(Checklist): Mention that `getenv' can be used to get at the value
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
656f8cae
EZ
12001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * dired-aux.el (dired-do-shell-command): Doc fix.
4
c83965c4
SM
52001-03-06 Stefan Monnier <monnier@cs.yale.edu>
6
04af43bc
SM
7 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
8
9 * which-func.el (which-func-modes): Add cperl-mode.
10 (which-func-mode-global): Use define-minor-mode.
11
12 * info-look.el: Docstring fixes and dead code eliminated.
13 (cperl-mode): Add support.
14 (emacs-lisp-mode): List all entries from elisp manual, whether
15 or not they are currently (f)bound or not. Update regexp.
16
17 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
18
c83965c4
SM
19 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
20 so that C-h m shows the correct information.
21 Use make-local-variable rather than make-variable-buffer-local.
22 (cperl-info-buffer, cperl-setup-tmp-buf):
23 Use make-local-variable rather than make-variable-buffer-local.
24 (cperl-msb-fix, cperl-get-help-defer):
25 Check major-mode for `cperl-mode' as well.
26
27 * progmodes/cperl-mode.el: Updated to author version 4.23.
28 (cperl-electric-pod): SYNOPSIS was misspelled.
29 (cperl-find-pods-heres): @if ? a : b was considered a REx.
30 (cperl-after-expr-p): Make true after __END__.
31
f16a7aa5
GM
322001-03-06 Gerd Moellmann <gerd@gnu.org>
33
157ae273 34 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 35 bookmark-completion-ignore-case is t.
157ae273 36
f16a7aa5
GM
37 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
38 switch, like xterm, and concat resource strings, with a newline
39 between them.
40
abaddb98
EZ
412001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
42
106e96bd
EZ
43 * international/codepage.el (cp770-decode-table)
44 (cp773-decode-table, cp774-decode-table): New variables.
45
abaddb98
EZ
46 * man.el (Man-hyphenated-reference-regexp): New variable.
47 (Man-build-references-alist): Use it to search for referenced
48 manpages. If hyphenated is non-nil, record a concatenated word in
49 Man-refpages-alist only if it matches Man-reference-regexp.
50 Update word's length when it is concatenated. Reverse the list,
51 to get the first manpage at the head.
52 (Man-possibly-hyphenated-word): New function.
53 (Man-follow-manual-reference): Use it instead of current-word to
54 find a manpage at point, in a way that accounts for hyphenated
55 references.
56
eb3f61dd
GM
572001-03-06 Alex Schroeder <alex@gnu.org>
58
59 * sql.el (sql-interbase): New function.
60 (sql-interbase-program): New option.
61 (sql-interbase-options): New option.
62 And some typos fixed: "customise" to "customize".
63
fa84f42a
DL
642001-03-06 Dave Love <fx@gnu.org>
65
66 * textmodes/flyspell.el (flyspell-region): Set up
67 flyspell-local-mouse-map.
68
fda3411d
RS
692001-03-05 Richard M. Stallman <rms@gnu.org>
70
71 * mail/rmail.el (rmail-retry-failure):
72 Don't call rmail-beginning-of-message.
73 Don't discard From: field. Do discard Received: field.
74 Use unwind-protect to re-prune.
75 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
76
e972ab1f
KH
772001-03-06 Kenichi Handa <handa@etl.go.jp>
78
79 * international/quail.el (quail-title): Add autoload cookie.
80
335db3c1
DL
812001-03-05 Dave Love <fx@gnu.org>
82
83 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
84 new defs.
85
278dd6ac
KH
862001-03-05 Kenichi Handa <handa@etl.go.jp>
87
36d5e61d
KH
88 * language/ethio-util.el (ethio-toggle-space): Update
89 current-input-method-title if necessary.
90 (ethio-toggle-punctuation): Likewise.
91
341cd4f0
KH
92 * international/quail.el (quail-title): Fix for the case that a
93 title of an input method is specified by a list of the same form
94 as used in mode-line-format.
95
278dd6ac
KH
96 * international/mule-cmds.el (activate-input-method): If
97 current-input-method-title is set by activating INPUT-METHOD,
98 respect that value.
99
10ebaeb6
GM
1002001-03-05 Gerd Moellmann <gerd@gnu.org>
101
102 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
103
7a65c85c
GM
1042001-03-05 Alex Schroeder <alex@gnu.org>
105
106 * sql.el (sql-sybase): Fix typo (was: query user about server two
107 times instead of server and database).
108
109 * sql.el (sql-sybase): Doc change.
110 (sql-mysql): Doc change.
111 (sql-postgres): Doc change.
112
b86644f2
KH
1132001-03-05 Kenichi Handa <handa@etl.go.jp>
114
115 * international/mule-conf.el (emacs-mule, raw-text): Docstring
116 modified.
117
e30bd7b7
EZ
1182001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
119
120 * term/internal.el: Update copyright notice.
121
122 * term/pc-win.el: Update copyright notice.
123
7e365285
DL
1242001-03-02 Dave Love <fx@gnu.org>
125
126 * files.el (insert-file-contents-literally): Bind
127 inhibit-file-name-handlers and inhibit-file-name-operation, not
128 jka-compr-compression-info-list.
129
75ed43a6
SM
1302001-03-02 Stefan Monnier <monnier@cs.yale.edu>
131
132 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
133 spaces in default comment-start-skip settings rather than \s-.
134
53c4b1e6
EZ
1352001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
136
137 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
138 default-frame-alist as well.
139
028d739a
DL
1402001-03-01 Dave Love <fx@gnu.org>
141
142 * textmodes/reftex.el (defvar): Wrap some defvars in
143 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
144
145 * subr.el (event-basic-type): Doc fix.
146
147 * international/quail.el: Doc fixes.
148
149 * international/utf-8.el: Doc fixes.
150
151 * international/mule-cmds.el: Doc fixes.
152 (leim-list-header): Fix header text.
153
154 * international/mule.el (coding-system-category): Doc fix.
155
156 * international/ccl.el (ccl-compile): Doc fix.
157
15d1caef
SM
1582001-03-01 Stefan Monnier <monnier@cs.yale.edu>
159
160 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
161 rather than (before|after)-change-functions.
162
f84ff02c
GM
1632001-03-01 Gerd Moellmann <gerd@gnu.org>
164
165 * ediff-util.el (ediff-scroll-horizontally): Arrange for
166 scroll-left and scroll-right being called interactively so that
167 they set the window's min_hscroll.
168
e0c1e774
EZ
1692001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
170
171 * info.el (info-insert-file-contents-1): Accept an additional
172 argument `lfn': if it is non-nil, concatenate `filename' and
173 `suffix'; otherwise use the complicated MS-DOS code. All callers
174 changed.
175 (info-insert-file-contents, Info-find-node): If the MS-DOS port
176 can access long file names, try the long file-name version of
177 `info-insert-file-contents-1', then the short file-name version.
178
b8b2ea31 1792001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 180
af122766
KH
181 * language/ethio-util.el (setup-ethiopic-environment-internal):
182 Change bindings of functions keys to conform to "Emacs Lisp Coding
183 Convention".
184
185 * language/ethiopic.el ("Ethiopic"): Add documentation.
186
b8b2ea31
KH
1872001-02-28 Kenichi Handa <handa@etl.go.jp>
188
1d64e2ad
KH
189 * international/utf-8.el (mule-utf-8): Set coding-category
190 property to coding-category-utf-8.
191
91cb6e51
RS
1922001-02-27 Richard M. Stallman <rms@gnu.org>
193
194 * lpr.el (lpr-page-header-switches, print-region-1):
195 Undo 2000-07-06 change.
7298f3f7
RS
196 (lpr-add-switches): Default to t on gnu/linux.
197
c0cb1027
GM
1982001-02-27 Gerd Moellmann <gerd@gnu.org>
199
200 * bs.el (bs-attributes-list): Doc fix.
201
01459648
GM
2022001-02-26 Gerd Moellmann <gerd@gnu.org>
203
baebd8a5
GM
204 * help.el (describe-project): Display the file THE-GNU-PROJECT.
205
01459648
GM
206 * help.el (view-order-manuals): Use goto-address.
207
208 * startup.el (command-line-1): Add info about ordering manuals
209 to the not so fancy splash screens.
210
f93e614e
AS
2112001-02-26 Andre Spiegel <spiegel@gnu.org>
212
01459648
GM
213 * vc.el (vc-default-workfile-unchanged-p)
214 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 215
12435002
GM
2162001-02-26 Gerd Moellmann <gerd@gnu.org>
217
c596c392
GM
218 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
219 fontify in the right buffer.
220
12435002
GM
221 * allout.el (outline-flag-region): Move macro in front of first
222 use to avoid a run-time error.
223
425de386
AI
2242001-02-24 Andrew Innes <andrewi@gnu.org>
225
226 * makefile.w32-in: Fix copyright notice.
227
66c56ed1
KH
2282001-02-24 Kenichi Handa <handa@etl.go.jp>
229
4c1593ce
KH
230 * international/utf-8.el (mule-utf-8): Set correct value for
231 valid-codes property.
232
66c56ed1
KH
233 * international/fontset.el (x-complement-fontset-spec): In the
234 case that we use ASCII font for the other charsets, use only
15d1caef 235 family and registry part of it.
66c56ed1 236
119171dd
EZ
2372001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
240 (shrink-window-if-larger-than-buffer): Doc fix.
241
932c309e
SM
2422001-02-23 Stefan Monnier <monnier@cs.yale.edu>
243
244 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
245 predicate passed to completing-read.
246
9b760e36
EZ
2472001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * startup.el (command-line): Fix last change.
250
5c39a60f
JR
2512001-02-23 Jason Rumney <jasonr@gnu.org>
252
253 * startup.el (tool-bar-originally-present): New variable.
254 (command-line): Set it if the tool-bar is switched on at startup.
255
256 * frame.el (frame-notice-user-settings): Only adjust frame height
257 for no tool-bar case if tool-bar was originally switched on.
796ead7e 258 From E. Jay Berkenbilt.
5c39a60f 259
cb91b2c7
SM
2602001-02-22 Stefan Monnier <monnier@cs.yale.edu>
261
39b557e8
SM
262 * server.el (server-switch-buffer): Only switch window if the
263 current one is dedicated.
264
cb91b2c7
SM
265 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
266 rather than using (match-beginning 0) when searching for break point.
267
9238a8df
EZ
2682001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
269
270 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
271 @ follows an accent command such as @'. Support optional braces
272 in commands that insert accents, like makeinfo does.
273
3473f362
GM
2742001-02-22 Gerd Moellmann <gerd@gnu.org>
275
276 * startup.el (fancy-splash-text): Add a line for ordering
277 manuals. Reverse order of splash screens shown.
278 (use-fancy-splash-screens-p): Adapt to the text line added.
279
280 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
281 manuals from the FSF.
282
283 * help.el (view-order-manuals): New function.
284 (toplevel): Bind C-h C-m to this function.
285
76a4de07
SM
2862001-02-21 Stefan Monnier <monnier@cs.yale.edu>
287
288 * newcomment.el (comment-forward): Skip the comment-start before
289 searching for the comment-end.
290
75b71d85
DL
2912001-02-21 Dave Love <fx@gnu.org>
292
2f4c9a87
DL
293 * custom.el (custom-initialize-changed, defcustom): Doc fix.
294
75b71d85
DL
295 * international/mule-cmds.el, international/mule.el: Doc fixes.
296
297 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
298 (fortune) <defgroup>: Add :link.
299 (fortune-from-region): Use eq, not eql.
300
ffc9ff0c
GM
3012001-02-21 Gerd Moellmann <gerd@gnu.org>
302
303 * startup.el (fancy-splash-screens): Use display-hourglass
304 instead of display-busy-cursor.
305
306 * frame.el (display-hourglass): Renamed from busy-cursor.
307 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
308 (show-cursor-in-non-selected-windows): Doc fix.
309
f34eb373
DL
3102001-02-20 Dave Love <fx@gnu.org>
311
312 * international/utf-8.el: Doc and commentary fixes.
313
f55e4a7e
EZ
3142001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * ehelp.el (with-electric-help): Doc fix.
317
fa97adf6
GM
3182001-02-20 Gerd Moellmann <gerd@gnu.org>
319
320 * msb.el (msb-mode): Call the update-buffers function explicitly
321 with a FORCE argument.
322
323 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
324 FORCE. If set, update the menu even if frame-or-buffer-changed-p
325 returns nil.
326
54ed3bd2
GM
3272001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
328
329 * ps-print.el: Timestamp package replacement. Some enhancements.
330 Some XEmacs compatibility. Doc fix.
331 (ps-print-version): New version number (6.4).
332 (ps-printer-name): Initialization fix.
333 (ps-zebra-stripe-follow): Funcionality enhancement.
334 (ps-prologue-file): Code enhancement.
335 (ps-right-header): Timestamp package replacement.
336 (ps-setup, ps-face-bold-p, ps-face-italic-p,
337 ps-get-page-dimensions)
338 (ps-generate-header, ps-begin-file, ps-begin-job)
339 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
340 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
341 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
342 (coding-system-for-write): Var declaration (XEmacs compatibility).
343
e8ebf97d
MB
3442001-02-20 Miles Bader <miles@gnu.org>
345
346 * image-file.el (image-file-name-extensions): Add "tif".
347
136b27c5
GM
3482001-02-19 Gerd Moellmann <gerd@gnu.org>
349
350 * wid-edit.el (widget-button-click): Save the selected window
351 around the code handling clicks on buttons.
352
6ebbcf59
DL
3532001-02-18 Dave Love <fx@gnu.org>
354
355 * imenu.el (imenu--generic-function): Use mapc to iterate over
356 syntax characters.
357
595ded73
RS
3582001-02-17 Richard M. Stallman <rms@gnu.org>
359
b9fe3dc8
RS
360 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
361
595ded73
RS
362 * uniquify.el (uniquify-buffer-name-style): Doc fix.
363
f3f053f3
GM
3642001-02-16 Gerd Moellmann <gerd@gnu.org>
365
366 * mouse.el (mouse-save-then-kill): If the distance from the new
367 point to the mark is equal to the distance of point from the new
368 point, move point instead of the mark.
369
11570a8f
DL
3702001-02-16 Dave Love <fx@gnu.org>
371
372 * textmodes/flyspell.el (flyspell-get-word): Return string without
373 properties.
374
fb339cd5
EZ
3752001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
376
377 * generic.el (generic-find-file-regexp): Doc fix.
378 (generic-ignore-files-regexp): New defcustom.
379 (generic-mode-find-file-hook): If the file's name matches the
380 regexp in `generic-ignore-files-regexp', don't enter
381 default-generic-mode. Doc fix.
382
c56b1c1b
GM
3832001-02-16 Gerd Moellmann <gerd@gnu.org>
384
c220b753
GM
385 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
386 Add autoload cookies.
387
c56b1c1b
GM
388 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
389 of cal-tex-24.
390
0d140e65
EZ
3912001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
392
81558867
EZ
393 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
394
0d140e65
EZ
395 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
396 the character class after the (optional) drive, to support file
397 names with embedded blanks.
398
713f7b15
SS
3992001-02-15 Sam Steingold <sds@gnu.org>
400
401 * textmodes/tex-mode.el (tex-shell-running):
402 Check the process buffer too.
403
9a2a6f73
DL
4042001-02-15 Dave Love <fx@gnu.org>
405
406 * battery.el (battery-status-function): Fix doc, :type.
407
15d1caef 408 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 409
fe10cef0
GM
4102001-02-15 Gerd Moellmann <gerd@gnu.org>
411
412 * subr.el (read-passwd): Clear Lisp memory holding password.
413
126f5d4d
MB
4142001-02-15 Miles Bader <miles@gnu.org>
415
416 * info.el (Info-copy-current-node-name): New function.
417 (Info-mode-menu): Add it to the menu.
418
92e98d63
RS
4192001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
420
421 * international/mule-cmds.el (toggle-input-method): Doc fix.
422
dd4e0e55
SM
4232001-02-13 Stefan Monnier <monnier@cs.yale.edu>
424
425 * replace.el (occur): Stop at end of buffer.
426
402dbbd1
EZ
4272001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
428
429 * international/mule-cmds.el (set-input-method): Another doc fix.
430
e9fcba3d
GM
4312001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
432
433 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
434
78ad1cd5
MB
4352001-02-13 Miles Bader <miles@gnu.org>
436
713f7b15 437 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
438 (set-face-stipple): Treat a value of nil as being `unspecified'.
439
fce9d9dc
DL
4402001-02-12 Dave Love <d.love@dl.ac.uk>
441
442 * international/latin1-disp.el: Doc fixes.
443 (latin1-display) <defgroup>: Add :link.
444 (latin1-display) <function>: Set variable latin1-display.
445
bc406911
EZ
4462001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
447
448 * international/mule-cmds.el (set-input-method): Doc fix.
449
68514d48
EL
4502001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
451
452 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
453 (speedbar-line-file): Return nil if not a file.
454 (speedbar-buffers-line-path): Return file for tags, and dir for files.
455
513bea45 4562001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 457
513bea45
MK
458 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
459 for remote files.
bc406911 460 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 461 with raw-text.
713f7b15 462
513bea45 463 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 464
513bea45
MK
465 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
466 handling of the diff mode
713f7b15 467
513bea45 468 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 469
bc406911 470 * viper.texi: Fix typos.
713f7b15 471
521d4010
DL
4722001-02-11 Dave Love <fx@gnu.org>
473
36fd8e17
DL
474 * shadowfile.el: Doc fixes.
475 (shadow) <defgroup>: Add :link.
476 (shadowfile-unload-hook): New function.
477 (shadow-initialize): Use defalias, not fset.
478 (shadow-define-cluster, shadow-define-literal-group)
479 (shadow-define-regexp-group, shadow-initialize): Add autoload
480 cookie.
481
521d4010
DL
482 * international/mule.el: Doc and message fixes.
483
36fd8e17
DL
484 * international/ccl.el (define-ccl-program): Doc fix.
485
92395bbe
KH
4862001-02-11 Kenichi Handa <handa@etl.go.jp>
487
488 * faces.el (mode-line): Set :line-width property to -1.
489
103db06c
RS
4902001-02-10 Richard M. Stallman <rms@gnu.org>
491
08b78974
RS
492 * complete.el (partial-completion-mode): Doc fix.
493
103db06c
RS
494 * simple.el (delete-key-deletes-forward-mode):
495 Change `let' to `let*' to fix gross bug in last change.
496
497 * repeat.el (repeat): Don't let execute-kbd-macro alter
498 real-last-command.
499
a6a1ee53
EZ
5002001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
501
502 * simple.el (eval-expression): Doc fix.
503
d2f288c6
DL
5042001-02-09 Dave Love <fx@gnu.org>
505
038f4ae3
DL
506 * imenu.el (imenu-generic-expression): Doc fix.
507
508 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
509 Juanma Barranquero.
510
15d1caef 511 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 512
9804b846
KH
5132001-02-09 Kenichi Handa <handa@etl.go.jp>
514
515 * faces.el (set-face-attribute): Describe the case of a negative
516 value specified for :line-width.
517
532f5197
SM
5182001-02-08 Stefan Monnier <monnier@cs.yale.edu>
519
520 * which-func.el (which-func-mode): Invert which-func-mode-global.
521 Fix from Juanma Barranquero <lektu@uol.com.br>.
522
1d279666
DL
5232001-02-08 Dave Love <fx@gnu.org>
524
4681ca3a
DL
525 * wid-edit.el (widget-plist-convert-widget): Replace binding of
526 widget-plist-value-type.
527 (widget-alist-convert-widget): Replace binding of
528 widget-alist-value-type.
529
1d279666
DL
530 * textmodes/paragraphs.el (sentence-end): Doc fix.
531
532 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
533 `backward-line'.
534
532f5197
SM
535 * play/pong.el (pong-blank-color, pong-bat-color)
536 (pong-ball-color, pong-border-color, pong-left-key)
537 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
538 (pong-pause-key, pong-resume-key, pong-timer-delay):
539 * mail/mh-comp.el (mh-compose-letter-function):
540 * eshell/esh-mode.el (eshell-skip-prompt-function):
541 * emulation/viper-ex.el (ex-unix-type-shell-options):
542 * recentf.el (recentf-menu-filter):
543 * ps-print.el (ps-print-region-function):
544 * lpr.el (print-region-function):
545 * forms.el (forms-mode-hooks):
546 * dirtrack.el (dirtrack-directory-change-hook):
547 * cus-start.el (temp-buffer-show-function, display-buffer-function):
548 * textmodes/spell.el (spell-filter):
549 * textmodes/fill.el (adaptive-fill-function):
550 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
551 * progmodes/etags.el (find-tag-default-function):
552 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
553 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
554
6f676109
EZ
5552001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
556
751d3bc4
EZ
557 * emulation/viper-init.el (viper-fast-keyseq-timeout)
558 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
559 Meyering <jim@meyering.net>.
560
6f676109
EZ
561 * loadup.el: Revert last change.
562
d3c26cdf
KH
5632001-02-07 Kenichi Handa <handa@etl.go.jp>
564
565 * international/mule.el (transform-make-coding-system-args): Make
566 it work also for coding systems not using CCL.
567
44806980
EZ
5682001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
569
9889af08
EZ
570 * simple.el (previous-matching-history-element)
571 (next-matching-history-element): Doc fix.
572
44806980
EZ
573 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
574 specific part.
575
1e36ff68
DL
5762001-02-06 Dave Love <fx@gnu.org>
577
713f7b15 578 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
579 (add-log-buffer-file-name-function, add-log-file-name-function):
580 Fix :type.
581 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
582
c7ca58df
EZ
5832001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
584
fecd556a
EZ
585 * info.el (info-initialize): Remove the test for system-type when
586 invocation-directory is non-nil.
587
c7ca58df
EZ
588 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
589 of `font-lock-defaults' to `backward-paragraph' rather than nil.
590
587b5737
AI
5912001-02-06 Andrew Innes <andrewi@gnu.org>
592
593 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
594 absolute.
595
baf7eee4
GM
5962001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
597
598 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
599 buffers. When hi-lock turned on rather than only checking current
600 buffer for regexps, all buffers are checked. Moved activation of
601 font-lock to hi-lock-refontify. When font-lock turned off rather
602 than removing added highlighting just in current buffer, remove it
603 in all buffers. Changed edit menu text from "Automatic
604 Highlighting" to "Regexp Highlighting" Documentation for
605 highlighting phrases, minor documentation changes.
606 (hi-lock-set-file-patterns): Execute only if there are new or
607 existing file patterns.
608 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
609 unfontify and, if a support mode is active, will not refontify the
610 whole buffer. If necessary, turn on font lock. (Removed
611 font-lock-unfontify and font-lock support-mode-specific calls,
612 such as lazy-lock-fontify-window.)
613 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
614 patterns are found. Not useful now since find-file-hook is removed
615 if hi-lock is off, but may be needed for per-buffer hi-lock
616 activation.
617 (hi-lock-face-phrase-buffer): New function. Also added related
618 menu item and keybinding.
619 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
620 (hi-lock-process-phrase): New function.
621 (hi-lock-line-face-buffer): Doc fixes.
622 (hi-lock-face-buffer): Doc fixes.
623 (hi-lock-unface-buffer): Doc fixes.
713f7b15 624
36710aa6
GM
6252001-02-06 Gerd Moellmann <gerd@gnu.org>
626
627 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
628 dabbrev-ignored-regexps.
629
d3f22784
EZ
6302001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
631
632 * simple.el (kill-line): Doc fix.
633
5cb3c8d4
DL
6342001-02-05 Dave Love <fx@gnu.org>
635
636 * loadup.el: Revert last two changes -- bootstrapping works with
637 regenerated loaddefs.
638
e6297e7d
EZ
6392001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
640
1e14b095
EZ
641 * isearch.el (isearch-forward): Doc fix.
642
e6297e7d
EZ
643 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
644 of font-lock-defaults to backward-paragraph.
645
e16f52ce
GM
6462001-02-05 Gerd Moellmann <gerd@gnu.org>
647
648 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
649 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
650
01d19dd7
GM
6512001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
652
653 * ebnf2ps.el: Eliminate time-stamp functions.
654 (ebnf-version): New version (3.5).
655 (ebnf-eps-finish-and-write): Replace time-stamp functions by
656 format-time-string.
657
24886813
GM
6582001-02-05 Gerd Moellmann <gerd@gnu.org>
659
660 * simple.el (next-line): Goto end-of-line before inserting a newline.
661
65e70fc4
MB
6622001-02-05 Miles Bader <miles@gnu.org>
663
664 * image-file.el (insert-image-file): When visiting an image, also
665 set `truncate-lines' to t so that any fringe arrow looks correct.
666
482f06c9
KH
6672001-02-05 Kenichi Handa <handa@etl.go.jp>
668
669 * isearch.el (isearch-forward): Add description about input method
670 in the docsting.
671
02399da7
SM
6722001-02-04 Stefan Monnier <monnier@cs.yale.edu>
673
674 * skeleton.el (skeleton-internal-1): Always push the mark for @.
675
2c366083
EZ
6762001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
677
678 * info.el (info-initialize): If installation-directory is nil, for
679 DOS/Windows systems try looking in a sibling of
680 invocation-directory.
681
bdadfce3
GM
6822001-02-02 Gerd Moellmann <gerd@gnu.org>
683
79fb38c0
GM
684 * wid-edit.el (widget-button-click): Fix last change.
685
bdadfce3
GM
686 * frame.el (frame-notice-user-settings): When resizing the initial
687 frame because the tool bar is off, also change the frame's top
688 position if a negative top position was specified.
689
33155ffb
MB
6902001-02-02 Miles Bader <miles@gnu.org>
691
692 * image-file.el (insert-image-file): When visiting an image,
693 suppress the cursor in the image buffer.
694
1355ba0c
DL
6952001-02-01 Dave Love <fx@gnu.org>
696
697 * progmodes/f90.el (f90-mode): Remove startup message.
698
fb758d2d 699 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 700
01acdb05
GM
7012001-02-01 Gerd Moellmann <gerd@gnu.org>
702
703 * startup.el (command-line): Fix code determining whether or not
704 to use delete-key-deletes-forward-mode.
705
5b1ee316
AS
7062001-02-01 Andre Spiegel <spiegel@gnu.org>
707
708 * vc.el (vc-diff-switches): New user option.
709 (vc-version-diff): Use it.
710 (vc-diff-switches-list): New macro.
711
712 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
713 customization options.
714 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
715
716 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
717
00b1e7a1
GM
7182001-02-01 Gerd Moellmann <gerd@gnu.org>
719
720 * msb.el (toplevel): Quote hook symbols.
721
85827036
KH
7222001-02-01 Kenichi Handa <handa@etl.go.jp>
723
8e028499 724 * international/mule.el (make-coding-system): Add description
3c948dde 725 about recognized properties in the docstring.
8e028499 726
85827036
KH
727 * international/mule-conf.el: Remove unused charsets
728 mac-roman-lower and mac-roman-upper.
729
7ccf7ab9
GM
7302001-01-31 Gerd Moellmann <gerd@gnu.org>
731
2441692d
GM
732 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
733 is in front of the left-margin, if any.
734
ee5cece0
GM
735 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
736 like `delete'.
737
738 * bindings.el: Define `kp-delete' like `delete' in
739 function-key-map.
740
7ccf7ab9
GM
741 * term/w32-win.el (mouse-set-font): Doc fix.
742
b4f30ec5 7432001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 744
b4f30ec5
GM
745 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
746 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
747 on already.
748
03e0fe6e
GM
7492001-01-31 Markus Rost <rost@math.ohio-state.edu>
750
751 * files.el (save-buffer): Don't give message if (buffer-file-name)
752 returns nil.
713f7b15 753
8f289acc
EZ
7542001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
755
cb4aae04
EZ
756 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
757
dbd98b19
EZ
758 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
759 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
760
8f289acc
EZ
761 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
762 display problems.
763
c12553c1
KH
7642001-01-31 Kenichi Handa <handa@etl.go.jp>
765
c7bf5db9
KH
766 * international/mule.el (charset-info): Fix docstring.
767
768 * international/mule-diag.el (describe-character-set): Check final
769 char valid before printing it.
c12553c1 770
14f16b9c
GM
7712001-01-30 Gerd Moellmann <gerd@gnu.org>
772
efaa080b
GM
773 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
774
eef93f99
GM
775 * frame.el (frame-notice-user-settings): Do the tool-bar
776 stuff only for graphical displays. Fix a braino.
713f7b15 777
14f16b9c
GM
778 * frame.el (frame-initialize): Create initial frame visible.
779 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 780 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
781
782 * startup.el (command-line): Remove manipulation of frame
783 height for tool bars.
784
4ad25e43
EZ
7852001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
786
787 * lpr.el: Compatibility with XEmacs and doc fixes.
788 (lpr-windows-system, lpr-lp-system): New vars.
789 (lpr-printer-switch): New defcustom.
790 (printer-name, lpr-command): Customization fix.
791 (print-region-1): Code fix.
792 (print-region-new-buffer, printify-region): Indentation fix.
793 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
794 functions.
795
e8f044a0
GM
7962001-01-29 Gerd Moellmann <gerd@gnu.org>
797
798 * msb.el (toplevel): Fix the eval-after-load.
799
850d5045
GM
8002001-01-29 Dave Love <fx@gnu.org>
801
762fe76e
DL
802 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
803
804 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
805
850d5045
GM
806 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
807 compiling.
808 (tcl-using-emacs-19-23): Consider Emacs 21+.
809 (tcl-help-directory-list, tcl-command-switches): Fix :type.
810 (tcl-add-emacs-menu): Supply menu name.
811 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
812
3a768251
GM
8132001-01-29 Gerd Moellmann <gerd@gnu.org>
814
815 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
816
274d02f7
SM
8172001-01-29 Stefan Monnier <monnier@cs.yale.edu>
818
819 * pcvs.el (cvs-mark-fis-dead): New function.
820 (cvs-mode-add): Use it.
821 (cvs-mode-add-change-log-entry-other-window):
822 Rebind change-log-default-name to itself rather than to nil.
823
ed5d446e
SS
8242001-01-29 Sam Steingold <sds@gnu.org>
825
efaa080b 826 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
827 `autoload' statements.
828
e2a80284
EZ
8292001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
830
8e1db7b3
EZ
831 * files.el (confirm-kill-emacs): Doc fix.
832
ff2a1c79
EZ
833 * frame.el (frame-initialize): Doc fix.
834
e7b0deaf
EZ
835 * time-stamp.el (time-stamp-string): Doc fix.
836
e2a80284
EZ
837 * woman.el (WoMan-log-1): Make the log buffer writable. From
838 Markus Rost <rost@math.ohio-state.edu>.
839
005913e4
GM
8402001-01-29 Gerd Moellmann <gerd@gnu.org>
841
842 * imenu.el (imenu-syntax-alist): Add autoload cookie for
843 the `make-variable-buffer-local'.
844
58622cc5
GM
8452001-01-29 Dave Love <fx@gnu.org>
846
847 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
848 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
849 autoload cookie.
850 (ansi-color-apply-sequence): Fix typo.
851
0404d031
GM
8522001-01-29 Gerd Moellmann <gerd@gnu.org>
853
ed5d446e 854 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
855 Postscript printing in black and white.
856
0404d031
GM
857 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
858 X-Mailman-Version, Precedence, List-Help, List-Post,
859 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
860 Content-Type, Content-Length.
861
3b6ed359
DL
8622001-01-29 Dave Love <fx@gnu.org>
863
ddd16e7a
DL
864 * elide-head.el (elide-head): Make overlay evaporate.
865
3b6ed359
DL
866 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
867 fix.
868
8005142f
EZ
8692001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
870
871 * isearch.el (isearch-highlight): Don't punt if the display
872 doesn't support colors, since isearch faces are defined for
873 monochrome displays as well.
874
84728570
SS
8752001-01-27 Sam Steingold <sds@gnu.org>
876
877 * shell.el (shell-write-history-on-exit): Make sure that we are in
878 the shell buffer (M-x tex-file RET inserted the error message into
879 the TeX buffer).
880
e26f9ced
EZ
8812001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
882
883 * simple.el (transient-mark-mode): Doc fix.
884
dc0274bd
GM
8852001-01-27 Gerd Moellmann <gerd@gnu.org>
886
84728570 887 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
888 tags-file-name.
889
c1acacc4
EZ
8902001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
891
f5058b96
EZ
892 * shell.el (shell-unquote-argument): If the shell is one of the
893 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
894 quote character.
895 (shell-dumb-shell-regexp): Document that the shells which match
896 this regexp are supposed to not treat a backslash as a quote
897 character.
898
c1acacc4
EZ
899 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
900 from 2001-01-12. It is not needed, since backspace is mapped into
901 DEL.
902
103db06c 9032001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 904
84728570 905 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
906 Treat a one-capital-letter abbrev as "not all upper case",
907 so as to force preservation of the expansion's pattern
908 if the expansion starts with a capital letter.
909
cfa70244
EZ
9102001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
911
cfee9de7
EZ
912 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
913 Doc fix.
914
cfa70244
EZ
915 * simple.el (transient-mark-mode): Document the fact that many
916 commands act on the region when mark is active.
917
17d90d6b
KH
9182001-01-27 Kenichi Handa <handa@etl.go.jp>
919
920 * international/quail.el (quail-setup-completion-buf): Make the
921 multibyteness of current buffer inherited to Quail completion
922 buffer.
923 (quail-show-guidance-buf): Make the multibyteness of current
924 buffer inherited to Quail guidance buffer.
925 (quail-help): Make the multibyteness of current buffer inherited
926 to Quail help buffer.
927
61076b20
DL
9282001-01-26 Dave Love <fx@gnu.org>
929
c47e2c68
DL
930 * time-stamp.el: Doc fixes.
931
84728570 932 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
933 (delphi-keyword-face, delphi-other-face): Fix :type.
934
940f14b4
DL
935 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
936
937 * mail/feedmail.el (feedmail): Add :link.
938 (feedmail-send-it): Doc fix.
939
940 * mail/sendmail.el: Doc fixes.
941 (sendmail-send-it): Fix the non-ASCII regexp and use
942 rfc2047-encode-string.
943
61076b20
DL
944 * dired.el, dired-aux.el: Revert last change.
945
6c317bd2
GM
9462001-01-26 Gerd Moellmann <gerd@gnu.org>
947
948 * makefile.w32-in (DONTCOMPILE): Add various term files.
949
9502001-01-26 Dave Love <fx@gnu.org>
951
952 * Makefile.in (DONTCOMPILE): Add various term files.
953
1c636b5f
GM
9542001-01-26 Gerd Moellmann <gerd@gnu.org>
955
af900b23
GM
956 * man.el (Man-default-man-entry, Man-mode): Doc fix.
957
15fa6db0
GM
958 * startup.el (display-startup-echo-area-message): Make sure
959 the echo area is resized to fit the size of the startup
960 message.
961
1c636b5f
GM
962 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
963 part of which is a constant.
964
9b1adbd5
EZ
9652001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
966
967 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
968 twice.
969
103db06c 9702001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
971
972 * simple.el (next-line): Don't let `newline' expand abbrevs.
973 Simplify slightly.
974 (open-line): Don't let `newline' expand abbrevs.
975
219227ea
JW
9762001-01-25 John Wiegley <johnw@gnu.org>
977
978 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
979 to `repeat' in the :type field.
980
981 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
982 allow a choice of regexp or nil.
d2906bf8 983 (pcomplete-dir-ignore): Same.
219227ea
JW
984
985 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
986 a command) to always fail.
987
ceba0dac
GM
9882001-01-25 Gerd Moellmann <gerd@gnu.org>
989
990 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
991 discard the result.
992 (iswitchb-to-end): Likewise.
993
9b0630e5
SS
9942001-01-25 Sam Steingold <sds@gnu.org>
995
996 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 997 Require vc.
9b0630e5 998
a2ed9670
SM
9992001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1000
f0c1adab
SM
1001 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1002
a2ed9670
SM
1003 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1004
34ac3367
DL
10052001-01-25 Dave Love <fx@gnu.org>
1006
61076b20
DL
1007 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1008 (describe-coding-system): Tweak the English text.
1009
34ac3367
DL
1010 * loadup.el: Preload international/ccl for utf-8.
1011
4685e6b7
EZ
10122001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1013
1014 * mail/rmail.el (rmail-redecode-body): Doc fix.
1015
0fdb4475
KH
10162001-01-25 Kenichi Handa <handa@etl.go.jp>
1017
23cfab61
KH
1018 * international/mule-cmds.el (reset-language-environment): Reset
1019 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
1020
1021 * international/mule-conf.el (coding-category-utf-8): Initialize
1022 to mule-utf-8.
1023
9b0630e5 1024 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1025
1026 * international/utf-8.el: New file.
1027
245ed2b1
SM
10282001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1029
1030 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1031
e95b0c08
SS
10322001-01-24 Sam Steingold <sds@gnu.org>
1033
1034 * dired.el (dired-replace-in-string): Removed.
1035 (dired-sort-toggle): Use `replace-regexps-in-string'
1036 instead of `dired-replace-in-string'.
9b0630e5 1037
ceba0dac
GM
1038 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1039 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1040
e95b0c08
SS
1041 * gs.el (gs-replace-in-string): Removed.
1042 (gs-options): Use `replace-regexps-in-string'
1043 instead of `gs-replace-in-string'.
1044
c3902c3e
EZ
10452001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1048 bug report is mailed to an email list and posted to a news group.
1049
b66b6aeb
GM
10502001-01-24 Gerd Moellmann <gerd@gnu.org>
1051
e7e41584
GM
1052 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1053 change of 2000-08-03 to move point to the start of the line again.
1054
b66b6aeb
GM
1055 * startup.el (tool-bar-images-pixel-height): New variable.
1056 (command-line): After loading the user's init file, when
1057 tool-bar-mode is on, increase the frame's size by some lines for
1058 the tool-bar.
1059
1060 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1061
ff890e66
SZ
10622001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1063
1064 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1065 (chinese-big5): MIME:Big5.
1066
04363179
GM
10672001-01-24 Gerd Moellmann <gerd@gnu.org>
1068
e95b0c08 1069 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1070 Handle commands with prefix args.
1071
d56aaa64
GM
10722001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1073
1074 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1075 being a list of numbers.
1076 (diary-mail-entries): Rewritten.
1077
99858627
DL
10782001-01-23 Dave Love <fx@gnu.org>
1079
7aeb1fa9
DL
1080 * international/mule.el (make-coding-system): Fix typo.
1081
99858627
DL
1082 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1083 backward-paragraph as font-lock-beginning-of-syntax-function.
1084
5a43decf
EZ
10852001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1086
1087 * font-lock.el (font-lock-mode): Doc fix.
1088
b0e98867
KH
10892001-01-23 Kenichi Handa <handa@etl.go.jp>
1090
1091 * international/mule.el (make-translation-table): Fix docstring.
1092
9c8acefd
EZ
10932001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1094
fd4976b8
EZ
1095 * mail/rmail.el (rmail-redecode-body): New function.
1096
9c8acefd
EZ
1097 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1098
871e0439
GM
10992001-01-22 Gerd Moellmann <gerd@gnu.org>
1100
21c2bbe0
GM
1101 * isearch.el (isearch-lazy-highlight-case-fold-search)
1102 (isearch-lazy-highlight-regexp): New variables.
1103 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1104 case-fold search or regexp search has been toggled.
1105
5710730c
GM
1106 * wid-edit.el (widget-button-click): Avoid a save-excursion
1107 around running a global binding.
1108
871e0439
GM
1109 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1110 to 0.25.
1111
d0554957
MB
11122001-01-20 Miles Bader <miles@gnu.org>
1113
1114 * cus-edit.el (custom-face-save): Do post-processing on the face's
1115 new value like `custom-face-set' does.
1116
1519f618
EZ
11172001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1118
ccd87890
EZ
1119 * mail/emacsbug.el (report-emacs-bug): Report the value of
1120 LC_CTYPE, not LC_TYPE.
1121
1519f618
EZ
1122 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1123 isearch-toggle-regexp and isearch-edit-string to doc string.
1124
9724173b
GM
11252001-01-19 Gerd Moellmann <gerd@gnu.org>
1126
48bb9196
GM
1127 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1128 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1129
e95b0c08 1130 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1131 font-lock-beginning-of-syntax-function to nil.
1132
dc81f8a2
EZ
11332001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * mail/emacsbug.el (report-emacs-bug): Report values of
1136 locale-coding-system, default-enable-multibyte-characters, and the
1137 environment variables LC_ALL, LC_TYPE, and LANG.
1138
99327974
GM
11392001-01-19 Gerd Moellmann <gerd@gnu.org>
1140
111c181e
GM
1141 * font-lock.el (font-lock-default-fontify-region): Fix last
1142 change.
e95b0c08 1143
2be6ecc6
GM
1144 * font-lock.el (font-lock-multiline): Default to nil.
1145 (font-lock-default-fontify-region): If font-lock-multiline is
1146 nil, don't check the property `font-lock-multiline'.
1147
99327974
GM
1148 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1149 is nil, don't check the `font-lock-multiline' text property.
1150
2550055a
MK
11512001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1152
0a949811 1153 * viper.el: Call initial-major-mode on startup.
e95b0c08 1154
0a949811 1155 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1156
8501998a 1157 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1158
2550055a 11592001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1160
0a949811 1161 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1162 diff mode, if available.
e95b0c08 1163
0a949811 11642001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1165
8501998a 1166 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1167
2550055a
MK
1168 * ediff-init.el (subst-char-in-string): Define and use it, unless
1169 it's already defined.
e95b0c08 1170
8962e303
GM
11712001-01-18 Gerd Moellmann <gerd@gnu.org>
1172
1173 * tooltip.el (tooltip-hide-delay): New user-option.
1174 (tooltip-show): Use tooltip-hide-delay instead of the default.
1175
6b453381
KH
11762001-01-18 Kenichi Handa <handa@etl.go.jp>
1177
1178 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1179 kill-local-variable doesn't work for enable-multibyte-characters.
1180
9eaf396b
DL
11812001-01-17 Dave Love <fx@gnu.org>
1182
cebd37ce
DL
1183 * ediff-init.el (ediff-before-setup-hook)
1184 (ediff-merge-filename-prefix): Add :version.
1185
9eaf396b
DL
1186 * international/latin1-disp.el: Require disp-table.
1187 (latin1-display): Fix :set.
1188
1189 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1190
f864120f
GM
11912001-01-17 Gerd Moellmann <gerd@gnu.org>
1192
1193 * isearch.el (isearch-lazy-highlight-initial-delay)
1194 (isearch-lazy-highlight-interval): Default to 0.
1195
11962001-01-17 Bob Glickstein <bobg@zanshin.com>
1197
1198 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1199 1 here rather than each time through
1200 isearch-lazy-highlight-new-loop.
1201 (isearch-lazy-highlight-max): Variable deleted.
1202 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1203 isearch-lazy-highlight-max but controls a single invocation of
1204 isearch-lazy-highlight-update.
1205 (isearch-lazy-highlight-wrapped): Variable recreated.
1206 (isearch-lazy-highlight-window-start): New variable.
1207 (isearch-lazy-highlight-cleanup): Restored to behavior of
1208 before 2-Jan.
1209 (isearch-lazy-highlight-remove-overlays): Function deleted;
1210 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1211 behavior removed.
1212 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1213 isearch-lazy-highlight-update in a loop rather than just once.
1214 Test isearch-invalid-regexp here and decide not to start a new
1215 loop, rather than testing it each time through
1216 isearch-lazy-highlight-update.
1217 (isearch-lazy-highlight-search): Function restored.
1218 (isearch-lazy-highlight-update): Get called in a timer loop again,
1219 but this time highlight more than one match each time through.
1220 Only highlight matches in the visible part of the window. Start
1221 at point, move in the direction of the search, and wrap around at
1222 the edge of the window. Use sit-for to force redisplay and ensure
1223 window-start is credible. "Face suppressing" behavior removed;
1224 overlay priorities should make it unnecessary, right?
1225 (isearch-highlight): Face suppressing behavior removed.
1226 (isearch-dehighlight): Face suppressing behavior removed.
1227 (isearch-set-lazy-highlight-faces-at): Removed.
1228
076ec540
KH
12292001-01-17 Kenichi Handa <handa@etl.go.jp>
1230
1231 * language/european.el ("Latin-1"): Make the format of description
1232 about additional language environments same as that of Latin-2.
1233
92328ec5
DL
12342001-01-16 Dave Love <fx@gnu.org>
1235
39f2174e
DL
1236 * isearch.el (isearch-lazy-highlight): Add :version.
1237
92328ec5
DL
1238 * simple.el (backward-delete-char-untabify-method)
1239 (next-line-add-newlines): Add :version.
1240
f251459d
GM
12412001-01-16 Gerd Moellmann <gerd@gnu.org>
1242
9d4850e5
GM
1243 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1244 Don't bind <delete> otherwise.
1245
1246 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1247 and <delete> via function-key-map.
1248
f251459d
GM
1249 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1250 Subject line only if point is after the `Subject:'.
1251
771ffcf7
KH
12522001-01-16 Kenichi Handa <handa@etl.go.jp>
1253
bda6b481
KH
1254 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1255 japanese-jisx0213-2 in `charset' property of this lang. env.
1256
35793af7
KH
1257 * language/european.el ("Latin-1"): Add description for Dutch and
1258 Spanish lang. env.
1259
771ffcf7
KH
1260 * international/mule.el (decode-char): Fix conditions.
1261 (encode-char): Handle eight-bit-control too.
1c8102ff 1262 (transform-make-coding-system-args): New function.
50c29104
KH
1263 (make-coding-system): Accept XEmacs style arguments for CCL base
1264 coding system.
771ffcf7 1265
e1cf67b6
GM
12662001-01-15 Gerd Moellmann <gerd@gnu.org>
1267
1268 * progmodes/etags.el (find-tag-noselect): Save the value of
1269 tags-file-name before switching buffers, for the case it has a
1270 buffer-local value.
1271
b3287acf
GM
12722001-01-15 Alex Schroeder <alex@gnu.org>
1273
9eaf396b
DL
1274 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1275 From Dave Love <fx@gnu.org>.
b3287acf
GM
1276 (ansi-color-for-comint-mode): Fix :version.
1277
12782001-01-15 Alex Schroeder <alex@gnu.org>
1279
1280 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1281
8d7ff9c8
EZ
12822001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1283
1284 * dired.el (dired-insert-directory): If file-system-info fails,
1285 remove the " free " part, but don't signal an error.
1286
dbe99ae9
SS
12872001-01-12 Sam Steingold <sds@gnu.org>
1288
1289 * bookmark.el (bookmark-maybe-historicize-string):
1290 Use new backquote syntax.
1291
103db06c 12922001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1293
1294 * subr.el (last): Handle a list that doesn't end in nil.
1295
ca2ddd8e
SS
12962001-01-12 Sam Steingold <sds@gnu.org>
1297
1298 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1299 to `backward-delete-char-untabify'.
1300
1751c874
DL
13012001-01-12 Dave Love <fx@gnu.org>
1302
1303 * cus-edit.el (customize-menu-create): Fix the :filter following
1304 easymenu change.
1305
1306 * wid-edit.el (function): Add :match-alternatives.
1307 (widget-color-action): Doc fix.
1308
3cccce8d
GM
13092001-01-12 Gerd Moellmann <gerd@gnu.org>
1310
1311 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1312
18bfd6b5
KH
13132001-01-12 Kenichi Handa <handa@etl.go.jp>
1314
60a62fdc
KH
1315 * international/mule-cmds.el (prefer-coding-system): Fix
1316 docstring.
1317
18bfd6b5
KH
1318 * international/ccl.el (define-ccl-program): Fix docstring.
1319
562e00da
DL
13202001-01-11 Dave Love <fx@gnu.org>
1321
14fd0da3
DL
1322 * international/mule-cmds.el (standard-display-european-internal):
1323 Set display table for 2208 as for 160.
1324
1325 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1326
562e00da
DL
1327 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1328 entry for custom-menu-create change.
1329 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1330 don't cons it in the search loop.
1331
1332 * imenu.el (imenu--truncate-items): Revert last change.
1333
6e961dcd
EZ
13342001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1335
1336 * info.el (Info-setup-header-line): If the node header includes
1337 either Next: or Prev: links, don't show the File: and Node: parts
1338 in the header line.
1339
2c2ff7f2
GM
13402001-01-11 Gerd Moellmann <gerd@gnu.org>
1341
a7ee2d2e
GM
1342 * comint.el (comint-goto-process-mark): Don't print a message
1343 when running in batch mode.
1344
c5348233
GM
1345 * isearch.el (isearch-search): In the condition-case handler for
1346 `error', set isearch-invalid-regexp to the whole error message.
1347
422717d1
GM
1348 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1349 ensure that eval-after-load works for files dumped with Emacs.
1350
1351 * help.el (load-symbol-file-load-history): New function extracted
1352 from function symbol-file.
1353 (symbol-file): Use it.
1354
2c2ff7f2
GM
1355 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1356 exit.xpm.
1357
926861fb
EZ
13582001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1361 behave as if there were no prefix argument.
1362 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1363 argument were nil.
1364
afa1f52c
RS
13652001-01-11 Richard M. Stallman <rms@gnu.org>
1366
ca2ddd8e 1367 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1368 Don't look for more potential matches once maximum is exceeded.
1369 Use overlays-in to check correctly for overlap with current match.
1370 Ignore empty matches.
1371
47a9f362
MB
13722001-01-11 Miles Bader <miles@gnu.org>
1373
1374 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1375 (ispell-overlay-window, ispell-help, ispell-show-choices)
1376 (ispell-command-loop): Use it instead of `window-height'.
1377
d196f58d
GM
13782001-01-10 Gerd Moellmann <gerd@gnu.org>
1379
cf523f0e
GM
1380 * files.el (confirm-kill-emacs): New user-option.
1381 (save-buffers-kill-emacs): Ask for final confirmation before
1382 killing Emacs.
1383
d196f58d
GM
1384 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1385 to nil.
1386
7c6c3d8e
GM
13872001-01-10 Dave Love <fx@gnu.org>
1388
1f8be15d
DL
1389 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1390
1391 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1392 :type.
1393
1394 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1395
1396 * calculator.el (calculator-number-digits): Fix :type.
1397
0d5184de
DL
1398 * vc-cvs.el (vc-cvs-header): Fix :type.
1399 * vc-rcs.el (vc-rcs-header): Fix :type.
1400 * vc-sccs.el (vc-sccs-header): Fix :type.
1401
1402 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1403
7c6c3d8e
GM
1404 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1405
8c9f73a2
GM
1406 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1407
457b792c
GM
14082001-01-10 Gerd Moellmann <gerd@gnu.org>
1409
1410 * simple.el (set-variable): Force a thorough redisplay for the
1411 case that the variable has an effect on the display, like
1412 `tab-width' has.
1413
d2622d08
AS
14142001-01-10 Andre Spiegel <spiegel@gnu.org>
1415
1416 * vc.el: Add documentation for backend interface.
1417
ae4b5f4f
KH
14182001-01-10 Kenichi Handa <handa@etl.go.jp>
1419
e0844717
KH
1420 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1421
ae4b5f4f
KH
1422 * international/mule-conf.el (latin-extra-code-table): Set to t
1423 for \223 and \224.
1424
3184082b
KH
14252001-01-09 Kenichi Handa <handa@etl.go.jp>
1426
1427 * international/mule-cmds.el (locale-language-names): Map "es" to
1428 "Spanish" and "nl" to "Dutch".
1429
732b9cdd
GM
14302001-01-09 Gerd Moellmann <gerd@gnu.org>
1431
1dfca644
GM
1432 * bindings.el (global-map): Bind <home> to beginning-of-line,
1433 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1434 C-<end> to end-of-buffer.
1435
732b9cdd
GM
1436 * language/european.el: Add Dutch and Spanish language info
1437 to be able to use the appropriate tutorials.
1438
14392001-01-09 Alex Schroeder <alex@gnu.org>
1440
1441 * ansi-color.el (ansi-color-process-output): Use markers instead
1442 of positions for start and end of region.
1443 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1444 Previously, occasional mistakes happend when fontifying many
1445 chunks of output (eg. ls --color=yes /dev). This happened
1446 whenever an overlay was created up to the end of the region, which
1447 coincided with the process-mark. New text would then be added
1448 within that overlay instead of after it.
1449 (ansi-color-make-extent): Overlays are created with the property
1450 `modification-hooks' set to '(ansi-color-freeze-overlay).
1451 (ansi-color-freeze-overlay): New function. When inserting text at
1452 the end of the overlay, the overlay will resize.
1453
14542000-01-09 Alex Schroeder <alex@gnu.org>
1455
1456 * ansi-color.el (ansi-color-process-output): Doc change.
1457 (ansi-color-unfontify-region): Doc change. No longer installed
1458 automatically in font-lock-unfontify-region-function.
1459 (ansi-color-apply): Doc change.
1460 (ansi-color-apply-on-region): Use extents or overlays instead of
1461 text-properties.
1462 (ansi-color-make-extent): New function.
1463 (ansi-color-set-extent-face): New function.
1464
14652000-01-09 Alex Schroeder <alex@gnu.org>
1466
1467 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1468 both use ansi-color-process-output, now.
1469 (ansi-color-process-output): Doesn't return string anymore. It is
1470 installed in comint-output-filter-functions for both Emacs and
1471 XEmacs, now.
1472 (ansi-color-unfontify-region): Simplified code removing variables
1473 pos and start-ansi.
1474 (ansi-color-apply): Put text-property ansi-color before putting
1475 text-property face because ansi-color-unfontify-region is called
1476 immediately after the call to put-text-property.
1477 (ansi-color-context-region): Doc change.
1478 (ansi-color-filter-region): Simplified code.
1479 (ansi-color-apply-on-region): Changed start to start-marker, using
1480 a marker explicitly. Put text-property ansi-color before putting
1481 text-property face because ansi-color-unfontify-region is called
1482 immediately after the call to put-text-property.
1483
14842000-01-09 Alex Schroeder <alex@gnu.org>
1485
1486 * ansi-color.el (ansi-color-faces-vector): Doc change.
1487 (ansi-color-for-comint-mode): Changed :type property to choice.
1488 (ansi-color-last-context): Removed.
1489 (ansi-color-process-output): Don't use ansi-color-last-context, as
1490 the main functions will store their context now.
1491 (ansi-color-context): Doc change.
1492 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1493 Uses ansi-color-context such that repeated calls will strip
1494 partial escape sequences, too.
1495 (ansi-color-apply): Simplified code. Colorize end of string if
1496 face is not null. Store context in new (FACE STRING) format, such
1497 that repeated calls will strip partial escape sequences, too.
1498 Append faces to face property using ansi-color-apply-sequence such
1499 that cumulative mode actually works.
1500 (ansi-color-context-region): New variable.
1501 (ansi-color-filter-region): Rewrote it based on
1502 ansi-color-apply-on-region. Uses ansi-color-context-region such
1503 that repeated calls will strip partial escape sequences, too.
1504 (ansi-color-apply-on-region): Simplified code. Colorize end of
1505 region if face is not null. Store context in new (FACE POS)
1506 format, such that repeated calls will strip partial escape
1507 sequences, too. Append faces to face property using
1508 ansi-color-apply-sequence such that cumulative mode actually
1509 works.
1510 (ansi-color-apply-sequence): New function.
1511 (ansi-color-get-face): When the default face is added to the list
1512 of faces, all previous settings are discarded and the list of
1513 faces is set to '(default).
1514
15152000-01-09 Alex Schroeder <alex@gnu.org>
1516
1517 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1518 face, such that ansi-color-apply and ansi-color-apply-on-region
1519 will do the right thing.
1520 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1521 returns nil, set the list of faces back to nil instead of
1522 appending the result of ansi-color-get-face to the front of the
1523 list.
1524
15252000-01-09 Alex Schroeder <alex@gnu.org>
1526
1527 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1528 (ansi-color-process): Doc change.
1529 (ansi-color-last-context): New buffer-local variable.
1530 (ansi-color-process-output): New function. It is automatically
1531 added to comint-output-filter-functions if this is XEmacs.
1532 (ansi-color-unfontify-region): New optional parameter for XEmacs
1533 compatibility. Check wether font-lock-syntactic-keywords is
1534 boundp before removing the syntax table text property, as XEmacs
1535 doesn't have it.
1536 (ansi-color-filter-region): Doc change.
1537 (ansi-color-apply-on-region): Doc change.
1538 (ansi-color-make-face): New function. Compatibility layer for
1539 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1540 (ansi-color-make-color-map): Use ansi-color-make-face.
1541 (ansi-color-get-face): Avoid face text property '(nil) as results
1542 in an errow for XEmacs.
1543
15442000-01-09 Alex Schroeder <alex@gnu.org>
1545
1546 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1547 text-property ansi-color in order to preserve fontification by
1548 ansi-color. When the package is loaded, a lambda expression is
1549 put onto font-lock-mode-hook. This lambda expression will check
1550 font-lock-unfontify-region-function and replace
1551 font-lock-default-unfontify-region with
1552 ansi-color-unfontify-region.
1553 (ansi-color-apply): Add text-property ansi-color in addition to
1554 text-property face.
1555 (ansi-color-apply-on-region): Add text-property ansi-color in
1556 addition to text-property face.
1557 (save-buffer-state): Copy of the macro that is also used by
1558 lazy-lock and font-lock.
1559
1560 (ansi-color-for-comint-mode): New option.
1561 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1562 (ansi-color-for-comint-mode-off): Ditto.
1563 (ansi-color-for-comint-mode-filter): Ditto.
1564 (ansi-color-process): New function. Uses
1565 ansi-color-for-comint-mode to decide what to do. This function is
1566 added to comint-preoutput-filter-functions when the package is
1567 loaded.
1568
1569 (ansi-color-for-shell-mode-set): Removed.
1570 (ansi-color-for-shell-mode): Removed.
1571
15722000-01-09 Alex Schroeder <alex@gnu.org>
1573
1574 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1575 the lambda expression from the ansi-color-for-shell-mode :set
1576 property. Additionally, modify shell-mode-hook to enable or
1577 disable font-lock-mode for future shell buffers.
1578 (ansi-color-for-shell-mode): The :set property calls
1579 ansi-color-for-shell-mode-set instead of a lambda expression.
1580
15812000-01-09 Alex Schroeder <alex@gnu.org>
1582
1583 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1584 (ansi-color-context): New variable.
1585 (ansi-color-apply): Save context between calls.
1586
fb55ff10
EZ
15872001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1588
29910493
EZ
1589 * isearch.el (isearch, isearch-lazy-highlight-face): New
1590 definitions for face colors and attributes.
1591
fb55ff10
EZ
1592 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1593 of display-mouse-p.
1594
134d6265
KH
15952001-01-09 Kenichi Handa <handa@etl.go.jp>
1596
1597 * international/mule.el (make-coding-system): If the coding system
1598 accepts extra latin codes, register such codes as safe for the
1599 coding system.
1600
103db06c 16012001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1602
984c9f75
RS
1603 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1604 don't mention the file name or the date here, because they are
1605 logged at the start of the file.
1606
16072001-01-08 Richard M. Stallman <rms@gnu.org>
1608
78b8eee8
RS
1609 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1610 Change screen-width to frame-width.
1611
1460e5d4
EZ
16122001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1613
1614 * info.el (Info-search): Print the default as part of the prompt.
1615
56f24bc1
AS
16162001-01-08 Andre Spiegel <spiegel@gnu.org>
1617
ca2ddd8e 1618 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1619 constant implementations in backends.
1620
1621 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1622 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1623
1624 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1625 WRITABLE to EDITABLE.
1626
1627 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1628 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1629 to EDITABLE.
1630
b7812d30
EZ
16312001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1632
1633 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1634 (copyright, copyright-update): Compute the current year at run
1635 time.
1636
7e56ea04
GM
16372001-01-08 Gerd Moellmann <gerd@gnu.org>
1638
1639 * isearch.el (isearch-old-signal-hook): Removed.
1640 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1641 instead of setting signal-hook-function.
1642 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1643
a758f97d
GM
16442001-01-08 Kevin Gallagher <kevingal@onramp.net>
1645
1646 * emulation/edt.el: Update to version 4.0. Provide support for
1647 EDT scroll margins at top and bottom of the window. Provide an
1648 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1649 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1650 user when file-related buffer modifications exist. Provide
1651 support for running EDT Emulation in XEmacs. Provide customize
1652 access to some user updatable variables. Add Commentary section
1653 to file header. Fixed a few minor bugs and cleaned up some code.
1654
1655 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1656 for detecting a keypress that generates an ASCII key sequence.
1657 (Previously, only a keypress that generates a vector was
1658 recognized.) Embed Window Manager name into name of the generated
1659 EDT Emulation initialization file since the initialization file is
1660 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1661
30db89f9
EZ
16622001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1663
4deb3ba9
EZ
1664 * mail/sendmail.el (mail-mode): Doc fix.
1665
30db89f9
EZ
1666 * info.el (Info-goto-emacs-command-node): Doc fix.
1667 (Info-goto-emacs-key-command-node): Doc fix.
1668
c3f2772b
EZ
16692001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1670
8726e79b 1671 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1672 systems without long file-name support.
1673
0dac6924
AI
16742001-01-06 Andrew Innes <andrewi@gnu.org>
1675
1676 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1677
4e6ef391
EZ
16782001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1679
380866a2
EZ
1680 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1681 (isearch-lazy-highlight-update): Doc fix.
1682
148b5960
EZ
1683 * ffap.el (ffap-bindings): Doc fix.
1684
4e6ef391
EZ
1685 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1686
4cb1bcc2
DL
16872001-01-05 Dave Love <fx@gnu.org>
1688
1689 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1690
3828218c
GM
16912001-01-05 Gerd Moellmann <gerd@gnu.org>
1692
f1ade7d3
GM
1693 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1694 scroll-preserve-screen-position to nil.
1695
1f4139d5
GM
1696 * isearch.el (isearch-old-signal-hook): New variable.
1697 (isearch-mode): Set signal-hook-function to isearch-done.
1698 (isearch-done): Restore old signal-hook-function.
1699
3828218c
GM
1700 * info.el (Info-fontify-node): Mark one more char as intangible.
1701
3970013f
KH
17022000-01-05 Kenichi Handa <handa@etl.go.jp>
1703
3828218c 1704 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1705 it is non-nil, compose preceding characters by compose-region with
1706 COMPONENTS.
1707
1708 * international/quail.el (quail-input-string-to-events): New function.
1709 (quail-input-method): Convert input string to events here.
1710 (quail-start-translation): Return input string, not event list.
1711 (quail-start-conversion): Likewise.
1712
f3b05e99
GM
17132001-01-04 Gerd Moellmann <gerd@gnu.org>
1714
ca2ddd8e 1715 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1716 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1717 and tooltip-add-timeout.
1718 (tooltip-show): Set border color from faces's foreground.
1719 (tooltip-show-help-function): If called with the same help string
1720 as last time, do nothing.
1721 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1722
0f2ac578
GM
1723 * startup.el (fancy-splash-screens): Don't bind show-help-function
1724 to nil.
1725
f3b05e99
GM
1726 * tooltip.el (tooltip-frame-parameters): Remove colors.
1727 (tooltip): New face
1728 (tooltip-set-param): New function.
1729 (tooltip-show): Set up color frame parameters from face `tooltip'.
1730 Display the tooltip text in face `tooltip'.
1731
8416e94a
DL
17322001-01-04 Dave Love <fx@gnu.org>
1733
1734 * whitespace.el (whitespace-global-mode): Fix typo.
1735
1736 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1737
30db89f9
EZ
17382001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1739
1740 * help.el (help-for-help): Fix a typo in a doc string. From
1741 kwzh@gnu.org (Karl Heuer).
1742
b847eb8c
DL
17432001-01-03 Dave Love <fx@gnu.org>
1744
1745 * dired-x.el: Doc fixes. Maintainer change.
1746 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1747 :type.
1748 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1749 (dired-guess-shell-alist-user): Customize.
1750 (dired-x-help-address): Set to bug-gnu-emacs.
1751 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1752 (dired-default-directory): Renamed from default-directory.
1753
1754 * hl-line.el (hl-line): Doc fix.
1755
43c4b570
KF
17562001-01-03 Karl Fogel <kfogel@red-bean.com>
1757
1bf6b1bf 1758 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1759
984c9f75 17602001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1761
1762 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1763 to remove all the current alternative-match highlighting.
1764 If nil, remove only what's outside the current window.
1765 (isearch-lazy-highlight-remove-overlays): Take optional
1766 region within which NOT to remove them.
1767 (isearch-lazy-highlight-new-loop): Greatly simplified.
1768 (isearch-lazy-highlight-update): Find all the other occurrences
1769 visible in the window, in just one call.
1770 (isearch-lazy-highlight-start): Now holds start of region to scan.
1771 (isearch-lazy-highlight-end): Now holds end of region to scan.
1772 (isearch-lazy-highlight-wrapped): Variable deleted.
1773 (isearch-lazy-highlight-search): Function deleted.
1774
13d6a61c
AI
17752000-01-02 Andrew Innes <andrewi@gnu.org>
1776
1777 * w32-fns.el (convert-standard-filename): Do length check on name
1778 before aref.
1779
064866e7
DL
17802001-01-02 Dave Love <fx@gnu.org>
1781
b33e041b
DL
1782 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1783 value.
1784 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1785
1786 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1787
8166ffd5
DL
1788 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1789 read syntax.
1790
064866e7
DL
1791 * calendar/todo-mode.el (todo): Add :link, :version.
1792 (todo-save-top-priorities): Remove autoload cookie.
1793 (todo-add-category, todo-add-item-non-interactively)
1794 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1795 cookie.
1796
6dde6abc
GM
17972001-01-02 Gerd Moellmann <gerd@gnu.org>
1798
1799 * comint.el (comint-input-history-ignore): New variable.
1800 (comint-read-input-ring): Ignore entries matching
1801 comint-input-history-ignore.
1802
1a8a9daf
GM
18032001-01-02 Eric M. Ludlam <zappo@gnu.org>
1804
1805 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1806 (lm-copyright-mark): New function.
1807 (lm-crack-copyright): New function.
1808 (lm-verify): Check that the file has a copyright.
1809 Check that the file is copyright Free Software Foundation.
1810
9c92eb53
KH
18112000-12-30 Kenichi Handa <handa@etl.go.jp>
1812
1813 * international/mule-diag.el (print-fontset): Indent font name by
1814 24 columns, not 25.
1815
49172314
GM
18162000-12-29 Gerd Moellmann <gerd@gnu.org>
1817
762a68ec
GM
1818 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1819 in Subject line.
1820
49172314
GM
1821 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1822 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1823 continuing an interrupted message with C-u C-x m for instence,
1824 winds up in Mail mode without abbrevs.
1825
bd7a2e26
GM
18262000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1827
1828 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1829 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1830 fix.
bd7a2e26
GM
1831 (ps-print-version): New version number (6.3.3).
1832 (ps-end-with-control-d): Initialization fix.
1833 (ps-lines-printed): New var.
1834 (ps-skip-newline): New fun.
1835 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1836 (ps-next-line, ps-continue-line, ps-plot-region)
1837 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1838
2b3f28a4
KH
18392000-12-29 Kenichi Handa <handa@etl.go.jp>
1840
1841 * international/fontset.el (x-complement-fontset-spec): Resolve
1842 ASCII font name so that the same family name is used for fonts
1843 registered in x-font-name-charset-alist.
1844 (create-fontset-from-fontset-spec): Adjusted for the above change.
1845 The name of fontset alias should be a unresolved ASCII font name.
1846
2ece9174
GM
18472000-12-28 Gerd Moellmann <gerd@gnu.org>
1848
1849 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1850 and delete in isearch-mode-map.
1851
cbe3ad7a
RS
18522000-12-28 Richard M. Stallman <rms@gnu.org>
1853
ca2ddd8e 1854 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1855 Use xpdf instead of acroread.
1856
a816f1c5
KH
18572000-12-28 Kenichi Handa <handa@etl.go.jp>
1858
f086e73c
KH
1859 * textmodes/artist.el (artist-butlast): Deleted.
1860 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1861 artist-butlast.
f086e73c 1862
a816f1c5
KH
1863 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1864
1865 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1866
b202115b
EZ
18672000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1868
1869 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1870
1871 * ls-lisp.el: Better support for the Mac and MS-Windows.
1872 (ls-lisp): New defgroup.
1873 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1874 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1875 (ls-lisp-support-shell-wildcards): New defcustoms.
1876 (ls-lisp-parse-symlink): New function.
1877 (insert-directory): Code to convert switches to a list and set up
1878 the wildcard argument copied from ls-lisp-insert-directory.
1879 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1880 for -C and -R switches.
1881 (ls-lisp-column-format): New function.
ca2ddd8e 1882 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1883 (ls-lisp-format-time): Add doc strings.
1884 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1885 Support ls-lisp-dirs-first.
1886 (ls-lisp-classify, ls-lisp-extension): New functions.
1887 (ls-lisp-format): Optionally support emulation of symlinks.
1888 Support -i, -s, and -G switches.
1889
6061fbf0
GM
18902000-12-27 Gerd Moellmann <gerd@gnu.org>
1891
5e25feee
GM
1892 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1893
6061fbf0
GM
1894 * version.el (emacs-version): Print X scroll bar information.
1895
1896 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1897 instead of x-toolkit-scroll-bars-p.
1898
1899 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1900 of x-toolkit-scroll-bars-p.
1901
25050dab
EZ
19022000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1903
1904 * ffap.el (ffap-bindings): Make interactive and add an autoload
1905 cookie.
1906 (ffap-bindings): Doc fix, to reflect the above change.
1907
c1786874
KH
19082000-12-27 Kenichi Handa <handa@etl.go.jp>
1909
1910 * term.el (term-char-mode): Define all non-ascii self-inserting
1911 characters to 'term-send-raw in term-raw-map.
1912
7261ece3 19132000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1914
6061fbf0 1915 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1916 guard.
ca2ddd8e 1917
6061fbf0 1918 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1919 initialization; use add-hook.
6061fbf0 1920 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1921
6061fbf0 1922 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1923
6061fbf0
GM
1924 * ediff.el (ediff-patch-buffer): Bug fix.
1925 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1926
83f40583
SM
19272000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1928
1929 * subr.el (combine-run-hooks): Remove.
1930
1931 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1932 and remove the rogue second spec.
1933
bdd6d4e8
GM
19342000-12-23 Gerd Moellmann <gerd@gnu.org>
1935
1936 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1937
26736ce3
SM
19382000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1939
0e86b6b0
SM
1940 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1941 Use minibuffer menu prompt for the `=' prefix.
1942 (smerge-command-prefix): Change default to C-^.
6eabfb26 1943 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1944
26736ce3
SM
1945 * skeleton.el (skeleton-internal-1): Make sure the first line of
1946 the region is also re-indented.
d21584d6
SM
1947 (skeleton-end-newline): New var.
1948 (skeleton-end-hook): Use it.
26736ce3 1949
95fa4fd7
MB
19502000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1951
1952 * comint.el (comint-password-prompt-regexp): Support CVS.
1953
f060b834
GM
19542000-12-22 Gerd Moellmann <gerd@gnu.org>
1955
856ff7a7
GM
1956 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1957 backspace key combinations, depending on
1958 delete-key-deletes-forward.
1959
1960 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1961
f060b834
GM
1962 * simple.el (delete-key-deletes-forward): Doc fix.
1963
653558a1
GM
19642000-08-22 Emmanuel Briot <briot@gnat.com>
1965
1966 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1967 white spaces are relevant in the XML file.
653558a1
GM
1968 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1969 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1970 of XML files.
653558a1
GM
1971 (xml-parse-tag): Check that the casing is the same in the start
1972 tag and end tag, since XML is case-sensitive. Allows for spaces
1973 in the end tag, after the name of the tag.
1974 (xml-parse-attlist): Allow for the character '-' in the name of
1975 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1976 the properties in the XML tree, since they are not relevant.
653558a1 1977
3ad93d8d
SM
19782000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1979
1980 * generic.el (generic-read-type): Undo last change, inline into
1981 `generic-mode' and then remove.
1982 (generic-mode): Inline generic-read-type.
1983 (define-generic-mode): Push the symbol name rather than the symbol
1984 onto generic-mode-list.
1985
177f4e88
GM
19862000-12-21 Gerd Moellmann <gerd@gnu.org>
1987
8e15274f
GM
1988 * generic.el (generic-read-type): Build an alist for
1989 completing-read as in 20.7.
1990
1991 * play/landmark.el (lm): Use interactive spec `P'.
1992 (toplevel): Don't set debug-on-error.
1993
177f4e88
GM
1994 * server.el (server-switch-buffer): Choose a window on a visible
1995 frame.
1996
6ba384dc
GM
19972000-12-21 Dave Pearson <davep@davep.org>
1998
1999 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2000
647a066c
GM
20012000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2002
2003 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2004 ranges like \177-\237, but accepts the character sequence from \177 to
2005 \237. Doc fix.
2006 (ebnf-version): New version (3.4).
2007 (ebnf-setup): Code fix.
2008 (ebnf-range-regexp): New fun.
2009 (ebnf-8-bit-chars): Const fix.
2010
2011 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2012 entry. Doc fix.
2013 (ebnf-bnf-lex): Code fix.
2014 (ebnf-bnf-comment-chars): Const fix.
2015
2016 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2017 entry. Doc fix.
2018 (ebnf-iso-comment-chars): Const fix.
2019
2020 * ebnf-otz.el: Doc fix.
2021
2022 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2023 entry. Doc fix.
2024 (ebnf-yac-skip-code): Code fix.
2025 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2026
bc22fd18
EZ
20272000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2028
2029 * files.el (insert-directory-safely): New function.
834d23b2 2030 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 2031 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2032
587fc3f9
KH
20332000-12-21 Kenichi Handa <handa@etl.go.jp>
2034
eeefcfde 2035 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 2036 coding-category-list more rigidly. Improve help message.
eeefcfde 2037
587fc3f9
KH
2038 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2039
01860fb9
MB
20402000-12-21 Miles Bader <miles@gnu.org>
2041
587fc3f9
KH
2042 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2043 prefix.
01860fb9 2044
3f9d67a6
KH
20452000-12-21 Kenichi Handa <handa@etl.go.jp>
2046
9fd1c1f7
KH
2047 * international/mule-diag.el (describe-char-after): Make *Help*
2048 buffer inherit multibyteness of the current buffer.
2049
3f9d67a6
KH
2050 * international/mule.el (make-char): Docstring adjusted for the
2051 change of make-char-internal.
2052
c9669fac
SM
20532000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * international/iso-cvt.el: Docstrings fix.
2056
19594307
DL
20572000-12-20 Dave Love <fx@gnu.org>
2058
2059 * subr.el (eval-after-load): Doc fix.
2060
b1a447b3
KH
20612000-12-20 Kenichi Handa <handa@etl.go.jp>
2062
2063 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2064 for numbers.
2065
09877d5d
MB
20662000-12-20 Miles Bader <miles@gnu.org>
2067
2068 * international/quail.el (quail-help): Resize the help window
2069 again after it has all its contents. Remove unneeded progn.
2070
71d4497a
GM
20712000-12-19 Gerd Moellmann <gerd@gnu.org>
2072
2073 * pcmpl-linux.el: Fix copy/paste error.
2074
741e56a0
AI
20752000-12-19 Andrew Innes <andrewi@gnu.org>
2076
2077 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2078 docstring.
2079
cc24d91c
CD
20802000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2081
ba4c05aa
CD
2082 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2083
2084 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2085
2086 * progmodes/idlw-shell.el: Fixed copyright notice.
2087
2088 * progmodes/idlwave.el: Fixed copyright notice.
2089
71d4497a 2090 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2091 TAB as key separators.
2092
524c8caf
GM
20932000-12-19 Alex Schroeder <alex@gnu.org>
2094
2095 * sql.el (sql-sybase-options): New option.
2096 (sql-sybase): Use it. Add sql-database to the list of parameters
2097 provided for login. The options -w 2048 -n are not used any more.
2098 (sql-postgres-options): Changed default from "--pset" to "-P".
2099 (sql-mysql-options): Doc change.
2100 (sql-stop): Doc change.
2101
b5fa513d
KH
21022000-12-19 Kenichi Handa <handa@etl.go.jp>
2103
2104 * international/quail.el (quail-input-method): Always hide
2105 the guidance buffer on exiting.
2106
91c9e6ce
GM
21072000-12-18 Gerd Moellmann <gerd@gnu.org>
2108
c6da4eb4
GM
2109 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2110 isn't fboundp.
2111
3d2a0e0b
GM
2112 * server.el (server-buffer-done): Bury the buffer before
2113 killing it.
2114
91c9e6ce
GM
2115 * faces.el (face-spec-set): Interpret a nil in specs for
2116 foreground and background colors as `unspecified', for
2117 compatibility with 20.x.
2118
40fa0008
DL
21192000-12-18 Dave Love <fx@gnu.org>
2120
22adbe54
DL
2121 * simple.el (mail-user-agent): Doc fix.
2122 (input-mode-8-bit): Removed.
2123
2124 * international/mule.el (set-keyboard-coding-system): Doc fix.
2125 (keyboard-coding-system): New option.
2126
40fa0008
DL
2127 * mail/sendmail.el (send-mail-function): Customize.
2128
6f4745e2
EZ
21292000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2130
2131 * international/codepage.el (cp866-decode-table): New table.
2132
82b90229
GM
21332000-12-18 Gerd Moellmann <gerd@gnu.org>
2134
2135 * version.el (emacs-version): Remove `%a' from the time format
2136 because the weekday doesn't fit well into each locale.
2137
5a047002
MB
21382000-12-18 Miles Bader <miles@gnu.org>
2139
7f49aa07
MB
2140 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2141
ca2ddd8e 2142 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2143 Check that emacs-major-version is `=' to 20, not `>='.
2144 (artist-replace-chars): Use `make-string' instead of a loop.
2145
22ea2607
EZ
21462000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2147
2148 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2149 (cvs-execute-single-file): Don't change directory.
2150 Patch from Per Cederqvist.
2151
6c825f8e
EZ
21522000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2153
2154 * textmodes/ispell.el (check-ispell-version): If
2155 `ispell-program-name' is "aspell", pass it the -v switch instead
2156 of -vv.
2157
8ff06845
KH
21582000-12-16 Kenichi Handa <handa@etl.go.jp>
2159
af4bb4c8
KH
2160 * international/mule-diag.el (mule-diag): Insert information about
2161 configure options, multibyte awareness, language env.
2162
8ff06845
KH
2163 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2164 regexp to search for candidates.
2165
b24e84ab
EZ
21662000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2167
2168 * info.el (Info-forward-node): If the node has an
2169 Info-header-line, widen the buffer before searching for "next:"
2170 and "up:" pointers, and set the search limit to stay in the
2171 current node.
2172
7981d89f
MB
21732000-12-16 Miles Bader <miles@gnu.org>
2174
2175 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2176
88ee7917
MB
21772000-12-15 Miles Bader <miles@gnu.org>
2178
2179 * comint.el (comint-send-string, comint-send-region): Also accept
2180 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2181 process-send-string/region.
2182
0c28d842
GM
21832000-12-15 Gerd Moellmann <gerd@gnu.org>
2184
4ea7fdca
GM
2185 * isearch.el (isearch-lazy-highlight-max): New user-option.
2186 (isearch-lazy-highlight-update): Don't highlight more than
2187 isearch-lazy-highlight-max matches.
2188
0c28d842
GM
2189 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2190
984c9f75 21912000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2192
8062e53a
GM
2193 * sort.el (sort-columns): Fix error message.
2194
3ffa545b
GM
2195 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2196 `upcase' or `downcase' or nil.
2197 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2198 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2199 (dabbrev--substitute-expansion): New arg record-case-pattern.
2200 If it is non-nil, set dabbrev--last-case-pattern.
2201 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2202
2203 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2204
c2d7f289
MB
22052000-12-15 Miles Bader <miles@gnu.org>
2206
b6348438
MB
2207 * paths.el (Info-default-directory-list): Don't delete
2208 configure-info-directory from the list of standard info
2209 directories when appending it to the end -- their order is
2210 important.
2211
f9056dd9
MB
2212 * faces.el (read-face-attribute): If there's no entry for the
2213 user's input in VALID, just use it as-is (this will often result
2214 in an error, but it may be OK for e.g. colors using hexadecimal
2215 notation, and at least will yield a better error message).
2216
c2d7f289 2217 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2218 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2219 Variables removed.
2220 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2221 window is really the right size. Use vertical-motion
2222 rather than forward-line.
2223 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2224 (ispell-command-loop, ispell-show-choices): Use the variable
2225 ispell-choices-win-default-height, rather than the function.
2226 (ispell-choices-win-default-height): Function removed.
2227 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2228
8f530b95
SM
22292000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2230
2231 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2232
6d435deb
EZ
22332000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2234
4dddb0b7
EZ
2235 * paths.el (Info-default-directory-list): If
2236 configure-info-directory is not one of the standard directories,
2237 put it first in the list; otherwise put it last. Doc string
2238 changed accordingly.
2239
2240 * info.el (Info-directory-list): Change doc string to reflect the
2241 change in Info-default-directory-list.
2242
6d435deb
EZ
2243 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2244 windows-nt as windowed environments, even under -nw.
2245
2246 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2247 if not fboundp. Switch delete-forward mode for the <delete> key
2248 on all PC platforms, even under -nw.
2249
2250 * term/internal.el ([M-delete]): Remap to M-d.
2251
9d7d9263
GM
22522000-12-14 Gerd Moellmann <gerd@gnu.org>
2253
2254 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2255
7cf0153a
EZ
22562000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2257
2258 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2259
5e5b3d41
GM
22602000-12-14 Gerd Moellmann <gerd@gnu.org>
2261
5f368d29
GM
2262 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2263 if appropriate.
2264
2265 * simple.el (delete-key-deletes-forward): New user-option.
2266 (delete-key-deletes-forward-mode): New function.
2267
9d7d9263 2268 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2269
5e5b3d41
GM
2270 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2271 if symbol is bound before getting its value.
2272
2273 * tooltip.el (tooltip-show): If an error is signaled in
2274 x-show-tip, display that error, and display the help in the
2275 echo area.
ca2ddd8e 2276
191b83b6
KH
22772000-12-14 Kenichi Handa <handa@etl.go.jp>
2278
2279 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2280 "... entries" messages for every 10000 entries, not 10.
2281
6192b604
KF
22822000-12-13 Karl Fogel <kfogel@red-bean.com>
2283
2284 * bookmark.el: Provide a generic exit hook, as suggested by
2285 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2286 (bookmark-exit-hook): New var.
2287 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2288 old raw lambda form in `kill-emacs-hook', and runs new
2289 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2290 as logically that feature must have been provided if this function
2291 is running.
2292 Removed ;;;###autoload before the `add-hook' call.
2293
5edf6b55
SM
22942000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2295
2296 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2297 (easy-menu-current-active-maps): New function.
2298 (easy-menu-get-map): Use it.
2299 Make a proper menu entry when creating a new keymap.
2300
16b5e8e6
KH
23012000-12-13 Kenichi Handa <handa@etl.go.jp>
2302
d49fc4eb
KH
2303 * international/characters.el: Fix cases and syntaxes for
2304 mule-unicode-0100-24ff.
2305
3b53d876
KH
2306 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2307 that a Japanese character is not appended after day and year.
2308
16b5e8e6
KH
2309 * info.el (Info-suffix-list): Change format for a command that
2310 requires arguments.
2311 (info-insert-file-contents): Adjusted for the above change.
2312
1df1c518
AS
23132000-12-12 Andreas Schwab <schwab@suse.de>
2314
2315 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2316 on the name of the tar buffer. Verify that the existing buffer is
2317 visiting the same subfile.
2318
a7a07b98
DL
23192000-12-12 Dave Love <fx@gnu.org>
2320
2321 * subdirs.el: Add obsolete.
2322
4fdbd809
GM
23232000-12-12 Gerd Moellmann <gerd@gnu.org>
2324
bfdb75ee
GM
2325 * mail/rmailsum.el (rmail-summary-expunge)
2326 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2327 instead of rmail-confirm-expunge.
2328
4fdbd809
GM
2329 * replace.el (perform-replace): Don't use an empty match adjacent
2330 to a non-empty match when computing the next match before the
2331 replacement is performed.
2332
e9a59cad
GM
23332000-12-12 Milan Zamazal <pdm@freesoft.cz>
2334
2335 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2336 definition (patch by Stefan Monnier).
2337 (glasses-mode): Use jit-lock instead of `after-change-functions'
2338 (patch by Stefan Monnier).
2339
c2def7a0
MB
23402000-12-12 Miles Bader <miles@gnu.org>
2341
2342 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2343 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2344
591b63b4
AC
23452000-12-12 Andrew Choi <akochoi@i-cable.com>
2346
2347 * term/mac-win.el: Remove load for ls-lisp.
2348
a924cf63 2349 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2350
5ff4ba3d
MB
23512000-12-12 Miles Bader <miles@gnu.org>
2352
2353 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2354 Respect field end too.
2355 (just-one-space): Respect fields as `delete-horizontal-space'.
2356 (newline-and-indent, reindent-then-newline-and-indent): Use
2357 `delete-horizontal-space'.
2358
d0c679bc
SM
23592000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2360
adf9c994
SM
2361 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2362 (so as to obey the field property in the minibuffer).
2363
4b0cd42d
SM
2364 * obsolete/c-mode.el: Moved from lisp/progmodes.
2365 * obsolete/auto-show.el: Moved from lisp.
2366 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2367
89f85863
CD
23682000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2369
2370 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2371 changes to list them here.
89f85863
CD
2372
2373 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2374 many changes to list them here.
2375
2376 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2377 many changes to list them here.
2378
2379 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2380
3e0d35ce
GM
23812000-12-11 Gerd Moellmann <gerd@gnu.org>
2382
d990421f
GM
2383 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2384 nil.
2385
ca2ddd8e 2386 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2387 Comment fix.
2388
3e0d35ce
GM
2389 * hscroll.el: Moved to `obsolete' subdir.
2390
ff904dd6
MB
23912000-12-11 Miles Bader <miles@gnu.org>
2392
2393 * window.el (window-text-height): Function removed (now in C).
2394
fb97d87f
SM
23952000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2396
2397 * log-edit.el (log-edit-parent-buffer): New var.
2398 (log-edit): Set it. Add BUFFER argument.
2399 (log-edit-done): Use char-before.
2400 Don't bother checking validity of vc-comment-ring.
2401 Only bury the buffer if log-edit popped it up.
2402
2403 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2404 (cvs-mode-diff-help): Remove.
2405 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2406 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2407
2408 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2409 Remove binding for ? now made unnecessary.
2410
7de77417
CD
24112000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2412
2413 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2414 function
7de77417
CD
2415 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2416
2417 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2418 when master file is not open.
2419
4efa209f
SM
24202000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2421
2422 * progmodes/ada-stmt.el: Update `maintainer'.
2423
0a8052bd
GM
24242000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2425
2426 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2427 choices to match documentation string.
2428
a12167c5
MB
24292000-12-09 Miles Bader <miles@gnu.org>
2430
2161605d
MB
2431 * minibuf-eldef.el: New file.
2432
a12167c5
MB
2433 * window.el (fit-window-to-buffer): Don't pass last argument to
2434 pos-visible-in-window-p, now that its meaning is inverted.
2435
9ea8de1b
EZ
24362000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2437
2438 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2439 <ceder@lysator.liu.se>.
2440
5002ddbb
SM
24412000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2442
b6114d80
SM
2443 * autoinsert.el (auto-insert-alist): Add missing final \n.
2444
ee8d23ee
SM
2445 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2446 (cvs-menu-map): Remove.
2447 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2448 (cvs-mode-quit): Turn it back into a plain function.
2449
5002ddbb 2450 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2451 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2452
2453 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2454 file where it's more visible.
2455 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2456 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2457 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2458 (texinfo-inside-macro-p): Only catch `scan-error's.
2459 (texinfo-inside-env-p): Make better use of the match info.
2460 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2461 (texinfo-insert-@end): Slight re-organization.
2462 Also remove useless `looking-at' call.
2463
30cd075d
AI
24642000-12-08 Andrew Innes <andrewi@gnu.org>
2465
2466 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2467 accessible in -nw mode.
2468
2469 * term/w32-win.el: Remove stuff about selection timeout, which is
2470 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2471 it is accessible in -nw mode.
2472
01b91009
DL
24732000-12-08 Dave Love <fx@gnu.org>
2474
2475 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2476 font-lock-keywords-case-fold-search.
2477
842b2a94
GM
24782000-12-08 Gerd Moellmann <gerd@gnu.org>
2479
2480 * textmodes/ispell.el (ispell): Doc fix.
2481
f9d5f611
KH
24822000-12-08 Kenichi Handa <handa@etl.go.jp>
2483
2484 * international/quail.el (quail-insert-decode-map): Check the
2485 frame width of a window displaying the current buffer, not that of
2486 the selected frame.
2487 (quail-help): Make sure that the help buffer has window before
2488 inserting text in it.
2489
e04d21aa
SS
24902000-12-07 Sam Steingold <sds@gnu.org>
2491
2492 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2493 Backquote is used in isearch.el, so autoloading saves nothing.
2494
fc3e23a4
EZ
24952000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2496
137cad7c
EZ
2497 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2498 the CVS and RCS subdirectories case-insensitively.
2499
fc3e23a4
EZ
2500 * dired.el (dired-insert-directory): If file-system-info is
2501 fboundp, call it instead of invoking dired-free-space-program.
2502
796ecd10
GM
25032000-12-07 Gerd Moellmann <gerd@gnu.org>
2504
0f5f7c3e
GM
2505 * server.el (server-visit-files): Push files on file-name-history.
2506
3764ba49
GM
2507 * progmodes/cc-langs.el: Update copyright.
2508
8e7931da
GM
2509 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2510
ae0d7485 2511 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2512
796ecd10
GM
2513 * bindings.el (mode-line-mode-menu): Reverse the order
2514 of define-keys so that the menu appears in alphabetical order.
2515
ae0d7485
GM
25162000-12-07 Milan Zamazal <pdm@freesoft.cz>
2517
2518 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2519 of the function.
2520
e2849090
DL
25212000-12-07 Dave Love <fx@gnu.org>
2522
2523 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2524
2525 * facemenu.el (facemenu-unlisted-faces): Fix value.
2526
5c7f629c
SM
25272000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2528
2529 * font-lock.el (font-lock-default-fontify-region):
2530 Include the terminating \n (off-by-one error).
2531 (font-lock-set-defaults): Use dolist.
2532
2533 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2534
73481ae3
KH
25352000-12-07 Kenichi Handa <handa@etl.go.jp>
2536
ffbaa122
KH
2537 * international/mule-cmds.el (describe-language-environment): Fix
2538 for the case that an input method title is not string but a list.
2539
73481ae3
KH
2540 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2541 of wrong SIZE record.
2542
e2896b22
DL
25432000-12-06 Dave Love <fx@gnu.org>
2544
67292061
DL
2545 * newcomment.el (comment-region, comment-dwim): Doc fix.
2546
2547 * textmodes/texinfo.el: Require tex-mode when compiling.
2548 (texinfo-update-node): Doc fix.
2549 (texinfo-imenu-generic-expression): Add @anchor.
2550 (texinfo-font-lock-keywords): Add @uref.
2551 (texinfo-inside-macro-p): Don't use ignore-errors.
2552 (texinfo-insert-quote): Match more contexts.
2553
e76938e7
DL
2554 * international/mule.el (decode-char, encode-char): Doc fix.
2555 (auto-coding-alist): Customize.
2556
2557 * files.el (load-file): Fix change of 2000-03-12.
2558
e2896b22
DL
2559 * wid-edit.el (widget-text-keymap): Doc fix.
2560
6610f4b2
AI
25612000-12-06 Andrew Innes <andrewi@gnu.org>
2562
2563 * makefile.w32-in (lisp): Set to an absolute directory, namely
2564 $(CURDIR).
2565
9e3366e4
EZ
25662000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2567
2568 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2569 read generated-autoload-file, and set buffer-file-coding-system to
2570 raw-text-unix after reading the file.
2571
2572 * international/mule-conf.el (file-coding-system-alist): Use
2573 raw-text for reading loaddefs.el and raw-text-unix for writing
2574 it.
2575
d94d636f
GM
25762000-12-06 Gerd Moellmann <gerd@gnu.org>
2577
384333ee
GM
2578 * replace.el (occur): Make line-number-width 1 smaller for the
2579 colon following the line number.
2580
347d0813
GM
2581 * startup.el (fancy-splash-text, command-line-1): Use
2582 `File' for the menu name instead of `Files'.
e04d21aa 2583
d4b72d58
GM
2584 * tmm.el: Update copyright.
2585
d94d636f
GM
2586 * cus-start.el: Add entry for even-window-heights.
2587
6e424019
MB
25882000-12-06 Miles Bader <miles@gnu.org>
2589
2590 * faces.el (frame-set-background-mode): Avoid stomping on
2591 locally modified faces.
2592
e6477b58
KH
25932000-12-06 Kenichi Handa <handa@etl.go.jp>
2594
2595 * international/fontset.el: Correct the font registries for
2596 japanese-jisx0213-1 and japanese-jisx0213-2.
2597
21999ab9
GM
25982000-12-05 Gerd Moellmann <gerd@gnu.org>
2599
57d6e381
GM
2600 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2601
21999ab9
GM
2602 * iswitchb.el: Update customization commentary.
2603
7422819c
GM
26042000-12-05 Rob Riepel <riepel@Stanford.EDU>
2605
2606 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2607 (tpu-search-highlight): Fixed comparison of overlay end positions.
2608 (tpu-trim-line-ends): Implemented trimming logic locally.
2609
2610 * emulation/tpu-extras.el (tpu-write-file-hook)
2611 (tpu-set-cursor-bound): Replaced picture-clean with
2612 tpu-trim-line-ends.
2613
73daff18
KH
26142000-12-05 Kenichi Handa <handa@etl.go.jp>
2615
2616 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2617 to cn-gb.
2618 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2619
6a4cd002
DL
26202000-12-04 Dave Love <fx@gnu.org>
2621
2622 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2623
6452929e
GM
26242000-12-04 Gerd Moellmann <gerd@gnu.org>
2625
e04d21aa 2626 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2627 (rmail-summary-expunge-and-save): Ask for confirmation with
2628 rmail-expunge-confirmed.
2629
2630 * mail/rmail.el (rmail-expunge-confirmed): New function.
2631 (rmail-expunge): Use it.
2632
0c68ce6f
GM
2633 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2634 (etags-recognize-tags-table, find-tag-in-order): New
2635 functionality: interpret file names as tags.
e04d21aa 2636
7a53d8c8
EZ
26372000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2638
2639 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2640 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2641 visit the first subnode until the bottom of the current node is
2642 visible.
2643
caa15ef7
GM
26442000-12-04 Gerd Moellmann <gerd@gnu.org>
2645
2646 * format.el (format-decode): Don't change buffer's undo list.
2647
e225faa7
KH
26482000-12-04 Kenichi Handa <handa@etl.go.jp>
2649
2650 * faces.el (face-font-registry-alternatives): Add entries for CJK
2651 fonts. Doc-string adjusted for the actual usage of this data.
2652
2653 * international/fontset.el: Change the font registries for CJK
2654 fonts in the default fontset. Don't append '*' to registries.
2655
8b262a65
SM
26562000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2657
e04d21aa 2658 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2659 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2660
2661 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2662 (derived-mode-p): New function.
2663 (derived-mode-make-docstring): Add `docstring' argument.
2664 Use it if available and complete it if necessary.
2665
33c4460b
AS
26662000-12-03 Andreas Schwab <schwab@suse.de>
2667
2668 * type-break.el (type-break): Don't make parent of itself.
2669
5c9b3fac
MB
26702000-12-03 Miles Bader <miles@gnu.org>
2671
2672 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2673
27ce741e
SM
26742000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2675
07c16ec4
SM
2676 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2677 (tex-main-file, tex-file): Simplify.
2678 (tex-generate-zap-file-name): Use subst-char-in-string.
2679 (tex-strip-dots): Remove.
2680
c19cc275
SM
2681 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2682
27ce741e
SM
2683 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2684 to check if the match succeeded.
2685
285991dc
GM
26862000-12-02 Gerd Moellmann <gerd@gnu.org>
2687
2688 * startup.el (use-fancy-splash-screens-p): New function.
2689 (command-line-1): Use it to determine whether or not to use
2690 a fancy splash screen.
2691
52dca1b2
AS
26922000-12-02 Andreas Schwab <schwab@suse.de>
2693
2694 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2695
d3e7e7cf
EZ
26962000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2697
2dce2360
EZ
2698 * international/mule.el (make-char): Fix last change.
2699
9768eaa7
EZ
2700 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2701 New defcustoms.
2702 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2703 autoloading tex-mode; instead, do the same manually. Use
2704 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2705 with numeric argument. Docstring fix.
2706 (toplevel): Require cl when compiling.
e04d21aa 2707
285991dc 2708 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2709
0dd5e255
JR
27102000-12-02 Jason Rumney <jasonr@gnu.org>
2711
2712 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2713 the Emacs Lisp manual)
2714
fbb87147
EZ
27152000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2716
5cbb3e93
EZ
2717 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2718
fbb87147
EZ
2719 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2720 the Emacs Lisp manual).
2721
1636ca09
GM
27222000-12-02 Gerd Moellmann <gerd@gnu.org>
2723
2724 * simple.el (next-line-add-newlines): Change default to nil.
2725
68875f0e
EZ
27262000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2727
2728 * files.el (revert-buffer, recover-file): Bind
2729 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2730
fd9ac94c
GM
27312000-12-01 Gerd Moellmann <gerd@gnu.org>
2732
2733 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2734
45450dd5
MB
27352000-12-01 Miles Bader <miles@gnu.org>
2736
2737 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2738
09df8881
KH
27392000-12-01 Kenichi Handa <handa@etl.go.jp>
2740
2741 * international/mule-diag.el (describe-char-after): Fix typo.
2742 (describe-character-set, non-iso-charset-alist): Fix typo.
2743
dea0a87d
MB
27442000-12-01 Miles Bader <miles@gnu.org>
2745
b170205b
MB
2746 * image-file.el (image-file-name-regexp): Automatically add
2747 upper-case variants of each filename extension in
2748 `image-file-name-extensions', since they seem to be common.
2749
e04d21aa 2750 * simple.el (minibuffer-contents)
dea0a87d
MB
2751 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2752 New functions.
2753 * filecache.el (file-cache-directory-name)
2754 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2755
2b69bc11 27562000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2757
dea0a87d
MB
2758 * filecache.el (file-cache-minibuffer-complete): Don't try to
2759 delete the minibuffer prompt.
2760
a8a1b05d
DL
27612000-11-30 Dave Love <fx@gnu.org>
2762
2763 * cus-start.el: Fix read-buffer-function type.
2764
693c4692
GM
27652000-11-30 Gerd Moellmann <gerd@gnu.org>
2766
2767 * md5.el: Removed. There's a built-in function, now.
2768
2c0b1898
GM
27692000-11-30 Markus Rost <rost@math.ohio-state.edu>
2770
2771 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2772 as dummy 0-th char of rmail-deleted-vector.
2773
63dfcf4b
EZ
27742000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2775
2776 * ps-print.el (ps-end-job): Bind case-fold-search only after
2777 switching to ps-spool-buffer.
2778
27792000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2780
2781 * ps-print.el: Line number font customization. PostScript: Lines and
2782 PageCount are initialized on each page. Doc Fix.
2783 (ps-print-version): New version number (6.3.2).
2784 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2785 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2786 (ps-right-header): Customization fix.
2787 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2788 Fix code.
2789 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2790 New vars.
2791
df3aedcf
GM
27922000-11-30 Gerd Moellmann <gerd@gnu.org>
2793
edfb795e
GM
2794 * bs.el: Fix typos and spelling errors.
2795 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2796 (bs-configuration): Doc fix.
e04d21aa 2797
df3aedcf
GM
2798 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2799
8b8a7f01
GM
28002000-11-30 Rob Riepel <riepel@Stanford.EDU>
2801
2802 * emulation/tpu-edt.el (tpu-version): New version.
2803 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2804 (tpu-original-mode-line): Variable deleted.
2805 (tpu-mark-flag): New initial value.
2806 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2807 tpu-mark-flag to minor-mode-alist.
2808 (tpu-update-mode-line): New mark flag logic.
2809 (tpu-get): Use find-file-wildcards.
2810 (tpu-search-highlight): Move overlay less, reset overlay properly.
2811 (tpu-unselect): Deactivate mark.
2812 (tpu-lm-replace): Reset overlay properly.
2813 (tpu-forward-line): Use forward-visible-line.
2814 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2815
2816 * emulation/tpu-extras.el (tpu-forward-line): Use
2817 forward-visible-line.
e04d21aa 2818
c069a9d3
GM
28192000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2820
2821 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2822
b02cd40b
GM
28232000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2824
2825 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2826 and skip whitespace and newlines.
e04d21aa 2827
b7a90344
SM
28282000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2829
2830 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2831
be6bbb55
GM
28322000-11-29 Gerd Moellmann <gerd@gnu.org>
2833
0383ed60
GM
2834 * help.el (describe-function-1): Regexp-quote function name
2835 when used as part of a regexp.
2836
c7957947
GM
2837 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2838 face-attribute instead of face-foreground and face-background.
2839 (tool-bar-add-item): Likewise, and handle unspecified colors.
2840
2841 * enriched.el (enriched-face-ans): Use face-attribute instead
2842 of face-foreground and face-background.
2843
2844 * faces.el (face-foreground, face-background, face-stipple):
2845 Return nil if attribute is unspecified, for backward
2846 compatibility.
2847
7423978d
GM
2848 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2849
ef128c78
GM
2850 * play/5x5.el: Remove version info.
2851
a81fc510
GM
2852 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2853
be6bbb55
GM
2854 * frame.el (blink-cursor-mode): Doc fix.
2855
f9396e03
GM
28562000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2857
2858 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2859 to create Makefile rules.
2860 (antlr-tool-command): New user option.
2861 (antlr-ask-about-save): New user option.
2862 (antlr-makefile-specification): New user option.
2863 (antlr-file-formats-alist): New variable.
2864 (antlr-special-file-formats): New variable.
2865 (antlr-unknown-file-formats): New user option.
2866 (antlr-help-unknown-file-text): New variable.
2867 (antlr-help-rules-intro): New variable.
2868 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2869 (antlr-mode-menu): Add entries.
2870 (antlr-file-dependencies): New function.
2871 (antlr-directory-dependencies): New function.
2872 (antlr-superclasses-glibs): New function.
2873 (antlr-run-tool): New command.
2874 (antlr-makefile-insert-variable): New function.
2875 (antlr-insert-makefile-rules): New function.
2876 (antlr-show-makefile-rules): New command.
2877
2878 * antlr-mode.el: More Emacs/XEmacs stuff.
2879 (antlr-no-action-keywords): New constant with value nil.
2880 (antlr-font-lock-keywords-alist): Use it. Old value would break
2881 syntax highlighting in Emacs-21.0.
2882 (antlr-default-directory): Emacs/XEmacs dependend function.
2883 (antlr-read-shell-command): Ditto.
2884 (antlr-with-displaying-help-buffer): Ditto.
2885
28862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2887
2888 * antlr-mode.el: imenu, parsing and highlighting changes.
2889 (antlr-imenu-create-index-function): Don't create extra submenus
2890 for definitions in different grammar classes. It is not necessary
2891 for the menu and would make command `imenu' awkward to use.
2892 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2893 header actions and more than one.
2894 (antlr-font-lock-tokendef-face): Changed color.
2895 (antlr-font-lock-tokenref-face): Changed color.
2896 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2897 (antlr-mode-syntax-table): New variable.
2898 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2899 (antlr-with-syntax-table): Don't copy syntax table.
2900
29012000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2902
2903 * antlr-mode.el: Minor changes: language setting.
2904 (antlr-language-alist): The value for file option "language" can
2905 be both an identifier and a string.
2906 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2907 (antlr-language-limit-n-regexp): Change accordingly.
2908
29092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2910
2911 * antlr-mode.el: Minor changes: tabs, hiding.
2912 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2913 (antlr-action-visibility): Also allow value nil to also hide the
2914 braces. Renamed from `antlr-tiny-action-length'.
2915 Suggested by Jay@aol.com.
2916 (antlr-hide-actions): Change accordingly. Hide line if completely
2917 hidden action is on a line of its own.
e04d21aa 2918
6ad948eb
SM
29192000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2920
2921 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2922
2923 * sort.el (sort-columns): Don't concat strings with numbers.
2924
9c6a4107
DL
29252000-11-29 Dave Love <fx@gnu.org>
2926
2927 * cus-edit.el (face): Fix :format.
2928
2929 * mail/feedmail.el: Require smtpmail when compiling.
2930 (mail-do-fcc): Autoload.
2931 (feedmail) <defgroup>: Fix :link.
2932 (feedmail-nuke-body-in-fcc): Fix :type.
2933 (feedmail-send-it): Add autoload cookie.
2934
053b8d35
SM
29352000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2936
2937 * newcomment.el (comment-indent): Save excursion around call to
2938 comment-indent-function.
2939
242c13e8
MB
29402000-11-29 Miles Bader <miles@gnu.org>
2941
2942 * subr.el (member-ignore-case): Return the tail of the list who's
2943 car matches, like `member', not the matching element itself.
2944
8f4b5f28
KH
29452000-11-29 Kenichi Handa <handa@etl.go.jp>
2946
2947 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2948 should not contain `\n'.
2949
bebe4a2c
GM
29502000-11-28 Gerd Moellmann <gerd@gnu.org>
2951
fd9ac94c 2952 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2953
ba7e40eb
GM
2954 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2955
75ab0c79
GM
2956 * dired-aux.el (dired-do-create-files): Construct default file
2957 name for dired-mark-read-file-name so that when the user enters
2958 just RET, the target file will end up in the target directory.
2959
bebe4a2c
GM
2960 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2961 local-abbrev-table before changing buffers because it might
2962 have a buffer-local binding.
2963
fa6d1ca8
MB
29642000-11-28 Miles Bader <miles@gnu.org>
2965
2966 * simple.el (delete-horizontal-space): Handle fields more generally.
2967
8d2c2642
GM
29682000-11-28 Gerd Moellmann <gerd@gnu.org>
2969
2970 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2971
8b31236d
DL
29722000-11-28 Dave Love <fx@gnu.org>
2973
3cbd02d2
DL
2974 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2975 comment-start-skip locally.
2976
8b31236d
DL
2977 * progmodes/fortran.el (fortran-mode): Don't set
2978 fortran-comment-line-start-skip. Set comment-start to
2979 fortran-comment-line-start.
2980 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2981 (fortran-comment-line-start-skip): Simplify slightly.
2982
ae4bf56d
GM
29832000-11-28 Gerd Moellmann <gerd@gnu.org>
2984
17ef7534
GM
2985 * play/5x5.el: Remove RCS keyword.
2986
fd9ac94c 2987 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2988
665b27a6
GM
29892000-11-28 Milan Zamazal <pdm@freesoft.cz>
2990
2991 * textmodes/tildify.el (tildify-string-alist): Add
2992 `plain-tex-mode' here.
2993
fe3c2ae3
GM
29942000-11-28 Colin Walters <walters@cis.ohio-state.edu>
2995
2996 * chistory.el (Command-history-setup): Remove extraneous `keymap'
2997 reference.
2998
d970106b
MB
29992000-11-28 Miles Bader <miles@gnu.org>
3000
36b80a0d
MB
3001 * cus-face.el (custom-face-attributes): Add post-filter function
3002 for :box. Make pre-filter function for :box handle all cases.
3003
d970106b
MB
3004 * wid-edit.el (widget-choose): Make sure pop-up window is large
3005 enough to display all the choices, as there's no way to scroll it.
3006
5a2bae6c
KH
30072000-11-28 Kenichi Handa <handa@etl.go.jp>
3008
3009 * international/mule-conf.el: Make the coding system no-conversion
3010 safe for all characters.
3011
9e836e23
DL
30122000-11-27 Dave Love <fx@gnu.org>
3013
8b31236d
DL
3014 * net/ldap.el (ldap) <defgroup>: Add :version.
3015
9e836e23
DL
3016 * tooltip.el (tooltip-use-echo-area): Doc fix.
3017
3018 * cus-start.el <minibuffer-prompt-properties>: Add version.
3019 <read-buffer-function>: Add.
3020
3021 * apropos.el (apropos-print): Add help-echo to active text.
3022
3023 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3024
4a74d071
GM
30252000-11-27 Gerd Moellmann <gerd@gnu.org>
3026
3027 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3028 type, group and version.
3029
76058c27
EZ
30302000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3031
4a74d071 3032 * select.el (x-get-selection): Docstring fix.
76058c27 3033
fd9ac94c 30342000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3035
fd9ac94c 3036 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3037
49060c51
AI
30382000-11-27 Andrew Innes <andrewi@gnu.org>
3039
3040 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3041
3042 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3043
b2a8e429
MB
30442000-11-27 Miles Bader <miles@gnu.org>
3045
3046 * dired.el (dired-get-filename): Return filename verbatim if
3047 LOCALP is `verbatim'.
3048 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3049 `verbatim' so that we don't inadvertently delete a non-existant
3050 directory name.
3051
5ac0366d
KH
30522000-11-27 Kenichi Handa <handa@etl.go.jp>
3053
3054 * international/characters.el: Specify cases and syntaxes for
3055 mule-unicode-0100-24ff.
3056
67f1cf4c
GM
30572000-11-27 Gerd Moellmann <gerd@gnu.org>
3058
3059 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3060 that foreground and/or background colors of the face `tool-bar'
3061 are unspecified.
3062
46c56972
MB
30632000-11-27 Miles Bader <miles@gnu.org>
3064
e04d21aa 3065 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3066 (widget-field-end): Handle widget field `pseudo-overlays'.
3067 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3068 if it's there instead of in `widget-field-list'.
3069
46c56972 3070 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3071 (help-make-xrefs): Delete extraneous newlines at the end of the
3072 docstring.
46c56972 3073
640a9cdd
JR
30742000-11-25 Jason Rumney <jasonr@gnu.org>
3075
3076 * startup.el (command-line): Call set-locale-environment after
3077 Window System init file is read, as it can result in a call to
3078 redraw-frame.
3079
0b3f96d4
EZ
30802000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3081
3082 * simple.el (shell-command): Mention the effect of the prefix
3083 argument in the doc string.
3084
8da6e2a1
MB
30852000-11-25 Miles Bader <miles@gnu.org>
3086
a658d039
MB
3087 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3088
8da6e2a1 3089 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3090 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3091
d3416cca
JR
30922000-11-24 Jason Rumney <jasonr@gnu.org>
3093
3094 * international/mule-cmds.el (locale-language-names): Add "jp" as
3095 a non-standard alternative for Japanese.
3096
17e37f53
AS
30972000-11-24 Andre Spiegel <spiegel@gnu.org>
3098
3099 * vc-hooks.el: Require 'cl during compilation.
3100
9aa5f148
GM
31012000-11-24 Gerd Moellmann <gerd@gnu.org>
3102
ba193890
GM
3103 * faces.el (face-set-after-frame-default): Let face attributes
3104 specified for new frames override frame parameters.
3105
9aa5f148
GM
3106 * startup.el (command-line): Fix computation of the source file
3107 for user-init-file when user-init-file is a compiled file.
3108
51a1edab
MB
31092000-11-24 Miles Bader <miles@gnu.org>
3110
e04d21aa 3111 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3112 (custom-post-filter-face-spec): New functions.
3113 (custom-face-set, custom-face-value-create): Filter the face spec
3114 before and after customization.
3115 (custom-face-set): If VALUE specifies a null face, pass a
3116 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3117 * cus-face.el (custom-face-attributes): Remove SET and GET
3118 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3119 cases they're needed.
3120
1ed74431
MB
3121 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3122 that it's distinguishable from the :off-glyph on dark-background
3123 displays. Set its background color too.
3124
67ee1125
MB
3125 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3126 so that people can easily turn it off.
3127
7d027816 31282000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3129
7d027816 3130 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3131
9aa5f148 3132 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3133
9aa5f148 3134 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3135
9aa5f148 3136 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3137 redundant skip-small-frames test.
e04d21aa 3138
9aa5f148 3139 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 3140 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 3141
9aa5f148
GM
3142 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3143 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3144 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 3145 functions.
e04d21aa 3146
9aa5f148 3147 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3148
9aa5f148 3149 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3150
f07fa1b8
KH
31512000-11-24 Kenichi Handa <handa@etl.go.jp>
3152
3153 * international/mule-diag.el (list-iso-charset-chars): For
3154 two-byte charset, fix the `while' condition.
3155 (list-non-iso-charset-chars): Fix the `while' condition.
3156
ba8299ff
SM
31572000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3158
79372165
SM
3159 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3160 if the variable is make-variable-buffer-local.
3161
ba8299ff
SM
3162 * progmodes/ada-stmt.el (ada-template-map): Initialize
3163 and bind it to C-c t in ada-mode-map.
3164 (ada-stmt-mode-hook): New function extracted from old code.
3165 Only change the buffer-local side of skeleton-*.
3166 (ada-mode-hook): Use it.
3167
68a887fa
EZ
31682000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3171 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3172 we expect to be returned by minibuffer-depth once we prompt the
3173 user in the minibuffer.
3174 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3175 as recorded in iswitchb-minibuf-depth, return non-nil.
3176
3b345582
EZ
31772000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3178
3179 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3180 (hscroll-window-maybe): Docstring fix.
3181
595dead2
DL
31822000-11-23 Dave Love <fx@gnu.org>
3183
3184 * rect.el (string-rectangle): Don't test delete-selection-mode.
3185
1e66b27a
GM
31862000-11-23 Gerd Moellmann <gerd@gnu.org>
3187
02790ce2
GM
3188 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3189 is in the tool bar.
3190
1e66b27a
GM
3191 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3192 with `no-dir'; we want the directory part to be able to remove
3193 it.
3194
a4caa65d
SM
31952000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3196
3197 * textmodes/outline.el (outline-flag-region):
3198 Don't bind inhibit-read-only since we don't modify the buffer.
3199 (outline-isearch-open-invisible): Don't jump to overlay-start
3200 since we're trying to unhide text around point.
3201 (outline-discard-overlays): Use dolist.
3202
3203 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3204
03e757c1
GM
32052000-11-22 Gerd Moellmann <gerd@gnu.org>
3206
e04d21aa 3207 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 3208 y-or-n-p.
e04d21aa 3209
1598a961
SM
32102000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3211
3212 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3213 Fix ARG regexp to skip quoted braces.
3214 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3215 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3216 are (correctly) handled separately).
3217 Remove `caption' and `footnote' from `citations': they contain text.
3218 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3219 (latex-skeleton-end-hook): New function.
3220 (latex-mode): Use it.
3221 (tex-start-tex-marker): Remove.
3222 (tex-send-tex-command): Don't set tex-start-tex-marker.
3223 (tex-error-parse-syntax-table): New var.
3224 (tex-compilation-parse-errors): Use it.
3225 Ignore tex-start-tex-marker. Don't bother with marker-position.
3226 (tex-validate-buffer): Don't bother with marker-position.
3227
3228 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3229 (flyspell-generic-progmode-verify): Use it.
1598a961 3230
eaae8106
SS
32312000-11-22 Sam Steingold <sds@gnu.org>
3232
03e757c1
GM
3233 * simple.el (delete-trailing-whitespace): New interactive
3234 function.
e04d21aa 3235
eaae8106 3236 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3237 `ada-remove-trailing-spaces'.
eaae8106 3238 (ada-remove-trailing-spaces): Removed.
e04d21aa 3239
eaae8106 3240 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3241
1598a961
SM
3242 * textmodes/picture.el (picture-clean): Removed.
3243 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3244
a41d49e9
GM
32452000-11-22 Gerd Moellmann <gerd@gnu.org>
3246
e053c60f
GM
3247 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3248
a41d49e9
GM
3249 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3250 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3251 do anything special when jit-lock is active.
a41d49e9
GM
3252 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3253
197615f3
DL
32542000-11-22 Dave Love <fx@gnu.org>
3255
ddbfaa9f
DL
3256 * calendar/todo-mode.el (todo-top-priorities): Use
3257 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3258
ddc3c695
DL
3259 * language/chinese.el, language/cyrillic.el:
3260 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3261 * language/hebrew.el, language/indian.el, language/japanese.el:
3262 * language/korean.el, language/lao.el, language/misc-lang.el:
3263 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3264 Use provide.
3265
fb9fa98d
DL
3266 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3267 (custom-variable-set): Improve validation error mesage.
3268
197615f3
DL
3269 * rect.el (string-rectangle): Revert last change.
3270 (string-rectangle-line): New arg DELETE.
3271 (string-rectangle): Check delete-selection-mode.
3272
3273 * emacs-lisp/edebug.el (edebug-version)
3274 (edebug-maintainer-address): Deleted.
3275 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3276 (edebug-read-function): Account for other `'#' read forms.
3277 (edebug-mode-menus): Make some items toggles.
3278 (edebug-outside-unread-command-event, unread-command-event):
3279 Remove these to avoid warnings.
3280
f4117c4d
GM
32812000-11-22 David Ponce <david@dponce.com>
3282
3283 * recentf.el (recentf-menu-items-for-commands)
3284 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3285 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3286
f4117c4d
GM
3287 (recentf-build-dir-rules, recentf-dump-variable)
3288 (recentf-edit-list, recentf-open-files-item)
3289 (recentf-open-files): Replaced unnecessary `mapcar' with new
3290 built-in `mapc'.
eaae8106 3291
f8e2f3f2
MB
32922000-11-23 Miles Bader <miles@gnu.org>
3293
3294 * faces.el (menu): Make inverse-video on ttys too.
3295
4c4a541d
SM
32962000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3297
3298 * simple.el (comment-line-break-function): Use the new name
3299 indent-new-comment-line -> comment-indent-new-line.
3300 (clone-indirect-buffer): Don't ignore NORECORD.
3301 (next-completion): Properly handle the case where items are adjacent.
3302
3303 * mouse.el (popup-menu): Stupid typo.
3304
980d836e
GM
33052000-11-22 Gerd Moellmann <gerd@gnu.org>
3306
60e8e0a5
GM
3307 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3308 maintainer, keywords tags.
3309
980d836e
GM
3310 * rect.el (replace-rectangle): Don't call string-rectangle-line
3311 with too many arguments.
3312
e08b2069
AS
33132000-11-22 Andre Spiegel <spiegel@gnu.org>
3314
60e8e0a5 3315 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3316 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3317 vc-locking-user, which no longer exists.
3318
3319 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3320
c6779d8d
DL
33212000-11-22 Dave Love <fx@gnu.org>
3322
3323 * md5.el (md5): Provide.
3324 (md5): Fix error call.
3325
e672fdce
MB
33262000-11-22 Miles Bader <miles@gnu.org>
3327
eaae8106 3328 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3329 (refill-fill-paragraph-at): Remove debugging code.
3330
80e24c04
MB
3331 * calendar/calendar.el (generate-calendar-window): When we don't
3332 call `fit-window-to-buffer', make sure the top line is fully visible.
3333
3a17d6cc
MB
3334 * image-file.el (insert-image-file): Don't make `read-only'
3335 property rear-nonsticky.
3336
ae1a21c6
MB
3337 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3338 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3339 stashing away its original value.
3340 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3341 in the recursive edit.
3342 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3343 (isearch-done): Restore `minibuffer-message-timeout'.
3344
e672fdce
MB
3345 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3346
3ea79df8
SM
33472000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3348
3349 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3350
3351 * find-lisp.el (find-lisp-find-files-internal):
3352 Use dolist, when and file-name-as-directory.
3353
980d836e 3354 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3355 (define-derived-mode, define-minor-mode): Add specs.
3356
3357 * window.el: General comment and spacing fixes.
3358 (save-selected-window): Use backquotes.
3359 (window-safely-shrinkable-p): New function.
3360 (shrink-window-if-larger-than-buffer): Use it.
3361
3362 * subr.el (make-local-hook): Docstring fix.
3363
3364 * shell.el (shell-mode): Use define-derived-mode.
3365
3366 * newcomment.el (comment-indent): Insert comment before calling
3367 comment-indent-function. Don't insert in column 0.
3368 (comment-dwim): Indent before inserting comment.
3369
3370 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3371 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3372 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3373 Use mapc rather than map.
3374
3375 * files.el (find-buffer-visiting): Compare all attributes before
3376 declaring two files identical (rather than just their inode-no).
3377 (auto-mode-alist): Use \' rather than $.
3378
3379 * which-func.el: Update maintainer line.
3380
3381 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3382 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3383 (uniquify-buffer-file-name): Use it.
3384
8f62f2b8
MB
33852000-11-22 Miles Bader <miles@gnu.org>
3386
3387 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3388 * simple.el (minibuffer-avoid-prompt): New function.
3389
fb279a6d
GM
33902000-11-21 Gerd Moellmann <gerd@gnu.org>
3391
3392 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3393
867092e9
MB
33942000-11-21 Miles Bader <miles@gnu.org>
3395
ef860850
MB
3396 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3397 inclusion of `track-mouse'.
3398
867092e9
MB
3399 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3400 (refill-adjust-ignorable-overlay): New function.
3401 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3402 only the paragraph's tail if possible.
3403 Update `refill-ignorable-overlay'.
3404 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3405
3406 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3407 point inside the fill-prefix.
3408
3409 * textmodes/refill.el (refill-post-command-function): Don't reset
3410 refill-doit in the case where a self-insertion command doesn't
3411 case a refill. Use `refill-fill-paragraph-at', getting position
3412 from `refill-doit'.
3413 (refill-after-change-function): Set `refill-doit' to END.
3414 (refill-fill-paragraph-at): New function, mostly from old
3415 refill-fill-paragraph.
3416 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3417 (refill-pre-command-function): New function.
3418 (refill-mode): Add it to `pre-command-hook'.
3419
ff9ab414
GM
34202000-11-20 Gerd Moellmann <gerd@gnu.org>
3421
29a01b72
GM
3422 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3423
ff9ab414
GM
3424 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3425 javadoc tags.
eaae8106 3426
885b211b
AS
34272000-11-20 Andre Spiegel <spiegel@gnu.org>
3428
3429 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3430 vc.el).
3431
eaae8106 3432 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3433 require vc.
eaae8106
SS
3434
3435 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3436 checkouts.
eaae8106 3437
d1838556
DL
34382000-11-20 Dave Love <fx@gnu.org>
3439
3440 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3441
2b69bc11 34422000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3443
2b69bc11
GM
3444 * calculator.el (calculator-paste): Use `if' instead of `and'
3445 and `or'.
3446 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3447
b95b34e5
GM
34482000-11-19 Gerd Moellmann <gerd@gnu.org>
3449
030de92f
GM
3450 * info.el (info-menu-5): Doc fix.
3451
b95b34e5
GM
3452 * textmodes/artist.el: New file.
3453
54970452
AS
34542000-11-19 Andre Spiegel <spiegel@gnu.org>
3455
eaae8106 3456 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3457 and differentiate according to checkout model.
3458 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3459 since this function is only concerned with master state.
3460
eaae8106 3461 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3462 vc-default-workfile-unchanged-p): Moved here from vc.el.
3463
eaae8106 3464 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3465 vc-default-workfile-unchanged-p): See above.
3466
e5a9dabf
MB
34672000-11-19 Miles Bader <miles@gnu.org>
3468
3469 * image-file.el (insert-image-file): Make `intangible' and
3470 `read-only' properties rear-nonsticky too.
3471
24127af0
GM
34722000-11-18 Gerd Moellmann <gerd@gnu.org>
3473
d392e9c5 3474 * ps-print.el: Update copyright notice.
eaae8106 3475
d392e9c5
GM
3476 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3477 (tooltip-show): Use the offsets.
3478
24127af0 3479 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3480 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3481 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3482
2b69bc11 34832000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3484
2b69bc11
GM
3485 * ps-print.el (toplevel): Test for find-coding-system being
3486 fboundp before calling ps-x-find-coding-system.
08ea6f17 3487
66321b2f
SM
34882000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3489
3490 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3491 (vc-version-backup-file): Docstring fix.
3492
046110c6
GM
34932000-11-16 Gerd Moellmann <gerd@gnu.org>
3494
4104194e
GM
3495 * files.el (basic-save-buffer): Don't add a newline if
3496 find-file-literally is non-nil.
3497 (find-file-literally): Extend doc string.
3498
046110c6
GM
3499 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3500 sort(1) with the `-f' argument.
3501
6505c16e
AS
35022000-11-16 Andre Spiegel <spiegel@gnu.org>
3503
fd063975
AS
3504 * vc.el: Updated backend documentation.
3505 (vc-default-check-headers): New function.
3506
3d02dd81 3507 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3508
3509 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3510 up-to-date.
eaae8106 3511 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3512 the minibuffer is not active.
fd063975 3513
eaae8106 3514 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3515 `vc-cvs-use-edit' is on.
eaae8106
SS
3516 (vc-cvs-checkout): When this is used for reverting the workfile,
3517 make a backup of the original contents and revert to that in case
8791d617 3518 of error.
eaae8106 3519 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3520 remote repositories.
eaae8106 3521
6505c16e
AS
3522 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3523 for both version and ratio in the minibuffer.
fd063975 3524
eaae8106 3525 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3526 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3527
a13f0660
KH
35282000-11-16 Kenichi Handa <handa@etl.go.jp>
3529
3530 * international/quail.el (quail-start-translation): Don't call
3531 `message' before reading key sequence.
3532
1389a414
MB
35332000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3534
3535 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3536
9256a532
KH
35372000-11-16 Kenichi Handa <handa@etl.go.jp>
3538
3539 * window.el (fit-window-to-buffer): Be sure to acquire at least
3540 one text line even if the buffer is empty.
3541
0e14fe9f
GM
35422000-11-16 Gerd Moellmann <gerd@gnu.org>
3543
eaae8106 3544 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3545 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3546 ange-ftp-process-verbose to nil.
3547
da645c53
DL
35482000-11-15 Dave Love <fx@gnu.org>
3549
233d5cde
DL
3550 * wid-edit.el (widget-specify-field, widget-specify-button): If
3551 :help-echo is a function, set help-echo of overlay to
3552 widget-mouse-help.
3553 (widget-mouse-help): New function.
3554 (widget-echo-help): Rewritten for :help-echo functions only taking
3555 a widget arg.
3556
b12057b9
DL
3557 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3558 display-graphic-p.
3559 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3560 and that JPEG is available.
3561 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3562
da645c53
DL
3563 * international/mule-cmds.el (locale-charset-language-names):
3564 Match @euro.
3565
6d133d1f
GM
35662000-11-15 Gerd Moellmann <gerd@gnu.org>
3567
3568 * faces.el (face-set-after-frame-default): If
0e14fe9f 3569 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3570 default face from X resources.
3571
49ac2ac5
EZ
35722000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3573
3574 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3575 Don't set EMACSLOADPATH.
3576
4fb0a34c
EZ
35772000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3578
3579 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3580 texinfo-insert-@url.
3581 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3582 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3583
bb304a7a
SM
35842000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3585
82bc80bf
SM
3586 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3587 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3588 (checkdoc-minor-keymap): Backward compatibility.
3589 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3590 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3591 (checkdoc-this-string-valid-engine): Be a bit more strict
3592 to avoid matching substrings of `...' quoted vars/funs.
3593 (checkdoc-defun-info): Only look for `interactive' if alone.
3594 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3595
e8c87124
SM
3596 * progmodes/compile.el (grep): `tag-default' can be nil.
3597
bb304a7a
SM
3598 * newcomment.el (comment-indent): Paren typo.
3599
8628686a
DL
36002000-11-14 Dave Love <fx@gnu.org>
3601
25c269ef
DL
3602 * calculator.el: New maintainer version.
3603
66321b2f 3604 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3605
8628686a
DL
3606 * cmuscheme.el: Doc fixes.
3607 (cmuscheme) <defgroup>: Use `scheme' as parent.
3608 (cmuscheme-program-name): Remove. Change uses to
3609 scheme-program-name.
3610
3611 * xscheme.el (scheme-program-name): Don't define here.
3612
3613 * progmodes/scheme.el (scheme-program-name): New variable
3614 (originally in cmuscheme).
3615
88f0a1eb
MB
36162000-11-14 Miles Bader <miles@gnu.org>
3617
3618 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3619 Handle header-lines. Don't loop forever if we can't enlarge the
3620 window anymore. Simplify a bit.
3621
cd9a000c
KH
36222000-11-14 Kenichi Handa <handa@etl.go.jp>
3623
3624 * window.el (fit-window-to-buffer): Don't check
3625 window-text-height. Assure that the last line is fully visible.
3626
3627 * international/quail.el (quail-show-guidance-buf): Call
3628 fit-window-to-buffer to assure the enough height of the guidance
3629 buffer.
3630 (quail-update-guidance): Avoid making the guidance buffer shorter.
3631
d3fcda22
SM
36322000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3633
bdbd9606
SM
3634 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3635 rather than `prepend' and add an interesting comment.
3636 (tex-math-face, tex-font-lock-syntactic-face-function):
3637 New face and function to use it.
3638 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3639 than `menu-enable' symbol property.
3640 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3641 (tex-mode): Add some latex-mode commands for auto-selection.
3642 Use tex-font-lock-syntactic-face-function.
3643 (tex-insert-quote): Simplify.
3644 (tex-shell): New mode.
3645 (tex-start-shell): Use it.
3646 (tex-shell-proc, tex-shell-buf): New functions.
3647 (tex-send-command): Use it.
3648 (tex-main-file): Fix the meaning of the new arg REALFILE.
3649 (tex-send-tex-command): New function split from `tex-start-tex'.
3650 Set compilation-last-buffer and compilation-parsing-end.
3651
d3fcda22
SM
3652 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3653 when it follows non-comment text on the line.
3654
3655 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3656 Set font-lock-defaults.
3657 (lisp-mode-shared-map): Init inside the defvar.
3658 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3659 Use define-derived-mode.
3660
bdab1d43
MB
36612000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3662
3663 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3664
936ae731
GM
36652000-11-14 Gerd Moellmann <gerd@gnu.org>
3666
3667 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3668 recursively optimize body because that can lead to infinite
3669 recursion; see comment there.
3670
1695ca2b
EZ
36712000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3672
3673 * faces.el (face-spec-set-match-display): Revert the change from
3674 2000-10-24. Add a FIXME for after v21.1.
3675
9d348294
MB
36762000-11-13 Miles Bader <miles@gnu.org>
3677
3678 * textmodes/fill.el (skip-line-prefix): New function.
3679 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3680 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3681 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3682 point inside the fill-prefix.
9d348294 3683
b85fa13c
MB
36842000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3685
3686 * calendar/calendar.el (generate-calendar-window): Use
3687 `fit-window-to-buffer'.
3688
a0b47716
SM
36892000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3690
3691 * gud.el (gud-minor-mode): New var.
3692 (gud-symbol, gud-val): New functions.
3693 (gud-find-file): Copy gud-minor-mode to the new buffer.
3694 (gud-menu-map): Include entries for commands that are not always
3695 available, using :enable to (de)activate them.
3696 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3697 (gud-mode-map): New map.
eaae8106 3698 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3699 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3700 Don't set up gud's menu (it's done by the minor-mode).
3701 (gud-minibuffer-local-map): New.
3702 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3703 (gud-query-cmdline): New function.
3704 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3705 (gud-mode): Use define-derived-mode.
3706 Don't set up gud's menu (it's done by the minor-mode).
3707 (gud-chop-words): Remove.
3708 (gud-common-init): Use split-string instead.
3709 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3710
3711 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3712 Add keyword arg :name.
3713
3714 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3715 (diff-count-matches, diff-split-hunk): New functions.
3716 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3717
3718 * pcvs-info.el (cvs-fi-conflict-face): New var.
3719
3720 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3721 Make it into a simple syntax-table, shared among all submodes.
3722 (sh-heredoc-face): Re-introduce.
3723 (sh-font-lock-syntactic-face-function): New function.
3724 (sh-mode): Use it. Also use define-derived-mode.
3725 Remove old bogus setting of indent-region-function.
3726 (sh-set-shell): Don't set the syntax-table any more.
3727 (sh-mode-syntax-table) <defun>: Remove.
3728
f5ed37df
MB
37292000-11-12 Miles Bader <miles@gnu.org>
3730
3731 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3732 message if interactive.
3733
0b074c2f
DL
37342000-11-12 Dave Love <fx@gnu.org>
3735
3736 * mail/feedmail.el: Fix header,
3737 (feedmail) <defgroup>: Add :link.
3738
3739 * view.el: Use local-map property, not keymap on mode-line string.
3740
3741 * scroll-all.el (scroll-all-mode): Customize variable. Add
3742 autoload cookie to function.
3743
3744 * lazy-lock.el: Remove compatibility code.
3745
3746 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3747 (finder-help-echo): New variable.
3748 (finder-mouse-face-on-line): Add help-echo stuff.
3749 (finder-list-keywords, finder-list-matches): Use mapc.
3750
3751 * faces.el (face-font-registry-alternatives): Add :version.
3752
3753 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3754 tags-table-list.
3755
a0b47716 3756 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3757
a0b47716 3758 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3759 (mail-mode): Use [:alnum:] in some regexps.
3760
6d502396
DL
37612000-11-10 Dave Love <fx@gnu.org>
3762
3763 * ediff.el (ediff-regions-internal, ediff-documentation):
3764 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3765 fundamental mode.
3766
3767 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3768 buffer into fundamental mode.
3769 (ediff-set-difference): Use copy-sequence if available.
3770
3771 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3772 ediff-patch-map non-nil.
3773 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3774 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3775 buffer into fundamental mode.
3776
3777 * ediff-merg.el (state-or-merge): Defvar when compiling.
3778
a82fe213
JR
37792000-11-10 Jason Rumney <jasonr@gnu.org>
3780
3781 * w32-fns.el (w32-add-charset-info): New function.
3782 (w32-charset-info-alist): Use it.
3783
52d89894
GM
37842000-11-10 Gerd Moellmann <gerd@gnu.org>
3785
3786 * faces.el (face-font-registry-alternatives): New user-option.
3787
178932de
SM
37882000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3789
d7fa3319
SM
3790 * textmodes/texinfo.el (texinfo-block-default): New var.
3791 (texinfo-insert-block): Use it. Insert a newline if needed.
3792
178932de
SM
3793 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3794 (fill-region-as-paragraph): Use it.
3795
3796 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3797 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3798 Tweak paragraph regexps to allow a leading [ \t]*.
3799 (tex-latex-block): Insert a newline if necessary.
3800 (latex-insert-item): Only insert a newline if necessary.
3801 (tex-guess-main-file): New function.
3802 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3803 Set tex-main-file if TeX-master is provided.
3804 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3805
bd02b8e0
GM
38062000-11-10 Gerd Moellmann <gerd@gnu.org>
3807
3808 * startup.el (command-line): Set the default tooltip-mode
3809 to t for graphical displays which implement x-show-tip.
3810
3811 * tooltip.el (tooltip-mode): Add a comment about startup.el
3812 setting the default value of this user-option.
3813
b29b03eb
SM
38142000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3815
3816 * font-lock.el (font-lock-*-face) <defvar>: Move.
3817 (font-lock-defaults-alist): Mark obsolete.
3818 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3819 (font-lock-mode): Use define-minor-mode.
3820 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3821 (font-lock-turn-off-thing-lock): Be more explicit.
3822 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3823 (font-lock-syntactic-face-function): New var.
3824 (font-lock-fontify-syntactically-region): Use it.
3825 (font-lock-doc-face): New.
3826
3827 * pcvs.el (cvs-enabledp): Ignore errors.
3828 (cvs-commit-filelist): Never query.
3829 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3830 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3831 (cvs-do-removal): Use cvs-partition rather than delete-if.
3832 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3833 cvs-bury-buffer.
3834
3835 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3836 Allow `next' to jump to after the end of the last match.
3837
778fbc46
GM
38382000-11-09 Gerd Moellmann <gerd@gnu.org>
3839
730c746c
GM
3840 * simple.el (byte-compiling-files-p): New function.
3841
3842 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3843 if it is there.
3844
3845 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3846 nil again.
3847
778fbc46
GM
3848 * textmodes/ispell.el (ispell-library-path): Don't call
3849 check-ispell-version when byte-compiling because that starts
3850 an ispell process, and ispell might not be installed.
3851 (toplevel): Don't set up a menu when byte-compiling.
3852
3853 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3854 it, so that a boundp test can be used to determine if we're
3855 currently byte-compiling.
3856
5912c5bb
DL
38572000-11-09 Dave Love <fx@gnu.org>
3858
3859 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3860 eval-after-load.
3861
7bb054a5
GM
38622000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3863
3864 * ps-print.el: Patch for variable initialization when spooling. Doc
3865 fix.
3866 (ps-output-list): Fun eliminated.
3867 (ps-begin-file, ps-begin-job): Code fix.
3868
9db2706e
DL
38692000-11-08 Dave Love <fx@gnu.org>
3870
3871 * ediff-wind.el (ediff-control-frame-parameters): Zero
3872 tool-bar-lines.
3873
f7eb32aa
GM
38742000-11-08 Gerd Moellmann <gerd@gnu.org>
3875
3876 * simple.el (shell-command, display-message-or-buffer)
3877 (shell-command-on-region): Mention resize-mini-windows in the doc
3878 string.
3879 (display-message-or-buffer): Take the value of resize-mini-windows
3880 into account.
3881
7b01b08c
GM
38822000-11-07 Gerd Moellmann <gerd@gnu.org>
3883
acad3c0b
GM
3884 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3885
7b01b08c
GM
3886 * dired.el (dired-between-files): Add `^. find' as an alternative
3887 to the regular expression, for find-dired.
3888
6f602bd0
SM
38892000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3890
3891 * textmodes/texnfo-upd.el: Require texinfo.
3892 (defmacro, defgroup): Remove.
3893 (texinfo-section-to-generic-alist): Remove.
3894 Use texinfo-section-list instead (i.e. level is changed string->int).
3895 (texinfo-filter): New function.
3896 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3897 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3898 Use it. And use regexp-opt.
3899 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3900 (texinfo-update-menu-region-beginning)
3901 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3902 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3903 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3904 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3905 (texinfo-sequential-node-update): Remove autoload cookie.
3906
3907 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3908 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3909 (texinfo-chapter-level-regexp): Remove.
3910 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3911
bb216218
DL
39122000-11-06 Dave Love <fx@gnu.org>
3913
6f602bd0 3914 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3915
6f602bd0
SM
3916 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3917 Match defun*.
bb216218 3918
ff8dd5d5
KH
39192000-11-06 Kenichi Handa <handa@etl.go.jp>
3920
3921 * composite.el (composition-function-table): Variable declaration
3922 moved to src/composite.c.
3923 (compose-chars-after): New optional arg object.
3924
e9da51a1
GM
39252000-11-06 Gerd Moellmann <gerd@gnu.org>
3926
e0c12c68
GM
3927 * bindings.el (mode-line-toggle-read-only)
3928 (mode-line-toggle-modified, mode-line-widen)
3929 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3930 (make-mode-line-mouse2-map): Rewritten.
3931 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3932 functions so that C-h k can show something with a doc string.
eaae8106 3933
e9da51a1
GM
3934 * startup.el (fancy-splash-delay): Set to 10 seconds.
3935 (fancy-splash-max-time): New user-option.
3936 (fancy-splash-stop-time): New variable.
3937 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3938 (fancy-splash-screens-1): Throw `stop-splashing' when current
3939 time is greater than fancy-splash-stop-time.
3940
611dbdf0
SM
39412000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3942
4d2806e2
SM
3943 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3944
611dbdf0
SM
3945 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3946 Prompt user for a file rather than raising an error.
3947 (cvs-enabledp): Fix call to cvs-mode-marked.
3948 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3949 (cvs-mode-insert): Use it. Change the init prompt' value.
3950 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3951
3952 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3953 Don't pass default arg to ewoc-locate.
3954 (ewoc-collect): Return result in the right order.
3955
3956 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3957
3958 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3959 (cvs-status-get-tags): Fix regexp.
3960 (cvs-status-trees, cvs-status-cvstrees):
3961 Combine after change hooks and don't sit-for.
4d2806e2
SM
3962 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3963 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3964 Use make-char rather than hard-coded cryptic data.
3965 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3966
3967 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3968
3969 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3970 (cvs-insert-strings): New function.
3971
937b2877
MB
39722000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3973
3974 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3975 `mwheel-scroll-amount'.
3976 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3977 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3978 string-matching against the version string.
3979
c6c97763
KH
39802000-11-06 Kenichi Handa <handa@etl.go.jp>
3981
6eaec747
KH
3982 * language/thai.el ("Thai"): Set a lisp form that produces
3983 composed string in `sample-text' language info.
3984
3985 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3986 composed string in `sample-text' language info.
3987
3988 * international/mule-cmds.el (describe-language-environment): Eval
3989 `sample-text' data and insert the result.
3990
c6c97763
KH
3991 * international/mule-conf.el (compound-text): Define this coding
3992 system here. Make x-ctext and ctext aliases of it.
3993
3994 * language/european.el (compound-text, ctext): Moved to
3995 international/mule-conf.el.
3996
d1145f85
AI
39972000-11-05 Andrew Innes <andrewi@gnu.org>
3998
3999 * w32-fns.el (w32-version): New function.
4000
178a6a45
SM
40012000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4002
4003 * progmodes/awk-mode.el: Update copyright.
4004 (awk-mode-abbrev-table): Remove.
4005 (awk-font-lock-keywords): Use regexp-opt.
4006 (awk-mode): Use define-derived-mode.
4007
4008 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4009 when extracting a suffix.
4010
1ba90166
AS
40112000-11-04 Andre Spiegel <spiegel@gnu.org>
4012
4013 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4014 auto-save-mode.
4015
546790cb
JR
40162000-11-04 Jason Rumney <jasonr@gnu.org>
4017
4018 * language/european.el (decode-mac-roman): Test against r1 not r0.
4019
d247e32d
SM
40202000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4021
fbf44f44
SM
4022 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4023 (icon-mode): Define indent-line-function.
4024 (icon-comment-indent): Simplify.
4025 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4026
4027 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4028
4029 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4030 Bind change-log-default-mode to defeat the caching done on it.
4031 Don't bother saving excursion any more.
4032
4033 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4034
4035 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4036 (set-frame-font): Use the new name (and the old for compatibility).
4037
eaae8106
SS
4038 * toolbar/tool-bar.el (tool-bar-mode):
4039 * time.el (display-time-mode):
4040 * recentf.el (recentf-mode):
4041 * paren.el (show-paren-mode):
4042 * mwheel.el (mouse-wheel-mode):
4043 * msb.el (msb-mode):
4044 * jka-compr.el (auto-compression-mode):
4045 * image-file.el (auto-image-file-mode):
4046 * hl-line.el (hl-line-mode):
4047 * delsel.el (delete-selection-mode):
4048 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4049 * complete.el (partial-completion-mode): Drop unneeded positional args.
4050
eaae8106 4051 * info.el (Info-mode):
79372165 4052 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4053
d247e32d
SM
4054 * log-edit.el (log-edit-menu): New menu.
4055
4921558e
MB
40562000-11-03 Miles Bader <miles@gnu.org>
4057
4058 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4059 definition, so that trailing spaces are handled properly.
4060 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4061
1fc02b3c
GM
40622000-11-03 Gerd Moellmann <gerd@gnu.org>
4063
4064 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4065 tab character.
4066 (fancy-splash-screens): Set tab-width to 20.
4067
51d001f7
DL
40682000-11-03 Dave Love <fx@gnu.org>
4069
4070 * comint.el (comint-completion-addsuffix): Fix custom type.
4071
ba22aeff
SM
40722000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4073
4074 * font-lock.el (font-lock-buffers): Remove.
4075 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4076 (font-lock-change-major-mode): Remove.
4077 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4078 (font-lock-default-fontify-region): Extend the multiline
4079 fontification to whole lines.
4080 (font-lock-fontify-anchored-keywords)
4081 (font-lock-fontify-keywords-region): If matching just one
4082 line (with \n) only mark the \n as multiline.
4083
4084 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4085 Correctly handle the case where several :group args are supplied.
4086 Allow :extra-args.
4087 (easy-mmode-define-global-mode): Allow :extra-args.
4088 Correctly handle the case where several :group args are supplied.
4089
9c887ada
MB
40902000-11-02 Miles Bader <miles@gnu.org>
4091
eaae8106 4092 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4093 (holiday-face): Remove dependency on `window-system'.
4094
7f25090d
KR
40952000-11-02 Ken Raeburn <raeburn@gnu.org>
4096
4097 * Makefile.in (emacs): Set EMACSLOADPATH always.
4098 (update-authors, .el.elc, compile-files): Don't do it explicitly
4099 here.
9b911107 4100 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4101
7dd6009c
DL
41022000-11-02 Dave Love <fx@gnu.org>
4103
4104 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4105
94821e4f
EZ
41062000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4107
4108 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4109 punctuation in the warning inserted into the *mail* buffer.
4110
1ac3fc42
GM
41112000-11-02 Gerd Moellmann <gerd@gnu.org>
4112
57731876
GM
4113 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4114 (authors-public-domain-p): New function.
4115 (authors-print): Use it.
4116
975f82c9
GM
4117 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4118
1ac3fc42
GM
4119 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4120
4b3eb10f
GM
41212000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4122
975f82c9 4123 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4124 (ps-print-version): New version number (6.3.1).
4125 (ps-even-or-odd-pages): Customization fix.
4126 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4127 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4128 (ps-page-count): Var replaced by `ps-page-column'.
4129 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4130 (ps-print-sheet-p): New fun.
4131
7da794df
MB
41322000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4133
4134 * tooltip.el (tooltip-gud-tips-setup): New function.
4135 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4136 (tooltip-mode): Call tooltip-gud-tips-setup.
4137 (tooltip-gud-tips): Use `gud-basic-call' instead of
4138 process-send-string, so the prompt gets frobbed appropriately.
4139 Handle nil return value from `tooltip-gud-print-command'.
4140
0e40b809
EL
41412000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4142
4143 * comint.el (comint-add-to-input-history): New function.
4144 (comint-send-input): Use `comint-add-to-input-history'.
4145
50ada0db
MB
41462000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4147
973a3104
MB
4148 * info.el (info-menu-header): New face.
4149 (Info-fontify-menu-headers): New function.
4150 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4151
50ada0db
MB
4152 * info.el (Info-insert-dir): Don't include blank lines at
4153 beginning of additional dir files (one is added automatically).
4154
bff53411
SM
41552000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4156
4157 * emacs-lisp/easy-mmode.el (define-minor-mode):
4158 Revert the latest changes.
4159 Allow the three positional arguments to be skipped and replaced
4160 by keyword arguments.
4161 Add a :toggle argument to determine whether a nil arg means toggle
4162 or means turn-on. The default is unchanged.
4163 Add a call to force-mode-line-update.
4164
6b8a0b2d
DL
41652000-11-01 Dave Love <fx@gnu.org>
4166
4167 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4168 cookie.
4169
5bf99100
MB
41702000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4171
4172 * calendar/calendar.el (diary-face, holiday-face): Add
4173 dark-background variants.
4174
a4032611
SS
41752000-10-31 Sam Steingold <sds@gnu.org>
4176
4177 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4178 `tex-main-file' does not have directory in it.
4179
c286608e
SM
41802000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4181
4182 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4183
4836835a
TTN
41842000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4185
4186 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4187 functional change.
4188
26dcb81b
GM
41892000-10-31 Gerd Moellmann <gerd@gnu.org>
4190
4191 * files.el (find-file-noselect): When we expand a wildcard, return
4192 a list of buffers, as we should do according to the doc string.
4193
49fc4500
KR
41942000-10-31 Ken Raeburn <raeburn@gnu.org>
4195
4196 * loadup.el (top level): Adjust load path if program name is
4197 "../src/bootstrap-emacs", in case it's not dumped and thus the
4198 load path adjustment hasn't already been done.
4199
ea0c615d
GM
42002000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4201
4202 * ps-print.el: Fix bug on selected pages for printing. Use
4203 `color-values' for Emacs 21. Ensure fontification when jit-lock
4204 is on. Try to avoid warning messages when compiling. Doc Fix.
4205 (ps-print-version): New version number (6.3).
4206 (ps-color-device): Use `color-values' to determine if device
4207 supports color.
4208 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4209 (ps-print-page-p): Changed from defsubst to defun.
4210 (ps-page-number): Changed from defmacro to defun.
4211 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4212 printing.
c286608e 4213 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4214 (ps-end-file, ps-dummy-page): Funs eliminated.
4215 (ps-print-color-scale): Changed default value.
4216 (ps-page-n-up, ps-print-page-p): New internal vars.
4217 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4218 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4219
9e20722f
GM
4220 * delim-col.el: Little programming improvement.
4221 (delimit-columns-str): New macro.
4222 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4223
d7a0fd00
KH
42242000-10-31 Kenichi Handa <handa@etl.go.jp>
4225
c286608e
SM
4226 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4227 Moved to european.el.
d7a0fd00
KH
4228 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4229 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4230 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4231 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4232
234be340
DL
42332000-10-30 Dave Love <fx@gnu.org>
4234
4235 * progmodes/cc-menus.el (imenu-generic-expression)
4236 (imenu-progress-message): Only defvar when compiling.
4237
4edc4a39
DL
4238 * emacs-lisp/elp.el (elp-unload-hook): New function.
4239
4240 * loadhist.el (unload-feature): Call elp-restore-function,
4241 checking for symbols; don't use elp-restore-all.
4242 (loadhist-hook-functions): Doc fix.
4243
70c825df
SM
42442000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4245
4246 * log-edit.el (log-edit-confirm): Fix the default.
4247
1d3baf74
GM
42482000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4249
4250 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4251 delimit-columns-format.
4252 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4253
1ec321a7
MB
42542000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4255
4256 * comint.el (comint-replace-by-expanded-history): Don't use
4257 comint-get-old-input (we're not looking at *old* input).
4258 (comint-get-old-input-default): If using fields, signal an error
4259 when the point is not in an input field.
4260
70737ea9
KH
42612000-10-30 Kenichi Handa <handa@etl.go.jp>
4262
4263 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4264 and mule-unicode-e000-ffff.
4265
fa0cb51d 4266 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4267 (make-coding-system): Accept a symbol of translation table as a
4268 value of property `safe-chars'.
4269
4270 * international/mule-cmds.el (encode-coding-char): Check property
4271 safe-chars instead of safe-charsets.
4272
4273 * international/fontset.el (fontset-default): Modified for
4274 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4275 (x-font-name-charset-alist): Likewise.
4276 (ccl-encode-unicode-font): New CCL program. Record it in
4277 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4278
70c825df
SM
4279 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4280 New translation tables.
70737ea9
KH
4281 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4282 programs are modified and moved from mac-win.el.
4283 (mac-roman): Definition of this coding system is modified and
4284 moved from mac-win.el.
4836835a 4285
fda2ce24 42862000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4287
1d3baf74 4288 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4289 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4290
dd4d3cb6
MB
42912000-10-29 Miles Bader <miles@gnu.org>
4292
4293 * custom.el (custom-add-to-group): Allow multiple entries for a
4294 given value OPTION, as long as their widget types are different.
4295 * cus-edit.el (custom-face-value-create): If face name doesn't end
4296 with "face", add such here (similar to custom group widgets).
4297
4298 * comint.el (comint-highlight-prompt): Add :type.
4299
dace60cf
JW
43002000-10-28 John Wiegley <johnw@gnu.org>
4301
4302 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4303 Changed this function to operate on a temporary buffer instead of
4304 the main buffer. This not only keeps flyspell from marking a
4305 buffer as changed that wasn't, but it solves the jumpy cursor
4306 problem when attempts are made to edit incorrect words.
4307 (flyspell-maybe-correct-doubling): Same change as for
4308 `flyspell-maybe-correct-transposition'.
4309
4310 * calendar/timeclock.el (timeclock-log): Doc fix.
4311 (timeclock-last-event): Doc fix.
4312 (timeclock-log): Kill the timelog buffer after appending a new
4313 event.
4314 (timeclock-find-discrep): Use a temp buffer to read in the
4315 timelog, instead of visiting the file.
4316 (timeclock-log-data): A new function, along with a host of helper
4317 functions, for the purpose of making timelog data accessible to
4318 programmers.
4319
4320 * eshell/esh-mode.el (window-height test): Make certain that
4321 `eshell-stringify-t' is non-nil.
4322 (eshell-password-prompt-regexp): Changed to a much simpler
4323 password regexp.
4324 (eshell-send-input): If `eshell-invoke-directly' returns t,
4325 directly invoke the parsed command using `eval'. This improves
4326 turn-around time on simple commands by a factor of three or
4327 greater, such as cd, ls, pwd, etc. -- which get used very often.
4328 It also conserves thousands of cons cells per call (since
4329 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4330 in the Pacific Cookie Company).
4331
4332 * eshell/esh-test.el (eshell-test): Whitespace fix.
4333
4334 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4335 `eshell-ls-initial-args' nil when inserting directory contents.
4336
4337 * eshell/em-script.el (eshell-script-initialize): Add names to
4338 `eshell-complex-commands, since `source' and `.' are complex.
4339
0467b076
EZ
4340 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4341 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4342 `eshell-copy-handles'.
4343 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4344 bodies.
4345 (eshell-separate-commands): Whitespace fix.
4346 (eshell-complex-commands): Added a new list of names, for
4347 determining whether a given command is as simple as it looks.
4348 (eshell-invoke-directly): New function. Returns t if a command
4349 should be invoked directly (using `eval'), rather than indirectly
4350 using `eshell-do-eval'.
4351 (eshell-do-eval): Whitespace fix.
4352
4353 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4354 which provides an emulation of the DOS shell behavior of assuming
4355 that cp/mv/ln should copy/move/link to the current directory.
4356 (eshell-remove-entries): Added a doc string.
4357 (eshell-shuffle-files): Removed the check for `target' being null.
4358 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4359 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4360 it to do a smarter check of whether a destination was provided.
4361 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4362 (eshell/ln): Enable `:preserve-args', and use
4363 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4364 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4365 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4366 list after flattening it. This makes it possible to cat files
4367 with numerical names.
4368 (eshell-unix-initialize): Added several names to
4369 `eshell-complex-commands.
4370 (eshell-unix-command-complex-p): Return t if a given command name
4371 may result in external processes being invoked.
4372
4373 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4374 variable nil by default, since it slows down glob processing by a
4375 factor of two or more, and increases memory consumption.
4376
4377 * eshell/em-smart.el: Added a note about how memory consumptive
4378 smart display mode can be (at least this is true in Emacs 21).
4379 (eshell-smart-initialize): Whitespace fix.
4380 (eshell-refresh-windows): Use `if' instead of `when'.
4381 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4382 not necessary.
4383 (eshell-currently-handling-window): Added a missing global
4384 variable.
4385
4386 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4387 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4388 Whitespace fix.
4389 (eshell-ls-exclude-hidden): Added this variable in addition to
4390 `eshell-ls-exclude-regexp'. This one prevents files beginning
4391 with . from even being read, which can improve memory consumption
4392 quite a bit.
4393 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4394 read file entries beginning with a dot. In home directories with
4395 lots of hidden files, fully two-thirds of the time spent in ls is
4396 used to read directory entries that are immediately thrown away.
4397 (eshell-ls-initial-args): Added back this configuration variable,
4398 for specifying default initial arguments to every call to ls.
4399 Much faster than using an alias to do the same thing.
4400 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4401 (eshell-ls-dir): Whitespace change.
4402
4403 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4404
4405 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4406 available.
4407 (eshell-stringify-t): Added a customization variable, to indicate
4408 whether `t' should be rendered as a string at all. If not, one
4409 can still determine if the result of an expression is true using
4410 "file-exists-p FILE && echo true".
4411 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4412 stringify t!
4413
4414 * eshell/esh-module.el: Whitespace fix.
4415
4416 * eshell/em-alias.el (eshell-alias-initialize): Added
4417 `eshell-command-aliased-p' to `eshell-complex-commands'.
4418 (eshell-command-aliased-p): New function that returns t if a
4419 command name names an aliased.
4420
657f9cb8 44212000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4422
0467b076 4423 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4424 redrawing the screen when changing cursor color.
0467b076
EZ
4425 (viper-insert-state-pre-command-sentinel)
4426 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4427 (viper-replace-state-post-command-sentinel):
4428 Use viper-preserve-cursor-color.
657f9cb8
MK
4429 Many functions changed to use viper= instead of = when comparing
4430 characters.
0467b076 4431 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4432 working with characters.
0467b076 4433 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4434 Many functions changed to use viper= instead of = when comparing
4435 characters.
0467b076 4436 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4437
0467b076 4438 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4439 Several typos fixed in various docstrings.
0467b076
EZ
4440 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4441 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4442 hook.
0467b076
EZ
4443 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4444 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4445 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4446 (ediff-get-selected-buffers): New function.
4447 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4448 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4449 save-window-excursion.
0467b076 4450 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4451 termination check in while loop.
0467b076 4452 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4453 dired buffer.
0467b076
EZ
4454 (ediff-files,ediff-merge-files,ediff-files3)
4455 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4456
4f490d99
DL
44572000-10-28 Dave Love <fx@gnu.org>
4458
4459 * info.el (Info-fontify-node): Add help-echo for menu items.
4460
45b84006
EZ
44612000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4462
5ebc02b3
EZ
4463 * startup.el (normal-top-level): If the value of $TERM indicates
4464 we are running from xterm or one of its work-alikes, default to a
4465 light background mode.
4466
45b84006
EZ
4467 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4468 * faces.el (tty-handle-reverse-video): New function.
4469 (tty-create-frame-with-faces): Call it.
4470
4471 * frame.el (frame-notice-user-settings): Don't apply
4472 default-frame-alist and initial-frame-alist to MS-DOS frames.
4473 Call tty-handle-reverse-video, frame-set-background-mode, and
4474 face-set-after-frame-default for non-MS-DOS frames.
4475
4476 * startup.el (tty-long-option-alist): New variable.
4477 (tty-handle-args): New function.
4478 (command-line): Call tty-handle-args.
4479
4480 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4481 startup.el now does that for all character-terminal frames.
4482
eab6e8b9
MB
44832000-10-28 Miles Bader <miles@gnu.org>
4484
4485 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4486 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4487 global. If :global is followed by a non-nil but non-t value,
4488 make the mode buffer-local, but also generate a `global-MODE'
4489 version using `easy-mmode-define-global-mode'. Add
4490 :conditional-turn-on keyword argument.
4491
51a29efc
DL
44922000-10-28 Dave Love <fx@gnu.org>
4493
4494 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4495 use window-system.
4496
d71d7114
EZ
44972000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4498
4499 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4500 Don't call find-buffer-file-type-coding-system. Instead, just
4501 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4502 if the file is on an untranslated filesystem.
4503 (add-untranslated-filesystem): Use "D" instead of "f" inside
4504 interactive.
4505
1f9cab4b
DL
45062000-10-27 Dave Love <fx@gnu.org>
4507
70c825df 4508 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4509 (refill-mode): Use it.
4510
70c825df
SM
45112000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4512
4513 * international/quail.el (quail-activate): Don't make-local-hook.
4514
7432cf10
AS
45152000-10-27 Andre Spiegel <spiegel@gnu.org>
4516
4836835a 4517 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4518 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4519 (vc-make-version-backup): Don't do it on MS-DOS without long file
4520 names.
4836835a 4521
7432cf10
AS
4522 * vc.el (vc-version-other-window): If an automatic backup of the
4523 desired version exists, rename it instead of copying it.
4524
4836835a
TTN
4525 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4526 after command. If there's an unexpected error, signal it instead
7432cf10 4527 of being silent.
e1483c38 4528 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4529
05ea7ef2
MB
45302000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4531
fd1035aa
MB
4532 * shell.el (shell): Add BUFFER argument.
4533 * comint.el (make-comint-in-buffer): New function.
4534 (make-comint): Use it.
4535
05ea7ef2
MB
4536 * faces.el (face-spec-choose): Change syntax so that the list of
4537 attribute-value pairs is now the cdr of each clause, not the cadr.
4538 Detect old-style entries, and handle them. Use pop.
4539
835a55fe
SM
45402000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4541
f5ab1cdd
SM
4542 * cus-edit.el (custom-mode-map): Use a sparse map.
4543 (custom-mode): Don't bother with make-local-hook.
4544
4545 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4546
835a55fe
SM
4547 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4548
c13b0ec8
GM
45492000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4550
4551 * ps-print.el: Avoid compilation gripes.
4552 (ps-print-version): New version number (6.2.1).
4836835a 4553
e9f63196
DL
45542000-10-26 Dave Love <fx@gnu.org>
4555
0b95284b
DL
4556 * menu-bar.el: Modify some menu item help strings.
4557 (menu-bar-help-menu): Add link to MORE.STUFF.
4558
e9f63196
DL
4559 * cus-edit.el (custom-mode): Add `special' mode-class property.
4560
4561 * wid-browse.el (widget-browse-mode): Likewise.
4562
4563 * wid-edit.el (widget-specify-field): Revert to using local-map
4564 property, not keymap.
4565
e276a14a
MB
45662000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4567
c1545d88
MB
4568 * wid-edit.el (widget-field-end): When checking for a `boundary'
4569 field, do so in the correct buffer.
4570
3c1b77ca
MB
4571 * simple.el (undo): Correctly distinguish between numeric and
4572 non-numeric prefix args in non-transient-mark-mode, as per the doc
4573 string. When in transient-mark-mode, treat all prefix-args as
4574 numeric.
4575
f5ab1cdd
SM
4576 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4577 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4578
4579 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4580 (comint-mode-map): Reverse order of `comint-write-output' and
4581 `comint-append-output-to-file'.
4582 (comint-append-output-to-file): Reinstate this function, for the
4583 benefit of the menu.
4584
d97151cb
SM
45852000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4586
4587 * vc.el (vc-version-other-window): Bind `file'.
4588
ea7d6f5b
GM
45892000-10-25 Gerd Moellmann <gerd@gnu.org>
4590
f5ab1cdd 4591 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4592
4593 * emacs-lisp/authors.el (batch-update-authors): New function.
4594 (authors-fixed-entries): New defconst.
4595 (authors-add-fixed-entries): New function.
4596 (authors): Call it.: Don't process lispref/.
4597
17c25cea
JR
45982000-10-25 Jason Rumney <jasonr@gnu.org>
4599
4600 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4601 Merge x w32 and mac definitions.
4602
4ecda532
GM
46032000-10-25 Gerd Moellmann <gerd@gnu.org>
4604
4605 * menu-bar.el (menu-bar-options-menu): Add a help string for
4606 `uniquify'.
4607
b6735035
GM
46082000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4609
f5ab1cdd
SM
4610 * time-stamp.el (time-stamp-string-preprocess):
4611 Fix a wrong type argument error.
b6735035 4612
f4cbc7a0
MB
46132000-10-25 Miles Bader <miles@gnu.org>
4614
4615 * recentf.el (recentf-mode): Variable removed.
4616 (recentf-mode): Use `define-minor-mode'.
4617
4618 * mwheel.el (mouse-wheel-mode): New global minor mode.
4619 (mwheel-install): Use `mouse-wheel-mode'.
4620
f4b020f6
DL
46212000-10-25 Dave Love <fx@gnu.org>
4622
f5ab1cdd
SM
4623 * progmodes/cperl-mode.el (cperl-mode):
4624 Set normal-auto-fill-function correctly.
072cb6f9 4625
f4b020f6
DL
4626 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4627 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4628 bindings.
f4b020f6 4629
ebe2a441
MB
46302000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4631
ff4dcd4b
MB
4632 * wid-edit.el (widget-field-at): New function.
4633 (widget-at, widget-field-activate): Use it.
4634 (widget-tabable-at): Use `widget-at'.
4635 (widget-specify-field): If the terminating character of the widget
4636 field (which is read-only) is a newline, put it into a special
4637 `boundary' field so that C-n/C-p act more naturally.
4638 (widget-field-end): Also don't subtract one if a special
4639 `boundary' field has been added after the widget field.
4640
ebe2a441
MB
4641 * comint.el (comint-output-filter, comint-send-input): Don't
4642 bother adding stickiness fields to overlays to fool the field
4643 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4644
ebe2a441
MB
4645 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4646 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4647 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4648
fe50b6ab
GM
46492000-10-24 Gerd Moellmann <gerd@gnu.org>
4650
53df4dda
GM
4651 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4652 (authors): Set file coding system to iso-2022-7bit. Add
4653 file-local variables to output buffer.
4654
4836835a 4655 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4656 WARN is nil.
4657
53df4dda
GM
46582000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4659
4660 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4661
4662 * delim-col.el: Now there is a column formatting mechanism.
4663 Modified to customization mechanisms convention. Doc fix.
4664 (columns): New group for delim-col.
4665 (delimit-columns-before, delimit-columns-after)
4666 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4667 (delimit-columns-end): New vars.
4668 (delimit-columns-customize, delimit-columns-format): New funs.
4669 (delimit-columns-region, delimit-columns-rectangle)
4670 (delimit-columns-rectangle-line): Modified to support column
4671 formatting.
4836835a 4672
a9839779
DL
46732000-10-24 Dave Love <fx@gnu.org>
4674
4675 * log-edit.el (log-edit): Add :version and a :group for vc.
4676
df0267b8
GM
46772000-10-24 Gerd Moellmann <gerd@gnu.org>
4678
9acc3873
GM
4679 * files.el (after-find-file): Don't print a message ``New file''
4680 if WARN is nil.
4681
63e1b552
GM
4682 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4683 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4684 get duplicate tool-bar entries because we'll see the global ones
4685 on more than one path through keymaps.
4686
1946f901
GM
4687 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4688
df0267b8
GM
4689 * progmodes/cmacexp.el: Change Francesco's email address.
4690
ae3b264b
KH
46912000-10-24 Kenichi Handa <handa@etl.go.jp>
4692
4693 * window.el (fit-window-to-buffer): Adjust point of the window
4694 buffer, not that of the current buffer.
4695
23afac01
EZ
46962000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4697
4698 * progmodes/cmacexp.el: Update the euthor's email address.
4699
22d1a4ed
MB
47002000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4701
4702 * faces.el (face-spec-set-match-display): Add `graphic' display
4703 type (the inverse of `tty'). Use `display-graphic-p' instead of
4704 the window-system variable.
4705
f408aa48
KH
47062000-10-24 Kenichi Handa <handa@etl.go.jp>
4707
4708 * international/isearch-x.el (isearch-with-input-method): Call
4709 input-method-function with the first event in
4710 unread-command-events.
4711
94fe8a31
MB
47122000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4713
4714 * faces.el (face-default-spec, face-user-default-spec): Make
4715 defsubsts.
4716
8f47302e
AC
47172000-10-24 Andrew Choi <akochoi@i-cable.com>
4718
4719 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4720 New charsets.
4721
4722 * term/mac-win.el: Remove definitions of mac-roman-lower and
4723 mac-roman-upper, require dired, and define instead of set
4724 mac-ready-for-drag-n-drop to avoid compilation error.
4725
446c097e
AI
47262000-10-23 Andrew Innes <andrewi@gnu.org>
4727
4728 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4729 superfluous calls to subst-char-in-string; instead apply
4730 expand-file-name after convert-standard-filename to ensure
4731 expected directory separators are used.
4732
379b70e7
EZ
47332000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4734
4735 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4736
85c766e9
DL
47372000-10-23 Dave Love <fx@gnu.org>
4738
b7e03a67
DL
4739 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4740 (tool-bar-add-item): Set foreground and background for XBM icons.
4741
4742 * international/latin1-disp.el (latin1-char-displayable-p): New
4743 function (from Handa).
4744 (latin1-display-check-font): Use it.
4745
0dcf8835
DL
4746 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4747 using :key-sequence, making it much more usable. Use nconc, not
4748 append.
4749 (imenu--create-keymap-1): Avoid append.
4750
85c766e9 4751 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4752
cb3069bb
MB
47532000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4754
4755 [the following changes fix a bug where `define-minor-mode' didn't
4756 correctly generate :require clauses for defcustoms in compiled files]
4757 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4758 (byte-compile-log-file, byte-compile-log-1): Don't set
4759 `byte-compile-current-file' to nil. Instead set
4760 `byte-compile-last-logged-file' to it. Test whether
4761 byte-compile-current-file equals byte-compile-last-logged-file
4762 instead of whether its nil.
3b6542ba 4763 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4764
6db6243b
SM
47652000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4766
4767 * textmodes/refill.el: Fix var names in doc.
4768 (refill-mode): Don't bother with make-local-hook anymore.
4769
98490598
MB
47702000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4771
e01cd227
MB
4772 * faces.el (face-user-default-spec, face-default-spec): New functions.
4773 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4774 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4775 Use `face-user-default-spec'. Simplify code slightly.
4776
4836835a 4777 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4778 (woman-unknown-face): Add dark-background variants.
4779 (woman-default-faces): Renamed from `woman-colour-faces'.
4780 Set using the stored defaults, rather than using hard-wired colors.
4781 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4782 Just make the foreground `unspecified' rather than "black".
4783 (woman-menu): Rename menu entries accordingly.
4784
98490598
MB
4785 * faces.el (header-line): Make more reasonable on mono/grayscale
4786 displays.
4787
1a578e9b
AC
47882000-10-23 Andrew Choi <akochoi@i-cable.com>
4789
4790 * cus-edit.el (custom-button-face): Use 3D look for mac.
4791 (custom-button-pressed-face): Likewise.
4792
4793 * faces.el (set-face-attributes-from-resources): Handle mac frames
4794 in the same way as x and w32 frames.
4795 (face-valid-attribute-values): Likewise.
4796 (read-face-attribute): Likewise.
4797 (defined-colors): Likewise.
4798 (color-defined-p): Likewise.
4799 (color-values): Likewise.
4800 (display-grayscale-p): Likewise.
4801 (face-set-after-frame-default): Likewise.
4802 (mode-line): Same default face as for x and w32.
4803 (tool-bar): Likewise.
4804
4805 * frame.el: Remove call to frame-notice-user-settings at end of
4806 the file.
4807
4808 * info.el (Info-fontify-node): make underlines invisible for mac
4809 as for x, pc, and w32 frame types.
4810
4811 * term/mac-win.el: New file.
4812
aaaf7be7
DL
48132000-10-22 Dave Love <fx@gnu.org>
4814
4815 * textmodes/refill.el: New file.
4816
5392d654
AS
48172000-10-22 Andre Spiegel <spiegel@gnu.org>
4818
4836835a 4819 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4820 MANUAL and REGEXP.
4836835a 4821 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4822 New functions.
4823 (vc-before-save): Use the latter.
4824 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4825 confusion.
4826
4836835a 4827 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4828 expected by vc[-hooks].el.
4829
4830 * vc.el (vc-checkout): Added `-p' suffix in call to
4831 vc-make-version-backups-p; use vc-make-version-backup to actually
4832 make the backup.
4833 (vc-version-other-window, vc-version-backup-file): Handle both
4834 automatic and manual backups.
4835 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4836 of all of them.
4837
1e221c16
MB
48382000-10-22 Miles Bader <miles@gnu.org>
4839
7ff4fda5
MB
4840 * comint.el (comint-highlight-input, comint-highlight-prompt):
4841 Renamed, `-face' at end removed.
4842 (comint-send-input, comint-output-filter): Use renamed faces.
4843
3511cde8
MB
4844 * window.el (fit-window-to-buffer): Change defaulting of
4845 MAX-HEIGHT slightly.
4846
1e221c16
MB
4847 * faces.el (color-values, color-defined-p): Use `member', not
4848 `memq', because it works correctly for strings.
4849 (frame-set-background-mode): Actually, "unspecified-fg" and
4850 "unspecified-bg" *are* strings. Use `member', not `memq', and
4851 `equal', not `eq', when a string value is possible.
4852
b6ef4898
EZ
48532000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4854
4855 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4856
34939e2c
SM
48572000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4858
4859 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4860 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4861 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4862 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4863 (sh-font-lock-syntactic-keywords): Use them.
4864 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4865 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4866 (sh-mode): Don't override font-lock-unfontify-region-function.
4867 Use a copy of sh-font-lock-syntactic-keywords.
4868 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4869 Don't call sh-scan-buffer since font-lock does it on the fly.
4870 (sh-get-indent-info): Use `face' rather than `syntax-table'
4871 text-property to detect here-documents.
4872 Replace sh-special-syntax with sh-st-punc.
4873 (sh-prev-line): Use `face' rather than `syntax-table'
4874 text-property to skip over here-documents.
4875 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4876 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4877 (sh-electric-less, sh-set-here-doc-region)
4836835a 4878 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4879 (sh-scan-buffer, sh-rescan-buffer): Remove.
4880
f3d3c491
AI
48812000-10-21 Andrew Innes <andrewi@gnu.org>
4882
4883 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4884 remote (ange-ftp) file names.
4885
b86c791c
MB
48862000-10-21 Miles Bader <miles@gnu.org>
4887
d9c30bdf
MB
4888 * window.el (fit-window-to-buffer): New function.
4889 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4890 (window-text-height): Don't expect minibuffers to have mode-lines.
4891
d9c30bdf 4892 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4893 * international/quail.el (quail-update-guidance): Use
4894 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4895
617fee5a
MB
4896 * international/quail.el (quail-show-guidance-buf): Make sure
4897 guidance window really has enough room.
4898 (quail-update-guidance): If quail-guidance-win is already shown,
4899 make sure its height is OK.
4900
b86c791c
MB
4901 * window.el (window-text-height, set-window-text-height):
4902 New functions.
4903 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4904 instead of `window-height' & `mode-line-window-height-fudge'.
4905 (mode-line-window-height-fudge): Add FACE parameter.
4906 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4907 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4908
e34850d1
MB
49092000-10-20 Miles Bader <miles@gnu.org>
4910
4911 * window.el (height-affecting-face-attributes): Use `defconst'.
4912
4913 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4914 New function, conditionally aliased to `mode-line-window-height-fudge'.
4915 (ispell-help): Use it.
4916 (ispell-choices-win-default-height): Don't include mode-line fudge.
4917 (ispell-choices-win-default-height): New function.
4918 (ispell-show-choices, ispell-command-loop): Use function
4919 `ispell-choices-win-default-height' instead of variable.
4920
a8b883c2
MB
49212000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4922
8c6e4a58
MB
4923 * window.el (mode-line-window-height-fudge): New variable.
4924 (height-affecting-face-attributes): New variable.
4925 (mode-line-window-height-fudge): New function.
4926 (shrink-window-if-larger-than-buffer): Use it.
4927 * help.el (resize-temp-buffer-window): Likewise.
4928
a8b883c2
MB
4929 * info.el (Info-fontify-node): Add support for @subsubsection
4930 titles, which use `Info-title-4-face'.
4931 (Info-title-4-face): New face.
4932 (Info-title-3-face): Inherit from Info-title-4-face instead of
4933 variable-pitch.
4934
e64c3a75
JR
49352000-10-19 Jason Rumney <jasonr@gnu.org>
4936
4937 * dired.el (dired-insert-directory): Do not let errors signalled by
4938 attempt to run dired-free-space-program prevent dired from working.
4939
c70fe852
SM
49402000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4941
4942 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4943
877cf6b4
GM
49442000-10-19 Gerd Moellmann <gerd@gnu.org>
4945
5de037e0
GM
4946 * dirtrack.el (dirtrack): Fix call to run-hooks.
4947
6deb9af9
GM
4948 * cmuscheme.el (cmuscheme-program-name): Renamed from
4949 scheme-program-name because xscheme.el contains a defcustom with
4950 the same name. As a consequence, customizing group `cmuscheme'
4951 loaded `xscheme' which redefined run-scheme.
4952 (run-scheme): Use cmuscheme-program-name.
4953
877cf6b4
GM
4954 * ps-print.el (ps-print-emacs-type): Move into the
4955 eval-and-compile.
4956
e597d8fb 4957 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4958 anonymous address, and add a website for Befrienders International.
4836835a 4959
3e9cb08f
GM
49602000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4961
c70fe852
SM
4962 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4963 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4964 (ps-print-version): New version number (6.2).
4965 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4966 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4967 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4968 (ps-x-extent-priority, ps-x-extent-start-position)
4969 (ps-x-face-font-instance, ps-x-find-coding-system)
4970 (ps-x-font-instance-properties, ps-x-make-color-instance)
4971 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4972 avoid compilation gripes without defining functions.
4973 (ps-e-find-composition): Alias for function find-composition, to have a
4974 suitable function depending on Emacs version.
4975 (ps-color-device, ps-color-values, ps-face-foreground-name)
4976 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4977 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4978 (ps-print-ensure-fontified): Function definitions surrounded by
4979 `eval-and-compile' to avoid compilation gripes.
4980 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4981 by symbol-value to avoid compilation gripes.
4982 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4983 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4984
d8abcd91
MB
49852000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4986
13ab33c4
MB
4987 * startup.el (normal-top-level): Call `frame-set-background-mode'
4988 after `frame-notice-user-settings' because the latter doesn't call
4989 the former on a tty.
4990
d8abcd91
MB
4991 * faces.el (frame-set-background-mode): `unspecified' &c are
4992 symbols, not strings.
4993
e8bce0a9
EZ
49942000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4995
c70fe852
SM
4996 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
4997 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 4998
c70fe852
SM
4999 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5000 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5001
773272d8
KH
50022000-10-19 Kenichi Handa <handa@etl.go.jp>
5003
c70fe852 5004 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5005 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5006 for ISO10646-1 fonts.
5007 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5008
772139c0
EZ
50092000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5010
5011 * faces.el (frame-set-background-mode): If a tty frame defines a
5012 background color, use that to compute the background mode, instead
5013 of always defaulting to "dark".
5014
d134a19f
MB
50152000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5016
8bb84cb2
MB
5017 * comint.el (comint-write-output): New function.
5018 (comint-mode-map): Add it to the menu.
e40a778f 5019 Bind `C-c C-s' to comint-write-output.
d134a19f 5020
dada41e1
GM
50212000-10-18 Gerd Moellmann <gerd@gnu.org>
5022
5023 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5024 Use fancy-splash-delay.
5025
9b5360aa
GM
50262000-10-18 Alex Schroeder <alex@gnu.org>
5027
5028 * progmodes/sql.el (sql-sybase-options): New option.
5029 (sql-sybase): Use it. Add sql-database to the list of parameters
5030 provided for login. The options -w 2048 -n are not used any more.
5031
9035a35a
GM
5032 * comint.el (comint-read-input-ring): Bugfix such that the first
5033 and the last entry of the input ring file are not lost.
5034
3556c6dd
GM
50352000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5036
5037 * ps-print.el: Internal variable changes to defcustom,
5038 make-local-hook changes to defvar. Doc fix.
5039 (ps-print-version): New version number (6.1).
5040 (ps-setup, ps-do-despool): Code fix.
5041 (ps-printer-name): Customization fix.
5042 (ps-printer-name-option): Now is a defcustom instead of an
5043 internal variable.
5044 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5045 (ps-print-begin-column-hook): Now are defvar instead of
5046 make-local-hook.
4836835a 5047
4e217e50
MB
50482000-10-18 Miles Bader <miles@gnu.org>
5049
5050 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5051 (comint-kill-output): Changed into an alias for `comint-delete-output',
5052 and made obsolete.
5053 (comint-mode-map): Rename references to comint-kill-output.
5054
34460354
EZ
50552000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5056
5057 * diff-mode.el (diff-header-face, diff-file-header-face)
5058 (diff-changed-face): Add bold and italic attributes to tty faces.
5059 (diff-function-face): New face.
5060 (diff-font-lock-keywords): Use it.
5061
17ea3cdb
MB
50622000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5063
5064 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5065 Remove commented-out call to force-mode-line-update.
5066 (comint-kill-output): Use `forward-line 0' instead of
5067 beginning-of-line to make sure we get past the prompt.
5068
9244f2c7
SM
50692000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5070
5071 * diff-mode.el (diff-header-face, diff-file-header-face):
5072 Add specific setting for dark background.
5073 (diff-context-face): Renamed from diff-comment-face.
5074 Set explicitly rather than inheriting from font-lock-comment-face.
5075
1592c1ef
EZ
50762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5077
5078 * startup.el (command-line): Move the code which sets the default
5079 TTY colors to before before-init-hook.
5080
f86292a9
GM
50812000-10-17 Gerd Moellmann <gerd@gnu.org>
5082
5083 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5084
f7f2e883
EZ
50852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5086
e854cc22
EZ
5087 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5088 extensions, for MS-DOS.
5089
f7f2e883
EZ
5090 * diff-mode.el (diff-header-face, diff-file-header-face)
5091 (diff-changed-face): Define tty-specific colors.
5092
c7b4f0f9
GM
50932000-10-17 Gerd Moellmann <gerd@gnu.org>
5094
5095 * startup.el (fancy-splash-text): Realign the text.
5096
12a72271
EZ
50972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5098
5099 * font-lock.el (font-lock-comment-face): Define a separate default
5100 for dark-background tty's.
5101
61dfccfd
MB
51022000-10-17 Miles Bader <miles@gnu.org>
5103
5104 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5105 being obscured by whizzy mode-lines on graphics displays.
5106
333cd59e
EZ
51072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5108
5109 * info.el (Info-title-1-face, Info-title-2-face)
5110 (Info-title-3-face): Define colors for tty's.
dada41e1 5111 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5112
dbf1fcc1
EZ
51132000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5114
5115 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5116 reverse from the frame parameters, and don't invert foreground and
5117 background colors.
5118
ac629823
MB
51192000-10-16 Miles Bader <miles@gnu.org>
5120
5121 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5122 string "*Info*". Call propertized-buffer-identification to spruce
5123 up the result.
5124
76eebffc
GM
51252000-10-16 Gerd Moellmann <gerd@gnu.org>
5126
3a6b59d9
GM
5127 * help.el: Provide `help' for the sake of define-minor-mode
5128 which generates defcustoms with requires.
5129
6569c3d3
GM
5130 * jit-lock.el (jit-lock-after-change): If we're in text that
5131 matches a multi-line font-lock pattern, make sure the whole text
5132 will be redisplayed.
5133
c2e0a611
GM
5134 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5135 author's name is unknown.
5136
76eebffc
GM
5137 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5138 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5139 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5140 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5141 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5142 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5143 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5144 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5145 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5146 Add author information.
5147
cf1e7b12
MB
51482000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5149
5150 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5151 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5152 full-color version (using the Gimp) to eliminate dithering artifacts.
5153
5586f3eb
SM
51542000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5155
5156 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5157
5158 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5159
ad64a888
DL
51602000-10-15 Dave Love <fx@gnu.org>
5161
5162 * progmodes/sh-script.el: Require skeleton and comint when
5163 compiling.
5164
5165 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5166
5167 * whitespace.el: Doc fixes.
5168 (top-level): Don't add hooks here.
5169 (whitespace-running-emacs): Deleted.
5170 (timer): Don't require.
5171 (whitespace): Add back :version conditional on xemacs test.
5172 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5173 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5174 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5175 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5176 Avoid specific xemacs test.
5177 (whitespace-global-mode): New option.
5178 (whitespace-global-mode): New command.
5179 (whitespace-unload-hook): New function.
5180
5181 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5182 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5183 (Info-fontify-node): `Goto' goes to `Go to'.
5184 (Info-fontify-node): Add help-echo to xref links.
5185
1ef49fc6
EZ
51862000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5187
5188 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5189
8b7707e1
SM
51902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5191
b3b7f42f
SM
5192 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5193 Use plist-get and allow :inherit.
5194
5195 * emacs-lisp/cl-macs.el (cl-do-arglist):
5196 Use plist-get and plist-member instead of memq.
5197
3c7fafc7
SM
5198 * emacs-lisp/ewoc.el (ewoc-location): New function.
5199 (ewoc-enter-after, ewoc-enter-before): Document return value.
5200 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5201 Don't need make-local-hook any more.
5202 (cvs-addto-collection): Return the new tin.
5203 (cvs-mode-insert): Jump to the new line.
5204
8b7707e1
SM
5205 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5206
5207 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5208
5209 * font-lock.el (font-lock-syntactically-fontified): New var.
5210 (font-lock-fontify-syntactic-keywords-region): Use it.
5211 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5212
5213 * diff-mode.el (diff-find-file-name): Fix regexp.
5214
5215 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5216 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5217
5218 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5219 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5220 (sh-mode): Don't make all vars local here.
5221 (sh-kw): Reformat.
5222 (sh-set-shell): Use dolist. Don't set indent-region-function.
5223 (sh-mode-syntax-table): Use pop.
5224 (sh-remember-variable): Use push.
5225 (sh-help-string-for-variable): Use memq.
5226 (sh-safe-backward-sexp): Remove.
5227 (sh-safe-forward-sexp): Add ARG.
5228 (sh-get-indent-info, sh-prev-stmt): Use it.
5229 (sh-prev-line): Simplify by using forward-comment.
5230 (sh-this-is-a-continuation): Simplify.
5231 (sh-learn-buffer-indent): Use dolist.
5232 (sh-do-nothing): Remove.
5233 (sh-set-char-syntax, sh-set-here-doc-region):
5234 Use inhibit-modification-hooks.
5235 (sh-name-style): Use mapcar and push.
5236 (sh-load-style): Use dolist.
5237 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5238 (sh-case, sh-while-getopts): Use propertize directly rather
5239 than sh-electric-rparen.
5240
52412000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5242
5243 * textmodes/tex-mode.el: Require CL when compiling.
5244 (tex-mode-syntax-table): Init immediately.
5245 (tex-mode-map): Bind M-RET to latex-insert-item.
5246 (latex-mode): Set indent-line-function to latex-indent.
5247 (tex-common-initialization): Don't setup the syntax-table any more.
5248 (latex-insert-item): New skeleton.
5249 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5250 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5251 (latex-indent, latex-find-indent): New functions.
4836835a 5252 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5253 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5254 (tex-compilation-parse-errors): Use with-syntax-table.
5255
86b7fcbb
MB
52562000-10-15 Miles Bader <miles@gnu.org>
5257
5258 * font-lock.el (font-lock-comment-face): Change dark-background,
5259 color, non-tty, default to `chocolate1'.
5260
57a24508
JW
52612000-10-13 John Wiegley <johnw@gnu.org>
5262
5263 * eshell/esh-util.el (require): Added a missing `require' form,
5264 needed when compiling (for an ange-ftp macro definition).
5265
40ad3db4
DL
52662000-10-13 Dave Love <fx@gnu.org>
5267
5268 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5269
db460189
GM
52702000-10-13 Gerd Moellmann <gerd@gnu.org>
5271
b41c9501
GM
5272 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5273 fix.
5274
4836835a 5275 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5276 transparent -colors 8).
5277
3b5e21df
GM
52782000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5279
5280 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5281 that breaks with old list format timestamps.
5282 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5283 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5284 strings.
5285
16908a3f
JW
52862000-10-13 John Wiegley <johnw@gnu.org>
5287
d7103dda
JW
5288 * align.el, pcomplete.el, calendar/timeclock.el,
5289 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5290
dace60cf 5291 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5292 faulty math, where holiday hours were being computing as seconds.
5293
b6b70cda
JW
52942000-10-13 John Wiegley <johnw@gnu.org>
5295
5296 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5297 specifying what "other" kinds of buffers should be saved. This
5298 used to be hard-coded.
5299 (desktop-buffer-misc-functions): A global for specifying how
5300 auxiliary data should be determined for special buffer types.
5301 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5302 instead of hard-coding the special buffer types.
5303 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5304 auxiliary data, instead of hard-coding for Info buffers and dired.
5305 (desktop-buffer-info-misc-data): Aux function for determining Info
5306 buffer auxiliary info.
5307 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5308 (desktop-buffer-info): Changed this function to use the info
5309 gathered above.
5310 (desktop-create-buffer): Be a little more careful about what
5311 `minor-mode' means before calling it. This is important for some
5312 buffer types.
5313
8c6b1d83
JW
53142000-10-13 John Wiegley <johnw@gnu.org>
5315
5316 * eshell/esh-util.el: Added a global form which declares an
5317 autoload for `parse-time-string', if that function is not already
5318 defined, and if parse-time.el is available on the user's system.
5319
5320 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5321 to be aware of ange-ftp user info.
5322 (eshell-do-ls): Bind `ange-cache'. Also, use
5323 `eshell-file-attributes'.
5324 (eshell-ls-annotate): Use `eshell-file-attributes'.
5325 (eshell-ls-file): Made the user-id printing code a bit smarter.
5326
5327 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5328 allow identification of alias user ids in remote directories.
5329 It's manual, but there's no other way to know when the current
5330 user on the local machine, is also the owning user on the remote
5331 machine.
5332 (fboundp): Bind `ange-cache'.
5333 (eshell-directory-files-and-attributes): Re-organized the logic a
5334 bit to use `eshell-file-attributes' instead of `file-attributes'.
5335 The former is more sensitive to directories that are read via FTP,
5336 and knows how to use ange-ftp to determine full attribute
5337 information, instead of just the name and last modtime.
5338 (eshell-current-ange-uids): Return the current user id when in a
5339 remote directory.
5340 (eshell-parse-ange-ls): Parse a full directory listing that has
5341 been returned by ange-ftp.
5342 (eshell-file-attributes): This beefed up version of
5343 `file-attributes' is only special if the user is currently in a
5344 remote directory, in which case it does a lot of work to find out
5345 what the real attributes of a file are, as they appear on the
5346 remote machine. This makes usage of remote directories (i.e.,
5347 ange-ftp pathnames) much more useful. You can now use Eshell as a
5348 full-fledged FTP client, with much more manipulation ability than
5349 most other clients.
5350
5351 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5352 variable, which means that Eshell's du should always be preferred
5353 in remote directories.
5354 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5355 just `file-attributes'.
5356 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5357 when reading remote directories. This is an Eshell-specific
5358 variable (not part of ange-ftp).
5359 (eshell/ln): Bind `ange-cache'.
5360 (eshell/du): Added some extra logic for determining when to use
5361 Eshell's du (which is slow), and when to use the external version
5362 (which may or may not exist).
5363
5364 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5365 `eshell-interactive-process', rather than using
5366 `get-buffer-process', since backgrounded processes don't count in
5367 the context of this function's logic.
5368
5369 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5370 `forward-char', so that null strings are parsed correctly.
5371
87730e84 53722000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5373
5374 * eshell/em-pred.el (eshell-pred-file-type,
5375 eshell-pred-file-links, eshell-pred-file-size): Use
5376 `eshell-file-attributes'. This is more correct over ange-ftp.
5377
5378 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5379 that remote file globbing is more efficient.
5380
5381 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5382 gathering the files and attributes within a directory.
5383
5384 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5385 the command line is a special file (not a regular file, directory
5386 or symlink), always attempt to call the external version of cat.
5387
87730e84 53882000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5389
5390 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5391 Eshell-friendly version of find-tag.
5392
1c7e37a9
MB
53932000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5394
4836835a 5395 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5396 (image-file-name-regexps): Add autoload cookies.
5397
11a7f341
KH
53982000-10-13 Kenichi Handa <handa@etl.go.jp>
5399
5400 * international/mule-cmds.el (select-safe-coding-system): If FROM
5401 is string, show it in *Warning* buffer.
5402
8ddddcb0
EZ
54032000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5404
5405 * startup.el (normal-top-level): Use display-popup-menus-p instead
5406 of window-system.
5407 (command-line): Use display-graphic-p instead of window-system.
5408 (command-line-1): Use display-popup-menus-p and display-mouse-p
5409 instead of window-system.
5410
72200f89
SS
54112000-10-12 Sam Steingold <sds@gnu.org>
5412
5413 * tooltip.el (tooltip-use-echo-area): New user variable.
5414 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5415
8661c643
DL
54162000-10-12 Dave Love <fx@gnu.org>
5417
d0b40dc1
DL
5418 * recentf.el: Maintainer's checkdoc fixes.
5419
a622451f
DL
5420 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5421 character class, not ASCII when matching file names.
5422 (fancy-splash-head): Add trailing slash to URL.
5423 (command-line): Don't require XPM support for toolbar.
5424
8661c643
DL
5425 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5426 (cperl-invalid-face): Revert last change.
5427 (cperl-init-faces): Quote cperl-invalid-face.
5428
ef2ed8ab
KH
54292000-10-12 Kenichi Handa <handa@etl.go.jp>
5430
5431 * startup.el (fancy-splash-text): Remove superfluous quote.
5432
b0da379e
GM
54332000-10-12 Gerd Moellmann <gerd@gnu.org>
5434
dbeb499b
GM
5435 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5436 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5437 (command-line-1): Don't use fancy-splash-pending-command.
5438 (fancy-splash-screens-1): Goto point-min after inserting text.
5439
d861718a
GM
5440 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5441
b0da379e
GM
5442 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5443 instead of shared-lisp-mode-map.
5444
4fb2ad98
MB
54452000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5446
1cb4393e
MB
5447 * faces.el (header-line): Change tty-variant to use underlining.
5448
4fb2ad98
MB
5449 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5450 (isearch-highlight): Restore lazy-isearch face properties at old
5451 position, and suppress them at new position.
5452 (isearch-dehighlight): Restore lazy-isearch face properties.
5453 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5454 over the real isearch overlay, but in that case, don't give it a
5455 face property. Use `push'.
5456
eb991b25
KH
54572000-10-12 Kenichi Handa <handa@etl.go.jp>
5458
5459 * man.el (Man-getpage-in-background): Fix previous change.
5460 Decode the process output only when we are in multibyte mode.
5461
a818c1c0
DL
54622000-10-11 Dave Love <fx@gnu.org>
5463
c990f53a
DL
5464 * info.el (Info-mode-menu): Fix some help.
5465 (info-tool-bar-map): Add entry for Info-last.
5466
a818c1c0
DL
5467 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5468 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5469 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5470 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5471 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5472 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5473 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5474 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5475 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5476 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5477 Reduce colour requirements to 25 overall. (Probably wants
5478 revisiting from the originals to reduce further.)
5479
c1b096cb
EZ
54802000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5481
5482 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5483 buffer-file-coding-system, instead of raw-text.
5484 (dehexlify-buffer): Bind coding-system-for-read to
5485 buffer-file-coding-system, instead of raw-text.
5486
5c8b7eaf
SS
54872000-10-11 Sam Steingold <sds@gnu.org>
5488
5489 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5490 `underline' - fixes the bug introduced on 2000-09-21.
5491
2cfbdb7a
DL
54922000-10-11 Dave Love <fx@gnu.org>
5493
5494 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5495 compiler warnings.
5496 (scheme-mode): Doc fix.
5497 (scheme-font-lock-keywords-1): Match `define-syntax'.
5498
54992000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5500
5501 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5502 face specs as well as default ones. Only do anything if the
5503 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5504 (region): Make dark-background `region' face less in-your-face.
4b33f290 5505
690ec649
SS
55062000-10-10 Sam Steingold <sds@gnu.org>
5507
5508 * chistory.el, ielm.el, ledit.el:
5509 * progmodes/inf-lisp.el, progmodes/scheme.el:
5510 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5511
3b95d6bb
SM
55122000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5513
5514 * textmodes/texinfo.el: Update copyright and fix typo.
5515
5516 * desktop.el (desktop-modes-not-to-save): New var.
5517 (desktop-save-buffer-p): Use it.
a30eb617
DL
5518 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5519 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5520
55212000-10-10 Dave Love <fx@gnu.org>
5522
5523 * toolbar/tool-bar.el (tool-bar-add-item)
5524 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5525 display.
5526
5527 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5528 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5529 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5530 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5531 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5532 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5533 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5534 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5535 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5536 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5537 the .xpms; probably need retouching.
5538
55392000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5540
5541 * subr.el (add-to-list): Add optional argument APPEND.
5542 * battery.el (display-battery): Use `add-to-list'.
5543
55442000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5545
5546 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5547 these vars as symbol properties.
5548 (zone, zone-when-idle, zone-leave-me-alone)
5549 (zone-pgm-whack-chars): Use new symbol properties.
5550
5551 * battery.el (display-battery): Doc spelling fix.
5552
5553 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5554 property.
5555
55562000-10-09 Dave Love <fx@gnu.org>
5557
5558 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5559 has been initialized before calling tool-bar-setup.
5560 (tool-bar-add-item-from-menu): Add autoload cookie.
5561
55622000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5563
5564 * menu-bar.el (send-mail-item-name): New function.
5565 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5566 of mail-user-agent in the menu. Don't display the "Send Mail"
5567 item if mail-user-agent is nil or its value is ignore.
5568 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5569 if read-mail-command is nil or its value is ignore.
5570
5571 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5572
55732000-10-09 Miles Bader <miles@gnu.org>
5574
5575 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5576 Correct image size.
5577 * toolbar/left_arrow.xpm: Correct image size.
5578
5579 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5580 will be done by the definition of `auto-compression-mode' if
5581 necessary. Move code to uninstall existing file-name handler
5582 before definition of `auto-compression-mode'.
5583
5584 * image-file.el (auto-image-file-mode): Move to the end of the
5585 file, because `define-minor-mode' actually calls the mode-function
5586 if the associated variable is non-nil, which requires that all
5587 needed functions be already defined.
5588
5589 * mouse.el (popup-menu): Balance parens.
5590
55912000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5592
5593 * mouse.el (popup-menu): Move the command call outside the loop
5594 so that popup-menu returns whatever the command returns.
5595
5596 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5597 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5598 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5599 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5600
5601 * vc.el (vc-version-diff): diff-switches can be a list.
5602 Use relative filenames for prettier output.
5603
5604 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5605 (vc-post-command-functions): Remove old-VC compatibility code.
5606
5607 * newcomment.el (comment-indent-default): Autoload.
5608
5609 * font-lock.el (font-lock-defaults): Make buffer-local.
5610 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5611 (font-lock-choose-keywords):
5612 Ignore LEVEL unless KEYWORDS is a list of syms.
5613 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5614 Don't wrap regexp-opt things in \(...\) unnecessarily.
5615
5616 * jit-lock.el: Don't require font-lock any more.
5617 (jit-lock-functions): Make buffer-local.
5618 (jit-lock-saved-fontify-buffer-function): Remove.
5619 (jit-lock-mode): Remove autoload cookie.
5620 Remove font-lock specific code.
5621 (jit-lock-unregister): Don't bother handling complex hooks any more.
5622 (jit-lock-refontify): New function.
5623 (jit-lock-fontify-buffer): Use it.
5624 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5625 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5626 Add optional args START and END.
5627 Never call font-lock-fontify-region directly.
5628 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5629
5630 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5631
56322000-10-08 Dave Love <fx@gnu.org>
5633
5634 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5635
5636 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5637
5638 * play/studly.el (studlify-region, studlify-word): Add autoload
5639 cookie.
5640
5641 * play/morse.el (morse-region, unmorse-region): Add autoload
5642 cookie.
5643
5644 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5645 concat.
5646
5647 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5648 insist on symbols starting with word syntax.
5649 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5650 (eval-defun-1): Doc fix.
5651 (indent-sexp): Use nconc to build up indent-stack.
5652
5653 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5654 Gnus with little use.
5655 (mail-setup-hook): Add mail-abbrevs-setup to options.
5656
5657 * recentf.el: Doc fixes.
5658
5659 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5660 Clean up remainder.
5661
5662 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5663 without timezone and (8) with timezone to enforce some whitespace.
5664 Simplify code somewhat.
5665
5666 * options.el (list-options): Doc that you should use customize.
5667
5668 * iswitchb.el (iswitchb-mode): Add :require.
5669
5670 * info.el (Info-goto-node, Info-menu): Doc fix.
5671 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5672 (info-tool-bar-map): New variable.
5673 (Info-mode): Use it.
5674 (Info-edit-map): Define all in defvar.
5675 (speedbar-attached-frame): Avoid compiler warning.
5676
5677 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5678 (global-map): Bind [tool-bar] to a filtered map.
5679 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5680 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5681 Allow PBM icons.
5682 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5683
5684 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5685 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5686 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5687 icons, except up_arrow, which is left-arrow rotated.
5688
5689 * imenu.el (imenu-add-to-menubar): Fix last change.
5690
56912000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5692
5693 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5694 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5695
56962000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5697
5698 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5699 typos in doc strings.
5700
5701 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5702 the doc strings how to customize Font Lock faces.
5703
5704 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5705 computing growth when dragging the header line.
5706
57072000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5708
5709 * simple.el (kill-line): Doc fix.
5710
57112000-10-08 Miles Bader <miles@gnu.org>
5712
5713 * faces.el (secondary-selection): Make foreground visible on tty.
5714
5715 * jka-compr.el (auto-compression-mode): Move to the end of the
5716 file, because `define-minor-mode' actually calls the mode-function
5717 if the associated variable is non-nil, which requires that all
5718 needed functions be already defined.
5719 (with-auto-compression-mode): Add autoload cookie.
5720
57212000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5722
5723 * files.el (find-backup-file-name) [ms-dos]: If support for long
5724 file names is not available, behave as if version-control were set
5725 to never.
5726
57272000-10-07 Dave Love <fx@gnu.org>
5728
5729 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5730 (browse-url-gnome-moz): New function.
5731 (browse-url-browser-function): Use it.
5732 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5733
57342000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5735
5736 * indent.el (tab-always-indent): New var.
5737 (indent-for-tab-command): Use it.
5738
5739 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5740 raise an error. This way it can still default to a sane value.
5741
57422000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * startup.el (fancy-splash-screens): Use local rather than global map.
5745 Don't use `update-menu-bindings' any more.
5746 Get rid of assumptions about keymap representation.
5747
57482000-10-06 Dave Love <fx@gnu.org>
5749
5750 * textmodes/fill.el (sentence-end-double-space)
5751 (sentence-end-without-period): Doc fix.
5752 (adaptive-fill-regexp): Purecopy.
5753 (unjustify-current-line): Use line-end-position.
5754 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5755
5756 * net/eudc-vars.el (eudc): Add :version, :link.
5757
5758 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5759
5760 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5761 Fix for define-minor-mode.
5762 (function-at-point): Alias to function-called-at-point.
5763
5764 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5765
5766 * simple.el (backward-word): Doc fix.
5767
5768 * image-file.el (image-file-name-regexp): image-file-regexps ->
5769 image-file-name-regexps.
5770 (image-file-name-extensions): Add pbm.
5771
57722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5773
5774 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5775 and add filename to the names so that diff-mode can jump to source.
5776
5777 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5778 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5779 (tex-font-lock-keywords-1): Remove.
5780 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5781 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5782 (font-lock-default-fontify-region):
5783 Expand beg..end correctly when just following a multiline region.
5784 (font-lock-fontify-anchored-keywords):
5785 Include the anchor text as part of the multiline.
5786
57872000-10-06 Gerd Moellmann <gerd@gnu.org>
5788
5789 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5790 latter needs the autoloaded define-minor-mode macro during the
5791 bootstrap.
5792
5793 * startup.el (command-line): For now, activate tool-bar-mode only
5794 if XPM images are supported.
5795
5796 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5797 window by dragging a header-line at the top of the frame; that's
5798 confusing because the header-line doesn't move.
5799 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5800 of treating the event as a list. Some cleanup.
5801
58022000-10-06 Miles Bader <miles@gnu.org>
5803
5804 * simple.el (display-message-or-buffer): New function.
5805 (shell-command-on-region): Use `display-message-or-buffer'.
5806
5807 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5808 docstring parts.
5809
5810 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5811 (smbclient-prompt-regexp): Add usage note to doc string.
5812 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5813 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5814 Use add-hook for adding the comint filter function, and only do so
5815 if it's not already in the global hook list.
5816 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5817 to `make-local-variable'.
5818 (nslookup-font-lock-keywords): Remove prompt entry.
5819 (nslookup): Don't set the process-filter.
5820 (finger): Exit the loop correctly when the regexps list runs out.
5821 (ftp, smbclient, smbclient-list-shares):
5822 Set the real major mode immediately, not after execing.
5823 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5824
5825 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5826
58272000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5828
5829 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5830
5831 * which-func.el (which-func-format): Remove spurious space.
5832 (which-func-mode): Don't make it permanent-local.
5833 (which-func-ff-hook): Allow which-func-maxout to be nil.
5834 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5835 (which-func-mode): Simplify.
5836 Use post-command-idle-hook rather than post-command-hook.
5837 Go through all buffers and update their state.
5838 (which-function): Also try add-log-current-defun-function.
5839
5840 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5841 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5842 Update call to with-vc-properties accordingly.
5843 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5844 (vc-revert-buffer): More careful about window selection and deletion.
5845 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5846
5847 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5848 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5849 (cvs-dired-action): Change the default to quickdir.
5850
5851 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5852 if comment-indent-function returns nil.
5853 (comment-indent-default): New function.
5854 (comment-indent-function): Use it and document the new semantics.
5855
5856 * image-file.el: Docstring fixes.
5857
5858 * help.el (help-xref-on-pp): Use match-string.
5859 (describe-variable): New arg BUFFER.
5860 Store the current buffer in the help-xref-stack.
5861 (temp-buffer-resize-mode): Use define-minor-mode.
5862
5863 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5864 consistently with its docstring.
5865 Set jit-lock-first-unfontify-pos in an idempotent way.
5866 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5867
58682000-10-05 Alex Schroeder <alex@gnu.org>
5869
5870 * sql.el (sql-mysql-options): New variable.
5871 (sql-mysql): Use it.
5872
58732000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5874
5875 * image.el (image): New group.
5876
5877 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5878 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5879
58802000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5881
5882 * net/net-utils.el (nslookup-font-lock-keywords)
5883 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5884 Ignore the value of wqindow-system; always define keywords
5885
58862000-10-05 Kenichi Handa <handa@etl.go.jp>
5887
5888 * startup.el (fancy-splash-screens): Remove the code for
5889 debugging; `(trace-to-stderr "EXITTT\n")'.
5890
58912000-10-05 Miles Bader <miles@gnu.org>
5892
5893 * diff-mode.el (diff-goto-source): Update call to
5894 `diff-hunk-status-msg' to reflect new REV variable.
5895
58962000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5897
5898 * progmodes/icon.el (icon-mode):
5899 Don't gratuitously override the default for comment-column.
5900
5901 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5902
5903 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5904 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5905 (jit-lock-functions): New var.
5906 (jit-lock-function-1): Use it if non-nil.
5907 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5908 Set the `fontified' property before doing the fontification to avoid
5909 repeatedly going through the same error.
5910 Don't turn errors into messages.
5911 (jit-lock-register, jit-lock-unregister): New functions.
5912
5913 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5914 Use with-current-buffer.
5915
5916 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5917 Turn comment into docstring.
5918
5919 * apropos.el (apropos-mode): Use define-derived-mode.
5920
59212000-10-04 Gerd Moellmann <gerd@gnu.org>
5922
5923 * startup.el (fancy-splash-pending-command): New variable.
5924 (fancy-splash-pre-command): New function.
5925 (fancy-splash-screens): Rewritten.
5926 (command-line-1): If fancy-splash-pending-command is set, call it
5927 interactively.
5928
59292000-10-04 Dave Love <fx@gnu.org>
5930
5931 * toolbar/tool-bar.el (tool-bar-setup): New function.
5932 (tool-bar-mode): Use it.
5933
5934 * subr.el (substitute-key-definition): Doc fix.
5935 (play-sound-file): New command.
5936
59372000-10-04 Andre Spiegel <spiegel@gnu.org>
5938
5939 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5940 vc-version-backup-file-name): New functions.
5941
5942 * files.el (basic-save-buffer): Call vc-before-save before saving.
5943
5944 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5945 vc-cvs-stay-local-p.
5946
5947 * vc.el (vc-revert-buffer): Handle empty diff properly.
5948 (vc-version-backup-file): New function.
5949 (vc-checkout): Create a version backup if necessary.
5950 (vc-checkin): If a version backup file exists, delete it.
5951 (vc-version-diff): Diff locally using version backups, if available.
5952 (vc-revert-file): If there's a version backup, revert locally.
5953 (vc-transfer-file): Use version backup for base version, if
5954 available. If not, ask for confirmation whether to get it from the
5955 server. Update mode line before check-in.
5956
59572000-10-04 Dave Love <fx@gnu.org>
5958
5959 * toolbar/tool-bar.el (tool-bar-setup): New function.
5960 (tool-bar-mode): Use it.
5961
59622000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5963
5964 * net/net-utils.el (nslookup-font-lock-keywords)
5965 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5966 Only set if window-system is non-nil
5967 (net-utils-run-program): Returns buffer.
5968 (network-connection-reconnect): Added this function.
5969
5970 * generic.el:
5971 Incorporates extensive cleanup and docfixes by
5972 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5973 Uses cl compile-time macros.
5974 (generic-mode-name, generic-comment-list)
5975 (generic-keywords-list, generic-font-lock-expressions)
5976 (generic-mode-function-list, generic-mode-syntax-table):
5977 Removed variables.
5978 (generic-mode-alist): Renamed to generic-mode-list.
5979 (generic-find-file-regexp): Default changed to "^#".
5980 (generic-read-type): Uses completing read on generic-mode-list.
5981 (generic-mode-sanity-check): removed this function.
5982 (generic-add-to-auto-mode): Removed this function
5983 (generic-mode-internal): Bind mode-specific definitions
5984 into function instead of putting them in alist.
5985 (generic-mode-set-comments): Reworked extensively.
5986 (generic-mode-find-file-hook): Simplified regexp searching
5987 (generic-make-keywords-list): Omit extra pair of parens
5988
5989 * find-lisp.el (find-lisp-find-files-internal):
5990 Make sure directory name ends with "/".
5991
5992 * generic-x.el (apache-conf-generic-mode):
5993 Regexp now allows leading whitespace.
5994 (rc-generic-mode): Added eval-when-compile
5995 around generic-make-keywords-list.
5996 Deleted duplicate regexp
5997 (rul-generic-mode): Added eval-when-compile
5998 around generic-make-keywords-list.
5999 (etc-fstab-generic-mode): New generic mode.
6000 (rul-generic-mode): Removed one eval-when-compile
6001 which caused a max-specpdl-size exceeded error.
6002
60032000-10-04 Miles Bader <miles@gnu.org>
6004
6005 * simple.el (minibuffer-temporary-goal-position): New variable.
6006 (next-history-element): Try to keep the position of point in the
6007 input string constant.
6008
6009 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6010 (dired-do-create-files): If there's only one file, pass it in as
6011 the DEFAULT arg to dired-mark-read-file-name.
6012
60132000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6014
6015 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6016 (diff-goto-source): Be smarter when choosing REVERSE or not.
6017
6018 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6019 (texinfo-mode-menu): Add an explicit shortcut for update all.
6020
60212000-10-03 Andre Spiegel <spiegel@gnu.org>
6022
6023 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6024 factorize backend-specific code cleanly (this was essentially
6025 conceived by Stefan Monnier).
6026 (vc-unregister): Function removed.
6027 (vc-revert-file): New function.
6028 (vc-revert-buffer): Delegate some of the work to it.
6029
6030 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6031 default branch unconditionally.
6032 (vc-rcs-set-default-branch): New function.
6033 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6034 (vc-rcs-checkin): If an appropriate default branch has been set,
6035 force creation of that branch.
6036 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6037 code (as suggested by Stefan Monnier).
6038
60392000-10-02 Gerd Moellmann <gerd@gnu.org>
6040
6041 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6042 highlighting overlay with a different face over the overlay
6043 isearch uses to highlight the current match because that can lead
6044 to bad face combinations.
6045
6046 * loadup.el (toplevel): Load faces before isearch.
6047
6048 * isearch.el (isearch-faces): New custom group.
6049 (isearch): New defface; was already tested for in the code.
6050 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6051 (isearch-highlight): Always use face `isearch'.
6052
60532000-10-02 Dave Love <fx@gnu.org>
6054
6055 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6056 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6057 comparison of opcode with operand.
6058
60592000-10-03 Miles Bader <miles@gnu.org>
6060
6061 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6062 buffer, since the echo area will now grow to accommodate them.
6063
60642000-10-02 Andre Spiegel <spiegel@gnu.org>
6065
6066 * vc-hooks.el (vc-registered): If FILE used to be registered under
6067 a certain backend, try that one first.
6068
6069 * vc.el (vc-responsible-backend): Undo the previous change in the
6070 argument list. Handle multiple backends correctly.
6071 (vc-find-new-backend): Function removed.
6072 (vc-register): Use vc-responsible-backend, as before.
6073 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6074
60752000-10-02 Gerd Moellmann <gerd@gnu.org>
6076
6077 * startup.el (fancy-splash-head): Change message below the
6078 logo.
6079
60802000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6081
6082 * diff-mode.el (diff-goto-source): Emit a status message.
6083 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6084 (diff-test-hunk): Fix doc string.
6085 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6086 (diff-advance-after-apply-hunk): New variable.
6087 (diff-apply-hunk): Don't return a value.
6088
60892000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6090
6091 * vc.el (vc-editable-p): Minor optimization.
6092 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6093 (vc-find-new-backend): New function split from vc-responsible-backend.
6094 (vc-register): Use it.
6095 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6096 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6097 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6098 (vc-clear-headers): Don't use find-file.
6099 (vc-revert-buffer): Use `and' again (must have been a braino).
6100 (vc-switch-backend): Only prompt if requested.
6101 Short circuit if nothing is to be done.
6102 Don't use vc-resynch-buffer which could lose unsaved editing.
6103 (vc-default-receive-file): Update call to vc-unregister.
6104 (with-vc-file, vc-next-action-on-file):
6105 Use vc-backend rather than vc-registered.
6106 (vc-next-action-on-file): Use intern-soft.
6107 Deal with read-only *vc-diff* buffer.
6108 (vc-transfer-file): Docstring fix.
6109
6110 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6111 (vc-rcs-receive-file): Avoid with-vc-properties.
6112 Update call to vc-unregister.
6113 Use constant `RCS' rather than (dynamically bound) var `backend'.
6114
61152000-10-01 Andre Spiegel <spiegel@gnu.org>
6116
6117 * vc.el (vc-next-action-on-file): Update mode line only if file
6118 is visited.
6119 (vc-start-entry): New argument initial-contents. Don't visit the file
6120 if it isn't already visited. Brought documentation up-to-date.
6121 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6122 (vc-checkin): New optional arg initial-contents, which is passed to
6123 vc-start-entry.
6124 (vc-finish-logentry): Make sure to bury log buffer only if there
6125 really is one. Call `vc-resynch-buffer' on log-file, not
6126 buffer-file-name.
6127 (vc-default-comment-history, vc-default-wash-log): New functions.
6128 (vc-index-of): Removed.
6129 (vc-transfer-file): Make do without the above.
6130 (vc-default-receive-file): Call comment-history unconditionally. Pass
6131 the resulting string to vc-checkin, instead of inserting it into the
6132 comment ring.
6133
6134 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6135 unconditionally. Use the comments as initial contents of the log
6136 entry buffer. Document the trick to force branch creation with no
6137 changes.
6138
61392000-10-01 Miles Bader <miles@gnu.org>
6140
6141 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6142 `recenter' with an arg to prevent redrawing the display.
6143
61442000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6145
6146 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6147
6148 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6149
6150 * progmodes/c-mode.el (c-mode):
6151 Don't gratuitously override the default for comment-column.
6152
6153 * textmodes/tex-mode.el (latex-metasection-list): New var.
6154 (latex-imenu-create-index): Use it.
6155 Move the regexp construction outside loops (and use push).
6156 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6157 (tex-font-lock-keywords): Moved from font-lock.el.
6158 (tex-comment-indent): Remove.
6159 (tex-common-initialization): Don't set comment-indent-function.
6160 (latex-block-default): New var.
6161 (tex-latex-block): Use it to provide a default choice.
6162 Add any unknown choice to latex-block-names.
6163 Insert [...] after {...}.
6164 (tex-last-unended-begin): Simplify regexp.
6165 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6166 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6167 (latex-mode): Set forward-sexp-function.
6168
6169 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6170 Add regexp for @ignore ... @end ignore.
6171 (texinfo-heading-face): New face.
6172 (texinfo-font-lock-keywords): Use it.
6173 (texinfo-mode-menu): New menu.
6174 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6175 New functions.
6176 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6177 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6178 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6179 Remove declaration.
6180 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6181
6182 * delsel.el (delete-selection-mode): Use define-minor-mode.
6183
6184 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6185
61862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6189
61902000-09-30 Gerd Moellmann <gerd@gnu.org>
6191
6192 * replace.el (keep-lines-read-args): New function.
6193 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6194 read arguments interactively. Add parameters RSTART and REND.
6195 Operate on the active region in Transient Mark mode.
6196
6197 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6198
6199 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6200 (authors-obsolete-files-regexps): New variable.
6201 (authors-add): Don't record changes in obsolete files.
6202
62032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6204
6205 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6206
6207 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6208 (comment-indent): Make sure there's a space between code and comment.
6209 Shift comments left to avoid going past fill-column.
6210
62112000-09-29 Gerd Moellmann <gerd@gnu.org>
6212
6213 * startup.el (startup-echo-area-message): New function.
6214 (display-startup-echo-area-message): Use it.
6215 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6216 (fancy-splash-default-action): New function.
6217 (fancy-splash-screens-1): New function.
6218 (fancy-splash-head): Put a help-echo and a keymap under the image.
6219
62202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6221
6222 * diff-mode.el (diff-add-log-file-name): Remove.
6223 (diff-mode): Use add-log-buffer-file-name-function.
6224
6225 * add-log.el (find-change-log): New arg BUFFER-FILE.
6226 (add-log-file-name): Obey add-log-file-name-function.
6227 (add-log-buffer-file-name-function): New var.
6228 (add-change-log-entry): Use it.
6229
62302000-09-29 Miles Bader <miles@gnu.org>
6231
6232 * image-file.el (image-file-name-extensions): New variable.
6233 (image-file-name-regexps): Renamed from `image-file-regexps'.
6234 New default value is nil. Call `auto-image-file-mode'.
6235 (image-file-name-regexp): New function.
6236 (auto-image-file-mode): New minor mode.
6237 (insert-image-file): Don't make conditional on the image-file
6238 handler being enabled.
6239 (image-file-handler): Make the call here conditional instead.
6240 (set-image-file-handler-enabled, enable-image-file-handler)
6241 (disable-image-file-handler): Functions removed.
6242
6243 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6244 string.
6245
62462000-09-29 Gerd Moellmann <gerd@gnu.org>
6247
6248 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6249 it's a function from CL.
6250 (latex-imenu-create-index): Replace eval-when-compile with progn
6251 because latex-section-alist is not bound while compiling.
6252
62532000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6254
6255 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6256 (outline-mode): Use define-derived-mode.
6257
6258 * progmodes/perl-mode.el (perl-mode):
6259 * progmodes/awk-mode.el (awk-mode):
6260 * progmodes/asm-mode.el (asm-mode):
6261 Don't gratuitously override the default for comment-column.
6262
6263 * emacs-lisp/lisp.el (lisp-complete-symbol):
6264 Distinguish the let-binding case from the funcall case.
6265 (forward-sexp-function): New variable.
6266 (forward-sexp): Use it.
6267
6268 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6269 (easy-mmode-defmap): Remove the now useless autoload.
6270
6271 * time.el (display-time-mode): Use define-minor-mode.
6272
6273 * subr.el (add-minor-mode): Don't eval NAME.
6274 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6275 Use if rather than cond.
6276
6277 * simple.el (read-expression-map): Define more properly.
6278 (comment-indent-hook): Remove.
6279 (string-to-syntax): Bug fix.
6280
6281 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6282 (cvs-ediff-diff): Fix typo.
6283 (cvs-revert-if-needed): Don't bother preserving read-only.
6284
6285 * paren.el (show-paren-mode): Use define-minor-mode.
6286
6287 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6288 (toggle-auto-compression): Remove.
6289 (jka-compr-build-file-regexp): Remove useless grouping.
6290
6291 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6292 Avoid user-reserved bindings.
6293 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6294 (diff-header-face): Revert to grey85.
6295
6296 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6297
6298 * complete.el (partial-completion-mode) <defcustom>: Remove.
6299 (partial-completion-mode): Use define-minor-mode.
6300 (PC-do-completion): Understand `completion-auto-help = delay'
6301 to mean to popup the completion buffer only the second time.
6302 (PC-include-file-all-completions, PC-include-file-all-completions)
6303 (PC-include-file-all-completions): Don't quote lambda.
6304
6305 * comint.el (comint-mode-hook): Docstring fix.
6306 (comint-mode): Use define-derived-mode.
6307 (comint-mode-map): Remove obsolete comment.
6308 (make-comint): Minor stylistic change.
6309 (comint-insert-clicked-input): Be more careful to find the overlay.
6310 Use this-command-keys rather than hardcoding mouse-2.
6311
6312 * font-lock.el: Replace confusing (,@ with ,
6313 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6314 Don't use regexp-opt-depth. Spice up the regexp for args.
6315 Don't distinguish between cmds that can take an opt arg or not.
6316 Use `append' and `prepend' rather than `keep'.
6317
6318 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6319 (latex-outline-regexp): New var.
6320 (latex-outline-level): New fun.
6321 (latex-section-alist): New var.
6322 (latex-imenu-create-index): Use it. Use `push' as well.
6323 (tex-shell-map): Initialize it properly.
6324 (tex-mode): Minor stylistic change.
6325 (plain-tex-mode): Use define-derived-mode.
6326 (latex-mode): Use define-derived-mode.
6327 Construct the paragraph regexps in a more readable way.
6328 Set the buffer-local outline-{level,regexp} vars.
6329 (slitex-mode): Derive from latex-mode.
6330 (tex-common-initialization): Don't kill-all-vars anymore.
6331 Add setting for comment-add and font-lock-defaults.
6332 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6333 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6334 (tex-start-tex): New arg DIR (and send a chdir command for it).
6335 Also display the shell buffer and save it in tex-last-buffer-texed.
6336 (tex-region): Use expand-file-name rather than concat.
6337 Remove code made useless by changes in tex-start-tex.
6338 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6339
6340 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6341
63422000-09-28 Dave Love <fx@gnu.org>
6343
6344 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6345
63462000-09-28 Gerd Moellmann <gerd@gnu.org>
6347
6348 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6349 `append'.
6350
63512000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6352
6353 * info.el (Info-extract-pointer): Undo last change.
6354 Instead, fix the position of the `bound' arg to re-search-backward.
6355
63562000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6357
6358 * info.el (Info-extract-pointer):
6359 Widen more carefully, to avoid finding pointers in other nodes.
6360 (Info-index): Use push.
6361
63622000-09-27 Gerd Moellmann <gerd@gnu.org>
6363
6364 * frame.el (set-frame-font): Remove call to obsolete function
6365 frame-update-faces.
6366 (set-foreground-color, set-background-color): Likewise for
6367 frame-update-face-colors.
6368
63692000-09-27 Miles Bader <miles@gnu.org>
6370
6371 * image-file.el: New file.
6372
63732000-09-27 Gerd Moellmann <gerd@gnu.org>
6374
6375 * frame.el (frame-notice-user-settings): Don't call
6376 frame-update-faces, which is a no-op now.
6377
6378 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6379 tool-bar-lines.
6380
63812000-09-27 Dave Love <fx@gnu.org>
6382
6383 * mouse.el: Fix last change.
6384
63852000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6386
6387 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6388
63892000-09-22 Kenichi Handa <handa@etl.go.jp>
6390
6391 * international/quail.el (quail-help): The output message is
6392 improved.
6393
63942000-09-26 Dave Love <fx@gnu.org>
6395
6396 * mouse.el (popup-menu): If POSITION is nil, set it using
6397 mouse-position.
6398
63992000-09-25 Sam Steingold <sds@gnu.org>
6400
6401 * net/browse-url.el (browse-url-file-url): Check for null maps.
6402
64032000-09-26 Gerd Moellmann <gerd@gnu.org>
6404
6405 * frame.el (frame-notice-user-settings): Don't add a
6406 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6407
6408 * frame.el (frame-notice-user-settings):
6409 Make tool-bar-mode and default-frame-alist consistent.
6410
6411 * toolbar/tool-bar.el (tool-bar-help): New function.
6412
64132000-09-25 Gerd Moellmann <gerd@gnu.org>
6414
6415 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6416 current-load-list in top-level forms. Else this leaks a cons cell
6417 every time a defun is called.
6418
6419 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6420
64212000-09-25 Dave Love <fx@gnu.org>
6422
6423 * startup.el (fancy-splash-head): Check XPM is available.
6424
6425 * autoinsert.el (auto-insert): Doc fix.
6426 (auto-insert-alist): Following GNU notices, don't say `copyright
6427 _by_'. Use line-beginning-position.
6428 (auto-insert): Check buffer-file-name is non-nil before use.
6429
64302000-09-25 Gerd Moellmann <gerd@gnu.org>
6431
6432 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6433 starting with `@def' or `@multitable', in addition to ones
6434 specified by the user in auto-fill-inhibit-regexp.
6435
64362000-09-25 Markus Rost <rost@math.ohio-state.edu>
6437
6438 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6439 rmail-dont-reply-to-names matches the empty string.
6440
64412000-09-25 Gerd Moellmann <gerd@gnu.org>
6442
6443 * startup.el (command-line-1, fancy-splash-text): Change the
6444 text to sound more friendly.
6445
64462000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6447
6448 * progmodes/hideshow.el: Update author email address.
6449 Generally, sync w/ maintainer version 5.22.
6450 (hs-hide-all-non-comment-function): New var.
6451 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6452 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6453 (hs-show-region): Delete this command.
6454 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6455
64562000-09-22 Dave Love <fx@gnu.org>
6457
6458 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6459 (hl-line-highlight): Specify buffer when moving overlay.
6460
6461 * progmodes/fortran.el (fortran-mode): Locally set
6462 normal-auto-fill-function.
6463 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6464 (fortran-mode-map): Adjust auto-fill menu entry.
6465
64662000-09-22 Gerd Moellmann <gerd@gnu.org>
6467
6468 * vc-rcs.el (toplevel): Require `vc' when compiling.
6469
6470 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6471
64722000-09-22 Andre Spiegel <spiegel@gnu.org>
6473
6474 * vc.el (vc-switch-backend): Signal an error if the file is not
6475 registered under the new backend.
6476
6477 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6478 without explicit revision number.
6479
64802000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6481
6482 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6483 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6484 (diff-xor): New function.
6485 (diff-find-source-location): Use it. Fix a stupid name clash.
6486 (diff-hunk-status-msg): New function.
6487 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6488 (diff-test-hunk): Use diff-find-source-location.
6489 (diff-goto-source): Favor the `reverse'.
6490 (diff-hunk-text): Properly handle one-sided context diffs.
6491 (diff-apply-hunk): When done, advance to the next hunk.
6492
64932000-09-21 Gerd Moellmann <gerd@gnu.org>
6494
6495 * startup.el (command-line): If frame was created with a non-zero
6496 tool-bar-lines parameter, switch tool-bar-mode on.
6497
6498 * add-log.el (change-log-date-face, change-log-name-face)
6499 (change-log-email-face, change-log-file-face)
6500 (change-log-list-face, change-log-conditionals-face)
6501 (change-log-function-face, change-log-acknowledgement-face):
6502 New faces, inheriting from font-lock faces.
6503 (change-log-font-lock-keywords): Use them.
6504
65052000-09-21 Dave Love <fx@gnu.org>
6506
6507 * progmodes/cperl-mode.el (top-level): Clean up
6508 `eval-when-compile's and assorted defvars.
6509 (cperl-invalid-face): Don't double-quote value. Change custom
6510 type.
6511 (cperl-mode): Set normal-auto-fill-function and don't zap
6512 auto-fill-function.
6513 (cperl-imenu--function-name-regexp-perl): Renamed from
6514 imenu-example--function-name-regexp-perl.
6515 (cperl-imenu--create-perl-index): Renamed from
6516 imenu-example--create-perl-index.
6517 (cperl-xsub-scan): Don't require cl.
6518
6519 * msb.el (msb-mode-map): Use substitute-key-definition.
6520 (msb-mode): Use msb-mode-map.
6521
65222000-09-21 Andre Spiegel <spiegel@gnu.org>
6523
6524 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6525 New functions.
6526 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6527 (vc-switch-backend): New function.
6528 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6529 (vc-register): Fix prompt.
6530 (vc-unregister, vc-default-unregister): New functions.
6531 (vc-version-diff): Handle empty buffer in sentinel.
6532
6533 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6534 (vc-rcs-state-heuristic): Use it to guess the state of files with
6535 non-strict locking.
6536 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6537 been set with -b, but not created yet.
6538 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6539 contents in order to find the state.
6540 (vc-rcs-checkin): Allow creation of branches with no changes.
6541 (vc-rcs-unregister, vc-rcs-receive-file)
6542 (vc-rcs-set-non-strict-locking): New functions.
6543
6544 * vc-hooks.el (vc-name): Force correct computation of the value
6545 in case it is missing.
6546
65472000-09-21 Gerd Moellmann <gerd@gnu.org>
6548
6549 * startup.el (fancy-splash-tail): Use a different foreground
6550 color on a dark frame background.
6551
65522000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6553
6554 * info.el: Use the correct capitalization when making Info-mode
6555 and Info-edit-mode `special' modes.
6556
65572000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6558
6559 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6560 (diff-mode): Add support for add-log.el.
6561 (diff-hunk-text): Use char offsets rather than line offsets.
6562 (diff-find-source-location): Replace LINE with line-offset (nil
6563 if not found) and always set POS to a meaningful position.
6564 Adapt to the new char-offsets.
6565 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6566 Adapt to the new diff-find-source-location.
6567 (diff-goto-source): Adapt to the new diff-find-source-location.
6568
6569 * add-log.el (add-log-file-name): New function (split out of
6570 add-change-log-entry).
6571 (add-change-log-entry): Use it.
6572 Call add-log-file-name-function with the changelog file name if
6573 the current buffer is not associated with any file.
6574 Avoid find-file if the selected window is dedicated.
6575
6576 * diff-mode.el (diff-find-source-location):
6577 Move code from diff-apply-hunk. Return buffer rather than file.
6578 (diff-apply-hunk): Use the new result from diff-find-source-location.
6579 (diff-goto-source): Use the new diff-find-source-location.
6580
65812000-09-20 Dave Love <fx@gnu.org>
6582
6583 * iswitchb.el: Some doc fixes.
6584 (iswitchb-mode-map): Define completely initially. Inherit
6585 minibuffer-local-map.
6586 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6587 fundamental-mode.
6588 (iswitchb-global-map): New variable.
6589 (iswitchb-summaries-to-end): Amalgamate regexps.
6590 (iswitchb-mode): New.
6591 (iswitchb-mode-hook): New variable.
6592 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6593 `extensions'.
6594
65952000-09-20 Gerd Moellmann <gerd@gnu.org>
6596
6597 * ehelp.el (electric-help): New defgroup.
6598 (electric-help-shrink-window): New user-option.
6599 (with-electric-help): Use it.
6600
6601 * window.el (shrink-window-if-larger-than-buffer): If face
6602 `mode-line' has a :box, and we're on a graphical frame, add 1
6603 to the needed window height.
6604
6605 * frame.el (frame-notice-user-settings): Add a last parameter nil
6606 to a call to `append', because the last list passed to `append' is
6607 not copied, and so subsequent calls to assq-delete-all will modify
6608 default-frame-alist.
6609
6610 * startup.el (fancy-splash-image): Change :type.
6611 (fancy-splash-head): Use an XBM image if appropriate.
6612 (command-line-1): Show splash screens in more cases.
6613
6614 * startup.el (fancy-splash-text): Don't quote faces.
6615
6616 * dired.el (dired-font-lock-keywords): Undo last change.
6617 (dired-readin): Bind indent-tabs-mode to nil.
6618
6619 * startup.el (fancy-splash-head): If frame's background mode
6620 is `dark', change the black background of the image to gray.
6621 (fancy-splash-screens): Display startup echo area message.
6622 (display-startup-echo-area-message): New function.
6623
66242000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6625
6626 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6627
6628 * info.el (info-header-node): Tweak for color ttys.
6629
6630 * faces.el (face-valid-attribute-values): Make sure directories we
6631 search for stipples both exist and are readable before trying to
6632 search them.
6633
6634 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6635 in the dry-run case.
6636
6637 * jka-compr.el (with-auto-compression-mode): New macro.
6638
6639 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6640 (custom-group-tag-face, custom-variable-tag-face): Use relative
6641 :height and inherit from `variable-pitch' face instead of
6642 hardwiring :family.
6643 * hi-lock.el (hi-black-hb): Likewise.
6644
6645 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6646 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6647 toolbar-add-item, if image doesn't have a mask add a `:mask
6648 heuristic'.
6649
66502000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6651
6652 * diff-mode.el: Docstring fixes.
6653 (diff-header-face, diff-comment-face): New faces.
6654 (diff-font-lock-keywords): Highlight a bit differently.
6655 (diff-find-source-location): Don't return SPAN any more.
6656 (diff-hunk-text): Don't bother erasing the temp buffer.
6657 (diff-find-text): Drop argument LINE.
6658 (diff-apply-hunk): Update calls to diff-find-text.
6659 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6660
6661 * calendar/calendar.el: Docstring fixes.
6662 (calendar-make-alist): Don't quote lambda.
6663 (calendar-star-date): Use make-local-variable.
6664
66652000-09-19 Dave Love <fx@gnu.org>
6666
6667 * toolbar/tool-bar.el: Renamed from toolbar.el.
6668 Change `toolbar' to `tool-bar' generally in symbols.
6669 Make some items invisible in `special' major modes.
6670 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6671 Add arg PROPS.
6672
6673 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6674 Add :version here.
6675 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6676
66772000-09-19 Gerd Moellmann <gerd@gnu.org>
6678
6679 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6680
6681 * files.el (find-file-suppress-same-file-warnings): New user-option.
6682 (find-file-noselect): Use it.
6683
6684 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6685 (fancy-splash-screen): Defgroup.
6686
6687 * add-log.el (change-log-font-lock-keywords): Match names
6688 more exactly for the case that font-lock-constant-face is
6689 underlined.
6690
66912000-09-19 Richard M. Stallman <rms@gnu.org>
6692
6693 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6694
66952000-09-19 Andre Spiegel <spiegel@gnu.org>
6696
6697 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6698
66992000-09-19 Gerd Moellmann <gerd@gnu.org>
6700
6701 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6702 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6703 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6704 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6705 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6706 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6707 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6708 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6709 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6710 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6711 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6712 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6713
6714 * startup.el (fancy-splash-text): New variable.
6715 (fancy-splash-delay, fancy-splash-image): New user-options.
6716 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6717 (fancy-splash-screens): New functions.
6718 (command-line-1): If display has a `display' frame parameter, has
6719 colors, and we have XPM support, show more fancy splash screens.
6720
67212000-09-19 Dave Love <fx@gnu.org>
6722
6723 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6724 with null `help'. Use modern backquote syntax.
6725
67262000-09-19 Gerd Moellmann <gerd@gnu.org>
6727
6728 * font-lock.el (font-lock-mode): Change message telling the user
6729 that ``the buffer is too big''.
6730
6731 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6732 for instance for the case that tab-width is 2.
6733
67342000-09-18 Gerd Moellmann <gerd@gnu.org>
6735
6736 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6737 toolbar-add-item, if image doesn't have a mask add a `:mask
6738 heuristic'.
6739
67402000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6741
6742 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6743 and return a cons if it's non-nil.
6744 (diff-apply-hunk): Try to jump to the line in the source text
6745 corresponding to the position of point in the in the hunk.
6746
6747 * info.el (Info-title-3-face, Info-title-2-face)
6748 (Info-title-1-face): Use face inheritance and relative sizes
6749 instead of hard-wiring things.
6750
6751 * faces.el (secondary-selection): Make dark-background variant sane.
6752
67532000-09-16 Andrew Innes <andrewi@gnu.org>
6754
6755 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6756 read-only, since they aren't under VC now.
6757
67582000-09-17 Dave Love <fx@gnu.org>
6759
6760 * tmm.el: Replace mapcar with mapc in several places.
6761
6762 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6763 ad-unadvise.
6764
6765 * international/latin1-disp.el: New file.
6766
6767 * calendar/cal-move.el (scroll-calendar-left)
6768 (scroll-calendar-right): Make arg optional (for active mode line).
6769
6770 * calendar/calendar.el (calendar-mode-line-format): Make fields
6771 mouse-sensitive.
6772 (calendar-read-date, calendar-read-date, calendar-window-list):
6773 Unquote lambda.
6774 (calendar-month-name): Use aref, not sref.
6775
6776 * view.el (minor-mode-alist): Propertize the string.
6777
6778 * international/characters.el (standard-case-table): Add entries
6779 for Greek.
6780
67812000-09-18 Miles Bader <miles@gnu.org>
6782
6783 * info.el (info-node, info-xref): Add dark-background variants.
6784
6785 * faces.el (header-line): Change defaults to be less confusing
6786 when mixed with mode-lines.
6787
6788 * info.el (Info-fontify-node): Make a few cleanups.
6789 Add extra `help-echo' and `local-map' props to node xrefs.
6790 Use header-specific faces for node-names & xrefs.
6791 (Info-use-header-line): New variable.
6792 (info-header-xref, info-header-node): New faces.
6793 (Info-setup-header-line): New function.
6794 (Info-select-node): Call Info-setup-header-line when enabled.
6795 (Info-extract-pointer): Work even if the header line is hidden.
6796 (Info-header-line): New variable.
6797
67982000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6799
6800 * vms-patch.el (print-region-function): Don't quote lambda.
6801
6802 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6803
6804 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6805 (lm-get-header-re): Allow spaces between the header and the colon.
6806 (lm-header): Allow $ in non-RCS headers.
6807 (lm-header-multiline): Put the strings back into order.
6808 Stop at an empty line. Don't require two space chars if the
6809 line is clearly not another header line.
6810
6811 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6812 (popup-menu-popup): Remove.
6813
68142000-09-15 Gerd Moellmann <gerd@gnu.org>
6815
6816 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6817 specification if or if not tool-bar item contains an `:enabled'
6818 property.
6819
6820 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6821 current buffer has no file name.
6822
68232000-09-15 Dave Love <fx@gnu.org>
6824
6825 * strokes.el: Sync with maintainer's current version with changes
6826 for Emacs, but avoid runtime cl and levents.
6827 (toplevel): Change autoloads and compilation requires.
6828 (strokes-version, strokes-bug-address, strokes-lift): Values
6829 changed.
6830 (strokes-xpm-header, strokes-insinuated): New variable.
6831 (strokes): Add :link.
6832 (strokes-mode): Customized.
6833 (strokes-while-inhibiting-garbage-collector): New macro.
6834 (strokes-remassoc): Avoid remove-if.
6835 (strokes-fix-button2-command): Don't use ad-do-it.
6836 (strokes-insinuate): New function.
6837 (strokes-button-press-event-p, strokes-button-release-event-p):
6838 New functions, used instead of non-`strokes-' versions..
6839 (strokes-mouse-event-p): Rewritten.
6840 (strokes-event-closest-point): Avoid event-point.
6841 (strokes-get-grid-position): Avoid cdadr, caadr
6842 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6843 functions.
6844 (strokes-help): Use with-output-to-temp-buffer.
6845 (strokes-window-configuration-changed-p): New function.
6846 (strokes-update-window-configuration): Use buffer-live-p,
6847 strokes-window-configuration-changed-p.
6848 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6849 (strokes-char-face): New face.
6850 (strokes-char-table, strokes-base64-chars): New variable.
6851 (strokes-xpm-for-stroke, strokes-list-strokes)
6852 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6853 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6854 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6855 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6856 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6857 functions.
6858
68592000-09-15 Gerd Moellmann <gerd@gnu.org>
6860
6861 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6862
6863 * image.el (create-image): Doc fix.
6864
6865 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6866 instead of `:heuristic-mask t'.
6867
68682000-09-14 Andrew Innes <andrewi@gnu.org>
6869
6870 * makefile.w32-in: Revert to Unix line endings.
6871
68722000-09-14 Andrew Innes <andrewi@gnu.org>
6873
6874 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6875 when installing.
6876
6877 * makefile.nt (DONTCOMPILE): Fix typo.
6878
6879 * shell.el (shell-write-history-on-exit): New function.
6880 (shell-dumb-shell-regexp): New custom variable.
6881 (shell-mode): Make shell-write-history-on-exit the process
6882 sentinel if shell name matches shell-dumb-shell-regexp.
6883
6884 * w32-fns.el: Comment out before-init-hook function which resets
6885 source-directory based; this breaks bootstrap.
6886
68872000-09-14 Dave Love <fx@gnu.org>
6888
6889 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6890 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6891 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6892 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6893 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6894 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6895 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6896 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6897 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6898
6899 * toolbar/toolbar.el: New.
6900
6901 * subdirs.el: Add toolbar.
6902
69032000-09-14 Gerd Moellmann <gerd@gnu.org>
6904
6905 * indent.el (indent-for-tab-command): Doc fix.
6906
69072000-09-14 Alex Schroeder <alex@gnu.org>
6908
6909 * ansi-color.el (ansi-colors): Doc change.
6910 (ansi-color-get-face): Simplified regexp.
6911 (ansi-color-faces-vector): Added more faces, doc change.
6912 (ansi-color-names-vector): Doc change.
6913 (ansi-color-regexp): Simplified regexp.
6914 (ansi-color-parameter-regexp): New regexp.
6915 (ansi-color-filter-apply): Doc change.
6916 (ansi-color-filter-region): Doc change.
6917 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6918 deal with zero length parameters.
6919 (ansi-color-apply-on-region): Doc change.
6920 (ansi-color-map): Doc change.
6921 (ansi-color-map-update): Removed debugging message.
6922 (ansi-color-get-face-1): Added condition-case to trap
6923 args-out-of-range errors.
6924 (ansi-color-get-face): Doc change.
6925 (ansi-color-make-face): Removed.
6926 (ansi-color-for-shell-mode): New option.
6927
69282000-09-13 Kenichi Handa <handa@etl.go.jp>
6929
6930 * international/quail.el (quail-start-translation): Translate KEY
6931 if necessary even if it doesn't have any mapping in the current
6932 input method.
6933 (quail-start-conversion): Likewise.
6934 (quail-help): The output message is improved.
6935
69362000-09-13 Miles Bader <miles@gnu.org>
6937
6938 * comint.el (comint-output-filter): Revert to using
6939 `insert-before-markers'. Add bletcherous hack to undo damage
6940 caused by `insert-before-markers'. Put `front-sticky' property on
6941 overlays created here so that the field code understands how the
6942 overlay works. Use a let when making comint-last-prompt-overlay,
6943 so that the code is easier to read.
6944
69452000-09-13 Dave Love <fx@gnu.org>
6946
6947 * wid-edit.el (widget-default-format-handler): DTRT when
6948 doc-property is a function.
6949
69502000-09-12 Francesco Potorti` <pot@gnu.org>
6951
6952 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6953 filed name if it's not there.
6954
69552000-09-12 Dave Love <fx@gnu.org>
6956
6957 * simple.el (read-mail-command): Doc fix.
6958 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6959
6960 * vc.el (vc-dired-listing-switches): Fix :version.
6961
6962 * vc-hooks.el: Doc fixes.
6963
6964 * subr.el (add-minor-mode): Use toggle-fun arg.
6965
6966 * speedbar.el: Add :version to several defcustoms.
6967
6968 * imenu.el (imenu--truncate-items, imenu--cleanup)
6969 (imenu--generic-function): Avoid mapcar.
6970 (imenu--replace-spaces): Function removed.
6971 (imenu--completion-buffer): Use subst-char-in-string.
6972 (imenu-add-to-menubar): Use keymap inheritance.
6973
69742000-09-12 Miles Bader <miles@gnu.org>
6975
6976 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6977 (diff-mode-map): Bind `diff-test-hunk'.
6978 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6979
69802000-09-11 Gerd Moellmann <gerd@gnu.org>
6981
6982 * bytecomp.el (byte-compile-defvar): Undo last change
6983 because it breaks '(make-variable-buffer-local (defvar ...)'
6984 which is used at least in dired.
6985
69862000-09-12 Kenichi Handa <handa@etl.go.jp>
6987
6988 * international/quail.el (quail-define-package): Docstring
6989 modified.
6990
69912000-09-12 Kenichi Handa <handa@etl.go.jp>
6992
6993 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
6994 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
6995 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
6996 docstring of "chinese-py".
6997
6998 * international/quail.el (quail-translation-docstring): New
6999 variable.
7000 (quail-show-keyboard-layout): Docstring modified.
7001 (quail-select-current): Likewise.
7002 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7003 infinite recursive call.
7004 (quail-help): Check quail-translation-docstring. Format of the
7005 output changed.
7006 (quail-help-insert-keymap-description): Adjusted for the above
7007 change.
7008
70092000-09-11 Gerd Moellmann <gerd@gnu.org>
7010
7011 * bytecomp.el (byte-compile-defvar): Only cons onto
7012 current-load-list in top-level forms. Else this leaks a cons cell
7013 every time a defun is called.
7014
70152000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7016
7017 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7018 Now understands non-unified diffs. Some functionality moved into
7019 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7020 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7021 modify anything. Only reposition point in the patched file if the
7022 patch succeeds. Only pop up another window if POPUP is true.
7023 Emit a message describing what happened if successful, and at what
7024 line-offset. Automatically detect reversed hunks and do something
7025 appropriate.
7026 (diff-hunk-text, diff-find-text): New functions.
7027 (diff-filter-lines): Function removed.
7028 (diff-test-hunk): New function.
7029 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7030
70312000-09-10 Dave Love <fx@gnu.org>
7032
7033 * textmodes/tildify.el: Minor doc/commentary fixes.
7034 (tildify) <defgroup>: Add :version.
7035
7036 * faces.el (face-x-resources): Make custom type more specific.
7037 (frame-background-mode): Use mapc.
7038 (region) <defcustom>: Add :version.
7039
70402000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7041
7042 * vc-sccs.el (vc-sccs-register):
7043 * vc-rcs.el (vc-rcs-register):
7044 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7045 * vc.el (vc-register): Clear file's properties.
7046
70472000-09-08 Gerd Moellmann <gerd@gnu.org>
7048
7049 * faces.el (face-spec-set): Only face-spec-reset-face when
7050 ATTRS is non-nil.
7051
70522000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7053
7054 * help.el (help-insert-xref-button): Fix a typo in doc string.
7055
70562000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7057
7058 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7059 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7060 methods.
7061
7062 * menu-bar.el (read-mail-item-name): New function.
7063 (menu-bar-tools-menu): Use it to compute and display the package
7064 used to read email.
7065 (menu-bar-tools-menu): Fix typo in GUD's help string.
7066
70672000-09-07 Dave Love <fx@gnu.org>
7068
7069 * diff-mode.el (diff-mouse-goto-source): New function.
7070
7071 * vc-sccs.el: Doc fixes.
7072 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7073
7074 * vc-rcs.el: Doc fixes.
7075 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7076 (vc-rcs-checkout-switches, vc-rcs-header)
7077 (vc-rcs-master-templates): Add or change :version.
7078
7079 * vc-cvs.el: Doc fixes.
7080 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7081 (vc-cvs-stay-local): Add :version.
7082
7083 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7084
70852000-09-07 Kenichi Handa <handa@etl.go.jp>
7086
7087 * international/quail.el (quail-help): Fix previous change.
7088
70892000-09-07 Gerd Moellmann <gerd@gnu.org>
7090
7091 * faces.el (color-values): Doc fix.
7092
7093 * faces.el (frame-set-background-mode): Use frame-parameter
7094 instead of frame-parameters.
7095
7096 * frame.el (filtered-frame-list): Reduce consing.
7097 (frames-on-display-list): Call frame-parameter instead of
7098 frame-parameters.
7099
71002000-09-07 Kenichi Handa <handa@etl.go.jp>
7101
7102 * language/devan-util.el (devanagari-to-indian-region): In the
7103 loop, change the following char, not preceding char.
7104
71052000-09-07 Gerd Moellmann <gerd@gnu.org>
7106
7107 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7108 instead of frame-parameters.
7109
7110 * faces.el (set-face-attribute): Simplify by calling
7111 internal-set-lisp-face-attribute with FRAME being 0.
7112
7113 * vc.el: Remove `Id' version control keyword.
7114
71152000-09-07 Kenichi Handa <handa@etl.go.jp>
7116
7117 * help.el (help-make-xrefs): Adjusted for the change of
7118 help-xref-mule-regexp.
7119 (help-insert-xref-button): New function.
7120
7121 * international/mule-cmds.el (help-xref-mule-regexp-template):
7122 Include the pattern for character set.
7123 (leim): New group.
7124
7125 * international/quail.el: Don't require face.
7126 (quail): New group.
7127 (quail-other-command): Dummy command to make quail-help work better.
7128 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7129 (quail-keyboard-layout-substitution): New variable.
7130 (quail-update-keyboard-layout): New function.
7131 (quail-keyboard-layout-type): New customizable variable.
7132 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7133 (quail-keyboard-translate): Pay attention to
7134 quail-keyboard-layout-substitution.
7135 (quail-insert-kbd-layout): New function.
7136 (quail-show-keyboard-layout): New function.
7137 (quail-get-translation): If the definition is a vector of length
7138 1, and the element is a string of length 1, return the character
7139 in that string.
7140 (quail-update-current-translations): Fix the case of
7141 relative-index out of range.
7142 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7143 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7144 Show key sequences for all available characters.
7145 (quail-help-insert-keymap-description): Don't show such verbose
7146 key bindings as quail-self-insert-command.
7147
7148 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7149 Format changed, and each element now have extra documentations.
7150 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7151 Adjusted for the change of quail-cxterm-package-ext-info.
7152
71532000-09-06 Gerd Moellmann <gerd@gnu.org>
7154
7155 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7156 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7157 during bootstrap.
7158
71592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7160
7161 * vc.el: (toplevel): Don't require `dired' at run-time.
7162 (vc-dired-resynch-file): Remove autoload cookie.
7163
71642000-09-05 Andre Spiegel <spiegel@gnu.org>
7165
7166 * vc.el: Made several backend functions optional.
7167 (vc-default-responsible-p): New function.
7168 (vc-merge): Use RET for first version to trigger merge-news, not
7169 prefix arg.
7170 (vc-annotate): Handle backends that do not support annotation.
7171 (vc-default-merge-news): Removed. The existence of a merge-news
7172 implementation is now checked on caller sites.
7173
7174 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7175 case.
7176
7177 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7178 special case that has been removed from the default in vc-hooks.el.
7179
71802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7181
7182 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7183
71842000-09-05 Andre Spiegel <spiegel@gnu.org>
7185
7186 * vc-hooks.el: Require vc during compilation.
7187 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7188 macro `with-vc-properties' in vc.el.
7189 (vc-file-getprop): Doc fix.
7190 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7191
7192 * vc.el: Require dired-aux during compilation.
7193 (vc-name-assoc-file): Moved to vc-sccs.el.
7194 (with-vc-properties): New macro.
7195 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7196 vc-finish-steal): Use it.
7197 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7198 to the backend-specific function is now supposed to do the checkout,
7199 too.
7200 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7201
7202 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7203 set file properties; that gets done in the generic code now.
7204
7205 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7206 Changed parameter list, added code from vc.el that does the
7207 checkout, possibly with a double-take.
7208
7209 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7210 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7211 the above under the new name.
7212 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7213 parameter list, added checkout command.
7214 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7215 properties; that gets done in the generic code now.
7216
72172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7218
7219 * vc.el: Docstring fixes (courtesy of checkdoc).
7220
72212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7222
7223 * vc.el (vc-checkout-writable-buffer-hook)
7224 (vc-checkout-writable-buffer): Remove.
7225 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7226 (vc-log-mode): Make it into a clean derived major mode.
7227 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7228 vc-log-mode if log-edit is not available.
7229 (vc-dired-mode-map): Don't set-keymap-parent yet.
7230 (vc-dired-mode): Do set-keymap-parent here.
7231 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7232
72332000-09-05 Gerd Moellmann <gerd@gnu.org>
7234
7235 * faces.el (set-face-attribute, face-spec-reset-face)
7236 (face-spec-set): Avoid consing by removing calls to `apply'.
7237
7238 * frame.el (frame-parameter): Move to C code.
7239
72402000-09-05 Dave Love <fx@gnu.org>
7241
7242 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7243 insert-before-markers-and-inherit. Now checked systematically!
7244
72452000-09-05 Alex Schroeder <alex@gnu.org>
7246
7247 * sql.el (sql-postgres): Use sql-postgres-options.
7248 (sql-postgres-options): New variable.
7249
72502000-09-05 Alex Schroeder <alex@gnu.org>
7251
7252 * sql.el (sql-mode-menu): Work around missing variable mark-active
7253 in XEmacs.
7254 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7255 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7256 compatibility.
7257
72582000-09-04 Gerd Moellmann <gerd@gnu.org>
7259
7260 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7261
7262 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7263
7264 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7265
72662000-09-04 Andre Spiegel <spiegel@gnu.org>
7267
7268 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7269 don't support anything else under SCCS yet.
7270
7271 * vc-hooks.el: Minor doc fixes.
7272
72732000-09-04 Andre Spiegel <spiegel@gnu.org>
7274
7275 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7276 not necessary. If verbose in state `needs-patch', do the same as
7277 under `up-to-date'. When NOT verbose and `needs-patch', check out
7278 latest version instead of `merge-news'.
7279 (vc-next-action-dired): Don't mess with default-directory here; it
7280 breaks other parts of dired. It is the job of the
7281 backend-specific functions to adjust it temporarily if they need it.
7282 (vc-next-action): Remove a special CVS case.
7283 (vc-clear-headers): New optional arg FILE.
7284 (vc-checkin, vc-checkout): Set properties vc-state and
7285 vc-checkout-time properly.
7286 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7287 (vc-print-log): Use new backend function `show-log-entry'.
7288 (vc-cancel-version): Do the checks in a different order. Added a
7289 FIXME concerning RCS-only code.
7290
7291 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7292 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7293
7294 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7295
7296 * vc-hooks.el (vc-default-mode-line-string): Show state
7297 `needs-patch' as a `-' too.
7298
72992000-09-04 Andre Spiegel <spiegel@gnu.org>
7300
7301 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7302 (vc-default-could-register): New function.
7303 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7304 (vc-resynch-buffer): Call vc-dired-resynch-file.
7305 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7306 vc-resynch-buffer instead of vc-resynch-window.
7307 (vc-next-action-dired): Don't redisplay here, that gets done as a
7308 result of the individual file operations.
7309 (vc-retrieve-snapshot): Corrected prompt order.
7310
7311 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7312
7313 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7314 as well.
7315 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7316 hostname regexps. Updated all callers.
7317 (vc-cvs-responsible-p): Handle directories as well.
7318 (vc-cvs-could-register): New function.
7319 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7320 properties up-to-date.
7321
7322 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7323 user whether to create one.
7324
73252000-09-04 Andre Spiegel <spiegel@gnu.org>
7326
7327 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7328 check out a non-existing file.
7329
7330 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7331 workfile does not exist.
7332
7333 * vc.el (vc-version-diff): Use `require' to check for existence of
7334 diff-mode.
7335
73362000-09-04 Andre Spiegel <spiegel@gnu.org>
7337
7338 * vc-cvs.el (vc-cvs-registered): Use new function
7339 vc-cvs-parse-entry to do the actual work.
7340
73412000-09-04 Andre Spiegel <spiegel@gnu.org>
7342
7343 * vc-hooks.el (vc-find-backend-function): If function doesn't
7344 exist, return nil instead of error.
7345 (vc-call-backend): Doc fix.
7346
7347 * vc.el (vc-do-command): Doc fix.
7348 (vc-finish-logentry): When checking in from vc-dired, choose the
7349 right backend for logentry check.
7350 (vc-dired-mode-map): Inherit from dired-mode-map.
7351 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7352 simplified.
7353 (vc-dired-state-info): Removed, updated caller.
7354 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7355 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7356 (vc-dired-listing-switches): New variable.
7357 (vc-directory): Use it, instead of dired-listing-switches.
7358
7359 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7360 (vc-cvs-dir-state): New function.
7361 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7362 (vc-cvs-parse-entry): New function, also to be used in
7363 vc-cvs-registered.
7364
73652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7366
7367 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7368 *or* single-window-frames.
7369
73702000-09-04 Andre Spiegel <spiegel@gnu.org>
7371
7372 * vc.el (vc-update-changelog): Split into generic part and default
7373 implementation. Doc string adapted.
7374 (vc-default-update-changelog): New function. Call the `rcs2log'
7375 script in exec-directory, to fix a long-standing nuisance.
7376
7377 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7378 simply signals an error.
7379
73802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7381
7382 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7383 control-flow more clear and to avoid running `cvs' twice.
7384
7385 * vc.el (vc-next-action-on-file): Doc fix.
7386 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7387 (vc-print-log): Eval `file' before constructing the continuation.
7388
73892000-09-04 Andre Spiegel <spiegel@gnu.org>
7390
7391 * vc.el (vc-next-action-on-file): Corrected several messages.
7392 (vc-merge): Add prefix arg `merge-news'; handle it.
7393
7394 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7395 is not reached. It is.
7396 (vc-cvs-merge): Set state to 'edited after merge.
7397 (vc-cvs-merge-news): Set workfile version to nil if not known.
7398 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7399
7400 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7401 via stdout. (Merge from main line.)
7402
74032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7404
7405 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7406 detection.
7407
74082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7409
7410 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7411 against kill-all-local-variables.
7412 (vc-log-edit): Don't save vc-parent-buffer any more.
7413 (vc-last-comment-match): Initialize to an empty string.
7414 (vc-post-command-functions): New hook.
7415 (vc-do-command): Run it.
7416 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7417 (vc-finish-logentry): Only add the comment to the ring if it's
7418 different from the last comment entered.
7419 (vc-new-comment-index): New function.
7420 (vc-previous-comment): Use it. Make the minibuffer message
7421 slightly less terse.
7422 (vc-comment-search-reverse): Make it work forward as well. Don't
7423 set vc-comment-ring-index if no match is found. Use
7424 vc-new-comment-index.
7425 (vc-comment-search-forward): Use vc-comment-search-reverse.
7426 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7427 define-derived-mode will do it for us. Bind `v' to a keymap that
7428 inherits from vc-prefix-map so that we can bind `vt' without
7429 binding C-x v t.
7430 (vc-retrieve-snapshot): Parenthesis typo.
7431
7432 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7433 to 1. Make sure to switch to *vc* before looking for an error
7434 message. Use vc-parse-buffer.
7435
74362000-09-04 Andre Spiegel <spiegel@gnu.org>
7437
7438 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7439 and NAME.
7440 (vc-retrieve-snapshot): Split into two parts.
7441 (vc-default-retrieve-snapshot): New function.
7442
7443 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7444 (vc-cvs-retrieve-snapshot): New function (untested).
7445 (vc-cvs-stay-local): Default to t.
7446 (vc-cvs-remote-p): New function and property.
7447 (vc-cvs-state): Stay local only if the above is t.
7448 (vc-handle-cvs): Removed.
7449 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7450 done via vc-handled-backends now.
7451 (vc-cvs-header): Escape Id.
7452
74532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7454
7455 * vc.el (vc-do-command): Remove unused commands.
7456 (vc-version-diff): Make sure default-directory ends with a slash.
7457 Move the window commands into a vc-exec-after.
7458 (vc-print-log): Move more of the code into the `vc-exec-after'.
7459
74602000-09-04 Andre Spiegel <spiegel@gnu.org>
7461
7462 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7463 (vc-print-log): Search current revision from beginning of buffer.
7464 (vc-revert-buffer): Clear echo area after the diff is finished.
7465 (vc-prefix-map): Removed definition of "t" for terse display in vc
7466 dired.
7467 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7468 definition of "vt" for terse display.
7469 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7470
74712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7472
7473 * vc.el (vc-exec-after): Avoid caddr.
7474
74752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7476
7477 * vc.el (vc-exec-after): New function.
7478 (vc-do-command): Use it to add a termination message for async
7479 procs.
7480 (vc-checkout): Try to handle a missing-backend situation.
7481 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7482 of a directory with a backend using async diffs.
7483 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7484 present.
7485
7486 * vc-sccs.el (vc-sccs-state-heuristic): Use
7487 file-ownership-preserved-p.
7488
7489 * vc-rcs.el (vc-rcs-state-heuristic): Use
7490 file-ownership-preserved-p.
7491 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7492
74932000-09-04 Andre Spiegel <spiegel@gnu.org>
7494
7495 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7496 vc-do-command.
7497
7498 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7499 when there are no changes.
7500
75012000-09-04 Andre Spiegel <spiegel@gnu.org>
7502
7503 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7504
7505 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7506
75072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7508
7509 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7510
7511 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7512 the `fset' outside of the defvar so that it works even if
7513 vc-prefix-map was already defined.
7514 (vc-setup-buffer): New function, split out of vc-do-command.
7515 (vc-do-command): Allow BUFFER to be t to mean `just use the
7516 current buffer without any fuss'.
7517 (vc-version-diff): Change the `diff' backend operation to just put
7518 the diff in the current buffer without erasing it. Always use
7519 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7520 shrink-window-if-larger-than-buffer.
7521 (vc-print-log): Change the `print-log' backend operation to just
7522 put the log in the current buffer without erasing it. Protect
7523 shrink-window-if-larger-than-buffer.
7524 (vc-update-change-log): Fix setd typo.
7525
7526 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7527 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7528
7529 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7530 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7531 CMP.
7532
7533 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7534 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7535 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7536
75372000-09-04 Andre Spiegel <spiegel@gnu.org>
7538
7539 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7540 not possible, use vc-BACKEND-workfile-unchanged-p.
7541 (vc-default-workfile-unchanged-p): New function. Delegates to a
7542 full vc-BACKEND-diff.
7543
7544 * vc-hooks.el (vc-simple-command): Removed.
7545
7546 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7547 instead of vc-simple-command.
7548 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7549 avoid doing a diff when opening a file.
7550 (vc-rcs-state): Added check for unlocked-changes.
7551 (vc-rcs-header): Escape Id.
7552 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7553 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7554 version.
7555
7556 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7557 (vc-sccs-diff): Remove optional arg CMP.
7558 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7559 SCCS-specific function.
7560
7561 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7562 vc-simple-command.
7563
75642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7565
7566 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7567 (with-vc-file, vc-merge): Use vc-editable-p.
7568 (vc-do-command): Remove unused var vc-file and fix the
7569 doubly-defined `status' var. Add a user message when starting an
7570 async command.
7571 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7572 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7573 Use with-current-buffer.
7574 (vc-buffer-sync): Use unless.
7575 (vc-next-action-on-file): If the file is 'edited by read-only,
7576 make it read-write instead of trying to commit.
7577 (vc-version-diff, vc-update-change-log): Use `setq
7578 default-directory' rather than `cd'.
7579 (vc-log-edit): Don't forget to set default-directory in the
7580 buffer.
7581
7582 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7583 (vc-sccs-state-heuristic): Use file-writable-p instead of
7584 comparing userids.
7585 (vc-sccs-checkout): Use `unless'.
7586
7587 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7588 of comparing userids.
7589 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7590 Simplify the logic by eliminating unreachable code.
7591 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7592 just do a recursive call if we need to retry.
7593 (vc-rcs-checkout): Handle the case where rcs is missing by making
7594 the buffer read-write if requested and re-signalling the error.
7595
7596 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7597
75982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7599
7600 * vc-hooks.el (vc-handled-backends): Docstring change.
7601 (vc-ignore-vc-files): Mark obsolete.
7602 (vc-registered): Check vc-ignore-vc-files.
7603 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7604 vc-ignore-vc-files.
7605
7606 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7607
76082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7609
7610 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7611 files since ange-ftp already has vc-registered return nil.
7612
7613 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7614 (vc-sccs-workfile-version): Use with-temp-buffer and new
7615 vc-parse-buffer and don't bother setting the property.
7616 (vc-sccs-add-triple): Use with-current-buffer and
7617 find-file-noselect.
7618 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7619
7620 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7621 derives from the old vc-parse-buffer but uses the revision number
7622 rather than the date (much easier to compare robustly).
7623 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7624 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7625 locking-user more directly. Check strict locking and set
7626 checkout-model appropriately.
7627 (vc-rcs-parse-locks): Remove.
7628 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7629 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7630 (vc-rcs-system-release): Use with-current-buffer and
7631 vc-parse-buffer.
7632 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7633
7634 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7635 (vc-simple-command): Docstring fix.
7636 (vc-registered): Align the way the file-handler is called with the
7637 way the function itself works.
7638 (vc-file-owner): Remove.
7639
7640 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7641 extraction of fields and call to file-attributes because of a
7642 temporary bug in rcp.el.
7643 (vc-cvs-fetch-status): Use with-current-buffer.
7644
76452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7646
7647 * vc.el (vc-do-command): Use file-relative-name.
7648 (vc-responsible-backend): Use vc-backend if possible.
7649 (vc-create-snapshot): Improve the `interactive' spec. Add support
7650 for branches and dispatch to backend-specific `create-snapshot'.
7651 (vc-default-create-snapshot): New function, containing the bulk of
7652 the old vc-create-snapshot.
7653 (vc-retrieve-snapshot): Improve the interactive spec.
7654
7655 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7656 (vc-backend-hook-functions): Remove.
7657 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7658 (vc-backend): Reintroduce the test for `file = nil' now that I
7659 know why it was there (and added a comment to better remember).
7660
7661 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7662 code from vc-sccs-hooks.el.
7663 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7664 'vc anymore.
7665 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7666 and file-directory-p instead of file-exists-p.
7667 (vc-sccs-check-headers): Simplify the regexp.
7668
7669 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7670 from vc-rcs-hooks.el. Don't require 'vc anymore.
7671 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7672 file-directory-p instead of file-exists-p.
7673
7674 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7675 from vc-cvs-hooks.el.
7676 (proto vc-cvs-registered): Require 'vc-cvs instead of
7677 'vc-cvs-hooks. Don't require 'vc anymore.
7678 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7679 file-directory-p instead of file-exists-p.
7680 (vc-cvs-create-snapshot): New function, replacing
7681 vc-cvs-assign-name.
7682 (vc-cvs-assign-name): Remove.
7683
76842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7685
7686 * vc-cvs.el (vc-cvs-header): New var.
7687
7688 * vc-rcs.el (vc-rcs-exists): Remove.
7689 (vc-rcs-header): New var.
7690
7691 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7692 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7693 (vc-sccs-header): New var.
7694
7695 * vc.el (vc-do-command): Get rid of the `last' argument.
7696 (vc-header-alist): Remove, replaced by vc-X-header.
7697 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7698 (vc-dired-hook): Use expand-file-name instead of concat.
7699 (vc-directory): Use file-name-as-directory.
7700 (vc-snapshot-precondition, vc-create-snapshot)
7701 (vc-retrieve-snapshot): Allow the command to operate on any
7702 directory.
7703
7704 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7705 just removing the 'WORKFILE argument or by removing the 'MASTER
7706 argument and replacing `file' with (vc-name file).
7707
77082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7709
7710 * vc.el: Update Copyright and add a crude list of backend funs.
7711 (vc-writable-p): New function.
7712 (with-vc-file): Use vc-writable-p.
7713 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7714 (vc-register): Avoid vc-name.
7715 (vc-locking-user): Remove.
7716 (vc-steal-lock): Make the `owner' arg non-optional.
7717 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7718 vc-checkout-model.
7719 (vc-default-dired-state-info): Use vc-state instead of
7720 vc-locking-user and return special strings for special states.
7721 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7722 and get rid of one of the special CVS cases.
7723 (vc-cancel-version): prettify error message with \\[...].
7724 (vc-rename-master): New function.
7725 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7726 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7727 the CVS special case generic.
7728 (vc-default-record-rename): Remove.
7729 (vc-file-tree-walk-internal): Only call FUNC for files that are
7730 under control of some VC backend and replace `concat' with
7731 expand-file-name.
7732 (vc-file-tree-walk): Update docstring.
7733 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7734 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7735
7736 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7737 vc-sccs-record-rename. Use `find-file-noselect' rather than
7738 `find-file' and call `vc-rename-master' to do the actual move.
7739 (vc-sccs-diff): Remove unused `backend' variable.
7740
7741 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7742 to delay loading of vc-sccs until it is really used.
7743 (vc-sccs-master-templates): Preload.
7744 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7745 (vc-sccs-project-dir): Remove (merged into
7746 vc-sccs-search-project-dir).
7747 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7748 rather than `concat', make sure it is preloaded and don't bother
7749 to check that the file actually exists.
7750 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7751 `locks' argument (use buffer's content instead) and eliminate n^2
7752 behavior.
7753
7754 * vc-rcs.el: Update Copyright.
7755 (vc-rcs-rename-file): New function.
7756 (vc-rcs-diff): Remove unused `backend' variable.
7757
7758 * vc-hooks.el: Update Copyright.
7759 (vc-backend): Don't accept a nil argument any more.
7760 (vc-up-to-date-p): Turn into a defsubst.
7761 (vc-possible-master): New function.
7762 (vc-check-master-templates): Use `vc-possible-master' and allow
7763 funs in vc-X-master-templates to return a non-existent file.
7764
7765 * vc-cvs.el: Update Copyright.
7766 (vc-cvs-diff): Remove unused `backend' variable.
7767 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7768
7769 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7770
77712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7772
7773 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7774 since it can be called from vc-rcs.el.
7775 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7776
77772000-09-04 Andre Spiegel <spiegel@gnu.org>
7778
7779 * vc.el (vc-version-diff): Expand file name read from the
7780 minibuffer. Handle the case when a previous version number can't
7781 be guessed. Give suitable messages when there were no differences
7782 found.
7783 (vc-clear-headers): Call backend-specific implementation, if one
7784 exists.
7785 (vc-cancel-version): Made error checks generic. When done, clear
7786 headers generically, too.
7787
7788 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7789 from vc-clear-headers in vc.el.
7790
7791 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7792 correctly.
7793 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7794 optional. Handle the case when it's not there.
7795
77962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7797
7798 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7799
78002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7801
7802 * vc-hooks.el (vc-loadup): Remove.
7803 (vc-find-backend-function): Use `require'. Also, handle the case
7804 where vc-BACKEND-hooks.el doesn't exist.
7805 (vc-call-backend): Cleanup.
7806
78072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7808
7809 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7810 vc-rcs-grab-templates)
7811 (vc-rcs-registered): Remove. The default function works as well.
7812 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7813 vc-sccs-grab-templates)
7814 (vc-sccs-registered): Remove. The default function works as well.
7815
7816 * vc.el (vc-version-diff): Left out a vc- in call to
7817 vc-call-backend.
7818 (vc-default-dired-state-info, vc-default-record-rename)
7819 (vc-default-merge-news): Update for the new backend argument.
7820
7821 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7822 using the default function.
7823 (vc-call-backend): If calling the default function, pass it the
7824 backend as first argument. Update the docstring accordingly.
7825 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7826 for the new backend argument.
7827 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7828 (vc-find-backend-function): Use the new name.
7829 (vc-default-registered): New function.
7830
78312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7832
7833 * vc.el (vc-merge): Use vc-find-backend-function.
7834
7835 * vc-hooks.el (vc-backend-functions): Remove.
7836 (vc-loadup): Don't setup 'vc-functions.
7837 (vc-find-backend-function): New function.
7838 (vc-call-backend): Use above fun and populate 'vc-functions
7839 lazily.
7840 (vc-backend-defines): Remove.
7841
78422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7845 Call vc-call-backend without the leading vc-.
7846 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7847 (vc-check-headers): Call vc-call-backend without the leading vc-.
7848 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7849 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7850 Call vc-call-backend without the leading vc-.
7851
7852 * vc-cvs.el (tail): Provide vc-cvs.
7853 * vc-sccs.el (tail): Provide vc-sccs.
7854 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7855
7856 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7857 (vc-make-backend-function, vc-call): Pass names without leading
7858 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7859 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7860 (vc-call-backend): Always try to load vc-X-hooks.
7861 (vc-registered): Remove vc- in call to vc-call-backend.
7862
78632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7864
7865 * vc.el (vc-process-filter): New function.
7866 (vc-do-command): Setup `vc-process-filter' for the async process.
7867 (vc-maybe-resolve-conflicts): New function to reduce
7868 code-duplication. Additionally, it puts the buffer in
7869 `smerge-mode' if applicable.
7870 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7871 calling `merge-news'.
7872 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7873 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7874 interfacing to log-edit.el.
7875 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7876 log-edit is available.
7877 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7878
78792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7880
7881 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7882 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7883 defvar and the initialization.
7884 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7885
7886 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7887 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7888
7889 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7890
78912000-09-04 Andre Spiegel <spiegel@gnu.org>
7892
7893 * vc.el (vc-file-clear-masterprops): Removed.
7894 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7895 (vc-version-diff): Use buffer-size without argument.
7896 (vc-register): Heed vc-initial-comment.
7897
7898 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7899 default branch.
7900
7901 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7902 file name and workfile version.
7903 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7904
7905 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7906 vc-file-clear-masterprops.
7907
7908 * vc-sccs.el (vc-sccs-checkout): Removed call to
7909 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7910 rather than user login name.
7911
7912
79132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7914
7915 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7916 `want-differences-if-changed' and simplify.
7917 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7918 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7919 output (which is invalid for async vc-diff) to decide whether to
7920 do the revert silently or not.
7921
79222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7923
7924 * vc-hooks.el (vc-loadup): Load files quietly.
7925 (vc-call-backend): Oops, brain fart.
7926
79272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7928
7929 * vc-cvs.el (vc-cvs-state): Typo.
7930 (vc-cvs-merge-news): Return the status code rather than the error msg.
7931
79322000-09-04 Andre Spiegel <spiegel@gnu.org>
7933
7934 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7935 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7936 vc-state or vc-up-to-date-p.
7937 (vc-merge): Use vc-backend-defines to check whether merging is
7938 possible. Set state to 'edited after successful merge.
7939
7940 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7941 return that name. Redocumented.
7942
79432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7944
7945 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7946 new `vc-state' semantics.
7947 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7948 'vc-locking-user to the current user.
7949 (vc-merge): Inline vc-backend-merge. Comment out code that I
7950 don't understand and hence can't adapt to the new `vc-state' and
7951 `vc-locking-user' semantics.
7952 (vc-backend-merge): Remove.
7953
7954 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7955 rather than 'vc-locking-user.
7956
7957 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7958
7959 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7960 (vc-state): Don't use 'reserved any more. Just use the same
7961 convention as the one used for vc-<backend>-state where the
7962 locking user (as a string) is returned.
7963 (vc-locking-user): Update, based on the above convention. The
7964 'vc-locking-user property has disappeared.
7965 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7966
7967 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7968 with a heuristic one.
7969 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7970 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7971 error. That allows us to get to 'needs-merge even in the
7972 stay-local case. There's still no way to detect 'needs-patch in
7973 such a setup (or to force an update for that matter).
7974 (vc-cvs-logentry-check): Remove, the default works as well.
7975
79762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7977
7978 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7979
7980 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7981 major-mode in which the buffer might have been put earlier. Use
7982 `remove' and `when'. Allow `okstatus' to be `async' and use
7983 `start-process' in this case.
7984 (vc-version-diff): Handle the case where the diff looks empty
7985 because of the use of an async process.
7986
79872000-09-04 Andre Spiegel <spiegel@gnu.org>
7988
7989 * vc.el (vc-next-action-on-file): Removed optional parameter
7990 `simple'. Recompute state unconditionally.
7991 (vc-default-toggle-read-only): Removed.
7992
7993 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
7994 (vc-toggle-read-only): Undid prev change.
7995
7996 * vc-cvs.el (vc-cvs-stay-local): Renamed from
7997 vc-cvs-simple-toggle. Redocumented.
7998 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
7999 (vc-cvs-toggle-read-only): Removed.
8000
80012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8002
8003 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8004 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8005 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8006 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8007 still is. So maybe it should be removed.
8008 (vc-head-version, vc-find-binary): Remove.
8009 (vc-recompute-state): Move from vc-hooks.el.
8010 (vc-next-action-on-file): Add a `simple' argument to allow
8011 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8012 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8013 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8014 (vc-dired-mode-map): Properly defvar it.
8015 (vc-print-log): Call log-view-mode if available.
8016 (small-temporary-file-directory): defvar instead of use boundp.
8017 (vc-merge-news): Moved to vc-cvs.el.
8018 (vc-default-merge-news): New function.
8019
8020 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8021 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8022 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8023 unknown `vc-latest-version' function. It should probably refer to
8024 vc-workfile-version or somesuch, but it's very unclear to me and I
8025 don't have SCCS to test things.
8026
8027 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8028 (vc-sccs-state-heuristic): Fix typo.
8029 (vc-sccs-workfile-unchanged-p): Add missing argument.
8030
8031 * vc-rcs.el: Require vc and vc-rcs-hooks.
8032 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8033 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8034 (vc-release-greater-or-equal-p): Move from vc.
8035 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8036 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8037 (vc-rcs-checkout): Add a missing `new-version' argument in the
8038 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8039
8040 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8041 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8042 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8043 than the apparently unbound `workfile-version'.
8044
8045 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8046 (vc-file-prop-obarray): Use `make-vector'.
8047 (vc-backend-functions): Add new hookable functions
8048 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8049 (vc-loadup): If neither backend nor default functions exist, use
8050 the backend function rather than nil.
8051 (vc-call-backend): If the function if not bound yet, try to load
8052 the non-hook file to see if it provides it.
8053 (vc-call): New macro plus use it wherever possible.
8054 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8055 nor `vc-find-binary' since it's only called from
8056 vc-mistrust-permission which is only used once the backend is known.
8057 (vc-checkout-model): Fix parenthesis.
8058 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8059
8060 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8061 (vc-cvs-release, vc-cvs-system-release): Remove.
8062 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8063 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8064 status symbols.
8065 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8066 (vc-cvs-toggle-read-only): First cut at a function to allow a
8067 cvs-status-free vc-toggle-read-only.
8068 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8069 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8070 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8071 (vc-cvs-checkout): Modify access rights directly if the user
8072 requested not to use `cvs edit'. And refresh the mode line.
8073
8074 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8075 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8076
80772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8078
8079 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8080 workfile' that got lost when the code was extracted from vc.el.
8081 And merged the tail with the rest of the code (not possible in the
8082 old vc.el where the tail was shared among all backends). And
8083 explicitly set the state to 'edited if `writable' is set.
8084
8085 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8086 (vc-cvs-state): Be careful to return the value from
8087 vc-cvs-parse-state.
8088 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8089 property but return it instead. Also be careful to handle a nil
8090 or "" `rev' when workfile is non-nil (it was handled properly when
8091 workfile was nil).
8092
8093 * vc.el: Removed those pesky unnecessary `(function' quotes.
8094 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8095 directly in the defvar.
8096 (vc-do-command): Bind inhibit-read-only so as to properly handle
8097 the case where the destination buffer has been made read-only.
8098 (vc-diff): Delegate to vc-version-diff in all cases.
8099 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8100 (vc-annotate-mode-variables): Removed (code moved partly to
8101 defvars and partly to vc-annotate-add-menu).
8102 (vc-annotate-mode): Turned into a derived-mode.
8103 (vc-annotate-add-menu): Moved in code in
8104 vc-annotate-mode-variables.
8105 (vc-update-change-log): Use make-temp-file if available.
8106
81072000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8108
8109 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8110 `vc-checkout-model' updated to `vc-cvs-update-model'.
8111
81122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8113
8114 * vc.el (vc-next-action-on-file): Added handling of state
8115 `unlocked-changes'.
8116 (vc-checkout-carefully): Is now practically obsolete, unless the
8117 above is too slow to be enabled unconditionally.
8118 (vc-update-change-log): Fixed typo.
8119
8120 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8121
8122 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8123 Now handles state `unlocked-changes'.
8124 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8125
8126 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8127
8128 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8129 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8130 `unlocked-changes'.
8131 (vc-rcs-workfile-unchanged-p): Renamed from
8132 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8133 function yet, but supposed to become one soon.
8134
8135 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8136 `vc-steal-lock'.
8137 (vc-call-backend): Changed error message.
8138 (vc-state): Added description of state `unlocked-changes'.
8139
81402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8141
8142 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8143 always return t in CVS-controlled directories.
8144
8145 * vc.el (vc-responsible-backend): New function.
8146 (vc-register): Largely rewritten.
8147 (vc-admin): Removed (implementation moved into vc-register).
8148 (vc-checkin): Redocumented.
8149 (vc-finish-logentry): If no backend defined yet (because we are in
8150 the process of registering), use the responsible backend.
8151
8152 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8153 Updated function lists.
8154 (vc-call-backend): Fixed typo.
8155
8156 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8157 New functions.
8158 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8159 Removed query option. Redocumented.
8160
81612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8162
8163 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8164
8165 * vc.el: Updated callers of `vc-checkout-required' to use
8166 `vc-checkout-model'.
8167
81682000-09-04 Martin Lorentzson <martinl@gnu.org>
8169
8170 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8171 stuff updated to reference this function instead of the old
8172 `vc-backend-release-p'.
8173
81742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8175
8176 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8177 vc-checkout-model. Return appropriate values. Updated callers.
8178
81792000-09-04 Martin Lorentzson <martinl@gnu.org>
8180
8181 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8182 (vc-backend-revert): Function moved into `vc-revert';
8183 `vc-next-action' must be updated to accomodate this change.
8184 (vc-backend-steal): Function moved into `vc-finish-steal'.
8185 (vc-backend-logentry-check): Function moved into
8186 `vc-finish-logentry'.
8187 (vc-backend-printlog): Function moved into `vc-print-log'.
8188 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8189 (vc-backend-assign-name): Function moved into
8190 `vc-create-snapshot'.
8191
81922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8193
8194 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8195 Rename to vc-checkout-model. Return appropriate values.
8196 Update callers.
8197
8198 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8199 to vc-checkout-model.
8200 (vc-checkout-required): Rename to vc-checkout-model.
8201 Re-implement and re-comment.
8202 (vc-after-save): Use vc-checkout-model.
8203
82042000-09-04 Martin Lorentzson <martinl@gnu.org>
8205
8206 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8207 Update to use the vc-BACKEND-diff functions instead.
8208 `vc-diff' is now working.
8209
8210 * vc-rcs.el (vc-rcs-logentry-check): New function.
8211
8212 * vc-cvs.el (vc-cvs-logentry-check): New function.
8213
8214 * vc-sccs.el (vc-sccs-diff): Function changed name from
8215 `vc-backend-diff'. This makes `vc-diff' work.
8216
8217 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8218 of functions possibly implemented in a vc-BACKEND library.
8219 (vc-checkout-required): Fix bug that caused an error to be
8220 signaled during `vc-after-save'.
8221
8222 * vc.el: Fix typo.
8223 This checkin is made with our new VC code base for the very first time.
8224 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8225
8226 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8227 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8228
8229 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8230 updated to `vc-uses-locking'.
8231 (vc-checkout-required): Call to backend function.
8232 `vc-checkout-required' updated to `vc-uses-locking' instead.
8233
8234 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8235 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8236
8237 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8238 to match the split into various backends.
8239 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8240 (vc-retrieve-snapshot): Bug fix.
8241
82422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8243
8244 * vc-sccs.el (vc-sccs-release): Doc fix.
8245
82462000-09-04 Martin Lorentzson <martinl@gnu.org>
8247
8248 * vc.el (vc-next-action-on-file): Bug found and fixed.
8249 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8250 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8251
8252 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8253 (vc-rcs-checkout): Name space cleaned up. No more revision number
8254 crunching function names that are not prefixed with vc-rcs.
8255 (vc-rcs-checkout-model): Function added. References to
8256 `vc-checkout-model' replaced.
8257
82582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8259
8260 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8261 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8262 still need to be split, and implemented for RCS).
8263
82642000-09-04 Martin Lorentzson <martinl@gnu.org>
8265
8266 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8267
8268 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8269 required by the vc.el file.
8270
8271 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8272 required by the vc.el file.
8273 (vc-rcs-exists): Function added.
8274
8275 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8276 required by the vc.el file.
8277
8278 * vc.el (vc-admin): Updated to handle selection of appropriate
8279 backend. Current implementation is crufty and need re-thinking.
8280
8281 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8282
82832000-09-04 Martin Lorentzson <martinl@gnu.org>
8284
8285 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8286 beginning of annotate buffers correctly.
8287
8288 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8289 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8290 functionality updated quite a lot to support multiple backends.
8291 Variables `vc-annotate-mode', `vc-annotate-buffers',
8292 `vc-annotate-backend' added.
8293
8294 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8295 `vc-annotate-difference' added to supported backend functions.
8296
82972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8298
8299 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8300 Use with-temp-file instead of /bin/sh. Merged from mainline
8301
83022000-09-04 Martin Lorentzson <martinl@gnu.org>
8303
8304 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8305
8306 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8307
8308 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8309
83102000-09-04 Martin Lorentzson <martinl@gnu.org>
8311
8312 * vc-hooks.el: vc-state-heuristic added to
8313 vc-backend-hook-functions.
8314
8315 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8316
8317 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8318
8319 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8320 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8321 state to `reserved'.
8322
8323 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8324 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8325
83262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8327
8328 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8329 untouched.
8330
8331 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8332
8333 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8334 if defined. (Merged from main line, slightly adapted.)
8335
8336 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8337 millenium problem (merged from mainline).
8338
83392000-09-04 Martin Lorentzson <martinl@gnu.org>
8340
8341 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8342 part and moved the non-BACKEND stuff to vc.el.
8343
8344 * vc.el: Split the annotate feature into a BACKEND specific part
8345 and moved it from the vc-cvs.el file to this one.
8346
83472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8348
8349 * vc-hooks.el: Implement new state model.
8350 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8351 (vc-locking-user): Simplify. Now only needed if the file is
8352 locked by somebody else.
8353 (vc-lock-from-permissions): Remove. Functionality is in
8354 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8355 (vc-mode-line-string): New name for former vc-status. Adapted.
8356 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8357
8358 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8359 Various simplifications and adaptations all over the place.
8360
8361 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8362 Simplify and adapt the rest.
8363
8364 * vc.el (vc-resynch-window): Add TODO comment: check for
8365 interaction with view mode according to recent RCS change.
8366 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8367
83682000-09-04 Martin Lorentzson <martinl@gnu.org>
8369
8370 * vc.el: Convert the remaining function comments to docstrings.
8371
83722000-09-04 Martin Lorentzson <martinl@gnu.org>
8373
8374 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8375 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8376 (vc-minor-part, vc-previous-version): Functions that operate and
8377 compare revision numbers got proper documentation. Comments added
8378 about their possible removal.
8379
83802000-09-04 Martin Lorentzson <martinl@gnu.org>
8381
8382 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8383 the vc-backend.el files.
8384
8385 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8386
8387 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8388 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8389 (vc-rcs-previous-version): Functions added.
8390
8391 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8392
8393 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8394
83952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8396
8397 * vc-hooks.el (vc-master-templates): Is really obsolete.
8398 Comment out the definition for now. What is the right procedure
8399 to get rid of it?
8400 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8401 rewritten.
8402 (vc-default-registered): Remove.
8403 (vc-check-master-templates): New function; does mostly what the
8404 above did before.
8405 (vc-locking-user): Don't rely on the backend to set the property.
8406
8407 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8408 Rewrite documentation.
8409 (vc-rcs-templates-grabbed): New variable.
8410 (vc-rcs-grab-templates): New function.
8411 (vc-rcs-registered): Rewrite to use above mechanism.
8412
8413 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8414 Rewrite documentation.
8415 (vc-sccs-templates-grabbed): New variable.
8416 (vc-sccs-grab-templates): New function.
8417 (vc-sccs-registered): Rewrite to use above mechanism.
8418 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8419 Don't throw the result, simply return it.
8420
8421 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8422 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8423 (vc-cvs-registered): Does the check itself now. Simplify.
8424
8425 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8426 from main line.
8427
84282000-09-04 Martin Lorentzson <martinl@gnu.org>
8429
8430 * vc-cvs.el (vc-cvs-diff): New function.
8431
8432 * vc-sccs.el (vc-sccs-diff): New function.
8433
8434 * vc-rcs.el (vc-rcs-diff): New function.
8435 (vc-rcs-checkout): Bug (typo) found and fixed.
8436 (vc-rcs-register-switches): New variable.
8437
8438 * vc.el (vc-backend-diff): Function removed and placed in the
8439 backend files.
8440
84412000-09-04 Martin Lorentzson <martinl@gnu.org>
8442
8443 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8444
8445 * vc.el (vc-backend-checkout): Function removed and replaced in
8446 the vc-backend.el files.
8447
8448 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8449
8450 * vc.el (vc-backend-admin): Removed and replaced in the
8451 vc-backend.el files.
8452
8453 * vc.el (Martin): Removed all the annotate functionality since it
8454 is CVS backend specific.
8455
84562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8457
8458 * spec.txt: Added specification of vc-state.
8459
8460 * vc-sccs-hooks.el (vc-sccs-master-properties):
8461 Remove handling of vc-latest-version and
8462 vc-your-latest-version. What used to be vc-latest-version, is now
8463 returned as vc-workfile-version.
8464 (vc-sccs-workfile-version): Adapt.
8465
84662000-09-04 Dave Love <fx@gnu.org>
8467
8468 * vc.el: [Merged from mainline.]
8469 (vc-dired-mode): Make the dired-move-to-filename-regexp
8470 regexp match the date, to avoid treating date as file size.
8471 Add YYYY S option to WESTERN/
8472
84732000-09-04 Dave Love <fx@gnu.org>
8474
8475 * vc.el: Require `compile' when compiling.
8476 (vc-logentry-check-hook): New option.
8477 (vc-steal-lock): Use compose-mail.
8478 (vc-dired-mode-map): Defvar when compiling.
8479 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8480 vc-sccs.el and renamed. Callers changed.
8481 (vc-backend-checkout, vc-backend-logentry-check)
8482 (vc-backend-merge-news): Doc fix.
8483 (vc-default-logentry-check): New function.
8484 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8485 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8486 (vc-backend-merge): Doc fix. Use backend functions.
8487 (vc-check-headers): Use backend functions.
8488
8489 * vc-cvs.el: Require vc when compiling.
8490 (vc-cvs-register-switches): Doc fix.
8491 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8492 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8493 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8494 New functions (code from vc.el).
8495 (vc-annotate-display-default): Fix interactive spec.
8496 (vc-annotate-time-span): Doc fix.
8497
8498 * vc-rcs.el: Require vc when compiling.
8499 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8500 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8501 (vc-rcs-checkin): New functions (code from vc.el).
8502 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8503 Doc fix.
8504 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8505
8506 * vc-sccs.el: Require vc when compiling.
8507 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8508 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8509 (vc-sccs-revert)
8510 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8511 from vc.el).
8512 (vc-sccs-add-triple, vc-sccs-record-rename)
8513 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8514 (vc-sccs-admin): Doc fix.
8515
85162000-09-04 Martin Lorentzson <martinl@gnu.org>
8517
8518 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8519 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8520 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8521 from vc.el.
8522
8523 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8524
8525 * vc-cvs.el: Moved the annotate functionality from vc.el.
8526 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8527
85282000-09-04 Dave Love <fx@gnu.org>
8529
8530 * vc.el (vc-backend-release): Call vc-system-release.
8531
8532 * vc-sccs.el (vc-sccs-system-release):
8533 Renamed from vc-sccs-backend-release.
8534
8535 * vc-rcs.el (vc-rcs-system-release):
8536 Renamed from vc-rcs-backend-release.
8537
8538 * vc-cvs.el (vc-cvs-system-release):
8539 Renamed from vc-cvs-backend-release.
8540
85412000-09-04 Dave Love <fx@gnu.org>
8542
8543 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8544 backend files.
8545 (vc-backend-release): Dispatch to backend functions.
8546 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8547 probably needs attention.]
8548
8549 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8550 (vc-sccs-backend-release): New function.
8551
8552 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8553 (vc-cvs-backend-release): New function.
8554
8555 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8556 Doc fix.
8557 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8558 (vc-default-dired-state-info): New function.
8559 (vc-dired-state-info): Dispatch to backends.
8560 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8561
8562 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8563 from vc.el and renamed.
8564
85652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8566
8567 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8568 (vc-version-other-window, vc-backend-assign-name): Removed
8569 references to vc-latest-version; sometimes changed into
8570 vc-workfile-version.
8571
8572 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8573 vc-rcs-master-workfile-version.
8574 (vc-rcs-workfile-version): Use the above. Don't call
8575 vc-latest-version (that was unreachable code, anyway).
8576 (vc-rcs-fetch-master-properties): Doc fix.
8577
8578 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8579 (vc-backend-hook-functions): Removed them from this list, too.
8580 (vc-fetch-properties): Removed.
8581 (vc-workfile-version): Doc fix.
8582
8583 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8584 (vc-rcs-workfile-version, vc-rcs-locking-user)
8585 (vc-rcs-uses-locking): Use it.
8586
8587 * vc-hooks.el (vc-consult-rcs-headers):
8588 Moved into vc-rcs-hooks.el, under the name
8589 vc-rcs-consult-headers.
8590
8591 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8592 headers.
8593 (vc-cvs-find-master): Use this name only; correct different
8594 versions of the name.
8595
8596 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8597 New functions.
8598 (vc-sccs-locking-user): Use the latter.
8599
8600 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8601 New functions.
8602
8603 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8604 Moved into both
8605 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8606 functions are implementation details of those two backends.
8607
86082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8609
8610 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8611 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8612
8613 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8614 (vc-sccs-parse-locks): SCCS-specific code moved here from
8615 vc-hooks.
8616
8617 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8618 code moved here from vc-hooks.
8619
8620 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8621 into back-end specific parts and removed. Callers not updated
8622 yet; because I guess these callers will disappear into back-end
8623 specific files anyway.
8624
86252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8626
8627 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8628 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8629 `vc-uses-locking'.
8630
8631 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8632 Store yes/no in the property, and return t/nil. Updated all
8633 callers.
8634
8635 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8636 vc-sccs-uses-locking. Don't set property.
8637 (vc-sccs-locking-user): Don't set property.
8638
8639 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8640 vc-cvs-uses-locking. Don't set property here; leave that to
8641 vc-hooks.
8642 (vc-cvs-locking-user): Reflect above change. Streamlined.
8643
8644 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8645 vc-rcs-uses-locking.
8646 (vc-rcs-locking-user): Reflect above change.
8647
86482000-09-04 Dave Love <fx@gnu.org>
8649
8650 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8651
8652 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8653
8654 * vc-hooks.el (vc-checkout-model): Punt to backends.
8655
8656 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8657
8658 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8659
8660 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8661 New functions.
8662
8663 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8664 New functions.
8665
8666 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8667 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8668
8669 * vc-hooks.el (vc-default-locking-user): New function.
8670 (vc-locking-user, vc-workfile-version): Punt to backends.
8671
86722000-09-04 Dave Love <fx@gnu.org>
8673
8674 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8675 (vc-master-workfile-version): Moved from vc-hooks.
8676
8677 * vc-rcs-hooks.el: Fix duplicate code in last change.
8678
8679 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8680 (vc-rcs-master-templates): Improve :type.
8681 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8682 vc-master-workfile-version): Moved from vc-hooks.
8683
8684 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8685 (vc-sccs-master-templates): Improve :type.
8686 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8687
8688 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8689
8690 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8691 (vc-cvs-master-templates): Improve :type. Use
8692 vc-cvs-find-cvs-master.
8693 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8694 from vc-hooks.
8695 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8696
8697 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8698 Moved to vc-cvs-hooks.
8699
8700 * vc-hooks.el: Add doc strings in various places. Simplify the
8701 minor mode setup.
8702 (vc-handled-backends): New user variable.
8703 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8704 simplification.
8705
87062000-09-04 Dave Love <fx@gnu.org>
8707
8708 * vc.el: Some doc fixes for autoloaded and interactive functions.
8709 Fix compilation warnings from ediff stuff.
8710 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8711
8712 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8713
8714 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8715
8716 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8717
87182000-09-04 Dave Love <fx@gnu.org>
8719
8720 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8721 New variable.
8722 (vc-make-backend-function, vc-loadup, vc-call-backend)
8723 (vc-backend-defines): New functions.
8724
8725 * vc-hooks.el: Various doc fixes.
8726 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8727 (vc-match-substring): Function removed. Callers changed to use
8728 match-string.
8729 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8730 Simplify.
8731
87322000-09-04 Dave Love <fx@gnu.org>
8733
8734 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8735 type.
8736 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8737 (vc-sccs-registered): Doc fix.
8738
8739 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8740 (vc-cvs-registered): Doc fix.
8741
8742 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8743 (vc-rcs-registered): Doc fix.
8744
87452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8746
8747 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8748
8749 * vc-hooks.el: vc-registered has been renamed
8750 vc-default-registered. Some functions have been moved to the
8751 backend specific files. they all support the
8752 vc-BACKEND-registered functions.
8753
87542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8755
8756 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8757
8758 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8759
87602000-09-04 Dave Love <fx@gnu.org>
8761
8762 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8763 menu-bar-update-hook.
8764
8765 * help.el (help-manyarg-func-alist): Add
8766 find-operation-coding-system.
8767
8768 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8769
8770 * custom.el (custom-set-variables): Print message about errors in
8771 setting.
8772
87732000-09-03 Andrew Innes <andrewi@gnu.org>
8774
8775 * makefile.w32-in: Change to DOS line endings.
8776
87772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8778
8779 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8780 minor-mode keymaps, if they don't have one.
8781
87822000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8783
8784 * eshell/esh-module.el (eval-when-compile): Don't lose if
8785 esh-module.el's file name is truncated to DOS 8+3 limits.
8786
87872000-09-01 John Wiegley <johnw@gnu.org>
8788
8789 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8790 predicate, which caused entries in the completion list to be
8791 doubled.
8792
87932000-08-30 John Wiegley <johnw@gnu.org>
8794
8795 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8796 sending to subprocesses. Also, hook pre-command-hook if
8797 `eshell-send-direct-to-subprocesses' is non-nil.
8798 (eshell-send-direct-to-subprocesses): New config variable. If t,
8799 subprocess input is send immediately.
8800 (eshell-toggle-direct-send): New function.
8801 (eshell-self-insert-command): New function.
8802 (eshell-intercept-commands): New function.
8803 (eshell-send-input): If direct subprocess sending is enabled,
8804 don't echo any input to the Eshell buffer. Let the subprocess
8805 handle that. This requires "stty echo" in bash, for example.
8806
88072000-08-28 John Wiegley <johnw@gnu.org>
8808
8809 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8810 completion function for Eshell's implementation of `unset'.
8811
88122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8813
8814 * info.el (Info-directory-list): Doc fix.
8815
88162000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8817
8818 * filecache.el (file-cache-add-directory-using-find): Don't quote
8819 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8820
88212000-08-31 Kenichi Handa <handa@etl.go.jp>
8822
8823 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8824 coding systems.
8825
88262000-08-30 Andrew Innes <andrewi@gnu.org>
8827
8828 * timer.el (run-with-idle-timer): Undo last change, so that timer
8829 is not activated immediately if Emacs is already idle. Some
8830 existing code relies on this behaviour.
8831
88322000-08-30 Miles Bader <miles@gnu.org>
8833
8834 * frame.el (set-frame-font): Do completion of font-name for
8835 interactive use.
8836
88372000-08-30 Kenichi Handa <handa@etl.go.jp>
8838
8839 * international/quail.el (quail-start-translation): Bind locally
8840 last-command-event, last-command, and this-command.
8841 (quail-start-conversion): Likewise.
8842 (quail-self-insert-command): Fix docstring.
8843
88442000-08-29 Gerd Moellmann <gerd@gnu.org>
8845
8846 * progmodes/executable.el
8847 (executable-make-buffer-file-executable-if-script-p): Check that
8848 buffer contains at least 2 characters.
8849
88502000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8851
8852 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8853
88542000-08-29 Dave Love <fx@gnu.org>
8855
8856 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8857 (diff-mode-shared-map): Bind mouse-2.
8858 (diff-imenu-generic-expression): New variable.
8859 (diff-mode): Use it.
8860
8861 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8862 (mouse-popup-menubar): Add minor mode menus.
8863 (popup-menu): Check for lookup-key returning number.
8864
88652000-08-29 Miles Bader <miles@gnu.org>
8866
8867 * comint.el (comint-send-input): Create overlays using the proper
8868 front/read-advance arguments.
8869
88702000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8871
8872 * ps-print.el: Even/odd pages printing. Doc fix.
8873 (ps-print-version): New version number (6.0).
8874 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8875 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8876 (ps-print-duplex-feature): Variable eliminated.
8877 (ps-even-or-odd-pages): New variable.
8878
8879 * progmodes/ebnf2ps.el: Doc fix.
8880 (ebnf-version): New version (3.3).
8881 (ebnf-user-arrow): Change variable customization to sexp.
8882 (ebnf-user-arrow): Function eliminated.
8883 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8884
88852000-08-29 Kenichi Handa <handa@etl.go.jp>
8886
8887 * help.el (help-xref-mule-regexp): New variable.
8888 (help-make-xrefs): Handle help-xref-mule-regexp.
8889
8890 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8891 variable.
8892 (describe-input-method): Temporarily activate the specfied input
8893 method to display the information.
8894 (describe-language-environment): Hyperlinks to mule related items.
8895
8896 * international/mule-diag.el (charset-multibyte-form-string): New
8897 function.
8898 (list-character-sets-1): Use charset-multibyte-form-string.
8899 (describe-character-set): New function.
8900 (describe-coding-system): Hyperlinks to safe character sets.
8901
8902 * international/quail.el (quail-help): New arg PACKAGE.
8903 Hyperlinks to mule related items.
8904 (quail-help-insert-keymap-description): Use
8905 substitute-command-keys instead of describe-bindings.
8906 (quail-translation-help): Hyperlinks to mule related items.
8907
89082000-08-28 John Wiegley <johnw@gnu.org>
8909
8910 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8911 have a defsubst call itself. Made `eshell-flatten-list' back into
8912 a function again.
8913
8914 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8915 catch, in case re-centering point at bottom messes up the display.
8916 This happens frequently in Emacs 21, due I believe to variable
8917 line heights.
8918
8919 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8920 to call `find-tag-interactive'.
8921
8922 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8923 the list of remember directories.
8924
89252000-08-28 John Wiegley <johnw@gnu.org>
8926
8927 * align.el: Test align-region-separate to see if it's a symbol.
8928
89292000-08-28 John Wiegley <johnw@gnu.org>
8930
8931 * eshell/esh-util.el (eshell-flatten-list): Made this function
8932 into a defsubst form. It gets used very frequently, although
8933 calls don't occur all that often.
8934
8935 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8936 examining it.
8937
8938 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8939 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8940 `eshell-protect'.
8941 (eshell-copy-handles): Created a new macro for duplicating the
8942 current set of open handles. This is needed by the looping
8943 functions.
8944 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8945 is not incorrectly stomped on.
8946
8947 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8948 declaration for pcomplete-use-paring.
8949 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8950 value of eshell-cmpl-use-paring.
8951 * pcomplete.el (pcomplete-use-paring): New config variable, to
8952 indicate whether paring should be used.
8953 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8954 completion alternatives that have already been used.
8955
8956 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8957 bound to C-c C-y, which will repeat the previous N arguments
8958 (based on prefix argument).
8959 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8960
8961 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8962 if there is no *Help* buffer. This is for XEmacs, which renames
8963 its help buffers uniquely. TODO: Find out what the current buffer
8964 name to delete is.
8965
8966 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8967 first entry that correlates to a passwd/group number. Later
8968 entries (used for group/user name aliasing to multiple IDs) are
8969 ignored.
8970
8971 * eshell/em-xtra.el (eshell/expr):
8972 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8973 (eshell-grep, eshell/diff, eshell/locate):
8974 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8975 argument list, before passing it to the system command.
8976
8977 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8978 `find-tag' for use at final position in Eshell buffers (which
8979 otherwise triggers an error on Emacs 21).
8980 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8981 buffer, if it is currently bound to `find-tag'.
8982
8983 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8984 in the list of matched Makefile names.
8985 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8986 directory, prefer its contents to Makefile.
8987
8988 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8989 directory parts (like "cd old new", or "cd =regexp"), are now case
8990 sensitive on non-Windows/DOS platforms.
8991
8992 * eshell/esh-mode.el (eshell-parse-command-input): When a user
8993 types RET after an open delimiter (like "), display a message
8994 indicating that Eshell is waiting for the closing delimiter.
8995
8996 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
8997 environment variables.
8998
8999 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9000 gracefully if the user enters incorrect arguments.
9001
9002 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9003 Eshell buffers.
9004
9005 * eshell/esh-var.el (eshell-interpolate-variable):
9006 * eshell/esh-mode.el (eshell-move-argument):
9007 * eshell/em-unix.el (eshell-du-sum-directory):
9008 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9009 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9010 (not (= ...)).
9011
9012 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9013 to ensure the `preserve' flag gets propagated when doing recursive
9014 directory copies.
9015
90162000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9017
9018 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9019 Don't convert \n into \0177 in memory.
9020 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9021 and back again, when reading and writing.
9022
90232000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9024
9025 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9026 testing of `fboundp' on `processp'.
9027
9028 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9029 (eshell/jobs): Don't call process-list if it is not bound.
9030 (eshell-gather-process-output): Support systems where async
9031 subprocesses aren't supported.
9032 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9033 variables.
9034
9035 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9036 eshell-do-eval returns t.
9037 (eshell-do-pipelines-synchronously): New defmacro.
9038 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9039 when async subprocesses aren't supported.
9040 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9041 if async subprocesses aren't supported.
9042 (eshell-resume-command): Don't assume STATUS is a string.
9043
9044 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9045
9046 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9047 (eshell-close-target, eshell-get-target): Use eshell-processp.
9048 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9049 fix.
9050 (eshell-get-target, eshell-create-handles): Doc fix.
9051
90522000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9053
9054 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9055 criterion to include commands that output something, as long as it
9056 leaves both the command and the end-of-buffer visible when the
9057 command has exited.
9058 (eshell-review-quick-commands): Adjust the help doc string
9059 accordingly.
9060
90612000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9062
9063 * locate.el (locate): Cleaned up locate command's interactive prompting
9064 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9065
9066 * filecache.el (file-cache-case-fold-search): New variable
9067 (file-cache-assoc-function): New variable
9068 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9069 Use file-cache-case-fold-search variable
9070 (file-cache-add-file): Use file-cache-assoc-function
9071 (file-cache-delete-file): likewise
9072 (file-cache-directory-name): likewise
9073 (file-cache-debug-read-from-minibuffer): likewise
9074
90752000-08-28 Gerd Moellmann <gerd@gnu.org>
9076
9077 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9078 (abbrev-table-name): New function.
9079 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9080 If non-nil list local abbrev, only.
9081
90822000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9083
9084 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9085 from Gnus support code, and use special article copy buffer
9086 `(gnus-original-article-buffer)' instead. This allows to get rid
9087 of article-hide-headers usage (which breaks in the latest Gnus
9088 version). Thanks to Detlev Zundel.
9089
90902000-08-28 Kenichi Handa <handa@etl.go.jp>
9091
9092 * international/quail.el (quail-use-package): Hide "... loaded"
9093 message.
9094 (quail-start-translation, quail-start-conversion): Likewise.
9095
9096 * international/kkc.el (kkc-region): Hide "... loaded" message.
9097
90982000-08-27 Dave Love <fx@gnu.org>
9099
9100 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9101
91022000-08-27 Miles Bader <miles@gnu.org>
9103
9104 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9105
91062000-08-27 Kenichi Handa <handa@etl.go.jp>
9107
9108 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9109 'ja-dic-cnv), not (require 'skkdic-cnv).
9110
91112000-08-26 Miles Bader <miles@gnu.org>
9112
9113 * faces.el (face-x-resources): Add entry for :inherit.
9114 * cus-face.el (custom-face-attributes): Add support for :inherit
9115 attribute. Add support for relative face heights.
9116 (custom-face-attributes-get): Treat `nil' as being a default value
9117 for :inherit (as well as `unspecified').
9118
9119 * faces.el (set-face-attribute): Update doc string.
9120 (face-attribute-name-alist): Add :inherit.
9121 (face-valid-attribute-values): Handle :inherit.
9122 (face-read-string): Rephrase prompt to be less confusing.
9123 Assume that DEFAULT is a string, since we must return a string.
9124 (face-read-integer): Use `format' to turn DEFAULT into an
9125 acceptable default for face-read-string. Match NEW-VALUE against
9126 the string "unspecified", not the symbol `unspecified', since
9127 that's what face-read-string returns.
9128 (read-face-attribute): Lookup a name for old-value in valid, and
9129 use it as a default if we find one. Treat all values from
9130 face-read-string as strings. If the default is used, don't do any
9131 more processing on the value, just use the old value directly.
9132 (read-face-and-attribute, modify-face): Tweak prompt.
9133 (read-face-name): Don't assume prompt ends with a space.
9134
9135 * faces.el (describe-face): Add support for :inherit attribute.
9136
91372000-08-25 Kenichi Handa <handa@etl.go.jp>
9138
9139 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9140 concat doesn't accept interger.
9141
9142 * international/kkc.el: Remove SKK from Keywords. Require
9143 ja-dic-utl instead of skkdic-utl.
9144
9145 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9146 Provide ja-dic-cnv instead of skkdic-cnv.
9147 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9148 (iso-2022-7bit-short): Add safe-charsets property.
9149 (skkdic-convert-postfix): Search Japanese chou-on character in
9150 addition to Hiragana character.
9151 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9152 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9153 (batch-skkdic-convert): Likewise.
9154
9155 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9156 Provide ja-dic-utl instead of skkdic-utl.
9157 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9158
91592000-08-24 Dave Love <fx@gnu.org>
9160
9161 * disp-table.el (standard-display-default): Make the test of `l'
9162 useful.
9163
9164 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9165 mod sample text.
9166
9167 * international/iso-ascii.el: Make pilcrow convenient string
9168 consistent with section.
9169 (iso-ascii-display): Set up multibyte characters as well as
9170 unibyte.
9171
91722000-08-24 Kenichi Handa <handa@etl.go.jp>
9173
9174 * international/mule-cmds.el (reset-language-environment): Set
9175 default-process-coding-system to '(undecided . iso-latin-1), which
9176 makes process I/O almost consistent with file I/O. Call this
9177 function when mule-cmds.el[c] is loaded.
9178
91792000-08-22 Andrew Innes <andrewi@gnu.org>
9180
9181 * makefile.w32-in: New file.
9182
91832000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9184
9185 * comint.el (comint-output-filter): Compare end of
9186 comint-last-output-overlay with the start of the newly inserted
9187 text, not the end, when deciding whether to extend it.
9188 Set saved-point's insertion type to advance after insertion.
9189
9190 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9191 since this is now done independently of font-lock mode.
9192
91932000-08-21 Gerd Moellmann <gerd@gnu.org>
9194
9195 * server.el (server-kill-new-buffers): New user option.
9196 (server-existing-buffer): New buffer-local variable.
9197 (server-visit-files): When using an existing buffer, set
9198 server-existing-buffer to t.
9199 (server-buffer-done): If server-kill-new-buffers is t, kill the
9200 buffer, unless it was already present before visiting it with
9201 Emacs server.
9202
92032000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9204
9205 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9206 even if the display doesn't support colors: some displays will
9207 support bold/underline faces.
9208
92092000-08-21 Gerd Moellmann <gerd@gnu.org>
9210
9211 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9212
9213 * startup.el (command-line): If user's init file had an error,
9214 add explanatory text to *Messages*.
9215
92162000-08-21 Kenichi Handa <handa@etl.go.jp>
9217
9218 * man.el (Man-getpage-in-background): Decode the process output by
9219 the system locale coding system.
9220
92212000-08-20 Dave Love <fx@gnu.org>
9222
9223 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9224 Don't test x-popup-menu.
9225 (function) <complete-function>: Complete only fbound symbols.
9226 <validate, value>: New.
9227 (variable) <complete-function>: Complete only bound symbols.
9228 (coding-system): Add :base-only, :complete-function, :validate,
9229 :value, :prompt-match.
9230 (widget-coding-system-prompt-value): Use read-coding-system and
9231 act on :base-only.
9232 (editable-field): Add :help-echo.
9233 (widget-push-button-gui, widget-push-button-cache)
9234 (widget-gui-action, widget-editable-list-gui): COmment out, along
9235 with uses.
9236 (widget-at): Make arg optional.
9237 (widget-echo-help): Adjust for current help-echo calling sequence.
9238 (widget-specify-field, widget-specify-button)
9239 (widget-specify-insert, widget-get-sibling, widget-image-find)
9240 (widget-convert, widget-insert, widget-leave-text)
9241 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9242 (widget-setup, widget-field-find, widget-before-change)
9243 (widget-after-change, widget-default-complete)
9244 (widget-default-create, widget-default-delete)
9245 (widget-push-button-value-create, editable-field)
9246 (widget-field-prompt-value, widget-field-validate)
9247 (widget-choice-value-create, widget-choice-action)
9248 (widget-choice-validate, widget-checklist-add-item)
9249 (widget-radio-add-item, widget-radio-chosen)
9250 (widget-radio-value-inline, widget-editable-list-value-create)
9251 (widget-editable-list-entry-create)
9252 (widget-documentation-link-add)
9253 (widget-documentation-string-value-create)
9254 (widget-regexp-validate, widget-file-complete)
9255 (widget-sexp-validate, widget-plist-convert-widget)
9256 (widget-plist-convert-widget, widget-alist-convert-widget)
9257 (widget-alist-convert-widget, widget-color-complete): Simplify,
9258 particularly to avoid bindings which aren't optimized out.
9259
9260 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9261 Doc fix.
9262 (down-list, backward-up-list, up-list, kill-sexp)
9263 (backward-kill-sexp, mark-sexp): Make arg optional.
9264 (lisp-complete-symbol): Add optional arg PREDICATE.
9265
9266 * cus-start.el: Add display-buffer-reuse-frames,
9267 file-coding-system-alist.
9268
92692000-08-20 Gerd Moellmann <gerd@gnu.org>
9270
9271 * startup.el (command-line): Clear realized faces after
9272 modifying TTY color mappings.
9273
92742000-08-20 Miles Bader <miles@gnu.org>
9275
9276 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9277 merely a subset of FACE's attributes.
9278
92792000-08-19 Miles Bader <miles@gnu.org>
9280
9281 * comint.el (comint-output-filter): Save the point with a marker,
9282 not just a buffer position.
9283
9284 * international/mule.el (set-buffer-process-coding-system): Make
9285 interactive prompt less confusing.
9286
92872000-08-19 Gerd Moellmann <gerd@gnu.org>
9288
9289 * hilit-chg.el: General cleanup of doc strings, comments and
9290 code formatting.
9291
92922000-08-19 Miles Bader <miles@gnu.org>
9293
9294 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9295 Compiler macro removed; beginning-of-line is no longer always
9296 equivalent to forward-line, in the presence of fields.
9297
9298 * comint.el (comint-output-filter): Remove ad-hoc saving of
9299 restriction, and just use save-restriction, now that it works
9300 correctly. Don't adjust comint-last-input-start to account for
9301 our insertion; it shouldn't have moved because we don't use
9302 insert-before-markers anymore. Comment out call to
9303 `force-mode-line-update'; why is it here?
9304
9305 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9306 while checking for prompt to delete. Use `forward-line 0'
9307 instead of beginning-of-line.
9308 (gud-filter): Temporarily widen gud comint buffer while
9309 examining output.
9310
93112000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9312
9313 * progmodes/sh-script.el: Big bag of typos.
9314
9315 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9316 check since ispell-process is not bound when ispell is not yet loaded.
9317
93182000-08-18 Dave Love <fx@gnu.org>
9319
9320 * image.el (find-image): Copy `spec' before using plist-put.
9321
93222000-08-18 Gerd Moellmann <gerd@gnu.org>
9323
9324 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9325 `portugues'.
9326
9327 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9328 backward-kill-sexp, analogous to kill-sexp.
9329
9330 * progmodes/icon.el (icon-indent-line)
9331 (icon-is-continuation-line): Handle comments specially.
9332
93332000-08-17 Ken Stevens <k.stevens@ieee.org>
9334
9335 * ispell.el: Set to standard author/maintainer/keyword fields.
9336 Fine tuning to menu map appearance and operation, and added help.
9337 Remove `start' and `end' error messages when compiling.
9338 (ispell-choices-win-default-height): Fixed comment string.
9339 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9340 castellano8 dictionaries.
9341 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9342 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9343 dictionary, added italiano dictionary.
9344 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9345 word character
9346 (ispell-tex-skip-alists): Added psfig support.
9347 (ispell-skip-html): Renamed from ispell-skip-sgml.
9348 (ispell-begin-skip-region-regexp, ispell-skip-region)
9349 (ispell-minor-check): Improved html skipping support to skip across
9350 code, and recognize `&' commands without propper `;' syntax;
9351 (ispell-process-line): Fix alignment error when manually
9352 correcting spelling.
9353 (ispell): Fix comment string.
9354 (ispell-add-per-file-word-list): Always put word list on new line.
9355
93562000-08-17 Gerd Moellmann <gerd@gnu.org>
9357
9358 * format.el (format-encode-run-method): Fix error message to say
9359 `encode' instead of `decode'. Use save-window-excursion around
9360 shell-command-on-region as in format-decode-run-method because
9361 shell-command-on-region can display a buffer with error output.
9362 (format-decode): Don't record undo information for the decoding.
9363 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9364 that number part of the temporary buffer name so that more than
9365 one decoding using a temporary buffer can happen safely.
9366
9367 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9368 of `A-z' in the regexp.
9369
9370 * hilit-chg.el: Fix typos in commentary.
9371
9372 * help.el (view-emacs-news): Rewritten for new naming scheme
9373 for old NEWS files.
9374
9375 * startup.el (command-line): Pop to *Messages* in case an error
9376 is signaled while loading user-init-file.
9377
93782000-08-17 Andreas Schwab <schwab@suse.de>
9379
9380 * files.el (insert-directory): Don't lose original file name,
9381 undoing an undocumented change.
9382
93832000-08-17 Alex Schroeder <alex@gnu.org>
9384
9385 * sql.el (sql-magic-go): Use comint-bol.
9386 (sql-copy-column): Use comint-line-beginning-position.
9387 (comint-line-beginning-position): Define a replacement for
9388 comint-line-beginning-position if it is not fboundp.
9389
93902000-08-17 Alex Schroeder <alex@gnu.org>
9391
9392 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9393 it didn't have any effect anyway.
9394
93952000-08-17 Alex Schroeder <alex@gnu.org>
9396
9397 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9398 --pset and pager=off instead of sending \\o|cat at the beginning
9399 of the session.
9400
94012000-08-17 Miles Bader <miles@gnu.org>
9402
9403 * progmodes/octave-inf.el: Add compatibility definition of
9404 comint-line-beginning-position.
9405
94062000-08-17 Kenichi Handa <handa@etl.go.jp>
9407
9408 * startup.el (normal-top-level): Look in each dir in load-path for
9409 a leim-list.el file too. This assures of loading leim-list.el
9410 that is created at Emacs installation time even if a user have his
9411 own leim-list.el.
9412
94132000-08-17 Miles Bader <miles@gnu.org>
9414
9415 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9416 foreground color to black if the background is dark.
9417
94182000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9419
9420 * loadhist.el (unload-feature): Typo.
9421
9422 * finder.el (finder-compile-keywords):
9423 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9424 to the generated file.
9425
9426 * mail/mh-e.el (mh-make-local-vars):
9427 Replace make-variable-buffer-local with make-local-variable.
9428
9429 * play/landmark.el:
9430 * options.el (Edit-options-{set,toggle,t,nil}):
9431 * mail/mailabbrev.el (mail-abbrevs-mode):
9432 * textmodes/tex-mode.el (tex-expand-files):
9433 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9434
9435 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9436
9437 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9438 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9439 Allow going past the last element.
9440 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9441 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9442 (cvs-mouse-toggle-mark): Don't move point.
9443 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9444
9445 * progmodes/compile.el (grep): Provide a default set of files.
9446 (next-error): Docstring fix.
9447 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9448
9449 * emacs-lisp/easy-mmode.el (define-minor-mode):
9450 Use `symbol-value' to keep the byte-compiler quiet.
9451
9452 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9453 (diff-find-source-location): New fun, extracted from diff-goto-source.
9454 (diff-goto-source): Use it.
9455 (diff-next-complex-hunk, diff-filter-lines): New function.
9456 (diff-apply-hunk): New command.
9457
9458 * smerge-mode.el (smerge-mode-menu): Doc fix.
9459
9460 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9461
94622000-08-16 Dave Love <fx@gnu.org>
9463
9464 * windmove.el (windmove) <defgroup>: Add :version.
9465
9466 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9467 (goto-address-fontify-p, goto-address-highlight-p)
9468 (goto-address-url-face, goto-address-url-mouse-face)
9469 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9470 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9471 (goto-address-fontify, goto-address-at-mouse): Simplify,
9472 (goto-address-at-point): browse-url-url-at-point,
9473 goto-address-find-address-at-point can return nil.
9474 (goto-address-find-address-at-point): Return nil on failure.
9475
9476 * align.el (align) <defgroup>: Add :version.
9477
9478 * calculator.el (calculator): Add :version.
9479 (calculator): Use two lines for calculator window if `modeline'
9480 face is boxed.
9481
9482 * play/5x5.el: Doc fixes.
9483 (5x5) <defgroup>: Add :version.
9484
9485 * play/fortune.el (fortune) <defgroup>: Add :version.
9486 (fortune-append): Fix error message.
9487 (fortune-from-region): Doc fix.
9488
9489 * play/pong.el (pong): Doc fix.
9490
9491 * play/morse.el: Keywords, commentary, autoloads.
9492
94932000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9494
9495 * desktop.el (desktop-save): Don't look at symbol-value of a
9496 member of minor-mode-alist, unless it is boundp.
9497
94982000-08-16 Sam Steingold <sds@gnu.org>
9499
9500 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9501 `while'; use `with-current-buffer' instead of `save-excursion'.
9502 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9503
95042000-08-16 Kenichi Handa <handa@etl.go.jp>
9505
9506 * international/ccl.el (declare-ccl-program): Docstring modified.
9507 (ccl-execute-with-args): Likewise.
9508
95092000-08-16 Miles Bader <miles@gnu.org>
9510
9511 * progmodes/sql.el: Add compatibility definition of
9512 comint-line-beginning-position.
9513
95142000-08-15 Gerd Moellmann <gerd@gnu.org>
9515
9516 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9517 'buffer-menu' property.
9518 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9519 fails.
9520 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9521 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9522 wasn't killed.
9523
9524 * buff-menu.el (list-buffers-noselect): Don't display the
9525 *Buffer List* buffer.
9526
9527 * font-lock.el: Require jit-lock to prevent a very late
9528 `Loading jit-lock' message.
9529
9530 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9531 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9532 mail address.
9533
95342000-08-15 Miles Bader <miles@gnu.org>
9535
9536 * textmodes/ispell.el (ispell-graphic-p): New constant.
9537 (ispell-choices-win-default-height, ispell-help): Use
9538 `ispell-graphic-p' instead of `xemacsp'.
9539
95402000-08-15 Dave Love <fx@gnu.org>
9541
9542 * simple.el: Autoload widget-convert when compiling.
9543 (mail-user-agent): Doc fix.
9544
9545 * help.el (function-called-at-point, variable-at-point): Use
9546 with-syntax-table.
9547 (help-manyarg-func-alist): Add insert-and-inherit.
9548
9549 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9550
9551 * delsel.el (delsel-unload-hook): New function.
9552
9553 * find-file.el: Doc fixes. Move provide to end.
9554 (ff) <defgroup>: Add :link.
9555 (ff-goto-click): Deleted.
9556 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9557 Use mouse-set-point.
9558
9559 * textmodes/tildify.el: Doc fixes.
9560 (tildify) <defgroup>: Add:version.
9561
9562 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9563 (glasses-custom-set): Use set-default, not set.
9564 (minor-mode-alist): Propertize the lighter.
9565 (glasses-mode): Provide optional arg.
9566
9567 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9568 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9569 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9570 option. Provide :type.
9571 (cwarn-configuration): Provide :type.
9572 (cwarn-mode): Doc fix.
9573
9574 * add-log.el (change-log-merge): Doc fix.
9575 (change-log-redate): New command.
9576
9577 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9578 Doze and Dog.
9579 (browse-url): Use dolist, not mapcar.
9580 (browse-url-at-point): Check for null url.
9581 (browse-url-event-buffer, browse-url-event-point): Functions
9582 deleted.
9583 (browse-url-at-mouse, browse-url-netscape): Simplify.
9584
9585 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9586 modes.
9587 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9588 Fix previous change to mapcan.
9589 (msb--init-file-alist, msb--add-separators)
9590 (msb--make-keymap-menu): Simplify.
9591 (msb--choose-file-menu): Use copy-sequence.
9592 (msb-mode-map): Add title to keymap.
9593 (msb-unload-hook): New function.
9594
9595 * bs.el: Fix indentation.
9596 (bs) <defgroup>: Add :links.
9597 (bs-show): Doc fix.
9598 (bs-apply-sort-faces): Don't use window-system.
9599 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9600
96012000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9602
9603 * calendar/timeclock.el (timeclock-file): Run .timelog through
9604 convert-standard-filename.
9605
96062000-08-14 Gerd Moellmann <gerd@gnu.org>
9607
9608 * emacs-lisp/authors.el: New file.
9609
9610 * paren.el (show-paren-priority): New user option.
9611 (show-paren-function): Set overlay priorities to
9612 show-paren-priority.
9613
96142000-08-14 Miles Bader <miles@gnu.org>
9615
9616 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9617 beginning-of-line with inhibit-field-text-motion bound.
9618
96192000-08-14 Gerd Moellmann <gerd@gnu.org>
9620
9621 * calendar/timeclock.el: New file.
9622
96232000-08-14 David Ponce <david@dponce.com>
9624
9625 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9626 `widget-button-click'. so that one can use left mouse button to
9627 click on dialog buttons.
9628
96292000-08-14 Emmanuel Briot <briot@gnat.com>
9630
9631 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9632 identifiers, since XML is case sensitive
9633
96342000-08-12 Miles Bader <miles@gnu.org>
9635
9636 * comint.el (comint-output-filter): Don't bother frobbing
9637 window-start, it doesn't seem to be necessary.
9638
9639 * comint.el (comint-send-string, comint-send-region): Make into
9640 real functions. Snapshot the prompt before sending.
9641
96422000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9643
9644 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9645 technique similar to Info-index, instead of relying on specific
9646 names of relevant Index nodes.
9647 (Info-goto-emacs-command-node): Bind Info-history to nil when
9648 going to the first node found by Info-find-emacs-command-nodes.
9649
96502000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9653
96542000-08-10 Miles Bader <miles@gnu.org>
9655
9656 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9657
96582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * info.el (Info-file-list-for-emacs): More elements for the
9661 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9662 and woman manuals.
9663
96642000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9665
9666 * comint.el (comint-send-input): Make the newline boundary overlay
9667 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9668 (comint-output-filter): Use `insert' instead of
9669 `insert-before-markers'. Extend comint-last-output-overlay when
9670 necessary since we can't rely on insert-before-markers to do it.
9671 * gud.el (gud-filter): Use `with-current-buffer' instead of
9672 save-excursion when inserting the output, so that point gets
9673 updated correctly; the old method relied on a rather dodgy
9674 side-effect of comint-output-filter to avoid the effect of
9675 save-excursion.
9676
96772000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9678
9679 * files.el (recover-file): Call insert-directory instead of
9680 invoking `ls' directly.
9681
96822000-08-10 Miles Bader <miles@gnu.org>
9683
9684 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9685 (comint-last-prompt-overlay): New variables.
9686 (comint-output-filter): Implement prompt highlighting.
9687 (comint-snapshot-last-prompt): New function.
9688 (comint-send-input): Snapshot the last prompt.
9689 Use comint-highlight-input-face.
9690 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9691 Use defface instead of defcustom.
9692 (send-invisible, comint-send-eof): Snapshot the last prompt.
9693 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9694 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9695
96962000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9697
9698 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9699 (regexp-opt-group): Use a list of chars for `letters'.
9700 (regexp-opt-charset): `chars' is now a list of chars.
9701 Use a char-table rather than a vector so it works for multibyte chars.
9702
9703 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9704 Set cvs-minor-current-files to the selected fileinfo.
9705 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9706 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9707
97082000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9709
9710 * files.el (insert-directory): Don't call access-file on
9711 directories on DOS and Windows.
9712
97132000-08-09 Kenichi Handa <handa@etl.go.jp>
9714
9715 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9716 longer if necessary.
9717 (ccl-embed-code): Call ccl-embed-data to store CODE in
9718 ccl-program-vector.
9719
97202000-08-09 Miles Bader <miles@gnu.org>
9721
9722 * comint.el (comint-output-filter): Properly handle the case where
9723 the text surrounded by comint-last-output-overlay was deleted.
9724
97252000-08-08 Gerd Moellmann <gerd@gnu.org>
9726
9727 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9728 non-nil.
9729 (Info-file-list-for-emacs): Remove "info" from the list because
9730 that leads to trying to use the documentation from file `info'
9731 in various situations where it isn't appropriate, for instance
9732 C-h C-k C-h i.
9733
9734 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9735 DIR and/or STRING are nil.
9736
9737 * progmodes/compile.el (compilation-setup): Make variable
9738 compilation-error-screen-columns buffer-local, as some comment
9739 in the code suggests it should be.
9740
9741 * files.el (auto-mode-interpreter-regexp): New variable.
9742 (set-auto-mode): Use it.
9743
9744 * indent.el (indent-for-tab-command): Doc fix.
9745
9746 * mouse-sel.el (mouse-sel-mode): Doc fix.
9747
9748 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9749 labels.
9750
9751 * help.el (print-help-return-message): When
9752 display-buffer-reuse-frames is set, let the help window been quit,
9753 instead of deleting it, which might delete a reused frame.
9754
97552000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9756
9757 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9758 rename a directory to a name that differs only by its letter case.
9759
97602000-08-08 Kenichi Handa <handa@etl.go.jp>
9761
9762 * international/quail.el (quail-define-rules): Handle Quail decode
9763 map correctly. Add code for supporting annotations.
9764 (quail-install-decode-map): New function.
9765 (quail-defrule-internal): New optional arguments decode-map and
9766 props.
9767 (quail-advice): New function.
9768
97692000-08-07 Sam Steingold <sds@gnu.org>
9770
9771 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9772 `defconst', `define-condition', `with-slots'.
9773 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9774
97752000-08-03 Miles Bader <miles@gnu.org>
9776
9777 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9778 New variable.
9779 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9780 comint-use-prompt-regexp-instead-of-fields.
9781 (comint-send-input): Add `input' field property to stuff we send to
9782 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9783 (comint-output-filter): Add `output' field property to process
9784 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9785 (comint-replace-by-expanded-history)
9786 (comint-get-old-input-default, comint-show-output)
9787 (comint-backward-matching-input, comint-forward-matching-input)
9788 (comint-next-prompt, comint-previous-prompt): Use field
9789 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9790 (comint-line-beginning-position): New function.
9791 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9792 (comint-replace-by-expanded-history-before-point): Use
9793 comint-line-beginning-position and line-end-position.
9794 (comint-last-output-overlay): New variable.
9795 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9796
9797 * shell.el (shell-prompt-pattern): Doc change.
9798 (shell-backward-command): Use line-beginning-position.
9799
9800 * gud.el (gud-gdb-complete-command): Use
9801 comint-line-beginning-position.
9802
9803 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9804 comint-bol doesn't actually go to the beginning of the line.
9805
9806 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9807 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9808 (try-expand-line-all-buffers): Likewise.
9809
9810 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9811 explicitly matching comint-prompt-regexp.
9812 (sql-copy-column): Use comint-line-beginning-position instead of
9813 explicitly matching comint-prompt-regexp.
9814
9815 * progmodes/octave-inf.el (inferior-octave-complete): Use
9816 comint-line-beginning-position.
9817
9818 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9819
9820 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9821 looking for a prompt, use `forward-line 0' instead of
9822 `beginning-of-line', to avoid getting caught by an input field.
9823
98242000-08-07 Gerd Moellmann <gerd@gnu.org>
9825
9826 * files.el (shell-quote-wildcard-pattern): Make sure to return
9827 PATTERN, in the Unix case.
9828
98292000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9830
9831 * play/zone.el (zone): Discard any pending input before running
9832 the randomly-chosen pgm.
9833
98342000-08-07 Kenichi Handa <handa@etl.go.jp>
9835
9836 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9837 checking the existence of any multibyte characters.
9838
98392000-08-06 Gerd Moellmann <gerd@gnu.org>
9840
9841 * help.el (describe-mode): Test minor-mode symbol for being
9842 bound before testing its value for being nil.
9843
9844 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9845 `first', `second', and `third'.
9846
9847 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9848 (second): Make it an alias for `cadr'.
9849
98502000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9851
9852 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9853 types of display support faces now.
9854
98552000-08-05 Gerd Moellmann <gerd@gnu.org>
9856
9857 * pcvs.el (require): Require `cl' during compilation, only.
9858
9859 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9860 (toplevel): Remove `remq' and `remove' from autoloads.
9861 (cl-fake-autoloads): New variable. If set, arrange for an error
9862 when CL functions etc. are autoloaded.
9863
98642000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9865
9866 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9867
9868 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9869 popped up, but the user clicks outside the menu, return an empty
9870 regexp (that causes unhighlight-regexp to have no effect).
9871
9872 * menu-bar.el (menu-bar-games-menu): Add Zone.
9873
9874 * hi-lock.el (toplevel): Require font-lock.
9875
98762000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9877
9878 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9879 (ebnf-8-bit-chars): New var for bug fix.
9880 (ebnf-string): Bug fix.
9881
98822000-08-03 Sam Steingold <sds@gnu.org>
9883
9884 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9885 instead of `buffer-string'.
9886 (require 'cl): Always, not just when compiling.
9887 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9888 necessary.
9889
98902000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9891
9892 * international/mule-cmds.el (select-safe-coding-system): Make
9893 the message text about selecting a safe coding system more clear.
9894
98952000-08-02 Gerd Moellmann <gerd@gnu.org>
9896
9897 * hi-lock.el: New file.
9898
9899 * play/zone.el: New file.
9900
9901 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9902 value of tab-width in the original buffer. Choose a line number
9903 format that's a multiple of the original buffer's tab width, so
9904 that lines appear right.
9905
9906 * textmodes/ispell.el (ispell): New function, replacing an alias.
9907 Spell-check active region if in transient-mark-mode and mark
9908 is active; otherwise spell-check buffer.
9909
99102000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9911
9912 * ps-mule.el: Fix a customization problem on
9913 ps-mule-font-info-database-default.
9914
99152000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9916
9917 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9918 display-mouse-p instead of window-system.
9919 (ebrowse-member-mode-map): Ditto.
9920
99212000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9922
9923 * progmodes/ebnf2ps.el: Update ps-print functions call.
9924 Indentation fix. Doc fix.
9925 (ebnf-version): New version number (3.2).
9926 (ebnf-format-color, ebnf-begin-job): Code fix.
9927
99282000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9929
9930 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9931 font lock support on window-system.
9932 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9933
9934 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9935 display-color-p, if fboundp, instead of window-system.
9936
99372000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9938
9939 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9940 instead of window-system.
9941
9942 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9943 window-system.
9944 (widget-choice-mouse-down-action): Use display-popup-menus-p
9945 instead of window-system.
9946
9947 * strokes.el (strokes-file): Run the file name through
9948 convert-standard-filename.
9949 (strokes-mode): Call display-mouse-p instead of looking at
9950 window-system. Change the error message accordingly.
9951
9952 * progmodes/cpp.el (toplevel): Support faces on tty's.
9953
9954 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9955 (lm-plot-square, lm-init-display): Don't use window-system.
9956
9957 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9958 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9959
9960 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9961 instead of looking at window-system.
9962
99632000-07-30 Gerd Moellmann <gerd@gnu.org>
9964
9965 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9966 of testing if iswitchb-prepost-hooks is bound, because the
9967 latter will always be true when invoking a recursive minibuffer
9968 from an active Iswitchb buffer.
9969
99702000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9971
9972 * files.el (shell-quote-wildcard-pattern): New function.
9973 (insert-directory): Call it. Only prepend "\" to command on Unix
9974 and GNU/Linux systems.
9975
99762000-07-30 Gerd Moellmann <gerd@gnu.org>
9977
9978 * eshell/esh-groups.el: Change custom :link file names
9979 from `eshell.info' to `eshell'.
9980
99812000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9982
9983 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9984 correctly in recursive ange-ftp listings.
9985
99862000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9987
9988 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9989 ps-header-font-size-internal and
9990 ps-header-title-font-size-internal variables are not set,
9991 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
9992 face text property is (foreground-color . COLOR) or
9993 `(background-color . COLOR)', ps-print crashes. Doc fix.
9994 (ps-print-version): New version number (5.2.4).
9995 (ps-plot-region): Code fix.
9996 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
9997 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
9998 Bug fix 2.
9999
100002000-07-30 Milan Zamazal <pdm@freesoft.cz>
10001
10002 * glasses.el (glasses-make-readable): Fix uncapitalization of
10003 identifiers like `myXMLDocument'.
10004
100052000-07-28 Karl Fogel <kfogel@red-bean.com>
10006
10007 * mail/mail-hist.el (mail-hist-previous-input)
10008 (mail-hist-next-input): Do the obvious code factorization.
10009 (mail-hist-retrieve-and-insert): New func, contains common
10010 code of above two.
10011 If inserting a message body, leave point at top.
10012
100132000-07-28 Sam Steingold <sds@gnu.org>
10014
10015 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10016 Use `<=', not `<' to compare times!
10017 (ange-ftp-ls): Remove.
10018
100192000-07-27 Gerd Moellmann <gerd@gnu.org>
10020
10021 * play/cookie1.el: Add explanation of how to make cookie.el
10022 compatible with strfile(1) to comment.
10023
10024 * subr.el (remove, remq): New functions.
10025
10026 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10027 escape `*' in regexps.
10028 (midnight-find): Reverse order of arguments in the funcall of
10029 TEST.
10030
10031 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10032 and `.class'.
10033
10034 * play/meese.el: Add Commentary section.
10035
100362000-07-27 Alex Schroeder <alex@gnu.org>
10037
10038 * sql.el (sql-ms): Added autoload cookie.
10039 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10040 (sql-oracle): Ditto.
10041 (sql-help): Doc change.
10042
10043 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10044 types and exceptions.
10045
100462000-07-27 Alex Schroeder <alex@gnu.org>
10047
10048 * sql.el (sql-placeholder-history): New variable.
10049 (sql-query-placeholders-and-send): New function that will query
10050 the user and replace placeholders with user input.
10051 (sql-oracle): If running on NT, set comint-input-sender to
10052 sql-query-placeholders-and-send.
10053
10054 (sql-stop): If in the SQLi buffer, insert stop notification, else
10055 present it as a message.
10056
100572000-07-27 Alex Schroeder <alex@gnu.org>
10058
10059 * sql.el (sql-input-ring-separator): Doc change.
10060 (sql-input-ring-file-name): Doc change.
10061 (sql-interactive-mode): Use `sql-input-ring-separator' and
10062 `sql-input-ring-file-name' to set the comint-mode equivalents
10063 without making them local variables.
10064 (sql-stop): Don't bind `sql-input-ring-separator' and
10065 `sql-input-ring-file-name' dynamically to their comint-mode
10066 equivalents.
10067
100682000-07-27 Kenichi Handa <handa@etl.go.jp>
10069
10070 * international/mule.el (register-char-codings): New function.
10071 (make-coding-system): Handle `safe-chars' specification in the arg
10072 PROPERTY.
10073
10074 * international/mule-cmds.el
10075 (find-coding-systems-region-subset-p): This function deleted.
10076 (sort-coding-systems-predicate): New variable.
10077 (sort-coding-systems): New function.
10078 (find-coding-systems-region): Use
10079 find-coding-systems-region-internal.
10080 (find-coding-systems-string): Use find-coding-systems-region.
10081 (find-coding-systems-for-charsets): Check
10082 char-coding-system-table.
10083 (select-safe-coding-system-accept-default-p): New variable.
10084 (select-safe-coding-system): Mostly rewritten. New argument
10085 ACCEPT-DEFAULT-P.
10086 (select-message-coding-system): Call select-safe-coding-system
10087 with ACCEPT-DEFAULT-P arg.
10088 (reset-language-environment): Reset default-sendmail-coding-system
10089 to the default value iso-latin-1.
10090 (set-language-environment): Don't set the obsolete variable
10091 charset-origin-alist.
10092
10093 * international/codepage.el (cp-coding-system-for-codepage-1):
10094 Give `safe-chars' property to make-coding-system.
10095
10096 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10097 calling select-message-coding-system twice.
10098
10099 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10100 instead of `safe-charsets'.
10101 (cyrillic-alternativnyj): Likewise.
10102 (ccl-encode-alternativnyj): Don't check the charset
10103 cyrillic-iso8859-5.
10104
101052000-07-27 Kenichi Handa <handa@etl.go.jp>
10106
10107 * composite.el (compose-chars-after): Preserve match data.
10108
101092000-07-26 Sam Steingold <sds@gnu.org>
10110
10111 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10112 (ange-ftp-real-file-newer-than-file-p): New function.
10113 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10114 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10115
10116 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10117 * midnight.el (midnight-float-time): Ditto.
10118
101192000-07-26 Andreas Schwab <schwab@suse.de>
10120
10121 * files.el (normal-backup-enable-predicate): Correct
10122 interpretation of the return value of compare-strings.
10123
101242000-07-26 Gerd Moellmann <gerd@gnu.org>
10125
10126 * isearch.el (isearch-resume): New function.
10127 (isearch-done): Add something to command-history to resume
10128 the search.
10129 (isearch-yank-line, isearch-yank-word): Use
10130 buffer-substring-no-properties instead of buffer-substring.
10131
10132 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10133 of flyspell-mouse-map.
10134
10135 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10136 duplicate definition.
10137 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10138
10139 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10140 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10141
101422000-07-25 Sam Steingold <sds@gnu.org>
10143
10144 * net/ange-ftp.el: Get modtime over the net.
10145 (ange-ftp-file-modtime): New function.
10146 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10147 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10148 Use it.
10149 (ange-ftp-dot-to-slash): New function.
10150 (ange-ftp-fix-name-for-vms): Use it.
10151
10152 * midnight.el (midnight-buffer-display-time): Use
10153 `with-current-buffer'.
10154
101552000-07-25 Gerd Moellmann <gerd@gnu.org>
10156
10157 * find-dired.el: Update copyright notice.
10158 (find-dired): Offer to kill a running `find'.
10159
10160 * enriched.el (enriched-face-ans): For a `foreground-color'
10161 property, return '(("x-color" COLOR))' so that COLOR will be
10162 output as a parameter of the x-color annotation. Likewise for the
10163 `background-color' property. In the case of normal face
10164 properties, don't return annotations for unspecified foreground
10165 and background face attributes.
10166
101672000-07-25 Kenichi Handa <handa@etl.go.jp>
10168
10169 * language/japan-util.el (japanese-katakana-region): Fix handling
10170 HANKAKU argument.
10171
101722000-07-25 Miles Bader <miles@gnu.org>
10173
10174 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10175 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10176 constrain-to-field.
10177
101782000-07-24 Andrew Innes <andrewi@gnu.org>
10179
10180 * timer.el (timer-activate-when-idle): Add optional parameter
10181 DONT-WAIT. Update docstring.
10182 (run-with-idle-timer): Specify extra parameter to
10183 timer-activate-when-idle, so that timer will be activated
10184 immediately if Emacs is already idle.
10185
10186 * w32-fns.el (w32-using-nt): Fix docstring.
10187
101882000-07-24 Dave Love <fx@gnu.org>
10189
10190 * mouse.el (popup-menu): Set last-command-event.
10191 (mouse-major-mode-menu-prefix): Declare.
10192
101932000-07-24 Gerd Moellmann <gerd@gnu.org>
10194
10195 * textmodes/flyspell.el: Update to author's version 1.5d.
10196
10197 * progmodes/hideshow.el: Update copyright notice.
10198
10199 * vcursor.el: Set maintainer to FSF, since author cannot
10200 be reached.
10201
102022000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10203
10204 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10205 the prompt.
10206
10207 * mouse.el (popup-menu): Run the keymap through indirect-function,
10208 in case it was defined with define-prefix-key. If the menu is a
10209 list of keymaps, look up the binding of user's choice in each one
10210 of the keymaps.
10211 (mouse-popup-menubar): If the global and local menu-bar keymaps
10212 don't have a prompt string, create one and insert it into the
10213 keymap. Don't barf if current-local-map returns nil.
10214
102152000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10216
10217 * dired.el (dired-sort-R-check): Added to allow recursive listing
10218 to be undone.
10219 (dired-sort-other): Use it.
10220
102212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10222
10223 * Release of cc-mode 5.27
10224
102252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10226
10227 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10228 c-beginning-of-statement-1 that caused a bad case of recursion
10229 which could consume a lot of CPU in large classes in languages
10230 that have in-expression classes (i.e. Java and Pike).
10231
10232 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10233 statements before top level constructs (i.e. case 6 is moved
10234 before case 5 and is now case 4) to catch in-expression
10235 classes in top level expressions correctly.
10236
102372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10238
10239 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10240 objc-method-intro. Case 4 removed and case 5I added.
10241
10242 * cc-langs.el (c-append-paragraph-start): New variable used by
10243 c-common-init to get paragraph-start correct.
10244 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10245 initialize paragraph-start to make it correct both with and
10246 without the javadoc special case.
10247
10248 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10249 initialize paragraph-start for javadoc markup.
10250
10251 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10252 change by defaulting this to t. It's motivated by the
10253 confusing behavior that otherwise arise from the style system
10254 when editing both java and non-java files at the same time
10255 (see the comments about style setting in c-common-init).
10256
102572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10258
10259 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10260 similar to the one in c-fill-paragraph to check the fill
10261 prefix from the adaptive fill function for sanity.
10262
102632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10264
10265 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10266 defun block.
10267
102682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10269
10270 * cc-mode.texi Documented the change of cpp-macro.
10271
102722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10273
10274 * cc-align.el (c-lineup-multi-inher): Handle lines with
10275 leading comma nicely. Extended to handle member initializers
10276 too.
10277
10278 * cc-engine.el: (c-beginning-of-inheritance-list,
10279 c-guess-basic-syntax): Fixed recognition of inheritance lists
10280 when the lines begins with a comma.
10281
10282 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10283
10284 * cc-vars.el (c-offsets-alist): Changed default for
10285 member-init-cont to c-lineup-multi-inher since it now handles
10286 member initializers and indents better for leading commas.
10287
102882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10289
10290 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10291 handling that caused class open lines to be recognized as
10292 statement-conts in some cases.
10293
10294 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10295 guessed by the adaptive fill function unless point is on the
10296 first line of a block comment.
10297
10298 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10299 when the buffer ends with a macro continuation char.
10300
10301 * cc-engine.el (c-guess-basic-syntax): Added support for
10302 function definitions as statements in Pike. The first
10303 statement in a lambda block is now labeled defun-block-intro
10304 instead of statement-block-intro.
10305
10306 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10307 so that the class surrounding point is selected, not the one
10308 innermost in the state.
10309
10310 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10311 recognition of switch labels having hanging multiline
10312 statements.
10313
10314 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10315 some code in c-guess-basic-syntax to a separate function.
10316 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10317 recognition of member inits with multiple line arglists.
10318 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10319 member-init-cont when the commas are in funny places.
10320
103212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10322
10323 * cc-defs.el (c-auto-newline): Removed this macro since it's
10324 not used anymore.
10325
10326 * cc-engine.el (c-looking-at-bos): New helper function.
10327 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10328 inexpr and toplevel classes apart in Pike.
10329
10330 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10331 of case 9A.
10332
10333 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10334 constant, since "class" can introduce an in-expression class
10335 in Pike nowadays.
10336
103372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10338
10339 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10340 indentation on cpp-macro lines.
10341
10342 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10343 a syntax modifier like comment-intro, to make it possible to
10344 get syntactic indentation for preprocessor directives. It's
10345 incompatible wrt to lineup functions on cpp-macro, but it has
10346 no observable effect in the 99.9% common case where cpp-macro
10347 is set to -1000.
10348
103492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10350
10351 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10352 member-init-cont when the preceding arglist is several lines.
10353
103542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10355
10356 * cc-styles.el (c-style-alist): The basic offset for the BSD
10357 style corrected to 8.
10358
103592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10360
10361 * cc-styles.el (c-style-alist): Adjusted the indentation of
10362 brace list openers in the gnu style.
10363
103642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10365
10366 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10367
10368 * cc-cmds.el (c-electric-brace, c-electric-slash,
10369 c-electric-star, c-electric-semi&comma, c-electric-colon,
10370 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10371 when c-syntactic-indentation is nil.
10372
10373 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10374 we were left at comments preceding the first statement when
10375 reaching the beginning of the buffer.
10376
10377 * cc-vars.el (c-syntactic-indentation): New variable to turn
10378 off all syntactic indentation.
10379
103802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10381
10382 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10383 between the text and the block comment ender when it hangs,
10384 depending on how many there are before the fill.
10385
103862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10387
10388 * cc-engine.el (c-beginning-of-closest-statement): New helper
10389 function to go back to the closest preceding statement start,
10390 which could be inside a conditional statement.
10391 * cc-engine.el (c-guess-basic-syntax): Use
10392 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10393
10394 * cc-engine.el (c-guess-basic-syntax): Better handling of
10395 arglist-intro, arglist-cont-nonempty and arglist-close when
10396 the arglist is nested inside parens. Cases 7A, 7C and 7F
10397 changed.
10398
10399 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10400 up-to-date with javadoc 1.2.
10401
104022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10403
10404 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10405 multiline Pike type decls.
10406
104072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10408
10409 * cc-cmds.el (c-indent-new-comment-line): Always break
10410 multiline comments in multiline mode, regardless of
10411 comment-multi-line.
10412
104132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10414
10415 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10416 fully::qualified::names in C++ member init lists. Preamble in
10417 case 5D changed.
10418
104192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10420
10421 * cc-langs.el (c-common-init): Handling of obsolete variables
10422 moved to c-initialize-cc-mode. More compatible style override
10423 when using global style variables.
10424 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10425 variables moved here.
10426
10427 * cc-mode.texi: Documented the special behavior of
10428 c-special-indent-hook as a style variable. Don't talk about
10429 doing (c-make-styles-buffer-local t) in a mode hook, since
10430 that's already too late to work right.
10431
10432 * cc-styles.el (c-make-styles-buffer-local): Flag style
10433 variable localness in c-style-variables-are-local-p to make
10434 the compatibility measure in c-common-init work well.
10435
10436 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10437 longer contain set-from-style.
10438 * cc-styles.el (c-initialize-builtin-style): Don't check for
10439 set-from-style on c-special-indent-hook.
10440 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10441 copy-alist is sufficient now.
10442
10443 * cc-styles.el (c-set-style, c-set-style-1,
10444 c-get-style-variables): Fixes to variable initialization so
10445 that duplicate entries in styles have the same effect
10446 regardless of DONT-OVERRIDE.
10447
10448 * cc-styles.el (c-set-style-2): Fixed bug where the
10449 initialization of inheriting styles failed when the
10450 dont-override flag is set.
10451
10452 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10453 on this.
10454
104552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10456
10457 * cc-defs.el (c-forward-comment): Removed the workaround
10458 introduced in 5.38 since it had worse side-effects. If a line
10459 contains the string "//\"", it regarded the // as a comment
10460 start since the \ temporarily doesn't have escape syntax.
10461
104622000-07-17 Emmanuel Briot <briot@act-europe.fr>
10463
10464 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10465 ada-xref.el before ada-prj.el, so that the Project menu is created
10466 when ada-prj tries to add to it.
10467 (ada-activate-keys-for-case): Suppress the characters that are not
10468 part of the Ada syntax. Better compatibility with else-mode
10469 (ada-adjust-case-interactive): When auto-casing is not active,
10470 correctly insert newlines (used to insert only ^M). Prevent the
10471 syntax table from being changed in case of an error
10472 (or '_' becomes part of a word and some commands are confused).
10473 Do nothing if ada-auto-case is nil.
10474 (ada-after-keyword-p): Ignore keywords that are also attributes
10475 (ada-batch-reformat): Update usage comment
10476 (ada-call-from-contextual-menu): New function
10477 (ada-case-read-exceptions): Reinitialize the casing exception list
10478 first to nil first, so that the casing exception file can be
10479 shared.
10480 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10481 files.
10482 (ada-compile-goto-error): Fix regexp used to detect a file:line
10483 anywhere in the error message
10484 (ada-contextual-menu-last-point): New variable
10485 (ada-create-keymap): If the variable delete-key-deletes-forward is
10486 t on XEmacs, it means that DEL should delete one character
10487 forward.
10488 (ada-create-menu): Use :included instead of :visible for XEmacs.
10489 New submenu "Options".
10490 (ada-end-stmt-re): Correctly indent "select ... then abort"
10491 statements.
10492 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10493 even if they don't match ada-fill-comment-prefix Fix handling of
10494 paragraphs on the first or last line of a file.
10495 (ada-format-paramlist): Fix handling of default parameter values.
10496 (ada-get-body-name): New function.
10497 (ada-get-current-indent): Optimized by searchling directly for an
10498 existing generic part or a statement outside of it. Handle
10499 ada-indent-align-comments when indenting comments Replaced some
10500 regexps by testing directly the next character. This results in a
10501 huge speedup on some files. New indentation scheme for renames
10502 statements. Stop looking for the 'while' or 'for' associated with
10503 a 'loop' at the first semicolon encountered. A "return" can also
10504 match an anonymous access subprogram declaration.
10505 (ada-get-indent-noindent): Ignore strings and comments when
10506 looking for the keywords "record" and "private".
10507 (ada-goto-matching-decl-start): When matching "if", make sure we
10508 are not in fact seeing "end if". Ignore "when" statements except
10509 when initial keyword was "begin". Fix handling of nested
10510 procedures. Add a recursive call to this function to skip over
10511 other 'end' statmts. Fix indentation for "when .. => begin"
10512 (ada-in-open-paren-p): Fix indentation for complex boolean
10513 expressions, where 'and then', 'or else' and parenthesis
10514 statements are mixed up.
10515 (ada-in-paramlist-p): Skip comments while searching for the
10516 beginning Fix handling of operator declarations.
10517 (ada-indent-align-comments): New variable
10518 (ada-indent-current): Change the syntax table only in the
10519 protected section, so that we are sure it is restored correctly.
10520 (ada-indent-on-previous-lines): Use ada-use-indent and
10521 ada-with-indent Correctly indent "select ... then"
10522 (ada-indent-region): Slight speedup.
10523 (ada-indent-renames): New variable.
10524 (ada-last-which-function-subprog, ada-last-which-function-line):
10525 New variables
10526 (ada-looking-at-semi-private): Correctly indent the 'private'
10527 keyword when it is the first word in a package declaration.
10528 (ada-loose-case-word): Stop searching if at the end of the buffer.
10529 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10530 even if point is not initially at the end of the word.
10531 (ada-matching-decl-start-re): Add "when".
10532 (ada-mode): Add support for abbrev-mode, outline-mode and
10533 which-func-mode Override the old find-file.el entry in
10534 ff-special-constructs since it is using the obsolete
10535 ada-spec-suffix variable
10536 (ada-no-auto-case): New function
10537 (ada-scan-paramlist): When parsing the argument type, accept
10538 spaces (as in "X 'Class", generated by Rational Rose).
10539 (ada-other-file-name): No longer loads the other file.
10540 (ada-popup-menu): Save and restore the current buffer and cursor
10541 position before and after displaying the menu.
10542 (ada-search-ignore-complex-boolean): New function.
10543 (ada-uncomment-region): Emacs21 already knows how to delete
10544 comments not starting in the first column.
10545 (ada-use-indent): New variable
10546 (ada-which-function): New function.
10547 (ada-with-indent): New variable
10548 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10549 can be batch-compiled from the command line.
10550
10551 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10552 Add to the menu when the file is loaded, not in ada-mode-hook.
10553 Add -toolbar to the default ddd command Switches moved from
10554 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10555 ada-prj-default-comp-opt
10556 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10557 Reference Manual to the menu
10558 (ada-check-current): rewritten as a call to ada-compile-current
10559 (ada-compile): Removed.
10560 (ada-compile-application, ada-compile-current, ada-check-current):
10561 Set the compilation-search-path so that compile.el automatically
10562 finds the sources in src_dir. Automatic scrollong of the
10563 compilation buffer. C-uC-cC-c asks for confirmation before
10564 compiling
10565 (ada-compile-current): New parameter, prj-field
10566 (ada-complete-identifier): Load the .ali file before doing
10567 processing
10568 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10569 conform to gnatmake's behavior.
10570 (ada-find-file-in-dir): New function
10571 (ada-find-references): Set the environment variables for gnatfind
10572 (ada-find-src-file-in-dir): New function.
10573 (ada-first-non-nil): Removed
10574 (ada-gdb-application): Add support for jdb, the java debugger.
10575 (ada-get-ada-file-name): Load the original-file first if not done
10576 yet.
10577 (ada-get-all-references): Handles the new ali syntax (parent types
10578 are found between <>).
10579 (ada-initialize-runtime-library): New function
10580 (ada-mode-hook): Always load a project file when a file is opened,
10581 so that the casing exceptions are correctly read.
10582 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10583 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10584 to open the project file, since the latter does not work with
10585 speedbar Get default values before loading the prj file, or the
10586 default executable file name is wrong. Use the absolute value of
10587 src_dir to initialize ada-search-directories and
10588 compilation-search-path,... Add the standard runtime library to
10589 the search path for find-file.
10590 (ada-prj-default-debugger): Was missing an opening '{'
10591 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10592 variables.
10593 (ada-prj-default-gnatmake-opt): New variable
10594 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10595 buffers, the project file is the default one Save the windows
10596 configuration before displaying the menu.
10597 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10598 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10599 ...) regexp-quote identifiers names to support operators +,
10600 -,... in regexps.
10601 (ada-remote): New function.
10602 (ada-run-application): Erase the output buffer before starting the
10603 run Support remote execution of the application. Use
10604 call-process, or the arguments are incorrectly parsed
10605 (ada-set-default-project-file): Reread the content of the active
10606 project file, not the one from the current buffer When a project
10607 file is set as the default project, all directories are
10608 automatically associated with it.
10609 (ada-set-environment): New function
10610 (ada-treat-cmd-string): New special variable ${current}
10611 (ada-treat-cmd-string): Revised. The substitution is now done for
10612 any ${...} substring
10613 (ada-xref-current): If no body was found, compiles the spec
10614 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10615 compiler to get rid of command line length limitations.
10616 (ada-xref-get-project-field): New function
10617 (ada-xref-project-files): New variable
10618 (ada-xref-runtime-library-specs-path)
10619 (ada-xref-runtime-library-ali-path): New variables
10620 (ada-xref-set-default-prj-values): Default run command now does a
10621 cd to the build directory. New field: main_unit Provide a default
10622 file name even if the current buffer has no prj file.
10623
10624 * ada-prj.el:
10625 Rewritten to show a tabbed-dialog.
10626 (ada-prj-add-ada-menu): Remove the map and name parameters.
10627 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10628 New function
10629 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10630 (ada-prj-load-from-file): New function
10631 (ada-prj-save): Always save fields that depend on the current buffer
10632 (ada-prj-show-value): New function
10633
10634 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10635 Ada mode. This will allow us to display the Ada menu in any buffer
10636 we want (for project items).
10637 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10638 number of spaces in the header.
10639
106402000-07-24 Dave Love <fx@gnu.org>
10641
10642 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10643
106442000-07-23 Noah Friedman <friedman@splode.com>
10645
10646 * type-break.el (type-break): perform autosave.
10647 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10648 (type-break-do-query): Cancel query schedule while performing
10649 actual query, to avoid possibility of a second query being made
10650 while first one is already in progress.
10651 (type-break-time-stamp-format): New variable.
10652 (type-break-time-stamp): New function.
10653 (type-break-time-warning): Use it.
10654 (type-break-keystroke-warning): Use it.
10655 (type-break-noninteractive-query): Use it.
10656
10657 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10658 cookie.
10659 Use add-minor-mode to set minor-mode-alist, if available.
10660 (eldoc-echo-area-use-multiline-p): New user option.
10661 (eldoc-echo-area-multiline-supported-p): New variable.
10662 (eldoc-docstring-format-sym-doc): Use them.
10663 (eldoc-mode): If not using idle timers, append to local post and
10664 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10665 (eldoc-display-message-no-interference-p): Don't interfere with
10666 edebug.
10667 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10668 (eldoc-function-arglist): New function.
10669 (eldoc-function-argstring): Use it.
10670
10671 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10672 auto save directory exists before calling directory-files.
10673
106742000-07-23 Dave Love <fx@gnu.org>
10675
10676 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10677 ^o, ^u.
10678
106792000-07-21 Dave Love <fx@gnu.org>
10680
10681 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10682 now passed to the function. It now works properly.
10683
10684 * smerge-mode.el (smerge-mode-menu): Fill it out.
10685
106862000-07-20 Gerd Moellmann <gerd@gnu.org>
10687
10688 * info-look.el (info-lookup): If *info* is shown in another frame
10689 on the same display, select that frame, instead of switching to
10690 the Info buffer in another window of the selected frame.
10691
10692 * simple.el (universal-argument-map): Bind numeric keypad keys
10693 kp-0 to kp-9 and kp-subtract.
10694 (digit-argument): Handle these keys.
10695
106962000-07-20 Dave Love <fx@gnu.org>
10697
10698 * net/goto-addr.el (goto-address-fontify): Don't bother with
10699 buffer-modified and read-only stuff -- irrelevant with overlays.
10700 Put an extra property on the overlays and use it to clean up in
10701 case goto-address is re-run.
10702
107032000-07-19 Richard M. Stallman <rms@gnu.org>
10704
10705 * timer.el (run-with-idle-timer): Doc fix.
10706
10707 * mail/mail-utils.el (mail-strip-quoted-names):
10708 Handle case where <...> appears inside "...".
10709 Use replace-match to edit the string more simply.
10710 (rmail-dont-reply-to): Cope with an unmatched ".
10711
107122000-07-19 Dave Love <fx@gnu.org>
10713
10714 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10715 implementation.
10716
10717 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10718 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10719 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10720
107212000-07-19 Gerd Moellmann <gerd@gnu.org>
10722
10723 * textmodes/refer.el: Correct maintainer's email address.
10724
10725 * progmodes/hideif.el: Correct author's email address.
10726 Fix typo in comment.
10727
10728 * xml.el: New file.
10729
10730 * mail/mailheader.el: Correct author's mail address.
10731
10732 * gnus/parse-time.el: Correct author's mail address.
10733
107342000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10735
10736 * comint.el (comint-highlight-input, comint-highlight-face):
10737 New user options.
10738 (comint-input-ring-file-name): Change custom type.
10739 (comint-mode-map): Bind mouse-2.
10740 (comint-insert-clicked-input): New function.
10741 (comint-send-input): Handle input highlighting.
10742
107432000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10744
10745 * mouse.el (popup-menu): New function.
10746 (mouse-major-mode-menu): Use it.
10747
107482000-07-18 Dave Love <fx@gnu.org>
10749
10750 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10751 improvements.
10752
107532000-07-18 Gerd Moellmann <gerd@gnu.org>
10754
10755 * faces.el (face-font-selection-order)
10756 (face-font-family-alternatives): Add custom type.
10757
107582000-07-18 Dave Love <fx@gnu.org>
10759
10760 * cus-edit.el (custom-variable-reset-saved)
10761 (custom-variable-reset-standard): Remove unused bindings.
10762
10763 * rect.el (open-rectangle-line): Remove unused let.
10764
10765 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10766
107672000-07-18 Gerd Moellmann <gerd@gnu.org>
10768
10769 * cdl.el: Fix `Maintainer' keyword.
10770
10771 * play/pong.el: Add author's email address.
10772
107732000-07-17 Sam Steingold <sds@gnu.org>
10774
10775 * files.el (insert-directory): Call `split-string' instead of
10776 re-implementing it.
10777
107782000-07-18 Gerd Moellmann <gerd@gnu.org>
10779
10780 * mail/vms-pmail.el: Change maintainer to FSF.
10781
10782 * net/goto-addr.el: Change maintainer to FSF.
10783
10784 * info.el (Info-title-face-alist): Removed.
10785
107862000-07-18 David Ponce <david@dponce.com>
10787
10788 * recentf.el (recentf-open-files): New command that works like
10789 `recentf-open-more-files', but shows the whole list of files (not just
10790 those omitted from the menu). Useful if you don't use a menu-bar!
10791 (recentf-open-more-files) Modified to use `recentf-open-files'.
10792
10793 (recentf-open-files, recentf-open-more-files)
10794 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10795
10796 (recentf-dialog-mode): New mode for dialogs. You can now just type
10797 "q" to cancel the dialogs.
10798
107992000-07-18 David Ponce <david@dponce.com>
10800
10801 * recentf.el: This is a major update of recentf.el. It adds new
10802 features to better organize the recentf menu and "More..." buffer.
10803
10804 Using new provided menu filtering functions you can now organize the
10805 recent files list:
10806
10807 - by major modes
10808 - by directories
10809 - by user defined rules
10810
10811 Finally, with the new `recentf-filter-changer' customizable filter you
10812 can define a ring of filters and dynamically (via the menu) cycle on
10813 each menu organization in the ring (a la msb).
10814
108152000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10816
10817 * eshell/eshell.el (eshell): Replace links to eshell.info with
10818 links to eshell, to avoid problems on systems where the manual is
10819 installed as `eshell'.
10820 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10821 * eshell/em-smart.el (eshell-smart): Ditto.
10822 * eshell/em-banner.el (eshell-banner): Ditto.
10823 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10824
10825 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10826 same-file check in the MS-DOS version (it does support inodes).
10827
10828 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10829
10830 * eshell/eshell.el (eshell-directory-name):
10831 Run default directory name through convert-standard-filename.
10832
108332000-07-18 Kenichi Handa <handa@etl.go.jp>
10834
10835 * international/mule-cmds.el (select-safe-coding-system):
10836 Fix typo in the comment.
10837
10838 * language/european.el (compound-text):
10839 Force katakana-jisx0201 to be designated to G1.
10840
10841 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10842 Don't translate some national variant characters of latin-jisx0201.
10843 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10844
10845 * international/kkc.el (kkc-after-update-conversion-functions):
10846 New variable.
10847 (kkc-update-conversion): Run functions in it at the tail.
10848
108492000-07-16 John Wiegley <johnw@gnu.org>
10850
10851 * lisp/align.el (align-newline-and-indent):
10852 Adding new function. for auto-aligning blocks of code on RET.
10853 (align-region): Fixed badly formatted minibuffer message.
10854
108552000-07-17 Kenichi Handa <handa@etl.go.jp>
10856
10857 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10858 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10859 the conversion list at first if appropriate.
10860 (kkc-next): Don't update kkc-next-count here.
10861 (kkc-prev): Don't update kkc-prev-count here.
10862 (kkc-show-conversion-list-update): Fix setting up of conversion
10863 list message.
10864
108652000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10866
10867 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10868
108692000-07-16 Dave Love <fx@gnu.org>
10870
10871 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10872 function to be more specific.
10873
10874 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10875 non-string help-echo.
10876 (widget-types-convert-widget): Defsubst it.
10877 (widget-echo-help): Try to cope with a help-echo function of two
10878 possible sorts.
10879
108802000-07-15 Jason Rumney <jasonr@gnu.org>
10881
10882 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10883 Declare as obsolete.
10884
10885 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10886
108872000-07-14 Gerd Moellmann <gerd@gnu.org>
10888
10889 * hilit-chg.el: Fix typo.
10890
108912000-07-14 Dave Love <fx@gnu.org>
10892
10893 * info.el (Info-mode-menu): Fix use of :help, :enable.
10894
108952000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10896
10897 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10898
108992000-07-13 Dave Love <fx@gnu.org>
10900
10901 * emacs-lisp/easymenu.el: Doc fixes.
10902 (easy-menu-remove): Defalias to ignore.
10903
10904 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10905 Call throw correctly.
10906
109072000-07-13 Gerd Moellmann <gerd@gnu.org>
10908
10909 * faces.el (frame-background-mode): Doc fix.
10910
10911 * simple.el (eval-expression-print-length): Change custom type to
10912 allow entering nil as value.
10913
109142000-07-13 Dave Love <fx@gnu.org>
10915
10916 * progmodes/fortran.el (fortran-imenu-generic-expression):
10917 Change definition layout.
10918 (fortran-mode-menu): Reinstate customize entries.
10919
10920 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10921 Use :filter, per old XEmacs code.
10922
109232000-07-12 Gerd Moellmann <gerd@gnu.org>
10924
10925 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10926 event when deciding what to send to the terminal.
10927
109282000-07-12 Dave Love <fx@gnu.org>
10929
10930 * cus-start.el: Add optional version as 4th element of specs and
10931 use it for several things new in v21. Remove load-path. Fix type
10932 of line-number-display-limit.
10933
109342000-07-11 Dave Love <fx@gnu.org>
10935
10936 * progmodes/fortran.el: Don't require easymenu.
10937 Use repeat counts in various regexps.
10938 (fortran-mode-syntax-table): Defvar directly.
10939 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10940 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10941 Use defvar, not defconst.
10942 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10943 (fortran-mode): Set fortran-comment-line-start-skip,
10944 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10945 (fortran-comment-indent): Use defsubst.
10946 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10947 Use fortran-comment-indent, not fortran-comment-indent-function.
10948 (fortran-comment-region, fortran-electric-line-number): Simplify.
10949 (fortran-auto-fill): New function.
10950 (fortran-do-auto-fill): Deleted.
10951 (fortran-find-comment-start-skip):
10952 Check for non-null comment-start-skip.
10953 (fortran-auto-fill-mode, fortran-fill-statement):
10954 Use fortran-auto-fill.
10955 (fortran-fill): Use fortran-auto-fill. Check for null
10956 comment-start-skip. Simplify final clause and use end-of-line finally.
10957
10958 * widget.el (widget-plist-member): New alias.
10959
109602000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10961
10962 * eshell/esh-module.el (toplevel): Reference
10963 byte-compile-current-file only if it is bound.
10964
109652000-07-10 Gerd Moellmann <gerd@gnu.org>
10966
10967 * dired.el: Don't require `dired-aux'.
10968
109692000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10970
10971 * dired-aux.el (dired-show-file-type): New function.
10972 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10973 (dired-show-file-type): Add autoload.
10974
109752000-07-10 Kenichi Handa <handa@etl.go.jp>
10976
10977 * international/mule-diag.el (describe-font): Adjusted for the
10978 change of fontset-info.
10979 (print-fontset): Likewise.
10980
109812000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10982
10983 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10984
109852000-07-07 Gerd Moellmann <gerd@gnu.org>
10986
10987 * bindings.el: Bind `[delete]' to delete-char.
10988
10989 * dired.el (dired-find-alternate-file): New function.
10990 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10991 (toplevel): Require dired-aux when compiling.
10992 (dired-buffers): Move defvar within file to avoid compiler warning.
10993
10994 * info.el (Info-last-search): Variable removed.
10995 (Info-search-history): New variable.
10996 (Info-search): New Info-search-history.
10997
10998 * battery.el, info-look.el: Change author's mail address.
10999
110002000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11001
11002 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11003 if rmail-ignored-headers is nil.
11004 (rmail-retry-failure): Bind rmail-ignored-headers and
11005 rmail-displayed-headers to nil.
11006
110072000-07-06 Gerd Moellmann <gerd@gnu.org>
11008
11009 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11010 (print-region-1): Don't hard code `-h' here.
11011
11012 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11013
110142000-07-01 Francesco Potorti` <pot@gnu.org>
11015
11016 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11017 exim can use "your message" instead of "the message".
11018
110192000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11020
11021 * facemenu.el: Docstrings fixes.
11022 (facemenu-get-face): Don't use internal-find-face.
11023 (facemenu-iterate): Rename arg to match the docstring.
11024
11025 * newcomment.el (uncomment-region): Be more careful when skipping
11026 backwards over `=' not to bump into BOBP.
11027
110282000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11029
11030 * ediff-diff.el (ediff-wordify): Use syntax table.
11031 * ediff-init.el (ediff-has-face-support-p): Use
11032 ediff-color-display-p.
11033 (ediff-color-display-p): Use display-color-p, changed to defun
11034 from defsubst.
11035 Got rid of special cases for NeXT and OS/2.
11036 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11037 face.
11038
110392000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11040
11041 * emacs-lisp/lucid.el: Require CL.
11042 (copy-tree, remprop): Remove, it's provided by CL.
11043 (map-keymap): Define in terms of cl-map-keymap.
11044 (extent-property, set-extent-end-glyph): New functions.
11045
11046 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11047
110482000-07-05 Gerd Moellmann <gerd@gnu.org>
11049
11050 * Makefile.in (DONTCOMPILE): Add comment that the name may
11051 not be changed without changing the make-dist script.
11052
11053 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11054 (cl-mapc): Use mapc instead of cl-old-mapc.
11055
110562000-07-05 Andrew Innes <andrewi@gnu.org>
11057
11058 * makefile.nt: Add support for `bootstrap' and related targets.
11059
110602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11061
11062 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11063 (easy-menu-do-define): Use `menu-item' format.
11064 Handle case where easy-menu-create-menu returns a symbol.
11065 Manually call the potential top-level filter in the function binding.
11066 (easy-menu-filter-return): New arg NAME.
11067 Convert to a keymap if MENU is an XEmacs menu.
11068 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11069 (easy-menu-converted-items-table, easy-menu-convert-item):
11070 New var and fun to memoize easy-menu-convert-item-1.
11071 (easy-menu-do-add-item): Use it.
11072 (easy-menu-create-menu): Use easy-menu-convert-item.
11073 Wrap easy-menu-filter-return around any :filter specification.
11074 Don't convert the menu if a filter was specified.
11075 Tell easy-menu-make-symbol not to check for MENU being an expression.
11076 (easy-menu-make-symbol): New arg NOEXP.
11077
110782000-07-05 Gerd Moellmann <gerd@gnu.org>
11079
11080 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11081 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11082 (eval-defun): If called with prefix arg, instrument code for
11083 Edebug.
11084
11085 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11086 similar to that of eval-defun.
11087
110882000-07-04 Dave Love <fx@gnu.org>
11089
11090 * hl-line.el (hl-line-overlay): Make it permanent-local.
11091
11092 * calendar/todo-mode.el: Replaced with a working version, based on
11093 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11094
110952000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11096
11097 * paths.el (prune-directory-list): New function.
11098 (Info-default-directory-list): Rewritten to more methodically
11099 enumerate a big list of possible info directories (based on the
11100 list used by the standalone info reader).
11101
11102 * info.el (info-initialize): Use prune-directory-list to remove
11103 non-existent directories from Info-directory-list.
11104
11105 * paths.el (Info-default-directory-list): Try a list of possible
11106 info-directories instead of a single one. Add the possible
11107 info directory "/usr/share/info".
11108
11109 * woman.el (woman-man.conf-path): Explicitly include the debian
11110 man-db config file "/etc/manpath.config".
11111 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11112 are present in `manpath.config'.
11113 (woman-manpath): Include "/usr/share/man".
11114
111152000-07-03 Gerd Moellmann <gerd@gnu.org>
11116
11117 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11118
11119 * startup.el (command-line): Initialize blink-cursor based
11120 on window-system.
11121
11122 * frame.el (blink-cursor): Default to nil if not running under
11123 a window-system.
11124
11125 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11126 (face-x-resources): Remove duplicate entry for :font.
11127
11128 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11129 instead of cycling through windows with next-window.
11130
11131 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11132 of cycling through windows with next-window.
11133
11134 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11135 of cycling through windows with next-window.
11136
11137 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11138 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11139 instead of cycling through windows with next-window.
11140
11141 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11142 instead of cycling through windows with next-window.
11143
11144 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11145 of cycling through windows with next-window.
11146
11147 * terminal.el (te-process-output): Use walk-windows instead of
11148 cycling through windows with next-window.
11149
11150 * server.el (server-switch-buffer): Use some-window instead of
11151 cycling through windows with next-window.
11152
11153 * window.el (some-window): New function.
11154 (walk-windows): Remove reference to walk-windows-start.
11155
11156 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11157
111582000-07-03 Richard Stallman <rms@gnu.org>
11159
11160 * window.el (walk-windows): Guarantee termination by keeping a list
11161 of all the windows already handled.
11162
111632000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11164
11165 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11166 window-system.
11167
11168 * man.el (Man-notify-when-ready): Don't use window-system. If
11169 Man-notify-method is newframe, and the display is not
11170 multi-frame, select the frame created for the man page.
11171 (Man-init-defvars): Doc fix.
11172
111732000-06-28 Gerd Moellmann <gerd@gnu.org>
11174
11175 * faces.el (region): Change background color for light background.
11176
11177 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11178 attribute from mode-line face of Ediff control frame.
11179
11180 * replace.el (query-replace-map): Bind `e' like `E'.
11181
111822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11183
11184 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11185 Change name to "Select All".
11186
11187 * dos-fns.el (convert-standard-filename): Fix last change.
11188
111892000-06-27 Gerd Moellmann <gerd@gnu.org>
11190
11191 * help.el (describe-variable): Don't insert a second `'s' in front
11192 of the string `value is shown below'. Since the syntax-table is
11193 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11194 an existing `'s', so that this won't be deleted.
11195
11196 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11197 * pcmpl-unix.el: New files.
11198
111992000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11200
11201 * wid-edit.el (widget-member): Use the new plist-member.
11202
112032000-06-26 Gerd Moellmann <gerd@gnu.org>
11204
11205 * replace.el (perform-replace): Undo change of 2000-04-04.
11206 Instead, move backward 1 character at the end of the loop when
11207 necessary.
11208
11209 * faces.el (fringe): Change face for different backgrounds.
11210
11211 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11212 patch from John.
11213
11214 * eshell/*.el: Change spelling of the Free Software Foundation.
11215
11216 * eshell/esh-toggle.el: Removed.
11217
11218 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11219
11220 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11221 interactively.
11222
112232000-06-26 Alex Schroeder <alex@gnu.org>
11224
11225 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11226 `define-key'; instead of checking `(emacs-version)' check for
11227 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11228 for `;' and `o' which might be electric.
11229
11230 (sql-electric-stuff): New user option.
11231 (sql-magic-go): New function which uses `sql-electric-stuff'.
11232 (sql-magic-semicolon): New function which uses
11233 `sql-electric-stuff'.
11234
11235 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11236 is not fboundp.
11237
11238 (sql-oracle-options): New variable.
11239 (sql-oracle): Use it.
11240
11241 (sql-imenu-generic-expression): Doc change.
11242 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11243 is used.
11244
11245 (sql-informix): Added command line parameter "-" to force
11246 sql-informix-program to use stdout.
11247
112482000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11249
11250 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11251 (cp864-decode-table): Doc fix.
11252 (cp720-decode-table): New variable, supports the Arabic OEM
11253 codepage used by Windows.
11254 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11255
112562000-06-23 Dave Love <fx@gnu.org>
11257
11258 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11259 (font-lock-fontify-anchored-keywords): Use
11260 line-beginning-position.
11261 (global-font-lock-mode): Use mapc.
11262
112632000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11264
11265 * eshell/esh-module.el: Require CL when compiling.
11266
112672000-06-23 Gerd Moellmann <gerd@gnu.org>
11268
11269 * comint.el (comint-substitute-in-file-name): Call replace-match
11270 with second and third arg t.
11271
11272 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11273 Specify foreground color.
11274
11275 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11276 color.
11277
11278 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11279
11280 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11281 cddr instead of cdddr.
11282
11283 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11284 instead of copy-list.
11285
11286 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11287 of copy-list.
11288
11289 * subdirs.el: Add eshell subdirectory.
11290
11291 * eshell: New subdirectory containing the Eshell package.
11292
11293 * pcomplete.el: New file.
11294
112952000-06-23 Paul Eggert <eggert@twinsun.com>
11296
11297 * mail/mailpost.el (post-mail-send-it): Make sure file has
11298 proper permissions from birth.
11299
11300 * files.el (basic-save-buffer-2): When temporarily setting
11301 file modes, set them to current modes plus 0200, not to 0777.
11302
11303 * emerge.el (emerge-make-temp-file): Make sure file has proper
11304 permissions from birth.
11305
113062000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11307
11308 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11309 backup file name through convert-standard-filename.
11310
11311 * dos-fns.el (convert-standard-filename): Convert leading
11312 directories as well. When long file names are supported, convert
11313 characters that are invalid in Windows file names.
11314
113152000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11316
11317 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11318 ps-print crashes. New feature: page selection for printing. Create
11319 raw-text-unix coding system for XEmacs. Doc fix.
11320 (ps-print-version): New version number (5.2.3).
11321 (ps-plot-region): Bug fix.
11322 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11323 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11324 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11325 funs.
11326 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11327 (ps-last-page): New vars.
11328
113292000-06-21 Gerd Moellmann <gerd@gnu.org>
11330
11331 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11332 empty option string.
11333
113342000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11335
11336 * man.el (man): Doc fix.
11337
113382000-06-21 Kenichi Handa <handa@etl.go.jp>
11339
11340 * international/mule-cmds.el (set-language-info-alist): Docstring
11341 fixed.
11342
113432000-06-20 Gerd Moellmann <gerd@gnu.org>
11344
11345 * version.el (emacs-version): Use ISO date format.
11346
11347 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11348 instead of `M-backspace'.
11349
11350 * simple.el (turn-off-auto-fill): New function.
11351
113522000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11353
11354 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11355 Renamed from with-buffer-prepared-for-font-lock and use
11356 inhibit-modification-hooks rather than setting *-change-functions.
11357 Update all functions to use the new name.
11358 (jit-lock-first-unfontify-pos): New semantics (and doc).
11359 (jit-lock-mode): Make non-interactive.
11360 Don't automatically turn on font-lock.
11361 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11362 Always use jit-lock-after-change.
11363 Remove and restore font-lock-after-change-function.
11364 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11365 (jit-lock-after-unfontify-buffer): Remove.
11366 (jit-lock-stealth-fontify):
11367 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11368 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11369
113702000-06-20 Sam Steingold <sds@gnu.org>
11371
11372 * emacs-lisp/cl-indent.el (toplevel): Indent
11373 `print-unreadable-object' properly. Untabify.
11374
113752000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11376
11377 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11378 Support for bibentry.
11379 (reftex-compile-variables): Fixed problem with end of section-re.
11380
11381 * texmodes/reftex-dcr.el (reftex-view-crossref,
11382 reftex-view-crossref-from-bibtex):
11383 Deal with changed `reftex-find-citation-regexp-format'.
11384 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11385 Replaced `remprop' with `put'.
11386 (reftex-view-crossref, reftex-view-crossref-when-idle):
11387 Support for bibentry.
11388
11389 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11390 New entry for bibentry package.
11391
11392 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11393 Regexp also matches "\nobibliography".
11394
11395 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11396 Call `reftex-ensure-write-access' before doing anything.
11397 (reftex-ensure-write-access): New function.
11398
113992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11400
11401 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11402
11403 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11404
11405 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11406
11407 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11408
11409
114102000-06-20 Dave Love <fx@gnu.org>
11411
11412 * faces.el (frame-background-mode): Use set-default, not set, in
11413 setter.
11414 (frame-update-faces, frame-update-face-colors): Define with
11415 defalias.
11416
11417 * enriched.el (enriched-decode-foreground)
11418 (enriched-decode-background): Don't use internal-find-face.
11419
11420 * apropos.el: Doc fixes.
11421
11422 * cus-edit.el (customize-changed-options): Check arg.
11423 (customize-version-lessp): Don't require decimal point.
11424
11425 * custom.el (defcustom, defgroup): Doc fix.
11426
11427 * newcomment.el (comment) <defgroup>: Add :version.
11428 (comment-multi-line): Doc fix.
11429
11430 * emulation/mlsupport.el (define-hooked-local-abbrev,
11431 define-hooked-global-abbrev): Fix, using define-abbrev.
11432
114332000-06-19 Gerd Moellmann <gerd@gnu.org>
11434
11435 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11436 the whole buffer.
11437
114382000-06-19 Dave Love <fx@gnu.org>
11439
11440 * menu-bar.el (menu-bar-options-save): New function.
11441 (menu-bar-options-menu): Use it.
11442 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11443 Simplify.
11444
114452000-06-19 Andreas Schwab <schwab@suse.de>
11446
11447 * progmodes/etags.el (tags-query-replace): Put new parameters
11448 START and END at the end, for backward compatibility.
11449
114502000-06-19 Kenichi Handa <handa@etl.go.jp>
11451
11452 * international/codepage.el:
11453 (cp-coding-system-for-codepage-1): Delete special codes for
11454 generating xxx-dos coding system because now a CCL based coding
11455 system can handle EOL conversion by default.
11456
11457 * international/mule.el (make-coding-system): Generate subsidiary
11458 coding systems for EOL handling variants even for a CCL based
11459 coding system.
11460
114612000-06-19 Kenichi Handa <handa@etl.go.jp>
11462
11463 * international/isearch-x.el (isearch-minibuffer-input-method)
11464 (isearch-minibuffer-input-method-function): These variables
11465 deleted.
11466 (isearch-with-input-method): Don't use the above variables.
11467 (isearch-process-search-multibyte-characters): Likewise. Call
11468 read-string with the arg INHERIT-INPUT-METHOD t.
11469
114702000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11471
11472 * font-lock.el (font-lock-after-fontify-buffer)
11473 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11474
11475 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11476 Use consistent make-local-variable style for font-lock-fontified.
11477 (jit-lock-fontify-buffer):
11478 Don't bother checking for font-lock-mode and jit-lock-mode.
11479
11480 * time.el: Remove trailing ^M that prevent CVS-merging.
11481
114822000-06-16 Gerd Moellmann <gerd@gnu.org>
11483
11484 * Makefile.in (distclean): New target.
11485
114862000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * Makefile.in (srcdir): Define for update-subdirs.
11489
114902000-06-16 Gerd Moellmann <gerd@gnu.org>
11491
11492 * find-lisp.el: New file.
11493
114942000-06-16 Andrew Innes <andrewi@gnu.org>
11495
11496 * time.el (display-time-mail-function): New variable, to allow
11497 external packages to indicate when new mail is available.
11498 (display-time-update): Use it.
11499
115002000-06-16 Kenichi Handa <handa@etl.go.jp>
11501
11502 * international/mule.el (mule-version): Change version name to
11503 SAKAKI. AOI has already been used by Meadow.
11504
11505 * international/quail.el (quail-show-guidance-buf): To find the
11506 bottom window (but minibuffer), pay attention to the height of
11507 minibuffer.
11508
115092000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11510
11511 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11512 menu-bar menus. Add help strings. Don't remove the Edit menu
11513 from the menu bar, as the menu bar has enough space now.
11514
11515 * Makefile.in (SHELL): Make sure /bin/sh is used.
11516
11517 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11518 characters, which use series of two ^H characters instead of one.
11519
115202000-06-15 Gerd Moellmann <gerd@gnu.org>
11521
11522 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11523 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11524 functions.
11525 (Info-find-node-2): Try a case-sensitive search first, then
11526 do a case-insensitive search.
11527
11528 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11529 tutorials.
11530
11531 * complete.el (PC-env-vars-alist): New variable.
11532 (PC-complete-as-file-name): New function.
11533 (partial-completion-mode): Initialize PC-env-vars-alist from
11534 process-environment.
11535 (PC-do-completion): Handle completion of env vars.
11536
11537 * info.el (Info-set-mode-line): Show file name in mode line,
11538 use `*Info*' instead of `Info:'.
11539
11540 * startup.el (command-line-1): Change copyright messages to year
11541 2000.
11542
115432000-06-15 Dave Love <fx@gnu.org>
11544
11545 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11546 not local-map.
11547
115482000-06-15 Kenichi Handa <handa@etl.go.jp>
11549
11550 * international/mule.el (set-buffer-file-coding-system): Almost
11551 rewritten to handle `undecided' as no-op.
11552
115532000-06-14 Gerd Moellmann <gerd@gnu.org>
11554
11555 * Makefile.in: New file.
11556
11557 * Makefile: Removed.
11558
11559 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11560 (goto-address-highlight-keymap): Bind C-c RET.
11561
115622000-06-14 Kenichi Handa <handa@etl.go.jp>
11563
11564 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11565 inherits buffer-file-coding-system of the current buffer.
11566
11567 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11568 0. Give correct argument to set-auto-coding-function.
11569 (tar-expunge): For goto-char, use (point-min), not 0.
11570 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11571 (tar-subfile-save-buffer): Likewize.
11572
11573 * international/mule.el
11574 (after-insert-file-set-buffer-file-coding-system): Call
11575 set-buffer-file-coding-system with the arg FORCE t.
11576
115772000-06-13 Gerd Moellmann <gerd@gnu.org>
11578
11579 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11580 nil. Contemporary sendmails issue an X-Authentication-Warning if
11581 the sender is set with `-f'.
11582
115832000-06-13 Dave Love <fx@gnu.org>
11584
11585 * help.el (describe-function-1): Kluge around cases of functions
11586 fset to subrs whose doc doesn't match their symbol-name.
11587
11588 * image.el (insert-image): Default STRING to a space.
11589
11590 * info.el Doc fixes.
11591 (Info-build-node-completions): Match Ref tags.
11592
115932000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11594
11595 * frame.el (display-multi-frame-p, display-multi-font-p): New
11596 defaliases for display-graphic-p.
11597
11598 * hl-line.el: Fixed a typo in commentary.
11599
116002000-06-13 Kenichi Handa <handa@etl.go.jp>
11601
11602 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11603 fixed.
11604
116052000-06-12 Dave Love <fx@gnu.org>
11606
11607 * image.el (insert-image): Save a little consing.
11608
116092000-06-12 Kenichi Handa <handa@etl.go.jp>
11610
11611 * language/tibet-util.el: Convert all tibetan-1-column characters
11612 to the corresponding tibetan characters.
11613 (tibetan-add-components): Delete code for the special treatment of
11614 'a chung.
11615
11616 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11617 change.
11618 (tibetan-vowel-transcription-alist): More rules added.
11619 (tibetan-composite-vowel-alist): New variable.
11620 (tibetan-precomposition-rule-alist): More rules added.
11621
116222000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11623
11624 * startup.el (command-line): Only call menu-bar-mode if interactive.
11625
11626 * thingatpt.el (toplevel symbol-properties):
11627 * textmodes/makeinfo.el (makeinfo-compile):
11628 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11629 * progmodes/hideif.el (hif-compress-define-list)
11630 (hide-ifdef-use-define-alist):
11631 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11632 (ange-ftp-vms-add-file-entry):
11633 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11634 * man.el (Man-build-man-command):
11635 * mail/rnewspost.el (news-reply-header-hook):
11636 * info.el (Info-insert-dir):
11637 * emulation/mlconvert.el (backward-word, forward-word, setq):
11638 * emacs-lisp/gulp.el (gulp-send-requests):
11639 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11640 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11641 (byte-optimize-apply, end of file):
11642 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11643 (ad-make-freeze-definition):
11644 * startup.el (command-line, command-line-1): Don't quote lambdas.
11645
11646 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11647 (cvs-cleanup-removed): New function.
11648 (cvs-cleanup-functions): New var.
11649 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11650 some flexibility in specifying additional entries to auto-cleanup.
11651 (cvs-quickdir): New function.
11652 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11653 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11654 (cvs-mode-find-file): Check that we are on a filename or dirname
11655 when invoked through a mouse-click.
11656 (cvs-full-path): Remove.
11657 (cvs-dired-action): Re-introduced.
11658 (cvs-dired-noselect): Use it.
11659 (vc-post-command-functions): use this new hook if available.
11660
11661 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11662 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11663 (cvs-filename-map, cvs-dirname-map): Remove.
11664 (cvs-default-action): Remove.
11665 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11666 if the arg is really a keymap.
11667 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11668 Don't hardcode the mapping from state (aka type) to face, but check
11669 the var cvs-fi-<type>-face instead.
11670 (cvs-fileinfo-from-entries): New function.
11671
11672 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11673 Docstring fix.
11674 (cvs-find-file-and-jump): Change default to be safer.
11675 (cvs-mode-diff-map): Define it as a function as well.
11676 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11677 Bind mouse-2 in this global map rather than with text-properties.
11678
11679 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11680 file to resolve the ambiguity between C(conflict) and C(need-merge).
11681
116822000-06-12 Kenichi Handa <handa@etl.go.jp>
11683
11684 * international/mule.el (set-buffer-file-coding-system): If
11685 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11686 unconditionally.
11687
116882000-06-12 Dave Love <fx@gnu.org>
11689
11690 * wid-edit.el (widget-specify-button): Really suppress the face if
11691 required.
11692
116932000-06-11 Gerd Moellmann <gerd@gnu.org>
11694
11695 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11696
116972000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11698
11699 * imenu.el (imenu-generic-expression): Docstring fix.
11700
11701 * composite.el (composition-function-table): Move the `put'
11702 below the autoload cookie so we can load the file before loaddefs.
11703
11704 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11705
11706 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11707 Handle easy-mmode-define-global-mode.
11708 For complex macros like define-minor-mode that can generate
11709 several autoload entries, try to autoload entries in the
11710 macroexpanded code.
11711
11712 * emacs-lisp/easy-mmode.el (define-minor-mode):
11713 If KEYMAP is a symbol, just use it.
11714 Use byte-compile-current-file and load-file-name to infer the
11715 proper :require to pass to defcustom.
11716 Wrap the hook var into `progn' so as not to autoload it.
11717 Add a :autoload-end cookie.
11718 Be more careful about the evaluation of KEYMAP.
11719 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11720 (define-derived-mode): Move define-abbrev-table outside of defvar.
11721
117222000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11723
11724 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11725 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11726 (backup-compiled-files): Ignore errors during `tar'.
11727 (bootstrap): Make autoloads before elc files.
11728
117292000-06-10 Kenichi Handa <handa@etl.go.jp>
11730
11731 * international/mule.el (set-buffer-file-coding-system): If one of
11732 undecided-XXX is specified, change only EOL conversion.
11733
11734 * international/mule-conf.el (unix): New alias for the coding
11735 system undecided-unix.
11736
117372000-06-09 Dave Love <fx@gnu.org>
11738
11739 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11740
11741 * progmodes/executable.el: Byte compile dynamic.
11742 (executable-insert): Change custom type.
11743 (executable-find): Add autoload cookie.
11744 (executable-make-buffer-file-executable-if-script-p): New
11745 function. After Noah Friedman.
11746
11747 * files.el (after-save-hook): Customize, with
11748 executable-make-buffer-file-executable-if-script-p as an option.
11749
117502000-06-09 Kenichi Handa <handa@etl.go.jp>
11751
11752 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11753 "tib24p-mule.bdf" for Tibetan.
11754
11755 * composite.el (decompose-composite-char): Declare it as obsolete.
11756
11757 * man.el (Man-fontify-manpage): Pay attention to underline and
11758 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11759
117602000-06-08 Gerd Moellmann <gerd@gnu.org>
11761
11762 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11763 Set maintainer to FSF since author isn't reachable.
11764
117652000-06-08 Dave Love <fx@gnu.org>
11766
11767 * international/mule-cmds.el (select-safe-coding-system): If
11768 DEFAULT-CODING-SYSTEM is not specified, also check the most
11769 preferred coding-system if buffer-file-coding-system is
11770 `undecided'. From Handa.
11771
117722000-06-08 Kenichi Handa <handa@etl.go.jp>
11773
11774 * international/mule.el
11775 (after-insert-file-set-buffer-file-coding-system): If the buffer
11776 size is greater than INSERTED, judget that we are not visiting.
11777
117782000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11779
11780 * whitespace.el (defgroup whitespace): Comment out `:version'.
11781 XEmacs 20.4 has problems defining the group with this present.
11782 We'll have this commented out till get resolve the problem.
11783
117842000-06-07 John Wiegley <johnw@gnu.org>
11785
11786 * align.el (align-dq-string-modes, align-sq-string-modes)
11787 (align-open-comment-modes): Add pyhton-mode.
11788 (align-rules-list): Use get-text-property instead of
11789 text-properties-at.
11790 (align-rules-list): Add python-assignment.
11791 (align-rules-list): Change perl-comma-delimiter to
11792 basic-comma-delimiter. Use if for Perl modes and python-mode.
11793 (align-rules-list): Add python-chain-logic and
11794 basic-line-continuation.
11795
117962000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11797
11798 * apropos.el (apropos-mode-hook): New user variable.
11799 (apropos-mode): Run apropos-mode-hook.
11800
118012000-06-07 David Ponce <david@dponce.com>
11802
11803 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11804 commands. Require `wid-edit' at run-time.
11805
118062000-06-07 David Ponce <david@dponce.com>
11807
11808 * recentf.el: Added some "Commentary".
11809 (recentf-open-more-files, recentf-edit-list): Minor changes to
11810 move the point at the top of the file list. This behaviour is
11811 consistent with the menu one when the list contains a lot of
11812 files.
11813 (recentf-cleanup): Now displays the number of items removed from
11814 the list.
11815 (recentf-relative-filter) New menu filter to show filenames
11816 relative to `default-directory'.
11817
118182000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11819
11820 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11821 with/without giving an error if PostScript printer doesn't have this
11822 kind of page size. Zebra Stripe continues or restarts on next page.
11823 Manual/automatic paper feeding. Switch or not the header.
11824 (ps-print-version): New version number (5.2.2).
11825 (ps-windows-system): Include emx as a Windows system.
11826 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11827 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11828 (ps-background-text): Code fix.
11829 (ps-error-handler-message, ps-user-defined-prologue)
11830 (ps-print-prologue-header, ps-printer-name)
11831 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11832 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11833 (ps-use-face-background): Customization fix.
11834 (ps-n-up-database): Data fix.
11835 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11836 (ps-switch-header): New vars.
11837 (ps-xemacs-color-name, ps-face-foreground-name)
11838 (ps-face-background-name, ps-boolean-constant): New funs.
11839
118402000-06-07 Dave Love <fx@gnu.org>
11841
11842 * allout.el: New version from Manheimer.
11843
118442000-06-07 Kenichi Handa <handa@etl.go.jp>
11845
11846 * textmodes/fill.el (fill-find-break-point): Check the validity of
11847 charset.
11848
118492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11850
11851 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11852 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11853 Call display-color-p and display-mouse-p instead of looking at
11854 window-system.
11855
118562000-06-06 Dave Love <fx@gnu.org>
11857
11858 * image.el (find-image): Doc fix. Return nil if image not found.
11859 (put-image, insert-image): Make STRING arg optional.
11860
118612000-06-06 Kenichi Handa <handa@etl.go.jp>
11862
11863 * language/vietnamese.el: Remove eval-when-compile.
11864 (viet-viscii-nonascii-translation-table): Define it as a
11865 translation table made from viet-viscii-decode-table.
11866 (viet-viscii-encode-table): Define it as a translation table made
11867 from the reverse map of above.
11868 (viet-vscii-nonascii-translation-table): Define it as a
11869 translation table made from viet-vscii-decode-table.
11870 (viet-vscii-encode-table): Define it as a translation table made
11871 from the reverse map of above.
11872 (ccl-decode-viscii): Use translate-character.
11873 (ccl-encode-viscii, ccl-encode-viscii-font)
11874 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11875 Likewize.
11876
11877 * language/cyrillic.el: Remove eval-when-compile.
11878 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11879 translation table made from cyrillic-koi8-r-decode-table.
11880 (cyrillic-koi8-r-encode-table): Define it as a translation table
11881 made from the reverse map of above.
11882 (ccl-decode-koi8): Use translate-character.
11883 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11884 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11885 a translation table made from cyrillic-alternativnyj-decode-table.
11886 (cyrillic-alternativnyj-encode-table): Define it as a translation
11887 table made from the reverse map of above.
11888 (ccl-decode-alternativnyj): Use translate-character.
11889 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11890 Likewize
11891
11892 * international/mule-diag.el (non-iso-charset-alist): Specify
11893 translation table symbol instead of translation table itself.
11894 (list-block-of-chars): CHARSET may be a translation table symbol.
11895
11896 * international/mule.el (make-coding-system): If CODING-SYSTEM
11897 already exists, override it.
11898
11899 * international/fontset.el: Use family `proportional' for Tibetan
11900 fonts.
11901
11902 * international/ccl.el (ccl-compile-translate-character): Don't
11903 check if Rrr has property translation-table.
11904 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11905
119062000-06-05 Gerd Moellmann <gerd@gnu.org>
11907
11908 * info.el: Bind case-fold-search to t when searching in case
11909 a user sets it to nil in a hook.
11910
119112000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11912
11913 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11914 * hl-line.el (hl-line-mode): Use the new :global key argument.
11915
11916 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11917 (tar-clip-time-string): Prepend a space.
11918 (tar-grind-file-mode): Construct a string rather than modifying one.
11919 (tar-header-block-summarize): Fix docstring.
11920 Use `format' rather than an error-prone set of copy-loops.
11921
11922 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11923 (diff-goto-source, diff-unified->context, diff-context->unified)
11924 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11925 understand the format output by the `-p' argument to diff.
11926
11927 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11928 (sh-re-done): Use defconst.
11929 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11930 (sh-help-string-for-variable, sh-guess-basic-offset):
11931 Don't quote lambdas.
11932 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11933 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11934
11935 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11936 (mh-letter-mode): Derive from text-mode.
11937 This implicitly means that it now calls kill-all-local-variables.
11938 Also remove the Emacs-18 compatibility code.
11939
11940 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11941 Make use of symbol-property doc-string-elt.
11942 Use memq rather than a sequence of eq.
11943 (doc-string-elt): Fix the wrong or missing previously unused values.
11944 (autoload-print-form): New function extracted from
11945 generate-file-autoloads to allow recursion when handling progn
11946 so that defvar's and defun's docstrings are properly printed.
11947 (generate-file-autoloads): Use it.
11948
11949 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11950 Use find-file-hooks in the minor-mode function.
11951 Be careful not to loop indefinitely in the post-command-hook function.
11952
119532000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11954
11955 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11956 tty's.
11957 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11958 differences whenever appropriate.
11959 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11960 * viper.el (find-file, find-file-other-window): Get viper to do
11961 wildcards.
11962
119632000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11964
11965 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11966 (jit-lock-fontify-buffer): New function for JIT refontification.
11967 (jit-lock-mode): Fix docstring.
11968 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11969 Remove jit-lock-after-change from the _local_ hook.
11970 (jit-lock-function-1): Fix docstring.
11971
11972 * info.el (Info-on-current-buffer): Initialize info.
11973
11974 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11975
11976 * progmodes/tcl.el (tcl-indent-for-comment):
11977 Ignore comment-indent-hook.
11978
11979 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11980 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11981 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11982 and improve to use the lighter to guess the capitalization.
11983 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11984 Add keyword arguments to specify global-ness or the custom group.
11985 Add local-map and help-echo properties to the lighter.
11986 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11987 (easy-mmode-define-global-mode): New macro.
11988
119892000-06-02 Dave Love <fx@gnu.org>
11990
11991 * wid-edit.el: byte-compile-dynamic since we typically don't use
11992 all the widgets. Don't require cl or widget. Remove
11993 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
11994 (widget-read-event): Removed. Callers changed to use read-event.
11995 (widget-button-release-event-p): Renamed from
11996 button-release-event-p.
11997 (widget-field-add-space, widget-field-use-before-change):
11998 Uncustomize.
11999 (widget-specify-field): Use keymap property, not local-map.
12000 (widget-specify-button): Obey :suppress-face.
12001 (widget-specify-insert): Use modern backquote syntax.
12002 (widget-image-directory): Renamed from widget-glyph-directory.
12003 (widget-image-enable): Renamed from widget-glyph-enable.
12004 (widget-image-find): Replaces widget-glyph-find.
12005 (widget-button-pressed-face): Move defvar.
12006 (widget-image-insert): Replaces widget-glyph-insert.
12007 (widget-convert): Use keywordp.
12008 (widget-leave-text, widget-children-value-delete): Use mapc.
12009 (widget-keymap): Remove XEmacs stuff.
12010 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12011 (widget-button-click): Don't set point at the click, but re-centre
12012 if we scroll out of window. Rewritten for images v. glyphs &c.
12013 (widget-tabable-at): Use POS arg, not point.
12014 (widget-beginning-of-line, widget-end-of-line)
12015 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12016 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12017 (widget-default-create): Use widget-image-insert; some rewriting.
12018 (widget-visibility-value-create)
12019 (widget-push-button-value-create, widget-toggle-value-create): Use
12020 widget-image-insert.
12021 (checkbox): Create on and off images dynamically.
12022 (documentation-link): Change :help-echo.
12023 (widget-documentation-link-echo-help): Remove.
12024
120252000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12026
12027 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12028
12029 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12030 (easy-mmode-define-toggle, define-minor-mode): Use it.
12031 (easy-mmode-define-keymap): Docstring fix.
12032 (define-derived-mode): Default PARENT to fundamental-mode.
12033 Add the derived-mode-parent symbol-property.
12034 (easy-mmode-derived-mode-p): New function.
12035
120362000-06-02 Dave Love <fx@gnu.org>
12037
12038 * files.el (convert-standard-filename): Doc fix.
12039 (normal-backup-enable-predicate): New function.
12040 (backup-enable-predicate): Use it to replace the lambda form.
12041
12042 * calendar/todo-mode.el: [This needs more work on the outline
12043 stuff.] Doc fixes.
12044 (todo) <defgroup>: Add :version.
12045 (todo-add-category): Don't use pushnew.
12046 (todo-cmd-raise): Fix typo.
12047 (todo-top-priorities): Change temp buffer name.
12048 (todo-category-alist): Avoid redundant lambda.
12049 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12050 Use outline-next-heading.
12051
12052 * autoarg.el: Rewritten to use define-minor-mode.
12053 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12054 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12055
120562000-06-02 Kenichi Handa <handa@etl.go.jp>
12057
12058 * isearch.el (isearch-other-meta-char): Fix previous change.
12059
120602000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12061
12062 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12063 (log-edit-done): Only add the comment to the ring if it's different
12064 from the last comment entered.
12065
12066 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12067
120682000-06-01 Dave Love <fx@gnu.org>
12069
12070 * hl-line.el: Rewritten using define-minor-mode.
12071
12072 * help.el (describe-function-1): Distinguish special form from
12073 builtin function. Sanity-check presence of arglist for builtins.
12074
120752000-06-01 Kenichi Handa <handa@etl.go.jp>
12076
12077 * international/characters.el: Fix syntax/category setting of
12078 Tibetan characters.
12079
12080 * language/tibet-util.el (tibetan-add-components): Fixes for new
12081 encoding of Tibetan characters.
12082 (tibetan-decompose-precomposition-alist): New variable.
12083 (tibetan-decompose-region): Convert precomposed characters to
12084 non-precomposed characters.
12085 (tibetan-decompose-string): Likewise.
12086 (tibetan-composition-function): Fix args to
12087 thibetan-compose-string.
12088
12089 * language/tibetan.el (tibetan-composable-pattern): More
12090 characters included.
12091 (tibetan-consonant-transcription-alist): Rule for "R" added.
12092 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12093 "+R" added.
12094 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12095
12096 * language/lao-util.el (lao-composition-function): Fix args to
12097 compose-string.
12098
12099 * language/thai-util.el (thai-composition-function): Fix args to
12100 compose-string.
12101
12102 * isearch.el (isearch-update): Set disable-point-adjustment to t
12103 to prevent the point moving to the end of a composition when a
12104 part of a composition is searched.
12105 (isearch-other-meta-char): If the key invoking this command can be
12106 mapped by function-key-map to a printing char, call
12107 isearch-process-search-char directly.
12108
121092000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12110
12111 * emacs-lisp/bytecomp.el:
12112 * frame.el:
12113 * international/mule-cmds.el:
12114 * international/mule-util.el:
12115 * international/mule.el:
12116 * mouse.el:
12117 * subr.el:
12118 * faces.el: Update calls to make-obsolete with a WHEN argument.
12119
12120 * byte-run.el (make-obsolete, make-obsolete-variable):
12121 Add an optional WHEN argument and change the format of the
12122 symbol-property information.
12123 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12124 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12125 new obsolete-symbol-property format and print WHEN if it is provided.
12126
121272000-05-31 Dave Love <fx@gnu.org>
12128
12129 * loadhist.el (loadhist-hook-functions): Remove
12130 before-change-function, after-change-function.
12131 (unload-feature): Deal with symbols which are both bound and
12132 fbound.
12133
12134 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12135 before-change-function, after-change-function.
12136
12137 * simple.el (newline): Don't bind before-change-function,
12138 after-change-function.
12139
121402000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12141
12142 * whitespace.el (whitespace-rescan-timer-time): Update interval
12143 set to 600 seconds (10 minutes) instead of 60 seconds since
12144 a large number of whitespace buffers causes emacs to `freeze'
12145 for a considerable amount of time.
12146
12147 * whitespace.el: Updated email address
12148
121492000-05-31 Dave Love <fx@gnu.org>
12150
12151 * add-log.el (change-log-font-lock-keywords) <function>: Add
12152 pattern for function of change.
12153 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12154 acknowledgements patterns.
12155
121562000-05-31 Kenichi Handa <handa@etl.go.jp>
12157
12158 * isearch.el (isearch-printing-char): If keyboard coding system is
12159 being used, call isearch-process-search-multibyte-characters.
12160
12161 * international/isearch-x.el: Mostly rewritten.
12162
12163 * international/quail.el (quail-start-conversion): Don't include
12164 unhandled events in the returned events, but set them in
12165 unread-command-events. Exit if all inputs are deleted.
12166
121672000-05-30 Jason Rumney <jasonr@gnu.org>
12168
12169 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12170
12171 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12172 Reenable code to create initial fontsets.
12173 Use set-fontset-font in place of put-charset-property.
12174
121752000-05-30 Gerd Moellmann <gerd@gnu.org>
12176
12177 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12178 label, ensure that the first colon isn't followed by another.
12179
12180 * paths.el (Info-default-directory-list): Doc fix.
12181
12182 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12183 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12184 send a query containing USER only, not USER@HOST.
12185
12186 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12187 and rmail-msgend to compute the restriction at the end, instead of
12188 computing it.
12189
121902000-05-29 Gerd Moellmann <gerd@gnu.org>
12191
12192 * dabbrev.el (dabbrev-expand): Don't display messages in the
12193 echo area if the minibuffer window is active.
12194
12195 * jit-lock.el (jit-lock-mode): Add after change function to
12196 local hook.
12197
121982000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12199
12200 * antlr-mode.el: New commands: hide/unhide actions,
12201 upcase/downcase literals.
12202 (antlr-tiny-action-length): New user option.
12203 (antlr-hide-actions): New command. Suggested by
12204 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12205 (antlr-mode-map): New binding [C-c C-v].
12206 (antlr-mode-menu): New entries.
12207 (antlr-downcase-literals): New command.
12208 (antlr-upcase-literals): Ditto.
12209
12210 * antlr-mode.el: Minor changes: indendation, mode-name.
12211 (antlr-indent-line): Indent cpp directive at column 0.
12212 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12213
12214 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12215 (antlr-font-lock-additional-keywords): Workaround for intentional
12216 bug in XEmacs version of font-lock.
12217 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12218 be used by a smarter version of `buffers-menu-grouping-function'.
12219
122202000-05-29 Gerd Moellmann <gerd@gnu.org>
12221
12222 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12223 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12224
122252000-05-29 Kenichi Handa <handa@etl.go.jp>
12226
12227 * international/encoded-kb.el
12228 (encoded-kbd-iso2022-designation-map): Pay attention to that
12229 charset-iso-final-char return -1 for eight-bit-control and
12230 eight-bit-graphic.
12231
122322000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12233
12234 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12235 (speedbar-easymenu-definition-base): Use display-graphic-p where
12236 available, instead of window-system.
12237
122382000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12239
12240 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12241 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12242 coding systems.
12243
122442000-05-26 Dave Love <fx@gnu.org>
12245
12246 * disp-table.el (standard-display-underline): Don't use
12247 internal-find-face.
12248
12249 * mail/reporter.el: Maintainer change. Doc fixes.
12250 (reporter-version): Deleted.
12251
12252 * emacs-lisp/elp.el: Maintainer change.
12253 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12254
122552000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12256
12257 * add-log.el (add-change-log-entry): Merge the current entry with the
12258 previous one if the previous one is empty.
12259
122602000-05-26 Dave Love <fx@gnu.org>
12261
12262 * loadhist.el (unload-feature): Fix interactive spec [from
12263 lijnzaad@ebi.ac.uk].
12264
12265 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12266 subr-arity to check primitives.
12267 (byte-compile-flush-pending, byte-compile-file-form-progn)
12268 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12269 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12270 mapcar.
12271
122722000-05-26 Kenichi Handa <handa@etl.go.jp>
12273
12274 * international/fontset.el: Set family names of non-latin charsets
12275 in default fontset to "*".
12276
12277 * international/mule-diag.el (print-fontset): Combine family part
12278 and registry part of the fontname by "-*-" instead of "-".
12279
12280 * international/mule-cmds.el (encode-coding-char): Make strings
12281 multibyte before calling encode-coding-string.
12282
122832000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12284
12285 * derived.el: Fix keywords.
12286 (define-derived-mode): Only define if needed.
12287
12288 * simple.el (fill-comment, comment-column, comment-start)
12289 (comment-start-skip, comment-end, comment-indent-function)
12290 (block-comment-start, block-comment-end, indent-for-comment)
12291 (set-comment-column, kill-comment, comment-padding, comment-region)
12292 (comment-multi-line, indent-new-comment-line): Remove.
12293
12294 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12295 function names for comment operations.
12296
12297 * newcomment.el: Add abundant autoload cookies.
12298 (comment-style): Don't depend on runtime data at compile-time.
12299 (comment-indent-hook): Remove.
12300 (comment-indent): Check if comment-indent-hook is bound.
12301 (comment-region): Docstring fix.
12302
123032000-05-25 Dave Love <fx@gnu.org>
12304
12305 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12306 byte-code-function-p.
12307
12308 * mail/rmailsum.el: Add provide.
12309
12310 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12311
12312 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12313 defcustom.
12314
123152000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12316
12317 * ediff-diff.el (ediff-exec-process): delete --binary option from
12318 non-buffer ediff jobs.
12319
123202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12321
12322 * hilit-chg.el (highlight-changes-mode): Ask about color or
12323 grayscale support, not about window-system.
12324
12325 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12326 window-system.
12327 (ffap-highlight): Always default to t.
12328
12329 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12330 display-popup-menus-p instead of looking at window-system.
12331
12332 * disp-table.el (standard-display-g1, standard-display-graphic):
12333 Only refuse to use string glyphs on X and MS-Windows.
12334
12335 * avoid.el: Remove window-system from commentary, suggest to use
12336 display-*-p instead.
12337
12338 * apropos.el (apropos-print): Use display-mouse-p instead of
12339 window-system.
12340
123412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12342
12343 * international/codepage.el (cp-decoding-vector-for-codepage):
12344 Fill up unsupported characters with their own codes. From Kenichi
12345 Handa.
12346
123472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * international/mule-diag.el (describe-char-after): Use
12350 display-graphic-p instead of window-system, so that this function
12351 works on MS-DOS.
12352
123532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12354
12355 * international/codepage.el (cp-make-coding-systems-for-codepage):
12356 Remove the eight-bit-graphic and eight-bit-control charsets from
12357 the list of charsets which we convert into `?'.
12358
123592000-05-25 Kenichi Handa <handa@etl.go.jp>
12360
12361 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12362 private charsets.
12363 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12364 japanese-jisx0213-2): New charsets.
12365
12366 * international/fontset.el: Setup default fontset for new charsets.
12367
123682000-05-24 Dave Love <fx@gnu.org>
12369
12370 * info.el (Info-find-node-2): Restructure [following "Vadim
12371 S. Solomin" <sovs@uic.nnov.ru>].
12372
12373 * icomplete.el: Fix header for Finder.
12374
123752000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12376
12377 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12378 STAY.
12379
12380 * rmail.el (rmail-automatic-folder-directives): New user variable.
12381 (rmail-show-message): Add call to `rmail-auto-file' during
12382 display.
12383 (rmail-auto-file): New function.
12384
123852000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12386
12387 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12388 account.
12389 (ediff-test-utility,ediff-diff-mandatory-option)
12390 (ediff-reset-diff-options): Utilities for proper initialization of
12391 ediff-diff-options and ediff-diff3-options on Windows.
12392
12393 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12394 variable.
12395
12396 * ediff-mult.el (ediff-filegroup-action): Use
12397 ediff-merge-filename-prefix.
12398
123992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12400
12401 * viper-ex.el (ex-write): Set selective display to nil.
12402
124032000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12404
12405 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12406 aliases for hebrew-iso-8bit.
12407
124082000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12409
12410 * woman.el: New version from Francis J. Wright
12411 <F.J.Wright@Maths.QMW.ac.uk>.
12412 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12413 names in environment variables regardless of the path separator.
12414 (woman-topic-all-completions-1): Don't call file-name-directory-p
12415 on all files, since woman-file-regexp already filters out any
12416 directories.
12417
124182000-05-24 Kenichi Handa <handa@etl.go.jp>
12419
12420 * international/quail.el (quail-start-translation): Don't change
12421 modified-p of the current buffer.
12422 (quail-start-conversion): Likewise.
12423
12424 * international/kkc.el (kkc-region): Don't change modified-p of
12425 the current buffer.
12426
12427 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12428 conform to RFC1468.
12429 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12430
124312000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12432
12433 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12434 (speedbar-insert-button): Invisible text property fix.
12435 (speedbar-directory-plus): Renamed from speedbar-directory-+
12436 (speedbar-directory-minus): Renamed from speedbar-directory--
12437 (speedbar-page-plus): Renamed from speedbar-file-+
12438 (speedbar-page-minus): Renamed from speedbar-file--
12439 (speedbar-page): Renamed from speedbar-file-
12440 (speedbar-tag): Renamed from speedbar-tag-
12441 (speedbar-tag-plus): Renamed from speedbar-tag-+
12442 (speedbar-tag-minus): Renamed from speedbar-tag--
12443 (speedbar-expand-image-button-alist): Use above renames.
12444
12445 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12446 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12447 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12448 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12449 * sb-pg.xpm: Renamed from sb-file.xpm
12450 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12451 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12452
124532000-05-24 Kenichi Handa <handa@etl.go.jp>
12454
12455 * international/quail.el (quail-show-guidance-buf): Set
12456 current-input-method of the guidance buffer to the name of the
12457 curren input method.
12458
124592000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12460
12461 * progmodes/compile.el (compile-internal): Style typo.
12462
12463 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12464 quote vars and functions in the docstring.
12465
12466 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12467
12468 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12469 Don't quote lambdas.
12470
12471 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12472
124732000-05-23 Gerd Moellmann <gerd@gnu.org>
12474
12475 * startup.el (command-line): Determine source file of compiled
12476 user init file differently. Warn if compiled user init file
12477 is older than its source file.
12478
12479 * ffap.el (ffap-url-regexp): Add `https'.
12480
124812000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12482
12483 * files.el (make-backup-file-name-1): Replace slashes with `!'
12484 rather than `|' (which is not allowed on Windows). Replace the
12485 drive letters with a string "drive_X".
12486
124872000-05-23 Gerd Moellmann <gerd@gnu.org>
12488
12489 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12490
12491 * files.el (interpreter-mode-alist): Add `bash2'.
12492
124932000-05-22 Dave Love <fx@gnu.org>
12494
12495 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12496 mapc.
12497 (feature-file): Avoid calling symbol-name. Doc fix.
12498 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12499 (loadhist-hook-functions): Add mouse-position-function.
12500 (unload-feature): Change uses of mapcar.
12501
12502 * files.el (parse-colon-path): Doc fix.
12503 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12504 (set-auto-mode): Use mapc.
12505
12506 * complete.el (PC-look-for-include-file): Use :alnum: character
12507 class.
12508 (partial-completion-mode): Add autoload cookie.
12509
125102000-05-22 Sam Steingold <sds@gnu.org>
12511
12512 * info.el (Info-fontify-node): Fixed the call to
12513 `add-text-properties' (bug introduced on 2000-05-18).
12514
125152000-05-22 Dave Love <fx@gnu.org>
12516
12517 * bindings.el: Remove debug-ignored-errors set in other files.
12518
12519 * progmodes/etags.el: Add to debug-ignored-errors.
12520 (visit-tags-table-buffer): Clear out buffers holding old tables
12521 when making a new list.
12522 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12523 mapc.
12524
12525 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12526 quote keywords.
12527 (cmpl-string-case-type): Use character classes.
12528
12529 * comint.el:
12530 * textmodes/ispell.el:
12531 * imenu.el:
12532 * mail/mh-e.el:
12533 * progmodes/compile.el: Add to debug-ignored-errors.
12534
12535 * dabbrev.el: Add to debug-ignored-errors.
12536 (dabbrev-completion): Use mapc.
12537
125382000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12539
12540 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12541 (woman-mapcan, woman-parse-man.conf)
12542 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12543 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12544 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12545 path syntax better.
12546 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12547 (woman-manpath): Call woman-parse-man.conf.
12548 (woman-emulation): New defcustom, defaults to nroff.
12549 (woman-font-support): New defconst.
12550 (woman-use-symbol-font): New defcustom.
12551 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12552 "Emulation".
12553 Many functions: Doc fix.
12554
125552000-05-22 Kenichi Handa <handa@etl.go.jp>
12556
12557 * international/quail.el (quail-simple-translation-keymap): Map
12558 128..255 to quail-self-insert-command.
12559 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12560
125612000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12562
12563 * help.el (help-manyarg-func-alist): Typo.
12564
12565 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12566 intervals which makes it heaps simpler.
12567
12568 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12569 the nested comment markers.
12570
12571 * subr.el (remove-hook): Don't turn the hook's value into a list.
12572
125732000-05-21 Dave Love <fx@gnu.org>
12574
12575 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12576 are invalid characters.
12577
12578 * international/mule-util.el (detect-coding-with-priority): Use
12579 mapc. Remove redundant lambda.
12580
12581 * international/mule-diag.el (list-non-iso-charset-chars)
12582 (describe-fontset): Remove redundant lambda.
12583
12584 * emulation/crisp.el (brief-mode): New alias.
12585
12586 * emacs-lisp/ring.el (ring-elements): New function.
12587
12588 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12589 (easy-menu-do-add-item): Use keywordp.
12590
12591 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12592
12593 * replace.el: Doc and error message fixes.
12594 (replace-highlight): Use facep, not internal-find-face.
12595
125962000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12597
12598 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12599
12600 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12601 (log-edit-insert-changelog): Drop `:' as well.
12602
12603 * log-view.el: Fix file description.
12604 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12605 available.
12606 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12607 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12608
12609 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12610 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12611 Print a status message if the toggle is called interactively.
12612 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12613 for global minor modes and use `defcustom' for them.
12614 Use add-minor-mode.
12615 (easy-mmode-define-derived-mode): Remove.
12616 (define-derived-mode): Fancier default docstring.
12617 (easy-mmode-define-navigation): Signal an error rather than (ding).
12618
12619 * newcomment.el (comment-styles): New `box-multi'.
12620 (comment-normalize-vars): Better default for comment-continue to
12621 avoid whitespace-only continuations.
12622 (comment-search-forward): Always move even in the no-syntax case.
12623 (comment-padright): Only obey N if it's only obeyed for padleft.
12624 (comment-make-extra-lines): Better handling of empty continuations.
12625 Use `=' for the filler if comment-start has only one character.
12626 (uncomment-region): Try handling the special `=' filler.
12627 (comment-region): Allow LINES even if MULTI is nil.
12628 (comment-box): Choose box style based on comment-style.
12629
126302000-05-20 Kenichi Handa <handa@etl.go.jp>
12631
12632 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12633 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12634
126352000-05-20 Kenichi HANDA <handa@etl.go.jp>
12636
12637 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12638 and insert, not subst-char-in-region.
12639
12640 * international/mule-diag.el (list-character-sets-1): Handle
12641 charsets eight-bit-control and eight-bit-graphic.
12642 (list-iso-charset-chars): Likewise.
12643 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12644 charactes as is. Use indent-to to align characters.
12645
12646 * international/mule-cmds.el (find-multibyte-characters): Never
12647 exclude charsets eight-bit-control and eight-bit-graphic.
12648
126492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12650
12651 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12652 Don't quote lambdas.
12653
12654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12655
126562000-05-19 Gerd Moellmann <gerd@gnu.org>
12657
12658 * gud.el (gud-jdb-directories): Doc fix.
12659
126602000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12661
12662 * newcomment.el: New file.
12663
126642000-05-19 Gerd Moellmann <gerd@gnu.org>
12665
12666 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12667
126682000-05-18 Andreas Schwab <schwab@suse.de>
12669
12670 * dired.el (dired-between-files): Also skip lines beginning with
12671 `used'.
12672
126732000-05-18 Gerd Moellmann <gerd@gnu.org>
12674
12675 * msb.el (msb-menu-cond): Add choice `user'.
12676
126772000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12678
12679 * ps-print.el: Compatibility, customization and doc fix.
12680 (ps-printer-name-option): Replace defconst by defvar.
12681 (ps-postscript-code-directory): XEmacs compatibility.
12682 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12683 fix.
12684 (ps-user-defined-prologue, ps-print-prologue-header)
12685 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12686 compatibility and code fix.
12687 (ps-print-background-image, ps-print-background-text):
12688 Customization fix.
12689 (ps-line-number-start, ps-n-up-on): New vars.
12690
126912000-05-18 Espen Skoglund <esk@ira.uka.de>
12692
12693 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12694 the indent-comment function to just return the appropriate indent.
12695
126962000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12697
12698 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12699 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12700 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12701
127022000-05-18 Dave Love <fx@gnu.org>
12703
12704 * info.el (Info-fontify-node): Add intangible property as well as
12705 invisible.
12706
12707 * calendar/appt.el (appt-make-list): Match all lines of entry.
12708 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12709
127102000-05-18 Kenichi Handa <handa@etl.go.jp>
12711
12712 * international/mule-diag.el (describe-char-after): Call
12713 internal-char-font, not char-font. If internal-char-font returns
12714 nil, display "-- none --".
12715
127162000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12717
12718 * image.el (image-type-available-p): Don't reference image-types
12719 if it isn't bound.
12720
127212000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12722
12723 * autoarg.el (autoarg-mode): Typo in the :set argument.
12724
127252000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12726
12727 * startup.el (command-line-1): Don't signal an error if the
12728 directory for auto-save-list files does not yet exist.
12729
127302000-05-17 Kenichi Handa <handa@etl.go.jp>
12731
12732 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12733
127342000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12735
12736 * subr.el (remove-hook): `setq' hook-value, not `set'.
12737
127382000-05-16 Sam Steingold <sds@gnu.org>
12739
12740 * info.el (debug-ignored-errors): More errors to ignore.
12741
127422000-05-16 Dave Love <fx@gnu.org>
12743
12744 * cus-edit.el: Don't require cl or easymenu.
12745 (custom-variable-prompt): Test standard-value property, not
12746 user-variable-p.
12747
127482000-05-16 Sam Steingold <sds@gnu.org>
12749
12750 * subr.el (add-hook): `setq' hook-value, not `set'.
12751
127522000-05-16 Gerd Moellmann <gerd@gnu.org>
12753
12754 * startup.el (command-line-1): Mention the FAQ in the startup
12755 message.
12756
12757 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12758
12759 * progmodes/compile.el (compilation-parse-errors): Collect
12760 `nomessage' regexps last.
12761
12762 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12763
12764 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12765 to the function name.
12766
127672000-05-15 Dave Love <fx@gnu.org>
12768
12769 * speedbar.el (speedbar-recenter): Typo.
12770 (speedbar-expand-line): Make arg optional.
12771 (speedbar-mode): Avoid a compiler warning.
12772
127732000-05-15 Gerd Moellmann <gerd@gnu.org>
12774
12775 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12776 user-specified option string is empty.
12777
12778 * mouse.el (mouse-yank-at-click): Doc fix.
12779
127802000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12781
12782 * term/internal.el (IT-character-translations): More updates of
12783 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12784 documents.
12785
127862000-05-15 Gerd Moellmann <gerd@gnu.org>
12787
12788 * env.el (getenv): New function, interactively callable.
12789 (setenv, getenv): Remove autoload cookies.
12790
12791 * loadup.el: Load `env'.
12792
12793 * progmodes/f90.el: Change author's mail address.
12794
127952000-05-14 Dave Love <fx@gnu.org>
12796
12797 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12798 goto-addr as an option.
12799
12800 * help.el (help-xref-stack): Doc fix.
12801 (help-xref-following): New variable.
12802 (help-make-xrefs): Use it.
12803 (help-xref-go-back): Use position information from stack element.
12804 (help-follow): Make position in stack element a pair. Use
12805 help-xref-following.
12806
12807 * autoarg.el: New file.
12808
12809 * faces.el: Declare more functions obsolete.
12810
12811 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12812 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12813 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12814 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12815 Remove all the setup-...-environment functions.
12816
128172000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12818
12819 * speedbar.el: Updated the commentary section. xemacs20p now uses
12820 >= when detecting. Require `defimage' safely.
12821 (speedbar-easymenu-definition-base): Add toggle for images.
12822 (speedbar-easymenu-definition-special): Add flush cache & expand.
12823 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12824 (speedbar-reconfigure-keymaps-hook): New variable.
12825 (speedbar-frame-parameters): Updated documentation.
12826 (speedbar-use-imenu-flag): Updated custom tag
12827 (speedbar-dynamic-tags-function-list): New variable.
12828 (speedbar-tag-hierarchy-method): Updated doc & custom.
12829 (speedbar-indentation-width, speedbar-indentation-width) New
12830 variables.
12831 (speedbar-hide-button-brackets-flag): Customizable.
12832 (speedbar-vc-indicator): Doc update.
12833 (speedbar-ignored-path-expressions): Updated default value.
12834 (speedbar-supported-extension-expressions): Updated default value.
12835 (speedbar-syntax-table): Remove {} paren status.
12836 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12837 as "+". Added overlay aliases.
12838 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12839 `force-mode-line-update'.
12840 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12841 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12842 `mouse-set-point'
12843 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12844 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12845 of arbitrary text, and new helper functions.
12846 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12847 filename finder.
12848 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12849 (speedbar-directory-buttons): Update path search/expansion.
12850 (speedbar-make-tag-line): Pay attention to
12851 `speedbar-indentation-width'. Use more care w/ invisible
12852 properties.
12853 (speedbar-change-expand-button-char): Call
12854 `speedbar-insert-image-button-maybe'.
12855 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12856 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12857 (speedbar-trim-words-tag-hierarchy)
12858 (speedbar-simple-group-tag-hierarchy): New functions
12859 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12860 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12861 functions.
12862 (speedbar-mouse-set-point): New function
12863 (speedbar-power-click): Updated documentation.
12864 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12865 of tag prefix text.
12866 (speedbar-expand-line, speedbar-contract-line): Make more robust
12867 to strange text.
12868 (speedbar-expand-line): Takes universal argument to flush the
12869 cache.
12870 (speedbar-flush-expand-line): New function.
12871 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12872 Use new generator insertion method.
12873 (speedbar-fetch-dynamic-tags): New function.
12874 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12875 `speedbar-fetch-dynamic-imenu'.
12876 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12877 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12878 "Revert Buffer" menu items.
12879 (speedbar-buffer-buttons-engine): Be smarter when creating a
12880 filename tag (for expansion purposes.).
12881 (speedbar-highlight-one-tag-line,
12882 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12883 (speedbar-recenter): New functions.
12884 (defimage-speedbar): Image loading abstraction.
12885 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12886 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12887 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12888 (speedbar-tag-type, speedbar-tag-mail): New images.
12889 (speedbar-expand-image-button-alist): New variable.
12890 (speedbar-insert-image-button-maybe): Insert an image over some
12891 buttons.
12892
128932000-05-13 Kenichi Handa <handa@etl.go.jp>
12894
12895 * international/mule-cmds.el (encode-coding-char): An ASCII
12896 character is always encodable.
12897
12898 * international/mule-conf.el: Add more information in descriptions
12899 of character sets.
12900
12901 * international/mule-diag.el (describe-char-after): New function.
12902 (describe-font-internal): Adjusted for the change of font-info.
12903 (describe-font): Likewise.
12904 (print-fontset): Rewritten for the new fontset implementation.
12905 (describe-fontset): Include fontset alias names in completion.
12906 (list-fontsets): Adjusted for the change of print-fontset.
12907
12908 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12909 describe-char-after instead of displaying the detail in the echo
12910 area.
12911 (syntax-code-table): Format changed.
12912 (string-to-syntax): Adjusted for the above change.
12913
129142000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12915
12916 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12917
129182000-05-12 Dave Love <fx@gnu.org>
12919
12920 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12921 dependence. Use line-{beginning,end}-position, not
12922 point-at{b,e}ol. Some doc fixes.
12923 (todo-position): New function. Fix callers of position to use it.
12924 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12925
129262000-05-12 Gerd Moellmann <gerd@gnu.org>
12927
12928 * time.el (display-time-mail-icon): Use `:ascent center'.
12929
12930 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12931 handling FTP security extensions.
12932
129332000-05-11 Dave Love <fx@gnu.org>
12934
12935 * calendar/todo-mode.el: New file.
12936
129372000-05-11 Gerd Moellmann <gerd@gnu.org>
12938
12939 * comint.el (comint-read-input-ring): Move reference to
12940 comint-input-ring-size outside of the save-excursion. It was
12941 causing the default value to be the only one ever seen.
12942
12943 * font-lock.el: Update copyright. Remove Simon Marshall's email
12944 address on request from him.
12945
12946 * subr.el (substitute-key-definition): Add comment describing
12947 the meaning of PREFIX.
12948
129492000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12950
12951 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12952
12953 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12954 (add-minor-mode): Don't make the variable buffer-local and add a
12955 reference to define-minor-mode in the docstring.
12956
12957 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12958 HEADER/FOOTER and fix bug with trailing empty directory.
12959 (cvs-append-to-ignore): Use vc-editable-p if available.
12960 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12961 (vc-do-command): Tweak advice to handle the new VC.
12962
12963 * log-view.el (log-view-goto-rev): New function for the new VC.
12964 (log-view-minor-wrap): Use mark-active.
12965
12966 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12967 (log-edit-changelog-full-paragraphs): New var.
12968 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12969 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12970 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12971 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12972 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12973 Replace the `cvs' prefix with `log-edit'.
12974
12975 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12976
12977 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12978 (diff-font-lock-defaults): Explicitly turn off multiline.
12979 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12980 (diff-ediff-patch): Fix call to ediff-patch-file.
12981 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12982 Handle comments.
12983
12984 * frame.el (automatic-hscrolling): Typo.
12985
12986 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12987
129882000-05-09 Sam Steingold <sds@goems.com>
12989
12990 * apropos.el (apropos-print): use `describe-face' instead of
12991 `customize-face-other-window'.
12992
129932000-05-09 Dave Love <fx@gnu.org>
12994
12995 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
12996
12997 * help.el (describe-variable): Have customize button pop the
12998 help-xref stack when invoked.
12999 (help-xref-symbol-regexp): Add `face'.
13000 (help-make-xrefs): Check for quoted face names and adapt regexp
13001 submatch numbers to cope.
13002 (help-xref-interned): Maybe insert face doc too. Separate
13003 sections with a line of hyphens.
13004
13005 * faces.el: Some doc fixes. Declare some functions obsolete.
13006 (describe-face): Add customize button. Return the help
13007 text. Fix prompt.
13008
130092000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13010
13011 * term/internal.el (IT-character-translations): Fix last change.
13012
130132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13014
13015 * woman.el: New file
13016 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13017
130182000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13019
13020 * term/internal.el (IT-character-translations): Update ASCII
13021 simulations for greek-iso8859-7, add latin-iso8859-14 and
13022 latin-iso8859-15.
13023
13024 * international/mule-cmds.el (set-language-info-alist): Call
13025 define-prefix-command with 3 arguments, to make the map suitable
13026 for a menu.
13027
130282000-05-07 Dave Love <fx@gnu.org>
13029
13030 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13031
130322000-05-05 Dave Love <fx@gnu.org>
13033
13034 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13035 list in doc string. Don't quote keyword symbols.
13036 * emacs-lisp/cl.el: Likewise
13037 * emacs-lisp/cl-seq.el: Likewise
13038
130392000-05-05 Gerd Moellmann <gerd@gnu.org>
13040
13041 * abbrev.el (abbrev-mode): Make ARG optional.
13042
130432000-05-04 Gerd Moellmann <gerd@gnu.org>
13044
13045 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13046
13047 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13048
13049 * subr.el (substitute-key-definition): Clarify documentation.
13050
130512000-05-04 Milan Zamazal <pdm@freesoft.cz>
13052
13053 * glasses.el (glasses-convert-to-unreadable): Use
13054 `glasses-separator' instead of the hard-wired "_".
13055 (glasses-mode): Call `glasses-make-unreadable' only in a single
13056 place.
13057
130582000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13059
13060 * term/internal.el (cjk-codepages-alist): Add associations for
13061 Chinese and Korean codepages. Remove FIXME comment.
13062
130632000-05-03 Dave Love <fx@gnu.org>
13064
13065 * time.el (display-time-mail-face, display-time-use-mail-icon):
13066 New option.
13067 (display-time-mail-icon): New variable.
13068 (display-time-string-forms): Use the above. Fix the local-map.
13069
130702000-05-03 Gerd Moellmann <gerd@gnu.org>
13071
13072 * replace.el (query-replace-map): Add binding for `E'.
13073 (query-replace-help): Extend help text.
13074 (perform-replace): Allow editing the replacement string.
13075
13076 * make-mode.el (makefile-mode-abbrev-table): New variable.
13077 (makefile-mode): Set local abbrev table to
13078 makefile-mode-abbrev-table.
13079 (makefile-font-lock-keywords): Fontify includes and conditionals.
13080
13081 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13082 set TOGGLE's value.
13083
13084 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13085 mail-interactive-insert-alias.
13086 (mail-abbrev-complete-alias): New command.
13087 (mail-mode-map): Bind it to `M-TAB'.
13088
130892000-05-03 Kenichi Handa <handa@etl.go.jp>
13090
13091 * language/lao-util.el (lao-compose-region): New function.
13092
130932000-05-02 Gerd Moellmann <gerd@gnu.org>
13094
13095 * files.el (recover-session): Make directories as necessary
13096 if they don't exist yet.
13097
13098 * calendar/cal-french.el
13099 (french-calendar-multibyte-special-days-array)
13100 (french-calendar-special-days-array): Change French text.
13101 (calendar-french-date-string): Change output.
13102 (calendar-goto-french-date): Likewise.
13103
131042000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13105
13106 * wid-edit.el (widget-default-active): Obey `:always-active'.
13107 (widget-documentation-string-value-create): Set `:always-active'.
13108
131092000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13110
13111 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13112 default prefix to `~/_emacs.d/auto-save.list/_s'.
13113 (normal-top-level): Create the directory for auto-save files, if
13114 it doesn't already exist (in the ms-dos case only).
13115
131162000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13117
13118 * international/mule-cmds.el (set-language-environment): Don't
13119 concat an integer (dos-codepage), use format instead.
13120
131212000-05-02 Dave Love <fx@gnu.org>
13122
13123 * help.el (help-xref-on-pp): Check for constant symbols.
13124
131252000-04-29 Gerd Moellmann <gerd@gnu.org>
13126
13127 * startup.el (normal-top-level): Put a condition-case around
13128 the code loading subdirs.el.
13129
131302000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13131
13132 * ps-print.el: Upside-down and face background color printing,
13133 line number step, doc fix.
13134 (ps-print-version): New version number (5.2).
13135 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13136 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13137 (ps-spool-config): Var fix.
13138 (ps-printer-name-option): Const fix.
13139 (ps-print-upside-down, ps-use-face-background)
13140 (ps-line-number-step): New vars.
13141 (ps-window-system, ps-lp-system): New consts.
13142 (ps-face-background): New fun.
13143
131442000-04-28 Richard Stallman <rms@gnu.org>
13145
13146 * files.el (make-auto-save-file-name):
13147 Apply auto-save-file-name-transforms to visited file name
13148 before generating auto save file name.
13149 (auto-save-file-name-transforms): New variable.
13150
13151 * files.el (backup-enable-predicate):
13152 Correctly test for a file under a temporary directory.
13153
131542000-04-28 Gerd Moellmann <gerd@gnu.org>
13155
13156 * subr.el (add-minor-mode): Rewritten.
13157
131582000-04-28 Kenichi Handa <handa@etl.go.jp>
13159
13160 * mail/sendmail.el (sendmail-send-it): Set
13161 buffer-file-coding-system to the selected coding system for MIME
13162 header.
13163
131642000-04-27 Gerd Moellmann <gerd@gnu.org>
13165
13166 * dired.el (dired-move-to-filename-regexp): Allow format where
13167 YYYY is followed by two spaces.
13168
13169 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13170 in the second character class of the regexp.
13171
13172 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13173 mh-etc, too.
13174
13175 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13176 nil.
13177
13178 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13179
13180 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13181 argument.
13182
131832000-04-27 Sen Nagata <sen@eccosys.com>
13184
13185 * emacs-lisp/crm.el (crm-completion-table): New variable.
13186 (crm-collection-fn, crm-test-completion)
13187 (completing-read-multiple): Use it.
13188
131892000-04-27 Dave Love <fx@gnu.org>
13190
13191 * help.el (locate-library): Use mapc.
13192 (help-manyarg-func-alist): Add call-process-region.
13193
131942000-04-26 Gerd Moellmann <gerd@gnu.org>
13195
13196 * subr.el (add-minor-mode): Make argument MAP optional.
13197
13198 * desktop.el (desktop-save): Save list of minor modes.
13199 (desktop-create-buffer): Restore minor modes.
13200 (desktop-minor-mode-table): New user-option.
13201
13202 * subr.el (add-minor-mode): New function.
13203
13204 * image.el (find-image): New function.
13205 (defimage): Rewritten to find image at load time.
13206
13207 * startup.el (normal-top-level-add-to-load-path): Handle
13208 case that the default directory is not in load-path.
13209
13210 * help.el: Old patch from Stefan Monnier.
13211 (help-xref-on-pp): New function.
13212 (describe-variable): Use it to display xrefs in a symbol's value.
13213
132142000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13215
13216 * cus-edit.el (custom-face): Fix parenthesis.
13217
132182000-04-26 Kenichi Handa <handa@etl.go.jp>
13219
13220 * mail/rmail.el (rmail-expunge): When there are no deleted
13221 messages, do nothing.
13222
132232000-04-26 Dave Love <fx@gnu.org>
13224
13225 * international/mule-cmds.el (locale-translation-file-name):
13226 Defvar to nil.
13227 (set-locale-environment): Set it here (at runtime).
13228
132292000-04-25 Gerd Moellmann <gerd@gnu.org>
13230
13231 * replace.el (perform-replace): Add parameters START and END. Use
13232 them instead of the check for a region in Transient Mark mode.
13233 (query-replace-read-args): Return two more list elements for the
13234 start and end of the region in Transient Mark mode.
13235 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13236 (map-query-replace-regexp, replace-string, replace-regexp): Add
13237 optional last arguments START and END and pass them to
13238 perform-replace.
13239
13240 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13241 form with additional arguments for perform-replace.
13242
13243 * progmodes/etags.el (tags-query-replace): Add parameters START
13244 and END. Construct a form with additional arguments for
13245 perform-replace.
13246
13247 * simple.el (shell-command): Set default directory for "*Shell
13248 Command Output" buffer.
13249
13250 * language/european.el (iso-latin-4): Fix typo.
13251
13252 * emacs-lisp/crm.el: New file.
13253
132542000-04-24 Dave Love <fx@gnu.org>
13255
13256 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13257 (Custom-reset-saved, Custom-reset-standard)
13258 (custom-group-value-create, custom-group-set, custom-group-save)
13259 (custom-group-reset-current, custom-group-reset-saved)
13260 (custom-group-reset-standard): Use mapc.
13261 (custom-buffer-create-internal): Disable undo when creating items.
13262 Use mapc.
13263 (custom-face): Avoid redundant lambda.
13264
132652000-04-24 Gerd Moellmann <gerd@gnu.org>
13266
13267 * startup.el (auto-save-list-file-prefix): Set default to
13268 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13269
132702000-04-24 Sam Steingold <sds@gnu.org>
13271
13272 * time-stamp.el (time-stamp-string-preprocess): Always convert
13273 `field-result' to a string.
13274
132752000-04-24 Gerd Moellmann <gerd@gnu.org>
13276
13277 * frame.el (scrolling): New group.
13278 (automatic-hscrolling): New user-option.
13279
13280 * startup.el (command-line-x-option-alist): Add `-lsp' and
13281 `--line-spacing'.
13282
132832000-04-19 Dave Love <fx@gnu.org>
13284
13285 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13286 (cl-mapc): Rename from mapc. Fix the funcall.
13287
132882000-04-19 Gerd Moellmann <gerd@gnu.org>
13289
13290 * simple.el (clone-indirect-buffer-other-window): New command.
13291 (clone-indirect-buffer): Add optional arg NORECROD.
13292 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13293
13294 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13295
13296 * window.el (count-screen-lines): New function.
13297 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13298 instead of window-buffer-height.
13299
13300 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13301 non-existing variable comint-input-sentinel.
13302 (inferior-lisp-args-to-list): Removed.
13303 (inferior-lisp): Use split-string instead of
13304 inferior-lisp-args-to-list.
13305
13306 * hexl.el (hexl-insert-hex-string): New command.
13307
13308 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13309 instead of concat.
13310
133112000-04-18 Gerd Moellmann <gerd@gnu.org>
13312
13313 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13314 at the start of an existing but empty folder.
13315
133162000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13317
13318 * ps-mule.el: Customization fix, doc fix.
13319 (ps-multibyte-buffer): Customization fix.
13320
133212000-04-17 Richard M. Stallman <rms@gnu.org>
13322
13323 * subr.el (read-passwd): Use read-char-exclusive.
13324
133252000-04-17 Gerd Moellmann <gerd@gnu.org>
13326
13327 * textmodes/texinfo.el (texinfo-insert-@email)
13328 (texinfo-insert-@emph, texinfo-insert-@quotation)
13329 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13330 (texinfo-mode-map): Add key bindings for them.
13331
13332 * files.el (basic-save-buffer-2): Use a template with `$'
13333 instead of `#' for VMS.
13334
13335 * simple.el (clone-indirect-buffer): New function.
13336
133372000-04-16 Stephen Eglen <stephen@gnu.org>
13338
13339 * iswitchb.el (iswitchb-case): New function. If the user input
13340 contains any upper-case characters, the search is made
13341 case-sensitive.
13342
133432000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13344
13345 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13346 comment-end.
13347 (texinfo-font-lock-syntactic-keywords): New var.
13348 (texinfo-font-lock-keywords): Remove comment regexp.
13349 (texinfo-insert-block): New function.
13350 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13351 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13352 and font-lock-defaults. Use regexp-opt for outline-regexp.
13353 (texinfo-environments): New var.
13354 (texinfo-environment-regexp): Use regexp-opt and
13355 texinfo-environments.
13356
13357 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13358 ispell-process is bound since this might be eval'd before ispell
13359 is loaded.
13360 (ispell-message): Use a tiny bit less magic and a bit more hard
13361 data to figure out what kind of sc-cite-regexp to use.
13362
13363 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13364
13365 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13366 (insert-cyclic-diary-entry): Unquote the lambda.
13367
13368 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13369
13370 * files.el (backup-enable-predicate): Unquote the lambda.
13371
13372 * cus-edit.el (custom-face, face): Unquote the lambda.
13373
133742000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13375
13376 * ps-print.el: Check for line-beginning-position definition.
13377
13378 * ps-print.el: Fix counting lines in a region.
13379 (ps-print-version): New version number (5.1.5).
13380 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13381 (ps-printing-region): Fun code fix.
13382
133832000-04-15 Gerd Moellmann <gerd@gnu.org>
13384
13385 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13386 to file-directory-p.
13387
133882000-04-14 Gerd Moellmann <gerd@gnu.org>
13389
13390 * gud.el (gud-jdb-build-source-files-list): Check that directory
13391 exists before calling directory-files.
13392
133932000-04-13 Dave Love <fx@gnu.org>
13394
13395 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13396 syntax.
13397
13398 * emacs-lisp/cl-specs.el: Remove when, unless.
13399
13400 * emacs-lisp/cl-extra.el: Don't quote keywords.
13401 (cl-old-mapc): New variable.
13402 (mapc): Use it.
13403 (cl-map-intervals): Use with-current-buffer. Don't check for
13404 next-property-change.
13405 (cl-map-overlays): Use with-current-buffer.
13406 (cl-expt): Remove.
13407 (copy-tree, remprop): Define unconditionally.
13408
13409 * emacs-lisp/cl-compat.el (keywordp): Remove.
13410
13411 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13412 to use keywordp.
13413 (edebug-spec): Enable keywordp.
13414
13415 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13416 string-lessp.
13417
13418 * cus-start.el: Use keywordp.
13419
134202000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13421
13422 * diary-lib.el (include-other-diary-files): Fix the fix of
13423 2000-02-18 by doing a save-excursion.
13424
134252000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13426
13427 * ps-print.el: Customization fix, doc fix.
13428 (ps-print-version): New version number (5.1.4).
13429 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13430 (ps-print-preprint): Adjust code.
13431 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13432 (ps-print-prologue-header, ps-print-control-characters)
13433 (ps-spool-config): Customization fix.
13434
134352000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13436
13437 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13438 converted to the new menu-item format, names silightly changed,
13439 help strings added.
13440
13441 Support for spelling without async subprocesses:
13442
13443 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13444 (ispell-session-buffer): New variables.
13445 (ispell-start-process, ispell-process-status,
13446 ispell-accept-output, ispell-send-string): New functions, for
13447 Ispell invocation when async subprocesses aren't supported.
13448 (ispell-word, ispell-pdict-save, ispell-command-loop,
13449 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13450 to process-send-string with calls to ispell-send-string, and
13451 accept-process-output with ispell-accept-output.
13452 (ispell-init-process): Call ispell-process-status instead of
13453 process-status with.
13454 (ispell-init-process): Call ispell-start-process. Call
13455 ispell-accept-output and ispell-send-string. Don't call
13456 process-kill-without-query and kill-process if they are unbound.
13457 (ispell-async-processp): New function.
13458
134592000-04-12 Dave Love <fx@gnu.org>
13460
13461 * info.el: Add debug-ignored-errors.
13462 (Info-mode-menu): Add some items.
13463 (Info-directory): Add autoload cookie.
13464
13465 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13466 Modify `truncate-lines'. Make `describe-language-environment'
13467 always visible and add help. Modify `describe-key' help. Invoke
13468 Info-directory from `info'. New entry `emacs-manual'.
13469
134702000-04-10 Gerd Moellmann <gerd@gnu.org>
13471
13472 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13473 propertized-buffer-identification.
13474 (ebrowse-update-member-buffer-mode-line): Likewise.
13475 (ebrowse--mode-strings): Removed.
13476 (ebrowse--mode-line-props): Removed.
13477
13478 * files.el (auto-mode-alist): Add `EBROWSE'.
13479
13480 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13481 space before testing for end of buffer.
13482 (ebrowse-load): Removed.
13483 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13484 (ebrowse-create-tree-buffer): Rewritten.
13485 (ebrowse-tree-mode): Read tree from buffer.
13486
13487 * progmodes/ebrowse-ffh.el: Removed.
13488
134892000-04-10 Kenichi Handa <handa@etl.go.jp>
13490
13491 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13492
134932000-04-10 Gerd Moellmann <gerd@gnu.org>
13494
13495 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13496 at the wrong place.
13497
134982000-04-09 Dave Love <fx@gnu.org>
13499
13500 * files.el (backup-enable-predicate): Use
13501 temporary-file-directory, small-temporary-file-directory.
13502 (make-backup-file-name-function, backup-directory-alist): New
13503 variables.
13504 (make-backup-file-name-1): New function.
13505 (make-backup-file-name): Use it.
13506 (find-backup-file-name): Likewise. Use format for clarity, not
13507 concat.
13508 (file-newest-backup): Use make-backup-file-name.
13509
135102000-04-09 Gerd Moellmann <gerd@gnu.org>
13511
13512 * progmodes/ebrowse-ffh.el: New file.
13513
13514 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13515 to ebrowse-ffh.el.
13516 (ebrowse-load): Add autoload.
13517
13518 * finder.el (finder-commentary): Add autoload cookie.
13519
13520 * mail/rfc2368.el: Correct author's email address.
13521
13522 * progmodes/ebrowse.el: New file.
13523
13524 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13525 item help string.
13526 (easy-menu-do-add-item): Ditto.
13527 (easy-menu-define): Extend doc string.
13528
13529 * jit-lock.el (with-buffer-unmodified): Use
13530 restore-buffer-modified-p.
13531 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13532 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13533 with-buffer-unmodified.
13534
135352000-04-08 Dave Love <fx@gnu.org>
13536
13537 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13538 unless, when.
13539
135402000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13541
13542 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13543 (viper-flash-search-pattern): No operation when using Emacs
13544 doesn't support face.
13545 Use `viper-put-on-search-overlay'.
13546
135472000-04-04 Gerd Moellmann <gerd@gnu.org>
13548
13549 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13550 like C-r.
13551
13552 * progmodes/make-mode.el: Some doc fixes.
13553 (makefile-mode-abbrev-table): New variable.
13554 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13555 (makefile-font-lock-keywords): Fontify includes and conditionals.
13556 (toplevel): Require `dabbrev' and `add-log' when compiling.
13557
13558 * replace.el (perform-replace): Don't move forward one char
13559 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13560 to do that because it leaves point 1 position after the last
13561 replacement, after everything has been replaced.
13562
13563 * jit-lock.el (with-buffer-unmodified): New macro.
13564 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13565 modified state.
13566 (jit-lock-function-1): Extracted from jit-lock-function; not
13567 preserving buffer's modified state.
13568 (jit-lock-function, jit-lock-stealth-fontify): Call
13569 jit-lock-function-1.
13570
13571 * mail/rfc2368.el: Remove supernumerary copyright line.
13572
135732000-04-04 Milan Zamazal <pdm@freesoft.cz>
13574
13575 * glasses.el: Provide facilities for inserting space before left
13576 parentheses and uncapitalization of identifiers.
13577 (glasses-mode): Try to remove old overlays in all cases.
13578
135792000-04-03 Gerd Moellmann <gerd@gnu.org>
13580
13581 * progmodes/compile.el (compile-internal): Display the compilation
13582 buffer in a different frame, if it's already displayed there.
13583
13584 * mail/rfc2368.el: New file.
13585
13586 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13587 header and insert its value as mail body.
13588
13589 * subr.el (member-ignore-case): New function.
13590
13591 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13592 (dabbrev--find-expansion): Ignore buffers matching a regexp
13593 from dabbrev-ignored-regexps.
13594
13595 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13596 to extensions handled by gzip.
13597
135982000-04-03 Richard M. Stallman <rms@gnu.org>
13599
13600 * files.el (insert-directory): List the total free space
13601 along with the used space.
13602
13603 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13604 line is followed by one that matches CITATION-REGEXP, end the
13605 paragraph.
13606
136072000-04-03 Markus Rost <rost@delysid.gnu.org>
13608
13609 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13610 (rmail-make-basic-summary-line): Use that option.
13611
136122000-04-03 Kenichi Handa <handa@etl.go.jp>
13613
13614 * international/mule-cmds.el (encoded-string-description):
13615 Rewritten. Try pretty description for ISO 2022 escape sequences
13616 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13617 for hexadecimal format.
13618
136192000-04-01 Dave Love <fx@gnu.org>
13620
13621 * cpp.el: Change customization group to `c' from `C'.
13622
13623 * vcursor.el (vcursor-move): Use display-color-p.
13624
13625 * international/mule-util.el: Provide mule-utils.
13626 (string-to-sequence): Simplify and speed up.
13627
13628 * international/mule.el (make-coding-system): Purecopy doc-string.
13629
13630 * international/mule-cmds.el: Various menu changes.
13631 (describe-specified-language-support): Handle `Default'.
13632 (set-language-info): Purecopy `info'.
13633
136342000-03-31 Andrew Innes <andrewi@gnu.org>
13635
13636 * vc.el (vc-backend-diff): Return the correct status if we had to
13637 retry the rcsdiff command without the --brief option.
13638
136392000-03-31 Dave Love <fx@gnu.org>
13640
13641 * help.el (help-manyarg-func-alist): Correct several omissions.
13642
13643 * add-log.el: Don't require cl, fortran.
13644 (add-log-current-defun-function): Doc fix.
13645 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13646 fix.
13647 (change-log-version-rcs): Function deleted.
13648 (change-log-version-number-search): Doc fix. Use
13649 vc-workfile-version. Avoid CL dolist.
13650 (add-change-log-entry): Just call add-log-current-defun to get
13651 defun. Simplify somewhat.
13652 (change-log-get-method-definition-1): Likewise.
13653 (add-log-current-defun): Return nil if calling
13654 add-log-current-defun-function does so. Move Fortran stuff to
13655 fortran.el. Return string without properties.
13656
13657 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13658 and :alpha: char classes.
13659
13660 * mail/supercite.el: Defvar curline when compiling.
13661 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13662 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13663 rather than a-zA-Z0-9 to allow non-ASCII characters.
13664
136652000-03-31 Gerd Moellmann <gerd@gnu.org>
13666
13667 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13668
13669 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13670 Re-enable new code.
13671
13672 * lpr.el (print-region-1): Use -d to specify printer name for
13673 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13674
136752000-03-31 Dave Love <fx@gnu.org>
13676
13677 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13678 for function definition in symbol's function value slot first
13679 instead of first consulting byte-compile-function-environment.
13680
136812000-03-31 Kenichi Handa <handa@etl.go.jp>
13682
13683 * language/european.el ("Polish"): New language environment.
13684 (setup-polish-environment): New function.
13685
136862000-03-30 Gerd Moellmann <gerd@gnu.org>
13687
13688 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13689 Disable new code.
13690
13691 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13692 trying to `load' the symbol of an autoload instead of the file
13693 recorded in the autoload. Fix error messages.
13694
136952000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13696
13697 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13698 (ps-print-version): New version number (5.1.3).
13699 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13700 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13701 (ps-generate-postscript-with-faces): Code fix.
13702 (ps-color-values): XEmacs compatibility.
13703 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13704 (ps-default-fg, ps-default-bg): Adjust customization.
13705 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13706 (ps-color-scale): Renaming old ps-color-value fun.
13707 (ps-print-headers): Replace ps-print-header group to avoid conflict
13708 with ps-print-header variable.
13709 (ps-print-miscellany): New group.
13710 (ps-format-color, ps-rgb-color): New funs.
13711 (ps-default-foreground): New var.
13712 (ps-printer-name-option): New const.
13713
137142000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13715
13716 * net/net-utils.el:
13717 (network-connection-host, network-connection-service): New variables
13718 (network-connection-mode): New mode, derived from comint-mode
13719 (network-connection-mode-setup): New function, saves host and
13720 service information in local variables.
13721
13722 * lisp/locate.el:
13723 (locate-word-at-point): Added this function
13724 (locate): Default to using locate-word-at-point as input
13725 Run dired-mode-hook
13726
137272000-03-29 Dave Love <fx@gnu.org>
13728
13729 * calendar/appt.el: Doc fixes.
13730 (appt-check): Convert min-to-app to a string before passing to
13731 appt-disp-window-function or concat.
13732 (appt-delete-window): Remove test for frame-root-window.
13733 (appt-select-lowest-window, appt-convert-time): Simplify.
13734
13735 * emacs-lisp/bytecomp.el: Doc fixes.
13736 (byte-compile-file-form-autoload): Update
13737 byte-compile-function-environment.
13738
137392000-03-29 Andreas Schwab <schwab@suse.de>
13740
13741 * emacs-lisp/autoload.el: Also print defsubst doc string
13742 specially.
13743
13744 * dired.el (dired-insert-directory): If dired-free-space-program
13745 failed just delete its output.
13746
137472000-03-29 Dave Love <fx@gnu.org>
13748
13749 * international/iso-cvt.el: Move provide to end. Doc fixes.
13750 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13751 (iso-iso2sgml, iso-sgml2iso): New functions.
13752 (iso-cvt-define-menu): Fix some entries and use backquote for
13753 clarity.
13754
13755 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13756
137572000-03-28 Gerd Moellmann <gerd@gnu.org>
13758
13759 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13760 ISO-DATE. If non-nil, return date in ISO 8601 format.
13761
137622000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13763
13764 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13765 if it ever becomes used.
13766 (log-edit-mode-hook): Default to vc-log-mode-hook.
13767 (log-edit-mode): Fix the docstring.
13768
13769 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13770 the code.
13771
137722000-03-26 Dave Love <fx@gnu.org>
13773
13774 * net/browse-url.el (browse-url): Re-fix case of
13775 browse-url-browser-function being an alist.
13776 (browse-url): Add :link to defgroup.
13777
13778 * files.el: Doc fixes.
13779 (file-truename): Include `[' in wildcard characters.
13780 (automount-dir-prefix): Customize.
13781 (find-file-wildcards): Add :version.
13782 (find-file-noselect): Simplify a mapcar call.
13783
13784 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13785 compatible with inf-lisp version.
13786 (eval-defun-1): Fix custom-declare-variable case.
13787
137882000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13789
13790 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13791
137922000-03-24 Gerd Moellmann <gerd@gnu.org>
13793
13794 * Makefile (COMPILE_FIRST): New macro.
13795 (compile-files): Compile files from COMPILE_FIRST first.
13796
13797 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13798 code.
13799
13800 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13801 matching open parenthesis in column 0 to defun-prompt-regexp
13802 only if open-paren-in-column-0-is-defun-start is set.
13803
13804 * sun-curs.el: Require CL at compile-time only.
13805
13806 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13807 instead of copy-list which is a function from CL.
13808 (msb--choose-menu, msb--mode-menu-cond)
13809 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13810 (msb--init-file-alist): Use mapcar instead of mapcan.
13811 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13812 `(' in column 0 in doc string.
13813 (msb--add-separators): Use mapcar instead of mapcan.
13814
13815 * cus-dep.el: Require CL at compile-time only.
13816
138172000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13818
13819 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13820 (byte-compile-warnings): New warning `noruntime'.
13821 (byte-compile-constants, byte-compile-variables): Fix docstring.
13822 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13823 execute `eval-whenc-compile's body.
13824 (byte-compile-unresolved-functions): Fix docstring.
13825 (byte-compile-eval): New function.
13826 (byte-compile-callargs-warn): Check if the function will be available
13827 at runtime (via property `byte-compile-noruntime').
13828 (byte-compile-print-syms): New function.
13829 (byte-compile-warn-about-unresolved-functions): Also warn about
13830 `noruntime' functions (and use `byte-compile-print-syms').
13831 (byte-compile-file): Capitalize the message.
13832
138332000-03-24 Gerd Moellmann <gerd@gnu.org>
13834
13835 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13836 (rmail-expunge): Ask for confirmation depending on the setting
13837 of rmail-confirm-expunge.
13838
138392000-03-23 Gerd Moellmann <gerd@gnu.org>
13840
13841 * Makefile (bootstrap-clean): If $(emacs) exists, build
13842 loaddefs.el first. A loaddefs.el that's not up-to-date might
13843 cause a bootstrap failure because things don't autoload as
13844 expected.
13845
138462000-03-23 Dave Love <fx@gnu.org>
13847
13848 * net/browse-url.el: Restore previous use of
13849 browse-url-maybe-new-window.
13850
138512000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13852
13853 * ps-print.el: Skip banner page fix.
13854 (ps-print-version): New version number (5.1.2).
13855 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13856
138572000-03-23 Dave Pearson <davep@davep.org>
13858
13859 * net/quickurl.el Changed the type of parameter passed to the
13860 function defined by `quickurl-format-function'. Before only the
13861 text of the URL was passed. Now the whole URL structure is passed
13862 and the function is responsible for extracting the parts it
13863 requires. Changed the default of `quickurl-format-function'
13864 accordingly.
13865 (quickurl-insert): Changed the `funcall' of
13866 `quickurl-format-function' to match the above change.
13867 (quickurl-list-insert): Changed the `url' case so that it makes
13868 use of `quickurl-format-function', previous to this the format was
13869 hard wired.
13870
138712000-03-22 Gerd Moellmann <gerd@gnu.org>
13872
13873 * startup.el: Change some spellings for the X Window System.
13874
138752000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13876
13877 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13878 up the code and the regexp and make sure the cursor is temporarily
13879 moved to the suspicious line while querying the user.
13880
138812000-03-22 Jason Rumney <jasonr@gnu.org>
13882
13883 * w32-fns.el (w32-charset-info-alist): Initialize.
13884
138852000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13886
13887 * ps-print.el: N-up last page fix.
13888 (ps-print-version): New version number (5.1.1).
13889 (ps-end-file, ps-end-job, ps-generate): Code fix.
13890
138912000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13892
13893 * files.el (find-file-run-dired): Update docstring.
13894 (find-directory-functions): New hook.
13895 (find-file-noselect): Run find-directory-functions rather than
13896 calling dired directly.
13897
13898 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13899
13900 * pcvs.el: Add a minimal leading commentary.
13901 (cvs-make-cvs-buffer): Change the header part by removing the startup
13902 message and adding a `Module' entry. Also replace the FOOTER and
13903 HEADER special fileinfos with the new support in ewoc for updating
13904 its own footer and header.
13905 (cvs-update-header): Update to use the header/footer of the ewoc.
13906 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13907 (cvs-is-within-p): New function.
13908 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13909 to only examine some subset of the buffers.
13910
13911 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13912 `format' instead of our own ad-hoc functions.
13913 Remove HEADER and FOOTER cases, now handled in the EWOC.
13914 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13915
13916 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13917 output to avoid scaring the user.
13918 (cvs-parse-table): Catch message for non-up-to-date commits.
13919
13920 * pcvs-defs.el (cvs-startup-message): Remove.
13921 (cvs-global-menu): New autoloaded menu.
13922
13923 * pcvs-util.el (cvs-string-fill): Remove.
13924
13925 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13926 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13927 PP part of it and also make it work for footers and headers.
13928 (ewoc-create): Drop POS and BUFFER arguments.
13929 Use the DLL's dummy node to store the end-of-footer position.
13930 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13931 (ewoc-refresh): Remove unused `header' variable.
13932 (ewoc-(get|set)-hf): New functions.
13933
13934 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13935 log-view-*-(message|file) and use easy-mmode-define-navigation.
13936 (log-view-message-re): Match SCCS format as well.
13937 And match the revision line rather than the dashed separator line.
13938 (log-view-mode): Use the new define-derived-mode.
13939 (log-view-current-tag): Fill in with an actual implementation.
13940
13941 * cvs-status.el (cvs-status-(prev|next)): Rename from
13942 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13943 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13944 to let the output "breathe" a little more (more readable).
13945 (cvs-status-mode): Use the new define-derived-mode.
13946
13947 * smerge-mode.el (smerge-auto-leave): New function and variable.
13948 (smerge-basic-map): Rename from smerge-basic-keymap.
13949 Change the bindings for smerge-diff-*.
13950 (smerge-*-map): Use easy-mmode-defmap.
13951 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13952 (smerge-keep-*): Use smerge-auto-leave.
13953
139542000-03-21 Jason Rumney <jasonr@gnu.org>
13955
13956 * cus-edit.el (custom-button-face): Use 3D look for w32.
13957 (custom-button-pressed-face): Likewise.
13958
139592000-03-21 Gerd Moellmann <gerd@gnu.org>
13960
13961 * progmodes/etags.el (tags-case-fold-search): New user-option.
13962 (tags-loop-eval): New function. Bind case-fold-search around eval
13963 depending on the value of tags-case-fold-search.
13964 (tags-loop-continue): Use tags-loop-eval.
13965 (find-tag-in-order): Bind case-fold-search depending on the value
13966 of tags-case-fold-search.
13967
139682000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13969
13970 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13971 (diff-end-of-hunk): Return the end position for use in
13972 `easy-mmode-define-navigation'.
13973 (diff-recenter): Remove.
13974 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13975 of `easy-mmode-define-navigation'.
13976 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13977 previous renaming) and fix to use new names.
13978 (diff-merge-strings): Use \n as separator: simpler, faster.
13979 (diff-mode): Use `define-derived-mode'.
13980
13981 * derived.el (define-derived-mode): Don't autoload anymore.
13982 Prefer the macro-only version provided by easy-mmode.el.
13983
13984 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13985 `easy-mmode-define-derived-mode'.
13986 Use `combine-run-hooks'.
13987 (easy-mmode-define-navigation): New macro.
13988
13989 * subr.el (combine-run-hooks): New function.
13990
139912000-03-21 Kenichi HANDA <handa@etl.go.jp>
13992
13993 * term/x-win.el: Fontsets related initialization is simplified.
13994
13995 * international/mule-diag.el (describe-font): Don't refer to
13996 global-fontset-alist, instead call font-list.
13997 (describe-fontset, list-fontsets, mule-diag): Likewise.
13998 (print-fontset): Adjusted for the change of fontset
13999 implementation.
14000
14001 * international/fontset.el (x-charset-registries): Variable
14002 removed, instead the corresponding data is stored in the default
14003 fontset.
14004 (register-alternate-fontnames): Function removed.
14005 (resolved-ascii-font): Variable removed.
14006 (x-compose-font-name): Ignore the second argument REDOCE.
14007 (x-complement-fontset-spec): Complement only an ASCII font and
14008 element for those charsets than can use that ASCII font.
14009 (generate-fontset-menu): Don't refer to global-fontset-alist,
14010 instead call fontset-list.
14011 (uninstantiated-fontset-alist): Variable removed.
14012 (x-style-funcs-alist): Likewise.
14013 (fontset-default-styles): Likewise.
14014 (x-modify-font-name): Function removed.
14015 (create-fontset-from-fontset-spec): Ignore the argument
14016 STYLE-VARIANT.
14017 (create-fontset-from-ascii-font): Docsting adjusted for the above
14018 change.
14019 (instantiate-fontset, resolve-fontset-name): Functions removed.
14020 (fontset-list): Now implemented by C code.
14021
14022 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14023 (describe-face): Include `font' attribute in the description.
14024
140252000-03-21 Kenichi Handa <handa@etl.go.jp>
14026
14027 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14028
140292000-03-20 Gerd Moellmann <gerd@gnu.org>
14030
14031 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14032 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14033 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14034
14035 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14036 about behavior of set-buffer-modified-p wrt redisplay.
14037
140382000-03-19 Richard M. Stallman <rms@gnu.org>
14039
14040 * view.el (view-mode-disable): Kill local binding of view-read-only.
14041
140422000-03-18 Gerd Moellmann <gerd@gnu.org>
14043
14044 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14045 is a string, convert it to a syntax cell using string-to-syntax.
14046
14047 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14048 (string-to-syntax): New function.
14049
14050 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14051 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14052 try to use passive ftp mode.
14053
140542000-03-17 Gerd Moellmann <gerd@gnu.org>
14055
14056 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14057
14058 * simple.el (append-to-buffer): Update point of windows after
14059 insertion.
14060
14061 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14062 forward then moving backward. Reindent.
14063
14064 * frame.el (other-frame): Call x-focus-frame only if
14065 focus-follows-mouse is off.
14066
140672000-03-17 Dave Love <fx@gnu.org>
14068
14069 * pcvs-util.el (cvs-strings->string): Rename
14070 replace-regexps-in-string.
14071
140722000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14073
14074 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14075 regexp for labels cannot span several lines.
14076
14077 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14078 `(setq :<key> ':<key>)' to the macro expansion.
14079
140802000-03-16 Dave Love <fx@gnu.org>
14081
14082 * progmodes/f90.el (f90): Put custom group under `languages', not
14083 `fortran'.
14084 (f90-mode-hook): Customize.
14085 (f90-mode): Set add-log-current-defun-function.
14086 (f90-current-defun): New function.
14087
140882000-03-16 Gerd Moellmann <gerd@gnu.org>
14089
14090 * cus-edit.el (custom-variable-tag-face): Handle case that
14091 default face's height is not a number.
14092 (custom-face-tag-face, custom-group-tag-face-1)
14093 (custom-group-tag-face): Ditto.
14094 (custom-group-tag-face-1): Add :group.
14095
14096 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14097
140982000-03-15 Gerd Moellmann <gerd@gnu.org>
14099
14100 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14101 requiring easymenu.
14102
141032000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14104
14105 * ps-print.el: PostScript user-defined prologue, PostScript error
14106 handler, doc fix.
14107 (ps-print-version): New version number (5.1).
14108 (ps-user-defined-prologue, ps-error-handler-message)
14109 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14110 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14111 (ps-insert-string): New function.
14112
141132000-03-15 Kenichi Handa <handa@etl.go.jp>
14114
14115 * international/ccl.el (ccl-compile-expression): Don't generate
14116 invalid self-assignment code.
14117
141182000-03-14 Dave Love <fx@gnu.org>
14119
14120 * subr.el (replace-regexp-in-string): Renamed from
14121 replace-regexps-in-string. Doc fix.
14122
141232000-03-12 Dave Love <fx@gnu.org>
14124
14125 * cus-edit.el: Doc fixes.
14126 (customize-set-variable, customize-save-variable): Rename args for
14127 doc.
14128 (custom-variable-tag-face, custom-face-tag-face)
14129 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14130 style which user identify as hyperlink.
14131 (hook): Don't add undefined functions to the hook.
14132 (debug-ignored-errors): Transfer message from bindings.el.
14133
141342000-03-12 Gerd Moellmann <gerd@gnu.org>
14135
14136 * recentf.el (recentf-keep-non-readable-files-p): Remove
14137 double/nested definition.
14138
141392000-03-12 Dave Love <fx@gnu.org>
14140
14141 * facemenu.el (facemenu-get-face): Use display-color-p.
14142 * enriched.el (enriched-decode-foreground): Likewise.
14143 (enriched-decode-background): Likewise.
14144 * isearch.el (isearch-highlight): Likewise.
14145 * info-look.el (info-lookup): Likewise.
14146 * simple.el (completion-setup-function): Likewise.
14147
14148 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14149 :options.
14150
14151 * bindings.el (mode-line-format): Fix line-number and
14152 column-number items. Add help-echo for the background.
14153 (mode-line-mule-info): Modify help-echo.
14154
14155 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14156
14157 * files.el (load-file): Allow completion to .elc.
14158
14159 * man.el: Doc fixes.
14160 (Man-init-defvars): Use display-color-p to set fontification.
14161
14162 * play/hanoi.el (hanoi-internal): Don't use oddp.
14163
141642000-03-12 Gerd Moellmann <gerd@gnu.org>
14165
14166 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14167
14168 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14169
141702000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14171
14172 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14173 Fix comment.
14174
141752000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14176
14177 * font-lock.el (font-lock-keywords): Fix the doc now that
14178 regexp-opt-depth is unnecessary.
14179 (save-buffer-state): Set an edebug spec.
14180 (font-lock-fontify-anchored-keywords): Properly handle the case when
14181 the matcher goes past the limit.
14182
14183 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14184 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14185
14186 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14187 dll.el and cookie.el (from Elib) with heavy renaming and other
14188 massaging.
14189
14190 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14191 Autoload the functions used.
14192 (easy-mmode-define-syntax): Fix CL typo.
14193 (easy-mmode-define-derived-mode): Improve the docstring generation.
14194
141952000-03-10 Gerd Moellmann <gerd@gnu.org>
14196
14197 * textmodes/texinfo.el (texinfo-version): Variable and function
14198 removed.
14199
142002000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14201
14202 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14203 allow more flexibility.
14204 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14205 fns.
14206 (easy-mmode-defmap, easy-mmode-defsyntax)
14207 (easy-mmode-define-derived-mode): New macros.
14208
142092000-03-09 Didier Verna <didier@xemacs.org>
14210
14211 * rect.el (replace-rectangle): New function.
14212
142132000-03-09 Dave Love <fx@gnu.org>
14214
14215 * progmodes/fortran.el (fortran-comment-line-start): Define as
14216 "C".
14217 (fortran-comment-line-start-skip): Don't match cpp stuff.
14218 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14219 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14220 (fortran-mode): Don't set fortran-comment-line-start-skip,
14221 fortran-comment-line-start here. Set comment-start,
14222 add-log-current-defun.
14223 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14224 (fortran-current-defun): New function.
14225
142262000-03-09 Gerd Moellmann <gerd@gnu.org>
14227
14228 * emacs-lisp/re-builder.el: New file.
14229
14230 * mouse.el (mouse-drag-region): Don't run up-event handler
14231 if hscroll has changed.
14232
14233 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14234 builtin operators, use `font-lock-builtin-face' for Emacs and
14235 `font-lock-preprocessor-face' otherwise.
14236
14237 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14238 `(defun (setf foo)' differently.
14239
142402000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14241
14242 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14243 (regexp-opt): Update comment and adapt the code the new meaning of
14244 the `paren' argument of regex-opt-group for shy-groups.
14245 (regexp-opt-depth): Handle shy groups as well as backslashed
14246 backslashes.
14247 (regexp-opt-group): Turn the leading comment into a docstring.
14248 Allow `paren' to be a string (the string to use to open a group).
14249 Remove open-presuf and close-presuf. Instead of checking for `all
14250 one-char' and then later on check for `several one-char', handle
14251 both cases close together. Also apply a more generic algorithm
14252 for suffixes (the mirror image of the algorithm used for
14253 prefixes). Use shy-groups. Use nreverse rather than reverse.
14254 (regexp-opt-try-suffix): Removed.
14255
14256 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14257 from comint-mode-map, so we can just inherit from it. Also, move
14258 the initialization into the `defvar' since there's no docstring
14259 anyway and it's fairly short.
14260 (inferior-scheme-mode): Define it as derived-mode: the code is
14261 shorter and this way we inherit from comint-mode-map rather than
14262 copying it.
14263
14264 * subr.el (replace-regexps-in-string): Properly handle the case
14265 where we match an empty string.
14266
14267 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14268 when the command has a directory component (such as "./testml").
14269 Also fix a typo in the comment.
14270
142712000-03-08 Gerd Moellmann <gerd@gnu.org>
14272
14273 * Makefile (compile-files): Compile files one by one because
14274 that's the only way to ensure a clean compilation environment for
14275 each individual file.
14276
14277 * frame.el (other-frame): Call x-focus-frame.
14278
142792000-03-07 Dave Love <fx@gnu.org>
14280
14281 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14282 :require to defcustom.
14283
14284 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14285 lists.
14286
14287 * files.el (auto-mode-alist): Add configure.in.
14288
14289 * progmodes/autoconf.el: New file.
14290
142912000-03-07 Gerd Moellmann <gerd@gnu.org>
14292
14293 * mail/mh-e.el: Change maintainer to `none'.
14294
14295 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14296 to remove-hook and add-hook.
14297
142982000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14299
14300 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14301 it as the default.
14302 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14303 (sendmail-send-it): Conditionally add MIME headers specifying the
14304 used character set.
14305
143062000-03-07 Dave Love <fx@gnu.org>
14307
14308 * winner.el: Fix keywords, autoload cookies. Split
14309 eval-when-compile form to avoid compilation failure.
14310
143112000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14312
14313 * international/mule.el: Modify comment about coding system
14314 property `coding-category'.
14315 (make-coding-system): New argument EOL-TYPE. Pay attention to
14316 coding-category property of PROPERTIES.
14317
14318 * international/mule-conf.el (coding-category-utf-8,
14319 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14320 categories. Include them in the argument for set-coding-priority.
14321
14322 * international/mule-cmds.el (reset-language-environment): Include
14323 coding-category-utf-8, coding-category-utf-16-be, and
14324 coding-category-utf-16-le in the argument for set-coding-priority.
14325 (reset-language-environment): Initialize coding-category-utf-8,
14326 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14327
143282000-03-06 Karl Fogel <kfogel@red-bean.com>
14329
14330 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14331 code abstracted out of `bookmark-jump-noselect'. Now tries info
14332 extensions as well as compression extensions.
14333 (bookmark-jump-noselect): Use above new func.
14334
143352000-03-03 Gerd Moellmann <gerd@gnu.org>
14336
14337 * strokes.el: Change maintainer's mail address.
14338
143392000-03-03 Kenichi Handa <handa@etl.go.jp>
14340
14341 * international/mule-diag.el (list-character-sets): Make help-echo
14342 string by substitute-command-keys.
14343 (list-character-sets): Likewise.
14344 (sort-listed-character-sets): Call help-setup-xref.
14345
143462000-03-02 Gerd Moellmann <gerd@gnu.org>
14347
14348 * time.el (display-time-mail-file): Add `none' to the list of
14349 choices.
14350
143512000-03-01 Dave Love <fx@gnu.org>
14352
14353 * help.el (help-xref-go-back): Don't try to set position.
14354
14355 * international/mule-diag.el (list-character-sets): Call
14356 help-setup-xref. Add help-echo to xrefs.
14357 (list-character-sets-1): Add help-echo to xrefs.
14358
143592000-03-02 Gerd Moellmann <gerd@gnu.org>
14360
14361 * frame.el (blink-cursor-mode): Switch cursor on when turning
14362 the mode off.
14363
14364 * add-log.el (add-log-current-defun): Add support for
14365 Autoconf mode.
14366
14367 * mail/rmail.el (rmail-quit-hook): New variable.
14368
143692000-03-01 Dave Love <fx@gnu.org>
14370
14371 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14372
14373 * help.el (help-xref-button): Add help-echo arg.
14374 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14375
14376 * faces.el (list-faces-display): Supply help-echo with
14377 help-make-xrefs.
14378
14379 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14380 nil.
14381
143822000-03-01 Gerd Moellmann <gerd@gnu.org>
14383
14384 * image.el (defimage): Look for image files in load-path.
14385
14386 * frame.el (busy-cursor-delay-seconds): Change type to
14387 `number'.
14388
143892000-03-01 David Ponce <david.ponce@wanadoo.fr>
14390
14391 * recentf.el (recentf): Added version tag to the defgroup of
14392 recentf.
14393
143942000-03-01 David Ponce <david.ponce@wanadoo.fr>
14395
14396 * recentf.el (recentf-cleanup): Changed to remove excluded file
14397 too.
14398 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14399 action to select/unselect a file.
14400 (recentf-edit-list): Code cleanup and improvement.
14401 (recentf-open-more-files-action): `recentf-open-more-files' button
14402 widget action to open a file.
14403 (recentf-open-more-files): No more use standard completion but
14404 widgets.
14405 (recentf-more-collection): Deleted.
14406 (recentf-more-history): Deleted.
14407 (recentf-setup-more-completion): Deleted.
14408
144092000-03-01 David Ponce <david.ponce@wanadoo.fr>
14410
14411 * recentf.el (recentf-mode): No more needs that Emacs is running
14412 under a window-system.
14413
144141999-03-01 David Ponce <david.ponce@wanadoo.fr>
14415
14416 * recentf.el (recentf-edit-list): New command to edit the recent
14417 list which allow the user to remove files.
14418 (recentf-edit-selected-items): New global variable, used by
14419 `recentf-edit-list' to hold the list of files to be removed from
14420 the recent list.
14421 (recentf-make-menu-items): Updated to display a "Edit list..."
14422 menu item. Minor code cleanup.
14423
144241999-03-01 David Ponce <david.ponce@wanadoo.fr>
14425
14426 * recentf.el (recentf-open-more-files): New command to open files
14427 that are not displayed in the menu.
14428 (recentf-more-collection): New global variable holding the set of
14429 permissible completions used by `recentf-open-more-files'.
14430 (recentf-more-history): New global variable holding the history list
14431 used by `recentf-open-more-files' completion.
14432 (recentf-setup-more-completion): New function to setup completion for
14433 `recentf-open-more-files'.
14434 (recentf-make-menu-items): Updated to display a "More..." menu item.
14435
144361999-03-01 David Ponce <david.ponce@wanadoo.fr>
14437
14438 * recentf.el (recentf-menu-action): Doc fixed.
14439
144401999-03-01 David Ponce <david.ponce@wanadoo.fr>
14441
14442 * recentf.el (recentf-menu-filter): Doc updated.
14443 (recentf-update-menu-hook): Allow menu filters to force menu update.
14444 (recentf-make-menu-items): New menu filter handling.
14445 (recentf-make-menu-item): New helper function.
14446 (recentf-menu-elements): New menu handling function.
14447 (recentf-sort-ascending): Updated to new menu filter handling.
14448 (recentf-sort-descending): Updated to new menu filter handling.
14449 (recentf-sort-basenames-ascending): New menu filter function.
14450 (recentf-sort-basenames-descending): New menu filter function.
14451 (recentf-show-basenames): New menu filter function.
14452 (recentf-show-basenames-ascending): New menu filter function.
14453 (recentf-show-basenames-descending): New menu filter function.
14454
144552000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14456
14457 * diary-lib.el (list-diary-entries): Don't try to go forward at
14458 the end of the buffer.
14459
144602000-02-29 Kenichi Handa <handa@etl.go.jp>
14461
14462 * international/mule-diag.el (list-character-sets): Completely
14463 rewritten.
14464 (sort-listed-character-sets): New function.
14465 (list-character-sets-1): Completely rewritten.
14466 (list-character-sets-2): New function.
14467 (non-iso-charset-alist): New variable.
14468 (decode-codepage-char): New function.
14469 (charset-history): New variable.
14470 (read-charset) (list-block-of-chars)
14471 (list-iso-charset-chars)
14472 (list-non-iso-charset-chars)
14473 (list-charset-chars): New functions.
14474 (mule-diag): Call list-character-sets-2, not
14475 list-character-sets-2.
14476 (dump-charsets): Likewise.
14477
144782000-02-29 Gerd Moellmann <gerd@gnu.org>
14479
14480 * dired-x.el (dired-filename-at-point): Add `@' to valid
14481 file name characters.
14482 (dired-filename-at-point): Handle ange-ftp file names.
14483
14484 * frame.el (frame-notice-user-settings): Use assq-delete-all
14485 instead of assoc-delete-all.
14486 (frame-notice-user-settings): Ditto.
14487
14488 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14489 Don't copy alist.
14490
144912000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14492
14493 * calculator.el (calculator-use-menu): New option.
14494 (calculator-initial-bindings): Changed some bindings to work as
14495 macros.
14496 (calculator-forced-input): Removed.
14497 (calculator-restart-other-mode): New variable.
14498 (calculator-mode-map): Set up menu.
14499
145002000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14501
14502 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14503 tags.
14504
145052000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14506
14507 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14508 translate all ESC key sequences.
14509 (viper-goto-mark-subr): restore markers for files for which
14510 they were saved.
14511 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14512 * viper-util.el (viper-set-replace-overlay-glyphs,
14513 viper-set-replace-overlay): always check if the replacement
14514 overlay is live.
14515 * viper.el (viper-vi-state-mode-list): added major modes.
14516 * ediff-wind.el: minor comment changes.
14517 * ediff.el: copyright notice date fix.
14518
145192000-02-27 Jason Rumney <jasonr@gnu.org>
14520
14521 * faces.el (face-font-family-alternatives): Add arial to helv.
14522 (mode-line, header-line, tool-bar): Same default as x for w32.
14523 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14524 face-font-family-alternatives from working.
14525 * term/w32-win.el (mouse-set-font): Do not build fontset from
14526 chosen font.
14527
145282000-02-25 Sam Steingold <sds@goems.com>
14529
14530 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14531 properly.
14532
145332000-02-25 Richard M. Stallman <rms@gnu.org>
14534
14535 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14536
145372000-02-25 Gerd Moellmann <gerd@gnu.org>
14538
14539 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14540 writable.
14541
14542 * frame.el (busy-cursor-delay-seconds): New option.
14543
145442000-02-24 Gerd Moellmann <gerd@gnu.org>
14545
14546 * frame.el (show-cursor-in-non-selected-windows): New option.
14547
145482000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14549
14550 * diary-lib.el (include-other-diary-files): Undo the selective
14551 display in any included file and don't kill it.
14552
145532000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14554
14555 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14556 bar. Menu items converted to (menu-item format, help strings
14557 added.
14558 [downcase, upcase]: Don't enable on MS-DOS.
14559 [symlink, symlinks]: Don't show if make-symbolic-link is not
14560 bound.
14561 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14562
145632000-02-23 Dave Love <fx@gnu.org>
14564
14565 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14566 (backward-kill-word): Revert addition of * to interactive spec --
14567 it's a feature.
14568
14569 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14570 (backward-kill-sentence, kill-sentence): Likewise.
14571
14572 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14573 scratch buffer name.
14574 (gud-format-command): Use int-to-string in ?l case. Simplify
14575 slightly.
14576
14577 * term/w32-win.el (internal-face-interactive): Update prompt for
14578 new read-face-name.
14579
14580 * mail/footnote.el (footnote): Add :version to defgroup.
14581 (footnote-section-tag-regexp): Customize.
14582 (footnote-start-tag, footnote-end-tag): New option.
14583 (footnote-latin-regexp): New variable.
14584 (Footnote-latin): New function.
14585 (footnote-style-alist): Add element for latin style.
14586 (footnote-style): Moved.
14587 (Footnote-goto-footnote): Use eq to test arg.
14588
14589 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14590
14591 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14592 (byte-compile-trueconstp): Include keywords.
14593 (byte-optimize-quote, byte-optimize-lapcode): Use
14594 byte-compile-const-symbol-p.
14595 (byte-optimize-char-before): New optimization.
14596
14597 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14598 (byte-compile-const-symbol-p): New function.
14599 (byte-compile-constp, byte-compile-out-toplevel)
14600 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14601 Use it.
14602
14603 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14604
146052000-02-23 Kenichi Handa <handa@etl.go.jp>
14606
14607 * international/encoded-kb.el: Be sure to update minor-mode-alist
14608 and minor-mode-map-alist.
14609 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14610 codes SS2 and SS3 correctly.
14611 (encoded-kbd-self-insert-ccl): New function.
14612 (encoded-kbd-setup-keymap): New function.
14613 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14614 by calling encoded-kbd-setup-keymap.
14615
14616 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14617 characters.
14618 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14619 locally.
14620
146212000-02-22 Dave Love <fx@gnu.org>
14622
14623 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14624 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14625 defvar.
14626 (lisp-mode-syntax-table): Set up for #|...|# comments.
14627 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14628 classes. Match `defface'.
14629 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14630 (eval-defun-1): Fix for defcustom.
14631 (lisp-indent-region): Doc fix.
14632
14633 * subr.el (when, unless, split-string): Doc fix.
14634 (read-passwd): Move call of clear-this-command-keys to the right
14635 place.
14636 (replace-regexps-in-string): New function.
14637
146382000-02-22 Gerd Moellmann <gerd@gnu.org>
14639
14640 * help.el (describe-variable): Set syntax table to
14641 emacs-lisp-mode-syntax-table when moving forward over the
14642 symbol's name.
14643
146442000-02-22 Dave Love <fx@gnu.org>
14645
14646 * xt-mouse.el: Doc fixes.
14647 (xterm-mouse-position-function): New function, replacing advice of
14648 mouse-position.
14649 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14650
14651 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14652
146532000-02-21 Gerd Moellmann <gerd@gnu.org>
14654
14655 * format.el (format-annotate-single-property-change): Handle
14656 properties.with dotted-list values.
14657 (format-proper-list-p): New function.
14658
14659 * enriched.el (enriched-face-ans): Handle '(foreground-color
14660 . COLOR) and (background-color . COLOR).
14661
146622000-02-20 Dave Love <fx@gnu.org>
14663
14664 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14665 and assignments to it.
14666 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14667 current local map.
14668 (make-flyspell-overlay): Use it.
14669 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14670
14671 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14672 (lm-get-header-re): Defun, not defsubst.
14673 (lm-get-package-name): Defun, not defsubst. Simplify.
14674 (lm-version): Doc fix. Simplify.
14675 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14676 (lm-crack-address, lm-last-modified-date, lm-commentary)
14677 (lm-verify, lm-synopsis): Simplify.
14678 (lm-report-bug): Require emacsbug. Use compose-mail.
14679
146802000-02-20 Gerd Moellmann <gerd@gnu.org>
14681
14682 * dired.el (dired-mode): Call propertized-buffer-identification
14683 to set mode-line-buffer-identification to something having
14684 the right text properties.
14685
14686 * bindings.el (propertized-buffer-identification): New function.
14687
146882000-02-20 Dave Love <fx@gnu.org>
14689
14690 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14691 check for t-mouse too.
14692
14693 * cus-start.el: Make echo-keystrokes `number'.
14694
146952000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14696
14697 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14698 Don't call ring-empty-p unless tags-location-ring is bound.
14699 From Noah Friedman <friedman@splode.com>.
14700
147012000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14702
14703 * progmodes/hideshow.el (hs-flag-region): No longer use
14704 `intangible' overlay property.
14705
14706 (hs-toggle-hiding): New command.
14707 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14708
14709 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14710 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14711 and deactivation.
14712
147132000-02-18 Gerd Moellmann <gerd@gnu.org>
14714
14715 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14716
147172000-02-17 Gerd Moellmann <gerd@gnu.org>
14718
14719 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14720
14721 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14722 of `*' to handle `(* ... *)' comments.
14723
147242000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14725
14726 * faces.el (list-faces-display): Use display-mouse-p instead of
14727 window-system.
14728
14729 * menu-bar.el (global-map): Menu-bar items converted to the new
14730 format (menu-item..., rearranged for better CUA compliance, and
14731 their names changed for better clarity. Help strings added.
14732
14733 * international/mule-cmds.el (mule-menu-keymap)
14734 (describe-language-environment-map, set-coding-system-map)
14735 (setup-language-environment-map): Convert to new (menu-item...
14736 form, add help strings. Change names of menu items for better
14737 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14738 submenu).
14739
147402000-02-17 Gerd Moellmann <gerd@gnu.org>
14741
14742 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14743 within the code.
14744
147452000-02-16 Dave Love <fx@gnu.org>
14746
14747 * faces.el: Don't require custom. Add more specific :groups to
14748 various deffaces.
14749 (set-face-attribute): Purecopy args.
14750 (read-face-name): Default to name at point and use it in prompt.
14751 Remove colon from arg in all callers.
14752 (list-faces-display): Hyperlink to face descriptions and customize
14753 buffers.
14754
147552000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14756
14757 * wid-edit.el (widget-match-inline): An atom never matches a
14758 list.
14759
147602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14761
14762 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14763 at ':' characters by call to split-string.
14764
147652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14766
14767 * textmodes/bibtex.el: Added RCS version identification.
14768
147692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14770
14771 * textmodes/bibtex.el: Some temporary comments removed.
14772 (bibtex-field-name, bibtex-entry-type): Made the relationship
14773 explicit.
14774 (bibtex-field-const): Allow capital letters.
14775 (bibtex-start-of-string): Deleted because unused.
14776
14777 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14778 use the term 'reference' to describe a bibtex entry as a whole.
14779 Further, reference keys are no longer called 'labels'.
14780 (bibtex-keys): Renamed to bibtex-reference-keys.
14781 (bibtex-reformat-previous-labels): Renamed to
14782 bibtex-reformat-previous-reference-keys.
14783 (bibtex-reference-type): Renamed to bibtex-entry-type.
14784 (bibtex-reference-head): Renamed to bibtex-entry-head.
14785 (bibtex-reference-maybe-empty-head): Renamed to
14786 bibtex-entry-maybe-empty-head.
14787 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14788 (bibtex-search-reference): Renamed to bibtex-search-entry.
14789 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14790 bibtex-enclosing-entry-maybe-empty-head.
14791 (bibtex-entry-field-alist, bibtex-entry-head,
14792 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14793 bibtex-map-entries, bibtex-search-entry,
14794 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14795 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14796 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14797 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14798 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14799 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14800 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14801
148022000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14803
14804 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14805 comment.
14806 (bibtex-format-field-delimiters): New function, functionality
14807 extracted from bibtex-format-entry.
14808 (bibtex-autokey-get-yearfield-digits): New function, functionality
14809 extracted from bibtex-autokey-get-yearfield.
14810
14811 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14812 entries in order to avoid stack overflow in the regexp matcher if
14813 field contents become large.
14814 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14815 bibtex-field-string-part-not-braced,
14816 bibtex-field-string-part-no-inner-braces,
14817 bibtex-field-string-part-1-inner-brace,
14818 bibtex-field-string-part-2-inner-braces,
14819 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14820 bibtex-field-string-quoted, bibtex-field-string,
14821 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14822 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14823 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14824 as parsing is now performed by the following functions.
14825 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14826 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14827 bibtex-parse-field-string, bibtex-search-forward-field-string,
14828 bibtex-parse-association, bibtex-field-name-for-parsing,
14829 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14830 bibtex-search-forward-field, bibtex-search-backward-field,
14831 bibtex-start-of-field, bibtex-end-of-field,
14832 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14833 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14834 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14835 bibtex-parse-string, bibtex-search-forward-string,
14836 bibtex-search-backward-string, bibtex-start-of-string,
14837 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14838 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14839 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14840 entries. Instead of reporting the results of the parsing by
14841 match-beginning or match-end, these functions return data structures
14842 that hold the corresponding positions.
14843 (bibtex-enclosing-field): Changed to also report field boundaries by
14844 return values rather than by match-beginning or match-end. The
14845 following functions have been adapted to use the new parsing
14846 functions.
14847 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14848 bibtex-enclosing-field, bibtex-format-entry,
14849 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14850 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14851 bibtex-print-help-message, bibtex-end-of-entry,
14852 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14853 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14854 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14855 method for parsing.
14856 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14857 bibtex-map-entries, bibtex-flash-head,
14858 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14859 bibtex-autokey-change, bibtex-autokey-get-namefield,
14860 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14861 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14862 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14863 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14864 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14865 order to make the new binding of case-fold-search immediately
14866 visible.
14867
148682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14869
14870 * textmodes/bibtex.el: Copyright notice is up to date.
14871 Added constant 'bibtex-maintainer-salutation.
14872
14873 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14874 than make-temp-name, use match-string-no-properties and eliminate
14875 a quadratic behavior when building bibtex-strings.
14876
14877 * bibtex.el (bibtex-reference-key): Accept string entries whose
14878 reference key contains upper case letters.
14879
148802000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14881
14882 * bibtex.el (bibtex-reference-head): Allow entries to start with
14883 a new line.
14884
148852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14886
14887 * bibtex.el: Hiding of entry bodies is not longer provided by
14888 bibtex.el directly. Instead the hideshow package can be used.
14889 Added a special bibtex entry to hs-special-modes-alist.
14890 (bibtex-hs-forward-sexp): Added for hideshow.el.
14891
148922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14893
14894 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14895 at ':' characters by call to split-string.
14896
148972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14898
14899 * textmodes/bibtex.el: Added RCS version identification.
14900
149012000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14902
14903 * textmodes/bibtex.el: Some temporary comments removed.
14904 (bibtex-field-name, bibtex-entry-type): Made the relationship
14905 explicit.
14906 (bibtex-field-const): Allow capital letters.
14907 (bibtex-start-of-string): Deleted because unused.
14908
14909 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14910 use the term 'reference' to describe a bibtex entry as a whole.
14911 Further, reference keys are no longer called 'labels'.
14912 (bibtex-keys): Renamed to bibtex-reference-keys.
14913 (bibtex-reformat-previous-labels): Renamed to
14914 bibtex-reformat-previous-reference-keys.
14915 (bibtex-reference-type): Renamed to bibtex-entry-type.
14916 (bibtex-reference-head): Renamed to bibtex-entry-head.
14917 (bibtex-reference-maybe-empty-head): Renamed to
14918 bibtex-entry-maybe-empty-head.
14919 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14920 (bibtex-search-reference): Renamed to bibtex-search-entry.
14921 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14922 bibtex-enclosing-entry-maybe-empty-head.
14923 (bibtex-entry-field-alist, bibtex-entry-head,
14924 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14925 bibtex-map-entries, bibtex-search-entry,
14926 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14927 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14928 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14929 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14930 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14931 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14932 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14933
149342000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14935
14936 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14937 comment.
14938 (bibtex-format-field-delimiters): New function, functionality
14939 extracted from bibtex-format-entry.
14940 (bibtex-autokey-get-yearfield-digits): New function, functionality
14941 extracted from bibtex-autokey-get-yearfield.
14942
14943 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14944 entries in order to avoid stack overflow in the regexp matcher if
14945 field contents become large.
14946 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14947 bibtex-field-string-part-not-braced,
14948 bibtex-field-string-part-no-inner-braces,
14949 bibtex-field-string-part-1-inner-brace,
14950 bibtex-field-string-part-2-inner-braces,
14951 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14952 bibtex-field-string-quoted, bibtex-field-string,
14953 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14954 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14955 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14956 as parsing is now performed by the following functions.
14957 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14958 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14959 bibtex-parse-field-string, bibtex-search-forward-field-string,
14960 bibtex-parse-association, bibtex-field-name-for-parsing,
14961 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14962 bibtex-search-forward-field, bibtex-search-backward-field,
14963 bibtex-start-of-field, bibtex-end-of-field,
14964 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14965 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14966 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14967 bibtex-parse-string, bibtex-search-forward-string,
14968 bibtex-search-backward-string, bibtex-start-of-string,
14969 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14970 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14971 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14972 entries. Instead of reporting the results of the parsing by
14973 match-beginning or match-end, these functions return data structures
14974 that hold the corresponding positions.
14975 (bibtex-enclosing-field): Changed to also report field boundaries by
14976 return values rather than by match-beginning or match-end. The
14977 following functions have been adapted to use the new parsing
14978 functions.
14979 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14980 bibtex-enclosing-field, bibtex-format-entry,
14981 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14982 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14983 bibtex-print-help-message, bibtex-end-of-entry,
14984 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14985 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14986 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14987 method for parsing.
14988 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14989 bibtex-map-entries, bibtex-flash-head,
14990 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14991 bibtex-autokey-change, bibtex-autokey-get-namefield,
14992 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14993 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14994 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14995 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14996 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14997 order to make the new binding of case-fold-search immediately
14998 visible.
14999
150002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15001
15002 * textmodes/bibtex.el: Copyright notice is up to date.
15003 Added constant 'bibtex-maintainer-salutation.
15004
15005 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15006 than make-temp-name, use match-string-no-properties and eliminate
15007 a quadratic behavior when building bibtex-strings.
15008
15009 * bibtex.el (bibtex-reference-key): Accept string entries whose
15010 reference key contains upper case letters.
15011
150122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15013
15014 * bibtex.el (bibtex-reference-head): Allow entries to start with
15015 a new line.
15016
150172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15018
15019 * bibtex.el: Hiding of entry bodies is not longer provided by
15020 bibtex.el directly. Instead the hideshow package can be used.
15021 Added a special bibtex entry to hs-special-modes-alist.
15022 (bibtex-hs-forward-sexp): Added for hideshow.el.
15023
150242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15025
15026 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15027 proceedings entry type (for cross referencing). Thanks to Wagner
15028 Toledo Correa for the suggestion.
15029
15030 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15031
150322000-02-14 Kenichi Handa <handa@etl.go.jp>
15033
15034 * international/characters.el: Setup case table for Vietnamese.
15035
150362000-02-12 Gerd Moellmann <gerd@gnu.org>
15037
15038 * uniquify.el (toplevel): Require CL at compile time.
15039 (uniquify-push): Removed.
15040
15041 * shadowfile.el (shadow-when): Removed.
15042
15043 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15044 (tempo-process-and-insert-string): Use dolist instead of
15045 tempo-dolist.
15046
15047 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15048 regexp for paragraph-start.
15049
15050 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15051 commas as well.
15052
150532000-02-10 Dave Love <fx@gnu.org>
15054
15055 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15056 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15057 Deleted.
15058 (widget-specify-field, widget-specify-button): Don't use
15059 widget-mouse-help as help-echo property.
15060 (default): Use #'ignore for :validate and :mouse-down-action.
15061 (checkbox): Add help-echo.
15062 (widget-sexp-validate): Rewritten to clarify error messages.
15063 (character): Use char-valid-p in :match function.
15064 (widget-color-complete): Use facemenu-color-alist.
15065 (widget-color-action): Use facemenu-read-color.
15066
15067 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15068 set up `caar' &c that we now have.
15069
150702000-02-09 Ray Blaak <blaak@gnu.org>
15071
15072 * delphi.el: Make resourcestring a declaration region, like const
15073 and var.
15074
150752000-02-09 Dave Love <fx@gnu.org>
15076
15077 * bindings.el (mode-line-input-method-map): New variable.
15078 (mode-line-mule-info): Use it; fix last change.
15079 (mode-line-mode-menu): Move definition.
15080 (mode-line-mouse-sensitive-p): Deleted.
15081 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15082 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15083 level.
15084
15085 * startup.el (command-line-1): Don't call
15086 make-mode-line-mouse-sensitive.
15087
150882000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15089
15090 * mail/rmail.el (rmail-retry-failure): Use
15091 rmail-beginning-of-message before rmail-toggle-header, because the
15092 former toggles headers.
15093
150942000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15095
15096 * diff-mode.el (diff-kill-junk): New interactive function.
15097 (diff-reverse-direction): Use delete-and-extract-region.
15098 (diff-post-command-hook): Restrict the area so that the hook also works
15099 outside of any diff hunk. This is necessary for the minor-mode.
15100 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15101 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15102
15103 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15104 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15105 so that it can be used more easily in <foo>-mode-hook. Also make sure
15106 to avoid duplicate entries.
15107 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15108 (font-lock-remove-keywords): Just as was done for `add', allow it to
15109 work even if font-lock-mode is nil. Also make sure we don't modify
15110 any pre-existing list by forcing a copy-sequence. Finally rename
15111 `major-mode' to `mode'.
15112 (font-lock-fontify-syntactic-anchored-keywords)
15113 (font-lock-fontify-anchored-keywords)
15114 (font-lock-fontify-keywords-region): Use line-end-position.
15115 Don't make `font-lock-multiline' local (it's now done in
15116 font-lock-set-defaults).
15117 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15118 move the `font-lock-fontified' creation to inside the `unless'.
15119
151202000-02-06 Andrew Innes <andrewi@gnu.org>
15121
15122 * term/w32-win.el (x-handle-args): Comment out call to message,
15123 which occurs before window system is initialized.
15124
15125 * makefile.nt: Add support for recompiling lisp code.
15126
151272000-02-04 Dave Love <fx@gnu.org>
15128
15129 * bindings.el (mode-line-mule-info): Fix/extend last change.
15130
15131 * completion.el: Replace completion-dolist with dolist.
15132
15133 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15134 dotimes.
15135
151362000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15137
15138 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15139 environment names before they go into the section regexp.
15140
15141 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15142 char class in regexp.
15143
15144 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15145 `case-fold-search' to nil.
15146
15147 * progmodes/idlwave.el (idlwave-template): Respect
15148 `idlwave-abbrev-change-case'.
15149 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15150 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15151 idlwave-while): respect `idlwave-reserved-word-upcase'.
15152 (idlwave-rw-case): New function.
15153 (idlwave-statement-match): Fixed problem with assignment regexp.
15154 (idlwave-font-lock-keywords): Improved regexp for keyword
15155 parameters.
15156 (idlwave-surround): New argument LENGTH to support padding of
15157 operators longer than 1 char.
15158
15159 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15160 idlwave-shell-expression-overlay. Implemented printing of
15161 expressions on higher levels of the calling stack.
15162 (idlwave-shell-display-level-in-calling-stack): Restore stack
15163 level.
15164 (idlwave-retrieve-expression-from-level): New function.
15165 (idlwave-shell-last-calling-stack): Variable removed.
15166 (idlwave-shell-reset): Argument action reversed (`visible' to
15167 `hidden'). Also remove stop-line overlay.
15168 (idlwave-shell-calling-stack-routine): New variable.
15169 (idlwave-shell-parse-stack-and-display): Messages now display
15170 negative level numbers.
15171 (idlwave-shell-mode): Set `modeline-format'.
15172 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15173 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15174 21.
15175 (idlwave-shell-print-expression-function): New option.
15176
15177 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15178 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15179 `tool-bar' instead of `toolbar'.
15180
151812000-02-02 Dave Love <fx@gnu.org>
15182
15183 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15184 emacs-lisp-mode-hook. Don't check for defalias being defined.
15185
15186 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15187 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15188 the new builtins directly.
15189
15190 * whitespace.el (whitespace): Add :version to defgroup.
15191
15192 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15193 Doc fix.
15194
15195 * thingatpt.el (sexp-at-point, symbol-at-point)
15196 (number-at-point, list-at-point): Add autoload cookie.
15197
15198 * recentf.el (recentf): Add :version to defgroup.
15199
15200 * quickurl.el (quickurl): Add :version to defgroup.
15201
15202 * elide-head.el (elide-head): Use point-marker more.
15203
15204 * bs.el (bs): Add :version to defgroup.
15205
15206 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15207
15208 * progmodes/delphi.el (delphi): Add :version to defgroup.
15209
152102000-02-02 Gerd Moellmann <gerd@gnu.org>
15211
15212 * ange-ftp.el (ange-ftp-write-region): Handle case that
15213 succeeding process operation sets a different coding system.
15214
15215 * calculator.el: New file.
15216
152172000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15218
15219 * frame.el (frames-on-display-list, framep-on-display): New
15220 functions.
15221 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15222 (display-selections-p, display-screens, display-pixel-width)
15223 (display-pixel-height, display-mm-width, display-mm-height)
15224 (display-backing-store, display-save-under, display-planes)
15225 (display-color-cells, display-visual-class): New functions.
15226
15227 * term/tty-colors.el (tty-color-gray-shades): New function.
15228
15229 * faces.el (display-color-p): Use framep-on-display.
15230 (display-grayscale-p): New function.
15231
152322000-01-31 Dave Love <fx@gnu.org>
15233
15234 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15235 (create-fontset-from-x-resource): Don't concat integers.
15236
152372000-01-31 Inge Frick <inge@nada.kth.se>
15238
15239 * view.el: Some changes in documentation. Removed some trailing
15240 whitespace. Changed some parameter names to agree with
15241 documentation.
15242 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15243 window is not deleted. Modifies change 1998-04-26.
15244
152452000-01-31 Gerd Moellmann <gerd@gnu.org>
15246
15247 * windmove.el: New file.
15248
15249 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15250 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15251 progmodes/ebnf-yac.el: Update copyright and license info.
15252
15253 * jit-lock.el (jit-lock-function): Widen before calculating end
15254 position.
15255 (jit-lock-stealth-chunk-start): Rewritten.
15256
15257 * info.el (Info-title-face-alist): Removed.
15258 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15259 faces.
15260 (Info-fontify-node): Use these faces.
15261
152622000-01-30 Gerd Moellmann <gerd@gnu.org>
15263
15264 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15265 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15266 `&allow-other-keywords'.
15267
15268 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15269 the list of directories scanned heuristically.
15270
15271 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15272 exist.
15273
152742000-01-30 Jason Rumney <jasonr@gnu.org>
15275
15276 * w32-fns.el: Define w32-tty-standard-colors.
15277
15278 * startup.el (command-line): Use w32-tty-standard-colors when in
15279 w32 console mode.
15280
152812000-01-30 Dave Love <fx@gnu.org>
15282
15283 * jka-compr.el (jka-compr-load): Fix up load-history.
15284
15285 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15286
15287 * emacs-lisp/cl-macs.el: Revert previous change.
15288
152892000-01-29 Dave Love <fx@gnu.org>
15290
15291 * facemenu.el: Purecopy various strings.
15292
15293 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15294 years. Deal with three-digit years.
15295
15296 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15297 defconst, purecopy.
15298 (help-back-label): Purecopy it.
15299
153002000-01-18 Gerd Moellmann <gerd@gnu.org>
15301
15302 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15303 variable. If non-nil, order the buffer list according to the
15304 currently selected frame.
15305 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15306 non-nil, pass the selected frame to function buffer-list.
15307
153082000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15309
15310 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15311
153122000-01-28 Dave Love <fx@gnu.org>
15313
15314 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15315
15316 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15317 Don't use lisp-indent-hook property.
15318 (cl-abs): Remove.
15319
15320 * subr.el: Move out indent and edebug specs for when and unless.
15321
15322 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15323 when, unless.
15324
15325 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15326 unless, when.
15327
153282000-01-28 Gerd Moellmann <gerd@gnu.org>
15329
15330 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15331 `collecting' as synonym for `collect'.
15332
15333 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15334 for the case it contains spaces.
15335
15336 * simple.el (what-cursor-position): Change formatting of
15337 messages.
15338
15339 * frame.el (delete-other-frames): New function.
15340 (toplevel): Bind it to C-x 5 1.
15341
15342 * sort.el (sort-numeric-base): New option.
15343 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15344 interpret it as octal or hexadecimal. Use sort-numeric-base
15345 as default base.
15346
15347 * progmodes/glasses.el: New file.
15348
153492000-01-27 Gerd Moellmann <gerd@gnu.org>
15350
15351 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15352 userids differently.
15353
15354 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15355 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15356 progmodes/ebnf-yac.el: New files.
15357
153582000-01-26 Dave Love <fx@gnu.org>
15359
15360 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15361 on a function with an empty body. [From Eric Ludlam.]
15362
153632000-01-25 Andre Spiegel <spiegel@gnu.org>
15364
15365 * vc.el (vc-version-diff): Make sure file name is expanded.
15366
153672000-01-25 Gerd Moellmann <gerd@gnu.org>
15368
15369 * scroll-bar.el (scroll-bar-timer): Variable removed.
15370 (scroll-bar-toolkit-scroll): Don't use a timer.
15371
153722000-01-25 Kenichi Handa <handa@etl.go.jp>
15373
15374 * language/thai-util.el (thai-composition-function): Delete
15375 superfluous `a'.
15376
153772000-01-24 Dave Love <fx@gnu.org>
15378
15379 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15380 end-of-defun-function.
15381
15382 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15383 &c.
15384
153852000-01-22 Jason Rumney <jasonr@gnu.org>
15386
15387 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15388 conflicts with new face support.
15389
153902000-01-22 Richard M. Stallman <rms@gnu.org>
15391
15392 * replace.el (query-replace): Rename last arg to DELIMITED.
15393 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15394 (query-replace-regexp): Likewise.
15395
153962000-01-20 Richard M. Stallman <rms@gnu.org>
15397
15398 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15399
15400 * emacs-lisp/lisp.el (beginning-of-defun-function):
15401 Variable renamed from beginning-of-defun.
15402 Do not call make-variable-buffer-local.
15403 (beginning-of-defun-raw): Use new variable name; doc fix.
15404 (beginning-of-defun): Doc fix.
15405 (end-of-defun-function): Variable renamed from end-of-defun.
15406 Do not call make-variable-buffer-local.
15407 (end-of-defun): Use new variable name; doc fix.
15408
15409 * subr.el (dolist, dotimes): Copied from cl-macs.el
15410 and made to work.
15411
15412 * mail/undigest.el (rmail-digest-end-regexps):
15413 Variable replaces rmail-digest-end-regexp.
15414 Allows multiple regexps for detecting the end line.
15415 (undigestify-rmail-message): Corresponding changes.
15416
154172000-01-19 Dave Love <fx@gnu.org>
15418
15419 * files.el (user-init-file): Don't declare here -- is primitive.
15420
15421 * startup.el (command-line): Check for compiled user-init-file and
15422 set to uncompiled version if necessary.
15423
154242000-01-18 Gerd Moellmann <gerd@gnu.org>
15425
15426 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15427 (undigestify-rmail-message): Use it.
15428
15429 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15430
154312000-01-17 Gerd Moellmann <gerd@gnu.org>
15432
15433 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15434 of mini-buffer.
15435
154362000-01-14 Gerd Moellmann <gerd@gnu.org>
15437
15438 * emacs-lisp/copyright.el (copyright-update): Removed the
15439 requirement for a trailing space from `copyright-regexp', to
15440 support copyrights with owner specified on a separate line..
15441
15442 * align.el: New file.
15443
15444 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15445
15446 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15447
154482000-01-13 Dave Love <fx@gnu.org>
15449
15450 * ph.el: Removed. (Obsoleted by EUDC.)
15451
154522000-01-13 Gerd Moellmann <gerd@gnu.org>
15453
15454 * net/eudc.el (toplevel): Remove autoloaded code installing
15455 menu with easymenu, because that causes build problems.
15456
15457 * frame.el (frame-notice-user-settings): New variable.
15458 (frame-notice-user-settings): Don't modify frame parameters
15459 if called a second time.
15460
154612000-01-13 Richard M. Stallman <rms@gnu.org>
15462
15463 * frame.el (frame-notice-user-settings):
15464 Notice default-frame-parameters even for non-window frames.
15465
154662000-01-13 Gerd Moellmann <gerd@gnu.org>
15467
15468 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15469 for Emacs.
15470 (eudc-bob-can-display-inline-images): Extend for Emacs.
15471 (eudc-bob-toggle-inline-display): Ditto.
15472 (eudc-bob-display-jpeg): Ditto.
15473
154742000-01-12 Gerd Moellmann <gerd@gnu.org>
15475
15476 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15477 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15478 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15479
15480 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15481 nil)'.
15482
15483 * subdirs.el: Add `net' directory.
15484
15485 * net: New directory.
15486
15487 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15488 eval-last-sexp. Don't bind debug-on-error here.
15489 (eval-last-sexp): New function. Bind debug-on-error if
15490 eval-expression-debug-on-error is non-nil.
15491 (eval-defun-2, eval-defun): Likewise.
15492
15493 * simple.el (eval-expression): Don't bind debug-on-error if
15494 eval-expression-debug-on-error is nil. Detect changed
15495 debug-on-error, and propagate new value to global binding, if
15496 eval-expression-debug-on-error is non-nil,
15497 (eval-expression-debug-on-error): Change doc string.
15498
154992000-01-11 Richard M. Stallman <rms@gnu.org>
15500
15501 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15502
15503 * emacs-lisp/lisp-mode.el (with-syntax-table):
15504 Set up lisp-indent-function property.
15505
15506 * subr.el (with-syntax-table): Moved from simple.el.
15507
15508 * simple.el (with-syntax-table): Moved to subr.el.
15509
155102000-01-11 Gerd Moellmann <gerd@gnu.org>
15511
15512 * tmm.el (tmm-shortcut): Delete region after prompt instead
15513 of erasing buffer.
15514
15515 * textmodes/fill.el (fill-common-string-prefix): New function.
15516 (fill-context-prefix): Use the longest common prefix of first
15517 and second line fill prefix, if there is one.
15518
155192000-01-11 Richard M. Stallman <rms@gnu.org>
15520
15521 * array.el (array-mode): Don't use make-variable-buffer-local.
15522 Use make-local-variable for `truncate-lines'.
15523
155242000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15525
15526 * add-log.el (add-log-current-defun): Handle user-defined
15527 add-log-current-function returning nil,
15528
15529 * add-log.el (add-change-log-entry): Insert version number
15530 if having found a current function
15531
15532 * add-log.el (add-log-current-defun): Call
15533 `add-log-current-defun-function'. Try matches at level 0 and
15534 level 1. Strip whitespace from defun found.
15535
155362000-01-10 John Wiegley <johnw@gnu.org>
15537
15538 * allout.el (isearch-done/outline-provisions): Added `edit'
15539 argument to correspond with the current definition of
15540 `isearch-done'.
15541
155422000-01-10 Dave Love <fx@gnu.org>
15543
15544 * elide-head.el (elide-head): Use point-marker, not point.
15545
155462000-01-10 Gerd Moellmann <gerd@gnu.org>
15547
15548 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15549 before and after the year 2000.
15550
15551 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15552 Add ispell- prefix.
15553
155542000-01-10 Ken Stevens <k.stevens@ieee.org>
15555
15556 * ispell.el: Only define dictionaries in menus when they exist.
15557 (version18p): New variable.
15558 (version20p): New variable.
15559 (xemacsp): New variable.
15560 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15561 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15562 (ispell-dictionary-alist6): Russian command lines no longer accept
15563 run-together words.
15564 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15565 (ispell-dictionary-alist): Add koi8-r to customize definition.
15566 (check-ispell-version): Added documentation string. Returns
15567 library path when called non-interactively.
15568 (ispell-menu-map-needed): Uses new variables.
15569 (ispell-library-path): New variable.
15570 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15571 (ispell-word): Improved documentation string. Test for valid
15572 character mappings. Correctly check typed in word changes that can
15573 result in single words split into multiple words. Returns
15574 replacement word.
15575 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15576 replace in recursive query replace mode. Help message for
15577 recursive edit mode.
15578 (ispell-show-choices): Protect against bad framepop bindings.
15579 (ispell-help): Fix to work with XEmacs.
15580 (ispell-highlight-spelling-error): Use new variables.
15581 (ispell-overlay-window): Fix to work with XEmacs.
15582 (ispell-parse-output): Passed and returns location information
15583 tracking spelling corrections. Doesn't recheck same word on
15584 current line.
15585 (ispell-init-process): Protect against bogus XEmacs variable binding.
15586 Fix call to single argument in sleep-for. Use new variables.
15587 (ispell-region): Passed and returns location information tracking
15588 spelling corrections. Doesn't check same word on current line.
15589 Improved documentation string. Doesn't resend a line already
15590 checked to the ispell process - fixes bug in LaTeX parsing.
15591 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15592 (ispell-skip-region): No longer skips <TT> in SGML.
15593 (ispell-process-line): Tracks location information with spelling
15594 corrections. Added documentation string. Accounts for words
15595 already accepted on this line. Don't allow query-replace on line
15596 starting with math characters. Doesn't resend a line already sent
15597 to ispell process. Fixes alignment error bug.
15598
155992000-01-10 Richard M. Stallman <rms@gnu.org>
15600
15601 * dired-x.el (dired-guess-shell-alist-default):
15602 Suggest xloadimage, which is free, not xv, which isn't.
15603
15604 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15605 Don't ever include the host name or user name in the value.
15606
156072000-01-09 Gerd Moellmann <gerd@gnu.org>
15608
15609 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15610 of a real newline.
15611
156122000-01-09 Stephen Eglen <stephen@gnu.org>
15613
15614 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15615 for .png files.
15616
156172000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15618
15619 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15620
156212000-01-09 Gerd Moellmann <gerd@gnu.org>
15622
15623 * progmodes/cperl-mode.el: Replace ^F with ^L.
15624
15625 * sendmail.el (toplevel): Provide `sendmail' when compiling
15626 before `require'ing rmail and mailalias to prevent infinite
15627 recursion.
15628
156292000-01-08 Dave Love <fx@gnu.org>
15630
15631 * emacs-lisp/backquote.el: Remove inappropriate customization
15632 (allowing custom.el to use backquote).
15633
156342000-01-07 Dave Love <fx@gnu.org>
15635
15636 * add-log.el (add-log-debugging): Deleted.
15637 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15638 file. Remove debugging code.
15639 (change-log-get-method-definition, change-log-name): Add doc.
15640 (change-log-sortable-date-at): New function.
15641 (change-log-merge): New command.
15642
15643 * time.el (display-time-string-forms): Make the Mail string active.
15644 (display-time-update): Provide help-echo for load average.
15645
15646 * bindings.el (make-mode-line-mouse2-map): New function.
15647 (mode-line-modified): Use it and simplify.
15648 (mode-line-mule-info): Provide help-echo info.
15649 (minor-mode-alist): Activate the strings.
15650 (make-mode-line-mouse-sensitive): Simplify for
15651 mode-line-buffer-identification.
15652
156532000-01-07 Gerd Moellmann <gerd@gnu.org>
15654
15655 * play/pong.el: New file.
15656
156572000-01-06 Dave Love <fx@gnu.org>
15658
15659 * array.el: Assorted cleanups for compiler warnings, doc strings,
15660 `array-' prefix for symbols.
15661
156622000-01-05 Dave Love <fx@gnu.org>
15663
15664 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15665 outline-headers-as-kill.
15666 (outline-mode): Define imenu-generic-expression.
15667 (outline-headers-as-kill): New command.
15668
15669 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15670 from paragraph-start.
15671 (paragraph-indent-minor-mode): New command.
15672
15673 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15674 M-C-e, M-C-h, C-j, C-xnd, TAB.
15675 (fortran-mode): Set beginning-of-defun, end-of-defun.
15676 (fortran-column-ruler): Simplify.
15677 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15678 (fortran-with-subprogram-narrowing): Likewise.
15679 (fortran-indent-subprogram): Call mark-defun.
15680 (fortran-check-for-matching-do): Change narrowing.
15681
15682 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15683 (cl-lucid-hash-tag): Delete.
15684 (cl-hash-table-p): Correct test for native table.
15685 (cl-hash-table-count): Use hash-table-count.
15686
15687 * browse-url.el (browse-url): Fix case of
15688 browse-url-browser-function being an alist.
15689
156902000-01-05 Carsten Dominik <cd@gnu.org>
15691
15692 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15693 (reftex-index-phrase-file-extension): New options.
15694
15695 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15696 Use new option `reftex-index-phrase-file-extension'.
15697
15698 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15699 `reftex-parse-file-extension'.
15700
157012000-01-05 Dave Love <fx@gnu.org>
15702
15703 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15704 (beginning-of-defun-raw): Use it.
15705 (end-of-defun): New variable.
15706 (end-of-defun): Use it.
15707 (check-parens): New command.
15708
157092000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15710
15711 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15712 (hs-show-block): Don't use `mapcar' when not accumulating.
15713
15714 Fix buglet in local variables initialization.
15715
157162000-01-05 Andreas Schwab <schwab@suse.de>
15717
15718 * hscroll.el (hscroll): Doc fix.
15719
157202000-01-05 Carsten Dominik <cd@gnu.org>
15721
15722 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15723 idlw-toolbar.
15724
15725 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15726 file idlw-rinfo.el.
15727 (idlwave-customize): load must read file idlw-shell.el.
15728 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15729
157302000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15731
15732 * progmodes/idlw-shell.el: Also provide idlwave-shell
15733 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15734 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15735
15736 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15737 both reftex-dcr and reftex-vcr.
15738
15739 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15740
157412000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15742
15743 * ps-print.el: PostScript code now is in separate files, doc fix.
15744 (ps-print-version): New version number (5.0.3).
15745 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15746 local.
15747 (ps-spool-config): Initialization fix.
15748 (ps-print-prologue-1, ps-print-prologue-2)
15749 (ps-print-duplex-feature): PostScript code moved to separated file.
15750 (ps-background-image): Little code reformating.
15751 (ps-begin-file, ps-begin-job): Fix code.
15752 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15753 (ps-prologue-file): New fun.
15754
157552000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15756
15757 * ps-vars.el: Eliminated.
15758
15759 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15760 `;;;###autoload'.
15761
15762 * ps-print.el: ps-vars eliminated, doc fix.
15763 (ps-print-version): New version number (5.0.2).
15764 (ps-spool-config): Initialization fix.
15765 (ps-print-customize): New fun.
15766
157672000-01-04 Gerd Moellmann <gerd@gnu.org>
15768
15769 * autorevert.el (auto-revert-mode): Return value of
15770 auto-revert-mode.
15771
157722000-01-04 Dave Love <fx@gnu.org>
15773
15774 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15775 menu items.
15776
157772000-01-03 Dave Love <fx@gnu.org>
15778
15779 * elide-head.el (elide-head) [defgroup]: Add :version.
15780
15781 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15782 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15783 `cl-hash-table-p', not `hash-table-p'.
15784 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15785
157862000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15787
15788 * faces.el (face-read-integer, read-face-attribute)
15789 (color-defined-p, color-values): unspecified-{f,b}g are now
15790 strings.
15791
157922000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15793
15794 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15795 at comment end, and re-insert them after filling.
15796
157972000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15798
15799 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15800 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15801 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15802
158032000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15804
15805 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15806 the new name of face-color-supported-p.
15807
15808 * term/w32-win.el (xw-defined-colors): Likewise.
15809
158102000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15811
15812 * simple.el (completion-setup-function): Count completion-size
15813 from minibuffer-prompt-end, not from point-min.
15814
158152000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15816
15817 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15818 Pass the frame to tty-color-* functions.
15819 (display-color-p, frame-set-background-mode): Pass the frame to
15820 tty-display-color-p.
15821
15822 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15823 tty-color-alist.
15824 (tty-color-alist, tty-modify-color-alist): New functions.
15825 (tty-color-define, tty-color-clear, tty-color-approximate)
15826 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15827 an optional parameter FRAME.
15828
158292000-01-01 Gerd Moellmann <gerd@gnu.org>
15830
15831 * image.el (create-image, defimage): Don't assume image data is a
15832 string.
15833
15834 * image.el (defimage): Handle specifications containing :data
15835 instead of :file.
15836 (image-type-from-data): New function.
15837 (image-type-from-file-header): Use it.
15838 (create-image): Add parameter DATA-P.
15839
15840See ChangeLog.8 for earlier changes.
15841
15842;; Local Variables:
15843;; coding: iso-2022-7bit
15844;; End: