(custom-save-delete): Move in front of local
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
2ad02767
GM
12001-03-07 Gerd Moellmann <gerd@gnu.org>
2
189638d5
GM
3 * cus-edit.el (custom-save-delete): Move in front of local
4 variables, otherwise long Custom entries would make them
5 ineffective.
6
2ad02767
GM
7 * uniquify.el: Set maintainer to FSF.
8
656f8cae
EZ
92001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10
11 * dired-aux.el (dired-do-shell-command): Doc fix.
12
c83965c4
SM
132001-03-06 Stefan Monnier <monnier@cs.yale.edu>
14
04af43bc
SM
15 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
16
17 * which-func.el (which-func-modes): Add cperl-mode.
18 (which-func-mode-global): Use define-minor-mode.
19
20 * info-look.el: Docstring fixes and dead code eliminated.
21 (cperl-mode): Add support.
22 (emacs-lisp-mode): List all entries from elisp manual, whether
23 or not they are currently (f)bound or not. Update regexp.
24
25 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
26
c83965c4
SM
27 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
28 so that C-h m shows the correct information.
29 Use make-local-variable rather than make-variable-buffer-local.
30 (cperl-info-buffer, cperl-setup-tmp-buf):
31 Use make-local-variable rather than make-variable-buffer-local.
32 (cperl-msb-fix, cperl-get-help-defer):
33 Check major-mode for `cperl-mode' as well.
34
35 * progmodes/cperl-mode.el: Updated to author version 4.23.
36 (cperl-electric-pod): SYNOPSIS was misspelled.
37 (cperl-find-pods-heres): @if ? a : b was considered a REx.
38 (cperl-after-expr-p): Make true after __END__.
39
f16a7aa5
GM
402001-03-06 Gerd Moellmann <gerd@gnu.org>
41
157ae273 42 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 43 bookmark-completion-ignore-case is t.
157ae273 44
f16a7aa5
GM
45 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
46 switch, like xterm, and concat resource strings, with a newline
47 between them.
48
abaddb98
EZ
492001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
50
106e96bd
EZ
51 * international/codepage.el (cp770-decode-table)
52 (cp773-decode-table, cp774-decode-table): New variables.
53
abaddb98
EZ
54 * man.el (Man-hyphenated-reference-regexp): New variable.
55 (Man-build-references-alist): Use it to search for referenced
56 manpages. If hyphenated is non-nil, record a concatenated word in
57 Man-refpages-alist only if it matches Man-reference-regexp.
58 Update word's length when it is concatenated. Reverse the list,
59 to get the first manpage at the head.
60 (Man-possibly-hyphenated-word): New function.
61 (Man-follow-manual-reference): Use it instead of current-word to
62 find a manpage at point, in a way that accounts for hyphenated
63 references.
64
eb3f61dd
GM
652001-03-06 Alex Schroeder <alex@gnu.org>
66
67 * sql.el (sql-interbase): New function.
68 (sql-interbase-program): New option.
69 (sql-interbase-options): New option.
70 And some typos fixed: "customise" to "customize".
71
fa84f42a
DL
722001-03-06 Dave Love <fx@gnu.org>
73
74 * textmodes/flyspell.el (flyspell-region): Set up
75 flyspell-local-mouse-map.
76
fda3411d
RS
772001-03-05 Richard M. Stallman <rms@gnu.org>
78
79 * mail/rmail.el (rmail-retry-failure):
80 Don't call rmail-beginning-of-message.
81 Don't discard From: field. Do discard Received: field.
82 Use unwind-protect to re-prune.
83 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
84
e972ab1f
KH
852001-03-06 Kenichi Handa <handa@etl.go.jp>
86
87 * international/quail.el (quail-title): Add autoload cookie.
88
335db3c1
DL
892001-03-05 Dave Love <fx@gnu.org>
90
91 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
92 new defs.
93
278dd6ac
KH
942001-03-05 Kenichi Handa <handa@etl.go.jp>
95
36d5e61d
KH
96 * language/ethio-util.el (ethio-toggle-space): Update
97 current-input-method-title if necessary.
98 (ethio-toggle-punctuation): Likewise.
99
341cd4f0
KH
100 * international/quail.el (quail-title): Fix for the case that a
101 title of an input method is specified by a list of the same form
102 as used in mode-line-format.
103
278dd6ac
KH
104 * international/mule-cmds.el (activate-input-method): If
105 current-input-method-title is set by activating INPUT-METHOD,
106 respect that value.
107
10ebaeb6
GM
1082001-03-05 Gerd Moellmann <gerd@gnu.org>
109
110 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
111
7a65c85c
GM
1122001-03-05 Alex Schroeder <alex@gnu.org>
113
114 * sql.el (sql-sybase): Fix typo (was: query user about server two
115 times instead of server and database).
116
117 * sql.el (sql-sybase): Doc change.
118 (sql-mysql): Doc change.
119 (sql-postgres): Doc change.
120
b86644f2
KH
1212001-03-05 Kenichi Handa <handa@etl.go.jp>
122
123 * international/mule-conf.el (emacs-mule, raw-text): Docstring
124 modified.
125
e30bd7b7
EZ
1262001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
127
128 * term/internal.el: Update copyright notice.
129
130 * term/pc-win.el: Update copyright notice.
131
7e365285
DL
1322001-03-02 Dave Love <fx@gnu.org>
133
134 * files.el (insert-file-contents-literally): Bind
135 inhibit-file-name-handlers and inhibit-file-name-operation, not
136 jka-compr-compression-info-list.
137
75ed43a6
SM
1382001-03-02 Stefan Monnier <monnier@cs.yale.edu>
139
140 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
141 spaces in default comment-start-skip settings rather than \s-.
142
53c4b1e6
EZ
1432001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
144
145 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
146 default-frame-alist as well.
147
028d739a
DL
1482001-03-01 Dave Love <fx@gnu.org>
149
150 * textmodes/reftex.el (defvar): Wrap some defvars in
151 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
152
153 * subr.el (event-basic-type): Doc fix.
154
155 * international/quail.el: Doc fixes.
156
157 * international/utf-8.el: Doc fixes.
158
159 * international/mule-cmds.el: Doc fixes.
160 (leim-list-header): Fix header text.
161
162 * international/mule.el (coding-system-category): Doc fix.
163
164 * international/ccl.el (ccl-compile): Doc fix.
165
15d1caef
SM
1662001-03-01 Stefan Monnier <monnier@cs.yale.edu>
167
168 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
169 rather than (before|after)-change-functions.
170
f84ff02c
GM
1712001-03-01 Gerd Moellmann <gerd@gnu.org>
172
173 * ediff-util.el (ediff-scroll-horizontally): Arrange for
174 scroll-left and scroll-right being called interactively so that
175 they set the window's min_hscroll.
176
e0c1e774
EZ
1772001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
178
179 * info.el (info-insert-file-contents-1): Accept an additional
180 argument `lfn': if it is non-nil, concatenate `filename' and
181 `suffix'; otherwise use the complicated MS-DOS code. All callers
182 changed.
183 (info-insert-file-contents, Info-find-node): If the MS-DOS port
184 can access long file names, try the long file-name version of
185 `info-insert-file-contents-1', then the short file-name version.
186
b8b2ea31 1872001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 188
af122766
KH
189 * language/ethio-util.el (setup-ethiopic-environment-internal):
190 Change bindings of functions keys to conform to "Emacs Lisp Coding
191 Convention".
192
193 * language/ethiopic.el ("Ethiopic"): Add documentation.
194
b8b2ea31
KH
1952001-02-28 Kenichi Handa <handa@etl.go.jp>
196
1d64e2ad
KH
197 * international/utf-8.el (mule-utf-8): Set coding-category
198 property to coding-category-utf-8.
199
91cb6e51
RS
2002001-02-27 Richard M. Stallman <rms@gnu.org>
201
202 * lpr.el (lpr-page-header-switches, print-region-1):
203 Undo 2000-07-06 change.
7298f3f7
RS
204 (lpr-add-switches): Default to t on gnu/linux.
205
c0cb1027
GM
2062001-02-27 Gerd Moellmann <gerd@gnu.org>
207
208 * bs.el (bs-attributes-list): Doc fix.
209
01459648
GM
2102001-02-26 Gerd Moellmann <gerd@gnu.org>
211
baebd8a5
GM
212 * help.el (describe-project): Display the file THE-GNU-PROJECT.
213
01459648
GM
214 * help.el (view-order-manuals): Use goto-address.
215
216 * startup.el (command-line-1): Add info about ordering manuals
217 to the not so fancy splash screens.
218
f93e614e
AS
2192001-02-26 Andre Spiegel <spiegel@gnu.org>
220
01459648
GM
221 * vc.el (vc-default-workfile-unchanged-p)
222 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 223
12435002
GM
2242001-02-26 Gerd Moellmann <gerd@gnu.org>
225
c596c392
GM
226 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
227 fontify in the right buffer.
228
12435002
GM
229 * allout.el (outline-flag-region): Move macro in front of first
230 use to avoid a run-time error.
231
425de386
AI
2322001-02-24 Andrew Innes <andrewi@gnu.org>
233
234 * makefile.w32-in: Fix copyright notice.
235
66c56ed1
KH
2362001-02-24 Kenichi Handa <handa@etl.go.jp>
237
4c1593ce
KH
238 * international/utf-8.el (mule-utf-8): Set correct value for
239 valid-codes property.
240
66c56ed1
KH
241 * international/fontset.el (x-complement-fontset-spec): In the
242 case that we use ASCII font for the other charsets, use only
15d1caef 243 family and registry part of it.
66c56ed1 244
119171dd
EZ
2452001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
246
247 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
248 (shrink-window-if-larger-than-buffer): Doc fix.
249
932c309e
SM
2502001-02-23 Stefan Monnier <monnier@cs.yale.edu>
251
252 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
253 predicate passed to completing-read.
254
9b760e36
EZ
2552001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
256
257 * startup.el (command-line): Fix last change.
258
5c39a60f
JR
2592001-02-23 Jason Rumney <jasonr@gnu.org>
260
261 * startup.el (tool-bar-originally-present): New variable.
262 (command-line): Set it if the tool-bar is switched on at startup.
263
264 * frame.el (frame-notice-user-settings): Only adjust frame height
265 for no tool-bar case if tool-bar was originally switched on.
796ead7e 266 From E. Jay Berkenbilt.
5c39a60f 267
cb91b2c7
SM
2682001-02-22 Stefan Monnier <monnier@cs.yale.edu>
269
39b557e8
SM
270 * server.el (server-switch-buffer): Only switch window if the
271 current one is dedicated.
272
cb91b2c7
SM
273 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
274 rather than using (match-beginning 0) when searching for break point.
275
9238a8df
EZ
2762001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
277
278 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
279 @ follows an accent command such as @'. Support optional braces
280 in commands that insert accents, like makeinfo does.
281
3473f362
GM
2822001-02-22 Gerd Moellmann <gerd@gnu.org>
283
284 * startup.el (fancy-splash-text): Add a line for ordering
285 manuals. Reverse order of splash screens shown.
286 (use-fancy-splash-screens-p): Adapt to the text line added.
287
288 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
289 manuals from the FSF.
290
291 * help.el (view-order-manuals): New function.
292 (toplevel): Bind C-h C-m to this function.
293
76a4de07
SM
2942001-02-21 Stefan Monnier <monnier@cs.yale.edu>
295
296 * newcomment.el (comment-forward): Skip the comment-start before
297 searching for the comment-end.
298
75b71d85
DL
2992001-02-21 Dave Love <fx@gnu.org>
300
2f4c9a87
DL
301 * custom.el (custom-initialize-changed, defcustom): Doc fix.
302
75b71d85
DL
303 * international/mule-cmds.el, international/mule.el: Doc fixes.
304
305 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
306 (fortune) <defgroup>: Add :link.
307 (fortune-from-region): Use eq, not eql.
308
ffc9ff0c
GM
3092001-02-21 Gerd Moellmann <gerd@gnu.org>
310
311 * startup.el (fancy-splash-screens): Use display-hourglass
312 instead of display-busy-cursor.
313
314 * frame.el (display-hourglass): Renamed from busy-cursor.
315 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
316 (show-cursor-in-non-selected-windows): Doc fix.
317
f34eb373
DL
3182001-02-20 Dave Love <fx@gnu.org>
319
320 * international/utf-8.el: Doc and commentary fixes.
321
f55e4a7e
EZ
3222001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
323
324 * ehelp.el (with-electric-help): Doc fix.
325
fa97adf6
GM
3262001-02-20 Gerd Moellmann <gerd@gnu.org>
327
328 * msb.el (msb-mode): Call the update-buffers function explicitly
329 with a FORCE argument.
330
331 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
332 FORCE. If set, update the menu even if frame-or-buffer-changed-p
333 returns nil.
334
54ed3bd2
GM
3352001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
336
337 * ps-print.el: Timestamp package replacement. Some enhancements.
338 Some XEmacs compatibility. Doc fix.
339 (ps-print-version): New version number (6.4).
340 (ps-printer-name): Initialization fix.
341 (ps-zebra-stripe-follow): Funcionality enhancement.
342 (ps-prologue-file): Code enhancement.
343 (ps-right-header): Timestamp package replacement.
344 (ps-setup, ps-face-bold-p, ps-face-italic-p,
345 ps-get-page-dimensions)
346 (ps-generate-header, ps-begin-file, ps-begin-job)
347 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
348 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
349 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
350 (coding-system-for-write): Var declaration (XEmacs compatibility).
351
e8ebf97d
MB
3522001-02-20 Miles Bader <miles@gnu.org>
353
354 * image-file.el (image-file-name-extensions): Add "tif".
355
136b27c5
GM
3562001-02-19 Gerd Moellmann <gerd@gnu.org>
357
358 * wid-edit.el (widget-button-click): Save the selected window
359 around the code handling clicks on buttons.
360
6ebbcf59
DL
3612001-02-18 Dave Love <fx@gnu.org>
362
363 * imenu.el (imenu--generic-function): Use mapc to iterate over
364 syntax characters.
365
595ded73
RS
3662001-02-17 Richard M. Stallman <rms@gnu.org>
367
b9fe3dc8
RS
368 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
369
595ded73
RS
370 * uniquify.el (uniquify-buffer-name-style): Doc fix.
371
f3f053f3
GM
3722001-02-16 Gerd Moellmann <gerd@gnu.org>
373
374 * mouse.el (mouse-save-then-kill): If the distance from the new
375 point to the mark is equal to the distance of point from the new
376 point, move point instead of the mark.
377
11570a8f
DL
3782001-02-16 Dave Love <fx@gnu.org>
379
380 * textmodes/flyspell.el (flyspell-get-word): Return string without
381 properties.
382
fb339cd5
EZ
3832001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
384
385 * generic.el (generic-find-file-regexp): Doc fix.
386 (generic-ignore-files-regexp): New defcustom.
387 (generic-mode-find-file-hook): If the file's name matches the
388 regexp in `generic-ignore-files-regexp', don't enter
389 default-generic-mode. Doc fix.
390
c56b1c1b
GM
3912001-02-16 Gerd Moellmann <gerd@gnu.org>
392
c220b753
GM
393 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
394 Add autoload cookies.
395
c56b1c1b
GM
396 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
397 of cal-tex-24.
398
0d140e65
EZ
3992001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
400
81558867
EZ
401 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
402
0d140e65
EZ
403 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
404 the character class after the (optional) drive, to support file
405 names with embedded blanks.
406
713f7b15
SS
4072001-02-15 Sam Steingold <sds@gnu.org>
408
409 * textmodes/tex-mode.el (tex-shell-running):
410 Check the process buffer too.
411
9a2a6f73
DL
4122001-02-15 Dave Love <fx@gnu.org>
413
414 * battery.el (battery-status-function): Fix doc, :type.
415
15d1caef 416 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 417
fe10cef0
GM
4182001-02-15 Gerd Moellmann <gerd@gnu.org>
419
420 * subr.el (read-passwd): Clear Lisp memory holding password.
421
126f5d4d
MB
4222001-02-15 Miles Bader <miles@gnu.org>
423
424 * info.el (Info-copy-current-node-name): New function.
425 (Info-mode-menu): Add it to the menu.
426
92e98d63
RS
4272001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
428
429 * international/mule-cmds.el (toggle-input-method): Doc fix.
430
dd4e0e55
SM
4312001-02-13 Stefan Monnier <monnier@cs.yale.edu>
432
433 * replace.el (occur): Stop at end of buffer.
434
402dbbd1
EZ
4352001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
436
437 * international/mule-cmds.el (set-input-method): Another doc fix.
438
e9fcba3d
GM
4392001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
440
441 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
442
78ad1cd5
MB
4432001-02-13 Miles Bader <miles@gnu.org>
444
713f7b15 445 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
446 (set-face-stipple): Treat a value of nil as being `unspecified'.
447
fce9d9dc
DL
4482001-02-12 Dave Love <d.love@dl.ac.uk>
449
450 * international/latin1-disp.el: Doc fixes.
451 (latin1-display) <defgroup>: Add :link.
452 (latin1-display) <function>: Set variable latin1-display.
453
bc406911
EZ
4542001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * international/mule-cmds.el (set-input-method): Doc fix.
457
68514d48
EL
4582001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
459
460 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
461 (speedbar-line-file): Return nil if not a file.
462 (speedbar-buffers-line-path): Return file for tags, and dir for files.
463
513bea45 4642001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 465
513bea45
MK
466 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
467 for remote files.
bc406911 468 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 469 with raw-text.
713f7b15 470
513bea45 471 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 472
513bea45
MK
473 * ediff-util.el (ediff-compute-custom-diffs-maybe): Better
474 handling of the diff mode
713f7b15 475
513bea45 476 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 477
bc406911 478 * viper.texi: Fix typos.
713f7b15 479
521d4010
DL
4802001-02-11 Dave Love <fx@gnu.org>
481
36fd8e17
DL
482 * shadowfile.el: Doc fixes.
483 (shadow) <defgroup>: Add :link.
484 (shadowfile-unload-hook): New function.
485 (shadow-initialize): Use defalias, not fset.
486 (shadow-define-cluster, shadow-define-literal-group)
487 (shadow-define-regexp-group, shadow-initialize): Add autoload
488 cookie.
489
521d4010
DL
490 * international/mule.el: Doc and message fixes.
491
36fd8e17
DL
492 * international/ccl.el (define-ccl-program): Doc fix.
493
92395bbe
KH
4942001-02-11 Kenichi Handa <handa@etl.go.jp>
495
496 * faces.el (mode-line): Set :line-width property to -1.
497
103db06c
RS
4982001-02-10 Richard M. Stallman <rms@gnu.org>
499
08b78974
RS
500 * complete.el (partial-completion-mode): Doc fix.
501
103db06c
RS
502 * simple.el (delete-key-deletes-forward-mode):
503 Change `let' to `let*' to fix gross bug in last change.
504
505 * repeat.el (repeat): Don't let execute-kbd-macro alter
506 real-last-command.
507
a6a1ee53
EZ
5082001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
509
510 * simple.el (eval-expression): Doc fix.
511
d2f288c6
DL
5122001-02-09 Dave Love <fx@gnu.org>
513
038f4ae3
DL
514 * imenu.el (imenu-generic-expression): Doc fix.
515
516 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name. From
517 Juanma Barranquero.
518
15d1caef 519 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 520
9804b846
KH
5212001-02-09 Kenichi Handa <handa@etl.go.jp>
522
523 * faces.el (set-face-attribute): Describe the case of a negative
524 value specified for :line-width.
525
532f5197
SM
5262001-02-08 Stefan Monnier <monnier@cs.yale.edu>
527
528 * which-func.el (which-func-mode): Invert which-func-mode-global.
529 Fix from Juanma Barranquero <lektu@uol.com.br>.
530
1d279666
DL
5312001-02-08 Dave Love <fx@gnu.org>
532
4681ca3a
DL
533 * wid-edit.el (widget-plist-convert-widget): Replace binding of
534 widget-plist-value-type.
535 (widget-alist-convert-widget): Replace binding of
536 widget-alist-value-type.
537
1d279666
DL
538 * textmodes/paragraphs.el (sentence-end): Doc fix.
539
540 * eshell/em-rebind.el (eshell-cannot-leave-input-list): Remove
541 `backward-line'.
542
532f5197
SM
543 * play/pong.el (pong-blank-color, pong-bat-color)
544 (pong-ball-color, pong-border-color, pong-left-key)
545 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
546 (pong-pause-key, pong-resume-key, pong-timer-delay):
547 * mail/mh-comp.el (mh-compose-letter-function):
548 * eshell/esh-mode.el (eshell-skip-prompt-function):
549 * emulation/viper-ex.el (ex-unix-type-shell-options):
550 * recentf.el (recentf-menu-filter):
551 * ps-print.el (ps-print-region-function):
552 * lpr.el (print-region-function):
553 * forms.el (forms-mode-hooks):
554 * dirtrack.el (dirtrack-directory-change-hook):
555 * cus-start.el (temp-buffer-show-function, display-buffer-function):
556 * textmodes/spell.el (spell-filter):
557 * textmodes/fill.el (adaptive-fill-function):
558 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
559 * progmodes/etags.el (find-tag-default-function):
560 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
561 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
562
6f676109
EZ
5632001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
564
751d3bc4
EZ
565 * emulation/viper-init.el (viper-fast-keyseq-timeout)
566 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
567 Meyering <jim@meyering.net>.
568
6f676109
EZ
569 * loadup.el: Revert last change.
570
d3c26cdf
KH
5712001-02-07 Kenichi Handa <handa@etl.go.jp>
572
573 * international/mule.el (transform-make-coding-system-args): Make
574 it work also for coding systems not using CCL.
575
44806980
EZ
5762001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
577
9889af08
EZ
578 * simple.el (previous-matching-history-element)
579 (next-matching-history-element): Doc fix.
580
44806980
EZ
581 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
582 specific part.
583
1e36ff68
DL
5842001-02-06 Dave Love <fx@gnu.org>
585
713f7b15 586 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
587 (add-log-buffer-file-name-function, add-log-file-name-function):
588 Fix :type.
589 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
590
c7ca58df
EZ
5912001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
592
fecd556a
EZ
593 * info.el (info-initialize): Remove the test for system-type when
594 invocation-directory is non-nil.
595
c7ca58df
EZ
596 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
597 of `font-lock-defaults' to `backward-paragraph' rather than nil.
598
587b5737
AI
5992001-02-06 Andrew Innes <andrewi@gnu.org>
600
601 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
602 absolute.
603
baf7eee4
GM
6042001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
605
606 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
607 buffers. When hi-lock turned on rather than only checking current
608 buffer for regexps, all buffers are checked. Moved activation of
609 font-lock to hi-lock-refontify. When font-lock turned off rather
610 than removing added highlighting just in current buffer, remove it
611 in all buffers. Changed edit menu text from "Automatic
612 Highlighting" to "Regexp Highlighting" Documentation for
613 highlighting phrases, minor documentation changes.
614 (hi-lock-set-file-patterns): Execute only if there are new or
615 existing file patterns.
616 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
617 unfontify and, if a support mode is active, will not refontify the
618 whole buffer. If necessary, turn on font lock. (Removed
619 font-lock-unfontify and font-lock support-mode-specific calls,
620 such as lazy-lock-fontify-window.)
621 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
622 patterns are found. Not useful now since find-file-hook is removed
623 if hi-lock is off, but may be needed for per-buffer hi-lock
624 activation.
625 (hi-lock-face-phrase-buffer): New function. Also added related
626 menu item and keybinding.
627 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
628 (hi-lock-process-phrase): New function.
629 (hi-lock-line-face-buffer): Doc fixes.
630 (hi-lock-face-buffer): Doc fixes.
631 (hi-lock-unface-buffer): Doc fixes.
713f7b15 632
36710aa6
GM
6332001-02-06 Gerd Moellmann <gerd@gnu.org>
634
635 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
636 dabbrev-ignored-regexps.
637
d3f22784
EZ
6382001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
639
640 * simple.el (kill-line): Doc fix.
641
5cb3c8d4
DL
6422001-02-05 Dave Love <fx@gnu.org>
643
644 * loadup.el: Revert last two changes -- bootstrapping works with
645 regenerated loaddefs.
646
e6297e7d
EZ
6472001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
648
1e14b095
EZ
649 * isearch.el (isearch-forward): Doc fix.
650
e6297e7d
EZ
651 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
652 of font-lock-defaults to backward-paragraph.
653
e16f52ce
GM
6542001-02-05 Gerd Moellmann <gerd@gnu.org>
655
656 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
657 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
658
01d19dd7
GM
6592001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
660
661 * ebnf2ps.el: Eliminate time-stamp functions.
662 (ebnf-version): New version (3.5).
663 (ebnf-eps-finish-and-write): Replace time-stamp functions by
664 format-time-string.
665
24886813
GM
6662001-02-05 Gerd Moellmann <gerd@gnu.org>
667
668 * simple.el (next-line): Goto end-of-line before inserting a newline.
669
65e70fc4
MB
6702001-02-05 Miles Bader <miles@gnu.org>
671
672 * image-file.el (insert-image-file): When visiting an image, also
673 set `truncate-lines' to t so that any fringe arrow looks correct.
674
482f06c9
KH
6752001-02-05 Kenichi Handa <handa@etl.go.jp>
676
677 * isearch.el (isearch-forward): Add description about input method
678 in the docsting.
679
02399da7
SM
6802001-02-04 Stefan Monnier <monnier@cs.yale.edu>
681
682 * skeleton.el (skeleton-internal-1): Always push the mark for @.
683
2c366083
EZ
6842001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
685
686 * info.el (info-initialize): If installation-directory is nil, for
687 DOS/Windows systems try looking in a sibling of
688 invocation-directory.
689
bdadfce3
GM
6902001-02-02 Gerd Moellmann <gerd@gnu.org>
691
79fb38c0
GM
692 * wid-edit.el (widget-button-click): Fix last change.
693
bdadfce3
GM
694 * frame.el (frame-notice-user-settings): When resizing the initial
695 frame because the tool bar is off, also change the frame's top
696 position if a negative top position was specified.
697
33155ffb
MB
6982001-02-02 Miles Bader <miles@gnu.org>
699
700 * image-file.el (insert-image-file): When visiting an image,
701 suppress the cursor in the image buffer.
702
1355ba0c
DL
7032001-02-01 Dave Love <fx@gnu.org>
704
705 * progmodes/f90.el (f90-mode): Remove startup message.
706
fb758d2d 707 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 708
01acdb05
GM
7092001-02-01 Gerd Moellmann <gerd@gnu.org>
710
711 * startup.el (command-line): Fix code determining whether or not
712 to use delete-key-deletes-forward-mode.
713
5b1ee316
AS
7142001-02-01 Andre Spiegel <spiegel@gnu.org>
715
716 * vc.el (vc-diff-switches): New user option.
717 (vc-version-diff): Use it.
718 (vc-diff-switches-list): New macro.
719
720 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches): New
721 customization options.
722 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
723
724 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
725
00b1e7a1
GM
7262001-02-01 Gerd Moellmann <gerd@gnu.org>
727
728 * msb.el (toplevel): Quote hook symbols.
729
85827036
KH
7302001-02-01 Kenichi Handa <handa@etl.go.jp>
731
8e028499 732 * international/mule.el (make-coding-system): Add description
3c948dde 733 about recognized properties in the docstring.
8e028499 734
85827036
KH
735 * international/mule-conf.el: Remove unused charsets
736 mac-roman-lower and mac-roman-upper.
737
7ccf7ab9
GM
7382001-01-31 Gerd Moellmann <gerd@gnu.org>
739
2441692d
GM
740 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
741 is in front of the left-margin, if any.
742
ee5cece0
GM
743 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
744 like `delete'.
745
746 * bindings.el: Define `kp-delete' like `delete' in
747 function-key-map.
748
7ccf7ab9
GM
749 * term/w32-win.el (mouse-set-font): Doc fix.
750
b4f30ec5 7512001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 752
b4f30ec5
GM
753 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
754 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
755 on already.
756
03e0fe6e
GM
7572001-01-31 Markus Rost <rost@math.ohio-state.edu>
758
759 * files.el (save-buffer): Don't give message if (buffer-file-name)
760 returns nil.
713f7b15 761
8f289acc
EZ
7622001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
763
cb4aae04
EZ
764 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
765
dbd98b19
EZ
766 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
767 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
768
8f289acc
EZ
769 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
770 display problems.
771
c12553c1
KH
7722001-01-31 Kenichi Handa <handa@etl.go.jp>
773
c7bf5db9
KH
774 * international/mule.el (charset-info): Fix docstring.
775
776 * international/mule-diag.el (describe-character-set): Check final
777 char valid before printing it.
c12553c1 778
14f16b9c
GM
7792001-01-30 Gerd Moellmann <gerd@gnu.org>
780
efaa080b
GM
781 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
782
eef93f99
GM
783 * frame.el (frame-notice-user-settings): Do the tool-bar
784 stuff only for graphical displays. Fix a braino.
713f7b15 785
14f16b9c
GM
786 * frame.el (frame-initialize): Create initial frame visible.
787 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 788 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
789
790 * startup.el (command-line): Remove manipulation of frame
791 height for tool bars.
792
4ad25e43
EZ
7932001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
794
795 * lpr.el: Compatibility with XEmacs and doc fixes.
796 (lpr-windows-system, lpr-lp-system): New vars.
797 (lpr-printer-switch): New defcustom.
798 (printer-name, lpr-command): Customization fix.
799 (print-region-1): Code fix.
800 (print-region-new-buffer, printify-region): Indentation fix.
801 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1): New
802 functions.
803
e8f044a0
GM
8042001-01-29 Gerd Moellmann <gerd@gnu.org>
805
806 * msb.el (toplevel): Fix the eval-after-load.
807
850d5045
GM
8082001-01-29 Dave Love <fx@gnu.org>
809
762fe76e
DL
810 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
811
812 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
813
850d5045
GM
814 * progmodes/tcl.el (outline, dabbrev, add-log): Require when
815 compiling.
816 (tcl-using-emacs-19-23): Consider Emacs 21+.
817 (tcl-help-directory-list, tcl-command-switches): Fix :type.
818 (tcl-add-emacs-menu): Supply menu name.
819 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
820
3a768251
GM
8212001-01-29 Gerd Moellmann <gerd@gnu.org>
822
823 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
824
274d02f7
SM
8252001-01-29 Stefan Monnier <monnier@cs.yale.edu>
826
827 * pcvs.el (cvs-mark-fis-dead): New function.
828 (cvs-mode-add): Use it.
829 (cvs-mode-add-change-log-entry-other-window):
830 Rebind change-log-default-name to itself rather than to nil.
831
ed5d446e
SS
8322001-01-29 Sam Steingold <sds@gnu.org>
833
efaa080b 834 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
835 `autoload' statements.
836
e2a80284
EZ
8372001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
838
8e1db7b3
EZ
839 * files.el (confirm-kill-emacs): Doc fix.
840
ff2a1c79
EZ
841 * frame.el (frame-initialize): Doc fix.
842
e7b0deaf
EZ
843 * time-stamp.el (time-stamp-string): Doc fix.
844
e2a80284
EZ
845 * woman.el (WoMan-log-1): Make the log buffer writable. From
846 Markus Rost <rost@math.ohio-state.edu>.
847
005913e4
GM
8482001-01-29 Gerd Moellmann <gerd@gnu.org>
849
850 * imenu.el (imenu-syntax-alist): Add autoload cookie for
851 the `make-variable-buffer-local'.
852
58622cc5
GM
8532001-01-29 Dave Love <fx@gnu.org>
854
855 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
856 (ansi-color-for-comint-mode-on, ansi-color-process-output): Add
857 autoload cookie.
858 (ansi-color-apply-sequence): Fix typo.
859
0404d031
GM
8602001-01-29 Gerd Moellmann <gerd@gnu.org>
861
ed5d446e 862 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
863 Postscript printing in black and white.
864
0404d031
GM
865 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
866 X-Mailman-Version, Precedence, List-Help, List-Post,
867 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
868 Content-Type, Content-Length.
869
3b6ed359
DL
8702001-01-29 Dave Love <fx@gnu.org>
871
ddd16e7a
DL
872 * elide-head.el (elide-head): Make overlay evaporate.
873
3b6ed359
DL
874 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc
875 fix.
876
8005142f
EZ
8772001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
878
879 * isearch.el (isearch-highlight): Don't punt if the display
880 doesn't support colors, since isearch faces are defined for
881 monochrome displays as well.
882
84728570
SS
8832001-01-27 Sam Steingold <sds@gnu.org>
884
885 * shell.el (shell-write-history-on-exit): Make sure that we are in
886 the shell buffer (M-x tex-file RET inserted the error message into
887 the TeX buffer).
888
e26f9ced
EZ
8892001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
890
891 * simple.el (transient-mark-mode): Doc fix.
892
dc0274bd
GM
8932001-01-27 Gerd Moellmann <gerd@gnu.org>
894
84728570 895 * progmodes/etags.el (find-tag-noselect): Don't bind
dc0274bd
GM
896 tags-file-name.
897
c1acacc4
EZ
8982001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
899
f5058b96
EZ
900 * shell.el (shell-unquote-argument): If the shell is one of the
901 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
902 quote character.
903 (shell-dumb-shell-regexp): Document that the shells which match
904 this regexp are supposed to not treat a backslash as a quote
905 character.
906
c1acacc4
EZ
907 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
908 from 2001-01-12. It is not needed, since backspace is mapped into
909 DEL.
910
103db06c 9112001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 912
84728570 913 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
914 Treat a one-capital-letter abbrev as "not all upper case",
915 so as to force preservation of the expansion's pattern
916 if the expansion starts with a capital letter.
917
cfa70244
EZ
9182001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
919
cfee9de7
EZ
920 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
921 Doc fix.
922
cfa70244
EZ
923 * simple.el (transient-mark-mode): Document the fact that many
924 commands act on the region when mark is active.
925
17d90d6b
KH
9262001-01-27 Kenichi Handa <handa@etl.go.jp>
927
928 * international/quail.el (quail-setup-completion-buf): Make the
929 multibyteness of current buffer inherited to Quail completion
930 buffer.
931 (quail-show-guidance-buf): Make the multibyteness of current
932 buffer inherited to Quail guidance buffer.
933 (quail-help): Make the multibyteness of current buffer inherited
934 to Quail help buffer.
935
61076b20
DL
9362001-01-26 Dave Love <fx@gnu.org>
937
c47e2c68
DL
938 * time-stamp.el: Doc fixes.
939
84728570 940 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
941 (delphi-keyword-face, delphi-other-face): Fix :type.
942
940f14b4
DL
943 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
944
945 * mail/feedmail.el (feedmail): Add :link.
946 (feedmail-send-it): Doc fix.
947
948 * mail/sendmail.el: Doc fixes.
949 (sendmail-send-it): Fix the non-ASCII regexp and use
950 rfc2047-encode-string.
951
61076b20
DL
952 * dired.el, dired-aux.el: Revert last change.
953
6c317bd2
GM
9542001-01-26 Gerd Moellmann <gerd@gnu.org>
955
956 * makefile.w32-in (DONTCOMPILE): Add various term files.
957
9582001-01-26 Dave Love <fx@gnu.org>
959
960 * Makefile.in (DONTCOMPILE): Add various term files.
961
1c636b5f
GM
9622001-01-26 Gerd Moellmann <gerd@gnu.org>
963
af900b23
GM
964 * man.el (Man-default-man-entry, Man-mode): Doc fix.
965
15fa6db0
GM
966 * startup.el (display-startup-echo-area-message): Make sure
967 the echo area is resized to fit the size of the startup
968 message.
969
1c636b5f
GM
970 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
971 part of which is a constant.
972
9b1adbd5
EZ
9732001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl
976 twice.
977
103db06c 9782001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
979
980 * simple.el (next-line): Don't let `newline' expand abbrevs.
981 Simplify slightly.
982 (open-line): Don't let `newline' expand abbrevs.
983
219227ea
JW
9842001-01-25 John Wiegley <johnw@gnu.org>
985
986 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
987 to `repeat' in the :type field.
988
989 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
990 allow a choice of regexp or nil.
d2906bf8 991 (pcomplete-dir-ignore): Same.
219227ea
JW
992
993 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
994 a command) to always fail.
995
ceba0dac
GM
9962001-01-25 Gerd Moellmann <gerd@gnu.org>
997
998 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
999 discard the result.
1000 (iswitchb-to-end): Likewise.
1001
9b0630e5
SS
10022001-01-25 Sam Steingold <sds@gnu.org>
1003
1004 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 1005 Require vc.
9b0630e5 1006
a2ed9670
SM
10072001-01-25 Stefan Monnier <monnier@cs.yale.edu>
1008
f0c1adab
SM
1009 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
1010
a2ed9670
SM
1011 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
1012
34ac3367
DL
10132001-01-25 Dave Love <fx@gnu.org>
1014
61076b20
DL
1015 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
1016 (describe-coding-system): Tweak the English text.
1017
34ac3367
DL
1018 * loadup.el: Preload international/ccl for utf-8.
1019
4685e6b7
EZ
10202001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * mail/rmail.el (rmail-redecode-body): Doc fix.
1023
0fdb4475
KH
10242001-01-25 Kenichi Handa <handa@etl.go.jp>
1025
23cfab61
KH
1026 * international/mule-cmds.el (reset-language-environment): Reset
1027 coding-category-utf-8 to mule-utf-8.
0fdb4475
KH
1028
1029 * international/mule-conf.el (coding-category-utf-8): Initialize
1030 to mule-utf-8.
1031
9b0630e5 1032 * loadup.el: Preload international/utf-8.
0fdb4475
KH
1033
1034 * international/utf-8.el: New file.
1035
245ed2b1
SM
10362001-01-24 Stefan Monnier <monnier@cs.yale.edu>
1037
1038 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
1039
e95b0c08
SS
10402001-01-24 Sam Steingold <sds@gnu.org>
1041
1042 * dired.el (dired-replace-in-string): Removed.
1043 (dired-sort-toggle): Use `replace-regexps-in-string'
1044 instead of `dired-replace-in-string'.
9b0630e5 1045
ceba0dac
GM
1046 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
1047 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 1048
e95b0c08
SS
1049 * gs.el (gs-replace-in-string): Removed.
1050 (gs-options): Use `replace-regexps-in-string'
1051 instead of `gs-replace-in-string'.
1052
c3902c3e
EZ
10532001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
1054
1055 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
1056 bug report is mailed to an email list and posted to a news group.
1057
b66b6aeb
GM
10582001-01-24 Gerd Moellmann <gerd@gnu.org>
1059
e7e41584
GM
1060 * comint.el (comint-replace-by-expanded-history-before-point): Fix
1061 change of 2000-08-03 to move point to the start of the line again.
1062
b66b6aeb
GM
1063 * startup.el (tool-bar-images-pixel-height): New variable.
1064 (command-line): After loading the user's init file, when
1065 tool-bar-mode is on, increase the frame's size by some lines for
1066 the tool-bar.
1067
1068 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 1069
ff890e66
SZ
10702001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
1071
1072 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
1073 (chinese-big5): MIME:Big5.
1074
04363179
GM
10752001-01-24 Gerd Moellmann <gerd@gnu.org>
1076
e95b0c08 1077 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
1078 Handle commands with prefix args.
1079
d56aaa64
GM
10802001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
1081
1082 * calendar/diary-lib.el (diary-float): Fix case of MONTH
1083 being a list of numbers.
1084 (diary-mail-entries): Rewritten.
1085
99858627
DL
10862001-01-23 Dave Love <fx@gnu.org>
1087
7aeb1fa9
DL
1088 * international/mule.el (make-coding-system): Fix typo.
1089
99858627
DL
1090 * textmodes/outline.el (outline-mode) <font-lock-defaults>: Add
1091 backward-paragraph as font-lock-beginning-of-syntax-function.
1092
5a43decf
EZ
10932001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
1094
1095 * font-lock.el (font-lock-mode): Doc fix.
1096
b0e98867
KH
10972001-01-23 Kenichi Handa <handa@etl.go.jp>
1098
1099 * international/mule.el (make-translation-table): Fix docstring.
1100
9c8acefd
EZ
11012001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
1102
fd4976b8
EZ
1103 * mail/rmail.el (rmail-redecode-body): New function.
1104
9c8acefd
EZ
1105 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
1106
871e0439
GM
11072001-01-22 Gerd Moellmann <gerd@gnu.org>
1108
21c2bbe0
GM
1109 * isearch.el (isearch-lazy-highlight-case-fold-search)
1110 (isearch-lazy-highlight-regexp): New variables.
1111 (isearch-lazy-highlight-cleanup): Update lazy highlight if
1112 case-fold search or regexp search has been toggled.
1113
5710730c
GM
1114 * wid-edit.el (widget-button-click): Avoid a save-excursion
1115 around running a global binding.
1116
871e0439
GM
1117 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
1118 to 0.25.
1119
d0554957
MB
11202001-01-20 Miles Bader <miles@gnu.org>
1121
1122 * cus-edit.el (custom-face-save): Do post-processing on the face's
1123 new value like `custom-face-set' does.
1124
1519f618
EZ
11252001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1126
ccd87890
EZ
1127 * mail/emacsbug.el (report-emacs-bug): Report the value of
1128 LC_CTYPE, not LC_TYPE.
1129
1519f618
EZ
1130 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
1131 isearch-toggle-regexp and isearch-edit-string to doc string.
1132
9724173b
GM
11332001-01-19 Gerd Moellmann <gerd@gnu.org>
1134
48bb9196
GM
1135 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
1136 as font-lock-beginning-of-syntax-function in font-lock-defaults.
1137
e95b0c08 1138 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
1139 font-lock-beginning-of-syntax-function to nil.
1140
dc81f8a2
EZ
11412001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
1142
1143 * mail/emacsbug.el (report-emacs-bug): Report values of
1144 locale-coding-system, default-enable-multibyte-characters, and the
1145 environment variables LC_ALL, LC_TYPE, and LANG.
1146
99327974
GM
11472001-01-19 Gerd Moellmann <gerd@gnu.org>
1148
111c181e
GM
1149 * font-lock.el (font-lock-default-fontify-region): Fix last
1150 change.
e95b0c08 1151
2be6ecc6
GM
1152 * font-lock.el (font-lock-multiline): Default to nil.
1153 (font-lock-default-fontify-region): If font-lock-multiline is
1154 nil, don't check the property `font-lock-multiline'.
1155
99327974
GM
1156 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
1157 is nil, don't check the `font-lock-multiline' text property.
1158
2550055a
MK
11592001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
1160
0a949811 1161 * viper.el: Call initial-major-mode on startup.
e95b0c08 1162
0a949811 1163 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 1164
8501998a 1165 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 1166
2550055a 11672001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 1168
0a949811 1169 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 1170 diff mode, if available.
e95b0c08 1171
0a949811 11722001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 1173
8501998a 1174 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 1175
2550055a
MK
1176 * ediff-init.el (subst-char-in-string): Define and use it, unless
1177 it's already defined.
e95b0c08 1178
8962e303
GM
11792001-01-18 Gerd Moellmann <gerd@gnu.org>
1180
1181 * tooltip.el (tooltip-hide-delay): New user-option.
1182 (tooltip-show): Use tooltip-hide-delay instead of the default.
1183
6b453381
KH
11842001-01-18 Kenichi Handa <handa@etl.go.jp>
1185
1186 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
1187 kill-local-variable doesn't work for enable-multibyte-characters.
1188
9eaf396b
DL
11892001-01-17 Dave Love <fx@gnu.org>
1190
cebd37ce
DL
1191 * ediff-init.el (ediff-before-setup-hook)
1192 (ediff-merge-filename-prefix): Add :version.
1193
9eaf396b
DL
1194 * international/latin1-disp.el: Require disp-table.
1195 (latin1-display): Fix :set.
1196
1197 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
1198
f864120f
GM
11992001-01-17 Gerd Moellmann <gerd@gnu.org>
1200
1201 * isearch.el (isearch-lazy-highlight-initial-delay)
1202 (isearch-lazy-highlight-interval): Default to 0.
1203
12042001-01-17 Bob Glickstein <bobg@zanshin.com>
1205
1206 * isearch.el (isearch-highlight): Set isearch-overlay priority to
1207 1 here rather than each time through
1208 isearch-lazy-highlight-new-loop.
1209 (isearch-lazy-highlight-max): Variable deleted.
1210 (isearch-lazy-highlight-max-at-a-time): New user variable, like
1211 isearch-lazy-highlight-max but controls a single invocation of
1212 isearch-lazy-highlight-update.
1213 (isearch-lazy-highlight-wrapped): Variable recreated.
1214 (isearch-lazy-highlight-window-start): New variable.
1215 (isearch-lazy-highlight-cleanup): Restored to behavior of
1216 before 2-Jan.
1217 (isearch-lazy-highlight-remove-overlays): Function deleted;
1218 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
1219 behavior removed.
1220 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
1221 isearch-lazy-highlight-update in a loop rather than just once.
1222 Test isearch-invalid-regexp here and decide not to start a new
1223 loop, rather than testing it each time through
1224 isearch-lazy-highlight-update.
1225 (isearch-lazy-highlight-search): Function restored.
1226 (isearch-lazy-highlight-update): Get called in a timer loop again,
1227 but this time highlight more than one match each time through.
1228 Only highlight matches in the visible part of the window. Start
1229 at point, move in the direction of the search, and wrap around at
1230 the edge of the window. Use sit-for to force redisplay and ensure
1231 window-start is credible. "Face suppressing" behavior removed;
1232 overlay priorities should make it unnecessary, right?
1233 (isearch-highlight): Face suppressing behavior removed.
1234 (isearch-dehighlight): Face suppressing behavior removed.
1235 (isearch-set-lazy-highlight-faces-at): Removed.
1236
076ec540
KH
12372001-01-17 Kenichi Handa <handa@etl.go.jp>
1238
1239 * language/european.el ("Latin-1"): Make the format of description
1240 about additional language environments same as that of Latin-2.
1241
92328ec5
DL
12422001-01-16 Dave Love <fx@gnu.org>
1243
39f2174e
DL
1244 * isearch.el (isearch-lazy-highlight): Add :version.
1245
92328ec5
DL
1246 * simple.el (backward-delete-char-untabify-method)
1247 (next-line-add-newlines): Add :version.
1248
f251459d
GM
12492001-01-16 Gerd Moellmann <gerd@gnu.org>
1250
9d4850e5
GM
1251 * bindings.el: Bind <backspace> and <delete> via function-key-map.
1252 Don't bind <delete> otherwise.
1253
1254 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
1255 and <delete> via function-key-map.
1256
f251459d
GM
1257 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
1258 Subject line only if point is after the `Subject:'.
1259
771ffcf7
KH
12602001-01-16 Kenichi Handa <handa@etl.go.jp>
1261
bda6b481
KH
1262 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
1263 japanese-jisx0213-2 in `charset' property of this lang. env.
1264
35793af7
KH
1265 * language/european.el ("Latin-1"): Add description for Dutch and
1266 Spanish lang. env.
1267
771ffcf7
KH
1268 * international/mule.el (decode-char): Fix conditions.
1269 (encode-char): Handle eight-bit-control too.
1c8102ff 1270 (transform-make-coding-system-args): New function.
50c29104
KH
1271 (make-coding-system): Accept XEmacs style arguments for CCL base
1272 coding system.
771ffcf7 1273
e1cf67b6
GM
12742001-01-15 Gerd Moellmann <gerd@gnu.org>
1275
1276 * progmodes/etags.el (find-tag-noselect): Save the value of
1277 tags-file-name before switching buffers, for the case it has a
1278 buffer-local value.
1279
b3287acf
GM
12802001-01-15 Alex Schroeder <alex@gnu.org>
1281
9eaf396b
DL
1282 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1283 From Dave Love <fx@gnu.org>.
b3287acf
GM
1284 (ansi-color-for-comint-mode): Fix :version.
1285
12862001-01-15 Alex Schroeder <alex@gnu.org>
1287
1288 * ansi-color.el (ansi-color-unfontify-region): Doc change.
1289
8d7ff9c8
EZ
12902001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1291
1292 * dired.el (dired-insert-directory): If file-system-info fails,
1293 remove the " free " part, but don't signal an error.
1294
dbe99ae9
SS
12952001-01-12 Sam Steingold <sds@gnu.org>
1296
1297 * bookmark.el (bookmark-maybe-historicize-string):
1298 Use new backquote syntax.
1299
103db06c 13002001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
1301
1302 * subr.el (last): Handle a list that doesn't end in nil.
1303
ca2ddd8e
SS
13042001-01-12 Sam Steingold <sds@gnu.org>
1305
1306 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
1307 to `backward-delete-char-untabify'.
1308
1751c874
DL
13092001-01-12 Dave Love <fx@gnu.org>
1310
1311 * cus-edit.el (customize-menu-create): Fix the :filter following
1312 easymenu change.
1313
1314 * wid-edit.el (function): Add :match-alternatives.
1315 (widget-color-action): Doc fix.
1316
3cccce8d
GM
13172001-01-12 Gerd Moellmann <gerd@gnu.org>
1318
1319 * calendar/calendar.el (calendar-basic-setup): Doc fix.
1320
18bfd6b5
KH
13212001-01-12 Kenichi Handa <handa@etl.go.jp>
1322
60a62fdc
KH
1323 * international/mule-cmds.el (prefer-coding-system): Fix
1324 docstring.
1325
18bfd6b5
KH
1326 * international/ccl.el (define-ccl-program): Fix docstring.
1327
562e00da
DL
13282001-01-11 Dave Love <fx@gnu.org>
1329
14fd0da3
DL
1330 * international/mule-cmds.el (standard-display-european-internal):
1331 Set display table for 2208 as for 160.
1332
1333 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
1334
562e00da
DL
1335 * progmodes/fortran.el (fortran-mode-map): Modify Customization
1336 entry for custom-menu-create change.
1337 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
1338 don't cons it in the search loop.
1339
1340 * imenu.el (imenu--truncate-items): Revert last change.
1341
6e961dcd
EZ
13422001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1343
1344 * info.el (Info-setup-header-line): If the node header includes
1345 either Next: or Prev: links, don't show the File: and Node: parts
1346 in the header line.
1347
2c2ff7f2
GM
13482001-01-11 Gerd Moellmann <gerd@gnu.org>
1349
a7ee2d2e
GM
1350 * comint.el (comint-goto-process-mark): Don't print a message
1351 when running in batch mode.
1352
c5348233
GM
1353 * isearch.el (isearch-search): In the condition-case handler for
1354 `error', set isearch-invalid-regexp to the whole error message.
1355
422717d1
GM
1356 * subr.el (eval-after-load): Call load-symbol-file-load-history to
1357 ensure that eval-after-load works for files dumped with Emacs.
1358
1359 * help.el (load-symbol-file-load-history): New function extracted
1360 from function symbol-file.
1361 (symbol-file): Use it.
1362
2c2ff7f2
GM
1363 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as
1364 exit.xpm.
1365
926861fb
EZ
13662001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1367
1368 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
1369 behave as if there were no prefix argument.
1370 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
1371 argument were nil.
1372
afa1f52c
RS
13732001-01-11 Richard M. Stallman <rms@gnu.org>
1374
ca2ddd8e 1375 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
1376 Don't look for more potential matches once maximum is exceeded.
1377 Use overlays-in to check correctly for overlap with current match.
1378 Ignore empty matches.
1379
47a9f362
MB
13802001-01-11 Miles Bader <miles@gnu.org>
1381
1382 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
1383 (ispell-overlay-window, ispell-help, ispell-show-choices)
1384 (ispell-command-loop): Use it instead of `window-height'.
1385
d196f58d
GM
13862001-01-10 Gerd Moellmann <gerd@gnu.org>
1387
cf523f0e
GM
1388 * files.el (confirm-kill-emacs): New user-option.
1389 (save-buffers-kill-emacs): Ask for final confirmation before
1390 killing Emacs.
1391
d196f58d
GM
1392 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
1393 to nil.
1394
7c6c3d8e
GM
13952001-01-10 Dave Love <fx@gnu.org>
1396
1f8be15d
DL
1397 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
1398
1399 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc,
1400 :type.
1401
1402 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
1403
1404 * calculator.el (calculator-number-digits): Fix :type.
1405
0d5184de
DL
1406 * vc-cvs.el (vc-cvs-header): Fix :type.
1407 * vc-rcs.el (vc-rcs-header): Fix :type.
1408 * vc-sccs.el (vc-sccs-header): Fix :type.
1409
1410 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
1411
7c6c3d8e
GM
1412 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
1413
8c9f73a2
GM
1414 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
1415
457b792c
GM
14162001-01-10 Gerd Moellmann <gerd@gnu.org>
1417
1418 * simple.el (set-variable): Force a thorough redisplay for the
1419 case that the variable has an effect on the display, like
1420 `tab-width' has.
1421
d2622d08
AS
14222001-01-10 Andre Spiegel <spiegel@gnu.org>
1423
1424 * vc.el: Add documentation for backend interface.
1425
ae4b5f4f
KH
14262001-01-10 Kenichi Handa <handa@etl.go.jp>
1427
e0844717
KH
1428 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
1429
ae4b5f4f
KH
1430 * international/mule-conf.el (latin-extra-code-table): Set to t
1431 for \223 and \224.
1432
3184082b
KH
14332001-01-09 Kenichi Handa <handa@etl.go.jp>
1434
1435 * international/mule-cmds.el (locale-language-names): Map "es" to
1436 "Spanish" and "nl" to "Dutch".
1437
732b9cdd
GM
14382001-01-09 Gerd Moellmann <gerd@gnu.org>
1439
1dfca644
GM
1440 * bindings.el (global-map): Bind <home> to beginning-of-line,
1441 <end> to end-of-line, C-<home> to beginning-of-buffer, and
1442 C-<end> to end-of-buffer.
1443
732b9cdd
GM
1444 * language/european.el: Add Dutch and Spanish language info
1445 to be able to use the appropriate tutorials.
1446
14472001-01-09 Alex Schroeder <alex@gnu.org>
1448
1449 * ansi-color.el (ansi-color-process-output): Use markers instead
1450 of positions for start and end of region.
1451 (ansi-color-apply-on-region): Rewrote code to make it more robust.
1452 Previously, occasional mistakes happend when fontifying many
1453 chunks of output (eg. ls --color=yes /dev). This happened
1454 whenever an overlay was created up to the end of the region, which
1455 coincided with the process-mark. New text would then be added
1456 within that overlay instead of after it.
1457 (ansi-color-make-extent): Overlays are created with the property
1458 `modification-hooks' set to '(ansi-color-freeze-overlay).
1459 (ansi-color-freeze-overlay): New function. When inserting text at
1460 the end of the overlay, the overlay will resize.
1461
14622000-01-09 Alex Schroeder <alex@gnu.org>
1463
1464 * ansi-color.el (ansi-color-process-output): Doc change.
1465 (ansi-color-unfontify-region): Doc change. No longer installed
1466 automatically in font-lock-unfontify-region-function.
1467 (ansi-color-apply): Doc change.
1468 (ansi-color-apply-on-region): Use extents or overlays instead of
1469 text-properties.
1470 (ansi-color-make-extent): New function.
1471 (ansi-color-set-extent-face): New function.
1472
14732000-01-09 Alex Schroeder <alex@gnu.org>
1474
1475 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
1476 both use ansi-color-process-output, now.
1477 (ansi-color-process-output): Doesn't return string anymore. It is
1478 installed in comint-output-filter-functions for both Emacs and
1479 XEmacs, now.
1480 (ansi-color-unfontify-region): Simplified code removing variables
1481 pos and start-ansi.
1482 (ansi-color-apply): Put text-property ansi-color before putting
1483 text-property face because ansi-color-unfontify-region is called
1484 immediately after the call to put-text-property.
1485 (ansi-color-context-region): Doc change.
1486 (ansi-color-filter-region): Simplified code.
1487 (ansi-color-apply-on-region): Changed start to start-marker, using
1488 a marker explicitly. Put text-property ansi-color before putting
1489 text-property face because ansi-color-unfontify-region is called
1490 immediately after the call to put-text-property.
1491
14922000-01-09 Alex Schroeder <alex@gnu.org>
1493
1494 * ansi-color.el (ansi-color-faces-vector): Doc change.
1495 (ansi-color-for-comint-mode): Changed :type property to choice.
1496 (ansi-color-last-context): Removed.
1497 (ansi-color-process-output): Don't use ansi-color-last-context, as
1498 the main functions will store their context now.
1499 (ansi-color-context): Doc change.
1500 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
1501 Uses ansi-color-context such that repeated calls will strip
1502 partial escape sequences, too.
1503 (ansi-color-apply): Simplified code. Colorize end of string if
1504 face is not null. Store context in new (FACE STRING) format, such
1505 that repeated calls will strip partial escape sequences, too.
1506 Append faces to face property using ansi-color-apply-sequence such
1507 that cumulative mode actually works.
1508 (ansi-color-context-region): New variable.
1509 (ansi-color-filter-region): Rewrote it based on
1510 ansi-color-apply-on-region. Uses ansi-color-context-region such
1511 that repeated calls will strip partial escape sequences, too.
1512 (ansi-color-apply-on-region): Simplified code. Colorize end of
1513 region if face is not null. Store context in new (FACE POS)
1514 format, such that repeated calls will strip partial escape
1515 sequences, too. Append faces to face property using
1516 ansi-color-apply-sequence such that cumulative mode actually
1517 works.
1518 (ansi-color-apply-sequence): New function.
1519 (ansi-color-get-face): When the default face is added to the list
1520 of faces, all previous settings are discarded and the list of
1521 faces is set to '(default).
1522
15232000-01-09 Alex Schroeder <alex@gnu.org>
1524
1525 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
1526 face, such that ansi-color-apply and ansi-color-apply-on-region
1527 will do the right thing.
1528 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
1529 returns nil, set the list of faces back to nil instead of
1530 appending the result of ansi-color-get-face to the front of the
1531 list.
1532
15332000-01-09 Alex Schroeder <alex@gnu.org>
1534
1535 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
1536 (ansi-color-process): Doc change.
1537 (ansi-color-last-context): New buffer-local variable.
1538 (ansi-color-process-output): New function. It is automatically
1539 added to comint-output-filter-functions if this is XEmacs.
1540 (ansi-color-unfontify-region): New optional parameter for XEmacs
1541 compatibility. Check wether font-lock-syntactic-keywords is
1542 boundp before removing the syntax table text property, as XEmacs
1543 doesn't have it.
1544 (ansi-color-filter-region): Doc change.
1545 (ansi-color-apply-on-region): Doc change.
1546 (ansi-color-make-face): New function. Compatibility layer for
1547 XEmacs. Return temporary faces instead of cons cells for XEmacs.
1548 (ansi-color-make-color-map): Use ansi-color-make-face.
1549 (ansi-color-get-face): Avoid face text property '(nil) as results
1550 in an errow for XEmacs.
1551
15522000-01-09 Alex Schroeder <alex@gnu.org>
1553
1554 * ansi-color.el (ansi-color-unfontify-region): New function. Uses
1555 text-property ansi-color in order to preserve fontification by
1556 ansi-color. When the package is loaded, a lambda expression is
1557 put onto font-lock-mode-hook. This lambda expression will check
1558 font-lock-unfontify-region-function and replace
1559 font-lock-default-unfontify-region with
1560 ansi-color-unfontify-region.
1561 (ansi-color-apply): Add text-property ansi-color in addition to
1562 text-property face.
1563 (ansi-color-apply-on-region): Add text-property ansi-color in
1564 addition to text-property face.
1565 (save-buffer-state): Copy of the macro that is also used by
1566 lazy-lock and font-lock.
1567
1568 (ansi-color-for-comint-mode): New option.
1569 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
1570 (ansi-color-for-comint-mode-off): Ditto.
1571 (ansi-color-for-comint-mode-filter): Ditto.
1572 (ansi-color-process): New function. Uses
1573 ansi-color-for-comint-mode to decide what to do. This function is
1574 added to comint-preoutput-filter-functions when the package is
1575 loaded.
1576
1577 (ansi-color-for-shell-mode-set): Removed.
1578 (ansi-color-for-shell-mode): Removed.
1579
15802000-01-09 Alex Schroeder <alex@gnu.org>
1581
1582 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
1583 the lambda expression from the ansi-color-for-shell-mode :set
1584 property. Additionally, modify shell-mode-hook to enable or
1585 disable font-lock-mode for future shell buffers.
1586 (ansi-color-for-shell-mode): The :set property calls
1587 ansi-color-for-shell-mode-set instead of a lambda expression.
1588
15892000-01-09 Alex Schroeder <alex@gnu.org>
1590
1591 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
1592 (ansi-color-context): New variable.
1593 (ansi-color-apply): Save context between calls.
1594
fb55ff10
EZ
15952001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
1596
29910493
EZ
1597 * isearch.el (isearch, isearch-lazy-highlight-face): New
1598 definitions for face colors and attributes.
1599
fb55ff10
EZ
1600 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
1601 of display-mouse-p.
1602
134d6265
KH
16032001-01-09 Kenichi Handa <handa@etl.go.jp>
1604
1605 * international/mule.el (make-coding-system): If the coding system
1606 accepts extra latin codes, register such codes as safe for the
1607 coding system.
1608
103db06c 16092001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 1610
984c9f75
RS
1611 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
1612 don't mention the file name or the date here, because they are
1613 logged at the start of the file.
1614
16152001-01-08 Richard M. Stallman <rms@gnu.org>
1616
78b8eee8
RS
1617 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
1618 Change screen-width to frame-width.
1619
1460e5d4
EZ
16202001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * info.el (Info-search): Print the default as part of the prompt.
1623
56f24bc1
AS
16242001-01-08 Andre Spiegel <spiegel@gnu.org>
1625
ca2ddd8e 1626 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
1627 constant implementations in backends.
1628
1629 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
1630 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
1631
1632 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
1633 WRITABLE to EDITABLE.
1634
1635 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
1636 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
1637 to EDITABLE.
1638
b7812d30
EZ
16392001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1640
1641 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
1642 (copyright, copyright-update): Compute the current year at run
1643 time.
1644
7e56ea04
GM
16452001-01-08 Gerd Moellmann <gerd@gnu.org>
1646
1647 * isearch.el (isearch-old-signal-hook): Removed.
1648 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
1649 instead of setting signal-hook-function.
1650 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
1651
a758f97d
GM
16522001-01-08 Kevin Gallagher <kevingal@onramp.net>
1653
1654 * emulation/edt.el: Update to version 4.0. Provide support for
1655 EDT scroll margins at top and bottom of the window. Provide an
1656 emulation of the EDT SUBS command (bound to GOLD-Enter, by
1657 default). Enhance edt-quit, bound to GOLD-q by default, to warn
1658 user when file-related buffer modifications exist. Provide
1659 support for running EDT Emulation in XEmacs. Provide customize
1660 access to some user updatable variables. Add Commentary section
1661 to file header. Fixed a few minor bugs and cleaned up some code.
1662
1663 * emulation/edt-mapper.el: Update to version 4.0. Provide support
1664 for detecting a keypress that generates an ASCII key sequence.
1665 (Previously, only a keypress that generates a vector was
1666 recognized.) Embed Window Manager name into name of the generated
1667 EDT Emulation initialization file since the initialization file is
1668 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 1669
30db89f9
EZ
16702001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
1671
4deb3ba9
EZ
1672 * mail/sendmail.el (mail-mode): Doc fix.
1673
30db89f9
EZ
1674 * info.el (Info-goto-emacs-command-node): Doc fix.
1675 (Info-goto-emacs-key-command-node): Doc fix.
1676
c3f2772b
EZ
16772001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1678
8726e79b 1679 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
1680 systems without long file-name support.
1681
0dac6924
AI
16822001-01-06 Andrew Innes <andrewi@gnu.org>
1683
1684 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
1685
4e6ef391
EZ
16862001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
1687
380866a2
EZ
1688 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
1689 (isearch-lazy-highlight-update): Doc fix.
1690
148b5960
EZ
1691 * ffap.el (ffap-bindings): Doc fix.
1692
4e6ef391
EZ
1693 * dired-x.el (dired-virtual-guess-dir): Doc fix.
1694
4cb1bcc2
DL
16952001-01-05 Dave Love <fx@gnu.org>
1696
1697 * emacs-lisp/cl-seq.el (remove, remq): Remove.
1698
3828218c
GM
16992001-01-05 Gerd Moellmann <gerd@gnu.org>
1700
f1ade7d3
GM
1701 * mouse-drag.el (mouse-drag-safe-scroll): Bind
1702 scroll-preserve-screen-position to nil.
1703
1f4139d5
GM
1704 * isearch.el (isearch-old-signal-hook): New variable.
1705 (isearch-mode): Set signal-hook-function to isearch-done.
1706 (isearch-done): Restore old signal-hook-function.
1707
3828218c
GM
1708 * info.el (Info-fontify-node): Mark one more char as intangible.
1709
3970013f
KH
17102000-01-05 Kenichi Handa <handa@etl.go.jp>
1711
3828218c 1712 * composite.el (compose-last-chars): New argument COMPONENTS. If
3970013f
KH
1713 it is non-nil, compose preceding characters by compose-region with
1714 COMPONENTS.
1715
1716 * international/quail.el (quail-input-string-to-events): New function.
1717 (quail-input-method): Convert input string to events here.
1718 (quail-start-translation): Return input string, not event list.
1719 (quail-start-conversion): Likewise.
1720
f3b05e99
GM
17212001-01-04 Gerd Moellmann <gerd@gnu.org>
1722
ca2ddd8e 1723 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
1724 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
1725 and tooltip-add-timeout.
1726 (tooltip-show): Set border color from faces's foreground.
1727 (tooltip-show-help-function): If called with the same help string
1728 as last time, do nothing.
1729 (tooltip-help-tips): Don't set tooltip-help-message to nil.
1730
0f2ac578
GM
1731 * startup.el (fancy-splash-screens): Don't bind show-help-function
1732 to nil.
1733
f3b05e99
GM
1734 * tooltip.el (tooltip-frame-parameters): Remove colors.
1735 (tooltip): New face
1736 (tooltip-set-param): New function.
1737 (tooltip-show): Set up color frame parameters from face `tooltip'.
1738 Display the tooltip text in face `tooltip'.
1739
8416e94a
DL
17402001-01-04 Dave Love <fx@gnu.org>
1741
1742 * whitespace.el (whitespace-global-mode): Fix typo.
1743
1744 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
1745
30db89f9
EZ
17462001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1747
1748 * help.el (help-for-help): Fix a typo in a doc string. From
1749 kwzh@gnu.org (Karl Heuer).
1750
b847eb8c
DL
17512001-01-03 Dave Love <fx@gnu.org>
1752
1753 * dired-x.el: Doc fixes. Maintainer change.
1754 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix
1755 :type.
1756 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
1757 (dired-guess-shell-alist-user): Customize.
1758 (dired-x-help-address): Set to bug-gnu-emacs.
1759 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
1760 (dired-default-directory): Renamed from default-directory.
1761
1762 * hl-line.el (hl-line): Doc fix.
1763
43c4b570
KF
17642001-01-03 Karl Fogel <kfogel@red-bean.com>
1765
1bf6b1bf 1766 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 1767
984c9f75 17682001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
1769
1770 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
1771 to remove all the current alternative-match highlighting.
1772 If nil, remove only what's outside the current window.
1773 (isearch-lazy-highlight-remove-overlays): Take optional
1774 region within which NOT to remove them.
1775 (isearch-lazy-highlight-new-loop): Greatly simplified.
1776 (isearch-lazy-highlight-update): Find all the other occurrences
1777 visible in the window, in just one call.
1778 (isearch-lazy-highlight-start): Now holds start of region to scan.
1779 (isearch-lazy-highlight-end): Now holds end of region to scan.
1780 (isearch-lazy-highlight-wrapped): Variable deleted.
1781 (isearch-lazy-highlight-search): Function deleted.
1782
13d6a61c
AI
17832000-01-02 Andrew Innes <andrewi@gnu.org>
1784
1785 * w32-fns.el (convert-standard-filename): Do length check on name
1786 before aref.
1787
064866e7
DL
17882001-01-02 Dave Love <fx@gnu.org>
1789
b33e041b
DL
1790 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
1791 value.
1792 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
1793
1794 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
1795
8166ffd5
DL
1796 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
1797 read syntax.
1798
064866e7
DL
1799 * calendar/todo-mode.el (todo): Add :link, :version.
1800 (todo-save-top-priorities): Remove autoload cookie.
1801 (todo-add-category, todo-add-item-non-interactively)
1802 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload
1803 cookie.
1804
6dde6abc
GM
18052001-01-02 Gerd Moellmann <gerd@gnu.org>
1806
1807 * comint.el (comint-input-history-ignore): New variable.
1808 (comint-read-input-ring): Ignore entries matching
1809 comint-input-history-ignore.
1810
1a8a9daf
GM
18112001-01-02 Eric M. Ludlam <zappo@gnu.org>
1812
1813 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
1814 (lm-copyright-mark): New function.
1815 (lm-crack-copyright): New function.
1816 (lm-verify): Check that the file has a copyright.
1817 Check that the file is copyright Free Software Foundation.
1818
9c92eb53
KH
18192000-12-30 Kenichi Handa <handa@etl.go.jp>
1820
1821 * international/mule-diag.el (print-fontset): Indent font name by
1822 24 columns, not 25.
1823
49172314
GM
18242000-12-29 Gerd Moellmann <gerd@gnu.org>
1825
762a68ec
GM
1826 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
1827 in Subject line.
1828
49172314
GM
1829 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
1830 Use mail-mode-hook instead of mail-setup-hook. Otherwise
1831 continuing an interrupted message with C-u C-x m for instence,
1832 winds up in Mail mode without abbrevs.
1833
bd7a2e26
GM
18342000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1835
1836 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
1837 non-nil. Adding almost all customization variables on ps-setup. Doc
2f5ded21 1838 fix.
bd7a2e26
GM
1839 (ps-print-version): New version number (6.3.3).
1840 (ps-end-with-control-d): Initialization fix.
1841 (ps-lines-printed): New var.
1842 (ps-skip-newline): New fun.
1843 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
1844 (ps-next-line, ps-continue-line, ps-plot-region)
1845 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 1846
2b3f28a4
KH
18472000-12-29 Kenichi Handa <handa@etl.go.jp>
1848
1849 * international/fontset.el (x-complement-fontset-spec): Resolve
1850 ASCII font name so that the same family name is used for fonts
1851 registered in x-font-name-charset-alist.
1852 (create-fontset-from-fontset-spec): Adjusted for the above change.
1853 The name of fontset alias should be a unresolved ASCII font name.
1854
2ece9174
GM
18552000-12-28 Gerd Moellmann <gerd@gnu.org>
1856
1857 * simple.el (delete-key-deletes-forward-mode): Bind backspace
1858 and delete in isearch-mode-map.
1859
cbe3ad7a
RS
18602000-12-28 Richard M. Stallman <rms@gnu.org>
1861
ca2ddd8e 1862 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
1863 Use xpdf instead of acroread.
1864
a816f1c5
KH
18652000-12-28 Kenichi Handa <handa@etl.go.jp>
1866
f086e73c
KH
1867 * textmodes/artist.el (artist-butlast): Deleted.
1868 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 1869 artist-butlast.
f086e73c 1870
a816f1c5
KH
1871 * subr.el (butlast, nbutlast): Moved from cl.el to here.
1872
1873 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
1874
b202115b
EZ
18752000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1876
1877 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
1878
1879 * ls-lisp.el: Better support for the Mac and MS-Windows.
1880 (ls-lisp): New defgroup.
1881 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 1882 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
1883 (ls-lisp-support-shell-wildcards): New defcustoms.
1884 (ls-lisp-parse-symlink): New function.
1885 (insert-directory): Code to convert switches to a list and set up
1886 the wildcard argument copied from ls-lisp-insert-directory.
1887 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
1888 for -C and -R switches.
1889 (ls-lisp-column-format): New function.
ca2ddd8e 1890 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
1891 (ls-lisp-format-time): Add doc strings.
1892 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
1893 Support ls-lisp-dirs-first.
1894 (ls-lisp-classify, ls-lisp-extension): New functions.
1895 (ls-lisp-format): Optionally support emulation of symlinks.
1896 Support -i, -s, and -G switches.
1897
6061fbf0
GM
18982000-12-27 Gerd Moellmann <gerd@gnu.org>
1899
5e25feee
GM
1900 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
1901
6061fbf0
GM
1902 * version.el (emacs-version): Print X scroll bar information.
1903
1904 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
1905 instead of x-toolkit-scroll-bars-p.
1906
1907 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
1908 of x-toolkit-scroll-bars-p.
1909
25050dab
EZ
19102000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1911
1912 * ffap.el (ffap-bindings): Make interactive and add an autoload
1913 cookie.
1914 (ffap-bindings): Doc fix, to reflect the above change.
1915
c1786874
KH
19162000-12-27 Kenichi Handa <handa@etl.go.jp>
1917
1918 * term.el (term-char-mode): Define all non-ascii self-inserting
1919 characters to 'term-send-raw in term-raw-map.
1920
7261ece3 19212000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 1922
6061fbf0 1923 * viper-init (viper-restore-cursor-type): Added condition-case
7261ece3 1924 guard.
ca2ddd8e 1925
6061fbf0 1926 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook): Changed
7261ece3 1927 initialization; use add-hook.
6061fbf0 1928 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 1929
6061fbf0 1930 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 1931
6061fbf0
GM
1932 * ediff.el (ediff-patch-buffer): Bug fix.
1933 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 1934
83f40583
SM
19352000-12-23 Stefan Monnier <monnier@cs.yale.edu>
1936
1937 * subr.el (combine-run-hooks): Remove.
1938
1939 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
1940 and remove the rogue second spec.
1941
bdd6d4e8
GM
19422000-12-23 Gerd Moellmann <gerd@gnu.org>
1943
1944 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
1945
26736ce3
SM
19462000-12-22 Stefan Monnier <monnier@cs.yale.edu>
1947
0e86b6b0
SM
1948 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
1949 Use minibuffer menu prompt for the `=' prefix.
1950 (smerge-command-prefix): Change default to C-^.
6eabfb26 1951 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 1952
26736ce3
SM
1953 * skeleton.el (skeleton-internal-1): Make sure the first line of
1954 the region is also re-indented.
d21584d6
SM
1955 (skeleton-end-newline): New var.
1956 (skeleton-end-hook): Use it.
26736ce3 1957
95fa4fd7
MB
19582000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
1959
1960 * comint.el (comint-password-prompt-regexp): Support CVS.
1961
f060b834
GM
19622000-12-22 Gerd Moellmann <gerd@gnu.org>
1963
856ff7a7
GM
1964 * simple.el (delete-key-deletes-forward-mode): Simplify. Also
1965 backspace key combinations, depending on
1966 delete-key-deletes-forward.
1967
1968 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
1969
f060b834
GM
1970 * simple.el (delete-key-deletes-forward): Doc fix.
1971
653558a1
GM
19722000-08-22 Emmanuel Briot <briot@gnat.com>
1973
1974 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 1975 white spaces are relevant in the XML file.
653558a1
GM
1976 (xml-parse-file): Do not kill an existing Emacs buffer if the file
1977 to parse was already edited. This allows for on-the-fly analysis
26736ce3 1978 of XML files.
653558a1
GM
1979 (xml-parse-tag): Check that the casing is the same in the start
1980 tag and end tag, since XML is case-sensitive. Allows for spaces
1981 in the end tag, after the name of the tag.
1982 (xml-parse-attlist): Allow for the character '-' in the name of
1983 attributes, as in the standard http-equiv attribute Do not save
26736ce3 1984 the properties in the XML tree, since they are not relevant.
653558a1 1985
3ad93d8d
SM
19862000-12-21 Stefan Monnier <monnier@cs.yale.edu>
1987
1988 * generic.el (generic-read-type): Undo last change, inline into
1989 `generic-mode' and then remove.
1990 (generic-mode): Inline generic-read-type.
1991 (define-generic-mode): Push the symbol name rather than the symbol
1992 onto generic-mode-list.
1993
177f4e88
GM
19942000-12-21 Gerd Moellmann <gerd@gnu.org>
1995
8e15274f
GM
1996 * generic.el (generic-read-type): Build an alist for
1997 completing-read as in 20.7.
1998
1999 * play/landmark.el (lm): Use interactive spec `P'.
2000 (toplevel): Don't set debug-on-error.
2001
177f4e88
GM
2002 * server.el (server-switch-buffer): Choose a window on a visible
2003 frame.
2004
6ba384dc
GM
20052000-12-21 Dave Pearson <davep@davep.org>
2006
2007 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 2008
647a066c
GM
20092000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2010
2011 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
2012 ranges like \177-\237, but accepts the character sequence from \177 to
2013 \237. Doc fix.
2014 (ebnf-version): New version (3.4).
2015 (ebnf-setup): Code fix.
2016 (ebnf-range-regexp): New fun.
2017 (ebnf-8-bit-chars): Const fix.
2018
2019 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
2020 entry. Doc fix.
2021 (ebnf-bnf-lex): Code fix.
2022 (ebnf-bnf-comment-chars): Const fix.
2023
2024 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
2025 entry. Doc fix.
2026 (ebnf-iso-comment-chars): Const fix.
2027
2028 * ebnf-otz.el: Doc fix.
2029
2030 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
2031 entry. Doc fix.
2032 (ebnf-yac-skip-code): Code fix.
2033 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 2034
bc22fd18
EZ
20352000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2036
2037 * files.el (insert-directory-safely): New function.
834d23b2 2038 (recover-file): Use it instead of insert-directory. From Markus
ca2ddd8e 2039 Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 2040
587fc3f9
KH
20412000-12-21 Kenichi Handa <handa@etl.go.jp>
2042
eeefcfde 2043 * international/mule-cmds.el (select-safe-coding-system): Check
4d513a57 2044 coding-category-list more rigidly. Improve help message.
eeefcfde 2045
587fc3f9
KH
2046 * dired.el (dired-move-to-filename-regexp): Fix previous change.
2047
01860fb9
MB
20482000-12-21 Miles Bader <miles@gnu.org>
2049
587fc3f9
KH
2050 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank
2051 prefix.
01860fb9 2052
3f9d67a6
KH
20532000-12-21 Kenichi Handa <handa@etl.go.jp>
2054
9fd1c1f7
KH
2055 * international/mule-diag.el (describe-char-after): Make *Help*
2056 buffer inherit multibyteness of the current buffer.
2057
3f9d67a6
KH
2058 * international/mule.el (make-char): Docstring adjusted for the
2059 change of make-char-internal.
2060
c9669fac
SM
20612000-12-20 Stefan Monnier <monnier@cs.yale.edu>
2062
2063 * international/iso-cvt.el: Docstrings fix.
2064
19594307
DL
20652000-12-20 Dave Love <fx@gnu.org>
2066
2067 * subr.el (eval-after-load): Doc fix.
2068
b1a447b3
KH
20692000-12-20 Kenichi Handa <handa@etl.go.jp>
2070
2071 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
2072 for numbers.
2073
09877d5d
MB
20742000-12-20 Miles Bader <miles@gnu.org>
2075
2076 * international/quail.el (quail-help): Resize the help window
2077 again after it has all its contents. Remove unneeded progn.
2078
71d4497a
GM
20792000-12-19 Gerd Moellmann <gerd@gnu.org>
2080
2081 * pcmpl-linux.el: Fix copy/paste error.
2082
741e56a0
AI
20832000-12-19 Andrew Innes <andrewi@gnu.org>
2084
2085 * simple.el (delete-key-deletes-forward-mode): Fix typo in
2086 docstring.
2087
cc24d91c
CD
20882000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
2089
ba4c05aa
CD
2090 * progmodes/idlw-rinfo.el: Fixed copyright notice.
2091
2092 * progmodes/idlw-toolbar.el: Fixed copyright notice.
2093
2094 * progmodes/idlw-shell.el: Fixed copyright notice.
2095
2096 * progmodes/idlwave.el: Fixed copyright notice.
2097
71d4497a 2098 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
2099 TAB as key separators.
2100
524c8caf
GM
21012000-12-19 Alex Schroeder <alex@gnu.org>
2102
2103 * sql.el (sql-sybase-options): New option.
2104 (sql-sybase): Use it. Add sql-database to the list of parameters
2105 provided for login. The options -w 2048 -n are not used any more.
2106 (sql-postgres-options): Changed default from "--pset" to "-P".
2107 (sql-mysql-options): Doc change.
2108 (sql-stop): Doc change.
2109
b5fa513d
KH
21102000-12-19 Kenichi Handa <handa@etl.go.jp>
2111
2112 * international/quail.el (quail-input-method): Always hide
2113 the guidance buffer on exiting.
2114
91c9e6ce
GM
21152000-12-18 Gerd Moellmann <gerd@gnu.org>
2116
c6da4eb4
GM
2117 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
2118 isn't fboundp.
2119
3d2a0e0b
GM
2120 * server.el (server-buffer-done): Bury the buffer before
2121 killing it.
2122
91c9e6ce
GM
2123 * faces.el (face-spec-set): Interpret a nil in specs for
2124 foreground and background colors as `unspecified', for
2125 compatibility with 20.x.
2126
40fa0008
DL
21272000-12-18 Dave Love <fx@gnu.org>
2128
22adbe54
DL
2129 * simple.el (mail-user-agent): Doc fix.
2130 (input-mode-8-bit): Removed.
2131
2132 * international/mule.el (set-keyboard-coding-system): Doc fix.
2133 (keyboard-coding-system): New option.
2134
40fa0008
DL
2135 * mail/sendmail.el (send-mail-function): Customize.
2136
6f4745e2
EZ
21372000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
2138
2139 * international/codepage.el (cp866-decode-table): New table.
2140
82b90229
GM
21412000-12-18 Gerd Moellmann <gerd@gnu.org>
2142
2143 * version.el (emacs-version): Remove `%a' from the time format
2144 because the weekday doesn't fit well into each locale.
2145
5a047002
MB
21462000-12-18 Miles Bader <miles@gnu.org>
2147
7f49aa07
MB
2148 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
2149
ca2ddd8e 2150 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
2151 Check that emacs-major-version is `=' to 20, not `>='.
2152 (artist-replace-chars): Use `make-string' instead of a loop.
2153
22ea2607
EZ
21542000-12-17 Stefan Monnier <monnier@cs.yale.edu>
2155
2156 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
2157 (cvs-execute-single-file): Don't change directory.
2158 Patch from Per Cederqvist.
2159
6c825f8e
EZ
21602000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2161
2162 * textmodes/ispell.el (check-ispell-version): If
2163 `ispell-program-name' is "aspell", pass it the -v switch instead
2164 of -vv.
2165
8ff06845
KH
21662000-12-16 Kenichi Handa <handa@etl.go.jp>
2167
af4bb4c8
KH
2168 * international/mule-diag.el (mule-diag): Insert information about
2169 configure options, multibyte awareness, language env.
2170
8ff06845
KH
2171 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
2172 regexp to search for candidates.
2173
b24e84ab
EZ
21742000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
2175
2176 * info.el (Info-forward-node): If the node has an
2177 Info-header-line, widen the buffer before searching for "next:"
2178 and "up:" pointers, and set the search limit to stay in the
2179 current node.
2180
7981d89f
MB
21812000-12-16 Miles Bader <miles@gnu.org>
2182
2183 * simple.el (delete-trailing-whitespace): Remove extraneous let.
2184
88ee7917
MB
21852000-12-15 Miles Bader <miles@gnu.org>
2186
2187 * comint.el (comint-send-string, comint-send-region): Also accept
2188 a buffer, buffer-name, or nil for PROCESS, for compatibility with
2189 process-send-string/region.
2190
0c28d842
GM
21912000-12-15 Gerd Moellmann <gerd@gnu.org>
2192
4ea7fdca
GM
2193 * isearch.el (isearch-lazy-highlight-max): New user-option.
2194 (isearch-lazy-highlight-update): Don't highlight more than
2195 isearch-lazy-highlight-max matches.
2196
0c28d842
GM
2197 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
2198
984c9f75 21992000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 2200
8062e53a
GM
2201 * sort.el (sort-columns): Fix error message.
2202
3ffa545b
GM
2203 * dabbrev.el (dabbrev--last-case-pattern): Value is now
2204 `upcase' or `downcase' or nil.
2205 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
2206 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
2207 (dabbrev--substitute-expansion): New arg record-case-pattern.
2208 If it is non-nil, set dabbrev--last-case-pattern.
2209 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
2210
2211 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
2212
c2d7f289
MB
22132000-12-15 Miles Bader <miles@gnu.org>
2214
b6348438
MB
2215 * paths.el (Info-default-directory-list): Don't delete
2216 configure-info-directory from the list of standard info
2217 directories when appending it to the end -- their order is
2218 important.
2219
f9056dd9
MB
2220 * faces.el (read-face-attribute): If there's no entry for the
2221 user's input in VALID, just use it as-is (this will often result
2222 in an error, but it may be OK for e.g. colors using hexadecimal
2223 notation, and at least will yield a better error message).
2224
c2d7f289 2225 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 2226 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
2227 Variables removed.
2228 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
2229 window is really the right size. Use vertical-motion
2230 rather than forward-line.
2231 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
2232 (ispell-command-loop, ispell-show-choices): Use the variable
2233 ispell-choices-win-default-height, rather than the function.
2234 (ispell-choices-win-default-height): Function removed.
2235 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 2236
8f530b95
SM
22372000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
2240
6d435deb
EZ
22412000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2242
4dddb0b7
EZ
2243 * paths.el (Info-default-directory-list): If
2244 configure-info-directory is not one of the standard directories,
2245 put it first in the list; otherwise put it last. Doc string
2246 changed accordingly.
2247
2248 * info.el (Info-directory-list): Change doc string to reflect the
2249 change in Info-default-directory-list.
2250
6d435deb
EZ
2251 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
2252 windows-nt as windowed environments, even under -nw.
2253
2254 * startup.el (command-line): Don't call x-backspace-delete-keys-p
2255 if not fboundp. Switch delete-forward mode for the <delete> key
2256 on all PC platforms, even under -nw.
2257
2258 * term/internal.el ([M-delete]): Remap to M-d.
2259
9d7d9263
GM
22602000-12-14 Gerd Moellmann <gerd@gnu.org>
2261
2262 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
2263
7cf0153a
EZ
22642000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2265
2266 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
2267
5e5b3d41
GM
22682000-12-14 Gerd Moellmann <gerd@gnu.org>
2269
5f368d29
GM
2270 * startup.el (command-line): Call delete-key-deletes-forward-mode,
2271 if appropriate.
2272
2273 * simple.el (delete-key-deletes-forward): New user-option.
2274 (delete-key-deletes-forward-mode): New function.
2275
9d7d9263 2276 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 2277
5e5b3d41
GM
2278 * emacs-lisp/easymenu.el (easy-menu-current-active-maps): Test
2279 if symbol is bound before getting its value.
2280
2281 * tooltip.el (tooltip-show): If an error is signaled in
2282 x-show-tip, display that error, and display the help in the
2283 echo area.
ca2ddd8e 2284
191b83b6
KH
22852000-12-14 Kenichi Handa <handa@etl.go.jp>
2286
2287 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
2288 "... entries" messages for every 10000 entries, not 10.
2289
6192b604
KF
22902000-12-13 Karl Fogel <kfogel@red-bean.com>
2291
2292 * bookmark.el: Provide a generic exit hook, as suggested by
2293 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
2294 (bookmark-exit-hook): New var.
2295 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
2296 old raw lambda form in `kill-emacs-hook', and runs new
2297 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
2298 as logically that feature must have been provided if this function
2299 is running.
2300 Removed ;;;###autoload before the `add-hook' call.
2301
5edf6b55
SM
23022000-12-13 Stefan Monnier <monnier@cs.yale.edu>
2303
2304 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
2305 (easy-menu-current-active-maps): New function.
2306 (easy-menu-get-map): Use it.
2307 Make a proper menu entry when creating a new keymap.
2308
16b5e8e6
KH
23092000-12-13 Kenichi Handa <handa@etl.go.jp>
2310
d49fc4eb
KH
2311 * international/characters.el: Fix cases and syntaxes for
2312 mule-unicode-0100-24ff.
2313
3b53d876
KH
2314 * dired.el (dired-move-to-filename-regexp): Fixed for the case
2315 that a Japanese character is not appended after day and year.
2316
16b5e8e6
KH
2317 * info.el (Info-suffix-list): Change format for a command that
2318 requires arguments.
2319 (info-insert-file-contents): Adjusted for the above change.
2320
1df1c518
AS
23212000-12-12 Andreas Schwab <schwab@suse.de>
2322
2323 * tar-mode.el (tar-extract): Base the name of the subfile buffer
2324 on the name of the tar buffer. Verify that the existing buffer is
2325 visiting the same subfile.
2326
a7a07b98
DL
23272000-12-12 Dave Love <fx@gnu.org>
2328
2329 * subdirs.el: Add obsolete.
2330
4fdbd809
GM
23312000-12-12 Gerd Moellmann <gerd@gnu.org>
2332
bfdb75ee
GM
2333 * mail/rmailsum.el (rmail-summary-expunge)
2334 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
2335 instead of rmail-confirm-expunge.
2336
4fdbd809
GM
2337 * replace.el (perform-replace): Don't use an empty match adjacent
2338 to a non-empty match when computing the next match before the
2339 replacement is performed.
2340
e9a59cad
GM
23412000-12-12 Milan Zamazal <pdm@freesoft.cz>
2342
2343 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
2344 definition (patch by Stefan Monnier).
2345 (glasses-mode): Use jit-lock instead of `after-change-functions'
2346 (patch by Stefan Monnier).
2347
c2def7a0
MB
23482000-12-12 Miles Bader <miles@gnu.org>
2349
2350 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
2351 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
2352
591b63b4
AC
23532000-12-12 Andrew Choi <akochoi@i-cable.com>
2354
2355 * term/mac-win.el: Remove load for ls-lisp.
2356
a924cf63 2357 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 2358
5ff4ba3d
MB
23592000-12-12 Miles Bader <miles@gnu.org>
2360
2361 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
2362 Respect field end too.
2363 (just-one-space): Respect fields as `delete-horizontal-space'.
2364 (newline-and-indent, reindent-then-newline-and-indent): Use
2365 `delete-horizontal-space'.
2366
d0c679bc
SM
23672000-12-11 Stefan Monnier <monnier@cs.yale.edu>
2368
adf9c994
SM
2369 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
2370 (so as to obey the field property in the minibuffer).
2371
4b0cd42d
SM
2372 * obsolete/c-mode.el: Moved from lisp/progmodes.
2373 * obsolete/auto-show.el: Moved from lisp.
2374 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 2375
89f85863
CD
23762000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
2377
2378 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 2379 changes to list them here.
89f85863
CD
2380
2381 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7. Too
2382 many changes to list them here.
2383
2384 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7. Too
2385 many changes to list them here.
2386
2387 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
2388
3e0d35ce
GM
23892000-12-11 Gerd Moellmann <gerd@gnu.org>
2390
d990421f
GM
2391 * simple.el (kill-new): Don't try to setcar kill-ring if it is
2392 nil.
2393
ca2ddd8e 2394 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
2395 Comment fix.
2396
3e0d35ce
GM
2397 * hscroll.el: Moved to `obsolete' subdir.
2398
ff904dd6
MB
23992000-12-11 Miles Bader <miles@gnu.org>
2400
2401 * window.el (window-text-height): Function removed (now in C).
2402
fb97d87f
SM
24032000-12-10 Stefan Monnier <monnier@cs.yale.edu>
2404
2405 * log-edit.el (log-edit-parent-buffer): New var.
2406 (log-edit): Set it. Add BUFFER argument.
2407 (log-edit-done): Use char-before.
2408 Don't bother checking validity of vc-comment-ring.
2409 Only bury the buffer if log-edit popped it up.
2410
2411 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
2412 (cvs-mode-diff-help): Remove.
2413 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 2414 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
2415
2416 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
2417 Remove binding for ? now made unnecessary.
2418
7de77417
CD
24192000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
2420
2421 * textmodes/reftex.el (reftex-scanning-info-available-p): New
dd4e0e55 2422 function
7de77417
CD
2423 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
2424
2425 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
2426 when master file is not open.
2427
4efa209f
SM
24282000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2429
2430 * progmodes/ada-stmt.el: Update `maintainer'.
2431
0a8052bd
GM
24322000-12-09 Stephen Gildea <gildea@alum.mit.edu>
2433
2434 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
2435 choices to match documentation string.
2436
a12167c5
MB
24372000-12-09 Miles Bader <miles@gnu.org>
2438
2161605d
MB
2439 * minibuf-eldef.el: New file.
2440
a12167c5
MB
2441 * window.el (fit-window-to-buffer): Don't pass last argument to
2442 pos-visible-in-window-p, now that its meaning is inverted.
2443
9ea8de1b
EZ
24442000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * image.el (create-image): Doc fix; spotted by Per Cederqvist
2447 <ceder@lysator.liu.se>.
2448
5002ddbb
SM
24492000-12-08 Stefan Monnier <monnier@cs.yale.edu>
2450
b6114d80
SM
2451 * autoinsert.el (auto-insert-alist): Add missing final \n.
2452
ee8d23ee
SM
2453 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
2454 (cvs-menu-map): Remove.
2455 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
2456 (cvs-mode-quit): Turn it back into a plain function.
2457
5002ddbb 2458 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 2459 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
2460
2461 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
2462 file where it's more visible.
2463 (texinfo-filter, texinfo-chapter-level-regexp): New variables
2464 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
2465 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
2466 (texinfo-inside-macro-p): Only catch `scan-error's.
2467 (texinfo-inside-env-p): Make better use of the match info.
2468 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
2469 (texinfo-insert-@end): Slight re-organization.
2470 Also remove useless `looking-at' call.
2471
30cd075d
AI
24722000-12-08 Andrew Innes <andrewi@gnu.org>
2473
2474 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
2475 accessible in -nw mode.
2476
2477 * term/w32-win.el: Remove stuff about selection timeout, which is
2478 irrelevant on Windows. Move clipboard support to w32-fns.el, so
2479 it is accessible in -nw mode.
2480
01b91009
DL
24812000-12-08 Dave Love <fx@gnu.org>
2482
2483 * emacs-lisp/lisp-mode.el (lisp-mode): Set
2484 font-lock-keywords-case-fold-search.
2485
842b2a94
GM
24862000-12-08 Gerd Moellmann <gerd@gnu.org>
2487
2488 * textmodes/ispell.el (ispell): Doc fix.
2489
f9d5f611
KH
24902000-12-08 Kenichi Handa <handa@etl.go.jp>
2491
2492 * international/quail.el (quail-insert-decode-map): Check the
2493 frame width of a window displaying the current buffer, not that of
2494 the selected frame.
2495 (quail-help): Make sure that the help buffer has window before
2496 inserting text in it.
2497
e04d21aa
SS
24982000-12-07 Sam Steingold <sds@gnu.org>
2499
2500 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
2501 Backquote is used in isearch.el, so autoloading saves nothing.
2502
fc3e23a4
EZ
25032000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2504
137cad7c
EZ
2505 * startup.el (normal-top-level-add-subdirs-to-load-path): Ignore
2506 the CVS and RCS subdirectories case-insensitively.
2507
fc3e23a4
EZ
2508 * dired.el (dired-insert-directory): If file-system-info is
2509 fboundp, call it instead of invoking dired-free-space-program.
2510
796ecd10
GM
25112000-12-07 Gerd Moellmann <gerd@gnu.org>
2512
0f5f7c3e
GM
2513 * server.el (server-visit-files): Push files on file-name-history.
2514
3764ba49
GM
2515 * progmodes/cc-langs.el: Update copyright.
2516
8e7931da
GM
2517 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
2518
ae0d7485 2519 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 2520
796ecd10
GM
2521 * bindings.el (mode-line-mode-menu): Reverse the order
2522 of define-keys so that the menu appears in alphabetical order.
2523
ae0d7485
GM
25242000-12-07 Milan Zamazal <pdm@freesoft.cz>
2525
2526 * progmodes/glasses.el (glasses-mode): Update mode line at the end
2527 of the function.
2528
e2849090
DL
25292000-12-07 Dave Love <fx@gnu.org>
2530
2531 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
2532
2533 * facemenu.el (facemenu-unlisted-faces): Fix value.
2534
5c7f629c
SM
25352000-12-07 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * font-lock.el (font-lock-default-fontify-region):
2538 Include the terminating \n (off-by-one error).
2539 (font-lock-set-defaults): Use dolist.
2540
2541 * derived.el (define-derived-mode): Don't use combine-run-hooks.
2542
73481ae3
KH
25432000-12-07 Kenichi Handa <handa@etl.go.jp>
2544
ffbaa122
KH
2545 * international/mule-cmds.el (describe-language-environment): Fix
2546 for the case that an input method title is not string but a list.
2547
73481ae3
KH
2548 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
2549 of wrong SIZE record.
2550
e2896b22
DL
25512000-12-06 Dave Love <fx@gnu.org>
2552
67292061
DL
2553 * newcomment.el (comment-region, comment-dwim): Doc fix.
2554
2555 * textmodes/texinfo.el: Require tex-mode when compiling.
2556 (texinfo-update-node): Doc fix.
2557 (texinfo-imenu-generic-expression): Add @anchor.
2558 (texinfo-font-lock-keywords): Add @uref.
2559 (texinfo-inside-macro-p): Don't use ignore-errors.
2560 (texinfo-insert-quote): Match more contexts.
2561
e76938e7
DL
2562 * international/mule.el (decode-char, encode-char): Doc fix.
2563 (auto-coding-alist): Customize.
2564
2565 * files.el (load-file): Fix change of 2000-03-12.
2566
e2896b22
DL
2567 * wid-edit.el (widget-text-keymap): Doc fix.
2568
6610f4b2
AI
25692000-12-06 Andrew Innes <andrewi@gnu.org>
2570
2571 * makefile.w32-in (lisp): Set to an absolute directory, namely
2572 $(CURDIR).
2573
9e3366e4
EZ
25742000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
2575
2576 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
2577 read generated-autoload-file, and set buffer-file-coding-system to
2578 raw-text-unix after reading the file.
2579
2580 * international/mule-conf.el (file-coding-system-alist): Use
2581 raw-text for reading loaddefs.el and raw-text-unix for writing
2582 it.
2583
d94d636f
GM
25842000-12-06 Gerd Moellmann <gerd@gnu.org>
2585
384333ee
GM
2586 * replace.el (occur): Make line-number-width 1 smaller for the
2587 colon following the line number.
2588
347d0813
GM
2589 * startup.el (fancy-splash-text, command-line-1): Use
2590 `File' for the menu name instead of `Files'.
e04d21aa 2591
d4b72d58
GM
2592 * tmm.el: Update copyright.
2593
d94d636f
GM
2594 * cus-start.el: Add entry for even-window-heights.
2595
6e424019
MB
25962000-12-06 Miles Bader <miles@gnu.org>
2597
2598 * faces.el (frame-set-background-mode): Avoid stomping on
2599 locally modified faces.
2600
e6477b58
KH
26012000-12-06 Kenichi Handa <handa@etl.go.jp>
2602
2603 * international/fontset.el: Correct the font registries for
2604 japanese-jisx0213-1 and japanese-jisx0213-2.
2605
21999ab9
GM
26062000-12-05 Gerd Moellmann <gerd@gnu.org>
2607
57d6e381
GM
2608 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
2609
21999ab9
GM
2610 * iswitchb.el: Update customization commentary.
2611
7422819c
GM
26122000-12-05 Rob Riepel <riepel@Stanford.EDU>
2613
2614 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
2615 (tpu-search-highlight): Fixed comparison of overlay end positions.
2616 (tpu-trim-line-ends): Implemented trimming logic locally.
2617
2618 * emulation/tpu-extras.el (tpu-write-file-hook)
2619 (tpu-set-cursor-bound): Replaced picture-clean with
2620 tpu-trim-line-ends.
2621
73daff18
KH
26222000-12-05 Kenichi Handa <handa@etl.go.jp>
2623
2624 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
2625 to cn-gb.
2626 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
2627
6a4cd002
DL
26282000-12-04 Dave Love <fx@gnu.org>
2629
2630 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
2631
6452929e
GM
26322000-12-04 Gerd Moellmann <gerd@gnu.org>
2633
e04d21aa 2634 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
2635 (rmail-summary-expunge-and-save): Ask for confirmation with
2636 rmail-expunge-confirmed.
2637
2638 * mail/rmail.el (rmail-expunge-confirmed): New function.
2639 (rmail-expunge): Use it.
2640
0c68ce6f
GM
2641 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
2642 (etags-recognize-tags-table, find-tag-in-order): New
2643 functionality: interpret file names as tags.
e04d21aa 2644
7a53d8c8
EZ
26452000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
2646
2647 * info.el (Info-scroll-prefer-subnodes): New defcustom.
2648 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't
2649 visit the first subnode until the bottom of the current node is
2650 visible.
2651
caa15ef7
GM
26522000-12-04 Gerd Moellmann <gerd@gnu.org>
2653
2654 * format.el (format-decode): Don't change buffer's undo list.
2655
e225faa7
KH
26562000-12-04 Kenichi Handa <handa@etl.go.jp>
2657
2658 * faces.el (face-font-registry-alternatives): Add entries for CJK
2659 fonts. Doc-string adjusted for the actual usage of this data.
2660
2661 * international/fontset.el: Change the font registries for CJK
2662 fonts in the default fontset. Don't append '*' to registries.
2663
8b262a65
SM
26642000-12-03 Stefan Monnier <monnier@cs.yale.edu>
2665
e04d21aa 2666 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
2667 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
2668
2669 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
2670 (derived-mode-p): New function.
2671 (derived-mode-make-docstring): Add `docstring' argument.
2672 Use it if available and complete it if necessary.
2673
33c4460b
AS
26742000-12-03 Andreas Schwab <schwab@suse.de>
2675
2676 * type-break.el (type-break): Don't make parent of itself.
2677
5c9b3fac
MB
26782000-12-03 Miles Bader <miles@gnu.org>
2679
2680 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
2681
27ce741e
SM
26822000-12-02 Stefan Monnier <monnier@cs.yale.edu>
2683
07c16ec4
SM
2684 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
2685 (tex-main-file, tex-file): Simplify.
2686 (tex-generate-zap-file-name): Use subst-char-in-string.
2687 (tex-strip-dots): Remove.
2688
c19cc275
SM
2689 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
2690
27ce741e
SM
2691 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
2692 to check if the match succeeded.
2693
285991dc
GM
26942000-12-02 Gerd Moellmann <gerd@gnu.org>
2695
2696 * startup.el (use-fancy-splash-screens-p): New function.
2697 (command-line-1): Use it to determine whether or not to use
2698 a fancy splash screen.
2699
52dca1b2
AS
27002000-12-02 Andreas Schwab <schwab@suse.de>
2701
2702 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
2703
d3e7e7cf
EZ
27042000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2705
2dce2360
EZ
2706 * international/mule.el (make-char): Fix last change.
2707
9768eaa7
EZ
2708 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
2709 New defcustoms.
2710 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
2711 autoloading tex-mode; instead, do the same manually. Use
2712 texinfo-open-quote and texinfo-close-quote. Insert literal quote
2713 with numeric argument. Docstring fix.
2714 (toplevel): Require cl when compiling.
e04d21aa 2715
285991dc 2716 * international/mule.el (make-char): Doc fix.
d3e7e7cf 2717
0dd5e255
JR
27182000-12-02 Jason Rumney <jasonr@gnu.org>
2719
2720 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
2721 the Emacs Lisp manual)
2722
fbb87147
EZ
27232000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
2724
5cbb3e93
EZ
2725 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
2726
fbb87147
EZ
2727 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
2728 the Emacs Lisp manual).
2729
1636ca09
GM
27302000-12-02 Gerd Moellmann <gerd@gnu.org>
2731
2732 * simple.el (next-line-add-newlines): Change default to nil.
2733
68875f0e
EZ
27342000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2735
2736 * files.el (revert-buffer, recover-file): Bind
2737 coding-system-for-read to emacs-mule-unix, not to no-conversion.
2738
fd9ac94c
GM
27392000-12-01 Gerd Moellmann <gerd@gnu.org>
2740
2741 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
2742
45450dd5
MB
27432000-12-01 Miles Bader <miles@gnu.org>
2744
2745 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
2746
09df8881
KH
27472000-12-01 Kenichi Handa <handa@etl.go.jp>
2748
2749 * international/mule-diag.el (describe-char-after): Fix typo.
2750 (describe-character-set, non-iso-charset-alist): Fix typo.
2751
dea0a87d
MB
27522000-12-01 Miles Bader <miles@gnu.org>
2753
b170205b
MB
2754 * image-file.el (image-file-name-regexp): Automatically add
2755 upper-case variants of each filename extension in
2756 `image-file-name-extensions', since they seem to be common.
2757
e04d21aa 2758 * simple.el (minibuffer-contents)
dea0a87d
MB
2759 (minibuffer-contents-no-properties, delete-minibuffer-contents):
2760 New functions.
2761 * filecache.el (file-cache-directory-name)
2762 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
2763
2b69bc11 27642000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 2765
dea0a87d
MB
2766 * filecache.el (file-cache-minibuffer-complete): Don't try to
2767 delete the minibuffer prompt.
2768
a8a1b05d
DL
27692000-11-30 Dave Love <fx@gnu.org>
2770
2771 * cus-start.el: Fix read-buffer-function type.
2772
693c4692
GM
27732000-11-30 Gerd Moellmann <gerd@gnu.org>
2774
2775 * md5.el: Removed. There's a built-in function, now.
2776
2c0b1898
GM
27772000-11-30 Markus Rost <rost@math.ohio-state.edu>
2778
2779 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
2780 as dummy 0-th char of rmail-deleted-vector.
2781
63dfcf4b
EZ
27822000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2783
2784 * ps-print.el (ps-end-job): Bind case-fold-search only after
2785 switching to ps-spool-buffer.
2786
27872000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2788
2789 * ps-print.el: Line number font customization. PostScript: Lines and
2790 PageCount are initialized on each page. Doc Fix.
2791 (ps-print-version): New version number (6.3.2).
2792 (ps-lpr-switches, ps-font-info-database, ps-font-size)
2793 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
2794 (ps-right-header): Customization fix.
2795 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
2796 Fix code.
2797 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
2798 New vars.
2799
df3aedcf
GM
28002000-11-30 Gerd Moellmann <gerd@gnu.org>
2801
edfb795e
GM
2802 * bs.el: Fix typos and spelling errors.
2803 (bs-appearance) <defgroup>: Renamed from bs-appearence.
2804 (bs-configuration): Doc fix.
e04d21aa 2805
df3aedcf
GM
2806 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
2807
8b8a7f01
GM
28082000-11-30 Rob Riepel <riepel@Stanford.EDU>
2809
2810 * emulation/tpu-edt.el (tpu-version): New version.
2811 (tpu-search-overlay, tpu-replace-overlay): New initial range.
2812 (tpu-original-mode-line): Variable deleted.
2813 (tpu-mark-flag): New initial value.
2814 (tpu-set-mode-line): Don't redefine mode-line-format. Add
2815 tpu-mark-flag to minor-mode-alist.
2816 (tpu-update-mode-line): New mark flag logic.
2817 (tpu-get): Use find-file-wildcards.
2818 (tpu-search-highlight): Move overlay less, reset overlay properly.
2819 (tpu-unselect): Deactivate mark.
2820 (tpu-lm-replace): Reset overlay properly.
2821 (tpu-forward-line): Use forward-visible-line.
2822 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
2823
2824 * emulation/tpu-extras.el (tpu-forward-line): Use
2825 forward-visible-line.
e04d21aa 2826
c069a9d3
GM
28272000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
2828
2829 * cus-edit.el (custom-face-value-create): Always emphasize tag.
2830
b02cd40b
GM
28312000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
2832
2833 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
2834 and skip whitespace and newlines.
e04d21aa 2835
b7a90344
SM
28362000-11-30 Stefan Monnier <monnier@cs.yale.edu>
2837
2838 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
2839
be6bbb55
GM
28402000-11-29 Gerd Moellmann <gerd@gnu.org>
2841
0383ed60
GM
2842 * help.el (describe-function-1): Regexp-quote function name
2843 when used as part of a regexp.
2844
c7957947
GM
2845 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Use
2846 face-attribute instead of face-foreground and face-background.
2847 (tool-bar-add-item): Likewise, and handle unspecified colors.
2848
2849 * enriched.el (enriched-face-ans): Use face-attribute instead
2850 of face-foreground and face-background.
2851
2852 * faces.el (face-foreground, face-background, face-stipple):
2853 Return nil if attribute is unspecified, for backward
2854 compatibility.
2855
7423978d
GM
2856 * files.el (auto-mode-alist): Add an entry for antlr-mode.
2857
ef128c78
GM
2858 * play/5x5.el: Remove version info.
2859
a81fc510
GM
2860 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
2861
be6bbb55
GM
2862 * frame.el (blink-cursor-mode): Doc fix.
2863
f9396e03
GM
28642000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2865
2866 * antlr-mode.el: New commands to run ANTLR from within Emacs and
2867 to create Makefile rules.
2868 (antlr-tool-command): New user option.
2869 (antlr-ask-about-save): New user option.
2870 (antlr-makefile-specification): New user option.
2871 (antlr-file-formats-alist): New variable.
2872 (antlr-special-file-formats): New variable.
2873 (antlr-unknown-file-formats): New user option.
2874 (antlr-help-unknown-file-text): New variable.
2875 (antlr-help-rules-intro): New variable.
2876 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
2877 (antlr-mode-menu): Add entries.
2878 (antlr-file-dependencies): New function.
2879 (antlr-directory-dependencies): New function.
2880 (antlr-superclasses-glibs): New function.
2881 (antlr-run-tool): New command.
2882 (antlr-makefile-insert-variable): New function.
2883 (antlr-insert-makefile-rules): New function.
2884 (antlr-show-makefile-rules): New command.
2885
2886 * antlr-mode.el: More Emacs/XEmacs stuff.
2887 (antlr-no-action-keywords): New constant with value nil.
2888 (antlr-font-lock-keywords-alist): Use it. Old value would break
2889 syntax highlighting in Emacs-21.0.
2890 (antlr-default-directory): Emacs/XEmacs dependend function.
2891 (antlr-read-shell-command): Ditto.
2892 (antlr-with-displaying-help-buffer): Ditto.
2893
28942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2895
2896 * antlr-mode.el: imenu, parsing and highlighting changes.
2897 (antlr-imenu-create-index-function): Don't create extra submenus
2898 for definitions in different grammar classes. It is not necessary
2899 for the menu and would make command `imenu' awkward to use.
2900 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
2901 header actions and more than one.
2902 (antlr-font-lock-tokendef-face): Changed color.
2903 (antlr-font-lock-tokenref-face): Changed color.
2904 (antlr-font-lock-additional-keywords): Also highlight lowercase.
2905 (antlr-mode-syntax-table): New variable.
2906 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
2907 (antlr-with-syntax-table): Don't copy syntax table.
2908
29092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2910
2911 * antlr-mode.el: Minor changes: language setting.
2912 (antlr-language-alist): The value for file option "language" can
2913 be both an identifier and a string.
2914 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
2915 (antlr-language-limit-n-regexp): Change accordingly.
2916
29172000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
2918
2919 * antlr-mode.el: Minor changes: tabs, hiding.
2920 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
2921 (antlr-action-visibility): Also allow value nil to also hide the
2922 braces. Renamed from `antlr-tiny-action-length'.
2923 Suggested by Jay@aol.com.
2924 (antlr-hide-actions): Change accordingly. Hide line if completely
2925 hidden action is on a line of its own.
e04d21aa 2926
6ad948eb
SM
29272000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2928
2929 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
2930
2931 * sort.el (sort-columns): Don't concat strings with numbers.
2932
9c6a4107
DL
29332000-11-29 Dave Love <fx@gnu.org>
2934
2935 * cus-edit.el (face): Fix :format.
2936
2937 * mail/feedmail.el: Require smtpmail when compiling.
2938 (mail-do-fcc): Autoload.
2939 (feedmail) <defgroup>: Fix :link.
2940 (feedmail-nuke-body-in-fcc): Fix :type.
2941 (feedmail-send-it): Add autoload cookie.
2942
053b8d35
SM
29432000-11-29 Stefan Monnier <monnier@cs.yale.edu>
2944
2945 * newcomment.el (comment-indent): Save excursion around call to
2946 comment-indent-function.
2947
242c13e8
MB
29482000-11-29 Miles Bader <miles@gnu.org>
2949
2950 * subr.el (member-ignore-case): Return the tail of the list who's
2951 car matches, like `member', not the matching element itself.
2952
8f4b5f28
KH
29532000-11-29 Kenichi Handa <handa@etl.go.jp>
2954
2955 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
2956 should not contain `\n'.
2957
bebe4a2c
GM
29582000-11-28 Gerd Moellmann <gerd@gnu.org>
2959
fd9ac94c 2960 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 2961
ba7e40eb
GM
2962 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
2963
75ab0c79
GM
2964 * dired-aux.el (dired-do-create-files): Construct default file
2965 name for dired-mark-read-file-name so that when the user enters
2966 just RET, the target file will end up in the target directory.
2967
bebe4a2c
GM
2968 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
2969 local-abbrev-table before changing buffers because it might
2970 have a buffer-local binding.
2971
fa6d1ca8
MB
29722000-11-28 Miles Bader <miles@gnu.org>
2973
2974 * simple.el (delete-horizontal-space): Handle fields more generally.
2975
8d2c2642
GM
29762000-11-28 Gerd Moellmann <gerd@gnu.org>
2977
2978 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
2979
8b31236d
DL
29802000-11-28 Dave Love <fx@gnu.org>
2981
3cbd02d2
DL
2982 * progmodes/ps-mode.el (ps-mode): Set comment-start and
2983 comment-start-skip locally.
2984
8b31236d
DL
2985 * progmodes/fortran.el (fortran-mode): Don't set
2986 fortran-comment-line-start-skip. Set comment-start to
2987 fortran-comment-line-start.
2988 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
2989 (fortran-comment-line-start-skip): Simplify slightly.
2990
ae4bf56d
GM
29912000-11-28 Gerd Moellmann <gerd@gnu.org>
2992
17ef7534
GM
2993 * play/5x5.el: Remove RCS keyword.
2994
fd9ac94c 2995 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 2996
665b27a6
GM
29972000-11-28 Milan Zamazal <pdm@freesoft.cz>
2998
2999 * textmodes/tildify.el (tildify-string-alist): Add
3000 `plain-tex-mode' here.
3001
fe3c2ae3
GM
30022000-11-28 Colin Walters <walters@cis.ohio-state.edu>
3003
3004 * chistory.el (Command-history-setup): Remove extraneous `keymap'
3005 reference.
3006
d970106b
MB
30072000-11-28 Miles Bader <miles@gnu.org>
3008
36b80a0d
MB
3009 * cus-face.el (custom-face-attributes): Add post-filter function
3010 for :box. Make pre-filter function for :box handle all cases.
3011
d970106b
MB
3012 * wid-edit.el (widget-choose): Make sure pop-up window is large
3013 enough to display all the choices, as there's no way to scroll it.
3014
5a2bae6c
KH
30152000-11-28 Kenichi Handa <handa@etl.go.jp>
3016
3017 * international/mule-conf.el: Make the coding system no-conversion
3018 safe for all characters.
3019
9e836e23
DL
30202000-11-27 Dave Love <fx@gnu.org>
3021
8b31236d
DL
3022 * net/ldap.el (ldap) <defgroup>: Add :version.
3023
9e836e23
DL
3024 * tooltip.el (tooltip-use-echo-area): Doc fix.
3025
3026 * cus-start.el <minibuffer-prompt-properties>: Add version.
3027 <read-buffer-function>: Add.
3028
3029 * apropos.el (apropos-print): Add help-echo to active text.
3030
3031 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
3032
4a74d071
GM
30332000-11-27 Gerd Moellmann <gerd@gnu.org>
3034
3035 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
3036 type, group and version.
3037
76058c27
EZ
30382000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
3039
4a74d071 3040 * select.el (x-get-selection): Docstring fix.
76058c27 3041
fd9ac94c 30422000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 3043
fd9ac94c 3044 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 3045
49060c51
AI
30462000-11-27 Andrew Innes <andrewi@gnu.org>
3047
3048 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
3049
3050 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
3051
b2a8e429
MB
30522000-11-27 Miles Bader <miles@gnu.org>
3053
3054 * dired.el (dired-get-filename): Return filename verbatim if
3055 LOCALP is `verbatim'.
3056 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
3057 `verbatim' so that we don't inadvertently delete a non-existant
3058 directory name.
3059
5ac0366d
KH
30602000-11-27 Kenichi Handa <handa@etl.go.jp>
3061
3062 * international/characters.el: Specify cases and syntaxes for
3063 mule-unicode-0100-24ff.
3064
67f1cf4c
GM
30652000-11-27 Gerd Moellmann <gerd@gnu.org>
3066
3067 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
3068 that foreground and/or background colors of the face `tool-bar'
3069 are unspecified.
3070
46c56972
MB
30712000-11-27 Miles Bader <miles@gnu.org>
3072
e04d21aa 3073 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
3074 (widget-field-end): Handle widget field `pseudo-overlays'.
3075 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
3076 if it's there instead of in `widget-field-list'.
3077
46c56972 3078 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
3079 (help-make-xrefs): Delete extraneous newlines at the end of the
3080 docstring.
46c56972 3081
640a9cdd
JR
30822000-11-25 Jason Rumney <jasonr@gnu.org>
3083
3084 * startup.el (command-line): Call set-locale-environment after
3085 Window System init file is read, as it can result in a call to
3086 redraw-frame.
3087
0b3f96d4
EZ
30882000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
3089
3090 * simple.el (shell-command): Mention the effect of the prefix
3091 argument in the doc string.
3092
8da6e2a1
MB
30932000-11-25 Miles Bader <miles@gnu.org>
3094
a658d039
MB
3095 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
3096
8da6e2a1 3097 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 3098 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 3099
d3416cca
JR
31002000-11-24 Jason Rumney <jasonr@gnu.org>
3101
3102 * international/mule-cmds.el (locale-language-names): Add "jp" as
3103 a non-standard alternative for Japanese.
3104
17e37f53
AS
31052000-11-24 Andre Spiegel <spiegel@gnu.org>
3106
3107 * vc-hooks.el: Require 'cl during compilation.
3108
9aa5f148
GM
31092000-11-24 Gerd Moellmann <gerd@gnu.org>
3110
ba193890
GM
3111 * faces.el (face-set-after-frame-default): Let face attributes
3112 specified for new frames override frame parameters.
3113
9aa5f148
GM
3114 * startup.el (command-line): Fix computation of the source file
3115 for user-init-file when user-init-file is a compiled file.
3116
51a1edab
MB
31172000-11-24 Miles Bader <miles@gnu.org>
3118
e04d21aa 3119 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
3120 (custom-post-filter-face-spec): New functions.
3121 (custom-face-set, custom-face-value-create): Filter the face spec
3122 before and after customization.
3123 (custom-face-set): If VALUE specifies a null face, pass a
3124 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
3125 * cus-face.el (custom-face-attributes): Remove SET and GET
3126 functions. Add some IN-FILTER and OUT-FILTER functions in the few
3127 cases they're needed.
3128
1ed74431
MB
3129 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
3130 that it's distinguishable from the :off-glyph on dark-background
3131 displays. Set its background color too.
3132
67ee1125
MB
3133 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
3134 so that people can easily turn it off.
3135
7d027816 31362000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 3137
7d027816 3138 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 3139
9aa5f148 3140 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 3141
9aa5f148 3142 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 3143
9aa5f148 3144 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 3145 redundant skip-small-frames test.
e04d21aa 3146
9aa5f148 3147 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
7d027816 3148 (viper-downgrade-to-insert): protect against errors in hooks.
e04d21aa 3149
9aa5f148
GM
3150 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
3151 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
3152 (viper-restore-cursor-type,viper-set-insert-cursor-type): New
7d027816 3153 functions.
e04d21aa 3154
9aa5f148 3155 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 3156
9aa5f148 3157 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 3158
f07fa1b8
KH
31592000-11-24 Kenichi Handa <handa@etl.go.jp>
3160
3161 * international/mule-diag.el (list-iso-charset-chars): For
3162 two-byte charset, fix the `while' condition.
3163 (list-non-iso-charset-chars): Fix the `while' condition.
3164
ba8299ff
SM
31652000-11-23 Stefan Monnier <monnier@cs.yale.edu>
3166
79372165
SM
3167 * subr.el (add-hook, remove-hook): Don't call make-local-hook
3168 if the variable is make-variable-buffer-local.
3169
ba8299ff
SM
3170 * progmodes/ada-stmt.el (ada-template-map): Initialize
3171 and bind it to C-c t in ada-mode-map.
3172 (ada-stmt-mode-hook): New function extracted from old code.
3173 Only change the buffer-local side of skeleton-*.
3174 (ada-mode-hook): Use it.
3175
68a887fa
EZ
31762000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3177
3178 * iswitchb.el (iswitchb-minibuf-depth): New variable.
3179 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
3180 we expect to be returned by minibuffer-depth once we prompt the
3181 user in the minibuffer.
3182 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
3183 as recorded in iswitchb-minibuf-depth, return non-nil.
3184
3b345582
EZ
31852000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
3186
3187 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
3188 (hscroll-window-maybe): Docstring fix.
3189
595dead2
DL
31902000-11-23 Dave Love <fx@gnu.org>
3191
3192 * rect.el (string-rectangle): Don't test delete-selection-mode.
3193
1e66b27a
GM
31942000-11-23 Gerd Moellmann <gerd@gnu.org>
3195
02790ce2
GM
3196 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
3197 is in the tool bar.
3198
1e66b27a
GM
3199 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
3200 with `no-dir'; we want the directory part to be able to remove
3201 it.
3202
a4caa65d
SM
32032000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3204
3205 * textmodes/outline.el (outline-flag-region):
3206 Don't bind inhibit-read-only since we don't modify the buffer.
3207 (outline-isearch-open-invisible): Don't jump to overlay-start
3208 since we're trying to unhide text around point.
3209 (outline-discard-overlays): Use dolist.
3210
3211 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
3212
03e757c1
GM
32132000-11-22 Gerd Moellmann <gerd@gnu.org>
3214
e04d21aa 3215 * mail/rmail.el (rmail-confirm-expunge): Default to
03e757c1 3216 y-or-n-p.
e04d21aa 3217
1598a961
SM
32182000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3219
3220 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
3221 Fix ARG regexp to skip quoted braces.
3222 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
3223 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
3224 are (correctly) handled separately).
3225 Remove `caption' and `footnote' from `citations': they contain text.
3226 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
3227 (latex-skeleton-end-hook): New function.
3228 (latex-mode): Use it.
3229 (tex-start-tex-marker): Remove.
3230 (tex-send-tex-command): Don't set tex-start-tex-marker.
3231 (tex-error-parse-syntax-table): New var.
3232 (tex-compilation-parse-errors): Use it.
3233 Ignore tex-start-tex-marker. Don't bother with marker-position.
3234 (tex-validate-buffer): Don't bother with marker-position.
3235
3236 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 3237 (flyspell-generic-progmode-verify): Use it.
1598a961 3238
eaae8106
SS
32392000-11-22 Sam Steingold <sds@gnu.org>
3240
03e757c1
GM
3241 * simple.el (delete-trailing-whitespace): New interactive
3242 function.
e04d21aa 3243
eaae8106 3244 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 3245 `ada-remove-trailing-spaces'.
eaae8106 3246 (ada-remove-trailing-spaces): Removed.
e04d21aa 3247
eaae8106 3248 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 3249
1598a961
SM
3250 * textmodes/picture.el (picture-clean): Removed.
3251 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 3252
a41d49e9
GM
32532000-11-22 Gerd Moellmann <gerd@gnu.org>
3254
e053c60f
GM
3255 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
3256
a41d49e9
GM
3257 * hi-lock.el (hi-lock-refontify): Don't call non-existent
3258 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 3259 do anything special when jit-lock is active.
a41d49e9
GM
3260 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
3261
197615f3
DL
32622000-11-22 Dave Love <fx@gnu.org>
3263
ddbfaa9f
DL
3264 * calendar/todo-mode.el (todo-top-priorities): Use
3265 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
3266
ddc3c695
DL
3267 * language/chinese.el, language/cyrillic.el:
3268 * language/devanagari.el, language/ethiopic.el, language/greek.el:
3269 * language/hebrew.el, language/indian.el, language/japanese.el:
3270 * language/korean.el, language/lao.el, language/misc-lang.el:
3271 * language/thai.el, language/tibetan.el, language/vietnamese.el:
3272 Use provide.
3273
fb9fa98d
DL
3274 * cus-edit.el (custom-buffer-create-internal): Save some consing.
3275 (custom-variable-set): Improve validation error mesage.
3276
197615f3
DL
3277 * rect.el (string-rectangle): Revert last change.
3278 (string-rectangle-line): New arg DELETE.
3279 (string-rectangle): Check delete-selection-mode.
3280
3281 * emacs-lisp/edebug.el (edebug-version)
3282 (edebug-maintainer-address): Deleted.
3283 (edebug-submit-bug-report): Just alias to report-emacs-bug.
3284 (edebug-read-function): Account for other `'#' read forms.
3285 (edebug-mode-menus): Make some items toggles.
3286 (edebug-outside-unread-command-event, unread-command-event):
3287 Remove these to avoid warnings.
3288
f4117c4d
GM
32892000-11-22 David Ponce <david@dponce.com>
3290
3291 * recentf.el (recentf-menu-items-for-commands)
3292 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 3293 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 3294
f4117c4d
GM
3295 (recentf-build-dir-rules, recentf-dump-variable)
3296 (recentf-edit-list, recentf-open-files-item)
3297 (recentf-open-files): Replaced unnecessary `mapcar' with new
3298 built-in `mapc'.
eaae8106 3299
f8e2f3f2
MB
33002000-11-23 Miles Bader <miles@gnu.org>
3301
3302 * faces.el (menu): Make inverse-video on ttys too.
3303
4c4a541d
SM
33042000-11-22 Stefan Monnier <monnier@cs.yale.edu>
3305
3306 * simple.el (comment-line-break-function): Use the new name
3307 indent-new-comment-line -> comment-indent-new-line.
3308 (clone-indirect-buffer): Don't ignore NORECORD.
3309 (next-completion): Properly handle the case where items are adjacent.
3310
3311 * mouse.el (popup-menu): Stupid typo.
3312
980d836e
GM
33132000-11-22 Gerd Moellmann <gerd@gnu.org>
3314
60e8e0a5
GM
3315 * emacs-lisp/authors.el: Remove autoload cookies, add author,
3316 maintainer, keywords tags.
3317
980d836e
GM
3318 * rect.el (replace-rectangle): Don't call string-rectangle-line
3319 with too many arguments.
3320
e08b2069
AS
33212000-11-22 Andre Spiegel <spiegel@gnu.org>
3322
60e8e0a5 3323 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 3324 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
3325 vc-locking-user, which no longer exists.
3326
3327 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
3328
c6779d8d
DL
33292000-11-22 Dave Love <fx@gnu.org>
3330
3331 * md5.el (md5): Provide.
3332 (md5): Fix error call.
3333
e672fdce
MB
33342000-11-22 Miles Bader <miles@gnu.org>
3335
eaae8106 3336 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
3337 (refill-fill-paragraph-at): Remove debugging code.
3338
80e24c04
MB
3339 * calendar/calendar.el (generate-calendar-window): When we don't
3340 call `fit-window-to-buffer', make sure the top line is fully visible.
3341
3a17d6cc
MB
3342 * image-file.el (insert-image-file): Don't make `read-only'
3343 property rear-nonsticky.
3344
ae1a21c6
MB
3345 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
3346 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
3347 stashing away its original value.
3348 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
3349 in the recursive edit.
3350 Bind `isearch-original-minibuffer-message-timeout' to protect it.
3351 (isearch-done): Restore `minibuffer-message-timeout'.
3352
e672fdce
MB
3353 * cus-start.el: Remove entry for `mode-line-inverse-video'.
3354
3ea79df8
SM
33552000-11-21 Stefan Monnier <monnier@cs.yale.edu>
3356
3357 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
3358
3359 * find-lisp.el (find-lisp-find-files-internal):
3360 Use dolist, when and file-name-as-directory.
3361
980d836e 3362 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
3363 (define-derived-mode, define-minor-mode): Add specs.
3364
3365 * window.el: General comment and spacing fixes.
3366 (save-selected-window): Use backquotes.
3367 (window-safely-shrinkable-p): New function.
3368 (shrink-window-if-larger-than-buffer): Use it.
3369
3370 * subr.el (make-local-hook): Docstring fix.
3371
3372 * shell.el (shell-mode): Use define-derived-mode.
3373
3374 * newcomment.el (comment-indent): Insert comment before calling
3375 comment-indent-function. Don't insert in column 0.
3376 (comment-dwim): Indent before inserting comment.
3377
3378 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
3379 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
3380 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
3381 Use mapc rather than map.
3382
3383 * files.el (find-buffer-visiting): Compare all attributes before
3384 declaring two files identical (rather than just their inode-no).
3385 (auto-mode-alist): Use \' rather than $.
3386
3387 * which-func.el: Update maintainer line.
3388
3389 * pcvs.el (uniquify-buffer-file-name): Remove advice.
3390 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
3391 (uniquify-buffer-file-name): Use it.
3392
8f62f2b8
MB
33932000-11-22 Miles Bader <miles@gnu.org>
3394
3395 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
3396 * simple.el (minibuffer-avoid-prompt): New function.
3397
fb279a6d
GM
33982000-11-21 Gerd Moellmann <gerd@gnu.org>
3399
3400 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
3401
867092e9
MB
34022000-11-21 Miles Bader <miles@gnu.org>
3403
ef860850
MB
3404 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
3405 inclusion of `track-mouse'.
3406
867092e9
MB
3407 * textmodes/refill.el (refill-ignorable-overlay): New variable.
3408 (refill-adjust-ignorable-overlay): New function.
3409 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
3410 only the paragraph's tail if possible.
3411 Update `refill-ignorable-overlay'.
3412 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
3413
3414 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3415 point inside the fill-prefix.
3416
3417 * textmodes/refill.el (refill-post-command-function): Don't reset
3418 refill-doit in the case where a self-insertion command doesn't
3419 case a refill. Use `refill-fill-paragraph-at', getting position
3420 from `refill-doit'.
3421 (refill-after-change-function): Set `refill-doit' to END.
3422 (refill-fill-paragraph-at): New function, mostly from old
3423 refill-fill-paragraph.
3424 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
3425 (refill-pre-command-function): New function.
3426 (refill-mode): Add it to `pre-command-hook'.
3427
ff9ab414
GM
34282000-11-20 Gerd Moellmann <gerd@gnu.org>
3429
29a01b72
GM
3430 * textmodes/artist.el (artist-mode): Fix autoload cookie.
3431
ff9ab414
GM
3432 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
3433 javadoc tags.
eaae8106 3434
885b211b
AS
34352000-11-20 Andre Spiegel <spiegel@gnu.org>
3436
3437 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
3438 vc.el).
3439
eaae8106 3440 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 3441 require vc.
eaae8106
SS
3442
3443 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 3444 checkouts.
eaae8106 3445
d1838556
DL
34462000-11-20 Dave Love <fx@gnu.org>
3447
3448 * Makefile.in (DONTCOMPILE): Omit bindings.el.
3449
2b69bc11 34502000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 3451
2b69bc11
GM
3452 * calculator.el (calculator-paste): Use `if' instead of `and'
3453 and `or'.
3454 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 3455
b95b34e5
GM
34562000-11-19 Gerd Moellmann <gerd@gnu.org>
3457
030de92f
GM
3458 * info.el (info-menu-5): Doc fix.
3459
b95b34e5
GM
3460 * textmodes/artist.el: New file.
3461
54970452
AS
34622000-11-19 Andre Spiegel <spiegel@gnu.org>
3463
eaae8106 3464 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
3465 and differentiate according to checkout model.
3466 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
3467 since this function is only concerned with master state.
3468
eaae8106 3469 * vc-hooks.el (vc-workfile-unchanged-p,
54970452
AS
3470 vc-default-workfile-unchanged-p): Moved here from vc.el.
3471
eaae8106 3472 * vc.el (vc-workfile-unchanged-p,
54970452
AS
3473 vc-default-workfile-unchanged-p): See above.
3474
e5a9dabf
MB
34752000-11-19 Miles Bader <miles@gnu.org>
3476
3477 * image-file.el (insert-image-file): Make `intangible' and
3478 `read-only' properties rear-nonsticky too.
3479
24127af0
GM
34802000-11-18 Gerd Moellmann <gerd@gnu.org>
3481
d392e9c5 3482 * ps-print.el: Update copyright notice.
eaae8106 3483
d392e9c5
GM
3484 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
3485 (tooltip-show): Use the offsets.
3486
24127af0 3487 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 3488 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
3489 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
3490
2b69bc11 34912000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 3492
2b69bc11
GM
3493 * ps-print.el (toplevel): Test for find-coding-system being
3494 fboundp before calling ps-x-find-coding-system.
08ea6f17 3495
66321b2f
SM
34962000-11-16 Stefan Monnier <monnier@cs.yale.edu>
3497
3498 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
3499 (vc-version-backup-file): Docstring fix.
3500
046110c6
GM
35012000-11-16 Gerd Moellmann <gerd@gnu.org>
3502
4104194e
GM
3503 * files.el (basic-save-buffer): Don't add a newline if
3504 find-file-literally is non-nil.
3505 (find-file-literally): Extend doc string.
3506
046110c6
GM
3507 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
3508 sort(1) with the `-f' argument.
3509
6505c16e
AS
35102000-11-16 Andre Spiegel <spiegel@gnu.org>
3511
fd063975
AS
3512 * vc.el: Updated backend documentation.
3513 (vc-default-check-headers): New function.
3514
3d02dd81 3515 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
3516
3517 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 3518 up-to-date.
eaae8106 3519 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 3520 the minibuffer is not active.
fd063975 3521
eaae8106 3522 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 3523 `vc-cvs-use-edit' is on.
eaae8106
SS
3524 (vc-cvs-checkout): When this is used for reverting the workfile,
3525 make a backup of the original contents and revert to that in case
8791d617 3526 of error.
eaae8106 3527 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 3528 remote repositories.
eaae8106 3529
6505c16e
AS
3530 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
3531 for both version and ratio in the minibuffer.
fd063975 3532
eaae8106 3533 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 3534 Use vc-do-command to perform the annotation, not call-process.
6505c16e 3535
a13f0660
KH
35362000-11-16 Kenichi Handa <handa@etl.go.jp>
3537
3538 * international/quail.el (quail-start-translation): Don't call
3539 `message' before reading key sequence.
3540
1389a414
MB
35412000-11-16 Miles Bader <miles@lsi.nec.co.jp>
3542
3543 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
3544
9256a532
KH
35452000-11-16 Kenichi Handa <handa@etl.go.jp>
3546
3547 * window.el (fit-window-to-buffer): Be sure to acquire at least
3548 one text line even if the buffer is empty.
3549
0e14fe9f
GM
35502000-11-16 Gerd Moellmann <gerd@gnu.org>
3551
eaae8106 3552 * net/ange-ftp.el (ange-ftp-file-writable-p)
0e14fe9f
GM
3553 (ange-ftp-file-readable-p, ange-ftp-file-executable-p): Bind
3554 ange-ftp-process-verbose to nil.
3555
da645c53
DL
35562000-11-15 Dave Love <fx@gnu.org>
3557
233d5cde
DL
3558 * wid-edit.el (widget-specify-field, widget-specify-button): If
3559 :help-echo is a function, set help-echo of overlay to
3560 widget-mouse-help.
3561 (widget-mouse-help): New function.
3562 (widget-echo-help): Rewritten for :help-echo functions only taking
3563 a widget arg.
3564
b12057b9
DL
3565 * net/eudc-bob.el (eudc-bob-can-display-inline-images): Use
3566 display-graphic-p.
3567 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
3568 and that JPEG is available.
3569 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
3570
da645c53
DL
3571 * international/mule-cmds.el (locale-charset-language-names):
3572 Match @euro.
3573
6d133d1f
GM
35742000-11-15 Gerd Moellmann <gerd@gnu.org>
3575
3576 * faces.el (face-set-after-frame-default): If
0e14fe9f 3577 `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
3578 default face from X resources.
3579
49ac2ac5
EZ
35802000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3581
3582 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
3583 Don't set EMACSLOADPATH.
3584
4fb0a34c
EZ
35852000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
3586
3587 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
3588 texinfo-insert-@url.
3589 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
3590 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
3591
bb304a7a
SM
35922000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3593
82bc80bf
SM
3594 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
3595 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
3596 (checkdoc-minor-keymap): Backward compatibility.
3597 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
3598 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
3599 (checkdoc-this-string-valid-engine): Be a bit more strict
3600 to avoid matching substrings of `...' quoted vars/funs.
3601 (checkdoc-defun-info): Only look for `interactive' if alone.
3602 (debug-ignored-errors): Add "arg doesn't appear in docstring".
3603
e8c87124
SM
3604 * progmodes/compile.el (grep): `tag-default' can be nil.
3605
bb304a7a
SM
3606 * newcomment.el (comment-indent): Paren typo.
3607
8628686a
DL
36082000-11-14 Dave Love <fx@gnu.org>
3609
25c269ef
DL
3610 * calculator.el: New maintainer version.
3611
66321b2f 3612 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 3613
8628686a
DL
3614 * cmuscheme.el: Doc fixes.
3615 (cmuscheme) <defgroup>: Use `scheme' as parent.
3616 (cmuscheme-program-name): Remove. Change uses to
3617 scheme-program-name.
3618
3619 * xscheme.el (scheme-program-name): Don't define here.
3620
3621 * progmodes/scheme.el (scheme-program-name): New variable
3622 (originally in cmuscheme).
3623
88f0a1eb
MB
36242000-11-14 Miles Bader <miles@gnu.org>
3625
3626 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
3627 Handle header-lines. Don't loop forever if we can't enlarge the
3628 window anymore. Simplify a bit.
3629
cd9a000c
KH
36302000-11-14 Kenichi Handa <handa@etl.go.jp>
3631
3632 * window.el (fit-window-to-buffer): Don't check
3633 window-text-height. Assure that the last line is fully visible.
3634
3635 * international/quail.el (quail-show-guidance-buf): Call
3636 fit-window-to-buffer to assure the enough height of the guidance
3637 buffer.
3638 (quail-update-guidance): Avoid making the guidance buffer shorter.
3639
d3fcda22
SM
36402000-11-14 Stefan Monnier <monnier@cs.yale.edu>
3641
bdbd9606
SM
3642 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
3643 rather than `prepend' and add an interesting comment.
3644 (tex-math-face, tex-font-lock-syntactic-face-function):
3645 New face and function to use it.
3646 (tex-define-common-keys, tex-mode-map): Use menu-item rather
3647 than `menu-enable' symbol property.
3648 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
3649 (tex-mode): Add some latex-mode commands for auto-selection.
3650 Use tex-font-lock-syntactic-face-function.
3651 (tex-insert-quote): Simplify.
3652 (tex-shell): New mode.
3653 (tex-start-shell): Use it.
3654 (tex-shell-proc, tex-shell-buf): New functions.
3655 (tex-send-command): Use it.
3656 (tex-main-file): Fix the meaning of the new arg REALFILE.
3657 (tex-send-tex-command): New function split from `tex-start-tex'.
3658 Set compilation-last-buffer and compilation-parsing-end.
3659
d3fcda22
SM
3660 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
3661 when it follows non-comment text on the line.
3662
3663 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3664 Set font-lock-defaults.
3665 (lisp-mode-shared-map): Init inside the defvar.
3666 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
3667 Use define-derived-mode.
3668
bdab1d43
MB
36692000-11-14 Miles Bader <miles@lsi.nec.co.jp>
3670
3671 * faces.el (header-line): Use `:box nil' for color/gs displays too.
3672
936ae731
GM
36732000-11-14 Gerd Moellmann <gerd@gnu.org>
3674
3675 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda): Don't
3676 recursively optimize body because that can lead to infinite
3677 recursion; see comment there.
3678
1695ca2b
EZ
36792000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
3680
3681 * faces.el (face-spec-set-match-display): Revert the change from
3682 2000-10-24. Add a FIXME for after v21.1.
3683
9d348294
MB
36842000-11-13 Miles Bader <miles@gnu.org>
3685
3686 * textmodes/fill.el (skip-line-prefix): New function.
3687 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
3688 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
3689 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
3690 point inside the fill-prefix.
9d348294 3691
b85fa13c
MB
36922000-11-13 Miles Bader <miles@lsi.nec.co.jp>
3693
3694 * calendar/calendar.el (generate-calendar-window): Use
3695 `fit-window-to-buffer'.
3696
a0b47716
SM
36972000-11-12 Stefan Monnier <monnier@cs.yale.edu>
3698
3699 * gud.el (gud-minor-mode): New var.
3700 (gud-symbol, gud-val): New functions.
3701 (gud-find-file): Copy gud-minor-mode to the new buffer.
3702 (gud-menu-map): Include entries for commands that are not always
3703 available, using :enable to (de)activate them.
3704 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
3705 (gud-mode-map): New map.
eaae8106 3706 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
3707 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
3708 Don't set up gud's menu (it's done by the minor-mode).
3709 (gud-minibuffer-local-map): New.
3710 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
3711 (gud-query-cmdline): New function.
3712 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
3713 (gud-mode): Use define-derived-mode.
3714 Don't set up gud's menu (it's done by the minor-mode).
3715 (gud-chop-words): Remove.
3716 (gud-common-init): Use split-string instead.
3717 (gud-new-keymap, gud-make-debug-menu): Eradicate.
3718
3719 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
3720 Add keyword arg :name.
3721
3722 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
3723 (diff-count-matches, diff-split-hunk): New functions.
3724 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
3725
3726 * pcvs-info.el (cvs-fi-conflict-face): New var.
3727
3728 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
3729 Make it into a simple syntax-table, shared among all submodes.
3730 (sh-heredoc-face): Re-introduce.
3731 (sh-font-lock-syntactic-face-function): New function.
3732 (sh-mode): Use it. Also use define-derived-mode.
3733 Remove old bogus setting of indent-region-function.
3734 (sh-set-shell): Don't set the syntax-table any more.
3735 (sh-mode-syntax-table) <defun>: Remove.
3736
f5ed37df
MB
37372000-11-12 Miles Bader <miles@gnu.org>
3738
3739 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
3740 message if interactive.
3741
0b074c2f
DL
37422000-11-12 Dave Love <fx@gnu.org>
3743
3744 * mail/feedmail.el: Fix header,
3745 (feedmail) <defgroup>: Add :link.
3746
3747 * view.el: Use local-map property, not keymap on mode-line string.
3748
3749 * scroll-all.el (scroll-all-mode): Customize variable. Add
3750 autoload cookie to function.
3751
3752 * lazy-lock.el: Remove compatibility code.
3753
3754 * finder.el (finder-known-keywords): Add `files', remove `vms'.
3755 (finder-help-echo): New variable.
3756 (finder-mouse-face-on-line): Add help-echo stuff.
3757 (finder-list-keywords, finder-list-matches): Use mapc.
3758
3759 * faces.el (face-font-registry-alternatives): Add :version.
3760
3761 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
3762 tags-table-list.
3763
a0b47716 3764 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 3765
a0b47716 3766 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
3767 (mail-mode): Use [:alnum:] in some regexps.
3768
6d502396
DL
37692000-11-10 Dave Love <fx@gnu.org>
3770
3771 * ediff.el (ediff-regions-internal, ediff-documentation):
3772 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
3773 fundamental mode.
3774
3775 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
3776 buffer into fundamental mode.
3777 (ediff-set-difference): Use copy-sequence if available.
3778
3779 * ediff-ptch.el (ediff-dispatch-file-patching-job): Check
3780 ediff-patch-map non-nil.
3781 (ediff-fixup-patch-map, ediff-fixup-patch-map)
3782 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
3783 buffer into fundamental mode.
3784
3785 * ediff-merg.el (state-or-merge): Defvar when compiling.
3786
a82fe213
JR
37872000-11-10 Jason Rumney <jasonr@gnu.org>
3788
3789 * w32-fns.el (w32-add-charset-info): New function.
3790 (w32-charset-info-alist): Use it.
3791
52d89894
GM
37922000-11-10 Gerd Moellmann <gerd@gnu.org>
3793
3794 * faces.el (face-font-registry-alternatives): New user-option.
3795
178932de
SM
37962000-11-10 Stefan Monnier <monnier@cs.yale.edu>
3797
d7fa3319
SM
3798 * textmodes/texinfo.el (texinfo-block-default): New var.
3799 (texinfo-insert-block): Use it. Insert a newline if needed.
3800
178932de
SM
3801 * textmodes/fill.el (fill-indent-according-to-mode): New var.
3802 (fill-region-as-paragraph): Use it.
3803
3804 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
3805 (latex-mode): Tweak tex-*-(head|trail)er regexps.
3806 Tweak paragraph regexps to allow a leading [ \t]*.
3807 (tex-latex-block): Insert a newline if necessary.
3808 (latex-insert-item): Only insert a newline if necessary.
3809 (tex-guess-main-file): New function.
3810 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
3811 Set tex-main-file if TeX-master is provided.
3812 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
3813
bd02b8e0
GM
38142000-11-10 Gerd Moellmann <gerd@gnu.org>
3815
3816 * startup.el (command-line): Set the default tooltip-mode
3817 to t for graphical displays which implement x-show-tip.
3818
3819 * tooltip.el (tooltip-mode): Add a comment about startup.el
3820 setting the default value of this user-option.
3821
b29b03eb
SM
38222000-11-09 Stefan Monnier <monnier@cs.yale.edu>
3823
3824 * font-lock.el (font-lock-*-face) <defvar>: Move.
3825 (font-lock-defaults-alist): Mark obsolete.
3826 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
3827 (font-lock-mode): Use define-minor-mode.
3828 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
3829 (font-lock-turn-off-thing-lock): Be more explicit.
3830 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
3831 (font-lock-syntactic-face-function): New var.
3832 (font-lock-fontify-syntactically-region): Use it.
3833 (font-lock-doc-face): New.
3834
3835 * pcvs.el (cvs-enabledp): Ignore errors.
3836 (cvs-commit-filelist): Never query.
3837 (cvs-mode-insert): Always add a terminating / in the initial prompt.
3838 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
3839 (cvs-do-removal): Use cvs-partition rather than delete-if.
3840 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
3841 cvs-bury-buffer.
3842
3843 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3844 Allow `next' to jump to after the end of the last match.
3845
778fbc46
GM
38462000-11-09 Gerd Moellmann <gerd@gnu.org>
3847
730c746c
GM
3848 * simple.el (byte-compiling-files-p): New function.
3849
3850 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
3851 if it is there.
3852
3853 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
3854 nil again.
3855
778fbc46
GM
3856 * textmodes/ispell.el (ispell-library-path): Don't call
3857 check-ispell-version when byte-compiling because that starts
3858 an ispell process, and ispell might not be installed.
3859 (toplevel): Don't set up a menu when byte-compiling.
3860
3861 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
3862 it, so that a boundp test can be used to determine if we're
3863 currently byte-compiling.
3864
5912c5bb
DL
38652000-11-09 Dave Love <fx@gnu.org>
3866
3867 * pcvs.el (uniquify-buffer-file-name): Wrap advice in
3868 eval-after-load.
3869
7bb054a5
GM
38702000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3871
3872 * ps-print.el: Patch for variable initialization when spooling. Doc
3873 fix.
3874 (ps-output-list): Fun eliminated.
3875 (ps-begin-file, ps-begin-job): Code fix.
3876
9db2706e
DL
38772000-11-08 Dave Love <fx@gnu.org>
3878
3879 * ediff-wind.el (ediff-control-frame-parameters): Zero
3880 tool-bar-lines.
3881
f7eb32aa
GM
38822000-11-08 Gerd Moellmann <gerd@gnu.org>
3883
3884 * simple.el (shell-command, display-message-or-buffer)
3885 (shell-command-on-region): Mention resize-mini-windows in the doc
3886 string.
3887 (display-message-or-buffer): Take the value of resize-mini-windows
3888 into account.
3889
7b01b08c
GM
38902000-11-07 Gerd Moellmann <gerd@gnu.org>
3891
acad3c0b
GM
3892 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
3893
7b01b08c
GM
3894 * dired.el (dired-between-files): Add `^. find' as an alternative
3895 to the regular expression, for find-dired.
3896
6f602bd0
SM
38972000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3898
3899 * textmodes/texnfo-upd.el: Require texinfo.
3900 (defmacro, defgroup): Remove.
3901 (texinfo-section-to-generic-alist): Remove.
3902 Use texinfo-section-list instead (i.e. level is changed string->int).
3903 (texinfo-filter): New function.
3904 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
3905 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
3906 Use it. And use regexp-opt.
3907 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
3908 (texinfo-update-menu-region-beginning)
3909 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
3910 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
3911 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 3912 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
3913 (texinfo-sequential-node-update): Remove autoload cookie.
3914
3915 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
3916 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
3917 (texinfo-chapter-level-regexp): Remove.
3918 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
3919
bb216218
DL
39202000-11-06 Dave Love <fx@gnu.org>
3921
6f602bd0 3922 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 3923
6f602bd0
SM
3924 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
3925 Match defun*.
bb216218 3926
ff8dd5d5
KH
39272000-11-06 Kenichi Handa <handa@etl.go.jp>
3928
3929 * composite.el (composition-function-table): Variable declaration
3930 moved to src/composite.c.
3931 (compose-chars-after): New optional arg object.
3932
e9da51a1
GM
39332000-11-06 Gerd Moellmann <gerd@gnu.org>
3934
e0c12c68
GM
3935 * bindings.el (mode-line-toggle-read-only)
3936 (mode-line-toggle-modified, mode-line-widen)
3937 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
3938 (make-mode-line-mouse2-map): Rewritten.
3939 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
3940 functions so that C-h k can show something with a doc string.
eaae8106 3941
e9da51a1
GM
3942 * startup.el (fancy-splash-delay): Set to 10 seconds.
3943 (fancy-splash-max-time): New user-option.
3944 (fancy-splash-stop-time): New variable.
3945 (fancy-splash-screens): Set it. Catch `stop-splashing'.
3946 (fancy-splash-screens-1): Throw `stop-splashing' when current
3947 time is greater than fancy-splash-stop-time.
3948
611dbdf0
SM
39492000-11-06 Stefan Monnier <monnier@cs.yale.edu>
3950
4d2806e2
SM
3951 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
3952
611dbdf0
SM
3953 * pcvs.el (cvs-mode-marked): New arg `noquery'.
3954 Prompt user for a file rather than raising an error.
3955 (cvs-enabledp): Fix call to cvs-mode-marked.
3956 (cvs-insert-file): New function (extracted from cvs-mode-insert).
3957 (cvs-mode-insert): Use it. Change the init prompt' value.
3958 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
3959
3960 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
3961 Don't pass default arg to ewoc-locate.
3962 (ewoc-collect): Return result in the right order.
3963
3964 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
3965
3966 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
3967 (cvs-status-get-tags): Fix regexp.
3968 (cvs-status-trees, cvs-status-cvstrees):
3969 Combine after change hooks and don't sit-for.
4d2806e2
SM
3970 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
3971 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
3972 Use make-char rather than hard-coded cryptic data.
3973 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
3974
3975 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
3976
3977 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
3978 (cvs-insert-strings): New function.
3979
937b2877
MB
39802000-11-06 Miles Bader <miles@lsi.nec.co.jp>
3981
3982 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
3983 `mwheel-scroll-amount'.
3984 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
3985 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
3986 string-matching against the version string.
3987
c6c97763
KH
39882000-11-06 Kenichi Handa <handa@etl.go.jp>
3989
6eaec747
KH
3990 * language/thai.el ("Thai"): Set a lisp form that produces
3991 composed string in `sample-text' language info.
3992
3993 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
3994 composed string in `sample-text' language info.
3995
3996 * international/mule-cmds.el (describe-language-environment): Eval
3997 `sample-text' data and insert the result.
3998
c6c97763
KH
3999 * international/mule-conf.el (compound-text): Define this coding
4000 system here. Make x-ctext and ctext aliases of it.
4001
4002 * language/european.el (compound-text, ctext): Moved to
4003 international/mule-conf.el.
4004
d1145f85
AI
40052000-11-05 Andrew Innes <andrewi@gnu.org>
4006
4007 * w32-fns.el (w32-version): New function.
4008
178a6a45
SM
40092000-11-05 Stefan Monnier <monnier@cs.yale.edu>
4010
4011 * progmodes/awk-mode.el: Update copyright.
4012 (awk-mode-abbrev-table): Remove.
4013 (awk-font-lock-keywords): Use regexp-opt.
4014 (awk-mode): Use define-derived-mode.
4015
4016 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
4017 when extracting a suffix.
4018
1ba90166
AS
40192000-11-04 Andre Spiegel <spiegel@gnu.org>
4020
4021 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
4022 auto-save-mode.
4023
546790cb
JR
40242000-11-04 Jason Rumney <jasonr@gnu.org>
4025
4026 * language/european.el (decode-mac-roman): Test against r1 not r0.
4027
d247e32d
SM
40282000-11-03 Stefan Monnier <monnier@cs.yale.edu>
4029
fbf44f44
SM
4030 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
4031 (icon-mode): Define indent-line-function.
4032 (icon-comment-indent): Simplify.
4033 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
4034
4035 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
4036
4037 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
4038 Bind change-log-default-mode to defeat the caching done on it.
4039 Don't bother saving excursion any more.
4040
4041 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
4042
4043 * frame.el (after-setting-font-hook): Rename hooks -> hook.
4044 (set-frame-font): Use the new name (and the old for compatibility).
4045
eaae8106
SS
4046 * toolbar/tool-bar.el (tool-bar-mode):
4047 * time.el (display-time-mode):
4048 * recentf.el (recentf-mode):
4049 * paren.el (show-paren-mode):
4050 * mwheel.el (mouse-wheel-mode):
4051 * msb.el (msb-mode):
4052 * jka-compr.el (auto-compression-mode):
4053 * image-file.el (auto-image-file-mode):
4054 * hl-line.el (hl-line-mode):
4055 * delsel.el (delete-selection-mode):
4056 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
4057 * complete.el (partial-completion-mode): Drop unneeded positional args.
4058
eaae8106 4059 * info.el (Info-mode):
79372165 4060 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 4061
d247e32d
SM
4062 * log-edit.el (log-edit-menu): New menu.
4063
4921558e
MB
40642000-11-03 Miles Bader <miles@gnu.org>
4065
4066 * wid-edit.el (widget-end-of-line): Reinstate, with a new
4067 definition, so that trailing spaces are handled properly.
4068 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
4069
1fc02b3c
GM
40702000-11-03 Gerd Moellmann <gerd@gnu.org>
4071
4072 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
4073 tab character.
4074 (fancy-splash-screens): Set tab-width to 20.
4075
51d001f7
DL
40762000-11-03 Dave Love <fx@gnu.org>
4077
4078 * comint.el (comint-completion-addsuffix): Fix custom type.
4079
ba22aeff
SM
40802000-11-02 Stefan Monnier <monnier@cs.yale.edu>
4081
4082 * font-lock.el (font-lock-buffers): Remove.
4083 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
4084 (font-lock-change-major-mode): Remove.
4085 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
4086 (font-lock-default-fontify-region): Extend the multiline
4087 fontification to whole lines.
4088 (font-lock-fontify-anchored-keywords)
4089 (font-lock-fontify-keywords-region): If matching just one
4090 line (with \n) only mark the \n as multiline.
4091
4092 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
4093 Correctly handle the case where several :group args are supplied.
4094 Allow :extra-args.
4095 (easy-mmode-define-global-mode): Allow :extra-args.
4096 Correctly handle the case where several :group args are supplied.
4097
9c887ada
MB
40982000-11-02 Miles Bader <miles@gnu.org>
4099
eaae8106 4100 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
4101 (holiday-face): Remove dependency on `window-system'.
4102
7f25090d
KR
41032000-11-02 Ken Raeburn <raeburn@gnu.org>
4104
4105 * Makefile.in (emacs): Set EMACSLOADPATH always.
4106 (update-authors, .el.elc, compile-files): Don't do it explicitly
4107 here.
9b911107 4108 (compile-files): Bomb out if compilation of a file fails.
7f25090d 4109
7dd6009c
DL
41102000-11-02 Dave Love <fx@gnu.org>
4111
4112 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
4113
94821e4f
EZ
41142000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
4115
4116 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
4117 punctuation in the warning inserted into the *mail* buffer.
4118
1ac3fc42
GM
41192000-11-02 Gerd Moellmann <gerd@gnu.org>
4120
57731876
GM
4121 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
4122 (authors-public-domain-p): New function.
4123 (authors-print): Use it.
4124
975f82c9
GM
4125 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
4126
1ac3fc42
GM
4127 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
4128
4b3eb10f
GM
41292000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4130
975f82c9 4131 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
4132 (ps-print-version): New version number (6.3.1).
4133 (ps-even-or-odd-pages): Customization fix.
4134 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
4135 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
4136 (ps-page-count): Var replaced by `ps-page-column'.
4137 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
4138 (ps-print-sheet-p): New fun.
4139
7da794df
MB
41402000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4141
4142 * tooltip.el (tooltip-gud-tips-setup): New function.
4143 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
4144 (tooltip-mode): Call tooltip-gud-tips-setup.
4145 (tooltip-gud-tips): Use `gud-basic-call' instead of
4146 process-send-string, so the prompt gets frobbed appropriately.
4147 Handle nil return value from `tooltip-gud-print-command'.
4148
0e40b809
EL
41492000-11-01 Eric M. Ludlam <zappo@ultranet.com>
4150
4151 * comint.el (comint-add-to-input-history): New function.
4152 (comint-send-input): Use `comint-add-to-input-history'.
4153
50ada0db
MB
41542000-11-02 Miles Bader <miles@lsi.nec.co.jp>
4155
973a3104
MB
4156 * info.el (info-menu-header): New face.
4157 (Info-fontify-menu-headers): New function.
4158 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
4159
50ada0db
MB
4160 * info.el (Info-insert-dir): Don't include blank lines at
4161 beginning of additional dir files (one is added automatically).
4162
bff53411
SM
41632000-11-01 Stefan Monnier <monnier@cs.yale.edu>
4164
4165 * emacs-lisp/easy-mmode.el (define-minor-mode):
4166 Revert the latest changes.
4167 Allow the three positional arguments to be skipped and replaced
4168 by keyword arguments.
4169 Add a :toggle argument to determine whether a nil arg means toggle
4170 or means turn-on. The default is unchanged.
4171 Add a call to force-mode-line-update.
4172
6b8a0b2d
DL
41732000-11-01 Dave Love <fx@gnu.org>
4174
4175 * emacs-lisp/elp.el (elp-restore-function): Remove autoload
4176 cookie.
4177
5bf99100
MB
41782000-11-01 Miles Bader <miles@lsi.nec.co.jp>
4179
4180 * calendar/calendar.el (diary-face, holiday-face): Add
4181 dark-background variants.
4182
a4032611
SS
41832000-10-31 Sam Steingold <sds@gnu.org>
4184
4185 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
4186 `tex-main-file' does not have directory in it.
4187
c286608e
SM
41882000-10-31 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
4191
4836835a
TTN
41922000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
4193
4194 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
4195 functional change.
4196
26dcb81b
GM
41972000-10-31 Gerd Moellmann <gerd@gnu.org>
4198
4199 * files.el (find-file-noselect): When we expand a wildcard, return
4200 a list of buffers, as we should do according to the doc string.
4201
49fc4500
KR
42022000-10-31 Ken Raeburn <raeburn@gnu.org>
4203
4204 * loadup.el (top level): Adjust load path if program name is
4205 "../src/bootstrap-emacs", in case it's not dumped and thus the
4206 load path adjustment hasn't already been done.
4207
ea0c615d
GM
42082000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4209
4210 * ps-print.el: Fix bug on selected pages for printing. Use
4211 `color-values' for Emacs 21. Ensure fontification when jit-lock
4212 is on. Try to avoid warning messages when compiling. Doc Fix.
4213 (ps-print-version): New version number (6.3).
4214 (ps-color-device): Use `color-values' to determine if device
4215 supports color.
4216 (ps-color-values): Try to use `x-color-values' when using XEmacs.
4217 (ps-print-page-p): Changed from defsubst to defun.
4218 (ps-page-number): Changed from defmacro to defun.
4219 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
4220 printing.
c286608e 4221 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
4222 (ps-end-file, ps-dummy-page): Funs eliminated.
4223 (ps-print-color-scale): Changed default value.
4224 (ps-page-n-up, ps-print-page-p): New internal vars.
4225 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
4226 (ps-plot-region, ps-generate, ps-end-job): Code fix.
4227
9e20722f
GM
4228 * delim-col.el: Little programming improvement.
4229 (delimit-columns-str): New macro.
4230 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4231
d7a0fd00
KH
42322000-10-31 Kenichi Handa <handa@etl.go.jp>
4233
c286608e
SM
4234 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
4235 Moved to european.el.
d7a0fd00
KH
4236 (ccl-encode-mac-roman-font, fontset-mac): Modified for
4237 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
4238 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
4239 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 4240
234be340
DL
42412000-10-30 Dave Love <fx@gnu.org>
4242
4243 * progmodes/cc-menus.el (imenu-generic-expression)
4244 (imenu-progress-message): Only defvar when compiling.
4245
4edc4a39
DL
4246 * emacs-lisp/elp.el (elp-unload-hook): New function.
4247
4248 * loadhist.el (unload-feature): Call elp-restore-function,
4249 checking for symbols; don't use elp-restore-all.
4250 (loadhist-hook-functions): Doc fix.
4251
70c825df
SM
42522000-10-30 Stefan Monnier <monnier@cs.yale.edu>
4253
4254 * log-edit.el (log-edit-confirm): Fix the default.
4255
1d3baf74
GM
42562000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4257
4258 * delim-col.el: Little fix: replace delimit-columns-align-columns by
4259 delimit-columns-format.
4260 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 4261
1ec321a7
MB
42622000-10-30 Miles Bader <miles@lsi.nec.co.jp>
4263
4264 * comint.el (comint-replace-by-expanded-history): Don't use
4265 comint-get-old-input (we're not looking at *old* input).
4266 (comint-get-old-input-default): If using fields, signal an error
4267 when the point is not in an input field.
4268
70737ea9
KH
42692000-10-30 Kenichi Handa <handa@etl.go.jp>
4270
4271 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
4272 and mule-unicode-e000-ffff.
4273
fa0cb51d 4274 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
4275 (make-coding-system): Accept a symbol of translation table as a
4276 value of property `safe-chars'.
4277
4278 * international/mule-cmds.el (encode-coding-char): Check property
4279 safe-chars instead of safe-charsets.
4280
4281 * international/fontset.el (fontset-default): Modified for
4282 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
4283 (x-font-name-charset-alist): Likewise.
4284 (ccl-encode-unicode-font): New CCL program. Record it in
4285 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
4286
70c825df
SM
4287 * language/european.el (mac-roman-decoder, mac-roman-encoder):
4288 New translation tables.
70737ea9
KH
4289 (decode-mac-roman, encode-mac-roman): Definition of these CCL
4290 programs are modified and moved from mac-win.el.
4291 (mac-roman): Definition of this coding system is modified and
4292 moved from mac-win.el.
4836835a 4293
fda2ce24 42942000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4295
1d3baf74 4296 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 4297 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 4298
dd4d3cb6
MB
42992000-10-29 Miles Bader <miles@gnu.org>
4300
4301 * custom.el (custom-add-to-group): Allow multiple entries for a
4302 given value OPTION, as long as their widget types are different.
4303 * cus-edit.el (custom-face-value-create): If face name doesn't end
4304 with "face", add such here (similar to custom group widgets).
4305
4306 * comint.el (comint-highlight-prompt): Add :type.
4307
dace60cf
JW
43082000-10-28 John Wiegley <johnw@gnu.org>
4309
4310 * textmodes/flyspell.el (flyspell-maybe-correct-transposition):
4311 Changed this function to operate on a temporary buffer instead of
4312 the main buffer. This not only keeps flyspell from marking a
4313 buffer as changed that wasn't, but it solves the jumpy cursor
4314 problem when attempts are made to edit incorrect words.
4315 (flyspell-maybe-correct-doubling): Same change as for
4316 `flyspell-maybe-correct-transposition'.
4317
4318 * calendar/timeclock.el (timeclock-log): Doc fix.
4319 (timeclock-last-event): Doc fix.
4320 (timeclock-log): Kill the timelog buffer after appending a new
4321 event.
4322 (timeclock-find-discrep): Use a temp buffer to read in the
4323 timelog, instead of visiting the file.
4324 (timeclock-log-data): A new function, along with a host of helper
4325 functions, for the purpose of making timelog data accessible to
4326 programmers.
4327
4328 * eshell/esh-mode.el (window-height test): Make certain that
4329 `eshell-stringify-t' is non-nil.
4330 (eshell-password-prompt-regexp): Changed to a much simpler
4331 password regexp.
4332 (eshell-send-input): If `eshell-invoke-directly' returns t,
4333 directly invoke the parsed command using `eval'. This improves
4334 turn-around time on simple commands by a factor of three or
4335 greater, such as cd, ls, pwd, etc. -- which get used very often.
4336 It also conserves thousands of cons cells per call (since
4337 `eshell-do-eval' consumes memory like a Cookie Monster set loose
4338 in the Pacific Cookie Company).
4339
4340 * eshell/esh-test.el (eshell-test): Whitespace fix.
4341
4342 * eshell/em-ls.el (eshell-ls-insert-directory): Make
4343 `eshell-ls-initial-args' nil when inserting directory contents.
4344
4345 * eshell/em-script.el (eshell-script-initialize): Add names to
4346 `eshell-complex-commands, since `source' and `.' are complex.
4347
0467b076
EZ
4348 * eshell/esh-cmd.el (eshell-rewrite-for-command)
4349 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
4350 `eshell-copy-handles'.
4351 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
4352 bodies.
4353 (eshell-separate-commands): Whitespace fix.
4354 (eshell-complex-commands): Added a new list of names, for
4355 determining whether a given command is as simple as it looks.
4356 (eshell-invoke-directly): New function. Returns t if a command
4357 should be invoked directly (using `eval'), rather than indirectly
4358 using `eshell-do-eval'.
4359 (eshell-do-eval): Whitespace fix.
4360
4361 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
4362 which provides an emulation of the DOS shell behavior of assuming
4363 that cp/mv/ln should copy/move/link to the current directory.
4364 (eshell-remove-entries): Added a doc string.
4365 (eshell-shuffle-files): Removed the check for `target' being null.
4366 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
4367 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
4368 it to do a smarter check of whether a destination was provided.
4369 (eshell/mv, eshell/cp): Enable `:preserve-args'.
4370 (eshell/ln): Enable `:preserve-args', and use
4371 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
4372 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
4373 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
4374 list after flattening it. This makes it possible to cat files
4375 with numerical names.
4376 (eshell-unix-initialize): Added several names to
4377 `eshell-complex-commands.
4378 (eshell-unix-command-complex-p): Return t if a given command name
4379 may result in external processes being invoked.
4380
4381 * eshell/em-glob.el (eshell-glob-show-progress): Make this
4382 variable nil by default, since it slows down glob processing by a
4383 factor of two or more, and increases memory consumption.
4384
4385 * eshell/em-smart.el: Added a note about how memory consumptive
4386 smart display mode can be (at least this is true in Emacs 21).
4387 (eshell-smart-initialize): Whitespace fix.
4388 (eshell-refresh-windows): Use `if' instead of `when'.
4389 (eshell-smart-scroll-window): Calling `save-current-buffer' was
4390 not necessary.
4391 (eshell-currently-handling-window): Added a missing global
4392 variable.
4393
4394 * eshell/em-ls.el (eshell-do-ls): Code simplification.
4395 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
4396 Whitespace fix.
4397 (eshell-ls-exclude-hidden): Added this variable in addition to
4398 `eshell-ls-exclude-regexp'. This one prevents files beginning
4399 with . from even being read, which can improve memory consumption
4400 quite a bit.
4401 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
4402 read file entries beginning with a dot. In home directories with
4403 lots of hidden files, fully two-thirds of the time spent in ls is
4404 used to read directory entries that are immediately thrown away.
4405 (eshell-ls-initial-args): Added back this configuration variable,
4406 for specifying default initial arguments to every call to ls.
4407 Much faster than using an alias to do the same thing.
4408 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
4409 (eshell-ls-dir): Whitespace change.
4410
4411 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
4412
4413 * eshell/esh-util.el: Don't require `ange-ftp' if it's not
4414 available.
4415 (eshell-stringify-t): Added a customization variable, to indicate
4416 whether `t' should be rendered as a string at all. If not, one
4417 can still determine if the result of an expression is true using
4418 "file-exists-p FILE && echo true".
4419 (eshell-stringify): If `eshell-stringify-t' is nil, don't
4420 stringify t!
4421
4422 * eshell/esh-module.el: Whitespace fix.
4423
4424 * eshell/em-alias.el (eshell-alias-initialize): Added
4425 `eshell-command-aliased-p' to `eshell-complex-commands'.
4426 (eshell-command-aliased-p): New function that returns t if a
4427 command name names an aliased.
4428
657f9cb8 44292000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 4430
0467b076 4431 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 4432 redrawing the screen when changing cursor color.
0467b076
EZ
4433 (viper-insert-state-pre-command-sentinel)
4434 (viper-replace-state-pre-command-sentinel)
70c825df
SM
4435 (viper-replace-state-post-command-sentinel):
4436 Use viper-preserve-cursor-color.
657f9cb8
MK
4437 Many functions changed to use viper= instead of = when comparing
4438 characters.
0467b076 4439 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 4440 working with characters.
0467b076 4441 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
4442 Many functions changed to use viper= instead of = when comparing
4443 characters.
0467b076 4444 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 4445
0467b076 4446 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 4447 Several typos fixed in various docstrings.
0467b076
EZ
4448 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
4449 * ediff-nult.el (ediff-before-session-group-setup-hooks): New
657f9cb8 4450 hook.
0467b076
EZ
4451 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
4452 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
4453 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
4454 (ediff-get-selected-buffers): New function.
4455 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
4456 (ediff-vc-merge-internal,ediff-rcs-merge-internal): Use
657f9cb8 4457 save-window-excursion.
0467b076 4458 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 4459 termination check in while loop.
0467b076 4460 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 4461 dired buffer.
0467b076
EZ
4462 (ediff-files,ediff-merge-files,ediff-files3)
4463 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 4464
4f490d99
DL
44652000-10-28 Dave Love <fx@gnu.org>
4466
4467 * info.el (Info-fontify-node): Add help-echo for menu items.
4468
45b84006
EZ
44692000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
4470
5ebc02b3
EZ
4471 * startup.el (normal-top-level): If the value of $TERM indicates
4472 we are running from xterm or one of its work-alikes, default to a
4473 light background mode.
4474
45b84006
EZ
4475 Support for -fg, -bg, and -rv command-line arguments for TTYs:
4476 * faces.el (tty-handle-reverse-video): New function.
4477 (tty-create-frame-with-faces): Call it.
4478
4479 * frame.el (frame-notice-user-settings): Don't apply
4480 default-frame-alist and initial-frame-alist to MS-DOS frames.
4481 Call tty-handle-reverse-video, frame-set-background-mode, and
4482 face-set-after-frame-default for non-MS-DOS frames.
4483
4484 * startup.el (tty-long-option-alist): New variable.
4485 (tty-handle-args): New function.
4486 (command-line): Call tty-handle-args.
4487
4488 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
4489 startup.el now does that for all character-terminal frames.
4490
eab6e8b9
MB
44912000-10-28 Miles Bader <miles@gnu.org>
4492
4493 * emacs-lisp/easy-mmode.el (define-minor-mode): Generate
4494 `turn-on-MODE' and `turn-off-MODE' functions unless the mode is
4495 global. If :global is followed by a non-nil but non-t value,
4496 make the mode buffer-local, but also generate a `global-MODE'
4497 version using `easy-mmode-define-global-mode'. Add
4498 :conditional-turn-on keyword argument.
4499
51a29efc
DL
45002000-10-28 Dave Love <fx@gnu.org>
4501
4502 * international/latin1-disp.el (latin1-char-displayable-p): Don't
4503 use window-system.
4504
d71d7114
EZ
45052000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
4506
4507 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
4508 Don't call find-buffer-file-type-coding-system. Instead, just
4509 set eol-type to -unix if inhibit-eol-conversion is in effect, or
4510 if the file is on an untranslated filesystem.
4511 (add-untranslated-filesystem): Use "D" instead of "f" inside
4512 interactive.
4513
1f9cab4b
DL
45142000-10-27 Dave Love <fx@gnu.org>
4515
70c825df 4516 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
4517 (refill-mode): Use it.
4518
70c825df
SM
45192000-10-27 Stefan Monnier <monnier@cs.yale.edu>
4520
4521 * international/quail.el (quail-activate): Don't make-local-hook.
4522
7432cf10
AS
45232000-10-27 Andre Spiegel <spiegel@gnu.org>
4524
4836835a 4525 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 4526 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
4527 (vc-make-version-backup): Don't do it on MS-DOS without long file
4528 names.
4836835a 4529
7432cf10
AS
4530 * vc.el (vc-version-other-window): If an automatic backup of the
4531 desired version exists, rename it instead of copying it.
4532
4836835a
TTN
4533 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
4534 after command. If there's an unexpected error, signal it instead
7432cf10 4535 of being silent.
e1483c38 4536 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 4537
05ea7ef2
MB
45382000-10-27 Miles Bader <miles@lsi.nec.co.jp>
4539
fd1035aa
MB
4540 * shell.el (shell): Add BUFFER argument.
4541 * comint.el (make-comint-in-buffer): New function.
4542 (make-comint): Use it.
4543
05ea7ef2
MB
4544 * faces.el (face-spec-choose): Change syntax so that the list of
4545 attribute-value pairs is now the cdr of each clause, not the cadr.
4546 Detect old-style entries, and handle them. Use pop.
4547
835a55fe
SM
45482000-10-26 Stefan Monnier <monnier@cs.yale.edu>
4549
f5ab1cdd
SM
4550 * cus-edit.el (custom-mode-map): Use a sparse map.
4551 (custom-mode): Don't bother with make-local-hook.
4552
4553 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
4554
835a55fe
SM
4555 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
4556
c13b0ec8
GM
45572000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4558
4559 * ps-print.el: Avoid compilation gripes.
4560 (ps-print-version): New version number (6.2.1).
4836835a 4561
e9f63196
DL
45622000-10-26 Dave Love <fx@gnu.org>
4563
0b95284b
DL
4564 * menu-bar.el: Modify some menu item help strings.
4565 (menu-bar-help-menu): Add link to MORE.STUFF.
4566
e9f63196
DL
4567 * cus-edit.el (custom-mode): Add `special' mode-class property.
4568
4569 * wid-browse.el (widget-browse-mode): Likewise.
4570
4571 * wid-edit.el (widget-specify-field): Revert to using local-map
4572 property, not keymap.
4573
e276a14a
MB
45742000-10-26 Miles Bader <miles@lsi.nec.co.jp>
4575
c1545d88
MB
4576 * wid-edit.el (widget-field-end): When checking for a `boundary'
4577 field, do so in the correct buffer.
4578
3c1b77ca
MB
4579 * simple.el (undo): Correctly distinguish between numeric and
4580 non-numeric prefix args in non-transient-mark-mode, as per the doc
4581 string. When in transient-mark-mode, treat all prefix-args as
4582 numeric.
4583
f5ab1cdd
SM
4584 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
4585 Position point on match. Handle N == 0 correctly.
22626d9d
MB
4586
4587 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
4588 (comint-mode-map): Reverse order of `comint-write-output' and
4589 `comint-append-output-to-file'.
4590 (comint-append-output-to-file): Reinstate this function, for the
4591 benefit of the menu.
4592
d97151cb
SM
45932000-10-25 Stefan Monnier <monnier@cs.yale.edu>
4594
4595 * vc.el (vc-version-other-window): Bind `file'.
4596
ea7d6f5b
GM
45972000-10-25 Gerd Moellmann <gerd@gnu.org>
4598
f5ab1cdd 4599 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
4600
4601 * emacs-lisp/authors.el (batch-update-authors): New function.
4602 (authors-fixed-entries): New defconst.
4603 (authors-add-fixed-entries): New function.
4604 (authors): Call it.: Don't process lispref/.
4605
17c25cea
JR
46062000-10-25 Jason Rumney <jasonr@gnu.org>
4607
4608 * cus-edit.el (custom-button-face, custom-button-pressed-face):
4609 Merge x w32 and mac definitions.
4610
4ecda532
GM
46112000-10-25 Gerd Moellmann <gerd@gnu.org>
4612
4613 * menu-bar.el (menu-bar-options-menu): Add a help string for
4614 `uniquify'.
4615
b6735035
GM
46162000-10-25 Stephen Gildea <gildea@alum.mit.edu>
4617
f5ab1cdd
SM
4618 * time-stamp.el (time-stamp-string-preprocess):
4619 Fix a wrong type argument error.
b6735035 4620
f4cbc7a0
MB
46212000-10-25 Miles Bader <miles@gnu.org>
4622
4623 * recentf.el (recentf-mode): Variable removed.
4624 (recentf-mode): Use `define-minor-mode'.
4625
4626 * mwheel.el (mouse-wheel-mode): New global minor mode.
4627 (mwheel-install): Use `mouse-wheel-mode'.
4628
f4b020f6
DL
46292000-10-25 Dave Love <fx@gnu.org>
4630
f5ab1cdd
SM
4631 * progmodes/cperl-mode.el (cperl-mode):
4632 Set normal-auto-fill-function correctly.
072cb6f9 4633
f4b020f6
DL
4634 * wid-edit.el (widget-field-keymap, widget-text-keymap): Don't
4635 inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 4636 bindings.
f4b020f6 4637
ebe2a441
MB
46382000-10-25 Miles Bader <miles@lsi.nec.co.jp>
4639
ff4dcd4b
MB
4640 * wid-edit.el (widget-field-at): New function.
4641 (widget-at, widget-field-activate): Use it.
4642 (widget-tabable-at): Use `widget-at'.
4643 (widget-specify-field): If the terminating character of the widget
4644 field (which is read-only) is a newline, put it into a special
4645 `boundary' field so that C-n/C-p act more naturally.
4646 (widget-field-end): Also don't subtract one if a special
4647 `boundary' field has been added after the widget field.
4648
ebe2a441
MB
4649 * comint.el (comint-output-filter, comint-send-input): Don't
4650 bother adding stickiness fields to overlays to fool the field
4651 code, since it should notice the overlay insertion-types now.
ff4dcd4b 4652
ebe2a441
MB
4653 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
4654 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
4655 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
4656
fe50b6ab
GM
46572000-10-24 Gerd Moellmann <gerd@gnu.org>
4658
53df4dda
GM
4659 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
4660 (authors): Set file coding system to iso-2022-7bit. Add
4661 file-local variables to output buffer.
4662
4836835a 4663 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
4664 WARN is nil.
4665
53df4dda
GM
46662000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4667
4668 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
4669
4670 * delim-col.el: Now there is a column formatting mechanism.
4671 Modified to customization mechanisms convention. Doc fix.
4672 (columns): New group for delim-col.
4673 (delimit-columns-before, delimit-columns-after)
4674 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
4675 (delimit-columns-end): New vars.
4676 (delimit-columns-customize, delimit-columns-format): New funs.
4677 (delimit-columns-region, delimit-columns-rectangle)
4678 (delimit-columns-rectangle-line): Modified to support column
4679 formatting.
4836835a 4680
a9839779
DL
46812000-10-24 Dave Love <fx@gnu.org>
4682
4683 * log-edit.el (log-edit): Add :version and a :group for vc.
4684
df0267b8
GM
46852000-10-24 Gerd Moellmann <gerd@gnu.org>
4686
9acc3873
GM
4687 * files.el (after-find-file): Don't print a message ``New file''
4688 if WARN is nil.
4689
63e1b552
GM
4690 * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
4691 the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
4692 get duplicate tool-bar entries because we'll see the global ones
4693 on more than one path through keymaps.
4694
1946f901
GM
4695 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
4696
df0267b8
GM
4697 * progmodes/cmacexp.el: Change Francesco's email address.
4698
ae3b264b
KH
46992000-10-24 Kenichi Handa <handa@etl.go.jp>
4700
4701 * window.el (fit-window-to-buffer): Adjust point of the window
4702 buffer, not that of the current buffer.
4703
23afac01
EZ
47042000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
4705
4706 * progmodes/cmacexp.el: Update the euthor's email address.
4707
22d1a4ed
MB
47082000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4709
4710 * faces.el (face-spec-set-match-display): Add `graphic' display
4711 type (the inverse of `tty'). Use `display-graphic-p' instead of
4712 the window-system variable.
4713
f408aa48
KH
47142000-10-24 Kenichi Handa <handa@etl.go.jp>
4715
4716 * international/isearch-x.el (isearch-with-input-method): Call
4717 input-method-function with the first event in
4718 unread-command-events.
4719
94fe8a31
MB
47202000-10-24 Miles Bader <miles@lsi.nec.co.jp>
4721
4722 * faces.el (face-default-spec, face-user-default-spec): Make
4723 defsubsts.
4724
8f47302e
AC
47252000-10-24 Andrew Choi <akochoi@i-cable.com>
4726
4727 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
4728 New charsets.
4729
4730 * term/mac-win.el: Remove definitions of mac-roman-lower and
4731 mac-roman-upper, require dired, and define instead of set
4732 mac-ready-for-drag-n-drop to avoid compilation error.
4733
446c097e
AI
47342000-10-23 Andrew Innes <andrewi@gnu.org>
4735
4736 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]: Remove
4737 superfluous calls to subst-char-in-string; instead apply
4738 expand-file-name after convert-standard-filename to ensure
4739 expected directory separators are used.
4740
379b70e7
EZ
47412000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
4744
85c766e9
DL
47452000-10-23 Dave Love <fx@gnu.org>
4746
b7e03a67
DL
4747 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
4748 (tool-bar-add-item): Set foreground and background for XBM icons.
4749
4750 * international/latin1-disp.el (latin1-char-displayable-p): New
4751 function (from Handa).
4752 (latin1-display-check-font): Use it.
4753
0dcf8835
DL
4754 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
4755 using :key-sequence, making it much more usable. Use nconc, not
4756 append.
4757 (imenu--create-keymap-1): Avoid append.
4758
85c766e9 4759 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 4760
cb3069bb
MB
47612000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4762
4763 [the following changes fix a bug where `define-minor-mode' didn't
4764 correctly generate :require clauses for defcustoms in compiled files]
4765 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
4766 (byte-compile-log-file, byte-compile-log-1): Don't set
4767 `byte-compile-current-file' to nil. Instead set
4768 `byte-compile-last-logged-file' to it. Test whether
4769 byte-compile-current-file equals byte-compile-last-logged-file
4770 instead of whether its nil.
3b6542ba 4771 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 4772
6db6243b
SM
47732000-10-23 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * textmodes/refill.el: Fix var names in doc.
4776 (refill-mode): Don't bother with make-local-hook anymore.
4777
98490598
MB
47782000-10-23 Miles Bader <miles@lsi.nec.co.jp>
4779
e01cd227
MB
4780 * faces.el (face-user-default-spec, face-default-spec): New functions.
4781 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 4782 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
4783 Use `face-user-default-spec'. Simplify code slightly.
4784
4836835a 4785 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
4786 (woman-unknown-face): Add dark-background variants.
4787 (woman-default-faces): Renamed from `woman-colour-faces'.
4788 Set using the stored defaults, rather than using hard-wired colors.
4789 (woman-monochrome-faces): Renamed from `woman-black-faces'.
4790 Just make the foreground `unspecified' rather than "black".
4791 (woman-menu): Rename menu entries accordingly.
4792
98490598
MB
4793 * faces.el (header-line): Make more reasonable on mono/grayscale
4794 displays.
4795
1a578e9b
AC
47962000-10-23 Andrew Choi <akochoi@i-cable.com>
4797
4798 * cus-edit.el (custom-button-face): Use 3D look for mac.
4799 (custom-button-pressed-face): Likewise.
4800
4801 * faces.el (set-face-attributes-from-resources): Handle mac frames
4802 in the same way as x and w32 frames.
4803 (face-valid-attribute-values): Likewise.
4804 (read-face-attribute): Likewise.
4805 (defined-colors): Likewise.
4806 (color-defined-p): Likewise.
4807 (color-values): Likewise.
4808 (display-grayscale-p): Likewise.
4809 (face-set-after-frame-default): Likewise.
4810 (mode-line): Same default face as for x and w32.
4811 (tool-bar): Likewise.
4812
4813 * frame.el: Remove call to frame-notice-user-settings at end of
4814 the file.
4815
4816 * info.el (Info-fontify-node): make underlines invisible for mac
4817 as for x, pc, and w32 frame types.
4818
4819 * term/mac-win.el: New file.
4820
aaaf7be7
DL
48212000-10-22 Dave Love <fx@gnu.org>
4822
4823 * textmodes/refill.el: New file.
4824
5392d654
AS
48252000-10-22 Andre Spiegel <spiegel@gnu.org>
4826
4836835a 4827 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 4828 MANUAL and REGEXP.
4836835a 4829 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
4830 New functions.
4831 (vc-before-save): Use the latter.
4832 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
4833 confusion.
4834
4836835a 4835 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
4836 expected by vc[-hooks].el.
4837
4838 * vc.el (vc-checkout): Added `-p' suffix in call to
4839 vc-make-version-backups-p; use vc-make-version-backup to actually
4840 make the backup.
4841 (vc-version-other-window, vc-version-backup-file): Handle both
4842 automatic and manual backups.
4843 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
4844 of all of them.
4845
1e221c16
MB
48462000-10-22 Miles Bader <miles@gnu.org>
4847
7ff4fda5
MB
4848 * comint.el (comint-highlight-input, comint-highlight-prompt):
4849 Renamed, `-face' at end removed.
4850 (comint-send-input, comint-output-filter): Use renamed faces.
4851
3511cde8
MB
4852 * window.el (fit-window-to-buffer): Change defaulting of
4853 MAX-HEIGHT slightly.
4854
1e221c16
MB
4855 * faces.el (color-values, color-defined-p): Use `member', not
4856 `memq', because it works correctly for strings.
4857 (frame-set-background-mode): Actually, "unspecified-fg" and
4858 "unspecified-bg" *are* strings. Use `member', not `memq', and
4859 `equal', not `eq', when a string value is possible.
4860
b6ef4898
EZ
48612000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4862
4863 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
4864
34939e2c
SM
48652000-10-21 Stefan Monnier <monnier@cs.yale.edu>
4866
4867 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
4868 sh-electric-rparen, sh-electric-less and sh-electric-hash.
4869 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
4870 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
4871 (sh-font-lock-syntactic-keywords): Use them.
4872 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
4873 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
4874 (sh-mode): Don't override font-lock-unfontify-region-function.
4875 Use a copy of sh-font-lock-syntactic-keywords.
4876 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
4877 Don't call sh-scan-buffer since font-lock does it on the fly.
4878 (sh-get-indent-info): Use `face' rather than `syntax-table'
4879 text-property to detect here-documents.
4880 Replace sh-special-syntax with sh-st-punc.
4881 (sh-prev-line): Use `face' rather than `syntax-table'
4882 text-property to skip over here-documents.
4883 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
4884 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
4885 (sh-electric-less, sh-set-here-doc-region)
4836835a 4886 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
4887 (sh-scan-buffer, sh-rescan-buffer): Remove.
4888
f3d3c491
AI
48892000-10-21 Andrew Innes <andrewi@gnu.org>
4890
4891 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
4892 remote (ange-ftp) file names.
4893
b86c791c
MB
48942000-10-21 Miles Bader <miles@gnu.org>
4895
d9c30bdf
MB
4896 * window.el (fit-window-to-buffer): New function.
4897 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
4898 (window-text-height): Don't expect minibuffers to have mode-lines.
4899
d9c30bdf 4900 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
feb5013d
MB
4901 * international/quail.el (quail-update-guidance): Use
4902 `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 4903
617fee5a
MB
4904 * international/quail.el (quail-show-guidance-buf): Make sure
4905 guidance window really has enough room.
4906 (quail-update-guidance): If quail-guidance-win is already shown,
4907 make sure its height is OK.
4908
b86c791c
MB
4909 * window.el (window-text-height, set-window-text-height):
4910 New functions.
4911 (shrink-window-if-larger-than-buffer): Use `window-text-height'
4912 instead of `window-height' & `mode-line-window-height-fudge'.
4913 (mode-line-window-height-fudge): Add FACE parameter.
4914 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
4915 instead of `enlarge-window' & `mode-line-window-height-fudge'.
4916
e34850d1
MB
49172000-10-20 Miles Bader <miles@gnu.org>
4918
4919 * window.el (height-affecting-face-attributes): Use `defconst'.
4920
4921 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
4922 New function, conditionally aliased to `mode-line-window-height-fudge'.
4923 (ispell-help): Use it.
4924 (ispell-choices-win-default-height): Don't include mode-line fudge.
4925 (ispell-choices-win-default-height): New function.
4926 (ispell-show-choices, ispell-command-loop): Use function
4927 `ispell-choices-win-default-height' instead of variable.
4928
a8b883c2
MB
49292000-10-20 Miles Bader <miles@lsi.nec.co.jp>
4930
8c6e4a58
MB
4931 * window.el (mode-line-window-height-fudge): New variable.
4932 (height-affecting-face-attributes): New variable.
4933 (mode-line-window-height-fudge): New function.
4934 (shrink-window-if-larger-than-buffer): Use it.
4935 * help.el (resize-temp-buffer-window): Likewise.
4936
a8b883c2
MB
4937 * info.el (Info-fontify-node): Add support for @subsubsection
4938 titles, which use `Info-title-4-face'.
4939 (Info-title-4-face): New face.
4940 (Info-title-3-face): Inherit from Info-title-4-face instead of
4941 variable-pitch.
4942
e64c3a75
JR
49432000-10-19 Jason Rumney <jasonr@gnu.org>
4944
4945 * dired.el (dired-insert-directory): Do not let errors signalled by
4946 attempt to run dired-free-space-program prevent dired from working.
4947
c70fe852
SM
49482000-10-19 Stefan Monnier <monnier@cs.yale.edu>
4949
4950 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
4951
877cf6b4
GM
49522000-10-19 Gerd Moellmann <gerd@gnu.org>
4953
5de037e0
GM
4954 * dirtrack.el (dirtrack): Fix call to run-hooks.
4955
6deb9af9
GM
4956 * cmuscheme.el (cmuscheme-program-name): Renamed from
4957 scheme-program-name because xscheme.el contains a defcustom with
4958 the same name. As a consequence, customizing group `cmuscheme'
4959 loaded `xscheme' which redefined run-scheme.
4960 (run-scheme): Use cmuscheme-program-name.
4961
877cf6b4
GM
4962 * ps-print.el (ps-print-emacs-type): Move into the
4963 eval-and-compile.
4964
e597d8fb 4965 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 4966 anonymous address, and add a website for Befrienders International.
4836835a 4967
3e9cb08f
GM
49682000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4969
c70fe852
SM
4970 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
4971 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
4972 (ps-print-version): New version number (6.2).
4973 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
4974 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
4975 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
4976 (ps-x-extent-priority, ps-x-extent-start-position)
4977 (ps-x-face-font-instance, ps-x-find-coding-system)
4978 (ps-x-font-instance-properties, ps-x-make-color-instance)
4979 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
4980 avoid compilation gripes without defining functions.
4981 (ps-e-find-composition): Alias for function find-composition, to have a
4982 suitable function depending on Emacs version.
4983 (ps-color-device, ps-color-values, ps-face-foreground-name)
4984 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
4985 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
4986 (ps-print-ensure-fontified): Function definitions surrounded by
4987 `eval-and-compile' to avoid compilation gripes.
4988 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
4989 by symbol-value to avoid compilation gripes.
4990 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
4991 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
4992
d8abcd91
MB
49932000-10-19 Miles Bader <miles@lsi.nec.co.jp>
4994
13ab33c4
MB
4995 * startup.el (normal-top-level): Call `frame-set-background-mode'
4996 after `frame-notice-user-settings' because the latter doesn't call
4997 the former on a tty.
4998
d8abcd91
MB
4999 * faces.el (frame-set-background-mode): `unspecified' &c are
5000 symbols, not strings.
5001
e8bce0a9
EZ
50022000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5003
c70fe852
SM
5004 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
5005 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 5006
c70fe852
SM
5007 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
5008 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 5009
773272d8
KH
50102000-10-19 Kenichi Handa <handa@etl.go.jp>
5011
c70fe852 5012 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
5013 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
5014 for ISO10646-1 fonts.
5015 (x-font-name-charset-alist): Add an entry for "iso10646-1".
5016
772139c0
EZ
50172000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5018
5019 * faces.el (frame-set-background-mode): If a tty frame defines a
5020 background color, use that to compute the background mode, instead
5021 of always defaulting to "dark".
5022
d134a19f
MB
50232000-10-19 Miles Bader <miles@lsi.nec.co.jp>
5024
8bb84cb2
MB
5025 * comint.el (comint-write-output): New function.
5026 (comint-mode-map): Add it to the menu.
e40a778f 5027 Bind `C-c C-s' to comint-write-output.
d134a19f 5028
dada41e1
GM
50292000-10-18 Gerd Moellmann <gerd@gnu.org>
5030
5031 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
5032 Use fancy-splash-delay.
5033
9b5360aa
GM
50342000-10-18 Alex Schroeder <alex@gnu.org>
5035
5036 * progmodes/sql.el (sql-sybase-options): New option.
5037 (sql-sybase): Use it. Add sql-database to the list of parameters
5038 provided for login. The options -w 2048 -n are not used any more.
5039
9035a35a
GM
5040 * comint.el (comint-read-input-ring): Bugfix such that the first
5041 and the last entry of the input ring file are not lost.
5042
3556c6dd
GM
50432000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5044
5045 * ps-print.el: Internal variable changes to defcustom,
5046 make-local-hook changes to defvar. Doc fix.
5047 (ps-print-version): New version number (6.1).
5048 (ps-setup, ps-do-despool): Code fix.
5049 (ps-printer-name): Customization fix.
5050 (ps-printer-name-option): Now is a defcustom instead of an
5051 internal variable.
5052 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
5053 (ps-print-begin-column-hook): Now are defvar instead of
5054 make-local-hook.
4836835a 5055
4e217e50
MB
50562000-10-18 Miles Bader <miles@gnu.org>
5057
5058 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
5059 (comint-kill-output): Changed into an alias for `comint-delete-output',
5060 and made obsolete.
5061 (comint-mode-map): Rename references to comint-kill-output.
5062
34460354
EZ
50632000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
5064
5065 * diff-mode.el (diff-header-face, diff-file-header-face)
5066 (diff-changed-face): Add bold and italic attributes to tty faces.
5067 (diff-function-face): New face.
5068 (diff-font-lock-keywords): Use it.
5069
17ea3cdb
MB
50702000-10-18 Miles Bader <miles@lsi.nec.co.jp>
5071
5072 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
5073 Remove commented-out call to force-mode-line-update.
5074 (comint-kill-output): Use `forward-line 0' instead of
5075 beginning-of-line to make sure we get past the prompt.
5076
9244f2c7
SM
50772000-10-17 Stefan Monnier <monnier@cs.yale.edu>
5078
5079 * diff-mode.el (diff-header-face, diff-file-header-face):
5080 Add specific setting for dark background.
5081 (diff-context-face): Renamed from diff-comment-face.
5082 Set explicitly rather than inheriting from font-lock-comment-face.
5083
1592c1ef
EZ
50842000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5085
5086 * startup.el (command-line): Move the code which sets the default
5087 TTY colors to before before-init-hook.
5088
f86292a9
GM
50892000-10-17 Gerd Moellmann <gerd@gnu.org>
5090
5091 * jit-lock.el (jit-lock-stealth-time): Doc fix.
5092
f7f2e883
EZ
50932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5094
e854cc22
EZ
5095 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
5096 extensions, for MS-DOS.
5097
f7f2e883
EZ
5098 * diff-mode.el (diff-header-face, diff-file-header-face)
5099 (diff-changed-face): Define tty-specific colors.
5100
c7b4f0f9
GM
51012000-10-17 Gerd Moellmann <gerd@gnu.org>
5102
5103 * startup.el (fancy-splash-text): Realign the text.
5104
12a72271
EZ
51052000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5106
5107 * font-lock.el (font-lock-comment-face): Define a separate default
5108 for dark-background tty's.
5109
61dfccfd
MB
51102000-10-17 Miles Bader <miles@gnu.org>
5111
5112 * help.el (resize-temp-buffer-window): Add hack to avoid last line
5113 being obscured by whizzy mode-lines on graphics displays.
5114
333cd59e
EZ
51152000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5116
5117 * info.el (Info-title-1-face, Info-title-2-face)
5118 (Info-title-3-face): Define colors for tty's.
dada41e1 5119 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 5120
dbf1fcc1
EZ
51212000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5122
5123 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
5124 reverse from the frame parameters, and don't invert foreground and
5125 background colors.
5126
ac629823
MB
51272000-10-16 Miles Bader <miles@gnu.org>
5128
5129 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
5130 string "*Info*". Call propertized-buffer-identification to spruce
5131 up the result.
5132
76eebffc
GM
51332000-10-16 Gerd Moellmann <gerd@gnu.org>
5134
3a6b59d9
GM
5135 * help.el: Provide `help' for the sake of define-minor-mode
5136 which generates defcustoms with requires.
5137
6569c3d3
GM
5138 * jit-lock.el (jit-lock-after-change): If we're in text that
5139 matches a multi-line font-lock pattern, make sure the whole text
5140 will be redisplayed.
5141
c2e0a611
GM
5142 * emacs-lisp/authors.el (authors-add): Don't add an entry if
5143 author's name is unknown.
5144
76eebffc
GM
5145 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
5146 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
5147 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
5148 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
5149 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
5150 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
5151 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
5152 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
5153 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
5154 Add author information.
5155
cf1e7b12
MB
51562000-10-16 Miles Bader <miles@lsi.nec.co.jp>
5157
5158 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
5159 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
5160 full-color version (using the Gimp) to eliminate dithering artifacts.
5161
5586f3eb
SM
51622000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5163
5164 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
5165
5166 * simple.el (syntax-flag-table, string-to-syntax): Remove.
5167
ad64a888
DL
51682000-10-15 Dave Love <fx@gnu.org>
5169
5170 * progmodes/sh-script.el: Require skeleton and comint when
5171 compiling.
5172
5173 * pcomplete.el (pcomplete) <defgroup>: Add :version.
5174
5175 * whitespace.el: Doc fixes.
5176 (top-level): Don't add hooks here.
5177 (whitespace-running-emacs): Deleted.
5178 (timer): Don't require.
5179 (whitespace): Add back :version conditional on xemacs test.
5180 (whitespace-spacetab-regexp, whitespace-indent-regexp)
5181 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
5182 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
5183 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
5184 Avoid specific xemacs test.
5185 (whitespace-global-mode): New option.
5186 (whitespace-global-mode): New command.
5187 (whitespace-unload-hook): New function.
5188
5189 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 5190 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
5191 (Info-fontify-node): `Goto' goes to `Go to'.
5192 (Info-fontify-node): Add help-echo to xref links.
5193
1ef49fc6
EZ
51942000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
5195
5196 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
5197
8b7707e1
SM
51982000-10-15 Stefan Monnier <monnier@cs.yale.edu>
5199
b3b7f42f
SM
5200 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
5201 Use plist-get and allow :inherit.
5202
5203 * emacs-lisp/cl-macs.el (cl-do-arglist):
5204 Use plist-get and plist-member instead of memq.
5205
3c7fafc7
SM
5206 * emacs-lisp/ewoc.el (ewoc-location): New function.
5207 (ewoc-enter-after, ewoc-enter-before): Document return value.
5208 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
5209 Don't need make-local-hook any more.
5210 (cvs-addto-collection): Return the new tin.
5211 (cvs-mode-insert): Jump to the new line.
5212
8b7707e1
SM
5213 * jit-lock.el (jit-lock-fontify-buffer): Remove.
5214
5215 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
5216
5217 * font-lock.el (font-lock-syntactically-fontified): New var.
5218 (font-lock-fontify-syntactic-keywords-region): Use it.
5219 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
5220
5221 * diff-mode.el (diff-find-file-name): Fix regexp.
5222
5223 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
5224 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
5225
5226 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
5227 (sh-mode-syntax-table): Add punctuation syntax for < and >.
5228 (sh-mode): Don't make all vars local here.
5229 (sh-kw): Reformat.
5230 (sh-set-shell): Use dolist. Don't set indent-region-function.
5231 (sh-mode-syntax-table): Use pop.
5232 (sh-remember-variable): Use push.
5233 (sh-help-string-for-variable): Use memq.
5234 (sh-safe-backward-sexp): Remove.
5235 (sh-safe-forward-sexp): Add ARG.
5236 (sh-get-indent-info, sh-prev-stmt): Use it.
5237 (sh-prev-line): Simplify by using forward-comment.
5238 (sh-this-is-a-continuation): Simplify.
5239 (sh-learn-buffer-indent): Use dolist.
5240 (sh-do-nothing): Remove.
5241 (sh-set-char-syntax, sh-set-here-doc-region):
5242 Use inhibit-modification-hooks.
5243 (sh-name-style): Use mapcar and push.
5244 (sh-load-style): Use dolist.
5245 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
5246 (sh-case, sh-while-getopts): Use propertize directly rather
5247 than sh-electric-rparen.
5248
52492000-10-14 Stefan Monnier <monnier@cs.yale.edu>
5250
5251 * textmodes/tex-mode.el: Require CL when compiling.
5252 (tex-mode-syntax-table): Init immediately.
5253 (tex-mode-map): Bind M-RET to latex-insert-item.
5254 (latex-mode): Set indent-line-function to latex-indent.
5255 (tex-common-initialization): Don't setup the syntax-table any more.
5256 (latex-insert-item): New skeleton.
5257 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 5258 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 5259 (latex-indent, latex-find-indent): New functions.
4836835a 5260 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
5261 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
5262 (tex-compilation-parse-errors): Use with-syntax-table.
5263
86b7fcbb
MB
52642000-10-15 Miles Bader <miles@gnu.org>
5265
5266 * font-lock.el (font-lock-comment-face): Change dark-background,
5267 color, non-tty, default to `chocolate1'.
5268
57a24508
JW
52692000-10-13 John Wiegley <johnw@gnu.org>
5270
5271 * eshell/esh-util.el (require): Added a missing `require' form,
5272 needed when compiling (for an ange-ftp macro definition).
5273
40ad3db4
DL
52742000-10-13 Dave Love <fx@gnu.org>
5275
5276 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
5277
db460189
GM
52782000-10-13 Gerd Moellmann <gerd@gnu.org>
5279
b41c9501
GM
5280 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc
5281 fix.
5282
4836835a 5283 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
5284 transparent -colors 8).
5285
3b5e21df
GM
52862000-10-13 Stephen Gildea <gildea@alum.mit.edu>
5287
5288 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
5289 that breaks with old list format timestamps.
5290 (time-stamp-warn-inactive, time-stamp-old-format-warn)
5291 (time-stamp-count, time-stamp-conversion-warn): Improved doc
5292 strings.
5293
16908a3f
JW
52942000-10-13 John Wiegley <johnw@gnu.org>
5295
d7103dda
JW
5296 * align.el, pcomplete.el, calendar/timeclock.el,
5297 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
5298
dace60cf 5299 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
5300 faulty math, where holiday hours were being computing as seconds.
5301
b6b70cda
JW
53022000-10-13 John Wiegley <johnw@gnu.org>
5303
5304 * desktop.el (desktop-buffer-modes-to-save): Added a global for
5305 specifying what "other" kinds of buffers should be saved. This
5306 used to be hard-coded.
5307 (desktop-buffer-misc-functions): A global for specifying how
5308 auxiliary data should be determined for special buffer types.
5309 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
5310 instead of hard-coding the special buffer types.
5311 (desktop-save): Run `desktop-buffer-misc-functions' to gather
5312 auxiliary data, instead of hard-coding for Info buffers and dired.
5313 (desktop-buffer-info-misc-data): Aux function for determining Info
5314 buffer auxiliary info.
5315 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
5316 (desktop-buffer-info): Changed this function to use the info
5317 gathered above.
5318 (desktop-create-buffer): Be a little more careful about what
5319 `minor-mode' means before calling it. This is important for some
5320 buffer types.
5321
8c6b1d83
JW
53222000-10-13 John Wiegley <johnw@gnu.org>
5323
5324 * eshell/esh-util.el: Added a global form which declares an
5325 autoload for `parse-time-string', if that function is not already
5326 defined, and if parse-time.el is available on the user's system.
5327
5328 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
5329 to be aware of ange-ftp user info.
5330 (eshell-do-ls): Bind `ange-cache'. Also, use
5331 `eshell-file-attributes'.
5332 (eshell-ls-annotate): Use `eshell-file-attributes'.
5333 (eshell-ls-file): Made the user-id printing code a bit smarter.
5334
5335 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
5336 allow identification of alias user ids in remote directories.
5337 It's manual, but there's no other way to know when the current
5338 user on the local machine, is also the owning user on the remote
5339 machine.
5340 (fboundp): Bind `ange-cache'.
5341 (eshell-directory-files-and-attributes): Re-organized the logic a
5342 bit to use `eshell-file-attributes' instead of `file-attributes'.
5343 The former is more sensitive to directories that are read via FTP,
5344 and knows how to use ange-ftp to determine full attribute
5345 information, instead of just the name and last modtime.
5346 (eshell-current-ange-uids): Return the current user id when in a
5347 remote directory.
5348 (eshell-parse-ange-ls): Parse a full directory listing that has
5349 been returned by ange-ftp.
5350 (eshell-file-attributes): This beefed up version of
5351 `file-attributes' is only special if the user is currently in a
5352 remote directory, in which case it does a lot of work to find out
5353 what the real attributes of a file are, as they appear on the
5354 remote machine. This makes usage of remote directories (i.e.,
5355 ange-ftp pathnames) much more useful. You can now use Eshell as a
5356 full-fledged FTP client, with much more manipulation ability than
5357 most other clients.
5358
5359 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
5360 variable, which means that Eshell's du should always be preferred
5361 in remote directories.
5362 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
5363 just `file-attributes'.
5364 (eshell-mvcp-template): Bind `ange-cache', to improve performance
5365 when reading remote directories. This is an Eshell-specific
5366 variable (not part of ange-ftp).
5367 (eshell/ln): Bind `ange-cache'.
5368 (eshell/du): Added some extra logic for determining when to use
5369 Eshell's du (which is slow), and when to use the external version
5370 (which may or may not exist).
5371
5372 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof): Call
5373 `eshell-interactive-process', rather than using
5374 `get-buffer-process', since backgrounded processes don't count in
5375 the context of this function's logic.
5376
5377 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
5378 `forward-char', so that null strings are parsed correctly.
5379
87730e84 53802000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5381
5382 * eshell/em-pred.el (eshell-pred-file-type,
5383 eshell-pred-file-links, eshell-pred-file-size): Use
5384 `eshell-file-attributes'. This is more correct over ange-ftp.
5385
5386 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
5387 that remote file globbing is more efficient.
5388
5389 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
5390 gathering the files and attributes within a directory.
5391
5392 * eshell/em-unix.el (eshell/cat): If any of the files passed on
5393 the command line is a special file (not a regular file, directory
5394 or symlink), always attempt to call the external version of cat.
5395
87730e84 53962000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
5397
5398 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
5399 Eshell-friendly version of find-tag.
5400
1c7e37a9
MB
54012000-10-13 Miles Bader <miles@lsi.nec.co.jp>
5402
4836835a 5403 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
5404 (image-file-name-regexps): Add autoload cookies.
5405
11a7f341
KH
54062000-10-13 Kenichi Handa <handa@etl.go.jp>
5407
5408 * international/mule-cmds.el (select-safe-coding-system): If FROM
5409 is string, show it in *Warning* buffer.
5410
8ddddcb0
EZ
54112000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5412
5413 * startup.el (normal-top-level): Use display-popup-menus-p instead
5414 of window-system.
5415 (command-line): Use display-graphic-p instead of window-system.
5416 (command-line-1): Use display-popup-menus-p and display-mouse-p
5417 instead of window-system.
5418
72200f89
SS
54192000-10-12 Sam Steingold <sds@gnu.org>
5420
5421 * tooltip.el (tooltip-use-echo-area): New user variable.
5422 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
5423
8661c643
DL
54242000-10-12 Dave Love <fx@gnu.org>
5425
d0b40dc1
DL
5426 * recentf.el: Maintainer's checkdoc fixes.
5427
a622451f
DL
5428 * startup.el (normal-top-level-add-subdirs-to-load-path): Use
5429 character class, not ASCII when matching file names.
5430 (fancy-splash-head): Add trailing slash to URL.
5431 (command-line): Don't require XPM support for toolbar.
5432
8661c643
DL
5433 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
5434 (cperl-invalid-face): Revert last change.
5435 (cperl-init-faces): Quote cperl-invalid-face.
5436
ef2ed8ab
KH
54372000-10-12 Kenichi Handa <handa@etl.go.jp>
5438
5439 * startup.el (fancy-splash-text): Remove superfluous quote.
5440
b0da379e
GM
54412000-10-12 Gerd Moellmann <gerd@gnu.org>
5442
dbeb499b
GM
5443 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
5444 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
5445 (command-line-1): Don't use fancy-splash-pending-command.
5446 (fancy-splash-screens-1): Goto point-min after inserting text.
5447
d861718a
GM
5448 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
5449
b0da379e
GM
5450 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
5451 instead of shared-lisp-mode-map.
5452
4fb2ad98
MB
54532000-10-12 Miles Bader <miles@lsi.nec.co.jp>
5454
1cb4393e
MB
5455 * faces.el (header-line): Change tty-variant to use underlining.
5456
4fb2ad98
MB
5457 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
5458 (isearch-highlight): Restore lazy-isearch face properties at old
5459 position, and suppress them at new position.
5460 (isearch-dehighlight): Restore lazy-isearch face properties.
5461 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
5462 over the real isearch overlay, but in that case, don't give it a
5463 face property. Use `push'.
5464
eb991b25
KH
54652000-10-12 Kenichi Handa <handa@etl.go.jp>
5466
5467 * man.el (Man-getpage-in-background): Fix previous change.
5468 Decode the process output only when we are in multibyte mode.
5469
a818c1c0
DL
54702000-10-11 Dave Love <fx@gnu.org>
5471
c990f53a
DL
5472 * info.el (Info-mode-menu): Fix some help.
5473 (info-tool-bar-map): Add entry for Info-last.
5474
a818c1c0
DL
5475 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
5476 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
5477 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
5478 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
5479 * toolbar/search-replace.xpm, toolbar/exit.xpm:
5480 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
5481 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
5482 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
5483 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
5484 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
5485 Reduce colour requirements to 25 overall. (Probably wants
5486 revisiting from the originals to reduce further.)
5487
c1b096cb
EZ
54882000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
5489
5490 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
5491 buffer-file-coding-system, instead of raw-text.
5492 (dehexlify-buffer): Bind coding-system-for-read to
5493 buffer-file-coding-system, instead of raw-text.
5494
5c8b7eaf
SS
54952000-10-11 Sam Steingold <sds@gnu.org>
5496
5497 * progmodes/cperl-mode.el (cperl-invalid-face): double-quote
5498 `underline' - fixes the bug introduced on 2000-09-21.
5499
2cfbdb7a
DL
55002000-10-11 Dave Love <fx@gnu.org>
5501
5502 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode): Avoid
5503 compiler warnings.
5504 (scheme-mode): Doc fix.
5505 (scheme-font-lock-keywords-1): Match `define-syntax'.
5506
55072000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
5508
5509 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
5510 face specs as well as default ones. Only do anything if the
5511 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 5512 (region): Make dark-background `region' face less in-your-face.
4b33f290 5513
690ec649
SS
55142000-10-10 Sam Steingold <sds@gnu.org>
5515
5516 * chistory.el, ielm.el, ledit.el:
5517 * progmodes/inf-lisp.el, progmodes/scheme.el:
5518 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
5519
3b95d6bb
SM
55202000-10-10 Stefan Monnier <monnier@cs.yale.edu>
5521
5522 * textmodes/texinfo.el: Update copyright and fix typo.
5523
5524 * desktop.el (desktop-modes-not-to-save): New var.
5525 (desktop-save-buffer-p): Use it.
a30eb617
DL
5526 Also, obey desktop-buffers-not-to-save even for non-file buffers.
5527 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
5528
55292000-10-10 Dave Love <fx@gnu.org>
5530
5531 * toolbar/tool-bar.el (tool-bar-add-item)
5532 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono
5533 display.
5534
5535 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
5536 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
5537 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
5538 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
5539 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
5540 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
5541 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
5542 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
5543 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
5544 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
5545 the .xpms; probably need retouching.
5546
55472000-10-10 Miles Bader <miles@lsi.nec.co.jp>
5548
5549 * subr.el (add-to-list): Add optional argument APPEND.
5550 * battery.el (display-battery): Use `add-to-list'.
5551
55522000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
5553
5554 * play/zone.el (zone-timer, zone-wc-tbl): Rework
5555 these vars as symbol properties.
5556 (zone, zone-when-idle, zone-leave-me-alone)
5557 (zone-pgm-whack-chars): Use new symbol properties.
5558
5559 * battery.el (display-battery): Doc spelling fix.
5560
5561 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
5562 property.
5563
55642000-10-09 Dave Love <fx@gnu.org>
5565
5566 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
5567 has been initialized before calling tool-bar-setup.
5568 (tool-bar-add-item-from-menu): Add autoload cookie.
5569
55702000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
5571
5572 * menu-bar.el (send-mail-item-name): New function.
5573 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
5574 of mail-user-agent in the menu. Don't display the "Send Mail"
5575 item if mail-user-agent is nil or its value is ignore.
5576 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
5577 if read-mail-command is nil or its value is ignore.
5578
5579 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
5580
55812000-10-09 Miles Bader <miles@gnu.org>
5582
5583 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
5584 Correct image size.
5585 * toolbar/left_arrow.xpm: Correct image size.
5586
5587 * jka-compr.el: Don't call `jka-compr-install' when loading (it
5588 will be done by the definition of `auto-compression-mode' if
5589 necessary. Move code to uninstall existing file-name handler
5590 before definition of `auto-compression-mode'.
5591
5592 * image-file.el (auto-image-file-mode): Move to the end of the
5593 file, because `define-minor-mode' actually calls the mode-function
5594 if the associated variable is non-nil, which requires that all
5595 needed functions be already defined.
5596
5597 * mouse.el (popup-menu): Balance parens.
5598
55992000-10-08 Stefan Monnier <monnier@cs.yale.edu>
5600
5601 * mouse.el (popup-menu): Move the command call outside the loop
5602 so that popup-menu returns whatever the command returns.
5603
5604 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
5605 (initialize-new-tags-table): Use run-hook-with-args-until-success.
5606 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
5607 (tags-table-format-functions): Renamed from tags-table-format-hooks.
5608
5609 * vc.el (vc-version-diff): diff-switches can be a list.
5610 Use relative filenames for prettier output.
5611
5612 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
5613 (vc-post-command-functions): Remove old-VC compatibility code.
5614
5615 * newcomment.el (comment-indent-default): Autoload.
5616
5617 * font-lock.el (font-lock-defaults): Make buffer-local.
5618 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
5619 (font-lock-choose-keywords):
5620 Ignore LEVEL unless KEYWORDS is a list of syms.
5621 (c-keywords, c++-keywords, objc-keywords, java-keywords):
5622 Don't wrap regexp-opt things in \(...\) unnecessarily.
5623
5624 * jit-lock.el: Don't require font-lock any more.
5625 (jit-lock-functions): Make buffer-local.
5626 (jit-lock-saved-fontify-buffer-function): Remove.
5627 (jit-lock-mode): Remove autoload cookie.
5628 Remove font-lock specific code.
5629 (jit-lock-unregister): Don't bother handling complex hooks any more.
5630 (jit-lock-refontify): New function.
5631 (jit-lock-fontify-buffer): Use it.
5632 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
5633 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
5634 Add optional args START and END.
5635 Never call font-lock-fontify-region directly.
5636 (jit-lock-function, jit-lock-stealth-fontify): Use it.
5637
5638 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
5639
56402000-10-08 Dave Love <fx@gnu.org>
5641
5642 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
5643
5644 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
5645
5646 * play/studly.el (studlify-region, studlify-word): Add autoload
5647 cookie.
5648
5649 * play/morse.el (morse-region, unmorse-region): Add autoload
5650 cookie.
5651
5652 * play/spook.el (spook-phrases-file): Use expand-file-name, not
5653 concat.
5654
5655 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
5656 insist on symbols starting with word syntax.
5657 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
5658 (eval-defun-1): Doc fix.
5659 (indent-sexp): Use nconc to build up indent-stack.
5660
5661 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
5662 Gnus with little use.
5663 (mail-setup-hook): Add mail-abbrevs-setup to options.
5664
5665 * recentf.el: Doc fixes.
5666
5667 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
5668 Clean up remainder.
5669
5670 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
5671 without timezone and (8) with timezone to enforce some whitespace.
5672 Simplify code somewhat.
5673
5674 * options.el (list-options): Doc that you should use customize.
5675
5676 * iswitchb.el (iswitchb-mode): Add :require.
5677
5678 * info.el (Info-goto-node, Info-menu): Doc fix.
5679 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
5680 (info-tool-bar-map): New variable.
5681 (Info-mode): Use it.
5682 (Info-edit-map): Define all in defvar.
5683 (speedbar-attached-frame): Avoid compiler warning.
5684
5685 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
5686 (global-map): Bind [tool-bar] to a filtered map.
5687 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
5688 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
5689 Allow PBM icons.
5690 (tool-bar-setup): Adjust calls of tool-bar-add-item.
5691
5692 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
5693 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
5694 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
5695 icons, except up_arrow, which is left-arrow rotated.
5696
5697 * imenu.el (imenu-add-to-menubar): Fix last change.
5698
56992000-10-08 Peter Breton <pbreton@ne.mediaone.net>
5700
5701 * generic-x.el (rul-generic-mode): Remove eval-when-compile
5702 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
5703
57042000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5705
5706 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
5707 typos in doc strings.
5708
5709 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
5710 the doc strings how to customize Font Lock faces.
5711
5712 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
5713 computing growth when dragging the header line.
5714
57152000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
5716
5717 * simple.el (kill-line): Doc fix.
5718
57192000-10-08 Miles Bader <miles@gnu.org>
5720
5721 * faces.el (secondary-selection): Make foreground visible on tty.
5722
5723 * jka-compr.el (auto-compression-mode): Move to the end of the
5724 file, because `define-minor-mode' actually calls the mode-function
5725 if the associated variable is non-nil, which requires that all
5726 needed functions be already defined.
5727 (with-auto-compression-mode): Add autoload cookie.
5728
57292000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
5730
5731 * files.el (find-backup-file-name) [ms-dos]: If support for long
5732 file names is not available, behave as if version-control were set
5733 to never.
5734
57352000-10-07 Dave Love <fx@gnu.org>
5736
5737 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
5738 (browse-url-gnome-moz): New function.
5739 (browse-url-browser-function): Use it.
5740 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
5741
57422000-10-07 Stefan Monnier <monnier@cs.yale.edu>
5743
5744 * indent.el (tab-always-indent): New var.
5745 (indent-for-tab-command): Use it.
5746
5747 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
5748 raise an error. This way it can still default to a sane value.
5749
57502000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5751
5752 * startup.el (fancy-splash-screens): Use local rather than global map.
5753 Don't use `update-menu-bindings' any more.
5754 Get rid of assumptions about keymap representation.
5755
57562000-10-06 Dave Love <fx@gnu.org>
5757
5758 * textmodes/fill.el (sentence-end-double-space)
5759 (sentence-end-without-period): Doc fix.
5760 (adaptive-fill-regexp): Purecopy.
5761 (unjustify-current-line): Use line-end-position.
5762 (fill-individual-paragraphs-prefix): Use line-beginning-position.
5763
5764 * net/eudc-vars.el (eudc): Add :version, :link.
5765
5766 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
5767
5768 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
5769 Fix for define-minor-mode.
5770 (function-at-point): Alias to function-called-at-point.
5771
5772 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
5773
5774 * simple.el (backward-word): Doc fix.
5775
5776 * image-file.el (image-file-name-regexp): image-file-regexps ->
5777 image-file-name-regexps.
5778 (image-file-name-extensions): Add pbm.
5779
57802000-10-06 Stefan Monnier <monnier@cs.yale.edu>
5781
5782 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
5783 and add filename to the names so that diff-mode can jump to source.
5784
5785 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
5786 (tex-font-lock-keywords, tex-font-lock-keywords-2)
5787 (tex-font-lock-keywords-1): Remove.
5788 (font-lock-turn-on-thing-lock): Use jit-lock-register.
5789 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
5790 (font-lock-default-fontify-region):
5791 Expand beg..end correctly when just following a multiline region.
5792 (font-lock-fontify-anchored-keywords):
5793 Include the anchor text as part of the multiline.
5794
57952000-10-06 Gerd Moellmann <gerd@gnu.org>
5796
5797 * loadup.el (toplevel): Load `loaddefs' before `help' because the
5798 latter needs the autoloaded define-minor-mode macro during the
5799 bootstrap.
5800
5801 * startup.el (command-line): For now, activate tool-bar-mode only
5802 if XPM images are supported.
5803
5804 * mouse.el (mouse-drag-header-line): Don't allow resizing a
5805 window by dragging a header-line at the top of the frame; that's
5806 confusing because the header-line doesn't move.
5807 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
5808 of treating the event as a list. Some cleanup.
5809
58102000-10-06 Miles Bader <miles@gnu.org>
5811
5812 * simple.el (display-message-or-buffer): New function.
5813 (shell-command-on-region): Use `display-message-or-buffer'.
5814
5815 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
5816 docstring parts.
5817
5818 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5819 (smbclient-prompt-regexp): Add usage note to doc string.
5820 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
5821 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
5822 Use add-hook for adding the comint filter function, and only do so
5823 if it's not already in the global hook list.
5824 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
5825 to `make-local-variable'.
5826 (nslookup-font-lock-keywords): Remove prompt entry.
5827 (nslookup): Don't set the process-filter.
5828 (finger): Exit the loop correctly when the regexps list runs out.
5829 (ftp, smbclient, smbclient-list-shares):
5830 Set the real major mode immediately, not after execing.
5831 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
5832
5833 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
5834
58352000-10-05 Stefan Monnier <monnier@cs.yale.edu>
5836
5837 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
5838
5839 * which-func.el (which-func-format): Remove spurious space.
5840 (which-func-mode): Don't make it permanent-local.
5841 (which-func-ff-hook): Allow which-func-maxout to be nil.
5842 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
5843 (which-func-mode): Simplify.
5844 Use post-command-idle-hook rather than post-command-hook.
5845 Go through all buffers and update their state.
5846 (which-function): Also try add-log-current-defun-function.
5847
5848 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
5849 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
5850 Update call to with-vc-properties accordingly.
5851 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
5852 (vc-revert-buffer): More careful about window selection and deletion.
5853 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
5854
5855 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
5856 (cvs-retrieve-revision): Reuse a pre-existing buffer.
5857 (cvs-dired-action): Change the default to quickdir.
5858
5859 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
5860 if comment-indent-function returns nil.
5861 (comment-indent-default): New function.
5862 (comment-indent-function): Use it and document the new semantics.
5863
5864 * image-file.el: Docstring fixes.
5865
5866 * help.el (help-xref-on-pp): Use match-string.
5867 (describe-variable): New arg BUFFER.
5868 Store the current buffer in the help-xref-stack.
5869 (temp-buffer-resize-mode): Use define-minor-mode.
5870
5871 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
5872 consistently with its docstring.
5873 Set jit-lock-first-unfontify-pos in an idempotent way.
5874 (jit-lock-register): Autoload and add arg CONTEXTUAL.
5875
58762000-10-05 Alex Schroeder <alex@gnu.org>
5877
5878 * sql.el (sql-mysql-options): New variable.
5879 (sql-mysql): Use it.
5880
58812000-10-05 Miles Bader <miles@lsi.nec.co.jp>
5882
5883 * image.el (image): New group.
5884
5885 * smerge-mode.el (smerge-mine-face, smerge-other-face)
5886 (smerge-base-face, smerge-markers-face): Add dark-background variants.
5887
58882000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5889
5890 * net/net-utils.el (nslookup-font-lock-keywords)
5891 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5892 Ignore the value of wqindow-system; always define keywords
5893
58942000-10-05 Kenichi Handa <handa@etl.go.jp>
5895
5896 * startup.el (fancy-splash-screens): Remove the code for
5897 debugging; `(trace-to-stderr "EXITTT\n")'.
5898
58992000-10-05 Miles Bader <miles@gnu.org>
5900
5901 * diff-mode.el (diff-goto-source): Update call to
5902 `diff-hunk-status-msg' to reflect new REV variable.
5903
59042000-10-04 Stefan Monnier <monnier@cs.yale.edu>
5905
5906 * progmodes/icon.el (icon-mode):
5907 Don't gratuitously override the default for comment-column.
5908
5909 * vc-hooks.el (vc-mode-line): Fix interactive spec.
5910
5911 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
5912 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
5913 (jit-lock-functions): New var.
5914 (jit-lock-function-1): Use it if non-nil.
5915 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
5916 Set the `fontified' property before doing the fontification to avoid
5917 repeatedly going through the same error.
5918 Don't turn errors into messages.
5919 (jit-lock-register, jit-lock-unregister): New functions.
5920
5921 * dired.el (dired-mark-pop-up): Turn comment into docstring.
5922 Use with-current-buffer.
5923
5924 * dired-aux.el (dired-do-create-files, dired-kill-tree):
5925 Turn comment into docstring.
5926
5927 * apropos.el (apropos-mode): Use define-derived-mode.
5928
59292000-10-04 Gerd Moellmann <gerd@gnu.org>
5930
5931 * startup.el (fancy-splash-pending-command): New variable.
5932 (fancy-splash-pre-command): New function.
5933 (fancy-splash-screens): Rewritten.
5934 (command-line-1): If fancy-splash-pending-command is set, call it
5935 interactively.
5936
59372000-10-04 Dave Love <fx@gnu.org>
5938
5939 * toolbar/tool-bar.el (tool-bar-setup): New function.
5940 (tool-bar-mode): Use it.
5941
5942 * subr.el (substitute-key-definition): Doc fix.
5943 (play-sound-file): New command.
5944
59452000-10-04 Andre Spiegel <spiegel@gnu.org>
5946
5947 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
5948 vc-version-backup-file-name): New functions.
5949
5950 * files.el (basic-save-buffer): Call vc-before-save before saving.
5951
5952 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
5953 vc-cvs-stay-local-p.
5954
5955 * vc.el (vc-revert-buffer): Handle empty diff properly.
5956 (vc-version-backup-file): New function.
5957 (vc-checkout): Create a version backup if necessary.
5958 (vc-checkin): If a version backup file exists, delete it.
5959 (vc-version-diff): Diff locally using version backups, if available.
5960 (vc-revert-file): If there's a version backup, revert locally.
5961 (vc-transfer-file): Use version backup for base version, if
5962 available. If not, ask for confirmation whether to get it from the
5963 server. Update mode line before check-in.
5964
59652000-10-04 Dave Love <fx@gnu.org>
5966
5967 * toolbar/tool-bar.el (tool-bar-setup): New function.
5968 (tool-bar-mode): Use it.
5969
59702000-10-04 Peter Breton <pbreton@ne.mediaone.net>
5971
5972 * net/net-utils.el (nslookup-font-lock-keywords)
5973 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
5974 Only set if window-system is non-nil
5975 (net-utils-run-program): Returns buffer.
5976 (network-connection-reconnect): Added this function.
5977
5978 * generic.el:
5979 Incorporates extensive cleanup and docfixes by
5980 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
5981 Uses cl compile-time macros.
5982 (generic-mode-name, generic-comment-list)
5983 (generic-keywords-list, generic-font-lock-expressions)
5984 (generic-mode-function-list, generic-mode-syntax-table):
5985 Removed variables.
5986 (generic-mode-alist): Renamed to generic-mode-list.
5987 (generic-find-file-regexp): Default changed to "^#".
5988 (generic-read-type): Uses completing read on generic-mode-list.
5989 (generic-mode-sanity-check): removed this function.
5990 (generic-add-to-auto-mode): Removed this function
5991 (generic-mode-internal): Bind mode-specific definitions
5992 into function instead of putting them in alist.
5993 (generic-mode-set-comments): Reworked extensively.
5994 (generic-mode-find-file-hook): Simplified regexp searching
5995 (generic-make-keywords-list): Omit extra pair of parens
5996
5997 * find-lisp.el (find-lisp-find-files-internal):
5998 Make sure directory name ends with "/".
5999
6000 * generic-x.el (apache-conf-generic-mode):
6001 Regexp now allows leading whitespace.
6002 (rc-generic-mode): Added eval-when-compile
6003 around generic-make-keywords-list.
6004 Deleted duplicate regexp
6005 (rul-generic-mode): Added eval-when-compile
6006 around generic-make-keywords-list.
6007 (etc-fstab-generic-mode): New generic mode.
6008 (rul-generic-mode): Removed one eval-when-compile
6009 which caused a max-specpdl-size exceeded error.
6010
60112000-10-04 Miles Bader <miles@gnu.org>
6012
6013 * simple.el (minibuffer-temporary-goal-position): New variable.
6014 (next-history-element): Try to keep the position of point in the
6015 input string constant.
6016
6017 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
6018 (dired-do-create-files): If there's only one file, pass it in as
6019 the DEFAULT arg to dired-mark-read-file-name.
6020
60212000-10-03 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
6024 (diff-goto-source): Be smarter when choosing REVERSE or not.
6025
6026 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
6027 (texinfo-mode-menu): Add an explicit shortcut for update all.
6028
60292000-10-03 Andre Spiegel <spiegel@gnu.org>
6030
6031 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
6032 factorize backend-specific code cleanly (this was essentially
6033 conceived by Stefan Monnier).
6034 (vc-unregister): Function removed.
6035 (vc-revert-file): New function.
6036 (vc-revert-buffer): Delegate some of the work to it.
6037
6038 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
6039 default branch unconditionally.
6040 (vc-rcs-set-default-branch): New function.
6041 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
6042 (vc-rcs-checkin): If an appropriate default branch has been set,
6043 force creation of that branch.
6044 (vc-rcs-receive-file): Rewritten to contain only backend-specific
6045 code (as suggested by Stefan Monnier).
6046
60472000-10-02 Gerd Moellmann <gerd@gnu.org>
6048
6049 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
6050 highlighting overlay with a different face over the overlay
6051 isearch uses to highlight the current match because that can lead
6052 to bad face combinations.
6053
6054 * loadup.el (toplevel): Load faces before isearch.
6055
6056 * isearch.el (isearch-faces): New custom group.
6057 (isearch): New defface; was already tested for in the code.
6058 (isearch-lazy-highlight-face): Changed to defface from defcustom.
6059 (isearch-highlight): Always use face `isearch'.
6060
60612000-10-02 Dave Love <fx@gnu.org>
6062
6063 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
6064 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
6065 comparison of opcode with operand.
6066
60672000-10-03 Miles Bader <miles@gnu.org>
6068
6069 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
6070 buffer, since the echo area will now grow to accommodate them.
6071
60722000-10-02 Andre Spiegel <spiegel@gnu.org>
6073
6074 * vc-hooks.el (vc-registered): If FILE used to be registered under
6075 a certain backend, try that one first.
6076
6077 * vc.el (vc-responsible-backend): Undo the previous change in the
6078 argument list. Handle multiple backends correctly.
6079 (vc-find-new-backend): Function removed.
6080 (vc-register): Use vc-responsible-backend, as before.
6081 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
6082
60832000-10-02 Gerd Moellmann <gerd@gnu.org>
6084
6085 * startup.el (fancy-splash-head): Change message below the
6086 logo.
6087
60882000-10-02 Miles Bader <miles@lsi.nec.co.jp>
6089
6090 * diff-mode.el (diff-goto-source): Emit a status message.
6091 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
6092 (diff-test-hunk): Fix doc string.
6093 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
6094 (diff-advance-after-apply-hunk): New variable.
6095 (diff-apply-hunk): Don't return a value.
6096
60972000-10-01 Stefan Monnier <monnier@cs.yale.edu>
6098
6099 * vc.el (vc-editable-p): Minor optimization.
6100 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
6101 (vc-find-new-backend): New function split from vc-responsible-backend.
6102 (vc-register): Use it.
6103 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
6104 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
6105 (vc-default-unregister, vc-revert-buffer): Docstring fix.
6106 (vc-clear-headers): Don't use find-file.
6107 (vc-revert-buffer): Use `and' again (must have been a braino).
6108 (vc-switch-backend): Only prompt if requested.
6109 Short circuit if nothing is to be done.
6110 Don't use vc-resynch-buffer which could lose unsaved editing.
6111 (vc-default-receive-file): Update call to vc-unregister.
6112 (with-vc-file, vc-next-action-on-file):
6113 Use vc-backend rather than vc-registered.
6114 (vc-next-action-on-file): Use intern-soft.
6115 Deal with read-only *vc-diff* buffer.
6116 (vc-transfer-file): Docstring fix.
6117
6118 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
6119 (vc-rcs-receive-file): Avoid with-vc-properties.
6120 Update call to vc-unregister.
6121 Use constant `RCS' rather than (dynamically bound) var `backend'.
6122
61232000-10-01 Andre Spiegel <spiegel@gnu.org>
6124
6125 * vc.el (vc-next-action-on-file): Update mode line only if file
6126 is visited.
6127 (vc-start-entry): New argument initial-contents. Don't visit the file
6128 if it isn't already visited. Brought documentation up-to-date.
6129 (vc-next-action, vc-register): Updated calls to vc-start-entry.
6130 (vc-checkin): New optional arg initial-contents, which is passed to
6131 vc-start-entry.
6132 (vc-finish-logentry): Make sure to bury log buffer only if there
6133 really is one. Call `vc-resynch-buffer' on log-file, not
6134 buffer-file-name.
6135 (vc-default-comment-history, vc-default-wash-log): New functions.
6136 (vc-index-of): Removed.
6137 (vc-transfer-file): Make do without the above.
6138 (vc-default-receive-file): Call comment-history unconditionally. Pass
6139 the resulting string to vc-checkin, instead of inserting it into the
6140 comment ring.
6141
6142 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
6143 unconditionally. Use the comments as initial contents of the log
6144 entry buffer. Document the trick to force branch creation with no
6145 changes.
6146
61472000-10-01 Miles Bader <miles@gnu.org>
6148
6149 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
6150 `recenter' with an arg to prevent redrawing the display.
6151
61522000-09-30 Stefan Monnier <monnier@cs.yale.edu>
6153
6154 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
6155
6156 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
6157
6158 * progmodes/c-mode.el (c-mode):
6159 Don't gratuitously override the default for comment-column.
6160
6161 * textmodes/tex-mode.el (latex-metasection-list): New var.
6162 (latex-imenu-create-index): Use it.
6163 Move the regexp construction outside loops (and use push).
6164 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
6165 (tex-font-lock-keywords): Moved from font-lock.el.
6166 (tex-comment-indent): Remove.
6167 (tex-common-initialization): Don't set comment-indent-function.
6168 (latex-block-default): New var.
6169 (tex-latex-block): Use it to provide a default choice.
6170 Add any unknown choice to latex-block-names.
6171 Insert [...] after {...}.
6172 (tex-last-unended-begin): Simplify regexp.
6173 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
6174 (latex-forward-sexp-1, latex-forward-sexp): New functions.
6175 (latex-mode): Set forward-sexp-function.
6176
6177 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
6178 Add regexp for @ignore ... @end ignore.
6179 (texinfo-heading-face): New face.
6180 (texinfo-font-lock-keywords): Use it.
6181 (texinfo-mode-menu): New menu.
6182 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
6183 New functions.
6184 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
6185 (texinfo-section-types-regexp, texinfo-section-level-regexp)
6186 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
6187 Remove declaration.
6188 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
6189
6190 * delsel.el (delete-selection-mode): Use define-minor-mode.
6191
6192 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
6193
61942000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6195
6196 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
6197
61982000-09-30 Gerd Moellmann <gerd@gnu.org>
6199
6200 * replace.el (keep-lines-read-args): New function.
6201 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
6202 read arguments interactively. Add parameters RSTART and REND.
6203 Operate on the active region in Transient Mark mode.
6204
6205 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
6206
6207 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
6208 (authors-obsolete-files-regexps): New variable.
6209 (authors-add): Don't record changes in obsolete files.
6210
62112000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6212
6213 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
6214
6215 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
6216 (comment-indent): Make sure there's a space between code and comment.
6217 Shift comments left to avoid going past fill-column.
6218
62192000-09-29 Gerd Moellmann <gerd@gnu.org>
6220
6221 * startup.el (startup-echo-area-message): New function.
6222 (display-startup-echo-area-message): Use it.
6223 (fancy-splash-screens): Rewritten to use keymaps and a timer.
6224 (fancy-splash-default-action): New function.
6225 (fancy-splash-screens-1): New function.
6226 (fancy-splash-head): Put a help-echo and a keymap under the image.
6227
62282000-09-29 Stefan Monnier <monnier@cs.yale.edu>
6229
6230 * diff-mode.el (diff-add-log-file-name): Remove.
6231 (diff-mode): Use add-log-buffer-file-name-function.
6232
6233 * add-log.el (find-change-log): New arg BUFFER-FILE.
6234 (add-log-file-name): Obey add-log-file-name-function.
6235 (add-log-buffer-file-name-function): New var.
6236 (add-change-log-entry): Use it.
6237
62382000-09-29 Miles Bader <miles@gnu.org>
6239
6240 * image-file.el (image-file-name-extensions): New variable.
6241 (image-file-name-regexps): Renamed from `image-file-regexps'.
6242 New default value is nil. Call `auto-image-file-mode'.
6243 (image-file-name-regexp): New function.
6244 (auto-image-file-mode): New minor mode.
6245 (insert-image-file): Don't make conditional on the image-file
6246 handler being enabled.
6247 (image-file-handler): Make the call here conditional instead.
6248 (set-image-file-handler-enabled, enable-image-file-handler)
6249 (disable-image-file-handler): Functions removed.
6250
6251 * emacs-lisp/authors.el (authors-print): Rephrase many-files
6252 string.
6253
62542000-09-29 Gerd Moellmann <gerd@gnu.org>
6255
6256 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
6257 it's a function from CL.
6258 (latex-imenu-create-index): Replace eval-when-compile with progn
6259 because latex-section-alist is not bound while compiling.
6260
62612000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
6264 (outline-mode): Use define-derived-mode.
6265
6266 * progmodes/perl-mode.el (perl-mode):
6267 * progmodes/awk-mode.el (awk-mode):
6268 * progmodes/asm-mode.el (asm-mode):
6269 Don't gratuitously override the default for comment-column.
6270
6271 * emacs-lisp/lisp.el (lisp-complete-symbol):
6272 Distinguish the let-binding case from the funcall case.
6273 (forward-sexp-function): New variable.
6274 (forward-sexp): Use it.
6275
6276 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
6277 (easy-mmode-defmap): Remove the now useless autoload.
6278
6279 * time.el (display-time-mode): Use define-minor-mode.
6280
6281 * subr.el (add-minor-mode): Don't eval NAME.
6282 Don't depend on the presence of TOGGLE-FUN for any special behavior.
6283 Use if rather than cond.
6284
6285 * simple.el (read-expression-map): Define more properly.
6286 (comment-indent-hook): Remove.
6287 (string-to-syntax): Bug fix.
6288
6289 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
6290 (cvs-ediff-diff): Fix typo.
6291 (cvs-revert-if-needed): Don't bother preserving read-only.
6292
6293 * paren.el (show-paren-mode): Use define-minor-mode.
6294
6295 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
6296 (toggle-auto-compression): Remove.
6297 (jka-compr-build-file-regexp): Remove useless grouping.
6298
6299 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
6300 Avoid user-reserved bindings.
6301 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
6302 (diff-header-face): Revert to grey85.
6303
6304 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
6305
6306 * complete.el (partial-completion-mode) <defcustom>: Remove.
6307 (partial-completion-mode): Use define-minor-mode.
6308 (PC-do-completion): Understand `completion-auto-help = delay'
6309 to mean to popup the completion buffer only the second time.
6310 (PC-include-file-all-completions, PC-include-file-all-completions)
6311 (PC-include-file-all-completions): Don't quote lambda.
6312
6313 * comint.el (comint-mode-hook): Docstring fix.
6314 (comint-mode): Use define-derived-mode.
6315 (comint-mode-map): Remove obsolete comment.
6316 (make-comint): Minor stylistic change.
6317 (comint-insert-clicked-input): Be more careful to find the overlay.
6318 Use this-command-keys rather than hardcoding mouse-2.
6319
6320 * font-lock.el: Replace confusing (,@ with ,
6321 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
6322 Don't use regexp-opt-depth. Spice up the regexp for args.
6323 Don't distinguish between cmds that can take an opt arg or not.
6324 Use `append' and `prepend' rather than `keep'.
6325
6326 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
6327 (latex-outline-regexp): New var.
6328 (latex-outline-level): New fun.
6329 (latex-section-alist): New var.
6330 (latex-imenu-create-index): Use it. Use `push' as well.
6331 (tex-shell-map): Initialize it properly.
6332 (tex-mode): Minor stylistic change.
6333 (plain-tex-mode): Use define-derived-mode.
6334 (latex-mode): Use define-derived-mode.
6335 Construct the paragraph regexps in a more readable way.
6336 Set the buffer-local outline-{level,regexp} vars.
6337 (slitex-mode): Derive from latex-mode.
6338 (tex-common-initialization): Don't kill-all-vars anymore.
6339 Add setting for comment-add and font-lock-defaults.
6340 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
6341 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
6342 (tex-start-tex): New arg DIR (and send a chdir command for it).
6343 Also display the shell buffer and save it in tex-last-buffer-texed.
6344 (tex-region): Use expand-file-name rather than concat.
6345 Remove code made useless by changes in tex-start-tex.
6346 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
6347
6348 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
6349
63502000-09-28 Dave Love <fx@gnu.org>
6351
6352 * eshell/eshell.el (eshell) <defgroup>: Add :version.
6353
63542000-09-28 Gerd Moellmann <gerd@gnu.org>
6355
6356 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
6357 `append'.
6358
63592000-09-28 Stefan Monnier <monnier@cs.yale.edu>
6360
6361 * info.el (Info-extract-pointer): Undo last change.
6362 Instead, fix the position of the `bound' arg to re-search-backward.
6363
63642000-09-27 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * info.el (Info-extract-pointer):
6367 Widen more carefully, to avoid finding pointers in other nodes.
6368 (Info-index): Use push.
6369
63702000-09-27 Gerd Moellmann <gerd@gnu.org>
6371
6372 * frame.el (set-frame-font): Remove call to obsolete function
6373 frame-update-faces.
6374 (set-foreground-color, set-background-color): Likewise for
6375 frame-update-face-colors.
6376
63772000-09-27 Miles Bader <miles@gnu.org>
6378
6379 * image-file.el: New file.
6380
63812000-09-27 Gerd Moellmann <gerd@gnu.org>
6382
6383 * frame.el (frame-notice-user-settings): Don't call
6384 frame-update-faces, which is a no-op now.
6385
6386 * ediff-wind.el (ediff-control-frame-parameters): Add zero
6387 tool-bar-lines.
6388
63892000-09-27 Dave Love <fx@gnu.org>
6390
6391 * mouse.el: Fix last change.
6392
63932000-09-27 Miles Bader <miles@lsi.nec.co.jp>
6394
6395 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
6396
63972000-09-22 Kenichi Handa <handa@etl.go.jp>
6398
6399 * international/quail.el (quail-help): The output message is
6400 improved.
6401
64022000-09-26 Dave Love <fx@gnu.org>
6403
6404 * mouse.el (popup-menu): If POSITION is nil, set it using
6405 mouse-position.
6406
64072000-09-25 Sam Steingold <sds@gnu.org>
6408
6409 * net/browse-url.el (browse-url-file-url): Check for null maps.
6410
64112000-09-26 Gerd Moellmann <gerd@gnu.org>
6412
6413 * frame.el (frame-notice-user-settings): Don't add a
6414 tool-bar-lines frame parameter to default-frame-alist in batch mode.
6415
6416 * frame.el (frame-notice-user-settings):
6417 Make tool-bar-mode and default-frame-alist consistent.
6418
6419 * toolbar/tool-bar.el (tool-bar-help): New function.
6420
64212000-09-25 Gerd Moellmann <gerd@gnu.org>
6422
6423 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
6424 current-load-list in top-level forms. Else this leaks a cons cell
6425 every time a defun is called.
6426
6427 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
6428
64292000-09-25 Dave Love <fx@gnu.org>
6430
6431 * startup.el (fancy-splash-head): Check XPM is available.
6432
6433 * autoinsert.el (auto-insert): Doc fix.
6434 (auto-insert-alist): Following GNU notices, don't say `copyright
6435 _by_'. Use line-beginning-position.
6436 (auto-insert): Check buffer-file-name is non-nil before use.
6437
64382000-09-25 Gerd Moellmann <gerd@gnu.org>
6439
6440 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
6441 starting with `@def' or `@multitable', in addition to ones
6442 specified by the user in auto-fill-inhibit-regexp.
6443
64442000-09-25 Markus Rost <rost@math.ohio-state.edu>
6445
6446 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
6447 rmail-dont-reply-to-names matches the empty string.
6448
64492000-09-25 Gerd Moellmann <gerd@gnu.org>
6450
6451 * startup.el (command-line-1, fancy-splash-text): Change the
6452 text to sound more friendly.
6453
64542000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
6455
6456 * progmodes/hideshow.el: Update author email address.
6457 Generally, sync w/ maintainer version 5.22.
6458 (hs-hide-all-non-comment-function): New var.
6459 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
6460 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
6461 (hs-show-region): Delete this command.
6462 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
6463
64642000-09-22 Dave Love <fx@gnu.org>
6465
6466 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
6467 (hl-line-highlight): Specify buffer when moving overlay.
6468
6469 * progmodes/fortran.el (fortran-mode): Locally set
6470 normal-auto-fill-function.
6471 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
6472 (fortran-mode-map): Adjust auto-fill menu entry.
6473
64742000-09-22 Gerd Moellmann <gerd@gnu.org>
6475
6476 * vc-rcs.el (toplevel): Require `vc' when compiling.
6477
6478 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
6479
64802000-09-22 Andre Spiegel <spiegel@gnu.org>
6481
6482 * vc.el (vc-switch-backend): Signal an error if the file is not
6483 registered under the new backend.
6484
6485 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
6486 without explicit revision number.
6487
64882000-09-21 Stefan Monnier <monnier@cs.yale.edu>
6489
6490 * diff-mode.el (diff-file-header-face): Reset to its previous value.
6491 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
6492 (diff-xor): New function.
6493 (diff-find-source-location): Use it. Fix a stupid name clash.
6494 (diff-hunk-status-msg): New function.
6495 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
6496 (diff-test-hunk): Use diff-find-source-location.
6497 (diff-goto-source): Favor the `reverse'.
6498 (diff-hunk-text): Properly handle one-sided context diffs.
6499 (diff-apply-hunk): When done, advance to the next hunk.
6500
65012000-09-21 Gerd Moellmann <gerd@gnu.org>
6502
6503 * startup.el (command-line): If frame was created with a non-zero
6504 tool-bar-lines parameter, switch tool-bar-mode on.
6505
6506 * add-log.el (change-log-date-face, change-log-name-face)
6507 (change-log-email-face, change-log-file-face)
6508 (change-log-list-face, change-log-conditionals-face)
6509 (change-log-function-face, change-log-acknowledgement-face):
6510 New faces, inheriting from font-lock faces.
6511 (change-log-font-lock-keywords): Use them.
6512
65132000-09-21 Dave Love <fx@gnu.org>
6514
6515 * progmodes/cperl-mode.el (top-level): Clean up
6516 `eval-when-compile's and assorted defvars.
6517 (cperl-invalid-face): Don't double-quote value. Change custom
6518 type.
6519 (cperl-mode): Set normal-auto-fill-function and don't zap
6520 auto-fill-function.
6521 (cperl-imenu--function-name-regexp-perl): Renamed from
6522 imenu-example--function-name-regexp-perl.
6523 (cperl-imenu--create-perl-index): Renamed from
6524 imenu-example--create-perl-index.
6525 (cperl-xsub-scan): Don't require cl.
6526
6527 * msb.el (msb-mode-map): Use substitute-key-definition.
6528 (msb-mode): Use msb-mode-map.
6529
65302000-09-21 Andre Spiegel <spiegel@gnu.org>
6531
6532 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
6533 New functions.
6534 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
6535 (vc-switch-backend): New function.
6536 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
6537 (vc-register): Fix prompt.
6538 (vc-unregister, vc-default-unregister): New functions.
6539 (vc-version-diff): Handle empty buffer in sentinel.
6540
6541 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
6542 (vc-rcs-state-heuristic): Use it to guess the state of files with
6543 non-strict locking.
6544 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
6545 been set with -b, but not created yet.
6546 (vc-rcs-fetch-master-state): With non-strict locking, compare file
6547 contents in order to find the state.
6548 (vc-rcs-checkin): Allow creation of branches with no changes.
6549 (vc-rcs-unregister, vc-rcs-receive-file)
6550 (vc-rcs-set-non-strict-locking): New functions.
6551
6552 * vc-hooks.el (vc-name): Force correct computation of the value
6553 in case it is missing.
6554
65552000-09-21 Gerd Moellmann <gerd@gnu.org>
6556
6557 * startup.el (fancy-splash-tail): Use a different foreground
6558 color on a dark frame background.
6559
65602000-09-21 Miles Bader <miles@lsi.nec.co.jp>
6561
6562 * info.el: Use the correct capitalization when making Info-mode
6563 and Info-edit-mode `special' modes.
6564
65652000-09-20 Stefan Monnier <monnier@cs.yale.edu>
6566
6567 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
6568 (diff-mode): Add support for add-log.el.
6569 (diff-hunk-text): Use char offsets rather than line offsets.
6570 (diff-find-source-location): Replace LINE with line-offset (nil
6571 if not found) and always set POS to a meaningful position.
6572 Adapt to the new char-offsets.
6573 (diff-apply-hunk): Drop support for the unused `select' POPUP.
6574 Adapt to the new diff-find-source-location.
6575 (diff-goto-source): Adapt to the new diff-find-source-location.
6576
6577 * add-log.el (add-log-file-name): New function (split out of
6578 add-change-log-entry).
6579 (add-change-log-entry): Use it.
6580 Call add-log-file-name-function with the changelog file name if
6581 the current buffer is not associated with any file.
6582 Avoid find-file if the selected window is dedicated.
6583
6584 * diff-mode.el (diff-find-source-location):
6585 Move code from diff-apply-hunk. Return buffer rather than file.
6586 (diff-apply-hunk): Use the new result from diff-find-source-location.
6587 (diff-goto-source): Use the new diff-find-source-location.
6588
65892000-09-20 Dave Love <fx@gnu.org>
6590
6591 * iswitchb.el: Some doc fixes.
6592 (iswitchb-mode-map): Define completely initially. Inherit
6593 minibuffer-local-map.
6594 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
6595 fundamental-mode.
6596 (iswitchb-global-map): New variable.
6597 (iswitchb-summaries-to-end): Amalgamate regexps.
6598 (iswitchb-mode): New.
6599 (iswitchb-mode-hook): New variable.
6600 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
6601 `extensions'.
6602
66032000-09-20 Gerd Moellmann <gerd@gnu.org>
6604
6605 * ehelp.el (electric-help): New defgroup.
6606 (electric-help-shrink-window): New user-option.
6607 (with-electric-help): Use it.
6608
6609 * window.el (shrink-window-if-larger-than-buffer): If face
6610 `mode-line' has a :box, and we're on a graphical frame, add 1
6611 to the needed window height.
6612
6613 * frame.el (frame-notice-user-settings): Add a last parameter nil
6614 to a call to `append', because the last list passed to `append' is
6615 not copied, and so subsequent calls to assq-delete-all will modify
6616 default-frame-alist.
6617
6618 * startup.el (fancy-splash-image): Change :type.
6619 (fancy-splash-head): Use an XBM image if appropriate.
6620 (command-line-1): Show splash screens in more cases.
6621
6622 * startup.el (fancy-splash-text): Don't quote faces.
6623
6624 * dired.el (dired-font-lock-keywords): Undo last change.
6625 (dired-readin): Bind indent-tabs-mode to nil.
6626
6627 * startup.el (fancy-splash-head): If frame's background mode
6628 is `dark', change the black background of the image to gray.
6629 (fancy-splash-screens): Display startup echo area message.
6630 (display-startup-echo-area-message): New function.
6631
66322000-09-20 Miles Bader <miles@lsi.nec.co.jp>
6633
6634 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
6635
6636 * info.el (info-header-node): Tweak for color ttys.
6637
6638 * faces.el (face-valid-attribute-values): Make sure directories we
6639 search for stipples both exist and are readable before trying to
6640 search them.
6641
6642 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
6643 in the dry-run case.
6644
6645 * jka-compr.el (with-auto-compression-mode): New macro.
6646
6647 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
6648 (custom-group-tag-face, custom-variable-tag-face): Use relative
6649 :height and inherit from `variable-pitch' face instead of
6650 hardwiring :family.
6651 * hi-lock.el (hi-black-hb): Likewise.
6652
6653 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
6654 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
6655 toolbar-add-item, if image doesn't have a mask add a `:mask
6656 heuristic'.
6657
66582000-09-19 Stefan Monnier <monnier@cs.yale.edu>
6659
6660 * diff-mode.el: Docstring fixes.
6661 (diff-header-face, diff-comment-face): New faces.
6662 (diff-font-lock-keywords): Highlight a bit differently.
6663 (diff-find-source-location): Don't return SPAN any more.
6664 (diff-hunk-text): Don't bother erasing the temp buffer.
6665 (diff-find-text): Drop argument LINE.
6666 (diff-apply-hunk): Update calls to diff-find-text.
6667 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
6668
6669 * calendar/calendar.el: Docstring fixes.
6670 (calendar-make-alist): Don't quote lambda.
6671 (calendar-star-date): Use make-local-variable.
6672
66732000-09-19 Dave Love <fx@gnu.org>
6674
6675 * toolbar/tool-bar.el: Renamed from toolbar.el.
6676 Change `toolbar' to `tool-bar' generally in symbols.
6677 Make some items invisible in `special' major modes.
6678 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
6679 Add arg PROPS.
6680
6681 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
6682 Add :version here.
6683 (fancy-splash-delay, fancy-splash-image): Remove :version here.
6684
66852000-09-19 Gerd Moellmann <gerd@gnu.org>
6686
6687 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
6688
6689 * files.el (find-file-suppress-same-file-warnings): New user-option.
6690 (find-file-noselect): Use it.
6691
6692 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
6693 (fancy-splash-screen): Defgroup.
6694
6695 * add-log.el (change-log-font-lock-keywords): Match names
6696 more exactly for the case that font-lock-constant-face is
6697 underlined.
6698
66992000-09-19 Richard M. Stallman <rms@gnu.org>
6700
6701 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
6702
67032000-09-19 Andre Spiegel <spiegel@gnu.org>
6704
6705 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
6706
67072000-09-19 Gerd Moellmann <gerd@gnu.org>
6708
6709 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
6710 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
6711 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
6712 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
6713 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
6714 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
6715 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
6716 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
6717 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
6718 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
6719 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
6720 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
6721
6722 * startup.el (fancy-splash-text): New variable.
6723 (fancy-splash-delay, fancy-splash-image): New user-options.
6724 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
6725 (fancy-splash-screens): New functions.
6726 (command-line-1): If display has a `display' frame parameter, has
6727 colors, and we have XPM support, show more fancy splash screens.
6728
67292000-09-19 Dave Love <fx@gnu.org>
6730
6731 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
6732 with null `help'. Use modern backquote syntax.
6733
67342000-09-19 Gerd Moellmann <gerd@gnu.org>
6735
6736 * font-lock.el (font-lock-mode): Change message telling the user
6737 that ``the buffer is too big''.
6738
6739 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
6740 for instance for the case that tab-width is 2.
6741
67422000-09-18 Gerd Moellmann <gerd@gnu.org>
6743
6744 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
6745 toolbar-add-item, if image doesn't have a mask add a `:mask
6746 heuristic'.
6747
67482000-09-18 Miles Bader <miles@lsi.nec.co.jp>
6749
6750 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
6751 and return a cons if it's non-nil.
6752 (diff-apply-hunk): Try to jump to the line in the source text
6753 corresponding to the position of point in the in the hunk.
6754
6755 * info.el (Info-title-3-face, Info-title-2-face)
6756 (Info-title-1-face): Use face inheritance and relative sizes
6757 instead of hard-wiring things.
6758
6759 * faces.el (secondary-selection): Make dark-background variant sane.
6760
67612000-09-16 Andrew Innes <andrewi@gnu.org>
6762
6763 * makefile.w32-in (compile-files-CMD): No need to make .elc files
6764 read-only, since they aren't under VC now.
6765
67662000-09-17 Dave Love <fx@gnu.org>
6767
6768 * tmm.el: Replace mapcar with mapc in several places.
6769
6770 * loadhist.el (unload-feature): Maybe call elp-restore-list and
6771 ad-unadvise.
6772
6773 * international/latin1-disp.el: New file.
6774
6775 * calendar/cal-move.el (scroll-calendar-left)
6776 (scroll-calendar-right): Make arg optional (for active mode line).
6777
6778 * calendar/calendar.el (calendar-mode-line-format): Make fields
6779 mouse-sensitive.
6780 (calendar-read-date, calendar-read-date, calendar-window-list):
6781 Unquote lambda.
6782 (calendar-month-name): Use aref, not sref.
6783
6784 * view.el (minor-mode-alist): Propertize the string.
6785
6786 * international/characters.el (standard-case-table): Add entries
6787 for Greek.
6788
67892000-09-18 Miles Bader <miles@gnu.org>
6790
6791 * info.el (info-node, info-xref): Add dark-background variants.
6792
6793 * faces.el (header-line): Change defaults to be less confusing
6794 when mixed with mode-lines.
6795
6796 * info.el (Info-fontify-node): Make a few cleanups.
6797 Add extra `help-echo' and `local-map' props to node xrefs.
6798 Use header-specific faces for node-names & xrefs.
6799 (Info-use-header-line): New variable.
6800 (info-header-xref, info-header-node): New faces.
6801 (Info-setup-header-line): New function.
6802 (Info-select-node): Call Info-setup-header-line when enabled.
6803 (Info-extract-pointer): Work even if the header line is hidden.
6804 (Info-header-line): New variable.
6805
68062000-09-16 Stefan Monnier <monnier@cs.yale.edu>
6807
6808 * vms-patch.el (print-region-function): Don't quote lambda.
6809
6810 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
6811
6812 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
6813 (lm-get-header-re): Allow spaces between the header and the colon.
6814 (lm-header): Allow $ in non-RCS headers.
6815 (lm-header-multiline): Put the strings back into order.
6816 Stop at an empty line. Don't require two space chars if the
6817 line is clearly not another header line.
6818
6819 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
6820 (popup-menu-popup): Remove.
6821
68222000-09-15 Gerd Moellmann <gerd@gnu.org>
6823
6824 * toolbar/toolbar.el (toolbar-add-item): Use the same image
6825 specification if or if not tool-bar item contains an `:enabled'
6826 property.
6827
6828 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
6829 current buffer has no file name.
6830
68312000-09-15 Dave Love <fx@gnu.org>
6832
6833 * strokes.el: Sync with maintainer's current version with changes
6834 for Emacs, but avoid runtime cl and levents.
6835 (toplevel): Change autoloads and compilation requires.
6836 (strokes-version, strokes-bug-address, strokes-lift): Values
6837 changed.
6838 (strokes-xpm-header, strokes-insinuated): New variable.
6839 (strokes): Add :link.
6840 (strokes-mode): Customized.
6841 (strokes-while-inhibiting-garbage-collector): New macro.
6842 (strokes-remassoc): Avoid remove-if.
6843 (strokes-fix-button2-command): Don't use ad-do-it.
6844 (strokes-insinuate): New function.
6845 (strokes-button-press-event-p, strokes-button-release-event-p):
6846 New functions, used instead of non-`strokes-' versions..
6847 (strokes-mouse-event-p): Rewritten.
6848 (strokes-event-closest-point): Avoid event-point.
6849 (strokes-get-grid-position): Avoid cdadr, caadr
6850 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
6851 functions.
6852 (strokes-help): Use with-output-to-temp-buffer.
6853 (strokes-window-configuration-changed-p): New function.
6854 (strokes-update-window-configuration): Use buffer-live-p,
6855 strokes-window-configuration-changed-p.
6856 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
6857 (strokes-char-face): New face.
6858 (strokes-char-table, strokes-base64-chars): New variable.
6859 (strokes-xpm-for-stroke, strokes-list-strokes)
6860 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
6861 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
6862 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
6863 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
6864 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
6865 functions.
6866
68672000-09-15 Gerd Moellmann <gerd@gnu.org>
6868
6869 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
6870
6871 * image.el (create-image): Doc fix.
6872
6873 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
6874 instead of `:heuristic-mask t'.
6875
68762000-09-14 Andrew Innes <andrewi@gnu.org>
6877
6878 * makefile.w32-in: Revert to Unix line endings.
6879
68802000-09-14 Andrew Innes <andrewi@gnu.org>
6881
6882 * makefile.w32-in: Add bootstrap support. Also copy lisp source
6883 when installing.
6884
6885 * makefile.nt (DONTCOMPILE): Fix typo.
6886
6887 * shell.el (shell-write-history-on-exit): New function.
6888 (shell-dumb-shell-regexp): New custom variable.
6889 (shell-mode): Make shell-write-history-on-exit the process
6890 sentinel if shell name matches shell-dumb-shell-regexp.
6891
6892 * w32-fns.el: Comment out before-init-hook function which resets
6893 source-directory based; this breaks bootstrap.
6894
68952000-09-14 Dave Love <fx@gnu.org>
6896
6897 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
6898 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
6899 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
6900 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
6901 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
6902 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
6903 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
6904 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
6905 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
6906
6907 * toolbar/toolbar.el: New.
6908
6909 * subdirs.el: Add toolbar.
6910
69112000-09-14 Gerd Moellmann <gerd@gnu.org>
6912
6913 * indent.el (indent-for-tab-command): Doc fix.
6914
69152000-09-14 Alex Schroeder <alex@gnu.org>
6916
6917 * ansi-color.el (ansi-colors): Doc change.
6918 (ansi-color-get-face): Simplified regexp.
6919 (ansi-color-faces-vector): Added more faces, doc change.
6920 (ansi-color-names-vector): Doc change.
6921 (ansi-color-regexp): Simplified regexp.
6922 (ansi-color-parameter-regexp): New regexp.
6923 (ansi-color-filter-apply): Doc change.
6924 (ansi-color-filter-region): Doc change.
6925 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
6926 deal with zero length parameters.
6927 (ansi-color-apply-on-region): Doc change.
6928 (ansi-color-map): Doc change.
6929 (ansi-color-map-update): Removed debugging message.
6930 (ansi-color-get-face-1): Added condition-case to trap
6931 args-out-of-range errors.
6932 (ansi-color-get-face): Doc change.
6933 (ansi-color-make-face): Removed.
6934 (ansi-color-for-shell-mode): New option.
6935
69362000-09-13 Kenichi Handa <handa@etl.go.jp>
6937
6938 * international/quail.el (quail-start-translation): Translate KEY
6939 if necessary even if it doesn't have any mapping in the current
6940 input method.
6941 (quail-start-conversion): Likewise.
6942 (quail-help): The output message is improved.
6943
69442000-09-13 Miles Bader <miles@gnu.org>
6945
6946 * comint.el (comint-output-filter): Revert to using
6947 `insert-before-markers'. Add bletcherous hack to undo damage
6948 caused by `insert-before-markers'. Put `front-sticky' property on
6949 overlays created here so that the field code understands how the
6950 overlay works. Use a let when making comint-last-prompt-overlay,
6951 so that the code is easier to read.
6952
69532000-09-13 Dave Love <fx@gnu.org>
6954
6955 * wid-edit.el (widget-default-format-handler): DTRT when
6956 doc-property is a function.
6957
69582000-09-12 Francesco Potorti` <pot@gnu.org>
6959
6960 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
6961 filed name if it's not there.
6962
69632000-09-12 Dave Love <fx@gnu.org>
6964
6965 * simple.el (read-mail-command): Doc fix.
6966 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
6967
6968 * vc.el (vc-dired-listing-switches): Fix :version.
6969
6970 * vc-hooks.el: Doc fixes.
6971
6972 * subr.el (add-minor-mode): Use toggle-fun arg.
6973
6974 * speedbar.el: Add :version to several defcustoms.
6975
6976 * imenu.el (imenu--truncate-items, imenu--cleanup)
6977 (imenu--generic-function): Avoid mapcar.
6978 (imenu--replace-spaces): Function removed.
6979 (imenu--completion-buffer): Use subst-char-in-string.
6980 (imenu-add-to-menubar): Use keymap inheritance.
6981
69822000-09-12 Miles Bader <miles@gnu.org>
6983
6984 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
6985 (diff-mode-map): Bind `diff-test-hunk'.
6986 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
6987
69882000-09-11 Gerd Moellmann <gerd@gnu.org>
6989
6990 * bytecomp.el (byte-compile-defvar): Undo last change
6991 because it breaks '(make-variable-buffer-local (defvar ...)'
6992 which is used at least in dired.
6993
69942000-09-12 Kenichi Handa <handa@etl.go.jp>
6995
6996 * international/quail.el (quail-define-package): Docstring
6997 modified.
6998
69992000-09-12 Kenichi Handa <handa@etl.go.jp>
7000
7001 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
7002 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
7003 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
7004 docstring of "chinese-py".
7005
7006 * international/quail.el (quail-translation-docstring): New
7007 variable.
7008 (quail-show-keyboard-layout): Docstring modified.
7009 (quail-select-current): Likewise.
7010 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
7011 infinite recursive call.
7012 (quail-help): Check quail-translation-docstring. Format of the
7013 output changed.
7014 (quail-help-insert-keymap-description): Adjusted for the above
7015 change.
7016
70172000-09-11 Gerd Moellmann <gerd@gnu.org>
7018
7019 * bytecomp.el (byte-compile-defvar): Only cons onto
7020 current-load-list in top-level forms. Else this leaks a cons cell
7021 every time a defun is called.
7022
70232000-09-11 Miles Bader <miles@lsi.nec.co.jp>
7024
7025 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
7026 Now understands non-unified diffs. Some functionality moved into
7027 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
7028 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
7029 modify anything. Only reposition point in the patched file if the
7030 patch succeeds. Only pop up another window if POPUP is true.
7031 Emit a message describing what happened if successful, and at what
7032 line-offset. Automatically detect reversed hunks and do something
7033 appropriate.
7034 (diff-hunk-text, diff-find-text): New functions.
7035 (diff-filter-lines): Function removed.
7036 (diff-test-hunk): New function.
7037 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
7038
70392000-09-10 Dave Love <fx@gnu.org>
7040
7041 * textmodes/tildify.el: Minor doc/commentary fixes.
7042 (tildify) <defgroup>: Add :version.
7043
7044 * faces.el (face-x-resources): Make custom type more specific.
7045 (frame-background-mode): Use mapc.
7046 (region) <defcustom>: Add :version.
7047
70482000-09-08 Stefan Monnier <monnier@cs.yale.edu>
7049
7050 * vc-sccs.el (vc-sccs-register):
7051 * vc-rcs.el (vc-rcs-register):
7052 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
7053 * vc.el (vc-register): Clear file's properties.
7054
70552000-09-08 Gerd Moellmann <gerd@gnu.org>
7056
7057 * faces.el (face-spec-set): Only face-spec-reset-face when
7058 ATTRS is non-nil.
7059
70602000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
7061
7062 * help.el (help-insert-xref-button): Fix a typo in doc string.
7063
70642000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
7065
7066 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7067 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
7068 methods.
7069
7070 * menu-bar.el (read-mail-item-name): New function.
7071 (menu-bar-tools-menu): Use it to compute and display the package
7072 used to read email.
7073 (menu-bar-tools-menu): Fix typo in GUD's help string.
7074
70752000-09-07 Dave Love <fx@gnu.org>
7076
7077 * diff-mode.el (diff-mouse-goto-source): New function.
7078
7079 * vc-sccs.el: Doc fixes.
7080 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
7081
7082 * vc-rcs.el: Doc fixes.
7083 (vc-rcs-register-switches, vc-rcs-checkin-switches)
7084 (vc-rcs-checkout-switches, vc-rcs-header)
7085 (vc-rcs-master-templates): Add or change :version.
7086
7087 * vc-cvs.el: Doc fixes.
7088 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
7089 (vc-cvs-stay-local): Add :version.
7090
7091 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
7092
70932000-09-07 Kenichi Handa <handa@etl.go.jp>
7094
7095 * international/quail.el (quail-help): Fix previous change.
7096
70972000-09-07 Gerd Moellmann <gerd@gnu.org>
7098
7099 * faces.el (color-values): Doc fix.
7100
7101 * faces.el (frame-set-background-mode): Use frame-parameter
7102 instead of frame-parameters.
7103
7104 * frame.el (filtered-frame-list): Reduce consing.
7105 (frames-on-display-list): Call frame-parameter instead of
7106 frame-parameters.
7107
71082000-09-07 Kenichi Handa <handa@etl.go.jp>
7109
7110 * language/devan-util.el (devanagari-to-indian-region): In the
7111 loop, change the following char, not preceding char.
7112
71132000-09-07 Gerd Moellmann <gerd@gnu.org>
7114
7115 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
7116 instead of frame-parameters.
7117
7118 * faces.el (set-face-attribute): Simplify by calling
7119 internal-set-lisp-face-attribute with FRAME being 0.
7120
7121 * vc.el: Remove `Id' version control keyword.
7122
71232000-09-07 Kenichi Handa <handa@etl.go.jp>
7124
7125 * help.el (help-make-xrefs): Adjusted for the change of
7126 help-xref-mule-regexp.
7127 (help-insert-xref-button): New function.
7128
7129 * international/mule-cmds.el (help-xref-mule-regexp-template):
7130 Include the pattern for character set.
7131 (leim): New group.
7132
7133 * international/quail.el: Don't require face.
7134 (quail): New group.
7135 (quail-other-command): Dummy command to make quail-help work better.
7136 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
7137 (quail-keyboard-layout-substitution): New variable.
7138 (quail-update-keyboard-layout): New function.
7139 (quail-keyboard-layout-type): New customizable variable.
7140 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
7141 (quail-keyboard-translate): Pay attention to
7142 quail-keyboard-layout-substitution.
7143 (quail-insert-kbd-layout): New function.
7144 (quail-show-keyboard-layout): New function.
7145 (quail-get-translation): If the definition is a vector of length
7146 1, and the element is a string of length 1, return the character
7147 in that string.
7148 (quail-update-current-translations): Fix the case of
7149 relative-index out of range.
7150 (quail-build-decode-map, quail-insert-decode-map): New Functions.
7151 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
7152 Show key sequences for all available characters.
7153 (quail-help-insert-keymap-description): Don't show such verbose
7154 key bindings as quail-self-insert-command.
7155
7156 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7157 Format changed, and each element now have extra documentations.
7158 (tit-process-header): Delete invalid characters from TIT-PROMPT.
7159 Adjusted for the change of quail-cxterm-package-ext-info.
7160
71612000-09-06 Gerd Moellmann <gerd@gnu.org>
7162
7163 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
7164 requiring it leads to a recursive loading of vc.el and vc-hooks.el
7165 during bootstrap.
7166
71672000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7168
7169 * vc.el: (toplevel): Don't require `dired' at run-time.
7170 (vc-dired-resynch-file): Remove autoload cookie.
7171
71722000-09-05 Andre Spiegel <spiegel@gnu.org>
7173
7174 * vc.el: Made several backend functions optional.
7175 (vc-default-responsible-p): New function.
7176 (vc-merge): Use RET for first version to trigger merge-news, not
7177 prefix arg.
7178 (vc-annotate): Handle backends that do not support annotation.
7179 (vc-default-merge-news): Removed. The existence of a merge-news
7180 implementation is now checked on caller sites.
7181
7182 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
7183 case.
7184
7185 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
7186 special case that has been removed from the default in vc-hooks.el.
7187
71882000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7189
7190 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
7191
71922000-09-05 Andre Spiegel <spiegel@gnu.org>
7193
7194 * vc-hooks.el: Require vc during compilation.
7195 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
7196 macro `with-vc-properties' in vc.el.
7197 (vc-file-getprop): Doc fix.
7198 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
7199
7200 * vc.el: Require dired-aux during compilation.
7201 (vc-name-assoc-file): Moved to vc-sccs.el.
7202 (with-vc-properties): New macro.
7203 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
7204 vc-finish-steal): Use it.
7205 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
7206 to the backend-specific function is now supposed to do the checkout,
7207 too.
7208 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
7209
7210 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
7211 set file properties; that gets done in the generic code now.
7212
7213 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
7214 Changed parameter list, added code from vc.el that does the
7215 checkout, possibly with a double-take.
7216
7217 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
7218 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
7219 the above under the new name.
7220 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
7221 parameter list, added checkout command.
7222 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
7223 properties; that gets done in the generic code now.
7224
72252000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7226
7227 * vc.el: Docstring fixes (courtesy of checkdoc).
7228
72292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * vc.el (vc-checkout-writable-buffer-hook)
7232 (vc-checkout-writable-buffer): Remove.
7233 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
7234 (vc-log-mode): Make it into a clean derived major mode.
7235 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
7236 vc-log-mode if log-edit is not available.
7237 (vc-dired-mode-map): Don't set-keymap-parent yet.
7238 (vc-dired-mode): Do set-keymap-parent here.
7239 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
7240
72412000-09-05 Gerd Moellmann <gerd@gnu.org>
7242
7243 * faces.el (set-face-attribute, face-spec-reset-face)
7244 (face-spec-set): Avoid consing by removing calls to `apply'.
7245
7246 * frame.el (frame-parameter): Move to C code.
7247
72482000-09-05 Dave Love <fx@gnu.org>
7249
7250 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
7251 insert-before-markers-and-inherit. Now checked systematically!
7252
72532000-09-05 Alex Schroeder <alex@gnu.org>
7254
7255 * sql.el (sql-postgres): Use sql-postgres-options.
7256 (sql-postgres-options): New variable.
7257
72582000-09-05 Alex Schroeder <alex@gnu.org>
7259
7260 * sql.el (sql-mode-menu): Work around missing variable mark-active
7261 in XEmacs.
7262 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
7263 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
7264 compatibility.
7265
72662000-09-04 Gerd Moellmann <gerd@gnu.org>
7267
7268 * vc.el (vc-dired-resynch-file): Add autoload cookie.
7269
7270 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
7271
7272 * Makefile.in (DONTCOMPILE): Fix typo in file name.
7273
72742000-09-04 Andre Spiegel <spiegel@gnu.org>
7275
7276 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
7277 don't support anything else under SCCS yet.
7278
7279 * vc-hooks.el: Minor doc fixes.
7280
72812000-09-04 Andre Spiegel <spiegel@gnu.org>
7282
7283 * vc.el (vc-next-action-on-file): Do not visit the file if it's
7284 not necessary. If verbose in state `needs-patch', do the same as
7285 under `up-to-date'. When NOT verbose and `needs-patch', check out
7286 latest version instead of `merge-news'.
7287 (vc-next-action-dired): Don't mess with default-directory here; it
7288 breaks other parts of dired. It is the job of the
7289 backend-specific functions to adjust it temporarily if they need it.
7290 (vc-next-action): Remove a special CVS case.
7291 (vc-clear-headers): New optional arg FILE.
7292 (vc-checkin, vc-checkout): Set properties vc-state and
7293 vc-checkout-time properly.
7294 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
7295 (vc-print-log): Use new backend function `show-log-entry'.
7296 (vc-cancel-version): Do the checks in a different order. Added a
7297 FIXME concerning RCS-only code.
7298
7299 * vc-rcs.el (vc-rcs-show-log-entry): New function.
7300 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
7301
7302 * vc-cvs.el (vc-cvs-show-log-entry): New function.
7303
7304 * vc-hooks.el (vc-default-mode-line-string): Show state
7305 `needs-patch' as a `-' too.
7306
73072000-09-04 Andre Spiegel <spiegel@gnu.org>
7308
7309 * vc.el (vc-responsible-backend): New optional arg REGISTER.
7310 (vc-default-could-register): New function.
7311 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
7312 (vc-resynch-buffer): Call vc-dired-resynch-file.
7313 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
7314 vc-resynch-buffer instead of vc-resynch-window.
7315 (vc-next-action-dired): Don't redisplay here, that gets done as a
7316 result of the individual file operations.
7317 (vc-retrieve-snapshot): Corrected prompt order.
7318
7319 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
7320
7321 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
7322 as well.
7323 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
7324 hostname regexps. Updated all callers.
7325 (vc-cvs-responsible-p): Handle directories as well.
7326 (vc-cvs-could-register): New function.
7327 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
7328 properties up-to-date.
7329
7330 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
7331 user whether to create one.
7332
73332000-09-04 Andre Spiegel <spiegel@gnu.org>
7334
7335 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
7336 check out a non-existing file.
7337
7338 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
7339 workfile does not exist.
7340
7341 * vc.el (vc-version-diff): Use `require' to check for existence of
7342 diff-mode.
7343
73442000-09-04 Andre Spiegel <spiegel@gnu.org>
7345
7346 * vc-cvs.el (vc-cvs-registered): Use new function
7347 vc-cvs-parse-entry to do the actual work.
7348
73492000-09-04 Andre Spiegel <spiegel@gnu.org>
7350
7351 * vc-hooks.el (vc-find-backend-function): If function doesn't
7352 exist, return nil instead of error.
7353 (vc-call-backend): Doc fix.
7354
7355 * vc.el (vc-do-command): Doc fix.
7356 (vc-finish-logentry): When checking in from vc-dired, choose the
7357 right backend for logentry check.
7358 (vc-dired-mode-map): Inherit from dired-mode-map.
7359 (vc-dired-mode): Local value of dired-move-to-filename-regexp
7360 simplified.
7361 (vc-dired-state-info): Removed, updated caller.
7362 (vc-default-dired-state-info): Use parentheses instead of hyphens.
7363 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
7364 (vc-dired-listing-switches): New variable.
7365 (vc-directory): Use it, instead of dired-listing-switches.
7366
7367 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
7368 (vc-cvs-dir-state): New function.
7369 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
7370 (vc-cvs-parse-entry): New function, also to be used in
7371 vc-cvs-registered.
7372
73732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7374
7375 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
7376 *or* single-window-frames.
7377
73782000-09-04 Andre Spiegel <spiegel@gnu.org>
7379
7380 * vc.el (vc-update-changelog): Split into generic part and default
7381 implementation. Doc string adapted.
7382 (vc-default-update-changelog): New function. Call the `rcs2log'
7383 script in exec-directory, to fix a long-standing nuisance.
7384
7385 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
7386 simply signals an error.
7387
73882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7389
7390 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
7391 control-flow more clear and to avoid running `cvs' twice.
7392
7393 * vc.el (vc-next-action-on-file): Doc fix.
7394 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
7395 (vc-print-log): Eval `file' before constructing the continuation.
7396
73972000-09-04 Andre Spiegel <spiegel@gnu.org>
7398
7399 * vc.el (vc-next-action-on-file): Corrected several messages.
7400 (vc-merge): Add prefix arg `merge-news'; handle it.
7401
7402 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
7403 is not reached. It is.
7404 (vc-cvs-merge): Set state to 'edited after merge.
7405 (vc-cvs-merge-news): Set workfile version to nil if not known.
7406 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
7407
7408 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
7409 via stdout. (Merge from main line.)
7410
74112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7412
7413 * vc.el (vc-finish-logentry): Thinko in the "same comment"
7414 detection.
7415
74162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7417
7418 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
7419 against kill-all-local-variables.
7420 (vc-log-edit): Don't save vc-parent-buffer any more.
7421 (vc-last-comment-match): Initialize to an empty string.
7422 (vc-post-command-functions): New hook.
7423 (vc-do-command): Run it.
7424 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
7425 (vc-finish-logentry): Only add the comment to the ring if it's
7426 different from the last comment entered.
7427 (vc-new-comment-index): New function.
7428 (vc-previous-comment): Use it. Make the minibuffer message
7429 slightly less terse.
7430 (vc-comment-search-reverse): Make it work forward as well. Don't
7431 set vc-comment-ring-index if no match is found. Use
7432 vc-new-comment-index.
7433 (vc-comment-search-forward): Use vc-comment-search-reverse.
7434 (vc-dired-mode-map): Don't inherit from dired-mode-map since
7435 define-derived-mode will do it for us. Bind `v' to a keymap that
7436 inherits from vc-prefix-map so that we can bind `vt' without
7437 binding C-x v t.
7438 (vc-retrieve-snapshot): Parenthesis typo.
7439
7440 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
7441 to 1. Make sure to switch to *vc* before looking for an error
7442 message. Use vc-parse-buffer.
7443
74442000-09-04 Andre Spiegel <spiegel@gnu.org>
7445
7446 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
7447 and NAME.
7448 (vc-retrieve-snapshot): Split into two parts.
7449 (vc-default-retrieve-snapshot): New function.
7450
7451 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
7452 (vc-cvs-retrieve-snapshot): New function (untested).
7453 (vc-cvs-stay-local): Default to t.
7454 (vc-cvs-remote-p): New function and property.
7455 (vc-cvs-state): Stay local only if the above is t.
7456 (vc-handle-cvs): Removed.
7457 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
7458 done via vc-handled-backends now.
7459 (vc-cvs-header): Escape Id.
7460
74612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7462
7463 * vc.el (vc-do-command): Remove unused commands.
7464 (vc-version-diff): Make sure default-directory ends with a slash.
7465 Move the window commands into a vc-exec-after.
7466 (vc-print-log): Move more of the code into the `vc-exec-after'.
7467
74682000-09-04 Andre Spiegel <spiegel@gnu.org>
7469
7470 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
7471 (vc-print-log): Search current revision from beginning of buffer.
7472 (vc-revert-buffer): Clear echo area after the diff is finished.
7473 (vc-prefix-map): Removed definition of "t" for terse display in vc
7474 dired.
7475 (vc-dired-mode-map): Inherit from dired-mode-map. Added
7476 definition of "vt" for terse display.
7477 (vc-dired-mode): Fix dired-move-to-filename-regexp.
7478
74792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7480
7481 * vc.el (vc-exec-after): Avoid caddr.
7482
74832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7484
7485 * vc.el (vc-exec-after): New function.
7486 (vc-do-command): Use it to add a termination message for async
7487 procs.
7488 (vc-checkout): Try to handle a missing-backend situation.
7489 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
7490 of a directory with a backend using async diffs.
7491 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
7492 present.
7493
7494 * vc-sccs.el (vc-sccs-state-heuristic): Use
7495 file-ownership-preserved-p.
7496
7497 * vc-rcs.el (vc-rcs-state-heuristic): Use
7498 file-ownership-preserved-p.
7499 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
7500
75012000-09-04 Andre Spiegel <spiegel@gnu.org>
7502
7503 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
7504 vc-do-command.
7505
7506 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
7507 when there are no changes.
7508
75092000-09-04 Andre Spiegel <spiegel@gnu.org>
7510
7511 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
7512
7513 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
7514
75152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7516
7517 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
7518
7519 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
7520 the `fset' outside of the defvar so that it works even if
7521 vc-prefix-map was already defined.
7522 (vc-setup-buffer): New function, split out of vc-do-command.
7523 (vc-do-command): Allow BUFFER to be t to mean `just use the
7524 current buffer without any fuss'.
7525 (vc-version-diff): Change the `diff' backend operation to just put
7526 the diff in the current buffer without erasing it. Always use
7527 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
7528 shrink-window-if-larger-than-buffer.
7529 (vc-print-log): Change the `print-log' backend operation to just
7530 put the log in the current buffer without erasing it. Protect
7531 shrink-window-if-larger-than-buffer.
7532 (vc-update-change-log): Fix setd typo.
7533
7534 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
7535 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
7536
7537 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
7538 (vc-rcs-diff): Insert in the current buffer and remove unused arg
7539 CMP.
7540
7541 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
7542 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
7543 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
7544
75452000-09-04 Andre Spiegel <spiegel@gnu.org>
7546
7547 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
7548 not possible, use vc-BACKEND-workfile-unchanged-p.
7549 (vc-default-workfile-unchanged-p): New function. Delegates to a
7550 full vc-BACKEND-diff.
7551
7552 * vc-hooks.el (vc-simple-command): Removed.
7553
7554 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
7555 instead of vc-simple-command.
7556 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
7557 avoid doing a diff when opening a file.
7558 (vc-rcs-state): Added check for unlocked-changes.
7559 (vc-rcs-header): Escape Id.
7560 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
7561 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
7562 version.
7563
7564 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
7565 (vc-sccs-diff): Remove optional arg CMP.
7566 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
7567 SCCS-specific function.
7568
7569 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
7570 vc-simple-command.
7571
75722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7573
7574 * vc.el (vc-editable-p): Renamed from vc-writable-p.
7575 (with-vc-file, vc-merge): Use vc-editable-p.
7576 (vc-do-command): Remove unused var vc-file and fix the
7577 doubly-defined `status' var. Add a user message when starting an
7578 async command.
7579 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
7580 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
7581 Use with-current-buffer.
7582 (vc-buffer-sync): Use unless.
7583 (vc-next-action-on-file): If the file is 'edited by read-only,
7584 make it read-write instead of trying to commit.
7585 (vc-version-diff, vc-update-change-log): Use `setq
7586 default-directory' rather than `cd'.
7587 (vc-log-edit): Don't forget to set default-directory in the
7588 buffer.
7589
7590 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
7591 (vc-sccs-state-heuristic): Use file-writable-p instead of
7592 comparing userids.
7593 (vc-sccs-checkout): Use `unless'.
7594
7595 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
7596 of comparing userids.
7597 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
7598 Simplify the logic by eliminating unreachable code.
7599 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
7600 just do a recursive call if we need to retry.
7601 (vc-rcs-checkout): Handle the case where rcs is missing by making
7602 the buffer read-write if requested and re-signalling the error.
7603
7604 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
7605
76062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7607
7608 * vc-hooks.el (vc-handled-backends): Docstring change.
7609 (vc-ignore-vc-files): Mark obsolete.
7610 (vc-registered): Check vc-ignore-vc-files.
7611 (vc-find-file-hook, vc-file-not-found-hook): Don't check
7612 vc-ignore-vc-files.
7613
7614 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
7615
76162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7617
7618 * vc.el (vc-checkout): Don't do anything special for ange-ftp
7619 files since ange-ftp already has vc-registered return nil.
7620
7621 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
7622 (vc-sccs-workfile-version): Use with-temp-buffer and new
7623 vc-parse-buffer and don't bother setting the property.
7624 (vc-sccs-add-triple): Use with-current-buffer and
7625 find-file-noselect.
7626 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
7627
7628 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
7629 derives from the old vc-parse-buffer but uses the revision number
7630 rather than the date (much easier to compare robustly).
7631 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
7632 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
7633 locking-user more directly. Check strict locking and set
7634 checkout-model appropriately.
7635 (vc-rcs-parse-locks): Remove.
7636 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
7637 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
7638 (vc-rcs-system-release): Use with-current-buffer and
7639 vc-parse-buffer.
7640 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
7641
7642 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
7643 (vc-simple-command): Docstring fix.
7644 (vc-registered): Align the way the file-handler is called with the
7645 way the function itself works.
7646 (vc-file-owner): Remove.
7647
7648 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
7649 extraction of fields and call to file-attributes because of a
7650 temporary bug in rcp.el.
7651 (vc-cvs-fetch-status): Use with-current-buffer.
7652
76532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7654
7655 * vc.el (vc-do-command): Use file-relative-name.
7656 (vc-responsible-backend): Use vc-backend if possible.
7657 (vc-create-snapshot): Improve the `interactive' spec. Add support
7658 for branches and dispatch to backend-specific `create-snapshot'.
7659 (vc-default-create-snapshot): New function, containing the bulk of
7660 the old vc-create-snapshot.
7661 (vc-retrieve-snapshot): Improve the interactive spec.
7662
7663 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
7664 (vc-backend-hook-functions): Remove.
7665 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
7666 (vc-backend): Reintroduce the test for `file = nil' now that I
7667 know why it was there (and added a comment to better remember).
7668
7669 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
7670 code from vc-sccs-hooks.el.
7671 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
7672 'vc anymore.
7673 (vc-sccs-responsible-p): Use expand-file-name instead of concat
7674 and file-directory-p instead of file-exists-p.
7675 (vc-sccs-check-headers): Simplify the regexp.
7676
7677 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
7678 from vc-rcs-hooks.el. Don't require 'vc anymore.
7679 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
7680 file-directory-p instead of file-exists-p.
7681
7682 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
7683 from vc-cvs-hooks.el.
7684 (proto vc-cvs-registered): Require 'vc-cvs instead of
7685 'vc-cvs-hooks. Don't require 'vc anymore.
7686 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
7687 file-directory-p instead of file-exists-p.
7688 (vc-cvs-create-snapshot): New function, replacing
7689 vc-cvs-assign-name.
7690 (vc-cvs-assign-name): Remove.
7691
76922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7693
7694 * vc-cvs.el (vc-cvs-header): New var.
7695
7696 * vc-rcs.el (vc-rcs-exists): Remove.
7697 (vc-rcs-header): New var.
7698
7699 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
7700 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
7701 (vc-sccs-header): New var.
7702
7703 * vc.el (vc-do-command): Get rid of the `last' argument.
7704 (vc-header-alist): Remove, replaced by vc-X-header.
7705 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
7706 (vc-dired-hook): Use expand-file-name instead of concat.
7707 (vc-directory): Use file-name-as-directory.
7708 (vc-snapshot-precondition, vc-create-snapshot)
7709 (vc-retrieve-snapshot): Allow the command to operate on any
7710 directory.
7711
7712 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
7713 just removing the 'WORKFILE argument or by removing the 'MASTER
7714 argument and replacing `file' with (vc-name file).
7715
77162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7717
7718 * vc.el: Update Copyright and add a crude list of backend funs.
7719 (vc-writable-p): New function.
7720 (with-vc-file): Use vc-writable-p.
7721 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
7722 (vc-register): Avoid vc-name.
7723 (vc-locking-user): Remove.
7724 (vc-steal-lock): Make the `owner' arg non-optional.
7725 (vc-merge): Use vc-writable-p instead of vc-locking-user and
7726 vc-checkout-model.
7727 (vc-default-dired-state-info): Use vc-state instead of
7728 vc-locking-user and return special strings for special states.
7729 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
7730 and get rid of one of the special CVS cases.
7731 (vc-cancel-version): prettify error message with \\[...].
7732 (vc-rename-master): New function.
7733 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
7734 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
7735 the CVS special case generic.
7736 (vc-default-record-rename): Remove.
7737 (vc-file-tree-walk-internal): Only call FUNC for files that are
7738 under control of some VC backend and replace `concat' with
7739 expand-file-name.
7740 (vc-file-tree-walk): Update docstring.
7741 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
7742 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
7743
7744 * vc-sccs.el (vc-sccs-rename-file): Renamed from
7745 vc-sccs-record-rename. Use `find-file-noselect' rather than
7746 `find-file' and call `vc-rename-master' to do the actual move.
7747 (vc-sccs-diff): Remove unused `backend' variable.
7748
7749 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
7750 to delay loading of vc-sccs until it is really used.
7751 (vc-sccs-master-templates): Preload.
7752 (vc-sccs-state): Update call to vc-sccs-parse-locks.
7753 (vc-sccs-project-dir): Remove (merged into
7754 vc-sccs-search-project-dir).
7755 (vc-sccs-search-project-dir): Rewrite using file name handling ops
7756 rather than `concat', make sure it is preloaded and don't bother
7757 to check that the file actually exists.
7758 (vc-sccs-parse-locks): Remove unused `file' argument, remove
7759 `locks' argument (use buffer's content instead) and eliminate n^2
7760 behavior.
7761
7762 * vc-rcs.el: Update Copyright.
7763 (vc-rcs-rename-file): New function.
7764 (vc-rcs-diff): Remove unused `backend' variable.
7765
7766 * vc-hooks.el: Update Copyright.
7767 (vc-backend): Don't accept a nil argument any more.
7768 (vc-up-to-date-p): Turn into a defsubst.
7769 (vc-possible-master): New function.
7770 (vc-check-master-templates): Use `vc-possible-master' and allow
7771 funs in vc-X-master-templates to return a non-existent file.
7772
7773 * vc-cvs.el: Update Copyright.
7774 (vc-cvs-diff): Remove unused `backend' variable.
7775 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
7776
7777 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
7778
77792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7780
7781 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
7782 since it can be called from vc-rcs.el.
7783 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
7784
77852000-09-04 Andre Spiegel <spiegel@gnu.org>
7786
7787 * vc.el (vc-version-diff): Expand file name read from the
7788 minibuffer. Handle the case when a previous version number can't
7789 be guessed. Give suitable messages when there were no differences
7790 found.
7791 (vc-clear-headers): Call backend-specific implementation, if one
7792 exists.
7793 (vc-cancel-version): Made error checks generic. When done, clear
7794 headers generically, too.
7795
7796 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
7797 from vc-clear-headers in vc.el.
7798
7799 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
7800 correctly.
7801 (vc-rcs-latest-on-branch-p): Made second argument VERSION
7802 optional. Handle the case when it's not there.
7803
78042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7805
7806 * vc.el (vc-locking-user): Moved from vc-hooks.el.
7807
78082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7809
7810 * vc-hooks.el (vc-loadup): Remove.
7811 (vc-find-backend-function): Use `require'. Also, handle the case
7812 where vc-BACKEND-hooks.el doesn't exist.
7813 (vc-call-backend): Cleanup.
7814
78152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7816
7817 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
7818 vc-rcs-grab-templates)
7819 (vc-rcs-registered): Remove. The default function works as well.
7820 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
7821 vc-sccs-grab-templates)
7822 (vc-sccs-registered): Remove. The default function works as well.
7823
7824 * vc.el (vc-version-diff): Left out a vc- in call to
7825 vc-call-backend.
7826 (vc-default-dired-state-info, vc-default-record-rename)
7827 (vc-default-merge-news): Update for the new backend argument.
7828
7829 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
7830 using the default function.
7831 (vc-call-backend): If calling the default function, pass it the
7832 backend as first argument. Update the docstring accordingly.
7833 (vc-default-state-heuristic, vc-default-mode-line-string): Update
7834 for the new backend argument.
7835 (vc-make-backend-sym): Renamed from vc-make-backend-function.
7836 (vc-find-backend-function): Use the new name.
7837 (vc-default-registered): New function.
7838
78392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7840
7841 * vc.el (vc-merge): Use vc-find-backend-function.
7842
7843 * vc-hooks.el (vc-backend-functions): Remove.
7844 (vc-loadup): Don't setup 'vc-functions.
7845 (vc-find-backend-function): New function.
7846 (vc-call-backend): Use above fun and populate 'vc-functions
7847 lazily.
7848 (vc-backend-defines): Remove.
7849
78502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7851
7852 * vc.el (vc-register): Put a FIXME note for a newly found bug.
7853 Call vc-call-backend without the leading vc-.
7854 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
7855 (vc-check-headers): Call vc-call-backend without the leading vc-.
7856 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
7857 (vc-annotate-display): Replace confusing use of `cond' with `or'.
7858 Call vc-call-backend without the leading vc-.
7859
7860 * vc-cvs.el (tail): Provide vc-cvs.
7861 * vc-sccs.el (tail): Provide vc-sccs.
7862 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
7863
7864 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
7865 (vc-make-backend-function, vc-call): Pass names without leading
7866 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
7867 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
7868 (vc-call-backend): Always try to load vc-X-hooks.
7869 (vc-registered): Remove vc- in call to vc-call-backend.
7870
78712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7872
7873 * vc.el (vc-process-filter): New function.
7874 (vc-do-command): Setup `vc-process-filter' for the async process.
7875 (vc-maybe-resolve-conflicts): New function to reduce
7876 code-duplication. Additionally, it puts the buffer in
7877 `smerge-mode' if applicable.
7878 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
7879 calling `merge-news'.
7880 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
7881 (vc-log-edit): New function. Replacement for `vc-log-mode' by
7882 interfacing to log-edit.el.
7883 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
7884 log-edit is available.
7885 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
7886
78872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7888
7889 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
7890 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
7891 defvar and the initialization.
7892 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
7893
7894 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
7895 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
7896
7897 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
7898
78992000-09-04 Andre Spiegel <spiegel@gnu.org>
7900
7901 * vc.el (vc-file-clear-masterprops): Removed.
7902 (vc-checkin, vc-revert-buffer): Removed calls to the above.
7903 (vc-version-diff): Use buffer-size without argument.
7904 (vc-register): Heed vc-initial-comment.
7905
7906 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
7907 default branch.
7908
7909 * vc-rcs.el (vc-rcs-register): Parse command output to find master
7910 file name and workfile version.
7911 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
7912
7913 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
7914 vc-file-clear-masterprops.
7915
7916 * vc-sccs.el (vc-sccs-checkout): Removed call to
7917 vc-file-clear-masterprops. If writable, set vc-state to 'edited
7918 rather than user login name.
7919
7920
79212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7922
7923 * vc.el (vc-workfile-unchanged-p): Remove unused argument
7924 `want-differences-if-changed' and simplify.
7925 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
7926 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
7927 output (which is invalid for async vc-diff) to decide whether to
7928 do the revert silently or not.
7929
79302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7931
7932 * vc-hooks.el (vc-loadup): Load files quietly.
7933 (vc-call-backend): Oops, brain fart.
7934
79352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7936
7937 * vc-cvs.el (vc-cvs-state): Typo.
7938 (vc-cvs-merge-news): Return the status code rather than the error msg.
7939
79402000-09-04 Andre Spiegel <spiegel@gnu.org>
7941
7942 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
7943 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
7944 vc-state or vc-up-to-date-p.
7945 (vc-merge): Use vc-backend-defines to check whether merging is
7946 possible. Set state to 'edited after successful merge.
7947
7948 * vc-hooks.el (vc-locking-user): If locked by the calling user,
7949 return that name. Redocumented.
7950
79512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7952
7953 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
7954 new `vc-state' semantics.
7955 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
7956 'vc-locking-user to the current user.
7957 (vc-merge): Inline vc-backend-merge. Comment out code that I
7958 don't understand and hence can't adapt to the new `vc-state' and
7959 `vc-locking-user' semantics.
7960 (vc-backend-merge): Remove.
7961
7962 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
7963 rather than 'vc-locking-user.
7964
7965 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
7966
7967 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
7968 (vc-state): Don't use 'reserved any more. Just use the same
7969 convention as the one used for vc-<backend>-state where the
7970 locking user (as a string) is returned.
7971 (vc-locking-user): Update, based on the above convention. The
7972 'vc-locking-user property has disappeared.
7973 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
7974
7975 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
7976 with a heuristic one.
7977 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
7978 (vc-cvs-checkin): Do a trivial parse to set the state in case of
7979 error. That allows us to get to 'needs-merge even in the
7980 stay-local case. There's still no way to detect 'needs-patch in
7981 such a setup (or to force an update for that matter).
7982 (vc-cvs-logentry-check): Remove, the default works as well.
7983
79842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
7985
7986 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
7987
7988 * vc.el (vc-do-command): kill-all-local-variables, to reset any
7989 major-mode in which the buffer might have been put earlier. Use
7990 `remove' and `when'. Allow `okstatus' to be `async' and use
7991 `start-process' in this case.
7992 (vc-version-diff): Handle the case where the diff looks empty
7993 because of the use of an async process.
7994
79952000-09-04 Andre Spiegel <spiegel@gnu.org>
7996
7997 * vc.el (vc-next-action-on-file): Removed optional parameter
7998 `simple'. Recompute state unconditionally.
7999 (vc-default-toggle-read-only): Removed.
8000
8001 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
8002 (vc-toggle-read-only): Undid prev change.
8003
8004 * vc-cvs.el (vc-cvs-stay-local): Renamed from
8005 vc-cvs-simple-toggle. Redocumented.
8006 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
8007 (vc-cvs-toggle-read-only): Removed.
8008
80092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8010
8011 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
8012 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
8013 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
8014 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
8015 still is. So maybe it should be removed.
8016 (vc-head-version, vc-find-binary): Remove.
8017 (vc-recompute-state): Move from vc-hooks.el.
8018 (vc-next-action-on-file): Add a `simple' argument to allow
8019 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
8020 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
8021 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
8022 (vc-dired-mode-map): Properly defvar it.
8023 (vc-print-log): Call log-view-mode if available.
8024 (small-temporary-file-directory): defvar instead of use boundp.
8025 (vc-merge-news): Moved to vc-cvs.el.
8026 (vc-default-merge-news): New function.
8027
8028 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
8029 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
8030 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
8031 unknown `vc-latest-version' function. It should probably refer to
8032 vc-workfile-version or somesuch, but it's very unclear to me and I
8033 don't have SCCS to test things.
8034
8035 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
8036 (vc-sccs-state-heuristic): Fix typo.
8037 (vc-sccs-workfile-unchanged-p): Add missing argument.
8038
8039 * vc-rcs.el: Require vc and vc-rcs-hooks.
8040 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
8041 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
8042 (vc-release-greater-or-equal-p): Move from vc.
8043 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
8044 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
8045 (vc-rcs-checkout): Add a missing `new-version' argument in the
8046 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
8047
8048 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
8049 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
8050 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
8051 than the apparently unbound `workfile-version'.
8052
8053 * vc-hooks.el (vc-master-templates): Def the obsolete var.
8054 (vc-file-prop-obarray): Use `make-vector'.
8055 (vc-backend-functions): Add new hookable functions
8056 vc-toggle-read-only, vc-record-rename and vc-merge-news.
8057 (vc-loadup): If neither backend nor default functions exist, use
8058 the backend function rather than nil.
8059 (vc-call-backend): If the function if not bound yet, try to load
8060 the non-hook file to see if it provides it.
8061 (vc-call): New macro plus use it wherever possible.
8062 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
8063 nor `vc-find-binary' since it's only called from
8064 vc-mistrust-permission which is only used once the backend is known.
8065 (vc-checkout-model): Fix parenthesis.
8066 (vc-recompute-state, vc-prefix-map): Move to vc.el.
8067
8068 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
8069 (vc-cvs-release, vc-cvs-system-release): Remove.
8070 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
8071 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
8072 status symbols.
8073 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
8074 (vc-cvs-toggle-read-only): First cut at a function to allow a
8075 cvs-status-free vc-toggle-read-only.
8076 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
8077 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
8078 vc-cvs-status. Also set vc-state rather than vc-locking-user.
8079 (vc-cvs-checkout): Modify access rights directly if the user
8080 requested not to use `cvs edit'. And refresh the mode line.
8081
8082 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
8083 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
8084
80852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
8086
8087 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
8088 workfile' that got lost when the code was extracted from vc.el.
8089 And merged the tail with the rest of the code (not possible in the
8090 old vc.el where the tail was shared among all backends). And
8091 explicitly set the state to 'edited if `writable' is set.
8092
8093 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
8094 (vc-cvs-state): Be careful to return the value from
8095 vc-cvs-parse-state.
8096 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
8097 property but return it instead. Also be careful to handle a nil
8098 or "" `rev' when workfile is non-nil (it was handled properly when
8099 workfile was nil).
8100
8101 * vc.el: Removed those pesky unnecessary `(function' quotes.
8102 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
8103 directly in the defvar.
8104 (vc-do-command): Bind inhibit-read-only so as to properly handle
8105 the case where the destination buffer has been made read-only.
8106 (vc-diff): Delegate to vc-version-diff in all cases.
8107 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
8108 (vc-annotate-mode-variables): Removed (code moved partly to
8109 defvars and partly to vc-annotate-add-menu).
8110 (vc-annotate-mode): Turned into a derived-mode.
8111 (vc-annotate-add-menu): Moved in code in
8112 vc-annotate-mode-variables.
8113 (vc-update-change-log): Use make-temp-file if available.
8114
81152000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
8116
8117 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
8118 `vc-checkout-model' updated to `vc-cvs-update-model'.
8119
81202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8121
8122 * vc.el (vc-next-action-on-file): Added handling of state
8123 `unlocked-changes'.
8124 (vc-checkout-carefully): Is now practically obsolete, unless the
8125 above is too slow to be enabled unconditionally.
8126 (vc-update-change-log): Fixed typo.
8127
8128 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
8129
8130 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
8131 Now handles state `unlocked-changes'.
8132 (vc-sccs-workfile-unchanged-p): New function, to support the above.
8133
8134 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
8135
8136 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
8137 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
8138 `unlocked-changes'.
8139 (vc-rcs-workfile-unchanged-p): Renamed from
8140 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
8141 function yet, but supposed to become one soon.
8142
8143 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
8144 `vc-steal-lock'.
8145 (vc-call-backend): Changed error message.
8146 (vc-state): Added description of state `unlocked-changes'.
8147
81482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8149
8150 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
8151 always return t in CVS-controlled directories.
8152
8153 * vc.el (vc-responsible-backend): New function.
8154 (vc-register): Largely rewritten.
8155 (vc-admin): Removed (implementation moved into vc-register).
8156 (vc-checkin): Redocumented.
8157 (vc-finish-logentry): If no backend defined yet (because we are in
8158 the process of registering), use the responsible backend.
8159
8160 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8161 Updated function lists.
8162 (vc-call-backend): Fixed typo.
8163
8164 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
8165 New functions.
8166 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
8167 Removed query option. Redocumented.
8168
81692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8170
8171 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
8172
8173 * vc.el: Updated callers of `vc-checkout-required' to use
8174 `vc-checkout-model'.
8175
81762000-09-04 Martin Lorentzson <martinl@gnu.org>
8177
8178 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
8179 stuff updated to reference this function instead of the old
8180 `vc-backend-release-p'.
8181
81822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8183
8184 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
8185 vc-checkout-model. Return appropriate values. Updated callers.
8186
81872000-09-04 Martin Lorentzson <martinl@gnu.org>
8188
8189 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
8190 (vc-backend-revert): Function moved into `vc-revert';
8191 `vc-next-action' must be updated to accomodate this change.
8192 (vc-backend-steal): Function moved into `vc-finish-steal'.
8193 (vc-backend-logentry-check): Function moved into
8194 `vc-finish-logentry'.
8195 (vc-backend-printlog): Function moved into `vc-print-log'.
8196 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
8197 (vc-backend-assign-name): Function moved into
8198 `vc-create-snapshot'.
8199
82002000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8201
8202 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
8203 Rename to vc-checkout-model. Return appropriate values.
8204 Update callers.
8205
8206 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
8207 to vc-checkout-model.
8208 (vc-checkout-required): Rename to vc-checkout-model.
8209 Re-implement and re-comment.
8210 (vc-after-save): Use vc-checkout-model.
8211
82122000-09-04 Martin Lorentzson <martinl@gnu.org>
8213
8214 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
8215 Update to use the vc-BACKEND-diff functions instead.
8216 `vc-diff' is now working.
8217
8218 * vc-rcs.el (vc-rcs-logentry-check): New function.
8219
8220 * vc-cvs.el (vc-cvs-logentry-check): New function.
8221
8222 * vc-sccs.el (vc-sccs-diff): Function changed name from
8223 `vc-backend-diff'. This makes `vc-diff' work.
8224
8225 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
8226 of functions possibly implemented in a vc-BACKEND library.
8227 (vc-checkout-required): Fix bug that caused an error to be
8228 signaled during `vc-after-save'.
8229
8230 * vc.el: Fix typo.
8231 This checkin is made with our new VC code base for the very first time.
8232 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
8233
8234 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
8235 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
8236
8237 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
8238 updated to `vc-uses-locking'.
8239 (vc-checkout-required): Call to backend function.
8240 `vc-checkout-required' updated to `vc-uses-locking' instead.
8241
8242 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
8243 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
8244
8245 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
8246 to match the split into various backends.
8247 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
8248 (vc-retrieve-snapshot): Bug fix.
8249
82502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8251
8252 * vc-sccs.el (vc-sccs-release): Doc fix.
8253
82542000-09-04 Martin Lorentzson <martinl@gnu.org>
8255
8256 * vc.el (vc-next-action-on-file): Bug found and fixed.
8257 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
8258 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
8259
8260 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
8261 (vc-rcs-checkout): Name space cleaned up. No more revision number
8262 crunching function names that are not prefixed with vc-rcs.
8263 (vc-rcs-checkout-model): Function added. References to
8264 `vc-checkout-model' replaced.
8265
82662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8267
8268 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
8269 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
8270 still need to be split, and implemented for RCS).
8271
82722000-09-04 Martin Lorentzson <martinl@gnu.org>
8273
8274 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
8275
8276 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
8277 required by the vc.el file.
8278
8279 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
8280 required by the vc.el file.
8281 (vc-rcs-exists): Function added.
8282
8283 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
8284 required by the vc.el file.
8285
8286 * vc.el (vc-admin): Updated to handle selection of appropriate
8287 backend. Current implementation is crufty and need re-thinking.
8288
8289 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
8290
82912000-09-04 Martin Lorentzson <martinl@gnu.org>
8292
8293 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
8294 beginning of annotate buffers correctly.
8295
8296 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
8297 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
8298 functionality updated quite a lot to support multiple backends.
8299 Variables `vc-annotate-mode', `vc-annotate-buffers',
8300 `vc-annotate-backend' added.
8301
8302 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
8303 `vc-annotate-difference' added to supported backend functions.
8304
83052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8306
8307 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
8308 Use with-temp-file instead of /bin/sh. Merged from mainline
8309
83102000-09-04 Martin Lorentzson <martinl@gnu.org>
8311
8312 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
8313
8314 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
8315
8316 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
8317
83182000-09-04 Martin Lorentzson <martinl@gnu.org>
8319
8320 * vc-hooks.el: vc-state-heuristic added to
8321 vc-backend-hook-functions.
8322
8323 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
8324
8325 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
8326
8327 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
8328 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
8329 state to `reserved'.
8330
8331 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
8332 `vc-checkout-required'. Rename the `locked' state to `reserved'.
8333
83342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8335
8336 * vc-rcs-hooks.el: Implement new state model. Hardly anything
8337 untouched.
8338
8339 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
8340
8341 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
8342 if defined. (Merged from main line, slightly adapted.)
8343
8344 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
8345 millenium problem (merged from mainline).
8346
83472000-09-04 Martin Lorentzson <martinl@gnu.org>
8348
8349 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
8350 part and moved the non-BACKEND stuff to vc.el.
8351
8352 * vc.el: Split the annotate feature into a BACKEND specific part
8353 and moved it from the vc-cvs.el file to this one.
8354
83552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8356
8357 * vc-hooks.el: Implement new state model.
8358 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
8359 (vc-locking-user): Simplify. Now only needed if the file is
8360 locked by somebody else.
8361 (vc-lock-from-permissions): Remove. Functionality is in
8362 vc-sccs-hooks.el and vc-rcs-hooks.el now.
8363 (vc-mode-line-string): New name for former vc-status. Adapted.
8364 (vc-mode-line): Adapt to use the above. Remove optional parameter.
8365
8366 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
8367 Various simplifications and adaptations all over the place.
8368
8369 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
8370 Simplify and adapt the rest.
8371
8372 * vc.el (vc-resynch-window): Add TODO comment: check for
8373 interaction with view mode according to recent RCS change.
8374 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
8375
83762000-09-04 Martin Lorentzson <martinl@gnu.org>
8377
8378 * vc.el: Convert the remaining function comments to docstrings.
8379
83802000-09-04 Martin Lorentzson <martinl@gnu.org>
8381
8382 * vc.el (vc-backend-release, vc-release-greater-or-equal)
8383 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
8384 (vc-minor-part, vc-previous-version): Functions that operate and
8385 compare revision numbers got proper documentation. Comments added
8386 about their possible removal.
8387
83882000-09-04 Martin Lorentzson <martinl@gnu.org>
8389
8390 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
8391 the vc-backend.el files.
8392
8393 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
8394
8395 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
8396 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
8397 (vc-rcs-previous-version): Functions added.
8398
8399 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
8400
8401 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
8402
84032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8404
8405 * vc-hooks.el (vc-master-templates): Is really obsolete.
8406 Comment out the definition for now. What is the right procedure
8407 to get rid of it?
8408 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
8409 rewritten.
8410 (vc-default-registered): Remove.
8411 (vc-check-master-templates): New function; does mostly what the
8412 above did before.
8413 (vc-locking-user): Don't rely on the backend to set the property.
8414
8415 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
8416 Rewrite documentation.
8417 (vc-rcs-templates-grabbed): New variable.
8418 (vc-rcs-grab-templates): New function.
8419 (vc-rcs-registered): Rewrite to use above mechanism.
8420
8421 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
8422 Rewrite documentation.
8423 (vc-sccs-templates-grabbed): New variable.
8424 (vc-sccs-grab-templates): New function.
8425 (vc-sccs-registered): Rewrite to use above mechanism.
8426 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
8427 Don't throw the result, simply return it.
8428
8429 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
8430 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
8431 (vc-cvs-registered): Does the check itself now. Simplify.
8432
8433 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
8434 from main line.
8435
84362000-09-04 Martin Lorentzson <martinl@gnu.org>
8437
8438 * vc-cvs.el (vc-cvs-diff): New function.
8439
8440 * vc-sccs.el (vc-sccs-diff): New function.
8441
8442 * vc-rcs.el (vc-rcs-diff): New function.
8443 (vc-rcs-checkout): Bug (typo) found and fixed.
8444 (vc-rcs-register-switches): New variable.
8445
8446 * vc.el (vc-backend-diff): Function removed and placed in the
8447 backend files.
8448
84492000-09-04 Martin Lorentzson <martinl@gnu.org>
8450
8451 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
8452
8453 * vc.el (vc-backend-checkout): Function removed and replaced in
8454 the vc-backend.el files.
8455
8456 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
8457
8458 * vc.el (vc-backend-admin): Removed and replaced in the
8459 vc-backend.el files.
8460
8461 * vc.el (Martin): Removed all the annotate functionality since it
8462 is CVS backend specific.
8463
84642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8465
8466 * spec.txt: Added specification of vc-state.
8467
8468 * vc-sccs-hooks.el (vc-sccs-master-properties):
8469 Remove handling of vc-latest-version and
8470 vc-your-latest-version. What used to be vc-latest-version, is now
8471 returned as vc-workfile-version.
8472 (vc-sccs-workfile-version): Adapt.
8473
84742000-09-04 Dave Love <fx@gnu.org>
8475
8476 * vc.el: [Merged from mainline.]
8477 (vc-dired-mode): Make the dired-move-to-filename-regexp
8478 regexp match the date, to avoid treating date as file size.
8479 Add YYYY S option to WESTERN/
8480
84812000-09-04 Dave Love <fx@gnu.org>
8482
8483 * vc.el: Require `compile' when compiling.
8484 (vc-logentry-check-hook): New option.
8485 (vc-steal-lock): Use compose-mail.
8486 (vc-dired-mode-map): Defvar when compiling.
8487 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
8488 vc-sccs.el and renamed. Callers changed.
8489 (vc-backend-checkout, vc-backend-logentry-check)
8490 (vc-backend-merge-news): Doc fix.
8491 (vc-default-logentry-check): New function.
8492 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
8493 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
8494 (vc-backend-merge): Doc fix. Use backend functions.
8495 (vc-check-headers): Use backend functions.
8496
8497 * vc-cvs.el: Require vc when compiling.
8498 (vc-cvs-register-switches): Doc fix.
8499 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
8500 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
8501 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
8502 New functions (code from vc.el).
8503 (vc-annotate-display-default): Fix interactive spec.
8504 (vc-annotate-time-span): Doc fix.
8505
8506 * vc-rcs.el: Require vc when compiling.
8507 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
8508 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
8509 (vc-rcs-checkin): New functions (code from vc.el).
8510 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
8511 Doc fix.
8512 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
8513
8514 * vc-sccs.el: Require vc when compiling.
8515 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
8516 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
8517 (vc-sccs-revert)
8518 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
8519 from vc.el).
8520 (vc-sccs-add-triple, vc-sccs-record-rename)
8521 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
8522 (vc-sccs-admin): Doc fix.
8523
85242000-09-04 Martin Lorentzson <martinl@gnu.org>
8525
8526 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
8527 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
8528 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
8529 from vc.el.
8530
8531 * vc-sccs.el (vc-admin-sccs): Added from vc.el
8532
8533 * vc-cvs.el: Moved the annotate functionality from vc.el.
8534 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
8535
85362000-09-04 Dave Love <fx@gnu.org>
8537
8538 * vc.el (vc-backend-release): Call vc-system-release.
8539
8540 * vc-sccs.el (vc-sccs-system-release):
8541 Renamed from vc-sccs-backend-release.
8542
8543 * vc-rcs.el (vc-rcs-system-release):
8544 Renamed from vc-rcs-backend-release.
8545
8546 * vc-cvs.el (vc-cvs-system-release):
8547 Renamed from vc-cvs-backend-release.
8548
85492000-09-04 Dave Love <fx@gnu.org>
8550
8551 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
8552 backend files.
8553 (vc-backend-release): Dispatch to backend functions.
8554 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
8555 probably needs attention.]
8556
8557 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
8558 (vc-sccs-backend-release): New function.
8559
8560 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
8561 (vc-cvs-backend-release): New function.
8562
8563 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
8564 Doc fix.
8565 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
8566 (vc-default-dired-state-info): New function.
8567 (vc-dired-state-info): Dispatch to backends.
8568 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
8569
8570 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
8571 from vc.el and renamed.
8572
85732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8574
8575 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
8576 (vc-version-other-window, vc-backend-assign-name): Removed
8577 references to vc-latest-version; sometimes changed into
8578 vc-workfile-version.
8579
8580 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
8581 vc-rcs-master-workfile-version.
8582 (vc-rcs-workfile-version): Use the above. Don't call
8583 vc-latest-version (that was unreachable code, anyway).
8584 (vc-rcs-fetch-master-properties): Doc fix.
8585
8586 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
8587 (vc-backend-hook-functions): Removed them from this list, too.
8588 (vc-fetch-properties): Removed.
8589 (vc-workfile-version): Doc fix.
8590
8591 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
8592 (vc-rcs-workfile-version, vc-rcs-locking-user)
8593 (vc-rcs-uses-locking): Use it.
8594
8595 * vc-hooks.el (vc-consult-rcs-headers):
8596 Moved into vc-rcs-hooks.el, under the name
8597 vc-rcs-consult-headers.
8598
8599 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
8600 headers.
8601 (vc-cvs-find-master): Use this name only; correct different
8602 versions of the name.
8603
8604 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
8605 New functions.
8606 (vc-sccs-locking-user): Use the latter.
8607
8608 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
8609 New functions.
8610
8611 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
8612 Moved into both
8613 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
8614 functions are implementation details of those two backends.
8615
86162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8617
8618 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
8619 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
8620
8621 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
8622 (vc-sccs-parse-locks): SCCS-specific code moved here from
8623 vc-hooks.
8624
8625 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
8626 code moved here from vc-hooks.
8627
8628 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
8629 into back-end specific parts and removed. Callers not updated
8630 yet; because I guess these callers will disappear into back-end
8631 specific files anyway.
8632
86332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8634
8635 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
8636 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
8637 `vc-uses-locking'.
8638
8639 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
8640 Store yes/no in the property, and return t/nil. Updated all
8641 callers.
8642
8643 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
8644 vc-sccs-uses-locking. Don't set property.
8645 (vc-sccs-locking-user): Don't set property.
8646
8647 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
8648 vc-cvs-uses-locking. Don't set property here; leave that to
8649 vc-hooks.
8650 (vc-cvs-locking-user): Reflect above change. Streamlined.
8651
8652 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
8653 vc-rcs-uses-locking.
8654 (vc-rcs-locking-user): Reflect above change.
8655
86562000-09-04 Dave Love <fx@gnu.org>
8657
8658 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
8659
8660 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
8661
8662 * vc-hooks.el (vc-checkout-model): Punt to backends.
8663
8664 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
8665
8666 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
8667
8668 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
8669 New functions.
8670
8671 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
8672 New functions.
8673
8674 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
8675 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
8676
8677 * vc-hooks.el (vc-default-locking-user): New function.
8678 (vc-locking-user, vc-workfile-version): Punt to backends.
8679
86802000-09-04 Dave Love <fx@gnu.org>
8681
8682 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
8683 (vc-master-workfile-version): Moved from vc-hooks.
8684
8685 * vc-rcs-hooks.el: Fix duplicate code in last change.
8686
8687 * vc-rcs-hooks.el: Require vc-hooks when compiling.
8688 (vc-rcs-master-templates): Improve :type.
8689 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
8690 vc-master-workfile-version): Moved from vc-hooks.
8691
8692 * vc-sccs-hooks.el: Require vc-hooks when compiling.
8693 (vc-sccs-master-templates): Improve :type.
8694 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
8695
8696 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
8697
8698 * vc-cvs-hooks.el: Require vc-hooks when compiling.
8699 (vc-cvs-master-templates): Improve :type. Use
8700 vc-cvs-find-cvs-master.
8701 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
8702 from vc-hooks.
8703 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
8704
8705 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
8706 Moved to vc-cvs-hooks.
8707
8708 * vc-hooks.el: Add doc strings in various places. Simplify the
8709 minor mode setup.
8710 (vc-handled-backends): New user variable.
8711 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
8712 simplification.
8713
87142000-09-04 Dave Love <fx@gnu.org>
8715
8716 * vc.el: Some doc fixes for autoloaded and interactive functions.
8717 Fix compilation warnings from ediff stuff.
8718 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
8719
8720 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
8721
8722 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
8723
8724 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
8725
87262000-09-04 Dave Love <fx@gnu.org>
8727
8728 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
8729 New variable.
8730 (vc-make-backend-function, vc-loadup, vc-call-backend)
8731 (vc-backend-defines): New functions.
8732
8733 * vc-hooks.el: Various doc fixes.
8734 (vc-default-back-end, vc-follow-symlinks): Custom fix.
8735 (vc-match-substring): Function removed. Callers changed to use
8736 match-string.
8737 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
8738 Simplify.
8739
87402000-09-04 Dave Love <fx@gnu.org>
8741
8742 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
8743 type.
8744 (vc-sccs-project-dir, vc-search-sccs-project-dir)
8745 (vc-sccs-registered): Doc fix.
8746
8747 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
8748 (vc-cvs-registered): Doc fix.
8749
8750 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
8751 (vc-rcs-registered): Doc fix.
8752
87532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8754
8755 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
8756
8757 * vc-hooks.el: vc-registered has been renamed
8758 vc-default-registered. Some functions have been moved to the
8759 backend specific files. they all support the
8760 vc-BACKEND-registered functions.
8761
87622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
8763
8764 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
8765
8766 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
8767
87682000-09-04 Dave Love <fx@gnu.org>
8769
8770 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
8771 menu-bar-update-hook.
8772
8773 * help.el (help-manyarg-func-alist): Add
8774 find-operation-coding-system.
8775
8776 * wid-edit.el (widget-sexp-validate): Fix garbled code.
8777
8778 * custom.el (custom-set-variables): Print message about errors in
8779 setting.
8780
87812000-09-03 Andrew Innes <andrewi@gnu.org>
8782
8783 * makefile.w32-in: Change to DOS line endings.
8784
87852000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8786
8787 * mouse.el (mouse-popup-menubar): Supply the prompt string for
8788 minor-mode keymaps, if they don't have one.
8789
87902000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8791
8792 * eshell/esh-module.el (eval-when-compile): Don't lose if
8793 esh-module.el's file name is truncated to DOS 8+3 limits.
8794
87952000-09-01 John Wiegley <johnw@gnu.org>
8796
8797 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
8798 predicate, which caused entries in the completion list to be
8799 doubled.
8800
88012000-08-30 John Wiegley <johnw@gnu.org>
8802
8803 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
8804 sending to subprocesses. Also, hook pre-command-hook if
8805 `eshell-send-direct-to-subprocesses' is non-nil.
8806 (eshell-send-direct-to-subprocesses): New config variable. If t,
8807 subprocess input is send immediately.
8808 (eshell-toggle-direct-send): New function.
8809 (eshell-self-insert-command): New function.
8810 (eshell-intercept-commands): New function.
8811 (eshell-send-input): If direct subprocess sending is enabled,
8812 don't echo any input to the Eshell buffer. Let the subprocess
8813 handle that. This requires "stty echo" in bash, for example.
8814
88152000-08-28 John Wiegley <johnw@gnu.org>
8816
8817 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
8818 completion function for Eshell's implementation of `unset'.
8819
88202000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
8821
8822 * info.el (Info-directory-list): Doc fix.
8823
88242000-08-31 Peter Breton <pbreton@ne.mediaone.net>
8825
8826 * filecache.el (file-cache-add-directory-using-find): Don't quote
8827 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
8828
88292000-08-31 Kenichi Handa <handa@etl.go.jp>
8830
8831 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
8832 coding systems.
8833
88342000-08-30 Andrew Innes <andrewi@gnu.org>
8835
8836 * timer.el (run-with-idle-timer): Undo last change, so that timer
8837 is not activated immediately if Emacs is already idle. Some
8838 existing code relies on this behaviour.
8839
88402000-08-30 Miles Bader <miles@gnu.org>
8841
8842 * frame.el (set-frame-font): Do completion of font-name for
8843 interactive use.
8844
88452000-08-30 Kenichi Handa <handa@etl.go.jp>
8846
8847 * international/quail.el (quail-start-translation): Bind locally
8848 last-command-event, last-command, and this-command.
8849 (quail-start-conversion): Likewise.
8850 (quail-self-insert-command): Fix docstring.
8851
88522000-08-29 Gerd Moellmann <gerd@gnu.org>
8853
8854 * progmodes/executable.el
8855 (executable-make-buffer-file-executable-if-script-p): Check that
8856 buffer contains at least 2 characters.
8857
88582000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
8859
8860 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
8861
88622000-08-29 Dave Love <fx@gnu.org>
8863
8864 * diff-mode.el (diff-mode) <defgroup>: Add :version.
8865 (diff-mode-shared-map): Bind mouse-2.
8866 (diff-imenu-generic-expression): New variable.
8867 (diff-mode): Use it.
8868
8869 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
8870 (mouse-popup-menubar): Add minor mode menus.
8871 (popup-menu): Check for lookup-key returning number.
8872
88732000-08-29 Miles Bader <miles@gnu.org>
8874
8875 * comint.el (comint-send-input): Create overlays using the proper
8876 front/read-advance arguments.
8877
88782000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8879
8880 * ps-print.el: Even/odd pages printing. Doc fix.
8881 (ps-print-version): New version number (6.0).
8882 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
8883 (ps-background, ps-begin-file, ps-begin-job): Code fix.
8884 (ps-print-duplex-feature): Variable eliminated.
8885 (ps-even-or-odd-pages): New variable.
8886
8887 * progmodes/ebnf2ps.el: Doc fix.
8888 (ebnf-version): New version (3.3).
8889 (ebnf-user-arrow): Change variable customization to sexp.
8890 (ebnf-user-arrow): Function eliminated.
8891 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
8892
88932000-08-29 Kenichi Handa <handa@etl.go.jp>
8894
8895 * help.el (help-xref-mule-regexp): New variable.
8896 (help-make-xrefs): Handle help-xref-mule-regexp.
8897
8898 * international/mule-cmds.el (help-xref-mule-regexp-template): New
8899 variable.
8900 (describe-input-method): Temporarily activate the specfied input
8901 method to display the information.
8902 (describe-language-environment): Hyperlinks to mule related items.
8903
8904 * international/mule-diag.el (charset-multibyte-form-string): New
8905 function.
8906 (list-character-sets-1): Use charset-multibyte-form-string.
8907 (describe-character-set): New function.
8908 (describe-coding-system): Hyperlinks to safe character sets.
8909
8910 * international/quail.el (quail-help): New arg PACKAGE.
8911 Hyperlinks to mule related items.
8912 (quail-help-insert-keymap-description): Use
8913 substitute-command-keys instead of describe-bindings.
8914 (quail-translation-help): Hyperlinks to mule related items.
8915
89162000-08-28 John Wiegley <johnw@gnu.org>
8917
8918 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
8919 have a defsubst call itself. Made `eshell-flatten-list' back into
8920 a function again.
8921
8922 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
8923 catch, in case re-centering point at bottom messes up the display.
8924 This happens frequently in Emacs 21, due I believe to variable
8925 line heights.
8926
8927 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
8928 to call `find-tag-interactive'.
8929
8930 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
8931 the list of remember directories.
8932
89332000-08-28 John Wiegley <johnw@gnu.org>
8934
8935 * align.el: Test align-region-separate to see if it's a symbol.
8936
89372000-08-28 John Wiegley <johnw@gnu.org>
8938
8939 * eshell/esh-util.el (eshell-flatten-list): Made this function
8940 into a defsubst form. It gets used very frequently, although
8941 calls don't occur all that often.
8942
8943 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
8944 examining it.
8945
8946 * eshell/esh-cmd.el (eshell-rewrite-while-command):
8947 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
8948 `eshell-protect'.
8949 (eshell-copy-handles): Created a new macro for duplicating the
8950 current set of open handles. This is needed by the looping
8951 functions.
8952 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
8953 is not incorrectly stomped on.
8954
8955 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
8956 declaration for pcomplete-use-paring.
8957 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
8958 value of eshell-cmpl-use-paring.
8959 * pcomplete.el (pcomplete-use-paring): New config variable, to
8960 indicate whether paring should be used.
8961 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
8962 completion alternatives that have already been used.
8963
8964 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
8965 bound to C-c C-y, which will repeat the previous N arguments
8966 (based on prefix argument).
8967 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
8968
8969 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
8970 if there is no *Help* buffer. This is for XEmacs, which renames
8971 its help buffers uniquely. TODO: Find out what the current buffer
8972 name to delete is.
8973
8974 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
8975 first entry that correlates to a passwd/group number. Later
8976 entries (used for group/user name aliasing to multiple IDs) are
8977 ignored.
8978
8979 * eshell/em-xtra.el (eshell/expr):
8980 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
8981 (eshell-grep, eshell/diff, eshell/locate):
8982 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
8983 argument list, before passing it to the system command.
8984
8985 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
8986 `find-tag' for use at final position in Eshell buffers (which
8987 otherwise triggers an error on Emacs 21).
8988 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
8989 buffer, if it is currently bound to `find-tag'.
8990
8991 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
8992 in the list of matched Makefile names.
8993 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
8994 directory, prefer its contents to Makefile.
8995
8996 * eshell/em-dirs.el (eshell/cd): cd commands that look up
8997 directory parts (like "cd old new", or "cd =regexp"), are now case
8998 sensitive on non-Windows/DOS platforms.
8999
9000 * eshell/esh-mode.el (eshell-parse-command-input): When a user
9001 types RET after an open delimiter (like "), display a message
9002 indicating that Eshell is waiting for the closing delimiter.
9003
9004 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
9005 environment variables.
9006
9007 * eshell/em-unix.el (eshell/diff): Added logic to fail more
9008 gracefully if the user enters incorrect arguments.
9009
9010 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
9011 Eshell buffers.
9012
9013 * eshell/esh-var.el (eshell-interpolate-variable):
9014 * eshell/esh-mode.el (eshell-move-argument):
9015 * eshell/em-unix.el (eshell-du-sum-directory):
9016 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9017 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
9018 (not (= ...)).
9019
9020 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
9021 to ensure the `preserve' flag gets propagated when doing recursive
9022 directory copies.
9023
90242000-08-28 Stefan Monnier <monnier@cs.yale.edu>
9025
9026 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
9027 Don't convert \n into \0177 in memory.
9028 (eshell-read-history, eshell-write-history): Convert \n to \0177,
9029 and back again, when reading and writing.
9030
90312000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
9032
9033 * eshell/esh-util.el (eshell-processp): Added to relieve constant
9034 testing of `fboundp' on `processp'.
9035
9036 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
9037 (eshell/jobs): Don't call process-list if it is not bound.
9038 (eshell-gather-process-output): Support systems where async
9039 subprocesses aren't supported.
9040 (eshell-scratch-buffer, eshell-last-sync-output-start): New
9041 variables.
9042
9043 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
9044 eshell-do-eval returns t.
9045 (eshell-do-pipelines-synchronously): New defmacro.
9046 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
9047 when async subprocesses aren't supported.
9048 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
9049 if async subprocesses aren't supported.
9050 (eshell-resume-command): Don't assume STATUS is a string.
9051
9052 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
9053
9054 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
9055 (eshell-close-target, eshell-get-target): Use eshell-processp.
9056 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
9057 fix.
9058 (eshell-get-target, eshell-create-handles): Doc fix.
9059
90602000-08-28 Miles Bader <miles@lsi.nec.co.jp>
9061
9062 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
9063 criterion to include commands that output something, as long as it
9064 leaves both the command and the end-of-buffer visible when the
9065 command has exited.
9066 (eshell-review-quick-commands): Adjust the help doc string
9067 accordingly.
9068
90692000-08-28 Peter Breton <pbreton@ne.mediaone.net>
9070
9071 * locate.el (locate): Cleaned up locate command's interactive prompting
9072 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
9073
9074 * filecache.el (file-cache-case-fold-search): New variable
9075 (file-cache-assoc-function): New variable
9076 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
9077 Use file-cache-case-fold-search variable
9078 (file-cache-add-file): Use file-cache-assoc-function
9079 (file-cache-delete-file): likewise
9080 (file-cache-directory-name): likewise
9081 (file-cache-debug-read-from-minibuffer): likewise
9082
90832000-08-28 Gerd Moellmann <gerd@gnu.org>
9084
9085 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
9086 (abbrev-table-name): New function.
9087 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
9088 If non-nil list local abbrev, only.
9089
90902000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
9091
9092 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
9093 from Gnus support code, and use special article copy buffer
9094 `(gnus-original-article-buffer)' instead. This allows to get rid
9095 of article-hide-headers usage (which breaks in the latest Gnus
9096 version). Thanks to Detlev Zundel.
9097
90982000-08-28 Kenichi Handa <handa@etl.go.jp>
9099
9100 * international/quail.el (quail-use-package): Hide "... loaded"
9101 message.
9102 (quail-start-translation, quail-start-conversion): Likewise.
9103
9104 * international/kkc.el (kkc-region): Hide "... loaded" message.
9105
91062000-08-27 Dave Love <fx@gnu.org>
9107
9108 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
9109
91102000-08-27 Miles Bader <miles@gnu.org>
9111
9112 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
9113
91142000-08-27 Kenichi Handa <handa@etl.go.jp>
9115
9116 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
9117 'ja-dic-cnv), not (require 'skkdic-cnv).
9118
91192000-08-26 Miles Bader <miles@gnu.org>
9120
9121 * faces.el (face-x-resources): Add entry for :inherit.
9122 * cus-face.el (custom-face-attributes): Add support for :inherit
9123 attribute. Add support for relative face heights.
9124 (custom-face-attributes-get): Treat `nil' as being a default value
9125 for :inherit (as well as `unspecified').
9126
9127 * faces.el (set-face-attribute): Update doc string.
9128 (face-attribute-name-alist): Add :inherit.
9129 (face-valid-attribute-values): Handle :inherit.
9130 (face-read-string): Rephrase prompt to be less confusing.
9131 Assume that DEFAULT is a string, since we must return a string.
9132 (face-read-integer): Use `format' to turn DEFAULT into an
9133 acceptable default for face-read-string. Match NEW-VALUE against
9134 the string "unspecified", not the symbol `unspecified', since
9135 that's what face-read-string returns.
9136 (read-face-attribute): Lookup a name for old-value in valid, and
9137 use it as a default if we find one. Treat all values from
9138 face-read-string as strings. If the default is used, don't do any
9139 more processing on the value, just use the old value directly.
9140 (read-face-and-attribute, modify-face): Tweak prompt.
9141 (read-face-name): Don't assume prompt ends with a space.
9142
9143 * faces.el (describe-face): Add support for :inherit attribute.
9144
91452000-08-25 Kenichi Handa <handa@etl.go.jp>
9146
9147 * terminal.el (terminal-emulator): Fix args to `concat'. Now
9148 concat doesn't accept interger.
9149
9150 * international/kkc.el: Remove SKK from Keywords. Require
9151 ja-dic-utl instead of skkdic-utl.
9152
9153 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
9154 Provide ja-dic-cnv instead of skkdic-cnv.
9155 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
9156 (iso-2022-7bit-short): Add safe-charsets property.
9157 (skkdic-convert-postfix): Search Japanese chou-on character in
9158 addition to Hiragana character.
9159 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
9160 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
9161 (batch-skkdic-convert): Likewise.
9162
9163 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
9164 Provide ja-dic-utl instead of skkdic-utl.
9165 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
9166
91672000-08-24 Dave Love <fx@gnu.org>
9168
9169 * disp-table.el (standard-display-default): Make the test of `l'
9170 useful.
9171
9172 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
9173 mod sample text.
9174
9175 * international/iso-ascii.el: Make pilcrow convenient string
9176 consistent with section.
9177 (iso-ascii-display): Set up multibyte characters as well as
9178 unibyte.
9179
91802000-08-24 Kenichi Handa <handa@etl.go.jp>
9181
9182 * international/mule-cmds.el (reset-language-environment): Set
9183 default-process-coding-system to '(undecided . iso-latin-1), which
9184 makes process I/O almost consistent with file I/O. Call this
9185 function when mule-cmds.el[c] is loaded.
9186
91872000-08-22 Andrew Innes <andrewi@gnu.org>
9188
9189 * makefile.w32-in: New file.
9190
91912000-08-22 Miles Bader <miles@lsi.nec.co.jp>
9192
9193 * comint.el (comint-output-filter): Compare end of
9194 comint-last-output-overlay with the start of the newly inserted
9195 text, not the end, when deciding whether to extend it.
9196 Set saved-point's insertion type to advance after insertion.
9197
9198 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
9199 since this is now done independently of font-lock mode.
9200
92012000-08-21 Gerd Moellmann <gerd@gnu.org>
9202
9203 * server.el (server-kill-new-buffers): New user option.
9204 (server-existing-buffer): New buffer-local variable.
9205 (server-visit-files): When using an existing buffer, set
9206 server-existing-buffer to t.
9207 (server-buffer-done): If server-kill-new-buffers is t, kill the
9208 buffer, unless it was already present before visiting it with
9209 Emacs server.
9210
92112000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
9212
9213 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
9214 even if the display doesn't support colors: some displays will
9215 support bold/underline faces.
9216
92172000-08-21 Gerd Moellmann <gerd@gnu.org>
9218
9219 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
9220
9221 * startup.el (command-line): If user's init file had an error,
9222 add explanatory text to *Messages*.
9223
92242000-08-21 Kenichi Handa <handa@etl.go.jp>
9225
9226 * man.el (Man-getpage-in-background): Decode the process output by
9227 the system locale coding system.
9228
92292000-08-20 Dave Love <fx@gnu.org>
9230
9231 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
9232 Don't test x-popup-menu.
9233 (function) <complete-function>: Complete only fbound symbols.
9234 <validate, value>: New.
9235 (variable) <complete-function>: Complete only bound symbols.
9236 (coding-system): Add :base-only, :complete-function, :validate,
9237 :value, :prompt-match.
9238 (widget-coding-system-prompt-value): Use read-coding-system and
9239 act on :base-only.
9240 (editable-field): Add :help-echo.
9241 (widget-push-button-gui, widget-push-button-cache)
9242 (widget-gui-action, widget-editable-list-gui): COmment out, along
9243 with uses.
9244 (widget-at): Make arg optional.
9245 (widget-echo-help): Adjust for current help-echo calling sequence.
9246 (widget-specify-field, widget-specify-button)
9247 (widget-specify-insert, widget-get-sibling, widget-image-find)
9248 (widget-convert, widget-insert, widget-leave-text)
9249 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
9250 (widget-setup, widget-field-find, widget-before-change)
9251 (widget-after-change, widget-default-complete)
9252 (widget-default-create, widget-default-delete)
9253 (widget-push-button-value-create, editable-field)
9254 (widget-field-prompt-value, widget-field-validate)
9255 (widget-choice-value-create, widget-choice-action)
9256 (widget-choice-validate, widget-checklist-add-item)
9257 (widget-radio-add-item, widget-radio-chosen)
9258 (widget-radio-value-inline, widget-editable-list-value-create)
9259 (widget-editable-list-entry-create)
9260 (widget-documentation-link-add)
9261 (widget-documentation-string-value-create)
9262 (widget-regexp-validate, widget-file-complete)
9263 (widget-sexp-validate, widget-plist-convert-widget)
9264 (widget-plist-convert-widget, widget-alist-convert-widget)
9265 (widget-alist-convert-widget, widget-color-complete): Simplify,
9266 particularly to avoid bindings which aren't optimized out.
9267
9268 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
9269 Doc fix.
9270 (down-list, backward-up-list, up-list, kill-sexp)
9271 (backward-kill-sexp, mark-sexp): Make arg optional.
9272 (lisp-complete-symbol): Add optional arg PREDICATE.
9273
9274 * cus-start.el: Add display-buffer-reuse-frames,
9275 file-coding-system-alist.
9276
92772000-08-20 Gerd Moellmann <gerd@gnu.org>
9278
9279 * startup.el (command-line): Clear realized faces after
9280 modifying TTY color mappings.
9281
92822000-08-20 Miles Bader <miles@gnu.org>
9283
9284 * faces.el (face-attr-match-p): Don't return true if ATTRS are
9285 merely a subset of FACE's attributes.
9286
92872000-08-19 Miles Bader <miles@gnu.org>
9288
9289 * comint.el (comint-output-filter): Save the point with a marker,
9290 not just a buffer position.
9291
9292 * international/mule.el (set-buffer-process-coding-system): Make
9293 interactive prompt less confusing.
9294
92952000-08-19 Gerd Moellmann <gerd@gnu.org>
9296
9297 * hilit-chg.el: General cleanup of doc strings, comments and
9298 code formatting.
9299
93002000-08-19 Miles Bader <miles@gnu.org>
9301
9302 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
9303 Compiler macro removed; beginning-of-line is no longer always
9304 equivalent to forward-line, in the presence of fields.
9305
9306 * comint.el (comint-output-filter): Remove ad-hoc saving of
9307 restriction, and just use save-restriction, now that it works
9308 correctly. Don't adjust comint-last-input-start to account for
9309 our insertion; it shouldn't have moved because we don't use
9310 insert-before-markers anymore. Comment out call to
9311 `force-mode-line-update'; why is it here?
9312
9313 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
9314 while checking for prompt to delete. Use `forward-line 0'
9315 instead of beginning-of-line.
9316 (gud-filter): Temporarily widen gud comint buffer while
9317 examining output.
9318
93192000-08-18 Stefan Monnier <monnier@cs.yale.edu>
9320
9321 * progmodes/sh-script.el: Big bag of typos.
9322
9323 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
9324 check since ispell-process is not bound when ispell is not yet loaded.
9325
93262000-08-18 Dave Love <fx@gnu.org>
9327
9328 * image.el (find-image): Copy `spec' before using plist-put.
9329
93302000-08-18 Gerd Moellmann <gerd@gnu.org>
9331
9332 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
9333 `portugues'.
9334
9335 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
9336 backward-kill-sexp, analogous to kill-sexp.
9337
9338 * progmodes/icon.el (icon-indent-line)
9339 (icon-is-continuation-line): Handle comments specially.
9340
93412000-08-17 Ken Stevens <k.stevens@ieee.org>
9342
9343 * ispell.el: Set to standard author/maintainer/keyword fields.
9344 Fine tuning to menu map appearance and operation, and added help.
9345 Remove `start' and `end' error messages when compiling.
9346 (ispell-choices-win-default-height): Fixed comment string.
9347 (ispell-dictionary-alist-1): Fixed regexp in castellano and
9348 castellano8 dictionaries.
9349 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
9350 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
9351 dictionary, added italiano dictionary.
9352 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
9353 word character
9354 (ispell-tex-skip-alists): Added psfig support.
9355 (ispell-skip-html): Renamed from ispell-skip-sgml.
9356 (ispell-begin-skip-region-regexp, ispell-skip-region)
9357 (ispell-minor-check): Improved html skipping support to skip across
9358 code, and recognize `&' commands without propper `;' syntax;
9359 (ispell-process-line): Fix alignment error when manually
9360 correcting spelling.
9361 (ispell): Fix comment string.
9362 (ispell-add-per-file-word-list): Always put word list on new line.
9363
93642000-08-17 Gerd Moellmann <gerd@gnu.org>
9365
9366 * format.el (format-encode-run-method): Fix error message to say
9367 `encode' instead of `decode'. Use save-window-excursion around
9368 shell-command-on-region as in format-decode-run-method because
9369 shell-command-on-region can display a buffer with error output.
9370 (format-decode): Don't record undo information for the decoding.
9371 (format-annotate-function): Add parameter FORMAT-COUNT. Make
9372 that number part of the temporary buffer name so that more than
9373 one decoding using a temporary buffer can happen safely.
9374
9375 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
9376 of `A-z' in the regexp.
9377
9378 * hilit-chg.el: Fix typos in commentary.
9379
9380 * help.el (view-emacs-news): Rewritten for new naming scheme
9381 for old NEWS files.
9382
9383 * startup.el (command-line): Pop to *Messages* in case an error
9384 is signaled while loading user-init-file.
9385
93862000-08-17 Andreas Schwab <schwab@suse.de>
9387
9388 * files.el (insert-directory): Don't lose original file name,
9389 undoing an undocumented change.
9390
93912000-08-17 Alex Schroeder <alex@gnu.org>
9392
9393 * sql.el (sql-magic-go): Use comint-bol.
9394 (sql-copy-column): Use comint-line-beginning-position.
9395 (comint-line-beginning-position): Define a replacement for
9396 comint-line-beginning-position if it is not fboundp.
9397
93982000-08-17 Alex Schroeder <alex@gnu.org>
9399
9400 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
9401 it didn't have any effect anyway.
9402
94032000-08-17 Alex Schroeder <alex@gnu.org>
9404
9405 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
9406 --pset and pager=off instead of sending \\o|cat at the beginning
9407 of the session.
9408
94092000-08-17 Miles Bader <miles@gnu.org>
9410
9411 * progmodes/octave-inf.el: Add compatibility definition of
9412 comint-line-beginning-position.
9413
94142000-08-17 Kenichi Handa <handa@etl.go.jp>
9415
9416 * startup.el (normal-top-level): Look in each dir in load-path for
9417 a leim-list.el file too. This assures of loading leim-list.el
9418 that is created at Emacs installation time even if a user have his
9419 own leim-list.el.
9420
94212000-08-17 Miles Bader <miles@gnu.org>
9422
9423 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
9424 foreground color to black if the background is dark.
9425
94262000-08-16 Stefan Monnier <monnier@cs.yale.edu>
9427
9428 * loadhist.el (unload-feature): Typo.
9429
9430 * finder.el (finder-compile-keywords):
9431 * cus-dep.el (custom-make-dependencies): Add local-variable settings
9432 to the generated file.
9433
9434 * mail/mh-e.el (mh-make-local-vars):
9435 Replace make-variable-buffer-local with make-local-variable.
9436
9437 * play/landmark.el:
9438 * options.el (Edit-options-{set,toggle,t,nil}):
9439 * mail/mailabbrev.el (mail-abbrevs-mode):
9440 * textmodes/tex-mode.el (tex-expand-files):
9441 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
9442
9443 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
9444
9445 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
9446 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
9447 Allow going past the last element.
9448 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
9449 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
9450 (cvs-mouse-toggle-mark): Don't move point.
9451 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
9452
9453 * progmodes/compile.el (grep): Provide a default set of files.
9454 (next-error): Docstring fix.
9455 (compilation-find-file): Avoid find-file (fails in a dedicated window).
9456
9457 * emacs-lisp/easy-mmode.el (define-minor-mode):
9458 Use `symbol-value' to keep the byte-compiler quiet.
9459
9460 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
9461 (diff-find-source-location): New fun, extracted from diff-goto-source.
9462 (diff-goto-source): Use it.
9463 (diff-next-complex-hunk, diff-filter-lines): New function.
9464 (diff-apply-hunk): New command.
9465
9466 * smerge-mode.el (smerge-mode-menu): Doc fix.
9467
9468 * msb.el (msb-mode): Define it in terms of define-minor-mode.
9469
94702000-08-16 Dave Love <fx@gnu.org>
9471
9472 * windmove.el (windmove) <defgroup>: Add :version.
9473
9474 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
9475 (goto-address-fontify-p, goto-address-highlight-p)
9476 (goto-address-url-face, goto-address-url-mouse-face)
9477 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
9478 (goto-address-url-regexp): Use thing-at-point-url-regexp.
9479 (goto-address-fontify, goto-address-at-mouse): Simplify,
9480 (goto-address-at-point): browse-url-url-at-point,
9481 goto-address-find-address-at-point can return nil.
9482 (goto-address-find-address-at-point): Return nil on failure.
9483
9484 * align.el (align) <defgroup>: Add :version.
9485
9486 * calculator.el (calculator): Add :version.
9487 (calculator): Use two lines for calculator window if `modeline'
9488 face is boxed.
9489
9490 * play/5x5.el: Doc fixes.
9491 (5x5) <defgroup>: Add :version.
9492
9493 * play/fortune.el (fortune) <defgroup>: Add :version.
9494 (fortune-append): Fix error message.
9495 (fortune-from-region): Doc fix.
9496
9497 * play/pong.el (pong): Doc fix.
9498
9499 * play/morse.el: Keywords, commentary, autoloads.
9500
95012000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
9502
9503 * desktop.el (desktop-save): Don't look at symbol-value of a
9504 member of minor-mode-alist, unless it is boundp.
9505
95062000-08-16 Sam Steingold <sds@gnu.org>
9507
9508 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
9509 `while'; use `with-current-buffer' instead of `save-excursion'.
9510 Removed unnecessary kludges now that "*Buffer List*" is excluded.
9511
95122000-08-16 Kenichi Handa <handa@etl.go.jp>
9513
9514 * international/ccl.el (declare-ccl-program): Docstring modified.
9515 (ccl-execute-with-args): Likewise.
9516
95172000-08-16 Miles Bader <miles@gnu.org>
9518
9519 * progmodes/sql.el: Add compatibility definition of
9520 comint-line-beginning-position.
9521
95222000-08-15 Gerd Moellmann <gerd@gnu.org>
9523
9524 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
9525 'buffer-menu' property.
9526 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
9527 fails.
9528 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
9529 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9530 wasn't killed.
9531
9532 * buff-menu.el (list-buffers-noselect): Don't display the
9533 *Buffer List* buffer.
9534
9535 * font-lock.el: Require jit-lock to prevent a very late
9536 `Loading jit-lock' message.
9537
9538 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
9539 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
9540 mail address.
9541
95422000-08-15 Miles Bader <miles@gnu.org>
9543
9544 * textmodes/ispell.el (ispell-graphic-p): New constant.
9545 (ispell-choices-win-default-height, ispell-help): Use
9546 `ispell-graphic-p' instead of `xemacsp'.
9547
95482000-08-15 Dave Love <fx@gnu.org>
9549
9550 * simple.el: Autoload widget-convert when compiling.
9551 (mail-user-agent): Doc fix.
9552
9553 * help.el (function-called-at-point, variable-at-point): Use
9554 with-syntax-table.
9555 (help-manyarg-func-alist): Add insert-and-inherit.
9556
9557 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
9558
9559 * delsel.el (delsel-unload-hook): New function.
9560
9561 * find-file.el: Doc fixes. Move provide to end.
9562 (ff) <defgroup>: Add :link.
9563 (ff-goto-click): Deleted.
9564 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
9565 Use mouse-set-point.
9566
9567 * textmodes/tildify.el: Doc fixes.
9568 (tildify) <defgroup>: Add:version.
9569
9570 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
9571 (glasses-custom-set): Use set-default, not set.
9572 (minor-mode-alist): Propertize the lighter.
9573 (glasses-mode): Provide optional arg.
9574
9575 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
9576 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
9577 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
9578 option. Provide :type.
9579 (cwarn-configuration): Provide :type.
9580 (cwarn-mode): Doc fix.
9581
9582 * add-log.el (change-log-merge): Doc fix.
9583 (change-log-redate): New command.
9584
9585 * net/browse-url.el (browse-url-filename-alist): Add a clause for
9586 Doze and Dog.
9587 (browse-url): Use dolist, not mapcar.
9588 (browse-url-at-point): Check for null url.
9589 (browse-url-event-buffer, browse-url-event-point): Functions
9590 deleted.
9591 (browse-url-at-mouse, browse-url-netscape): Simplify.
9592
9593 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
9594 modes.
9595 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
9596 Fix previous change to mapcan.
9597 (msb--init-file-alist, msb--add-separators)
9598 (msb--make-keymap-menu): Simplify.
9599 (msb--choose-file-menu): Use copy-sequence.
9600 (msb-mode-map): Add title to keymap.
9601 (msb-unload-hook): New function.
9602
9603 * bs.el: Fix indentation.
9604 (bs) <defgroup>: Add :links.
9605 (bs-show): Doc fix.
9606 (bs-apply-sort-faces): Don't use window-system.
9607 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
9608
96092000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
9610
9611 * calendar/timeclock.el (timeclock-file): Run .timelog through
9612 convert-standard-filename.
9613
96142000-08-14 Gerd Moellmann <gerd@gnu.org>
9615
9616 * emacs-lisp/authors.el: New file.
9617
9618 * paren.el (show-paren-priority): New user option.
9619 (show-paren-function): Set overlay priorities to
9620 show-paren-priority.
9621
96222000-08-14 Miles Bader <miles@gnu.org>
9623
9624 * comint.el (comint-bol): Use `forward-line 0' instead of calling
9625 beginning-of-line with inhibit-field-text-motion bound.
9626
96272000-08-14 Gerd Moellmann <gerd@gnu.org>
9628
9629 * calendar/timeclock.el: New file.
9630
96312000-08-14 David Ponce <david@dponce.com>
9632
9633 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
9634 `widget-button-click'. so that one can use left mouse button to
9635 click on dialog buttons.
9636
96372000-08-14 Emmanuel Briot <briot@gnat.com>
9638
9639 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
9640 identifiers, since XML is case sensitive
9641
96422000-08-12 Miles Bader <miles@gnu.org>
9643
9644 * comint.el (comint-output-filter): Don't bother frobbing
9645 window-start, it doesn't seem to be necessary.
9646
9647 * comint.el (comint-send-string, comint-send-region): Make into
9648 real functions. Snapshot the prompt before sending.
9649
96502000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9651
9652 * info.el (Info-find-emacs-command-nodes): Rewrite to use
9653 technique similar to Info-index, instead of relying on specific
9654 names of relevant Index nodes.
9655 (Info-goto-emacs-command-node): Bind Info-history to nil when
9656 going to the first node found by Info-find-emacs-command-nodes.
9657
96582000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
9659
9660 * menu-bar.el (menu-bar-help-menu): Add a :help string.
9661
96622000-08-10 Miles Bader <miles@gnu.org>
9663
9664 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
9665
96662000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9667
9668 * info.el (Info-file-list-for-emacs): More elements for the
9669 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
9670 and woman manuals.
9671
96722000-08-10 Miles Bader <miles@lsi.nec.co.jp>
9673
9674 * comint.el (comint-send-input): Make the newline boundary overlay
9675 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
9676 (comint-output-filter): Use `insert' instead of
9677 `insert-before-markers'. Extend comint-last-output-overlay when
9678 necessary since we can't rely on insert-before-markers to do it.
9679 * gud.el (gud-filter): Use `with-current-buffer' instead of
9680 save-excursion when inserting the output, so that point gets
9681 updated correctly; the old method relied on a rather dodgy
9682 side-effect of comint-output-filter to avoid the effect of
9683 save-excursion.
9684
96852000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
9686
9687 * files.el (recover-file): Call insert-directory instead of
9688 invoking `ls' directly.
9689
96902000-08-10 Miles Bader <miles@gnu.org>
9691
9692 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
9693 (comint-last-prompt-overlay): New variables.
9694 (comint-output-filter): Implement prompt highlighting.
9695 (comint-snapshot-last-prompt): New function.
9696 (comint-send-input): Snapshot the last prompt.
9697 Use comint-highlight-input-face.
9698 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
9699 Use defface instead of defcustom.
9700 (send-invisible, comint-send-eof): Snapshot the last prompt.
9701 (comint-delchar-or-maybe-eof): Use comint-send-eof.
9702 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
9703
97042000-08-09 Stefan Monnier <monnier@cs.yale.edu>
9705
9706 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
9707 (regexp-opt-group): Use a list of chars for `letters'.
9708 (regexp-opt-charset): `chars' is now a list of chars.
9709 Use a char-table rather than a vector so it works for multibyte chars.
9710
9711 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
9712 Set cvs-minor-current-files to the selected fileinfo.
9713 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
9714 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
9715
97162000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
9717
9718 * files.el (insert-directory): Don't call access-file on
9719 directories on DOS and Windows.
9720
97212000-08-09 Kenichi Handa <handa@etl.go.jp>
9722
9723 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
9724 longer if necessary.
9725 (ccl-embed-code): Call ccl-embed-data to store CODE in
9726 ccl-program-vector.
9727
97282000-08-09 Miles Bader <miles@gnu.org>
9729
9730 * comint.el (comint-output-filter): Properly handle the case where
9731 the text surrounded by comint-last-output-overlay was deleted.
9732
97332000-08-08 Gerd Moellmann <gerd@gnu.org>
9734
9735 * info.el (Info-insert-dir): Use Info-additional-directory-list if
9736 non-nil.
9737 (Info-file-list-for-emacs): Remove "info" from the list because
9738 that leads to trying to use the documentation from file `info'
9739 in various situations where it isn't appropriate, for instance
9740 C-h C-k C-h i.
9741
9742 * ffap.el (ffap-read-file-or-url-internal): Handle case that
9743 DIR and/or STRING are nil.
9744
9745 * progmodes/compile.el (compilation-setup): Make variable
9746 compilation-error-screen-columns buffer-local, as some comment
9747 in the code suggests it should be.
9748
9749 * files.el (auto-mode-interpreter-regexp): New variable.
9750 (set-auto-mode): Use it.
9751
9752 * indent.el (indent-for-tab-command): Doc fix.
9753
9754 * mouse-sel.el (mouse-sel-mode): Doc fix.
9755
9756 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
9757 labels.
9758
9759 * help.el (print-help-return-message): When
9760 display-buffer-reuse-frames is set, let the help window been quit,
9761 instead of deleting it, which might delete a reused frame.
9762
97632000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
9764
9765 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
9766 rename a directory to a name that differs only by its letter case.
9767
97682000-08-08 Kenichi Handa <handa@etl.go.jp>
9769
9770 * international/quail.el (quail-define-rules): Handle Quail decode
9771 map correctly. Add code for supporting annotations.
9772 (quail-install-decode-map): New function.
9773 (quail-defrule-internal): New optional arguments decode-map and
9774 props.
9775 (quail-advice): New function.
9776
97772000-08-07 Sam Steingold <sds@gnu.org>
9778
9779 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
9780 `defconst', `define-condition', `with-slots'.
9781 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
9782
97832000-08-03 Miles Bader <miles@gnu.org>
9784
9785 * comint.el (comint-use-prompt-regexp-instead-of-fields):
9786 New variable.
9787 (comint-prompt-regexp, comint-get-old-input): Document dependence on
9788 comint-use-prompt-regexp-instead-of-fields.
9789 (comint-send-input): Add `input' field property to stuff we send to
9790 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
9791 (comint-output-filter): Add `output' field property to process
9792 output, if comint-use-prompt-regexp-instead-of-fields is nil.
9793 (comint-replace-by-expanded-history)
9794 (comint-get-old-input-default, comint-show-output)
9795 (comint-backward-matching-input, comint-forward-matching-input)
9796 (comint-next-prompt, comint-previous-prompt): Use field
9797 properties if comint-use-prompt-regexp-instead-of-fields is nil.
9798 (comint-line-beginning-position): New function.
9799 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
9800 (comint-replace-by-expanded-history-before-point): Use
9801 comint-line-beginning-position and line-end-position.
9802 (comint-last-output-overlay): New variable.
9803 (comint-mode): Make `comint-last-output-overlay' buffer-local.
9804
9805 * shell.el (shell-prompt-pattern): Doc change.
9806 (shell-backward-command): Use line-beginning-position.
9807
9808 * gud.el (gud-gdb-complete-command): Use
9809 comint-line-beginning-position.
9810
9811 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
9812 comint-bol doesn't actually go to the beginning of the line.
9813
9814 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
9815 if comint-use-prompt-regexp-instead-of-fields is non-nil.
9816 (try-expand-line-all-buffers): Likewise.
9817
9818 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
9819 explicitly matching comint-prompt-regexp.
9820 (sql-copy-column): Use comint-line-beginning-position instead of
9821 explicitly matching comint-prompt-regexp.
9822
9823 * progmodes/octave-inf.el (inferior-octave-complete): Use
9824 comint-line-beginning-position.
9825
9826 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
9827
9828 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
9829 looking for a prompt, use `forward-line 0' instead of
9830 `beginning-of-line', to avoid getting caught by an input field.
9831
98322000-08-07 Gerd Moellmann <gerd@gnu.org>
9833
9834 * files.el (shell-quote-wildcard-pattern): Make sure to return
9835 PATTERN, in the Unix case.
9836
98372000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
9838
9839 * play/zone.el (zone): Discard any pending input before running
9840 the randomly-chosen pgm.
9841
98422000-08-07 Kenichi Handa <handa@etl.go.jp>
9843
9844 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
9845 checking the existence of any multibyte characters.
9846
98472000-08-06 Gerd Moellmann <gerd@gnu.org>
9848
9849 * help.el (describe-mode): Test minor-mode symbol for being
9850 bound before testing its value for being nil.
9851
9852 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
9853 `first', `second', and `third'.
9854
9855 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
9856 (second): Make it an alias for `cadr'.
9857
98582000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
9859
9860 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
9861 types of display support faces now.
9862
98632000-08-05 Gerd Moellmann <gerd@gnu.org>
9864
9865 * pcvs.el (require): Require `cl' during compilation, only.
9866
9867 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
9868 (toplevel): Remove `remq' and `remove' from autoloads.
9869 (cl-fake-autoloads): New variable. If set, arrange for an error
9870 when CL functions etc. are autoloaded.
9871
98722000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
9873
9874 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
9875
9876 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
9877 popped up, but the user clicks outside the menu, return an empty
9878 regexp (that causes unhighlight-regexp to have no effect).
9879
9880 * menu-bar.el (menu-bar-games-menu): Add Zone.
9881
9882 * hi-lock.el (toplevel): Require font-lock.
9883
98842000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9885
9886 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
9887 (ebnf-8-bit-chars): New var for bug fix.
9888 (ebnf-string): Bug fix.
9889
98902000-08-03 Sam Steingold <sds@gnu.org>
9891
9892 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
9893 instead of `buffer-string'.
9894 (require 'cl): Always, not just when compiling.
9895 `ignore-errors' in `interactive', `list*', `defun*' &c make this
9896 necessary.
9897
98982000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
9899
9900 * international/mule-cmds.el (select-safe-coding-system): Make
9901 the message text about selecting a safe coding system more clear.
9902
99032000-08-02 Gerd Moellmann <gerd@gnu.org>
9904
9905 * hi-lock.el: New file.
9906
9907 * play/zone.el: New file.
9908
9909 * replace.el (occur): Set tab-width in the *Occur* buffer to the
9910 value of tab-width in the original buffer. Choose a line number
9911 format that's a multiple of the original buffer's tab width, so
9912 that lines appear right.
9913
9914 * textmodes/ispell.el (ispell): New function, replacing an alias.
9915 Spell-check active region if in transient-mark-mode and mark
9916 is active; otherwise spell-check buffer.
9917
99182000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9919
9920 * ps-mule.el: Fix a customization problem on
9921 ps-mule-font-info-database-default.
9922
99232000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
9924
9925 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
9926 display-mouse-p instead of window-system.
9927 (ebrowse-member-mode-map): Ditto.
9928
99292000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9930
9931 * progmodes/ebnf2ps.el: Update ps-print functions call.
9932 Indentation fix. Doc fix.
9933 (ebnf-version): New version number (3.2).
9934 (ebnf-format-color, ebnf-begin-job): Code fix.
9935
99362000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
9937
9938 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
9939 font lock support on window-system.
9940 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
9941
9942 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
9943 display-color-p, if fboundp, instead of window-system.
9944
99452000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
9946
9947 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
9948 instead of window-system.
9949
9950 * wid-edit.el (widget-choose): Use display-mouse-p instead of
9951 window-system.
9952 (widget-choice-mouse-down-action): Use display-popup-menus-p
9953 instead of window-system.
9954
9955 * strokes.el (strokes-file): Run the file name through
9956 convert-standard-filename.
9957 (strokes-mode): Call display-mouse-p instead of looking at
9958 window-system. Change the error message accordingly.
9959
9960 * progmodes/cpp.el (toplevel): Support faces on tty's.
9961
9962 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
9963 (lm-plot-square, lm-init-display): Don't use window-system.
9964
9965 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
9966 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
9967
9968 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
9969 instead of looking at window-system.
9970
99712000-07-30 Gerd Moellmann <gerd@gnu.org>
9972
9973 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
9974 of testing if iswitchb-prepost-hooks is bound, because the
9975 latter will always be true when invoking a recursive minibuffer
9976 from an active Iswitchb buffer.
9977
99782000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
9979
9980 * files.el (shell-quote-wildcard-pattern): New function.
9981 (insert-directory): Call it. Only prepend "\" to command on Unix
9982 and GNU/Linux systems.
9983
99842000-07-30 Gerd Moellmann <gerd@gnu.org>
9985
9986 * eshell/esh-groups.el: Change custom :link file names
9987 from `eshell.info' to `eshell'.
9988
99892000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
9990
9991 * dired.el (dired-build-subdir-alist): Expand subdirectory names
9992 correctly in recursive ange-ftp listings.
9993
99942000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9995
9996 * ps-print.el: Fix bug 1: if ps-font-size-internal,
9997 ps-header-font-size-internal and
9998 ps-header-title-font-size-internal variables are not set,
9999 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
10000 face text property is (foreground-color . COLOR) or
10001 `(background-color . COLOR)', ps-print crashes. Doc fix.
10002 (ps-print-version): New version number (5.2.4).
10003 (ps-plot-region): Code fix.
10004 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
10005 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
10006 Bug fix 2.
10007
100082000-07-30 Milan Zamazal <pdm@freesoft.cz>
10009
10010 * glasses.el (glasses-make-readable): Fix uncapitalization of
10011 identifiers like `myXMLDocument'.
10012
100132000-07-28 Karl Fogel <kfogel@red-bean.com>
10014
10015 * mail/mail-hist.el (mail-hist-previous-input)
10016 (mail-hist-next-input): Do the obvious code factorization.
10017 (mail-hist-retrieve-and-insert): New func, contains common
10018 code of above two.
10019 If inserting a message body, leave point at top.
10020
100212000-07-28 Sam Steingold <sds@gnu.org>
10022
10023 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
10024 Use `<=', not `<' to compare times!
10025 (ange-ftp-ls): Remove.
10026
100272000-07-27 Gerd Moellmann <gerd@gnu.org>
10028
10029 * play/cookie1.el: Add explanation of how to make cookie.el
10030 compatible with strfile(1) to comment.
10031
10032 * subr.el (remove, remq): New functions.
10033
10034 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
10035 escape `*' in regexps.
10036 (midnight-find): Reverse order of arguments in the funcall of
10037 TEST.
10038
10039 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
10040 and `.class'.
10041
10042 * play/meese.el: Add Commentary section.
10043
100442000-07-27 Alex Schroeder <alex@gnu.org>
10045
10046 * sql.el (sql-ms): Added autoload cookie.
10047 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
10048 (sql-oracle): Ditto.
10049 (sql-help): Doc change.
10050
10051 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
10052 types and exceptions.
10053
100542000-07-27 Alex Schroeder <alex@gnu.org>
10055
10056 * sql.el (sql-placeholder-history): New variable.
10057 (sql-query-placeholders-and-send): New function that will query
10058 the user and replace placeholders with user input.
10059 (sql-oracle): If running on NT, set comint-input-sender to
10060 sql-query-placeholders-and-send.
10061
10062 (sql-stop): If in the SQLi buffer, insert stop notification, else
10063 present it as a message.
10064
100652000-07-27 Alex Schroeder <alex@gnu.org>
10066
10067 * sql.el (sql-input-ring-separator): Doc change.
10068 (sql-input-ring-file-name): Doc change.
10069 (sql-interactive-mode): Use `sql-input-ring-separator' and
10070 `sql-input-ring-file-name' to set the comint-mode equivalents
10071 without making them local variables.
10072 (sql-stop): Don't bind `sql-input-ring-separator' and
10073 `sql-input-ring-file-name' dynamically to their comint-mode
10074 equivalents.
10075
100762000-07-27 Kenichi Handa <handa@etl.go.jp>
10077
10078 * international/mule.el (register-char-codings): New function.
10079 (make-coding-system): Handle `safe-chars' specification in the arg
10080 PROPERTY.
10081
10082 * international/mule-cmds.el
10083 (find-coding-systems-region-subset-p): This function deleted.
10084 (sort-coding-systems-predicate): New variable.
10085 (sort-coding-systems): New function.
10086 (find-coding-systems-region): Use
10087 find-coding-systems-region-internal.
10088 (find-coding-systems-string): Use find-coding-systems-region.
10089 (find-coding-systems-for-charsets): Check
10090 char-coding-system-table.
10091 (select-safe-coding-system-accept-default-p): New variable.
10092 (select-safe-coding-system): Mostly rewritten. New argument
10093 ACCEPT-DEFAULT-P.
10094 (select-message-coding-system): Call select-safe-coding-system
10095 with ACCEPT-DEFAULT-P arg.
10096 (reset-language-environment): Reset default-sendmail-coding-system
10097 to the default value iso-latin-1.
10098 (set-language-environment): Don't set the obsolete variable
10099 charset-origin-alist.
10100
10101 * international/codepage.el (cp-coding-system-for-codepage-1):
10102 Give `safe-chars' property to make-coding-system.
10103
10104 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
10105 calling select-message-coding-system twice.
10106
10107 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
10108 instead of `safe-charsets'.
10109 (cyrillic-alternativnyj): Likewise.
10110 (ccl-encode-alternativnyj): Don't check the charset
10111 cyrillic-iso8859-5.
10112
101132000-07-27 Kenichi Handa <handa@etl.go.jp>
10114
10115 * composite.el (compose-chars-after): Preserve match data.
10116
101172000-07-26 Sam Steingold <sds@gnu.org>
10118
10119 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
10120 (ange-ftp-real-file-newer-than-file-p): New function.
10121 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
10122 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
10123
10124 * tooltip.el (tooltip-float-time): Removed (use `float-time').
10125 * midnight.el (midnight-float-time): Ditto.
10126
101272000-07-26 Andreas Schwab <schwab@suse.de>
10128
10129 * files.el (normal-backup-enable-predicate): Correct
10130 interpretation of the return value of compare-strings.
10131
101322000-07-26 Gerd Moellmann <gerd@gnu.org>
10133
10134 * isearch.el (isearch-resume): New function.
10135 (isearch-done): Add something to command-history to resume
10136 the search.
10137 (isearch-yank-line, isearch-yank-word): Use
10138 buffer-substring-no-properties instead of buffer-substring.
10139
10140 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
10141 of flyspell-mouse-map.
10142
10143 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
10144 duplicate definition.
10145 (makefile-mode): Remove duplicate setting of local-abbrev-table.
10146
10147 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
10148 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
10149
101502000-07-25 Sam Steingold <sds@gnu.org>
10151
10152 * net/ange-ftp.el: Get modtime over the net.
10153 (ange-ftp-file-modtime): New function.
10154 (ange-ftp-write-region, ange-ftp-insert-file-contents)
10155 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
10156 Use it.
10157 (ange-ftp-dot-to-slash): New function.
10158 (ange-ftp-fix-name-for-vms): Use it.
10159
10160 * midnight.el (midnight-buffer-display-time): Use
10161 `with-current-buffer'.
10162
101632000-07-25 Gerd Moellmann <gerd@gnu.org>
10164
10165 * find-dired.el: Update copyright notice.
10166 (find-dired): Offer to kill a running `find'.
10167
10168 * enriched.el (enriched-face-ans): For a `foreground-color'
10169 property, return '(("x-color" COLOR))' so that COLOR will be
10170 output as a parameter of the x-color annotation. Likewise for the
10171 `background-color' property. In the case of normal face
10172 properties, don't return annotations for unspecified foreground
10173 and background face attributes.
10174
101752000-07-25 Kenichi Handa <handa@etl.go.jp>
10176
10177 * language/japan-util.el (japanese-katakana-region): Fix handling
10178 HANKAKU argument.
10179
101802000-07-25 Miles Bader <miles@gnu.org>
10181
10182 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
10183 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
10184 constrain-to-field.
10185
101862000-07-24 Andrew Innes <andrewi@gnu.org>
10187
10188 * timer.el (timer-activate-when-idle): Add optional parameter
10189 DONT-WAIT. Update docstring.
10190 (run-with-idle-timer): Specify extra parameter to
10191 timer-activate-when-idle, so that timer will be activated
10192 immediately if Emacs is already idle.
10193
10194 * w32-fns.el (w32-using-nt): Fix docstring.
10195
101962000-07-24 Dave Love <fx@gnu.org>
10197
10198 * mouse.el (popup-menu): Set last-command-event.
10199 (mouse-major-mode-menu-prefix): Declare.
10200
102012000-07-24 Gerd Moellmann <gerd@gnu.org>
10202
10203 * textmodes/flyspell.el: Update to author's version 1.5d.
10204
10205 * progmodes/hideshow.el: Update copyright notice.
10206
10207 * vcursor.el: Set maintainer to FSF, since author cannot
10208 be reached.
10209
102102000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
10211
10212 * info.el (Info-goto-emacs-key-command-node): Leave a space after
10213 the prompt.
10214
10215 * mouse.el (popup-menu): Run the keymap through indirect-function,
10216 in case it was defined with define-prefix-key. If the menu is a
10217 list of keymaps, look up the binding of user's choice in each one
10218 of the keymaps.
10219 (mouse-popup-menubar): If the global and local menu-bar keymaps
10220 don't have a prompt string, create one and insert it into the
10221 keymap. Don't barf if current-local-map returns nil.
10222
102232000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
10224
10225 * dired.el (dired-sort-R-check): Added to allow recursive listing
10226 to be undone.
10227 (dired-sort-other): Use it.
10228
102292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10230
10231 * Release of cc-mode 5.27
10232
102332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10234
10235 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
10236 c-beginning-of-statement-1 that caused a bad case of recursion
10237 which could consume a lot of CPU in large classes in languages
10238 that have in-expression classes (i.e. Java and Pike).
10239
10240 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
10241 statements before top level constructs (i.e. case 6 is moved
10242 before case 5 and is now case 4) to catch in-expression
10243 classes in top level expressions correctly.
10244
102452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10246
10247 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
10248 objc-method-intro. Case 4 removed and case 5I added.
10249
10250 * cc-langs.el (c-append-paragraph-start): New variable used by
10251 c-common-init to get paragraph-start correct.
10252 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
10253 initialize paragraph-start to make it correct both with and
10254 without the javadoc special case.
10255
10256 * cc-mode.el (java-mode): Use c-append-paragraph-start to
10257 initialize paragraph-start for javadoc markup.
10258
10259 * cc-vars.el (c-style-variables-are-local-p): Incompatible
10260 change by defaulting this to t. It's motivated by the
10261 confusing behavior that otherwise arise from the style system
10262 when editing both java and non-java files at the same time
10263 (see the comments about style setting in c-common-init).
10264
102652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10266
10267 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
10268 similar to the one in c-fill-paragraph to check the fill
10269 prefix from the adaptive fill function for sanity.
10270
102712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10272
10273 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
10274 defun block.
10275
102762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10277
10278 * cc-mode.texi Documented the change of cpp-macro.
10279
102802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10281
10282 * cc-align.el (c-lineup-multi-inher): Handle lines with
10283 leading comma nicely. Extended to handle member initializers
10284 too.
10285
10286 * cc-engine.el: (c-beginning-of-inheritance-list,
10287 c-guess-basic-syntax): Fixed recognition of inheritance lists
10288 when the lines begins with a comma.
10289
10290 * cc-mode.texi: Updated doc for c-lineup-multi-inher.
10291
10292 * cc-vars.el (c-offsets-alist): Changed default for
10293 member-init-cont to c-lineup-multi-inher since it now handles
10294 member initializers and indents better for leading commas.
10295
102962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10297
10298 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
10299 handling that caused class open lines to be recognized as
10300 statement-conts in some cases.
10301
10302 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
10303 guessed by the adaptive fill function unless point is on the
10304 first line of a block comment.
10305
10306 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
10307 when the buffer ends with a macro continuation char.
10308
10309 * cc-engine.el (c-guess-basic-syntax): Added support for
10310 function definitions as statements in Pike. The first
10311 statement in a lambda block is now labeled defun-block-intro
10312 instead of statement-block-intro.
10313
10314 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
10315 so that the class surrounding point is selected, not the one
10316 innermost in the state.
10317
10318 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
10319 recognition of switch labels having hanging multiline
10320 statements.
10321
10322 * cc-engine.el (c-beginning-of-member-init-list): Broke out
10323 some code in c-guess-basic-syntax to a separate function.
10324 * cc-engine.el (c-just-after-func-arglist-p): Fixed
10325 recognition of member inits with multiple line arglists.
10326 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
10327 member-init-cont when the commas are in funny places.
10328
103292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10330
10331 * cc-defs.el (c-auto-newline): Removed this macro since it's
10332 not used anymore.
10333
10334 * cc-engine.el (c-looking-at-bos): New helper function.
10335 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
10336 inexpr and toplevel classes apart in Pike.
10337
10338 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
10339 of case 9A.
10340
10341 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
10342 constant, since "class" can introduce an in-expression class
10343 in Pike nowadays.
10344
103452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10346
10347 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
10348 indentation on cpp-macro lines.
10349
10350 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
10351 a syntax modifier like comment-intro, to make it possible to
10352 get syntactic indentation for preprocessor directives. It's
10353 incompatible wrt to lineup functions on cpp-macro, but it has
10354 no observable effect in the 99.9% common case where cpp-macro
10355 is set to -1000.
10356
103572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10358
10359 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
10360 member-init-cont when the preceding arglist is several lines.
10361
103622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10363
10364 * cc-styles.el (c-style-alist): The basic offset for the BSD
10365 style corrected to 8.
10366
103672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10368
10369 * cc-styles.el (c-style-alist): Adjusted the indentation of
10370 brace list openers in the gnu style.
10371
103722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10373
10374 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
10375
10376 * cc-cmds.el (c-electric-brace, c-electric-slash,
10377 c-electric-star, c-electric-semi&comma, c-electric-colon,
10378 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
10379 when c-syntactic-indentation is nil.
10380
10381 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
10382 we were left at comments preceding the first statement when
10383 reaching the beginning of the buffer.
10384
10385 * cc-vars.el (c-syntactic-indentation): New variable to turn
10386 off all syntactic indentation.
10387
103882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10389
10390 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
10391 between the text and the block comment ender when it hangs,
10392 depending on how many there are before the fill.
10393
103942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10395
10396 * cc-engine.el (c-beginning-of-closest-statement): New helper
10397 function to go back to the closest preceding statement start,
10398 which could be inside a conditional statement.
10399 * cc-engine.el (c-guess-basic-syntax): Use
10400 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
10401
10402 * cc-engine.el (c-guess-basic-syntax): Better handling of
10403 arglist-intro, arglist-cont-nonempty and arglist-close when
10404 the arglist is nested inside parens. Cases 7A, 7C and 7F
10405 changed.
10406
10407 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
10408 up-to-date with javadoc 1.2.
10409
104102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10411
10412 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
10413 multiline Pike type decls.
10414
104152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10416
10417 * cc-cmds.el (c-indent-new-comment-line): Always break
10418 multiline comments in multiline mode, regardless of
10419 comment-multi-line.
10420
104212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10422
10423 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
10424 fully::qualified::names in C++ member init lists. Preamble in
10425 case 5D changed.
10426
104272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10428
10429 * cc-langs.el (c-common-init): Handling of obsolete variables
10430 moved to c-initialize-cc-mode. More compatible style override
10431 when using global style variables.
10432 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
10433 variables moved here.
10434
10435 * cc-mode.texi: Documented the special behavior of
10436 c-special-indent-hook as a style variable. Don't talk about
10437 doing (c-make-styles-buffer-local t) in a mode hook, since
10438 that's already too late to work right.
10439
10440 * cc-styles.el (c-make-styles-buffer-local): Flag style
10441 variable localness in c-style-variables-are-local-p to make
10442 the compatibility measure in c-common-init work well.
10443
10444 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
10445 longer contain set-from-style.
10446 * cc-styles.el (c-initialize-builtin-style): Don't check for
10447 set-from-style on c-special-indent-hook.
10448 * cc-styles.el (c-copy-tree): Obsolete. The standard function
10449 copy-alist is sufficient now.
10450
10451 * cc-styles.el (c-set-style, c-set-style-1,
10452 c-get-style-variables): Fixes to variable initialization so
10453 that duplicate entries in styles have the same effect
10454 regardless of DONT-OVERRIDE.
10455
10456 * cc-styles.el (c-set-style-2): Fixed bug where the
10457 initialization of inheriting styles failed when the
10458 dont-override flag is set.
10459
10460 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
10461 on this.
10462
104632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
10464
10465 * cc-defs.el (c-forward-comment): Removed the workaround
10466 introduced in 5.38 since it had worse side-effects. If a line
10467 contains the string "//\"", it regarded the // as a comment
10468 start since the \ temporarily doesn't have escape syntax.
10469
104702000-07-17 Emmanuel Briot <briot@act-europe.fr>
10471
10472 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
10473 ada-xref.el before ada-prj.el, so that the Project menu is created
10474 when ada-prj tries to add to it.
10475 (ada-activate-keys-for-case): Suppress the characters that are not
10476 part of the Ada syntax. Better compatibility with else-mode
10477 (ada-adjust-case-interactive): When auto-casing is not active,
10478 correctly insert newlines (used to insert only ^M). Prevent the
10479 syntax table from being changed in case of an error
10480 (or '_' becomes part of a word and some commands are confused).
10481 Do nothing if ada-auto-case is nil.
10482 (ada-after-keyword-p): Ignore keywords that are also attributes
10483 (ada-batch-reformat): Update usage comment
10484 (ada-call-from-contextual-menu): New function
10485 (ada-case-read-exceptions): Reinitialize the casing exception list
10486 first to nil first, so that the casing exception file can be
10487 shared.
10488 (ada-check-defun-name): Handles "configure" keyword for gnatdist
10489 files.
10490 (ada-compile-goto-error): Fix regexp used to detect a file:line
10491 anywhere in the error message
10492 (ada-contextual-menu-last-point): New variable
10493 (ada-create-keymap): If the variable delete-key-deletes-forward is
10494 t on XEmacs, it means that DEL should delete one character
10495 forward.
10496 (ada-create-menu): Use :included instead of :visible for XEmacs.
10497 New submenu "Options".
10498 (ada-end-stmt-re): Correctly indent "select ... then abort"
10499 statements.
10500 (ada-fill-comment-paragraph): Correctly delete all leading '--'
10501 even if they don't match ada-fill-comment-prefix Fix handling of
10502 paragraphs on the first or last line of a file.
10503 (ada-format-paramlist): Fix handling of default parameter values.
10504 (ada-get-body-name): New function.
10505 (ada-get-current-indent): Optimized by searchling directly for an
10506 existing generic part or a statement outside of it. Handle
10507 ada-indent-align-comments when indenting comments Replaced some
10508 regexps by testing directly the next character. This results in a
10509 huge speedup on some files. New indentation scheme for renames
10510 statements. Stop looking for the 'while' or 'for' associated with
10511 a 'loop' at the first semicolon encountered. A "return" can also
10512 match an anonymous access subprogram declaration.
10513 (ada-get-indent-noindent): Ignore strings and comments when
10514 looking for the keywords "record" and "private".
10515 (ada-goto-matching-decl-start): When matching "if", make sure we
10516 are not in fact seeing "end if". Ignore "when" statements except
10517 when initial keyword was "begin". Fix handling of nested
10518 procedures. Add a recursive call to this function to skip over
10519 other 'end' statmts. Fix indentation for "when .. => begin"
10520 (ada-in-open-paren-p): Fix indentation for complex boolean
10521 expressions, where 'and then', 'or else' and parenthesis
10522 statements are mixed up.
10523 (ada-in-paramlist-p): Skip comments while searching for the
10524 beginning Fix handling of operator declarations.
10525 (ada-indent-align-comments): New variable
10526 (ada-indent-current): Change the syntax table only in the
10527 protected section, so that we are sure it is restored correctly.
10528 (ada-indent-on-previous-lines): Use ada-use-indent and
10529 ada-with-indent Correctly indent "select ... then"
10530 (ada-indent-region): Slight speedup.
10531 (ada-indent-renames): New variable.
10532 (ada-last-which-function-subprog, ada-last-which-function-line):
10533 New variables
10534 (ada-looking-at-semi-private): Correctly indent the 'private'
10535 keyword when it is the first word in a package declaration.
10536 (ada-loose-case-word): Stop searching if at the end of the buffer.
10537 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
10538 even if point is not initially at the end of the word.
10539 (ada-matching-decl-start-re): Add "when".
10540 (ada-mode): Add support for abbrev-mode, outline-mode and
10541 which-func-mode Override the old find-file.el entry in
10542 ff-special-constructs since it is using the obsolete
10543 ada-spec-suffix variable
10544 (ada-no-auto-case): New function
10545 (ada-scan-paramlist): When parsing the argument type, accept
10546 spaces (as in "X 'Class", generated by Rational Rose).
10547 (ada-other-file-name): No longer loads the other file.
10548 (ada-popup-menu): Save and restore the current buffer and cursor
10549 position before and after displaying the menu.
10550 (ada-search-ignore-complex-boolean): New function.
10551 (ada-uncomment-region): Emacs21 already knows how to delete
10552 comments not starting in the first column.
10553 (ada-use-indent): New variable
10554 (ada-which-function): New function.
10555 (ada-with-indent): New variable
10556 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
10557 can be batch-compiled from the command line.
10558
10559 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
10560 Add to the menu when the file is loaded, not in ada-mode-hook.
10561 Add -toolbar to the default ddd command Switches moved from
10562 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
10563 ada-prj-default-comp-opt
10564 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
10565 Reference Manual to the menu
10566 (ada-check-current): rewritten as a call to ada-compile-current
10567 (ada-compile): Removed.
10568 (ada-compile-application, ada-compile-current, ada-check-current):
10569 Set the compilation-search-path so that compile.el automatically
10570 finds the sources in src_dir. Automatic scrollong of the
10571 compilation buffer. C-uC-cC-c asks for confirmation before
10572 compiling
10573 (ada-compile-current): New parameter, prj-field
10574 (ada-complete-identifier): Load the .ali file before doing
10575 processing
10576 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
10577 conform to gnatmake's behavior.
10578 (ada-find-file-in-dir): New function
10579 (ada-find-references): Set the environment variables for gnatfind
10580 (ada-find-src-file-in-dir): New function.
10581 (ada-first-non-nil): Removed
10582 (ada-gdb-application): Add support for jdb, the java debugger.
10583 (ada-get-ada-file-name): Load the original-file first if not done
10584 yet.
10585 (ada-get-all-references): Handles the new ali syntax (parent types
10586 are found between <>).
10587 (ada-initialize-runtime-library): New function
10588 (ada-mode-hook): Always load a project file when a file is opened,
10589 so that the casing exceptions are correctly read.
10590 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
10591 (ada-parse-prj-file): Use find-file-noselect instead of find-file
10592 to open the project file, since the latter does not work with
10593 speedbar Get default values before loading the prj file, or the
10594 default executable file name is wrong. Use the absolute value of
10595 src_dir to initialize ada-search-directories and
10596 compilation-search-path,... Add the standard runtime library to
10597 the search path for find-file.
10598 (ada-prj-default-debugger): Was missing an opening '{'
10599 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
10600 variables.
10601 (ada-prj-default-gnatmake-opt): New variable
10602 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
10603 buffers, the project file is the default one Save the windows
10604 configuration before displaying the menu.
10605 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
10606 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
10607 ...) regexp-quote identifiers names to support operators +,
10608 -,... in regexps.
10609 (ada-remote): New function.
10610 (ada-run-application): Erase the output buffer before starting the
10611 run Support remote execution of the application. Use
10612 call-process, or the arguments are incorrectly parsed
10613 (ada-set-default-project-file): Reread the content of the active
10614 project file, not the one from the current buffer When a project
10615 file is set as the default project, all directories are
10616 automatically associated with it.
10617 (ada-set-environment): New function
10618 (ada-treat-cmd-string): New special variable ${current}
10619 (ada-treat-cmd-string): Revised. The substitution is now done for
10620 any ${...} substring
10621 (ada-xref-current): If no body was found, compiles the spec
10622 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
10623 compiler to get rid of command line length limitations.
10624 (ada-xref-get-project-field): New function
10625 (ada-xref-project-files): New variable
10626 (ada-xref-runtime-library-specs-path)
10627 (ada-xref-runtime-library-ali-path): New variables
10628 (ada-xref-set-default-prj-values): Default run command now does a
10629 cd to the build directory. New field: main_unit Provide a default
10630 file name even if the current buffer has no prj file.
10631
10632 * ada-prj.el:
10633 Rewritten to show a tabbed-dialog.
10634 (ada-prj-add-ada-menu): Remove the map and name parameters.
10635 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
10636 New function
10637 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
10638 (ada-prj-load-from-file): New function
10639 (ada-prj-save): Always save fields that depend on the current buffer
10640 (ada-prj-show-value): New function
10641
10642 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
10643 Ada mode. This will allow us to display the Ada menu in any buffer
10644 we want (for project items).
10645 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
10646 number of spaces in the header.
10647
106482000-07-24 Dave Love <fx@gnu.org>
10649
10650 * ediff-init.el (ediff-region-help-echo): Bind face-help.
10651
106522000-07-23 Noah Friedman <friedman@splode.com>
10653
10654 * type-break.el (type-break): perform autosave.
10655 Suggested by Stephen Gildea <gildea@intouchsys.com>.
10656 (type-break-do-query): Cancel query schedule while performing
10657 actual query, to avoid possibility of a second query being made
10658 while first one is already in progress.
10659 (type-break-time-stamp-format): New variable.
10660 (type-break-time-stamp): New function.
10661 (type-break-time-warning): Use it.
10662 (type-break-keystroke-warning): Use it.
10663 (type-break-noninteractive-query): Use it.
10664
10665 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
10666 cookie.
10667 Use add-minor-mode to set minor-mode-alist, if available.
10668 (eldoc-echo-area-use-multiline-p): New user option.
10669 (eldoc-echo-area-multiline-supported-p): New variable.
10670 (eldoc-docstring-format-sym-doc): Use them.
10671 (eldoc-mode): If not using idle timers, append to local post and
10672 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
10673 (eldoc-display-message-no-interference-p): Don't interfere with
10674 edebug.
10675 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
10676 (eldoc-function-arglist): New function.
10677 (eldoc-function-argstring): Use it.
10678
10679 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
10680 auto save directory exists before calling directory-files.
10681
106822000-07-23 Dave Love <fx@gnu.org>
10683
10684 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
10685 ^o, ^u.
10686
106872000-07-21 Dave Love <fx@gnu.org>
10688
10689 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
10690 now passed to the function. It now works properly.
10691
10692 * smerge-mode.el (smerge-mode-menu): Fill it out.
10693
106942000-07-20 Gerd Moellmann <gerd@gnu.org>
10695
10696 * info-look.el (info-lookup): If *info* is shown in another frame
10697 on the same display, select that frame, instead of switching to
10698 the Info buffer in another window of the selected frame.
10699
10700 * simple.el (universal-argument-map): Bind numeric keypad keys
10701 kp-0 to kp-9 and kp-subtract.
10702 (digit-argument): Handle these keys.
10703
107042000-07-20 Dave Love <fx@gnu.org>
10705
10706 * net/goto-addr.el (goto-address-fontify): Don't bother with
10707 buffer-modified and read-only stuff -- irrelevant with overlays.
10708 Put an extra property on the overlays and use it to clean up in
10709 case goto-address is re-run.
10710
107112000-07-19 Richard M. Stallman <rms@gnu.org>
10712
10713 * timer.el (run-with-idle-timer): Doc fix.
10714
10715 * mail/mail-utils.el (mail-strip-quoted-names):
10716 Handle case where <...> appears inside "...".
10717 Use replace-match to edit the string more simply.
10718 (rmail-dont-reply-to): Cope with an unmatched ".
10719
107202000-07-19 Dave Love <fx@gnu.org>
10721
10722 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
10723 implementation.
10724
10725 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
10726 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
10727 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
10728
107292000-07-19 Gerd Moellmann <gerd@gnu.org>
10730
10731 * textmodes/refer.el: Correct maintainer's email address.
10732
10733 * progmodes/hideif.el: Correct author's email address.
10734 Fix typo in comment.
10735
10736 * xml.el: New file.
10737
10738 * mail/mailheader.el: Correct author's mail address.
10739
10740 * gnus/parse-time.el: Correct author's mail address.
10741
107422000-07-19 Colin Walters <walters@cis.ohio-state.edu>
10743
10744 * comint.el (comint-highlight-input, comint-highlight-face):
10745 New user options.
10746 (comint-input-ring-file-name): Change custom type.
10747 (comint-mode-map): Bind mouse-2.
10748 (comint-insert-clicked-input): New function.
10749 (comint-send-input): Handle input highlighting.
10750
107512000-07-18 Stefan Monnier <monnier@cs.yale.edu>
10752
10753 * mouse.el (popup-menu): New function.
10754 (mouse-major-mode-menu): Use it.
10755
107562000-07-18 Dave Love <fx@gnu.org>
10757
10758 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
10759 improvements.
10760
107612000-07-18 Gerd Moellmann <gerd@gnu.org>
10762
10763 * faces.el (face-font-selection-order)
10764 (face-font-family-alternatives): Add custom type.
10765
107662000-07-18 Dave Love <fx@gnu.org>
10767
10768 * cus-edit.el (custom-variable-reset-saved)
10769 (custom-variable-reset-standard): Remove unused bindings.
10770
10771 * rect.el (open-rectangle-line): Remove unused let.
10772
10773 * hl-line.el (hl-line-highlight): Check hl-line-mode.
10774
107752000-07-18 Gerd Moellmann <gerd@gnu.org>
10776
10777 * cdl.el: Fix `Maintainer' keyword.
10778
10779 * play/pong.el: Add author's email address.
10780
107812000-07-17 Sam Steingold <sds@gnu.org>
10782
10783 * files.el (insert-directory): Call `split-string' instead of
10784 re-implementing it.
10785
107862000-07-18 Gerd Moellmann <gerd@gnu.org>
10787
10788 * mail/vms-pmail.el: Change maintainer to FSF.
10789
10790 * net/goto-addr.el: Change maintainer to FSF.
10791
10792 * info.el (Info-title-face-alist): Removed.
10793
107942000-07-18 David Ponce <david@dponce.com>
10795
10796 * recentf.el (recentf-open-files): New command that works like
10797 `recentf-open-more-files', but shows the whole list of files (not just
10798 those omitted from the menu). Useful if you don't use a menu-bar!
10799 (recentf-open-more-files) Modified to use `recentf-open-files'.
10800
10801 (recentf-open-files, recentf-open-more-files)
10802 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
10803
10804 (recentf-dialog-mode): New mode for dialogs. You can now just type
10805 "q" to cancel the dialogs.
10806
108072000-07-18 David Ponce <david@dponce.com>
10808
10809 * recentf.el: This is a major update of recentf.el. It adds new
10810 features to better organize the recentf menu and "More..." buffer.
10811
10812 Using new provided menu filtering functions you can now organize the
10813 recent files list:
10814
10815 - by major modes
10816 - by directories
10817 - by user defined rules
10818
10819 Finally, with the new `recentf-filter-changer' customizable filter you
10820 can define a ring of filters and dynamically (via the menu) cycle on
10821 each menu organization in the ring (a la msb).
10822
108232000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
10824
10825 * eshell/eshell.el (eshell): Replace links to eshell.info with
10826 links to eshell, to avoid problems on systems where the manual is
10827 installed as `eshell'.
10828 * eshell/esh-cmd.el (eshell-cmd): Ditto.
10829 * eshell/em-smart.el (eshell-smart): Ditto.
10830 * eshell/em-banner.el (eshell-banner): Ditto.
10831 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
10832
10833 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
10834 same-file check in the MS-DOS version (it does support inodes).
10835
10836 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
10837
10838 * eshell/eshell.el (eshell-directory-name):
10839 Run default directory name through convert-standard-filename.
10840
108412000-07-18 Kenichi Handa <handa@etl.go.jp>
10842
10843 * international/mule-cmds.el (select-safe-coding-system):
10844 Fix typo in the comment.
10845
10846 * language/european.el (compound-text):
10847 Force katakana-jisx0201 to be designated to G1.
10848
10849 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
10850 Don't translate some national variant characters of latin-jisx0201.
10851 (x-ctext): Force katakana-jisx0201 to be designated to G1.
10852
10853 * international/kkc.el (kkc-after-update-conversion-functions):
10854 New variable.
10855 (kkc-update-conversion): Run functions in it at the tail.
10856
108572000-07-16 John Wiegley <johnw@gnu.org>
10858
10859 * lisp/align.el (align-newline-and-indent):
10860 Adding new function. for auto-aligning blocks of code on RET.
10861 (align-region): Fixed badly formatted minibuffer message.
10862
108632000-07-17 Kenichi Handa <handa@etl.go.jp>
10864
10865 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
10866 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
10867 the conversion list at first if appropriate.
10868 (kkc-next): Don't update kkc-next-count here.
10869 (kkc-prev): Don't update kkc-prev-count here.
10870 (kkc-show-conversion-list-update): Fix setting up of conversion
10871 list message.
10872
108732000-07-16 Stefan Monnier <monnier@cs.yale.edu>
10874
10875 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
10876
108772000-07-16 Dave Love <fx@gnu.org>
10878
10879 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
10880 function to be more specific.
10881
10882 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
10883 non-string help-echo.
10884 (widget-types-convert-widget): Defsubst it.
10885 (widget-echo-help): Try to cope with a help-echo function of two
10886 possible sorts.
10887
108882000-07-15 Jason Rumney <jasonr@gnu.org>
10889
10890 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
10891 Declare as obsolete.
10892
10893 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
10894
108952000-07-14 Gerd Moellmann <gerd@gnu.org>
10896
10897 * hilit-chg.el: Fix typo.
10898
108992000-07-14 Dave Love <fx@gnu.org>
10900
10901 * info.el (Info-mode-menu): Fix use of :help, :enable.
10902
109032000-07-14 Stefan Monnier <monnier@cs.yale.edu>
10904
10905 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
10906
109072000-07-13 Dave Love <fx@gnu.org>
10908
10909 * emacs-lisp/easymenu.el: Doc fixes.
10910 (easy-menu-remove): Defalias to ignore.
10911
10912 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
10913 Call throw correctly.
10914
109152000-07-13 Gerd Moellmann <gerd@gnu.org>
10916
10917 * faces.el (frame-background-mode): Doc fix.
10918
10919 * simple.el (eval-expression-print-length): Change custom type to
10920 allow entering nil as value.
10921
109222000-07-13 Dave Love <fx@gnu.org>
10923
10924 * progmodes/fortran.el (fortran-imenu-generic-expression):
10925 Change definition layout.
10926 (fortran-mode-menu): Reinstate customize entries.
10927
10928 * cus-edit.el (custom-group-menu-create, customize-menu-create):
10929 Use :filter, per old XEmacs code.
10930
109312000-07-12 Gerd Moellmann <gerd@gnu.org>
10932
10933 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
10934 event when deciding what to send to the terminal.
10935
109362000-07-12 Dave Love <fx@gnu.org>
10937
10938 * cus-start.el: Add optional version as 4th element of specs and
10939 use it for several things new in v21. Remove load-path. Fix type
10940 of line-number-display-limit.
10941
109422000-07-11 Dave Love <fx@gnu.org>
10943
10944 * progmodes/fortran.el: Don't require easymenu.
10945 Use repeat counts in various regexps.
10946 (fortran-mode-syntax-table): Defvar directly.
10947 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
10948 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
10949 Use defvar, not defconst.
10950 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
10951 (fortran-mode): Set fortran-comment-line-start-skip,
10952 fortran-comment-line-start-skip, dabbrev-case-fold-search.
10953 (fortran-comment-indent): Use defsubst.
10954 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
10955 Use fortran-comment-indent, not fortran-comment-indent-function.
10956 (fortran-comment-region, fortran-electric-line-number): Simplify.
10957 (fortran-auto-fill): New function.
10958 (fortran-do-auto-fill): Deleted.
10959 (fortran-find-comment-start-skip):
10960 Check for non-null comment-start-skip.
10961 (fortran-auto-fill-mode, fortran-fill-statement):
10962 Use fortran-auto-fill.
10963 (fortran-fill): Use fortran-auto-fill. Check for null
10964 comment-start-skip. Simplify final clause and use end-of-line finally.
10965
10966 * widget.el (widget-plist-member): New alias.
10967
109682000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
10969
10970 * eshell/esh-module.el (toplevel): Reference
10971 byte-compile-current-file only if it is bound.
10972
109732000-07-10 Gerd Moellmann <gerd@gnu.org>
10974
10975 * dired.el: Don't require `dired-aux'.
10976
109772000-07-10 Miles Bader <miles@lsi.nec.co.jp>
10978
10979 * dired-aux.el (dired-show-file-type): New function.
10980 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
10981 (dired-show-file-type): Add autoload.
10982
109832000-07-10 Kenichi Handa <handa@etl.go.jp>
10984
10985 * international/mule-diag.el (describe-font): Adjusted for the
10986 change of fontset-info.
10987 (print-fontset): Likewise.
10988
109892000-07-09 Stefan Monnier <monnier@cs.yale.edu>
10990
10991 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
10992
109932000-07-07 Gerd Moellmann <gerd@gnu.org>
10994
10995 * bindings.el: Bind `[delete]' to delete-char.
10996
10997 * dired.el (dired-find-alternate-file): New function.
10998 (dired-mode-map): Bind `a' to dired-find-alternate-file.
10999 (toplevel): Require dired-aux when compiling.
11000 (dired-buffers): Move defvar within file to avoid compiler warning.
11001
11002 * info.el (Info-last-search): Variable removed.
11003 (Info-search-history): New variable.
11004 (Info-search): New Info-search-history.
11005
11006 * battery.el, info-look.el: Change author's mail address.
11007
110082000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
11009
11010 * mail/rmail.el (rmail-clear-headers): Don't throw an error
11011 if rmail-ignored-headers is nil.
11012 (rmail-retry-failure): Bind rmail-ignored-headers and
11013 rmail-displayed-headers to nil.
11014
110152000-07-06 Gerd Moellmann <gerd@gnu.org>
11016
11017 * lpr.el (lpr-page-header-switches): Add `-h' switch.
11018 (print-region-1): Don't hard code `-h' here.
11019
11020 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
11021
110222000-07-01 Francesco Potorti` <pot@gnu.org>
11023
11024 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
11025 exim can use "your message" instead of "the message".
11026
110272000-07-06 Stefan Monnier <monnier@cs.yale.edu>
11028
11029 * facemenu.el: Docstrings fixes.
11030 (facemenu-get-face): Don't use internal-find-face.
11031 (facemenu-iterate): Rename arg to match the docstring.
11032
11033 * newcomment.el (uncomment-region): Be more careful when skipping
11034 backwards over `=' not to bump into BOBP.
11035
110362000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
11037
11038 * ediff-diff.el (ediff-wordify): Use syntax table.
11039 * ediff-init.el (ediff-has-face-support-p): Use
11040 ediff-color-display-p.
11041 (ediff-color-display-p): Use display-color-p, changed to defun
11042 from defsubst.
11043 Got rid of special cases for NeXT and OS/2.
11044 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
11045 face.
11046
110472000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11048
11049 * emacs-lisp/lucid.el: Require CL.
11050 (copy-tree, remprop): Remove, it's provided by CL.
11051 (map-keymap): Define in terms of cl-map-keymap.
11052 (extent-property, set-extent-end-glyph): New functions.
11053
11054 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
11055
110562000-07-05 Gerd Moellmann <gerd@gnu.org>
11057
11058 * Makefile.in (DONTCOMPILE): Add comment that the name may
11059 not be changed without changing the make-dist script.
11060
11061 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
11062 (cl-mapc): Use mapc instead of cl-old-mapc.
11063
110642000-07-05 Andrew Innes <andrewi@gnu.org>
11065
11066 * makefile.nt: Add support for `bootstrap' and related targets.
11067
110682000-07-05 Stefan Monnier <monnier@cs.yale.edu>
11069
11070 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
11071 (easy-menu-do-define): Use `menu-item' format.
11072 Handle case where easy-menu-create-menu returns a symbol.
11073 Manually call the potential top-level filter in the function binding.
11074 (easy-menu-filter-return): New arg NAME.
11075 Convert to a keymap if MENU is an XEmacs menu.
11076 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
11077 (easy-menu-converted-items-table, easy-menu-convert-item):
11078 New var and fun to memoize easy-menu-convert-item-1.
11079 (easy-menu-do-add-item): Use it.
11080 (easy-menu-create-menu): Use easy-menu-convert-item.
11081 Wrap easy-menu-filter-return around any :filter specification.
11082 Don't convert the menu if a filter was specified.
11083 Tell easy-menu-make-symbol not to check for MENU being an expression.
11084 (easy-menu-make-symbol): New arg NOEXP.
11085
110862000-07-05 Gerd Moellmann <gerd@gnu.org>
11087
11088 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
11089 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
11090 (eval-defun): If called with prefix arg, instrument code for
11091 Edebug.
11092
11093 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
11094 similar to that of eval-defun.
11095
110962000-07-04 Dave Love <fx@gnu.org>
11097
11098 * hl-line.el (hl-line-overlay): Make it permanent-local.
11099
11100 * calendar/todo-mode.el: Replaced with a working version, based on
11101 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
11102
111032000-07-03 Miles Bader <miles@lsi.nec.co.jp>
11104
11105 * paths.el (prune-directory-list): New function.
11106 (Info-default-directory-list): Rewritten to more methodically
11107 enumerate a big list of possible info directories (based on the
11108 list used by the standalone info reader).
11109
11110 * info.el (info-initialize): Use prune-directory-list to remove
11111 non-existent directories from Info-directory-list.
11112
11113 * paths.el (Info-default-directory-list): Try a list of possible
11114 info-directories instead of a single one. Add the possible
11115 info directory "/usr/share/info".
11116
11117 * woman.el (woman-man.conf-path): Explicitly include the debian
11118 man-db config file "/etc/manpath.config".
11119 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
11120 are present in `manpath.config'.
11121 (woman-manpath): Include "/usr/share/man".
11122
111232000-07-03 Gerd Moellmann <gerd@gnu.org>
11124
11125 * frame.el (blink-cursor-mode): Don't hide cursor initially.
11126
11127 * startup.el (command-line): Initialize blink-cursor based
11128 on window-system.
11129
11130 * frame.el (blink-cursor): Default to nil if not running under
11131 a window-system.
11132
11133 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
11134 (face-x-resources): Remove duplicate entry for :font.
11135
11136 * textmodes/refer.el (refer-find-entry-internal): Use some-window
11137 instead of cycling through windows with next-window.
11138
11139 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
11140 of cycling through windows with next-window.
11141
11142 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
11143 of cycling through windows with next-window.
11144
11145 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
11146 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
11147 instead of cycling through windows with next-window.
11148
11149 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
11150 instead of cycling through windows with next-window.
11151
11152 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
11153 of cycling through windows with next-window.
11154
11155 * terminal.el (te-process-output): Use walk-windows instead of
11156 cycling through windows with next-window.
11157
11158 * server.el (server-switch-buffer): Use some-window instead of
11159 cycling through windows with next-window.
11160
11161 * window.el (some-window): New function.
11162 (walk-windows): Remove reference to walk-windows-start.
11163
11164 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
11165
111662000-07-03 Richard Stallman <rms@gnu.org>
11167
11168 * window.el (walk-windows): Guarantee termination by keeping a list
11169 of all the windows already handled.
11170
111712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11172
11173 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
11174 window-system.
11175
11176 * man.el (Man-notify-when-ready): Don't use window-system. If
11177 Man-notify-method is newframe, and the display is not
11178 multi-frame, select the frame created for the man page.
11179 (Man-init-defvars): Doc fix.
11180
111812000-06-28 Gerd Moellmann <gerd@gnu.org>
11182
11183 * faces.el (region): Change background color for light background.
11184
11185 * ediff-wind.el (ediff-setup-control-frame): Remove :box
11186 attribute from mode-line face of Ediff control frame.
11187
11188 * replace.el (query-replace-map): Bind `e' like `E'.
11189
111902000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
11191
11192 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
11193 Change name to "Select All".
11194
11195 * dos-fns.el (convert-standard-filename): Fix last change.
11196
111972000-06-27 Gerd Moellmann <gerd@gnu.org>
11198
11199 * help.el (describe-variable): Don't insert a second `'s' in front
11200 of the string `value is shown below'. Since the syntax-table is
11201 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
11202 an existing `'s', so that this won't be deleted.
11203
11204 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
11205 * pcmpl-unix.el: New files.
11206
112072000-06-26 Stefan Monnier <monnier@cs.yale.edu>
11208
11209 * wid-edit.el (widget-member): Use the new plist-member.
11210
112112000-06-26 Gerd Moellmann <gerd@gnu.org>
11212
11213 * replace.el (perform-replace): Undo change of 2000-04-04.
11214 Instead, move backward 1 character at the end of the loop when
11215 necessary.
11216
11217 * faces.el (fringe): Change face for different backgrounds.
11218
11219 * eshell/esh-module.el (toplevel): Load defgroup's differently;
11220 patch from John.
11221
11222 * eshell/*.el: Change spelling of the Free Software Foundation.
11223
11224 * eshell/esh-toggle.el: Removed.
11225
11226 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
11227
11228 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
11229 interactively.
11230
112312000-06-26 Alex Schroeder <alex@gnu.org>
11232
11233 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
11234 `define-key'; instead of checking `(emacs-version)' check for
11235 `set-keymap-parent' and `set-keymap-name' directly. Add entries
11236 for `;' and `o' which might be electric.
11237
11238 (sql-electric-stuff): New user option.
11239 (sql-magic-go): New function which uses `sql-electric-stuff'.
11240 (sql-magic-semicolon): New function which uses
11241 `sql-electric-stuff'.
11242
11243 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
11244 is not fboundp.
11245
11246 (sql-oracle-options): New variable.
11247 (sql-oracle): Use it.
11248
11249 (sql-imenu-generic-expression): Doc change.
11250 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
11251 is used.
11252
11253 (sql-informix): Added command line parameter "-" to force
11254 sql-informix-program to use stdout.
11255
112562000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
11257
11258 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
11259 (cp864-decode-table): Doc fix.
11260 (cp720-decode-table): New variable, supports the Arabic OEM
11261 codepage used by Windows.
11262 (cp737-decode-table): New, Greek OEM codepage used by Windows.
11263
112642000-06-23 Dave Love <fx@gnu.org>
11265
11266 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
11267 (font-lock-fontify-anchored-keywords): Use
11268 line-beginning-position.
11269 (global-font-lock-mode): Use mapc.
11270
112712000-06-23 Stefan Monnier <monnier@cs.yale.edu>
11272
11273 * eshell/esh-module.el: Require CL when compiling.
11274
112752000-06-23 Gerd Moellmann <gerd@gnu.org>
11276
11277 * comint.el (comint-substitute-in-file-name): Call replace-match
11278 with second and third arg t.
11279
11280 * cus-edit.el (custom-button-face, custom-button-pressed-face):
11281 Specify foreground color.
11282
11283 * faces.el (tool-bar, mode-line, header-line): Specify foreground
11284 color.
11285
11286 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
11287
11288 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
11289 cddr instead of cdddr.
11290
11291 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
11292 instead of copy-list.
11293
11294 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
11295 of copy-list.
11296
11297 * subdirs.el: Add eshell subdirectory.
11298
11299 * eshell: New subdirectory containing the Eshell package.
11300
11301 * pcomplete.el: New file.
11302
113032000-06-23 Paul Eggert <eggert@twinsun.com>
11304
11305 * mail/mailpost.el (post-mail-send-it): Make sure file has
11306 proper permissions from birth.
11307
11308 * files.el (basic-save-buffer-2): When temporarily setting
11309 file modes, set them to current modes plus 0200, not to 0777.
11310
11311 * emerge.el (emerge-make-temp-file): Make sure file has proper
11312 permissions from birth.
11313
113142000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
11315
11316 * files.el (make-backup-file-name-1): On DOS/Windows, run the
11317 backup file name through convert-standard-filename.
11318
11319 * dos-fns.el (convert-standard-filename): Convert leading
11320 directories as well. When long file names are supported, convert
11321 characters that are invalid in Windows file names.
11322
113232000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11324
11325 * ps-print.el: Fix bug: if ^L is the very first buffer character,
11326 ps-print crashes. New feature: page selection for printing. Create
11327 raw-text-unix coding system for XEmacs. Doc fix.
11328 (ps-print-version): New version number (5.2.3).
11329 (ps-plot-region): Bug fix.
11330 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
11331 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
11332 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
11333 funs.
11334 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
11335 (ps-last-page): New vars.
11336
113372000-06-21 Gerd Moellmann <gerd@gnu.org>
11338
11339 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
11340 empty option string.
11341
113422000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
11343
11344 * man.el (man): Doc fix.
11345
113462000-06-21 Kenichi Handa <handa@etl.go.jp>
11347
11348 * international/mule-cmds.el (set-language-info-alist): Docstring
11349 fixed.
11350
113512000-06-20 Gerd Moellmann <gerd@gnu.org>
11352
11353 * version.el (emacs-version): Use ISO date format.
11354
11355 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
11356 instead of `M-backspace'.
11357
11358 * simple.el (turn-off-auto-fill): New function.
11359
113602000-06-20 Stefan Monnier <monnier@cs.yale.edu>
11361
11362 * jit-lock.el (with-buffer-prepared-for-jit-lock):
11363 Renamed from with-buffer-prepared-for-font-lock and use
11364 inhibit-modification-hooks rather than setting *-change-functions.
11365 Update all functions to use the new name.
11366 (jit-lock-first-unfontify-pos): New semantics (and doc).
11367 (jit-lock-mode): Make non-interactive.
11368 Don't automatically turn on font-lock.
11369 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
11370 Always use jit-lock-after-change.
11371 Remove and restore font-lock-after-change-function.
11372 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
11373 (jit-lock-after-unfontify-buffer): Remove.
11374 (jit-lock-stealth-fontify):
11375 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
11376 (jit-lock-after-change): Set the `fontified' text-prop to nil.
11377
113782000-06-20 Sam Steingold <sds@gnu.org>
11379
11380 * emacs-lisp/cl-indent.el (toplevel): Indent
11381 `print-unreadable-object' properly. Untabify.
11382
113832000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11384
11385 * textmodes/reftex.el (reftex-find-citation-regexp-format):
11386 Support for bibentry.
11387 (reftex-compile-variables): Fixed problem with end of section-re.
11388
11389 * texmodes/reftex-dcr.el (reftex-view-crossref,
11390 reftex-view-crossref-from-bibtex):
11391 Deal with changed `reftex-find-citation-regexp-format'.
11392 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
11393 Replaced `remprop' with `put'.
11394 (reftex-view-crossref, reftex-view-crossref-when-idle):
11395 Support for bibentry.
11396
11397 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
11398 New entry for bibentry package.
11399
11400 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
11401 Regexp also matches "\nobibliography".
11402
11403 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
11404 Call `reftex-ensure-write-access' before doing anything.
11405 (reftex-ensure-write-access): New function.
11406
114072000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
11408
11409 * progmodes/idlwave.el: File re-installed (update to version 4.2)
11410
11411 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
11412
11413 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
11414
11415 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
11416
11417
114182000-06-20 Dave Love <fx@gnu.org>
11419
11420 * faces.el (frame-background-mode): Use set-default, not set, in
11421 setter.
11422 (frame-update-faces, frame-update-face-colors): Define with
11423 defalias.
11424
11425 * enriched.el (enriched-decode-foreground)
11426 (enriched-decode-background): Don't use internal-find-face.
11427
11428 * apropos.el: Doc fixes.
11429
11430 * cus-edit.el (customize-changed-options): Check arg.
11431 (customize-version-lessp): Don't require decimal point.
11432
11433 * custom.el (defcustom, defgroup): Doc fix.
11434
11435 * newcomment.el (comment) <defgroup>: Add :version.
11436 (comment-multi-line): Doc fix.
11437
11438 * emulation/mlsupport.el (define-hooked-local-abbrev,
11439 define-hooked-global-abbrev): Fix, using define-abbrev.
11440
114412000-06-19 Gerd Moellmann <gerd@gnu.org>
11442
11443 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
11444 the whole buffer.
11445
114462000-06-19 Dave Love <fx@gnu.org>
11447
11448 * menu-bar.el (menu-bar-options-save): New function.
11449 (menu-bar-options-menu): Use it.
11450 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
11451 Simplify.
11452
114532000-06-19 Andreas Schwab <schwab@suse.de>
11454
11455 * progmodes/etags.el (tags-query-replace): Put new parameters
11456 START and END at the end, for backward compatibility.
11457
114582000-06-19 Kenichi Handa <handa@etl.go.jp>
11459
11460 * international/codepage.el:
11461 (cp-coding-system-for-codepage-1): Delete special codes for
11462 generating xxx-dos coding system because now a CCL based coding
11463 system can handle EOL conversion by default.
11464
11465 * international/mule.el (make-coding-system): Generate subsidiary
11466 coding systems for EOL handling variants even for a CCL based
11467 coding system.
11468
114692000-06-19 Kenichi Handa <handa@etl.go.jp>
11470
11471 * international/isearch-x.el (isearch-minibuffer-input-method)
11472 (isearch-minibuffer-input-method-function): These variables
11473 deleted.
11474 (isearch-with-input-method): Don't use the above variables.
11475 (isearch-process-search-multibyte-characters): Likewise. Call
11476 read-string with the arg INHERIT-INPUT-METHOD t.
11477
114782000-06-17 Stefan Monnier <monnier@cs.yale.edu>
11479
11480 * font-lock.el (font-lock-after-fontify-buffer)
11481 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
11482
11483 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
11484 Use consistent make-local-variable style for font-lock-fontified.
11485 (jit-lock-fontify-buffer):
11486 Don't bother checking for font-lock-mode and jit-lock-mode.
11487
11488 * time.el: Remove trailing ^M that prevent CVS-merging.
11489
114902000-06-16 Gerd Moellmann <gerd@gnu.org>
11491
11492 * Makefile.in (distclean): New target.
11493
114942000-06-16 Stefan Monnier <monnier@cs.yale.edu>
11495
11496 * Makefile.in (srcdir): Define for update-subdirs.
11497
114982000-06-16 Gerd Moellmann <gerd@gnu.org>
11499
11500 * find-lisp.el: New file.
11501
115022000-06-16 Andrew Innes <andrewi@gnu.org>
11503
11504 * time.el (display-time-mail-function): New variable, to allow
11505 external packages to indicate when new mail is available.
11506 (display-time-update): Use it.
11507
115082000-06-16 Kenichi Handa <handa@etl.go.jp>
11509
11510 * international/mule.el (mule-version): Change version name to
11511 SAKAKI. AOI has already been used by Meadow.
11512
11513 * international/quail.el (quail-show-guidance-buf): To find the
11514 bottom window (but minibuffer), pay attention to the height of
11515 minibuffer.
11516
115172000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
11518
11519 * arc-mode.el (archive-mode-map): Use the new menu-item format for
11520 menu-bar menus. Add help strings. Don't remove the Edit menu
11521 from the menu bar, as the menu bar has enough space now.
11522
11523 * Makefile.in (SHELL): Make sure /bin/sh is used.
11524
11525 * woman.el (woman-man-buffer): Fix bold and underlined CJK
11526 characters, which use series of two ^H characters instead of one.
11527
115282000-06-15 Gerd Moellmann <gerd@gnu.org>
11529
11530 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
11531 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
11532 functions.
11533 (Info-find-node-2): Try a case-sensitive search first, then
11534 do a case-insensitive search.
11535
11536 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
11537 tutorials.
11538
11539 * complete.el (PC-env-vars-alist): New variable.
11540 (PC-complete-as-file-name): New function.
11541 (partial-completion-mode): Initialize PC-env-vars-alist from
11542 process-environment.
11543 (PC-do-completion): Handle completion of env vars.
11544
11545 * info.el (Info-set-mode-line): Show file name in mode line,
11546 use `*Info*' instead of `Info:'.
11547
11548 * startup.el (command-line-1): Change copyright messages to year
11549 2000.
11550
115512000-06-15 Dave Love <fx@gnu.org>
11552
11553 * net/goto-addr.el (goto-address-fontify): Use keymap property,
11554 not local-map.
11555
115562000-06-15 Kenichi Handa <handa@etl.go.jp>
11557
11558 * international/mule.el (set-buffer-file-coding-system): Almost
11559 rewritten to handle `undecided' as no-op.
11560
115612000-06-14 Gerd Moellmann <gerd@gnu.org>
11562
11563 * Makefile.in: New file.
11564
11565 * Makefile: Removed.
11566
11567 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
11568 (goto-address-highlight-keymap): Bind C-c RET.
11569
115702000-06-14 Kenichi Handa <handa@etl.go.jp>
11571
11572 * mail/sendmail.el (sendmail-send-it): The temporary buffer
11573 inherits buffer-file-coding-system of the current buffer.
11574
11575 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
11576 0. Give correct argument to set-auto-coding-function.
11577 (tar-expunge): For goto-char, use (point-min), not 0.
11578 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
11579 (tar-subfile-save-buffer): Likewize.
11580
11581 * international/mule.el
11582 (after-insert-file-set-buffer-file-coding-system): Call
11583 set-buffer-file-coding-system with the arg FORCE t.
11584
115852000-06-13 Gerd Moellmann <gerd@gnu.org>
11586
11587 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
11588 nil. Contemporary sendmails issue an X-Authentication-Warning if
11589 the sender is set with `-f'.
11590
115912000-06-13 Dave Love <fx@gnu.org>
11592
11593 * help.el (describe-function-1): Kluge around cases of functions
11594 fset to subrs whose doc doesn't match their symbol-name.
11595
11596 * image.el (insert-image): Default STRING to a space.
11597
11598 * info.el Doc fixes.
11599 (Info-build-node-completions): Match Ref tags.
11600
116012000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
11602
11603 * frame.el (display-multi-frame-p, display-multi-font-p): New
11604 defaliases for display-graphic-p.
11605
11606 * hl-line.el: Fixed a typo in commentary.
11607
116082000-06-13 Kenichi Handa <handa@etl.go.jp>
11609
11610 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
11611 fixed.
11612
116132000-06-12 Dave Love <fx@gnu.org>
11614
11615 * image.el (insert-image): Save a little consing.
11616
116172000-06-12 Kenichi Handa <handa@etl.go.jp>
11618
11619 * language/tibet-util.el: Convert all tibetan-1-column characters
11620 to the corresponding tibetan characters.
11621 (tibetan-add-components): Delete code for the special treatment of
11622 'a chung.
11623
11624 * language/tibetan.el (tibetan-composable-pattern): Fix previous
11625 change.
11626 (tibetan-vowel-transcription-alist): More rules added.
11627 (tibetan-composite-vowel-alist): New variable.
11628 (tibetan-precomposition-rule-alist): More rules added.
11629
116302000-06-12 Stefan Monnier <monnier@cs.yale.edu>
11631
11632 * startup.el (command-line): Only call menu-bar-mode if interactive.
11633
11634 * thingatpt.el (toplevel symbol-properties):
11635 * textmodes/makeinfo.el (makeinfo-compile):
11636 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
11637 * progmodes/hideif.el (hif-compress-define-list)
11638 (hide-ifdef-use-define-alist):
11639 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
11640 (ange-ftp-vms-add-file-entry):
11641 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
11642 * man.el (Man-build-man-command):
11643 * mail/rnewspost.el (news-reply-header-hook):
11644 * info.el (Info-insert-dir):
11645 * emulation/mlconvert.el (backward-word, forward-word, setq):
11646 * emacs-lisp/gulp.el (gulp-send-requests):
11647 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
11648 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
11649 (byte-optimize-apply, end of file):
11650 * emacs-lisp/advice.el (ad-advice-class-completion-table)
11651 (ad-make-freeze-definition):
11652 * startup.el (command-line, command-line-1): Don't quote lambdas.
11653
11654 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
11655 (cvs-cleanup-removed): New function.
11656 (cvs-cleanup-functions): New var.
11657 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
11658 some flexibility in specifying additional entries to auto-cleanup.
11659 (cvs-quickdir): New function.
11660 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
11661 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
11662 (cvs-mode-find-file): Check that we are on a filename or dirname
11663 when invoked through a mouse-click.
11664 (cvs-full-path): Remove.
11665 (cvs-dired-action): Re-introduced.
11666 (cvs-dired-noselect): Use it.
11667 (vc-post-command-functions): use this new hook if available.
11668
11669 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
11670 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
11671 (cvs-filename-map, cvs-dirname-map): Remove.
11672 (cvs-default-action): Remove.
11673 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
11674 if the arg is really a keymap.
11675 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
11676 Don't hardcode the mapping from state (aka type) to face, but check
11677 the var cvs-fi-<type>-face instead.
11678 (cvs-fileinfo-from-entries): New function.
11679
11680 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
11681 Docstring fix.
11682 (cvs-find-file-and-jump): Change default to be safer.
11683 (cvs-mode-diff-map): Define it as a function as well.
11684 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
11685 Bind mouse-2 in this global map rather than with text-properties.
11686
11687 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
11688 file to resolve the ambiguity between C(conflict) and C(need-merge).
11689
116902000-06-12 Kenichi Handa <handa@etl.go.jp>
11691
11692 * international/mule.el (set-buffer-file-coding-system): If
11693 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
11694 unconditionally.
11695
116962000-06-12 Dave Love <fx@gnu.org>
11697
11698 * wid-edit.el (widget-specify-button): Really suppress the face if
11699 required.
11700
117012000-06-11 Gerd Moellmann <gerd@gnu.org>
11702
11703 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
11704
117052000-06-11 Stefan Monnier <monnier@cs.yale.edu>
11706
11707 * imenu.el (imenu-generic-expression): Docstring fix.
11708
11709 * composite.el (composition-function-table): Move the `put'
11710 below the autoload cookie so we can load the file before loaddefs.
11711
11712 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
11713
11714 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
11715 Handle easy-mmode-define-global-mode.
11716 For complex macros like define-minor-mode that can generate
11717 several autoload entries, try to autoload entries in the
11718 macroexpanded code.
11719
11720 * emacs-lisp/easy-mmode.el (define-minor-mode):
11721 If KEYMAP is a symbol, just use it.
11722 Use byte-compile-current-file and load-file-name to infer the
11723 proper :require to pass to defcustom.
11724 Wrap the hook var into `progn' so as not to autoload it.
11725 Add a :autoload-end cookie.
11726 Be more careful about the evaluation of KEYMAP.
11727 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
11728 (define-derived-mode): Move define-abbrev-table outside of defvar.
11729
117302000-06-10 Stefan Monnier <monnier@cs.yale.edu>
11731
11732 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
11733 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
11734 (backup-compiled-files): Ignore errors during `tar'.
11735 (bootstrap): Make autoloads before elc files.
11736
117372000-06-10 Kenichi Handa <handa@etl.go.jp>
11738
11739 * international/mule.el (set-buffer-file-coding-system): If one of
11740 undecided-XXX is specified, change only EOL conversion.
11741
11742 * international/mule-conf.el (unix): New alias for the coding
11743 system undecided-unix.
11744
117452000-06-09 Dave Love <fx@gnu.org>
11746
11747 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
11748
11749 * progmodes/executable.el: Byte compile dynamic.
11750 (executable-insert): Change custom type.
11751 (executable-find): Add autoload cookie.
11752 (executable-make-buffer-file-executable-if-script-p): New
11753 function. After Noah Friedman.
11754
11755 * files.el (after-save-hook): Customize, with
11756 executable-make-buffer-file-executable-if-script-p as an option.
11757
117582000-06-09 Kenichi Handa <handa@etl.go.jp>
11759
11760 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
11761 "tib24p-mule.bdf" for Tibetan.
11762
11763 * composite.el (decompose-composite-char): Declare it as obsolete.
11764
11765 * man.el (Man-fontify-manpage): Pay attention to underline and
11766 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
11767
117682000-06-08 Gerd Moellmann <gerd@gnu.org>
11769
11770 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
11771 Set maintainer to FSF since author isn't reachable.
11772
117732000-06-08 Dave Love <fx@gnu.org>
11774
11775 * international/mule-cmds.el (select-safe-coding-system): If
11776 DEFAULT-CODING-SYSTEM is not specified, also check the most
11777 preferred coding-system if buffer-file-coding-system is
11778 `undecided'. From Handa.
11779
117802000-06-08 Kenichi Handa <handa@etl.go.jp>
11781
11782 * international/mule.el
11783 (after-insert-file-set-buffer-file-coding-system): If the buffer
11784 size is greater than INSERTED, judget that we are not visiting.
11785
117862000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
11787
11788 * whitespace.el (defgroup whitespace): Comment out `:version'.
11789 XEmacs 20.4 has problems defining the group with this present.
11790 We'll have this commented out till get resolve the problem.
11791
117922000-06-07 John Wiegley <johnw@gnu.org>
11793
11794 * align.el (align-dq-string-modes, align-sq-string-modes)
11795 (align-open-comment-modes): Add pyhton-mode.
11796 (align-rules-list): Use get-text-property instead of
11797 text-properties-at.
11798 (align-rules-list): Add python-assignment.
11799 (align-rules-list): Change perl-comma-delimiter to
11800 basic-comma-delimiter. Use if for Perl modes and python-mode.
11801 (align-rules-list): Add python-chain-logic and
11802 basic-line-continuation.
11803
118042000-06-07 Jari Aalto <jari.aalto@poboxes.com>
11805
11806 * apropos.el (apropos-mode-hook): New user variable.
11807 (apropos-mode): Run apropos-mode-hook.
11808
118092000-06-07 David Ponce <david@dponce.com>
11810
11811 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
11812 commands. Require `wid-edit' at run-time.
11813
118142000-06-07 David Ponce <david@dponce.com>
11815
11816 * recentf.el: Added some "Commentary".
11817 (recentf-open-more-files, recentf-edit-list): Minor changes to
11818 move the point at the top of the file list. This behaviour is
11819 consistent with the menu one when the list contains a lot of
11820 files.
11821 (recentf-cleanup): Now displays the number of items removed from
11822 the list.
11823 (recentf-relative-filter) New menu filter to show filenames
11824 relative to `default-directory'.
11825
118262000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11827
11828 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
11829 with/without giving an error if PostScript printer doesn't have this
11830 kind of page size. Zebra Stripe continues or restarts on next page.
11831 Manual/automatic paper feeding. Switch or not the header.
11832 (ps-print-version): New version number (5.2.2).
11833 (ps-windows-system): Include emx as a Windows system.
11834 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
11835 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
11836 (ps-background-text): Code fix.
11837 (ps-error-handler-message, ps-user-defined-prologue)
11838 (ps-print-prologue-header, ps-printer-name)
11839 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
11840 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
11841 (ps-use-face-background): Customization fix.
11842 (ps-n-up-database): Data fix.
11843 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
11844 (ps-switch-header): New vars.
11845 (ps-xemacs-color-name, ps-face-foreground-name)
11846 (ps-face-background-name, ps-boolean-constant): New funs.
11847
118482000-06-07 Dave Love <fx@gnu.org>
11849
11850 * allout.el: New version from Manheimer.
11851
118522000-06-07 Kenichi Handa <handa@etl.go.jp>
11853
11854 * textmodes/fill.el (fill-find-break-point): Check the validity of
11855 charset.
11856
118572000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
11858
11859 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
11860 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
11861 Call display-color-p and display-mouse-p instead of looking at
11862 window-system.
11863
118642000-06-06 Dave Love <fx@gnu.org>
11865
11866 * image.el (find-image): Doc fix. Return nil if image not found.
11867 (put-image, insert-image): Make STRING arg optional.
11868
118692000-06-06 Kenichi Handa <handa@etl.go.jp>
11870
11871 * language/vietnamese.el: Remove eval-when-compile.
11872 (viet-viscii-nonascii-translation-table): Define it as a
11873 translation table made from viet-viscii-decode-table.
11874 (viet-viscii-encode-table): Define it as a translation table made
11875 from the reverse map of above.
11876 (viet-vscii-nonascii-translation-table): Define it as a
11877 translation table made from viet-vscii-decode-table.
11878 (viet-vscii-encode-table): Define it as a translation table made
11879 from the reverse map of above.
11880 (ccl-decode-viscii): Use translate-character.
11881 (ccl-encode-viscii, ccl-encode-viscii-font)
11882 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
11883 Likewize.
11884
11885 * language/cyrillic.el: Remove eval-when-compile.
11886 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
11887 translation table made from cyrillic-koi8-r-decode-table.
11888 (cyrillic-koi8-r-encode-table): Define it as a translation table
11889 made from the reverse map of above.
11890 (ccl-decode-koi8): Use translate-character.
11891 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
11892 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
11893 a translation table made from cyrillic-alternativnyj-decode-table.
11894 (cyrillic-alternativnyj-encode-table): Define it as a translation
11895 table made from the reverse map of above.
11896 (ccl-decode-alternativnyj): Use translate-character.
11897 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
11898 Likewize
11899
11900 * international/mule-diag.el (non-iso-charset-alist): Specify
11901 translation table symbol instead of translation table itself.
11902 (list-block-of-chars): CHARSET may be a translation table symbol.
11903
11904 * international/mule.el (make-coding-system): If CODING-SYSTEM
11905 already exists, override it.
11906
11907 * international/fontset.el: Use family `proportional' for Tibetan
11908 fonts.
11909
11910 * international/ccl.el (ccl-compile-translate-character): Don't
11911 check if Rrr has property translation-table.
11912 (ccl-compile-map-multiple): Modified to avoid compiler warning.
11913
119142000-06-05 Gerd Moellmann <gerd@gnu.org>
11915
11916 * info.el: Bind case-fold-search to t when searching in case
11917 a user sets it to nil in a hook.
11918
119192000-06-05 Stefan Monnier <monnier@cs.yale.edu>
11920
11921 * autoarg.el (autoarg-mode, autoarg-kp-mode):
11922 * hl-line.el (hl-line-mode): Use the new :global key argument.
11923
11924 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
11925 (tar-clip-time-string): Prepend a space.
11926 (tar-grind-file-mode): Construct a string rather than modifying one.
11927 (tar-header-block-summarize): Fix docstring.
11928 Use `format' rather than an error-prone set of copy-loops.
11929
11930 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
11931 (diff-goto-source, diff-unified->context, diff-context->unified)
11932 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
11933 understand the format output by the `-p' argument to diff.
11934
11935 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
11936 (sh-re-done): Use defconst.
11937 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
11938 (sh-help-string-for-variable, sh-guess-basic-offset):
11939 Don't quote lambdas.
11940 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
11941 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
11942
11943 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
11944 (mh-letter-mode): Derive from text-mode.
11945 This implicitly means that it now calls kill-all-local-variables.
11946 Also remove the Emacs-18 compatibility code.
11947
11948 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
11949 Make use of symbol-property doc-string-elt.
11950 Use memq rather than a sequence of eq.
11951 (doc-string-elt): Fix the wrong or missing previously unused values.
11952 (autoload-print-form): New function extracted from
11953 generate-file-autoloads to allow recursion when handling progn
11954 so that defvar's and defun's docstrings are properly printed.
11955 (generate-file-autoloads): Use it.
11956
11957 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
11958 Use find-file-hooks in the minor-mode function.
11959 Be careful not to loop indefinitely in the post-command-hook function.
11960
119612000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
11962
11963 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
11964 tty's.
11965 * ediff-diff.el (ediff-exec-process): Use --binary for fine
11966 differences whenever appropriate.
11967 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
11968 * viper.el (find-file, find-file-other-window): Get viper to do
11969 wildcards.
11970
119712000-06-04 Stefan Monnier <monnier@cs.yale.edu>
11972
11973 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
11974 (jit-lock-fontify-buffer): New function for JIT refontification.
11975 (jit-lock-mode): Fix docstring.
11976 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
11977 Remove jit-lock-after-change from the _local_ hook.
11978 (jit-lock-function-1): Fix docstring.
11979
11980 * info.el (Info-on-current-buffer): Initialize info.
11981
11982 * newcomment.el (comment-indent): Ignore comment-indent-hook.
11983
11984 * progmodes/tcl.el (tcl-indent-for-comment):
11985 Ignore comment-indent-hook.
11986
11987 * emacs-lisp/easy-mmode.el: Require CL during compilation.
11988 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
11989 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
11990 and improve to use the lighter to guess the capitalization.
11991 (define-minor-mode): Inline code from easy-mmode-define-toggle.
11992 Add keyword arguments to specify global-ness or the custom group.
11993 Add local-map and help-echo properties to the lighter.
11994 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
11995 (easy-mmode-define-global-mode): New macro.
11996
119972000-06-02 Dave Love <fx@gnu.org>
11998
11999 * wid-edit.el: byte-compile-dynamic since we typically don't use
12000 all the widgets. Don't require cl or widget. Remove
12001 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
12002 (widget-read-event): Removed. Callers changed to use read-event.
12003 (widget-button-release-event-p): Renamed from
12004 button-release-event-p.
12005 (widget-field-add-space, widget-field-use-before-change):
12006 Uncustomize.
12007 (widget-specify-field): Use keymap property, not local-map.
12008 (widget-specify-button): Obey :suppress-face.
12009 (widget-specify-insert): Use modern backquote syntax.
12010 (widget-image-directory): Renamed from widget-glyph-directory.
12011 (widget-image-enable): Renamed from widget-glyph-enable.
12012 (widget-image-find): Replaces widget-glyph-find.
12013 (widget-button-pressed-face): Move defvar.
12014 (widget-image-insert): Replaces widget-glyph-insert.
12015 (widget-convert): Use keywordp.
12016 (widget-leave-text, widget-children-value-delete): Use mapc.
12017 (widget-keymap): Remove XEmacs stuff.
12018 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
12019 (widget-button-click): Don't set point at the click, but re-centre
12020 if we scroll out of window. Rewritten for images v. glyphs &c.
12021 (widget-tabable-at): Use POS arg, not point.
12022 (widget-beginning-of-line, widget-end-of-line)
12023 (widget-item-value-create, widget-sublist, widget-princ-to-string)
12024 (widget-sexp-prompt-value, widget-echo-help): Simplify.
12025 (widget-default-create): Use widget-image-insert; some rewriting.
12026 (widget-visibility-value-create)
12027 (widget-push-button-value-create, widget-toggle-value-create): Use
12028 widget-image-insert.
12029 (checkbox): Create on and off images dynamically.
12030 (documentation-link): Change :help-echo.
12031 (widget-documentation-link-echo-help): Remove.
12032
120332000-06-02 Stefan Monnier <monnier@cs.yale.edu>
12034
12035 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
12036
12037 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
12038 (easy-mmode-define-toggle, define-minor-mode): Use it.
12039 (easy-mmode-define-keymap): Docstring fix.
12040 (define-derived-mode): Default PARENT to fundamental-mode.
12041 Add the derived-mode-parent symbol-property.
12042 (easy-mmode-derived-mode-p): New function.
12043
120442000-06-02 Dave Love <fx@gnu.org>
12045
12046 * files.el (convert-standard-filename): Doc fix.
12047 (normal-backup-enable-predicate): New function.
12048 (backup-enable-predicate): Use it to replace the lambda form.
12049
12050 * calendar/todo-mode.el: [This needs more work on the outline
12051 stuff.] Doc fixes.
12052 (todo) <defgroup>: Add :version.
12053 (todo-add-category): Don't use pushnew.
12054 (todo-cmd-raise): Fix typo.
12055 (todo-top-priorities): Change temp buffer name.
12056 (todo-category-alist): Avoid redundant lambda.
12057 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
12058 Use outline-next-heading.
12059
12060 * autoarg.el: Rewritten to use define-minor-mode.
12061 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
12062 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
12063
120642000-06-02 Kenichi Handa <handa@etl.go.jp>
12065
12066 * isearch.el (isearch-other-meta-char): Fix previous change.
12067
120682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12069
12070 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
12071 (log-edit-done): Only add the comment to the ring if it's different
12072 from the last comment entered.
12073
12074 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
12075
120762000-06-01 Dave Love <fx@gnu.org>
12077
12078 * hl-line.el: Rewritten using define-minor-mode.
12079
12080 * help.el (describe-function-1): Distinguish special form from
12081 builtin function. Sanity-check presence of arglist for builtins.
12082
120832000-06-01 Kenichi Handa <handa@etl.go.jp>
12084
12085 * international/characters.el: Fix syntax/category setting of
12086 Tibetan characters.
12087
12088 * language/tibet-util.el (tibetan-add-components): Fixes for new
12089 encoding of Tibetan characters.
12090 (tibetan-decompose-precomposition-alist): New variable.
12091 (tibetan-decompose-region): Convert precomposed characters to
12092 non-precomposed characters.
12093 (tibetan-decompose-string): Likewise.
12094 (tibetan-composition-function): Fix args to
12095 thibetan-compose-string.
12096
12097 * language/tibetan.el (tibetan-composable-pattern): More
12098 characters included.
12099 (tibetan-consonant-transcription-alist): Rule for "R" added.
12100 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
12101 "+R" added.
12102 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
12103
12104 * language/lao-util.el (lao-composition-function): Fix args to
12105 compose-string.
12106
12107 * language/thai-util.el (thai-composition-function): Fix args to
12108 compose-string.
12109
12110 * isearch.el (isearch-update): Set disable-point-adjustment to t
12111 to prevent the point moving to the end of a composition when a
12112 part of a composition is searched.
12113 (isearch-other-meta-char): If the key invoking this command can be
12114 mapped by function-key-map to a printing char, call
12115 isearch-process-search-char directly.
12116
121172000-06-01 Stefan Monnier <monnier@cs.yale.edu>
12118
12119 * emacs-lisp/bytecomp.el:
12120 * frame.el:
12121 * international/mule-cmds.el:
12122 * international/mule-util.el:
12123 * international/mule.el:
12124 * mouse.el:
12125 * subr.el:
12126 * faces.el: Update calls to make-obsolete with a WHEN argument.
12127
12128 * byte-run.el (make-obsolete, make-obsolete-variable):
12129 Add an optional WHEN argument and change the format of the
12130 symbol-property information.
12131 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
12132 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
12133 new obsolete-symbol-property format and print WHEN if it is provided.
12134
121352000-05-31 Dave Love <fx@gnu.org>
12136
12137 * loadhist.el (loadhist-hook-functions): Remove
12138 before-change-function, after-change-function.
12139 (unload-feature): Deal with symbols which are both bound and
12140 fbound.
12141
12142 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
12143 before-change-function, after-change-function.
12144
12145 * simple.el (newline): Don't bind before-change-function,
12146 after-change-function.
12147
121482000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
12149
12150 * whitespace.el (whitespace-rescan-timer-time): Update interval
12151 set to 600 seconds (10 minutes) instead of 60 seconds since
12152 a large number of whitespace buffers causes emacs to `freeze'
12153 for a considerable amount of time.
12154
12155 * whitespace.el: Updated email address
12156
121572000-05-31 Dave Love <fx@gnu.org>
12158
12159 * add-log.el (change-log-font-lock-keywords) <function>: Add
12160 pattern for function of change.
12161 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
12162 acknowledgements patterns.
12163
121642000-05-31 Kenichi Handa <handa@etl.go.jp>
12165
12166 * isearch.el (isearch-printing-char): If keyboard coding system is
12167 being used, call isearch-process-search-multibyte-characters.
12168
12169 * international/isearch-x.el: Mostly rewritten.
12170
12171 * international/quail.el (quail-start-conversion): Don't include
12172 unhandled events in the returned events, but set them in
12173 unread-command-events. Exit if all inputs are deleted.
12174
121752000-05-30 Jason Rumney <jasonr@gnu.org>
12176
12177 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
12178
12179 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
12180 Reenable code to create initial fontsets.
12181 Use set-fontset-font in place of put-charset-property.
12182
121832000-05-30 Gerd Moellmann <gerd@gnu.org>
12184
12185 * progmodes/perl-mode.el (perl-indent-line): When looking for a
12186 label, ensure that the first colon isn't followed by another.
12187
12188 * paths.el (Info-default-directory-list): Doc fix.
12189
12190 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
12191 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
12192 send a query containing USER only, not USER@HOST.
12193
12194 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
12195 and rmail-msgend to compute the restriction at the end, instead of
12196 computing it.
12197
121982000-05-29 Gerd Moellmann <gerd@gnu.org>
12199
12200 * dabbrev.el (dabbrev-expand): Don't display messages in the
12201 echo area if the minibuffer window is active.
12202
12203 * jit-lock.el (jit-lock-mode): Add after change function to
12204 local hook.
12205
122062000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
12207
12208 * antlr-mode.el: New commands: hide/unhide actions,
12209 upcase/downcase literals.
12210 (antlr-tiny-action-length): New user option.
12211 (antlr-hide-actions): New command. Suggested by
12212 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
12213 (antlr-mode-map): New binding [C-c C-v].
12214 (antlr-mode-menu): New entries.
12215 (antlr-downcase-literals): New command.
12216 (antlr-upcase-literals): Ditto.
12217
12218 * antlr-mode.el: Minor changes: indendation, mode-name.
12219 (antlr-indent-line): Indent cpp directive at column 0.
12220 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
12221
12222 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
12223 (antlr-font-lock-additional-keywords): Workaround for intentional
12224 bug in XEmacs version of font-lock.
12225 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
12226 be used by a smarter version of `buffers-menu-grouping-function'.
12227
122282000-05-29 Gerd Moellmann <gerd@gnu.org>
12229
12230 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
12231 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
12232
122332000-05-29 Kenichi Handa <handa@etl.go.jp>
12234
12235 * international/encoded-kb.el
12236 (encoded-kbd-iso2022-designation-map): Pay attention to that
12237 charset-iso-final-char return -1 for eight-bit-control and
12238 eight-bit-graphic.
12239
122402000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12241
12242 * speedbar.el (speedbar-use-images, speedbar-update-flag)
12243 (speedbar-easymenu-definition-base): Use display-graphic-p where
12244 available, instead of window-system.
12245
122462000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
12247
12248 * international/codepage.el (cp-coding-system-for-codepage-1): Add
12249 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
12250 coding systems.
12251
122522000-05-26 Dave Love <fx@gnu.org>
12253
12254 * disp-table.el (standard-display-underline): Don't use
12255 internal-find-face.
12256
12257 * mail/reporter.el: Maintainer change. Doc fixes.
12258 (reporter-version): Deleted.
12259
12260 * emacs-lisp/elp.el: Maintainer change.
12261 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
12262
122632000-05-26 Stefan Monnier <monnier@cs.yale.edu>
12264
12265 * add-log.el (add-change-log-entry): Merge the current entry with the
12266 previous one if the previous one is empty.
12267
122682000-05-26 Dave Love <fx@gnu.org>
12269
12270 * loadhist.el (unload-feature): Fix interactive spec [from
12271 lijnzaad@ebi.ac.uk].
12272
12273 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
12274 subr-arity to check primitives.
12275 (byte-compile-flush-pending, byte-compile-file-form-progn)
12276 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
12277 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
12278 mapcar.
12279
122802000-05-26 Kenichi Handa <handa@etl.go.jp>
12281
12282 * international/fontset.el: Set family names of non-latin charsets
12283 in default fontset to "*".
12284
12285 * international/mule-diag.el (print-fontset): Combine family part
12286 and registry part of the fontname by "-*-" instead of "-".
12287
12288 * international/mule-cmds.el (encode-coding-char): Make strings
12289 multibyte before calling encode-coding-string.
12290
122912000-05-25 Stefan Monnier <monnier@cs.yale.edu>
12292
12293 * derived.el: Fix keywords.
12294 (define-derived-mode): Only define if needed.
12295
12296 * simple.el (fill-comment, comment-column, comment-start)
12297 (comment-start-skip, comment-end, comment-indent-function)
12298 (block-comment-start, block-comment-end, indent-for-comment)
12299 (set-comment-column, kill-comment, comment-padding, comment-region)
12300 (comment-multi-line, indent-new-comment-line): Remove.
12301
12302 * bindings.el (esc-map): Change ; to comment-dwim and use the new
12303 function names for comment operations.
12304
12305 * newcomment.el: Add abundant autoload cookies.
12306 (comment-style): Don't depend on runtime data at compile-time.
12307 (comment-indent-hook): Remove.
12308 (comment-indent): Check if comment-indent-hook is bound.
12309 (comment-region): Docstring fix.
12310
123112000-05-25 Dave Love <fx@gnu.org>
12312
12313 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
12314 byte-code-function-p.
12315
12316 * mail/rmailsum.el: Add provide.
12317
12318 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
12319
12320 * smerge-mode.el (smerge-diff-switches): Don't use list* in
12321 defcustom.
12322
123232000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
12324
12325 * ediff-diff.el (ediff-exec-process): delete --binary option from
12326 non-buffer ediff jobs.
12327
123282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12329
12330 * hilit-chg.el (highlight-changes-mode): Ask about color or
12331 grayscale support, not about window-system.
12332
12333 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
12334 window-system.
12335 (ffap-highlight): Always default to t.
12336
12337 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
12338 display-popup-menus-p instead of looking at window-system.
12339
12340 * disp-table.el (standard-display-g1, standard-display-graphic):
12341 Only refuse to use string glyphs on X and MS-Windows.
12342
12343 * avoid.el: Remove window-system from commentary, suggest to use
12344 display-*-p instead.
12345
12346 * apropos.el (apropos-print): Use display-mouse-p instead of
12347 window-system.
12348
123492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12350
12351 * international/codepage.el (cp-decoding-vector-for-codepage):
12352 Fill up unsupported characters with their own codes. From Kenichi
12353 Handa.
12354
123552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12356
12357 * international/mule-diag.el (describe-char-after): Use
12358 display-graphic-p instead of window-system, so that this function
12359 works on MS-DOS.
12360
123612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
12362
12363 * international/codepage.el (cp-make-coding-systems-for-codepage):
12364 Remove the eight-bit-graphic and eight-bit-control charsets from
12365 the list of charsets which we convert into `?'.
12366
123672000-05-25 Kenichi Handa <handa@etl.go.jp>
12368
12369 * international/mule-conf.el: Specify CHARSET-ID explicitely for
12370 private charsets.
12371 (mule-unicode-0100-24ff, japanese-jisx0213-1,
12372 japanese-jisx0213-2): New charsets.
12373
12374 * international/fontset.el: Setup default fontset for new charsets.
12375
123762000-05-24 Dave Love <fx@gnu.org>
12377
12378 * info.el (Info-find-node-2): Restructure [following "Vadim
12379 S. Solomin" <sovs@uic.nnov.ru>].
12380
12381 * icomplete.el: Fix header for Finder.
12382
123832000-05-24 Eric M. Ludlam <zappo@ultranet.com>
12384
12385 * rmailout.el (rmail-output-to-rmail-file): Added optional param
12386 STAY.
12387
12388 * rmail.el (rmail-automatic-folder-directives): New user variable.
12389 (rmail-show-message): Add call to `rmail-auto-file' during
12390 display.
12391 (rmail-auto-file): New function.
12392
123932000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12394
12395 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
12396 account.
12397 (ediff-test-utility,ediff-diff-mandatory-option)
12398 (ediff-reset-diff-options): Utilities for proper initialization of
12399 ediff-diff-options and ediff-diff3-options on Windows.
12400
12401 * ediff-init.el (ediff-merge-filename-prefix): New customizable
12402 variable.
12403
12404 * ediff-mult.el (ediff-filegroup-action): Use
12405 ediff-merge-filename-prefix.
12406
124072000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
12408
12409 * viper-ex.el (ex-write): Set selective display to nil.
12410
124112000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12412
12413 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
12414 aliases for hebrew-iso-8bit.
12415
124162000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
12417
12418 * woman.el: New version from Francis J. Wright
12419 <F.J.Wright@Maths.QMW.ac.uk>.
12420 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
12421 names in environment variables regardless of the path separator.
12422 (woman-topic-all-completions-1): Don't call file-name-directory-p
12423 on all files, since woman-file-regexp already filters out any
12424 directories.
12425
124262000-05-24 Kenichi Handa <handa@etl.go.jp>
12427
12428 * international/quail.el (quail-start-translation): Don't change
12429 modified-p of the current buffer.
12430 (quail-start-conversion): Likewise.
12431
12432 * international/kkc.el (kkc-region): Don't change modified-p of
12433 the current buffer.
12434
12435 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
12436 conform to RFC1468.
12437 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
12438
124392000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
12440
12441 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
12442 (speedbar-insert-button): Invisible text property fix.
12443 (speedbar-directory-plus): Renamed from speedbar-directory-+
12444 (speedbar-directory-minus): Renamed from speedbar-directory--
12445 (speedbar-page-plus): Renamed from speedbar-file-+
12446 (speedbar-page-minus): Renamed from speedbar-file--
12447 (speedbar-page): Renamed from speedbar-file-
12448 (speedbar-tag): Renamed from speedbar-tag-
12449 (speedbar-tag-plus): Renamed from speedbar-tag-+
12450 (speedbar-tag-minus): Renamed from speedbar-tag--
12451 (speedbar-expand-image-button-alist): Use above renames.
12452
12453 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
12454 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
12455 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
12456 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
12457 * sb-pg.xpm: Renamed from sb-file.xpm
12458 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
12459 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
12460
124612000-05-24 Kenichi Handa <handa@etl.go.jp>
12462
12463 * international/quail.el (quail-show-guidance-buf): Set
12464 current-input-method of the guidance buffer to the name of the
12465 curren input method.
12466
124672000-05-23 Stefan Monnier <monnier@cs.yale.edu>
12468
12469 * progmodes/compile.el (compile-internal): Style typo.
12470
12471 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
12472 quote vars and functions in the docstring.
12473
12474 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
12475
12476 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
12477 Don't quote lambdas.
12478
12479 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
12480
124812000-05-23 Gerd Moellmann <gerd@gnu.org>
12482
12483 * startup.el (command-line): Determine source file of compiled
12484 user init file differently. Warn if compiled user init file
12485 is older than its source file.
12486
12487 * ffap.el (ffap-url-regexp): Add `https'.
12488
124892000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
12490
12491 * files.el (make-backup-file-name-1): Replace slashes with `!'
12492 rather than `|' (which is not allowed on Windows). Replace the
12493 drive letters with a string "drive_X".
12494
124952000-05-23 Gerd Moellmann <gerd@gnu.org>
12496
12497 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
12498
12499 * files.el (interpreter-mode-alist): Add `bash2'.
12500
125012000-05-22 Dave Love <fx@gnu.org>
12502
12503 * loadhist.el (feature-symbols, file-provides, file-requires): Use
12504 mapc.
12505 (feature-file): Avoid calling symbol-name. Doc fix.
12506 (file-set-intersect, file-dependents): Use dolist, not mapcar.
12507 (loadhist-hook-functions): Add mouse-position-function.
12508 (unload-feature): Change uses of mapcar.
12509
12510 * files.el (parse-colon-path): Doc fix.
12511 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
12512 (set-auto-mode): Use mapc.
12513
12514 * complete.el (PC-look-for-include-file): Use :alnum: character
12515 class.
12516 (partial-completion-mode): Add autoload cookie.
12517
125182000-05-22 Sam Steingold <sds@gnu.org>
12519
12520 * info.el (Info-fontify-node): Fixed the call to
12521 `add-text-properties' (bug introduced on 2000-05-18).
12522
125232000-05-22 Dave Love <fx@gnu.org>
12524
12525 * bindings.el: Remove debug-ignored-errors set in other files.
12526
12527 * progmodes/etags.el: Add to debug-ignored-errors.
12528 (visit-tags-table-buffer): Clear out buffers holding old tables
12529 when making a new list.
12530 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
12531 mapc.
12532
12533 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
12534 quote keywords.
12535 (cmpl-string-case-type): Use character classes.
12536
12537 * comint.el:
12538 * textmodes/ispell.el:
12539 * imenu.el:
12540 * mail/mh-e.el:
12541 * progmodes/compile.el: Add to debug-ignored-errors.
12542
12543 * dabbrev.el: Add to debug-ignored-errors.
12544 (dabbrev-completion): Use mapc.
12545
125462000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
12547
12548 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
12549 (woman-mapcan, woman-parse-man.conf)
12550 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
12551 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
12552 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
12553 path syntax better.
12554 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
12555 (woman-manpath): Call woman-parse-man.conf.
12556 (woman-emulation): New defcustom, defaults to nroff.
12557 (woman-font-support): New defconst.
12558 (woman-use-symbol-font): New defcustom.
12559 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
12560 "Emulation".
12561 Many functions: Doc fix.
12562
125632000-05-22 Kenichi Handa <handa@etl.go.jp>
12564
12565 * international/quail.el (quail-simple-translation-keymap): Map
12566 128..255 to quail-self-insert-command.
12567 (quail-keyboard-layout-alist): Add definition for "pc102-de".
12568
125692000-05-22 Stefan Monnier <monnier@cs.yale.edu>
12570
12571 * help.el (help-manyarg-func-alist): Typo.
12572
12573 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
12574 intervals which makes it heaps simpler.
12575
12576 * newcomment.el (comment-region-internal): Go back to BEG after quoting
12577 the nested comment markers.
12578
12579 * subr.el (remove-hook): Don't turn the hook's value into a list.
12580
125812000-05-21 Dave Love <fx@gnu.org>
12582
12583 * edmacro.el (edmacro-parse-keys): Return vector if any elements
12584 are invalid characters.
12585
12586 * international/mule-util.el (detect-coding-with-priority): Use
12587 mapc. Remove redundant lambda.
12588
12589 * international/mule-diag.el (list-non-iso-charset-chars)
12590 (describe-fontset): Remove redundant lambda.
12591
12592 * emulation/crisp.el (brief-mode): New alias.
12593
12594 * emacs-lisp/ring.el (ring-elements): New function.
12595
12596 * emacs-lisp/easymenu.el (easy-menu-create-menu)
12597 (easy-menu-do-add-item): Use keywordp.
12598
12599 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
12600
12601 * replace.el: Doc and error message fixes.
12602 (replace-highlight): Use facep, not internal-find-face.
12603
126042000-05-20 Stefan Monnier <monnier@cs.yale.edu>
12605
12606 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
12607
12608 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
12609 (log-edit-insert-changelog): Drop `:' as well.
12610
12611 * log-view.el: Fix file description.
12612 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
12613 available.
12614 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
12615 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
12616
12617 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
12618 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
12619 Print a status message if the toggle is called interactively.
12620 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
12621 for global minor modes and use `defcustom' for them.
12622 Use add-minor-mode.
12623 (easy-mmode-define-derived-mode): Remove.
12624 (define-derived-mode): Fancier default docstring.
12625 (easy-mmode-define-navigation): Signal an error rather than (ding).
12626
12627 * newcomment.el (comment-styles): New `box-multi'.
12628 (comment-normalize-vars): Better default for comment-continue to
12629 avoid whitespace-only continuations.
12630 (comment-search-forward): Always move even in the no-syntax case.
12631 (comment-padright): Only obey N if it's only obeyed for padleft.
12632 (comment-make-extra-lines): Better handling of empty continuations.
12633 Use `=' for the filler if comment-start has only one character.
12634 (uncomment-region): Try handling the special `=' filler.
12635 (comment-region): Allow LINES even if MULTI is nil.
12636 (comment-box): Choose box style based on comment-style.
12637
126382000-05-20 Kenichi Handa <handa@etl.go.jp>
12639
12640 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
12641 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
12642
126432000-05-20 Kenichi HANDA <handa@etl.go.jp>
12644
12645 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
12646 and insert, not subst-char-in-region.
12647
12648 * international/mule-diag.el (list-character-sets-1): Handle
12649 charsets eight-bit-control and eight-bit-graphic.
12650 (list-iso-charset-chars): Likewise.
12651 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
12652 charactes as is. Use indent-to to align characters.
12653
12654 * international/mule-cmds.el (find-multibyte-characters): Never
12655 exclude charsets eight-bit-control and eight-bit-graphic.
12656
126572000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12658
12659 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
12660 Don't quote lambdas.
12661
12662 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
12663
126642000-05-19 Gerd Moellmann <gerd@gnu.org>
12665
12666 * gud.el (gud-jdb-directories): Doc fix.
12667
126682000-05-19 Stefan Monnier <monnier@cs.yale.edu>
12669
12670 * newcomment.el: New file.
12671
126722000-05-19 Gerd Moellmann <gerd@gnu.org>
12673
12674 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
12675
126762000-05-18 Andreas Schwab <schwab@suse.de>
12677
12678 * dired.el (dired-between-files): Also skip lines beginning with
12679 `used'.
12680
126812000-05-18 Gerd Moellmann <gerd@gnu.org>
12682
12683 * msb.el (msb-menu-cond): Add choice `user'.
12684
126852000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12686
12687 * ps-print.el: Compatibility, customization and doc fix.
12688 (ps-printer-name-option): Replace defconst by defvar.
12689 (ps-postscript-code-directory): XEmacs compatibility.
12690 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
12691 fix.
12692 (ps-user-defined-prologue, ps-print-prologue-header)
12693 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
12694 compatibility and code fix.
12695 (ps-print-background-image, ps-print-background-text):
12696 Customization fix.
12697 (ps-line-number-start, ps-n-up-on): New vars.
12698
126992000-05-18 Espen Skoglund <esk@ira.uka.de>
12700
12701 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
12702 the indent-comment function to just return the appropriate indent.
12703
127042000-05-18 Eric M. Ludlam <zappo@ultranet.com>
12705
12706 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
12707 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
12708 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
12709
127102000-05-18 Dave Love <fx@gnu.org>
12711
12712 * info.el (Info-fontify-node): Add intangible property as well as
12713 invisible.
12714
12715 * calendar/appt.el (appt-make-list): Match all lines of entry.
12716 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
12717
127182000-05-18 Kenichi Handa <handa@etl.go.jp>
12719
12720 * international/mule-diag.el (describe-char-after): Call
12721 internal-char-font, not char-font. If internal-char-font returns
12722 nil, display "-- none --".
12723
127242000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12725
12726 * image.el (image-type-available-p): Don't reference image-types
12727 if it isn't bound.
12728
127292000-05-17 Stefan Monnier <monnier@cs.yale.edu>
12730
12731 * autoarg.el (autoarg-mode): Typo in the :set argument.
12732
127332000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
12734
12735 * startup.el (command-line-1): Don't signal an error if the
12736 directory for auto-save-list files does not yet exist.
12737
127382000-05-17 Kenichi Handa <handa@etl.go.jp>
12739
12740 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
12741
127422000-05-16 Stefan Monnier <monnier@cs.yale.edu>
12743
12744 * subr.el (remove-hook): `setq' hook-value, not `set'.
12745
127462000-05-16 Sam Steingold <sds@gnu.org>
12747
12748 * info.el (debug-ignored-errors): More errors to ignore.
12749
127502000-05-16 Dave Love <fx@gnu.org>
12751
12752 * cus-edit.el: Don't require cl or easymenu.
12753 (custom-variable-prompt): Test standard-value property, not
12754 user-variable-p.
12755
127562000-05-16 Sam Steingold <sds@gnu.org>
12757
12758 * subr.el (add-hook): `setq' hook-value, not `set'.
12759
127602000-05-16 Gerd Moellmann <gerd@gnu.org>
12761
12762 * startup.el (command-line-1): Mention the FAQ in the startup
12763 message.
12764
12765 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
12766
12767 * progmodes/compile.el (compilation-parse-errors): Collect
12768 `nomessage' regexps last.
12769
12770 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
12771
12772 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
12773 to the function name.
12774
127752000-05-15 Dave Love <fx@gnu.org>
12776
12777 * speedbar.el (speedbar-recenter): Typo.
12778 (speedbar-expand-line): Make arg optional.
12779 (speedbar-mode): Avoid a compiler warning.
12780
127812000-05-15 Gerd Moellmann <gerd@gnu.org>
12782
12783 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
12784 user-specified option string is empty.
12785
12786 * mouse.el (mouse-yank-at-click): Doc fix.
12787
127882000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * term/internal.el (IT-character-translations): More updates of
12791 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
12792 documents.
12793
127942000-05-15 Gerd Moellmann <gerd@gnu.org>
12795
12796 * env.el (getenv): New function, interactively callable.
12797 (setenv, getenv): Remove autoload cookies.
12798
12799 * loadup.el: Load `env'.
12800
12801 * progmodes/f90.el: Change author's mail address.
12802
128032000-05-14 Dave Love <fx@gnu.org>
12804
12805 * mail/rmail.el (rmail-show-message-hook): Customize and offer
12806 goto-addr as an option.
12807
12808 * help.el (help-xref-stack): Doc fix.
12809 (help-xref-following): New variable.
12810 (help-make-xrefs): Use it.
12811 (help-xref-go-back): Use position information from stack element.
12812 (help-follow): Make position in stack element a pair. Use
12813 help-xref-following.
12814
12815 * autoarg.el: New file.
12816
12817 * faces.el: Declare more functions obsolete.
12818
12819 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
12820 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
12821 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
12822 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
12823 Remove all the setup-...-environment functions.
12824
128252000-05-13 Eric M. Ludlam <zappo@ultranet.com>
12826
12827 * speedbar.el: Updated the commentary section. xemacs20p now uses
12828 >= when detecting. Require `defimage' safely.
12829 (speedbar-easymenu-definition-base): Add toggle for images.
12830 (speedbar-easymenu-definition-special): Add flush cache & expand.
12831 (speedbar-visiting-tag-hook): Set new defaults. Added options.
12832 (speedbar-reconfigure-keymaps-hook): New variable.
12833 (speedbar-frame-parameters): Updated documentation.
12834 (speedbar-use-imenu-flag): Updated custom tag
12835 (speedbar-dynamic-tags-function-list): New variable.
12836 (speedbar-tag-hierarchy-method): Updated doc & custom.
12837 (speedbar-indentation-width, speedbar-indentation-width) New
12838 variables.
12839 (speedbar-hide-button-brackets-flag): Customizable.
12840 (speedbar-vc-indicator): Doc update.
12841 (speedbar-ignored-path-expressions): Updated default value.
12842 (speedbar-supported-extension-expressions): Updated default value.
12843 (speedbar-syntax-table): Remove {} paren status.
12844 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
12845 as "+". Added overlay aliases.
12846 (speedbar-mode): Use `speedbar-mode-line-update' instead of
12847 `force-mode-line-update'.
12848 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
12849 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
12850 `mouse-set-point'
12851 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
12852 (speedbar-item-info-tag-helper): Revamped to handle a wider range
12853 of arbitrary text, and new helper functions.
12854 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
12855 filename finder.
12856 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
12857 (speedbar-directory-buttons): Update path search/expansion.
12858 (speedbar-make-tag-line): Pay attention to
12859 `speedbar-indentation-width'. Use more care w/ invisible
12860 properties.
12861 (speedbar-change-expand-button-char): Call
12862 `speedbar-insert-image-button-maybe'.
12863 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
12864 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
12865 (speedbar-trim-words-tag-hierarchy)
12866 (speedbar-simple-group-tag-hierarchy): New functions
12867 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
12868 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
12869 functions.
12870 (speedbar-mouse-set-point): New function
12871 (speedbar-power-click): Updated documentation.
12872 (speedbar-line-token, speedbar-goto-this-file): Handle more types
12873 of tag prefix text.
12874 (speedbar-expand-line, speedbar-contract-line): Make more robust
12875 to strange text.
12876 (speedbar-expand-line): Takes universal argument to flush the
12877 cache.
12878 (speedbar-flush-expand-line): New function.
12879 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
12880 Use new generator insertion method.
12881 (speedbar-fetch-dynamic-tags): New function.
12882 (speedbar-fetch-dynamic-imenu): Removed code now handled in
12883 `speedbar-fetch-dynamic-imenu'.
12884 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
12885 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
12886 "Revert Buffer" menu items.
12887 (speedbar-buffer-buttons-engine): Be smarter when creating a
12888 filename tag (for expansion purposes.).
12889 (speedbar-highlight-one-tag-line,
12890 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
12891 (speedbar-recenter): New functions.
12892 (defimage-speedbar): Image loading abstraction.
12893 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
12894 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
12895 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
12896 (speedbar-tag-type, speedbar-tag-mail): New images.
12897 (speedbar-expand-image-button-alist): New variable.
12898 (speedbar-insert-image-button-maybe): Insert an image over some
12899 buttons.
12900
129012000-05-13 Kenichi Handa <handa@etl.go.jp>
12902
12903 * international/mule-cmds.el (encode-coding-char): An ASCII
12904 character is always encodable.
12905
12906 * international/mule-conf.el: Add more information in descriptions
12907 of character sets.
12908
12909 * international/mule-diag.el (describe-char-after): New function.
12910 (describe-font-internal): Adjusted for the change of font-info.
12911 (describe-font): Likewise.
12912 (print-fontset): Rewritten for the new fontset implementation.
12913 (describe-fontset): Include fontset alias names in completion.
12914 (list-fontsets): Adjusted for the change of print-fontset.
12915
12916 * simple.el (what-cursor-position): If DETAIL is non-nil, call
12917 describe-char-after instead of displaying the detail in the echo
12918 area.
12919 (syntax-code-table): Format changed.
12920 (string-to-syntax): Adjusted for the above change.
12921
129222000-05-12 Stefan Monnier <monnier@cs.yale.edu>
12923
12924 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
12925
129262000-05-12 Dave Love <fx@gnu.org>
12927
12928 * calendar/todo-mode.el: Remove some compatibility stuff and CL
12929 dependence. Use line-{beginning,end}-position, not
12930 point-at{b,e}ol. Some doc fixes.
12931 (todo-position): New function. Fix callers of position to use it.
12932 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
12933
129342000-05-12 Gerd Moellmann <gerd@gnu.org>
12935
12936 * time.el (display-time-mail-icon): Use `:ascent center'.
12937
12938 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
12939 handling FTP security extensions.
12940
129412000-05-11 Dave Love <fx@gnu.org>
12942
12943 * calendar/todo-mode.el: New file.
12944
129452000-05-11 Gerd Moellmann <gerd@gnu.org>
12946
12947 * comint.el (comint-read-input-ring): Move reference to
12948 comint-input-ring-size outside of the save-excursion. It was
12949 causing the default value to be the only one ever seen.
12950
12951 * font-lock.el: Update copyright. Remove Simon Marshall's email
12952 address on request from him.
12953
12954 * subr.el (substitute-key-definition): Add comment describing
12955 the meaning of PREFIX.
12956
129572000-05-10 Stefan Monnier <monnier@cs.yale.edu>
12958
12959 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
12960
12961 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
12962 (add-minor-mode): Don't make the variable buffer-local and add a
12963 reference to define-minor-mode in the docstring.
12964
12965 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
12966 HEADER/FOOTER and fix bug with trailing empty directory.
12967 (cvs-append-to-ignore): Use vc-editable-p if available.
12968 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
12969 (vc-do-command): Tweak advice to handle the new VC.
12970
12971 * log-view.el (log-view-goto-rev): New function for the new VC.
12972 (log-view-minor-wrap): Use mark-active.
12973
12974 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
12975 (log-edit-changelog-full-paragraphs): New var.
12976 (log-edit-insert-changelog): Remove a lonely leading `* file'.
12977 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
12978 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
12979 (log-edit-changelog-ours-p, log-edit-changelog-entries)
12980 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
12981 Replace the `cvs' prefix with `log-edit'.
12982
12983 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
12984
12985 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
12986 (diff-font-lock-defaults): Explicitly turn off multiline.
12987 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
12988 (diff-ediff-patch): Fix call to ediff-patch-file.
12989 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
12990 Handle comments.
12991
12992 * frame.el (automatic-hscrolling): Typo.
12993
12994 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
12995
129962000-05-09 Sam Steingold <sds@goems.com>
12997
12998 * apropos.el (apropos-print): use `describe-face' instead of
12999 `customize-face-other-window'.
13000
130012000-05-09 Dave Love <fx@gnu.org>
13002
13003 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
13004
13005 * help.el (describe-variable): Have customize button pop the
13006 help-xref stack when invoked.
13007 (help-xref-symbol-regexp): Add `face'.
13008 (help-make-xrefs): Check for quoted face names and adapt regexp
13009 submatch numbers to cope.
13010 (help-xref-interned): Maybe insert face doc too. Separate
13011 sections with a line of hyphens.
13012
13013 * faces.el: Some doc fixes. Declare some functions obsolete.
13014 (describe-face): Add customize button. Return the help
13015 text. Fix prompt.
13016
130172000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
13018
13019 * term/internal.el (IT-character-translations): Fix last change.
13020
130212000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13022
13023 * woman.el: New file
13024 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
13025
130262000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13027
13028 * term/internal.el (IT-character-translations): Update ASCII
13029 simulations for greek-iso8859-7, add latin-iso8859-14 and
13030 latin-iso8859-15.
13031
13032 * international/mule-cmds.el (set-language-info-alist): Call
13033 define-prefix-command with 3 arguments, to make the map suitable
13034 for a menu.
13035
130362000-05-07 Dave Love <fx@gnu.org>
13037
13038 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
13039
130402000-05-05 Dave Love <fx@gnu.org>
13041
13042 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
13043 list in doc string. Don't quote keyword symbols.
13044 * emacs-lisp/cl.el: Likewise
13045 * emacs-lisp/cl-seq.el: Likewise
13046
130472000-05-05 Gerd Moellmann <gerd@gnu.org>
13048
13049 * abbrev.el (abbrev-mode): Make ARG optional.
13050
130512000-05-04 Gerd Moellmann <gerd@gnu.org>
13052
13053 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
13054
13055 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
13056
13057 * subr.el (substitute-key-definition): Clarify documentation.
13058
130592000-05-04 Milan Zamazal <pdm@freesoft.cz>
13060
13061 * glasses.el (glasses-convert-to-unreadable): Use
13062 `glasses-separator' instead of the hard-wired "_".
13063 (glasses-mode): Call `glasses-make-unreadable' only in a single
13064 place.
13065
130662000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
13067
13068 * term/internal.el (cjk-codepages-alist): Add associations for
13069 Chinese and Korean codepages. Remove FIXME comment.
13070
130712000-05-03 Dave Love <fx@gnu.org>
13072
13073 * time.el (display-time-mail-face, display-time-use-mail-icon):
13074 New option.
13075 (display-time-mail-icon): New variable.
13076 (display-time-string-forms): Use the above. Fix the local-map.
13077
130782000-05-03 Gerd Moellmann <gerd@gnu.org>
13079
13080 * replace.el (query-replace-map): Add binding for `E'.
13081 (query-replace-help): Extend help text.
13082 (perform-replace): Allow editing the replacement string.
13083
13084 * make-mode.el (makefile-mode-abbrev-table): New variable.
13085 (makefile-mode): Set local abbrev table to
13086 makefile-mode-abbrev-table.
13087 (makefile-font-lock-keywords): Fontify includes and conditionals.
13088
13089 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
13090 set TOGGLE's value.
13091
13092 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
13093 mail-interactive-insert-alias.
13094 (mail-abbrev-complete-alias): New command.
13095 (mail-mode-map): Bind it to `M-TAB'.
13096
130972000-05-03 Kenichi Handa <handa@etl.go.jp>
13098
13099 * language/lao-util.el (lao-compose-region): New function.
13100
131012000-05-02 Gerd Moellmann <gerd@gnu.org>
13102
13103 * files.el (recover-session): Make directories as necessary
13104 if they don't exist yet.
13105
13106 * calendar/cal-french.el
13107 (french-calendar-multibyte-special-days-array)
13108 (french-calendar-special-days-array): Change French text.
13109 (calendar-french-date-string): Change output.
13110 (calendar-goto-french-date): Likewise.
13111
131122000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
13113
13114 * wid-edit.el (widget-default-active): Obey `:always-active'.
13115 (widget-documentation-string-value-create): Set `:always-active'.
13116
131172000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13118
13119 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
13120 default prefix to `~/_emacs.d/auto-save.list/_s'.
13121 (normal-top-level): Create the directory for auto-save files, if
13122 it doesn't already exist (in the ms-dos case only).
13123
131242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
13125
13126 * international/mule-cmds.el (set-language-environment): Don't
13127 concat an integer (dos-codepage), use format instead.
13128
131292000-05-02 Dave Love <fx@gnu.org>
13130
13131 * help.el (help-xref-on-pp): Check for constant symbols.
13132
131332000-04-29 Gerd Moellmann <gerd@gnu.org>
13134
13135 * startup.el (normal-top-level): Put a condition-case around
13136 the code loading subdirs.el.
13137
131382000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13139
13140 * ps-print.el: Upside-down and face background color printing,
13141 line number step, doc fix.
13142 (ps-print-version): New version number (5.2).
13143 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
13144 (ps-face-attribute-list, ps-plot-with-face): Code fix.
13145 (ps-spool-config): Var fix.
13146 (ps-printer-name-option): Const fix.
13147 (ps-print-upside-down, ps-use-face-background)
13148 (ps-line-number-step): New vars.
13149 (ps-window-system, ps-lp-system): New consts.
13150 (ps-face-background): New fun.
13151
131522000-04-28 Richard Stallman <rms@gnu.org>
13153
13154 * files.el (make-auto-save-file-name):
13155 Apply auto-save-file-name-transforms to visited file name
13156 before generating auto save file name.
13157 (auto-save-file-name-transforms): New variable.
13158
13159 * files.el (backup-enable-predicate):
13160 Correctly test for a file under a temporary directory.
13161
131622000-04-28 Gerd Moellmann <gerd@gnu.org>
13163
13164 * subr.el (add-minor-mode): Rewritten.
13165
131662000-04-28 Kenichi Handa <handa@etl.go.jp>
13167
13168 * mail/sendmail.el (sendmail-send-it): Set
13169 buffer-file-coding-system to the selected coding system for MIME
13170 header.
13171
131722000-04-27 Gerd Moellmann <gerd@gnu.org>
13173
13174 * dired.el (dired-move-to-filename-regexp): Allow format where
13175 YYYY is followed by two spaces.
13176
13177 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
13178 in the second character class of the regexp.
13179
13180 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
13181 mh-etc, too.
13182
13183 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
13184 nil.
13185
13186 * subr.el (add-minor-mode): Use `set' instead of `setq'.
13187
13188 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
13189 argument.
13190
131912000-04-27 Sen Nagata <sen@eccosys.com>
13192
13193 * emacs-lisp/crm.el (crm-completion-table): New variable.
13194 (crm-collection-fn, crm-test-completion)
13195 (completing-read-multiple): Use it.
13196
131972000-04-27 Dave Love <fx@gnu.org>
13198
13199 * help.el (locate-library): Use mapc.
13200 (help-manyarg-func-alist): Add call-process-region.
13201
132022000-04-26 Gerd Moellmann <gerd@gnu.org>
13203
13204 * subr.el (add-minor-mode): Make argument MAP optional.
13205
13206 * desktop.el (desktop-save): Save list of minor modes.
13207 (desktop-create-buffer): Restore minor modes.
13208 (desktop-minor-mode-table): New user-option.
13209
13210 * subr.el (add-minor-mode): New function.
13211
13212 * image.el (find-image): New function.
13213 (defimage): Rewritten to find image at load time.
13214
13215 * startup.el (normal-top-level-add-to-load-path): Handle
13216 case that the default directory is not in load-path.
13217
13218 * help.el: Old patch from Stefan Monnier.
13219 (help-xref-on-pp): New function.
13220 (describe-variable): Use it to display xrefs in a symbol's value.
13221
132222000-04-26 Stefan Monnier <monnier@cs.yale.edu>
13223
13224 * cus-edit.el (custom-face): Fix parenthesis.
13225
132262000-04-26 Kenichi Handa <handa@etl.go.jp>
13227
13228 * mail/rmail.el (rmail-expunge): When there are no deleted
13229 messages, do nothing.
13230
132312000-04-26 Dave Love <fx@gnu.org>
13232
13233 * international/mule-cmds.el (locale-translation-file-name):
13234 Defvar to nil.
13235 (set-locale-environment): Set it here (at runtime).
13236
132372000-04-25 Gerd Moellmann <gerd@gnu.org>
13238
13239 * replace.el (perform-replace): Add parameters START and END. Use
13240 them instead of the check for a region in Transient Mark mode.
13241 (query-replace-read-args): Return two more list elements for the
13242 start and end of the region in Transient Mark mode.
13243 (query-replace, query-replace-regexp, query-replace-regexp-eval)
13244 (map-query-replace-regexp, replace-string, replace-regexp): Add
13245 optional last arguments START and END and pass them to
13246 perform-replace.
13247
13248 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
13249 form with additional arguments for perform-replace.
13250
13251 * progmodes/etags.el (tags-query-replace): Add parameters START
13252 and END. Construct a form with additional arguments for
13253 perform-replace.
13254
13255 * simple.el (shell-command): Set default directory for "*Shell
13256 Command Output" buffer.
13257
13258 * language/european.el (iso-latin-4): Fix typo.
13259
13260 * emacs-lisp/crm.el: New file.
13261
132622000-04-24 Dave Love <fx@gnu.org>
13263
13264 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
13265 (Custom-reset-saved, Custom-reset-standard)
13266 (custom-group-value-create, custom-group-set, custom-group-save)
13267 (custom-group-reset-current, custom-group-reset-saved)
13268 (custom-group-reset-standard): Use mapc.
13269 (custom-buffer-create-internal): Disable undo when creating items.
13270 Use mapc.
13271 (custom-face): Avoid redundant lambda.
13272
132732000-04-24 Gerd Moellmann <gerd@gnu.org>
13274
13275 * startup.el (auto-save-list-file-prefix): Set default to
13276 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
13277
132782000-04-24 Sam Steingold <sds@gnu.org>
13279
13280 * time-stamp.el (time-stamp-string-preprocess): Always convert
13281 `field-result' to a string.
13282
132832000-04-24 Gerd Moellmann <gerd@gnu.org>
13284
13285 * frame.el (scrolling): New group.
13286 (automatic-hscrolling): New user-option.
13287
13288 * startup.el (command-line-x-option-alist): Add `-lsp' and
13289 `--line-spacing'.
13290
132912000-04-19 Dave Love <fx@gnu.org>
13292
13293 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
13294 (cl-mapc): Rename from mapc. Fix the funcall.
13295
132962000-04-19 Gerd Moellmann <gerd@gnu.org>
13297
13298 * simple.el (clone-indirect-buffer-other-window): New command.
13299 (clone-indirect-buffer): Add optional arg NORECROD.
13300 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
13301
13302 * help.el (resize-temp-buffer-window): Use count-screen-lines.
13303
13304 * window.el (count-screen-lines): New function.
13305 (shrink-window-if-larger-than-buffer): Use count-screen-lines
13306 instead of window-buffer-height.
13307
13308 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
13309 non-existing variable comint-input-sentinel.
13310 (inferior-lisp-args-to-list): Removed.
13311 (inferior-lisp): Use split-string instead of
13312 inferior-lisp-args-to-list.
13313
13314 * hexl.el (hexl-insert-hex-string): New command.
13315
13316 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
13317 instead of concat.
13318
133192000-04-18 Gerd Moellmann <gerd@gnu.org>
13320
13321 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
13322 at the start of an existing but empty folder.
13323
133242000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13325
13326 * ps-mule.el: Customization fix, doc fix.
13327 (ps-multibyte-buffer): Customization fix.
13328
133292000-04-17 Richard M. Stallman <rms@gnu.org>
13330
13331 * subr.el (read-passwd): Use read-char-exclusive.
13332
133332000-04-17 Gerd Moellmann <gerd@gnu.org>
13334
13335 * textmodes/texinfo.el (texinfo-insert-@email)
13336 (texinfo-insert-@emph, texinfo-insert-@quotation)
13337 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
13338 (texinfo-mode-map): Add key bindings for them.
13339
13340 * files.el (basic-save-buffer-2): Use a template with `$'
13341 instead of `#' for VMS.
13342
13343 * simple.el (clone-indirect-buffer): New function.
13344
133452000-04-16 Stephen Eglen <stephen@gnu.org>
13346
13347 * iswitchb.el (iswitchb-case): New function. If the user input
13348 contains any upper-case characters, the search is made
13349 case-sensitive.
13350
133512000-04-17 Stefan Monnier <monnier@cs.yale.edu>
13352
13353 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
13354 comment-end.
13355 (texinfo-font-lock-syntactic-keywords): New var.
13356 (texinfo-font-lock-keywords): Remove comment regexp.
13357 (texinfo-insert-block): New function.
13358 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
13359 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
13360 and font-lock-defaults. Use regexp-opt for outline-regexp.
13361 (texinfo-environments): New var.
13362 (texinfo-environment-regexp): Use regexp-opt and
13363 texinfo-environments.
13364
13365 * textmodes/ispell.el (ispell-menu-map-needed): Check that
13366 ispell-process is bound since this might be eval'd before ispell
13367 is loaded.
13368 (ispell-message): Use a tiny bit less magic and a bit more hard
13369 data to figure out what kind of sc-cite-regexp to use.
13370
13371 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
13372
13373 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
13374 (insert-cyclic-diary-entry): Unquote the lambda.
13375
13376 * gud.el (gud-jdb-build-source-files-list): Fix typo.
13377
13378 * files.el (backup-enable-predicate): Unquote the lambda.
13379
13380 * cus-edit.el (custom-face, face): Unquote the lambda.
13381
133822000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13383
13384 * ps-print.el: Check for line-beginning-position definition.
13385
13386 * ps-print.el: Fix counting lines in a region.
13387 (ps-print-version): New version number (5.1.5).
13388 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
13389 (ps-printing-region): Fun code fix.
13390
133912000-04-15 Gerd Moellmann <gerd@gnu.org>
13392
13393 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
13394 to file-directory-p.
13395
133962000-04-14 Gerd Moellmann <gerd@gnu.org>
13397
13398 * gud.el (gud-jdb-build-source-files-list): Check that directory
13399 exists before calling directory-files.
13400
134012000-04-13 Dave Love <fx@gnu.org>
13402
13403 * emacs-lisp/trace.el: Change maintainer. Use new backquote
13404 syntax.
13405
13406 * emacs-lisp/cl-specs.el: Remove when, unless.
13407
13408 * emacs-lisp/cl-extra.el: Don't quote keywords.
13409 (cl-old-mapc): New variable.
13410 (mapc): Use it.
13411 (cl-map-intervals): Use with-current-buffer. Don't check for
13412 next-property-change.
13413 (cl-map-overlays): Use with-current-buffer.
13414 (cl-expt): Remove.
13415 (copy-tree, remprop): Define unconditionally.
13416
13417 * emacs-lisp/cl-compat.el (keywordp): Remove.
13418
13419 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
13420 to use keywordp.
13421 (edebug-spec): Enable keywordp.
13422
13423 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
13424 string-lessp.
13425
13426 * cus-start.el: Use keywordp.
13427
134282000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
13429
13430 * diary-lib.el (include-other-diary-files): Fix the fix of
13431 2000-02-18 by doing a save-excursion.
13432
134332000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13434
13435 * ps-print.el: Customization fix, doc fix.
13436 (ps-print-version): New version number (5.1.4).
13437 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
13438 (ps-print-preprint): Adjust code.
13439 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
13440 (ps-print-prologue-header, ps-print-control-characters)
13441 (ps-spool-config): Customization fix.
13442
134432000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
13444
13445 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
13446 converted to the new menu-item format, names silightly changed,
13447 help strings added.
13448
13449 Support for spelling without async subprocesses:
13450
13451 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
13452 (ispell-session-buffer): New variables.
13453 (ispell-start-process, ispell-process-status,
13454 ispell-accept-output, ispell-send-string): New functions, for
13455 Ispell invocation when async subprocesses aren't supported.
13456 (ispell-word, ispell-pdict-save, ispell-command-loop,
13457 ispell-process-line, ispell-buffer-local-parsing): Replace calls
13458 to process-send-string with calls to ispell-send-string, and
13459 accept-process-output with ispell-accept-output.
13460 (ispell-init-process): Call ispell-process-status instead of
13461 process-status with.
13462 (ispell-init-process): Call ispell-start-process. Call
13463 ispell-accept-output and ispell-send-string. Don't call
13464 process-kill-without-query and kill-process if they are unbound.
13465 (ispell-async-processp): New function.
13466
134672000-04-12 Dave Love <fx@gnu.org>
13468
13469 * info.el: Add debug-ignored-errors.
13470 (Info-mode-menu): Add some items.
13471 (Info-directory): Add autoload cookie.
13472
13473 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
13474 Modify `truncate-lines'. Make `describe-language-environment'
13475 always visible and add help. Modify `describe-key' help. Invoke
13476 Info-directory from `info'. New entry `emacs-manual'.
13477
134782000-04-10 Gerd Moellmann <gerd@gnu.org>
13479
13480 * progmodes/ebrowse.el (ebrowse-tree-mode): Use
13481 propertized-buffer-identification.
13482 (ebrowse-update-member-buffer-mode-line): Likewise.
13483 (ebrowse--mode-strings): Removed.
13484 (ebrowse--mode-line-props): Removed.
13485
13486 * files.el (auto-mode-alist): Add `EBROWSE'.
13487
13488 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
13489 space before testing for end of buffer.
13490 (ebrowse-load): Removed.
13491 (ebrowse-revert-tree-buffer-from-file): Rewritten.
13492 (ebrowse-create-tree-buffer): Rewritten.
13493 (ebrowse-tree-mode): Read tree from buffer.
13494
13495 * progmodes/ebrowse-ffh.el: Removed.
13496
134972000-04-10 Kenichi Handa <handa@etl.go.jp>
13498
13499 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
13500
135012000-04-10 Gerd Moellmann <gerd@gnu.org>
13502
13503 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
13504 at the wrong place.
13505
135062000-04-09 Dave Love <fx@gnu.org>
13507
13508 * files.el (backup-enable-predicate): Use
13509 temporary-file-directory, small-temporary-file-directory.
13510 (make-backup-file-name-function, backup-directory-alist): New
13511 variables.
13512 (make-backup-file-name-1): New function.
13513 (make-backup-file-name): Use it.
13514 (find-backup-file-name): Likewise. Use format for clarity, not
13515 concat.
13516 (file-newest-backup): Use make-backup-file-name.
13517
135182000-04-09 Gerd Moellmann <gerd@gnu.org>
13519
13520 * progmodes/ebrowse-ffh.el: New file.
13521
13522 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn): Moved
13523 to ebrowse-ffh.el.
13524 (ebrowse-load): Add autoload.
13525
13526 * finder.el (finder-commentary): Add autoload cookie.
13527
13528 * mail/rfc2368.el: Correct author's email address.
13529
13530 * progmodes/ebrowse.el: New file.
13531
13532 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
13533 item help string.
13534 (easy-menu-do-add-item): Ditto.
13535 (easy-menu-define): Extend doc string.
13536
13537 * jit-lock.el (with-buffer-unmodified): Use
13538 restore-buffer-modified-p.
13539 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
13540 (jit-lock-function, jit-lock-stealth-fontify): Don't use
13541 with-buffer-unmodified.
13542
135432000-04-08 Dave Love <fx@gnu.org>
13544
13545 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
13546 unless, when.
13547
135482000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
13549
13550 * viper-util.el (viper-put-on-search-overlay): New subroutine.
13551 (viper-flash-search-pattern): No operation when using Emacs
13552 doesn't support face.
13553 Use `viper-put-on-search-overlay'.
13554
135552000-04-04 Gerd Moellmann <gerd@gnu.org>
13556
13557 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
13558 like C-r.
13559
13560 * progmodes/make-mode.el: Some doc fixes.
13561 (makefile-mode-abbrev-table): New variable.
13562 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
13563 (makefile-font-lock-keywords): Fontify includes and conditionals.
13564 (toplevel): Require `dabbrev' and `add-log' when compiling.
13565
13566 * replace.el (perform-replace): Don't move forward one char
13567 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
13568 to do that because it leaves point 1 position after the last
13569 replacement, after everything has been replaced.
13570
13571 * jit-lock.el (with-buffer-unmodified): New macro.
13572 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
13573 modified state.
13574 (jit-lock-function-1): Extracted from jit-lock-function; not
13575 preserving buffer's modified state.
13576 (jit-lock-function, jit-lock-stealth-fontify): Call
13577 jit-lock-function-1.
13578
13579 * mail/rfc2368.el: Remove supernumerary copyright line.
13580
135812000-04-04 Milan Zamazal <pdm@freesoft.cz>
13582
13583 * glasses.el: Provide facilities for inserting space before left
13584 parentheses and uncapitalization of identifiers.
13585 (glasses-mode): Try to remove old overlays in all cases.
13586
135872000-04-03 Gerd Moellmann <gerd@gnu.org>
13588
13589 * progmodes/compile.el (compile-internal): Display the compilation
13590 buffer in a different frame, if it's already displayed there.
13591
13592 * mail/rfc2368.el: New file.
13593
13594 * simple.el (sendmail-user-agent-compose): Recognize a `body'
13595 header and insert its value as mail body.
13596
13597 * subr.el (member-ignore-case): New function.
13598
13599 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
13600 (dabbrev--find-expansion): Ignore buffers matching a regexp
13601 from dabbrev-ignored-regexps.
13602
13603 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
13604 to extensions handled by gzip.
13605
136062000-04-03 Richard M. Stallman <rms@gnu.org>
13607
13608 * files.el (insert-directory): List the total free space
13609 along with the used space.
13610
13611 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
13612 line is followed by one that matches CITATION-REGEXP, end the
13613 paragraph.
13614
136152000-04-03 Markus Rost <rost@delysid.gnu.org>
13616
13617 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
13618 (rmail-make-basic-summary-line): Use that option.
13619
136202000-04-03 Kenichi Handa <handa@etl.go.jp>
13621
13622 * international/mule-cmds.el (encoded-string-description):
13623 Rewritten. Try pretty description for ISO 2022 escape sequences
13624 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
13625 for hexadecimal format.
13626
136272000-04-01 Dave Love <fx@gnu.org>
13628
13629 * cpp.el: Change customization group to `c' from `C'.
13630
13631 * vcursor.el (vcursor-move): Use display-color-p.
13632
13633 * international/mule-util.el: Provide mule-utils.
13634 (string-to-sequence): Simplify and speed up.
13635
13636 * international/mule.el (make-coding-system): Purecopy doc-string.
13637
13638 * international/mule-cmds.el: Various menu changes.
13639 (describe-specified-language-support): Handle `Default'.
13640 (set-language-info): Purecopy `info'.
13641
136422000-03-31 Andrew Innes <andrewi@gnu.org>
13643
13644 * vc.el (vc-backend-diff): Return the correct status if we had to
13645 retry the rcsdiff command without the --brief option.
13646
136472000-03-31 Dave Love <fx@gnu.org>
13648
13649 * help.el (help-manyarg-func-alist): Correct several omissions.
13650
13651 * add-log.el: Don't require cl, fortran.
13652 (add-log-current-defun-function): Doc fix.
13653 (change-log-version-number-regexp-list): Remove SCCS part. Doc
13654 fix.
13655 (change-log-version-rcs): Function deleted.
13656 (change-log-version-number-search): Doc fix. Use
13657 vc-workfile-version. Avoid CL dolist.
13658 (add-change-log-entry): Just call add-log-current-defun to get
13659 defun. Simplify somewhat.
13660 (change-log-get-method-definition-1): Likewise.
13661 (add-log-current-defun): Return nil if calling
13662 add-log-current-defun-function does so. Move Fortran stuff to
13663 fortran.el. Return string without properties.
13664
13665 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
13666 and :alpha: char classes.
13667
13668 * mail/supercite.el: Defvar curline when compiling.
13669 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
13670 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
13671 rather than a-zA-Z0-9 to allow non-ASCII characters.
13672
136732000-03-31 Gerd Moellmann <gerd@gnu.org>
13674
13675 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
13676
13677 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13678 Re-enable new code.
13679
13680 * lpr.el (print-region-1): Use -d to specify printer name for
13681 systems `usg-unix-v*, `dgux', `hpux', `irix'.
13682
136832000-03-31 Dave Love <fx@gnu.org>
13684
13685 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Look
13686 for function definition in symbol's function value slot first
13687 instead of first consulting byte-compile-function-environment.
13688
136892000-03-31 Kenichi Handa <handa@etl.go.jp>
13690
13691 * language/european.el ("Polish"): New language environment.
13692 (setup-polish-environment): New function.
13693
136942000-03-30 Gerd Moellmann <gerd@gnu.org>
13695
13696 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
13697 Disable new code.
13698
13699 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
13700 trying to `load' the symbol of an autoload instead of the file
13701 recorded in the autoload. Fix error messages.
13702
137032000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13704
13705 * ps-print.el: PostScript programming fix for ghostview, doc fix.
13706 (ps-print-version): New version number (5.1.3).
13707 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
13708 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
13709 (ps-generate-postscript-with-faces): Code fix.
13710 (ps-color-values): XEmacs compatibility.
13711 (ps-print-background-image, ps-print-background-text, ps-printer-name)
13712 (ps-default-fg, ps-default-bg): Adjust customization.
13713 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
13714 (ps-color-scale): Renaming old ps-color-value fun.
13715 (ps-print-headers): Replace ps-print-header group to avoid conflict
13716 with ps-print-header variable.
13717 (ps-print-miscellany): New group.
13718 (ps-format-color, ps-rgb-color): New funs.
13719 (ps-default-foreground): New var.
13720 (ps-printer-name-option): New const.
13721
137222000-03-30 Peter Breton <pbreton@ne.mediaone.net>
13723
13724 * net/net-utils.el:
13725 (network-connection-host, network-connection-service): New variables
13726 (network-connection-mode): New mode, derived from comint-mode
13727 (network-connection-mode-setup): New function, saves host and
13728 service information in local variables.
13729
13730 * lisp/locate.el:
13731 (locate-word-at-point): Added this function
13732 (locate): Default to using locate-word-at-point as input
13733 Run dired-mode-hook
13734
137352000-03-29 Dave Love <fx@gnu.org>
13736
13737 * calendar/appt.el: Doc fixes.
13738 (appt-check): Convert min-to-app to a string before passing to
13739 appt-disp-window-function or concat.
13740 (appt-delete-window): Remove test for frame-root-window.
13741 (appt-select-lowest-window, appt-convert-time): Simplify.
13742
13743 * emacs-lisp/bytecomp.el: Doc fixes.
13744 (byte-compile-file-form-autoload): Update
13745 byte-compile-function-environment.
13746
137472000-03-29 Andreas Schwab <schwab@suse.de>
13748
13749 * emacs-lisp/autoload.el: Also print defsubst doc string
13750 specially.
13751
13752 * dired.el (dired-insert-directory): If dired-free-space-program
13753 failed just delete its output.
13754
137552000-03-29 Dave Love <fx@gnu.org>
13756
13757 * international/iso-cvt.el: Move provide to end. Doc fixes.
13758 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
13759 (iso-iso2sgml, iso-sgml2iso): New functions.
13760 (iso-cvt-define-menu): Fix some entries and use backquote for
13761 clarity.
13762
13763 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
13764
137652000-03-28 Gerd Moellmann <gerd@gnu.org>
13766
13767 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
13768 ISO-DATE. If non-nil, return date in ISO 8601 format.
13769
137702000-03-26 Stefan Monnier <monnier@cs.yale.edu>
13771
13772 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
13773 if it ever becomes used.
13774 (log-edit-mode-hook): Default to vc-log-mode-hook.
13775 (log-edit-mode): Fix the docstring.
13776
13777 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
13778 the code.
13779
137802000-03-26 Dave Love <fx@gnu.org>
13781
13782 * net/browse-url.el (browse-url): Re-fix case of
13783 browse-url-browser-function being an alist.
13784 (browse-url): Add :link to defgroup.
13785
13786 * files.el: Doc fixes.
13787 (file-truename): Include `[' in wildcard characters.
13788 (automount-dir-prefix): Customize.
13789 (find-file-wildcards): Add :version.
13790 (find-file-noselect): Simplify a mapcar call.
13791
13792 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
13793 compatible with inf-lisp version.
13794 (eval-defun-1): Fix custom-declare-variable case.
13795
137962000-03-25 Stefan Monnier <monnier@cs.yale.edu>
13797
13798 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
13799
138002000-03-24 Gerd Moellmann <gerd@gnu.org>
13801
13802 * Makefile (COMPILE_FIRST): New macro.
13803 (compile-files): Compile files from COMPILE_FIRST first.
13804
13805 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new
13806 code.
13807
13808 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
13809 matching open parenthesis in column 0 to defun-prompt-regexp
13810 only if open-paren-in-column-0-is-defun-start is set.
13811
13812 * sun-curs.el: Require CL at compile-time only.
13813
13814 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
13815 instead of copy-list which is a function from CL.
13816 (msb--choose-menu, msb--mode-menu-cond)
13817 (msb--create-buffer-menu-2): Use dolist instead of mapc.
13818 (msb--init-file-alist): Use mapcar instead of mapcan.
13819 (msb--aggregate-alist): Use mapcar instead of mapcan. Fix
13820 `(' in column 0 in doc string.
13821 (msb--add-separators): Use mapcar instead of mapcan.
13822
13823 * cus-dep.el: Require CL at compile-time only.
13824
138252000-03-24 Stefan Monnier <monnier@cs.yale.edu>
13826
13827 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
13828 (byte-compile-warnings): New warning `noruntime'.
13829 (byte-compile-constants, byte-compile-variables): Fix docstring.
13830 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
13831 execute `eval-whenc-compile's body.
13832 (byte-compile-unresolved-functions): Fix docstring.
13833 (byte-compile-eval): New function.
13834 (byte-compile-callargs-warn): Check if the function will be available
13835 at runtime (via property `byte-compile-noruntime').
13836 (byte-compile-print-syms): New function.
13837 (byte-compile-warn-about-unresolved-functions): Also warn about
13838 `noruntime' functions (and use `byte-compile-print-syms').
13839 (byte-compile-file): Capitalize the message.
13840
138412000-03-24 Gerd Moellmann <gerd@gnu.org>
13842
13843 * mail/rmail.el (rmail-confirm-expunge): New user-option.
13844 (rmail-expunge): Ask for confirmation depending on the setting
13845 of rmail-confirm-expunge.
13846
138472000-03-23 Gerd Moellmann <gerd@gnu.org>
13848
13849 * Makefile (bootstrap-clean): If $(emacs) exists, build
13850 loaddefs.el first. A loaddefs.el that's not up-to-date might
13851 cause a bootstrap failure because things don't autoload as
13852 expected.
13853
138542000-03-23 Dave Love <fx@gnu.org>
13855
13856 * net/browse-url.el: Restore previous use of
13857 browse-url-maybe-new-window.
13858
138592000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13860
13861 * ps-print.el: Skip banner page fix.
13862 (ps-print-version): New version number (5.1.2).
13863 (ps-begin-file, ps-end-file, ps-generate): Code fix.
13864
138652000-03-23 Dave Pearson <davep@davep.org>
13866
13867 * net/quickurl.el Changed the type of parameter passed to the
13868 function defined by `quickurl-format-function'. Before only the
13869 text of the URL was passed. Now the whole URL structure is passed
13870 and the function is responsible for extracting the parts it
13871 requires. Changed the default of `quickurl-format-function'
13872 accordingly.
13873 (quickurl-insert): Changed the `funcall' of
13874 `quickurl-format-function' to match the above change.
13875 (quickurl-list-insert): Changed the `url' case so that it makes
13876 use of `quickurl-format-function', previous to this the format was
13877 hard wired.
13878
138792000-03-22 Gerd Moellmann <gerd@gnu.org>
13880
13881 * startup.el: Change some spellings for the X Window System.
13882
138832000-03-22 Stefan Monnier <monnier@cs.yale.edu>
13884
13885 * progmodes/make-mode.el (makefile-warn-suspicious-lines): clean
13886 up the code and the regexp and make sure the cursor is temporarily
13887 moved to the suspicious line while querying the user.
13888
138892000-03-22 Jason Rumney <jasonr@gnu.org>
13890
13891 * w32-fns.el (w32-charset-info-alist): Initialize.
13892
138932000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13894
13895 * ps-print.el: N-up last page fix.
13896 (ps-print-version): New version number (5.1.1).
13897 (ps-end-file, ps-end-job, ps-generate): Code fix.
13898
138992000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13900
13901 * files.el (find-file-run-dired): Update docstring.
13902 (find-directory-functions): New hook.
13903 (find-file-noselect): Run find-directory-functions rather than
13904 calling dired directly.
13905
13906 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
13907
13908 * pcvs.el: Add a minimal leading commentary.
13909 (cvs-make-cvs-buffer): Change the header part by removing the startup
13910 message and adding a `Module' entry. Also replace the FOOTER and
13911 HEADER special fileinfos with the new support in ewoc for updating
13912 its own footer and header.
13913 (cvs-update-header): Update to use the header/footer of the ewoc.
13914 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
13915 (cvs-is-within-p): New function.
13916 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
13917 to only examine some subset of the buffers.
13918
13919 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
13920 `format' instead of our own ad-hoc functions.
13921 Remove HEADER and FOOTER cases, now handled in the EWOC.
13922 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
13923
13924 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
13925 output to avoid scaring the user.
13926 (cvs-parse-table): Catch message for non-up-to-date commits.
13927
13928 * pcvs-defs.el (cvs-startup-message): Remove.
13929 (cvs-global-menu): New autoloaded menu.
13930
13931 * pcvs-util.el (cvs-string-fill): Remove.
13932
13933 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
13934 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
13935 PP part of it and also make it work for footers and headers.
13936 (ewoc-create): Drop POS and BUFFER arguments.
13937 Use the DLL's dummy node to store the end-of-footer position.
13938 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
13939 (ewoc-refresh): Remove unused `header' variable.
13940 (ewoc-(get|set)-hf): New functions.
13941
13942 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
13943 log-view-*-(message|file) and use easy-mmode-define-navigation.
13944 (log-view-message-re): Match SCCS format as well.
13945 And match the revision line rather than the dashed separator line.
13946 (log-view-mode): Use the new define-derived-mode.
13947 (log-view-current-tag): Fill in with an actual implementation.
13948
13949 * cvs-status.el (cvs-status-(prev|next)): Rename from
13950 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
13951 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
13952 to let the output "breathe" a little more (more readable).
13953 (cvs-status-mode): Use the new define-derived-mode.
13954
13955 * smerge-mode.el (smerge-auto-leave): New function and variable.
13956 (smerge-basic-map): Rename from smerge-basic-keymap.
13957 Change the bindings for smerge-diff-*.
13958 (smerge-*-map): Use easy-mmode-defmap.
13959 (smerge-(next|prev)): Use easy-mmode-define-navigation.
13960 (smerge-keep-*): Use smerge-auto-leave.
13961
139622000-03-21 Jason Rumney <jasonr@gnu.org>
13963
13964 * cus-edit.el (custom-button-face): Use 3D look for w32.
13965 (custom-button-pressed-face): Likewise.
13966
139672000-03-21 Gerd Moellmann <gerd@gnu.org>
13968
13969 * progmodes/etags.el (tags-case-fold-search): New user-option.
13970 (tags-loop-eval): New function. Bind case-fold-search around eval
13971 depending on the value of tags-case-fold-search.
13972 (tags-loop-continue): Use tags-loop-eval.
13973 (find-tag-in-order): Bind case-fold-search depending on the value
13974 of tags-case-fold-search.
13975
139762000-03-21 Stefan Monnier <monnier@cs.yale.edu>
13977
13978 * diff-mode.el (diff-mode-*-map): use `easy-mmode-defmap'.
13979 (diff-end-of-hunk): Return the end position for use in
13980 `easy-mmode-define-navigation'.
13981 (diff-recenter): Remove.
13982 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
13983 of `easy-mmode-define-navigation'.
13984 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
13985 previous renaming) and fix to use new names.
13986 (diff-merge-strings): Use \n as separator: simpler, faster.
13987 (diff-mode): Use `define-derived-mode'.
13988
13989 * derived.el (define-derived-mode): Don't autoload anymore.
13990 Prefer the macro-only version provided by easy-mmode.el.
13991
13992 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
13993 `easy-mmode-define-derived-mode'.
13994 Use `combine-run-hooks'.
13995 (easy-mmode-define-navigation): New macro.
13996
13997 * subr.el (combine-run-hooks): New function.
13998
139992000-03-21 Kenichi HANDA <handa@etl.go.jp>
14000
14001 * term/x-win.el: Fontsets related initialization is simplified.
14002
14003 * international/mule-diag.el (describe-font): Don't refer to
14004 global-fontset-alist, instead call font-list.
14005 (describe-fontset, list-fontsets, mule-diag): Likewise.
14006 (print-fontset): Adjusted for the change of fontset
14007 implementation.
14008
14009 * international/fontset.el (x-charset-registries): Variable
14010 removed, instead the corresponding data is stored in the default
14011 fontset.
14012 (register-alternate-fontnames): Function removed.
14013 (resolved-ascii-font): Variable removed.
14014 (x-compose-font-name): Ignore the second argument REDOCE.
14015 (x-complement-fontset-spec): Complement only an ASCII font and
14016 element for those charsets than can use that ASCII font.
14017 (generate-fontset-menu): Don't refer to global-fontset-alist,
14018 instead call fontset-list.
14019 (uninstantiated-fontset-alist): Variable removed.
14020 (x-style-funcs-alist): Likewise.
14021 (fontset-default-styles): Likewise.
14022 (x-modify-font-name): Function removed.
14023 (create-fontset-from-fontset-spec): Ignore the argument
14024 STYLE-VARIANT.
14025 (create-fontset-from-ascii-font): Docsting adjusted for the above
14026 change.
14027 (instantiate-fontset, resolve-fontset-name): Functions removed.
14028 (fontset-list): Now implemented by C code.
14029
14030 * faces.el (read-face-font): Fix TABLE arg to completing-read.
14031 (describe-face): Include `font' attribute in the description.
14032
140332000-03-21 Kenichi Handa <handa@etl.go.jp>
14034
14035 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
14036
140372000-03-20 Gerd Moellmann <gerd@gnu.org>
14038
14039 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
14040 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
14041 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
14042
14043 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
14044 about behavior of set-buffer-modified-p wrt redisplay.
14045
140462000-03-19 Richard M. Stallman <rms@gnu.org>
14047
14048 * view.el (view-mode-disable): Kill local binding of view-read-only.
14049
140502000-03-18 Gerd Moellmann <gerd@gnu.org>
14051
14052 * font-lock.el (font-lock-apply-syntactic-highlight): if VALUE
14053 is a string, convert it to a syntax cell using string-to-syntax.
14054
14055 * simple.el (syntax-code-table, syntax-flag-table): New variables.
14056 (string-to-syntax): New function.
14057
14058 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
14059 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
14060 try to use passive ftp mode.
14061
140622000-03-17 Gerd Moellmann <gerd@gnu.org>
14063
14064 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
14065
14066 * simple.el (append-to-buffer): Update point of windows after
14067 insertion.
14068
14069 * abbrev.el (inverse-add-abbrev): Identify word by first moving
14070 forward then moving backward. Reindent.
14071
14072 * frame.el (other-frame): Call x-focus-frame only if
14073 focus-follows-mouse is off.
14074
140752000-03-17 Dave Love <fx@gnu.org>
14076
14077 * pcvs-util.el (cvs-strings->string): Rename
14078 replace-regexps-in-string.
14079
140802000-03-17 Stefan Monnier <monnier@cs.yale.edu>
14081
14082 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
14083 regexp for labels cannot span several lines.
14084
14085 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
14086 `(setq :<key> ':<key>)' to the macro expansion.
14087
140882000-03-16 Dave Love <fx@gnu.org>
14089
14090 * progmodes/f90.el (f90): Put custom group under `languages', not
14091 `fortran'.
14092 (f90-mode-hook): Customize.
14093 (f90-mode): Set add-log-current-defun-function.
14094 (f90-current-defun): New function.
14095
140962000-03-16 Gerd Moellmann <gerd@gnu.org>
14097
14098 * cus-edit.el (custom-variable-tag-face): Handle case that
14099 default face's height is not a number.
14100 (custom-face-tag-face, custom-group-tag-face-1)
14101 (custom-group-tag-face): Ditto.
14102 (custom-group-tag-face-1): Add :group.
14103
14104 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
14105
141062000-03-15 Gerd Moellmann <gerd@gnu.org>
14107
14108 * pcvs-defs.el (toplevel): Remove autoload cookie for form
14109 requiring easymenu.
14110
141112000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14112
14113 * ps-print.el: PostScript user-defined prologue, PostScript error
14114 handler, doc fix.
14115 (ps-print-version): New version number (5.1).
14116 (ps-user-defined-prologue, ps-error-handler-message)
14117 (ps-print-prologue-0, ps-error-handler-alist): New vars.
14118 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
14119 (ps-insert-string): New function.
14120
141212000-03-15 Kenichi Handa <handa@etl.go.jp>
14122
14123 * international/ccl.el (ccl-compile-expression): Don't generate
14124 invalid self-assignment code.
14125
141262000-03-14 Dave Love <fx@gnu.org>
14127
14128 * subr.el (replace-regexp-in-string): Renamed from
14129 replace-regexps-in-string. Doc fix.
14130
141312000-03-12 Dave Love <fx@gnu.org>
14132
14133 * cus-edit.el: Doc fixes.
14134 (customize-set-variable, customize-save-variable): Rename args for
14135 doc.
14136 (custom-variable-tag-face, custom-face-tag-face)
14137 (custom-group-tag-face-1, custom-group-tag-face): Modify from
14138 style which user identify as hyperlink.
14139 (hook): Don't add undefined functions to the hook.
14140 (debug-ignored-errors): Transfer message from bindings.el.
14141
141422000-03-12 Gerd Moellmann <gerd@gnu.org>
14143
14144 * recentf.el (recentf-keep-non-readable-files-p): Remove
14145 double/nested definition.
14146
141472000-03-12 Dave Love <fx@gnu.org>
14148
14149 * facemenu.el (facemenu-get-face): Use display-color-p.
14150 * enriched.el (enriched-decode-foreground): Likewise.
14151 (enriched-decode-background): Likewise.
14152 * isearch.el (isearch-highlight): Likewise.
14153 * info-look.el (info-lookup): Likewise.
14154 * simple.el (completion-setup-function): Likewise.
14155
14156 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
14157 :options.
14158
14159 * bindings.el (mode-line-format): Fix line-number and
14160 column-number items. Add help-echo for the background.
14161 (mode-line-mule-info): Modify help-echo.
14162
14163 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
14164
14165 * files.el (load-file): Allow completion to .elc.
14166
14167 * man.el: Doc fixes.
14168 (Man-init-defvars): Use display-color-p to set fontification.
14169
14170 * play/hanoi.el (hanoi-internal): Don't use oddp.
14171
141722000-03-12 Gerd Moellmann <gerd@gnu.org>
14173
14174 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
14175
14176 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
14177
141782000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
14179
14180 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
14181 Fix comment.
14182
141832000-03-10 Stefan Monnier <monnier@cs.yale.edu>
14184
14185 * font-lock.el (font-lock-keywords): Fix the doc now that
14186 regexp-opt-depth is unnecessary.
14187 (save-buffer-state): Set an edebug spec.
14188 (font-lock-fontify-anchored-keywords): Properly handle the case when
14189 the matcher goes past the limit.
14190
14191 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
14192 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
14193
14194 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
14195 dll.el and cookie.el (from Elib) with heavy renaming and other
14196 massaging.
14197
14198 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
14199 Autoload the functions used.
14200 (easy-mmode-define-syntax): Fix CL typo.
14201 (easy-mmode-define-derived-mode): Improve the docstring generation.
14202
142032000-03-10 Gerd Moellmann <gerd@gnu.org>
14204
14205 * textmodes/texinfo.el (texinfo-version): Variable and function
14206 removed.
14207
142082000-03-09 Stefan Monnier <monnier@cs.yale.edu>
14209
14210 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
14211 allow more flexibility.
14212 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New
14213 fns.
14214 (easy-mmode-defmap, easy-mmode-defsyntax)
14215 (easy-mmode-define-derived-mode): New macros.
14216
142172000-03-09 Didier Verna <didier@xemacs.org>
14218
14219 * rect.el (replace-rectangle): New function.
14220
142212000-03-09 Dave Love <fx@gnu.org>
14222
14223 * progmodes/fortran.el (fortran-comment-line-start): Define as
14224 "C".
14225 (fortran-comment-line-start-skip): Don't match cpp stuff.
14226 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
14227 (fortran-mode-map): Remove over-eager custom-menu-create for now.
14228 (fortran-mode): Don't set fortran-comment-line-start-skip,
14229 fortran-comment-line-start here. Set comment-start,
14230 add-log-current-defun.
14231 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
14232 (fortran-current-defun): New function.
14233
142342000-03-09 Gerd Moellmann <gerd@gnu.org>
14235
14236 * emacs-lisp/re-builder.el: New file.
14237
14238 * mouse.el (mouse-drag-region): Don't run up-event handler
14239 if hscroll has changed.
14240
14241 * octave-mod.el (octave-font-lock-keywords): To font-lock the
14242 builtin operators, use `font-lock-builtin-face' for Emacs and
14243 `font-lock-preprocessor-face' otherwise.
14244
14245 * font-lock.el (lisp-font-lock-keywords-1): Highlight
14246 `(defun (setf foo)' differently.
14247
142482000-03-08 Stefan Monnier <monnier@cs.yale.edu>
14249
14250 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
14251 (regexp-opt): Update comment and adapt the code the new meaning of
14252 the `paren' argument of regex-opt-group for shy-groups.
14253 (regexp-opt-depth): Handle shy groups as well as backslashed
14254 backslashes.
14255 (regexp-opt-group): Turn the leading comment into a docstring.
14256 Allow `paren' to be a string (the string to use to open a group).
14257 Remove open-presuf and close-presuf. Instead of checking for `all
14258 one-char' and then later on check for `several one-char', handle
14259 both cases close together. Also apply a more generic algorithm
14260 for suffixes (the mirror image of the algorithm used for
14261 prefixes). Use shy-groups. Use nreverse rather than reverse.
14262 (regexp-opt-try-suffix): Removed.
14263
14264 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
14265 from comint-mode-map, so we can just inherit from it. Also, move
14266 the initialization into the `defvar' since there's no docstring
14267 anyway and it's fairly short.
14268 (inferior-scheme-mode): Define it as derived-mode: the code is
14269 shorter and this way we inherit from comint-mode-map rather than
14270 copying it.
14271
14272 * subr.el (replace-regexps-in-string): Properly handle the case
14273 where we match an empty string.
14274
14275 * comint.el (comint-exec-1): Add the current-dir to the exec-path
14276 when the command has a directory component (such as "./testml").
14277 Also fix a typo in the comment.
14278
142792000-03-08 Gerd Moellmann <gerd@gnu.org>
14280
14281 * Makefile (compile-files): Compile files one by one because
14282 that's the only way to ensure a clean compilation environment for
14283 each individual file.
14284
14285 * frame.el (other-frame): Call x-focus-frame.
14286
142872000-03-07 Dave Love <fx@gnu.org>
14288
14289 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
14290 :require to defcustom.
14291
14292 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads
14293 lists.
14294
14295 * files.el (auto-mode-alist): Add configure.in.
14296
14297 * progmodes/autoconf.el: New file.
14298
142992000-03-07 Gerd Moellmann <gerd@gnu.org>
14300
14301 * mail/mh-e.el: Change maintainer to `none'.
14302
14303 * recentf.el (recentf-keep-non-readable-files-p): Quote args
14304 to remove-hook and add-hook.
14305
143062000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
14307
14308 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
14309 it as the default.
14310 (mail-send): Test mail-send-nonascii also for the new `mime' value.
14311 (sendmail-send-it): Conditionally add MIME headers specifying the
14312 used character set.
14313
143142000-03-07 Dave Love <fx@gnu.org>
14315
14316 * winner.el: Fix keywords, autoload cookies. Split
14317 eval-when-compile form to avoid compilation failure.
14318
143192000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
14320
14321 * international/mule.el: Modify comment about coding system
14322 property `coding-category'.
14323 (make-coding-system): New argument EOL-TYPE. Pay attention to
14324 coding-category property of PROPERTIES.
14325
14326 * international/mule-conf.el (coding-category-utf-8,
14327 coding-category-utf-16-be, coding-category-utf-16-le): New coding
14328 categories. Include them in the argument for set-coding-priority.
14329
14330 * international/mule-cmds.el (reset-language-environment): Include
14331 coding-category-utf-8, coding-category-utf-16-be, and
14332 coding-category-utf-16-le in the argument for set-coding-priority.
14333 (reset-language-environment): Initialize coding-category-utf-8,
14334 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
14335
143362000-03-06 Karl Fogel <kfogel@red-bean.com>
14337
14338 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
14339 code abstracted out of `bookmark-jump-noselect'. Now tries info
14340 extensions as well as compression extensions.
14341 (bookmark-jump-noselect): Use above new func.
14342
143432000-03-03 Gerd Moellmann <gerd@gnu.org>
14344
14345 * strokes.el: Change maintainer's mail address.
14346
143472000-03-03 Kenichi Handa <handa@etl.go.jp>
14348
14349 * international/mule-diag.el (list-character-sets): Make help-echo
14350 string by substitute-command-keys.
14351 (list-character-sets): Likewise.
14352 (sort-listed-character-sets): Call help-setup-xref.
14353
143542000-03-02 Gerd Moellmann <gerd@gnu.org>
14355
14356 * time.el (display-time-mail-file): Add `none' to the list of
14357 choices.
14358
143592000-03-01 Dave Love <fx@gnu.org>
14360
14361 * help.el (help-xref-go-back): Don't try to set position.
14362
14363 * international/mule-diag.el (list-character-sets): Call
14364 help-setup-xref. Add help-echo to xrefs.
14365 (list-character-sets-1): Add help-echo to xrefs.
14366
143672000-03-02 Gerd Moellmann <gerd@gnu.org>
14368
14369 * frame.el (blink-cursor-mode): Switch cursor on when turning
14370 the mode off.
14371
14372 * add-log.el (add-log-current-defun): Add support for
14373 Autoconf mode.
14374
14375 * mail/rmail.el (rmail-quit-hook): New variable.
14376
143772000-03-01 Dave Love <fx@gnu.org>
14378
14379 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
14380
14381 * help.el (help-xref-button): Add help-echo arg.
14382 (describe-function-1, describe-variable, help-make-xrefs): Use it.
14383
14384 * faces.el (list-faces-display): Supply help-echo with
14385 help-make-xrefs.
14386
14387 * facemenu.el (list-text-properties-at): Set help-xref-stack to
14388 nil.
14389
143902000-03-01 Gerd Moellmann <gerd@gnu.org>
14391
14392 * image.el (defimage): Look for image files in load-path.
14393
14394 * frame.el (busy-cursor-delay-seconds): Change type to
14395 `number'.
14396
143972000-03-01 David Ponce <david.ponce@wanadoo.fr>
14398
14399 * recentf.el (recentf): Added version tag to the defgroup of
14400 recentf.
14401
144022000-03-01 David Ponce <david.ponce@wanadoo.fr>
14403
14404 * recentf.el (recentf-cleanup): Changed to remove excluded file
14405 too.
14406 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
14407 action to select/unselect a file.
14408 (recentf-edit-list): Code cleanup and improvement.
14409 (recentf-open-more-files-action): `recentf-open-more-files' button
14410 widget action to open a file.
14411 (recentf-open-more-files): No more use standard completion but
14412 widgets.
14413 (recentf-more-collection): Deleted.
14414 (recentf-more-history): Deleted.
14415 (recentf-setup-more-completion): Deleted.
14416
144172000-03-01 David Ponce <david.ponce@wanadoo.fr>
14418
14419 * recentf.el (recentf-mode): No more needs that Emacs is running
14420 under a window-system.
14421
144221999-03-01 David Ponce <david.ponce@wanadoo.fr>
14423
14424 * recentf.el (recentf-edit-list): New command to edit the recent
14425 list which allow the user to remove files.
14426 (recentf-edit-selected-items): New global variable, used by
14427 `recentf-edit-list' to hold the list of files to be removed from
14428 the recent list.
14429 (recentf-make-menu-items): Updated to display a "Edit list..."
14430 menu item. Minor code cleanup.
14431
144321999-03-01 David Ponce <david.ponce@wanadoo.fr>
14433
14434 * recentf.el (recentf-open-more-files): New command to open files
14435 that are not displayed in the menu.
14436 (recentf-more-collection): New global variable holding the set of
14437 permissible completions used by `recentf-open-more-files'.
14438 (recentf-more-history): New global variable holding the history list
14439 used by `recentf-open-more-files' completion.
14440 (recentf-setup-more-completion): New function to setup completion for
14441 `recentf-open-more-files'.
14442 (recentf-make-menu-items): Updated to display a "More..." menu item.
14443
144441999-03-01 David Ponce <david.ponce@wanadoo.fr>
14445
14446 * recentf.el (recentf-menu-action): Doc fixed.
14447
144481999-03-01 David Ponce <david.ponce@wanadoo.fr>
14449
14450 * recentf.el (recentf-menu-filter): Doc updated.
14451 (recentf-update-menu-hook): Allow menu filters to force menu update.
14452 (recentf-make-menu-items): New menu filter handling.
14453 (recentf-make-menu-item): New helper function.
14454 (recentf-menu-elements): New menu handling function.
14455 (recentf-sort-ascending): Updated to new menu filter handling.
14456 (recentf-sort-descending): Updated to new menu filter handling.
14457 (recentf-sort-basenames-ascending): New menu filter function.
14458 (recentf-sort-basenames-descending): New menu filter function.
14459 (recentf-show-basenames): New menu filter function.
14460 (recentf-show-basenames-ascending): New menu filter function.
14461 (recentf-show-basenames-descending): New menu filter function.
14462
144632000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14464
14465 * diary-lib.el (list-diary-entries): Don't try to go forward at
14466 the end of the buffer.
14467
144682000-02-29 Kenichi Handa <handa@etl.go.jp>
14469
14470 * international/mule-diag.el (list-character-sets): Completely
14471 rewritten.
14472 (sort-listed-character-sets): New function.
14473 (list-character-sets-1): Completely rewritten.
14474 (list-character-sets-2): New function.
14475 (non-iso-charset-alist): New variable.
14476 (decode-codepage-char): New function.
14477 (charset-history): New variable.
14478 (read-charset) (list-block-of-chars)
14479 (list-iso-charset-chars)
14480 (list-non-iso-charset-chars)
14481 (list-charset-chars): New functions.
14482 (mule-diag): Call list-character-sets-2, not
14483 list-character-sets-2.
14484 (dump-charsets): Likewise.
14485
144862000-02-29 Gerd Moellmann <gerd@gnu.org>
14487
14488 * dired-x.el (dired-filename-at-point): Add `@' to valid
14489 file name characters.
14490 (dired-filename-at-point): Handle ange-ftp file names.
14491
14492 * frame.el (frame-notice-user-settings): Use assq-delete-all
14493 instead of assoc-delete-all.
14494 (frame-notice-user-settings): Ditto.
14495
14496 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
14497 Don't copy alist.
14498
144992000-02-28 Eli Barzilay <eli@cs.cornell.edu>
14500
14501 * calculator.el (calculator-use-menu): New option.
14502 (calculator-initial-bindings): Changed some bindings to work as
14503 macros.
14504 (calculator-forced-input): Removed.
14505 (calculator-restart-other-mode): New variable.
14506 (calculator-mode-map): Set up menu.
14507
145082000-02-28 Jari Aalto <jari.aalto@poboxes.com>
14509
14510 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc
14511 tags.
14512
145132000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
14514
14515 * viper-cmd.el (viper-envelop-ESC-key): added the option to
14516 translate all ESC key sequences.
14517 (viper-goto-mark-subr): restore markers for files for which
14518 they were saved.
14519 * viper-init.el (viper-translate-all-ESC-keysequences): new variable.
14520 * viper-util.el (viper-set-replace-overlay-glyphs,
14521 viper-set-replace-overlay): always check if the replacement
14522 overlay is live.
14523 * viper.el (viper-vi-state-mode-list): added major modes.
14524 * ediff-wind.el: minor comment changes.
14525 * ediff.el: copyright notice date fix.
14526
145272000-02-27 Jason Rumney <jasonr@gnu.org>
14528
14529 * faces.el (face-font-family-alternatives): Add arial to helv.
14530 (mode-line, header-line, tool-bar): Same default as x for w32.
14531 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
14532 face-font-family-alternatives from working.
14533 * term/w32-win.el (mouse-set-font): Do not build fontset from
14534 chosen font.
14535
145362000-02-25 Sam Steingold <sds@goems.com>
14537
14538 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
14539 properly.
14540
145412000-02-25 Richard M. Stallman <rms@gnu.org>
14542
14543 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
14544
145452000-02-25 Gerd Moellmann <gerd@gnu.org>
14546
14547 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer
14548 writable.
14549
14550 * frame.el (busy-cursor-delay-seconds): New option.
14551
145522000-02-24 Gerd Moellmann <gerd@gnu.org>
14553
14554 * frame.el (show-cursor-in-non-selected-windows): New option.
14555
145562000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
14557
14558 * diary-lib.el (include-other-diary-files): Undo the selective
14559 display in any included file and don't kill it.
14560
145612000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
14562
14563 * dired.el (dired-mode-map): Don't remove "Edit" from the menu
14564 bar. Menu items converted to (menu-item format, help strings
14565 added.
14566 [downcase, upcase]: Don't enable on MS-DOS.
14567 [symlink, symlinks]: Don't show if make-symbolic-link is not
14568 bound.
14569 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
14570
145712000-02-23 Dave Love <fx@gnu.org>
14572
14573 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
14574 (backward-kill-word): Revert addition of * to interactive spec --
14575 it's a feature.
14576
14577 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
14578 (backward-kill-sentence, kill-sentence): Likewise.
14579
14580 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
14581 scratch buffer name.
14582 (gud-format-command): Use int-to-string in ?l case. Simplify
14583 slightly.
14584
14585 * term/w32-win.el (internal-face-interactive): Update prompt for
14586 new read-face-name.
14587
14588 * mail/footnote.el (footnote): Add :version to defgroup.
14589 (footnote-section-tag-regexp): Customize.
14590 (footnote-start-tag, footnote-end-tag): New option.
14591 (footnote-latin-regexp): New variable.
14592 (Footnote-latin): New function.
14593 (footnote-style-alist): Add element for latin style.
14594 (footnote-style): Moved.
14595 (Footnote-goto-footnote): Use eq to test arg.
14596
14597 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
14598
14599 * emacs-lisp/byte-opt.el: Change old backquote syntax.
14600 (byte-compile-trueconstp): Include keywords.
14601 (byte-optimize-quote, byte-optimize-lapcode): Use
14602 byte-compile-const-symbol-p.
14603 (byte-optimize-char-before): New optimization.
14604
14605 * emacs-lisp/bytecomp.el: Change old backquote syntax.
14606 (byte-compile-const-symbol-p): New function.
14607 (byte-compile-constp, byte-compile-out-toplevel)
14608 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
14609 Use it.
14610
14611 * subr.el (define-key-after): Default AFTER to t. Doc fix.
14612
146132000-02-23 Kenichi Handa <handa@etl.go.jp>
14614
14615 * international/encoded-kb.el: Be sure to update minor-mode-alist
14616 and minor-mode-map-alist.
14617 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
14618 codes SS2 and SS3 correctly.
14619 (encoded-kbd-self-insert-ccl): New function.
14620 (encoded-kbd-setup-keymap): New function.
14621 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
14622 by calling encoded-kbd-setup-keymap.
14623
14624 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte
14625 characters.
14626 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t
14627 locally.
14628
146292000-02-22 Dave Love <fx@gnu.org>
14630
14631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
14632 (lisp-mode-map, lisp-interaction-mode-map): Define all inside
14633 defvar.
14634 (lisp-mode-syntax-table): Set up for #|...|# comments.
14635 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
14636 classes. Match `defface'.
14637 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
14638 (eval-defun-1): Fix for defcustom.
14639 (lisp-indent-region): Doc fix.
14640
14641 * subr.el (when, unless, split-string): Doc fix.
14642 (read-passwd): Move call of clear-this-command-keys to the right
14643 place.
14644 (replace-regexps-in-string): New function.
14645
146462000-02-22 Gerd Moellmann <gerd@gnu.org>
14647
14648 * help.el (describe-variable): Set syntax table to
14649 emacs-lisp-mode-syntax-table when moving forward over the
14650 symbol's name.
14651
146522000-02-22 Dave Love <fx@gnu.org>
14653
14654 * xt-mouse.el: Doc fixes.
14655 (xterm-mouse-position-function): New function, replacing advice of
14656 mouse-position.
14657 (xterm-mouse-mode): Use it. Don't turn on under a window system.
14658
14659 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
14660
146612000-02-21 Gerd Moellmann <gerd@gnu.org>
14662
14663 * format.el (format-annotate-single-property-change): Handle
14664 properties.with dotted-list values.
14665 (format-proper-list-p): New function.
14666
14667 * enriched.el (enriched-face-ans): Handle '(foreground-color
14668 . COLOR) and (background-color . COLOR).
14669
146702000-02-20 Dave Love <fx@gnu.org>
14671
14672 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
14673 and assignments to it.
14674 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
14675 current local map.
14676 (make-flyspell-overlay): Use it.
14677 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
14678
14679 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
14680 (lm-get-header-re): Defun, not defsubst.
14681 (lm-get-package-name): Defun, not defsubst. Simplify.
14682 (lm-version): Doc fix. Simplify.
14683 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
14684 (lm-crack-address, lm-last-modified-date, lm-commentary)
14685 (lm-verify, lm-synopsis): Simplify.
14686 (lm-report-bug): Require emacsbug. Use compose-mail.
14687
146882000-02-20 Gerd Moellmann <gerd@gnu.org>
14689
14690 * dired.el (dired-mode): Call propertized-buffer-identification
14691 to set mode-line-buffer-identification to something having
14692 the right text properties.
14693
14694 * bindings.el (propertized-buffer-identification): New function.
14695
146962000-02-20 Dave Love <fx@gnu.org>
14697
14698 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
14699 check for t-mouse too.
14700
14701 * cus-start.el: Make echo-keystrokes `number'.
14702
147032000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
14704
14705 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
14706 Don't call ring-empty-p unless tags-location-ring is bound.
14707 From Noah Friedman <friedman@splode.com>.
14708
147092000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
14710
14711 * progmodes/hideshow.el (hs-flag-region): No longer use
14712 `intangible' overlay property.
14713
14714 (hs-toggle-hiding): New command.
14715 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
14716
14717 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
14718 Fix omission bug: Run `hs-minor-mode-hook' for both activation
14719 and deactivation.
14720
147212000-02-18 Gerd Moellmann <gerd@gnu.org>
14722
14723 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
14724
147252000-02-17 Gerd Moellmann <gerd@gnu.org>
14726
14727 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
14728
14729 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
14730 of `*' to handle `(* ... *)' comments.
14731
147322000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
14733
14734 * faces.el (list-faces-display): Use display-mouse-p instead of
14735 window-system.
14736
14737 * menu-bar.el (global-map): Menu-bar items converted to the new
14738 format (menu-item..., rearranged for better CUA compliance, and
14739 their names changed for better clarity. Help strings added.
14740
14741 * international/mule-cmds.el (mule-menu-keymap)
14742 (describe-language-environment-map, set-coding-system-map)
14743 (setup-language-environment-map): Convert to new (menu-item...
14744 form, add help strings. Change names of menu items for better
14745 clarity. "Mule" menu-bar item removed (it's now in the "Options"
14746 submenu).
14747
147482000-02-17 Gerd Moellmann <gerd@gnu.org>
14749
14750 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
14751 within the code.
14752
147532000-02-16 Dave Love <fx@gnu.org>
14754
14755 * faces.el: Don't require custom. Add more specific :groups to
14756 various deffaces.
14757 (set-face-attribute): Purecopy args.
14758 (read-face-name): Default to name at point and use it in prompt.
14759 Remove colon from arg in all callers.
14760 (list-faces-display): Hyperlink to face descriptions and customize
14761 buffers.
14762
147632000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
14764
14765 * wid-edit.el (widget-match-inline): An atom never matches a
14766 list.
14767
147682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14769
14770 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14771 at ':' characters by call to split-string.
14772
147732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14774
14775 * textmodes/bibtex.el: Added RCS version identification.
14776
147772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14778
14779 * textmodes/bibtex.el: Some temporary comments removed.
14780 (bibtex-field-name, bibtex-entry-type): Made the relationship
14781 explicit.
14782 (bibtex-field-const): Allow capital letters.
14783 (bibtex-start-of-string): Deleted because unused.
14784
14785 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14786 use the term 'reference' to describe a bibtex entry as a whole.
14787 Further, reference keys are no longer called 'labels'.
14788 (bibtex-keys): Renamed to bibtex-reference-keys.
14789 (bibtex-reformat-previous-labels): Renamed to
14790 bibtex-reformat-previous-reference-keys.
14791 (bibtex-reference-type): Renamed to bibtex-entry-type.
14792 (bibtex-reference-head): Renamed to bibtex-entry-head.
14793 (bibtex-reference-maybe-empty-head): Renamed to
14794 bibtex-entry-maybe-empty-head.
14795 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14796 (bibtex-search-reference): Renamed to bibtex-search-entry.
14797 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14798 bibtex-enclosing-entry-maybe-empty-head.
14799 (bibtex-entry-field-alist, bibtex-entry-head,
14800 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14801 bibtex-map-entries, bibtex-search-entry,
14802 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14803 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14804 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14805 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14806 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14807 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14808 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14809
148102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14811
14812 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14813 comment.
14814 (bibtex-format-field-delimiters): New function, functionality
14815 extracted from bibtex-format-entry.
14816 (bibtex-autokey-get-yearfield-digits): New function, functionality
14817 extracted from bibtex-autokey-get-yearfield.
14818
14819 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14820 entries in order to avoid stack overflow in the regexp matcher if
14821 field contents become large.
14822 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14823 bibtex-field-string-part-not-braced,
14824 bibtex-field-string-part-no-inner-braces,
14825 bibtex-field-string-part-1-inner-brace,
14826 bibtex-field-string-part-2-inner-braces,
14827 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14828 bibtex-field-string-quoted, bibtex-field-string,
14829 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14830 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14831 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14832 as parsing is now performed by the following functions.
14833 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14834 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14835 bibtex-parse-field-string, bibtex-search-forward-field-string,
14836 bibtex-parse-association, bibtex-field-name-for-parsing,
14837 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14838 bibtex-search-forward-field, bibtex-search-backward-field,
14839 bibtex-start-of-field, bibtex-end-of-field,
14840 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14841 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14842 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14843 bibtex-parse-string, bibtex-search-forward-string,
14844 bibtex-search-backward-string, bibtex-start-of-string,
14845 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14846 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14847 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14848 entries. Instead of reporting the results of the parsing by
14849 match-beginning or match-end, these functions return data structures
14850 that hold the corresponding positions.
14851 (bibtex-enclosing-field): Changed to also report field boundaries by
14852 return values rather than by match-beginning or match-end. The
14853 following functions have been adapted to use the new parsing
14854 functions.
14855 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14856 bibtex-enclosing-field, bibtex-format-entry,
14857 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14858 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14859 bibtex-print-help-message, bibtex-end-of-entry,
14860 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14861 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14862 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14863 method for parsing.
14864 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14865 bibtex-map-entries, bibtex-flash-head,
14866 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14867 bibtex-autokey-change, bibtex-autokey-get-namefield,
14868 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
14869 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14870 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
14871 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14872 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
14873 order to make the new binding of case-fold-search immediately
14874 visible.
14875
148762000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14877
14878 * textmodes/bibtex.el: Copyright notice is up to date.
14879 Added constant 'bibtex-maintainer-salutation.
14880
14881 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
14882 than make-temp-name, use match-string-no-properties and eliminate
14883 a quadratic behavior when building bibtex-strings.
14884
14885 * bibtex.el (bibtex-reference-key): Accept string entries whose
14886 reference key contains upper case letters.
14887
148882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14889
14890 * bibtex.el (bibtex-reference-head): Allow entries to start with
14891 a new line.
14892
148932000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14894
14895 * bibtex.el: Hiding of entry bodies is not longer provided by
14896 bibtex.el directly. Instead the hideshow package can be used.
14897 Added a special bibtex entry to hs-special-modes-alist.
14898 (bibtex-hs-forward-sexp): Added for hideshow.el.
14899
149002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14901
14902 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
14903 at ':' characters by call to split-string.
14904
149052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14906
14907 * textmodes/bibtex.el: Added RCS version identification.
14908
149092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14910
14911 * textmodes/bibtex.el: Some temporary comments removed.
14912 (bibtex-field-name, bibtex-entry-type): Made the relationship
14913 explicit.
14914 (bibtex-field-const): Allow capital letters.
14915 (bibtex-start-of-string): Deleted because unused.
14916
14917 * textmodes/bibtex.el: Unified some nomenclature. We no longer
14918 use the term 'reference' to describe a bibtex entry as a whole.
14919 Further, reference keys are no longer called 'labels'.
14920 (bibtex-keys): Renamed to bibtex-reference-keys.
14921 (bibtex-reformat-previous-labels): Renamed to
14922 bibtex-reformat-previous-reference-keys.
14923 (bibtex-reference-type): Renamed to bibtex-entry-type.
14924 (bibtex-reference-head): Renamed to bibtex-entry-head.
14925 (bibtex-reference-maybe-empty-head): Renamed to
14926 bibtex-entry-maybe-empty-head.
14927 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
14928 (bibtex-search-reference): Renamed to bibtex-search-entry.
14929 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
14930 bibtex-enclosing-entry-maybe-empty-head.
14931 (bibtex-entry-field-alist, bibtex-entry-head,
14932 bibtex-font-lock-keywords, bibtex-skip-to-valid-entry,
14933 bibtex-map-entries, bibtex-search-entry,
14934 bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry,
14935 bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode,
14936 bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message,
14937 bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer,
14938 bibtex-find-entry-location, bibtex-validate, bibtex-find-text,
14939 bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat,
14940 bibtex-complete-key, bibtex-String) : Use the new nomenclature.
14941
149422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
14943
14944 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
14945 comment.
14946 (bibtex-format-field-delimiters): New function, functionality
14947 extracted from bibtex-format-entry.
14948 (bibtex-autokey-get-yearfield-digits): New function, functionality
14949 extracted from bibtex-autokey-get-yearfield.
14950
14951 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
14952 entries in order to avoid stack overflow in the regexp matcher if
14953 field contents become large.
14954 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield,
14955 bibtex-field-string-part-not-braced,
14956 bibtex-field-string-part-no-inner-braces,
14957 bibtex-field-string-part-1-inner-brace,
14958 bibtex-field-string-part-2-inner-braces,
14959 bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced,
14960 bibtex-field-string-quoted, bibtex-field-string,
14961 bibtex-field-string-or-const, bibtex-field-text, bibtex-field,
14962 bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix,
14963 bibtex-string, bibtex-key-in-string, bibtex-text-in-string): Deleted
14964 as parsing is now performed by the following functions.
14965 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced,
14966 bibtex-parse-quoted-string, bibtex-parse-field-string-quoted,
14967 bibtex-parse-field-string, bibtex-search-forward-field-string,
14968 bibtex-parse-association, bibtex-field-name-for-parsing,
14969 bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field,
14970 bibtex-search-forward-field, bibtex-search-backward-field,
14971 bibtex-start-of-field, bibtex-end-of-field,
14972 bibtex-start-of-name-in-field, bibtex-end-of-name-in-field,
14973 bibtex-start-of-text-in-field, bibtex-end-of-text-in-field,
14974 bibtex-parse-string-prefix, bibtex-parse-string-postfix,
14975 bibtex-parse-string, bibtex-search-forward-string,
14976 bibtex-search-backward-string, bibtex-start-of-string,
14977 bibtex-end-of-string, bibtex-start-of-reference-key-in-string,
14978 bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string,
14979 bibtex-end-of-text-in-string): New functions for the parsing of bibtex
14980 entries. Instead of reporting the results of the parsing by
14981 match-beginning or match-end, these functions return data structures
14982 that hold the corresponding positions.
14983 (bibtex-enclosing-field): Changed to also report field boundaries by
14984 return values rather than by match-beginning or match-end. The
14985 following functions have been adapted to use the new parsing
14986 functions.
14987 (bibtex-skip-to-valid-entry, bibtex-search-reference,
14988 bibtex-enclosing-field, bibtex-format-entry,
14989 bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring,
14990 bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode,
14991 bibtex-print-help-message, bibtex-end-of-entry,
14992 bibtex-ispell-abstract, bibtex-validate, bibtex-next-field,
14993 bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
14994 bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry): Use the new
14995 method for parsing.
14996 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry,
14997 bibtex-map-entries, bibtex-flash-head,
14998 bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry,
14999 bibtex-autokey-change, bibtex-autokey-get-namefield,
15000 bibtex-autokey-get-names, bibtex-autokey-get-titlestring,
15001 bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode,
15002 bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer,
15003 bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters,
15004 bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
15005 order to make the new binding of case-fold-search immediately
15006 visible.
15007
150082000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15009
15010 * textmodes/bibtex.el: Copyright notice is up to date.
15011 Added constant 'bibtex-maintainer-salutation.
15012
15013 * textmodes/bibtex.el (bibtex-mode): use with-temp-buffer rather
15014 than make-temp-name, use match-string-no-properties and eliminate
15015 a quadratic behavior when building bibtex-strings.
15016
15017 * bibtex.el (bibtex-reference-key): Accept string entries whose
15018 reference key contains upper case letters.
15019
150202000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15021
15022 * bibtex.el (bibtex-reference-head): Allow entries to start with
15023 a new line.
15024
150252000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15026
15027 * bibtex.el: Hiding of entry bodies is not longer provided by
15028 bibtex.el directly. Instead the hideshow package can be used.
15029 Added a special bibtex entry to hs-special-modes-alist.
15030 (bibtex-hs-forward-sexp): Added for hideshow.el.
15031
150322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
15033
15034 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
15035 proceedings entry type (for cross referencing). Thanks to Wagner
15036 Toledo Correa for the suggestion.
15037
15038 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
15039
150402000-02-14 Kenichi Handa <handa@etl.go.jp>
15041
15042 * international/characters.el: Setup case table for Vietnamese.
15043
150442000-02-12 Gerd Moellmann <gerd@gnu.org>
15045
15046 * uniquify.el (toplevel): Require CL at compile time.
15047 (uniquify-push): Removed.
15048
15049 * shadowfile.el (shadow-when): Removed.
15050
15051 * tempo.el (tempo-dolist, tempo-mapc): Removed.
15052 (tempo-process-and-insert-string): Use dolist instead of
15053 tempo-dolist.
15054
15055 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
15056 regexp for paragraph-start.
15057
15058 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
15059 commas as well.
15060
150612000-02-10 Dave Love <fx@gnu.org>
15062
15063 * wid-edit.el: (widgets) [defgroup]: Remove url link.
15064 (widget-color-choice-list, widget-color-history, widget-mouse-help):
15065 Deleted.
15066 (widget-specify-field, widget-specify-button): Don't use
15067 widget-mouse-help as help-echo property.
15068 (default): Use #'ignore for :validate and :mouse-down-action.
15069 (checkbox): Add help-echo.
15070 (widget-sexp-validate): Rewritten to clarify error messages.
15071 (character): Use char-valid-p in :match function.
15072 (widget-color-complete): Use facemenu-color-alist.
15073 (widget-color-action): Use facemenu-read-color.
15074
15075 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
15076 set up `caar' &c that we now have.
15077
150782000-02-09 Ray Blaak <blaak@gnu.org>
15079
15080 * delphi.el: Make resourcestring a declaration region, like const
15081 and var.
15082
150832000-02-09 Dave Love <fx@gnu.org>
15084
15085 * bindings.el (mode-line-input-method-map): New variable.
15086 (mode-line-mule-info): Use it; fix last change.
15087 (mode-line-mode-menu): Move definition.
15088 (mode-line-mouse-sensitive-p): Deleted.
15089 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
15090 (make-mode-line-mouse-sensitive): Deleted. Body moved to top
15091 level.
15092
15093 * startup.el (command-line-1): Don't call
15094 make-mode-line-mouse-sensitive.
15095
150962000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
15097
15098 * mail/rmail.el (rmail-retry-failure): Use
15099 rmail-beginning-of-message before rmail-toggle-header, because the
15100 former toggles headers.
15101
151022000-02-06 Stefan Monnier <monnier@cs.yale.edu>
15103
15104 * diff-mode.el (diff-kill-junk): New interactive function.
15105 (diff-reverse-direction): Use delete-and-extract-region.
15106 (diff-post-command-hook): Restrict the area so that the hook also works
15107 outside of any diff hunk. This is necessary for the minor-mode.
15108 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
15109 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
15110
15111 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
15112 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
15113 so that it can be used more easily in <foo>-mode-hook. Also make sure
15114 to avoid duplicate entries.
15115 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
15116 (font-lock-remove-keywords): Just as was done for `add', allow it to
15117 work even if font-lock-mode is nil. Also make sure we don't modify
15118 any pre-existing list by forcing a copy-sequence. Finally rename
15119 `major-mode' to `mode'.
15120 (font-lock-fontify-syntactic-anchored-keywords)
15121 (font-lock-fontify-anchored-keywords)
15122 (font-lock-fontify-keywords-region): Use line-end-position.
15123 Don't make `font-lock-multiline' local (it's now done in
15124 font-lock-set-defaults).
15125 (font-lock-set-defaults): Make `font-lock-multiline' local. Also
15126 move the `font-lock-fontified' creation to inside the `unless'.
15127
151282000-02-06 Andrew Innes <andrewi@gnu.org>
15129
15130 * term/w32-win.el (x-handle-args): Comment out call to message,
15131 which occurs before window system is initialized.
15132
15133 * makefile.nt: Add support for recompiling lisp code.
15134
151352000-02-04 Dave Love <fx@gnu.org>
15136
15137 * bindings.el (mode-line-mule-info): Fix/extend last change.
15138
15139 * completion.el: Replace completion-dolist with dolist.
15140
15141 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist,
15142 dotimes.
15143
151442000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
15145
15146 * textmodes/reftex.el (reftex-compile-variables): regexp-quote the
15147 environment names before they go into the section regexp.
15148
15149 * textmodes/reftex-global.el (reftex-change-label): add `A-Z' to
15150 char class in regexp.
15151
15152 * textmodes/reftex-parse.el (reftex-with-special-syntax): Bind
15153 `case-fold-search' to nil.
15154
15155 * progmodes/idlwave.el (idlwave-template): Respect
15156 `idlwave-abbrev-change-case'.
15157 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for,
15158 idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat,
15159 idlwave-while): respect `idlwave-reserved-word-upcase'.
15160 (idlwave-rw-case): New function.
15161 (idlwave-statement-match): Fixed problem with assignment regexp.
15162 (idlwave-font-lock-keywords): Improved regexp for keyword
15163 parameters.
15164 (idlwave-surround): New argument LENGTH to support padding of
15165 operators longer than 1 char.
15166
15167 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
15168 idlwave-shell-expression-overlay. Implemented printing of
15169 expressions on higher levels of the calling stack.
15170 (idlwave-shell-display-level-in-calling-stack): Restore stack
15171 level.
15172 (idlwave-retrieve-expression-from-level): New function.
15173 (idlwave-shell-last-calling-stack): Variable removed.
15174 (idlwave-shell-reset): Argument action reversed (`visible' to
15175 `hidden'). Also remove stop-line overlay.
15176 (idlwave-shell-calling-stack-routine): New variable.
15177 (idlwave-shell-parse-stack-and-display): Messages now display
15178 negative level numbers.
15179 (idlwave-shell-mode): Set `modeline-format'.
15180 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
15181 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs
15182 21.
15183 (idlwave-shell-print-expression-function): New option.
15184
15185 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere,
15186 idlwave-toolbar-remove-everywhere): Keybindings prefix is now
15187 `tool-bar' instead of `toolbar'.
15188
151892000-02-02 Dave Love <fx@gnu.org>
15190
15191 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
15192 emacs-lisp-mode-hook. Don't check for defalias being defined.
15193
15194 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15195 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions. Use
15196 the new builtins directly.
15197
15198 * whitespace.el (whitespace): Add :version to defgroup.
15199
15200 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
15201 Doc fix.
15202
15203 * thingatpt.el (sexp-at-point, symbol-at-point)
15204 (number-at-point, list-at-point): Add autoload cookie.
15205
15206 * recentf.el (recentf): Add :version to defgroup.
15207
15208 * quickurl.el (quickurl): Add :version to defgroup.
15209
15210 * elide-head.el (elide-head): Use point-marker more.
15211
15212 * bs.el (bs): Add :version to defgroup.
15213
15214 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
15215
15216 * progmodes/delphi.el (delphi): Add :version to defgroup.
15217
152182000-02-02 Gerd Moellmann <gerd@gnu.org>
15219
15220 * ange-ftp.el (ange-ftp-write-region): Handle case that
15221 succeeding process operation sets a different coding system.
15222
15223 * calculator.el: New file.
15224
152252000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
15226
15227 * frame.el (frames-on-display-list, framep-on-display): New
15228 functions.
15229 (display-mouse-p, display-popup-menus-p, display-graphic-p)
15230 (display-selections-p, display-screens, display-pixel-width)
15231 (display-pixel-height, display-mm-width, display-mm-height)
15232 (display-backing-store, display-save-under, display-planes)
15233 (display-color-cells, display-visual-class): New functions.
15234
15235 * term/tty-colors.el (tty-color-gray-shades): New function.
15236
15237 * faces.el (display-color-p): Use framep-on-display.
15238 (display-grayscale-p): New function.
15239
152402000-01-31 Dave Love <fx@gnu.org>
15241
15242 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
15243 (create-fontset-from-x-resource): Don't concat integers.
15244
152452000-01-31 Inge Frick <inge@nada.kth.se>
15246
15247 * view.el: Some changes in documentation. Removed some trailing
15248 whitespace. Changed some parameter names to agree with
15249 documentation.
15250 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
15251 window is not deleted. Modifies change 1998-04-26.
15252
152532000-01-31 Gerd Moellmann <gerd@gnu.org>
15254
15255 * windmove.el: New file.
15256
15257 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15258 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15259 progmodes/ebnf-yac.el: Update copyright and license info.
15260
15261 * jit-lock.el (jit-lock-function): Widen before calculating end
15262 position.
15263 (jit-lock-stealth-chunk-start): Rewritten.
15264
15265 * info.el (Info-title-face-alist): Removed.
15266 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New
15267 faces.
15268 (Info-fontify-node): Use these faces.
15269
152702000-01-30 Gerd Moellmann <gerd@gnu.org>
15271
15272 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
15273 (cl-macro-list1): Recognize `&allow-other-keys' instead of
15274 `&allow-other-keywords'.
15275
15276 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
15277 the list of directories scanned heuristically.
15278
15279 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to
15280 exist.
15281
152822000-01-30 Jason Rumney <jasonr@gnu.org>
15283
15284 * w32-fns.el: Define w32-tty-standard-colors.
15285
15286 * startup.el (command-line): Use w32-tty-standard-colors when in
15287 w32 console mode.
15288
152892000-01-30 Dave Love <fx@gnu.org>
15290
15291 * jka-compr.el (jka-compr-load): Fix up load-history.
15292
15293 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
15294
15295 * emacs-lisp/cl-macs.el: Revert previous change.
15296
152972000-01-29 Dave Love <fx@gnu.org>
15298
15299 * facemenu.el: Purecopy various strings.
15300
15301 * timezone.el (timezone-fix-time): Window against 69 for two-digit
15302 years. Deal with three-digit years.
15303
15304 * help.el (help-xref-symbol-regexp, help-xref-info-regexp): Use
15305 defconst, purecopy.
15306 (help-back-label): Purecopy it.
15307
153082000-01-18 Gerd Moellmann <gerd@gnu.org>
15309
15310 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
15311 variable. If non-nil, order the buffer list according to the
15312 currently selected frame.
15313 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
15314 non-nil, pass the selected frame to function buffer-list.
15315
153162000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15317
15318 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
15319
153202000-01-28 Dave Love <fx@gnu.org>
15321
15322 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
15323
15324 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
15325 Don't use lisp-indent-hook property.
15326 (cl-abs): Remove.
15327
15328 * subr.el: Move out indent and edebug specs for when and unless.
15329
15330 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
15331 when, unless.
15332
15333 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
15334 unless, when.
15335
153362000-01-28 Gerd Moellmann <gerd@gnu.org>
15337
15338 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
15339 `collecting' as synonym for `collect'.
15340
15341 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
15342 for the case it contains spaces.
15343
15344 * simple.el (what-cursor-position): Change formatting of
15345 messages.
15346
15347 * frame.el (delete-other-frames): New function.
15348 (toplevel): Bind it to C-x 5 1.
15349
15350 * sort.el (sort-numeric-base): New option.
15351 (sort-numeric-fields): If number starts with `0' or `0[xX[',
15352 interpret it as octal or hexadecimal. Use sort-numeric-base
15353 as default base.
15354
15355 * progmodes/glasses.el: New file.
15356
153572000-01-27 Gerd Moellmann <gerd@gnu.org>
15358
15359 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
15360 userids differently.
15361
15362 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
15363 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
15364 progmodes/ebnf-yac.el: New files.
15365
153662000-01-26 Dave Love <fx@gnu.org>
15367
15368 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
15369 on a function with an empty body. [From Eric Ludlam.]
15370
153712000-01-25 Andre Spiegel <spiegel@gnu.org>
15372
15373 * vc.el (vc-version-diff): Make sure file name is expanded.
15374
153752000-01-25 Gerd Moellmann <gerd@gnu.org>
15376
15377 * scroll-bar.el (scroll-bar-timer): Variable removed.
15378 (scroll-bar-toolkit-scroll): Don't use a timer.
15379
153802000-01-25 Kenichi Handa <handa@etl.go.jp>
15381
15382 * language/thai-util.el (thai-composition-function): Delete
15383 superfluous `a'.
15384
153852000-01-24 Dave Love <fx@gnu.org>
15386
15387 * fortran.el (fortran-mode): Use beginning-of-defun-function,
15388 end-of-defun-function.
15389
15390 * font-lock.el (turn-on-font-lock): Don't depend on window-system
15391 &c.
15392
153932000-01-22 Jason Rumney <jasonr@gnu.org>
15394
15395 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
15396 conflicts with new face support.
15397
153982000-01-22 Richard M. Stallman <rms@gnu.org>
15399
15400 * replace.el (query-replace): Rename last arg to DELIMITED.
15401 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
15402 (query-replace-regexp): Likewise.
15403
154042000-01-20 Richard M. Stallman <rms@gnu.org>
15405
15406 * subr.el (with-syntax-table): Use make-symbol, not gensym.
15407
15408 * emacs-lisp/lisp.el (beginning-of-defun-function):
15409 Variable renamed from beginning-of-defun.
15410 Do not call make-variable-buffer-local.
15411 (beginning-of-defun-raw): Use new variable name; doc fix.
15412 (beginning-of-defun): Doc fix.
15413 (end-of-defun-function): Variable renamed from end-of-defun.
15414 Do not call make-variable-buffer-local.
15415 (end-of-defun): Use new variable name; doc fix.
15416
15417 * subr.el (dolist, dotimes): Copied from cl-macs.el
15418 and made to work.
15419
15420 * mail/undigest.el (rmail-digest-end-regexps):
15421 Variable replaces rmail-digest-end-regexp.
15422 Allows multiple regexps for detecting the end line.
15423 (undigestify-rmail-message): Corresponding changes.
15424
154252000-01-19 Dave Love <fx@gnu.org>
15426
15427 * files.el (user-init-file): Don't declare here -- is primitive.
15428
15429 * startup.el (command-line): Check for compiled user-init-file and
15430 set to uncompiled version if necessary.
15431
154322000-01-18 Gerd Moellmann <gerd@gnu.org>
15433
15434 * mail/undigest.el (rmail-digest-end-regexp): New user option.
15435 (undigestify-rmail-message): Use it.
15436
15437 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
15438
154392000-01-17 Gerd Moellmann <gerd@gnu.org>
15440
15441 * tmm.el (tmm-goto-completions): Adapt to prompt being part
15442 of mini-buffer.
15443
154442000-01-14 Gerd Moellmann <gerd@gnu.org>
15445
15446 * emacs-lisp/copyright.el (copyright-update): Removed the
15447 requirement for a trailing space from `copyright-regexp', to
15448 support copyrights with owner specified on a separate line..
15449
15450 * align.el: New file.
15451
15452 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
15453
15454 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
15455
154562000-01-13 Dave Love <fx@gnu.org>
15457
15458 * ph.el: Removed. (Obsoleted by EUDC.)
15459
154602000-01-13 Gerd Moellmann <gerd@gnu.org>
15461
15462 * net/eudc.el (toplevel): Remove autoloaded code installing
15463 menu with easymenu, because that causes build problems.
15464
15465 * frame.el (frame-notice-user-settings): New variable.
15466 (frame-notice-user-settings): Don't modify frame parameters
15467 if called a second time.
15468
154692000-01-13 Richard M. Stallman <rms@gnu.org>
15470
15471 * frame.el (frame-notice-user-settings):
15472 Notice default-frame-parameters even for non-window frames.
15473
154742000-01-13 Gerd Moellmann <gerd@gnu.org>
15475
15476 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
15477 for Emacs.
15478 (eudc-bob-can-display-inline-images): Extend for Emacs.
15479 (eudc-bob-toggle-inline-display): Ditto.
15480 (eudc-bob-display-jpeg): Ditto.
15481
154822000-01-12 Gerd Moellmann <gerd@gnu.org>
15483
15484 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
15485 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
15486 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
15487
15488 * add-log.el (add-change-log-entry): Fix error trying an `(insert
15489 nil)'.
15490
15491 * subdirs.el: Add `net' directory.
15492
15493 * net: New directory.
15494
15495 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
15496 eval-last-sexp. Don't bind debug-on-error here.
15497 (eval-last-sexp): New function. Bind debug-on-error if
15498 eval-expression-debug-on-error is non-nil.
15499 (eval-defun-2, eval-defun): Likewise.
15500
15501 * simple.el (eval-expression): Don't bind debug-on-error if
15502 eval-expression-debug-on-error is nil. Detect changed
15503 debug-on-error, and propagate new value to global binding, if
15504 eval-expression-debug-on-error is non-nil,
15505 (eval-expression-debug-on-error): Change doc string.
15506
155072000-01-11 Richard M. Stallman <rms@gnu.org>
15508
15509 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
15510
15511 * emacs-lisp/lisp-mode.el (with-syntax-table):
15512 Set up lisp-indent-function property.
15513
15514 * subr.el (with-syntax-table): Moved from simple.el.
15515
15516 * simple.el (with-syntax-table): Moved to subr.el.
15517
155182000-01-11 Gerd Moellmann <gerd@gnu.org>
15519
15520 * tmm.el (tmm-shortcut): Delete region after prompt instead
15521 of erasing buffer.
15522
15523 * textmodes/fill.el (fill-common-string-prefix): New function.
15524 (fill-context-prefix): Use the longest common prefix of first
15525 and second line fill prefix, if there is one.
15526
155272000-01-11 Richard M. Stallman <rms@gnu.org>
15528
15529 * array.el (array-mode): Don't use make-variable-buffer-local.
15530 Use make-local-variable for `truncate-lines'.
15531
155322000-01-11 Jari Aalto <jari.aalto@poboxes.com>
15533
15534 * add-log.el (add-log-current-defun): Handle user-defined
15535 add-log-current-function returning nil,
15536
15537 * add-log.el (add-change-log-entry): Insert version number
15538 if having found a current function
15539
15540 * add-log.el (add-log-current-defun): Call
15541 `add-log-current-defun-function'. Try matches at level 0 and
15542 level 1. Strip whitespace from defun found.
15543
155442000-01-10 John Wiegley <johnw@gnu.org>
15545
15546 * allout.el (isearch-done/outline-provisions): Added `edit'
15547 argument to correspond with the current definition of
15548 `isearch-done'.
15549
155502000-01-10 Dave Love <fx@gnu.org>
15551
15552 * elide-head.el (elide-head): Use point-marker, not point.
15553
155542000-01-10 Gerd Moellmann <gerd@gnu.org>
15555
15556 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
15557 before and after the year 2000.
15558
15559 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
15560 Add ispell- prefix.
15561
155622000-01-10 Ken Stevens <k.stevens@ieee.org>
15563
15564 * ispell.el: Only define dictionaries in menus when they exist.
15565 (version18p): New variable.
15566 (version20p): New variable.
15567 (xemacsp): New variable.
15568 (ispell-choices-win-default-height): Fix for XEmacs visibility.
15569 (ispell-dictionary-alist1): Added Brasileiro dictionary.
15570 (ispell-dictionary-alist6): Russian command lines no longer accept
15571 run-together words.
15572 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
15573 (ispell-dictionary-alist): Add koi8-r to customize definition.
15574 (check-ispell-version): Added documentation string. Returns
15575 library path when called non-interactively.
15576 (ispell-menu-map-needed): Uses new variables.
15577 (ispell-library-path): New variable.
15578 (ispell-decode-string): XEmacs fix for bogus variable bindings.
15579 (ispell-word): Improved documentation string. Test for valid
15580 character mappings. Correctly check typed in word changes that can
15581 result in single words split into multiple words. Returns
15582 replacement word.
15583 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
15584 replace in recursive query replace mode. Help message for
15585 recursive edit mode.
15586 (ispell-show-choices): Protect against bad framepop bindings.
15587 (ispell-help): Fix to work with XEmacs.
15588 (ispell-highlight-spelling-error): Use new variables.
15589 (ispell-overlay-window): Fix to work with XEmacs.
15590 (ispell-parse-output): Passed and returns location information
15591 tracking spelling corrections. Doesn't recheck same word on
15592 current line.
15593 (ispell-init-process): Protect against bogus XEmacs variable binding.
15594 Fix call to single argument in sleep-for. Use new variables.
15595 (ispell-region): Passed and returns location information tracking
15596 spelling corrections. Doesn't check same word on current line.
15597 Improved documentation string. Doesn't resend a line already
15598 checked to the ispell process - fixes bug in LaTeX parsing.
15599 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
15600 (ispell-skip-region): No longer skips <TT> in SGML.
15601 (ispell-process-line): Tracks location information with spelling
15602 corrections. Added documentation string. Accounts for words
15603 already accepted on this line. Don't allow query-replace on line
15604 starting with math characters. Doesn't resend a line already sent
15605 to ispell process. Fixes alignment error bug.
15606
156072000-01-10 Richard M. Stallman <rms@gnu.org>
15608
15609 * dired-x.el (dired-guess-shell-alist-default):
15610 Suggest xloadimage, which is free, not xv, which isn't.
15611
15612 * ange-ftp.el (ange-ftp-file-name-nondirectory):
15613 Don't ever include the host name or user name in the value.
15614
156152000-01-09 Gerd Moellmann <gerd@gnu.org>
15616
15617 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
15618 of a real newline.
15619
156202000-01-09 Stephen Eglen <stephen@gnu.org>
15621
15622 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
15623 for .png files.
15624
156252000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
15626
15627 * cus-edit.el (custom-hook-convert-widget): Fix comment.
15628
156292000-01-09 Gerd Moellmann <gerd@gnu.org>
15630
15631 * progmodes/cperl-mode.el: Replace ^F with ^L.
15632
15633 * sendmail.el (toplevel): Provide `sendmail' when compiling
15634 before `require'ing rmail and mailalias to prevent infinite
15635 recursion.
15636
156372000-01-08 Dave Love <fx@gnu.org>
15638
15639 * emacs-lisp/backquote.el: Remove inappropriate customization
15640 (allowing custom.el to use backquote).
15641
156422000-01-07 Dave Love <fx@gnu.org>
15643
15644 * add-log.el (add-log-debugging): Deleted.
15645 (add-change-log-entry): Treat a backup FILE-NAME as its parent
15646 file. Remove debugging code.
15647 (change-log-get-method-definition, change-log-name): Add doc.
15648 (change-log-sortable-date-at): New function.
15649 (change-log-merge): New command.
15650
15651 * time.el (display-time-string-forms): Make the Mail string active.
15652 (display-time-update): Provide help-echo for load average.
15653
15654 * bindings.el (make-mode-line-mouse2-map): New function.
15655 (mode-line-modified): Use it and simplify.
15656 (mode-line-mule-info): Provide help-echo info.
15657 (minor-mode-alist): Activate the strings.
15658 (make-mode-line-mouse-sensitive): Simplify for
15659 mode-line-buffer-identification.
15660
156612000-01-07 Gerd Moellmann <gerd@gnu.org>
15662
15663 * play/pong.el: New file.
15664
156652000-01-06 Dave Love <fx@gnu.org>
15666
15667 * array.el: Assorted cleanups for compiler warnings, doc strings,
15668 `array-' prefix for symbols.
15669
156702000-01-05 Dave Love <fx@gnu.org>
15671
15672 * textmodes/outline.el (outline-mode-menu-bar-map): Add
15673 outline-headers-as-kill.
15674 (outline-mode): Define imenu-generic-expression.
15675 (outline-headers-as-kill): New command.
15676
15677 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
15678 from paragraph-start.
15679 (paragraph-indent-minor-mode): New command.
15680
15681 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
15682 M-C-e, M-C-h, C-j, C-xnd, TAB.
15683 (fortran-mode): Set beginning-of-defun, end-of-defun.
15684 (fortran-column-ruler): Simplify.
15685 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
15686 (fortran-with-subprogram-narrowing): Likewise.
15687 (fortran-indent-subprogram): Call mark-defun.
15688 (fortran-check-for-matching-do): Change narrowing.
15689
15690 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
15691 (cl-lucid-hash-tag): Delete.
15692 (cl-hash-table-p): Correct test for native table.
15693 (cl-hash-table-count): Use hash-table-count.
15694
15695 * browse-url.el (browse-url): Fix case of
15696 browse-url-browser-function being an alist.
15697
156982000-01-05 Carsten Dominik <cd@gnu.org>
15699
15700 * textmodes/reftex-vars.el (reftex-parse-file-extension)
15701 (reftex-index-phrase-file-extension): New options.
15702
15703 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
15704 Use new option `reftex-index-phrase-file-extension'.
15705
15706 * textmodes/reftex.el (reftex-access-parse-file): Use new option
15707 `reftex-parse-file-extension'.
15708
157092000-01-05 Dave Love <fx@gnu.org>
15710
15711 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
15712 (beginning-of-defun-raw): Use it.
15713 (end-of-defun): New variable.
15714 (end-of-defun): Use it.
15715 (check-parens): New command.
15716
157172000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
15718
15719 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
15720 (hs-show-block): Don't use `mapcar' when not accumulating.
15721
15722 Fix buglet in local variables initialization.
15723
157242000-01-05 Andreas Schwab <schwab@suse.de>
15725
15726 * hscroll.el (hscroll): Doc fix.
15727
157282000-01-05 Carsten Dominik <cd@gnu.org>
15729
15730 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar): require
15731 idlw-toolbar.
15732
15733 * progmodes/idlwave.el (idlwave-load-system-rinfo): load must read
15734 file idlw-rinfo.el.
15735 (idlwave-customize): load must read file idlw-shell.el.
15736 (idlwave-create-customize-menu): load must read file idlw-shell.el.
15737
157382000-01-05 Carsten Dominik <dominik@astro.uva.nl>
15739
15740 * progmodes/idlw-shell.el: Also provide idlwave-shell
15741 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
15742 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
15743
15744 * textmodes/reftex-dcr.el: renamed from reftex-vcr.el, provide
15745 both reftex-dcr and reftex-vcr.
15746
15747 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
15748
157492000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15750
15751 * ps-print.el: PostScript code now is in separate files, doc fix.
15752 (ps-print-version): New version number (5.0.3).
15753 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
15754 local.
15755 (ps-spool-config): Initialization fix.
15756 (ps-print-prologue-1, ps-print-prologue-2)
15757 (ps-print-duplex-feature): PostScript code moved to separated file.
15758 (ps-background-image): Little code reformating.
15759 (ps-begin-file, ps-begin-job): Fix code.
15760 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
15761 (ps-prologue-file): New fun.
15762
157632000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15764
15765 * ps-vars.el: Eliminated.
15766
15767 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
15768 `;;;###autoload'.
15769
15770 * ps-print.el: ps-vars eliminated, doc fix.
15771 (ps-print-version): New version number (5.0.2).
15772 (ps-spool-config): Initialization fix.
15773 (ps-print-customize): New fun.
15774
157752000-01-04 Gerd Moellmann <gerd@gnu.org>
15776
15777 * autorevert.el (auto-revert-mode): Return value of
15778 auto-revert-mode.
15779
157802000-01-04 Dave Love <fx@gnu.org>
15781
15782 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
15783 menu items.
15784
157852000-01-03 Dave Love <fx@gnu.org>
15786
15787 * elide-head.el (elide-head) [defgroup]: Add :version.
15788
15789 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
15790 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count): Use
15791 `cl-hash-table-p', not `hash-table-p'.
15792 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
15793
157942000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15795
15796 * faces.el (face-read-integer, read-face-attribute)
15797 (color-defined-p, color-values): unspecified-{f,b}g are now
15798 strings.
15799
158002000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15801
15802 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
15803 at comment end, and re-insert them after filling.
15804
158052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15806
15807 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
15808 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
15809 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
15810
158112000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15812
15813 * term/x-win.el (xw-defined-colors): Call color-supported-p,
15814 the new name of face-color-supported-p.
15815
15816 * term/w32-win.el (xw-defined-colors): Likewise.
15817
158182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
15819
15820 * simple.el (completion-setup-function): Count completion-size
15821 from minibuffer-prompt-end, not from point-min.
15822
158232000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
15824
15825 * faces.el (read-face-attribute, defined-colors, color-defined-p):
15826 Pass the frame to tty-color-* functions.
15827 (display-color-p, frame-set-background-mode): Pass the frame to
15828 tty-display-color-p.
15829
15830 * term/tty-colors.el (tty-defined-color-alist): Renamed from
15831 tty-color-alist.
15832 (tty-color-alist, tty-modify-color-alist): New functions.
15833 (tty-color-define, tty-color-clear, tty-color-approximate)
15834 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept
15835 an optional parameter FRAME.
15836
158372000-01-01 Gerd Moellmann <gerd@gnu.org>
15838
15839 * image.el (create-image, defimage): Don't assume image data is a
15840 string.
15841
15842 * image.el (defimage): Handle specifications containing :data
15843 instead of :file.
15844 (image-type-from-data): New function.
15845 (image-type-from-file-header): Use it.
15846 (create-image): Add parameter DATA-P.
15847
15848See ChangeLog.8 for earlier changes.
15849
15850;; Local Variables:
15851;; coding: iso-2022-7bit
15852;; End: