(x-handle-xrm-switch): Accept more than one -xrm
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
abaddb98
EZ
12001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2
106e96bd
EZ
3 * international/codepage.el (cp770-decode-table)
4 (cp773-decode-table, cp774-decode-table): New variables.
5
abaddb98
EZ
6 * man.el (Man-hyphenated-reference-regexp): New variable.
7 (Man-build-references-alist): Use it to search for referenced
8 manpages. If hyphenated is non-nil, record a concatenated word in
9 Man-refpages-alist only if it matches Man-reference-regexp.
10 Update word's length when it is concatenated. Reverse the list,
11 to get the first manpage at the head.
12 (Man-possibly-hyphenated-word): New function.
13 (Man-follow-manual-reference): Use it instead of current-word to
14 find a manpage at point, in a way that accounts for hyphenated
15 references.
16
eb3f61dd
GM
172001-03-06 Alex Schroeder <alex@gnu.org>
18
19 * sql.el (sql-interbase): New function.
20 (sql-interbase-program): New option.
21 (sql-interbase-options): New option.
22 And some typos fixed: "customise" to "customize".
23
fa84f42a
DL
242001-03-06 Dave Love <fx@gnu.org>
25
26 * textmodes/flyspell.el (flyspell-region): Set up
27 flyspell-local-mouse-map.
28
fda3411d
RS
292001-03-05 Richard M. Stallman <rms@gnu.org>
30
31 * mail/rmail.el (rmail-retry-failure):
32 Don't call rmail-beginning-of-message.
33 Don't discard From: field. Do discard Received: field.
34 Use unwind-protect to re-prune.
35 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
36
e972ab1f
KH
372001-03-06 Kenichi Handa <handa@etl.go.jp>
38
39 * international/quail.el (quail-title): Add autoload cookie.
40
335db3c1
DL
412001-03-05 Dave Love <fx@gnu.org>
42
43 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
44 new defs.
45
278dd6ac
KH
462001-03-05 Kenichi Handa <handa@etl.go.jp>
47
36d5e61d
KH
48 * language/ethio-util.el (ethio-toggle-space): Update
49 current-input-method-title if necessary.
50 (ethio-toggle-punctuation): Likewise.
51
341cd4f0
KH
52 * international/quail.el (quail-title): Fix for the case that a
53 title of an input method is specified by a list of the same form
54 as used in mode-line-format.
55
278dd6ac
KH
56 * international/mule-cmds.el (activate-input-method): If
57 current-input-method-title is set by activating INPUT-METHOD,
58 respect that value.
59
10ebaeb6
GM
602001-03-05 Gerd Moellmann <gerd@gnu.org>
61
62 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
63
7a65c85c
GM
642001-03-05 Alex Schroeder <alex@gnu.org>
65
66 * sql.el (sql-sybase): Fix typo (was: query user about server two
67 times instead of server and database).
68
69 * sql.el (sql-sybase): Doc change.
70 (sql-mysql): Doc change.
71 (sql-postgres): Doc change.
72
b86644f2
KH
732001-03-05 Kenichi Handa <handa@etl.go.jp>
74
75 * international/mule-conf.el (emacs-mule, raw-text): Docstring
76 modified.
77
e30bd7b7
EZ
782001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
79
80 * term/internal.el: Update copyright notice.
81
82 * term/pc-win.el: Update copyright notice.
83
7e365285
DL
842001-03-02 Dave Love <fx@gnu.org>
85
86 * files.el (insert-file-contents-literally): Bind
87 inhibit-file-name-handlers and inhibit-file-name-operation, not
88 jka-compr-compression-info-list.
89
75ed43a6
SM
902001-03-02 Stefan Monnier <monnier@cs.yale.edu>
91
92 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
93 spaces in default comment-start-skip settings rather than \s-.
94
53c4b1e6
EZ
952001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
96
97 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
98 default-frame-alist as well.
99
028d739a
DL
1002001-03-01 Dave Love <fx@gnu.org>
101
102 * textmodes/reftex.el (defvar): Wrap some defvars in
103 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
104
105 * subr.el (event-basic-type): Doc fix.
106
107 * international/quail.el: Doc fixes.
108
109 * international/utf-8.el: Doc fixes.
110
111 * international/mule-cmds.el: Doc fixes.
112 (leim-list-header): Fix header text.
113
114 * international/mule.el (coding-system-category): Doc fix.
115
116 * international/ccl.el (ccl-compile): Doc fix.
117
15d1caef
SM
1182001-03-01 Stefan Monnier <monnier@cs.yale.edu>
119
120 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
121 rather than (before|after)-change-functions.
122
f84ff02c
GM
1232001-03-01 Gerd Moellmann <gerd@gnu.org>
124
125 * ediff-util.el (ediff-scroll-horizontally): Arrange for
126 scroll-left and scroll-right being called interactively so that
127 they set the window's min_hscroll.
128
e0c1e774
EZ
1292001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
130
131 * info.el (info-insert-file-contents-1): Accept an additional
132 argument `lfn': if it is non-nil, concatenate `filename' and
133 `suffix'; otherwise use the complicated MS-DOS code. All callers
134 changed.
135 (info-insert-file-contents, Info-find-node): If the MS-DOS port
136 can access long file names, try the long file-name version of
137 `info-insert-file-contents-1', then the short file-name version.
138
b8b2ea31 1392001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 140
af122766
KH
141 * language/ethio-util.el (setup-ethiopic-environment-internal):
142 Change bindings of functions keys to conform to "Emacs Lisp Coding
143 Convention".
144
145 * language/ethiopic.el ("Ethiopic"): Add documentation.
146
b8b2ea31
KH
1472001-02-28 Kenichi Handa <handa@etl.go.jp>
148
1d64e2ad
KH
149 * international/utf-8.el (mule-utf-8): Set coding-category
150 property to coding-category-utf-8.
151
91cb6e51
RS
1522001-02-27 Richard M. Stallman <rms@gnu.org>
153
154 * lpr.el (lpr-page-header-switches, print-region-1):
155 Undo 2000-07-06 change.
7298f3f7
RS
156 (lpr-add-switches): Default to t on gnu/linux.
157
c0cb1027
GM
1582001-02-27 Gerd Moellmann <gerd@gnu.org>
159
160 * bs.el (bs-attributes-list): Doc fix.
161
01459648
GM
1622001-02-26 Gerd Moellmann <gerd@gnu.org>
163
baebd8a5
GM
164 * help.el (describe-project): Display the file THE-GNU-PROJECT.
165
01459648
GM
166 * help.el (view-order-manuals): Use goto-address.
167
168 * startup.el (command-line-1): Add info about ordering manuals
169 to the not so fancy splash screens.
170
f93e614e
AS
1712001-02-26 Andre Spiegel <spiegel@gnu.org>
172
01459648
GM
173 * vc.el (vc-default-workfile-unchanged-p)
174 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 175
12435002
GM
1762001-02-26 Gerd Moellmann <gerd@gnu.org>
177
c596c392
GM
178 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
179 fontify in the right buffer.
180
12435002
GM
181 * allout.el (outline-flag-region): Move macro in front of first
182 use to avoid a run-time error.
183
425de386
AI
1842001-02-24 Andrew Innes <andrewi@gnu.org>
185
186 * makefile.w32-in: Fix copyright notice.
187
66c56ed1
KH
1882001-02-24 Kenichi Handa <handa@etl.go.jp>
189
4c1593ce
KH
190 * international/utf-8.el (mule-utf-8): Set correct value for
191 valid-codes property.
192
66c56ed1
KH
193 * international/fontset.el (x-complement-fontset-spec): In the
194 case that we use ASCII font for the other charsets, use only
15d1caef 195 family and registry part of it.
66c56ed1 196
119171dd
EZ
1972001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
200 (shrink-window-if-larger-than-buffer): Doc fix.
201
932c309e
SM
2022001-02-23 Stefan Monnier <monnier@cs.yale.edu>
203
204 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
205 predicate passed to completing-read.
206
9b760e36
EZ
2072001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
208
209 * startup.el (command-line): Fix last change.
210
5c39a60f
JR
2112001-02-23 Jason Rumney <jasonr@gnu.org>
212
213 * startup.el (tool-bar-originally-present): New variable.
214 (command-line): Set it if the tool-bar is switched on at startup.
215
216 * frame.el (frame-notice-user-settings): Only adjust frame height
217 for no tool-bar case if tool-bar was originally switched on.
796ead7e 218 From E. Jay Berkenbilt.
5c39a60f 219
cb91b2c7
SM
2202001-02-22 Stefan Monnier <monnier@cs.yale.edu>
221
39b557e8
SM
222 * server.el (server-switch-buffer): Only switch window if the
223 current one is dedicated.
224
cb91b2c7
SM
225 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
226 rather than using (match-beginning 0) when searching for break point.
227
9238a8df
EZ
2282001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
229
230 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
231 @ follows an accent command such as @'. Support optional braces
232 in commands that insert accents, like makeinfo does.
233
3473f362
GM
2342001-02-22 Gerd Moellmann <gerd@gnu.org>
235
236 * startup.el (fancy-splash-text): Add a line for ordering
237 manuals. Reverse order of splash screens shown.
238 (use-fancy-splash-screens-p): Adapt to the text line added.
239
240 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
241 manuals from the FSF.
242
243 * help.el (view-order-manuals): New function.
244 (toplevel): Bind C-h C-m to this function.
245
76a4de07
SM
2462001-02-21 Stefan Monnier <monnier@cs.yale.edu>
247
248 * newcomment.el (comment-forward): Skip the comment-start before
249 searching for the comment-end.
250
75b71d85
DL
2512001-02-21 Dave Love <fx@gnu.org>
252
2f4c9a87
DL
253 * custom.el (custom-initialize-changed, defcustom): Doc fix.
254
75b71d85
DL
255 * international/mule-cmds.el, international/mule.el: Doc fixes.
256
257 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
258 (fortune) <defgroup>: Add :link.
259 (fortune-from-region): Use eq, not eql.
260
ffc9ff0c
GM
2612001-02-21 Gerd Moellmann <gerd@gnu.org>
262
263 * startup.el (fancy-splash-screens): Use display-hourglass
264 instead of display-busy-cursor.
265
266 * frame.el (display-hourglass): Renamed from busy-cursor.
267 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
268 (show-cursor-in-non-selected-windows): Doc fix.
269
f34eb373
DL
2702001-02-20 Dave Love <fx@gnu.org>
271
272 * international/utf-8.el: Doc and commentary fixes.
273
f55e4a7e
EZ
2742001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
275
276 * ehelp.el (with-electric-help): Doc fix.
277
fa97adf6
GM
2782001-02-20 Gerd Moellmann <gerd@gnu.org>
279
280 * msb.el (msb-mode): Call the update-buffers function explicitly
281 with a FORCE argument.
282
283 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
284 FORCE. If set, update the menu even if frame-or-buffer-changed-p
285 returns nil.
286
54ed3bd2
GM
2872001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
288
289 * ps-print.el: Timestamp package replacement. Some enhancements.
290 Some XEmacs compatibility. Doc fix.
291 (ps-print-version): New version number (6.4).
292 (ps-printer-name): Initialization fix.
293 (ps-zebra-stripe-follow): Funcionality enhancement.
294 (ps-prologue-file): Code enhancement.
295 (ps-right-header): Timestamp package replacement.
296 (ps-setup, ps-face-bold-p, ps-face-italic-p,
297 ps-get-page-dimensions)
298 (ps-generate-header, ps-begin-file, ps-begin-job)
299 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
300 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
301 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
302 (coding-system-for-write): Var declaration (XEmacs compatibility).
303
e8ebf97d
MB
3042001-02-20 Miles Bader <miles@gnu.org>
305
306 * image-file.el (image-file-name-extensions): Add "tif".
307
136b27c5
GM
3082001-02-19 Gerd Moellmann <gerd@gnu.org>
309
310 * wid-edit.el (widget-button-click): Save the selected window
311 around the code handling clicks on buttons.
312
6ebbcf59
DL
3132001-02-18 Dave Love <fx@gnu.org>
314
315 * imenu.el (imenu--generic-function): Use mapc to iterate over
316 syntax characters.
317
595ded73
RS
3182001-02-17 Richard M. Stallman <rms@gnu.org>
319
b9fe3dc8
RS
320 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
321
595ded73
RS
322 * uniquify.el (uniquify-buffer-name-style): Doc fix.
323
f3f053f3
GM
3242001-02-16 Gerd Moellmann <gerd@gnu.org>
325
326 * mouse.el (mouse-save-then-kill): If the distance from the new
327 point to the mark is equal to the distance of point from the new
328 point, move point instead of the mark.
329
11570a8f
DL
3302001-02-16 Dave Love <fx@gnu.org>
331
332 * textmodes/flyspell.el (flyspell-get-word): Return string without
333 properties.
334
fb339cd5
EZ
3352001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
336
337 * generic.el (generic-find-file-regexp): Doc fix.
338 (generic-ignore-files-regexp): New defcustom.
339 (generic-mode-find-file-hook): If the file's name matches the
340 regexp in `generic-ignore-files-regexp', don't enter
341 default-generic-mode. Doc fix.
342
c56b1c1b
GM
3432001-02-16 Gerd Moellmann <gerd@gnu.org>
344
c220b753
GM
345 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
346 Add autoload cookies.
347
c56b1c1b
GM
348 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
349 of cal-tex-24.
350
0d140e65
EZ
3512001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
352
81558867
EZ
353 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
354
0d140e65
EZ
355 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
356 the character class after the (optional) drive, to support file
357 names with embedded blanks.
358
713f7b15
SS
3592001-02-15 Sam Steingold <sds@gnu.org>
360
361 * textmodes/tex-mode.el (tex-shell-running):
362 Check the process buffer too.
363
9a2a6f73
DL
3642001-02-15 Dave Love <fx@gnu.org>
365
366 * battery.el (battery-status-function): Fix doc, :type.
367
15d1caef 368 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 369
fe10cef0
GM
3702001-02-15 Gerd Moellmann <gerd@gnu.org>
371
372 * subr.el (read-passwd): Clear Lisp memory holding password.
373
126f5d4d
MB
3742001-02-15 Miles Bader <miles@gnu.org>
375
376 * info.el (Info-copy-current-node-name): New function.
377 (Info-mode-menu): Add it to the menu.
378
92e98d63
RS
3792001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
380
381 * international/mule-cmds.el (toggle-input-method): Doc fix.
382
dd4e0e55
SM
3832001-02-13 Stefan Monnier <monnier@cs.yale.edu>
384
385 * replace.el (occur): Stop at end of buffer.
386
402dbbd1
EZ
3872001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
388
389 * international/mule-cmds.el (set-input-method): Another doc fix.
390
e9fcba3d
GM
3912001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
392
393 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
394
78ad1cd5
MB
3952001-02-13 Miles Bader <miles@gnu.org>
396
713f7b15 397 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
398 (set-face-stipple): Treat a value of nil as being `unspecified'.
399
fce9d9dc
DL
4002001-02-12 Dave Love <d.love@dl.ac.uk>
401
402 * international/latin1-disp.el: Doc fixes.
403 (latin1-display) <defgroup>: Add :link.
404 (latin1-display) <function>: Set variable latin1-display.
405
bc406911
EZ
4062001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
407
408 * international/mule-cmds.el (set-input-method): Doc fix.
409
68514d48
EL
4102001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
411
412 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
413 (speedbar-line-file): Return nil if not a file.
414 (speedbar-buffers-line-path): Return file for tags, and dir for files.
415
513bea45 4162001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 417
513bea45
MK
418 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
419 for remote files.
bc406911 420 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 421 with raw-text.
713f7b15 422
513bea45 423 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 424
513bea45
MK
425 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
426 handling of the diff mode
713f7b15 427
513bea45 428 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 429
bc406911 430 * viper.texi: Fix typos.
713f7b15 431
521d4010
DL
4322001-02-11 Dave Love <fx@gnu.org>
433
36fd8e17
DL
434 * shadowfile.el: Doc fixes.
435 (shadow) <defgroup>: Add :link.
436 (shadowfile-unload-hook): New function.
437 (shadow-initialize): Use defalias, not fset.
438 (shadow-define-cluster, shadow-define-literal-group)
439 (shadow-define-regexp-group, shadow-initialize): Add autoload
440 cookie.
441
521d4010
DL
442 * international/mule.el: Doc and message fixes.
443
36fd8e17
DL
444 * international/ccl.el (define-ccl-program): Doc fix.
445
92395bbe
KH
4462001-02-11 Kenichi Handa <handa@etl.go.jp>
447
448 * faces.el (mode-line): Set :line-width property to -1.
449
103db06c
RS
4502001-02-10 Richard M. Stallman <rms@gnu.org>
451
08b78974
RS
452 * complete.el (partial-completion-mode): Doc fix.
453
103db06c
RS
454 * simple.el (delete-key-deletes-forward-mode):
455 Change `let' to `let*' to fix gross bug in last change.
456
457 * repeat.el (repeat): Don't let execute-kbd-macro alter
458 real-last-command.
459
a6a1ee53
EZ
4602001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
461
462 * simple.el (eval-expression): Doc fix.
463
d2f288c6
DL
4642001-02-09 Dave Love <fx@gnu.org>
465
038f4ae3
DL
466 * imenu.el (imenu-generic-expression): Doc fix.
467
468 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
469 Juanma Barranquero.
470
15d1caef 471 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 472
9804b846
KH
4732001-02-09 Kenichi Handa <handa@etl.go.jp>
474
475 * faces.el (set-face-attribute): Describe the case of a negative
476 value specified for :line-width.
477
532f5197
SM
4782001-02-08 Stefan Monnier <monnier@cs.yale.edu>
479
480 * which-func.el (which-func-mode): Invert which-func-mode-global.
481 Fix from Juanma Barranquero <lektu@uol.com.br>.
482
1d279666
DL
4832001-02-08 Dave Love <fx@gnu.org>
484
4681ca3a
DL
485 * wid-edit.el (widget-plist-convert-widget): Replace binding of
486 widget-plist-value-type.
487 (widget-alist-convert-widget): Replace binding of
488 widget-alist-value-type.
489
1d279666
DL
490 * textmodes/paragraphs.el (sentence-end): Doc fix.
491
492 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
493 `backward-line'.
494
532f5197
SM
495 * play/pong.el (pong-blank-color, pong-bat-color)
496 (pong-ball-color, pong-border-color, pong-left-key)
497 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
498 (pong-pause-key, pong-resume-key, pong-timer-delay):
499 * mail/mh-comp.el (mh-compose-letter-function):
500 * eshell/esh-mode.el (eshell-skip-prompt-function):
501 * emulation/viper-ex.el (ex-unix-type-shell-options):
502 * recentf.el (recentf-menu-filter):
503 * ps-print.el (ps-print-region-function):
504 * lpr.el (print-region-function):
505 * forms.el (forms-mode-hooks):
506 * dirtrack.el (dirtrack-directory-change-hook):
507 * cus-start.el (temp-buffer-show-function, display-buffer-function):
508 * textmodes/spell.el (spell-filter):
509 * textmodes/fill.el (adaptive-fill-function):
510 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
511 * progmodes/etags.el (find-tag-default-function):
512 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
513 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
514
6f676109
EZ
5152001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
516
751d3bc4
EZ
517 * emulation/viper-init.el (viper-fast-keyseq-timeout)
518 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
519 Meyering <jim@meyering.net>.
520
6f676109
EZ
521 * loadup.el: Revert last change.
522
d3c26cdf
KH
5232001-02-07 Kenichi Handa <handa@etl.go.jp>
524
525 * international/mule.el (transform-make-coding-system-args): Make
526 it work also for coding systems not using CCL.
527
44806980
EZ
5282001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
529
9889af08
EZ
530 * simple.el (previous-matching-history-element)
531 (next-matching-history-element): Doc fix.
532
44806980
EZ
533 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
534 specific part.
535
1e36ff68
DL
5362001-02-06 Dave Love <fx@gnu.org>
537
713f7b15 538 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
539 (add-log-buffer-file-name-function, add-log-file-name-function):
540 Fix :type.
541 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
542
c7ca58df
EZ
5432001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
544
fecd556a
EZ
545 * info.el (info-initialize): Remove the test for system-type when
546 invocation-directory is non-nil.
547
c7ca58df
EZ
548 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
549 of `font-lock-defaults' to `backward-paragraph' rather than nil.
550
587b5737
AI
5512001-02-06 Andrew Innes <andrewi@gnu.org>
552
553 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
554 absolute.
555
baf7eee4
GM
5562001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
557
558 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
559 buffers. When hi-lock turned on rather than only checking current
560 buffer for regexps, all buffers are checked. Moved activation of
561 font-lock to hi-lock-refontify. When font-lock turned off rather
562 than removing added highlighting just in current buffer, remove it
563 in all buffers. Changed edit menu text from "Automatic
564 Highlighting" to "Regexp Highlighting" Documentation for
565 highlighting phrases, minor documentation changes.
566 (hi-lock-set-file-patterns): Execute only if there are new or
567 existing file patterns.
568 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
569 unfontify and, if a support mode is active, will not refontify the
570 whole buffer. If necessary, turn on font lock. (Removed
571 font-lock-unfontify and font-lock support-mode-specific calls,
572 such as lazy-lock-fontify-window.)
573 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
574 patterns are found. Not useful now since find-file-hook is removed
575 if hi-lock is off, but may be needed for per-buffer hi-lock
576 activation.
577 (hi-lock-face-phrase-buffer): New function. Also added related
578 menu item and keybinding.
579 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
580 (hi-lock-process-phrase): New function.
581 (hi-lock-line-face-buffer): Doc fixes.
582 (hi-lock-face-buffer): Doc fixes.
583 (hi-lock-unface-buffer): Doc fixes.
713f7b15 584
36710aa6
GM
5852001-02-06 Gerd Moellmann <gerd@gnu.org>
586
587 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
588 dabbrev-ignored-regexps.
589
d3f22784
EZ
5902001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * simple.el (kill-line): Doc fix.
593
5cb3c8d4
DL
5942001-02-05 Dave Love <fx@gnu.org>
595
596 * loadup.el: Revert last two changes -- bootstrapping works with
597 regenerated loaddefs.
598
e6297e7d
EZ
5992001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
600
1e14b095
EZ
601 * isearch.el (isearch-forward): Doc fix.
602
e6297e7d
EZ
603 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
604 of font-lock-defaults to backward-paragraph.
605
e16f52ce
GM
6062001-02-05 Gerd Moellmann <gerd@gnu.org>
607
608 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
609 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
610
01d19dd7
GM
6112001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
612
613 * ebnf2ps.el: Eliminate time-stamp functions.
614 (ebnf-version): New version (3.5).
615 (ebnf-eps-finish-and-write): Replace time-stamp functions by
616 format-time-string.
617
24886813
GM
6182001-02-05 Gerd Moellmann <gerd@gnu.org>
619
620 * simple.el (next-line): Goto end-of-line before inserting a newline.
621
65e70fc4
MB
6222001-02-05 Miles Bader <miles@gnu.org>
623
624 * image-file.el (insert-image-file): When visiting an image, also
625 set `truncate-lines' to t so that any fringe arrow looks correct.
626
482f06c9
KH
6272001-02-05 Kenichi Handa <handa@etl.go.jp>
628
629 * isearch.el (isearch-forward): Add description about input method
630 in the docsting.
631
02399da7
SM
6322001-02-04 Stefan Monnier <monnier@cs.yale.edu>
633
634 * skeleton.el (skeleton-internal-1): Always push the mark for @.
635
2c366083
EZ
6362001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
637
638 * info.el (info-initialize): If installation-directory is nil, for
639 DOS/Windows systems try looking in a sibling of
640 invocation-directory.
641
bdadfce3
GM
6422001-02-02 Gerd Moellmann <gerd@gnu.org>
643
79fb38c0
GM
644 * wid-edit.el (widget-button-click): Fix last change.
645
bdadfce3
GM
646 * frame.el (frame-notice-user-settings): When resizing the initial
647 frame because the tool bar is off, also change the frame's top
648 position if a negative top position was specified.
649
33155ffb
MB
6502001-02-02 Miles Bader <miles@gnu.org>
651
652 * image-file.el (insert-image-file): When visiting an image,
653 suppress the cursor in the image buffer.
654
1355ba0c
DL
6552001-02-01 Dave Love <fx@gnu.org>
656
657 * progmodes/f90.el (f90-mode): Remove startup message.
658
fb758d2d 659 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 660
01acdb05
GM
6612001-02-01 Gerd Moellmann <gerd@gnu.org>
662
663 * startup.el (command-line): Fix code determining whether or not
664 to use delete-key-deletes-forward-mode.
665
5b1ee316
AS
6662001-02-01 Andre Spiegel <spiegel@gnu.org>
667
668 * vc.el (vc-diff-switches): New user option.
669 (vc-version-diff): Use it.
670 (vc-diff-switches-list): New macro.
671
672 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
673 customization options.
674 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
675
676 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
677
00b1e7a1
GM
6782001-02-01 Gerd Moellmann <gerd@gnu.org>
679
680 * msb.el (toplevel): Quote hook symbols.
681
85827036
KH
6822001-02-01 Kenichi Handa <handa@etl.go.jp>
683
8e028499 684 * international/mule.el (make-coding-system): Add description
3c948dde 685 about recognized properties in the docstring.
8e028499 686
85827036
KH
687 * international/mule-conf.el: Remove unused charsets
688 mac-roman-lower and mac-roman-upper.
689
7ccf7ab9
GM
6902001-01-31 Gerd Moellmann <gerd@gnu.org>
691
2441692d
GM
692 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
693 is in front of the left-margin, if any.
694
ee5cece0
GM
695 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
696 like `delete'.
697
698 * bindings.el: Define `kp-delete' like `delete' in
699 function-key-map.
700
7ccf7ab9
GM
701 * term/w32-win.el (mouse-set-font): Doc fix.
702
b4f30ec5 7032001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 704
b4f30ec5
GM
705 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
706 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
707 on already.
708
03e0fe6e
GM
7092001-01-31 Markus Rost <rost@math.ohio-state.edu>
710
711 * files.el (save-buffer): Don't give message if (buffer-file-name)
712 returns nil.
713f7b15 713
8f289acc
EZ
7142001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
715
cb4aae04
EZ
716 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
717
dbd98b19
EZ
718 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
719 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
720
8f289acc
EZ
721 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
722 display problems.
723
c12553c1
KH
7242001-01-31 Kenichi Handa <handa@etl.go.jp>
725
c7bf5db9
KH
726 * international/mule.el (charset-info): Fix docstring.
727
728 * international/mule-diag.el (describe-character-set): Check final
729 char valid before printing it.
c12553c1 730
14f16b9c
GM
7312001-01-30 Gerd Moellmann <gerd@gnu.org>
732
efaa080b
GM
733 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
734
eef93f99
GM
735 * frame.el (frame-notice-user-settings): Do the tool-bar
736 stuff only for graphical displays. Fix a braino.
713f7b15 737
14f16b9c
GM
738 * frame.el (frame-initialize): Create initial frame visible.
739 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 740 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
741
742 * startup.el (command-line): Remove manipulation of frame
743 height for tool bars.
744
4ad25e43
EZ
7452001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
746
747 * lpr.el: Compatibility with XEmacs and doc fixes.
748 (lpr-windows-system, lpr-lp-system): New vars.
749 (lpr-printer-switch): New defcustom.
750 (printer-name, lpr-command): Customization fix.
751 (print-region-1): Code fix.
752 (print-region-new-buffer, printify-region): Indentation fix.
753 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
754 functions.
755
e8f044a0
GM
7562001-01-29 Gerd Moellmann <gerd@gnu.org>
757
758 * msb.el (toplevel): Fix the eval-after-load.
759
850d5045
GM
7602001-01-29 Dave Love <fx@gnu.org>
761
762fe76e
DL
762 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
763
764 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
765
850d5045
GM
766 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
767 compiling.
768 (tcl-using-emacs-19-23): Consider Emacs 21+.
769 (tcl-help-directory-list, tcl-command-switches): Fix :type.
770 (tcl-add-emacs-menu): Supply menu name.
771 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
772
3a768251
GM
7732001-01-29 Gerd Moellmann <gerd@gnu.org>
774
775 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
776
274d02f7
SM
7772001-01-29 Stefan Monnier <monnier@cs.yale.edu>
778
779 * pcvs.el (cvs-mark-fis-dead): New function.
780 (cvs-mode-add): Use it.
781 (cvs-mode-add-change-log-entry-other-window):
782 Rebind change-log-default-name to itself rather than to nil.
783
ed5d446e
SS
7842001-01-29 Sam Steingold <sds@gnu.org>
785
efaa080b 786 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
787 `autoload' statements.
788
e2a80284
EZ
7892001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
790
8e1db7b3
EZ
791 * files.el (confirm-kill-emacs): Doc fix.
792
ff2a1c79
EZ
793 * frame.el (frame-initialize): Doc fix.
794
e7b0deaf
EZ
795 * time-stamp.el (time-stamp-string): Doc fix.
796
e2a80284
EZ
797 * woman.el (WoMan-log-1): Make the log buffer writable. From
798 Markus Rost <rost@math.ohio-state.edu>.
799
005913e4
GM
8002001-01-29 Gerd Moellmann <gerd@gnu.org>
801
802 * imenu.el (imenu-syntax-alist): Add autoload cookie for
803 the `make-variable-buffer-local'.
804
58622cc5
GM
8052001-01-29 Dave Love <fx@gnu.org>
806
807 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
808 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
809 autoload cookie.
810 (ansi-color-apply-sequence): Fix typo.
811
0404d031
GM
8122001-01-29 Gerd Moellmann <gerd@gnu.org>
813
ed5d446e 814 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
815 Postscript printing in black and white.
816
0404d031
GM
817 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
818 X-Mailman-Version, Precedence, List-Help, List-Post,
819 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
820 Content-Type, Content-Length.
821
3b6ed359
DL
8222001-01-29 Dave Love <fx@gnu.org>
823
ddd16e7a
DL
824 * elide-head.el (elide-head): Make overlay evaporate.
825
3b6ed359
DL
826 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
827 fix.
828
8005142f
EZ
8292001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
830
831 * isearch.el (isearch-highlight): Don't punt if the display
832 doesn't support colors, since isearch faces are defined for
833 monochrome displays as well.
834
84728570
SS
8352001-01-27 Sam Steingold <sds@gnu.org>
836
837 * shell.el (shell-write-history-on-exit): Make sure that we are in
838 the shell buffer (M-x tex-file RET inserted the error message into
839 the TeX buffer).
840
e26f9ced
EZ
8412001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
842
843 * simple.el (transient-mark-mode): Doc fix.
844
dc0274bd
GM
8452001-01-27 Gerd Moellmann <gerd@gnu.org>
846
84728570 847 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
848 tags-file-name.
849
c1acacc4
EZ
8502001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
851
f5058b96
EZ
852 * shell.el (shell-unquote-argument): If the shell is one of the
853 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
854 quote character.
855 (shell-dumb-shell-regexp): Document that the shells which match
856 this regexp are supposed to not treat a backslash as a quote
857 character.
858
c1acacc4
EZ
859 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
860 from 2001-01-12. It is not needed, since backspace is mapped into
861 DEL.
862
103db06c 8632001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 864
84728570 865 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
866 Treat a one-capital-letter abbrev as "not all upper case",
867 so as to force preservation of the expansion's pattern
868 if the expansion starts with a capital letter.
869
cfa70244
EZ
8702001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
871
cfee9de7
EZ
872 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
873 Doc fix.
874
cfa70244
EZ
875 * simple.el (transient-mark-mode): Document the fact that many
876 commands act on the region when mark is active.
877
17d90d6b
KH
8782001-01-27 Kenichi Handa <handa@etl.go.jp>
879
880 * international/quail.el (quail-setup-completion-buf): Make the
881 multibyteness of current buffer inherited to Quail completion
882 buffer.
883 (quail-show-guidance-buf): Make the multibyteness of current
884 buffer inherited to Quail guidance buffer.
885 (quail-help): Make the multibyteness of current buffer inherited
886 to Quail help buffer.
887
61076b20
DL
8882001-01-26 Dave Love <fx@gnu.org>
889
c47e2c68
DL
890 * time-stamp.el: Doc fixes.
891
84728570 892 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
893 (delphi-keyword-face, delphi-other-face): Fix :type.
894
940f14b4
DL
895 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
896
897 * mail/feedmail.el (feedmail): Add :link.
898 (feedmail-send-it): Doc fix.
899
900 * mail/sendmail.el: Doc fixes.
901 (sendmail-send-it): Fix the non-ASCII regexp and use
902 rfc2047-encode-string.
903
61076b20
DL
904 * dired.el, dired-aux.el: Revert last change.
905
6c317bd2
GM
9062001-01-26 Gerd Moellmann <gerd@gnu.org>
907
908 * makefile.w32-in (DONTCOMPILE): Add various term files.
909
9102001-01-26 Dave Love <fx@gnu.org>
911
912 * Makefile.in (DONTCOMPILE): Add various term files.
913
1c636b5f
GM
9142001-01-26 Gerd Moellmann <gerd@gnu.org>
915
af900b23
GM
916 * man.el (Man-default-man-entry, Man-mode): Doc fix.
917
15fa6db0
GM
918 * startup.el (display-startup-echo-area-message): Make sure
919 the echo area is resized to fit the size of the startup
920 message.
921
1c636b5f
GM
922 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
923 part of which is a constant.
924
9b1adbd5
EZ
9252001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
928 twice.
929
103db06c 9302001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
931
932 * simple.el (next-line): Don't let `newline' expand abbrevs.
933 Simplify slightly.
934 (open-line): Don't let `newline' expand abbrevs.
935
219227ea
JW
9362001-01-25 John Wiegley <johnw@gnu.org>
937
938 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
939 to `repeat' in the :type field.
940
941 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
942 allow a choice of regexp or nil.
d2906bf8 943 (pcomplete-dir-ignore): Same.
219227ea
JW
944
945 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
946 a command) to always fail.
947
ceba0dac
GM
9482001-01-25 Gerd Moellmann <gerd@gnu.org>
949
950 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
951 discard the result.
952 (iswitchb-to-end): Likewise.
953
9b0630e5
SS
9542001-01-25 Sam Steingold <sds@gnu.org>
955
956 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 957 Require vc.
9b0630e5 958
a2ed9670
SM
9592001-01-25 Stefan Monnier <monnier@cs.yale.edu>
960
f0c1adab
SM
961 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
962
a2ed9670
SM
963 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
964
34ac3367
DL
9652001-01-25 Dave Love <fx@gnu.org>
966
61076b20
DL
967 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
968 (describe-coding-system): Tweak the English text.
969
34ac3367
DL
970 * loadup.el: Preload international/ccl for utf-8.
971
4685e6b7
EZ
9722001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
973
974 * mail/rmail.el (rmail-redecode-body): Doc fix.
975
0fdb4475
KH
9762001-01-25 Kenichi Handa <handa@etl.go.jp>
977
23cfab61
KH
978 * international/mule-cmds.el (reset-language-environment): Reset
979 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
980
981 * international/mule-conf.el (coding-category-utf-8): Initialize
982 to mule-utf-8.
983
9b0630e5 984 * loadup.el: Preload international/utf-8.
0fdb4475
KH
985
986 * international/utf-8.el: New file.
987
245ed2b1
SM
9882001-01-24 Stefan Monnier <monnier@cs.yale.edu>
989
990 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
991
e95b0c08
SS
9922001-01-24 Sam Steingold <sds@gnu.org>
993
994 * dired.el (dired-replace-in-string): Removed.
995 (dired-sort-toggle): Use `replace-regexps-in-string'
996 instead of `dired-replace-in-string'.
9b0630e5 997
ceba0dac
GM
998 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
999 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1000
e95b0c08
SS
1001 * gs.el (gs-replace-in-string): Removed.
1002 (gs-options): Use `replace-regexps-in-string'
1003 instead of `gs-replace-in-string'.
1004
c3902c3e
EZ
10052001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1006
1007 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1008 bug report is mailed to an email list and posted to a news group.
1009
b66b6aeb
GM
10102001-01-24 Gerd Moellmann <gerd@gnu.org>
1011
e7e41584
GM
1012 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1013 change of 2000-08-03 to move point to the start of the line again.
1014
b66b6aeb
GM
1015 * startup.el (tool-bar-images-pixel-height): New variable.
1016 (command-line): After loading the user's init file, when
1017 tool-bar-mode is on, increase the frame's size by some lines for
1018 the tool-bar.
1019
1020 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1021
ff890e66
SZ
10222001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1023
1024 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1025 (chinese-big5): MIME:Big5.
1026
04363179
GM
10272001-01-24 Gerd Moellmann <gerd@gnu.org>
1028
e95b0c08 1029 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1030 Handle commands with prefix args.
1031
d56aaa64
GM
10322001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1033
1034 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1035 being a list of numbers.
1036 (diary-mail-entries): Rewritten.
1037
99858627
DL
10382001-01-23 Dave Love <fx@gnu.org>
1039
7aeb1fa9
DL
1040 * international/mule.el (make-coding-system): Fix typo.
1041
99858627
DL
1042 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1043 backward-paragraph as font-lock-beginning-of-syntax-function.
1044
5a43decf
EZ
10452001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * font-lock.el (font-lock-mode): Doc fix.
1048
b0e98867
KH
10492001-01-23 Kenichi Handa <handa@etl.go.jp>
1050
1051 * international/mule.el (make-translation-table): Fix docstring.
1052
9c8acefd
EZ
10532001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1054
fd4976b8
EZ
1055 * mail/rmail.el (rmail-redecode-body): New function.
1056
9c8acefd
EZ
1057 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1058
871e0439
GM
10592001-01-22 Gerd Moellmann <gerd@gnu.org>
1060
21c2bbe0
GM
1061 * isearch.el (isearch-lazy-highlight-case-fold-search)
1062 (isearch-lazy-highlight-regexp): New variables.
1063 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1064 case-fold search or regexp search has been toggled.
1065
5710730c
GM
1066 * wid-edit.el (widget-button-click): Avoid a save-excursion
1067 around running a global binding.
1068
871e0439
GM
1069 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1070 to 0.25.
1071
d0554957
MB
10722001-01-20 Miles Bader <miles@gnu.org>
1073
1074 * cus-edit.el (custom-face-save): Do post-processing on the face's
1075 new value like `custom-face-set' does.
1076
1519f618
EZ
10772001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1078
ccd87890
EZ
1079 * mail/emacsbug.el (report-emacs-bug): Report the value of
1080 LC_CTYPE, not LC_TYPE.
1081
1519f618
EZ
1082 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1083 isearch-toggle-regexp and isearch-edit-string to doc string.
1084
9724173b
GM
10852001-01-19 Gerd Moellmann <gerd@gnu.org>
1086
48bb9196
GM
1087 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1088 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1089
e95b0c08 1090 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1091 font-lock-beginning-of-syntax-function to nil.
1092
dc81f8a2
EZ
10932001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1094
1095 * mail/emacsbug.el (report-emacs-bug): Report values of
1096 locale-coding-system, default-enable-multibyte-characters, and the
1097 environment variables LC_ALL, LC_TYPE, and LANG.
1098
99327974
GM
10992001-01-19 Gerd Moellmann <gerd@gnu.org>
1100
111c181e
GM
1101 * font-lock.el (font-lock-default-fontify-region): Fix last
1102 change.
e95b0c08 1103
2be6ecc6
GM
1104 * font-lock.el (font-lock-multiline): Default to nil.
1105 (font-lock-default-fontify-region): If font-lock-multiline is
1106 nil, don't check the property `font-lock-multiline'.
1107
99327974
GM
1108 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1109 is nil, don't check the `font-lock-multiline' text property.
1110
2550055a
MK
11112001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1112
0a949811 1113 * viper.el: Call initial-major-mode on startup.
e95b0c08 1114
0a949811 1115 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1116
8501998a 1117 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1118
2550055a 11192001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1120
0a949811 1121 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1122 diff mode, if available.
e95b0c08 1123
0a949811 11242001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1125
8501998a 1126 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1127
2550055a
MK
1128 * ediff-init.el (subst-char-in-string): Define and use it, unless
1129 it's already defined.
e95b0c08 1130
8962e303
GM
11312001-01-18 Gerd Moellmann <gerd@gnu.org>
1132
1133 * tooltip.el (tooltip-hide-delay): New user-option.
1134 (tooltip-show): Use tooltip-hide-delay instead of the default.
1135
6b453381
KH
11362001-01-18 Kenichi Handa <handa@etl.go.jp>
1137
1138 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1139 kill-local-variable doesn't work for enable-multibyte-characters.
1140
9eaf396b
DL
11412001-01-17 Dave Love <fx@gnu.org>
1142
cebd37ce
DL
1143 * ediff-init.el (ediff-before-setup-hook)
1144 (ediff-merge-filename-prefix): Add :version.
1145
9eaf396b
DL
1146 * international/latin1-disp.el: Require disp-table.
1147 (latin1-display): Fix :set.
1148
1149 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1150
f864120f
GM
11512001-01-17 Gerd Moellmann <gerd@gnu.org>
1152
1153 * isearch.el (isearch-lazy-highlight-initial-delay)
1154 (isearch-lazy-highlight-interval): Default to 0.
1155
11562001-01-17 Bob Glickstein <bobg@zanshin.com>
1157
1158 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1159 1 here rather than each time through
1160 isearch-lazy-highlight-new-loop.
1161 (isearch-lazy-highlight-max): Variable deleted.
1162 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1163 isearch-lazy-highlight-max but controls a single invocation of
1164 isearch-lazy-highlight-update.
1165 (isearch-lazy-highlight-wrapped): Variable recreated.
1166 (isearch-lazy-highlight-window-start): New variable.
1167 (isearch-lazy-highlight-cleanup): Restored to behavior of
1168 before 2-Jan.
1169 (isearch-lazy-highlight-remove-overlays): Function deleted;
1170 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1171 behavior removed.
1172 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1173 isearch-lazy-highlight-update in a loop rather than just once.
1174 Test isearch-invalid-regexp here and decide not to start a new
1175 loop, rather than testing it each time through
1176 isearch-lazy-highlight-update.
1177 (isearch-lazy-highlight-search): Function restored.
1178 (isearch-lazy-highlight-update): Get called in a timer loop again,
1179 but this time highlight more than one match each time through.
1180 Only highlight matches in the visible part of the window. Start
1181 at point, move in the direction of the search, and wrap around at
1182 the edge of the window. Use sit-for to force redisplay and ensure
1183 window-start is credible. "Face suppressing" behavior removed;
1184 overlay priorities should make it unnecessary, right?
1185 (isearch-highlight): Face suppressing behavior removed.
1186 (isearch-dehighlight): Face suppressing behavior removed.
1187 (isearch-set-lazy-highlight-faces-at): Removed.
1188
076ec540
KH
11892001-01-17 Kenichi Handa <handa@etl.go.jp>
1190
1191 * language/european.el ("Latin-1"): Make the format of description
1192 about additional language environments same as that of Latin-2.
1193
92328ec5
DL
11942001-01-16 Dave Love <fx@gnu.org>
1195
39f2174e
DL
1196 * isearch.el (isearch-lazy-highlight): Add :version.
1197
92328ec5
DL
1198 * simple.el (backward-delete-char-untabify-method)
1199 (next-line-add-newlines): Add :version.
1200
f251459d
GM
12012001-01-16 Gerd Moellmann <gerd@gnu.org>
1202
9d4850e5
GM
1203 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1204 Don't bind <delete> otherwise.
1205
1206 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1207 and <delete> via function-key-map.
1208
f251459d
GM
1209 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1210 Subject line only if point is after the `Subject:'.
1211
771ffcf7
KH
12122001-01-16 Kenichi Handa <handa@etl.go.jp>
1213
bda6b481
KH
1214 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1215 japanese-jisx0213-2 in `charset' property of this lang. env.
1216
35793af7
KH
1217 * language/european.el ("Latin-1"): Add description for Dutch and
1218 Spanish lang. env.
1219
771ffcf7
KH
1220 * international/mule.el (decode-char): Fix conditions.
1221 (encode-char): Handle eight-bit-control too.
1c8102ff 1222 (transform-make-coding-system-args): New function.
50c29104
KH
1223 (make-coding-system): Accept XEmacs style arguments for CCL base
1224 coding system.
771ffcf7 1225
e1cf67b6
GM
12262001-01-15 Gerd Moellmann <gerd@gnu.org>
1227
1228 * progmodes/etags.el (find-tag-noselect): Save the value of
1229 tags-file-name before switching buffers, for the case it has a
1230 buffer-local value.
1231
b3287acf
GM
12322001-01-15 Alex Schroeder <alex@gnu.org>
1233
9eaf396b
DL
1234 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1235 From Dave Love <fx@gnu.org>.
b3287acf
GM
1236 (ansi-color-for-comint-mode): Fix :version.
1237
12382001-01-15 Alex Schroeder <alex@gnu.org>
1239
1240 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1241
8d7ff9c8
EZ
12422001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1243
1244 * dired.el (dired-insert-directory): If file-system-info fails,
1245 remove the " free " part, but don't signal an error.
1246
dbe99ae9
SS
12472001-01-12 Sam Steingold <sds@gnu.org>
1248
1249 * bookmark.el (bookmark-maybe-historicize-string):
1250 Use new backquote syntax.
1251
103db06c 12522001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1253
1254 * subr.el (last): Handle a list that doesn't end in nil.
1255
ca2ddd8e
SS
12562001-01-12 Sam Steingold <sds@gnu.org>
1257
1258 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1259 to `backward-delete-char-untabify'.
1260
1751c874
DL
12612001-01-12 Dave Love <fx@gnu.org>
1262
1263 * cus-edit.el (customize-menu-create): Fix the :filter following
1264 easymenu change.
1265
1266 * wid-edit.el (function): Add :match-alternatives.
1267 (widget-color-action): Doc fix.
1268
3cccce8d
GM
12692001-01-12 Gerd Moellmann <gerd@gnu.org>
1270
1271 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1272
18bfd6b5
KH
12732001-01-12 Kenichi Handa <handa@etl.go.jp>
1274
60a62fdc
KH
1275 * international/mule-cmds.el (prefer-coding-system): Fix
1276 docstring.
1277
18bfd6b5
KH
1278 * international/ccl.el (define-ccl-program): Fix docstring.
1279
562e00da
DL
12802001-01-11 Dave Love <fx@gnu.org>
1281
14fd0da3
DL
1282 * international/mule-cmds.el (standard-display-european-internal):
1283 Set display table for 2208 as for 160.
1284
1285 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1286
562e00da
DL
1287 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1288 entry for custom-menu-create change.
1289 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1290 don't cons it in the search loop.
1291
1292 * imenu.el (imenu--truncate-items): Revert last change.
1293
6e961dcd
EZ
12942001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1295
1296 * info.el (Info-setup-header-line): If the node header includes
1297 either Next: or Prev: links, don't show the File: and Node: parts
1298 in the header line.
1299
2c2ff7f2
GM
13002001-01-11 Gerd Moellmann <gerd@gnu.org>
1301
a7ee2d2e
GM
1302 * comint.el (comint-goto-process-mark): Don't print a message
1303 when running in batch mode.
1304
c5348233
GM
1305 * isearch.el (isearch-search): In the condition-case handler for
1306 `error', set isearch-invalid-regexp to the whole error message.
1307
422717d1
GM
1308 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1309 ensure that eval-after-load works for files dumped with Emacs.
1310
1311 * help.el (load-symbol-file-load-history): New function extracted
1312 from function symbol-file.
1313 (symbol-file): Use it.
1314
2c2ff7f2
GM
1315 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1316 exit.xpm.
1317
926861fb
EZ
13182001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1319
1320 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1321 behave as if there were no prefix argument.
1322 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1323 argument were nil.
1324
afa1f52c
RS
13252001-01-11 Richard M. Stallman <rms@gnu.org>
1326
ca2ddd8e 1327 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1328 Don't look for more potential matches once maximum is exceeded.
1329 Use overlays-in to check correctly for overlap with current match.
1330 Ignore empty matches.
1331
47a9f362
MB
13322001-01-11 Miles Bader <miles@gnu.org>
1333
1334 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1335 (ispell-overlay-window, ispell-help, ispell-show-choices)
1336 (ispell-command-loop): Use it instead of `window-height'.
1337
d196f58d
GM
13382001-01-10 Gerd Moellmann <gerd@gnu.org>
1339
cf523f0e
GM
1340 * files.el (confirm-kill-emacs): New user-option.
1341 (save-buffers-kill-emacs): Ask for final confirmation before
1342 killing Emacs.
1343
d196f58d
GM
1344 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1345 to nil.
1346
7c6c3d8e
GM
13472001-01-10 Dave Love <fx@gnu.org>
1348
1f8be15d
DL
1349 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1350
1351 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1352 :type.
1353
1354 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1355
1356 * calculator.el (calculator-number-digits): Fix :type.
1357
0d5184de
DL
1358 * vc-cvs.el (vc-cvs-header): Fix :type.
1359 * vc-rcs.el (vc-rcs-header): Fix :type.
1360 * vc-sccs.el (vc-sccs-header): Fix :type.
1361
1362 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1363
7c6c3d8e
GM
1364 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1365
8c9f73a2
GM
1366 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1367
457b792c
GM
13682001-01-10 Gerd Moellmann <gerd@gnu.org>
1369
1370 * simple.el (set-variable): Force a thorough redisplay for the
1371 case that the variable has an effect on the display, like
1372 `tab-width' has.
1373
d2622d08
AS
13742001-01-10 Andre Spiegel <spiegel@gnu.org>
1375
1376 * vc.el: Add documentation for backend interface.
1377
ae4b5f4f
KH
13782001-01-10 Kenichi Handa <handa@etl.go.jp>
1379
e0844717
KH
1380 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1381
ae4b5f4f
KH
1382 * international/mule-conf.el (latin-extra-code-table): Set to t
1383 for \223 and \224.
1384
3184082b
KH
13852001-01-09 Kenichi Handa <handa@etl.go.jp>
1386
1387 * international/mule-cmds.el (locale-language-names): Map "es" to
1388 "Spanish" and "nl" to "Dutch".
1389
732b9cdd
GM
13902001-01-09 Gerd Moellmann <gerd@gnu.org>
1391
1dfca644
GM
1392 * bindings.el (global-map): Bind <home> to beginning-of-line,
1393 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1394 C-<end> to end-of-buffer.
1395
732b9cdd
GM
1396 * language/european.el: Add Dutch and Spanish language info
1397 to be able to use the appropriate tutorials.
1398
13992001-01-09 Alex Schroeder <alex@gnu.org>
1400
1401 * ansi-color.el (ansi-color-process-output): Use markers instead
1402 of positions for start and end of region.
1403 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1404 Previously, occasional mistakes happend when fontifying many
1405 chunks of output (eg. ls --color=yes /dev). This happened
1406 whenever an overlay was created up to the end of the region, which
1407 coincided with the process-mark. New text would then be added
1408 within that overlay instead of after it.
1409 (ansi-color-make-extent): Overlays are created with the property
1410 `modification-hooks' set to '(ansi-color-freeze-overlay).
1411 (ansi-color-freeze-overlay): New function. When inserting text at
1412 the end of the overlay, the overlay will resize.
1413
14142000-01-09 Alex Schroeder <alex@gnu.org>
1415
1416 * ansi-color.el (ansi-color-process-output): Doc change.
1417 (ansi-color-unfontify-region): Doc change. No longer installed
1418 automatically in font-lock-unfontify-region-function.
1419 (ansi-color-apply): Doc change.
1420 (ansi-color-apply-on-region): Use extents or overlays instead of
1421 text-properties.
1422 (ansi-color-make-extent): New function.
1423 (ansi-color-set-extent-face): New function.
1424
14252000-01-09 Alex Schroeder <alex@gnu.org>
1426
1427 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1428 both use ansi-color-process-output, now.
1429 (ansi-color-process-output): Doesn't return string anymore. It is
1430 installed in comint-output-filter-functions for both Emacs and
1431 XEmacs, now.
1432 (ansi-color-unfontify-region): Simplified code removing variables
1433 pos and start-ansi.
1434 (ansi-color-apply): Put text-property ansi-color before putting
1435 text-property face because ansi-color-unfontify-region is called
1436 immediately after the call to put-text-property.
1437 (ansi-color-context-region): Doc change.
1438 (ansi-color-filter-region): Simplified code.
1439 (ansi-color-apply-on-region): Changed start to start-marker, using
1440 a marker explicitly. Put text-property ansi-color before putting
1441 text-property face because ansi-color-unfontify-region is called
1442 immediately after the call to put-text-property.
1443
14442000-01-09 Alex Schroeder <alex@gnu.org>
1445
1446 * ansi-color.el (ansi-color-faces-vector): Doc change.
1447 (ansi-color-for-comint-mode): Changed :type property to choice.
1448 (ansi-color-last-context): Removed.
1449 (ansi-color-process-output): Don't use ansi-color-last-context, as
1450 the main functions will store their context now.
1451 (ansi-color-context): Doc change.
1452 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1453 Uses ansi-color-context such that repeated calls will strip
1454 partial escape sequences, too.
1455 (ansi-color-apply): Simplified code. Colorize end of string if
1456 face is not null. Store context in new (FACE STRING) format, such
1457 that repeated calls will strip partial escape sequences, too.
1458 Append faces to face property using ansi-color-apply-sequence such
1459 that cumulative mode actually works.
1460 (ansi-color-context-region): New variable.
1461 (ansi-color-filter-region): Rewrote it based on
1462 ansi-color-apply-on-region. Uses ansi-color-context-region such
1463 that repeated calls will strip partial escape sequences, too.
1464 (ansi-color-apply-on-region): Simplified code. Colorize end of
1465 region if face is not null. Store context in new (FACE POS)
1466 format, such that repeated calls will strip partial escape
1467 sequences, too. Append faces to face property using
1468 ansi-color-apply-sequence such that cumulative mode actually
1469 works.
1470 (ansi-color-apply-sequence): New function.
1471 (ansi-color-get-face): When the default face is added to the list
1472 of faces, all previous settings are discarded and the list of
1473 faces is set to '(default).
1474
14752000-01-09 Alex Schroeder <alex@gnu.org>
1476
1477 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1478 face, such that ansi-color-apply and ansi-color-apply-on-region
1479 will do the right thing.
1480 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1481 returns nil, set the list of faces back to nil instead of
1482 appending the result of ansi-color-get-face to the front of the
1483 list.
1484
14852000-01-09 Alex Schroeder <alex@gnu.org>
1486
1487 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1488 (ansi-color-process): Doc change.
1489 (ansi-color-last-context): New buffer-local variable.
1490 (ansi-color-process-output): New function. It is automatically
1491 added to comint-output-filter-functions if this is XEmacs.
1492 (ansi-color-unfontify-region): New optional parameter for XEmacs
1493 compatibility. Check wether font-lock-syntactic-keywords is
1494 boundp before removing the syntax table text property, as XEmacs
1495 doesn't have it.
1496 (ansi-color-filter-region): Doc change.
1497 (ansi-color-apply-on-region): Doc change.
1498 (ansi-color-make-face): New function. Compatibility layer for
1499 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1500 (ansi-color-make-color-map): Use ansi-color-make-face.
1501 (ansi-color-get-face): Avoid face text property '(nil) as results
1502 in an errow for XEmacs.
1503
15042000-01-09 Alex Schroeder <alex@gnu.org>
1505
1506 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1507 text-property ansi-color in order to preserve fontification by
1508 ansi-color. When the package is loaded, a lambda expression is
1509 put onto font-lock-mode-hook. This lambda expression will check
1510 font-lock-unfontify-region-function and replace
1511 font-lock-default-unfontify-region with
1512 ansi-color-unfontify-region.
1513 (ansi-color-apply): Add text-property ansi-color in addition to
1514 text-property face.
1515 (ansi-color-apply-on-region): Add text-property ansi-color in
1516 addition to text-property face.
1517 (save-buffer-state): Copy of the macro that is also used by
1518 lazy-lock and font-lock.
1519
1520 (ansi-color-for-comint-mode): New option.
1521 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1522 (ansi-color-for-comint-mode-off): Ditto.
1523 (ansi-color-for-comint-mode-filter): Ditto.
1524 (ansi-color-process): New function. Uses
1525 ansi-color-for-comint-mode to decide what to do. This function is
1526 added to comint-preoutput-filter-functions when the package is
1527 loaded.
1528
1529 (ansi-color-for-shell-mode-set): Removed.
1530 (ansi-color-for-shell-mode): Removed.
1531
15322000-01-09 Alex Schroeder <alex@gnu.org>
1533
1534 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1535 the lambda expression from the ansi-color-for-shell-mode :set
1536 property. Additionally, modify shell-mode-hook to enable or
1537 disable font-lock-mode for future shell buffers.
1538 (ansi-color-for-shell-mode): The :set property calls
1539 ansi-color-for-shell-mode-set instead of a lambda expression.
1540
15412000-01-09 Alex Schroeder <alex@gnu.org>
1542
1543 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1544 (ansi-color-context): New variable.
1545 (ansi-color-apply): Save context between calls.
1546
fb55ff10
EZ
15472001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1548
29910493
EZ
1549 * isearch.el (isearch, isearch-lazy-highlight-face): New
1550 definitions for face colors and attributes.
1551
fb55ff10
EZ
1552 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1553 of display-mouse-p.
1554
134d6265
KH
15552001-01-09 Kenichi Handa <handa@etl.go.jp>
1556
1557 * international/mule.el (make-coding-system): If the coding system
1558 accepts extra latin codes, register such codes as safe for the
1559 coding system.
1560
103db06c 15612001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1562
984c9f75
RS
1563 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1564 don't mention the file name or the date here, because they are
1565 logged at the start of the file.
1566
15672001-01-08 Richard M. Stallman <rms@gnu.org>
1568
78b8eee8
RS
1569 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1570 Change screen-width to frame-width.
1571
1460e5d4
EZ
15722001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1573
1574 * info.el (Info-search): Print the default as part of the prompt.
1575
56f24bc1
AS
15762001-01-08 Andre Spiegel <spiegel@gnu.org>
1577
ca2ddd8e 1578 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1579 constant implementations in backends.
1580
1581 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1582 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1583
1584 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1585 WRITABLE to EDITABLE.
1586
1587 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1588 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1589 to EDITABLE.
1590
b7812d30
EZ
15912001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1594 (copyright, copyright-update): Compute the current year at run
1595 time.
1596
7e56ea04
GM
15972001-01-08 Gerd Moellmann <gerd@gnu.org>
1598
1599 * isearch.el (isearch-old-signal-hook): Removed.
1600 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1601 instead of setting signal-hook-function.
1602 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1603
a758f97d
GM
16042001-01-08 Kevin Gallagher <kevingal@onramp.net>
1605
1606 * emulation/edt.el: Update to version 4.0. Provide support for
1607 EDT scroll margins at top and bottom of the window. Provide an
1608 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1609 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1610 user when file-related buffer modifications exist. Provide
1611 support for running EDT Emulation in XEmacs. Provide customize
1612 access to some user updatable variables. Add Commentary section
1613 to file header. Fixed a few minor bugs and cleaned up some code.
1614
1615 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1616 for detecting a keypress that generates an ASCII key sequence.
1617 (Previously, only a keypress that generates a vector was
1618 recognized.) Embed Window Manager name into name of the generated
1619 EDT Emulation initialization file since the initialization file is
1620 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1621
30db89f9
EZ
16222001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1623
4deb3ba9
EZ
1624 * mail/sendmail.el (mail-mode): Doc fix.
1625
30db89f9
EZ
1626 * info.el (Info-goto-emacs-command-node): Doc fix.
1627 (Info-goto-emacs-key-command-node): Doc fix.
1628
c3f2772b
EZ
16292001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1630
8726e79b 1631 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1632 systems without long file-name support.
1633
0dac6924
AI
16342001-01-06 Andrew Innes <andrewi@gnu.org>
1635
1636 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1637
4e6ef391
EZ
16382001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1639
380866a2
EZ
1640 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1641 (isearch-lazy-highlight-update): Doc fix.
1642
148b5960
EZ
1643 * ffap.el (ffap-bindings): Doc fix.
1644
4e6ef391
EZ
1645 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1646
4cb1bcc2
DL
16472001-01-05 Dave Love <fx@gnu.org>
1648
1649 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1650
3828218c
GM
16512001-01-05 Gerd Moellmann <gerd@gnu.org>
1652
f1ade7d3
GM
1653 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1654 scroll-preserve-screen-position to nil.
1655
1f4139d5
GM
1656 * isearch.el (isearch-old-signal-hook): New variable.
1657 (isearch-mode): Set signal-hook-function to isearch-done.
1658 (isearch-done): Restore old signal-hook-function.
1659
3828218c
GM
1660 * info.el (Info-fontify-node): Mark one more char as intangible.
1661
3970013f
KH
16622000-01-05 Kenichi Handa <handa@etl.go.jp>
1663
3828218c 1664 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1665 it is non-nil, compose preceding characters by compose-region with
1666 COMPONENTS.
1667
1668 * international/quail.el (quail-input-string-to-events): New function.
1669 (quail-input-method): Convert input string to events here.
1670 (quail-start-translation): Return input string, not event list.
1671 (quail-start-conversion): Likewise.
1672
f3b05e99
GM
16732001-01-04 Gerd Moellmann <gerd@gnu.org>
1674
ca2ddd8e 1675 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1676 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1677 and tooltip-add-timeout.
1678 (tooltip-show): Set border color from faces's foreground.
1679 (tooltip-show-help-function): If called with the same help string
1680 as last time, do nothing.
1681 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1682
0f2ac578
GM
1683 * startup.el (fancy-splash-screens): Don't bind show-help-function
1684 to nil.
1685
f3b05e99
GM
1686 * tooltip.el (tooltip-frame-parameters): Remove colors.
1687 (tooltip): New face
1688 (tooltip-set-param): New function.
1689 (tooltip-show): Set up color frame parameters from face `tooltip'.
1690 Display the tooltip text in face `tooltip'.
1691
8416e94a
DL
16922001-01-04 Dave Love <fx@gnu.org>
1693
1694 * whitespace.el (whitespace-global-mode): Fix typo.
1695
1696 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1697
30db89f9
EZ
16982001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1699
1700 * help.el (help-for-help): Fix a typo in a doc string. From
1701 kwzh@gnu.org (Karl Heuer).
1702
b847eb8c
DL
17032001-01-03 Dave Love <fx@gnu.org>
1704
1705 * dired-x.el: Doc fixes. Maintainer change.
1706 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1707 :type.
1708 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1709 (dired-guess-shell-alist-user): Customize.
1710 (dired-x-help-address): Set to bug-gnu-emacs.
1711 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1712 (dired-default-directory): Renamed from default-directory.
1713
1714 * hl-line.el (hl-line): Doc fix.
1715
43c4b570
KF
17162001-01-03 Karl Fogel <kfogel@red-bean.com>
1717
1bf6b1bf 1718 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1719
984c9f75 17202001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1721
1722 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1723 to remove all the current alternative-match highlighting.
1724 If nil, remove only what's outside the current window.
1725 (isearch-lazy-highlight-remove-overlays): Take optional
1726 region within which NOT to remove them.
1727 (isearch-lazy-highlight-new-loop): Greatly simplified.
1728 (isearch-lazy-highlight-update): Find all the other occurrences
1729 visible in the window, in just one call.
1730 (isearch-lazy-highlight-start): Now holds start of region to scan.
1731 (isearch-lazy-highlight-end): Now holds end of region to scan.
1732 (isearch-lazy-highlight-wrapped): Variable deleted.
1733 (isearch-lazy-highlight-search): Function deleted.
1734
13d6a61c
AI
17352000-01-02 Andrew Innes <andrewi@gnu.org>
1736
1737 * w32-fns.el (convert-standard-filename): Do length check on name
1738 before aref.
1739
064866e7
DL
17402001-01-02 Dave Love <fx@gnu.org>
1741
b33e041b
DL
1742 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1743 value.
1744 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1745
1746 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1747
8166ffd5
DL
1748 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1749 read syntax.
1750
064866e7
DL
1751 * calendar/todo-mode.el (todo): Add :link, :version.
1752 (todo-save-top-priorities): Remove autoload cookie.
1753 (todo-add-category, todo-add-item-non-interactively)
1754 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1755 cookie.
1756
6dde6abc
GM
17572001-01-02 Gerd Moellmann <gerd@gnu.org>
1758
1759 * comint.el (comint-input-history-ignore): New variable.
1760 (comint-read-input-ring): Ignore entries matching
1761 comint-input-history-ignore.
1762
1a8a9daf
GM
17632001-01-02 Eric M. Ludlam <zappo@gnu.org>
1764
1765 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1766 (lm-copyright-mark): New function.
1767 (lm-crack-copyright): New function.
1768 (lm-verify): Check that the file has a copyright.
1769 Check that the file is copyright Free Software Foundation.
1770
9c92eb53
KH
17712000-12-30 Kenichi Handa <handa@etl.go.jp>
1772
1773 * international/mule-diag.el (print-fontset): Indent font name by
1774 24 columns, not 25.
1775
49172314
GM
17762000-12-29 Gerd Moellmann <gerd@gnu.org>
1777
762a68ec
GM
1778 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1779 in Subject line.
1780
49172314
GM
1781 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1782 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1783 continuing an interrupted message with C-u C-x m for instence,
1784 winds up in Mail mode without abbrevs.
1785
bd7a2e26
GM
17862000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1787
1788 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1789 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1790 fix.
bd7a2e26
GM
1791 (ps-print-version): New version number (6.3.3).
1792 (ps-end-with-control-d): Initialization fix.
1793 (ps-lines-printed): New var.
1794 (ps-skip-newline): New fun.
1795 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1796 (ps-next-line, ps-continue-line, ps-plot-region)
1797 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1798
2b3f28a4
KH
17992000-12-29 Kenichi Handa <handa@etl.go.jp>
1800
1801 * international/fontset.el (x-complement-fontset-spec): Resolve
1802 ASCII font name so that the same family name is used for fonts
1803 registered in x-font-name-charset-alist.
1804 (create-fontset-from-fontset-spec): Adjusted for the above change.
1805 The name of fontset alias should be a unresolved ASCII font name.
1806
2ece9174
GM
18072000-12-28 Gerd Moellmann <gerd@gnu.org>
1808
1809 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1810 and delete in isearch-mode-map.
1811
cbe3ad7a
RS
18122000-12-28 Richard M. Stallman <rms@gnu.org>
1813
ca2ddd8e 1814 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1815 Use xpdf instead of acroread.
1816
a816f1c5
KH
18172000-12-28 Kenichi Handa <handa@etl.go.jp>
1818
f086e73c
KH
1819 * textmodes/artist.el (artist-butlast): Deleted.
1820 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1821 artist-butlast.
f086e73c 1822
a816f1c5
KH
1823 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1824
1825 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1826
b202115b
EZ
18272000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1828
1829 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1830
1831 * ls-lisp.el: Better support for the Mac and MS-Windows.
1832 (ls-lisp): New defgroup.
1833 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1834 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1835 (ls-lisp-support-shell-wildcards): New defcustoms.
1836 (ls-lisp-parse-symlink): New function.
1837 (insert-directory): Code to convert switches to a list and set up
1838 the wildcard argument copied from ls-lisp-insert-directory.
1839 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1840 for -C and -R switches.
1841 (ls-lisp-column-format): New function.
ca2ddd8e 1842 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1843 (ls-lisp-format-time): Add doc strings.
1844 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1845 Support ls-lisp-dirs-first.
1846 (ls-lisp-classify, ls-lisp-extension): New functions.
1847 (ls-lisp-format): Optionally support emulation of symlinks.
1848 Support -i, -s, and -G switches.
1849
6061fbf0
GM
18502000-12-27 Gerd Moellmann <gerd@gnu.org>
1851
5e25feee
GM
1852 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1853
6061fbf0
GM
1854 * version.el (emacs-version): Print X scroll bar information.
1855
1856 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1857 instead of x-toolkit-scroll-bars-p.
1858
1859 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1860 of x-toolkit-scroll-bars-p.
1861
25050dab
EZ
18622000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1863
1864 * ffap.el (ffap-bindings): Make interactive and add an autoload
1865 cookie.
1866 (ffap-bindings): Doc fix, to reflect the above change.
1867
c1786874
KH
18682000-12-27 Kenichi Handa <handa@etl.go.jp>
1869
1870 * term.el (term-char-mode): Define all non-ascii self-inserting
1871 characters to 'term-send-raw in term-raw-map.
1872
7261ece3 18732000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1874
6061fbf0 1875 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1876 guard.
ca2ddd8e 1877
6061fbf0 1878 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1879 initialization; use add-hook.
6061fbf0 1880 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1881
6061fbf0 1882 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1883
6061fbf0
GM
1884 * ediff.el (ediff-patch-buffer): Bug fix.
1885 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1886
83f40583
SM
18872000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * subr.el (combine-run-hooks): Remove.
1890
1891 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1892 and remove the rogue second spec.
1893
bdd6d4e8
GM
18942000-12-23 Gerd Moellmann <gerd@gnu.org>
1895
1896 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1897
26736ce3
SM
18982000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1899
0e86b6b0
SM
1900 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1901 Use minibuffer menu prompt for the `=' prefix.
1902 (smerge-command-prefix): Change default to C-^.
6eabfb26 1903 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1904
26736ce3
SM
1905 * skeleton.el (skeleton-internal-1): Make sure the first line of
1906 the region is also re-indented.
d21584d6
SM
1907 (skeleton-end-newline): New var.
1908 (skeleton-end-hook): Use it.
26736ce3 1909
95fa4fd7
MB
19102000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1911
1912 * comint.el (comint-password-prompt-regexp): Support CVS.
1913
f060b834
GM
19142000-12-22 Gerd Moellmann <gerd@gnu.org>
1915
856ff7a7
GM
1916 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1917 backspace key combinations, depending on
1918 delete-key-deletes-forward.
1919
1920 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1921
f060b834
GM
1922 * simple.el (delete-key-deletes-forward): Doc fix.
1923
653558a1
GM
19242000-08-22 Emmanuel Briot <briot@gnat.com>
1925
1926 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1927 white spaces are relevant in the XML file.
653558a1
GM
1928 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1929 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1930 of XML files.
653558a1
GM
1931 (xml-parse-tag): Check that the casing is the same in the start
1932 tag and end tag, since XML is case-sensitive. Allows for spaces
1933 in the end tag, after the name of the tag.
1934 (xml-parse-attlist): Allow for the character '-' in the name of
1935 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1936 the properties in the XML tree, since they are not relevant.
653558a1 1937
3ad93d8d
SM
19382000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1939
1940 * generic.el (generic-read-type): Undo last change, inline into
1941 `generic-mode' and then remove.
1942 (generic-mode): Inline generic-read-type.
1943 (define-generic-mode): Push the symbol name rather than the symbol
1944 onto generic-mode-list.
1945
177f4e88
GM
19462000-12-21 Gerd Moellmann <gerd@gnu.org>
1947
8e15274f
GM
1948 * generic.el (generic-read-type): Build an alist for
1949 completing-read as in 20.7.
1950
1951 * play/landmark.el (lm): Use interactive spec `P'.
1952 (toplevel): Don't set debug-on-error.
1953
177f4e88
GM
1954 * server.el (server-switch-buffer): Choose a window on a visible
1955 frame.
1956
6ba384dc
GM
19572000-12-21 Dave Pearson <davep@davep.org>
1958
1959 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 1960
647a066c
GM
19612000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1962
1963 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
1964 ranges like \177-\237, but accepts the character sequence from \177 to
1965 \237. Doc fix.
1966 (ebnf-version): New version (3.4).
1967 (ebnf-setup): Code fix.
1968 (ebnf-range-regexp): New fun.
1969 (ebnf-8-bit-chars): Const fix.
1970
1971 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
1972 entry. Doc fix.
1973 (ebnf-bnf-lex): Code fix.
1974 (ebnf-bnf-comment-chars): Const fix.
1975
1976 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
1977 entry. Doc fix.
1978 (ebnf-iso-comment-chars): Const fix.
1979
1980 * ebnf-otz.el: Doc fix.
1981
1982 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
1983 entry. Doc fix.
1984 (ebnf-yac-skip-code): Code fix.
1985 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 1986
bc22fd18
EZ
19872000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1988
1989 * files.el (insert-directory-safely): New function.
834d23b2 1990 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 1991 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 1992
587fc3f9
KH
19932000-12-21 Kenichi Handa <handa@etl.go.jp>
1994
eeefcfde 1995 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 1996 coding-category-list more rigidly. Improve help message.
eeefcfde 1997
587fc3f9
KH
1998 * dired.el (dired-move-to-filename-regexp): Fix previous change.
1999
01860fb9
MB
20002000-12-21 Miles Bader <miles@gnu.org>
2001
587fc3f9
KH
2002 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2003 prefix.
01860fb9 2004
3f9d67a6
KH
20052000-12-21 Kenichi Handa <handa@etl.go.jp>
2006
9fd1c1f7
KH
2007 * international/mule-diag.el (describe-char-after): Make *Help*
2008 buffer inherit multibyteness of the current buffer.
2009
3f9d67a6
KH
2010 * international/mule.el (make-char): Docstring adjusted for the
2011 change of make-char-internal.
2012
c9669fac
SM
20132000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2014
2015 * international/iso-cvt.el: Docstrings fix.
2016
19594307
DL
20172000-12-20 Dave Love <fx@gnu.org>
2018
2019 * subr.el (eval-after-load): Doc fix.
2020
b1a447b3
KH
20212000-12-20 Kenichi Handa <handa@etl.go.jp>
2022
2023 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2024 for numbers.
2025
09877d5d
MB
20262000-12-20 Miles Bader <miles@gnu.org>
2027
2028 * international/quail.el (quail-help): Resize the help window
2029 again after it has all its contents. Remove unneeded progn.
2030
71d4497a
GM
20312000-12-19 Gerd Moellmann <gerd@gnu.org>
2032
2033 * pcmpl-linux.el: Fix copy/paste error.
2034
741e56a0
AI
20352000-12-19 Andrew Innes <andrewi@gnu.org>
2036
2037 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2038 docstring.
2039
cc24d91c
CD
20402000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2041
ba4c05aa
CD
2042 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2043
2044 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2045
2046 * progmodes/idlw-shell.el: Fixed copyright notice.
2047
2048 * progmodes/idlwave.el: Fixed copyright notice.
2049
71d4497a 2050 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2051 TAB as key separators.
2052
524c8caf
GM
20532000-12-19 Alex Schroeder <alex@gnu.org>
2054
2055 * sql.el (sql-sybase-options): New option.
2056 (sql-sybase): Use it. Add sql-database to the list of parameters
2057 provided for login. The options -w 2048 -n are not used any more.
2058 (sql-postgres-options): Changed default from "--pset" to "-P".
2059 (sql-mysql-options): Doc change.
2060 (sql-stop): Doc change.
2061
b5fa513d
KH
20622000-12-19 Kenichi Handa <handa@etl.go.jp>
2063
2064 * international/quail.el (quail-input-method): Always hide
2065 the guidance buffer on exiting.
2066
91c9e6ce
GM
20672000-12-18 Gerd Moellmann <gerd@gnu.org>
2068
c6da4eb4
GM
2069 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2070 isn't fboundp.
2071
3d2a0e0b
GM
2072 * server.el (server-buffer-done): Bury the buffer before
2073 killing it.
2074
91c9e6ce
GM
2075 * faces.el (face-spec-set): Interpret a nil in specs for
2076 foreground and background colors as `unspecified', for
2077 compatibility with 20.x.
2078
40fa0008
DL
20792000-12-18 Dave Love <fx@gnu.org>
2080
22adbe54
DL
2081 * simple.el (mail-user-agent): Doc fix.
2082 (input-mode-8-bit): Removed.
2083
2084 * international/mule.el (set-keyboard-coding-system): Doc fix.
2085 (keyboard-coding-system): New option.
2086
40fa0008
DL
2087 * mail/sendmail.el (send-mail-function): Customize.
2088
6f4745e2
EZ
20892000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2090
2091 * international/codepage.el (cp866-decode-table): New table.
2092
82b90229
GM
20932000-12-18 Gerd Moellmann <gerd@gnu.org>
2094
2095 * version.el (emacs-version): Remove `%a' from the time format
2096 because the weekday doesn't fit well into each locale.
2097
5a047002
MB
20982000-12-18 Miles Bader <miles@gnu.org>
2099
7f49aa07
MB
2100 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2101
ca2ddd8e 2102 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2103 Check that emacs-major-version is `=' to 20, not `>='.
2104 (artist-replace-chars): Use `make-string' instead of a loop.
2105
22ea2607
EZ
21062000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2107
2108 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2109 (cvs-execute-single-file): Don't change directory.
2110 Patch from Per Cederqvist.
2111
6c825f8e
EZ
21122000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2113
2114 * textmodes/ispell.el (check-ispell-version): If
2115 `ispell-program-name' is "aspell", pass it the -v switch instead
2116 of -vv.
2117
8ff06845
KH
21182000-12-16 Kenichi Handa <handa@etl.go.jp>
2119
af4bb4c8
KH
2120 * international/mule-diag.el (mule-diag): Insert information about
2121 configure options, multibyte awareness, language env.
2122
8ff06845
KH
2123 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2124 regexp to search for candidates.
2125
b24e84ab
EZ
21262000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2127
2128 * info.el (Info-forward-node): If the node has an
2129 Info-header-line, widen the buffer before searching for "next:"
2130 and "up:" pointers, and set the search limit to stay in the
2131 current node.
2132
7981d89f
MB
21332000-12-16 Miles Bader <miles@gnu.org>
2134
2135 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2136
88ee7917
MB
21372000-12-15 Miles Bader <miles@gnu.org>
2138
2139 * comint.el (comint-send-string, comint-send-region): Also accept
2140 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2141 process-send-string/region.
2142
0c28d842
GM
21432000-12-15 Gerd Moellmann <gerd@gnu.org>
2144
4ea7fdca
GM
2145 * isearch.el (isearch-lazy-highlight-max): New user-option.
2146 (isearch-lazy-highlight-update): Don't highlight more than
2147 isearch-lazy-highlight-max matches.
2148
0c28d842
GM
2149 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2150
984c9f75 21512000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2152
8062e53a
GM
2153 * sort.el (sort-columns): Fix error message.
2154
3ffa545b
GM
2155 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2156 `upcase' or `downcase' or nil.
2157 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2158 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2159 (dabbrev--substitute-expansion): New arg record-case-pattern.
2160 If it is non-nil, set dabbrev--last-case-pattern.
2161 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2162
2163 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2164
c2d7f289
MB
21652000-12-15 Miles Bader <miles@gnu.org>
2166
b6348438
MB
2167 * paths.el (Info-default-directory-list): Don't delete
2168 configure-info-directory from the list of standard info
2169 directories when appending it to the end -- their order is
2170 important.
2171
f9056dd9
MB
2172 * faces.el (read-face-attribute): If there's no entry for the
2173 user's input in VALID, just use it as-is (this will often result
2174 in an error, but it may be OK for e.g. colors using hexadecimal
2175 notation, and at least will yield a better error message).
2176
c2d7f289 2177 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2178 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2179 Variables removed.
2180 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2181 window is really the right size. Use vertical-motion
2182 rather than forward-line.
2183 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2184 (ispell-command-loop, ispell-show-choices): Use the variable
2185 ispell-choices-win-default-height, rather than the function.
2186 (ispell-choices-win-default-height): Function removed.
2187 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2188
8f530b95
SM
21892000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2190
2191 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2192
6d435deb
EZ
21932000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2194
4dddb0b7
EZ
2195 * paths.el (Info-default-directory-list): If
2196 configure-info-directory is not one of the standard directories,
2197 put it first in the list; otherwise put it last. Doc string
2198 changed accordingly.
2199
2200 * info.el (Info-directory-list): Change doc string to reflect the
2201 change in Info-default-directory-list.
2202
6d435deb
EZ
2203 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2204 windows-nt as windowed environments, even under -nw.
2205
2206 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2207 if not fboundp. Switch delete-forward mode for the <delete> key
2208 on all PC platforms, even under -nw.
2209
2210 * term/internal.el ([M-delete]): Remap to M-d.
2211
9d7d9263
GM
22122000-12-14 Gerd Moellmann <gerd@gnu.org>
2213
2214 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2215
7cf0153a
EZ
22162000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2217
2218 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2219
5e5b3d41
GM
22202000-12-14 Gerd Moellmann <gerd@gnu.org>
2221
5f368d29
GM
2222 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2223 if appropriate.
2224
2225 * simple.el (delete-key-deletes-forward): New user-option.
2226 (delete-key-deletes-forward-mode): New function.
2227
9d7d9263 2228 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2229
5e5b3d41
GM
2230 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2231 if symbol is bound before getting its value.
2232
2233 * tooltip.el (tooltip-show): If an error is signaled in
2234 x-show-tip, display that error, and display the help in the
2235 echo area.
ca2ddd8e 2236
191b83b6
KH
22372000-12-14 Kenichi Handa <handa@etl.go.jp>
2238
2239 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2240 "... entries" messages for every 10000 entries, not 10.
2241
6192b604
KF
22422000-12-13 Karl Fogel <kfogel@red-bean.com>
2243
2244 * bookmark.el: Provide a generic exit hook, as suggested by
2245 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2246 (bookmark-exit-hook): New var.
2247 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2248 old raw lambda form in `kill-emacs-hook', and runs new
2249 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2250 as logically that feature must have been provided if this function
2251 is running.
2252 Removed ;;;###autoload before the `add-hook' call.
2253
5edf6b55
SM
22542000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2255
2256 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2257 (easy-menu-current-active-maps): New function.
2258 (easy-menu-get-map): Use it.
2259 Make a proper menu entry when creating a new keymap.
2260
16b5e8e6
KH
22612000-12-13 Kenichi Handa <handa@etl.go.jp>
2262
d49fc4eb
KH
2263 * international/characters.el: Fix cases and syntaxes for
2264 mule-unicode-0100-24ff.
2265
3b53d876
KH
2266 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2267 that a Japanese character is not appended after day and year.
2268
16b5e8e6
KH
2269 * info.el (Info-suffix-list): Change format for a command that
2270 requires arguments.
2271 (info-insert-file-contents): Adjusted for the above change.
2272
1df1c518
AS
22732000-12-12 Andreas Schwab <schwab@suse.de>
2274
2275 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2276 on the name of the tar buffer. Verify that the existing buffer is
2277 visiting the same subfile.
2278
a7a07b98
DL
22792000-12-12 Dave Love <fx@gnu.org>
2280
2281 * subdirs.el: Add obsolete.
2282
4fdbd809
GM
22832000-12-12 Gerd Moellmann <gerd@gnu.org>
2284
bfdb75ee
GM
2285 * mail/rmailsum.el (rmail-summary-expunge)
2286 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2287 instead of rmail-confirm-expunge.
2288
4fdbd809
GM
2289 * replace.el (perform-replace): Don't use an empty match adjacent
2290 to a non-empty match when computing the next match before the
2291 replacement is performed.
2292
e9a59cad
GM
22932000-12-12 Milan Zamazal <pdm@freesoft.cz>
2294
2295 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2296 definition (patch by Stefan Monnier).
2297 (glasses-mode): Use jit-lock instead of `after-change-functions'
2298 (patch by Stefan Monnier).
2299
c2def7a0
MB
23002000-12-12 Miles Bader <miles@gnu.org>
2301
2302 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2303 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2304
591b63b4
AC
23052000-12-12 Andrew Choi <akochoi@i-cable.com>
2306
2307 * term/mac-win.el: Remove load for ls-lisp.
2308
a924cf63 2309 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2310
5ff4ba3d
MB
23112000-12-12 Miles Bader <miles@gnu.org>
2312
2313 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2314 Respect field end too.
2315 (just-one-space): Respect fields as `delete-horizontal-space'.
2316 (newline-and-indent, reindent-then-newline-and-indent): Use
2317 `delete-horizontal-space'.
2318
d0c679bc
SM
23192000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2320
adf9c994
SM
2321 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2322 (so as to obey the field property in the minibuffer).
2323
4b0cd42d
SM
2324 * obsolete/c-mode.el: Moved from lisp/progmodes.
2325 * obsolete/auto-show.el: Moved from lisp.
2326 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2327
89f85863
CD
23282000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2329
2330 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2331 changes to list them here.
89f85863
CD
2332
2333 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2334 many changes to list them here.
2335
2336 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2337 many changes to list them here.
2338
2339 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2340
3e0d35ce
GM
23412000-12-11 Gerd Moellmann <gerd@gnu.org>
2342
d990421f
GM
2343 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2344 nil.
2345
ca2ddd8e 2346 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2347 Comment fix.
2348
3e0d35ce
GM
2349 * hscroll.el: Moved to `obsolete' subdir.
2350
ff904dd6
MB
23512000-12-11 Miles Bader <miles@gnu.org>
2352
2353 * window.el (window-text-height): Function removed (now in C).
2354
fb97d87f
SM
23552000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2356
2357 * log-edit.el (log-edit-parent-buffer): New var.
2358 (log-edit): Set it. Add BUFFER argument.
2359 (log-edit-done): Use char-before.
2360 Don't bother checking validity of vc-comment-ring.
2361 Only bury the buffer if log-edit popped it up.
2362
2363 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2364 (cvs-mode-diff-help): Remove.
2365 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2366 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2367
2368 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2369 Remove binding for ? now made unnecessary.
2370
7de77417
CD
23712000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2372
2373 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2374 function
7de77417
CD
2375 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2376
2377 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2378 when master file is not open.
2379
4efa209f
SM
23802000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2381
2382 * progmodes/ada-stmt.el: Update `maintainer'.
2383
0a8052bd
GM
23842000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2385
2386 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2387 choices to match documentation string.
2388
a12167c5
MB
23892000-12-09 Miles Bader <miles@gnu.org>
2390
2161605d
MB
2391 * minibuf-eldef.el: New file.
2392
a12167c5
MB
2393 * window.el (fit-window-to-buffer): Don't pass last argument to
2394 pos-visible-in-window-p, now that its meaning is inverted.
2395
9ea8de1b
EZ
23962000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2399 <ceder@lysator.liu.se>.
2400
5002ddbb
SM
24012000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2402
b6114d80
SM
2403 * autoinsert.el (auto-insert-alist): Add missing final \n.
2404
ee8d23ee
SM
2405 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2406 (cvs-menu-map): Remove.
2407 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2408 (cvs-mode-quit): Turn it back into a plain function.
2409
5002ddbb 2410 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2411 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2412
2413 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2414 file where it's more visible.
2415 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2416 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2417 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2418 (texinfo-inside-macro-p): Only catch `scan-error's.
2419 (texinfo-inside-env-p): Make better use of the match info.
2420 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2421 (texinfo-insert-@end): Slight re-organization.
2422 Also remove useless `looking-at' call.
2423
30cd075d
AI
24242000-12-08 Andrew Innes <andrewi@gnu.org>
2425
2426 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2427 accessible in -nw mode.
2428
2429 * term/w32-win.el: Remove stuff about selection timeout, which is
2430 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2431 it is accessible in -nw mode.
2432
01b91009
DL
24332000-12-08 Dave Love <fx@gnu.org>
2434
2435 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2436 font-lock-keywords-case-fold-search.
2437
842b2a94
GM
24382000-12-08 Gerd Moellmann <gerd@gnu.org>
2439
2440 * textmodes/ispell.el (ispell): Doc fix.
2441
f9d5f611
KH
24422000-12-08 Kenichi Handa <handa@etl.go.jp>
2443
2444 * international/quail.el (quail-insert-decode-map): Check the
2445 frame width of a window displaying the current buffer, not that of
2446 the selected frame.
2447 (quail-help): Make sure that the help buffer has window before
2448 inserting text in it.
2449
e04d21aa
SS
24502000-12-07 Sam Steingold <sds@gnu.org>
2451
2452 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2453 Backquote is used in isearch.el, so autoloading saves nothing.
2454
fc3e23a4
EZ
24552000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2456
137cad7c
EZ
2457 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2458 the CVS and RCS subdirectories case-insensitively.
2459
fc3e23a4
EZ
2460 * dired.el (dired-insert-directory): If file-system-info is
2461 fboundp, call it instead of invoking dired-free-space-program.
2462
796ecd10
GM
24632000-12-07 Gerd Moellmann <gerd@gnu.org>
2464
0f5f7c3e
GM
2465 * server.el (server-visit-files): Push files on file-name-history.
2466
3764ba49
GM
2467 * progmodes/cc-langs.el: Update copyright.
2468
8e7931da
GM
2469 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2470
ae0d7485 2471 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2472
796ecd10
GM
2473 * bindings.el (mode-line-mode-menu): Reverse the order
2474 of define-keys so that the menu appears in alphabetical order.
2475
ae0d7485
GM
24762000-12-07 Milan Zamazal <pdm@freesoft.cz>
2477
2478 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2479 of the function.
2480
e2849090
DL
24812000-12-07 Dave Love <fx@gnu.org>
2482
2483 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2484
2485 * facemenu.el (facemenu-unlisted-faces): Fix value.
2486
5c7f629c
SM
24872000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2488
2489 * font-lock.el (font-lock-default-fontify-region):
2490 Include the terminating \n (off-by-one error).
2491 (font-lock-set-defaults): Use dolist.
2492
2493 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2494
73481ae3
KH
24952000-12-07 Kenichi Handa <handa@etl.go.jp>
2496
ffbaa122
KH
2497 * international/mule-cmds.el (describe-language-environment): Fix
2498 for the case that an input method title is not string but a list.
2499
73481ae3
KH
2500 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2501 of wrong SIZE record.
2502
e2896b22
DL
25032000-12-06 Dave Love <fx@gnu.org>
2504
67292061
DL
2505 * newcomment.el (comment-region, comment-dwim): Doc fix.
2506
2507 * textmodes/texinfo.el: Require tex-mode when compiling.
2508 (texinfo-update-node): Doc fix.
2509 (texinfo-imenu-generic-expression): Add @anchor.
2510 (texinfo-font-lock-keywords): Add @uref.
2511 (texinfo-inside-macro-p): Don't use ignore-errors.
2512 (texinfo-insert-quote): Match more contexts.
2513
e76938e7
DL
2514 * international/mule.el (decode-char, encode-char): Doc fix.
2515 (auto-coding-alist): Customize.
2516
2517 * files.el (load-file): Fix change of 2000-03-12.
2518
e2896b22
DL
2519 * wid-edit.el (widget-text-keymap): Doc fix.
2520
6610f4b2
AI
25212000-12-06 Andrew Innes <andrewi@gnu.org>
2522
2523 * makefile.w32-in (lisp): Set to an absolute directory, namely
2524 $(CURDIR).
2525
9e3366e4
EZ
25262000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2527
2528 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2529 read generated-autoload-file, and set buffer-file-coding-system to
2530 raw-text-unix after reading the file.
2531
2532 * international/mule-conf.el (file-coding-system-alist): Use
2533 raw-text for reading loaddefs.el and raw-text-unix for writing
2534 it.
2535
d94d636f
GM
25362000-12-06 Gerd Moellmann <gerd@gnu.org>
2537
384333ee
GM
2538 * replace.el (occur): Make line-number-width 1 smaller for the
2539 colon following the line number.
2540
347d0813
GM
2541 * startup.el (fancy-splash-text, command-line-1): Use
2542 `File' for the menu name instead of `Files'.
e04d21aa 2543
d4b72d58
GM
2544 * tmm.el: Update copyright.
2545
d94d636f
GM
2546 * cus-start.el: Add entry for even-window-heights.
2547
6e424019
MB
25482000-12-06 Miles Bader <miles@gnu.org>
2549
2550 * faces.el (frame-set-background-mode): Avoid stomping on
2551 locally modified faces.
2552
e6477b58
KH
25532000-12-06 Kenichi Handa <handa@etl.go.jp>
2554
2555 * international/fontset.el: Correct the font registries for
2556 japanese-jisx0213-1 and japanese-jisx0213-2.
2557
21999ab9
GM
25582000-12-05 Gerd Moellmann <gerd@gnu.org>
2559
57d6e381
GM
2560 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2561
21999ab9
GM
2562 * iswitchb.el: Update customization commentary.
2563
7422819c
GM
25642000-12-05 Rob Riepel <riepel@Stanford.EDU>
2565
2566 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2567 (tpu-search-highlight): Fixed comparison of overlay end positions.
2568 (tpu-trim-line-ends): Implemented trimming logic locally.
2569
2570 * emulation/tpu-extras.el (tpu-write-file-hook)
2571 (tpu-set-cursor-bound): Replaced picture-clean with
2572 tpu-trim-line-ends.
2573
73daff18
KH
25742000-12-05 Kenichi Handa <handa@etl.go.jp>
2575
2576 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2577 to cn-gb.
2578 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2579
6a4cd002
DL
25802000-12-04 Dave Love <fx@gnu.org>
2581
2582 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2583
6452929e
GM
25842000-12-04 Gerd Moellmann <gerd@gnu.org>
2585
e04d21aa 2586 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2587 (rmail-summary-expunge-and-save): Ask for confirmation with
2588 rmail-expunge-confirmed.
2589
2590 * mail/rmail.el (rmail-expunge-confirmed): New function.
2591 (rmail-expunge): Use it.
2592
0c68ce6f
GM
2593 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2594 (etags-recognize-tags-table, find-tag-in-order): New
2595 functionality: interpret file names as tags.
e04d21aa 2596
7a53d8c8
EZ
25972000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2598
2599 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2600 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2601 visit the first subnode until the bottom of the current node is
2602 visible.
2603
caa15ef7
GM
26042000-12-04 Gerd Moellmann <gerd@gnu.org>
2605
2606 * format.el (format-decode): Don't change buffer's undo list.
2607
e225faa7
KH
26082000-12-04 Kenichi Handa <handa@etl.go.jp>
2609
2610 * faces.el (face-font-registry-alternatives): Add entries for CJK
2611 fonts. Doc-string adjusted for the actual usage of this data.
2612
2613 * international/fontset.el: Change the font registries for CJK
2614 fonts in the default fontset. Don't append '*' to registries.
2615
8b262a65
SM
26162000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2617
e04d21aa 2618 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2619 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2620
2621 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2622 (derived-mode-p): New function.
2623 (derived-mode-make-docstring): Add `docstring' argument.
2624 Use it if available and complete it if necessary.
2625
33c4460b
AS
26262000-12-03 Andreas Schwab <schwab@suse.de>
2627
2628 * type-break.el (type-break): Don't make parent of itself.
2629
5c9b3fac
MB
26302000-12-03 Miles Bader <miles@gnu.org>
2631
2632 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2633
27ce741e
SM
26342000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2635
07c16ec4
SM
2636 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2637 (tex-main-file, tex-file): Simplify.
2638 (tex-generate-zap-file-name): Use subst-char-in-string.
2639 (tex-strip-dots): Remove.
2640
c19cc275
SM
2641 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2642
27ce741e
SM
2643 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2644 to check if the match succeeded.
2645
285991dc
GM
26462000-12-02 Gerd Moellmann <gerd@gnu.org>
2647
2648 * startup.el (use-fancy-splash-screens-p): New function.
2649 (command-line-1): Use it to determine whether or not to use
2650 a fancy splash screen.
2651
52dca1b2
AS
26522000-12-02 Andreas Schwab <schwab@suse.de>
2653
2654 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2655
d3e7e7cf
EZ
26562000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2657
2dce2360
EZ
2658 * international/mule.el (make-char): Fix last change.
2659
9768eaa7
EZ
2660 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2661 New defcustoms.
2662 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2663 autoloading tex-mode; instead, do the same manually. Use
2664 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2665 with numeric argument. Docstring fix.
2666 (toplevel): Require cl when compiling.
e04d21aa 2667
285991dc 2668 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2669
0dd5e255
JR
26702000-12-02 Jason Rumney <jasonr@gnu.org>
2671
2672 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2673 the Emacs Lisp manual)
2674
fbb87147
EZ
26752000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2676
5cbb3e93
EZ
2677 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2678
fbb87147
EZ
2679 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2680 the Emacs Lisp manual).
2681
1636ca09
GM
26822000-12-02 Gerd Moellmann <gerd@gnu.org>
2683
2684 * simple.el (next-line-add-newlines): Change default to nil.
2685
68875f0e
EZ
26862000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2687
2688 * files.el (revert-buffer, recover-file): Bind
2689 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2690
fd9ac94c
GM
26912000-12-01 Gerd Moellmann <gerd@gnu.org>
2692
2693 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2694
45450dd5
MB
26952000-12-01 Miles Bader <miles@gnu.org>
2696
2697 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2698
09df8881
KH
26992000-12-01 Kenichi Handa <handa@etl.go.jp>
2700
2701 * international/mule-diag.el (describe-char-after): Fix typo.
2702 (describe-character-set, non-iso-charset-alist): Fix typo.
2703
dea0a87d
MB
27042000-12-01 Miles Bader <miles@gnu.org>
2705
b170205b
MB
2706 * image-file.el (image-file-name-regexp): Automatically add
2707 upper-case variants of each filename extension in
2708 `image-file-name-extensions', since they seem to be common.
2709
e04d21aa 2710 * simple.el (minibuffer-contents)
dea0a87d
MB
2711 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2712 New functions.
2713 * filecache.el (file-cache-directory-name)
2714 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2715
2b69bc11 27162000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2717
dea0a87d
MB
2718 * filecache.el (file-cache-minibuffer-complete): Don't try to
2719 delete the minibuffer prompt.
2720
a8a1b05d
DL
27212000-11-30 Dave Love <fx@gnu.org>
2722
2723 * cus-start.el: Fix read-buffer-function type.
2724
693c4692
GM
27252000-11-30 Gerd Moellmann <gerd@gnu.org>
2726
2727 * md5.el: Removed. There's a built-in function, now.
2728
2c0b1898
GM
27292000-11-30 Markus Rost <rost@math.ohio-state.edu>
2730
2731 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2732 as dummy 0-th char of rmail-deleted-vector.
2733
63dfcf4b
EZ
27342000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2735
2736 * ps-print.el (ps-end-job): Bind case-fold-search only after
2737 switching to ps-spool-buffer.
2738
27392000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2740
2741 * ps-print.el: Line number font customization. PostScript: Lines and
2742 PageCount are initialized on each page. Doc Fix.
2743 (ps-print-version): New version number (6.3.2).
2744 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2745 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2746 (ps-right-header): Customization fix.
2747 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2748 Fix code.
2749 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2750 New vars.
2751
df3aedcf
GM
27522000-11-30 Gerd Moellmann <gerd@gnu.org>
2753
edfb795e
GM
2754 * bs.el: Fix typos and spelling errors.
2755 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2756 (bs-configuration): Doc fix.
e04d21aa 2757
df3aedcf
GM
2758 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2759
8b8a7f01
GM
27602000-11-30 Rob Riepel <riepel@Stanford.EDU>
2761
2762 * emulation/tpu-edt.el (tpu-version): New version.
2763 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2764 (tpu-original-mode-line): Variable deleted.
2765 (tpu-mark-flag): New initial value.
2766 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2767 tpu-mark-flag to minor-mode-alist.
2768 (tpu-update-mode-line): New mark flag logic.
2769 (tpu-get): Use find-file-wildcards.
2770 (tpu-search-highlight): Move overlay less, reset overlay properly.
2771 (tpu-unselect): Deactivate mark.
2772 (tpu-lm-replace): Reset overlay properly.
2773 (tpu-forward-line): Use forward-visible-line.
2774 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2775
2776 * emulation/tpu-extras.el (tpu-forward-line): Use
2777 forward-visible-line.
e04d21aa 2778
c069a9d3
GM
27792000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2780
2781 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2782
b02cd40b
GM
27832000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2784
2785 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2786 and skip whitespace and newlines.
e04d21aa 2787
b7a90344
SM
27882000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2791
be6bbb55
GM
27922000-11-29 Gerd Moellmann <gerd@gnu.org>
2793
0383ed60
GM
2794 * help.el (describe-function-1): Regexp-quote function name
2795 when used as part of a regexp.
2796
c7957947
GM
2797 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2798 face-attribute instead of face-foreground and face-background.
2799 (tool-bar-add-item): Likewise, and handle unspecified colors.
2800
2801 * enriched.el (enriched-face-ans): Use face-attribute instead
2802 of face-foreground and face-background.
2803
2804 * faces.el (face-foreground, face-background, face-stipple):
2805 Return nil if attribute is unspecified, for backward
2806 compatibility.
2807
7423978d
GM
2808 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2809
ef128c78
GM
2810 * play/5x5.el: Remove version info.
2811
a81fc510
GM
2812 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2813
be6bbb55
GM
2814 * frame.el (blink-cursor-mode): Doc fix.
2815
f9396e03
GM
28162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2817
2818 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2819 to create Makefile rules.
2820 (antlr-tool-command): New user option.
2821 (antlr-ask-about-save): New user option.
2822 (antlr-makefile-specification): New user option.
2823 (antlr-file-formats-alist): New variable.
2824 (antlr-special-file-formats): New variable.
2825 (antlr-unknown-file-formats): New user option.
2826 (antlr-help-unknown-file-text): New variable.
2827 (antlr-help-rules-intro): New variable.
2828 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2829 (antlr-mode-menu): Add entries.
2830 (antlr-file-dependencies): New function.
2831 (antlr-directory-dependencies): New function.
2832 (antlr-superclasses-glibs): New function.
2833 (antlr-run-tool): New command.
2834 (antlr-makefile-insert-variable): New function.
2835 (antlr-insert-makefile-rules): New function.
2836 (antlr-show-makefile-rules): New command.
2837
2838 * antlr-mode.el: More Emacs/XEmacs stuff.
2839 (antlr-no-action-keywords): New constant with value nil.
2840 (antlr-font-lock-keywords-alist): Use it. Old value would break
2841 syntax highlighting in Emacs-21.0.
2842 (antlr-default-directory): Emacs/XEmacs dependend function.
2843 (antlr-read-shell-command): Ditto.
2844 (antlr-with-displaying-help-buffer): Ditto.
2845
28462000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2847
2848 * antlr-mode.el: imenu, parsing and highlighting changes.
2849 (antlr-imenu-create-index-function): Don't create extra submenus
2850 for definitions in different grammar classes. It is not necessary
2851 for the menu and would make command `imenu' awkward to use.
2852 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2853 header actions and more than one.
2854 (antlr-font-lock-tokendef-face): Changed color.
2855 (antlr-font-lock-tokenref-face): Changed color.
2856 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2857 (antlr-mode-syntax-table): New variable.
2858 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2859 (antlr-with-syntax-table): Don't copy syntax table.
2860
28612000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2862
2863 * antlr-mode.el: Minor changes: language setting.
2864 (antlr-language-alist): The value for file option "language" can
2865 be both an identifier and a string.
2866 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2867 (antlr-language-limit-n-regexp): Change accordingly.
2868
28692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2870
2871 * antlr-mode.el: Minor changes: tabs, hiding.
2872 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2873 (antlr-action-visibility): Also allow value nil to also hide the
2874 braces. Renamed from `antlr-tiny-action-length'.
2875 Suggested by Jay@aol.com.
2876 (antlr-hide-actions): Change accordingly. Hide line if completely
2877 hidden action is on a line of its own.
e04d21aa 2878
6ad948eb
SM
28792000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2880
2881 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2882
2883 * sort.el (sort-columns): Don't concat strings with numbers.
2884
9c6a4107
DL
28852000-11-29 Dave Love <fx@gnu.org>
2886
2887 * cus-edit.el (face): Fix :format.
2888
2889 * mail/feedmail.el: Require smtpmail when compiling.
2890 (mail-do-fcc): Autoload.
2891 (feedmail) <defgroup>: Fix :link.
2892 (feedmail-nuke-body-in-fcc): Fix :type.
2893 (feedmail-send-it): Add autoload cookie.
2894
053b8d35
SM
28952000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2896
2897 * newcomment.el (comment-indent): Save excursion around call to
2898 comment-indent-function.
2899
242c13e8
MB
29002000-11-29 Miles Bader <miles@gnu.org>
2901
2902 * subr.el (member-ignore-case): Return the tail of the list who's
2903 car matches, like `member', not the matching element itself.
2904
8f4b5f28
KH
29052000-11-29 Kenichi Handa <handa@etl.go.jp>
2906
2907 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2908 should not contain `\n'.
2909
bebe4a2c
GM
29102000-11-28 Gerd Moellmann <gerd@gnu.org>
2911
fd9ac94c 2912 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2913
ba7e40eb
GM
2914 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2915
75ab0c79
GM
2916 * dired-aux.el (dired-do-create-files): Construct default file
2917 name for dired-mark-read-file-name so that when the user enters
2918 just RET, the target file will end up in the target directory.
2919
bebe4a2c
GM
2920 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2921 local-abbrev-table before changing buffers because it might
2922 have a buffer-local binding.
2923
fa6d1ca8
MB
29242000-11-28 Miles Bader <miles@gnu.org>
2925
2926 * simple.el (delete-horizontal-space): Handle fields more generally.
2927
8d2c2642
GM
29282000-11-28 Gerd Moellmann <gerd@gnu.org>
2929
2930 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2931
8b31236d
DL
29322000-11-28 Dave Love <fx@gnu.org>
2933
3cbd02d2
DL
2934 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2935 comment-start-skip locally.
2936
8b31236d
DL
2937 * progmodes/fortran.el (fortran-mode): Don't set
2938 fortran-comment-line-start-skip. Set comment-start to
2939 fortran-comment-line-start.
2940 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2941 (fortran-comment-line-start-skip): Simplify slightly.
2942
ae4bf56d
GM
29432000-11-28 Gerd Moellmann <gerd@gnu.org>
2944
17ef7534
GM
2945 * play/5x5.el: Remove RCS keyword.
2946
fd9ac94c 2947 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2948
665b27a6
GM
29492000-11-28 Milan Zamazal <pdm@freesoft.cz>
2950
2951 * textmodes/tildify.el (tildify-string-alist): Add
2952 `plain-tex-mode' here.
2953
fe3c2ae3
GM
29542000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2955
2956 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2957 reference.
2958
d970106b
MB
29592000-11-28 Miles Bader <miles@gnu.org>
2960
36b80a0d
MB
2961 * cus-face.el (custom-face-attributes): Add post-filter function
2962 for :box. Make pre-filter function for :box handle all cases.
2963
d970106b
MB
2964 * wid-edit.el (widget-choose): Make sure pop-up window is large
2965 enough to display all the choices, as there's no way to scroll it.
2966
5a2bae6c
KH
29672000-11-28 Kenichi Handa <handa@etl.go.jp>
2968
2969 * international/mule-conf.el: Make the coding system no-conversion
2970 safe for all characters.
2971
9e836e23
DL
29722000-11-27 Dave Love <fx@gnu.org>
2973
8b31236d
DL
2974 * net/ldap.el (ldap) <defgroup>: Add :version.
2975
9e836e23
DL
2976 * tooltip.el (tooltip-use-echo-area): Doc fix.
2977
2978 * cus-start.el <minibuffer-prompt-properties>: Add version.
2979 <read-buffer-function>: Add.
2980
2981 * apropos.el (apropos-print): Add help-echo to active text.
2982
2983 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
2984
4a74d071
GM
29852000-11-27 Gerd Moellmann <gerd@gnu.org>
2986
2987 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
2988 type, group and version.
2989
76058c27
EZ
29902000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
2991
4a74d071 2992 * select.el (x-get-selection): Docstring fix.
76058c27 2993
fd9ac94c 29942000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 2995
fd9ac94c 2996 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 2997
49060c51
AI
29982000-11-27 Andrew Innes <andrewi@gnu.org>
2999
3000 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3001
3002 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3003
b2a8e429
MB
30042000-11-27 Miles Bader <miles@gnu.org>
3005
3006 * dired.el (dired-get-filename): Return filename verbatim if
3007 LOCALP is `verbatim'.
3008 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3009 `verbatim' so that we don't inadvertently delete a non-existant
3010 directory name.
3011
5ac0366d
KH
30122000-11-27 Kenichi Handa <handa@etl.go.jp>
3013
3014 * international/characters.el: Specify cases and syntaxes for
3015 mule-unicode-0100-24ff.
3016
67f1cf4c
GM
30172000-11-27 Gerd Moellmann <gerd@gnu.org>
3018
3019 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3020 that foreground and/or background colors of the face `tool-bar'
3021 are unspecified.
3022
46c56972
MB
30232000-11-27 Miles Bader <miles@gnu.org>
3024
e04d21aa 3025 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3026 (widget-field-end): Handle widget field `pseudo-overlays'.
3027 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3028 if it's there instead of in `widget-field-list'.
3029
46c56972 3030 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3031 (help-make-xrefs): Delete extraneous newlines at the end of the
3032 docstring.
46c56972 3033
640a9cdd
JR
30342000-11-25 Jason Rumney <jasonr@gnu.org>
3035
3036 * startup.el (command-line): Call set-locale-environment after
3037 Window System init file is read, as it can result in a call to
3038 redraw-frame.
3039
0b3f96d4
EZ
30402000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3041
3042 * simple.el (shell-command): Mention the effect of the prefix
3043 argument in the doc string.
3044
8da6e2a1
MB
30452000-11-25 Miles Bader <miles@gnu.org>
3046
a658d039
MB
3047 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3048
8da6e2a1 3049 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3050 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3051
d3416cca
JR
30522000-11-24 Jason Rumney <jasonr@gnu.org>
3053
3054 * international/mule-cmds.el (locale-language-names): Add "jp" as
3055 a non-standard alternative for Japanese.
3056
17e37f53
AS
30572000-11-24 Andre Spiegel <spiegel@gnu.org>
3058
3059 * vc-hooks.el: Require 'cl during compilation.
3060
9aa5f148
GM
30612000-11-24 Gerd Moellmann <gerd@gnu.org>
3062
ba193890
GM
3063 * faces.el (face-set-after-frame-default): Let face attributes
3064 specified for new frames override frame parameters.
3065
9aa5f148
GM
3066 * startup.el (command-line): Fix computation of the source file
3067 for user-init-file when user-init-file is a compiled file.
3068
51a1edab
MB
30692000-11-24 Miles Bader <miles@gnu.org>
3070
e04d21aa 3071 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3072 (custom-post-filter-face-spec): New functions.
3073 (custom-face-set, custom-face-value-create): Filter the face spec
3074 before and after customization.
3075 (custom-face-set): If VALUE specifies a null face, pass a
3076 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3077 * cus-face.el (custom-face-attributes): Remove SET and GET
3078 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3079 cases they're needed.
3080
1ed74431
MB
3081 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3082 that it's distinguishable from the :off-glyph on dark-background
3083 displays. Set its background color too.
3084
67ee1125
MB
3085 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3086 so that people can easily turn it off.
3087
7d027816 30882000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3089
7d027816 3090 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3091
9aa5f148 3092 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3093
9aa5f148 3094 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3095
9aa5f148 3096 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3097 redundant skip-small-frames test.
e04d21aa 3098
9aa5f148 3099 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 3100 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 3101
9aa5f148
GM
3102 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3103 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3104 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 3105 functions.
e04d21aa 3106
9aa5f148 3107 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3108
9aa5f148 3109 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3110
f07fa1b8
KH
31112000-11-24 Kenichi Handa <handa@etl.go.jp>
3112
3113 * international/mule-diag.el (list-iso-charset-chars): For
3114 two-byte charset, fix the `while' condition.
3115 (list-non-iso-charset-chars): Fix the `while' condition.
3116
ba8299ff
SM
31172000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3118
79372165
SM
3119 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3120 if the variable is make-variable-buffer-local.
3121
ba8299ff
SM
3122 * progmodes/ada-stmt.el (ada-template-map): Initialize
3123 and bind it to C-c t in ada-mode-map.
3124 (ada-stmt-mode-hook): New function extracted from old code.
3125 Only change the buffer-local side of skeleton-*.
3126 (ada-mode-hook): Use it.
3127
68a887fa
EZ
31282000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3129
3130 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3131 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3132 we expect to be returned by minibuffer-depth once we prompt the
3133 user in the minibuffer.
3134 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3135 as recorded in iswitchb-minibuf-depth, return non-nil.
3136
3b345582
EZ
31372000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3138
3139 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3140 (hscroll-window-maybe): Docstring fix.
3141
595dead2
DL
31422000-11-23 Dave Love <fx@gnu.org>
3143
3144 * rect.el (string-rectangle): Don't test delete-selection-mode.
3145
1e66b27a
GM
31462000-11-23 Gerd Moellmann <gerd@gnu.org>
3147
02790ce2
GM
3148 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3149 is in the tool bar.
3150
1e66b27a
GM
3151 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3152 with `no-dir'; we want the directory part to be able to remove
3153 it.
3154
a4caa65d
SM
31552000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3156
3157 * textmodes/outline.el (outline-flag-region):
3158 Don't bind inhibit-read-only since we don't modify the buffer.
3159 (outline-isearch-open-invisible): Don't jump to overlay-start
3160 since we're trying to unhide text around point.
3161 (outline-discard-overlays): Use dolist.
3162
3163 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3164
03e757c1
GM
31652000-11-22 Gerd Moellmann <gerd@gnu.org>
3166
e04d21aa 3167 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 3168 y-or-n-p.
e04d21aa 3169
1598a961
SM
31702000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3171
3172 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3173 Fix ARG regexp to skip quoted braces.
3174 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3175 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3176 are (correctly) handled separately).
3177 Remove `caption' and `footnote' from `citations': they contain text.
3178 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3179 (latex-skeleton-end-hook): New function.
3180 (latex-mode): Use it.
3181 (tex-start-tex-marker): Remove.
3182 (tex-send-tex-command): Don't set tex-start-tex-marker.
3183 (tex-error-parse-syntax-table): New var.
3184 (tex-compilation-parse-errors): Use it.
3185 Ignore tex-start-tex-marker. Don't bother with marker-position.
3186 (tex-validate-buffer): Don't bother with marker-position.
3187
3188 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3189 (flyspell-generic-progmode-verify): Use it.
1598a961 3190
eaae8106
SS
31912000-11-22 Sam Steingold <sds@gnu.org>
3192
03e757c1
GM
3193 * simple.el (delete-trailing-whitespace): New interactive
3194 function.
e04d21aa 3195
eaae8106 3196 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3197 `ada-remove-trailing-spaces'.
eaae8106 3198 (ada-remove-trailing-spaces): Removed.
e04d21aa 3199
eaae8106 3200 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3201
1598a961
SM
3202 * textmodes/picture.el (picture-clean): Removed.
3203 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3204
a41d49e9
GM
32052000-11-22 Gerd Moellmann <gerd@gnu.org>
3206
e053c60f
GM
3207 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3208
a41d49e9
GM
3209 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3210 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3211 do anything special when jit-lock is active.
a41d49e9
GM
3212 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3213
197615f3
DL
32142000-11-22 Dave Love <fx@gnu.org>
3215
ddbfaa9f
DL
3216 * calendar/todo-mode.el (todo-top-priorities): Use
3217 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3218
ddc3c695
DL
3219 * language/chinese.el, language/cyrillic.el:
3220 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3221 * language/hebrew.el, language/indian.el, language/japanese.el:
3222 * language/korean.el, language/lao.el, language/misc-lang.el:
3223 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3224 Use provide.
3225
fb9fa98d
DL
3226 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3227 (custom-variable-set): Improve validation error mesage.
3228
197615f3
DL
3229 * rect.el (string-rectangle): Revert last change.
3230 (string-rectangle-line): New arg DELETE.
3231 (string-rectangle): Check delete-selection-mode.
3232
3233 * emacs-lisp/edebug.el (edebug-version)
3234 (edebug-maintainer-address): Deleted.
3235 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3236 (edebug-read-function): Account for other `'#' read forms.
3237 (edebug-mode-menus): Make some items toggles.
3238 (edebug-outside-unread-command-event, unread-command-event):
3239 Remove these to avoid warnings.
3240
f4117c4d
GM
32412000-11-22 David Ponce <david@dponce.com>
3242
3243 * recentf.el (recentf-menu-items-for-commands)
3244 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3245 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3246
f4117c4d
GM
3247 (recentf-build-dir-rules, recentf-dump-variable)
3248 (recentf-edit-list, recentf-open-files-item)
3249 (recentf-open-files): Replaced unnecessary `mapcar' with new
3250 built-in `mapc'.
eaae8106 3251
f8e2f3f2
MB
32522000-11-23 Miles Bader <miles@gnu.org>
3253
3254 * faces.el (menu): Make inverse-video on ttys too.
3255
4c4a541d
SM
32562000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3257
3258 * simple.el (comment-line-break-function): Use the new name
3259 indent-new-comment-line -> comment-indent-new-line.
3260 (clone-indirect-buffer): Don't ignore NORECORD.
3261 (next-completion): Properly handle the case where items are adjacent.
3262
3263 * mouse.el (popup-menu): Stupid typo.
3264
980d836e
GM
32652000-11-22 Gerd Moellmann <gerd@gnu.org>
3266
60e8e0a5
GM
3267 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3268 maintainer, keywords tags.
3269
980d836e
GM
3270 * rect.el (replace-rectangle): Don't call string-rectangle-line
3271 with too many arguments.
3272
e08b2069
AS
32732000-11-22 Andre Spiegel <spiegel@gnu.org>
3274
60e8e0a5 3275 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3276 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3277 vc-locking-user, which no longer exists.
3278
3279 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3280
c6779d8d
DL
32812000-11-22 Dave Love <fx@gnu.org>
3282
3283 * md5.el (md5): Provide.
3284 (md5): Fix error call.
3285
e672fdce
MB
32862000-11-22 Miles Bader <miles@gnu.org>
3287
eaae8106 3288 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3289 (refill-fill-paragraph-at): Remove debugging code.
3290
80e24c04
MB
3291 * calendar/calendar.el (generate-calendar-window): When we don't
3292 call `fit-window-to-buffer', make sure the top line is fully visible.
3293
3a17d6cc
MB
3294 * image-file.el (insert-image-file): Don't make `read-only'
3295 property rear-nonsticky.
3296
ae1a21c6
MB
3297 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3298 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3299 stashing away its original value.
3300 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3301 in the recursive edit.
3302 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3303 (isearch-done): Restore `minibuffer-message-timeout'.
3304
e672fdce
MB
3305 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3306
3ea79df8
SM
33072000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3310
3311 * find-lisp.el (find-lisp-find-files-internal):
3312 Use dolist, when and file-name-as-directory.
3313
980d836e 3314 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3315 (define-derived-mode, define-minor-mode): Add specs.
3316
3317 * window.el: General comment and spacing fixes.
3318 (save-selected-window): Use backquotes.
3319 (window-safely-shrinkable-p): New function.
3320 (shrink-window-if-larger-than-buffer): Use it.
3321
3322 * subr.el (make-local-hook): Docstring fix.
3323
3324 * shell.el (shell-mode): Use define-derived-mode.
3325
3326 * newcomment.el (comment-indent): Insert comment before calling
3327 comment-indent-function. Don't insert in column 0.
3328 (comment-dwim): Indent before inserting comment.
3329
3330 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3331 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3332 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3333 Use mapc rather than map.
3334
3335 * files.el (find-buffer-visiting): Compare all attributes before
3336 declaring two files identical (rather than just their inode-no).
3337 (auto-mode-alist): Use \' rather than $.
3338
3339 * which-func.el: Update maintainer line.
3340
3341 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3342 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3343 (uniquify-buffer-file-name): Use it.
3344
8f62f2b8
MB
33452000-11-22 Miles Bader <miles@gnu.org>
3346
3347 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3348 * simple.el (minibuffer-avoid-prompt): New function.
3349
fb279a6d
GM
33502000-11-21 Gerd Moellmann <gerd@gnu.org>
3351
3352 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3353
867092e9
MB
33542000-11-21 Miles Bader <miles@gnu.org>
3355
ef860850
MB
3356 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3357 inclusion of `track-mouse'.
3358
867092e9
MB
3359 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3360 (refill-adjust-ignorable-overlay): New function.
3361 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3362 only the paragraph's tail if possible.
3363 Update `refill-ignorable-overlay'.
3364 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3365
3366 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3367 point inside the fill-prefix.
3368
3369 * textmodes/refill.el (refill-post-command-function): Don't reset
3370 refill-doit in the case where a self-insertion command doesn't
3371 case a refill. Use `refill-fill-paragraph-at', getting position
3372 from `refill-doit'.
3373 (refill-after-change-function): Set `refill-doit' to END.
3374 (refill-fill-paragraph-at): New function, mostly from old
3375 refill-fill-paragraph.
3376 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3377 (refill-pre-command-function): New function.
3378 (refill-mode): Add it to `pre-command-hook'.
3379
ff9ab414
GM
33802000-11-20 Gerd Moellmann <gerd@gnu.org>
3381
29a01b72
GM
3382 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3383
ff9ab414
GM
3384 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3385 javadoc tags.
eaae8106 3386
885b211b
AS
33872000-11-20 Andre Spiegel <spiegel@gnu.org>
3388
3389 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3390 vc.el).
3391
eaae8106 3392 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3393 require vc.
eaae8106
SS
3394
3395 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3396 checkouts.
eaae8106 3397
d1838556
DL
33982000-11-20 Dave Love <fx@gnu.org>
3399
3400 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3401
2b69bc11 34022000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3403
2b69bc11
GM
3404 * calculator.el (calculator-paste): Use `if' instead of `and'
3405 and `or'.
3406 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3407
b95b34e5
GM
34082000-11-19 Gerd Moellmann <gerd@gnu.org>
3409
030de92f
GM
3410 * info.el (info-menu-5): Doc fix.
3411
b95b34e5
GM
3412 * textmodes/artist.el: New file.
3413
54970452
AS
34142000-11-19 Andre Spiegel <spiegel@gnu.org>
3415
eaae8106 3416 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3417 and differentiate according to checkout model.
3418 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3419 since this function is only concerned with master state.
3420
eaae8106 3421 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3422 vc-default-workfile-unchanged-p): Moved here from vc.el.
3423
eaae8106 3424 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3425 vc-default-workfile-unchanged-p): See above.
3426
e5a9dabf
MB
34272000-11-19 Miles Bader <miles@gnu.org>
3428
3429 * image-file.el (insert-image-file): Make `intangible' and
3430 `read-only' properties rear-nonsticky too.
3431
24127af0
GM
34322000-11-18 Gerd Moellmann <gerd@gnu.org>
3433
d392e9c5 3434 * ps-print.el: Update copyright notice.
eaae8106 3435
d392e9c5
GM
3436 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3437 (tooltip-show): Use the offsets.
3438
24127af0 3439 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3440 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3441 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3442
2b69bc11 34432000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3444
2b69bc11
GM
3445 * ps-print.el (toplevel): Test for find-coding-system being
3446 fboundp before calling ps-x-find-coding-system.
08ea6f17 3447
66321b2f
SM
34482000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3449
3450 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3451 (vc-version-backup-file): Docstring fix.
3452
046110c6
GM
34532000-11-16 Gerd Moellmann <gerd@gnu.org>
3454
4104194e
GM
3455 * files.el (basic-save-buffer): Don't add a newline if
3456 find-file-literally is non-nil.
3457 (find-file-literally): Extend doc string.
3458
046110c6
GM
3459 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3460 sort(1) with the `-f' argument.
3461
6505c16e
AS
34622000-11-16 Andre Spiegel <spiegel@gnu.org>
3463
fd063975
AS
3464 * vc.el: Updated backend documentation.
3465 (vc-default-check-headers): New function.
3466
3d02dd81 3467 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3468
3469 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3470 up-to-date.
eaae8106 3471 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3472 the minibuffer is not active.
fd063975 3473
eaae8106 3474 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3475 `vc-cvs-use-edit' is on.
eaae8106
SS
3476 (vc-cvs-checkout): When this is used for reverting the workfile,
3477 make a backup of the original contents and revert to that in case
8791d617 3478 of error.
eaae8106 3479 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3480 remote repositories.
eaae8106 3481
6505c16e
AS
3482 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3483 for both version and ratio in the minibuffer.
fd063975 3484
eaae8106 3485 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3486 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3487
a13f0660
KH
34882000-11-16 Kenichi Handa <handa@etl.go.jp>
3489
3490 * international/quail.el (quail-start-translation): Don't call
3491 `message' before reading key sequence.
3492
1389a414
MB
34932000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3494
3495 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3496
9256a532
KH
34972000-11-16 Kenichi Handa <handa@etl.go.jp>
3498
3499 * window.el (fit-window-to-buffer): Be sure to acquire at least
3500 one text line even if the buffer is empty.
3501
0e14fe9f
GM
35022000-11-16 Gerd Moellmann <gerd@gnu.org>
3503
eaae8106 3504 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3505 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3506 ange-ftp-process-verbose to nil.
3507
da645c53
DL
35082000-11-15 Dave Love <fx@gnu.org>
3509
233d5cde
DL
3510 * wid-edit.el (widget-specify-field, widget-specify-button): If
3511 :help-echo is a function, set help-echo of overlay to
3512 widget-mouse-help.
3513 (widget-mouse-help): New function.
3514 (widget-echo-help): Rewritten for :help-echo functions only taking
3515 a widget arg.
3516
b12057b9
DL
3517 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3518 display-graphic-p.
3519 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3520 and that JPEG is available.
3521 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3522
da645c53
DL
3523 * international/mule-cmds.el (locale-charset-language-names):
3524 Match @euro.
3525
6d133d1f
GM
35262000-11-15 Gerd Moellmann <gerd@gnu.org>
3527
3528 * faces.el (face-set-after-frame-default): If
0e14fe9f 3529 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3530 default face from X resources.
3531
49ac2ac5
EZ
35322000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3533
3534 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3535 Don't set EMACSLOADPATH.
3536
4fb0a34c
EZ
35372000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3538
3539 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3540 texinfo-insert-@url.
3541 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3542 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3543
bb304a7a
SM
35442000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3545
82bc80bf
SM
3546 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3547 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3548 (checkdoc-minor-keymap): Backward compatibility.
3549 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3550 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3551 (checkdoc-this-string-valid-engine): Be a bit more strict
3552 to avoid matching substrings of `...' quoted vars/funs.
3553 (checkdoc-defun-info): Only look for `interactive' if alone.
3554 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3555
e8c87124
SM
3556 * progmodes/compile.el (grep): `tag-default' can be nil.
3557
bb304a7a
SM
3558 * newcomment.el (comment-indent): Paren typo.
3559
8628686a
DL
35602000-11-14 Dave Love <fx@gnu.org>
3561
25c269ef
DL
3562 * calculator.el: New maintainer version.
3563
66321b2f 3564 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3565
8628686a
DL
3566 * cmuscheme.el: Doc fixes.
3567 (cmuscheme) <defgroup>: Use `scheme' as parent.
3568 (cmuscheme-program-name): Remove. Change uses to
3569 scheme-program-name.
3570
3571 * xscheme.el (scheme-program-name): Don't define here.
3572
3573 * progmodes/scheme.el (scheme-program-name): New variable
3574 (originally in cmuscheme).
3575
88f0a1eb
MB
35762000-11-14 Miles Bader <miles@gnu.org>
3577
3578 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3579 Handle header-lines. Don't loop forever if we can't enlarge the
3580 window anymore. Simplify a bit.
3581
cd9a000c
KH
35822000-11-14 Kenichi Handa <handa@etl.go.jp>
3583
3584 * window.el (fit-window-to-buffer): Don't check
3585 window-text-height. Assure that the last line is fully visible.
3586
3587 * international/quail.el (quail-show-guidance-buf): Call
3588 fit-window-to-buffer to assure the enough height of the guidance
3589 buffer.
3590 (quail-update-guidance): Avoid making the guidance buffer shorter.
3591
d3fcda22
SM
35922000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3593
bdbd9606
SM
3594 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3595 rather than `prepend' and add an interesting comment.
3596 (tex-math-face, tex-font-lock-syntactic-face-function):
3597 New face and function to use it.
3598 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3599 than `menu-enable' symbol property.
3600 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3601 (tex-mode): Add some latex-mode commands for auto-selection.
3602 Use tex-font-lock-syntactic-face-function.
3603 (tex-insert-quote): Simplify.
3604 (tex-shell): New mode.
3605 (tex-start-shell): Use it.
3606 (tex-shell-proc, tex-shell-buf): New functions.
3607 (tex-send-command): Use it.
3608 (tex-main-file): Fix the meaning of the new arg REALFILE.
3609 (tex-send-tex-command): New function split from `tex-start-tex'.
3610 Set compilation-last-buffer and compilation-parsing-end.
3611
d3fcda22
SM
3612 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3613 when it follows non-comment text on the line.
3614
3615 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3616 Set font-lock-defaults.
3617 (lisp-mode-shared-map): Init inside the defvar.
3618 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3619 Use define-derived-mode.
3620
bdab1d43
MB
36212000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3622
3623 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3624
936ae731
GM
36252000-11-14 Gerd Moellmann <gerd@gnu.org>
3626
3627 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3628 recursively optimize body because that can lead to infinite
3629 recursion; see comment there.
3630
1695ca2b
EZ
36312000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3632
3633 * faces.el (face-spec-set-match-display): Revert the change from
3634 2000-10-24. Add a FIXME for after v21.1.
3635
9d348294
MB
36362000-11-13 Miles Bader <miles@gnu.org>
3637
3638 * textmodes/fill.el (skip-line-prefix): New function.
3639 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3640 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3641 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3642 point inside the fill-prefix.
9d348294 3643
b85fa13c
MB
36442000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3645
3646 * calendar/calendar.el (generate-calendar-window): Use
3647 `fit-window-to-buffer'.
3648
a0b47716
SM
36492000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3650
3651 * gud.el (gud-minor-mode): New var.
3652 (gud-symbol, gud-val): New functions.
3653 (gud-find-file): Copy gud-minor-mode to the new buffer.
3654 (gud-menu-map): Include entries for commands that are not always
3655 available, using :enable to (de)activate them.
3656 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3657 (gud-mode-map): New map.
eaae8106 3658 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3659 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3660 Don't set up gud's menu (it's done by the minor-mode).
3661 (gud-minibuffer-local-map): New.
3662 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3663 (gud-query-cmdline): New function.
3664 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3665 (gud-mode): Use define-derived-mode.
3666 Don't set up gud's menu (it's done by the minor-mode).
3667 (gud-chop-words): Remove.
3668 (gud-common-init): Use split-string instead.
3669 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3670
3671 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3672 Add keyword arg :name.
3673
3674 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3675 (diff-count-matches, diff-split-hunk): New functions.
3676 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3677
3678 * pcvs-info.el (cvs-fi-conflict-face): New var.
3679
3680 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3681 Make it into a simple syntax-table, shared among all submodes.
3682 (sh-heredoc-face): Re-introduce.
3683 (sh-font-lock-syntactic-face-function): New function.
3684 (sh-mode): Use it. Also use define-derived-mode.
3685 Remove old bogus setting of indent-region-function.
3686 (sh-set-shell): Don't set the syntax-table any more.
3687 (sh-mode-syntax-table) <defun>: Remove.
3688
f5ed37df
MB
36892000-11-12 Miles Bader <miles@gnu.org>
3690
3691 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3692 message if interactive.
3693
0b074c2f
DL
36942000-11-12 Dave Love <fx@gnu.org>
3695
3696 * mail/feedmail.el: Fix header,
3697 (feedmail) <defgroup>: Add :link.
3698
3699 * view.el: Use local-map property, not keymap on mode-line string.
3700
3701 * scroll-all.el (scroll-all-mode): Customize variable. Add
3702 autoload cookie to function.
3703
3704 * lazy-lock.el: Remove compatibility code.
3705
3706 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3707 (finder-help-echo): New variable.
3708 (finder-mouse-face-on-line): Add help-echo stuff.
3709 (finder-list-keywords, finder-list-matches): Use mapc.
3710
3711 * faces.el (face-font-registry-alternatives): Add :version.
3712
3713 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3714 tags-table-list.
3715
a0b47716 3716 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3717
a0b47716 3718 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3719 (mail-mode): Use [:alnum:] in some regexps.
3720
6d502396
DL
37212000-11-10 Dave Love <fx@gnu.org>
3722
3723 * ediff.el (ediff-regions-internal, ediff-documentation):
3724 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3725 fundamental mode.
3726
3727 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3728 buffer into fundamental mode.
3729 (ediff-set-difference): Use copy-sequence if available.
3730
3731 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3732 ediff-patch-map non-nil.
3733 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3734 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3735 buffer into fundamental mode.
3736
3737 * ediff-merg.el (state-or-merge): Defvar when compiling.
3738
a82fe213
JR
37392000-11-10 Jason Rumney <jasonr@gnu.org>
3740
3741 * w32-fns.el (w32-add-charset-info): New function.
3742 (w32-charset-info-alist): Use it.
3743
52d89894
GM
37442000-11-10 Gerd Moellmann <gerd@gnu.org>
3745
3746 * faces.el (face-font-registry-alternatives): New user-option.
3747
178932de
SM
37482000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3749
d7fa3319
SM
3750 * textmodes/texinfo.el (texinfo-block-default): New var.
3751 (texinfo-insert-block): Use it. Insert a newline if needed.
3752
178932de
SM
3753 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3754 (fill-region-as-paragraph): Use it.
3755
3756 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3757 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3758 Tweak paragraph regexps to allow a leading [ \t]*.
3759 (tex-latex-block): Insert a newline if necessary.
3760 (latex-insert-item): Only insert a newline if necessary.
3761 (tex-guess-main-file): New function.
3762 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3763 Set tex-main-file if TeX-master is provided.
3764 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3765
bd02b8e0
GM
37662000-11-10 Gerd Moellmann <gerd@gnu.org>
3767
3768 * startup.el (command-line): Set the default tooltip-mode
3769 to t for graphical displays which implement x-show-tip.
3770
3771 * tooltip.el (tooltip-mode): Add a comment about startup.el
3772 setting the default value of this user-option.
3773
b29b03eb
SM
37742000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3775
3776 * font-lock.el (font-lock-*-face) <defvar>: Move.
3777 (font-lock-defaults-alist): Mark obsolete.
3778 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3779 (font-lock-mode): Use define-minor-mode.
3780 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3781 (font-lock-turn-off-thing-lock): Be more explicit.
3782 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3783 (font-lock-syntactic-face-function): New var.
3784 (font-lock-fontify-syntactically-region): Use it.
3785 (font-lock-doc-face): New.
3786
3787 * pcvs.el (cvs-enabledp): Ignore errors.
3788 (cvs-commit-filelist): Never query.
3789 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3790 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3791 (cvs-do-removal): Use cvs-partition rather than delete-if.
3792 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3793 cvs-bury-buffer.
3794
3795 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3796 Allow `next' to jump to after the end of the last match.
3797
778fbc46
GM
37982000-11-09 Gerd Moellmann <gerd@gnu.org>
3799
730c746c
GM
3800 * simple.el (byte-compiling-files-p): New function.
3801
3802 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3803 if it is there.
3804
3805 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3806 nil again.
3807
778fbc46
GM
3808 * textmodes/ispell.el (ispell-library-path): Don't call
3809 check-ispell-version when byte-compiling because that starts
3810 an ispell process, and ispell might not be installed.
3811 (toplevel): Don't set up a menu when byte-compiling.
3812
3813 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3814 it, so that a boundp test can be used to determine if we're
3815 currently byte-compiling.
3816
5912c5bb
DL
38172000-11-09 Dave Love <fx@gnu.org>
3818
3819 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3820 eval-after-load.
3821
7bb054a5
GM
38222000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3823
3824 * ps-print.el: Patch for variable initialization when spooling. Doc
3825 fix.
3826 (ps-output-list): Fun eliminated.
3827 (ps-begin-file, ps-begin-job): Code fix.
3828
9db2706e
DL
38292000-11-08 Dave Love <fx@gnu.org>
3830
3831 * ediff-wind.el (ediff-control-frame-parameters): Zero
3832 tool-bar-lines.
3833
f7eb32aa
GM
38342000-11-08 Gerd Moellmann <gerd@gnu.org>
3835
3836 * simple.el (shell-command, display-message-or-buffer)
3837 (shell-command-on-region): Mention resize-mini-windows in the doc
3838 string.
3839 (display-message-or-buffer): Take the value of resize-mini-windows
3840 into account.
3841
7b01b08c
GM
38422000-11-07 Gerd Moellmann <gerd@gnu.org>
3843
acad3c0b
GM
3844 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3845
7b01b08c
GM
3846 * dired.el (dired-between-files): Add `^. find' as an alternative
3847 to the regular expression, for find-dired.
3848
6f602bd0
SM
38492000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3850
3851 * textmodes/texnfo-upd.el: Require texinfo.
3852 (defmacro, defgroup): Remove.
3853 (texinfo-section-to-generic-alist): Remove.
3854 Use texinfo-section-list instead (i.e. level is changed string->int).
3855 (texinfo-filter): New function.
3856 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3857 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3858 Use it. And use regexp-opt.
3859 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3860 (texinfo-update-menu-region-beginning)
3861 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3862 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3863 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3864 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3865 (texinfo-sequential-node-update): Remove autoload cookie.
3866
3867 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3868 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3869 (texinfo-chapter-level-regexp): Remove.
3870 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3871
bb216218
DL
38722000-11-06 Dave Love <fx@gnu.org>
3873
6f602bd0 3874 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3875
6f602bd0
SM
3876 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3877 Match defun*.
bb216218 3878
ff8dd5d5
KH
38792000-11-06 Kenichi Handa <handa@etl.go.jp>
3880
3881 * composite.el (composition-function-table): Variable declaration
3882 moved to src/composite.c.
3883 (compose-chars-after): New optional arg object.
3884
e9da51a1
GM
38852000-11-06 Gerd Moellmann <gerd@gnu.org>
3886
e0c12c68
GM
3887 * bindings.el (mode-line-toggle-read-only)
3888 (mode-line-toggle-modified, mode-line-widen)
3889 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3890 (make-mode-line-mouse2-map): Rewritten.
3891 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3892 functions so that C-h k can show something with a doc string.
eaae8106 3893
e9da51a1
GM
3894 * startup.el (fancy-splash-delay): Set to 10 seconds.
3895 (fancy-splash-max-time): New user-option.
3896 (fancy-splash-stop-time): New variable.
3897 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3898 (fancy-splash-screens-1): Throw `stop-splashing' when current
3899 time is greater than fancy-splash-stop-time.
3900
611dbdf0
SM
39012000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3902
4d2806e2
SM
3903 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3904
611dbdf0
SM
3905 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3906 Prompt user for a file rather than raising an error.
3907 (cvs-enabledp): Fix call to cvs-mode-marked.
3908 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3909 (cvs-mode-insert): Use it. Change the init prompt' value.
3910 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3911
3912 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3913 Don't pass default arg to ewoc-locate.
3914 (ewoc-collect): Return result in the right order.
3915
3916 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3917
3918 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3919 (cvs-status-get-tags): Fix regexp.
3920 (cvs-status-trees, cvs-status-cvstrees):
3921 Combine after change hooks and don't sit-for.
4d2806e2
SM
3922 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3923 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3924 Use make-char rather than hard-coded cryptic data.
3925 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3926
3927 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3928
3929 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3930 (cvs-insert-strings): New function.
3931
937b2877
MB
39322000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3933
3934 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3935 `mwheel-scroll-amount'.
3936 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3937 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3938 string-matching against the version string.
3939
c6c97763
KH
39402000-11-06 Kenichi Handa <handa@etl.go.jp>
3941
6eaec747
KH
3942 * language/thai.el ("Thai"): Set a lisp form that produces
3943 composed string in `sample-text' language info.
3944
3945 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3946 composed string in `sample-text' language info.
3947
3948 * international/mule-cmds.el (describe-language-environment): Eval
3949 `sample-text' data and insert the result.
3950
c6c97763
KH
3951 * international/mule-conf.el (compound-text): Define this coding
3952 system here. Make x-ctext and ctext aliases of it.
3953
3954 * language/european.el (compound-text, ctext): Moved to
3955 international/mule-conf.el.
3956
d1145f85
AI
39572000-11-05 Andrew Innes <andrewi@gnu.org>
3958
3959 * w32-fns.el (w32-version): New function.
3960
178a6a45
SM
39612000-11-05 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * progmodes/awk-mode.el: Update copyright.
3964 (awk-mode-abbrev-table): Remove.
3965 (awk-font-lock-keywords): Use regexp-opt.
3966 (awk-mode): Use define-derived-mode.
3967
3968 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
3969 when extracting a suffix.
3970
1ba90166
AS
39712000-11-04 Andre Spiegel <spiegel@gnu.org>
3972
3973 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
3974 auto-save-mode.
3975
546790cb
JR
39762000-11-04 Jason Rumney <jasonr@gnu.org>
3977
3978 * language/european.el (decode-mac-roman): Test against r1 not r0.
3979
d247e32d
SM
39802000-11-03 Stefan Monnier <monnier@cs.yale.edu>
3981
fbf44f44
SM
3982 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
3983 (icon-mode): Define indent-line-function.
3984 (icon-comment-indent): Simplify.
3985 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
3986
3987 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
3988
3989 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
3990 Bind change-log-default-mode to defeat the caching done on it.
3991 Don't bother saving excursion any more.
3992
3993 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
3994
3995 * frame.el (after-setting-font-hook): Rename hooks -> hook.
3996 (set-frame-font): Use the new name (and the old for compatibility).
3997
eaae8106
SS
3998 * toolbar/tool-bar.el (tool-bar-mode):
3999 * time.el (display-time-mode):
4000 * recentf.el (recentf-mode):
4001 * paren.el (show-paren-mode):
4002 * mwheel.el (mouse-wheel-mode):
4003 * msb.el (msb-mode):
4004 * jka-compr.el (auto-compression-mode):
4005 * image-file.el (auto-image-file-mode):
4006 * hl-line.el (hl-line-mode):
4007 * delsel.el (delete-selection-mode):
4008 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4009 * complete.el (partial-completion-mode): Drop unneeded positional args.
4010
eaae8106 4011 * info.el (Info-mode):
79372165 4012 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4013
d247e32d
SM
4014 * log-edit.el (log-edit-menu): New menu.
4015
4921558e
MB
40162000-11-03 Miles Bader <miles@gnu.org>
4017
4018 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4019 definition, so that trailing spaces are handled properly.
4020 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4021
1fc02b3c
GM
40222000-11-03 Gerd Moellmann <gerd@gnu.org>
4023
4024 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4025 tab character.
4026 (fancy-splash-screens): Set tab-width to 20.
4027
51d001f7
DL
40282000-11-03 Dave Love <fx@gnu.org>
4029
4030 * comint.el (comint-completion-addsuffix): Fix custom type.
4031
ba22aeff
SM
40322000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4033
4034 * font-lock.el (font-lock-buffers): Remove.
4035 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4036 (font-lock-change-major-mode): Remove.
4037 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4038 (font-lock-default-fontify-region): Extend the multiline
4039 fontification to whole lines.
4040 (font-lock-fontify-anchored-keywords)
4041 (font-lock-fontify-keywords-region): If matching just one
4042 line (with \n) only mark the \n as multiline.
4043
4044 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4045 Correctly handle the case where several :group args are supplied.
4046 Allow :extra-args.
4047 (easy-mmode-define-global-mode): Allow :extra-args.
4048 Correctly handle the case where several :group args are supplied.
4049
9c887ada
MB
40502000-11-02 Miles Bader <miles@gnu.org>
4051
eaae8106 4052 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4053 (holiday-face): Remove dependency on `window-system'.
4054
7f25090d
KR
40552000-11-02 Ken Raeburn <raeburn@gnu.org>
4056
4057 * Makefile.in (emacs): Set EMACSLOADPATH always.
4058 (update-authors, .el.elc, compile-files): Don't do it explicitly
4059 here.
9b911107 4060 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4061
7dd6009c
DL
40622000-11-02 Dave Love <fx@gnu.org>
4063
4064 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4065
94821e4f
EZ
40662000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4067
4068 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4069 punctuation in the warning inserted into the *mail* buffer.
4070
1ac3fc42
GM
40712000-11-02 Gerd Moellmann <gerd@gnu.org>
4072
57731876
GM
4073 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4074 (authors-public-domain-p): New function.
4075 (authors-print): Use it.
4076
975f82c9
GM
4077 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4078
1ac3fc42
GM
4079 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4080
4b3eb10f
GM
40812000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4082
975f82c9 4083 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4084 (ps-print-version): New version number (6.3.1).
4085 (ps-even-or-odd-pages): Customization fix.
4086 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4087 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4088 (ps-page-count): Var replaced by `ps-page-column'.
4089 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4090 (ps-print-sheet-p): New fun.
4091
7da794df
MB
40922000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4093
4094 * tooltip.el (tooltip-gud-tips-setup): New function.
4095 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4096 (tooltip-mode): Call tooltip-gud-tips-setup.
4097 (tooltip-gud-tips): Use `gud-basic-call' instead of
4098 process-send-string, so the prompt gets frobbed appropriately.
4099 Handle nil return value from `tooltip-gud-print-command'.
4100
0e40b809
EL
41012000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4102
4103 * comint.el (comint-add-to-input-history): New function.
4104 (comint-send-input): Use `comint-add-to-input-history'.
4105
50ada0db
MB
41062000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4107
973a3104
MB
4108 * info.el (info-menu-header): New face.
4109 (Info-fontify-menu-headers): New function.
4110 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4111
50ada0db
MB
4112 * info.el (Info-insert-dir): Don't include blank lines at
4113 beginning of additional dir files (one is added automatically).
4114
bff53411
SM
41152000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * emacs-lisp/easy-mmode.el (define-minor-mode):
4118 Revert the latest changes.
4119 Allow the three positional arguments to be skipped and replaced
4120 by keyword arguments.
4121 Add a :toggle argument to determine whether a nil arg means toggle
4122 or means turn-on. The default is unchanged.
4123 Add a call to force-mode-line-update.
4124
6b8a0b2d
DL
41252000-11-01 Dave Love <fx@gnu.org>
4126
4127 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4128 cookie.
4129
5bf99100
MB
41302000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4131
4132 * calendar/calendar.el (diary-face, holiday-face): Add
4133 dark-background variants.
4134
a4032611
SS
41352000-10-31 Sam Steingold <sds@gnu.org>
4136
4137 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4138 `tex-main-file' does not have directory in it.
4139
c286608e
SM
41402000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4141
4142 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4143
4836835a
TTN
41442000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4145
4146 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4147 functional change.
4148
26dcb81b
GM
41492000-10-31 Gerd Moellmann <gerd@gnu.org>
4150
4151 * files.el (find-file-noselect): When we expand a wildcard, return
4152 a list of buffers, as we should do according to the doc string.
4153
49fc4500
KR
41542000-10-31 Ken Raeburn <raeburn@gnu.org>
4155
4156 * loadup.el (top level): Adjust load path if program name is
4157 "../src/bootstrap-emacs", in case it's not dumped and thus the
4158 load path adjustment hasn't already been done.
4159
ea0c615d
GM
41602000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4161
4162 * ps-print.el: Fix bug on selected pages for printing. Use
4163 `color-values' for Emacs 21. Ensure fontification when jit-lock
4164 is on. Try to avoid warning messages when compiling. Doc Fix.
4165 (ps-print-version): New version number (6.3).
4166 (ps-color-device): Use `color-values' to determine if device
4167 supports color.
4168 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4169 (ps-print-page-p): Changed from defsubst to defun.
4170 (ps-page-number): Changed from defmacro to defun.
4171 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4172 printing.
c286608e 4173 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4174 (ps-end-file, ps-dummy-page): Funs eliminated.
4175 (ps-print-color-scale): Changed default value.
4176 (ps-page-n-up, ps-print-page-p): New internal vars.
4177 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4178 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4179
9e20722f
GM
4180 * delim-col.el: Little programming improvement.
4181 (delimit-columns-str): New macro.
4182 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4183
d7a0fd00
KH
41842000-10-31 Kenichi Handa <handa@etl.go.jp>
4185
c286608e
SM
4186 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4187 Moved to european.el.
d7a0fd00
KH
4188 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4189 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4190 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4191 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4192
234be340
DL
41932000-10-30 Dave Love <fx@gnu.org>
4194
4195 * progmodes/cc-menus.el (imenu-generic-expression)
4196 (imenu-progress-message): Only defvar when compiling.
4197
4edc4a39
DL
4198 * emacs-lisp/elp.el (elp-unload-hook): New function.
4199
4200 * loadhist.el (unload-feature): Call elp-restore-function,
4201 checking for symbols; don't use elp-restore-all.
4202 (loadhist-hook-functions): Doc fix.
4203
70c825df
SM
42042000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4205
4206 * log-edit.el (log-edit-confirm): Fix the default.
4207
1d3baf74
GM
42082000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4209
4210 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4211 delimit-columns-format.
4212 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4213
1ec321a7
MB
42142000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4215
4216 * comint.el (comint-replace-by-expanded-history): Don't use
4217 comint-get-old-input (we're not looking at *old* input).
4218 (comint-get-old-input-default): If using fields, signal an error
4219 when the point is not in an input field.
4220
70737ea9
KH
42212000-10-30 Kenichi Handa <handa@etl.go.jp>
4222
4223 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4224 and mule-unicode-e000-ffff.
4225
fa0cb51d 4226 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4227 (make-coding-system): Accept a symbol of translation table as a
4228 value of property `safe-chars'.
4229
4230 * international/mule-cmds.el (encode-coding-char): Check property
4231 safe-chars instead of safe-charsets.
4232
4233 * international/fontset.el (fontset-default): Modified for
4234 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4235 (x-font-name-charset-alist): Likewise.
4236 (ccl-encode-unicode-font): New CCL program. Record it in
4237 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4238
70c825df
SM
4239 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4240 New translation tables.
70737ea9
KH
4241 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4242 programs are modified and moved from mac-win.el.
4243 (mac-roman): Definition of this coding system is modified and
4244 moved from mac-win.el.
4836835a 4245
fda2ce24 42462000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4247
1d3baf74 4248 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4249 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4250
dd4d3cb6
MB
42512000-10-29 Miles Bader <miles@gnu.org>
4252
4253 * custom.el (custom-add-to-group): Allow multiple entries for a
4254 given value OPTION, as long as their widget types are different.
4255 * cus-edit.el (custom-face-value-create): If face name doesn't end
4256 with "face", add such here (similar to custom group widgets).
4257
4258 * comint.el (comint-highlight-prompt): Add :type.
4259
dace60cf
JW
42602000-10-28 John Wiegley <johnw@gnu.org>
4261
4262 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4263 Changed this function to operate on a temporary buffer instead of
4264 the main buffer. This not only keeps flyspell from marking a
4265 buffer as changed that wasn't, but it solves the jumpy cursor
4266 problem when attempts are made to edit incorrect words.
4267 (flyspell-maybe-correct-doubling): Same change as for
4268 `flyspell-maybe-correct-transposition'.
4269
4270 * calendar/timeclock.el (timeclock-log): Doc fix.
4271 (timeclock-last-event): Doc fix.
4272 (timeclock-log): Kill the timelog buffer after appending a new
4273 event.
4274 (timeclock-find-discrep): Use a temp buffer to read in the
4275 timelog, instead of visiting the file.
4276 (timeclock-log-data): A new function, along with a host of helper
4277 functions, for the purpose of making timelog data accessible to
4278 programmers.
4279
4280 * eshell/esh-mode.el (window-height test): Make certain that
4281 `eshell-stringify-t' is non-nil.
4282 (eshell-password-prompt-regexp): Changed to a much simpler
4283 password regexp.
4284 (eshell-send-input): If `eshell-invoke-directly' returns t,
4285 directly invoke the parsed command using `eval'. This improves
4286 turn-around time on simple commands by a factor of three or
4287 greater, such as cd, ls, pwd, etc. -- which get used very often.
4288 It also conserves thousands of cons cells per call (since
4289 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4290 in the Pacific Cookie Company).
4291
4292 * eshell/esh-test.el (eshell-test): Whitespace fix.
4293
4294 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4295 `eshell-ls-initial-args' nil when inserting directory contents.
4296
4297 * eshell/em-script.el (eshell-script-initialize): Add names to
4298 `eshell-complex-commands, since `source' and `.' are complex.
4299
0467b076
EZ
4300 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4301 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4302 `eshell-copy-handles'.
4303 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4304 bodies.
4305 (eshell-separate-commands): Whitespace fix.
4306 (eshell-complex-commands): Added a new list of names, for
4307 determining whether a given command is as simple as it looks.
4308 (eshell-invoke-directly): New function. Returns t if a command
4309 should be invoked directly (using `eval'), rather than indirectly
4310 using `eshell-do-eval'.
4311 (eshell-do-eval): Whitespace fix.
4312
4313 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4314 which provides an emulation of the DOS shell behavior of assuming
4315 that cp/mv/ln should copy/move/link to the current directory.
4316 (eshell-remove-entries): Added a doc string.
4317 (eshell-shuffle-files): Removed the check for `target' being null.
4318 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4319 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4320 it to do a smarter check of whether a destination was provided.
4321 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4322 (eshell/ln): Enable `:preserve-args', and use
4323 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4324 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4325 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4326 list after flattening it. This makes it possible to cat files
4327 with numerical names.
4328 (eshell-unix-initialize): Added several names to
4329 `eshell-complex-commands.
4330 (eshell-unix-command-complex-p): Return t if a given command name
4331 may result in external processes being invoked.
4332
4333 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4334 variable nil by default, since it slows down glob processing by a
4335 factor of two or more, and increases memory consumption.
4336
4337 * eshell/em-smart.el: Added a note about how memory consumptive
4338 smart display mode can be (at least this is true in Emacs 21).
4339 (eshell-smart-initialize): Whitespace fix.
4340 (eshell-refresh-windows): Use `if' instead of `when'.
4341 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4342 not necessary.
4343 (eshell-currently-handling-window): Added a missing global
4344 variable.
4345
4346 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4347 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4348 Whitespace fix.
4349 (eshell-ls-exclude-hidden): Added this variable in addition to
4350 `eshell-ls-exclude-regexp'. This one prevents files beginning
4351 with . from even being read, which can improve memory consumption
4352 quite a bit.
4353 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4354 read file entries beginning with a dot. In home directories with
4355 lots of hidden files, fully two-thirds of the time spent in ls is
4356 used to read directory entries that are immediately thrown away.
4357 (eshell-ls-initial-args): Added back this configuration variable,
4358 for specifying default initial arguments to every call to ls.
4359 Much faster than using an alias to do the same thing.
4360 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4361 (eshell-ls-dir): Whitespace change.
4362
4363 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4364
4365 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4366 available.
4367 (eshell-stringify-t): Added a customization variable, to indicate
4368 whether `t' should be rendered as a string at all. If not, one
4369 can still determine if the result of an expression is true using
4370 "file-exists-p FILE && echo true".
4371 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4372 stringify t!
4373
4374 * eshell/esh-module.el: Whitespace fix.
4375
4376 * eshell/em-alias.el (eshell-alias-initialize): Added
4377 `eshell-command-aliased-p' to `eshell-complex-commands'.
4378 (eshell-command-aliased-p): New function that returns t if a
4379 command name names an aliased.
4380
657f9cb8 43812000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4382
0467b076 4383 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4384 redrawing the screen when changing cursor color.
0467b076
EZ
4385 (viper-insert-state-pre-command-sentinel)
4386 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4387 (viper-replace-state-post-command-sentinel):
4388 Use viper-preserve-cursor-color.
657f9cb8
MK
4389 Many functions changed to use viper= instead of = when comparing
4390 characters.
0467b076 4391 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4392 working with characters.
0467b076 4393 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4394 Many functions changed to use viper= instead of = when comparing
4395 characters.
0467b076 4396 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4397
0467b076 4398 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4399 Several typos fixed in various docstrings.
0467b076
EZ
4400 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4401 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4402 hook.
0467b076
EZ
4403 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4404 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4405 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4406 (ediff-get-selected-buffers): New function.
4407 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4408 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4409 save-window-excursion.
0467b076 4410 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4411 termination check in while loop.
0467b076 4412 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4413 dired buffer.
0467b076
EZ
4414 (ediff-files,ediff-merge-files,ediff-files3)
4415 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4416
4f490d99
DL
44172000-10-28 Dave Love <fx@gnu.org>
4418
4419 * info.el (Info-fontify-node): Add help-echo for menu items.
4420
45b84006
EZ
44212000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4422
5ebc02b3
EZ
4423 * startup.el (normal-top-level): If the value of $TERM indicates
4424 we are running from xterm or one of its work-alikes, default to a
4425 light background mode.
4426
45b84006
EZ
4427 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4428 * faces.el (tty-handle-reverse-video): New function.
4429 (tty-create-frame-with-faces): Call it.
4430
4431 * frame.el (frame-notice-user-settings): Don't apply
4432 default-frame-alist and initial-frame-alist to MS-DOS frames.
4433 Call tty-handle-reverse-video, frame-set-background-mode, and
4434 face-set-after-frame-default for non-MS-DOS frames.
4435
4436 * startup.el (tty-long-option-alist): New variable.
4437 (tty-handle-args): New function.
4438 (command-line): Call tty-handle-args.
4439
4440 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4441 startup.el now does that for all character-terminal frames.
4442
eab6e8b9
MB
44432000-10-28 Miles Bader <miles@gnu.org>
4444
4445 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4446 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4447 global. If :global is followed by a non-nil but non-t value,
4448 make the mode buffer-local, but also generate a `global-MODE'
4449 version using `easy-mmode-define-global-mode'. Add
4450 :conditional-turn-on keyword argument.
4451
51a29efc
DL
44522000-10-28 Dave Love <fx@gnu.org>
4453
4454 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4455 use window-system.
4456
d71d7114
EZ
44572000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4458
4459 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4460 Don't call find-buffer-file-type-coding-system. Instead, just
4461 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4462 if the file is on an untranslated filesystem.
4463 (add-untranslated-filesystem): Use "D" instead of "f" inside
4464 interactive.
4465
1f9cab4b
DL
44662000-10-27 Dave Love <fx@gnu.org>
4467
70c825df 4468 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4469 (refill-mode): Use it.
4470
70c825df
SM
44712000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4472
4473 * international/quail.el (quail-activate): Don't make-local-hook.
4474
7432cf10
AS
44752000-10-27 Andre Spiegel <spiegel@gnu.org>
4476
4836835a 4477 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4478 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4479 (vc-make-version-backup): Don't do it on MS-DOS without long file
4480 names.
4836835a 4481
7432cf10
AS
4482 * vc.el (vc-version-other-window): If an automatic backup of the
4483 desired version exists, rename it instead of copying it.
4484
4836835a
TTN
4485 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4486 after command. If there's an unexpected error, signal it instead
7432cf10 4487 of being silent.
e1483c38 4488 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4489
05ea7ef2
MB
44902000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4491
fd1035aa
MB
4492 * shell.el (shell): Add BUFFER argument.
4493 * comint.el (make-comint-in-buffer): New function.
4494 (make-comint): Use it.
4495
05ea7ef2
MB
4496 * faces.el (face-spec-choose): Change syntax so that the list of
4497 attribute-value pairs is now the cdr of each clause, not the cadr.
4498 Detect old-style entries, and handle them. Use pop.
4499
835a55fe
SM
45002000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4501
f5ab1cdd
SM
4502 * cus-edit.el (custom-mode-map): Use a sparse map.
4503 (custom-mode): Don't bother with make-local-hook.
4504
4505 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4506
835a55fe
SM
4507 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4508
c13b0ec8
GM
45092000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4510
4511 * ps-print.el: Avoid compilation gripes.
4512 (ps-print-version): New version number (6.2.1).
4836835a 4513
e9f63196
DL
45142000-10-26 Dave Love <fx@gnu.org>
4515
0b95284b
DL
4516 * menu-bar.el: Modify some menu item help strings.
4517 (menu-bar-help-menu): Add link to MORE.STUFF.
4518
e9f63196
DL
4519 * cus-edit.el (custom-mode): Add `special' mode-class property.
4520
4521 * wid-browse.el (widget-browse-mode): Likewise.
4522
4523 * wid-edit.el (widget-specify-field): Revert to using local-map
4524 property, not keymap.
4525
e276a14a
MB
45262000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4527
c1545d88
MB
4528 * wid-edit.el (widget-field-end): When checking for a `boundary'
4529 field, do so in the correct buffer.
4530
3c1b77ca
MB
4531 * simple.el (undo): Correctly distinguish between numeric and
4532 non-numeric prefix args in non-transient-mark-mode, as per the doc
4533 string. When in transient-mark-mode, treat all prefix-args as
4534 numeric.
4535
f5ab1cdd
SM
4536 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4537 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4538
4539 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4540 (comint-mode-map): Reverse order of `comint-write-output' and
4541 `comint-append-output-to-file'.
4542 (comint-append-output-to-file): Reinstate this function, for the
4543 benefit of the menu.
4544
d97151cb
SM
45452000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * vc.el (vc-version-other-window): Bind `file'.
4548
ea7d6f5b
GM
45492000-10-25 Gerd Moellmann <gerd@gnu.org>
4550
f5ab1cdd 4551 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4552
4553 * emacs-lisp/authors.el (batch-update-authors): New function.
4554 (authors-fixed-entries): New defconst.
4555 (authors-add-fixed-entries): New function.
4556 (authors): Call it.: Don't process lispref/.
4557
17c25cea
JR
45582000-10-25 Jason Rumney <jasonr@gnu.org>
4559
4560 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4561 Merge x w32 and mac definitions.
4562
4ecda532
GM
45632000-10-25 Gerd Moellmann <gerd@gnu.org>
4564
4565 * menu-bar.el (menu-bar-options-menu): Add a help string for
4566 `uniquify'.
4567
b6735035
GM
45682000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4569
f5ab1cdd
SM
4570 * time-stamp.el (time-stamp-string-preprocess):
4571 Fix a wrong type argument error.
b6735035 4572
f4cbc7a0
MB
45732000-10-25 Miles Bader <miles@gnu.org>
4574
4575 * recentf.el (recentf-mode): Variable removed.
4576 (recentf-mode): Use `define-minor-mode'.
4577
4578 * mwheel.el (mouse-wheel-mode): New global minor mode.
4579 (mwheel-install): Use `mouse-wheel-mode'.
4580
f4b020f6
DL
45812000-10-25 Dave Love <fx@gnu.org>
4582
f5ab1cdd
SM
4583 * progmodes/cperl-mode.el (cperl-mode):
4584 Set normal-auto-fill-function correctly.
072cb6f9 4585
f4b020f6
DL
4586 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4587 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4588 bindings.
f4b020f6 4589
ebe2a441
MB
45902000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4591
ff4dcd4b
MB
4592 * wid-edit.el (widget-field-at): New function.
4593 (widget-at, widget-field-activate): Use it.
4594 (widget-tabable-at): Use `widget-at'.
4595 (widget-specify-field): If the terminating character of the widget
4596 field (which is read-only) is a newline, put it into a special
4597 `boundary' field so that C-n/C-p act more naturally.
4598 (widget-field-end): Also don't subtract one if a special
4599 `boundary' field has been added after the widget field.
4600
ebe2a441
MB
4601 * comint.el (comint-output-filter, comint-send-input): Don't
4602 bother adding stickiness fields to overlays to fool the field
4603 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4604
ebe2a441
MB
4605 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4606 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4607 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4608
fe50b6ab
GM
46092000-10-24 Gerd Moellmann <gerd@gnu.org>
4610
53df4dda
GM
4611 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4612 (authors): Set file coding system to iso-2022-7bit. Add
4613 file-local variables to output buffer.
4614
4836835a 4615 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4616 WARN is nil.
4617
53df4dda
GM
46182000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4619
4620 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4621
4622 * delim-col.el: Now there is a column formatting mechanism.
4623 Modified to customization mechanisms convention. Doc fix.
4624 (columns): New group for delim-col.
4625 (delimit-columns-before, delimit-columns-after)
4626 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4627 (delimit-columns-end): New vars.
4628 (delimit-columns-customize, delimit-columns-format): New funs.
4629 (delimit-columns-region, delimit-columns-rectangle)
4630 (delimit-columns-rectangle-line): Modified to support column
4631 formatting.
4836835a 4632
a9839779
DL
46332000-10-24 Dave Love <fx@gnu.org>
4634
4635 * log-edit.el (log-edit): Add :version and a :group for vc.
4636
df0267b8
GM
46372000-10-24 Gerd Moellmann <gerd@gnu.org>
4638
9acc3873
GM
4639 * files.el (after-find-file): Don't print a message ``New file''
4640 if WARN is nil.
4641
63e1b552
GM
4642 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4643 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4644 get duplicate tool-bar entries because we'll see the global ones
4645 on more than one path through keymaps.
4646
1946f901
GM
4647 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4648
df0267b8
GM
4649 * progmodes/cmacexp.el: Change Francesco's email address.
4650
ae3b264b
KH
46512000-10-24 Kenichi Handa <handa@etl.go.jp>
4652
4653 * window.el (fit-window-to-buffer): Adjust point of the window
4654 buffer, not that of the current buffer.
4655
23afac01
EZ
46562000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4657
4658 * progmodes/cmacexp.el: Update the euthor's email address.
4659
22d1a4ed
MB
46602000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4661
4662 * faces.el (face-spec-set-match-display): Add `graphic' display
4663 type (the inverse of `tty'). Use `display-graphic-p' instead of
4664 the window-system variable.
4665
f408aa48
KH
46662000-10-24 Kenichi Handa <handa@etl.go.jp>
4667
4668 * international/isearch-x.el (isearch-with-input-method): Call
4669 input-method-function with the first event in
4670 unread-command-events.
4671
94fe8a31
MB
46722000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4673
4674 * faces.el (face-default-spec, face-user-default-spec): Make
4675 defsubsts.
4676
8f47302e
AC
46772000-10-24 Andrew Choi <akochoi@i-cable.com>
4678
4679 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4680 New charsets.
4681
4682 * term/mac-win.el: Remove definitions of mac-roman-lower and
4683 mac-roman-upper, require dired, and define instead of set
4684 mac-ready-for-drag-n-drop to avoid compilation error.
4685
446c097e
AI
46862000-10-23 Andrew Innes <andrewi@gnu.org>
4687
4688 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4689 superfluous calls to subst-char-in-string; instead apply
4690 expand-file-name after convert-standard-filename to ensure
4691 expected directory separators are used.
4692
379b70e7
EZ
46932000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4694
4695 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4696
85c766e9
DL
46972000-10-23 Dave Love <fx@gnu.org>
4698
b7e03a67
DL
4699 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4700 (tool-bar-add-item): Set foreground and background for XBM icons.
4701
4702 * international/latin1-disp.el (latin1-char-displayable-p): New
4703 function (from Handa).
4704 (latin1-display-check-font): Use it.
4705
0dcf8835
DL
4706 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4707 using :key-sequence, making it much more usable. Use nconc, not
4708 append.
4709 (imenu--create-keymap-1): Avoid append.
4710
85c766e9 4711 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4712
cb3069bb
MB
47132000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4714
4715 [the following changes fix a bug where `define-minor-mode' didn't
4716 correctly generate :require clauses for defcustoms in compiled files]
4717 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4718 (byte-compile-log-file, byte-compile-log-1): Don't set
4719 `byte-compile-current-file' to nil. Instead set
4720 `byte-compile-last-logged-file' to it. Test whether
4721 byte-compile-current-file equals byte-compile-last-logged-file
4722 instead of whether its nil.
3b6542ba 4723 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4724
6db6243b
SM
47252000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4726
4727 * textmodes/refill.el: Fix var names in doc.
4728 (refill-mode): Don't bother with make-local-hook anymore.
4729
98490598
MB
47302000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4731
e01cd227
MB
4732 * faces.el (face-user-default-spec, face-default-spec): New functions.
4733 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4734 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4735 Use `face-user-default-spec'. Simplify code slightly.
4736
4836835a 4737 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4738 (woman-unknown-face): Add dark-background variants.
4739 (woman-default-faces): Renamed from `woman-colour-faces'.
4740 Set using the stored defaults, rather than using hard-wired colors.
4741 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4742 Just make the foreground `unspecified' rather than "black".
4743 (woman-menu): Rename menu entries accordingly.
4744
98490598
MB
4745 * faces.el (header-line): Make more reasonable on mono/grayscale
4746 displays.
4747
1a578e9b
AC
47482000-10-23 Andrew Choi <akochoi@i-cable.com>
4749
4750 * cus-edit.el (custom-button-face): Use 3D look for mac.
4751 (custom-button-pressed-face): Likewise.
4752
4753 * faces.el (set-face-attributes-from-resources): Handle mac frames
4754 in the same way as x and w32 frames.
4755 (face-valid-attribute-values): Likewise.
4756 (read-face-attribute): Likewise.
4757 (defined-colors): Likewise.
4758 (color-defined-p): Likewise.
4759 (color-values): Likewise.
4760 (display-grayscale-p): Likewise.
4761 (face-set-after-frame-default): Likewise.
4762 (mode-line): Same default face as for x and w32.
4763 (tool-bar): Likewise.
4764
4765 * frame.el: Remove call to frame-notice-user-settings at end of
4766 the file.
4767
4768 * info.el (Info-fontify-node): make underlines invisible for mac
4769 as for x, pc, and w32 frame types.
4770
4771 * term/mac-win.el: New file.
4772
aaaf7be7
DL
47732000-10-22 Dave Love <fx@gnu.org>
4774
4775 * textmodes/refill.el: New file.
4776
5392d654
AS
47772000-10-22 Andre Spiegel <spiegel@gnu.org>
4778
4836835a 4779 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4780 MANUAL and REGEXP.
4836835a 4781 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4782 New functions.
4783 (vc-before-save): Use the latter.
4784 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4785 confusion.
4786
4836835a 4787 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4788 expected by vc[-hooks].el.
4789
4790 * vc.el (vc-checkout): Added `-p' suffix in call to
4791 vc-make-version-backups-p; use vc-make-version-backup to actually
4792 make the backup.
4793 (vc-version-other-window, vc-version-backup-file): Handle both
4794 automatic and manual backups.
4795 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4796 of all of them.
4797
1e221c16
MB
47982000-10-22 Miles Bader <miles@gnu.org>
4799
7ff4fda5
MB
4800 * comint.el (comint-highlight-input, comint-highlight-prompt):
4801 Renamed, `-face' at end removed.
4802 (comint-send-input, comint-output-filter): Use renamed faces.
4803
3511cde8
MB
4804 * window.el (fit-window-to-buffer): Change defaulting of
4805 MAX-HEIGHT slightly.
4806
1e221c16
MB
4807 * faces.el (color-values, color-defined-p): Use `member', not
4808 `memq', because it works correctly for strings.
4809 (frame-set-background-mode): Actually, "unspecified-fg" and
4810 "unspecified-bg" *are* strings. Use `member', not `memq', and
4811 `equal', not `eq', when a string value is possible.
4812
b6ef4898
EZ
48132000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4814
4815 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4816
34939e2c
SM
48172000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4818
4819 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4820 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4821 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4822 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4823 (sh-font-lock-syntactic-keywords): Use them.
4824 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4825 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4826 (sh-mode): Don't override font-lock-unfontify-region-function.
4827 Use a copy of sh-font-lock-syntactic-keywords.
4828 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4829 Don't call sh-scan-buffer since font-lock does it on the fly.
4830 (sh-get-indent-info): Use `face' rather than `syntax-table'
4831 text-property to detect here-documents.
4832 Replace sh-special-syntax with sh-st-punc.
4833 (sh-prev-line): Use `face' rather than `syntax-table'
4834 text-property to skip over here-documents.
4835 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4836 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4837 (sh-electric-less, sh-set-here-doc-region)
4836835a 4838 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4839 (sh-scan-buffer, sh-rescan-buffer): Remove.
4840
f3d3c491
AI
48412000-10-21 Andrew Innes <andrewi@gnu.org>
4842
4843 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4844 remote (ange-ftp) file names.
4845
b86c791c
MB
48462000-10-21 Miles Bader <miles@gnu.org>
4847
d9c30bdf
MB
4848 * window.el (fit-window-to-buffer): New function.
4849 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4850 (window-text-height): Don't expect minibuffers to have mode-lines.
4851
d9c30bdf 4852 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4853 * international/quail.el (quail-update-guidance): Use
4854 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4855
617fee5a
MB
4856 * international/quail.el (quail-show-guidance-buf): Make sure
4857 guidance window really has enough room.
4858 (quail-update-guidance): If quail-guidance-win is already shown,
4859 make sure its height is OK.
4860
b86c791c
MB
4861 * window.el (window-text-height, set-window-text-height):
4862 New functions.
4863 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4864 instead of `window-height' & `mode-line-window-height-fudge'.
4865 (mode-line-window-height-fudge): Add FACE parameter.
4866 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4867 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4868
e34850d1
MB
48692000-10-20 Miles Bader <miles@gnu.org>
4870
4871 * window.el (height-affecting-face-attributes): Use `defconst'.
4872
4873 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4874 New function, conditionally aliased to `mode-line-window-height-fudge'.
4875 (ispell-help): Use it.
4876 (ispell-choices-win-default-height): Don't include mode-line fudge.
4877 (ispell-choices-win-default-height): New function.
4878 (ispell-show-choices, ispell-command-loop): Use function
4879 `ispell-choices-win-default-height' instead of variable.
4880
a8b883c2
MB
48812000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4882
8c6e4a58
MB
4883 * window.el (mode-line-window-height-fudge): New variable.
4884 (height-affecting-face-attributes): New variable.
4885 (mode-line-window-height-fudge): New function.
4886 (shrink-window-if-larger-than-buffer): Use it.
4887 * help.el (resize-temp-buffer-window): Likewise.
4888
a8b883c2
MB
4889 * info.el (Info-fontify-node): Add support for @subsubsection
4890 titles, which use `Info-title-4-face'.
4891 (Info-title-4-face): New face.
4892 (Info-title-3-face): Inherit from Info-title-4-face instead of
4893 variable-pitch.
4894
e64c3a75
JR
48952000-10-19 Jason Rumney <jasonr@gnu.org>
4896
4897 * dired.el (dired-insert-directory): Do not let errors signalled by
4898 attempt to run dired-free-space-program prevent dired from working.
4899
c70fe852
SM
49002000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4901
4902 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4903
877cf6b4
GM
49042000-10-19 Gerd Moellmann <gerd@gnu.org>
4905
5de037e0
GM
4906 * dirtrack.el (dirtrack): Fix call to run-hooks.
4907
6deb9af9
GM
4908 * cmuscheme.el (cmuscheme-program-name): Renamed from
4909 scheme-program-name because xscheme.el contains a defcustom with
4910 the same name. As a consequence, customizing group `cmuscheme'
4911 loaded `xscheme' which redefined run-scheme.
4912 (run-scheme): Use cmuscheme-program-name.
4913
877cf6b4
GM
4914 * ps-print.el (ps-print-emacs-type): Move into the
4915 eval-and-compile.
4916
e597d8fb 4917 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4918 anonymous address, and add a website for Befrienders International.
4836835a 4919
3e9cb08f
GM
49202000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4921
c70fe852
SM
4922 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4923 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4924 (ps-print-version): New version number (6.2).
4925 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4926 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4927 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4928 (ps-x-extent-priority, ps-x-extent-start-position)
4929 (ps-x-face-font-instance, ps-x-find-coding-system)
4930 (ps-x-font-instance-properties, ps-x-make-color-instance)
4931 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4932 avoid compilation gripes without defining functions.
4933 (ps-e-find-composition): Alias for function find-composition, to have a
4934 suitable function depending on Emacs version.
4935 (ps-color-device, ps-color-values, ps-face-foreground-name)
4936 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4937 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4938 (ps-print-ensure-fontified): Function definitions surrounded by
4939 `eval-and-compile' to avoid compilation gripes.
4940 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4941 by symbol-value to avoid compilation gripes.
4942 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4943 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4944
d8abcd91
MB
49452000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4946
13ab33c4
MB
4947 * startup.el (normal-top-level): Call `frame-set-background-mode'
4948 after `frame-notice-user-settings' because the latter doesn't call
4949 the former on a tty.
4950
d8abcd91
MB
4951 * faces.el (frame-set-background-mode): `unspecified' &c are
4952 symbols, not strings.
4953
e8bce0a9
EZ
49542000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4955
c70fe852
SM
4956 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4957 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4958
c70fe852
SM
4959 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
4960 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 4961
773272d8
KH
49622000-10-19 Kenichi Handa <handa@etl.go.jp>
4963
c70fe852 4964 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
4965 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
4966 for ISO10646-1 fonts.
4967 (x-font-name-charset-alist): Add an entry for "iso10646-1".
4968
772139c0
EZ
49692000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4970
4971 * faces.el (frame-set-background-mode): If a tty frame defines a
4972 background color, use that to compute the background mode, instead
4973 of always defaulting to "dark".
4974
d134a19f
MB
49752000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4976
8bb84cb2
MB
4977 * comint.el (comint-write-output): New function.
4978 (comint-mode-map): Add it to the menu.
e40a778f 4979 Bind `C-c C-s' to comint-write-output.
d134a19f 4980
dada41e1
GM
49812000-10-18 Gerd Moellmann <gerd@gnu.org>
4982
4983 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
4984 Use fancy-splash-delay.
4985
9b5360aa
GM
49862000-10-18 Alex Schroeder <alex@gnu.org>
4987
4988 * progmodes/sql.el (sql-sybase-options): New option.
4989 (sql-sybase): Use it. Add sql-database to the list of parameters
4990 provided for login. The options -w 2048 -n are not used any more.
4991
9035a35a
GM
4992 * comint.el (comint-read-input-ring): Bugfix such that the first
4993 and the last entry of the input ring file are not lost.
4994
3556c6dd
GM
49952000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4996
4997 * ps-print.el: Internal variable changes to defcustom,
4998 make-local-hook changes to defvar. Doc fix.
4999 (ps-print-version): New version number (6.1).
5000 (ps-setup, ps-do-despool): Code fix.
5001 (ps-printer-name): Customization fix.
5002 (ps-printer-name-option): Now is a defcustom instead of an
5003 internal variable.
5004 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5005 (ps-print-begin-column-hook): Now are defvar instead of
5006 make-local-hook.
4836835a 5007
4e217e50
MB
50082000-10-18 Miles Bader <miles@gnu.org>
5009
5010 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5011 (comint-kill-output): Changed into an alias for `comint-delete-output',
5012 and made obsolete.
5013 (comint-mode-map): Rename references to comint-kill-output.
5014
34460354
EZ
50152000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5016
5017 * diff-mode.el (diff-header-face, diff-file-header-face)
5018 (diff-changed-face): Add bold and italic attributes to tty faces.
5019 (diff-function-face): New face.
5020 (diff-font-lock-keywords): Use it.
5021
17ea3cdb
MB
50222000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5023
5024 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5025 Remove commented-out call to force-mode-line-update.
5026 (comint-kill-output): Use `forward-line 0' instead of
5027 beginning-of-line to make sure we get past the prompt.
5028
9244f2c7
SM
50292000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5030
5031 * diff-mode.el (diff-header-face, diff-file-header-face):
5032 Add specific setting for dark background.
5033 (diff-context-face): Renamed from diff-comment-face.
5034 Set explicitly rather than inheriting from font-lock-comment-face.
5035
1592c1ef
EZ
50362000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * startup.el (command-line): Move the code which sets the default
5039 TTY colors to before before-init-hook.
5040
f86292a9
GM
50412000-10-17 Gerd Moellmann <gerd@gnu.org>
5042
5043 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5044
f7f2e883
EZ
50452000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5046
e854cc22
EZ
5047 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5048 extensions, for MS-DOS.
5049
f7f2e883
EZ
5050 * diff-mode.el (diff-header-face, diff-file-header-face)
5051 (diff-changed-face): Define tty-specific colors.
5052
c7b4f0f9
GM
50532000-10-17 Gerd Moellmann <gerd@gnu.org>
5054
5055 * startup.el (fancy-splash-text): Realign the text.
5056
12a72271
EZ
50572000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5058
5059 * font-lock.el (font-lock-comment-face): Define a separate default
5060 for dark-background tty's.
5061
61dfccfd
MB
50622000-10-17 Miles Bader <miles@gnu.org>
5063
5064 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5065 being obscured by whizzy mode-lines on graphics displays.
5066
333cd59e
EZ
50672000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * info.el (Info-title-1-face, Info-title-2-face)
5070 (Info-title-3-face): Define colors for tty's.
dada41e1 5071 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5072
dbf1fcc1
EZ
50732000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5074
5075 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5076 reverse from the frame parameters, and don't invert foreground and
5077 background colors.
5078
ac629823
MB
50792000-10-16 Miles Bader <miles@gnu.org>
5080
5081 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5082 string "*Info*". Call propertized-buffer-identification to spruce
5083 up the result.
5084
76eebffc
GM
50852000-10-16 Gerd Moellmann <gerd@gnu.org>
5086
3a6b59d9
GM
5087 * help.el: Provide `help' for the sake of define-minor-mode
5088 which generates defcustoms with requires.
5089
6569c3d3
GM
5090 * jit-lock.el (jit-lock-after-change): If we're in text that
5091 matches a multi-line font-lock pattern, make sure the whole text
5092 will be redisplayed.
5093
c2e0a611
GM
5094 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5095 author's name is unknown.
5096
76eebffc
GM
5097 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5098 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5099 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5100 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5101 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5102 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5103 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5104 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5105 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5106 Add author information.
5107
cf1e7b12
MB
51082000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5109
5110 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5111 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5112 full-color version (using the Gimp) to eliminate dithering artifacts.
5113
5586f3eb
SM
51142000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5115
5116 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5117
5118 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5119
ad64a888
DL
51202000-10-15 Dave Love <fx@gnu.org>
5121
5122 * progmodes/sh-script.el: Require skeleton and comint when
5123 compiling.
5124
5125 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5126
5127 * whitespace.el: Doc fixes.
5128 (top-level): Don't add hooks here.
5129 (whitespace-running-emacs): Deleted.
5130 (timer): Don't require.
5131 (whitespace): Add back :version conditional on xemacs test.
5132 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5133 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5134 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5135 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5136 Avoid specific xemacs test.
5137 (whitespace-global-mode): New option.
5138 (whitespace-global-mode): New command.
5139 (whitespace-unload-hook): New function.
5140
5141 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5142 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5143 (Info-fontify-node): `Goto' goes to `Go to'.
5144 (Info-fontify-node): Add help-echo to xref links.
5145
1ef49fc6
EZ
51462000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5147
5148 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5149
8b7707e1
SM
51502000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5151
b3b7f42f
SM
5152 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5153 Use plist-get and allow :inherit.
5154
5155 * emacs-lisp/cl-macs.el (cl-do-arglist):
5156 Use plist-get and plist-member instead of memq.
5157
3c7fafc7
SM
5158 * emacs-lisp/ewoc.el (ewoc-location): New function.
5159 (ewoc-enter-after, ewoc-enter-before): Document return value.
5160 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5161 Don't need make-local-hook any more.
5162 (cvs-addto-collection): Return the new tin.
5163 (cvs-mode-insert): Jump to the new line.
5164
8b7707e1
SM
5165 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5166
5167 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5168
5169 * font-lock.el (font-lock-syntactically-fontified): New var.
5170 (font-lock-fontify-syntactic-keywords-region): Use it.
5171 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5172
5173 * diff-mode.el (diff-find-file-name): Fix regexp.
5174
5175 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5176 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5177
5178 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5179 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5180 (sh-mode): Don't make all vars local here.
5181 (sh-kw): Reformat.
5182 (sh-set-shell): Use dolist. Don't set indent-region-function.
5183 (sh-mode-syntax-table): Use pop.
5184 (sh-remember-variable): Use push.
5185 (sh-help-string-for-variable): Use memq.
5186 (sh-safe-backward-sexp): Remove.
5187 (sh-safe-forward-sexp): Add ARG.
5188 (sh-get-indent-info, sh-prev-stmt): Use it.
5189 (sh-prev-line): Simplify by using forward-comment.
5190 (sh-this-is-a-continuation): Simplify.
5191 (sh-learn-buffer-indent): Use dolist.
5192 (sh-do-nothing): Remove.
5193 (sh-set-char-syntax, sh-set-here-doc-region):
5194 Use inhibit-modification-hooks.
5195 (sh-name-style): Use mapcar and push.
5196 (sh-load-style): Use dolist.
5197 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5198 (sh-case, sh-while-getopts): Use propertize directly rather
5199 than sh-electric-rparen.
5200
52012000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5202
5203 * textmodes/tex-mode.el: Require CL when compiling.
5204 (tex-mode-syntax-table): Init immediately.
5205 (tex-mode-map): Bind M-RET to latex-insert-item.
5206 (latex-mode): Set indent-line-function to latex-indent.
5207 (tex-common-initialization): Don't setup the syntax-table any more.
5208 (latex-insert-item): New skeleton.
5209 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5210 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5211 (latex-indent, latex-find-indent): New functions.
4836835a 5212 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5213 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5214 (tex-compilation-parse-errors): Use with-syntax-table.
5215
86b7fcbb
MB
52162000-10-15 Miles Bader <miles@gnu.org>
5217
5218 * font-lock.el (font-lock-comment-face): Change dark-background,
5219 color, non-tty, default to `chocolate1'.
5220
57a24508
JW
52212000-10-13 John Wiegley <johnw@gnu.org>
5222
5223 * eshell/esh-util.el (require): Added a missing `require' form,
5224 needed when compiling (for an ange-ftp macro definition).
5225
40ad3db4
DL
52262000-10-13 Dave Love <fx@gnu.org>
5227
5228 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5229
db460189
GM
52302000-10-13 Gerd Moellmann <gerd@gnu.org>
5231
b41c9501
GM
5232 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5233 fix.
5234
4836835a 5235 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5236 transparent -colors 8).
5237
3b5e21df
GM
52382000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5239
5240 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5241 that breaks with old list format timestamps.
5242 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5243 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5244 strings.
5245
16908a3f
JW
52462000-10-13 John Wiegley <johnw@gnu.org>
5247
d7103dda
JW
5248 * align.el, pcomplete.el, calendar/timeclock.el,
5249 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5250
dace60cf 5251 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5252 faulty math, where holiday hours were being computing as seconds.
5253
b6b70cda
JW
52542000-10-13 John Wiegley <johnw@gnu.org>
5255
5256 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5257 specifying what "other" kinds of buffers should be saved. This
5258 used to be hard-coded.
5259 (desktop-buffer-misc-functions): A global for specifying how
5260 auxiliary data should be determined for special buffer types.
5261 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5262 instead of hard-coding the special buffer types.
5263 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5264 auxiliary data, instead of hard-coding for Info buffers and dired.
5265 (desktop-buffer-info-misc-data): Aux function for determining Info
5266 buffer auxiliary info.
5267 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5268 (desktop-buffer-info): Changed this function to use the info
5269 gathered above.
5270 (desktop-create-buffer): Be a little more careful about what
5271 `minor-mode' means before calling it. This is important for some
5272 buffer types.
5273
8c6b1d83
JW
52742000-10-13 John Wiegley <johnw@gnu.org>
5275
5276 * eshell/esh-util.el: Added a global form which declares an
5277 autoload for `parse-time-string', if that function is not already
5278 defined, and if parse-time.el is available on the user's system.
5279
5280 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5281 to be aware of ange-ftp user info.
5282 (eshell-do-ls): Bind `ange-cache'. Also, use
5283 `eshell-file-attributes'.
5284 (eshell-ls-annotate): Use `eshell-file-attributes'.
5285 (eshell-ls-file): Made the user-id printing code a bit smarter.
5286
5287 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5288 allow identification of alias user ids in remote directories.
5289 It's manual, but there's no other way to know when the current
5290 user on the local machine, is also the owning user on the remote
5291 machine.
5292 (fboundp): Bind `ange-cache'.
5293 (eshell-directory-files-and-attributes): Re-organized the logic a
5294 bit to use `eshell-file-attributes' instead of `file-attributes'.
5295 The former is more sensitive to directories that are read via FTP,
5296 and knows how to use ange-ftp to determine full attribute
5297 information, instead of just the name and last modtime.
5298 (eshell-current-ange-uids): Return the current user id when in a
5299 remote directory.
5300 (eshell-parse-ange-ls): Parse a full directory listing that has
5301 been returned by ange-ftp.
5302 (eshell-file-attributes): This beefed up version of
5303 `file-attributes' is only special if the user is currently in a
5304 remote directory, in which case it does a lot of work to find out
5305 what the real attributes of a file are, as they appear on the
5306 remote machine. This makes usage of remote directories (i.e.,
5307 ange-ftp pathnames) much more useful. You can now use Eshell as a
5308 full-fledged FTP client, with much more manipulation ability than
5309 most other clients.
5310
5311 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5312 variable, which means that Eshell's du should always be preferred
5313 in remote directories.
5314 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5315 just `file-attributes'.
5316 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5317 when reading remote directories. This is an Eshell-specific
5318 variable (not part of ange-ftp).
5319 (eshell/ln): Bind `ange-cache'.
5320 (eshell/du): Added some extra logic for determining when to use
5321 Eshell's du (which is slow), and when to use the external version
5322 (which may or may not exist).
5323
5324 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5325 `eshell-interactive-process', rather than using
5326 `get-buffer-process', since backgrounded processes don't count in
5327 the context of this function's logic.
5328
5329 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5330 `forward-char', so that null strings are parsed correctly.
5331
87730e84 53322000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5333
5334 * eshell/em-pred.el (eshell-pred-file-type,
5335 eshell-pred-file-links, eshell-pred-file-size): Use
5336 `eshell-file-attributes'. This is more correct over ange-ftp.
5337
5338 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5339 that remote file globbing is more efficient.
5340
5341 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5342 gathering the files and attributes within a directory.
5343
5344 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5345 the command line is a special file (not a regular file, directory
5346 or symlink), always attempt to call the external version of cat.
5347
87730e84 53482000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5349
5350 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5351 Eshell-friendly version of find-tag.
5352
1c7e37a9
MB
53532000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5354
4836835a 5355 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5356 (image-file-name-regexps): Add autoload cookies.
5357
11a7f341
KH
53582000-10-13 Kenichi Handa <handa@etl.go.jp>
5359
5360 * international/mule-cmds.el (select-safe-coding-system): If FROM
5361 is string, show it in *Warning* buffer.
5362
8ddddcb0
EZ
53632000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5364
5365 * startup.el (normal-top-level): Use display-popup-menus-p instead
5366 of window-system.
5367 (command-line): Use display-graphic-p instead of window-system.
5368 (command-line-1): Use display-popup-menus-p and display-mouse-p
5369 instead of window-system.
5370
72200f89
SS
53712000-10-12 Sam Steingold <sds@gnu.org>
5372
5373 * tooltip.el (tooltip-use-echo-area): New user variable.
5374 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5375
8661c643
DL
53762000-10-12 Dave Love <fx@gnu.org>
5377
d0b40dc1
DL
5378 * recentf.el: Maintainer's checkdoc fixes.
5379
a622451f
DL
5380 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5381 character class, not ASCII when matching file names.
5382 (fancy-splash-head): Add trailing slash to URL.
5383 (command-line): Don't require XPM support for toolbar.
5384
8661c643
DL
5385 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5386 (cperl-invalid-face): Revert last change.
5387 (cperl-init-faces): Quote cperl-invalid-face.
5388
ef2ed8ab
KH
53892000-10-12 Kenichi Handa <handa@etl.go.jp>
5390
5391 * startup.el (fancy-splash-text): Remove superfluous quote.
5392
b0da379e
GM
53932000-10-12 Gerd Moellmann <gerd@gnu.org>
5394
dbeb499b
GM
5395 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5396 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5397 (command-line-1): Don't use fancy-splash-pending-command.
5398 (fancy-splash-screens-1): Goto point-min after inserting text.
5399
d861718a
GM
5400 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5401
b0da379e
GM
5402 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5403 instead of shared-lisp-mode-map.
5404
4fb2ad98
MB
54052000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5406
1cb4393e
MB
5407 * faces.el (header-line): Change tty-variant to use underlining.
5408
4fb2ad98
MB
5409 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5410 (isearch-highlight): Restore lazy-isearch face properties at old
5411 position, and suppress them at new position.
5412 (isearch-dehighlight): Restore lazy-isearch face properties.
5413 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5414 over the real isearch overlay, but in that case, don't give it a
5415 face property. Use `push'.
5416
eb991b25
KH
54172000-10-12 Kenichi Handa <handa@etl.go.jp>
5418
5419 * man.el (Man-getpage-in-background): Fix previous change.
5420 Decode the process output only when we are in multibyte mode.
5421
a818c1c0
DL
54222000-10-11 Dave Love <fx@gnu.org>
5423
c990f53a
DL
5424 * info.el (Info-mode-menu): Fix some help.
5425 (info-tool-bar-map): Add entry for Info-last.
5426
a818c1c0
DL
5427 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5428 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5429 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5430 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5431 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5432 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5433 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5434 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5435 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5436 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5437 Reduce colour requirements to 25 overall. (Probably wants
5438 revisiting from the originals to reduce further.)
5439
c1b096cb
EZ
54402000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5441
5442 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5443 buffer-file-coding-system, instead of raw-text.
5444 (dehexlify-buffer): Bind coding-system-for-read to
5445 buffer-file-coding-system, instead of raw-text.
5446
5c8b7eaf
SS
54472000-10-11 Sam Steingold <sds@gnu.org>
5448
5449 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5450 `underline' - fixes the bug introduced on 2000-09-21.
5451
2cfbdb7a
DL
54522000-10-11 Dave Love <fx@gnu.org>
5453
5454 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5455 compiler warnings.
5456 (scheme-mode): Doc fix.
5457 (scheme-font-lock-keywords-1): Match `define-syntax'.
5458
54592000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5460
5461 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5462 face specs as well as default ones. Only do anything if the
5463 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5464 (region): Make dark-background `region' face less in-your-face.
4b33f290 5465
690ec649
SS
54662000-10-10 Sam Steingold <sds@gnu.org>
5467
5468 * chistory.el, ielm.el, ledit.el:
5469 * progmodes/inf-lisp.el, progmodes/scheme.el:
5470 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5471
3b95d6bb
SM
54722000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * textmodes/texinfo.el: Update copyright and fix typo.
5475
5476 * desktop.el (desktop-modes-not-to-save): New var.
5477 (desktop-save-buffer-p): Use it.
a30eb617
DL
5478 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5479 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5480
54812000-10-10 Dave Love <fx@gnu.org>
5482
5483 * toolbar/tool-bar.el (tool-bar-add-item)
5484 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5485 display.
5486
5487 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5488 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5489 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5490 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5491 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5492 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5493 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5494 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5495 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5496 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5497 the .xpms; probably need retouching.
5498
54992000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5500
5501 * subr.el (add-to-list): Add optional argument APPEND.
5502 * battery.el (display-battery): Use `add-to-list'.
5503
55042000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5505
5506 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5507 these vars as symbol properties.
5508 (zone, zone-when-idle, zone-leave-me-alone)
5509 (zone-pgm-whack-chars): Use new symbol properties.
5510
5511 * battery.el (display-battery): Doc spelling fix.
5512
5513 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5514 property.
5515
55162000-10-09 Dave Love <fx@gnu.org>
5517
5518 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5519 has been initialized before calling tool-bar-setup.
5520 (tool-bar-add-item-from-menu): Add autoload cookie.
5521
55222000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5523
5524 * menu-bar.el (send-mail-item-name): New function.
5525 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5526 of mail-user-agent in the menu. Don't display the "Send Mail"
5527 item if mail-user-agent is nil or its value is ignore.
5528 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5529 if read-mail-command is nil or its value is ignore.
5530
5531 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5532
55332000-10-09 Miles Bader <miles@gnu.org>
5534
5535 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5536 Correct image size.
5537 * toolbar/left_arrow.xpm: Correct image size.
5538
5539 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5540 will be done by the definition of `auto-compression-mode' if
5541 necessary. Move code to uninstall existing file-name handler
5542 before definition of `auto-compression-mode'.
5543
5544 * image-file.el (auto-image-file-mode): Move to the end of the
5545 file, because `define-minor-mode' actually calls the mode-function
5546 if the associated variable is non-nil, which requires that all
5547 needed functions be already defined.
5548
5549 * mouse.el (popup-menu): Balance parens.
5550
55512000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * mouse.el (popup-menu): Move the command call outside the loop
5554 so that popup-menu returns whatever the command returns.
5555
5556 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5557 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5558 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5559 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5560
5561 * vc.el (vc-version-diff): diff-switches can be a list.
5562 Use relative filenames for prettier output.
5563
5564 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5565 (vc-post-command-functions): Remove old-VC compatibility code.
5566
5567 * newcomment.el (comment-indent-default): Autoload.
5568
5569 * font-lock.el (font-lock-defaults): Make buffer-local.
5570 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5571 (font-lock-choose-keywords):
5572 Ignore LEVEL unless KEYWORDS is a list of syms.
5573 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5574 Don't wrap regexp-opt things in \(...\) unnecessarily.
5575
5576 * jit-lock.el: Don't require font-lock any more.
5577 (jit-lock-functions): Make buffer-local.
5578 (jit-lock-saved-fontify-buffer-function): Remove.
5579 (jit-lock-mode): Remove autoload cookie.
5580 Remove font-lock specific code.
5581 (jit-lock-unregister): Don't bother handling complex hooks any more.
5582 (jit-lock-refontify): New function.
5583 (jit-lock-fontify-buffer): Use it.
5584 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5585 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5586 Add optional args START and END.
5587 Never call font-lock-fontify-region directly.
5588 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5589
5590 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5591
55922000-10-08 Dave Love <fx@gnu.org>
5593
5594 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5595
5596 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5597
5598 * play/studly.el (studlify-region, studlify-word): Add autoload
5599 cookie.
5600
5601 * play/morse.el (morse-region, unmorse-region): Add autoload
5602 cookie.
5603
5604 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5605 concat.
5606
5607 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5608 insist on symbols starting with word syntax.
5609 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5610 (eval-defun-1): Doc fix.
5611 (indent-sexp): Use nconc to build up indent-stack.
5612
5613 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5614 Gnus with little use.
5615 (mail-setup-hook): Add mail-abbrevs-setup to options.
5616
5617 * recentf.el: Doc fixes.
5618
5619 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5620 Clean up remainder.
5621
5622 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5623 without timezone and (8) with timezone to enforce some whitespace.
5624 Simplify code somewhat.
5625
5626 * options.el (list-options): Doc that you should use customize.
5627
5628 * iswitchb.el (iswitchb-mode): Add :require.
5629
5630 * info.el (Info-goto-node, Info-menu): Doc fix.
5631 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5632 (info-tool-bar-map): New variable.
5633 (Info-mode): Use it.
5634 (Info-edit-map): Define all in defvar.
5635 (speedbar-attached-frame): Avoid compiler warning.
5636
5637 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5638 (global-map): Bind [tool-bar] to a filtered map.
5639 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5640 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5641 Allow PBM icons.
5642 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5643
5644 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5645 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5646 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5647 icons, except up_arrow, which is left-arrow rotated.
5648
5649 * imenu.el (imenu-add-to-menubar): Fix last change.
5650
56512000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5652
5653 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5654 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5655
56562000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5657
5658 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5659 typos in doc strings.
5660
5661 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5662 the doc strings how to customize Font Lock faces.
5663
5664 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5665 computing growth when dragging the header line.
5666
56672000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5668
5669 * simple.el (kill-line): Doc fix.
5670
56712000-10-08 Miles Bader <miles@gnu.org>
5672
5673 * faces.el (secondary-selection): Make foreground visible on tty.
5674
5675 * jka-compr.el (auto-compression-mode): Move to the end of the
5676 file, because `define-minor-mode' actually calls the mode-function
5677 if the associated variable is non-nil, which requires that all
5678 needed functions be already defined.
5679 (with-auto-compression-mode): Add autoload cookie.
5680
56812000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5682
5683 * files.el (find-backup-file-name) [ms-dos]: If support for long
5684 file names is not available, behave as if version-control were set
5685 to never.
5686
56872000-10-07 Dave Love <fx@gnu.org>
5688
5689 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5690 (browse-url-gnome-moz): New function.
5691 (browse-url-browser-function): Use it.
5692 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5693
56942000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5695
5696 * indent.el (tab-always-indent): New var.
5697 (indent-for-tab-command): Use it.
5698
5699 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5700 raise an error. This way it can still default to a sane value.
5701
57022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5703
5704 * startup.el (fancy-splash-screens): Use local rather than global map.
5705 Don't use `update-menu-bindings' any more.
5706 Get rid of assumptions about keymap representation.
5707
57082000-10-06 Dave Love <fx@gnu.org>
5709
5710 * textmodes/fill.el (sentence-end-double-space)
5711 (sentence-end-without-period): Doc fix.
5712 (adaptive-fill-regexp): Purecopy.
5713 (unjustify-current-line): Use line-end-position.
5714 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5715
5716 * net/eudc-vars.el (eudc): Add :version, :link.
5717
5718 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5719
5720 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5721 Fix for define-minor-mode.
5722 (function-at-point): Alias to function-called-at-point.
5723
5724 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5725
5726 * simple.el (backward-word): Doc fix.
5727
5728 * image-file.el (image-file-name-regexp): image-file-regexps ->
5729 image-file-name-regexps.
5730 (image-file-name-extensions): Add pbm.
5731
57322000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5733
5734 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5735 and add filename to the names so that diff-mode can jump to source.
5736
5737 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5738 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5739 (tex-font-lock-keywords-1): Remove.
5740 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5741 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5742 (font-lock-default-fontify-region):
5743 Expand beg..end correctly when just following a multiline region.
5744 (font-lock-fontify-anchored-keywords):
5745 Include the anchor text as part of the multiline.
5746
57472000-10-06 Gerd Moellmann <gerd@gnu.org>
5748
5749 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5750 latter needs the autoloaded define-minor-mode macro during the
5751 bootstrap.
5752
5753 * startup.el (command-line): For now, activate tool-bar-mode only
5754 if XPM images are supported.
5755
5756 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5757 window by dragging a header-line at the top of the frame; that's
5758 confusing because the header-line doesn't move.
5759 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5760 of treating the event as a list. Some cleanup.
5761
57622000-10-06 Miles Bader <miles@gnu.org>
5763
5764 * simple.el (display-message-or-buffer): New function.
5765 (shell-command-on-region): Use `display-message-or-buffer'.
5766
5767 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5768 docstring parts.
5769
5770 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5771 (smbclient-prompt-regexp): Add usage note to doc string.
5772 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5773 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5774 Use add-hook for adding the comint filter function, and only do so
5775 if it's not already in the global hook list.
5776 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5777 to `make-local-variable'.
5778 (nslookup-font-lock-keywords): Remove prompt entry.
5779 (nslookup): Don't set the process-filter.
5780 (finger): Exit the loop correctly when the regexps list runs out.
5781 (ftp, smbclient, smbclient-list-shares):
5782 Set the real major mode immediately, not after execing.
5783 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5784
5785 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5786
57872000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5788
5789 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5790
5791 * which-func.el (which-func-format): Remove spurious space.
5792 (which-func-mode): Don't make it permanent-local.
5793 (which-func-ff-hook): Allow which-func-maxout to be nil.
5794 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5795 (which-func-mode): Simplify.
5796 Use post-command-idle-hook rather than post-command-hook.
5797 Go through all buffers and update their state.
5798 (which-function): Also try add-log-current-defun-function.
5799
5800 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5801 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5802 Update call to with-vc-properties accordingly.
5803 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5804 (vc-revert-buffer): More careful about window selection and deletion.
5805 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5806
5807 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5808 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5809 (cvs-dired-action): Change the default to quickdir.
5810
5811 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5812 if comment-indent-function returns nil.
5813 (comment-indent-default): New function.
5814 (comment-indent-function): Use it and document the new semantics.
5815
5816 * image-file.el: Docstring fixes.
5817
5818 * help.el (help-xref-on-pp): Use match-string.
5819 (describe-variable): New arg BUFFER.
5820 Store the current buffer in the help-xref-stack.
5821 (temp-buffer-resize-mode): Use define-minor-mode.
5822
5823 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5824 consistently with its docstring.
5825 Set jit-lock-first-unfontify-pos in an idempotent way.
5826 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5827
58282000-10-05 Alex Schroeder <alex@gnu.org>
5829
5830 * sql.el (sql-mysql-options): New variable.
5831 (sql-mysql): Use it.
5832
58332000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5834
5835 * image.el (image): New group.
5836
5837 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5838 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5839
58402000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5841
5842 * net/net-utils.el (nslookup-font-lock-keywords)
5843 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5844 Ignore the value of wqindow-system; always define keywords
5845
58462000-10-05 Kenichi Handa <handa@etl.go.jp>
5847
5848 * startup.el (fancy-splash-screens): Remove the code for
5849 debugging; `(trace-to-stderr "EXITTT\n")'.
5850
58512000-10-05 Miles Bader <miles@gnu.org>
5852
5853 * diff-mode.el (diff-goto-source): Update call to
5854 `diff-hunk-status-msg' to reflect new REV variable.
5855
58562000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5857
5858 * progmodes/icon.el (icon-mode):
5859 Don't gratuitously override the default for comment-column.
5860
5861 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5862
5863 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5864 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5865 (jit-lock-functions): New var.
5866 (jit-lock-function-1): Use it if non-nil.
5867 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5868 Set the `fontified' property before doing the fontification to avoid
5869 repeatedly going through the same error.
5870 Don't turn errors into messages.
5871 (jit-lock-register, jit-lock-unregister): New functions.
5872
5873 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5874 Use with-current-buffer.
5875
5876 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5877 Turn comment into docstring.
5878
5879 * apropos.el (apropos-mode): Use define-derived-mode.
5880
58812000-10-04 Gerd Moellmann <gerd@gnu.org>
5882
5883 * startup.el (fancy-splash-pending-command): New variable.
5884 (fancy-splash-pre-command): New function.
5885 (fancy-splash-screens): Rewritten.
5886 (command-line-1): If fancy-splash-pending-command is set, call it
5887 interactively.
5888
58892000-10-04 Dave Love <fx@gnu.org>
5890
5891 * toolbar/tool-bar.el (tool-bar-setup): New function.
5892 (tool-bar-mode): Use it.
5893
5894 * subr.el (substitute-key-definition): Doc fix.
5895 (play-sound-file): New command.
5896
58972000-10-04 Andre Spiegel <spiegel@gnu.org>
5898
5899 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5900 vc-version-backup-file-name): New functions.
5901
5902 * files.el (basic-save-buffer): Call vc-before-save before saving.
5903
5904 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5905 vc-cvs-stay-local-p.
5906
5907 * vc.el (vc-revert-buffer): Handle empty diff properly.
5908 (vc-version-backup-file): New function.
5909 (vc-checkout): Create a version backup if necessary.
5910 (vc-checkin): If a version backup file exists, delete it.
5911 (vc-version-diff): Diff locally using version backups, if available.
5912 (vc-revert-file): If there's a version backup, revert locally.
5913 (vc-transfer-file): Use version backup for base version, if
5914 available. If not, ask for confirmation whether to get it from the
5915 server. Update mode line before check-in.
5916
59172000-10-04 Dave Love <fx@gnu.org>
5918
5919 * toolbar/tool-bar.el (tool-bar-setup): New function.
5920 (tool-bar-mode): Use it.
5921
59222000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5923
5924 * net/net-utils.el (nslookup-font-lock-keywords)
5925 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5926 Only set if window-system is non-nil
5927 (net-utils-run-program): Returns buffer.
5928 (network-connection-reconnect): Added this function.
5929
5930 * generic.el:
5931 Incorporates extensive cleanup and docfixes by
5932 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5933 Uses cl compile-time macros.
5934 (generic-mode-name, generic-comment-list)
5935 (generic-keywords-list, generic-font-lock-expressions)
5936 (generic-mode-function-list, generic-mode-syntax-table):
5937 Removed variables.
5938 (generic-mode-alist): Renamed to generic-mode-list.
5939 (generic-find-file-regexp): Default changed to "^#".
5940 (generic-read-type): Uses completing read on generic-mode-list.
5941 (generic-mode-sanity-check): removed this function.
5942 (generic-add-to-auto-mode): Removed this function
5943 (generic-mode-internal): Bind mode-specific definitions
5944 into function instead of putting them in alist.
5945 (generic-mode-set-comments): Reworked extensively.
5946 (generic-mode-find-file-hook): Simplified regexp searching
5947 (generic-make-keywords-list): Omit extra pair of parens
5948
5949 * find-lisp.el (find-lisp-find-files-internal):
5950 Make sure directory name ends with "/".
5951
5952 * generic-x.el (apache-conf-generic-mode):
5953 Regexp now allows leading whitespace.
5954 (rc-generic-mode): Added eval-when-compile
5955 around generic-make-keywords-list.
5956 Deleted duplicate regexp
5957 (rul-generic-mode): Added eval-when-compile
5958 around generic-make-keywords-list.
5959 (etc-fstab-generic-mode): New generic mode.
5960 (rul-generic-mode): Removed one eval-when-compile
5961 which caused a max-specpdl-size exceeded error.
5962
59632000-10-04 Miles Bader <miles@gnu.org>
5964
5965 * simple.el (minibuffer-temporary-goal-position): New variable.
5966 (next-history-element): Try to keep the position of point in the
5967 input string constant.
5968
5969 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
5970 (dired-do-create-files): If there's only one file, pass it in as
5971 the DEFAULT arg to dired-mark-read-file-name.
5972
59732000-10-03 Stefan Monnier <monnier@cs.yale.edu>
5974
5975 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
5976 (diff-goto-source): Be smarter when choosing REVERSE or not.
5977
5978 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
5979 (texinfo-mode-menu): Add an explicit shortcut for update all.
5980
59812000-10-03 Andre Spiegel <spiegel@gnu.org>
5982
5983 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
5984 factorize backend-specific code cleanly (this was essentially
5985 conceived by Stefan Monnier).
5986 (vc-unregister): Function removed.
5987 (vc-revert-file): New function.
5988 (vc-revert-buffer): Delegate some of the work to it.
5989
5990 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
5991 default branch unconditionally.
5992 (vc-rcs-set-default-branch): New function.
5993 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
5994 (vc-rcs-checkin): If an appropriate default branch has been set,
5995 force creation of that branch.
5996 (vc-rcs-receive-file): Rewritten to contain only backend-specific
5997 code (as suggested by Stefan Monnier).
5998
59992000-10-02 Gerd Moellmann <gerd@gnu.org>
6000
6001 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6002 highlighting overlay with a different face over the overlay
6003 isearch uses to highlight the current match because that can lead
6004 to bad face combinations.
6005
6006 * loadup.el (toplevel): Load faces before isearch.
6007
6008 * isearch.el (isearch-faces): New custom group.
6009 (isearch): New defface; was already tested for in the code.
6010 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6011 (isearch-highlight): Always use face `isearch'.
6012
60132000-10-02 Dave Love <fx@gnu.org>
6014
6015 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6016 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6017 comparison of opcode with operand.
6018
60192000-10-03 Miles Bader <miles@gnu.org>
6020
6021 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6022 buffer, since the echo area will now grow to accommodate them.
6023
60242000-10-02 Andre Spiegel <spiegel@gnu.org>
6025
6026 * vc-hooks.el (vc-registered): If FILE used to be registered under
6027 a certain backend, try that one first.
6028
6029 * vc.el (vc-responsible-backend): Undo the previous change in the
6030 argument list. Handle multiple backends correctly.
6031 (vc-find-new-backend): Function removed.
6032 (vc-register): Use vc-responsible-backend, as before.
6033 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6034
60352000-10-02 Gerd Moellmann <gerd@gnu.org>
6036
6037 * startup.el (fancy-splash-head): Change message below the
6038 logo.
6039
60402000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6041
6042 * diff-mode.el (diff-goto-source): Emit a status message.
6043 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6044 (diff-test-hunk): Fix doc string.
6045 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6046 (diff-advance-after-apply-hunk): New variable.
6047 (diff-apply-hunk): Don't return a value.
6048
60492000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6050
6051 * vc.el (vc-editable-p): Minor optimization.
6052 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6053 (vc-find-new-backend): New function split from vc-responsible-backend.
6054 (vc-register): Use it.
6055 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6056 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6057 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6058 (vc-clear-headers): Don't use find-file.
6059 (vc-revert-buffer): Use `and' again (must have been a braino).
6060 (vc-switch-backend): Only prompt if requested.
6061 Short circuit if nothing is to be done.
6062 Don't use vc-resynch-buffer which could lose unsaved editing.
6063 (vc-default-receive-file): Update call to vc-unregister.
6064 (with-vc-file, vc-next-action-on-file):
6065 Use vc-backend rather than vc-registered.
6066 (vc-next-action-on-file): Use intern-soft.
6067 Deal with read-only *vc-diff* buffer.
6068 (vc-transfer-file): Docstring fix.
6069
6070 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6071 (vc-rcs-receive-file): Avoid with-vc-properties.
6072 Update call to vc-unregister.
6073 Use constant `RCS' rather than (dynamically bound) var `backend'.
6074
60752000-10-01 Andre Spiegel <spiegel@gnu.org>
6076
6077 * vc.el (vc-next-action-on-file): Update mode line only if file
6078 is visited.
6079 (vc-start-entry): New argument initial-contents. Don't visit the file
6080 if it isn't already visited. Brought documentation up-to-date.
6081 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6082 (vc-checkin): New optional arg initial-contents, which is passed to
6083 vc-start-entry.
6084 (vc-finish-logentry): Make sure to bury log buffer only if there
6085 really is one. Call `vc-resynch-buffer' on log-file, not
6086 buffer-file-name.
6087 (vc-default-comment-history, vc-default-wash-log): New functions.
6088 (vc-index-of): Removed.
6089 (vc-transfer-file): Make do without the above.
6090 (vc-default-receive-file): Call comment-history unconditionally. Pass
6091 the resulting string to vc-checkin, instead of inserting it into the
6092 comment ring.
6093
6094 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6095 unconditionally. Use the comments as initial contents of the log
6096 entry buffer. Document the trick to force branch creation with no
6097 changes.
6098
60992000-10-01 Miles Bader <miles@gnu.org>
6100
6101 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6102 `recenter' with an arg to prevent redrawing the display.
6103
61042000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6105
6106 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6107
6108 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6109
6110 * progmodes/c-mode.el (c-mode):
6111 Don't gratuitously override the default for comment-column.
6112
6113 * textmodes/tex-mode.el (latex-metasection-list): New var.
6114 (latex-imenu-create-index): Use it.
6115 Move the regexp construction outside loops (and use push).
6116 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6117 (tex-font-lock-keywords): Moved from font-lock.el.
6118 (tex-comment-indent): Remove.
6119 (tex-common-initialization): Don't set comment-indent-function.
6120 (latex-block-default): New var.
6121 (tex-latex-block): Use it to provide a default choice.
6122 Add any unknown choice to latex-block-names.
6123 Insert [...] after {...}.
6124 (tex-last-unended-begin): Simplify regexp.
6125 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6126 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6127 (latex-mode): Set forward-sexp-function.
6128
6129 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6130 Add regexp for @ignore ... @end ignore.
6131 (texinfo-heading-face): New face.
6132 (texinfo-font-lock-keywords): Use it.
6133 (texinfo-mode-menu): New menu.
6134 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6135 New functions.
6136 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6137 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6138 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6139 Remove declaration.
6140 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6141
6142 * delsel.el (delete-selection-mode): Use define-minor-mode.
6143
6144 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6145
61462000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6147
6148 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6149
61502000-09-30 Gerd Moellmann <gerd@gnu.org>
6151
6152 * replace.el (keep-lines-read-args): New function.
6153 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6154 read arguments interactively. Add parameters RSTART and REND.
6155 Operate on the active region in Transient Mark mode.
6156
6157 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6158
6159 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6160 (authors-obsolete-files-regexps): New variable.
6161 (authors-add): Don't record changes in obsolete files.
6162
61632000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6164
6165 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6166
6167 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6168 (comment-indent): Make sure there's a space between code and comment.
6169 Shift comments left to avoid going past fill-column.
6170
61712000-09-29 Gerd Moellmann <gerd@gnu.org>
6172
6173 * startup.el (startup-echo-area-message): New function.
6174 (display-startup-echo-area-message): Use it.
6175 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6176 (fancy-splash-default-action): New function.
6177 (fancy-splash-screens-1): New function.
6178 (fancy-splash-head): Put a help-echo and a keymap under the image.
6179
61802000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6181
6182 * diff-mode.el (diff-add-log-file-name): Remove.
6183 (diff-mode): Use add-log-buffer-file-name-function.
6184
6185 * add-log.el (find-change-log): New arg BUFFER-FILE.
6186 (add-log-file-name): Obey add-log-file-name-function.
6187 (add-log-buffer-file-name-function): New var.
6188 (add-change-log-entry): Use it.
6189
61902000-09-29 Miles Bader <miles@gnu.org>
6191
6192 * image-file.el (image-file-name-extensions): New variable.
6193 (image-file-name-regexps): Renamed from `image-file-regexps'.
6194 New default value is nil. Call `auto-image-file-mode'.
6195 (image-file-name-regexp): New function.
6196 (auto-image-file-mode): New minor mode.
6197 (insert-image-file): Don't make conditional on the image-file
6198 handler being enabled.
6199 (image-file-handler): Make the call here conditional instead.
6200 (set-image-file-handler-enabled, enable-image-file-handler)
6201 (disable-image-file-handler): Functions removed.
6202
6203 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6204 string.
6205
62062000-09-29 Gerd Moellmann <gerd@gnu.org>
6207
6208 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6209 it's a function from CL.
6210 (latex-imenu-create-index): Replace eval-when-compile with progn
6211 because latex-section-alist is not bound while compiling.
6212
62132000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6214
6215 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6216 (outline-mode): Use define-derived-mode.
6217
6218 * progmodes/perl-mode.el (perl-mode):
6219 * progmodes/awk-mode.el (awk-mode):
6220 * progmodes/asm-mode.el (asm-mode):
6221 Don't gratuitously override the default for comment-column.
6222
6223 * emacs-lisp/lisp.el (lisp-complete-symbol):
6224 Distinguish the let-binding case from the funcall case.
6225 (forward-sexp-function): New variable.
6226 (forward-sexp): Use it.
6227
6228 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6229 (easy-mmode-defmap): Remove the now useless autoload.
6230
6231 * time.el (display-time-mode): Use define-minor-mode.
6232
6233 * subr.el (add-minor-mode): Don't eval NAME.
6234 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6235 Use if rather than cond.
6236
6237 * simple.el (read-expression-map): Define more properly.
6238 (comment-indent-hook): Remove.
6239 (string-to-syntax): Bug fix.
6240
6241 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6242 (cvs-ediff-diff): Fix typo.
6243 (cvs-revert-if-needed): Don't bother preserving read-only.
6244
6245 * paren.el (show-paren-mode): Use define-minor-mode.
6246
6247 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6248 (toggle-auto-compression): Remove.
6249 (jka-compr-build-file-regexp): Remove useless grouping.
6250
6251 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6252 Avoid user-reserved bindings.
6253 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6254 (diff-header-face): Revert to grey85.
6255
6256 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6257
6258 * complete.el (partial-completion-mode) <defcustom>: Remove.
6259 (partial-completion-mode): Use define-minor-mode.
6260 (PC-do-completion): Understand `completion-auto-help = delay'
6261 to mean to popup the completion buffer only the second time.
6262 (PC-include-file-all-completions, PC-include-file-all-completions)
6263 (PC-include-file-all-completions): Don't quote lambda.
6264
6265 * comint.el (comint-mode-hook): Docstring fix.
6266 (comint-mode): Use define-derived-mode.
6267 (comint-mode-map): Remove obsolete comment.
6268 (make-comint): Minor stylistic change.
6269 (comint-insert-clicked-input): Be more careful to find the overlay.
6270 Use this-command-keys rather than hardcoding mouse-2.
6271
6272 * font-lock.el: Replace confusing (,@ with ,
6273 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6274 Don't use regexp-opt-depth. Spice up the regexp for args.
6275 Don't distinguish between cmds that can take an opt arg or not.
6276 Use `append' and `prepend' rather than `keep'.
6277
6278 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6279 (latex-outline-regexp): New var.
6280 (latex-outline-level): New fun.
6281 (latex-section-alist): New var.
6282 (latex-imenu-create-index): Use it. Use `push' as well.
6283 (tex-shell-map): Initialize it properly.
6284 (tex-mode): Minor stylistic change.
6285 (plain-tex-mode): Use define-derived-mode.
6286 (latex-mode): Use define-derived-mode.
6287 Construct the paragraph regexps in a more readable way.
6288 Set the buffer-local outline-{level,regexp} vars.
6289 (slitex-mode): Derive from latex-mode.
6290 (tex-common-initialization): Don't kill-all-vars anymore.
6291 Add setting for comment-add and font-lock-defaults.
6292 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6293 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6294 (tex-start-tex): New arg DIR (and send a chdir command for it).
6295 Also display the shell buffer and save it in tex-last-buffer-texed.
6296 (tex-region): Use expand-file-name rather than concat.
6297 Remove code made useless by changes in tex-start-tex.
6298 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6299
6300 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6301
63022000-09-28 Dave Love <fx@gnu.org>
6303
6304 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6305
63062000-09-28 Gerd Moellmann <gerd@gnu.org>
6307
6308 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6309 `append'.
6310
63112000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6312
6313 * info.el (Info-extract-pointer): Undo last change.
6314 Instead, fix the position of the `bound' arg to re-search-backward.
6315
63162000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6317
6318 * info.el (Info-extract-pointer):
6319 Widen more carefully, to avoid finding pointers in other nodes.
6320 (Info-index): Use push.
6321
63222000-09-27 Gerd Moellmann <gerd@gnu.org>
6323
6324 * frame.el (set-frame-font): Remove call to obsolete function
6325 frame-update-faces.
6326 (set-foreground-color, set-background-color): Likewise for
6327 frame-update-face-colors.
6328
63292000-09-27 Miles Bader <miles@gnu.org>
6330
6331 * image-file.el: New file.
6332
63332000-09-27 Gerd Moellmann <gerd@gnu.org>
6334
6335 * frame.el (frame-notice-user-settings): Don't call
6336 frame-update-faces, which is a no-op now.
6337
6338 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6339 tool-bar-lines.
6340
63412000-09-27 Dave Love <fx@gnu.org>
6342
6343 * mouse.el: Fix last change.
6344
63452000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6346
6347 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6348
63492000-09-22 Kenichi Handa <handa@etl.go.jp>
6350
6351 * international/quail.el (quail-help): The output message is
6352 improved.
6353
63542000-09-26 Dave Love <fx@gnu.org>
6355
6356 * mouse.el (popup-menu): If POSITION is nil, set it using
6357 mouse-position.
6358
63592000-09-25 Sam Steingold <sds@gnu.org>
6360
6361 * net/browse-url.el (browse-url-file-url): Check for null maps.
6362
63632000-09-26 Gerd Moellmann <gerd@gnu.org>
6364
6365 * frame.el (frame-notice-user-settings): Don't add a
6366 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6367
6368 * frame.el (frame-notice-user-settings):
6369 Make tool-bar-mode and default-frame-alist consistent.
6370
6371 * toolbar/tool-bar.el (tool-bar-help): New function.
6372
63732000-09-25 Gerd Moellmann <gerd@gnu.org>
6374
6375 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6376 current-load-list in top-level forms. Else this leaks a cons cell
6377 every time a defun is called.
6378
6379 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6380
63812000-09-25 Dave Love <fx@gnu.org>
6382
6383 * startup.el (fancy-splash-head): Check XPM is available.
6384
6385 * autoinsert.el (auto-insert): Doc fix.
6386 (auto-insert-alist): Following GNU notices, don't say `copyright
6387 _by_'. Use line-beginning-position.
6388 (auto-insert): Check buffer-file-name is non-nil before use.
6389
63902000-09-25 Gerd Moellmann <gerd@gnu.org>
6391
6392 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6393 starting with `@def' or `@multitable', in addition to ones
6394 specified by the user in auto-fill-inhibit-regexp.
6395
63962000-09-25 Markus Rost <rost@math.ohio-state.edu>
6397
6398 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6399 rmail-dont-reply-to-names matches the empty string.
6400
64012000-09-25 Gerd Moellmann <gerd@gnu.org>
6402
6403 * startup.el (command-line-1, fancy-splash-text): Change the
6404 text to sound more friendly.
6405
64062000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6407
6408 * progmodes/hideshow.el: Update author email address.
6409 Generally, sync w/ maintainer version 5.22.
6410 (hs-hide-all-non-comment-function): New var.
6411 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6412 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6413 (hs-show-region): Delete this command.
6414 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6415
64162000-09-22 Dave Love <fx@gnu.org>
6417
6418 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6419 (hl-line-highlight): Specify buffer when moving overlay.
6420
6421 * progmodes/fortran.el (fortran-mode): Locally set
6422 normal-auto-fill-function.
6423 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6424 (fortran-mode-map): Adjust auto-fill menu entry.
6425
64262000-09-22 Gerd Moellmann <gerd@gnu.org>
6427
6428 * vc-rcs.el (toplevel): Require `vc' when compiling.
6429
6430 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6431
64322000-09-22 Andre Spiegel <spiegel@gnu.org>
6433
6434 * vc.el (vc-switch-backend): Signal an error if the file is not
6435 registered under the new backend.
6436
6437 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6438 without explicit revision number.
6439
64402000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6441
6442 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6443 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6444 (diff-xor): New function.
6445 (diff-find-source-location): Use it. Fix a stupid name clash.
6446 (diff-hunk-status-msg): New function.
6447 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6448 (diff-test-hunk): Use diff-find-source-location.
6449 (diff-goto-source): Favor the `reverse'.
6450 (diff-hunk-text): Properly handle one-sided context diffs.
6451 (diff-apply-hunk): When done, advance to the next hunk.
6452
64532000-09-21 Gerd Moellmann <gerd@gnu.org>
6454
6455 * startup.el (command-line): If frame was created with a non-zero
6456 tool-bar-lines parameter, switch tool-bar-mode on.
6457
6458 * add-log.el (change-log-date-face, change-log-name-face)
6459 (change-log-email-face, change-log-file-face)
6460 (change-log-list-face, change-log-conditionals-face)
6461 (change-log-function-face, change-log-acknowledgement-face):
6462 New faces, inheriting from font-lock faces.
6463 (change-log-font-lock-keywords): Use them.
6464
64652000-09-21 Dave Love <fx@gnu.org>
6466
6467 * progmodes/cperl-mode.el (top-level): Clean up
6468 `eval-when-compile's and assorted defvars.
6469 (cperl-invalid-face): Don't double-quote value. Change custom
6470 type.
6471 (cperl-mode): Set normal-auto-fill-function and don't zap
6472 auto-fill-function.
6473 (cperl-imenu--function-name-regexp-perl): Renamed from
6474 imenu-example--function-name-regexp-perl.
6475 (cperl-imenu--create-perl-index): Renamed from
6476 imenu-example--create-perl-index.
6477 (cperl-xsub-scan): Don't require cl.
6478
6479 * msb.el (msb-mode-map): Use substitute-key-definition.
6480 (msb-mode): Use msb-mode-map.
6481
64822000-09-21 Andre Spiegel <spiegel@gnu.org>
6483
6484 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6485 New functions.
6486 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6487 (vc-switch-backend): New function.
6488 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6489 (vc-register): Fix prompt.
6490 (vc-unregister, vc-default-unregister): New functions.
6491 (vc-version-diff): Handle empty buffer in sentinel.
6492
6493 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6494 (vc-rcs-state-heuristic): Use it to guess the state of files with
6495 non-strict locking.
6496 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6497 been set with -b, but not created yet.
6498 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6499 contents in order to find the state.
6500 (vc-rcs-checkin): Allow creation of branches with no changes.
6501 (vc-rcs-unregister, vc-rcs-receive-file)
6502 (vc-rcs-set-non-strict-locking): New functions.
6503
6504 * vc-hooks.el (vc-name): Force correct computation of the value
6505 in case it is missing.
6506
65072000-09-21 Gerd Moellmann <gerd@gnu.org>
6508
6509 * startup.el (fancy-splash-tail): Use a different foreground
6510 color on a dark frame background.
6511
65122000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6513
6514 * info.el: Use the correct capitalization when making Info-mode
6515 and Info-edit-mode `special' modes.
6516
65172000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6518
6519 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6520 (diff-mode): Add support for add-log.el.
6521 (diff-hunk-text): Use char offsets rather than line offsets.
6522 (diff-find-source-location): Replace LINE with line-offset (nil
6523 if not found) and always set POS to a meaningful position.
6524 Adapt to the new char-offsets.
6525 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6526 Adapt to the new diff-find-source-location.
6527 (diff-goto-source): Adapt to the new diff-find-source-location.
6528
6529 * add-log.el (add-log-file-name): New function (split out of
6530 add-change-log-entry).
6531 (add-change-log-entry): Use it.
6532 Call add-log-file-name-function with the changelog file name if
6533 the current buffer is not associated with any file.
6534 Avoid find-file if the selected window is dedicated.
6535
6536 * diff-mode.el (diff-find-source-location):
6537 Move code from diff-apply-hunk. Return buffer rather than file.
6538 (diff-apply-hunk): Use the new result from diff-find-source-location.
6539 (diff-goto-source): Use the new diff-find-source-location.
6540
65412000-09-20 Dave Love <fx@gnu.org>
6542
6543 * iswitchb.el: Some doc fixes.
6544 (iswitchb-mode-map): Define completely initially. Inherit
6545 minibuffer-local-map.
6546 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6547 fundamental-mode.
6548 (iswitchb-global-map): New variable.
6549 (iswitchb-summaries-to-end): Amalgamate regexps.
6550 (iswitchb-mode): New.
6551 (iswitchb-mode-hook): New variable.
6552 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6553 `extensions'.
6554
65552000-09-20 Gerd Moellmann <gerd@gnu.org>
6556
6557 * ehelp.el (electric-help): New defgroup.
6558 (electric-help-shrink-window): New user-option.
6559 (with-electric-help): Use it.
6560
6561 * window.el (shrink-window-if-larger-than-buffer): If face
6562 `mode-line' has a :box, and we're on a graphical frame, add 1
6563 to the needed window height.
6564
6565 * frame.el (frame-notice-user-settings): Add a last parameter nil
6566 to a call to `append', because the last list passed to `append' is
6567 not copied, and so subsequent calls to assq-delete-all will modify
6568 default-frame-alist.
6569
6570 * startup.el (fancy-splash-image): Change :type.
6571 (fancy-splash-head): Use an XBM image if appropriate.
6572 (command-line-1): Show splash screens in more cases.
6573
6574 * startup.el (fancy-splash-text): Don't quote faces.
6575
6576 * dired.el (dired-font-lock-keywords): Undo last change.
6577 (dired-readin): Bind indent-tabs-mode to nil.
6578
6579 * startup.el (fancy-splash-head): If frame's background mode
6580 is `dark', change the black background of the image to gray.
6581 (fancy-splash-screens): Display startup echo area message.
6582 (display-startup-echo-area-message): New function.
6583
65842000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6585
6586 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6587
6588 * info.el (info-header-node): Tweak for color ttys.
6589
6590 * faces.el (face-valid-attribute-values): Make sure directories we
6591 search for stipples both exist and are readable before trying to
6592 search them.
6593
6594 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6595 in the dry-run case.
6596
6597 * jka-compr.el (with-auto-compression-mode): New macro.
6598
6599 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6600 (custom-group-tag-face, custom-variable-tag-face): Use relative
6601 :height and inherit from `variable-pitch' face instead of
6602 hardwiring :family.
6603 * hi-lock.el (hi-black-hb): Likewise.
6604
6605 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6606 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6607 toolbar-add-item, if image doesn't have a mask add a `:mask
6608 heuristic'.
6609
66102000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6611
6612 * diff-mode.el: Docstring fixes.
6613 (diff-header-face, diff-comment-face): New faces.
6614 (diff-font-lock-keywords): Highlight a bit differently.
6615 (diff-find-source-location): Don't return SPAN any more.
6616 (diff-hunk-text): Don't bother erasing the temp buffer.
6617 (diff-find-text): Drop argument LINE.
6618 (diff-apply-hunk): Update calls to diff-find-text.
6619 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6620
6621 * calendar/calendar.el: Docstring fixes.
6622 (calendar-make-alist): Don't quote lambda.
6623 (calendar-star-date): Use make-local-variable.
6624
66252000-09-19 Dave Love <fx@gnu.org>
6626
6627 * toolbar/tool-bar.el: Renamed from toolbar.el.
6628 Change `toolbar' to `tool-bar' generally in symbols.
6629 Make some items invisible in `special' major modes.
6630 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6631 Add arg PROPS.
6632
6633 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6634 Add :version here.
6635 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6636
66372000-09-19 Gerd Moellmann <gerd@gnu.org>
6638
6639 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6640
6641 * files.el (find-file-suppress-same-file-warnings): New user-option.
6642 (find-file-noselect): Use it.
6643
6644 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6645 (fancy-splash-screen): Defgroup.
6646
6647 * add-log.el (change-log-font-lock-keywords): Match names
6648 more exactly for the case that font-lock-constant-face is
6649 underlined.
6650
66512000-09-19 Richard M. Stallman <rms@gnu.org>
6652
6653 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6654
66552000-09-19 Andre Spiegel <spiegel@gnu.org>
6656
6657 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6658
66592000-09-19 Gerd Moellmann <gerd@gnu.org>
6660
6661 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6662 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6663 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6664 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6665 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6666 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6667 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6668 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6669 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6670 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6671 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6672 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6673
6674 * startup.el (fancy-splash-text): New variable.
6675 (fancy-splash-delay, fancy-splash-image): New user-options.
6676 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6677 (fancy-splash-screens): New functions.
6678 (command-line-1): If display has a `display' frame parameter, has
6679 colors, and we have XPM support, show more fancy splash screens.
6680
66812000-09-19 Dave Love <fx@gnu.org>
6682
6683 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6684 with null `help'. Use modern backquote syntax.
6685
66862000-09-19 Gerd Moellmann <gerd@gnu.org>
6687
6688 * font-lock.el (font-lock-mode): Change message telling the user
6689 that ``the buffer is too big''.
6690
6691 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6692 for instance for the case that tab-width is 2.
6693
66942000-09-18 Gerd Moellmann <gerd@gnu.org>
6695
6696 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6697 toolbar-add-item, if image doesn't have a mask add a `:mask
6698 heuristic'.
6699
67002000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6701
6702 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6703 and return a cons if it's non-nil.
6704 (diff-apply-hunk): Try to jump to the line in the source text
6705 corresponding to the position of point in the in the hunk.
6706
6707 * info.el (Info-title-3-face, Info-title-2-face)
6708 (Info-title-1-face): Use face inheritance and relative sizes
6709 instead of hard-wiring things.
6710
6711 * faces.el (secondary-selection): Make dark-background variant sane.
6712
67132000-09-16 Andrew Innes <andrewi@gnu.org>
6714
6715 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6716 read-only, since they aren't under VC now.
6717
67182000-09-17 Dave Love <fx@gnu.org>
6719
6720 * tmm.el: Replace mapcar with mapc in several places.
6721
6722 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6723 ad-unadvise.
6724
6725 * international/latin1-disp.el: New file.
6726
6727 * calendar/cal-move.el (scroll-calendar-left)
6728 (scroll-calendar-right): Make arg optional (for active mode line).
6729
6730 * calendar/calendar.el (calendar-mode-line-format): Make fields
6731 mouse-sensitive.
6732 (calendar-read-date, calendar-read-date, calendar-window-list):
6733 Unquote lambda.
6734 (calendar-month-name): Use aref, not sref.
6735
6736 * view.el (minor-mode-alist): Propertize the string.
6737
6738 * international/characters.el (standard-case-table): Add entries
6739 for Greek.
6740
67412000-09-18 Miles Bader <miles@gnu.org>
6742
6743 * info.el (info-node, info-xref): Add dark-background variants.
6744
6745 * faces.el (header-line): Change defaults to be less confusing
6746 when mixed with mode-lines.
6747
6748 * info.el (Info-fontify-node): Make a few cleanups.
6749 Add extra `help-echo' and `local-map' props to node xrefs.
6750 Use header-specific faces for node-names & xrefs.
6751 (Info-use-header-line): New variable.
6752 (info-header-xref, info-header-node): New faces.
6753 (Info-setup-header-line): New function.
6754 (Info-select-node): Call Info-setup-header-line when enabled.
6755 (Info-extract-pointer): Work even if the header line is hidden.
6756 (Info-header-line): New variable.
6757
67582000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6759
6760 * vms-patch.el (print-region-function): Don't quote lambda.
6761
6762 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6763
6764 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6765 (lm-get-header-re): Allow spaces between the header and the colon.
6766 (lm-header): Allow $ in non-RCS headers.
6767 (lm-header-multiline): Put the strings back into order.
6768 Stop at an empty line. Don't require two space chars if the
6769 line is clearly not another header line.
6770
6771 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6772 (popup-menu-popup): Remove.
6773
67742000-09-15 Gerd Moellmann <gerd@gnu.org>
6775
6776 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6777 specification if or if not tool-bar item contains an `:enabled'
6778 property.
6779
6780 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6781 current buffer has no file name.
6782
67832000-09-15 Dave Love <fx@gnu.org>
6784
6785 * strokes.el: Sync with maintainer's current version with changes
6786 for Emacs, but avoid runtime cl and levents.
6787 (toplevel): Change autoloads and compilation requires.
6788 (strokes-version, strokes-bug-address, strokes-lift): Values
6789 changed.
6790 (strokes-xpm-header, strokes-insinuated): New variable.
6791 (strokes): Add :link.
6792 (strokes-mode): Customized.
6793 (strokes-while-inhibiting-garbage-collector): New macro.
6794 (strokes-remassoc): Avoid remove-if.
6795 (strokes-fix-button2-command): Don't use ad-do-it.
6796 (strokes-insinuate): New function.
6797 (strokes-button-press-event-p, strokes-button-release-event-p):
6798 New functions, used instead of non-`strokes-' versions..
6799 (strokes-mouse-event-p): Rewritten.
6800 (strokes-event-closest-point): Avoid event-point.
6801 (strokes-get-grid-position): Avoid cdadr, caadr
6802 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6803 functions.
6804 (strokes-help): Use with-output-to-temp-buffer.
6805 (strokes-window-configuration-changed-p): New function.
6806 (strokes-update-window-configuration): Use buffer-live-p,
6807 strokes-window-configuration-changed-p.
6808 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6809 (strokes-char-face): New face.
6810 (strokes-char-table, strokes-base64-chars): New variable.
6811 (strokes-xpm-for-stroke, strokes-list-strokes)
6812 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6813 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6814 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6815 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6816 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6817 functions.
6818
68192000-09-15 Gerd Moellmann <gerd@gnu.org>
6820
6821 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6822
6823 * image.el (create-image): Doc fix.
6824
6825 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6826 instead of `:heuristic-mask t'.
6827
68282000-09-14 Andrew Innes <andrewi@gnu.org>
6829
6830 * makefile.w32-in: Revert to Unix line endings.
6831
68322000-09-14 Andrew Innes <andrewi@gnu.org>
6833
6834 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6835 when installing.
6836
6837 * makefile.nt (DONTCOMPILE): Fix typo.
6838
6839 * shell.el (shell-write-history-on-exit): New function.
6840 (shell-dumb-shell-regexp): New custom variable.
6841 (shell-mode): Make shell-write-history-on-exit the process
6842 sentinel if shell name matches shell-dumb-shell-regexp.
6843
6844 * w32-fns.el: Comment out before-init-hook function which resets
6845 source-directory based; this breaks bootstrap.
6846
68472000-09-14 Dave Love <fx@gnu.org>
6848
6849 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6850 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6851 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6852 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6853 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6854 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6855 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6856 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6857 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6858
6859 * toolbar/toolbar.el: New.
6860
6861 * subdirs.el: Add toolbar.
6862
68632000-09-14 Gerd Moellmann <gerd@gnu.org>
6864
6865 * indent.el (indent-for-tab-command): Doc fix.
6866
68672000-09-14 Alex Schroeder <alex@gnu.org>
6868
6869 * ansi-color.el (ansi-colors): Doc change.
6870 (ansi-color-get-face): Simplified regexp.
6871 (ansi-color-faces-vector): Added more faces, doc change.
6872 (ansi-color-names-vector): Doc change.
6873 (ansi-color-regexp): Simplified regexp.
6874 (ansi-color-parameter-regexp): New regexp.
6875 (ansi-color-filter-apply): Doc change.
6876 (ansi-color-filter-region): Doc change.
6877 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6878 deal with zero length parameters.
6879 (ansi-color-apply-on-region): Doc change.
6880 (ansi-color-map): Doc change.
6881 (ansi-color-map-update): Removed debugging message.
6882 (ansi-color-get-face-1): Added condition-case to trap
6883 args-out-of-range errors.
6884 (ansi-color-get-face): Doc change.
6885 (ansi-color-make-face): Removed.
6886 (ansi-color-for-shell-mode): New option.
6887
68882000-09-13 Kenichi Handa <handa@etl.go.jp>
6889
6890 * international/quail.el (quail-start-translation): Translate KEY
6891 if necessary even if it doesn't have any mapping in the current
6892 input method.
6893 (quail-start-conversion): Likewise.
6894 (quail-help): The output message is improved.
6895
68962000-09-13 Miles Bader <miles@gnu.org>
6897
6898 * comint.el (comint-output-filter): Revert to using
6899 `insert-before-markers'. Add bletcherous hack to undo damage
6900 caused by `insert-before-markers'. Put `front-sticky' property on
6901 overlays created here so that the field code understands how the
6902 overlay works. Use a let when making comint-last-prompt-overlay,
6903 so that the code is easier to read.
6904
69052000-09-13 Dave Love <fx@gnu.org>
6906
6907 * wid-edit.el (widget-default-format-handler): DTRT when
6908 doc-property is a function.
6909
69102000-09-12 Francesco Potorti` <pot@gnu.org>
6911
6912 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6913 filed name if it's not there.
6914
69152000-09-12 Dave Love <fx@gnu.org>
6916
6917 * simple.el (read-mail-command): Doc fix.
6918 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6919
6920 * vc.el (vc-dired-listing-switches): Fix :version.
6921
6922 * vc-hooks.el: Doc fixes.
6923
6924 * subr.el (add-minor-mode): Use toggle-fun arg.
6925
6926 * speedbar.el: Add :version to several defcustoms.
6927
6928 * imenu.el (imenu--truncate-items, imenu--cleanup)
6929 (imenu--generic-function): Avoid mapcar.
6930 (imenu--replace-spaces): Function removed.
6931 (imenu--completion-buffer): Use subst-char-in-string.
6932 (imenu-add-to-menubar): Use keymap inheritance.
6933
69342000-09-12 Miles Bader <miles@gnu.org>
6935
6936 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6937 (diff-mode-map): Bind `diff-test-hunk'.
6938 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6939
69402000-09-11 Gerd Moellmann <gerd@gnu.org>
6941
6942 * bytecomp.el (byte-compile-defvar): Undo last change
6943 because it breaks '(make-variable-buffer-local (defvar ...)'
6944 which is used at least in dired.
6945
69462000-09-12 Kenichi Handa <handa@etl.go.jp>
6947
6948 * international/quail.el (quail-define-package): Docstring
6949 modified.
6950
69512000-09-12 Kenichi Handa <handa@etl.go.jp>
6952
6953 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6954 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6955 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6956 docstring of "chinese-py".
6957
6958 * international/quail.el (quail-translation-docstring): New
6959 variable.
6960 (quail-show-keyboard-layout): Docstring modified.
6961 (quail-select-current): Likewise.
6962 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
6963 infinite recursive call.
6964 (quail-help): Check quail-translation-docstring. Format of the
6965 output changed.
6966 (quail-help-insert-keymap-description): Adjusted for the above
6967 change.
6968
69692000-09-11 Gerd Moellmann <gerd@gnu.org>
6970
6971 * bytecomp.el (byte-compile-defvar): Only cons onto
6972 current-load-list in top-level forms. Else this leaks a cons cell
6973 every time a defun is called.
6974
69752000-09-11 Miles Bader <miles@lsi.nec.co.jp>
6976
6977 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
6978 Now understands non-unified diffs. Some functionality moved into
6979 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
6980 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
6981 modify anything. Only reposition point in the patched file if the
6982 patch succeeds. Only pop up another window if POPUP is true.
6983 Emit a message describing what happened if successful, and at what
6984 line-offset. Automatically detect reversed hunks and do something
6985 appropriate.
6986 (diff-hunk-text, diff-find-text): New functions.
6987 (diff-filter-lines): Function removed.
6988 (diff-test-hunk): New function.
6989 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
6990
69912000-09-10 Dave Love <fx@gnu.org>
6992
6993 * textmodes/tildify.el: Minor doc/commentary fixes.
6994 (tildify) <defgroup>: Add :version.
6995
6996 * faces.el (face-x-resources): Make custom type more specific.
6997 (frame-background-mode): Use mapc.
6998 (region) <defcustom>: Add :version.
6999
70002000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7001
7002 * vc-sccs.el (vc-sccs-register):
7003 * vc-rcs.el (vc-rcs-register):
7004 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7005 * vc.el (vc-register): Clear file's properties.
7006
70072000-09-08 Gerd Moellmann <gerd@gnu.org>
7008
7009 * faces.el (face-spec-set): Only face-spec-reset-face when
7010 ATTRS is non-nil.
7011
70122000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7013
7014 * help.el (help-insert-xref-button): Fix a typo in doc string.
7015
70162000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7017
7018 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7019 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7020 methods.
7021
7022 * menu-bar.el (read-mail-item-name): New function.
7023 (menu-bar-tools-menu): Use it to compute and display the package
7024 used to read email.
7025 (menu-bar-tools-menu): Fix typo in GUD's help string.
7026
70272000-09-07 Dave Love <fx@gnu.org>
7028
7029 * diff-mode.el (diff-mouse-goto-source): New function.
7030
7031 * vc-sccs.el: Doc fixes.
7032 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7033
7034 * vc-rcs.el: Doc fixes.
7035 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7036 (vc-rcs-checkout-switches, vc-rcs-header)
7037 (vc-rcs-master-templates): Add or change :version.
7038
7039 * vc-cvs.el: Doc fixes.
7040 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7041 (vc-cvs-stay-local): Add :version.
7042
7043 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7044
70452000-09-07 Kenichi Handa <handa@etl.go.jp>
7046
7047 * international/quail.el (quail-help): Fix previous change.
7048
70492000-09-07 Gerd Moellmann <gerd@gnu.org>
7050
7051 * faces.el (color-values): Doc fix.
7052
7053 * faces.el (frame-set-background-mode): Use frame-parameter
7054 instead of frame-parameters.
7055
7056 * frame.el (filtered-frame-list): Reduce consing.
7057 (frames-on-display-list): Call frame-parameter instead of
7058 frame-parameters.
7059
70602000-09-07 Kenichi Handa <handa@etl.go.jp>
7061
7062 * language/devan-util.el (devanagari-to-indian-region): In the
7063 loop, change the following char, not preceding char.
7064
70652000-09-07 Gerd Moellmann <gerd@gnu.org>
7066
7067 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7068 instead of frame-parameters.
7069
7070 * faces.el (set-face-attribute): Simplify by calling
7071 internal-set-lisp-face-attribute with FRAME being 0.
7072
7073 * vc.el: Remove `Id' version control keyword.
7074
70752000-09-07 Kenichi Handa <handa@etl.go.jp>
7076
7077 * help.el (help-make-xrefs): Adjusted for the change of
7078 help-xref-mule-regexp.
7079 (help-insert-xref-button): New function.
7080
7081 * international/mule-cmds.el (help-xref-mule-regexp-template):
7082 Include the pattern for character set.
7083 (leim): New group.
7084
7085 * international/quail.el: Don't require face.
7086 (quail): New group.
7087 (quail-other-command): Dummy command to make quail-help work better.
7088 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7089 (quail-keyboard-layout-substitution): New variable.
7090 (quail-update-keyboard-layout): New function.
7091 (quail-keyboard-layout-type): New customizable variable.
7092 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7093 (quail-keyboard-translate): Pay attention to
7094 quail-keyboard-layout-substitution.
7095 (quail-insert-kbd-layout): New function.
7096 (quail-show-keyboard-layout): New function.
7097 (quail-get-translation): If the definition is a vector of length
7098 1, and the element is a string of length 1, return the character
7099 in that string.
7100 (quail-update-current-translations): Fix the case of
7101 relative-index out of range.
7102 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7103 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7104 Show key sequences for all available characters.
7105 (quail-help-insert-keymap-description): Don't show such verbose
7106 key bindings as quail-self-insert-command.
7107
7108 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7109 Format changed, and each element now have extra documentations.
7110 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7111 Adjusted for the change of quail-cxterm-package-ext-info.
7112
71132000-09-06 Gerd Moellmann <gerd@gnu.org>
7114
7115 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7116 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7117 during bootstrap.
7118
71192000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7120
7121 * vc.el: (toplevel): Don't require `dired' at run-time.
7122 (vc-dired-resynch-file): Remove autoload cookie.
7123
71242000-09-05 Andre Spiegel <spiegel@gnu.org>
7125
7126 * vc.el: Made several backend functions optional.
7127 (vc-default-responsible-p): New function.
7128 (vc-merge): Use RET for first version to trigger merge-news, not
7129 prefix arg.
7130 (vc-annotate): Handle backends that do not support annotation.
7131 (vc-default-merge-news): Removed. The existence of a merge-news
7132 implementation is now checked on caller sites.
7133
7134 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7135 case.
7136
7137 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7138 special case that has been removed from the default in vc-hooks.el.
7139
71402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7141
7142 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7143
71442000-09-05 Andre Spiegel <spiegel@gnu.org>
7145
7146 * vc-hooks.el: Require vc during compilation.
7147 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7148 macro `with-vc-properties' in vc.el.
7149 (vc-file-getprop): Doc fix.
7150 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7151
7152 * vc.el: Require dired-aux during compilation.
7153 (vc-name-assoc-file): Moved to vc-sccs.el.
7154 (with-vc-properties): New macro.
7155 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7156 vc-finish-steal): Use it.
7157 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7158 to the backend-specific function is now supposed to do the checkout,
7159 too.
7160 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7161
7162 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7163 set file properties; that gets done in the generic code now.
7164
7165 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7166 Changed parameter list, added code from vc.el that does the
7167 checkout, possibly with a double-take.
7168
7169 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7170 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7171 the above under the new name.
7172 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7173 parameter list, added checkout command.
7174 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7175 properties; that gets done in the generic code now.
7176
71772000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * vc.el: Docstring fixes (courtesy of checkdoc).
7180
71812000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7182
7183 * vc.el (vc-checkout-writable-buffer-hook)
7184 (vc-checkout-writable-buffer): Remove.
7185 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7186 (vc-log-mode): Make it into a clean derived major mode.
7187 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7188 vc-log-mode if log-edit is not available.
7189 (vc-dired-mode-map): Don't set-keymap-parent yet.
7190 (vc-dired-mode): Do set-keymap-parent here.
7191 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7192
71932000-09-05 Gerd Moellmann <gerd@gnu.org>
7194
7195 * faces.el (set-face-attribute, face-spec-reset-face)
7196 (face-spec-set): Avoid consing by removing calls to `apply'.
7197
7198 * frame.el (frame-parameter): Move to C code.
7199
72002000-09-05 Dave Love <fx@gnu.org>
7201
7202 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7203 insert-before-markers-and-inherit. Now checked systematically!
7204
72052000-09-05 Alex Schroeder <alex@gnu.org>
7206
7207 * sql.el (sql-postgres): Use sql-postgres-options.
7208 (sql-postgres-options): New variable.
7209
72102000-09-05 Alex Schroeder <alex@gnu.org>
7211
7212 * sql.el (sql-mode-menu): Work around missing variable mark-active
7213 in XEmacs.
7214 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7215 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7216 compatibility.
7217
72182000-09-04 Gerd Moellmann <gerd@gnu.org>
7219
7220 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7221
7222 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7223
7224 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7225
72262000-09-04 Andre Spiegel <spiegel@gnu.org>
7227
7228 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7229 don't support anything else under SCCS yet.
7230
7231 * vc-hooks.el: Minor doc fixes.
7232
72332000-09-04 Andre Spiegel <spiegel@gnu.org>
7234
7235 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7236 not necessary. If verbose in state `needs-patch', do the same as
7237 under `up-to-date'. When NOT verbose and `needs-patch', check out
7238 latest version instead of `merge-news'.
7239 (vc-next-action-dired): Don't mess with default-directory here; it
7240 breaks other parts of dired. It is the job of the
7241 backend-specific functions to adjust it temporarily if they need it.
7242 (vc-next-action): Remove a special CVS case.
7243 (vc-clear-headers): New optional arg FILE.
7244 (vc-checkin, vc-checkout): Set properties vc-state and
7245 vc-checkout-time properly.
7246 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7247 (vc-print-log): Use new backend function `show-log-entry'.
7248 (vc-cancel-version): Do the checks in a different order. Added a
7249 FIXME concerning RCS-only code.
7250
7251 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7252 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7253
7254 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7255
7256 * vc-hooks.el (vc-default-mode-line-string): Show state
7257 `needs-patch' as a `-' too.
7258
72592000-09-04 Andre Spiegel <spiegel@gnu.org>
7260
7261 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7262 (vc-default-could-register): New function.
7263 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7264 (vc-resynch-buffer): Call vc-dired-resynch-file.
7265 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7266 vc-resynch-buffer instead of vc-resynch-window.
7267 (vc-next-action-dired): Don't redisplay here, that gets done as a
7268 result of the individual file operations.
7269 (vc-retrieve-snapshot): Corrected prompt order.
7270
7271 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7272
7273 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7274 as well.
7275 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7276 hostname regexps. Updated all callers.
7277 (vc-cvs-responsible-p): Handle directories as well.
7278 (vc-cvs-could-register): New function.
7279 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7280 properties up-to-date.
7281
7282 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7283 user whether to create one.
7284
72852000-09-04 Andre Spiegel <spiegel@gnu.org>
7286
7287 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7288 check out a non-existing file.
7289
7290 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7291 workfile does not exist.
7292
7293 * vc.el (vc-version-diff): Use `require' to check for existence of
7294 diff-mode.
7295
72962000-09-04 Andre Spiegel <spiegel@gnu.org>
7297
7298 * vc-cvs.el (vc-cvs-registered): Use new function
7299 vc-cvs-parse-entry to do the actual work.
7300
73012000-09-04 Andre Spiegel <spiegel@gnu.org>
7302
7303 * vc-hooks.el (vc-find-backend-function): If function doesn't
7304 exist, return nil instead of error.
7305 (vc-call-backend): Doc fix.
7306
7307 * vc.el (vc-do-command): Doc fix.
7308 (vc-finish-logentry): When checking in from vc-dired, choose the
7309 right backend for logentry check.
7310 (vc-dired-mode-map): Inherit from dired-mode-map.
7311 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7312 simplified.
7313 (vc-dired-state-info): Removed, updated caller.
7314 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7315 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7316 (vc-dired-listing-switches): New variable.
7317 (vc-directory): Use it, instead of dired-listing-switches.
7318
7319 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7320 (vc-cvs-dir-state): New function.
7321 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7322 (vc-cvs-parse-entry): New function, also to be used in
7323 vc-cvs-registered.
7324
73252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7326
7327 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7328 *or* single-window-frames.
7329
73302000-09-04 Andre Spiegel <spiegel@gnu.org>
7331
7332 * vc.el (vc-update-changelog): Split into generic part and default
7333 implementation. Doc string adapted.
7334 (vc-default-update-changelog): New function. Call the `rcs2log'
7335 script in exec-directory, to fix a long-standing nuisance.
7336
7337 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7338 simply signals an error.
7339
73402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7341
7342 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7343 control-flow more clear and to avoid running `cvs' twice.
7344
7345 * vc.el (vc-next-action-on-file): Doc fix.
7346 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7347 (vc-print-log): Eval `file' before constructing the continuation.
7348
73492000-09-04 Andre Spiegel <spiegel@gnu.org>
7350
7351 * vc.el (vc-next-action-on-file): Corrected several messages.
7352 (vc-merge): Add prefix arg `merge-news'; handle it.
7353
7354 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7355 is not reached. It is.
7356 (vc-cvs-merge): Set state to 'edited after merge.
7357 (vc-cvs-merge-news): Set workfile version to nil if not known.
7358 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7359
7360 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7361 via stdout. (Merge from main line.)
7362
73632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7364
7365 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7366 detection.
7367
73682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7369
7370 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7371 against kill-all-local-variables.
7372 (vc-log-edit): Don't save vc-parent-buffer any more.
7373 (vc-last-comment-match): Initialize to an empty string.
7374 (vc-post-command-functions): New hook.
7375 (vc-do-command): Run it.
7376 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7377 (vc-finish-logentry): Only add the comment to the ring if it's
7378 different from the last comment entered.
7379 (vc-new-comment-index): New function.
7380 (vc-previous-comment): Use it. Make the minibuffer message
7381 slightly less terse.
7382 (vc-comment-search-reverse): Make it work forward as well. Don't
7383 set vc-comment-ring-index if no match is found. Use
7384 vc-new-comment-index.
7385 (vc-comment-search-forward): Use vc-comment-search-reverse.
7386 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7387 define-derived-mode will do it for us. Bind `v' to a keymap that
7388 inherits from vc-prefix-map so that we can bind `vt' without
7389 binding C-x v t.
7390 (vc-retrieve-snapshot): Parenthesis typo.
7391
7392 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7393 to 1. Make sure to switch to *vc* before looking for an error
7394 message. Use vc-parse-buffer.
7395
73962000-09-04 Andre Spiegel <spiegel@gnu.org>
7397
7398 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7399 and NAME.
7400 (vc-retrieve-snapshot): Split into two parts.
7401 (vc-default-retrieve-snapshot): New function.
7402
7403 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7404 (vc-cvs-retrieve-snapshot): New function (untested).
7405 (vc-cvs-stay-local): Default to t.
7406 (vc-cvs-remote-p): New function and property.
7407 (vc-cvs-state): Stay local only if the above is t.
7408 (vc-handle-cvs): Removed.
7409 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7410 done via vc-handled-backends now.
7411 (vc-cvs-header): Escape Id.
7412
74132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7414
7415 * vc.el (vc-do-command): Remove unused commands.
7416 (vc-version-diff): Make sure default-directory ends with a slash.
7417 Move the window commands into a vc-exec-after.
7418 (vc-print-log): Move more of the code into the `vc-exec-after'.
7419
74202000-09-04 Andre Spiegel <spiegel@gnu.org>
7421
7422 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7423 (vc-print-log): Search current revision from beginning of buffer.
7424 (vc-revert-buffer): Clear echo area after the diff is finished.
7425 (vc-prefix-map): Removed definition of "t" for terse display in vc
7426 dired.
7427 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7428 definition of "vt" for terse display.
7429 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7430
74312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7432
7433 * vc.el (vc-exec-after): Avoid caddr.
7434
74352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7436
7437 * vc.el (vc-exec-after): New function.
7438 (vc-do-command): Use it to add a termination message for async
7439 procs.
7440 (vc-checkout): Try to handle a missing-backend situation.
7441 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7442 of a directory with a backend using async diffs.
7443 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7444 present.
7445
7446 * vc-sccs.el (vc-sccs-state-heuristic): Use
7447 file-ownership-preserved-p.
7448
7449 * vc-rcs.el (vc-rcs-state-heuristic): Use
7450 file-ownership-preserved-p.
7451 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7452
74532000-09-04 Andre Spiegel <spiegel@gnu.org>
7454
7455 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7456 vc-do-command.
7457
7458 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7459 when there are no changes.
7460
74612000-09-04 Andre Spiegel <spiegel@gnu.org>
7462
7463 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7464
7465 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7466
74672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7468
7469 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7470
7471 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7472 the `fset' outside of the defvar so that it works even if
7473 vc-prefix-map was already defined.
7474 (vc-setup-buffer): New function, split out of vc-do-command.
7475 (vc-do-command): Allow BUFFER to be t to mean `just use the
7476 current buffer without any fuss'.
7477 (vc-version-diff): Change the `diff' backend operation to just put
7478 the diff in the current buffer without erasing it. Always use
7479 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7480 shrink-window-if-larger-than-buffer.
7481 (vc-print-log): Change the `print-log' backend operation to just
7482 put the log in the current buffer without erasing it. Protect
7483 shrink-window-if-larger-than-buffer.
7484 (vc-update-change-log): Fix setd typo.
7485
7486 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7487 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7488
7489 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7490 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7491 CMP.
7492
7493 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7494 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7495 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7496
74972000-09-04 Andre Spiegel <spiegel@gnu.org>
7498
7499 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7500 not possible, use vc-BACKEND-workfile-unchanged-p.
7501 (vc-default-workfile-unchanged-p): New function. Delegates to a
7502 full vc-BACKEND-diff.
7503
7504 * vc-hooks.el (vc-simple-command): Removed.
7505
7506 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7507 instead of vc-simple-command.
7508 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7509 avoid doing a diff when opening a file.
7510 (vc-rcs-state): Added check for unlocked-changes.
7511 (vc-rcs-header): Escape Id.
7512 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7513 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7514 version.
7515
7516 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7517 (vc-sccs-diff): Remove optional arg CMP.
7518 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7519 SCCS-specific function.
7520
7521 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7522 vc-simple-command.
7523
75242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7527 (with-vc-file, vc-merge): Use vc-editable-p.
7528 (vc-do-command): Remove unused var vc-file and fix the
7529 doubly-defined `status' var. Add a user message when starting an
7530 async command.
7531 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7532 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7533 Use with-current-buffer.
7534 (vc-buffer-sync): Use unless.
7535 (vc-next-action-on-file): If the file is 'edited by read-only,
7536 make it read-write instead of trying to commit.
7537 (vc-version-diff, vc-update-change-log): Use `setq
7538 default-directory' rather than `cd'.
7539 (vc-log-edit): Don't forget to set default-directory in the
7540 buffer.
7541
7542 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7543 (vc-sccs-state-heuristic): Use file-writable-p instead of
7544 comparing userids.
7545 (vc-sccs-checkout): Use `unless'.
7546
7547 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7548 of comparing userids.
7549 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7550 Simplify the logic by eliminating unreachable code.
7551 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7552 just do a recursive call if we need to retry.
7553 (vc-rcs-checkout): Handle the case where rcs is missing by making
7554 the buffer read-write if requested and re-signalling the error.
7555
7556 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7557
75582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7559
7560 * vc-hooks.el (vc-handled-backends): Docstring change.
7561 (vc-ignore-vc-files): Mark obsolete.
7562 (vc-registered): Check vc-ignore-vc-files.
7563 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7564 vc-ignore-vc-files.
7565
7566 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7567
75682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7569
7570 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7571 files since ange-ftp already has vc-registered return nil.
7572
7573 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7574 (vc-sccs-workfile-version): Use with-temp-buffer and new
7575 vc-parse-buffer and don't bother setting the property.
7576 (vc-sccs-add-triple): Use with-current-buffer and
7577 find-file-noselect.
7578 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7579
7580 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7581 derives from the old vc-parse-buffer but uses the revision number
7582 rather than the date (much easier to compare robustly).
7583 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7584 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7585 locking-user more directly. Check strict locking and set
7586 checkout-model appropriately.
7587 (vc-rcs-parse-locks): Remove.
7588 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7589 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7590 (vc-rcs-system-release): Use with-current-buffer and
7591 vc-parse-buffer.
7592 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7593
7594 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7595 (vc-simple-command): Docstring fix.
7596 (vc-registered): Align the way the file-handler is called with the
7597 way the function itself works.
7598 (vc-file-owner): Remove.
7599
7600 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7601 extraction of fields and call to file-attributes because of a
7602 temporary bug in rcp.el.
7603 (vc-cvs-fetch-status): Use with-current-buffer.
7604
76052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7606
7607 * vc.el (vc-do-command): Use file-relative-name.
7608 (vc-responsible-backend): Use vc-backend if possible.
7609 (vc-create-snapshot): Improve the `interactive' spec. Add support
7610 for branches and dispatch to backend-specific `create-snapshot'.
7611 (vc-default-create-snapshot): New function, containing the bulk of
7612 the old vc-create-snapshot.
7613 (vc-retrieve-snapshot): Improve the interactive spec.
7614
7615 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7616 (vc-backend-hook-functions): Remove.
7617 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7618 (vc-backend): Reintroduce the test for `file = nil' now that I
7619 know why it was there (and added a comment to better remember).
7620
7621 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7622 code from vc-sccs-hooks.el.
7623 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7624 'vc anymore.
7625 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7626 and file-directory-p instead of file-exists-p.
7627 (vc-sccs-check-headers): Simplify the regexp.
7628
7629 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7630 from vc-rcs-hooks.el. Don't require 'vc anymore.
7631 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7632 file-directory-p instead of file-exists-p.
7633
7634 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7635 from vc-cvs-hooks.el.
7636 (proto vc-cvs-registered): Require 'vc-cvs instead of
7637 'vc-cvs-hooks. Don't require 'vc anymore.
7638 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7639 file-directory-p instead of file-exists-p.
7640 (vc-cvs-create-snapshot): New function, replacing
7641 vc-cvs-assign-name.
7642 (vc-cvs-assign-name): Remove.
7643
76442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7645
7646 * vc-cvs.el (vc-cvs-header): New var.
7647
7648 * vc-rcs.el (vc-rcs-exists): Remove.
7649 (vc-rcs-header): New var.
7650
7651 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7652 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7653 (vc-sccs-header): New var.
7654
7655 * vc.el (vc-do-command): Get rid of the `last' argument.
7656 (vc-header-alist): Remove, replaced by vc-X-header.
7657 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7658 (vc-dired-hook): Use expand-file-name instead of concat.
7659 (vc-directory): Use file-name-as-directory.
7660 (vc-snapshot-precondition, vc-create-snapshot)
7661 (vc-retrieve-snapshot): Allow the command to operate on any
7662 directory.
7663
7664 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7665 just removing the 'WORKFILE argument or by removing the 'MASTER
7666 argument and replacing `file' with (vc-name file).
7667
76682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7669
7670 * vc.el: Update Copyright and add a crude list of backend funs.
7671 (vc-writable-p): New function.
7672 (with-vc-file): Use vc-writable-p.
7673 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7674 (vc-register): Avoid vc-name.
7675 (vc-locking-user): Remove.
7676 (vc-steal-lock): Make the `owner' arg non-optional.
7677 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7678 vc-checkout-model.
7679 (vc-default-dired-state-info): Use vc-state instead of
7680 vc-locking-user and return special strings for special states.
7681 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7682 and get rid of one of the special CVS cases.
7683 (vc-cancel-version): prettify error message with \\[...].
7684 (vc-rename-master): New function.
7685 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7686 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7687 the CVS special case generic.
7688 (vc-default-record-rename): Remove.
7689 (vc-file-tree-walk-internal): Only call FUNC for files that are
7690 under control of some VC backend and replace `concat' with
7691 expand-file-name.
7692 (vc-file-tree-walk): Update docstring.
7693 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7694 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7695
7696 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7697 vc-sccs-record-rename. Use `find-file-noselect' rather than
7698 `find-file' and call `vc-rename-master' to do the actual move.
7699 (vc-sccs-diff): Remove unused `backend' variable.
7700
7701 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7702 to delay loading of vc-sccs until it is really used.
7703 (vc-sccs-master-templates): Preload.
7704 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7705 (vc-sccs-project-dir): Remove (merged into
7706 vc-sccs-search-project-dir).
7707 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7708 rather than `concat', make sure it is preloaded and don't bother
7709 to check that the file actually exists.
7710 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7711 `locks' argument (use buffer's content instead) and eliminate n^2
7712 behavior.
7713
7714 * vc-rcs.el: Update Copyright.
7715 (vc-rcs-rename-file): New function.
7716 (vc-rcs-diff): Remove unused `backend' variable.
7717
7718 * vc-hooks.el: Update Copyright.
7719 (vc-backend): Don't accept a nil argument any more.
7720 (vc-up-to-date-p): Turn into a defsubst.
7721 (vc-possible-master): New function.
7722 (vc-check-master-templates): Use `vc-possible-master' and allow
7723 funs in vc-X-master-templates to return a non-existent file.
7724
7725 * vc-cvs.el: Update Copyright.
7726 (vc-cvs-diff): Remove unused `backend' variable.
7727 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7728
7729 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7730
77312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7732
7733 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7734 since it can be called from vc-rcs.el.
7735 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7736
77372000-09-04 Andre Spiegel <spiegel@gnu.org>
7738
7739 * vc.el (vc-version-diff): Expand file name read from the
7740 minibuffer. Handle the case when a previous version number can't
7741 be guessed. Give suitable messages when there were no differences
7742 found.
7743 (vc-clear-headers): Call backend-specific implementation, if one
7744 exists.
7745 (vc-cancel-version): Made error checks generic. When done, clear
7746 headers generically, too.
7747
7748 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7749 from vc-clear-headers in vc.el.
7750
7751 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7752 correctly.
7753 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7754 optional. Handle the case when it's not there.
7755
77562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7757
7758 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7759
77602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7761
7762 * vc-hooks.el (vc-loadup): Remove.
7763 (vc-find-backend-function): Use `require'. Also, handle the case
7764 where vc-BACKEND-hooks.el doesn't exist.
7765 (vc-call-backend): Cleanup.
7766
77672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7768
7769 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7770 vc-rcs-grab-templates)
7771 (vc-rcs-registered): Remove. The default function works as well.
7772 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7773 vc-sccs-grab-templates)
7774 (vc-sccs-registered): Remove. The default function works as well.
7775
7776 * vc.el (vc-version-diff): Left out a vc- in call to
7777 vc-call-backend.
7778 (vc-default-dired-state-info, vc-default-record-rename)
7779 (vc-default-merge-news): Update for the new backend argument.
7780
7781 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7782 using the default function.
7783 (vc-call-backend): If calling the default function, pass it the
7784 backend as first argument. Update the docstring accordingly.
7785 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7786 for the new backend argument.
7787 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7788 (vc-find-backend-function): Use the new name.
7789 (vc-default-registered): New function.
7790
77912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7792
7793 * vc.el (vc-merge): Use vc-find-backend-function.
7794
7795 * vc-hooks.el (vc-backend-functions): Remove.
7796 (vc-loadup): Don't setup 'vc-functions.
7797 (vc-find-backend-function): New function.
7798 (vc-call-backend): Use above fun and populate 'vc-functions
7799 lazily.
7800 (vc-backend-defines): Remove.
7801
78022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7805 Call vc-call-backend without the leading vc-.
7806 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7807 (vc-check-headers): Call vc-call-backend without the leading vc-.
7808 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7809 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7810 Call vc-call-backend without the leading vc-.
7811
7812 * vc-cvs.el (tail): Provide vc-cvs.
7813 * vc-sccs.el (tail): Provide vc-sccs.
7814 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7815
7816 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7817 (vc-make-backend-function, vc-call): Pass names without leading
7818 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7819 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7820 (vc-call-backend): Always try to load vc-X-hooks.
7821 (vc-registered): Remove vc- in call to vc-call-backend.
7822
78232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7824
7825 * vc.el (vc-process-filter): New function.
7826 (vc-do-command): Setup `vc-process-filter' for the async process.
7827 (vc-maybe-resolve-conflicts): New function to reduce
7828 code-duplication. Additionally, it puts the buffer in
7829 `smerge-mode' if applicable.
7830 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7831 calling `merge-news'.
7832 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7833 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7834 interfacing to log-edit.el.
7835 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7836 log-edit is available.
7837 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7838
78392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7840
7841 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7842 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7843 defvar and the initialization.
7844 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7845
7846 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7847 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7848
7849 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7850
78512000-09-04 Andre Spiegel <spiegel@gnu.org>
7852
7853 * vc.el (vc-file-clear-masterprops): Removed.
7854 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7855 (vc-version-diff): Use buffer-size without argument.
7856 (vc-register): Heed vc-initial-comment.
7857
7858 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7859 default branch.
7860
7861 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7862 file name and workfile version.
7863 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7864
7865 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7866 vc-file-clear-masterprops.
7867
7868 * vc-sccs.el (vc-sccs-checkout): Removed call to
7869 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7870 rather than user login name.
7871
7872
78732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7874
7875 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7876 `want-differences-if-changed' and simplify.
7877 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7878 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7879 output (which is invalid for async vc-diff) to decide whether to
7880 do the revert silently or not.
7881
78822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7883
7884 * vc-hooks.el (vc-loadup): Load files quietly.
7885 (vc-call-backend): Oops, brain fart.
7886
78872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * vc-cvs.el (vc-cvs-state): Typo.
7890 (vc-cvs-merge-news): Return the status code rather than the error msg.
7891
78922000-09-04 Andre Spiegel <spiegel@gnu.org>
7893
7894 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7895 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7896 vc-state or vc-up-to-date-p.
7897 (vc-merge): Use vc-backend-defines to check whether merging is
7898 possible. Set state to 'edited after successful merge.
7899
7900 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7901 return that name. Redocumented.
7902
79032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7904
7905 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7906 new `vc-state' semantics.
7907 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7908 'vc-locking-user to the current user.
7909 (vc-merge): Inline vc-backend-merge. Comment out code that I
7910 don't understand and hence can't adapt to the new `vc-state' and
7911 `vc-locking-user' semantics.
7912 (vc-backend-merge): Remove.
7913
7914 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7915 rather than 'vc-locking-user.
7916
7917 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7918
7919 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7920 (vc-state): Don't use 'reserved any more. Just use the same
7921 convention as the one used for vc-<backend>-state where the
7922 locking user (as a string) is returned.
7923 (vc-locking-user): Update, based on the above convention. The
7924 'vc-locking-user property has disappeared.
7925 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7926
7927 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7928 with a heuristic one.
7929 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7930 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7931 error. That allows us to get to 'needs-merge even in the
7932 stay-local case. There's still no way to detect 'needs-patch in
7933 such a setup (or to force an update for that matter).
7934 (vc-cvs-logentry-check): Remove, the default works as well.
7935
79362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7937
7938 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7939
7940 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7941 major-mode in which the buffer might have been put earlier. Use
7942 `remove' and `when'. Allow `okstatus' to be `async' and use
7943 `start-process' in this case.
7944 (vc-version-diff): Handle the case where the diff looks empty
7945 because of the use of an async process.
7946
79472000-09-04 Andre Spiegel <spiegel@gnu.org>
7948
7949 * vc.el (vc-next-action-on-file): Removed optional parameter
7950 `simple'. Recompute state unconditionally.
7951 (vc-default-toggle-read-only): Removed.
7952
7953 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7954 (vc-toggle-read-only): Undid prev change.
7955
7956 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7957 vc-cvs-simple-toggle. Redocumented.
7958 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7959 (vc-cvs-toggle-read-only): Removed.
7960
79612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
7964 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
7965 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
7966 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
7967 still is. So maybe it should be removed.
7968 (vc-head-version, vc-find-binary): Remove.
7969 (vc-recompute-state): Move from vc-hooks.el.
7970 (vc-next-action-on-file): Add a `simple' argument to allow
7971 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
7972 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
7973 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
7974 (vc-dired-mode-map): Properly defvar it.
7975 (vc-print-log): Call log-view-mode if available.
7976 (small-temporary-file-directory): defvar instead of use boundp.
7977 (vc-merge-news): Moved to vc-cvs.el.
7978 (vc-default-merge-news): New function.
7979
7980 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
7981 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
7982 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
7983 unknown `vc-latest-version' function. It should probably refer to
7984 vc-workfile-version or somesuch, but it's very unclear to me and I
7985 don't have SCCS to test things.
7986
7987 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
7988 (vc-sccs-state-heuristic): Fix typo.
7989 (vc-sccs-workfile-unchanged-p): Add missing argument.
7990
7991 * vc-rcs.el: Require vc and vc-rcs-hooks.
7992 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
7993 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
7994 (vc-release-greater-or-equal-p): Move from vc.
7995 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
7996 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
7997 (vc-rcs-checkout): Add a missing `new-version' argument in the
7998 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
7999
8000 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8001 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8002 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8003 than the apparently unbound `workfile-version'.
8004
8005 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8006 (vc-file-prop-obarray): Use `make-vector'.
8007 (vc-backend-functions): Add new hookable functions
8008 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8009 (vc-loadup): If neither backend nor default functions exist, use
8010 the backend function rather than nil.
8011 (vc-call-backend): If the function if not bound yet, try to load
8012 the non-hook file to see if it provides it.
8013 (vc-call): New macro plus use it wherever possible.
8014 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8015 nor `vc-find-binary' since it's only called from
8016 vc-mistrust-permission which is only used once the backend is known.
8017 (vc-checkout-model): Fix parenthesis.
8018 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8019
8020 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8021 (vc-cvs-release, vc-cvs-system-release): Remove.
8022 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8023 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8024 status symbols.
8025 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8026 (vc-cvs-toggle-read-only): First cut at a function to allow a
8027 cvs-status-free vc-toggle-read-only.
8028 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8029 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8030 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8031 (vc-cvs-checkout): Modify access rights directly if the user
8032 requested not to use `cvs edit'. And refresh the mode line.
8033
8034 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8035 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8036
80372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8038
8039 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8040 workfile' that got lost when the code was extracted from vc.el.
8041 And merged the tail with the rest of the code (not possible in the
8042 old vc.el where the tail was shared among all backends). And
8043 explicitly set the state to 'edited if `writable' is set.
8044
8045 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8046 (vc-cvs-state): Be careful to return the value from
8047 vc-cvs-parse-state.
8048 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8049 property but return it instead. Also be careful to handle a nil
8050 or "" `rev' when workfile is non-nil (it was handled properly when
8051 workfile was nil).
8052
8053 * vc.el: Removed those pesky unnecessary `(function' quotes.
8054 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8055 directly in the defvar.
8056 (vc-do-command): Bind inhibit-read-only so as to properly handle
8057 the case where the destination buffer has been made read-only.
8058 (vc-diff): Delegate to vc-version-diff in all cases.
8059 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8060 (vc-annotate-mode-variables): Removed (code moved partly to
8061 defvars and partly to vc-annotate-add-menu).
8062 (vc-annotate-mode): Turned into a derived-mode.
8063 (vc-annotate-add-menu): Moved in code in
8064 vc-annotate-mode-variables.
8065 (vc-update-change-log): Use make-temp-file if available.
8066
80672000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8068
8069 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8070 `vc-checkout-model' updated to `vc-cvs-update-model'.
8071
80722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8073
8074 * vc.el (vc-next-action-on-file): Added handling of state
8075 `unlocked-changes'.
8076 (vc-checkout-carefully): Is now practically obsolete, unless the
8077 above is too slow to be enabled unconditionally.
8078 (vc-update-change-log): Fixed typo.
8079
8080 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8081
8082 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8083 Now handles state `unlocked-changes'.
8084 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8085
8086 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8087
8088 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8089 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8090 `unlocked-changes'.
8091 (vc-rcs-workfile-unchanged-p): Renamed from
8092 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8093 function yet, but supposed to become one soon.
8094
8095 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8096 `vc-steal-lock'.
8097 (vc-call-backend): Changed error message.
8098 (vc-state): Added description of state `unlocked-changes'.
8099
81002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8101
8102 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8103 always return t in CVS-controlled directories.
8104
8105 * vc.el (vc-responsible-backend): New function.
8106 (vc-register): Largely rewritten.
8107 (vc-admin): Removed (implementation moved into vc-register).
8108 (vc-checkin): Redocumented.
8109 (vc-finish-logentry): If no backend defined yet (because we are in
8110 the process of registering), use the responsible backend.
8111
8112 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8113 Updated function lists.
8114 (vc-call-backend): Fixed typo.
8115
8116 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8117 New functions.
8118 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8119 Removed query option. Redocumented.
8120
81212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8122
8123 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8124
8125 * vc.el: Updated callers of `vc-checkout-required' to use
8126 `vc-checkout-model'.
8127
81282000-09-04 Martin Lorentzson <martinl@gnu.org>
8129
8130 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8131 stuff updated to reference this function instead of the old
8132 `vc-backend-release-p'.
8133
81342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8135
8136 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8137 vc-checkout-model. Return appropriate values. Updated callers.
8138
81392000-09-04 Martin Lorentzson <martinl@gnu.org>
8140
8141 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8142 (vc-backend-revert): Function moved into `vc-revert';
8143 `vc-next-action' must be updated to accomodate this change.
8144 (vc-backend-steal): Function moved into `vc-finish-steal'.
8145 (vc-backend-logentry-check): Function moved into
8146 `vc-finish-logentry'.
8147 (vc-backend-printlog): Function moved into `vc-print-log'.
8148 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8149 (vc-backend-assign-name): Function moved into
8150 `vc-create-snapshot'.
8151
81522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8153
8154 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8155 Rename to vc-checkout-model. Return appropriate values.
8156 Update callers.
8157
8158 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8159 to vc-checkout-model.
8160 (vc-checkout-required): Rename to vc-checkout-model.
8161 Re-implement and re-comment.
8162 (vc-after-save): Use vc-checkout-model.
8163
81642000-09-04 Martin Lorentzson <martinl@gnu.org>
8165
8166 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8167 Update to use the vc-BACKEND-diff functions instead.
8168 `vc-diff' is now working.
8169
8170 * vc-rcs.el (vc-rcs-logentry-check): New function.
8171
8172 * vc-cvs.el (vc-cvs-logentry-check): New function.
8173
8174 * vc-sccs.el (vc-sccs-diff): Function changed name from
8175 `vc-backend-diff'. This makes `vc-diff' work.
8176
8177 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8178 of functions possibly implemented in a vc-BACKEND library.
8179 (vc-checkout-required): Fix bug that caused an error to be
8180 signaled during `vc-after-save'.
8181
8182 * vc.el: Fix typo.
8183 This checkin is made with our new VC code base for the very first time.
8184 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8185
8186 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8187 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8188
8189 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8190 updated to `vc-uses-locking'.
8191 (vc-checkout-required): Call to backend function.
8192 `vc-checkout-required' updated to `vc-uses-locking' instead.
8193
8194 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8195 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8196
8197 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8198 to match the split into various backends.
8199 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8200 (vc-retrieve-snapshot): Bug fix.
8201
82022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8203
8204 * vc-sccs.el (vc-sccs-release): Doc fix.
8205
82062000-09-04 Martin Lorentzson <martinl@gnu.org>
8207
8208 * vc.el (vc-next-action-on-file): Bug found and fixed.
8209 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8210 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8211
8212 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8213 (vc-rcs-checkout): Name space cleaned up. No more revision number
8214 crunching function names that are not prefixed with vc-rcs.
8215 (vc-rcs-checkout-model): Function added. References to
8216 `vc-checkout-model' replaced.
8217
82182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8219
8220 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8221 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8222 still need to be split, and implemented for RCS).
8223
82242000-09-04 Martin Lorentzson <martinl@gnu.org>
8225
8226 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8227
8228 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8229 required by the vc.el file.
8230
8231 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8232 required by the vc.el file.
8233 (vc-rcs-exists): Function added.
8234
8235 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8236 required by the vc.el file.
8237
8238 * vc.el (vc-admin): Updated to handle selection of appropriate
8239 backend. Current implementation is crufty and need re-thinking.
8240
8241 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8242
82432000-09-04 Martin Lorentzson <martinl@gnu.org>
8244
8245 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8246 beginning of annotate buffers correctly.
8247
8248 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8249 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8250 functionality updated quite a lot to support multiple backends.
8251 Variables `vc-annotate-mode', `vc-annotate-buffers',
8252 `vc-annotate-backend' added.
8253
8254 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8255 `vc-annotate-difference' added to supported backend functions.
8256
82572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8258
8259 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8260 Use with-temp-file instead of /bin/sh. Merged from mainline
8261
82622000-09-04 Martin Lorentzson <martinl@gnu.org>
8263
8264 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8265
8266 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8267
8268 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8269
82702000-09-04 Martin Lorentzson <martinl@gnu.org>
8271
8272 * vc-hooks.el: vc-state-heuristic added to
8273 vc-backend-hook-functions.
8274
8275 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8276
8277 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8278
8279 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8280 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8281 state to `reserved'.
8282
8283 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8284 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8285
82862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8287
8288 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8289 untouched.
8290
8291 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8292
8293 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8294 if defined. (Merged from main line, slightly adapted.)
8295
8296 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8297 millenium problem (merged from mainline).
8298
82992000-09-04 Martin Lorentzson <martinl@gnu.org>
8300
8301 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8302 part and moved the non-BACKEND stuff to vc.el.
8303
8304 * vc.el: Split the annotate feature into a BACKEND specific part
8305 and moved it from the vc-cvs.el file to this one.
8306
83072000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8308
8309 * vc-hooks.el: Implement new state model.
8310 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8311 (vc-locking-user): Simplify. Now only needed if the file is
8312 locked by somebody else.
8313 (vc-lock-from-permissions): Remove. Functionality is in
8314 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8315 (vc-mode-line-string): New name for former vc-status. Adapted.
8316 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8317
8318 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8319 Various simplifications and adaptations all over the place.
8320
8321 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8322 Simplify and adapt the rest.
8323
8324 * vc.el (vc-resynch-window): Add TODO comment: check for
8325 interaction with view mode according to recent RCS change.
8326 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8327
83282000-09-04 Martin Lorentzson <martinl@gnu.org>
8329
8330 * vc.el: Convert the remaining function comments to docstrings.
8331
83322000-09-04 Martin Lorentzson <martinl@gnu.org>
8333
8334 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8335 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8336 (vc-minor-part, vc-previous-version): Functions that operate and
8337 compare revision numbers got proper documentation. Comments added
8338 about their possible removal.
8339
83402000-09-04 Martin Lorentzson <martinl@gnu.org>
8341
8342 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8343 the vc-backend.el files.
8344
8345 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8346
8347 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8348 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8349 (vc-rcs-previous-version): Functions added.
8350
8351 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8352
8353 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8354
83552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8356
8357 * vc-hooks.el (vc-master-templates): Is really obsolete.
8358 Comment out the definition for now. What is the right procedure
8359 to get rid of it?
8360 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8361 rewritten.
8362 (vc-default-registered): Remove.
8363 (vc-check-master-templates): New function; does mostly what the
8364 above did before.
8365 (vc-locking-user): Don't rely on the backend to set the property.
8366
8367 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8368 Rewrite documentation.
8369 (vc-rcs-templates-grabbed): New variable.
8370 (vc-rcs-grab-templates): New function.
8371 (vc-rcs-registered): Rewrite to use above mechanism.
8372
8373 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8374 Rewrite documentation.
8375 (vc-sccs-templates-grabbed): New variable.
8376 (vc-sccs-grab-templates): New function.
8377 (vc-sccs-registered): Rewrite to use above mechanism.
8378 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8379 Don't throw the result, simply return it.
8380
8381 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8382 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8383 (vc-cvs-registered): Does the check itself now. Simplify.
8384
8385 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8386 from main line.
8387
83882000-09-04 Martin Lorentzson <martinl@gnu.org>
8389
8390 * vc-cvs.el (vc-cvs-diff): New function.
8391
8392 * vc-sccs.el (vc-sccs-diff): New function.
8393
8394 * vc-rcs.el (vc-rcs-diff): New function.
8395 (vc-rcs-checkout): Bug (typo) found and fixed.
8396 (vc-rcs-register-switches): New variable.
8397
8398 * vc.el (vc-backend-diff): Function removed and placed in the
8399 backend files.
8400
84012000-09-04 Martin Lorentzson <martinl@gnu.org>
8402
8403 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8404
8405 * vc.el (vc-backend-checkout): Function removed and replaced in
8406 the vc-backend.el files.
8407
8408 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8409
8410 * vc.el (vc-backend-admin): Removed and replaced in the
8411 vc-backend.el files.
8412
8413 * vc.el (Martin): Removed all the annotate functionality since it
8414 is CVS backend specific.
8415
84162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8417
8418 * spec.txt: Added specification of vc-state.
8419
8420 * vc-sccs-hooks.el (vc-sccs-master-properties):
8421 Remove handling of vc-latest-version and
8422 vc-your-latest-version. What used to be vc-latest-version, is now
8423 returned as vc-workfile-version.
8424 (vc-sccs-workfile-version): Adapt.
8425
84262000-09-04 Dave Love <fx@gnu.org>
8427
8428 * vc.el: [Merged from mainline.]
8429 (vc-dired-mode): Make the dired-move-to-filename-regexp
8430 regexp match the date, to avoid treating date as file size.
8431 Add YYYY S option to WESTERN/
8432
84332000-09-04 Dave Love <fx@gnu.org>
8434
8435 * vc.el: Require `compile' when compiling.
8436 (vc-logentry-check-hook): New option.
8437 (vc-steal-lock): Use compose-mail.
8438 (vc-dired-mode-map): Defvar when compiling.
8439 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8440 vc-sccs.el and renamed. Callers changed.
8441 (vc-backend-checkout, vc-backend-logentry-check)
8442 (vc-backend-merge-news): Doc fix.
8443 (vc-default-logentry-check): New function.
8444 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8445 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8446 (vc-backend-merge): Doc fix. Use backend functions.
8447 (vc-check-headers): Use backend functions.
8448
8449 * vc-cvs.el: Require vc when compiling.
8450 (vc-cvs-register-switches): Doc fix.
8451 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8452 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8453 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8454 New functions (code from vc.el).
8455 (vc-annotate-display-default): Fix interactive spec.
8456 (vc-annotate-time-span): Doc fix.
8457
8458 * vc-rcs.el: Require vc when compiling.
8459 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8460 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8461 (vc-rcs-checkin): New functions (code from vc.el).
8462 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8463 Doc fix.
8464 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8465
8466 * vc-sccs.el: Require vc when compiling.
8467 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8468 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8469 (vc-sccs-revert)
8470 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8471 from vc.el).
8472 (vc-sccs-add-triple, vc-sccs-record-rename)
8473 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8474 (vc-sccs-admin): Doc fix.
8475
84762000-09-04 Martin Lorentzson <martinl@gnu.org>
8477
8478 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8479 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8480 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8481 from vc.el.
8482
8483 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8484
8485 * vc-cvs.el: Moved the annotate functionality from vc.el.
8486 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8487
84882000-09-04 Dave Love <fx@gnu.org>
8489
8490 * vc.el (vc-backend-release): Call vc-system-release.
8491
8492 * vc-sccs.el (vc-sccs-system-release):
8493 Renamed from vc-sccs-backend-release.
8494
8495 * vc-rcs.el (vc-rcs-system-release):
8496 Renamed from vc-rcs-backend-release.
8497
8498 * vc-cvs.el (vc-cvs-system-release):
8499 Renamed from vc-cvs-backend-release.
8500
85012000-09-04 Dave Love <fx@gnu.org>
8502
8503 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8504 backend files.
8505 (vc-backend-release): Dispatch to backend functions.
8506 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8507 probably needs attention.]
8508
8509 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8510 (vc-sccs-backend-release): New function.
8511
8512 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8513 (vc-cvs-backend-release): New function.
8514
8515 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8516 Doc fix.
8517 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8518 (vc-default-dired-state-info): New function.
8519 (vc-dired-state-info): Dispatch to backends.
8520 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8521
8522 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8523 from vc.el and renamed.
8524
85252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8526
8527 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8528 (vc-version-other-window, vc-backend-assign-name): Removed
8529 references to vc-latest-version; sometimes changed into
8530 vc-workfile-version.
8531
8532 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8533 vc-rcs-master-workfile-version.
8534 (vc-rcs-workfile-version): Use the above. Don't call
8535 vc-latest-version (that was unreachable code, anyway).
8536 (vc-rcs-fetch-master-properties): Doc fix.
8537
8538 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8539 (vc-backend-hook-functions): Removed them from this list, too.
8540 (vc-fetch-properties): Removed.
8541 (vc-workfile-version): Doc fix.
8542
8543 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8544 (vc-rcs-workfile-version, vc-rcs-locking-user)
8545 (vc-rcs-uses-locking): Use it.
8546
8547 * vc-hooks.el (vc-consult-rcs-headers):
8548 Moved into vc-rcs-hooks.el, under the name
8549 vc-rcs-consult-headers.
8550
8551 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8552 headers.
8553 (vc-cvs-find-master): Use this name only; correct different
8554 versions of the name.
8555
8556 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8557 New functions.
8558 (vc-sccs-locking-user): Use the latter.
8559
8560 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8561 New functions.
8562
8563 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8564 Moved into both
8565 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8566 functions are implementation details of those two backends.
8567
85682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8569
8570 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8571 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8572
8573 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8574 (vc-sccs-parse-locks): SCCS-specific code moved here from
8575 vc-hooks.
8576
8577 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8578 code moved here from vc-hooks.
8579
8580 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8581 into back-end specific parts and removed. Callers not updated
8582 yet; because I guess these callers will disappear into back-end
8583 specific files anyway.
8584
85852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8586
8587 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8588 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8589 `vc-uses-locking'.
8590
8591 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8592 Store yes/no in the property, and return t/nil. Updated all
8593 callers.
8594
8595 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8596 vc-sccs-uses-locking. Don't set property.
8597 (vc-sccs-locking-user): Don't set property.
8598
8599 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8600 vc-cvs-uses-locking. Don't set property here; leave that to
8601 vc-hooks.
8602 (vc-cvs-locking-user): Reflect above change. Streamlined.
8603
8604 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8605 vc-rcs-uses-locking.
8606 (vc-rcs-locking-user): Reflect above change.
8607
86082000-09-04 Dave Love <fx@gnu.org>
8609
8610 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8611
8612 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8613
8614 * vc-hooks.el (vc-checkout-model): Punt to backends.
8615
8616 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8617
8618 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8619
8620 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8621 New functions.
8622
8623 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8624 New functions.
8625
8626 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8627 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8628
8629 * vc-hooks.el (vc-default-locking-user): New function.
8630 (vc-locking-user, vc-workfile-version): Punt to backends.
8631
86322000-09-04 Dave Love <fx@gnu.org>
8633
8634 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8635 (vc-master-workfile-version): Moved from vc-hooks.
8636
8637 * vc-rcs-hooks.el: Fix duplicate code in last change.
8638
8639 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8640 (vc-rcs-master-templates): Improve :type.
8641 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8642 vc-master-workfile-version): Moved from vc-hooks.
8643
8644 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8645 (vc-sccs-master-templates): Improve :type.
8646 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8647
8648 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8649
8650 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8651 (vc-cvs-master-templates): Improve :type. Use
8652 vc-cvs-find-cvs-master.
8653 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8654 from vc-hooks.
8655 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8656
8657 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8658 Moved to vc-cvs-hooks.
8659
8660 * vc-hooks.el: Add doc strings in various places. Simplify the
8661 minor mode setup.
8662 (vc-handled-backends): New user variable.
8663 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8664 simplification.
8665
86662000-09-04 Dave Love <fx@gnu.org>
8667
8668 * vc.el: Some doc fixes for autoloaded and interactive functions.
8669 Fix compilation warnings from ediff stuff.
8670 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8671
8672 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8673
8674 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8675
8676 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8677
86782000-09-04 Dave Love <fx@gnu.org>
8679
8680 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8681 New variable.
8682 (vc-make-backend-function, vc-loadup, vc-call-backend)
8683 (vc-backend-defines): New functions.
8684
8685 * vc-hooks.el: Various doc fixes.
8686 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8687 (vc-match-substring): Function removed. Callers changed to use
8688 match-string.
8689 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8690 Simplify.
8691
86922000-09-04 Dave Love <fx@gnu.org>
8693
8694 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8695 type.
8696 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8697 (vc-sccs-registered): Doc fix.
8698
8699 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8700 (vc-cvs-registered): Doc fix.
8701
8702 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8703 (vc-rcs-registered): Doc fix.
8704
87052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8706
8707 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8708
8709 * vc-hooks.el: vc-registered has been renamed
8710 vc-default-registered. Some functions have been moved to the
8711 backend specific files. they all support the
8712 vc-BACKEND-registered functions.
8713
87142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8715
8716 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8717
8718 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8719
87202000-09-04 Dave Love <fx@gnu.org>
8721
8722 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8723 menu-bar-update-hook.
8724
8725 * help.el (help-manyarg-func-alist): Add
8726 find-operation-coding-system.
8727
8728 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8729
8730 * custom.el (custom-set-variables): Print message about errors in
8731 setting.
8732
87332000-09-03 Andrew Innes <andrewi@gnu.org>
8734
8735 * makefile.w32-in: Change to DOS line endings.
8736
87372000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8738
8739 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8740 minor-mode keymaps, if they don't have one.
8741
87422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8743
8744 * eshell/esh-module.el (eval-when-compile): Don't lose if
8745 esh-module.el's file name is truncated to DOS 8+3 limits.
8746
87472000-09-01 John Wiegley <johnw@gnu.org>
8748
8749 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8750 predicate, which caused entries in the completion list to be
8751 doubled.
8752
87532000-08-30 John Wiegley <johnw@gnu.org>
8754
8755 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8756 sending to subprocesses. Also, hook pre-command-hook if
8757 `eshell-send-direct-to-subprocesses' is non-nil.
8758 (eshell-send-direct-to-subprocesses): New config variable. If t,
8759 subprocess input is send immediately.
8760 (eshell-toggle-direct-send): New function.
8761 (eshell-self-insert-command): New function.
8762 (eshell-intercept-commands): New function.
8763 (eshell-send-input): If direct subprocess sending is enabled,
8764 don't echo any input to the Eshell buffer. Let the subprocess
8765 handle that. This requires "stty echo" in bash, for example.
8766
87672000-08-28 John Wiegley <johnw@gnu.org>
8768
8769 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8770 completion function for Eshell's implementation of `unset'.
8771
87722000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8773
8774 * info.el (Info-directory-list): Doc fix.
8775
87762000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8777
8778 * filecache.el (file-cache-add-directory-using-find): Don't quote
8779 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8780
87812000-08-31 Kenichi Handa <handa@etl.go.jp>
8782
8783 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8784 coding systems.
8785
87862000-08-30 Andrew Innes <andrewi@gnu.org>
8787
8788 * timer.el (run-with-idle-timer): Undo last change, so that timer
8789 is not activated immediately if Emacs is already idle. Some
8790 existing code relies on this behaviour.
8791
87922000-08-30 Miles Bader <miles@gnu.org>
8793
8794 * frame.el (set-frame-font): Do completion of font-name for
8795 interactive use.
8796
87972000-08-30 Kenichi Handa <handa@etl.go.jp>
8798
8799 * international/quail.el (quail-start-translation): Bind locally
8800 last-command-event, last-command, and this-command.
8801 (quail-start-conversion): Likewise.
8802 (quail-self-insert-command): Fix docstring.
8803
88042000-08-29 Gerd Moellmann <gerd@gnu.org>
8805
8806 * progmodes/executable.el
8807 (executable-make-buffer-file-executable-if-script-p): Check that
8808 buffer contains at least 2 characters.
8809
88102000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8811
8812 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8813
88142000-08-29 Dave Love <fx@gnu.org>
8815
8816 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8817 (diff-mode-shared-map): Bind mouse-2.
8818 (diff-imenu-generic-expression): New variable.
8819 (diff-mode): Use it.
8820
8821 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8822 (mouse-popup-menubar): Add minor mode menus.
8823 (popup-menu): Check for lookup-key returning number.
8824
88252000-08-29 Miles Bader <miles@gnu.org>
8826
8827 * comint.el (comint-send-input): Create overlays using the proper
8828 front/read-advance arguments.
8829
88302000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8831
8832 * ps-print.el: Even/odd pages printing. Doc fix.
8833 (ps-print-version): New version number (6.0).
8834 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8835 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8836 (ps-print-duplex-feature): Variable eliminated.
8837 (ps-even-or-odd-pages): New variable.
8838
8839 * progmodes/ebnf2ps.el: Doc fix.
8840 (ebnf-version): New version (3.3).
8841 (ebnf-user-arrow): Change variable customization to sexp.
8842 (ebnf-user-arrow): Function eliminated.
8843 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8844
88452000-08-29 Kenichi Handa <handa@etl.go.jp>
8846
8847 * help.el (help-xref-mule-regexp): New variable.
8848 (help-make-xrefs): Handle help-xref-mule-regexp.
8849
8850 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8851 variable.
8852 (describe-input-method): Temporarily activate the specfied input
8853 method to display the information.
8854 (describe-language-environment): Hyperlinks to mule related items.
8855
8856 * international/mule-diag.el (charset-multibyte-form-string): New
8857 function.
8858 (list-character-sets-1): Use charset-multibyte-form-string.
8859 (describe-character-set): New function.
8860 (describe-coding-system): Hyperlinks to safe character sets.
8861
8862 * international/quail.el (quail-help): New arg PACKAGE.
8863 Hyperlinks to mule related items.
8864 (quail-help-insert-keymap-description): Use
8865 substitute-command-keys instead of describe-bindings.
8866 (quail-translation-help): Hyperlinks to mule related items.
8867
88682000-08-28 John Wiegley <johnw@gnu.org>
8869
8870 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8871 have a defsubst call itself. Made `eshell-flatten-list' back into
8872 a function again.
8873
8874 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8875 catch, in case re-centering point at bottom messes up the display.
8876 This happens frequently in Emacs 21, due I believe to variable
8877 line heights.
8878
8879 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8880 to call `find-tag-interactive'.
8881
8882 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8883 the list of remember directories.
8884
88852000-08-28 John Wiegley <johnw@gnu.org>
8886
8887 * align.el: Test align-region-separate to see if it's a symbol.
8888
88892000-08-28 John Wiegley <johnw@gnu.org>
8890
8891 * eshell/esh-util.el (eshell-flatten-list): Made this function
8892 into a defsubst form. It gets used very frequently, although
8893 calls don't occur all that often.
8894
8895 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8896 examining it.
8897
8898 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8899 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8900 `eshell-protect'.
8901 (eshell-copy-handles): Created a new macro for duplicating the
8902 current set of open handles. This is needed by the looping
8903 functions.
8904 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8905 is not incorrectly stomped on.
8906
8907 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8908 declaration for pcomplete-use-paring.
8909 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8910 value of eshell-cmpl-use-paring.
8911 * pcomplete.el (pcomplete-use-paring): New config variable, to
8912 indicate whether paring should be used.
8913 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8914 completion alternatives that have already been used.
8915
8916 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8917 bound to C-c C-y, which will repeat the previous N arguments
8918 (based on prefix argument).
8919 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8920
8921 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8922 if there is no *Help* buffer. This is for XEmacs, which renames
8923 its help buffers uniquely. TODO: Find out what the current buffer
8924 name to delete is.
8925
8926 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8927 first entry that correlates to a passwd/group number. Later
8928 entries (used for group/user name aliasing to multiple IDs) are
8929 ignored.
8930
8931 * eshell/em-xtra.el (eshell/expr):
8932 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8933 (eshell-grep, eshell/diff, eshell/locate):
8934 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8935 argument list, before passing it to the system command.
8936
8937 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8938 `find-tag' for use at final position in Eshell buffers (which
8939 otherwise triggers an error on Emacs 21).
8940 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8941 buffer, if it is currently bound to `find-tag'.
8942
8943 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8944 in the list of matched Makefile names.
8945 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8946 directory, prefer its contents to Makefile.
8947
8948 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8949 directory parts (like "cd old new", or "cd =regexp"), are now case
8950 sensitive on non-Windows/DOS platforms.
8951
8952 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8953 types RET after an open delimiter (like "), display a message
8954 indicating that Eshell is waiting for the closing delimiter.
8955
8956 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8957 environment variables.
8958
8959 * eshell/em-unix.el (eshell/diff): Added logic to fail more
8960 gracefully if the user enters incorrect arguments.
8961
8962 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
8963 Eshell buffers.
8964
8965 * eshell/esh-var.el (eshell-interpolate-variable):
8966 * eshell/esh-mode.el (eshell-move-argument):
8967 * eshell/em-unix.el (eshell-du-sum-directory):
8968 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
8969 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
8970 (not (= ...)).
8971
8972 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
8973 to ensure the `preserve' flag gets propagated when doing recursive
8974 directory copies.
8975
89762000-08-28 Stefan Monnier <monnier@cs.yale.edu>
8977
8978 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
8979 Don't convert \n into \0177 in memory.
8980 (eshell-read-history, eshell-write-history): Convert \n to \0177,
8981 and back again, when reading and writing.
8982
89832000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
8984
8985 * eshell/esh-util.el (eshell-processp): Added to relieve constant
8986 testing of `fboundp' on `processp'.
8987
8988 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
8989 (eshell/jobs): Don't call process-list if it is not bound.
8990 (eshell-gather-process-output): Support systems where async
8991 subprocesses aren't supported.
8992 (eshell-scratch-buffer, eshell-last-sync-output-start): New
8993 variables.
8994
8995 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
8996 eshell-do-eval returns t.
8997 (eshell-do-pipelines-synchronously): New defmacro.
8998 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
8999 when async subprocesses aren't supported.
9000 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9001 if async subprocesses aren't supported.
9002 (eshell-resume-command): Don't assume STATUS is a string.
9003
9004 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9005
9006 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9007 (eshell-close-target, eshell-get-target): Use eshell-processp.
9008 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9009 fix.
9010 (eshell-get-target, eshell-create-handles): Doc fix.
9011
90122000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9013
9014 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9015 criterion to include commands that output something, as long as it
9016 leaves both the command and the end-of-buffer visible when the
9017 command has exited.
9018 (eshell-review-quick-commands): Adjust the help doc string
9019 accordingly.
9020
90212000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9022
9023 * locate.el (locate): Cleaned up locate command's interactive prompting
9024 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9025
9026 * filecache.el (file-cache-case-fold-search): New variable
9027 (file-cache-assoc-function): New variable
9028 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9029 Use file-cache-case-fold-search variable
9030 (file-cache-add-file): Use file-cache-assoc-function
9031 (file-cache-delete-file): likewise
9032 (file-cache-directory-name): likewise
9033 (file-cache-debug-read-from-minibuffer): likewise
9034
90352000-08-28 Gerd Moellmann <gerd@gnu.org>
9036
9037 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9038 (abbrev-table-name): New function.
9039 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9040 If non-nil list local abbrev, only.
9041
90422000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9043
9044 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9045 from Gnus support code, and use special article copy buffer
9046 `(gnus-original-article-buffer)' instead. This allows to get rid
9047 of article-hide-headers usage (which breaks in the latest Gnus
9048 version). Thanks to Detlev Zundel.
9049
90502000-08-28 Kenichi Handa <handa@etl.go.jp>
9051
9052 * international/quail.el (quail-use-package): Hide "... loaded"
9053 message.
9054 (quail-start-translation, quail-start-conversion): Likewise.
9055
9056 * international/kkc.el (kkc-region): Hide "... loaded" message.
9057
90582000-08-27 Dave Love <fx@gnu.org>
9059
9060 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9061
90622000-08-27 Miles Bader <miles@gnu.org>
9063
9064 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9065
90662000-08-27 Kenichi Handa <handa@etl.go.jp>
9067
9068 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9069 'ja-dic-cnv), not (require 'skkdic-cnv).
9070
90712000-08-26 Miles Bader <miles@gnu.org>
9072
9073 * faces.el (face-x-resources): Add entry for :inherit.
9074 * cus-face.el (custom-face-attributes): Add support for :inherit
9075 attribute. Add support for relative face heights.
9076 (custom-face-attributes-get): Treat `nil' as being a default value
9077 for :inherit (as well as `unspecified').
9078
9079 * faces.el (set-face-attribute): Update doc string.
9080 (face-attribute-name-alist): Add :inherit.
9081 (face-valid-attribute-values): Handle :inherit.
9082 (face-read-string): Rephrase prompt to be less confusing.
9083 Assume that DEFAULT is a string, since we must return a string.
9084 (face-read-integer): Use `format' to turn DEFAULT into an
9085 acceptable default for face-read-string. Match NEW-VALUE against
9086 the string "unspecified", not the symbol `unspecified', since
9087 that's what face-read-string returns.
9088 (read-face-attribute): Lookup a name for old-value in valid, and
9089 use it as a default if we find one. Treat all values from
9090 face-read-string as strings. If the default is used, don't do any
9091 more processing on the value, just use the old value directly.
9092 (read-face-and-attribute, modify-face): Tweak prompt.
9093 (read-face-name): Don't assume prompt ends with a space.
9094
9095 * faces.el (describe-face): Add support for :inherit attribute.
9096
90972000-08-25 Kenichi Handa <handa@etl.go.jp>
9098
9099 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9100 concat doesn't accept interger.
9101
9102 * international/kkc.el: Remove SKK from Keywords. Require
9103 ja-dic-utl instead of skkdic-utl.
9104
9105 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9106 Provide ja-dic-cnv instead of skkdic-cnv.
9107 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9108 (iso-2022-7bit-short): Add safe-charsets property.
9109 (skkdic-convert-postfix): Search Japanese chou-on character in
9110 addition to Hiragana character.
9111 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9112 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9113 (batch-skkdic-convert): Likewise.
9114
9115 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9116 Provide ja-dic-utl instead of skkdic-utl.
9117 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9118
91192000-08-24 Dave Love <fx@gnu.org>
9120
9121 * disp-table.el (standard-display-default): Make the test of `l'
9122 useful.
9123
9124 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9125 mod sample text.
9126
9127 * international/iso-ascii.el: Make pilcrow convenient string
9128 consistent with section.
9129 (iso-ascii-display): Set up multibyte characters as well as
9130 unibyte.
9131
91322000-08-24 Kenichi Handa <handa@etl.go.jp>
9133
9134 * international/mule-cmds.el (reset-language-environment): Set
9135 default-process-coding-system to '(undecided . iso-latin-1), which
9136 makes process I/O almost consistent with file I/O. Call this
9137 function when mule-cmds.el[c] is loaded.
9138
91392000-08-22 Andrew Innes <andrewi@gnu.org>
9140
9141 * makefile.w32-in: New file.
9142
91432000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9144
9145 * comint.el (comint-output-filter): Compare end of
9146 comint-last-output-overlay with the start of the newly inserted
9147 text, not the end, when deciding whether to extend it.
9148 Set saved-point's insertion type to advance after insertion.
9149
9150 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9151 since this is now done independently of font-lock mode.
9152
91532000-08-21 Gerd Moellmann <gerd@gnu.org>
9154
9155 * server.el (server-kill-new-buffers): New user option.
9156 (server-existing-buffer): New buffer-local variable.
9157 (server-visit-files): When using an existing buffer, set
9158 server-existing-buffer to t.
9159 (server-buffer-done): If server-kill-new-buffers is t, kill the
9160 buffer, unless it was already present before visiting it with
9161 Emacs server.
9162
91632000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9164
9165 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9166 even if the display doesn't support colors: some displays will
9167 support bold/underline faces.
9168
91692000-08-21 Gerd Moellmann <gerd@gnu.org>
9170
9171 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9172
9173 * startup.el (command-line): If user's init file had an error,
9174 add explanatory text to *Messages*.
9175
91762000-08-21 Kenichi Handa <handa@etl.go.jp>
9177
9178 * man.el (Man-getpage-in-background): Decode the process output by
9179 the system locale coding system.
9180
91812000-08-20 Dave Love <fx@gnu.org>
9182
9183 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9184 Don't test x-popup-menu.
9185 (function) <complete-function>: Complete only fbound symbols.
9186 <validate, value>: New.
9187 (variable) <complete-function>: Complete only bound symbols.
9188 (coding-system): Add :base-only, :complete-function, :validate,
9189 :value, :prompt-match.
9190 (widget-coding-system-prompt-value): Use read-coding-system and
9191 act on :base-only.
9192 (editable-field): Add :help-echo.
9193 (widget-push-button-gui, widget-push-button-cache)
9194 (widget-gui-action, widget-editable-list-gui): COmment out, along
9195 with uses.
9196 (widget-at): Make arg optional.
9197 (widget-echo-help): Adjust for current help-echo calling sequence.
9198 (widget-specify-field, widget-specify-button)
9199 (widget-specify-insert, widget-get-sibling, widget-image-find)
9200 (widget-convert, widget-insert, widget-leave-text)
9201 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9202 (widget-setup, widget-field-find, widget-before-change)
9203 (widget-after-change, widget-default-complete)
9204 (widget-default-create, widget-default-delete)
9205 (widget-push-button-value-create, editable-field)
9206 (widget-field-prompt-value, widget-field-validate)
9207 (widget-choice-value-create, widget-choice-action)
9208 (widget-choice-validate, widget-checklist-add-item)
9209 (widget-radio-add-item, widget-radio-chosen)
9210 (widget-radio-value-inline, widget-editable-list-value-create)
9211 (widget-editable-list-entry-create)
9212 (widget-documentation-link-add)
9213 (widget-documentation-string-value-create)
9214 (widget-regexp-validate, widget-file-complete)
9215 (widget-sexp-validate, widget-plist-convert-widget)
9216 (widget-plist-convert-widget, widget-alist-convert-widget)
9217 (widget-alist-convert-widget, widget-color-complete): Simplify,
9218 particularly to avoid bindings which aren't optimized out.
9219
9220 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9221 Doc fix.
9222 (down-list, backward-up-list, up-list, kill-sexp)
9223 (backward-kill-sexp, mark-sexp): Make arg optional.
9224 (lisp-complete-symbol): Add optional arg PREDICATE.
9225
9226 * cus-start.el: Add display-buffer-reuse-frames,
9227 file-coding-system-alist.
9228
92292000-08-20 Gerd Moellmann <gerd@gnu.org>
9230
9231 * startup.el (command-line): Clear realized faces after
9232 modifying TTY color mappings.
9233
92342000-08-20 Miles Bader <miles@gnu.org>
9235
9236 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9237 merely a subset of FACE's attributes.
9238
92392000-08-19 Miles Bader <miles@gnu.org>
9240
9241 * comint.el (comint-output-filter): Save the point with a marker,
9242 not just a buffer position.
9243
9244 * international/mule.el (set-buffer-process-coding-system): Make
9245 interactive prompt less confusing.
9246
92472000-08-19 Gerd Moellmann <gerd@gnu.org>
9248
9249 * hilit-chg.el: General cleanup of doc strings, comments and
9250 code formatting.
9251
92522000-08-19 Miles Bader <miles@gnu.org>
9253
9254 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9255 Compiler macro removed; beginning-of-line is no longer always
9256 equivalent to forward-line, in the presence of fields.
9257
9258 * comint.el (comint-output-filter): Remove ad-hoc saving of
9259 restriction, and just use save-restriction, now that it works
9260 correctly. Don't adjust comint-last-input-start to account for
9261 our insertion; it shouldn't have moved because we don't use
9262 insert-before-markers anymore. Comment out call to
9263 `force-mode-line-update'; why is it here?
9264
9265 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9266 while checking for prompt to delete. Use `forward-line 0'
9267 instead of beginning-of-line.
9268 (gud-filter): Temporarily widen gud comint buffer while
9269 examining output.
9270
92712000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9272
9273 * progmodes/sh-script.el: Big bag of typos.
9274
9275 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9276 check since ispell-process is not bound when ispell is not yet loaded.
9277
92782000-08-18 Dave Love <fx@gnu.org>
9279
9280 * image.el (find-image): Copy `spec' before using plist-put.
9281
92822000-08-18 Gerd Moellmann <gerd@gnu.org>
9283
9284 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9285 `portugues'.
9286
9287 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9288 backward-kill-sexp, analogous to kill-sexp.
9289
9290 * progmodes/icon.el (icon-indent-line)
9291 (icon-is-continuation-line): Handle comments specially.
9292
92932000-08-17 Ken Stevens <k.stevens@ieee.org>
9294
9295 * ispell.el: Set to standard author/maintainer/keyword fields.
9296 Fine tuning to menu map appearance and operation, and added help.
9297 Remove `start' and `end' error messages when compiling.
9298 (ispell-choices-win-default-height): Fixed comment string.
9299 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9300 castellano8 dictionaries.
9301 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9302 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9303 dictionary, added italiano dictionary.
9304 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9305 word character
9306 (ispell-tex-skip-alists): Added psfig support.
9307 (ispell-skip-html): Renamed from ispell-skip-sgml.
9308 (ispell-begin-skip-region-regexp, ispell-skip-region)
9309 (ispell-minor-check): Improved html skipping support to skip across
9310 code, and recognize `&' commands without propper `;' syntax;
9311 (ispell-process-line): Fix alignment error when manually
9312 correcting spelling.
9313 (ispell): Fix comment string.
9314 (ispell-add-per-file-word-list): Always put word list on new line.
9315
93162000-08-17 Gerd Moellmann <gerd@gnu.org>
9317
9318 * format.el (format-encode-run-method): Fix error message to say
9319 `encode' instead of `decode'. Use save-window-excursion around
9320 shell-command-on-region as in format-decode-run-method because
9321 shell-command-on-region can display a buffer with error output.
9322 (format-decode): Don't record undo information for the decoding.
9323 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9324 that number part of the temporary buffer name so that more than
9325 one decoding using a temporary buffer can happen safely.
9326
9327 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9328 of `A-z' in the regexp.
9329
9330 * hilit-chg.el: Fix typos in commentary.
9331
9332 * help.el (view-emacs-news): Rewritten for new naming scheme
9333 for old NEWS files.
9334
9335 * startup.el (command-line): Pop to *Messages* in case an error
9336 is signaled while loading user-init-file.
9337
93382000-08-17 Andreas Schwab <schwab@suse.de>
9339
9340 * files.el (insert-directory): Don't lose original file name,
9341 undoing an undocumented change.
9342
93432000-08-17 Alex Schroeder <alex@gnu.org>
9344
9345 * sql.el (sql-magic-go): Use comint-bol.
9346 (sql-copy-column): Use comint-line-beginning-position.
9347 (comint-line-beginning-position): Define a replacement for
9348 comint-line-beginning-position if it is not fboundp.
9349
93502000-08-17 Alex Schroeder <alex@gnu.org>
9351
9352 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9353 it didn't have any effect anyway.
9354
93552000-08-17 Alex Schroeder <alex@gnu.org>
9356
9357 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9358 --pset and pager=off instead of sending \\o|cat at the beginning
9359 of the session.
9360
93612000-08-17 Miles Bader <miles@gnu.org>
9362
9363 * progmodes/octave-inf.el: Add compatibility definition of
9364 comint-line-beginning-position.
9365
93662000-08-17 Kenichi Handa <handa@etl.go.jp>
9367
9368 * startup.el (normal-top-level): Look in each dir in load-path for
9369 a leim-list.el file too. This assures of loading leim-list.el
9370 that is created at Emacs installation time even if a user have his
9371 own leim-list.el.
9372
93732000-08-17 Miles Bader <miles@gnu.org>
9374
9375 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9376 foreground color to black if the background is dark.
9377
93782000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9379
9380 * loadhist.el (unload-feature): Typo.
9381
9382 * finder.el (finder-compile-keywords):
9383 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9384 to the generated file.
9385
9386 * mail/mh-e.el (mh-make-local-vars):
9387 Replace make-variable-buffer-local with make-local-variable.
9388
9389 * play/landmark.el:
9390 * options.el (Edit-options-{set,toggle,t,nil}):
9391 * mail/mailabbrev.el (mail-abbrevs-mode):
9392 * textmodes/tex-mode.el (tex-expand-files):
9393 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9394
9395 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9396
9397 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9398 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9399 Allow going past the last element.
9400 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9401 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9402 (cvs-mouse-toggle-mark): Don't move point.
9403 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9404
9405 * progmodes/compile.el (grep): Provide a default set of files.
9406 (next-error): Docstring fix.
9407 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9408
9409 * emacs-lisp/easy-mmode.el (define-minor-mode):
9410 Use `symbol-value' to keep the byte-compiler quiet.
9411
9412 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9413 (diff-find-source-location): New fun, extracted from diff-goto-source.
9414 (diff-goto-source): Use it.
9415 (diff-next-complex-hunk, diff-filter-lines): New function.
9416 (diff-apply-hunk): New command.
9417
9418 * smerge-mode.el (smerge-mode-menu): Doc fix.
9419
9420 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9421
94222000-08-16 Dave Love <fx@gnu.org>
9423
9424 * windmove.el (windmove) <defgroup>: Add :version.
9425
9426 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9427 (goto-address-fontify-p, goto-address-highlight-p)
9428 (goto-address-url-face, goto-address-url-mouse-face)
9429 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9430 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9431 (goto-address-fontify, goto-address-at-mouse): Simplify,
9432 (goto-address-at-point): browse-url-url-at-point,
9433 goto-address-find-address-at-point can return nil.
9434 (goto-address-find-address-at-point): Return nil on failure.
9435
9436 * align.el (align) <defgroup>: Add :version.
9437
9438 * calculator.el (calculator): Add :version.
9439 (calculator): Use two lines for calculator window if `modeline'
9440 face is boxed.
9441
9442 * play/5x5.el: Doc fixes.
9443 (5x5) <defgroup>: Add :version.
9444
9445 * play/fortune.el (fortune) <defgroup>: Add :version.
9446 (fortune-append): Fix error message.
9447 (fortune-from-region): Doc fix.
9448
9449 * play/pong.el (pong): Doc fix.
9450
9451 * play/morse.el: Keywords, commentary, autoloads.
9452
94532000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9454
9455 * desktop.el (desktop-save): Don't look at symbol-value of a
9456 member of minor-mode-alist, unless it is boundp.
9457
94582000-08-16 Sam Steingold <sds@gnu.org>
9459
9460 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9461 `while'; use `with-current-buffer' instead of `save-excursion'.
9462 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9463
94642000-08-16 Kenichi Handa <handa@etl.go.jp>
9465
9466 * international/ccl.el (declare-ccl-program): Docstring modified.
9467 (ccl-execute-with-args): Likewise.
9468
94692000-08-16 Miles Bader <miles@gnu.org>
9470
9471 * progmodes/sql.el: Add compatibility definition of
9472 comint-line-beginning-position.
9473
94742000-08-15 Gerd Moellmann <gerd@gnu.org>
9475
9476 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9477 'buffer-menu' property.
9478 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9479 fails.
9480 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9481 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9482 wasn't killed.
9483
9484 * buff-menu.el (list-buffers-noselect): Don't display the
9485 *Buffer List* buffer.
9486
9487 * font-lock.el: Require jit-lock to prevent a very late
9488 `Loading jit-lock' message.
9489
9490 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9491 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9492 mail address.
9493
94942000-08-15 Miles Bader <miles@gnu.org>
9495
9496 * textmodes/ispell.el (ispell-graphic-p): New constant.
9497 (ispell-choices-win-default-height, ispell-help): Use
9498 `ispell-graphic-p' instead of `xemacsp'.
9499
95002000-08-15 Dave Love <fx@gnu.org>
9501
9502 * simple.el: Autoload widget-convert when compiling.
9503 (mail-user-agent): Doc fix.
9504
9505 * help.el (function-called-at-point, variable-at-point): Use
9506 with-syntax-table.
9507 (help-manyarg-func-alist): Add insert-and-inherit.
9508
9509 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9510
9511 * delsel.el (delsel-unload-hook): New function.
9512
9513 * find-file.el: Doc fixes. Move provide to end.
9514 (ff) <defgroup>: Add :link.
9515 (ff-goto-click): Deleted.
9516 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9517 Use mouse-set-point.
9518
9519 * textmodes/tildify.el: Doc fixes.
9520 (tildify) <defgroup>: Add:version.
9521
9522 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9523 (glasses-custom-set): Use set-default, not set.
9524 (minor-mode-alist): Propertize the lighter.
9525 (glasses-mode): Provide optional arg.
9526
9527 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9528 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9529 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9530 option. Provide :type.
9531 (cwarn-configuration): Provide :type.
9532 (cwarn-mode): Doc fix.
9533
9534 * add-log.el (change-log-merge): Doc fix.
9535 (change-log-redate): New command.
9536
9537 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9538 Doze and Dog.
9539 (browse-url): Use dolist, not mapcar.
9540 (browse-url-at-point): Check for null url.
9541 (browse-url-event-buffer, browse-url-event-point): Functions
9542 deleted.
9543 (browse-url-at-mouse, browse-url-netscape): Simplify.
9544
9545 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9546 modes.
9547 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9548 Fix previous change to mapcan.
9549 (msb--init-file-alist, msb--add-separators)
9550 (msb--make-keymap-menu): Simplify.
9551 (msb--choose-file-menu): Use copy-sequence.
9552 (msb-mode-map): Add title to keymap.
9553 (msb-unload-hook): New function.
9554
9555 * bs.el: Fix indentation.
9556 (bs) <defgroup>: Add :links.
9557 (bs-show): Doc fix.
9558 (bs-apply-sort-faces): Don't use window-system.
9559 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9560
95612000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9562
9563 * calendar/timeclock.el (timeclock-file): Run .timelog through
9564 convert-standard-filename.
9565
95662000-08-14 Gerd Moellmann <gerd@gnu.org>
9567
9568 * emacs-lisp/authors.el: New file.
9569
9570 * paren.el (show-paren-priority): New user option.
9571 (show-paren-function): Set overlay priorities to
9572 show-paren-priority.
9573
95742000-08-14 Miles Bader <miles@gnu.org>
9575
9576 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9577 beginning-of-line with inhibit-field-text-motion bound.
9578
95792000-08-14 Gerd Moellmann <gerd@gnu.org>
9580
9581 * calendar/timeclock.el: New file.
9582
95832000-08-14 David Ponce <david@dponce.com>
9584
9585 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9586 `widget-button-click'. so that one can use left mouse button to
9587 click on dialog buttons.
9588
95892000-08-14 Emmanuel Briot <briot@gnat.com>
9590
9591 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9592 identifiers, since XML is case sensitive
9593
95942000-08-12 Miles Bader <miles@gnu.org>
9595
9596 * comint.el (comint-output-filter): Don't bother frobbing
9597 window-start, it doesn't seem to be necessary.
9598
9599 * comint.el (comint-send-string, comint-send-region): Make into
9600 real functions. Snapshot the prompt before sending.
9601
96022000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9603
9604 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9605 technique similar to Info-index, instead of relying on specific
9606 names of relevant Index nodes.
9607 (Info-goto-emacs-command-node): Bind Info-history to nil when
9608 going to the first node found by Info-find-emacs-command-nodes.
9609
96102000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9611
9612 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9613
96142000-08-10 Miles Bader <miles@gnu.org>
9615
9616 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9617
96182000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9619
9620 * info.el (Info-file-list-for-emacs): More elements for the
9621 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9622 and woman manuals.
9623
96242000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9625
9626 * comint.el (comint-send-input): Make the newline boundary overlay
9627 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9628 (comint-output-filter): Use `insert' instead of
9629 `insert-before-markers'. Extend comint-last-output-overlay when
9630 necessary since we can't rely on insert-before-markers to do it.
9631 * gud.el (gud-filter): Use `with-current-buffer' instead of
9632 save-excursion when inserting the output, so that point gets
9633 updated correctly; the old method relied on a rather dodgy
9634 side-effect of comint-output-filter to avoid the effect of
9635 save-excursion.
9636
96372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9638
9639 * files.el (recover-file): Call insert-directory instead of
9640 invoking `ls' directly.
9641
96422000-08-10 Miles Bader <miles@gnu.org>
9643
9644 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9645 (comint-last-prompt-overlay): New variables.
9646 (comint-output-filter): Implement prompt highlighting.
9647 (comint-snapshot-last-prompt): New function.
9648 (comint-send-input): Snapshot the last prompt.
9649 Use comint-highlight-input-face.
9650 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9651 Use defface instead of defcustom.
9652 (send-invisible, comint-send-eof): Snapshot the last prompt.
9653 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9654 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9655
96562000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9657
9658 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9659 (regexp-opt-group): Use a list of chars for `letters'.
9660 (regexp-opt-charset): `chars' is now a list of chars.
9661 Use a char-table rather than a vector so it works for multibyte chars.
9662
9663 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9664 Set cvs-minor-current-files to the selected fileinfo.
9665 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9666 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9667
96682000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9669
9670 * files.el (insert-directory): Don't call access-file on
9671 directories on DOS and Windows.
9672
96732000-08-09 Kenichi Handa <handa@etl.go.jp>
9674
9675 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9676 longer if necessary.
9677 (ccl-embed-code): Call ccl-embed-data to store CODE in
9678 ccl-program-vector.
9679
96802000-08-09 Miles Bader <miles@gnu.org>
9681
9682 * comint.el (comint-output-filter): Properly handle the case where
9683 the text surrounded by comint-last-output-overlay was deleted.
9684
96852000-08-08 Gerd Moellmann <gerd@gnu.org>
9686
9687 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9688 non-nil.
9689 (Info-file-list-for-emacs): Remove "info" from the list because
9690 that leads to trying to use the documentation from file `info'
9691 in various situations where it isn't appropriate, for instance
9692 C-h C-k C-h i.
9693
9694 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9695 DIR and/or STRING are nil.
9696
9697 * progmodes/compile.el (compilation-setup): Make variable
9698 compilation-error-screen-columns buffer-local, as some comment
9699 in the code suggests it should be.
9700
9701 * files.el (auto-mode-interpreter-regexp): New variable.
9702 (set-auto-mode): Use it.
9703
9704 * indent.el (indent-for-tab-command): Doc fix.
9705
9706 * mouse-sel.el (mouse-sel-mode): Doc fix.
9707
9708 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9709 labels.
9710
9711 * help.el (print-help-return-message): When
9712 display-buffer-reuse-frames is set, let the help window been quit,
9713 instead of deleting it, which might delete a reused frame.
9714
97152000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9716
9717 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9718 rename a directory to a name that differs only by its letter case.
9719
97202000-08-08 Kenichi Handa <handa@etl.go.jp>
9721
9722 * international/quail.el (quail-define-rules): Handle Quail decode
9723 map correctly. Add code for supporting annotations.
9724 (quail-install-decode-map): New function.
9725 (quail-defrule-internal): New optional arguments decode-map and
9726 props.
9727 (quail-advice): New function.
9728
97292000-08-07 Sam Steingold <sds@gnu.org>
9730
9731 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9732 `defconst', `define-condition', `with-slots'.
9733 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9734
97352000-08-03 Miles Bader <miles@gnu.org>
9736
9737 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9738 New variable.
9739 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9740 comint-use-prompt-regexp-instead-of-fields.
9741 (comint-send-input): Add `input' field property to stuff we send to
9742 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9743 (comint-output-filter): Add `output' field property to process
9744 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9745 (comint-replace-by-expanded-history)
9746 (comint-get-old-input-default, comint-show-output)
9747 (comint-backward-matching-input, comint-forward-matching-input)
9748 (comint-next-prompt, comint-previous-prompt): Use field
9749 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9750 (comint-line-beginning-position): New function.
9751 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9752 (comint-replace-by-expanded-history-before-point): Use
9753 comint-line-beginning-position and line-end-position.
9754 (comint-last-output-overlay): New variable.
9755 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9756
9757 * shell.el (shell-prompt-pattern): Doc change.
9758 (shell-backward-command): Use line-beginning-position.
9759
9760 * gud.el (gud-gdb-complete-command): Use
9761 comint-line-beginning-position.
9762
9763 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9764 comint-bol doesn't actually go to the beginning of the line.
9765
9766 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9767 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9768 (try-expand-line-all-buffers): Likewise.
9769
9770 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9771 explicitly matching comint-prompt-regexp.
9772 (sql-copy-column): Use comint-line-beginning-position instead of
9773 explicitly matching comint-prompt-regexp.
9774
9775 * progmodes/octave-inf.el (inferior-octave-complete): Use
9776 comint-line-beginning-position.
9777
9778 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9779
9780 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9781 looking for a prompt, use `forward-line 0' instead of
9782 `beginning-of-line', to avoid getting caught by an input field.
9783
97842000-08-07 Gerd Moellmann <gerd@gnu.org>
9785
9786 * files.el (shell-quote-wildcard-pattern): Make sure to return
9787 PATTERN, in the Unix case.
9788
97892000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9790
9791 * play/zone.el (zone): Discard any pending input before running
9792 the randomly-chosen pgm.
9793
97942000-08-07 Kenichi Handa <handa@etl.go.jp>
9795
9796 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9797 checking the existence of any multibyte characters.
9798
97992000-08-06 Gerd Moellmann <gerd@gnu.org>
9800
9801 * help.el (describe-mode): Test minor-mode symbol for being
9802 bound before testing its value for being nil.
9803
9804 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9805 `first', `second', and `third'.
9806
9807 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9808 (second): Make it an alias for `cadr'.
9809
98102000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9811
9812 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9813 types of display support faces now.
9814
98152000-08-05 Gerd Moellmann <gerd@gnu.org>
9816
9817 * pcvs.el (require): Require `cl' during compilation, only.
9818
9819 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9820 (toplevel): Remove `remq' and `remove' from autoloads.
9821 (cl-fake-autoloads): New variable. If set, arrange for an error
9822 when CL functions etc. are autoloaded.
9823
98242000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9825
9826 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9827
9828 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9829 popped up, but the user clicks outside the menu, return an empty
9830 regexp (that causes unhighlight-regexp to have no effect).
9831
9832 * menu-bar.el (menu-bar-games-menu): Add Zone.
9833
9834 * hi-lock.el (toplevel): Require font-lock.
9835
98362000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9837
9838 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9839 (ebnf-8-bit-chars): New var for bug fix.
9840 (ebnf-string): Bug fix.
9841
98422000-08-03 Sam Steingold <sds@gnu.org>
9843
9844 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9845 instead of `buffer-string'.
9846 (require 'cl): Always, not just when compiling.
9847 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9848 necessary.
9849
98502000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * international/mule-cmds.el (select-safe-coding-system): Make
9853 the message text about selecting a safe coding system more clear.
9854
98552000-08-02 Gerd Moellmann <gerd@gnu.org>
9856
9857 * hi-lock.el: New file.
9858
9859 * play/zone.el: New file.
9860
9861 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9862 value of tab-width in the original buffer. Choose a line number
9863 format that's a multiple of the original buffer's tab width, so
9864 that lines appear right.
9865
9866 * textmodes/ispell.el (ispell): New function, replacing an alias.
9867 Spell-check active region if in transient-mark-mode and mark
9868 is active; otherwise spell-check buffer.
9869
98702000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9871
9872 * ps-mule.el: Fix a customization problem on
9873 ps-mule-font-info-database-default.
9874
98752000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9876
9877 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9878 display-mouse-p instead of window-system.
9879 (ebrowse-member-mode-map): Ditto.
9880
98812000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9882
9883 * progmodes/ebnf2ps.el: Update ps-print functions call.
9884 Indentation fix. Doc fix.
9885 (ebnf-version): New version number (3.2).
9886 (ebnf-format-color, ebnf-begin-job): Code fix.
9887
98882000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9889
9890 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9891 font lock support on window-system.
9892 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9893
9894 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9895 display-color-p, if fboundp, instead of window-system.
9896
98972000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9898
9899 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9900 instead of window-system.
9901
9902 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9903 window-system.
9904 (widget-choice-mouse-down-action): Use display-popup-menus-p
9905 instead of window-system.
9906
9907 * strokes.el (strokes-file): Run the file name through
9908 convert-standard-filename.
9909 (strokes-mode): Call display-mouse-p instead of looking at
9910 window-system. Change the error message accordingly.
9911
9912 * progmodes/cpp.el (toplevel): Support faces on tty's.
9913
9914 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9915 (lm-plot-square, lm-init-display): Don't use window-system.
9916
9917 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9918 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9919
9920 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9921 instead of looking at window-system.
9922
99232000-07-30 Gerd Moellmann <gerd@gnu.org>
9924
9925 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9926 of testing if iswitchb-prepost-hooks is bound, because the
9927 latter will always be true when invoking a recursive minibuffer
9928 from an active Iswitchb buffer.
9929
99302000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9931
9932 * files.el (shell-quote-wildcard-pattern): New function.
9933 (insert-directory): Call it. Only prepend "\" to command on Unix
9934 and GNU/Linux systems.
9935
99362000-07-30 Gerd Moellmann <gerd@gnu.org>
9937
9938 * eshell/esh-groups.el: Change custom :link file names
9939 from `eshell.info' to `eshell'.
9940
99412000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9942
9943 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9944 correctly in recursive ange-ftp listings.
9945
99462000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9947
9948 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9949 ps-header-font-size-internal and
9950 ps-header-title-font-size-internal variables are not set,
9951 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9952 face text property is (foreground-color . COLOR) or
9953 `(background-color . COLOR)', ps-print crashes. Doc fix.
9954 (ps-print-version): New version number (5.2.4).
9955 (ps-plot-region): Code fix.
9956 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9957 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9958 Bug fix 2.
9959
99602000-07-30 Milan Zamazal <pdm@freesoft.cz>
9961
9962 * glasses.el (glasses-make-readable): Fix uncapitalization of
9963 identifiers like `myXMLDocument'.
9964
99652000-07-28 Karl Fogel <kfogel@red-bean.com>
9966
9967 * mail/mail-hist.el (mail-hist-previous-input)
9968 (mail-hist-next-input): Do the obvious code factorization.
9969 (mail-hist-retrieve-and-insert): New func, contains common
9970 code of above two.
9971 If inserting a message body, leave point at top.
9972
99732000-07-28 Sam Steingold <sds@gnu.org>
9974
9975 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
9976 Use `<=', not `<' to compare times!
9977 (ange-ftp-ls): Remove.
9978
99792000-07-27 Gerd Moellmann <gerd@gnu.org>
9980
9981 * play/cookie1.el: Add explanation of how to make cookie.el
9982 compatible with strfile(1) to comment.
9983
9984 * subr.el (remove, remq): New functions.
9985
9986 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
9987 escape `*' in regexps.
9988 (midnight-find): Reverse order of arguments in the funcall of
9989 TEST.
9990
9991 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
9992 and `.class'.
9993
9994 * play/meese.el: Add Commentary section.
9995
99962000-07-27 Alex Schroeder <alex@gnu.org>
9997
9998 * sql.el (sql-ms): Added autoload cookie.
9999 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10000 (sql-oracle): Ditto.
10001 (sql-help): Doc change.
10002
10003 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10004 types and exceptions.
10005
100062000-07-27 Alex Schroeder <alex@gnu.org>
10007
10008 * sql.el (sql-placeholder-history): New variable.
10009 (sql-query-placeholders-and-send): New function that will query
10010 the user and replace placeholders with user input.
10011 (sql-oracle): If running on NT, set comint-input-sender to
10012 sql-query-placeholders-and-send.
10013
10014 (sql-stop): If in the SQLi buffer, insert stop notification, else
10015 present it as a message.
10016
100172000-07-27 Alex Schroeder <alex@gnu.org>
10018
10019 * sql.el (sql-input-ring-separator): Doc change.
10020 (sql-input-ring-file-name): Doc change.
10021 (sql-interactive-mode): Use `sql-input-ring-separator' and
10022 `sql-input-ring-file-name' to set the comint-mode equivalents
10023 without making them local variables.
10024 (sql-stop): Don't bind `sql-input-ring-separator' and
10025 `sql-input-ring-file-name' dynamically to their comint-mode
10026 equivalents.
10027
100282000-07-27 Kenichi Handa <handa@etl.go.jp>
10029
10030 * international/mule.el (register-char-codings): New function.
10031 (make-coding-system): Handle `safe-chars' specification in the arg
10032 PROPERTY.
10033
10034 * international/mule-cmds.el
10035 (find-coding-systems-region-subset-p): This function deleted.
10036 (sort-coding-systems-predicate): New variable.
10037 (sort-coding-systems): New function.
10038 (find-coding-systems-region): Use
10039 find-coding-systems-region-internal.
10040 (find-coding-systems-string): Use find-coding-systems-region.
10041 (find-coding-systems-for-charsets): Check
10042 char-coding-system-table.
10043 (select-safe-coding-system-accept-default-p): New variable.
10044 (select-safe-coding-system): Mostly rewritten. New argument
10045 ACCEPT-DEFAULT-P.
10046 (select-message-coding-system): Call select-safe-coding-system
10047 with ACCEPT-DEFAULT-P arg.
10048 (reset-language-environment): Reset default-sendmail-coding-system
10049 to the default value iso-latin-1.
10050 (set-language-environment): Don't set the obsolete variable
10051 charset-origin-alist.
10052
10053 * international/codepage.el (cp-coding-system-for-codepage-1):
10054 Give `safe-chars' property to make-coding-system.
10055
10056 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10057 calling select-message-coding-system twice.
10058
10059 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10060 instead of `safe-charsets'.
10061 (cyrillic-alternativnyj): Likewise.
10062 (ccl-encode-alternativnyj): Don't check the charset
10063 cyrillic-iso8859-5.
10064
100652000-07-27 Kenichi Handa <handa@etl.go.jp>
10066
10067 * composite.el (compose-chars-after): Preserve match data.
10068
100692000-07-26 Sam Steingold <sds@gnu.org>
10070
10071 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10072 (ange-ftp-real-file-newer-than-file-p): New function.
10073 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10074 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10075
10076 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10077 * midnight.el (midnight-float-time): Ditto.
10078
100792000-07-26 Andreas Schwab <schwab@suse.de>
10080
10081 * files.el (normal-backup-enable-predicate): Correct
10082 interpretation of the return value of compare-strings.
10083
100842000-07-26 Gerd Moellmann <gerd@gnu.org>
10085
10086 * isearch.el (isearch-resume): New function.
10087 (isearch-done): Add something to command-history to resume
10088 the search.
10089 (isearch-yank-line, isearch-yank-word): Use
10090 buffer-substring-no-properties instead of buffer-substring.
10091
10092 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10093 of flyspell-mouse-map.
10094
10095 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10096 duplicate definition.
10097 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10098
10099 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10100 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10101
101022000-07-25 Sam Steingold <sds@gnu.org>
10103
10104 * net/ange-ftp.el: Get modtime over the net.
10105 (ange-ftp-file-modtime): New function.
10106 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10107 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10108 Use it.
10109 (ange-ftp-dot-to-slash): New function.
10110 (ange-ftp-fix-name-for-vms): Use it.
10111
10112 * midnight.el (midnight-buffer-display-time): Use
10113 `with-current-buffer'.
10114
101152000-07-25 Gerd Moellmann <gerd@gnu.org>
10116
10117 * find-dired.el: Update copyright notice.
10118 (find-dired): Offer to kill a running `find'.
10119
10120 * enriched.el (enriched-face-ans): For a `foreground-color'
10121 property, return '(("x-color" COLOR))' so that COLOR will be
10122 output as a parameter of the x-color annotation. Likewise for the
10123 `background-color' property. In the case of normal face
10124 properties, don't return annotations for unspecified foreground
10125 and background face attributes.
10126
101272000-07-25 Kenichi Handa <handa@etl.go.jp>
10128
10129 * language/japan-util.el (japanese-katakana-region): Fix handling
10130 HANKAKU argument.
10131
101322000-07-25 Miles Bader <miles@gnu.org>
10133
10134 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10135 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10136 constrain-to-field.
10137
101382000-07-24 Andrew Innes <andrewi@gnu.org>
10139
10140 * timer.el (timer-activate-when-idle): Add optional parameter
10141 DONT-WAIT. Update docstring.
10142 (run-with-idle-timer): Specify extra parameter to
10143 timer-activate-when-idle, so that timer will be activated
10144 immediately if Emacs is already idle.
10145
10146 * w32-fns.el (w32-using-nt): Fix docstring.
10147
101482000-07-24 Dave Love <fx@gnu.org>
10149
10150 * mouse.el (popup-menu): Set last-command-event.
10151 (mouse-major-mode-menu-prefix): Declare.
10152
101532000-07-24 Gerd Moellmann <gerd@gnu.org>
10154
10155 * textmodes/flyspell.el: Update to author's version 1.5d.
10156
10157 * progmodes/hideshow.el: Update copyright notice.
10158
10159 * vcursor.el: Set maintainer to FSF, since author cannot
10160 be reached.
10161
101622000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10163
10164 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10165 the prompt.
10166
10167 * mouse.el (popup-menu): Run the keymap through indirect-function,
10168 in case it was defined with define-prefix-key. If the menu is a
10169 list of keymaps, look up the binding of user's choice in each one
10170 of the keymaps.
10171 (mouse-popup-menubar): If the global and local menu-bar keymaps
10172 don't have a prompt string, create one and insert it into the
10173 keymap. Don't barf if current-local-map returns nil.
10174
101752000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10176
10177 * dired.el (dired-sort-R-check): Added to allow recursive listing
10178 to be undone.
10179 (dired-sort-other): Use it.
10180
101812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10182
10183 * Release of cc-mode 5.27
10184
101852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10186
10187 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10188 c-beginning-of-statement-1 that caused a bad case of recursion
10189 which could consume a lot of CPU in large classes in languages
10190 that have in-expression classes (i.e. Java and Pike).
10191
10192 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10193 statements before top level constructs (i.e. case 6 is moved
10194 before case 5 and is now case 4) to catch in-expression
10195 classes in top level expressions correctly.
10196
101972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10198
10199 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10200 objc-method-intro. Case 4 removed and case 5I added.
10201
10202 * cc-langs.el (c-append-paragraph-start): New variable used by
10203 c-common-init to get paragraph-start correct.
10204 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10205 initialize paragraph-start to make it correct both with and
10206 without the javadoc special case.
10207
10208 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10209 initialize paragraph-start for javadoc markup.
10210
10211 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10212 change by defaulting this to t. It's motivated by the
10213 confusing behavior that otherwise arise from the style system
10214 when editing both java and non-java files at the same time
10215 (see the comments about style setting in c-common-init).
10216
102172000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10218
10219 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10220 similar to the one in c-fill-paragraph to check the fill
10221 prefix from the adaptive fill function for sanity.
10222
102232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10224
10225 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10226 defun block.
10227
102282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10229
10230 * cc-mode.texi Documented the change of cpp-macro.
10231
102322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10233
10234 * cc-align.el (c-lineup-multi-inher): Handle lines with
10235 leading comma nicely. Extended to handle member initializers
10236 too.
10237
10238 * cc-engine.el: (c-beginning-of-inheritance-list,
10239 c-guess-basic-syntax): Fixed recognition of inheritance lists
10240 when the lines begins with a comma.
10241
10242 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10243
10244 * cc-vars.el (c-offsets-alist): Changed default for
10245 member-init-cont to c-lineup-multi-inher since it now handles
10246 member initializers and indents better for leading commas.
10247
102482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10249
10250 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10251 handling that caused class open lines to be recognized as
10252 statement-conts in some cases.
10253
10254 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10255 guessed by the adaptive fill function unless point is on the
10256 first line of a block comment.
10257
10258 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10259 when the buffer ends with a macro continuation char.
10260
10261 * cc-engine.el (c-guess-basic-syntax): Added support for
10262 function definitions as statements in Pike. The first
10263 statement in a lambda block is now labeled defun-block-intro
10264 instead of statement-block-intro.
10265
10266 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10267 so that the class surrounding point is selected, not the one
10268 innermost in the state.
10269
10270 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10271 recognition of switch labels having hanging multiline
10272 statements.
10273
10274 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10275 some code in c-guess-basic-syntax to a separate function.
10276 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10277 recognition of member inits with multiple line arglists.
10278 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10279 member-init-cont when the commas are in funny places.
10280
102812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10282
10283 * cc-defs.el (c-auto-newline): Removed this macro since it's
10284 not used anymore.
10285
10286 * cc-engine.el (c-looking-at-bos): New helper function.
10287 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10288 inexpr and toplevel classes apart in Pike.
10289
10290 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10291 of case 9A.
10292
10293 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10294 constant, since "class" can introduce an in-expression class
10295 in Pike nowadays.
10296
102972000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10298
10299 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10300 indentation on cpp-macro lines.
10301
10302 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10303 a syntax modifier like comment-intro, to make it possible to
10304 get syntactic indentation for preprocessor directives. It's
10305 incompatible wrt to lineup functions on cpp-macro, but it has
10306 no observable effect in the 99.9% common case where cpp-macro
10307 is set to -1000.
10308
103092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10310
10311 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10312 member-init-cont when the preceding arglist is several lines.
10313
103142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10315
10316 * cc-styles.el (c-style-alist): The basic offset for the BSD
10317 style corrected to 8.
10318
103192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10320
10321 * cc-styles.el (c-style-alist): Adjusted the indentation of
10322 brace list openers in the gnu style.
10323
103242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10325
10326 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10327
10328 * cc-cmds.el (c-electric-brace, c-electric-slash,
10329 c-electric-star, c-electric-semi&comma, c-electric-colon,
10330 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10331 when c-syntactic-indentation is nil.
10332
10333 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10334 we were left at comments preceding the first statement when
10335 reaching the beginning of the buffer.
10336
10337 * cc-vars.el (c-syntactic-indentation): New variable to turn
10338 off all syntactic indentation.
10339
103402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10341
10342 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10343 between the text and the block comment ender when it hangs,
10344 depending on how many there are before the fill.
10345
103462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10347
10348 * cc-engine.el (c-beginning-of-closest-statement): New helper
10349 function to go back to the closest preceding statement start,
10350 which could be inside a conditional statement.
10351 * cc-engine.el (c-guess-basic-syntax): Use
10352 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10353
10354 * cc-engine.el (c-guess-basic-syntax): Better handling of
10355 arglist-intro, arglist-cont-nonempty and arglist-close when
10356 the arglist is nested inside parens. Cases 7A, 7C and 7F
10357 changed.
10358
10359 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10360 up-to-date with javadoc 1.2.
10361
103622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10363
10364 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10365 multiline Pike type decls.
10366
103672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10368
10369 * cc-cmds.el (c-indent-new-comment-line): Always break
10370 multiline comments in multiline mode, regardless of
10371 comment-multi-line.
10372
103732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10374
10375 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10376 fully::qualified::names in C++ member init lists. Preamble in
10377 case 5D changed.
10378
103792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10380
10381 * cc-langs.el (c-common-init): Handling of obsolete variables
10382 moved to c-initialize-cc-mode. More compatible style override
10383 when using global style variables.
10384 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10385 variables moved here.
10386
10387 * cc-mode.texi: Documented the special behavior of
10388 c-special-indent-hook as a style variable. Don't talk about
10389 doing (c-make-styles-buffer-local t) in a mode hook, since
10390 that's already too late to work right.
10391
10392 * cc-styles.el (c-make-styles-buffer-local): Flag style
10393 variable localness in c-style-variables-are-local-p to make
10394 the compatibility measure in c-common-init work well.
10395
10396 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10397 longer contain set-from-style.
10398 * cc-styles.el (c-initialize-builtin-style): Don't check for
10399 set-from-style on c-special-indent-hook.
10400 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10401 copy-alist is sufficient now.
10402
10403 * cc-styles.el (c-set-style, c-set-style-1,
10404 c-get-style-variables): Fixes to variable initialization so
10405 that duplicate entries in styles have the same effect
10406 regardless of DONT-OVERRIDE.
10407
10408 * cc-styles.el (c-set-style-2): Fixed bug where the
10409 initialization of inheriting styles failed when the
10410 dont-override flag is set.
10411
10412 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10413 on this.
10414
104152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10416
10417 * cc-defs.el (c-forward-comment): Removed the workaround
10418 introduced in 5.38 since it had worse side-effects. If a line
10419 contains the string "//\"", it regarded the // as a comment
10420 start since the \ temporarily doesn't have escape syntax.
10421
104222000-07-17 Emmanuel Briot <briot@act-europe.fr>
10423
10424 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10425 ada-xref.el before ada-prj.el, so that the Project menu is created
10426 when ada-prj tries to add to it.
10427 (ada-activate-keys-for-case): Suppress the characters that are not
10428 part of the Ada syntax. Better compatibility with else-mode
10429 (ada-adjust-case-interactive): When auto-casing is not active,
10430 correctly insert newlines (used to insert only ^M). Prevent the
10431 syntax table from being changed in case of an error
10432 (or '_' becomes part of a word and some commands are confused).
10433 Do nothing if ada-auto-case is nil.
10434 (ada-after-keyword-p): Ignore keywords that are also attributes
10435 (ada-batch-reformat): Update usage comment
10436 (ada-call-from-contextual-menu): New function
10437 (ada-case-read-exceptions): Reinitialize the casing exception list
10438 first to nil first, so that the casing exception file can be
10439 shared.
10440 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10441 files.
10442 (ada-compile-goto-error): Fix regexp used to detect a file:line
10443 anywhere in the error message
10444 (ada-contextual-menu-last-point): New variable
10445 (ada-create-keymap): If the variable delete-key-deletes-forward is
10446 t on XEmacs, it means that DEL should delete one character
10447 forward.
10448 (ada-create-menu): Use :included instead of :visible for XEmacs.
10449 New submenu "Options".
10450 (ada-end-stmt-re): Correctly indent "select ... then abort"
10451 statements.
10452 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10453 even if they don't match ada-fill-comment-prefix Fix handling of
10454 paragraphs on the first or last line of a file.
10455 (ada-format-paramlist): Fix handling of default parameter values.
10456 (ada-get-body-name): New function.
10457 (ada-get-current-indent): Optimized by searchling directly for an
10458 existing generic part or a statement outside of it. Handle
10459 ada-indent-align-comments when indenting comments Replaced some
10460 regexps by testing directly the next character. This results in a
10461 huge speedup on some files. New indentation scheme for renames
10462 statements. Stop looking for the 'while' or 'for' associated with
10463 a 'loop' at the first semicolon encountered. A "return" can also
10464 match an anonymous access subprogram declaration.
10465 (ada-get-indent-noindent): Ignore strings and comments when
10466 looking for the keywords "record" and "private".
10467 (ada-goto-matching-decl-start): When matching "if", make sure we
10468 are not in fact seeing "end if". Ignore "when" statements except
10469 when initial keyword was "begin". Fix handling of nested
10470 procedures. Add a recursive call to this function to skip over
10471 other 'end' statmts. Fix indentation for "when .. => begin"
10472 (ada-in-open-paren-p): Fix indentation for complex boolean
10473 expressions, where 'and then', 'or else' and parenthesis
10474 statements are mixed up.
10475 (ada-in-paramlist-p): Skip comments while searching for the
10476 beginning Fix handling of operator declarations.
10477 (ada-indent-align-comments): New variable
10478 (ada-indent-current): Change the syntax table only in the
10479 protected section, so that we are sure it is restored correctly.
10480 (ada-indent-on-previous-lines): Use ada-use-indent and
10481 ada-with-indent Correctly indent "select ... then"
10482 (ada-indent-region): Slight speedup.
10483 (ada-indent-renames): New variable.
10484 (ada-last-which-function-subprog, ada-last-which-function-line):
10485 New variables
10486 (ada-looking-at-semi-private): Correctly indent the 'private'
10487 keyword when it is the first word in a package declaration.
10488 (ada-loose-case-word): Stop searching if at the end of the buffer.
10489 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10490 even if point is not initially at the end of the word.
10491 (ada-matching-decl-start-re): Add "when".
10492 (ada-mode): Add support for abbrev-mode, outline-mode and
10493 which-func-mode Override the old find-file.el entry in
10494 ff-special-constructs since it is using the obsolete
10495 ada-spec-suffix variable
10496 (ada-no-auto-case): New function
10497 (ada-scan-paramlist): When parsing the argument type, accept
10498 spaces (as in "X 'Class", generated by Rational Rose).
10499 (ada-other-file-name): No longer loads the other file.
10500 (ada-popup-menu): Save and restore the current buffer and cursor
10501 position before and after displaying the menu.
10502 (ada-search-ignore-complex-boolean): New function.
10503 (ada-uncomment-region): Emacs21 already knows how to delete
10504 comments not starting in the first column.
10505 (ada-use-indent): New variable
10506 (ada-which-function): New function.
10507 (ada-with-indent): New variable
10508 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10509 can be batch-compiled from the command line.
10510
10511 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10512 Add to the menu when the file is loaded, not in ada-mode-hook.
10513 Add -toolbar to the default ddd command Switches moved from
10514 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10515 ada-prj-default-comp-opt
10516 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10517 Reference Manual to the menu
10518 (ada-check-current): rewritten as a call to ada-compile-current
10519 (ada-compile): Removed.
10520 (ada-compile-application, ada-compile-current, ada-check-current):
10521 Set the compilation-search-path so that compile.el automatically
10522 finds the sources in src_dir. Automatic scrollong of the
10523 compilation buffer. C-uC-cC-c asks for confirmation before
10524 compiling
10525 (ada-compile-current): New parameter, prj-field
10526 (ada-complete-identifier): Load the .ali file before doing
10527 processing
10528 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10529 conform to gnatmake's behavior.
10530 (ada-find-file-in-dir): New function
10531 (ada-find-references): Set the environment variables for gnatfind
10532 (ada-find-src-file-in-dir): New function.
10533 (ada-first-non-nil): Removed
10534 (ada-gdb-application): Add support for jdb, the java debugger.
10535 (ada-get-ada-file-name): Load the original-file first if not done
10536 yet.
10537 (ada-get-all-references): Handles the new ali syntax (parent types
10538 are found between <>).
10539 (ada-initialize-runtime-library): New function
10540 (ada-mode-hook): Always load a project file when a file is opened,
10541 so that the casing exceptions are correctly read.
10542 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10543 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10544 to open the project file, since the latter does not work with
10545 speedbar Get default values before loading the prj file, or the
10546 default executable file name is wrong. Use the absolute value of
10547 src_dir to initialize ada-search-directories and
10548 compilation-search-path,... Add the standard runtime library to
10549 the search path for find-file.
10550 (ada-prj-default-debugger): Was missing an opening '{'
10551 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10552 variables.
10553 (ada-prj-default-gnatmake-opt): New variable
10554 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10555 buffers, the project file is the default one Save the windows
10556 configuration before displaying the menu.
10557 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10558 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10559 ...) regexp-quote identifiers names to support operators +,
10560 -,... in regexps.
10561 (ada-remote): New function.
10562 (ada-run-application): Erase the output buffer before starting the
10563 run Support remote execution of the application. Use
10564 call-process, or the arguments are incorrectly parsed
10565 (ada-set-default-project-file): Reread the content of the active
10566 project file, not the one from the current buffer When a project
10567 file is set as the default project, all directories are
10568 automatically associated with it.
10569 (ada-set-environment): New function
10570 (ada-treat-cmd-string): New special variable ${current}
10571 (ada-treat-cmd-string): Revised. The substitution is now done for
10572 any ${...} substring
10573 (ada-xref-current): If no body was found, compiles the spec
10574 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10575 compiler to get rid of command line length limitations.
10576 (ada-xref-get-project-field): New function
10577 (ada-xref-project-files): New variable
10578 (ada-xref-runtime-library-specs-path)
10579 (ada-xref-runtime-library-ali-path): New variables
10580 (ada-xref-set-default-prj-values): Default run command now does a
10581 cd to the build directory. New field: main_unit Provide a default
10582 file name even if the current buffer has no prj file.
10583
10584 * ada-prj.el:
10585 Rewritten to show a tabbed-dialog.
10586 (ada-prj-add-ada-menu): Remove the map and name parameters.
10587 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10588 New function
10589 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10590 (ada-prj-load-from-file): New function
10591 (ada-prj-save): Always save fields that depend on the current buffer
10592 (ada-prj-show-value): New function
10593
10594 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10595 Ada mode. This will allow us to display the Ada menu in any buffer
10596 we want (for project items).
10597 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10598 number of spaces in the header.
10599
106002000-07-24 Dave Love <fx@gnu.org>
10601
10602 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10603
106042000-07-23 Noah Friedman <friedman@splode.com>
10605
10606 * type-break.el (type-break): perform autosave.
10607 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10608 (type-break-do-query): Cancel query schedule while performing
10609 actual query, to avoid possibility of a second query being made
10610 while first one is already in progress.
10611 (type-break-time-stamp-format): New variable.
10612 (type-break-time-stamp): New function.
10613 (type-break-time-warning): Use it.
10614 (type-break-keystroke-warning): Use it.
10615 (type-break-noninteractive-query): Use it.
10616
10617 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10618 cookie.
10619 Use add-minor-mode to set minor-mode-alist, if available.
10620 (eldoc-echo-area-use-multiline-p): New user option.
10621 (eldoc-echo-area-multiline-supported-p): New variable.
10622 (eldoc-docstring-format-sym-doc): Use them.
10623 (eldoc-mode): If not using idle timers, append to local post and
10624 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10625 (eldoc-display-message-no-interference-p): Don't interfere with
10626 edebug.
10627 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10628 (eldoc-function-arglist): New function.
10629 (eldoc-function-argstring): Use it.
10630
10631 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10632 auto save directory exists before calling directory-files.
10633
106342000-07-23 Dave Love <fx@gnu.org>
10635
10636 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10637 ^o, ^u.
10638
106392000-07-21 Dave Love <fx@gnu.org>
10640
10641 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10642 now passed to the function. It now works properly.
10643
10644 * smerge-mode.el (smerge-mode-menu): Fill it out.
10645
106462000-07-20 Gerd Moellmann <gerd@gnu.org>
10647
10648 * info-look.el (info-lookup): If *info* is shown in another frame
10649 on the same display, select that frame, instead of switching to
10650 the Info buffer in another window of the selected frame.
10651
10652 * simple.el (universal-argument-map): Bind numeric keypad keys
10653 kp-0 to kp-9 and kp-subtract.
10654 (digit-argument): Handle these keys.
10655
106562000-07-20 Dave Love <fx@gnu.org>
10657
10658 * net/goto-addr.el (goto-address-fontify): Don't bother with
10659 buffer-modified and read-only stuff -- irrelevant with overlays.
10660 Put an extra property on the overlays and use it to clean up in
10661 case goto-address is re-run.
10662
106632000-07-19 Richard M. Stallman <rms@gnu.org>
10664
10665 * timer.el (run-with-idle-timer): Doc fix.
10666
10667 * mail/mail-utils.el (mail-strip-quoted-names):
10668 Handle case where <...> appears inside "...".
10669 Use replace-match to edit the string more simply.
10670 (rmail-dont-reply-to): Cope with an unmatched ".
10671
106722000-07-19 Dave Love <fx@gnu.org>
10673
10674 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10675 implementation.
10676
10677 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10678 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10679 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10680
106812000-07-19 Gerd Moellmann <gerd@gnu.org>
10682
10683 * textmodes/refer.el: Correct maintainer's email address.
10684
10685 * progmodes/hideif.el: Correct author's email address.
10686 Fix typo in comment.
10687
10688 * xml.el: New file.
10689
10690 * mail/mailheader.el: Correct author's mail address.
10691
10692 * gnus/parse-time.el: Correct author's mail address.
10693
106942000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10695
10696 * comint.el (comint-highlight-input, comint-highlight-face):
10697 New user options.
10698 (comint-input-ring-file-name): Change custom type.
10699 (comint-mode-map): Bind mouse-2.
10700 (comint-insert-clicked-input): New function.
10701 (comint-send-input): Handle input highlighting.
10702
107032000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * mouse.el (popup-menu): New function.
10706 (mouse-major-mode-menu): Use it.
10707
107082000-07-18 Dave Love <fx@gnu.org>
10709
10710 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10711 improvements.
10712
107132000-07-18 Gerd Moellmann <gerd@gnu.org>
10714
10715 * faces.el (face-font-selection-order)
10716 (face-font-family-alternatives): Add custom type.
10717
107182000-07-18 Dave Love <fx@gnu.org>
10719
10720 * cus-edit.el (custom-variable-reset-saved)
10721 (custom-variable-reset-standard): Remove unused bindings.
10722
10723 * rect.el (open-rectangle-line): Remove unused let.
10724
10725 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10726
107272000-07-18 Gerd Moellmann <gerd@gnu.org>
10728
10729 * cdl.el: Fix `Maintainer' keyword.
10730
10731 * play/pong.el: Add author's email address.
10732
107332000-07-17 Sam Steingold <sds@gnu.org>
10734
10735 * files.el (insert-directory): Call `split-string' instead of
10736 re-implementing it.
10737
107382000-07-18 Gerd Moellmann <gerd@gnu.org>
10739
10740 * mail/vms-pmail.el: Change maintainer to FSF.
10741
10742 * net/goto-addr.el: Change maintainer to FSF.
10743
10744 * info.el (Info-title-face-alist): Removed.
10745
107462000-07-18 David Ponce <david@dponce.com>
10747
10748 * recentf.el (recentf-open-files): New command that works like
10749 `recentf-open-more-files', but shows the whole list of files (not just
10750 those omitted from the menu). Useful if you don't use a menu-bar!
10751 (recentf-open-more-files) Modified to use `recentf-open-files'.
10752
10753 (recentf-open-files, recentf-open-more-files)
10754 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10755
10756 (recentf-dialog-mode): New mode for dialogs. You can now just type
10757 "q" to cancel the dialogs.
10758
107592000-07-18 David Ponce <david@dponce.com>
10760
10761 * recentf.el: This is a major update of recentf.el. It adds new
10762 features to better organize the recentf menu and "More..." buffer.
10763
10764 Using new provided menu filtering functions you can now organize the
10765 recent files list:
10766
10767 - by major modes
10768 - by directories
10769 - by user defined rules
10770
10771 Finally, with the new `recentf-filter-changer' customizable filter you
10772 can define a ring of filters and dynamically (via the menu) cycle on
10773 each menu organization in the ring (a la msb).
10774
107752000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10776
10777 * eshell/eshell.el (eshell): Replace links to eshell.info with
10778 links to eshell, to avoid problems on systems where the manual is
10779 installed as `eshell'.
10780 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10781 * eshell/em-smart.el (eshell-smart): Ditto.
10782 * eshell/em-banner.el (eshell-banner): Ditto.
10783 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10784
10785 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10786 same-file check in the MS-DOS version (it does support inodes).
10787
10788 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10789
10790 * eshell/eshell.el (eshell-directory-name):
10791 Run default directory name through convert-standard-filename.
10792
107932000-07-18 Kenichi Handa <handa@etl.go.jp>
10794
10795 * international/mule-cmds.el (select-safe-coding-system):
10796 Fix typo in the comment.
10797
10798 * language/european.el (compound-text):
10799 Force katakana-jisx0201 to be designated to G1.
10800
10801 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10802 Don't translate some national variant characters of latin-jisx0201.
10803 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10804
10805 * international/kkc.el (kkc-after-update-conversion-functions):
10806 New variable.
10807 (kkc-update-conversion): Run functions in it at the tail.
10808
108092000-07-16 John Wiegley <johnw@gnu.org>
10810
10811 * lisp/align.el (align-newline-and-indent):
10812 Adding new function. for auto-aligning blocks of code on RET.
10813 (align-region): Fixed badly formatted minibuffer message.
10814
108152000-07-17 Kenichi Handa <handa@etl.go.jp>
10816
10817 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10818 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10819 the conversion list at first if appropriate.
10820 (kkc-next): Don't update kkc-next-count here.
10821 (kkc-prev): Don't update kkc-prev-count here.
10822 (kkc-show-conversion-list-update): Fix setting up of conversion
10823 list message.
10824
108252000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10826
10827 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10828
108292000-07-16 Dave Love <fx@gnu.org>
10830
10831 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10832 function to be more specific.
10833
10834 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10835 non-string help-echo.
10836 (widget-types-convert-widget): Defsubst it.
10837 (widget-echo-help): Try to cope with a help-echo function of two
10838 possible sorts.
10839
108402000-07-15 Jason Rumney <jasonr@gnu.org>
10841
10842 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10843 Declare as obsolete.
10844
10845 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10846
108472000-07-14 Gerd Moellmann <gerd@gnu.org>
10848
10849 * hilit-chg.el: Fix typo.
10850
108512000-07-14 Dave Love <fx@gnu.org>
10852
10853 * info.el (Info-mode-menu): Fix use of :help, :enable.
10854
108552000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10856
10857 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10858
108592000-07-13 Dave Love <fx@gnu.org>
10860
10861 * emacs-lisp/easymenu.el: Doc fixes.
10862 (easy-menu-remove): Defalias to ignore.
10863
10864 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10865 Call throw correctly.
10866
108672000-07-13 Gerd Moellmann <gerd@gnu.org>
10868
10869 * faces.el (frame-background-mode): Doc fix.
10870
10871 * simple.el (eval-expression-print-length): Change custom type to
10872 allow entering nil as value.
10873
108742000-07-13 Dave Love <fx@gnu.org>
10875
10876 * progmodes/fortran.el (fortran-imenu-generic-expression):
10877 Change definition layout.
10878 (fortran-mode-menu): Reinstate customize entries.
10879
10880 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10881 Use :filter, per old XEmacs code.
10882
108832000-07-12 Gerd Moellmann <gerd@gnu.org>
10884
10885 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10886 event when deciding what to send to the terminal.
10887
108882000-07-12 Dave Love <fx@gnu.org>
10889
10890 * cus-start.el: Add optional version as 4th element of specs and
10891 use it for several things new in v21. Remove load-path. Fix type
10892 of line-number-display-limit.
10893
108942000-07-11 Dave Love <fx@gnu.org>
10895
10896 * progmodes/fortran.el: Don't require easymenu.
10897 Use repeat counts in various regexps.
10898 (fortran-mode-syntax-table): Defvar directly.
10899 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10900 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10901 Use defvar, not defconst.
10902 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10903 (fortran-mode): Set fortran-comment-line-start-skip,
10904 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10905 (fortran-comment-indent): Use defsubst.
10906 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10907 Use fortran-comment-indent, not fortran-comment-indent-function.
10908 (fortran-comment-region, fortran-electric-line-number): Simplify.
10909 (fortran-auto-fill): New function.
10910 (fortran-do-auto-fill): Deleted.
10911 (fortran-find-comment-start-skip):
10912 Check for non-null comment-start-skip.
10913 (fortran-auto-fill-mode, fortran-fill-statement):
10914 Use fortran-auto-fill.
10915 (fortran-fill): Use fortran-auto-fill. Check for null
10916 comment-start-skip. Simplify final clause and use end-of-line finally.
10917
10918 * widget.el (widget-plist-member): New alias.
10919
109202000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10921
10922 * eshell/esh-module.el (toplevel): Reference
10923 byte-compile-current-file only if it is bound.
10924
109252000-07-10 Gerd Moellmann <gerd@gnu.org>
10926
10927 * dired.el: Don't require `dired-aux'.
10928
109292000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10930
10931 * dired-aux.el (dired-show-file-type): New function.
10932 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10933 (dired-show-file-type): Add autoload.
10934
109352000-07-10 Kenichi Handa <handa@etl.go.jp>
10936
10937 * international/mule-diag.el (describe-font): Adjusted for the
10938 change of fontset-info.
10939 (print-fontset): Likewise.
10940
109412000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10942
10943 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10944
109452000-07-07 Gerd Moellmann <gerd@gnu.org>
10946
10947 * bindings.el: Bind `[delete]' to delete-char.
10948
10949 * dired.el (dired-find-alternate-file): New function.
10950 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10951 (toplevel): Require dired-aux when compiling.
10952 (dired-buffers): Move defvar within file to avoid compiler warning.
10953
10954 * info.el (Info-last-search): Variable removed.
10955 (Info-search-history): New variable.
10956 (Info-search): New Info-search-history.
10957
10958 * battery.el, info-look.el: Change author's mail address.
10959
109602000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
10961
10962 * mail/rmail.el (rmail-clear-headers): Don't throw an error
10963 if rmail-ignored-headers is nil.
10964 (rmail-retry-failure): Bind rmail-ignored-headers and
10965 rmail-displayed-headers to nil.
10966
109672000-07-06 Gerd Moellmann <gerd@gnu.org>
10968
10969 * lpr.el (lpr-page-header-switches): Add `-h' switch.
10970 (print-region-1): Don't hard code `-h' here.
10971
10972 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
10973
109742000-07-01 Francesco Potorti` <pot@gnu.org>
10975
10976 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
10977 exim can use "your message" instead of "the message".
10978
109792000-07-06 Stefan Monnier <monnier@cs.yale.edu>
10980
10981 * facemenu.el: Docstrings fixes.
10982 (facemenu-get-face): Don't use internal-find-face.
10983 (facemenu-iterate): Rename arg to match the docstring.
10984
10985 * newcomment.el (uncomment-region): Be more careful when skipping
10986 backwards over `=' not to bump into BOBP.
10987
109882000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
10989
10990 * ediff-diff.el (ediff-wordify): Use syntax table.
10991 * ediff-init.el (ediff-has-face-support-p): Use
10992 ediff-color-display-p.
10993 (ediff-color-display-p): Use display-color-p, changed to defun
10994 from defsubst.
10995 Got rid of special cases for NeXT and OS/2.
10996 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
10997 face.
10998
109992000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11000
11001 * emacs-lisp/lucid.el: Require CL.
11002 (copy-tree, remprop): Remove, it's provided by CL.
11003 (map-keymap): Define in terms of cl-map-keymap.
11004 (extent-property, set-extent-end-glyph): New functions.
11005
11006 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11007
110082000-07-05 Gerd Moellmann <gerd@gnu.org>
11009
11010 * Makefile.in (DONTCOMPILE): Add comment that the name may
11011 not be changed without changing the make-dist script.
11012
11013 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11014 (cl-mapc): Use mapc instead of cl-old-mapc.
11015
110162000-07-05 Andrew Innes <andrewi@gnu.org>
11017
11018 * makefile.nt: Add support for `bootstrap' and related targets.
11019
110202000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11021
11022 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11023 (easy-menu-do-define): Use `menu-item' format.
11024 Handle case where easy-menu-create-menu returns a symbol.
11025 Manually call the potential top-level filter in the function binding.
11026 (easy-menu-filter-return): New arg NAME.
11027 Convert to a keymap if MENU is an XEmacs menu.
11028 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11029 (easy-menu-converted-items-table, easy-menu-convert-item):
11030 New var and fun to memoize easy-menu-convert-item-1.
11031 (easy-menu-do-add-item): Use it.
11032 (easy-menu-create-menu): Use easy-menu-convert-item.
11033 Wrap easy-menu-filter-return around any :filter specification.
11034 Don't convert the menu if a filter was specified.
11035 Tell easy-menu-make-symbol not to check for MENU being an expression.
11036 (easy-menu-make-symbol): New arg NOEXP.
11037
110382000-07-05 Gerd Moellmann <gerd@gnu.org>
11039
11040 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11041 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11042 (eval-defun): If called with prefix arg, instrument code for
11043 Edebug.
11044
11045 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11046 similar to that of eval-defun.
11047
110482000-07-04 Dave Love <fx@gnu.org>
11049
11050 * hl-line.el (hl-line-overlay): Make it permanent-local.
11051
11052 * calendar/todo-mode.el: Replaced with a working version, based on
11053 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11054
110552000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11056
11057 * paths.el (prune-directory-list): New function.
11058 (Info-default-directory-list): Rewritten to more methodically
11059 enumerate a big list of possible info directories (based on the
11060 list used by the standalone info reader).
11061
11062 * info.el (info-initialize): Use prune-directory-list to remove
11063 non-existent directories from Info-directory-list.
11064
11065 * paths.el (Info-default-directory-list): Try a list of possible
11066 info-directories instead of a single one. Add the possible
11067 info directory "/usr/share/info".
11068
11069 * woman.el (woman-man.conf-path): Explicitly include the debian
11070 man-db config file "/etc/manpath.config".
11071 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11072 are present in `manpath.config'.
11073 (woman-manpath): Include "/usr/share/man".
11074
110752000-07-03 Gerd Moellmann <gerd@gnu.org>
11076
11077 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11078
11079 * startup.el (command-line): Initialize blink-cursor based
11080 on window-system.
11081
11082 * frame.el (blink-cursor): Default to nil if not running under
11083 a window-system.
11084
11085 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11086 (face-x-resources): Remove duplicate entry for :font.
11087
11088 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11089 instead of cycling through windows with next-window.
11090
11091 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11092 of cycling through windows with next-window.
11093
11094 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11095 of cycling through windows with next-window.
11096
11097 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11098 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11099 instead of cycling through windows with next-window.
11100
11101 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11102 instead of cycling through windows with next-window.
11103
11104 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11105 of cycling through windows with next-window.
11106
11107 * terminal.el (te-process-output): Use walk-windows instead of
11108 cycling through windows with next-window.
11109
11110 * server.el (server-switch-buffer): Use some-window instead of
11111 cycling through windows with next-window.
11112
11113 * window.el (some-window): New function.
11114 (walk-windows): Remove reference to walk-windows-start.
11115
11116 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11117
111182000-07-03 Richard Stallman <rms@gnu.org>
11119
11120 * window.el (walk-windows): Guarantee termination by keeping a list
11121 of all the windows already handled.
11122
111232000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11124
11125 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11126 window-system.
11127
11128 * man.el (Man-notify-when-ready): Don't use window-system. If
11129 Man-notify-method is newframe, and the display is not
11130 multi-frame, select the frame created for the man page.
11131 (Man-init-defvars): Doc fix.
11132
111332000-06-28 Gerd Moellmann <gerd@gnu.org>
11134
11135 * faces.el (region): Change background color for light background.
11136
11137 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11138 attribute from mode-line face of Ediff control frame.
11139
11140 * replace.el (query-replace-map): Bind `e' like `E'.
11141
111422000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11143
11144 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11145 Change name to "Select All".
11146
11147 * dos-fns.el (convert-standard-filename): Fix last change.
11148
111492000-06-27 Gerd Moellmann <gerd@gnu.org>
11150
11151 * help.el (describe-variable): Don't insert a second `'s' in front
11152 of the string `value is shown below'. Since the syntax-table is
11153 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11154 an existing `'s', so that this won't be deleted.
11155
11156 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11157 * pcmpl-unix.el: New files.
11158
111592000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11160
11161 * wid-edit.el (widget-member): Use the new plist-member.
11162
111632000-06-26 Gerd Moellmann <gerd@gnu.org>
11164
11165 * replace.el (perform-replace): Undo change of 2000-04-04.
11166 Instead, move backward 1 character at the end of the loop when
11167 necessary.
11168
11169 * faces.el (fringe): Change face for different backgrounds.
11170
11171 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11172 patch from John.
11173
11174 * eshell/*.el: Change spelling of the Free Software Foundation.
11175
11176 * eshell/esh-toggle.el: Removed.
11177
11178 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11179
11180 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11181 interactively.
11182
111832000-06-26 Alex Schroeder <alex@gnu.org>
11184
11185 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11186 `define-key'; instead of checking `(emacs-version)' check for
11187 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11188 for `;' and `o' which might be electric.
11189
11190 (sql-electric-stuff): New user option.
11191 (sql-magic-go): New function which uses `sql-electric-stuff'.
11192 (sql-magic-semicolon): New function which uses
11193 `sql-electric-stuff'.
11194
11195 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11196 is not fboundp.
11197
11198 (sql-oracle-options): New variable.
11199 (sql-oracle): Use it.
11200
11201 (sql-imenu-generic-expression): Doc change.
11202 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11203 is used.
11204
11205 (sql-informix): Added command line parameter "-" to force
11206 sql-informix-program to use stdout.
11207
112082000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11209
11210 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11211 (cp864-decode-table): Doc fix.
11212 (cp720-decode-table): New variable, supports the Arabic OEM
11213 codepage used by Windows.
11214 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11215
112162000-06-23 Dave Love <fx@gnu.org>
11217
11218 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11219 (font-lock-fontify-anchored-keywords): Use
11220 line-beginning-position.
11221 (global-font-lock-mode): Use mapc.
11222
112232000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11224
11225 * eshell/esh-module.el: Require CL when compiling.
11226
112272000-06-23 Gerd Moellmann <gerd@gnu.org>
11228
11229 * comint.el (comint-substitute-in-file-name): Call replace-match
11230 with second and third arg t.
11231
11232 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11233 Specify foreground color.
11234
11235 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11236 color.
11237
11238 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11239
11240 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11241 cddr instead of cdddr.
11242
11243 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11244 instead of copy-list.
11245
11246 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11247 of copy-list.
11248
11249 * subdirs.el: Add eshell subdirectory.
11250
11251 * eshell: New subdirectory containing the Eshell package.
11252
11253 * pcomplete.el: New file.
11254
112552000-06-23 Paul Eggert <eggert@twinsun.com>
11256
11257 * mail/mailpost.el (post-mail-send-it): Make sure file has
11258 proper permissions from birth.
11259
11260 * files.el (basic-save-buffer-2): When temporarily setting
11261 file modes, set them to current modes plus 0200, not to 0777.
11262
11263 * emerge.el (emerge-make-temp-file): Make sure file has proper
11264 permissions from birth.
11265
112662000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11267
11268 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11269 backup file name through convert-standard-filename.
11270
11271 * dos-fns.el (convert-standard-filename): Convert leading
11272 directories as well. When long file names are supported, convert
11273 characters that are invalid in Windows file names.
11274
112752000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11276
11277 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11278 ps-print crashes. New feature: page selection for printing. Create
11279 raw-text-unix coding system for XEmacs. Doc fix.
11280 (ps-print-version): New version number (5.2.3).
11281 (ps-plot-region): Bug fix.
11282 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11283 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11284 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11285 funs.
11286 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11287 (ps-last-page): New vars.
11288
112892000-06-21 Gerd Moellmann <gerd@gnu.org>
11290
11291 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11292 empty option string.
11293
112942000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11295
11296 * man.el (man): Doc fix.
11297
112982000-06-21 Kenichi Handa <handa@etl.go.jp>
11299
11300 * international/mule-cmds.el (set-language-info-alist): Docstring
11301 fixed.
11302
113032000-06-20 Gerd Moellmann <gerd@gnu.org>
11304
11305 * version.el (emacs-version): Use ISO date format.
11306
11307 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11308 instead of `M-backspace'.
11309
11310 * simple.el (turn-off-auto-fill): New function.
11311
113122000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11313
11314 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11315 Renamed from with-buffer-prepared-for-font-lock and use
11316 inhibit-modification-hooks rather than setting *-change-functions.
11317 Update all functions to use the new name.
11318 (jit-lock-first-unfontify-pos): New semantics (and doc).
11319 (jit-lock-mode): Make non-interactive.
11320 Don't automatically turn on font-lock.
11321 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11322 Always use jit-lock-after-change.
11323 Remove and restore font-lock-after-change-function.
11324 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11325 (jit-lock-after-unfontify-buffer): Remove.
11326 (jit-lock-stealth-fontify):
11327 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11328 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11329
113302000-06-20 Sam Steingold <sds@gnu.org>
11331
11332 * emacs-lisp/cl-indent.el (toplevel): Indent
11333 `print-unreadable-object' properly. Untabify.
11334
113352000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11336
11337 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11338 Support for bibentry.
11339 (reftex-compile-variables): Fixed problem with end of section-re.
11340
11341 * texmodes/reftex-dcr.el (reftex-view-crossref,
11342 reftex-view-crossref-from-bibtex):
11343 Deal with changed `reftex-find-citation-regexp-format'.
11344 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11345 Replaced `remprop' with `put'.
11346 (reftex-view-crossref, reftex-view-crossref-when-idle):
11347 Support for bibentry.
11348
11349 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11350 New entry for bibentry package.
11351
11352 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11353 Regexp also matches "\nobibliography".
11354
11355 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11356 Call `reftex-ensure-write-access' before doing anything.
11357 (reftex-ensure-write-access): New function.
11358
113592000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11360
11361 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11362
11363 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11364
11365 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11366
11367 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11368
11369
113702000-06-20 Dave Love <fx@gnu.org>
11371
11372 * faces.el (frame-background-mode): Use set-default, not set, in
11373 setter.
11374 (frame-update-faces, frame-update-face-colors): Define with
11375 defalias.
11376
11377 * enriched.el (enriched-decode-foreground)
11378 (enriched-decode-background): Don't use internal-find-face.
11379
11380 * apropos.el: Doc fixes.
11381
11382 * cus-edit.el (customize-changed-options): Check arg.
11383 (customize-version-lessp): Don't require decimal point.
11384
11385 * custom.el (defcustom, defgroup): Doc fix.
11386
11387 * newcomment.el (comment) <defgroup>: Add :version.
11388 (comment-multi-line): Doc fix.
11389
11390 * emulation/mlsupport.el (define-hooked-local-abbrev,
11391 define-hooked-global-abbrev): Fix, using define-abbrev.
11392
113932000-06-19 Gerd Moellmann <gerd@gnu.org>
11394
11395 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11396 the whole buffer.
11397
113982000-06-19 Dave Love <fx@gnu.org>
11399
11400 * menu-bar.el (menu-bar-options-save): New function.
11401 (menu-bar-options-menu): Use it.
11402 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11403 Simplify.
11404
114052000-06-19 Andreas Schwab <schwab@suse.de>
11406
11407 * progmodes/etags.el (tags-query-replace): Put new parameters
11408 START and END at the end, for backward compatibility.
11409
114102000-06-19 Kenichi Handa <handa@etl.go.jp>
11411
11412 * international/codepage.el:
11413 (cp-coding-system-for-codepage-1): Delete special codes for
11414 generating xxx-dos coding system because now a CCL based coding
11415 system can handle EOL conversion by default.
11416
11417 * international/mule.el (make-coding-system): Generate subsidiary
11418 coding systems for EOL handling variants even for a CCL based
11419 coding system.
11420
114212000-06-19 Kenichi Handa <handa@etl.go.jp>
11422
11423 * international/isearch-x.el (isearch-minibuffer-input-method)
11424 (isearch-minibuffer-input-method-function): These variables
11425 deleted.
11426 (isearch-with-input-method): Don't use the above variables.
11427 (isearch-process-search-multibyte-characters): Likewise. Call
11428 read-string with the arg INHERIT-INPUT-METHOD t.
11429
114302000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11431
11432 * font-lock.el (font-lock-after-fontify-buffer)
11433 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11434
11435 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11436 Use consistent make-local-variable style for font-lock-fontified.
11437 (jit-lock-fontify-buffer):
11438 Don't bother checking for font-lock-mode and jit-lock-mode.
11439
11440 * time.el: Remove trailing ^M that prevent CVS-merging.
11441
114422000-06-16 Gerd Moellmann <gerd@gnu.org>
11443
11444 * Makefile.in (distclean): New target.
11445
114462000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11447
11448 * Makefile.in (srcdir): Define for update-subdirs.
11449
114502000-06-16 Gerd Moellmann <gerd@gnu.org>
11451
11452 * find-lisp.el: New file.
11453
114542000-06-16 Andrew Innes <andrewi@gnu.org>
11455
11456 * time.el (display-time-mail-function): New variable, to allow
11457 external packages to indicate when new mail is available.
11458 (display-time-update): Use it.
11459
114602000-06-16 Kenichi Handa <handa@etl.go.jp>
11461
11462 * international/mule.el (mule-version): Change version name to
11463 SAKAKI. AOI has already been used by Meadow.
11464
11465 * international/quail.el (quail-show-guidance-buf): To find the
11466 bottom window (but minibuffer), pay attention to the height of
11467 minibuffer.
11468
114692000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11470
11471 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11472 menu-bar menus. Add help strings. Don't remove the Edit menu
11473 from the menu bar, as the menu bar has enough space now.
11474
11475 * Makefile.in (SHELL): Make sure /bin/sh is used.
11476
11477 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11478 characters, which use series of two ^H characters instead of one.
11479
114802000-06-15 Gerd Moellmann <gerd@gnu.org>
11481
11482 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11483 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11484 functions.
11485 (Info-find-node-2): Try a case-sensitive search first, then
11486 do a case-insensitive search.
11487
11488 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11489 tutorials.
11490
11491 * complete.el (PC-env-vars-alist): New variable.
11492 (PC-complete-as-file-name): New function.
11493 (partial-completion-mode): Initialize PC-env-vars-alist from
11494 process-environment.
11495 (PC-do-completion): Handle completion of env vars.
11496
11497 * info.el (Info-set-mode-line): Show file name in mode line,
11498 use `*Info*' instead of `Info:'.
11499
11500 * startup.el (command-line-1): Change copyright messages to year
11501 2000.
11502
115032000-06-15 Dave Love <fx@gnu.org>
11504
11505 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11506 not local-map.
11507
115082000-06-15 Kenichi Handa <handa@etl.go.jp>
11509
11510 * international/mule.el (set-buffer-file-coding-system): Almost
11511 rewritten to handle `undecided' as no-op.
11512
115132000-06-14 Gerd Moellmann <gerd@gnu.org>
11514
11515 * Makefile.in: New file.
11516
11517 * Makefile: Removed.
11518
11519 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11520 (goto-address-highlight-keymap): Bind C-c RET.
11521
115222000-06-14 Kenichi Handa <handa@etl.go.jp>
11523
11524 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11525 inherits buffer-file-coding-system of the current buffer.
11526
11527 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11528 0. Give correct argument to set-auto-coding-function.
11529 (tar-expunge): For goto-char, use (point-min), not 0.
11530 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11531 (tar-subfile-save-buffer): Likewize.
11532
11533 * international/mule.el
11534 (after-insert-file-set-buffer-file-coding-system): Call
11535 set-buffer-file-coding-system with the arg FORCE t.
11536
115372000-06-13 Gerd Moellmann <gerd@gnu.org>
11538
11539 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11540 nil. Contemporary sendmails issue an X-Authentication-Warning if
11541 the sender is set with `-f'.
11542
115432000-06-13 Dave Love <fx@gnu.org>
11544
11545 * help.el (describe-function-1): Kluge around cases of functions
11546 fset to subrs whose doc doesn't match their symbol-name.
11547
11548 * image.el (insert-image): Default STRING to a space.
11549
11550 * info.el Doc fixes.
11551 (Info-build-node-completions): Match Ref tags.
11552
115532000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11554
11555 * frame.el (display-multi-frame-p, display-multi-font-p): New
11556 defaliases for display-graphic-p.
11557
11558 * hl-line.el: Fixed a typo in commentary.
11559
115602000-06-13 Kenichi Handa <handa@etl.go.jp>
11561
11562 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11563 fixed.
11564
115652000-06-12 Dave Love <fx@gnu.org>
11566
11567 * image.el (insert-image): Save a little consing.
11568
115692000-06-12 Kenichi Handa <handa@etl.go.jp>
11570
11571 * language/tibet-util.el: Convert all tibetan-1-column characters
11572 to the corresponding tibetan characters.
11573 (tibetan-add-components): Delete code for the special treatment of
11574 'a chung.
11575
11576 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11577 change.
11578 (tibetan-vowel-transcription-alist): More rules added.
11579 (tibetan-composite-vowel-alist): New variable.
11580 (tibetan-precomposition-rule-alist): More rules added.
11581
115822000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11583
11584 * startup.el (command-line): Only call menu-bar-mode if interactive.
11585
11586 * thingatpt.el (toplevel symbol-properties):
11587 * textmodes/makeinfo.el (makeinfo-compile):
11588 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11589 * progmodes/hideif.el (hif-compress-define-list)
11590 (hide-ifdef-use-define-alist):
11591 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11592 (ange-ftp-vms-add-file-entry):
11593 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11594 * man.el (Man-build-man-command):
11595 * mail/rnewspost.el (news-reply-header-hook):
11596 * info.el (Info-insert-dir):
11597 * emulation/mlconvert.el (backward-word, forward-word, setq):
11598 * emacs-lisp/gulp.el (gulp-send-requests):
11599 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11600 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11601 (byte-optimize-apply, end of file):
11602 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11603 (ad-make-freeze-definition):
11604 * startup.el (command-line, command-line-1): Don't quote lambdas.
11605
11606 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11607 (cvs-cleanup-removed): New function.
11608 (cvs-cleanup-functions): New var.
11609 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11610 some flexibility in specifying additional entries to auto-cleanup.
11611 (cvs-quickdir): New function.
11612 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11613 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11614 (cvs-mode-find-file): Check that we are on a filename or dirname
11615 when invoked through a mouse-click.
11616 (cvs-full-path): Remove.
11617 (cvs-dired-action): Re-introduced.
11618 (cvs-dired-noselect): Use it.
11619 (vc-post-command-functions): use this new hook if available.
11620
11621 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11622 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11623 (cvs-filename-map, cvs-dirname-map): Remove.
11624 (cvs-default-action): Remove.
11625 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11626 if the arg is really a keymap.
11627 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11628 Don't hardcode the mapping from state (aka type) to face, but check
11629 the var cvs-fi-<type>-face instead.
11630 (cvs-fileinfo-from-entries): New function.
11631
11632 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11633 Docstring fix.
11634 (cvs-find-file-and-jump): Change default to be safer.
11635 (cvs-mode-diff-map): Define it as a function as well.
11636 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11637 Bind mouse-2 in this global map rather than with text-properties.
11638
11639 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11640 file to resolve the ambiguity between C(conflict) and C(need-merge).
11641
116422000-06-12 Kenichi Handa <handa@etl.go.jp>
11643
11644 * international/mule.el (set-buffer-file-coding-system): If
11645 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11646 unconditionally.
11647
116482000-06-12 Dave Love <fx@gnu.org>
11649
11650 * wid-edit.el (widget-specify-button): Really suppress the face if
11651 required.
11652
116532000-06-11 Gerd Moellmann <gerd@gnu.org>
11654
11655 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11656
116572000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11658
11659 * imenu.el (imenu-generic-expression): Docstring fix.
11660
11661 * composite.el (composition-function-table): Move the `put'
11662 below the autoload cookie so we can load the file before loaddefs.
11663
11664 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11665
11666 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11667 Handle easy-mmode-define-global-mode.
11668 For complex macros like define-minor-mode that can generate
11669 several autoload entries, try to autoload entries in the
11670 macroexpanded code.
11671
11672 * emacs-lisp/easy-mmode.el (define-minor-mode):
11673 If KEYMAP is a symbol, just use it.
11674 Use byte-compile-current-file and load-file-name to infer the
11675 proper :require to pass to defcustom.
11676 Wrap the hook var into `progn' so as not to autoload it.
11677 Add a :autoload-end cookie.
11678 Be more careful about the evaluation of KEYMAP.
11679 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11680 (define-derived-mode): Move define-abbrev-table outside of defvar.
11681
116822000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11683
11684 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11685 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11686 (backup-compiled-files): Ignore errors during `tar'.
11687 (bootstrap): Make autoloads before elc files.
11688
116892000-06-10 Kenichi Handa <handa@etl.go.jp>
11690
11691 * international/mule.el (set-buffer-file-coding-system): If one of
11692 undecided-XXX is specified, change only EOL conversion.
11693
11694 * international/mule-conf.el (unix): New alias for the coding
11695 system undecided-unix.
11696
116972000-06-09 Dave Love <fx@gnu.org>
11698
11699 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11700
11701 * progmodes/executable.el: Byte compile dynamic.
11702 (executable-insert): Change custom type.
11703 (executable-find): Add autoload cookie.
11704 (executable-make-buffer-file-executable-if-script-p): New
11705 function. After Noah Friedman.
11706
11707 * files.el (after-save-hook): Customize, with
11708 executable-make-buffer-file-executable-if-script-p as an option.
11709
117102000-06-09 Kenichi Handa <handa@etl.go.jp>
11711
11712 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11713 "tib24p-mule.bdf" for Tibetan.
11714
11715 * composite.el (decompose-composite-char): Declare it as obsolete.
11716
11717 * man.el (Man-fontify-manpage): Pay attention to underline and
11718 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11719
117202000-06-08 Gerd Moellmann <gerd@gnu.org>
11721
11722 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11723 Set maintainer to FSF since author isn't reachable.
11724
117252000-06-08 Dave Love <fx@gnu.org>
11726
11727 * international/mule-cmds.el (select-safe-coding-system): If
11728 DEFAULT-CODING-SYSTEM is not specified, also check the most
11729 preferred coding-system if buffer-file-coding-system is
11730 `undecided'. From Handa.
11731
117322000-06-08 Kenichi Handa <handa@etl.go.jp>
11733
11734 * international/mule.el
11735 (after-insert-file-set-buffer-file-coding-system): If the buffer
11736 size is greater than INSERTED, judget that we are not visiting.
11737
117382000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11739
11740 * whitespace.el (defgroup whitespace): Comment out `:version'.
11741 XEmacs 20.4 has problems defining the group with this present.
11742 We'll have this commented out till get resolve the problem.
11743
117442000-06-07 John Wiegley <johnw@gnu.org>
11745
11746 * align.el (align-dq-string-modes, align-sq-string-modes)
11747 (align-open-comment-modes): Add pyhton-mode.
11748 (align-rules-list): Use get-text-property instead of
11749 text-properties-at.
11750 (align-rules-list): Add python-assignment.
11751 (align-rules-list): Change perl-comma-delimiter to
11752 basic-comma-delimiter. Use if for Perl modes and python-mode.
11753 (align-rules-list): Add python-chain-logic and
11754 basic-line-continuation.
11755
117562000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11757
11758 * apropos.el (apropos-mode-hook): New user variable.
11759 (apropos-mode): Run apropos-mode-hook.
11760
117612000-06-07 David Ponce <david@dponce.com>
11762
11763 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11764 commands. Require `wid-edit' at run-time.
11765
117662000-06-07 David Ponce <david@dponce.com>
11767
11768 * recentf.el: Added some "Commentary".
11769 (recentf-open-more-files, recentf-edit-list): Minor changes to
11770 move the point at the top of the file list. This behaviour is
11771 consistent with the menu one when the list contains a lot of
11772 files.
11773 (recentf-cleanup): Now displays the number of items removed from
11774 the list.
11775 (recentf-relative-filter) New menu filter to show filenames
11776 relative to `default-directory'.
11777
117782000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11779
11780 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11781 with/without giving an error if PostScript printer doesn't have this
11782 kind of page size. Zebra Stripe continues or restarts on next page.
11783 Manual/automatic paper feeding. Switch or not the header.
11784 (ps-print-version): New version number (5.2.2).
11785 (ps-windows-system): Include emx as a Windows system.
11786 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11787 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11788 (ps-background-text): Code fix.
11789 (ps-error-handler-message, ps-user-defined-prologue)
11790 (ps-print-prologue-header, ps-printer-name)
11791 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11792 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11793 (ps-use-face-background): Customization fix.
11794 (ps-n-up-database): Data fix.
11795 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11796 (ps-switch-header): New vars.
11797 (ps-xemacs-color-name, ps-face-foreground-name)
11798 (ps-face-background-name, ps-boolean-constant): New funs.
11799
118002000-06-07 Dave Love <fx@gnu.org>
11801
11802 * allout.el: New version from Manheimer.
11803
118042000-06-07 Kenichi Handa <handa@etl.go.jp>
11805
11806 * textmodes/fill.el (fill-find-break-point): Check the validity of
11807 charset.
11808
118092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11810
11811 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11812 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11813 Call display-color-p and display-mouse-p instead of looking at
11814 window-system.
11815
118162000-06-06 Dave Love <fx@gnu.org>
11817
11818 * image.el (find-image): Doc fix. Return nil if image not found.
11819 (put-image, insert-image): Make STRING arg optional.
11820
118212000-06-06 Kenichi Handa <handa@etl.go.jp>
11822
11823 * language/vietnamese.el: Remove eval-when-compile.
11824 (viet-viscii-nonascii-translation-table): Define it as a
11825 translation table made from viet-viscii-decode-table.
11826 (viet-viscii-encode-table): Define it as a translation table made
11827 from the reverse map of above.
11828 (viet-vscii-nonascii-translation-table): Define it as a
11829 translation table made from viet-vscii-decode-table.
11830 (viet-vscii-encode-table): Define it as a translation table made
11831 from the reverse map of above.
11832 (ccl-decode-viscii): Use translate-character.
11833 (ccl-encode-viscii, ccl-encode-viscii-font)
11834 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11835 Likewize.
11836
11837 * language/cyrillic.el: Remove eval-when-compile.
11838 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11839 translation table made from cyrillic-koi8-r-decode-table.
11840 (cyrillic-koi8-r-encode-table): Define it as a translation table
11841 made from the reverse map of above.
11842 (ccl-decode-koi8): Use translate-character.
11843 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11844 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11845 a translation table made from cyrillic-alternativnyj-decode-table.
11846 (cyrillic-alternativnyj-encode-table): Define it as a translation
11847 table made from the reverse map of above.
11848 (ccl-decode-alternativnyj): Use translate-character.
11849 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11850 Likewize
11851
11852 * international/mule-diag.el (non-iso-charset-alist): Specify
11853 translation table symbol instead of translation table itself.
11854 (list-block-of-chars): CHARSET may be a translation table symbol.
11855
11856 * international/mule.el (make-coding-system): If CODING-SYSTEM
11857 already exists, override it.
11858
11859 * international/fontset.el: Use family `proportional' for Tibetan
11860 fonts.
11861
11862 * international/ccl.el (ccl-compile-translate-character): Don't
11863 check if Rrr has property translation-table.
11864 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11865
118662000-06-05 Gerd Moellmann <gerd@gnu.org>
11867
11868 * info.el: Bind case-fold-search to t when searching in case
11869 a user sets it to nil in a hook.
11870
118712000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11872
11873 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11874 * hl-line.el (hl-line-mode): Use the new :global key argument.
11875
11876 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11877 (tar-clip-time-string): Prepend a space.
11878 (tar-grind-file-mode): Construct a string rather than modifying one.
11879 (tar-header-block-summarize): Fix docstring.
11880 Use `format' rather than an error-prone set of copy-loops.
11881
11882 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11883 (diff-goto-source, diff-unified->context, diff-context->unified)
11884 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11885 understand the format output by the `-p' argument to diff.
11886
11887 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11888 (sh-re-done): Use defconst.
11889 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11890 (sh-help-string-for-variable, sh-guess-basic-offset):
11891 Don't quote lambdas.
11892 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11893 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11894
11895 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11896 (mh-letter-mode): Derive from text-mode.
11897 This implicitly means that it now calls kill-all-local-variables.
11898 Also remove the Emacs-18 compatibility code.
11899
11900 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11901 Make use of symbol-property doc-string-elt.
11902 Use memq rather than a sequence of eq.
11903 (doc-string-elt): Fix the wrong or missing previously unused values.
11904 (autoload-print-form): New function extracted from
11905 generate-file-autoloads to allow recursion when handling progn
11906 so that defvar's and defun's docstrings are properly printed.
11907 (generate-file-autoloads): Use it.
11908
11909 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11910 Use find-file-hooks in the minor-mode function.
11911 Be careful not to loop indefinitely in the post-command-hook function.
11912
119132000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11914
11915 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11916 tty's.
11917 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11918 differences whenever appropriate.
11919 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11920 * viper.el (find-file, find-file-other-window): Get viper to do
11921 wildcards.
11922
119232000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11924
11925 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11926 (jit-lock-fontify-buffer): New function for JIT refontification.
11927 (jit-lock-mode): Fix docstring.
11928 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11929 Remove jit-lock-after-change from the _local_ hook.
11930 (jit-lock-function-1): Fix docstring.
11931
11932 * info.el (Info-on-current-buffer): Initialize info.
11933
11934 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11935
11936 * progmodes/tcl.el (tcl-indent-for-comment):
11937 Ignore comment-indent-hook.
11938
11939 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11940 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11941 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11942 and improve to use the lighter to guess the capitalization.
11943 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11944 Add keyword arguments to specify global-ness or the custom group.
11945 Add local-map and help-echo properties to the lighter.
11946 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11947 (easy-mmode-define-global-mode): New macro.
11948
119492000-06-02 Dave Love <fx@gnu.org>
11950
11951 * wid-edit.el: byte-compile-dynamic since we typically don't use
11952 all the widgets. Don't require cl or widget. Remove
11953 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11954 (widget-read-event): Removed. Callers changed to use read-event.
11955 (widget-button-release-event-p): Renamed from
11956 button-release-event-p.
11957 (widget-field-add-space, widget-field-use-before-change):
11958 Uncustomize.
11959 (widget-specify-field): Use keymap property, not local-map.
11960 (widget-specify-button): Obey :suppress-face.
11961 (widget-specify-insert): Use modern backquote syntax.
11962 (widget-image-directory): Renamed from widget-glyph-directory.
11963 (widget-image-enable): Renamed from widget-glyph-enable.
11964 (widget-image-find): Replaces widget-glyph-find.
11965 (widget-button-pressed-face): Move defvar.
11966 (widget-image-insert): Replaces widget-glyph-insert.
11967 (widget-convert): Use keywordp.
11968 (widget-leave-text, widget-children-value-delete): Use mapc.
11969 (widget-keymap): Remove XEmacs stuff.
11970 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
11971 (widget-button-click): Don't set point at the click, but re-centre
11972 if we scroll out of window. Rewritten for images v. glyphs &c.
11973 (widget-tabable-at): Use POS arg, not point.
11974 (widget-beginning-of-line, widget-end-of-line)
11975 (widget-item-value-create, widget-sublist, widget-princ-to-string)
11976 (widget-sexp-prompt-value, widget-echo-help): Simplify.
11977 (widget-default-create): Use widget-image-insert; some rewriting.
11978 (widget-visibility-value-create)
11979 (widget-push-button-value-create, widget-toggle-value-create): Use
11980 widget-image-insert.
11981 (checkbox): Create on and off images dynamically.
11982 (documentation-link): Change :help-echo.
11983 (widget-documentation-link-echo-help): Remove.
11984
119852000-06-02 Stefan Monnier <monnier@cs.yale.edu>
11986
11987 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
11988
11989 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
11990 (easy-mmode-define-toggle, define-minor-mode): Use it.
11991 (easy-mmode-define-keymap): Docstring fix.
11992 (define-derived-mode): Default PARENT to fundamental-mode.
11993 Add the derived-mode-parent symbol-property.
11994 (easy-mmode-derived-mode-p): New function.
11995
119962000-06-02 Dave Love <fx@gnu.org>
11997
11998 * files.el (convert-standard-filename): Doc fix.
11999 (normal-backup-enable-predicate): New function.
12000 (backup-enable-predicate): Use it to replace the lambda form.
12001
12002 * calendar/todo-mode.el: [This needs more work on the outline
12003 stuff.] Doc fixes.
12004 (todo) <defgroup>: Add :version.
12005 (todo-add-category): Don't use pushnew.
12006 (todo-cmd-raise): Fix typo.
12007 (todo-top-priorities): Change temp buffer name.
12008 (todo-category-alist): Avoid redundant lambda.
12009 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12010 Use outline-next-heading.
12011
12012 * autoarg.el: Rewritten to use define-minor-mode.
12013 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12014 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12015
120162000-06-02 Kenichi Handa <handa@etl.go.jp>
12017
12018 * isearch.el (isearch-other-meta-char): Fix previous change.
12019
120202000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12021
12022 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12023 (log-edit-done): Only add the comment to the ring if it's different
12024 from the last comment entered.
12025
12026 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12027
120282000-06-01 Dave Love <fx@gnu.org>
12029
12030 * hl-line.el: Rewritten using define-minor-mode.
12031
12032 * help.el (describe-function-1): Distinguish special form from
12033 builtin function. Sanity-check presence of arglist for builtins.
12034
120352000-06-01 Kenichi Handa <handa@etl.go.jp>
12036
12037 * international/characters.el: Fix syntax/category setting of
12038 Tibetan characters.
12039
12040 * language/tibet-util.el (tibetan-add-components): Fixes for new
12041 encoding of Tibetan characters.
12042 (tibetan-decompose-precomposition-alist): New variable.
12043 (tibetan-decompose-region): Convert precomposed characters to
12044 non-precomposed characters.
12045 (tibetan-decompose-string): Likewise.
12046 (tibetan-composition-function): Fix args to
12047 thibetan-compose-string.
12048
12049 * language/tibetan.el (tibetan-composable-pattern): More
12050 characters included.
12051 (tibetan-consonant-transcription-alist): Rule for "R" added.
12052 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12053 "+R" added.
12054 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12055
12056 * language/lao-util.el (lao-composition-function): Fix args to
12057 compose-string.
12058
12059 * language/thai-util.el (thai-composition-function): Fix args to
12060 compose-string.
12061
12062 * isearch.el (isearch-update): Set disable-point-adjustment to t
12063 to prevent the point moving to the end of a composition when a
12064 part of a composition is searched.
12065 (isearch-other-meta-char): If the key invoking this command can be
12066 mapped by function-key-map to a printing char, call
12067 isearch-process-search-char directly.
12068
120692000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12070
12071 * emacs-lisp/bytecomp.el:
12072 * frame.el:
12073 * international/mule-cmds.el:
12074 * international/mule-util.el:
12075 * international/mule.el:
12076 * mouse.el:
12077 * subr.el:
12078 * faces.el: Update calls to make-obsolete with a WHEN argument.
12079
12080 * byte-run.el (make-obsolete, make-obsolete-variable):
12081 Add an optional WHEN argument and change the format of the
12082 symbol-property information.
12083 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12084 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12085 new obsolete-symbol-property format and print WHEN if it is provided.
12086
120872000-05-31 Dave Love <fx@gnu.org>
12088
12089 * loadhist.el (loadhist-hook-functions): Remove
12090 before-change-function, after-change-function.
12091 (unload-feature): Deal with symbols which are both bound and
12092 fbound.
12093
12094 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12095 before-change-function, after-change-function.
12096
12097 * simple.el (newline): Don't bind before-change-function,
12098 after-change-function.
12099
121002000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12101
12102 * whitespace.el (whitespace-rescan-timer-time): Update interval
12103 set to 600 seconds (10 minutes) instead of 60 seconds since
12104 a large number of whitespace buffers causes emacs to `freeze'
12105 for a considerable amount of time.
12106
12107 * whitespace.el: Updated email address
12108
121092000-05-31 Dave Love <fx@gnu.org>
12110
12111 * add-log.el (change-log-font-lock-keywords) <function>: Add
12112 pattern for function of change.
12113 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12114 acknowledgements patterns.
12115
121162000-05-31 Kenichi Handa <handa@etl.go.jp>
12117
12118 * isearch.el (isearch-printing-char): If keyboard coding system is
12119 being used, call isearch-process-search-multibyte-characters.
12120
12121 * international/isearch-x.el: Mostly rewritten.
12122
12123 * international/quail.el (quail-start-conversion): Don't include
12124 unhandled events in the returned events, but set them in
12125 unread-command-events. Exit if all inputs are deleted.
12126
121272000-05-30 Jason Rumney <jasonr@gnu.org>
12128
12129 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12130
12131 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12132 Reenable code to create initial fontsets.
12133 Use set-fontset-font in place of put-charset-property.
12134
121352000-05-30 Gerd Moellmann <gerd@gnu.org>
12136
12137 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12138 label, ensure that the first colon isn't followed by another.
12139
12140 * paths.el (Info-default-directory-list): Doc fix.
12141
12142 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12143 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12144 send a query containing USER only, not USER@HOST.
12145
12146 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12147 and rmail-msgend to compute the restriction at the end, instead of
12148 computing it.
12149
121502000-05-29 Gerd Moellmann <gerd@gnu.org>
12151
12152 * dabbrev.el (dabbrev-expand): Don't display messages in the
12153 echo area if the minibuffer window is active.
12154
12155 * jit-lock.el (jit-lock-mode): Add after change function to
12156 local hook.
12157
121582000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12159
12160 * antlr-mode.el: New commands: hide/unhide actions,
12161 upcase/downcase literals.
12162 (antlr-tiny-action-length): New user option.
12163 (antlr-hide-actions): New command. Suggested by
12164 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12165 (antlr-mode-map): New binding [C-c C-v].
12166 (antlr-mode-menu): New entries.
12167 (antlr-downcase-literals): New command.
12168 (antlr-upcase-literals): Ditto.
12169
12170 * antlr-mode.el: Minor changes: indendation, mode-name.
12171 (antlr-indent-line): Indent cpp directive at column 0.
12172 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12173
12174 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12175 (antlr-font-lock-additional-keywords): Workaround for intentional
12176 bug in XEmacs version of font-lock.
12177 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12178 be used by a smarter version of `buffers-menu-grouping-function'.
12179
121802000-05-29 Gerd Moellmann <gerd@gnu.org>
12181
12182 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12183 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12184
121852000-05-29 Kenichi Handa <handa@etl.go.jp>
12186
12187 * international/encoded-kb.el
12188 (encoded-kbd-iso2022-designation-map): Pay attention to that
12189 charset-iso-final-char return -1 for eight-bit-control and
12190 eight-bit-graphic.
12191
121922000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12193
12194 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12195 (speedbar-easymenu-definition-base): Use display-graphic-p where
12196 available, instead of window-system.
12197
121982000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12199
12200 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12201 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12202 coding systems.
12203
122042000-05-26 Dave Love <fx@gnu.org>
12205
12206 * disp-table.el (standard-display-underline): Don't use
12207 internal-find-face.
12208
12209 * mail/reporter.el: Maintainer change. Doc fixes.
12210 (reporter-version): Deleted.
12211
12212 * emacs-lisp/elp.el: Maintainer change.
12213 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12214
122152000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12216
12217 * add-log.el (add-change-log-entry): Merge the current entry with the
12218 previous one if the previous one is empty.
12219
122202000-05-26 Dave Love <fx@gnu.org>
12221
12222 * loadhist.el (unload-feature): Fix interactive spec [from
12223 lijnzaad@ebi.ac.uk].
12224
12225 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12226 subr-arity to check primitives.
12227 (byte-compile-flush-pending, byte-compile-file-form-progn)
12228 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12229 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12230 mapcar.
12231
122322000-05-26 Kenichi Handa <handa@etl.go.jp>
12233
12234 * international/fontset.el: Set family names of non-latin charsets
12235 in default fontset to "*".
12236
12237 * international/mule-diag.el (print-fontset): Combine family part
12238 and registry part of the fontname by "-*-" instead of "-".
12239
12240 * international/mule-cmds.el (encode-coding-char): Make strings
12241 multibyte before calling encode-coding-string.
12242
122432000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12244
12245 * derived.el: Fix keywords.
12246 (define-derived-mode): Only define if needed.
12247
12248 * simple.el (fill-comment, comment-column, comment-start)
12249 (comment-start-skip, comment-end, comment-indent-function)
12250 (block-comment-start, block-comment-end, indent-for-comment)
12251 (set-comment-column, kill-comment, comment-padding, comment-region)
12252 (comment-multi-line, indent-new-comment-line): Remove.
12253
12254 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12255 function names for comment operations.
12256
12257 * newcomment.el: Add abundant autoload cookies.
12258 (comment-style): Don't depend on runtime data at compile-time.
12259 (comment-indent-hook): Remove.
12260 (comment-indent): Check if comment-indent-hook is bound.
12261 (comment-region): Docstring fix.
12262
122632000-05-25 Dave Love <fx@gnu.org>
12264
12265 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12266 byte-code-function-p.
12267
12268 * mail/rmailsum.el: Add provide.
12269
12270 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12271
12272 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12273 defcustom.
12274
122752000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12276
12277 * ediff-diff.el (ediff-exec-process): delete --binary option from
12278 non-buffer ediff jobs.
12279
122802000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12281
12282 * hilit-chg.el (highlight-changes-mode): Ask about color or
12283 grayscale support, not about window-system.
12284
12285 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12286 window-system.
12287 (ffap-highlight): Always default to t.
12288
12289 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12290 display-popup-menus-p instead of looking at window-system.
12291
12292 * disp-table.el (standard-display-g1, standard-display-graphic):
12293 Only refuse to use string glyphs on X and MS-Windows.
12294
12295 * avoid.el: Remove window-system from commentary, suggest to use
12296 display-*-p instead.
12297
12298 * apropos.el (apropos-print): Use display-mouse-p instead of
12299 window-system.
12300
123012000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12302
12303 * international/codepage.el (cp-decoding-vector-for-codepage):
12304 Fill up unsupported characters with their own codes. From Kenichi
12305 Handa.
12306
123072000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12308
12309 * international/mule-diag.el (describe-char-after): Use
12310 display-graphic-p instead of window-system, so that this function
12311 works on MS-DOS.
12312
123132000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12314
12315 * international/codepage.el (cp-make-coding-systems-for-codepage):
12316 Remove the eight-bit-graphic and eight-bit-control charsets from
12317 the list of charsets which we convert into `?'.
12318
123192000-05-25 Kenichi Handa <handa@etl.go.jp>
12320
12321 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12322 private charsets.
12323 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12324 japanese-jisx0213-2): New charsets.
12325
12326 * international/fontset.el: Setup default fontset for new charsets.
12327
123282000-05-24 Dave Love <fx@gnu.org>
12329
12330 * info.el (Info-find-node-2): Restructure [following "Vadim
12331 S. Solomin" <sovs@uic.nnov.ru>].
12332
12333 * icomplete.el: Fix header for Finder.
12334
123352000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12336
12337 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12338 STAY.
12339
12340 * rmail.el (rmail-automatic-folder-directives): New user variable.
12341 (rmail-show-message): Add call to `rmail-auto-file' during
12342 display.
12343 (rmail-auto-file): New function.
12344
123452000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12346
12347 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12348 account.
12349 (ediff-test-utility,ediff-diff-mandatory-option)
12350 (ediff-reset-diff-options): Utilities for proper initialization of
12351 ediff-diff-options and ediff-diff3-options on Windows.
12352
12353 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12354 variable.
12355
12356 * ediff-mult.el (ediff-filegroup-action): Use
12357 ediff-merge-filename-prefix.
12358
123592000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12360
12361 * viper-ex.el (ex-write): Set selective display to nil.
12362
123632000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12364
12365 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12366 aliases for hebrew-iso-8bit.
12367
123682000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12369
12370 * woman.el: New version from Francis J. Wright
12371 <F.J.Wright@Maths.QMW.ac.uk>.
12372 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12373 names in environment variables regardless of the path separator.
12374 (woman-topic-all-completions-1): Don't call file-name-directory-p
12375 on all files, since woman-file-regexp already filters out any
12376 directories.
12377
123782000-05-24 Kenichi Handa <handa@etl.go.jp>
12379
12380 * international/quail.el (quail-start-translation): Don't change
12381 modified-p of the current buffer.
12382 (quail-start-conversion): Likewise.
12383
12384 * international/kkc.el (kkc-region): Don't change modified-p of
12385 the current buffer.
12386
12387 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12388 conform to RFC1468.
12389 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12390
123912000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12392
12393 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12394 (speedbar-insert-button): Invisible text property fix.
12395 (speedbar-directory-plus): Renamed from speedbar-directory-+
12396 (speedbar-directory-minus): Renamed from speedbar-directory--
12397 (speedbar-page-plus): Renamed from speedbar-file-+
12398 (speedbar-page-minus): Renamed from speedbar-file--
12399 (speedbar-page): Renamed from speedbar-file-
12400 (speedbar-tag): Renamed from speedbar-tag-
12401 (speedbar-tag-plus): Renamed from speedbar-tag-+
12402 (speedbar-tag-minus): Renamed from speedbar-tag--
12403 (speedbar-expand-image-button-alist): Use above renames.
12404
12405 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12406 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12407 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12408 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12409 * sb-pg.xpm: Renamed from sb-file.xpm
12410 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12411 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12412
124132000-05-24 Kenichi Handa <handa@etl.go.jp>
12414
12415 * international/quail.el (quail-show-guidance-buf): Set
12416 current-input-method of the guidance buffer to the name of the
12417 curren input method.
12418
124192000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12420
12421 * progmodes/compile.el (compile-internal): Style typo.
12422
12423 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12424 quote vars and functions in the docstring.
12425
12426 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12427
12428 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12429 Don't quote lambdas.
12430
12431 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12432
124332000-05-23 Gerd Moellmann <gerd@gnu.org>
12434
12435 * startup.el (command-line): Determine source file of compiled
12436 user init file differently. Warn if compiled user init file
12437 is older than its source file.
12438
12439 * ffap.el (ffap-url-regexp): Add `https'.
12440
124412000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12442
12443 * files.el (make-backup-file-name-1): Replace slashes with `!'
12444 rather than `|' (which is not allowed on Windows). Replace the
12445 drive letters with a string "drive_X".
12446
124472000-05-23 Gerd Moellmann <gerd@gnu.org>
12448
12449 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12450
12451 * files.el (interpreter-mode-alist): Add `bash2'.
12452
124532000-05-22 Dave Love <fx@gnu.org>
12454
12455 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12456 mapc.
12457 (feature-file): Avoid calling symbol-name. Doc fix.
12458 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12459 (loadhist-hook-functions): Add mouse-position-function.
12460 (unload-feature): Change uses of mapcar.
12461
12462 * files.el (parse-colon-path): Doc fix.
12463 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12464 (set-auto-mode): Use mapc.
12465
12466 * complete.el (PC-look-for-include-file): Use :alnum: character
12467 class.
12468 (partial-completion-mode): Add autoload cookie.
12469
124702000-05-22 Sam Steingold <sds@gnu.org>
12471
12472 * info.el (Info-fontify-node): Fixed the call to
12473 `add-text-properties' (bug introduced on 2000-05-18).
12474
124752000-05-22 Dave Love <fx@gnu.org>
12476
12477 * bindings.el: Remove debug-ignored-errors set in other files.
12478
12479 * progmodes/etags.el: Add to debug-ignored-errors.
12480 (visit-tags-table-buffer): Clear out buffers holding old tables
12481 when making a new list.
12482 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12483 mapc.
12484
12485 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12486 quote keywords.
12487 (cmpl-string-case-type): Use character classes.
12488
12489 * comint.el:
12490 * textmodes/ispell.el:
12491 * imenu.el:
12492 * mail/mh-e.el:
12493 * progmodes/compile.el: Add to debug-ignored-errors.
12494
12495 * dabbrev.el: Add to debug-ignored-errors.
12496 (dabbrev-completion): Use mapc.
12497
124982000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12499
12500 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12501 (woman-mapcan, woman-parse-man.conf)
12502 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12503 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12504 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12505 path syntax better.
12506 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12507 (woman-manpath): Call woman-parse-man.conf.
12508 (woman-emulation): New defcustom, defaults to nroff.
12509 (woman-font-support): New defconst.
12510 (woman-use-symbol-font): New defcustom.
12511 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12512 "Emulation".
12513 Many functions: Doc fix.
12514
125152000-05-22 Kenichi Handa <handa@etl.go.jp>
12516
12517 * international/quail.el (quail-simple-translation-keymap): Map
12518 128..255 to quail-self-insert-command.
12519 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12520
125212000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12522
12523 * help.el (help-manyarg-func-alist): Typo.
12524
12525 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12526 intervals which makes it heaps simpler.
12527
12528 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12529 the nested comment markers.
12530
12531 * subr.el (remove-hook): Don't turn the hook's value into a list.
12532
125332000-05-21 Dave Love <fx@gnu.org>
12534
12535 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12536 are invalid characters.
12537
12538 * international/mule-util.el (detect-coding-with-priority): Use
12539 mapc. Remove redundant lambda.
12540
12541 * international/mule-diag.el (list-non-iso-charset-chars)
12542 (describe-fontset): Remove redundant lambda.
12543
12544 * emulation/crisp.el (brief-mode): New alias.
12545
12546 * emacs-lisp/ring.el (ring-elements): New function.
12547
12548 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12549 (easy-menu-do-add-item): Use keywordp.
12550
12551 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12552
12553 * replace.el: Doc and error message fixes.
12554 (replace-highlight): Use facep, not internal-find-face.
12555
125562000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12557
12558 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12559
12560 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12561 (log-edit-insert-changelog): Drop `:' as well.
12562
12563 * log-view.el: Fix file description.
12564 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12565 available.
12566 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12567 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12568
12569 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12570 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12571 Print a status message if the toggle is called interactively.
12572 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12573 for global minor modes and use `defcustom' for them.
12574 Use add-minor-mode.
12575 (easy-mmode-define-derived-mode): Remove.
12576 (define-derived-mode): Fancier default docstring.
12577 (easy-mmode-define-navigation): Signal an error rather than (ding).
12578
12579 * newcomment.el (comment-styles): New `box-multi'.
12580 (comment-normalize-vars): Better default for comment-continue to
12581 avoid whitespace-only continuations.
12582 (comment-search-forward): Always move even in the no-syntax case.
12583 (comment-padright): Only obey N if it's only obeyed for padleft.
12584 (comment-make-extra-lines): Better handling of empty continuations.
12585 Use `=' for the filler if comment-start has only one character.
12586 (uncomment-region): Try handling the special `=' filler.
12587 (comment-region): Allow LINES even if MULTI is nil.
12588 (comment-box): Choose box style based on comment-style.
12589
125902000-05-20 Kenichi Handa <handa@etl.go.jp>
12591
12592 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12593 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12594
125952000-05-20 Kenichi HANDA <handa@etl.go.jp>
12596
12597 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12598 and insert, not subst-char-in-region.
12599
12600 * international/mule-diag.el (list-character-sets-1): Handle
12601 charsets eight-bit-control and eight-bit-graphic.
12602 (list-iso-charset-chars): Likewise.
12603 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12604 charactes as is. Use indent-to to align characters.
12605
12606 * international/mule-cmds.el (find-multibyte-characters): Never
12607 exclude charsets eight-bit-control and eight-bit-graphic.
12608
126092000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12610
12611 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12612 Don't quote lambdas.
12613
12614 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12615
126162000-05-19 Gerd Moellmann <gerd@gnu.org>
12617
12618 * gud.el (gud-jdb-directories): Doc fix.
12619
126202000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12621
12622 * newcomment.el: New file.
12623
126242000-05-19 Gerd Moellmann <gerd@gnu.org>
12625
12626 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12627
126282000-05-18 Andreas Schwab <schwab@suse.de>
12629
12630 * dired.el (dired-between-files): Also skip lines beginning with
12631 `used'.
12632
126332000-05-18 Gerd Moellmann <gerd@gnu.org>
12634
12635 * msb.el (msb-menu-cond): Add choice `user'.
12636
126372000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12638
12639 * ps-print.el: Compatibility, customization and doc fix.
12640 (ps-printer-name-option): Replace defconst by defvar.
12641 (ps-postscript-code-directory): XEmacs compatibility.
12642 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12643 fix.
12644 (ps-user-defined-prologue, ps-print-prologue-header)
12645 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12646 compatibility and code fix.
12647 (ps-print-background-image, ps-print-background-text):
12648 Customization fix.
12649 (ps-line-number-start, ps-n-up-on): New vars.
12650
126512000-05-18 Espen Skoglund <esk@ira.uka.de>
12652
12653 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12654 the indent-comment function to just return the appropriate indent.
12655
126562000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12657
12658 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12659 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12660 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12661
126622000-05-18 Dave Love <fx@gnu.org>
12663
12664 * info.el (Info-fontify-node): Add intangible property as well as
12665 invisible.
12666
12667 * calendar/appt.el (appt-make-list): Match all lines of entry.
12668 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12669
126702000-05-18 Kenichi Handa <handa@etl.go.jp>
12671
12672 * international/mule-diag.el (describe-char-after): Call
12673 internal-char-font, not char-font. If internal-char-font returns
12674 nil, display "-- none --".
12675
126762000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12677
12678 * image.el (image-type-available-p): Don't reference image-types
12679 if it isn't bound.
12680
126812000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12682
12683 * autoarg.el (autoarg-mode): Typo in the :set argument.
12684
126852000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12686
12687 * startup.el (command-line-1): Don't signal an error if the
12688 directory for auto-save-list files does not yet exist.
12689
126902000-05-17 Kenichi Handa <handa@etl.go.jp>
12691
12692 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12693
126942000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12695
12696 * subr.el (remove-hook): `setq' hook-value, not `set'.
12697
126982000-05-16 Sam Steingold <sds@gnu.org>
12699
12700 * info.el (debug-ignored-errors): More errors to ignore.
12701
127022000-05-16 Dave Love <fx@gnu.org>
12703
12704 * cus-edit.el: Don't require cl or easymenu.
12705 (custom-variable-prompt): Test standard-value property, not
12706 user-variable-p.
12707
127082000-05-16 Sam Steingold <sds@gnu.org>
12709
12710 * subr.el (add-hook): `setq' hook-value, not `set'.
12711
127122000-05-16 Gerd Moellmann <gerd@gnu.org>
12713
12714 * startup.el (command-line-1): Mention the FAQ in the startup
12715 message.
12716
12717 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12718
12719 * progmodes/compile.el (compilation-parse-errors): Collect
12720 `nomessage' regexps last.
12721
12722 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12723
12724 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12725 to the function name.
12726
127272000-05-15 Dave Love <fx@gnu.org>
12728
12729 * speedbar.el (speedbar-recenter): Typo.
12730 (speedbar-expand-line): Make arg optional.
12731 (speedbar-mode): Avoid a compiler warning.
12732
127332000-05-15 Gerd Moellmann <gerd@gnu.org>
12734
12735 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12736 user-specified option string is empty.
12737
12738 * mouse.el (mouse-yank-at-click): Doc fix.
12739
127402000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12741
12742 * term/internal.el (IT-character-translations): More updates of
12743 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12744 documents.
12745
127462000-05-15 Gerd Moellmann <gerd@gnu.org>
12747
12748 * env.el (getenv): New function, interactively callable.
12749 (setenv, getenv): Remove autoload cookies.
12750
12751 * loadup.el: Load `env'.
12752
12753 * progmodes/f90.el: Change author's mail address.
12754
127552000-05-14 Dave Love <fx@gnu.org>
12756
12757 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12758 goto-addr as an option.
12759
12760 * help.el (help-xref-stack): Doc fix.
12761 (help-xref-following): New variable.
12762 (help-make-xrefs): Use it.
12763 (help-xref-go-back): Use position information from stack element.
12764 (help-follow): Make position in stack element a pair. Use
12765 help-xref-following.
12766
12767 * autoarg.el: New file.
12768
12769 * faces.el: Declare more functions obsolete.
12770
12771 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12772 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12773 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12774 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12775 Remove all the setup-...-environment functions.
12776
127772000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12778
12779 * speedbar.el: Updated the commentary section. xemacs20p now uses
12780 >= when detecting. Require `defimage' safely.
12781 (speedbar-easymenu-definition-base): Add toggle for images.
12782 (speedbar-easymenu-definition-special): Add flush cache & expand.
12783 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12784 (speedbar-reconfigure-keymaps-hook): New variable.
12785 (speedbar-frame-parameters): Updated documentation.
12786 (speedbar-use-imenu-flag): Updated custom tag
12787 (speedbar-dynamic-tags-function-list): New variable.
12788 (speedbar-tag-hierarchy-method): Updated doc & custom.
12789 (speedbar-indentation-width, speedbar-indentation-width) New
12790 variables.
12791 (speedbar-hide-button-brackets-flag): Customizable.
12792 (speedbar-vc-indicator): Doc update.
12793 (speedbar-ignored-path-expressions): Updated default value.
12794 (speedbar-supported-extension-expressions): Updated default value.
12795 (speedbar-syntax-table): Remove {} paren status.
12796 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12797 as "+". Added overlay aliases.
12798 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12799 `force-mode-line-update'.
12800 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12801 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12802 `mouse-set-point'
12803 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12804 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12805 of arbitrary text, and new helper functions.
12806 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12807 filename finder.
12808 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12809 (speedbar-directory-buttons): Update path search/expansion.
12810 (speedbar-make-tag-line): Pay attention to
12811 `speedbar-indentation-width'. Use more care w/ invisible
12812 properties.
12813 (speedbar-change-expand-button-char): Call
12814 `speedbar-insert-image-button-maybe'.
12815 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12816 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12817 (speedbar-trim-words-tag-hierarchy)
12818 (speedbar-simple-group-tag-hierarchy): New functions
12819 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12820 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12821 functions.
12822 (speedbar-mouse-set-point): New function
12823 (speedbar-power-click): Updated documentation.
12824 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12825 of tag prefix text.
12826 (speedbar-expand-line, speedbar-contract-line): Make more robust
12827 to strange text.
12828 (speedbar-expand-line): Takes universal argument to flush the
12829 cache.
12830 (speedbar-flush-expand-line): New function.
12831 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12832 Use new generator insertion method.
12833 (speedbar-fetch-dynamic-tags): New function.
12834 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12835 `speedbar-fetch-dynamic-imenu'.
12836 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12837 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12838 "Revert Buffer" menu items.
12839 (speedbar-buffer-buttons-engine): Be smarter when creating a
12840 filename tag (for expansion purposes.).
12841 (speedbar-highlight-one-tag-line,
12842 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12843 (speedbar-recenter): New functions.
12844 (defimage-speedbar): Image loading abstraction.
12845 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12846 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12847 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12848 (speedbar-tag-type, speedbar-tag-mail): New images.
12849 (speedbar-expand-image-button-alist): New variable.
12850 (speedbar-insert-image-button-maybe): Insert an image over some
12851 buttons.
12852
128532000-05-13 Kenichi Handa <handa@etl.go.jp>
12854
12855 * international/mule-cmds.el (encode-coding-char): An ASCII
12856 character is always encodable.
12857
12858 * international/mule-conf.el: Add more information in descriptions
12859 of character sets.
12860
12861 * international/mule-diag.el (describe-char-after): New function.
12862 (describe-font-internal): Adjusted for the change of font-info.
12863 (describe-font): Likewise.
12864 (print-fontset): Rewritten for the new fontset implementation.
12865 (describe-fontset): Include fontset alias names in completion.
12866 (list-fontsets): Adjusted for the change of print-fontset.
12867
12868 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12869 describe-char-after instead of displaying the detail in the echo
12870 area.
12871 (syntax-code-table): Format changed.
12872 (string-to-syntax): Adjusted for the above change.
12873
128742000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12875
12876 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12877
128782000-05-12 Dave Love <fx@gnu.org>
12879
12880 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12881 dependence. Use line-{beginning,end}-position, not
12882 point-at{b,e}ol. Some doc fixes.
12883 (todo-position): New function. Fix callers of position to use it.
12884 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12885
128862000-05-12 Gerd Moellmann <gerd@gnu.org>
12887
12888 * time.el (display-time-mail-icon): Use `:ascent center'.
12889
12890 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12891 handling FTP security extensions.
12892
128932000-05-11 Dave Love <fx@gnu.org>
12894
12895 * calendar/todo-mode.el: New file.
12896
128972000-05-11 Gerd Moellmann <gerd@gnu.org>
12898
12899 * comint.el (comint-read-input-ring): Move reference to
12900 comint-input-ring-size outside of the save-excursion. It was
12901 causing the default value to be the only one ever seen.
12902
12903 * font-lock.el: Update copyright. Remove Simon Marshall's email
12904 address on request from him.
12905
12906 * subr.el (substitute-key-definition): Add comment describing
12907 the meaning of PREFIX.
12908
129092000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12910
12911 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12912
12913 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12914 (add-minor-mode): Don't make the variable buffer-local and add a
12915 reference to define-minor-mode in the docstring.
12916
12917 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12918 HEADER/FOOTER and fix bug with trailing empty directory.
12919 (cvs-append-to-ignore): Use vc-editable-p if available.
12920 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12921 (vc-do-command): Tweak advice to handle the new VC.
12922
12923 * log-view.el (log-view-goto-rev): New function for the new VC.
12924 (log-view-minor-wrap): Use mark-active.
12925
12926 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12927 (log-edit-changelog-full-paragraphs): New var.
12928 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12929 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12930 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12931 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12932 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12933 Replace the `cvs' prefix with `log-edit'.
12934
12935 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12936
12937 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12938 (diff-font-lock-defaults): Explicitly turn off multiline.
12939 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12940 (diff-ediff-patch): Fix call to ediff-patch-file.
12941 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12942 Handle comments.
12943
12944 * frame.el (automatic-hscrolling): Typo.
12945
12946 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12947
129482000-05-09 Sam Steingold <sds@goems.com>
12949
12950 * apropos.el (apropos-print): use `describe-face' instead of
12951 `customize-face-other-window'.
12952
129532000-05-09 Dave Love <fx@gnu.org>
12954
12955 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12956
12957 * help.el (describe-variable): Have customize button pop the
12958 help-xref stack when invoked.
12959 (help-xref-symbol-regexp): Add `face'.
12960 (help-make-xrefs): Check for quoted face names and adapt regexp
12961 submatch numbers to cope.
12962 (help-xref-interned): Maybe insert face doc too. Separate
12963 sections with a line of hyphens.
12964
12965 * faces.el: Some doc fixes. Declare some functions obsolete.
12966 (describe-face): Add customize button. Return the help
12967 text. Fix prompt.
12968
129692000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
12970
12971 * term/internal.el (IT-character-translations): Fix last change.
12972
129732000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12974
12975 * woman.el: New file
12976 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
12977
129782000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
12979
12980 * term/internal.el (IT-character-translations): Update ASCII
12981 simulations for greek-iso8859-7, add latin-iso8859-14 and
12982 latin-iso8859-15.
12983
12984 * international/mule-cmds.el (set-language-info-alist): Call
12985 define-prefix-command with 3 arguments, to make the map suitable
12986 for a menu.
12987
129882000-05-07 Dave Love <fx@gnu.org>
12989
12990 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
12991
129922000-05-05 Dave Love <fx@gnu.org>
12993
12994 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
12995 list in doc string. Don't quote keyword symbols.
12996 * emacs-lisp/cl.el: Likewise
12997 * emacs-lisp/cl-seq.el: Likewise
12998
129992000-05-05 Gerd Moellmann <gerd@gnu.org>
13000
13001 * abbrev.el (abbrev-mode): Make ARG optional.
13002
130032000-05-04 Gerd Moellmann <gerd@gnu.org>
13004
13005 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13006
13007 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13008
13009 * subr.el (substitute-key-definition): Clarify documentation.
13010
130112000-05-04 Milan Zamazal <pdm@freesoft.cz>
13012
13013 * glasses.el (glasses-convert-to-unreadable): Use
13014 `glasses-separator' instead of the hard-wired "_".
13015 (glasses-mode): Call `glasses-make-unreadable' only in a single
13016 place.
13017
130182000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * term/internal.el (cjk-codepages-alist): Add associations for
13021 Chinese and Korean codepages. Remove FIXME comment.
13022
130232000-05-03 Dave Love <fx@gnu.org>
13024
13025 * time.el (display-time-mail-face, display-time-use-mail-icon):
13026 New option.
13027 (display-time-mail-icon): New variable.
13028 (display-time-string-forms): Use the above. Fix the local-map.
13029
130302000-05-03 Gerd Moellmann <gerd@gnu.org>
13031
13032 * replace.el (query-replace-map): Add binding for `E'.
13033 (query-replace-help): Extend help text.
13034 (perform-replace): Allow editing the replacement string.
13035
13036 * make-mode.el (makefile-mode-abbrev-table): New variable.
13037 (makefile-mode): Set local abbrev table to
13038 makefile-mode-abbrev-table.
13039 (makefile-font-lock-keywords): Fontify includes and conditionals.
13040
13041 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13042 set TOGGLE's value.
13043
13044 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13045 mail-interactive-insert-alias.
13046 (mail-abbrev-complete-alias): New command.
13047 (mail-mode-map): Bind it to `M-TAB'.
13048
130492000-05-03 Kenichi Handa <handa@etl.go.jp>
13050
13051 * language/lao-util.el (lao-compose-region): New function.
13052
130532000-05-02 Gerd Moellmann <gerd@gnu.org>
13054
13055 * files.el (recover-session): Make directories as necessary
13056 if they don't exist yet.
13057
13058 * calendar/cal-french.el
13059 (french-calendar-multibyte-special-days-array)
13060 (french-calendar-special-days-array): Change French text.
13061 (calendar-french-date-string): Change output.
13062 (calendar-goto-french-date): Likewise.
13063
130642000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13065
13066 * wid-edit.el (widget-default-active): Obey `:always-active'.
13067 (widget-documentation-string-value-create): Set `:always-active'.
13068
130692000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13070
13071 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13072 default prefix to `~/_emacs.d/auto-save.list/_s'.
13073 (normal-top-level): Create the directory for auto-save files, if
13074 it doesn't already exist (in the ms-dos case only).
13075
130762000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13077
13078 * international/mule-cmds.el (set-language-environment): Don't
13079 concat an integer (dos-codepage), use format instead.
13080
130812000-05-02 Dave Love <fx@gnu.org>
13082
13083 * help.el (help-xref-on-pp): Check for constant symbols.
13084
130852000-04-29 Gerd Moellmann <gerd@gnu.org>
13086
13087 * startup.el (normal-top-level): Put a condition-case around
13088 the code loading subdirs.el.
13089
130902000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13091
13092 * ps-print.el: Upside-down and face background color printing,
13093 line number step, doc fix.
13094 (ps-print-version): New version number (5.2).
13095 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13096 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13097 (ps-spool-config): Var fix.
13098 (ps-printer-name-option): Const fix.
13099 (ps-print-upside-down, ps-use-face-background)
13100 (ps-line-number-step): New vars.
13101 (ps-window-system, ps-lp-system): New consts.
13102 (ps-face-background): New fun.
13103
131042000-04-28 Richard Stallman <rms@gnu.org>
13105
13106 * files.el (make-auto-save-file-name):
13107 Apply auto-save-file-name-transforms to visited file name
13108 before generating auto save file name.
13109 (auto-save-file-name-transforms): New variable.
13110
13111 * files.el (backup-enable-predicate):
13112 Correctly test for a file under a temporary directory.
13113
131142000-04-28 Gerd Moellmann <gerd@gnu.org>
13115
13116 * subr.el (add-minor-mode): Rewritten.
13117
131182000-04-28 Kenichi Handa <handa@etl.go.jp>
13119
13120 * mail/sendmail.el (sendmail-send-it): Set
13121 buffer-file-coding-system to the selected coding system for MIME
13122 header.
13123
131242000-04-27 Gerd Moellmann <gerd@gnu.org>
13125
13126 * dired.el (dired-move-to-filename-regexp): Allow format where
13127 YYYY is followed by two spaces.
13128
13129 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13130 in the second character class of the regexp.
13131
13132 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13133 mh-etc, too.
13134
13135 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13136 nil.
13137
13138 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13139
13140 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13141 argument.
13142
131432000-04-27 Sen Nagata <sen@eccosys.com>
13144
13145 * emacs-lisp/crm.el (crm-completion-table): New variable.
13146 (crm-collection-fn, crm-test-completion)
13147 (completing-read-multiple): Use it.
13148
131492000-04-27 Dave Love <fx@gnu.org>
13150
13151 * help.el (locate-library): Use mapc.
13152 (help-manyarg-func-alist): Add call-process-region.
13153
131542000-04-26 Gerd Moellmann <gerd@gnu.org>
13155
13156 * subr.el (add-minor-mode): Make argument MAP optional.
13157
13158 * desktop.el (desktop-save): Save list of minor modes.
13159 (desktop-create-buffer): Restore minor modes.
13160 (desktop-minor-mode-table): New user-option.
13161
13162 * subr.el (add-minor-mode): New function.
13163
13164 * image.el (find-image): New function.
13165 (defimage): Rewritten to find image at load time.
13166
13167 * startup.el (normal-top-level-add-to-load-path): Handle
13168 case that the default directory is not in load-path.
13169
13170 * help.el: Old patch from Stefan Monnier.
13171 (help-xref-on-pp): New function.
13172 (describe-variable): Use it to display xrefs in a symbol's value.
13173
131742000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13175
13176 * cus-edit.el (custom-face): Fix parenthesis.
13177
131782000-04-26 Kenichi Handa <handa@etl.go.jp>
13179
13180 * mail/rmail.el (rmail-expunge): When there are no deleted
13181 messages, do nothing.
13182
131832000-04-26 Dave Love <fx@gnu.org>
13184
13185 * international/mule-cmds.el (locale-translation-file-name):
13186 Defvar to nil.
13187 (set-locale-environment): Set it here (at runtime).
13188
131892000-04-25 Gerd Moellmann <gerd@gnu.org>
13190
13191 * replace.el (perform-replace): Add parameters START and END. Use
13192 them instead of the check for a region in Transient Mark mode.
13193 (query-replace-read-args): Return two more list elements for the
13194 start and end of the region in Transient Mark mode.
13195 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13196 (map-query-replace-regexp, replace-string, replace-regexp): Add
13197 optional last arguments START and END and pass them to
13198 perform-replace.
13199
13200 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13201 form with additional arguments for perform-replace.
13202
13203 * progmodes/etags.el (tags-query-replace): Add parameters START
13204 and END. Construct a form with additional arguments for
13205 perform-replace.
13206
13207 * simple.el (shell-command): Set default directory for "*Shell
13208 Command Output" buffer.
13209
13210 * language/european.el (iso-latin-4): Fix typo.
13211
13212 * emacs-lisp/crm.el: New file.
13213
132142000-04-24 Dave Love <fx@gnu.org>
13215
13216 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13217 (Custom-reset-saved, Custom-reset-standard)
13218 (custom-group-value-create, custom-group-set, custom-group-save)
13219 (custom-group-reset-current, custom-group-reset-saved)
13220 (custom-group-reset-standard): Use mapc.
13221 (custom-buffer-create-internal): Disable undo when creating items.
13222 Use mapc.
13223 (custom-face): Avoid redundant lambda.
13224
132252000-04-24 Gerd Moellmann <gerd@gnu.org>
13226
13227 * startup.el (auto-save-list-file-prefix): Set default to
13228 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13229
132302000-04-24 Sam Steingold <sds@gnu.org>
13231
13232 * time-stamp.el (time-stamp-string-preprocess): Always convert
13233 `field-result' to a string.
13234
132352000-04-24 Gerd Moellmann <gerd@gnu.org>
13236
13237 * frame.el (scrolling): New group.
13238 (automatic-hscrolling): New user-option.
13239
13240 * startup.el (command-line-x-option-alist): Add `-lsp' and
13241 `--line-spacing'.
13242
132432000-04-19 Dave Love <fx@gnu.org>
13244
13245 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13246 (cl-mapc): Rename from mapc. Fix the funcall.
13247
132482000-04-19 Gerd Moellmann <gerd@gnu.org>
13249
13250 * simple.el (clone-indirect-buffer-other-window): New command.
13251 (clone-indirect-buffer): Add optional arg NORECROD.
13252 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13253
13254 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13255
13256 * window.el (count-screen-lines): New function.
13257 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13258 instead of window-buffer-height.
13259
13260 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13261 non-existing variable comint-input-sentinel.
13262 (inferior-lisp-args-to-list): Removed.
13263 (inferior-lisp): Use split-string instead of
13264 inferior-lisp-args-to-list.
13265
13266 * hexl.el (hexl-insert-hex-string): New command.
13267
13268 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13269 instead of concat.
13270
132712000-04-18 Gerd Moellmann <gerd@gnu.org>
13272
13273 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13274 at the start of an existing but empty folder.
13275
132762000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13277
13278 * ps-mule.el: Customization fix, doc fix.
13279 (ps-multibyte-buffer): Customization fix.
13280
132812000-04-17 Richard M. Stallman <rms@gnu.org>
13282
13283 * subr.el (read-passwd): Use read-char-exclusive.
13284
132852000-04-17 Gerd Moellmann <gerd@gnu.org>
13286
13287 * textmodes/texinfo.el (texinfo-insert-@email)
13288 (texinfo-insert-@emph, texinfo-insert-@quotation)
13289 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13290 (texinfo-mode-map): Add key bindings for them.
13291
13292 * files.el (basic-save-buffer-2): Use a template with `$'
13293 instead of `#' for VMS.
13294
13295 * simple.el (clone-indirect-buffer): New function.
13296
132972000-04-16 Stephen Eglen <stephen@gnu.org>
13298
13299 * iswitchb.el (iswitchb-case): New function. If the user input
13300 contains any upper-case characters, the search is made
13301 case-sensitive.
13302
133032000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13304
13305 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13306 comment-end.
13307 (texinfo-font-lock-syntactic-keywords): New var.
13308 (texinfo-font-lock-keywords): Remove comment regexp.
13309 (texinfo-insert-block): New function.
13310 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13311 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13312 and font-lock-defaults. Use regexp-opt for outline-regexp.
13313 (texinfo-environments): New var.
13314 (texinfo-environment-regexp): Use regexp-opt and
13315 texinfo-environments.
13316
13317 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13318 ispell-process is bound since this might be eval'd before ispell
13319 is loaded.
13320 (ispell-message): Use a tiny bit less magic and a bit more hard
13321 data to figure out what kind of sc-cite-regexp to use.
13322
13323 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13324
13325 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13326 (insert-cyclic-diary-entry): Unquote the lambda.
13327
13328 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13329
13330 * files.el (backup-enable-predicate): Unquote the lambda.
13331
13332 * cus-edit.el (custom-face, face): Unquote the lambda.
13333
133342000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13335
13336 * ps-print.el: Check for line-beginning-position definition.
13337
13338 * ps-print.el: Fix counting lines in a region.
13339 (ps-print-version): New version number (5.1.5).
13340 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13341 (ps-printing-region): Fun code fix.
13342
133432000-04-15 Gerd Moellmann <gerd@gnu.org>
13344
13345 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13346 to file-directory-p.
13347
133482000-04-14 Gerd Moellmann <gerd@gnu.org>
13349
13350 * gud.el (gud-jdb-build-source-files-list): Check that directory
13351 exists before calling directory-files.
13352
133532000-04-13 Dave Love <fx@gnu.org>
13354
13355 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13356 syntax.
13357
13358 * emacs-lisp/cl-specs.el: Remove when, unless.
13359
13360 * emacs-lisp/cl-extra.el: Don't quote keywords.
13361 (cl-old-mapc): New variable.
13362 (mapc): Use it.
13363 (cl-map-intervals): Use with-current-buffer. Don't check for
13364 next-property-change.
13365 (cl-map-overlays): Use with-current-buffer.
13366 (cl-expt): Remove.
13367 (copy-tree, remprop): Define unconditionally.
13368
13369 * emacs-lisp/cl-compat.el (keywordp): Remove.
13370
13371 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13372 to use keywordp.
13373 (edebug-spec): Enable keywordp.
13374
13375 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13376 string-lessp.
13377
13378 * cus-start.el: Use keywordp.
13379
133802000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13381
13382 * diary-lib.el (include-other-diary-files): Fix the fix of
13383 2000-02-18 by doing a save-excursion.
13384
133852000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13386
13387 * ps-print.el: Customization fix, doc fix.
13388 (ps-print-version): New version number (5.1.4).
13389 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13390 (ps-print-preprint): Adjust code.
13391 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13392 (ps-print-prologue-header, ps-print-control-characters)
13393 (ps-spool-config): Customization fix.
13394
133952000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13396
13397 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13398 converted to the new menu-item format, names silightly changed,
13399 help strings added.
13400
13401 Support for spelling without async subprocesses:
13402
13403 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13404 (ispell-session-buffer): New variables.
13405 (ispell-start-process, ispell-process-status,
13406 ispell-accept-output, ispell-send-string): New functions, for
13407 Ispell invocation when async subprocesses aren't supported.
13408 (ispell-word, ispell-pdict-save, ispell-command-loop,
13409 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13410 to process-send-string with calls to ispell-send-string, and
13411 accept-process-output with ispell-accept-output.
13412 (ispell-init-process): Call ispell-process-status instead of
13413 process-status with.
13414 (ispell-init-process): Call ispell-start-process. Call
13415 ispell-accept-output and ispell-send-string. Don't call
13416 process-kill-without-query and kill-process if they are unbound.
13417 (ispell-async-processp): New function.
13418
134192000-04-12 Dave Love <fx@gnu.org>
13420
13421 * info.el: Add debug-ignored-errors.
13422 (Info-mode-menu): Add some items.
13423 (Info-directory): Add autoload cookie.
13424
13425 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13426 Modify `truncate-lines'. Make `describe-language-environment'
13427 always visible and add help. Modify `describe-key' help. Invoke
13428 Info-directory from `info'. New entry `emacs-manual'.
13429
134302000-04-10 Gerd Moellmann <gerd@gnu.org>
13431
13432 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13433 propertized-buffer-identification.
13434 (ebrowse-update-member-buffer-mode-line): Likewise.
13435 (ebrowse--mode-strings): Removed.
13436 (ebrowse--mode-line-props): Removed.
13437
13438 * files.el (auto-mode-alist): Add `EBROWSE'.
13439
13440 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13441 space before testing for end of buffer.
13442 (ebrowse-load): Removed.
13443 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13444 (ebrowse-create-tree-buffer): Rewritten.
13445 (ebrowse-tree-mode): Read tree from buffer.
13446
13447 * progmodes/ebrowse-ffh.el: Removed.
13448
134492000-04-10 Kenichi Handa <handa@etl.go.jp>
13450
13451 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13452
134532000-04-10 Gerd Moellmann <gerd@gnu.org>
13454
13455 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13456 at the wrong place.
13457
134582000-04-09 Dave Love <fx@gnu.org>
13459
13460 * files.el (backup-enable-predicate): Use
13461 temporary-file-directory, small-temporary-file-directory.
13462 (make-backup-file-name-function, backup-directory-alist): New
13463 variables.
13464 (make-backup-file-name-1): New function.
13465 (make-backup-file-name): Use it.
13466 (find-backup-file-name): Likewise. Use format for clarity, not
13467 concat.
13468 (file-newest-backup): Use make-backup-file-name.
13469
134702000-04-09 Gerd Moellmann <gerd@gnu.org>
13471
13472 * progmodes/ebrowse-ffh.el: New file.
13473
13474 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13475 to ebrowse-ffh.el.
13476 (ebrowse-load): Add autoload.
13477
13478 * finder.el (finder-commentary): Add autoload cookie.
13479
13480 * mail/rfc2368.el: Correct author's email address.
13481
13482 * progmodes/ebrowse.el: New file.
13483
13484 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13485 item help string.
13486 (easy-menu-do-add-item): Ditto.
13487 (easy-menu-define): Extend doc string.
13488
13489 * jit-lock.el (with-buffer-unmodified): Use
13490 restore-buffer-modified-p.
13491 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13492 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13493 with-buffer-unmodified.
13494
134952000-04-08 Dave Love <fx@gnu.org>
13496
13497 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13498 unless, when.
13499
135002000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13501
13502 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13503 (viper-flash-search-pattern): No operation when using Emacs
13504 doesn't support face.
13505 Use `viper-put-on-search-overlay'.
13506
135072000-04-04 Gerd Moellmann <gerd@gnu.org>
13508
13509 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13510 like C-r.
13511
13512 * progmodes/make-mode.el: Some doc fixes.
13513 (makefile-mode-abbrev-table): New variable.
13514 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13515 (makefile-font-lock-keywords): Fontify includes and conditionals.
13516 (toplevel): Require `dabbrev' and `add-log' when compiling.
13517
13518 * replace.el (perform-replace): Don't move forward one char
13519 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13520 to do that because it leaves point 1 position after the last
13521 replacement, after everything has been replaced.
13522
13523 * jit-lock.el (with-buffer-unmodified): New macro.
13524 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13525 modified state.
13526 (jit-lock-function-1): Extracted from jit-lock-function; not
13527 preserving buffer's modified state.
13528 (jit-lock-function, jit-lock-stealth-fontify): Call
13529 jit-lock-function-1.
13530
13531 * mail/rfc2368.el: Remove supernumerary copyright line.
13532
135332000-04-04 Milan Zamazal <pdm@freesoft.cz>
13534
13535 * glasses.el: Provide facilities for inserting space before left
13536 parentheses and uncapitalization of identifiers.
13537 (glasses-mode): Try to remove old overlays in all cases.
13538
135392000-04-03 Gerd Moellmann <gerd@gnu.org>
13540
13541 * progmodes/compile.el (compile-internal): Display the compilation
13542 buffer in a different frame, if it's already displayed there.
13543
13544 * mail/rfc2368.el: New file.
13545
13546 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13547 header and insert its value as mail body.
13548
13549 * subr.el (member-ignore-case): New function.
13550
13551 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13552 (dabbrev--find-expansion): Ignore buffers matching a regexp
13553 from dabbrev-ignored-regexps.
13554
13555 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13556 to extensions handled by gzip.
13557
135582000-04-03 Richard M. Stallman <rms@gnu.org>
13559
13560 * files.el (insert-directory): List the total free space
13561 along with the used space.
13562
13563 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13564 line is followed by one that matches CITATION-REGEXP, end the
13565 paragraph.
13566
135672000-04-03 Markus Rost <rost@delysid.gnu.org>
13568
13569 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13570 (rmail-make-basic-summary-line): Use that option.
13571
135722000-04-03 Kenichi Handa <handa@etl.go.jp>
13573
13574 * international/mule-cmds.el (encoded-string-description):
13575 Rewritten. Try pretty description for ISO 2022 escape sequences
13576 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13577 for hexadecimal format.
13578
135792000-04-01 Dave Love <fx@gnu.org>
13580
13581 * cpp.el: Change customization group to `c' from `C'.
13582
13583 * vcursor.el (vcursor-move): Use display-color-p.
13584
13585 * international/mule-util.el: Provide mule-utils.
13586 (string-to-sequence): Simplify and speed up.
13587
13588 * international/mule.el (make-coding-system): Purecopy doc-string.
13589
13590 * international/mule-cmds.el: Various menu changes.
13591 (describe-specified-language-support): Handle `Default'.
13592 (set-language-info): Purecopy `info'.
13593
135942000-03-31 Andrew Innes <andrewi@gnu.org>
13595
13596 * vc.el (vc-backend-diff): Return the correct status if we had to
13597 retry the rcsdiff command without the --brief option.
13598
135992000-03-31 Dave Love <fx@gnu.org>
13600
13601 * help.el (help-manyarg-func-alist): Correct several omissions.
13602
13603 * add-log.el: Don't require cl, fortran.
13604 (add-log-current-defun-function): Doc fix.
13605 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13606 fix.
13607 (change-log-version-rcs): Function deleted.
13608 (change-log-version-number-search): Doc fix. Use
13609 vc-workfile-version. Avoid CL dolist.
13610 (add-change-log-entry): Just call add-log-current-defun to get
13611 defun. Simplify somewhat.
13612 (change-log-get-method-definition-1): Likewise.
13613 (add-log-current-defun): Return nil if calling
13614 add-log-current-defun-function does so. Move Fortran stuff to
13615 fortran.el. Return string without properties.
13616
13617 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13618 and :alpha: char classes.
13619
13620 * mail/supercite.el: Defvar curline when compiling.
13621 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13622 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13623 rather than a-zA-Z0-9 to allow non-ASCII characters.
13624
136252000-03-31 Gerd Moellmann <gerd@gnu.org>
13626
13627 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13628
13629 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13630 Re-enable new code.
13631
13632 * lpr.el (print-region-1): Use -d to specify printer name for
13633 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13634
136352000-03-31 Dave Love <fx@gnu.org>
13636
13637 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13638 for function definition in symbol's function value slot first
13639 instead of first consulting byte-compile-function-environment.
13640
136412000-03-31 Kenichi Handa <handa@etl.go.jp>
13642
13643 * language/european.el ("Polish"): New language environment.
13644 (setup-polish-environment): New function.
13645
136462000-03-30 Gerd Moellmann <gerd@gnu.org>
13647
13648 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13649 Disable new code.
13650
13651 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13652 trying to `load' the symbol of an autoload instead of the file
13653 recorded in the autoload. Fix error messages.
13654
136552000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13656
13657 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13658 (ps-print-version): New version number (5.1.3).
13659 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13660 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13661 (ps-generate-postscript-with-faces): Code fix.
13662 (ps-color-values): XEmacs compatibility.
13663 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13664 (ps-default-fg, ps-default-bg): Adjust customization.
13665 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13666 (ps-color-scale): Renaming old ps-color-value fun.
13667 (ps-print-headers): Replace ps-print-header group to avoid conflict
13668 with ps-print-header variable.
13669 (ps-print-miscellany): New group.
13670 (ps-format-color, ps-rgb-color): New funs.
13671 (ps-default-foreground): New var.
13672 (ps-printer-name-option): New const.
13673
136742000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13675
13676 * net/net-utils.el:
13677 (network-connection-host, network-connection-service): New variables
13678 (network-connection-mode): New mode, derived from comint-mode
13679 (network-connection-mode-setup): New function, saves host and
13680 service information in local variables.
13681
13682 * lisp/locate.el:
13683 (locate-word-at-point): Added this function
13684 (locate): Default to using locate-word-at-point as input
13685 Run dired-mode-hook
13686
136872000-03-29 Dave Love <fx@gnu.org>
13688
13689 * calendar/appt.el: Doc fixes.
13690 (appt-check): Convert min-to-app to a string before passing to
13691 appt-disp-window-function or concat.
13692 (appt-delete-window): Remove test for frame-root-window.
13693 (appt-select-lowest-window, appt-convert-time): Simplify.
13694
13695 * emacs-lisp/bytecomp.el: Doc fixes.
13696 (byte-compile-file-form-autoload): Update
13697 byte-compile-function-environment.
13698
136992000-03-29 Andreas Schwab <schwab@suse.de>
13700
13701 * emacs-lisp/autoload.el: Also print defsubst doc string
13702 specially.
13703
13704 * dired.el (dired-insert-directory): If dired-free-space-program
13705 failed just delete its output.
13706
137072000-03-29 Dave Love <fx@gnu.org>
13708
13709 * international/iso-cvt.el: Move provide to end. Doc fixes.
13710 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13711 (iso-iso2sgml, iso-sgml2iso): New functions.
13712 (iso-cvt-define-menu): Fix some entries and use backquote for
13713 clarity.
13714
13715 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13716
137172000-03-28 Gerd Moellmann <gerd@gnu.org>
13718
13719 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13720 ISO-DATE. If non-nil, return date in ISO 8601 format.
13721
137222000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13723
13724 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13725 if it ever becomes used.
13726 (log-edit-mode-hook): Default to vc-log-mode-hook.
13727 (log-edit-mode): Fix the docstring.
13728
13729 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13730 the code.
13731
137322000-03-26 Dave Love <fx@gnu.org>
13733
13734 * net/browse-url.el (browse-url): Re-fix case of
13735 browse-url-browser-function being an alist.
13736 (browse-url): Add :link to defgroup.
13737
13738 * files.el: Doc fixes.
13739 (file-truename): Include `[' in wildcard characters.
13740 (automount-dir-prefix): Customize.
13741 (find-file-wildcards): Add :version.
13742 (find-file-noselect): Simplify a mapcar call.
13743
13744 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13745 compatible with inf-lisp version.
13746 (eval-defun-1): Fix custom-declare-variable case.
13747
137482000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13749
13750 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13751
137522000-03-24 Gerd Moellmann <gerd@gnu.org>
13753
13754 * Makefile (COMPILE_FIRST): New macro.
13755 (compile-files): Compile files from COMPILE_FIRST first.
13756
13757 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13758 code.
13759
13760 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13761 matching open parenthesis in column 0 to defun-prompt-regexp
13762 only if open-paren-in-column-0-is-defun-start is set.
13763
13764 * sun-curs.el: Require CL at compile-time only.
13765
13766 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13767 instead of copy-list which is a function from CL.
13768 (msb--choose-menu, msb--mode-menu-cond)
13769 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13770 (msb--init-file-alist): Use mapcar instead of mapcan.
13771 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13772 `(' in column 0 in doc string.
13773 (msb--add-separators): Use mapcar instead of mapcan.
13774
13775 * cus-dep.el: Require CL at compile-time only.
13776
137772000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13778
13779 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13780 (byte-compile-warnings): New warning `noruntime'.
13781 (byte-compile-constants, byte-compile-variables): Fix docstring.
13782 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13783 execute `eval-whenc-compile's body.
13784 (byte-compile-unresolved-functions): Fix docstring.
13785 (byte-compile-eval): New function.
13786 (byte-compile-callargs-warn): Check if the function will be available
13787 at runtime (via property `byte-compile-noruntime').
13788 (byte-compile-print-syms): New function.
13789 (byte-compile-warn-about-unresolved-functions): Also warn about
13790 `noruntime' functions (and use `byte-compile-print-syms').
13791 (byte-compile-file): Capitalize the message.
13792
137932000-03-24 Gerd Moellmann <gerd@gnu.org>
13794
13795 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13796 (rmail-expunge): Ask for confirmation depending on the setting
13797 of rmail-confirm-expunge.
13798
137992000-03-23 Gerd Moellmann <gerd@gnu.org>
13800
13801 * Makefile (bootstrap-clean): If $(emacs) exists, build
13802 loaddefs.el first. A loaddefs.el that's not up-to-date might
13803 cause a bootstrap failure because things don't autoload as
13804 expected.
13805
138062000-03-23 Dave Love <fx@gnu.org>
13807
13808 * net/browse-url.el: Restore previous use of
13809 browse-url-maybe-new-window.
13810
138112000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13812
13813 * ps-print.el: Skip banner page fix.
13814 (ps-print-version): New version number (5.1.2).
13815 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13816
138172000-03-23 Dave Pearson <davep@davep.org>
13818
13819 * net/quickurl.el Changed the type of parameter passed to the
13820 function defined by `quickurl-format-function'. Before only the
13821 text of the URL was passed. Now the whole URL structure is passed
13822 and the function is responsible for extracting the parts it
13823 requires. Changed the default of `quickurl-format-function'
13824 accordingly.
13825 (quickurl-insert): Changed the `funcall' of
13826 `quickurl-format-function' to match the above change.
13827 (quickurl-list-insert): Changed the `url' case so that it makes
13828 use of `quickurl-format-function', previous to this the format was
13829 hard wired.
13830
138312000-03-22 Gerd Moellmann <gerd@gnu.org>
13832
13833 * startup.el: Change some spellings for the X Window System.
13834
138352000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13836
13837 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13838 up the code and the regexp and make sure the cursor is temporarily
13839 moved to the suspicious line while querying the user.
13840
138412000-03-22 Jason Rumney <jasonr@gnu.org>
13842
13843 * w32-fns.el (w32-charset-info-alist): Initialize.
13844
138452000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13846
13847 * ps-print.el: N-up last page fix.
13848 (ps-print-version): New version number (5.1.1).
13849 (ps-end-file, ps-end-job, ps-generate): Code fix.
13850
138512000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13852
13853 * files.el (find-file-run-dired): Update docstring.
13854 (find-directory-functions): New hook.
13855 (find-file-noselect): Run find-directory-functions rather than
13856 calling dired directly.
13857
13858 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13859
13860 * pcvs.el: Add a minimal leading commentary.
13861 (cvs-make-cvs-buffer): Change the header part by removing the startup
13862 message and adding a `Module' entry. Also replace the FOOTER and
13863 HEADER special fileinfos with the new support in ewoc for updating
13864 its own footer and header.
13865 (cvs-update-header): Update to use the header/footer of the ewoc.
13866 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13867 (cvs-is-within-p): New function.
13868 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13869 to only examine some subset of the buffers.
13870
13871 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13872 `format' instead of our own ad-hoc functions.
13873 Remove HEADER and FOOTER cases, now handled in the EWOC.
13874 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13875
13876 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13877 output to avoid scaring the user.
13878 (cvs-parse-table): Catch message for non-up-to-date commits.
13879
13880 * pcvs-defs.el (cvs-startup-message): Remove.
13881 (cvs-global-menu): New autoloaded menu.
13882
13883 * pcvs-util.el (cvs-string-fill): Remove.
13884
13885 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13886 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13887 PP part of it and also make it work for footers and headers.
13888 (ewoc-create): Drop POS and BUFFER arguments.
13889 Use the DLL's dummy node to store the end-of-footer position.
13890 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13891 (ewoc-refresh): Remove unused `header' variable.
13892 (ewoc-(get|set)-hf): New functions.
13893
13894 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13895 log-view-*-(message|file) and use easy-mmode-define-navigation.
13896 (log-view-message-re): Match SCCS format as well.
13897 And match the revision line rather than the dashed separator line.
13898 (log-view-mode): Use the new define-derived-mode.
13899 (log-view-current-tag): Fill in with an actual implementation.
13900
13901 * cvs-status.el (cvs-status-(prev|next)): Rename from
13902 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13903 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13904 to let the output "breathe" a little more (more readable).
13905 (cvs-status-mode): Use the new define-derived-mode.
13906
13907 * smerge-mode.el (smerge-auto-leave): New function and variable.
13908 (smerge-basic-map): Rename from smerge-basic-keymap.
13909 Change the bindings for smerge-diff-*.
13910 (smerge-*-map): Use easy-mmode-defmap.
13911 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13912 (smerge-keep-*): Use smerge-auto-leave.
13913
139142000-03-21 Jason Rumney <jasonr@gnu.org>
13915
13916 * cus-edit.el (custom-button-face): Use 3D look for w32.
13917 (custom-button-pressed-face): Likewise.
13918
139192000-03-21 Gerd Moellmann <gerd@gnu.org>
13920
13921 * progmodes/etags.el (tags-case-fold-search): New user-option.
13922 (tags-loop-eval): New function. Bind case-fold-search around eval
13923 depending on the value of tags-case-fold-search.
13924 (tags-loop-continue): Use tags-loop-eval.
13925 (find-tag-in-order): Bind case-fold-search depending on the value
13926 of tags-case-fold-search.
13927
139282000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13929
13930 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13931 (diff-end-of-hunk): Return the end position for use in
13932 `easy-mmode-define-navigation'.
13933 (diff-recenter): Remove.
13934 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13935 of `easy-mmode-define-navigation'.
13936 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13937 previous renaming) and fix to use new names.
13938 (diff-merge-strings): Use \n as separator: simpler, faster.
13939 (diff-mode): Use `define-derived-mode'.
13940
13941 * derived.el (define-derived-mode): Don't autoload anymore.
13942 Prefer the macro-only version provided by easy-mmode.el.
13943
13944 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13945 `easy-mmode-define-derived-mode'.
13946 Use `combine-run-hooks'.
13947 (easy-mmode-define-navigation): New macro.
13948
13949 * subr.el (combine-run-hooks): New function.
13950
139512000-03-21 Kenichi HANDA <handa@etl.go.jp>
13952
13953 * term/x-win.el: Fontsets related initialization is simplified.
13954
13955 * international/mule-diag.el (describe-font): Don't refer to
13956 global-fontset-alist, instead call font-list.
13957 (describe-fontset, list-fontsets, mule-diag): Likewise.
13958 (print-fontset): Adjusted for the change of fontset
13959 implementation.
13960
13961 * international/fontset.el (x-charset-registries): Variable
13962 removed, instead the corresponding data is stored in the default
13963 fontset.
13964 (register-alternate-fontnames): Function removed.
13965 (resolved-ascii-font): Variable removed.
13966 (x-compose-font-name): Ignore the second argument REDOCE.
13967 (x-complement-fontset-spec): Complement only an ASCII font and
13968 element for those charsets than can use that ASCII font.
13969 (generate-fontset-menu): Don't refer to global-fontset-alist,
13970 instead call fontset-list.
13971 (uninstantiated-fontset-alist): Variable removed.
13972 (x-style-funcs-alist): Likewise.
13973 (fontset-default-styles): Likewise.
13974 (x-modify-font-name): Function removed.
13975 (create-fontset-from-fontset-spec): Ignore the argument
13976 STYLE-VARIANT.
13977 (create-fontset-from-ascii-font): Docsting adjusted for the above
13978 change.
13979 (instantiate-fontset, resolve-fontset-name): Functions removed.
13980 (fontset-list): Now implemented by C code.
13981
13982 * faces.el (read-face-font): Fix TABLE arg to completing-read.
13983 (describe-face): Include `font' attribute in the description.
13984
139852000-03-21 Kenichi Handa <handa@etl.go.jp>
13986
13987 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
13988
139892000-03-20 Gerd Moellmann <gerd@gnu.org>
13990
13991 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
13992 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
13993 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
13994
13995 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
13996 about behavior of set-buffer-modified-p wrt redisplay.
13997
139982000-03-19 Richard M. Stallman <rms@gnu.org>
13999
14000 * view.el (view-mode-disable): Kill local binding of view-read-only.
14001
140022000-03-18 Gerd Moellmann <gerd@gnu.org>
14003
14004 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14005 is a string, convert it to a syntax cell using string-to-syntax.
14006
14007 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14008 (string-to-syntax): New function.
14009
14010 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14011 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14012 try to use passive ftp mode.
14013
140142000-03-17 Gerd Moellmann <gerd@gnu.org>
14015
14016 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14017
14018 * simple.el (append-to-buffer): Update point of windows after
14019 insertion.
14020
14021 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14022 forward then moving backward. Reindent.
14023
14024 * frame.el (other-frame): Call x-focus-frame only if
14025 focus-follows-mouse is off.
14026
140272000-03-17 Dave Love <fx@gnu.org>
14028
14029 * pcvs-util.el (cvs-strings->string): Rename
14030 replace-regexps-in-string.
14031
140322000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14033
14034 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14035 regexp for labels cannot span several lines.
14036
14037 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14038 `(setq :<key> ':<key>)' to the macro expansion.
14039
140402000-03-16 Dave Love <fx@gnu.org>
14041
14042 * progmodes/f90.el (f90): Put custom group under `languages', not
14043 `fortran'.
14044 (f90-mode-hook): Customize.
14045 (f90-mode): Set add-log-current-defun-function.
14046 (f90-current-defun): New function.
14047
140482000-03-16 Gerd Moellmann <gerd@gnu.org>
14049
14050 * cus-edit.el (custom-variable-tag-face): Handle case that
14051 default face's height is not a number.
14052 (custom-face-tag-face, custom-group-tag-face-1)
14053 (custom-group-tag-face): Ditto.
14054 (custom-group-tag-face-1): Add :group.
14055
14056 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14057
140582000-03-15 Gerd Moellmann <gerd@gnu.org>
14059
14060 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14061 requiring easymenu.
14062
140632000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14064
14065 * ps-print.el: PostScript user-defined prologue, PostScript error
14066 handler, doc fix.
14067 (ps-print-version): New version number (5.1).
14068 (ps-user-defined-prologue, ps-error-handler-message)
14069 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14070 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14071 (ps-insert-string): New function.
14072
140732000-03-15 Kenichi Handa <handa@etl.go.jp>
14074
14075 * international/ccl.el (ccl-compile-expression): Don't generate
14076 invalid self-assignment code.
14077
140782000-03-14 Dave Love <fx@gnu.org>
14079
14080 * subr.el (replace-regexp-in-string): Renamed from
14081 replace-regexps-in-string. Doc fix.
14082
140832000-03-12 Dave Love <fx@gnu.org>
14084
14085 * cus-edit.el: Doc fixes.
14086 (customize-set-variable, customize-save-variable): Rename args for
14087 doc.
14088 (custom-variable-tag-face, custom-face-tag-face)
14089 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14090 style which user identify as hyperlink.
14091 (hook): Don't add undefined functions to the hook.
14092 (debug-ignored-errors): Transfer message from bindings.el.
14093
140942000-03-12 Gerd Moellmann <gerd@gnu.org>
14095
14096 * recentf.el (recentf-keep-non-readable-files-p): Remove
14097 double/nested definition.
14098
140992000-03-12 Dave Love <fx@gnu.org>
14100
14101 * facemenu.el (facemenu-get-face): Use display-color-p.
14102 * enriched.el (enriched-decode-foreground): Likewise.
14103 (enriched-decode-background): Likewise.
14104 * isearch.el (isearch-highlight): Likewise.
14105 * info-look.el (info-lookup): Likewise.
14106 * simple.el (completion-setup-function): Likewise.
14107
14108 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14109 :options.
14110
14111 * bindings.el (mode-line-format): Fix line-number and
14112 column-number items. Add help-echo for the background.
14113 (mode-line-mule-info): Modify help-echo.
14114
14115 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14116
14117 * files.el (load-file): Allow completion to .elc.
14118
14119 * man.el: Doc fixes.
14120 (Man-init-defvars): Use display-color-p to set fontification.
14121
14122 * play/hanoi.el (hanoi-internal): Don't use oddp.
14123
141242000-03-12 Gerd Moellmann <gerd@gnu.org>
14125
14126 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14127
14128 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14129
141302000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14131
14132 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14133 Fix comment.
14134
141352000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14136
14137 * font-lock.el (font-lock-keywords): Fix the doc now that
14138 regexp-opt-depth is unnecessary.
14139 (save-buffer-state): Set an edebug spec.
14140 (font-lock-fontify-anchored-keywords): Properly handle the case when
14141 the matcher goes past the limit.
14142
14143 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14144 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14145
14146 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14147 dll.el and cookie.el (from Elib) with heavy renaming and other
14148 massaging.
14149
14150 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14151 Autoload the functions used.
14152 (easy-mmode-define-syntax): Fix CL typo.
14153 (easy-mmode-define-derived-mode): Improve the docstring generation.
14154
141552000-03-10 Gerd Moellmann <gerd@gnu.org>
14156
14157 * textmodes/texinfo.el (texinfo-version): Variable and function
14158 removed.
14159
141602000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14161
14162 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14163 allow more flexibility.
14164 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14165 fns.
14166 (easy-mmode-defmap, easy-mmode-defsyntax)
14167 (easy-mmode-define-derived-mode): New macros.
14168
141692000-03-09 Didier Verna <didier@xemacs.org>
14170
14171 * rect.el (replace-rectangle): New function.
14172
141732000-03-09 Dave Love <fx@gnu.org>
14174
14175 * progmodes/fortran.el (fortran-comment-line-start): Define as
14176 "C".
14177 (fortran-comment-line-start-skip): Don't match cpp stuff.
14178 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14179 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14180 (fortran-mode): Don't set fortran-comment-line-start-skip,
14181 fortran-comment-line-start here. Set comment-start,
14182 add-log-current-defun.
14183 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14184 (fortran-current-defun): New function.
14185
141862000-03-09 Gerd Moellmann <gerd@gnu.org>
14187
14188 * emacs-lisp/re-builder.el: New file.
14189
14190 * mouse.el (mouse-drag-region): Don't run up-event handler
14191 if hscroll has changed.
14192
14193 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14194 builtin operators, use `font-lock-builtin-face' for Emacs and
14195 `font-lock-preprocessor-face' otherwise.
14196
14197 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14198 `(defun (setf foo)' differently.
14199
142002000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14201
14202 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14203 (regexp-opt): Update comment and adapt the code the new meaning of
14204 the `paren' argument of regex-opt-group for shy-groups.
14205 (regexp-opt-depth): Handle shy groups as well as backslashed
14206 backslashes.
14207 (regexp-opt-group): Turn the leading comment into a docstring.
14208 Allow `paren' to be a string (the string to use to open a group).
14209 Remove open-presuf and close-presuf. Instead of checking for `all
14210 one-char' and then later on check for `several one-char', handle
14211 both cases close together. Also apply a more generic algorithm
14212 for suffixes (the mirror image of the algorithm used for
14213 prefixes). Use shy-groups. Use nreverse rather than reverse.
14214 (regexp-opt-try-suffix): Removed.
14215
14216 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14217 from comint-mode-map, so we can just inherit from it. Also, move
14218 the initialization into the `defvar' since there's no docstring
14219 anyway and it's fairly short.
14220 (inferior-scheme-mode): Define it as derived-mode: the code is
14221 shorter and this way we inherit from comint-mode-map rather than
14222 copying it.
14223
14224 * subr.el (replace-regexps-in-string): Properly handle the case
14225 where we match an empty string.
14226
14227 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14228 when the command has a directory component (such as "./testml").
14229 Also fix a typo in the comment.
14230
142312000-03-08 Gerd Moellmann <gerd@gnu.org>
14232
14233 * Makefile (compile-files): Compile files one by one because
14234 that's the only way to ensure a clean compilation environment for
14235 each individual file.
14236
14237 * frame.el (other-frame): Call x-focus-frame.
14238
142392000-03-07 Dave Love <fx@gnu.org>
14240
14241 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14242 :require to defcustom.
14243
14244 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14245 lists.
14246
14247 * files.el (auto-mode-alist): Add configure.in.
14248
14249 * progmodes/autoconf.el: New file.
14250
142512000-03-07 Gerd Moellmann <gerd@gnu.org>
14252
14253 * mail/mh-e.el: Change maintainer to `none'.
14254
14255 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14256 to remove-hook and add-hook.
14257
142582000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14259
14260 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14261 it as the default.
14262 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14263 (sendmail-send-it): Conditionally add MIME headers specifying the
14264 used character set.
14265
142662000-03-07 Dave Love <fx@gnu.org>
14267
14268 * winner.el: Fix keywords, autoload cookies. Split
14269 eval-when-compile form to avoid compilation failure.
14270
142712000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14272
14273 * international/mule.el: Modify comment about coding system
14274 property `coding-category'.
14275 (make-coding-system): New argument EOL-TYPE. Pay attention to
14276 coding-category property of PROPERTIES.
14277
14278 * international/mule-conf.el (coding-category-utf-8,
14279 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14280 categories. Include them in the argument for set-coding-priority.
14281
14282 * international/mule-cmds.el (reset-language-environment): Include
14283 coding-category-utf-8, coding-category-utf-16-be, and
14284 coding-category-utf-16-le in the argument for set-coding-priority.
14285 (reset-language-environment): Initialize coding-category-utf-8,
14286 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14287
142882000-03-06 Karl Fogel <kfogel@red-bean.com>
14289
14290 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14291 code abstracted out of `bookmark-jump-noselect'. Now tries info
14292 extensions as well as compression extensions.
14293 (bookmark-jump-noselect): Use above new func.
14294
142952000-03-03 Gerd Moellmann <gerd@gnu.org>
14296
14297 * strokes.el: Change maintainer's mail address.
14298
142992000-03-03 Kenichi Handa <handa@etl.go.jp>
14300
14301 * international/mule-diag.el (list-character-sets): Make help-echo
14302 string by substitute-command-keys.
14303 (list-character-sets): Likewise.
14304 (sort-listed-character-sets): Call help-setup-xref.
14305
143062000-03-02 Gerd Moellmann <gerd@gnu.org>
14307
14308 * time.el (display-time-mail-file): Add `none' to the list of
14309 choices.
14310
143112000-03-01 Dave Love <fx@gnu.org>
14312
14313 * help.el (help-xref-go-back): Don't try to set position.
14314
14315 * international/mule-diag.el (list-character-sets): Call
14316 help-setup-xref. Add help-echo to xrefs.
14317 (list-character-sets-1): Add help-echo to xrefs.
14318
143192000-03-02 Gerd Moellmann <gerd@gnu.org>
14320
14321 * frame.el (blink-cursor-mode): Switch cursor on when turning
14322 the mode off.
14323
14324 * add-log.el (add-log-current-defun): Add support for
14325 Autoconf mode.
14326
14327 * mail/rmail.el (rmail-quit-hook): New variable.
14328
143292000-03-01 Dave Love <fx@gnu.org>
14330
14331 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14332
14333 * help.el (help-xref-button): Add help-echo arg.
14334 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14335
14336 * faces.el (list-faces-display): Supply help-echo with
14337 help-make-xrefs.
14338
14339 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14340 nil.
14341
143422000-03-01 Gerd Moellmann <gerd@gnu.org>
14343
14344 * image.el (defimage): Look for image files in load-path.
14345
14346 * frame.el (busy-cursor-delay-seconds): Change type to
14347 `number'.
14348
143492000-03-01 David Ponce <david.ponce@wanadoo.fr>
14350
14351 * recentf.el (recentf): Added version tag to the defgroup of
14352 recentf.
14353
143542000-03-01 David Ponce <david.ponce@wanadoo.fr>
14355
14356 * recentf.el (recentf-cleanup): Changed to remove excluded file
14357 too.
14358 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14359 action to select/unselect a file.
14360 (recentf-edit-list): Code cleanup and improvement.
14361 (recentf-open-more-files-action): `recentf-open-more-files' button
14362 widget action to open a file.
14363 (recentf-open-more-files): No more use standard completion but
14364 widgets.
14365 (recentf-more-collection): Deleted.
14366 (recentf-more-history): Deleted.
14367 (recentf-setup-more-completion): Deleted.
14368
143692000-03-01 David Ponce <david.ponce@wanadoo.fr>
14370
14371 * recentf.el (recentf-mode): No more needs that Emacs is running
14372 under a window-system.
14373
143741999-03-01 David Ponce <david.ponce@wanadoo.fr>
14375
14376 * recentf.el (recentf-edit-list): New command to edit the recent
14377 list which allow the user to remove files.
14378 (recentf-edit-selected-items): New global variable, used by
14379 `recentf-edit-list' to hold the list of files to be removed from
14380 the recent list.
14381 (recentf-make-menu-items): Updated to display a "Edit list..."
14382 menu item. Minor code cleanup.
14383
143841999-03-01 David Ponce <david.ponce@wanadoo.fr>
14385
14386 * recentf.el (recentf-open-more-files): New command to open files
14387 that are not displayed in the menu.
14388 (recentf-more-collection): New global variable holding the set of
14389 permissible completions used by `recentf-open-more-files'.
14390 (recentf-more-history): New global variable holding the history list
14391 used by `recentf-open-more-files' completion.
14392 (recentf-setup-more-completion): New function to setup completion for
14393 `recentf-open-more-files'.
14394 (recentf-make-menu-items): Updated to display a "More..." menu item.
14395
143961999-03-01 David Ponce <david.ponce@wanadoo.fr>
14397
14398 * recentf.el (recentf-menu-action): Doc fixed.
14399
144001999-03-01 David Ponce <david.ponce@wanadoo.fr>
14401
14402 * recentf.el (recentf-menu-filter): Doc updated.
14403 (recentf-update-menu-hook): Allow menu filters to force menu update.
14404 (recentf-make-menu-items): New menu filter handling.
14405 (recentf-make-menu-item): New helper function.
14406 (recentf-menu-elements): New menu handling function.
14407 (recentf-sort-ascending): Updated to new menu filter handling.
14408 (recentf-sort-descending): Updated to new menu filter handling.
14409 (recentf-sort-basenames-ascending): New menu filter function.
14410 (recentf-sort-basenames-descending): New menu filter function.
14411 (recentf-show-basenames): New menu filter function.
14412 (recentf-show-basenames-ascending): New menu filter function.
14413 (recentf-show-basenames-descending): New menu filter function.
14414
144152000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14416
14417 * diary-lib.el (list-diary-entries): Don't try to go forward at
14418 the end of the buffer.
14419
144202000-02-29 Kenichi Handa <handa@etl.go.jp>
14421
14422 * international/mule-diag.el (list-character-sets): Completely
14423 rewritten.
14424 (sort-listed-character-sets): New function.
14425 (list-character-sets-1): Completely rewritten.
14426 (list-character-sets-2): New function.
14427 (non-iso-charset-alist): New variable.
14428 (decode-codepage-char): New function.
14429 (charset-history): New variable.
14430 (read-charset) (list-block-of-chars)
14431 (list-iso-charset-chars)
14432 (list-non-iso-charset-chars)
14433 (list-charset-chars): New functions.
14434 (mule-diag): Call list-character-sets-2, not
14435 list-character-sets-2.
14436 (dump-charsets): Likewise.
14437
144382000-02-29 Gerd Moellmann <gerd@gnu.org>
14439
14440 * dired-x.el (dired-filename-at-point): Add `@' to valid
14441 file name characters.
14442 (dired-filename-at-point): Handle ange-ftp file names.
14443
14444 * frame.el (frame-notice-user-settings): Use assq-delete-all
14445 instead of assoc-delete-all.
14446 (frame-notice-user-settings): Ditto.
14447
14448 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14449 Don't copy alist.
14450
144512000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14452
14453 * calculator.el (calculator-use-menu): New option.
14454 (calculator-initial-bindings): Changed some bindings to work as
14455 macros.
14456 (calculator-forced-input): Removed.
14457 (calculator-restart-other-mode): New variable.
14458 (calculator-mode-map): Set up menu.
14459
144602000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14461
14462 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14463 tags.
14464
144652000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14466
14467 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14468 translate all ESC key sequences.
14469 (viper-goto-mark-subr): restore markers for files for which
14470 they were saved.
14471 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14472 * viper-util.el (viper-set-replace-overlay-glyphs,
14473 viper-set-replace-overlay): always check if the replacement
14474 overlay is live.
14475 * viper.el (viper-vi-state-mode-list): added major modes.
14476 * ediff-wind.el: minor comment changes.
14477 * ediff.el: copyright notice date fix.
14478
144792000-02-27 Jason Rumney <jasonr@gnu.org>
14480
14481 * faces.el (face-font-family-alternatives): Add arial to helv.
14482 (mode-line, header-line, tool-bar): Same default as x for w32.
14483 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14484 face-font-family-alternatives from working.
14485 * term/w32-win.el (mouse-set-font): Do not build fontset from
14486 chosen font.
14487
144882000-02-25 Sam Steingold <sds@goems.com>
14489
14490 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14491 properly.
14492
144932000-02-25 Richard M. Stallman <rms@gnu.org>
14494
14495 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14496
144972000-02-25 Gerd Moellmann <gerd@gnu.org>
14498
14499 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14500 writable.
14501
14502 * frame.el (busy-cursor-delay-seconds): New option.
14503
145042000-02-24 Gerd Moellmann <gerd@gnu.org>
14505
14506 * frame.el (show-cursor-in-non-selected-windows): New option.
14507
145082000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14509
14510 * diary-lib.el (include-other-diary-files): Undo the selective
14511 display in any included file and don't kill it.
14512
145132000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14514
14515 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14516 bar. Menu items converted to (menu-item format, help strings
14517 added.
14518 [downcase, upcase]: Don't enable on MS-DOS.
14519 [symlink, symlinks]: Don't show if make-symbolic-link is not
14520 bound.
14521 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14522
145232000-02-23 Dave Love <fx@gnu.org>
14524
14525 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14526 (backward-kill-word): Revert addition of * to interactive spec --
14527 it's a feature.
14528
14529 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14530 (backward-kill-sentence, kill-sentence): Likewise.
14531
14532 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14533 scratch buffer name.
14534 (gud-format-command): Use int-to-string in ?l case. Simplify
14535 slightly.
14536
14537 * term/w32-win.el (internal-face-interactive): Update prompt for
14538 new read-face-name.
14539
14540 * mail/footnote.el (footnote): Add :version to defgroup.
14541 (footnote-section-tag-regexp): Customize.
14542 (footnote-start-tag, footnote-end-tag): New option.
14543 (footnote-latin-regexp): New variable.
14544 (Footnote-latin): New function.
14545 (footnote-style-alist): Add element for latin style.
14546 (footnote-style): Moved.
14547 (Footnote-goto-footnote): Use eq to test arg.
14548
14549 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14550
14551 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14552 (byte-compile-trueconstp): Include keywords.
14553 (byte-optimize-quote, byte-optimize-lapcode): Use
14554 byte-compile-const-symbol-p.
14555 (byte-optimize-char-before): New optimization.
14556
14557 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14558 (byte-compile-const-symbol-p): New function.
14559 (byte-compile-constp, byte-compile-out-toplevel)
14560 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14561 Use it.
14562
14563 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14564
145652000-02-23 Kenichi Handa <handa@etl.go.jp>
14566
14567 * international/encoded-kb.el: Be sure to update minor-mode-alist
14568 and minor-mode-map-alist.
14569 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14570 codes SS2 and SS3 correctly.
14571 (encoded-kbd-self-insert-ccl): New function.
14572 (encoded-kbd-setup-keymap): New function.
14573 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14574 by calling encoded-kbd-setup-keymap.
14575
14576 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14577 characters.
14578 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14579 locally.
14580
145812000-02-22 Dave Love <fx@gnu.org>
14582
14583 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14584 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14585 defvar.
14586 (lisp-mode-syntax-table): Set up for #|...|# comments.
14587 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14588 classes. Match `defface'.
14589 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14590 (eval-defun-1): Fix for defcustom.
14591 (lisp-indent-region): Doc fix.
14592
14593 * subr.el (when, unless, split-string): Doc fix.
14594 (read-passwd): Move call of clear-this-command-keys to the right
14595 place.
14596 (replace-regexps-in-string): New function.
14597
145982000-02-22 Gerd Moellmann <gerd@gnu.org>
14599
14600 * help.el (describe-variable): Set syntax table to
14601 emacs-lisp-mode-syntax-table when moving forward over the
14602 symbol's name.
14603
146042000-02-22 Dave Love <fx@gnu.org>
14605
14606 * xt-mouse.el: Doc fixes.
14607 (xterm-mouse-position-function): New function, replacing advice of
14608 mouse-position.
14609 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14610
14611 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14612
146132000-02-21 Gerd Moellmann <gerd@gnu.org>
14614
14615 * format.el (format-annotate-single-property-change): Handle
14616 properties.with dotted-list values.
14617 (format-proper-list-p): New function.
14618
14619 * enriched.el (enriched-face-ans): Handle '(foreground-color
14620 . COLOR) and (background-color . COLOR).
14621
146222000-02-20 Dave Love <fx@gnu.org>
14623
14624 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14625 and assignments to it.
14626 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14627 current local map.
14628 (make-flyspell-overlay): Use it.
14629 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14630
14631 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14632 (lm-get-header-re): Defun, not defsubst.
14633 (lm-get-package-name): Defun, not defsubst. Simplify.
14634 (lm-version): Doc fix. Simplify.
14635 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14636 (lm-crack-address, lm-last-modified-date, lm-commentary)
14637 (lm-verify, lm-synopsis): Simplify.
14638 (lm-report-bug): Require emacsbug. Use compose-mail.
14639
146402000-02-20 Gerd Moellmann <gerd@gnu.org>
14641
14642 * dired.el (dired-mode): Call propertized-buffer-identification
14643 to set mode-line-buffer-identification to something having
14644 the right text properties.
14645
14646 * bindings.el (propertized-buffer-identification): New function.
14647
146482000-02-20 Dave Love <fx@gnu.org>
14649
14650 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14651 check for t-mouse too.
14652
14653 * cus-start.el: Make echo-keystrokes `number'.
14654
146552000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14656
14657 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14658 Don't call ring-empty-p unless tags-location-ring is bound.
14659 From Noah Friedman <friedman@splode.com>.
14660
146612000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14662
14663 * progmodes/hideshow.el (hs-flag-region): No longer use
14664 `intangible' overlay property.
14665
14666 (hs-toggle-hiding): New command.
14667 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14668
14669 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14670 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14671 and deactivation.
14672
146732000-02-18 Gerd Moellmann <gerd@gnu.org>
14674
14675 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14676
146772000-02-17 Gerd Moellmann <gerd@gnu.org>
14678
14679 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14680
14681 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14682 of `*' to handle `(* ... *)' comments.
14683
146842000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14685
14686 * faces.el (list-faces-display): Use display-mouse-p instead of
14687 window-system.
14688
14689 * menu-bar.el (global-map): Menu-bar items converted to the new
14690 format (menu-item..., rearranged for better CUA compliance, and
14691 their names changed for better clarity. Help strings added.
14692
14693 * international/mule-cmds.el (mule-menu-keymap)
14694 (describe-language-environment-map, set-coding-system-map)
14695 (setup-language-environment-map): Convert to new (menu-item...
14696 form, add help strings. Change names of menu items for better
14697 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14698 submenu).
14699
147002000-02-17 Gerd Moellmann <gerd@gnu.org>
14701
14702 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14703 within the code.
14704
147052000-02-16 Dave Love <fx@gnu.org>
14706
14707 * faces.el: Don't require custom. Add more specific :groups to
14708 various deffaces.
14709 (set-face-attribute): Purecopy args.
14710 (read-face-name): Default to name at point and use it in prompt.
14711 Remove colon from arg in all callers.
14712 (list-faces-display): Hyperlink to face descriptions and customize
14713 buffers.
14714
147152000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14716
14717 * wid-edit.el (widget-match-inline): An atom never matches a
14718 list.
14719
147202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14721
14722 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14723 at ':' characters by call to split-string.
14724
147252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14726
14727 * textmodes/bibtex.el: Added RCS version identification.
14728
147292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14730
14731 * textmodes/bibtex.el: Some temporary comments removed.
14732 (bibtex-field-name, bibtex-entry-type): Made the relationship
14733 explicit.
14734 (bibtex-field-const): Allow capital letters.
14735 (bibtex-start-of-string): Deleted because unused.
14736
14737 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14738 use the term 'reference' to describe a bibtex entry as a whole.
14739 Further, reference keys are no longer called 'labels'.
14740 (bibtex-keys): Renamed to bibtex-reference-keys.
14741 (bibtex-reformat-previous-labels): Renamed to
14742 bibtex-reformat-previous-reference-keys.
14743 (bibtex-reference-type): Renamed to bibtex-entry-type.
14744 (bibtex-reference-head): Renamed to bibtex-entry-head.
14745 (bibtex-reference-maybe-empty-head): Renamed to
14746 bibtex-entry-maybe-empty-head.
14747 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14748 (bibtex-search-reference): Renamed to bibtex-search-entry.
14749 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14750 bibtex-enclosing-entry-maybe-empty-head.
14751 (bibtex-entry-field-alist, bibtex-entry-head,
14752 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14753 bibtex-map-entries, bibtex-search-entry,
14754 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14755 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14756 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14757 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14758 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14759 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14760 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14761
147622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14763
14764 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14765 comment.
14766 (bibtex-format-field-delimiters): New function, functionality
14767 extracted from bibtex-format-entry.
14768 (bibtex-autokey-get-yearfield-digits): New function, functionality
14769 extracted from bibtex-autokey-get-yearfield.
14770
14771 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14772 entries in order to avoid stack overflow in the regexp matcher if
14773 field contents become large.
14774 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14775 bibtex-field-string-part-not-braced,
14776 bibtex-field-string-part-no-inner-braces,
14777 bibtex-field-string-part-1-inner-brace,
14778 bibtex-field-string-part-2-inner-braces,
14779 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14780 bibtex-field-string-quoted, bibtex-field-string,
14781 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14782 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14783 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14784 as parsing is now performed by the following functions.
14785 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14786 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14787 bibtex-parse-field-string, bibtex-search-forward-field-string,
14788 bibtex-parse-association, bibtex-field-name-for-parsing,
14789 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14790 bibtex-search-forward-field, bibtex-search-backward-field,
14791 bibtex-start-of-field, bibtex-end-of-field,
14792 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14793 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14794 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14795 bibtex-parse-string, bibtex-search-forward-string,
14796 bibtex-search-backward-string, bibtex-start-of-string,
14797 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14798 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14799 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14800 entries. Instead of reporting the results of the parsing by
14801 match-beginning or match-end, these functions return data structures
14802 that hold the corresponding positions.
14803 (bibtex-enclosing-field): Changed to also report field boundaries by
14804 return values rather than by match-beginning or match-end. The
14805 following functions have been adapted to use the new parsing
14806 functions.
14807 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14808 bibtex-enclosing-field, bibtex-format-entry,
14809 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14810 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14811 bibtex-print-help-message, bibtex-end-of-entry,
14812 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14813 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14814 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14815 method for parsing.
14816 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14817 bibtex-map-entries, bibtex-flash-head,
14818 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14819 bibtex-autokey-change, bibtex-autokey-get-namefield,
14820 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14821 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14822 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14823 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14824 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14825 order to make the new binding of case-fold-search immediately
14826 visible.
14827
148282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14829
14830 * textmodes/bibtex.el: Copyright notice is up to date.
14831 Added constant 'bibtex-maintainer-salutation.
14832
14833 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14834 than make-temp-name, use match-string-no-properties and eliminate
14835 a quadratic behavior when building bibtex-strings.
14836
14837 * bibtex.el (bibtex-reference-key): Accept string entries whose
14838 reference key contains upper case letters.
14839
148402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14841
14842 * bibtex.el (bibtex-reference-head): Allow entries to start with
14843 a new line.
14844
148452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14846
14847 * bibtex.el: Hiding of entry bodies is not longer provided by
14848 bibtex.el directly. Instead the hideshow package can be used.
14849 Added a special bibtex entry to hs-special-modes-alist.
14850 (bibtex-hs-forward-sexp): Added for hideshow.el.
14851
148522000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14853
14854 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14855 at ':' characters by call to split-string.
14856
148572000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14858
14859 * textmodes/bibtex.el: Added RCS version identification.
14860
148612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14862
14863 * textmodes/bibtex.el: Some temporary comments removed.
14864 (bibtex-field-name, bibtex-entry-type): Made the relationship
14865 explicit.
14866 (bibtex-field-const): Allow capital letters.
14867 (bibtex-start-of-string): Deleted because unused.
14868
14869 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14870 use the term 'reference' to describe a bibtex entry as a whole.
14871 Further, reference keys are no longer called 'labels'.
14872 (bibtex-keys): Renamed to bibtex-reference-keys.
14873 (bibtex-reformat-previous-labels): Renamed to
14874 bibtex-reformat-previous-reference-keys.
14875 (bibtex-reference-type): Renamed to bibtex-entry-type.
14876 (bibtex-reference-head): Renamed to bibtex-entry-head.
14877 (bibtex-reference-maybe-empty-head): Renamed to
14878 bibtex-entry-maybe-empty-head.
14879 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14880 (bibtex-search-reference): Renamed to bibtex-search-entry.
14881 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14882 bibtex-enclosing-entry-maybe-empty-head.
14883 (bibtex-entry-field-alist, bibtex-entry-head,
14884 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14885 bibtex-map-entries, bibtex-search-entry,
14886 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14887 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14888 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14889 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14890 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14891 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14892 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14893
148942000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14895
14896 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14897 comment.
14898 (bibtex-format-field-delimiters): New function, functionality
14899 extracted from bibtex-format-entry.
14900 (bibtex-autokey-get-yearfield-digits): New function, functionality
14901 extracted from bibtex-autokey-get-yearfield.
14902
14903 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14904 entries in order to avoid stack overflow in the regexp matcher if
14905 field contents become large.
14906 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14907 bibtex-field-string-part-not-braced,
14908 bibtex-field-string-part-no-inner-braces,
14909 bibtex-field-string-part-1-inner-brace,
14910 bibtex-field-string-part-2-inner-braces,
14911 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14912 bibtex-field-string-quoted, bibtex-field-string,
14913 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14914 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14915 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14916 as parsing is now performed by the following functions.
14917 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14918 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14919 bibtex-parse-field-string, bibtex-search-forward-field-string,
14920 bibtex-parse-association, bibtex-field-name-for-parsing,
14921 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14922 bibtex-search-forward-field, bibtex-search-backward-field,
14923 bibtex-start-of-field, bibtex-end-of-field,
14924 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14925 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14926 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14927 bibtex-parse-string, bibtex-search-forward-string,
14928 bibtex-search-backward-string, bibtex-start-of-string,
14929 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14930 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14931 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14932 entries. Instead of reporting the results of the parsing by
14933 match-beginning or match-end, these functions return data structures
14934 that hold the corresponding positions.
14935 (bibtex-enclosing-field): Changed to also report field boundaries by
14936 return values rather than by match-beginning or match-end. The
14937 following functions have been adapted to use the new parsing
14938 functions.
14939 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14940 bibtex-enclosing-field, bibtex-format-entry,
14941 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14942 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14943 bibtex-print-help-message, bibtex-end-of-entry,
14944 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14945 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14946 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14947 method for parsing.
14948 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14949 bibtex-map-entries, bibtex-flash-head,
14950 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14951 bibtex-autokey-change, bibtex-autokey-get-namefield,
14952 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14953 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14954 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14955 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14956 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14957 order to make the new binding of case-fold-search immediately
14958 visible.
14959
149602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14961
14962 * textmodes/bibtex.el: Copyright notice is up to date.
14963 Added constant 'bibtex-maintainer-salutation.
14964
14965 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14966 than make-temp-name, use match-string-no-properties and eliminate
14967 a quadratic behavior when building bibtex-strings.
14968
14969 * bibtex.el (bibtex-reference-key): Accept string entries whose
14970 reference key contains upper case letters.
14971
149722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14973
14974 * bibtex.el (bibtex-reference-head): Allow entries to start with
14975 a new line.
14976
149772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14978
14979 * bibtex.el: Hiding of entry bodies is not longer provided by
14980 bibtex.el directly. Instead the hideshow package can be used.
14981 Added a special bibtex entry to hs-special-modes-alist.
14982 (bibtex-hs-forward-sexp): Added for hideshow.el.
14983
149842000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14985
14986 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
14987 proceedings entry type (for cross referencing). Thanks to Wagner
14988 Toledo Correa for the suggestion.
14989
14990 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
14991
149922000-02-14 Kenichi Handa <handa@etl.go.jp>
14993
14994 * international/characters.el: Setup case table for Vietnamese.
14995
149962000-02-12 Gerd Moellmann <gerd@gnu.org>
14997
14998 * uniquify.el (toplevel): Require CL at compile time.
14999 (uniquify-push): Removed.
15000
15001 * shadowfile.el (shadow-when): Removed.
15002
15003 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15004 (tempo-process-and-insert-string): Use dolist instead of
15005 tempo-dolist.
15006
15007 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15008 regexp for paragraph-start.
15009
15010 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15011 commas as well.
15012
150132000-02-10 Dave Love <fx@gnu.org>
15014
15015 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15016 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15017 Deleted.
15018 (widget-specify-field, widget-specify-button): Don't use
15019 widget-mouse-help as help-echo property.
15020 (default): Use #'ignore for :validate and :mouse-down-action.
15021 (checkbox): Add help-echo.
15022 (widget-sexp-validate): Rewritten to clarify error messages.
15023 (character): Use char-valid-p in :match function.
15024 (widget-color-complete): Use facemenu-color-alist.
15025 (widget-color-action): Use facemenu-read-color.
15026
15027 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15028 set up `caar' &c that we now have.
15029
150302000-02-09 Ray Blaak <blaak@gnu.org>
15031
15032 * delphi.el: Make resourcestring a declaration region, like const
15033 and var.
15034
150352000-02-09 Dave Love <fx@gnu.org>
15036
15037 * bindings.el (mode-line-input-method-map): New variable.
15038 (mode-line-mule-info): Use it; fix last change.
15039 (mode-line-mode-menu): Move definition.
15040 (mode-line-mouse-sensitive-p): Deleted.
15041 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15042 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15043 level.
15044
15045 * startup.el (command-line-1): Don't call
15046 make-mode-line-mouse-sensitive.
15047
150482000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15049
15050 * mail/rmail.el (rmail-retry-failure): Use
15051 rmail-beginning-of-message before rmail-toggle-header, because the
15052 former toggles headers.
15053
150542000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15055
15056 * diff-mode.el (diff-kill-junk): New interactive function.
15057 (diff-reverse-direction): Use delete-and-extract-region.
15058 (diff-post-command-hook): Restrict the area so that the hook also works
15059 outside of any diff hunk. This is necessary for the minor-mode.
15060 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15061 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15062
15063 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15064 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15065 so that it can be used more easily in <foo>-mode-hook. Also make sure
15066 to avoid duplicate entries.
15067 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15068 (font-lock-remove-keywords): Just as was done for `add', allow it to
15069 work even if font-lock-mode is nil. Also make sure we don't modify
15070 any pre-existing list by forcing a copy-sequence. Finally rename
15071 `major-mode' to `mode'.
15072 (font-lock-fontify-syntactic-anchored-keywords)
15073 (font-lock-fontify-anchored-keywords)
15074 (font-lock-fontify-keywords-region): Use line-end-position.
15075 Don't make `font-lock-multiline' local (it's now done in
15076 font-lock-set-defaults).
15077 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15078 move the `font-lock-fontified' creation to inside the `unless'.
15079
150802000-02-06 Andrew Innes <andrewi@gnu.org>
15081
15082 * term/w32-win.el (x-handle-args): Comment out call to message,
15083 which occurs before window system is initialized.
15084
15085 * makefile.nt: Add support for recompiling lisp code.
15086
150872000-02-04 Dave Love <fx@gnu.org>
15088
15089 * bindings.el (mode-line-mule-info): Fix/extend last change.
15090
15091 * completion.el: Replace completion-dolist with dolist.
15092
15093 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15094 dotimes.
15095
150962000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15097
15098 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15099 environment names before they go into the section regexp.
15100
15101 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15102 char class in regexp.
15103
15104 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15105 `case-fold-search' to nil.
15106
15107 * progmodes/idlwave.el (idlwave-template): Respect
15108 `idlwave-abbrev-change-case'.
15109 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15110 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15111 idlwave-while): respect `idlwave-reserved-word-upcase'.
15112 (idlwave-rw-case): New function.
15113 (idlwave-statement-match): Fixed problem with assignment regexp.
15114 (idlwave-font-lock-keywords): Improved regexp for keyword
15115 parameters.
15116 (idlwave-surround): New argument LENGTH to support padding of
15117 operators longer than 1 char.
15118
15119 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15120 idlwave-shell-expression-overlay. Implemented printing of
15121 expressions on higher levels of the calling stack.
15122 (idlwave-shell-display-level-in-calling-stack): Restore stack
15123 level.
15124 (idlwave-retrieve-expression-from-level): New function.
15125 (idlwave-shell-last-calling-stack): Variable removed.
15126 (idlwave-shell-reset): Argument action reversed (`visible' to
15127 `hidden'). Also remove stop-line overlay.
15128 (idlwave-shell-calling-stack-routine): New variable.
15129 (idlwave-shell-parse-stack-and-display): Messages now display
15130 negative level numbers.
15131 (idlwave-shell-mode): Set `modeline-format'.
15132 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15133 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15134 21.
15135 (idlwave-shell-print-expression-function): New option.
15136
15137 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15138 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15139 `tool-bar' instead of `toolbar'.
15140
151412000-02-02 Dave Love <fx@gnu.org>
15142
15143 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15144 emacs-lisp-mode-hook. Don't check for defalias being defined.
15145
15146 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15147 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15148 the new builtins directly.
15149
15150 * whitespace.el (whitespace): Add :version to defgroup.
15151
15152 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15153 Doc fix.
15154
15155 * thingatpt.el (sexp-at-point, symbol-at-point)
15156 (number-at-point, list-at-point): Add autoload cookie.
15157
15158 * recentf.el (recentf): Add :version to defgroup.
15159
15160 * quickurl.el (quickurl): Add :version to defgroup.
15161
15162 * elide-head.el (elide-head): Use point-marker more.
15163
15164 * bs.el (bs): Add :version to defgroup.
15165
15166 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15167
15168 * progmodes/delphi.el (delphi): Add :version to defgroup.
15169
151702000-02-02 Gerd Moellmann <gerd@gnu.org>
15171
15172 * ange-ftp.el (ange-ftp-write-region): Handle case that
15173 succeeding process operation sets a different coding system.
15174
15175 * calculator.el: New file.
15176
151772000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15178
15179 * frame.el (frames-on-display-list, framep-on-display): New
15180 functions.
15181 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15182 (display-selections-p, display-screens, display-pixel-width)
15183 (display-pixel-height, display-mm-width, display-mm-height)
15184 (display-backing-store, display-save-under, display-planes)
15185 (display-color-cells, display-visual-class): New functions.
15186
15187 * term/tty-colors.el (tty-color-gray-shades): New function.
15188
15189 * faces.el (display-color-p): Use framep-on-display.
15190 (display-grayscale-p): New function.
15191
151922000-01-31 Dave Love <fx@gnu.org>
15193
15194 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15195 (create-fontset-from-x-resource): Don't concat integers.
15196
151972000-01-31 Inge Frick <inge@nada.kth.se>
15198
15199 * view.el: Some changes in documentation. Removed some trailing
15200 whitespace. Changed some parameter names to agree with
15201 documentation.
15202 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15203 window is not deleted. Modifies change 1998-04-26.
15204
152052000-01-31 Gerd Moellmann <gerd@gnu.org>
15206
15207 * windmove.el: New file.
15208
15209 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15210 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15211 progmodes/ebnf-yac.el: Update copyright and license info.
15212
15213 * jit-lock.el (jit-lock-function): Widen before calculating end
15214 position.
15215 (jit-lock-stealth-chunk-start): Rewritten.
15216
15217 * info.el (Info-title-face-alist): Removed.
15218 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15219 faces.
15220 (Info-fontify-node): Use these faces.
15221
152222000-01-30 Gerd Moellmann <gerd@gnu.org>
15223
15224 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15225 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15226 `&allow-other-keywords'.
15227
15228 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15229 the list of directories scanned heuristically.
15230
15231 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15232 exist.
15233
152342000-01-30 Jason Rumney <jasonr@gnu.org>
15235
15236 * w32-fns.el: Define w32-tty-standard-colors.
15237
15238 * startup.el (command-line): Use w32-tty-standard-colors when in
15239 w32 console mode.
15240
152412000-01-30 Dave Love <fx@gnu.org>
15242
15243 * jka-compr.el (jka-compr-load): Fix up load-history.
15244
15245 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15246
15247 * emacs-lisp/cl-macs.el: Revert previous change.
15248
152492000-01-29 Dave Love <fx@gnu.org>
15250
15251 * facemenu.el: Purecopy various strings.
15252
15253 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15254 years. Deal with three-digit years.
15255
15256 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15257 defconst, purecopy.
15258 (help-back-label): Purecopy it.
15259
152602000-01-18 Gerd Moellmann <gerd@gnu.org>
15261
15262 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15263 variable. If non-nil, order the buffer list according to the
15264 currently selected frame.
15265 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15266 non-nil, pass the selected frame to function buffer-list.
15267
152682000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15269
15270 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15271
152722000-01-28 Dave Love <fx@gnu.org>
15273
15274 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15275
15276 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15277 Don't use lisp-indent-hook property.
15278 (cl-abs): Remove.
15279
15280 * subr.el: Move out indent and edebug specs for when and unless.
15281
15282 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15283 when, unless.
15284
15285 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15286 unless, when.
15287
152882000-01-28 Gerd Moellmann <gerd@gnu.org>
15289
15290 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15291 `collecting' as synonym for `collect'.
15292
15293 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15294 for the case it contains spaces.
15295
15296 * simple.el (what-cursor-position): Change formatting of
15297 messages.
15298
15299 * frame.el (delete-other-frames): New function.
15300 (toplevel): Bind it to C-x 5 1.
15301
15302 * sort.el (sort-numeric-base): New option.
15303 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15304 interpret it as octal or hexadecimal. Use sort-numeric-base
15305 as default base.
15306
15307 * progmodes/glasses.el: New file.
15308
153092000-01-27 Gerd Moellmann <gerd@gnu.org>
15310
15311 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15312 userids differently.
15313
15314 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15315 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15316 progmodes/ebnf-yac.el: New files.
15317
153182000-01-26 Dave Love <fx@gnu.org>
15319
15320 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15321 on a function with an empty body. [From Eric Ludlam.]
15322
153232000-01-25 Andre Spiegel <spiegel@gnu.org>
15324
15325 * vc.el (vc-version-diff): Make sure file name is expanded.
15326
153272000-01-25 Gerd Moellmann <gerd@gnu.org>
15328
15329 * scroll-bar.el (scroll-bar-timer): Variable removed.
15330 (scroll-bar-toolkit-scroll): Don't use a timer.
15331
153322000-01-25 Kenichi Handa <handa@etl.go.jp>
15333
15334 * language/thai-util.el (thai-composition-function): Delete
15335 superfluous `a'.
15336
153372000-01-24 Dave Love <fx@gnu.org>
15338
15339 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15340 end-of-defun-function.
15341
15342 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15343 &c.
15344
153452000-01-22 Jason Rumney <jasonr@gnu.org>
15346
15347 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15348 conflicts with new face support.
15349
153502000-01-22 Richard M. Stallman <rms@gnu.org>
15351
15352 * replace.el (query-replace): Rename last arg to DELIMITED.
15353 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15354 (query-replace-regexp): Likewise.
15355
153562000-01-20 Richard M. Stallman <rms@gnu.org>
15357
15358 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15359
15360 * emacs-lisp/lisp.el (beginning-of-defun-function):
15361 Variable renamed from beginning-of-defun.
15362 Do not call make-variable-buffer-local.
15363 (beginning-of-defun-raw): Use new variable name; doc fix.
15364 (beginning-of-defun): Doc fix.
15365 (end-of-defun-function): Variable renamed from end-of-defun.
15366 Do not call make-variable-buffer-local.
15367 (end-of-defun): Use new variable name; doc fix.
15368
15369 * subr.el (dolist, dotimes): Copied from cl-macs.el
15370 and made to work.
15371
15372 * mail/undigest.el (rmail-digest-end-regexps):
15373 Variable replaces rmail-digest-end-regexp.
15374 Allows multiple regexps for detecting the end line.
15375 (undigestify-rmail-message): Corresponding changes.
15376
153772000-01-19 Dave Love <fx@gnu.org>
15378
15379 * files.el (user-init-file): Don't declare here -- is primitive.
15380
15381 * startup.el (command-line): Check for compiled user-init-file and
15382 set to uncompiled version if necessary.
15383
153842000-01-18 Gerd Moellmann <gerd@gnu.org>
15385
15386 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15387 (undigestify-rmail-message): Use it.
15388
15389 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15390
153912000-01-17 Gerd Moellmann <gerd@gnu.org>
15392
15393 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15394 of mini-buffer.
15395
153962000-01-14 Gerd Moellmann <gerd@gnu.org>
15397
15398 * emacs-lisp/copyright.el (copyright-update): Removed the
15399 requirement for a trailing space from `copyright-regexp', to
15400 support copyrights with owner specified on a separate line..
15401
15402 * align.el: New file.
15403
15404 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15405
15406 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15407
154082000-01-13 Dave Love <fx@gnu.org>
15409
15410 * ph.el: Removed. (Obsoleted by EUDC.)
15411
154122000-01-13 Gerd Moellmann <gerd@gnu.org>
15413
15414 * net/eudc.el (toplevel): Remove autoloaded code installing
15415 menu with easymenu, because that causes build problems.
15416
15417 * frame.el (frame-notice-user-settings): New variable.
15418 (frame-notice-user-settings): Don't modify frame parameters
15419 if called a second time.
15420
154212000-01-13 Richard M. Stallman <rms@gnu.org>
15422
15423 * frame.el (frame-notice-user-settings):
15424 Notice default-frame-parameters even for non-window frames.
15425
154262000-01-13 Gerd Moellmann <gerd@gnu.org>
15427
15428 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15429 for Emacs.
15430 (eudc-bob-can-display-inline-images): Extend for Emacs.
15431 (eudc-bob-toggle-inline-display): Ditto.
15432 (eudc-bob-display-jpeg): Ditto.
15433
154342000-01-12 Gerd Moellmann <gerd@gnu.org>
15435
15436 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15437 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15438 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15439
15440 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15441 nil)'.
15442
15443 * subdirs.el: Add `net' directory.
15444
15445 * net: New directory.
15446
15447 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15448 eval-last-sexp. Don't bind debug-on-error here.
15449 (eval-last-sexp): New function. Bind debug-on-error if
15450 eval-expression-debug-on-error is non-nil.
15451 (eval-defun-2, eval-defun): Likewise.
15452
15453 * simple.el (eval-expression): Don't bind debug-on-error if
15454 eval-expression-debug-on-error is nil. Detect changed
15455 debug-on-error, and propagate new value to global binding, if
15456 eval-expression-debug-on-error is non-nil,
15457 (eval-expression-debug-on-error): Change doc string.
15458
154592000-01-11 Richard M. Stallman <rms@gnu.org>
15460
15461 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15462
15463 * emacs-lisp/lisp-mode.el (with-syntax-table):
15464 Set up lisp-indent-function property.
15465
15466 * subr.el (with-syntax-table): Moved from simple.el.
15467
15468 * simple.el (with-syntax-table): Moved to subr.el.
15469
154702000-01-11 Gerd Moellmann <gerd@gnu.org>
15471
15472 * tmm.el (tmm-shortcut): Delete region after prompt instead
15473 of erasing buffer.
15474
15475 * textmodes/fill.el (fill-common-string-prefix): New function.
15476 (fill-context-prefix): Use the longest common prefix of first
15477 and second line fill prefix, if there is one.
15478
154792000-01-11 Richard M. Stallman <rms@gnu.org>
15480
15481 * array.el (array-mode): Don't use make-variable-buffer-local.
15482 Use make-local-variable for `truncate-lines'.
15483
154842000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15485
15486 * add-log.el (add-log-current-defun): Handle user-defined
15487 add-log-current-function returning nil,
15488
15489 * add-log.el (add-change-log-entry): Insert version number
15490 if having found a current function
15491
15492 * add-log.el (add-log-current-defun): Call
15493 `add-log-current-defun-function'. Try matches at level 0 and
15494 level 1. Strip whitespace from defun found.
15495
154962000-01-10 John Wiegley <johnw@gnu.org>
15497
15498 * allout.el (isearch-done/outline-provisions): Added `edit'
15499 argument to correspond with the current definition of
15500 `isearch-done'.
15501
155022000-01-10 Dave Love <fx@gnu.org>
15503
15504 * elide-head.el (elide-head): Use point-marker, not point.
15505
155062000-01-10 Gerd Moellmann <gerd@gnu.org>
15507
15508 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15509 before and after the year 2000.
15510
15511 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15512 Add ispell- prefix.
15513
155142000-01-10 Ken Stevens <k.stevens@ieee.org>
15515
15516 * ispell.el: Only define dictionaries in menus when they exist.
15517 (version18p): New variable.
15518 (version20p): New variable.
15519 (xemacsp): New variable.
15520 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15521 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15522 (ispell-dictionary-alist6): Russian command lines no longer accept
15523 run-together words.
15524 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15525 (ispell-dictionary-alist): Add koi8-r to customize definition.
15526 (check-ispell-version): Added documentation string. Returns
15527 library path when called non-interactively.
15528 (ispell-menu-map-needed): Uses new variables.
15529 (ispell-library-path): New variable.
15530 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15531 (ispell-word): Improved documentation string. Test for valid
15532 character mappings. Correctly check typed in word changes that can
15533 result in single words split into multiple words. Returns
15534 replacement word.
15535 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15536 replace in recursive query replace mode. Help message for
15537 recursive edit mode.
15538 (ispell-show-choices): Protect against bad framepop bindings.
15539 (ispell-help): Fix to work with XEmacs.
15540 (ispell-highlight-spelling-error): Use new variables.
15541 (ispell-overlay-window): Fix to work with XEmacs.
15542 (ispell-parse-output): Passed and returns location information
15543 tracking spelling corrections. Doesn't recheck same word on
15544 current line.
15545 (ispell-init-process): Protect against bogus XEmacs variable binding.
15546 Fix call to single argument in sleep-for. Use new variables.
15547 (ispell-region): Passed and returns location information tracking
15548 spelling corrections. Doesn't check same word on current line.
15549 Improved documentation string. Doesn't resend a line already
15550 checked to the ispell process - fixes bug in LaTeX parsing.
15551 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15552 (ispell-skip-region): No longer skips <TT> in SGML.
15553 (ispell-process-line): Tracks location information with spelling
15554 corrections. Added documentation string. Accounts for words
15555 already accepted on this line. Don't allow query-replace on line
15556 starting with math characters. Doesn't resend a line already sent
15557 to ispell process. Fixes alignment error bug.
15558
155592000-01-10 Richard M. Stallman <rms@gnu.org>
15560
15561 * dired-x.el (dired-guess-shell-alist-default):
15562 Suggest xloadimage, which is free, not xv, which isn't.
15563
15564 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15565 Don't ever include the host name or user name in the value.
15566
155672000-01-09 Gerd Moellmann <gerd@gnu.org>
15568
15569 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15570 of a real newline.
15571
155722000-01-09 Stephen Eglen <stephen@gnu.org>
15573
15574 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15575 for .png files.
15576
155772000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15578
15579 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15580
155812000-01-09 Gerd Moellmann <gerd@gnu.org>
15582
15583 * progmodes/cperl-mode.el: Replace ^F with ^L.
15584
15585 * sendmail.el (toplevel): Provide `sendmail' when compiling
15586 before `require'ing rmail and mailalias to prevent infinite
15587 recursion.
15588
155892000-01-08 Dave Love <fx@gnu.org>
15590
15591 * emacs-lisp/backquote.el: Remove inappropriate customization
15592 (allowing custom.el to use backquote).
15593
155942000-01-07 Dave Love <fx@gnu.org>
15595
15596 * add-log.el (add-log-debugging): Deleted.
15597 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15598 file. Remove debugging code.
15599 (change-log-get-method-definition, change-log-name): Add doc.
15600 (change-log-sortable-date-at): New function.
15601 (change-log-merge): New command.
15602
15603 * time.el (display-time-string-forms): Make the Mail string active.
15604 (display-time-update): Provide help-echo for load average.
15605
15606 * bindings.el (make-mode-line-mouse2-map): New function.
15607 (mode-line-modified): Use it and simplify.
15608 (mode-line-mule-info): Provide help-echo info.
15609 (minor-mode-alist): Activate the strings.
15610 (make-mode-line-mouse-sensitive): Simplify for
15611 mode-line-buffer-identification.
15612
156132000-01-07 Gerd Moellmann <gerd@gnu.org>
15614
15615 * play/pong.el: New file.
15616
156172000-01-06 Dave Love <fx@gnu.org>
15618
15619 * array.el: Assorted cleanups for compiler warnings, doc strings,
15620 `array-' prefix for symbols.
15621
156222000-01-05 Dave Love <fx@gnu.org>
15623
15624 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15625 outline-headers-as-kill.
15626 (outline-mode): Define imenu-generic-expression.
15627 (outline-headers-as-kill): New command.
15628
15629 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15630 from paragraph-start.
15631 (paragraph-indent-minor-mode): New command.
15632
15633 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15634 M-C-e, M-C-h, C-j, C-xnd, TAB.
15635 (fortran-mode): Set beginning-of-defun, end-of-defun.
15636 (fortran-column-ruler): Simplify.
15637 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15638 (fortran-with-subprogram-narrowing): Likewise.
15639 (fortran-indent-subprogram): Call mark-defun.
15640 (fortran-check-for-matching-do): Change narrowing.
15641
15642 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15643 (cl-lucid-hash-tag): Delete.
15644 (cl-hash-table-p): Correct test for native table.
15645 (cl-hash-table-count): Use hash-table-count.
15646
15647 * browse-url.el (browse-url): Fix case of
15648 browse-url-browser-function being an alist.
15649
156502000-01-05 Carsten Dominik <cd@gnu.org>
15651
15652 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15653 (reftex-index-phrase-file-extension): New options.
15654
15655 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15656 Use new option `reftex-index-phrase-file-extension'.
15657
15658 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15659 `reftex-parse-file-extension'.
15660
156612000-01-05 Dave Love <fx@gnu.org>
15662
15663 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15664 (beginning-of-defun-raw): Use it.
15665 (end-of-defun): New variable.
15666 (end-of-defun): Use it.
15667 (check-parens): New command.
15668
156692000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15670
15671 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15672 (hs-show-block): Don't use `mapcar' when not accumulating.
15673
15674 Fix buglet in local variables initialization.
15675
156762000-01-05 Andreas Schwab <schwab@suse.de>
15677
15678 * hscroll.el (hscroll): Doc fix.
15679
156802000-01-05 Carsten Dominik <cd@gnu.org>
15681
15682 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15683 idlw-toolbar.
15684
15685 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15686 file idlw-rinfo.el.
15687 (idlwave-customize): load must read file idlw-shell.el.
15688 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15689
156902000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15691
15692 * progmodes/idlw-shell.el: Also provide idlwave-shell
15693 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15694 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15695
15696 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15697 both reftex-dcr and reftex-vcr.
15698
15699 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15700
157012000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15702
15703 * ps-print.el: PostScript code now is in separate files, doc fix.
15704 (ps-print-version): New version number (5.0.3).
15705 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15706 local.
15707 (ps-spool-config): Initialization fix.
15708 (ps-print-prologue-1, ps-print-prologue-2)
15709 (ps-print-duplex-feature): PostScript code moved to separated file.
15710 (ps-background-image): Little code reformating.
15711 (ps-begin-file, ps-begin-job): Fix code.
15712 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15713 (ps-prologue-file): New fun.
15714
157152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15716
15717 * ps-vars.el: Eliminated.
15718
15719 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15720 `;;;###autoload'.
15721
15722 * ps-print.el: ps-vars eliminated, doc fix.
15723 (ps-print-version): New version number (5.0.2).
15724 (ps-spool-config): Initialization fix.
15725 (ps-print-customize): New fun.
15726
157272000-01-04 Gerd Moellmann <gerd@gnu.org>
15728
15729 * autorevert.el (auto-revert-mode): Return value of
15730 auto-revert-mode.
15731
157322000-01-04 Dave Love <fx@gnu.org>
15733
15734 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15735 menu items.
15736
157372000-01-03 Dave Love <fx@gnu.org>
15738
15739 * elide-head.el (elide-head) [defgroup]: Add :version.
15740
15741 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15742 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15743 `cl-hash-table-p', not `hash-table-p'.
15744 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15745
157462000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15747
15748 * faces.el (face-read-integer, read-face-attribute)
15749 (color-defined-p, color-values): unspecified-{f,b}g are now
15750 strings.
15751
157522000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15753
15754 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15755 at comment end, and re-insert them after filling.
15756
157572000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15758
15759 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15760 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15761 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15762
157632000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15764
15765 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15766 the new name of face-color-supported-p.
15767
15768 * term/w32-win.el (xw-defined-colors): Likewise.
15769
157702000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15771
15772 * simple.el (completion-setup-function): Count completion-size
15773 from minibuffer-prompt-end, not from point-min.
15774
157752000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15776
15777 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15778 Pass the frame to tty-color-* functions.
15779 (display-color-p, frame-set-background-mode): Pass the frame to
15780 tty-display-color-p.
15781
15782 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15783 tty-color-alist.
15784 (tty-color-alist, tty-modify-color-alist): New functions.
15785 (tty-color-define, tty-color-clear, tty-color-approximate)
15786 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15787 an optional parameter FRAME.
15788
157892000-01-01 Gerd Moellmann <gerd@gnu.org>
15790
15791 * image.el (create-image, defimage): Don't assume image data is a
15792 string.
15793
15794 * image.el (defimage): Handle specifications containing :data
15795 instead of :file.
15796 (image-type-from-data): New function.
15797 (image-type-from-file-header): Use it.
15798 (create-image): Add parameter DATA-P.
15799
15800See ChangeLog.8 for earlier changes.
15801
15802;; Local Variables:
15803;; coding: iso-2022-7bit
15804;; End: