(errstatus): Chmod a+rx directories we create.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
1355ba0c
DL
12001-02-01 Dave Love <fx@gnu.org>
2
3 * progmodes/f90.el (f90-mode): Remove startup message.
4
fb758d2d
AS
5 * vc-cvs.el: Remove autoloads. Require vc when compiling.
6
01acdb05
GM
72001-02-01 Gerd Moellmann <gerd@gnu.org>
8
9 * startup.el (command-line): Fix code determining whether or not
10 to use delete-key-deletes-forward-mode.
11
5b1ee316
AS
122001-02-01 Andre Spiegel <spiegel@gnu.org>
13
14 * vc.el (vc-diff-switches): New user option.
15 (vc-version-diff): Use it.
16 (vc-diff-switches-list): New macro.
17
18 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
19 customization options.
20 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
21
22 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
23
00b1e7a1
GM
242001-02-01 Gerd Moellmann <gerd@gnu.org>
25
26 * msb.el (toplevel): Quote hook symbols.
27
85827036
KH
282001-02-01 Kenichi Handa <handa@etl.go.jp>
29
8e028499 30 * international/mule.el (make-coding-system): Add description
3c948dde 31 about recognized properties in the docstring.
8e028499 32
85827036
KH
33 * international/mule-conf.el: Remove unused charsets
34 mac-roman-lower and mac-roman-upper.
35
7ccf7ab9
GM
362001-01-31 Gerd Moellmann <gerd@gnu.org>
37
2441692d
GM
38 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
39 is in front of the left-margin, if any.
40
ee5cece0
GM
41 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
42 like `delete'.
43
44 * bindings.el: Define `kp-delete' like `delete' in
45 function-key-map.
46
7ccf7ab9
GM
47 * term/w32-win.el (mouse-set-font): Doc fix.
48
b4f30ec5
GM
492001-01-31 Stefan Monnier <monnier@cs.yale.edu>
50
51 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
52 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
53 on already.
54
03e0fe6e
GM
552001-01-31 Markus Rost <rost@math.ohio-state.edu>
56
57 * files.el (save-buffer): Don't give message if (buffer-file-name)
58 returns nil.
59
8f289acc
EZ
602001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
61
cb4aae04
EZ
62 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
63
dbd98b19
EZ
64 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
65 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
66
8f289acc
EZ
67 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
68 display problems.
69
c12553c1
KH
702001-01-31 Kenichi Handa <handa@etl.go.jp>
71
c7bf5db9
KH
72 * international/mule.el (charset-info): Fix docstring.
73
74 * international/mule-diag.el (describe-character-set): Check final
75 char valid before printing it.
c12553c1 76
14f16b9c
GM
772001-01-30 Gerd Moellmann <gerd@gnu.org>
78
efaa080b
GM
79 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
80
eef93f99
GM
81 * frame.el (frame-notice-user-settings): Do the tool-bar
82 stuff only for graphical displays. Fix a braino.
83
14f16b9c
GM
84 * frame.el (frame-initialize): Create initial frame visible.
85 (frame-notice-user-settings): When tool-bar has been switched off,
86 correct the frame size and sync too-bar-mode.
87
88 * startup.el (command-line): Remove manipulation of frame
89 height for tool bars.
90
4ad25e43
EZ
912001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
92
93 * lpr.el: Compatibility with XEmacs and doc fixes.
94 (lpr-windows-system, lpr-lp-system): New vars.
95 (lpr-printer-switch): New defcustom.
96 (printer-name, lpr-command): Customization fix.
97 (print-region-1): Code fix.
98 (print-region-new-buffer, printify-region): Indentation fix.
99 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
100 functions.
101
e8f044a0
GM
1022001-01-29 Gerd Moellmann <gerd@gnu.org>
103
104 * msb.el (toplevel): Fix the eval-after-load.
105
850d5045
GM
1062001-01-29 Dave Love <fx@gnu.org>
107
762fe76e
DL
108 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
109
110 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
111
850d5045
GM
112 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
113 compiling.
114 (tcl-using-emacs-19-23): Consider Emacs 21+.
115 (tcl-help-directory-list, tcl-command-switches): Fix :type.
116 (tcl-add-emacs-menu): Supply menu name.
117 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
118
3a768251
GM
1192001-01-29 Gerd Moellmann <gerd@gnu.org>
120
121 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
122
274d02f7
SM
1232001-01-29 Stefan Monnier <monnier@cs.yale.edu>
124
125 * pcvs.el (cvs-mark-fis-dead): New function.
126 (cvs-mode-add): Use it.
127 (cvs-mode-add-change-log-entry-other-window):
128 Rebind change-log-default-name to itself rather than to nil.
129
ed5d446e
SS
1302001-01-29 Sam Steingold <sds@gnu.org>
131
efaa080b 132 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
133 `autoload' statements.
134
e2a80284
EZ
1352001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
136
8e1db7b3
EZ
137 * files.el (confirm-kill-emacs): Doc fix.
138
ff2a1c79
EZ
139 * frame.el (frame-initialize): Doc fix.
140
e7b0deaf
EZ
141 * time-stamp.el (time-stamp-string): Doc fix.
142
e2a80284
EZ
143 * woman.el (WoMan-log-1): Make the log buffer writable. From
144 Markus Rost <rost@math.ohio-state.edu>.
145
005913e4
GM
1462001-01-29 Gerd Moellmann <gerd@gnu.org>
147
148 * imenu.el (imenu-syntax-alist): Add autoload cookie for
149 the `make-variable-buffer-local'.
150
58622cc5
GM
1512001-01-29 Dave Love <fx@gnu.org>
152
153 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
154 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
155 autoload cookie.
156 (ansi-color-apply-sequence): Fix typo.
157
0404d031
GM
1582001-01-29 Gerd Moellmann <gerd@gnu.org>
159
ed5d446e 160 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
161 Postscript printing in black and white.
162
0404d031
GM
163 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
164 X-Mailman-Version, Precedence, List-Help, List-Post,
165 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
166 Content-Type, Content-Length.
167
3b6ed359
DL
1682001-01-29 Dave Love <fx@gnu.org>
169
ddd16e7a
DL
170 * elide-head.el (elide-head): Make overlay evaporate.
171
3b6ed359
DL
172 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
173 fix.
174
8005142f
EZ
1752001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * isearch.el (isearch-highlight): Don't punt if the display
178 doesn't support colors, since isearch faces are defined for
179 monochrome displays as well.
180
84728570
SS
1812001-01-27 Sam Steingold <sds@gnu.org>
182
183 * shell.el (shell-write-history-on-exit): Make sure that we are in
184 the shell buffer (M-x tex-file RET inserted the error message into
185 the TeX buffer).
186
e26f9ced
EZ
1872001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * simple.el (transient-mark-mode): Doc fix.
190
dc0274bd
GM
1912001-01-27 Gerd Moellmann <gerd@gnu.org>
192
84728570 193 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
194 tags-file-name.
195
c1acacc4
EZ
1962001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
197
f5058b96
EZ
198 * shell.el (shell-unquote-argument): If the shell is one of the
199 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
200 quote character.
201 (shell-dumb-shell-regexp): Document that the shells which match
202 this regexp are supposed to not treat a backslash as a quote
203 character.
204
c1acacc4
EZ
205 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
206 from 2001-01-12. It is not needed, since backspace is mapped into
207 DEL.
208
8dc5c94d
GM
2092001-01-27 Richard M. Stallman <rms@caffeine.ai.mit.edu>
210
84728570 211 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
212 Treat a one-capital-letter abbrev as "not all upper case",
213 so as to force preservation of the expansion's pattern
214 if the expansion starts with a capital letter.
215
cfa70244
EZ
2162001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
217
cfee9de7
EZ
218 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
219 Doc fix.
220
cfa70244
EZ
221 * simple.el (transient-mark-mode): Document the fact that many
222 commands act on the region when mark is active.
223
17d90d6b
KH
2242001-01-27 Kenichi Handa <handa@etl.go.jp>
225
226 * international/quail.el (quail-setup-completion-buf): Make the
227 multibyteness of current buffer inherited to Quail completion
228 buffer.
229 (quail-show-guidance-buf): Make the multibyteness of current
230 buffer inherited to Quail guidance buffer.
231 (quail-help): Make the multibyteness of current buffer inherited
232 to Quail help buffer.
233
61076b20
DL
2342001-01-26 Dave Love <fx@gnu.org>
235
c47e2c68
DL
236 * time-stamp.el: Doc fixes.
237
84728570 238 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
239 (delphi-keyword-face, delphi-other-face): Fix :type.
240
940f14b4
DL
241 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
242
243 * mail/feedmail.el (feedmail): Add :link.
244 (feedmail-send-it): Doc fix.
245
246 * mail/sendmail.el: Doc fixes.
247 (sendmail-send-it): Fix the non-ASCII regexp and use
248 rfc2047-encode-string.
249
61076b20
DL
250 * dired.el, dired-aux.el: Revert last change.
251
6c317bd2
GM
2522001-01-26 Gerd Moellmann <gerd@gnu.org>
253
254 * makefile.w32-in (DONTCOMPILE): Add various term files.
255
2562001-01-26 Dave Love <fx@gnu.org>
257
258 * Makefile.in (DONTCOMPILE): Add various term files.
259
1c636b5f
GM
2602001-01-26 Gerd Moellmann <gerd@gnu.org>
261
af900b23
GM
262 * man.el (Man-default-man-entry, Man-mode): Doc fix.
263
15fa6db0
GM
264 * startup.el (display-startup-echo-area-message): Make sure
265 the echo area is resized to fit the size of the startup
266 message.
267
1c636b5f
GM
268 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
269 part of which is a constant.
270
9b1adbd5
EZ
2712001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
272
273 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
274 twice.
275
207d7545
GM
2762001-01-26 Richard M. Stallman <rms@caffeine.ai.mit.edu>
277
278 * simple.el (next-line): Don't let `newline' expand abbrevs.
279 Simplify slightly.
280 (open-line): Don't let `newline' expand abbrevs.
281
219227ea
JW
2822001-01-25 John Wiegley <johnw@gnu.org>
283
284 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
285 to `repeat' in the :type field.
286
287 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
288 allow a choice of regexp or nil.
d2906bf8 289 (pcomplete-dir-ignore): Same.
219227ea
JW
290
291 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
292 a command) to always fail.
293
ceba0dac
GM
2942001-01-25 Gerd Moellmann <gerd@gnu.org>
295
296 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
297 discard the result.
298 (iswitchb-to-end): Likewise.
299
9b0630e5
SS
3002001-01-25 Sam Steingold <sds@gnu.org>
301
302 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 303 Require vc.
9b0630e5 304
a2ed9670
SM
3052001-01-25 Stefan Monnier <monnier@cs.yale.edu>
306
f0c1adab
SM
307 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
308
a2ed9670
SM
309 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
310
34ac3367
DL
3112001-01-25 Dave Love <fx@gnu.org>
312
61076b20
DL
313 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
314 (describe-coding-system): Tweak the English text.
315
34ac3367
DL
316 * loadup.el: Preload international/ccl for utf-8.
317
4685e6b7
EZ
3182001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
319
320 * mail/rmail.el (rmail-redecode-body): Doc fix.
321
0fdb4475
KH
3222001-01-25 Kenichi Handa <handa@etl.go.jp>
323
23cfab61
KH
324 * international/mule-cmds.el (reset-language-environment): Reset
325 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
326
327 * international/mule-conf.el (coding-category-utf-8): Initialize
328 to mule-utf-8.
329
9b0630e5 330 * loadup.el: Preload international/utf-8.
0fdb4475
KH
331
332 * international/utf-8.el: New file.
333
245ed2b1
SM
3342001-01-24 Stefan Monnier <monnier@cs.yale.edu>
335
336 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
337
e95b0c08
SS
3382001-01-24 Sam Steingold <sds@gnu.org>
339
340 * dired.el (dired-replace-in-string): Removed.
341 (dired-sort-toggle): Use `replace-regexps-in-string'
342 instead of `dired-replace-in-string'.
9b0630e5 343
ceba0dac
GM
344 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
345 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 346
e95b0c08
SS
347 * gs.el (gs-replace-in-string): Removed.
348 (gs-options): Use `replace-regexps-in-string'
349 instead of `gs-replace-in-string'.
350
c3902c3e
EZ
3512001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
352
353 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
354 bug report is mailed to an email list and posted to a news group.
355
b66b6aeb
GM
3562001-01-24 Gerd Moellmann <gerd@gnu.org>
357
e7e41584
GM
358 * comint.el (comint-replace-by-expanded-history-before-point): Fix
359 change of 2000-08-03 to move point to the start of the line again.
360
b66b6aeb
GM
361 * startup.el (tool-bar-images-pixel-height): New variable.
362 (command-line): After loading the user's init file, when
363 tool-bar-mode is on, increase the frame's size by some lines for
364 the tool-bar.
365
366 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 367
ff890e66
SZ
3682001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
369
370 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
371 (chinese-big5): MIME:Big5.
372
04363179
GM
3732001-01-24 Gerd Moellmann <gerd@gnu.org>
374
e95b0c08 375 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
376 Handle commands with prefix args.
377
d56aaa64
GM
3782001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
379
380 * calendar/diary-lib.el (diary-float): Fix case of MONTH
381 being a list of numbers.
382 (diary-mail-entries): Rewritten.
383
99858627
DL
3842001-01-23 Dave Love <fx@gnu.org>
385
7aeb1fa9
DL
386 * international/mule.el (make-coding-system): Fix typo.
387
99858627
DL
388 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
389 backward-paragraph as font-lock-beginning-of-syntax-function.
390
5a43decf
EZ
3912001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * font-lock.el (font-lock-mode): Doc fix.
394
b0e98867
KH
3952001-01-23 Kenichi Handa <handa@etl.go.jp>
396
397 * international/mule.el (make-translation-table): Fix docstring.
398
9c8acefd
EZ
3992001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
400
fd4976b8
EZ
401 * mail/rmail.el (rmail-redecode-body): New function.
402
9c8acefd
EZ
403 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
404
871e0439
GM
4052001-01-22 Gerd Moellmann <gerd@gnu.org>
406
21c2bbe0
GM
407 * isearch.el (isearch-lazy-highlight-case-fold-search)
408 (isearch-lazy-highlight-regexp): New variables.
409 (isearch-lazy-highlight-cleanup): Update lazy highlight if
410 case-fold search or regexp search has been toggled.
411
5710730c
GM
412 * wid-edit.el (widget-button-click): Avoid a save-excursion
413 around running a global binding.
414
871e0439
GM
415 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
416 to 0.25.
417
d0554957
MB
4182001-01-20 Miles Bader <miles@gnu.org>
419
420 * cus-edit.el (custom-face-save): Do post-processing on the face's
421 new value like `custom-face-set' does.
422
1519f618
EZ
4232001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
424
ccd87890
EZ
425 * mail/emacsbug.el (report-emacs-bug): Report the value of
426 LC_CTYPE, not LC_TYPE.
427
1519f618
EZ
428 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
429 isearch-toggle-regexp and isearch-edit-string to doc string.
430
9724173b
GM
4312001-01-19 Gerd Moellmann <gerd@gnu.org>
432
48bb9196
GM
433 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
434 as font-lock-beginning-of-syntax-function in font-lock-defaults.
435
e95b0c08 436 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
437 font-lock-beginning-of-syntax-function to nil.
438
dc81f8a2
EZ
4392001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * mail/emacsbug.el (report-emacs-bug): Report values of
442 locale-coding-system, default-enable-multibyte-characters, and the
443 environment variables LC_ALL, LC_TYPE, and LANG.
444
99327974
GM
4452001-01-19 Gerd Moellmann <gerd@gnu.org>
446
111c181e
GM
447 * font-lock.el (font-lock-default-fontify-region): Fix last
448 change.
e95b0c08 449
2be6ecc6
GM
450 * font-lock.el (font-lock-multiline): Default to nil.
451 (font-lock-default-fontify-region): If font-lock-multiline is
452 nil, don't check the property `font-lock-multiline'.
453
99327974
GM
454 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
455 is nil, don't check the `font-lock-multiline' text property.
456
2550055a
MK
4572001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
458
0a949811 459 * viper.el: Call initial-major-mode on startup.
e95b0c08 460
0a949811 461 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 462
8501998a 463 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 464
2550055a 4652001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 466
0a949811 467 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 468 diff mode, if available.
e95b0c08 469
0a949811 4702001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 471
8501998a 472 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 473
2550055a
MK
474 * ediff-init.el (subst-char-in-string): Define and use it, unless
475 it's already defined.
e95b0c08 476
8962e303
GM
4772001-01-18 Gerd Moellmann <gerd@gnu.org>
478
479 * tooltip.el (tooltip-hide-delay): New user-option.
480 (tooltip-show): Use tooltip-hide-delay instead of the default.
481
6b453381
KH
4822001-01-18 Kenichi Handa <handa@etl.go.jp>
483
484 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
485 kill-local-variable doesn't work for enable-multibyte-characters.
486
9eaf396b
DL
4872001-01-17 Dave Love <fx@gnu.org>
488
cebd37ce
DL
489 * ediff-init.el (ediff-before-setup-hook)
490 (ediff-merge-filename-prefix): Add :version.
491
9eaf396b
DL
492 * international/latin1-disp.el: Require disp-table.
493 (latin1-display): Fix :set.
494
495 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
496
f864120f
GM
4972001-01-17 Gerd Moellmann <gerd@gnu.org>
498
499 * isearch.el (isearch-lazy-highlight-initial-delay)
500 (isearch-lazy-highlight-interval): Default to 0.
501
5022001-01-17 Bob Glickstein <bobg@zanshin.com>
503
504 * isearch.el (isearch-highlight): Set isearch-overlay priority to
505 1 here rather than each time through
506 isearch-lazy-highlight-new-loop.
507 (isearch-lazy-highlight-max): Variable deleted.
508 (isearch-lazy-highlight-max-at-a-time): New user variable, like
509 isearch-lazy-highlight-max but controls a single invocation of
510 isearch-lazy-highlight-update.
511 (isearch-lazy-highlight-wrapped): Variable recreated.
512 (isearch-lazy-highlight-window-start): New variable.
513 (isearch-lazy-highlight-cleanup): Restored to behavior of
514 before 2-Jan.
515 (isearch-lazy-highlight-remove-overlays): Function deleted;
516 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
517 behavior removed.
518 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
519 isearch-lazy-highlight-update in a loop rather than just once.
520 Test isearch-invalid-regexp here and decide not to start a new
521 loop, rather than testing it each time through
522 isearch-lazy-highlight-update.
523 (isearch-lazy-highlight-search): Function restored.
524 (isearch-lazy-highlight-update): Get called in a timer loop again,
525 but this time highlight more than one match each time through.
526 Only highlight matches in the visible part of the window. Start
527 at point, move in the direction of the search, and wrap around at
528 the edge of the window. Use sit-for to force redisplay and ensure
529 window-start is credible. "Face suppressing" behavior removed;
530 overlay priorities should make it unnecessary, right?
531 (isearch-highlight): Face suppressing behavior removed.
532 (isearch-dehighlight): Face suppressing behavior removed.
533 (isearch-set-lazy-highlight-faces-at): Removed.
534
076ec540
KH
5352001-01-17 Kenichi Handa <handa@etl.go.jp>
536
537 * language/european.el ("Latin-1"): Make the format of description
538 about additional language environments same as that of Latin-2.
539
92328ec5
DL
5402001-01-16 Dave Love <fx@gnu.org>
541
39f2174e
DL
542 * isearch.el (isearch-lazy-highlight): Add :version.
543
92328ec5
DL
544 * simple.el (backward-delete-char-untabify-method)
545 (next-line-add-newlines): Add :version.
546
f251459d
GM
5472001-01-16 Gerd Moellmann <gerd@gnu.org>
548
9d4850e5
GM
549 * bindings.el: Bind <backspace> and <delete> via function-key-map.
550 Don't bind <delete> otherwise.
551
552 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
553 and <delete> via function-key-map.
554
f251459d
GM
555 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
556 Subject line only if point is after the `Subject:'.
557
771ffcf7
KH
5582001-01-16 Kenichi Handa <handa@etl.go.jp>
559
bda6b481
KH
560 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
561 japanese-jisx0213-2 in `charset' property of this lang. env.
562
35793af7
KH
563 * language/european.el ("Latin-1"): Add description for Dutch and
564 Spanish lang. env.
565
771ffcf7
KH
566 * international/mule.el (decode-char): Fix conditions.
567 (encode-char): Handle eight-bit-control too.
1c8102ff 568 (transform-make-coding-system-args): New function.
50c29104
KH
569 (make-coding-system): Accept XEmacs style arguments for CCL base
570 coding system.
771ffcf7 571
e1cf67b6
GM
5722001-01-15 Gerd Moellmann <gerd@gnu.org>
573
574 * progmodes/etags.el (find-tag-noselect): Save the value of
575 tags-file-name before switching buffers, for the case it has a
576 buffer-local value.
577
b3287acf
GM
5782001-01-15 Alex Schroeder <alex@gnu.org>
579
9eaf396b
DL
580 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
581 From Dave Love <fx@gnu.org>.
b3287acf
GM
582 (ansi-color-for-comint-mode): Fix :version.
583
5842001-01-15 Alex Schroeder <alex@gnu.org>
585
586 * ansi-color.el (ansi-color-unfontify-region): Doc change.
587
8d7ff9c8
EZ
5882001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
589
590 * dired.el (dired-insert-directory): If file-system-info fails,
591 remove the " free " part, but don't signal an error.
592
dbe99ae9
SS
5932001-01-12 Sam Steingold <sds@gnu.org>
594
595 * bookmark.el (bookmark-maybe-historicize-string):
596 Use new backquote syntax.
597
420198cb
RS
5982001-01-12 Richard M. Stallman <rms@caffeine.ai.mit.edu>
599
600 * subr.el (last): Handle a list that doesn't end in nil.
601
ca2ddd8e
SS
6022001-01-12 Sam Steingold <sds@gnu.org>
603
604 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
605 to `backward-delete-char-untabify'.
606
1751c874
DL
6072001-01-12 Dave Love <fx@gnu.org>
608
609 * cus-edit.el (customize-menu-create): Fix the :filter following
610 easymenu change.
611
612 * wid-edit.el (function): Add :match-alternatives.
613 (widget-color-action): Doc fix.
614
3cccce8d
GM
6152001-01-12 Gerd Moellmann <gerd@gnu.org>
616
617 * calendar/calendar.el (calendar-basic-setup): Doc fix.
618
18bfd6b5
KH
6192001-01-12 Kenichi Handa <handa@etl.go.jp>
620
60a62fdc
KH
621 * international/mule-cmds.el (prefer-coding-system): Fix
622 docstring.
623
18bfd6b5
KH
624 * international/ccl.el (define-ccl-program): Fix docstring.
625
562e00da
DL
6262001-01-11 Dave Love <fx@gnu.org>
627
14fd0da3
DL
628 * international/mule-cmds.el (standard-display-european-internal):
629 Set display table for 2208 as for 160.
630
631 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
632
562e00da
DL
633 * progmodes/fortran.el (fortran-mode-map): Modify Customization
634 entry for custom-menu-create change.
635 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
636 don't cons it in the search loop.
637
638 * imenu.el (imenu--truncate-items): Revert last change.
639
6e961dcd
EZ
6402001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
641
642 * info.el (Info-setup-header-line): If the node header includes
643 either Next: or Prev: links, don't show the File: and Node: parts
644 in the header line.
645
2c2ff7f2
GM
6462001-01-11 Gerd Moellmann <gerd@gnu.org>
647
a7ee2d2e
GM
648 * comint.el (comint-goto-process-mark): Don't print a message
649 when running in batch mode.
650
c5348233
GM
651 * isearch.el (isearch-search): In the condition-case handler for
652 `error', set isearch-invalid-regexp to the whole error message.
653
422717d1
GM
654 * subr.el (eval-after-load): Call load-symbol-file-load-history to
655 ensure that eval-after-load works for files dumped with Emacs.
656
657 * help.el (load-symbol-file-load-history): New function extracted
658 from function symbol-file.
659 (symbol-file): Use it.
660
2c2ff7f2
GM
661 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
662 exit.xpm.
663
926861fb
EZ
6642001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
665
666 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
667 behave as if there were no prefix argument.
668 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
669 argument were nil.
670
afa1f52c
RS
6712001-01-11 Richard M. Stallman <rms@gnu.org>
672
ca2ddd8e 673 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
674 Don't look for more potential matches once maximum is exceeded.
675 Use overlays-in to check correctly for overlap with current match.
676 Ignore empty matches.
677
47a9f362
MB
6782001-01-11 Miles Bader <miles@gnu.org>
679
680 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
681 (ispell-overlay-window, ispell-help, ispell-show-choices)
682 (ispell-command-loop): Use it instead of `window-height'.
683
d196f58d
GM
6842001-01-10 Gerd Moellmann <gerd@gnu.org>
685
cf523f0e
GM
686 * files.el (confirm-kill-emacs): New user-option.
687 (save-buffers-kill-emacs): Ask for final confirmation before
688 killing Emacs.
689
d196f58d
GM
690 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
691 to nil.
692
7c6c3d8e
GM
6932001-01-10 Dave Love <fx@gnu.org>
694
1f8be15d
DL
695 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
696
697 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
698 :type.
699
700 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
701
702 * calculator.el (calculator-number-digits): Fix :type.
703
0d5184de
DL
704 * vc-cvs.el (vc-cvs-header): Fix :type.
705 * vc-rcs.el (vc-rcs-header): Fix :type.
706 * vc-sccs.el (vc-sccs-header): Fix :type.
707
708 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
709
7c6c3d8e
GM
710 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
711
8c9f73a2
GM
712 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
713
457b792c
GM
7142001-01-10 Gerd Moellmann <gerd@gnu.org>
715
716 * simple.el (set-variable): Force a thorough redisplay for the
717 case that the variable has an effect on the display, like
718 `tab-width' has.
719
d2622d08
AS
7202001-01-10 Andre Spiegel <spiegel@gnu.org>
721
722 * vc.el: Add documentation for backend interface.
723
ae4b5f4f
KH
7242001-01-10 Kenichi Handa <handa@etl.go.jp>
725
e0844717
KH
726 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
727
ae4b5f4f
KH
728 * international/mule-conf.el (latin-extra-code-table): Set to t
729 for \223 and \224.
730
3184082b
KH
7312001-01-09 Kenichi Handa <handa@etl.go.jp>
732
733 * international/mule-cmds.el (locale-language-names): Map "es" to
734 "Spanish" and "nl" to "Dutch".
735
732b9cdd
GM
7362001-01-09 Gerd Moellmann <gerd@gnu.org>
737
1dfca644
GM
738 * bindings.el (global-map): Bind <home> to beginning-of-line,
739 <end> to end-of-line, C-<home> to beginning-of-buffer, and
740 C-<end> to end-of-buffer.
741
732b9cdd
GM
742 * language/european.el: Add Dutch and Spanish language info
743 to be able to use the appropriate tutorials.
744
7452001-01-09 Alex Schroeder <alex@gnu.org>
746
747 * ansi-color.el (ansi-color-process-output): Use markers instead
748 of positions for start and end of region.
749 (ansi-color-apply-on-region): Rewrote code to make it more robust.
750 Previously, occasional mistakes happend when fontifying many
751 chunks of output (eg. ls --color=yes /dev). This happened
752 whenever an overlay was created up to the end of the region, which
753 coincided with the process-mark. New text would then be added
754 within that overlay instead of after it.
755 (ansi-color-make-extent): Overlays are created with the property
756 `modification-hooks' set to '(ansi-color-freeze-overlay).
757 (ansi-color-freeze-overlay): New function. When inserting text at
758 the end of the overlay, the overlay will resize.
759
7602000-01-09 Alex Schroeder <alex@gnu.org>
761
762 * ansi-color.el (ansi-color-process-output): Doc change.
763 (ansi-color-unfontify-region): Doc change. No longer installed
764 automatically in font-lock-unfontify-region-function.
765 (ansi-color-apply): Doc change.
766 (ansi-color-apply-on-region): Use extents or overlays instead of
767 text-properties.
768 (ansi-color-make-extent): New function.
769 (ansi-color-set-extent-face): New function.
770
7712000-01-09 Alex Schroeder <alex@gnu.org>
772
773 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
774 both use ansi-color-process-output, now.
775 (ansi-color-process-output): Doesn't return string anymore. It is
776 installed in comint-output-filter-functions for both Emacs and
777 XEmacs, now.
778 (ansi-color-unfontify-region): Simplified code removing variables
779 pos and start-ansi.
780 (ansi-color-apply): Put text-property ansi-color before putting
781 text-property face because ansi-color-unfontify-region is called
782 immediately after the call to put-text-property.
783 (ansi-color-context-region): Doc change.
784 (ansi-color-filter-region): Simplified code.
785 (ansi-color-apply-on-region): Changed start to start-marker, using
786 a marker explicitly. Put text-property ansi-color before putting
787 text-property face because ansi-color-unfontify-region is called
788 immediately after the call to put-text-property.
789
7902000-01-09 Alex Schroeder <alex@gnu.org>
791
792 * ansi-color.el (ansi-color-faces-vector): Doc change.
793 (ansi-color-for-comint-mode): Changed :type property to choice.
794 (ansi-color-last-context): Removed.
795 (ansi-color-process-output): Don't use ansi-color-last-context, as
796 the main functions will store their context now.
797 (ansi-color-context): Doc change.
798 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
799 Uses ansi-color-context such that repeated calls will strip
800 partial escape sequences, too.
801 (ansi-color-apply): Simplified code. Colorize end of string if
802 face is not null. Store context in new (FACE STRING) format, such
803 that repeated calls will strip partial escape sequences, too.
804 Append faces to face property using ansi-color-apply-sequence such
805 that cumulative mode actually works.
806 (ansi-color-context-region): New variable.
807 (ansi-color-filter-region): Rewrote it based on
808 ansi-color-apply-on-region. Uses ansi-color-context-region such
809 that repeated calls will strip partial escape sequences, too.
810 (ansi-color-apply-on-region): Simplified code. Colorize end of
811 region if face is not null. Store context in new (FACE POS)
812 format, such that repeated calls will strip partial escape
813 sequences, too. Append faces to face property using
814 ansi-color-apply-sequence such that cumulative mode actually
815 works.
816 (ansi-color-apply-sequence): New function.
817 (ansi-color-get-face): When the default face is added to the list
818 of faces, all previous settings are discarded and the list of
819 faces is set to '(default).
820
8212000-01-09 Alex Schroeder <alex@gnu.org>
822
823 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
824 face, such that ansi-color-apply and ansi-color-apply-on-region
825 will do the right thing.
826 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
827 returns nil, set the list of faces back to nil instead of
828 appending the result of ansi-color-get-face to the front of the
829 list.
830
8312000-01-09 Alex Schroeder <alex@gnu.org>
832
833 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
834 (ansi-color-process): Doc change.
835 (ansi-color-last-context): New buffer-local variable.
836 (ansi-color-process-output): New function. It is automatically
837 added to comint-output-filter-functions if this is XEmacs.
838 (ansi-color-unfontify-region): New optional parameter for XEmacs
839 compatibility. Check wether font-lock-syntactic-keywords is
840 boundp before removing the syntax table text property, as XEmacs
841 doesn't have it.
842 (ansi-color-filter-region): Doc change.
843 (ansi-color-apply-on-region): Doc change.
844 (ansi-color-make-face): New function. Compatibility layer for
845 XEmacs. Return temporary faces instead of cons cells for XEmacs.
846 (ansi-color-make-color-map): Use ansi-color-make-face.
847 (ansi-color-get-face): Avoid face text property '(nil) as results
848 in an errow for XEmacs.
849
8502000-01-09 Alex Schroeder <alex@gnu.org>
851
852 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
853 text-property ansi-color in order to preserve fontification by
854 ansi-color. When the package is loaded, a lambda expression is
855 put onto font-lock-mode-hook. This lambda expression will check
856 font-lock-unfontify-region-function and replace
857 font-lock-default-unfontify-region with
858 ansi-color-unfontify-region.
859 (ansi-color-apply): Add text-property ansi-color in addition to
860 text-property face.
861 (ansi-color-apply-on-region): Add text-property ansi-color in
862 addition to text-property face.
863 (save-buffer-state): Copy of the macro that is also used by
864 lazy-lock and font-lock.
865
866 (ansi-color-for-comint-mode): New option.
867 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
868 (ansi-color-for-comint-mode-off): Ditto.
869 (ansi-color-for-comint-mode-filter): Ditto.
870 (ansi-color-process): New function. Uses
871 ansi-color-for-comint-mode to decide what to do. This function is
872 added to comint-preoutput-filter-functions when the package is
873 loaded.
874
875 (ansi-color-for-shell-mode-set): Removed.
876 (ansi-color-for-shell-mode): Removed.
877
8782000-01-09 Alex Schroeder <alex@gnu.org>
879
880 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
881 the lambda expression from the ansi-color-for-shell-mode :set
882 property. Additionally, modify shell-mode-hook to enable or
883 disable font-lock-mode for future shell buffers.
884 (ansi-color-for-shell-mode): The :set property calls
885 ansi-color-for-shell-mode-set instead of a lambda expression.
886
8872000-01-09 Alex Schroeder <alex@gnu.org>
888
889 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
890 (ansi-color-context): New variable.
891 (ansi-color-apply): Save context between calls.
892
fb55ff10
EZ
8932001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
894
29910493
EZ
895 * isearch.el (isearch, isearch-lazy-highlight-face): New
896 definitions for face colors and attributes.
897
fb55ff10
EZ
898 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
899 of display-mouse-p.
900
134d6265
KH
9012001-01-09 Kenichi Handa <handa@etl.go.jp>
902
903 * international/mule.el (make-coding-system): If the coding system
904 accepts extra latin codes, register such codes as safe for the
905 coding system.
906
78b8eee8
RS
9072001-01-08 Richard M. Stallman <rms@caffeine.ai.mit.edu>
908
984c9f75
RS
909 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
910 don't mention the file name or the date here, because they are
911 logged at the start of the file.
912
9132001-01-08 Richard M. Stallman <rms@gnu.org>
914
78b8eee8
RS
915 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
916 Change screen-width to frame-width.
917
1460e5d4
EZ
9182001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
919
920 * info.el (Info-search): Print the default as part of the prompt.
921
56f24bc1
AS
9222001-01-08 Andre Spiegel <spiegel@gnu.org>
923
ca2ddd8e 924 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
925 constant implementations in backends.
926
927 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
928 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
929
930 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
931 WRITABLE to EDITABLE.
932
933 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
934 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
935 to EDITABLE.
936
b7812d30
EZ
9372001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
940 (copyright, copyright-update): Compute the current year at run
941 time.
942
7e56ea04
GM
9432001-01-08 Gerd Moellmann <gerd@gnu.org>
944
945 * isearch.el (isearch-old-signal-hook): Removed.
946 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
947 instead of setting signal-hook-function.
948 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
949
a758f97d
GM
9502001-01-08 Kevin Gallagher <kevingal@onramp.net>
951
952 * emulation/edt.el: Update to version 4.0. Provide support for
953 EDT scroll margins at top and bottom of the window. Provide an
954 emulation of the EDT SUBS command (bound to GOLD-Enter, by
955 default). Enhance edt-quit, bound to GOLD-q by default, to warn
956 user when file-related buffer modifications exist. Provide
957 support for running EDT Emulation in XEmacs. Provide customize
958 access to some user updatable variables. Add Commentary section
959 to file header. Fixed a few minor bugs and cleaned up some code.
960
961 * emulation/edt-mapper.el: Update to version 4.0. Provide support
962 for detecting a keypress that generates an ASCII key sequence.
963 (Previously, only a keypress that generates a vector was
964 recognized.) Embed Window Manager name into name of the generated
965 EDT Emulation initialization file since the initialization file is
966 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 967
30db89f9
EZ
9682001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
969
4deb3ba9
EZ
970 * mail/sendmail.el (mail-mode): Doc fix.
971
30db89f9
EZ
972 * info.el (Info-goto-emacs-command-node): Doc fix.
973 (Info-goto-emacs-key-command-node): Doc fix.
974
c3f2772b
EZ
9752001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
976
8726e79b 977 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
978 systems without long file-name support.
979
0dac6924
AI
9802001-01-06 Andrew Innes <andrewi@gnu.org>
981
982 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
983
4e6ef391
EZ
9842001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
985
380866a2
EZ
986 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
987 (isearch-lazy-highlight-update): Doc fix.
988
148b5960
EZ
989 * ffap.el (ffap-bindings): Doc fix.
990
4e6ef391
EZ
991 * dired-x.el (dired-virtual-guess-dir): Doc fix.
992
4cb1bcc2
DL
9932001-01-05 Dave Love <fx@gnu.org>
994
995 * emacs-lisp/cl-seq.el (remove, remq): Remove.
996
3828218c
GM
9972001-01-05 Gerd Moellmann <gerd@gnu.org>
998
f1ade7d3
GM
999 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1000 scroll-preserve-screen-position to nil.
1001
1f4139d5
GM
1002 * isearch.el (isearch-old-signal-hook): New variable.
1003 (isearch-mode): Set signal-hook-function to isearch-done.
1004 (isearch-done): Restore old signal-hook-function.
1005
3828218c
GM
1006 * info.el (Info-fontify-node): Mark one more char as intangible.
1007
3970013f
KH
10082000-01-05 Kenichi Handa <handa@etl.go.jp>
1009
3828218c 1010 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1011 it is non-nil, compose preceding characters by compose-region with
1012 COMPONENTS.
1013
1014 * international/quail.el (quail-input-string-to-events): New function.
1015 (quail-input-method): Convert input string to events here.
1016 (quail-start-translation): Return input string, not event list.
1017 (quail-start-conversion): Likewise.
1018
f3b05e99
GM
10192001-01-04 Gerd Moellmann <gerd@gnu.org>
1020
ca2ddd8e 1021 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1022 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1023 and tooltip-add-timeout.
1024 (tooltip-show): Set border color from faces's foreground.
1025 (tooltip-show-help-function): If called with the same help string
1026 as last time, do nothing.
1027 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1028
0f2ac578
GM
1029 * startup.el (fancy-splash-screens): Don't bind show-help-function
1030 to nil.
1031
f3b05e99
GM
1032 * tooltip.el (tooltip-frame-parameters): Remove colors.
1033 (tooltip): New face
1034 (tooltip-set-param): New function.
1035 (tooltip-show): Set up color frame parameters from face `tooltip'.
1036 Display the tooltip text in face `tooltip'.
1037
8416e94a
DL
10382001-01-04 Dave Love <fx@gnu.org>
1039
1040 * whitespace.el (whitespace-global-mode): Fix typo.
1041
1042 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1043
30db89f9
EZ
10442001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1045
1046 * help.el (help-for-help): Fix a typo in a doc string. From
1047 kwzh@gnu.org (Karl Heuer).
1048
b847eb8c
DL
10492001-01-03 Dave Love <fx@gnu.org>
1050
1051 * dired-x.el: Doc fixes. Maintainer change.
1052 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1053 :type.
1054 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1055 (dired-guess-shell-alist-user): Customize.
1056 (dired-x-help-address): Set to bug-gnu-emacs.
1057 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1058 (dired-default-directory): Renamed from default-directory.
1059
1060 * hl-line.el (hl-line): Doc fix.
1061
43c4b570
KF
10622001-01-03 Karl Fogel <kfogel@red-bean.com>
1063
1bf6b1bf 1064 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1065
984c9f75 10662001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1067
1068 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1069 to remove all the current alternative-match highlighting.
1070 If nil, remove only what's outside the current window.
1071 (isearch-lazy-highlight-remove-overlays): Take optional
1072 region within which NOT to remove them.
1073 (isearch-lazy-highlight-new-loop): Greatly simplified.
1074 (isearch-lazy-highlight-update): Find all the other occurrences
1075 visible in the window, in just one call.
1076 (isearch-lazy-highlight-start): Now holds start of region to scan.
1077 (isearch-lazy-highlight-end): Now holds end of region to scan.
1078 (isearch-lazy-highlight-wrapped): Variable deleted.
1079 (isearch-lazy-highlight-search): Function deleted.
1080
13d6a61c
AI
10812000-01-02 Andrew Innes <andrewi@gnu.org>
1082
1083 * w32-fns.el (convert-standard-filename): Do length check on name
1084 before aref.
1085
064866e7
DL
10862001-01-02 Dave Love <fx@gnu.org>
1087
b33e041b
DL
1088 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1089 value.
1090 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1091
1092 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1093
8166ffd5
DL
1094 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1095 read syntax.
1096
064866e7
DL
1097 * calendar/todo-mode.el (todo): Add :link, :version.
1098 (todo-save-top-priorities): Remove autoload cookie.
1099 (todo-add-category, todo-add-item-non-interactively)
1100 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1101 cookie.
1102
6dde6abc
GM
11032001-01-02 Gerd Moellmann <gerd@gnu.org>
1104
1105 * comint.el (comint-input-history-ignore): New variable.
1106 (comint-read-input-ring): Ignore entries matching
1107 comint-input-history-ignore.
1108
1a8a9daf
GM
11092001-01-02 Eric M. Ludlam <zappo@gnu.org>
1110
1111 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1112 (lm-copyright-mark): New function.
1113 (lm-crack-copyright): New function.
1114 (lm-verify): Check that the file has a copyright.
1115 Check that the file is copyright Free Software Foundation.
1116
9c92eb53
KH
11172000-12-30 Kenichi Handa <handa@etl.go.jp>
1118
1119 * international/mule-diag.el (print-fontset): Indent font name by
1120 24 columns, not 25.
1121
49172314
GM
11222000-12-29 Gerd Moellmann <gerd@gnu.org>
1123
762a68ec
GM
1124 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1125 in Subject line.
1126
49172314
GM
1127 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1128 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1129 continuing an interrupted message with C-u C-x m for instence,
1130 winds up in Mail mode without abbrevs.
1131
bd7a2e26
GM
11322000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1133
1134 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1135 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1136 fix.
bd7a2e26
GM
1137 (ps-print-version): New version number (6.3.3).
1138 (ps-end-with-control-d): Initialization fix.
1139 (ps-lines-printed): New var.
1140 (ps-skip-newline): New fun.
1141 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1142 (ps-next-line, ps-continue-line, ps-plot-region)
1143 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1144
2b3f28a4
KH
11452000-12-29 Kenichi Handa <handa@etl.go.jp>
1146
1147 * international/fontset.el (x-complement-fontset-spec): Resolve
1148 ASCII font name so that the same family name is used for fonts
1149 registered in x-font-name-charset-alist.
1150 (create-fontset-from-fontset-spec): Adjusted for the above change.
1151 The name of fontset alias should be a unresolved ASCII font name.
1152
2ece9174
GM
11532000-12-28 Gerd Moellmann <gerd@gnu.org>
1154
1155 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1156 and delete in isearch-mode-map.
1157
cbe3ad7a
RS
11582000-12-28 Richard M. Stallman <rms@gnu.org>
1159
ca2ddd8e 1160 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1161 Use xpdf instead of acroread.
1162
a816f1c5
KH
11632000-12-28 Kenichi Handa <handa@etl.go.jp>
1164
f086e73c
KH
1165 * textmodes/artist.el (artist-butlast): Deleted.
1166 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1167 artist-butlast.
f086e73c 1168
a816f1c5
KH
1169 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1170
1171 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1172
b202115b
EZ
11732000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1174
1175 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1176
1177 * ls-lisp.el: Better support for the Mac and MS-Windows.
1178 (ls-lisp): New defgroup.
1179 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1180 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1181 (ls-lisp-support-shell-wildcards): New defcustoms.
1182 (ls-lisp-parse-symlink): New function.
1183 (insert-directory): Code to convert switches to a list and set up
1184 the wildcard argument copied from ls-lisp-insert-directory.
1185 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1186 for -C and -R switches.
1187 (ls-lisp-column-format): New function.
ca2ddd8e 1188 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1189 (ls-lisp-format-time): Add doc strings.
1190 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1191 Support ls-lisp-dirs-first.
1192 (ls-lisp-classify, ls-lisp-extension): New functions.
1193 (ls-lisp-format): Optionally support emulation of symlinks.
1194 Support -i, -s, and -G switches.
1195
6061fbf0
GM
11962000-12-27 Gerd Moellmann <gerd@gnu.org>
1197
5e25feee
GM
1198 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1199
6061fbf0
GM
1200 * version.el (emacs-version): Print X scroll bar information.
1201
1202 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1203 instead of x-toolkit-scroll-bars-p.
1204
1205 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1206 of x-toolkit-scroll-bars-p.
1207
25050dab
EZ
12082000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1209
1210 * ffap.el (ffap-bindings): Make interactive and add an autoload
1211 cookie.
1212 (ffap-bindings): Doc fix, to reflect the above change.
1213
c1786874
KH
12142000-12-27 Kenichi Handa <handa@etl.go.jp>
1215
1216 * term.el (term-char-mode): Define all non-ascii self-inserting
1217 characters to 'term-send-raw in term-raw-map.
1218
7261ece3 12192000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1220
6061fbf0 1221 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1222 guard.
ca2ddd8e 1223
6061fbf0 1224 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1225 initialization; use add-hook.
6061fbf0 1226 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1227
6061fbf0 1228 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1229
6061fbf0
GM
1230 * ediff.el (ediff-patch-buffer): Bug fix.
1231 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1232
83f40583
SM
12332000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1234
1235 * subr.el (combine-run-hooks): Remove.
1236
1237 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1238 and remove the rogue second spec.
1239
bdd6d4e8
GM
12402000-12-23 Gerd Moellmann <gerd@gnu.org>
1241
1242 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1243
26736ce3
SM
12442000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1245
0e86b6b0
SM
1246 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1247 Use minibuffer menu prompt for the `=' prefix.
1248 (smerge-command-prefix): Change default to C-^.
6eabfb26 1249 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1250
26736ce3
SM
1251 * skeleton.el (skeleton-internal-1): Make sure the first line of
1252 the region is also re-indented.
d21584d6
SM
1253 (skeleton-end-newline): New var.
1254 (skeleton-end-hook): Use it.
26736ce3 1255
95fa4fd7
MB
12562000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1257
1258 * comint.el (comint-password-prompt-regexp): Support CVS.
1259
f060b834
GM
12602000-12-22 Gerd Moellmann <gerd@gnu.org>
1261
856ff7a7
GM
1262 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1263 backspace key combinations, depending on
1264 delete-key-deletes-forward.
1265
1266 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1267
f060b834
GM
1268 * simple.el (delete-key-deletes-forward): Doc fix.
1269
653558a1
GM
12702000-08-22 Emmanuel Briot <briot@gnat.com>
1271
1272 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1273 white spaces are relevant in the XML file.
653558a1
GM
1274 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1275 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1276 of XML files.
653558a1
GM
1277 (xml-parse-tag): Check that the casing is the same in the start
1278 tag and end tag, since XML is case-sensitive. Allows for spaces
1279 in the end tag, after the name of the tag.
1280 (xml-parse-attlist): Allow for the character '-' in the name of
1281 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1282 the properties in the XML tree, since they are not relevant.
653558a1 1283
3ad93d8d
SM
12842000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1285
1286 * generic.el (generic-read-type): Undo last change, inline into
1287 `generic-mode' and then remove.
1288 (generic-mode): Inline generic-read-type.
1289 (define-generic-mode): Push the symbol name rather than the symbol
1290 onto generic-mode-list.
1291
177f4e88
GM
12922000-12-21 Gerd Moellmann <gerd@gnu.org>
1293
8e15274f
GM
1294 * generic.el (generic-read-type): Build an alist for
1295 completing-read as in 20.7.
1296
1297 * play/landmark.el (lm): Use interactive spec `P'.
1298 (toplevel): Don't set debug-on-error.
1299
177f4e88
GM
1300 * server.el (server-switch-buffer): Choose a window on a visible
1301 frame.
1302
6ba384dc
GM
13032000-12-21 Dave Pearson <davep@davep.org>
1304
1305 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1306
647a066c
GM
13072000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1308
1309 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1310 ranges like \177-\237, but accepts the character sequence from \177 to
1311 \237. Doc fix.
1312 (ebnf-version): New version (3.4).
1313 (ebnf-setup): Code fix.
1314 (ebnf-range-regexp): New fun.
1315 (ebnf-8-bit-chars): Const fix.
1316
1317 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1318 entry. Doc fix.
1319 (ebnf-bnf-lex): Code fix.
1320 (ebnf-bnf-comment-chars): Const fix.
1321
1322 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1323 entry. Doc fix.
1324 (ebnf-iso-comment-chars): Const fix.
1325
1326 * ebnf-otz.el: Doc fix.
1327
1328 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1329 entry. Doc fix.
1330 (ebnf-yac-skip-code): Code fix.
1331 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1332
bc22fd18
EZ
13332000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1334
1335 * files.el (insert-directory-safely): New function.
834d23b2 1336 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1337 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1338
587fc3f9
KH
13392000-12-21 Kenichi Handa <handa@etl.go.jp>
1340
eeefcfde 1341 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1342 coding-category-list more rigidly. Improve help message.
eeefcfde 1343
587fc3f9
KH
1344 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1345
01860fb9
MB
13462000-12-21 Miles Bader <miles@gnu.org>
1347
587fc3f9
KH
1348 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
1349 prefix.
01860fb9 1350
3f9d67a6
KH
13512000-12-21 Kenichi Handa <handa@etl.go.jp>
1352
9fd1c1f7
KH
1353 * international/mule-diag.el (describe-char-after): Make *Help*
1354 buffer inherit multibyteness of the current buffer.
1355
3f9d67a6
KH
1356 * international/mule.el (make-char): Docstring adjusted for the
1357 change of make-char-internal.
1358
c9669fac
SM
13592000-12-20 Stefan Monnier <monnier@cs.yale.edu>
1360
1361 * international/iso-cvt.el: Docstrings fix.
1362
19594307
DL
13632000-12-20 Dave Love <fx@gnu.org>
1364
1365 * subr.el (eval-after-load): Doc fix.
1366
b1a447b3
KH
13672000-12-20 Kenichi Handa <handa@etl.go.jp>
1368
1369 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
1370 for numbers.
1371
09877d5d
MB
13722000-12-20 Miles Bader <miles@gnu.org>
1373
1374 * international/quail.el (quail-help): Resize the help window
1375 again after it has all its contents. Remove unneeded progn.
1376
71d4497a
GM
13772000-12-19 Gerd Moellmann <gerd@gnu.org>
1378
1379 * pcmpl-linux.el: Fix copy/paste error.
1380
741e56a0
AI
13812000-12-19 Andrew Innes <andrewi@gnu.org>
1382
1383 * simple.el (delete-key-deletes-forward-mode): Fix typo in
1384 docstring.
1385
cc24d91c
CD
13862000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
1387
ba4c05aa
CD
1388 * progmodes/idlw-rinfo.el: Fixed copyright notice.
1389
1390 * progmodes/idlw-toolbar.el: Fixed copyright notice.
1391
1392 * progmodes/idlw-shell.el: Fixed copyright notice.
1393
1394 * progmodes/idlwave.el: Fixed copyright notice.
1395
71d4497a 1396 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
1397 TAB as key separators.
1398
524c8caf
GM
13992000-12-19 Alex Schroeder <alex@gnu.org>
1400
1401 * sql.el (sql-sybase-options): New option.
1402 (sql-sybase): Use it. Add sql-database to the list of parameters
1403 provided for login. The options -w 2048 -n are not used any more.
1404 (sql-postgres-options): Changed default from "--pset" to "-P".
1405 (sql-mysql-options): Doc change.
1406 (sql-stop): Doc change.
1407
b5fa513d
KH
14082000-12-19 Kenichi Handa <handa@etl.go.jp>
1409
1410 * international/quail.el (quail-input-method): Always hide
1411 the guidance buffer on exiting.
1412
91c9e6ce
GM
14132000-12-18 Gerd Moellmann <gerd@gnu.org>
1414
c6da4eb4
GM
1415 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
1416 isn't fboundp.
1417
3d2a0e0b
GM
1418 * server.el (server-buffer-done): Bury the buffer before
1419 killing it.
1420
91c9e6ce
GM
1421 * faces.el (face-spec-set): Interpret a nil in specs for
1422 foreground and background colors as `unspecified', for
1423 compatibility with 20.x.
1424
40fa0008
DL
14252000-12-18 Dave Love <fx@gnu.org>
1426
22adbe54
DL
1427 * simple.el (mail-user-agent): Doc fix.
1428 (input-mode-8-bit): Removed.
1429
1430 * international/mule.el (set-keyboard-coding-system): Doc fix.
1431 (keyboard-coding-system): New option.
1432
40fa0008
DL
1433 * mail/sendmail.el (send-mail-function): Customize.
1434
6f4745e2
EZ
14352000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
1436
1437 * international/codepage.el (cp866-decode-table): New table.
1438
82b90229
GM
14392000-12-18 Gerd Moellmann <gerd@gnu.org>
1440
1441 * version.el (emacs-version): Remove `%a' from the time format
1442 because the weekday doesn't fit well into each locale.
1443
5a047002
MB
14442000-12-18 Miles Bader <miles@gnu.org>
1445
7f49aa07
MB
1446 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
1447
ca2ddd8e 1448 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
1449 Check that emacs-major-version is `=' to 20, not `>='.
1450 (artist-replace-chars): Use `make-string' instead of a loop.
1451
22ea2607
EZ
14522000-12-17 Stefan Monnier <monnier@cs.yale.edu>
1453
1454 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
1455 (cvs-execute-single-file): Don't change directory.
1456 Patch from Per Cederqvist.
1457
6c825f8e
EZ
14582000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * textmodes/ispell.el (check-ispell-version): If
1461 `ispell-program-name' is "aspell", pass it the -v switch instead
1462 of -vv.
1463
8ff06845
KH
14642000-12-16 Kenichi Handa <handa@etl.go.jp>
1465
af4bb4c8
KH
1466 * international/mule-diag.el (mule-diag): Insert information about
1467 configure options, multibyte awareness, language env.
1468
8ff06845
KH
1469 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
1470 regexp to search for candidates.
1471
b24e84ab
EZ
14722000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
1473
1474 * info.el (Info-forward-node): If the node has an
1475 Info-header-line, widen the buffer before searching for "next:"
1476 and "up:" pointers, and set the search limit to stay in the
1477 current node.
1478
7981d89f
MB
14792000-12-16 Miles Bader <miles@gnu.org>
1480
1481 * simple.el (delete-trailing-whitespace): Remove extraneous let.
1482
88ee7917
MB
14832000-12-15 Miles Bader <miles@gnu.org>
1484
1485 * comint.el (comint-send-string, comint-send-region): Also accept
1486 a buffer, buffer-name, or nil for PROCESS, for compatibility with
1487 process-send-string/region.
1488
0c28d842
GM
14892000-12-15 Gerd Moellmann <gerd@gnu.org>
1490
4ea7fdca
GM
1491 * isearch.el (isearch-lazy-highlight-max): New user-option.
1492 (isearch-lazy-highlight-update): Don't highlight more than
1493 isearch-lazy-highlight-max matches.
1494
0c28d842
GM
1495 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
1496
984c9f75 14972000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 1498
8062e53a
GM
1499 * sort.el (sort-columns): Fix error message.
1500
3ffa545b
GM
1501 * dabbrev.el (dabbrev--last-case-pattern): Value is now
1502 `upcase' or `downcase' or nil.
1503 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
1504 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
1505 (dabbrev--substitute-expansion): New arg record-case-pattern.
1506 If it is non-nil, set dabbrev--last-case-pattern.
1507 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
1508
1509 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
1510
c2d7f289
MB
15112000-12-15 Miles Bader <miles@gnu.org>
1512
b6348438
MB
1513 * paths.el (Info-default-directory-list): Don't delete
1514 configure-info-directory from the list of standard info
1515 directories when appending it to the end -- their order is
1516 important.
1517
f9056dd9
MB
1518 * faces.el (read-face-attribute): If there's no entry for the
1519 user's input in VALID, just use it as-is (this will often result
1520 in an error, but it may be OK for e.g. colors using hexadecimal
1521 notation, and at least will yield a better error message).
1522
c2d7f289 1523 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 1524 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
1525 Variables removed.
1526 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
1527 window is really the right size. Use vertical-motion
1528 rather than forward-line.
1529 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
1530 (ispell-command-loop, ispell-show-choices): Use the variable
1531 ispell-choices-win-default-height, rather than the function.
1532 (ispell-choices-win-default-height): Function removed.
1533 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 1534
8f530b95
SM
15352000-12-14 Stefan Monnier <monnier@cs.yale.edu>
1536
1537 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
1538
6d435deb
EZ
15392000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1540
4dddb0b7
EZ
1541 * paths.el (Info-default-directory-list): If
1542 configure-info-directory is not one of the standard directories,
1543 put it first in the list; otherwise put it last. Doc string
1544 changed accordingly.
1545
1546 * info.el (Info-directory-list): Change doc string to reflect the
1547 change in Info-default-directory-list.
1548
6d435deb
EZ
1549 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
1550 windows-nt as windowed environments, even under -nw.
1551
1552 * startup.el (command-line): Don't call x-backspace-delete-keys-p
1553 if not fboundp. Switch delete-forward mode for the <delete> key
1554 on all PC platforms, even under -nw.
1555
1556 * term/internal.el ([M-delete]): Remap to M-d.
1557
9d7d9263
GM
15582000-12-14 Gerd Moellmann <gerd@gnu.org>
1559
1560 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
1561
7cf0153a
EZ
15622000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
1563
1564 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
1565
5e5b3d41
GM
15662000-12-14 Gerd Moellmann <gerd@gnu.org>
1567
5f368d29
GM
1568 * startup.el (command-line): Call delete-key-deletes-forward-mode,
1569 if appropriate.
1570
1571 * simple.el (delete-key-deletes-forward): New user-option.
1572 (delete-key-deletes-forward-mode): New function.
1573
9d7d9263 1574 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 1575
5e5b3d41
GM
1576 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
1577 if symbol is bound before getting its value.
1578
1579 * tooltip.el (tooltip-show): If an error is signaled in
1580 x-show-tip, display that error, and display the help in the
1581 echo area.
ca2ddd8e 1582
191b83b6
KH
15832000-12-14 Kenichi Handa <handa@etl.go.jp>
1584
1585 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
1586 "... entries" messages for every 10000 entries, not 10.
1587
6192b604
KF
15882000-12-13 Karl Fogel <kfogel@red-bean.com>
1589
1590 * bookmark.el: Provide a generic exit hook, as suggested by
1591 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
1592 (bookmark-exit-hook): New var.
1593 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
1594 old raw lambda form in `kill-emacs-hook', and runs new
1595 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
1596 as logically that feature must have been provided if this function
1597 is running.
1598 Removed ;;;###autoload before the `add-hook' call.
1599
5edf6b55
SM
16002000-12-13 Stefan Monnier <monnier@cs.yale.edu>
1601
1602 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
1603 (easy-menu-current-active-maps): New function.
1604 (easy-menu-get-map): Use it.
1605 Make a proper menu entry when creating a new keymap.
1606
16b5e8e6
KH
16072000-12-13 Kenichi Handa <handa@etl.go.jp>
1608
d49fc4eb
KH
1609 * international/characters.el: Fix cases and syntaxes for
1610 mule-unicode-0100-24ff.
1611
3b53d876
KH
1612 * dired.el (dired-move-to-filename-regexp): Fixed for the case
1613 that a Japanese character is not appended after day and year.
1614
16b5e8e6
KH
1615 * info.el (Info-suffix-list): Change format for a command that
1616 requires arguments.
1617 (info-insert-file-contents): Adjusted for the above change.
1618
1df1c518
AS
16192000-12-12 Andreas Schwab <schwab@suse.de>
1620
1621 * tar-mode.el (tar-extract): Base the name of the subfile buffer
1622 on the name of the tar buffer. Verify that the existing buffer is
1623 visiting the same subfile.
1624
a7a07b98
DL
16252000-12-12 Dave Love <fx@gnu.org>
1626
1627 * subdirs.el: Add obsolete.
1628
4fdbd809
GM
16292000-12-12 Gerd Moellmann <gerd@gnu.org>
1630
bfdb75ee
GM
1631 * mail/rmailsum.el (rmail-summary-expunge)
1632 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
1633 instead of rmail-confirm-expunge.
1634
4fdbd809
GM
1635 * replace.el (perform-replace): Don't use an empty match adjacent
1636 to a non-empty match when computing the next match before the
1637 replacement is performed.
1638
e9a59cad
GM
16392000-12-12 Milan Zamazal <pdm@freesoft.cz>
1640
1641 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
1642 definition (patch by Stefan Monnier).
1643 (glasses-mode): Use jit-lock instead of `after-change-functions'
1644 (patch by Stefan Monnier).
1645
c2def7a0
MB
16462000-12-12 Miles Bader <miles@gnu.org>
1647
1648 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
1649 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
1650
591b63b4
AC
16512000-12-12 Andrew Choi <akochoi@i-cable.com>
1652
1653 * term/mac-win.el: Remove load for ls-lisp.
1654
a924cf63 1655 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 1656
5ff4ba3d
MB
16572000-12-12 Miles Bader <miles@gnu.org>
1658
1659 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
1660 Respect field end too.
1661 (just-one-space): Respect fields as `delete-horizontal-space'.
1662 (newline-and-indent, reindent-then-newline-and-indent): Use
1663 `delete-horizontal-space'.
1664
d0c679bc
SM
16652000-12-11 Stefan Monnier <monnier@cs.yale.edu>
1666
adf9c994
SM
1667 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
1668 (so as to obey the field property in the minibuffer).
1669
4b0cd42d
SM
1670 * obsolete/c-mode.el: Moved from lisp/progmodes.
1671 * obsolete/auto-show.el: Moved from lisp.
1672 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 1673
89f85863
CD
16742000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
1675
1676 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
1677 changes to list them here.
1678
1679 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
1680 many changes to list them here.
1681
1682 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
1683 many changes to list them here.
1684
1685 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
1686
3e0d35ce
GM
16872000-12-11 Gerd Moellmann <gerd@gnu.org>
1688
d990421f
GM
1689 * simple.el (kill-new): Don't try to setcar kill-ring if it is
1690 nil.
1691
ca2ddd8e 1692 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
1693 Comment fix.
1694
3e0d35ce
GM
1695 * hscroll.el: Moved to `obsolete' subdir.
1696
ff904dd6
MB
16972000-12-11 Miles Bader <miles@gnu.org>
1698
1699 * window.el (window-text-height): Function removed (now in C).
1700
fb97d87f
SM
17012000-12-10 Stefan Monnier <monnier@cs.yale.edu>
1702
1703 * log-edit.el (log-edit-parent-buffer): New var.
1704 (log-edit): Set it. Add BUFFER argument.
1705 (log-edit-done): Use char-before.
1706 Don't bother checking validity of vc-comment-ring.
1707 Only bury the buffer if log-edit popped it up.
1708
1709 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
1710 (cvs-mode-diff-help): Remove.
1711 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 1712 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
1713
1714 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
1715 Remove binding for ? now made unnecessary.
1716
7de77417
CD
17172000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
1718
1719 * textmodes/reftex.el (reftex-scanning-info-available-p): New
1720 function
1721 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
1722
1723 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
1724 when master file is not open.
1725
4efa209f
SM
17262000-12-09 Stefan Monnier <monnier@cs.yale.edu>
1727
1728 * progmodes/ada-stmt.el: Update `maintainer'.
1729
0a8052bd
GM
17302000-12-09 Stephen Gildea <gildea@alum.mit.edu>
1731
1732 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
1733 choices to match documentation string.
1734
a12167c5
MB
17352000-12-09 Miles Bader <miles@gnu.org>
1736
2161605d
MB
1737 * minibuf-eldef.el: New file.
1738
a12167c5
MB
1739 * window.el (fit-window-to-buffer): Don't pass last argument to
1740 pos-visible-in-window-p, now that its meaning is inverted.
1741
9ea8de1b
EZ
17422000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * image.el (create-image): Doc fix; spotted by Per Cederqvist
1745 <ceder@lysator.liu.se>.
1746
5002ddbb
SM
17472000-12-08 Stefan Monnier <monnier@cs.yale.edu>
1748
b6114d80
SM
1749 * autoinsert.el (auto-insert-alist): Add missing final \n.
1750
ee8d23ee
SM
1751 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
1752 (cvs-menu-map): Remove.
1753 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
1754 (cvs-mode-quit): Turn it back into a plain function.
1755
5002ddbb 1756 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 1757 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
1758
1759 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
1760 file where it's more visible.
1761 (texinfo-filter, texinfo-chapter-level-regexp): New variables
1762 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
1763 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
1764 (texinfo-inside-macro-p): Only catch `scan-error's.
1765 (texinfo-inside-env-p): Make better use of the match info.
1766 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
1767 (texinfo-insert-@end): Slight re-organization.
1768 Also remove useless `looking-at' call.
1769
30cd075d
AI
17702000-12-08 Andrew Innes <andrewi@gnu.org>
1771
1772 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
1773 accessible in -nw mode.
1774
1775 * term/w32-win.el: Remove stuff about selection timeout, which is
1776 irrelevant on Windows. Move clipboard support to w32-fns.el, so
1777 it is accessible in -nw mode.
1778
01b91009
DL
17792000-12-08 Dave Love <fx@gnu.org>
1780
1781 * emacs-lisp/lisp-mode.el (lisp-mode): Set
1782 font-lock-keywords-case-fold-search.
1783
842b2a94
GM
17842000-12-08 Gerd Moellmann <gerd@gnu.org>
1785
1786 * textmodes/ispell.el (ispell): Doc fix.
1787
f9d5f611
KH
17882000-12-08 Kenichi Handa <handa@etl.go.jp>
1789
1790 * international/quail.el (quail-insert-decode-map): Check the
1791 frame width of a window displaying the current buffer, not that of
1792 the selected frame.
1793 (quail-help): Make sure that the help buffer has window before
1794 inserting text in it.
1795
e04d21aa
SS
17962000-12-07 Sam Steingold <sds@gnu.org>
1797
1798 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
1799 Backquote is used in isearch.el, so autoloading saves nothing.
1800
fc3e23a4
EZ
18012000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
1802
137cad7c
EZ
1803 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
1804 the CVS and RCS subdirectories case-insensitively.
1805
fc3e23a4
EZ
1806 * dired.el (dired-insert-directory): If file-system-info is
1807 fboundp, call it instead of invoking dired-free-space-program.
1808
796ecd10
GM
18092000-12-07 Gerd Moellmann <gerd@gnu.org>
1810
0f5f7c3e
GM
1811 * server.el (server-visit-files): Push files on file-name-history.
1812
3764ba49
GM
1813 * progmodes/cc-langs.el: Update copyright.
1814
8e7931da
GM
1815 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
1816
ae0d7485 1817 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 1818
796ecd10
GM
1819 * bindings.el (mode-line-mode-menu): Reverse the order
1820 of define-keys so that the menu appears in alphabetical order.
1821
ae0d7485
GM
18222000-12-07 Milan Zamazal <pdm@freesoft.cz>
1823
1824 * progmodes/glasses.el (glasses-mode): Update mode line at the end
1825 of the function.
1826
e2849090
DL
18272000-12-07 Dave Love <fx@gnu.org>
1828
1829 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
1830
1831 * facemenu.el (facemenu-unlisted-faces): Fix value.
1832
5c7f629c
SM
18332000-12-07 Stefan Monnier <monnier@cs.yale.edu>
1834
1835 * font-lock.el (font-lock-default-fontify-region):
1836 Include the terminating \n (off-by-one error).
1837 (font-lock-set-defaults): Use dolist.
1838
1839 * derived.el (define-derived-mode): Don't use combine-run-hooks.
1840
73481ae3
KH
18412000-12-07 Kenichi Handa <handa@etl.go.jp>
1842
ffbaa122
KH
1843 * international/mule-cmds.el (describe-language-environment): Fix
1844 for the case that an input method title is not string but a list.
1845
73481ae3
KH
1846 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
1847 of wrong SIZE record.
1848
e2896b22
DL
18492000-12-06 Dave Love <fx@gnu.org>
1850
67292061
DL
1851 * newcomment.el (comment-region, comment-dwim): Doc fix.
1852
1853 * textmodes/texinfo.el: Require tex-mode when compiling.
1854 (texinfo-update-node): Doc fix.
1855 (texinfo-imenu-generic-expression): Add @anchor.
1856 (texinfo-font-lock-keywords): Add @uref.
1857 (texinfo-inside-macro-p): Don't use ignore-errors.
1858 (texinfo-insert-quote): Match more contexts.
1859
e76938e7
DL
1860 * international/mule.el (decode-char, encode-char): Doc fix.
1861 (auto-coding-alist): Customize.
1862
1863 * files.el (load-file): Fix change of 2000-03-12.
1864
e2896b22
DL
1865 * wid-edit.el (widget-text-keymap): Doc fix.
1866
6610f4b2
AI
18672000-12-06 Andrew Innes <andrewi@gnu.org>
1868
1869 * makefile.w32-in (lisp): Set to an absolute directory, namely
1870 $(CURDIR).
1871
9e3366e4
EZ
18722000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
1873
1874 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
1875 read generated-autoload-file, and set buffer-file-coding-system to
1876 raw-text-unix after reading the file.
1877
1878 * international/mule-conf.el (file-coding-system-alist): Use
1879 raw-text for reading loaddefs.el and raw-text-unix for writing
1880 it.
1881
d94d636f
GM
18822000-12-06 Gerd Moellmann <gerd@gnu.org>
1883
384333ee
GM
1884 * replace.el (occur): Make line-number-width 1 smaller for the
1885 colon following the line number.
1886
347d0813
GM
1887 * startup.el (fancy-splash-text, command-line-1): Use
1888 `File' for the menu name instead of `Files'.
e04d21aa 1889
d4b72d58
GM
1890 * tmm.el: Update copyright.
1891
d94d636f
GM
1892 * cus-start.el: Add entry for even-window-heights.
1893
6e424019
MB
18942000-12-06 Miles Bader <miles@gnu.org>
1895
1896 * faces.el (frame-set-background-mode): Avoid stomping on
1897 locally modified faces.
1898
e6477b58
KH
18992000-12-06 Kenichi Handa <handa@etl.go.jp>
1900
1901 * international/fontset.el: Correct the font registries for
1902 japanese-jisx0213-1 and japanese-jisx0213-2.
1903
21999ab9
GM
19042000-12-05 Gerd Moellmann <gerd@gnu.org>
1905
57d6e381
GM
1906 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
1907
21999ab9
GM
1908 * iswitchb.el: Update customization commentary.
1909
7422819c
GM
19102000-12-05 Rob Riepel <riepel@Stanford.EDU>
1911
1912 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
1913 (tpu-search-highlight): Fixed comparison of overlay end positions.
1914 (tpu-trim-line-ends): Implemented trimming logic locally.
1915
1916 * emulation/tpu-extras.el (tpu-write-file-hook)
1917 (tpu-set-cursor-bound): Replaced picture-clean with
1918 tpu-trim-line-ends.
1919
73daff18
KH
19202000-12-05 Kenichi Handa <handa@etl.go.jp>
1921
1922 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
1923 to cn-gb.
1924 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
1925
6a4cd002
DL
19262000-12-04 Dave Love <fx@gnu.org>
1927
1928 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
1929
6452929e
GM
19302000-12-04 Gerd Moellmann <gerd@gnu.org>
1931
e04d21aa 1932 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
1933 (rmail-summary-expunge-and-save): Ask for confirmation with
1934 rmail-expunge-confirmed.
1935
1936 * mail/rmail.el (rmail-expunge-confirmed): New function.
1937 (rmail-expunge): Use it.
1938
0c68ce6f
GM
1939 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
1940 (etags-recognize-tags-table, find-tag-in-order): New
1941 functionality: interpret file names as tags.
e04d21aa 1942
7a53d8c8
EZ
19432000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
1944
1945 * info.el (Info-scroll-prefer-subnodes): New defcustom.
1946 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
1947 visit the first subnode until the bottom of the current node is
1948 visible.
1949
caa15ef7
GM
19502000-12-04 Gerd Moellmann <gerd@gnu.org>
1951
1952 * format.el (format-decode): Don't change buffer's undo list.
1953
e225faa7
KH
19542000-12-04 Kenichi Handa <handa@etl.go.jp>
1955
1956 * faces.el (face-font-registry-alternatives): Add entries for CJK
1957 fonts. Doc-string adjusted for the actual usage of this data.
1958
1959 * international/fontset.el: Change the font registries for CJK
1960 fonts in the default fontset. Don't append '*' to registries.
1961
8b262a65
SM
19622000-12-03 Stefan Monnier <monnier@cs.yale.edu>
1963
e04d21aa 1964 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
1965 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
1966
1967 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
1968 (derived-mode-p): New function.
1969 (derived-mode-make-docstring): Add `docstring' argument.
1970 Use it if available and complete it if necessary.
1971
33c4460b
AS
19722000-12-03 Andreas Schwab <schwab@suse.de>
1973
1974 * type-break.el (type-break): Don't make parent of itself.
1975
5c9b3fac
MB
19762000-12-03 Miles Bader <miles@gnu.org>
1977
1978 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
1979
27ce741e
SM
19802000-12-02 Stefan Monnier <monnier@cs.yale.edu>
1981
07c16ec4
SM
1982 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
1983 (tex-main-file, tex-file): Simplify.
1984 (tex-generate-zap-file-name): Use subst-char-in-string.
1985 (tex-strip-dots): Remove.
1986
c19cc275
SM
1987 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
1988
27ce741e
SM
1989 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
1990 to check if the match succeeded.
1991
285991dc
GM
19922000-12-02 Gerd Moellmann <gerd@gnu.org>
1993
1994 * startup.el (use-fancy-splash-screens-p): New function.
1995 (command-line-1): Use it to determine whether or not to use
1996 a fancy splash screen.
1997
52dca1b2
AS
19982000-12-02 Andreas Schwab <schwab@suse.de>
1999
2000 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2001
d3e7e7cf
EZ
20022000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2003
2dce2360
EZ
2004 * international/mule.el (make-char): Fix last change.
2005
9768eaa7
EZ
2006 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2007 New defcustoms.
2008 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2009 autoloading tex-mode; instead, do the same manually. Use
2010 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2011 with numeric argument. Docstring fix.
2012 (toplevel): Require cl when compiling.
e04d21aa 2013
285991dc 2014 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2015
0dd5e255
JR
20162000-12-02 Jason Rumney <jasonr@gnu.org>
2017
2018 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2019 the Emacs Lisp manual)
2020
fbb87147
EZ
20212000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2022
5cbb3e93
EZ
2023 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2024
fbb87147
EZ
2025 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2026 the Emacs Lisp manual).
2027
1636ca09
GM
20282000-12-02 Gerd Moellmann <gerd@gnu.org>
2029
2030 * simple.el (next-line-add-newlines): Change default to nil.
2031
68875f0e
EZ
20322000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2033
2034 * files.el (revert-buffer, recover-file): Bind
2035 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2036
fd9ac94c
GM
20372000-12-01 Gerd Moellmann <gerd@gnu.org>
2038
2039 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2040
45450dd5
MB
20412000-12-01 Miles Bader <miles@gnu.org>
2042
2043 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2044
09df8881
KH
20452000-12-01 Kenichi Handa <handa@etl.go.jp>
2046
2047 * international/mule-diag.el (describe-char-after): Fix typo.
2048 (describe-character-set, non-iso-charset-alist): Fix typo.
2049
dea0a87d
MB
20502000-12-01 Miles Bader <miles@gnu.org>
2051
b170205b
MB
2052 * image-file.el (image-file-name-regexp): Automatically add
2053 upper-case variants of each filename extension in
2054 `image-file-name-extensions', since they seem to be common.
2055
e04d21aa 2056 * simple.el (minibuffer-contents)
dea0a87d
MB
2057 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2058 New functions.
2059 * filecache.el (file-cache-directory-name)
2060 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2061
2b69bc11 20622000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2063
dea0a87d
MB
2064 * filecache.el (file-cache-minibuffer-complete): Don't try to
2065 delete the minibuffer prompt.
2066
a8a1b05d
DL
20672000-11-30 Dave Love <fx@gnu.org>
2068
2069 * cus-start.el: Fix read-buffer-function type.
2070
693c4692
GM
20712000-11-30 Gerd Moellmann <gerd@gnu.org>
2072
2073 * md5.el: Removed. There's a built-in function, now.
2074
2c0b1898
GM
20752000-11-30 Markus Rost <rost@math.ohio-state.edu>
2076
2077 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2078 as dummy 0-th char of rmail-deleted-vector.
2079
63dfcf4b
EZ
20802000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2081
2082 * ps-print.el (ps-end-job): Bind case-fold-search only after
2083 switching to ps-spool-buffer.
2084
20852000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2086
2087 * ps-print.el: Line number font customization. PostScript: Lines and
2088 PageCount are initialized on each page. Doc Fix.
2089 (ps-print-version): New version number (6.3.2).
2090 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2091 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2092 (ps-right-header): Customization fix.
2093 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2094 Fix code.
2095 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2096 New vars.
2097
df3aedcf
GM
20982000-11-30 Gerd Moellmann <gerd@gnu.org>
2099
edfb795e
GM
2100 * bs.el: Fix typos and spelling errors.
2101 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2102 (bs-configuration): Doc fix.
e04d21aa 2103
df3aedcf
GM
2104 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2105
8b8a7f01
GM
21062000-11-30 Rob Riepel <riepel@Stanford.EDU>
2107
2108 * emulation/tpu-edt.el (tpu-version): New version.
2109 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2110 (tpu-original-mode-line): Variable deleted.
2111 (tpu-mark-flag): New initial value.
2112 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2113 tpu-mark-flag to minor-mode-alist.
2114 (tpu-update-mode-line): New mark flag logic.
2115 (tpu-get): Use find-file-wildcards.
2116 (tpu-search-highlight): Move overlay less, reset overlay properly.
2117 (tpu-unselect): Deactivate mark.
2118 (tpu-lm-replace): Reset overlay properly.
2119 (tpu-forward-line): Use forward-visible-line.
2120 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2121
2122 * emulation/tpu-extras.el (tpu-forward-line): Use
2123 forward-visible-line.
e04d21aa 2124
c069a9d3
GM
21252000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2126
2127 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2128
b02cd40b
GM
21292000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2130
2131 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2132 and skip whitespace and newlines.
e04d21aa 2133
b7a90344
SM
21342000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2135
2136 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2137
be6bbb55
GM
21382000-11-29 Gerd Moellmann <gerd@gnu.org>
2139
0383ed60
GM
2140 * help.el (describe-function-1): Regexp-quote function name
2141 when used as part of a regexp.
2142
c7957947
GM
2143 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2144 face-attribute instead of face-foreground and face-background.
2145 (tool-bar-add-item): Likewise, and handle unspecified colors.
2146
2147 * enriched.el (enriched-face-ans): Use face-attribute instead
2148 of face-foreground and face-background.
2149
2150 * faces.el (face-foreground, face-background, face-stipple):
2151 Return nil if attribute is unspecified, for backward
2152 compatibility.
2153
7423978d
GM
2154 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2155
ef128c78
GM
2156 * play/5x5.el: Remove version info.
2157
a81fc510
GM
2158 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2159
be6bbb55
GM
2160 * frame.el (blink-cursor-mode): Doc fix.
2161
f9396e03
GM
21622000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2163
2164 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2165 to create Makefile rules.
2166 (antlr-tool-command): New user option.
2167 (antlr-ask-about-save): New user option.
2168 (antlr-makefile-specification): New user option.
2169 (antlr-file-formats-alist): New variable.
2170 (antlr-special-file-formats): New variable.
2171 (antlr-unknown-file-formats): New user option.
2172 (antlr-help-unknown-file-text): New variable.
2173 (antlr-help-rules-intro): New variable.
2174 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2175 (antlr-mode-menu): Add entries.
2176 (antlr-file-dependencies): New function.
2177 (antlr-directory-dependencies): New function.
2178 (antlr-superclasses-glibs): New function.
2179 (antlr-run-tool): New command.
2180 (antlr-makefile-insert-variable): New function.
2181 (antlr-insert-makefile-rules): New function.
2182 (antlr-show-makefile-rules): New command.
2183
2184 * antlr-mode.el: More Emacs/XEmacs stuff.
2185 (antlr-no-action-keywords): New constant with value nil.
2186 (antlr-font-lock-keywords-alist): Use it. Old value would break
2187 syntax highlighting in Emacs-21.0.
2188 (antlr-default-directory): Emacs/XEmacs dependend function.
2189 (antlr-read-shell-command): Ditto.
2190 (antlr-with-displaying-help-buffer): Ditto.
2191
21922000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2193
2194 * antlr-mode.el: imenu, parsing and highlighting changes.
2195 (antlr-imenu-create-index-function): Don't create extra submenus
2196 for definitions in different grammar classes. It is not necessary
2197 for the menu and would make command `imenu' awkward to use.
2198 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2199 header actions and more than one.
2200 (antlr-font-lock-tokendef-face): Changed color.
2201 (antlr-font-lock-tokenref-face): Changed color.
2202 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2203 (antlr-mode-syntax-table): New variable.
2204 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2205 (antlr-with-syntax-table): Don't copy syntax table.
2206
22072000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2208
2209 * antlr-mode.el: Minor changes: language setting.
2210 (antlr-language-alist): The value for file option "language" can
2211 be both an identifier and a string.
2212 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2213 (antlr-language-limit-n-regexp): Change accordingly.
2214
22152000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2216
2217 * antlr-mode.el: Minor changes: tabs, hiding.
2218 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2219 (antlr-action-visibility): Also allow value nil to also hide the
2220 braces. Renamed from `antlr-tiny-action-length'.
2221 Suggested by Jay@aol.com.
2222 (antlr-hide-actions): Change accordingly. Hide line if completely
2223 hidden action is on a line of its own.
e04d21aa 2224
6ad948eb
SM
22252000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2226
2227 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2228
2229 * sort.el (sort-columns): Don't concat strings with numbers.
2230
9c6a4107
DL
22312000-11-29 Dave Love <fx@gnu.org>
2232
2233 * cus-edit.el (face): Fix :format.
2234
2235 * mail/feedmail.el: Require smtpmail when compiling.
2236 (mail-do-fcc): Autoload.
2237 (feedmail) <defgroup>: Fix :link.
2238 (feedmail-nuke-body-in-fcc): Fix :type.
2239 (feedmail-send-it): Add autoload cookie.
2240
053b8d35
SM
22412000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2242
2243 * newcomment.el (comment-indent): Save excursion around call to
2244 comment-indent-function.
2245
242c13e8
MB
22462000-11-29 Miles Bader <miles@gnu.org>
2247
2248 * subr.el (member-ignore-case): Return the tail of the list who's
2249 car matches, like `member', not the matching element itself.
2250
8f4b5f28
KH
22512000-11-29 Kenichi Handa <handa@etl.go.jp>
2252
2253 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2254 should not contain `\n'.
2255
bebe4a2c
GM
22562000-11-28 Gerd Moellmann <gerd@gnu.org>
2257
fd9ac94c 2258 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2259
ba7e40eb
GM
2260 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2261
75ab0c79
GM
2262 * dired-aux.el (dired-do-create-files): Construct default file
2263 name for dired-mark-read-file-name so that when the user enters
2264 just RET, the target file will end up in the target directory.
2265
bebe4a2c
GM
2266 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2267 local-abbrev-table before changing buffers because it might
2268 have a buffer-local binding.
2269
fa6d1ca8
MB
22702000-11-28 Miles Bader <miles@gnu.org>
2271
2272 * simple.el (delete-horizontal-space): Handle fields more generally.
2273
8d2c2642
GM
22742000-11-28 Gerd Moellmann <gerd@gnu.org>
2275
2276 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2277
8b31236d
DL
22782000-11-28 Dave Love <fx@gnu.org>
2279
3cbd02d2
DL
2280 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2281 comment-start-skip locally.
2282
8b31236d
DL
2283 * progmodes/fortran.el (fortran-mode): Don't set
2284 fortran-comment-line-start-skip. Set comment-start to
2285 fortran-comment-line-start.
2286 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2287 (fortran-comment-line-start-skip): Simplify slightly.
2288
ae4bf56d
GM
22892000-11-28 Gerd Moellmann <gerd@gnu.org>
2290
17ef7534
GM
2291 * play/5x5.el: Remove RCS keyword.
2292
fd9ac94c 2293 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2294
665b27a6
GM
22952000-11-28 Milan Zamazal <pdm@freesoft.cz>
2296
2297 * textmodes/tildify.el (tildify-string-alist): Add
2298 `plain-tex-mode' here.
2299
fe3c2ae3
GM
23002000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2301
2302 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2303 reference.
2304
d970106b
MB
23052000-11-28 Miles Bader <miles@gnu.org>
2306
36b80a0d
MB
2307 * cus-face.el (custom-face-attributes): Add post-filter function
2308 for :box. Make pre-filter function for :box handle all cases.
2309
d970106b
MB
2310 * wid-edit.el (widget-choose): Make sure pop-up window is large
2311 enough to display all the choices, as there's no way to scroll it.
2312
5a2bae6c
KH
23132000-11-28 Kenichi Handa <handa@etl.go.jp>
2314
2315 * international/mule-conf.el: Make the coding system no-conversion
2316 safe for all characters.
2317
9e836e23
DL
23182000-11-27 Dave Love <fx@gnu.org>
2319
8b31236d
DL
2320 * net/ldap.el (ldap) <defgroup>: Add :version.
2321
9e836e23
DL
2322 * tooltip.el (tooltip-use-echo-area): Doc fix.
2323
2324 * cus-start.el <minibuffer-prompt-properties>: Add version.
2325 <read-buffer-function>: Add.
2326
2327 * apropos.el (apropos-print): Add help-echo to active text.
2328
2329 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2330
4a74d071
GM
23312000-11-27 Gerd Moellmann <gerd@gnu.org>
2332
2333 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2334 type, group and version.
2335
76058c27
EZ
23362000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2337
4a74d071 2338 * select.el (x-get-selection): Docstring fix.
76058c27 2339
fd9ac94c 23402000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2341
fd9ac94c 2342 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2343
49060c51
AI
23442000-11-27 Andrew Innes <andrewi@gnu.org>
2345
2346 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
2347
2348 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
2349
b2a8e429
MB
23502000-11-27 Miles Bader <miles@gnu.org>
2351
2352 * dired.el (dired-get-filename): Return filename verbatim if
2353 LOCALP is `verbatim'.
2354 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
2355 `verbatim' so that we don't inadvertently delete a non-existant
2356 directory name.
2357
5ac0366d
KH
23582000-11-27 Kenichi Handa <handa@etl.go.jp>
2359
2360 * international/characters.el: Specify cases and syntaxes for
2361 mule-unicode-0100-24ff.
2362
67f1cf4c
GM
23632000-11-27 Gerd Moellmann <gerd@gnu.org>
2364
2365 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
2366 that foreground and/or background colors of the face `tool-bar'
2367 are unspecified.
2368
46c56972
MB
23692000-11-27 Miles Bader <miles@gnu.org>
2370
e04d21aa 2371 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
2372 (widget-field-end): Handle widget field `pseudo-overlays'.
2373 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
2374 if it's there instead of in `widget-field-list'.
2375
46c56972 2376 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
2377 (help-make-xrefs): Delete extraneous newlines at the end of the
2378 docstring.
46c56972 2379
640a9cdd
JR
23802000-11-25 Jason Rumney <jasonr@gnu.org>
2381
2382 * startup.el (command-line): Call set-locale-environment after
2383 Window System init file is read, as it can result in a call to
2384 redraw-frame.
2385
0b3f96d4
EZ
23862000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
2387
2388 * simple.el (shell-command): Mention the effect of the prefix
2389 argument in the doc string.
2390
8da6e2a1
MB
23912000-11-25 Miles Bader <miles@gnu.org>
2392
a658d039
MB
2393 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
2394
8da6e2a1 2395 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 2396 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 2397
d3416cca
JR
23982000-11-24 Jason Rumney <jasonr@gnu.org>
2399
2400 * international/mule-cmds.el (locale-language-names): Add "jp" as
2401 a non-standard alternative for Japanese.
2402
17e37f53
AS
24032000-11-24 Andre Spiegel <spiegel@gnu.org>
2404
2405 * vc-hooks.el: Require 'cl during compilation.
2406
9aa5f148
GM
24072000-11-24 Gerd Moellmann <gerd@gnu.org>
2408
ba193890
GM
2409 * faces.el (face-set-after-frame-default): Let face attributes
2410 specified for new frames override frame parameters.
2411
9aa5f148
GM
2412 * startup.el (command-line): Fix computation of the source file
2413 for user-init-file when user-init-file is a compiled file.
2414
51a1edab
MB
24152000-11-24 Miles Bader <miles@gnu.org>
2416
e04d21aa 2417 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
2418 (custom-post-filter-face-spec): New functions.
2419 (custom-face-set, custom-face-value-create): Filter the face spec
2420 before and after customization.
2421 (custom-face-set): If VALUE specifies a null face, pass a
2422 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
2423 * cus-face.el (custom-face-attributes): Remove SET and GET
2424 functions. Add some IN-FILTER and OUT-FILTER functions in the few
2425 cases they're needed.
2426
1ed74431
MB
2427 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
2428 that it's distinguishable from the :off-glyph on dark-background
2429 displays. Set its background color too.
2430
67ee1125
MB
2431 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
2432 so that people can easily turn it off.
2433
7d027816 24342000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 2435
7d027816 2436 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 2437
9aa5f148 2438 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 2439
9aa5f148 2440 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 2441
9aa5f148 2442 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 2443 redundant skip-small-frames test.
e04d21aa 2444
9aa5f148 2445 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 2446 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 2447
9aa5f148
GM
2448 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
2449 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
2450 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 2451 functions.
e04d21aa 2452
9aa5f148 2453 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 2454
9aa5f148 2455 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 2456
f07fa1b8
KH
24572000-11-24 Kenichi Handa <handa@etl.go.jp>
2458
2459 * international/mule-diag.el (list-iso-charset-chars): For
2460 two-byte charset, fix the `while' condition.
2461 (list-non-iso-charset-chars): Fix the `while' condition.
2462
ba8299ff
SM
24632000-11-23 Stefan Monnier <monnier@cs.yale.edu>
2464
79372165
SM
2465 * subr.el (add-hook, remove-hook): Don't call make-local-hook
2466 if the variable is make-variable-buffer-local.
2467
ba8299ff
SM
2468 * progmodes/ada-stmt.el (ada-template-map): Initialize
2469 and bind it to C-c t in ada-mode-map.
2470 (ada-stmt-mode-hook): New function extracted from old code.
2471 Only change the buffer-local side of skeleton-*.
2472 (ada-mode-hook): Use it.
2473
68a887fa
EZ
24742000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2475
2476 * iswitchb.el (iswitchb-minibuf-depth): New variable.
2477 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
2478 we expect to be returned by minibuffer-depth once we prompt the
2479 user in the minibuffer.
2480 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
2481 as recorded in iswitchb-minibuf-depth, return non-nil.
2482
3b345582
EZ
24832000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
2484
2485 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
2486 (hscroll-window-maybe): Docstring fix.
2487
595dead2
DL
24882000-11-23 Dave Love <fx@gnu.org>
2489
2490 * rect.el (string-rectangle): Don't test delete-selection-mode.
2491
1e66b27a
GM
24922000-11-23 Gerd Moellmann <gerd@gnu.org>
2493
02790ce2
GM
2494 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
2495 is in the tool bar.
2496
1e66b27a
GM
2497 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
2498 with `no-dir'; we want the directory part to be able to remove
2499 it.
2500
a4caa65d
SM
25012000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2502
2503 * textmodes/outline.el (outline-flag-region):
2504 Don't bind inhibit-read-only since we don't modify the buffer.
2505 (outline-isearch-open-invisible): Don't jump to overlay-start
2506 since we're trying to unhide text around point.
2507 (outline-discard-overlays): Use dolist.
2508
2509 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
2510
03e757c1
GM
25112000-11-22 Gerd Moellmann <gerd@gnu.org>
2512
e04d21aa 2513 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 2514 y-or-n-p.
e04d21aa 2515
1598a961
SM
25162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2517
2518 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
2519 Fix ARG regexp to skip quoted braces.
2520 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
2521 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
2522 are (correctly) handled separately).
2523 Remove `caption' and `footnote' from `citations': they contain text.
2524 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
2525 (latex-skeleton-end-hook): New function.
2526 (latex-mode): Use it.
2527 (tex-start-tex-marker): Remove.
2528 (tex-send-tex-command): Don't set tex-start-tex-marker.
2529 (tex-error-parse-syntax-table): New var.
2530 (tex-compilation-parse-errors): Use it.
2531 Ignore tex-start-tex-marker. Don't bother with marker-position.
2532 (tex-validate-buffer): Don't bother with marker-position.
2533
2534 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 2535 (flyspell-generic-progmode-verify): Use it.
1598a961 2536
eaae8106
SS
25372000-11-22 Sam Steingold <sds@gnu.org>
2538
03e757c1
GM
2539 * simple.el (delete-trailing-whitespace): New interactive
2540 function.
e04d21aa 2541
eaae8106 2542 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 2543 `ada-remove-trailing-spaces'.
eaae8106 2544 (ada-remove-trailing-spaces): Removed.
e04d21aa 2545
eaae8106 2546 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 2547
1598a961
SM
2548 * textmodes/picture.el (picture-clean): Removed.
2549 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 2550
a41d49e9
GM
25512000-11-22 Gerd Moellmann <gerd@gnu.org>
2552
e053c60f
GM
2553 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2554
a41d49e9
GM
2555 * hi-lock.el (hi-lock-refontify): Don't call non-existent
2556 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 2557 do anything special when jit-lock is active.
a41d49e9
GM
2558 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
2559
197615f3
DL
25602000-11-22 Dave Love <fx@gnu.org>
2561
ddbfaa9f
DL
2562 * calendar/todo-mode.el (todo-top-priorities): Use
2563 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
2564
ddc3c695
DL
2565 * language/chinese.el, language/cyrillic.el:
2566 * language/devanagari.el, language/ethiopic.el, language/greek.el:
2567 * language/hebrew.el, language/indian.el, language/japanese.el:
2568 * language/korean.el, language/lao.el, language/misc-lang.el:
2569 * language/thai.el, language/tibetan.el, language/vietnamese.el:
2570 Use provide.
2571
fb9fa98d
DL
2572 * cus-edit.el (custom-buffer-create-internal): Save some consing.
2573 (custom-variable-set): Improve validation error mesage.
2574
197615f3
DL
2575 * rect.el (string-rectangle): Revert last change.
2576 (string-rectangle-line): New arg DELETE.
2577 (string-rectangle): Check delete-selection-mode.
2578
2579 * emacs-lisp/edebug.el (edebug-version)
2580 (edebug-maintainer-address): Deleted.
2581 (edebug-submit-bug-report): Just alias to report-emacs-bug.
2582 (edebug-read-function): Account for other `'#' read forms.
2583 (edebug-mode-menus): Make some items toggles.
2584 (edebug-outside-unread-command-event, unread-command-event):
2585 Remove these to avoid warnings.
2586
f4117c4d
GM
25872000-11-22 David Ponce <david@dponce.com>
2588
2589 * recentf.el (recentf-menu-items-for-commands)
2590 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 2591 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 2592
f4117c4d
GM
2593 (recentf-build-dir-rules, recentf-dump-variable)
2594 (recentf-edit-list, recentf-open-files-item)
2595 (recentf-open-files): Replaced unnecessary `mapcar' with new
2596 built-in `mapc'.
eaae8106 2597
f8e2f3f2
MB
25982000-11-23 Miles Bader <miles@gnu.org>
2599
2600 * faces.el (menu): Make inverse-video on ttys too.
2601
4c4a541d
SM
26022000-11-22 Stefan Monnier <monnier@cs.yale.edu>
2603
2604 * simple.el (comment-line-break-function): Use the new name
2605 indent-new-comment-line -> comment-indent-new-line.
2606 (clone-indirect-buffer): Don't ignore NORECORD.
2607 (next-completion): Properly handle the case where items are adjacent.
2608
2609 * mouse.el (popup-menu): Stupid typo.
2610
980d836e
GM
26112000-11-22 Gerd Moellmann <gerd@gnu.org>
2612
60e8e0a5
GM
2613 * emacs-lisp/authors.el: Remove autoload cookies, add author,
2614 maintainer, keywords tags.
2615
980d836e
GM
2616 * rect.el (replace-rectangle): Don't call string-rectangle-line
2617 with too many arguments.
2618
e08b2069
AS
26192000-11-22 Andre Spiegel <spiegel@gnu.org>
2620
60e8e0a5 2621 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 2622 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
2623 vc-locking-user, which no longer exists.
2624
2625 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
2626
c6779d8d
DL
26272000-11-22 Dave Love <fx@gnu.org>
2628
2629 * md5.el (md5): Provide.
2630 (md5): Fix error call.
2631
e672fdce
MB
26322000-11-22 Miles Bader <miles@gnu.org>
2633
eaae8106 2634 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
2635 (refill-fill-paragraph-at): Remove debugging code.
2636
80e24c04
MB
2637 * calendar/calendar.el (generate-calendar-window): When we don't
2638 call `fit-window-to-buffer', make sure the top line is fully visible.
2639
3a17d6cc
MB
2640 * image-file.el (insert-image-file): Don't make `read-only'
2641 property rear-nonsticky.
2642
ae1a21c6
MB
2643 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
2644 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
2645 stashing away its original value.
2646 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
2647 in the recursive edit.
2648 Bind `isearch-original-minibuffer-message-timeout' to protect it.
2649 (isearch-done): Restore `minibuffer-message-timeout'.
2650
e672fdce
MB
2651 * cus-start.el: Remove entry for `mode-line-inverse-video'.
2652
3ea79df8
SM
26532000-11-21 Stefan Monnier <monnier@cs.yale.edu>
2654
2655 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
2656
2657 * find-lisp.el (find-lisp-find-files-internal):
2658 Use dolist, when and file-name-as-directory.
2659
980d836e 2660 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
2661 (define-derived-mode, define-minor-mode): Add specs.
2662
2663 * window.el: General comment and spacing fixes.
2664 (save-selected-window): Use backquotes.
2665 (window-safely-shrinkable-p): New function.
2666 (shrink-window-if-larger-than-buffer): Use it.
2667
2668 * subr.el (make-local-hook): Docstring fix.
2669
2670 * shell.el (shell-mode): Use define-derived-mode.
2671
2672 * newcomment.el (comment-indent): Insert comment before calling
2673 comment-indent-function. Don't insert in column 0.
2674 (comment-dwim): Indent before inserting comment.
2675
2676 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
2677 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
2678 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
2679 Use mapc rather than map.
2680
2681 * files.el (find-buffer-visiting): Compare all attributes before
2682 declaring two files identical (rather than just their inode-no).
2683 (auto-mode-alist): Use \' rather than $.
2684
2685 * which-func.el: Update maintainer line.
2686
2687 * pcvs.el (uniquify-buffer-file-name): Remove advice.
2688 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
2689 (uniquify-buffer-file-name): Use it.
2690
8f62f2b8
MB
26912000-11-22 Miles Bader <miles@gnu.org>
2692
2693 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
2694 * simple.el (minibuffer-avoid-prompt): New function.
2695
fb279a6d
GM
26962000-11-21 Gerd Moellmann <gerd@gnu.org>
2697
2698 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
2699
867092e9
MB
27002000-11-21 Miles Bader <miles@gnu.org>
2701
ef860850
MB
2702 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
2703 inclusion of `track-mouse'.
2704
867092e9
MB
2705 * textmodes/refill.el (refill-ignorable-overlay): New variable.
2706 (refill-adjust-ignorable-overlay): New function.
2707 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
2708 only the paragraph's tail if possible.
2709 Update `refill-ignorable-overlay'.
2710 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
2711
2712 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2713 point inside the fill-prefix.
2714
2715 * textmodes/refill.el (refill-post-command-function): Don't reset
2716 refill-doit in the case where a self-insertion command doesn't
2717 case a refill. Use `refill-fill-paragraph-at', getting position
2718 from `refill-doit'.
2719 (refill-after-change-function): Set `refill-doit' to END.
2720 (refill-fill-paragraph-at): New function, mostly from old
2721 refill-fill-paragraph.
2722 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
2723 (refill-pre-command-function): New function.
2724 (refill-mode): Add it to `pre-command-hook'.
2725
ff9ab414
GM
27262000-11-20 Gerd Moellmann <gerd@gnu.org>
2727
29a01b72
GM
2728 * textmodes/artist.el (artist-mode): Fix autoload cookie.
2729
ff9ab414
GM
2730 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
2731 javadoc tags.
eaae8106 2732
885b211b
AS
27332000-11-20 Andre Spiegel <spiegel@gnu.org>
2734
2735 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
2736 vc.el).
2737
eaae8106 2738 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 2739 require vc.
eaae8106
SS
2740
2741 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 2742 checkouts.
eaae8106 2743
d1838556
DL
27442000-11-20 Dave Love <fx@gnu.org>
2745
2746 * Makefile.in (DONTCOMPILE): Omit bindings.el.
2747
2b69bc11 27482000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 2749
2b69bc11
GM
2750 * calculator.el (calculator-paste): Use `if' instead of `and'
2751 and `or'.
2752 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 2753
b95b34e5
GM
27542000-11-19 Gerd Moellmann <gerd@gnu.org>
2755
030de92f
GM
2756 * info.el (info-menu-5): Doc fix.
2757
b95b34e5
GM
2758 * textmodes/artist.el: New file.
2759
54970452
AS
27602000-11-19 Andre Spiegel <spiegel@gnu.org>
2761
eaae8106 2762 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
2763 and differentiate according to checkout model.
2764 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
2765 since this function is only concerned with master state.
2766
eaae8106 2767 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
2768 vc-default-workfile-unchanged-p): Moved here from vc.el.
2769
eaae8106 2770 * vc.el (vc-workfile-unchanged-p,
54970452
AS
2771 vc-default-workfile-unchanged-p): See above.
2772
e5a9dabf
MB
27732000-11-19 Miles Bader <miles@gnu.org>
2774
2775 * image-file.el (insert-image-file): Make `intangible' and
2776 `read-only' properties rear-nonsticky too.
2777
24127af0
GM
27782000-11-18 Gerd Moellmann <gerd@gnu.org>
2779
d392e9c5 2780 * ps-print.el: Update copyright notice.
eaae8106 2781
d392e9c5
GM
2782 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
2783 (tooltip-show): Use the offsets.
2784
24127af0 2785 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 2786 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
2787 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
2788
2b69bc11 27892000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 2790
2b69bc11
GM
2791 * ps-print.el (toplevel): Test for find-coding-system being
2792 fboundp before calling ps-x-find-coding-system.
08ea6f17 2793
66321b2f
SM
27942000-11-16 Stefan Monnier <monnier@cs.yale.edu>
2795
2796 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
2797 (vc-version-backup-file): Docstring fix.
2798
046110c6
GM
27992000-11-16 Gerd Moellmann <gerd@gnu.org>
2800
4104194e
GM
2801 * files.el (basic-save-buffer): Don't add a newline if
2802 find-file-literally is non-nil.
2803 (find-file-literally): Extend doc string.
2804
046110c6
GM
2805 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
2806 sort(1) with the `-f' argument.
2807
6505c16e
AS
28082000-11-16 Andre Spiegel <spiegel@gnu.org>
2809
fd063975
AS
2810 * vc.el: Updated backend documentation.
2811 (vc-default-check-headers): New function.
2812
3d02dd81 2813 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
2814
2815 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 2816 up-to-date.
eaae8106 2817 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 2818 the minibuffer is not active.
fd063975 2819
eaae8106 2820 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 2821 `vc-cvs-use-edit' is on.
eaae8106
SS
2822 (vc-cvs-checkout): When this is used for reverting the workfile,
2823 make a backup of the original contents and revert to that in case
8791d617 2824 of error.
eaae8106 2825 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 2826 remote repositories.
eaae8106 2827
6505c16e
AS
2828 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
2829 for both version and ratio in the minibuffer.
fd063975 2830
eaae8106 2831 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 2832 Use vc-do-command to perform the annotation, not call-process.
6505c16e 2833
a13f0660
KH
28342000-11-16 Kenichi Handa <handa@etl.go.jp>
2835
2836 * international/quail.el (quail-start-translation): Don't call
2837 `message' before reading key sequence.
2838
1389a414
MB
28392000-11-16 Miles Bader <miles@lsi.nec.co.jp>
2840
2841 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
2842
9256a532
KH
28432000-11-16 Kenichi Handa <handa@etl.go.jp>
2844
2845 * window.el (fit-window-to-buffer): Be sure to acquire at least
2846 one text line even if the buffer is empty.
2847
0e14fe9f
GM
28482000-11-16 Gerd Moellmann <gerd@gnu.org>
2849
eaae8106 2850 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
2851 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
2852 ange-ftp-process-verbose to nil.
2853
da645c53
DL
28542000-11-15 Dave Love <fx@gnu.org>
2855
233d5cde
DL
2856 * wid-edit.el (widget-specify-field, widget-specify-button): If
2857 :help-echo is a function, set help-echo of overlay to
2858 widget-mouse-help.
2859 (widget-mouse-help): New function.
2860 (widget-echo-help): Rewritten for :help-echo functions only taking
2861 a widget arg.
2862
b12057b9
DL
2863 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
2864 display-graphic-p.
2865 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
2866 and that JPEG is available.
2867 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
2868
da645c53
DL
2869 * international/mule-cmds.el (locale-charset-language-names):
2870 Match @euro.
2871
6d133d1f
GM
28722000-11-15 Gerd Moellmann <gerd@gnu.org>
2873
2874 * faces.el (face-set-after-frame-default): If
0e14fe9f 2875 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
2876 default face from X resources.
2877
49ac2ac5
EZ
28782000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2879
2880 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
2881 Don't set EMACSLOADPATH.
2882
4fb0a34c
EZ
28832000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
2884
2885 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
2886 texinfo-insert-@url.
2887 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
2888 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
2889
bb304a7a
SM
28902000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2891
82bc80bf
SM
2892 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
2893 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
2894 (checkdoc-minor-keymap): Backward compatibility.
2895 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
2896 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
2897 (checkdoc-this-string-valid-engine): Be a bit more strict
2898 to avoid matching substrings of `...' quoted vars/funs.
2899 (checkdoc-defun-info): Only look for `interactive' if alone.
2900 (debug-ignored-errors): Add "arg doesn't appear in docstring".
2901
e8c87124
SM
2902 * progmodes/compile.el (grep): `tag-default' can be nil.
2903
bb304a7a
SM
2904 * newcomment.el (comment-indent): Paren typo.
2905
8628686a
DL
29062000-11-14 Dave Love <fx@gnu.org>
2907
25c269ef
DL
2908 * calculator.el: New maintainer version.
2909
66321b2f 2910 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 2911
8628686a
DL
2912 * cmuscheme.el: Doc fixes.
2913 (cmuscheme) <defgroup>: Use `scheme' as parent.
2914 (cmuscheme-program-name): Remove. Change uses to
2915 scheme-program-name.
2916
2917 * xscheme.el (scheme-program-name): Don't define here.
2918
2919 * progmodes/scheme.el (scheme-program-name): New variable
2920 (originally in cmuscheme).
2921
88f0a1eb
MB
29222000-11-14 Miles Bader <miles@gnu.org>
2923
2924 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
2925 Handle header-lines. Don't loop forever if we can't enlarge the
2926 window anymore. Simplify a bit.
2927
cd9a000c
KH
29282000-11-14 Kenichi Handa <handa@etl.go.jp>
2929
2930 * window.el (fit-window-to-buffer): Don't check
2931 window-text-height. Assure that the last line is fully visible.
2932
2933 * international/quail.el (quail-show-guidance-buf): Call
2934 fit-window-to-buffer to assure the enough height of the guidance
2935 buffer.
2936 (quail-update-guidance): Avoid making the guidance buffer shorter.
2937
d3fcda22
SM
29382000-11-14 Stefan Monnier <monnier@cs.yale.edu>
2939
bdbd9606
SM
2940 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
2941 rather than `prepend' and add an interesting comment.
2942 (tex-math-face, tex-font-lock-syntactic-face-function):
2943 New face and function to use it.
2944 (tex-define-common-keys, tex-mode-map): Use menu-item rather
2945 than `menu-enable' symbol property.
2946 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
2947 (tex-mode): Add some latex-mode commands for auto-selection.
2948 Use tex-font-lock-syntactic-face-function.
2949 (tex-insert-quote): Simplify.
2950 (tex-shell): New mode.
2951 (tex-start-shell): Use it.
2952 (tex-shell-proc, tex-shell-buf): New functions.
2953 (tex-send-command): Use it.
2954 (tex-main-file): Fix the meaning of the new arg REALFILE.
2955 (tex-send-tex-command): New function split from `tex-start-tex'.
2956 Set compilation-last-buffer and compilation-parsing-end.
2957
d3fcda22
SM
2958 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
2959 when it follows non-comment text on the line.
2960
2961 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2962 Set font-lock-defaults.
2963 (lisp-mode-shared-map): Init inside the defvar.
2964 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
2965 Use define-derived-mode.
2966
bdab1d43
MB
29672000-11-14 Miles Bader <miles@lsi.nec.co.jp>
2968
2969 * faces.el (header-line): Use `:box nil' for color/gs displays too.
2970
936ae731
GM
29712000-11-14 Gerd Moellmann <gerd@gnu.org>
2972
2973 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
2974 recursively optimize body because that can lead to infinite
2975 recursion; see comment there.
2976
1695ca2b
EZ
29772000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
2978
2979 * faces.el (face-spec-set-match-display): Revert the change from
2980 2000-10-24. Add a FIXME for after v21.1.
2981
9d348294
MB
29822000-11-13 Miles Bader <miles@gnu.org>
2983
2984 * textmodes/fill.el (skip-line-prefix): New function.
2985 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
2986 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
2987 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
2988 point inside the fill-prefix.
9d348294 2989
b85fa13c
MB
29902000-11-13 Miles Bader <miles@lsi.nec.co.jp>
2991
2992 * calendar/calendar.el (generate-calendar-window): Use
2993 `fit-window-to-buffer'.
2994
a0b47716
SM
29952000-11-12 Stefan Monnier <monnier@cs.yale.edu>
2996
2997 * gud.el (gud-minor-mode): New var.
2998 (gud-symbol, gud-val): New functions.
2999 (gud-find-file): Copy gud-minor-mode to the new buffer.
3000 (gud-menu-map): Include entries for commands that are not always
3001 available, using :enable to (de)activate them.
3002 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3003 (gud-mode-map): New map.
eaae8106 3004 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3005 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3006 Don't set up gud's menu (it's done by the minor-mode).
3007 (gud-minibuffer-local-map): New.
3008 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3009 (gud-query-cmdline): New function.
3010 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3011 (gud-mode): Use define-derived-mode.
3012 Don't set up gud's menu (it's done by the minor-mode).
3013 (gud-chop-words): Remove.
3014 (gud-common-init): Use split-string instead.
3015 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3016
3017 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3018 Add keyword arg :name.
3019
3020 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3021 (diff-count-matches, diff-split-hunk): New functions.
3022 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3023
3024 * pcvs-info.el (cvs-fi-conflict-face): New var.
3025
3026 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3027 Make it into a simple syntax-table, shared among all submodes.
3028 (sh-heredoc-face): Re-introduce.
3029 (sh-font-lock-syntactic-face-function): New function.
3030 (sh-mode): Use it. Also use define-derived-mode.
3031 Remove old bogus setting of indent-region-function.
3032 (sh-set-shell): Don't set the syntax-table any more.
3033 (sh-mode-syntax-table) <defun>: Remove.
3034
f5ed37df
MB
30352000-11-12 Miles Bader <miles@gnu.org>
3036
3037 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3038 message if interactive.
3039
0b074c2f
DL
30402000-11-12 Dave Love <fx@gnu.org>
3041
3042 * mail/feedmail.el: Fix header,
3043 (feedmail) <defgroup>: Add :link.
3044
3045 * view.el: Use local-map property, not keymap on mode-line string.
3046
3047 * scroll-all.el (scroll-all-mode): Customize variable. Add
3048 autoload cookie to function.
3049
3050 * lazy-lock.el: Remove compatibility code.
3051
3052 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3053 (finder-help-echo): New variable.
3054 (finder-mouse-face-on-line): Add help-echo stuff.
3055 (finder-list-keywords, finder-list-matches): Use mapc.
3056
3057 * faces.el (face-font-registry-alternatives): Add :version.
3058
3059 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3060 tags-table-list.
3061
a0b47716 3062 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3063
a0b47716 3064 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3065 (mail-mode): Use [:alnum:] in some regexps.
3066
6d502396
DL
30672000-11-10 Dave Love <fx@gnu.org>
3068
3069 * ediff.el (ediff-regions-internal, ediff-documentation):
3070 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3071 fundamental mode.
3072
3073 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3074 buffer into fundamental mode.
3075 (ediff-set-difference): Use copy-sequence if available.
3076
3077 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3078 ediff-patch-map non-nil.
3079 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3080 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3081 buffer into fundamental mode.
3082
3083 * ediff-merg.el (state-or-merge): Defvar when compiling.
3084
a82fe213
JR
30852000-11-10 Jason Rumney <jasonr@gnu.org>
3086
3087 * w32-fns.el (w32-add-charset-info): New function.
3088 (w32-charset-info-alist): Use it.
3089
52d89894
GM
30902000-11-10 Gerd Moellmann <gerd@gnu.org>
3091
3092 * faces.el (face-font-registry-alternatives): New user-option.
3093
178932de
SM
30942000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3095
d7fa3319
SM
3096 * textmodes/texinfo.el (texinfo-block-default): New var.
3097 (texinfo-insert-block): Use it. Insert a newline if needed.
3098
178932de
SM
3099 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3100 (fill-region-as-paragraph): Use it.
3101
3102 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3103 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3104 Tweak paragraph regexps to allow a leading [ \t]*.
3105 (tex-latex-block): Insert a newline if necessary.
3106 (latex-insert-item): Only insert a newline if necessary.
3107 (tex-guess-main-file): New function.
3108 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3109 Set tex-main-file if TeX-master is provided.
3110 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3111
bd02b8e0
GM
31122000-11-10 Gerd Moellmann <gerd@gnu.org>
3113
3114 * startup.el (command-line): Set the default tooltip-mode
3115 to t for graphical displays which implement x-show-tip.
3116
3117 * tooltip.el (tooltip-mode): Add a comment about startup.el
3118 setting the default value of this user-option.
3119
b29b03eb
SM
31202000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3121
3122 * font-lock.el (font-lock-*-face) <defvar>: Move.
3123 (font-lock-defaults-alist): Mark obsolete.
3124 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3125 (font-lock-mode): Use define-minor-mode.
3126 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3127 (font-lock-turn-off-thing-lock): Be more explicit.
3128 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3129 (font-lock-syntactic-face-function): New var.
3130 (font-lock-fontify-syntactically-region): Use it.
3131 (font-lock-doc-face): New.
3132
3133 * pcvs.el (cvs-enabledp): Ignore errors.
3134 (cvs-commit-filelist): Never query.
3135 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3136 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3137 (cvs-do-removal): Use cvs-partition rather than delete-if.
3138 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3139 cvs-bury-buffer.
3140
3141 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3142 Allow `next' to jump to after the end of the last match.
3143
778fbc46
GM
31442000-11-09 Gerd Moellmann <gerd@gnu.org>
3145
730c746c
GM
3146 * simple.el (byte-compiling-files-p): New function.
3147
3148 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3149 if it is there.
3150
3151 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3152 nil again.
3153
778fbc46
GM
3154 * textmodes/ispell.el (ispell-library-path): Don't call
3155 check-ispell-version when byte-compiling because that starts
3156 an ispell process, and ispell might not be installed.
3157 (toplevel): Don't set up a menu when byte-compiling.
3158
3159 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3160 it, so that a boundp test can be used to determine if we're
3161 currently byte-compiling.
3162
5912c5bb
DL
31632000-11-09 Dave Love <fx@gnu.org>
3164
3165 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3166 eval-after-load.
3167
7bb054a5
GM
31682000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3169
3170 * ps-print.el: Patch for variable initialization when spooling. Doc
3171 fix.
3172 (ps-output-list): Fun eliminated.
3173 (ps-begin-file, ps-begin-job): Code fix.
3174
9db2706e
DL
31752000-11-08 Dave Love <fx@gnu.org>
3176
3177 * ediff-wind.el (ediff-control-frame-parameters): Zero
3178 tool-bar-lines.
3179
f7eb32aa
GM
31802000-11-08 Gerd Moellmann <gerd@gnu.org>
3181
3182 * simple.el (shell-command, display-message-or-buffer)
3183 (shell-command-on-region): Mention resize-mini-windows in the doc
3184 string.
3185 (display-message-or-buffer): Take the value of resize-mini-windows
3186 into account.
3187
7b01b08c
GM
31882000-11-07 Gerd Moellmann <gerd@gnu.org>
3189
acad3c0b
GM
3190 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3191
7b01b08c
GM
3192 * dired.el (dired-between-files): Add `^. find' as an alternative
3193 to the regular expression, for find-dired.
3194
6f602bd0
SM
31952000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * textmodes/texnfo-upd.el: Require texinfo.
3198 (defmacro, defgroup): Remove.
3199 (texinfo-section-to-generic-alist): Remove.
3200 Use texinfo-section-list instead (i.e. level is changed string->int).
3201 (texinfo-filter): New function.
3202 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3203 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3204 Use it. And use regexp-opt.
3205 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3206 (texinfo-update-menu-region-beginning)
3207 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3208 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3209 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3210 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3211 (texinfo-sequential-node-update): Remove autoload cookie.
3212
3213 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3214 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3215 (texinfo-chapter-level-regexp): Remove.
3216 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3217
bb216218
DL
32182000-11-06 Dave Love <fx@gnu.org>
3219
6f602bd0 3220 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3221
6f602bd0
SM
3222 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3223 Match defun*.
bb216218 3224
ff8dd5d5
KH
32252000-11-06 Kenichi Handa <handa@etl.go.jp>
3226
3227 * composite.el (composition-function-table): Variable declaration
3228 moved to src/composite.c.
3229 (compose-chars-after): New optional arg object.
3230
e9da51a1
GM
32312000-11-06 Gerd Moellmann <gerd@gnu.org>
3232
e0c12c68
GM
3233 * bindings.el (mode-line-toggle-read-only)
3234 (mode-line-toggle-modified, mode-line-widen)
3235 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3236 (make-mode-line-mouse2-map): Rewritten.
3237 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3238 functions so that C-h k can show something with a doc string.
eaae8106 3239
e9da51a1
GM
3240 * startup.el (fancy-splash-delay): Set to 10 seconds.
3241 (fancy-splash-max-time): New user-option.
3242 (fancy-splash-stop-time): New variable.
3243 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3244 (fancy-splash-screens-1): Throw `stop-splashing' when current
3245 time is greater than fancy-splash-stop-time.
3246
611dbdf0
SM
32472000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3248
4d2806e2
SM
3249 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3250
611dbdf0
SM
3251 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3252 Prompt user for a file rather than raising an error.
3253 (cvs-enabledp): Fix call to cvs-mode-marked.
3254 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3255 (cvs-mode-insert): Use it. Change the init prompt' value.
3256 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3257
3258 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3259 Don't pass default arg to ewoc-locate.
3260 (ewoc-collect): Return result in the right order.
3261
3262 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3263
3264 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3265 (cvs-status-get-tags): Fix regexp.
3266 (cvs-status-trees, cvs-status-cvstrees):
3267 Combine after change hooks and don't sit-for.
4d2806e2
SM
3268 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3269 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3270 Use make-char rather than hard-coded cryptic data.
3271 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3272
3273 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3274
3275 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3276 (cvs-insert-strings): New function.
3277
937b2877
MB
32782000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3279
3280 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3281 `mwheel-scroll-amount'.
3282 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3283 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3284 string-matching against the version string.
3285
c6c97763
KH
32862000-11-06 Kenichi Handa <handa@etl.go.jp>
3287
6eaec747
KH
3288 * language/thai.el ("Thai"): Set a lisp form that produces
3289 composed string in `sample-text' language info.
3290
3291 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3292 composed string in `sample-text' language info.
3293
3294 * international/mule-cmds.el (describe-language-environment): Eval
3295 `sample-text' data and insert the result.
3296
c6c97763
KH
3297 * international/mule-conf.el (compound-text): Define this coding
3298 system here. Make x-ctext and ctext aliases of it.
3299
3300 * language/european.el (compound-text, ctext): Moved to
3301 international/mule-conf.el.
3302
d1145f85
AI
33032000-11-05 Andrew Innes <andrewi@gnu.org>
3304
3305 * w32-fns.el (w32-version): New function.
3306
178a6a45
SM
33072000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * progmodes/awk-mode.el: Update copyright.
3310 (awk-mode-abbrev-table): Remove.
3311 (awk-font-lock-keywords): Use regexp-opt.
3312 (awk-mode): Use define-derived-mode.
3313
3314 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3315 when extracting a suffix.
3316
1ba90166
AS
33172000-11-04 Andre Spiegel <spiegel@gnu.org>
3318
3319 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3320 auto-save-mode.
3321
546790cb
JR
33222000-11-04 Jason Rumney <jasonr@gnu.org>
3323
3324 * language/european.el (decode-mac-roman): Test against r1 not r0.
3325
d247e32d
SM
33262000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3327
fbf44f44
SM
3328 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3329 (icon-mode): Define indent-line-function.
3330 (icon-comment-indent): Simplify.
3331 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3332
3333 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3334
3335 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3336 Bind change-log-default-mode to defeat the caching done on it.
3337 Don't bother saving excursion any more.
3338
3339 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3340
3341 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3342 (set-frame-font): Use the new name (and the old for compatibility).
3343
eaae8106
SS
3344 * toolbar/tool-bar.el (tool-bar-mode):
3345 * time.el (display-time-mode):
3346 * recentf.el (recentf-mode):
3347 * paren.el (show-paren-mode):
3348 * mwheel.el (mouse-wheel-mode):
3349 * msb.el (msb-mode):
3350 * jka-compr.el (auto-compression-mode):
3351 * image-file.el (auto-image-file-mode):
3352 * hl-line.el (hl-line-mode):
3353 * delsel.el (delete-selection-mode):
3354 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
3355 * complete.el (partial-completion-mode): Drop unneeded positional args.
3356
eaae8106 3357 * info.el (Info-mode):
79372165 3358 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 3359
d247e32d
SM
3360 * log-edit.el (log-edit-menu): New menu.
3361
4921558e
MB
33622000-11-03 Miles Bader <miles@gnu.org>
3363
3364 * wid-edit.el (widget-end-of-line): Reinstate, with a new
3365 definition, so that trailing spaces are handled properly.
3366 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
3367
1fc02b3c
GM
33682000-11-03 Gerd Moellmann <gerd@gnu.org>
3369
3370 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
3371 tab character.
3372 (fancy-splash-screens): Set tab-width to 20.
3373
51d001f7
DL
33742000-11-03 Dave Love <fx@gnu.org>
3375
3376 * comint.el (comint-completion-addsuffix): Fix custom type.
3377
ba22aeff
SM
33782000-11-02 Stefan Monnier <monnier@cs.yale.edu>
3379
3380 * font-lock.el (font-lock-buffers): Remove.
3381 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
3382 (font-lock-change-major-mode): Remove.
3383 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
3384 (font-lock-default-fontify-region): Extend the multiline
3385 fontification to whole lines.
3386 (font-lock-fontify-anchored-keywords)
3387 (font-lock-fontify-keywords-region): If matching just one
3388 line (with \n) only mark the \n as multiline.
3389
3390 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
3391 Correctly handle the case where several :group args are supplied.
3392 Allow :extra-args.
3393 (easy-mmode-define-global-mode): Allow :extra-args.
3394 Correctly handle the case where several :group args are supplied.
3395
9c887ada
MB
33962000-11-02 Miles Bader <miles@gnu.org>
3397
eaae8106 3398 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
3399 (holiday-face): Remove dependency on `window-system'.
3400
7f25090d
KR
34012000-11-02 Ken Raeburn <raeburn@gnu.org>
3402
3403 * Makefile.in (emacs): Set EMACSLOADPATH always.
3404 (update-authors, .el.elc, compile-files): Don't do it explicitly
3405 here.
9b911107 3406 (compile-files): Bomb out if compilation of a file fails.
7f25090d 3407
7dd6009c
DL
34082000-11-02 Dave Love <fx@gnu.org>
3409
3410 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
3411
94821e4f
EZ
34122000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
3413
3414 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
3415 punctuation in the warning inserted into the *mail* buffer.
3416
1ac3fc42
GM
34172000-11-02 Gerd Moellmann <gerd@gnu.org>
3418
57731876
GM
3419 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
3420 (authors-public-domain-p): New function.
3421 (authors-print): Use it.
3422
975f82c9
GM
3423 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
3424
1ac3fc42
GM
3425 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
3426
4b3eb10f
GM
34272000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3428
975f82c9 3429 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
3430 (ps-print-version): New version number (6.3.1).
3431 (ps-even-or-odd-pages): Customization fix.
3432 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
3433 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
3434 (ps-page-count): Var replaced by `ps-page-column'.
3435 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
3436 (ps-print-sheet-p): New fun.
3437
7da794df
MB
34382000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3439
3440 * tooltip.el (tooltip-gud-tips-setup): New function.
3441 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
3442 (tooltip-mode): Call tooltip-gud-tips-setup.
3443 (tooltip-gud-tips): Use `gud-basic-call' instead of
3444 process-send-string, so the prompt gets frobbed appropriately.
3445 Handle nil return value from `tooltip-gud-print-command'.
3446
0e40b809
EL
34472000-11-01 Eric M. Ludlam <zappo@ultranet.com>
3448
3449 * comint.el (comint-add-to-input-history): New function.
3450 (comint-send-input): Use `comint-add-to-input-history'.
3451
50ada0db
MB
34522000-11-02 Miles Bader <miles@lsi.nec.co.jp>
3453
973a3104
MB
3454 * info.el (info-menu-header): New face.
3455 (Info-fontify-menu-headers): New function.
3456 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
3457
50ada0db
MB
3458 * info.el (Info-insert-dir): Don't include blank lines at
3459 beginning of additional dir files (one is added automatically).
3460
bff53411
SM
34612000-11-01 Stefan Monnier <monnier@cs.yale.edu>
3462
3463 * emacs-lisp/easy-mmode.el (define-minor-mode):
3464 Revert the latest changes.
3465 Allow the three positional arguments to be skipped and replaced
3466 by keyword arguments.
3467 Add a :toggle argument to determine whether a nil arg means toggle
3468 or means turn-on. The default is unchanged.
3469 Add a call to force-mode-line-update.
3470
6b8a0b2d
DL
34712000-11-01 Dave Love <fx@gnu.org>
3472
3473 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
3474 cookie.
3475
5bf99100
MB
34762000-11-01 Miles Bader <miles@lsi.nec.co.jp>
3477
3478 * calendar/calendar.el (diary-face, holiday-face): Add
3479 dark-background variants.
3480
a4032611
SS
34812000-10-31 Sam Steingold <sds@gnu.org>
3482
3483 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
3484 `tex-main-file' does not have directory in it.
3485
c286608e
SM
34862000-10-31 Stefan Monnier <monnier@cs.yale.edu>
3487
3488 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
3489
4836835a
TTN
34902000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
3491
3492 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
3493 functional change.
3494
26dcb81b
GM
34952000-10-31 Gerd Moellmann <gerd@gnu.org>
3496
3497 * files.el (find-file-noselect): When we expand a wildcard, return
3498 a list of buffers, as we should do according to the doc string.
3499
49fc4500
KR
35002000-10-31 Ken Raeburn <raeburn@gnu.org>
3501
3502 * loadup.el (top level): Adjust load path if program name is
3503 "../src/bootstrap-emacs", in case it's not dumped and thus the
3504 load path adjustment hasn't already been done.
3505
ea0c615d
GM
35062000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3507
3508 * ps-print.el: Fix bug on selected pages for printing. Use
3509 `color-values' for Emacs 21. Ensure fontification when jit-lock
3510 is on. Try to avoid warning messages when compiling. Doc Fix.
3511 (ps-print-version): New version number (6.3).
3512 (ps-color-device): Use `color-values' to determine if device
3513 supports color.
3514 (ps-color-values): Try to use `x-color-values' when using XEmacs.
3515 (ps-print-page-p): Changed from defsubst to defun.
3516 (ps-page-number): Changed from defmacro to defun.
3517 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
3518 printing.
c286608e 3519 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
3520 (ps-end-file, ps-dummy-page): Funs eliminated.
3521 (ps-print-color-scale): Changed default value.
3522 (ps-page-n-up, ps-print-page-p): New internal vars.
3523 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
3524 (ps-plot-region, ps-generate, ps-end-job): Code fix.
3525
9e20722f
GM
3526 * delim-col.el: Little programming improvement.
3527 (delimit-columns-str): New macro.
3528 (delimit-columns-region, delimit-columns-rectangle): Code fix.
3529
d7a0fd00
KH
35302000-10-31 Kenichi Handa <handa@etl.go.jp>
3531
c286608e
SM
3532 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
3533 Moved to european.el.
d7a0fd00
KH
3534 (ccl-encode-mac-roman-font, fontset-mac): Modified for
3535 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
3536 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
3537 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 3538
234be340
DL
35392000-10-30 Dave Love <fx@gnu.org>
3540
3541 * progmodes/cc-menus.el (imenu-generic-expression)
3542 (imenu-progress-message): Only defvar when compiling.
3543
4edc4a39
DL
3544 * emacs-lisp/elp.el (elp-unload-hook): New function.
3545
3546 * loadhist.el (unload-feature): Call elp-restore-function,
3547 checking for symbols; don't use elp-restore-all.
3548 (loadhist-hook-functions): Doc fix.
3549
70c825df
SM
35502000-10-30 Stefan Monnier <monnier@cs.yale.edu>
3551
3552 * log-edit.el (log-edit-confirm): Fix the default.
3553
1d3baf74
GM
35542000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3555
3556 * delim-col.el: Little fix: replace delimit-columns-align-columns by
3557 delimit-columns-format.
3558 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 3559
1ec321a7
MB
35602000-10-30 Miles Bader <miles@lsi.nec.co.jp>
3561
3562 * comint.el (comint-replace-by-expanded-history): Don't use
3563 comint-get-old-input (we're not looking at *old* input).
3564 (comint-get-old-input-default): If using fields, signal an error
3565 when the point is not in an input field.
3566
70737ea9
KH
35672000-10-30 Kenichi Handa <handa@etl.go.jp>
3568
3569 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
3570 and mule-unicode-e000-ffff.
3571
fa0cb51d 3572 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
3573 (make-coding-system): Accept a symbol of translation table as a
3574 value of property `safe-chars'.
3575
3576 * international/mule-cmds.el (encode-coding-char): Check property
3577 safe-chars instead of safe-charsets.
3578
3579 * international/fontset.el (fontset-default): Modified for
3580 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
3581 (x-font-name-charset-alist): Likewise.
3582 (ccl-encode-unicode-font): New CCL program. Record it in
3583 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
3584
70c825df
SM
3585 * language/european.el (mac-roman-decoder, mac-roman-encoder):
3586 New translation tables.
70737ea9
KH
3587 (decode-mac-roman, encode-mac-roman): Definition of these CCL
3588 programs are modified and moved from mac-win.el.
3589 (mac-roman): Definition of this coding system is modified and
3590 moved from mac-win.el.
4836835a 3591
fda2ce24 35922000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3593
1d3baf74 3594 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 3595 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 3596
dd4d3cb6
MB
35972000-10-29 Miles Bader <miles@gnu.org>
3598
3599 * custom.el (custom-add-to-group): Allow multiple entries for a
3600 given value OPTION, as long as their widget types are different.
3601 * cus-edit.el (custom-face-value-create): If face name doesn't end
3602 with "face", add such here (similar to custom group widgets).
3603
3604 * comint.el (comint-highlight-prompt): Add :type.
3605
dace60cf
JW
36062000-10-28 John Wiegley <johnw@gnu.org>
3607
3608 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
3609 Changed this function to operate on a temporary buffer instead of
3610 the main buffer. This not only keeps flyspell from marking a
3611 buffer as changed that wasn't, but it solves the jumpy cursor
3612 problem when attempts are made to edit incorrect words.
3613 (flyspell-maybe-correct-doubling): Same change as for
3614 `flyspell-maybe-correct-transposition'.
3615
3616 * calendar/timeclock.el (timeclock-log): Doc fix.
3617 (timeclock-last-event): Doc fix.
3618 (timeclock-log): Kill the timelog buffer after appending a new
3619 event.
3620 (timeclock-find-discrep): Use a temp buffer to read in the
3621 timelog, instead of visiting the file.
3622 (timeclock-log-data): A new function, along with a host of helper
3623 functions, for the purpose of making timelog data accessible to
3624 programmers.
3625
3626 * eshell/esh-mode.el (window-height test): Make certain that
3627 `eshell-stringify-t' is non-nil.
3628 (eshell-password-prompt-regexp): Changed to a much simpler
3629 password regexp.
3630 (eshell-send-input): If `eshell-invoke-directly' returns t,
3631 directly invoke the parsed command using `eval'. This improves
3632 turn-around time on simple commands by a factor of three or
3633 greater, such as cd, ls, pwd, etc. -- which get used very often.
3634 It also conserves thousands of cons cells per call (since
3635 `eshell-do-eval' consumes memory like a Cookie Monster set loose
3636 in the Pacific Cookie Company).
3637
3638 * eshell/esh-test.el (eshell-test): Whitespace fix.
3639
3640 * eshell/em-ls.el (eshell-ls-insert-directory): Make
3641 `eshell-ls-initial-args' nil when inserting directory contents.
3642
3643 * eshell/em-script.el (eshell-script-initialize): Add names to
3644 `eshell-complex-commands, since `source' and `.' are complex.
3645
0467b076
EZ
3646 * eshell/esh-cmd.el (eshell-rewrite-for-command)
3647 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
3648 `eshell-copy-handles'.
3649 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
3650 bodies.
3651 (eshell-separate-commands): Whitespace fix.
3652 (eshell-complex-commands): Added a new list of names, for
3653 determining whether a given command is as simple as it looks.
3654 (eshell-invoke-directly): New function. Returns t if a command
3655 should be invoked directly (using `eval'), rather than indirectly
3656 using `eshell-do-eval'.
3657 (eshell-do-eval): Whitespace fix.
3658
3659 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
3660 which provides an emulation of the DOS shell behavior of assuming
3661 that cp/mv/ln should copy/move/link to the current directory.
3662 (eshell-remove-entries): Added a doc string.
3663 (eshell-shuffle-files): Removed the check for `target' being null.
3664 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
3665 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
3666 it to do a smarter check of whether a destination was provided.
3667 (eshell/mv, eshell/cp): Enable `:preserve-args'.
3668 (eshell/ln): Enable `:preserve-args', and use
3669 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
3670 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
3671 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
3672 list after flattening it. This makes it possible to cat files
3673 with numerical names.
3674 (eshell-unix-initialize): Added several names to
3675 `eshell-complex-commands.
3676 (eshell-unix-command-complex-p): Return t if a given command name
3677 may result in external processes being invoked.
3678
3679 * eshell/em-glob.el (eshell-glob-show-progress): Make this
3680 variable nil by default, since it slows down glob processing by a
3681 factor of two or more, and increases memory consumption.
3682
3683 * eshell/em-smart.el: Added a note about how memory consumptive
3684 smart display mode can be (at least this is true in Emacs 21).
3685 (eshell-smart-initialize): Whitespace fix.
3686 (eshell-refresh-windows): Use `if' instead of `when'.
3687 (eshell-smart-scroll-window): Calling `save-current-buffer' was
3688 not necessary.
3689 (eshell-currently-handling-window): Added a missing global
3690 variable.
3691
3692 * eshell/em-ls.el (eshell-do-ls): Code simplification.
3693 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
3694 Whitespace fix.
3695 (eshell-ls-exclude-hidden): Added this variable in addition to
3696 `eshell-ls-exclude-regexp'. This one prevents files beginning
3697 with . from even being read, which can improve memory consumption
3698 quite a bit.
3699 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
3700 read file entries beginning with a dot. In home directories with
3701 lots of hidden files, fully two-thirds of the time spent in ls is
3702 used to read directory entries that are immediately thrown away.
3703 (eshell-ls-initial-args): Added back this configuration variable,
3704 for specifying default initial arguments to every call to ls.
3705 Much faster than using an alias to do the same thing.
3706 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
3707 (eshell-ls-dir): Whitespace change.
3708
3709 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
3710
3711 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
3712 available.
3713 (eshell-stringify-t): Added a customization variable, to indicate
3714 whether `t' should be rendered as a string at all. If not, one
3715 can still determine if the result of an expression is true using
3716 "file-exists-p FILE && echo true".
3717 (eshell-stringify): If `eshell-stringify-t' is nil, don't
3718 stringify t!
3719
3720 * eshell/esh-module.el: Whitespace fix.
3721
3722 * eshell/em-alias.el (eshell-alias-initialize): Added
3723 `eshell-command-aliased-p' to `eshell-complex-commands'.
3724 (eshell-command-aliased-p): New function that returns t if a
3725 command name names an aliased.
3726
657f9cb8 37272000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 3728
0467b076 3729 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 3730 redrawing the screen when changing cursor color.
0467b076
EZ
3731 (viper-insert-state-pre-command-sentinel)
3732 (viper-replace-state-pre-command-sentinel)
70c825df
SM
3733 (viper-replace-state-post-command-sentinel):
3734 Use viper-preserve-cursor-color.
657f9cb8
MK
3735 Many functions changed to use viper= instead of = when comparing
3736 characters.
0467b076 3737 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 3738 working with characters.
0467b076 3739 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
3740 Many functions changed to use viper= instead of = when comparing
3741 characters.
0467b076 3742 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 3743
0467b076 3744 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 3745 Several typos fixed in various docstrings.
0467b076
EZ
3746 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
3747 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 3748 hook.
0467b076
EZ
3749 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
3750 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
3751 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
3752 (ediff-get-selected-buffers): New function.
3753 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
3754 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 3755 save-window-excursion.
0467b076 3756 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 3757 termination check in while loop.
0467b076 3758 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 3759 dired buffer.
0467b076
EZ
3760 (ediff-files,ediff-merge-files,ediff-files3)
3761 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 3762
4f490d99
DL
37632000-10-28 Dave Love <fx@gnu.org>
3764
3765 * info.el (Info-fontify-node): Add help-echo for menu items.
3766
45b84006
EZ
37672000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
3768
5ebc02b3
EZ
3769 * startup.el (normal-top-level): If the value of $TERM indicates
3770 we are running from xterm or one of its work-alikes, default to a
3771 light background mode.
3772
45b84006
EZ
3773 Support for -fg, -bg, and -rv command-line arguments for TTYs:
3774 * faces.el (tty-handle-reverse-video): New function.
3775 (tty-create-frame-with-faces): Call it.
3776
3777 * frame.el (frame-notice-user-settings): Don't apply
3778 default-frame-alist and initial-frame-alist to MS-DOS frames.
3779 Call tty-handle-reverse-video, frame-set-background-mode, and
3780 face-set-after-frame-default for non-MS-DOS frames.
3781
3782 * startup.el (tty-long-option-alist): New variable.
3783 (tty-handle-args): New function.
3784 (command-line): Call tty-handle-args.
3785
3786 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
3787 startup.el now does that for all character-terminal frames.
3788
eab6e8b9
MB
37892000-10-28 Miles Bader <miles@gnu.org>
3790
3791 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
3792 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
3793 global. If :global is followed by a non-nil but non-t value,
3794 make the mode buffer-local, but also generate a `global-MODE'
3795 version using `easy-mmode-define-global-mode'. Add
3796 :conditional-turn-on keyword argument.
3797
51a29efc
DL
37982000-10-28 Dave Love <fx@gnu.org>
3799
3800 * international/latin1-disp.el (latin1-char-displayable-p): Don't
3801 use window-system.
3802
d71d7114
EZ
38032000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
3804
3805 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
3806 Don't call find-buffer-file-type-coding-system. Instead, just
3807 set eol-type to -unix if inhibit-eol-conversion is in effect, or
3808 if the file is on an untranslated filesystem.
3809 (add-untranslated-filesystem): Use "D" instead of "f" inside
3810 interactive.
3811
1f9cab4b
DL
38122000-10-27 Dave Love <fx@gnu.org>
3813
70c825df 3814 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
3815 (refill-mode): Use it.
3816
70c825df
SM
38172000-10-27 Stefan Monnier <monnier@cs.yale.edu>
3818
3819 * international/quail.el (quail-activate): Don't make-local-hook.
3820
7432cf10
AS
38212000-10-27 Andre Spiegel <spiegel@gnu.org>
3822
4836835a 3823 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 3824 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
3825 (vc-make-version-backup): Don't do it on MS-DOS without long file
3826 names.
4836835a 3827
7432cf10
AS
3828 * vc.el (vc-version-other-window): If an automatic backup of the
3829 desired version exists, rename it instead of copying it.
3830
4836835a
TTN
3831 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
3832 after command. If there's an unexpected error, signal it instead
7432cf10 3833 of being silent.
e1483c38 3834 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 3835
05ea7ef2
MB
38362000-10-27 Miles Bader <miles@lsi.nec.co.jp>
3837
fd1035aa
MB
3838 * shell.el (shell): Add BUFFER argument.
3839 * comint.el (make-comint-in-buffer): New function.
3840 (make-comint): Use it.
3841
05ea7ef2
MB
3842 * faces.el (face-spec-choose): Change syntax so that the list of
3843 attribute-value pairs is now the cdr of each clause, not the cadr.
3844 Detect old-style entries, and handle them. Use pop.
3845
835a55fe
SM
38462000-10-26 Stefan Monnier <monnier@cs.yale.edu>
3847
f5ab1cdd
SM
3848 * cus-edit.el (custom-mode-map): Use a sparse map.
3849 (custom-mode): Don't bother with make-local-hook.
3850
3851 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
3852
835a55fe
SM
3853 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
3854
c13b0ec8
GM
38552000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3856
3857 * ps-print.el: Avoid compilation gripes.
3858 (ps-print-version): New version number (6.2.1).
4836835a 3859
e9f63196
DL
38602000-10-26 Dave Love <fx@gnu.org>
3861
0b95284b
DL
3862 * menu-bar.el: Modify some menu item help strings.
3863 (menu-bar-help-menu): Add link to MORE.STUFF.
3864
e9f63196
DL
3865 * cus-edit.el (custom-mode): Add `special' mode-class property.
3866
3867 * wid-browse.el (widget-browse-mode): Likewise.
3868
3869 * wid-edit.el (widget-specify-field): Revert to using local-map
3870 property, not keymap.
3871
e276a14a
MB
38722000-10-26 Miles Bader <miles@lsi.nec.co.jp>
3873
c1545d88
MB
3874 * wid-edit.el (widget-field-end): When checking for a `boundary'
3875 field, do so in the correct buffer.
3876
3c1b77ca
MB
3877 * simple.el (undo): Correctly distinguish between numeric and
3878 non-numeric prefix args in non-transient-mark-mode, as per the doc
3879 string. When in transient-mark-mode, treat all prefix-args as
3880 numeric.
3881
f5ab1cdd
SM
3882 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
3883 Position point on match. Handle N == 0 correctly.
22626d9d
MB
3884
3885 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
3886 (comint-mode-map): Reverse order of `comint-write-output' and
3887 `comint-append-output-to-file'.
3888 (comint-append-output-to-file): Reinstate this function, for the
3889 benefit of the menu.
3890
d97151cb
SM
38912000-10-25 Stefan Monnier <monnier@cs.yale.edu>
3892
3893 * vc.el (vc-version-other-window): Bind `file'.
3894
ea7d6f5b
GM
38952000-10-25 Gerd Moellmann <gerd@gnu.org>
3896
f5ab1cdd 3897 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
3898
3899 * emacs-lisp/authors.el (batch-update-authors): New function.
3900 (authors-fixed-entries): New defconst.
3901 (authors-add-fixed-entries): New function.
3902 (authors): Call it.: Don't process lispref/.
3903
17c25cea
JR
39042000-10-25 Jason Rumney <jasonr@gnu.org>
3905
3906 * cus-edit.el (custom-button-face, custom-button-pressed-face):
3907 Merge x w32 and mac definitions.
3908
4ecda532
GM
39092000-10-25 Gerd Moellmann <gerd@gnu.org>
3910
3911 * menu-bar.el (menu-bar-options-menu): Add a help string for
3912 `uniquify'.
3913
b6735035
GM
39142000-10-25 Stephen Gildea <gildea@alum.mit.edu>
3915
f5ab1cdd
SM
3916 * time-stamp.el (time-stamp-string-preprocess):
3917 Fix a wrong type argument error.
b6735035 3918
f4cbc7a0
MB
39192000-10-25 Miles Bader <miles@gnu.org>
3920
3921 * recentf.el (recentf-mode): Variable removed.
3922 (recentf-mode): Use `define-minor-mode'.
3923
3924 * mwheel.el (mouse-wheel-mode): New global minor mode.
3925 (mwheel-install): Use `mouse-wheel-mode'.
3926
f4b020f6
DL
39272000-10-25 Dave Love <fx@gnu.org>
3928
f5ab1cdd
SM
3929 * progmodes/cperl-mode.el (cperl-mode):
3930 Set normal-auto-fill-function correctly.
072cb6f9 3931
f4b020f6
DL
3932 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
3933 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 3934 bindings.
f4b020f6 3935
ebe2a441
MB
39362000-10-25 Miles Bader <miles@lsi.nec.co.jp>
3937
ff4dcd4b
MB
3938 * wid-edit.el (widget-field-at): New function.
3939 (widget-at, widget-field-activate): Use it.
3940 (widget-tabable-at): Use `widget-at'.
3941 (widget-specify-field): If the terminating character of the widget
3942 field (which is read-only) is a newline, put it into a special
3943 `boundary' field so that C-n/C-p act more naturally.
3944 (widget-field-end): Also don't subtract one if a special
3945 `boundary' field has been added after the widget field.
3946
ebe2a441
MB
3947 * comint.el (comint-output-filter, comint-send-input): Don't
3948 bother adding stickiness fields to overlays to fool the field
3949 code, since it should notice the overlay insertion-types now.
ff4dcd4b 3950
ebe2a441
MB
3951 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
3952 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
3953 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
3954
fe50b6ab
GM
39552000-10-24 Gerd Moellmann <gerd@gnu.org>
3956
53df4dda
GM
3957 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3958 (authors): Set file coding system to iso-2022-7bit. Add
3959 file-local variables to output buffer.
3960
4836835a 3961 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
3962 WARN is nil.
3963
53df4dda
GM
39642000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3965
3966 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
3967
3968 * delim-col.el: Now there is a column formatting mechanism.
3969 Modified to customization mechanisms convention. Doc fix.
3970 (columns): New group for delim-col.
3971 (delimit-columns-before, delimit-columns-after)
3972 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
3973 (delimit-columns-end): New vars.
3974 (delimit-columns-customize, delimit-columns-format): New funs.
3975 (delimit-columns-region, delimit-columns-rectangle)
3976 (delimit-columns-rectangle-line): Modified to support column
3977 formatting.
4836835a 3978
a9839779
DL
39792000-10-24 Dave Love <fx@gnu.org>
3980
3981 * log-edit.el (log-edit): Add :version and a :group for vc.
3982
df0267b8
GM
39832000-10-24 Gerd Moellmann <gerd@gnu.org>
3984
9acc3873
GM
3985 * files.el (after-find-file): Don't print a message ``New file''
3986 if WARN is nil.
3987
63e1b552
GM
3988 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
3989 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
3990 get duplicate tool-bar entries because we'll see the global ones
3991 on more than one path through keymaps.
3992
1946f901
GM
3993 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
3994
df0267b8
GM
3995 * progmodes/cmacexp.el: Change Francesco's email address.
3996
ae3b264b
KH
39972000-10-24 Kenichi Handa <handa@etl.go.jp>
3998
3999 * window.el (fit-window-to-buffer): Adjust point of the window
4000 buffer, not that of the current buffer.
4001
23afac01
EZ
40022000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4003
4004 * progmodes/cmacexp.el: Update the euthor's email address.
4005
22d1a4ed
MB
40062000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4007
4008 * faces.el (face-spec-set-match-display): Add `graphic' display
4009 type (the inverse of `tty'). Use `display-graphic-p' instead of
4010 the window-system variable.
4011
f408aa48
KH
40122000-10-24 Kenichi Handa <handa@etl.go.jp>
4013
4014 * international/isearch-x.el (isearch-with-input-method): Call
4015 input-method-function with the first event in
4016 unread-command-events.
4017
94fe8a31
MB
40182000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4019
4020 * faces.el (face-default-spec, face-user-default-spec): Make
4021 defsubsts.
4022
8f47302e
AC
40232000-10-24 Andrew Choi <akochoi@i-cable.com>
4024
4025 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4026 New charsets.
4027
4028 * term/mac-win.el: Remove definitions of mac-roman-lower and
4029 mac-roman-upper, require dired, and define instead of set
4030 mac-ready-for-drag-n-drop to avoid compilation error.
4031
446c097e
AI
40322000-10-23 Andrew Innes <andrewi@gnu.org>
4033
4034 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4035 superfluous calls to subst-char-in-string; instead apply
4036 expand-file-name after convert-standard-filename to ensure
4037 expected directory separators are used.
4038
379b70e7
EZ
40392000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4040
4041 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4042
85c766e9
DL
40432000-10-23 Dave Love <fx@gnu.org>
4044
b7e03a67
DL
4045 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4046 (tool-bar-add-item): Set foreground and background for XBM icons.
4047
4048 * international/latin1-disp.el (latin1-char-displayable-p): New
4049 function (from Handa).
4050 (latin1-display-check-font): Use it.
4051
0dcf8835
DL
4052 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4053 using :key-sequence, making it much more usable. Use nconc, not
4054 append.
4055 (imenu--create-keymap-1): Avoid append.
4056
85c766e9 4057 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4058
cb3069bb
MB
40592000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4060
4061 [the following changes fix a bug where `define-minor-mode' didn't
4062 correctly generate :require clauses for defcustoms in compiled files]
4063 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4064 (byte-compile-log-file, byte-compile-log-1): Don't set
4065 `byte-compile-current-file' to nil. Instead set
4066 `byte-compile-last-logged-file' to it. Test whether
4067 byte-compile-current-file equals byte-compile-last-logged-file
4068 instead of whether its nil.
3b6542ba 4069 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4070
6db6243b
SM
40712000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4072
4073 * textmodes/refill.el: Fix var names in doc.
4074 (refill-mode): Don't bother with make-local-hook anymore.
4075
98490598
MB
40762000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4077
e01cd227
MB
4078 * faces.el (face-user-default-spec, face-default-spec): New functions.
4079 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4080 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4081 Use `face-user-default-spec'. Simplify code slightly.
4082
4836835a 4083 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4084 (woman-unknown-face): Add dark-background variants.
4085 (woman-default-faces): Renamed from `woman-colour-faces'.
4086 Set using the stored defaults, rather than using hard-wired colors.
4087 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4088 Just make the foreground `unspecified' rather than "black".
4089 (woman-menu): Rename menu entries accordingly.
4090
98490598
MB
4091 * faces.el (header-line): Make more reasonable on mono/grayscale
4092 displays.
4093
1a578e9b
AC
40942000-10-23 Andrew Choi <akochoi@i-cable.com>
4095
4096 * cus-edit.el (custom-button-face): Use 3D look for mac.
4097 (custom-button-pressed-face): Likewise.
4098
4099 * faces.el (set-face-attributes-from-resources): Handle mac frames
4100 in the same way as x and w32 frames.
4101 (face-valid-attribute-values): Likewise.
4102 (read-face-attribute): Likewise.
4103 (defined-colors): Likewise.
4104 (color-defined-p): Likewise.
4105 (color-values): Likewise.
4106 (display-grayscale-p): Likewise.
4107 (face-set-after-frame-default): Likewise.
4108 (mode-line): Same default face as for x and w32.
4109 (tool-bar): Likewise.
4110
4111 * frame.el: Remove call to frame-notice-user-settings at end of
4112 the file.
4113
4114 * info.el (Info-fontify-node): make underlines invisible for mac
4115 as for x, pc, and w32 frame types.
4116
4117 * term/mac-win.el: New file.
4118
aaaf7be7
DL
41192000-10-22 Dave Love <fx@gnu.org>
4120
4121 * textmodes/refill.el: New file.
4122
5392d654
AS
41232000-10-22 Andre Spiegel <spiegel@gnu.org>
4124
4836835a 4125 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4126 MANUAL and REGEXP.
4836835a 4127 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4128 New functions.
4129 (vc-before-save): Use the latter.
4130 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4131 confusion.
4132
4836835a 4133 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4134 expected by vc[-hooks].el.
4135
4136 * vc.el (vc-checkout): Added `-p' suffix in call to
4137 vc-make-version-backups-p; use vc-make-version-backup to actually
4138 make the backup.
4139 (vc-version-other-window, vc-version-backup-file): Handle both
4140 automatic and manual backups.
4141 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4142 of all of them.
4143
1e221c16
MB
41442000-10-22 Miles Bader <miles@gnu.org>
4145
7ff4fda5
MB
4146 * comint.el (comint-highlight-input, comint-highlight-prompt):
4147 Renamed, `-face' at end removed.
4148 (comint-send-input, comint-output-filter): Use renamed faces.
4149
3511cde8
MB
4150 * window.el (fit-window-to-buffer): Change defaulting of
4151 MAX-HEIGHT slightly.
4152
1e221c16
MB
4153 * faces.el (color-values, color-defined-p): Use `member', not
4154 `memq', because it works correctly for strings.
4155 (frame-set-background-mode): Actually, "unspecified-fg" and
4156 "unspecified-bg" *are* strings. Use `member', not `memq', and
4157 `equal', not `eq', when a string value is possible.
4158
b6ef4898
EZ
41592000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4160
4161 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4162
34939e2c
SM
41632000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4164
4165 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4166 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4167 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4168 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4169 (sh-font-lock-syntactic-keywords): Use them.
4170 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4171 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4172 (sh-mode): Don't override font-lock-unfontify-region-function.
4173 Use a copy of sh-font-lock-syntactic-keywords.
4174 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4175 Don't call sh-scan-buffer since font-lock does it on the fly.
4176 (sh-get-indent-info): Use `face' rather than `syntax-table'
4177 text-property to detect here-documents.
4178 Replace sh-special-syntax with sh-st-punc.
4179 (sh-prev-line): Use `face' rather than `syntax-table'
4180 text-property to skip over here-documents.
4181 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4182 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4183 (sh-electric-less, sh-set-here-doc-region)
4836835a 4184 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4185 (sh-scan-buffer, sh-rescan-buffer): Remove.
4186
f3d3c491
AI
41872000-10-21 Andrew Innes <andrewi@gnu.org>
4188
4189 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4190 remote (ange-ftp) file names.
4191
b86c791c
MB
41922000-10-21 Miles Bader <miles@gnu.org>
4193
d9c30bdf
MB
4194 * window.el (fit-window-to-buffer): New function.
4195 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4196 (window-text-height): Don't expect minibuffers to have mode-lines.
4197
d9c30bdf 4198 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4199 * international/quail.el (quail-update-guidance): Use
4200 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4201
617fee5a
MB
4202 * international/quail.el (quail-show-guidance-buf): Make sure
4203 guidance window really has enough room.
4204 (quail-update-guidance): If quail-guidance-win is already shown,
4205 make sure its height is OK.
4206
b86c791c
MB
4207 * window.el (window-text-height, set-window-text-height):
4208 New functions.
4209 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4210 instead of `window-height' & `mode-line-window-height-fudge'.
4211 (mode-line-window-height-fudge): Add FACE parameter.
4212 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4213 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4214
e34850d1
MB
42152000-10-20 Miles Bader <miles@gnu.org>
4216
4217 * window.el (height-affecting-face-attributes): Use `defconst'.
4218
4219 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4220 New function, conditionally aliased to `mode-line-window-height-fudge'.
4221 (ispell-help): Use it.
4222 (ispell-choices-win-default-height): Don't include mode-line fudge.
4223 (ispell-choices-win-default-height): New function.
4224 (ispell-show-choices, ispell-command-loop): Use function
4225 `ispell-choices-win-default-height' instead of variable.
4226
a8b883c2
MB
42272000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4228
8c6e4a58
MB
4229 * window.el (mode-line-window-height-fudge): New variable.
4230 (height-affecting-face-attributes): New variable.
4231 (mode-line-window-height-fudge): New function.
4232 (shrink-window-if-larger-than-buffer): Use it.
4233 * help.el (resize-temp-buffer-window): Likewise.
4234
a8b883c2
MB
4235 * info.el (Info-fontify-node): Add support for @subsubsection
4236 titles, which use `Info-title-4-face'.
4237 (Info-title-4-face): New face.
4238 (Info-title-3-face): Inherit from Info-title-4-face instead of
4239 variable-pitch.
4240
e64c3a75
JR
42412000-10-19 Jason Rumney <jasonr@gnu.org>
4242
4243 * dired.el (dired-insert-directory): Do not let errors signalled by
4244 attempt to run dired-free-space-program prevent dired from working.
4245
c70fe852
SM
42462000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4247
4248 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4249
877cf6b4
GM
42502000-10-19 Gerd Moellmann <gerd@gnu.org>
4251
5de037e0
GM
4252 * dirtrack.el (dirtrack): Fix call to run-hooks.
4253
6deb9af9
GM
4254 * cmuscheme.el (cmuscheme-program-name): Renamed from
4255 scheme-program-name because xscheme.el contains a defcustom with
4256 the same name. As a consequence, customizing group `cmuscheme'
4257 loaded `xscheme' which redefined run-scheme.
4258 (run-scheme): Use cmuscheme-program-name.
4259
877cf6b4
GM
4260 * ps-print.el (ps-print-emacs-type): Move into the
4261 eval-and-compile.
4262
e597d8fb 4263 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4264 anonymous address, and add a website for Befrienders International.
4836835a 4265
3e9cb08f
GM
42662000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4267
c70fe852
SM
4268 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4269 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4270 (ps-print-version): New version number (6.2).
4271 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4272 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4273 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4274 (ps-x-extent-priority, ps-x-extent-start-position)
4275 (ps-x-face-font-instance, ps-x-find-coding-system)
4276 (ps-x-font-instance-properties, ps-x-make-color-instance)
4277 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4278 avoid compilation gripes without defining functions.
4279 (ps-e-find-composition): Alias for function find-composition, to have a
4280 suitable function depending on Emacs version.
4281 (ps-color-device, ps-color-values, ps-face-foreground-name)
4282 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4283 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4284 (ps-print-ensure-fontified): Function definitions surrounded by
4285 `eval-and-compile' to avoid compilation gripes.
4286 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4287 by symbol-value to avoid compilation gripes.
4288 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4289 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4290
d8abcd91
MB
42912000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4292
13ab33c4
MB
4293 * startup.el (normal-top-level): Call `frame-set-background-mode'
4294 after `frame-notice-user-settings' because the latter doesn't call
4295 the former on a tty.
4296
d8abcd91
MB
4297 * faces.el (frame-set-background-mode): `unspecified' &c are
4298 symbols, not strings.
4299
e8bce0a9
EZ
43002000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4301
c70fe852
SM
4302 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4303 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4304
c70fe852
SM
4305 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4306 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4307
773272d8
KH
43082000-10-19 Kenichi Handa <handa@etl.go.jp>
4309
c70fe852 4310 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4311 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4312 for ISO10646-1 fonts.
4313 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4314
772139c0
EZ
43152000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4316
4317 * faces.el (frame-set-background-mode): If a tty frame defines a
4318 background color, use that to compute the background mode, instead
4319 of always defaulting to "dark".
4320
d134a19f
MB
43212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4322
8bb84cb2
MB
4323 * comint.el (comint-write-output): New function.
4324 (comint-mode-map): Add it to the menu.
e40a778f 4325 Bind `C-c C-s' to comint-write-output.
d134a19f 4326
dada41e1
GM
43272000-10-18 Gerd Moellmann <gerd@gnu.org>
4328
4329 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4330 Use fancy-splash-delay.
4331
9b5360aa
GM
43322000-10-18 Alex Schroeder <alex@gnu.org>
4333
4334 * progmodes/sql.el (sql-sybase-options): New option.
4335 (sql-sybase): Use it. Add sql-database to the list of parameters
4336 provided for login. The options -w 2048 -n are not used any more.
4337
9035a35a
GM
4338 * comint.el (comint-read-input-ring): Bugfix such that the first
4339 and the last entry of the input ring file are not lost.
4340
3556c6dd
GM
43412000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4342
4343 * ps-print.el: Internal variable changes to defcustom,
4344 make-local-hook changes to defvar. Doc fix.
4345 (ps-print-version): New version number (6.1).
4346 (ps-setup, ps-do-despool): Code fix.
4347 (ps-printer-name): Customization fix.
4348 (ps-printer-name-option): Now is a defcustom instead of an
4349 internal variable.
4350 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
4351 (ps-print-begin-column-hook): Now are defvar instead of
4352 make-local-hook.
4836835a 4353
4e217e50
MB
43542000-10-18 Miles Bader <miles@gnu.org>
4355
4356 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
4357 (comint-kill-output): Changed into an alias for `comint-delete-output',
4358 and made obsolete.
4359 (comint-mode-map): Rename references to comint-kill-output.
4360
34460354
EZ
43612000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
4362
4363 * diff-mode.el (diff-header-face, diff-file-header-face)
4364 (diff-changed-face): Add bold and italic attributes to tty faces.
4365 (diff-function-face): New face.
4366 (diff-font-lock-keywords): Use it.
4367
17ea3cdb
MB
43682000-10-18 Miles Bader <miles@lsi.nec.co.jp>
4369
4370 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
4371 Remove commented-out call to force-mode-line-update.
4372 (comint-kill-output): Use `forward-line 0' instead of
4373 beginning-of-line to make sure we get past the prompt.
4374
9244f2c7
SM
43752000-10-17 Stefan Monnier <monnier@cs.yale.edu>
4376
4377 * diff-mode.el (diff-header-face, diff-file-header-face):
4378 Add specific setting for dark background.
4379 (diff-context-face): Renamed from diff-comment-face.
4380 Set explicitly rather than inheriting from font-lock-comment-face.
4381
1592c1ef
EZ
43822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * startup.el (command-line): Move the code which sets the default
4385 TTY colors to before before-init-hook.
4386
f86292a9
GM
43872000-10-17 Gerd Moellmann <gerd@gnu.org>
4388
4389 * jit-lock.el (jit-lock-stealth-time): Doc fix.
4390
f7f2e883
EZ
43912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4392
e854cc22
EZ
4393 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
4394 extensions, for MS-DOS.
4395
f7f2e883
EZ
4396 * diff-mode.el (diff-header-face, diff-file-header-face)
4397 (diff-changed-face): Define tty-specific colors.
4398
c7b4f0f9
GM
43992000-10-17 Gerd Moellmann <gerd@gnu.org>
4400
4401 * startup.el (fancy-splash-text): Realign the text.
4402
12a72271
EZ
44032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4404
4405 * font-lock.el (font-lock-comment-face): Define a separate default
4406 for dark-background tty's.
4407
61dfccfd
MB
44082000-10-17 Miles Bader <miles@gnu.org>
4409
4410 * help.el (resize-temp-buffer-window): Add hack to avoid last line
4411 being obscured by whizzy mode-lines on graphics displays.
4412
333cd59e
EZ
44132000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4414
4415 * info.el (Info-title-1-face, Info-title-2-face)
4416 (Info-title-3-face): Define colors for tty's.
dada41e1 4417 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 4418
dbf1fcc1
EZ
44192000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4420
4421 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
4422 reverse from the frame parameters, and don't invert foreground and
4423 background colors.
4424
ac629823
MB
44252000-10-16 Miles Bader <miles@gnu.org>
4426
4427 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
4428 string "*Info*". Call propertized-buffer-identification to spruce
4429 up the result.
4430
76eebffc
GM
44312000-10-16 Gerd Moellmann <gerd@gnu.org>
4432
3a6b59d9
GM
4433 * help.el: Provide `help' for the sake of define-minor-mode
4434 which generates defcustoms with requires.
4435
6569c3d3
GM
4436 * jit-lock.el (jit-lock-after-change): If we're in text that
4437 matches a multi-line font-lock pattern, make sure the whole text
4438 will be redisplayed.
4439
c2e0a611
GM
4440 * emacs-lisp/authors.el (authors-add): Don't add an entry if
4441 author's name is unknown.
4442
76eebffc
GM
4443 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
4444 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
4445 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
4446 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
4447 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
4448 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
4449 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
4450 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
4451 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
4452 Add author information.
4453
cf1e7b12
MB
44542000-10-16 Miles Bader <miles@lsi.nec.co.jp>
4455
4456 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
4457 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
4458 full-color version (using the Gimp) to eliminate dithering artifacts.
4459
5586f3eb
SM
44602000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4461
4462 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
4463
4464 * simple.el (syntax-flag-table, string-to-syntax): Remove.
4465
ad64a888
DL
44662000-10-15 Dave Love <fx@gnu.org>
4467
4468 * progmodes/sh-script.el: Require skeleton and comint when
4469 compiling.
4470
4471 * pcomplete.el (pcomplete) <defgroup>: Add :version.
4472
4473 * whitespace.el: Doc fixes.
4474 (top-level): Don't add hooks here.
4475 (whitespace-running-emacs): Deleted.
4476 (timer): Don't require.
4477 (whitespace): Add back :version conditional on xemacs test.
4478 (whitespace-spacetab-regexp, whitespace-indent-regexp)
4479 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
4480 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
4481 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
4482 Avoid specific xemacs test.
4483 (whitespace-global-mode): New option.
4484 (whitespace-global-mode): New command.
4485 (whitespace-unload-hook): New function.
4486
4487 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 4488 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
4489 (Info-fontify-node): `Goto' goes to `Go to'.
4490 (Info-fontify-node): Add help-echo to xref links.
4491
1ef49fc6
EZ
44922000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
4493
4494 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
4495
8b7707e1
SM
44962000-10-15 Stefan Monnier <monnier@cs.yale.edu>
4497
b3b7f42f
SM
4498 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
4499 Use plist-get and allow :inherit.
4500
4501 * emacs-lisp/cl-macs.el (cl-do-arglist):
4502 Use plist-get and plist-member instead of memq.
4503
3c7fafc7
SM
4504 * emacs-lisp/ewoc.el (ewoc-location): New function.
4505 (ewoc-enter-after, ewoc-enter-before): Document return value.
4506 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
4507 Don't need make-local-hook any more.
4508 (cvs-addto-collection): Return the new tin.
4509 (cvs-mode-insert): Jump to the new line.
4510
8b7707e1
SM
4511 * jit-lock.el (jit-lock-fontify-buffer): Remove.
4512
4513 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
4514
4515 * font-lock.el (font-lock-syntactically-fontified): New var.
4516 (font-lock-fontify-syntactic-keywords-region): Use it.
4517 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
4518
4519 * diff-mode.el (diff-find-file-name): Fix regexp.
4520
4521 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
4522 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
4523
4524 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
4525 (sh-mode-syntax-table): Add punctuation syntax for < and >.
4526 (sh-mode): Don't make all vars local here.
4527 (sh-kw): Reformat.
4528 (sh-set-shell): Use dolist. Don't set indent-region-function.
4529 (sh-mode-syntax-table): Use pop.
4530 (sh-remember-variable): Use push.
4531 (sh-help-string-for-variable): Use memq.
4532 (sh-safe-backward-sexp): Remove.
4533 (sh-safe-forward-sexp): Add ARG.
4534 (sh-get-indent-info, sh-prev-stmt): Use it.
4535 (sh-prev-line): Simplify by using forward-comment.
4536 (sh-this-is-a-continuation): Simplify.
4537 (sh-learn-buffer-indent): Use dolist.
4538 (sh-do-nothing): Remove.
4539 (sh-set-char-syntax, sh-set-here-doc-region):
4540 Use inhibit-modification-hooks.
4541 (sh-name-style): Use mapcar and push.
4542 (sh-load-style): Use dolist.
4543 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
4544 (sh-case, sh-while-getopts): Use propertize directly rather
4545 than sh-electric-rparen.
4546
45472000-10-14 Stefan Monnier <monnier@cs.yale.edu>
4548
4549 * textmodes/tex-mode.el: Require CL when compiling.
4550 (tex-mode-syntax-table): Init immediately.
4551 (tex-mode-map): Bind M-RET to latex-insert-item.
4552 (latex-mode): Set indent-line-function to latex-indent.
4553 (tex-common-initialization): Don't setup the syntax-table any more.
4554 (latex-insert-item): New skeleton.
4555 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 4556 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 4557 (latex-indent, latex-find-indent): New functions.
4836835a 4558 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
4559 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
4560 (tex-compilation-parse-errors): Use with-syntax-table.
4561
86b7fcbb
MB
45622000-10-15 Miles Bader <miles@gnu.org>
4563
4564 * font-lock.el (font-lock-comment-face): Change dark-background,
4565 color, non-tty, default to `chocolate1'.
4566
57a24508
JW
45672000-10-13 John Wiegley <johnw@gnu.org>
4568
4569 * eshell/esh-util.el (require): Added a missing `require' form,
4570 needed when compiling (for an ange-ftp macro definition).
4571
40ad3db4
DL
45722000-10-13 Dave Love <fx@gnu.org>
4573
4574 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
4575
db460189
GM
45762000-10-13 Gerd Moellmann <gerd@gnu.org>
4577
b41c9501
GM
4578 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
4579 fix.
4580
4836835a 4581 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
4582 transparent -colors 8).
4583
3b5e21df
GM
45842000-10-13 Stephen Gildea <gildea@alum.mit.edu>
4585
4586 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
4587 that breaks with old list format timestamps.
4588 (time-stamp-warn-inactive, time-stamp-old-format-warn)
4589 (time-stamp-count, time-stamp-conversion-warn): Improved doc
4590 strings.
4591
16908a3f
JW
45922000-10-13 John Wiegley <johnw@gnu.org>
4593
d7103dda
JW
4594 * align.el, pcomplete.el, calendar/timeclock.el,
4595 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
4596
dace60cf 4597 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
4598 faulty math, where holiday hours were being computing as seconds.
4599
b6b70cda
JW
46002000-10-13 John Wiegley <johnw@gnu.org>
4601
4602 * desktop.el (desktop-buffer-modes-to-save): Added a global for
4603 specifying what "other" kinds of buffers should be saved. This
4604 used to be hard-coded.
4605 (desktop-buffer-misc-functions): A global for specifying how
4606 auxiliary data should be determined for special buffer types.
4607 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
4608 instead of hard-coding the special buffer types.
4609 (desktop-save): Run `desktop-buffer-misc-functions' to gather
4610 auxiliary data, instead of hard-coding for Info buffers and dired.
4611 (desktop-buffer-info-misc-data): Aux function for determining Info
4612 buffer auxiliary info.
4613 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
4614 (desktop-buffer-info): Changed this function to use the info
4615 gathered above.
4616 (desktop-create-buffer): Be a little more careful about what
4617 `minor-mode' means before calling it. This is important for some
4618 buffer types.
4619
8c6b1d83
JW
46202000-10-13 John Wiegley <johnw@gnu.org>
4621
4622 * eshell/esh-util.el: Added a global form which declares an
4623 autoload for `parse-time-string', if that function is not already
4624 defined, and if parse-time.el is available on the user's system.
4625
4626 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
4627 to be aware of ange-ftp user info.
4628 (eshell-do-ls): Bind `ange-cache'. Also, use
4629 `eshell-file-attributes'.
4630 (eshell-ls-annotate): Use `eshell-file-attributes'.
4631 (eshell-ls-file): Made the user-id printing code a bit smarter.
4632
4633 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
4634 allow identification of alias user ids in remote directories.
4635 It's manual, but there's no other way to know when the current
4636 user on the local machine, is also the owning user on the remote
4637 machine.
4638 (fboundp): Bind `ange-cache'.
4639 (eshell-directory-files-and-attributes): Re-organized the logic a
4640 bit to use `eshell-file-attributes' instead of `file-attributes'.
4641 The former is more sensitive to directories that are read via FTP,
4642 and knows how to use ange-ftp to determine full attribute
4643 information, instead of just the name and last modtime.
4644 (eshell-current-ange-uids): Return the current user id when in a
4645 remote directory.
4646 (eshell-parse-ange-ls): Parse a full directory listing that has
4647 been returned by ange-ftp.
4648 (eshell-file-attributes): This beefed up version of
4649 `file-attributes' is only special if the user is currently in a
4650 remote directory, in which case it does a lot of work to find out
4651 what the real attributes of a file are, as they appear on the
4652 remote machine. This makes usage of remote directories (i.e.,
4653 ange-ftp pathnames) much more useful. You can now use Eshell as a
4654 full-fledged FTP client, with much more manipulation ability than
4655 most other clients.
4656
4657 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
4658 variable, which means that Eshell's du should always be preferred
4659 in remote directories.
4660 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
4661 just `file-attributes'.
4662 (eshell-mvcp-template): Bind `ange-cache', to improve performance
4663 when reading remote directories. This is an Eshell-specific
4664 variable (not part of ange-ftp).
4665 (eshell/ln): Bind `ange-cache'.
4666 (eshell/du): Added some extra logic for determining when to use
4667 Eshell's du (which is slow), and when to use the external version
4668 (which may or may not exist).
4669
4670 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
4671 `eshell-interactive-process', rather than using
4672 `get-buffer-process', since backgrounded processes don't count in
4673 the context of this function's logic.
4674
4675 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
4676 `forward-char', so that null strings are parsed correctly.
4677
87730e84 46782000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4679
4680 * eshell/em-pred.el (eshell-pred-file-type,
4681 eshell-pred-file-links, eshell-pred-file-size): Use
4682 `eshell-file-attributes'. This is more correct over ange-ftp.
4683
4684 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
4685 that remote file globbing is more efficient.
4686
4687 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
4688 gathering the files and attributes within a directory.
4689
4690 * eshell/em-unix.el (eshell/cat): If any of the files passed on
4691 the command line is a special file (not a regular file, directory
4692 or symlink), always attempt to call the external version of cat.
4693
87730e84 46942000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
4695
4696 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
4697 Eshell-friendly version of find-tag.
4698
1c7e37a9
MB
46992000-10-13 Miles Bader <miles@lsi.nec.co.jp>
4700
4836835a 4701 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
4702 (image-file-name-regexps): Add autoload cookies.
4703
11a7f341
KH
47042000-10-13 Kenichi Handa <handa@etl.go.jp>
4705
4706 * international/mule-cmds.el (select-safe-coding-system): If FROM
4707 is string, show it in *Warning* buffer.
4708
8ddddcb0
EZ
47092000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4710
4711 * startup.el (normal-top-level): Use display-popup-menus-p instead
4712 of window-system.
4713 (command-line): Use display-graphic-p instead of window-system.
4714 (command-line-1): Use display-popup-menus-p and display-mouse-p
4715 instead of window-system.
4716
72200f89
SS
47172000-10-12 Sam Steingold <sds@gnu.org>
4718
4719 * tooltip.el (tooltip-use-echo-area): New user variable.
4720 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
4721
8661c643
DL
47222000-10-12 Dave Love <fx@gnu.org>
4723
d0b40dc1
DL
4724 * recentf.el: Maintainer's checkdoc fixes.
4725
a622451f
DL
4726 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
4727 character class, not ASCII when matching file names.
4728 (fancy-splash-head): Add trailing slash to URL.
4729 (command-line): Don't require XPM support for toolbar.
4730
8661c643
DL
4731 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
4732 (cperl-invalid-face): Revert last change.
4733 (cperl-init-faces): Quote cperl-invalid-face.
4734
ef2ed8ab
KH
47352000-10-12 Kenichi Handa <handa@etl.go.jp>
4736
4737 * startup.el (fancy-splash-text): Remove superfluous quote.
4738
b0da379e
GM
47392000-10-12 Gerd Moellmann <gerd@gnu.org>
4740
dbeb499b
GM
4741 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
4742 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
4743 (command-line-1): Don't use fancy-splash-pending-command.
4744 (fancy-splash-screens-1): Goto point-min after inserting text.
4745
d861718a
GM
4746 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
4747
b0da379e
GM
4748 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
4749 instead of shared-lisp-mode-map.
4750
4fb2ad98
MB
47512000-10-12 Miles Bader <miles@lsi.nec.co.jp>
4752
1cb4393e
MB
4753 * faces.el (header-line): Change tty-variant to use underlining.
4754
4fb2ad98
MB
4755 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
4756 (isearch-highlight): Restore lazy-isearch face properties at old
4757 position, and suppress them at new position.
4758 (isearch-dehighlight): Restore lazy-isearch face properties.
4759 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
4760 over the real isearch overlay, but in that case, don't give it a
4761 face property. Use `push'.
4762
eb991b25
KH
47632000-10-12 Kenichi Handa <handa@etl.go.jp>
4764
4765 * man.el (Man-getpage-in-background): Fix previous change.
4766 Decode the process output only when we are in multibyte mode.
4767
a818c1c0
DL
47682000-10-11 Dave Love <fx@gnu.org>
4769
c990f53a
DL
4770 * info.el (Info-mode-menu): Fix some help.
4771 (info-tool-bar-map): Add entry for Info-last.
4772
a818c1c0
DL
4773 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
4774 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
4775 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
4776 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
4777 * toolbar/search-replace.xpm, toolbar/exit.xpm:
4778 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
4779 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
4780 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
4781 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
4782 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
4783 Reduce colour requirements to 25 overall. (Probably wants
4784 revisiting from the originals to reduce further.)
4785
c1b096cb
EZ
47862000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
4787
4788 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
4789 buffer-file-coding-system, instead of raw-text.
4790 (dehexlify-buffer): Bind coding-system-for-read to
4791 buffer-file-coding-system, instead of raw-text.
4792
5c8b7eaf
SS
47932000-10-11 Sam Steingold <sds@gnu.org>
4794
4795 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
4796 `underline' - fixes the bug introduced on 2000-09-21.
4797
2cfbdb7a
DL
47982000-10-11 Dave Love <fx@gnu.org>
4799
4800 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
4801 compiler warnings.
4802 (scheme-mode): Doc fix.
4803 (scheme-font-lock-keywords-1): Match `define-syntax'.
4804
48052000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
4806
4807 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
4808 face specs as well as default ones. Only do anything if the
4809 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 4810 (region): Make dark-background `region' face less in-your-face.
4b33f290 4811
690ec649
SS
48122000-10-10 Sam Steingold <sds@gnu.org>
4813
4814 * chistory.el, ielm.el, ledit.el:
4815 * progmodes/inf-lisp.el, progmodes/scheme.el:
4816 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
4817
3b95d6bb
SM
48182000-10-10 Stefan Monnier <monnier@cs.yale.edu>
4819
4820 * textmodes/texinfo.el: Update copyright and fix typo.
4821
4822 * desktop.el (desktop-modes-not-to-save): New var.
4823 (desktop-save-buffer-p): Use it.
a30eb617
DL
4824 Also, obey desktop-buffers-not-to-save even for non-file buffers.
4825 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
4826
48272000-10-10 Dave Love <fx@gnu.org>
4828
4829 * toolbar/tool-bar.el (tool-bar-add-item)
4830 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
4831 display.
4832
4833 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
4834 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
4835 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
4836 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
4837 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
4838 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
4839 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
4840 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
4841 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
4842 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
4843 the .xpms; probably need retouching.
4844
48452000-10-10 Miles Bader <miles@lsi.nec.co.jp>
4846
4847 * subr.el (add-to-list): Add optional argument APPEND.
4848 * battery.el (display-battery): Use `add-to-list'.
4849
48502000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
4851
4852 * play/zone.el (zone-timer, zone-wc-tbl): Rework
4853 these vars as symbol properties.
4854 (zone, zone-when-idle, zone-leave-me-alone)
4855 (zone-pgm-whack-chars): Use new symbol properties.
4856
4857 * battery.el (display-battery): Doc spelling fix.
4858
4859 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
4860 property.
4861
48622000-10-09 Dave Love <fx@gnu.org>
4863
4864 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
4865 has been initialized before calling tool-bar-setup.
4866 (tool-bar-add-item-from-menu): Add autoload cookie.
4867
48682000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
4869
4870 * menu-bar.el (send-mail-item-name): New function.
4871 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
4872 of mail-user-agent in the menu. Don't display the "Send Mail"
4873 item if mail-user-agent is nil or its value is ignore.
4874 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
4875 if read-mail-command is nil or its value is ignore.
4876
4877 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
4878
48792000-10-09 Miles Bader <miles@gnu.org>
4880
4881 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
4882 Correct image size.
4883 * toolbar/left_arrow.xpm: Correct image size.
4884
4885 * jka-compr.el: Don't call `jka-compr-install' when loading (it
4886 will be done by the definition of `auto-compression-mode' if
4887 necessary. Move code to uninstall existing file-name handler
4888 before definition of `auto-compression-mode'.
4889
4890 * image-file.el (auto-image-file-mode): Move to the end of the
4891 file, because `define-minor-mode' actually calls the mode-function
4892 if the associated variable is non-nil, which requires that all
4893 needed functions be already defined.
4894
4895 * mouse.el (popup-menu): Balance parens.
4896
48972000-10-08 Stefan Monnier <monnier@cs.yale.edu>
4898
4899 * mouse.el (popup-menu): Move the command call outside the loop
4900 so that popup-menu returns whatever the command returns.
4901
4902 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
4903 (initialize-new-tags-table): Use run-hook-with-args-until-success.
4904 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
4905 (tags-table-format-functions): Renamed from tags-table-format-hooks.
4906
4907 * vc.el (vc-version-diff): diff-switches can be a list.
4908 Use relative filenames for prettier output.
4909
4910 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
4911 (vc-post-command-functions): Remove old-VC compatibility code.
4912
4913 * newcomment.el (comment-indent-default): Autoload.
4914
4915 * font-lock.el (font-lock-defaults): Make buffer-local.
4916 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
4917 (font-lock-choose-keywords):
4918 Ignore LEVEL unless KEYWORDS is a list of syms.
4919 (c-keywords, c++-keywords, objc-keywords, java-keywords):
4920 Don't wrap regexp-opt things in \(...\) unnecessarily.
4921
4922 * jit-lock.el: Don't require font-lock any more.
4923 (jit-lock-functions): Make buffer-local.
4924 (jit-lock-saved-fontify-buffer-function): Remove.
4925 (jit-lock-mode): Remove autoload cookie.
4926 Remove font-lock specific code.
4927 (jit-lock-unregister): Don't bother handling complex hooks any more.
4928 (jit-lock-refontify): New function.
4929 (jit-lock-fontify-buffer): Use it.
4930 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
4931 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
4932 Add optional args START and END.
4933 Never call font-lock-fontify-region directly.
4934 (jit-lock-function, jit-lock-stealth-fontify): Use it.
4935
4936 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
4937
49382000-10-08 Dave Love <fx@gnu.org>
4939
4940 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
4941
4942 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
4943
4944 * play/studly.el (studlify-region, studlify-word): Add autoload
4945 cookie.
4946
4947 * play/morse.el (morse-region, unmorse-region): Add autoload
4948 cookie.
4949
4950 * play/spook.el (spook-phrases-file): Use expand-file-name, not
4951 concat.
4952
4953 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
4954 insist on symbols starting with word syntax.
4955 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
4956 (eval-defun-1): Doc fix.
4957 (indent-sexp): Use nconc to build up indent-stack.
4958
4959 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
4960 Gnus with little use.
4961 (mail-setup-hook): Add mail-abbrevs-setup to options.
4962
4963 * recentf.el: Doc fixes.
4964
4965 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
4966 Clean up remainder.
4967
4968 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
4969 without timezone and (8) with timezone to enforce some whitespace.
4970 Simplify code somewhat.
4971
4972 * options.el (list-options): Doc that you should use customize.
4973
4974 * iswitchb.el (iswitchb-mode): Add :require.
4975
4976 * info.el (Info-goto-node, Info-menu): Doc fix.
4977 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
4978 (info-tool-bar-map): New variable.
4979 (Info-mode): Use it.
4980 (Info-edit-map): Define all in defvar.
4981 (speedbar-attached-frame): Avoid compiler warning.
4982
4983 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
4984 (global-map): Bind [tool-bar] to a filtered map.
4985 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
4986 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
4987 Allow PBM icons.
4988 (tool-bar-setup): Adjust calls of tool-bar-add-item.
4989
4990 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
4991 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
4992 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
4993 icons, except up_arrow, which is left-arrow rotated.
4994
4995 * imenu.el (imenu-add-to-menubar): Fix last change.
4996
49972000-10-08 Peter Breton <pbreton@ne.mediaone.net>
4998
4999 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5000 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5001
50022000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5003
5004 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5005 typos in doc strings.
5006
5007 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5008 the doc strings how to customize Font Lock faces.
5009
5010 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5011 computing growth when dragging the header line.
5012
50132000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5014
5015 * simple.el (kill-line): Doc fix.
5016
50172000-10-08 Miles Bader <miles@gnu.org>
5018
5019 * faces.el (secondary-selection): Make foreground visible on tty.
5020
5021 * jka-compr.el (auto-compression-mode): Move to the end of the
5022 file, because `define-minor-mode' actually calls the mode-function
5023 if the associated variable is non-nil, which requires that all
5024 needed functions be already defined.
5025 (with-auto-compression-mode): Add autoload cookie.
5026
50272000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5028
5029 * files.el (find-backup-file-name) [ms-dos]: If support for long
5030 file names is not available, behave as if version-control were set
5031 to never.
5032
50332000-10-07 Dave Love <fx@gnu.org>
5034
5035 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5036 (browse-url-gnome-moz): New function.
5037 (browse-url-browser-function): Use it.
5038 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5039
50402000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5041
5042 * indent.el (tab-always-indent): New var.
5043 (indent-for-tab-command): Use it.
5044
5045 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5046 raise an error. This way it can still default to a sane value.
5047
50482000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5049
5050 * startup.el (fancy-splash-screens): Use local rather than global map.
5051 Don't use `update-menu-bindings' any more.
5052 Get rid of assumptions about keymap representation.
5053
50542000-10-06 Dave Love <fx@gnu.org>
5055
5056 * textmodes/fill.el (sentence-end-double-space)
5057 (sentence-end-without-period): Doc fix.
5058 (adaptive-fill-regexp): Purecopy.
5059 (unjustify-current-line): Use line-end-position.
5060 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5061
5062 * net/eudc-vars.el (eudc): Add :version, :link.
5063
5064 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5065
5066 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5067 Fix for define-minor-mode.
5068 (function-at-point): Alias to function-called-at-point.
5069
5070 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5071
5072 * simple.el (backward-word): Doc fix.
5073
5074 * image-file.el (image-file-name-regexp): image-file-regexps ->
5075 image-file-name-regexps.
5076 (image-file-name-extensions): Add pbm.
5077
50782000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5079
5080 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5081 and add filename to the names so that diff-mode can jump to source.
5082
5083 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5084 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5085 (tex-font-lock-keywords-1): Remove.
5086 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5087 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5088 (font-lock-default-fontify-region):
5089 Expand beg..end correctly when just following a multiline region.
5090 (font-lock-fontify-anchored-keywords):
5091 Include the anchor text as part of the multiline.
5092
50932000-10-06 Gerd Moellmann <gerd@gnu.org>
5094
5095 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5096 latter needs the autoloaded define-minor-mode macro during the
5097 bootstrap.
5098
5099 * startup.el (command-line): For now, activate tool-bar-mode only
5100 if XPM images are supported.
5101
5102 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5103 window by dragging a header-line at the top of the frame; that's
5104 confusing because the header-line doesn't move.
5105 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5106 of treating the event as a list. Some cleanup.
5107
51082000-10-06 Miles Bader <miles@gnu.org>
5109
5110 * simple.el (display-message-or-buffer): New function.
5111 (shell-command-on-region): Use `display-message-or-buffer'.
5112
5113 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5114 docstring parts.
5115
5116 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5117 (smbclient-prompt-regexp): Add usage note to doc string.
5118 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5119 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5120 Use add-hook for adding the comint filter function, and only do so
5121 if it's not already in the global hook list.
5122 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5123 to `make-local-variable'.
5124 (nslookup-font-lock-keywords): Remove prompt entry.
5125 (nslookup): Don't set the process-filter.
5126 (finger): Exit the loop correctly when the regexps list runs out.
5127 (ftp, smbclient, smbclient-list-shares):
5128 Set the real major mode immediately, not after execing.
5129 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5130
5131 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5132
51332000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5134
5135 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5136
5137 * which-func.el (which-func-format): Remove spurious space.
5138 (which-func-mode): Don't make it permanent-local.
5139 (which-func-ff-hook): Allow which-func-maxout to be nil.
5140 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5141 (which-func-mode): Simplify.
5142 Use post-command-idle-hook rather than post-command-hook.
5143 Go through all buffers and update their state.
5144 (which-function): Also try add-log-current-defun-function.
5145
5146 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5147 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5148 Update call to with-vc-properties accordingly.
5149 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5150 (vc-revert-buffer): More careful about window selection and deletion.
5151 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5152
5153 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5154 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5155 (cvs-dired-action): Change the default to quickdir.
5156
5157 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5158 if comment-indent-function returns nil.
5159 (comment-indent-default): New function.
5160 (comment-indent-function): Use it and document the new semantics.
5161
5162 * image-file.el: Docstring fixes.
5163
5164 * help.el (help-xref-on-pp): Use match-string.
5165 (describe-variable): New arg BUFFER.
5166 Store the current buffer in the help-xref-stack.
5167 (temp-buffer-resize-mode): Use define-minor-mode.
5168
5169 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5170 consistently with its docstring.
5171 Set jit-lock-first-unfontify-pos in an idempotent way.
5172 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5173
51742000-10-05 Alex Schroeder <alex@gnu.org>
5175
5176 * sql.el (sql-mysql-options): New variable.
5177 (sql-mysql): Use it.
5178
51792000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5180
5181 * image.el (image): New group.
5182
5183 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5184 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5185
51862000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5187
5188 * net/net-utils.el (nslookup-font-lock-keywords)
5189 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5190 Ignore the value of wqindow-system; always define keywords
5191
51922000-10-05 Kenichi Handa <handa@etl.go.jp>
5193
5194 * startup.el (fancy-splash-screens): Remove the code for
5195 debugging; `(trace-to-stderr "EXITTT\n")'.
5196
51972000-10-05 Miles Bader <miles@gnu.org>
5198
5199 * diff-mode.el (diff-goto-source): Update call to
5200 `diff-hunk-status-msg' to reflect new REV variable.
5201
52022000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5203
5204 * progmodes/icon.el (icon-mode):
5205 Don't gratuitously override the default for comment-column.
5206
5207 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5208
5209 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5210 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5211 (jit-lock-functions): New var.
5212 (jit-lock-function-1): Use it if non-nil.
5213 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5214 Set the `fontified' property before doing the fontification to avoid
5215 repeatedly going through the same error.
5216 Don't turn errors into messages.
5217 (jit-lock-register, jit-lock-unregister): New functions.
5218
5219 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5220 Use with-current-buffer.
5221
5222 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5223 Turn comment into docstring.
5224
5225 * apropos.el (apropos-mode): Use define-derived-mode.
5226
52272000-10-04 Gerd Moellmann <gerd@gnu.org>
5228
5229 * startup.el (fancy-splash-pending-command): New variable.
5230 (fancy-splash-pre-command): New function.
5231 (fancy-splash-screens): Rewritten.
5232 (command-line-1): If fancy-splash-pending-command is set, call it
5233 interactively.
5234
52352000-10-04 Dave Love <fx@gnu.org>
5236
5237 * toolbar/tool-bar.el (tool-bar-setup): New function.
5238 (tool-bar-mode): Use it.
5239
5240 * subr.el (substitute-key-definition): Doc fix.
5241 (play-sound-file): New command.
5242
52432000-10-04 Andre Spiegel <spiegel@gnu.org>
5244
5245 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5246 vc-version-backup-file-name): New functions.
5247
5248 * files.el (basic-save-buffer): Call vc-before-save before saving.
5249
5250 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5251 vc-cvs-stay-local-p.
5252
5253 * vc.el (vc-revert-buffer): Handle empty diff properly.
5254 (vc-version-backup-file): New function.
5255 (vc-checkout): Create a version backup if necessary.
5256 (vc-checkin): If a version backup file exists, delete it.
5257 (vc-version-diff): Diff locally using version backups, if available.
5258 (vc-revert-file): If there's a version backup, revert locally.
5259 (vc-transfer-file): Use version backup for base version, if
5260 available. If not, ask for confirmation whether to get it from the
5261 server. Update mode line before check-in.
5262
52632000-10-04 Dave Love <fx@gnu.org>
5264
5265 * toolbar/tool-bar.el (tool-bar-setup): New function.
5266 (tool-bar-mode): Use it.
5267
52682000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5269
5270 * net/net-utils.el (nslookup-font-lock-keywords)
5271 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5272 Only set if window-system is non-nil
5273 (net-utils-run-program): Returns buffer.
5274 (network-connection-reconnect): Added this function.
5275
5276 * generic.el:
5277 Incorporates extensive cleanup and docfixes by
5278 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5279 Uses cl compile-time macros.
5280 (generic-mode-name, generic-comment-list)
5281 (generic-keywords-list, generic-font-lock-expressions)
5282 (generic-mode-function-list, generic-mode-syntax-table):
5283 Removed variables.
5284 (generic-mode-alist): Renamed to generic-mode-list.
5285 (generic-find-file-regexp): Default changed to "^#".
5286 (generic-read-type): Uses completing read on generic-mode-list.
5287 (generic-mode-sanity-check): removed this function.
5288 (generic-add-to-auto-mode): Removed this function
5289 (generic-mode-internal): Bind mode-specific definitions
5290 into function instead of putting them in alist.
5291 (generic-mode-set-comments): Reworked extensively.
5292 (generic-mode-find-file-hook): Simplified regexp searching
5293 (generic-make-keywords-list): Omit extra pair of parens
5294
5295 * find-lisp.el (find-lisp-find-files-internal):
5296 Make sure directory name ends with "/".
5297
5298 * generic-x.el (apache-conf-generic-mode):
5299 Regexp now allows leading whitespace.
5300 (rc-generic-mode): Added eval-when-compile
5301 around generic-make-keywords-list.
5302 Deleted duplicate regexp
5303 (rul-generic-mode): Added eval-when-compile
5304 around generic-make-keywords-list.
5305 (etc-fstab-generic-mode): New generic mode.
5306 (rul-generic-mode): Removed one eval-when-compile
5307 which caused a max-specpdl-size exceeded error.
5308
53092000-10-04 Miles Bader <miles@gnu.org>
5310
5311 * simple.el (minibuffer-temporary-goal-position): New variable.
5312 (next-history-element): Try to keep the position of point in the
5313 input string constant.
5314
5315 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5316 (dired-do-create-files): If there's only one file, pass it in as
5317 the DEFAULT arg to dired-mark-read-file-name.
5318
53192000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5320
5321 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5322 (diff-goto-source): Be smarter when choosing REVERSE or not.
5323
5324 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5325 (texinfo-mode-menu): Add an explicit shortcut for update all.
5326
53272000-10-03 Andre Spiegel <spiegel@gnu.org>
5328
5329 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5330 factorize backend-specific code cleanly (this was essentially
5331 conceived by Stefan Monnier).
5332 (vc-unregister): Function removed.
5333 (vc-revert-file): New function.
5334 (vc-revert-buffer): Delegate some of the work to it.
5335
5336 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5337 default branch unconditionally.
5338 (vc-rcs-set-default-branch): New function.
5339 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5340 (vc-rcs-checkin): If an appropriate default branch has been set,
5341 force creation of that branch.
5342 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5343 code (as suggested by Stefan Monnier).
5344
53452000-10-02 Gerd Moellmann <gerd@gnu.org>
5346
5347 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
5348 highlighting overlay with a different face over the overlay
5349 isearch uses to highlight the current match because that can lead
5350 to bad face combinations.
5351
5352 * loadup.el (toplevel): Load faces before isearch.
5353
5354 * isearch.el (isearch-faces): New custom group.
5355 (isearch): New defface; was already tested for in the code.
5356 (isearch-lazy-highlight-face): Changed to defface from defcustom.
5357 (isearch-highlight): Always use face `isearch'.
5358
53592000-10-02 Dave Love <fx@gnu.org>
5360
5361 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
5362 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
5363 comparison of opcode with operand.
5364
53652000-10-03 Miles Bader <miles@gnu.org>
5366
5367 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
5368 buffer, since the echo area will now grow to accommodate them.
5369
53702000-10-02 Andre Spiegel <spiegel@gnu.org>
5371
5372 * vc-hooks.el (vc-registered): If FILE used to be registered under
5373 a certain backend, try that one first.
5374
5375 * vc.el (vc-responsible-backend): Undo the previous change in the
5376 argument list. Handle multiple backends correctly.
5377 (vc-find-new-backend): Function removed.
5378 (vc-register): Use vc-responsible-backend, as before.
5379 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
5380
53812000-10-02 Gerd Moellmann <gerd@gnu.org>
5382
5383 * startup.el (fancy-splash-head): Change message below the
5384 logo.
5385
53862000-10-02 Miles Bader <miles@lsi.nec.co.jp>
5387
5388 * diff-mode.el (diff-goto-source): Emit a status message.
5389 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
5390 (diff-test-hunk): Fix doc string.
5391 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
5392 (diff-advance-after-apply-hunk): New variable.
5393 (diff-apply-hunk): Don't return a value.
5394
53952000-10-01 Stefan Monnier <monnier@cs.yale.edu>
5396
5397 * vc.el (vc-editable-p): Minor optimization.
5398 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
5399 (vc-find-new-backend): New function split from vc-responsible-backend.
5400 (vc-register): Use it.
5401 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
5402 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
5403 (vc-default-unregister, vc-revert-buffer): Docstring fix.
5404 (vc-clear-headers): Don't use find-file.
5405 (vc-revert-buffer): Use `and' again (must have been a braino).
5406 (vc-switch-backend): Only prompt if requested.
5407 Short circuit if nothing is to be done.
5408 Don't use vc-resynch-buffer which could lose unsaved editing.
5409 (vc-default-receive-file): Update call to vc-unregister.
5410 (with-vc-file, vc-next-action-on-file):
5411 Use vc-backend rather than vc-registered.
5412 (vc-next-action-on-file): Use intern-soft.
5413 Deal with read-only *vc-diff* buffer.
5414 (vc-transfer-file): Docstring fix.
5415
5416 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
5417 (vc-rcs-receive-file): Avoid with-vc-properties.
5418 Update call to vc-unregister.
5419 Use constant `RCS' rather than (dynamically bound) var `backend'.
5420
54212000-10-01 Andre Spiegel <spiegel@gnu.org>
5422
5423 * vc.el (vc-next-action-on-file): Update mode line only if file
5424 is visited.
5425 (vc-start-entry): New argument initial-contents. Don't visit the file
5426 if it isn't already visited. Brought documentation up-to-date.
5427 (vc-next-action, vc-register): Updated calls to vc-start-entry.
5428 (vc-checkin): New optional arg initial-contents, which is passed to
5429 vc-start-entry.
5430 (vc-finish-logentry): Make sure to bury log buffer only if there
5431 really is one. Call `vc-resynch-buffer' on log-file, not
5432 buffer-file-name.
5433 (vc-default-comment-history, vc-default-wash-log): New functions.
5434 (vc-index-of): Removed.
5435 (vc-transfer-file): Make do without the above.
5436 (vc-default-receive-file): Call comment-history unconditionally. Pass
5437 the resulting string to vc-checkin, instead of inserting it into the
5438 comment ring.
5439
5440 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
5441 unconditionally. Use the comments as initial contents of the log
5442 entry buffer. Document the trick to force branch creation with no
5443 changes.
5444
54452000-10-01 Miles Bader <miles@gnu.org>
5446
5447 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
5448 `recenter' with an arg to prevent redrawing the display.
5449
54502000-09-30 Stefan Monnier <monnier@cs.yale.edu>
5451
5452 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
5453
5454 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
5455
5456 * progmodes/c-mode.el (c-mode):
5457 Don't gratuitously override the default for comment-column.
5458
5459 * textmodes/tex-mode.el (latex-metasection-list): New var.
5460 (latex-imenu-create-index): Use it.
5461 Move the regexp construction outside loops (and use push).
5462 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
5463 (tex-font-lock-keywords): Moved from font-lock.el.
5464 (tex-comment-indent): Remove.
5465 (tex-common-initialization): Don't set comment-indent-function.
5466 (latex-block-default): New var.
5467 (tex-latex-block): Use it to provide a default choice.
5468 Add any unknown choice to latex-block-names.
5469 Insert [...] after {...}.
5470 (tex-last-unended-begin): Simplify regexp.
5471 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
5472 (latex-forward-sexp-1, latex-forward-sexp): New functions.
5473 (latex-mode): Set forward-sexp-function.
5474
5475 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
5476 Add regexp for @ignore ... @end ignore.
5477 (texinfo-heading-face): New face.
5478 (texinfo-font-lock-keywords): Use it.
5479 (texinfo-mode-menu): New menu.
5480 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
5481 New functions.
5482 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
5483 (texinfo-section-types-regexp, texinfo-section-level-regexp)
5484 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
5485 Remove declaration.
5486 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
5487
5488 * delsel.el (delete-selection-mode): Use define-minor-mode.
5489
5490 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
5491
54922000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5493
5494 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
5495
54962000-09-30 Gerd Moellmann <gerd@gnu.org>
5497
5498 * replace.el (keep-lines-read-args): New function.
5499 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
5500 read arguments interactively. Add parameters RSTART and REND.
5501 Operate on the active region in Transient Mark mode.
5502
5503 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
5504
5505 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
5506 (authors-obsolete-files-regexps): New variable.
5507 (authors-add): Don't record changes in obsolete files.
5508
55092000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5510
5511 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
5512
5513 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
5514 (comment-indent): Make sure there's a space between code and comment.
5515 Shift comments left to avoid going past fill-column.
5516
55172000-09-29 Gerd Moellmann <gerd@gnu.org>
5518
5519 * startup.el (startup-echo-area-message): New function.
5520 (display-startup-echo-area-message): Use it.
5521 (fancy-splash-screens): Rewritten to use keymaps and a timer.
5522 (fancy-splash-default-action): New function.
5523 (fancy-splash-screens-1): New function.
5524 (fancy-splash-head): Put a help-echo and a keymap under the image.
5525
55262000-09-29 Stefan Monnier <monnier@cs.yale.edu>
5527
5528 * diff-mode.el (diff-add-log-file-name): Remove.
5529 (diff-mode): Use add-log-buffer-file-name-function.
5530
5531 * add-log.el (find-change-log): New arg BUFFER-FILE.
5532 (add-log-file-name): Obey add-log-file-name-function.
5533 (add-log-buffer-file-name-function): New var.
5534 (add-change-log-entry): Use it.
5535
55362000-09-29 Miles Bader <miles@gnu.org>
5537
5538 * image-file.el (image-file-name-extensions): New variable.
5539 (image-file-name-regexps): Renamed from `image-file-regexps'.
5540 New default value is nil. Call `auto-image-file-mode'.
5541 (image-file-name-regexp): New function.
5542 (auto-image-file-mode): New minor mode.
5543 (insert-image-file): Don't make conditional on the image-file
5544 handler being enabled.
5545 (image-file-handler): Make the call here conditional instead.
5546 (set-image-file-handler-enabled, enable-image-file-handler)
5547 (disable-image-file-handler): Functions removed.
5548
5549 * emacs-lisp/authors.el (authors-print): Rephrase many-files
5550 string.
5551
55522000-09-29 Gerd Moellmann <gerd@gnu.org>
5553
5554 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
5555 it's a function from CL.
5556 (latex-imenu-create-index): Replace eval-when-compile with progn
5557 because latex-section-alist is not bound while compiling.
5558
55592000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5560
5561 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
5562 (outline-mode): Use define-derived-mode.
5563
5564 * progmodes/perl-mode.el (perl-mode):
5565 * progmodes/awk-mode.el (awk-mode):
5566 * progmodes/asm-mode.el (asm-mode):
5567 Don't gratuitously override the default for comment-column.
5568
5569 * emacs-lisp/lisp.el (lisp-complete-symbol):
5570 Distinguish the let-binding case from the funcall case.
5571 (forward-sexp-function): New variable.
5572 (forward-sexp): Use it.
5573
5574 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
5575 (easy-mmode-defmap): Remove the now useless autoload.
5576
5577 * time.el (display-time-mode): Use define-minor-mode.
5578
5579 * subr.el (add-minor-mode): Don't eval NAME.
5580 Don't depend on the presence of TOGGLE-FUN for any special behavior.
5581 Use if rather than cond.
5582
5583 * simple.el (read-expression-map): Define more properly.
5584 (comment-indent-hook): Remove.
5585 (string-to-syntax): Bug fix.
5586
5587 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
5588 (cvs-ediff-diff): Fix typo.
5589 (cvs-revert-if-needed): Don't bother preserving read-only.
5590
5591 * paren.el (show-paren-mode): Use define-minor-mode.
5592
5593 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
5594 (toggle-auto-compression): Remove.
5595 (jka-compr-build-file-regexp): Remove useless grouping.
5596
5597 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
5598 Avoid user-reserved bindings.
5599 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
5600 (diff-header-face): Revert to grey85.
5601
5602 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
5603
5604 * complete.el (partial-completion-mode) <defcustom>: Remove.
5605 (partial-completion-mode): Use define-minor-mode.
5606 (PC-do-completion): Understand `completion-auto-help = delay'
5607 to mean to popup the completion buffer only the second time.
5608 (PC-include-file-all-completions, PC-include-file-all-completions)
5609 (PC-include-file-all-completions): Don't quote lambda.
5610
5611 * comint.el (comint-mode-hook): Docstring fix.
5612 (comint-mode): Use define-derived-mode.
5613 (comint-mode-map): Remove obsolete comment.
5614 (make-comint): Minor stylistic change.
5615 (comint-insert-clicked-input): Be more careful to find the overlay.
5616 Use this-command-keys rather than hardcoding mouse-2.
5617
5618 * font-lock.el: Replace confusing (,@ with ,
5619 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
5620 Don't use regexp-opt-depth. Spice up the regexp for args.
5621 Don't distinguish between cmds that can take an opt arg or not.
5622 Use `append' and `prepend' rather than `keep'.
5623
5624 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
5625 (latex-outline-regexp): New var.
5626 (latex-outline-level): New fun.
5627 (latex-section-alist): New var.
5628 (latex-imenu-create-index): Use it. Use `push' as well.
5629 (tex-shell-map): Initialize it properly.
5630 (tex-mode): Minor stylistic change.
5631 (plain-tex-mode): Use define-derived-mode.
5632 (latex-mode): Use define-derived-mode.
5633 Construct the paragraph regexps in a more readable way.
5634 Set the buffer-local outline-{level,regexp} vars.
5635 (slitex-mode): Derive from latex-mode.
5636 (tex-common-initialization): Don't kill-all-vars anymore.
5637 Add setting for comment-add and font-lock-defaults.
5638 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
5639 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
5640 (tex-start-tex): New arg DIR (and send a chdir command for it).
5641 Also display the shell buffer and save it in tex-last-buffer-texed.
5642 (tex-region): Use expand-file-name rather than concat.
5643 Remove code made useless by changes in tex-start-tex.
5644 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
5645
5646 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
5647
56482000-09-28 Dave Love <fx@gnu.org>
5649
5650 * eshell/eshell.el (eshell) <defgroup>: Add :version.
5651
56522000-09-28 Gerd Moellmann <gerd@gnu.org>
5653
5654 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
5655 `append'.
5656
56572000-09-28 Stefan Monnier <monnier@cs.yale.edu>
5658
5659 * info.el (Info-extract-pointer): Undo last change.
5660 Instead, fix the position of the `bound' arg to re-search-backward.
5661
56622000-09-27 Stefan Monnier <monnier@cs.yale.edu>
5663
5664 * info.el (Info-extract-pointer):
5665 Widen more carefully, to avoid finding pointers in other nodes.
5666 (Info-index): Use push.
5667
56682000-09-27 Gerd Moellmann <gerd@gnu.org>
5669
5670 * frame.el (set-frame-font): Remove call to obsolete function
5671 frame-update-faces.
5672 (set-foreground-color, set-background-color): Likewise for
5673 frame-update-face-colors.
5674
56752000-09-27 Miles Bader <miles@gnu.org>
5676
5677 * image-file.el: New file.
5678
56792000-09-27 Gerd Moellmann <gerd@gnu.org>
5680
5681 * frame.el (frame-notice-user-settings): Don't call
5682 frame-update-faces, which is a no-op now.
5683
5684 * ediff-wind.el (ediff-control-frame-parameters): Add zero
5685 tool-bar-lines.
5686
56872000-09-27 Dave Love <fx@gnu.org>
5688
5689 * mouse.el: Fix last change.
5690
56912000-09-27 Miles Bader <miles@lsi.nec.co.jp>
5692
5693 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
5694
56952000-09-22 Kenichi Handa <handa@etl.go.jp>
5696
5697 * international/quail.el (quail-help): The output message is
5698 improved.
5699
57002000-09-26 Dave Love <fx@gnu.org>
5701
5702 * mouse.el (popup-menu): If POSITION is nil, set it using
5703 mouse-position.
5704
57052000-09-25 Sam Steingold <sds@gnu.org>
5706
5707 * net/browse-url.el (browse-url-file-url): Check for null maps.
5708
57092000-09-26 Gerd Moellmann <gerd@gnu.org>
5710
5711 * frame.el (frame-notice-user-settings): Don't add a
5712 tool-bar-lines frame parameter to default-frame-alist in batch mode.
5713
5714 * frame.el (frame-notice-user-settings):
5715 Make tool-bar-mode and default-frame-alist consistent.
5716
5717 * toolbar/tool-bar.el (tool-bar-help): New function.
5718
57192000-09-25 Gerd Moellmann <gerd@gnu.org>
5720
5721 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
5722 current-load-list in top-level forms. Else this leaks a cons cell
5723 every time a defun is called.
5724
5725 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
5726
57272000-09-25 Dave Love <fx@gnu.org>
5728
5729 * startup.el (fancy-splash-head): Check XPM is available.
5730
5731 * autoinsert.el (auto-insert): Doc fix.
5732 (auto-insert-alist): Following GNU notices, don't say `copyright
5733 _by_'. Use line-beginning-position.
5734 (auto-insert): Check buffer-file-name is non-nil before use.
5735
57362000-09-25 Gerd Moellmann <gerd@gnu.org>
5737
5738 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
5739 starting with `@def' or `@multitable', in addition to ones
5740 specified by the user in auto-fill-inhibit-regexp.
5741
57422000-09-25 Markus Rost <rost@math.ohio-state.edu>
5743
5744 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
5745 rmail-dont-reply-to-names matches the empty string.
5746
57472000-09-25 Gerd Moellmann <gerd@gnu.org>
5748
5749 * startup.el (command-line-1, fancy-splash-text): Change the
5750 text to sound more friendly.
5751
57522000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
5753
5754 * progmodes/hideshow.el: Update author email address.
5755 Generally, sync w/ maintainer version 5.22.
5756 (hs-hide-all-non-comment-function): New var.
5757 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
5758 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
5759 (hs-show-region): Delete this command.
5760 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
5761
57622000-09-22 Dave Love <fx@gnu.org>
5763
5764 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
5765 (hl-line-highlight): Specify buffer when moving overlay.
5766
5767 * progmodes/fortran.el (fortran-mode): Locally set
5768 normal-auto-fill-function.
5769 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
5770 (fortran-mode-map): Adjust auto-fill menu entry.
5771
57722000-09-22 Gerd Moellmann <gerd@gnu.org>
5773
5774 * vc-rcs.el (toplevel): Require `vc' when compiling.
5775
5776 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
5777
57782000-09-22 Andre Spiegel <spiegel@gnu.org>
5779
5780 * vc.el (vc-switch-backend): Signal an error if the file is not
5781 registered under the new backend.
5782
5783 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
5784 without explicit revision number.
5785
57862000-09-21 Stefan Monnier <monnier@cs.yale.edu>
5787
5788 * diff-mode.el (diff-file-header-face): Reset to its previous value.
5789 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
5790 (diff-xor): New function.
5791 (diff-find-source-location): Use it. Fix a stupid name clash.
5792 (diff-hunk-status-msg): New function.
5793 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
5794 (diff-test-hunk): Use diff-find-source-location.
5795 (diff-goto-source): Favor the `reverse'.
5796 (diff-hunk-text): Properly handle one-sided context diffs.
5797 (diff-apply-hunk): When done, advance to the next hunk.
5798
57992000-09-21 Gerd Moellmann <gerd@gnu.org>
5800
5801 * startup.el (command-line): If frame was created with a non-zero
5802 tool-bar-lines parameter, switch tool-bar-mode on.
5803
5804 * add-log.el (change-log-date-face, change-log-name-face)
5805 (change-log-email-face, change-log-file-face)
5806 (change-log-list-face, change-log-conditionals-face)
5807 (change-log-function-face, change-log-acknowledgement-face):
5808 New faces, inheriting from font-lock faces.
5809 (change-log-font-lock-keywords): Use them.
5810
58112000-09-21 Dave Love <fx@gnu.org>
5812
5813 * progmodes/cperl-mode.el (top-level): Clean up
5814 `eval-when-compile's and assorted defvars.
5815 (cperl-invalid-face): Don't double-quote value. Change custom
5816 type.
5817 (cperl-mode): Set normal-auto-fill-function and don't zap
5818 auto-fill-function.
5819 (cperl-imenu--function-name-regexp-perl): Renamed from
5820 imenu-example--function-name-regexp-perl.
5821 (cperl-imenu--create-perl-index): Renamed from
5822 imenu-example--create-perl-index.
5823 (cperl-xsub-scan): Don't require cl.
5824
5825 * msb.el (msb-mode-map): Use substitute-key-definition.
5826 (msb-mode): Use msb-mode-map.
5827
58282000-09-21 Andre Spiegel <spiegel@gnu.org>
5829
5830 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
5831 New functions.
5832 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
5833 (vc-switch-backend): New function.
5834 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
5835 (vc-register): Fix prompt.
5836 (vc-unregister, vc-default-unregister): New functions.
5837 (vc-version-diff): Handle empty buffer in sentinel.
5838
5839 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
5840 (vc-rcs-state-heuristic): Use it to guess the state of files with
5841 non-strict locking.
5842 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
5843 been set with -b, but not created yet.
5844 (vc-rcs-fetch-master-state): With non-strict locking, compare file
5845 contents in order to find the state.
5846 (vc-rcs-checkin): Allow creation of branches with no changes.
5847 (vc-rcs-unregister, vc-rcs-receive-file)
5848 (vc-rcs-set-non-strict-locking): New functions.
5849
5850 * vc-hooks.el (vc-name): Force correct computation of the value
5851 in case it is missing.
5852
58532000-09-21 Gerd Moellmann <gerd@gnu.org>
5854
5855 * startup.el (fancy-splash-tail): Use a different foreground
5856 color on a dark frame background.
5857
58582000-09-21 Miles Bader <miles@lsi.nec.co.jp>
5859
5860 * info.el: Use the correct capitalization when making Info-mode
5861 and Info-edit-mode `special' modes.
5862
58632000-09-20 Stefan Monnier <monnier@cs.yale.edu>
5864
5865 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
5866 (diff-mode): Add support for add-log.el.
5867 (diff-hunk-text): Use char offsets rather than line offsets.
5868 (diff-find-source-location): Replace LINE with line-offset (nil
5869 if not found) and always set POS to a meaningful position.
5870 Adapt to the new char-offsets.
5871 (diff-apply-hunk): Drop support for the unused `select' POPUP.
5872 Adapt to the new diff-find-source-location.
5873 (diff-goto-source): Adapt to the new diff-find-source-location.
5874
5875 * add-log.el (add-log-file-name): New function (split out of
5876 add-change-log-entry).
5877 (add-change-log-entry): Use it.
5878 Call add-log-file-name-function with the changelog file name if
5879 the current buffer is not associated with any file.
5880 Avoid find-file if the selected window is dedicated.
5881
5882 * diff-mode.el (diff-find-source-location):
5883 Move code from diff-apply-hunk. Return buffer rather than file.
5884 (diff-apply-hunk): Use the new result from diff-find-source-location.
5885 (diff-goto-source): Use the new diff-find-source-location.
5886
58872000-09-20 Dave Love <fx@gnu.org>
5888
5889 * iswitchb.el: Some doc fixes.
5890 (iswitchb-mode-map): Define completely initially. Inherit
5891 minibuffer-local-map.
5892 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
5893 fundamental-mode.
5894 (iswitchb-global-map): New variable.
5895 (iswitchb-summaries-to-end): Amalgamate regexps.
5896 (iswitchb-mode): New.
5897 (iswitchb-mode-hook): New variable.
5898 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
5899 `extensions'.
5900
59012000-09-20 Gerd Moellmann <gerd@gnu.org>
5902
5903 * ehelp.el (electric-help): New defgroup.
5904 (electric-help-shrink-window): New user-option.
5905 (with-electric-help): Use it.
5906
5907 * window.el (shrink-window-if-larger-than-buffer): If face
5908 `mode-line' has a :box, and we're on a graphical frame, add 1
5909 to the needed window height.
5910
5911 * frame.el (frame-notice-user-settings): Add a last parameter nil
5912 to a call to `append', because the last list passed to `append' is
5913 not copied, and so subsequent calls to assq-delete-all will modify
5914 default-frame-alist.
5915
5916 * startup.el (fancy-splash-image): Change :type.
5917 (fancy-splash-head): Use an XBM image if appropriate.
5918 (command-line-1): Show splash screens in more cases.
5919
5920 * startup.el (fancy-splash-text): Don't quote faces.
5921
5922 * dired.el (dired-font-lock-keywords): Undo last change.
5923 (dired-readin): Bind indent-tabs-mode to nil.
5924
5925 * startup.el (fancy-splash-head): If frame's background mode
5926 is `dark', change the black background of the image to gray.
5927 (fancy-splash-screens): Display startup echo area message.
5928 (display-startup-echo-area-message): New function.
5929
59302000-09-20 Miles Bader <miles@lsi.nec.co.jp>
5931
5932 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
5933
5934 * info.el (info-header-node): Tweak for color ttys.
5935
5936 * faces.el (face-valid-attribute-values): Make sure directories we
5937 search for stipples both exist and are readable before trying to
5938 search them.
5939
5940 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
5941 in the dry-run case.
5942
5943 * jka-compr.el (with-auto-compression-mode): New macro.
5944
5945 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
5946 (custom-group-tag-face, custom-variable-tag-face): Use relative
5947 :height and inherit from `variable-pitch' face instead of
5948 hardwiring :family.
5949 * hi-lock.el (hi-black-hb): Likewise.
5950
5951 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
5952 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
5953 toolbar-add-item, if image doesn't have a mask add a `:mask
5954 heuristic'.
5955
59562000-09-19 Stefan Monnier <monnier@cs.yale.edu>
5957
5958 * diff-mode.el: Docstring fixes.
5959 (diff-header-face, diff-comment-face): New faces.
5960 (diff-font-lock-keywords): Highlight a bit differently.
5961 (diff-find-source-location): Don't return SPAN any more.
5962 (diff-hunk-text): Don't bother erasing the temp buffer.
5963 (diff-find-text): Drop argument LINE.
5964 (diff-apply-hunk): Update calls to diff-find-text.
5965 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
5966
5967 * calendar/calendar.el: Docstring fixes.
5968 (calendar-make-alist): Don't quote lambda.
5969 (calendar-star-date): Use make-local-variable.
5970
59712000-09-19 Dave Love <fx@gnu.org>
5972
5973 * toolbar/tool-bar.el: Renamed from toolbar.el.
5974 Change `toolbar' to `tool-bar' generally in symbols.
5975 Make some items invisible in `special' major modes.
5976 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
5977 Add arg PROPS.
5978
5979 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
5980 Add :version here.
5981 (fancy-splash-delay, fancy-splash-image): Remove :version here.
5982
59832000-09-19 Gerd Moellmann <gerd@gnu.org>
5984
5985 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
5986
5987 * files.el (find-file-suppress-same-file-warnings): New user-option.
5988 (find-file-noselect): Use it.
5989
5990 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
5991 (fancy-splash-screen): Defgroup.
5992
5993 * add-log.el (change-log-font-lock-keywords): Match names
5994 more exactly for the case that font-lock-constant-face is
5995 underlined.
5996
59972000-09-19 Richard M. Stallman <rms@gnu.org>
5998
5999 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6000
60012000-09-19 Andre Spiegel <spiegel@gnu.org>
6002
6003 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6004
60052000-09-19 Gerd Moellmann <gerd@gnu.org>
6006
6007 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6008 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6009 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6010 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6011 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6012 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6013 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6014 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6015 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6016 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6017 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6018 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6019
6020 * startup.el (fancy-splash-text): New variable.
6021 (fancy-splash-delay, fancy-splash-image): New user-options.
6022 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6023 (fancy-splash-screens): New functions.
6024 (command-line-1): If display has a `display' frame parameter, has
6025 colors, and we have XPM support, show more fancy splash screens.
6026
60272000-09-19 Dave Love <fx@gnu.org>
6028
6029 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6030 with null `help'. Use modern backquote syntax.
6031
60322000-09-19 Gerd Moellmann <gerd@gnu.org>
6033
6034 * font-lock.el (font-lock-mode): Change message telling the user
6035 that ``the buffer is too big''.
6036
6037 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6038 for instance for the case that tab-width is 2.
6039
60402000-09-18 Gerd Moellmann <gerd@gnu.org>
6041
6042 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6043 toolbar-add-item, if image doesn't have a mask add a `:mask
6044 heuristic'.
6045
60462000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6047
6048 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6049 and return a cons if it's non-nil.
6050 (diff-apply-hunk): Try to jump to the line in the source text
6051 corresponding to the position of point in the in the hunk.
6052
6053 * info.el (Info-title-3-face, Info-title-2-face)
6054 (Info-title-1-face): Use face inheritance and relative sizes
6055 instead of hard-wiring things.
6056
6057 * faces.el (secondary-selection): Make dark-background variant sane.
6058
60592000-09-16 Andrew Innes <andrewi@gnu.org>
6060
6061 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6062 read-only, since they aren't under VC now.
6063
60642000-09-17 Dave Love <fx@gnu.org>
6065
6066 * tmm.el: Replace mapcar with mapc in several places.
6067
6068 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6069 ad-unadvise.
6070
6071 * international/latin1-disp.el: New file.
6072
6073 * calendar/cal-move.el (scroll-calendar-left)
6074 (scroll-calendar-right): Make arg optional (for active mode line).
6075
6076 * calendar/calendar.el (calendar-mode-line-format): Make fields
6077 mouse-sensitive.
6078 (calendar-read-date, calendar-read-date, calendar-window-list):
6079 Unquote lambda.
6080 (calendar-month-name): Use aref, not sref.
6081
6082 * view.el (minor-mode-alist): Propertize the string.
6083
6084 * international/characters.el (standard-case-table): Add entries
6085 for Greek.
6086
60872000-09-18 Miles Bader <miles@gnu.org>
6088
6089 * info.el (info-node, info-xref): Add dark-background variants.
6090
6091 * faces.el (header-line): Change defaults to be less confusing
6092 when mixed with mode-lines.
6093
6094 * info.el (Info-fontify-node): Make a few cleanups.
6095 Add extra `help-echo' and `local-map' props to node xrefs.
6096 Use header-specific faces for node-names & xrefs.
6097 (Info-use-header-line): New variable.
6098 (info-header-xref, info-header-node): New faces.
6099 (Info-setup-header-line): New function.
6100 (Info-select-node): Call Info-setup-header-line when enabled.
6101 (Info-extract-pointer): Work even if the header line is hidden.
6102 (Info-header-line): New variable.
6103
61042000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6105
6106 * vms-patch.el (print-region-function): Don't quote lambda.
6107
6108 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6109
6110 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6111 (lm-get-header-re): Allow spaces between the header and the colon.
6112 (lm-header): Allow $ in non-RCS headers.
6113 (lm-header-multiline): Put the strings back into order.
6114 Stop at an empty line. Don't require two space chars if the
6115 line is clearly not another header line.
6116
6117 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6118 (popup-menu-popup): Remove.
6119
61202000-09-15 Gerd Moellmann <gerd@gnu.org>
6121
6122 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6123 specification if or if not tool-bar item contains an `:enabled'
6124 property.
6125
6126 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6127 current buffer has no file name.
6128
61292000-09-15 Dave Love <fx@gnu.org>
6130
6131 * strokes.el: Sync with maintainer's current version with changes
6132 for Emacs, but avoid runtime cl and levents.
6133 (toplevel): Change autoloads and compilation requires.
6134 (strokes-version, strokes-bug-address, strokes-lift): Values
6135 changed.
6136 (strokes-xpm-header, strokes-insinuated): New variable.
6137 (strokes): Add :link.
6138 (strokes-mode): Customized.
6139 (strokes-while-inhibiting-garbage-collector): New macro.
6140 (strokes-remassoc): Avoid remove-if.
6141 (strokes-fix-button2-command): Don't use ad-do-it.
6142 (strokes-insinuate): New function.
6143 (strokes-button-press-event-p, strokes-button-release-event-p):
6144 New functions, used instead of non-`strokes-' versions..
6145 (strokes-mouse-event-p): Rewritten.
6146 (strokes-event-closest-point): Avoid event-point.
6147 (strokes-get-grid-position): Avoid cdadr, caadr
6148 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6149 functions.
6150 (strokes-help): Use with-output-to-temp-buffer.
6151 (strokes-window-configuration-changed-p): New function.
6152 (strokes-update-window-configuration): Use buffer-live-p,
6153 strokes-window-configuration-changed-p.
6154 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6155 (strokes-char-face): New face.
6156 (strokes-char-table, strokes-base64-chars): New variable.
6157 (strokes-xpm-for-stroke, strokes-list-strokes)
6158 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6159 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6160 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6161 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6162 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6163 functions.
6164
61652000-09-15 Gerd Moellmann <gerd@gnu.org>
6166
6167 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6168
6169 * image.el (create-image): Doc fix.
6170
6171 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6172 instead of `:heuristic-mask t'.
6173
61742000-09-14 Andrew Innes <andrewi@gnu.org>
6175
6176 * makefile.w32-in: Revert to Unix line endings.
6177
61782000-09-14 Andrew Innes <andrewi@gnu.org>
6179
6180 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6181 when installing.
6182
6183 * makefile.nt (DONTCOMPILE): Fix typo.
6184
6185 * shell.el (shell-write-history-on-exit): New function.
6186 (shell-dumb-shell-regexp): New custom variable.
6187 (shell-mode): Make shell-write-history-on-exit the process
6188 sentinel if shell name matches shell-dumb-shell-regexp.
6189
6190 * w32-fns.el: Comment out before-init-hook function which resets
6191 source-directory based; this breaks bootstrap.
6192
61932000-09-14 Dave Love <fx@gnu.org>
6194
6195 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6196 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6197 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6198 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6199 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6200 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6201 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6202 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6203 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6204
6205 * toolbar/toolbar.el: New.
6206
6207 * subdirs.el: Add toolbar.
6208
62092000-09-14 Gerd Moellmann <gerd@gnu.org>
6210
6211 * indent.el (indent-for-tab-command): Doc fix.
6212
62132000-09-14 Alex Schroeder <alex@gnu.org>
6214
6215 * ansi-color.el (ansi-colors): Doc change.
6216 (ansi-color-get-face): Simplified regexp.
6217 (ansi-color-faces-vector): Added more faces, doc change.
6218 (ansi-color-names-vector): Doc change.
6219 (ansi-color-regexp): Simplified regexp.
6220 (ansi-color-parameter-regexp): New regexp.
6221 (ansi-color-filter-apply): Doc change.
6222 (ansi-color-filter-region): Doc change.
6223 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6224 deal with zero length parameters.
6225 (ansi-color-apply-on-region): Doc change.
6226 (ansi-color-map): Doc change.
6227 (ansi-color-map-update): Removed debugging message.
6228 (ansi-color-get-face-1): Added condition-case to trap
6229 args-out-of-range errors.
6230 (ansi-color-get-face): Doc change.
6231 (ansi-color-make-face): Removed.
6232 (ansi-color-for-shell-mode): New option.
6233
62342000-09-13 Kenichi Handa <handa@etl.go.jp>
6235
6236 * international/quail.el (quail-start-translation): Translate KEY
6237 if necessary even if it doesn't have any mapping in the current
6238 input method.
6239 (quail-start-conversion): Likewise.
6240 (quail-help): The output message is improved.
6241
62422000-09-13 Miles Bader <miles@gnu.org>
6243
6244 * comint.el (comint-output-filter): Revert to using
6245 `insert-before-markers'. Add bletcherous hack to undo damage
6246 caused by `insert-before-markers'. Put `front-sticky' property on
6247 overlays created here so that the field code understands how the
6248 overlay works. Use a let when making comint-last-prompt-overlay,
6249 so that the code is easier to read.
6250
62512000-09-13 Dave Love <fx@gnu.org>
6252
6253 * wid-edit.el (widget-default-format-handler): DTRT when
6254 doc-property is a function.
6255
62562000-09-12 Francesco Potorti` <pot@gnu.org>
6257
6258 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6259 filed name if it's not there.
6260
62612000-09-12 Dave Love <fx@gnu.org>
6262
6263 * simple.el (read-mail-command): Doc fix.
6264 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6265
6266 * vc.el (vc-dired-listing-switches): Fix :version.
6267
6268 * vc-hooks.el: Doc fixes.
6269
6270 * subr.el (add-minor-mode): Use toggle-fun arg.
6271
6272 * speedbar.el: Add :version to several defcustoms.
6273
6274 * imenu.el (imenu--truncate-items, imenu--cleanup)
6275 (imenu--generic-function): Avoid mapcar.
6276 (imenu--replace-spaces): Function removed.
6277 (imenu--completion-buffer): Use subst-char-in-string.
6278 (imenu-add-to-menubar): Use keymap inheritance.
6279
62802000-09-12 Miles Bader <miles@gnu.org>
6281
6282 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6283 (diff-mode-map): Bind `diff-test-hunk'.
6284 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6285
62862000-09-11 Gerd Moellmann <gerd@gnu.org>
6287
6288 * bytecomp.el (byte-compile-defvar): Undo last change
6289 because it breaks '(make-variable-buffer-local (defvar ...)'
6290 which is used at least in dired.
6291
62922000-09-12 Kenichi Handa <handa@etl.go.jp>
6293
6294 * international/quail.el (quail-define-package): Docstring
6295 modified.
6296
62972000-09-12 Kenichi Handa <handa@etl.go.jp>
6298
6299 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6300 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6301 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6302 docstring of "chinese-py".
6303
6304 * international/quail.el (quail-translation-docstring): New
6305 variable.
6306 (quail-show-keyboard-layout): Docstring modified.
6307 (quail-select-current): Likewise.
6308 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6309 infinite recursive call.
6310 (quail-help): Check quail-translation-docstring. Format of the
6311 output changed.
6312 (quail-help-insert-keymap-description): Adjusted for the above
6313 change.
6314
63152000-09-11 Gerd Moellmann <gerd@gnu.org>
6316
6317 * bytecomp.el (byte-compile-defvar): Only cons onto
6318 current-load-list in top-level forms. Else this leaks a cons cell
6319 every time a defun is called.
6320
63212000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6322
6323 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6324 Now understands non-unified diffs. Some functionality moved into
6325 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6326 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6327 modify anything. Only reposition point in the patched file if the
6328 patch succeeds. Only pop up another window if POPUP is true.
6329 Emit a message describing what happened if successful, and at what
6330 line-offset. Automatically detect reversed hunks and do something
6331 appropriate.
6332 (diff-hunk-text, diff-find-text): New functions.
6333 (diff-filter-lines): Function removed.
6334 (diff-test-hunk): New function.
6335 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6336
63372000-09-10 Dave Love <fx@gnu.org>
6338
6339 * textmodes/tildify.el: Minor doc/commentary fixes.
6340 (tildify) <defgroup>: Add :version.
6341
6342 * faces.el (face-x-resources): Make custom type more specific.
6343 (frame-background-mode): Use mapc.
6344 (region) <defcustom>: Add :version.
6345
63462000-09-08 Stefan Monnier <monnier@cs.yale.edu>
6347
6348 * vc-sccs.el (vc-sccs-register):
6349 * vc-rcs.el (vc-rcs-register):
6350 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
6351 * vc.el (vc-register): Clear file's properties.
6352
63532000-09-08 Gerd Moellmann <gerd@gnu.org>
6354
6355 * faces.el (face-spec-set): Only face-spec-reset-face when
6356 ATTRS is non-nil.
6357
63582000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
6359
6360 * help.el (help-insert-xref-button): Fix a typo in doc string.
6361
63622000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6363
6364 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6365 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
6366 methods.
6367
6368 * menu-bar.el (read-mail-item-name): New function.
6369 (menu-bar-tools-menu): Use it to compute and display the package
6370 used to read email.
6371 (menu-bar-tools-menu): Fix typo in GUD's help string.
6372
63732000-09-07 Dave Love <fx@gnu.org>
6374
6375 * diff-mode.el (diff-mouse-goto-source): New function.
6376
6377 * vc-sccs.el: Doc fixes.
6378 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
6379
6380 * vc-rcs.el: Doc fixes.
6381 (vc-rcs-register-switches, vc-rcs-checkin-switches)
6382 (vc-rcs-checkout-switches, vc-rcs-header)
6383 (vc-rcs-master-templates): Add or change :version.
6384
6385 * vc-cvs.el: Doc fixes.
6386 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
6387 (vc-cvs-stay-local): Add :version.
6388
6389 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
6390
63912000-09-07 Kenichi Handa <handa@etl.go.jp>
6392
6393 * international/quail.el (quail-help): Fix previous change.
6394
63952000-09-07 Gerd Moellmann <gerd@gnu.org>
6396
6397 * faces.el (color-values): Doc fix.
6398
6399 * faces.el (frame-set-background-mode): Use frame-parameter
6400 instead of frame-parameters.
6401
6402 * frame.el (filtered-frame-list): Reduce consing.
6403 (frames-on-display-list): Call frame-parameter instead of
6404 frame-parameters.
6405
64062000-09-07 Kenichi Handa <handa@etl.go.jp>
6407
6408 * language/devan-util.el (devanagari-to-indian-region): In the
6409 loop, change the following char, not preceding char.
6410
64112000-09-07 Gerd Moellmann <gerd@gnu.org>
6412
6413 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
6414 instead of frame-parameters.
6415
6416 * faces.el (set-face-attribute): Simplify by calling
6417 internal-set-lisp-face-attribute with FRAME being 0.
6418
6419 * vc.el: Remove `Id' version control keyword.
6420
64212000-09-07 Kenichi Handa <handa@etl.go.jp>
6422
6423 * help.el (help-make-xrefs): Adjusted for the change of
6424 help-xref-mule-regexp.
6425 (help-insert-xref-button): New function.
6426
6427 * international/mule-cmds.el (help-xref-mule-regexp-template):
6428 Include the pattern for character set.
6429 (leim): New group.
6430
6431 * international/quail.el: Don't require face.
6432 (quail): New group.
6433 (quail-other-command): Dummy command to make quail-help work better.
6434 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
6435 (quail-keyboard-layout-substitution): New variable.
6436 (quail-update-keyboard-layout): New function.
6437 (quail-keyboard-layout-type): New customizable variable.
6438 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
6439 (quail-keyboard-translate): Pay attention to
6440 quail-keyboard-layout-substitution.
6441 (quail-insert-kbd-layout): New function.
6442 (quail-show-keyboard-layout): New function.
6443 (quail-get-translation): If the definition is a vector of length
6444 1, and the element is a string of length 1, return the character
6445 in that string.
6446 (quail-update-current-translations): Fix the case of
6447 relative-index out of range.
6448 (quail-build-decode-map, quail-insert-decode-map): New Functions.
6449 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
6450 Show key sequences for all available characters.
6451 (quail-help-insert-keymap-description): Don't show such verbose
6452 key bindings as quail-self-insert-command.
6453
6454 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
6455 Format changed, and each element now have extra documentations.
6456 (tit-process-header): Delete invalid characters from TIT-PROMPT.
6457 Adjusted for the change of quail-cxterm-package-ext-info.
6458
64592000-09-06 Gerd Moellmann <gerd@gnu.org>
6460
6461 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
6462 requiring it leads to a recursive loading of vc.el and vc-hooks.el
6463 during bootstrap.
6464
64652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6466
6467 * vc.el: (toplevel): Don't require `dired' at run-time.
6468 (vc-dired-resynch-file): Remove autoload cookie.
6469
64702000-09-05 Andre Spiegel <spiegel@gnu.org>
6471
6472 * vc.el: Made several backend functions optional.
6473 (vc-default-responsible-p): New function.
6474 (vc-merge): Use RET for first version to trigger merge-news, not
6475 prefix arg.
6476 (vc-annotate): Handle backends that do not support annotation.
6477 (vc-default-merge-news): Removed. The existence of a merge-news
6478 implementation is now checked on caller sites.
6479
6480 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
6481 case.
6482
6483 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
6484 special case that has been removed from the default in vc-hooks.el.
6485
64862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6487
6488 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
6489
64902000-09-05 Andre Spiegel <spiegel@gnu.org>
6491
6492 * vc-hooks.el: Require vc during compilation.
6493 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
6494 macro `with-vc-properties' in vc.el.
6495 (vc-file-getprop): Doc fix.
6496 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
6497
6498 * vc.el: Require dired-aux during compilation.
6499 (vc-name-assoc-file): Moved to vc-sccs.el.
6500 (with-vc-properties): New macro.
6501 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
6502 vc-finish-steal): Use it.
6503 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
6504 to the backend-specific function is now supposed to do the checkout,
6505 too.
6506 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
6507
6508 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
6509 set file properties; that gets done in the generic code now.
6510
6511 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
6512 Changed parameter list, added code from vc.el that does the
6513 checkout, possibly with a double-take.
6514
6515 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
6516 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
6517 the above under the new name.
6518 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
6519 parameter list, added checkout command.
6520 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
6521 properties; that gets done in the generic code now.
6522
65232000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6524
6525 * vc.el: Docstring fixes (courtesy of checkdoc).
6526
65272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
6528
6529 * vc.el (vc-checkout-writable-buffer-hook)
6530 (vc-checkout-writable-buffer): Remove.
6531 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
6532 (vc-log-mode): Make it into a clean derived major mode.
6533 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
6534 vc-log-mode if log-edit is not available.
6535 (vc-dired-mode-map): Don't set-keymap-parent yet.
6536 (vc-dired-mode): Do set-keymap-parent here.
6537 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
6538
65392000-09-05 Gerd Moellmann <gerd@gnu.org>
6540
6541 * faces.el (set-face-attribute, face-spec-reset-face)
6542 (face-spec-set): Avoid consing by removing calls to `apply'.
6543
6544 * frame.el (frame-parameter): Move to C code.
6545
65462000-09-05 Dave Love <fx@gnu.org>
6547
6548 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
6549 insert-before-markers-and-inherit. Now checked systematically!
6550
65512000-09-05 Alex Schroeder <alex@gnu.org>
6552
6553 * sql.el (sql-postgres): Use sql-postgres-options.
6554 (sql-postgres-options): New variable.
6555
65562000-09-05 Alex Schroeder <alex@gnu.org>
6557
6558 * sql.el (sql-mode-menu): Work around missing variable mark-active
6559 in XEmacs.
6560 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
6561 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
6562 compatibility.
6563
65642000-09-04 Gerd Moellmann <gerd@gnu.org>
6565
6566 * vc.el (vc-dired-resynch-file): Add autoload cookie.
6567
6568 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
6569
6570 * Makefile.in (DONTCOMPILE): Fix typo in file name.
6571
65722000-09-04 Andre Spiegel <spiegel@gnu.org>
6573
6574 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
6575 don't support anything else under SCCS yet.
6576
6577 * vc-hooks.el: Minor doc fixes.
6578
65792000-09-04 Andre Spiegel <spiegel@gnu.org>
6580
6581 * vc.el (vc-next-action-on-file): Do not visit the file if it's
6582 not necessary. If verbose in state `needs-patch', do the same as
6583 under `up-to-date'. When NOT verbose and `needs-patch', check out
6584 latest version instead of `merge-news'.
6585 (vc-next-action-dired): Don't mess with default-directory here; it
6586 breaks other parts of dired. It is the job of the
6587 backend-specific functions to adjust it temporarily if they need it.
6588 (vc-next-action): Remove a special CVS case.
6589 (vc-clear-headers): New optional arg FILE.
6590 (vc-checkin, vc-checkout): Set properties vc-state and
6591 vc-checkout-time properly.
6592 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
6593 (vc-print-log): Use new backend function `show-log-entry'.
6594 (vc-cancel-version): Do the checks in a different order. Added a
6595 FIXME concerning RCS-only code.
6596
6597 * vc-rcs.el (vc-rcs-show-log-entry): New function.
6598 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
6599
6600 * vc-cvs.el (vc-cvs-show-log-entry): New function.
6601
6602 * vc-hooks.el (vc-default-mode-line-string): Show state
6603 `needs-patch' as a `-' too.
6604
66052000-09-04 Andre Spiegel <spiegel@gnu.org>
6606
6607 * vc.el (vc-responsible-backend): New optional arg REGISTER.
6608 (vc-default-could-register): New function.
6609 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
6610 (vc-resynch-buffer): Call vc-dired-resynch-file.
6611 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
6612 vc-resynch-buffer instead of vc-resynch-window.
6613 (vc-next-action-dired): Don't redisplay here, that gets done as a
6614 result of the individual file operations.
6615 (vc-retrieve-snapshot): Corrected prompt order.
6616
6617 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
6618
6619 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
6620 as well.
6621 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
6622 hostname regexps. Updated all callers.
6623 (vc-cvs-responsible-p): Handle directories as well.
6624 (vc-cvs-could-register): New function.
6625 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
6626 properties up-to-date.
6627
6628 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
6629 user whether to create one.
6630
66312000-09-04 Andre Spiegel <spiegel@gnu.org>
6632
6633 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
6634 check out a non-existing file.
6635
6636 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
6637 workfile does not exist.
6638
6639 * vc.el (vc-version-diff): Use `require' to check for existence of
6640 diff-mode.
6641
66422000-09-04 Andre Spiegel <spiegel@gnu.org>
6643
6644 * vc-cvs.el (vc-cvs-registered): Use new function
6645 vc-cvs-parse-entry to do the actual work.
6646
66472000-09-04 Andre Spiegel <spiegel@gnu.org>
6648
6649 * vc-hooks.el (vc-find-backend-function): If function doesn't
6650 exist, return nil instead of error.
6651 (vc-call-backend): Doc fix.
6652
6653 * vc.el (vc-do-command): Doc fix.
6654 (vc-finish-logentry): When checking in from vc-dired, choose the
6655 right backend for logentry check.
6656 (vc-dired-mode-map): Inherit from dired-mode-map.
6657 (vc-dired-mode): Local value of dired-move-to-filename-regexp
6658 simplified.
6659 (vc-dired-state-info): Removed, updated caller.
6660 (vc-default-dired-state-info): Use parentheses instead of hyphens.
6661 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
6662 (vc-dired-listing-switches): New variable.
6663 (vc-directory): Use it, instead of dired-listing-switches.
6664
6665 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
6666 (vc-cvs-dir-state): New function.
6667 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
6668 (vc-cvs-parse-entry): New function, also to be used in
6669 vc-cvs-registered.
6670
66712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6672
6673 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
6674 *or* single-window-frames.
6675
66762000-09-04 Andre Spiegel <spiegel@gnu.org>
6677
6678 * vc.el (vc-update-changelog): Split into generic part and default
6679 implementation. Doc string adapted.
6680 (vc-default-update-changelog): New function. Call the `rcs2log'
6681 script in exec-directory, to fix a long-standing nuisance.
6682
6683 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
6684 simply signals an error.
6685
66862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6687
6688 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
6689 control-flow more clear and to avoid running `cvs' twice.
6690
6691 * vc.el (vc-next-action-on-file): Doc fix.
6692 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
6693 (vc-print-log): Eval `file' before constructing the continuation.
6694
66952000-09-04 Andre Spiegel <spiegel@gnu.org>
6696
6697 * vc.el (vc-next-action-on-file): Corrected several messages.
6698 (vc-merge): Add prefix arg `merge-news'; handle it.
6699
6700 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
6701 is not reached. It is.
6702 (vc-cvs-merge): Set state to 'edited after merge.
6703 (vc-cvs-merge-news): Set workfile version to nil if not known.
6704 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
6705
6706 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
6707 via stdout. (Merge from main line.)
6708
67092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6710
6711 * vc.el (vc-finish-logentry): Thinko in the "same comment"
6712 detection.
6713
67142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6715
6716 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
6717 against kill-all-local-variables.
6718 (vc-log-edit): Don't save vc-parent-buffer any more.
6719 (vc-last-comment-match): Initialize to an empty string.
6720 (vc-post-command-functions): New hook.
6721 (vc-do-command): Run it.
6722 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
6723 (vc-finish-logentry): Only add the comment to the ring if it's
6724 different from the last comment entered.
6725 (vc-new-comment-index): New function.
6726 (vc-previous-comment): Use it. Make the minibuffer message
6727 slightly less terse.
6728 (vc-comment-search-reverse): Make it work forward as well. Don't
6729 set vc-comment-ring-index if no match is found. Use
6730 vc-new-comment-index.
6731 (vc-comment-search-forward): Use vc-comment-search-reverse.
6732 (vc-dired-mode-map): Don't inherit from dired-mode-map since
6733 define-derived-mode will do it for us. Bind `v' to a keymap that
6734 inherits from vc-prefix-map so that we can bind `vt' without
6735 binding C-x v t.
6736 (vc-retrieve-snapshot): Parenthesis typo.
6737
6738 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
6739 to 1. Make sure to switch to *vc* before looking for an error
6740 message. Use vc-parse-buffer.
6741
67422000-09-04 Andre Spiegel <spiegel@gnu.org>
6743
6744 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
6745 and NAME.
6746 (vc-retrieve-snapshot): Split into two parts.
6747 (vc-default-retrieve-snapshot): New function.
6748
6749 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
6750 (vc-cvs-retrieve-snapshot): New function (untested).
6751 (vc-cvs-stay-local): Default to t.
6752 (vc-cvs-remote-p): New function and property.
6753 (vc-cvs-state): Stay local only if the above is t.
6754 (vc-handle-cvs): Removed.
6755 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
6756 done via vc-handled-backends now.
6757 (vc-cvs-header): Escape Id.
6758
67592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6760
6761 * vc.el (vc-do-command): Remove unused commands.
6762 (vc-version-diff): Make sure default-directory ends with a slash.
6763 Move the window commands into a vc-exec-after.
6764 (vc-print-log): Move more of the code into the `vc-exec-after'.
6765
67662000-09-04 Andre Spiegel <spiegel@gnu.org>
6767
6768 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
6769 (vc-print-log): Search current revision from beginning of buffer.
6770 (vc-revert-buffer): Clear echo area after the diff is finished.
6771 (vc-prefix-map): Removed definition of "t" for terse display in vc
6772 dired.
6773 (vc-dired-mode-map): Inherit from dired-mode-map. Added
6774 definition of "vt" for terse display.
6775 (vc-dired-mode): Fix dired-move-to-filename-regexp.
6776
67772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6778
6779 * vc.el (vc-exec-after): Avoid caddr.
6780
67812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6782
6783 * vc.el (vc-exec-after): New function.
6784 (vc-do-command): Use it to add a termination message for async
6785 procs.
6786 (vc-checkout): Try to handle a missing-backend situation.
6787 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
6788 of a directory with a backend using async diffs.
6789 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
6790 present.
6791
6792 * vc-sccs.el (vc-sccs-state-heuristic): Use
6793 file-ownership-preserved-p.
6794
6795 * vc-rcs.el (vc-rcs-state-heuristic): Use
6796 file-ownership-preserved-p.
6797 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
6798
67992000-09-04 Andre Spiegel <spiegel@gnu.org>
6800
6801 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
6802 vc-do-command.
6803
6804 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
6805 when there are no changes.
6806
68072000-09-04 Andre Spiegel <spiegel@gnu.org>
6808
6809 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
6810
6811 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
6812
68132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6814
6815 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
6816
6817 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
6818 the `fset' outside of the defvar so that it works even if
6819 vc-prefix-map was already defined.
6820 (vc-setup-buffer): New function, split out of vc-do-command.
6821 (vc-do-command): Allow BUFFER to be t to mean `just use the
6822 current buffer without any fuss'.
6823 (vc-version-diff): Change the `diff' backend operation to just put
6824 the diff in the current buffer without erasing it. Always use
6825 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
6826 shrink-window-if-larger-than-buffer.
6827 (vc-print-log): Change the `print-log' backend operation to just
6828 put the log in the current buffer without erasing it. Protect
6829 shrink-window-if-larger-than-buffer.
6830 (vc-update-change-log): Fix setd typo.
6831
6832 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
6833 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
6834
6835 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
6836 (vc-rcs-diff): Insert in the current buffer and remove unused arg
6837 CMP.
6838
6839 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
6840 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
6841 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
6842
68432000-09-04 Andre Spiegel <spiegel@gnu.org>
6844
6845 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
6846 not possible, use vc-BACKEND-workfile-unchanged-p.
6847 (vc-default-workfile-unchanged-p): New function. Delegates to a
6848 full vc-BACKEND-diff.
6849
6850 * vc-hooks.el (vc-simple-command): Removed.
6851
6852 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
6853 instead of vc-simple-command.
6854 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
6855 avoid doing a diff when opening a file.
6856 (vc-rcs-state): Added check for unlocked-changes.
6857 (vc-rcs-header): Escape Id.
6858 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
6859 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
6860 version.
6861
6862 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
6863 (vc-sccs-diff): Remove optional arg CMP.
6864 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
6865 SCCS-specific function.
6866
6867 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
6868 vc-simple-command.
6869
68702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6871
6872 * vc.el (vc-editable-p): Renamed from vc-writable-p.
6873 (with-vc-file, vc-merge): Use vc-editable-p.
6874 (vc-do-command): Remove unused var vc-file and fix the
6875 doubly-defined `status' var. Add a user message when starting an
6876 async command.
6877 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
6878 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
6879 Use with-current-buffer.
6880 (vc-buffer-sync): Use unless.
6881 (vc-next-action-on-file): If the file is 'edited by read-only,
6882 make it read-write instead of trying to commit.
6883 (vc-version-diff, vc-update-change-log): Use `setq
6884 default-directory' rather than `cd'.
6885 (vc-log-edit): Don't forget to set default-directory in the
6886 buffer.
6887
6888 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
6889 (vc-sccs-state-heuristic): Use file-writable-p instead of
6890 comparing userids.
6891 (vc-sccs-checkout): Use `unless'.
6892
6893 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
6894 of comparing userids.
6895 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
6896 Simplify the logic by eliminating unreachable code.
6897 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
6898 just do a recursive call if we need to retry.
6899 (vc-rcs-checkout): Handle the case where rcs is missing by making
6900 the buffer read-write if requested and re-signalling the error.
6901
6902 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
6903
69042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6905
6906 * vc-hooks.el (vc-handled-backends): Docstring change.
6907 (vc-ignore-vc-files): Mark obsolete.
6908 (vc-registered): Check vc-ignore-vc-files.
6909 (vc-find-file-hook, vc-file-not-found-hook): Don't check
6910 vc-ignore-vc-files.
6911
6912 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
6913
69142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6915
6916 * vc.el (vc-checkout): Don't do anything special for ange-ftp
6917 files since ange-ftp already has vc-registered return nil.
6918
6919 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
6920 (vc-sccs-workfile-version): Use with-temp-buffer and new
6921 vc-parse-buffer and don't bother setting the property.
6922 (vc-sccs-add-triple): Use with-current-buffer and
6923 find-file-noselect.
6924 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
6925
6926 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
6927 derives from the old vc-parse-buffer but uses the revision number
6928 rather than the date (much easier to compare robustly).
6929 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
6930 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
6931 locking-user more directly. Check strict locking and set
6932 checkout-model appropriately.
6933 (vc-rcs-parse-locks): Remove.
6934 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
6935 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
6936 (vc-rcs-system-release): Use with-current-buffer and
6937 vc-parse-buffer.
6938 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
6939
6940 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
6941 (vc-simple-command): Docstring fix.
6942 (vc-registered): Align the way the file-handler is called with the
6943 way the function itself works.
6944 (vc-file-owner): Remove.
6945
6946 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
6947 extraction of fields and call to file-attributes because of a
6948 temporary bug in rcp.el.
6949 (vc-cvs-fetch-status): Use with-current-buffer.
6950
69512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6952
6953 * vc.el (vc-do-command): Use file-relative-name.
6954 (vc-responsible-backend): Use vc-backend if possible.
6955 (vc-create-snapshot): Improve the `interactive' spec. Add support
6956 for branches and dispatch to backend-specific `create-snapshot'.
6957 (vc-default-create-snapshot): New function, containing the bulk of
6958 the old vc-create-snapshot.
6959 (vc-retrieve-snapshot): Improve the interactive spec.
6960
6961 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
6962 (vc-backend-hook-functions): Remove.
6963 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
6964 (vc-backend): Reintroduce the test for `file = nil' now that I
6965 know why it was there (and added a comment to better remember).
6966
6967 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
6968 code from vc-sccs-hooks.el.
6969 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
6970 'vc anymore.
6971 (vc-sccs-responsible-p): Use expand-file-name instead of concat
6972 and file-directory-p instead of file-exists-p.
6973 (vc-sccs-check-headers): Simplify the regexp.
6974
6975 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
6976 from vc-rcs-hooks.el. Don't require 'vc anymore.
6977 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
6978 file-directory-p instead of file-exists-p.
6979
6980 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
6981 from vc-cvs-hooks.el.
6982 (proto vc-cvs-registered): Require 'vc-cvs instead of
6983 'vc-cvs-hooks. Don't require 'vc anymore.
6984 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
6985 file-directory-p instead of file-exists-p.
6986 (vc-cvs-create-snapshot): New function, replacing
6987 vc-cvs-assign-name.
6988 (vc-cvs-assign-name): Remove.
6989
69902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
6991
6992 * vc-cvs.el (vc-cvs-header): New var.
6993
6994 * vc-rcs.el (vc-rcs-exists): Remove.
6995 (vc-rcs-header): New var.
6996
6997 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
6998 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
6999 (vc-sccs-header): New var.
7000
7001 * vc.el (vc-do-command): Get rid of the `last' argument.
7002 (vc-header-alist): Remove, replaced by vc-X-header.
7003 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7004 (vc-dired-hook): Use expand-file-name instead of concat.
7005 (vc-directory): Use file-name-as-directory.
7006 (vc-snapshot-precondition, vc-create-snapshot)
7007 (vc-retrieve-snapshot): Allow the command to operate on any
7008 directory.
7009
7010 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7011 just removing the 'WORKFILE argument or by removing the 'MASTER
7012 argument and replacing `file' with (vc-name file).
7013
70142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7015
7016 * vc.el: Update Copyright and add a crude list of backend funs.
7017 (vc-writable-p): New function.
7018 (with-vc-file): Use vc-writable-p.
7019 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7020 (vc-register): Avoid vc-name.
7021 (vc-locking-user): Remove.
7022 (vc-steal-lock): Make the `owner' arg non-optional.
7023 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7024 vc-checkout-model.
7025 (vc-default-dired-state-info): Use vc-state instead of
7026 vc-locking-user and return special strings for special states.
7027 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7028 and get rid of one of the special CVS cases.
7029 (vc-cancel-version): prettify error message with \\[...].
7030 (vc-rename-master): New function.
7031 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7032 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7033 the CVS special case generic.
7034 (vc-default-record-rename): Remove.
7035 (vc-file-tree-walk-internal): Only call FUNC for files that are
7036 under control of some VC backend and replace `concat' with
7037 expand-file-name.
7038 (vc-file-tree-walk): Update docstring.
7039 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7040 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7041
7042 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7043 vc-sccs-record-rename. Use `find-file-noselect' rather than
7044 `find-file' and call `vc-rename-master' to do the actual move.
7045 (vc-sccs-diff): Remove unused `backend' variable.
7046
7047 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7048 to delay loading of vc-sccs until it is really used.
7049 (vc-sccs-master-templates): Preload.
7050 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7051 (vc-sccs-project-dir): Remove (merged into
7052 vc-sccs-search-project-dir).
7053 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7054 rather than `concat', make sure it is preloaded and don't bother
7055 to check that the file actually exists.
7056 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7057 `locks' argument (use buffer's content instead) and eliminate n^2
7058 behavior.
7059
7060 * vc-rcs.el: Update Copyright.
7061 (vc-rcs-rename-file): New function.
7062 (vc-rcs-diff): Remove unused `backend' variable.
7063
7064 * vc-hooks.el: Update Copyright.
7065 (vc-backend): Don't accept a nil argument any more.
7066 (vc-up-to-date-p): Turn into a defsubst.
7067 (vc-possible-master): New function.
7068 (vc-check-master-templates): Use `vc-possible-master' and allow
7069 funs in vc-X-master-templates to return a non-existent file.
7070
7071 * vc-cvs.el: Update Copyright.
7072 (vc-cvs-diff): Remove unused `backend' variable.
7073 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7074
7075 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7076
70772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7078
7079 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7080 since it can be called from vc-rcs.el.
7081 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7082
70832000-09-04 Andre Spiegel <spiegel@gnu.org>
7084
7085 * vc.el (vc-version-diff): Expand file name read from the
7086 minibuffer. Handle the case when a previous version number can't
7087 be guessed. Give suitable messages when there were no differences
7088 found.
7089 (vc-clear-headers): Call backend-specific implementation, if one
7090 exists.
7091 (vc-cancel-version): Made error checks generic. When done, clear
7092 headers generically, too.
7093
7094 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7095 from vc-clear-headers in vc.el.
7096
7097 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7098 correctly.
7099 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7100 optional. Handle the case when it's not there.
7101
71022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7103
7104 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7105
71062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7107
7108 * vc-hooks.el (vc-loadup): Remove.
7109 (vc-find-backend-function): Use `require'. Also, handle the case
7110 where vc-BACKEND-hooks.el doesn't exist.
7111 (vc-call-backend): Cleanup.
7112
71132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7114
7115 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7116 vc-rcs-grab-templates)
7117 (vc-rcs-registered): Remove. The default function works as well.
7118 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7119 vc-sccs-grab-templates)
7120 (vc-sccs-registered): Remove. The default function works as well.
7121
7122 * vc.el (vc-version-diff): Left out a vc- in call to
7123 vc-call-backend.
7124 (vc-default-dired-state-info, vc-default-record-rename)
7125 (vc-default-merge-news): Update for the new backend argument.
7126
7127 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7128 using the default function.
7129 (vc-call-backend): If calling the default function, pass it the
7130 backend as first argument. Update the docstring accordingly.
7131 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7132 for the new backend argument.
7133 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7134 (vc-find-backend-function): Use the new name.
7135 (vc-default-registered): New function.
7136
71372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * vc.el (vc-merge): Use vc-find-backend-function.
7140
7141 * vc-hooks.el (vc-backend-functions): Remove.
7142 (vc-loadup): Don't setup 'vc-functions.
7143 (vc-find-backend-function): New function.
7144 (vc-call-backend): Use above fun and populate 'vc-functions
7145 lazily.
7146 (vc-backend-defines): Remove.
7147
71482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7149
7150 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7151 Call vc-call-backend without the leading vc-.
7152 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7153 (vc-check-headers): Call vc-call-backend without the leading vc-.
7154 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7155 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7156 Call vc-call-backend without the leading vc-.
7157
7158 * vc-cvs.el (tail): Provide vc-cvs.
7159 * vc-sccs.el (tail): Provide vc-sccs.
7160 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7161
7162 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7163 (vc-make-backend-function, vc-call): Pass names without leading
7164 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7165 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7166 (vc-call-backend): Always try to load vc-X-hooks.
7167 (vc-registered): Remove vc- in call to vc-call-backend.
7168
71692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7170
7171 * vc.el (vc-process-filter): New function.
7172 (vc-do-command): Setup `vc-process-filter' for the async process.
7173 (vc-maybe-resolve-conflicts): New function to reduce
7174 code-duplication. Additionally, it puts the buffer in
7175 `smerge-mode' if applicable.
7176 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7177 calling `merge-news'.
7178 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7179 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7180 interfacing to log-edit.el.
7181 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7182 log-edit is available.
7183 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7184
71852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7186
7187 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7188 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7189 defvar and the initialization.
7190 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7191
7192 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7193 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7194
7195 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7196
71972000-09-04 Andre Spiegel <spiegel@gnu.org>
7198
7199 * vc.el (vc-file-clear-masterprops): Removed.
7200 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7201 (vc-version-diff): Use buffer-size without argument.
7202 (vc-register): Heed vc-initial-comment.
7203
7204 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7205 default branch.
7206
7207 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7208 file name and workfile version.
7209 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7210
7211 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7212 vc-file-clear-masterprops.
7213
7214 * vc-sccs.el (vc-sccs-checkout): Removed call to
7215 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7216 rather than user login name.
7217
7218
72192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7220
7221 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7222 `want-differences-if-changed' and simplify.
7223 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7224 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7225 output (which is invalid for async vc-diff) to decide whether to
7226 do the revert silently or not.
7227
72282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7229
7230 * vc-hooks.el (vc-loadup): Load files quietly.
7231 (vc-call-backend): Oops, brain fart.
7232
72332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * vc-cvs.el (vc-cvs-state): Typo.
7236 (vc-cvs-merge-news): Return the status code rather than the error msg.
7237
72382000-09-04 Andre Spiegel <spiegel@gnu.org>
7239
7240 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7241 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7242 vc-state or vc-up-to-date-p.
7243 (vc-merge): Use vc-backend-defines to check whether merging is
7244 possible. Set state to 'edited after successful merge.
7245
7246 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7247 return that name. Redocumented.
7248
72492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7250
7251 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7252 new `vc-state' semantics.
7253 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7254 'vc-locking-user to the current user.
7255 (vc-merge): Inline vc-backend-merge. Comment out code that I
7256 don't understand and hence can't adapt to the new `vc-state' and
7257 `vc-locking-user' semantics.
7258 (vc-backend-merge): Remove.
7259
7260 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7261 rather than 'vc-locking-user.
7262
7263 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7264
7265 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7266 (vc-state): Don't use 'reserved any more. Just use the same
7267 convention as the one used for vc-<backend>-state where the
7268 locking user (as a string) is returned.
7269 (vc-locking-user): Update, based on the above convention. The
7270 'vc-locking-user property has disappeared.
7271 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7272
7273 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7274 with a heuristic one.
7275 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7276 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7277 error. That allows us to get to 'needs-merge even in the
7278 stay-local case. There's still no way to detect 'needs-patch in
7279 such a setup (or to force an update for that matter).
7280 (vc-cvs-logentry-check): Remove, the default works as well.
7281
72822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7283
7284 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7285
7286 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7287 major-mode in which the buffer might have been put earlier. Use
7288 `remove' and `when'. Allow `okstatus' to be `async' and use
7289 `start-process' in this case.
7290 (vc-version-diff): Handle the case where the diff looks empty
7291 because of the use of an async process.
7292
72932000-09-04 Andre Spiegel <spiegel@gnu.org>
7294
7295 * vc.el (vc-next-action-on-file): Removed optional parameter
7296 `simple'. Recompute state unconditionally.
7297 (vc-default-toggle-read-only): Removed.
7298
7299 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7300 (vc-toggle-read-only): Undid prev change.
7301
7302 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7303 vc-cvs-simple-toggle. Redocumented.
7304 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7305 (vc-cvs-toggle-read-only): Removed.
7306
73072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7310 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7311 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7312 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7313 still is. So maybe it should be removed.
7314 (vc-head-version, vc-find-binary): Remove.
7315 (vc-recompute-state): Move from vc-hooks.el.
7316 (vc-next-action-on-file): Add a `simple' argument to allow
7317 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7318 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7319 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7320 (vc-dired-mode-map): Properly defvar it.
7321 (vc-print-log): Call log-view-mode if available.
7322 (small-temporary-file-directory): defvar instead of use boundp.
7323 (vc-merge-news): Moved to vc-cvs.el.
7324 (vc-default-merge-news): New function.
7325
7326 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7327 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7328 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7329 unknown `vc-latest-version' function. It should probably refer to
7330 vc-workfile-version or somesuch, but it's very unclear to me and I
7331 don't have SCCS to test things.
7332
7333 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7334 (vc-sccs-state-heuristic): Fix typo.
7335 (vc-sccs-workfile-unchanged-p): Add missing argument.
7336
7337 * vc-rcs.el: Require vc and vc-rcs-hooks.
7338 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7339 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7340 (vc-release-greater-or-equal-p): Move from vc.
7341 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7342 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7343 (vc-rcs-checkout): Add a missing `new-version' argument in the
7344 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7345
7346 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
7347 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
7348 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
7349 than the apparently unbound `workfile-version'.
7350
7351 * vc-hooks.el (vc-master-templates): Def the obsolete var.
7352 (vc-file-prop-obarray): Use `make-vector'.
7353 (vc-backend-functions): Add new hookable functions
7354 vc-toggle-read-only, vc-record-rename and vc-merge-news.
7355 (vc-loadup): If neither backend nor default functions exist, use
7356 the backend function rather than nil.
7357 (vc-call-backend): If the function if not bound yet, try to load
7358 the non-hook file to see if it provides it.
7359 (vc-call): New macro plus use it wherever possible.
7360 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
7361 nor `vc-find-binary' since it's only called from
7362 vc-mistrust-permission which is only used once the backend is known.
7363 (vc-checkout-model): Fix parenthesis.
7364 (vc-recompute-state, vc-prefix-map): Move to vc.el.
7365
7366 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
7367 (vc-cvs-release, vc-cvs-system-release): Remove.
7368 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
7369 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
7370 status symbols.
7371 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
7372 (vc-cvs-toggle-read-only): First cut at a function to allow a
7373 cvs-status-free vc-toggle-read-only.
7374 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
7375 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
7376 vc-cvs-status. Also set vc-state rather than vc-locking-user.
7377 (vc-cvs-checkout): Modify access rights directly if the user
7378 requested not to use `cvs edit'. And refresh the mode line.
7379
7380 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
7381 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
7382
73832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7384
7385 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
7386 workfile' that got lost when the code was extracted from vc.el.
7387 And merged the tail with the rest of the code (not possible in the
7388 old vc.el where the tail was shared among all backends). And
7389 explicitly set the state to 'edited if `writable' is set.
7390
7391 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
7392 (vc-cvs-state): Be careful to return the value from
7393 vc-cvs-parse-state.
7394 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
7395 property but return it instead. Also be careful to handle a nil
7396 or "" `rev' when workfile is non-nil (it was handled properly when
7397 workfile was nil).
7398
7399 * vc.el: Removed those pesky unnecessary `(function' quotes.
7400 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
7401 directly in the defvar.
7402 (vc-do-command): Bind inhibit-read-only so as to properly handle
7403 the case where the destination buffer has been made read-only.
7404 (vc-diff): Delegate to vc-version-diff in all cases.
7405 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
7406 (vc-annotate-mode-variables): Removed (code moved partly to
7407 defvars and partly to vc-annotate-add-menu).
7408 (vc-annotate-mode): Turned into a derived-mode.
7409 (vc-annotate-add-menu): Moved in code in
7410 vc-annotate-mode-variables.
7411 (vc-update-change-log): Use make-temp-file if available.
7412
74132000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
7414
7415 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
7416 `vc-checkout-model' updated to `vc-cvs-update-model'.
7417
74182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7419
7420 * vc.el (vc-next-action-on-file): Added handling of state
7421 `unlocked-changes'.
7422 (vc-checkout-carefully): Is now practically obsolete, unless the
7423 above is too slow to be enabled unconditionally.
7424 (vc-update-change-log): Fixed typo.
7425
7426 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
7427
7428 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
7429 Now handles state `unlocked-changes'.
7430 (vc-sccs-workfile-unchanged-p): New function, to support the above.
7431
7432 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
7433
7434 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
7435 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
7436 `unlocked-changes'.
7437 (vc-rcs-workfile-unchanged-p): Renamed from
7438 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
7439 function yet, but supposed to become one soon.
7440
7441 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
7442 `vc-steal-lock'.
7443 (vc-call-backend): Changed error message.
7444 (vc-state): Added description of state `unlocked-changes'.
7445
74462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7447
7448 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
7449 always return t in CVS-controlled directories.
7450
7451 * vc.el (vc-responsible-backend): New function.
7452 (vc-register): Largely rewritten.
7453 (vc-admin): Removed (implementation moved into vc-register).
7454 (vc-checkin): Redocumented.
7455 (vc-finish-logentry): If no backend defined yet (because we are in
7456 the process of registering), use the responsible backend.
7457
7458 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
7459 Updated function lists.
7460 (vc-call-backend): Fixed typo.
7461
7462 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
7463 New functions.
7464 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
7465 Removed query option. Redocumented.
7466
74672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7468
7469 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
7470
7471 * vc.el: Updated callers of `vc-checkout-required' to use
7472 `vc-checkout-model'.
7473
74742000-09-04 Martin Lorentzson <martinl@gnu.org>
7475
7476 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
7477 stuff updated to reference this function instead of the old
7478 `vc-backend-release-p'.
7479
74802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7481
7482 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
7483 vc-checkout-model. Return appropriate values. Updated callers.
7484
74852000-09-04 Martin Lorentzson <martinl@gnu.org>
7486
7487 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
7488 (vc-backend-revert): Function moved into `vc-revert';
7489 `vc-next-action' must be updated to accomodate this change.
7490 (vc-backend-steal): Function moved into `vc-finish-steal'.
7491 (vc-backend-logentry-check): Function moved into
7492 `vc-finish-logentry'.
7493 (vc-backend-printlog): Function moved into `vc-print-log'.
7494 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
7495 (vc-backend-assign-name): Function moved into
7496 `vc-create-snapshot'.
7497
74982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7499
7500 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
7501 Rename to vc-checkout-model. Return appropriate values.
7502 Update callers.
7503
7504 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
7505 to vc-checkout-model.
7506 (vc-checkout-required): Rename to vc-checkout-model.
7507 Re-implement and re-comment.
7508 (vc-after-save): Use vc-checkout-model.
7509
75102000-09-04 Martin Lorentzson <martinl@gnu.org>
7511
7512 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
7513 Update to use the vc-BACKEND-diff functions instead.
7514 `vc-diff' is now working.
7515
7516 * vc-rcs.el (vc-rcs-logentry-check): New function.
7517
7518 * vc-cvs.el (vc-cvs-logentry-check): New function.
7519
7520 * vc-sccs.el (vc-sccs-diff): Function changed name from
7521 `vc-backend-diff'. This makes `vc-diff' work.
7522
7523 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
7524 of functions possibly implemented in a vc-BACKEND library.
7525 (vc-checkout-required): Fix bug that caused an error to be
7526 signaled during `vc-after-save'.
7527
7528 * vc.el: Fix typo.
7529 This checkin is made with our new VC code base for the very first time.
7530 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
7531
7532 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
7533 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
7534
7535 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
7536 updated to `vc-uses-locking'.
7537 (vc-checkout-required): Call to backend function.
7538 `vc-checkout-required' updated to `vc-uses-locking' instead.
7539
7540 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
7541 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
7542
7543 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
7544 to match the split into various backends.
7545 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
7546 (vc-retrieve-snapshot): Bug fix.
7547
75482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7549
7550 * vc-sccs.el (vc-sccs-release): Doc fix.
7551
75522000-09-04 Martin Lorentzson <martinl@gnu.org>
7553
7554 * vc.el (vc-next-action-on-file): Bug found and fixed.
7555 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
7556 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
7557
7558 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
7559 (vc-rcs-checkout): Name space cleaned up. No more revision number
7560 crunching function names that are not prefixed with vc-rcs.
7561 (vc-rcs-checkout-model): Function added. References to
7562 `vc-checkout-model' replaced.
7563
75642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7565
7566 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
7567 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
7568 still need to be split, and implemented for RCS).
7569
75702000-09-04 Martin Lorentzson <martinl@gnu.org>
7571
7572 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
7573
7574 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
7575 required by the vc.el file.
7576
7577 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
7578 required by the vc.el file.
7579 (vc-rcs-exists): Function added.
7580
7581 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
7582 required by the vc.el file.
7583
7584 * vc.el (vc-admin): Updated to handle selection of appropriate
7585 backend. Current implementation is crufty and need re-thinking.
7586
7587 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
7588
75892000-09-04 Martin Lorentzson <martinl@gnu.org>
7590
7591 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
7592 beginning of annotate buffers correctly.
7593
7594 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
7595 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
7596 functionality updated quite a lot to support multiple backends.
7597 Variables `vc-annotate-mode', `vc-annotate-buffers',
7598 `vc-annotate-backend' added.
7599
7600 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
7601 `vc-annotate-difference' added to supported backend functions.
7602
76032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7604
7605 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
7606 Use with-temp-file instead of /bin/sh. Merged from mainline
7607
76082000-09-04 Martin Lorentzson <martinl@gnu.org>
7609
7610 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
7611
7612 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
7613
7614 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
7615
76162000-09-04 Martin Lorentzson <martinl@gnu.org>
7617
7618 * vc-hooks.el: vc-state-heuristic added to
7619 vc-backend-hook-functions.
7620
7621 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
7622
7623 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
7624
7625 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
7626 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
7627 state to `reserved'.
7628
7629 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
7630 `vc-checkout-required'. Rename the `locked' state to `reserved'.
7631
76322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7633
7634 * vc-rcs-hooks.el: Implement new state model. Hardly anything
7635 untouched.
7636
7637 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
7638
7639 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
7640 if defined. (Merged from main line, slightly adapted.)
7641
7642 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
7643 millenium problem (merged from mainline).
7644
76452000-09-04 Martin Lorentzson <martinl@gnu.org>
7646
7647 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
7648 part and moved the non-BACKEND stuff to vc.el.
7649
7650 * vc.el: Split the annotate feature into a BACKEND specific part
7651 and moved it from the vc-cvs.el file to this one.
7652
76532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7654
7655 * vc-hooks.el: Implement new state model.
7656 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
7657 (vc-locking-user): Simplify. Now only needed if the file is
7658 locked by somebody else.
7659 (vc-lock-from-permissions): Remove. Functionality is in
7660 vc-sccs-hooks.el and vc-rcs-hooks.el now.
7661 (vc-mode-line-string): New name for former vc-status. Adapted.
7662 (vc-mode-line): Adapt to use the above. Remove optional parameter.
7663
7664 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
7665 Various simplifications and adaptations all over the place.
7666
7667 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
7668 Simplify and adapt the rest.
7669
7670 * vc.el (vc-resynch-window): Add TODO comment: check for
7671 interaction with view mode according to recent RCS change.
7672 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
7673
76742000-09-04 Martin Lorentzson <martinl@gnu.org>
7675
7676 * vc.el: Convert the remaining function comments to docstrings.
7677
76782000-09-04 Martin Lorentzson <martinl@gnu.org>
7679
7680 * vc.el (vc-backend-release, vc-release-greater-or-equal)
7681 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
7682 (vc-minor-part, vc-previous-version): Functions that operate and
7683 compare revision numbers got proper documentation. Comments added
7684 about their possible removal.
7685
76862000-09-04 Martin Lorentzson <martinl@gnu.org>
7687
7688 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
7689 the vc-backend.el files.
7690
7691 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
7692
7693 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
7694 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
7695 (vc-rcs-previous-version): Functions added.
7696
7697 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
7698
7699 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
7700
77012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7702
7703 * vc-hooks.el (vc-master-templates): Is really obsolete.
7704 Comment out the definition for now. What is the right procedure
7705 to get rid of it?
7706 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
7707 rewritten.
7708 (vc-default-registered): Remove.
7709 (vc-check-master-templates): New function; does mostly what the
7710 above did before.
7711 (vc-locking-user): Don't rely on the backend to set the property.
7712
7713 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
7714 Rewrite documentation.
7715 (vc-rcs-templates-grabbed): New variable.
7716 (vc-rcs-grab-templates): New function.
7717 (vc-rcs-registered): Rewrite to use above mechanism.
7718
7719 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
7720 Rewrite documentation.
7721 (vc-sccs-templates-grabbed): New variable.
7722 (vc-sccs-grab-templates): New function.
7723 (vc-sccs-registered): Rewrite to use above mechanism.
7724 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
7725 Don't throw the result, simply return it.
7726
7727 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
7728 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
7729 (vc-cvs-registered): Does the check itself now. Simplify.
7730
7731 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
7732 from main line.
7733
77342000-09-04 Martin Lorentzson <martinl@gnu.org>
7735
7736 * vc-cvs.el (vc-cvs-diff): New function.
7737
7738 * vc-sccs.el (vc-sccs-diff): New function.
7739
7740 * vc-rcs.el (vc-rcs-diff): New function.
7741 (vc-rcs-checkout): Bug (typo) found and fixed.
7742 (vc-rcs-register-switches): New variable.
7743
7744 * vc.el (vc-backend-diff): Function removed and placed in the
7745 backend files.
7746
77472000-09-04 Martin Lorentzson <martinl@gnu.org>
7748
7749 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
7750
7751 * vc.el (vc-backend-checkout): Function removed and replaced in
7752 the vc-backend.el files.
7753
7754 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
7755
7756 * vc.el (vc-backend-admin): Removed and replaced in the
7757 vc-backend.el files.
7758
7759 * vc.el (Martin): Removed all the annotate functionality since it
7760 is CVS backend specific.
7761
77622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7763
7764 * spec.txt: Added specification of vc-state.
7765
7766 * vc-sccs-hooks.el (vc-sccs-master-properties):
7767 Remove handling of vc-latest-version and
7768 vc-your-latest-version. What used to be vc-latest-version, is now
7769 returned as vc-workfile-version.
7770 (vc-sccs-workfile-version): Adapt.
7771
77722000-09-04 Dave Love <fx@gnu.org>
7773
7774 * vc.el: [Merged from mainline.]
7775 (vc-dired-mode): Make the dired-move-to-filename-regexp
7776 regexp match the date, to avoid treating date as file size.
7777 Add YYYY S option to WESTERN/
7778
77792000-09-04 Dave Love <fx@gnu.org>
7780
7781 * vc.el: Require `compile' when compiling.
7782 (vc-logentry-check-hook): New option.
7783 (vc-steal-lock): Use compose-mail.
7784 (vc-dired-mode-map): Defvar when compiling.
7785 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
7786 vc-sccs.el and renamed. Callers changed.
7787 (vc-backend-checkout, vc-backend-logentry-check)
7788 (vc-backend-merge-news): Doc fix.
7789 (vc-default-logentry-check): New function.
7790 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
7791 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
7792 (vc-backend-merge): Doc fix. Use backend functions.
7793 (vc-check-headers): Use backend functions.
7794
7795 * vc-cvs.el: Require vc when compiling.
7796 (vc-cvs-register-switches): Doc fix.
7797 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
7798 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
7799 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
7800 New functions (code from vc.el).
7801 (vc-annotate-display-default): Fix interactive spec.
7802 (vc-annotate-time-span): Doc fix.
7803
7804 * vc-rcs.el: Require vc when compiling.
7805 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
7806 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
7807 (vc-rcs-checkin): New functions (code from vc.el).
7808 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
7809 Doc fix.
7810 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
7811
7812 * vc-sccs.el: Require vc when compiling.
7813 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
7814 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
7815 (vc-sccs-revert)
7816 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
7817 from vc.el).
7818 (vc-sccs-add-triple, vc-sccs-record-rename)
7819 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
7820 (vc-sccs-admin): Doc fix.
7821
78222000-09-04 Martin Lorentzson <martinl@gnu.org>
7823
7824 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
7825 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
7826 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
7827 from vc.el.
7828
7829 * vc-sccs.el (vc-admin-sccs): Added from vc.el
7830
7831 * vc-cvs.el: Moved the annotate functionality from vc.el.
7832 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
7833
78342000-09-04 Dave Love <fx@gnu.org>
7835
7836 * vc.el (vc-backend-release): Call vc-system-release.
7837
7838 * vc-sccs.el (vc-sccs-system-release):
7839 Renamed from vc-sccs-backend-release.
7840
7841 * vc-rcs.el (vc-rcs-system-release):
7842 Renamed from vc-rcs-backend-release.
7843
7844 * vc-cvs.el (vc-cvs-system-release):
7845 Renamed from vc-cvs-backend-release.
7846
78472000-09-04 Dave Love <fx@gnu.org>
7848
7849 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
7850 backend files.
7851 (vc-backend-release): Dispatch to backend functions.
7852 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
7853 probably needs attention.]
7854
7855 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
7856 (vc-sccs-backend-release): New function.
7857
7858 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
7859 (vc-cvs-backend-release): New function.
7860
7861 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
7862 Doc fix.
7863 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
7864 (vc-default-dired-state-info): New function.
7865 (vc-dired-state-info): Dispatch to backends.
7866 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
7867
7868 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
7869 from vc.el and renamed.
7870
78712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7872
7873 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
7874 (vc-version-other-window, vc-backend-assign-name): Removed
7875 references to vc-latest-version; sometimes changed into
7876 vc-workfile-version.
7877
7878 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
7879 vc-rcs-master-workfile-version.
7880 (vc-rcs-workfile-version): Use the above. Don't call
7881 vc-latest-version (that was unreachable code, anyway).
7882 (vc-rcs-fetch-master-properties): Doc fix.
7883
7884 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
7885 (vc-backend-hook-functions): Removed them from this list, too.
7886 (vc-fetch-properties): Removed.
7887 (vc-workfile-version): Doc fix.
7888
7889 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
7890 (vc-rcs-workfile-version, vc-rcs-locking-user)
7891 (vc-rcs-uses-locking): Use it.
7892
7893 * vc-hooks.el (vc-consult-rcs-headers):
7894 Moved into vc-rcs-hooks.el, under the name
7895 vc-rcs-consult-headers.
7896
7897 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
7898 headers.
7899 (vc-cvs-find-master): Use this name only; correct different
7900 versions of the name.
7901
7902 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
7903 New functions.
7904 (vc-sccs-locking-user): Use the latter.
7905
7906 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
7907 New functions.
7908
7909 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
7910 Moved into both
7911 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
7912 functions are implementation details of those two backends.
7913
79142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7915
7916 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
7917 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
7918
7919 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
7920 (vc-sccs-parse-locks): SCCS-specific code moved here from
7921 vc-hooks.
7922
7923 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
7924 code moved here from vc-hooks.
7925
7926 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
7927 into back-end specific parts and removed. Callers not updated
7928 yet; because I guess these callers will disappear into back-end
7929 specific files anyway.
7930
79312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
7932
7933 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
7934 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
7935 `vc-uses-locking'.
7936
7937 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
7938 Store yes/no in the property, and return t/nil. Updated all
7939 callers.
7940
7941 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
7942 vc-sccs-uses-locking. Don't set property.
7943 (vc-sccs-locking-user): Don't set property.
7944
7945 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
7946 vc-cvs-uses-locking. Don't set property here; leave that to
7947 vc-hooks.
7948 (vc-cvs-locking-user): Reflect above change. Streamlined.
7949
7950 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
7951 vc-rcs-uses-locking.
7952 (vc-rcs-locking-user): Reflect above change.
7953
79542000-09-04 Dave Love <fx@gnu.org>
7955
7956 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
7957
7958 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
7959
7960 * vc-hooks.el (vc-checkout-model): Punt to backends.
7961
7962 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
7963
7964 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
7965
7966 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
7967 New functions.
7968
7969 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
7970 New functions.
7971
7972 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
7973 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
7974
7975 * vc-hooks.el (vc-default-locking-user): New function.
7976 (vc-locking-user, vc-workfile-version): Punt to backends.
7977
79782000-09-04 Dave Love <fx@gnu.org>
7979
7980 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
7981 (vc-master-workfile-version): Moved from vc-hooks.
7982
7983 * vc-rcs-hooks.el: Fix duplicate code in last change.
7984
7985 * vc-rcs-hooks.el: Require vc-hooks when compiling.
7986 (vc-rcs-master-templates): Improve :type.
7987 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
7988 vc-master-workfile-version): Moved from vc-hooks.
7989
7990 * vc-sccs-hooks.el: Require vc-hooks when compiling.
7991 (vc-sccs-master-templates): Improve :type.
7992 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
7993
7994 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
7995
7996 * vc-cvs-hooks.el: Require vc-hooks when compiling.
7997 (vc-cvs-master-templates): Improve :type. Use
7998 vc-cvs-find-cvs-master.
7999 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8000 from vc-hooks.
8001 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8002
8003 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8004 Moved to vc-cvs-hooks.
8005
8006 * vc-hooks.el: Add doc strings in various places. Simplify the
8007 minor mode setup.
8008 (vc-handled-backends): New user variable.
8009 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8010 simplification.
8011
80122000-09-04 Dave Love <fx@gnu.org>
8013
8014 * vc.el: Some doc fixes for autoloaded and interactive functions.
8015 Fix compilation warnings from ediff stuff.
8016 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8017
8018 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8019
8020 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8021
8022 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8023
80242000-09-04 Dave Love <fx@gnu.org>
8025
8026 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8027 New variable.
8028 (vc-make-backend-function, vc-loadup, vc-call-backend)
8029 (vc-backend-defines): New functions.
8030
8031 * vc-hooks.el: Various doc fixes.
8032 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8033 (vc-match-substring): Function removed. Callers changed to use
8034 match-string.
8035 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8036 Simplify.
8037
80382000-09-04 Dave Love <fx@gnu.org>
8039
8040 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8041 type.
8042 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8043 (vc-sccs-registered): Doc fix.
8044
8045 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8046 (vc-cvs-registered): Doc fix.
8047
8048 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8049 (vc-rcs-registered): Doc fix.
8050
80512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8052
8053 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8054
8055 * vc-hooks.el: vc-registered has been renamed
8056 vc-default-registered. Some functions have been moved to the
8057 backend specific files. they all support the
8058 vc-BACKEND-registered functions.
8059
80602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8061
8062 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8063
8064 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8065
80662000-09-04 Dave Love <fx@gnu.org>
8067
8068 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8069 menu-bar-update-hook.
8070
8071 * help.el (help-manyarg-func-alist): Add
8072 find-operation-coding-system.
8073
8074 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8075
8076 * custom.el (custom-set-variables): Print message about errors in
8077 setting.
8078
80792000-09-03 Andrew Innes <andrewi@gnu.org>
8080
8081 * makefile.w32-in: Change to DOS line endings.
8082
80832000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8084
8085 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8086 minor-mode keymaps, if they don't have one.
8087
80882000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * eshell/esh-module.el (eval-when-compile): Don't lose if
8091 esh-module.el's file name is truncated to DOS 8+3 limits.
8092
80932000-09-01 John Wiegley <johnw@gnu.org>
8094
8095 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8096 predicate, which caused entries in the completion list to be
8097 doubled.
8098
80992000-08-30 John Wiegley <johnw@gnu.org>
8100
8101 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8102 sending to subprocesses. Also, hook pre-command-hook if
8103 `eshell-send-direct-to-subprocesses' is non-nil.
8104 (eshell-send-direct-to-subprocesses): New config variable. If t,
8105 subprocess input is send immediately.
8106 (eshell-toggle-direct-send): New function.
8107 (eshell-self-insert-command): New function.
8108 (eshell-intercept-commands): New function.
8109 (eshell-send-input): If direct subprocess sending is enabled,
8110 don't echo any input to the Eshell buffer. Let the subprocess
8111 handle that. This requires "stty echo" in bash, for example.
8112
81132000-08-28 John Wiegley <johnw@gnu.org>
8114
8115 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8116 completion function for Eshell's implementation of `unset'.
8117
81182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8119
8120 * info.el (Info-directory-list): Doc fix.
8121
81222000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8123
8124 * filecache.el (file-cache-add-directory-using-find): Don't quote
8125 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8126
81272000-08-31 Kenichi Handa <handa@etl.go.jp>
8128
8129 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8130 coding systems.
8131
81322000-08-30 Andrew Innes <andrewi@gnu.org>
8133
8134 * timer.el (run-with-idle-timer): Undo last change, so that timer
8135 is not activated immediately if Emacs is already idle. Some
8136 existing code relies on this behaviour.
8137
81382000-08-30 Miles Bader <miles@gnu.org>
8139
8140 * frame.el (set-frame-font): Do completion of font-name for
8141 interactive use.
8142
81432000-08-30 Kenichi Handa <handa@etl.go.jp>
8144
8145 * international/quail.el (quail-start-translation): Bind locally
8146 last-command-event, last-command, and this-command.
8147 (quail-start-conversion): Likewise.
8148 (quail-self-insert-command): Fix docstring.
8149
81502000-08-29 Gerd Moellmann <gerd@gnu.org>
8151
8152 * progmodes/executable.el
8153 (executable-make-buffer-file-executable-if-script-p): Check that
8154 buffer contains at least 2 characters.
8155
81562000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8157
8158 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8159
81602000-08-29 Dave Love <fx@gnu.org>
8161
8162 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8163 (diff-mode-shared-map): Bind mouse-2.
8164 (diff-imenu-generic-expression): New variable.
8165 (diff-mode): Use it.
8166
8167 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8168 (mouse-popup-menubar): Add minor mode menus.
8169 (popup-menu): Check for lookup-key returning number.
8170
81712000-08-29 Miles Bader <miles@gnu.org>
8172
8173 * comint.el (comint-send-input): Create overlays using the proper
8174 front/read-advance arguments.
8175
81762000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8177
8178 * ps-print.el: Even/odd pages printing. Doc fix.
8179 (ps-print-version): New version number (6.0).
8180 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8181 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8182 (ps-print-duplex-feature): Variable eliminated.
8183 (ps-even-or-odd-pages): New variable.
8184
8185 * progmodes/ebnf2ps.el: Doc fix.
8186 (ebnf-version): New version (3.3).
8187 (ebnf-user-arrow): Change variable customization to sexp.
8188 (ebnf-user-arrow): Function eliminated.
8189 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8190
81912000-08-29 Kenichi Handa <handa@etl.go.jp>
8192
8193 * help.el (help-xref-mule-regexp): New variable.
8194 (help-make-xrefs): Handle help-xref-mule-regexp.
8195
8196 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8197 variable.
8198 (describe-input-method): Temporarily activate the specfied input
8199 method to display the information.
8200 (describe-language-environment): Hyperlinks to mule related items.
8201
8202 * international/mule-diag.el (charset-multibyte-form-string): New
8203 function.
8204 (list-character-sets-1): Use charset-multibyte-form-string.
8205 (describe-character-set): New function.
8206 (describe-coding-system): Hyperlinks to safe character sets.
8207
8208 * international/quail.el (quail-help): New arg PACKAGE.
8209 Hyperlinks to mule related items.
8210 (quail-help-insert-keymap-description): Use
8211 substitute-command-keys instead of describe-bindings.
8212 (quail-translation-help): Hyperlinks to mule related items.
8213
82142000-08-28 John Wiegley <johnw@gnu.org>
8215
8216 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8217 have a defsubst call itself. Made `eshell-flatten-list' back into
8218 a function again.
8219
8220 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8221 catch, in case re-centering point at bottom messes up the display.
8222 This happens frequently in Emacs 21, due I believe to variable
8223 line heights.
8224
8225 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8226 to call `find-tag-interactive'.
8227
8228 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8229 the list of remember directories.
8230
82312000-08-28 John Wiegley <johnw@gnu.org>
8232
8233 * align.el: Test align-region-separate to see if it's a symbol.
8234
82352000-08-28 John Wiegley <johnw@gnu.org>
8236
8237 * eshell/esh-util.el (eshell-flatten-list): Made this function
8238 into a defsubst form. It gets used very frequently, although
8239 calls don't occur all that often.
8240
8241 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8242 examining it.
8243
8244 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8245 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8246 `eshell-protect'.
8247 (eshell-copy-handles): Created a new macro for duplicating the
8248 current set of open handles. This is needed by the looping
8249 functions.
8250 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8251 is not incorrectly stomped on.
8252
8253 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8254 declaration for pcomplete-use-paring.
8255 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8256 value of eshell-cmpl-use-paring.
8257 * pcomplete.el (pcomplete-use-paring): New config variable, to
8258 indicate whether paring should be used.
8259 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8260 completion alternatives that have already been used.
8261
8262 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8263 bound to C-c C-y, which will repeat the previous N arguments
8264 (based on prefix argument).
8265 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8266
8267 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8268 if there is no *Help* buffer. This is for XEmacs, which renames
8269 its help buffers uniquely. TODO: Find out what the current buffer
8270 name to delete is.
8271
8272 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8273 first entry that correlates to a passwd/group number. Later
8274 entries (used for group/user name aliasing to multiple IDs) are
8275 ignored.
8276
8277 * eshell/em-xtra.el (eshell/expr):
8278 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8279 (eshell-grep, eshell/diff, eshell/locate):
8280 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8281 argument list, before passing it to the system command.
8282
8283 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8284 `find-tag' for use at final position in Eshell buffers (which
8285 otherwise triggers an error on Emacs 21).
8286 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8287 buffer, if it is currently bound to `find-tag'.
8288
8289 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8290 in the list of matched Makefile names.
8291 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8292 directory, prefer its contents to Makefile.
8293
8294 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8295 directory parts (like "cd old new", or "cd =regexp"), are now case
8296 sensitive on non-Windows/DOS platforms.
8297
8298 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8299 types RET after an open delimiter (like "), display a message
8300 indicating that Eshell is waiting for the closing delimiter.
8301
8302 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8303 environment variables.
8304
8305 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8306 gracefully if the user enters incorrect arguments.
8307
8308 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8309 Eshell buffers.
8310
8311 * eshell/esh-var.el (eshell-interpolate-variable):
8312 * eshell/esh-mode.el (eshell-move-argument):
8313 * eshell/em-unix.el (eshell-du-sum-directory):
8314 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8315 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8316 (not (= ...)).
8317
8318 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8319 to ensure the `preserve' flag gets propagated when doing recursive
8320 directory copies.
8321
83222000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8323
8324 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8325 Don't convert \n into \0177 in memory.
8326 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8327 and back again, when reading and writing.
8328
83292000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8330
8331 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8332 testing of `fboundp' on `processp'.
8333
8334 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8335 (eshell/jobs): Don't call process-list if it is not bound.
8336 (eshell-gather-process-output): Support systems where async
8337 subprocesses aren't supported.
8338 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8339 variables.
8340
8341 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8342 eshell-do-eval returns t.
8343 (eshell-do-pipelines-synchronously): New defmacro.
8344 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8345 when async subprocesses aren't supported.
8346 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
8347 if async subprocesses aren't supported.
8348 (eshell-resume-command): Don't assume STATUS is a string.
8349
8350 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
8351
8352 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
8353 (eshell-close-target, eshell-get-target): Use eshell-processp.
8354 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
8355 fix.
8356 (eshell-get-target, eshell-create-handles): Doc fix.
8357
83582000-08-28 Miles Bader <miles@lsi.nec.co.jp>
8359
8360 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
8361 criterion to include commands that output something, as long as it
8362 leaves both the command and the end-of-buffer visible when the
8363 command has exited.
8364 (eshell-review-quick-commands): Adjust the help doc string
8365 accordingly.
8366
83672000-08-28 Peter Breton <pbreton@ne.mediaone.net>
8368
8369 * locate.el (locate): Cleaned up locate command's interactive prompting
8370 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
8371
8372 * filecache.el (file-cache-case-fold-search): New variable
8373 (file-cache-assoc-function): New variable
8374 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
8375 Use file-cache-case-fold-search variable
8376 (file-cache-add-file): Use file-cache-assoc-function
8377 (file-cache-delete-file): likewise
8378 (file-cache-directory-name): likewise
8379 (file-cache-debug-read-from-minibuffer): likewise
8380
83812000-08-28 Gerd Moellmann <gerd@gnu.org>
8382
8383 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
8384 (abbrev-table-name): New function.
8385 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
8386 If non-nil list local abbrev, only.
8387
83882000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
8389
8390 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
8391 from Gnus support code, and use special article copy buffer
8392 `(gnus-original-article-buffer)' instead. This allows to get rid
8393 of article-hide-headers usage (which breaks in the latest Gnus
8394 version). Thanks to Detlev Zundel.
8395
83962000-08-28 Kenichi Handa <handa@etl.go.jp>
8397
8398 * international/quail.el (quail-use-package): Hide "... loaded"
8399 message.
8400 (quail-start-translation, quail-start-conversion): Likewise.
8401
8402 * international/kkc.el (kkc-region): Hide "... loaded" message.
8403
84042000-08-27 Dave Love <fx@gnu.org>
8405
8406 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
8407
84082000-08-27 Miles Bader <miles@gnu.org>
8409
8410 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
8411
84122000-08-27 Kenichi Handa <handa@etl.go.jp>
8413
8414 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
8415 'ja-dic-cnv), not (require 'skkdic-cnv).
8416
84172000-08-26 Miles Bader <miles@gnu.org>
8418
8419 * faces.el (face-x-resources): Add entry for :inherit.
8420 * cus-face.el (custom-face-attributes): Add support for :inherit
8421 attribute. Add support for relative face heights.
8422 (custom-face-attributes-get): Treat `nil' as being a default value
8423 for :inherit (as well as `unspecified').
8424
8425 * faces.el (set-face-attribute): Update doc string.
8426 (face-attribute-name-alist): Add :inherit.
8427 (face-valid-attribute-values): Handle :inherit.
8428 (face-read-string): Rephrase prompt to be less confusing.
8429 Assume that DEFAULT is a string, since we must return a string.
8430 (face-read-integer): Use `format' to turn DEFAULT into an
8431 acceptable default for face-read-string. Match NEW-VALUE against
8432 the string "unspecified", not the symbol `unspecified', since
8433 that's what face-read-string returns.
8434 (read-face-attribute): Lookup a name for old-value in valid, and
8435 use it as a default if we find one. Treat all values from
8436 face-read-string as strings. If the default is used, don't do any
8437 more processing on the value, just use the old value directly.
8438 (read-face-and-attribute, modify-face): Tweak prompt.
8439 (read-face-name): Don't assume prompt ends with a space.
8440
8441 * faces.el (describe-face): Add support for :inherit attribute.
8442
84432000-08-25 Kenichi Handa <handa@etl.go.jp>
8444
8445 * terminal.el (terminal-emulator): Fix args to `concat'. Now
8446 concat doesn't accept interger.
8447
8448 * international/kkc.el: Remove SKK from Keywords. Require
8449 ja-dic-utl instead of skkdic-utl.
8450
8451 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
8452 Provide ja-dic-cnv instead of skkdic-cnv.
8453 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
8454 (iso-2022-7bit-short): Add safe-charsets property.
8455 (skkdic-convert-postfix): Search Japanese chou-on character in
8456 addition to Hiragana character.
8457 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
8458 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
8459 (batch-skkdic-convert): Likewise.
8460
8461 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
8462 Provide ja-dic-utl instead of skkdic-utl.
8463 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
8464
84652000-08-24 Dave Love <fx@gnu.org>
8466
8467 * disp-table.el (standard-display-default): Make the test of `l'
8468 useful.
8469
8470 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
8471 mod sample text.
8472
8473 * international/iso-ascii.el: Make pilcrow convenient string
8474 consistent with section.
8475 (iso-ascii-display): Set up multibyte characters as well as
8476 unibyte.
8477
84782000-08-24 Kenichi Handa <handa@etl.go.jp>
8479
8480 * international/mule-cmds.el (reset-language-environment): Set
8481 default-process-coding-system to '(undecided . iso-latin-1), which
8482 makes process I/O almost consistent with file I/O. Call this
8483 function when mule-cmds.el[c] is loaded.
8484
84852000-08-22 Andrew Innes <andrewi@gnu.org>
8486
8487 * makefile.w32-in: New file.
8488
84892000-08-22 Miles Bader <miles@lsi.nec.co.jp>
8490
8491 * comint.el (comint-output-filter): Compare end of
8492 comint-last-output-overlay with the start of the newly inserted
8493 text, not the end, when deciding whether to extend it.
8494 Set saved-point's insertion type to advance after insertion.
8495
8496 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
8497 since this is now done independently of font-lock mode.
8498
84992000-08-21 Gerd Moellmann <gerd@gnu.org>
8500
8501 * server.el (server-kill-new-buffers): New user option.
8502 (server-existing-buffer): New buffer-local variable.
8503 (server-visit-files): When using an existing buffer, set
8504 server-existing-buffer to t.
8505 (server-buffer-done): If server-kill-new-buffers is t, kill the
8506 buffer, unless it was already present before visiting it with
8507 Emacs server.
8508
85092000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
8510
8511 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
8512 even if the display doesn't support colors: some displays will
8513 support bold/underline faces.
8514
85152000-08-21 Gerd Moellmann <gerd@gnu.org>
8516
8517 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
8518
8519 * startup.el (command-line): If user's init file had an error,
8520 add explanatory text to *Messages*.
8521
85222000-08-21 Kenichi Handa <handa@etl.go.jp>
8523
8524 * man.el (Man-getpage-in-background): Decode the process output by
8525 the system locale coding system.
8526
85272000-08-20 Dave Love <fx@gnu.org>
8528
8529 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
8530 Don't test x-popup-menu.
8531 (function) <complete-function>: Complete only fbound symbols.
8532 <validate, value>: New.
8533 (variable) <complete-function>: Complete only bound symbols.
8534 (coding-system): Add :base-only, :complete-function, :validate,
8535 :value, :prompt-match.
8536 (widget-coding-system-prompt-value): Use read-coding-system and
8537 act on :base-only.
8538 (editable-field): Add :help-echo.
8539 (widget-push-button-gui, widget-push-button-cache)
8540 (widget-gui-action, widget-editable-list-gui): COmment out, along
8541 with uses.
8542 (widget-at): Make arg optional.
8543 (widget-echo-help): Adjust for current help-echo calling sequence.
8544 (widget-specify-field, widget-specify-button)
8545 (widget-specify-insert, widget-get-sibling, widget-image-find)
8546 (widget-convert, widget-insert, widget-leave-text)
8547 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
8548 (widget-setup, widget-field-find, widget-before-change)
8549 (widget-after-change, widget-default-complete)
8550 (widget-default-create, widget-default-delete)
8551 (widget-push-button-value-create, editable-field)
8552 (widget-field-prompt-value, widget-field-validate)
8553 (widget-choice-value-create, widget-choice-action)
8554 (widget-choice-validate, widget-checklist-add-item)
8555 (widget-radio-add-item, widget-radio-chosen)
8556 (widget-radio-value-inline, widget-editable-list-value-create)
8557 (widget-editable-list-entry-create)
8558 (widget-documentation-link-add)
8559 (widget-documentation-string-value-create)
8560 (widget-regexp-validate, widget-file-complete)
8561 (widget-sexp-validate, widget-plist-convert-widget)
8562 (widget-plist-convert-widget, widget-alist-convert-widget)
8563 (widget-alist-convert-widget, widget-color-complete): Simplify,
8564 particularly to avoid bindings which aren't optimized out.
8565
8566 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
8567 Doc fix.
8568 (down-list, backward-up-list, up-list, kill-sexp)
8569 (backward-kill-sexp, mark-sexp): Make arg optional.
8570 (lisp-complete-symbol): Add optional arg PREDICATE.
8571
8572 * cus-start.el: Add display-buffer-reuse-frames,
8573 file-coding-system-alist.
8574
85752000-08-20 Gerd Moellmann <gerd@gnu.org>
8576
8577 * startup.el (command-line): Clear realized faces after
8578 modifying TTY color mappings.
8579
85802000-08-20 Miles Bader <miles@gnu.org>
8581
8582 * faces.el (face-attr-match-p): Don't return true if ATTRS are
8583 merely a subset of FACE's attributes.
8584
85852000-08-19 Miles Bader <miles@gnu.org>
8586
8587 * comint.el (comint-output-filter): Save the point with a marker,
8588 not just a buffer position.
8589
8590 * international/mule.el (set-buffer-process-coding-system): Make
8591 interactive prompt less confusing.
8592
85932000-08-19 Gerd Moellmann <gerd@gnu.org>
8594
8595 * hilit-chg.el: General cleanup of doc strings, comments and
8596 code formatting.
8597
85982000-08-19 Miles Bader <miles@gnu.org>
8599
8600 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
8601 Compiler macro removed; beginning-of-line is no longer always
8602 equivalent to forward-line, in the presence of fields.
8603
8604 * comint.el (comint-output-filter): Remove ad-hoc saving of
8605 restriction, and just use save-restriction, now that it works
8606 correctly. Don't adjust comint-last-input-start to account for
8607 our insertion; it shouldn't have moved because we don't use
8608 insert-before-markers anymore. Comment out call to
8609 `force-mode-line-update'; why is it here?
8610
8611 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
8612 while checking for prompt to delete. Use `forward-line 0'
8613 instead of beginning-of-line.
8614 (gud-filter): Temporarily widen gud comint buffer while
8615 examining output.
8616
86172000-08-18 Stefan Monnier <monnier@cs.yale.edu>
8618
8619 * progmodes/sh-script.el: Big bag of typos.
8620
8621 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
8622 check since ispell-process is not bound when ispell is not yet loaded.
8623
86242000-08-18 Dave Love <fx@gnu.org>
8625
8626 * image.el (find-image): Copy `spec' before using plist-put.
8627
86282000-08-18 Gerd Moellmann <gerd@gnu.org>
8629
8630 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
8631 `portugues'.
8632
8633 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
8634 backward-kill-sexp, analogous to kill-sexp.
8635
8636 * progmodes/icon.el (icon-indent-line)
8637 (icon-is-continuation-line): Handle comments specially.
8638
86392000-08-17 Ken Stevens <k.stevens@ieee.org>
8640
8641 * ispell.el: Set to standard author/maintainer/keyword fields.
8642 Fine tuning to menu map appearance and operation, and added help.
8643 Remove `start' and `end' error messages when compiling.
8644 (ispell-choices-win-default-height): Fixed comment string.
8645 (ispell-dictionary-alist-1): Fixed regexp in castellano and
8646 castellano8 dictionaries.
8647 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
8648 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
8649 dictionary, added italiano dictionary.
8650 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
8651 word character
8652 (ispell-tex-skip-alists): Added psfig support.
8653 (ispell-skip-html): Renamed from ispell-skip-sgml.
8654 (ispell-begin-skip-region-regexp, ispell-skip-region)
8655 (ispell-minor-check): Improved html skipping support to skip across
8656 code, and recognize `&' commands without propper `;' syntax;
8657 (ispell-process-line): Fix alignment error when manually
8658 correcting spelling.
8659 (ispell): Fix comment string.
8660 (ispell-add-per-file-word-list): Always put word list on new line.
8661
86622000-08-17 Gerd Moellmann <gerd@gnu.org>
8663
8664 * format.el (format-encode-run-method): Fix error message to say
8665 `encode' instead of `decode'. Use save-window-excursion around
8666 shell-command-on-region as in format-decode-run-method because
8667 shell-command-on-region can display a buffer with error output.
8668 (format-decode): Don't record undo information for the decoding.
8669 (format-annotate-function): Add parameter FORMAT-COUNT. Make
8670 that number part of the temporary buffer name so that more than
8671 one decoding using a temporary buffer can happen safely.
8672
8673 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
8674 of `A-z' in the regexp.
8675
8676 * hilit-chg.el: Fix typos in commentary.
8677
8678 * help.el (view-emacs-news): Rewritten for new naming scheme
8679 for old NEWS files.
8680
8681 * startup.el (command-line): Pop to *Messages* in case an error
8682 is signaled while loading user-init-file.
8683
86842000-08-17 Andreas Schwab <schwab@suse.de>
8685
8686 * files.el (insert-directory): Don't lose original file name,
8687 undoing an undocumented change.
8688
86892000-08-17 Alex Schroeder <alex@gnu.org>
8690
8691 * sql.el (sql-magic-go): Use comint-bol.
8692 (sql-copy-column): Use comint-line-beginning-position.
8693 (comint-line-beginning-position): Define a replacement for
8694 comint-line-beginning-position if it is not fboundp.
8695
86962000-08-17 Alex Schroeder <alex@gnu.org>
8697
8698 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
8699 it didn't have any effect anyway.
8700
87012000-08-17 Alex Schroeder <alex@gnu.org>
8702
8703 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
8704 --pset and pager=off instead of sending \\o|cat at the beginning
8705 of the session.
8706
87072000-08-17 Miles Bader <miles@gnu.org>
8708
8709 * progmodes/octave-inf.el: Add compatibility definition of
8710 comint-line-beginning-position.
8711
87122000-08-17 Kenichi Handa <handa@etl.go.jp>
8713
8714 * startup.el (normal-top-level): Look in each dir in load-path for
8715 a leim-list.el file too. This assures of loading leim-list.el
8716 that is created at Emacs installation time even if a user have his
8717 own leim-list.el.
8718
87192000-08-17 Miles Bader <miles@gnu.org>
8720
8721 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
8722 foreground color to black if the background is dark.
8723
87242000-08-16 Stefan Monnier <monnier@cs.yale.edu>
8725
8726 * loadhist.el (unload-feature): Typo.
8727
8728 * finder.el (finder-compile-keywords):
8729 * cus-dep.el (custom-make-dependencies): Add local-variable settings
8730 to the generated file.
8731
8732 * mail/mh-e.el (mh-make-local-vars):
8733 Replace make-variable-buffer-local with make-local-variable.
8734
8735 * play/landmark.el:
8736 * options.el (Edit-options-{set,toggle,t,nil}):
8737 * mail/mailabbrev.el (mail-abbrevs-mode):
8738 * textmodes/tex-mode.el (tex-expand-files):
8739 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
8740
8741 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
8742
8743 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
8744 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
8745 Allow going past the last element.
8746 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
8747 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
8748 (cvs-mouse-toggle-mark): Don't move point.
8749 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
8750
8751 * progmodes/compile.el (grep): Provide a default set of files.
8752 (next-error): Docstring fix.
8753 (compilation-find-file): Avoid find-file (fails in a dedicated window).
8754
8755 * emacs-lisp/easy-mmode.el (define-minor-mode):
8756 Use `symbol-value' to keep the byte-compiler quiet.
8757
8758 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
8759 (diff-find-source-location): New fun, extracted from diff-goto-source.
8760 (diff-goto-source): Use it.
8761 (diff-next-complex-hunk, diff-filter-lines): New function.
8762 (diff-apply-hunk): New command.
8763
8764 * smerge-mode.el (smerge-mode-menu): Doc fix.
8765
8766 * msb.el (msb-mode): Define it in terms of define-minor-mode.
8767
87682000-08-16 Dave Love <fx@gnu.org>
8769
8770 * windmove.el (windmove) <defgroup>: Add :version.
8771
8772 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
8773 (goto-address-fontify-p, goto-address-highlight-p)
8774 (goto-address-url-face, goto-address-url-mouse-face)
8775 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
8776 (goto-address-url-regexp): Use thing-at-point-url-regexp.
8777 (goto-address-fontify, goto-address-at-mouse): Simplify,
8778 (goto-address-at-point): browse-url-url-at-point,
8779 goto-address-find-address-at-point can return nil.
8780 (goto-address-find-address-at-point): Return nil on failure.
8781
8782 * align.el (align) <defgroup>: Add :version.
8783
8784 * calculator.el (calculator): Add :version.
8785 (calculator): Use two lines for calculator window if `modeline'
8786 face is boxed.
8787
8788 * play/5x5.el: Doc fixes.
8789 (5x5) <defgroup>: Add :version.
8790
8791 * play/fortune.el (fortune) <defgroup>: Add :version.
8792 (fortune-append): Fix error message.
8793 (fortune-from-region): Doc fix.
8794
8795 * play/pong.el (pong): Doc fix.
8796
8797 * play/morse.el: Keywords, commentary, autoloads.
8798
87992000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * desktop.el (desktop-save): Don't look at symbol-value of a
8802 member of minor-mode-alist, unless it is boundp.
8803
88042000-08-16 Sam Steingold <sds@gnu.org>
8805
8806 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
8807 `while'; use `with-current-buffer' instead of `save-excursion'.
8808 Removed unnecessary kludges now that "*Buffer List*" is excluded.
8809
88102000-08-16 Kenichi Handa <handa@etl.go.jp>
8811
8812 * international/ccl.el (declare-ccl-program): Docstring modified.
8813 (ccl-execute-with-args): Likewise.
8814
88152000-08-16 Miles Bader <miles@gnu.org>
8816
8817 * progmodes/sql.el: Add compatibility definition of
8818 comint-line-beginning-position.
8819
88202000-08-15 Gerd Moellmann <gerd@gnu.org>
8821
8822 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
8823 'buffer-menu' property.
8824 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
8825 fails.
8826 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8827 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
8828 wasn't killed.
8829
8830 * buff-menu.el (list-buffers-noselect): Don't display the
8831 *Buffer List* buffer.
8832
8833 * font-lock.el: Require jit-lock to prevent a very late
8834 `Loading jit-lock' message.
8835
8836 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
8837 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
8838 mail address.
8839
88402000-08-15 Miles Bader <miles@gnu.org>
8841
8842 * textmodes/ispell.el (ispell-graphic-p): New constant.
8843 (ispell-choices-win-default-height, ispell-help): Use
8844 `ispell-graphic-p' instead of `xemacsp'.
8845
88462000-08-15 Dave Love <fx@gnu.org>
8847
8848 * simple.el: Autoload widget-convert when compiling.
8849 (mail-user-agent): Doc fix.
8850
8851 * help.el (function-called-at-point, variable-at-point): Use
8852 with-syntax-table.
8853 (help-manyarg-func-alist): Add insert-and-inherit.
8854
8855 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
8856
8857 * delsel.el (delsel-unload-hook): New function.
8858
8859 * find-file.el: Doc fixes. Move provide to end.
8860 (ff) <defgroup>: Add :link.
8861 (ff-goto-click): Deleted.
8862 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
8863 Use mouse-set-point.
8864
8865 * textmodes/tildify.el: Doc fixes.
8866 (tildify) <defgroup>: Add:version.
8867
8868 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
8869 (glasses-custom-set): Use set-default, not set.
8870 (minor-mode-alist): Propertize the lighter.
8871 (glasses-mode): Provide optional arg.
8872
8873 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
8874 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
8875 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
8876 option. Provide :type.
8877 (cwarn-configuration): Provide :type.
8878 (cwarn-mode): Doc fix.
8879
8880 * add-log.el (change-log-merge): Doc fix.
8881 (change-log-redate): New command.
8882
8883 * net/browse-url.el (browse-url-filename-alist): Add a clause for
8884 Doze and Dog.
8885 (browse-url): Use dolist, not mapcar.
8886 (browse-url-at-point): Check for null url.
8887 (browse-url-event-buffer, browse-url-event-point): Functions
8888 deleted.
8889 (browse-url-at-mouse, browse-url-netscape): Simplify.
8890
8891 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
8892 modes.
8893 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
8894 Fix previous change to mapcan.
8895 (msb--init-file-alist, msb--add-separators)
8896 (msb--make-keymap-menu): Simplify.
8897 (msb--choose-file-menu): Use copy-sequence.
8898 (msb-mode-map): Add title to keymap.
8899 (msb-unload-hook): New function.
8900
8901 * bs.el: Fix indentation.
8902 (bs) <defgroup>: Add :links.
8903 (bs-show): Doc fix.
8904 (bs-apply-sort-faces): Don't use window-system.
8905 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
8906
89072000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
8908
8909 * calendar/timeclock.el (timeclock-file): Run .timelog through
8910 convert-standard-filename.
8911
89122000-08-14 Gerd Moellmann <gerd@gnu.org>
8913
8914 * emacs-lisp/authors.el: New file.
8915
8916 * paren.el (show-paren-priority): New user option.
8917 (show-paren-function): Set overlay priorities to
8918 show-paren-priority.
8919
89202000-08-14 Miles Bader <miles@gnu.org>
8921
8922 * comint.el (comint-bol): Use `forward-line 0' instead of calling
8923 beginning-of-line with inhibit-field-text-motion bound.
8924
89252000-08-14 Gerd Moellmann <gerd@gnu.org>
8926
8927 * calendar/timeclock.el: New file.
8928
89292000-08-14 David Ponce <david@dponce.com>
8930
8931 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
8932 `widget-button-click'. so that one can use left mouse button to
8933 click on dialog buttons.
8934
89352000-08-14 Emmanuel Briot <briot@gnat.com>
8936
8937 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
8938 identifiers, since XML is case sensitive
8939
89402000-08-12 Miles Bader <miles@gnu.org>
8941
8942 * comint.el (comint-output-filter): Don't bother frobbing
8943 window-start, it doesn't seem to be necessary.
8944
8945 * comint.el (comint-send-string, comint-send-region): Make into
8946 real functions. Snapshot the prompt before sending.
8947
89482000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8949
8950 * info.el (Info-find-emacs-command-nodes): Rewrite to use
8951 technique similar to Info-index, instead of relying on specific
8952 names of relevant Index nodes.
8953 (Info-goto-emacs-command-node): Bind Info-history to nil when
8954 going to the first node found by Info-find-emacs-command-nodes.
8955
89562000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
8957
8958 * menu-bar.el (menu-bar-help-menu): Add a :help string.
8959
89602000-08-10 Miles Bader <miles@gnu.org>
8961
8962 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
8963
89642000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8965
8966 * info.el (Info-file-list-for-emacs): More elements for the
8967 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
8968 and woman manuals.
8969
89702000-08-10 Miles Bader <miles@lsi.nec.co.jp>
8971
8972 * comint.el (comint-send-input): Make the newline boundary overlay
8973 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
8974 (comint-output-filter): Use `insert' instead of
8975 `insert-before-markers'. Extend comint-last-output-overlay when
8976 necessary since we can't rely on insert-before-markers to do it.
8977 * gud.el (gud-filter): Use `with-current-buffer' instead of
8978 save-excursion when inserting the output, so that point gets
8979 updated correctly; the old method relied on a rather dodgy
8980 side-effect of comint-output-filter to avoid the effect of
8981 save-excursion.
8982
89832000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
8984
8985 * files.el (recover-file): Call insert-directory instead of
8986 invoking `ls' directly.
8987
89882000-08-10 Miles Bader <miles@gnu.org>
8989
8990 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
8991 (comint-last-prompt-overlay): New variables.
8992 (comint-output-filter): Implement prompt highlighting.
8993 (comint-snapshot-last-prompt): New function.
8994 (comint-send-input): Snapshot the last prompt.
8995 Use comint-highlight-input-face.
8996 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
8997 Use defface instead of defcustom.
8998 (send-invisible, comint-send-eof): Snapshot the last prompt.
8999 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9000 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9001
90022000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9003
9004 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9005 (regexp-opt-group): Use a list of chars for `letters'.
9006 (regexp-opt-charset): `chars' is now a list of chars.
9007 Use a char-table rather than a vector so it works for multibyte chars.
9008
9009 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9010 Set cvs-minor-current-files to the selected fileinfo.
9011 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9012 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9013
90142000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9015
9016 * files.el (insert-directory): Don't call access-file on
9017 directories on DOS and Windows.
9018
90192000-08-09 Kenichi Handa <handa@etl.go.jp>
9020
9021 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9022 longer if necessary.
9023 (ccl-embed-code): Call ccl-embed-data to store CODE in
9024 ccl-program-vector.
9025
90262000-08-09 Miles Bader <miles@gnu.org>
9027
9028 * comint.el (comint-output-filter): Properly handle the case where
9029 the text surrounded by comint-last-output-overlay was deleted.
9030
90312000-08-08 Gerd Moellmann <gerd@gnu.org>
9032
9033 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9034 non-nil.
9035 (Info-file-list-for-emacs): Remove "info" from the list because
9036 that leads to trying to use the documentation from file `info'
9037 in various situations where it isn't appropriate, for instance
9038 C-h C-k C-h i.
9039
9040 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9041 DIR and/or STRING are nil.
9042
9043 * progmodes/compile.el (compilation-setup): Make variable
9044 compilation-error-screen-columns buffer-local, as some comment
9045 in the code suggests it should be.
9046
9047 * files.el (auto-mode-interpreter-regexp): New variable.
9048 (set-auto-mode): Use it.
9049
9050 * indent.el (indent-for-tab-command): Doc fix.
9051
9052 * mouse-sel.el (mouse-sel-mode): Doc fix.
9053
9054 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9055 labels.
9056
9057 * help.el (print-help-return-message): When
9058 display-buffer-reuse-frames is set, let the help window been quit,
9059 instead of deleting it, which might delete a reused frame.
9060
90612000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9062
9063 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9064 rename a directory to a name that differs only by its letter case.
9065
90662000-08-08 Kenichi Handa <handa@etl.go.jp>
9067
9068 * international/quail.el (quail-define-rules): Handle Quail decode
9069 map correctly. Add code for supporting annotations.
9070 (quail-install-decode-map): New function.
9071 (quail-defrule-internal): New optional arguments decode-map and
9072 props.
9073 (quail-advice): New function.
9074
90752000-08-07 Sam Steingold <sds@gnu.org>
9076
9077 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9078 `defconst', `define-condition', `with-slots'.
9079 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9080
90812000-08-03 Miles Bader <miles@gnu.org>
9082
9083 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9084 New variable.
9085 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9086 comint-use-prompt-regexp-instead-of-fields.
9087 (comint-send-input): Add `input' field property to stuff we send to
9088 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9089 (comint-output-filter): Add `output' field property to process
9090 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9091 (comint-replace-by-expanded-history)
9092 (comint-get-old-input-default, comint-show-output)
9093 (comint-backward-matching-input, comint-forward-matching-input)
9094 (comint-next-prompt, comint-previous-prompt): Use field
9095 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9096 (comint-line-beginning-position): New function.
9097 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9098 (comint-replace-by-expanded-history-before-point): Use
9099 comint-line-beginning-position and line-end-position.
9100 (comint-last-output-overlay): New variable.
9101 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9102
9103 * shell.el (shell-prompt-pattern): Doc change.
9104 (shell-backward-command): Use line-beginning-position.
9105
9106 * gud.el (gud-gdb-complete-command): Use
9107 comint-line-beginning-position.
9108
9109 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9110 comint-bol doesn't actually go to the beginning of the line.
9111
9112 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9113 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9114 (try-expand-line-all-buffers): Likewise.
9115
9116 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9117 explicitly matching comint-prompt-regexp.
9118 (sql-copy-column): Use comint-line-beginning-position instead of
9119 explicitly matching comint-prompt-regexp.
9120
9121 * progmodes/octave-inf.el (inferior-octave-complete): Use
9122 comint-line-beginning-position.
9123
9124 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9125
9126 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9127 looking for a prompt, use `forward-line 0' instead of
9128 `beginning-of-line', to avoid getting caught by an input field.
9129
91302000-08-07 Gerd Moellmann <gerd@gnu.org>
9131
9132 * files.el (shell-quote-wildcard-pattern): Make sure to return
9133 PATTERN, in the Unix case.
9134
91352000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * play/zone.el (zone): Discard any pending input before running
9138 the randomly-chosen pgm.
9139
91402000-08-07 Kenichi Handa <handa@etl.go.jp>
9141
9142 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9143 checking the existence of any multibyte characters.
9144
91452000-08-06 Gerd Moellmann <gerd@gnu.org>
9146
9147 * help.el (describe-mode): Test minor-mode symbol for being
9148 bound before testing its value for being nil.
9149
9150 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9151 `first', `second', and `third'.
9152
9153 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9154 (second): Make it an alias for `cadr'.
9155
91562000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9157
9158 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9159 types of display support faces now.
9160
91612000-08-05 Gerd Moellmann <gerd@gnu.org>
9162
9163 * pcvs.el (require): Require `cl' during compilation, only.
9164
9165 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9166 (toplevel): Remove `remq' and `remove' from autoloads.
9167 (cl-fake-autoloads): New variable. If set, arrange for an error
9168 when CL functions etc. are autoloaded.
9169
91702000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9171
9172 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9173
9174 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9175 popped up, but the user clicks outside the menu, return an empty
9176 regexp (that causes unhighlight-regexp to have no effect).
9177
9178 * menu-bar.el (menu-bar-games-menu): Add Zone.
9179
9180 * hi-lock.el (toplevel): Require font-lock.
9181
91822000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9183
9184 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9185 (ebnf-8-bit-chars): New var for bug fix.
9186 (ebnf-string): Bug fix.
9187
91882000-08-03 Sam Steingold <sds@gnu.org>
9189
9190 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9191 instead of `buffer-string'.
9192 (require 'cl): Always, not just when compiling.
9193 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9194 necessary.
9195
91962000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9197
9198 * international/mule-cmds.el (select-safe-coding-system): Make
9199 the message text about selecting a safe coding system more clear.
9200
92012000-08-02 Gerd Moellmann <gerd@gnu.org>
9202
9203 * hi-lock.el: New file.
9204
9205 * play/zone.el: New file.
9206
9207 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9208 value of tab-width in the original buffer. Choose a line number
9209 format that's a multiple of the original buffer's tab width, so
9210 that lines appear right.
9211
9212 * textmodes/ispell.el (ispell): New function, replacing an alias.
9213 Spell-check active region if in transient-mark-mode and mark
9214 is active; otherwise spell-check buffer.
9215
92162000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9217
9218 * ps-mule.el: Fix a customization problem on
9219 ps-mule-font-info-database-default.
9220
92212000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9222
9223 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9224 display-mouse-p instead of window-system.
9225 (ebrowse-member-mode-map): Ditto.
9226
92272000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9228
9229 * progmodes/ebnf2ps.el: Update ps-print functions call.
9230 Indentation fix. Doc fix.
9231 (ebnf-version): New version number (3.2).
9232 (ebnf-format-color, ebnf-begin-job): Code fix.
9233
92342000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9235
9236 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9237 font lock support on window-system.
9238 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9239
9240 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9241 display-color-p, if fboundp, instead of window-system.
9242
92432000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9244
9245 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9246 instead of window-system.
9247
9248 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9249 window-system.
9250 (widget-choice-mouse-down-action): Use display-popup-menus-p
9251 instead of window-system.
9252
9253 * strokes.el (strokes-file): Run the file name through
9254 convert-standard-filename.
9255 (strokes-mode): Call display-mouse-p instead of looking at
9256 window-system. Change the error message accordingly.
9257
9258 * progmodes/cpp.el (toplevel): Support faces on tty's.
9259
9260 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9261 (lm-plot-square, lm-init-display): Don't use window-system.
9262
9263 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9264 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9265
9266 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9267 instead of looking at window-system.
9268
92692000-07-30 Gerd Moellmann <gerd@gnu.org>
9270
9271 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9272 of testing if iswitchb-prepost-hooks is bound, because the
9273 latter will always be true when invoking a recursive minibuffer
9274 from an active Iswitchb buffer.
9275
92762000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9277
9278 * files.el (shell-quote-wildcard-pattern): New function.
9279 (insert-directory): Call it. Only prepend "\" to command on Unix
9280 and GNU/Linux systems.
9281
92822000-07-30 Gerd Moellmann <gerd@gnu.org>
9283
9284 * eshell/esh-groups.el: Change custom :link file names
9285 from `eshell.info' to `eshell'.
9286
92872000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9288
9289 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9290 correctly in recursive ange-ftp listings.
9291
92922000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9293
9294 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9295 ps-header-font-size-internal and
9296 ps-header-title-font-size-internal variables are not set,
9297 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9298 face text property is (foreground-color . COLOR) or
9299 `(background-color . COLOR)', ps-print crashes. Doc fix.
9300 (ps-print-version): New version number (5.2.4).
9301 (ps-plot-region): Code fix.
9302 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9303 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9304 Bug fix 2.
9305
93062000-07-30 Milan Zamazal <pdm@freesoft.cz>
9307
9308 * glasses.el (glasses-make-readable): Fix uncapitalization of
9309 identifiers like `myXMLDocument'.
9310
93112000-07-28 Karl Fogel <kfogel@red-bean.com>
9312
9313 * mail/mail-hist.el (mail-hist-previous-input)
9314 (mail-hist-next-input): Do the obvious code factorization.
9315 (mail-hist-retrieve-and-insert): New func, contains common
9316 code of above two.
9317 If inserting a message body, leave point at top.
9318
93192000-07-28 Sam Steingold <sds@gnu.org>
9320
9321 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9322 Use `<=', not `<' to compare times!
9323 (ange-ftp-ls): Remove.
9324
93252000-07-27 Gerd Moellmann <gerd@gnu.org>
9326
9327 * play/cookie1.el: Add explanation of how to make cookie.el
9328 compatible with strfile(1) to comment.
9329
9330 * subr.el (remove, remq): New functions.
9331
9332 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9333 escape `*' in regexps.
9334 (midnight-find): Reverse order of arguments in the funcall of
9335 TEST.
9336
9337 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9338 and `.class'.
9339
9340 * play/meese.el: Add Commentary section.
9341
93422000-07-27 Alex Schroeder <alex@gnu.org>
9343
9344 * sql.el (sql-ms): Added autoload cookie.
9345 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
9346 (sql-oracle): Ditto.
9347 (sql-help): Doc change.
9348
9349 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
9350 types and exceptions.
9351
93522000-07-27 Alex Schroeder <alex@gnu.org>
9353
9354 * sql.el (sql-placeholder-history): New variable.
9355 (sql-query-placeholders-and-send): New function that will query
9356 the user and replace placeholders with user input.
9357 (sql-oracle): If running on NT, set comint-input-sender to
9358 sql-query-placeholders-and-send.
9359
9360 (sql-stop): If in the SQLi buffer, insert stop notification, else
9361 present it as a message.
9362
93632000-07-27 Alex Schroeder <alex@gnu.org>
9364
9365 * sql.el (sql-input-ring-separator): Doc change.
9366 (sql-input-ring-file-name): Doc change.
9367 (sql-interactive-mode): Use `sql-input-ring-separator' and
9368 `sql-input-ring-file-name' to set the comint-mode equivalents
9369 without making them local variables.
9370 (sql-stop): Don't bind `sql-input-ring-separator' and
9371 `sql-input-ring-file-name' dynamically to their comint-mode
9372 equivalents.
9373
93742000-07-27 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/mule.el (register-char-codings): New function.
9377 (make-coding-system): Handle `safe-chars' specification in the arg
9378 PROPERTY.
9379
9380 * international/mule-cmds.el
9381 (find-coding-systems-region-subset-p): This function deleted.
9382 (sort-coding-systems-predicate): New variable.
9383 (sort-coding-systems): New function.
9384 (find-coding-systems-region): Use
9385 find-coding-systems-region-internal.
9386 (find-coding-systems-string): Use find-coding-systems-region.
9387 (find-coding-systems-for-charsets): Check
9388 char-coding-system-table.
9389 (select-safe-coding-system-accept-default-p): New variable.
9390 (select-safe-coding-system): Mostly rewritten. New argument
9391 ACCEPT-DEFAULT-P.
9392 (select-message-coding-system): Call select-safe-coding-system
9393 with ACCEPT-DEFAULT-P arg.
9394 (reset-language-environment): Reset default-sendmail-coding-system
9395 to the default value iso-latin-1.
9396 (set-language-environment): Don't set the obsolete variable
9397 charset-origin-alist.
9398
9399 * international/codepage.el (cp-coding-system-for-codepage-1):
9400 Give `safe-chars' property to make-coding-system.
9401
9402 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
9403 calling select-message-coding-system twice.
9404
9405 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
9406 instead of `safe-charsets'.
9407 (cyrillic-alternativnyj): Likewise.
9408 (ccl-encode-alternativnyj): Don't check the charset
9409 cyrillic-iso8859-5.
9410
94112000-07-27 Kenichi Handa <handa@etl.go.jp>
9412
9413 * composite.el (compose-chars-after): Preserve match data.
9414
94152000-07-26 Sam Steingold <sds@gnu.org>
9416
9417 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
9418 (ange-ftp-real-file-newer-than-file-p): New function.
9419 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
9420 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
9421
9422 * tooltip.el (tooltip-float-time): Removed (use `float-time').
9423 * midnight.el (midnight-float-time): Ditto.
9424
94252000-07-26 Andreas Schwab <schwab@suse.de>
9426
9427 * files.el (normal-backup-enable-predicate): Correct
9428 interpretation of the return value of compare-strings.
9429
94302000-07-26 Gerd Moellmann <gerd@gnu.org>
9431
9432 * isearch.el (isearch-resume): New function.
9433 (isearch-done): Add something to command-history to resume
9434 the search.
9435 (isearch-yank-line, isearch-yank-word): Use
9436 buffer-substring-no-properties instead of buffer-substring.
9437
9438 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
9439 of flyspell-mouse-map.
9440
9441 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
9442 duplicate definition.
9443 (makefile-mode): Remove duplicate setting of local-abbrev-table.
9444
9445 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
9446 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
9447
94482000-07-25 Sam Steingold <sds@gnu.org>
9449
9450 * net/ange-ftp.el: Get modtime over the net.
9451 (ange-ftp-file-modtime): New function.
9452 (ange-ftp-write-region, ange-ftp-insert-file-contents)
9453 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
9454 Use it.
9455 (ange-ftp-dot-to-slash): New function.
9456 (ange-ftp-fix-name-for-vms): Use it.
9457
9458 * midnight.el (midnight-buffer-display-time): Use
9459 `with-current-buffer'.
9460
94612000-07-25 Gerd Moellmann <gerd@gnu.org>
9462
9463 * find-dired.el: Update copyright notice.
9464 (find-dired): Offer to kill a running `find'.
9465
9466 * enriched.el (enriched-face-ans): For a `foreground-color'
9467 property, return '(("x-color" COLOR))' so that COLOR will be
9468 output as a parameter of the x-color annotation. Likewise for the
9469 `background-color' property. In the case of normal face
9470 properties, don't return annotations for unspecified foreground
9471 and background face attributes.
9472
94732000-07-25 Kenichi Handa <handa@etl.go.jp>
9474
9475 * language/japan-util.el (japanese-katakana-region): Fix handling
9476 HANKAKU argument.
9477
94782000-07-25 Miles Bader <miles@gnu.org>
9479
9480 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
9481 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
9482 constrain-to-field.
9483
94842000-07-24 Andrew Innes <andrewi@gnu.org>
9485
9486 * timer.el (timer-activate-when-idle): Add optional parameter
9487 DONT-WAIT. Update docstring.
9488 (run-with-idle-timer): Specify extra parameter to
9489 timer-activate-when-idle, so that timer will be activated
9490 immediately if Emacs is already idle.
9491
9492 * w32-fns.el (w32-using-nt): Fix docstring.
9493
94942000-07-24 Dave Love <fx@gnu.org>
9495
9496 * mouse.el (popup-menu): Set last-command-event.
9497 (mouse-major-mode-menu-prefix): Declare.
9498
94992000-07-24 Gerd Moellmann <gerd@gnu.org>
9500
9501 * textmodes/flyspell.el: Update to author's version 1.5d.
9502
9503 * progmodes/hideshow.el: Update copyright notice.
9504
9505 * vcursor.el: Set maintainer to FSF, since author cannot
9506 be reached.
9507
95082000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
9509
9510 * info.el (Info-goto-emacs-key-command-node): Leave a space after
9511 the prompt.
9512
9513 * mouse.el (popup-menu): Run the keymap through indirect-function,
9514 in case it was defined with define-prefix-key. If the menu is a
9515 list of keymaps, look up the binding of user's choice in each one
9516 of the keymaps.
9517 (mouse-popup-menubar): If the global and local menu-bar keymaps
9518 don't have a prompt string, create one and insert it into the
9519 keymap. Don't barf if current-local-map returns nil.
9520
95212000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
9522
9523 * dired.el (dired-sort-R-check): Added to allow recursive listing
9524 to be undone.
9525 (dired-sort-other): Use it.
9526
95272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9528
9529 * Release of cc-mode 5.27
9530
95312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9532
9533 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
9534 c-beginning-of-statement-1 that caused a bad case of recursion
9535 which could consume a lot of CPU in large classes in languages
9536 that have in-expression classes (i.e. Java and Pike).
9537
9538 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
9539 statements before top level constructs (i.e. case 6 is moved
9540 before case 5 and is now case 4) to catch in-expression
9541 classes in top level expressions correctly.
9542
95432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9544
9545 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
9546 objc-method-intro. Case 4 removed and case 5I added.
9547
9548 * cc-langs.el (c-append-paragraph-start): New variable used by
9549 c-common-init to get paragraph-start correct.
9550 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
9551 initialize paragraph-start to make it correct both with and
9552 without the javadoc special case.
9553
9554 * cc-mode.el (java-mode): Use c-append-paragraph-start to
9555 initialize paragraph-start for javadoc markup.
9556
9557 * cc-vars.el (c-style-variables-are-local-p): Incompatible
9558 change by defaulting this to t. It's motivated by the
9559 confusing behavior that otherwise arise from the style system
9560 when editing both java and non-java files at the same time
9561 (see the comments about style setting in c-common-init).
9562
95632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9564
9565 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
9566 similar to the one in c-fill-paragraph to check the fill
9567 prefix from the adaptive fill function for sanity.
9568
95692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9570
9571 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
9572 defun block.
9573
95742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9575
9576 * cc-mode.texi Documented the change of cpp-macro.
9577
95782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9579
9580 * cc-align.el (c-lineup-multi-inher): Handle lines with
9581 leading comma nicely. Extended to handle member initializers
9582 too.
9583
9584 * cc-engine.el: (c-beginning-of-inheritance-list,
9585 c-guess-basic-syntax): Fixed recognition of inheritance lists
9586 when the lines begins with a comma.
9587
9588 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
9589
9590 * cc-vars.el (c-offsets-alist): Changed default for
9591 member-init-cont to c-lineup-multi-inher since it now handles
9592 member initializers and indents better for leading commas.
9593
95942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9595
9596 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
9597 handling that caused class open lines to be recognized as
9598 statement-conts in some cases.
9599
9600 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
9601 guessed by the adaptive fill function unless point is on the
9602 first line of a block comment.
9603
9604 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
9605 when the buffer ends with a macro continuation char.
9606
9607 * cc-engine.el (c-guess-basic-syntax): Added support for
9608 function definitions as statements in Pike. The first
9609 statement in a lambda block is now labeled defun-block-intro
9610 instead of statement-block-intro.
9611
9612 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
9613 so that the class surrounding point is selected, not the one
9614 innermost in the state.
9615
9616 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
9617 recognition of switch labels having hanging multiline
9618 statements.
9619
9620 * cc-engine.el (c-beginning-of-member-init-list): Broke out
9621 some code in c-guess-basic-syntax to a separate function.
9622 * cc-engine.el (c-just-after-func-arglist-p): Fixed
9623 recognition of member inits with multiple line arglists.
9624 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
9625 member-init-cont when the commas are in funny places.
9626
96272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9628
9629 * cc-defs.el (c-auto-newline): Removed this macro since it's
9630 not used anymore.
9631
9632 * cc-engine.el (c-looking-at-bos): New helper function.
9633 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
9634 inexpr and toplevel classes apart in Pike.
9635
9636 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
9637 of case 9A.
9638
9639 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
9640 constant, since "class" can introduce an in-expression class
9641 in Pike nowadays.
9642
96432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9644
9645 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
9646 indentation on cpp-macro lines.
9647
9648 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
9649 a syntax modifier like comment-intro, to make it possible to
9650 get syntactic indentation for preprocessor directives. It's
9651 incompatible wrt to lineup functions on cpp-macro, but it has
9652 no observable effect in the 99.9% common case where cpp-macro
9653 is set to -1000.
9654
96552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9656
9657 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
9658 member-init-cont when the preceding arglist is several lines.
9659
96602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9661
9662 * cc-styles.el (c-style-alist): The basic offset for the BSD
9663 style corrected to 8.
9664
96652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9666
9667 * cc-styles.el (c-style-alist): Adjusted the indentation of
9668 brace list openers in the gnu style.
9669
96702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9671
9672 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
9673
9674 * cc-cmds.el (c-electric-brace, c-electric-slash,
9675 c-electric-star, c-electric-semi&comma, c-electric-colon,
9676 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
9677 when c-syntactic-indentation is nil.
9678
9679 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
9680 we were left at comments preceding the first statement when
9681 reaching the beginning of the buffer.
9682
9683 * cc-vars.el (c-syntactic-indentation): New variable to turn
9684 off all syntactic indentation.
9685
96862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9687
9688 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
9689 between the text and the block comment ender when it hangs,
9690 depending on how many there are before the fill.
9691
96922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9693
9694 * cc-engine.el (c-beginning-of-closest-statement): New helper
9695 function to go back to the closest preceding statement start,
9696 which could be inside a conditional statement.
9697 * cc-engine.el (c-guess-basic-syntax): Use
9698 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
9699
9700 * cc-engine.el (c-guess-basic-syntax): Better handling of
9701 arglist-intro, arglist-cont-nonempty and arglist-close when
9702 the arglist is nested inside parens. Cases 7A, 7C and 7F
9703 changed.
9704
9705 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
9706 up-to-date with javadoc 1.2.
9707
97082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9709
9710 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
9711 multiline Pike type decls.
9712
97132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9714
9715 * cc-cmds.el (c-indent-new-comment-line): Always break
9716 multiline comments in multiline mode, regardless of
9717 comment-multi-line.
9718
97192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9720
9721 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
9722 fully::qualified::names in C++ member init lists. Preamble in
9723 case 5D changed.
9724
97252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9726
9727 * cc-langs.el (c-common-init): Handling of obsolete variables
9728 moved to c-initialize-cc-mode. More compatible style override
9729 when using global style variables.
9730 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
9731 variables moved here.
9732
9733 * cc-mode.texi: Documented the special behavior of
9734 c-special-indent-hook as a style variable. Don't talk about
9735 doing (c-make-styles-buffer-local t) in a mode hook, since
9736 that's already too late to work right.
9737
9738 * cc-styles.el (c-make-styles-buffer-local): Flag style
9739 variable localness in c-style-variables-are-local-p to make
9740 the compatibility measure in c-common-init work well.
9741
9742 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
9743 longer contain set-from-style.
9744 * cc-styles.el (c-initialize-builtin-style): Don't check for
9745 set-from-style on c-special-indent-hook.
9746 * cc-styles.el (c-copy-tree): Obsolete. The standard function
9747 copy-alist is sufficient now.
9748
9749 * cc-styles.el (c-set-style, c-set-style-1,
9750 c-get-style-variables): Fixes to variable initialization so
9751 that duplicate entries in styles have the same effect
9752 regardless of DONT-OVERRIDE.
9753
9754 * cc-styles.el (c-set-style-2): Fixed bug where the
9755 initialization of inheriting styles failed when the
9756 dont-override flag is set.
9757
9758 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
9759 on this.
9760
97612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
9762
9763 * cc-defs.el (c-forward-comment): Removed the workaround
9764 introduced in 5.38 since it had worse side-effects. If a line
9765 contains the string "//\"", it regarded the // as a comment
9766 start since the \ temporarily doesn't have escape syntax.
9767
97682000-07-17 Emmanuel Briot <briot@act-europe.fr>
9769
9770 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
9771 ada-xref.el before ada-prj.el, so that the Project menu is created
9772 when ada-prj tries to add to it.
9773 (ada-activate-keys-for-case): Suppress the characters that are not
9774 part of the Ada syntax. Better compatibility with else-mode
9775 (ada-adjust-case-interactive): When auto-casing is not active,
9776 correctly insert newlines (used to insert only ^M). Prevent the
9777 syntax table from being changed in case of an error
9778 (or '_' becomes part of a word and some commands are confused).
9779 Do nothing if ada-auto-case is nil.
9780 (ada-after-keyword-p): Ignore keywords that are also attributes
9781 (ada-batch-reformat): Update usage comment
9782 (ada-call-from-contextual-menu): New function
9783 (ada-case-read-exceptions): Reinitialize the casing exception list
9784 first to nil first, so that the casing exception file can be
9785 shared.
9786 (ada-check-defun-name): Handles "configure" keyword for gnatdist
9787 files.
9788 (ada-compile-goto-error): Fix regexp used to detect a file:line
9789 anywhere in the error message
9790 (ada-contextual-menu-last-point): New variable
9791 (ada-create-keymap): If the variable delete-key-deletes-forward is
9792 t on XEmacs, it means that DEL should delete one character
9793 forward.
9794 (ada-create-menu): Use :included instead of :visible for XEmacs.
9795 New submenu "Options".
9796 (ada-end-stmt-re): Correctly indent "select ... then abort"
9797 statements.
9798 (ada-fill-comment-paragraph): Correctly delete all leading '--'
9799 even if they don't match ada-fill-comment-prefix Fix handling of
9800 paragraphs on the first or last line of a file.
9801 (ada-format-paramlist): Fix handling of default parameter values.
9802 (ada-get-body-name): New function.
9803 (ada-get-current-indent): Optimized by searchling directly for an
9804 existing generic part or a statement outside of it. Handle
9805 ada-indent-align-comments when indenting comments Replaced some
9806 regexps by testing directly the next character. This results in a
9807 huge speedup on some files. New indentation scheme for renames
9808 statements. Stop looking for the 'while' or 'for' associated with
9809 a 'loop' at the first semicolon encountered. A "return" can also
9810 match an anonymous access subprogram declaration.
9811 (ada-get-indent-noindent): Ignore strings and comments when
9812 looking for the keywords "record" and "private".
9813 (ada-goto-matching-decl-start): When matching "if", make sure we
9814 are not in fact seeing "end if". Ignore "when" statements except
9815 when initial keyword was "begin". Fix handling of nested
9816 procedures. Add a recursive call to this function to skip over
9817 other 'end' statmts. Fix indentation for "when .. => begin"
9818 (ada-in-open-paren-p): Fix indentation for complex boolean
9819 expressions, where 'and then', 'or else' and parenthesis
9820 statements are mixed up.
9821 (ada-in-paramlist-p): Skip comments while searching for the
9822 beginning Fix handling of operator declarations.
9823 (ada-indent-align-comments): New variable
9824 (ada-indent-current): Change the syntax table only in the
9825 protected section, so that we are sure it is restored correctly.
9826 (ada-indent-on-previous-lines): Use ada-use-indent and
9827 ada-with-indent Correctly indent "select ... then"
9828 (ada-indent-region): Slight speedup.
9829 (ada-indent-renames): New variable.
9830 (ada-last-which-function-subprog, ada-last-which-function-line):
9831 New variables
9832 (ada-looking-at-semi-private): Correctly indent the 'private'
9833 keyword when it is the first word in a package declaration.
9834 (ada-loose-case-word): Stop searching if at the end of the buffer.
9835 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
9836 even if point is not initially at the end of the word.
9837 (ada-matching-decl-start-re): Add "when".
9838 (ada-mode): Add support for abbrev-mode, outline-mode and
9839 which-func-mode Override the old find-file.el entry in
9840 ff-special-constructs since it is using the obsolete
9841 ada-spec-suffix variable
9842 (ada-no-auto-case): New function
9843 (ada-scan-paramlist): When parsing the argument type, accept
9844 spaces (as in "X 'Class", generated by Rational Rose).
9845 (ada-other-file-name): No longer loads the other file.
9846 (ada-popup-menu): Save and restore the current buffer and cursor
9847 position before and after displaying the menu.
9848 (ada-search-ignore-complex-boolean): New function.
9849 (ada-uncomment-region): Emacs21 already knows how to delete
9850 comments not starting in the first column.
9851 (ada-use-indent): New variable
9852 (ada-which-function): New function.
9853 (ada-with-indent): New variable
9854 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
9855 can be batch-compiled from the command line.
9856
9857 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
9858 Add to the menu when the file is loaded, not in ada-mode-hook.
9859 Add -toolbar to the default ddd command Switches moved from
9860 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
9861 ada-prj-default-comp-opt
9862 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
9863 Reference Manual to the menu
9864 (ada-check-current): rewritten as a call to ada-compile-current
9865 (ada-compile): Removed.
9866 (ada-compile-application, ada-compile-current, ada-check-current):
9867 Set the compilation-search-path so that compile.el automatically
9868 finds the sources in src_dir. Automatic scrollong of the
9869 compilation buffer. C-uC-cC-c asks for confirmation before
9870 compiling
9871 (ada-compile-current): New parameter, prj-field
9872 (ada-complete-identifier): Load the .ali file before doing
9873 processing
9874 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
9875 conform to gnatmake's behavior.
9876 (ada-find-file-in-dir): New function
9877 (ada-find-references): Set the environment variables for gnatfind
9878 (ada-find-src-file-in-dir): New function.
9879 (ada-first-non-nil): Removed
9880 (ada-gdb-application): Add support for jdb, the java debugger.
9881 (ada-get-ada-file-name): Load the original-file first if not done
9882 yet.
9883 (ada-get-all-references): Handles the new ali syntax (parent types
9884 are found between <>).
9885 (ada-initialize-runtime-library): New function
9886 (ada-mode-hook): Always load a project file when a file is opened,
9887 so that the casing exceptions are correctly read.
9888 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
9889 (ada-parse-prj-file): Use find-file-noselect instead of find-file
9890 to open the project file, since the latter does not work with
9891 speedbar Get default values before loading the prj file, or the
9892 default executable file name is wrong. Use the absolute value of
9893 src_dir to initialize ada-search-directories and
9894 compilation-search-path,... Add the standard runtime library to
9895 the search path for find-file.
9896 (ada-prj-default-debugger): Was missing an opening '{'
9897 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
9898 variables.
9899 (ada-prj-default-gnatmake-opt): New variable
9900 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
9901 buffers, the project file is the default one Save the windows
9902 configuration before displaying the menu.
9903 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
9904 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
9905 ...) regexp-quote identifiers names to support operators +,
9906 -,... in regexps.
9907 (ada-remote): New function.
9908 (ada-run-application): Erase the output buffer before starting the
9909 run Support remote execution of the application. Use
9910 call-process, or the arguments are incorrectly parsed
9911 (ada-set-default-project-file): Reread the content of the active
9912 project file, not the one from the current buffer When a project
9913 file is set as the default project, all directories are
9914 automatically associated with it.
9915 (ada-set-environment): New function
9916 (ada-treat-cmd-string): New special variable ${current}
9917 (ada-treat-cmd-string): Revised. The substitution is now done for
9918 any ${...} substring
9919 (ada-xref-current): If no body was found, compiles the spec
9920 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
9921 compiler to get rid of command line length limitations.
9922 (ada-xref-get-project-field): New function
9923 (ada-xref-project-files): New variable
9924 (ada-xref-runtime-library-specs-path)
9925 (ada-xref-runtime-library-ali-path): New variables
9926 (ada-xref-set-default-prj-values): Default run command now does a
9927 cd to the build directory. New field: main_unit Provide a default
9928 file name even if the current buffer has no prj file.
9929
9930 * ada-prj.el:
9931 Rewritten to show a tabbed-dialog.
9932 (ada-prj-add-ada-menu): Remove the map and name parameters.
9933 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
9934 New function
9935 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
9936 (ada-prj-load-from-file): New function
9937 (ada-prj-save): Always save fields that depend on the current buffer
9938 (ada-prj-show-value): New function
9939
9940 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
9941 Ada mode. This will allow us to display the Ada menu in any buffer
9942 we want (for project items).
9943 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
9944 number of spaces in the header.
9945
99462000-07-24 Dave Love <fx@gnu.org>
9947
9948 * ediff-init.el (ediff-region-help-echo): Bind face-help.
9949
99502000-07-23 Noah Friedman <friedman@splode.com>
9951
9952 * type-break.el (type-break): perform autosave.
9953 Suggested by Stephen Gildea <gildea@intouchsys.com>.
9954 (type-break-do-query): Cancel query schedule while performing
9955 actual query, to avoid possibility of a second query being made
9956 while first one is already in progress.
9957 (type-break-time-stamp-format): New variable.
9958 (type-break-time-stamp): New function.
9959 (type-break-time-warning): Use it.
9960 (type-break-keystroke-warning): Use it.
9961 (type-break-noninteractive-query): Use it.
9962
9963 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
9964 cookie.
9965 Use add-minor-mode to set minor-mode-alist, if available.
9966 (eldoc-echo-area-use-multiline-p): New user option.
9967 (eldoc-echo-area-multiline-supported-p): New variable.
9968 (eldoc-docstring-format-sym-doc): Use them.
9969 (eldoc-mode): If not using idle timers, append to local post and
9970 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
9971 (eldoc-display-message-no-interference-p): Don't interfere with
9972 edebug.
9973 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
9974 (eldoc-function-arglist): New function.
9975 (eldoc-function-argstring): Use it.
9976
9977 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
9978 auto save directory exists before calling directory-files.
9979
99802000-07-23 Dave Love <fx@gnu.org>
9981
9982 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
9983 ^o, ^u.
9984
99852000-07-21 Dave Love <fx@gnu.org>
9986
9987 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
9988 now passed to the function. It now works properly.
9989
9990 * smerge-mode.el (smerge-mode-menu): Fill it out.
9991
99922000-07-20 Gerd Moellmann <gerd@gnu.org>
9993
9994 * info-look.el (info-lookup): If *info* is shown in another frame
9995 on the same display, select that frame, instead of switching to
9996 the Info buffer in another window of the selected frame.
9997
9998 * simple.el (universal-argument-map): Bind numeric keypad keys
9999 kp-0 to kp-9 and kp-subtract.
10000 (digit-argument): Handle these keys.
10001
100022000-07-20 Dave Love <fx@gnu.org>
10003
10004 * net/goto-addr.el (goto-address-fontify): Don't bother with
10005 buffer-modified and read-only stuff -- irrelevant with overlays.
10006 Put an extra property on the overlays and use it to clean up in
10007 case goto-address is re-run.
10008
100092000-07-19 Richard M. Stallman <rms@gnu.org>
10010
10011 * timer.el (run-with-idle-timer): Doc fix.
10012
10013 * mail/mail-utils.el (mail-strip-quoted-names):
10014 Handle case where <...> appears inside "...".
10015 Use replace-match to edit the string more simply.
10016 (rmail-dont-reply-to): Cope with an unmatched ".
10017
100182000-07-19 Dave Love <fx@gnu.org>
10019
10020 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10021 implementation.
10022
10023 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10024 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10025 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10026
100272000-07-19 Gerd Moellmann <gerd@gnu.org>
10028
10029 * textmodes/refer.el: Correct maintainer's email address.
10030
10031 * progmodes/hideif.el: Correct author's email address.
10032 Fix typo in comment.
10033
10034 * xml.el: New file.
10035
10036 * mail/mailheader.el: Correct author's mail address.
10037
10038 * gnus/parse-time.el: Correct author's mail address.
10039
100402000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10041
10042 * comint.el (comint-highlight-input, comint-highlight-face):
10043 New user options.
10044 (comint-input-ring-file-name): Change custom type.
10045 (comint-mode-map): Bind mouse-2.
10046 (comint-insert-clicked-input): New function.
10047 (comint-send-input): Handle input highlighting.
10048
100492000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10050
10051 * mouse.el (popup-menu): New function.
10052 (mouse-major-mode-menu): Use it.
10053
100542000-07-18 Dave Love <fx@gnu.org>
10055
10056 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10057 improvements.
10058
100592000-07-18 Gerd Moellmann <gerd@gnu.org>
10060
10061 * faces.el (face-font-selection-order)
10062 (face-font-family-alternatives): Add custom type.
10063
100642000-07-18 Dave Love <fx@gnu.org>
10065
10066 * cus-edit.el (custom-variable-reset-saved)
10067 (custom-variable-reset-standard): Remove unused bindings.
10068
10069 * rect.el (open-rectangle-line): Remove unused let.
10070
10071 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10072
100732000-07-18 Gerd Moellmann <gerd@gnu.org>
10074
10075 * cdl.el: Fix `Maintainer' keyword.
10076
10077 * play/pong.el: Add author's email address.
10078
100792000-07-17 Sam Steingold <sds@gnu.org>
10080
10081 * files.el (insert-directory): Call `split-string' instead of
10082 re-implementing it.
10083
100842000-07-18 Gerd Moellmann <gerd@gnu.org>
10085
10086 * mail/vms-pmail.el: Change maintainer to FSF.
10087
10088 * net/goto-addr.el: Change maintainer to FSF.
10089
10090 * info.el (Info-title-face-alist): Removed.
10091
100922000-07-18 David Ponce <david@dponce.com>
10093
10094 * recentf.el (recentf-open-files): New command that works like
10095 `recentf-open-more-files', but shows the whole list of files (not just
10096 those omitted from the menu). Useful if you don't use a menu-bar!
10097 (recentf-open-more-files) Modified to use `recentf-open-files'.
10098
10099 (recentf-open-files, recentf-open-more-files)
10100 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10101
10102 (recentf-dialog-mode): New mode for dialogs. You can now just type
10103 "q" to cancel the dialogs.
10104
101052000-07-18 David Ponce <david@dponce.com>
10106
10107 * recentf.el: This is a major update of recentf.el. It adds new
10108 features to better organize the recentf menu and "More..." buffer.
10109
10110 Using new provided menu filtering functions you can now organize the
10111 recent files list:
10112
10113 - by major modes
10114 - by directories
10115 - by user defined rules
10116
10117 Finally, with the new `recentf-filter-changer' customizable filter you
10118 can define a ring of filters and dynamically (via the menu) cycle on
10119 each menu organization in the ring (a la msb).
10120
101212000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10122
10123 * eshell/eshell.el (eshell): Replace links to eshell.info with
10124 links to eshell, to avoid problems on systems where the manual is
10125 installed as `eshell'.
10126 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10127 * eshell/em-smart.el (eshell-smart): Ditto.
10128 * eshell/em-banner.el (eshell-banner): Ditto.
10129 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10130
10131 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10132 same-file check in the MS-DOS version (it does support inodes).
10133
10134 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10135
10136 * eshell/eshell.el (eshell-directory-name):
10137 Run default directory name through convert-standard-filename.
10138
101392000-07-18 Kenichi Handa <handa@etl.go.jp>
10140
10141 * international/mule-cmds.el (select-safe-coding-system):
10142 Fix typo in the comment.
10143
10144 * language/european.el (compound-text):
10145 Force katakana-jisx0201 to be designated to G1.
10146
10147 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10148 Don't translate some national variant characters of latin-jisx0201.
10149 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10150
10151 * international/kkc.el (kkc-after-update-conversion-functions):
10152 New variable.
10153 (kkc-update-conversion): Run functions in it at the tail.
10154
101552000-07-16 John Wiegley <johnw@gnu.org>
10156
10157 * lisp/align.el (align-newline-and-indent):
10158 Adding new function. for auto-aligning blocks of code on RET.
10159 (align-region): Fixed badly formatted minibuffer message.
10160
101612000-07-17 Kenichi Handa <handa@etl.go.jp>
10162
10163 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10164 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10165 the conversion list at first if appropriate.
10166 (kkc-next): Don't update kkc-next-count here.
10167 (kkc-prev): Don't update kkc-prev-count here.
10168 (kkc-show-conversion-list-update): Fix setting up of conversion
10169 list message.
10170
101712000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10174
101752000-07-16 Dave Love <fx@gnu.org>
10176
10177 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10178 function to be more specific.
10179
10180 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10181 non-string help-echo.
10182 (widget-types-convert-widget): Defsubst it.
10183 (widget-echo-help): Try to cope with a help-echo function of two
10184 possible sorts.
10185
101862000-07-15 Jason Rumney <jasonr@gnu.org>
10187
10188 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10189 Declare as obsolete.
10190
10191 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10192
101932000-07-14 Gerd Moellmann <gerd@gnu.org>
10194
10195 * hilit-chg.el: Fix typo.
10196
101972000-07-14 Dave Love <fx@gnu.org>
10198
10199 * info.el (Info-mode-menu): Fix use of :help, :enable.
10200
102012000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10202
10203 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10204
102052000-07-13 Dave Love <fx@gnu.org>
10206
10207 * emacs-lisp/easymenu.el: Doc fixes.
10208 (easy-menu-remove): Defalias to ignore.
10209
10210 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10211 Call throw correctly.
10212
102132000-07-13 Gerd Moellmann <gerd@gnu.org>
10214
10215 * faces.el (frame-background-mode): Doc fix.
10216
10217 * simple.el (eval-expression-print-length): Change custom type to
10218 allow entering nil as value.
10219
102202000-07-13 Dave Love <fx@gnu.org>
10221
10222 * progmodes/fortran.el (fortran-imenu-generic-expression):
10223 Change definition layout.
10224 (fortran-mode-menu): Reinstate customize entries.
10225
10226 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10227 Use :filter, per old XEmacs code.
10228
102292000-07-12 Gerd Moellmann <gerd@gnu.org>
10230
10231 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10232 event when deciding what to send to the terminal.
10233
102342000-07-12 Dave Love <fx@gnu.org>
10235
10236 * cus-start.el: Add optional version as 4th element of specs and
10237 use it for several things new in v21. Remove load-path. Fix type
10238 of line-number-display-limit.
10239
102402000-07-11 Dave Love <fx@gnu.org>
10241
10242 * progmodes/fortran.el: Don't require easymenu.
10243 Use repeat counts in various regexps.
10244 (fortran-mode-syntax-table): Defvar directly.
10245 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10246 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10247 Use defvar, not defconst.
10248 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10249 (fortran-mode): Set fortran-comment-line-start-skip,
10250 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10251 (fortran-comment-indent): Use defsubst.
10252 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10253 Use fortran-comment-indent, not fortran-comment-indent-function.
10254 (fortran-comment-region, fortran-electric-line-number): Simplify.
10255 (fortran-auto-fill): New function.
10256 (fortran-do-auto-fill): Deleted.
10257 (fortran-find-comment-start-skip):
10258 Check for non-null comment-start-skip.
10259 (fortran-auto-fill-mode, fortran-fill-statement):
10260 Use fortran-auto-fill.
10261 (fortran-fill): Use fortran-auto-fill. Check for null
10262 comment-start-skip. Simplify final clause and use end-of-line finally.
10263
10264 * widget.el (widget-plist-member): New alias.
10265
102662000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10267
10268 * eshell/esh-module.el (toplevel): Reference
10269 byte-compile-current-file only if it is bound.
10270
102712000-07-10 Gerd Moellmann <gerd@gnu.org>
10272
10273 * dired.el: Don't require `dired-aux'.
10274
102752000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10276
10277 * dired-aux.el (dired-show-file-type): New function.
10278 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10279 (dired-show-file-type): Add autoload.
10280
102812000-07-10 Kenichi Handa <handa@etl.go.jp>
10282
10283 * international/mule-diag.el (describe-font): Adjusted for the
10284 change of fontset-info.
10285 (print-fontset): Likewise.
10286
102872000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10288
10289 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10290
102912000-07-07 Gerd Moellmann <gerd@gnu.org>
10292
10293 * bindings.el: Bind `[delete]' to delete-char.
10294
10295 * dired.el (dired-find-alternate-file): New function.
10296 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10297 (toplevel): Require dired-aux when compiling.
10298 (dired-buffers): Move defvar within file to avoid compiler warning.
10299
10300 * info.el (Info-last-search): Variable removed.
10301 (Info-search-history): New variable.
10302 (Info-search): New Info-search-history.
10303
10304 * battery.el, info-look.el: Change author's mail address.
10305
103062000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10307
10308 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10309 if rmail-ignored-headers is nil.
10310 (rmail-retry-failure): Bind rmail-ignored-headers and
10311 rmail-displayed-headers to nil.
10312
103132000-07-06 Gerd Moellmann <gerd@gnu.org>
10314
10315 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10316 (print-region-1): Don't hard code `-h' here.
10317
10318 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10319
103202000-07-01 Francesco Potorti` <pot@gnu.org>
10321
10322 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10323 exim can use "your message" instead of "the message".
10324
103252000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10326
10327 * facemenu.el: Docstrings fixes.
10328 (facemenu-get-face): Don't use internal-find-face.
10329 (facemenu-iterate): Rename arg to match the docstring.
10330
10331 * newcomment.el (uncomment-region): Be more careful when skipping
10332 backwards over `=' not to bump into BOBP.
10333
103342000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10335
10336 * ediff-diff.el (ediff-wordify): Use syntax table.
10337 * ediff-init.el (ediff-has-face-support-p): Use
10338 ediff-color-display-p.
10339 (ediff-color-display-p): Use display-color-p, changed to defun
10340 from defsubst.
10341 Got rid of special cases for NeXT and OS/2.
10342 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10343 face.
10344
103452000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10346
10347 * emacs-lisp/lucid.el: Require CL.
10348 (copy-tree, remprop): Remove, it's provided by CL.
10349 (map-keymap): Define in terms of cl-map-keymap.
10350 (extent-property, set-extent-end-glyph): New functions.
10351
10352 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
10353
103542000-07-05 Gerd Moellmann <gerd@gnu.org>
10355
10356 * Makefile.in (DONTCOMPILE): Add comment that the name may
10357 not be changed without changing the make-dist script.
10358
10359 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
10360 (cl-mapc): Use mapc instead of cl-old-mapc.
10361
103622000-07-05 Andrew Innes <andrewi@gnu.org>
10363
10364 * makefile.nt: Add support for `bootstrap' and related targets.
10365
103662000-07-05 Stefan Monnier <monnier@cs.yale.edu>
10367
10368 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
10369 (easy-menu-do-define): Use `menu-item' format.
10370 Handle case where easy-menu-create-menu returns a symbol.
10371 Manually call the potential top-level filter in the function binding.
10372 (easy-menu-filter-return): New arg NAME.
10373 Convert to a keymap if MENU is an XEmacs menu.
10374 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
10375 (easy-menu-converted-items-table, easy-menu-convert-item):
10376 New var and fun to memoize easy-menu-convert-item-1.
10377 (easy-menu-do-add-item): Use it.
10378 (easy-menu-create-menu): Use easy-menu-convert-item.
10379 Wrap easy-menu-filter-return around any :filter specification.
10380 Don't convert the menu if a filter was specified.
10381 Tell easy-menu-make-symbol not to check for MENU being an expression.
10382 (easy-menu-make-symbol): New arg NOEXP.
10383
103842000-07-05 Gerd Moellmann <gerd@gnu.org>
10385
10386 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
10387 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
10388 (eval-defun): If called with prefix arg, instrument code for
10389 Edebug.
10390
10391 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
10392 similar to that of eval-defun.
10393
103942000-07-04 Dave Love <fx@gnu.org>
10395
10396 * hl-line.el (hl-line-overlay): Make it permanent-local.
10397
10398 * calendar/todo-mode.el: Replaced with a working version, based on
10399 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
10400
104012000-07-03 Miles Bader <miles@lsi.nec.co.jp>
10402
10403 * paths.el (prune-directory-list): New function.
10404 (Info-default-directory-list): Rewritten to more methodically
10405 enumerate a big list of possible info directories (based on the
10406 list used by the standalone info reader).
10407
10408 * info.el (info-initialize): Use prune-directory-list to remove
10409 non-existent directories from Info-directory-list.
10410
10411 * paths.el (Info-default-directory-list): Try a list of possible
10412 info-directories instead of a single one. Add the possible
10413 info directory "/usr/share/info".
10414
10415 * woman.el (woman-man.conf-path): Explicitly include the debian
10416 man-db config file "/etc/manpath.config".
10417 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
10418 are present in `manpath.config'.
10419 (woman-manpath): Include "/usr/share/man".
10420
104212000-07-03 Gerd Moellmann <gerd@gnu.org>
10422
10423 * frame.el (blink-cursor-mode): Don't hide cursor initially.
10424
10425 * startup.el (command-line): Initialize blink-cursor based
10426 on window-system.
10427
10428 * frame.el (blink-cursor): Default to nil if not running under
10429 a window-system.
10430
10431 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
10432 (face-x-resources): Remove duplicate entry for :font.
10433
10434 * textmodes/refer.el (refer-find-entry-internal): Use some-window
10435 instead of cycling through windows with next-window.
10436
10437 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
10438 of cycling through windows with next-window.
10439
10440 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
10441 of cycling through windows with next-window.
10442
10443 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
10444 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
10445 instead of cycling through windows with next-window.
10446
10447 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
10448 instead of cycling through windows with next-window.
10449
10450 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
10451 of cycling through windows with next-window.
10452
10453 * terminal.el (te-process-output): Use walk-windows instead of
10454 cycling through windows with next-window.
10455
10456 * server.el (server-switch-buffer): Use some-window instead of
10457 cycling through windows with next-window.
10458
10459 * window.el (some-window): New function.
10460 (walk-windows): Remove reference to walk-windows-start.
10461
10462 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
10463
104642000-07-03 Richard Stallman <rms@gnu.org>
10465
10466 * window.el (walk-windows): Guarantee termination by keeping a list
10467 of all the windows already handled.
10468
104692000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10470
10471 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
10472 window-system.
10473
10474 * man.el (Man-notify-when-ready): Don't use window-system. If
10475 Man-notify-method is newframe, and the display is not
10476 multi-frame, select the frame created for the man page.
10477 (Man-init-defvars): Doc fix.
10478
104792000-06-28 Gerd Moellmann <gerd@gnu.org>
10480
10481 * faces.el (region): Change background color for light background.
10482
10483 * ediff-wind.el (ediff-setup-control-frame): Remove :box
10484 attribute from mode-line face of Ediff control frame.
10485
10486 * replace.el (query-replace-map): Bind `e' like `E'.
10487
104882000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
10489
10490 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
10491 Change name to "Select All".
10492
10493 * dos-fns.el (convert-standard-filename): Fix last change.
10494
104952000-06-27 Gerd Moellmann <gerd@gnu.org>
10496
10497 * help.el (describe-variable): Don't insert a second `'s' in front
10498 of the string `value is shown below'. Since the syntax-table is
10499 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
10500 an existing `'s', so that this won't be deleted.
10501
10502 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
10503 * pcmpl-unix.el: New files.
10504
105052000-06-26 Stefan Monnier <monnier@cs.yale.edu>
10506
10507 * wid-edit.el (widget-member): Use the new plist-member.
10508
105092000-06-26 Gerd Moellmann <gerd@gnu.org>
10510
10511 * replace.el (perform-replace): Undo change of 2000-04-04.
10512 Instead, move backward 1 character at the end of the loop when
10513 necessary.
10514
10515 * faces.el (fringe): Change face for different backgrounds.
10516
10517 * eshell/esh-module.el (toplevel): Load defgroup's differently;
10518 patch from John.
10519
10520 * eshell/*.el: Change spelling of the Free Software Foundation.
10521
10522 * eshell/esh-toggle.el: Removed.
10523
10524 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
10525
10526 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
10527 interactively.
10528
105292000-06-26 Alex Schroeder <alex@gnu.org>
10530
10531 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
10532 `define-key'; instead of checking `(emacs-version)' check for
10533 `set-keymap-parent' and `set-keymap-name' directly. Add entries
10534 for `;' and `o' which might be electric.
10535
10536 (sql-electric-stuff): New user option.
10537 (sql-magic-go): New function which uses `sql-electric-stuff'.
10538 (sql-magic-semicolon): New function which uses
10539 `sql-electric-stuff'.
10540
10541 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
10542 is not fboundp.
10543
10544 (sql-oracle-options): New variable.
10545 (sql-oracle): Use it.
10546
10547 (sql-imenu-generic-expression): Doc change.
10548 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
10549 is used.
10550
10551 (sql-informix): Added command line parameter "-" to force
10552 sql-informix-program to use stdout.
10553
105542000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
10555
10556 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
10557 (cp864-decode-table): Doc fix.
10558 (cp720-decode-table): New variable, supports the Arabic OEM
10559 codepage used by Windows.
10560 (cp737-decode-table): New, Greek OEM codepage used by Windows.
10561
105622000-06-23 Dave Love <fx@gnu.org>
10563
10564 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
10565 (font-lock-fontify-anchored-keywords): Use
10566 line-beginning-position.
10567 (global-font-lock-mode): Use mapc.
10568
105692000-06-23 Stefan Monnier <monnier@cs.yale.edu>
10570
10571 * eshell/esh-module.el: Require CL when compiling.
10572
105732000-06-23 Gerd Moellmann <gerd@gnu.org>
10574
10575 * comint.el (comint-substitute-in-file-name): Call replace-match
10576 with second and third arg t.
10577
10578 * cus-edit.el (custom-button-face, custom-button-pressed-face):
10579 Specify foreground color.
10580
10581 * faces.el (tool-bar, mode-line, header-line): Specify foreground
10582 color.
10583
10584 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
10585
10586 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
10587 cddr instead of cdddr.
10588
10589 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
10590 instead of copy-list.
10591
10592 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
10593 of copy-list.
10594
10595 * subdirs.el: Add eshell subdirectory.
10596
10597 * eshell: New subdirectory containing the Eshell package.
10598
10599 * pcomplete.el: New file.
10600
106012000-06-23 Paul Eggert <eggert@twinsun.com>
10602
10603 * mail/mailpost.el (post-mail-send-it): Make sure file has
10604 proper permissions from birth.
10605
10606 * files.el (basic-save-buffer-2): When temporarily setting
10607 file modes, set them to current modes plus 0200, not to 0777.
10608
10609 * emerge.el (emerge-make-temp-file): Make sure file has proper
10610 permissions from birth.
10611
106122000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
10613
10614 * files.el (make-backup-file-name-1): On DOS/Windows, run the
10615 backup file name through convert-standard-filename.
10616
10617 * dos-fns.el (convert-standard-filename): Convert leading
10618 directories as well. When long file names are supported, convert
10619 characters that are invalid in Windows file names.
10620
106212000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10622
10623 * ps-print.el: Fix bug: if ^L is the very first buffer character,
10624 ps-print crashes. New feature: page selection for printing. Create
10625 raw-text-unix coding system for XEmacs. Doc fix.
10626 (ps-print-version): New version number (5.2.3).
10627 (ps-plot-region): Bug fix.
10628 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
10629 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
10630 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
10631 funs.
10632 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
10633 (ps-last-page): New vars.
10634
106352000-06-21 Gerd Moellmann <gerd@gnu.org>
10636
10637 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
10638 empty option string.
10639
106402000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
10641
10642 * man.el (man): Doc fix.
10643
106442000-06-21 Kenichi Handa <handa@etl.go.jp>
10645
10646 * international/mule-cmds.el (set-language-info-alist): Docstring
10647 fixed.
10648
106492000-06-20 Gerd Moellmann <gerd@gnu.org>
10650
10651 * version.el (emacs-version): Use ISO date format.
10652
10653 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
10654 instead of `M-backspace'.
10655
10656 * simple.el (turn-off-auto-fill): New function.
10657
106582000-06-20 Stefan Monnier <monnier@cs.yale.edu>
10659
10660 * jit-lock.el (with-buffer-prepared-for-jit-lock):
10661 Renamed from with-buffer-prepared-for-font-lock and use
10662 inhibit-modification-hooks rather than setting *-change-functions.
10663 Update all functions to use the new name.
10664 (jit-lock-first-unfontify-pos): New semantics (and doc).
10665 (jit-lock-mode): Make non-interactive.
10666 Don't automatically turn on font-lock.
10667 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
10668 Always use jit-lock-after-change.
10669 Remove and restore font-lock-after-change-function.
10670 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
10671 (jit-lock-after-unfontify-buffer): Remove.
10672 (jit-lock-stealth-fontify):
10673 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
10674 (jit-lock-after-change): Set the `fontified' text-prop to nil.
10675
106762000-06-20 Sam Steingold <sds@gnu.org>
10677
10678 * emacs-lisp/cl-indent.el (toplevel): Indent
10679 `print-unreadable-object' properly. Untabify.
10680
106812000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10682
10683 * textmodes/reftex.el (reftex-find-citation-regexp-format):
10684 Support for bibentry.
10685 (reftex-compile-variables): Fixed problem with end of section-re.
10686
10687 * texmodes/reftex-dcr.el (reftex-view-crossref,
10688 reftex-view-crossref-from-bibtex):
10689 Deal with changed `reftex-find-citation-regexp-format'.
10690 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
10691 Replaced `remprop' with `put'.
10692 (reftex-view-crossref, reftex-view-crossref-when-idle):
10693 Support for bibentry.
10694
10695 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10696 New entry for bibentry package.
10697
10698 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
10699 Regexp also matches "\nobibliography".
10700
10701 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
10702 Call `reftex-ensure-write-access' before doing anything.
10703 (reftex-ensure-write-access): New function.
10704
107052000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
10706
10707 * progmodes/idlwave.el: File re-installed (update to version 4.2)
10708
10709 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
10710
10711 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
10712
10713 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
10714
10715
107162000-06-20 Dave Love <fx@gnu.org>
10717
10718 * faces.el (frame-background-mode): Use set-default, not set, in
10719 setter.
10720 (frame-update-faces, frame-update-face-colors): Define with
10721 defalias.
10722
10723 * enriched.el (enriched-decode-foreground)
10724 (enriched-decode-background): Don't use internal-find-face.
10725
10726 * apropos.el: Doc fixes.
10727
10728 * cus-edit.el (customize-changed-options): Check arg.
10729 (customize-version-lessp): Don't require decimal point.
10730
10731 * custom.el (defcustom, defgroup): Doc fix.
10732
10733 * newcomment.el (comment) <defgroup>: Add :version.
10734 (comment-multi-line): Doc fix.
10735
10736 * emulation/mlsupport.el (define-hooked-local-abbrev,
10737 define-hooked-global-abbrev): Fix, using define-abbrev.
10738
107392000-06-19 Gerd Moellmann <gerd@gnu.org>
10740
10741 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
10742 the whole buffer.
10743
107442000-06-19 Dave Love <fx@gnu.org>
10745
10746 * menu-bar.el (menu-bar-options-save): New function.
10747 (menu-bar-options-menu): Use it.
10748 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
10749 Simplify.
10750
107512000-06-19 Andreas Schwab <schwab@suse.de>
10752
10753 * progmodes/etags.el (tags-query-replace): Put new parameters
10754 START and END at the end, for backward compatibility.
10755
107562000-06-19 Kenichi Handa <handa@etl.go.jp>
10757
10758 * international/codepage.el:
10759 (cp-coding-system-for-codepage-1): Delete special codes for
10760 generating xxx-dos coding system because now a CCL based coding
10761 system can handle EOL conversion by default.
10762
10763 * international/mule.el (make-coding-system): Generate subsidiary
10764 coding systems for EOL handling variants even for a CCL based
10765 coding system.
10766
107672000-06-19 Kenichi Handa <handa@etl.go.jp>
10768
10769 * international/isearch-x.el (isearch-minibuffer-input-method)
10770 (isearch-minibuffer-input-method-function): These variables
10771 deleted.
10772 (isearch-with-input-method): Don't use the above variables.
10773 (isearch-process-search-multibyte-characters): Likewise. Call
10774 read-string with the arg INHERIT-INPUT-METHOD t.
10775
107762000-06-17 Stefan Monnier <monnier@cs.yale.edu>
10777
10778 * font-lock.el (font-lock-after-fontify-buffer)
10779 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
10780
10781 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
10782 Use consistent make-local-variable style for font-lock-fontified.
10783 (jit-lock-fontify-buffer):
10784 Don't bother checking for font-lock-mode and jit-lock-mode.
10785
10786 * time.el: Remove trailing ^M that prevent CVS-merging.
10787
107882000-06-16 Gerd Moellmann <gerd@gnu.org>
10789
10790 * Makefile.in (distclean): New target.
10791
107922000-06-16 Stefan Monnier <monnier@cs.yale.edu>
10793
10794 * Makefile.in (srcdir): Define for update-subdirs.
10795
107962000-06-16 Gerd Moellmann <gerd@gnu.org>
10797
10798 * find-lisp.el: New file.
10799
108002000-06-16 Andrew Innes <andrewi@gnu.org>
10801
10802 * time.el (display-time-mail-function): New variable, to allow
10803 external packages to indicate when new mail is available.
10804 (display-time-update): Use it.
10805
108062000-06-16 Kenichi Handa <handa@etl.go.jp>
10807
10808 * international/mule.el (mule-version): Change version name to
10809 SAKAKI. AOI has already been used by Meadow.
10810
10811 * international/quail.el (quail-show-guidance-buf): To find the
10812 bottom window (but minibuffer), pay attention to the height of
10813 minibuffer.
10814
108152000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * arc-mode.el (archive-mode-map): Use the new menu-item format for
10818 menu-bar menus. Add help strings. Don't remove the Edit menu
10819 from the menu bar, as the menu bar has enough space now.
10820
10821 * Makefile.in (SHELL): Make sure /bin/sh is used.
10822
10823 * woman.el (woman-man-buffer): Fix bold and underlined CJK
10824 characters, which use series of two ^H characters instead of one.
10825
108262000-06-15 Gerd Moellmann <gerd@gnu.org>
10827
10828 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
10829 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
10830 functions.
10831 (Info-find-node-2): Try a case-sensitive search first, then
10832 do a case-insensitive search.
10833
10834 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
10835 tutorials.
10836
10837 * complete.el (PC-env-vars-alist): New variable.
10838 (PC-complete-as-file-name): New function.
10839 (partial-completion-mode): Initialize PC-env-vars-alist from
10840 process-environment.
10841 (PC-do-completion): Handle completion of env vars.
10842
10843 * info.el (Info-set-mode-line): Show file name in mode line,
10844 use `*Info*' instead of `Info:'.
10845
10846 * startup.el (command-line-1): Change copyright messages to year
10847 2000.
10848
108492000-06-15 Dave Love <fx@gnu.org>
10850
10851 * net/goto-addr.el (goto-address-fontify): Use keymap property,
10852 not local-map.
10853
108542000-06-15 Kenichi Handa <handa@etl.go.jp>
10855
10856 * international/mule.el (set-buffer-file-coding-system): Almost
10857 rewritten to handle `undecided' as no-op.
10858
108592000-06-14 Gerd Moellmann <gerd@gnu.org>
10860
10861 * Makefile.in: New file.
10862
10863 * Makefile: Removed.
10864
10865 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
10866 (goto-address-highlight-keymap): Bind C-c RET.
10867
108682000-06-14 Kenichi Handa <handa@etl.go.jp>
10869
10870 * mail/sendmail.el (sendmail-send-it): The temporary buffer
10871 inherits buffer-file-coding-system of the current buffer.
10872
10873 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
10874 0. Give correct argument to set-auto-coding-function.
10875 (tar-expunge): For goto-char, use (point-min), not 0.
10876 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
10877 (tar-subfile-save-buffer): Likewize.
10878
10879 * international/mule.el
10880 (after-insert-file-set-buffer-file-coding-system): Call
10881 set-buffer-file-coding-system with the arg FORCE t.
10882
108832000-06-13 Gerd Moellmann <gerd@gnu.org>
10884
10885 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
10886 nil. Contemporary sendmails issue an X-Authentication-Warning if
10887 the sender is set with `-f'.
10888
108892000-06-13 Dave Love <fx@gnu.org>
10890
10891 * help.el (describe-function-1): Kluge around cases of functions
10892 fset to subrs whose doc doesn't match their symbol-name.
10893
10894 * image.el (insert-image): Default STRING to a space.
10895
10896 * info.el Doc fixes.
10897 (Info-build-node-completions): Match Ref tags.
10898
108992000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
10900
10901 * frame.el (display-multi-frame-p, display-multi-font-p): New
10902 defaliases for display-graphic-p.
10903
10904 * hl-line.el: Fixed a typo in commentary.
10905
109062000-06-13 Kenichi Handa <handa@etl.go.jp>
10907
10908 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
10909 fixed.
10910
109112000-06-12 Dave Love <fx@gnu.org>
10912
10913 * image.el (insert-image): Save a little consing.
10914
109152000-06-12 Kenichi Handa <handa@etl.go.jp>
10916
10917 * language/tibet-util.el: Convert all tibetan-1-column characters
10918 to the corresponding tibetan characters.
10919 (tibetan-add-components): Delete code for the special treatment of
10920 'a chung.
10921
10922 * language/tibetan.el (tibetan-composable-pattern): Fix previous
10923 change.
10924 (tibetan-vowel-transcription-alist): More rules added.
10925 (tibetan-composite-vowel-alist): New variable.
10926 (tibetan-precomposition-rule-alist): More rules added.
10927
109282000-06-12 Stefan Monnier <monnier@cs.yale.edu>
10929
10930 * startup.el (command-line): Only call menu-bar-mode if interactive.
10931
10932 * thingatpt.el (toplevel symbol-properties):
10933 * textmodes/makeinfo.el (makeinfo-compile):
10934 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
10935 * progmodes/hideif.el (hif-compress-define-list)
10936 (hide-ifdef-use-define-alist):
10937 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
10938 (ange-ftp-vms-add-file-entry):
10939 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
10940 * man.el (Man-build-man-command):
10941 * mail/rnewspost.el (news-reply-header-hook):
10942 * info.el (Info-insert-dir):
10943 * emulation/mlconvert.el (backward-word, forward-word, setq):
10944 * emacs-lisp/gulp.el (gulp-send-requests):
10945 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
10946 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
10947 (byte-optimize-apply, end of file):
10948 * emacs-lisp/advice.el (ad-advice-class-completion-table)
10949 (ad-make-freeze-definition):
10950 * startup.el (command-line, command-line-1): Don't quote lambdas.
10951
10952 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
10953 (cvs-cleanup-removed): New function.
10954 (cvs-cleanup-functions): New var.
10955 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
10956 some flexibility in specifying additional entries to auto-cleanup.
10957 (cvs-quickdir): New function.
10958 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
10959 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
10960 (cvs-mode-find-file): Check that we are on a filename or dirname
10961 when invoked through a mouse-click.
10962 (cvs-full-path): Remove.
10963 (cvs-dired-action): Re-introduced.
10964 (cvs-dired-noselect): Use it.
10965 (vc-post-command-functions): use this new hook if available.
10966
10967 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
10968 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
10969 (cvs-filename-map, cvs-dirname-map): Remove.
10970 (cvs-default-action): Remove.
10971 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
10972 if the arg is really a keymap.
10973 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
10974 Don't hardcode the mapping from state (aka type) to face, but check
10975 the var cvs-fi-<type>-face instead.
10976 (cvs-fileinfo-from-entries): New function.
10977
10978 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
10979 Docstring fix.
10980 (cvs-find-file-and-jump): Change default to be safer.
10981 (cvs-mode-diff-map): Define it as a function as well.
10982 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
10983 Bind mouse-2 in this global map rather than with text-properties.
10984
10985 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
10986 file to resolve the ambiguity between C(conflict) and C(need-merge).
10987
109882000-06-12 Kenichi Handa <handa@etl.go.jp>
10989
10990 * international/mule.el (set-buffer-file-coding-system): If
10991 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
10992 unconditionally.
10993
109942000-06-12 Dave Love <fx@gnu.org>
10995
10996 * wid-edit.el (widget-specify-button): Really suppress the face if
10997 required.
10998
109992000-06-11 Gerd Moellmann <gerd@gnu.org>
11000
11001 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11002
110032000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11004
11005 * imenu.el (imenu-generic-expression): Docstring fix.
11006
11007 * composite.el (composition-function-table): Move the `put'
11008 below the autoload cookie so we can load the file before loaddefs.
11009
11010 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11011
11012 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11013 Handle easy-mmode-define-global-mode.
11014 For complex macros like define-minor-mode that can generate
11015 several autoload entries, try to autoload entries in the
11016 macroexpanded code.
11017
11018 * emacs-lisp/easy-mmode.el (define-minor-mode):
11019 If KEYMAP is a symbol, just use it.
11020 Use byte-compile-current-file and load-file-name to infer the
11021 proper :require to pass to defcustom.
11022 Wrap the hook var into `progn' so as not to autoload it.
11023 Add a :autoload-end cookie.
11024 Be more careful about the evaluation of KEYMAP.
11025 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11026 (define-derived-mode): Move define-abbrev-table outside of defvar.
11027
110282000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11029
11030 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11031 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11032 (backup-compiled-files): Ignore errors during `tar'.
11033 (bootstrap): Make autoloads before elc files.
11034
110352000-06-10 Kenichi Handa <handa@etl.go.jp>
11036
11037 * international/mule.el (set-buffer-file-coding-system): If one of
11038 undecided-XXX is specified, change only EOL conversion.
11039
11040 * international/mule-conf.el (unix): New alias for the coding
11041 system undecided-unix.
11042
110432000-06-09 Dave Love <fx@gnu.org>
11044
11045 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11046
11047 * progmodes/executable.el: Byte compile dynamic.
11048 (executable-insert): Change custom type.
11049 (executable-find): Add autoload cookie.
11050 (executable-make-buffer-file-executable-if-script-p): New
11051 function. After Noah Friedman.
11052
11053 * files.el (after-save-hook): Customize, with
11054 executable-make-buffer-file-executable-if-script-p as an option.
11055
110562000-06-09 Kenichi Handa <handa@etl.go.jp>
11057
11058 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11059 "tib24p-mule.bdf" for Tibetan.
11060
11061 * composite.el (decompose-composite-char): Declare it as obsolete.
11062
11063 * man.el (Man-fontify-manpage): Pay attention to underline and
11064 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11065
110662000-06-08 Gerd Moellmann <gerd@gnu.org>
11067
11068 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11069 Set maintainer to FSF since author isn't reachable.
11070
110712000-06-08 Dave Love <fx@gnu.org>
11072
11073 * international/mule-cmds.el (select-safe-coding-system): If
11074 DEFAULT-CODING-SYSTEM is not specified, also check the most
11075 preferred coding-system if buffer-file-coding-system is
11076 `undecided'. From Handa.
11077
110782000-06-08 Kenichi Handa <handa@etl.go.jp>
11079
11080 * international/mule.el
11081 (after-insert-file-set-buffer-file-coding-system): If the buffer
11082 size is greater than INSERTED, judget that we are not visiting.
11083
110842000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11085
11086 * whitespace.el (defgroup whitespace): Comment out `:version'.
11087 XEmacs 20.4 has problems defining the group with this present.
11088 We'll have this commented out till get resolve the problem.
11089
110902000-06-07 John Wiegley <johnw@gnu.org>
11091
11092 * align.el (align-dq-string-modes, align-sq-string-modes)
11093 (align-open-comment-modes): Add pyhton-mode.
11094 (align-rules-list): Use get-text-property instead of
11095 text-properties-at.
11096 (align-rules-list): Add python-assignment.
11097 (align-rules-list): Change perl-comma-delimiter to
11098 basic-comma-delimiter. Use if for Perl modes and python-mode.
11099 (align-rules-list): Add python-chain-logic and
11100 basic-line-continuation.
11101
111022000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11103
11104 * apropos.el (apropos-mode-hook): New user variable.
11105 (apropos-mode): Run apropos-mode-hook.
11106
111072000-06-07 David Ponce <david@dponce.com>
11108
11109 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11110 commands. Require `wid-edit' at run-time.
11111
111122000-06-07 David Ponce <david@dponce.com>
11113
11114 * recentf.el: Added some "Commentary".
11115 (recentf-open-more-files, recentf-edit-list): Minor changes to
11116 move the point at the top of the file list. This behaviour is
11117 consistent with the menu one when the list contains a lot of
11118 files.
11119 (recentf-cleanup): Now displays the number of items removed from
11120 the list.
11121 (recentf-relative-filter) New menu filter to show filenames
11122 relative to `default-directory'.
11123
111242000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11125
11126 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11127 with/without giving an error if PostScript printer doesn't have this
11128 kind of page size. Zebra Stripe continues or restarts on next page.
11129 Manual/automatic paper feeding. Switch or not the header.
11130 (ps-print-version): New version number (5.2.2).
11131 (ps-windows-system): Include emx as a Windows system.
11132 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11133 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11134 (ps-background-text): Code fix.
11135 (ps-error-handler-message, ps-user-defined-prologue)
11136 (ps-print-prologue-header, ps-printer-name)
11137 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11138 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11139 (ps-use-face-background): Customization fix.
11140 (ps-n-up-database): Data fix.
11141 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11142 (ps-switch-header): New vars.
11143 (ps-xemacs-color-name, ps-face-foreground-name)
11144 (ps-face-background-name, ps-boolean-constant): New funs.
11145
111462000-06-07 Dave Love <fx@gnu.org>
11147
11148 * allout.el: New version from Manheimer.
11149
111502000-06-07 Kenichi Handa <handa@etl.go.jp>
11151
11152 * textmodes/fill.el (fill-find-break-point): Check the validity of
11153 charset.
11154
111552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11156
11157 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11158 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11159 Call display-color-p and display-mouse-p instead of looking at
11160 window-system.
11161
111622000-06-06 Dave Love <fx@gnu.org>
11163
11164 * image.el (find-image): Doc fix. Return nil if image not found.
11165 (put-image, insert-image): Make STRING arg optional.
11166
111672000-06-06 Kenichi Handa <handa@etl.go.jp>
11168
11169 * language/vietnamese.el: Remove eval-when-compile.
11170 (viet-viscii-nonascii-translation-table): Define it as a
11171 translation table made from viet-viscii-decode-table.
11172 (viet-viscii-encode-table): Define it as a translation table made
11173 from the reverse map of above.
11174 (viet-vscii-nonascii-translation-table): Define it as a
11175 translation table made from viet-vscii-decode-table.
11176 (viet-vscii-encode-table): Define it as a translation table made
11177 from the reverse map of above.
11178 (ccl-decode-viscii): Use translate-character.
11179 (ccl-encode-viscii, ccl-encode-viscii-font)
11180 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11181 Likewize.
11182
11183 * language/cyrillic.el: Remove eval-when-compile.
11184 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11185 translation table made from cyrillic-koi8-r-decode-table.
11186 (cyrillic-koi8-r-encode-table): Define it as a translation table
11187 made from the reverse map of above.
11188 (ccl-decode-koi8): Use translate-character.
11189 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11190 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11191 a translation table made from cyrillic-alternativnyj-decode-table.
11192 (cyrillic-alternativnyj-encode-table): Define it as a translation
11193 table made from the reverse map of above.
11194 (ccl-decode-alternativnyj): Use translate-character.
11195 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11196 Likewize
11197
11198 * international/mule-diag.el (non-iso-charset-alist): Specify
11199 translation table symbol instead of translation table itself.
11200 (list-block-of-chars): CHARSET may be a translation table symbol.
11201
11202 * international/mule.el (make-coding-system): If CODING-SYSTEM
11203 already exists, override it.
11204
11205 * international/fontset.el: Use family `proportional' for Tibetan
11206 fonts.
11207
11208 * international/ccl.el (ccl-compile-translate-character): Don't
11209 check if Rrr has property translation-table.
11210 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11211
112122000-06-05 Gerd Moellmann <gerd@gnu.org>
11213
11214 * info.el: Bind case-fold-search to t when searching in case
11215 a user sets it to nil in a hook.
11216
112172000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11218
11219 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11220 * hl-line.el (hl-line-mode): Use the new :global key argument.
11221
11222 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11223 (tar-clip-time-string): Prepend a space.
11224 (tar-grind-file-mode): Construct a string rather than modifying one.
11225 (tar-header-block-summarize): Fix docstring.
11226 Use `format' rather than an error-prone set of copy-loops.
11227
11228 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11229 (diff-goto-source, diff-unified->context, diff-context->unified)
11230 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11231 understand the format output by the `-p' argument to diff.
11232
11233 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11234 (sh-re-done): Use defconst.
11235 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11236 (sh-help-string-for-variable, sh-guess-basic-offset):
11237 Don't quote lambdas.
11238 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11239 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11240
11241 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11242 (mh-letter-mode): Derive from text-mode.
11243 This implicitly means that it now calls kill-all-local-variables.
11244 Also remove the Emacs-18 compatibility code.
11245
11246 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11247 Make use of symbol-property doc-string-elt.
11248 Use memq rather than a sequence of eq.
11249 (doc-string-elt): Fix the wrong or missing previously unused values.
11250 (autoload-print-form): New function extracted from
11251 generate-file-autoloads to allow recursion when handling progn
11252 so that defvar's and defun's docstrings are properly printed.
11253 (generate-file-autoloads): Use it.
11254
11255 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11256 Use find-file-hooks in the minor-mode function.
11257 Be careful not to loop indefinitely in the post-command-hook function.
11258
112592000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11260
11261 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11262 tty's.
11263 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11264 differences whenever appropriate.
11265 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11266 * viper.el (find-file, find-file-other-window): Get viper to do
11267 wildcards.
11268
112692000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11270
11271 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11272 (jit-lock-fontify-buffer): New function for JIT refontification.
11273 (jit-lock-mode): Fix docstring.
11274 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11275 Remove jit-lock-after-change from the _local_ hook.
11276 (jit-lock-function-1): Fix docstring.
11277
11278 * info.el (Info-on-current-buffer): Initialize info.
11279
11280 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11281
11282 * progmodes/tcl.el (tcl-indent-for-comment):
11283 Ignore comment-indent-hook.
11284
11285 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11286 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11287 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11288 and improve to use the lighter to guess the capitalization.
11289 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11290 Add keyword arguments to specify global-ness or the custom group.
11291 Add local-map and help-echo properties to the lighter.
11292 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11293 (easy-mmode-define-global-mode): New macro.
11294
112952000-06-02 Dave Love <fx@gnu.org>
11296
11297 * wid-edit.el: byte-compile-dynamic since we typically don't use
11298 all the widgets. Don't require cl or widget. Remove
11299 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11300 (widget-read-event): Removed. Callers changed to use read-event.
11301 (widget-button-release-event-p): Renamed from
11302 button-release-event-p.
11303 (widget-field-add-space, widget-field-use-before-change):
11304 Uncustomize.
11305 (widget-specify-field): Use keymap property, not local-map.
11306 (widget-specify-button): Obey :suppress-face.
11307 (widget-specify-insert): Use modern backquote syntax.
11308 (widget-image-directory): Renamed from widget-glyph-directory.
11309 (widget-image-enable): Renamed from widget-glyph-enable.
11310 (widget-image-find): Replaces widget-glyph-find.
11311 (widget-button-pressed-face): Move defvar.
11312 (widget-image-insert): Replaces widget-glyph-insert.
11313 (widget-convert): Use keywordp.
11314 (widget-leave-text, widget-children-value-delete): Use mapc.
11315 (widget-keymap): Remove XEmacs stuff.
11316 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11317 (widget-button-click): Don't set point at the click, but re-centre
11318 if we scroll out of window. Rewritten for images v. glyphs &c.
11319 (widget-tabable-at): Use POS arg, not point.
11320 (widget-beginning-of-line, widget-end-of-line)
11321 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11322 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11323 (widget-default-create): Use widget-image-insert; some rewriting.
11324 (widget-visibility-value-create)
11325 (widget-push-button-value-create, widget-toggle-value-create): Use
11326 widget-image-insert.
11327 (checkbox): Create on and off images dynamically.
11328 (documentation-link): Change :help-echo.
11329 (widget-documentation-link-echo-help): Remove.
11330
113312000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11332
11333 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11334
11335 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11336 (easy-mmode-define-toggle, define-minor-mode): Use it.
11337 (easy-mmode-define-keymap): Docstring fix.
11338 (define-derived-mode): Default PARENT to fundamental-mode.
11339 Add the derived-mode-parent symbol-property.
11340 (easy-mmode-derived-mode-p): New function.
11341
113422000-06-02 Dave Love <fx@gnu.org>
11343
11344 * files.el (convert-standard-filename): Doc fix.
11345 (normal-backup-enable-predicate): New function.
11346 (backup-enable-predicate): Use it to replace the lambda form.
11347
11348 * calendar/todo-mode.el: [This needs more work on the outline
11349 stuff.] Doc fixes.
11350 (todo) <defgroup>: Add :version.
11351 (todo-add-category): Don't use pushnew.
11352 (todo-cmd-raise): Fix typo.
11353 (todo-top-priorities): Change temp buffer name.
11354 (todo-category-alist): Avoid redundant lambda.
11355 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
11356 Use outline-next-heading.
11357
11358 * autoarg.el: Rewritten to use define-minor-mode.
11359 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
11360 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
11361
113622000-06-02 Kenichi Handa <handa@etl.go.jp>
11363
11364 * isearch.el (isearch-other-meta-char): Fix previous change.
11365
113662000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11367
11368 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
11369 (log-edit-done): Only add the comment to the ring if it's different
11370 from the last comment entered.
11371
11372 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
11373
113742000-06-01 Dave Love <fx@gnu.org>
11375
11376 * hl-line.el: Rewritten using define-minor-mode.
11377
11378 * help.el (describe-function-1): Distinguish special form from
11379 builtin function. Sanity-check presence of arglist for builtins.
11380
113812000-06-01 Kenichi Handa <handa@etl.go.jp>
11382
11383 * international/characters.el: Fix syntax/category setting of
11384 Tibetan characters.
11385
11386 * language/tibet-util.el (tibetan-add-components): Fixes for new
11387 encoding of Tibetan characters.
11388 (tibetan-decompose-precomposition-alist): New variable.
11389 (tibetan-decompose-region): Convert precomposed characters to
11390 non-precomposed characters.
11391 (tibetan-decompose-string): Likewise.
11392 (tibetan-composition-function): Fix args to
11393 thibetan-compose-string.
11394
11395 * language/tibetan.el (tibetan-composable-pattern): More
11396 characters included.
11397 (tibetan-consonant-transcription-alist): Rule for "R" added.
11398 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
11399 "+R" added.
11400 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
11401
11402 * language/lao-util.el (lao-composition-function): Fix args to
11403 compose-string.
11404
11405 * language/thai-util.el (thai-composition-function): Fix args to
11406 compose-string.
11407
11408 * isearch.el (isearch-update): Set disable-point-adjustment to t
11409 to prevent the point moving to the end of a composition when a
11410 part of a composition is searched.
11411 (isearch-other-meta-char): If the key invoking this command can be
11412 mapped by function-key-map to a printing char, call
11413 isearch-process-search-char directly.
11414
114152000-06-01 Stefan Monnier <monnier@cs.yale.edu>
11416
11417 * emacs-lisp/bytecomp.el:
11418 * frame.el:
11419 * international/mule-cmds.el:
11420 * international/mule-util.el:
11421 * international/mule.el:
11422 * mouse.el:
11423 * subr.el:
11424 * faces.el: Update calls to make-obsolete with a WHEN argument.
11425
11426 * byte-run.el (make-obsolete, make-obsolete-variable):
11427 Add an optional WHEN argument and change the format of the
11428 symbol-property information.
11429 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
11430 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
11431 new obsolete-symbol-property format and print WHEN if it is provided.
11432
114332000-05-31 Dave Love <fx@gnu.org>
11434
11435 * loadhist.el (loadhist-hook-functions): Remove
11436 before-change-function, after-change-function.
11437 (unload-feature): Deal with symbols which are both bound and
11438 fbound.
11439
11440 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
11441 before-change-function, after-change-function.
11442
11443 * simple.el (newline): Don't bind before-change-function,
11444 after-change-function.
11445
114462000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
11447
11448 * whitespace.el (whitespace-rescan-timer-time): Update interval
11449 set to 600 seconds (10 minutes) instead of 60 seconds since
11450 a large number of whitespace buffers causes emacs to `freeze'
11451 for a considerable amount of time.
11452
11453 * whitespace.el: Updated email address
11454
114552000-05-31 Dave Love <fx@gnu.org>
11456
11457 * add-log.el (change-log-font-lock-keywords) <function>: Add
11458 pattern for function of change.
11459 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
11460 acknowledgements patterns.
11461
114622000-05-31 Kenichi Handa <handa@etl.go.jp>
11463
11464 * isearch.el (isearch-printing-char): If keyboard coding system is
11465 being used, call isearch-process-search-multibyte-characters.
11466
11467 * international/isearch-x.el: Mostly rewritten.
11468
11469 * international/quail.el (quail-start-conversion): Don't include
11470 unhandled events in the returned events, but set them in
11471 unread-command-events. Exit if all inputs are deleted.
11472
114732000-05-30 Jason Rumney <jasonr@gnu.org>
11474
11475 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
11476
11477 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
11478 Reenable code to create initial fontsets.
11479 Use set-fontset-font in place of put-charset-property.
11480
114812000-05-30 Gerd Moellmann <gerd@gnu.org>
11482
11483 * progmodes/perl-mode.el (perl-indent-line): When looking for a
11484 label, ensure that the first colon isn't followed by another.
11485
11486 * paths.el (Info-default-directory-list): Doc fix.
11487
11488 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
11489 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
11490 send a query containing USER only, not USER@HOST.
11491
11492 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
11493 and rmail-msgend to compute the restriction at the end, instead of
11494 computing it.
11495
114962000-05-29 Gerd Moellmann <gerd@gnu.org>
11497
11498 * dabbrev.el (dabbrev-expand): Don't display messages in the
11499 echo area if the minibuffer window is active.
11500
11501 * jit-lock.el (jit-lock-mode): Add after change function to
11502 local hook.
11503
115042000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
11505
11506 * antlr-mode.el: New commands: hide/unhide actions,
11507 upcase/downcase literals.
11508 (antlr-tiny-action-length): New user option.
11509 (antlr-hide-actions): New command. Suggested by
11510 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
11511 (antlr-mode-map): New binding [C-c C-v].
11512 (antlr-mode-menu): New entries.
11513 (antlr-downcase-literals): New command.
11514 (antlr-upcase-literals): Ditto.
11515
11516 * antlr-mode.el: Minor changes: indendation, mode-name.
11517 (antlr-indent-line): Indent cpp directive at column 0.
11518 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
11519
11520 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
11521 (antlr-font-lock-additional-keywords): Workaround for intentional
11522 bug in XEmacs version of font-lock.
11523 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
11524 be used by a smarter version of `buffers-menu-grouping-function'.
11525
115262000-05-29 Gerd Moellmann <gerd@gnu.org>
11527
11528 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
11529 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
11530
115312000-05-29 Kenichi Handa <handa@etl.go.jp>
11532
11533 * international/encoded-kb.el
11534 (encoded-kbd-iso2022-designation-map): Pay attention to that
11535 charset-iso-final-char return -1 for eight-bit-control and
11536 eight-bit-graphic.
11537
115382000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11539
11540 * speedbar.el (speedbar-use-images, speedbar-update-flag)
11541 (speedbar-easymenu-definition-base): Use display-graphic-p where
11542 available, instead of window-system.
11543
115442000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
11545
11546 * international/codepage.el (cp-coding-system-for-codepage-1): Add
11547 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
11548 coding systems.
11549
115502000-05-26 Dave Love <fx@gnu.org>
11551
11552 * disp-table.el (standard-display-underline): Don't use
11553 internal-find-face.
11554
11555 * mail/reporter.el: Maintainer change. Doc fixes.
11556 (reporter-version): Deleted.
11557
11558 * emacs-lisp/elp.el: Maintainer change.
11559 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
11560
115612000-05-26 Stefan Monnier <monnier@cs.yale.edu>
11562
11563 * add-log.el (add-change-log-entry): Merge the current entry with the
11564 previous one if the previous one is empty.
11565
115662000-05-26 Dave Love <fx@gnu.org>
11567
11568 * loadhist.el (unload-feature): Fix interactive spec [from
11569 lijnzaad@ebi.ac.uk].
11570
11571 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
11572 subr-arity to check primitives.
11573 (byte-compile-flush-pending, byte-compile-file-form-progn)
11574 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
11575 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
11576 mapcar.
11577
115782000-05-26 Kenichi Handa <handa@etl.go.jp>
11579
11580 * international/fontset.el: Set family names of non-latin charsets
11581 in default fontset to "*".
11582
11583 * international/mule-diag.el (print-fontset): Combine family part
11584 and registry part of the fontname by "-*-" instead of "-".
11585
11586 * international/mule-cmds.el (encode-coding-char): Make strings
11587 multibyte before calling encode-coding-string.
11588
115892000-05-25 Stefan Monnier <monnier@cs.yale.edu>
11590
11591 * derived.el: Fix keywords.
11592 (define-derived-mode): Only define if needed.
11593
11594 * simple.el (fill-comment, comment-column, comment-start)
11595 (comment-start-skip, comment-end, comment-indent-function)
11596 (block-comment-start, block-comment-end, indent-for-comment)
11597 (set-comment-column, kill-comment, comment-padding, comment-region)
11598 (comment-multi-line, indent-new-comment-line): Remove.
11599
11600 * bindings.el (esc-map): Change ; to comment-dwim and use the new
11601 function names for comment operations.
11602
11603 * newcomment.el: Add abundant autoload cookies.
11604 (comment-style): Don't depend on runtime data at compile-time.
11605 (comment-indent-hook): Remove.
11606 (comment-indent): Check if comment-indent-hook is bound.
11607 (comment-region): Docstring fix.
11608
116092000-05-25 Dave Love <fx@gnu.org>
11610
11611 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
11612 byte-code-function-p.
11613
11614 * mail/rmailsum.el: Add provide.
11615
11616 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
11617
11618 * smerge-mode.el (smerge-diff-switches): Don't use list* in
11619 defcustom.
11620
116212000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
11622
11623 * ediff-diff.el (ediff-exec-process): delete --binary option from
11624 non-buffer ediff jobs.
11625
116262000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11627
11628 * hilit-chg.el (highlight-changes-mode): Ask about color or
11629 grayscale support, not about window-system.
11630
11631 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
11632 window-system.
11633 (ffap-highlight): Always default to t.
11634
11635 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
11636 display-popup-menus-p instead of looking at window-system.
11637
11638 * disp-table.el (standard-display-g1, standard-display-graphic):
11639 Only refuse to use string glyphs on X and MS-Windows.
11640
11641 * avoid.el: Remove window-system from commentary, suggest to use
11642 display-*-p instead.
11643
11644 * apropos.el (apropos-print): Use display-mouse-p instead of
11645 window-system.
11646
116472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11648
11649 * international/codepage.el (cp-decoding-vector-for-codepage):
11650 Fill up unsupported characters with their own codes. From Kenichi
11651 Handa.
11652
116532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11654
11655 * international/mule-diag.el (describe-char-after): Use
11656 display-graphic-p instead of window-system, so that this function
11657 works on MS-DOS.
11658
116592000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11660
11661 * international/codepage.el (cp-make-coding-systems-for-codepage):
11662 Remove the eight-bit-graphic and eight-bit-control charsets from
11663 the list of charsets which we convert into `?'.
11664
116652000-05-25 Kenichi Handa <handa@etl.go.jp>
11666
11667 * international/mule-conf.el: Specify CHARSET-ID explicitely for
11668 private charsets.
11669 (mule-unicode-0100-24ff, japanese-jisx0213-1,
11670 japanese-jisx0213-2): New charsets.
11671
11672 * international/fontset.el: Setup default fontset for new charsets.
11673
116742000-05-24 Dave Love <fx@gnu.org>
11675
11676 * info.el (Info-find-node-2): Restructure [following "Vadim
11677 S. Solomin" <sovs@uic.nnov.ru>].
11678
11679 * icomplete.el: Fix header for Finder.
11680
116812000-05-24 Eric M. Ludlam <zappo@ultranet.com>
11682
11683 * rmailout.el (rmail-output-to-rmail-file): Added optional param
11684 STAY.
11685
11686 * rmail.el (rmail-automatic-folder-directives): New user variable.
11687 (rmail-show-message): Add call to `rmail-auto-file' during
11688 display.
11689 (rmail-auto-file): New function.
11690
116912000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11692
11693 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
11694 account.
11695 (ediff-test-utility,ediff-diff-mandatory-option)
11696 (ediff-reset-diff-options): Utilities for proper initialization of
11697 ediff-diff-options and ediff-diff3-options on Windows.
11698
11699 * ediff-init.el (ediff-merge-filename-prefix): New customizable
11700 variable.
11701
11702 * ediff-mult.el (ediff-filegroup-action): Use
11703 ediff-merge-filename-prefix.
11704
117052000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
11706
11707 * viper-ex.el (ex-write): Set selective display to nil.
11708
117092000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11710
11711 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
11712 aliases for hebrew-iso-8bit.
11713
117142000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
11715
11716 * woman.el: New version from Francis J. Wright
11717 <F.J.Wright@Maths.QMW.ac.uk>.
11718 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
11719 names in environment variables regardless of the path separator.
11720 (woman-topic-all-completions-1): Don't call file-name-directory-p
11721 on all files, since woman-file-regexp already filters out any
11722 directories.
11723
117242000-05-24 Kenichi Handa <handa@etl.go.jp>
11725
11726 * international/quail.el (quail-start-translation): Don't change
11727 modified-p of the current buffer.
11728 (quail-start-conversion): Likewise.
11729
11730 * international/kkc.el (kkc-region): Don't change modified-p of
11731 the current buffer.
11732
11733 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
11734 conform to RFC1468.
11735 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
11736
117372000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
11738
11739 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
11740 (speedbar-insert-button): Invisible text property fix.
11741 (speedbar-directory-plus): Renamed from speedbar-directory-+
11742 (speedbar-directory-minus): Renamed from speedbar-directory--
11743 (speedbar-page-plus): Renamed from speedbar-file-+
11744 (speedbar-page-minus): Renamed from speedbar-file--
11745 (speedbar-page): Renamed from speedbar-file-
11746 (speedbar-tag): Renamed from speedbar-tag-
11747 (speedbar-tag-plus): Renamed from speedbar-tag-+
11748 (speedbar-tag-minus): Renamed from speedbar-tag--
11749 (speedbar-expand-image-button-alist): Use above renames.
11750
11751 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
11752 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
11753 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
11754 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
11755 * sb-pg.xpm: Renamed from sb-file.xpm
11756 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
11757 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
11758
117592000-05-24 Kenichi Handa <handa@etl.go.jp>
11760
11761 * international/quail.el (quail-show-guidance-buf): Set
11762 current-input-method of the guidance buffer to the name of the
11763 curren input method.
11764
117652000-05-23 Stefan Monnier <monnier@cs.yale.edu>
11766
11767 * progmodes/compile.el (compile-internal): Style typo.
11768
11769 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
11770 quote vars and functions in the docstring.
11771
11772 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
11773
11774 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
11775 Don't quote lambdas.
11776
11777 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
11778
117792000-05-23 Gerd Moellmann <gerd@gnu.org>
11780
11781 * startup.el (command-line): Determine source file of compiled
11782 user init file differently. Warn if compiled user init file
11783 is older than its source file.
11784
11785 * ffap.el (ffap-url-regexp): Add `https'.
11786
117872000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
11788
11789 * files.el (make-backup-file-name-1): Replace slashes with `!'
11790 rather than `|' (which is not allowed on Windows). Replace the
11791 drive letters with a string "drive_X".
11792
117932000-05-23 Gerd Moellmann <gerd@gnu.org>
11794
11795 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
11796
11797 * files.el (interpreter-mode-alist): Add `bash2'.
11798
117992000-05-22 Dave Love <fx@gnu.org>
11800
11801 * loadhist.el (feature-symbols, file-provides, file-requires): Use
11802 mapc.
11803 (feature-file): Avoid calling symbol-name. Doc fix.
11804 (file-set-intersect, file-dependents): Use dolist, not mapcar.
11805 (loadhist-hook-functions): Add mouse-position-function.
11806 (unload-feature): Change uses of mapcar.
11807
11808 * files.el (parse-colon-path): Doc fix.
11809 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
11810 (set-auto-mode): Use mapc.
11811
11812 * complete.el (PC-look-for-include-file): Use :alnum: character
11813 class.
11814 (partial-completion-mode): Add autoload cookie.
11815
118162000-05-22 Sam Steingold <sds@gnu.org>
11817
11818 * info.el (Info-fontify-node): Fixed the call to
11819 `add-text-properties' (bug introduced on 2000-05-18).
11820
118212000-05-22 Dave Love <fx@gnu.org>
11822
11823 * bindings.el: Remove debug-ignored-errors set in other files.
11824
11825 * progmodes/etags.el: Add to debug-ignored-errors.
11826 (visit-tags-table-buffer): Clear out buffers holding old tables
11827 when making a new list.
11828 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
11829 mapc.
11830
11831 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
11832 quote keywords.
11833 (cmpl-string-case-type): Use character classes.
11834
11835 * comint.el:
11836 * textmodes/ispell.el:
11837 * imenu.el:
11838 * mail/mh-e.el:
11839 * progmodes/compile.el: Add to debug-ignored-errors.
11840
11841 * dabbrev.el: Add to debug-ignored-errors.
11842 (dabbrev-completion): Use mapc.
11843
118442000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
11845
11846 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
11847 (woman-mapcan, woman-parse-man.conf)
11848 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
11849 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
11850 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
11851 path syntax better.
11852 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
11853 (woman-manpath): Call woman-parse-man.conf.
11854 (woman-emulation): New defcustom, defaults to nroff.
11855 (woman-font-support): New defconst.
11856 (woman-use-symbol-font): New defcustom.
11857 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
11858 "Emulation".
11859 Many functions: Doc fix.
11860
118612000-05-22 Kenichi Handa <handa@etl.go.jp>
11862
11863 * international/quail.el (quail-simple-translation-keymap): Map
11864 128..255 to quail-self-insert-command.
11865 (quail-keyboard-layout-alist): Add definition for "pc102-de".
11866
118672000-05-22 Stefan Monnier <monnier@cs.yale.edu>
11868
11869 * help.el (help-manyarg-func-alist): Typo.
11870
11871 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
11872 intervals which makes it heaps simpler.
11873
11874 * newcomment.el (comment-region-internal): Go back to BEG after quoting
11875 the nested comment markers.
11876
11877 * subr.el (remove-hook): Don't turn the hook's value into a list.
11878
118792000-05-21 Dave Love <fx@gnu.org>
11880
11881 * edmacro.el (edmacro-parse-keys): Return vector if any elements
11882 are invalid characters.
11883
11884 * international/mule-util.el (detect-coding-with-priority): Use
11885 mapc. Remove redundant lambda.
11886
11887 * international/mule-diag.el (list-non-iso-charset-chars)
11888 (describe-fontset): Remove redundant lambda.
11889
11890 * emulation/crisp.el (brief-mode): New alias.
11891
11892 * emacs-lisp/ring.el (ring-elements): New function.
11893
11894 * emacs-lisp/easymenu.el (easy-menu-create-menu)
11895 (easy-menu-do-add-item): Use keywordp.
11896
11897 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
11898
11899 * replace.el: Doc and error message fixes.
11900 (replace-highlight): Use facep, not internal-find-face.
11901
119022000-05-20 Stefan Monnier <monnier@cs.yale.edu>
11903
11904 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
11905
11906 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
11907 (log-edit-insert-changelog): Drop `:' as well.
11908
11909 * log-view.el: Fix file description.
11910 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
11911 available.
11912 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
11913 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
11914
11915 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
11916 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
11917 Print a status message if the toggle is called interactively.
11918 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
11919 for global minor modes and use `defcustom' for them.
11920 Use add-minor-mode.
11921 (easy-mmode-define-derived-mode): Remove.
11922 (define-derived-mode): Fancier default docstring.
11923 (easy-mmode-define-navigation): Signal an error rather than (ding).
11924
11925 * newcomment.el (comment-styles): New `box-multi'.
11926 (comment-normalize-vars): Better default for comment-continue to
11927 avoid whitespace-only continuations.
11928 (comment-search-forward): Always move even in the no-syntax case.
11929 (comment-padright): Only obey N if it's only obeyed for padleft.
11930 (comment-make-extra-lines): Better handling of empty continuations.
11931 Use `=' for the filler if comment-start has only one character.
11932 (uncomment-region): Try handling the special `=' filler.
11933 (comment-region): Allow LINES even if MULTI is nil.
11934 (comment-box): Choose box style based on comment-style.
11935
119362000-05-20 Kenichi Handa <handa@etl.go.jp>
11937
11938 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
11939 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
11940
119412000-05-20 Kenichi HANDA <handa@etl.go.jp>
11942
11943 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
11944 and insert, not subst-char-in-region.
11945
11946 * international/mule-diag.el (list-character-sets-1): Handle
11947 charsets eight-bit-control and eight-bit-graphic.
11948 (list-iso-charset-chars): Likewise.
11949 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
11950 charactes as is. Use indent-to to align characters.
11951
11952 * international/mule-cmds.el (find-multibyte-characters): Never
11953 exclude charsets eight-bit-control and eight-bit-graphic.
11954
119552000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11956
11957 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
11958 Don't quote lambdas.
11959
11960 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
11961
119622000-05-19 Gerd Moellmann <gerd@gnu.org>
11963
11964 * gud.el (gud-jdb-directories): Doc fix.
11965
119662000-05-19 Stefan Monnier <monnier@cs.yale.edu>
11967
11968 * newcomment.el: New file.
11969
119702000-05-19 Gerd Moellmann <gerd@gnu.org>
11971
11972 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
11973
119742000-05-18 Andreas Schwab <schwab@suse.de>
11975
11976 * dired.el (dired-between-files): Also skip lines beginning with
11977 `used'.
11978
119792000-05-18 Gerd Moellmann <gerd@gnu.org>
11980
11981 * msb.el (msb-menu-cond): Add choice `user'.
11982
119832000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11984
11985 * ps-print.el: Compatibility, customization and doc fix.
11986 (ps-printer-name-option): Replace defconst by defvar.
11987 (ps-postscript-code-directory): XEmacs compatibility.
11988 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
11989 fix.
11990 (ps-user-defined-prologue, ps-print-prologue-header)
11991 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
11992 compatibility and code fix.
11993 (ps-print-background-image, ps-print-background-text):
11994 Customization fix.
11995 (ps-line-number-start, ps-n-up-on): New vars.
11996
119972000-05-18 Espen Skoglund <esk@ira.uka.de>
11998
11999 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12000 the indent-comment function to just return the appropriate indent.
12001
120022000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12003
12004 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12005 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12006 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12007
120082000-05-18 Dave Love <fx@gnu.org>
12009
12010 * info.el (Info-fontify-node): Add intangible property as well as
12011 invisible.
12012
12013 * calendar/appt.el (appt-make-list): Match all lines of entry.
12014 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12015
120162000-05-18 Kenichi Handa <handa@etl.go.jp>
12017
12018 * international/mule-diag.el (describe-char-after): Call
12019 internal-char-font, not char-font. If internal-char-font returns
12020 nil, display "-- none --".
12021
120222000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12023
12024 * image.el (image-type-available-p): Don't reference image-types
12025 if it isn't bound.
12026
120272000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12028
12029 * autoarg.el (autoarg-mode): Typo in the :set argument.
12030
120312000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 * startup.el (command-line-1): Don't signal an error if the
12034 directory for auto-save-list files does not yet exist.
12035
120362000-05-17 Kenichi Handa <handa@etl.go.jp>
12037
12038 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12039
120402000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12041
12042 * subr.el (remove-hook): `setq' hook-value, not `set'.
12043
120442000-05-16 Sam Steingold <sds@gnu.org>
12045
12046 * info.el (debug-ignored-errors): More errors to ignore.
12047
120482000-05-16 Dave Love <fx@gnu.org>
12049
12050 * cus-edit.el: Don't require cl or easymenu.
12051 (custom-variable-prompt): Test standard-value property, not
12052 user-variable-p.
12053
120542000-05-16 Sam Steingold <sds@gnu.org>
12055
12056 * subr.el (add-hook): `setq' hook-value, not `set'.
12057
120582000-05-16 Gerd Moellmann <gerd@gnu.org>
12059
12060 * startup.el (command-line-1): Mention the FAQ in the startup
12061 message.
12062
12063 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12064
12065 * progmodes/compile.el (compilation-parse-errors): Collect
12066 `nomessage' regexps last.
12067
12068 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12069
12070 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12071 to the function name.
12072
120732000-05-15 Dave Love <fx@gnu.org>
12074
12075 * speedbar.el (speedbar-recenter): Typo.
12076 (speedbar-expand-line): Make arg optional.
12077 (speedbar-mode): Avoid a compiler warning.
12078
120792000-05-15 Gerd Moellmann <gerd@gnu.org>
12080
12081 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12082 user-specified option string is empty.
12083
12084 * mouse.el (mouse-yank-at-click): Doc fix.
12085
120862000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12087
12088 * term/internal.el (IT-character-translations): More updates of
12089 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12090 documents.
12091
120922000-05-15 Gerd Moellmann <gerd@gnu.org>
12093
12094 * env.el (getenv): New function, interactively callable.
12095 (setenv, getenv): Remove autoload cookies.
12096
12097 * loadup.el: Load `env'.
12098
12099 * progmodes/f90.el: Change author's mail address.
12100
121012000-05-14 Dave Love <fx@gnu.org>
12102
12103 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12104 goto-addr as an option.
12105
12106 * help.el (help-xref-stack): Doc fix.
12107 (help-xref-following): New variable.
12108 (help-make-xrefs): Use it.
12109 (help-xref-go-back): Use position information from stack element.
12110 (help-follow): Make position in stack element a pair. Use
12111 help-xref-following.
12112
12113 * autoarg.el: New file.
12114
12115 * faces.el: Declare more functions obsolete.
12116
12117 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12118 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12119 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12120 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12121 Remove all the setup-...-environment functions.
12122
121232000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12124
12125 * speedbar.el: Updated the commentary section. xemacs20p now uses
12126 >= when detecting. Require `defimage' safely.
12127 (speedbar-easymenu-definition-base): Add toggle for images.
12128 (speedbar-easymenu-definition-special): Add flush cache & expand.
12129 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12130 (speedbar-reconfigure-keymaps-hook): New variable.
12131 (speedbar-frame-parameters): Updated documentation.
12132 (speedbar-use-imenu-flag): Updated custom tag
12133 (speedbar-dynamic-tags-function-list): New variable.
12134 (speedbar-tag-hierarchy-method): Updated doc & custom.
12135 (speedbar-indentation-width, speedbar-indentation-width) New
12136 variables.
12137 (speedbar-hide-button-brackets-flag): Customizable.
12138 (speedbar-vc-indicator): Doc update.
12139 (speedbar-ignored-path-expressions): Updated default value.
12140 (speedbar-supported-extension-expressions): Updated default value.
12141 (speedbar-syntax-table): Remove {} paren status.
12142 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12143 as "+". Added overlay aliases.
12144 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12145 `force-mode-line-update'.
12146 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12147 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12148 `mouse-set-point'
12149 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12150 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12151 of arbitrary text, and new helper functions.
12152 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12153 filename finder.
12154 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12155 (speedbar-directory-buttons): Update path search/expansion.
12156 (speedbar-make-tag-line): Pay attention to
12157 `speedbar-indentation-width'. Use more care w/ invisible
12158 properties.
12159 (speedbar-change-expand-button-char): Call
12160 `speedbar-insert-image-button-maybe'.
12161 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12162 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12163 (speedbar-trim-words-tag-hierarchy)
12164 (speedbar-simple-group-tag-hierarchy): New functions
12165 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12166 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12167 functions.
12168 (speedbar-mouse-set-point): New function
12169 (speedbar-power-click): Updated documentation.
12170 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12171 of tag prefix text.
12172 (speedbar-expand-line, speedbar-contract-line): Make more robust
12173 to strange text.
12174 (speedbar-expand-line): Takes universal argument to flush the
12175 cache.
12176 (speedbar-flush-expand-line): New function.
12177 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12178 Use new generator insertion method.
12179 (speedbar-fetch-dynamic-tags): New function.
12180 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12181 `speedbar-fetch-dynamic-imenu'.
12182 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12183 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12184 "Revert Buffer" menu items.
12185 (speedbar-buffer-buttons-engine): Be smarter when creating a
12186 filename tag (for expansion purposes.).
12187 (speedbar-highlight-one-tag-line,
12188 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12189 (speedbar-recenter): New functions.
12190 (defimage-speedbar): Image loading abstraction.
12191 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12192 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12193 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12194 (speedbar-tag-type, speedbar-tag-mail): New images.
12195 (speedbar-expand-image-button-alist): New variable.
12196 (speedbar-insert-image-button-maybe): Insert an image over some
12197 buttons.
12198
121992000-05-13 Kenichi Handa <handa@etl.go.jp>
12200
12201 * international/mule-cmds.el (encode-coding-char): An ASCII
12202 character is always encodable.
12203
12204 * international/mule-conf.el: Add more information in descriptions
12205 of character sets.
12206
12207 * international/mule-diag.el (describe-char-after): New function.
12208 (describe-font-internal): Adjusted for the change of font-info.
12209 (describe-font): Likewise.
12210 (print-fontset): Rewritten for the new fontset implementation.
12211 (describe-fontset): Include fontset alias names in completion.
12212 (list-fontsets): Adjusted for the change of print-fontset.
12213
12214 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12215 describe-char-after instead of displaying the detail in the echo
12216 area.
12217 (syntax-code-table): Format changed.
12218 (string-to-syntax): Adjusted for the above change.
12219
122202000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12221
12222 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12223
122242000-05-12 Dave Love <fx@gnu.org>
12225
12226 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12227 dependence. Use line-{beginning,end}-position, not
12228 point-at{b,e}ol. Some doc fixes.
12229 (todo-position): New function. Fix callers of position to use it.
12230 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12231
122322000-05-12 Gerd Moellmann <gerd@gnu.org>
12233
12234 * time.el (display-time-mail-icon): Use `:ascent center'.
12235
12236 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12237 handling FTP security extensions.
12238
122392000-05-11 Dave Love <fx@gnu.org>
12240
12241 * calendar/todo-mode.el: New file.
12242
122432000-05-11 Gerd Moellmann <gerd@gnu.org>
12244
12245 * comint.el (comint-read-input-ring): Move reference to
12246 comint-input-ring-size outside of the save-excursion. It was
12247 causing the default value to be the only one ever seen.
12248
12249 * font-lock.el: Update copyright. Remove Simon Marshall's email
12250 address on request from him.
12251
12252 * subr.el (substitute-key-definition): Add comment describing
12253 the meaning of PREFIX.
12254
122552000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12256
12257 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12258
12259 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12260 (add-minor-mode): Don't make the variable buffer-local and add a
12261 reference to define-minor-mode in the docstring.
12262
12263 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12264 HEADER/FOOTER and fix bug with trailing empty directory.
12265 (cvs-append-to-ignore): Use vc-editable-p if available.
12266 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12267 (vc-do-command): Tweak advice to handle the new VC.
12268
12269 * log-view.el (log-view-goto-rev): New function for the new VC.
12270 (log-view-minor-wrap): Use mark-active.
12271
12272 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12273 (log-edit-changelog-full-paragraphs): New var.
12274 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12275 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12276 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12277 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12278 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12279 Replace the `cvs' prefix with `log-edit'.
12280
12281 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12282
12283 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12284 (diff-font-lock-defaults): Explicitly turn off multiline.
12285 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12286 (diff-ediff-patch): Fix call to ediff-patch-file.
12287 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12288 Handle comments.
12289
12290 * frame.el (automatic-hscrolling): Typo.
12291
12292 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12293
122942000-05-09 Sam Steingold <sds@goems.com>
12295
12296 * apropos.el (apropos-print): use `describe-face' instead of
12297 `customize-face-other-window'.
12298
122992000-05-09 Dave Love <fx@gnu.org>
12300
12301 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12302
12303 * help.el (describe-variable): Have customize button pop the
12304 help-xref stack when invoked.
12305 (help-xref-symbol-regexp): Add `face'.
12306 (help-make-xrefs): Check for quoted face names and adapt regexp
12307 submatch numbers to cope.
12308 (help-xref-interned): Maybe insert face doc too. Separate
12309 sections with a line of hyphens.
12310
12311 * faces.el: Some doc fixes. Declare some functions obsolete.
12312 (describe-face): Add customize button. Return the help
12313 text. Fix prompt.
12314
123152000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12316
12317 * term/internal.el (IT-character-translations): Fix last change.
12318
123192000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12320
12321 * woman.el: New file
12322 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12323
123242000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12325
12326 * term/internal.el (IT-character-translations): Update ASCII
12327 simulations for greek-iso8859-7, add latin-iso8859-14 and
12328 latin-iso8859-15.
12329
12330 * international/mule-cmds.el (set-language-info-alist): Call
12331 define-prefix-command with 3 arguments, to make the map suitable
12332 for a menu.
12333
123342000-05-07 Dave Love <fx@gnu.org>
12335
12336 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12337
123382000-05-05 Dave Love <fx@gnu.org>
12339
12340 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12341 list in doc string. Don't quote keyword symbols.
12342 * emacs-lisp/cl.el: Likewise
12343 * emacs-lisp/cl-seq.el: Likewise
12344
123452000-05-05 Gerd Moellmann <gerd@gnu.org>
12346
12347 * abbrev.el (abbrev-mode): Make ARG optional.
12348
123492000-05-04 Gerd Moellmann <gerd@gnu.org>
12350
12351 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
12352
12353 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
12354
12355 * subr.el (substitute-key-definition): Clarify documentation.
12356
123572000-05-04 Milan Zamazal <pdm@freesoft.cz>
12358
12359 * glasses.el (glasses-convert-to-unreadable): Use
12360 `glasses-separator' instead of the hard-wired "_".
12361 (glasses-mode): Call `glasses-make-unreadable' only in a single
12362 place.
12363
123642000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
12365
12366 * term/internal.el (cjk-codepages-alist): Add associations for
12367 Chinese and Korean codepages. Remove FIXME comment.
12368
123692000-05-03 Dave Love <fx@gnu.org>
12370
12371 * time.el (display-time-mail-face, display-time-use-mail-icon):
12372 New option.
12373 (display-time-mail-icon): New variable.
12374 (display-time-string-forms): Use the above. Fix the local-map.
12375
123762000-05-03 Gerd Moellmann <gerd@gnu.org>
12377
12378 * replace.el (query-replace-map): Add binding for `E'.
12379 (query-replace-help): Extend help text.
12380 (perform-replace): Allow editing the replacement string.
12381
12382 * make-mode.el (makefile-mode-abbrev-table): New variable.
12383 (makefile-mode): Set local abbrev table to
12384 makefile-mode-abbrev-table.
12385 (makefile-font-lock-keywords): Fontify includes and conditionals.
12386
12387 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
12388 set TOGGLE's value.
12389
12390 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
12391 mail-interactive-insert-alias.
12392 (mail-abbrev-complete-alias): New command.
12393 (mail-mode-map): Bind it to `M-TAB'.
12394
123952000-05-03 Kenichi Handa <handa@etl.go.jp>
12396
12397 * language/lao-util.el (lao-compose-region): New function.
12398
123992000-05-02 Gerd Moellmann <gerd@gnu.org>
12400
12401 * files.el (recover-session): Make directories as necessary
12402 if they don't exist yet.
12403
12404 * calendar/cal-french.el
12405 (french-calendar-multibyte-special-days-array)
12406 (french-calendar-special-days-array): Change French text.
12407 (calendar-french-date-string): Change output.
12408 (calendar-goto-french-date): Likewise.
12409
124102000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
12411
12412 * wid-edit.el (widget-default-active): Obey `:always-active'.
12413 (widget-documentation-string-value-create): Set `:always-active'.
12414
124152000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12416
12417 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
12418 default prefix to `~/_emacs.d/auto-save.list/_s'.
12419 (normal-top-level): Create the directory for auto-save files, if
12420 it doesn't already exist (in the ms-dos case only).
12421
124222000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
12423
12424 * international/mule-cmds.el (set-language-environment): Don't
12425 concat an integer (dos-codepage), use format instead.
12426
124272000-05-02 Dave Love <fx@gnu.org>
12428
12429 * help.el (help-xref-on-pp): Check for constant symbols.
12430
124312000-04-29 Gerd Moellmann <gerd@gnu.org>
12432
12433 * startup.el (normal-top-level): Put a condition-case around
12434 the code loading subdirs.el.
12435
124362000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12437
12438 * ps-print.el: Upside-down and face background color printing,
12439 line number step, doc fix.
12440 (ps-print-version): New version number (5.2).
12441 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
12442 (ps-face-attribute-list, ps-plot-with-face): Code fix.
12443 (ps-spool-config): Var fix.
12444 (ps-printer-name-option): Const fix.
12445 (ps-print-upside-down, ps-use-face-background)
12446 (ps-line-number-step): New vars.
12447 (ps-window-system, ps-lp-system): New consts.
12448 (ps-face-background): New fun.
12449
124502000-04-28 Richard Stallman <rms@gnu.org>
12451
12452 * files.el (make-auto-save-file-name):
12453 Apply auto-save-file-name-transforms to visited file name
12454 before generating auto save file name.
12455 (auto-save-file-name-transforms): New variable.
12456
12457 * files.el (backup-enable-predicate):
12458 Correctly test for a file under a temporary directory.
12459
124602000-04-28 Gerd Moellmann <gerd@gnu.org>
12461
12462 * subr.el (add-minor-mode): Rewritten.
12463
124642000-04-28 Kenichi Handa <handa@etl.go.jp>
12465
12466 * mail/sendmail.el (sendmail-send-it): Set
12467 buffer-file-coding-system to the selected coding system for MIME
12468 header.
12469
124702000-04-27 Gerd Moellmann <gerd@gnu.org>
12471
12472 * dired.el (dired-move-to-filename-regexp): Allow format where
12473 YYYY is followed by two spaces.
12474
12475 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
12476 in the second character class of the regexp.
12477
12478 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
12479 mh-etc, too.
12480
12481 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
12482 nil.
12483
12484 * subr.el (add-minor-mode): Use `set' instead of `setq'.
12485
12486 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
12487 argument.
12488
124892000-04-27 Sen Nagata <sen@eccosys.com>
12490
12491 * emacs-lisp/crm.el (crm-completion-table): New variable.
12492 (crm-collection-fn, crm-test-completion)
12493 (completing-read-multiple): Use it.
12494
124952000-04-27 Dave Love <fx@gnu.org>
12496
12497 * help.el (locate-library): Use mapc.
12498 (help-manyarg-func-alist): Add call-process-region.
12499
125002000-04-26 Gerd Moellmann <gerd@gnu.org>
12501
12502 * subr.el (add-minor-mode): Make argument MAP optional.
12503
12504 * desktop.el (desktop-save): Save list of minor modes.
12505 (desktop-create-buffer): Restore minor modes.
12506 (desktop-minor-mode-table): New user-option.
12507
12508 * subr.el (add-minor-mode): New function.
12509
12510 * image.el (find-image): New function.
12511 (defimage): Rewritten to find image at load time.
12512
12513 * startup.el (normal-top-level-add-to-load-path): Handle
12514 case that the default directory is not in load-path.
12515
12516 * help.el: Old patch from Stefan Monnier.
12517 (help-xref-on-pp): New function.
12518 (describe-variable): Use it to display xrefs in a symbol's value.
12519
125202000-04-26 Stefan Monnier <monnier@cs.yale.edu>
12521
12522 * cus-edit.el (custom-face): Fix parenthesis.
12523
125242000-04-26 Kenichi Handa <handa@etl.go.jp>
12525
12526 * mail/rmail.el (rmail-expunge): When there are no deleted
12527 messages, do nothing.
12528
125292000-04-26 Dave Love <fx@gnu.org>
12530
12531 * international/mule-cmds.el (locale-translation-file-name):
12532 Defvar to nil.
12533 (set-locale-environment): Set it here (at runtime).
12534
125352000-04-25 Gerd Moellmann <gerd@gnu.org>
12536
12537 * replace.el (perform-replace): Add parameters START and END. Use
12538 them instead of the check for a region in Transient Mark mode.
12539 (query-replace-read-args): Return two more list elements for the
12540 start and end of the region in Transient Mark mode.
12541 (query-replace, query-replace-regexp, query-replace-regexp-eval)
12542 (map-query-replace-regexp, replace-string, replace-regexp): Add
12543 optional last arguments START and END and pass them to
12544 perform-replace.
12545
12546 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
12547 form with additional arguments for perform-replace.
12548
12549 * progmodes/etags.el (tags-query-replace): Add parameters START
12550 and END. Construct a form with additional arguments for
12551 perform-replace.
12552
12553 * simple.el (shell-command): Set default directory for "*Shell
12554 Command Output" buffer.
12555
12556 * language/european.el (iso-latin-4): Fix typo.
12557
12558 * emacs-lisp/crm.el: New file.
12559
125602000-04-24 Dave Love <fx@gnu.org>
12561
12562 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
12563 (Custom-reset-saved, Custom-reset-standard)
12564 (custom-group-value-create, custom-group-set, custom-group-save)
12565 (custom-group-reset-current, custom-group-reset-saved)
12566 (custom-group-reset-standard): Use mapc.
12567 (custom-buffer-create-internal): Disable undo when creating items.
12568 Use mapc.
12569 (custom-face): Avoid redundant lambda.
12570
125712000-04-24 Gerd Moellmann <gerd@gnu.org>
12572
12573 * startup.el (auto-save-list-file-prefix): Set default to
12574 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
12575
125762000-04-24 Sam Steingold <sds@gnu.org>
12577
12578 * time-stamp.el (time-stamp-string-preprocess): Always convert
12579 `field-result' to a string.
12580
125812000-04-24 Gerd Moellmann <gerd@gnu.org>
12582
12583 * frame.el (scrolling): New group.
12584 (automatic-hscrolling): New user-option.
12585
12586 * startup.el (command-line-x-option-alist): Add `-lsp' and
12587 `--line-spacing'.
12588
125892000-04-19 Dave Love <fx@gnu.org>
12590
12591 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
12592 (cl-mapc): Rename from mapc. Fix the funcall.
12593
125942000-04-19 Gerd Moellmann <gerd@gnu.org>
12595
12596 * simple.el (clone-indirect-buffer-other-window): New command.
12597 (clone-indirect-buffer): Add optional arg NORECROD.
12598 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
12599
12600 * help.el (resize-temp-buffer-window): Use count-screen-lines.
12601
12602 * window.el (count-screen-lines): New function.
12603 (shrink-window-if-larger-than-buffer): Use count-screen-lines
12604 instead of window-buffer-height.
12605
12606 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
12607 non-existing variable comint-input-sentinel.
12608 (inferior-lisp-args-to-list): Removed.
12609 (inferior-lisp): Use split-string instead of
12610 inferior-lisp-args-to-list.
12611
12612 * hexl.el (hexl-insert-hex-string): New command.
12613
12614 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
12615 instead of concat.
12616
126172000-04-18 Gerd Moellmann <gerd@gnu.org>
12618
12619 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
12620 at the start of an existing but empty folder.
12621
126222000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12623
12624 * ps-mule.el: Customization fix, doc fix.
12625 (ps-multibyte-buffer): Customization fix.
12626
126272000-04-17 Richard M. Stallman <rms@gnu.org>
12628
12629 * subr.el (read-passwd): Use read-char-exclusive.
12630
126312000-04-17 Gerd Moellmann <gerd@gnu.org>
12632
12633 * textmodes/texinfo.el (texinfo-insert-@email)
12634 (texinfo-insert-@emph, texinfo-insert-@quotation)
12635 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
12636 (texinfo-mode-map): Add key bindings for them.
12637
12638 * files.el (basic-save-buffer-2): Use a template with `$'
12639 instead of `#' for VMS.
12640
12641 * simple.el (clone-indirect-buffer): New function.
12642
126432000-04-16 Stephen Eglen <stephen@gnu.org>
12644
12645 * iswitchb.el (iswitchb-case): New function. If the user input
12646 contains any upper-case characters, the search is made
12647 case-sensitive.
12648
126492000-04-17 Stefan Monnier <monnier@cs.yale.edu>
12650
12651 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
12652 comment-end.
12653 (texinfo-font-lock-syntactic-keywords): New var.
12654 (texinfo-font-lock-keywords): Remove comment regexp.
12655 (texinfo-insert-block): New function.
12656 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
12657 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
12658 and font-lock-defaults. Use regexp-opt for outline-regexp.
12659 (texinfo-environments): New var.
12660 (texinfo-environment-regexp): Use regexp-opt and
12661 texinfo-environments.
12662
12663 * textmodes/ispell.el (ispell-menu-map-needed): Check that
12664 ispell-process is bound since this might be eval'd before ispell
12665 is loaded.
12666 (ispell-message): Use a tiny bit less magic and a bit more hard
12667 data to figure out what kind of sc-cite-regexp to use.
12668
12669 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
12670
12671 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
12672 (insert-cyclic-diary-entry): Unquote the lambda.
12673
12674 * gud.el (gud-jdb-build-source-files-list): Fix typo.
12675
12676 * files.el (backup-enable-predicate): Unquote the lambda.
12677
12678 * cus-edit.el (custom-face, face): Unquote the lambda.
12679
126802000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12681
12682 * ps-print.el: Check for line-beginning-position definition.
12683
12684 * ps-print.el: Fix counting lines in a region.
12685 (ps-print-version): New version number (5.1.5).
12686 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
12687 (ps-printing-region): Fun code fix.
12688
126892000-04-15 Gerd Moellmann <gerd@gnu.org>
12690
12691 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
12692 to file-directory-p.
12693
126942000-04-14 Gerd Moellmann <gerd@gnu.org>
12695
12696 * gud.el (gud-jdb-build-source-files-list): Check that directory
12697 exists before calling directory-files.
12698
126992000-04-13 Dave Love <fx@gnu.org>
12700
12701 * emacs-lisp/trace.el: Change maintainer. Use new backquote
12702 syntax.
12703
12704 * emacs-lisp/cl-specs.el: Remove when, unless.
12705
12706 * emacs-lisp/cl-extra.el: Don't quote keywords.
12707 (cl-old-mapc): New variable.
12708 (mapc): Use it.
12709 (cl-map-intervals): Use with-current-buffer. Don't check for
12710 next-property-change.
12711 (cl-map-overlays): Use with-current-buffer.
12712 (cl-expt): Remove.
12713 (copy-tree, remprop): Define unconditionally.
12714
12715 * emacs-lisp/cl-compat.el (keywordp): Remove.
12716
12717 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
12718 to use keywordp.
12719 (edebug-spec): Enable keywordp.
12720
12721 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
12722 string-lessp.
12723
12724 * cus-start.el: Use keywordp.
12725
127262000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12727
12728 * diary-lib.el (include-other-diary-files): Fix the fix of
12729 2000-02-18 by doing a save-excursion.
12730
127312000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12732
12733 * ps-print.el: Customization fix, doc fix.
12734 (ps-print-version): New version number (5.1.4).
12735 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
12736 (ps-print-preprint): Adjust code.
12737 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
12738 (ps-print-prologue-header, ps-print-control-characters)
12739 (ps-spool-config): Customization fix.
12740
127412000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
12742
12743 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
12744 converted to the new menu-item format, names silightly changed,
12745 help strings added.
12746
12747 Support for spelling without async subprocesses:
12748
12749 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
12750 (ispell-session-buffer): New variables.
12751 (ispell-start-process, ispell-process-status,
12752 ispell-accept-output, ispell-send-string): New functions, for
12753 Ispell invocation when async subprocesses aren't supported.
12754 (ispell-word, ispell-pdict-save, ispell-command-loop,
12755 ispell-process-line, ispell-buffer-local-parsing): Replace calls
12756 to process-send-string with calls to ispell-send-string, and
12757 accept-process-output with ispell-accept-output.
12758 (ispell-init-process): Call ispell-process-status instead of
12759 process-status with.
12760 (ispell-init-process): Call ispell-start-process. Call
12761 ispell-accept-output and ispell-send-string. Don't call
12762 process-kill-without-query and kill-process if they are unbound.
12763 (ispell-async-processp): New function.
12764
127652000-04-12 Dave Love <fx@gnu.org>
12766
12767 * info.el: Add debug-ignored-errors.
12768 (Info-mode-menu): Add some items.
12769 (Info-directory): Add autoload cookie.
12770
12771 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
12772 Modify `truncate-lines'. Make `describe-language-environment'
12773 always visible and add help. Modify `describe-key' help. Invoke
12774 Info-directory from `info'. New entry `emacs-manual'.
12775
127762000-04-10 Gerd Moellmann <gerd@gnu.org>
12777
12778 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
12779 propertized-buffer-identification.
12780 (ebrowse-update-member-buffer-mode-line): Likewise.
12781 (ebrowse--mode-strings): Removed.
12782 (ebrowse--mode-line-props): Removed.
12783
12784 * files.el (auto-mode-alist): Add `EBROWSE'.
12785
12786 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
12787 space before testing for end of buffer.
12788 (ebrowse-load): Removed.
12789 (ebrowse-revert-tree-buffer-from-file): Rewritten.
12790 (ebrowse-create-tree-buffer): Rewritten.
12791 (ebrowse-tree-mode): Read tree from buffer.
12792
12793 * progmodes/ebrowse-ffh.el: Removed.
12794
127952000-04-10 Kenichi Handa <handa@etl.go.jp>
12796
12797 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
12798
127992000-04-10 Gerd Moellmann <gerd@gnu.org>
12800
12801 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
12802 at the wrong place.
12803
128042000-04-09 Dave Love <fx@gnu.org>
12805
12806 * files.el (backup-enable-predicate): Use
12807 temporary-file-directory, small-temporary-file-directory.
12808 (make-backup-file-name-function, backup-directory-alist): New
12809 variables.
12810 (make-backup-file-name-1): New function.
12811 (make-backup-file-name): Use it.
12812 (find-backup-file-name): Likewise. Use format for clarity, not
12813 concat.
12814 (file-newest-backup): Use make-backup-file-name.
12815
128162000-04-09 Gerd Moellmann <gerd@gnu.org>
12817
12818 * progmodes/ebrowse-ffh.el: New file.
12819
12820 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
12821 to ebrowse-ffh.el.
12822 (ebrowse-load): Add autoload.
12823
12824 * finder.el (finder-commentary): Add autoload cookie.
12825
12826 * mail/rfc2368.el: Correct author's email address.
12827
12828 * progmodes/ebrowse.el: New file.
12829
12830 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
12831 item help string.
12832 (easy-menu-do-add-item): Ditto.
12833 (easy-menu-define): Extend doc string.
12834
12835 * jit-lock.el (with-buffer-unmodified): Use
12836 restore-buffer-modified-p.
12837 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
12838 (jit-lock-function, jit-lock-stealth-fontify): Don't use
12839 with-buffer-unmodified.
12840
128412000-04-08 Dave Love <fx@gnu.org>
12842
12843 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
12844 unless, when.
12845
128462000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
12847
12848 * viper-util.el (viper-put-on-search-overlay): New subroutine.
12849 (viper-flash-search-pattern): No operation when using Emacs
12850 doesn't support face.
12851 Use `viper-put-on-search-overlay'.
12852
128532000-04-04 Gerd Moellmann <gerd@gnu.org>
12854
12855 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
12856 like C-r.
12857
12858 * progmodes/make-mode.el: Some doc fixes.
12859 (makefile-mode-abbrev-table): New variable.
12860 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
12861 (makefile-font-lock-keywords): Fontify includes and conditionals.
12862 (toplevel): Require `dabbrev' and `add-log' when compiling.
12863
12864 * replace.el (perform-replace): Don't move forward one char
12865 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
12866 to do that because it leaves point 1 position after the last
12867 replacement, after everything has been replaced.
12868
12869 * jit-lock.el (with-buffer-unmodified): New macro.
12870 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
12871 modified state.
12872 (jit-lock-function-1): Extracted from jit-lock-function; not
12873 preserving buffer's modified state.
12874 (jit-lock-function, jit-lock-stealth-fontify): Call
12875 jit-lock-function-1.
12876
12877 * mail/rfc2368.el: Remove supernumerary copyright line.
12878
128792000-04-04 Milan Zamazal <pdm@freesoft.cz>
12880
12881 * glasses.el: Provide facilities for inserting space before left
12882 parentheses and uncapitalization of identifiers.
12883 (glasses-mode): Try to remove old overlays in all cases.
12884
128852000-04-03 Gerd Moellmann <gerd@gnu.org>
12886
12887 * progmodes/compile.el (compile-internal): Display the compilation
12888 buffer in a different frame, if it's already displayed there.
12889
12890 * mail/rfc2368.el: New file.
12891
12892 * simple.el (sendmail-user-agent-compose): Recognize a `body'
12893 header and insert its value as mail body.
12894
12895 * subr.el (member-ignore-case): New function.
12896
12897 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
12898 (dabbrev--find-expansion): Ignore buffers matching a regexp
12899 from dabbrev-ignored-regexps.
12900
12901 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
12902 to extensions handled by gzip.
12903
129042000-04-03 Richard M. Stallman <rms@gnu.org>
12905
12906 * files.el (insert-directory): List the total free space
12907 along with the used space.
12908
12909 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
12910 line is followed by one that matches CITATION-REGEXP, end the
12911 paragraph.
12912
129132000-04-03 Markus Rost <rost@delysid.gnu.org>
12914
12915 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
12916 (rmail-make-basic-summary-line): Use that option.
12917
129182000-04-03 Kenichi Handa <handa@etl.go.jp>
12919
12920 * international/mule-cmds.el (encoded-string-description):
12921 Rewritten. Try pretty description for ISO 2022 escape sequences
12922 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
12923 for hexadecimal format.
12924
129252000-04-01 Dave Love <fx@gnu.org>
12926
12927 * cpp.el: Change customization group to `c' from `C'.
12928
12929 * vcursor.el (vcursor-move): Use display-color-p.
12930
12931 * international/mule-util.el: Provide mule-utils.
12932 (string-to-sequence): Simplify and speed up.
12933
12934 * international/mule.el (make-coding-system): Purecopy doc-string.
12935
12936 * international/mule-cmds.el: Various menu changes.
12937 (describe-specified-language-support): Handle `Default'.
12938 (set-language-info): Purecopy `info'.
12939
129402000-03-31 Andrew Innes <andrewi@gnu.org>
12941
12942 * vc.el (vc-backend-diff): Return the correct status if we had to
12943 retry the rcsdiff command without the --brief option.
12944
129452000-03-31 Dave Love <fx@gnu.org>
12946
12947 * help.el (help-manyarg-func-alist): Correct several omissions.
12948
12949 * add-log.el: Don't require cl, fortran.
12950 (add-log-current-defun-function): Doc fix.
12951 (change-log-version-number-regexp-list): Remove SCCS part. Doc
12952 fix.
12953 (change-log-version-rcs): Function deleted.
12954 (change-log-version-number-search): Doc fix. Use
12955 vc-workfile-version. Avoid CL dolist.
12956 (add-change-log-entry): Just call add-log-current-defun to get
12957 defun. Simplify somewhat.
12958 (change-log-get-method-definition-1): Likewise.
12959 (add-log-current-defun): Return nil if calling
12960 add-log-current-defun-function does so. Move Fortran stuff to
12961 fortran.el. Return string without properties.
12962
12963 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
12964 and :alpha: char classes.
12965
12966 * mail/supercite.el: Defvar curline when compiling.
12967 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
12968 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
12969 rather than a-zA-Z0-9 to allow non-ASCII characters.
12970
129712000-03-31 Gerd Moellmann <gerd@gnu.org>
12972
12973 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
12974
12975 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12976 Re-enable new code.
12977
12978 * lpr.el (print-region-1): Use -d to specify printer name for
12979 systems `usg-unix-v*, `dgux', `hpux', `irix'.
12980
129812000-03-31 Dave Love <fx@gnu.org>
12982
12983 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
12984 for function definition in symbol's function value slot first
12985 instead of first consulting byte-compile-function-environment.
12986
129872000-03-31 Kenichi Handa <handa@etl.go.jp>
12988
12989 * language/european.el ("Polish"): New language environment.
12990 (setup-polish-environment): New function.
12991
129922000-03-30 Gerd Moellmann <gerd@gnu.org>
12993
12994 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
12995 Disable new code.
12996
12997 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
12998 trying to `load' the symbol of an autoload instead of the file
12999 recorded in the autoload. Fix error messages.
13000
130012000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13002
13003 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13004 (ps-print-version): New version number (5.1.3).
13005 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13006 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13007 (ps-generate-postscript-with-faces): Code fix.
13008 (ps-color-values): XEmacs compatibility.
13009 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13010 (ps-default-fg, ps-default-bg): Adjust customization.
13011 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13012 (ps-color-scale): Renaming old ps-color-value fun.
13013 (ps-print-headers): Replace ps-print-header group to avoid conflict
13014 with ps-print-header variable.
13015 (ps-print-miscellany): New group.
13016 (ps-format-color, ps-rgb-color): New funs.
13017 (ps-default-foreground): New var.
13018 (ps-printer-name-option): New const.
13019
130202000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13021
13022 * net/net-utils.el:
13023 (network-connection-host, network-connection-service): New variables
13024 (network-connection-mode): New mode, derived from comint-mode
13025 (network-connection-mode-setup): New function, saves host and
13026 service information in local variables.
13027
13028 * lisp/locate.el:
13029 (locate-word-at-point): Added this function
13030 (locate): Default to using locate-word-at-point as input
13031 Run dired-mode-hook
13032
130332000-03-29 Dave Love <fx@gnu.org>
13034
13035 * calendar/appt.el: Doc fixes.
13036 (appt-check): Convert min-to-app to a string before passing to
13037 appt-disp-window-function or concat.
13038 (appt-delete-window): Remove test for frame-root-window.
13039 (appt-select-lowest-window, appt-convert-time): Simplify.
13040
13041 * emacs-lisp/bytecomp.el: Doc fixes.
13042 (byte-compile-file-form-autoload): Update
13043 byte-compile-function-environment.
13044
130452000-03-29 Andreas Schwab <schwab@suse.de>
13046
13047 * emacs-lisp/autoload.el: Also print defsubst doc string
13048 specially.
13049
13050 * dired.el (dired-insert-directory): If dired-free-space-program
13051 failed just delete its output.
13052
130532000-03-29 Dave Love <fx@gnu.org>
13054
13055 * international/iso-cvt.el: Move provide to end. Doc fixes.
13056 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13057 (iso-iso2sgml, iso-sgml2iso): New functions.
13058 (iso-cvt-define-menu): Fix some entries and use backquote for
13059 clarity.
13060
13061 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13062
130632000-03-28 Gerd Moellmann <gerd@gnu.org>
13064
13065 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13066 ISO-DATE. If non-nil, return date in ISO 8601 format.
13067
130682000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13069
13070 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13071 if it ever becomes used.
13072 (log-edit-mode-hook): Default to vc-log-mode-hook.
13073 (log-edit-mode): Fix the docstring.
13074
13075 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13076 the code.
13077
130782000-03-26 Dave Love <fx@gnu.org>
13079
13080 * net/browse-url.el (browse-url): Re-fix case of
13081 browse-url-browser-function being an alist.
13082 (browse-url): Add :link to defgroup.
13083
13084 * files.el: Doc fixes.
13085 (file-truename): Include `[' in wildcard characters.
13086 (automount-dir-prefix): Customize.
13087 (find-file-wildcards): Add :version.
13088 (find-file-noselect): Simplify a mapcar call.
13089
13090 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13091 compatible with inf-lisp version.
13092 (eval-defun-1): Fix custom-declare-variable case.
13093
130942000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13095
13096 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13097
130982000-03-24 Gerd Moellmann <gerd@gnu.org>
13099
13100 * Makefile (COMPILE_FIRST): New macro.
13101 (compile-files): Compile files from COMPILE_FIRST first.
13102
13103 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13104 code.
13105
13106 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13107 matching open parenthesis in column 0 to defun-prompt-regexp
13108 only if open-paren-in-column-0-is-defun-start is set.
13109
13110 * sun-curs.el: Require CL at compile-time only.
13111
13112 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13113 instead of copy-list which is a function from CL.
13114 (msb--choose-menu, msb--mode-menu-cond)
13115 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13116 (msb--init-file-alist): Use mapcar instead of mapcan.
13117 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13118 `(' in column 0 in doc string.
13119 (msb--add-separators): Use mapcar instead of mapcan.
13120
13121 * cus-dep.el: Require CL at compile-time only.
13122
131232000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13124
13125 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13126 (byte-compile-warnings): New warning `noruntime'.
13127 (byte-compile-constants, byte-compile-variables): Fix docstring.
13128 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13129 execute `eval-whenc-compile's body.
13130 (byte-compile-unresolved-functions): Fix docstring.
13131 (byte-compile-eval): New function.
13132 (byte-compile-callargs-warn): Check if the function will be available
13133 at runtime (via property `byte-compile-noruntime').
13134 (byte-compile-print-syms): New function.
13135 (byte-compile-warn-about-unresolved-functions): Also warn about
13136 `noruntime' functions (and use `byte-compile-print-syms').
13137 (byte-compile-file): Capitalize the message.
13138
131392000-03-24 Gerd Moellmann <gerd@gnu.org>
13140
13141 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13142 (rmail-expunge): Ask for confirmation depending on the setting
13143 of rmail-confirm-expunge.
13144
131452000-03-23 Gerd Moellmann <gerd@gnu.org>
13146
13147 * Makefile (bootstrap-clean): If $(emacs) exists, build
13148 loaddefs.el first. A loaddefs.el that's not up-to-date might
13149 cause a bootstrap failure because things don't autoload as
13150 expected.
13151
131522000-03-23 Dave Love <fx@gnu.org>
13153
13154 * net/browse-url.el: Restore previous use of
13155 browse-url-maybe-new-window.
13156
131572000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13158
13159 * ps-print.el: Skip banner page fix.
13160 (ps-print-version): New version number (5.1.2).
13161 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13162
131632000-03-23 Dave Pearson <davep@davep.org>
13164
13165 * net/quickurl.el Changed the type of parameter passed to the
13166 function defined by `quickurl-format-function'. Before only the
13167 text of the URL was passed. Now the whole URL structure is passed
13168 and the function is responsible for extracting the parts it
13169 requires. Changed the default of `quickurl-format-function'
13170 accordingly.
13171 (quickurl-insert): Changed the `funcall' of
13172 `quickurl-format-function' to match the above change.
13173 (quickurl-list-insert): Changed the `url' case so that it makes
13174 use of `quickurl-format-function', previous to this the format was
13175 hard wired.
13176
131772000-03-22 Gerd Moellmann <gerd@gnu.org>
13178
13179 * startup.el: Change some spellings for the X Window System.
13180
131812000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13182
13183 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13184 up the code and the regexp and make sure the cursor is temporarily
13185 moved to the suspicious line while querying the user.
13186
131872000-03-22 Jason Rumney <jasonr@gnu.org>
13188
13189 * w32-fns.el (w32-charset-info-alist): Initialize.
13190
131912000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13192
13193 * ps-print.el: N-up last page fix.
13194 (ps-print-version): New version number (5.1.1).
13195 (ps-end-file, ps-end-job, ps-generate): Code fix.
13196
131972000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13198
13199 * files.el (find-file-run-dired): Update docstring.
13200 (find-directory-functions): New hook.
13201 (find-file-noselect): Run find-directory-functions rather than
13202 calling dired directly.
13203
13204 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13205
13206 * pcvs.el: Add a minimal leading commentary.
13207 (cvs-make-cvs-buffer): Change the header part by removing the startup
13208 message and adding a `Module' entry. Also replace the FOOTER and
13209 HEADER special fileinfos with the new support in ewoc for updating
13210 its own footer and header.
13211 (cvs-update-header): Update to use the header/footer of the ewoc.
13212 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13213 (cvs-is-within-p): New function.
13214 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13215 to only examine some subset of the buffers.
13216
13217 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13218 `format' instead of our own ad-hoc functions.
13219 Remove HEADER and FOOTER cases, now handled in the EWOC.
13220 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13221
13222 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13223 output to avoid scaring the user.
13224 (cvs-parse-table): Catch message for non-up-to-date commits.
13225
13226 * pcvs-defs.el (cvs-startup-message): Remove.
13227 (cvs-global-menu): New autoloaded menu.
13228
13229 * pcvs-util.el (cvs-string-fill): Remove.
13230
13231 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13232 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13233 PP part of it and also make it work for footers and headers.
13234 (ewoc-create): Drop POS and BUFFER arguments.
13235 Use the DLL's dummy node to store the end-of-footer position.
13236 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13237 (ewoc-refresh): Remove unused `header' variable.
13238 (ewoc-(get|set)-hf): New functions.
13239
13240 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13241 log-view-*-(message|file) and use easy-mmode-define-navigation.
13242 (log-view-message-re): Match SCCS format as well.
13243 And match the revision line rather than the dashed separator line.
13244 (log-view-mode): Use the new define-derived-mode.
13245 (log-view-current-tag): Fill in with an actual implementation.
13246
13247 * cvs-status.el (cvs-status-(prev|next)): Rename from
13248 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13249 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13250 to let the output "breathe" a little more (more readable).
13251 (cvs-status-mode): Use the new define-derived-mode.
13252
13253 * smerge-mode.el (smerge-auto-leave): New function and variable.
13254 (smerge-basic-map): Rename from smerge-basic-keymap.
13255 Change the bindings for smerge-diff-*.
13256 (smerge-*-map): Use easy-mmode-defmap.
13257 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13258 (smerge-keep-*): Use smerge-auto-leave.
13259
132602000-03-21 Jason Rumney <jasonr@gnu.org>
13261
13262 * cus-edit.el (custom-button-face): Use 3D look for w32.
13263 (custom-button-pressed-face): Likewise.
13264
132652000-03-21 Gerd Moellmann <gerd@gnu.org>
13266
13267 * progmodes/etags.el (tags-case-fold-search): New user-option.
13268 (tags-loop-eval): New function. Bind case-fold-search around eval
13269 depending on the value of tags-case-fold-search.
13270 (tags-loop-continue): Use tags-loop-eval.
13271 (find-tag-in-order): Bind case-fold-search depending on the value
13272 of tags-case-fold-search.
13273
132742000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13275
13276 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13277 (diff-end-of-hunk): Return the end position for use in
13278 `easy-mmode-define-navigation'.
13279 (diff-recenter): Remove.
13280 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13281 of `easy-mmode-define-navigation'.
13282 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13283 previous renaming) and fix to use new names.
13284 (diff-merge-strings): Use \n as separator: simpler, faster.
13285 (diff-mode): Use `define-derived-mode'.
13286
13287 * derived.el (define-derived-mode): Don't autoload anymore.
13288 Prefer the macro-only version provided by easy-mmode.el.
13289
13290 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13291 `easy-mmode-define-derived-mode'.
13292 Use `combine-run-hooks'.
13293 (easy-mmode-define-navigation): New macro.
13294
13295 * subr.el (combine-run-hooks): New function.
13296
132972000-03-21 Kenichi HANDA <handa@etl.go.jp>
13298
13299 * term/x-win.el: Fontsets related initialization is simplified.
13300
13301 * international/mule-diag.el (describe-font): Don't refer to
13302 global-fontset-alist, instead call font-list.
13303 (describe-fontset, list-fontsets, mule-diag): Likewise.
13304 (print-fontset): Adjusted for the change of fontset
13305 implementation.
13306
13307 * international/fontset.el (x-charset-registries): Variable
13308 removed, instead the corresponding data is stored in the default
13309 fontset.
13310 (register-alternate-fontnames): Function removed.
13311 (resolved-ascii-font): Variable removed.
13312 (x-compose-font-name): Ignore the second argument REDOCE.
13313 (x-complement-fontset-spec): Complement only an ASCII font and
13314 element for those charsets than can use that ASCII font.
13315 (generate-fontset-menu): Don't refer to global-fontset-alist,
13316 instead call fontset-list.
13317 (uninstantiated-fontset-alist): Variable removed.
13318 (x-style-funcs-alist): Likewise.
13319 (fontset-default-styles): Likewise.
13320 (x-modify-font-name): Function removed.
13321 (create-fontset-from-fontset-spec): Ignore the argument
13322 STYLE-VARIANT.
13323 (create-fontset-from-ascii-font): Docsting adjusted for the above
13324 change.
13325 (instantiate-fontset, resolve-fontset-name): Functions removed.
13326 (fontset-list): Now implemented by C code.
13327
13328 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13329 (describe-face): Include `font' attribute in the description.
13330
133312000-03-21 Kenichi Handa <handa@etl.go.jp>
13332
13333 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13334
133352000-03-20 Gerd Moellmann <gerd@gnu.org>
13336
13337 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13338 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13339 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13340
13341 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13342 about behavior of set-buffer-modified-p wrt redisplay.
13343
133442000-03-19 Richard M. Stallman <rms@gnu.org>
13345
13346 * view.el (view-mode-disable): Kill local binding of view-read-only.
13347
133482000-03-18 Gerd Moellmann <gerd@gnu.org>
13349
13350 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
13351 is a string, convert it to a syntax cell using string-to-syntax.
13352
13353 * simple.el (syntax-code-table, syntax-flag-table): New variables.
13354 (string-to-syntax): New function.
13355
13356 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
13357 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
13358 try to use passive ftp mode.
13359
133602000-03-17 Gerd Moellmann <gerd@gnu.org>
13361
13362 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
13363
13364 * simple.el (append-to-buffer): Update point of windows after
13365 insertion.
13366
13367 * abbrev.el (inverse-add-abbrev): Identify word by first moving
13368 forward then moving backward. Reindent.
13369
13370 * frame.el (other-frame): Call x-focus-frame only if
13371 focus-follows-mouse is off.
13372
133732000-03-17 Dave Love <fx@gnu.org>
13374
13375 * pcvs-util.el (cvs-strings->string): Rename
13376 replace-regexps-in-string.
13377
133782000-03-17 Stefan Monnier <monnier@cs.yale.edu>
13379
13380 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
13381 regexp for labels cannot span several lines.
13382
13383 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
13384 `(setq :<key> ':<key>)' to the macro expansion.
13385
133862000-03-16 Dave Love <fx@gnu.org>
13387
13388 * progmodes/f90.el (f90): Put custom group under `languages', not
13389 `fortran'.
13390 (f90-mode-hook): Customize.
13391 (f90-mode): Set add-log-current-defun-function.
13392 (f90-current-defun): New function.
13393
133942000-03-16 Gerd Moellmann <gerd@gnu.org>
13395
13396 * cus-edit.el (custom-variable-tag-face): Handle case that
13397 default face's height is not a number.
13398 (custom-face-tag-face, custom-group-tag-face-1)
13399 (custom-group-tag-face): Ditto.
13400 (custom-group-tag-face-1): Add :group.
13401
13402 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
13403
134042000-03-15 Gerd Moellmann <gerd@gnu.org>
13405
13406 * pcvs-defs.el (toplevel): Remove autoload cookie for form
13407 requiring easymenu.
13408
134092000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13410
13411 * ps-print.el: PostScript user-defined prologue, PostScript error
13412 handler, doc fix.
13413 (ps-print-version): New version number (5.1).
13414 (ps-user-defined-prologue, ps-error-handler-message)
13415 (ps-print-prologue-0, ps-error-handler-alist): New vars.
13416 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
13417 (ps-insert-string): New function.
13418
134192000-03-15 Kenichi Handa <handa@etl.go.jp>
13420
13421 * international/ccl.el (ccl-compile-expression): Don't generate
13422 invalid self-assignment code.
13423
134242000-03-14 Dave Love <fx@gnu.org>
13425
13426 * subr.el (replace-regexp-in-string): Renamed from
13427 replace-regexps-in-string. Doc fix.
13428
134292000-03-12 Dave Love <fx@gnu.org>
13430
13431 * cus-edit.el: Doc fixes.
13432 (customize-set-variable, customize-save-variable): Rename args for
13433 doc.
13434 (custom-variable-tag-face, custom-face-tag-face)
13435 (custom-group-tag-face-1, custom-group-tag-face): Modify from
13436 style which user identify as hyperlink.
13437 (hook): Don't add undefined functions to the hook.
13438 (debug-ignored-errors): Transfer message from bindings.el.
13439
134402000-03-12 Gerd Moellmann <gerd@gnu.org>
13441
13442 * recentf.el (recentf-keep-non-readable-files-p): Remove
13443 double/nested definition.
13444
134452000-03-12 Dave Love <fx@gnu.org>
13446
13447 * facemenu.el (facemenu-get-face): Use display-color-p.
13448 * enriched.el (enriched-decode-foreground): Likewise.
13449 (enriched-decode-background): Likewise.
13450 * isearch.el (isearch-highlight): Likewise.
13451 * info-look.el (info-lookup): Likewise.
13452 * simple.el (completion-setup-function): Likewise.
13453
13454 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
13455 :options.
13456
13457 * bindings.el (mode-line-format): Fix line-number and
13458 column-number items. Add help-echo for the background.
13459 (mode-line-mule-info): Modify help-echo.
13460
13461 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
13462
13463 * files.el (load-file): Allow completion to .elc.
13464
13465 * man.el: Doc fixes.
13466 (Man-init-defvars): Use display-color-p to set fontification.
13467
13468 * play/hanoi.el (hanoi-internal): Don't use oddp.
13469
134702000-03-12 Gerd Moellmann <gerd@gnu.org>
13471
13472 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
13473
13474 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
13475
134762000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
13477
13478 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
13479 Fix comment.
13480
134812000-03-10 Stefan Monnier <monnier@cs.yale.edu>
13482
13483 * font-lock.el (font-lock-keywords): Fix the doc now that
13484 regexp-opt-depth is unnecessary.
13485 (save-buffer-state): Set an edebug spec.
13486 (font-lock-fontify-anchored-keywords): Properly handle the case when
13487 the matcher goes past the limit.
13488
13489 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
13490 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
13491
13492 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
13493 dll.el and cookie.el (from Elib) with heavy renaming and other
13494 massaging.
13495
13496 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
13497 Autoload the functions used.
13498 (easy-mmode-define-syntax): Fix CL typo.
13499 (easy-mmode-define-derived-mode): Improve the docstring generation.
13500
135012000-03-10 Gerd Moellmann <gerd@gnu.org>
13502
13503 * textmodes/texinfo.el (texinfo-version): Variable and function
13504 removed.
13505
135062000-03-09 Stefan Monnier <monnier@cs.yale.edu>
13507
13508 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
13509 allow more flexibility.
13510 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
13511 fns.
13512 (easy-mmode-defmap, easy-mmode-defsyntax)
13513 (easy-mmode-define-derived-mode): New macros.
13514
135152000-03-09 Didier Verna <didier@xemacs.org>
13516
13517 * rect.el (replace-rectangle): New function.
13518
135192000-03-09 Dave Love <fx@gnu.org>
13520
13521 * progmodes/fortran.el (fortran-comment-line-start): Define as
13522 "C".
13523 (fortran-comment-line-start-skip): Don't match cpp stuff.
13524 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
13525 (fortran-mode-map): Remove over-eager custom-menu-create for now.
13526 (fortran-mode): Don't set fortran-comment-line-start-skip,
13527 fortran-comment-line-start here. Set comment-start,
13528 add-log-current-defun.
13529 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
13530 (fortran-current-defun): New function.
13531
135322000-03-09 Gerd Moellmann <gerd@gnu.org>
13533
13534 * emacs-lisp/re-builder.el: New file.
13535
13536 * mouse.el (mouse-drag-region): Don't run up-event handler
13537 if hscroll has changed.
13538
13539 * octave-mod.el (octave-font-lock-keywords): To font-lock the
13540 builtin operators, use `font-lock-builtin-face' for Emacs and
13541 `font-lock-preprocessor-face' otherwise.
13542
13543 * font-lock.el (lisp-font-lock-keywords-1): Highlight
13544 `(defun (setf foo)' differently.
13545
135462000-03-08 Stefan Monnier <monnier@cs.yale.edu>
13547
13548 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
13549 (regexp-opt): Update comment and adapt the code the new meaning of
13550 the `paren' argument of regex-opt-group for shy-groups.
13551 (regexp-opt-depth): Handle shy groups as well as backslashed
13552 backslashes.
13553 (regexp-opt-group): Turn the leading comment into a docstring.
13554 Allow `paren' to be a string (the string to use to open a group).
13555 Remove open-presuf and close-presuf. Instead of checking for `all
13556 one-char' and then later on check for `several one-char', handle
13557 both cases close together. Also apply a more generic algorithm
13558 for suffixes (the mirror image of the algorithm used for
13559 prefixes). Use shy-groups. Use nreverse rather than reverse.
13560 (regexp-opt-try-suffix): Removed.
13561
13562 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
13563 from comint-mode-map, so we can just inherit from it. Also, move
13564 the initialization into the `defvar' since there's no docstring
13565 anyway and it's fairly short.
13566 (inferior-scheme-mode): Define it as derived-mode: the code is
13567 shorter and this way we inherit from comint-mode-map rather than
13568 copying it.
13569
13570 * subr.el (replace-regexps-in-string): Properly handle the case
13571 where we match an empty string.
13572
13573 * comint.el (comint-exec-1): Add the current-dir to the exec-path
13574 when the command has a directory component (such as "./testml").
13575 Also fix a typo in the comment.
13576
135772000-03-08 Gerd Moellmann <gerd@gnu.org>
13578
13579 * Makefile (compile-files): Compile files one by one because
13580 that's the only way to ensure a clean compilation environment for
13581 each individual file.
13582
13583 * frame.el (other-frame): Call x-focus-frame.
13584
135852000-03-07 Dave Love <fx@gnu.org>
13586
13587 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
13588 :require to defcustom.
13589
13590 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
13591 lists.
13592
13593 * files.el (auto-mode-alist): Add configure.in.
13594
13595 * progmodes/autoconf.el: New file.
13596
135972000-03-07 Gerd Moellmann <gerd@gnu.org>
13598
13599 * mail/mh-e.el: Change maintainer to `none'.
13600
13601 * recentf.el (recentf-keep-non-readable-files-p): Quote args
13602 to remove-hook and add-hook.
13603
136042000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
13605
13606 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
13607 it as the default.
13608 (mail-send): Test mail-send-nonascii also for the new `mime' value.
13609 (sendmail-send-it): Conditionally add MIME headers specifying the
13610 used character set.
13611
136122000-03-07 Dave Love <fx@gnu.org>
13613
13614 * winner.el: Fix keywords, autoload cookies. Split
13615 eval-when-compile form to avoid compilation failure.
13616
136172000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
13618
13619 * international/mule.el: Modify comment about coding system
13620 property `coding-category'.
13621 (make-coding-system): New argument EOL-TYPE. Pay attention to
13622 coding-category property of PROPERTIES.
13623
13624 * international/mule-conf.el (coding-category-utf-8,
13625 coding-category-utf-16-be, coding-category-utf-16-le): New coding
13626 categories. Include them in the argument for set-coding-priority.
13627
13628 * international/mule-cmds.el (reset-language-environment): Include
13629 coding-category-utf-8, coding-category-utf-16-be, and
13630 coding-category-utf-16-le in the argument for set-coding-priority.
13631 (reset-language-environment): Initialize coding-category-utf-8,
13632 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
13633
136342000-03-06 Karl Fogel <kfogel@red-bean.com>
13635
13636 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
13637 code abstracted out of `bookmark-jump-noselect'. Now tries info
13638 extensions as well as compression extensions.
13639 (bookmark-jump-noselect): Use above new func.
13640
136412000-03-03 Gerd Moellmann <gerd@gnu.org>
13642
13643 * strokes.el: Change maintainer's mail address.
13644
136452000-03-03 Kenichi Handa <handa@etl.go.jp>
13646
13647 * international/mule-diag.el (list-character-sets): Make help-echo
13648 string by substitute-command-keys.
13649 (list-character-sets): Likewise.
13650 (sort-listed-character-sets): Call help-setup-xref.
13651
136522000-03-02 Gerd Moellmann <gerd@gnu.org>
13653
13654 * time.el (display-time-mail-file): Add `none' to the list of
13655 choices.
13656
136572000-03-01 Dave Love <fx@gnu.org>
13658
13659 * help.el (help-xref-go-back): Don't try to set position.
13660
13661 * international/mule-diag.el (list-character-sets): Call
13662 help-setup-xref. Add help-echo to xrefs.
13663 (list-character-sets-1): Add help-echo to xrefs.
13664
136652000-03-02 Gerd Moellmann <gerd@gnu.org>
13666
13667 * frame.el (blink-cursor-mode): Switch cursor on when turning
13668 the mode off.
13669
13670 * add-log.el (add-log-current-defun): Add support for
13671 Autoconf mode.
13672
13673 * mail/rmail.el (rmail-quit-hook): New variable.
13674
136752000-03-01 Dave Love <fx@gnu.org>
13676
13677 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
13678
13679 * help.el (help-xref-button): Add help-echo arg.
13680 (describe-function-1, describe-variable, help-make-xrefs): Use it.
13681
13682 * faces.el (list-faces-display): Supply help-echo with
13683 help-make-xrefs.
13684
13685 * facemenu.el (list-text-properties-at): Set help-xref-stack to
13686 nil.
13687
136882000-03-01 Gerd Moellmann <gerd@gnu.org>
13689
13690 * image.el (defimage): Look for image files in load-path.
13691
13692 * frame.el (busy-cursor-delay-seconds): Change type to
13693 `number'.
13694
136952000-03-01 David Ponce <david.ponce@wanadoo.fr>
13696
13697 * recentf.el (recentf): Added version tag to the defgroup of
13698 recentf.
13699
137002000-03-01 David Ponce <david.ponce@wanadoo.fr>
13701
13702 * recentf.el (recentf-cleanup): Changed to remove excluded file
13703 too.
13704 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
13705 action to select/unselect a file.
13706 (recentf-edit-list): Code cleanup and improvement.
13707 (recentf-open-more-files-action): `recentf-open-more-files' button
13708 widget action to open a file.
13709 (recentf-open-more-files): No more use standard completion but
13710 widgets.
13711 (recentf-more-collection): Deleted.
13712 (recentf-more-history): Deleted.
13713 (recentf-setup-more-completion): Deleted.
13714
137152000-03-01 David Ponce <david.ponce@wanadoo.fr>
13716
13717 * recentf.el (recentf-mode): No more needs that Emacs is running
13718 under a window-system.
13719
137201999-03-01 David Ponce <david.ponce@wanadoo.fr>
13721
13722 * recentf.el (recentf-edit-list): New command to edit the recent
13723 list which allow the user to remove files.
13724 (recentf-edit-selected-items): New global variable, used by
13725 `recentf-edit-list' to hold the list of files to be removed from
13726 the recent list.
13727 (recentf-make-menu-items): Updated to display a "Edit list..."
13728 menu item. Minor code cleanup.
13729
137301999-03-01 David Ponce <david.ponce@wanadoo.fr>
13731
13732 * recentf.el (recentf-open-more-files): New command to open files
13733 that are not displayed in the menu.
13734 (recentf-more-collection): New global variable holding the set of
13735 permissible completions used by `recentf-open-more-files'.
13736 (recentf-more-history): New global variable holding the history list
13737 used by `recentf-open-more-files' completion.
13738 (recentf-setup-more-completion): New function to setup completion for
13739 `recentf-open-more-files'.
13740 (recentf-make-menu-items): Updated to display a "More..." menu item.
13741
137421999-03-01 David Ponce <david.ponce@wanadoo.fr>
13743
13744 * recentf.el (recentf-menu-action): Doc fixed.
13745
137461999-03-01 David Ponce <david.ponce@wanadoo.fr>
13747
13748 * recentf.el (recentf-menu-filter): Doc updated.
13749 (recentf-update-menu-hook): Allow menu filters to force menu update.
13750 (recentf-make-menu-items): New menu filter handling.
13751 (recentf-make-menu-item): New helper function.
13752 (recentf-menu-elements): New menu handling function.
13753 (recentf-sort-ascending): Updated to new menu filter handling.
13754 (recentf-sort-descending): Updated to new menu filter handling.
13755 (recentf-sort-basenames-ascending): New menu filter function.
13756 (recentf-sort-basenames-descending): New menu filter function.
13757 (recentf-show-basenames): New menu filter function.
13758 (recentf-show-basenames-ascending): New menu filter function.
13759 (recentf-show-basenames-descending): New menu filter function.
13760
137612000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13762
13763 * diary-lib.el (list-diary-entries): Don't try to go forward at
13764 the end of the buffer.
13765
137662000-02-29 Kenichi Handa <handa@etl.go.jp>
13767
13768 * international/mule-diag.el (list-character-sets): Completely
13769 rewritten.
13770 (sort-listed-character-sets): New function.
13771 (list-character-sets-1): Completely rewritten.
13772 (list-character-sets-2): New function.
13773 (non-iso-charset-alist): New variable.
13774 (decode-codepage-char): New function.
13775 (charset-history): New variable.
13776 (read-charset) (list-block-of-chars)
13777 (list-iso-charset-chars)
13778 (list-non-iso-charset-chars)
13779 (list-charset-chars): New functions.
13780 (mule-diag): Call list-character-sets-2, not
13781 list-character-sets-2.
13782 (dump-charsets): Likewise.
13783
137842000-02-29 Gerd Moellmann <gerd@gnu.org>
13785
13786 * dired-x.el (dired-filename-at-point): Add `@' to valid
13787 file name characters.
13788 (dired-filename-at-point): Handle ange-ftp file names.
13789
13790 * frame.el (frame-notice-user-settings): Use assq-delete-all
13791 instead of assoc-delete-all.
13792 (frame-notice-user-settings): Ditto.
13793
13794 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
13795 Don't copy alist.
13796
137972000-02-28 Eli Barzilay <eli@cs.cornell.edu>
13798
13799 * calculator.el (calculator-use-menu): New option.
13800 (calculator-initial-bindings): Changed some bindings to work as
13801 macros.
13802 (calculator-forced-input): Removed.
13803 (calculator-restart-other-mode): New variable.
13804 (calculator-mode-map): Set up menu.
13805
138062000-02-28 Jari Aalto <jari.aalto@poboxes.com>
13807
13808 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
13809 tags.
13810
138112000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
13812
13813 * viper-cmd.el (viper-envelop-ESC-key): added the option to
13814 translate all ESC key sequences.
13815 (viper-goto-mark-subr): restore markers for files for which
13816 they were saved.
13817 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
13818 * viper-util.el (viper-set-replace-overlay-glyphs,
13819 viper-set-replace-overlay): always check if the replacement
13820 overlay is live.
13821 * viper.el (viper-vi-state-mode-list): added major modes.
13822 * ediff-wind.el: minor comment changes.
13823 * ediff.el: copyright notice date fix.
13824
138252000-02-27 Jason Rumney <jasonr@gnu.org>
13826
13827 * faces.el (face-font-family-alternatives): Add arial to helv.
13828 (mode-line, header-line, tool-bar): Same default as x for w32.
13829 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
13830 face-font-family-alternatives from working.
13831 * term/w32-win.el (mouse-set-font): Do not build fontset from
13832 chosen font.
13833
138342000-02-25 Sam Steingold <sds@goems.com>
13835
13836 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
13837 properly.
13838
138392000-02-25 Richard M. Stallman <rms@gnu.org>
13840
13841 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
13842
138432000-02-25 Gerd Moellmann <gerd@gnu.org>
13844
13845 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
13846 writable.
13847
13848 * frame.el (busy-cursor-delay-seconds): New option.
13849
138502000-02-24 Gerd Moellmann <gerd@gnu.org>
13851
13852 * frame.el (show-cursor-in-non-selected-windows): New option.
13853
138542000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13855
13856 * diary-lib.el (include-other-diary-files): Undo the selective
13857 display in any included file and don't kill it.
13858
138592000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
13860
13861 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
13862 bar. Menu items converted to (menu-item format, help strings
13863 added.
13864 [downcase, upcase]: Don't enable on MS-DOS.
13865 [symlink, symlinks]: Don't show if make-symbolic-link is not
13866 bound.
13867 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
13868
138692000-02-23 Dave Love <fx@gnu.org>
13870
13871 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
13872 (backward-kill-word): Revert addition of * to interactive spec --
13873 it's a feature.
13874
13875 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
13876 (backward-kill-sentence, kill-sentence): Likewise.
13877
13878 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
13879 scratch buffer name.
13880 (gud-format-command): Use int-to-string in ?l case. Simplify
13881 slightly.
13882
13883 * term/w32-win.el (internal-face-interactive): Update prompt for
13884 new read-face-name.
13885
13886 * mail/footnote.el (footnote): Add :version to defgroup.
13887 (footnote-section-tag-regexp): Customize.
13888 (footnote-start-tag, footnote-end-tag): New option.
13889 (footnote-latin-regexp): New variable.
13890 (Footnote-latin): New function.
13891 (footnote-style-alist): Add element for latin style.
13892 (footnote-style): Moved.
13893 (Footnote-goto-footnote): Use eq to test arg.
13894
13895 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
13896
13897 * emacs-lisp/byte-opt.el: Change old backquote syntax.
13898 (byte-compile-trueconstp): Include keywords.
13899 (byte-optimize-quote, byte-optimize-lapcode): Use
13900 byte-compile-const-symbol-p.
13901 (byte-optimize-char-before): New optimization.
13902
13903 * emacs-lisp/bytecomp.el: Change old backquote syntax.
13904 (byte-compile-const-symbol-p): New function.
13905 (byte-compile-constp, byte-compile-out-toplevel)
13906 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
13907 Use it.
13908
13909 * subr.el (define-key-after): Default AFTER to t. Doc fix.
13910
139112000-02-23 Kenichi Handa <handa@etl.go.jp>
13912
13913 * international/encoded-kb.el: Be sure to update minor-mode-alist
13914 and minor-mode-map-alist.
13915 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
13916 codes SS2 and SS3 correctly.
13917 (encoded-kbd-self-insert-ccl): New function.
13918 (encoded-kbd-setup-keymap): New function.
13919 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
13920 by calling encoded-kbd-setup-keymap.
13921
13922 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
13923 characters.
13924 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
13925 locally.
13926
139272000-02-22 Dave Love <fx@gnu.org>
13928
13929 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
13930 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
13931 defvar.
13932 (lisp-mode-syntax-table): Set up for #|...|# comments.
13933 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
13934 classes. Match `defface'.
13935 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
13936 (eval-defun-1): Fix for defcustom.
13937 (lisp-indent-region): Doc fix.
13938
13939 * subr.el (when, unless, split-string): Doc fix.
13940 (read-passwd): Move call of clear-this-command-keys to the right
13941 place.
13942 (replace-regexps-in-string): New function.
13943
139442000-02-22 Gerd Moellmann <gerd@gnu.org>
13945
13946 * help.el (describe-variable): Set syntax table to
13947 emacs-lisp-mode-syntax-table when moving forward over the
13948 symbol's name.
13949
139502000-02-22 Dave Love <fx@gnu.org>
13951
13952 * xt-mouse.el: Doc fixes.
13953 (xterm-mouse-position-function): New function, replacing advice of
13954 mouse-position.
13955 (xterm-mouse-mode): Use it. Don't turn on under a window system.
13956
13957 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
13958
139592000-02-21 Gerd Moellmann <gerd@gnu.org>
13960
13961 * format.el (format-annotate-single-property-change): Handle
13962 properties.with dotted-list values.
13963 (format-proper-list-p): New function.
13964
13965 * enriched.el (enriched-face-ans): Handle '(foreground-color
13966 . COLOR) and (background-color . COLOR).
13967
139682000-02-20 Dave Love <fx@gnu.org>
13969
13970 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
13971 and assignments to it.
13972 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
13973 current local map.
13974 (make-flyspell-overlay): Use it.
13975 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
13976
13977 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
13978 (lm-get-header-re): Defun, not defsubst.
13979 (lm-get-package-name): Defun, not defsubst. Simplify.
13980 (lm-version): Doc fix. Simplify.
13981 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
13982 (lm-crack-address, lm-last-modified-date, lm-commentary)
13983 (lm-verify, lm-synopsis): Simplify.
13984 (lm-report-bug): Require emacsbug. Use compose-mail.
13985
139862000-02-20 Gerd Moellmann <gerd@gnu.org>
13987
13988 * dired.el (dired-mode): Call propertized-buffer-identification
13989 to set mode-line-buffer-identification to something having
13990 the right text properties.
13991
13992 * bindings.el (propertized-buffer-identification): New function.
13993
139942000-02-20 Dave Love <fx@gnu.org>
13995
13996 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
13997 check for t-mouse too.
13998
13999 * cus-start.el: Make echo-keystrokes `number'.
14000
140012000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14002
14003 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14004 Don't call ring-empty-p unless tags-location-ring is bound.
14005 From Noah Friedman <friedman@splode.com>.
14006
140072000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14008
14009 * progmodes/hideshow.el (hs-flag-region): No longer use
14010 `intangible' overlay property.
14011
14012 (hs-toggle-hiding): New command.
14013 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14014
14015 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14016 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14017 and deactivation.
14018
140192000-02-18 Gerd Moellmann <gerd@gnu.org>
14020
14021 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14022
140232000-02-17 Gerd Moellmann <gerd@gnu.org>
14024
14025 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14026
14027 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14028 of `*' to handle `(* ... *)' comments.
14029
140302000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * faces.el (list-faces-display): Use display-mouse-p instead of
14033 window-system.
14034
14035 * menu-bar.el (global-map): Menu-bar items converted to the new
14036 format (menu-item..., rearranged for better CUA compliance, and
14037 their names changed for better clarity. Help strings added.
14038
14039 * international/mule-cmds.el (mule-menu-keymap)
14040 (describe-language-environment-map, set-coding-system-map)
14041 (setup-language-environment-map): Convert to new (menu-item...
14042 form, add help strings. Change names of menu items for better
14043 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14044 submenu).
14045
140462000-02-17 Gerd Moellmann <gerd@gnu.org>
14047
14048 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14049 within the code.
14050
140512000-02-16 Dave Love <fx@gnu.org>
14052
14053 * faces.el: Don't require custom. Add more specific :groups to
14054 various deffaces.
14055 (set-face-attribute): Purecopy args.
14056 (read-face-name): Default to name at point and use it in prompt.
14057 Remove colon from arg in all callers.
14058 (list-faces-display): Hyperlink to face descriptions and customize
14059 buffers.
14060
140612000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14062
14063 * wid-edit.el (widget-match-inline): An atom never matches a
14064 list.
14065
140662000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14067
14068 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14069 at ':' characters by call to split-string.
14070
140712000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14072
14073 * textmodes/bibtex.el: Added RCS version identification.
14074
140752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14076
14077 * textmodes/bibtex.el: Some temporary comments removed.
14078 (bibtex-field-name, bibtex-entry-type): Made the relationship
14079 explicit.
14080 (bibtex-field-const): Allow capital letters.
14081 (bibtex-start-of-string): Deleted because unused.
14082
14083 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14084 use the term 'reference' to describe a bibtex entry as a whole.
14085 Further, reference keys are no longer called 'labels'.
14086 (bibtex-keys): Renamed to bibtex-reference-keys.
14087 (bibtex-reformat-previous-labels): Renamed to
14088 bibtex-reformat-previous-reference-keys.
14089 (bibtex-reference-type): Renamed to bibtex-entry-type.
14090 (bibtex-reference-head): Renamed to bibtex-entry-head.
14091 (bibtex-reference-maybe-empty-head): Renamed to
14092 bibtex-entry-maybe-empty-head.
14093 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14094 (bibtex-search-reference): Renamed to bibtex-search-entry.
14095 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14096 bibtex-enclosing-entry-maybe-empty-head.
14097 (bibtex-entry-field-alist, bibtex-entry-head,
14098 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14099 bibtex-map-entries, bibtex-search-entry,
14100 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14101 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14102 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14103 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14104 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14105 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14106 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14107
141082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14109
14110 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14111 comment.
14112 (bibtex-format-field-delimiters): New function, functionality
14113 extracted from bibtex-format-entry.
14114 (bibtex-autokey-get-yearfield-digits): New function, functionality
14115 extracted from bibtex-autokey-get-yearfield.
14116
14117 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14118 entries in order to avoid stack overflow in the regexp matcher if
14119 field contents become large.
14120 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14121 bibtex-field-string-part-not-braced,
14122 bibtex-field-string-part-no-inner-braces,
14123 bibtex-field-string-part-1-inner-brace,
14124 bibtex-field-string-part-2-inner-braces,
14125 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14126 bibtex-field-string-quoted, bibtex-field-string,
14127 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14128 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14129 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14130 as parsing is now performed by the following functions.
14131 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14132 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14133 bibtex-parse-field-string, bibtex-search-forward-field-string,
14134 bibtex-parse-association, bibtex-field-name-for-parsing,
14135 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14136 bibtex-search-forward-field, bibtex-search-backward-field,
14137 bibtex-start-of-field, bibtex-end-of-field,
14138 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14139 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14140 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14141 bibtex-parse-string, bibtex-search-forward-string,
14142 bibtex-search-backward-string, bibtex-start-of-string,
14143 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14144 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14145 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14146 entries. Instead of reporting the results of the parsing by
14147 match-beginning or match-end, these functions return data structures
14148 that hold the corresponding positions.
14149 (bibtex-enclosing-field): Changed to also report field boundaries by
14150 return values rather than by match-beginning or match-end. The
14151 following functions have been adapted to use the new parsing
14152 functions.
14153 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14154 bibtex-enclosing-field, bibtex-format-entry,
14155 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14156 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14157 bibtex-print-help-message, bibtex-end-of-entry,
14158 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14159 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14160 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14161 method for parsing.
14162 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14163 bibtex-map-entries, bibtex-flash-head,
14164 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14165 bibtex-autokey-change, bibtex-autokey-get-namefield,
14166 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14167 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14168 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14169 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14170 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14171 order to make the new binding of case-fold-search immediately
14172 visible.
14173
141742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14175
14176 * textmodes/bibtex.el: Copyright notice is up to date.
14177 Added constant 'bibtex-maintainer-salutation.
14178
14179 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14180 than make-temp-name, use match-string-no-properties and eliminate
14181 a quadratic behavior when building bibtex-strings.
14182
14183 * bibtex.el (bibtex-reference-key): Accept string entries whose
14184 reference key contains upper case letters.
14185
141862000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14187
14188 * bibtex.el (bibtex-reference-head): Allow entries to start with
14189 a new line.
14190
141912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14192
14193 * bibtex.el: Hiding of entry bodies is not longer provided by
14194 bibtex.el directly. Instead the hideshow package can be used.
14195 Added a special bibtex entry to hs-special-modes-alist.
14196 (bibtex-hs-forward-sexp): Added for hideshow.el.
14197
141982000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14199
14200 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14201 at ':' characters by call to split-string.
14202
142032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14204
14205 * textmodes/bibtex.el: Added RCS version identification.
14206
142072000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14208
14209 * textmodes/bibtex.el: Some temporary comments removed.
14210 (bibtex-field-name, bibtex-entry-type): Made the relationship
14211 explicit.
14212 (bibtex-field-const): Allow capital letters.
14213 (bibtex-start-of-string): Deleted because unused.
14214
14215 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14216 use the term 'reference' to describe a bibtex entry as a whole.
14217 Further, reference keys are no longer called 'labels'.
14218 (bibtex-keys): Renamed to bibtex-reference-keys.
14219 (bibtex-reformat-previous-labels): Renamed to
14220 bibtex-reformat-previous-reference-keys.
14221 (bibtex-reference-type): Renamed to bibtex-entry-type.
14222 (bibtex-reference-head): Renamed to bibtex-entry-head.
14223 (bibtex-reference-maybe-empty-head): Renamed to
14224 bibtex-entry-maybe-empty-head.
14225 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14226 (bibtex-search-reference): Renamed to bibtex-search-entry.
14227 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14228 bibtex-enclosing-entry-maybe-empty-head.
14229 (bibtex-entry-field-alist, bibtex-entry-head,
14230 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14231 bibtex-map-entries, bibtex-search-entry,
14232 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14233 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14234 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14235 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14236 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14237 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14238 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14239
142402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14241
14242 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14243 comment.
14244 (bibtex-format-field-delimiters): New function, functionality
14245 extracted from bibtex-format-entry.
14246 (bibtex-autokey-get-yearfield-digits): New function, functionality
14247 extracted from bibtex-autokey-get-yearfield.
14248
14249 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14250 entries in order to avoid stack overflow in the regexp matcher if
14251 field contents become large.
14252 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14253 bibtex-field-string-part-not-braced,
14254 bibtex-field-string-part-no-inner-braces,
14255 bibtex-field-string-part-1-inner-brace,
14256 bibtex-field-string-part-2-inner-braces,
14257 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14258 bibtex-field-string-quoted, bibtex-field-string,
14259 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14260 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14261 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14262 as parsing is now performed by the following functions.
14263 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14264 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14265 bibtex-parse-field-string, bibtex-search-forward-field-string,
14266 bibtex-parse-association, bibtex-field-name-for-parsing,
14267 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14268 bibtex-search-forward-field, bibtex-search-backward-field,
14269 bibtex-start-of-field, bibtex-end-of-field,
14270 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14271 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14272 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14273 bibtex-parse-string, bibtex-search-forward-string,
14274 bibtex-search-backward-string, bibtex-start-of-string,
14275 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14276 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14277 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14278 entries. Instead of reporting the results of the parsing by
14279 match-beginning or match-end, these functions return data structures
14280 that hold the corresponding positions.
14281 (bibtex-enclosing-field): Changed to also report field boundaries by
14282 return values rather than by match-beginning or match-end. The
14283 following functions have been adapted to use the new parsing
14284 functions.
14285 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14286 bibtex-enclosing-field, bibtex-format-entry,
14287 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14288 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14289 bibtex-print-help-message, bibtex-end-of-entry,
14290 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14291 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14292 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14293 method for parsing.
14294 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14295 bibtex-map-entries, bibtex-flash-head,
14296 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14297 bibtex-autokey-change, bibtex-autokey-get-namefield,
14298 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14299 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14300 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14301 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14302 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14303 order to make the new binding of case-fold-search immediately
14304 visible.
14305
143062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14307
14308 * textmodes/bibtex.el: Copyright notice is up to date.
14309 Added constant 'bibtex-maintainer-salutation.
14310
14311 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14312 than make-temp-name, use match-string-no-properties and eliminate
14313 a quadratic behavior when building bibtex-strings.
14314
14315 * bibtex.el (bibtex-reference-key): Accept string entries whose
14316 reference key contains upper case letters.
14317
143182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14319
14320 * bibtex.el (bibtex-reference-head): Allow entries to start with
14321 a new line.
14322
143232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14324
14325 * bibtex.el: Hiding of entry bodies is not longer provided by
14326 bibtex.el directly. Instead the hideshow package can be used.
14327 Added a special bibtex entry to hs-special-modes-alist.
14328 (bibtex-hs-forward-sexp): Added for hideshow.el.
14329
143302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14331
14332 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14333 proceedings entry type (for cross referencing). Thanks to Wagner
14334 Toledo Correa for the suggestion.
14335
14336 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14337
143382000-02-14 Kenichi Handa <handa@etl.go.jp>
14339
14340 * international/characters.el: Setup case table for Vietnamese.
14341
143422000-02-12 Gerd Moellmann <gerd@gnu.org>
14343
14344 * uniquify.el (toplevel): Require CL at compile time.
14345 (uniquify-push): Removed.
14346
14347 * shadowfile.el (shadow-when): Removed.
14348
14349 * tempo.el (tempo-dolist, tempo-mapc): Removed.
14350 (tempo-process-and-insert-string): Use dolist instead of
14351 tempo-dolist.
14352
14353 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
14354 regexp for paragraph-start.
14355
14356 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
14357 commas as well.
14358
143592000-02-10 Dave Love <fx@gnu.org>
14360
14361 * wid-edit.el: (widgets) [defgroup]: Remove url link.
14362 (widget-color-choice-list, widget-color-history, widget-mouse-help):
14363 Deleted.
14364 (widget-specify-field, widget-specify-button): Don't use
14365 widget-mouse-help as help-echo property.
14366 (default): Use #'ignore for :validate and :mouse-down-action.
14367 (checkbox): Add help-echo.
14368 (widget-sexp-validate): Rewritten to clarify error messages.
14369 (character): Use char-valid-p in :match function.
14370 (widget-color-complete): Use facemenu-color-alist.
14371 (widget-color-action): Use facemenu-read-color.
14372
14373 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
14374 set up `caar' &c that we now have.
14375
143762000-02-09 Ray Blaak <blaak@gnu.org>
14377
14378 * delphi.el: Make resourcestring a declaration region, like const
14379 and var.
14380
143812000-02-09 Dave Love <fx@gnu.org>
14382
14383 * bindings.el (mode-line-input-method-map): New variable.
14384 (mode-line-mule-info): Use it; fix last change.
14385 (mode-line-mode-menu): Move definition.
14386 (mode-line-mouse-sensitive-p): Deleted.
14387 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
14388 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
14389 level.
14390
14391 * startup.el (command-line-1): Don't call
14392 make-mode-line-mouse-sensitive.
14393
143942000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14395
14396 * mail/rmail.el (rmail-retry-failure): Use
14397 rmail-beginning-of-message before rmail-toggle-header, because the
14398 former toggles headers.
14399
144002000-02-06 Stefan Monnier <monnier@cs.yale.edu>
14401
14402 * diff-mode.el (diff-kill-junk): New interactive function.
14403 (diff-reverse-direction): Use delete-and-extract-region.
14404 (diff-post-command-hook): Restrict the area so that the hook also works
14405 outside of any diff hunk. This is necessary for the minor-mode.
14406 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
14407 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
14408
14409 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
14410 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
14411 so that it can be used more easily in <foo>-mode-hook. Also make sure
14412 to avoid duplicate entries.
14413 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
14414 (font-lock-remove-keywords): Just as was done for `add', allow it to
14415 work even if font-lock-mode is nil. Also make sure we don't modify
14416 any pre-existing list by forcing a copy-sequence. Finally rename
14417 `major-mode' to `mode'.
14418 (font-lock-fontify-syntactic-anchored-keywords)
14419 (font-lock-fontify-anchored-keywords)
14420 (font-lock-fontify-keywords-region): Use line-end-position.
14421 Don't make `font-lock-multiline' local (it's now done in
14422 font-lock-set-defaults).
14423 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
14424 move the `font-lock-fontified' creation to inside the `unless'.
14425
144262000-02-06 Andrew Innes <andrewi@gnu.org>
14427
14428 * term/w32-win.el (x-handle-args): Comment out call to message,
14429 which occurs before window system is initialized.
14430
14431 * makefile.nt: Add support for recompiling lisp code.
14432
144332000-02-04 Dave Love <fx@gnu.org>
14434
14435 * bindings.el (mode-line-mule-info): Fix/extend last change.
14436
14437 * completion.el: Replace completion-dolist with dolist.
14438
14439 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
14440 dotimes.
14441
144422000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
14443
14444 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
14445 environment names before they go into the section regexp.
14446
14447 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
14448 char class in regexp.
14449
14450 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
14451 `case-fold-search' to nil.
14452
14453 * progmodes/idlwave.el (idlwave-template): Respect
14454 `idlwave-abbrev-change-case'.
14455 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
14456 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
14457 idlwave-while): respect `idlwave-reserved-word-upcase'.
14458 (idlwave-rw-case): New function.
14459 (idlwave-statement-match): Fixed problem with assignment regexp.
14460 (idlwave-font-lock-keywords): Improved regexp for keyword
14461 parameters.
14462 (idlwave-surround): New argument LENGTH to support padding of
14463 operators longer than 1 char.
14464
14465 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
14466 idlwave-shell-expression-overlay. Implemented printing of
14467 expressions on higher levels of the calling stack.
14468 (idlwave-shell-display-level-in-calling-stack): Restore stack
14469 level.
14470 (idlwave-retrieve-expression-from-level): New function.
14471 (idlwave-shell-last-calling-stack): Variable removed.
14472 (idlwave-shell-reset): Argument action reversed (`visible' to
14473 `hidden'). Also remove stop-line overlay.
14474 (idlwave-shell-calling-stack-routine): New variable.
14475 (idlwave-shell-parse-stack-and-display): Messages now display
14476 negative level numbers.
14477 (idlwave-shell-mode): Set `modeline-format'.
14478 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
14479 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
14480 21.
14481 (idlwave-shell-print-expression-function): New option.
14482
14483 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
14484 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
14485 `tool-bar' instead of `toolbar'.
14486
144872000-02-02 Dave Love <fx@gnu.org>
14488
14489 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
14490 emacs-lisp-mode-hook. Don't check for defalias being defined.
14491
14492 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14493 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
14494 the new builtins directly.
14495
14496 * whitespace.el (whitespace): Add :version to defgroup.
14497
14498 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
14499 Doc fix.
14500
14501 * thingatpt.el (sexp-at-point, symbol-at-point)
14502 (number-at-point, list-at-point): Add autoload cookie.
14503
14504 * recentf.el (recentf): Add :version to defgroup.
14505
14506 * quickurl.el (quickurl): Add :version to defgroup.
14507
14508 * elide-head.el (elide-head): Use point-marker more.
14509
14510 * bs.el (bs): Add :version to defgroup.
14511
14512 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
14513
14514 * progmodes/delphi.el (delphi): Add :version to defgroup.
14515
145162000-02-02 Gerd Moellmann <gerd@gnu.org>
14517
14518 * ange-ftp.el (ange-ftp-write-region): Handle case that
14519 succeeding process operation sets a different coding system.
14520
14521 * calculator.el: New file.
14522
145232000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
14524
14525 * frame.el (frames-on-display-list, framep-on-display): New
14526 functions.
14527 (display-mouse-p, display-popup-menus-p, display-graphic-p)
14528 (display-selections-p, display-screens, display-pixel-width)
14529 (display-pixel-height, display-mm-width, display-mm-height)
14530 (display-backing-store, display-save-under, display-planes)
14531 (display-color-cells, display-visual-class): New functions.
14532
14533 * term/tty-colors.el (tty-color-gray-shades): New function.
14534
14535 * faces.el (display-color-p): Use framep-on-display.
14536 (display-grayscale-p): New function.
14537
145382000-01-31 Dave Love <fx@gnu.org>
14539
14540 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
14541 (create-fontset-from-x-resource): Don't concat integers.
14542
145432000-01-31 Inge Frick <inge@nada.kth.se>
14544
14545 * view.el: Some changes in documentation. Removed some trailing
14546 whitespace. Changed some parameter names to agree with
14547 documentation.
14548 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
14549 window is not deleted. Modifies change 1998-04-26.
14550
145512000-01-31 Gerd Moellmann <gerd@gnu.org>
14552
14553 * windmove.el: New file.
14554
14555 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14556 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14557 progmodes/ebnf-yac.el: Update copyright and license info.
14558
14559 * jit-lock.el (jit-lock-function): Widen before calculating end
14560 position.
14561 (jit-lock-stealth-chunk-start): Rewritten.
14562
14563 * info.el (Info-title-face-alist): Removed.
14564 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
14565 faces.
14566 (Info-fontify-node): Use these faces.
14567
145682000-01-30 Gerd Moellmann <gerd@gnu.org>
14569
14570 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
14571 (cl-macro-list1): Recognize `&allow-other-keys' instead of
14572 `&allow-other-keywords'.
14573
14574 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
14575 the list of directories scanned heuristically.
14576
14577 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
14578 exist.
14579
145802000-01-30 Jason Rumney <jasonr@gnu.org>
14581
14582 * w32-fns.el: Define w32-tty-standard-colors.
14583
14584 * startup.el (command-line): Use w32-tty-standard-colors when in
14585 w32 console mode.
14586
145872000-01-30 Dave Love <fx@gnu.org>
14588
14589 * jka-compr.el (jka-compr-load): Fix up load-history.
14590
14591 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
14592
14593 * emacs-lisp/cl-macs.el: Revert previous change.
14594
145952000-01-29 Dave Love <fx@gnu.org>
14596
14597 * facemenu.el: Purecopy various strings.
14598
14599 * timezone.el (timezone-fix-time): Window against 69 for two-digit
14600 years. Deal with three-digit years.
14601
14602 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
14603 defconst, purecopy.
14604 (help-back-label): Purecopy it.
14605
146062000-01-18 Gerd Moellmann <gerd@gnu.org>
14607
14608 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
14609 variable. If non-nil, order the buffer list according to the
14610 currently selected frame.
14611 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
14612 non-nil, pass the selected frame to function buffer-list.
14613
146142000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14615
14616 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
14617
146182000-01-28 Dave Love <fx@gnu.org>
14619
14620 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
14621
14622 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
14623 Don't use lisp-indent-hook property.
14624 (cl-abs): Remove.
14625
14626 * subr.el: Move out indent and edebug specs for when and unless.
14627
14628 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
14629 when, unless.
14630
14631 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
14632 unless, when.
14633
146342000-01-28 Gerd Moellmann <gerd@gnu.org>
14635
14636 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
14637 `collecting' as synonym for `collect'.
14638
14639 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
14640 for the case it contains spaces.
14641
14642 * simple.el (what-cursor-position): Change formatting of
14643 messages.
14644
14645 * frame.el (delete-other-frames): New function.
14646 (toplevel): Bind it to C-x 5 1.
14647
14648 * sort.el (sort-numeric-base): New option.
14649 (sort-numeric-fields): If number starts with `0' or `0[xX[',
14650 interpret it as octal or hexadecimal. Use sort-numeric-base
14651 as default base.
14652
14653 * progmodes/glasses.el: New file.
14654
146552000-01-27 Gerd Moellmann <gerd@gnu.org>
14656
14657 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
14658 userids differently.
14659
14660 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
14661 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
14662 progmodes/ebnf-yac.el: New files.
14663
146642000-01-26 Dave Love <fx@gnu.org>
14665
14666 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
14667 on a function with an empty body. [From Eric Ludlam.]
14668
146692000-01-25 Andre Spiegel <spiegel@gnu.org>
14670
14671 * vc.el (vc-version-diff): Make sure file name is expanded.
14672
146732000-01-25 Gerd Moellmann <gerd@gnu.org>
14674
14675 * scroll-bar.el (scroll-bar-timer): Variable removed.
14676 (scroll-bar-toolkit-scroll): Don't use a timer.
14677
146782000-01-25 Kenichi Handa <handa@etl.go.jp>
14679
14680 * language/thai-util.el (thai-composition-function): Delete
14681 superfluous `a'.
14682
146832000-01-24 Dave Love <fx@gnu.org>
14684
14685 * fortran.el (fortran-mode): Use beginning-of-defun-function,
14686 end-of-defun-function.
14687
14688 * font-lock.el (turn-on-font-lock): Don't depend on window-system
14689 &c.
14690
146912000-01-22 Jason Rumney <jasonr@gnu.org>
14692
14693 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
14694 conflicts with new face support.
14695
146962000-01-22 Richard M. Stallman <rms@gnu.org>
14697
14698 * replace.el (query-replace): Rename last arg to DELIMITED.
14699 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
14700 (query-replace-regexp): Likewise.
14701
147022000-01-20 Richard M. Stallman <rms@gnu.org>
14703
14704 * subr.el (with-syntax-table): Use make-symbol, not gensym.
14705
14706 * emacs-lisp/lisp.el (beginning-of-defun-function):
14707 Variable renamed from beginning-of-defun.
14708 Do not call make-variable-buffer-local.
14709 (beginning-of-defun-raw): Use new variable name; doc fix.
14710 (beginning-of-defun): Doc fix.
14711 (end-of-defun-function): Variable renamed from end-of-defun.
14712 Do not call make-variable-buffer-local.
14713 (end-of-defun): Use new variable name; doc fix.
14714
14715 * subr.el (dolist, dotimes): Copied from cl-macs.el
14716 and made to work.
14717
14718 * mail/undigest.el (rmail-digest-end-regexps):
14719 Variable replaces rmail-digest-end-regexp.
14720 Allows multiple regexps for detecting the end line.
14721 (undigestify-rmail-message): Corresponding changes.
14722
147232000-01-19 Dave Love <fx@gnu.org>
14724
14725 * files.el (user-init-file): Don't declare here -- is primitive.
14726
14727 * startup.el (command-line): Check for compiled user-init-file and
14728 set to uncompiled version if necessary.
14729
147302000-01-18 Gerd Moellmann <gerd@gnu.org>
14731
14732 * mail/undigest.el (rmail-digest-end-regexp): New user option.
14733 (undigestify-rmail-message): Use it.
14734
14735 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
14736
147372000-01-17 Gerd Moellmann <gerd@gnu.org>
14738
14739 * tmm.el (tmm-goto-completions): Adapt to prompt being part
14740 of mini-buffer.
14741
147422000-01-14 Gerd Moellmann <gerd@gnu.org>
14743
14744 * emacs-lisp/copyright.el (copyright-update): Removed the
14745 requirement for a trailing space from `copyright-regexp', to
14746 support copyrights with owner specified on a separate line..
14747
14748 * align.el: New file.
14749
14750 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
14751
14752 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
14753
147542000-01-13 Dave Love <fx@gnu.org>
14755
14756 * ph.el: Removed. (Obsoleted by EUDC.)
14757
147582000-01-13 Gerd Moellmann <gerd@gnu.org>
14759
14760 * net/eudc.el (toplevel): Remove autoloaded code installing
14761 menu with easymenu, because that causes build problems.
14762
14763 * frame.el (frame-notice-user-settings): New variable.
14764 (frame-notice-user-settings): Don't modify frame parameters
14765 if called a second time.
14766
147672000-01-13 Richard M. Stallman <rms@gnu.org>
14768
14769 * frame.el (frame-notice-user-settings):
14770 Notice default-frame-parameters even for non-window frames.
14771
147722000-01-13 Gerd Moellmann <gerd@gnu.org>
14773
14774 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
14775 for Emacs.
14776 (eudc-bob-can-display-inline-images): Extend for Emacs.
14777 (eudc-bob-toggle-inline-display): Ditto.
14778 (eudc-bob-display-jpeg): Ditto.
14779
147802000-01-12 Gerd Moellmann <gerd@gnu.org>
14781
14782 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
14783 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
14784 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
14785
14786 * add-log.el (add-change-log-entry): Fix error trying an `(insert
14787 nil)'.
14788
14789 * subdirs.el: Add `net' directory.
14790
14791 * net: New directory.
14792
14793 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
14794 eval-last-sexp. Don't bind debug-on-error here.
14795 (eval-last-sexp): New function. Bind debug-on-error if
14796 eval-expression-debug-on-error is non-nil.
14797 (eval-defun-2, eval-defun): Likewise.
14798
14799 * simple.el (eval-expression): Don't bind debug-on-error if
14800 eval-expression-debug-on-error is nil. Detect changed
14801 debug-on-error, and propagate new value to global binding, if
14802 eval-expression-debug-on-error is non-nil,
14803 (eval-expression-debug-on-error): Change doc string.
14804
148052000-01-11 Richard M. Stallman <rms@gnu.org>
14806
14807 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
14808
14809 * emacs-lisp/lisp-mode.el (with-syntax-table):
14810 Set up lisp-indent-function property.
14811
14812 * subr.el (with-syntax-table): Moved from simple.el.
14813
14814 * simple.el (with-syntax-table): Moved to subr.el.
14815
148162000-01-11 Gerd Moellmann <gerd@gnu.org>
14817
14818 * tmm.el (tmm-shortcut): Delete region after prompt instead
14819 of erasing buffer.
14820
14821 * textmodes/fill.el (fill-common-string-prefix): New function.
14822 (fill-context-prefix): Use the longest common prefix of first
14823 and second line fill prefix, if there is one.
14824
148252000-01-11 Richard M. Stallman <rms@gnu.org>
14826
14827 * array.el (array-mode): Don't use make-variable-buffer-local.
14828 Use make-local-variable for `truncate-lines'.
14829
148302000-01-11 Jari Aalto <jari.aalto@poboxes.com>
14831
14832 * add-log.el (add-log-current-defun): Handle user-defined
14833 add-log-current-function returning nil,
14834
14835 * add-log.el (add-change-log-entry): Insert version number
14836 if having found a current function
14837
14838 * add-log.el (add-log-current-defun): Call
14839 `add-log-current-defun-function'. Try matches at level 0 and
14840 level 1. Strip whitespace from defun found.
14841
148422000-01-10 John Wiegley <johnw@gnu.org>
14843
14844 * allout.el (isearch-done/outline-provisions): Added `edit'
14845 argument to correspond with the current definition of
14846 `isearch-done'.
14847
148482000-01-10 Dave Love <fx@gnu.org>
14849
14850 * elide-head.el (elide-head): Use point-marker, not point.
14851
148522000-01-10 Gerd Moellmann <gerd@gnu.org>
14853
14854 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
14855 before and after the year 2000.
14856
14857 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
14858 Add ispell- prefix.
14859
148602000-01-10 Ken Stevens <k.stevens@ieee.org>
14861
14862 * ispell.el: Only define dictionaries in menus when they exist.
14863 (version18p): New variable.
14864 (version20p): New variable.
14865 (xemacsp): New variable.
14866 (ispell-choices-win-default-height): Fix for XEmacs visibility.
14867 (ispell-dictionary-alist1): Added Brasileiro dictionary.
14868 (ispell-dictionary-alist6): Russian command lines no longer accept
14869 run-together words.
14870 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
14871 (ispell-dictionary-alist): Add koi8-r to customize definition.
14872 (check-ispell-version): Added documentation string. Returns
14873 library path when called non-interactively.
14874 (ispell-menu-map-needed): Uses new variables.
14875 (ispell-library-path): New variable.
14876 (ispell-decode-string): XEmacs fix for bogus variable bindings.
14877 (ispell-word): Improved documentation string. Test for valid
14878 character mappings. Correctly check typed in word changes that can
14879 result in single words split into multiple words. Returns
14880 replacement word.
14881 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
14882 replace in recursive query replace mode. Help message for
14883 recursive edit mode.
14884 (ispell-show-choices): Protect against bad framepop bindings.
14885 (ispell-help): Fix to work with XEmacs.
14886 (ispell-highlight-spelling-error): Use new variables.
14887 (ispell-overlay-window): Fix to work with XEmacs.
14888 (ispell-parse-output): Passed and returns location information
14889 tracking spelling corrections. Doesn't recheck same word on
14890 current line.
14891 (ispell-init-process): Protect against bogus XEmacs variable binding.
14892 Fix call to single argument in sleep-for. Use new variables.
14893 (ispell-region): Passed and returns location information tracking
14894 spelling corrections. Doesn't check same word on current line.
14895 Improved documentation string. Doesn't resend a line already
14896 checked to the ispell process - fixes bug in LaTeX parsing.
14897 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
14898 (ispell-skip-region): No longer skips <TT> in SGML.
14899 (ispell-process-line): Tracks location information with spelling
14900 corrections. Added documentation string. Accounts for words
14901 already accepted on this line. Don't allow query-replace on line
14902 starting with math characters. Doesn't resend a line already sent
14903 to ispell process. Fixes alignment error bug.
14904
149052000-01-10 Richard M. Stallman <rms@gnu.org>
14906
14907 * dired-x.el (dired-guess-shell-alist-default):
14908 Suggest xloadimage, which is free, not xv, which isn't.
14909
14910 * ange-ftp.el (ange-ftp-file-name-nondirectory):
14911 Don't ever include the host name or user name in the value.
14912
149132000-01-09 Gerd Moellmann <gerd@gnu.org>
14914
14915 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
14916 of a real newline.
14917
149182000-01-09 Stephen Eglen <stephen@gnu.org>
14919
14920 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
14921 for .png files.
14922
149232000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
14924
14925 * cus-edit.el (custom-hook-convert-widget): Fix comment.
14926
149272000-01-09 Gerd Moellmann <gerd@gnu.org>
14928
14929 * progmodes/cperl-mode.el: Replace ^F with ^L.
14930
14931 * sendmail.el (toplevel): Provide `sendmail' when compiling
14932 before `require'ing rmail and mailalias to prevent infinite
14933 recursion.
14934
149352000-01-08 Dave Love <fx@gnu.org>
14936
14937 * emacs-lisp/backquote.el: Remove inappropriate customization
14938 (allowing custom.el to use backquote).
14939
149402000-01-07 Dave Love <fx@gnu.org>
14941
14942 * add-log.el (add-log-debugging): Deleted.
14943 (add-change-log-entry): Treat a backup FILE-NAME as its parent
14944 file. Remove debugging code.
14945 (change-log-get-method-definition, change-log-name): Add doc.
14946 (change-log-sortable-date-at): New function.
14947 (change-log-merge): New command.
14948
14949 * time.el (display-time-string-forms): Make the Mail string active.
14950 (display-time-update): Provide help-echo for load average.
14951
14952 * bindings.el (make-mode-line-mouse2-map): New function.
14953 (mode-line-modified): Use it and simplify.
14954 (mode-line-mule-info): Provide help-echo info.
14955 (minor-mode-alist): Activate the strings.
14956 (make-mode-line-mouse-sensitive): Simplify for
14957 mode-line-buffer-identification.
14958
149592000-01-07 Gerd Moellmann <gerd@gnu.org>
14960
14961 * play/pong.el: New file.
14962
149632000-01-06 Dave Love <fx@gnu.org>
14964
14965 * array.el: Assorted cleanups for compiler warnings, doc strings,
14966 `array-' prefix for symbols.
14967
149682000-01-05 Dave Love <fx@gnu.org>
14969
14970 * textmodes/outline.el (outline-mode-menu-bar-map): Add
14971 outline-headers-as-kill.
14972 (outline-mode): Define imenu-generic-expression.
14973 (outline-headers-as-kill): New command.
14974
14975 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
14976 from paragraph-start.
14977 (paragraph-indent-minor-mode): New command.
14978
14979 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
14980 M-C-e, M-C-h, C-j, C-xnd, TAB.
14981 (fortran-mode): Set beginning-of-defun, end-of-defun.
14982 (fortran-column-ruler): Simplify.
14983 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
14984 (fortran-with-subprogram-narrowing): Likewise.
14985 (fortran-indent-subprogram): Call mark-defun.
14986 (fortran-check-for-matching-do): Change narrowing.
14987
14988 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
14989 (cl-lucid-hash-tag): Delete.
14990 (cl-hash-table-p): Correct test for native table.
14991 (cl-hash-table-count): Use hash-table-count.
14992
14993 * browse-url.el (browse-url): Fix case of
14994 browse-url-browser-function being an alist.
14995
149962000-01-05 Carsten Dominik <cd@gnu.org>
14997
14998 * textmodes/reftex-vars.el (reftex-parse-file-extension)
14999 (reftex-index-phrase-file-extension): New options.
15000
15001 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15002 Use new option `reftex-index-phrase-file-extension'.
15003
15004 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15005 `reftex-parse-file-extension'.
15006
150072000-01-05 Dave Love <fx@gnu.org>
15008
15009 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15010 (beginning-of-defun-raw): Use it.
15011 (end-of-defun): New variable.
15012 (end-of-defun): Use it.
15013 (check-parens): New command.
15014
150152000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15016
15017 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15018 (hs-show-block): Don't use `mapcar' when not accumulating.
15019
15020 Fix buglet in local variables initialization.
15021
150222000-01-05 Andreas Schwab <schwab@suse.de>
15023
15024 * hscroll.el (hscroll): Doc fix.
15025
150262000-01-05 Carsten Dominik <cd@gnu.org>
15027
15028 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15029 idlw-toolbar.
15030
15031 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15032 file idlw-rinfo.el.
15033 (idlwave-customize): load must read file idlw-shell.el.
15034 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15035
150362000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15037
15038 * progmodes/idlw-shell.el: Also provide idlwave-shell
15039 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15040 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15041
15042 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15043 both reftex-dcr and reftex-vcr.
15044
15045 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15046
150472000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15048
15049 * ps-print.el: PostScript code now is in separate files, doc fix.
15050 (ps-print-version): New version number (5.0.3).
15051 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15052 local.
15053 (ps-spool-config): Initialization fix.
15054 (ps-print-prologue-1, ps-print-prologue-2)
15055 (ps-print-duplex-feature): PostScript code moved to separated file.
15056 (ps-background-image): Little code reformating.
15057 (ps-begin-file, ps-begin-job): Fix code.
15058 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15059 (ps-prologue-file): New fun.
15060
150612000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15062
15063 * ps-vars.el: Eliminated.
15064
15065 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15066 `;;;###autoload'.
15067
15068 * ps-print.el: ps-vars eliminated, doc fix.
15069 (ps-print-version): New version number (5.0.2).
15070 (ps-spool-config): Initialization fix.
15071 (ps-print-customize): New fun.
15072
150732000-01-04 Gerd Moellmann <gerd@gnu.org>
15074
15075 * autorevert.el (auto-revert-mode): Return value of
15076 auto-revert-mode.
15077
150782000-01-04 Dave Love <fx@gnu.org>
15079
15080 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15081 menu items.
15082
150832000-01-03 Dave Love <fx@gnu.org>
15084
15085 * elide-head.el (elide-head) [defgroup]: Add :version.
15086
15087 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15088 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15089 `cl-hash-table-p', not `hash-table-p'.
15090 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15091
150922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15093
15094 * faces.el (face-read-integer, read-face-attribute)
15095 (color-defined-p, color-values): unspecified-{f,b}g are now
15096 strings.
15097
150982000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15099
15100 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15101 at comment end, and re-insert them after filling.
15102
151032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15104
15105 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15106 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15107 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15108
151092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15110
15111 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15112 the new name of face-color-supported-p.
15113
15114 * term/w32-win.el (xw-defined-colors): Likewise.
15115
151162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15117
15118 * simple.el (completion-setup-function): Count completion-size
15119 from minibuffer-prompt-end, not from point-min.
15120
151212000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15122
15123 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15124 Pass the frame to tty-color-* functions.
15125 (display-color-p, frame-set-background-mode): Pass the frame to
15126 tty-display-color-p.
15127
15128 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15129 tty-color-alist.
15130 (tty-color-alist, tty-modify-color-alist): New functions.
15131 (tty-color-define, tty-color-clear, tty-color-approximate)
15132 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15133 an optional parameter FRAME.
15134
151352000-01-01 Gerd Moellmann <gerd@gnu.org>
15136
15137 * image.el (create-image, defimage): Don't assume image data is a
15138 string.
15139
15140 * image.el (defimage): Handle specifications containing :data
15141 instead of :file.
15142 (image-type-from-data): New function.
15143 (image-type-from-file-header): Use it.
15144 (create-image): Add parameter DATA-P.
15145
15146See ChangeLog.8 for earlier changes.
15147
15148;; Local Variables:
15149;; coding: iso-2022-7bit
15150;; End: