(Customizing Faces): Remove doubled `the'.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5c39a60f
JR
12001-02-23 Jason Rumney <jasonr@gnu.org>
2
3 * startup.el (tool-bar-originally-present): New variable.
4 (command-line): Set it if the tool-bar is switched on at startup.
5
6 * frame.el (frame-notice-user-settings): Only adjust frame height
7 for no tool-bar case if tool-bar was originally switched on.
796ead7e 8 From E. Jay Berkenbilt.
5c39a60f 9
cb91b2c7
SM
102001-02-22 Stefan Monnier <monnier@cs.yale.edu>
11
39b557e8
SM
12 * server.el (server-switch-buffer): Only switch window if the
13 current one is dedicated.
14
cb91b2c7
SM
15 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
16 rather than using (match-beginning 0) when searching for break point.
17
9238a8df
EZ
182001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
21 @ follows an accent command such as @'. Support optional braces
22 in commands that insert accents, like makeinfo does.
23
3473f362
GM
242001-02-22 Gerd Moellmann <gerd@gnu.org>
25
26 * startup.el (fancy-splash-text): Add a line for ordering
27 manuals. Reverse order of splash screens shown.
28 (use-fancy-splash-screens-p): Adapt to the text line added.
29
30 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
31 manuals from the FSF.
32
33 * help.el (view-order-manuals): New function.
34 (toplevel): Bind C-h C-m to this function.
35
76a4de07
SM
362001-02-21 Stefan Monnier <monnier@cs.yale.edu>
37
38 * newcomment.el (comment-forward): Skip the comment-start before
39 searching for the comment-end.
40
75b71d85
DL
412001-02-21 Dave Love <fx@gnu.org>
42
2f4c9a87
DL
43 * custom.el (custom-initialize-changed, defcustom): Doc fix.
44
75b71d85
DL
45 * international/mule-cmds.el, international/mule.el: Doc fixes.
46
47 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
48 (fortune) <defgroup>: Add :link.
49 (fortune-from-region): Use eq, not eql.
50
ffc9ff0c
GM
512001-02-21 Gerd Moellmann <gerd@gnu.org>
52
53 * startup.el (fancy-splash-screens): Use display-hourglass
54 instead of display-busy-cursor.
55
56 * frame.el (display-hourglass): Renamed from busy-cursor.
57 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
58 (show-cursor-in-non-selected-windows): Doc fix.
59
f34eb373
DL
602001-02-20 Dave Love <fx@gnu.org>
61
62 * international/utf-8.el: Doc and commentary fixes.
63
f55e4a7e
EZ
642001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * ehelp.el (with-electric-help): Doc fix.
67
fa97adf6
GM
682001-02-20 Gerd Moellmann <gerd@gnu.org>
69
70 * msb.el (msb-mode): Call the update-buffers function explicitly
71 with a FORCE argument.
72
73 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
74 FORCE. If set, update the menu even if frame-or-buffer-changed-p
75 returns nil.
76
54ed3bd2
GM
772001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
78
79 * ps-print.el: Timestamp package replacement. Some enhancements.
80 Some XEmacs compatibility. Doc fix.
81 (ps-print-version): New version number (6.4).
82 (ps-printer-name): Initialization fix.
83 (ps-zebra-stripe-follow): Funcionality enhancement.
84 (ps-prologue-file): Code enhancement.
85 (ps-right-header): Timestamp package replacement.
86 (ps-setup, ps-face-bold-p, ps-face-italic-p,
87 ps-get-page-dimensions)
88 (ps-generate-header, ps-begin-file, ps-begin-job)
89 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
90 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
91 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
92 (coding-system-for-write): Var declaration (XEmacs compatibility).
93
e8ebf97d
MB
942001-02-20 Miles Bader <miles@gnu.org>
95
96 * image-file.el (image-file-name-extensions): Add "tif".
97
136b27c5
GM
982001-02-19 Gerd Moellmann <gerd@gnu.org>
99
100 * wid-edit.el (widget-button-click): Save the selected window
101 around the code handling clicks on buttons.
102
6ebbcf59
DL
1032001-02-18 Dave Love <fx@gnu.org>
104
105 * imenu.el (imenu--generic-function): Use mapc to iterate over
106 syntax characters.
107
595ded73
RS
1082001-02-17 Richard M. Stallman <rms@gnu.org>
109
b9fe3dc8
RS
110 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
111
595ded73
RS
112 * uniquify.el (uniquify-buffer-name-style): Doc fix.
113
f3f053f3
GM
1142001-02-16 Gerd Moellmann <gerd@gnu.org>
115
116 * mouse.el (mouse-save-then-kill): If the distance from the new
117 point to the mark is equal to the distance of point from the new
118 point, move point instead of the mark.
119
11570a8f
DL
1202001-02-16 Dave Love <fx@gnu.org>
121
122 * textmodes/flyspell.el (flyspell-get-word): Return string without
123 properties.
124
fb339cd5
EZ
1252001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
126
127 * generic.el (generic-find-file-regexp): Doc fix.
128 (generic-ignore-files-regexp): New defcustom.
129 (generic-mode-find-file-hook): If the file's name matches the
130 regexp in `generic-ignore-files-regexp', don't enter
131 default-generic-mode. Doc fix.
132
c56b1c1b
GM
1332001-02-16 Gerd Moellmann <gerd@gnu.org>
134
c220b753
GM
135 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
136 Add autoload cookies.
137
c56b1c1b
GM
138 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
139 of cal-tex-24.
140
0d140e65
EZ
1412001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
142
81558867
EZ
143 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
144
0d140e65
EZ
145 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
146 the character class after the (optional) drive, to support file
147 names with embedded blanks.
148
713f7b15
SS
1492001-02-15 Sam Steingold <sds@gnu.org>
150
151 * textmodes/tex-mode.el (tex-shell-running):
152 Check the process buffer too.
153
9a2a6f73
DL
1542001-02-15 Dave Love <fx@gnu.org>
155
156 * battery.el (battery-status-function): Fix doc, :type.
157
158 * calendar/timeclock.el (timeclock-get-workday-function): Fix
159 :type.
160
fe10cef0
GM
1612001-02-15 Gerd Moellmann <gerd@gnu.org>
162
163 * subr.el (read-passwd): Clear Lisp memory holding password.
164
126f5d4d
MB
1652001-02-15 Miles Bader <miles@gnu.org>
166
167 * info.el (Info-copy-current-node-name): New function.
168 (Info-mode-menu): Add it to the menu.
169
92e98d63
RS
1702001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
171
172 * international/mule-cmds.el (toggle-input-method): Doc fix.
173
dd4e0e55
SM
1742001-02-13 Stefan Monnier <monnier@cs.yale.edu>
175
176 * replace.el (occur): Stop at end of buffer.
177
402dbbd1
EZ
1782001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
179
180 * international/mule-cmds.el (set-input-method): Another doc fix.
181
e9fcba3d
GM
1822001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
183
184 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
185
78ad1cd5
MB
1862001-02-13 Miles Bader <miles@gnu.org>
187
713f7b15 188 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
189 (set-face-stipple): Treat a value of nil as being `unspecified'.
190
fce9d9dc
DL
1912001-02-12 Dave Love <d.love@dl.ac.uk>
192
193 * international/latin1-disp.el: Doc fixes.
194 (latin1-display) <defgroup>: Add :link.
195 (latin1-display) <function>: Set variable latin1-display.
196
bc406911
EZ
1972001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * international/mule-cmds.el (set-input-method): Doc fix.
200
68514d48
EL
2012001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
202
203 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
204 (speedbar-line-file): Return nil if not a file.
205 (speedbar-buffers-line-path): Return file for tags, and dir for files.
206
513bea45 2072001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 208
513bea45
MK
209 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
210 for remote files.
bc406911 211 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 212 with raw-text.
713f7b15 213
513bea45 214 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 215
513bea45
MK
216 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
217 handling of the diff mode
713f7b15 218
513bea45 219 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 220
bc406911 221 * viper.texi: Fix typos.
713f7b15 222
521d4010
DL
2232001-02-11 Dave Love <fx@gnu.org>
224
36fd8e17
DL
225 * shadowfile.el: Doc fixes.
226 (shadow) <defgroup>: Add :link.
227 (shadowfile-unload-hook): New function.
228 (shadow-initialize): Use defalias, not fset.
229 (shadow-define-cluster, shadow-define-literal-group)
230 (shadow-define-regexp-group, shadow-initialize): Add autoload
231 cookie.
232
521d4010
DL
233 * international/mule.el: Doc and message fixes.
234
36fd8e17
DL
235 * international/ccl.el (define-ccl-program): Doc fix.
236
92395bbe
KH
2372001-02-11 Kenichi Handa <handa@etl.go.jp>
238
239 * faces.el (mode-line): Set :line-width property to -1.
240
103db06c
RS
2412001-02-10 Richard M. Stallman <rms@gnu.org>
242
08b78974
RS
243 * complete.el (partial-completion-mode): Doc fix.
244
103db06c
RS
245 * simple.el (delete-key-deletes-forward-mode):
246 Change `let' to `let*' to fix gross bug in last change.
247
248 * repeat.el (repeat): Don't let execute-kbd-macro alter
249 real-last-command.
250
a6a1ee53
EZ
2512001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
252
253 * simple.el (eval-expression): Doc fix.
254
d2f288c6
DL
2552001-02-09 Dave Love <fx@gnu.org>
256
038f4ae3
DL
257 * imenu.el (imenu-generic-expression): Doc fix.
258
259 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
260 Juanma Barranquero.
261
d2f288c6
DL
262 * emacs-lisp/authors.el (authors): Expand `root' before running
263 find.
264
9804b846
KH
2652001-02-09 Kenichi Handa <handa@etl.go.jp>
266
267 * faces.el (set-face-attribute): Describe the case of a negative
268 value specified for :line-width.
269
532f5197
SM
2702001-02-08 Stefan Monnier <monnier@cs.yale.edu>
271
272 * which-func.el (which-func-mode): Invert which-func-mode-global.
273 Fix from Juanma Barranquero <lektu@uol.com.br>.
274
1d279666
DL
2752001-02-08 Dave Love <fx@gnu.org>
276
4681ca3a
DL
277 * wid-edit.el (widget-plist-convert-widget): Replace binding of
278 widget-plist-value-type.
279 (widget-alist-convert-widget): Replace binding of
280 widget-alist-value-type.
281
1d279666
DL
282 * textmodes/paragraphs.el (sentence-end): Doc fix.
283
284 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
285 `backward-line'.
286
532f5197
SM
287 * play/pong.el (pong-blank-color, pong-bat-color)
288 (pong-ball-color, pong-border-color, pong-left-key)
289 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
290 (pong-pause-key, pong-resume-key, pong-timer-delay):
291 * mail/mh-comp.el (mh-compose-letter-function):
292 * eshell/esh-mode.el (eshell-skip-prompt-function):
293 * emulation/viper-ex.el (ex-unix-type-shell-options):
294 * recentf.el (recentf-menu-filter):
295 * ps-print.el (ps-print-region-function):
296 * lpr.el (print-region-function):
297 * forms.el (forms-mode-hooks):
298 * dirtrack.el (dirtrack-directory-change-hook):
299 * cus-start.el (temp-buffer-show-function, display-buffer-function):
300 * textmodes/spell.el (spell-filter):
301 * textmodes/fill.el (adaptive-fill-function):
302 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
303 * progmodes/etags.el (find-tag-default-function):
304 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
305 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
306
6f676109
EZ
3072001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
308
751d3bc4
EZ
309 * emulation/viper-init.el (viper-fast-keyseq-timeout)
310 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
311 Meyering <jim@meyering.net>.
312
6f676109
EZ
313 * loadup.el: Revert last change.
314
d3c26cdf
KH
3152001-02-07 Kenichi Handa <handa@etl.go.jp>
316
317 * international/mule.el (transform-make-coding-system-args): Make
318 it work also for coding systems not using CCL.
319
44806980
EZ
3202001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
321
9889af08
EZ
322 * simple.el (previous-matching-history-element)
323 (next-matching-history-element): Doc fix.
324
44806980
EZ
325 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
326 specific part.
327
1e36ff68
DL
3282001-02-06 Dave Love <fx@gnu.org>
329
713f7b15 330 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
331 (add-log-buffer-file-name-function, add-log-file-name-function):
332 Fix :type.
333 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
334
c7ca58df
EZ
3352001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
336
fecd556a
EZ
337 * info.el (info-initialize): Remove the test for system-type when
338 invocation-directory is non-nil.
339
c7ca58df
EZ
340 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
341 of `font-lock-defaults' to `backward-paragraph' rather than nil.
342
587b5737
AI
3432001-02-06 Andrew Innes <andrewi@gnu.org>
344
345 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
346 absolute.
347
baf7eee4
GM
3482001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
349
350 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
351 buffers. When hi-lock turned on rather than only checking current
352 buffer for regexps, all buffers are checked. Moved activation of
353 font-lock to hi-lock-refontify. When font-lock turned off rather
354 than removing added highlighting just in current buffer, remove it
355 in all buffers. Changed edit menu text from "Automatic
356 Highlighting" to "Regexp Highlighting" Documentation for
357 highlighting phrases, minor documentation changes.
358 (hi-lock-set-file-patterns): Execute only if there are new or
359 existing file patterns.
360 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
361 unfontify and, if a support mode is active, will not refontify the
362 whole buffer. If necessary, turn on font lock. (Removed
363 font-lock-unfontify and font-lock support-mode-specific calls,
364 such as lazy-lock-fontify-window.)
365 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
366 patterns are found. Not useful now since find-file-hook is removed
367 if hi-lock is off, but may be needed for per-buffer hi-lock
368 activation.
369 (hi-lock-face-phrase-buffer): New function. Also added related
370 menu item and keybinding.
371 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
372 (hi-lock-process-phrase): New function.
373 (hi-lock-line-face-buffer): Doc fixes.
374 (hi-lock-face-buffer): Doc fixes.
375 (hi-lock-unface-buffer): Doc fixes.
713f7b15 376
36710aa6
GM
3772001-02-06 Gerd Moellmann <gerd@gnu.org>
378
379 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
380 dabbrev-ignored-regexps.
381
d3f22784
EZ
3822001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
383
384 * simple.el (kill-line): Doc fix.
385
5cb3c8d4
DL
3862001-02-05 Dave Love <fx@gnu.org>
387
388 * loadup.el: Revert last two changes -- bootstrapping works with
389 regenerated loaddefs.
390
e6297e7d
EZ
3912001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
392
1e14b095
EZ
393 * isearch.el (isearch-forward): Doc fix.
394
e6297e7d
EZ
395 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
396 of font-lock-defaults to backward-paragraph.
397
e16f52ce
GM
3982001-02-05 Gerd Moellmann <gerd@gnu.org>
399
400 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
401 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
402
01d19dd7
GM
4032001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
404
405 * ebnf2ps.el: Eliminate time-stamp functions.
406 (ebnf-version): New version (3.5).
407 (ebnf-eps-finish-and-write): Replace time-stamp functions by
408 format-time-string.
409
24886813
GM
4102001-02-05 Gerd Moellmann <gerd@gnu.org>
411
412 * simple.el (next-line): Goto end-of-line before inserting a newline.
413
65e70fc4
MB
4142001-02-05 Miles Bader <miles@gnu.org>
415
416 * image-file.el (insert-image-file): When visiting an image, also
417 set `truncate-lines' to t so that any fringe arrow looks correct.
418
482f06c9
KH
4192001-02-05 Kenichi Handa <handa@etl.go.jp>
420
421 * isearch.el (isearch-forward): Add description about input method
422 in the docsting.
423
02399da7
SM
4242001-02-04 Stefan Monnier <monnier@cs.yale.edu>
425
426 * skeleton.el (skeleton-internal-1): Always push the mark for @.
427
2c366083
EZ
4282001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
429
430 * info.el (info-initialize): If installation-directory is nil, for
431 DOS/Windows systems try looking in a sibling of
432 invocation-directory.
433
bdadfce3
GM
4342001-02-02 Gerd Moellmann <gerd@gnu.org>
435
79fb38c0
GM
436 * wid-edit.el (widget-button-click): Fix last change.
437
bdadfce3
GM
438 * frame.el (frame-notice-user-settings): When resizing the initial
439 frame because the tool bar is off, also change the frame's top
440 position if a negative top position was specified.
441
33155ffb
MB
4422001-02-02 Miles Bader <miles@gnu.org>
443
444 * image-file.el (insert-image-file): When visiting an image,
445 suppress the cursor in the image buffer.
446
1355ba0c
DL
4472001-02-01 Dave Love <fx@gnu.org>
448
449 * progmodes/f90.el (f90-mode): Remove startup message.
450
fb758d2d 451 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 452
01acdb05
GM
4532001-02-01 Gerd Moellmann <gerd@gnu.org>
454
455 * startup.el (command-line): Fix code determining whether or not
456 to use delete-key-deletes-forward-mode.
457
5b1ee316
AS
4582001-02-01 Andre Spiegel <spiegel@gnu.org>
459
460 * vc.el (vc-diff-switches): New user option.
461 (vc-version-diff): Use it.
462 (vc-diff-switches-list): New macro.
463
464 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
465 customization options.
466 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
467
468 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
469
00b1e7a1
GM
4702001-02-01 Gerd Moellmann <gerd@gnu.org>
471
472 * msb.el (toplevel): Quote hook symbols.
473
85827036
KH
4742001-02-01 Kenichi Handa <handa@etl.go.jp>
475
8e028499 476 * international/mule.el (make-coding-system): Add description
3c948dde 477 about recognized properties in the docstring.
8e028499 478
85827036
KH
479 * international/mule-conf.el: Remove unused charsets
480 mac-roman-lower and mac-roman-upper.
481
7ccf7ab9
GM
4822001-01-31 Gerd Moellmann <gerd@gnu.org>
483
2441692d
GM
484 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
485 is in front of the left-margin, if any.
486
ee5cece0
GM
487 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
488 like `delete'.
489
490 * bindings.el: Define `kp-delete' like `delete' in
491 function-key-map.
492
7ccf7ab9
GM
493 * term/w32-win.el (mouse-set-font): Doc fix.
494
b4f30ec5 4952001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 496
b4f30ec5
GM
497 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
498 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
499 on already.
500
03e0fe6e
GM
5012001-01-31 Markus Rost <rost@math.ohio-state.edu>
502
503 * files.el (save-buffer): Don't give message if (buffer-file-name)
504 returns nil.
713f7b15 505
8f289acc
EZ
5062001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
507
cb4aae04
EZ
508 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
509
dbd98b19
EZ
510 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
511 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
512
8f289acc
EZ
513 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
514 display problems.
515
c12553c1
KH
5162001-01-31 Kenichi Handa <handa@etl.go.jp>
517
c7bf5db9
KH
518 * international/mule.el (charset-info): Fix docstring.
519
520 * international/mule-diag.el (describe-character-set): Check final
521 char valid before printing it.
c12553c1 522
14f16b9c
GM
5232001-01-30 Gerd Moellmann <gerd@gnu.org>
524
efaa080b
GM
525 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
526
eef93f99
GM
527 * frame.el (frame-notice-user-settings): Do the tool-bar
528 stuff only for graphical displays. Fix a braino.
713f7b15 529
14f16b9c
GM
530 * frame.el (frame-initialize): Create initial frame visible.
531 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 532 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
533
534 * startup.el (command-line): Remove manipulation of frame
535 height for tool bars.
536
4ad25e43
EZ
5372001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
538
539 * lpr.el: Compatibility with XEmacs and doc fixes.
540 (lpr-windows-system, lpr-lp-system): New vars.
541 (lpr-printer-switch): New defcustom.
542 (printer-name, lpr-command): Customization fix.
543 (print-region-1): Code fix.
544 (print-region-new-buffer, printify-region): Indentation fix.
545 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
546 functions.
547
e8f044a0
GM
5482001-01-29 Gerd Moellmann <gerd@gnu.org>
549
550 * msb.el (toplevel): Fix the eval-after-load.
551
850d5045
GM
5522001-01-29 Dave Love <fx@gnu.org>
553
762fe76e
DL
554 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
555
556 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
557
850d5045
GM
558 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
559 compiling.
560 (tcl-using-emacs-19-23): Consider Emacs 21+.
561 (tcl-help-directory-list, tcl-command-switches): Fix :type.
562 (tcl-add-emacs-menu): Supply menu name.
563 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
564
3a768251
GM
5652001-01-29 Gerd Moellmann <gerd@gnu.org>
566
567 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
568
274d02f7
SM
5692001-01-29 Stefan Monnier <monnier@cs.yale.edu>
570
571 * pcvs.el (cvs-mark-fis-dead): New function.
572 (cvs-mode-add): Use it.
573 (cvs-mode-add-change-log-entry-other-window):
574 Rebind change-log-default-name to itself rather than to nil.
575
ed5d446e
SS
5762001-01-29 Sam Steingold <sds@gnu.org>
577
efaa080b 578 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
579 `autoload' statements.
580
e2a80284
EZ
5812001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
582
8e1db7b3
EZ
583 * files.el (confirm-kill-emacs): Doc fix.
584
ff2a1c79
EZ
585 * frame.el (frame-initialize): Doc fix.
586
e7b0deaf
EZ
587 * time-stamp.el (time-stamp-string): Doc fix.
588
e2a80284
EZ
589 * woman.el (WoMan-log-1): Make the log buffer writable. From
590 Markus Rost <rost@math.ohio-state.edu>.
591
005913e4
GM
5922001-01-29 Gerd Moellmann <gerd@gnu.org>
593
594 * imenu.el (imenu-syntax-alist): Add autoload cookie for
595 the `make-variable-buffer-local'.
596
58622cc5
GM
5972001-01-29 Dave Love <fx@gnu.org>
598
599 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
600 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
601 autoload cookie.
602 (ansi-color-apply-sequence): Fix typo.
603
0404d031
GM
6042001-01-29 Gerd Moellmann <gerd@gnu.org>
605
ed5d446e 606 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
607 Postscript printing in black and white.
608
0404d031
GM
609 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
610 X-Mailman-Version, Precedence, List-Help, List-Post,
611 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
612 Content-Type, Content-Length.
613
3b6ed359
DL
6142001-01-29 Dave Love <fx@gnu.org>
615
ddd16e7a
DL
616 * elide-head.el (elide-head): Make overlay evaporate.
617
3b6ed359
DL
618 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
619 fix.
620
8005142f
EZ
6212001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
622
623 * isearch.el (isearch-highlight): Don't punt if the display
624 doesn't support colors, since isearch faces are defined for
625 monochrome displays as well.
626
84728570
SS
6272001-01-27 Sam Steingold <sds@gnu.org>
628
629 * shell.el (shell-write-history-on-exit): Make sure that we are in
630 the shell buffer (M-x tex-file RET inserted the error message into
631 the TeX buffer).
632
e26f9ced
EZ
6332001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
634
635 * simple.el (transient-mark-mode): Doc fix.
636
dc0274bd
GM
6372001-01-27 Gerd Moellmann <gerd@gnu.org>
638
84728570 639 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
640 tags-file-name.
641
c1acacc4
EZ
6422001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
643
f5058b96
EZ
644 * shell.el (shell-unquote-argument): If the shell is one of the
645 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
646 quote character.
647 (shell-dumb-shell-regexp): Document that the shells which match
648 this regexp are supposed to not treat a backslash as a quote
649 character.
650
c1acacc4
EZ
651 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
652 from 2001-01-12. It is not needed, since backspace is mapped into
653 DEL.
654
103db06c 6552001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 656
84728570 657 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
658 Treat a one-capital-letter abbrev as "not all upper case",
659 so as to force preservation of the expansion's pattern
660 if the expansion starts with a capital letter.
661
cfa70244
EZ
6622001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
663
cfee9de7
EZ
664 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
665 Doc fix.
666
cfa70244
EZ
667 * simple.el (transient-mark-mode): Document the fact that many
668 commands act on the region when mark is active.
669
17d90d6b
KH
6702001-01-27 Kenichi Handa <handa@etl.go.jp>
671
672 * international/quail.el (quail-setup-completion-buf): Make the
673 multibyteness of current buffer inherited to Quail completion
674 buffer.
675 (quail-show-guidance-buf): Make the multibyteness of current
676 buffer inherited to Quail guidance buffer.
677 (quail-help): Make the multibyteness of current buffer inherited
678 to Quail help buffer.
679
61076b20
DL
6802001-01-26 Dave Love <fx@gnu.org>
681
c47e2c68
DL
682 * time-stamp.el: Doc fixes.
683
84728570 684 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
685 (delphi-keyword-face, delphi-other-face): Fix :type.
686
940f14b4
DL
687 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
688
689 * mail/feedmail.el (feedmail): Add :link.
690 (feedmail-send-it): Doc fix.
691
692 * mail/sendmail.el: Doc fixes.
693 (sendmail-send-it): Fix the non-ASCII regexp and use
694 rfc2047-encode-string.
695
61076b20
DL
696 * dired.el, dired-aux.el: Revert last change.
697
6c317bd2
GM
6982001-01-26 Gerd Moellmann <gerd@gnu.org>
699
700 * makefile.w32-in (DONTCOMPILE): Add various term files.
701
7022001-01-26 Dave Love <fx@gnu.org>
703
704 * Makefile.in (DONTCOMPILE): Add various term files.
705
1c636b5f
GM
7062001-01-26 Gerd Moellmann <gerd@gnu.org>
707
af900b23
GM
708 * man.el (Man-default-man-entry, Man-mode): Doc fix.
709
15fa6db0
GM
710 * startup.el (display-startup-echo-area-message): Make sure
711 the echo area is resized to fit the size of the startup
712 message.
713
1c636b5f
GM
714 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
715 part of which is a constant.
716
9b1adbd5
EZ
7172001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
718
719 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
720 twice.
721
103db06c 7222001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
723
724 * simple.el (next-line): Don't let `newline' expand abbrevs.
725 Simplify slightly.
726 (open-line): Don't let `newline' expand abbrevs.
727
219227ea
JW
7282001-01-25 John Wiegley <johnw@gnu.org>
729
730 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
731 to `repeat' in the :type field.
732
733 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
734 allow a choice of regexp or nil.
d2906bf8 735 (pcomplete-dir-ignore): Same.
219227ea
JW
736
737 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
738 a command) to always fail.
739
ceba0dac
GM
7402001-01-25 Gerd Moellmann <gerd@gnu.org>
741
742 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
743 discard the result.
744 (iswitchb-to-end): Likewise.
745
9b0630e5
SS
7462001-01-25 Sam Steingold <sds@gnu.org>
747
748 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 749 Require vc.
9b0630e5 750
a2ed9670
SM
7512001-01-25 Stefan Monnier <monnier@cs.yale.edu>
752
f0c1adab
SM
753 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
754
a2ed9670
SM
755 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
756
34ac3367
DL
7572001-01-25 Dave Love <fx@gnu.org>
758
61076b20
DL
759 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
760 (describe-coding-system): Tweak the English text.
761
34ac3367
DL
762 * loadup.el: Preload international/ccl for utf-8.
763
4685e6b7
EZ
7642001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
765
766 * mail/rmail.el (rmail-redecode-body): Doc fix.
767
0fdb4475
KH
7682001-01-25 Kenichi Handa <handa@etl.go.jp>
769
23cfab61
KH
770 * international/mule-cmds.el (reset-language-environment): Reset
771 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
772
773 * international/mule-conf.el (coding-category-utf-8): Initialize
774 to mule-utf-8.
775
9b0630e5 776 * loadup.el: Preload international/utf-8.
0fdb4475
KH
777
778 * international/utf-8.el: New file.
779
245ed2b1
SM
7802001-01-24 Stefan Monnier <monnier@cs.yale.edu>
781
782 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
783
e95b0c08
SS
7842001-01-24 Sam Steingold <sds@gnu.org>
785
786 * dired.el (dired-replace-in-string): Removed.
787 (dired-sort-toggle): Use `replace-regexps-in-string'
788 instead of `dired-replace-in-string'.
9b0630e5 789
ceba0dac
GM
790 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
791 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 792
e95b0c08
SS
793 * gs.el (gs-replace-in-string): Removed.
794 (gs-options): Use `replace-regexps-in-string'
795 instead of `gs-replace-in-string'.
796
c3902c3e
EZ
7972001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
798
799 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
800 bug report is mailed to an email list and posted to a news group.
801
b66b6aeb
GM
8022001-01-24 Gerd Moellmann <gerd@gnu.org>
803
e7e41584
GM
804 * comint.el (comint-replace-by-expanded-history-before-point): Fix
805 change of 2000-08-03 to move point to the start of the line again.
806
b66b6aeb
GM
807 * startup.el (tool-bar-images-pixel-height): New variable.
808 (command-line): After loading the user's init file, when
809 tool-bar-mode is on, increase the frame's size by some lines for
810 the tool-bar.
811
812 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 813
ff890e66
SZ
8142001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
815
816 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
817 (chinese-big5): MIME:Big5.
818
04363179
GM
8192001-01-24 Gerd Moellmann <gerd@gnu.org>
820
e95b0c08 821 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
822 Handle commands with prefix args.
823
d56aaa64
GM
8242001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
825
826 * calendar/diary-lib.el (diary-float): Fix case of MONTH
827 being a list of numbers.
828 (diary-mail-entries): Rewritten.
829
99858627
DL
8302001-01-23 Dave Love <fx@gnu.org>
831
7aeb1fa9
DL
832 * international/mule.el (make-coding-system): Fix typo.
833
99858627
DL
834 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
835 backward-paragraph as font-lock-beginning-of-syntax-function.
836
5a43decf
EZ
8372001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
838
839 * font-lock.el (font-lock-mode): Doc fix.
840
b0e98867
KH
8412001-01-23 Kenichi Handa <handa@etl.go.jp>
842
843 * international/mule.el (make-translation-table): Fix docstring.
844
9c8acefd
EZ
8452001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
846
fd4976b8
EZ
847 * mail/rmail.el (rmail-redecode-body): New function.
848
9c8acefd
EZ
849 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
850
871e0439
GM
8512001-01-22 Gerd Moellmann <gerd@gnu.org>
852
21c2bbe0
GM
853 * isearch.el (isearch-lazy-highlight-case-fold-search)
854 (isearch-lazy-highlight-regexp): New variables.
855 (isearch-lazy-highlight-cleanup): Update lazy highlight if
856 case-fold search or regexp search has been toggled.
857
5710730c
GM
858 * wid-edit.el (widget-button-click): Avoid a save-excursion
859 around running a global binding.
860
871e0439
GM
861 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
862 to 0.25.
863
d0554957
MB
8642001-01-20 Miles Bader <miles@gnu.org>
865
866 * cus-edit.el (custom-face-save): Do post-processing on the face's
867 new value like `custom-face-set' does.
868
1519f618
EZ
8692001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
870
ccd87890
EZ
871 * mail/emacsbug.el (report-emacs-bug): Report the value of
872 LC_CTYPE, not LC_TYPE.
873
1519f618
EZ
874 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
875 isearch-toggle-regexp and isearch-edit-string to doc string.
876
9724173b
GM
8772001-01-19 Gerd Moellmann <gerd@gnu.org>
878
48bb9196
GM
879 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
880 as font-lock-beginning-of-syntax-function in font-lock-defaults.
881
e95b0c08 882 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
883 font-lock-beginning-of-syntax-function to nil.
884
dc81f8a2
EZ
8852001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
886
887 * mail/emacsbug.el (report-emacs-bug): Report values of
888 locale-coding-system, default-enable-multibyte-characters, and the
889 environment variables LC_ALL, LC_TYPE, and LANG.
890
99327974
GM
8912001-01-19 Gerd Moellmann <gerd@gnu.org>
892
111c181e
GM
893 * font-lock.el (font-lock-default-fontify-region): Fix last
894 change.
e95b0c08 895
2be6ecc6
GM
896 * font-lock.el (font-lock-multiline): Default to nil.
897 (font-lock-default-fontify-region): If font-lock-multiline is
898 nil, don't check the property `font-lock-multiline'.
899
99327974
GM
900 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
901 is nil, don't check the `font-lock-multiline' text property.
902
2550055a
MK
9032001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
904
0a949811 905 * viper.el: Call initial-major-mode on startup.
e95b0c08 906
0a949811 907 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 908
8501998a 909 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 910
2550055a 9112001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 912
0a949811 913 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 914 diff mode, if available.
e95b0c08 915
0a949811 9162001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 917
8501998a 918 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 919
2550055a
MK
920 * ediff-init.el (subst-char-in-string): Define and use it, unless
921 it's already defined.
e95b0c08 922
8962e303
GM
9232001-01-18 Gerd Moellmann <gerd@gnu.org>
924
925 * tooltip.el (tooltip-hide-delay): New user-option.
926 (tooltip-show): Use tooltip-hide-delay instead of the default.
927
6b453381
KH
9282001-01-18 Kenichi Handa <handa@etl.go.jp>
929
930 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
931 kill-local-variable doesn't work for enable-multibyte-characters.
932
9eaf396b
DL
9332001-01-17 Dave Love <fx@gnu.org>
934
cebd37ce
DL
935 * ediff-init.el (ediff-before-setup-hook)
936 (ediff-merge-filename-prefix): Add :version.
937
9eaf396b
DL
938 * international/latin1-disp.el: Require disp-table.
939 (latin1-display): Fix :set.
940
941 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
942
f864120f
GM
9432001-01-17 Gerd Moellmann <gerd@gnu.org>
944
945 * isearch.el (isearch-lazy-highlight-initial-delay)
946 (isearch-lazy-highlight-interval): Default to 0.
947
9482001-01-17 Bob Glickstein <bobg@zanshin.com>
949
950 * isearch.el (isearch-highlight): Set isearch-overlay priority to
951 1 here rather than each time through
952 isearch-lazy-highlight-new-loop.
953 (isearch-lazy-highlight-max): Variable deleted.
954 (isearch-lazy-highlight-max-at-a-time): New user variable, like
955 isearch-lazy-highlight-max but controls a single invocation of
956 isearch-lazy-highlight-update.
957 (isearch-lazy-highlight-wrapped): Variable recreated.
958 (isearch-lazy-highlight-window-start): New variable.
959 (isearch-lazy-highlight-cleanup): Restored to behavior of
960 before 2-Jan.
961 (isearch-lazy-highlight-remove-overlays): Function deleted;
962 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
963 behavior removed.
964 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
965 isearch-lazy-highlight-update in a loop rather than just once.
966 Test isearch-invalid-regexp here and decide not to start a new
967 loop, rather than testing it each time through
968 isearch-lazy-highlight-update.
969 (isearch-lazy-highlight-search): Function restored.
970 (isearch-lazy-highlight-update): Get called in a timer loop again,
971 but this time highlight more than one match each time through.
972 Only highlight matches in the visible part of the window. Start
973 at point, move in the direction of the search, and wrap around at
974 the edge of the window. Use sit-for to force redisplay and ensure
975 window-start is credible. "Face suppressing" behavior removed;
976 overlay priorities should make it unnecessary, right?
977 (isearch-highlight): Face suppressing behavior removed.
978 (isearch-dehighlight): Face suppressing behavior removed.
979 (isearch-set-lazy-highlight-faces-at): Removed.
980
076ec540
KH
9812001-01-17 Kenichi Handa <handa@etl.go.jp>
982
983 * language/european.el ("Latin-1"): Make the format of description
984 about additional language environments same as that of Latin-2.
985
92328ec5
DL
9862001-01-16 Dave Love <fx@gnu.org>
987
39f2174e
DL
988 * isearch.el (isearch-lazy-highlight): Add :version.
989
92328ec5
DL
990 * simple.el (backward-delete-char-untabify-method)
991 (next-line-add-newlines): Add :version.
992
f251459d
GM
9932001-01-16 Gerd Moellmann <gerd@gnu.org>
994
9d4850e5
GM
995 * bindings.el: Bind <backspace> and <delete> via function-key-map.
996 Don't bind <delete> otherwise.
997
998 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
999 and <delete> via function-key-map.
1000
f251459d
GM
1001 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1002 Subject line only if point is after the `Subject:'.
1003
771ffcf7
KH
10042001-01-16 Kenichi Handa <handa@etl.go.jp>
1005
bda6b481
KH
1006 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1007 japanese-jisx0213-2 in `charset' property of this lang. env.
1008
35793af7
KH
1009 * language/european.el ("Latin-1"): Add description for Dutch and
1010 Spanish lang. env.
1011
771ffcf7
KH
1012 * international/mule.el (decode-char): Fix conditions.
1013 (encode-char): Handle eight-bit-control too.
1c8102ff 1014 (transform-make-coding-system-args): New function.
50c29104
KH
1015 (make-coding-system): Accept XEmacs style arguments for CCL base
1016 coding system.
771ffcf7 1017
e1cf67b6
GM
10182001-01-15 Gerd Moellmann <gerd@gnu.org>
1019
1020 * progmodes/etags.el (find-tag-noselect): Save the value of
1021 tags-file-name before switching buffers, for the case it has a
1022 buffer-local value.
1023
b3287acf
GM
10242001-01-15 Alex Schroeder <alex@gnu.org>
1025
9eaf396b
DL
1026 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1027 From Dave Love <fx@gnu.org>.
b3287acf
GM
1028 (ansi-color-for-comint-mode): Fix :version.
1029
10302001-01-15 Alex Schroeder <alex@gnu.org>
1031
1032 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1033
8d7ff9c8
EZ
10342001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1035
1036 * dired.el (dired-insert-directory): If file-system-info fails,
1037 remove the " free " part, but don't signal an error.
1038
dbe99ae9
SS
10392001-01-12 Sam Steingold <sds@gnu.org>
1040
1041 * bookmark.el (bookmark-maybe-historicize-string):
1042 Use new backquote syntax.
1043
103db06c 10442001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1045
1046 * subr.el (last): Handle a list that doesn't end in nil.
1047
ca2ddd8e
SS
10482001-01-12 Sam Steingold <sds@gnu.org>
1049
1050 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1051 to `backward-delete-char-untabify'.
1052
1751c874
DL
10532001-01-12 Dave Love <fx@gnu.org>
1054
1055 * cus-edit.el (customize-menu-create): Fix the :filter following
1056 easymenu change.
1057
1058 * wid-edit.el (function): Add :match-alternatives.
1059 (widget-color-action): Doc fix.
1060
3cccce8d
GM
10612001-01-12 Gerd Moellmann <gerd@gnu.org>
1062
1063 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1064
18bfd6b5
KH
10652001-01-12 Kenichi Handa <handa@etl.go.jp>
1066
60a62fdc
KH
1067 * international/mule-cmds.el (prefer-coding-system): Fix
1068 docstring.
1069
18bfd6b5
KH
1070 * international/ccl.el (define-ccl-program): Fix docstring.
1071
562e00da
DL
10722001-01-11 Dave Love <fx@gnu.org>
1073
14fd0da3
DL
1074 * international/mule-cmds.el (standard-display-european-internal):
1075 Set display table for 2208 as for 160.
1076
1077 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1078
562e00da
DL
1079 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1080 entry for custom-menu-create change.
1081 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1082 don't cons it in the search loop.
1083
1084 * imenu.el (imenu--truncate-items): Revert last change.
1085
6e961dcd
EZ
10862001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1087
1088 * info.el (Info-setup-header-line): If the node header includes
1089 either Next: or Prev: links, don't show the File: and Node: parts
1090 in the header line.
1091
2c2ff7f2
GM
10922001-01-11 Gerd Moellmann <gerd@gnu.org>
1093
a7ee2d2e
GM
1094 * comint.el (comint-goto-process-mark): Don't print a message
1095 when running in batch mode.
1096
c5348233
GM
1097 * isearch.el (isearch-search): In the condition-case handler for
1098 `error', set isearch-invalid-regexp to the whole error message.
1099
422717d1
GM
1100 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1101 ensure that eval-after-load works for files dumped with Emacs.
1102
1103 * help.el (load-symbol-file-load-history): New function extracted
1104 from function symbol-file.
1105 (symbol-file): Use it.
1106
2c2ff7f2
GM
1107 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1108 exit.xpm.
1109
926861fb
EZ
11102001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1111
1112 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1113 behave as if there were no prefix argument.
1114 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1115 argument were nil.
1116
afa1f52c
RS
11172001-01-11 Richard M. Stallman <rms@gnu.org>
1118
ca2ddd8e 1119 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1120 Don't look for more potential matches once maximum is exceeded.
1121 Use overlays-in to check correctly for overlap with current match.
1122 Ignore empty matches.
1123
47a9f362
MB
11242001-01-11 Miles Bader <miles@gnu.org>
1125
1126 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1127 (ispell-overlay-window, ispell-help, ispell-show-choices)
1128 (ispell-command-loop): Use it instead of `window-height'.
1129
d196f58d
GM
11302001-01-10 Gerd Moellmann <gerd@gnu.org>
1131
cf523f0e
GM
1132 * files.el (confirm-kill-emacs): New user-option.
1133 (save-buffers-kill-emacs): Ask for final confirmation before
1134 killing Emacs.
1135
d196f58d
GM
1136 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1137 to nil.
1138
7c6c3d8e
GM
11392001-01-10 Dave Love <fx@gnu.org>
1140
1f8be15d
DL
1141 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1142
1143 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1144 :type.
1145
1146 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1147
1148 * calculator.el (calculator-number-digits): Fix :type.
1149
0d5184de
DL
1150 * vc-cvs.el (vc-cvs-header): Fix :type.
1151 * vc-rcs.el (vc-rcs-header): Fix :type.
1152 * vc-sccs.el (vc-sccs-header): Fix :type.
1153
1154 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1155
7c6c3d8e
GM
1156 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1157
8c9f73a2
GM
1158 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1159
457b792c
GM
11602001-01-10 Gerd Moellmann <gerd@gnu.org>
1161
1162 * simple.el (set-variable): Force a thorough redisplay for the
1163 case that the variable has an effect on the display, like
1164 `tab-width' has.
1165
d2622d08
AS
11662001-01-10 Andre Spiegel <spiegel@gnu.org>
1167
1168 * vc.el: Add documentation for backend interface.
1169
ae4b5f4f
KH
11702001-01-10 Kenichi Handa <handa@etl.go.jp>
1171
e0844717
KH
1172 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1173
ae4b5f4f
KH
1174 * international/mule-conf.el (latin-extra-code-table): Set to t
1175 for \223 and \224.
1176
3184082b
KH
11772001-01-09 Kenichi Handa <handa@etl.go.jp>
1178
1179 * international/mule-cmds.el (locale-language-names): Map "es" to
1180 "Spanish" and "nl" to "Dutch".
1181
732b9cdd
GM
11822001-01-09 Gerd Moellmann <gerd@gnu.org>
1183
1dfca644
GM
1184 * bindings.el (global-map): Bind <home> to beginning-of-line,
1185 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1186 C-<end> to end-of-buffer.
1187
732b9cdd
GM
1188 * language/european.el: Add Dutch and Spanish language info
1189 to be able to use the appropriate tutorials.
1190
11912001-01-09 Alex Schroeder <alex@gnu.org>
1192
1193 * ansi-color.el (ansi-color-process-output): Use markers instead
1194 of positions for start and end of region.
1195 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1196 Previously, occasional mistakes happend when fontifying many
1197 chunks of output (eg. ls --color=yes /dev). This happened
1198 whenever an overlay was created up to the end of the region, which
1199 coincided with the process-mark. New text would then be added
1200 within that overlay instead of after it.
1201 (ansi-color-make-extent): Overlays are created with the property
1202 `modification-hooks' set to '(ansi-color-freeze-overlay).
1203 (ansi-color-freeze-overlay): New function. When inserting text at
1204 the end of the overlay, the overlay will resize.
1205
12062000-01-09 Alex Schroeder <alex@gnu.org>
1207
1208 * ansi-color.el (ansi-color-process-output): Doc change.
1209 (ansi-color-unfontify-region): Doc change. No longer installed
1210 automatically in font-lock-unfontify-region-function.
1211 (ansi-color-apply): Doc change.
1212 (ansi-color-apply-on-region): Use extents or overlays instead of
1213 text-properties.
1214 (ansi-color-make-extent): New function.
1215 (ansi-color-set-extent-face): New function.
1216
12172000-01-09 Alex Schroeder <alex@gnu.org>
1218
1219 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1220 both use ansi-color-process-output, now.
1221 (ansi-color-process-output): Doesn't return string anymore. It is
1222 installed in comint-output-filter-functions for both Emacs and
1223 XEmacs, now.
1224 (ansi-color-unfontify-region): Simplified code removing variables
1225 pos and start-ansi.
1226 (ansi-color-apply): Put text-property ansi-color before putting
1227 text-property face because ansi-color-unfontify-region is called
1228 immediately after the call to put-text-property.
1229 (ansi-color-context-region): Doc change.
1230 (ansi-color-filter-region): Simplified code.
1231 (ansi-color-apply-on-region): Changed start to start-marker, using
1232 a marker explicitly. Put text-property ansi-color before putting
1233 text-property face because ansi-color-unfontify-region is called
1234 immediately after the call to put-text-property.
1235
12362000-01-09 Alex Schroeder <alex@gnu.org>
1237
1238 * ansi-color.el (ansi-color-faces-vector): Doc change.
1239 (ansi-color-for-comint-mode): Changed :type property to choice.
1240 (ansi-color-last-context): Removed.
1241 (ansi-color-process-output): Don't use ansi-color-last-context, as
1242 the main functions will store their context now.
1243 (ansi-color-context): Doc change.
1244 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1245 Uses ansi-color-context such that repeated calls will strip
1246 partial escape sequences, too.
1247 (ansi-color-apply): Simplified code. Colorize end of string if
1248 face is not null. Store context in new (FACE STRING) format, such
1249 that repeated calls will strip partial escape sequences, too.
1250 Append faces to face property using ansi-color-apply-sequence such
1251 that cumulative mode actually works.
1252 (ansi-color-context-region): New variable.
1253 (ansi-color-filter-region): Rewrote it based on
1254 ansi-color-apply-on-region. Uses ansi-color-context-region such
1255 that repeated calls will strip partial escape sequences, too.
1256 (ansi-color-apply-on-region): Simplified code. Colorize end of
1257 region if face is not null. Store context in new (FACE POS)
1258 format, such that repeated calls will strip partial escape
1259 sequences, too. Append faces to face property using
1260 ansi-color-apply-sequence such that cumulative mode actually
1261 works.
1262 (ansi-color-apply-sequence): New function.
1263 (ansi-color-get-face): When the default face is added to the list
1264 of faces, all previous settings are discarded and the list of
1265 faces is set to '(default).
1266
12672000-01-09 Alex Schroeder <alex@gnu.org>
1268
1269 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1270 face, such that ansi-color-apply and ansi-color-apply-on-region
1271 will do the right thing.
1272 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1273 returns nil, set the list of faces back to nil instead of
1274 appending the result of ansi-color-get-face to the front of the
1275 list.
1276
12772000-01-09 Alex Schroeder <alex@gnu.org>
1278
1279 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1280 (ansi-color-process): Doc change.
1281 (ansi-color-last-context): New buffer-local variable.
1282 (ansi-color-process-output): New function. It is automatically
1283 added to comint-output-filter-functions if this is XEmacs.
1284 (ansi-color-unfontify-region): New optional parameter for XEmacs
1285 compatibility. Check wether font-lock-syntactic-keywords is
1286 boundp before removing the syntax table text property, as XEmacs
1287 doesn't have it.
1288 (ansi-color-filter-region): Doc change.
1289 (ansi-color-apply-on-region): Doc change.
1290 (ansi-color-make-face): New function. Compatibility layer for
1291 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1292 (ansi-color-make-color-map): Use ansi-color-make-face.
1293 (ansi-color-get-face): Avoid face text property '(nil) as results
1294 in an errow for XEmacs.
1295
12962000-01-09 Alex Schroeder <alex@gnu.org>
1297
1298 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1299 text-property ansi-color in order to preserve fontification by
1300 ansi-color. When the package is loaded, a lambda expression is
1301 put onto font-lock-mode-hook. This lambda expression will check
1302 font-lock-unfontify-region-function and replace
1303 font-lock-default-unfontify-region with
1304 ansi-color-unfontify-region.
1305 (ansi-color-apply): Add text-property ansi-color in addition to
1306 text-property face.
1307 (ansi-color-apply-on-region): Add text-property ansi-color in
1308 addition to text-property face.
1309 (save-buffer-state): Copy of the macro that is also used by
1310 lazy-lock and font-lock.
1311
1312 (ansi-color-for-comint-mode): New option.
1313 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1314 (ansi-color-for-comint-mode-off): Ditto.
1315 (ansi-color-for-comint-mode-filter): Ditto.
1316 (ansi-color-process): New function. Uses
1317 ansi-color-for-comint-mode to decide what to do. This function is
1318 added to comint-preoutput-filter-functions when the package is
1319 loaded.
1320
1321 (ansi-color-for-shell-mode-set): Removed.
1322 (ansi-color-for-shell-mode): Removed.
1323
13242000-01-09 Alex Schroeder <alex@gnu.org>
1325
1326 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1327 the lambda expression from the ansi-color-for-shell-mode :set
1328 property. Additionally, modify shell-mode-hook to enable or
1329 disable font-lock-mode for future shell buffers.
1330 (ansi-color-for-shell-mode): The :set property calls
1331 ansi-color-for-shell-mode-set instead of a lambda expression.
1332
13332000-01-09 Alex Schroeder <alex@gnu.org>
1334
1335 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1336 (ansi-color-context): New variable.
1337 (ansi-color-apply): Save context between calls.
1338
fb55ff10
EZ
13392001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1340
29910493
EZ
1341 * isearch.el (isearch, isearch-lazy-highlight-face): New
1342 definitions for face colors and attributes.
1343
fb55ff10
EZ
1344 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1345 of display-mouse-p.
1346
134d6265
KH
13472001-01-09 Kenichi Handa <handa@etl.go.jp>
1348
1349 * international/mule.el (make-coding-system): If the coding system
1350 accepts extra latin codes, register such codes as safe for the
1351 coding system.
1352
103db06c 13532001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1354
984c9f75
RS
1355 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1356 don't mention the file name or the date here, because they are
1357 logged at the start of the file.
1358
13592001-01-08 Richard M. Stallman <rms@gnu.org>
1360
78b8eee8
RS
1361 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1362 Change screen-width to frame-width.
1363
1460e5d4
EZ
13642001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1365
1366 * info.el (Info-search): Print the default as part of the prompt.
1367
56f24bc1
AS
13682001-01-08 Andre Spiegel <spiegel@gnu.org>
1369
ca2ddd8e 1370 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1371 constant implementations in backends.
1372
1373 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1374 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1375
1376 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1377 WRITABLE to EDITABLE.
1378
1379 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1380 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1381 to EDITABLE.
1382
b7812d30
EZ
13832001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1386 (copyright, copyright-update): Compute the current year at run
1387 time.
1388
7e56ea04
GM
13892001-01-08 Gerd Moellmann <gerd@gnu.org>
1390
1391 * isearch.el (isearch-old-signal-hook): Removed.
1392 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1393 instead of setting signal-hook-function.
1394 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1395
a758f97d
GM
13962001-01-08 Kevin Gallagher <kevingal@onramp.net>
1397
1398 * emulation/edt.el: Update to version 4.0. Provide support for
1399 EDT scroll margins at top and bottom of the window. Provide an
1400 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1401 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1402 user when file-related buffer modifications exist. Provide
1403 support for running EDT Emulation in XEmacs. Provide customize
1404 access to some user updatable variables. Add Commentary section
1405 to file header. Fixed a few minor bugs and cleaned up some code.
1406
1407 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1408 for detecting a keypress that generates an ASCII key sequence.
1409 (Previously, only a keypress that generates a vector was
1410 recognized.) Embed Window Manager name into name of the generated
1411 EDT Emulation initialization file since the initialization file is
1412 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1413
30db89f9
EZ
14142001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1415
4deb3ba9
EZ
1416 * mail/sendmail.el (mail-mode): Doc fix.
1417
30db89f9
EZ
1418 * info.el (Info-goto-emacs-command-node): Doc fix.
1419 (Info-goto-emacs-key-command-node): Doc fix.
1420
c3f2772b
EZ
14212001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1422
8726e79b 1423 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1424 systems without long file-name support.
1425
0dac6924
AI
14262001-01-06 Andrew Innes <andrewi@gnu.org>
1427
1428 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1429
4e6ef391
EZ
14302001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1431
380866a2
EZ
1432 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1433 (isearch-lazy-highlight-update): Doc fix.
1434
148b5960
EZ
1435 * ffap.el (ffap-bindings): Doc fix.
1436
4e6ef391
EZ
1437 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1438
4cb1bcc2
DL
14392001-01-05 Dave Love <fx@gnu.org>
1440
1441 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1442
3828218c
GM
14432001-01-05 Gerd Moellmann <gerd@gnu.org>
1444
f1ade7d3
GM
1445 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1446 scroll-preserve-screen-position to nil.
1447
1f4139d5
GM
1448 * isearch.el (isearch-old-signal-hook): New variable.
1449 (isearch-mode): Set signal-hook-function to isearch-done.
1450 (isearch-done): Restore old signal-hook-function.
1451
3828218c
GM
1452 * info.el (Info-fontify-node): Mark one more char as intangible.
1453
3970013f
KH
14542000-01-05 Kenichi Handa <handa@etl.go.jp>
1455
3828218c 1456 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1457 it is non-nil, compose preceding characters by compose-region with
1458 COMPONENTS.
1459
1460 * international/quail.el (quail-input-string-to-events): New function.
1461 (quail-input-method): Convert input string to events here.
1462 (quail-start-translation): Return input string, not event list.
1463 (quail-start-conversion): Likewise.
1464
f3b05e99
GM
14652001-01-04 Gerd Moellmann <gerd@gnu.org>
1466
ca2ddd8e 1467 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1468 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1469 and tooltip-add-timeout.
1470 (tooltip-show): Set border color from faces's foreground.
1471 (tooltip-show-help-function): If called with the same help string
1472 as last time, do nothing.
1473 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1474
0f2ac578
GM
1475 * startup.el (fancy-splash-screens): Don't bind show-help-function
1476 to nil.
1477
f3b05e99
GM
1478 * tooltip.el (tooltip-frame-parameters): Remove colors.
1479 (tooltip): New face
1480 (tooltip-set-param): New function.
1481 (tooltip-show): Set up color frame parameters from face `tooltip'.
1482 Display the tooltip text in face `tooltip'.
1483
8416e94a
DL
14842001-01-04 Dave Love <fx@gnu.org>
1485
1486 * whitespace.el (whitespace-global-mode): Fix typo.
1487
1488 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1489
30db89f9
EZ
14902001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1491
1492 * help.el (help-for-help): Fix a typo in a doc string. From
1493 kwzh@gnu.org (Karl Heuer).
1494
b847eb8c
DL
14952001-01-03 Dave Love <fx@gnu.org>
1496
1497 * dired-x.el: Doc fixes. Maintainer change.
1498 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1499 :type.
1500 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1501 (dired-guess-shell-alist-user): Customize.
1502 (dired-x-help-address): Set to bug-gnu-emacs.
1503 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1504 (dired-default-directory): Renamed from default-directory.
1505
1506 * hl-line.el (hl-line): Doc fix.
1507
43c4b570
KF
15082001-01-03 Karl Fogel <kfogel@red-bean.com>
1509
1bf6b1bf 1510 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1511
984c9f75 15122001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1513
1514 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1515 to remove all the current alternative-match highlighting.
1516 If nil, remove only what's outside the current window.
1517 (isearch-lazy-highlight-remove-overlays): Take optional
1518 region within which NOT to remove them.
1519 (isearch-lazy-highlight-new-loop): Greatly simplified.
1520 (isearch-lazy-highlight-update): Find all the other occurrences
1521 visible in the window, in just one call.
1522 (isearch-lazy-highlight-start): Now holds start of region to scan.
1523 (isearch-lazy-highlight-end): Now holds end of region to scan.
1524 (isearch-lazy-highlight-wrapped): Variable deleted.
1525 (isearch-lazy-highlight-search): Function deleted.
1526
13d6a61c
AI
15272000-01-02 Andrew Innes <andrewi@gnu.org>
1528
1529 * w32-fns.el (convert-standard-filename): Do length check on name
1530 before aref.
1531
064866e7
DL
15322001-01-02 Dave Love <fx@gnu.org>
1533
b33e041b
DL
1534 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1535 value.
1536 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1537
1538 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1539
8166ffd5
DL
1540 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1541 read syntax.
1542
064866e7
DL
1543 * calendar/todo-mode.el (todo): Add :link, :version.
1544 (todo-save-top-priorities): Remove autoload cookie.
1545 (todo-add-category, todo-add-item-non-interactively)
1546 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1547 cookie.
1548
6dde6abc
GM
15492001-01-02 Gerd Moellmann <gerd@gnu.org>
1550
1551 * comint.el (comint-input-history-ignore): New variable.
1552 (comint-read-input-ring): Ignore entries matching
1553 comint-input-history-ignore.
1554
1a8a9daf
GM
15552001-01-02 Eric M. Ludlam <zappo@gnu.org>
1556
1557 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1558 (lm-copyright-mark): New function.
1559 (lm-crack-copyright): New function.
1560 (lm-verify): Check that the file has a copyright.
1561 Check that the file is copyright Free Software Foundation.
1562
9c92eb53
KH
15632000-12-30 Kenichi Handa <handa@etl.go.jp>
1564
1565 * international/mule-diag.el (print-fontset): Indent font name by
1566 24 columns, not 25.
1567
49172314
GM
15682000-12-29 Gerd Moellmann <gerd@gnu.org>
1569
762a68ec
GM
1570 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1571 in Subject line.
1572
49172314
GM
1573 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1574 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1575 continuing an interrupted message with C-u C-x m for instence,
1576 winds up in Mail mode without abbrevs.
1577
bd7a2e26
GM
15782000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1579
1580 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1581 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1582 fix.
bd7a2e26
GM
1583 (ps-print-version): New version number (6.3.3).
1584 (ps-end-with-control-d): Initialization fix.
1585 (ps-lines-printed): New var.
1586 (ps-skip-newline): New fun.
1587 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1588 (ps-next-line, ps-continue-line, ps-plot-region)
1589 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1590
2b3f28a4
KH
15912000-12-29 Kenichi Handa <handa@etl.go.jp>
1592
1593 * international/fontset.el (x-complement-fontset-spec): Resolve
1594 ASCII font name so that the same family name is used for fonts
1595 registered in x-font-name-charset-alist.
1596 (create-fontset-from-fontset-spec): Adjusted for the above change.
1597 The name of fontset alias should be a unresolved ASCII font name.
1598
2ece9174
GM
15992000-12-28 Gerd Moellmann <gerd@gnu.org>
1600
1601 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1602 and delete in isearch-mode-map.
1603
cbe3ad7a
RS
16042000-12-28 Richard M. Stallman <rms@gnu.org>
1605
ca2ddd8e 1606 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1607 Use xpdf instead of acroread.
1608
a816f1c5
KH
16092000-12-28 Kenichi Handa <handa@etl.go.jp>
1610
f086e73c
KH
1611 * textmodes/artist.el (artist-butlast): Deleted.
1612 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1613 artist-butlast.
f086e73c 1614
a816f1c5
KH
1615 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1616
1617 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1618
b202115b
EZ
16192000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1620
1621 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1622
1623 * ls-lisp.el: Better support for the Mac and MS-Windows.
1624 (ls-lisp): New defgroup.
1625 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1626 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1627 (ls-lisp-support-shell-wildcards): New defcustoms.
1628 (ls-lisp-parse-symlink): New function.
1629 (insert-directory): Code to convert switches to a list and set up
1630 the wildcard argument copied from ls-lisp-insert-directory.
1631 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1632 for -C and -R switches.
1633 (ls-lisp-column-format): New function.
ca2ddd8e 1634 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1635 (ls-lisp-format-time): Add doc strings.
1636 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1637 Support ls-lisp-dirs-first.
1638 (ls-lisp-classify, ls-lisp-extension): New functions.
1639 (ls-lisp-format): Optionally support emulation of symlinks.
1640 Support -i, -s, and -G switches.
1641
6061fbf0
GM
16422000-12-27 Gerd Moellmann <gerd@gnu.org>
1643
5e25feee
GM
1644 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1645
6061fbf0
GM
1646 * version.el (emacs-version): Print X scroll bar information.
1647
1648 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1649 instead of x-toolkit-scroll-bars-p.
1650
1651 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1652 of x-toolkit-scroll-bars-p.
1653
25050dab
EZ
16542000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1655
1656 * ffap.el (ffap-bindings): Make interactive and add an autoload
1657 cookie.
1658 (ffap-bindings): Doc fix, to reflect the above change.
1659
c1786874
KH
16602000-12-27 Kenichi Handa <handa@etl.go.jp>
1661
1662 * term.el (term-char-mode): Define all non-ascii self-inserting
1663 characters to 'term-send-raw in term-raw-map.
1664
7261ece3 16652000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1666
6061fbf0 1667 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1668 guard.
ca2ddd8e 1669
6061fbf0 1670 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1671 initialization; use add-hook.
6061fbf0 1672 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1673
6061fbf0 1674 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1675
6061fbf0
GM
1676 * ediff.el (ediff-patch-buffer): Bug fix.
1677 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1678
83f40583
SM
16792000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1680
1681 * subr.el (combine-run-hooks): Remove.
1682
1683 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1684 and remove the rogue second spec.
1685
bdd6d4e8
GM
16862000-12-23 Gerd Moellmann <gerd@gnu.org>
1687
1688 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1689
26736ce3
SM
16902000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1691
0e86b6b0
SM
1692 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1693 Use minibuffer menu prompt for the `=' prefix.
1694 (smerge-command-prefix): Change default to C-^.
6eabfb26 1695 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1696
26736ce3
SM
1697 * skeleton.el (skeleton-internal-1): Make sure the first line of
1698 the region is also re-indented.
d21584d6
SM
1699 (skeleton-end-newline): New var.
1700 (skeleton-end-hook): Use it.
26736ce3 1701
95fa4fd7
MB
17022000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1703
1704 * comint.el (comint-password-prompt-regexp): Support CVS.
1705
f060b834
GM
17062000-12-22 Gerd Moellmann <gerd@gnu.org>
1707
856ff7a7
GM
1708 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1709 backspace key combinations, depending on
1710 delete-key-deletes-forward.
1711
1712 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1713
f060b834
GM
1714 * simple.el (delete-key-deletes-forward): Doc fix.
1715
653558a1
GM
17162000-08-22 Emmanuel Briot <briot@gnat.com>
1717
1718 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1719 white spaces are relevant in the XML file.
653558a1
GM
1720 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1721 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1722 of XML files.
653558a1
GM
1723 (xml-parse-tag): Check that the casing is the same in the start
1724 tag and end tag, since XML is case-sensitive. Allows for spaces
1725 in the end tag, after the name of the tag.
1726 (xml-parse-attlist): Allow for the character '-' in the name of
1727 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1728 the properties in the XML tree, since they are not relevant.
653558a1 1729
3ad93d8d
SM
17302000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1731
1732 * generic.el (generic-read-type): Undo last change, inline into
1733 `generic-mode' and then remove.
1734 (generic-mode): Inline generic-read-type.
1735 (define-generic-mode): Push the symbol name rather than the symbol
1736 onto generic-mode-list.
1737
177f4e88
GM
17382000-12-21 Gerd Moellmann <gerd@gnu.org>
1739
8e15274f
GM
1740 * generic.el (generic-read-type): Build an alist for
1741 completing-read as in 20.7.
1742
1743 * play/landmark.el (lm): Use interactive spec `P'.
1744 (toplevel): Don't set debug-on-error.
1745
177f4e88
GM
1746 * server.el (server-switch-buffer): Choose a window on a visible
1747 frame.
1748
6ba384dc
GM
17492000-12-21 Dave Pearson <davep@davep.org>
1750
1751 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1752
647a066c
GM
17532000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1754
1755 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1756 ranges like \177-\237, but accepts the character sequence from \177 to
1757 \237. Doc fix.
1758 (ebnf-version): New version (3.4).
1759 (ebnf-setup): Code fix.
1760 (ebnf-range-regexp): New fun.
1761 (ebnf-8-bit-chars): Const fix.
1762
1763 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1764 entry. Doc fix.
1765 (ebnf-bnf-lex): Code fix.
1766 (ebnf-bnf-comment-chars): Const fix.
1767
1768 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1769 entry. Doc fix.
1770 (ebnf-iso-comment-chars): Const fix.
1771
1772 * ebnf-otz.el: Doc fix.
1773
1774 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1775 entry. Doc fix.
1776 (ebnf-yac-skip-code): Code fix.
1777 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1778
bc22fd18
EZ
17792000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1780
1781 * files.el (insert-directory-safely): New function.
834d23b2 1782 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1783 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1784
587fc3f9
KH
17852000-12-21 Kenichi Handa <handa@etl.go.jp>
1786
eeefcfde 1787 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1788 coding-category-list more rigidly. Improve help message.
eeefcfde 1789
587fc3f9
KH
1790 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1791
01860fb9
MB
17922000-12-21 Miles Bader <miles@gnu.org>
1793
587fc3f9
KH
1794 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1795 prefix.
01860fb9 1796
3f9d67a6
KH
17972000-12-21 Kenichi Handa <handa@etl.go.jp>
1798
9fd1c1f7
KH
1799 * international/mule-diag.el (describe-char-after): Make *Help*
1800 buffer inherit multibyteness of the current buffer.
1801
3f9d67a6
KH
1802 * international/mule.el (make-char): Docstring adjusted for the
1803 change of make-char-internal.
1804
c9669fac
SM
18052000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1806
1807 * international/iso-cvt.el: Docstrings fix.
1808
19594307
DL
18092000-12-20 Dave Love <fx@gnu.org>
1810
1811 * subr.el (eval-after-load): Doc fix.
1812
b1a447b3
KH
18132000-12-20 Kenichi Handa <handa@etl.go.jp>
1814
1815 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1816 for numbers.
1817
09877d5d
MB
18182000-12-20 Miles Bader <miles@gnu.org>
1819
1820 * international/quail.el (quail-help): Resize the help window
1821 again after it has all its contents. Remove unneeded progn.
1822
71d4497a
GM
18232000-12-19 Gerd Moellmann <gerd@gnu.org>
1824
1825 * pcmpl-linux.el: Fix copy/paste error.
1826
741e56a0
AI
18272000-12-19 Andrew Innes <andrewi@gnu.org>
1828
1829 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1830 docstring.
1831
cc24d91c
CD
18322000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1833
ba4c05aa
CD
1834 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1835
1836 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1837
1838 * progmodes/idlw-shell.el: Fixed copyright notice.
1839
1840 * progmodes/idlwave.el: Fixed copyright notice.
1841
71d4497a 1842 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1843 TAB as key separators.
1844
524c8caf
GM
18452000-12-19 Alex Schroeder <alex@gnu.org>
1846
1847 * sql.el (sql-sybase-options): New option.
1848 (sql-sybase): Use it. Add sql-database to the list of parameters
1849 provided for login. The options -w 2048 -n are not used any more.
1850 (sql-postgres-options): Changed default from "--pset" to "-P".
1851 (sql-mysql-options): Doc change.
1852 (sql-stop): Doc change.
1853
b5fa513d
KH
18542000-12-19 Kenichi Handa <handa@etl.go.jp>
1855
1856 * international/quail.el (quail-input-method): Always hide
1857 the guidance buffer on exiting.
1858
91c9e6ce
GM
18592000-12-18 Gerd Moellmann <gerd@gnu.org>
1860
c6da4eb4
GM
1861 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1862 isn't fboundp.
1863
3d2a0e0b
GM
1864 * server.el (server-buffer-done): Bury the buffer before
1865 killing it.
1866
91c9e6ce
GM
1867 * faces.el (face-spec-set): Interpret a nil in specs for
1868 foreground and background colors as `unspecified', for
1869 compatibility with 20.x.
1870
40fa0008
DL
18712000-12-18 Dave Love <fx@gnu.org>
1872
22adbe54
DL
1873 * simple.el (mail-user-agent): Doc fix.
1874 (input-mode-8-bit): Removed.
1875
1876 * international/mule.el (set-keyboard-coding-system): Doc fix.
1877 (keyboard-coding-system): New option.
1878
40fa0008
DL
1879 * mail/sendmail.el (send-mail-function): Customize.
1880
6f4745e2
EZ
18812000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1882
1883 * international/codepage.el (cp866-decode-table): New table.
1884
82b90229
GM
18852000-12-18 Gerd Moellmann <gerd@gnu.org>
1886
1887 * version.el (emacs-version): Remove `%a' from the time format
1888 because the weekday doesn't fit well into each locale.
1889
5a047002
MB
18902000-12-18 Miles Bader <miles@gnu.org>
1891
7f49aa07
MB
1892 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1893
ca2ddd8e 1894 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1895 Check that emacs-major-version is `=' to 20, not `>='.
1896 (artist-replace-chars): Use `make-string' instead of a loop.
1897
22ea2607
EZ
18982000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1899
1900 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1901 (cvs-execute-single-file): Don't change directory.
1902 Patch from Per Cederqvist.
1903
6c825f8e
EZ
19042000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1905
1906 * textmodes/ispell.el (check-ispell-version): If
1907 `ispell-program-name' is "aspell", pass it the -v switch instead
1908 of -vv.
1909
8ff06845
KH
19102000-12-16 Kenichi Handa <handa@etl.go.jp>
1911
af4bb4c8
KH
1912 * international/mule-diag.el (mule-diag): Insert information about
1913 configure options, multibyte awareness, language env.
1914
8ff06845
KH
1915 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1916 regexp to search for candidates.
1917
b24e84ab
EZ
19182000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1919
1920 * info.el (Info-forward-node): If the node has an
1921 Info-header-line, widen the buffer before searching for "next:"
1922 and "up:" pointers, and set the search limit to stay in the
1923 current node.
1924
7981d89f
MB
19252000-12-16 Miles Bader <miles@gnu.org>
1926
1927 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1928
88ee7917
MB
19292000-12-15 Miles Bader <miles@gnu.org>
1930
1931 * comint.el (comint-send-string, comint-send-region): Also accept
1932 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1933 process-send-string/region.
1934
0c28d842
GM
19352000-12-15 Gerd Moellmann <gerd@gnu.org>
1936
4ea7fdca
GM
1937 * isearch.el (isearch-lazy-highlight-max): New user-option.
1938 (isearch-lazy-highlight-update): Don't highlight more than
1939 isearch-lazy-highlight-max matches.
1940
0c28d842
GM
1941 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1942
984c9f75 19432000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1944
8062e53a
GM
1945 * sort.el (sort-columns): Fix error message.
1946
3ffa545b
GM
1947 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1948 `upcase' or `downcase' or nil.
1949 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1950 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1951 (dabbrev--substitute-expansion): New arg record-case-pattern.
1952 If it is non-nil, set dabbrev--last-case-pattern.
1953 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1954
1955 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1956
c2d7f289
MB
19572000-12-15 Miles Bader <miles@gnu.org>
1958
b6348438
MB
1959 * paths.el (Info-default-directory-list): Don't delete
1960 configure-info-directory from the list of standard info
1961 directories when appending it to the end -- their order is
1962 important.
1963
f9056dd9
MB
1964 * faces.el (read-face-attribute): If there's no entry for the
1965 user's input in VALID, just use it as-is (this will often result
1966 in an error, but it may be OK for e.g. colors using hexadecimal
1967 notation, and at least will yield a better error message).
1968
c2d7f289 1969 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1970 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1971 Variables removed.
1972 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1973 window is really the right size. Use vertical-motion
1974 rather than forward-line.
1975 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1976 (ispell-command-loop, ispell-show-choices): Use the variable
1977 ispell-choices-win-default-height, rather than the function.
1978 (ispell-choices-win-default-height): Function removed.
1979 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1980
8f530b95
SM
19812000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1982
1983 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1984
6d435deb
EZ
19852000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1986
4dddb0b7
EZ
1987 * paths.el (Info-default-directory-list): If
1988 configure-info-directory is not one of the standard directories,
1989 put it first in the list; otherwise put it last. Doc string
1990 changed accordingly.
1991
1992 * info.el (Info-directory-list): Change doc string to reflect the
1993 change in Info-default-directory-list.
1994
6d435deb
EZ
1995 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1996 windows-nt as windowed environments, even under -nw.
1997
1998 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1999 if not fboundp. Switch delete-forward mode for the <delete> key
2000 on all PC platforms, even under -nw.
2001
2002 * term/internal.el ([M-delete]): Remap to M-d.
2003
9d7d9263
GM
20042000-12-14 Gerd Moellmann <gerd@gnu.org>
2005
2006 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2007
7cf0153a
EZ
20082000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2009
2010 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2011
5e5b3d41
GM
20122000-12-14 Gerd Moellmann <gerd@gnu.org>
2013
5f368d29
GM
2014 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2015 if appropriate.
2016
2017 * simple.el (delete-key-deletes-forward): New user-option.
2018 (delete-key-deletes-forward-mode): New function.
2019
9d7d9263 2020 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2021
5e5b3d41
GM
2022 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2023 if symbol is bound before getting its value.
2024
2025 * tooltip.el (tooltip-show): If an error is signaled in
2026 x-show-tip, display that error, and display the help in the
2027 echo area.
ca2ddd8e 2028
191b83b6
KH
20292000-12-14 Kenichi Handa <handa@etl.go.jp>
2030
2031 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2032 "... entries" messages for every 10000 entries, not 10.
2033
6192b604
KF
20342000-12-13 Karl Fogel <kfogel@red-bean.com>
2035
2036 * bookmark.el: Provide a generic exit hook, as suggested by
2037 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2038 (bookmark-exit-hook): New var.
2039 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2040 old raw lambda form in `kill-emacs-hook', and runs new
2041 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2042 as logically that feature must have been provided if this function
2043 is running.
2044 Removed ;;;###autoload before the `add-hook' call.
2045
5edf6b55
SM
20462000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2049 (easy-menu-current-active-maps): New function.
2050 (easy-menu-get-map): Use it.
2051 Make a proper menu entry when creating a new keymap.
2052
16b5e8e6
KH
20532000-12-13 Kenichi Handa <handa@etl.go.jp>
2054
d49fc4eb
KH
2055 * international/characters.el: Fix cases and syntaxes for
2056 mule-unicode-0100-24ff.
2057
3b53d876
KH
2058 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2059 that a Japanese character is not appended after day and year.
2060
16b5e8e6
KH
2061 * info.el (Info-suffix-list): Change format for a command that
2062 requires arguments.
2063 (info-insert-file-contents): Adjusted for the above change.
2064
1df1c518
AS
20652000-12-12 Andreas Schwab <schwab@suse.de>
2066
2067 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2068 on the name of the tar buffer. Verify that the existing buffer is
2069 visiting the same subfile.
2070
a7a07b98
DL
20712000-12-12 Dave Love <fx@gnu.org>
2072
2073 * subdirs.el: Add obsolete.
2074
4fdbd809
GM
20752000-12-12 Gerd Moellmann <gerd@gnu.org>
2076
bfdb75ee
GM
2077 * mail/rmailsum.el (rmail-summary-expunge)
2078 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2079 instead of rmail-confirm-expunge.
2080
4fdbd809
GM
2081 * replace.el (perform-replace): Don't use an empty match adjacent
2082 to a non-empty match when computing the next match before the
2083 replacement is performed.
2084
e9a59cad
GM
20852000-12-12 Milan Zamazal <pdm@freesoft.cz>
2086
2087 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2088 definition (patch by Stefan Monnier).
2089 (glasses-mode): Use jit-lock instead of `after-change-functions'
2090 (patch by Stefan Monnier).
2091
c2def7a0
MB
20922000-12-12 Miles Bader <miles@gnu.org>
2093
2094 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2095 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2096
591b63b4
AC
20972000-12-12 Andrew Choi <akochoi@i-cable.com>
2098
2099 * term/mac-win.el: Remove load for ls-lisp.
2100
a924cf63 2101 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2102
5ff4ba3d
MB
21032000-12-12 Miles Bader <miles@gnu.org>
2104
2105 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2106 Respect field end too.
2107 (just-one-space): Respect fields as `delete-horizontal-space'.
2108 (newline-and-indent, reindent-then-newline-and-indent): Use
2109 `delete-horizontal-space'.
2110
d0c679bc
SM
21112000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2112
adf9c994
SM
2113 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2114 (so as to obey the field property in the minibuffer).
2115
4b0cd42d
SM
2116 * obsolete/c-mode.el: Moved from lisp/progmodes.
2117 * obsolete/auto-show.el: Moved from lisp.
2118 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2119
89f85863
CD
21202000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2121
2122 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2123 changes to list them here.
89f85863
CD
2124
2125 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2126 many changes to list them here.
2127
2128 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2129 many changes to list them here.
2130
2131 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2132
3e0d35ce
GM
21332000-12-11 Gerd Moellmann <gerd@gnu.org>
2134
d990421f
GM
2135 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2136 nil.
2137
ca2ddd8e 2138 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2139 Comment fix.
2140
3e0d35ce
GM
2141 * hscroll.el: Moved to `obsolete' subdir.
2142
ff904dd6
MB
21432000-12-11 Miles Bader <miles@gnu.org>
2144
2145 * window.el (window-text-height): Function removed (now in C).
2146
fb97d87f
SM
21472000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2148
2149 * log-edit.el (log-edit-parent-buffer): New var.
2150 (log-edit): Set it. Add BUFFER argument.
2151 (log-edit-done): Use char-before.
2152 Don't bother checking validity of vc-comment-ring.
2153 Only bury the buffer if log-edit popped it up.
2154
2155 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2156 (cvs-mode-diff-help): Remove.
2157 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2158 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2159
2160 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2161 Remove binding for ? now made unnecessary.
2162
7de77417
CD
21632000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2164
2165 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2166 function
7de77417
CD
2167 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2168
2169 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2170 when master file is not open.
2171
4efa209f
SM
21722000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2173
2174 * progmodes/ada-stmt.el: Update `maintainer'.
2175
0a8052bd
GM
21762000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2177
2178 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2179 choices to match documentation string.
2180
a12167c5
MB
21812000-12-09 Miles Bader <miles@gnu.org>
2182
2161605d
MB
2183 * minibuf-eldef.el: New file.
2184
a12167c5
MB
2185 * window.el (fit-window-to-buffer): Don't pass last argument to
2186 pos-visible-in-window-p, now that its meaning is inverted.
2187
9ea8de1b
EZ
21882000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2189
2190 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2191 <ceder@lysator.liu.se>.
2192
5002ddbb
SM
21932000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2194
b6114d80
SM
2195 * autoinsert.el (auto-insert-alist): Add missing final \n.
2196
ee8d23ee
SM
2197 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2198 (cvs-menu-map): Remove.
2199 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2200 (cvs-mode-quit): Turn it back into a plain function.
2201
5002ddbb 2202 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2203 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2204
2205 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2206 file where it's more visible.
2207 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2208 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2209 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2210 (texinfo-inside-macro-p): Only catch `scan-error's.
2211 (texinfo-inside-env-p): Make better use of the match info.
2212 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2213 (texinfo-insert-@end): Slight re-organization.
2214 Also remove useless `looking-at' call.
2215
30cd075d
AI
22162000-12-08 Andrew Innes <andrewi@gnu.org>
2217
2218 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2219 accessible in -nw mode.
2220
2221 * term/w32-win.el: Remove stuff about selection timeout, which is
2222 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2223 it is accessible in -nw mode.
2224
01b91009
DL
22252000-12-08 Dave Love <fx@gnu.org>
2226
2227 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2228 font-lock-keywords-case-fold-search.
2229
842b2a94
GM
22302000-12-08 Gerd Moellmann <gerd@gnu.org>
2231
2232 * textmodes/ispell.el (ispell): Doc fix.
2233
f9d5f611
KH
22342000-12-08 Kenichi Handa <handa@etl.go.jp>
2235
2236 * international/quail.el (quail-insert-decode-map): Check the
2237 frame width of a window displaying the current buffer, not that of
2238 the selected frame.
2239 (quail-help): Make sure that the help buffer has window before
2240 inserting text in it.
2241
e04d21aa
SS
22422000-12-07 Sam Steingold <sds@gnu.org>
2243
2244 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2245 Backquote is used in isearch.el, so autoloading saves nothing.
2246
fc3e23a4
EZ
22472000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2248
137cad7c
EZ
2249 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2250 the CVS and RCS subdirectories case-insensitively.
2251
fc3e23a4
EZ
2252 * dired.el (dired-insert-directory): If file-system-info is
2253 fboundp, call it instead of invoking dired-free-space-program.
2254
796ecd10
GM
22552000-12-07 Gerd Moellmann <gerd@gnu.org>
2256
0f5f7c3e
GM
2257 * server.el (server-visit-files): Push files on file-name-history.
2258
3764ba49
GM
2259 * progmodes/cc-langs.el: Update copyright.
2260
8e7931da
GM
2261 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2262
ae0d7485 2263 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2264
796ecd10
GM
2265 * bindings.el (mode-line-mode-menu): Reverse the order
2266 of define-keys so that the menu appears in alphabetical order.
2267
ae0d7485
GM
22682000-12-07 Milan Zamazal <pdm@freesoft.cz>
2269
2270 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2271 of the function.
2272
e2849090
DL
22732000-12-07 Dave Love <fx@gnu.org>
2274
2275 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2276
2277 * facemenu.el (facemenu-unlisted-faces): Fix value.
2278
5c7f629c
SM
22792000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2280
2281 * font-lock.el (font-lock-default-fontify-region):
2282 Include the terminating \n (off-by-one error).
2283 (font-lock-set-defaults): Use dolist.
2284
2285 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2286
73481ae3
KH
22872000-12-07 Kenichi Handa <handa@etl.go.jp>
2288
ffbaa122
KH
2289 * international/mule-cmds.el (describe-language-environment): Fix
2290 for the case that an input method title is not string but a list.
2291
73481ae3
KH
2292 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2293 of wrong SIZE record.
2294
e2896b22
DL
22952000-12-06 Dave Love <fx@gnu.org>
2296
67292061
DL
2297 * newcomment.el (comment-region, comment-dwim): Doc fix.
2298
2299 * textmodes/texinfo.el: Require tex-mode when compiling.
2300 (texinfo-update-node): Doc fix.
2301 (texinfo-imenu-generic-expression): Add @anchor.
2302 (texinfo-font-lock-keywords): Add @uref.
2303 (texinfo-inside-macro-p): Don't use ignore-errors.
2304 (texinfo-insert-quote): Match more contexts.
2305
e76938e7
DL
2306 * international/mule.el (decode-char, encode-char): Doc fix.
2307 (auto-coding-alist): Customize.
2308
2309 * files.el (load-file): Fix change of 2000-03-12.
2310
e2896b22
DL
2311 * wid-edit.el (widget-text-keymap): Doc fix.
2312
6610f4b2
AI
23132000-12-06 Andrew Innes <andrewi@gnu.org>
2314
2315 * makefile.w32-in (lisp): Set to an absolute directory, namely
2316 $(CURDIR).
2317
9e3366e4
EZ
23182000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2319
2320 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2321 read generated-autoload-file, and set buffer-file-coding-system to
2322 raw-text-unix after reading the file.
2323
2324 * international/mule-conf.el (file-coding-system-alist): Use
2325 raw-text for reading loaddefs.el and raw-text-unix for writing
2326 it.
2327
d94d636f
GM
23282000-12-06 Gerd Moellmann <gerd@gnu.org>
2329
384333ee
GM
2330 * replace.el (occur): Make line-number-width 1 smaller for the
2331 colon following the line number.
2332
347d0813
GM
2333 * startup.el (fancy-splash-text, command-line-1): Use
2334 `File' for the menu name instead of `Files'.
e04d21aa 2335
d4b72d58
GM
2336 * tmm.el: Update copyright.
2337
d94d636f
GM
2338 * cus-start.el: Add entry for even-window-heights.
2339
6e424019
MB
23402000-12-06 Miles Bader <miles@gnu.org>
2341
2342 * faces.el (frame-set-background-mode): Avoid stomping on
2343 locally modified faces.
2344
e6477b58
KH
23452000-12-06 Kenichi Handa <handa@etl.go.jp>
2346
2347 * international/fontset.el: Correct the font registries for
2348 japanese-jisx0213-1 and japanese-jisx0213-2.
2349
21999ab9
GM
23502000-12-05 Gerd Moellmann <gerd@gnu.org>
2351
57d6e381
GM
2352 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2353
21999ab9
GM
2354 * iswitchb.el: Update customization commentary.
2355
7422819c
GM
23562000-12-05 Rob Riepel <riepel@Stanford.EDU>
2357
2358 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2359 (tpu-search-highlight): Fixed comparison of overlay end positions.
2360 (tpu-trim-line-ends): Implemented trimming logic locally.
2361
2362 * emulation/tpu-extras.el (tpu-write-file-hook)
2363 (tpu-set-cursor-bound): Replaced picture-clean with
2364 tpu-trim-line-ends.
2365
73daff18
KH
23662000-12-05 Kenichi Handa <handa@etl.go.jp>
2367
2368 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2369 to cn-gb.
2370 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2371
6a4cd002
DL
23722000-12-04 Dave Love <fx@gnu.org>
2373
2374 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2375
6452929e
GM
23762000-12-04 Gerd Moellmann <gerd@gnu.org>
2377
e04d21aa 2378 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2379 (rmail-summary-expunge-and-save): Ask for confirmation with
2380 rmail-expunge-confirmed.
2381
2382 * mail/rmail.el (rmail-expunge-confirmed): New function.
2383 (rmail-expunge): Use it.
2384
0c68ce6f
GM
2385 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2386 (etags-recognize-tags-table, find-tag-in-order): New
2387 functionality: interpret file names as tags.
e04d21aa 2388
7a53d8c8
EZ
23892000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2390
2391 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2392 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2393 visit the first subnode until the bottom of the current node is
2394 visible.
2395
caa15ef7
GM
23962000-12-04 Gerd Moellmann <gerd@gnu.org>
2397
2398 * format.el (format-decode): Don't change buffer's undo list.
2399
e225faa7
KH
24002000-12-04 Kenichi Handa <handa@etl.go.jp>
2401
2402 * faces.el (face-font-registry-alternatives): Add entries for CJK
2403 fonts. Doc-string adjusted for the actual usage of this data.
2404
2405 * international/fontset.el: Change the font registries for CJK
2406 fonts in the default fontset. Don't append '*' to registries.
2407
8b262a65
SM
24082000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2409
e04d21aa 2410 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2411 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2412
2413 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2414 (derived-mode-p): New function.
2415 (derived-mode-make-docstring): Add `docstring' argument.
2416 Use it if available and complete it if necessary.
2417
33c4460b
AS
24182000-12-03 Andreas Schwab <schwab@suse.de>
2419
2420 * type-break.el (type-break): Don't make parent of itself.
2421
5c9b3fac
MB
24222000-12-03 Miles Bader <miles@gnu.org>
2423
2424 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2425
27ce741e
SM
24262000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2427
07c16ec4
SM
2428 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2429 (tex-main-file, tex-file): Simplify.
2430 (tex-generate-zap-file-name): Use subst-char-in-string.
2431 (tex-strip-dots): Remove.
2432
c19cc275
SM
2433 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2434
27ce741e
SM
2435 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2436 to check if the match succeeded.
2437
285991dc
GM
24382000-12-02 Gerd Moellmann <gerd@gnu.org>
2439
2440 * startup.el (use-fancy-splash-screens-p): New function.
2441 (command-line-1): Use it to determine whether or not to use
2442 a fancy splash screen.
2443
52dca1b2
AS
24442000-12-02 Andreas Schwab <schwab@suse.de>
2445
2446 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2447
d3e7e7cf
EZ
24482000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2449
2dce2360
EZ
2450 * international/mule.el (make-char): Fix last change.
2451
9768eaa7
EZ
2452 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2453 New defcustoms.
2454 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2455 autoloading tex-mode; instead, do the same manually. Use
2456 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2457 with numeric argument. Docstring fix.
2458 (toplevel): Require cl when compiling.
e04d21aa 2459
285991dc 2460 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2461
0dd5e255
JR
24622000-12-02 Jason Rumney <jasonr@gnu.org>
2463
2464 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2465 the Emacs Lisp manual)
2466
fbb87147
EZ
24672000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2468
5cbb3e93
EZ
2469 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2470
fbb87147
EZ
2471 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2472 the Emacs Lisp manual).
2473
1636ca09
GM
24742000-12-02 Gerd Moellmann <gerd@gnu.org>
2475
2476 * simple.el (next-line-add-newlines): Change default to nil.
2477
68875f0e
EZ
24782000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2479
2480 * files.el (revert-buffer, recover-file): Bind
2481 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2482
fd9ac94c
GM
24832000-12-01 Gerd Moellmann <gerd@gnu.org>
2484
2485 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2486
45450dd5
MB
24872000-12-01 Miles Bader <miles@gnu.org>
2488
2489 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2490
09df8881
KH
24912000-12-01 Kenichi Handa <handa@etl.go.jp>
2492
2493 * international/mule-diag.el (describe-char-after): Fix typo.
2494 (describe-character-set, non-iso-charset-alist): Fix typo.
2495
dea0a87d
MB
24962000-12-01 Miles Bader <miles@gnu.org>
2497
b170205b
MB
2498 * image-file.el (image-file-name-regexp): Automatically add
2499 upper-case variants of each filename extension in
2500 `image-file-name-extensions', since they seem to be common.
2501
e04d21aa 2502 * simple.el (minibuffer-contents)
dea0a87d
MB
2503 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2504 New functions.
2505 * filecache.el (file-cache-directory-name)
2506 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2507
2b69bc11 25082000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2509
dea0a87d
MB
2510 * filecache.el (file-cache-minibuffer-complete): Don't try to
2511 delete the minibuffer prompt.
2512
a8a1b05d
DL
25132000-11-30 Dave Love <fx@gnu.org>
2514
2515 * cus-start.el: Fix read-buffer-function type.
2516
693c4692
GM
25172000-11-30 Gerd Moellmann <gerd@gnu.org>
2518
2519 * md5.el: Removed. There's a built-in function, now.
2520
2c0b1898
GM
25212000-11-30 Markus Rost <rost@math.ohio-state.edu>
2522
2523 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2524 as dummy 0-th char of rmail-deleted-vector.
2525
63dfcf4b
EZ
25262000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2527
2528 * ps-print.el (ps-end-job): Bind case-fold-search only after
2529 switching to ps-spool-buffer.
2530
25312000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2532
2533 * ps-print.el: Line number font customization. PostScript: Lines and
2534 PageCount are initialized on each page. Doc Fix.
2535 (ps-print-version): New version number (6.3.2).
2536 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2537 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2538 (ps-right-header): Customization fix.
2539 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2540 Fix code.
2541 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2542 New vars.
2543
df3aedcf
GM
25442000-11-30 Gerd Moellmann <gerd@gnu.org>
2545
edfb795e
GM
2546 * bs.el: Fix typos and spelling errors.
2547 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2548 (bs-configuration): Doc fix.
e04d21aa 2549
df3aedcf
GM
2550 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2551
8b8a7f01
GM
25522000-11-30 Rob Riepel <riepel@Stanford.EDU>
2553
2554 * emulation/tpu-edt.el (tpu-version): New version.
2555 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2556 (tpu-original-mode-line): Variable deleted.
2557 (tpu-mark-flag): New initial value.
2558 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2559 tpu-mark-flag to minor-mode-alist.
2560 (tpu-update-mode-line): New mark flag logic.
2561 (tpu-get): Use find-file-wildcards.
2562 (tpu-search-highlight): Move overlay less, reset overlay properly.
2563 (tpu-unselect): Deactivate mark.
2564 (tpu-lm-replace): Reset overlay properly.
2565 (tpu-forward-line): Use forward-visible-line.
2566 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2567
2568 * emulation/tpu-extras.el (tpu-forward-line): Use
2569 forward-visible-line.
e04d21aa 2570
c069a9d3
GM
25712000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2572
2573 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2574
b02cd40b
GM
25752000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2576
2577 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2578 and skip whitespace and newlines.
e04d21aa 2579
b7a90344
SM
25802000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2583
be6bbb55
GM
25842000-11-29 Gerd Moellmann <gerd@gnu.org>
2585
0383ed60
GM
2586 * help.el (describe-function-1): Regexp-quote function name
2587 when used as part of a regexp.
2588
c7957947
GM
2589 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2590 face-attribute instead of face-foreground and face-background.
2591 (tool-bar-add-item): Likewise, and handle unspecified colors.
2592
2593 * enriched.el (enriched-face-ans): Use face-attribute instead
2594 of face-foreground and face-background.
2595
2596 * faces.el (face-foreground, face-background, face-stipple):
2597 Return nil if attribute is unspecified, for backward
2598 compatibility.
2599
7423978d
GM
2600 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2601
ef128c78
GM
2602 * play/5x5.el: Remove version info.
2603
a81fc510
GM
2604 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2605
be6bbb55
GM
2606 * frame.el (blink-cursor-mode): Doc fix.
2607
f9396e03
GM
26082000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2609
2610 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2611 to create Makefile rules.
2612 (antlr-tool-command): New user option.
2613 (antlr-ask-about-save): New user option.
2614 (antlr-makefile-specification): New user option.
2615 (antlr-file-formats-alist): New variable.
2616 (antlr-special-file-formats): New variable.
2617 (antlr-unknown-file-formats): New user option.
2618 (antlr-help-unknown-file-text): New variable.
2619 (antlr-help-rules-intro): New variable.
2620 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2621 (antlr-mode-menu): Add entries.
2622 (antlr-file-dependencies): New function.
2623 (antlr-directory-dependencies): New function.
2624 (antlr-superclasses-glibs): New function.
2625 (antlr-run-tool): New command.
2626 (antlr-makefile-insert-variable): New function.
2627 (antlr-insert-makefile-rules): New function.
2628 (antlr-show-makefile-rules): New command.
2629
2630 * antlr-mode.el: More Emacs/XEmacs stuff.
2631 (antlr-no-action-keywords): New constant with value nil.
2632 (antlr-font-lock-keywords-alist): Use it. Old value would break
2633 syntax highlighting in Emacs-21.0.
2634 (antlr-default-directory): Emacs/XEmacs dependend function.
2635 (antlr-read-shell-command): Ditto.
2636 (antlr-with-displaying-help-buffer): Ditto.
2637
26382000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2639
2640 * antlr-mode.el: imenu, parsing and highlighting changes.
2641 (antlr-imenu-create-index-function): Don't create extra submenus
2642 for definitions in different grammar classes. It is not necessary
2643 for the menu and would make command `imenu' awkward to use.
2644 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2645 header actions and more than one.
2646 (antlr-font-lock-tokendef-face): Changed color.
2647 (antlr-font-lock-tokenref-face): Changed color.
2648 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2649 (antlr-mode-syntax-table): New variable.
2650 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2651 (antlr-with-syntax-table): Don't copy syntax table.
2652
26532000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2654
2655 * antlr-mode.el: Minor changes: language setting.
2656 (antlr-language-alist): The value for file option "language" can
2657 be both an identifier and a string.
2658 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2659 (antlr-language-limit-n-regexp): Change accordingly.
2660
26612000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2662
2663 * antlr-mode.el: Minor changes: tabs, hiding.
2664 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2665 (antlr-action-visibility): Also allow value nil to also hide the
2666 braces. Renamed from `antlr-tiny-action-length'.
2667 Suggested by Jay@aol.com.
2668 (antlr-hide-actions): Change accordingly. Hide line if completely
2669 hidden action is on a line of its own.
e04d21aa 2670
6ad948eb
SM
26712000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2672
2673 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2674
2675 * sort.el (sort-columns): Don't concat strings with numbers.
2676
9c6a4107
DL
26772000-11-29 Dave Love <fx@gnu.org>
2678
2679 * cus-edit.el (face): Fix :format.
2680
2681 * mail/feedmail.el: Require smtpmail when compiling.
2682 (mail-do-fcc): Autoload.
2683 (feedmail) <defgroup>: Fix :link.
2684 (feedmail-nuke-body-in-fcc): Fix :type.
2685 (feedmail-send-it): Add autoload cookie.
2686
053b8d35
SM
26872000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2688
2689 * newcomment.el (comment-indent): Save excursion around call to
2690 comment-indent-function.
2691
242c13e8
MB
26922000-11-29 Miles Bader <miles@gnu.org>
2693
2694 * subr.el (member-ignore-case): Return the tail of the list who's
2695 car matches, like `member', not the matching element itself.
2696
8f4b5f28
KH
26972000-11-29 Kenichi Handa <handa@etl.go.jp>
2698
2699 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2700 should not contain `\n'.
2701
bebe4a2c
GM
27022000-11-28 Gerd Moellmann <gerd@gnu.org>
2703
fd9ac94c 2704 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2705
ba7e40eb
GM
2706 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2707
75ab0c79
GM
2708 * dired-aux.el (dired-do-create-files): Construct default file
2709 name for dired-mark-read-file-name so that when the user enters
2710 just RET, the target file will end up in the target directory.
2711
bebe4a2c
GM
2712 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2713 local-abbrev-table before changing buffers because it might
2714 have a buffer-local binding.
2715
fa6d1ca8
MB
27162000-11-28 Miles Bader <miles@gnu.org>
2717
2718 * simple.el (delete-horizontal-space): Handle fields more generally.
2719
8d2c2642
GM
27202000-11-28 Gerd Moellmann <gerd@gnu.org>
2721
2722 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2723
8b31236d
DL
27242000-11-28 Dave Love <fx@gnu.org>
2725
3cbd02d2
DL
2726 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2727 comment-start-skip locally.
2728
8b31236d
DL
2729 * progmodes/fortran.el (fortran-mode): Don't set
2730 fortran-comment-line-start-skip. Set comment-start to
2731 fortran-comment-line-start.
2732 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2733 (fortran-comment-line-start-skip): Simplify slightly.
2734
ae4bf56d
GM
27352000-11-28 Gerd Moellmann <gerd@gnu.org>
2736
17ef7534
GM
2737 * play/5x5.el: Remove RCS keyword.
2738
fd9ac94c 2739 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2740
665b27a6
GM
27412000-11-28 Milan Zamazal <pdm@freesoft.cz>
2742
2743 * textmodes/tildify.el (tildify-string-alist): Add
2744 `plain-tex-mode' here.
2745
fe3c2ae3
GM
27462000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2747
2748 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2749 reference.
2750
d970106b
MB
27512000-11-28 Miles Bader <miles@gnu.org>
2752
36b80a0d
MB
2753 * cus-face.el (custom-face-attributes): Add post-filter function
2754 for :box. Make pre-filter function for :box handle all cases.
2755
d970106b
MB
2756 * wid-edit.el (widget-choose): Make sure pop-up window is large
2757 enough to display all the choices, as there's no way to scroll it.
2758
5a2bae6c
KH
27592000-11-28 Kenichi Handa <handa@etl.go.jp>
2760
2761 * international/mule-conf.el: Make the coding system no-conversion
2762 safe for all characters.
2763
9e836e23
DL
27642000-11-27 Dave Love <fx@gnu.org>
2765
8b31236d
DL
2766 * net/ldap.el (ldap) <defgroup>: Add :version.
2767
9e836e23
DL
2768 * tooltip.el (tooltip-use-echo-area): Doc fix.
2769
2770 * cus-start.el <minibuffer-prompt-properties>: Add version.
2771 <read-buffer-function>: Add.
2772
2773 * apropos.el (apropos-print): Add help-echo to active text.
2774
2775 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2776
4a74d071
GM
27772000-11-27 Gerd Moellmann <gerd@gnu.org>
2778
2779 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2780 type, group and version.
2781
76058c27
EZ
27822000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2783
4a74d071 2784 * select.el (x-get-selection): Docstring fix.
76058c27 2785
fd9ac94c 27862000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2787
fd9ac94c 2788 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2789
49060c51
AI
27902000-11-27 Andrew Innes <andrewi@gnu.org>
2791
2792 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2793
2794 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2795
b2a8e429
MB
27962000-11-27 Miles Bader <miles@gnu.org>
2797
2798 * dired.el (dired-get-filename): Return filename verbatim if
2799 LOCALP is `verbatim'.
2800 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2801 `verbatim' so that we don't inadvertently delete a non-existant
2802 directory name.
2803
5ac0366d
KH
28042000-11-27 Kenichi Handa <handa@etl.go.jp>
2805
2806 * international/characters.el: Specify cases and syntaxes for
2807 mule-unicode-0100-24ff.
2808
67f1cf4c
GM
28092000-11-27 Gerd Moellmann <gerd@gnu.org>
2810
2811 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2812 that foreground and/or background colors of the face `tool-bar'
2813 are unspecified.
2814
46c56972
MB
28152000-11-27 Miles Bader <miles@gnu.org>
2816
e04d21aa 2817 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2818 (widget-field-end): Handle widget field `pseudo-overlays'.
2819 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2820 if it's there instead of in `widget-field-list'.
2821
46c56972 2822 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2823 (help-make-xrefs): Delete extraneous newlines at the end of the
2824 docstring.
46c56972 2825
640a9cdd
JR
28262000-11-25 Jason Rumney <jasonr@gnu.org>
2827
2828 * startup.el (command-line): Call set-locale-environment after
2829 Window System init file is read, as it can result in a call to
2830 redraw-frame.
2831
0b3f96d4
EZ
28322000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2833
2834 * simple.el (shell-command): Mention the effect of the prefix
2835 argument in the doc string.
2836
8da6e2a1
MB
28372000-11-25 Miles Bader <miles@gnu.org>
2838
a658d039
MB
2839 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2840
8da6e2a1 2841 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2842 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2843
d3416cca
JR
28442000-11-24 Jason Rumney <jasonr@gnu.org>
2845
2846 * international/mule-cmds.el (locale-language-names): Add "jp" as
2847 a non-standard alternative for Japanese.
2848
17e37f53
AS
28492000-11-24 Andre Spiegel <spiegel@gnu.org>
2850
2851 * vc-hooks.el: Require 'cl during compilation.
2852
9aa5f148
GM
28532000-11-24 Gerd Moellmann <gerd@gnu.org>
2854
ba193890
GM
2855 * faces.el (face-set-after-frame-default): Let face attributes
2856 specified for new frames override frame parameters.
2857
9aa5f148
GM
2858 * startup.el (command-line): Fix computation of the source file
2859 for user-init-file when user-init-file is a compiled file.
2860
51a1edab
MB
28612000-11-24 Miles Bader <miles@gnu.org>
2862
e04d21aa 2863 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2864 (custom-post-filter-face-spec): New functions.
2865 (custom-face-set, custom-face-value-create): Filter the face spec
2866 before and after customization.
2867 (custom-face-set): If VALUE specifies a null face, pass a
2868 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2869 * cus-face.el (custom-face-attributes): Remove SET and GET
2870 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2871 cases they're needed.
2872
1ed74431
MB
2873 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2874 that it's distinguishable from the :off-glyph on dark-background
2875 displays. Set its background color too.
2876
67ee1125
MB
2877 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2878 so that people can easily turn it off.
2879
7d027816 28802000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2881
7d027816 2882 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2883
9aa5f148 2884 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2885
9aa5f148 2886 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2887
9aa5f148 2888 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2889 redundant skip-small-frames test.
e04d21aa 2890
9aa5f148 2891 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2892 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2893
9aa5f148
GM
2894 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2895 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2896 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2897 functions.
e04d21aa 2898
9aa5f148 2899 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2900
9aa5f148 2901 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2902
f07fa1b8
KH
29032000-11-24 Kenichi Handa <handa@etl.go.jp>
2904
2905 * international/mule-diag.el (list-iso-charset-chars): For
2906 two-byte charset, fix the `while' condition.
2907 (list-non-iso-charset-chars): Fix the `while' condition.
2908
ba8299ff
SM
29092000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2910
79372165
SM
2911 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2912 if the variable is make-variable-buffer-local.
2913
ba8299ff
SM
2914 * progmodes/ada-stmt.el (ada-template-map): Initialize
2915 and bind it to C-c t in ada-mode-map.
2916 (ada-stmt-mode-hook): New function extracted from old code.
2917 Only change the buffer-local side of skeleton-*.
2918 (ada-mode-hook): Use it.
2919
68a887fa
EZ
29202000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2923 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2924 we expect to be returned by minibuffer-depth once we prompt the
2925 user in the minibuffer.
2926 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2927 as recorded in iswitchb-minibuf-depth, return non-nil.
2928
3b345582
EZ
29292000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2930
2931 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2932 (hscroll-window-maybe): Docstring fix.
2933
595dead2
DL
29342000-11-23 Dave Love <fx@gnu.org>
2935
2936 * rect.el (string-rectangle): Don't test delete-selection-mode.
2937
1e66b27a
GM
29382000-11-23 Gerd Moellmann <gerd@gnu.org>
2939
02790ce2
GM
2940 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2941 is in the tool bar.
2942
1e66b27a
GM
2943 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2944 with `no-dir'; we want the directory part to be able to remove
2945 it.
2946
a4caa65d
SM
29472000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2948
2949 * textmodes/outline.el (outline-flag-region):
2950 Don't bind inhibit-read-only since we don't modify the buffer.
2951 (outline-isearch-open-invisible): Don't jump to overlay-start
2952 since we're trying to unhide text around point.
2953 (outline-discard-overlays): Use dolist.
2954
2955 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2956
03e757c1
GM
29572000-11-22 Gerd Moellmann <gerd@gnu.org>
2958
e04d21aa 2959 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2960 y-or-n-p.
e04d21aa 2961
1598a961
SM
29622000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2963
2964 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2965 Fix ARG regexp to skip quoted braces.
2966 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2967 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2968 are (correctly) handled separately).
2969 Remove `caption' and `footnote' from `citations': they contain text.
2970 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2971 (latex-skeleton-end-hook): New function.
2972 (latex-mode): Use it.
2973 (tex-start-tex-marker): Remove.
2974 (tex-send-tex-command): Don't set tex-start-tex-marker.
2975 (tex-error-parse-syntax-table): New var.
2976 (tex-compilation-parse-errors): Use it.
2977 Ignore tex-start-tex-marker. Don't bother with marker-position.
2978 (tex-validate-buffer): Don't bother with marker-position.
2979
2980 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2981 (flyspell-generic-progmode-verify): Use it.
1598a961 2982
eaae8106
SS
29832000-11-22 Sam Steingold <sds@gnu.org>
2984
03e757c1
GM
2985 * simple.el (delete-trailing-whitespace): New interactive
2986 function.
e04d21aa 2987
eaae8106 2988 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2989 `ada-remove-trailing-spaces'.
eaae8106 2990 (ada-remove-trailing-spaces): Removed.
e04d21aa 2991
eaae8106 2992 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2993
1598a961
SM
2994 * textmodes/picture.el (picture-clean): Removed.
2995 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2996
a41d49e9
GM
29972000-11-22 Gerd Moellmann <gerd@gnu.org>
2998
e053c60f
GM
2999 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3000
a41d49e9
GM
3001 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3002 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3003 do anything special when jit-lock is active.
a41d49e9
GM
3004 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3005
197615f3
DL
30062000-11-22 Dave Love <fx@gnu.org>
3007
ddbfaa9f
DL
3008 * calendar/todo-mode.el (todo-top-priorities): Use
3009 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3010
ddc3c695
DL
3011 * language/chinese.el, language/cyrillic.el:
3012 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3013 * language/hebrew.el, language/indian.el, language/japanese.el:
3014 * language/korean.el, language/lao.el, language/misc-lang.el:
3015 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3016 Use provide.
3017
fb9fa98d
DL
3018 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3019 (custom-variable-set): Improve validation error mesage.
3020
197615f3
DL
3021 * rect.el (string-rectangle): Revert last change.
3022 (string-rectangle-line): New arg DELETE.
3023 (string-rectangle): Check delete-selection-mode.
3024
3025 * emacs-lisp/edebug.el (edebug-version)
3026 (edebug-maintainer-address): Deleted.
3027 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3028 (edebug-read-function): Account for other `'#' read forms.
3029 (edebug-mode-menus): Make some items toggles.
3030 (edebug-outside-unread-command-event, unread-command-event):
3031 Remove these to avoid warnings.
3032
f4117c4d
GM
30332000-11-22 David Ponce <david@dponce.com>
3034
3035 * recentf.el (recentf-menu-items-for-commands)
3036 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3037 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3038
f4117c4d
GM
3039 (recentf-build-dir-rules, recentf-dump-variable)
3040 (recentf-edit-list, recentf-open-files-item)
3041 (recentf-open-files): Replaced unnecessary `mapcar' with new
3042 built-in `mapc'.
eaae8106 3043
f8e2f3f2
MB
30442000-11-23 Miles Bader <miles@gnu.org>
3045
3046 * faces.el (menu): Make inverse-video on ttys too.
3047
4c4a541d
SM
30482000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3049
3050 * simple.el (comment-line-break-function): Use the new name
3051 indent-new-comment-line -> comment-indent-new-line.
3052 (clone-indirect-buffer): Don't ignore NORECORD.
3053 (next-completion): Properly handle the case where items are adjacent.
3054
3055 * mouse.el (popup-menu): Stupid typo.
3056
980d836e
GM
30572000-11-22 Gerd Moellmann <gerd@gnu.org>
3058
60e8e0a5
GM
3059 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3060 maintainer, keywords tags.
3061
980d836e
GM
3062 * rect.el (replace-rectangle): Don't call string-rectangle-line
3063 with too many arguments.
3064
e08b2069
AS
30652000-11-22 Andre Spiegel <spiegel@gnu.org>
3066
60e8e0a5 3067 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3068 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3069 vc-locking-user, which no longer exists.
3070
3071 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3072
c6779d8d
DL
30732000-11-22 Dave Love <fx@gnu.org>
3074
3075 * md5.el (md5): Provide.
3076 (md5): Fix error call.
3077
e672fdce
MB
30782000-11-22 Miles Bader <miles@gnu.org>
3079
eaae8106 3080 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3081 (refill-fill-paragraph-at): Remove debugging code.
3082
80e24c04
MB
3083 * calendar/calendar.el (generate-calendar-window): When we don't
3084 call `fit-window-to-buffer', make sure the top line is fully visible.
3085
3a17d6cc
MB
3086 * image-file.el (insert-image-file): Don't make `read-only'
3087 property rear-nonsticky.
3088
ae1a21c6
MB
3089 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3090 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3091 stashing away its original value.
3092 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3093 in the recursive edit.
3094 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3095 (isearch-done): Restore `minibuffer-message-timeout'.
3096
e672fdce
MB
3097 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3098
3ea79df8
SM
30992000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3100
3101 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3102
3103 * find-lisp.el (find-lisp-find-files-internal):
3104 Use dolist, when and file-name-as-directory.
3105
980d836e 3106 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3107 (define-derived-mode, define-minor-mode): Add specs.
3108
3109 * window.el: General comment and spacing fixes.
3110 (save-selected-window): Use backquotes.
3111 (window-safely-shrinkable-p): New function.
3112 (shrink-window-if-larger-than-buffer): Use it.
3113
3114 * subr.el (make-local-hook): Docstring fix.
3115
3116 * shell.el (shell-mode): Use define-derived-mode.
3117
3118 * newcomment.el (comment-indent): Insert comment before calling
3119 comment-indent-function. Don't insert in column 0.
3120 (comment-dwim): Indent before inserting comment.
3121
3122 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3123 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3124 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3125 Use mapc rather than map.
3126
3127 * files.el (find-buffer-visiting): Compare all attributes before
3128 declaring two files identical (rather than just their inode-no).
3129 (auto-mode-alist): Use \' rather than $.
3130
3131 * which-func.el: Update maintainer line.
3132
3133 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3134 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3135 (uniquify-buffer-file-name): Use it.
3136
8f62f2b8
MB
31372000-11-22 Miles Bader <miles@gnu.org>
3138
3139 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3140 * simple.el (minibuffer-avoid-prompt): New function.
3141
fb279a6d
GM
31422000-11-21 Gerd Moellmann <gerd@gnu.org>
3143
3144 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3145
867092e9
MB
31462000-11-21 Miles Bader <miles@gnu.org>
3147
ef860850
MB
3148 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3149 inclusion of `track-mouse'.
3150
867092e9
MB
3151 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3152 (refill-adjust-ignorable-overlay): New function.
3153 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3154 only the paragraph's tail if possible.
3155 Update `refill-ignorable-overlay'.
3156 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3157
3158 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3159 point inside the fill-prefix.
3160
3161 * textmodes/refill.el (refill-post-command-function): Don't reset
3162 refill-doit in the case where a self-insertion command doesn't
3163 case a refill. Use `refill-fill-paragraph-at', getting position
3164 from `refill-doit'.
3165 (refill-after-change-function): Set `refill-doit' to END.
3166 (refill-fill-paragraph-at): New function, mostly from old
3167 refill-fill-paragraph.
3168 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3169 (refill-pre-command-function): New function.
3170 (refill-mode): Add it to `pre-command-hook'.
3171
ff9ab414
GM
31722000-11-20 Gerd Moellmann <gerd@gnu.org>
3173
29a01b72
GM
3174 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3175
ff9ab414
GM
3176 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3177 javadoc tags.
eaae8106 3178
885b211b
AS
31792000-11-20 Andre Spiegel <spiegel@gnu.org>
3180
3181 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3182 vc.el).
3183
eaae8106 3184 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3185 require vc.
eaae8106
SS
3186
3187 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3188 checkouts.
eaae8106 3189
d1838556
DL
31902000-11-20 Dave Love <fx@gnu.org>
3191
3192 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3193
2b69bc11 31942000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3195
2b69bc11
GM
3196 * calculator.el (calculator-paste): Use `if' instead of `and'
3197 and `or'.
3198 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3199
b95b34e5
GM
32002000-11-19 Gerd Moellmann <gerd@gnu.org>
3201
030de92f
GM
3202 * info.el (info-menu-5): Doc fix.
3203
b95b34e5
GM
3204 * textmodes/artist.el: New file.
3205
54970452
AS
32062000-11-19 Andre Spiegel <spiegel@gnu.org>
3207
eaae8106 3208 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3209 and differentiate according to checkout model.
3210 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3211 since this function is only concerned with master state.
3212
eaae8106 3213 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3214 vc-default-workfile-unchanged-p): Moved here from vc.el.
3215
eaae8106 3216 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3217 vc-default-workfile-unchanged-p): See above.
3218
e5a9dabf
MB
32192000-11-19 Miles Bader <miles@gnu.org>
3220
3221 * image-file.el (insert-image-file): Make `intangible' and
3222 `read-only' properties rear-nonsticky too.
3223
24127af0
GM
32242000-11-18 Gerd Moellmann <gerd@gnu.org>
3225
d392e9c5 3226 * ps-print.el: Update copyright notice.
eaae8106 3227
d392e9c5
GM
3228 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3229 (tooltip-show): Use the offsets.
3230
24127af0 3231 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3232 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3233 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3234
2b69bc11 32352000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3236
2b69bc11
GM
3237 * ps-print.el (toplevel): Test for find-coding-system being
3238 fboundp before calling ps-x-find-coding-system.
08ea6f17 3239
66321b2f
SM
32402000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3241
3242 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3243 (vc-version-backup-file): Docstring fix.
3244
046110c6
GM
32452000-11-16 Gerd Moellmann <gerd@gnu.org>
3246
4104194e
GM
3247 * files.el (basic-save-buffer): Don't add a newline if
3248 find-file-literally is non-nil.
3249 (find-file-literally): Extend doc string.
3250
046110c6
GM
3251 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3252 sort(1) with the `-f' argument.
3253
6505c16e
AS
32542000-11-16 Andre Spiegel <spiegel@gnu.org>
3255
fd063975
AS
3256 * vc.el: Updated backend documentation.
3257 (vc-default-check-headers): New function.
3258
3d02dd81 3259 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3260
3261 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3262 up-to-date.
eaae8106 3263 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3264 the minibuffer is not active.
fd063975 3265
eaae8106 3266 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3267 `vc-cvs-use-edit' is on.
eaae8106
SS
3268 (vc-cvs-checkout): When this is used for reverting the workfile,
3269 make a backup of the original contents and revert to that in case
8791d617 3270 of error.
eaae8106 3271 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3272 remote repositories.
eaae8106 3273
6505c16e
AS
3274 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3275 for both version and ratio in the minibuffer.
fd063975 3276
eaae8106 3277 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3278 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3279
a13f0660
KH
32802000-11-16 Kenichi Handa <handa@etl.go.jp>
3281
3282 * international/quail.el (quail-start-translation): Don't call
3283 `message' before reading key sequence.
3284
1389a414
MB
32852000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3286
3287 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3288
9256a532
KH
32892000-11-16 Kenichi Handa <handa@etl.go.jp>
3290
3291 * window.el (fit-window-to-buffer): Be sure to acquire at least
3292 one text line even if the buffer is empty.
3293
0e14fe9f
GM
32942000-11-16 Gerd Moellmann <gerd@gnu.org>
3295
eaae8106 3296 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3297 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3298 ange-ftp-process-verbose to nil.
3299
da645c53
DL
33002000-11-15 Dave Love <fx@gnu.org>
3301
233d5cde
DL
3302 * wid-edit.el (widget-specify-field, widget-specify-button): If
3303 :help-echo is a function, set help-echo of overlay to
3304 widget-mouse-help.
3305 (widget-mouse-help): New function.
3306 (widget-echo-help): Rewritten for :help-echo functions only taking
3307 a widget arg.
3308
b12057b9
DL
3309 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3310 display-graphic-p.
3311 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3312 and that JPEG is available.
3313 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3314
da645c53
DL
3315 * international/mule-cmds.el (locale-charset-language-names):
3316 Match @euro.
3317
6d133d1f
GM
33182000-11-15 Gerd Moellmann <gerd@gnu.org>
3319
3320 * faces.el (face-set-after-frame-default): If
0e14fe9f 3321 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3322 default face from X resources.
3323
49ac2ac5
EZ
33242000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3327 Don't set EMACSLOADPATH.
3328
4fb0a34c
EZ
33292000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3330
3331 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3332 texinfo-insert-@url.
3333 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3334 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3335
bb304a7a
SM
33362000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3337
82bc80bf
SM
3338 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3339 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3340 (checkdoc-minor-keymap): Backward compatibility.
3341 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3342 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3343 (checkdoc-this-string-valid-engine): Be a bit more strict
3344 to avoid matching substrings of `...' quoted vars/funs.
3345 (checkdoc-defun-info): Only look for `interactive' if alone.
3346 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3347
e8c87124
SM
3348 * progmodes/compile.el (grep): `tag-default' can be nil.
3349
bb304a7a
SM
3350 * newcomment.el (comment-indent): Paren typo.
3351
8628686a
DL
33522000-11-14 Dave Love <fx@gnu.org>
3353
25c269ef
DL
3354 * calculator.el: New maintainer version.
3355
66321b2f 3356 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3357
8628686a
DL
3358 * cmuscheme.el: Doc fixes.
3359 (cmuscheme) <defgroup>: Use `scheme' as parent.
3360 (cmuscheme-program-name): Remove. Change uses to
3361 scheme-program-name.
3362
3363 * xscheme.el (scheme-program-name): Don't define here.
3364
3365 * progmodes/scheme.el (scheme-program-name): New variable
3366 (originally in cmuscheme).
3367
88f0a1eb
MB
33682000-11-14 Miles Bader <miles@gnu.org>
3369
3370 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3371 Handle header-lines. Don't loop forever if we can't enlarge the
3372 window anymore. Simplify a bit.
3373
cd9a000c
KH
33742000-11-14 Kenichi Handa <handa@etl.go.jp>
3375
3376 * window.el (fit-window-to-buffer): Don't check
3377 window-text-height. Assure that the last line is fully visible.
3378
3379 * international/quail.el (quail-show-guidance-buf): Call
3380 fit-window-to-buffer to assure the enough height of the guidance
3381 buffer.
3382 (quail-update-guidance): Avoid making the guidance buffer shorter.
3383
d3fcda22
SM
33842000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3385
bdbd9606
SM
3386 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3387 rather than `prepend' and add an interesting comment.
3388 (tex-math-face, tex-font-lock-syntactic-face-function):
3389 New face and function to use it.
3390 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3391 than `menu-enable' symbol property.
3392 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3393 (tex-mode): Add some latex-mode commands for auto-selection.
3394 Use tex-font-lock-syntactic-face-function.
3395 (tex-insert-quote): Simplify.
3396 (tex-shell): New mode.
3397 (tex-start-shell): Use it.
3398 (tex-shell-proc, tex-shell-buf): New functions.
3399 (tex-send-command): Use it.
3400 (tex-main-file): Fix the meaning of the new arg REALFILE.
3401 (tex-send-tex-command): New function split from `tex-start-tex'.
3402 Set compilation-last-buffer and compilation-parsing-end.
3403
d3fcda22
SM
3404 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3405 when it follows non-comment text on the line.
3406
3407 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3408 Set font-lock-defaults.
3409 (lisp-mode-shared-map): Init inside the defvar.
3410 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3411 Use define-derived-mode.
3412
bdab1d43
MB
34132000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3414
3415 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3416
936ae731
GM
34172000-11-14 Gerd Moellmann <gerd@gnu.org>
3418
3419 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3420 recursively optimize body because that can lead to infinite
3421 recursion; see comment there.
3422
1695ca2b
EZ
34232000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3424
3425 * faces.el (face-spec-set-match-display): Revert the change from
3426 2000-10-24. Add a FIXME for after v21.1.
3427
9d348294
MB
34282000-11-13 Miles Bader <miles@gnu.org>
3429
3430 * textmodes/fill.el (skip-line-prefix): New function.
3431 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3432 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3433 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3434 point inside the fill-prefix.
9d348294 3435
b85fa13c
MB
34362000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3437
3438 * calendar/calendar.el (generate-calendar-window): Use
3439 `fit-window-to-buffer'.
3440
a0b47716
SM
34412000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3442
3443 * gud.el (gud-minor-mode): New var.
3444 (gud-symbol, gud-val): New functions.
3445 (gud-find-file): Copy gud-minor-mode to the new buffer.
3446 (gud-menu-map): Include entries for commands that are not always
3447 available, using :enable to (de)activate them.
3448 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3449 (gud-mode-map): New map.
eaae8106 3450 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3451 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3452 Don't set up gud's menu (it's done by the minor-mode).
3453 (gud-minibuffer-local-map): New.
3454 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3455 (gud-query-cmdline): New function.
3456 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3457 (gud-mode): Use define-derived-mode.
3458 Don't set up gud's menu (it's done by the minor-mode).
3459 (gud-chop-words): Remove.
3460 (gud-common-init): Use split-string instead.
3461 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3462
3463 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3464 Add keyword arg :name.
3465
3466 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3467 (diff-count-matches, diff-split-hunk): New functions.
3468 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3469
3470 * pcvs-info.el (cvs-fi-conflict-face): New var.
3471
3472 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3473 Make it into a simple syntax-table, shared among all submodes.
3474 (sh-heredoc-face): Re-introduce.
3475 (sh-font-lock-syntactic-face-function): New function.
3476 (sh-mode): Use it. Also use define-derived-mode.
3477 Remove old bogus setting of indent-region-function.
3478 (sh-set-shell): Don't set the syntax-table any more.
3479 (sh-mode-syntax-table) <defun>: Remove.
3480
f5ed37df
MB
34812000-11-12 Miles Bader <miles@gnu.org>
3482
3483 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3484 message if interactive.
3485
0b074c2f
DL
34862000-11-12 Dave Love <fx@gnu.org>
3487
3488 * mail/feedmail.el: Fix header,
3489 (feedmail) <defgroup>: Add :link.
3490
3491 * view.el: Use local-map property, not keymap on mode-line string.
3492
3493 * scroll-all.el (scroll-all-mode): Customize variable. Add
3494 autoload cookie to function.
3495
3496 * lazy-lock.el: Remove compatibility code.
3497
3498 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3499 (finder-help-echo): New variable.
3500 (finder-mouse-face-on-line): Add help-echo stuff.
3501 (finder-list-keywords, finder-list-matches): Use mapc.
3502
3503 * faces.el (face-font-registry-alternatives): Add :version.
3504
3505 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3506 tags-table-list.
3507
a0b47716 3508 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3509
a0b47716 3510 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3511 (mail-mode): Use [:alnum:] in some regexps.
3512
6d502396
DL
35132000-11-10 Dave Love <fx@gnu.org>
3514
3515 * ediff.el (ediff-regions-internal, ediff-documentation):
3516 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3517 fundamental mode.
3518
3519 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3520 buffer into fundamental mode.
3521 (ediff-set-difference): Use copy-sequence if available.
3522
3523 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3524 ediff-patch-map non-nil.
3525 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3526 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3527 buffer into fundamental mode.
3528
3529 * ediff-merg.el (state-or-merge): Defvar when compiling.
3530
a82fe213
JR
35312000-11-10 Jason Rumney <jasonr@gnu.org>
3532
3533 * w32-fns.el (w32-add-charset-info): New function.
3534 (w32-charset-info-alist): Use it.
3535
52d89894
GM
35362000-11-10 Gerd Moellmann <gerd@gnu.org>
3537
3538 * faces.el (face-font-registry-alternatives): New user-option.
3539
178932de
SM
35402000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3541
d7fa3319
SM
3542 * textmodes/texinfo.el (texinfo-block-default): New var.
3543 (texinfo-insert-block): Use it. Insert a newline if needed.
3544
178932de
SM
3545 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3546 (fill-region-as-paragraph): Use it.
3547
3548 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3549 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3550 Tweak paragraph regexps to allow a leading [ \t]*.
3551 (tex-latex-block): Insert a newline if necessary.
3552 (latex-insert-item): Only insert a newline if necessary.
3553 (tex-guess-main-file): New function.
3554 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3555 Set tex-main-file if TeX-master is provided.
3556 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3557
bd02b8e0
GM
35582000-11-10 Gerd Moellmann <gerd@gnu.org>
3559
3560 * startup.el (command-line): Set the default tooltip-mode
3561 to t for graphical displays which implement x-show-tip.
3562
3563 * tooltip.el (tooltip-mode): Add a comment about startup.el
3564 setting the default value of this user-option.
3565
b29b03eb
SM
35662000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3567
3568 * font-lock.el (font-lock-*-face) <defvar>: Move.
3569 (font-lock-defaults-alist): Mark obsolete.
3570 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3571 (font-lock-mode): Use define-minor-mode.
3572 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3573 (font-lock-turn-off-thing-lock): Be more explicit.
3574 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3575 (font-lock-syntactic-face-function): New var.
3576 (font-lock-fontify-syntactically-region): Use it.
3577 (font-lock-doc-face): New.
3578
3579 * pcvs.el (cvs-enabledp): Ignore errors.
3580 (cvs-commit-filelist): Never query.
3581 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3582 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3583 (cvs-do-removal): Use cvs-partition rather than delete-if.
3584 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3585 cvs-bury-buffer.
3586
3587 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3588 Allow `next' to jump to after the end of the last match.
3589
778fbc46
GM
35902000-11-09 Gerd Moellmann <gerd@gnu.org>
3591
730c746c
GM
3592 * simple.el (byte-compiling-files-p): New function.
3593
3594 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3595 if it is there.
3596
3597 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3598 nil again.
3599
778fbc46
GM
3600 * textmodes/ispell.el (ispell-library-path): Don't call
3601 check-ispell-version when byte-compiling because that starts
3602 an ispell process, and ispell might not be installed.
3603 (toplevel): Don't set up a menu when byte-compiling.
3604
3605 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3606 it, so that a boundp test can be used to determine if we're
3607 currently byte-compiling.
3608
5912c5bb
DL
36092000-11-09 Dave Love <fx@gnu.org>
3610
3611 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3612 eval-after-load.
3613
7bb054a5
GM
36142000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3615
3616 * ps-print.el: Patch for variable initialization when spooling. Doc
3617 fix.
3618 (ps-output-list): Fun eliminated.
3619 (ps-begin-file, ps-begin-job): Code fix.
3620
9db2706e
DL
36212000-11-08 Dave Love <fx@gnu.org>
3622
3623 * ediff-wind.el (ediff-control-frame-parameters): Zero
3624 tool-bar-lines.
3625
f7eb32aa
GM
36262000-11-08 Gerd Moellmann <gerd@gnu.org>
3627
3628 * simple.el (shell-command, display-message-or-buffer)
3629 (shell-command-on-region): Mention resize-mini-windows in the doc
3630 string.
3631 (display-message-or-buffer): Take the value of resize-mini-windows
3632 into account.
3633
7b01b08c
GM
36342000-11-07 Gerd Moellmann <gerd@gnu.org>
3635
acad3c0b
GM
3636 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3637
7b01b08c
GM
3638 * dired.el (dired-between-files): Add `^. find' as an alternative
3639 to the regular expression, for find-dired.
3640
6f602bd0
SM
36412000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3642
3643 * textmodes/texnfo-upd.el: Require texinfo.
3644 (defmacro, defgroup): Remove.
3645 (texinfo-section-to-generic-alist): Remove.
3646 Use texinfo-section-list instead (i.e. level is changed string->int).
3647 (texinfo-filter): New function.
3648 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3649 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3650 Use it. And use regexp-opt.
3651 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3652 (texinfo-update-menu-region-beginning)
3653 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3654 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3655 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3656 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3657 (texinfo-sequential-node-update): Remove autoload cookie.
3658
3659 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3660 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3661 (texinfo-chapter-level-regexp): Remove.
3662 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3663
bb216218
DL
36642000-11-06 Dave Love <fx@gnu.org>
3665
6f602bd0 3666 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3667
6f602bd0
SM
3668 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3669 Match defun*.
bb216218 3670
ff8dd5d5
KH
36712000-11-06 Kenichi Handa <handa@etl.go.jp>
3672
3673 * composite.el (composition-function-table): Variable declaration
3674 moved to src/composite.c.
3675 (compose-chars-after): New optional arg object.
3676
e9da51a1
GM
36772000-11-06 Gerd Moellmann <gerd@gnu.org>
3678
e0c12c68
GM
3679 * bindings.el (mode-line-toggle-read-only)
3680 (mode-line-toggle-modified, mode-line-widen)
3681 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3682 (make-mode-line-mouse2-map): Rewritten.
3683 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3684 functions so that C-h k can show something with a doc string.
eaae8106 3685
e9da51a1
GM
3686 * startup.el (fancy-splash-delay): Set to 10 seconds.
3687 (fancy-splash-max-time): New user-option.
3688 (fancy-splash-stop-time): New variable.
3689 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3690 (fancy-splash-screens-1): Throw `stop-splashing' when current
3691 time is greater than fancy-splash-stop-time.
3692
611dbdf0
SM
36932000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3694
4d2806e2
SM
3695 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3696
611dbdf0
SM
3697 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3698 Prompt user for a file rather than raising an error.
3699 (cvs-enabledp): Fix call to cvs-mode-marked.
3700 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3701 (cvs-mode-insert): Use it. Change the init prompt' value.
3702 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3703
3704 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3705 Don't pass default arg to ewoc-locate.
3706 (ewoc-collect): Return result in the right order.
3707
3708 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3709
3710 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3711 (cvs-status-get-tags): Fix regexp.
3712 (cvs-status-trees, cvs-status-cvstrees):
3713 Combine after change hooks and don't sit-for.
4d2806e2
SM
3714 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3715 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3716 Use make-char rather than hard-coded cryptic data.
3717 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3718
3719 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3720
3721 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3722 (cvs-insert-strings): New function.
3723
937b2877
MB
37242000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3725
3726 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3727 `mwheel-scroll-amount'.
3728 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3729 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3730 string-matching against the version string.
3731
c6c97763
KH
37322000-11-06 Kenichi Handa <handa@etl.go.jp>
3733
6eaec747
KH
3734 * language/thai.el ("Thai"): Set a lisp form that produces
3735 composed string in `sample-text' language info.
3736
3737 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3738 composed string in `sample-text' language info.
3739
3740 * international/mule-cmds.el (describe-language-environment): Eval
3741 `sample-text' data and insert the result.
3742
c6c97763
KH
3743 * international/mule-conf.el (compound-text): Define this coding
3744 system here. Make x-ctext and ctext aliases of it.
3745
3746 * language/european.el (compound-text, ctext): Moved to
3747 international/mule-conf.el.
3748
d1145f85
AI
37492000-11-05 Andrew Innes <andrewi@gnu.org>
3750
3751 * w32-fns.el (w32-version): New function.
3752
178a6a45
SM
37532000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3754
3755 * progmodes/awk-mode.el: Update copyright.
3756 (awk-mode-abbrev-table): Remove.
3757 (awk-font-lock-keywords): Use regexp-opt.
3758 (awk-mode): Use define-derived-mode.
3759
3760 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3761 when extracting a suffix.
3762
1ba90166
AS
37632000-11-04 Andre Spiegel <spiegel@gnu.org>
3764
3765 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3766 auto-save-mode.
3767
546790cb
JR
37682000-11-04 Jason Rumney <jasonr@gnu.org>
3769
3770 * language/european.el (decode-mac-roman): Test against r1 not r0.
3771
d247e32d
SM
37722000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3773
fbf44f44
SM
3774 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3775 (icon-mode): Define indent-line-function.
3776 (icon-comment-indent): Simplify.
3777 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3778
3779 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3780
3781 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3782 Bind change-log-default-mode to defeat the caching done on it.
3783 Don't bother saving excursion any more.
3784
3785 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3786
3787 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3788 (set-frame-font): Use the new name (and the old for compatibility).
3789
eaae8106
SS
3790 * toolbar/tool-bar.el (tool-bar-mode):
3791 * time.el (display-time-mode):
3792 * recentf.el (recentf-mode):
3793 * paren.el (show-paren-mode):
3794 * mwheel.el (mouse-wheel-mode):
3795 * msb.el (msb-mode):
3796 * jka-compr.el (auto-compression-mode):
3797 * image-file.el (auto-image-file-mode):
3798 * hl-line.el (hl-line-mode):
3799 * delsel.el (delete-selection-mode):
3800 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3801 * complete.el (partial-completion-mode): Drop unneeded positional args.
3802
eaae8106 3803 * info.el (Info-mode):
79372165 3804 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3805
d247e32d
SM
3806 * log-edit.el (log-edit-menu): New menu.
3807
4921558e
MB
38082000-11-03 Miles Bader <miles@gnu.org>
3809
3810 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3811 definition, so that trailing spaces are handled properly.
3812 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3813
1fc02b3c
GM
38142000-11-03 Gerd Moellmann <gerd@gnu.org>
3815
3816 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3817 tab character.
3818 (fancy-splash-screens): Set tab-width to 20.
3819
51d001f7
DL
38202000-11-03 Dave Love <fx@gnu.org>
3821
3822 * comint.el (comint-completion-addsuffix): Fix custom type.
3823
ba22aeff
SM
38242000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3825
3826 * font-lock.el (font-lock-buffers): Remove.
3827 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3828 (font-lock-change-major-mode): Remove.
3829 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3830 (font-lock-default-fontify-region): Extend the multiline
3831 fontification to whole lines.
3832 (font-lock-fontify-anchored-keywords)
3833 (font-lock-fontify-keywords-region): If matching just one
3834 line (with \n) only mark the \n as multiline.
3835
3836 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3837 Correctly handle the case where several :group args are supplied.
3838 Allow :extra-args.
3839 (easy-mmode-define-global-mode): Allow :extra-args.
3840 Correctly handle the case where several :group args are supplied.
3841
9c887ada
MB
38422000-11-02 Miles Bader <miles@gnu.org>
3843
eaae8106 3844 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3845 (holiday-face): Remove dependency on `window-system'.
3846
7f25090d
KR
38472000-11-02 Ken Raeburn <raeburn@gnu.org>
3848
3849 * Makefile.in (emacs): Set EMACSLOADPATH always.
3850 (update-authors, .el.elc, compile-files): Don't do it explicitly
3851 here.
9b911107 3852 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3853
7dd6009c
DL
38542000-11-02 Dave Love <fx@gnu.org>
3855
3856 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3857
94821e4f
EZ
38582000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3859
3860 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3861 punctuation in the warning inserted into the *mail* buffer.
3862
1ac3fc42
GM
38632000-11-02 Gerd Moellmann <gerd@gnu.org>
3864
57731876
GM
3865 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3866 (authors-public-domain-p): New function.
3867 (authors-print): Use it.
3868
975f82c9
GM
3869 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3870
1ac3fc42
GM
3871 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3872
4b3eb10f
GM
38732000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3874
975f82c9 3875 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3876 (ps-print-version): New version number (6.3.1).
3877 (ps-even-or-odd-pages): Customization fix.
3878 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3879 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3880 (ps-page-count): Var replaced by `ps-page-column'.
3881 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3882 (ps-print-sheet-p): New fun.
3883
7da794df
MB
38842000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3885
3886 * tooltip.el (tooltip-gud-tips-setup): New function.
3887 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3888 (tooltip-mode): Call tooltip-gud-tips-setup.
3889 (tooltip-gud-tips): Use `gud-basic-call' instead of
3890 process-send-string, so the prompt gets frobbed appropriately.
3891 Handle nil return value from `tooltip-gud-print-command'.
3892
0e40b809
EL
38932000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3894
3895 * comint.el (comint-add-to-input-history): New function.
3896 (comint-send-input): Use `comint-add-to-input-history'.
3897
50ada0db
MB
38982000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3899
973a3104
MB
3900 * info.el (info-menu-header): New face.
3901 (Info-fontify-menu-headers): New function.
3902 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3903
50ada0db
MB
3904 * info.el (Info-insert-dir): Don't include blank lines at
3905 beginning of additional dir files (one is added automatically).
3906
bff53411
SM
39072000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3908
3909 * emacs-lisp/easy-mmode.el (define-minor-mode):
3910 Revert the latest changes.
3911 Allow the three positional arguments to be skipped and replaced
3912 by keyword arguments.
3913 Add a :toggle argument to determine whether a nil arg means toggle
3914 or means turn-on. The default is unchanged.
3915 Add a call to force-mode-line-update.
3916
6b8a0b2d
DL
39172000-11-01 Dave Love <fx@gnu.org>
3918
3919 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3920 cookie.
3921
5bf99100
MB
39222000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3923
3924 * calendar/calendar.el (diary-face, holiday-face): Add
3925 dark-background variants.
3926
a4032611
SS
39272000-10-31 Sam Steingold <sds@gnu.org>
3928
3929 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3930 `tex-main-file' does not have directory in it.
3931
c286608e
SM
39322000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3933
3934 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3935
4836835a
TTN
39362000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3937
3938 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3939 functional change.
3940
26dcb81b
GM
39412000-10-31 Gerd Moellmann <gerd@gnu.org>
3942
3943 * files.el (find-file-noselect): When we expand a wildcard, return
3944 a list of buffers, as we should do according to the doc string.
3945
49fc4500
KR
39462000-10-31 Ken Raeburn <raeburn@gnu.org>
3947
3948 * loadup.el (top level): Adjust load path if program name is
3949 "../src/bootstrap-emacs", in case it's not dumped and thus the
3950 load path adjustment hasn't already been done.
3951
ea0c615d
GM
39522000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3953
3954 * ps-print.el: Fix bug on selected pages for printing. Use
3955 `color-values' for Emacs 21. Ensure fontification when jit-lock
3956 is on. Try to avoid warning messages when compiling. Doc Fix.
3957 (ps-print-version): New version number (6.3).
3958 (ps-color-device): Use `color-values' to determine if device
3959 supports color.
3960 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3961 (ps-print-page-p): Changed from defsubst to defun.
3962 (ps-page-number): Changed from defmacro to defun.
3963 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3964 printing.
c286608e 3965 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3966 (ps-end-file, ps-dummy-page): Funs eliminated.
3967 (ps-print-color-scale): Changed default value.
3968 (ps-page-n-up, ps-print-page-p): New internal vars.
3969 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3970 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3971
9e20722f
GM
3972 * delim-col.el: Little programming improvement.
3973 (delimit-columns-str): New macro.
3974 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3975
d7a0fd00
KH
39762000-10-31 Kenichi Handa <handa@etl.go.jp>
3977
c286608e
SM
3978 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3979 Moved to european.el.
d7a0fd00
KH
3980 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3981 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3982 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3983 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3984
234be340
DL
39852000-10-30 Dave Love <fx@gnu.org>
3986
3987 * progmodes/cc-menus.el (imenu-generic-expression)
3988 (imenu-progress-message): Only defvar when compiling.
3989
4edc4a39
DL
3990 * emacs-lisp/elp.el (elp-unload-hook): New function.
3991
3992 * loadhist.el (unload-feature): Call elp-restore-function,
3993 checking for symbols; don't use elp-restore-all.
3994 (loadhist-hook-functions): Doc fix.
3995
70c825df
SM
39962000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3997
3998 * log-edit.el (log-edit-confirm): Fix the default.
3999
1d3baf74
GM
40002000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4001
4002 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4003 delimit-columns-format.
4004 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4005
1ec321a7
MB
40062000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4007
4008 * comint.el (comint-replace-by-expanded-history): Don't use
4009 comint-get-old-input (we're not looking at *old* input).
4010 (comint-get-old-input-default): If using fields, signal an error
4011 when the point is not in an input field.
4012
70737ea9
KH
40132000-10-30 Kenichi Handa <handa@etl.go.jp>
4014
4015 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4016 and mule-unicode-e000-ffff.
4017
fa0cb51d 4018 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4019 (make-coding-system): Accept a symbol of translation table as a
4020 value of property `safe-chars'.
4021
4022 * international/mule-cmds.el (encode-coding-char): Check property
4023 safe-chars instead of safe-charsets.
4024
4025 * international/fontset.el (fontset-default): Modified for
4026 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4027 (x-font-name-charset-alist): Likewise.
4028 (ccl-encode-unicode-font): New CCL program. Record it in
4029 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4030
70c825df
SM
4031 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4032 New translation tables.
70737ea9
KH
4033 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4034 programs are modified and moved from mac-win.el.
4035 (mac-roman): Definition of this coding system is modified and
4036 moved from mac-win.el.
4836835a 4037
fda2ce24 40382000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4039
1d3baf74 4040 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4041 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4042
dd4d3cb6
MB
40432000-10-29 Miles Bader <miles@gnu.org>
4044
4045 * custom.el (custom-add-to-group): Allow multiple entries for a
4046 given value OPTION, as long as their widget types are different.
4047 * cus-edit.el (custom-face-value-create): If face name doesn't end
4048 with "face", add such here (similar to custom group widgets).
4049
4050 * comint.el (comint-highlight-prompt): Add :type.
4051
dace60cf
JW
40522000-10-28 John Wiegley <johnw@gnu.org>
4053
4054 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4055 Changed this function to operate on a temporary buffer instead of
4056 the main buffer. This not only keeps flyspell from marking a
4057 buffer as changed that wasn't, but it solves the jumpy cursor
4058 problem when attempts are made to edit incorrect words.
4059 (flyspell-maybe-correct-doubling): Same change as for
4060 `flyspell-maybe-correct-transposition'.
4061
4062 * calendar/timeclock.el (timeclock-log): Doc fix.
4063 (timeclock-last-event): Doc fix.
4064 (timeclock-log): Kill the timelog buffer after appending a new
4065 event.
4066 (timeclock-find-discrep): Use a temp buffer to read in the
4067 timelog, instead of visiting the file.
4068 (timeclock-log-data): A new function, along with a host of helper
4069 functions, for the purpose of making timelog data accessible to
4070 programmers.
4071
4072 * eshell/esh-mode.el (window-height test): Make certain that
4073 `eshell-stringify-t' is non-nil.
4074 (eshell-password-prompt-regexp): Changed to a much simpler
4075 password regexp.
4076 (eshell-send-input): If `eshell-invoke-directly' returns t,
4077 directly invoke the parsed command using `eval'. This improves
4078 turn-around time on simple commands by a factor of three or
4079 greater, such as cd, ls, pwd, etc. -- which get used very often.
4080 It also conserves thousands of cons cells per call (since
4081 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4082 in the Pacific Cookie Company).
4083
4084 * eshell/esh-test.el (eshell-test): Whitespace fix.
4085
4086 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4087 `eshell-ls-initial-args' nil when inserting directory contents.
4088
4089 * eshell/em-script.el (eshell-script-initialize): Add names to
4090 `eshell-complex-commands, since `source' and `.' are complex.
4091
0467b076
EZ
4092 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4093 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4094 `eshell-copy-handles'.
4095 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4096 bodies.
4097 (eshell-separate-commands): Whitespace fix.
4098 (eshell-complex-commands): Added a new list of names, for
4099 determining whether a given command is as simple as it looks.
4100 (eshell-invoke-directly): New function. Returns t if a command
4101 should be invoked directly (using `eval'), rather than indirectly
4102 using `eshell-do-eval'.
4103 (eshell-do-eval): Whitespace fix.
4104
4105 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4106 which provides an emulation of the DOS shell behavior of assuming
4107 that cp/mv/ln should copy/move/link to the current directory.
4108 (eshell-remove-entries): Added a doc string.
4109 (eshell-shuffle-files): Removed the check for `target' being null.
4110 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4111 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4112 it to do a smarter check of whether a destination was provided.
4113 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4114 (eshell/ln): Enable `:preserve-args', and use
4115 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4116 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4117 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4118 list after flattening it. This makes it possible to cat files
4119 with numerical names.
4120 (eshell-unix-initialize): Added several names to
4121 `eshell-complex-commands.
4122 (eshell-unix-command-complex-p): Return t if a given command name
4123 may result in external processes being invoked.
4124
4125 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4126 variable nil by default, since it slows down glob processing by a
4127 factor of two or more, and increases memory consumption.
4128
4129 * eshell/em-smart.el: Added a note about how memory consumptive
4130 smart display mode can be (at least this is true in Emacs 21).
4131 (eshell-smart-initialize): Whitespace fix.
4132 (eshell-refresh-windows): Use `if' instead of `when'.
4133 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4134 not necessary.
4135 (eshell-currently-handling-window): Added a missing global
4136 variable.
4137
4138 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4139 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4140 Whitespace fix.
4141 (eshell-ls-exclude-hidden): Added this variable in addition to
4142 `eshell-ls-exclude-regexp'. This one prevents files beginning
4143 with . from even being read, which can improve memory consumption
4144 quite a bit.
4145 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4146 read file entries beginning with a dot. In home directories with
4147 lots of hidden files, fully two-thirds of the time spent in ls is
4148 used to read directory entries that are immediately thrown away.
4149 (eshell-ls-initial-args): Added back this configuration variable,
4150 for specifying default initial arguments to every call to ls.
4151 Much faster than using an alias to do the same thing.
4152 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4153 (eshell-ls-dir): Whitespace change.
4154
4155 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4156
4157 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4158 available.
4159 (eshell-stringify-t): Added a customization variable, to indicate
4160 whether `t' should be rendered as a string at all. If not, one
4161 can still determine if the result of an expression is true using
4162 "file-exists-p FILE && echo true".
4163 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4164 stringify t!
4165
4166 * eshell/esh-module.el: Whitespace fix.
4167
4168 * eshell/em-alias.el (eshell-alias-initialize): Added
4169 `eshell-command-aliased-p' to `eshell-complex-commands'.
4170 (eshell-command-aliased-p): New function that returns t if a
4171 command name names an aliased.
4172
657f9cb8 41732000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4174
0467b076 4175 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4176 redrawing the screen when changing cursor color.
0467b076
EZ
4177 (viper-insert-state-pre-command-sentinel)
4178 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4179 (viper-replace-state-post-command-sentinel):
4180 Use viper-preserve-cursor-color.
657f9cb8
MK
4181 Many functions changed to use viper= instead of = when comparing
4182 characters.
0467b076 4183 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4184 working with characters.
0467b076 4185 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4186 Many functions changed to use viper= instead of = when comparing
4187 characters.
0467b076 4188 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4189
0467b076 4190 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4191 Several typos fixed in various docstrings.
0467b076
EZ
4192 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4193 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4194 hook.
0467b076
EZ
4195 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4196 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4197 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4198 (ediff-get-selected-buffers): New function.
4199 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4200 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4201 save-window-excursion.
0467b076 4202 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4203 termination check in while loop.
0467b076 4204 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4205 dired buffer.
0467b076
EZ
4206 (ediff-files,ediff-merge-files,ediff-files3)
4207 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4208
4f490d99
DL
42092000-10-28 Dave Love <fx@gnu.org>
4210
4211 * info.el (Info-fontify-node): Add help-echo for menu items.
4212
45b84006
EZ
42132000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4214
5ebc02b3
EZ
4215 * startup.el (normal-top-level): If the value of $TERM indicates
4216 we are running from xterm or one of its work-alikes, default to a
4217 light background mode.
4218
45b84006
EZ
4219 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4220 * faces.el (tty-handle-reverse-video): New function.
4221 (tty-create-frame-with-faces): Call it.
4222
4223 * frame.el (frame-notice-user-settings): Don't apply
4224 default-frame-alist and initial-frame-alist to MS-DOS frames.
4225 Call tty-handle-reverse-video, frame-set-background-mode, and
4226 face-set-after-frame-default for non-MS-DOS frames.
4227
4228 * startup.el (tty-long-option-alist): New variable.
4229 (tty-handle-args): New function.
4230 (command-line): Call tty-handle-args.
4231
4232 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4233 startup.el now does that for all character-terminal frames.
4234
eab6e8b9
MB
42352000-10-28 Miles Bader <miles@gnu.org>
4236
4237 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4238 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4239 global. If :global is followed by a non-nil but non-t value,
4240 make the mode buffer-local, but also generate a `global-MODE'
4241 version using `easy-mmode-define-global-mode'. Add
4242 :conditional-turn-on keyword argument.
4243
51a29efc
DL
42442000-10-28 Dave Love <fx@gnu.org>
4245
4246 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4247 use window-system.
4248
d71d7114
EZ
42492000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4250
4251 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4252 Don't call find-buffer-file-type-coding-system. Instead, just
4253 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4254 if the file is on an untranslated filesystem.
4255 (add-untranslated-filesystem): Use "D" instead of "f" inside
4256 interactive.
4257
1f9cab4b
DL
42582000-10-27 Dave Love <fx@gnu.org>
4259
70c825df 4260 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4261 (refill-mode): Use it.
4262
70c825df
SM
42632000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4264
4265 * international/quail.el (quail-activate): Don't make-local-hook.
4266
7432cf10
AS
42672000-10-27 Andre Spiegel <spiegel@gnu.org>
4268
4836835a 4269 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4270 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4271 (vc-make-version-backup): Don't do it on MS-DOS without long file
4272 names.
4836835a 4273
7432cf10
AS
4274 * vc.el (vc-version-other-window): If an automatic backup of the
4275 desired version exists, rename it instead of copying it.
4276
4836835a
TTN
4277 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4278 after command. If there's an unexpected error, signal it instead
7432cf10 4279 of being silent.
e1483c38 4280 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4281
05ea7ef2
MB
42822000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4283
fd1035aa
MB
4284 * shell.el (shell): Add BUFFER argument.
4285 * comint.el (make-comint-in-buffer): New function.
4286 (make-comint): Use it.
4287
05ea7ef2
MB
4288 * faces.el (face-spec-choose): Change syntax so that the list of
4289 attribute-value pairs is now the cdr of each clause, not the cadr.
4290 Detect old-style entries, and handle them. Use pop.
4291
835a55fe
SM
42922000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4293
f5ab1cdd
SM
4294 * cus-edit.el (custom-mode-map): Use a sparse map.
4295 (custom-mode): Don't bother with make-local-hook.
4296
4297 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4298
835a55fe
SM
4299 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4300
c13b0ec8
GM
43012000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4302
4303 * ps-print.el: Avoid compilation gripes.
4304 (ps-print-version): New version number (6.2.1).
4836835a 4305
e9f63196
DL
43062000-10-26 Dave Love <fx@gnu.org>
4307
0b95284b
DL
4308 * menu-bar.el: Modify some menu item help strings.
4309 (menu-bar-help-menu): Add link to MORE.STUFF.
4310
e9f63196
DL
4311 * cus-edit.el (custom-mode): Add `special' mode-class property.
4312
4313 * wid-browse.el (widget-browse-mode): Likewise.
4314
4315 * wid-edit.el (widget-specify-field): Revert to using local-map
4316 property, not keymap.
4317
e276a14a
MB
43182000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4319
c1545d88
MB
4320 * wid-edit.el (widget-field-end): When checking for a `boundary'
4321 field, do so in the correct buffer.
4322
3c1b77ca
MB
4323 * simple.el (undo): Correctly distinguish between numeric and
4324 non-numeric prefix args in non-transient-mark-mode, as per the doc
4325 string. When in transient-mark-mode, treat all prefix-args as
4326 numeric.
4327
f5ab1cdd
SM
4328 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4329 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4330
4331 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4332 (comint-mode-map): Reverse order of `comint-write-output' and
4333 `comint-append-output-to-file'.
4334 (comint-append-output-to-file): Reinstate this function, for the
4335 benefit of the menu.
4336
d97151cb
SM
43372000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4338
4339 * vc.el (vc-version-other-window): Bind `file'.
4340
ea7d6f5b
GM
43412000-10-25 Gerd Moellmann <gerd@gnu.org>
4342
f5ab1cdd 4343 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4344
4345 * emacs-lisp/authors.el (batch-update-authors): New function.
4346 (authors-fixed-entries): New defconst.
4347 (authors-add-fixed-entries): New function.
4348 (authors): Call it.: Don't process lispref/.
4349
17c25cea
JR
43502000-10-25 Jason Rumney <jasonr@gnu.org>
4351
4352 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4353 Merge x w32 and mac definitions.
4354
4ecda532
GM
43552000-10-25 Gerd Moellmann <gerd@gnu.org>
4356
4357 * menu-bar.el (menu-bar-options-menu): Add a help string for
4358 `uniquify'.
4359
b6735035
GM
43602000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4361
f5ab1cdd
SM
4362 * time-stamp.el (time-stamp-string-preprocess):
4363 Fix a wrong type argument error.
b6735035 4364
f4cbc7a0
MB
43652000-10-25 Miles Bader <miles@gnu.org>
4366
4367 * recentf.el (recentf-mode): Variable removed.
4368 (recentf-mode): Use `define-minor-mode'.
4369
4370 * mwheel.el (mouse-wheel-mode): New global minor mode.
4371 (mwheel-install): Use `mouse-wheel-mode'.
4372
f4b020f6
DL
43732000-10-25 Dave Love <fx@gnu.org>
4374
f5ab1cdd
SM
4375 * progmodes/cperl-mode.el (cperl-mode):
4376 Set normal-auto-fill-function correctly.
072cb6f9 4377
f4b020f6
DL
4378 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4379 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4380 bindings.
f4b020f6 4381
ebe2a441
MB
43822000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4383
ff4dcd4b
MB
4384 * wid-edit.el (widget-field-at): New function.
4385 (widget-at, widget-field-activate): Use it.
4386 (widget-tabable-at): Use `widget-at'.
4387 (widget-specify-field): If the terminating character of the widget
4388 field (which is read-only) is a newline, put it into a special
4389 `boundary' field so that C-n/C-p act more naturally.
4390 (widget-field-end): Also don't subtract one if a special
4391 `boundary' field has been added after the widget field.
4392
ebe2a441
MB
4393 * comint.el (comint-output-filter, comint-send-input): Don't
4394 bother adding stickiness fields to overlays to fool the field
4395 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4396
ebe2a441
MB
4397 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4398 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4399 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4400
fe50b6ab
GM
44012000-10-24 Gerd Moellmann <gerd@gnu.org>
4402
53df4dda
GM
4403 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4404 (authors): Set file coding system to iso-2022-7bit. Add
4405 file-local variables to output buffer.
4406
4836835a 4407 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4408 WARN is nil.
4409
53df4dda
GM
44102000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4411
4412 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4413
4414 * delim-col.el: Now there is a column formatting mechanism.
4415 Modified to customization mechanisms convention. Doc fix.
4416 (columns): New group for delim-col.
4417 (delimit-columns-before, delimit-columns-after)
4418 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4419 (delimit-columns-end): New vars.
4420 (delimit-columns-customize, delimit-columns-format): New funs.
4421 (delimit-columns-region, delimit-columns-rectangle)
4422 (delimit-columns-rectangle-line): Modified to support column
4423 formatting.
4836835a 4424
a9839779
DL
44252000-10-24 Dave Love <fx@gnu.org>
4426
4427 * log-edit.el (log-edit): Add :version and a :group for vc.
4428
df0267b8
GM
44292000-10-24 Gerd Moellmann <gerd@gnu.org>
4430
9acc3873
GM
4431 * files.el (after-find-file): Don't print a message ``New file''
4432 if WARN is nil.
4433
63e1b552
GM
4434 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4435 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4436 get duplicate tool-bar entries because we'll see the global ones
4437 on more than one path through keymaps.
4438
1946f901
GM
4439 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4440
df0267b8
GM
4441 * progmodes/cmacexp.el: Change Francesco's email address.
4442
ae3b264b
KH
44432000-10-24 Kenichi Handa <handa@etl.go.jp>
4444
4445 * window.el (fit-window-to-buffer): Adjust point of the window
4446 buffer, not that of the current buffer.
4447
23afac01
EZ
44482000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4449
4450 * progmodes/cmacexp.el: Update the euthor's email address.
4451
22d1a4ed
MB
44522000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4453
4454 * faces.el (face-spec-set-match-display): Add `graphic' display
4455 type (the inverse of `tty'). Use `display-graphic-p' instead of
4456 the window-system variable.
4457
f408aa48
KH
44582000-10-24 Kenichi Handa <handa@etl.go.jp>
4459
4460 * international/isearch-x.el (isearch-with-input-method): Call
4461 input-method-function with the first event in
4462 unread-command-events.
4463
94fe8a31
MB
44642000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4465
4466 * faces.el (face-default-spec, face-user-default-spec): Make
4467 defsubsts.
4468
8f47302e
AC
44692000-10-24 Andrew Choi <akochoi@i-cable.com>
4470
4471 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4472 New charsets.
4473
4474 * term/mac-win.el: Remove definitions of mac-roman-lower and
4475 mac-roman-upper, require dired, and define instead of set
4476 mac-ready-for-drag-n-drop to avoid compilation error.
4477
446c097e
AI
44782000-10-23 Andrew Innes <andrewi@gnu.org>
4479
4480 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4481 superfluous calls to subst-char-in-string; instead apply
4482 expand-file-name after convert-standard-filename to ensure
4483 expected directory separators are used.
4484
379b70e7
EZ
44852000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4486
4487 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4488
85c766e9
DL
44892000-10-23 Dave Love <fx@gnu.org>
4490
b7e03a67
DL
4491 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4492 (tool-bar-add-item): Set foreground and background for XBM icons.
4493
4494 * international/latin1-disp.el (latin1-char-displayable-p): New
4495 function (from Handa).
4496 (latin1-display-check-font): Use it.
4497
0dcf8835
DL
4498 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4499 using :key-sequence, making it much more usable. Use nconc, not
4500 append.
4501 (imenu--create-keymap-1): Avoid append.
4502
85c766e9 4503 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4504
cb3069bb
MB
45052000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4506
4507 [the following changes fix a bug where `define-minor-mode' didn't
4508 correctly generate :require clauses for defcustoms in compiled files]
4509 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4510 (byte-compile-log-file, byte-compile-log-1): Don't set
4511 `byte-compile-current-file' to nil. Instead set
4512 `byte-compile-last-logged-file' to it. Test whether
4513 byte-compile-current-file equals byte-compile-last-logged-file
4514 instead of whether its nil.
3b6542ba 4515 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4516
6db6243b
SM
45172000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4518
4519 * textmodes/refill.el: Fix var names in doc.
4520 (refill-mode): Don't bother with make-local-hook anymore.
4521
98490598
MB
45222000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4523
e01cd227
MB
4524 * faces.el (face-user-default-spec, face-default-spec): New functions.
4525 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4526 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4527 Use `face-user-default-spec'. Simplify code slightly.
4528
4836835a 4529 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4530 (woman-unknown-face): Add dark-background variants.
4531 (woman-default-faces): Renamed from `woman-colour-faces'.
4532 Set using the stored defaults, rather than using hard-wired colors.
4533 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4534 Just make the foreground `unspecified' rather than "black".
4535 (woman-menu): Rename menu entries accordingly.
4536
98490598
MB
4537 * faces.el (header-line): Make more reasonable on mono/grayscale
4538 displays.
4539
1a578e9b
AC
45402000-10-23 Andrew Choi <akochoi@i-cable.com>
4541
4542 * cus-edit.el (custom-button-face): Use 3D look for mac.
4543 (custom-button-pressed-face): Likewise.
4544
4545 * faces.el (set-face-attributes-from-resources): Handle mac frames
4546 in the same way as x and w32 frames.
4547 (face-valid-attribute-values): Likewise.
4548 (read-face-attribute): Likewise.
4549 (defined-colors): Likewise.
4550 (color-defined-p): Likewise.
4551 (color-values): Likewise.
4552 (display-grayscale-p): Likewise.
4553 (face-set-after-frame-default): Likewise.
4554 (mode-line): Same default face as for x and w32.
4555 (tool-bar): Likewise.
4556
4557 * frame.el: Remove call to frame-notice-user-settings at end of
4558 the file.
4559
4560 * info.el (Info-fontify-node): make underlines invisible for mac
4561 as for x, pc, and w32 frame types.
4562
4563 * term/mac-win.el: New file.
4564
aaaf7be7
DL
45652000-10-22 Dave Love <fx@gnu.org>
4566
4567 * textmodes/refill.el: New file.
4568
5392d654
AS
45692000-10-22 Andre Spiegel <spiegel@gnu.org>
4570
4836835a 4571 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4572 MANUAL and REGEXP.
4836835a 4573 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4574 New functions.
4575 (vc-before-save): Use the latter.
4576 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4577 confusion.
4578
4836835a 4579 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4580 expected by vc[-hooks].el.
4581
4582 * vc.el (vc-checkout): Added `-p' suffix in call to
4583 vc-make-version-backups-p; use vc-make-version-backup to actually
4584 make the backup.
4585 (vc-version-other-window, vc-version-backup-file): Handle both
4586 automatic and manual backups.
4587 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4588 of all of them.
4589
1e221c16
MB
45902000-10-22 Miles Bader <miles@gnu.org>
4591
7ff4fda5
MB
4592 * comint.el (comint-highlight-input, comint-highlight-prompt):
4593 Renamed, `-face' at end removed.
4594 (comint-send-input, comint-output-filter): Use renamed faces.
4595
3511cde8
MB
4596 * window.el (fit-window-to-buffer): Change defaulting of
4597 MAX-HEIGHT slightly.
4598
1e221c16
MB
4599 * faces.el (color-values, color-defined-p): Use `member', not
4600 `memq', because it works correctly for strings.
4601 (frame-set-background-mode): Actually, "unspecified-fg" and
4602 "unspecified-bg" *are* strings. Use `member', not `memq', and
4603 `equal', not `eq', when a string value is possible.
4604
b6ef4898
EZ
46052000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4606
4607 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4608
34939e2c
SM
46092000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4610
4611 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4612 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4613 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4614 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4615 (sh-font-lock-syntactic-keywords): Use them.
4616 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4617 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4618 (sh-mode): Don't override font-lock-unfontify-region-function.
4619 Use a copy of sh-font-lock-syntactic-keywords.
4620 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4621 Don't call sh-scan-buffer since font-lock does it on the fly.
4622 (sh-get-indent-info): Use `face' rather than `syntax-table'
4623 text-property to detect here-documents.
4624 Replace sh-special-syntax with sh-st-punc.
4625 (sh-prev-line): Use `face' rather than `syntax-table'
4626 text-property to skip over here-documents.
4627 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4628 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4629 (sh-electric-less, sh-set-here-doc-region)
4836835a 4630 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4631 (sh-scan-buffer, sh-rescan-buffer): Remove.
4632
f3d3c491
AI
46332000-10-21 Andrew Innes <andrewi@gnu.org>
4634
4635 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4636 remote (ange-ftp) file names.
4637
b86c791c
MB
46382000-10-21 Miles Bader <miles@gnu.org>
4639
d9c30bdf
MB
4640 * window.el (fit-window-to-buffer): New function.
4641 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4642 (window-text-height): Don't expect minibuffers to have mode-lines.
4643
d9c30bdf 4644 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4645 * international/quail.el (quail-update-guidance): Use
4646 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4647
617fee5a
MB
4648 * international/quail.el (quail-show-guidance-buf): Make sure
4649 guidance window really has enough room.
4650 (quail-update-guidance): If quail-guidance-win is already shown,
4651 make sure its height is OK.
4652
b86c791c
MB
4653 * window.el (window-text-height, set-window-text-height):
4654 New functions.
4655 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4656 instead of `window-height' & `mode-line-window-height-fudge'.
4657 (mode-line-window-height-fudge): Add FACE parameter.
4658 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4659 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4660
e34850d1
MB
46612000-10-20 Miles Bader <miles@gnu.org>
4662
4663 * window.el (height-affecting-face-attributes): Use `defconst'.
4664
4665 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4666 New function, conditionally aliased to `mode-line-window-height-fudge'.
4667 (ispell-help): Use it.
4668 (ispell-choices-win-default-height): Don't include mode-line fudge.
4669 (ispell-choices-win-default-height): New function.
4670 (ispell-show-choices, ispell-command-loop): Use function
4671 `ispell-choices-win-default-height' instead of variable.
4672
a8b883c2
MB
46732000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4674
8c6e4a58
MB
4675 * window.el (mode-line-window-height-fudge): New variable.
4676 (height-affecting-face-attributes): New variable.
4677 (mode-line-window-height-fudge): New function.
4678 (shrink-window-if-larger-than-buffer): Use it.
4679 * help.el (resize-temp-buffer-window): Likewise.
4680
a8b883c2
MB
4681 * info.el (Info-fontify-node): Add support for @subsubsection
4682 titles, which use `Info-title-4-face'.
4683 (Info-title-4-face): New face.
4684 (Info-title-3-face): Inherit from Info-title-4-face instead of
4685 variable-pitch.
4686
e64c3a75
JR
46872000-10-19 Jason Rumney <jasonr@gnu.org>
4688
4689 * dired.el (dired-insert-directory): Do not let errors signalled by
4690 attempt to run dired-free-space-program prevent dired from working.
4691
c70fe852
SM
46922000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4693
4694 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4695
877cf6b4
GM
46962000-10-19 Gerd Moellmann <gerd@gnu.org>
4697
5de037e0
GM
4698 * dirtrack.el (dirtrack): Fix call to run-hooks.
4699
6deb9af9
GM
4700 * cmuscheme.el (cmuscheme-program-name): Renamed from
4701 scheme-program-name because xscheme.el contains a defcustom with
4702 the same name. As a consequence, customizing group `cmuscheme'
4703 loaded `xscheme' which redefined run-scheme.
4704 (run-scheme): Use cmuscheme-program-name.
4705
877cf6b4
GM
4706 * ps-print.el (ps-print-emacs-type): Move into the
4707 eval-and-compile.
4708
e597d8fb 4709 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4710 anonymous address, and add a website for Befrienders International.
4836835a 4711
3e9cb08f
GM
47122000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4713
c70fe852
SM
4714 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4715 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4716 (ps-print-version): New version number (6.2).
4717 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4718 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4719 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4720 (ps-x-extent-priority, ps-x-extent-start-position)
4721 (ps-x-face-font-instance, ps-x-find-coding-system)
4722 (ps-x-font-instance-properties, ps-x-make-color-instance)
4723 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4724 avoid compilation gripes without defining functions.
4725 (ps-e-find-composition): Alias for function find-composition, to have a
4726 suitable function depending on Emacs version.
4727 (ps-color-device, ps-color-values, ps-face-foreground-name)
4728 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4729 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4730 (ps-print-ensure-fontified): Function definitions surrounded by
4731 `eval-and-compile' to avoid compilation gripes.
4732 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4733 by symbol-value to avoid compilation gripes.
4734 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4735 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4736
d8abcd91
MB
47372000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4738
13ab33c4
MB
4739 * startup.el (normal-top-level): Call `frame-set-background-mode'
4740 after `frame-notice-user-settings' because the latter doesn't call
4741 the former on a tty.
4742
d8abcd91
MB
4743 * faces.el (frame-set-background-mode): `unspecified' &c are
4744 symbols, not strings.
4745
e8bce0a9
EZ
47462000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4747
c70fe852
SM
4748 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4749 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4750
c70fe852
SM
4751 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4752 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4753
773272d8
KH
47542000-10-19 Kenichi Handa <handa@etl.go.jp>
4755
c70fe852 4756 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4757 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4758 for ISO10646-1 fonts.
4759 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4760
772139c0
EZ
47612000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4762
4763 * faces.el (frame-set-background-mode): If a tty frame defines a
4764 background color, use that to compute the background mode, instead
4765 of always defaulting to "dark".
4766
d134a19f
MB
47672000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4768
8bb84cb2
MB
4769 * comint.el (comint-write-output): New function.
4770 (comint-mode-map): Add it to the menu.
e40a778f 4771 Bind `C-c C-s' to comint-write-output.
d134a19f 4772
dada41e1
GM
47732000-10-18 Gerd Moellmann <gerd@gnu.org>
4774
4775 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4776 Use fancy-splash-delay.
4777
9b5360aa
GM
47782000-10-18 Alex Schroeder <alex@gnu.org>
4779
4780 * progmodes/sql.el (sql-sybase-options): New option.
4781 (sql-sybase): Use it. Add sql-database to the list of parameters
4782 provided for login. The options -w 2048 -n are not used any more.
4783
9035a35a
GM
4784 * comint.el (comint-read-input-ring): Bugfix such that the first
4785 and the last entry of the input ring file are not lost.
4786
3556c6dd
GM
47872000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4788
4789 * ps-print.el: Internal variable changes to defcustom,
4790 make-local-hook changes to defvar. Doc fix.
4791 (ps-print-version): New version number (6.1).
4792 (ps-setup, ps-do-despool): Code fix.
4793 (ps-printer-name): Customization fix.
4794 (ps-printer-name-option): Now is a defcustom instead of an
4795 internal variable.
4796 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4797 (ps-print-begin-column-hook): Now are defvar instead of
4798 make-local-hook.
4836835a 4799
4e217e50
MB
48002000-10-18 Miles Bader <miles@gnu.org>
4801
4802 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4803 (comint-kill-output): Changed into an alias for `comint-delete-output',
4804 and made obsolete.
4805 (comint-mode-map): Rename references to comint-kill-output.
4806
34460354
EZ
48072000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4808
4809 * diff-mode.el (diff-header-face, diff-file-header-face)
4810 (diff-changed-face): Add bold and italic attributes to tty faces.
4811 (diff-function-face): New face.
4812 (diff-font-lock-keywords): Use it.
4813
17ea3cdb
MB
48142000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4815
4816 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4817 Remove commented-out call to force-mode-line-update.
4818 (comint-kill-output): Use `forward-line 0' instead of
4819 beginning-of-line to make sure we get past the prompt.
4820
9244f2c7
SM
48212000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4822
4823 * diff-mode.el (diff-header-face, diff-file-header-face):
4824 Add specific setting for dark background.
4825 (diff-context-face): Renamed from diff-comment-face.
4826 Set explicitly rather than inheriting from font-lock-comment-face.
4827
1592c1ef
EZ
48282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * startup.el (command-line): Move the code which sets the default
4831 TTY colors to before before-init-hook.
4832
f86292a9
GM
48332000-10-17 Gerd Moellmann <gerd@gnu.org>
4834
4835 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4836
f7f2e883
EZ
48372000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4838
e854cc22
EZ
4839 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4840 extensions, for MS-DOS.
4841
f7f2e883
EZ
4842 * diff-mode.el (diff-header-face, diff-file-header-face)
4843 (diff-changed-face): Define tty-specific colors.
4844
c7b4f0f9
GM
48452000-10-17 Gerd Moellmann <gerd@gnu.org>
4846
4847 * startup.el (fancy-splash-text): Realign the text.
4848
12a72271
EZ
48492000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4850
4851 * font-lock.el (font-lock-comment-face): Define a separate default
4852 for dark-background tty's.
4853
61dfccfd
MB
48542000-10-17 Miles Bader <miles@gnu.org>
4855
4856 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4857 being obscured by whizzy mode-lines on graphics displays.
4858
333cd59e
EZ
48592000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4860
4861 * info.el (Info-title-1-face, Info-title-2-face)
4862 (Info-title-3-face): Define colors for tty's.
dada41e1 4863 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4864
dbf1fcc1
EZ
48652000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4866
4867 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4868 reverse from the frame parameters, and don't invert foreground and
4869 background colors.
4870
ac629823
MB
48712000-10-16 Miles Bader <miles@gnu.org>
4872
4873 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4874 string "*Info*". Call propertized-buffer-identification to spruce
4875 up the result.
4876
76eebffc
GM
48772000-10-16 Gerd Moellmann <gerd@gnu.org>
4878
3a6b59d9
GM
4879 * help.el: Provide `help' for the sake of define-minor-mode
4880 which generates defcustoms with requires.
4881
6569c3d3
GM
4882 * jit-lock.el (jit-lock-after-change): If we're in text that
4883 matches a multi-line font-lock pattern, make sure the whole text
4884 will be redisplayed.
4885
c2e0a611
GM
4886 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4887 author's name is unknown.
4888
76eebffc
GM
4889 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4890 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4891 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4892 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4893 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4894 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4895 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4896 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4897 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4898 Add author information.
4899
cf1e7b12
MB
49002000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4901
4902 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4903 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4904 full-color version (using the Gimp) to eliminate dithering artifacts.
4905
5586f3eb
SM
49062000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4907
4908 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4909
4910 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4911
ad64a888
DL
49122000-10-15 Dave Love <fx@gnu.org>
4913
4914 * progmodes/sh-script.el: Require skeleton and comint when
4915 compiling.
4916
4917 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4918
4919 * whitespace.el: Doc fixes.
4920 (top-level): Don't add hooks here.
4921 (whitespace-running-emacs): Deleted.
4922 (timer): Don't require.
4923 (whitespace): Add back :version conditional on xemacs test.
4924 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4925 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4926 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4927 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4928 Avoid specific xemacs test.
4929 (whitespace-global-mode): New option.
4930 (whitespace-global-mode): New command.
4931 (whitespace-unload-hook): New function.
4932
4933 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4934 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4935 (Info-fontify-node): `Goto' goes to `Go to'.
4936 (Info-fontify-node): Add help-echo to xref links.
4937
1ef49fc6
EZ
49382000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4939
4940 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4941
8b7707e1
SM
49422000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4943
b3b7f42f
SM
4944 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4945 Use plist-get and allow :inherit.
4946
4947 * emacs-lisp/cl-macs.el (cl-do-arglist):
4948 Use plist-get and plist-member instead of memq.
4949
3c7fafc7
SM
4950 * emacs-lisp/ewoc.el (ewoc-location): New function.
4951 (ewoc-enter-after, ewoc-enter-before): Document return value.
4952 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4953 Don't need make-local-hook any more.
4954 (cvs-addto-collection): Return the new tin.
4955 (cvs-mode-insert): Jump to the new line.
4956
8b7707e1
SM
4957 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4958
4959 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4960
4961 * font-lock.el (font-lock-syntactically-fontified): New var.
4962 (font-lock-fontify-syntactic-keywords-region): Use it.
4963 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4964
4965 * diff-mode.el (diff-find-file-name): Fix regexp.
4966
4967 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4968 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4969
4970 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4971 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4972 (sh-mode): Don't make all vars local here.
4973 (sh-kw): Reformat.
4974 (sh-set-shell): Use dolist. Don't set indent-region-function.
4975 (sh-mode-syntax-table): Use pop.
4976 (sh-remember-variable): Use push.
4977 (sh-help-string-for-variable): Use memq.
4978 (sh-safe-backward-sexp): Remove.
4979 (sh-safe-forward-sexp): Add ARG.
4980 (sh-get-indent-info, sh-prev-stmt): Use it.
4981 (sh-prev-line): Simplify by using forward-comment.
4982 (sh-this-is-a-continuation): Simplify.
4983 (sh-learn-buffer-indent): Use dolist.
4984 (sh-do-nothing): Remove.
4985 (sh-set-char-syntax, sh-set-here-doc-region):
4986 Use inhibit-modification-hooks.
4987 (sh-name-style): Use mapcar and push.
4988 (sh-load-style): Use dolist.
4989 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4990 (sh-case, sh-while-getopts): Use propertize directly rather
4991 than sh-electric-rparen.
4992
49932000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4994
4995 * textmodes/tex-mode.el: Require CL when compiling.
4996 (tex-mode-syntax-table): Init immediately.
4997 (tex-mode-map): Bind M-RET to latex-insert-item.
4998 (latex-mode): Set indent-line-function to latex-indent.
4999 (tex-common-initialization): Don't setup the syntax-table any more.
5000 (latex-insert-item): New skeleton.
5001 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5002 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5003 (latex-indent, latex-find-indent): New functions.
4836835a 5004 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5005 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5006 (tex-compilation-parse-errors): Use with-syntax-table.
5007
86b7fcbb
MB
50082000-10-15 Miles Bader <miles@gnu.org>
5009
5010 * font-lock.el (font-lock-comment-face): Change dark-background,
5011 color, non-tty, default to `chocolate1'.
5012
57a24508
JW
50132000-10-13 John Wiegley <johnw@gnu.org>
5014
5015 * eshell/esh-util.el (require): Added a missing `require' form,
5016 needed when compiling (for an ange-ftp macro definition).
5017
40ad3db4
DL
50182000-10-13 Dave Love <fx@gnu.org>
5019
5020 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5021
db460189
GM
50222000-10-13 Gerd Moellmann <gerd@gnu.org>
5023
b41c9501
GM
5024 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5025 fix.
5026
4836835a 5027 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5028 transparent -colors 8).
5029
3b5e21df
GM
50302000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5031
5032 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5033 that breaks with old list format timestamps.
5034 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5035 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5036 strings.
5037
16908a3f
JW
50382000-10-13 John Wiegley <johnw@gnu.org>
5039
d7103dda
JW
5040 * align.el, pcomplete.el, calendar/timeclock.el,
5041 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5042
dace60cf 5043 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5044 faulty math, where holiday hours were being computing as seconds.
5045
b6b70cda
JW
50462000-10-13 John Wiegley <johnw@gnu.org>
5047
5048 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5049 specifying what "other" kinds of buffers should be saved. This
5050 used to be hard-coded.
5051 (desktop-buffer-misc-functions): A global for specifying how
5052 auxiliary data should be determined for special buffer types.
5053 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5054 instead of hard-coding the special buffer types.
5055 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5056 auxiliary data, instead of hard-coding for Info buffers and dired.
5057 (desktop-buffer-info-misc-data): Aux function for determining Info
5058 buffer auxiliary info.
5059 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5060 (desktop-buffer-info): Changed this function to use the info
5061 gathered above.
5062 (desktop-create-buffer): Be a little more careful about what
5063 `minor-mode' means before calling it. This is important for some
5064 buffer types.
5065
8c6b1d83
JW
50662000-10-13 John Wiegley <johnw@gnu.org>
5067
5068 * eshell/esh-util.el: Added a global form which declares an
5069 autoload for `parse-time-string', if that function is not already
5070 defined, and if parse-time.el is available on the user's system.
5071
5072 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5073 to be aware of ange-ftp user info.
5074 (eshell-do-ls): Bind `ange-cache'. Also, use
5075 `eshell-file-attributes'.
5076 (eshell-ls-annotate): Use `eshell-file-attributes'.
5077 (eshell-ls-file): Made the user-id printing code a bit smarter.
5078
5079 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5080 allow identification of alias user ids in remote directories.
5081 It's manual, but there's no other way to know when the current
5082 user on the local machine, is also the owning user on the remote
5083 machine.
5084 (fboundp): Bind `ange-cache'.
5085 (eshell-directory-files-and-attributes): Re-organized the logic a
5086 bit to use `eshell-file-attributes' instead of `file-attributes'.
5087 The former is more sensitive to directories that are read via FTP,
5088 and knows how to use ange-ftp to determine full attribute
5089 information, instead of just the name and last modtime.
5090 (eshell-current-ange-uids): Return the current user id when in a
5091 remote directory.
5092 (eshell-parse-ange-ls): Parse a full directory listing that has
5093 been returned by ange-ftp.
5094 (eshell-file-attributes): This beefed up version of
5095 `file-attributes' is only special if the user is currently in a
5096 remote directory, in which case it does a lot of work to find out
5097 what the real attributes of a file are, as they appear on the
5098 remote machine. This makes usage of remote directories (i.e.,
5099 ange-ftp pathnames) much more useful. You can now use Eshell as a
5100 full-fledged FTP client, with much more manipulation ability than
5101 most other clients.
5102
5103 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5104 variable, which means that Eshell's du should always be preferred
5105 in remote directories.
5106 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5107 just `file-attributes'.
5108 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5109 when reading remote directories. This is an Eshell-specific
5110 variable (not part of ange-ftp).
5111 (eshell/ln): Bind `ange-cache'.
5112 (eshell/du): Added some extra logic for determining when to use
5113 Eshell's du (which is slow), and when to use the external version
5114 (which may or may not exist).
5115
5116 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5117 `eshell-interactive-process', rather than using
5118 `get-buffer-process', since backgrounded processes don't count in
5119 the context of this function's logic.
5120
5121 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5122 `forward-char', so that null strings are parsed correctly.
5123
87730e84 51242000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5125
5126 * eshell/em-pred.el (eshell-pred-file-type,
5127 eshell-pred-file-links, eshell-pred-file-size): Use
5128 `eshell-file-attributes'. This is more correct over ange-ftp.
5129
5130 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5131 that remote file globbing is more efficient.
5132
5133 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5134 gathering the files and attributes within a directory.
5135
5136 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5137 the command line is a special file (not a regular file, directory
5138 or symlink), always attempt to call the external version of cat.
5139
87730e84 51402000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5141
5142 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5143 Eshell-friendly version of find-tag.
5144
1c7e37a9
MB
51452000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5146
4836835a 5147 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5148 (image-file-name-regexps): Add autoload cookies.
5149
11a7f341
KH
51502000-10-13 Kenichi Handa <handa@etl.go.jp>
5151
5152 * international/mule-cmds.el (select-safe-coding-system): If FROM
5153 is string, show it in *Warning* buffer.
5154
8ddddcb0
EZ
51552000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5156
5157 * startup.el (normal-top-level): Use display-popup-menus-p instead
5158 of window-system.
5159 (command-line): Use display-graphic-p instead of window-system.
5160 (command-line-1): Use display-popup-menus-p and display-mouse-p
5161 instead of window-system.
5162
72200f89
SS
51632000-10-12 Sam Steingold <sds@gnu.org>
5164
5165 * tooltip.el (tooltip-use-echo-area): New user variable.
5166 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5167
8661c643
DL
51682000-10-12 Dave Love <fx@gnu.org>
5169
d0b40dc1
DL
5170 * recentf.el: Maintainer's checkdoc fixes.
5171
a622451f
DL
5172 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5173 character class, not ASCII when matching file names.
5174 (fancy-splash-head): Add trailing slash to URL.
5175 (command-line): Don't require XPM support for toolbar.
5176
8661c643
DL
5177 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5178 (cperl-invalid-face): Revert last change.
5179 (cperl-init-faces): Quote cperl-invalid-face.
5180
ef2ed8ab
KH
51812000-10-12 Kenichi Handa <handa@etl.go.jp>
5182
5183 * startup.el (fancy-splash-text): Remove superfluous quote.
5184
b0da379e
GM
51852000-10-12 Gerd Moellmann <gerd@gnu.org>
5186
dbeb499b
GM
5187 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5188 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5189 (command-line-1): Don't use fancy-splash-pending-command.
5190 (fancy-splash-screens-1): Goto point-min after inserting text.
5191
d861718a
GM
5192 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5193
b0da379e
GM
5194 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5195 instead of shared-lisp-mode-map.
5196
4fb2ad98
MB
51972000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5198
1cb4393e
MB
5199 * faces.el (header-line): Change tty-variant to use underlining.
5200
4fb2ad98
MB
5201 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5202 (isearch-highlight): Restore lazy-isearch face properties at old
5203 position, and suppress them at new position.
5204 (isearch-dehighlight): Restore lazy-isearch face properties.
5205 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5206 over the real isearch overlay, but in that case, don't give it a
5207 face property. Use `push'.
5208
eb991b25
KH
52092000-10-12 Kenichi Handa <handa@etl.go.jp>
5210
5211 * man.el (Man-getpage-in-background): Fix previous change.
5212 Decode the process output only when we are in multibyte mode.
5213
a818c1c0
DL
52142000-10-11 Dave Love <fx@gnu.org>
5215
c990f53a
DL
5216 * info.el (Info-mode-menu): Fix some help.
5217 (info-tool-bar-map): Add entry for Info-last.
5218
a818c1c0
DL
5219 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5220 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5221 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5222 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5223 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5224 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5225 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5226 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5227 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5228 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5229 Reduce colour requirements to 25 overall. (Probably wants
5230 revisiting from the originals to reduce further.)
5231
c1b096cb
EZ
52322000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5235 buffer-file-coding-system, instead of raw-text.
5236 (dehexlify-buffer): Bind coding-system-for-read to
5237 buffer-file-coding-system, instead of raw-text.
5238
5c8b7eaf
SS
52392000-10-11 Sam Steingold <sds@gnu.org>
5240
5241 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5242 `underline' - fixes the bug introduced on 2000-09-21.
5243
2cfbdb7a
DL
52442000-10-11 Dave Love <fx@gnu.org>
5245
5246 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5247 compiler warnings.
5248 (scheme-mode): Doc fix.
5249 (scheme-font-lock-keywords-1): Match `define-syntax'.
5250
52512000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5252
5253 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5254 face specs as well as default ones. Only do anything if the
5255 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5256 (region): Make dark-background `region' face less in-your-face.
4b33f290 5257
690ec649
SS
52582000-10-10 Sam Steingold <sds@gnu.org>
5259
5260 * chistory.el, ielm.el, ledit.el:
5261 * progmodes/inf-lisp.el, progmodes/scheme.el:
5262 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5263
3b95d6bb
SM
52642000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5265
5266 * textmodes/texinfo.el: Update copyright and fix typo.
5267
5268 * desktop.el (desktop-modes-not-to-save): New var.
5269 (desktop-save-buffer-p): Use it.
a30eb617
DL
5270 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5271 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5272
52732000-10-10 Dave Love <fx@gnu.org>
5274
5275 * toolbar/tool-bar.el (tool-bar-add-item)
5276 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5277 display.
5278
5279 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5280 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5281 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5282 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5283 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5284 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5285 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5286 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5287 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5288 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5289 the .xpms; probably need retouching.
5290
52912000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5292
5293 * subr.el (add-to-list): Add optional argument APPEND.
5294 * battery.el (display-battery): Use `add-to-list'.
5295
52962000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5297
5298 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5299 these vars as symbol properties.
5300 (zone, zone-when-idle, zone-leave-me-alone)
5301 (zone-pgm-whack-chars): Use new symbol properties.
5302
5303 * battery.el (display-battery): Doc spelling fix.
5304
5305 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5306 property.
5307
53082000-10-09 Dave Love <fx@gnu.org>
5309
5310 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5311 has been initialized before calling tool-bar-setup.
5312 (tool-bar-add-item-from-menu): Add autoload cookie.
5313
53142000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5315
5316 * menu-bar.el (send-mail-item-name): New function.
5317 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5318 of mail-user-agent in the menu. Don't display the "Send Mail"
5319 item if mail-user-agent is nil or its value is ignore.
5320 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5321 if read-mail-command is nil or its value is ignore.
5322
5323 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5324
53252000-10-09 Miles Bader <miles@gnu.org>
5326
5327 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5328 Correct image size.
5329 * toolbar/left_arrow.xpm: Correct image size.
5330
5331 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5332 will be done by the definition of `auto-compression-mode' if
5333 necessary. Move code to uninstall existing file-name handler
5334 before definition of `auto-compression-mode'.
5335
5336 * image-file.el (auto-image-file-mode): Move to the end of the
5337 file, because `define-minor-mode' actually calls the mode-function
5338 if the associated variable is non-nil, which requires that all
5339 needed functions be already defined.
5340
5341 * mouse.el (popup-menu): Balance parens.
5342
53432000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5344
5345 * mouse.el (popup-menu): Move the command call outside the loop
5346 so that popup-menu returns whatever the command returns.
5347
5348 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5349 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5350 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5351 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5352
5353 * vc.el (vc-version-diff): diff-switches can be a list.
5354 Use relative filenames for prettier output.
5355
5356 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5357 (vc-post-command-functions): Remove old-VC compatibility code.
5358
5359 * newcomment.el (comment-indent-default): Autoload.
5360
5361 * font-lock.el (font-lock-defaults): Make buffer-local.
5362 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5363 (font-lock-choose-keywords):
5364 Ignore LEVEL unless KEYWORDS is a list of syms.
5365 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5366 Don't wrap regexp-opt things in \(...\) unnecessarily.
5367
5368 * jit-lock.el: Don't require font-lock any more.
5369 (jit-lock-functions): Make buffer-local.
5370 (jit-lock-saved-fontify-buffer-function): Remove.
5371 (jit-lock-mode): Remove autoload cookie.
5372 Remove font-lock specific code.
5373 (jit-lock-unregister): Don't bother handling complex hooks any more.
5374 (jit-lock-refontify): New function.
5375 (jit-lock-fontify-buffer): Use it.
5376 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5377 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5378 Add optional args START and END.
5379 Never call font-lock-fontify-region directly.
5380 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5381
5382 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5383
53842000-10-08 Dave Love <fx@gnu.org>
5385
5386 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5387
5388 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5389
5390 * play/studly.el (studlify-region, studlify-word): Add autoload
5391 cookie.
5392
5393 * play/morse.el (morse-region, unmorse-region): Add autoload
5394 cookie.
5395
5396 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5397 concat.
5398
5399 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5400 insist on symbols starting with word syntax.
5401 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5402 (eval-defun-1): Doc fix.
5403 (indent-sexp): Use nconc to build up indent-stack.
5404
5405 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5406 Gnus with little use.
5407 (mail-setup-hook): Add mail-abbrevs-setup to options.
5408
5409 * recentf.el: Doc fixes.
5410
5411 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5412 Clean up remainder.
5413
5414 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5415 without timezone and (8) with timezone to enforce some whitespace.
5416 Simplify code somewhat.
5417
5418 * options.el (list-options): Doc that you should use customize.
5419
5420 * iswitchb.el (iswitchb-mode): Add :require.
5421
5422 * info.el (Info-goto-node, Info-menu): Doc fix.
5423 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5424 (info-tool-bar-map): New variable.
5425 (Info-mode): Use it.
5426 (Info-edit-map): Define all in defvar.
5427 (speedbar-attached-frame): Avoid compiler warning.
5428
5429 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5430 (global-map): Bind [tool-bar] to a filtered map.
5431 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5432 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5433 Allow PBM icons.
5434 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5435
5436 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5437 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5438 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5439 icons, except up_arrow, which is left-arrow rotated.
5440
5441 * imenu.el (imenu-add-to-menubar): Fix last change.
5442
54432000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5444
5445 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5446 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5447
54482000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5449
5450 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5451 typos in doc strings.
5452
5453 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5454 the doc strings how to customize Font Lock faces.
5455
5456 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5457 computing growth when dragging the header line.
5458
54592000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5460
5461 * simple.el (kill-line): Doc fix.
5462
54632000-10-08 Miles Bader <miles@gnu.org>
5464
5465 * faces.el (secondary-selection): Make foreground visible on tty.
5466
5467 * jka-compr.el (auto-compression-mode): Move to the end of the
5468 file, because `define-minor-mode' actually calls the mode-function
5469 if the associated variable is non-nil, which requires that all
5470 needed functions be already defined.
5471 (with-auto-compression-mode): Add autoload cookie.
5472
54732000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5474
5475 * files.el (find-backup-file-name) [ms-dos]: If support for long
5476 file names is not available, behave as if version-control were set
5477 to never.
5478
54792000-10-07 Dave Love <fx@gnu.org>
5480
5481 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5482 (browse-url-gnome-moz): New function.
5483 (browse-url-browser-function): Use it.
5484 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5485
54862000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5487
5488 * indent.el (tab-always-indent): New var.
5489 (indent-for-tab-command): Use it.
5490
5491 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5492 raise an error. This way it can still default to a sane value.
5493
54942000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5495
5496 * startup.el (fancy-splash-screens): Use local rather than global map.
5497 Don't use `update-menu-bindings' any more.
5498 Get rid of assumptions about keymap representation.
5499
55002000-10-06 Dave Love <fx@gnu.org>
5501
5502 * textmodes/fill.el (sentence-end-double-space)
5503 (sentence-end-without-period): Doc fix.
5504 (adaptive-fill-regexp): Purecopy.
5505 (unjustify-current-line): Use line-end-position.
5506 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5507
5508 * net/eudc-vars.el (eudc): Add :version, :link.
5509
5510 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5511
5512 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5513 Fix for define-minor-mode.
5514 (function-at-point): Alias to function-called-at-point.
5515
5516 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5517
5518 * simple.el (backward-word): Doc fix.
5519
5520 * image-file.el (image-file-name-regexp): image-file-regexps ->
5521 image-file-name-regexps.
5522 (image-file-name-extensions): Add pbm.
5523
55242000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5525
5526 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5527 and add filename to the names so that diff-mode can jump to source.
5528
5529 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5530 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5531 (tex-font-lock-keywords-1): Remove.
5532 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5533 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5534 (font-lock-default-fontify-region):
5535 Expand beg..end correctly when just following a multiline region.
5536 (font-lock-fontify-anchored-keywords):
5537 Include the anchor text as part of the multiline.
5538
55392000-10-06 Gerd Moellmann <gerd@gnu.org>
5540
5541 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5542 latter needs the autoloaded define-minor-mode macro during the
5543 bootstrap.
5544
5545 * startup.el (command-line): For now, activate tool-bar-mode only
5546 if XPM images are supported.
5547
5548 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5549 window by dragging a header-line at the top of the frame; that's
5550 confusing because the header-line doesn't move.
5551 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5552 of treating the event as a list. Some cleanup.
5553
55542000-10-06 Miles Bader <miles@gnu.org>
5555
5556 * simple.el (display-message-or-buffer): New function.
5557 (shell-command-on-region): Use `display-message-or-buffer'.
5558
5559 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5560 docstring parts.
5561
5562 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5563 (smbclient-prompt-regexp): Add usage note to doc string.
5564 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5565 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5566 Use add-hook for adding the comint filter function, and only do so
5567 if it's not already in the global hook list.
5568 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5569 to `make-local-variable'.
5570 (nslookup-font-lock-keywords): Remove prompt entry.
5571 (nslookup): Don't set the process-filter.
5572 (finger): Exit the loop correctly when the regexps list runs out.
5573 (ftp, smbclient, smbclient-list-shares):
5574 Set the real major mode immediately, not after execing.
5575 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5576
5577 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5578
55792000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5580
5581 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5582
5583 * which-func.el (which-func-format): Remove spurious space.
5584 (which-func-mode): Don't make it permanent-local.
5585 (which-func-ff-hook): Allow which-func-maxout to be nil.
5586 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5587 (which-func-mode): Simplify.
5588 Use post-command-idle-hook rather than post-command-hook.
5589 Go through all buffers and update their state.
5590 (which-function): Also try add-log-current-defun-function.
5591
5592 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5593 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5594 Update call to with-vc-properties accordingly.
5595 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5596 (vc-revert-buffer): More careful about window selection and deletion.
5597 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5598
5599 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5600 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5601 (cvs-dired-action): Change the default to quickdir.
5602
5603 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5604 if comment-indent-function returns nil.
5605 (comment-indent-default): New function.
5606 (comment-indent-function): Use it and document the new semantics.
5607
5608 * image-file.el: Docstring fixes.
5609
5610 * help.el (help-xref-on-pp): Use match-string.
5611 (describe-variable): New arg BUFFER.
5612 Store the current buffer in the help-xref-stack.
5613 (temp-buffer-resize-mode): Use define-minor-mode.
5614
5615 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5616 consistently with its docstring.
5617 Set jit-lock-first-unfontify-pos in an idempotent way.
5618 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5619
56202000-10-05 Alex Schroeder <alex@gnu.org>
5621
5622 * sql.el (sql-mysql-options): New variable.
5623 (sql-mysql): Use it.
5624
56252000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5626
5627 * image.el (image): New group.
5628
5629 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5630 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5631
56322000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5633
5634 * net/net-utils.el (nslookup-font-lock-keywords)
5635 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5636 Ignore the value of wqindow-system; always define keywords
5637
56382000-10-05 Kenichi Handa <handa@etl.go.jp>
5639
5640 * startup.el (fancy-splash-screens): Remove the code for
5641 debugging; `(trace-to-stderr "EXITTT\n")'.
5642
56432000-10-05 Miles Bader <miles@gnu.org>
5644
5645 * diff-mode.el (diff-goto-source): Update call to
5646 `diff-hunk-status-msg' to reflect new REV variable.
5647
56482000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5649
5650 * progmodes/icon.el (icon-mode):
5651 Don't gratuitously override the default for comment-column.
5652
5653 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5654
5655 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5656 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5657 (jit-lock-functions): New var.
5658 (jit-lock-function-1): Use it if non-nil.
5659 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5660 Set the `fontified' property before doing the fontification to avoid
5661 repeatedly going through the same error.
5662 Don't turn errors into messages.
5663 (jit-lock-register, jit-lock-unregister): New functions.
5664
5665 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5666 Use with-current-buffer.
5667
5668 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5669 Turn comment into docstring.
5670
5671 * apropos.el (apropos-mode): Use define-derived-mode.
5672
56732000-10-04 Gerd Moellmann <gerd@gnu.org>
5674
5675 * startup.el (fancy-splash-pending-command): New variable.
5676 (fancy-splash-pre-command): New function.
5677 (fancy-splash-screens): Rewritten.
5678 (command-line-1): If fancy-splash-pending-command is set, call it
5679 interactively.
5680
56812000-10-04 Dave Love <fx@gnu.org>
5682
5683 * toolbar/tool-bar.el (tool-bar-setup): New function.
5684 (tool-bar-mode): Use it.
5685
5686 * subr.el (substitute-key-definition): Doc fix.
5687 (play-sound-file): New command.
5688
56892000-10-04 Andre Spiegel <spiegel@gnu.org>
5690
5691 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5692 vc-version-backup-file-name): New functions.
5693
5694 * files.el (basic-save-buffer): Call vc-before-save before saving.
5695
5696 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5697 vc-cvs-stay-local-p.
5698
5699 * vc.el (vc-revert-buffer): Handle empty diff properly.
5700 (vc-version-backup-file): New function.
5701 (vc-checkout): Create a version backup if necessary.
5702 (vc-checkin): If a version backup file exists, delete it.
5703 (vc-version-diff): Diff locally using version backups, if available.
5704 (vc-revert-file): If there's a version backup, revert locally.
5705 (vc-transfer-file): Use version backup for base version, if
5706 available. If not, ask for confirmation whether to get it from the
5707 server. Update mode line before check-in.
5708
57092000-10-04 Dave Love <fx@gnu.org>
5710
5711 * toolbar/tool-bar.el (tool-bar-setup): New function.
5712 (tool-bar-mode): Use it.
5713
57142000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5715
5716 * net/net-utils.el (nslookup-font-lock-keywords)
5717 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5718 Only set if window-system is non-nil
5719 (net-utils-run-program): Returns buffer.
5720 (network-connection-reconnect): Added this function.
5721
5722 * generic.el:
5723 Incorporates extensive cleanup and docfixes by
5724 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5725 Uses cl compile-time macros.
5726 (generic-mode-name, generic-comment-list)
5727 (generic-keywords-list, generic-font-lock-expressions)
5728 (generic-mode-function-list, generic-mode-syntax-table):
5729 Removed variables.
5730 (generic-mode-alist): Renamed to generic-mode-list.
5731 (generic-find-file-regexp): Default changed to "^#".
5732 (generic-read-type): Uses completing read on generic-mode-list.
5733 (generic-mode-sanity-check): removed this function.
5734 (generic-add-to-auto-mode): Removed this function
5735 (generic-mode-internal): Bind mode-specific definitions
5736 into function instead of putting them in alist.
5737 (generic-mode-set-comments): Reworked extensively.
5738 (generic-mode-find-file-hook): Simplified regexp searching
5739 (generic-make-keywords-list): Omit extra pair of parens
5740
5741 * find-lisp.el (find-lisp-find-files-internal):
5742 Make sure directory name ends with "/".
5743
5744 * generic-x.el (apache-conf-generic-mode):
5745 Regexp now allows leading whitespace.
5746 (rc-generic-mode): Added eval-when-compile
5747 around generic-make-keywords-list.
5748 Deleted duplicate regexp
5749 (rul-generic-mode): Added eval-when-compile
5750 around generic-make-keywords-list.
5751 (etc-fstab-generic-mode): New generic mode.
5752 (rul-generic-mode): Removed one eval-when-compile
5753 which caused a max-specpdl-size exceeded error.
5754
57552000-10-04 Miles Bader <miles@gnu.org>
5756
5757 * simple.el (minibuffer-temporary-goal-position): New variable.
5758 (next-history-element): Try to keep the position of point in the
5759 input string constant.
5760
5761 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5762 (dired-do-create-files): If there's only one file, pass it in as
5763 the DEFAULT arg to dired-mark-read-file-name.
5764
57652000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5766
5767 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5768 (diff-goto-source): Be smarter when choosing REVERSE or not.
5769
5770 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5771 (texinfo-mode-menu): Add an explicit shortcut for update all.
5772
57732000-10-03 Andre Spiegel <spiegel@gnu.org>
5774
5775 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5776 factorize backend-specific code cleanly (this was essentially
5777 conceived by Stefan Monnier).
5778 (vc-unregister): Function removed.
5779 (vc-revert-file): New function.
5780 (vc-revert-buffer): Delegate some of the work to it.
5781
5782 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5783 default branch unconditionally.
5784 (vc-rcs-set-default-branch): New function.
5785 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5786 (vc-rcs-checkin): If an appropriate default branch has been set,
5787 force creation of that branch.
5788 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5789 code (as suggested by Stefan Monnier).
5790
57912000-10-02 Gerd Moellmann <gerd@gnu.org>
5792
5793 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5794 highlighting overlay with a different face over the overlay
5795 isearch uses to highlight the current match because that can lead
5796 to bad face combinations.
5797
5798 * loadup.el (toplevel): Load faces before isearch.
5799
5800 * isearch.el (isearch-faces): New custom group.
5801 (isearch): New defface; was already tested for in the code.
5802 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5803 (isearch-highlight): Always use face `isearch'.
5804
58052000-10-02 Dave Love <fx@gnu.org>
5806
5807 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5808 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5809 comparison of opcode with operand.
5810
58112000-10-03 Miles Bader <miles@gnu.org>
5812
5813 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5814 buffer, since the echo area will now grow to accommodate them.
5815
58162000-10-02 Andre Spiegel <spiegel@gnu.org>
5817
5818 * vc-hooks.el (vc-registered): If FILE used to be registered under
5819 a certain backend, try that one first.
5820
5821 * vc.el (vc-responsible-backend): Undo the previous change in the
5822 argument list. Handle multiple backends correctly.
5823 (vc-find-new-backend): Function removed.
5824 (vc-register): Use vc-responsible-backend, as before.
5825 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5826
58272000-10-02 Gerd Moellmann <gerd@gnu.org>
5828
5829 * startup.el (fancy-splash-head): Change message below the
5830 logo.
5831
58322000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5833
5834 * diff-mode.el (diff-goto-source): Emit a status message.
5835 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5836 (diff-test-hunk): Fix doc string.
5837 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5838 (diff-advance-after-apply-hunk): New variable.
5839 (diff-apply-hunk): Don't return a value.
5840
58412000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5842
5843 * vc.el (vc-editable-p): Minor optimization.
5844 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5845 (vc-find-new-backend): New function split from vc-responsible-backend.
5846 (vc-register): Use it.
5847 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5848 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5849 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5850 (vc-clear-headers): Don't use find-file.
5851 (vc-revert-buffer): Use `and' again (must have been a braino).
5852 (vc-switch-backend): Only prompt if requested.
5853 Short circuit if nothing is to be done.
5854 Don't use vc-resynch-buffer which could lose unsaved editing.
5855 (vc-default-receive-file): Update call to vc-unregister.
5856 (with-vc-file, vc-next-action-on-file):
5857 Use vc-backend rather than vc-registered.
5858 (vc-next-action-on-file): Use intern-soft.
5859 Deal with read-only *vc-diff* buffer.
5860 (vc-transfer-file): Docstring fix.
5861
5862 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5863 (vc-rcs-receive-file): Avoid with-vc-properties.
5864 Update call to vc-unregister.
5865 Use constant `RCS' rather than (dynamically bound) var `backend'.
5866
58672000-10-01 Andre Spiegel <spiegel@gnu.org>
5868
5869 * vc.el (vc-next-action-on-file): Update mode line only if file
5870 is visited.
5871 (vc-start-entry): New argument initial-contents. Don't visit the file
5872 if it isn't already visited. Brought documentation up-to-date.
5873 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5874 (vc-checkin): New optional arg initial-contents, which is passed to
5875 vc-start-entry.
5876 (vc-finish-logentry): Make sure to bury log buffer only if there
5877 really is one. Call `vc-resynch-buffer' on log-file, not
5878 buffer-file-name.
5879 (vc-default-comment-history, vc-default-wash-log): New functions.
5880 (vc-index-of): Removed.
5881 (vc-transfer-file): Make do without the above.
5882 (vc-default-receive-file): Call comment-history unconditionally. Pass
5883 the resulting string to vc-checkin, instead of inserting it into the
5884 comment ring.
5885
5886 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5887 unconditionally. Use the comments as initial contents of the log
5888 entry buffer. Document the trick to force branch creation with no
5889 changes.
5890
58912000-10-01 Miles Bader <miles@gnu.org>
5892
5893 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5894 `recenter' with an arg to prevent redrawing the display.
5895
58962000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5899
5900 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5901
5902 * progmodes/c-mode.el (c-mode):
5903 Don't gratuitously override the default for comment-column.
5904
5905 * textmodes/tex-mode.el (latex-metasection-list): New var.
5906 (latex-imenu-create-index): Use it.
5907 Move the regexp construction outside loops (and use push).
5908 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5909 (tex-font-lock-keywords): Moved from font-lock.el.
5910 (tex-comment-indent): Remove.
5911 (tex-common-initialization): Don't set comment-indent-function.
5912 (latex-block-default): New var.
5913 (tex-latex-block): Use it to provide a default choice.
5914 Add any unknown choice to latex-block-names.
5915 Insert [...] after {...}.
5916 (tex-last-unended-begin): Simplify regexp.
5917 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5918 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5919 (latex-mode): Set forward-sexp-function.
5920
5921 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5922 Add regexp for @ignore ... @end ignore.
5923 (texinfo-heading-face): New face.
5924 (texinfo-font-lock-keywords): Use it.
5925 (texinfo-mode-menu): New menu.
5926 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5927 New functions.
5928 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5929 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5930 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5931 Remove declaration.
5932 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5933
5934 * delsel.el (delete-selection-mode): Use define-minor-mode.
5935
5936 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5937
59382000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5939
5940 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5941
59422000-09-30 Gerd Moellmann <gerd@gnu.org>
5943
5944 * replace.el (keep-lines-read-args): New function.
5945 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5946 read arguments interactively. Add parameters RSTART and REND.
5947 Operate on the active region in Transient Mark mode.
5948
5949 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5950
5951 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5952 (authors-obsolete-files-regexps): New variable.
5953 (authors-add): Don't record changes in obsolete files.
5954
59552000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5956
5957 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5958
5959 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5960 (comment-indent): Make sure there's a space between code and comment.
5961 Shift comments left to avoid going past fill-column.
5962
59632000-09-29 Gerd Moellmann <gerd@gnu.org>
5964
5965 * startup.el (startup-echo-area-message): New function.
5966 (display-startup-echo-area-message): Use it.
5967 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5968 (fancy-splash-default-action): New function.
5969 (fancy-splash-screens-1): New function.
5970 (fancy-splash-head): Put a help-echo and a keymap under the image.
5971
59722000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5973
5974 * diff-mode.el (diff-add-log-file-name): Remove.
5975 (diff-mode): Use add-log-buffer-file-name-function.
5976
5977 * add-log.el (find-change-log): New arg BUFFER-FILE.
5978 (add-log-file-name): Obey add-log-file-name-function.
5979 (add-log-buffer-file-name-function): New var.
5980 (add-change-log-entry): Use it.
5981
59822000-09-29 Miles Bader <miles@gnu.org>
5983
5984 * image-file.el (image-file-name-extensions): New variable.
5985 (image-file-name-regexps): Renamed from `image-file-regexps'.
5986 New default value is nil. Call `auto-image-file-mode'.
5987 (image-file-name-regexp): New function.
5988 (auto-image-file-mode): New minor mode.
5989 (insert-image-file): Don't make conditional on the image-file
5990 handler being enabled.
5991 (image-file-handler): Make the call here conditional instead.
5992 (set-image-file-handler-enabled, enable-image-file-handler)
5993 (disable-image-file-handler): Functions removed.
5994
5995 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5996 string.
5997
59982000-09-29 Gerd Moellmann <gerd@gnu.org>
5999
6000 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6001 it's a function from CL.
6002 (latex-imenu-create-index): Replace eval-when-compile with progn
6003 because latex-section-alist is not bound while compiling.
6004
60052000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6006
6007 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6008 (outline-mode): Use define-derived-mode.
6009
6010 * progmodes/perl-mode.el (perl-mode):
6011 * progmodes/awk-mode.el (awk-mode):
6012 * progmodes/asm-mode.el (asm-mode):
6013 Don't gratuitously override the default for comment-column.
6014
6015 * emacs-lisp/lisp.el (lisp-complete-symbol):
6016 Distinguish the let-binding case from the funcall case.
6017 (forward-sexp-function): New variable.
6018 (forward-sexp): Use it.
6019
6020 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6021 (easy-mmode-defmap): Remove the now useless autoload.
6022
6023 * time.el (display-time-mode): Use define-minor-mode.
6024
6025 * subr.el (add-minor-mode): Don't eval NAME.
6026 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6027 Use if rather than cond.
6028
6029 * simple.el (read-expression-map): Define more properly.
6030 (comment-indent-hook): Remove.
6031 (string-to-syntax): Bug fix.
6032
6033 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6034 (cvs-ediff-diff): Fix typo.
6035 (cvs-revert-if-needed): Don't bother preserving read-only.
6036
6037 * paren.el (show-paren-mode): Use define-minor-mode.
6038
6039 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6040 (toggle-auto-compression): Remove.
6041 (jka-compr-build-file-regexp): Remove useless grouping.
6042
6043 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6044 Avoid user-reserved bindings.
6045 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6046 (diff-header-face): Revert to grey85.
6047
6048 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6049
6050 * complete.el (partial-completion-mode) <defcustom>: Remove.
6051 (partial-completion-mode): Use define-minor-mode.
6052 (PC-do-completion): Understand `completion-auto-help = delay'
6053 to mean to popup the completion buffer only the second time.
6054 (PC-include-file-all-completions, PC-include-file-all-completions)
6055 (PC-include-file-all-completions): Don't quote lambda.
6056
6057 * comint.el (comint-mode-hook): Docstring fix.
6058 (comint-mode): Use define-derived-mode.
6059 (comint-mode-map): Remove obsolete comment.
6060 (make-comint): Minor stylistic change.
6061 (comint-insert-clicked-input): Be more careful to find the overlay.
6062 Use this-command-keys rather than hardcoding mouse-2.
6063
6064 * font-lock.el: Replace confusing (,@ with ,
6065 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6066 Don't use regexp-opt-depth. Spice up the regexp for args.
6067 Don't distinguish between cmds that can take an opt arg or not.
6068 Use `append' and `prepend' rather than `keep'.
6069
6070 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6071 (latex-outline-regexp): New var.
6072 (latex-outline-level): New fun.
6073 (latex-section-alist): New var.
6074 (latex-imenu-create-index): Use it. Use `push' as well.
6075 (tex-shell-map): Initialize it properly.
6076 (tex-mode): Minor stylistic change.
6077 (plain-tex-mode): Use define-derived-mode.
6078 (latex-mode): Use define-derived-mode.
6079 Construct the paragraph regexps in a more readable way.
6080 Set the buffer-local outline-{level,regexp} vars.
6081 (slitex-mode): Derive from latex-mode.
6082 (tex-common-initialization): Don't kill-all-vars anymore.
6083 Add setting for comment-add and font-lock-defaults.
6084 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6085 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6086 (tex-start-tex): New arg DIR (and send a chdir command for it).
6087 Also display the shell buffer and save it in tex-last-buffer-texed.
6088 (tex-region): Use expand-file-name rather than concat.
6089 Remove code made useless by changes in tex-start-tex.
6090 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6091
6092 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6093
60942000-09-28 Dave Love <fx@gnu.org>
6095
6096 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6097
60982000-09-28 Gerd Moellmann <gerd@gnu.org>
6099
6100 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6101 `append'.
6102
61032000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6104
6105 * info.el (Info-extract-pointer): Undo last change.
6106 Instead, fix the position of the `bound' arg to re-search-backward.
6107
61082000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6109
6110 * info.el (Info-extract-pointer):
6111 Widen more carefully, to avoid finding pointers in other nodes.
6112 (Info-index): Use push.
6113
61142000-09-27 Gerd Moellmann <gerd@gnu.org>
6115
6116 * frame.el (set-frame-font): Remove call to obsolete function
6117 frame-update-faces.
6118 (set-foreground-color, set-background-color): Likewise for
6119 frame-update-face-colors.
6120
61212000-09-27 Miles Bader <miles@gnu.org>
6122
6123 * image-file.el: New file.
6124
61252000-09-27 Gerd Moellmann <gerd@gnu.org>
6126
6127 * frame.el (frame-notice-user-settings): Don't call
6128 frame-update-faces, which is a no-op now.
6129
6130 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6131 tool-bar-lines.
6132
61332000-09-27 Dave Love <fx@gnu.org>
6134
6135 * mouse.el: Fix last change.
6136
61372000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6138
6139 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6140
61412000-09-22 Kenichi Handa <handa@etl.go.jp>
6142
6143 * international/quail.el (quail-help): The output message is
6144 improved.
6145
61462000-09-26 Dave Love <fx@gnu.org>
6147
6148 * mouse.el (popup-menu): If POSITION is nil, set it using
6149 mouse-position.
6150
61512000-09-25 Sam Steingold <sds@gnu.org>
6152
6153 * net/browse-url.el (browse-url-file-url): Check for null maps.
6154
61552000-09-26 Gerd Moellmann <gerd@gnu.org>
6156
6157 * frame.el (frame-notice-user-settings): Don't add a
6158 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6159
6160 * frame.el (frame-notice-user-settings):
6161 Make tool-bar-mode and default-frame-alist consistent.
6162
6163 * toolbar/tool-bar.el (tool-bar-help): New function.
6164
61652000-09-25 Gerd Moellmann <gerd@gnu.org>
6166
6167 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6168 current-load-list in top-level forms. Else this leaks a cons cell
6169 every time a defun is called.
6170
6171 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6172
61732000-09-25 Dave Love <fx@gnu.org>
6174
6175 * startup.el (fancy-splash-head): Check XPM is available.
6176
6177 * autoinsert.el (auto-insert): Doc fix.
6178 (auto-insert-alist): Following GNU notices, don't say `copyright
6179 _by_'. Use line-beginning-position.
6180 (auto-insert): Check buffer-file-name is non-nil before use.
6181
61822000-09-25 Gerd Moellmann <gerd@gnu.org>
6183
6184 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6185 starting with `@def' or `@multitable', in addition to ones
6186 specified by the user in auto-fill-inhibit-regexp.
6187
61882000-09-25 Markus Rost <rost@math.ohio-state.edu>
6189
6190 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6191 rmail-dont-reply-to-names matches the empty string.
6192
61932000-09-25 Gerd Moellmann <gerd@gnu.org>
6194
6195 * startup.el (command-line-1, fancy-splash-text): Change the
6196 text to sound more friendly.
6197
61982000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6199
6200 * progmodes/hideshow.el: Update author email address.
6201 Generally, sync w/ maintainer version 5.22.
6202 (hs-hide-all-non-comment-function): New var.
6203 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6204 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6205 (hs-show-region): Delete this command.
6206 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6207
62082000-09-22 Dave Love <fx@gnu.org>
6209
6210 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6211 (hl-line-highlight): Specify buffer when moving overlay.
6212
6213 * progmodes/fortran.el (fortran-mode): Locally set
6214 normal-auto-fill-function.
6215 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6216 (fortran-mode-map): Adjust auto-fill menu entry.
6217
62182000-09-22 Gerd Moellmann <gerd@gnu.org>
6219
6220 * vc-rcs.el (toplevel): Require `vc' when compiling.
6221
6222 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6223
62242000-09-22 Andre Spiegel <spiegel@gnu.org>
6225
6226 * vc.el (vc-switch-backend): Signal an error if the file is not
6227 registered under the new backend.
6228
6229 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6230 without explicit revision number.
6231
62322000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6233
6234 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6235 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6236 (diff-xor): New function.
6237 (diff-find-source-location): Use it. Fix a stupid name clash.
6238 (diff-hunk-status-msg): New function.
6239 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6240 (diff-test-hunk): Use diff-find-source-location.
6241 (diff-goto-source): Favor the `reverse'.
6242 (diff-hunk-text): Properly handle one-sided context diffs.
6243 (diff-apply-hunk): When done, advance to the next hunk.
6244
62452000-09-21 Gerd Moellmann <gerd@gnu.org>
6246
6247 * startup.el (command-line): If frame was created with a non-zero
6248 tool-bar-lines parameter, switch tool-bar-mode on.
6249
6250 * add-log.el (change-log-date-face, change-log-name-face)
6251 (change-log-email-face, change-log-file-face)
6252 (change-log-list-face, change-log-conditionals-face)
6253 (change-log-function-face, change-log-acknowledgement-face):
6254 New faces, inheriting from font-lock faces.
6255 (change-log-font-lock-keywords): Use them.
6256
62572000-09-21 Dave Love <fx@gnu.org>
6258
6259 * progmodes/cperl-mode.el (top-level): Clean up
6260 `eval-when-compile's and assorted defvars.
6261 (cperl-invalid-face): Don't double-quote value. Change custom
6262 type.
6263 (cperl-mode): Set normal-auto-fill-function and don't zap
6264 auto-fill-function.
6265 (cperl-imenu--function-name-regexp-perl): Renamed from
6266 imenu-example--function-name-regexp-perl.
6267 (cperl-imenu--create-perl-index): Renamed from
6268 imenu-example--create-perl-index.
6269 (cperl-xsub-scan): Don't require cl.
6270
6271 * msb.el (msb-mode-map): Use substitute-key-definition.
6272 (msb-mode): Use msb-mode-map.
6273
62742000-09-21 Andre Spiegel <spiegel@gnu.org>
6275
6276 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6277 New functions.
6278 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6279 (vc-switch-backend): New function.
6280 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6281 (vc-register): Fix prompt.
6282 (vc-unregister, vc-default-unregister): New functions.
6283 (vc-version-diff): Handle empty buffer in sentinel.
6284
6285 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6286 (vc-rcs-state-heuristic): Use it to guess the state of files with
6287 non-strict locking.
6288 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6289 been set with -b, but not created yet.
6290 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6291 contents in order to find the state.
6292 (vc-rcs-checkin): Allow creation of branches with no changes.
6293 (vc-rcs-unregister, vc-rcs-receive-file)
6294 (vc-rcs-set-non-strict-locking): New functions.
6295
6296 * vc-hooks.el (vc-name): Force correct computation of the value
6297 in case it is missing.
6298
62992000-09-21 Gerd Moellmann <gerd@gnu.org>
6300
6301 * startup.el (fancy-splash-tail): Use a different foreground
6302 color on a dark frame background.
6303
63042000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6305
6306 * info.el: Use the correct capitalization when making Info-mode
6307 and Info-edit-mode `special' modes.
6308
63092000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6310
6311 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6312 (diff-mode): Add support for add-log.el.
6313 (diff-hunk-text): Use char offsets rather than line offsets.
6314 (diff-find-source-location): Replace LINE with line-offset (nil
6315 if not found) and always set POS to a meaningful position.
6316 Adapt to the new char-offsets.
6317 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6318 Adapt to the new diff-find-source-location.
6319 (diff-goto-source): Adapt to the new diff-find-source-location.
6320
6321 * add-log.el (add-log-file-name): New function (split out of
6322 add-change-log-entry).
6323 (add-change-log-entry): Use it.
6324 Call add-log-file-name-function with the changelog file name if
6325 the current buffer is not associated with any file.
6326 Avoid find-file if the selected window is dedicated.
6327
6328 * diff-mode.el (diff-find-source-location):
6329 Move code from diff-apply-hunk. Return buffer rather than file.
6330 (diff-apply-hunk): Use the new result from diff-find-source-location.
6331 (diff-goto-source): Use the new diff-find-source-location.
6332
63332000-09-20 Dave Love <fx@gnu.org>
6334
6335 * iswitchb.el: Some doc fixes.
6336 (iswitchb-mode-map): Define completely initially. Inherit
6337 minibuffer-local-map.
6338 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6339 fundamental-mode.
6340 (iswitchb-global-map): New variable.
6341 (iswitchb-summaries-to-end): Amalgamate regexps.
6342 (iswitchb-mode): New.
6343 (iswitchb-mode-hook): New variable.
6344 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6345 `extensions'.
6346
63472000-09-20 Gerd Moellmann <gerd@gnu.org>
6348
6349 * ehelp.el (electric-help): New defgroup.
6350 (electric-help-shrink-window): New user-option.
6351 (with-electric-help): Use it.
6352
6353 * window.el (shrink-window-if-larger-than-buffer): If face
6354 `mode-line' has a :box, and we're on a graphical frame, add 1
6355 to the needed window height.
6356
6357 * frame.el (frame-notice-user-settings): Add a last parameter nil
6358 to a call to `append', because the last list passed to `append' is
6359 not copied, and so subsequent calls to assq-delete-all will modify
6360 default-frame-alist.
6361
6362 * startup.el (fancy-splash-image): Change :type.
6363 (fancy-splash-head): Use an XBM image if appropriate.
6364 (command-line-1): Show splash screens in more cases.
6365
6366 * startup.el (fancy-splash-text): Don't quote faces.
6367
6368 * dired.el (dired-font-lock-keywords): Undo last change.
6369 (dired-readin): Bind indent-tabs-mode to nil.
6370
6371 * startup.el (fancy-splash-head): If frame's background mode
6372 is `dark', change the black background of the image to gray.
6373 (fancy-splash-screens): Display startup echo area message.
6374 (display-startup-echo-area-message): New function.
6375
63762000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6377
6378 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6379
6380 * info.el (info-header-node): Tweak for color ttys.
6381
6382 * faces.el (face-valid-attribute-values): Make sure directories we
6383 search for stipples both exist and are readable before trying to
6384 search them.
6385
6386 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6387 in the dry-run case.
6388
6389 * jka-compr.el (with-auto-compression-mode): New macro.
6390
6391 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6392 (custom-group-tag-face, custom-variable-tag-face): Use relative
6393 :height and inherit from `variable-pitch' face instead of
6394 hardwiring :family.
6395 * hi-lock.el (hi-black-hb): Likewise.
6396
6397 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6398 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6399 toolbar-add-item, if image doesn't have a mask add a `:mask
6400 heuristic'.
6401
64022000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6403
6404 * diff-mode.el: Docstring fixes.
6405 (diff-header-face, diff-comment-face): New faces.
6406 (diff-font-lock-keywords): Highlight a bit differently.
6407 (diff-find-source-location): Don't return SPAN any more.
6408 (diff-hunk-text): Don't bother erasing the temp buffer.
6409 (diff-find-text): Drop argument LINE.
6410 (diff-apply-hunk): Update calls to diff-find-text.
6411 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6412
6413 * calendar/calendar.el: Docstring fixes.
6414 (calendar-make-alist): Don't quote lambda.
6415 (calendar-star-date): Use make-local-variable.
6416
64172000-09-19 Dave Love <fx@gnu.org>
6418
6419 * toolbar/tool-bar.el: Renamed from toolbar.el.
6420 Change `toolbar' to `tool-bar' generally in symbols.
6421 Make some items invisible in `special' major modes.
6422 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6423 Add arg PROPS.
6424
6425 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6426 Add :version here.
6427 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6428
64292000-09-19 Gerd Moellmann <gerd@gnu.org>
6430
6431 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6432
6433 * files.el (find-file-suppress-same-file-warnings): New user-option.
6434 (find-file-noselect): Use it.
6435
6436 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6437 (fancy-splash-screen): Defgroup.
6438
6439 * add-log.el (change-log-font-lock-keywords): Match names
6440 more exactly for the case that font-lock-constant-face is
6441 underlined.
6442
64432000-09-19 Richard M. Stallman <rms@gnu.org>
6444
6445 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6446
64472000-09-19 Andre Spiegel <spiegel@gnu.org>
6448
6449 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6450
64512000-09-19 Gerd Moellmann <gerd@gnu.org>
6452
6453 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6454 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6455 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6456 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6457 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6458 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6459 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6460 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6461 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6462 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6463 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6464 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6465
6466 * startup.el (fancy-splash-text): New variable.
6467 (fancy-splash-delay, fancy-splash-image): New user-options.
6468 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6469 (fancy-splash-screens): New functions.
6470 (command-line-1): If display has a `display' frame parameter, has
6471 colors, and we have XPM support, show more fancy splash screens.
6472
64732000-09-19 Dave Love <fx@gnu.org>
6474
6475 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6476 with null `help'. Use modern backquote syntax.
6477
64782000-09-19 Gerd Moellmann <gerd@gnu.org>
6479
6480 * font-lock.el (font-lock-mode): Change message telling the user
6481 that ``the buffer is too big''.
6482
6483 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6484 for instance for the case that tab-width is 2.
6485
64862000-09-18 Gerd Moellmann <gerd@gnu.org>
6487
6488 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6489 toolbar-add-item, if image doesn't have a mask add a `:mask
6490 heuristic'.
6491
64922000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6493
6494 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6495 and return a cons if it's non-nil.
6496 (diff-apply-hunk): Try to jump to the line in the source text
6497 corresponding to the position of point in the in the hunk.
6498
6499 * info.el (Info-title-3-face, Info-title-2-face)
6500 (Info-title-1-face): Use face inheritance and relative sizes
6501 instead of hard-wiring things.
6502
6503 * faces.el (secondary-selection): Make dark-background variant sane.
6504
65052000-09-16 Andrew Innes <andrewi@gnu.org>
6506
6507 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6508 read-only, since they aren't under VC now.
6509
65102000-09-17 Dave Love <fx@gnu.org>
6511
6512 * tmm.el: Replace mapcar with mapc in several places.
6513
6514 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6515 ad-unadvise.
6516
6517 * international/latin1-disp.el: New file.
6518
6519 * calendar/cal-move.el (scroll-calendar-left)
6520 (scroll-calendar-right): Make arg optional (for active mode line).
6521
6522 * calendar/calendar.el (calendar-mode-line-format): Make fields
6523 mouse-sensitive.
6524 (calendar-read-date, calendar-read-date, calendar-window-list):
6525 Unquote lambda.
6526 (calendar-month-name): Use aref, not sref.
6527
6528 * view.el (minor-mode-alist): Propertize the string.
6529
6530 * international/characters.el (standard-case-table): Add entries
6531 for Greek.
6532
65332000-09-18 Miles Bader <miles@gnu.org>
6534
6535 * info.el (info-node, info-xref): Add dark-background variants.
6536
6537 * faces.el (header-line): Change defaults to be less confusing
6538 when mixed with mode-lines.
6539
6540 * info.el (Info-fontify-node): Make a few cleanups.
6541 Add extra `help-echo' and `local-map' props to node xrefs.
6542 Use header-specific faces for node-names & xrefs.
6543 (Info-use-header-line): New variable.
6544 (info-header-xref, info-header-node): New faces.
6545 (Info-setup-header-line): New function.
6546 (Info-select-node): Call Info-setup-header-line when enabled.
6547 (Info-extract-pointer): Work even if the header line is hidden.
6548 (Info-header-line): New variable.
6549
65502000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6551
6552 * vms-patch.el (print-region-function): Don't quote lambda.
6553
6554 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6555
6556 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6557 (lm-get-header-re): Allow spaces between the header and the colon.
6558 (lm-header): Allow $ in non-RCS headers.
6559 (lm-header-multiline): Put the strings back into order.
6560 Stop at an empty line. Don't require two space chars if the
6561 line is clearly not another header line.
6562
6563 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6564 (popup-menu-popup): Remove.
6565
65662000-09-15 Gerd Moellmann <gerd@gnu.org>
6567
6568 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6569 specification if or if not tool-bar item contains an `:enabled'
6570 property.
6571
6572 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6573 current buffer has no file name.
6574
65752000-09-15 Dave Love <fx@gnu.org>
6576
6577 * strokes.el: Sync with maintainer's current version with changes
6578 for Emacs, but avoid runtime cl and levents.
6579 (toplevel): Change autoloads and compilation requires.
6580 (strokes-version, strokes-bug-address, strokes-lift): Values
6581 changed.
6582 (strokes-xpm-header, strokes-insinuated): New variable.
6583 (strokes): Add :link.
6584 (strokes-mode): Customized.
6585 (strokes-while-inhibiting-garbage-collector): New macro.
6586 (strokes-remassoc): Avoid remove-if.
6587 (strokes-fix-button2-command): Don't use ad-do-it.
6588 (strokes-insinuate): New function.
6589 (strokes-button-press-event-p, strokes-button-release-event-p):
6590 New functions, used instead of non-`strokes-' versions..
6591 (strokes-mouse-event-p): Rewritten.
6592 (strokes-event-closest-point): Avoid event-point.
6593 (strokes-get-grid-position): Avoid cdadr, caadr
6594 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6595 functions.
6596 (strokes-help): Use with-output-to-temp-buffer.
6597 (strokes-window-configuration-changed-p): New function.
6598 (strokes-update-window-configuration): Use buffer-live-p,
6599 strokes-window-configuration-changed-p.
6600 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6601 (strokes-char-face): New face.
6602 (strokes-char-table, strokes-base64-chars): New variable.
6603 (strokes-xpm-for-stroke, strokes-list-strokes)
6604 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6605 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6606 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6607 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6608 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6609 functions.
6610
66112000-09-15 Gerd Moellmann <gerd@gnu.org>
6612
6613 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6614
6615 * image.el (create-image): Doc fix.
6616
6617 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6618 instead of `:heuristic-mask t'.
6619
66202000-09-14 Andrew Innes <andrewi@gnu.org>
6621
6622 * makefile.w32-in: Revert to Unix line endings.
6623
66242000-09-14 Andrew Innes <andrewi@gnu.org>
6625
6626 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6627 when installing.
6628
6629 * makefile.nt (DONTCOMPILE): Fix typo.
6630
6631 * shell.el (shell-write-history-on-exit): New function.
6632 (shell-dumb-shell-regexp): New custom variable.
6633 (shell-mode): Make shell-write-history-on-exit the process
6634 sentinel if shell name matches shell-dumb-shell-regexp.
6635
6636 * w32-fns.el: Comment out before-init-hook function which resets
6637 source-directory based; this breaks bootstrap.
6638
66392000-09-14 Dave Love <fx@gnu.org>
6640
6641 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6642 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6643 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6644 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6645 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6646 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6647 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6648 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6649 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6650
6651 * toolbar/toolbar.el: New.
6652
6653 * subdirs.el: Add toolbar.
6654
66552000-09-14 Gerd Moellmann <gerd@gnu.org>
6656
6657 * indent.el (indent-for-tab-command): Doc fix.
6658
66592000-09-14 Alex Schroeder <alex@gnu.org>
6660
6661 * ansi-color.el (ansi-colors): Doc change.
6662 (ansi-color-get-face): Simplified regexp.
6663 (ansi-color-faces-vector): Added more faces, doc change.
6664 (ansi-color-names-vector): Doc change.
6665 (ansi-color-regexp): Simplified regexp.
6666 (ansi-color-parameter-regexp): New regexp.
6667 (ansi-color-filter-apply): Doc change.
6668 (ansi-color-filter-region): Doc change.
6669 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6670 deal with zero length parameters.
6671 (ansi-color-apply-on-region): Doc change.
6672 (ansi-color-map): Doc change.
6673 (ansi-color-map-update): Removed debugging message.
6674 (ansi-color-get-face-1): Added condition-case to trap
6675 args-out-of-range errors.
6676 (ansi-color-get-face): Doc change.
6677 (ansi-color-make-face): Removed.
6678 (ansi-color-for-shell-mode): New option.
6679
66802000-09-13 Kenichi Handa <handa@etl.go.jp>
6681
6682 * international/quail.el (quail-start-translation): Translate KEY
6683 if necessary even if it doesn't have any mapping in the current
6684 input method.
6685 (quail-start-conversion): Likewise.
6686 (quail-help): The output message is improved.
6687
66882000-09-13 Miles Bader <miles@gnu.org>
6689
6690 * comint.el (comint-output-filter): Revert to using
6691 `insert-before-markers'. Add bletcherous hack to undo damage
6692 caused by `insert-before-markers'. Put `front-sticky' property on
6693 overlays created here so that the field code understands how the
6694 overlay works. Use a let when making comint-last-prompt-overlay,
6695 so that the code is easier to read.
6696
66972000-09-13 Dave Love <fx@gnu.org>
6698
6699 * wid-edit.el (widget-default-format-handler): DTRT when
6700 doc-property is a function.
6701
67022000-09-12 Francesco Potorti` <pot@gnu.org>
6703
6704 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6705 filed name if it's not there.
6706
67072000-09-12 Dave Love <fx@gnu.org>
6708
6709 * simple.el (read-mail-command): Doc fix.
6710 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6711
6712 * vc.el (vc-dired-listing-switches): Fix :version.
6713
6714 * vc-hooks.el: Doc fixes.
6715
6716 * subr.el (add-minor-mode): Use toggle-fun arg.
6717
6718 * speedbar.el: Add :version to several defcustoms.
6719
6720 * imenu.el (imenu--truncate-items, imenu--cleanup)
6721 (imenu--generic-function): Avoid mapcar.
6722 (imenu--replace-spaces): Function removed.
6723 (imenu--completion-buffer): Use subst-char-in-string.
6724 (imenu-add-to-menubar): Use keymap inheritance.
6725
67262000-09-12 Miles Bader <miles@gnu.org>
6727
6728 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6729 (diff-mode-map): Bind `diff-test-hunk'.
6730 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6731
67322000-09-11 Gerd Moellmann <gerd@gnu.org>
6733
6734 * bytecomp.el (byte-compile-defvar): Undo last change
6735 because it breaks '(make-variable-buffer-local (defvar ...)'
6736 which is used at least in dired.
6737
67382000-09-12 Kenichi Handa <handa@etl.go.jp>
6739
6740 * international/quail.el (quail-define-package): Docstring
6741 modified.
6742
67432000-09-12 Kenichi Handa <handa@etl.go.jp>
6744
6745 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6746 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6747 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6748 docstring of "chinese-py".
6749
6750 * international/quail.el (quail-translation-docstring): New
6751 variable.
6752 (quail-show-keyboard-layout): Docstring modified.
6753 (quail-select-current): Likewise.
6754 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6755 infinite recursive call.
6756 (quail-help): Check quail-translation-docstring. Format of the
6757 output changed.
6758 (quail-help-insert-keymap-description): Adjusted for the above
6759 change.
6760
67612000-09-11 Gerd Moellmann <gerd@gnu.org>
6762
6763 * bytecomp.el (byte-compile-defvar): Only cons onto
6764 current-load-list in top-level forms. Else this leaks a cons cell
6765 every time a defun is called.
6766
67672000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6768
6769 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6770 Now understands non-unified diffs. Some functionality moved into
6771 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6772 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6773 modify anything. Only reposition point in the patched file if the
6774 patch succeeds. Only pop up another window if POPUP is true.
6775 Emit a message describing what happened if successful, and at what
6776 line-offset. Automatically detect reversed hunks and do something
6777 appropriate.
6778 (diff-hunk-text, diff-find-text): New functions.
6779 (diff-filter-lines): Function removed.
6780 (diff-test-hunk): New function.
6781 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6782
67832000-09-10 Dave Love <fx@gnu.org>
6784
6785 * textmodes/tildify.el: Minor doc/commentary fixes.
6786 (tildify) <defgroup>: Add :version.
6787
6788 * faces.el (face-x-resources): Make custom type more specific.
6789 (frame-background-mode): Use mapc.
6790 (region) <defcustom>: Add :version.
6791
67922000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6793
6794 * vc-sccs.el (vc-sccs-register):
6795 * vc-rcs.el (vc-rcs-register):
6796 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6797 * vc.el (vc-register): Clear file's properties.
6798
67992000-09-08 Gerd Moellmann <gerd@gnu.org>
6800
6801 * faces.el (face-spec-set): Only face-spec-reset-face when
6802 ATTRS is non-nil.
6803
68042000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6805
6806 * help.el (help-insert-xref-button): Fix a typo in doc string.
6807
68082000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6809
6810 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6811 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6812 methods.
6813
6814 * menu-bar.el (read-mail-item-name): New function.
6815 (menu-bar-tools-menu): Use it to compute and display the package
6816 used to read email.
6817 (menu-bar-tools-menu): Fix typo in GUD's help string.
6818
68192000-09-07 Dave Love <fx@gnu.org>
6820
6821 * diff-mode.el (diff-mouse-goto-source): New function.
6822
6823 * vc-sccs.el: Doc fixes.
6824 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6825
6826 * vc-rcs.el: Doc fixes.
6827 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6828 (vc-rcs-checkout-switches, vc-rcs-header)
6829 (vc-rcs-master-templates): Add or change :version.
6830
6831 * vc-cvs.el: Doc fixes.
6832 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6833 (vc-cvs-stay-local): Add :version.
6834
6835 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6836
68372000-09-07 Kenichi Handa <handa@etl.go.jp>
6838
6839 * international/quail.el (quail-help): Fix previous change.
6840
68412000-09-07 Gerd Moellmann <gerd@gnu.org>
6842
6843 * faces.el (color-values): Doc fix.
6844
6845 * faces.el (frame-set-background-mode): Use frame-parameter
6846 instead of frame-parameters.
6847
6848 * frame.el (filtered-frame-list): Reduce consing.
6849 (frames-on-display-list): Call frame-parameter instead of
6850 frame-parameters.
6851
68522000-09-07 Kenichi Handa <handa@etl.go.jp>
6853
6854 * language/devan-util.el (devanagari-to-indian-region): In the
6855 loop, change the following char, not preceding char.
6856
68572000-09-07 Gerd Moellmann <gerd@gnu.org>
6858
6859 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6860 instead of frame-parameters.
6861
6862 * faces.el (set-face-attribute): Simplify by calling
6863 internal-set-lisp-face-attribute with FRAME being 0.
6864
6865 * vc.el: Remove `Id' version control keyword.
6866
68672000-09-07 Kenichi Handa <handa@etl.go.jp>
6868
6869 * help.el (help-make-xrefs): Adjusted for the change of
6870 help-xref-mule-regexp.
6871 (help-insert-xref-button): New function.
6872
6873 * international/mule-cmds.el (help-xref-mule-regexp-template):
6874 Include the pattern for character set.
6875 (leim): New group.
6876
6877 * international/quail.el: Don't require face.
6878 (quail): New group.
6879 (quail-other-command): Dummy command to make quail-help work better.
6880 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6881 (quail-keyboard-layout-substitution): New variable.
6882 (quail-update-keyboard-layout): New function.
6883 (quail-keyboard-layout-type): New customizable variable.
6884 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6885 (quail-keyboard-translate): Pay attention to
6886 quail-keyboard-layout-substitution.
6887 (quail-insert-kbd-layout): New function.
6888 (quail-show-keyboard-layout): New function.
6889 (quail-get-translation): If the definition is a vector of length
6890 1, and the element is a string of length 1, return the character
6891 in that string.
6892 (quail-update-current-translations): Fix the case of
6893 relative-index out of range.
6894 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6895 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6896 Show key sequences for all available characters.
6897 (quail-help-insert-keymap-description): Don't show such verbose
6898 key bindings as quail-self-insert-command.
6899
6900 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6901 Format changed, and each element now have extra documentations.
6902 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6903 Adjusted for the change of quail-cxterm-package-ext-info.
6904
69052000-09-06 Gerd Moellmann <gerd@gnu.org>
6906
6907 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6908 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6909 during bootstrap.
6910
69112000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6912
6913 * vc.el: (toplevel): Don't require `dired' at run-time.
6914 (vc-dired-resynch-file): Remove autoload cookie.
6915
69162000-09-05 Andre Spiegel <spiegel@gnu.org>
6917
6918 * vc.el: Made several backend functions optional.
6919 (vc-default-responsible-p): New function.
6920 (vc-merge): Use RET for first version to trigger merge-news, not
6921 prefix arg.
6922 (vc-annotate): Handle backends that do not support annotation.
6923 (vc-default-merge-news): Removed. The existence of a merge-news
6924 implementation is now checked on caller sites.
6925
6926 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6927 case.
6928
6929 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6930 special case that has been removed from the default in vc-hooks.el.
6931
69322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6933
6934 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6935
69362000-09-05 Andre Spiegel <spiegel@gnu.org>
6937
6938 * vc-hooks.el: Require vc during compilation.
6939 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6940 macro `with-vc-properties' in vc.el.
6941 (vc-file-getprop): Doc fix.
6942 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6943
6944 * vc.el: Require dired-aux during compilation.
6945 (vc-name-assoc-file): Moved to vc-sccs.el.
6946 (with-vc-properties): New macro.
6947 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6948 vc-finish-steal): Use it.
6949 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6950 to the backend-specific function is now supposed to do the checkout,
6951 too.
6952 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6953
6954 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6955 set file properties; that gets done in the generic code now.
6956
6957 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6958 Changed parameter list, added code from vc.el that does the
6959 checkout, possibly with a double-take.
6960
6961 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6962 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6963 the above under the new name.
6964 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6965 parameter list, added checkout command.
6966 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6967 properties; that gets done in the generic code now.
6968
69692000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * vc.el: Docstring fixes (courtesy of checkdoc).
6972
69732000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6974
6975 * vc.el (vc-checkout-writable-buffer-hook)
6976 (vc-checkout-writable-buffer): Remove.
6977 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6978 (vc-log-mode): Make it into a clean derived major mode.
6979 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6980 vc-log-mode if log-edit is not available.
6981 (vc-dired-mode-map): Don't set-keymap-parent yet.
6982 (vc-dired-mode): Do set-keymap-parent here.
6983 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6984
69852000-09-05 Gerd Moellmann <gerd@gnu.org>
6986
6987 * faces.el (set-face-attribute, face-spec-reset-face)
6988 (face-spec-set): Avoid consing by removing calls to `apply'.
6989
6990 * frame.el (frame-parameter): Move to C code.
6991
69922000-09-05 Dave Love <fx@gnu.org>
6993
6994 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6995 insert-before-markers-and-inherit. Now checked systematically!
6996
69972000-09-05 Alex Schroeder <alex@gnu.org>
6998
6999 * sql.el (sql-postgres): Use sql-postgres-options.
7000 (sql-postgres-options): New variable.
7001
70022000-09-05 Alex Schroeder <alex@gnu.org>
7003
7004 * sql.el (sql-mode-menu): Work around missing variable mark-active
7005 in XEmacs.
7006 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7007 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7008 compatibility.
7009
70102000-09-04 Gerd Moellmann <gerd@gnu.org>
7011
7012 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7013
7014 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7015
7016 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7017
70182000-09-04 Andre Spiegel <spiegel@gnu.org>
7019
7020 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7021 don't support anything else under SCCS yet.
7022
7023 * vc-hooks.el: Minor doc fixes.
7024
70252000-09-04 Andre Spiegel <spiegel@gnu.org>
7026
7027 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7028 not necessary. If verbose in state `needs-patch', do the same as
7029 under `up-to-date'. When NOT verbose and `needs-patch', check out
7030 latest version instead of `merge-news'.
7031 (vc-next-action-dired): Don't mess with default-directory here; it
7032 breaks other parts of dired. It is the job of the
7033 backend-specific functions to adjust it temporarily if they need it.
7034 (vc-next-action): Remove a special CVS case.
7035 (vc-clear-headers): New optional arg FILE.
7036 (vc-checkin, vc-checkout): Set properties vc-state and
7037 vc-checkout-time properly.
7038 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7039 (vc-print-log): Use new backend function `show-log-entry'.
7040 (vc-cancel-version): Do the checks in a different order. Added a
7041 FIXME concerning RCS-only code.
7042
7043 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7044 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7045
7046 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7047
7048 * vc-hooks.el (vc-default-mode-line-string): Show state
7049 `needs-patch' as a `-' too.
7050
70512000-09-04 Andre Spiegel <spiegel@gnu.org>
7052
7053 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7054 (vc-default-could-register): New function.
7055 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7056 (vc-resynch-buffer): Call vc-dired-resynch-file.
7057 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7058 vc-resynch-buffer instead of vc-resynch-window.
7059 (vc-next-action-dired): Don't redisplay here, that gets done as a
7060 result of the individual file operations.
7061 (vc-retrieve-snapshot): Corrected prompt order.
7062
7063 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7064
7065 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7066 as well.
7067 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7068 hostname regexps. Updated all callers.
7069 (vc-cvs-responsible-p): Handle directories as well.
7070 (vc-cvs-could-register): New function.
7071 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7072 properties up-to-date.
7073
7074 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7075 user whether to create one.
7076
70772000-09-04 Andre Spiegel <spiegel@gnu.org>
7078
7079 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7080 check out a non-existing file.
7081
7082 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7083 workfile does not exist.
7084
7085 * vc.el (vc-version-diff): Use `require' to check for existence of
7086 diff-mode.
7087
70882000-09-04 Andre Spiegel <spiegel@gnu.org>
7089
7090 * vc-cvs.el (vc-cvs-registered): Use new function
7091 vc-cvs-parse-entry to do the actual work.
7092
70932000-09-04 Andre Spiegel <spiegel@gnu.org>
7094
7095 * vc-hooks.el (vc-find-backend-function): If function doesn't
7096 exist, return nil instead of error.
7097 (vc-call-backend): Doc fix.
7098
7099 * vc.el (vc-do-command): Doc fix.
7100 (vc-finish-logentry): When checking in from vc-dired, choose the
7101 right backend for logentry check.
7102 (vc-dired-mode-map): Inherit from dired-mode-map.
7103 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7104 simplified.
7105 (vc-dired-state-info): Removed, updated caller.
7106 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7107 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7108 (vc-dired-listing-switches): New variable.
7109 (vc-directory): Use it, instead of dired-listing-switches.
7110
7111 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7112 (vc-cvs-dir-state): New function.
7113 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7114 (vc-cvs-parse-entry): New function, also to be used in
7115 vc-cvs-registered.
7116
71172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7118
7119 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7120 *or* single-window-frames.
7121
71222000-09-04 Andre Spiegel <spiegel@gnu.org>
7123
7124 * vc.el (vc-update-changelog): Split into generic part and default
7125 implementation. Doc string adapted.
7126 (vc-default-update-changelog): New function. Call the `rcs2log'
7127 script in exec-directory, to fix a long-standing nuisance.
7128
7129 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7130 simply signals an error.
7131
71322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7133
7134 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7135 control-flow more clear and to avoid running `cvs' twice.
7136
7137 * vc.el (vc-next-action-on-file): Doc fix.
7138 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7139 (vc-print-log): Eval `file' before constructing the continuation.
7140
71412000-09-04 Andre Spiegel <spiegel@gnu.org>
7142
7143 * vc.el (vc-next-action-on-file): Corrected several messages.
7144 (vc-merge): Add prefix arg `merge-news'; handle it.
7145
7146 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7147 is not reached. It is.
7148 (vc-cvs-merge): Set state to 'edited after merge.
7149 (vc-cvs-merge-news): Set workfile version to nil if not known.
7150 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7151
7152 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7153 via stdout. (Merge from main line.)
7154
71552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7156
7157 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7158 detection.
7159
71602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7161
7162 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7163 against kill-all-local-variables.
7164 (vc-log-edit): Don't save vc-parent-buffer any more.
7165 (vc-last-comment-match): Initialize to an empty string.
7166 (vc-post-command-functions): New hook.
7167 (vc-do-command): Run it.
7168 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7169 (vc-finish-logentry): Only add the comment to the ring if it's
7170 different from the last comment entered.
7171 (vc-new-comment-index): New function.
7172 (vc-previous-comment): Use it. Make the minibuffer message
7173 slightly less terse.
7174 (vc-comment-search-reverse): Make it work forward as well. Don't
7175 set vc-comment-ring-index if no match is found. Use
7176 vc-new-comment-index.
7177 (vc-comment-search-forward): Use vc-comment-search-reverse.
7178 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7179 define-derived-mode will do it for us. Bind `v' to a keymap that
7180 inherits from vc-prefix-map so that we can bind `vt' without
7181 binding C-x v t.
7182 (vc-retrieve-snapshot): Parenthesis typo.
7183
7184 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7185 to 1. Make sure to switch to *vc* before looking for an error
7186 message. Use vc-parse-buffer.
7187
71882000-09-04 Andre Spiegel <spiegel@gnu.org>
7189
7190 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7191 and NAME.
7192 (vc-retrieve-snapshot): Split into two parts.
7193 (vc-default-retrieve-snapshot): New function.
7194
7195 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7196 (vc-cvs-retrieve-snapshot): New function (untested).
7197 (vc-cvs-stay-local): Default to t.
7198 (vc-cvs-remote-p): New function and property.
7199 (vc-cvs-state): Stay local only if the above is t.
7200 (vc-handle-cvs): Removed.
7201 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7202 done via vc-handled-backends now.
7203 (vc-cvs-header): Escape Id.
7204
72052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7206
7207 * vc.el (vc-do-command): Remove unused commands.
7208 (vc-version-diff): Make sure default-directory ends with a slash.
7209 Move the window commands into a vc-exec-after.
7210 (vc-print-log): Move more of the code into the `vc-exec-after'.
7211
72122000-09-04 Andre Spiegel <spiegel@gnu.org>
7213
7214 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7215 (vc-print-log): Search current revision from beginning of buffer.
7216 (vc-revert-buffer): Clear echo area after the diff is finished.
7217 (vc-prefix-map): Removed definition of "t" for terse display in vc
7218 dired.
7219 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7220 definition of "vt" for terse display.
7221 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7222
72232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7224
7225 * vc.el (vc-exec-after): Avoid caddr.
7226
72272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7228
7229 * vc.el (vc-exec-after): New function.
7230 (vc-do-command): Use it to add a termination message for async
7231 procs.
7232 (vc-checkout): Try to handle a missing-backend situation.
7233 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7234 of a directory with a backend using async diffs.
7235 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7236 present.
7237
7238 * vc-sccs.el (vc-sccs-state-heuristic): Use
7239 file-ownership-preserved-p.
7240
7241 * vc-rcs.el (vc-rcs-state-heuristic): Use
7242 file-ownership-preserved-p.
7243 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7244
72452000-09-04 Andre Spiegel <spiegel@gnu.org>
7246
7247 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7248 vc-do-command.
7249
7250 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7251 when there are no changes.
7252
72532000-09-04 Andre Spiegel <spiegel@gnu.org>
7254
7255 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7256
7257 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7258
72592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7260
7261 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7262
7263 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7264 the `fset' outside of the defvar so that it works even if
7265 vc-prefix-map was already defined.
7266 (vc-setup-buffer): New function, split out of vc-do-command.
7267 (vc-do-command): Allow BUFFER to be t to mean `just use the
7268 current buffer without any fuss'.
7269 (vc-version-diff): Change the `diff' backend operation to just put
7270 the diff in the current buffer without erasing it. Always use
7271 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7272 shrink-window-if-larger-than-buffer.
7273 (vc-print-log): Change the `print-log' backend operation to just
7274 put the log in the current buffer without erasing it. Protect
7275 shrink-window-if-larger-than-buffer.
7276 (vc-update-change-log): Fix setd typo.
7277
7278 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7279 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7280
7281 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7282 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7283 CMP.
7284
7285 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7286 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7287 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7288
72892000-09-04 Andre Spiegel <spiegel@gnu.org>
7290
7291 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7292 not possible, use vc-BACKEND-workfile-unchanged-p.
7293 (vc-default-workfile-unchanged-p): New function. Delegates to a
7294 full vc-BACKEND-diff.
7295
7296 * vc-hooks.el (vc-simple-command): Removed.
7297
7298 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7299 instead of vc-simple-command.
7300 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7301 avoid doing a diff when opening a file.
7302 (vc-rcs-state): Added check for unlocked-changes.
7303 (vc-rcs-header): Escape Id.
7304 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7305 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7306 version.
7307
7308 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7309 (vc-sccs-diff): Remove optional arg CMP.
7310 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7311 SCCS-specific function.
7312
7313 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7314 vc-simple-command.
7315
73162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7317
7318 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7319 (with-vc-file, vc-merge): Use vc-editable-p.
7320 (vc-do-command): Remove unused var vc-file and fix the
7321 doubly-defined `status' var. Add a user message when starting an
7322 async command.
7323 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7324 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7325 Use with-current-buffer.
7326 (vc-buffer-sync): Use unless.
7327 (vc-next-action-on-file): If the file is 'edited by read-only,
7328 make it read-write instead of trying to commit.
7329 (vc-version-diff, vc-update-change-log): Use `setq
7330 default-directory' rather than `cd'.
7331 (vc-log-edit): Don't forget to set default-directory in the
7332 buffer.
7333
7334 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7335 (vc-sccs-state-heuristic): Use file-writable-p instead of
7336 comparing userids.
7337 (vc-sccs-checkout): Use `unless'.
7338
7339 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7340 of comparing userids.
7341 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7342 Simplify the logic by eliminating unreachable code.
7343 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7344 just do a recursive call if we need to retry.
7345 (vc-rcs-checkout): Handle the case where rcs is missing by making
7346 the buffer read-write if requested and re-signalling the error.
7347
7348 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7349
73502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7351
7352 * vc-hooks.el (vc-handled-backends): Docstring change.
7353 (vc-ignore-vc-files): Mark obsolete.
7354 (vc-registered): Check vc-ignore-vc-files.
7355 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7356 vc-ignore-vc-files.
7357
7358 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7359
73602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7361
7362 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7363 files since ange-ftp already has vc-registered return nil.
7364
7365 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7366 (vc-sccs-workfile-version): Use with-temp-buffer and new
7367 vc-parse-buffer and don't bother setting the property.
7368 (vc-sccs-add-triple): Use with-current-buffer and
7369 find-file-noselect.
7370 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7371
7372 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7373 derives from the old vc-parse-buffer but uses the revision number
7374 rather than the date (much easier to compare robustly).
7375 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7376 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7377 locking-user more directly. Check strict locking and set
7378 checkout-model appropriately.
7379 (vc-rcs-parse-locks): Remove.
7380 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7381 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7382 (vc-rcs-system-release): Use with-current-buffer and
7383 vc-parse-buffer.
7384 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7385
7386 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7387 (vc-simple-command): Docstring fix.
7388 (vc-registered): Align the way the file-handler is called with the
7389 way the function itself works.
7390 (vc-file-owner): Remove.
7391
7392 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7393 extraction of fields and call to file-attributes because of a
7394 temporary bug in rcp.el.
7395 (vc-cvs-fetch-status): Use with-current-buffer.
7396
73972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7398
7399 * vc.el (vc-do-command): Use file-relative-name.
7400 (vc-responsible-backend): Use vc-backend if possible.
7401 (vc-create-snapshot): Improve the `interactive' spec. Add support
7402 for branches and dispatch to backend-specific `create-snapshot'.
7403 (vc-default-create-snapshot): New function, containing the bulk of
7404 the old vc-create-snapshot.
7405 (vc-retrieve-snapshot): Improve the interactive spec.
7406
7407 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7408 (vc-backend-hook-functions): Remove.
7409 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7410 (vc-backend): Reintroduce the test for `file = nil' now that I
7411 know why it was there (and added a comment to better remember).
7412
7413 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7414 code from vc-sccs-hooks.el.
7415 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7416 'vc anymore.
7417 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7418 and file-directory-p instead of file-exists-p.
7419 (vc-sccs-check-headers): Simplify the regexp.
7420
7421 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7422 from vc-rcs-hooks.el. Don't require 'vc anymore.
7423 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7424 file-directory-p instead of file-exists-p.
7425
7426 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7427 from vc-cvs-hooks.el.
7428 (proto vc-cvs-registered): Require 'vc-cvs instead of
7429 'vc-cvs-hooks. Don't require 'vc anymore.
7430 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7431 file-directory-p instead of file-exists-p.
7432 (vc-cvs-create-snapshot): New function, replacing
7433 vc-cvs-assign-name.
7434 (vc-cvs-assign-name): Remove.
7435
74362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7437
7438 * vc-cvs.el (vc-cvs-header): New var.
7439
7440 * vc-rcs.el (vc-rcs-exists): Remove.
7441 (vc-rcs-header): New var.
7442
7443 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7444 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7445 (vc-sccs-header): New var.
7446
7447 * vc.el (vc-do-command): Get rid of the `last' argument.
7448 (vc-header-alist): Remove, replaced by vc-X-header.
7449 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7450 (vc-dired-hook): Use expand-file-name instead of concat.
7451 (vc-directory): Use file-name-as-directory.
7452 (vc-snapshot-precondition, vc-create-snapshot)
7453 (vc-retrieve-snapshot): Allow the command to operate on any
7454 directory.
7455
7456 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7457 just removing the 'WORKFILE argument or by removing the 'MASTER
7458 argument and replacing `file' with (vc-name file).
7459
74602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7461
7462 * vc.el: Update Copyright and add a crude list of backend funs.
7463 (vc-writable-p): New function.
7464 (with-vc-file): Use vc-writable-p.
7465 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7466 (vc-register): Avoid vc-name.
7467 (vc-locking-user): Remove.
7468 (vc-steal-lock): Make the `owner' arg non-optional.
7469 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7470 vc-checkout-model.
7471 (vc-default-dired-state-info): Use vc-state instead of
7472 vc-locking-user and return special strings for special states.
7473 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7474 and get rid of one of the special CVS cases.
7475 (vc-cancel-version): prettify error message with \\[...].
7476 (vc-rename-master): New function.
7477 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7478 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7479 the CVS special case generic.
7480 (vc-default-record-rename): Remove.
7481 (vc-file-tree-walk-internal): Only call FUNC for files that are
7482 under control of some VC backend and replace `concat' with
7483 expand-file-name.
7484 (vc-file-tree-walk): Update docstring.
7485 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7486 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7487
7488 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7489 vc-sccs-record-rename. Use `find-file-noselect' rather than
7490 `find-file' and call `vc-rename-master' to do the actual move.
7491 (vc-sccs-diff): Remove unused `backend' variable.
7492
7493 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7494 to delay loading of vc-sccs until it is really used.
7495 (vc-sccs-master-templates): Preload.
7496 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7497 (vc-sccs-project-dir): Remove (merged into
7498 vc-sccs-search-project-dir).
7499 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7500 rather than `concat', make sure it is preloaded and don't bother
7501 to check that the file actually exists.
7502 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7503 `locks' argument (use buffer's content instead) and eliminate n^2
7504 behavior.
7505
7506 * vc-rcs.el: Update Copyright.
7507 (vc-rcs-rename-file): New function.
7508 (vc-rcs-diff): Remove unused `backend' variable.
7509
7510 * vc-hooks.el: Update Copyright.
7511 (vc-backend): Don't accept a nil argument any more.
7512 (vc-up-to-date-p): Turn into a defsubst.
7513 (vc-possible-master): New function.
7514 (vc-check-master-templates): Use `vc-possible-master' and allow
7515 funs in vc-X-master-templates to return a non-existent file.
7516
7517 * vc-cvs.el: Update Copyright.
7518 (vc-cvs-diff): Remove unused `backend' variable.
7519 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7520
7521 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7522
75232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7524
7525 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7526 since it can be called from vc-rcs.el.
7527 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7528
75292000-09-04 Andre Spiegel <spiegel@gnu.org>
7530
7531 * vc.el (vc-version-diff): Expand file name read from the
7532 minibuffer. Handle the case when a previous version number can't
7533 be guessed. Give suitable messages when there were no differences
7534 found.
7535 (vc-clear-headers): Call backend-specific implementation, if one
7536 exists.
7537 (vc-cancel-version): Made error checks generic. When done, clear
7538 headers generically, too.
7539
7540 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7541 from vc-clear-headers in vc.el.
7542
7543 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7544 correctly.
7545 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7546 optional. Handle the case when it's not there.
7547
75482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7549
7550 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7551
75522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7553
7554 * vc-hooks.el (vc-loadup): Remove.
7555 (vc-find-backend-function): Use `require'. Also, handle the case
7556 where vc-BACKEND-hooks.el doesn't exist.
7557 (vc-call-backend): Cleanup.
7558
75592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7560
7561 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7562 vc-rcs-grab-templates)
7563 (vc-rcs-registered): Remove. The default function works as well.
7564 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7565 vc-sccs-grab-templates)
7566 (vc-sccs-registered): Remove. The default function works as well.
7567
7568 * vc.el (vc-version-diff): Left out a vc- in call to
7569 vc-call-backend.
7570 (vc-default-dired-state-info, vc-default-record-rename)
7571 (vc-default-merge-news): Update for the new backend argument.
7572
7573 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7574 using the default function.
7575 (vc-call-backend): If calling the default function, pass it the
7576 backend as first argument. Update the docstring accordingly.
7577 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7578 for the new backend argument.
7579 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7580 (vc-find-backend-function): Use the new name.
7581 (vc-default-registered): New function.
7582
75832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7584
7585 * vc.el (vc-merge): Use vc-find-backend-function.
7586
7587 * vc-hooks.el (vc-backend-functions): Remove.
7588 (vc-loadup): Don't setup 'vc-functions.
7589 (vc-find-backend-function): New function.
7590 (vc-call-backend): Use above fun and populate 'vc-functions
7591 lazily.
7592 (vc-backend-defines): Remove.
7593
75942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7595
7596 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7597 Call vc-call-backend without the leading vc-.
7598 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7599 (vc-check-headers): Call vc-call-backend without the leading vc-.
7600 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7601 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7602 Call vc-call-backend without the leading vc-.
7603
7604 * vc-cvs.el (tail): Provide vc-cvs.
7605 * vc-sccs.el (tail): Provide vc-sccs.
7606 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7607
7608 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7609 (vc-make-backend-function, vc-call): Pass names without leading
7610 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7611 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7612 (vc-call-backend): Always try to load vc-X-hooks.
7613 (vc-registered): Remove vc- in call to vc-call-backend.
7614
76152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7616
7617 * vc.el (vc-process-filter): New function.
7618 (vc-do-command): Setup `vc-process-filter' for the async process.
7619 (vc-maybe-resolve-conflicts): New function to reduce
7620 code-duplication. Additionally, it puts the buffer in
7621 `smerge-mode' if applicable.
7622 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7623 calling `merge-news'.
7624 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7625 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7626 interfacing to log-edit.el.
7627 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7628 log-edit is available.
7629 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7630
76312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7632
7633 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7634 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7635 defvar and the initialization.
7636 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7637
7638 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7639 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7640
7641 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7642
76432000-09-04 Andre Spiegel <spiegel@gnu.org>
7644
7645 * vc.el (vc-file-clear-masterprops): Removed.
7646 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7647 (vc-version-diff): Use buffer-size without argument.
7648 (vc-register): Heed vc-initial-comment.
7649
7650 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7651 default branch.
7652
7653 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7654 file name and workfile version.
7655 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7656
7657 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7658 vc-file-clear-masterprops.
7659
7660 * vc-sccs.el (vc-sccs-checkout): Removed call to
7661 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7662 rather than user login name.
7663
7664
76652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7666
7667 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7668 `want-differences-if-changed' and simplify.
7669 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7670 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7671 output (which is invalid for async vc-diff) to decide whether to
7672 do the revert silently or not.
7673
76742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7675
7676 * vc-hooks.el (vc-loadup): Load files quietly.
7677 (vc-call-backend): Oops, brain fart.
7678
76792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7680
7681 * vc-cvs.el (vc-cvs-state): Typo.
7682 (vc-cvs-merge-news): Return the status code rather than the error msg.
7683
76842000-09-04 Andre Spiegel <spiegel@gnu.org>
7685
7686 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7687 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7688 vc-state or vc-up-to-date-p.
7689 (vc-merge): Use vc-backend-defines to check whether merging is
7690 possible. Set state to 'edited after successful merge.
7691
7692 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7693 return that name. Redocumented.
7694
76952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7696
7697 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7698 new `vc-state' semantics.
7699 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7700 'vc-locking-user to the current user.
7701 (vc-merge): Inline vc-backend-merge. Comment out code that I
7702 don't understand and hence can't adapt to the new `vc-state' and
7703 `vc-locking-user' semantics.
7704 (vc-backend-merge): Remove.
7705
7706 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7707 rather than 'vc-locking-user.
7708
7709 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7710
7711 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7712 (vc-state): Don't use 'reserved any more. Just use the same
7713 convention as the one used for vc-<backend>-state where the
7714 locking user (as a string) is returned.
7715 (vc-locking-user): Update, based on the above convention. The
7716 'vc-locking-user property has disappeared.
7717 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7718
7719 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7720 with a heuristic one.
7721 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7722 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7723 error. That allows us to get to 'needs-merge even in the
7724 stay-local case. There's still no way to detect 'needs-patch in
7725 such a setup (or to force an update for that matter).
7726 (vc-cvs-logentry-check): Remove, the default works as well.
7727
77282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7729
7730 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7731
7732 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7733 major-mode in which the buffer might have been put earlier. Use
7734 `remove' and `when'. Allow `okstatus' to be `async' and use
7735 `start-process' in this case.
7736 (vc-version-diff): Handle the case where the diff looks empty
7737 because of the use of an async process.
7738
77392000-09-04 Andre Spiegel <spiegel@gnu.org>
7740
7741 * vc.el (vc-next-action-on-file): Removed optional parameter
7742 `simple'. Recompute state unconditionally.
7743 (vc-default-toggle-read-only): Removed.
7744
7745 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7746 (vc-toggle-read-only): Undid prev change.
7747
7748 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7749 vc-cvs-simple-toggle. Redocumented.
7750 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7751 (vc-cvs-toggle-read-only): Removed.
7752
77532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7754
7755 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7756 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7757 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7758 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7759 still is. So maybe it should be removed.
7760 (vc-head-version, vc-find-binary): Remove.
7761 (vc-recompute-state): Move from vc-hooks.el.
7762 (vc-next-action-on-file): Add a `simple' argument to allow
7763 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7764 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7765 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7766 (vc-dired-mode-map): Properly defvar it.
7767 (vc-print-log): Call log-view-mode if available.
7768 (small-temporary-file-directory): defvar instead of use boundp.
7769 (vc-merge-news): Moved to vc-cvs.el.
7770 (vc-default-merge-news): New function.
7771
7772 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7773 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7774 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7775 unknown `vc-latest-version' function. It should probably refer to
7776 vc-workfile-version or somesuch, but it's very unclear to me and I
7777 don't have SCCS to test things.
7778
7779 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7780 (vc-sccs-state-heuristic): Fix typo.
7781 (vc-sccs-workfile-unchanged-p): Add missing argument.
7782
7783 * vc-rcs.el: Require vc and vc-rcs-hooks.
7784 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7785 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7786 (vc-release-greater-or-equal-p): Move from vc.
7787 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7788 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7789 (vc-rcs-checkout): Add a missing `new-version' argument in the
7790 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7791
7792 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7793 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7794 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7795 than the apparently unbound `workfile-version'.
7796
7797 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7798 (vc-file-prop-obarray): Use `make-vector'.
7799 (vc-backend-functions): Add new hookable functions
7800 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7801 (vc-loadup): If neither backend nor default functions exist, use
7802 the backend function rather than nil.
7803 (vc-call-backend): If the function if not bound yet, try to load
7804 the non-hook file to see if it provides it.
7805 (vc-call): New macro plus use it wherever possible.
7806 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7807 nor `vc-find-binary' since it's only called from
7808 vc-mistrust-permission which is only used once the backend is known.
7809 (vc-checkout-model): Fix parenthesis.
7810 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7811
7812 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7813 (vc-cvs-release, vc-cvs-system-release): Remove.
7814 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7815 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7816 status symbols.
7817 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7818 (vc-cvs-toggle-read-only): First cut at a function to allow a
7819 cvs-status-free vc-toggle-read-only.
7820 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7821 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7822 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7823 (vc-cvs-checkout): Modify access rights directly if the user
7824 requested not to use `cvs edit'. And refresh the mode line.
7825
7826 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7827 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7828
78292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7830
7831 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7832 workfile' that got lost when the code was extracted from vc.el.
7833 And merged the tail with the rest of the code (not possible in the
7834 old vc.el where the tail was shared among all backends). And
7835 explicitly set the state to 'edited if `writable' is set.
7836
7837 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7838 (vc-cvs-state): Be careful to return the value from
7839 vc-cvs-parse-state.
7840 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7841 property but return it instead. Also be careful to handle a nil
7842 or "" `rev' when workfile is non-nil (it was handled properly when
7843 workfile was nil).
7844
7845 * vc.el: Removed those pesky unnecessary `(function' quotes.
7846 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7847 directly in the defvar.
7848 (vc-do-command): Bind inhibit-read-only so as to properly handle
7849 the case where the destination buffer has been made read-only.
7850 (vc-diff): Delegate to vc-version-diff in all cases.
7851 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7852 (vc-annotate-mode-variables): Removed (code moved partly to
7853 defvars and partly to vc-annotate-add-menu).
7854 (vc-annotate-mode): Turned into a derived-mode.
7855 (vc-annotate-add-menu): Moved in code in
7856 vc-annotate-mode-variables.
7857 (vc-update-change-log): Use make-temp-file if available.
7858
78592000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7860
7861 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7862 `vc-checkout-model' updated to `vc-cvs-update-model'.
7863
78642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7865
7866 * vc.el (vc-next-action-on-file): Added handling of state
7867 `unlocked-changes'.
7868 (vc-checkout-carefully): Is now practically obsolete, unless the
7869 above is too slow to be enabled unconditionally.
7870 (vc-update-change-log): Fixed typo.
7871
7872 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7873
7874 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7875 Now handles state `unlocked-changes'.
7876 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7877
7878 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7879
7880 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7881 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7882 `unlocked-changes'.
7883 (vc-rcs-workfile-unchanged-p): Renamed from
7884 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7885 function yet, but supposed to become one soon.
7886
7887 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7888 `vc-steal-lock'.
7889 (vc-call-backend): Changed error message.
7890 (vc-state): Added description of state `unlocked-changes'.
7891
78922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7893
7894 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7895 always return t in CVS-controlled directories.
7896
7897 * vc.el (vc-responsible-backend): New function.
7898 (vc-register): Largely rewritten.
7899 (vc-admin): Removed (implementation moved into vc-register).
7900 (vc-checkin): Redocumented.
7901 (vc-finish-logentry): If no backend defined yet (because we are in
7902 the process of registering), use the responsible backend.
7903
7904 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7905 Updated function lists.
7906 (vc-call-backend): Fixed typo.
7907
7908 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7909 New functions.
7910 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7911 Removed query option. Redocumented.
7912
79132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7914
7915 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7916
7917 * vc.el: Updated callers of `vc-checkout-required' to use
7918 `vc-checkout-model'.
7919
79202000-09-04 Martin Lorentzson <martinl@gnu.org>
7921
7922 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7923 stuff updated to reference this function instead of the old
7924 `vc-backend-release-p'.
7925
79262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7927
7928 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7929 vc-checkout-model. Return appropriate values. Updated callers.
7930
79312000-09-04 Martin Lorentzson <martinl@gnu.org>
7932
7933 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7934 (vc-backend-revert): Function moved into `vc-revert';
7935 `vc-next-action' must be updated to accomodate this change.
7936 (vc-backend-steal): Function moved into `vc-finish-steal'.
7937 (vc-backend-logentry-check): Function moved into
7938 `vc-finish-logentry'.
7939 (vc-backend-printlog): Function moved into `vc-print-log'.
7940 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7941 (vc-backend-assign-name): Function moved into
7942 `vc-create-snapshot'.
7943
79442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7945
7946 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7947 Rename to vc-checkout-model. Return appropriate values.
7948 Update callers.
7949
7950 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7951 to vc-checkout-model.
7952 (vc-checkout-required): Rename to vc-checkout-model.
7953 Re-implement and re-comment.
7954 (vc-after-save): Use vc-checkout-model.
7955
79562000-09-04 Martin Lorentzson <martinl@gnu.org>
7957
7958 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7959 Update to use the vc-BACKEND-diff functions instead.
7960 `vc-diff' is now working.
7961
7962 * vc-rcs.el (vc-rcs-logentry-check): New function.
7963
7964 * vc-cvs.el (vc-cvs-logentry-check): New function.
7965
7966 * vc-sccs.el (vc-sccs-diff): Function changed name from
7967 `vc-backend-diff'. This makes `vc-diff' work.
7968
7969 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7970 of functions possibly implemented in a vc-BACKEND library.
7971 (vc-checkout-required): Fix bug that caused an error to be
7972 signaled during `vc-after-save'.
7973
7974 * vc.el: Fix typo.
7975 This checkin is made with our new VC code base for the very first time.
7976 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7977
7978 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7979 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7980
7981 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7982 updated to `vc-uses-locking'.
7983 (vc-checkout-required): Call to backend function.
7984 `vc-checkout-required' updated to `vc-uses-locking' instead.
7985
7986 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7987 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7988
7989 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7990 to match the split into various backends.
7991 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7992 (vc-retrieve-snapshot): Bug fix.
7993
79942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7995
7996 * vc-sccs.el (vc-sccs-release): Doc fix.
7997
79982000-09-04 Martin Lorentzson <martinl@gnu.org>
7999
8000 * vc.el (vc-next-action-on-file): Bug found and fixed.
8001 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8002 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8003
8004 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8005 (vc-rcs-checkout): Name space cleaned up. No more revision number
8006 crunching function names that are not prefixed with vc-rcs.
8007 (vc-rcs-checkout-model): Function added. References to
8008 `vc-checkout-model' replaced.
8009
80102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8011
8012 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8013 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8014 still need to be split, and implemented for RCS).
8015
80162000-09-04 Martin Lorentzson <martinl@gnu.org>
8017
8018 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8019
8020 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8021 required by the vc.el file.
8022
8023 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8024 required by the vc.el file.
8025 (vc-rcs-exists): Function added.
8026
8027 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8028 required by the vc.el file.
8029
8030 * vc.el (vc-admin): Updated to handle selection of appropriate
8031 backend. Current implementation is crufty and need re-thinking.
8032
8033 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8034
80352000-09-04 Martin Lorentzson <martinl@gnu.org>
8036
8037 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8038 beginning of annotate buffers correctly.
8039
8040 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8041 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8042 functionality updated quite a lot to support multiple backends.
8043 Variables `vc-annotate-mode', `vc-annotate-buffers',
8044 `vc-annotate-backend' added.
8045
8046 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8047 `vc-annotate-difference' added to supported backend functions.
8048
80492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8050
8051 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8052 Use with-temp-file instead of /bin/sh. Merged from mainline
8053
80542000-09-04 Martin Lorentzson <martinl@gnu.org>
8055
8056 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8057
8058 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8059
8060 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8061
80622000-09-04 Martin Lorentzson <martinl@gnu.org>
8063
8064 * vc-hooks.el: vc-state-heuristic added to
8065 vc-backend-hook-functions.
8066
8067 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8068
8069 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8070
8071 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8072 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8073 state to `reserved'.
8074
8075 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8076 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8077
80782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8079
8080 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8081 untouched.
8082
8083 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8084
8085 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8086 if defined. (Merged from main line, slightly adapted.)
8087
8088 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8089 millenium problem (merged from mainline).
8090
80912000-09-04 Martin Lorentzson <martinl@gnu.org>
8092
8093 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8094 part and moved the non-BACKEND stuff to vc.el.
8095
8096 * vc.el: Split the annotate feature into a BACKEND specific part
8097 and moved it from the vc-cvs.el file to this one.
8098
80992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8100
8101 * vc-hooks.el: Implement new state model.
8102 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8103 (vc-locking-user): Simplify. Now only needed if the file is
8104 locked by somebody else.
8105 (vc-lock-from-permissions): Remove. Functionality is in
8106 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8107 (vc-mode-line-string): New name for former vc-status. Adapted.
8108 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8109
8110 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8111 Various simplifications and adaptations all over the place.
8112
8113 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8114 Simplify and adapt the rest.
8115
8116 * vc.el (vc-resynch-window): Add TODO comment: check for
8117 interaction with view mode according to recent RCS change.
8118 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8119
81202000-09-04 Martin Lorentzson <martinl@gnu.org>
8121
8122 * vc.el: Convert the remaining function comments to docstrings.
8123
81242000-09-04 Martin Lorentzson <martinl@gnu.org>
8125
8126 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8127 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8128 (vc-minor-part, vc-previous-version): Functions that operate and
8129 compare revision numbers got proper documentation. Comments added
8130 about their possible removal.
8131
81322000-09-04 Martin Lorentzson <martinl@gnu.org>
8133
8134 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8135 the vc-backend.el files.
8136
8137 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8138
8139 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8140 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8141 (vc-rcs-previous-version): Functions added.
8142
8143 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8144
8145 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8146
81472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8148
8149 * vc-hooks.el (vc-master-templates): Is really obsolete.
8150 Comment out the definition for now. What is the right procedure
8151 to get rid of it?
8152 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8153 rewritten.
8154 (vc-default-registered): Remove.
8155 (vc-check-master-templates): New function; does mostly what the
8156 above did before.
8157 (vc-locking-user): Don't rely on the backend to set the property.
8158
8159 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8160 Rewrite documentation.
8161 (vc-rcs-templates-grabbed): New variable.
8162 (vc-rcs-grab-templates): New function.
8163 (vc-rcs-registered): Rewrite to use above mechanism.
8164
8165 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8166 Rewrite documentation.
8167 (vc-sccs-templates-grabbed): New variable.
8168 (vc-sccs-grab-templates): New function.
8169 (vc-sccs-registered): Rewrite to use above mechanism.
8170 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8171 Don't throw the result, simply return it.
8172
8173 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8174 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8175 (vc-cvs-registered): Does the check itself now. Simplify.
8176
8177 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8178 from main line.
8179
81802000-09-04 Martin Lorentzson <martinl@gnu.org>
8181
8182 * vc-cvs.el (vc-cvs-diff): New function.
8183
8184 * vc-sccs.el (vc-sccs-diff): New function.
8185
8186 * vc-rcs.el (vc-rcs-diff): New function.
8187 (vc-rcs-checkout): Bug (typo) found and fixed.
8188 (vc-rcs-register-switches): New variable.
8189
8190 * vc.el (vc-backend-diff): Function removed and placed in the
8191 backend files.
8192
81932000-09-04 Martin Lorentzson <martinl@gnu.org>
8194
8195 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8196
8197 * vc.el (vc-backend-checkout): Function removed and replaced in
8198 the vc-backend.el files.
8199
8200 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8201
8202 * vc.el (vc-backend-admin): Removed and replaced in the
8203 vc-backend.el files.
8204
8205 * vc.el (Martin): Removed all the annotate functionality since it
8206 is CVS backend specific.
8207
82082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8209
8210 * spec.txt: Added specification of vc-state.
8211
8212 * vc-sccs-hooks.el (vc-sccs-master-properties):
8213 Remove handling of vc-latest-version and
8214 vc-your-latest-version. What used to be vc-latest-version, is now
8215 returned as vc-workfile-version.
8216 (vc-sccs-workfile-version): Adapt.
8217
82182000-09-04 Dave Love <fx@gnu.org>
8219
8220 * vc.el: [Merged from mainline.]
8221 (vc-dired-mode): Make the dired-move-to-filename-regexp
8222 regexp match the date, to avoid treating date as file size.
8223 Add YYYY S option to WESTERN/
8224
82252000-09-04 Dave Love <fx@gnu.org>
8226
8227 * vc.el: Require `compile' when compiling.
8228 (vc-logentry-check-hook): New option.
8229 (vc-steal-lock): Use compose-mail.
8230 (vc-dired-mode-map): Defvar when compiling.
8231 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8232 vc-sccs.el and renamed. Callers changed.
8233 (vc-backend-checkout, vc-backend-logentry-check)
8234 (vc-backend-merge-news): Doc fix.
8235 (vc-default-logentry-check): New function.
8236 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8237 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8238 (vc-backend-merge): Doc fix. Use backend functions.
8239 (vc-check-headers): Use backend functions.
8240
8241 * vc-cvs.el: Require vc when compiling.
8242 (vc-cvs-register-switches): Doc fix.
8243 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8244 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8245 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8246 New functions (code from vc.el).
8247 (vc-annotate-display-default): Fix interactive spec.
8248 (vc-annotate-time-span): Doc fix.
8249
8250 * vc-rcs.el: Require vc when compiling.
8251 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8252 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8253 (vc-rcs-checkin): New functions (code from vc.el).
8254 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8255 Doc fix.
8256 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8257
8258 * vc-sccs.el: Require vc when compiling.
8259 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8260 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8261 (vc-sccs-revert)
8262 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8263 from vc.el).
8264 (vc-sccs-add-triple, vc-sccs-record-rename)
8265 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8266 (vc-sccs-admin): Doc fix.
8267
82682000-09-04 Martin Lorentzson <martinl@gnu.org>
8269
8270 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8271 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8272 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8273 from vc.el.
8274
8275 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8276
8277 * vc-cvs.el: Moved the annotate functionality from vc.el.
8278 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8279
82802000-09-04 Dave Love <fx@gnu.org>
8281
8282 * vc.el (vc-backend-release): Call vc-system-release.
8283
8284 * vc-sccs.el (vc-sccs-system-release):
8285 Renamed from vc-sccs-backend-release.
8286
8287 * vc-rcs.el (vc-rcs-system-release):
8288 Renamed from vc-rcs-backend-release.
8289
8290 * vc-cvs.el (vc-cvs-system-release):
8291 Renamed from vc-cvs-backend-release.
8292
82932000-09-04 Dave Love <fx@gnu.org>
8294
8295 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8296 backend files.
8297 (vc-backend-release): Dispatch to backend functions.
8298 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8299 probably needs attention.]
8300
8301 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8302 (vc-sccs-backend-release): New function.
8303
8304 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8305 (vc-cvs-backend-release): New function.
8306
8307 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8308 Doc fix.
8309 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8310 (vc-default-dired-state-info): New function.
8311 (vc-dired-state-info): Dispatch to backends.
8312 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8313
8314 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8315 from vc.el and renamed.
8316
83172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8318
8319 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8320 (vc-version-other-window, vc-backend-assign-name): Removed
8321 references to vc-latest-version; sometimes changed into
8322 vc-workfile-version.
8323
8324 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8325 vc-rcs-master-workfile-version.
8326 (vc-rcs-workfile-version): Use the above. Don't call
8327 vc-latest-version (that was unreachable code, anyway).
8328 (vc-rcs-fetch-master-properties): Doc fix.
8329
8330 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8331 (vc-backend-hook-functions): Removed them from this list, too.
8332 (vc-fetch-properties): Removed.
8333 (vc-workfile-version): Doc fix.
8334
8335 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8336 (vc-rcs-workfile-version, vc-rcs-locking-user)
8337 (vc-rcs-uses-locking): Use it.
8338
8339 * vc-hooks.el (vc-consult-rcs-headers):
8340 Moved into vc-rcs-hooks.el, under the name
8341 vc-rcs-consult-headers.
8342
8343 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8344 headers.
8345 (vc-cvs-find-master): Use this name only; correct different
8346 versions of the name.
8347
8348 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8349 New functions.
8350 (vc-sccs-locking-user): Use the latter.
8351
8352 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8353 New functions.
8354
8355 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8356 Moved into both
8357 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8358 functions are implementation details of those two backends.
8359
83602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8361
8362 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8363 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8364
8365 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8366 (vc-sccs-parse-locks): SCCS-specific code moved here from
8367 vc-hooks.
8368
8369 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8370 code moved here from vc-hooks.
8371
8372 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8373 into back-end specific parts and removed. Callers not updated
8374 yet; because I guess these callers will disappear into back-end
8375 specific files anyway.
8376
83772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8378
8379 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8380 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8381 `vc-uses-locking'.
8382
8383 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8384 Store yes/no in the property, and return t/nil. Updated all
8385 callers.
8386
8387 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8388 vc-sccs-uses-locking. Don't set property.
8389 (vc-sccs-locking-user): Don't set property.
8390
8391 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8392 vc-cvs-uses-locking. Don't set property here; leave that to
8393 vc-hooks.
8394 (vc-cvs-locking-user): Reflect above change. Streamlined.
8395
8396 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8397 vc-rcs-uses-locking.
8398 (vc-rcs-locking-user): Reflect above change.
8399
84002000-09-04 Dave Love <fx@gnu.org>
8401
8402 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8403
8404 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8405
8406 * vc-hooks.el (vc-checkout-model): Punt to backends.
8407
8408 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8409
8410 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8411
8412 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8413 New functions.
8414
8415 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8416 New functions.
8417
8418 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8419 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8420
8421 * vc-hooks.el (vc-default-locking-user): New function.
8422 (vc-locking-user, vc-workfile-version): Punt to backends.
8423
84242000-09-04 Dave Love <fx@gnu.org>
8425
8426 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8427 (vc-master-workfile-version): Moved from vc-hooks.
8428
8429 * vc-rcs-hooks.el: Fix duplicate code in last change.
8430
8431 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8432 (vc-rcs-master-templates): Improve :type.
8433 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8434 vc-master-workfile-version): Moved from vc-hooks.
8435
8436 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8437 (vc-sccs-master-templates): Improve :type.
8438 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8439
8440 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8441
8442 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8443 (vc-cvs-master-templates): Improve :type. Use
8444 vc-cvs-find-cvs-master.
8445 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8446 from vc-hooks.
8447 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8448
8449 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8450 Moved to vc-cvs-hooks.
8451
8452 * vc-hooks.el: Add doc strings in various places. Simplify the
8453 minor mode setup.
8454 (vc-handled-backends): New user variable.
8455 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8456 simplification.
8457
84582000-09-04 Dave Love <fx@gnu.org>
8459
8460 * vc.el: Some doc fixes for autoloaded and interactive functions.
8461 Fix compilation warnings from ediff stuff.
8462 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8463
8464 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8465
8466 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8467
8468 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8469
84702000-09-04 Dave Love <fx@gnu.org>
8471
8472 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8473 New variable.
8474 (vc-make-backend-function, vc-loadup, vc-call-backend)
8475 (vc-backend-defines): New functions.
8476
8477 * vc-hooks.el: Various doc fixes.
8478 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8479 (vc-match-substring): Function removed. Callers changed to use
8480 match-string.
8481 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8482 Simplify.
8483
84842000-09-04 Dave Love <fx@gnu.org>
8485
8486 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8487 type.
8488 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8489 (vc-sccs-registered): Doc fix.
8490
8491 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8492 (vc-cvs-registered): Doc fix.
8493
8494 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8495 (vc-rcs-registered): Doc fix.
8496
84972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8498
8499 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8500
8501 * vc-hooks.el: vc-registered has been renamed
8502 vc-default-registered. Some functions have been moved to the
8503 backend specific files. they all support the
8504 vc-BACKEND-registered functions.
8505
85062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8507
8508 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8509
8510 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8511
85122000-09-04 Dave Love <fx@gnu.org>
8513
8514 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8515 menu-bar-update-hook.
8516
8517 * help.el (help-manyarg-func-alist): Add
8518 find-operation-coding-system.
8519
8520 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8521
8522 * custom.el (custom-set-variables): Print message about errors in
8523 setting.
8524
85252000-09-03 Andrew Innes <andrewi@gnu.org>
8526
8527 * makefile.w32-in: Change to DOS line endings.
8528
85292000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8530
8531 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8532 minor-mode keymaps, if they don't have one.
8533
85342000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8535
8536 * eshell/esh-module.el (eval-when-compile): Don't lose if
8537 esh-module.el's file name is truncated to DOS 8+3 limits.
8538
85392000-09-01 John Wiegley <johnw@gnu.org>
8540
8541 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8542 predicate, which caused entries in the completion list to be
8543 doubled.
8544
85452000-08-30 John Wiegley <johnw@gnu.org>
8546
8547 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8548 sending to subprocesses. Also, hook pre-command-hook if
8549 `eshell-send-direct-to-subprocesses' is non-nil.
8550 (eshell-send-direct-to-subprocesses): New config variable. If t,
8551 subprocess input is send immediately.
8552 (eshell-toggle-direct-send): New function.
8553 (eshell-self-insert-command): New function.
8554 (eshell-intercept-commands): New function.
8555 (eshell-send-input): If direct subprocess sending is enabled,
8556 don't echo any input to the Eshell buffer. Let the subprocess
8557 handle that. This requires "stty echo" in bash, for example.
8558
85592000-08-28 John Wiegley <johnw@gnu.org>
8560
8561 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8562 completion function for Eshell's implementation of `unset'.
8563
85642000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8565
8566 * info.el (Info-directory-list): Doc fix.
8567
85682000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8569
8570 * filecache.el (file-cache-add-directory-using-find): Don't quote
8571 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8572
85732000-08-31 Kenichi Handa <handa@etl.go.jp>
8574
8575 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8576 coding systems.
8577
85782000-08-30 Andrew Innes <andrewi@gnu.org>
8579
8580 * timer.el (run-with-idle-timer): Undo last change, so that timer
8581 is not activated immediately if Emacs is already idle. Some
8582 existing code relies on this behaviour.
8583
85842000-08-30 Miles Bader <miles@gnu.org>
8585
8586 * frame.el (set-frame-font): Do completion of font-name for
8587 interactive use.
8588
85892000-08-30 Kenichi Handa <handa@etl.go.jp>
8590
8591 * international/quail.el (quail-start-translation): Bind locally
8592 last-command-event, last-command, and this-command.
8593 (quail-start-conversion): Likewise.
8594 (quail-self-insert-command): Fix docstring.
8595
85962000-08-29 Gerd Moellmann <gerd@gnu.org>
8597
8598 * progmodes/executable.el
8599 (executable-make-buffer-file-executable-if-script-p): Check that
8600 buffer contains at least 2 characters.
8601
86022000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8603
8604 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8605
86062000-08-29 Dave Love <fx@gnu.org>
8607
8608 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8609 (diff-mode-shared-map): Bind mouse-2.
8610 (diff-imenu-generic-expression): New variable.
8611 (diff-mode): Use it.
8612
8613 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8614 (mouse-popup-menubar): Add minor mode menus.
8615 (popup-menu): Check for lookup-key returning number.
8616
86172000-08-29 Miles Bader <miles@gnu.org>
8618
8619 * comint.el (comint-send-input): Create overlays using the proper
8620 front/read-advance arguments.
8621
86222000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8623
8624 * ps-print.el: Even/odd pages printing. Doc fix.
8625 (ps-print-version): New version number (6.0).
8626 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8627 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8628 (ps-print-duplex-feature): Variable eliminated.
8629 (ps-even-or-odd-pages): New variable.
8630
8631 * progmodes/ebnf2ps.el: Doc fix.
8632 (ebnf-version): New version (3.3).
8633 (ebnf-user-arrow): Change variable customization to sexp.
8634 (ebnf-user-arrow): Function eliminated.
8635 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8636
86372000-08-29 Kenichi Handa <handa@etl.go.jp>
8638
8639 * help.el (help-xref-mule-regexp): New variable.
8640 (help-make-xrefs): Handle help-xref-mule-regexp.
8641
8642 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8643 variable.
8644 (describe-input-method): Temporarily activate the specfied input
8645 method to display the information.
8646 (describe-language-environment): Hyperlinks to mule related items.
8647
8648 * international/mule-diag.el (charset-multibyte-form-string): New
8649 function.
8650 (list-character-sets-1): Use charset-multibyte-form-string.
8651 (describe-character-set): New function.
8652 (describe-coding-system): Hyperlinks to safe character sets.
8653
8654 * international/quail.el (quail-help): New arg PACKAGE.
8655 Hyperlinks to mule related items.
8656 (quail-help-insert-keymap-description): Use
8657 substitute-command-keys instead of describe-bindings.
8658 (quail-translation-help): Hyperlinks to mule related items.
8659
86602000-08-28 John Wiegley <johnw@gnu.org>
8661
8662 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8663 have a defsubst call itself. Made `eshell-flatten-list' back into
8664 a function again.
8665
8666 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8667 catch, in case re-centering point at bottom messes up the display.
8668 This happens frequently in Emacs 21, due I believe to variable
8669 line heights.
8670
8671 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8672 to call `find-tag-interactive'.
8673
8674 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8675 the list of remember directories.
8676
86772000-08-28 John Wiegley <johnw@gnu.org>
8678
8679 * align.el: Test align-region-separate to see if it's a symbol.
8680
86812000-08-28 John Wiegley <johnw@gnu.org>
8682
8683 * eshell/esh-util.el (eshell-flatten-list): Made this function
8684 into a defsubst form. It gets used very frequently, although
8685 calls don't occur all that often.
8686
8687 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8688 examining it.
8689
8690 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8691 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8692 `eshell-protect'.
8693 (eshell-copy-handles): Created a new macro for duplicating the
8694 current set of open handles. This is needed by the looping
8695 functions.
8696 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8697 is not incorrectly stomped on.
8698
8699 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8700 declaration for pcomplete-use-paring.
8701 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8702 value of eshell-cmpl-use-paring.
8703 * pcomplete.el (pcomplete-use-paring): New config variable, to
8704 indicate whether paring should be used.
8705 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8706 completion alternatives that have already been used.
8707
8708 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8709 bound to C-c C-y, which will repeat the previous N arguments
8710 (based on prefix argument).
8711 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8712
8713 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8714 if there is no *Help* buffer. This is for XEmacs, which renames
8715 its help buffers uniquely. TODO: Find out what the current buffer
8716 name to delete is.
8717
8718 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8719 first entry that correlates to a passwd/group number. Later
8720 entries (used for group/user name aliasing to multiple IDs) are
8721 ignored.
8722
8723 * eshell/em-xtra.el (eshell/expr):
8724 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8725 (eshell-grep, eshell/diff, eshell/locate):
8726 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8727 argument list, before passing it to the system command.
8728
8729 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8730 `find-tag' for use at final position in Eshell buffers (which
8731 otherwise triggers an error on Emacs 21).
8732 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8733 buffer, if it is currently bound to `find-tag'.
8734
8735 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8736 in the list of matched Makefile names.
8737 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8738 directory, prefer its contents to Makefile.
8739
8740 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8741 directory parts (like "cd old new", or "cd =regexp"), are now case
8742 sensitive on non-Windows/DOS platforms.
8743
8744 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8745 types RET after an open delimiter (like "), display a message
8746 indicating that Eshell is waiting for the closing delimiter.
8747
8748 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8749 environment variables.
8750
8751 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8752 gracefully if the user enters incorrect arguments.
8753
8754 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8755 Eshell buffers.
8756
8757 * eshell/esh-var.el (eshell-interpolate-variable):
8758 * eshell/esh-mode.el (eshell-move-argument):
8759 * eshell/em-unix.el (eshell-du-sum-directory):
8760 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8761 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8762 (not (= ...)).
8763
8764 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8765 to ensure the `preserve' flag gets propagated when doing recursive
8766 directory copies.
8767
87682000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8769
8770 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8771 Don't convert \n into \0177 in memory.
8772 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8773 and back again, when reading and writing.
8774
87752000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8776
8777 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8778 testing of `fboundp' on `processp'.
8779
8780 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8781 (eshell/jobs): Don't call process-list if it is not bound.
8782 (eshell-gather-process-output): Support systems where async
8783 subprocesses aren't supported.
8784 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8785 variables.
8786
8787 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8788 eshell-do-eval returns t.
8789 (eshell-do-pipelines-synchronously): New defmacro.
8790 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8791 when async subprocesses aren't supported.
8792 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8793 if async subprocesses aren't supported.
8794 (eshell-resume-command): Don't assume STATUS is a string.
8795
8796 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8797
8798 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8799 (eshell-close-target, eshell-get-target): Use eshell-processp.
8800 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8801 fix.
8802 (eshell-get-target, eshell-create-handles): Doc fix.
8803
88042000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8805
8806 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8807 criterion to include commands that output something, as long as it
8808 leaves both the command and the end-of-buffer visible when the
8809 command has exited.
8810 (eshell-review-quick-commands): Adjust the help doc string
8811 accordingly.
8812
88132000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8814
8815 * locate.el (locate): Cleaned up locate command's interactive prompting
8816 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8817
8818 * filecache.el (file-cache-case-fold-search): New variable
8819 (file-cache-assoc-function): New variable
8820 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8821 Use file-cache-case-fold-search variable
8822 (file-cache-add-file): Use file-cache-assoc-function
8823 (file-cache-delete-file): likewise
8824 (file-cache-directory-name): likewise
8825 (file-cache-debug-read-from-minibuffer): likewise
8826
88272000-08-28 Gerd Moellmann <gerd@gnu.org>
8828
8829 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8830 (abbrev-table-name): New function.
8831 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8832 If non-nil list local abbrev, only.
8833
88342000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8835
8836 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8837 from Gnus support code, and use special article copy buffer
8838 `(gnus-original-article-buffer)' instead. This allows to get rid
8839 of article-hide-headers usage (which breaks in the latest Gnus
8840 version). Thanks to Detlev Zundel.
8841
88422000-08-28 Kenichi Handa <handa@etl.go.jp>
8843
8844 * international/quail.el (quail-use-package): Hide "... loaded"
8845 message.
8846 (quail-start-translation, quail-start-conversion): Likewise.
8847
8848 * international/kkc.el (kkc-region): Hide "... loaded" message.
8849
88502000-08-27 Dave Love <fx@gnu.org>
8851
8852 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8853
88542000-08-27 Miles Bader <miles@gnu.org>
8855
8856 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8857
88582000-08-27 Kenichi Handa <handa@etl.go.jp>
8859
8860 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8861 'ja-dic-cnv), not (require 'skkdic-cnv).
8862
88632000-08-26 Miles Bader <miles@gnu.org>
8864
8865 * faces.el (face-x-resources): Add entry for :inherit.
8866 * cus-face.el (custom-face-attributes): Add support for :inherit
8867 attribute. Add support for relative face heights.
8868 (custom-face-attributes-get): Treat `nil' as being a default value
8869 for :inherit (as well as `unspecified').
8870
8871 * faces.el (set-face-attribute): Update doc string.
8872 (face-attribute-name-alist): Add :inherit.
8873 (face-valid-attribute-values): Handle :inherit.
8874 (face-read-string): Rephrase prompt to be less confusing.
8875 Assume that DEFAULT is a string, since we must return a string.
8876 (face-read-integer): Use `format' to turn DEFAULT into an
8877 acceptable default for face-read-string. Match NEW-VALUE against
8878 the string "unspecified", not the symbol `unspecified', since
8879 that's what face-read-string returns.
8880 (read-face-attribute): Lookup a name for old-value in valid, and
8881 use it as a default if we find one. Treat all values from
8882 face-read-string as strings. If the default is used, don't do any
8883 more processing on the value, just use the old value directly.
8884 (read-face-and-attribute, modify-face): Tweak prompt.
8885 (read-face-name): Don't assume prompt ends with a space.
8886
8887 * faces.el (describe-face): Add support for :inherit attribute.
8888
88892000-08-25 Kenichi Handa <handa@etl.go.jp>
8890
8891 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8892 concat doesn't accept interger.
8893
8894 * international/kkc.el: Remove SKK from Keywords. Require
8895 ja-dic-utl instead of skkdic-utl.
8896
8897 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8898 Provide ja-dic-cnv instead of skkdic-cnv.
8899 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8900 (iso-2022-7bit-short): Add safe-charsets property.
8901 (skkdic-convert-postfix): Search Japanese chou-on character in
8902 addition to Hiragana character.
8903 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8904 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8905 (batch-skkdic-convert): Likewise.
8906
8907 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8908 Provide ja-dic-utl instead of skkdic-utl.
8909 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8910
89112000-08-24 Dave Love <fx@gnu.org>
8912
8913 * disp-table.el (standard-display-default): Make the test of `l'
8914 useful.
8915
8916 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8917 mod sample text.
8918
8919 * international/iso-ascii.el: Make pilcrow convenient string
8920 consistent with section.
8921 (iso-ascii-display): Set up multibyte characters as well as
8922 unibyte.
8923
89242000-08-24 Kenichi Handa <handa@etl.go.jp>
8925
8926 * international/mule-cmds.el (reset-language-environment): Set
8927 default-process-coding-system to '(undecided . iso-latin-1), which
8928 makes process I/O almost consistent with file I/O. Call this
8929 function when mule-cmds.el[c] is loaded.
8930
89312000-08-22 Andrew Innes <andrewi@gnu.org>
8932
8933 * makefile.w32-in: New file.
8934
89352000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8936
8937 * comint.el (comint-output-filter): Compare end of
8938 comint-last-output-overlay with the start of the newly inserted
8939 text, not the end, when deciding whether to extend it.
8940 Set saved-point's insertion type to advance after insertion.
8941
8942 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8943 since this is now done independently of font-lock mode.
8944
89452000-08-21 Gerd Moellmann <gerd@gnu.org>
8946
8947 * server.el (server-kill-new-buffers): New user option.
8948 (server-existing-buffer): New buffer-local variable.
8949 (server-visit-files): When using an existing buffer, set
8950 server-existing-buffer to t.
8951 (server-buffer-done): If server-kill-new-buffers is t, kill the
8952 buffer, unless it was already present before visiting it with
8953 Emacs server.
8954
89552000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8956
8957 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8958 even if the display doesn't support colors: some displays will
8959 support bold/underline faces.
8960
89612000-08-21 Gerd Moellmann <gerd@gnu.org>
8962
8963 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8964
8965 * startup.el (command-line): If user's init file had an error,
8966 add explanatory text to *Messages*.
8967
89682000-08-21 Kenichi Handa <handa@etl.go.jp>
8969
8970 * man.el (Man-getpage-in-background): Decode the process output by
8971 the system locale coding system.
8972
89732000-08-20 Dave Love <fx@gnu.org>
8974
8975 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8976 Don't test x-popup-menu.
8977 (function) <complete-function>: Complete only fbound symbols.
8978 <validate, value>: New.
8979 (variable) <complete-function>: Complete only bound symbols.
8980 (coding-system): Add :base-only, :complete-function, :validate,
8981 :value, :prompt-match.
8982 (widget-coding-system-prompt-value): Use read-coding-system and
8983 act on :base-only.
8984 (editable-field): Add :help-echo.
8985 (widget-push-button-gui, widget-push-button-cache)
8986 (widget-gui-action, widget-editable-list-gui): COmment out, along
8987 with uses.
8988 (widget-at): Make arg optional.
8989 (widget-echo-help): Adjust for current help-echo calling sequence.
8990 (widget-specify-field, widget-specify-button)
8991 (widget-specify-insert, widget-get-sibling, widget-image-find)
8992 (widget-convert, widget-insert, widget-leave-text)
8993 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8994 (widget-setup, widget-field-find, widget-before-change)
8995 (widget-after-change, widget-default-complete)
8996 (widget-default-create, widget-default-delete)
8997 (widget-push-button-value-create, editable-field)
8998 (widget-field-prompt-value, widget-field-validate)
8999 (widget-choice-value-create, widget-choice-action)
9000 (widget-choice-validate, widget-checklist-add-item)
9001 (widget-radio-add-item, widget-radio-chosen)
9002 (widget-radio-value-inline, widget-editable-list-value-create)
9003 (widget-editable-list-entry-create)
9004 (widget-documentation-link-add)
9005 (widget-documentation-string-value-create)
9006 (widget-regexp-validate, widget-file-complete)
9007 (widget-sexp-validate, widget-plist-convert-widget)
9008 (widget-plist-convert-widget, widget-alist-convert-widget)
9009 (widget-alist-convert-widget, widget-color-complete): Simplify,
9010 particularly to avoid bindings which aren't optimized out.
9011
9012 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9013 Doc fix.
9014 (down-list, backward-up-list, up-list, kill-sexp)
9015 (backward-kill-sexp, mark-sexp): Make arg optional.
9016 (lisp-complete-symbol): Add optional arg PREDICATE.
9017
9018 * cus-start.el: Add display-buffer-reuse-frames,
9019 file-coding-system-alist.
9020
90212000-08-20 Gerd Moellmann <gerd@gnu.org>
9022
9023 * startup.el (command-line): Clear realized faces after
9024 modifying TTY color mappings.
9025
90262000-08-20 Miles Bader <miles@gnu.org>
9027
9028 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9029 merely a subset of FACE's attributes.
9030
90312000-08-19 Miles Bader <miles@gnu.org>
9032
9033 * comint.el (comint-output-filter): Save the point with a marker,
9034 not just a buffer position.
9035
9036 * international/mule.el (set-buffer-process-coding-system): Make
9037 interactive prompt less confusing.
9038
90392000-08-19 Gerd Moellmann <gerd@gnu.org>
9040
9041 * hilit-chg.el: General cleanup of doc strings, comments and
9042 code formatting.
9043
90442000-08-19 Miles Bader <miles@gnu.org>
9045
9046 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9047 Compiler macro removed; beginning-of-line is no longer always
9048 equivalent to forward-line, in the presence of fields.
9049
9050 * comint.el (comint-output-filter): Remove ad-hoc saving of
9051 restriction, and just use save-restriction, now that it works
9052 correctly. Don't adjust comint-last-input-start to account for
9053 our insertion; it shouldn't have moved because we don't use
9054 insert-before-markers anymore. Comment out call to
9055 `force-mode-line-update'; why is it here?
9056
9057 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9058 while checking for prompt to delete. Use `forward-line 0'
9059 instead of beginning-of-line.
9060 (gud-filter): Temporarily widen gud comint buffer while
9061 examining output.
9062
90632000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9064
9065 * progmodes/sh-script.el: Big bag of typos.
9066
9067 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9068 check since ispell-process is not bound when ispell is not yet loaded.
9069
90702000-08-18 Dave Love <fx@gnu.org>
9071
9072 * image.el (find-image): Copy `spec' before using plist-put.
9073
90742000-08-18 Gerd Moellmann <gerd@gnu.org>
9075
9076 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9077 `portugues'.
9078
9079 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9080 backward-kill-sexp, analogous to kill-sexp.
9081
9082 * progmodes/icon.el (icon-indent-line)
9083 (icon-is-continuation-line): Handle comments specially.
9084
90852000-08-17 Ken Stevens <k.stevens@ieee.org>
9086
9087 * ispell.el: Set to standard author/maintainer/keyword fields.
9088 Fine tuning to menu map appearance and operation, and added help.
9089 Remove `start' and `end' error messages when compiling.
9090 (ispell-choices-win-default-height): Fixed comment string.
9091 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9092 castellano8 dictionaries.
9093 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9094 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9095 dictionary, added italiano dictionary.
9096 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9097 word character
9098 (ispell-tex-skip-alists): Added psfig support.
9099 (ispell-skip-html): Renamed from ispell-skip-sgml.
9100 (ispell-begin-skip-region-regexp, ispell-skip-region)
9101 (ispell-minor-check): Improved html skipping support to skip across
9102 code, and recognize `&' commands without propper `;' syntax;
9103 (ispell-process-line): Fix alignment error when manually
9104 correcting spelling.
9105 (ispell): Fix comment string.
9106 (ispell-add-per-file-word-list): Always put word list on new line.
9107
91082000-08-17 Gerd Moellmann <gerd@gnu.org>
9109
9110 * format.el (format-encode-run-method): Fix error message to say
9111 `encode' instead of `decode'. Use save-window-excursion around
9112 shell-command-on-region as in format-decode-run-method because
9113 shell-command-on-region can display a buffer with error output.
9114 (format-decode): Don't record undo information for the decoding.
9115 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9116 that number part of the temporary buffer name so that more than
9117 one decoding using a temporary buffer can happen safely.
9118
9119 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9120 of `A-z' in the regexp.
9121
9122 * hilit-chg.el: Fix typos in commentary.
9123
9124 * help.el (view-emacs-news): Rewritten for new naming scheme
9125 for old NEWS files.
9126
9127 * startup.el (command-line): Pop to *Messages* in case an error
9128 is signaled while loading user-init-file.
9129
91302000-08-17 Andreas Schwab <schwab@suse.de>
9131
9132 * files.el (insert-directory): Don't lose original file name,
9133 undoing an undocumented change.
9134
91352000-08-17 Alex Schroeder <alex@gnu.org>
9136
9137 * sql.el (sql-magic-go): Use comint-bol.
9138 (sql-copy-column): Use comint-line-beginning-position.
9139 (comint-line-beginning-position): Define a replacement for
9140 comint-line-beginning-position if it is not fboundp.
9141
91422000-08-17 Alex Schroeder <alex@gnu.org>
9143
9144 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9145 it didn't have any effect anyway.
9146
91472000-08-17 Alex Schroeder <alex@gnu.org>
9148
9149 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9150 --pset and pager=off instead of sending \\o|cat at the beginning
9151 of the session.
9152
91532000-08-17 Miles Bader <miles@gnu.org>
9154
9155 * progmodes/octave-inf.el: Add compatibility definition of
9156 comint-line-beginning-position.
9157
91582000-08-17 Kenichi Handa <handa@etl.go.jp>
9159
9160 * startup.el (normal-top-level): Look in each dir in load-path for
9161 a leim-list.el file too. This assures of loading leim-list.el
9162 that is created at Emacs installation time even if a user have his
9163 own leim-list.el.
9164
91652000-08-17 Miles Bader <miles@gnu.org>
9166
9167 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9168 foreground color to black if the background is dark.
9169
91702000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9171
9172 * loadhist.el (unload-feature): Typo.
9173
9174 * finder.el (finder-compile-keywords):
9175 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9176 to the generated file.
9177
9178 * mail/mh-e.el (mh-make-local-vars):
9179 Replace make-variable-buffer-local with make-local-variable.
9180
9181 * play/landmark.el:
9182 * options.el (Edit-options-{set,toggle,t,nil}):
9183 * mail/mailabbrev.el (mail-abbrevs-mode):
9184 * textmodes/tex-mode.el (tex-expand-files):
9185 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9186
9187 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9188
9189 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9190 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9191 Allow going past the last element.
9192 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9193 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9194 (cvs-mouse-toggle-mark): Don't move point.
9195 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9196
9197 * progmodes/compile.el (grep): Provide a default set of files.
9198 (next-error): Docstring fix.
9199 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9200
9201 * emacs-lisp/easy-mmode.el (define-minor-mode):
9202 Use `symbol-value' to keep the byte-compiler quiet.
9203
9204 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9205 (diff-find-source-location): New fun, extracted from diff-goto-source.
9206 (diff-goto-source): Use it.
9207 (diff-next-complex-hunk, diff-filter-lines): New function.
9208 (diff-apply-hunk): New command.
9209
9210 * smerge-mode.el (smerge-mode-menu): Doc fix.
9211
9212 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9213
92142000-08-16 Dave Love <fx@gnu.org>
9215
9216 * windmove.el (windmove) <defgroup>: Add :version.
9217
9218 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9219 (goto-address-fontify-p, goto-address-highlight-p)
9220 (goto-address-url-face, goto-address-url-mouse-face)
9221 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9222 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9223 (goto-address-fontify, goto-address-at-mouse): Simplify,
9224 (goto-address-at-point): browse-url-url-at-point,
9225 goto-address-find-address-at-point can return nil.
9226 (goto-address-find-address-at-point): Return nil on failure.
9227
9228 * align.el (align) <defgroup>: Add :version.
9229
9230 * calculator.el (calculator): Add :version.
9231 (calculator): Use two lines for calculator window if `modeline'
9232 face is boxed.
9233
9234 * play/5x5.el: Doc fixes.
9235 (5x5) <defgroup>: Add :version.
9236
9237 * play/fortune.el (fortune) <defgroup>: Add :version.
9238 (fortune-append): Fix error message.
9239 (fortune-from-region): Doc fix.
9240
9241 * play/pong.el (pong): Doc fix.
9242
9243 * play/morse.el: Keywords, commentary, autoloads.
9244
92452000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9246
9247 * desktop.el (desktop-save): Don't look at symbol-value of a
9248 member of minor-mode-alist, unless it is boundp.
9249
92502000-08-16 Sam Steingold <sds@gnu.org>
9251
9252 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9253 `while'; use `with-current-buffer' instead of `save-excursion'.
9254 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9255
92562000-08-16 Kenichi Handa <handa@etl.go.jp>
9257
9258 * international/ccl.el (declare-ccl-program): Docstring modified.
9259 (ccl-execute-with-args): Likewise.
9260
92612000-08-16 Miles Bader <miles@gnu.org>
9262
9263 * progmodes/sql.el: Add compatibility definition of
9264 comint-line-beginning-position.
9265
92662000-08-15 Gerd Moellmann <gerd@gnu.org>
9267
9268 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9269 'buffer-menu' property.
9270 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9271 fails.
9272 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9273 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9274 wasn't killed.
9275
9276 * buff-menu.el (list-buffers-noselect): Don't display the
9277 *Buffer List* buffer.
9278
9279 * font-lock.el: Require jit-lock to prevent a very late
9280 `Loading jit-lock' message.
9281
9282 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9283 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9284 mail address.
9285
92862000-08-15 Miles Bader <miles@gnu.org>
9287
9288 * textmodes/ispell.el (ispell-graphic-p): New constant.
9289 (ispell-choices-win-default-height, ispell-help): Use
9290 `ispell-graphic-p' instead of `xemacsp'.
9291
92922000-08-15 Dave Love <fx@gnu.org>
9293
9294 * simple.el: Autoload widget-convert when compiling.
9295 (mail-user-agent): Doc fix.
9296
9297 * help.el (function-called-at-point, variable-at-point): Use
9298 with-syntax-table.
9299 (help-manyarg-func-alist): Add insert-and-inherit.
9300
9301 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9302
9303 * delsel.el (delsel-unload-hook): New function.
9304
9305 * find-file.el: Doc fixes. Move provide to end.
9306 (ff) <defgroup>: Add :link.
9307 (ff-goto-click): Deleted.
9308 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9309 Use mouse-set-point.
9310
9311 * textmodes/tildify.el: Doc fixes.
9312 (tildify) <defgroup>: Add:version.
9313
9314 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9315 (glasses-custom-set): Use set-default, not set.
9316 (minor-mode-alist): Propertize the lighter.
9317 (glasses-mode): Provide optional arg.
9318
9319 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9320 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9321 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9322 option. Provide :type.
9323 (cwarn-configuration): Provide :type.
9324 (cwarn-mode): Doc fix.
9325
9326 * add-log.el (change-log-merge): Doc fix.
9327 (change-log-redate): New command.
9328
9329 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9330 Doze and Dog.
9331 (browse-url): Use dolist, not mapcar.
9332 (browse-url-at-point): Check for null url.
9333 (browse-url-event-buffer, browse-url-event-point): Functions
9334 deleted.
9335 (browse-url-at-mouse, browse-url-netscape): Simplify.
9336
9337 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9338 modes.
9339 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9340 Fix previous change to mapcan.
9341 (msb--init-file-alist, msb--add-separators)
9342 (msb--make-keymap-menu): Simplify.
9343 (msb--choose-file-menu): Use copy-sequence.
9344 (msb-mode-map): Add title to keymap.
9345 (msb-unload-hook): New function.
9346
9347 * bs.el: Fix indentation.
9348 (bs) <defgroup>: Add :links.
9349 (bs-show): Doc fix.
9350 (bs-apply-sort-faces): Don't use window-system.
9351 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9352
93532000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9354
9355 * calendar/timeclock.el (timeclock-file): Run .timelog through
9356 convert-standard-filename.
9357
93582000-08-14 Gerd Moellmann <gerd@gnu.org>
9359
9360 * emacs-lisp/authors.el: New file.
9361
9362 * paren.el (show-paren-priority): New user option.
9363 (show-paren-function): Set overlay priorities to
9364 show-paren-priority.
9365
93662000-08-14 Miles Bader <miles@gnu.org>
9367
9368 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9369 beginning-of-line with inhibit-field-text-motion bound.
9370
93712000-08-14 Gerd Moellmann <gerd@gnu.org>
9372
9373 * calendar/timeclock.el: New file.
9374
93752000-08-14 David Ponce <david@dponce.com>
9376
9377 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9378 `widget-button-click'. so that one can use left mouse button to
9379 click on dialog buttons.
9380
93812000-08-14 Emmanuel Briot <briot@gnat.com>
9382
9383 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9384 identifiers, since XML is case sensitive
9385
93862000-08-12 Miles Bader <miles@gnu.org>
9387
9388 * comint.el (comint-output-filter): Don't bother frobbing
9389 window-start, it doesn't seem to be necessary.
9390
9391 * comint.el (comint-send-string, comint-send-region): Make into
9392 real functions. Snapshot the prompt before sending.
9393
93942000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9395
9396 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9397 technique similar to Info-index, instead of relying on specific
9398 names of relevant Index nodes.
9399 (Info-goto-emacs-command-node): Bind Info-history to nil when
9400 going to the first node found by Info-find-emacs-command-nodes.
9401
94022000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9403
9404 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9405
94062000-08-10 Miles Bader <miles@gnu.org>
9407
9408 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9409
94102000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * info.el (Info-file-list-for-emacs): More elements for the
9413 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9414 and woman manuals.
9415
94162000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9417
9418 * comint.el (comint-send-input): Make the newline boundary overlay
9419 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9420 (comint-output-filter): Use `insert' instead of
9421 `insert-before-markers'. Extend comint-last-output-overlay when
9422 necessary since we can't rely on insert-before-markers to do it.
9423 * gud.el (gud-filter): Use `with-current-buffer' instead of
9424 save-excursion when inserting the output, so that point gets
9425 updated correctly; the old method relied on a rather dodgy
9426 side-effect of comint-output-filter to avoid the effect of
9427 save-excursion.
9428
94292000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9430
9431 * files.el (recover-file): Call insert-directory instead of
9432 invoking `ls' directly.
9433
94342000-08-10 Miles Bader <miles@gnu.org>
9435
9436 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9437 (comint-last-prompt-overlay): New variables.
9438 (comint-output-filter): Implement prompt highlighting.
9439 (comint-snapshot-last-prompt): New function.
9440 (comint-send-input): Snapshot the last prompt.
9441 Use comint-highlight-input-face.
9442 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9443 Use defface instead of defcustom.
9444 (send-invisible, comint-send-eof): Snapshot the last prompt.
9445 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9446 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9447
94482000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9449
9450 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9451 (regexp-opt-group): Use a list of chars for `letters'.
9452 (regexp-opt-charset): `chars' is now a list of chars.
9453 Use a char-table rather than a vector so it works for multibyte chars.
9454
9455 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9456 Set cvs-minor-current-files to the selected fileinfo.
9457 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9458 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9459
94602000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9461
9462 * files.el (insert-directory): Don't call access-file on
9463 directories on DOS and Windows.
9464
94652000-08-09 Kenichi Handa <handa@etl.go.jp>
9466
9467 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9468 longer if necessary.
9469 (ccl-embed-code): Call ccl-embed-data to store CODE in
9470 ccl-program-vector.
9471
94722000-08-09 Miles Bader <miles@gnu.org>
9473
9474 * comint.el (comint-output-filter): Properly handle the case where
9475 the text surrounded by comint-last-output-overlay was deleted.
9476
94772000-08-08 Gerd Moellmann <gerd@gnu.org>
9478
9479 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9480 non-nil.
9481 (Info-file-list-for-emacs): Remove "info" from the list because
9482 that leads to trying to use the documentation from file `info'
9483 in various situations where it isn't appropriate, for instance
9484 C-h C-k C-h i.
9485
9486 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9487 DIR and/or STRING are nil.
9488
9489 * progmodes/compile.el (compilation-setup): Make variable
9490 compilation-error-screen-columns buffer-local, as some comment
9491 in the code suggests it should be.
9492
9493 * files.el (auto-mode-interpreter-regexp): New variable.
9494 (set-auto-mode): Use it.
9495
9496 * indent.el (indent-for-tab-command): Doc fix.
9497
9498 * mouse-sel.el (mouse-sel-mode): Doc fix.
9499
9500 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9501 labels.
9502
9503 * help.el (print-help-return-message): When
9504 display-buffer-reuse-frames is set, let the help window been quit,
9505 instead of deleting it, which might delete a reused frame.
9506
95072000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9508
9509 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9510 rename a directory to a name that differs only by its letter case.
9511
95122000-08-08 Kenichi Handa <handa@etl.go.jp>
9513
9514 * international/quail.el (quail-define-rules): Handle Quail decode
9515 map correctly. Add code for supporting annotations.
9516 (quail-install-decode-map): New function.
9517 (quail-defrule-internal): New optional arguments decode-map and
9518 props.
9519 (quail-advice): New function.
9520
95212000-08-07 Sam Steingold <sds@gnu.org>
9522
9523 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9524 `defconst', `define-condition', `with-slots'.
9525 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9526
95272000-08-03 Miles Bader <miles@gnu.org>
9528
9529 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9530 New variable.
9531 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9532 comint-use-prompt-regexp-instead-of-fields.
9533 (comint-send-input): Add `input' field property to stuff we send to
9534 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9535 (comint-output-filter): Add `output' field property to process
9536 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9537 (comint-replace-by-expanded-history)
9538 (comint-get-old-input-default, comint-show-output)
9539 (comint-backward-matching-input, comint-forward-matching-input)
9540 (comint-next-prompt, comint-previous-prompt): Use field
9541 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9542 (comint-line-beginning-position): New function.
9543 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9544 (comint-replace-by-expanded-history-before-point): Use
9545 comint-line-beginning-position and line-end-position.
9546 (comint-last-output-overlay): New variable.
9547 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9548
9549 * shell.el (shell-prompt-pattern): Doc change.
9550 (shell-backward-command): Use line-beginning-position.
9551
9552 * gud.el (gud-gdb-complete-command): Use
9553 comint-line-beginning-position.
9554
9555 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9556 comint-bol doesn't actually go to the beginning of the line.
9557
9558 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9559 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9560 (try-expand-line-all-buffers): Likewise.
9561
9562 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9563 explicitly matching comint-prompt-regexp.
9564 (sql-copy-column): Use comint-line-beginning-position instead of
9565 explicitly matching comint-prompt-regexp.
9566
9567 * progmodes/octave-inf.el (inferior-octave-complete): Use
9568 comint-line-beginning-position.
9569
9570 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9571
9572 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9573 looking for a prompt, use `forward-line 0' instead of
9574 `beginning-of-line', to avoid getting caught by an input field.
9575
95762000-08-07 Gerd Moellmann <gerd@gnu.org>
9577
9578 * files.el (shell-quote-wildcard-pattern): Make sure to return
9579 PATTERN, in the Unix case.
9580
95812000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9582
9583 * play/zone.el (zone): Discard any pending input before running
9584 the randomly-chosen pgm.
9585
95862000-08-07 Kenichi Handa <handa@etl.go.jp>
9587
9588 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9589 checking the existence of any multibyte characters.
9590
95912000-08-06 Gerd Moellmann <gerd@gnu.org>
9592
9593 * help.el (describe-mode): Test minor-mode symbol for being
9594 bound before testing its value for being nil.
9595
9596 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9597 `first', `second', and `third'.
9598
9599 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9600 (second): Make it an alias for `cadr'.
9601
96022000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9603
9604 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9605 types of display support faces now.
9606
96072000-08-05 Gerd Moellmann <gerd@gnu.org>
9608
9609 * pcvs.el (require): Require `cl' during compilation, only.
9610
9611 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9612 (toplevel): Remove `remq' and `remove' from autoloads.
9613 (cl-fake-autoloads): New variable. If set, arrange for an error
9614 when CL functions etc. are autoloaded.
9615
96162000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9617
9618 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9619
9620 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9621 popped up, but the user clicks outside the menu, return an empty
9622 regexp (that causes unhighlight-regexp to have no effect).
9623
9624 * menu-bar.el (menu-bar-games-menu): Add Zone.
9625
9626 * hi-lock.el (toplevel): Require font-lock.
9627
96282000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9629
9630 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9631 (ebnf-8-bit-chars): New var for bug fix.
9632 (ebnf-string): Bug fix.
9633
96342000-08-03 Sam Steingold <sds@gnu.org>
9635
9636 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9637 instead of `buffer-string'.
9638 (require 'cl): Always, not just when compiling.
9639 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9640 necessary.
9641
96422000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9643
9644 * international/mule-cmds.el (select-safe-coding-system): Make
9645 the message text about selecting a safe coding system more clear.
9646
96472000-08-02 Gerd Moellmann <gerd@gnu.org>
9648
9649 * hi-lock.el: New file.
9650
9651 * play/zone.el: New file.
9652
9653 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9654 value of tab-width in the original buffer. Choose a line number
9655 format that's a multiple of the original buffer's tab width, so
9656 that lines appear right.
9657
9658 * textmodes/ispell.el (ispell): New function, replacing an alias.
9659 Spell-check active region if in transient-mark-mode and mark
9660 is active; otherwise spell-check buffer.
9661
96622000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9663
9664 * ps-mule.el: Fix a customization problem on
9665 ps-mule-font-info-database-default.
9666
96672000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9668
9669 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9670 display-mouse-p instead of window-system.
9671 (ebrowse-member-mode-map): Ditto.
9672
96732000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9674
9675 * progmodes/ebnf2ps.el: Update ps-print functions call.
9676 Indentation fix. Doc fix.
9677 (ebnf-version): New version number (3.2).
9678 (ebnf-format-color, ebnf-begin-job): Code fix.
9679
96802000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9681
9682 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9683 font lock support on window-system.
9684 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9685
9686 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9687 display-color-p, if fboundp, instead of window-system.
9688
96892000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9690
9691 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9692 instead of window-system.
9693
9694 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9695 window-system.
9696 (widget-choice-mouse-down-action): Use display-popup-menus-p
9697 instead of window-system.
9698
9699 * strokes.el (strokes-file): Run the file name through
9700 convert-standard-filename.
9701 (strokes-mode): Call display-mouse-p instead of looking at
9702 window-system. Change the error message accordingly.
9703
9704 * progmodes/cpp.el (toplevel): Support faces on tty's.
9705
9706 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9707 (lm-plot-square, lm-init-display): Don't use window-system.
9708
9709 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9710 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9711
9712 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9713 instead of looking at window-system.
9714
97152000-07-30 Gerd Moellmann <gerd@gnu.org>
9716
9717 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9718 of testing if iswitchb-prepost-hooks is bound, because the
9719 latter will always be true when invoking a recursive minibuffer
9720 from an active Iswitchb buffer.
9721
97222000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9723
9724 * files.el (shell-quote-wildcard-pattern): New function.
9725 (insert-directory): Call it. Only prepend "\" to command on Unix
9726 and GNU/Linux systems.
9727
97282000-07-30 Gerd Moellmann <gerd@gnu.org>
9729
9730 * eshell/esh-groups.el: Change custom :link file names
9731 from `eshell.info' to `eshell'.
9732
97332000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9734
9735 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9736 correctly in recursive ange-ftp listings.
9737
97382000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9739
9740 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9741 ps-header-font-size-internal and
9742 ps-header-title-font-size-internal variables are not set,
9743 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9744 face text property is (foreground-color . COLOR) or
9745 `(background-color . COLOR)', ps-print crashes. Doc fix.
9746 (ps-print-version): New version number (5.2.4).
9747 (ps-plot-region): Code fix.
9748 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9749 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9750 Bug fix 2.
9751
97522000-07-30 Milan Zamazal <pdm@freesoft.cz>
9753
9754 * glasses.el (glasses-make-readable): Fix uncapitalization of
9755 identifiers like `myXMLDocument'.
9756
97572000-07-28 Karl Fogel <kfogel@red-bean.com>
9758
9759 * mail/mail-hist.el (mail-hist-previous-input)
9760 (mail-hist-next-input): Do the obvious code factorization.
9761 (mail-hist-retrieve-and-insert): New func, contains common
9762 code of above two.
9763 If inserting a message body, leave point at top.
9764
97652000-07-28 Sam Steingold <sds@gnu.org>
9766
9767 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9768 Use `<=', not `<' to compare times!
9769 (ange-ftp-ls): Remove.
9770
97712000-07-27 Gerd Moellmann <gerd@gnu.org>
9772
9773 * play/cookie1.el: Add explanation of how to make cookie.el
9774 compatible with strfile(1) to comment.
9775
9776 * subr.el (remove, remq): New functions.
9777
9778 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9779 escape `*' in regexps.
9780 (midnight-find): Reverse order of arguments in the funcall of
9781 TEST.
9782
9783 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9784 and `.class'.
9785
9786 * play/meese.el: Add Commentary section.
9787
97882000-07-27 Alex Schroeder <alex@gnu.org>
9789
9790 * sql.el (sql-ms): Added autoload cookie.
9791 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9792 (sql-oracle): Ditto.
9793 (sql-help): Doc change.
9794
9795 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9796 types and exceptions.
9797
97982000-07-27 Alex Schroeder <alex@gnu.org>
9799
9800 * sql.el (sql-placeholder-history): New variable.
9801 (sql-query-placeholders-and-send): New function that will query
9802 the user and replace placeholders with user input.
9803 (sql-oracle): If running on NT, set comint-input-sender to
9804 sql-query-placeholders-and-send.
9805
9806 (sql-stop): If in the SQLi buffer, insert stop notification, else
9807 present it as a message.
9808
98092000-07-27 Alex Schroeder <alex@gnu.org>
9810
9811 * sql.el (sql-input-ring-separator): Doc change.
9812 (sql-input-ring-file-name): Doc change.
9813 (sql-interactive-mode): Use `sql-input-ring-separator' and
9814 `sql-input-ring-file-name' to set the comint-mode equivalents
9815 without making them local variables.
9816 (sql-stop): Don't bind `sql-input-ring-separator' and
9817 `sql-input-ring-file-name' dynamically to their comint-mode
9818 equivalents.
9819
98202000-07-27 Kenichi Handa <handa@etl.go.jp>
9821
9822 * international/mule.el (register-char-codings): New function.
9823 (make-coding-system): Handle `safe-chars' specification in the arg
9824 PROPERTY.
9825
9826 * international/mule-cmds.el
9827 (find-coding-systems-region-subset-p): This function deleted.
9828 (sort-coding-systems-predicate): New variable.
9829 (sort-coding-systems): New function.
9830 (find-coding-systems-region): Use
9831 find-coding-systems-region-internal.
9832 (find-coding-systems-string): Use find-coding-systems-region.
9833 (find-coding-systems-for-charsets): Check
9834 char-coding-system-table.
9835 (select-safe-coding-system-accept-default-p): New variable.
9836 (select-safe-coding-system): Mostly rewritten. New argument
9837 ACCEPT-DEFAULT-P.
9838 (select-message-coding-system): Call select-safe-coding-system
9839 with ACCEPT-DEFAULT-P arg.
9840 (reset-language-environment): Reset default-sendmail-coding-system
9841 to the default value iso-latin-1.
9842 (set-language-environment): Don't set the obsolete variable
9843 charset-origin-alist.
9844
9845 * international/codepage.el (cp-coding-system-for-codepage-1):
9846 Give `safe-chars' property to make-coding-system.
9847
9848 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9849 calling select-message-coding-system twice.
9850
9851 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9852 instead of `safe-charsets'.
9853 (cyrillic-alternativnyj): Likewise.
9854 (ccl-encode-alternativnyj): Don't check the charset
9855 cyrillic-iso8859-5.
9856
98572000-07-27 Kenichi Handa <handa@etl.go.jp>
9858
9859 * composite.el (compose-chars-after): Preserve match data.
9860
98612000-07-26 Sam Steingold <sds@gnu.org>
9862
9863 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9864 (ange-ftp-real-file-newer-than-file-p): New function.
9865 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9866 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9867
9868 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9869 * midnight.el (midnight-float-time): Ditto.
9870
98712000-07-26 Andreas Schwab <schwab@suse.de>
9872
9873 * files.el (normal-backup-enable-predicate): Correct
9874 interpretation of the return value of compare-strings.
9875
98762000-07-26 Gerd Moellmann <gerd@gnu.org>
9877
9878 * isearch.el (isearch-resume): New function.
9879 (isearch-done): Add something to command-history to resume
9880 the search.
9881 (isearch-yank-line, isearch-yank-word): Use
9882 buffer-substring-no-properties instead of buffer-substring.
9883
9884 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9885 of flyspell-mouse-map.
9886
9887 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9888 duplicate definition.
9889 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9890
9891 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9892 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9893
98942000-07-25 Sam Steingold <sds@gnu.org>
9895
9896 * net/ange-ftp.el: Get modtime over the net.
9897 (ange-ftp-file-modtime): New function.
9898 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9899 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9900 Use it.
9901 (ange-ftp-dot-to-slash): New function.
9902 (ange-ftp-fix-name-for-vms): Use it.
9903
9904 * midnight.el (midnight-buffer-display-time): Use
9905 `with-current-buffer'.
9906
99072000-07-25 Gerd Moellmann <gerd@gnu.org>
9908
9909 * find-dired.el: Update copyright notice.
9910 (find-dired): Offer to kill a running `find'.
9911
9912 * enriched.el (enriched-face-ans): For a `foreground-color'
9913 property, return '(("x-color" COLOR))' so that COLOR will be
9914 output as a parameter of the x-color annotation. Likewise for the
9915 `background-color' property. In the case of normal face
9916 properties, don't return annotations for unspecified foreground
9917 and background face attributes.
9918
99192000-07-25 Kenichi Handa <handa@etl.go.jp>
9920
9921 * language/japan-util.el (japanese-katakana-region): Fix handling
9922 HANKAKU argument.
9923
99242000-07-25 Miles Bader <miles@gnu.org>
9925
9926 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9927 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9928 constrain-to-field.
9929
99302000-07-24 Andrew Innes <andrewi@gnu.org>
9931
9932 * timer.el (timer-activate-when-idle): Add optional parameter
9933 DONT-WAIT. Update docstring.
9934 (run-with-idle-timer): Specify extra parameter to
9935 timer-activate-when-idle, so that timer will be activated
9936 immediately if Emacs is already idle.
9937
9938 * w32-fns.el (w32-using-nt): Fix docstring.
9939
99402000-07-24 Dave Love <fx@gnu.org>
9941
9942 * mouse.el (popup-menu): Set last-command-event.
9943 (mouse-major-mode-menu-prefix): Declare.
9944
99452000-07-24 Gerd Moellmann <gerd@gnu.org>
9946
9947 * textmodes/flyspell.el: Update to author's version 1.5d.
9948
9949 * progmodes/hideshow.el: Update copyright notice.
9950
9951 * vcursor.el: Set maintainer to FSF, since author cannot
9952 be reached.
9953
99542000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9955
9956 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9957 the prompt.
9958
9959 * mouse.el (popup-menu): Run the keymap through indirect-function,
9960 in case it was defined with define-prefix-key. If the menu is a
9961 list of keymaps, look up the binding of user's choice in each one
9962 of the keymaps.
9963 (mouse-popup-menubar): If the global and local menu-bar keymaps
9964 don't have a prompt string, create one and insert it into the
9965 keymap. Don't barf if current-local-map returns nil.
9966
99672000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9968
9969 * dired.el (dired-sort-R-check): Added to allow recursive listing
9970 to be undone.
9971 (dired-sort-other): Use it.
9972
99732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9974
9975 * Release of cc-mode 5.27
9976
99772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9978
9979 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9980 c-beginning-of-statement-1 that caused a bad case of recursion
9981 which could consume a lot of CPU in large classes in languages
9982 that have in-expression classes (i.e. Java and Pike).
9983
9984 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9985 statements before top level constructs (i.e. case 6 is moved
9986 before case 5 and is now case 4) to catch in-expression
9987 classes in top level expressions correctly.
9988
99892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9990
9991 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9992 objc-method-intro. Case 4 removed and case 5I added.
9993
9994 * cc-langs.el (c-append-paragraph-start): New variable used by
9995 c-common-init to get paragraph-start correct.
9996 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9997 initialize paragraph-start to make it correct both with and
9998 without the javadoc special case.
9999
10000 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10001 initialize paragraph-start for javadoc markup.
10002
10003 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10004 change by defaulting this to t. It's motivated by the
10005 confusing behavior that otherwise arise from the style system
10006 when editing both java and non-java files at the same time
10007 (see the comments about style setting in c-common-init).
10008
100092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10010
10011 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10012 similar to the one in c-fill-paragraph to check the fill
10013 prefix from the adaptive fill function for sanity.
10014
100152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10016
10017 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10018 defun block.
10019
100202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10021
10022 * cc-mode.texi Documented the change of cpp-macro.
10023
100242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10025
10026 * cc-align.el (c-lineup-multi-inher): Handle lines with
10027 leading comma nicely. Extended to handle member initializers
10028 too.
10029
10030 * cc-engine.el: (c-beginning-of-inheritance-list,
10031 c-guess-basic-syntax): Fixed recognition of inheritance lists
10032 when the lines begins with a comma.
10033
10034 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10035
10036 * cc-vars.el (c-offsets-alist): Changed default for
10037 member-init-cont to c-lineup-multi-inher since it now handles
10038 member initializers and indents better for leading commas.
10039
100402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10041
10042 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10043 handling that caused class open lines to be recognized as
10044 statement-conts in some cases.
10045
10046 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10047 guessed by the adaptive fill function unless point is on the
10048 first line of a block comment.
10049
10050 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10051 when the buffer ends with a macro continuation char.
10052
10053 * cc-engine.el (c-guess-basic-syntax): Added support for
10054 function definitions as statements in Pike. The first
10055 statement in a lambda block is now labeled defun-block-intro
10056 instead of statement-block-intro.
10057
10058 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10059 so that the class surrounding point is selected, not the one
10060 innermost in the state.
10061
10062 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10063 recognition of switch labels having hanging multiline
10064 statements.
10065
10066 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10067 some code in c-guess-basic-syntax to a separate function.
10068 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10069 recognition of member inits with multiple line arglists.
10070 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10071 member-init-cont when the commas are in funny places.
10072
100732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10074
10075 * cc-defs.el (c-auto-newline): Removed this macro since it's
10076 not used anymore.
10077
10078 * cc-engine.el (c-looking-at-bos): New helper function.
10079 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10080 inexpr and toplevel classes apart in Pike.
10081
10082 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10083 of case 9A.
10084
10085 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10086 constant, since "class" can introduce an in-expression class
10087 in Pike nowadays.
10088
100892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10090
10091 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10092 indentation on cpp-macro lines.
10093
10094 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10095 a syntax modifier like comment-intro, to make it possible to
10096 get syntactic indentation for preprocessor directives. It's
10097 incompatible wrt to lineup functions on cpp-macro, but it has
10098 no observable effect in the 99.9% common case where cpp-macro
10099 is set to -1000.
10100
101012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10102
10103 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10104 member-init-cont when the preceding arglist is several lines.
10105
101062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10107
10108 * cc-styles.el (c-style-alist): The basic offset for the BSD
10109 style corrected to 8.
10110
101112000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10112
10113 * cc-styles.el (c-style-alist): Adjusted the indentation of
10114 brace list openers in the gnu style.
10115
101162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10117
10118 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10119
10120 * cc-cmds.el (c-electric-brace, c-electric-slash,
10121 c-electric-star, c-electric-semi&comma, c-electric-colon,
10122 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10123 when c-syntactic-indentation is nil.
10124
10125 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10126 we were left at comments preceding the first statement when
10127 reaching the beginning of the buffer.
10128
10129 * cc-vars.el (c-syntactic-indentation): New variable to turn
10130 off all syntactic indentation.
10131
101322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10133
10134 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10135 between the text and the block comment ender when it hangs,
10136 depending on how many there are before the fill.
10137
101382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10139
10140 * cc-engine.el (c-beginning-of-closest-statement): New helper
10141 function to go back to the closest preceding statement start,
10142 which could be inside a conditional statement.
10143 * cc-engine.el (c-guess-basic-syntax): Use
10144 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10145
10146 * cc-engine.el (c-guess-basic-syntax): Better handling of
10147 arglist-intro, arglist-cont-nonempty and arglist-close when
10148 the arglist is nested inside parens. Cases 7A, 7C and 7F
10149 changed.
10150
10151 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10152 up-to-date with javadoc 1.2.
10153
101542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10155
10156 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10157 multiline Pike type decls.
10158
101592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10160
10161 * cc-cmds.el (c-indent-new-comment-line): Always break
10162 multiline comments in multiline mode, regardless of
10163 comment-multi-line.
10164
101652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10166
10167 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10168 fully::qualified::names in C++ member init lists. Preamble in
10169 case 5D changed.
10170
101712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10172
10173 * cc-langs.el (c-common-init): Handling of obsolete variables
10174 moved to c-initialize-cc-mode. More compatible style override
10175 when using global style variables.
10176 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10177 variables moved here.
10178
10179 * cc-mode.texi: Documented the special behavior of
10180 c-special-indent-hook as a style variable. Don't talk about
10181 doing (c-make-styles-buffer-local t) in a mode hook, since
10182 that's already too late to work right.
10183
10184 * cc-styles.el (c-make-styles-buffer-local): Flag style
10185 variable localness in c-style-variables-are-local-p to make
10186 the compatibility measure in c-common-init work well.
10187
10188 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10189 longer contain set-from-style.
10190 * cc-styles.el (c-initialize-builtin-style): Don't check for
10191 set-from-style on c-special-indent-hook.
10192 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10193 copy-alist is sufficient now.
10194
10195 * cc-styles.el (c-set-style, c-set-style-1,
10196 c-get-style-variables): Fixes to variable initialization so
10197 that duplicate entries in styles have the same effect
10198 regardless of DONT-OVERRIDE.
10199
10200 * cc-styles.el (c-set-style-2): Fixed bug where the
10201 initialization of inheriting styles failed when the
10202 dont-override flag is set.
10203
10204 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10205 on this.
10206
102072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10208
10209 * cc-defs.el (c-forward-comment): Removed the workaround
10210 introduced in 5.38 since it had worse side-effects. If a line
10211 contains the string "//\"", it regarded the // as a comment
10212 start since the \ temporarily doesn't have escape syntax.
10213
102142000-07-17 Emmanuel Briot <briot@act-europe.fr>
10215
10216 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10217 ada-xref.el before ada-prj.el, so that the Project menu is created
10218 when ada-prj tries to add to it.
10219 (ada-activate-keys-for-case): Suppress the characters that are not
10220 part of the Ada syntax. Better compatibility with else-mode
10221 (ada-adjust-case-interactive): When auto-casing is not active,
10222 correctly insert newlines (used to insert only ^M). Prevent the
10223 syntax table from being changed in case of an error
10224 (or '_' becomes part of a word and some commands are confused).
10225 Do nothing if ada-auto-case is nil.
10226 (ada-after-keyword-p): Ignore keywords that are also attributes
10227 (ada-batch-reformat): Update usage comment
10228 (ada-call-from-contextual-menu): New function
10229 (ada-case-read-exceptions): Reinitialize the casing exception list
10230 first to nil first, so that the casing exception file can be
10231 shared.
10232 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10233 files.
10234 (ada-compile-goto-error): Fix regexp used to detect a file:line
10235 anywhere in the error message
10236 (ada-contextual-menu-last-point): New variable
10237 (ada-create-keymap): If the variable delete-key-deletes-forward is
10238 t on XEmacs, it means that DEL should delete one character
10239 forward.
10240 (ada-create-menu): Use :included instead of :visible for XEmacs.
10241 New submenu "Options".
10242 (ada-end-stmt-re): Correctly indent "select ... then abort"
10243 statements.
10244 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10245 even if they don't match ada-fill-comment-prefix Fix handling of
10246 paragraphs on the first or last line of a file.
10247 (ada-format-paramlist): Fix handling of default parameter values.
10248 (ada-get-body-name): New function.
10249 (ada-get-current-indent): Optimized by searchling directly for an
10250 existing generic part or a statement outside of it. Handle
10251 ada-indent-align-comments when indenting comments Replaced some
10252 regexps by testing directly the next character. This results in a
10253 huge speedup on some files. New indentation scheme for renames
10254 statements. Stop looking for the 'while' or 'for' associated with
10255 a 'loop' at the first semicolon encountered. A "return" can also
10256 match an anonymous access subprogram declaration.
10257 (ada-get-indent-noindent): Ignore strings and comments when
10258 looking for the keywords "record" and "private".
10259 (ada-goto-matching-decl-start): When matching "if", make sure we
10260 are not in fact seeing "end if". Ignore "when" statements except
10261 when initial keyword was "begin". Fix handling of nested
10262 procedures. Add a recursive call to this function to skip over
10263 other 'end' statmts. Fix indentation for "when .. => begin"
10264 (ada-in-open-paren-p): Fix indentation for complex boolean
10265 expressions, where 'and then', 'or else' and parenthesis
10266 statements are mixed up.
10267 (ada-in-paramlist-p): Skip comments while searching for the
10268 beginning Fix handling of operator declarations.
10269 (ada-indent-align-comments): New variable
10270 (ada-indent-current): Change the syntax table only in the
10271 protected section, so that we are sure it is restored correctly.
10272 (ada-indent-on-previous-lines): Use ada-use-indent and
10273 ada-with-indent Correctly indent "select ... then"
10274 (ada-indent-region): Slight speedup.
10275 (ada-indent-renames): New variable.
10276 (ada-last-which-function-subprog, ada-last-which-function-line):
10277 New variables
10278 (ada-looking-at-semi-private): Correctly indent the 'private'
10279 keyword when it is the first word in a package declaration.
10280 (ada-loose-case-word): Stop searching if at the end of the buffer.
10281 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10282 even if point is not initially at the end of the word.
10283 (ada-matching-decl-start-re): Add "when".
10284 (ada-mode): Add support for abbrev-mode, outline-mode and
10285 which-func-mode Override the old find-file.el entry in
10286 ff-special-constructs since it is using the obsolete
10287 ada-spec-suffix variable
10288 (ada-no-auto-case): New function
10289 (ada-scan-paramlist): When parsing the argument type, accept
10290 spaces (as in "X 'Class", generated by Rational Rose).
10291 (ada-other-file-name): No longer loads the other file.
10292 (ada-popup-menu): Save and restore the current buffer and cursor
10293 position before and after displaying the menu.
10294 (ada-search-ignore-complex-boolean): New function.
10295 (ada-uncomment-region): Emacs21 already knows how to delete
10296 comments not starting in the first column.
10297 (ada-use-indent): New variable
10298 (ada-which-function): New function.
10299 (ada-with-indent): New variable
10300 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10301 can be batch-compiled from the command line.
10302
10303 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10304 Add to the menu when the file is loaded, not in ada-mode-hook.
10305 Add -toolbar to the default ddd command Switches moved from
10306 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10307 ada-prj-default-comp-opt
10308 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10309 Reference Manual to the menu
10310 (ada-check-current): rewritten as a call to ada-compile-current
10311 (ada-compile): Removed.
10312 (ada-compile-application, ada-compile-current, ada-check-current):
10313 Set the compilation-search-path so that compile.el automatically
10314 finds the sources in src_dir. Automatic scrollong of the
10315 compilation buffer. C-uC-cC-c asks for confirmation before
10316 compiling
10317 (ada-compile-current): New parameter, prj-field
10318 (ada-complete-identifier): Load the .ali file before doing
10319 processing
10320 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10321 conform to gnatmake's behavior.
10322 (ada-find-file-in-dir): New function
10323 (ada-find-references): Set the environment variables for gnatfind
10324 (ada-find-src-file-in-dir): New function.
10325 (ada-first-non-nil): Removed
10326 (ada-gdb-application): Add support for jdb, the java debugger.
10327 (ada-get-ada-file-name): Load the original-file first if not done
10328 yet.
10329 (ada-get-all-references): Handles the new ali syntax (parent types
10330 are found between <>).
10331 (ada-initialize-runtime-library): New function
10332 (ada-mode-hook): Always load a project file when a file is opened,
10333 so that the casing exceptions are correctly read.
10334 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10335 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10336 to open the project file, since the latter does not work with
10337 speedbar Get default values before loading the prj file, or the
10338 default executable file name is wrong. Use the absolute value of
10339 src_dir to initialize ada-search-directories and
10340 compilation-search-path,... Add the standard runtime library to
10341 the search path for find-file.
10342 (ada-prj-default-debugger): Was missing an opening '{'
10343 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10344 variables.
10345 (ada-prj-default-gnatmake-opt): New variable
10346 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10347 buffers, the project file is the default one Save the windows
10348 configuration before displaying the menu.
10349 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10350 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10351 ...) regexp-quote identifiers names to support operators +,
10352 -,... in regexps.
10353 (ada-remote): New function.
10354 (ada-run-application): Erase the output buffer before starting the
10355 run Support remote execution of the application. Use
10356 call-process, or the arguments are incorrectly parsed
10357 (ada-set-default-project-file): Reread the content of the active
10358 project file, not the one from the current buffer When a project
10359 file is set as the default project, all directories are
10360 automatically associated with it.
10361 (ada-set-environment): New function
10362 (ada-treat-cmd-string): New special variable ${current}
10363 (ada-treat-cmd-string): Revised. The substitution is now done for
10364 any ${...} substring
10365 (ada-xref-current): If no body was found, compiles the spec
10366 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10367 compiler to get rid of command line length limitations.
10368 (ada-xref-get-project-field): New function
10369 (ada-xref-project-files): New variable
10370 (ada-xref-runtime-library-specs-path)
10371 (ada-xref-runtime-library-ali-path): New variables
10372 (ada-xref-set-default-prj-values): Default run command now does a
10373 cd to the build directory. New field: main_unit Provide a default
10374 file name even if the current buffer has no prj file.
10375
10376 * ada-prj.el:
10377 Rewritten to show a tabbed-dialog.
10378 (ada-prj-add-ada-menu): Remove the map and name parameters.
10379 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10380 New function
10381 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10382 (ada-prj-load-from-file): New function
10383 (ada-prj-save): Always save fields that depend on the current buffer
10384 (ada-prj-show-value): New function
10385
10386 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10387 Ada mode. This will allow us to display the Ada menu in any buffer
10388 we want (for project items).
10389 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10390 number of spaces in the header.
10391
103922000-07-24 Dave Love <fx@gnu.org>
10393
10394 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10395
103962000-07-23 Noah Friedman <friedman@splode.com>
10397
10398 * type-break.el (type-break): perform autosave.
10399 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10400 (type-break-do-query): Cancel query schedule while performing
10401 actual query, to avoid possibility of a second query being made
10402 while first one is already in progress.
10403 (type-break-time-stamp-format): New variable.
10404 (type-break-time-stamp): New function.
10405 (type-break-time-warning): Use it.
10406 (type-break-keystroke-warning): Use it.
10407 (type-break-noninteractive-query): Use it.
10408
10409 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10410 cookie.
10411 Use add-minor-mode to set minor-mode-alist, if available.
10412 (eldoc-echo-area-use-multiline-p): New user option.
10413 (eldoc-echo-area-multiline-supported-p): New variable.
10414 (eldoc-docstring-format-sym-doc): Use them.
10415 (eldoc-mode): If not using idle timers, append to local post and
10416 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10417 (eldoc-display-message-no-interference-p): Don't interfere with
10418 edebug.
10419 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10420 (eldoc-function-arglist): New function.
10421 (eldoc-function-argstring): Use it.
10422
10423 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10424 auto save directory exists before calling directory-files.
10425
104262000-07-23 Dave Love <fx@gnu.org>
10427
10428 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10429 ^o, ^u.
10430
104312000-07-21 Dave Love <fx@gnu.org>
10432
10433 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10434 now passed to the function. It now works properly.
10435
10436 * smerge-mode.el (smerge-mode-menu): Fill it out.
10437
104382000-07-20 Gerd Moellmann <gerd@gnu.org>
10439
10440 * info-look.el (info-lookup): If *info* is shown in another frame
10441 on the same display, select that frame, instead of switching to
10442 the Info buffer in another window of the selected frame.
10443
10444 * simple.el (universal-argument-map): Bind numeric keypad keys
10445 kp-0 to kp-9 and kp-subtract.
10446 (digit-argument): Handle these keys.
10447
104482000-07-20 Dave Love <fx@gnu.org>
10449
10450 * net/goto-addr.el (goto-address-fontify): Don't bother with
10451 buffer-modified and read-only stuff -- irrelevant with overlays.
10452 Put an extra property on the overlays and use it to clean up in
10453 case goto-address is re-run.
10454
104552000-07-19 Richard M. Stallman <rms@gnu.org>
10456
10457 * timer.el (run-with-idle-timer): Doc fix.
10458
10459 * mail/mail-utils.el (mail-strip-quoted-names):
10460 Handle case where <...> appears inside "...".
10461 Use replace-match to edit the string more simply.
10462 (rmail-dont-reply-to): Cope with an unmatched ".
10463
104642000-07-19 Dave Love <fx@gnu.org>
10465
10466 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10467 implementation.
10468
10469 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10470 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10471 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10472
104732000-07-19 Gerd Moellmann <gerd@gnu.org>
10474
10475 * textmodes/refer.el: Correct maintainer's email address.
10476
10477 * progmodes/hideif.el: Correct author's email address.
10478 Fix typo in comment.
10479
10480 * xml.el: New file.
10481
10482 * mail/mailheader.el: Correct author's mail address.
10483
10484 * gnus/parse-time.el: Correct author's mail address.
10485
104862000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10487
10488 * comint.el (comint-highlight-input, comint-highlight-face):
10489 New user options.
10490 (comint-input-ring-file-name): Change custom type.
10491 (comint-mode-map): Bind mouse-2.
10492 (comint-insert-clicked-input): New function.
10493 (comint-send-input): Handle input highlighting.
10494
104952000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10496
10497 * mouse.el (popup-menu): New function.
10498 (mouse-major-mode-menu): Use it.
10499
105002000-07-18 Dave Love <fx@gnu.org>
10501
10502 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10503 improvements.
10504
105052000-07-18 Gerd Moellmann <gerd@gnu.org>
10506
10507 * faces.el (face-font-selection-order)
10508 (face-font-family-alternatives): Add custom type.
10509
105102000-07-18 Dave Love <fx@gnu.org>
10511
10512 * cus-edit.el (custom-variable-reset-saved)
10513 (custom-variable-reset-standard): Remove unused bindings.
10514
10515 * rect.el (open-rectangle-line): Remove unused let.
10516
10517 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10518
105192000-07-18 Gerd Moellmann <gerd@gnu.org>
10520
10521 * cdl.el: Fix `Maintainer' keyword.
10522
10523 * play/pong.el: Add author's email address.
10524
105252000-07-17 Sam Steingold <sds@gnu.org>
10526
10527 * files.el (insert-directory): Call `split-string' instead of
10528 re-implementing it.
10529
105302000-07-18 Gerd Moellmann <gerd@gnu.org>
10531
10532 * mail/vms-pmail.el: Change maintainer to FSF.
10533
10534 * net/goto-addr.el: Change maintainer to FSF.
10535
10536 * info.el (Info-title-face-alist): Removed.
10537
105382000-07-18 David Ponce <david@dponce.com>
10539
10540 * recentf.el (recentf-open-files): New command that works like
10541 `recentf-open-more-files', but shows the whole list of files (not just
10542 those omitted from the menu). Useful if you don't use a menu-bar!
10543 (recentf-open-more-files) Modified to use `recentf-open-files'.
10544
10545 (recentf-open-files, recentf-open-more-files)
10546 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10547
10548 (recentf-dialog-mode): New mode for dialogs. You can now just type
10549 "q" to cancel the dialogs.
10550
105512000-07-18 David Ponce <david@dponce.com>
10552
10553 * recentf.el: This is a major update of recentf.el. It adds new
10554 features to better organize the recentf menu and "More..." buffer.
10555
10556 Using new provided menu filtering functions you can now organize the
10557 recent files list:
10558
10559 - by major modes
10560 - by directories
10561 - by user defined rules
10562
10563 Finally, with the new `recentf-filter-changer' customizable filter you
10564 can define a ring of filters and dynamically (via the menu) cycle on
10565 each menu organization in the ring (a la msb).
10566
105672000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10568
10569 * eshell/eshell.el (eshell): Replace links to eshell.info with
10570 links to eshell, to avoid problems on systems where the manual is
10571 installed as `eshell'.
10572 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10573 * eshell/em-smart.el (eshell-smart): Ditto.
10574 * eshell/em-banner.el (eshell-banner): Ditto.
10575 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10576
10577 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10578 same-file check in the MS-DOS version (it does support inodes).
10579
10580 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10581
10582 * eshell/eshell.el (eshell-directory-name):
10583 Run default directory name through convert-standard-filename.
10584
105852000-07-18 Kenichi Handa <handa@etl.go.jp>
10586
10587 * international/mule-cmds.el (select-safe-coding-system):
10588 Fix typo in the comment.
10589
10590 * language/european.el (compound-text):
10591 Force katakana-jisx0201 to be designated to G1.
10592
10593 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10594 Don't translate some national variant characters of latin-jisx0201.
10595 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10596
10597 * international/kkc.el (kkc-after-update-conversion-functions):
10598 New variable.
10599 (kkc-update-conversion): Run functions in it at the tail.
10600
106012000-07-16 John Wiegley <johnw@gnu.org>
10602
10603 * lisp/align.el (align-newline-and-indent):
10604 Adding new function. for auto-aligning blocks of code on RET.
10605 (align-region): Fixed badly formatted minibuffer message.
10606
106072000-07-17 Kenichi Handa <handa@etl.go.jp>
10608
10609 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10610 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10611 the conversion list at first if appropriate.
10612 (kkc-next): Don't update kkc-next-count here.
10613 (kkc-prev): Don't update kkc-prev-count here.
10614 (kkc-show-conversion-list-update): Fix setting up of conversion
10615 list message.
10616
106172000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10618
10619 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10620
106212000-07-16 Dave Love <fx@gnu.org>
10622
10623 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10624 function to be more specific.
10625
10626 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10627 non-string help-echo.
10628 (widget-types-convert-widget): Defsubst it.
10629 (widget-echo-help): Try to cope with a help-echo function of two
10630 possible sorts.
10631
106322000-07-15 Jason Rumney <jasonr@gnu.org>
10633
10634 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10635 Declare as obsolete.
10636
10637 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10638
106392000-07-14 Gerd Moellmann <gerd@gnu.org>
10640
10641 * hilit-chg.el: Fix typo.
10642
106432000-07-14 Dave Love <fx@gnu.org>
10644
10645 * info.el (Info-mode-menu): Fix use of :help, :enable.
10646
106472000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10648
10649 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10650
106512000-07-13 Dave Love <fx@gnu.org>
10652
10653 * emacs-lisp/easymenu.el: Doc fixes.
10654 (easy-menu-remove): Defalias to ignore.
10655
10656 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10657 Call throw correctly.
10658
106592000-07-13 Gerd Moellmann <gerd@gnu.org>
10660
10661 * faces.el (frame-background-mode): Doc fix.
10662
10663 * simple.el (eval-expression-print-length): Change custom type to
10664 allow entering nil as value.
10665
106662000-07-13 Dave Love <fx@gnu.org>
10667
10668 * progmodes/fortran.el (fortran-imenu-generic-expression):
10669 Change definition layout.
10670 (fortran-mode-menu): Reinstate customize entries.
10671
10672 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10673 Use :filter, per old XEmacs code.
10674
106752000-07-12 Gerd Moellmann <gerd@gnu.org>
10676
10677 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10678 event when deciding what to send to the terminal.
10679
106802000-07-12 Dave Love <fx@gnu.org>
10681
10682 * cus-start.el: Add optional version as 4th element of specs and
10683 use it for several things new in v21. Remove load-path. Fix type
10684 of line-number-display-limit.
10685
106862000-07-11 Dave Love <fx@gnu.org>
10687
10688 * progmodes/fortran.el: Don't require easymenu.
10689 Use repeat counts in various regexps.
10690 (fortran-mode-syntax-table): Defvar directly.
10691 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10692 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10693 Use defvar, not defconst.
10694 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10695 (fortran-mode): Set fortran-comment-line-start-skip,
10696 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10697 (fortran-comment-indent): Use defsubst.
10698 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10699 Use fortran-comment-indent, not fortran-comment-indent-function.
10700 (fortran-comment-region, fortran-electric-line-number): Simplify.
10701 (fortran-auto-fill): New function.
10702 (fortran-do-auto-fill): Deleted.
10703 (fortran-find-comment-start-skip):
10704 Check for non-null comment-start-skip.
10705 (fortran-auto-fill-mode, fortran-fill-statement):
10706 Use fortran-auto-fill.
10707 (fortran-fill): Use fortran-auto-fill. Check for null
10708 comment-start-skip. Simplify final clause and use end-of-line finally.
10709
10710 * widget.el (widget-plist-member): New alias.
10711
107122000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10713
10714 * eshell/esh-module.el (toplevel): Reference
10715 byte-compile-current-file only if it is bound.
10716
107172000-07-10 Gerd Moellmann <gerd@gnu.org>
10718
10719 * dired.el: Don't require `dired-aux'.
10720
107212000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10722
10723 * dired-aux.el (dired-show-file-type): New function.
10724 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10725 (dired-show-file-type): Add autoload.
10726
107272000-07-10 Kenichi Handa <handa@etl.go.jp>
10728
10729 * international/mule-diag.el (describe-font): Adjusted for the
10730 change of fontset-info.
10731 (print-fontset): Likewise.
10732
107332000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10734
10735 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10736
107372000-07-07 Gerd Moellmann <gerd@gnu.org>
10738
10739 * bindings.el: Bind `[delete]' to delete-char.
10740
10741 * dired.el (dired-find-alternate-file): New function.
10742 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10743 (toplevel): Require dired-aux when compiling.
10744 (dired-buffers): Move defvar within file to avoid compiler warning.
10745
10746 * info.el (Info-last-search): Variable removed.
10747 (Info-search-history): New variable.
10748 (Info-search): New Info-search-history.
10749
10750 * battery.el, info-look.el: Change author's mail address.
10751
107522000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10753
10754 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10755 if rmail-ignored-headers is nil.
10756 (rmail-retry-failure): Bind rmail-ignored-headers and
10757 rmail-displayed-headers to nil.
10758
107592000-07-06 Gerd Moellmann <gerd@gnu.org>
10760
10761 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10762 (print-region-1): Don't hard code `-h' here.
10763
10764 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10765
107662000-07-01 Francesco Potorti` <pot@gnu.org>
10767
10768 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10769 exim can use "your message" instead of "the message".
10770
107712000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10772
10773 * facemenu.el: Docstrings fixes.
10774 (facemenu-get-face): Don't use internal-find-face.
10775 (facemenu-iterate): Rename arg to match the docstring.
10776
10777 * newcomment.el (uncomment-region): Be more careful when skipping
10778 backwards over `=' not to bump into BOBP.
10779
107802000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10781
10782 * ediff-diff.el (ediff-wordify): Use syntax table.
10783 * ediff-init.el (ediff-has-face-support-p): Use
10784 ediff-color-display-p.
10785 (ediff-color-display-p): Use display-color-p, changed to defun
10786 from defsubst.
10787 Got rid of special cases for NeXT and OS/2.
10788 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10789 face.
10790
107912000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10792
10793 * emacs-lisp/lucid.el: Require CL.
10794 (copy-tree, remprop): Remove, it's provided by CL.
10795 (map-keymap): Define in terms of cl-map-keymap.
10796 (extent-property, set-extent-end-glyph): New functions.
10797
10798 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10799
108002000-07-05 Gerd Moellmann <gerd@gnu.org>
10801
10802 * Makefile.in (DONTCOMPILE): Add comment that the name may
10803 not be changed without changing the make-dist script.
10804
10805 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10806 (cl-mapc): Use mapc instead of cl-old-mapc.
10807
108082000-07-05 Andrew Innes <andrewi@gnu.org>
10809
10810 * makefile.nt: Add support for `bootstrap' and related targets.
10811
108122000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10813
10814 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10815 (easy-menu-do-define): Use `menu-item' format.
10816 Handle case where easy-menu-create-menu returns a symbol.
10817 Manually call the potential top-level filter in the function binding.
10818 (easy-menu-filter-return): New arg NAME.
10819 Convert to a keymap if MENU is an XEmacs menu.
10820 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10821 (easy-menu-converted-items-table, easy-menu-convert-item):
10822 New var and fun to memoize easy-menu-convert-item-1.
10823 (easy-menu-do-add-item): Use it.
10824 (easy-menu-create-menu): Use easy-menu-convert-item.
10825 Wrap easy-menu-filter-return around any :filter specification.
10826 Don't convert the menu if a filter was specified.
10827 Tell easy-menu-make-symbol not to check for MENU being an expression.
10828 (easy-menu-make-symbol): New arg NOEXP.
10829
108302000-07-05 Gerd Moellmann <gerd@gnu.org>
10831
10832 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10833 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10834 (eval-defun): If called with prefix arg, instrument code for
10835 Edebug.
10836
10837 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10838 similar to that of eval-defun.
10839
108402000-07-04 Dave Love <fx@gnu.org>
10841
10842 * hl-line.el (hl-line-overlay): Make it permanent-local.
10843
10844 * calendar/todo-mode.el: Replaced with a working version, based on
10845 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10846
108472000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10848
10849 * paths.el (prune-directory-list): New function.
10850 (Info-default-directory-list): Rewritten to more methodically
10851 enumerate a big list of possible info directories (based on the
10852 list used by the standalone info reader).
10853
10854 * info.el (info-initialize): Use prune-directory-list to remove
10855 non-existent directories from Info-directory-list.
10856
10857 * paths.el (Info-default-directory-list): Try a list of possible
10858 info-directories instead of a single one. Add the possible
10859 info directory "/usr/share/info".
10860
10861 * woman.el (woman-man.conf-path): Explicitly include the debian
10862 man-db config file "/etc/manpath.config".
10863 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10864 are present in `manpath.config'.
10865 (woman-manpath): Include "/usr/share/man".
10866
108672000-07-03 Gerd Moellmann <gerd@gnu.org>
10868
10869 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10870
10871 * startup.el (command-line): Initialize blink-cursor based
10872 on window-system.
10873
10874 * frame.el (blink-cursor): Default to nil if not running under
10875 a window-system.
10876
10877 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10878 (face-x-resources): Remove duplicate entry for :font.
10879
10880 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10881 instead of cycling through windows with next-window.
10882
10883 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10884 of cycling through windows with next-window.
10885
10886 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10887 of cycling through windows with next-window.
10888
10889 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10890 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10891 instead of cycling through windows with next-window.
10892
10893 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10894 instead of cycling through windows with next-window.
10895
10896 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10897 of cycling through windows with next-window.
10898
10899 * terminal.el (te-process-output): Use walk-windows instead of
10900 cycling through windows with next-window.
10901
10902 * server.el (server-switch-buffer): Use some-window instead of
10903 cycling through windows with next-window.
10904
10905 * window.el (some-window): New function.
10906 (walk-windows): Remove reference to walk-windows-start.
10907
10908 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10909
109102000-07-03 Richard Stallman <rms@gnu.org>
10911
10912 * window.el (walk-windows): Guarantee termination by keeping a list
10913 of all the windows already handled.
10914
109152000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10916
10917 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10918 window-system.
10919
10920 * man.el (Man-notify-when-ready): Don't use window-system. If
10921 Man-notify-method is newframe, and the display is not
10922 multi-frame, select the frame created for the man page.
10923 (Man-init-defvars): Doc fix.
10924
109252000-06-28 Gerd Moellmann <gerd@gnu.org>
10926
10927 * faces.el (region): Change background color for light background.
10928
10929 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10930 attribute from mode-line face of Ediff control frame.
10931
10932 * replace.el (query-replace-map): Bind `e' like `E'.
10933
109342000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10935
10936 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10937 Change name to "Select All".
10938
10939 * dos-fns.el (convert-standard-filename): Fix last change.
10940
109412000-06-27 Gerd Moellmann <gerd@gnu.org>
10942
10943 * help.el (describe-variable): Don't insert a second `'s' in front
10944 of the string `value is shown below'. Since the syntax-table is
10945 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10946 an existing `'s', so that this won't be deleted.
10947
10948 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10949 * pcmpl-unix.el: New files.
10950
109512000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10952
10953 * wid-edit.el (widget-member): Use the new plist-member.
10954
109552000-06-26 Gerd Moellmann <gerd@gnu.org>
10956
10957 * replace.el (perform-replace): Undo change of 2000-04-04.
10958 Instead, move backward 1 character at the end of the loop when
10959 necessary.
10960
10961 * faces.el (fringe): Change face for different backgrounds.
10962
10963 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10964 patch from John.
10965
10966 * eshell/*.el: Change spelling of the Free Software Foundation.
10967
10968 * eshell/esh-toggle.el: Removed.
10969
10970 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10971
10972 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10973 interactively.
10974
109752000-06-26 Alex Schroeder <alex@gnu.org>
10976
10977 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10978 `define-key'; instead of checking `(emacs-version)' check for
10979 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10980 for `;' and `o' which might be electric.
10981
10982 (sql-electric-stuff): New user option.
10983 (sql-magic-go): New function which uses `sql-electric-stuff'.
10984 (sql-magic-semicolon): New function which uses
10985 `sql-electric-stuff'.
10986
10987 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10988 is not fboundp.
10989
10990 (sql-oracle-options): New variable.
10991 (sql-oracle): Use it.
10992
10993 (sql-imenu-generic-expression): Doc change.
10994 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10995 is used.
10996
10997 (sql-informix): Added command line parameter "-" to force
10998 sql-informix-program to use stdout.
10999
110002000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11001
11002 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11003 (cp864-decode-table): Doc fix.
11004 (cp720-decode-table): New variable, supports the Arabic OEM
11005 codepage used by Windows.
11006 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11007
110082000-06-23 Dave Love <fx@gnu.org>
11009
11010 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11011 (font-lock-fontify-anchored-keywords): Use
11012 line-beginning-position.
11013 (global-font-lock-mode): Use mapc.
11014
110152000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11016
11017 * eshell/esh-module.el: Require CL when compiling.
11018
110192000-06-23 Gerd Moellmann <gerd@gnu.org>
11020
11021 * comint.el (comint-substitute-in-file-name): Call replace-match
11022 with second and third arg t.
11023
11024 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11025 Specify foreground color.
11026
11027 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11028 color.
11029
11030 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11031
11032 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11033 cddr instead of cdddr.
11034
11035 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11036 instead of copy-list.
11037
11038 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11039 of copy-list.
11040
11041 * subdirs.el: Add eshell subdirectory.
11042
11043 * eshell: New subdirectory containing the Eshell package.
11044
11045 * pcomplete.el: New file.
11046
110472000-06-23 Paul Eggert <eggert@twinsun.com>
11048
11049 * mail/mailpost.el (post-mail-send-it): Make sure file has
11050 proper permissions from birth.
11051
11052 * files.el (basic-save-buffer-2): When temporarily setting
11053 file modes, set them to current modes plus 0200, not to 0777.
11054
11055 * emerge.el (emerge-make-temp-file): Make sure file has proper
11056 permissions from birth.
11057
110582000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11059
11060 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11061 backup file name through convert-standard-filename.
11062
11063 * dos-fns.el (convert-standard-filename): Convert leading
11064 directories as well. When long file names are supported, convert
11065 characters that are invalid in Windows file names.
11066
110672000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11068
11069 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11070 ps-print crashes. New feature: page selection for printing. Create
11071 raw-text-unix coding system for XEmacs. Doc fix.
11072 (ps-print-version): New version number (5.2.3).
11073 (ps-plot-region): Bug fix.
11074 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11075 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11076 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11077 funs.
11078 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11079 (ps-last-page): New vars.
11080
110812000-06-21 Gerd Moellmann <gerd@gnu.org>
11082
11083 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11084 empty option string.
11085
110862000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11087
11088 * man.el (man): Doc fix.
11089
110902000-06-21 Kenichi Handa <handa@etl.go.jp>
11091
11092 * international/mule-cmds.el (set-language-info-alist): Docstring
11093 fixed.
11094
110952000-06-20 Gerd Moellmann <gerd@gnu.org>
11096
11097 * version.el (emacs-version): Use ISO date format.
11098
11099 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11100 instead of `M-backspace'.
11101
11102 * simple.el (turn-off-auto-fill): New function.
11103
111042000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11105
11106 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11107 Renamed from with-buffer-prepared-for-font-lock and use
11108 inhibit-modification-hooks rather than setting *-change-functions.
11109 Update all functions to use the new name.
11110 (jit-lock-first-unfontify-pos): New semantics (and doc).
11111 (jit-lock-mode): Make non-interactive.
11112 Don't automatically turn on font-lock.
11113 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11114 Always use jit-lock-after-change.
11115 Remove and restore font-lock-after-change-function.
11116 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11117 (jit-lock-after-unfontify-buffer): Remove.
11118 (jit-lock-stealth-fontify):
11119 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11120 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11121
111222000-06-20 Sam Steingold <sds@gnu.org>
11123
11124 * emacs-lisp/cl-indent.el (toplevel): Indent
11125 `print-unreadable-object' properly. Untabify.
11126
111272000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11128
11129 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11130 Support for bibentry.
11131 (reftex-compile-variables): Fixed problem with end of section-re.
11132
11133 * texmodes/reftex-dcr.el (reftex-view-crossref,
11134 reftex-view-crossref-from-bibtex):
11135 Deal with changed `reftex-find-citation-regexp-format'.
11136 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11137 Replaced `remprop' with `put'.
11138 (reftex-view-crossref, reftex-view-crossref-when-idle):
11139 Support for bibentry.
11140
11141 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11142 New entry for bibentry package.
11143
11144 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11145 Regexp also matches "\nobibliography".
11146
11147 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11148 Call `reftex-ensure-write-access' before doing anything.
11149 (reftex-ensure-write-access): New function.
11150
111512000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11152
11153 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11154
11155 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11156
11157 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11158
11159 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11160
11161
111622000-06-20 Dave Love <fx@gnu.org>
11163
11164 * faces.el (frame-background-mode): Use set-default, not set, in
11165 setter.
11166 (frame-update-faces, frame-update-face-colors): Define with
11167 defalias.
11168
11169 * enriched.el (enriched-decode-foreground)
11170 (enriched-decode-background): Don't use internal-find-face.
11171
11172 * apropos.el: Doc fixes.
11173
11174 * cus-edit.el (customize-changed-options): Check arg.
11175 (customize-version-lessp): Don't require decimal point.
11176
11177 * custom.el (defcustom, defgroup): Doc fix.
11178
11179 * newcomment.el (comment) <defgroup>: Add :version.
11180 (comment-multi-line): Doc fix.
11181
11182 * emulation/mlsupport.el (define-hooked-local-abbrev,
11183 define-hooked-global-abbrev): Fix, using define-abbrev.
11184
111852000-06-19 Gerd Moellmann <gerd@gnu.org>
11186
11187 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11188 the whole buffer.
11189
111902000-06-19 Dave Love <fx@gnu.org>
11191
11192 * menu-bar.el (menu-bar-options-save): New function.
11193 (menu-bar-options-menu): Use it.
11194 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11195 Simplify.
11196
111972000-06-19 Andreas Schwab <schwab@suse.de>
11198
11199 * progmodes/etags.el (tags-query-replace): Put new parameters
11200 START and END at the end, for backward compatibility.
11201
112022000-06-19 Kenichi Handa <handa@etl.go.jp>
11203
11204 * international/codepage.el:
11205 (cp-coding-system-for-codepage-1): Delete special codes for
11206 generating xxx-dos coding system because now a CCL based coding
11207 system can handle EOL conversion by default.
11208
11209 * international/mule.el (make-coding-system): Generate subsidiary
11210 coding systems for EOL handling variants even for a CCL based
11211 coding system.
11212
112132000-06-19 Kenichi Handa <handa@etl.go.jp>
11214
11215 * international/isearch-x.el (isearch-minibuffer-input-method)
11216 (isearch-minibuffer-input-method-function): These variables
11217 deleted.
11218 (isearch-with-input-method): Don't use the above variables.
11219 (isearch-process-search-multibyte-characters): Likewise. Call
11220 read-string with the arg INHERIT-INPUT-METHOD t.
11221
112222000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11223
11224 * font-lock.el (font-lock-after-fontify-buffer)
11225 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11226
11227 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11228 Use consistent make-local-variable style for font-lock-fontified.
11229 (jit-lock-fontify-buffer):
11230 Don't bother checking for font-lock-mode and jit-lock-mode.
11231
11232 * time.el: Remove trailing ^M that prevent CVS-merging.
11233
112342000-06-16 Gerd Moellmann <gerd@gnu.org>
11235
11236 * Makefile.in (distclean): New target.
11237
112382000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11239
11240 * Makefile.in (srcdir): Define for update-subdirs.
11241
112422000-06-16 Gerd Moellmann <gerd@gnu.org>
11243
11244 * find-lisp.el: New file.
11245
112462000-06-16 Andrew Innes <andrewi@gnu.org>
11247
11248 * time.el (display-time-mail-function): New variable, to allow
11249 external packages to indicate when new mail is available.
11250 (display-time-update): Use it.
11251
112522000-06-16 Kenichi Handa <handa@etl.go.jp>
11253
11254 * international/mule.el (mule-version): Change version name to
11255 SAKAKI. AOI has already been used by Meadow.
11256
11257 * international/quail.el (quail-show-guidance-buf): To find the
11258 bottom window (but minibuffer), pay attention to the height of
11259 minibuffer.
11260
112612000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11262
11263 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11264 menu-bar menus. Add help strings. Don't remove the Edit menu
11265 from the menu bar, as the menu bar has enough space now.
11266
11267 * Makefile.in (SHELL): Make sure /bin/sh is used.
11268
11269 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11270 characters, which use series of two ^H characters instead of one.
11271
112722000-06-15 Gerd Moellmann <gerd@gnu.org>
11273
11274 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11275 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11276 functions.
11277 (Info-find-node-2): Try a case-sensitive search first, then
11278 do a case-insensitive search.
11279
11280 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11281 tutorials.
11282
11283 * complete.el (PC-env-vars-alist): New variable.
11284 (PC-complete-as-file-name): New function.
11285 (partial-completion-mode): Initialize PC-env-vars-alist from
11286 process-environment.
11287 (PC-do-completion): Handle completion of env vars.
11288
11289 * info.el (Info-set-mode-line): Show file name in mode line,
11290 use `*Info*' instead of `Info:'.
11291
11292 * startup.el (command-line-1): Change copyright messages to year
11293 2000.
11294
112952000-06-15 Dave Love <fx@gnu.org>
11296
11297 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11298 not local-map.
11299
113002000-06-15 Kenichi Handa <handa@etl.go.jp>
11301
11302 * international/mule.el (set-buffer-file-coding-system): Almost
11303 rewritten to handle `undecided' as no-op.
11304
113052000-06-14 Gerd Moellmann <gerd@gnu.org>
11306
11307 * Makefile.in: New file.
11308
11309 * Makefile: Removed.
11310
11311 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11312 (goto-address-highlight-keymap): Bind C-c RET.
11313
113142000-06-14 Kenichi Handa <handa@etl.go.jp>
11315
11316 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11317 inherits buffer-file-coding-system of the current buffer.
11318
11319 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11320 0. Give correct argument to set-auto-coding-function.
11321 (tar-expunge): For goto-char, use (point-min), not 0.
11322 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11323 (tar-subfile-save-buffer): Likewize.
11324
11325 * international/mule.el
11326 (after-insert-file-set-buffer-file-coding-system): Call
11327 set-buffer-file-coding-system with the arg FORCE t.
11328
113292000-06-13 Gerd Moellmann <gerd@gnu.org>
11330
11331 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11332 nil. Contemporary sendmails issue an X-Authentication-Warning if
11333 the sender is set with `-f'.
11334
113352000-06-13 Dave Love <fx@gnu.org>
11336
11337 * help.el (describe-function-1): Kluge around cases of functions
11338 fset to subrs whose doc doesn't match their symbol-name.
11339
11340 * image.el (insert-image): Default STRING to a space.
11341
11342 * info.el Doc fixes.
11343 (Info-build-node-completions): Match Ref tags.
11344
113452000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11346
11347 * frame.el (display-multi-frame-p, display-multi-font-p): New
11348 defaliases for display-graphic-p.
11349
11350 * hl-line.el: Fixed a typo in commentary.
11351
113522000-06-13 Kenichi Handa <handa@etl.go.jp>
11353
11354 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11355 fixed.
11356
113572000-06-12 Dave Love <fx@gnu.org>
11358
11359 * image.el (insert-image): Save a little consing.
11360
113612000-06-12 Kenichi Handa <handa@etl.go.jp>
11362
11363 * language/tibet-util.el: Convert all tibetan-1-column characters
11364 to the corresponding tibetan characters.
11365 (tibetan-add-components): Delete code for the special treatment of
11366 'a chung.
11367
11368 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11369 change.
11370 (tibetan-vowel-transcription-alist): More rules added.
11371 (tibetan-composite-vowel-alist): New variable.
11372 (tibetan-precomposition-rule-alist): More rules added.
11373
113742000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11375
11376 * startup.el (command-line): Only call menu-bar-mode if interactive.
11377
11378 * thingatpt.el (toplevel symbol-properties):
11379 * textmodes/makeinfo.el (makeinfo-compile):
11380 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11381 * progmodes/hideif.el (hif-compress-define-list)
11382 (hide-ifdef-use-define-alist):
11383 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11384 (ange-ftp-vms-add-file-entry):
11385 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11386 * man.el (Man-build-man-command):
11387 * mail/rnewspost.el (news-reply-header-hook):
11388 * info.el (Info-insert-dir):
11389 * emulation/mlconvert.el (backward-word, forward-word, setq):
11390 * emacs-lisp/gulp.el (gulp-send-requests):
11391 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11392 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11393 (byte-optimize-apply, end of file):
11394 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11395 (ad-make-freeze-definition):
11396 * startup.el (command-line, command-line-1): Don't quote lambdas.
11397
11398 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11399 (cvs-cleanup-removed): New function.
11400 (cvs-cleanup-functions): New var.
11401 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11402 some flexibility in specifying additional entries to auto-cleanup.
11403 (cvs-quickdir): New function.
11404 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11405 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11406 (cvs-mode-find-file): Check that we are on a filename or dirname
11407 when invoked through a mouse-click.
11408 (cvs-full-path): Remove.
11409 (cvs-dired-action): Re-introduced.
11410 (cvs-dired-noselect): Use it.
11411 (vc-post-command-functions): use this new hook if available.
11412
11413 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11414 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11415 (cvs-filename-map, cvs-dirname-map): Remove.
11416 (cvs-default-action): Remove.
11417 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11418 if the arg is really a keymap.
11419 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11420 Don't hardcode the mapping from state (aka type) to face, but check
11421 the var cvs-fi-<type>-face instead.
11422 (cvs-fileinfo-from-entries): New function.
11423
11424 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11425 Docstring fix.
11426 (cvs-find-file-and-jump): Change default to be safer.
11427 (cvs-mode-diff-map): Define it as a function as well.
11428 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11429 Bind mouse-2 in this global map rather than with text-properties.
11430
11431 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11432 file to resolve the ambiguity between C(conflict) and C(need-merge).
11433
114342000-06-12 Kenichi Handa <handa@etl.go.jp>
11435
11436 * international/mule.el (set-buffer-file-coding-system): If
11437 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11438 unconditionally.
11439
114402000-06-12 Dave Love <fx@gnu.org>
11441
11442 * wid-edit.el (widget-specify-button): Really suppress the face if
11443 required.
11444
114452000-06-11 Gerd Moellmann <gerd@gnu.org>
11446
11447 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11448
114492000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11450
11451 * imenu.el (imenu-generic-expression): Docstring fix.
11452
11453 * composite.el (composition-function-table): Move the `put'
11454 below the autoload cookie so we can load the file before loaddefs.
11455
11456 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11457
11458 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11459 Handle easy-mmode-define-global-mode.
11460 For complex macros like define-minor-mode that can generate
11461 several autoload entries, try to autoload entries in the
11462 macroexpanded code.
11463
11464 * emacs-lisp/easy-mmode.el (define-minor-mode):
11465 If KEYMAP is a symbol, just use it.
11466 Use byte-compile-current-file and load-file-name to infer the
11467 proper :require to pass to defcustom.
11468 Wrap the hook var into `progn' so as not to autoload it.
11469 Add a :autoload-end cookie.
11470 Be more careful about the evaluation of KEYMAP.
11471 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11472 (define-derived-mode): Move define-abbrev-table outside of defvar.
11473
114742000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11475
11476 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11477 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11478 (backup-compiled-files): Ignore errors during `tar'.
11479 (bootstrap): Make autoloads before elc files.
11480
114812000-06-10 Kenichi Handa <handa@etl.go.jp>
11482
11483 * international/mule.el (set-buffer-file-coding-system): If one of
11484 undecided-XXX is specified, change only EOL conversion.
11485
11486 * international/mule-conf.el (unix): New alias for the coding
11487 system undecided-unix.
11488
114892000-06-09 Dave Love <fx@gnu.org>
11490
11491 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11492
11493 * progmodes/executable.el: Byte compile dynamic.
11494 (executable-insert): Change custom type.
11495 (executable-find): Add autoload cookie.
11496 (executable-make-buffer-file-executable-if-script-p): New
11497 function. After Noah Friedman.
11498
11499 * files.el (after-save-hook): Customize, with
11500 executable-make-buffer-file-executable-if-script-p as an option.
11501
115022000-06-09 Kenichi Handa <handa@etl.go.jp>
11503
11504 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11505 "tib24p-mule.bdf" for Tibetan.
11506
11507 * composite.el (decompose-composite-char): Declare it as obsolete.
11508
11509 * man.el (Man-fontify-manpage): Pay attention to underline and
11510 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11511
115122000-06-08 Gerd Moellmann <gerd@gnu.org>
11513
11514 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11515 Set maintainer to FSF since author isn't reachable.
11516
115172000-06-08 Dave Love <fx@gnu.org>
11518
11519 * international/mule-cmds.el (select-safe-coding-system): If
11520 DEFAULT-CODING-SYSTEM is not specified, also check the most
11521 preferred coding-system if buffer-file-coding-system is
11522 `undecided'. From Handa.
11523
115242000-06-08 Kenichi Handa <handa@etl.go.jp>
11525
11526 * international/mule.el
11527 (after-insert-file-set-buffer-file-coding-system): If the buffer
11528 size is greater than INSERTED, judget that we are not visiting.
11529
115302000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11531
11532 * whitespace.el (defgroup whitespace): Comment out `:version'.
11533 XEmacs 20.4 has problems defining the group with this present.
11534 We'll have this commented out till get resolve the problem.
11535
115362000-06-07 John Wiegley <johnw@gnu.org>
11537
11538 * align.el (align-dq-string-modes, align-sq-string-modes)
11539 (align-open-comment-modes): Add pyhton-mode.
11540 (align-rules-list): Use get-text-property instead of
11541 text-properties-at.
11542 (align-rules-list): Add python-assignment.
11543 (align-rules-list): Change perl-comma-delimiter to
11544 basic-comma-delimiter. Use if for Perl modes and python-mode.
11545 (align-rules-list): Add python-chain-logic and
11546 basic-line-continuation.
11547
115482000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11549
11550 * apropos.el (apropos-mode-hook): New user variable.
11551 (apropos-mode): Run apropos-mode-hook.
11552
115532000-06-07 David Ponce <david@dponce.com>
11554
11555 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11556 commands. Require `wid-edit' at run-time.
11557
115582000-06-07 David Ponce <david@dponce.com>
11559
11560 * recentf.el: Added some "Commentary".
11561 (recentf-open-more-files, recentf-edit-list): Minor changes to
11562 move the point at the top of the file list. This behaviour is
11563 consistent with the menu one when the list contains a lot of
11564 files.
11565 (recentf-cleanup): Now displays the number of items removed from
11566 the list.
11567 (recentf-relative-filter) New menu filter to show filenames
11568 relative to `default-directory'.
11569
115702000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11571
11572 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11573 with/without giving an error if PostScript printer doesn't have this
11574 kind of page size. Zebra Stripe continues or restarts on next page.
11575 Manual/automatic paper feeding. Switch or not the header.
11576 (ps-print-version): New version number (5.2.2).
11577 (ps-windows-system): Include emx as a Windows system.
11578 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11579 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11580 (ps-background-text): Code fix.
11581 (ps-error-handler-message, ps-user-defined-prologue)
11582 (ps-print-prologue-header, ps-printer-name)
11583 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11584 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11585 (ps-use-face-background): Customization fix.
11586 (ps-n-up-database): Data fix.
11587 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11588 (ps-switch-header): New vars.
11589 (ps-xemacs-color-name, ps-face-foreground-name)
11590 (ps-face-background-name, ps-boolean-constant): New funs.
11591
115922000-06-07 Dave Love <fx@gnu.org>
11593
11594 * allout.el: New version from Manheimer.
11595
115962000-06-07 Kenichi Handa <handa@etl.go.jp>
11597
11598 * textmodes/fill.el (fill-find-break-point): Check the validity of
11599 charset.
11600
116012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11602
11603 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11604 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11605 Call display-color-p and display-mouse-p instead of looking at
11606 window-system.
11607
116082000-06-06 Dave Love <fx@gnu.org>
11609
11610 * image.el (find-image): Doc fix. Return nil if image not found.
11611 (put-image, insert-image): Make STRING arg optional.
11612
116132000-06-06 Kenichi Handa <handa@etl.go.jp>
11614
11615 * language/vietnamese.el: Remove eval-when-compile.
11616 (viet-viscii-nonascii-translation-table): Define it as a
11617 translation table made from viet-viscii-decode-table.
11618 (viet-viscii-encode-table): Define it as a translation table made
11619 from the reverse map of above.
11620 (viet-vscii-nonascii-translation-table): Define it as a
11621 translation table made from viet-vscii-decode-table.
11622 (viet-vscii-encode-table): Define it as a translation table made
11623 from the reverse map of above.
11624 (ccl-decode-viscii): Use translate-character.
11625 (ccl-encode-viscii, ccl-encode-viscii-font)
11626 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11627 Likewize.
11628
11629 * language/cyrillic.el: Remove eval-when-compile.
11630 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11631 translation table made from cyrillic-koi8-r-decode-table.
11632 (cyrillic-koi8-r-encode-table): Define it as a translation table
11633 made from the reverse map of above.
11634 (ccl-decode-koi8): Use translate-character.
11635 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11636 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11637 a translation table made from cyrillic-alternativnyj-decode-table.
11638 (cyrillic-alternativnyj-encode-table): Define it as a translation
11639 table made from the reverse map of above.
11640 (ccl-decode-alternativnyj): Use translate-character.
11641 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11642 Likewize
11643
11644 * international/mule-diag.el (non-iso-charset-alist): Specify
11645 translation table symbol instead of translation table itself.
11646 (list-block-of-chars): CHARSET may be a translation table symbol.
11647
11648 * international/mule.el (make-coding-system): If CODING-SYSTEM
11649 already exists, override it.
11650
11651 * international/fontset.el: Use family `proportional' for Tibetan
11652 fonts.
11653
11654 * international/ccl.el (ccl-compile-translate-character): Don't
11655 check if Rrr has property translation-table.
11656 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11657
116582000-06-05 Gerd Moellmann <gerd@gnu.org>
11659
11660 * info.el: Bind case-fold-search to t when searching in case
11661 a user sets it to nil in a hook.
11662
116632000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11664
11665 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11666 * hl-line.el (hl-line-mode): Use the new :global key argument.
11667
11668 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11669 (tar-clip-time-string): Prepend a space.
11670 (tar-grind-file-mode): Construct a string rather than modifying one.
11671 (tar-header-block-summarize): Fix docstring.
11672 Use `format' rather than an error-prone set of copy-loops.
11673
11674 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11675 (diff-goto-source, diff-unified->context, diff-context->unified)
11676 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11677 understand the format output by the `-p' argument to diff.
11678
11679 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11680 (sh-re-done): Use defconst.
11681 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11682 (sh-help-string-for-variable, sh-guess-basic-offset):
11683 Don't quote lambdas.
11684 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11685 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11686
11687 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11688 (mh-letter-mode): Derive from text-mode.
11689 This implicitly means that it now calls kill-all-local-variables.
11690 Also remove the Emacs-18 compatibility code.
11691
11692 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11693 Make use of symbol-property doc-string-elt.
11694 Use memq rather than a sequence of eq.
11695 (doc-string-elt): Fix the wrong or missing previously unused values.
11696 (autoload-print-form): New function extracted from
11697 generate-file-autoloads to allow recursion when handling progn
11698 so that defvar's and defun's docstrings are properly printed.
11699 (generate-file-autoloads): Use it.
11700
11701 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11702 Use find-file-hooks in the minor-mode function.
11703 Be careful not to loop indefinitely in the post-command-hook function.
11704
117052000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11706
11707 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11708 tty's.
11709 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11710 differences whenever appropriate.
11711 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11712 * viper.el (find-file, find-file-other-window): Get viper to do
11713 wildcards.
11714
117152000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11716
11717 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11718 (jit-lock-fontify-buffer): New function for JIT refontification.
11719 (jit-lock-mode): Fix docstring.
11720 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11721 Remove jit-lock-after-change from the _local_ hook.
11722 (jit-lock-function-1): Fix docstring.
11723
11724 * info.el (Info-on-current-buffer): Initialize info.
11725
11726 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11727
11728 * progmodes/tcl.el (tcl-indent-for-comment):
11729 Ignore comment-indent-hook.
11730
11731 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11732 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11733 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11734 and improve to use the lighter to guess the capitalization.
11735 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11736 Add keyword arguments to specify global-ness or the custom group.
11737 Add local-map and help-echo properties to the lighter.
11738 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11739 (easy-mmode-define-global-mode): New macro.
11740
117412000-06-02 Dave Love <fx@gnu.org>
11742
11743 * wid-edit.el: byte-compile-dynamic since we typically don't use
11744 all the widgets. Don't require cl or widget. Remove
11745 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11746 (widget-read-event): Removed. Callers changed to use read-event.
11747 (widget-button-release-event-p): Renamed from
11748 button-release-event-p.
11749 (widget-field-add-space, widget-field-use-before-change):
11750 Uncustomize.
11751 (widget-specify-field): Use keymap property, not local-map.
11752 (widget-specify-button): Obey :suppress-face.
11753 (widget-specify-insert): Use modern backquote syntax.
11754 (widget-image-directory): Renamed from widget-glyph-directory.
11755 (widget-image-enable): Renamed from widget-glyph-enable.
11756 (widget-image-find): Replaces widget-glyph-find.
11757 (widget-button-pressed-face): Move defvar.
11758 (widget-image-insert): Replaces widget-glyph-insert.
11759 (widget-convert): Use keywordp.
11760 (widget-leave-text, widget-children-value-delete): Use mapc.
11761 (widget-keymap): Remove XEmacs stuff.
11762 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11763 (widget-button-click): Don't set point at the click, but re-centre
11764 if we scroll out of window. Rewritten for images v. glyphs &c.
11765 (widget-tabable-at): Use POS arg, not point.
11766 (widget-beginning-of-line, widget-end-of-line)
11767 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11768 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11769 (widget-default-create): Use widget-image-insert; some rewriting.
11770 (widget-visibility-value-create)
11771 (widget-push-button-value-create, widget-toggle-value-create): Use
11772 widget-image-insert.
11773 (checkbox): Create on and off images dynamically.
11774 (documentation-link): Change :help-echo.
11775 (widget-documentation-link-echo-help): Remove.
11776
117772000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11778
11779 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11780
11781 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11782 (easy-mmode-define-toggle, define-minor-mode): Use it.
11783 (easy-mmode-define-keymap): Docstring fix.
11784 (define-derived-mode): Default PARENT to fundamental-mode.
11785 Add the derived-mode-parent symbol-property.
11786 (easy-mmode-derived-mode-p): New function.
11787
117882000-06-02 Dave Love <fx@gnu.org>
11789
11790 * files.el (convert-standard-filename): Doc fix.
11791 (normal-backup-enable-predicate): New function.
11792 (backup-enable-predicate): Use it to replace the lambda form.
11793
11794 * calendar/todo-mode.el: [This needs more work on the outline
11795 stuff.] Doc fixes.
11796 (todo) <defgroup>: Add :version.
11797 (todo-add-category): Don't use pushnew.
11798 (todo-cmd-raise): Fix typo.
11799 (todo-top-priorities): Change temp buffer name.
11800 (todo-category-alist): Avoid redundant lambda.
11801 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11802 Use outline-next-heading.
11803
11804 * autoarg.el: Rewritten to use define-minor-mode.
11805 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11806 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11807
118082000-06-02 Kenichi Handa <handa@etl.go.jp>
11809
11810 * isearch.el (isearch-other-meta-char): Fix previous change.
11811
118122000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11813
11814 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11815 (log-edit-done): Only add the comment to the ring if it's different
11816 from the last comment entered.
11817
11818 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11819
118202000-06-01 Dave Love <fx@gnu.org>
11821
11822 * hl-line.el: Rewritten using define-minor-mode.
11823
11824 * help.el (describe-function-1): Distinguish special form from
11825 builtin function. Sanity-check presence of arglist for builtins.
11826
118272000-06-01 Kenichi Handa <handa@etl.go.jp>
11828
11829 * international/characters.el: Fix syntax/category setting of
11830 Tibetan characters.
11831
11832 * language/tibet-util.el (tibetan-add-components): Fixes for new
11833 encoding of Tibetan characters.
11834 (tibetan-decompose-precomposition-alist): New variable.
11835 (tibetan-decompose-region): Convert precomposed characters to
11836 non-precomposed characters.
11837 (tibetan-decompose-string): Likewise.
11838 (tibetan-composition-function): Fix args to
11839 thibetan-compose-string.
11840
11841 * language/tibetan.el (tibetan-composable-pattern): More
11842 characters included.
11843 (tibetan-consonant-transcription-alist): Rule for "R" added.
11844 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11845 "+R" added.
11846 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11847
11848 * language/lao-util.el (lao-composition-function): Fix args to
11849 compose-string.
11850
11851 * language/thai-util.el (thai-composition-function): Fix args to
11852 compose-string.
11853
11854 * isearch.el (isearch-update): Set disable-point-adjustment to t
11855 to prevent the point moving to the end of a composition when a
11856 part of a composition is searched.
11857 (isearch-other-meta-char): If the key invoking this command can be
11858 mapped by function-key-map to a printing char, call
11859 isearch-process-search-char directly.
11860
118612000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11862
11863 * emacs-lisp/bytecomp.el:
11864 * frame.el:
11865 * international/mule-cmds.el:
11866 * international/mule-util.el:
11867 * international/mule.el:
11868 * mouse.el:
11869 * subr.el:
11870 * faces.el: Update calls to make-obsolete with a WHEN argument.
11871
11872 * byte-run.el (make-obsolete, make-obsolete-variable):
11873 Add an optional WHEN argument and change the format of the
11874 symbol-property information.
11875 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11876 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11877 new obsolete-symbol-property format and print WHEN if it is provided.
11878
118792000-05-31 Dave Love <fx@gnu.org>
11880
11881 * loadhist.el (loadhist-hook-functions): Remove
11882 before-change-function, after-change-function.
11883 (unload-feature): Deal with symbols which are both bound and
11884 fbound.
11885
11886 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11887 before-change-function, after-change-function.
11888
11889 * simple.el (newline): Don't bind before-change-function,
11890 after-change-function.
11891
118922000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11893
11894 * whitespace.el (whitespace-rescan-timer-time): Update interval
11895 set to 600 seconds (10 minutes) instead of 60 seconds since
11896 a large number of whitespace buffers causes emacs to `freeze'
11897 for a considerable amount of time.
11898
11899 * whitespace.el: Updated email address
11900
119012000-05-31 Dave Love <fx@gnu.org>
11902
11903 * add-log.el (change-log-font-lock-keywords) <function>: Add
11904 pattern for function of change.
11905 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11906 acknowledgements patterns.
11907
119082000-05-31 Kenichi Handa <handa@etl.go.jp>
11909
11910 * isearch.el (isearch-printing-char): If keyboard coding system is
11911 being used, call isearch-process-search-multibyte-characters.
11912
11913 * international/isearch-x.el: Mostly rewritten.
11914
11915 * international/quail.el (quail-start-conversion): Don't include
11916 unhandled events in the returned events, but set them in
11917 unread-command-events. Exit if all inputs are deleted.
11918
119192000-05-30 Jason Rumney <jasonr@gnu.org>
11920
11921 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11922
11923 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11924 Reenable code to create initial fontsets.
11925 Use set-fontset-font in place of put-charset-property.
11926
119272000-05-30 Gerd Moellmann <gerd@gnu.org>
11928
11929 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11930 label, ensure that the first colon isn't followed by another.
11931
11932 * paths.el (Info-default-directory-list): Doc fix.
11933
11934 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11935 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11936 send a query containing USER only, not USER@HOST.
11937
11938 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11939 and rmail-msgend to compute the restriction at the end, instead of
11940 computing it.
11941
119422000-05-29 Gerd Moellmann <gerd@gnu.org>
11943
11944 * dabbrev.el (dabbrev-expand): Don't display messages in the
11945 echo area if the minibuffer window is active.
11946
11947 * jit-lock.el (jit-lock-mode): Add after change function to
11948 local hook.
11949
119502000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11951
11952 * antlr-mode.el: New commands: hide/unhide actions,
11953 upcase/downcase literals.
11954 (antlr-tiny-action-length): New user option.
11955 (antlr-hide-actions): New command. Suggested by
11956 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11957 (antlr-mode-map): New binding [C-c C-v].
11958 (antlr-mode-menu): New entries.
11959 (antlr-downcase-literals): New command.
11960 (antlr-upcase-literals): Ditto.
11961
11962 * antlr-mode.el: Minor changes: indendation, mode-name.
11963 (antlr-indent-line): Indent cpp directive at column 0.
11964 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11965
11966 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11967 (antlr-font-lock-additional-keywords): Workaround for intentional
11968 bug in XEmacs version of font-lock.
11969 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11970 be used by a smarter version of `buffers-menu-grouping-function'.
11971
119722000-05-29 Gerd Moellmann <gerd@gnu.org>
11973
11974 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11975 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11976
119772000-05-29 Kenichi Handa <handa@etl.go.jp>
11978
11979 * international/encoded-kb.el
11980 (encoded-kbd-iso2022-designation-map): Pay attention to that
11981 charset-iso-final-char return -1 for eight-bit-control and
11982 eight-bit-graphic.
11983
119842000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11985
11986 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11987 (speedbar-easymenu-definition-base): Use display-graphic-p where
11988 available, instead of window-system.
11989
119902000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11991
11992 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11993 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11994 coding systems.
11995
119962000-05-26 Dave Love <fx@gnu.org>
11997
11998 * disp-table.el (standard-display-underline): Don't use
11999 internal-find-face.
12000
12001 * mail/reporter.el: Maintainer change. Doc fixes.
12002 (reporter-version): Deleted.
12003
12004 * emacs-lisp/elp.el: Maintainer change.
12005 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12006
120072000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12008
12009 * add-log.el (add-change-log-entry): Merge the current entry with the
12010 previous one if the previous one is empty.
12011
120122000-05-26 Dave Love <fx@gnu.org>
12013
12014 * loadhist.el (unload-feature): Fix interactive spec [from
12015 lijnzaad@ebi.ac.uk].
12016
12017 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12018 subr-arity to check primitives.
12019 (byte-compile-flush-pending, byte-compile-file-form-progn)
12020 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12021 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12022 mapcar.
12023
120242000-05-26 Kenichi Handa <handa@etl.go.jp>
12025
12026 * international/fontset.el: Set family names of non-latin charsets
12027 in default fontset to "*".
12028
12029 * international/mule-diag.el (print-fontset): Combine family part
12030 and registry part of the fontname by "-*-" instead of "-".
12031
12032 * international/mule-cmds.el (encode-coding-char): Make strings
12033 multibyte before calling encode-coding-string.
12034
120352000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12036
12037 * derived.el: Fix keywords.
12038 (define-derived-mode): Only define if needed.
12039
12040 * simple.el (fill-comment, comment-column, comment-start)
12041 (comment-start-skip, comment-end, comment-indent-function)
12042 (block-comment-start, block-comment-end, indent-for-comment)
12043 (set-comment-column, kill-comment, comment-padding, comment-region)
12044 (comment-multi-line, indent-new-comment-line): Remove.
12045
12046 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12047 function names for comment operations.
12048
12049 * newcomment.el: Add abundant autoload cookies.
12050 (comment-style): Don't depend on runtime data at compile-time.
12051 (comment-indent-hook): Remove.
12052 (comment-indent): Check if comment-indent-hook is bound.
12053 (comment-region): Docstring fix.
12054
120552000-05-25 Dave Love <fx@gnu.org>
12056
12057 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12058 byte-code-function-p.
12059
12060 * mail/rmailsum.el: Add provide.
12061
12062 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12063
12064 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12065 defcustom.
12066
120672000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12068
12069 * ediff-diff.el (ediff-exec-process): delete --binary option from
12070 non-buffer ediff jobs.
12071
120722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12073
12074 * hilit-chg.el (highlight-changes-mode): Ask about color or
12075 grayscale support, not about window-system.
12076
12077 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12078 window-system.
12079 (ffap-highlight): Always default to t.
12080
12081 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12082 display-popup-menus-p instead of looking at window-system.
12083
12084 * disp-table.el (standard-display-g1, standard-display-graphic):
12085 Only refuse to use string glyphs on X and MS-Windows.
12086
12087 * avoid.el: Remove window-system from commentary, suggest to use
12088 display-*-p instead.
12089
12090 * apropos.el (apropos-print): Use display-mouse-p instead of
12091 window-system.
12092
120932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12094
12095 * international/codepage.el (cp-decoding-vector-for-codepage):
12096 Fill up unsupported characters with their own codes. From Kenichi
12097 Handa.
12098
120992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 * international/mule-diag.el (describe-char-after): Use
12102 display-graphic-p instead of window-system, so that this function
12103 works on MS-DOS.
12104
121052000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12106
12107 * international/codepage.el (cp-make-coding-systems-for-codepage):
12108 Remove the eight-bit-graphic and eight-bit-control charsets from
12109 the list of charsets which we convert into `?'.
12110
121112000-05-25 Kenichi Handa <handa@etl.go.jp>
12112
12113 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12114 private charsets.
12115 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12116 japanese-jisx0213-2): New charsets.
12117
12118 * international/fontset.el: Setup default fontset for new charsets.
12119
121202000-05-24 Dave Love <fx@gnu.org>
12121
12122 * info.el (Info-find-node-2): Restructure [following "Vadim
12123 S. Solomin" <sovs@uic.nnov.ru>].
12124
12125 * icomplete.el: Fix header for Finder.
12126
121272000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12128
12129 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12130 STAY.
12131
12132 * rmail.el (rmail-automatic-folder-directives): New user variable.
12133 (rmail-show-message): Add call to `rmail-auto-file' during
12134 display.
12135 (rmail-auto-file): New function.
12136
121372000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12138
12139 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12140 account.
12141 (ediff-test-utility,ediff-diff-mandatory-option)
12142 (ediff-reset-diff-options): Utilities for proper initialization of
12143 ediff-diff-options and ediff-diff3-options on Windows.
12144
12145 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12146 variable.
12147
12148 * ediff-mult.el (ediff-filegroup-action): Use
12149 ediff-merge-filename-prefix.
12150
121512000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12152
12153 * viper-ex.el (ex-write): Set selective display to nil.
12154
121552000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12156
12157 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12158 aliases for hebrew-iso-8bit.
12159
121602000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12161
12162 * woman.el: New version from Francis J. Wright
12163 <F.J.Wright@Maths.QMW.ac.uk>.
12164 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12165 names in environment variables regardless of the path separator.
12166 (woman-topic-all-completions-1): Don't call file-name-directory-p
12167 on all files, since woman-file-regexp already filters out any
12168 directories.
12169
121702000-05-24 Kenichi Handa <handa@etl.go.jp>
12171
12172 * international/quail.el (quail-start-translation): Don't change
12173 modified-p of the current buffer.
12174 (quail-start-conversion): Likewise.
12175
12176 * international/kkc.el (kkc-region): Don't change modified-p of
12177 the current buffer.
12178
12179 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12180 conform to RFC1468.
12181 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12182
121832000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12184
12185 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12186 (speedbar-insert-button): Invisible text property fix.
12187 (speedbar-directory-plus): Renamed from speedbar-directory-+
12188 (speedbar-directory-minus): Renamed from speedbar-directory--
12189 (speedbar-page-plus): Renamed from speedbar-file-+
12190 (speedbar-page-minus): Renamed from speedbar-file--
12191 (speedbar-page): Renamed from speedbar-file-
12192 (speedbar-tag): Renamed from speedbar-tag-
12193 (speedbar-tag-plus): Renamed from speedbar-tag-+
12194 (speedbar-tag-minus): Renamed from speedbar-tag--
12195 (speedbar-expand-image-button-alist): Use above renames.
12196
12197 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12198 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12199 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12200 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12201 * sb-pg.xpm: Renamed from sb-file.xpm
12202 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12203 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12204
122052000-05-24 Kenichi Handa <handa@etl.go.jp>
12206
12207 * international/quail.el (quail-show-guidance-buf): Set
12208 current-input-method of the guidance buffer to the name of the
12209 curren input method.
12210
122112000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12212
12213 * progmodes/compile.el (compile-internal): Style typo.
12214
12215 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12216 quote vars and functions in the docstring.
12217
12218 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12219
12220 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12221 Don't quote lambdas.
12222
12223 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12224
122252000-05-23 Gerd Moellmann <gerd@gnu.org>
12226
12227 * startup.el (command-line): Determine source file of compiled
12228 user init file differently. Warn if compiled user init file
12229 is older than its source file.
12230
12231 * ffap.el (ffap-url-regexp): Add `https'.
12232
122332000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12234
12235 * files.el (make-backup-file-name-1): Replace slashes with `!'
12236 rather than `|' (which is not allowed on Windows). Replace the
12237 drive letters with a string "drive_X".
12238
122392000-05-23 Gerd Moellmann <gerd@gnu.org>
12240
12241 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12242
12243 * files.el (interpreter-mode-alist): Add `bash2'.
12244
122452000-05-22 Dave Love <fx@gnu.org>
12246
12247 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12248 mapc.
12249 (feature-file): Avoid calling symbol-name. Doc fix.
12250 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12251 (loadhist-hook-functions): Add mouse-position-function.
12252 (unload-feature): Change uses of mapcar.
12253
12254 * files.el (parse-colon-path): Doc fix.
12255 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12256 (set-auto-mode): Use mapc.
12257
12258 * complete.el (PC-look-for-include-file): Use :alnum: character
12259 class.
12260 (partial-completion-mode): Add autoload cookie.
12261
122622000-05-22 Sam Steingold <sds@gnu.org>
12263
12264 * info.el (Info-fontify-node): Fixed the call to
12265 `add-text-properties' (bug introduced on 2000-05-18).
12266
122672000-05-22 Dave Love <fx@gnu.org>
12268
12269 * bindings.el: Remove debug-ignored-errors set in other files.
12270
12271 * progmodes/etags.el: Add to debug-ignored-errors.
12272 (visit-tags-table-buffer): Clear out buffers holding old tables
12273 when making a new list.
12274 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12275 mapc.
12276
12277 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12278 quote keywords.
12279 (cmpl-string-case-type): Use character classes.
12280
12281 * comint.el:
12282 * textmodes/ispell.el:
12283 * imenu.el:
12284 * mail/mh-e.el:
12285 * progmodes/compile.el: Add to debug-ignored-errors.
12286
12287 * dabbrev.el: Add to debug-ignored-errors.
12288 (dabbrev-completion): Use mapc.
12289
122902000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12291
12292 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12293 (woman-mapcan, woman-parse-man.conf)
12294 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12295 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12296 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12297 path syntax better.
12298 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12299 (woman-manpath): Call woman-parse-man.conf.
12300 (woman-emulation): New defcustom, defaults to nroff.
12301 (woman-font-support): New defconst.
12302 (woman-use-symbol-font): New defcustom.
12303 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12304 "Emulation".
12305 Many functions: Doc fix.
12306
123072000-05-22 Kenichi Handa <handa@etl.go.jp>
12308
12309 * international/quail.el (quail-simple-translation-keymap): Map
12310 128..255 to quail-self-insert-command.
12311 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12312
123132000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12314
12315 * help.el (help-manyarg-func-alist): Typo.
12316
12317 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12318 intervals which makes it heaps simpler.
12319
12320 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12321 the nested comment markers.
12322
12323 * subr.el (remove-hook): Don't turn the hook's value into a list.
12324
123252000-05-21 Dave Love <fx@gnu.org>
12326
12327 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12328 are invalid characters.
12329
12330 * international/mule-util.el (detect-coding-with-priority): Use
12331 mapc. Remove redundant lambda.
12332
12333 * international/mule-diag.el (list-non-iso-charset-chars)
12334 (describe-fontset): Remove redundant lambda.
12335
12336 * emulation/crisp.el (brief-mode): New alias.
12337
12338 * emacs-lisp/ring.el (ring-elements): New function.
12339
12340 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12341 (easy-menu-do-add-item): Use keywordp.
12342
12343 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12344
12345 * replace.el: Doc and error message fixes.
12346 (replace-highlight): Use facep, not internal-find-face.
12347
123482000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12349
12350 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12351
12352 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12353 (log-edit-insert-changelog): Drop `:' as well.
12354
12355 * log-view.el: Fix file description.
12356 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12357 available.
12358 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12359 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12360
12361 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12362 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12363 Print a status message if the toggle is called interactively.
12364 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12365 for global minor modes and use `defcustom' for them.
12366 Use add-minor-mode.
12367 (easy-mmode-define-derived-mode): Remove.
12368 (define-derived-mode): Fancier default docstring.
12369 (easy-mmode-define-navigation): Signal an error rather than (ding).
12370
12371 * newcomment.el (comment-styles): New `box-multi'.
12372 (comment-normalize-vars): Better default for comment-continue to
12373 avoid whitespace-only continuations.
12374 (comment-search-forward): Always move even in the no-syntax case.
12375 (comment-padright): Only obey N if it's only obeyed for padleft.
12376 (comment-make-extra-lines): Better handling of empty continuations.
12377 Use `=' for the filler if comment-start has only one character.
12378 (uncomment-region): Try handling the special `=' filler.
12379 (comment-region): Allow LINES even if MULTI is nil.
12380 (comment-box): Choose box style based on comment-style.
12381
123822000-05-20 Kenichi Handa <handa@etl.go.jp>
12383
12384 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12385 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12386
123872000-05-20 Kenichi HANDA <handa@etl.go.jp>
12388
12389 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12390 and insert, not subst-char-in-region.
12391
12392 * international/mule-diag.el (list-character-sets-1): Handle
12393 charsets eight-bit-control and eight-bit-graphic.
12394 (list-iso-charset-chars): Likewise.
12395 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12396 charactes as is. Use indent-to to align characters.
12397
12398 * international/mule-cmds.el (find-multibyte-characters): Never
12399 exclude charsets eight-bit-control and eight-bit-graphic.
12400
124012000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12402
12403 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12404 Don't quote lambdas.
12405
12406 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12407
124082000-05-19 Gerd Moellmann <gerd@gnu.org>
12409
12410 * gud.el (gud-jdb-directories): Doc fix.
12411
124122000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12413
12414 * newcomment.el: New file.
12415
124162000-05-19 Gerd Moellmann <gerd@gnu.org>
12417
12418 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12419
124202000-05-18 Andreas Schwab <schwab@suse.de>
12421
12422 * dired.el (dired-between-files): Also skip lines beginning with
12423 `used'.
12424
124252000-05-18 Gerd Moellmann <gerd@gnu.org>
12426
12427 * msb.el (msb-menu-cond): Add choice `user'.
12428
124292000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12430
12431 * ps-print.el: Compatibility, customization and doc fix.
12432 (ps-printer-name-option): Replace defconst by defvar.
12433 (ps-postscript-code-directory): XEmacs compatibility.
12434 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12435 fix.
12436 (ps-user-defined-prologue, ps-print-prologue-header)
12437 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12438 compatibility and code fix.
12439 (ps-print-background-image, ps-print-background-text):
12440 Customization fix.
12441 (ps-line-number-start, ps-n-up-on): New vars.
12442
124432000-05-18 Espen Skoglund <esk@ira.uka.de>
12444
12445 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12446 the indent-comment function to just return the appropriate indent.
12447
124482000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12449
12450 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12451 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12452 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12453
124542000-05-18 Dave Love <fx@gnu.org>
12455
12456 * info.el (Info-fontify-node): Add intangible property as well as
12457 invisible.
12458
12459 * calendar/appt.el (appt-make-list): Match all lines of entry.
12460 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12461
124622000-05-18 Kenichi Handa <handa@etl.go.jp>
12463
12464 * international/mule-diag.el (describe-char-after): Call
12465 internal-char-font, not char-font. If internal-char-font returns
12466 nil, display "-- none --".
12467
124682000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12469
12470 * image.el (image-type-available-p): Don't reference image-types
12471 if it isn't bound.
12472
124732000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12474
12475 * autoarg.el (autoarg-mode): Typo in the :set argument.
12476
124772000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12478
12479 * startup.el (command-line-1): Don't signal an error if the
12480 directory for auto-save-list files does not yet exist.
12481
124822000-05-17 Kenichi Handa <handa@etl.go.jp>
12483
12484 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12485
124862000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12487
12488 * subr.el (remove-hook): `setq' hook-value, not `set'.
12489
124902000-05-16 Sam Steingold <sds@gnu.org>
12491
12492 * info.el (debug-ignored-errors): More errors to ignore.
12493
124942000-05-16 Dave Love <fx@gnu.org>
12495
12496 * cus-edit.el: Don't require cl or easymenu.
12497 (custom-variable-prompt): Test standard-value property, not
12498 user-variable-p.
12499
125002000-05-16 Sam Steingold <sds@gnu.org>
12501
12502 * subr.el (add-hook): `setq' hook-value, not `set'.
12503
125042000-05-16 Gerd Moellmann <gerd@gnu.org>
12505
12506 * startup.el (command-line-1): Mention the FAQ in the startup
12507 message.
12508
12509 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12510
12511 * progmodes/compile.el (compilation-parse-errors): Collect
12512 `nomessage' regexps last.
12513
12514 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12515
12516 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12517 to the function name.
12518
125192000-05-15 Dave Love <fx@gnu.org>
12520
12521 * speedbar.el (speedbar-recenter): Typo.
12522 (speedbar-expand-line): Make arg optional.
12523 (speedbar-mode): Avoid a compiler warning.
12524
125252000-05-15 Gerd Moellmann <gerd@gnu.org>
12526
12527 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12528 user-specified option string is empty.
12529
12530 * mouse.el (mouse-yank-at-click): Doc fix.
12531
125322000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12533
12534 * term/internal.el (IT-character-translations): More updates of
12535 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12536 documents.
12537
125382000-05-15 Gerd Moellmann <gerd@gnu.org>
12539
12540 * env.el (getenv): New function, interactively callable.
12541 (setenv, getenv): Remove autoload cookies.
12542
12543 * loadup.el: Load `env'.
12544
12545 * progmodes/f90.el: Change author's mail address.
12546
125472000-05-14 Dave Love <fx@gnu.org>
12548
12549 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12550 goto-addr as an option.
12551
12552 * help.el (help-xref-stack): Doc fix.
12553 (help-xref-following): New variable.
12554 (help-make-xrefs): Use it.
12555 (help-xref-go-back): Use position information from stack element.
12556 (help-follow): Make position in stack element a pair. Use
12557 help-xref-following.
12558
12559 * autoarg.el: New file.
12560
12561 * faces.el: Declare more functions obsolete.
12562
12563 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12564 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12565 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12566 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12567 Remove all the setup-...-environment functions.
12568
125692000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12570
12571 * speedbar.el: Updated the commentary section. xemacs20p now uses
12572 >= when detecting. Require `defimage' safely.
12573 (speedbar-easymenu-definition-base): Add toggle for images.
12574 (speedbar-easymenu-definition-special): Add flush cache & expand.
12575 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12576 (speedbar-reconfigure-keymaps-hook): New variable.
12577 (speedbar-frame-parameters): Updated documentation.
12578 (speedbar-use-imenu-flag): Updated custom tag
12579 (speedbar-dynamic-tags-function-list): New variable.
12580 (speedbar-tag-hierarchy-method): Updated doc & custom.
12581 (speedbar-indentation-width, speedbar-indentation-width) New
12582 variables.
12583 (speedbar-hide-button-brackets-flag): Customizable.
12584 (speedbar-vc-indicator): Doc update.
12585 (speedbar-ignored-path-expressions): Updated default value.
12586 (speedbar-supported-extension-expressions): Updated default value.
12587 (speedbar-syntax-table): Remove {} paren status.
12588 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12589 as "+". Added overlay aliases.
12590 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12591 `force-mode-line-update'.
12592 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12593 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12594 `mouse-set-point'
12595 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12596 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12597 of arbitrary text, and new helper functions.
12598 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12599 filename finder.
12600 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12601 (speedbar-directory-buttons): Update path search/expansion.
12602 (speedbar-make-tag-line): Pay attention to
12603 `speedbar-indentation-width'. Use more care w/ invisible
12604 properties.
12605 (speedbar-change-expand-button-char): Call
12606 `speedbar-insert-image-button-maybe'.
12607 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12608 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12609 (speedbar-trim-words-tag-hierarchy)
12610 (speedbar-simple-group-tag-hierarchy): New functions
12611 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12612 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12613 functions.
12614 (speedbar-mouse-set-point): New function
12615 (speedbar-power-click): Updated documentation.
12616 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12617 of tag prefix text.
12618 (speedbar-expand-line, speedbar-contract-line): Make more robust
12619 to strange text.
12620 (speedbar-expand-line): Takes universal argument to flush the
12621 cache.
12622 (speedbar-flush-expand-line): New function.
12623 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12624 Use new generator insertion method.
12625 (speedbar-fetch-dynamic-tags): New function.
12626 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12627 `speedbar-fetch-dynamic-imenu'.
12628 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12629 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12630 "Revert Buffer" menu items.
12631 (speedbar-buffer-buttons-engine): Be smarter when creating a
12632 filename tag (for expansion purposes.).
12633 (speedbar-highlight-one-tag-line,
12634 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12635 (speedbar-recenter): New functions.
12636 (defimage-speedbar): Image loading abstraction.
12637 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12638 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12639 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12640 (speedbar-tag-type, speedbar-tag-mail): New images.
12641 (speedbar-expand-image-button-alist): New variable.
12642 (speedbar-insert-image-button-maybe): Insert an image over some
12643 buttons.
12644
126452000-05-13 Kenichi Handa <handa@etl.go.jp>
12646
12647 * international/mule-cmds.el (encode-coding-char): An ASCII
12648 character is always encodable.
12649
12650 * international/mule-conf.el: Add more information in descriptions
12651 of character sets.
12652
12653 * international/mule-diag.el (describe-char-after): New function.
12654 (describe-font-internal): Adjusted for the change of font-info.
12655 (describe-font): Likewise.
12656 (print-fontset): Rewritten for the new fontset implementation.
12657 (describe-fontset): Include fontset alias names in completion.
12658 (list-fontsets): Adjusted for the change of print-fontset.
12659
12660 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12661 describe-char-after instead of displaying the detail in the echo
12662 area.
12663 (syntax-code-table): Format changed.
12664 (string-to-syntax): Adjusted for the above change.
12665
126662000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12667
12668 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12669
126702000-05-12 Dave Love <fx@gnu.org>
12671
12672 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12673 dependence. Use line-{beginning,end}-position, not
12674 point-at{b,e}ol. Some doc fixes.
12675 (todo-position): New function. Fix callers of position to use it.
12676 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12677
126782000-05-12 Gerd Moellmann <gerd@gnu.org>
12679
12680 * time.el (display-time-mail-icon): Use `:ascent center'.
12681
12682 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12683 handling FTP security extensions.
12684
126852000-05-11 Dave Love <fx@gnu.org>
12686
12687 * calendar/todo-mode.el: New file.
12688
126892000-05-11 Gerd Moellmann <gerd@gnu.org>
12690
12691 * comint.el (comint-read-input-ring): Move reference to
12692 comint-input-ring-size outside of the save-excursion. It was
12693 causing the default value to be the only one ever seen.
12694
12695 * font-lock.el: Update copyright. Remove Simon Marshall's email
12696 address on request from him.
12697
12698 * subr.el (substitute-key-definition): Add comment describing
12699 the meaning of PREFIX.
12700
127012000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12702
12703 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12704
12705 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12706 (add-minor-mode): Don't make the variable buffer-local and add a
12707 reference to define-minor-mode in the docstring.
12708
12709 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12710 HEADER/FOOTER and fix bug with trailing empty directory.
12711 (cvs-append-to-ignore): Use vc-editable-p if available.
12712 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12713 (vc-do-command): Tweak advice to handle the new VC.
12714
12715 * log-view.el (log-view-goto-rev): New function for the new VC.
12716 (log-view-minor-wrap): Use mark-active.
12717
12718 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12719 (log-edit-changelog-full-paragraphs): New var.
12720 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12721 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12722 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12723 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12724 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12725 Replace the `cvs' prefix with `log-edit'.
12726
12727 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12728
12729 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12730 (diff-font-lock-defaults): Explicitly turn off multiline.
12731 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12732 (diff-ediff-patch): Fix call to ediff-patch-file.
12733 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12734 Handle comments.
12735
12736 * frame.el (automatic-hscrolling): Typo.
12737
12738 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12739
127402000-05-09 Sam Steingold <sds@goems.com>
12741
12742 * apropos.el (apropos-print): use `describe-face' instead of
12743 `customize-face-other-window'.
12744
127452000-05-09 Dave Love <fx@gnu.org>
12746
12747 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12748
12749 * help.el (describe-variable): Have customize button pop the
12750 help-xref stack when invoked.
12751 (help-xref-symbol-regexp): Add `face'.
12752 (help-make-xrefs): Check for quoted face names and adapt regexp
12753 submatch numbers to cope.
12754 (help-xref-interned): Maybe insert face doc too. Separate
12755 sections with a line of hyphens.
12756
12757 * faces.el: Some doc fixes. Declare some functions obsolete.
12758 (describe-face): Add customize button. Return the help
12759 text. Fix prompt.
12760
127612000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12762
12763 * term/internal.el (IT-character-translations): Fix last change.
12764
127652000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12766
12767 * woman.el: New file
12768 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12769
127702000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12771
12772 * term/internal.el (IT-character-translations): Update ASCII
12773 simulations for greek-iso8859-7, add latin-iso8859-14 and
12774 latin-iso8859-15.
12775
12776 * international/mule-cmds.el (set-language-info-alist): Call
12777 define-prefix-command with 3 arguments, to make the map suitable
12778 for a menu.
12779
127802000-05-07 Dave Love <fx@gnu.org>
12781
12782 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12783
127842000-05-05 Dave Love <fx@gnu.org>
12785
12786 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12787 list in doc string. Don't quote keyword symbols.
12788 * emacs-lisp/cl.el: Likewise
12789 * emacs-lisp/cl-seq.el: Likewise
12790
127912000-05-05 Gerd Moellmann <gerd@gnu.org>
12792
12793 * abbrev.el (abbrev-mode): Make ARG optional.
12794
127952000-05-04 Gerd Moellmann <gerd@gnu.org>
12796
12797 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12798
12799 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12800
12801 * subr.el (substitute-key-definition): Clarify documentation.
12802
128032000-05-04 Milan Zamazal <pdm@freesoft.cz>
12804
12805 * glasses.el (glasses-convert-to-unreadable): Use
12806 `glasses-separator' instead of the hard-wired "_".
12807 (glasses-mode): Call `glasses-make-unreadable' only in a single
12808 place.
12809
128102000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12811
12812 * term/internal.el (cjk-codepages-alist): Add associations for
12813 Chinese and Korean codepages. Remove FIXME comment.
12814
128152000-05-03 Dave Love <fx@gnu.org>
12816
12817 * time.el (display-time-mail-face, display-time-use-mail-icon):
12818 New option.
12819 (display-time-mail-icon): New variable.
12820 (display-time-string-forms): Use the above. Fix the local-map.
12821
128222000-05-03 Gerd Moellmann <gerd@gnu.org>
12823
12824 * replace.el (query-replace-map): Add binding for `E'.
12825 (query-replace-help): Extend help text.
12826 (perform-replace): Allow editing the replacement string.
12827
12828 * make-mode.el (makefile-mode-abbrev-table): New variable.
12829 (makefile-mode): Set local abbrev table to
12830 makefile-mode-abbrev-table.
12831 (makefile-font-lock-keywords): Fontify includes and conditionals.
12832
12833 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12834 set TOGGLE's value.
12835
12836 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12837 mail-interactive-insert-alias.
12838 (mail-abbrev-complete-alias): New command.
12839 (mail-mode-map): Bind it to `M-TAB'.
12840
128412000-05-03 Kenichi Handa <handa@etl.go.jp>
12842
12843 * language/lao-util.el (lao-compose-region): New function.
12844
128452000-05-02 Gerd Moellmann <gerd@gnu.org>
12846
12847 * files.el (recover-session): Make directories as necessary
12848 if they don't exist yet.
12849
12850 * calendar/cal-french.el
12851 (french-calendar-multibyte-special-days-array)
12852 (french-calendar-special-days-array): Change French text.
12853 (calendar-french-date-string): Change output.
12854 (calendar-goto-french-date): Likewise.
12855
128562000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12857
12858 * wid-edit.el (widget-default-active): Obey `:always-active'.
12859 (widget-documentation-string-value-create): Set `:always-active'.
12860
128612000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12862
12863 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12864 default prefix to `~/_emacs.d/auto-save.list/_s'.
12865 (normal-top-level): Create the directory for auto-save files, if
12866 it doesn't already exist (in the ms-dos case only).
12867
128682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12869
12870 * international/mule-cmds.el (set-language-environment): Don't
12871 concat an integer (dos-codepage), use format instead.
12872
128732000-05-02 Dave Love <fx@gnu.org>
12874
12875 * help.el (help-xref-on-pp): Check for constant symbols.
12876
128772000-04-29 Gerd Moellmann <gerd@gnu.org>
12878
12879 * startup.el (normal-top-level): Put a condition-case around
12880 the code loading subdirs.el.
12881
128822000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12883
12884 * ps-print.el: Upside-down and face background color printing,
12885 line number step, doc fix.
12886 (ps-print-version): New version number (5.2).
12887 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12888 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12889 (ps-spool-config): Var fix.
12890 (ps-printer-name-option): Const fix.
12891 (ps-print-upside-down, ps-use-face-background)
12892 (ps-line-number-step): New vars.
12893 (ps-window-system, ps-lp-system): New consts.
12894 (ps-face-background): New fun.
12895
128962000-04-28 Richard Stallman <rms@gnu.org>
12897
12898 * files.el (make-auto-save-file-name):
12899 Apply auto-save-file-name-transforms to visited file name
12900 before generating auto save file name.
12901 (auto-save-file-name-transforms): New variable.
12902
12903 * files.el (backup-enable-predicate):
12904 Correctly test for a file under a temporary directory.
12905
129062000-04-28 Gerd Moellmann <gerd@gnu.org>
12907
12908 * subr.el (add-minor-mode): Rewritten.
12909
129102000-04-28 Kenichi Handa <handa@etl.go.jp>
12911
12912 * mail/sendmail.el (sendmail-send-it): Set
12913 buffer-file-coding-system to the selected coding system for MIME
12914 header.
12915
129162000-04-27 Gerd Moellmann <gerd@gnu.org>
12917
12918 * dired.el (dired-move-to-filename-regexp): Allow format where
12919 YYYY is followed by two spaces.
12920
12921 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12922 in the second character class of the regexp.
12923
12924 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12925 mh-etc, too.
12926
12927 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12928 nil.
12929
12930 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12931
12932 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12933 argument.
12934
129352000-04-27 Sen Nagata <sen@eccosys.com>
12936
12937 * emacs-lisp/crm.el (crm-completion-table): New variable.
12938 (crm-collection-fn, crm-test-completion)
12939 (completing-read-multiple): Use it.
12940
129412000-04-27 Dave Love <fx@gnu.org>
12942
12943 * help.el (locate-library): Use mapc.
12944 (help-manyarg-func-alist): Add call-process-region.
12945
129462000-04-26 Gerd Moellmann <gerd@gnu.org>
12947
12948 * subr.el (add-minor-mode): Make argument MAP optional.
12949
12950 * desktop.el (desktop-save): Save list of minor modes.
12951 (desktop-create-buffer): Restore minor modes.
12952 (desktop-minor-mode-table): New user-option.
12953
12954 * subr.el (add-minor-mode): New function.
12955
12956 * image.el (find-image): New function.
12957 (defimage): Rewritten to find image at load time.
12958
12959 * startup.el (normal-top-level-add-to-load-path): Handle
12960 case that the default directory is not in load-path.
12961
12962 * help.el: Old patch from Stefan Monnier.
12963 (help-xref-on-pp): New function.
12964 (describe-variable): Use it to display xrefs in a symbol's value.
12965
129662000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12967
12968 * cus-edit.el (custom-face): Fix parenthesis.
12969
129702000-04-26 Kenichi Handa <handa@etl.go.jp>
12971
12972 * mail/rmail.el (rmail-expunge): When there are no deleted
12973 messages, do nothing.
12974
129752000-04-26 Dave Love <fx@gnu.org>
12976
12977 * international/mule-cmds.el (locale-translation-file-name):
12978 Defvar to nil.
12979 (set-locale-environment): Set it here (at runtime).
12980
129812000-04-25 Gerd Moellmann <gerd@gnu.org>
12982
12983 * replace.el (perform-replace): Add parameters START and END. Use
12984 them instead of the check for a region in Transient Mark mode.
12985 (query-replace-read-args): Return two more list elements for the
12986 start and end of the region in Transient Mark mode.
12987 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12988 (map-query-replace-regexp, replace-string, replace-regexp): Add
12989 optional last arguments START and END and pass them to
12990 perform-replace.
12991
12992 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12993 form with additional arguments for perform-replace.
12994
12995 * progmodes/etags.el (tags-query-replace): Add parameters START
12996 and END. Construct a form with additional arguments for
12997 perform-replace.
12998
12999 * simple.el (shell-command): Set default directory for "*Shell
13000 Command Output" buffer.
13001
13002 * language/european.el (iso-latin-4): Fix typo.
13003
13004 * emacs-lisp/crm.el: New file.
13005
130062000-04-24 Dave Love <fx@gnu.org>
13007
13008 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13009 (Custom-reset-saved, Custom-reset-standard)
13010 (custom-group-value-create, custom-group-set, custom-group-save)
13011 (custom-group-reset-current, custom-group-reset-saved)
13012 (custom-group-reset-standard): Use mapc.
13013 (custom-buffer-create-internal): Disable undo when creating items.
13014 Use mapc.
13015 (custom-face): Avoid redundant lambda.
13016
130172000-04-24 Gerd Moellmann <gerd@gnu.org>
13018
13019 * startup.el (auto-save-list-file-prefix): Set default to
13020 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13021
130222000-04-24 Sam Steingold <sds@gnu.org>
13023
13024 * time-stamp.el (time-stamp-string-preprocess): Always convert
13025 `field-result' to a string.
13026
130272000-04-24 Gerd Moellmann <gerd@gnu.org>
13028
13029 * frame.el (scrolling): New group.
13030 (automatic-hscrolling): New user-option.
13031
13032 * startup.el (command-line-x-option-alist): Add `-lsp' and
13033 `--line-spacing'.
13034
130352000-04-19 Dave Love <fx@gnu.org>
13036
13037 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13038 (cl-mapc): Rename from mapc. Fix the funcall.
13039
130402000-04-19 Gerd Moellmann <gerd@gnu.org>
13041
13042 * simple.el (clone-indirect-buffer-other-window): New command.
13043 (clone-indirect-buffer): Add optional arg NORECROD.
13044 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13045
13046 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13047
13048 * window.el (count-screen-lines): New function.
13049 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13050 instead of window-buffer-height.
13051
13052 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13053 non-existing variable comint-input-sentinel.
13054 (inferior-lisp-args-to-list): Removed.
13055 (inferior-lisp): Use split-string instead of
13056 inferior-lisp-args-to-list.
13057
13058 * hexl.el (hexl-insert-hex-string): New command.
13059
13060 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13061 instead of concat.
13062
130632000-04-18 Gerd Moellmann <gerd@gnu.org>
13064
13065 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13066 at the start of an existing but empty folder.
13067
130682000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13069
13070 * ps-mule.el: Customization fix, doc fix.
13071 (ps-multibyte-buffer): Customization fix.
13072
130732000-04-17 Richard M. Stallman <rms@gnu.org>
13074
13075 * subr.el (read-passwd): Use read-char-exclusive.
13076
130772000-04-17 Gerd Moellmann <gerd@gnu.org>
13078
13079 * textmodes/texinfo.el (texinfo-insert-@email)
13080 (texinfo-insert-@emph, texinfo-insert-@quotation)
13081 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13082 (texinfo-mode-map): Add key bindings for them.
13083
13084 * files.el (basic-save-buffer-2): Use a template with `$'
13085 instead of `#' for VMS.
13086
13087 * simple.el (clone-indirect-buffer): New function.
13088
130892000-04-16 Stephen Eglen <stephen@gnu.org>
13090
13091 * iswitchb.el (iswitchb-case): New function. If the user input
13092 contains any upper-case characters, the search is made
13093 case-sensitive.
13094
130952000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13096
13097 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13098 comment-end.
13099 (texinfo-font-lock-syntactic-keywords): New var.
13100 (texinfo-font-lock-keywords): Remove comment regexp.
13101 (texinfo-insert-block): New function.
13102 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13103 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13104 and font-lock-defaults. Use regexp-opt for outline-regexp.
13105 (texinfo-environments): New var.
13106 (texinfo-environment-regexp): Use regexp-opt and
13107 texinfo-environments.
13108
13109 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13110 ispell-process is bound since this might be eval'd before ispell
13111 is loaded.
13112 (ispell-message): Use a tiny bit less magic and a bit more hard
13113 data to figure out what kind of sc-cite-regexp to use.
13114
13115 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13116
13117 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13118 (insert-cyclic-diary-entry): Unquote the lambda.
13119
13120 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13121
13122 * files.el (backup-enable-predicate): Unquote the lambda.
13123
13124 * cus-edit.el (custom-face, face): Unquote the lambda.
13125
131262000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13127
13128 * ps-print.el: Check for line-beginning-position definition.
13129
13130 * ps-print.el: Fix counting lines in a region.
13131 (ps-print-version): New version number (5.1.5).
13132 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13133 (ps-printing-region): Fun code fix.
13134
131352000-04-15 Gerd Moellmann <gerd@gnu.org>
13136
13137 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13138 to file-directory-p.
13139
131402000-04-14 Gerd Moellmann <gerd@gnu.org>
13141
13142 * gud.el (gud-jdb-build-source-files-list): Check that directory
13143 exists before calling directory-files.
13144
131452000-04-13 Dave Love <fx@gnu.org>
13146
13147 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13148 syntax.
13149
13150 * emacs-lisp/cl-specs.el: Remove when, unless.
13151
13152 * emacs-lisp/cl-extra.el: Don't quote keywords.
13153 (cl-old-mapc): New variable.
13154 (mapc): Use it.
13155 (cl-map-intervals): Use with-current-buffer. Don't check for
13156 next-property-change.
13157 (cl-map-overlays): Use with-current-buffer.
13158 (cl-expt): Remove.
13159 (copy-tree, remprop): Define unconditionally.
13160
13161 * emacs-lisp/cl-compat.el (keywordp): Remove.
13162
13163 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13164 to use keywordp.
13165 (edebug-spec): Enable keywordp.
13166
13167 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13168 string-lessp.
13169
13170 * cus-start.el: Use keywordp.
13171
131722000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13173
13174 * diary-lib.el (include-other-diary-files): Fix the fix of
13175 2000-02-18 by doing a save-excursion.
13176
131772000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13178
13179 * ps-print.el: Customization fix, doc fix.
13180 (ps-print-version): New version number (5.1.4).
13181 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13182 (ps-print-preprint): Adjust code.
13183 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13184 (ps-print-prologue-header, ps-print-control-characters)
13185 (ps-spool-config): Customization fix.
13186
131872000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13188
13189 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13190 converted to the new menu-item format, names silightly changed,
13191 help strings added.
13192
13193 Support for spelling without async subprocesses:
13194
13195 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13196 (ispell-session-buffer): New variables.
13197 (ispell-start-process, ispell-process-status,
13198 ispell-accept-output, ispell-send-string): New functions, for
13199 Ispell invocation when async subprocesses aren't supported.
13200 (ispell-word, ispell-pdict-save, ispell-command-loop,
13201 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13202 to process-send-string with calls to ispell-send-string, and
13203 accept-process-output with ispell-accept-output.
13204 (ispell-init-process): Call ispell-process-status instead of
13205 process-status with.
13206 (ispell-init-process): Call ispell-start-process. Call
13207 ispell-accept-output and ispell-send-string. Don't call
13208 process-kill-without-query and kill-process if they are unbound.
13209 (ispell-async-processp): New function.
13210
132112000-04-12 Dave Love <fx@gnu.org>
13212
13213 * info.el: Add debug-ignored-errors.
13214 (Info-mode-menu): Add some items.
13215 (Info-directory): Add autoload cookie.
13216
13217 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13218 Modify `truncate-lines'. Make `describe-language-environment'
13219 always visible and add help. Modify `describe-key' help. Invoke
13220 Info-directory from `info'. New entry `emacs-manual'.
13221
132222000-04-10 Gerd Moellmann <gerd@gnu.org>
13223
13224 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13225 propertized-buffer-identification.
13226 (ebrowse-update-member-buffer-mode-line): Likewise.
13227 (ebrowse--mode-strings): Removed.
13228 (ebrowse--mode-line-props): Removed.
13229
13230 * files.el (auto-mode-alist): Add `EBROWSE'.
13231
13232 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13233 space before testing for end of buffer.
13234 (ebrowse-load): Removed.
13235 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13236 (ebrowse-create-tree-buffer): Rewritten.
13237 (ebrowse-tree-mode): Read tree from buffer.
13238
13239 * progmodes/ebrowse-ffh.el: Removed.
13240
132412000-04-10 Kenichi Handa <handa@etl.go.jp>
13242
13243 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13244
132452000-04-10 Gerd Moellmann <gerd@gnu.org>
13246
13247 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13248 at the wrong place.
13249
132502000-04-09 Dave Love <fx@gnu.org>
13251
13252 * files.el (backup-enable-predicate): Use
13253 temporary-file-directory, small-temporary-file-directory.
13254 (make-backup-file-name-function, backup-directory-alist): New
13255 variables.
13256 (make-backup-file-name-1): New function.
13257 (make-backup-file-name): Use it.
13258 (find-backup-file-name): Likewise. Use format for clarity, not
13259 concat.
13260 (file-newest-backup): Use make-backup-file-name.
13261
132622000-04-09 Gerd Moellmann <gerd@gnu.org>
13263
13264 * progmodes/ebrowse-ffh.el: New file.
13265
13266 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13267 to ebrowse-ffh.el.
13268 (ebrowse-load): Add autoload.
13269
13270 * finder.el (finder-commentary): Add autoload cookie.
13271
13272 * mail/rfc2368.el: Correct author's email address.
13273
13274 * progmodes/ebrowse.el: New file.
13275
13276 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13277 item help string.
13278 (easy-menu-do-add-item): Ditto.
13279 (easy-menu-define): Extend doc string.
13280
13281 * jit-lock.el (with-buffer-unmodified): Use
13282 restore-buffer-modified-p.
13283 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13284 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13285 with-buffer-unmodified.
13286
132872000-04-08 Dave Love <fx@gnu.org>
13288
13289 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13290 unless, when.
13291
132922000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13293
13294 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13295 (viper-flash-search-pattern): No operation when using Emacs
13296 doesn't support face.
13297 Use `viper-put-on-search-overlay'.
13298
132992000-04-04 Gerd Moellmann <gerd@gnu.org>
13300
13301 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13302 like C-r.
13303
13304 * progmodes/make-mode.el: Some doc fixes.
13305 (makefile-mode-abbrev-table): New variable.
13306 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13307 (makefile-font-lock-keywords): Fontify includes and conditionals.
13308 (toplevel): Require `dabbrev' and `add-log' when compiling.
13309
13310 * replace.el (perform-replace): Don't move forward one char
13311 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13312 to do that because it leaves point 1 position after the last
13313 replacement, after everything has been replaced.
13314
13315 * jit-lock.el (with-buffer-unmodified): New macro.
13316 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13317 modified state.
13318 (jit-lock-function-1): Extracted from jit-lock-function; not
13319 preserving buffer's modified state.
13320 (jit-lock-function, jit-lock-stealth-fontify): Call
13321 jit-lock-function-1.
13322
13323 * mail/rfc2368.el: Remove supernumerary copyright line.
13324
133252000-04-04 Milan Zamazal <pdm@freesoft.cz>
13326
13327 * glasses.el: Provide facilities for inserting space before left
13328 parentheses and uncapitalization of identifiers.
13329 (glasses-mode): Try to remove old overlays in all cases.
13330
133312000-04-03 Gerd Moellmann <gerd@gnu.org>
13332
13333 * progmodes/compile.el (compile-internal): Display the compilation
13334 buffer in a different frame, if it's already displayed there.
13335
13336 * mail/rfc2368.el: New file.
13337
13338 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13339 header and insert its value as mail body.
13340
13341 * subr.el (member-ignore-case): New function.
13342
13343 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13344 (dabbrev--find-expansion): Ignore buffers matching a regexp
13345 from dabbrev-ignored-regexps.
13346
13347 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13348 to extensions handled by gzip.
13349
133502000-04-03 Richard M. Stallman <rms@gnu.org>
13351
13352 * files.el (insert-directory): List the total free space
13353 along with the used space.
13354
13355 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13356 line is followed by one that matches CITATION-REGEXP, end the
13357 paragraph.
13358
133592000-04-03 Markus Rost <rost@delysid.gnu.org>
13360
13361 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13362 (rmail-make-basic-summary-line): Use that option.
13363
133642000-04-03 Kenichi Handa <handa@etl.go.jp>
13365
13366 * international/mule-cmds.el (encoded-string-description):
13367 Rewritten. Try pretty description for ISO 2022 escape sequences
13368 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13369 for hexadecimal format.
13370
133712000-04-01 Dave Love <fx@gnu.org>
13372
13373 * cpp.el: Change customization group to `c' from `C'.
13374
13375 * vcursor.el (vcursor-move): Use display-color-p.
13376
13377 * international/mule-util.el: Provide mule-utils.
13378 (string-to-sequence): Simplify and speed up.
13379
13380 * international/mule.el (make-coding-system): Purecopy doc-string.
13381
13382 * international/mule-cmds.el: Various menu changes.
13383 (describe-specified-language-support): Handle `Default'.
13384 (set-language-info): Purecopy `info'.
13385
133862000-03-31 Andrew Innes <andrewi@gnu.org>
13387
13388 * vc.el (vc-backend-diff): Return the correct status if we had to
13389 retry the rcsdiff command without the --brief option.
13390
133912000-03-31 Dave Love <fx@gnu.org>
13392
13393 * help.el (help-manyarg-func-alist): Correct several omissions.
13394
13395 * add-log.el: Don't require cl, fortran.
13396 (add-log-current-defun-function): Doc fix.
13397 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13398 fix.
13399 (change-log-version-rcs): Function deleted.
13400 (change-log-version-number-search): Doc fix. Use
13401 vc-workfile-version. Avoid CL dolist.
13402 (add-change-log-entry): Just call add-log-current-defun to get
13403 defun. Simplify somewhat.
13404 (change-log-get-method-definition-1): Likewise.
13405 (add-log-current-defun): Return nil if calling
13406 add-log-current-defun-function does so. Move Fortran stuff to
13407 fortran.el. Return string without properties.
13408
13409 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13410 and :alpha: char classes.
13411
13412 * mail/supercite.el: Defvar curline when compiling.
13413 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13414 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13415 rather than a-zA-Z0-9 to allow non-ASCII characters.
13416
134172000-03-31 Gerd Moellmann <gerd@gnu.org>
13418
13419 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13420
13421 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13422 Re-enable new code.
13423
13424 * lpr.el (print-region-1): Use -d to specify printer name for
13425 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13426
134272000-03-31 Dave Love <fx@gnu.org>
13428
13429 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13430 for function definition in symbol's function value slot first
13431 instead of first consulting byte-compile-function-environment.
13432
134332000-03-31 Kenichi Handa <handa@etl.go.jp>
13434
13435 * language/european.el ("Polish"): New language environment.
13436 (setup-polish-environment): New function.
13437
134382000-03-30 Gerd Moellmann <gerd@gnu.org>
13439
13440 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13441 Disable new code.
13442
13443 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13444 trying to `load' the symbol of an autoload instead of the file
13445 recorded in the autoload. Fix error messages.
13446
134472000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13448
13449 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13450 (ps-print-version): New version number (5.1.3).
13451 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13452 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13453 (ps-generate-postscript-with-faces): Code fix.
13454 (ps-color-values): XEmacs compatibility.
13455 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13456 (ps-default-fg, ps-default-bg): Adjust customization.
13457 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13458 (ps-color-scale): Renaming old ps-color-value fun.
13459 (ps-print-headers): Replace ps-print-header group to avoid conflict
13460 with ps-print-header variable.
13461 (ps-print-miscellany): New group.
13462 (ps-format-color, ps-rgb-color): New funs.
13463 (ps-default-foreground): New var.
13464 (ps-printer-name-option): New const.
13465
134662000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13467
13468 * net/net-utils.el:
13469 (network-connection-host, network-connection-service): New variables
13470 (network-connection-mode): New mode, derived from comint-mode
13471 (network-connection-mode-setup): New function, saves host and
13472 service information in local variables.
13473
13474 * lisp/locate.el:
13475 (locate-word-at-point): Added this function
13476 (locate): Default to using locate-word-at-point as input
13477 Run dired-mode-hook
13478
134792000-03-29 Dave Love <fx@gnu.org>
13480
13481 * calendar/appt.el: Doc fixes.
13482 (appt-check): Convert min-to-app to a string before passing to
13483 appt-disp-window-function or concat.
13484 (appt-delete-window): Remove test for frame-root-window.
13485 (appt-select-lowest-window, appt-convert-time): Simplify.
13486
13487 * emacs-lisp/bytecomp.el: Doc fixes.
13488 (byte-compile-file-form-autoload): Update
13489 byte-compile-function-environment.
13490
134912000-03-29 Andreas Schwab <schwab@suse.de>
13492
13493 * emacs-lisp/autoload.el: Also print defsubst doc string
13494 specially.
13495
13496 * dired.el (dired-insert-directory): If dired-free-space-program
13497 failed just delete its output.
13498
134992000-03-29 Dave Love <fx@gnu.org>
13500
13501 * international/iso-cvt.el: Move provide to end. Doc fixes.
13502 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13503 (iso-iso2sgml, iso-sgml2iso): New functions.
13504 (iso-cvt-define-menu): Fix some entries and use backquote for
13505 clarity.
13506
13507 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13508
135092000-03-28 Gerd Moellmann <gerd@gnu.org>
13510
13511 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13512 ISO-DATE. If non-nil, return date in ISO 8601 format.
13513
135142000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13515
13516 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13517 if it ever becomes used.
13518 (log-edit-mode-hook): Default to vc-log-mode-hook.
13519 (log-edit-mode): Fix the docstring.
13520
13521 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13522 the code.
13523
135242000-03-26 Dave Love <fx@gnu.org>
13525
13526 * net/browse-url.el (browse-url): Re-fix case of
13527 browse-url-browser-function being an alist.
13528 (browse-url): Add :link to defgroup.
13529
13530 * files.el: Doc fixes.
13531 (file-truename): Include `[' in wildcard characters.
13532 (automount-dir-prefix): Customize.
13533 (find-file-wildcards): Add :version.
13534 (find-file-noselect): Simplify a mapcar call.
13535
13536 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13537 compatible with inf-lisp version.
13538 (eval-defun-1): Fix custom-declare-variable case.
13539
135402000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13541
13542 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13543
135442000-03-24 Gerd Moellmann <gerd@gnu.org>
13545
13546 * Makefile (COMPILE_FIRST): New macro.
13547 (compile-files): Compile files from COMPILE_FIRST first.
13548
13549 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13550 code.
13551
13552 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13553 matching open parenthesis in column 0 to defun-prompt-regexp
13554 only if open-paren-in-column-0-is-defun-start is set.
13555
13556 * sun-curs.el: Require CL at compile-time only.
13557
13558 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13559 instead of copy-list which is a function from CL.
13560 (msb--choose-menu, msb--mode-menu-cond)
13561 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13562 (msb--init-file-alist): Use mapcar instead of mapcan.
13563 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13564 `(' in column 0 in doc string.
13565 (msb--add-separators): Use mapcar instead of mapcan.
13566
13567 * cus-dep.el: Require CL at compile-time only.
13568
135692000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13570
13571 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13572 (byte-compile-warnings): New warning `noruntime'.
13573 (byte-compile-constants, byte-compile-variables): Fix docstring.
13574 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13575 execute `eval-whenc-compile's body.
13576 (byte-compile-unresolved-functions): Fix docstring.
13577 (byte-compile-eval): New function.
13578 (byte-compile-callargs-warn): Check if the function will be available
13579 at runtime (via property `byte-compile-noruntime').
13580 (byte-compile-print-syms): New function.
13581 (byte-compile-warn-about-unresolved-functions): Also warn about
13582 `noruntime' functions (and use `byte-compile-print-syms').
13583 (byte-compile-file): Capitalize the message.
13584
135852000-03-24 Gerd Moellmann <gerd@gnu.org>
13586
13587 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13588 (rmail-expunge): Ask for confirmation depending on the setting
13589 of rmail-confirm-expunge.
13590
135912000-03-23 Gerd Moellmann <gerd@gnu.org>
13592
13593 * Makefile (bootstrap-clean): If $(emacs) exists, build
13594 loaddefs.el first. A loaddefs.el that's not up-to-date might
13595 cause a bootstrap failure because things don't autoload as
13596 expected.
13597
135982000-03-23 Dave Love <fx@gnu.org>
13599
13600 * net/browse-url.el: Restore previous use of
13601 browse-url-maybe-new-window.
13602
136032000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13604
13605 * ps-print.el: Skip banner page fix.
13606 (ps-print-version): New version number (5.1.2).
13607 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13608
136092000-03-23 Dave Pearson <davep@davep.org>
13610
13611 * net/quickurl.el Changed the type of parameter passed to the
13612 function defined by `quickurl-format-function'. Before only the
13613 text of the URL was passed. Now the whole URL structure is passed
13614 and the function is responsible for extracting the parts it
13615 requires. Changed the default of `quickurl-format-function'
13616 accordingly.
13617 (quickurl-insert): Changed the `funcall' of
13618 `quickurl-format-function' to match the above change.
13619 (quickurl-list-insert): Changed the `url' case so that it makes
13620 use of `quickurl-format-function', previous to this the format was
13621 hard wired.
13622
136232000-03-22 Gerd Moellmann <gerd@gnu.org>
13624
13625 * startup.el: Change some spellings for the X Window System.
13626
136272000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13628
13629 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13630 up the code and the regexp and make sure the cursor is temporarily
13631 moved to the suspicious line while querying the user.
13632
136332000-03-22 Jason Rumney <jasonr@gnu.org>
13634
13635 * w32-fns.el (w32-charset-info-alist): Initialize.
13636
136372000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13638
13639 * ps-print.el: N-up last page fix.
13640 (ps-print-version): New version number (5.1.1).
13641 (ps-end-file, ps-end-job, ps-generate): Code fix.
13642
136432000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13644
13645 * files.el (find-file-run-dired): Update docstring.
13646 (find-directory-functions): New hook.
13647 (find-file-noselect): Run find-directory-functions rather than
13648 calling dired directly.
13649
13650 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13651
13652 * pcvs.el: Add a minimal leading commentary.
13653 (cvs-make-cvs-buffer): Change the header part by removing the startup
13654 message and adding a `Module' entry. Also replace the FOOTER and
13655 HEADER special fileinfos with the new support in ewoc for updating
13656 its own footer and header.
13657 (cvs-update-header): Update to use the header/footer of the ewoc.
13658 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13659 (cvs-is-within-p): New function.
13660 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13661 to only examine some subset of the buffers.
13662
13663 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13664 `format' instead of our own ad-hoc functions.
13665 Remove HEADER and FOOTER cases, now handled in the EWOC.
13666 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13667
13668 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13669 output to avoid scaring the user.
13670 (cvs-parse-table): Catch message for non-up-to-date commits.
13671
13672 * pcvs-defs.el (cvs-startup-message): Remove.
13673 (cvs-global-menu): New autoloaded menu.
13674
13675 * pcvs-util.el (cvs-string-fill): Remove.
13676
13677 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13678 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13679 PP part of it and also make it work for footers and headers.
13680 (ewoc-create): Drop POS and BUFFER arguments.
13681 Use the DLL's dummy node to store the end-of-footer position.
13682 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13683 (ewoc-refresh): Remove unused `header' variable.
13684 (ewoc-(get|set)-hf): New functions.
13685
13686 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13687 log-view-*-(message|file) and use easy-mmode-define-navigation.
13688 (log-view-message-re): Match SCCS format as well.
13689 And match the revision line rather than the dashed separator line.
13690 (log-view-mode): Use the new define-derived-mode.
13691 (log-view-current-tag): Fill in with an actual implementation.
13692
13693 * cvs-status.el (cvs-status-(prev|next)): Rename from
13694 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13695 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13696 to let the output "breathe" a little more (more readable).
13697 (cvs-status-mode): Use the new define-derived-mode.
13698
13699 * smerge-mode.el (smerge-auto-leave): New function and variable.
13700 (smerge-basic-map): Rename from smerge-basic-keymap.
13701 Change the bindings for smerge-diff-*.
13702 (smerge-*-map): Use easy-mmode-defmap.
13703 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13704 (smerge-keep-*): Use smerge-auto-leave.
13705
137062000-03-21 Jason Rumney <jasonr@gnu.org>
13707
13708 * cus-edit.el (custom-button-face): Use 3D look for w32.
13709 (custom-button-pressed-face): Likewise.
13710
137112000-03-21 Gerd Moellmann <gerd@gnu.org>
13712
13713 * progmodes/etags.el (tags-case-fold-search): New user-option.
13714 (tags-loop-eval): New function. Bind case-fold-search around eval
13715 depending on the value of tags-case-fold-search.
13716 (tags-loop-continue): Use tags-loop-eval.
13717 (find-tag-in-order): Bind case-fold-search depending on the value
13718 of tags-case-fold-search.
13719
137202000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13721
13722 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13723 (diff-end-of-hunk): Return the end position for use in
13724 `easy-mmode-define-navigation'.
13725 (diff-recenter): Remove.
13726 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13727 of `easy-mmode-define-navigation'.
13728 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13729 previous renaming) and fix to use new names.
13730 (diff-merge-strings): Use \n as separator: simpler, faster.
13731 (diff-mode): Use `define-derived-mode'.
13732
13733 * derived.el (define-derived-mode): Don't autoload anymore.
13734 Prefer the macro-only version provided by easy-mmode.el.
13735
13736 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13737 `easy-mmode-define-derived-mode'.
13738 Use `combine-run-hooks'.
13739 (easy-mmode-define-navigation): New macro.
13740
13741 * subr.el (combine-run-hooks): New function.
13742
137432000-03-21 Kenichi HANDA <handa@etl.go.jp>
13744
13745 * term/x-win.el: Fontsets related initialization is simplified.
13746
13747 * international/mule-diag.el (describe-font): Don't refer to
13748 global-fontset-alist, instead call font-list.
13749 (describe-fontset, list-fontsets, mule-diag): Likewise.
13750 (print-fontset): Adjusted for the change of fontset
13751 implementation.
13752
13753 * international/fontset.el (x-charset-registries): Variable
13754 removed, instead the corresponding data is stored in the default
13755 fontset.
13756 (register-alternate-fontnames): Function removed.
13757 (resolved-ascii-font): Variable removed.
13758 (x-compose-font-name): Ignore the second argument REDOCE.
13759 (x-complement-fontset-spec): Complement only an ASCII font and
13760 element for those charsets than can use that ASCII font.
13761 (generate-fontset-menu): Don't refer to global-fontset-alist,
13762 instead call fontset-list.
13763 (uninstantiated-fontset-alist): Variable removed.
13764 (x-style-funcs-alist): Likewise.
13765 (fontset-default-styles): Likewise.
13766 (x-modify-font-name): Function removed.
13767 (create-fontset-from-fontset-spec): Ignore the argument
13768 STYLE-VARIANT.
13769 (create-fontset-from-ascii-font): Docsting adjusted for the above
13770 change.
13771 (instantiate-fontset, resolve-fontset-name): Functions removed.
13772 (fontset-list): Now implemented by C code.
13773
13774 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13775 (describe-face): Include `font' attribute in the description.
13776
137772000-03-21 Kenichi Handa <handa@etl.go.jp>
13778
13779 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13780
137812000-03-20 Gerd Moellmann <gerd@gnu.org>
13782
13783 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13784 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13785 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13786
13787 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13788 about behavior of set-buffer-modified-p wrt redisplay.
13789
137902000-03-19 Richard M. Stallman <rms@gnu.org>
13791
13792 * view.el (view-mode-disable): Kill local binding of view-read-only.
13793
137942000-03-18 Gerd Moellmann <gerd@gnu.org>
13795
13796 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13797 is a string, convert it to a syntax cell using string-to-syntax.
13798
13799 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13800 (string-to-syntax): New function.
13801
13802 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13803 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13804 try to use passive ftp mode.
13805
138062000-03-17 Gerd Moellmann <gerd@gnu.org>
13807
13808 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13809
13810 * simple.el (append-to-buffer): Update point of windows after
13811 insertion.
13812
13813 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13814 forward then moving backward. Reindent.
13815
13816 * frame.el (other-frame): Call x-focus-frame only if
13817 focus-follows-mouse is off.
13818
138192000-03-17 Dave Love <fx@gnu.org>
13820
13821 * pcvs-util.el (cvs-strings->string): Rename
13822 replace-regexps-in-string.
13823
138242000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13825
13826 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13827 regexp for labels cannot span several lines.
13828
13829 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13830 `(setq :<key> ':<key>)' to the macro expansion.
13831
138322000-03-16 Dave Love <fx@gnu.org>
13833
13834 * progmodes/f90.el (f90): Put custom group under `languages', not
13835 `fortran'.
13836 (f90-mode-hook): Customize.
13837 (f90-mode): Set add-log-current-defun-function.
13838 (f90-current-defun): New function.
13839
138402000-03-16 Gerd Moellmann <gerd@gnu.org>
13841
13842 * cus-edit.el (custom-variable-tag-face): Handle case that
13843 default face's height is not a number.
13844 (custom-face-tag-face, custom-group-tag-face-1)
13845 (custom-group-tag-face): Ditto.
13846 (custom-group-tag-face-1): Add :group.
13847
13848 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13849
138502000-03-15 Gerd Moellmann <gerd@gnu.org>
13851
13852 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13853 requiring easymenu.
13854
138552000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13856
13857 * ps-print.el: PostScript user-defined prologue, PostScript error
13858 handler, doc fix.
13859 (ps-print-version): New version number (5.1).
13860 (ps-user-defined-prologue, ps-error-handler-message)
13861 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13862 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13863 (ps-insert-string): New function.
13864
138652000-03-15 Kenichi Handa <handa@etl.go.jp>
13866
13867 * international/ccl.el (ccl-compile-expression): Don't generate
13868 invalid self-assignment code.
13869
138702000-03-14 Dave Love <fx@gnu.org>
13871
13872 * subr.el (replace-regexp-in-string): Renamed from
13873 replace-regexps-in-string. Doc fix.
13874
138752000-03-12 Dave Love <fx@gnu.org>
13876
13877 * cus-edit.el: Doc fixes.
13878 (customize-set-variable, customize-save-variable): Rename args for
13879 doc.
13880 (custom-variable-tag-face, custom-face-tag-face)
13881 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13882 style which user identify as hyperlink.
13883 (hook): Don't add undefined functions to the hook.
13884 (debug-ignored-errors): Transfer message from bindings.el.
13885
138862000-03-12 Gerd Moellmann <gerd@gnu.org>
13887
13888 * recentf.el (recentf-keep-non-readable-files-p): Remove
13889 double/nested definition.
13890
138912000-03-12 Dave Love <fx@gnu.org>
13892
13893 * facemenu.el (facemenu-get-face): Use display-color-p.
13894 * enriched.el (enriched-decode-foreground): Likewise.
13895 (enriched-decode-background): Likewise.
13896 * isearch.el (isearch-highlight): Likewise.
13897 * info-look.el (info-lookup): Likewise.
13898 * simple.el (completion-setup-function): Likewise.
13899
13900 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13901 :options.
13902
13903 * bindings.el (mode-line-format): Fix line-number and
13904 column-number items. Add help-echo for the background.
13905 (mode-line-mule-info): Modify help-echo.
13906
13907 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13908
13909 * files.el (load-file): Allow completion to .elc.
13910
13911 * man.el: Doc fixes.
13912 (Man-init-defvars): Use display-color-p to set fontification.
13913
13914 * play/hanoi.el (hanoi-internal): Don't use oddp.
13915
139162000-03-12 Gerd Moellmann <gerd@gnu.org>
13917
13918 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13919
13920 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13921
139222000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13923
13924 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13925 Fix comment.
13926
139272000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13928
13929 * font-lock.el (font-lock-keywords): Fix the doc now that
13930 regexp-opt-depth is unnecessary.
13931 (save-buffer-state): Set an edebug spec.
13932 (font-lock-fontify-anchored-keywords): Properly handle the case when
13933 the matcher goes past the limit.
13934
13935 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13936 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13937
13938 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13939 dll.el and cookie.el (from Elib) with heavy renaming and other
13940 massaging.
13941
13942 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13943 Autoload the functions used.
13944 (easy-mmode-define-syntax): Fix CL typo.
13945 (easy-mmode-define-derived-mode): Improve the docstring generation.
13946
139472000-03-10 Gerd Moellmann <gerd@gnu.org>
13948
13949 * textmodes/texinfo.el (texinfo-version): Variable and function
13950 removed.
13951
139522000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13953
13954 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13955 allow more flexibility.
13956 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13957 fns.
13958 (easy-mmode-defmap, easy-mmode-defsyntax)
13959 (easy-mmode-define-derived-mode): New macros.
13960
139612000-03-09 Didier Verna <didier@xemacs.org>
13962
13963 * rect.el (replace-rectangle): New function.
13964
139652000-03-09 Dave Love <fx@gnu.org>
13966
13967 * progmodes/fortran.el (fortran-comment-line-start): Define as
13968 "C".
13969 (fortran-comment-line-start-skip): Don't match cpp stuff.
13970 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13971 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13972 (fortran-mode): Don't set fortran-comment-line-start-skip,
13973 fortran-comment-line-start here. Set comment-start,
13974 add-log-current-defun.
13975 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13976 (fortran-current-defun): New function.
13977
139782000-03-09 Gerd Moellmann <gerd@gnu.org>
13979
13980 * emacs-lisp/re-builder.el: New file.
13981
13982 * mouse.el (mouse-drag-region): Don't run up-event handler
13983 if hscroll has changed.
13984
13985 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13986 builtin operators, use `font-lock-builtin-face' for Emacs and
13987 `font-lock-preprocessor-face' otherwise.
13988
13989 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13990 `(defun (setf foo)' differently.
13991
139922000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13993
13994 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13995 (regexp-opt): Update comment and adapt the code the new meaning of
13996 the `paren' argument of regex-opt-group for shy-groups.
13997 (regexp-opt-depth): Handle shy groups as well as backslashed
13998 backslashes.
13999 (regexp-opt-group): Turn the leading comment into a docstring.
14000 Allow `paren' to be a string (the string to use to open a group).
14001 Remove open-presuf and close-presuf. Instead of checking for `all
14002 one-char' and then later on check for `several one-char', handle
14003 both cases close together. Also apply a more generic algorithm
14004 for suffixes (the mirror image of the algorithm used for
14005 prefixes). Use shy-groups. Use nreverse rather than reverse.
14006 (regexp-opt-try-suffix): Removed.
14007
14008 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14009 from comint-mode-map, so we can just inherit from it. Also, move
14010 the initialization into the `defvar' since there's no docstring
14011 anyway and it's fairly short.
14012 (inferior-scheme-mode): Define it as derived-mode: the code is
14013 shorter and this way we inherit from comint-mode-map rather than
14014 copying it.
14015
14016 * subr.el (replace-regexps-in-string): Properly handle the case
14017 where we match an empty string.
14018
14019 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14020 when the command has a directory component (such as "./testml").
14021 Also fix a typo in the comment.
14022
140232000-03-08 Gerd Moellmann <gerd@gnu.org>
14024
14025 * Makefile (compile-files): Compile files one by one because
14026 that's the only way to ensure a clean compilation environment for
14027 each individual file.
14028
14029 * frame.el (other-frame): Call x-focus-frame.
14030
140312000-03-07 Dave Love <fx@gnu.org>
14032
14033 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14034 :require to defcustom.
14035
14036 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14037 lists.
14038
14039 * files.el (auto-mode-alist): Add configure.in.
14040
14041 * progmodes/autoconf.el: New file.
14042
140432000-03-07 Gerd Moellmann <gerd@gnu.org>
14044
14045 * mail/mh-e.el: Change maintainer to `none'.
14046
14047 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14048 to remove-hook and add-hook.
14049
140502000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14051
14052 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14053 it as the default.
14054 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14055 (sendmail-send-it): Conditionally add MIME headers specifying the
14056 used character set.
14057
140582000-03-07 Dave Love <fx@gnu.org>
14059
14060 * winner.el: Fix keywords, autoload cookies. Split
14061 eval-when-compile form to avoid compilation failure.
14062
140632000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14064
14065 * international/mule.el: Modify comment about coding system
14066 property `coding-category'.
14067 (make-coding-system): New argument EOL-TYPE. Pay attention to
14068 coding-category property of PROPERTIES.
14069
14070 * international/mule-conf.el (coding-category-utf-8,
14071 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14072 categories. Include them in the argument for set-coding-priority.
14073
14074 * international/mule-cmds.el (reset-language-environment): Include
14075 coding-category-utf-8, coding-category-utf-16-be, and
14076 coding-category-utf-16-le in the argument for set-coding-priority.
14077 (reset-language-environment): Initialize coding-category-utf-8,
14078 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14079
140802000-03-06 Karl Fogel <kfogel@red-bean.com>
14081
14082 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14083 code abstracted out of `bookmark-jump-noselect'. Now tries info
14084 extensions as well as compression extensions.
14085 (bookmark-jump-noselect): Use above new func.
14086
140872000-03-03 Gerd Moellmann <gerd@gnu.org>
14088
14089 * strokes.el: Change maintainer's mail address.
14090
140912000-03-03 Kenichi Handa <handa@etl.go.jp>
14092
14093 * international/mule-diag.el (list-character-sets): Make help-echo
14094 string by substitute-command-keys.
14095 (list-character-sets): Likewise.
14096 (sort-listed-character-sets): Call help-setup-xref.
14097
140982000-03-02 Gerd Moellmann <gerd@gnu.org>
14099
14100 * time.el (display-time-mail-file): Add `none' to the list of
14101 choices.
14102
141032000-03-01 Dave Love <fx@gnu.org>
14104
14105 * help.el (help-xref-go-back): Don't try to set position.
14106
14107 * international/mule-diag.el (list-character-sets): Call
14108 help-setup-xref. Add help-echo to xrefs.
14109 (list-character-sets-1): Add help-echo to xrefs.
14110
141112000-03-02 Gerd Moellmann <gerd@gnu.org>
14112
14113 * frame.el (blink-cursor-mode): Switch cursor on when turning
14114 the mode off.
14115
14116 * add-log.el (add-log-current-defun): Add support for
14117 Autoconf mode.
14118
14119 * mail/rmail.el (rmail-quit-hook): New variable.
14120
141212000-03-01 Dave Love <fx@gnu.org>
14122
14123 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14124
14125 * help.el (help-xref-button): Add help-echo arg.
14126 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14127
14128 * faces.el (list-faces-display): Supply help-echo with
14129 help-make-xrefs.
14130
14131 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14132 nil.
14133
141342000-03-01 Gerd Moellmann <gerd@gnu.org>
14135
14136 * image.el (defimage): Look for image files in load-path.
14137
14138 * frame.el (busy-cursor-delay-seconds): Change type to
14139 `number'.
14140
141412000-03-01 David Ponce <david.ponce@wanadoo.fr>
14142
14143 * recentf.el (recentf): Added version tag to the defgroup of
14144 recentf.
14145
141462000-03-01 David Ponce <david.ponce@wanadoo.fr>
14147
14148 * recentf.el (recentf-cleanup): Changed to remove excluded file
14149 too.
14150 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14151 action to select/unselect a file.
14152 (recentf-edit-list): Code cleanup and improvement.
14153 (recentf-open-more-files-action): `recentf-open-more-files' button
14154 widget action to open a file.
14155 (recentf-open-more-files): No more use standard completion but
14156 widgets.
14157 (recentf-more-collection): Deleted.
14158 (recentf-more-history): Deleted.
14159 (recentf-setup-more-completion): Deleted.
14160
141612000-03-01 David Ponce <david.ponce@wanadoo.fr>
14162
14163 * recentf.el (recentf-mode): No more needs that Emacs is running
14164 under a window-system.
14165
141661999-03-01 David Ponce <david.ponce@wanadoo.fr>
14167
14168 * recentf.el (recentf-edit-list): New command to edit the recent
14169 list which allow the user to remove files.
14170 (recentf-edit-selected-items): New global variable, used by
14171 `recentf-edit-list' to hold the list of files to be removed from
14172 the recent list.
14173 (recentf-make-menu-items): Updated to display a "Edit list..."
14174 menu item. Minor code cleanup.
14175
141761999-03-01 David Ponce <david.ponce@wanadoo.fr>
14177
14178 * recentf.el (recentf-open-more-files): New command to open files
14179 that are not displayed in the menu.
14180 (recentf-more-collection): New global variable holding the set of
14181 permissible completions used by `recentf-open-more-files'.
14182 (recentf-more-history): New global variable holding the history list
14183 used by `recentf-open-more-files' completion.
14184 (recentf-setup-more-completion): New function to setup completion for
14185 `recentf-open-more-files'.
14186 (recentf-make-menu-items): Updated to display a "More..." menu item.
14187
141881999-03-01 David Ponce <david.ponce@wanadoo.fr>
14189
14190 * recentf.el (recentf-menu-action): Doc fixed.
14191
141921999-03-01 David Ponce <david.ponce@wanadoo.fr>
14193
14194 * recentf.el (recentf-menu-filter): Doc updated.
14195 (recentf-update-menu-hook): Allow menu filters to force menu update.
14196 (recentf-make-menu-items): New menu filter handling.
14197 (recentf-make-menu-item): New helper function.
14198 (recentf-menu-elements): New menu handling function.
14199 (recentf-sort-ascending): Updated to new menu filter handling.
14200 (recentf-sort-descending): Updated to new menu filter handling.
14201 (recentf-sort-basenames-ascending): New menu filter function.
14202 (recentf-sort-basenames-descending): New menu filter function.
14203 (recentf-show-basenames): New menu filter function.
14204 (recentf-show-basenames-ascending): New menu filter function.
14205 (recentf-show-basenames-descending): New menu filter function.
14206
142072000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14208
14209 * diary-lib.el (list-diary-entries): Don't try to go forward at
14210 the end of the buffer.
14211
142122000-02-29 Kenichi Handa <handa@etl.go.jp>
14213
14214 * international/mule-diag.el (list-character-sets): Completely
14215 rewritten.
14216 (sort-listed-character-sets): New function.
14217 (list-character-sets-1): Completely rewritten.
14218 (list-character-sets-2): New function.
14219 (non-iso-charset-alist): New variable.
14220 (decode-codepage-char): New function.
14221 (charset-history): New variable.
14222 (read-charset) (list-block-of-chars)
14223 (list-iso-charset-chars)
14224 (list-non-iso-charset-chars)
14225 (list-charset-chars): New functions.
14226 (mule-diag): Call list-character-sets-2, not
14227 list-character-sets-2.
14228 (dump-charsets): Likewise.
14229
142302000-02-29 Gerd Moellmann <gerd@gnu.org>
14231
14232 * dired-x.el (dired-filename-at-point): Add `@' to valid
14233 file name characters.
14234 (dired-filename-at-point): Handle ange-ftp file names.
14235
14236 * frame.el (frame-notice-user-settings): Use assq-delete-all
14237 instead of assoc-delete-all.
14238 (frame-notice-user-settings): Ditto.
14239
14240 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14241 Don't copy alist.
14242
142432000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14244
14245 * calculator.el (calculator-use-menu): New option.
14246 (calculator-initial-bindings): Changed some bindings to work as
14247 macros.
14248 (calculator-forced-input): Removed.
14249 (calculator-restart-other-mode): New variable.
14250 (calculator-mode-map): Set up menu.
14251
142522000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14253
14254 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14255 tags.
14256
142572000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14258
14259 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14260 translate all ESC key sequences.
14261 (viper-goto-mark-subr): restore markers for files for which
14262 they were saved.
14263 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14264 * viper-util.el (viper-set-replace-overlay-glyphs,
14265 viper-set-replace-overlay): always check if the replacement
14266 overlay is live.
14267 * viper.el (viper-vi-state-mode-list): added major modes.
14268 * ediff-wind.el: minor comment changes.
14269 * ediff.el: copyright notice date fix.
14270
142712000-02-27 Jason Rumney <jasonr@gnu.org>
14272
14273 * faces.el (face-font-family-alternatives): Add arial to helv.
14274 (mode-line, header-line, tool-bar): Same default as x for w32.
14275 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14276 face-font-family-alternatives from working.
14277 * term/w32-win.el (mouse-set-font): Do not build fontset from
14278 chosen font.
14279
142802000-02-25 Sam Steingold <sds@goems.com>
14281
14282 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14283 properly.
14284
142852000-02-25 Richard M. Stallman <rms@gnu.org>
14286
14287 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14288
142892000-02-25 Gerd Moellmann <gerd@gnu.org>
14290
14291 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14292 writable.
14293
14294 * frame.el (busy-cursor-delay-seconds): New option.
14295
142962000-02-24 Gerd Moellmann <gerd@gnu.org>
14297
14298 * frame.el (show-cursor-in-non-selected-windows): New option.
14299
143002000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14301
14302 * diary-lib.el (include-other-diary-files): Undo the selective
14303 display in any included file and don't kill it.
14304
143052000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14306
14307 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14308 bar. Menu items converted to (menu-item format, help strings
14309 added.
14310 [downcase, upcase]: Don't enable on MS-DOS.
14311 [symlink, symlinks]: Don't show if make-symbolic-link is not
14312 bound.
14313 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14314
143152000-02-23 Dave Love <fx@gnu.org>
14316
14317 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14318 (backward-kill-word): Revert addition of * to interactive spec --
14319 it's a feature.
14320
14321 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14322 (backward-kill-sentence, kill-sentence): Likewise.
14323
14324 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14325 scratch buffer name.
14326 (gud-format-command): Use int-to-string in ?l case. Simplify
14327 slightly.
14328
14329 * term/w32-win.el (internal-face-interactive): Update prompt for
14330 new read-face-name.
14331
14332 * mail/footnote.el (footnote): Add :version to defgroup.
14333 (footnote-section-tag-regexp): Customize.
14334 (footnote-start-tag, footnote-end-tag): New option.
14335 (footnote-latin-regexp): New variable.
14336 (Footnote-latin): New function.
14337 (footnote-style-alist): Add element for latin style.
14338 (footnote-style): Moved.
14339 (Footnote-goto-footnote): Use eq to test arg.
14340
14341 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14342
14343 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14344 (byte-compile-trueconstp): Include keywords.
14345 (byte-optimize-quote, byte-optimize-lapcode): Use
14346 byte-compile-const-symbol-p.
14347 (byte-optimize-char-before): New optimization.
14348
14349 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14350 (byte-compile-const-symbol-p): New function.
14351 (byte-compile-constp, byte-compile-out-toplevel)
14352 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14353 Use it.
14354
14355 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14356
143572000-02-23 Kenichi Handa <handa@etl.go.jp>
14358
14359 * international/encoded-kb.el: Be sure to update minor-mode-alist
14360 and minor-mode-map-alist.
14361 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14362 codes SS2 and SS3 correctly.
14363 (encoded-kbd-self-insert-ccl): New function.
14364 (encoded-kbd-setup-keymap): New function.
14365 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14366 by calling encoded-kbd-setup-keymap.
14367
14368 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14369 characters.
14370 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14371 locally.
14372
143732000-02-22 Dave Love <fx@gnu.org>
14374
14375 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14376 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14377 defvar.
14378 (lisp-mode-syntax-table): Set up for #|...|# comments.
14379 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14380 classes. Match `defface'.
14381 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14382 (eval-defun-1): Fix for defcustom.
14383 (lisp-indent-region): Doc fix.
14384
14385 * subr.el (when, unless, split-string): Doc fix.
14386 (read-passwd): Move call of clear-this-command-keys to the right
14387 place.
14388 (replace-regexps-in-string): New function.
14389
143902000-02-22 Gerd Moellmann <gerd@gnu.org>
14391
14392 * help.el (describe-variable): Set syntax table to
14393 emacs-lisp-mode-syntax-table when moving forward over the
14394 symbol's name.
14395
143962000-02-22 Dave Love <fx@gnu.org>
14397
14398 * xt-mouse.el: Doc fixes.
14399 (xterm-mouse-position-function): New function, replacing advice of
14400 mouse-position.
14401 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14402
14403 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14404
144052000-02-21 Gerd Moellmann <gerd@gnu.org>
14406
14407 * format.el (format-annotate-single-property-change): Handle
14408 properties.with dotted-list values.
14409 (format-proper-list-p): New function.
14410
14411 * enriched.el (enriched-face-ans): Handle '(foreground-color
14412 . COLOR) and (background-color . COLOR).
14413
144142000-02-20 Dave Love <fx@gnu.org>
14415
14416 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14417 and assignments to it.
14418 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14419 current local map.
14420 (make-flyspell-overlay): Use it.
14421 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14422
14423 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14424 (lm-get-header-re): Defun, not defsubst.
14425 (lm-get-package-name): Defun, not defsubst. Simplify.
14426 (lm-version): Doc fix. Simplify.
14427 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14428 (lm-crack-address, lm-last-modified-date, lm-commentary)
14429 (lm-verify, lm-synopsis): Simplify.
14430 (lm-report-bug): Require emacsbug. Use compose-mail.
14431
144322000-02-20 Gerd Moellmann <gerd@gnu.org>
14433
14434 * dired.el (dired-mode): Call propertized-buffer-identification
14435 to set mode-line-buffer-identification to something having
14436 the right text properties.
14437
14438 * bindings.el (propertized-buffer-identification): New function.
14439
144402000-02-20 Dave Love <fx@gnu.org>
14441
14442 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14443 check for t-mouse too.
14444
14445 * cus-start.el: Make echo-keystrokes `number'.
14446
144472000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14448
14449 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14450 Don't call ring-empty-p unless tags-location-ring is bound.
14451 From Noah Friedman <friedman@splode.com>.
14452
144532000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14454
14455 * progmodes/hideshow.el (hs-flag-region): No longer use
14456 `intangible' overlay property.
14457
14458 (hs-toggle-hiding): New command.
14459 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14460
14461 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14462 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14463 and deactivation.
14464
144652000-02-18 Gerd Moellmann <gerd@gnu.org>
14466
14467 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14468
144692000-02-17 Gerd Moellmann <gerd@gnu.org>
14470
14471 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14472
14473 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14474 of `*' to handle `(* ... *)' comments.
14475
144762000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14477
14478 * faces.el (list-faces-display): Use display-mouse-p instead of
14479 window-system.
14480
14481 * menu-bar.el (global-map): Menu-bar items converted to the new
14482 format (menu-item..., rearranged for better CUA compliance, and
14483 their names changed for better clarity. Help strings added.
14484
14485 * international/mule-cmds.el (mule-menu-keymap)
14486 (describe-language-environment-map, set-coding-system-map)
14487 (setup-language-environment-map): Convert to new (menu-item...
14488 form, add help strings. Change names of menu items for better
14489 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14490 submenu).
14491
144922000-02-17 Gerd Moellmann <gerd@gnu.org>
14493
14494 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14495 within the code.
14496
144972000-02-16 Dave Love <fx@gnu.org>
14498
14499 * faces.el: Don't require custom. Add more specific :groups to
14500 various deffaces.
14501 (set-face-attribute): Purecopy args.
14502 (read-face-name): Default to name at point and use it in prompt.
14503 Remove colon from arg in all callers.
14504 (list-faces-display): Hyperlink to face descriptions and customize
14505 buffers.
14506
145072000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14508
14509 * wid-edit.el (widget-match-inline): An atom never matches a
14510 list.
14511
145122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14513
14514 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14515 at ':' characters by call to split-string.
14516
145172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14518
14519 * textmodes/bibtex.el: Added RCS version identification.
14520
145212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14522
14523 * textmodes/bibtex.el: Some temporary comments removed.
14524 (bibtex-field-name, bibtex-entry-type): Made the relationship
14525 explicit.
14526 (bibtex-field-const): Allow capital letters.
14527 (bibtex-start-of-string): Deleted because unused.
14528
14529 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14530 use the term 'reference' to describe a bibtex entry as a whole.
14531 Further, reference keys are no longer called 'labels'.
14532 (bibtex-keys): Renamed to bibtex-reference-keys.
14533 (bibtex-reformat-previous-labels): Renamed to
14534 bibtex-reformat-previous-reference-keys.
14535 (bibtex-reference-type): Renamed to bibtex-entry-type.
14536 (bibtex-reference-head): Renamed to bibtex-entry-head.
14537 (bibtex-reference-maybe-empty-head): Renamed to
14538 bibtex-entry-maybe-empty-head.
14539 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14540 (bibtex-search-reference): Renamed to bibtex-search-entry.
14541 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14542 bibtex-enclosing-entry-maybe-empty-head.
14543 (bibtex-entry-field-alist, bibtex-entry-head,
14544 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14545 bibtex-map-entries, bibtex-search-entry,
14546 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14547 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14548 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14549 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14550 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14551 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14552 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14553
145542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14555
14556 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14557 comment.
14558 (bibtex-format-field-delimiters): New function, functionality
14559 extracted from bibtex-format-entry.
14560 (bibtex-autokey-get-yearfield-digits): New function, functionality
14561 extracted from bibtex-autokey-get-yearfield.
14562
14563 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14564 entries in order to avoid stack overflow in the regexp matcher if
14565 field contents become large.
14566 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14567 bibtex-field-string-part-not-braced,
14568 bibtex-field-string-part-no-inner-braces,
14569 bibtex-field-string-part-1-inner-brace,
14570 bibtex-field-string-part-2-inner-braces,
14571 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14572 bibtex-field-string-quoted, bibtex-field-string,
14573 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14574 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14575 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14576 as parsing is now performed by the following functions.
14577 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14578 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14579 bibtex-parse-field-string, bibtex-search-forward-field-string,
14580 bibtex-parse-association, bibtex-field-name-for-parsing,
14581 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14582 bibtex-search-forward-field, bibtex-search-backward-field,
14583 bibtex-start-of-field, bibtex-end-of-field,
14584 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14585 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14586 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14587 bibtex-parse-string, bibtex-search-forward-string,
14588 bibtex-search-backward-string, bibtex-start-of-string,
14589 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14590 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14591 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14592 entries. Instead of reporting the results of the parsing by
14593 match-beginning or match-end, these functions return data structures
14594 that hold the corresponding positions.
14595 (bibtex-enclosing-field): Changed to also report field boundaries by
14596 return values rather than by match-beginning or match-end. The
14597 following functions have been adapted to use the new parsing
14598 functions.
14599 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14600 bibtex-enclosing-field, bibtex-format-entry,
14601 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14602 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14603 bibtex-print-help-message, bibtex-end-of-entry,
14604 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14605 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14606 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14607 method for parsing.
14608 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14609 bibtex-map-entries, bibtex-flash-head,
14610 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14611 bibtex-autokey-change, bibtex-autokey-get-namefield,
14612 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14613 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14614 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14615 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14616 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14617 order to make the new binding of case-fold-search immediately
14618 visible.
14619
146202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14621
14622 * textmodes/bibtex.el: Copyright notice is up to date.
14623 Added constant 'bibtex-maintainer-salutation.
14624
14625 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14626 than make-temp-name, use match-string-no-properties and eliminate
14627 a quadratic behavior when building bibtex-strings.
14628
14629 * bibtex.el (bibtex-reference-key): Accept string entries whose
14630 reference key contains upper case letters.
14631
146322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14633
14634 * bibtex.el (bibtex-reference-head): Allow entries to start with
14635 a new line.
14636
146372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14638
14639 * bibtex.el: Hiding of entry bodies is not longer provided by
14640 bibtex.el directly. Instead the hideshow package can be used.
14641 Added a special bibtex entry to hs-special-modes-alist.
14642 (bibtex-hs-forward-sexp): Added for hideshow.el.
14643
146442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14645
14646 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14647 at ':' characters by call to split-string.
14648
146492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14650
14651 * textmodes/bibtex.el: Added RCS version identification.
14652
146532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14654
14655 * textmodes/bibtex.el: Some temporary comments removed.
14656 (bibtex-field-name, bibtex-entry-type): Made the relationship
14657 explicit.
14658 (bibtex-field-const): Allow capital letters.
14659 (bibtex-start-of-string): Deleted because unused.
14660
14661 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14662 use the term 'reference' to describe a bibtex entry as a whole.
14663 Further, reference keys are no longer called 'labels'.
14664 (bibtex-keys): Renamed to bibtex-reference-keys.
14665 (bibtex-reformat-previous-labels): Renamed to
14666 bibtex-reformat-previous-reference-keys.
14667 (bibtex-reference-type): Renamed to bibtex-entry-type.
14668 (bibtex-reference-head): Renamed to bibtex-entry-head.
14669 (bibtex-reference-maybe-empty-head): Renamed to
14670 bibtex-entry-maybe-empty-head.
14671 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14672 (bibtex-search-reference): Renamed to bibtex-search-entry.
14673 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14674 bibtex-enclosing-entry-maybe-empty-head.
14675 (bibtex-entry-field-alist, bibtex-entry-head,
14676 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14677 bibtex-map-entries, bibtex-search-entry,
14678 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14679 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14680 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14681 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14682 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14683 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14684 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14685
146862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14687
14688 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14689 comment.
14690 (bibtex-format-field-delimiters): New function, functionality
14691 extracted from bibtex-format-entry.
14692 (bibtex-autokey-get-yearfield-digits): New function, functionality
14693 extracted from bibtex-autokey-get-yearfield.
14694
14695 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14696 entries in order to avoid stack overflow in the regexp matcher if
14697 field contents become large.
14698 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14699 bibtex-field-string-part-not-braced,
14700 bibtex-field-string-part-no-inner-braces,
14701 bibtex-field-string-part-1-inner-brace,
14702 bibtex-field-string-part-2-inner-braces,
14703 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14704 bibtex-field-string-quoted, bibtex-field-string,
14705 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14706 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14707 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14708 as parsing is now performed by the following functions.
14709 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14710 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14711 bibtex-parse-field-string, bibtex-search-forward-field-string,
14712 bibtex-parse-association, bibtex-field-name-for-parsing,
14713 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14714 bibtex-search-forward-field, bibtex-search-backward-field,
14715 bibtex-start-of-field, bibtex-end-of-field,
14716 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14717 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14718 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14719 bibtex-parse-string, bibtex-search-forward-string,
14720 bibtex-search-backward-string, bibtex-start-of-string,
14721 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14722 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14723 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14724 entries. Instead of reporting the results of the parsing by
14725 match-beginning or match-end, these functions return data structures
14726 that hold the corresponding positions.
14727 (bibtex-enclosing-field): Changed to also report field boundaries by
14728 return values rather than by match-beginning or match-end. The
14729 following functions have been adapted to use the new parsing
14730 functions.
14731 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14732 bibtex-enclosing-field, bibtex-format-entry,
14733 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14734 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14735 bibtex-print-help-message, bibtex-end-of-entry,
14736 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14737 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14738 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14739 method for parsing.
14740 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14741 bibtex-map-entries, bibtex-flash-head,
14742 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14743 bibtex-autokey-change, bibtex-autokey-get-namefield,
14744 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14745 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14746 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14747 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14748 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14749 order to make the new binding of case-fold-search immediately
14750 visible.
14751
147522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14753
14754 * textmodes/bibtex.el: Copyright notice is up to date.
14755 Added constant 'bibtex-maintainer-salutation.
14756
14757 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14758 than make-temp-name, use match-string-no-properties and eliminate
14759 a quadratic behavior when building bibtex-strings.
14760
14761 * bibtex.el (bibtex-reference-key): Accept string entries whose
14762 reference key contains upper case letters.
14763
147642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14765
14766 * bibtex.el (bibtex-reference-head): Allow entries to start with
14767 a new line.
14768
147692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14770
14771 * bibtex.el: Hiding of entry bodies is not longer provided by
14772 bibtex.el directly. Instead the hideshow package can be used.
14773 Added a special bibtex entry to hs-special-modes-alist.
14774 (bibtex-hs-forward-sexp): Added for hideshow.el.
14775
147762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14777
14778 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14779 proceedings entry type (for cross referencing). Thanks to Wagner
14780 Toledo Correa for the suggestion.
14781
14782 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14783
147842000-02-14 Kenichi Handa <handa@etl.go.jp>
14785
14786 * international/characters.el: Setup case table for Vietnamese.
14787
147882000-02-12 Gerd Moellmann <gerd@gnu.org>
14789
14790 * uniquify.el (toplevel): Require CL at compile time.
14791 (uniquify-push): Removed.
14792
14793 * shadowfile.el (shadow-when): Removed.
14794
14795 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14796 (tempo-process-and-insert-string): Use dolist instead of
14797 tempo-dolist.
14798
14799 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14800 regexp for paragraph-start.
14801
14802 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14803 commas as well.
14804
148052000-02-10 Dave Love <fx@gnu.org>
14806
14807 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14808 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14809 Deleted.
14810 (widget-specify-field, widget-specify-button): Don't use
14811 widget-mouse-help as help-echo property.
14812 (default): Use #'ignore for :validate and :mouse-down-action.
14813 (checkbox): Add help-echo.
14814 (widget-sexp-validate): Rewritten to clarify error messages.
14815 (character): Use char-valid-p in :match function.
14816 (widget-color-complete): Use facemenu-color-alist.
14817 (widget-color-action): Use facemenu-read-color.
14818
14819 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14820 set up `caar' &c that we now have.
14821
148222000-02-09 Ray Blaak <blaak@gnu.org>
14823
14824 * delphi.el: Make resourcestring a declaration region, like const
14825 and var.
14826
148272000-02-09 Dave Love <fx@gnu.org>
14828
14829 * bindings.el (mode-line-input-method-map): New variable.
14830 (mode-line-mule-info): Use it; fix last change.
14831 (mode-line-mode-menu): Move definition.
14832 (mode-line-mouse-sensitive-p): Deleted.
14833 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14834 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14835 level.
14836
14837 * startup.el (command-line-1): Don't call
14838 make-mode-line-mouse-sensitive.
14839
148402000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14841
14842 * mail/rmail.el (rmail-retry-failure): Use
14843 rmail-beginning-of-message before rmail-toggle-header, because the
14844 former toggles headers.
14845
148462000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14847
14848 * diff-mode.el (diff-kill-junk): New interactive function.
14849 (diff-reverse-direction): Use delete-and-extract-region.
14850 (diff-post-command-hook): Restrict the area so that the hook also works
14851 outside of any diff hunk. This is necessary for the minor-mode.
14852 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14853 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14854
14855 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14856 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14857 so that it can be used more easily in <foo>-mode-hook. Also make sure
14858 to avoid duplicate entries.
14859 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14860 (font-lock-remove-keywords): Just as was done for `add', allow it to
14861 work even if font-lock-mode is nil. Also make sure we don't modify
14862 any pre-existing list by forcing a copy-sequence. Finally rename
14863 `major-mode' to `mode'.
14864 (font-lock-fontify-syntactic-anchored-keywords)
14865 (font-lock-fontify-anchored-keywords)
14866 (font-lock-fontify-keywords-region): Use line-end-position.
14867 Don't make `font-lock-multiline' local (it's now done in
14868 font-lock-set-defaults).
14869 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14870 move the `font-lock-fontified' creation to inside the `unless'.
14871
148722000-02-06 Andrew Innes <andrewi@gnu.org>
14873
14874 * term/w32-win.el (x-handle-args): Comment out call to message,
14875 which occurs before window system is initialized.
14876
14877 * makefile.nt: Add support for recompiling lisp code.
14878
148792000-02-04 Dave Love <fx@gnu.org>
14880
14881 * bindings.el (mode-line-mule-info): Fix/extend last change.
14882
14883 * completion.el: Replace completion-dolist with dolist.
14884
14885 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14886 dotimes.
14887
148882000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14889
14890 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14891 environment names before they go into the section regexp.
14892
14893 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14894 char class in regexp.
14895
14896 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14897 `case-fold-search' to nil.
14898
14899 * progmodes/idlwave.el (idlwave-template): Respect
14900 `idlwave-abbrev-change-case'.
14901 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14902 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14903 idlwave-while): respect `idlwave-reserved-word-upcase'.
14904 (idlwave-rw-case): New function.
14905 (idlwave-statement-match): Fixed problem with assignment regexp.
14906 (idlwave-font-lock-keywords): Improved regexp for keyword
14907 parameters.
14908 (idlwave-surround): New argument LENGTH to support padding of
14909 operators longer than 1 char.
14910
14911 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14912 idlwave-shell-expression-overlay. Implemented printing of
14913 expressions on higher levels of the calling stack.
14914 (idlwave-shell-display-level-in-calling-stack): Restore stack
14915 level.
14916 (idlwave-retrieve-expression-from-level): New function.
14917 (idlwave-shell-last-calling-stack): Variable removed.
14918 (idlwave-shell-reset): Argument action reversed (`visible' to
14919 `hidden'). Also remove stop-line overlay.
14920 (idlwave-shell-calling-stack-routine): New variable.
14921 (idlwave-shell-parse-stack-and-display): Messages now display
14922 negative level numbers.
14923 (idlwave-shell-mode): Set `modeline-format'.
14924 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14925 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14926 21.
14927 (idlwave-shell-print-expression-function): New option.
14928
14929 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14930 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14931 `tool-bar' instead of `toolbar'.
14932
149332000-02-02 Dave Love <fx@gnu.org>
14934
14935 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14936 emacs-lisp-mode-hook. Don't check for defalias being defined.
14937
14938 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14939 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14940 the new builtins directly.
14941
14942 * whitespace.el (whitespace): Add :version to defgroup.
14943
14944 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14945 Doc fix.
14946
14947 * thingatpt.el (sexp-at-point, symbol-at-point)
14948 (number-at-point, list-at-point): Add autoload cookie.
14949
14950 * recentf.el (recentf): Add :version to defgroup.
14951
14952 * quickurl.el (quickurl): Add :version to defgroup.
14953
14954 * elide-head.el (elide-head): Use point-marker more.
14955
14956 * bs.el (bs): Add :version to defgroup.
14957
14958 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14959
14960 * progmodes/delphi.el (delphi): Add :version to defgroup.
14961
149622000-02-02 Gerd Moellmann <gerd@gnu.org>
14963
14964 * ange-ftp.el (ange-ftp-write-region): Handle case that
14965 succeeding process operation sets a different coding system.
14966
14967 * calculator.el: New file.
14968
149692000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14970
14971 * frame.el (frames-on-display-list, framep-on-display): New
14972 functions.
14973 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14974 (display-selections-p, display-screens, display-pixel-width)
14975 (display-pixel-height, display-mm-width, display-mm-height)
14976 (display-backing-store, display-save-under, display-planes)
14977 (display-color-cells, display-visual-class): New functions.
14978
14979 * term/tty-colors.el (tty-color-gray-shades): New function.
14980
14981 * faces.el (display-color-p): Use framep-on-display.
14982 (display-grayscale-p): New function.
14983
149842000-01-31 Dave Love <fx@gnu.org>
14985
14986 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14987 (create-fontset-from-x-resource): Don't concat integers.
14988
149892000-01-31 Inge Frick <inge@nada.kth.se>
14990
14991 * view.el: Some changes in documentation. Removed some trailing
14992 whitespace. Changed some parameter names to agree with
14993 documentation.
14994 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14995 window is not deleted. Modifies change 1998-04-26.
14996
149972000-01-31 Gerd Moellmann <gerd@gnu.org>
14998
14999 * windmove.el: New file.
15000
15001 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15002 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15003 progmodes/ebnf-yac.el: Update copyright and license info.
15004
15005 * jit-lock.el (jit-lock-function): Widen before calculating end
15006 position.
15007 (jit-lock-stealth-chunk-start): Rewritten.
15008
15009 * info.el (Info-title-face-alist): Removed.
15010 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15011 faces.
15012 (Info-fontify-node): Use these faces.
15013
150142000-01-30 Gerd Moellmann <gerd@gnu.org>
15015
15016 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15017 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15018 `&allow-other-keywords'.
15019
15020 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15021 the list of directories scanned heuristically.
15022
15023 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15024 exist.
15025
150262000-01-30 Jason Rumney <jasonr@gnu.org>
15027
15028 * w32-fns.el: Define w32-tty-standard-colors.
15029
15030 * startup.el (command-line): Use w32-tty-standard-colors when in
15031 w32 console mode.
15032
150332000-01-30 Dave Love <fx@gnu.org>
15034
15035 * jka-compr.el (jka-compr-load): Fix up load-history.
15036
15037 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15038
15039 * emacs-lisp/cl-macs.el: Revert previous change.
15040
150412000-01-29 Dave Love <fx@gnu.org>
15042
15043 * facemenu.el: Purecopy various strings.
15044
15045 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15046 years. Deal with three-digit years.
15047
15048 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15049 defconst, purecopy.
15050 (help-back-label): Purecopy it.
15051
150522000-01-18 Gerd Moellmann <gerd@gnu.org>
15053
15054 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15055 variable. If non-nil, order the buffer list according to the
15056 currently selected frame.
15057 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15058 non-nil, pass the selected frame to function buffer-list.
15059
150602000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15061
15062 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15063
150642000-01-28 Dave Love <fx@gnu.org>
15065
15066 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15067
15068 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15069 Don't use lisp-indent-hook property.
15070 (cl-abs): Remove.
15071
15072 * subr.el: Move out indent and edebug specs for when and unless.
15073
15074 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15075 when, unless.
15076
15077 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15078 unless, when.
15079
150802000-01-28 Gerd Moellmann <gerd@gnu.org>
15081
15082 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15083 `collecting' as synonym for `collect'.
15084
15085 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15086 for the case it contains spaces.
15087
15088 * simple.el (what-cursor-position): Change formatting of
15089 messages.
15090
15091 * frame.el (delete-other-frames): New function.
15092 (toplevel): Bind it to C-x 5 1.
15093
15094 * sort.el (sort-numeric-base): New option.
15095 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15096 interpret it as octal or hexadecimal. Use sort-numeric-base
15097 as default base.
15098
15099 * progmodes/glasses.el: New file.
15100
151012000-01-27 Gerd Moellmann <gerd@gnu.org>
15102
15103 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15104 userids differently.
15105
15106 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15107 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15108 progmodes/ebnf-yac.el: New files.
15109
151102000-01-26 Dave Love <fx@gnu.org>
15111
15112 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15113 on a function with an empty body. [From Eric Ludlam.]
15114
151152000-01-25 Andre Spiegel <spiegel@gnu.org>
15116
15117 * vc.el (vc-version-diff): Make sure file name is expanded.
15118
151192000-01-25 Gerd Moellmann <gerd@gnu.org>
15120
15121 * scroll-bar.el (scroll-bar-timer): Variable removed.
15122 (scroll-bar-toolkit-scroll): Don't use a timer.
15123
151242000-01-25 Kenichi Handa <handa@etl.go.jp>
15125
15126 * language/thai-util.el (thai-composition-function): Delete
15127 superfluous `a'.
15128
151292000-01-24 Dave Love <fx@gnu.org>
15130
15131 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15132 end-of-defun-function.
15133
15134 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15135 &c.
15136
151372000-01-22 Jason Rumney <jasonr@gnu.org>
15138
15139 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15140 conflicts with new face support.
15141
151422000-01-22 Richard M. Stallman <rms@gnu.org>
15143
15144 * replace.el (query-replace): Rename last arg to DELIMITED.
15145 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15146 (query-replace-regexp): Likewise.
15147
151482000-01-20 Richard M. Stallman <rms@gnu.org>
15149
15150 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15151
15152 * emacs-lisp/lisp.el (beginning-of-defun-function):
15153 Variable renamed from beginning-of-defun.
15154 Do not call make-variable-buffer-local.
15155 (beginning-of-defun-raw): Use new variable name; doc fix.
15156 (beginning-of-defun): Doc fix.
15157 (end-of-defun-function): Variable renamed from end-of-defun.
15158 Do not call make-variable-buffer-local.
15159 (end-of-defun): Use new variable name; doc fix.
15160
15161 * subr.el (dolist, dotimes): Copied from cl-macs.el
15162 and made to work.
15163
15164 * mail/undigest.el (rmail-digest-end-regexps):
15165 Variable replaces rmail-digest-end-regexp.
15166 Allows multiple regexps for detecting the end line.
15167 (undigestify-rmail-message): Corresponding changes.
15168
151692000-01-19 Dave Love <fx@gnu.org>
15170
15171 * files.el (user-init-file): Don't declare here -- is primitive.
15172
15173 * startup.el (command-line): Check for compiled user-init-file and
15174 set to uncompiled version if necessary.
15175
151762000-01-18 Gerd Moellmann <gerd@gnu.org>
15177
15178 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15179 (undigestify-rmail-message): Use it.
15180
15181 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15182
151832000-01-17 Gerd Moellmann <gerd@gnu.org>
15184
15185 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15186 of mini-buffer.
15187
151882000-01-14 Gerd Moellmann <gerd@gnu.org>
15189
15190 * emacs-lisp/copyright.el (copyright-update): Removed the
15191 requirement for a trailing space from `copyright-regexp', to
15192 support copyrights with owner specified on a separate line..
15193
15194 * align.el: New file.
15195
15196 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15197
15198 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15199
152002000-01-13 Dave Love <fx@gnu.org>
15201
15202 * ph.el: Removed. (Obsoleted by EUDC.)
15203
152042000-01-13 Gerd Moellmann <gerd@gnu.org>
15205
15206 * net/eudc.el (toplevel): Remove autoloaded code installing
15207 menu with easymenu, because that causes build problems.
15208
15209 * frame.el (frame-notice-user-settings): New variable.
15210 (frame-notice-user-settings): Don't modify frame parameters
15211 if called a second time.
15212
152132000-01-13 Richard M. Stallman <rms@gnu.org>
15214
15215 * frame.el (frame-notice-user-settings):
15216 Notice default-frame-parameters even for non-window frames.
15217
152182000-01-13 Gerd Moellmann <gerd@gnu.org>
15219
15220 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15221 for Emacs.
15222 (eudc-bob-can-display-inline-images): Extend for Emacs.
15223 (eudc-bob-toggle-inline-display): Ditto.
15224 (eudc-bob-display-jpeg): Ditto.
15225
152262000-01-12 Gerd Moellmann <gerd@gnu.org>
15227
15228 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15229 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15230 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15231
15232 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15233 nil)'.
15234
15235 * subdirs.el: Add `net' directory.
15236
15237 * net: New directory.
15238
15239 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15240 eval-last-sexp. Don't bind debug-on-error here.
15241 (eval-last-sexp): New function. Bind debug-on-error if
15242 eval-expression-debug-on-error is non-nil.
15243 (eval-defun-2, eval-defun): Likewise.
15244
15245 * simple.el (eval-expression): Don't bind debug-on-error if
15246 eval-expression-debug-on-error is nil. Detect changed
15247 debug-on-error, and propagate new value to global binding, if
15248 eval-expression-debug-on-error is non-nil,
15249 (eval-expression-debug-on-error): Change doc string.
15250
152512000-01-11 Richard M. Stallman <rms@gnu.org>
15252
15253 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15254
15255 * emacs-lisp/lisp-mode.el (with-syntax-table):
15256 Set up lisp-indent-function property.
15257
15258 * subr.el (with-syntax-table): Moved from simple.el.
15259
15260 * simple.el (with-syntax-table): Moved to subr.el.
15261
152622000-01-11 Gerd Moellmann <gerd@gnu.org>
15263
15264 * tmm.el (tmm-shortcut): Delete region after prompt instead
15265 of erasing buffer.
15266
15267 * textmodes/fill.el (fill-common-string-prefix): New function.
15268 (fill-context-prefix): Use the longest common prefix of first
15269 and second line fill prefix, if there is one.
15270
152712000-01-11 Richard M. Stallman <rms@gnu.org>
15272
15273 * array.el (array-mode): Don't use make-variable-buffer-local.
15274 Use make-local-variable for `truncate-lines'.
15275
152762000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15277
15278 * add-log.el (add-log-current-defun): Handle user-defined
15279 add-log-current-function returning nil,
15280
15281 * add-log.el (add-change-log-entry): Insert version number
15282 if having found a current function
15283
15284 * add-log.el (add-log-current-defun): Call
15285 `add-log-current-defun-function'. Try matches at level 0 and
15286 level 1. Strip whitespace from defun found.
15287
152882000-01-10 John Wiegley <johnw@gnu.org>
15289
15290 * allout.el (isearch-done/outline-provisions): Added `edit'
15291 argument to correspond with the current definition of
15292 `isearch-done'.
15293
152942000-01-10 Dave Love <fx@gnu.org>
15295
15296 * elide-head.el (elide-head): Use point-marker, not point.
15297
152982000-01-10 Gerd Moellmann <gerd@gnu.org>
15299
15300 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15301 before and after the year 2000.
15302
15303 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15304 Add ispell- prefix.
15305
153062000-01-10 Ken Stevens <k.stevens@ieee.org>
15307
15308 * ispell.el: Only define dictionaries in menus when they exist.
15309 (version18p): New variable.
15310 (version20p): New variable.
15311 (xemacsp): New variable.
15312 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15313 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15314 (ispell-dictionary-alist6): Russian command lines no longer accept
15315 run-together words.
15316 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15317 (ispell-dictionary-alist): Add koi8-r to customize definition.
15318 (check-ispell-version): Added documentation string. Returns
15319 library path when called non-interactively.
15320 (ispell-menu-map-needed): Uses new variables.
15321 (ispell-library-path): New variable.
15322 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15323 (ispell-word): Improved documentation string. Test for valid
15324 character mappings. Correctly check typed in word changes that can
15325 result in single words split into multiple words. Returns
15326 replacement word.
15327 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15328 replace in recursive query replace mode. Help message for
15329 recursive edit mode.
15330 (ispell-show-choices): Protect against bad framepop bindings.
15331 (ispell-help): Fix to work with XEmacs.
15332 (ispell-highlight-spelling-error): Use new variables.
15333 (ispell-overlay-window): Fix to work with XEmacs.
15334 (ispell-parse-output): Passed and returns location information
15335 tracking spelling corrections. Doesn't recheck same word on
15336 current line.
15337 (ispell-init-process): Protect against bogus XEmacs variable binding.
15338 Fix call to single argument in sleep-for. Use new variables.
15339 (ispell-region): Passed and returns location information tracking
15340 spelling corrections. Doesn't check same word on current line.
15341 Improved documentation string. Doesn't resend a line already
15342 checked to the ispell process - fixes bug in LaTeX parsing.
15343 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15344 (ispell-skip-region): No longer skips <TT> in SGML.
15345 (ispell-process-line): Tracks location information with spelling
15346 corrections. Added documentation string. Accounts for words
15347 already accepted on this line. Don't allow query-replace on line
15348 starting with math characters. Doesn't resend a line already sent
15349 to ispell process. Fixes alignment error bug.
15350
153512000-01-10 Richard M. Stallman <rms@gnu.org>
15352
15353 * dired-x.el (dired-guess-shell-alist-default):
15354 Suggest xloadimage, which is free, not xv, which isn't.
15355
15356 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15357 Don't ever include the host name or user name in the value.
15358
153592000-01-09 Gerd Moellmann <gerd@gnu.org>
15360
15361 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15362 of a real newline.
15363
153642000-01-09 Stephen Eglen <stephen@gnu.org>
15365
15366 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15367 for .png files.
15368
153692000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15370
15371 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15372
153732000-01-09 Gerd Moellmann <gerd@gnu.org>
15374
15375 * progmodes/cperl-mode.el: Replace ^F with ^L.
15376
15377 * sendmail.el (toplevel): Provide `sendmail' when compiling
15378 before `require'ing rmail and mailalias to prevent infinite
15379 recursion.
15380
153812000-01-08 Dave Love <fx@gnu.org>
15382
15383 * emacs-lisp/backquote.el: Remove inappropriate customization
15384 (allowing custom.el to use backquote).
15385
153862000-01-07 Dave Love <fx@gnu.org>
15387
15388 * add-log.el (add-log-debugging): Deleted.
15389 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15390 file. Remove debugging code.
15391 (change-log-get-method-definition, change-log-name): Add doc.
15392 (change-log-sortable-date-at): New function.
15393 (change-log-merge): New command.
15394
15395 * time.el (display-time-string-forms): Make the Mail string active.
15396 (display-time-update): Provide help-echo for load average.
15397
15398 * bindings.el (make-mode-line-mouse2-map): New function.
15399 (mode-line-modified): Use it and simplify.
15400 (mode-line-mule-info): Provide help-echo info.
15401 (minor-mode-alist): Activate the strings.
15402 (make-mode-line-mouse-sensitive): Simplify for
15403 mode-line-buffer-identification.
15404
154052000-01-07 Gerd Moellmann <gerd@gnu.org>
15406
15407 * play/pong.el: New file.
15408
154092000-01-06 Dave Love <fx@gnu.org>
15410
15411 * array.el: Assorted cleanups for compiler warnings, doc strings,
15412 `array-' prefix for symbols.
15413
154142000-01-05 Dave Love <fx@gnu.org>
15415
15416 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15417 outline-headers-as-kill.
15418 (outline-mode): Define imenu-generic-expression.
15419 (outline-headers-as-kill): New command.
15420
15421 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15422 from paragraph-start.
15423 (paragraph-indent-minor-mode): New command.
15424
15425 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15426 M-C-e, M-C-h, C-j, C-xnd, TAB.
15427 (fortran-mode): Set beginning-of-defun, end-of-defun.
15428 (fortran-column-ruler): Simplify.
15429 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15430 (fortran-with-subprogram-narrowing): Likewise.
15431 (fortran-indent-subprogram): Call mark-defun.
15432 (fortran-check-for-matching-do): Change narrowing.
15433
15434 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15435 (cl-lucid-hash-tag): Delete.
15436 (cl-hash-table-p): Correct test for native table.
15437 (cl-hash-table-count): Use hash-table-count.
15438
15439 * browse-url.el (browse-url): Fix case of
15440 browse-url-browser-function being an alist.
15441
154422000-01-05 Carsten Dominik <cd@gnu.org>
15443
15444 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15445 (reftex-index-phrase-file-extension): New options.
15446
15447 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15448 Use new option `reftex-index-phrase-file-extension'.
15449
15450 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15451 `reftex-parse-file-extension'.
15452
154532000-01-05 Dave Love <fx@gnu.org>
15454
15455 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15456 (beginning-of-defun-raw): Use it.
15457 (end-of-defun): New variable.
15458 (end-of-defun): Use it.
15459 (check-parens): New command.
15460
154612000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15462
15463 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15464 (hs-show-block): Don't use `mapcar' when not accumulating.
15465
15466 Fix buglet in local variables initialization.
15467
154682000-01-05 Andreas Schwab <schwab@suse.de>
15469
15470 * hscroll.el (hscroll): Doc fix.
15471
154722000-01-05 Carsten Dominik <cd@gnu.org>
15473
15474 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15475 idlw-toolbar.
15476
15477 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15478 file idlw-rinfo.el.
15479 (idlwave-customize): load must read file idlw-shell.el.
15480 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15481
154822000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15483
15484 * progmodes/idlw-shell.el: Also provide idlwave-shell
15485 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15486 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15487
15488 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15489 both reftex-dcr and reftex-vcr.
15490
15491 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15492
154932000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15494
15495 * ps-print.el: PostScript code now is in separate files, doc fix.
15496 (ps-print-version): New version number (5.0.3).
15497 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15498 local.
15499 (ps-spool-config): Initialization fix.
15500 (ps-print-prologue-1, ps-print-prologue-2)
15501 (ps-print-duplex-feature): PostScript code moved to separated file.
15502 (ps-background-image): Little code reformating.
15503 (ps-begin-file, ps-begin-job): Fix code.
15504 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15505 (ps-prologue-file): New fun.
15506
155072000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15508
15509 * ps-vars.el: Eliminated.
15510
15511 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15512 `;;;###autoload'.
15513
15514 * ps-print.el: ps-vars eliminated, doc fix.
15515 (ps-print-version): New version number (5.0.2).
15516 (ps-spool-config): Initialization fix.
15517 (ps-print-customize): New fun.
15518
155192000-01-04 Gerd Moellmann <gerd@gnu.org>
15520
15521 * autorevert.el (auto-revert-mode): Return value of
15522 auto-revert-mode.
15523
155242000-01-04 Dave Love <fx@gnu.org>
15525
15526 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15527 menu items.
15528
155292000-01-03 Dave Love <fx@gnu.org>
15530
15531 * elide-head.el (elide-head) [defgroup]: Add :version.
15532
15533 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15534 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15535 `cl-hash-table-p', not `hash-table-p'.
15536 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15537
155382000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15539
15540 * faces.el (face-read-integer, read-face-attribute)
15541 (color-defined-p, color-values): unspecified-{f,b}g are now
15542 strings.
15543
155442000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15545
15546 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15547 at comment end, and re-insert them after filling.
15548
155492000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15550
15551 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15552 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15553 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15554
155552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15556
15557 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15558 the new name of face-color-supported-p.
15559
15560 * term/w32-win.el (xw-defined-colors): Likewise.
15561
155622000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15563
15564 * simple.el (completion-setup-function): Count completion-size
15565 from minibuffer-prompt-end, not from point-min.
15566
155672000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15568
15569 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15570 Pass the frame to tty-color-* functions.
15571 (display-color-p, frame-set-background-mode): Pass the frame to
15572 tty-display-color-p.
15573
15574 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15575 tty-color-alist.
15576 (tty-color-alist, tty-modify-color-alist): New functions.
15577 (tty-color-define, tty-color-clear, tty-color-approximate)
15578 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15579 an optional parameter FRAME.
15580
155812000-01-01 Gerd Moellmann <gerd@gnu.org>
15582
15583 * image.el (create-image, defimage): Don't assume image data is a
15584 string.
15585
15586 * image.el (defimage): Handle specifications containing :data
15587 instead of :file.
15588 (image-type-from-data): New function.
15589 (image-type-from-file-header): Use it.
15590 (create-image): Add parameter DATA-P.
15591
15592See ChangeLog.8 for earlier changes.
15593
15594;; Local Variables:
15595;; coding: iso-2022-7bit
15596;; End: