*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
50529f51
MB
12001-09-18 Miles Bader <miles@gnu.org>
2
3 * diff-mode.el (diff-mode): Don't make the buffer read-only if
4 it's empty (and thus probably a new patch file about to be edited).
5
d8a973aa
GM
62001-09-17 Gerd Moellmann <gerd@gnu.org>
7
e18c8b8d
GM
8 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9 Check for '(' in column 0 of doc string.
10
d8a973aa
GM
11 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
12 of `nth' so that using a vector as bounding-box works.
13 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
14
dfe78cc5
AS
152001-09-17 Andre Spiegel <spiegel@gnu.org>
16
17 * vc.el (vc-annotate): Use current workfile version explicitly as
18 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
19
1bbdda4d
EZ
202001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
21
a5f01960
EZ
22 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
23 convert-standard-filename doesn't guarantee that the .el extension
24 is preserved.
25
a007e4e3
EZ
26 * dos-fns.el (convert-standard-filename): Replace invalid
27 characters only after converting dash/underscore to a period.
28 (original-make-auto-save-file-name): New.
8aee7d44
EZ
29 (make-auto-save-file-name): New function, overrides the definition
30 on files.el and calls the original function via
31 original-make-auto-save-file-name.
32
1bbdda4d
EZ
33 * mail/rmail.el (top-level): Require mule-utils when compiling.
34 (rmail-decode-babyl-format): Use detect-coding-with-priority
35 instead of detect-coding-region, to favor detection of emacs-mule
36 encoded Babyl files written by rmailout.el etc. Suggested by
37 Kenichi Handa <handa@etl.go.jp>.
38
ed7d6ba4
EZ
392001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
40
41 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
42 Use `equal', not `=', since the device number can be a cons cell.
43
551629f9
GM
442001-09-14 Gerd Moellmann <gerd@gnu.org>
45
46 * simple.el: Comment out change of 2001-09-13.
47
483e0218
MK
482001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
49
50 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
51 inhibit quit.
52
15233548
EZ
532001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
54
55 * files.el (make-auto-save-file-name): If long file names are not
56 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
57 generating an auto-save file name from it.
58
1fb7f872
GM
592001-09-13 Gerd Moellmann <gerd@gnu.org>
60
66a863f0
GM
61 * ps-print.el (ps-print-region, ps-print-region-with-faces)
62 (ps-nb-pages-region): Signal an error if called interactively
63 and the mark is not active.
64
1fb7f872
GM
65 * simple.el (minibuffer-prompt-modification)
66 (minibuffer-prompt-insertion): New functions.
67 (minibuffer-prompt-properties): Use `modification-hooks' and
68 `insert-in-front-hooks'.
69
1dc13f3a
RS
702001-09-12 Richard M. Stallman <rms@gnu.org>
71
72 * textmodes/outline.el (outline-regexp): Doc fix.
73 Initialize it in the defcustom, the usual way.
74
eaa493df
GM
752001-09-12 Gerd Moellmann <gerd@gnu.org>
76
1fb7f872
GM
77 * ediff-mult.el (ediff-get-meta-info): Take into account that data
78 from `ediff-meta-info' properties need not be an overlay. From
79 David Ponce <dponce@voila.fr>.
80
eaa493df
GM
81 * isearch.el (isearch-intersects-p): Fix end checks.
82
cfcda0ba
EZ
832001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
84
85 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
86 `t' branch of `cond', since Irix 6.1 and up is a special case of
87 the standard dbx interface.
88
4e1513b5
MB
892001-09-11 Miles Bader <miles@gnu.org>
90
91 * comint.el (comint-send-input): When waiting for echoed input,
92 don't save the expected end position in `echo-end', so that things
93 work properly even if the buffer is modified elsewhere at the same
94 time [this happens if `comint-truncate-buffer' is used].
95
9a72e4c1
GM
962001-09-11 Gerd Moellmann <gerd@gnu.org>
97
98 * textmodes/outline.el (outline-mode): Use `^' and a shy group
99 when constructing imenu-generic-expression from outline-regexp.
100
1f9581b6
EZ
1012001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
102
103 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
104 `equal' instead of `=', since they can be cons cells. From Nils
105 Goesche <cartan@cartan.de>.
106
65ee3bf5
AS
1072001-09-10 Andre Spiegel <spiegel@gnu.org>
108
109 * vc.el (vc-annotate): Rewrote doc string.
110
e602e779
EZ
1112001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
112
113 * time-stamp.el: Update Stephen Gildea's email address.
114
42d305db
GM
1152001-09-10 Gerd Moellmann <gerd@gnu.org>
116
117 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
118 enable-multibyte-characters = nil. From Hallvard B Furuseth
119 <h.b.furuseth@usit.uio.no>.
120
02f34c70
MK
1212001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
122
123 * ediff-init.el (ediff-highest-priority): bug fix.
124
125 * viper-cmd.el (viper-special-read-and-insert-char): new function
126 that reads a character and uses the current input method or
127 iso-accents when appropriate.
128
129 * viper.el and all others: corrections to the comment blocks at
130 the top.
131
cfc697a2
EZ
1322001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
133
134 * info.el (Info-goto-node): Doc fix.
135
fc0eccfc
GM
1362001-09-07 Gerd Moellmann <gerd@gnu.org>
137
138 * isearch.el (isearch-intersects-p): New function.
139 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
140 use isearch-intersects-p, and clean up.
141
ef10876c
EZ
1422001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
143
144 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
145 and "german8", for the new German orthography dictionaries,
146 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
147 the entries, to keep the line length balanced for loaddefs.el.
148
c9e74cd4
GM
1492001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
150
151 * comint.el (comint-send-input): Handle comint-process-echoes
152 differently.
153
5421b899
GM
1542001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
155
156 * locate.el (locate-insert-header): Remove unnecessary
157 whitespace.
158
70569550
EZ
1592001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
160
161 * arc-mode.el (archive-dostime): Fix a typo in minutes'
162 computation.
163
6afad91e 1642001-09-07 Gerd Moellmann <gerd@gnu.org>
c9e74cd4 165
6afad91e
GM
166 * server.el (server-switch-buffer): Use get-window-with-predicate.
167
168 * textmodes/refer.el (refer-find-entry-internal): Use
169 get-window-with-predicate.
170
171 * term/sup-mouse.el (sup-pos-to-window): Use
172 get-window-with-predicate.
173
174 * term/bg-mouse.el (bg-window-from-x-y): Use
175 get-window-with-predicate.
176
177 * emacs-lisp/edebug.el (edebug-window-live-p): Use
178 get-window-with-predicate.
179
180 * window.el (get-window-with-predicate): Renamed from some-window.
181 (some-window): Make it an alias.
182
003550c5
GM
1832001-09-06 Gerd Moellmann <gerd@gnu.org>
184
185 * simple.el (undo): Remove positions from buffer-undo-list up to
186 the next undo boundary only.
187
c49e491a
EZ
1882001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
189
05b24487
EZ
190 * makefile.nt (install): Don't copy sc.el. Reported by Richard
191 Kim <ryk@dspwiz.com>
192
c49e491a
EZ
193 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
194 the message "Creating customization items...done".
195
54f73af3
GM
1962001-09-05 Gerd Moellmann <gerd@gnu.org>
197
198 * font-lock.el (toplevel): Require `jit-lock' only if
199 font-lock-support-mode is set to jit-lock-mode.
200
3762e7d0
EZ
2012001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
202
203 * international/quail.el (quail-use-package, quail-inactivate)
204 (quail-activate): Mention the hooks these functions run in their
205 doc strings.
206
c3b497b3
GM
2072001-09-05 Edward M. Reingold <reingold@iit.edu>
208
209 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
210 of file in header of menu.
211
2d43d823
GM
2122001-09-04 Gerd Moellmann <gerd@gnu.org>
213
2a5becfb
GM
214 * env.el (setenv): Interactively, if VARIABLE has a current value,
215 add that to the front of the history, as the doc string says.
216
8d1fcd00
GM
217 * comint.el (comint-send-input): Change help-echo.
218 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
219
1672462f
GM
220 * bookmark.el (bookmark-write-file): Bind print-length and
221 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
222
646a1759
GM
223 * obsolete/uncompress.el: Moved there from lisp/.
224
c8dd66e1
GM
225 * comint.el (comint-insert-clicked-input): Goto point-max before
226 deleting previous input. From "Dr Francis J. Wright"
227 <F.J.Wright@qmw.ac.uk>.
228
2d43d823
GM
229 * simple.el (backward-word): Doc fix.
230
284b3043
GM
2312001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
232
233 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
234 * uncompress.el, uniquify.el, vc.el, view.el, window.el
235 * w32-fns.el: Add Keywords header.
236
2eef02ab
EZ
2372001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
240 "Text Properties". Suggested by Simon Marshall
241 <Simon.Marshall@midas-kapiti.com>.
242
ae355fa6
AC
2432001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
244
245 * term/mac-win.el (mac-drag-n-drop): Decode file name by
246 consulting the value of file-name-coding-system.
247
2ee1aa00
SM
2482001-09-03 Stefan Monnier <monnier@cs.yale.edu>
249
250 * help.el (describe-function-1): Save precomputed `file-name' rather
251 than recomputing it (incorrectly) with `symbol-file'.
252
cdab3e50
GM
2532001-09-03 Gerd Moellmann <gerd@gnu.org>
254
698ee07c
SM
255 * international/isearch-x.el (isearch-exit-recursive-edit):
256 Take three parameters, since it's used as an after-change-function.
c3b0c268 257
698ee07c 258 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
259 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
260 from doc strings.
261
e3b22517
GM
2622001-09-02 Milan Zamazal <pdm@zamazal.org>
263
698ee07c
SM
264 * progmodes/glasses.el (glasses-convert-to-unreadable):
265 Consider underscores as in `glasses-make-readable'.
e3b22517 266
19bd58e8
EZ
2672001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
268
883310a7
EZ
269 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
270 MS-DOS, since cpp might not be available.
271
698ee07c
SM
272 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
273 Mention "yank" in the help-echo text.
274 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
275
2762001-09-01 Stefan Monnier <monnier@cs.yale.edu>
277
278 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 279
59b7ded8
EZ
2802001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
281
5e11c425
EZ
282 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
283 exists. From Andy Petrusenco <andy@int.spb.ru>.
284
59b7ded8 285 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
286 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
287 <andy@int.spb.ru>.
59b7ded8 288
c9979669
GM
2892001-08-31 Gerd Moellmann <gerd@gnu.org>
290
291 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
292 Instead of running mouse-yank-at-click, see what the event is
293 bound to outside Isearch and run that.
294
79f5f9ec
EZ
2952001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
296
698ee07c
SM
297 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
298 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 299
c0551649
GM
3002001-08-30 Gerd Moellmann <gerd@gnu.org>
301
e8b1643c
GM
302 * simple.el (eval-expression-print-level): Fix last change.
303
f3185924
GM
304 * bindings.el (mode-line-coding-system-map): New variable.
305 (mode-line-mule-info): Give the "%Z" a local-map keymap.
306
92a25631
GM
307 * simple.el (eval-expression-print-level): Change the type
308 of the defcustom to allow nil.
309
9584e63a
GM
310 * emacs-lisp/find-gc.el: Moved here from lisp/.
311
698ee07c
SM
312 * international/quail.el (quail-completion-1):
313 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
314 From Kenichi Handa <handa@etl.go.jp>.
315
c0551649
GM
316 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
317 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
318
ef32aa02
EZ
3192001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
320
321 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
322 aren't supported. This avoids the annoying gray strip drawn by
323 the Windows version instead of the missing tool bar.
324
ff4ec1f7
GM
3252001-08-29 Gerd Moellmann <gerd@gnu.org>
326
53ca4610
GM
327 * menu-bar.el (menu-bar-options-menu): Make option text, messages
328 and tooltips more consistent. From "Marshall, Simon"
329 <Simon.Marshall@midas-kapiti.com>.
330
ff4ec1f7
GM
331 * startup.el (fancy-splash-screens): Temporarily set
332 minor-mode-map-alist to nil while displaying splash screens.
333
6d6c3f84
GM
3342001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
335
336 * buff-menu.el: Add Keywords header.
337 Doc fix (C-x C-b is bound to list-buffers).
338
565132a3
GM
339 * dired-x.el: Add keyword files to get listed in finder.
340 Remove confusing notes about GNU Emacs 19.
341
342 * dired.el, dired-aux.el: Add Keywords header.
343
042e6d91
AS
3442001-08-28 Andre Spiegel <spiegel@gnu.org>
345
346 * vc.el (vc-revert-file): Call the backend even if the FILE's
347 contents can be reverted locally; pass new arg CONTENTS-DONE
348 down to the backend.
349
854bd40a 350 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
351 optional arg CONTENTS-DONE.
352
33818c6c
AI
3532001-08-28 Andrew Innes <andrewi@gnu.org>
354
355 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
356
0f76ca04
EZ
3572001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
358
359 * makefile.nt (install): Copy more *.el files.
360
6b6e2422
GM
3612001-08-28 Gerd Moellmann <gerd@gnu.org>
362
363 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
364 instead of `w' which is already in use.
365
5b52c296
GM
366 * gs.el (gs-load-image): Use sleep-for.
367 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
368
43744cb9
MB
3692001-08-28 Miles Bader <miles@gnu.org>
370
371 * replace.el (query-replace-regexp-eval): Return args from
372 `interactive' form in correct order.
373
4b4ea1dc
EZ
3742001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
375
376 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
377 major modes, don't create panes for modes for which
378 mouse-buffer-menu-alist returns an empty alist.
379
3802001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
381
382 * progmodes/hideshow.el: Update first-line description.
383 Sync comments w/ maintainer version 5.31.
384
385 (hs-isearch-open): Default value now `code'.
386 Fix docstring to use "code blocks" vs "comment blocks",
387 as opposed to "block" vs "comment".
388 (hs-flag-region): Accept `hs-isearch-open' value
389 of `block' as synonymous w/ `code'.
390 (hs-hide-block-at-point): For code blocks, pass `code'
391 to `hs-flag-region' instead of `block'.
392
9ad62cf8
MB
3932001-08-28 Miles Bader <miles@gnu.org>
394
395 * comint.el (comint-next-prompt): Don't loop infinitely if
396 {next,previous}-single-char-property-change returns its input
397 position when the search fails.
398
3992001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
400
401 * comint.el (comint-get-old-input-default): Don't signal an error
402 if point is not on an input field; instead, return the current
403 line (using `comint-bol' to skip any prompt, in case we're not
404 using fields at all).
405
406 * man.el (Man-mode-line-format): Variable removed.
407 (Man-mode): Change `mode-line-buffer-identification' instead of
408 `mode-line-format'.
409
d599a452
GM
4102001-08-27 Gerd Moellmann <gerd@gnu.org>
411
412 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
413 From Simon Josefsson <jas@extundo.com>.
414
299248aa
EZ
4152001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
416
5b02e712
EZ
417 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
418 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
419
89aea802
EZ
420 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
421 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
422
423 * emacs-lisp/lselect.el: Ditto.
424
3452efc2
SM
425 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
426 Remove periods from the end of error message strings.
427 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 428
299248aa
EZ
429 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
430 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
431
432 * net/telnet.el: Ditto.
433
08ead67b
GM
4342001-08-26 Gerd Moellmann <gerd@gnu.org>
435
436 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
437 KEYMAP to the call to define-minor-mode.
438
cf8f0b68
EZ
4392001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
440
441 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
442 Replace some of the undefined characters with emulations of bidi
443 formatting characters and Niqud as per SI 1311-1.
444 (IT-unicode-translations): Ditto.
3452efc2
SM
445 (IT-display-table-setup, IT-setup-unicode-display):
446 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 447
16837afc
GM
4482001-08-24 Simon Josefsson <jas@extundo.com>
449
450 * hl-line.el (hl-line-mode): Don't be a global mode.
451 (global-hl-line-mode): New function.
452
33954c45
GM
4532001-08-24 Gerd Moellmann <gerd@gnu.org>
454
455 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
456 being reset by Ghostscript. Don't kill the gs process.
457 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
458
fa05f6ac
AC
4592001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
460
461 * term/mac-win.el: Require scroll-bar.
462
3452efc2
SM
4632001-08-23 Stefan Monnier <monnier@cs.yale.edu>
464
465 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
466
02aec07b
EZ
4672001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * hexl.el (hexl-insert-multibyte-char) New function.
470 (hexl-quoted-insert, hexl-self-insert-command)
471 (hexl-insert-hex-char, hexl-insert-decimal-char)
472 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
473 Fix the doc strings accordingly.
474 (hexl-insert-char): Reject characters whose code is above 255.
475 Doc fix.
476 (hexl-mode-map): Copy the global keymap instead of creating a
477 sparse keymap, and bind all self-inserting characters to
478 hexl-self-insert-command.
479
9bfc65eb
SM
4802001-08-22 Stefan Monnier <monnier@cs.yale.edu>
481
3452efc2
SM
482 * wid-edit.el (text): Re-order docstring correctly.
483
9bfc65eb
SM
484 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
485
486 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
487
32f2f98e
EZ
4882001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * simple.el (line-number-mode): Mention the variable
491 line-number-display-limit-width in the doc string.
492
374388c3
GM
4932001-08-22 Gerd Moellmann <gerd@gnu.org>
494
495 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
496 Temporarily select EVENT's window for switching buffers.
497 (mode-line-bury-buffer): New function.
498 (mode-line-buffer-identification-keymap): Use it instead of
499 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 500 events from shining through.
374388c3 501
dde6824c
SM
5022001-08-21 Stefan Monnier <monnier@cs.yale.edu>
503
504 * newcomment.el (comment-beginning): Make sure the comment-start
505 we found isn't a comment-end (in cases where confusion is possible).
506
99bf1e74
MB
5072001-08-22 Miles Bader <miles@gnu.org>
508
509 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
510 before writing it, so that hard-links don't see new version.
511
37618c60
GM
5122001-08-21 Gerd Moellmann <gerd@gnu.org>
513
dde6824c
SM
514 * gs.el (gs-set-ghostview-colors-window-prop):
515 Call x-change-window-property with 3rd arg FRAME.
40e33037 516 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
517 to complete before starting a new one.
518
6ea3db8a
GM
519 * image.el (image-type-regexps): Make sure that the TIFF
520 pattern is only matched at the beginning of a string.
521 From Markus Rost <rost@math.ohio-state.edu>.
522
dde6824c 523 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
524 Oberg <jonas@gnu.org>.
525
1f8437c4
RV
5262001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
527
528 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 529 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
530
531 * whitespace.el (whitespace-write-file-hook): Hook to be called
532 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
533 write will abort on detecting whitespaces.
534 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
535 automatically prior to writing.
536
537 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
538 whitespaces in the error output!
539
dde6824c 540 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
541 `indent-tabs-mode', since the latter notes user preferences on
542 TABs anyway.
543
544 * whitespace.el (whitespace-version): 3.1. All of the above issues
545 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
546
9b96c57d
GM
5472001-08-20 Gerd Moellmann <gerd@gnu.org>
548
8039284a
GM
549 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
550 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
551
9b96c57d
GM
552 * whitespace.el (whitespace-global-mode): Add autoload cookie.
553
1c71c0c3
GM
5542001-08-20 Alex Schroeder <alex@gnu.org>
555
556 * sql.el (sql-db2): Doc change.
557
5582001-08-20 Alex Schroeder <alex@gnu.org>
559
560 * sql.el (sql-postgres): Add the database at the end of the
561 parameters instead of at the beginning.
562 (sql-postgres-options): Doc change.
563
6c7f60a2
GM
5642001-08-17 Gerd Moellmann <gerd@gnu.org>
565
566 * custom.el (defcustom): Doc fix.
567
64ed6f71
GM
5682001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
569
6c7f60a2 570 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
571 returns a valid character.
572
7851eb98
EZ
5732001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
574
575 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
576 original-point for extra CR characters that are added/removed when
577 the buffer is written/read whose EOL type is -dos.
578
b76dfd21
MB
5792001-08-16 Miles Bader <miles@gnu.org>
580
581 * simple.el (line-move): Undo previous change.
1f8437c4
RV
582
583 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
584 property to input-terminating `boundary' overlays to avoid
585 line-move wierdness.
586
e67d1843
GM
5872001-08-16 Gerd Moellmann <gerd@gnu.org>
588
589 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
590 buffer in a save-restriction. Under one test case with Ediff,
591 window-scroll-functions are run with a window start that's
592 temporarily outside of the restriction.
593
21324fae
GM
5942001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
595
dde6824c 596 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
597 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
598 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
599 (texinfo-update-menu-region-beginning)
600 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
601 command, @ifnottex, to regexps, so it is found.
602
0645d241
AI
6032001-08-16 Andrew Innes <andrewi@gnu.org>
604
605 * makefile.nt (DONTCOMPILE): Omit bindings.el.
606 (DONTCOMPILE): Omit sc.el.
607
608 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
609 (DONTCOMPILE): Omit sc.el.
610
ae13fc3c
GM
6112001-08-16 Gerd Moellmann <gerd@gnu.org>
612
613 * replace.el (occur): Bind inhibit-read-only to t.
614
1369261b
MB
6152001-08-16 Miles Bader <miles@gnu.org>
616
dde6824c
SM
617 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
618 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 619
8464af45
GM
6202001-08-15 Gerd Moellmann <gerd@gnu.org>
621
ec69d5ec 622 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 623 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 624
1f8437c4 625 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
626 of a while-loop.
627
93aba6fc 628 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 629
8464af45
GM
630 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
631 Don't include term/.
632
ae13fc3c
GM
633 * mail/sc.el: Moved to obsolete/.
634
8b313639
GM
6352001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
636
637 * ps-print.el: Change error function arguments to follow Emacs
638 message convention. Doc fix.
639 (ps-print-version): New version number (6.5.4).
640 (coding-system-for-write): Change declaration position to avoid
641 XEmacs compilation gripes.
dde6824c
SM
642 (coding-system-for-read, buffer-file-coding-system):
643 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
644
645 * ps-mule.el: Doc fix.
646 (ps-mule-encode-header-string): If STRING is not a string, replace
647 STRING by empty string.
648
5fb125b4
EZ
6492001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
650
651 * frame.el (show-trailing-whitespace): Doc fix.
652
49e49b77
EZ
6532001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
654
655 * desktop.el (desktop-save): Insert the coding: tag before
656 desktop-header.
657
3e6385a4
GM
6582001-08-13 Gerd Moellmann <gerd@gnu.org>
659
0de73d5a
GM
660 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
661 its path from $els.
662
3e6385a4
GM
663 * image.el (image-jpeg-p): Fix call of substring.
664
4a9bf8a4
GM
6652001-08-10 Gerd Moellmann <gerd@gnu.org>
666
242e5463
GM
667 * play/animate.el (animate-string): Doc fix. Use a buffer
668 name with stars in it.
669 (animate-sequence): New function.
670 From Richard Stallman <rms@gnu.org>.
671
030f4537
GM
672 * frame.el (select-frame-set-input-focus): New function
673 extracted from other-frame.
674 (other-frame): Use it.
675 (next-multiframe-window, previous-multiframe-window): Use it.
676
346f18dc
GM
677 * isearch.el (isearch-other-meta-char): Don't switch to the
678 buffer of a window clicked on, when the current buffer is
679 in Isearch mode.
680
4a9bf8a4
GM
681 * image.el (image-jpeg-p): Test for APPn markers in the range
682 #xe0..#xef.
683
eaa2319f
GM
6842001-08-09 Gerd Moellmann <gerd@gnu.org>
685
3638868e
GM
686 * desktop.el (desktop-save): Don't use concat to form a file
687 name, use expand-file-name.
688
6b48d742
GM
689 * mouse.el (mouse-delete-window): Do nothing if frame has just
690 one window.
691
ed771c89
GM
692 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
693 for the minor mode name.
694
695 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
696 minor mode name.
697
dde6824c
SM
698 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
699 instead of make-mode-line-mouse2-map.
ed771c89
GM
700
701 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
702 the minor mode name.
703
dde6824c
SM
704 * emacs-lisp/easy-mmode.el (define-minor-mode):
705 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 706
dde6824c
SM
707 * calendar/calendar.el (calendar-mode-line-format):
708 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 709
a4afe04e
GM
710 * bindings.el (make-mode-line-mouse-map): Renamed from
711 make-mode-line-mouse2-map. Take additional arg MOUSE.
712 (mode-line-modified): Use mouse-3 instead of mouse-2.
713 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 714 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 715
8e3189f0
GM
716 * bindings.el (mode-line-format): Specify help-echo for line
717 number, column number and buffer-percent part of the mode-line.
718
eaa2319f
GM
719 * image.el (image-type-regexps): Allow whitespace at the start
720 of the image data for XPM, XBM and Postscript, which are
721 text files.
722 (image-jpeg-p): Correct calculation of next field offset.
723
e3601cf6
PJ
7242001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
725
726 * battery.el: Fix typo.
727
057b57f6
GM
7282001-08-08 Gerd Moellmann <gerd@gnu.org>
729
8a8ef149
GM
730 * image.el (image-type-regexps): Allow predicates. Change the way
731 JPEG images are recognized.
732 (image-jpeg-p): New function.
733 (image-type-from-data): Handle predicates in image-type-regexps.
734
057b57f6
GM
735 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
736 #:, #x, #o, and similar constructs.
737
69ebef1d
GM
7382001-08-07 Gerd Moellmann <gerd@gnu.org>
739
22d01aed
GM
740 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
741
23f46f6f
GM
742 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
743 instead of `progn'.
744
e8421604
GM
745 * tar-mode.el (tar-extract): Avoid generating a new buffer
746 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
747
ea2c6478
GM
748 * textmodes/paragraphs.el (forward-sentence): Avoid building
749 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
750
dde6824c
SM
751 * progmodes/executable.el (executable-set-magic):
752 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
753 inserting it.
754
1155d483 755 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 756 derived from the JFIF spec.
1f8437c4 757
69ebef1d
GM
758 * image.el (image-type-regexps): Use `\`' instead of `^' in
759 most regular expressions.
760
d1d850d6
PJ
7612001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
762
dde6824c 763 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 764
98a8938c
GM
7652001-08-06 Gerd Moellmann <gerd@gnu.org>
766
dde6824c
SM
767 * help.el (describe-function-1): Use find-function-search-for-symbol
768 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 769
5a397d28
GM
770 * play/animate.el (animate-birthday-present): Re-insert.
771
dde6824c
SM
772 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
773 Handle old-style menu definitions.
98a8938c 774
7b3220c0
PJ
7752001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
776
6228c05b 777 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 778 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 779
070c251e 780 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
781 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
782 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 783
dffb6224
PJ
7842001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
785
786 * textmodes/tildify.el: Milan Zamazal has new address.
787
698665d1
GM
7882001-08-03 Gerd Moellmann <gerd@gnu.org>
789
be48584d
GM
790 * custom.el (custom-set-variables): Don't test `custom-requests'
791 properties, check the third element of the options passed to
792 custom-set-variables instead.
793
5e1f85e0 794 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 795 instead of file-exists-p.
5e1f85e0 796
b0fa1513
GM
797 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
798 the mode-line face is restored. Fix several bugs.
799
698665d1
GM
800 * replace.el (perform-replace): Doc fix.
801
4a7641d9
FP
8022001-08-02 Francesco Potorti` <pot@gnu.org>
803
804 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
805 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
806 (uniquify-fix-item-base, uniquify-fix-item-filename)
807 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
808 Callers changed.
809 (uniquify-set-proposed): Changed to work with a vector item.
810 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
811 the fix list, and a list of strings for the non-file buffer
812 names. Both changes reduce consing.
813 (uniquify-rationalize-a-list): Local variable renaming.
814 (uniquify-rationalize-conflicting-sublist): Use member instead of
815 assoc.
816 (uniquify-rename-buffer): Use unless instead of if not.
817
77389930
GM
8182001-08-02 Gerd Moellmann <gerd@gnu.org>
819
dde6824c 820 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 821
cb3f945f
GM
822 * custom.el (custom-set-variables): Set options with :require
823 clauses last.
4a7641d9 824
fbc7f2a6
GM
825 * custom.el (defcustom): Doc fix.
826
77389930
GM
827 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
828
9761cd3a
EZ
8292001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
830
7e03f4c8
EZ
831 * man.el (man): Mention Man-switches in the doc string.
832 (Man-switches): Mention -a in the doc string.
833
dde6824c
SM
834 * textmodes/ispell.el (ispell-alternate-dictionary):
835 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 836
9761cd3a
EZ
837 * bindings.el: Bind shifted and control-shifted kp-* keys to the
838 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 839 <gildea@stop.mail-abuse.org>.
9761cd3a 840
cc46bfe7
FP
8412001-08-01 Francesco Potorti` <pot@gnu.org>
842
fc10ed8c
FP
843 * uniquify.el: These changes correct a corner case that the old
844 code managed correctly.
845 (uniquify-fix-item-proposed): Renamed from
846 uniquify-fix-item-min-proposed.
847 (uniquify-set-proposed): New function.
848 (uniquify-rationalize-file-buffer-names): Code reshuffled for
849 clarity and speed.
dde6824c
SM
850 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
851 This is equivalent to what the old code did.
fc10ed8c
FP
852 (uniquify-rationalize-a-list): Never recompute the proposed
853 name. Sort the conflicting sublist before rationalising it: this
854 is equivalent to what the old code did, but one directory element
855 at a time, and only when necessary.
856 (uniquify-rationalize-conflicting-sublist): Recompute here the
857 proposed name.
cc46bfe7 858
dd388130
GM
8592001-08-01 Gerd Moellmann <gerd@gnu.org>
860
81b1a79d
GM
861 * play/animate.el: Add Keywords and Maintainer. Remove a
862 reference to a removed function.
cc46bfe7 863
dd388130
GM
864 * play/animate.el (animate-string): Handle case that the string is
865 longer than the window is wide.
866
6b053e39
GM
8672001-07-31 Gerd Moellmann <gerd@gnu.org>
868
ed86208c
GM
869 * desktop.el (desktop-save): Bind coding-system-for-write to
870 `emacs-mule' for write-region.
871
10e922bd
GM
872 * delsel.el (delete-selection-pre-hook): Don't set this-command
873 to `ignore' if the region is empty.
874
dde6824c
SM
875 * international/mule.el (set-keyboard-coding-system):
876 Set keyboard-coding-system.
b23bad0b 877
6b053e39
GM
878 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
879 before accessing it.
880
d004e96a
AS
8812001-07-30 Andreas Schwab <schwab@suse.de>
882
dde6824c
SM
883 * menu-bar.el (toggle-highlight-paren-mode):
884 Use `(show-paren-mode)' as body.
d004e96a 885
892c8dea
AS
8862001-07-30 Andre Spiegel <spiegel@gnu.org>
887
888 * vc.el (vc-checkout-hook): New hook.
889 (vc-checkout): Run it.
890
21f79512
EZ
8912001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
892
dde6824c
SM
893 * progmodes/make-mode.el (makefile-macroassign-regex):
894 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 895
291e3b68
GM
8962001-07-30 Gerd Moellmann <gerd@gnu.org>
897
6594ac22
GM
898 * vc.el (vc-switch-backend): Fix autoload cookie.
899
291e3b68
GM
900 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
901 the desktop file.
902
87449711
GM
9032001-07-30 Simon Josefsson <jas@extundo.com>
904
905 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
906 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
907
bf85004b
GM
9082001-07-27 Gerd Moellmann <gerd@gnu.org>
909
75c5350a
GM
910 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
911 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
912 (last-sexp-toggle-display, eval-last-sexp-1):
913 Use last-sexp-setup-props.
75c5350a 914
cc46bfe7 915 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
916 New user-options.
917 (mouse-wheel-change-button): New function.
918 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
919 (mwheel-scroll): Ditto.
920
16098288
GM
9212001-07-26 Gerd Moellmann <gerd@gnu.org>
922
ac49effe
GM
923 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
924 `...', compare with unabbreviated printed representation instead.
925 (last-sexp-print): Bind print-length and print-level to nil.
926
be4a68f9
GM
927 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
928 before assigning text properties. Make properties rear-nonsticky.
ac49effe 929
f6e6cdf2
GM
930 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
931 (eval-last-sexp-1): Give printed text a `keymap' property and bind
932 <mouse-2> and <RET> in that map to a function printing the
933 unabbreviated value.
934
16098288
GM
935 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
936 is a buffer, put a text property `printed-value' on the printed
937 representation, with the Lisp object printed as value.
938
343462ed
EZ
9392001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
940
941 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
942 Mention the effect of eval-expression-print-length and
943 eval-expression-print-level in the doc strings. Suggested by
944 Kevin Gallagher <kevingal@onramp.net>.
945
e043664a
GM
9462001-07-25 Gerd Moellmann <gerd@gnu.org>
947
4b09e331
GM
948 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
949 for buttons > 3.
950 (xterm-mouse-translate): Handle the case that we don't get a
951 down-event.
cc46bfe7 952
dde6824c
SM
953 * emacs-lisp/find-func.el (find-function-regexp):
954 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
955 in front of the function name.
956
17635d50 957 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 958
3fb01f36
GM
959 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
960 similar events for which fake prefix keys are generated. It's no
961 longer necessary since read_key_sequence doesn't modify these
962 events for internal purposes anymore.
963
e043664a
GM
964 * files.el (auto-mode-alist): Use nroff-mode for files ending
965 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
966
a9f73104
EZ
9672001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
968
969 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
970 tool-bar-lines parameter, behave as if its value were zero.
971 (mouse-avoidance-set-pointer-shape): Don't do anything if
972 x-pointer-shape is not boundp.
973
c02a76cc
FP
9742001-07-23 Francesco Potorti` <pot@gnu.org>
975
f0188953 976 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
977 (uniquify-fix-item-base, uniquify-fix-item-filename)
978 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 979 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 980 place in the item, but was never used.
c02a76cc 981 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 982 in the item is now used as cache for the proposed name.
c02a76cc 983 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
984 newbuffile out of the loop, in the newbuffile-nd local var.
985 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 986 common case and cache it in the fourth place in the item.
f0188953 987 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 988 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
989 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
990 the cached proposed name, does much less consing and is quicker.
991 (uniquify-filename-lessp): Deleted.
dde6824c
SM
992 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
993 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
994 cached proposed name is possible.
995 (uniquify-get-proposed-name): Arguments changed, callers changed.
996 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
997 uniquify-possibly-resolvable flag, which is no more bound locally.
998 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 999 flag, which does not exist any more.
c02a76cc 1000
31fac3b8
EZ
10012001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
1002
be8cf99e
EZ
1003 * term/internal.el (IT-unicode-translations): Fix the appearance of
1004 "6`".
1005
31fac3b8
EZ
1006 * progmodes/compile.el (compile-internal): If EMACS is already
1007 defined in the environment, don't override its value.
1008
73496807
GM
10092001-07-23 Gerd Moellmann <gerd@gnu.org>
1010
9e5a7f2a
GM
1011 * play/fortune.el: Undo change of 2001-07-13.
1012 Fix autoload cookies. Add types to defcustoms.
1013 (fortune) <defgroup>: Add :link.
1014 (fortune-from-region): Use eq, not eql.
1015 From Dave Love <fx@gnu.org>.
c02a76cc 1016
5247262a 1017 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1018
73496807
GM
1019 * play/animate.el: New file.
1020
722a451d
EZ
10212001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1022
dde6824c
SM
1023 * startup.el (normal-top-level-add-subdirs-to-load-path):
1024 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1025 canonicalized names of the directories instead of inode numbers.
1026
4960e757 10272001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1028
4960e757
MK
1029 * ediff-util.el: Copyright years.
1030 (ediff-choose-syntax-table): New function.
1031 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1032 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1033 vc-state is available.
73496807 1034 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1035
4960e757
MK
1036 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1037 with-syntax-table.
73496807
GM
1038 (ediff-coding-system-for-read): From ediff-diff.el
1039 (ediff-coding-system-for-write): New variable.
1040 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1041 overlays.
73496807
GM
1042 (ediff-file-remote-p): Use file-remote-p, if available.
1043 (ediff-listable-file): New function.
1044 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1045
dde6824c
SM
1046 * ediff-mult.el (ediff-meta-insert-file-info1):
1047 Use ediff-listable-file.
c02a76cc 1048
dde6824c
SM
1049 * ediff-ptch.el (ediff-prompt-for-patch-file):
1050 Use ediff-coding-system-for-read.
73496807 1051 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1052
73496807
GM
1053 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1054 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1055
4960e757 1056 * ediff.el: Date of last update, copyright years.
c02a76cc 1057
4960e757 1058 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1059
4960e757
MK
1060 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1061 of Scott Bronson.
1062 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1063 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1064 Deleted functions.
1065 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1066 ex-token-list.
73496807 1067 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1068
dde6824c 1069 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1070 (viper-memq-char): Use viper-int-to-char.
1071 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1072 vc-locking-state.
73496807 1073 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1074
dde6824c
SM
1075 * viper.el (viper-major-mode-modifier-list):
1076 Added inferior-emacs-lisp-mode.
73496807 1077 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1078 heuristics to decide if vi state is appropriate.
73496807
GM
1079 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1080 (viper-non-hook-settings): Don't advise read-key-sequence.
1081 (viper-read-key-sequence): New function that replaces the
4960e757 1082 previously used advice to read-key-sequence.
c02a76cc 1083
73496807
GM
1084 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1085 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1086 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1087 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1088 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1089 Got rid of the negative character hack.
4960e757 1090 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1091 Use viper-read-key-sequence.
1092 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1093 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1094 Don't override existing minibuffer-setup-hook.
4960e757 1095 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1096 Convert registers to char data type.
73496807 1097 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1098
1099 * viper-keym.el: Use viper-exec-key-in-emacs.
1100
05824718
SM
11012001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1102
1103 * server.el (server-visit-files): Fix variable name typo.
1104
6e07c0a5
GM
11052001-07-20 Gerd Moellmann <gerd@gnu.org>
1106
05824718 1107 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1108 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1109
5b6858da
SM
11102001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1111
1112 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1113 return a this-error using the alternative format (a pair of markers).
1114
794d58ba
GM
11152001-07-19 Gerd Moellmann <gerd@gnu.org>
1116
4e2a256b
GM
1117 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1118
794d58ba
GM
1119 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1120 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1121
381194d0
PJ
11222001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1123
1124 * international/iso-transl.el: Fix typo in the header of the file.
1125
1126 * textmodes/picture.el (picture): Doc fix.
1127
1128 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1129 follow coding conventions in generated files.
1130
27009a49
EZ
11312001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1132
5b6858da 1133 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1134 (tool-bar-add-item): Don't call image-related primitives if the
1135 display doesn't support images.
1136
1137 * frame.el (display-images-p): New function.
1138
467f1209
GM
11392001-07-17 Gerd Moellmann <gerd@gnu.org>
1140
1141 * server.el (server-visit-files): Handle the case the specified
1142 column number is <= 0.
1143
11442001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1145
1146 * startup.el (command-line-1): Add support for +LINE:COLUMN
1147 command line argument.
1148
11492000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1150
5b6858da
SM
1151 * server.el (server-process-filter, server-visit-files):
1152 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1153
9781053a
PJ
11542001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1155
1156 * emacs-lisp/easy-mmode.el: Add Keywords header.
1157
1158 * play/pong.el: Author has new address.
1159
1160 * play/landmark.el: Author is no more reachable.
1161
1162 * play/handwrite.el: Author is no more reachable.
1163
5b6858da
SM
11642001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1165
1166 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1167 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1168 Complete bindings for F<1..12> keys.
1169 (global-map): Remove `undo' binding (already in the default).
1170 Replace `t<n>' bindings with `f<n>' bindings.
1171
a38b71b0
SM
11722001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1173
1174 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1175 (tcl-mode): Use tcl-add-log-defun.
1176 (tcl-indent-line): Use tcl-calculate-indent.
1177 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1178 (tcl-indent-exp): Renamed from indent-tcl-exp.
1179 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1180 (tcl-indent-for-comment): Call comment-indent-function properly
1181 and handle the case where it returns nil.
1182
c1d61a7d
GM
11832001-07-16 Gerd Moellmann <gerd@gnu.org>
1184
a38b71b0
SM
1185 * calendar/cal-islam.el (calendar-goto-islamic-date):
1186 Remove autoload cookie.
1187
1188 * calendar/calendar.el (calendar-goto-islamic-date):
1189 Add call to autoload.
c1d61a7d 1190
c59fb719
SM
11912001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1192
1193 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1194 Don't change compile-auto-highlight globally.
1195 Don't bother with `font-lock-defaults' property since XEmacs
1196 also understands the `font-lock-defaults' variable.
1197 Use make-local-variable rather than make-variable-buffer-local.
1198 Don't `defconst' comment-indent-function: keep the default.
1199 Call easy-menu-add unconditionally.
1200 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1201 (ada-create-menu): Use :included for Emacs as well.
1202
1203 * vc.el (vc-do-command): Autoload.
1204
1205 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1206
652a9be9
PJ
12072001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1208
1209 * ps-print.el: Fix Author: header.
1210
c3d6be34
GM
12112001-07-16 Gerd Moellmann <gerd@gnu.org>
1212
4391d40d
GM
1213 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1214 mouse-1 etc., bind them to `ignore'.
1215
c3d6be34
GM
1216 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1217 send-invisible, which is already defined in Comint.
1218 (eshell-watch-for-password-prompt): Use it.
1219
e8af40ee
PJ
12202001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1221
3c3e43ef
PJ
1222 * which-func.el (which-func-mode): Doc fix.
1223
e8af40ee 1224 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1225 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1226 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1227 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1228 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1229 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1230 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1231 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1232 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1233 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1234 * emulation/edt-mapper.el, emulation/edt-pc.el,
1235 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1236 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1237 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1238 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1239 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1240 * international/isearch-x.el, international/iso-cvt.el,
1241 * international/ogonek.el, international/quail.el,
1242 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1243 * language/devanagari.el, language/ethio-util.el,
1244 * language/ethiopic.el, language/european.el, language/indian.el,
1245 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1246 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1247 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1248 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1249 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1250 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1251 * progmodes/autoconf.el, progmodes/cmacexp.el,
1252 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1253 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1254 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1255 * progmodes/ebnf2ps.el, progmodes/executable.el,
1256 * progmodes/fortran.el, progmodes/idlw-shell.el,
1257 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1258 * progmodes/m4-mode.el, progmodes/mantemp.el,
1259 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1260 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1261 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1262 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1263 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1264 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1265 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1266 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1267 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1268 * textmodes/two-column.el, time-stamp.el, timezone.el,
1269 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1270 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1271 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1272 conventions.
1273
bb24c64f
GM
12742001-07-16 Gerd Moellmann <gerd@gnu.org>
1275
1276 * simple.el (set-variable): Require 'cus-edit' instead of
1277 `wid-edit', so that the Custom widgets get defined.
1278
6a05d05f
PJ
12792001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1280
1281 * allout.el: A fix to follow coding conventions.
1282
1283 * find-lisp.el: A fix to follow coding conventions.
1284
1285 * term/w32-win.el: A fix to follow coding conventions.
1286
1287 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1288
1289 * term/xterm.el: A fix to follow coding conventions.
1290
1291 * term/news.el: A fix to follow coding conventions.
1292
1293 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1294 header line fixed.
1295
1296 * sun-curs.el: Fix Maintainer: header line.
1297
1298 * emacs-lisp/easymenu.el: Address of the author added.
1299
1b85bd12
GM
13002001-07-16 Gerd Moellmann <gerd@gnu.org>
1301
1302 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1303 property.
1304
6e44da43
PJ
13052001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1306
1307 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1308 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1309 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1310 Some fixes to follow coding conventions.
6e44da43 1311
6033fc96
GM
13122001-07-16 Gerd Moellmann <gerd@gnu.org>
1313
1314 * which-func.el (which-func-mode): Doc fix.
1315
5d3d1e32
SM
13162001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1317
1318 * net/rcompile.el (remote-compile): Use make-local-variable.
1319
1320 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1321
1322 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1323
1324 * mail/reporter.el (reporter-submit-bug-report):
1325 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1326
55535639
PJ
13272001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1328
3afbc435 1329 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1330 * calendar/cal-dst.el, calendar/cal-french.el,
1331 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1332 * calendar/cal-iso.el, calendar/cal-julian.el,
1333 * calendar/cal-mayan.el, calendar/cal-persia.el,
1334 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1335 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1336 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1337 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1338 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1339 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1340 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1341 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1342 * progmodes/ada-xref.el, progmodes/cc-align.el,
1343 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1344 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1345 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1346 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1347 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1348 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1349 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1350 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1351 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1352 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1353 conventions in Eshell files with known maintainers.
1354
1355 * emulation/viper.el: A fix to follow coding conventions.
1356
60370d40 1357 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1358 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1359 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1360 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1361 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1362 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1363 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1364 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1365 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1366 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1367 conventions in Eshell files.
1368
1369 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1370 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1371 * emulation/pc-mode.el, emulation/viper-cmd.el,
1372 * emulation/viper-ex.el, emulation/viper-init.el,
1373 * emulation/viper-keym.el, emulation/viper-macs.el,
1374 * emulation/viper-mous.el, emulation/viper-util.el,
1375 * emulation/viper.el, forms-pass.el, international/ccl.el,
1376 * international/characters.el, international/encoded-kb.el,
1377 * international/fontset.el, international/ja-dic-cnv.el,
1378 * international/ja-dic-utl.el, international/kinsoku.el,
1379 * international/kkc.el, international/mule-cmds.el,
1380 * international/mule-diag.el, international/mule-util.el,
1381 * international/mule.el, international/titdic-cnv.el,
1382 * language/china-util.el, language/chinese.el,
1383 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1384 * language/greek.el, language/hebrew.el, language/japan-util.el,
1385 * language/japanese.el, language/korea-util.el, language/korean.el,
1386 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1387 * language/slovak.el, language/thai-util.el, language/thai.el,
1388 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1389 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1390 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1391 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1392 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1393 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1394 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1395 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1396 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1397 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1398 to follow coding conventions in files without maintainer or in files
1399 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1400
1401 * emacs-lisp/elp.el: A fix to follow coding conventions.
1402
715a2ca2 1403 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1404 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1405 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1406 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1407 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1408 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1409 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1410 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1411 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1412 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1413 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1414 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1415 conventions in files from Gnus.
1416
55535639 1417 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1418 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1419 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1420 * echistory.el, electric.el, emacs-lisp/authors.el,
1421 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1422 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1423 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1424 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1425 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1426 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1427 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1428 * international/codepage.el, international/iso-ascii.el,
1429 * international/iso-insert.el, international/iso-transl.el,
1430 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1431 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1432 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1433 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1434 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1435 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1436 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1437 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1438 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1439 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1440 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1441 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1442 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1443 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1444 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1445 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1446 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1447 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1448 * textmodes/tex-mode.el, textmodes/text-mode.el,
1449 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1450 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1451 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1452 files maintained by FSF.
1453
1cd7adc6
PJ
14542001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1455
1456 * arc-mode.el: A fix to follow coding conventions.
1457
1458 * bindings.el: Ditto.
1459
1460 * cdl.el: Ditto.
1461
1462 * comint.el: Ditto.
1463
1464 * cus-start.el: Ditto.
1465
1466 * shell.el: Ditto.
1467
1468 * skeleton.el: Ditto.
1469
07b1b912
SM
14702001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * info.el (Info-build-node-completions):
1473 Make Info-current-file-completions buffer local.
1474
09938b67
GM
14752001-07-13 Gerd Moellmann <gerd@gnu.org>
1476
e0f82ad8 1477 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1478 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1479
07b1b912 1480 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1481 Add autoload cookie.
aa11456f 1482
09938b67
GM
1483 * play/fortune.el: Add types to defcustoms.
1484
ebea5735
PJ
14852001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1486
09938b67 1487 * language/czech.el: A fix to follow coding conventions.
ebea5735 1488
ec7dc7e1
EZ
14892001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1490
1491 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1492 to the extension list, for antlr-mode. From Christoph Wedler
1493 <Christoph.Wedler@sap.com>.
1494
ec402ad4
SM
14952001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1496
1497 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1498 (vc-dired-mode-map): Fix the madness.
1499
1500 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1501 (vc-prefix-map): Moved back from vc.el.
1502
a777242c
GM
15032001-07-11 Gerd Moellmann <gerd@gnu.org>
1504
07b1b912
SM
1505 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1506 Increase the size of the obarray.
a777242c
GM
1507 (mail-extr-all-top-level-domains): Add more toplevel domains,
1508 add more long names.
1509 From: Per Starback <starback@ling.uu.se>.
1510
874d7995
EZ
15112001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1512
1513 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1514 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1515
1516 * progmodes/ada-mode.el: Ditto.
1517
1518 * progmodes/ada-xref.el: Ditto.
1519
ff524b84
MB
15202001-07-11 Miles Bader <miles@gnu.org>
1521
1522 * finder.el (finder-insert-at-column): Also move to the next line
1523 if exactly at COLUMN.
1524
6b05fae3
GM
15252001-07-10 Gerd Moellmann <gerd@gnu.org>
1526
6ce5615d
GM
1527 * help.el (describe-function-1): When printing FUNCTION's
1528 documentation, don't assume FUNCTION is a symbol.
1529
6b05fae3
GM
1530 * startup.el (normal-top-level): Don't operate on the initial
1531 frame if we failed to create one.
1532
19da29f9
GM
15332001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1534
1535 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1536 itself, i.e. only indent the contents in it.
1537
6f19114e
GM
15382001-07-10 Markus Rost <rost@math.ohio-state.edu>
1539
1540 * mail/rmail.el (rmail-show-message): Show beginning of message in
1541 all windows containing it.
1542
8184a578
EZ
15432001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1544
1545 * term/tty-colors.el: Fix the header line and copyright years.
1546
524ac5b2
GM
15472001-07-09 Gerd Moellmann <gerd@gnu.org>
1548
4033ae9d
GM
1549 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1550 original definition has an interactive form, but is Elp
1551 instrumented, use the interactive form of the function called by
1552 elp-wrapper.
1553
59c2dcf4
GM
1554 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1555 configurations with compare-window-configuration; they aren't
1556 window configurations.
1557
524ac5b2
GM
1558 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1559 from the server for the format we expect. Don't use it if it
c59fb719 1560 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1561
06c66e1c 1562 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1563 From Luis Fernandes <elf@ee.ryerson.ca>.
1564
524ac5b2 15652001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1566
1567 * cc-cmds.el: Extended the kludge to interoperate with the
1568 delsel and pending-del packages wrt to the new function
1569 `c-electric-delete-forward'.
1570
851040a5
SM
15712001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1572
1573 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1574 to delay the call to <mode> for global minor modes.
1575 (easy-mmode-define-navigation): Only recenter if interactive.
1576
6573d87f
GM
15772001-07-06 Gerd Moellmann <gerd@gnu.org>
1578
a25e82a8
GM
1579 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1580 to lisp-indent-line.
1581
6573d87f
GM
1582 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1583 from the server. Call encode-time only when we are sure that we
1584 got a 213 response.
1585
c1a1fd60
GM
15862001-07-06 Simon Josefsson <jas@extundo.com>
1587
1588 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1589 (mail-envelope-from): New user option.
1590 (sendmail-send-it): Use it.
1591
4b81a999
GM
15922001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1593
851040a5
SM
1594 * ps-print.el: Use locale dependant date to print date in header.
1595 Doc fix.
4b81a999
GM
1596 (ps-print-version): New version number (6.5.3).
1597 (ps-right-header, ps-right-footer): Initialization and doc fix.
1598 (ps-time-stamp-locale-default): New fun.
1599
a2cc5c4f
GM
16002001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1601
1602 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1603 field problem with MIME-mode.
1604
1605 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1606
16072001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1608
1609 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1610 MIME-mode.
1611
a9b511e0
EZ
16122001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1613
1614 * bindings.el (mode-line-mule-info): Don't show the tip with
1615 buffer-file-coding-system if that is nil.
1616
0f60e5ff
GM
16172001-07-05 Gerd Moellmann <gerd@gnu.org>
1618
f25cfe53
GM
1619 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1620 instead of kill-line.
1621
5f72adc0
GM
1622 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1623 <Pavel@Janik.cz>.
1624
1625 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1626 <Pavel@Janik.cz>.
0f60e5ff 1627
b5e2c7a7
GM
16282001-07-04 Gerd Moellmann <gerd@gnu.org>
1629
1630 * font-lock.el (c-font-lock-keywords-3): When matching something
1631 like `struct X Y', finish with point after Y.
1632
e5836af8 16332001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1634
e5836af8 1635 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1636 in caller buffer.
e5836af8 1637
f1c53471
EZ
16382001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1639
bf4041b6 1640 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1641 instead of string-match to find the basename of the file.
1642 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1643
851040a5
SM
1644 * net/browse-url.el (browse-url-default-windows-browser):
1645 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1646 (browse-url-browser-function) [ms-dos]: Default to
1647 browse-url-default-windows-browser.
1648
f1c53471
EZ
1649 * help.el (locate-library): Enable code that looks for compressed
1650 libraries if auto-compression-mode is on.
1651
4ce5c223
SM
16522001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1653
1654 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1655
dd441b46
GM
16562001-07-02 Gerd Moellmann <gerd@gnu.org>
1657
4ce5c223 1658 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1659
7a3ee510
EZ
16602001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1661
33e432b1
EZ
1662 * allout.el: Fix the header line, so that finder.el recognizes it.
1663 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1664
4ce5c223
SM
1665 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1666 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1667
3024d920
EZ
16682001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1669
4ce5c223 1670 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1671
3024d920
EZ
1672 * ps-bdf.el (bdf-directory-list): Use the value relative to
1673 installation-directory for MS-Windows as well.
1674
0c1baae8
RS
16752001-06-29 Richard M. Stallman <rms@gnu.org>
1676
1677 * wid-edit.el (widget-color-sample-face-get):
1678 Return ((foreground-color . COLOR)) instead of constructing a face.
1679
442ebe98
EZ
16802001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * faces.el (region): Change the background color for the
1683 light-background color display to lightgoldenrod2, to make it
1684 visible on some laptops.
1685
6519817e
RS
16862001-06-28 Richard M. Stallman <rms@gnu.org>
1687
1688 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1689 (rmail-msg-restore-non-pruned-header): Likewise.
1690 If point was in the old pruned header, put it at the top.
1691 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1692
6519817e
RS
1693 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1694 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1695
15533ae2
SM
16962001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1697
1698 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1699
19a448e3
KF
17002001-06-28 Karl Fogel <kfogel@red-bean.com>
1701
1702 * saveplace.el: Update maintainer email address.
1703
a17555fd
FP
17042001-06-27 Francesco Potorti` <pot@gnu.org>
1705
15533ae2
SM
1706 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1707 Undo previous change.
a17555fd
FP
1708
17092001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1710
1711 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1712 preliminary quick reordering. Can speed things up dramatically.
1713
555cc9ca
RS
17142001-06-26 Richard M. Stallman <rms@gnu.org>
1715
4d68abe0
RS
1716 * dired.el (dired-get-filename): A file name starting with ~
1717 is not absolute in this context.
1718
555cc9ca
RS
1719 * which-func.el (which-func-maxout): Increase default to 500000.
1720 (which-function-mode): This is now the "real" name of the function.
1721 (which-func-mode): Now an alias.
1722 (which-func-mode-global): Name deleted.
1723
1724 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1725 button-2, when binding hs-mouse-toggle-hiding.
1726
d9bad487
GM
17272001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1728
15533ae2 1729 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1730 (rmail-msg-prune-header): Likewise.
1731 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1732 and `rmail-msg-prune-header'.
1733
da197e75
SM
17342001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1735
1736 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1737 back than LINEBEG.
1738
9501b986
EZ
17392001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1740
1741 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1742 window where they clicked the mouse has a header line, adjust
1743 vertical movement by one.
1744
7aee34d3
GM
17452001-06-25 Milan Zamazal <pdm@zamazal.org>
1746
da197e75
SM
1747 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1748 too when separating a parenthesis.
7aee34d3 1749
b9cc92a4
EZ
17502001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1751
1752 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1753 (bookmark-bmenu-hide-filenames): Add help-echo to
1754 mouse-highlighted text.
1755 (bookmark-bmenu-show-filenames): Remove help-echo property from
1756 the whitespace.
1757
e55c4863
EZ
17582001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1759
da197e75
SM
1760 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1761 From Karl Eichwalder <ke@suse.de>.
e55c4863 1762
4bd41f5a
RS
17632001-06-23 Richard M. Stallman <rms@gnu.org>
1764
1765 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1766
1767 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1768 contents for completing-read.
1769
fdae95d4
RS
17702001-06-22 Richard M. Stallman <rms@gnu.org>
1771
1772 * menu-bar.el (menu-bar-make-toggle): Construct the
1773 function's doc string from HELP, not DOC, and make it accurate by
1774 adding "Toggle whether to " at the front and downcasing the initial.
1775 Change the HELP arg in some calls to make it fit this usage.
1776
1777 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1778 Undo previous change.
1779
5f0e1d42
EZ
17802001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1781
1fd63d9b
EZ
1782 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1783
da197e75 1784 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1785
2ebf8f54
EZ
17862001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1787
7a03d9cd
EZ
1788 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1789
2ebf8f54
EZ
1790 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1791
4de68712
RS
17922001-06-20 Richard M. Stallman <rms@gnu.org>
1793
1794 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1795 broken out from dabbrev--find-expansion. Handle minibuffer
1796 specially here.
1797 (dabbrev--find-expansion): Simplify code in various ways.
1798 Don't treat minibuffers specially.
1799 Call dabbrev--make-friend-buffer-list.
da197e75 1800 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1801 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1802
f84e9763 18032001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1804
f84e9763
JW
1805 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1806 Also, added a comment describing how to greatly speedup Eshell
1807 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1808
f5f3efaa 18092001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1810
da197e75
SM
1811 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1812
f84e9763
JW
18132001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1814
1815 * woman.el (WoMan-highlight-references): Add help-echo to
1816 mouse-highlighted text.
b868ed49 1817
f7ac3e28
SM
18182001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1819
1820 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1821
f6f1beba
GM
18222001-06-18 Gerd Moellmann <gerd@gnu.org>
1823
f7ac3e28
SM
1824 * international/quail.el (quail-start-conversion):
1825 Reset quail-translating to nil.
db8f7303 1826
f6f1beba
GM
1827 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1828 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1829
1a0b9ae6
EZ
18302001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1831
855eca56
EZ
1832 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1833 mouse-highlighted text.
1834
1a0b9ae6
EZ
1835 * dired.el (dired-mark-pop-up): Fix last change.
1836
e75e894b
EZ
18372001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1838
218abc51
EZ
1839 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1840 mouse-highlighted text.
1841
d36ca65d
EZ
1842 * net/quickurl.el (quickurl-url-file): Run through
1843 convert-standard-filename.
1844 (quickurl-list-populate-buffer): Add help-echo to
1845 mouse-highlighted text.
1846 (top-level): Update Dave's URL.
1847
092924fd
EZ
1848 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1849 mouse-highlighted text.
1850
f7ac3e28
SM
1851 * textmodes/page-ext.el (pages-copy-header-and-position):
1852 Add help-echo to mouse-highlighted text.
092924fd
EZ
1853
1854 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1855 mouse-highlighted text.
1856
1857 * replace.el (occur): Add help-echo to mouse-highlighted text.
1858
1859 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1860 mouse-highlighted text.
1861
1862 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1863 mouse-highlighted text.
1864
f7ac3e28
SM
1865 * progmodes/compile.el (compile-reinitialize-errors):
1866 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1867 (compilation-forget-errors): Remove help-echo property as well.
1868
f7ac3e28
SM
1869 * play/landmark.el (lm-plot-square, lm-init-display):
1870 Add help-echo to mouse-highlighted text.
092924fd 1871
f7ac3e28
SM
1872 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1873 Add help-echo to mouse-highlighted text.
092924fd
EZ
1874
1875 * dired.el (dired-insert-set-properties): Add help-echo to
1876 mouse-highlighted text.
f7ac3e28 1877 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1878
1879 * comint.el (comint-send-input): Add help-echo to
1880 mouse-highlighted text.
1881
1882 * buff-menu.el (list-buffers-noselect): Add help-echo to
1883 mouse-highlighted text.
1884
1885 * arc-mode.el (archive-summarize-files): Add help-echo to
1886 mouse-highlighted text.
1887
e75e894b
EZ
1888 * ffap.el (ffap-machine-p): Always return nil if
1889 open-network-stream is not fboundp.
1890
f621ed9d
SM
18912001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1892
1893 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1894 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1895 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1896 incorrectly binding chars between 128 and 256 to it.
1897 (sgml-maybe-name-self): Handle latin-1 chars properly.
1898 (sgml-tags-invisible): Bind buffer-file-name to nil.
1899 Use unwind-protect and restore-buffer-modified-p.
1900 (sgml-point-entered): Use buffer-substring-no-properties.
1901 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1902 (html-mode): Don't force `imenu-sort-function'.
1903
884e8578
EZ
19042001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1905
d5b49f47
EZ
1906 * tar-mode.el: Fix the copyright notice.
1907
ce6b1982
EZ
1908 * font-lock.el (font-lock-comment-face): For tty's with dark
1909 background, use "red1", since "lightred" is not one of the colors
1910 recognized by tty-colors.el.
1911
884e8578
EZ
1912 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1913 create a buffer for extracted file, in case there's more than one
1914 file by that name in an archive, possibly in different
1915 directories. From Kevin Rodgers <kevinr@ihs.com>.
1916
1917 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1918 <alex@gnu.org>.
1919
72190a54
MB
19202001-06-15 Miles Bader <miles@gnu.org>
1921
f621ed9d
SM
1922 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1923 Revert previous change.
72190a54 1924
e4cdc335
RS
19252001-06-14 Richard M. Stallman <rms@gnu.org>
1926
1927 * replace.el (keep-lines-read-args): Return just a regexp.
1928 Provide nil for the region args.
f621ed9d 1929 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1930 Calculate the defaults for the region here, when args are nil.
1931
c8c6b45a
EZ
19322001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1933
1934 * rot13.el (rot13-other-window): Some more doc fix.
1935
f54701d1
EZ
19362001-06-14 Per Starback <starback@ling.uu.se>
1937
1938 * replace.el (case-replace, query-replace-from-history-variable)
1939 (query-replace-to-history-variable, keep-lines-read-args)
1940 (occur-revert-function, query-replace-help): Dox fix.
1941
1604ce98
EZ
19422001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1943
1944 * rot13.el (rot13-other-window): Doc fix.
1945
22058843
MB
19462001-06-14 Miles Bader <miles@gnu.org>
1947
1948 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1949 of " and \ to "." (punctuation).
1950 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1951
e4cdc335
RS
19522001-06-13 Richard M. Stallman <rms@gnu.org>
1953
1954 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1955
1956 * simple.el (shell-command-on-region): Never kill the
1957 *Shell Command Output* buffer.
1958
a62d56ab
SM
19592001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1960
1961 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1962
4a0aa1d9
SM
19632001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1964
1965 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1966 New var, to recognize ${ $' and PODs.
1967 (perl-font-lock-syntactic-face-function): New function.
1968 (perl-mode): Use them.
1969 (perl-continuation-line-p): New function, from perl-calculate-indent.
1970 (perl-calculate-indent): Use it, to properly handle continuation
1971 lines of continuation lines.
1972
b5a9911c
EZ
19732001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1974
1975 * server.el (server-process, server-buffer-clients): Doc fix.
1976 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1977
0f056ec1
JW
19782001-06-09 John Wiegley <johnw@gnu.org>
1979
1980 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1981 test if the last command was Lisp or not.
1982 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1983 B x C".
1984
e5e316b0
EZ
19852001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1986
1987 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1988 general one on compile.el supports drive letters.
7f4350a7
CD
1989
19902001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1991
5a905a7e 1992 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1993 key description.
7f4350a7
CD
1994
1995 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1996
5a905a7e 1997 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1998 (reftex-toc-jump): New command.
1999
2000 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 2001 to parse international characters as well.
7f4350a7 2002
5a905a7e 2003 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 2004 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2005
5a905a7e
SM
2006 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2007
2008 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2009 TAB to the key separators.
7f4350a7 2010
73419021
EZ
20112001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2012
2013 * international/mule.el (auto-coding-alist): Remove redundant
2014 up-cased versions of the extensions (auto-coding-alist-lookup is
2015 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2016 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2017
cada28bb
EZ
20182001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2019
2020 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2021
4f7666dc
RS
20222001-06-01 Richard M. Stallman <rms@gnu.org>
2023
2024 * help.el (describe-variable): Put value on same line
2025 with preceding text, if it is short enough to look good that way.
2026
70079787
EZ
20272001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2028
2029 * term/internal.el (IT-unicode-translations): New variable.
2030 (IT-setup-unicode-display): New function.
2031
c86f4619
GM
20322001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2033
2034 * ps-print.el: Handle before-string and after-string overlay properties
2035 in ps-print-*-with-faces commands. Doc fix.
2036 (ps-print-version): New version number (6.5.2).
2037 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2038 for XEmacs.
2039 (ps-prefix-quote): Doc fix.
c6d452ad 2040 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2041 (ps-basic-plot-str, ps-plot-string): New funs.
2042
1ea98518
SM
20432001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2044
2045 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2046 and :type spec.
2047
2b1ec973
GM
20482001-05-31 Gerd Moellmann <gerd@gnu.org>
2049
1ea98518
SM
2050 * international/mule-cmds.el (inactivate-input-method):
2051 Set input-method-function to nil.
2b1ec973 2052
94843cc1
GM
2053 * xml.el (xml-parse-tag): The document may contain invalid characters.
2054 From ShengHuo ZHU <zsh@cs.rochester.edu>
2055
9652931f
GM
20562001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2057
2058 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2059 `rmail-summary-line-decoder' if the message does not have
2060 a Subject: field.
9652931f 2061
1ea98518 2062 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2063
1ea98518
SM
2064 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2065 New variable.
9652931f
GM
2066 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2067 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2068 is non-nil.
2069
f7ac3e28
SM
20702001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2071
2072 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2073
b781e739
SS
20742001-05-29 Sam Steingold <sds@gnu.org>
2075
00f51890
SS
2076 * faces.el (face-valid-attribute-values): Bind `valid' directly
2077 instead of using `setq'.
2078
b781e739
SS
2079 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2080 Use `tex-shell-buf'.
2081 (tex-shell-proc): Use `tex-shell-running'.
2082 (tex-shell-buf-no-error): New function.
2083 (tex-send-tex-command): Use it.
2084 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2085 (tex-kill-job): Check the process before calling `quit-process'.
2086
3d0e328b
GM
20872001-05-29 Gerd Moellmann <gerd@gnu.org>
2088
1ea98518
SM
2089 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2090 UTF-8 sequences.
3d0e328b 2091
8bd6307f
GM
20922001-05-28 Miles Bader <miles@gnu.org>
2093
2094 * comint.el (comint-carriage-motion): Renamed from
2095 `comint-cr-magic'. Operate on the buffer instead of the string
2096 (for use as a comint post-output filter, instead of as a
2097 pre-output filter). Handle backspaces too. Add to the
2098 `comint-output-filter-functions' hook instead of
2099 `comint-preoutput-filter-functions'.
2100
89c8dc6c
GM
21012001-05-28 Gerd Moellmann <gerd@gnu.org>
2102
2103 * language/japan-util.el (japanese-hankaku): Prefer the charset
2104 `jisx0201' when the optional argument `ascii-only' is not specified.
2105 (japanese-hankaku-region): Ditto.
2106 From Katsumi Yamaoka <yamaoka@jpl.org>
2107
f25c1b9b
SM
21082001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2109
2110 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2111 (outline-invisible-p): New function.
2112 (hide-leaves): Save excursion.
2113 (hide-other): Stop looping when reaching bobp.
2114
719bb352
EZ
21152001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2116
2117 * cus-edit.el (custom-file): Fix last change.
2118
d686d354
SM
21192001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2120
2121 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2122 same definition in byte-compile-function-environment as `autoload'
2123 would put in `symbol-function'.
2124
2125 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2126 patch to correct the error message as well.
2127
49b1a638
EZ
21282001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2129
71261a01
EZ
2130 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2131 unless ~/.emacs exists.
2132
49b1a638
EZ
2133 * novice.el (enable-command): If user-init-file is nil or does not
2134 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2135
a434b175
SM
21362001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2137
15ca8de7
SM
2138 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2139 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2140 Allow spaces around macro arguments.
2141 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2142 indent-for-tab-command.
2143 (latex-mode-map, plain-tex-mode-map): New keymaps.
2144 Inherit from tex-mode-map.
2145 (tex-common-initialization): Don't setup the keymap any more
2146 since it's now done right by define-derived-mode.
2147 (latex-mode): Set skeleton-end-hook to nil.
2148 (latex-skeleton-end-hook): Remove.
2149 (tex-latex-block, latex-insert-item): Simplify.
2150 (latex-syntax-after): Use following-char rather than char-after.
2151 (tex-discount-args-cmds, tex-count-words): New functions.
2152
2153 * textmodes/tildify.el (tildify-ignored-environments-alist):
2154 Recognize \verb* as well.
2155
2156 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2157 (perl-comment-indent): Simplify to let newcomment.el do its job.
2158 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2159 (perl-mark-function): Cleanup the namespace.
2160 (perl-calculate-indent): Don't be fooled by nested functions.
2161
2162 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2163
a434b175
SM
2164 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2165 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2166
4e7e1f03
AC
21672001-05-25 Andrew Choi <akochoi@i-cable.com>
2168
2169 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2170 actually be `\\'.
2171 (ctlau-b5-converter): Likewise.
2172
2bef0948
AC
21732001-05-24 Andrew Choi <akochoi@i-cable.com>
2174
2175 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2176 Change CTLauB.el to CTLau-b5.el.
2177
d2d1851b
SM
21782001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2179
2180 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2181 rather than beginning-of-line to avoid problems with fields.
2182 (gud-perldb-massage-args): Use unless and push.
2183 (gud-chdir-before-run): New var.
2184 (gud-common-init): Use it.
2185
5e3d4fbc
AC
21862001-05-24 Andrew Choi <akochoi@i-cable.com>
2187
2188 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2189 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2190 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2191 chinese-ctlaub.
d2d1851b
SM
2192 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2193 New functions.
5e3d4fbc 2194
0216c3df
GM
21952001-05-22 Gerd Moellmann <gerd@gnu.org>
2196
f1f65349
GM
2197 * cus-edit.el (custom-comment-show): Remove debug code.
2198
0216c3df
GM
2199 * language/japan-util.el (japanese-symbol-table): Fix handling of
2200 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2201
e8a1ed31
SM
22022001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2203
2204 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2205 Renamed by removing the silly `-flag' suffix.
2206 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2207
7246200c
SM
22082001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2209
2210 * replace.el (keep-lines-read-args): Use `copy-marker'.
2211 (how-many): Save excursion properly.
2212 (occur-mode): Use define-derived-mode.
2213 (perform-replace): Use with-current-buffer.
2214
7e971261
RS
22152001-05-20 Richard M. Stallman <rms@gnu.org>
2216
65569e52
RS
2217 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2218
cc9684e8
RS
2219 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2220
9ca00e71
RS
2221 * info.el (Info-read-subfile): Widen before finding the
2222 desired node in the subfile.
2223
7e971261
RS
2224 * startup.el (command-line-1): When >2 files visited,
2225 leave the last one visible, and make that the selected window.
2226
7c5312b2
GM
22272001-05-20 Gerd Moellmann <gerd@gnu.org>
2228
2229 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2230
310e9a21
EZ
22312001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2232
7246200c
SM
2233 * international/ccl.el (define-ccl-program): Fix a typo.
2234 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2235
2236 * international/mule.el (decode-char): Fix a typo. From Pavel
2237 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2238
2239 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2240 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2241
310e9a21
EZ
2242 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2243 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2244
ef55aa6c
SS
22452001-05-18 Sam Steingold <sds@gnu.org>
2246
7246200c 2247 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2248 and [RET] to `cvs-mode-find-file'.
2249
c9f3bebe
JW
22502001-05-18 John Wiegley <johnw@gnu.org>
2251
2252 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2253 configuration variable, which determines the initial character
2254 that forces use of an external version of a command. The default
2255 is *, but may be set to \, for example.
2256
2257 * eshell/esh-ext.el (eshell-explicit-command):
2258 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2259
c9f3bebe
JW
2260 * eshell/esh-cmd.el (eshell/which):
2261 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2262
7c5312b2
GM
2263 * eshell/em-cmpl.el (eshell-completion-command-name)
2264 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2265 instead of ?*.
2266
1c66d9fb
GM
22672001-05-18 Gerd Moellmann <gerd@gnu.org>
2268
a724ed38
GM
2269 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2270 subst-char-in-string.
2271 (ange-ftp-after-parse-ls-hook): New variable.
2272 (ange-ftp-ls): Run that hook.
2273 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2274
0595722b
GM
2275 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2276 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2277 text into *Completions*.
2278
1c66d9fb
GM
2279 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2280 part of which look like email addresses.
2281
c5bdb93d
AI
22822001-05-18 Andrew Innes <andrewi@gnu.org>
2283
7246200c
SM
2284 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2285 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2286 cmd.exe's handling of FOR loops.
2287 (autoloads): Set find-file-suppress-same-file-warnings to t to
2288 avoid slew of spurious messages.
2289
9a1211f2
GM
22902001-05-18 Simon Josefsson <simon@josefsson.org>
2291
2292 * mail/smtpmail.el (maybe-append-domain): Renamed to
2293 `smtpmail-maybe-append-domain'.
2294 (smtpmail-via-smtp): Use the new name.
2295
29148a3f
GM
2296 * net/browse-url.el (browse-url-browser-function): Add kde.
2297 (browse-url-kde-program, browse-url-kde-args): New variables.
2298 (browse-url-kde): New function.
2299
9ab59a1a
MB
23002001-05-18 Miles Bader <miles@gnu.org>
2301
7246200c
SM
2302 * simple.el (delete-horizontal-space, just-one-space):
2303 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2304 because it's more efficient for large files.
2305
cebf1b97
GM
23062001-05-17 Gerd Moellmann <gerd@gnu.org>
2307
f90c23ca
GM
2308 * mail/rmail.el (rmail-require-mime-maybe): New function.
2309 (rmail): Use it.
2310 (rmail-mode): Handle the case of finding Rmail files.
2311
cebf1b97
GM
2312 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2313 functions.
2314
df22166e
SM
23152001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2316
2317 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2318 text-property after moving to the beginning of line and regardless
2319 of the value of font-lock-multiline.
2320
2ca0d5f1
GM
23212001-05-17 Gerd Moellmann <gerd@gnu.org>
2322
e85e809a
GM
2323 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2324
2ca0d5f1
GM
2325 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2326 last coding system used before calling set-buffer-modified-p
2327 because that function changes last-coding-system.
2328
4c6a4739
EZ
23292001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2330
2331 * files.el (switch-to-buffer-other-window)
2332 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2333 the doc string.
2334
f08cf35b
GM
23352001-05-17 Gerd Moellmann <gerd@gnu.org>
2336
2337 * language/slovak.el, language/czech.el: New maintainer.
2338
2180ea97
SS
23392001-05-16 Sam Steingold <sds@gnu.org>
2340
f08cf35b 2341 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2342 sub-form of `defgeneric' correctly.
2343
9bae8781
GM
23442001-05-16 Gerd Moellmann <gerd@gnu.org>
2345
a90b3d3c
GM
2346 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2347 of `c'.
2348
1b7818b4 2349 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2350 condition-case, test what outline-level returns instead, to
2351 ease debugging.
1b7818b4 2352
9bae8781
GM
2353 * international/mule.el (auto-coding-regexp-alist): New user-option.
2354 (auto-coding-from-file-contents): New function.
2355 (set-auto-coding): Use it to determine a coding system.
2356
7644c605
GM
23572001-05-15 Gerd Moellmann <gerd@gnu.org>
2358
18a0a39e
GM
2359 * mouse.el (mouse-delete-other-windows): Doc fix.
2360
df22166e
SM
2361 * emacs-lisp/lisp-mode.el (lisp-mode):
2362 Make font-lock-keywords-case-fold-search a buffer-local variable with
2363 make-local-variable before setting it.
7644c605 2364
940cf42e
EZ
23652001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2366
2367 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2368 prefixes.
2369
557f7c34
GM
23702001-05-14 Gerd Moellmann <gerd@gnu.org>
2371
2372 * hexl.el (hexl-current-address): Print a message when called
2373 interactively.
2374
14d9b141
SM
23752001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2376
2377 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2378
2379 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2380
2381 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2382
7bd2d083
GM
23832001-05-11 Gerd Moellmann <gerd@gnu.org>
2384
47e72862
GM
2385 * startup.el (command-line): If parameters have been changed in
2386 the init files which influence font selection, clear the face
2387 cache so that faces get realized with the new parameters.
2388
14d9b141 2389 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2390
0f49941f
SM
23912001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2392
2393 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2394
cbeed4a8
EZ
23952001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2396
2397 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2398 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2399
ff9aa2ca
GM
24002001-05-10 Gerd Moellmann <gerd@gnu.org>
2401
2402 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2403 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2404
b2c99950
JW
24052001-05-09 John Wiegley <johnw@gnu.org>
2406
0f49941f
SM
2407 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2408 Annotated the documentation string to tell users about
3cb27fd7
JW
2409 `eshell-no-numeric-conversions'.
2410
c26f6b27
JW
2411 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2412 conversions if a Lisp function has the property
2413 `eshell-no-numeric-conversions' set to a non-nil value.
2414
2415 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2416 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2417 property `eshell-no-numeric-conversions' on the following
2418 functions (which all deal with filesystem entities, and never Lisp
2419 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2420 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2421 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2422 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2423 eshell/which, eshell/addpath.
2424
24252001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2426
d089e299
JW
2427 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2428 encountered as an argument, don't convert it right away, but tag
2429 the first character of the string with the text properties
2430 `number', which signifies to `eshell-lisp-command' that the
2431 argument should be passed through `string-to-number' if it is
2432 actually used in the call to a Lisp function.
2433
2434 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2435 function, convert any string arguments that have been tagged as
2436 "numbers", by calling string-to-number.
2437
2438 * eshell/esh-util.el (eshell-number-regexp): Now that number
2439 conversions only happen for Lisp function calls, the number regexp
2440 should now match all integer and floating point forms.
2441
2442 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2443 `eshell-continue-process', since they are both nonfunctional at
2444 the moment.
2445 (eshell-proc-initialize): Don't bind keys for
2446 `eshell-stop-process' or `eshell-continue-process'.
2447
0f49941f
SM
2448 * eshell/em-unix.el (eshell-shuffle-files):
2449 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2450
2451 * eshell/em-hist.el (eshell-add-to-history): Reference to
2452 `eshell-history-ring' needed to be `eshell-history-index'.
2453
0f49941f
SM
2454 * calendar/timeclock.el (timeclock-find-discrep):
2455 Initialize `elapsed' to 0.
cb89da0f
JW
2456 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2457 it's still nil.
b2c99950 2458
ff39b9a1
SM
24592001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2460
2461 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2462 (archive-mode): Use capitalize.
2463 (archive-unique-fname): Use make-temp-file.
2464
9e53a675
GM
24652001-05-09 Gerd Moellmann <gerd@gnu.org>
2466
2467 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2468
c8224de6
EZ
24692001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2470
c533a7e2
EZ
2471 * tar-mode.el (tar-extract): Pay attention to the value of
2472 coding-system-for-read, if it is non-nil.
2473
ff39b9a1
SM
2474 * calendar/holidays.el (holidays): Add an autoload cookie.
2475 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2476
1c8c9fb8
JW
24772001-05-08 John Wiegley <johnw@gnu.org>
2478
ff39b9a1
SM
2479 * calendar/timeclock.el (timeclock-workday-remaining):
2480 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2481 (timeclock-workday-elapsed): Don't accept a "relative" argument
2482 for the current day's elapsed time. What could that have meant?
ff39b9a1 2483 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2484 (timeclock-when-to-leave): Changed logic, similarly to what was
2485 done for `timeclock-workday-remaining'.
2486 (timeclock-find-discrep): Removed "today-only" argument, which had
2487 no meaning. Fixed some more math problems. The function now
2488 returns a three member list: (TOTAL-TIME-DISCREPANCY
2489 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2490
5f47fb28
EZ
24912001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2492
2493 * w32-fns.el (convert-standard-filename): Start replacing slashes
2494 from the beginning of the file name, not from where the last
2495 invalid character was. From "Andrew Maguire (SWW)"
2496 <Andrew.Maguire@Smallworld.co.uk>
2497
6da5c7da
GM
24982001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2499
2500 The following changes are to provide infrastructure for handling
2501 MIME messages to rmail. They don't affect the original behaviour
2502 if rmail-enable-mime is nil.
2503
2504 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2505 (rmail-search-mime-message-function)
2506 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2507 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2508 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2509 `rmail-view-buffer' is hidden.
6da5c7da
GM
2510 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2511 call rmai-show-mime-function.
2512 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2513 mode-line-process of rmail-view-buffer.
2514 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2515 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2516 buffer.
ff39b9a1
SM
2517 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2518 set-buffer to the Rmail buffer.
6da5c7da
GM
2519 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2520 rmail-search-mime-header-function.
2521 (rmail-search-message): New function.
2522 (rmail-search): Call rmail-search-message to check if a message
2523 matches REGEXP, lastly update point after calling
2524 rmail-show-message.
ff39b9a1
SM
2525 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2526 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2527 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2528 header region, refer to rmail-msgref-vector while setting the
2529 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2530 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2531 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2532 rmail-insert-mime-forwarded-message-function instead of inserting
2533 forwarded message by itself.
2534
2535 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2536 Rmail buffer.
2537 (rmail-set-label, rmail-next-labeled-message): Likewise.
2538
2539 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2540 set-buffer to the Rmail buffer.
2541 (rmail-output-to-rmail-file): Likewise.
2542 (rmail-output): Likewise.
2543
2544 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2545 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2546 (rmail-new-summary): Be sure to go to the Rmail buffer.
2547 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2548 rmail-view-buffer to nil.
2549 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2550 rmail-view-buffer.
2551 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2552 rmail-buffer.
2553 (rmail-summary-scroll-msg-down): Likewise.
2554 (rmail-summary-beginning-of-message): Likewise.
2555 (rmail-summary-wipe): Likewise.
2556 (rmail-summary-toggle-header): Use save-window-excursion, not
2557 save-excursion. Update point in rmail-view-buffer, not in
2558 rmail-buffer.
2559 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2560 rmail-view-buffer, not rmail-buffer.
2561
5092477a
GM
25622001-05-07 Gerd Moellmann <gerd@gnu.org>
2563
1e9fc92e
GM
2564 * cus-edit.el (custom-file): Signal an error if user-init-file is
2565 nil (running -q).
2566
1d053370
GM
2567 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2568
ff39b9a1
SM
2569 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2570 Add :version.
2571
2572 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2573 New option.
1b62b062
GM
2574 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2575 only if smtpmail-warn-about-unknown-extensions is set.
2576
f851a71c
GM
2577 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2578 instead of rmail-sort-by-keywords.
2579
ff39b9a1 2580 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2581 rmail-sort-by-keywords.
2582
ff39b9a1
SM
2583 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2584 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2585 (rmail-summary-mode): Doc fix.
2586
5092477a
GM
2587 * mail/rmail.el (rmail-edit): New Custom group.
2588
2589 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2590 (rmail-edit-mode-hook): New user-option.
2591
05be3833
RS
25922001-05-05 Richard M. Stallman <rms@gnu.org>
2593
2594 * help.el (help-xref-symbol-regexp): Recognize "source of"
2595 and friends, meaning make a link to the source file.
2596 (help-make-xrefs): Handle "source of" and friends
2597 by constructing a link that visits the source file.
2598
2599 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2600
7dfb000f
SM
26012001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2602
5efe6a56
SM
2603 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2604 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2605 Renamed from perl-font-lock-keywords to avoid clashes.
2606 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2607 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2608 Updated correspondingly.
2609
7dfb000f
SM
2610 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2611 Typo `nonexistant' -> `nonexistent'.
2612
88bbb8cb
EZ
26132001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2614
7dfb000f
SM
2615 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2616 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2617 `c-electric-delete-forward' always deletes forward and
2618 `c-electric-delete' only contains the code necessary for XEmacs to
2619 choose between backward and forward deletion.
7dfb000f 2620
88bbb8cb
EZ
2621 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2622 get the electric behavior on that key too.
2623 (c-fill-paragraph): Fixed bogus direct use of
2624 c-comment-prefix-regexp, which caused an error when it's a list.
2625
a1af8dcf
EZ
26262001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2627
2628 * dired-aux.el (dired-diff): Doc fix.
2629
2630 * dired.el (dired-diff): Likewise.
2631
ddfb4005
EZ
26322001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2633
2634 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2635
b36581fb
SM
26362001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2637
80a00b6a
SM
2638 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2639 if both the buffer and the file are read-only.
2640
b36581fb
SM
2641 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2642 rather than font-lock-string-face.
2643 (sh-get-indent-info): Treat heredocs like strings.
2644
470bbe9b
GM
26452001-05-02 Gerd Moellmann <gerd@gnu.org>
2646
b36581fb
SM
2647 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2648 a newline following `}'.
3356df63
GM
2649 (texinfo-format-email): New function.
2650 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2651 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2652 Add `display'.
3356df63
GM
2653 (texinfo-sort-region): Goto point-min before sorting.
2654 (texinfo-set): Remove leading white space from value.
2655 From yagi@is.titech.ac.jp.
2656
470bbe9b
GM
2657 * replace.el (query-replace-regexp-eval): Doc fix.
2658
a9d2fd1d
SM
26592001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2660
2661 * diff-mode.el (diff-nonexistant-face): New face.
2662 (diff-font-lock-keywords): Use it.
2663
2b3e941a
EZ
26642001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2665
22cd6fd3
EZ
2666 * font-lock.el (font-lock-mode): Doc fix.
2667
2b3e941a
EZ
2668 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2669 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2670
50df7214
GM
26712001-04-30 Gerd Moellmann <gerd@gnu.org>
2672
a9d2fd1d
SM
2673 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2674 backslash at the start of the here-document delimiter.
a9793e45
GM
2675 (sh-font-lock-syntactic-keywords): Likewise.
2676
50df7214
GM
2677 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2678
e2f599e9
EZ
26792001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2680
2681 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2682 (tty-color-translate, tty-color-by-index, tty-color-values)
2683 (tty-color-desc): Doc fix.
2684
dcaf31d3
EZ
26852001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2686
2687 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2688 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2689 Mention dired-dwim-target in the doc string.
dcaf31d3 2690
a6a06429
MB
26912001-04-28 Miles Bader <miles@gnu.org>
2692
2693 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2694 (dabbrev--find-expansion): Use it.
2695 (dabbrev--select-buffers): Don't select ignored buffers.
2696
5a5d9185
GM
26972001-04-27 Gerd Moellmann <gerd@gnu.org>
2698
a9d2fd1d 2699 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2700
c5b82005
RS
27012001-04-26 Richard M. Stallman <rms@gnu.org>
2702
2703 * dabbrev.el: Add doc strings for some functions.
2704 (dabbrev--eliminate-newlines): New variable.
2705 (dabbrev--substitute-expansion): Convert newlines to spaces
2706 if dabbrev--eliminate-newlines is set.
2707 If abbrev and expansion are both all-lower-case,
2708 leave dabbrev--last-case-pattern nil.
2709
7cff9c6f
GM
27102001-04-26 Gerd Moellmann <gerd@gnu.org>
2711
2712 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2713 if necessary, like in rmail-show-message.
2714
efa89c1f
GM
27152001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2716
2717 * ps-print.el: Color specified by number is forced to be float number.
2718 (ps-print-version): New version number (6.5.1.1).
2719 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2720 initialization.
2721 (ps-prefix-quote): New internal var.
2722 (ps-print-quote): New fun.
2723 (ps-setup, ps-output-frame-properties, ps-float-format)
2724 (ps-format-color): Code fix.
a9d2fd1d
SM
2725 (ps-plot-region): Eliminate redundant foreground color text setting.
2726
d3111e5a
EZ
27272001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2728
2729 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2730
a728644c
GM
27312001-04-25 Gerd Moellmann <gerd@gnu.org>
2732
2733 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2734
4ecdf04d
EZ
27352001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2736
4645bb68
EZ
2737 * info.el (Info-additional-directory-list): Doc fix.
2738
4ecdf04d 2739 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2740 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2741 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2742
7cd512f2
SM
27432001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2744
1dc64fca
SM
2745 * progmodes/make-mode.el (makefile-font-lock-keywords):
2746 Rationalize the rules for includes and conditionals and use the
2747 keyword face for them.
2748
7cd512f2
SM
2749 * faces.el (modify-face): Add compatibility for non-interactive use.
2750
ffeb5c1c
JW
27512001-04-24 John Wiegley <johnw@gnu.org>
2752
2753 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2754 fix from last night, since it wasn't finding eshell/cd.
2755
35f901fa
GM
27562001-04-24 Gerd Moellmann <gerd@gnu.org>
2757
2758 * rect.el (string-rectangle): Revert to 20.x behaviour.
2759 (replace-rectangle): Make it an alias for string-rectangle.
2760 (string-insert-rectangle): New function.
2761
c7b1b508
JW
27622001-04-23 John Wiegley <johnw@gnu.org>
2763
2764 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2765 occurring with Emacs 21's diff.el/compile.el interaction layer.
2766
27672001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2768
2769 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2770 case where the function was defined in a file, but not part of an
2771 eshell module.
2772
157975e3
JW
27732001-04-23 John Wiegley <johnw@gnu.org>
2774
2775 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2776 code to work around a redisplay problem I've been having.
2777
3dc630b9
JW
27782001-04-23 John Wiegley <johnw@gnu.org>
2779
2780 * calendar/timeclock.el (timeclock-day-required): If the time
2781 required for a particular day is not set, use `timeclock-workday'.
2782 (timeclock-find-discrep): Added some sample code in a comment.
2783
2784 * eshell/eshell.el (eshell-command): Made a few changes so that
2785 `eshell-command' could be called programmatically.
2786
7cd512f2 2787 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2788
7cd512f2 2789 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2790
3ae14dd9 27912001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2792
2793 * calendar/timeclock.el: Updated copyright.
2794 (timeclock-generate-report): Don't report the daily or two-week
2795 total, if no time has been worked in that period.
2796 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2797 final computational form, which was unnecessary; corrected a
2798 parsing problem when timeclock-relative was nil.
2799
3ae14dd9 28002001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2801
2802 * calendar/timeclock.el (timeclock-modeline-display): Check if
2803 `list-entry' is null.
2804 (timeclock-use-display-time): The first argument to `set-variable'
2805 must be a symbol.
2806
53e1a74c
EZ
28072001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2810 (calendar-today-marker, calendar-holiday-marker):
2811 Use display-color-p instead of window-system.
53e1a74c
EZ
2812 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2813 instead of window-system.
2814 (calendar-hide-window): Use display-multi-frame-p instead of
2815 window-system.
2816
2817 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2818 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2819 Use display-multi-frame-p instead of window-system.
53e1a74c 2820
23b809c2
GM
28212001-04-23 Gerd Moellmann <gerd@gnu.org>
2822
1d14e80c
GM
2823 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2824
23b809c2
GM
2825 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2826 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2827
b5eeaa1d
GM
28282001-04-23 Alex Schroeder <alex@gnu.org>
2829
2830 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2831 line-end-position a defalias is used for point-at-bol and point-at-eol.
2832
b5eeaa1d
GM
28332001-04-23 Alex Schroeder <alex@gnu.org>
2834
2835 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2836 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2837
ac1470eb
EZ
28382001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2839
2840 * textmodes/paragraphs.el (sentence-end): Doc fix.
2841
624ef9b3
GM
28422001-04-20 Alex Schroeder <alex@gnu.org>
2843
2844 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2845 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2846
28472001-04-20 Alex Schroeder <alex@gnu.org>
2848
2849 * sql.el (sql-db2-program): New option.
2850 (sql-db2-options): New option.
2851 (sql-db2): New function.
2852
28532001-04-20 Alex Schroeder <alex@gnu.org>
2854
2855 * sql.el (sql-mode-menu): Added highlighting entries.
2856 (sql-highlight-oracle-keywords): New function.
2857 (sql-highlight-postgres-keywords): New function.
2858 (sql-highlight-ansi-keywords): New function.
2859
28602001-04-20 Alex Schroeder <alex@gnu.org>
2861
2862 * sql.el (sql-help): Doc change.
2863
9f3703ab
KF
28642001-04-19 Karl Fogel <kfogel@collab.net>
2865
2866 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2867 that inserted file content only to delete it immediately.
2868 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2869 <lektu@uol.com.br> for the patch.
2870
2a83a11d
SM
28712001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2872
2873 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2874
6f4dd4dc
GM
28752001-04-18 Gerd Moellmann <gerd@gnu.org>
2876
0f8d6dc7
GM
2877 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2878 for defmethod.
2879
6f4dd4dc
GM
2880 * comint.el (comint-cr-magic): New function.
2881 (toplevel): Add it to comint-preoutput-filter-functions.
2882
90200fcc
AI
28832001-04-18 Andrew Innes <andrewi@gnu.org>
2884
2885 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2886 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2887 (recompile): Remove stuff to set EMACSLOADPATH.
2888
daa66f34
GM
28892001-04-18 Gerd Moellmann <gerd@gnu.org>
2890
edc5c81d
GM
2891 * language/slovak.el ("Slovak"): Add tutorial entry.
2892
daa66f34
GM
2893 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2894 browse-url-new-window-p.
2895
5d5845dc
EZ
28962001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2897
2898 * info.el (Info-menu-update): When there are no menus and/or no
2899 cross references in the node, make the respective items of the
2900 Info menu-bar menu inactive.
2901
1c8addd0
GM
29022001-04-17 Gerd Moellmann <gerd@gnu.org>
2903
f4f480bd
GM
2904 * indent.el (indent-for-tab-command): Call indent-line-function
2905 with no argument if PREFIX-ARG is non-nil.
2906
1c8addd0
GM
2907 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2908
8f9ab403
EZ
29092001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2910
2911 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2912 an async subprocess if start-process is unavailable. Suggested by
2913 Tim Van Holder <tim.van.holder@pandora.be>.
2914
60322163
EZ
29152001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2918 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2919
e372bc67
EZ
29202001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2921
2922 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2923 manual.
2924
28037ecf
SM
29252001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2926
2927 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2928 (cvs-menu): Add a few entries.
2929
2930 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2931 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2932 lock file appears to be reachable from Emacs.
2933 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2934 (cvs-mode-find-file): Look for cvs-header-face rather than
2935 cvs-dirname-face (which doesn't exist).
2936 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2937
2938 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2939
5d5e7f53
EZ
29402001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2943 normal-erase-is-backspace on a tty. Instead, bind some keys such
2944 as [delete] directly, like pc-select.el did before
2945 normal-erase-is-backspace was invented.
2946
118562e1 29472001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2948
2949 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2950
6c9e58c4
JW
29512001-04-11 John Wiegley <johnw@gnu.org>
2952
28037ecf
SM
2953 * eshell/em-ls.el (eshell-ls-insert-directory):
2954 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2955 buffers, if Eshell's ls is being used.
2956
118562e1 29572001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2958
28037ecf
SM
2959 * calendar/timeclock.el (timeclock-completing-read): New function.
2960 (timeclock-ask-for-project, timeclock-ask-for-reason):
2961 Call `timeclock-completing-read'.
978bd3ea
JW
2962
2963 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2964 required where `member' was being used.
2965
118562e1 29662001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2967
28037ecf
SM
2968 * eshell/em-hist.el (eshell-previous-matching-input):
2969 Don't display "History item" if the the minibuffer is active.
978bd3ea 2970
30cb0001
GM
29712001-04-11 Gerd Moellmann <gerd@gnu.org>
2972
2973 * startup.el (command-line): Output a newline after printing
2974 an error from loading the window system's init file.
2975
e38af9bd
EZ
29762001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2977
28037ecf
SM
2978 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2979 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2980 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2981 keywords whose arguments routinely include @@.
2982
bbf63a7b
GM
29832001-04-10 Gerd Moellmann <gerd@gnu.org>
2984
28037ecf
SM
2985 * emacs-lisp/advice.el (ad-make-advised-definition):
2986 Construct advice for subrs differently.
afffeb57 2987
3fe35f35 2988 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2989 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2990
c8d6d636 2991 * simple.el (completion-list-mode-finish): New function.
28037ecf 2992 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2993
2a52f40e 2994 * language/european.el ("Polish"): Change sample text.
28037ecf 2995 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2996
cf8b1bef
GM
2997 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2998 parameter.
2999
bbf63a7b
GM
3000 * faces.el (menu): Doc fix.
3001
719d83ad 30022001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
3003
3004 * ps-print.el: Footer implementation. Doc fix.
3005 (ps-print-version): New version number (6.5.1).
3006 (ps-header-frame-alist): New customization var for header frame
3007 properties.
3008 (ps-line-number-color): New customization var for line number color.
3009 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3010 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3011 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3012 (ps-right-footer): New customization vars for footers.
3013 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3014 footers.
3015 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3016 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3017 Code fix.
319acba0
GM
3018 (ps-prologue-file): Indentation fix.
3019 (ps-print-quote): Fun eliminated.
3020 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3021 (ps-output-frame-properties): New fun.
3022 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3023 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3024
e372bc67 30252001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3026
3027 * eshell/eshell.el (eshell-command): Needed a "%s" format
3028 specifier, in case the buffer contains percent characters.
3029
e372bc67 30302001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3031
3032 * calendar/timeclock.el (timeclock-generate-report): Added a
3033 missing insert of the project name.
3034
9f9a5e7a
GM
30352001-04-09 Gerd Moellmann <gerd@gnu.org>
3036
9170e5d4 3037 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3038
865e97c1 3039 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3040 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3041 From: Dave Love <fx@gnu.org>.
3042
cf3885ac 3043 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3044 (server-visit-files): Run server-visit-hook after going to
3045 line 1 so that the hook can set point as it sees fit.
3046
9f9a5e7a
GM
3047 * bindings.el (mode-line-modified): Unify help messages.
3048
51f32106
EZ
30492001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3050
3051 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3052 All callers changed.
3053
e02160a3
EZ
30542001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3055
8e6bb0d0
EZ
3056 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3057 long file names aren't supported, truncate the file names in
3058 quail-misc-package-ext-info to 8+3 before matching them against
3059 FILENAME.
3060
3061 * dos-fns.el (dos-truncate-to-8+3): New function.
3062
ec321d77
EZ
3063 * progmodes/compile.el (grep-compute-defaults): Use null-device
3064 instead of literal /dev/null. Reported by Jens Schmidt
3065 <schmidt@mathematik.uni-kl.de>.
3066
e02160a3
EZ
3067 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3068
cf3885ac
SM
30692001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3070
3071 * textmodes/sgml-mode.el: Add unknown maintainer.
3072 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3073 (html-mode-map): Use set-keymap-parent.
3074
3ffb33bb
DL
30752001-04-06 Dave Love <fx@gnu.org>
3076
3077 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3078 Remove redundant string-to-list.
3079
8f625692
SM
30802001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3081
3082 * composite.el (reference-point-alist): Doc fix.
3083
1087f198
SS
30842001-04-05 Sam Steingold <sds@gnu.org>
3085
8f625692
SM
3086 * font-lock.el (font-lock-keywords-case-fold-search):
3087 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3088 file made font-lock case-insensitive.
3089
a55e4e68
GM
30902001-04-05 Gerd Moellmann <gerd@gnu.org>
3091
0e4892e2
GM
3092 * faces.el (defface menu): Doc fix.
3093
4d664b04
GM
3094 * wid-edit.el (widget-color-sample-face-get): Don't make
3095 faces for undefined colors.
3096
a55e4e68
GM
3097 * version.el (emacs-version): Include LessTif/Motif version info.
3098
f383cd0d
GM
30992001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3100
3101 * ps-mule.el: Eliminate cl package dependence.
3102 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3103 if they aren't defined yet.
3104 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3105 Eliminate cl package dependence.
3106
de28797f
SM
31072001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3108
3109 * progmodes/cc-cmds.el (c-outline-level):
3110 Bind buffer-invisibility-spec. Originally from Dave Love, but
3111 got lost when incorporating version 5.26.
3112
32df8b47
EZ
31132001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3114
de28797f
SM
3115 * emulation/pc-select.el (pc-selection-mode):
3116 Call normal-erase-is-backspace-mode instead of binding
3117 keys individually.
58e4f61d 3118
7f62656b
EZ
3119 * cus-load.el (normal-erase-is-backspace): Use it instead of
3120 delete-key-deletes-forward.
3121
3122 * startup.el (command-line): Use normal-erase-is-backspace and
3123 normal-erase-is-backspace-mode.
3124
3125 * simple.el (normal-erase-is-backspace): Rename from
3126 delete-key-deletes-forward. Doc fix.
3127 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3128 delete-key-deletes-forward-mode. Doc fix.
3129 Run normal-erase-is-backspace-hook.
7f62656b 3130
32df8b47 3131 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3132 ``human-readable'' format produced by GNU `ls'.
3133 (dired-move-to-filename-regexp): Recognize ISO format dates.
3134 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3135
5efa6032
GM
31362001-04-04 Gerd Moellmann <gerd@gnu.org>
3137
3138 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3139 New functions.
de28797f
SM
3140 (lm-verify): Check keywords.
3141 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3142
d757aac1
EL
31432001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3144
3145 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3146 `xemacs' feature instead of for the function `set-extent-property'.
3147
9832760a
SM
31482001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3149
3150 * mail/mh-utils.el (mh-folder-hist): New var.
3151 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3152
d565f6aa
EZ
31532001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3154
3155 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3156 region, position point on the first or last 16-byte group.
3157 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3158 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3159 hexl-beginning-of-line.
3160
24c0fd39
GM
31612001-04-03 Gerd Moellmann <gerd@gnu.org>
3162
5efa6032
GM
3163 * icomplete.el (icomplete-mode): Treat an argument like other
3164 modes do.
3165
b3f6107b
GM
3166 * startup.el (fancy-splash-head): Use splash8.xpm for color
3167 depth 8.
3168
24d451c5
SM
3169 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3170 Add an antry for ``converts''.
476bf681 3171
24d451c5
SM
3172 * language/slovak.el ("Slovak"): Add documentation string.
3173 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3174
450f6970
GM
3175 * language/czech.el ("Czech"): Add documentation string.
3176 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3177
24d451c5
SM
3178 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3179 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3180
31812001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3182
3183 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3184 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3185 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3186 Use `defsubst' rather than a macro to ease debugging.
3187 (mail-extr-last): Remove (use `last' instead).
3188 (mail-extract-address-components): Properly reset the syntax-table
3189 after parsing an address. Use `last' rather than mail-extr-last.
3190 Make sure the end marker stays at the very end.
24c0fd39 3191
2b908342
EZ
31922001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3193
3194 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3195 last change.
3196
acfb077d
GM
31972001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3198
3199 * ps-print.el: Line and paragraph spacing feature. Region to cut
3200 out when printing. Doc fix.
3201 (ps-print-version): New version number (6.5).
24d451c5
SM
3202 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3203 New vars. Line and paragraph spacing feature.
acfb077d
GM
3204 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3205 out when printing.
3206 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3207 (ps-get-font-size, ps-begin-job, ps-continue-line)
3208 (ps-plot-region): Code fix.
3209 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3210 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3211 New internal vars.
acfb077d
GM
3212 (ps-get-size): New fun.
3213 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3214 (ps-next-line): Replace defun by defsubst.
3215 (ps-mule-plot-string): Autoload doc fix.
3216
3217 * ps-bdf.el: XEmacs compatibility. Doc fix.
3218 (installation-directory, coding-system-for-read): Declare vars if
3219 it's not declared yet.
3220 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3221
3222 * ps-mule.el: XEmacs compatibility. Doc fix.
3223 (leading-code-private-22): Declare var if it's not declared yet.
3224 (charset-bytes, charset-dimension, charset-id, charset-width)
3225 (find-charset-region, split-char, char-width, chars-in-region)
3226 (forward-point, decompose-composite-char, encode-coding-string)
3227 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3228 Define funs if not defined yet.
3229 (encode-composition-rule, find-composition): Define funs if not
3230 loaded yet.
3231 (ps-mule-prologue): PostScript code fix.
3232
32332001-04-02 Kenichi Handa <handa@etl.go.jp>
3234
3235 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3236 non-nil, generate font for the header strings.
3237 (ps-mule-prepare-font): Likewise.
3238 (ps-mule-generate-glyphs): Likewise.
3239 (ps-mule-string-encoding): Likewise.
3240 (ps-mule-header-charsets): New variable.
3241 (ps-mule-encode-header-string): New function.
3242 (ps-mule-header-string-charsets): New function.
3243 (ps-mule-begin-job): Check charsets in the header strings. If there
3244 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3245
3246 * ps-print.el (ps-generate-header-line): Encode the header string by
3247 ps-mule-encode-header-string.
3248 (ps-mule-encode-header-string): Declare autoload.
3249
c0eb3c10
GM
32502001-04-02 Gerd Moellmann <gerd@gnu.org>
3251
24d451c5
SM
3252 * frame.el (cursor-in-non-selected-windows):
3253 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3254
a3d0b0e0
KH
32552001-03-31 Kenichi Handa <handa@etl.go.jp>
3256
3257 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3258 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3259 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3260 (tsang-quick-converter): New function.
24d451c5
SM
3261 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3262 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3263 (miscdic-convert, batch-miscdic-convert): New functions.
3264
55f7832c
KH
32652001-03-30 Kenichi Handa <handa@etl.go.jp>
3266
a2217cd8
KH
3267 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3268 eight-bit-control chars.
3269
55f7832c 3270 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3271 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3272
911a2406
EZ
32732001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3274
3275 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3276 string as well.
3277
1a518f2c
AS
32782001-03-30 Andreas Schwab <schwab@suse.de>
3279
3280 * files.el (backup-directory-alist): Fix typo.
3281
ef080b16
EZ
32822001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3285 <eggert@twinsun.com>.
3286
e4174a55
DL
32872001-03-30 Dave Love <fx@gnu.org>
3288
3289 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3290
9d5d1075
EZ
32912001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3294
a27b451e
MB
32952001-03-30 Miles Bader <miles@gnu.org>
3296
3297 * subr.el (interactive-form): Fix paren typo.
3298
aea51abe
EZ
32992001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3300
3301 * emacs-lisp/profile.el: Say that it's obsolete in the header
3302 line, so that finder.el puts that into its data-base.
3303 Suggested by Alex Schroeder <alex@gnu.org>.
3304
249dd409
EZ
33052001-03-29 Paul Eggert <eggert@twinsun.com>
3306
3307 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3308 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3309
1ac1fa96
SM
33102001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * generic.el (generic-mode-set-comments): Use "" rather than nil
3313 for comment-end.
3314
e2b8a830
GM
33152001-03-29 Gerd Moellmann <gerd@gnu.org>
3316
1ac1fa96
SM
3317 * emacs-lisp/advice.el (ad-make-advised-definition):
3318 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3319
3320 * subr.el (interactive-form): New function.
3321
8b2375e7
AS
33222001-03-29 Andre Spiegel <spiegel@gnu.org>
3323
3324 * vc-sccs.el (vc-sccs-register): Use relative file names.
3325
f827b862
GM
33262001-03-28 Gerd Moellmann <gerd@gnu.org>
3327
e59d0e9d
GM
3328 * bookmark.el (bookmark-get-bookmark): Handle case that
3329 BOOKMARK is not a string.
3330
deb2613a
GM
3331 * image.el (image-type-regexps): Change type for PS files
3332 to `postscript'.
3333
f827b862 3334 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3335 character entered. From: Stephen Gildea
3336 <gildea@stop.mail-abuse.org>.
f827b862 3337
3c9449d0
KH
33382001-03-27 Kenichi Handa <handa@etl.go.jp>
3339
3340 * international/kkc.el (kkc-save-init-file): Locally bind
3341 print-length to nil.
3342
e6b13c74
GM
33432001-03-26 Gerd Moellmann <gerd@gnu.org>
3344
e120bebf
GM
3345 * textmodes/flyspell.el: Some doc fixes.
3346 (flyspell-maybe-correct-transposition)
3347 (flyspell-maybe-correct-doubling): Use a temporary buffer
3348
3349 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3350
5f6c5771 3351 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3352 (byte-optimize-form-code-walker): Diagnose too few arguments
3353 for `if' and `while'.
3354
2b984c45
KH
33552001-03-26 Kenichi Handa <handa@etl.go.jp>
3356
3357 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3358 Prepend `\' to "\<quail-translation-docstring>".
3359
bf2150fa
GM
33602001-03-26 Gerd Moellmann <gerd@gnu.org>
3361
5f6c5771
SM
3362 * autorevert.el (global-auto-revert-non-file-buffers):
3363 Remove duplicate defcustom.
bf2150fa 3364
a0d59316
MB
33652001-03-26 Miles Bader <miles@gnu.org>
3366
5f6c5771
SM
3367 * international/latin1-disp.el (latin1-char-displayable-p):
3368 Add leading "-" for X font pattern.
a0d59316 3369
9edbff6c
KH
33702001-03-26 Kenichi Handa <handa@etl.go.jp>
3371
5f6c5771
SM
3372 * international/mule-diag.el (describe-coding-system):
3373 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3374 charsets they can encode.
3375
50b57199
EZ
33762001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3377
3378 * help.el (view-lossage): Mention open-dribble-file in the doc
3379 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3380
5b83f9c0
SM
33812001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3382
3383 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3384 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3385
e0ecbf5c
KH
33862001-03-23 Kenichi Handa <handa@etl.go.jp>
3387
5b83f9c0
SM
3388 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3389 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3390 multibyte sequence can work correctly.
3391 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3392 property of the coding system.
3393
1cc218de
SM
33942001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3395
3396 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3397 Fix transcription typo.
3398
a3db02ad
RV
33992001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3400
3401 * whitespace.el: Add buffer local variables to toggle testing of
3402 whitespaces in buffers without affecting the default values.
a3db02ad 3403 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3404 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3405 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3406 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3407
83c9cb8e
SM
34082001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3409
3410 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3411
180d5509
GM
34122001-03-21 Gerd Moellmann <gerd@gnu.org>
3413
eeb5b5c1
GM
3414 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3415 bs-cycle-configuration-name. From Juanma Barranquero
3416 <lektu@uol.com.br>.
3417
170a9e70
GM
3418 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3419 and cc-vars.el.
3420
180d5509
GM
3421 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3422 headers. Always invoke sendmail with option -t.
3423
130c507e
GM
34242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3425
3426 * Release of cc-mode 5.28.
3427
34282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3429
3430 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3431 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3432 It's instead taken care of by the default value for c-default-style.
130c507e 3433
130c507e
GM
34342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3435
3436 * cc-align.el (c-lineup-math): Fix bug where lineup was
3437 triggered by equal signs in string literals.
3438
34392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3440
3441 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3442 limit detection when at the ends of the buffer.
3443
3444 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3445 "for" statement clause in case 7F; a better one is done
3446 earlier in case 7D anyway.
3447
34482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3449
3450 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3451 somewhat more and did a small optimization.
3452
34532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3454
3455 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3456 Use the limit argument only to limit the syntactic context
3457 search, not to limit the actual movement.
3458
3459 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3460 inside multiline strings, just like in comments. Also various
3461 fixes to the paragraph and comment prefix recognition, block
3462 comment ender handling etc.
3463
34642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3465
3466 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3467 the relative position of the point.
3468
3469 * cc-cmds.el (c-electric-continued-statement): New function to
3470 use as abbrev hook to reindent for keywords such as "else"
3471 that continues an earlier statement.
3472
3473 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3474 like classes.
3475
3476 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3477 (pike-mode): Populate the default abbrev tables to reindent for
3478 keywords such as "else" that can continue earlier statements.
3479 Abbrev mode is therefore turned on by default now. (Note that
3480 this doesn't apply to idl-mode, since IDL afaik doesn't have
3481 statements at all.)
3482
34832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3484
3485 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3486 bracelists where the declaration contains template arguments.
3487
34882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3489
83c9cb8e
SM
3490 * cc-cmds.el (c-comment-indent):
3491 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3492 syntactic indentation. Fixes bug with lineup functions that
3493 return vectors.
3494
3495 * cc-engine.el (c-get-syntactic-indentation): Split the
3496 indentation sum calculation from `c-indent-line' to a separate
3497 function.
3498
34992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3500
3501 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3502 Fixed places where it was assumed that preprocessor directives
3503 have to start in column zero.
3504
3505 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3506 template arguments after a class identifier properly.
3507
3508 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3509 lists for `new Foo[]' constructs in Java as expressions and
3510 not top level definition brace lists on the top level, so that
3511 they'll get indented consistently with the same type of
3512 expression in a normal block.
3513
35142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3515
3516 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3517 whether the adaptive filling package fails to keep the comment
3518 prefix is now kludged further to check for filladapt-mode
3519 which doesn't have that problem. This is really icky, but it's
3520 the only way that works with the current misfeatures/bugs in
3521 both adaptive-fill-mode and filladapt-mode.
3522
3523 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3524 around point is recognized more robust.
3525
35262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3527
3528 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3529 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3530 (c-lit-type): Fixed all internal variables used dynamically so
3531 that they are always bound.
3532
3533 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3534 errors:
3535
3536 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3537 the region is fully reindented even when an error occurs.
3538 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3539 whole lot of code that tried to optimize indentation of whole
3540 sexps but in reality accomplishes nothing.
3541
3542 (c-indent-sexp): Use c-indent-region.
3543
3544 (c-parsing-error): Changed this variable to hold the message
3545 for any syntactic error that is discovered.
3546
3547 (c-parse-state): Search backward from point instead of the bod
3548 position when the latter is invalid. This makes CC Mode
3549 recover faster when there are unbalanced close braces.
3550
3551 (c-backward-to-start-of-if): Use c-parsing-error to report
3552 dangling "else" clauses instead of throwing an error, and fall
3553 back to a reasonable position.
3554
83c9cb8e 3555 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3556
83c9cb8e 3557 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3558
35592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3560
3561 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3562 paragraph recognition when moving by sentence in literals.
3563
83c9cb8e
SM
3564 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3565 start regexp for javadoc to recognize javadoc markup in general instead
3566 of a specific set of keywords, to be more future-safe.
130c507e
GM
3567
3568 (c-Pike-pikedoc-paragraph-start)
3569 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3570 pikedoc markup.
3571
83c9cb8e 3572 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3573
83c9cb8e 3574 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3575
3576 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3577
3578 (c-comment-prefix-regexp): Made it possible to use an
3579 association list on this to specify mode specific regexps.
3580 The default value now use a special regexp in Pike mode to
3581 recognize pikedoc markup.
3582
3583 (c-current-comment-prefix): New variable containing the actual
3584 regexp from c-comment-prefix-regexp for the current buffer.
3585
35862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3587
3588 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3589 lists: We can't look at the syntax, since a brace list can get
3590 recognized as a plain statement-cont.
3591
3592 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3593 special brace list opener broken over two lines got recognized
3594 as a statement on the second line. Case 9A changed.
3595
35962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3597
3598 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3599 adjustment after line is reindented.
3600
36012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3602
3603 * cc-defs.el (c-point): Added optional argument for position
3604 to use instead of the current point.
3605
3606 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3607 the in-expression block symbols when the construct starts at
3608 boi, to avoid the extra level of indentation in that case.
3609 Cases 4, 16A and 17E affected.
3610
36112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3612
3613 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3614 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3615
3616 * cc-engine.el (c-indent-line): Use the syntax already bound
3617 to `c-syntactic-context', if there is any.
3618
36192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3620
3621 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3622 wasn't added up correctly when a lineup function returned nil.
3623
36242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3625
3626 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3627 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3628
36292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3630
3631 * cc-align.el (c-lineup-dont-change): Return an absolute
3632 indentation column to work correctly in the case when several
3633 syntactic elements are processed for the same line.
3634
3635 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3636 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3637 (c-set-offset): Added absolute indentation column settings by
3638 using the vector type.
3639
130c507e
GM
36402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3641
3642 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3643 Implemented two new cleanups `space-before-funcall' and
3644 `compact-empty-funcall'.
3645
130c507e
GM
36462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3647
3648 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3649 helping building regexps.
3650
3651 * cc-engine.el (c-on-identifier): New function for detecting
3652 identifiers. It takes keywords into account.
3653
3654 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3655 lists. `c-keywords' is set to a regexp matching all keywords
3656 in the current language.
3657
36582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3659
3660 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3661 list of characters to skip backwards over at the beginning of
3662 a statement, since it can precede string literals in Pike.
3663
36642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3665
3666 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3667 recognition when standing on the last line in a C++ comment
3668 with nothing but whitespace after the prefix.
3669
3670 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3671 given no limit argument.
3672
36732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3674
3675 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3676 recognition for the `[]= operator symbol in Pike.
3677
36782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3679
3680 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3681 around a bug in `eval-when-compile' in the byte compiler.
3682
3683 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3684 value when count is zero and there's no token start within the limit.
130c507e
GM
3685
3686 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3687 "prefix comments", i.e. comments which are followed by code on
3688 the same line.
3689
3690 * cc-mode-19.el: Fixes so that checks that must be done at
3691 compile time also are done then.
3692
36932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3694
3695 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3696 time and at runtime, and only when it's needed.
3697
36982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3699
3700 Major cleanup for less error prone and more warning free
3701 compilation, including some fixes for bugs due to different
3702 compilation orders. Thanks to Martin Buchholz for providing
3703 the basis for all this.
3704
3705 * cc-bytecomp.el: New file that provides some byte compilation
3706 features: It ensures that files always are loaded from the
3707 current source directory during compilation, and it provides a
3708 set of macros to turn off specific compiler warnings for
3709 specific symbols. (It's not CC Mode specific in any way.)
3710
3711 Fixed a nearly acyclic dependency tree (both runtime and
3712 compile-time) between all files.
3713
3714 * cc-defs.el: Separated all macros before the inline functions,
3715 to ensure correct compilation.
3716
3717 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3718 cc-defs.el to cc-engine.el and made it a function instead.
3719
3720 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3721 about char-after.
3722
3723 * cc-vars.el: Cope even when there isn't a custom package
3724 containing defcustom available.
3725
3726 * cc-make.el: Removed since it's no longer necessary.
3727
3728 README: Updated installation instructions.
3729
37302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3731
3732 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3733 improve the modularity: Moved all mode init stuff from
3734 cc-langs.el to cc-mode.el, including the keymap
3735 initialization; cc-langs now only contains the various
3736 variables for configuring the language syntax.
3737
83c9cb8e
SM
3738 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3739 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3740 dependency analysis suggests they belong there (which also
83c9cb8e 3741 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3742
37432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3744
3745 * cc-cmds.el (c-fn-region-is-active-p): New function that
3746 wraps the corresponding macro, for use in places that aren't
3747 compiled. Thanks to Martin Buchholz for pointing out this.
3748
83c9cb8e 3749 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3750
3751 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3752 add things to the bug report.
3753
37542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3755
3756 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3757 returned prefix could contain a newline when the search for a
3758 good prefix line failed.
3759
37602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3761
3762 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3763 (c-toggle-auto-hungry-state): Made the argument optional, as
3764 the documentation says it is.
3765
37662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3767
3768 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3769 multiline string syntax, #"...", as a cpp macro.
3770
7008ccac
GM
37712001-03-21 Paul Eggert <eggert@twinsun.com>
3772
83c9cb8e
SM
3773 * international/mule-cmds.el (set-locale-environment):
3774 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3775 caller specifies a non-nil locale name.
3c9449d0 3776
c2478129 37772001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3778
3779 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3780 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3781
117e4b0c
GM
37822001-03-20 Gerd Moellmann <gerd@gnu.org>
3783
7194219d
GM
3784 * follow.el (follow-avoid-tail-recenter): Doc fix.
3785
5721ae13
GM
3786 * custom.el (custom-set-variables): Avoid reversing the list
3787 of args needlessly.
3788
7b8bbf72
GM
3789 * startup.el (fancy-splash-head): Don't change the colors of the
3790 XPM image on a dark background.
3791
a91ad7c9
GM
3792 * comint.el (comint-exec-1): Set columns of the terminal to
3793 window-width instead of frame-width.
3794
fa88947e
GM
3795 * info.el (Info-scroll-down): Add missing WINDOW arg for
3796 pos-visible-in-window-p.
3797
1741905c
GM
3798 * ehelp.el (electric-help-mode-hook): Add defcustom.
3799
117e4b0c
GM
3800 * mail/sendmail.el (mail-mode): Activate case-folding in
3801 font-lock-defaults.
3802
e84c695d
SM
38032001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3804
3805 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3806 (completion-ignored-extensions): Remove duplicate ".class".
3807
fc774041
AS
38082001-03-19 Andreas Schwab <schwab@suse.de>
3809
83c9cb8e
SM
3810 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3811 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3812
c2c097cc
GM
38132001-03-19 Gerd Moellmann <gerd@gnu.org>
3814
3815 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3816 methods since there are not prefix input methods.
3817
fbe2e958
KH
38182001-03-19 Kenichi Handa <handa@etl.go.jp>
3819
83c9cb8e
SM
3820 * international/mule-cmds.el (read-input-method-name):
3821 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3822
da47e491
SM
38232001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3824
3825 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3826
4986c2c6 38272001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3828
4986c2c6
MK
3829 * ediff-util.el: Copyright years.
3830 (ediff-choose-syntax-table): New function.
3831 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3832
4986c2c6
MK
3833 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3834 with-syntax-table.
83c9cb8e 3835
4986c2c6 3836 * ediff.el: Date of last update, copyright years.
83c9cb8e 3837
4986c2c6 3838 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3839
4986c2c6
MK
3840 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3841 of Scott Bronson.
3842 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3843 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3844 Deleted functions.
3845 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3846 ex-token-list.
83c9cb8e 3847
4986c2c6 3848 * viper-util.el: Spaces, indentation.
83c9cb8e 3849
4986c2c6 3850 * viper.el: Changed version, modification time.
83c9cb8e 3851
3c799aec 38522001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3853
3854 * calendar/timeclock.el (timeclock-workday-remaining):
3855 Check whether `discrep' is non-null before using it.
3c799aec 3856
ae3ce418
JW
38572001-03-16 John Wiegley <johnw@gnu.org>
3858
3859 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3860 first-time checkins.
3861 (timeclock-log-data): Fixed problem with reading timelog log file.
3862 Resulting data in the "day list" was incorrect.
3863 (timeclock-find-discrep): Check if `timeclock-file' is readable
3864 before opening it.
3865 (timeclock-time-less-p): New function.
3866 (timeclock-day-base): New function.
3867 (timeclock-geometric-mean): New function.
3868 (timeclock-generate-report): Generate a summary report based on
3869 the contents of the log file. This uses `timeclock-log-data', and
3870 is an example of writing a timelog manipulation function.
3871 (timeclock-visit-timelog): A quick command for opening the timelog
3872 file.
3873 (timeclock-log-data): Bound the variable event.
3874
c8d4a9bb
KH
38752001-03-16 Kenichi Handa <handa@etl.go.jp>
3876
83c9cb8e
SM
3877 * international/mule-cmds.el (select-safe-coding-system):
3878 Fix typo: symbol-name -> symbol-value.
11d56c64 3879
c8d4a9bb
KH
3880 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3881 before substitute-in-file-name to handle double slashes in FILE
3882 correctly.
3883
c899e7e6
GM
38842001-03-15 Gerd Moellmann <gerd@gnu.org>
3885
3886 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3887 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3888
819dce0f
GM
38892001-03-14 Gerd Moellmann <gerd@gnu.org>
3890
697617d9
GM
3891 * bindings.el (features): Add `md5' and `overlay' to the list.
3892
819dce0f
GM
3893 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3894 bound before using it. It's not bound when configured without X,
3895 for instance.
3896
e0067a9d
TTN
38972001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3898
3899 * progmodes/hideshow.el: Update copyright.
3900 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3901 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3902
afcdc0a1
GM
39032001-03-13 Gerd Moellmann <gerd@gnu.org>
3904
e0067a9d 3905 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3906 a non-list.
3907
30564c48
EZ
39082001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3909
3910 * startup.el (fancy-splash-tail, command-line-1): Fix the
3911 copyright year.
3912
2b8e24b3
KH
39132001-03-13 Kenichi Handa <handa@etl.go.jp>
3914
3915 * term.el: These changes are based on a patch sent from Yong Lu
3916 <lyongu@yahoo.com>.
3917 (term-set-escape-char): Bind M-x to execute-extended-command in
3918 term-raw-escape-map.
3919 (term-move-columns): Don't try to move to negagive column.
3920 (term-emulate-terminal): Insert a string before deleting a text to
3921 overwrite.
3922
789b6186
GM
39232001-03-12 Gerd Moellmann <gerd@gnu.org>
3924
b0778a31
GM
3925 * play/life.el (life): Rearrange code so that all calls to
3926 life-display-generation are in a catch-form.
3927
04528cda
GM
3928 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3929 file that isn't interesting. In an interesting file, push the old
3930 value of point on the mark ring.
3931
760cefb5
GM
3932 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3933 New function.
3934 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3935 Use it.
3936
83c9cb8e
SM
3937 * emacs-lisp/autoload.el (generate-file-autoloads):
3938 Remove warning about line lengths.
789b6186 3939
a2ffbafe
FP
39402001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3941
3942 * progmodes/etags.el (tags-compression-info-list): New variable.
3943 (find-tag-in-order): Use it to deal with compressed source files.
3944 (tag-file-name-match-p): New function.
3945 (etags-recognize-tags-table): Use it for better match of file names.
3946
5c9d9d92
KH
39472001-03-12 Kenichi Handa <handa@etl.go.jp>
3948
ba3e9b9b
KH
3949 * international/mule-cmds.el (register-input-method): Doc fix.
3950
5c9d9d92
KH
3951 * international/quail.el (quail-translate-key): Fix condition to
3952 check if there's another breaking point in the current key.
3953
40beecee
EZ
39542001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3955
3956 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3957 Babyl header to the newly-created output file, bind
3958 coding-system-for-write to either rmail-file-coding-system or
3959 emacs-mule-unix.
3960
75c6cb7f
SM
39612001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3962
3963 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3964 Fix the name and regexp used for subsubsections.
3965
5ec17636
DL
39662001-03-10 Dave Love <fx@gnu.org>
3967
3968 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3969 and save-buffer if buffer-file-name non-nil. From rms.
3970
6d2e2c02
AS
39712001-03-10 Andre Spiegel <spiegel@gnu.org>
3972
3973 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3974 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3975 to reflect that.
3976 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3977 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3978 variable bindings that might affect the diff command.
3979 (vc-print-log): Don't switch to the *vc* buffer before the
3980 command, so that local variable bindings are preserved.
3981
789b6186 3982 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3983 not the current buffer.
3984 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3985
789b6186 3986 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3987 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3988
b18f5523
SM
39892001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3990
3991 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3992 so ^, $, *, ? and + are interpreted correctly.
3993
3cfd8357
GM
39942001-03-09 Gerd Moellmann <gerd@gnu.org>
3995
c085b77c 3996 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3997 mode-line-key-binding. Handle any event on a string.
3998 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3999
3cfd8357
GM
4000 * comint.el (comint-insert-clicked-input): Use the last key
4001 from this-command-keys to lookup the global key definition.
4002
348f797a
KH
40032001-03-09 Kenichi Handa <handa@etl.go.jp>
4004
3ebf3717
KH
4005 * international/characters.el: Add category `j' for
4006 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4007
348f797a
KH
4008 * international/mule-conf.el (no-conversion): Fix docstring.
4009 (raw-text): Fix docstring.
4010
e1fbabaf
GM
40112001-03-08 Gerd Moellmann <gerd@gnu.org>
4012
96e8e603
GM
4013 * simple.el (choose-completion-string): When not leaving the
4014 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4015 is set.
4016
e1fbabaf
GM
4017 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4018 parameter `(minibuffer . t)'.
4019
f9db8f19
SM
40202001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4021
4022 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4023 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4024 (sh-mode): Remove `make-local-variable' for unused var
4025 `font-lock-unfontify-region-function'.
4026
02756877
RS
40272001-03-07 Richard M. Stallman <rms@gnu.org>
4028
132bf46d
RS
4029 * info.el (Info-scroll-down): Fix previous change.
4030
02756877
RS
4031 * mail/rmail.el (rmail-toggle-header): Use a window which
4032 is showing the Rmail buffer, rather than the selected window.
4033
eeb24429
DL
40342001-03-07 Dave Love <fx@gnu.org>
4035
4036 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4037 now, to avoid problems with binding imenu directly to a mouse event.
4038
3bdf2660
GM
40392001-03-07 Gerd Moellmann <gerd@gnu.org>
4040
4041 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4042 second arg t.
4043
40442001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4045
4046 * log-edit.el (log-edit-common-indent): New var.
4047 (log-edit-set-common-indentation): Renamed from
4048 log-edit-delete-common-indentation. Use the new var.
4049 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4050
4051 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4052 (cvs-mode-add-change-log-entry-other-window):
4053 Don't presume change-log-default-name is defined.
4054
4055 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4056
4057 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4058 the "tree" operation as well.
4059
4060 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4061
4062 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4063 to match paragraph-start.
4064
4065 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4066 comment-start-skip and set comment-end-skip as well.
4067 (sgml-comment-indent): Fix for new value of comment-start-skip.
4068 (html-autoview-mode): Don't bother using make-local-hook.
4069
2ad02767
GM
40702001-03-07 Gerd Moellmann <gerd@gnu.org>
4071
189638d5 4072 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4073 variables, otherwise long Custom entries would make them ineffective.
189638d5 4074
2ad02767
GM
4075 * uniquify.el: Set maintainer to FSF.
4076
656f8cae
EZ
40772001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4078
4079 * dired-aux.el (dired-do-shell-command): Doc fix.
4080
c83965c4
SM
40812001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4082
04af43bc
SM
4083 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4084
4085 * which-func.el (which-func-modes): Add cperl-mode.
4086 (which-func-mode-global): Use define-minor-mode.
4087
4088 * info-look.el: Docstring fixes and dead code eliminated.
4089 (cperl-mode): Add support.
4090 (emacs-lisp-mode): List all entries from elisp manual, whether
4091 or not they are currently (f)bound or not. Update regexp.
4092
4093 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4094
c83965c4
SM
4095 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4096 so that C-h m shows the correct information.
4097 Use make-local-variable rather than make-variable-buffer-local.
4098 (cperl-info-buffer, cperl-setup-tmp-buf):
4099 Use make-local-variable rather than make-variable-buffer-local.
4100 (cperl-msb-fix, cperl-get-help-defer):
4101 Check major-mode for `cperl-mode' as well.
4102
4103 * progmodes/cperl-mode.el: Updated to author version 4.23.
4104 (cperl-electric-pod): SYNOPSIS was misspelled.
4105 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4106 (cperl-after-expr-p): Make true after __END__.
4107
f16a7aa5
GM
41082001-03-06 Gerd Moellmann <gerd@gnu.org>
4109
157ae273 4110 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4111 bookmark-completion-ignore-case is t.
157ae273 4112
f16a7aa5
GM
4113 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4114 switch, like xterm, and concat resource strings, with a newline
4115 between them.
4116
abaddb98
EZ
41172001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4118
a2ffbafe 4119 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4120 (cp773-decode-table, cp774-decode-table): New variables.
4121
abaddb98
EZ
4122 * man.el (Man-hyphenated-reference-regexp): New variable.
4123 (Man-build-references-alist): Use it to search for referenced
4124 manpages. If hyphenated is non-nil, record a concatenated word in
4125 Man-refpages-alist only if it matches Man-reference-regexp.
4126 Update word's length when it is concatenated. Reverse the list,
4127 to get the first manpage at the head.
4128 (Man-possibly-hyphenated-word): New function.
4129 (Man-follow-manual-reference): Use it instead of current-word to
4130 find a manpage at point, in a way that accounts for hyphenated
4131 references.
4132
eb3f61dd
GM
41332001-03-06 Alex Schroeder <alex@gnu.org>
4134
4135 * sql.el (sql-interbase): New function.
4136 (sql-interbase-program): New option.
4137 (sql-interbase-options): New option.
4138 And some typos fixed: "customise" to "customize".
4139
fa84f42a
DL
41402001-03-06 Dave Love <fx@gnu.org>
4141
83c9cb8e
SM
4142 * textmodes/flyspell.el (flyspell-region):
4143 Set up flyspell-local-mouse-map.
fa84f42a 4144
fda3411d
RS
41452001-03-05 Richard M. Stallman <rms@gnu.org>
4146
a2ffbafe 4147 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4148 Don't call rmail-beginning-of-message.
4149 Don't discard From: field. Do discard Received: field.
4150 Use unwind-protect to re-prune.
4151 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4152
e972ab1f
KH
41532001-03-06 Kenichi Handa <handa@etl.go.jp>
4154
4155 * international/quail.el (quail-title): Add autoload cookie.
4156
335db3c1
DL
41572001-03-05 Dave Love <fx@gnu.org>
4158
4159 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4160 new defs.
4161
278dd6ac
KH
41622001-03-05 Kenichi Handa <handa@etl.go.jp>
4163
83c9cb8e
SM
4164 * language/ethio-util.el (ethio-toggle-space):
4165 Update current-input-method-title if necessary.
36d5e61d
KH
4166 (ethio-toggle-punctuation): Likewise.
4167
341cd4f0
KH
4168 * international/quail.el (quail-title): Fix for the case that a
4169 title of an input method is specified by a list of the same form
4170 as used in mode-line-format.
4171
83c9cb8e
SM
4172 * international/mule-cmds.el (activate-input-method):
4173 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4174 respect that value.
4175
10ebaeb6
GM
41762001-03-05 Gerd Moellmann <gerd@gnu.org>
4177
4178 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4179
7a65c85c
GM
41802001-03-05 Alex Schroeder <alex@gnu.org>
4181
4182 * sql.el (sql-sybase): Fix typo (was: query user about server two
4183 times instead of server and database).
4184
4185 * sql.el (sql-sybase): Doc change.
4186 (sql-mysql): Doc change.
4187 (sql-postgres): Doc change.
4188
b86644f2
KH
41892001-03-05 Kenichi Handa <handa@etl.go.jp>
4190
83c9cb8e
SM
4191 * international/mule-conf.el (emacs-mule, raw-text):
4192 Docstring modified.
b86644f2 4193
e30bd7b7
EZ
41942001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4195
4196 * term/internal.el: Update copyright notice.
4197
4198 * term/pc-win.el: Update copyright notice.
4199
7e365285
DL
42002001-03-02 Dave Love <fx@gnu.org>
4201
83c9cb8e
SM
4202 * files.el (insert-file-contents-literally):
4203 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4204 not jka-compr-compression-info-list.
7e365285 4205
75ed43a6
SM
42062001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4207
4208 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4209 spaces in default comment-start-skip settings rather than \s-.
4210
53c4b1e6
EZ
42112001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4212
4213 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4214 default-frame-alist as well.
4215
028d739a
DL
42162001-03-01 Dave Love <fx@gnu.org>
4217
4218 * textmodes/reftex.el (defvar): Wrap some defvars in
4219 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4220
4221 * subr.el (event-basic-type): Doc fix.
4222
4223 * international/quail.el: Doc fixes.
4224
4225 * international/utf-8.el: Doc fixes.
4226
4227 * international/mule-cmds.el: Doc fixes.
4228 (leim-list-header): Fix header text.
4229
4230 * international/mule.el (coding-system-category): Doc fix.
4231
4232 * international/ccl.el (ccl-compile): Doc fix.
4233
15d1caef
SM
42342001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4235
4236 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4237 rather than (before|after)-change-functions.
4238
f84ff02c
GM
42392001-03-01 Gerd Moellmann <gerd@gnu.org>
4240
4241 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4242 scroll-left and scroll-right being called interactively so that
4243 they set the window's min_hscroll.
4244
e0c1e774
EZ
42452001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4246
4247 * info.el (info-insert-file-contents-1): Accept an additional
4248 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4249 `suffix'; otherwise use the complicated MS-DOS code.
4250 All callers changed.
e0c1e774
EZ
4251 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4252 can access long file names, try the long file-name version of
4253 `info-insert-file-contents-1', then the short file-name version.
4254
b8b2ea31 42552001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4256
af122766
KH
4257 * language/ethio-util.el (setup-ethiopic-environment-internal):
4258 Change bindings of functions keys to conform to "Emacs Lisp Coding
4259 Convention".
4260
4261 * language/ethiopic.el ("Ethiopic"): Add documentation.
4262
b8b2ea31
KH
42632001-02-28 Kenichi Handa <handa@etl.go.jp>
4264
1d64e2ad
KH
4265 * international/utf-8.el (mule-utf-8): Set coding-category
4266 property to coding-category-utf-8.
4267
91cb6e51
RS
42682001-02-27 Richard M. Stallman <rms@gnu.org>
4269
4270 * lpr.el (lpr-page-header-switches, print-region-1):
4271 Undo 2000-07-06 change.
7298f3f7
RS
4272 (lpr-add-switches): Default to t on gnu/linux.
4273
c0cb1027
GM
42742001-02-27 Gerd Moellmann <gerd@gnu.org>
4275
4276 * bs.el (bs-attributes-list): Doc fix.
4277
01459648
GM
42782001-02-26 Gerd Moellmann <gerd@gnu.org>
4279
baebd8a5 4280 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4281
01459648
GM
4282 * help.el (view-order-manuals): Use goto-address.
4283
4284 * startup.el (command-line-1): Add info about ordering manuals
4285 to the not so fancy splash screens.
4286
f93e614e
AS
42872001-02-26 Andre Spiegel <spiegel@gnu.org>
4288
01459648
GM
4289 * vc.el (vc-default-workfile-unchanged-p)
4290 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4291
12435002
GM
42922001-02-26 Gerd Moellmann <gerd@gnu.org>
4293
a2ffbafe 4294 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4295 fontify in the right buffer.
4296
12435002
GM
4297 * allout.el (outline-flag-region): Move macro in front of first
4298 use to avoid a run-time error.
4299
425de386
AI
43002001-02-24 Andrew Innes <andrewi@gnu.org>
4301
4302 * makefile.w32-in: Fix copyright notice.
4303
66c56ed1
KH
43042001-02-24 Kenichi Handa <handa@etl.go.jp>
4305
4c1593ce
KH
4306 * international/utf-8.el (mule-utf-8): Set correct value for
4307 valid-codes property.
4308
66c56ed1
KH
4309 * international/fontset.el (x-complement-fontset-spec): In the
4310 case that we use ASCII font for the other charsets, use only
15d1caef 4311 family and registry part of it.
66c56ed1 4312
119171dd
EZ
43132001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4314
4315 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4316 (shrink-window-if-larger-than-buffer): Doc fix.
4317
932c309e
SM
43182001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4319
4320 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4321 predicate passed to completing-read.
4322
9b760e36
EZ
43232001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4324
4325 * startup.el (command-line): Fix last change.
4326
5c39a60f
JR
43272001-02-23 Jason Rumney <jasonr@gnu.org>
4328
4329 * startup.el (tool-bar-originally-present): New variable.
4330 (command-line): Set it if the tool-bar is switched on at startup.
4331
4332 * frame.el (frame-notice-user-settings): Only adjust frame height
4333 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4334 From E. Jay Berkenbilt.
5c39a60f 4335
cb91b2c7
SM
43362001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4337
39b557e8
SM
4338 * server.el (server-switch-buffer): Only switch window if the
4339 current one is dedicated.
4340
cb91b2c7
SM
4341 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4342 rather than using (match-beginning 0) when searching for break point.
4343
9238a8df
EZ
43442001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4345
4346 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4347 @ follows an accent command such as @'. Support optional braces
4348 in commands that insert accents, like makeinfo does.
4349
3473f362
GM
43502001-02-22 Gerd Moellmann <gerd@gnu.org>
4351
4352 * startup.el (fancy-splash-text): Add a line for ordering
4353 manuals. Reverse order of splash screens shown.
4354 (use-fancy-splash-screens-p): Adapt to the text line added.
4355
4356 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4357 manuals from the FSF.
4358
4359 * help.el (view-order-manuals): New function.
4360 (toplevel): Bind C-h C-m to this function.
4361
76a4de07
SM
43622001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * newcomment.el (comment-forward): Skip the comment-start before
4365 searching for the comment-end.
4366
75b71d85
DL
43672001-02-21 Dave Love <fx@gnu.org>
4368
2f4c9a87
DL
4369 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4370
75b71d85
DL
4371 * international/mule-cmds.el, international/mule.el: Doc fixes.
4372
ffc9ff0c
GM
43732001-02-21 Gerd Moellmann <gerd@gnu.org>
4374
4375 * startup.el (fancy-splash-screens): Use display-hourglass
4376 instead of display-busy-cursor.
4377
4378 * frame.el (display-hourglass): Renamed from busy-cursor.
4379 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4380 (show-cursor-in-non-selected-windows): Doc fix.
4381
f34eb373
DL
43822001-02-20 Dave Love <fx@gnu.org>
4383
4384 * international/utf-8.el: Doc and commentary fixes.
4385
f55e4a7e
EZ
43862001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4387
4388 * ehelp.el (with-electric-help): Doc fix.
4389
fa97adf6
GM
43902001-02-20 Gerd Moellmann <gerd@gnu.org>
4391
4392 * msb.el (msb-mode): Call the update-buffers function explicitly
4393 with a FORCE argument.
4394
4395 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4396 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4397 returns nil.
4398
54ed3bd2
GM
43992001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4400
4401 * ps-print.el: Timestamp package replacement. Some enhancements.
4402 Some XEmacs compatibility. Doc fix.
4403 (ps-print-version): New version number (6.4).
4404 (ps-printer-name): Initialization fix.
4405 (ps-zebra-stripe-follow): Funcionality enhancement.
4406 (ps-prologue-file): Code enhancement.
4407 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4408 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4409 (ps-get-page-dimensions)
54ed3bd2
GM
4410 (ps-generate-header, ps-begin-file, ps-begin-job)
4411 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4412 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4413 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4414 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4415
e8ebf97d
MB
44162001-02-20 Miles Bader <miles@gnu.org>
4417
4418 * image-file.el (image-file-name-extensions): Add "tif".
4419
136b27c5
GM
44202001-02-19 Gerd Moellmann <gerd@gnu.org>
4421
4422 * wid-edit.el (widget-button-click): Save the selected window
4423 around the code handling clicks on buttons.
4424
6ebbcf59
DL
44252001-02-18 Dave Love <fx@gnu.org>
4426
4427 * imenu.el (imenu--generic-function): Use mapc to iterate over
4428 syntax characters.
4429
595ded73
RS
44302001-02-17 Richard M. Stallman <rms@gnu.org>
4431
b9fe3dc8
RS
4432 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4433
595ded73
RS
4434 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4435
f3f053f3
GM
44362001-02-16 Gerd Moellmann <gerd@gnu.org>
4437
4438 * mouse.el (mouse-save-then-kill): If the distance from the new
4439 point to the mark is equal to the distance of point from the new
4440 point, move point instead of the mark.
4441
11570a8f
DL
44422001-02-16 Dave Love <fx@gnu.org>
4443
4444 * textmodes/flyspell.el (flyspell-get-word): Return string without
4445 properties.
4446
fb339cd5
EZ
44472001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4448
4449 * generic.el (generic-find-file-regexp): Doc fix.
4450 (generic-ignore-files-regexp): New defcustom.
4451 (generic-mode-find-file-hook): If the file's name matches the
4452 regexp in `generic-ignore-files-regexp', don't enter
4453 default-generic-mode. Doc fix.
4454
c56b1c1b
GM
44552001-02-16 Gerd Moellmann <gerd@gnu.org>
4456
a2ffbafe 4457 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4458 Add autoload cookies.
4459
a2ffbafe 4460 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4461 of cal-tex-24.
4462
0d140e65
EZ
44632001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4464
81558867
EZ
4465 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4466
0d140e65
EZ
4467 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4468 the character class after the (optional) drive, to support file
4469 names with embedded blanks.
4470
713f7b15
SS
44712001-02-15 Sam Steingold <sds@gnu.org>
4472
4473 * textmodes/tex-mode.el (tex-shell-running):
4474 Check the process buffer too.
4475
9a2a6f73
DL
44762001-02-15 Dave Love <fx@gnu.org>
4477
4478 * battery.el (battery-status-function): Fix doc, :type.
4479
15d1caef 4480 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4481
fe10cef0
GM
44822001-02-15 Gerd Moellmann <gerd@gnu.org>
4483
4484 * subr.el (read-passwd): Clear Lisp memory holding password.
4485
126f5d4d
MB
44862001-02-15 Miles Bader <miles@gnu.org>
4487
4488 * info.el (Info-copy-current-node-name): New function.
4489 (Info-mode-menu): Add it to the menu.
4490
92e98d63
RS
44912001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4492
4493 * international/mule-cmds.el (toggle-input-method): Doc fix.
4494
dd4e0e55
SM
44952001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4496
4497 * replace.el (occur): Stop at end of buffer.
4498
402dbbd1
EZ
44992001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4500
4501 * international/mule-cmds.el (set-input-method): Another doc fix.
4502
e9fcba3d
GM
45032001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4504
4505 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4506
78ad1cd5
MB
45072001-02-13 Miles Bader <miles@gnu.org>
4508
713f7b15 4509 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4510 (set-face-stipple): Treat a value of nil as being `unspecified'.
4511
fce9d9dc
DL
45122001-02-12 Dave Love <d.love@dl.ac.uk>
4513
4514 * international/latin1-disp.el: Doc fixes.
4515 (latin1-display) <defgroup>: Add :link.
4516 (latin1-display) <function>: Set variable latin1-display.
4517
bc406911
EZ
45182001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4519
4520 * international/mule-cmds.el (set-input-method): Doc fix.
4521
68514d48
EL
45222001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4523
4524 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4525 (speedbar-line-file): Return nil if not a file.
4526 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4527
513bea45 45282001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4529
513bea45
MK
4530 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4531 for remote files.
bc406911 4532 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4533 with raw-text.
713f7b15 4534
513bea45 4535 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4536
83c9cb8e
SM
4537 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4538 Better handling of the diff mode.
713f7b15 4539
513bea45 4540 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4541
bc406911 4542 * viper.texi: Fix typos.
713f7b15 4543
521d4010
DL
45442001-02-11 Dave Love <fx@gnu.org>
4545
36fd8e17
DL
4546 * shadowfile.el: Doc fixes.
4547 (shadow) <defgroup>: Add :link.
4548 (shadowfile-unload-hook): New function.
4549 (shadow-initialize): Use defalias, not fset.
4550 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4551 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4552
521d4010
DL
4553 * international/mule.el: Doc and message fixes.
4554
36fd8e17
DL
4555 * international/ccl.el (define-ccl-program): Doc fix.
4556
92395bbe
KH
45572001-02-11 Kenichi Handa <handa@etl.go.jp>
4558
4559 * faces.el (mode-line): Set :line-width property to -1.
4560
103db06c
RS
45612001-02-10 Richard M. Stallman <rms@gnu.org>
4562
08b78974
RS
4563 * complete.el (partial-completion-mode): Doc fix.
4564
103db06c
RS
4565 * simple.el (delete-key-deletes-forward-mode):
4566 Change `let' to `let*' to fix gross bug in last change.
4567
4568 * repeat.el (repeat): Don't let execute-kbd-macro alter
4569 real-last-command.
4570
a6a1ee53
EZ
45712001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4572
4573 * simple.el (eval-expression): Doc fix.
4574
d2f288c6
DL
45752001-02-09 Dave Love <fx@gnu.org>
4576
038f4ae3
DL
4577 * imenu.el (imenu-generic-expression): Doc fix.
4578
83c9cb8e
SM
4579 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4580 From Juanma Barranquero.
038f4ae3 4581
15d1caef 4582 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4583
9804b846
KH
45842001-02-09 Kenichi Handa <handa@etl.go.jp>
4585
4586 * faces.el (set-face-attribute): Describe the case of a negative
4587 value specified for :line-width.
4588
532f5197
SM
45892001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4590
4591 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4592 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4593
1d279666
DL
45942001-02-08 Dave Love <fx@gnu.org>
4595
4681ca3a
DL
4596 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4597 widget-plist-value-type.
4598 (widget-alist-convert-widget): Replace binding of
4599 widget-alist-value-type.
4600
1d279666
DL
4601 * textmodes/paragraphs.el (sentence-end): Doc fix.
4602
83c9cb8e
SM
4603 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4604 Remove `backward-line'.
1d279666 4605
532f5197
SM
4606 * play/pong.el (pong-blank-color, pong-bat-color)
4607 (pong-ball-color, pong-border-color, pong-left-key)
4608 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4609 (pong-pause-key, pong-resume-key, pong-timer-delay):
4610 * mail/mh-comp.el (mh-compose-letter-function):
4611 * eshell/esh-mode.el (eshell-skip-prompt-function):
4612 * emulation/viper-ex.el (ex-unix-type-shell-options):
4613 * recentf.el (recentf-menu-filter):
4614 * ps-print.el (ps-print-region-function):
4615 * lpr.el (print-region-function):
4616 * forms.el (forms-mode-hooks):
4617 * dirtrack.el (dirtrack-directory-change-hook):
4618 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4619 * textmodes/spell.el (spell-filter):
4620 * textmodes/fill.el (adaptive-fill-function):
4621 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4622 * progmodes/etags.el (find-tag-default-function):
4623 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4624 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4625
6f676109
EZ
46262001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4627
751d3bc4
EZ
4628 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4629 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4630 Meyering <jim@meyering.net>.
4631
6f676109
EZ
4632 * loadup.el: Revert last change.
4633
d3c26cdf
KH
46342001-02-07 Kenichi Handa <handa@etl.go.jp>
4635
83c9cb8e
SM
4636 * international/mule.el (transform-make-coding-system-args):
4637 Make it work also for coding systems not using CCL.
d3c26cdf 4638
44806980
EZ
46392001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4640
9889af08
EZ
4641 * simple.el (previous-matching-history-element)
4642 (next-matching-history-element): Doc fix.
4643
44806980
EZ
4644 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4645 specific part.
4646
1e36ff68
DL
46472001-02-06 Dave Love <fx@gnu.org>
4648
713f7b15 4649 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4650 (add-log-buffer-file-name-function, add-log-file-name-function):
4651 Fix :type.
4652 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4653
c7ca58df
EZ
46542001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4655
fecd556a
EZ
4656 * info.el (info-initialize): Remove the test for system-type when
4657 invocation-directory is non-nil.
4658
c7ca58df
EZ
4659 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4660 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4661
587b5737
AI
46622001-02-06 Andrew Innes <andrewi@gnu.org>
4663
4664 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4665 absolute.
4666
baf7eee4
GM
46672001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4668
4669 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4670 buffers. When hi-lock turned on rather than only checking current
4671 buffer for regexps, all buffers are checked. Moved activation of
4672 font-lock to hi-lock-refontify. When font-lock turned off rather
4673 than removing added highlighting just in current buffer, remove it
4674 in all buffers. Changed edit menu text from "Automatic
4675 Highlighting" to "Regexp Highlighting" Documentation for
4676 highlighting phrases, minor documentation changes.
4677 (hi-lock-set-file-patterns): Execute only if there are new or
4678 existing file patterns.
4679 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4680 unfontify and, if a support mode is active, will not refontify the
4681 whole buffer. If necessary, turn on font lock. (Removed
4682 font-lock-unfontify and font-lock support-mode-specific calls,
4683 such as lazy-lock-fontify-window.)
4684 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4685 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4686 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4687 (hi-lock-face-phrase-buffer): New function. Also added related
4688 menu item and keybinding.
4689 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4690 (hi-lock-process-phrase): New function.
4691 (hi-lock-line-face-buffer): Doc fixes.
4692 (hi-lock-face-buffer): Doc fixes.
4693 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4694
36710aa6
GM
46952001-02-06 Gerd Moellmann <gerd@gnu.org>
4696
4697 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4698 dabbrev-ignored-regexps.
4699
d3f22784
EZ
47002001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4701
4702 * simple.el (kill-line): Doc fix.
4703
5cb3c8d4
DL
47042001-02-05 Dave Love <fx@gnu.org>
4705
4706 * loadup.el: Revert last two changes -- bootstrapping works with
4707 regenerated loaddefs.
4708
e6297e7d
EZ
47092001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4710
1e14b095
EZ
4711 * isearch.el (isearch-forward): Doc fix.
4712
e6297e7d
EZ
4713 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4714 of font-lock-defaults to backward-paragraph.
4715
e16f52ce
GM
47162001-02-05 Gerd Moellmann <gerd@gnu.org>
4717
4718 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4719 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4720
01d19dd7
GM
47212001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4722
4723 * ebnf2ps.el: Eliminate time-stamp functions.
4724 (ebnf-version): New version (3.5).
4725 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4726 format-time-string.
4727
24886813
GM
47282001-02-05 Gerd Moellmann <gerd@gnu.org>
4729
4730 * simple.el (next-line): Goto end-of-line before inserting a newline.
4731
65e70fc4
MB
47322001-02-05 Miles Bader <miles@gnu.org>
4733
4734 * image-file.el (insert-image-file): When visiting an image, also
4735 set `truncate-lines' to t so that any fringe arrow looks correct.
4736
482f06c9
KH
47372001-02-05 Kenichi Handa <handa@etl.go.jp>
4738
4739 * isearch.el (isearch-forward): Add description about input method
4740 in the docsting.
4741
02399da7
SM
47422001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4743
4744 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4745
2c366083
EZ
47462001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4749 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4750
bdadfce3
GM
47512001-02-02 Gerd Moellmann <gerd@gnu.org>
4752
79fb38c0
GM
4753 * wid-edit.el (widget-button-click): Fix last change.
4754
bdadfce3
GM
4755 * frame.el (frame-notice-user-settings): When resizing the initial
4756 frame because the tool bar is off, also change the frame's top
4757 position if a negative top position was specified.
4758
33155ffb
MB
47592001-02-02 Miles Bader <miles@gnu.org>
4760
4761 * image-file.el (insert-image-file): When visiting an image,
4762 suppress the cursor in the image buffer.
4763
1355ba0c
DL
47642001-02-01 Dave Love <fx@gnu.org>
4765
4766 * progmodes/f90.el (f90-mode): Remove startup message.
4767
fb758d2d 4768 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4769
01acdb05
GM
47702001-02-01 Gerd Moellmann <gerd@gnu.org>
4771
4772 * startup.el (command-line): Fix code determining whether or not
4773 to use delete-key-deletes-forward-mode.
4774
5b1ee316
AS
47752001-02-01 Andre Spiegel <spiegel@gnu.org>
4776
4777 * vc.el (vc-diff-switches): New user option.
4778 (vc-version-diff): Use it.
4779 (vc-diff-switches-list): New macro.
4780
83c9cb8e
SM
4781 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4782 New customization options.
5b1ee316
AS
4783 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4784
4785 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4786
00b1e7a1
GM
47872001-02-01 Gerd Moellmann <gerd@gnu.org>
4788
4789 * msb.el (toplevel): Quote hook symbols.
4790
85827036
KH
47912001-02-01 Kenichi Handa <handa@etl.go.jp>
4792
8e028499 4793 * international/mule.el (make-coding-system): Add description
3c948dde 4794 about recognized properties in the docstring.
8e028499 4795
85827036
KH
4796 * international/mule-conf.el: Remove unused charsets
4797 mac-roman-lower and mac-roman-upper.
4798
7ccf7ab9
GM
47992001-01-31 Gerd Moellmann <gerd@gnu.org>
4800
2441692d
GM
4801 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4802 is in front of the left-margin, if any.
4803
ee5cece0
GM
4804 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4805 like `delete'.
4806
83c9cb8e 4807 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4808
7ccf7ab9
GM
4809 * term/w32-win.el (mouse-set-font): Doc fix.
4810
b4f30ec5 48112001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4812
b4f30ec5
GM
4813 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4814 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4815 on already.
4816
03e0fe6e
GM
48172001-01-31 Markus Rost <rost@math.ohio-state.edu>
4818
4819 * files.el (save-buffer): Don't give message if (buffer-file-name)
4820 returns nil.
713f7b15 4821
8f289acc
EZ
48222001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4823
cb4aae04
EZ
4824 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4825
dbd98b19
EZ
4826 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4827 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4828
8f289acc
EZ
4829 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4830 display problems.
4831
c12553c1
KH
48322001-01-31 Kenichi Handa <handa@etl.go.jp>
4833
c7bf5db9
KH
4834 * international/mule.el (charset-info): Fix docstring.
4835
4836 * international/mule-diag.el (describe-character-set): Check final
4837 char valid before printing it.
c12553c1 4838
14f16b9c
GM
48392001-01-30 Gerd Moellmann <gerd@gnu.org>
4840
efaa080b
GM
4841 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4842
eef93f99
GM
4843 * frame.el (frame-notice-user-settings): Do the tool-bar
4844 stuff only for graphical displays. Fix a braino.
713f7b15 4845
14f16b9c
GM
4846 * frame.el (frame-initialize): Create initial frame visible.
4847 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4848 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4849
4850 * startup.el (command-line): Remove manipulation of frame
4851 height for tool bars.
4852
4ad25e43
EZ
48532001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4854
4855 * lpr.el: Compatibility with XEmacs and doc fixes.
4856 (lpr-windows-system, lpr-lp-system): New vars.
4857 (lpr-printer-switch): New defcustom.
4858 (printer-name, lpr-command): Customization fix.
4859 (print-region-1): Code fix.
4860 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4861 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4862 New functions.
4ad25e43 4863
e8f044a0
GM
48642001-01-29 Gerd Moellmann <gerd@gnu.org>
4865
4866 * msb.el (toplevel): Fix the eval-after-load.
4867
850d5045
GM
48682001-01-29 Dave Love <fx@gnu.org>
4869
762fe76e
DL
4870 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4871
4872 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4873
83c9cb8e 4874 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4875 (tcl-using-emacs-19-23): Consider Emacs 21+.
4876 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4877 (tcl-add-emacs-menu): Supply menu name.
4878 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4879
3a768251
GM
48802001-01-29 Gerd Moellmann <gerd@gnu.org>
4881
4882 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4883
274d02f7
SM
48842001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * pcvs.el (cvs-mark-fis-dead): New function.
4887 (cvs-mode-add): Use it.
4888 (cvs-mode-add-change-log-entry-other-window):
4889 Rebind change-log-default-name to itself rather than to nil.
4890
ed5d446e
SS
48912001-01-29 Sam Steingold <sds@gnu.org>
4892
efaa080b 4893 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4894 `autoload' statements.
4895
e2a80284
EZ
48962001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4897
8e1db7b3
EZ
4898 * files.el (confirm-kill-emacs): Doc fix.
4899
ff2a1c79
EZ
4900 * frame.el (frame-initialize): Doc fix.
4901
e7b0deaf
EZ
4902 * time-stamp.el (time-stamp-string): Doc fix.
4903
83c9cb8e
SM
4904 * woman.el (WoMan-log-1): Make the log buffer writable.
4905 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4906
005913e4
GM
49072001-01-29 Gerd Moellmann <gerd@gnu.org>
4908
4909 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4910 the `make-variable-buffer-local'.
4911
58622cc5
GM
49122001-01-29 Dave Love <fx@gnu.org>
4913
4914 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4915 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4916 Add autoload cookie.
58622cc5
GM
4917 (ansi-color-apply-sequence): Fix typo.
4918
0404d031
GM
49192001-01-29 Gerd Moellmann <gerd@gnu.org>
4920
ed5d446e 4921 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4922 Postscript printing in black and white.
4923
0404d031
GM
4924 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4925 X-Mailman-Version, Precedence, List-Help, List-Post,
4926 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4927 Content-Type, Content-Length.
4928
3b6ed359
DL
49292001-01-29 Dave Love <fx@gnu.org>
4930
ddd16e7a
DL
4931 * elide-head.el (elide-head): Make overlay evaporate.
4932
83c9cb8e 4933 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4934
8005142f
EZ
49352001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4936
4937 * isearch.el (isearch-highlight): Don't punt if the display
4938 doesn't support colors, since isearch faces are defined for
4939 monochrome displays as well.
4940
84728570
SS
49412001-01-27 Sam Steingold <sds@gnu.org>
4942
4943 * shell.el (shell-write-history-on-exit): Make sure that we are in
4944 the shell buffer (M-x tex-file RET inserted the error message into
4945 the TeX buffer).
4946
e26f9ced
EZ
49472001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4948
4949 * simple.el (transient-mark-mode): Doc fix.
4950
dc0274bd
GM
49512001-01-27 Gerd Moellmann <gerd@gnu.org>
4952
83c9cb8e 4953 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4954
c1acacc4
EZ
49552001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4956
f5058b96
EZ
4957 * shell.el (shell-unquote-argument): If the shell is one of the
4958 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4959 quote character.
4960 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4961 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4962
c1acacc4 4963 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4964 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4965
103db06c 49662001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4967
84728570 4968 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4969 Treat a one-capital-letter abbrev as "not all upper case",
4970 so as to force preservation of the expansion's pattern
4971 if the expansion starts with a capital letter.
4972
cfa70244
EZ
49732001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4974
cfee9de7
EZ
4975 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4976 Doc fix.
4977
cfa70244
EZ
4978 * simple.el (transient-mark-mode): Document the fact that many
4979 commands act on the region when mark is active.
4980
17d90d6b
KH
49812001-01-27 Kenichi Handa <handa@etl.go.jp>
4982
4983 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4984 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4985 (quail-show-guidance-buf): Make the multibyteness of current
4986 buffer inherited to Quail guidance buffer.
4987 (quail-help): Make the multibyteness of current buffer inherited
4988 to Quail help buffer.
4989
61076b20
DL
49902001-01-26 Dave Love <fx@gnu.org>
4991
c47e2c68
DL
4992 * time-stamp.el: Doc fixes.
4993
84728570 4994 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4995 (delphi-keyword-face, delphi-other-face): Fix :type.
4996
940f14b4
DL
4997 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4998
4999 * mail/feedmail.el (feedmail): Add :link.
5000 (feedmail-send-it): Doc fix.
5001
5002 * mail/sendmail.el: Doc fixes.
5003 (sendmail-send-it): Fix the non-ASCII regexp and use
5004 rfc2047-encode-string.
5005
61076b20
DL
5006 * dired.el, dired-aux.el: Revert last change.
5007
6c317bd2
GM
50082001-01-26 Gerd Moellmann <gerd@gnu.org>
5009
5010 * makefile.w32-in (DONTCOMPILE): Add various term files.
5011
50122001-01-26 Dave Love <fx@gnu.org>
5013
5014 * Makefile.in (DONTCOMPILE): Add various term files.
5015
1c636b5f
GM
50162001-01-26 Gerd Moellmann <gerd@gnu.org>
5017
af900b23
GM
5018 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5019
15fa6db0 5020 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5021 the echo area is resized to fit the size of the startup message.
15fa6db0 5022
1c636b5f
GM
5023 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5024 part of which is a constant.
5025
9b1adbd5
EZ
50262001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5027
83c9cb8e 5028 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5029
103db06c 50302001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5031
5032 * simple.el (next-line): Don't let `newline' expand abbrevs.
5033 Simplify slightly.
5034 (open-line): Don't let `newline' expand abbrevs.
5035
219227ea
JW
50362001-01-25 John Wiegley <johnw@gnu.org>
5037
5038 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5039 to `repeat' in the :type field.
5040
5041 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5042 allow a choice of regexp or nil.
d2906bf8 5043 (pcomplete-dir-ignore): Same.
219227ea
JW
5044
5045 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5046 a command) to always fail.
5047
ceba0dac
GM
50482001-01-25 Gerd Moellmann <gerd@gnu.org>
5049
5050 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5051 discard the result.
5052 (iswitchb-to-end): Likewise.
5053
9b0630e5
SS
50542001-01-25 Sam Steingold <sds@gnu.org>
5055
5056 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5057 Require vc.
9b0630e5 5058
a2ed9670
SM
50592001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5060
f0c1adab
SM
5061 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5062
a2ed9670
SM
5063 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5064
34ac3367
DL
50652001-01-25 Dave Love <fx@gnu.org>
5066
61076b20
DL
5067 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5068 (describe-coding-system): Tweak the English text.
5069
34ac3367
DL
5070 * loadup.el: Preload international/ccl for utf-8.
5071
4685e6b7
EZ
50722001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5073
5074 * mail/rmail.el (rmail-redecode-body): Doc fix.
5075
0fdb4475
KH
50762001-01-25 Kenichi Handa <handa@etl.go.jp>
5077
83c9cb8e
SM
5078 * international/mule-cmds.el (reset-language-environment):
5079 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5080
83c9cb8e
SM
5081 * international/mule-conf.el (coding-category-utf-8):
5082 Initialize to mule-utf-8.
0fdb4475 5083
9b0630e5 5084 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5085
5086 * international/utf-8.el: New file.
5087
245ed2b1
SM
50882001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5089
5090 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5091
e95b0c08
SS
50922001-01-24 Sam Steingold <sds@gnu.org>
5093
5094 * dired.el (dired-replace-in-string): Removed.
5095 (dired-sort-toggle): Use `replace-regexps-in-string'
5096 instead of `dired-replace-in-string'.
9b0630e5 5097
ceba0dac
GM
5098 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5099 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5100
e95b0c08
SS
5101 * gs.el (gs-replace-in-string): Removed.
5102 (gs-options): Use `replace-regexps-in-string'
5103 instead of `gs-replace-in-string'.
5104
c3902c3e
EZ
51052001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5106
5107 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5108 bug report is mailed to an email list and posted to a news group.
5109
b66b6aeb
GM
51102001-01-24 Gerd Moellmann <gerd@gnu.org>
5111
83c9cb8e
SM
5112 * comint.el (comint-replace-by-expanded-history-before-point):
5113 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5114
b66b6aeb
GM
5115 * startup.el (tool-bar-images-pixel-height): New variable.
5116 (command-line): After loading the user's init file, when
5117 tool-bar-mode is on, increase the frame's size by some lines for
5118 the tool-bar.
5119
5120 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5121
ff890e66
SZ
51222001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5123
5124 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5125 (chinese-big5): MIME:Big5.
5126
04363179
GM
51272001-01-24 Gerd Moellmann <gerd@gnu.org>
5128
e95b0c08 5129 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5130 Handle commands with prefix args.
5131
d56aaa64
GM
51322001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5133
5134 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5135 being a list of numbers.
5136 (diary-mail-entries): Rewritten.
5137
99858627
DL
51382001-01-23 Dave Love <fx@gnu.org>
5139
7aeb1fa9
DL
5140 * international/mule.el (make-coding-system): Fix typo.
5141
83c9cb8e
SM
5142 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5143 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5144
5a43decf
EZ
51452001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5146
5147 * font-lock.el (font-lock-mode): Doc fix.
5148
b0e98867
KH
51492001-01-23 Kenichi Handa <handa@etl.go.jp>
5150
5151 * international/mule.el (make-translation-table): Fix docstring.
5152
9c8acefd
EZ
51532001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5154
fd4976b8
EZ
5155 * mail/rmail.el (rmail-redecode-body): New function.
5156
9c8acefd
EZ
5157 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5158
871e0439
GM
51592001-01-22 Gerd Moellmann <gerd@gnu.org>
5160
21c2bbe0
GM
5161 * isearch.el (isearch-lazy-highlight-case-fold-search)
5162 (isearch-lazy-highlight-regexp): New variables.
5163 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5164 case-fold search or regexp search has been toggled.
5165
5710730c
GM
5166 * wid-edit.el (widget-button-click): Avoid a save-excursion
5167 around running a global binding.
5168
871e0439
GM
5169 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5170 to 0.25.
5171
d0554957
MB
51722001-01-20 Miles Bader <miles@gnu.org>
5173
5174 * cus-edit.el (custom-face-save): Do post-processing on the face's
5175 new value like `custom-face-set' does.
5176
1519f618
EZ
51772001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5178
ccd87890
EZ
5179 * mail/emacsbug.el (report-emacs-bug): Report the value of
5180 LC_CTYPE, not LC_TYPE.
5181
1519f618
EZ
5182 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5183 isearch-toggle-regexp and isearch-edit-string to doc string.
5184
9724173b
GM
51852001-01-19 Gerd Moellmann <gerd@gnu.org>
5186
48bb9196
GM
5187 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5188 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5189
e95b0c08 5190 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5191 font-lock-beginning-of-syntax-function to nil.
5192
dc81f8a2
EZ
51932001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5194
5195 * mail/emacsbug.el (report-emacs-bug): Report values of
5196 locale-coding-system, default-enable-multibyte-characters, and the
5197 environment variables LC_ALL, LC_TYPE, and LANG.
5198
99327974
GM
51992001-01-19 Gerd Moellmann <gerd@gnu.org>
5200
83c9cb8e 5201 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5202
2be6ecc6
GM
5203 * font-lock.el (font-lock-multiline): Default to nil.
5204 (font-lock-default-fontify-region): If font-lock-multiline is
5205 nil, don't check the property `font-lock-multiline'.
5206
99327974
GM
5207 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5208 is nil, don't check the `font-lock-multiline' text property.
5209
2550055a
MK
52102001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5211
0a949811 5212 * viper.el: Call initial-major-mode on startup.
e95b0c08 5213
0a949811 5214 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5215
8501998a 5216 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5217
2550055a 52182001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5219
0a949811 5220 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5221 diff mode, if available.
e95b0c08 5222
0a949811 52232001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5224
8501998a 5225 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5226
2550055a
MK
5227 * ediff-init.el (subst-char-in-string): Define and use it, unless
5228 it's already defined.
e95b0c08 5229
8962e303
GM
52302001-01-18 Gerd Moellmann <gerd@gnu.org>
5231
5232 * tooltip.el (tooltip-hide-delay): New user-option.
5233 (tooltip-show): Use tooltip-hide-delay instead of the default.
5234
6b453381
KH
52352001-01-18 Kenichi Handa <handa@etl.go.jp>
5236
5237 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5238 kill-local-variable doesn't work for enable-multibyte-characters.
5239
9eaf396b
DL
52402001-01-17 Dave Love <fx@gnu.org>
5241
cebd37ce
DL
5242 * ediff-init.el (ediff-before-setup-hook)
5243 (ediff-merge-filename-prefix): Add :version.
5244
9eaf396b
DL
5245 * international/latin1-disp.el: Require disp-table.
5246 (latin1-display): Fix :set.
5247
5248 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5249
f864120f
GM
52502001-01-17 Gerd Moellmann <gerd@gnu.org>
5251
5252 * isearch.el (isearch-lazy-highlight-initial-delay)
5253 (isearch-lazy-highlight-interval): Default to 0.
5254
52552001-01-17 Bob Glickstein <bobg@zanshin.com>
5256
5257 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5258 1 here rather than each time through
5259 isearch-lazy-highlight-new-loop.
5260 (isearch-lazy-highlight-max): Variable deleted.
5261 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5262 isearch-lazy-highlight-max but controls a single invocation of
5263 isearch-lazy-highlight-update.
5264 (isearch-lazy-highlight-wrapped): Variable recreated.
5265 (isearch-lazy-highlight-window-start): New variable.
5266 (isearch-lazy-highlight-cleanup): Restored to behavior of
5267 before 2-Jan.
5268 (isearch-lazy-highlight-remove-overlays): Function deleted;
5269 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5270 behavior removed.
5271 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5272 isearch-lazy-highlight-update in a loop rather than just once.
5273 Test isearch-invalid-regexp here and decide not to start a new
5274 loop, rather than testing it each time through
5275 isearch-lazy-highlight-update.
5276 (isearch-lazy-highlight-search): Function restored.
5277 (isearch-lazy-highlight-update): Get called in a timer loop again,
5278 but this time highlight more than one match each time through.
83c9cb8e
SM
5279 Only highlight matches in the visible part of the window.
5280 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5281 the edge of the window. Use sit-for to force redisplay and ensure
5282 window-start is credible. "Face suppressing" behavior removed;
5283 overlay priorities should make it unnecessary, right?
5284 (isearch-highlight): Face suppressing behavior removed.
5285 (isearch-dehighlight): Face suppressing behavior removed.
5286 (isearch-set-lazy-highlight-faces-at): Removed.
5287
076ec540
KH
52882001-01-17 Kenichi Handa <handa@etl.go.jp>
5289
5290 * language/european.el ("Latin-1"): Make the format of description
5291 about additional language environments same as that of Latin-2.
5292
92328ec5
DL
52932001-01-16 Dave Love <fx@gnu.org>
5294
39f2174e
DL
5295 * isearch.el (isearch-lazy-highlight): Add :version.
5296
92328ec5
DL
5297 * simple.el (backward-delete-char-untabify-method)
5298 (next-line-add-newlines): Add :version.
5299
f251459d
GM
53002001-01-16 Gerd Moellmann <gerd@gnu.org>
5301
9d4850e5
GM
5302 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5303 Don't bind <delete> otherwise.
5304
5305 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5306 and <delete> via function-key-map.
5307
f251459d
GM
5308 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5309 Subject line only if point is after the `Subject:'.
5310
771ffcf7
KH
53112001-01-16 Kenichi Handa <handa@etl.go.jp>
5312
bda6b481
KH
5313 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5314 japanese-jisx0213-2 in `charset' property of this lang. env.
5315
35793af7
KH
5316 * language/european.el ("Latin-1"): Add description for Dutch and
5317 Spanish lang. env.
5318
771ffcf7
KH
5319 * international/mule.el (decode-char): Fix conditions.
5320 (encode-char): Handle eight-bit-control too.
1c8102ff 5321 (transform-make-coding-system-args): New function.
50c29104
KH
5322 (make-coding-system): Accept XEmacs style arguments for CCL base
5323 coding system.
771ffcf7 5324
e1cf67b6
GM
53252001-01-15 Gerd Moellmann <gerd@gnu.org>
5326
5327 * progmodes/etags.el (find-tag-noselect): Save the value of
5328 tags-file-name before switching buffers, for the case it has a
5329 buffer-local value.
5330
b3287acf
GM
53312001-01-15 Alex Schroeder <alex@gnu.org>
5332
9eaf396b
DL
5333 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5334 From Dave Love <fx@gnu.org>.
b3287acf
GM
5335 (ansi-color-for-comint-mode): Fix :version.
5336
53372001-01-15 Alex Schroeder <alex@gnu.org>
5338
5339 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5340
8d7ff9c8
EZ
53412001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5342
5343 * dired.el (dired-insert-directory): If file-system-info fails,
5344 remove the " free " part, but don't signal an error.
5345
dbe99ae9
SS
53462001-01-12 Sam Steingold <sds@gnu.org>
5347
5348 * bookmark.el (bookmark-maybe-historicize-string):
5349 Use new backquote syntax.
5350
103db06c 53512001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5352
5353 * subr.el (last): Handle a list that doesn't end in nil.
5354
ca2ddd8e
SS
53552001-01-12 Sam Steingold <sds@gnu.org>
5356
5357 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5358 to `backward-delete-char-untabify'.
5359
1751c874
DL
53602001-01-12 Dave Love <fx@gnu.org>
5361
5362 * cus-edit.el (customize-menu-create): Fix the :filter following
5363 easymenu change.
5364
5365 * wid-edit.el (function): Add :match-alternatives.
5366 (widget-color-action): Doc fix.
5367
3cccce8d
GM
53682001-01-12 Gerd Moellmann <gerd@gnu.org>
5369
5370 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5371
18bfd6b5
KH
53722001-01-12 Kenichi Handa <handa@etl.go.jp>
5373
83c9cb8e 5374 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5375
18bfd6b5
KH
5376 * international/ccl.el (define-ccl-program): Fix docstring.
5377
562e00da
DL
53782001-01-11 Dave Love <fx@gnu.org>
5379
14fd0da3
DL
5380 * international/mule-cmds.el (standard-display-european-internal):
5381 Set display table for 2208 as for 160.
5382
5383 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5384
562e00da
DL
5385 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5386 entry for custom-menu-create change.
5387 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5388 don't cons it in the search loop.
5389
5390 * imenu.el (imenu--truncate-items): Revert last change.
5391
6e961dcd
EZ
53922001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5393
5394 * info.el (Info-setup-header-line): If the node header includes
5395 either Next: or Prev: links, don't show the File: and Node: parts
5396 in the header line.
5397
2c2ff7f2
GM
53982001-01-11 Gerd Moellmann <gerd@gnu.org>
5399
a7ee2d2e
GM
5400 * comint.el (comint-goto-process-mark): Don't print a message
5401 when running in batch mode.
5402
c5348233
GM
5403 * isearch.el (isearch-search): In the condition-case handler for
5404 `error', set isearch-invalid-regexp to the whole error message.
5405
422717d1
GM
5406 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5407 ensure that eval-after-load works for files dumped with Emacs.
5408
5409 * help.el (load-symbol-file-load-history): New function extracted
5410 from function symbol-file.
5411 (symbol-file): Use it.
5412
83c9cb8e 5413 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5414
926861fb
EZ
54152001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5416
5417 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5418 behave as if there were no prefix argument.
5419 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5420 argument were nil.
5421
afa1f52c
RS
54222001-01-11 Richard M. Stallman <rms@gnu.org>
5423
ca2ddd8e 5424 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5425 Don't look for more potential matches once maximum is exceeded.
5426 Use overlays-in to check correctly for overlap with current match.
5427 Ignore empty matches.
5428
47a9f362
MB
54292001-01-11 Miles Bader <miles@gnu.org>
5430
5431 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5432 (ispell-overlay-window, ispell-help, ispell-show-choices)
5433 (ispell-command-loop): Use it instead of `window-height'.
5434
d196f58d
GM
54352001-01-10 Gerd Moellmann <gerd@gnu.org>
5436
cf523f0e
GM
5437 * files.el (confirm-kill-emacs): New user-option.
5438 (save-buffers-kill-emacs): Ask for final confirmation before
5439 killing Emacs.
5440
d196f58d
GM
5441 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5442 to nil.
5443
7c6c3d8e
GM
54442001-01-10 Dave Love <fx@gnu.org>
5445
1f8be15d
DL
5446 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5447
83c9cb8e 5448 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5449
5450 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5451
5452 * calculator.el (calculator-number-digits): Fix :type.
5453
0d5184de
DL
5454 * vc-cvs.el (vc-cvs-header): Fix :type.
5455 * vc-rcs.el (vc-rcs-header): Fix :type.
5456 * vc-sccs.el (vc-sccs-header): Fix :type.
5457
5458 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5459
7c6c3d8e
GM
5460 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5461
8c9f73a2
GM
5462 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5463
457b792c
GM
54642001-01-10 Gerd Moellmann <gerd@gnu.org>
5465
5466 * simple.el (set-variable): Force a thorough redisplay for the
5467 case that the variable has an effect on the display, like
5468 `tab-width' has.
5469
d2622d08
AS
54702001-01-10 Andre Spiegel <spiegel@gnu.org>
5471
5472 * vc.el: Add documentation for backend interface.
5473
ae4b5f4f
KH
54742001-01-10 Kenichi Handa <handa@etl.go.jp>
5475
e0844717
KH
5476 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5477
ae4b5f4f
KH
5478 * international/mule-conf.el (latin-extra-code-table): Set to t
5479 for \223 and \224.
5480
3184082b
KH
54812001-01-09 Kenichi Handa <handa@etl.go.jp>
5482
5483 * international/mule-cmds.el (locale-language-names): Map "es" to
5484 "Spanish" and "nl" to "Dutch".
5485
732b9cdd
GM
54862001-01-09 Gerd Moellmann <gerd@gnu.org>
5487
1dfca644
GM
5488 * bindings.el (global-map): Bind <home> to beginning-of-line,
5489 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5490 C-<end> to end-of-buffer.
5491
732b9cdd
GM
5492 * language/european.el: Add Dutch and Spanish language info
5493 to be able to use the appropriate tutorials.
5494
54952001-01-09 Alex Schroeder <alex@gnu.org>
5496
5497 * ansi-color.el (ansi-color-process-output): Use markers instead
5498 of positions for start and end of region.
5499 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5500 Previously, occasional mistakes happend when fontifying many
5501 chunks of output (eg. ls --color=yes /dev). This happened
5502 whenever an overlay was created up to the end of the region, which
5503 coincided with the process-mark. New text would then be added
5504 within that overlay instead of after it.
5505 (ansi-color-make-extent): Overlays are created with the property
5506 `modification-hooks' set to '(ansi-color-freeze-overlay).
5507 (ansi-color-freeze-overlay): New function. When inserting text at
5508 the end of the overlay, the overlay will resize.
5509
55102000-01-09 Alex Schroeder <alex@gnu.org>
5511
5512 * ansi-color.el (ansi-color-process-output): Doc change.
5513 (ansi-color-unfontify-region): Doc change. No longer installed
5514 automatically in font-lock-unfontify-region-function.
5515 (ansi-color-apply): Doc change.
5516 (ansi-color-apply-on-region): Use extents or overlays instead of
5517 text-properties.
5518 (ansi-color-make-extent): New function.
5519 (ansi-color-set-extent-face): New function.
5520
55212000-01-09 Alex Schroeder <alex@gnu.org>
5522
5523 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5524 both use ansi-color-process-output, now.
5525 (ansi-color-process-output): Doesn't return string anymore. It is
5526 installed in comint-output-filter-functions for both Emacs and
5527 XEmacs, now.
5528 (ansi-color-unfontify-region): Simplified code removing variables
5529 pos and start-ansi.
5530 (ansi-color-apply): Put text-property ansi-color before putting
5531 text-property face because ansi-color-unfontify-region is called
5532 immediately after the call to put-text-property.
5533 (ansi-color-context-region): Doc change.
5534 (ansi-color-filter-region): Simplified code.
5535 (ansi-color-apply-on-region): Changed start to start-marker, using
5536 a marker explicitly. Put text-property ansi-color before putting
5537 text-property face because ansi-color-unfontify-region is called
5538 immediately after the call to put-text-property.
5539
55402000-01-09 Alex Schroeder <alex@gnu.org>
5541
5542 * ansi-color.el (ansi-color-faces-vector): Doc change.
5543 (ansi-color-for-comint-mode): Changed :type property to choice.
5544 (ansi-color-last-context): Removed.
5545 (ansi-color-process-output): Don't use ansi-color-last-context, as
5546 the main functions will store their context now.
5547 (ansi-color-context): Doc change.
5548 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5549 Uses ansi-color-context such that repeated calls will strip
5550 partial escape sequences, too.
5551 (ansi-color-apply): Simplified code. Colorize end of string if
5552 face is not null. Store context in new (FACE STRING) format, such
5553 that repeated calls will strip partial escape sequences, too.
5554 Append faces to face property using ansi-color-apply-sequence such
5555 that cumulative mode actually works.
5556 (ansi-color-context-region): New variable.
5557 (ansi-color-filter-region): Rewrote it based on
5558 ansi-color-apply-on-region. Uses ansi-color-context-region such
5559 that repeated calls will strip partial escape sequences, too.
5560 (ansi-color-apply-on-region): Simplified code. Colorize end of
5561 region if face is not null. Store context in new (FACE POS)
5562 format, such that repeated calls will strip partial escape
5563 sequences, too. Append faces to face property using
83c9cb8e 5564 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5565 (ansi-color-apply-sequence): New function.
5566 (ansi-color-get-face): When the default face is added to the list
5567 of faces, all previous settings are discarded and the list of
5568 faces is set to '(default).
5569
55702000-01-09 Alex Schroeder <alex@gnu.org>
5571
5572 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5573 face, such that ansi-color-apply and ansi-color-apply-on-region
5574 will do the right thing.
5575 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5576 returns nil, set the list of faces back to nil instead of
83c9cb8e 5577 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5578
55792000-01-09 Alex Schroeder <alex@gnu.org>
5580
5581 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5582 (ansi-color-process): Doc change.
5583 (ansi-color-last-context): New buffer-local variable.
5584 (ansi-color-process-output): New function. It is automatically
5585 added to comint-output-filter-functions if this is XEmacs.
5586 (ansi-color-unfontify-region): New optional parameter for XEmacs
5587 compatibility. Check wether font-lock-syntactic-keywords is
5588 boundp before removing the syntax table text property, as XEmacs
5589 doesn't have it.
5590 (ansi-color-filter-region): Doc change.
5591 (ansi-color-apply-on-region): Doc change.
5592 (ansi-color-make-face): New function. Compatibility layer for
5593 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5594 (ansi-color-make-color-map): Use ansi-color-make-face.
5595 (ansi-color-get-face): Avoid face text property '(nil) as results
5596 in an errow for XEmacs.
5597
55982000-01-09 Alex Schroeder <alex@gnu.org>
5599
83c9cb8e
SM
5600 * ansi-color.el (ansi-color-unfontify-region): New function.
5601 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5602 ansi-color. When the package is loaded, a lambda expression is
5603 put onto font-lock-mode-hook. This lambda expression will check
5604 font-lock-unfontify-region-function and replace
83c9cb8e 5605 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5606 (ansi-color-apply): Add text-property ansi-color in addition to
5607 text-property face.
5608 (ansi-color-apply-on-region): Add text-property ansi-color in
5609 addition to text-property face.
5610 (save-buffer-state): Copy of the macro that is also used by
5611 lazy-lock and font-lock.
5612
5613 (ansi-color-for-comint-mode): New option.
5614 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5615 (ansi-color-for-comint-mode-off): Ditto.
5616 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5617 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5618 decide what to do. This function is added to
5619 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5620
5621 (ansi-color-for-shell-mode-set): Removed.
5622 (ansi-color-for-shell-mode): Removed.
5623
56242000-01-09 Alex Schroeder <alex@gnu.org>
5625
5626 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5627 the lambda expression from the ansi-color-for-shell-mode :set
5628 property. Additionally, modify shell-mode-hook to enable or
5629 disable font-lock-mode for future shell buffers.
5630 (ansi-color-for-shell-mode): The :set property calls
5631 ansi-color-for-shell-mode-set instead of a lambda expression.
5632
56332000-01-09 Alex Schroeder <alex@gnu.org>
5634
5635 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5636 (ansi-color-context): New variable.
5637 (ansi-color-apply): Save context between calls.
5638
fb55ff10
EZ
56392001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5640
83c9cb8e
SM
5641 * isearch.el (isearch, isearch-lazy-highlight-face):
5642 New definitions for face colors and attributes.
29910493 5643
fb55ff10
EZ
5644 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5645 of display-mouse-p.
5646
134d6265
KH
56472001-01-09 Kenichi Handa <handa@etl.go.jp>
5648
5649 * international/mule.el (make-coding-system): If the coding system
5650 accepts extra latin codes, register such codes as safe for the
5651 coding system.
5652
103db06c 56532001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5654
984c9f75
RS
5655 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5656 don't mention the file name or the date here, because they are
5657 logged at the start of the file.
5658
56592001-01-08 Richard M. Stallman <rms@gnu.org>
5660
78b8eee8
RS
5661 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5662 Change screen-width to frame-width.
5663
1460e5d4
EZ
56642001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5665
5666 * info.el (Info-search): Print the default as part of the prompt.
5667
56f24bc1
AS
56682001-01-08 Andre Spiegel <spiegel@gnu.org>
5669
ca2ddd8e 5670 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5671 constant implementations in backends.
5672
5673 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5674 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5675
5676 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5677 WRITABLE to EDITABLE.
5678
5679 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5680 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5681 to EDITABLE.
5682
b7812d30
EZ
56832001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5684
5685 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5686 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5687
7e56ea04
GM
56882001-01-08 Gerd Moellmann <gerd@gnu.org>
5689
5690 * isearch.el (isearch-old-signal-hook): Removed.
5691 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5692 instead of setting signal-hook-function.
5693 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5694
a758f97d
GM
56952001-01-08 Kevin Gallagher <kevingal@onramp.net>
5696
5697 * emulation/edt.el: Update to version 4.0. Provide support for
5698 EDT scroll margins at top and bottom of the window. Provide an
5699 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5700 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5701 user when file-related buffer modifications exist.
5702 Provide support for running EDT Emulation in XEmacs.
5703 Provide customize access to some user updatable variables.
5704 Add Commentary section to file header.
5705 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5706
5707 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5708 for detecting a keypress that generates an ASCII key sequence.
5709 (Previously, only a keypress that generates a vector was
5710 recognized.) Embed Window Manager name into name of the generated
5711 EDT Emulation initialization file since the initialization file is
5712 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5713
30db89f9
EZ
57142001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5715
4deb3ba9
EZ
5716 * mail/sendmail.el (mail-mode): Doc fix.
5717
30db89f9
EZ
5718 * info.el (Info-goto-emacs-command-node): Doc fix.
5719 (Info-goto-emacs-key-command-node): Doc fix.
5720
c3f2772b
EZ
57212001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5722
8726e79b 5723 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5724 systems without long file-name support.
5725
0dac6924
AI
57262001-01-06 Andrew Innes <andrewi@gnu.org>
5727
5728 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5729
4e6ef391
EZ
57302001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5731
380866a2
EZ
5732 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5733 (isearch-lazy-highlight-update): Doc fix.
5734
148b5960
EZ
5735 * ffap.el (ffap-bindings): Doc fix.
5736
4e6ef391
EZ
5737 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5738
4cb1bcc2
DL
57392001-01-05 Dave Love <fx@gnu.org>
5740
5741 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5742
3828218c
GM
57432001-01-05 Gerd Moellmann <gerd@gnu.org>
5744
83c9cb8e
SM
5745 * mouse-drag.el (mouse-drag-safe-scroll):
5746 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5747
1f4139d5
GM
5748 * isearch.el (isearch-old-signal-hook): New variable.
5749 (isearch-mode): Set signal-hook-function to isearch-done.
5750 (isearch-done): Restore old signal-hook-function.
5751
3828218c
GM
5752 * info.el (Info-fontify-node): Mark one more char as intangible.
5753
3970013f
KH
57542000-01-05 Kenichi Handa <handa@etl.go.jp>
5755
83c9cb8e
SM
5756 * composite.el (compose-last-chars): New argument COMPONENTS.
5757 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5758 COMPONENTS.
5759
5760 * international/quail.el (quail-input-string-to-events): New function.
5761 (quail-input-method): Convert input string to events here.
5762 (quail-start-translation): Return input string, not event list.
5763 (quail-start-conversion): Likewise.
5764
f3b05e99
GM
57652001-01-04 Gerd Moellmann <gerd@gnu.org>
5766
ca2ddd8e 5767 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5768 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5769 and tooltip-add-timeout.
5770 (tooltip-show): Set border color from faces's foreground.
5771 (tooltip-show-help-function): If called with the same help string
5772 as last time, do nothing.
5773 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5774
0f2ac578
GM
5775 * startup.el (fancy-splash-screens): Don't bind show-help-function
5776 to nil.
5777
f3b05e99
GM
5778 * tooltip.el (tooltip-frame-parameters): Remove colors.
5779 (tooltip): New face
5780 (tooltip-set-param): New function.
5781 (tooltip-show): Set up color frame parameters from face `tooltip'.
5782 Display the tooltip text in face `tooltip'.
5783
8416e94a
DL
57842001-01-04 Dave Love <fx@gnu.org>
5785
5786 * whitespace.el (whitespace-global-mode): Fix typo.
5787
5788 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5789
30db89f9
EZ
57902001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5791
83c9cb8e
SM
5792 * help.el (help-for-help): Fix a typo in a doc string.
5793 From kwzh@gnu.org (Karl Heuer).
30db89f9 5794
b847eb8c
DL
57952001-01-03 Dave Love <fx@gnu.org>
5796
5797 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5798 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5799 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5800 (dired-guess-shell-alist-user): Customize.
5801 (dired-x-help-address): Set to bug-gnu-emacs.
5802 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5803 (dired-default-directory): Renamed from default-directory.
5804
5805 * hl-line.el (hl-line): Doc fix.
5806
43c4b570
KF
58072001-01-03 Karl Fogel <kfogel@red-bean.com>
5808
1bf6b1bf 5809 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5810
984c9f75 58112001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5812
5813 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5814 to remove all the current alternative-match highlighting.
5815 If nil, remove only what's outside the current window.
5816 (isearch-lazy-highlight-remove-overlays): Take optional
5817 region within which NOT to remove them.
5818 (isearch-lazy-highlight-new-loop): Greatly simplified.
5819 (isearch-lazy-highlight-update): Find all the other occurrences
5820 visible in the window, in just one call.
5821 (isearch-lazy-highlight-start): Now holds start of region to scan.
5822 (isearch-lazy-highlight-end): Now holds end of region to scan.
5823 (isearch-lazy-highlight-wrapped): Variable deleted.
5824 (isearch-lazy-highlight-search): Function deleted.
5825
13d6a61c
AI
58262000-01-02 Andrew Innes <andrewi@gnu.org>
5827
5828 * w32-fns.el (convert-standard-filename): Do length check on name
5829 before aref.
5830
064866e7
DL
58312001-01-02 Dave Love <fx@gnu.org>
5832
b33e041b
DL
5833 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5834 value.
5835 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5836
5837 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5838
8166ffd5
DL
5839 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5840 read syntax.
5841
064866e7
DL
5842 * calendar/todo-mode.el (todo): Add :link, :version.
5843 (todo-save-top-priorities): Remove autoload cookie.
5844 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5845 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5846
6dde6abc
GM
58472001-01-02 Gerd Moellmann <gerd@gnu.org>
5848
5849 * comint.el (comint-input-history-ignore): New variable.
5850 (comint-read-input-ring): Ignore entries matching
5851 comint-input-history-ignore.
5852
1a8a9daf
GM
58532001-01-02 Eric M. Ludlam <zappo@gnu.org>
5854
5855 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5856 (lm-copyright-mark): New function.
5857 (lm-crack-copyright): New function.
5858 (lm-verify): Check that the file has a copyright.
5859 Check that the file is copyright Free Software Foundation.
5860
9c92eb53
KH
58612000-12-30 Kenichi Handa <handa@etl.go.jp>
5862
5863 * international/mule-diag.el (print-fontset): Indent font name by
5864 24 columns, not 25.
5865
49172314
GM
58662000-12-29 Gerd Moellmann <gerd@gnu.org>
5867
762a68ec
GM
5868 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5869 in Subject line.
5870
49172314 5871 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5872 Use mail-mode-hook instead of mail-setup-hook.
5873 Otherwise continuing an interrupted message with C-u C-x m for
5874 instance, winds up in Mail mode without abbrevs.
49172314 5875
bd7a2e26
GM
58762000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5877
5878 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5879 non-nil. Adding almost all customization variables on ps-setup.
5880 Doc fix.
bd7a2e26
GM
5881 (ps-print-version): New version number (6.3.3).
5882 (ps-end-with-control-d): Initialization fix.
5883 (ps-lines-printed): New var.
5884 (ps-skip-newline): New fun.
5885 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5886 (ps-next-line, ps-continue-line, ps-plot-region)
5887 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5888
2b3f28a4
KH
58892000-12-29 Kenichi Handa <handa@etl.go.jp>
5890
83c9cb8e
SM
5891 * international/fontset.el (x-complement-fontset-spec):
5892 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5893 registered in x-font-name-charset-alist.
5894 (create-fontset-from-fontset-spec): Adjusted for the above change.
5895 The name of fontset alias should be a unresolved ASCII font name.
5896
2ece9174
GM
58972000-12-28 Gerd Moellmann <gerd@gnu.org>
5898
5899 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5900 and delete in isearch-mode-map.
5901
cbe3ad7a
RS
59022000-12-28 Richard M. Stallman <rms@gnu.org>
5903
ca2ddd8e 5904 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5905 Use xpdf instead of acroread.
5906
a816f1c5
KH
59072000-12-28 Kenichi Handa <handa@etl.go.jp>
5908
f086e73c
KH
5909 * textmodes/artist.el (artist-butlast): Deleted.
5910 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5911 artist-butlast.
f086e73c 5912
a816f1c5
KH
5913 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5914
5915 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5916
b202115b
EZ
59172000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5918
5919 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5920
5921 * ls-lisp.el: Better support for the Mac and MS-Windows.
5922 (ls-lisp): New defgroup.
5923 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5924 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5925 (ls-lisp-support-shell-wildcards): New defcustoms.
5926 (ls-lisp-parse-symlink): New function.
5927 (insert-directory): Code to convert switches to a list and set up
5928 the wildcard argument copied from ls-lisp-insert-directory.
5929 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5930 for -C and -R switches.
5931 (ls-lisp-column-format): New function.
ca2ddd8e 5932 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5933 (ls-lisp-format-time): Add doc strings.
5934 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5935 Support ls-lisp-dirs-first.
5936 (ls-lisp-classify, ls-lisp-extension): New functions.
5937 (ls-lisp-format): Optionally support emulation of symlinks.
5938 Support -i, -s, and -G switches.
5939
6061fbf0
GM
59402000-12-27 Gerd Moellmann <gerd@gnu.org>
5941
5e25feee
GM
5942 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5943
6061fbf0
GM
5944 * version.el (emacs-version): Print X scroll bar information.
5945
5946 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5947 instead of x-toolkit-scroll-bars-p.
5948
5949 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5950 of x-toolkit-scroll-bars-p.
5951
25050dab
EZ
59522000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5953
83c9cb8e 5954 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5955 (ffap-bindings): Doc fix, to reflect the above change.
5956
c1786874
KH
59572000-12-27 Kenichi Handa <handa@etl.go.jp>
5958
5959 * term.el (term-char-mode): Define all non-ascii self-inserting
5960 characters to 'term-send-raw in term-raw-map.
5961
7261ece3 59622000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5963
83c9cb8e 5964 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5965
83c9cb8e
SM
5966 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5967 Changed initialization; use add-hook.
6061fbf0 5968 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5969
6061fbf0 5970 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5971
6061fbf0
GM
5972 * ediff.el (ediff-patch-buffer): Bug fix.
5973 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5974
83f40583
SM
59752000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5976
5977 * subr.el (combine-run-hooks): Remove.
5978
5979 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5980 and remove the rogue second spec.
5981
bdd6d4e8
GM
59822000-12-23 Gerd Moellmann <gerd@gnu.org>
5983
5984 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5985
26736ce3
SM
59862000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5987
0e86b6b0
SM
5988 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5989 Use minibuffer menu prompt for the `=' prefix.
5990 (smerge-command-prefix): Change default to C-^.
6eabfb26 5991 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5992
26736ce3
SM
5993 * skeleton.el (skeleton-internal-1): Make sure the first line of
5994 the region is also re-indented.
d21584d6
SM
5995 (skeleton-end-newline): New var.
5996 (skeleton-end-hook): Use it.
26736ce3 5997
95fa4fd7
MB
59982000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5999
6000 * comint.el (comint-password-prompt-regexp): Support CVS.
6001
f060b834
GM
60022000-12-22 Gerd Moellmann <gerd@gnu.org>
6003
83c9cb8e
SM
6004 * simple.el (delete-key-deletes-forward-mode): Simplify.
6005 Also backspace key combinations, depending on
856ff7a7
GM
6006 delete-key-deletes-forward.
6007
6008 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6009
f060b834
GM
6010 * simple.el (delete-key-deletes-forward): Doc fix.
6011
653558a1
GM
60122000-08-22 Emmanuel Briot <briot@gnat.com>
6013
6014 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6015 white spaces are relevant in the XML file.
653558a1
GM
6016 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6017 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6018 of XML files.
653558a1
GM
6019 (xml-parse-tag): Check that the casing is the same in the start
6020 tag and end tag, since XML is case-sensitive. Allows for spaces
6021 in the end tag, after the name of the tag.
6022 (xml-parse-attlist): Allow for the character '-' in the name of
6023 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6024 the properties in the XML tree, since they are not relevant.
653558a1 6025
3ad93d8d
SM
60262000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6027
6028 * generic.el (generic-read-type): Undo last change, inline into
6029 `generic-mode' and then remove.
6030 (generic-mode): Inline generic-read-type.
6031 (define-generic-mode): Push the symbol name rather than the symbol
6032 onto generic-mode-list.
6033
177f4e88
GM
60342000-12-21 Gerd Moellmann <gerd@gnu.org>
6035
8e15274f
GM
6036 * generic.el (generic-read-type): Build an alist for
6037 completing-read as in 20.7.
6038
6039 * play/landmark.el (lm): Use interactive spec `P'.
6040 (toplevel): Don't set debug-on-error.
6041
83c9cb8e 6042 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6043
6ba384dc
GM
60442000-12-21 Dave Pearson <davep@davep.org>
6045
6046 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6047
647a066c
GM
60482000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6049
6050 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6051 ranges like \177-\237, but accepts the character sequence from \177 to
6052 \237. Doc fix.
6053 (ebnf-version): New version (3.4).
6054 (ebnf-setup): Code fix.
6055 (ebnf-range-regexp): New fun.
6056 (ebnf-8-bit-chars): Const fix.
6057
6058 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6059 entry. Doc fix.
6060 (ebnf-bnf-lex): Code fix.
6061 (ebnf-bnf-comment-chars): Const fix.
6062
6063 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6064 entry. Doc fix.
6065 (ebnf-iso-comment-chars): Const fix.
6066
6067 * ebnf-otz.el: Doc fix.
6068
6069 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6070 entry. Doc fix.
6071 (ebnf-yac-skip-code): Code fix.
6072 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6073
bc22fd18
EZ
60742000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6075
6076 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6077 (recover-file): Use it instead of insert-directory.
6078 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6079
587fc3f9
KH
60802000-12-21 Kenichi Handa <handa@etl.go.jp>
6081
83c9cb8e
SM
6082 * international/mule-cmds.el (select-safe-coding-system):
6083 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6084
587fc3f9
KH
6085 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6086
01860fb9
MB
60872000-12-21 Miles Bader <miles@gnu.org>
6088
83c9cb8e 6089 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6090
3f9d67a6
KH
60912000-12-21 Kenichi Handa <handa@etl.go.jp>
6092
9fd1c1f7
KH
6093 * international/mule-diag.el (describe-char-after): Make *Help*
6094 buffer inherit multibyteness of the current buffer.
6095
3f9d67a6
KH
6096 * international/mule.el (make-char): Docstring adjusted for the
6097 change of make-char-internal.
6098
c9669fac
SM
60992000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6100
6101 * international/iso-cvt.el: Docstrings fix.
6102
19594307
DL
61032000-12-20 Dave Love <fx@gnu.org>
6104
6105 * subr.el (eval-after-load): Doc fix.
6106
b1a447b3
KH
61072000-12-20 Kenichi Handa <handa@etl.go.jp>
6108
6109 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6110 for numbers.
6111
09877d5d
MB
61122000-12-20 Miles Bader <miles@gnu.org>
6113
6114 * international/quail.el (quail-help): Resize the help window
6115 again after it has all its contents. Remove unneeded progn.
6116
71d4497a
GM
61172000-12-19 Gerd Moellmann <gerd@gnu.org>
6118
6119 * pcmpl-linux.el: Fix copy/paste error.
6120
741e56a0
AI
61212000-12-19 Andrew Innes <andrewi@gnu.org>
6122
83c9cb8e 6123 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6124
cc24d91c
CD
61252000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6126
ba4c05aa
CD
6127 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6128
6129 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6130
6131 * progmodes/idlw-shell.el: Fixed copyright notice.
6132
6133 * progmodes/idlwave.el: Fixed copyright notice.
6134
71d4497a 6135 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6136 TAB as key separators.
6137
524c8caf
GM
61382000-12-19 Alex Schroeder <alex@gnu.org>
6139
6140 * sql.el (sql-sybase-options): New option.
6141 (sql-sybase): Use it. Add sql-database to the list of parameters
6142 provided for login. The options -w 2048 -n are not used any more.
6143 (sql-postgres-options): Changed default from "--pset" to "-P".
6144 (sql-mysql-options): Doc change.
6145 (sql-stop): Doc change.
6146
b5fa513d
KH
61472000-12-19 Kenichi Handa <handa@etl.go.jp>
6148
6149 * international/quail.el (quail-input-method): Always hide
6150 the guidance buffer on exiting.
6151
91c9e6ce
GM
61522000-12-18 Gerd Moellmann <gerd@gnu.org>
6153
c6da4eb4
GM
6154 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6155 isn't fboundp.
6156
3d2a0e0b
GM
6157 * server.el (server-buffer-done): Bury the buffer before
6158 killing it.
6159
91c9e6ce
GM
6160 * faces.el (face-spec-set): Interpret a nil in specs for
6161 foreground and background colors as `unspecified', for
6162 compatibility with 20.x.
6163
40fa0008
DL
61642000-12-18 Dave Love <fx@gnu.org>
6165
22adbe54
DL
6166 * simple.el (mail-user-agent): Doc fix.
6167 (input-mode-8-bit): Removed.
6168
6169 * international/mule.el (set-keyboard-coding-system): Doc fix.
6170 (keyboard-coding-system): New option.
6171
40fa0008
DL
6172 * mail/sendmail.el (send-mail-function): Customize.
6173
6f4745e2
EZ
61742000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6175
6176 * international/codepage.el (cp866-decode-table): New table.
6177
82b90229
GM
61782000-12-18 Gerd Moellmann <gerd@gnu.org>
6179
6180 * version.el (emacs-version): Remove `%a' from the time format
6181 because the weekday doesn't fit well into each locale.
6182
5a047002
MB
61832000-12-18 Miles Bader <miles@gnu.org>
6184
7f49aa07
MB
6185 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6186
ca2ddd8e 6187 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6188 Check that emacs-major-version is `=' to 20, not `>='.
6189 (artist-replace-chars): Use `make-string' instead of a loop.
6190
22ea2607
EZ
61912000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6192
6193 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6194 (cvs-execute-single-file): Don't change directory.
6195 Patch from Per Cederqvist.
6196
6c825f8e
EZ
61972000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6198
83c9cb8e
SM
6199 * textmodes/ispell.el (check-ispell-version):
6200 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6201 of -vv.
6202
8ff06845
KH
62032000-12-16 Kenichi Handa <handa@etl.go.jp>
6204
af4bb4c8
KH
6205 * international/mule-diag.el (mule-diag): Insert information about
6206 configure options, multibyte awareness, language env.
6207
8ff06845
KH
6208 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6209 regexp to search for candidates.
6210
b24e84ab
EZ
62112000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6212
6213 * info.el (Info-forward-node): If the node has an
6214 Info-header-line, widen the buffer before searching for "next:"
6215 and "up:" pointers, and set the search limit to stay in the
6216 current node.
6217
7981d89f
MB
62182000-12-16 Miles Bader <miles@gnu.org>
6219
6220 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6221
88ee7917
MB
62222000-12-15 Miles Bader <miles@gnu.org>
6223
6224 * comint.el (comint-send-string, comint-send-region): Also accept
6225 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6226 process-send-string/region.
6227
0c28d842
GM
62282000-12-15 Gerd Moellmann <gerd@gnu.org>
6229
4ea7fdca
GM
6230 * isearch.el (isearch-lazy-highlight-max): New user-option.
6231 (isearch-lazy-highlight-update): Don't highlight more than
6232 isearch-lazy-highlight-max matches.
6233
0c28d842
GM
6234 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6235
984c9f75 62362000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6237
8062e53a
GM
6238 * sort.el (sort-columns): Fix error message.
6239
3ffa545b
GM
6240 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6241 `upcase' or `downcase' or nil.
6242 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6243 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6244 (dabbrev--substitute-expansion): New arg record-case-pattern.
6245 If it is non-nil, set dabbrev--last-case-pattern.
6246 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6247
6248 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6249
c2d7f289
MB
62502000-12-15 Miles Bader <miles@gnu.org>
6251
b6348438
MB
6252 * paths.el (Info-default-directory-list): Don't delete
6253 configure-info-directory from the list of standard info
83c9cb8e 6254 directories when appending it to the end -- their order is important.
b6348438 6255
f9056dd9
MB
6256 * faces.el (read-face-attribute): If there's no entry for the
6257 user's input in VALID, just use it as-is (this will often result
6258 in an error, but it may be OK for e.g. colors using hexadecimal
6259 notation, and at least will yield a better error message).
6260
c2d7f289 6261 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6262 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6263 Variables removed.
6264 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6265 window is really the right size. Use vertical-motion
6266 rather than forward-line.
6267 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6268 (ispell-command-loop, ispell-show-choices): Use the variable
6269 ispell-choices-win-default-height, rather than the function.
6270 (ispell-choices-win-default-height): Function removed.
6271 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6272
8f530b95
SM
62732000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6274
6275 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6276
6d435deb
EZ
62772000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6278
83c9cb8e
SM
6279 * paths.el (Info-default-directory-list):
6280 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6281 put it first in the list; otherwise put it last. Doc string
6282 changed accordingly.
6283
6284 * info.el (Info-directory-list): Change doc string to reflect the
6285 change in Info-default-directory-list.
6286
6d435deb
EZ
6287 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6288 windows-nt as windowed environments, even under -nw.
6289
6290 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6291 if not fboundp. Switch delete-forward mode for the <delete> key
6292 on all PC platforms, even under -nw.
6293
6294 * term/internal.el ([M-delete]): Remap to M-d.
6295
9d7d9263
GM
62962000-12-14 Gerd Moellmann <gerd@gnu.org>
6297
6298 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6299
7cf0153a
EZ
63002000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6301
6302 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6303
5e5b3d41
GM
63042000-12-14 Gerd Moellmann <gerd@gnu.org>
6305
5f368d29
GM
6306 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6307 if appropriate.
6308
6309 * simple.el (delete-key-deletes-forward): New user-option.
6310 (delete-key-deletes-forward-mode): New function.
6311
9d7d9263 6312 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6313
83c9cb8e
SM
6314 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6315 Test if symbol is bound before getting its value.
5e5b3d41
GM
6316
6317 * tooltip.el (tooltip-show): If an error is signaled in
6318 x-show-tip, display that error, and display the help in the
6319 echo area.
ca2ddd8e 6320
191b83b6
KH
63212000-12-14 Kenichi Handa <handa@etl.go.jp>
6322
83c9cb8e
SM
6323 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6324 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6325
6192b604
KF
63262000-12-13 Karl Fogel <kfogel@red-bean.com>
6327
6328 * bookmark.el: Provide a generic exit hook, as suggested by
6329 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6330 (bookmark-exit-hook): New var.
6331 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6332 old raw lambda form in `kill-emacs-hook', and runs new
6333 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6334 as logically that feature must have been provided if this function
6335 is running.
6336 Removed ;;;###autoload before the `add-hook' call.
6337
5edf6b55
SM
63382000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6339
6340 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6341 (easy-menu-current-active-maps): New function.
6342 (easy-menu-get-map): Use it.
6343 Make a proper menu entry when creating a new keymap.
6344
16b5e8e6
KH
63452000-12-13 Kenichi Handa <handa@etl.go.jp>
6346
d49fc4eb
KH
6347 * international/characters.el: Fix cases and syntaxes for
6348 mule-unicode-0100-24ff.
6349
3b53d876
KH
6350 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6351 that a Japanese character is not appended after day and year.
6352
16b5e8e6
KH
6353 * info.el (Info-suffix-list): Change format for a command that
6354 requires arguments.
6355 (info-insert-file-contents): Adjusted for the above change.
6356
1df1c518
AS
63572000-12-12 Andreas Schwab <schwab@suse.de>
6358
6359 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6360 on the name of the tar buffer. Verify that the existing buffer is
6361 visiting the same subfile.
6362
a7a07b98
DL
63632000-12-12 Dave Love <fx@gnu.org>
6364
6365 * subdirs.el: Add obsolete.
6366
4fdbd809
GM
63672000-12-12 Gerd Moellmann <gerd@gnu.org>
6368
bfdb75ee
GM
6369 * mail/rmailsum.el (rmail-summary-expunge)
6370 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6371 instead of rmail-confirm-expunge.
6372
4fdbd809
GM
6373 * replace.el (perform-replace): Don't use an empty match adjacent
6374 to a non-empty match when computing the next match before the
6375 replacement is performed.
6376
e9a59cad
GM
63772000-12-12 Milan Zamazal <pdm@freesoft.cz>
6378
6379 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6380 definition (patch by Stefan Monnier).
6381 (glasses-mode): Use jit-lock instead of `after-change-functions'
6382 (patch by Stefan Monnier).
6383
c2def7a0
MB
63842000-12-12 Miles Bader <miles@gnu.org>
6385
6386 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6387 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6388
591b63b4
AC
63892000-12-12 Andrew Choi <akochoi@i-cable.com>
6390
6391 * term/mac-win.el: Remove load for ls-lisp.
6392
a924cf63 6393 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6394
5ff4ba3d
MB
63952000-12-12 Miles Bader <miles@gnu.org>
6396
6397 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6398 Respect field end too.
6399 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6400 (newline-and-indent, reindent-then-newline-and-indent):
6401 Use `delete-horizontal-space'.
5ff4ba3d 6402
d0c679bc
SM
64032000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6404
adf9c994
SM
6405 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6406 (so as to obey the field property in the minibuffer).
6407
4b0cd42d
SM
6408 * obsolete/c-mode.el: Moved from lisp/progmodes.
6409 * obsolete/auto-show.el: Moved from lisp.
6410 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6411
89f85863
CD
64122000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6413
6414 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6415 changes to list them here.
89f85863 6416
83c9cb8e
SM
6417 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6418 Too many changes to list them here.
89f85863 6419
83c9cb8e
SM
6420 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6421 Too many changes to list them here.
89f85863
CD
6422
6423 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6424
3e0d35ce
GM
64252000-12-11 Gerd Moellmann <gerd@gnu.org>
6426
83c9cb8e 6427 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6428
ca2ddd8e 6429 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6430 Comment fix.
6431
3e0d35ce
GM
6432 * hscroll.el: Moved to `obsolete' subdir.
6433
ff904dd6
MB
64342000-12-11 Miles Bader <miles@gnu.org>
6435
6436 * window.el (window-text-height): Function removed (now in C).
6437
fb97d87f
SM
64382000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6439
6440 * log-edit.el (log-edit-parent-buffer): New var.
6441 (log-edit): Set it. Add BUFFER argument.
6442 (log-edit-done): Use char-before.
6443 Don't bother checking validity of vc-comment-ring.
6444 Only bury the buffer if log-edit popped it up.
6445
6446 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6447 (cvs-mode-diff-help): Remove.
6448 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6449 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6450
6451 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6452 Remove binding for ? now made unnecessary.
6453
7de77417
CD
64542000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6455
83c9cb8e 6456 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6457 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6458
6459 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6460 when master file is not open.
6461
4efa209f
SM
64622000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6463
6464 * progmodes/ada-stmt.el: Update `maintainer'.
6465
b52758d1 64662000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6467
6468 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6469 choices to match documentation string.
6470
a12167c5
MB
64712000-12-09 Miles Bader <miles@gnu.org>
6472
2161605d
MB
6473 * minibuf-eldef.el: New file.
6474
a12167c5
MB
6475 * window.el (fit-window-to-buffer): Don't pass last argument to
6476 pos-visible-in-window-p, now that its meaning is inverted.
6477
9ea8de1b
EZ
64782000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6479
6480 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6481 <ceder@lysator.liu.se>.
6482
5002ddbb
SM
64832000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6484
b6114d80
SM
6485 * autoinsert.el (auto-insert-alist): Add missing final \n.
6486
ee8d23ee
SM
6487 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6488 (cvs-menu-map): Remove.
6489 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6490 (cvs-mode-quit): Turn it back into a plain function.
6491
5002ddbb 6492 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6493 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6494
6495 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6496 file where it's more visible.
6497 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6498 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6499 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6500 (texinfo-inside-macro-p): Only catch `scan-error's.
6501 (texinfo-inside-env-p): Make better use of the match info.
6502 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6503 (texinfo-insert-@end): Slight re-organization.
6504 Also remove useless `looking-at' call.
6505
30cd075d
AI
65062000-12-08 Andrew Innes <andrewi@gnu.org>
6507
6508 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6509 accessible in -nw mode.
6510
6511 * term/w32-win.el: Remove stuff about selection timeout, which is
6512 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6513 it is accessible in -nw mode.
6514
01b91009
DL
65152000-12-08 Dave Love <fx@gnu.org>
6516
83c9cb8e
SM
6517 * emacs-lisp/lisp-mode.el (lisp-mode):
6518 Set font-lock-keywords-case-fold-search.
01b91009 6519
842b2a94
GM
65202000-12-08 Gerd Moellmann <gerd@gnu.org>
6521
6522 * textmodes/ispell.el (ispell): Doc fix.
6523
f9d5f611
KH
65242000-12-08 Kenichi Handa <handa@etl.go.jp>
6525
6526 * international/quail.el (quail-insert-decode-map): Check the
6527 frame width of a window displaying the current buffer, not that of
6528 the selected frame.
6529 (quail-help): Make sure that the help buffer has window before
6530 inserting text in it.
6531
e04d21aa
SS
65322000-12-07 Sam Steingold <sds@gnu.org>
6533
6534 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6535 Backquote is used in isearch.el, so autoloading saves nothing.
6536
fc3e23a4
EZ
65372000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6538
83c9cb8e
SM
6539 * startup.el (normal-top-level-add-subdirs-to-load-path):
6540 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6541
fc3e23a4
EZ
6542 * dired.el (dired-insert-directory): If file-system-info is
6543 fboundp, call it instead of invoking dired-free-space-program.
6544
796ecd10
GM
65452000-12-07 Gerd Moellmann <gerd@gnu.org>
6546
0f5f7c3e
GM
6547 * server.el (server-visit-files): Push files on file-name-history.
6548
3764ba49
GM
6549 * progmodes/cc-langs.el: Update copyright.
6550
8e7931da
GM
6551 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6552
ae0d7485 6553 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6554
796ecd10
GM
6555 * bindings.el (mode-line-mode-menu): Reverse the order
6556 of define-keys so that the menu appears in alphabetical order.
6557
ae0d7485
GM
65582000-12-07 Milan Zamazal <pdm@freesoft.cz>
6559
6560 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6561 of the function.
6562
e2849090
DL
65632000-12-07 Dave Love <fx@gnu.org>
6564
6565 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6566
6567 * facemenu.el (facemenu-unlisted-faces): Fix value.
6568
5c7f629c
SM
65692000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6570
6571 * font-lock.el (font-lock-default-fontify-region):
6572 Include the terminating \n (off-by-one error).
6573 (font-lock-set-defaults): Use dolist.
6574
6575 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6576
73481ae3
KH
65772000-12-07 Kenichi Handa <handa@etl.go.jp>
6578
83c9cb8e
SM
6579 * international/mule-cmds.el (describe-language-environment):
6580 Fix for the case that an input method title is not string but a list.
ffbaa122 6581
73481ae3
KH
6582 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6583 of wrong SIZE record.
6584
e2896b22
DL
65852000-12-06 Dave Love <fx@gnu.org>
6586
67292061
DL
6587 * newcomment.el (comment-region, comment-dwim): Doc fix.
6588
6589 * textmodes/texinfo.el: Require tex-mode when compiling.
6590 (texinfo-update-node): Doc fix.
6591 (texinfo-imenu-generic-expression): Add @anchor.
6592 (texinfo-font-lock-keywords): Add @uref.
6593 (texinfo-inside-macro-p): Don't use ignore-errors.
6594 (texinfo-insert-quote): Match more contexts.
6595
e76938e7
DL
6596 * international/mule.el (decode-char, encode-char): Doc fix.
6597 (auto-coding-alist): Customize.
6598
6599 * files.el (load-file): Fix change of 2000-03-12.
6600
e2896b22
DL
6601 * wid-edit.el (widget-text-keymap): Doc fix.
6602
6610f4b2
AI
66032000-12-06 Andrew Innes <andrewi@gnu.org>
6604
6605 * makefile.w32-in (lisp): Set to an absolute directory, namely
6606 $(CURDIR).
6607
9e3366e4
EZ
66082000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6609
6610 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6611 read generated-autoload-file, and set buffer-file-coding-system to
6612 raw-text-unix after reading the file.
6613
83c9cb8e
SM
6614 * international/mule-conf.el (file-coding-system-alist):
6615 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6616
d94d636f
GM
66172000-12-06 Gerd Moellmann <gerd@gnu.org>
6618
384333ee
GM
6619 * replace.el (occur): Make line-number-width 1 smaller for the
6620 colon following the line number.
6621
83c9cb8e
SM
6622 * startup.el (fancy-splash-text, command-line-1):
6623 Use `File' for the menu name instead of `Files'.
e04d21aa 6624
d4b72d58
GM
6625 * tmm.el: Update copyright.
6626
d94d636f
GM
6627 * cus-start.el: Add entry for even-window-heights.
6628
6e424019
MB
66292000-12-06 Miles Bader <miles@gnu.org>
6630
6631 * faces.el (frame-set-background-mode): Avoid stomping on
6632 locally modified faces.
6633
e6477b58
KH
66342000-12-06 Kenichi Handa <handa@etl.go.jp>
6635
6636 * international/fontset.el: Correct the font registries for
6637 japanese-jisx0213-1 and japanese-jisx0213-2.
6638
21999ab9
GM
66392000-12-05 Gerd Moellmann <gerd@gnu.org>
6640
57d6e381
GM
6641 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6642
21999ab9
GM
6643 * iswitchb.el: Update customization commentary.
6644
7422819c
GM
66452000-12-05 Rob Riepel <riepel@Stanford.EDU>
6646
6647 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6648 (tpu-search-highlight): Fixed comparison of overlay end positions.
6649 (tpu-trim-line-ends): Implemented trimming logic locally.
6650
6651 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6652 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6653
73daff18
KH
66542000-12-05 Kenichi Handa <handa@etl.go.jp>
6655
6656 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6657 to cn-gb.
6658 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6659
6a4cd002
DL
66602000-12-04 Dave Love <fx@gnu.org>
6661
6662 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6663
6452929e
GM
66642000-12-04 Gerd Moellmann <gerd@gnu.org>
6665
e04d21aa 6666 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6667 (rmail-summary-expunge-and-save): Ask for confirmation with
6668 rmail-expunge-confirmed.
6669
6670 * mail/rmail.el (rmail-expunge-confirmed): New function.
6671 (rmail-expunge): Use it.
6672
1790abf4
FP
66732000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6674
0c68ce6f 6675 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6676 (etags-recognize-tags-table, find-tag-in-order):
6677 New functionality: interpret file names as tags.
e04d21aa 6678
7a53d8c8
EZ
66792000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6680
6681 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6682 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6683 the first subnode until the bottom of the current node is visible.
7a53d8c8 6684
caa15ef7
GM
66852000-12-04 Gerd Moellmann <gerd@gnu.org>
6686
6687 * format.el (format-decode): Don't change buffer's undo list.
6688
e225faa7
KH
66892000-12-04 Kenichi Handa <handa@etl.go.jp>
6690
6691 * faces.el (face-font-registry-alternatives): Add entries for CJK
6692 fonts. Doc-string adjusted for the actual usage of this data.
6693
6694 * international/fontset.el: Change the font registries for CJK
6695 fonts in the default fontset. Don't append '*' to registries.
6696
8b262a65
SM
66972000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6698
e04d21aa 6699 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6700 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6701
6702 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6703 (derived-mode-p): New function.
6704 (derived-mode-make-docstring): Add `docstring' argument.
6705 Use it if available and complete it if necessary.
6706
33c4460b
AS
67072000-12-03 Andreas Schwab <schwab@suse.de>
6708
6709 * type-break.el (type-break): Don't make parent of itself.
6710
5c9b3fac
MB
67112000-12-03 Miles Bader <miles@gnu.org>
6712
6713 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6714
27ce741e
SM
67152000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6716
07c16ec4
SM
6717 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6718 (tex-main-file, tex-file): Simplify.
6719 (tex-generate-zap-file-name): Use subst-char-in-string.
6720 (tex-strip-dots): Remove.
6721
c19cc275
SM
6722 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6723
27ce741e
SM
6724 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6725 to check if the match succeeded.
6726
285991dc
GM
67272000-12-02 Gerd Moellmann <gerd@gnu.org>
6728
6729 * startup.el (use-fancy-splash-screens-p): New function.
6730 (command-line-1): Use it to determine whether or not to use
6731 a fancy splash screen.
6732
52dca1b2
AS
67332000-12-02 Andreas Schwab <schwab@suse.de>
6734
6735 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6736
d3e7e7cf
EZ
67372000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6738
2dce2360
EZ
6739 * international/mule.el (make-char): Fix last change.
6740
9768eaa7
EZ
6741 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6742 New defcustoms.
6743 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6744 autoloading tex-mode; instead, do the same manually.
6745 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6746 with numeric argument. Docstring fix.
6747 (toplevel): Require cl when compiling.
e04d21aa 6748
285991dc 6749 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6750
0dd5e255
JR
67512000-12-02 Jason Rumney <jasonr@gnu.org>
6752
6753 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6754 the Emacs Lisp manual)
6755
fbb87147
EZ
67562000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6757
5cbb3e93
EZ
6758 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6759
fbb87147
EZ
6760 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6761 the Emacs Lisp manual).
6762
1636ca09
GM
67632000-12-02 Gerd Moellmann <gerd@gnu.org>
6764
6765 * simple.el (next-line-add-newlines): Change default to nil.
6766
68875f0e
EZ
67672000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6768
83c9cb8e
SM
6769 * files.el (revert-buffer, recover-file):
6770 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6771
fd9ac94c
GM
67722000-12-01 Gerd Moellmann <gerd@gnu.org>
6773
6774 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6775
45450dd5
MB
67762000-12-01 Miles Bader <miles@gnu.org>
6777
6778 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6779
09df8881
KH
67802000-12-01 Kenichi Handa <handa@etl.go.jp>
6781
6782 * international/mule-diag.el (describe-char-after): Fix typo.
6783 (describe-character-set, non-iso-charset-alist): Fix typo.
6784
dea0a87d
MB
67852000-12-01 Miles Bader <miles@gnu.org>
6786
b170205b
MB
6787 * image-file.el (image-file-name-regexp): Automatically add
6788 upper-case variants of each filename extension in
6789 `image-file-name-extensions', since they seem to be common.
6790
e04d21aa 6791 * simple.el (minibuffer-contents)
dea0a87d
MB
6792 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6793 New functions.
6794 * filecache.el (file-cache-directory-name)
6795 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6796
eb04d6cd 67972000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6798
dea0a87d
MB
6799 * filecache.el (file-cache-minibuffer-complete): Don't try to
6800 delete the minibuffer prompt.
6801
a8a1b05d
DL
68022000-11-30 Dave Love <fx@gnu.org>
6803
6804 * cus-start.el: Fix read-buffer-function type.
6805
693c4692
GM
68062000-11-30 Gerd Moellmann <gerd@gnu.org>
6807
6808 * md5.el: Removed. There's a built-in function, now.
6809
2c0b1898
GM
68102000-11-30 Markus Rost <rost@math.ohio-state.edu>
6811
6812 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6813 as dummy 0-th char of rmail-deleted-vector.
6814
63dfcf4b
EZ
68152000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6816
6817 * ps-print.el (ps-end-job): Bind case-fold-search only after
6818 switching to ps-spool-buffer.
6819
68202000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6821
6822 * ps-print.el: Line number font customization. PostScript: Lines and
6823 PageCount are initialized on each page. Doc Fix.
6824 (ps-print-version): New version number (6.3.2).
6825 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6826 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6827 (ps-right-header): Customization fix.
6828 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6829 Fix code.
6830 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6831 New vars.
6832
df3aedcf
GM
68332000-11-30 Gerd Moellmann <gerd@gnu.org>
6834
edfb795e
GM
6835 * bs.el: Fix typos and spelling errors.
6836 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6837 (bs-configuration): Doc fix.
e04d21aa 6838
df3aedcf
GM
6839 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6840
8b8a7f01
GM
68412000-11-30 Rob Riepel <riepel@Stanford.EDU>
6842
6843 * emulation/tpu-edt.el (tpu-version): New version.
6844 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6845 (tpu-original-mode-line): Variable deleted.
6846 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6847 (tpu-set-mode-line): Don't redefine mode-line-format.
6848 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6849 (tpu-update-mode-line): New mark flag logic.
6850 (tpu-get): Use find-file-wildcards.
6851 (tpu-search-highlight): Move overlay less, reset overlay properly.
6852 (tpu-unselect): Deactivate mark.
6853 (tpu-lm-replace): Reset overlay properly.
6854 (tpu-forward-line): Use forward-visible-line.
6855 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6856
83c9cb8e 6857 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6858
c069a9d3
GM
68592000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6860
6861 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6862
b02cd40b
GM
68632000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6864
6865 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6866 and skip whitespace and newlines.
e04d21aa 6867
b7a90344
SM
68682000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6869
6870 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6871
be6bbb55
GM
68722000-11-29 Gerd Moellmann <gerd@gnu.org>
6873
0383ed60
GM
6874 * help.el (describe-function-1): Regexp-quote function name
6875 when used as part of a regexp.
6876
83c9cb8e
SM
6877 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6878 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6879 (tool-bar-add-item): Likewise, and handle unspecified colors.
6880
6881 * enriched.el (enriched-face-ans): Use face-attribute instead
6882 of face-foreground and face-background.
6883
6884 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6885 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6886
7423978d
GM
6887 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6888
ef128c78
GM
6889 * play/5x5.el: Remove version info.
6890
a81fc510
GM
6891 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6892
be6bbb55
GM
6893 * frame.el (blink-cursor-mode): Doc fix.
6894
f9396e03
GM
68952000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6896
6897 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6898 to create Makefile rules.
6899 (antlr-tool-command): New user option.
6900 (antlr-ask-about-save): New user option.
6901 (antlr-makefile-specification): New user option.
6902 (antlr-file-formats-alist): New variable.
6903 (antlr-special-file-formats): New variable.
6904 (antlr-unknown-file-formats): New user option.
6905 (antlr-help-unknown-file-text): New variable.
6906 (antlr-help-rules-intro): New variable.
6907 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6908 (antlr-mode-menu): Add entries.
6909 (antlr-file-dependencies): New function.
6910 (antlr-directory-dependencies): New function.
6911 (antlr-superclasses-glibs): New function.
6912 (antlr-run-tool): New command.
6913 (antlr-makefile-insert-variable): New function.
6914 (antlr-insert-makefile-rules): New function.
6915 (antlr-show-makefile-rules): New command.
6916
6917 * antlr-mode.el: More Emacs/XEmacs stuff.
6918 (antlr-no-action-keywords): New constant with value nil.
6919 (antlr-font-lock-keywords-alist): Use it. Old value would break
6920 syntax highlighting in Emacs-21.0.
6921 (antlr-default-directory): Emacs/XEmacs dependend function.
6922 (antlr-read-shell-command): Ditto.
6923 (antlr-with-displaying-help-buffer): Ditto.
6924
69252000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6926
6927 * antlr-mode.el: imenu, parsing and highlighting changes.
6928 (antlr-imenu-create-index-function): Don't create extra submenus
6929 for definitions in different grammar classes. It is not necessary
6930 for the menu and would make command `imenu' awkward to use.
6931 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6932 header actions and more than one.
6933 (antlr-font-lock-tokendef-face): Changed color.
6934 (antlr-font-lock-tokenref-face): Changed color.
6935 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6936 (antlr-mode-syntax-table): New variable.
6937 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6938 (antlr-with-syntax-table): Don't copy syntax table.
6939
69402000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6941
6942 * antlr-mode.el: Minor changes: language setting.
6943 (antlr-language-alist): The value for file option "language" can
6944 be both an identifier and a string.
6945 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6946 (antlr-language-limit-n-regexp): Change accordingly.
6947
69482000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6949
6950 * antlr-mode.el: Minor changes: tabs, hiding.
6951 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6952 (antlr-action-visibility): Also allow value nil to also hide the
6953 braces. Renamed from `antlr-tiny-action-length'.
6954 Suggested by Jay@aol.com.
6955 (antlr-hide-actions): Change accordingly. Hide line if completely
6956 hidden action is on a line of its own.
e04d21aa 6957
6ad948eb
SM
69582000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6959
6960 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6961
6962 * sort.el (sort-columns): Don't concat strings with numbers.
6963
9c6a4107
DL
69642000-11-29 Dave Love <fx@gnu.org>
6965
6966 * cus-edit.el (face): Fix :format.
6967
6968 * mail/feedmail.el: Require smtpmail when compiling.
6969 (mail-do-fcc): Autoload.
6970 (feedmail) <defgroup>: Fix :link.
6971 (feedmail-nuke-body-in-fcc): Fix :type.
6972 (feedmail-send-it): Add autoload cookie.
6973
053b8d35
SM
69742000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6975
6976 * newcomment.el (comment-indent): Save excursion around call to
6977 comment-indent-function.
6978
242c13e8
MB
69792000-11-29 Miles Bader <miles@gnu.org>
6980
6981 * subr.el (member-ignore-case): Return the tail of the list who's
6982 car matches, like `member', not the matching element itself.
6983
8f4b5f28
KH
69842000-11-29 Kenichi Handa <handa@etl.go.jp>
6985
6986 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6987 should not contain `\n'.
6988
bebe4a2c
GM
69892000-11-28 Gerd Moellmann <gerd@gnu.org>
6990
fd9ac94c 6991 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6992
ba7e40eb
GM
6993 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6994
75ab0c79
GM
6995 * dired-aux.el (dired-do-create-files): Construct default file
6996 name for dired-mark-read-file-name so that when the user enters
6997 just RET, the target file will end up in the target directory.
6998
bebe4a2c
GM
6999 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
7000 local-abbrev-table before changing buffers because it might
7001 have a buffer-local binding.
7002
fa6d1ca8
MB
70032000-11-28 Miles Bader <miles@gnu.org>
7004
7005 * simple.el (delete-horizontal-space): Handle fields more generally.
7006
8d2c2642
GM
70072000-11-28 Gerd Moellmann <gerd@gnu.org>
7008
7009 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7010
8b31236d
DL
70112000-11-28 Dave Love <fx@gnu.org>
7012
3cbd02d2
DL
7013 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7014 comment-start-skip locally.
7015
8b31236d
DL
7016 * progmodes/fortran.el (fortran-mode): Don't set
7017 fortran-comment-line-start-skip. Set comment-start to
7018 fortran-comment-line-start.
7019 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7020 (fortran-comment-line-start-skip): Simplify slightly.
7021
ae4bf56d
GM
70222000-11-28 Gerd Moellmann <gerd@gnu.org>
7023
17ef7534
GM
7024 * play/5x5.el: Remove RCS keyword.
7025
fd9ac94c 7026 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7027
665b27a6
GM
70282000-11-28 Milan Zamazal <pdm@freesoft.cz>
7029
83c9cb8e
SM
7030 * textmodes/tildify.el (tildify-string-alist):
7031 Add `plain-tex-mode' here.
665b27a6 7032
fe3c2ae3
GM
70332000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7034
7035 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7036 reference.
7037
d970106b
MB
70382000-11-28 Miles Bader <miles@gnu.org>
7039
36b80a0d
MB
7040 * cus-face.el (custom-face-attributes): Add post-filter function
7041 for :box. Make pre-filter function for :box handle all cases.
7042
d970106b
MB
7043 * wid-edit.el (widget-choose): Make sure pop-up window is large
7044 enough to display all the choices, as there's no way to scroll it.
7045
5a2bae6c
KH
70462000-11-28 Kenichi Handa <handa@etl.go.jp>
7047
7048 * international/mule-conf.el: Make the coding system no-conversion
7049 safe for all characters.
7050
9e836e23
DL
70512000-11-27 Dave Love <fx@gnu.org>
7052
8b31236d
DL
7053 * net/ldap.el (ldap) <defgroup>: Add :version.
7054
9e836e23
DL
7055 * tooltip.el (tooltip-use-echo-area): Doc fix.
7056
7057 * cus-start.el <minibuffer-prompt-properties>: Add version.
7058 <read-buffer-function>: Add.
7059
7060 * apropos.el (apropos-print): Add help-echo to active text.
7061
7062 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7063
4a74d071
GM
70642000-11-27 Gerd Moellmann <gerd@gnu.org>
7065
7066 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7067 type, group and version.
7068
76058c27
EZ
70692000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7070
4a74d071 7071 * select.el (x-get-selection): Docstring fix.
76058c27 7072
fd9ac94c 70732000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7074
fd9ac94c 7075 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7076
49060c51
AI
70772000-11-27 Andrew Innes <andrewi@gnu.org>
7078
7079 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7080
7081 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7082
b2a8e429
MB
70832000-11-27 Miles Bader <miles@gnu.org>
7084
7085 * dired.el (dired-get-filename): Return filename verbatim if
7086 LOCALP is `verbatim'.
7087 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7088 `verbatim' so that we don't inadvertently delete a non-existant
7089 directory name.
7090
5ac0366d
KH
70912000-11-27 Kenichi Handa <handa@etl.go.jp>
7092
7093 * international/characters.el: Specify cases and syntaxes for
7094 mule-unicode-0100-24ff.
7095
67f1cf4c
GM
70962000-11-27 Gerd Moellmann <gerd@gnu.org>
7097
7098 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7099 that foreground and/or background colors of the face `tool-bar'
7100 are unspecified.
7101
46c56972
MB
71022000-11-27 Miles Bader <miles@gnu.org>
7103
e04d21aa 7104 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7105 (widget-field-end): Handle widget field `pseudo-overlays'.
7106 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7107 if it's there instead of in `widget-field-list'.
7108
46c56972 7109 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7110 (help-make-xrefs): Delete extraneous newlines at the end of the
7111 docstring.
46c56972 7112
640a9cdd
JR
71132000-11-25 Jason Rumney <jasonr@gnu.org>
7114
7115 * startup.el (command-line): Call set-locale-environment after
7116 Window System init file is read, as it can result in a call to
7117 redraw-frame.
7118
0b3f96d4
EZ
71192000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7120
7121 * simple.el (shell-command): Mention the effect of the prefix
7122 argument in the doc string.
7123
8da6e2a1
MB
71242000-11-25 Miles Bader <miles@gnu.org>
7125
a658d039
MB
7126 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7127
8da6e2a1 7128 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7129 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7130
d3416cca
JR
71312000-11-24 Jason Rumney <jasonr@gnu.org>
7132
7133 * international/mule-cmds.el (locale-language-names): Add "jp" as
7134 a non-standard alternative for Japanese.
7135
17e37f53
AS
71362000-11-24 Andre Spiegel <spiegel@gnu.org>
7137
7138 * vc-hooks.el: Require 'cl during compilation.
7139
9aa5f148
GM
71402000-11-24 Gerd Moellmann <gerd@gnu.org>
7141
ba193890
GM
7142 * faces.el (face-set-after-frame-default): Let face attributes
7143 specified for new frames override frame parameters.
7144
9aa5f148
GM
7145 * startup.el (command-line): Fix computation of the source file
7146 for user-init-file when user-init-file is a compiled file.
7147
51a1edab
MB
71482000-11-24 Miles Bader <miles@gnu.org>
7149
e04d21aa 7150 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7151 (custom-post-filter-face-spec): New functions.
7152 (custom-face-set, custom-face-value-create): Filter the face spec
7153 before and after customization.
7154 (custom-face-set): If VALUE specifies a null face, pass a
7155 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7156 * cus-face.el (custom-face-attributes): Remove SET and GET
7157 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7158 cases they're needed.
7159
1ed74431
MB
7160 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7161 that it's distinguishable from the :off-glyph on dark-background
7162 displays. Set its background color too.
7163
67ee1125
MB
7164 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7165 so that people can easily turn it off.
7166
7d027816 71672000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7168
7d027816 7169 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7170
9aa5f148 7171 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7172
9aa5f148 7173 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7174
9aa5f148 7175 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7176 redundant skip-small-frames test.
e04d21aa 7177
9aa5f148 7178 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7179 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7180
9aa5f148
GM
7181 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7182 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7183 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7184 New functions.
e04d21aa 7185
9aa5f148 7186 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7187
9aa5f148 7188 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7189
f07fa1b8
KH
71902000-11-24 Kenichi Handa <handa@etl.go.jp>
7191
83c9cb8e
SM
7192 * international/mule-diag.el (list-iso-charset-chars):
7193 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7194 (list-non-iso-charset-chars): Fix the `while' condition.
7195
ba8299ff
SM
71962000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7197
79372165
SM
7198 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7199 if the variable is make-variable-buffer-local.
7200
83c9cb8e
SM
7201 * progmodes/ada-stmt.el (ada-template-map):
7202 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7203 (ada-stmt-mode-hook): New function extracted from old code.
7204 Only change the buffer-local side of skeleton-*.
7205 (ada-mode-hook): Use it.
7206
68a887fa
EZ
72072000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7210 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7211 we expect to be returned by minibuffer-depth once we prompt the
7212 user in the minibuffer.
7213 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7214 as recorded in iswitchb-minibuf-depth, return non-nil.
7215
3b345582
EZ
72162000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7217
7218 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7219 (hscroll-window-maybe): Docstring fix.
7220
595dead2
DL
72212000-11-23 Dave Love <fx@gnu.org>
7222
7223 * rect.el (string-rectangle): Don't test delete-selection-mode.
7224
1e66b27a
GM
72252000-11-23 Gerd Moellmann <gerd@gnu.org>
7226
02790ce2
GM
7227 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7228 is in the tool bar.
7229
1e66b27a 7230 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7231 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7232
a4caa65d
SM
72332000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7234
7235 * textmodes/outline.el (outline-flag-region):
7236 Don't bind inhibit-read-only since we don't modify the buffer.
7237 (outline-isearch-open-invisible): Don't jump to overlay-start
7238 since we're trying to unhide text around point.
7239 (outline-discard-overlays): Use dolist.
7240
7241 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7242
03e757c1
GM
72432000-11-22 Gerd Moellmann <gerd@gnu.org>
7244
83c9cb8e 7245 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7246
1598a961
SM
72472000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7248
7249 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7250 Fix ARG regexp to skip quoted braces.
7251 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7252 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7253 are (correctly) handled separately).
7254 Remove `caption' and `footnote' from `citations': they contain text.
7255 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7256 (latex-skeleton-end-hook): New function.
7257 (latex-mode): Use it.
7258 (tex-start-tex-marker): Remove.
7259 (tex-send-tex-command): Don't set tex-start-tex-marker.
7260 (tex-error-parse-syntax-table): New var.
7261 (tex-compilation-parse-errors): Use it.
7262 Ignore tex-start-tex-marker. Don't bother with marker-position.
7263 (tex-validate-buffer): Don't bother with marker-position.
7264
7265 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7266 (flyspell-generic-progmode-verify): Use it.
1598a961 7267
eaae8106
SS
72682000-11-22 Sam Steingold <sds@gnu.org>
7269
83c9cb8e 7270 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7271
eaae8106 7272 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7273 `ada-remove-trailing-spaces'.
eaae8106 7274 (ada-remove-trailing-spaces): Removed.
e04d21aa 7275
eaae8106 7276 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7277
1598a961
SM
7278 * textmodes/picture.el (picture-clean): Removed.
7279 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7280
a41d49e9
GM
72812000-11-22 Gerd Moellmann <gerd@gnu.org>
7282
e053c60f
GM
7283 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7284
a41d49e9
GM
7285 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7286 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7287 do anything special when jit-lock is active.
a41d49e9
GM
7288 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7289
197615f3
DL
72902000-11-22 Dave Love <fx@gnu.org>
7291
ddbfaa9f
DL
7292 * calendar/todo-mode.el (todo-top-priorities): Use
7293 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7294
ddc3c695
DL
7295 * language/chinese.el, language/cyrillic.el:
7296 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7297 * language/hebrew.el, language/indian.el, language/japanese.el:
7298 * language/korean.el, language/lao.el, language/misc-lang.el:
7299 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7300 Use provide.
7301
fb9fa98d
DL
7302 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7303 (custom-variable-set): Improve validation error mesage.
7304
197615f3
DL
7305 * rect.el (string-rectangle): Revert last change.
7306 (string-rectangle-line): New arg DELETE.
7307 (string-rectangle): Check delete-selection-mode.
7308
7309 * emacs-lisp/edebug.el (edebug-version)
7310 (edebug-maintainer-address): Deleted.
7311 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7312 (edebug-read-function): Account for other `'#' read forms.
7313 (edebug-mode-menus): Make some items toggles.
7314 (edebug-outside-unread-command-event, unread-command-event):
7315 Remove these to avoid warnings.
7316
f4117c4d
GM
73172000-11-22 David Ponce <david@dponce.com>
7318
7319 * recentf.el (recentf-menu-items-for-commands)
7320 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7321 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7322
f4117c4d
GM
7323 (recentf-build-dir-rules, recentf-dump-variable)
7324 (recentf-edit-list, recentf-open-files-item)
7325 (recentf-open-files): Replaced unnecessary `mapcar' with new
7326 built-in `mapc'.
eaae8106 7327
f8e2f3f2
MB
73282000-11-23 Miles Bader <miles@gnu.org>
7329
7330 * faces.el (menu): Make inverse-video on ttys too.
7331
4c4a541d
SM
73322000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7333
7334 * simple.el (comment-line-break-function): Use the new name
7335 indent-new-comment-line -> comment-indent-new-line.
7336 (clone-indirect-buffer): Don't ignore NORECORD.
7337 (next-completion): Properly handle the case where items are adjacent.
7338
7339 * mouse.el (popup-menu): Stupid typo.
7340
980d836e
GM
73412000-11-22 Gerd Moellmann <gerd@gnu.org>
7342
60e8e0a5
GM
7343 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7344 maintainer, keywords tags.
7345
980d836e
GM
7346 * rect.el (replace-rectangle): Don't call string-rectangle-line
7347 with too many arguments.
7348
e08b2069
AS
73492000-11-22 Andre Spiegel <spiegel@gnu.org>
7350
60e8e0a5 7351 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7352 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7353 vc-locking-user, which no longer exists.
7354
7355 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7356
c6779d8d
DL
73572000-11-22 Dave Love <fx@gnu.org>
7358
7359 * md5.el (md5): Provide.
7360 (md5): Fix error call.
7361
e672fdce
MB
73622000-11-22 Miles Bader <miles@gnu.org>
7363
eaae8106 7364 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7365 (refill-fill-paragraph-at): Remove debugging code.
7366
80e24c04
MB
7367 * calendar/calendar.el (generate-calendar-window): When we don't
7368 call `fit-window-to-buffer', make sure the top line is fully visible.
7369
3a17d6cc
MB
7370 * image-file.el (insert-image-file): Don't make `read-only'
7371 property rear-nonsticky.
7372
ae1a21c6
MB
7373 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7374 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7375 stashing away its original value.
7376 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7377 in the recursive edit.
7378 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7379 (isearch-done): Restore `minibuffer-message-timeout'.
7380
e672fdce
MB
7381 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7382
3ea79df8
SM
73832000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7384
7385 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7386
7387 * find-lisp.el (find-lisp-find-files-internal):
7388 Use dolist, when and file-name-as-directory.
7389
980d836e 7390 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7391 (define-derived-mode, define-minor-mode): Add specs.
7392
7393 * window.el: General comment and spacing fixes.
7394 (save-selected-window): Use backquotes.
7395 (window-safely-shrinkable-p): New function.
7396 (shrink-window-if-larger-than-buffer): Use it.
7397
7398 * subr.el (make-local-hook): Docstring fix.
7399
7400 * shell.el (shell-mode): Use define-derived-mode.
7401
7402 * newcomment.el (comment-indent): Insert comment before calling
7403 comment-indent-function. Don't insert in column 0.
7404 (comment-dwim): Indent before inserting comment.
7405
7406 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7407 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7408 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7409 Use mapc rather than map.
7410
7411 * files.el (find-buffer-visiting): Compare all attributes before
7412 declaring two files identical (rather than just their inode-no).
7413 (auto-mode-alist): Use \' rather than $.
7414
7415 * which-func.el: Update maintainer line.
7416
7417 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7418 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7419 (uniquify-buffer-file-name): Use it.
7420
8f62f2b8
MB
74212000-11-22 Miles Bader <miles@gnu.org>
7422
7423 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7424 * simple.el (minibuffer-avoid-prompt): New function.
7425
fb279a6d
GM
74262000-11-21 Gerd Moellmann <gerd@gnu.org>
7427
7428 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7429
867092e9
MB
74302000-11-21 Miles Bader <miles@gnu.org>
7431
ef860850
MB
7432 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7433 inclusion of `track-mouse'.
7434
867092e9
MB
7435 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7436 (refill-adjust-ignorable-overlay): New function.
7437 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7438 only the paragraph's tail if possible.
7439 Update `refill-ignorable-overlay'.
7440 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7441
7442 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7443 point inside the fill-prefix.
7444
7445 * textmodes/refill.el (refill-post-command-function): Don't reset
7446 refill-doit in the case where a self-insertion command doesn't
7447 case a refill. Use `refill-fill-paragraph-at', getting position
7448 from `refill-doit'.
7449 (refill-after-change-function): Set `refill-doit' to END.
7450 (refill-fill-paragraph-at): New function, mostly from old
7451 refill-fill-paragraph.
7452 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7453 (refill-pre-command-function): New function.
7454 (refill-mode): Add it to `pre-command-hook'.
7455
ff9ab414
GM
74562000-11-20 Gerd Moellmann <gerd@gnu.org>
7457
29a01b72
GM
7458 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7459
ff9ab414
GM
7460 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7461 javadoc tags.
eaae8106 7462
885b211b
AS
74632000-11-20 Andre Spiegel <spiegel@gnu.org>
7464
7465 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7466 vc.el).
7467
eaae8106 7468 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7469 require vc.
eaae8106
SS
7470
7471 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7472 checkouts.
eaae8106 7473
d1838556
DL
74742000-11-20 Dave Love <fx@gnu.org>
7475
7476 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7477
2b69bc11 74782000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7479
2b69bc11
GM
7480 * calculator.el (calculator-paste): Use `if' instead of `and'
7481 and `or'.
7482 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7483
b95b34e5
GM
74842000-11-19 Gerd Moellmann <gerd@gnu.org>
7485
030de92f
GM
7486 * info.el (info-menu-5): Doc fix.
7487
b95b34e5
GM
7488 * textmodes/artist.el: New file.
7489
54970452
AS
74902000-11-19 Andre Spiegel <spiegel@gnu.org>
7491
eaae8106 7492 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7493 and differentiate according to checkout model.
7494 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7495 since this function is only concerned with master state.
7496
83c9cb8e
SM
7497 * vc-hooks.el (vc-workfile-unchanged-p)
7498 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7499
83c9cb8e
SM
7500 * vc.el (vc-workfile-unchanged-p)
7501 (vc-default-workfile-unchanged-p): See above.
54970452 7502
e5a9dabf
MB
75032000-11-19 Miles Bader <miles@gnu.org>
7504
7505 * image-file.el (insert-image-file): Make `intangible' and
7506 `read-only' properties rear-nonsticky too.
7507
24127af0
GM
75082000-11-18 Gerd Moellmann <gerd@gnu.org>
7509
d392e9c5 7510 * ps-print.el: Update copyright notice.
eaae8106 7511
d392e9c5
GM
7512 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7513 (tooltip-show): Use the offsets.
7514
24127af0 7515 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7516 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7517 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7518
2b69bc11 75192000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7520
2b69bc11
GM
7521 * ps-print.el (toplevel): Test for find-coding-system being
7522 fboundp before calling ps-x-find-coding-system.
08ea6f17 7523
66321b2f
SM
75242000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7525
7526 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7527 (vc-version-backup-file): Docstring fix.
7528
046110c6
GM
75292000-11-16 Gerd Moellmann <gerd@gnu.org>
7530
4104194e
GM
7531 * files.el (basic-save-buffer): Don't add a newline if
7532 find-file-literally is non-nil.
7533 (find-file-literally): Extend doc string.
7534
046110c6
GM
7535 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7536 sort(1) with the `-f' argument.
7537
6505c16e
AS
75382000-11-16 Andre Spiegel <spiegel@gnu.org>
7539
fd063975
AS
7540 * vc.el: Updated backend documentation.
7541 (vc-default-check-headers): New function.
7542
3d02dd81 7543 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7544
7545 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7546 up-to-date.
eaae8106 7547 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7548 the minibuffer is not active.
fd063975 7549
eaae8106 7550 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7551 `vc-cvs-use-edit' is on.
eaae8106
SS
7552 (vc-cvs-checkout): When this is used for reverting the workfile,
7553 make a backup of the original contents and revert to that in case
8791d617 7554 of error.
eaae8106 7555 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7556 remote repositories.
eaae8106 7557
6505c16e
AS
7558 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7559 for both version and ratio in the minibuffer.
fd063975 7560
eaae8106 7561 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7562 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7563
a13f0660
KH
75642000-11-16 Kenichi Handa <handa@etl.go.jp>
7565
7566 * international/quail.el (quail-start-translation): Don't call
7567 `message' before reading key sequence.
7568
1389a414
MB
75692000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7570
7571 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7572
9256a532
KH
75732000-11-16 Kenichi Handa <handa@etl.go.jp>
7574
7575 * window.el (fit-window-to-buffer): Be sure to acquire at least
7576 one text line even if the buffer is empty.
7577
0e14fe9f
GM
75782000-11-16 Gerd Moellmann <gerd@gnu.org>
7579
eaae8106 7580 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7581 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7582 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7583
da645c53
DL
75842000-11-15 Dave Love <fx@gnu.org>
7585
83c9cb8e
SM
7586 * wid-edit.el (widget-specify-field, widget-specify-button):
7587 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7588 widget-mouse-help.
7589 (widget-mouse-help): New function.
7590 (widget-echo-help): Rewritten for :help-echo functions only taking
7591 a widget arg.
7592
83c9cb8e
SM
7593 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7594 Use display-graphic-p.
b12057b9
DL
7595 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7596 and that JPEG is available.
7597 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7598
da645c53
DL
7599 * international/mule-cmds.el (locale-charset-language-names):
7600 Match @euro.
7601
6d133d1f
GM
76022000-11-15 Gerd Moellmann <gerd@gnu.org>
7603
83c9cb8e
SM
7604 * faces.el (face-set-after-frame-default):
7605 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7606 default face from X resources.
7607
49ac2ac5
EZ
76082000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7609
7610 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7611 Don't set EMACSLOADPATH.
7612
4fb0a34c
EZ
76132000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7614
7615 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7616 texinfo-insert-@url.
7617 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7618 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7619
bb304a7a
SM
76202000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7621
82bc80bf
SM
7622 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7623 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7624 (checkdoc-minor-keymap): Backward compatibility.
7625 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7626 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7627 (checkdoc-this-string-valid-engine): Be a bit more strict
7628 to avoid matching substrings of `...' quoted vars/funs.
7629 (checkdoc-defun-info): Only look for `interactive' if alone.
7630 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7631
e8c87124
SM
7632 * progmodes/compile.el (grep): `tag-default' can be nil.
7633
bb304a7a
SM
7634 * newcomment.el (comment-indent): Paren typo.
7635
8628686a
DL
76362000-11-14 Dave Love <fx@gnu.org>
7637
25c269ef
DL
7638 * calculator.el: New maintainer version.
7639
66321b2f 7640 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7641
8628686a
DL
7642 * cmuscheme.el: Doc fixes.
7643 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7644 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7645
7646 * xscheme.el (scheme-program-name): Don't define here.
7647
7648 * progmodes/scheme.el (scheme-program-name): New variable
7649 (originally in cmuscheme).
7650
88f0a1eb
MB
76512000-11-14 Miles Bader <miles@gnu.org>
7652
7653 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7654 Handle header-lines. Don't loop forever if we can't enlarge the
7655 window anymore. Simplify a bit.
7656
cd9a000c
KH
76572000-11-14 Kenichi Handa <handa@etl.go.jp>
7658
7659 * window.el (fit-window-to-buffer): Don't check
7660 window-text-height. Assure that the last line is fully visible.
7661
83c9cb8e
SM
7662 * international/quail.el (quail-show-guidance-buf):
7663 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7664 buffer.
7665 (quail-update-guidance): Avoid making the guidance buffer shorter.
7666
d3fcda22
SM
76672000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7668
bdbd9606
SM
7669 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7670 rather than `prepend' and add an interesting comment.
7671 (tex-math-face, tex-font-lock-syntactic-face-function):
7672 New face and function to use it.
7673 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7674 than `menu-enable' symbol property.
7675 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7676 (tex-mode): Add some latex-mode commands for auto-selection.
7677 Use tex-font-lock-syntactic-face-function.
7678 (tex-insert-quote): Simplify.
7679 (tex-shell): New mode.
7680 (tex-start-shell): Use it.
7681 (tex-shell-proc, tex-shell-buf): New functions.
7682 (tex-send-command): Use it.
7683 (tex-main-file): Fix the meaning of the new arg REALFILE.
7684 (tex-send-tex-command): New function split from `tex-start-tex'.
7685 Set compilation-last-buffer and compilation-parsing-end.
7686
d3fcda22
SM
7687 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7688 when it follows non-comment text on the line.
7689
7690 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7691 Set font-lock-defaults.
7692 (lisp-mode-shared-map): Init inside the defvar.
7693 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7694 Use define-derived-mode.
7695
bdab1d43
MB
76962000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7697
7698 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7699
936ae731
GM
77002000-11-14 Gerd Moellmann <gerd@gnu.org>
7701
83c9cb8e
SM
7702 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7703 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7704 recursion; see comment there.
7705
1695ca2b
EZ
77062000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7707
7708 * faces.el (face-spec-set-match-display): Revert the change from
7709 2000-10-24. Add a FIXME for after v21.1.
7710
9d348294
MB
77112000-11-13 Miles Bader <miles@gnu.org>
7712
7713 * textmodes/fill.el (skip-line-prefix): New function.
7714 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7715 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7716 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7717 point inside the fill-prefix.
9d348294 7718
b85fa13c
MB
77192000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7720
83c9cb8e
SM
7721 * calendar/calendar.el (generate-calendar-window):
7722 Use `fit-window-to-buffer'.
b85fa13c 7723
a0b47716
SM
77242000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7725
7726 * gud.el (gud-minor-mode): New var.
7727 (gud-symbol, gud-val): New functions.
7728 (gud-find-file): Copy gud-minor-mode to the new buffer.
7729 (gud-menu-map): Include entries for commands that are not always
7730 available, using :enable to (de)activate them.
7731 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7732 (gud-mode-map): New map.
eaae8106 7733 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7734 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7735 Don't set up gud's menu (it's done by the minor-mode).
7736 (gud-minibuffer-local-map): New.
7737 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7738 (gud-query-cmdline): New function.
7739 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7740 (gud-mode): Use define-derived-mode.
7741 Don't set up gud's menu (it's done by the minor-mode).
7742 (gud-chop-words): Remove.
7743 (gud-common-init): Use split-string instead.
7744 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7745
7746 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7747 Add keyword arg :name.
7748
7749 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7750 (diff-count-matches, diff-split-hunk): New functions.
7751 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7752
7753 * pcvs-info.el (cvs-fi-conflict-face): New var.
7754
7755 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7756 Make it into a simple syntax-table, shared among all submodes.
7757 (sh-heredoc-face): Re-introduce.
7758 (sh-font-lock-syntactic-face-function): New function.
7759 (sh-mode): Use it. Also use define-derived-mode.
7760 Remove old bogus setting of indent-region-function.
7761 (sh-set-shell): Don't set the syntax-table any more.
7762 (sh-mode-syntax-table) <defun>: Remove.
7763
f5ed37df
MB
77642000-11-12 Miles Bader <miles@gnu.org>
7765
7766 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7767 message if interactive.
7768
0b074c2f
DL
77692000-11-12 Dave Love <fx@gnu.org>
7770
7771 * mail/feedmail.el: Fix header,
7772 (feedmail) <defgroup>: Add :link.
7773
7774 * view.el: Use local-map property, not keymap on mode-line string.
7775
83c9cb8e
SM
7776 * scroll-all.el (scroll-all-mode): Customize variable.
7777 Add autoload cookie to function.
0b074c2f
DL
7778
7779 * lazy-lock.el: Remove compatibility code.
7780
7781 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7782 (finder-help-echo): New variable.
7783 (finder-mouse-face-on-line): Add help-echo stuff.
7784 (finder-list-keywords, finder-list-matches): Use mapc.
7785
7786 * faces.el (face-font-registry-alternatives): Add :version.
7787
7788 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7789 tags-table-list.
7790
a0b47716 7791 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7792
a0b47716 7793 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7794 (mail-mode): Use [:alnum:] in some regexps.
7795
6d502396
DL
77962000-11-10 Dave Love <fx@gnu.org>
7797
7798 * ediff.el (ediff-regions-internal, ediff-documentation):
7799 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7800 fundamental mode.
7801
7802 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7803 buffer into fundamental mode.
7804 (ediff-set-difference): Use copy-sequence if available.
7805
83c9cb8e
SM
7806 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7807 Check ediff-patch-map non-nil.
6d502396
DL
7808 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7809 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7810 buffer into fundamental mode.
7811
7812 * ediff-merg.el (state-or-merge): Defvar when compiling.
7813
a82fe213
JR
78142000-11-10 Jason Rumney <jasonr@gnu.org>
7815
7816 * w32-fns.el (w32-add-charset-info): New function.
7817 (w32-charset-info-alist): Use it.
7818
52d89894
GM
78192000-11-10 Gerd Moellmann <gerd@gnu.org>
7820
7821 * faces.el (face-font-registry-alternatives): New user-option.
7822
178932de
SM
78232000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7824
d7fa3319
SM
7825 * textmodes/texinfo.el (texinfo-block-default): New var.
7826 (texinfo-insert-block): Use it. Insert a newline if needed.
7827
178932de
SM
7828 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7829 (fill-region-as-paragraph): Use it.
7830
7831 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7832 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7833 Tweak paragraph regexps to allow a leading [ \t]*.
7834 (tex-latex-block): Insert a newline if necessary.
7835 (latex-insert-item): Only insert a newline if necessary.
7836 (tex-guess-main-file): New function.
7837 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7838 Set tex-main-file if TeX-master is provided.
7839 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7840
bd02b8e0
GM
78412000-11-10 Gerd Moellmann <gerd@gnu.org>
7842
7843 * startup.el (command-line): Set the default tooltip-mode
7844 to t for graphical displays which implement x-show-tip.
7845
7846 * tooltip.el (tooltip-mode): Add a comment about startup.el
7847 setting the default value of this user-option.
7848
b29b03eb
SM
78492000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7850
7851 * font-lock.el (font-lock-*-face) <defvar>: Move.
7852 (font-lock-defaults-alist): Mark obsolete.
7853 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7854 (font-lock-mode): Use define-minor-mode.
7855 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7856 (font-lock-turn-off-thing-lock): Be more explicit.
7857 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7858 (font-lock-syntactic-face-function): New var.
7859 (font-lock-fontify-syntactically-region): Use it.
7860 (font-lock-doc-face): New.
7861
7862 * pcvs.el (cvs-enabledp): Ignore errors.
7863 (cvs-commit-filelist): Never query.
7864 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7865 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7866 (cvs-do-removal): Use cvs-partition rather than delete-if.
7867 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7868 cvs-bury-buffer.
7869
7870 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7871 Allow `next' to jump to after the end of the last match.
7872
778fbc46
GM
78732000-11-09 Gerd Moellmann <gerd@gnu.org>
7874
730c746c
GM
7875 * simple.el (byte-compiling-files-p): New function.
7876
7877 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7878 if it is there.
7879
7880 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7881 nil again.
7882
778fbc46
GM
7883 * textmodes/ispell.el (ispell-library-path): Don't call
7884 check-ispell-version when byte-compiling because that starts
7885 an ispell process, and ispell might not be installed.
7886 (toplevel): Don't set up a menu when byte-compiling.
7887
7888 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7889 it, so that a boundp test can be used to determine if we're
7890 currently byte-compiling.
7891
5912c5bb
DL
78922000-11-09 Dave Love <fx@gnu.org>
7893
83c9cb8e 7894 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7895
7bb054a5
GM
78962000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7897
83c9cb8e
SM
7898 * ps-print.el: Patch for variable initialization when spooling.
7899 Doc fix.
7bb054a5
GM
7900 (ps-output-list): Fun eliminated.
7901 (ps-begin-file, ps-begin-job): Code fix.
7902
9db2706e
DL
79032000-11-08 Dave Love <fx@gnu.org>
7904
83c9cb8e 7905 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7906
f7eb32aa
GM
79072000-11-08 Gerd Moellmann <gerd@gnu.org>
7908
7909 * simple.el (shell-command, display-message-or-buffer)
7910 (shell-command-on-region): Mention resize-mini-windows in the doc
7911 string.
7912 (display-message-or-buffer): Take the value of resize-mini-windows
7913 into account.
7914
7b01b08c
GM
79152000-11-07 Gerd Moellmann <gerd@gnu.org>
7916
acad3c0b
GM
7917 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7918
7b01b08c
GM
7919 * dired.el (dired-between-files): Add `^. find' as an alternative
7920 to the regular expression, for find-dired.
7921
6f602bd0
SM
79222000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7923
7924 * textmodes/texnfo-upd.el: Require texinfo.
7925 (defmacro, defgroup): Remove.
7926 (texinfo-section-to-generic-alist): Remove.
7927 Use texinfo-section-list instead (i.e. level is changed string->int).
7928 (texinfo-filter): New function.
7929 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7930 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7931 Use it. And use regexp-opt.
7932 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7933 (texinfo-update-menu-region-beginning)
7934 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7935 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7936 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7937 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7938 (texinfo-sequential-node-update): Remove autoload cookie.
7939
7940 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7941 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7942 (texinfo-chapter-level-regexp): Remove.
7943 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7944
bb216218
DL
79452000-11-06 Dave Love <fx@gnu.org>
7946
6f602bd0 7947 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7948
6f602bd0
SM
7949 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7950 Match defun*.
bb216218 7951
ff8dd5d5
KH
79522000-11-06 Kenichi Handa <handa@etl.go.jp>
7953
7954 * composite.el (composition-function-table): Variable declaration
7955 moved to src/composite.c.
7956 (compose-chars-after): New optional arg object.
7957
e9da51a1
GM
79582000-11-06 Gerd Moellmann <gerd@gnu.org>
7959
e0c12c68
GM
7960 * bindings.el (mode-line-toggle-read-only)
7961 (mode-line-toggle-modified, mode-line-widen)
7962 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7963 (make-mode-line-mouse2-map): Rewritten.
7964 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7965 functions so that C-h k can show something with a doc string.
eaae8106 7966
e9da51a1
GM
7967 * startup.el (fancy-splash-delay): Set to 10 seconds.
7968 (fancy-splash-max-time): New user-option.
7969 (fancy-splash-stop-time): New variable.
7970 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7971 (fancy-splash-screens-1): Throw `stop-splashing' when current
7972 time is greater than fancy-splash-stop-time.
7973
611dbdf0
SM
79742000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7975
4d2806e2
SM
7976 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7977
611dbdf0
SM
7978 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7979 Prompt user for a file rather than raising an error.
7980 (cvs-enabledp): Fix call to cvs-mode-marked.
7981 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7982 (cvs-mode-insert): Use it. Change the init prompt' value.
7983 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7984
7985 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7986 Don't pass default arg to ewoc-locate.
7987 (ewoc-collect): Return result in the right order.
7988
7989 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7990
7991 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7992 (cvs-status-get-tags): Fix regexp.
7993 (cvs-status-trees, cvs-status-cvstrees):
7994 Combine after change hooks and don't sit-for.
4d2806e2
SM
7995 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7996 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7997 Use make-char rather than hard-coded cryptic data.
7998 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7999
8000 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
8001
8002 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
8003 (cvs-insert-strings): New function.
8004
937b2877
MB
80052000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8006
8007 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8008 `mwheel-scroll-amount'.
8009 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8010 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8011 string-matching against the version string.
8012
c6c97763
KH
80132000-11-06 Kenichi Handa <handa@etl.go.jp>
8014
6eaec747
KH
8015 * language/thai.el ("Thai"): Set a lisp form that produces
8016 composed string in `sample-text' language info.
8017
8018 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8019 composed string in `sample-text' language info.
8020
83c9cb8e
SM
8021 * international/mule-cmds.el (describe-language-environment):
8022 Eval `sample-text' data and insert the result.
6eaec747 8023
c6c97763
KH
8024 * international/mule-conf.el (compound-text): Define this coding
8025 system here. Make x-ctext and ctext aliases of it.
8026
8027 * language/european.el (compound-text, ctext): Moved to
8028 international/mule-conf.el.
8029
d1145f85
AI
80302000-11-05 Andrew Innes <andrewi@gnu.org>
8031
8032 * w32-fns.el (w32-version): New function.
8033
178a6a45
SM
80342000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8035
8036 * progmodes/awk-mode.el: Update copyright.
8037 (awk-mode-abbrev-table): Remove.
8038 (awk-font-lock-keywords): Use regexp-opt.
8039 (awk-mode): Use define-derived-mode.
8040
8041 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8042 when extracting a suffix.
8043
1ba90166
AS
80442000-11-04 Andre Spiegel <spiegel@gnu.org>
8045
8046 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8047 auto-save-mode.
8048
546790cb
JR
80492000-11-04 Jason Rumney <jasonr@gnu.org>
8050
8051 * language/european.el (decode-mac-roman): Test against r1 not r0.
8052
d247e32d
SM
80532000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8054
fbf44f44
SM
8055 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8056 (icon-mode): Define indent-line-function.
8057 (icon-comment-indent): Simplify.
8058 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8059
8060 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8061
8062 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8063 Bind change-log-default-mode to defeat the caching done on it.
8064 Don't bother saving excursion any more.
8065
8066 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8067
8068 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8069 (set-frame-font): Use the new name (and the old for compatibility).
8070
eaae8106
SS
8071 * toolbar/tool-bar.el (tool-bar-mode):
8072 * time.el (display-time-mode):
8073 * recentf.el (recentf-mode):
8074 * paren.el (show-paren-mode):
8075 * mwheel.el (mouse-wheel-mode):
8076 * msb.el (msb-mode):
8077 * jka-compr.el (auto-compression-mode):
8078 * image-file.el (auto-image-file-mode):
8079 * hl-line.el (hl-line-mode):
8080 * delsel.el (delete-selection-mode):
8081 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8082 * complete.el (partial-completion-mode): Drop unneeded positional args.
8083
eaae8106 8084 * info.el (Info-mode):
79372165 8085 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8086
d247e32d
SM
8087 * log-edit.el (log-edit-menu): New menu.
8088
4921558e
MB
80892000-11-03 Miles Bader <miles@gnu.org>
8090
8091 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8092 definition, so that trailing spaces are handled properly.
8093 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8094
1fc02b3c
GM
80952000-11-03 Gerd Moellmann <gerd@gnu.org>
8096
8097 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8098 tab character.
8099 (fancy-splash-screens): Set tab-width to 20.
8100
51d001f7
DL
81012000-11-03 Dave Love <fx@gnu.org>
8102
8103 * comint.el (comint-completion-addsuffix): Fix custom type.
8104
ba22aeff
SM
81052000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8106
8107 * font-lock.el (font-lock-buffers): Remove.
8108 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8109 (font-lock-change-major-mode): Remove.
8110 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8111 (font-lock-default-fontify-region): Extend the multiline
8112 fontification to whole lines.
8113 (font-lock-fontify-anchored-keywords)
8114 (font-lock-fontify-keywords-region): If matching just one
8115 line (with \n) only mark the \n as multiline.
8116
8117 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8118 Correctly handle the case where several :group args are supplied.
8119 Allow :extra-args.
8120 (easy-mmode-define-global-mode): Allow :extra-args.
8121 Correctly handle the case where several :group args are supplied.
8122
9c887ada
MB
81232000-11-02 Miles Bader <miles@gnu.org>
8124
eaae8106 8125 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8126 (holiday-face): Remove dependency on `window-system'.
8127
7f25090d
KR
81282000-11-02 Ken Raeburn <raeburn@gnu.org>
8129
8130 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8131 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8132 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8133
7dd6009c
DL
81342000-11-02 Dave Love <fx@gnu.org>
8135
8136 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8137
94821e4f
EZ
81382000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8139
8140 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8141 punctuation in the warning inserted into the *mail* buffer.
8142
1ac3fc42
GM
81432000-11-02 Gerd Moellmann <gerd@gnu.org>
8144
57731876
GM
8145 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8146 (authors-public-domain-p): New function.
8147 (authors-print): Use it.
8148
975f82c9
GM
8149 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8150
1ac3fc42
GM
8151 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8152
4b3eb10f
GM
81532000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8154
975f82c9 8155 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8156 (ps-print-version): New version number (6.3.1).
8157 (ps-even-or-odd-pages): Customization fix.
8158 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8159 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8160 (ps-page-count): Var replaced by `ps-page-column'.
8161 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8162 (ps-print-sheet-p): New fun.
8163
7da794df
MB
81642000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8165
8166 * tooltip.el (tooltip-gud-tips-setup): New function.
8167 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8168 (tooltip-mode): Call tooltip-gud-tips-setup.
8169 (tooltip-gud-tips): Use `gud-basic-call' instead of
8170 process-send-string, so the prompt gets frobbed appropriately.
8171 Handle nil return value from `tooltip-gud-print-command'.
8172
0e40b809
EL
81732000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8174
8175 * comint.el (comint-add-to-input-history): New function.
8176 (comint-send-input): Use `comint-add-to-input-history'.
8177
50ada0db
MB
81782000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8179
973a3104
MB
8180 * info.el (info-menu-header): New face.
8181 (Info-fontify-menu-headers): New function.
8182 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8183
50ada0db
MB
8184 * info.el (Info-insert-dir): Don't include blank lines at
8185 beginning of additional dir files (one is added automatically).
8186
bff53411
SM
81872000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8188
8189 * emacs-lisp/easy-mmode.el (define-minor-mode):
8190 Revert the latest changes.
8191 Allow the three positional arguments to be skipped and replaced
8192 by keyword arguments.
8193 Add a :toggle argument to determine whether a nil arg means toggle
8194 or means turn-on. The default is unchanged.
8195 Add a call to force-mode-line-update.
8196
6b8a0b2d
DL
81972000-11-01 Dave Love <fx@gnu.org>
8198
83c9cb8e 8199 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8200
5bf99100
MB
82012000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8202
83c9cb8e
SM
8203 * calendar/calendar.el (diary-face, holiday-face):
8204 Add dark-background variants.
5bf99100 8205
a4032611
SS
82062000-10-31 Sam Steingold <sds@gnu.org>
8207
8208 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8209 `tex-main-file' does not have directory in it.
8210
c286608e
SM
82112000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8212
8213 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8214
4836835a
TTN
82152000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8216
8217 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8218 functional change.
8219
26dcb81b
GM
82202000-10-31 Gerd Moellmann <gerd@gnu.org>
8221
8222 * files.el (find-file-noselect): When we expand a wildcard, return
8223 a list of buffers, as we should do according to the doc string.
8224
49fc4500
KR
82252000-10-31 Ken Raeburn <raeburn@gnu.org>
8226
8227 * loadup.el (top level): Adjust load path if program name is
8228 "../src/bootstrap-emacs", in case it's not dumped and thus the
8229 load path adjustment hasn't already been done.
8230
ea0c615d
GM
82312000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8232
83c9cb8e
SM
8233 * ps-print.el: Fix bug on selected pages for printing.
8234 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8235 is on. Try to avoid warning messages when compiling. Doc Fix.
8236 (ps-print-version): New version number (6.3).
8237 (ps-color-device): Use `color-values' to determine if device
8238 supports color.
8239 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8240 (ps-print-page-p): Changed from defsubst to defun.
8241 (ps-page-number): Changed from defmacro to defun.
8242 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8243 printing.
c286608e 8244 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8245 (ps-end-file, ps-dummy-page): Funs eliminated.
8246 (ps-print-color-scale): Changed default value.
8247 (ps-page-n-up, ps-print-page-p): New internal vars.
8248 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8249 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8250
9e20722f
GM
8251 * delim-col.el: Little programming improvement.
8252 (delimit-columns-str): New macro.
8253 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8254
d7a0fd00
KH
82552000-10-31 Kenichi Handa <handa@etl.go.jp>
8256
c286608e
SM
8257 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8258 Moved to european.el.
d7a0fd00
KH
8259 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8260 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8261 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8262 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8263
234be340
DL
82642000-10-30 Dave Love <fx@gnu.org>
8265
8266 * progmodes/cc-menus.el (imenu-generic-expression)
8267 (imenu-progress-message): Only defvar when compiling.
8268
4edc4a39
DL
8269 * emacs-lisp/elp.el (elp-unload-hook): New function.
8270
8271 * loadhist.el (unload-feature): Call elp-restore-function,
8272 checking for symbols; don't use elp-restore-all.
8273 (loadhist-hook-functions): Doc fix.
8274
70c825df
SM
82752000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8276
8277 * log-edit.el (log-edit-confirm): Fix the default.
8278
1d3baf74
GM
82792000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8280
8281 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8282 delimit-columns-format.
8283 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8284
1ec321a7
MB
82852000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8286
8287 * comint.el (comint-replace-by-expanded-history): Don't use
8288 comint-get-old-input (we're not looking at *old* input).
8289 (comint-get-old-input-default): If using fields, signal an error
8290 when the point is not in an input field.
8291
70737ea9
KH
82922000-10-30 Kenichi Handa <handa@etl.go.jp>
8293
8294 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8295 and mule-unicode-e000-ffff.
8296
fa0cb51d 8297 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8298 (make-coding-system): Accept a symbol of translation table as a
8299 value of property `safe-chars'.
8300
8301 * international/mule-cmds.el (encode-coding-char): Check property
8302 safe-chars instead of safe-charsets.
8303
8304 * international/fontset.el (fontset-default): Modified for
8305 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8306 (x-font-name-charset-alist): Likewise.
8307 (ccl-encode-unicode-font): New CCL program. Record it in
8308 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8309
70c825df
SM
8310 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8311 New translation tables.
70737ea9
KH
8312 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8313 programs are modified and moved from mac-win.el.
8314 (mac-roman): Definition of this coding system is modified and
8315 moved from mac-win.el.
4836835a 8316
fda2ce24 83172000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8318
1d3baf74 8319 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8320 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8321
dd4d3cb6
MB
83222000-10-29 Miles Bader <miles@gnu.org>
8323
8324 * custom.el (custom-add-to-group): Allow multiple entries for a
8325 given value OPTION, as long as their widget types are different.
8326 * cus-edit.el (custom-face-value-create): If face name doesn't end
8327 with "face", add such here (similar to custom group widgets).
8328
8329 * comint.el (comint-highlight-prompt): Add :type.
8330
dace60cf
JW
83312000-10-28 John Wiegley <johnw@gnu.org>
8332
dace60cf
JW
8333 * calendar/timeclock.el (timeclock-log): Doc fix.
8334 (timeclock-last-event): Doc fix.
83c9cb8e 8335 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8336 (timeclock-find-discrep): Use a temp buffer to read in the
8337 timelog, instead of visiting the file.
8338 (timeclock-log-data): A new function, along with a host of helper
8339 functions, for the purpose of making timelog data accessible to
8340 programmers.
8341
8342 * eshell/esh-mode.el (window-height test): Make certain that
8343 `eshell-stringify-t' is non-nil.
8344 (eshell-password-prompt-regexp): Changed to a much simpler
8345 password regexp.
8346 (eshell-send-input): If `eshell-invoke-directly' returns t,
8347 directly invoke the parsed command using `eval'. This improves
8348 turn-around time on simple commands by a factor of three or
8349 greater, such as cd, ls, pwd, etc. -- which get used very often.
8350 It also conserves thousands of cons cells per call (since
8351 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8352 in the Pacific Cookie Company).
8353
8354 * eshell/esh-test.el (eshell-test): Whitespace fix.
8355
83c9cb8e
SM
8356 * eshell/em-ls.el (eshell-ls-insert-directory):
8357 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8358
8359 * eshell/em-script.el (eshell-script-initialize): Add names to
8360 `eshell-complex-commands, since `source' and `.' are complex.
8361
0467b076
EZ
8362 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8363 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8364 `eshell-copy-handles'.
8365 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8366 bodies.
8367 (eshell-separate-commands): Whitespace fix.
8368 (eshell-complex-commands): Added a new list of names, for
8369 determining whether a given command is as simple as it looks.
8370 (eshell-invoke-directly): New function. Returns t if a command
8371 should be invoked directly (using `eval'), rather than indirectly
8372 using `eshell-do-eval'.
8373 (eshell-do-eval): Whitespace fix.
8374
8375 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8376 which provides an emulation of the DOS shell behavior of assuming
8377 that cp/mv/ln should copy/move/link to the current directory.
8378 (eshell-remove-entries): Added a doc string.
8379 (eshell-shuffle-files): Removed the check for `target' being null.
8380 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8381 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8382 it to do a smarter check of whether a destination was provided.
8383 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8384 (eshell/ln): Enable `:preserve-args', and use
8385 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8386 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8387 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8388 list after flattening it. This makes it possible to cat files
8389 with numerical names.
8390 (eshell-unix-initialize): Added several names to
8391 `eshell-complex-commands.
8392 (eshell-unix-command-complex-p): Return t if a given command name
8393 may result in external processes being invoked.
8394
8395 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8396 variable nil by default, since it slows down glob processing by a
8397 factor of two or more, and increases memory consumption.
8398
8399 * eshell/em-smart.el: Added a note about how memory consumptive
8400 smart display mode can be (at least this is true in Emacs 21).
8401 (eshell-smart-initialize): Whitespace fix.
8402 (eshell-refresh-windows): Use `if' instead of `when'.
8403 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8404 not necessary.
83c9cb8e 8405 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8406
8407 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8408 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8409 Whitespace fix.
8410 (eshell-ls-exclude-hidden): Added this variable in addition to
8411 `eshell-ls-exclude-regexp'. This one prevents files beginning
8412 with . from even being read, which can improve memory consumption
8413 quite a bit.
8414 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8415 read file entries beginning with a dot. In home directories with
8416 lots of hidden files, fully two-thirds of the time spent in ls is
8417 used to read directory entries that are immediately thrown away.
8418 (eshell-ls-initial-args): Added back this configuration variable,
8419 for specifying default initial arguments to every call to ls.
8420 Much faster than using an alias to do the same thing.
8421 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8422 (eshell-ls-dir): Whitespace change.
8423
8424 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8425
83c9cb8e 8426 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8427 (eshell-stringify-t): Added a customization variable, to indicate
8428 whether `t' should be rendered as a string at all. If not, one
8429 can still determine if the result of an expression is true using
8430 "file-exists-p FILE && echo true".
8431 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8432 stringify t!
8433
8434 * eshell/esh-module.el: Whitespace fix.
8435
83c9cb8e
SM
8436 * eshell/em-alias.el (eshell-alias-initialize):
8437 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8438 (eshell-command-aliased-p): New function that returns t if a
8439 command name names an aliased.
8440
657f9cb8 84412000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8442
0467b076 8443 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8444 redrawing the screen when changing cursor color.
0467b076
EZ
8445 (viper-insert-state-pre-command-sentinel)
8446 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8447 (viper-replace-state-post-command-sentinel):
8448 Use viper-preserve-cursor-color.
657f9cb8
MK
8449 Many functions changed to use viper= instead of = when comparing
8450 characters.
0467b076 8451 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8452 working with characters.
0467b076 8453 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8454 Many functions changed to use viper= instead of = when comparing
8455 characters.
0467b076 8456 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8457
0467b076 8458 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8459 Several typos fixed in various docstrings.
0467b076 8460 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8461 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8462 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8463 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8464 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8465 (ediff-get-selected-buffers): New function.
8466 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8467 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8468 Use save-window-excursion.
0467b076 8469 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8470 termination check in while loop.
0467b076 8471 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8472 dired buffer.
0467b076
EZ
8473 (ediff-files,ediff-merge-files,ediff-files3)
8474 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8475
4f490d99
DL
84762000-10-28 Dave Love <fx@gnu.org>
8477
8478 * info.el (Info-fontify-node): Add help-echo for menu items.
8479
45b84006
EZ
84802000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8481
5ebc02b3
EZ
8482 * startup.el (normal-top-level): If the value of $TERM indicates
8483 we are running from xterm or one of its work-alikes, default to a
8484 light background mode.
8485
45b84006
EZ
8486 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8487 * faces.el (tty-handle-reverse-video): New function.
8488 (tty-create-frame-with-faces): Call it.
8489
8490 * frame.el (frame-notice-user-settings): Don't apply
8491 default-frame-alist and initial-frame-alist to MS-DOS frames.
8492 Call tty-handle-reverse-video, frame-set-background-mode, and
8493 face-set-after-frame-default for non-MS-DOS frames.
8494
8495 * startup.el (tty-long-option-alist): New variable.
8496 (tty-handle-args): New function.
8497 (command-line): Call tty-handle-args.
8498
8499 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8500 startup.el now does that for all character-terminal frames.
8501
eab6e8b9
MB
85022000-10-28 Miles Bader <miles@gnu.org>
8503
83c9cb8e
SM
8504 * emacs-lisp/easy-mmode.el (define-minor-mode):
8505 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8506 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8507 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8508 version using `easy-mmode-define-global-mode'.
8509 Add :conditional-turn-on keyword argument.
eab6e8b9 8510
51a29efc
DL
85112000-10-28 Dave Love <fx@gnu.org>
8512
83c9cb8e
SM
8513 * international/latin1-disp.el (latin1-char-displayable-p):
8514 Don't use window-system.
51a29efc 8515
d71d7114
EZ
85162000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8517
8518 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8519 Don't call find-buffer-file-type-coding-system. Instead, just
8520 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8521 if the file is on an untranslated filesystem.
8522 (add-untranslated-filesystem): Use "D" instead of "f" inside
8523 interactive.
8524
1f9cab4b
DL
85252000-10-27 Dave Love <fx@gnu.org>
8526
70c825df 8527 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8528 (refill-mode): Use it.
8529
70c825df
SM
85302000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8531
8532 * international/quail.el (quail-activate): Don't make-local-hook.
8533
7432cf10
AS
85342000-10-27 Andre Spiegel <spiegel@gnu.org>
8535
4836835a 8536 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8537 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8538 (vc-make-version-backup): Don't do it on MS-DOS without long file
8539 names.
4836835a 8540
7432cf10
AS
8541 * vc.el (vc-version-other-window): If an automatic backup of the
8542 desired version exists, rename it instead of copying it.
8543
4836835a
TTN
8544 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8545 after command. If there's an unexpected error, signal it instead
7432cf10 8546 of being silent.
e1483c38 8547 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8548
05ea7ef2
MB
85492000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8550
fd1035aa
MB
8551 * shell.el (shell): Add BUFFER argument.
8552 * comint.el (make-comint-in-buffer): New function.
8553 (make-comint): Use it.
8554
05ea7ef2
MB
8555 * faces.el (face-spec-choose): Change syntax so that the list of
8556 attribute-value pairs is now the cdr of each clause, not the cadr.
8557 Detect old-style entries, and handle them. Use pop.
8558
835a55fe
SM
85592000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8560
f5ab1cdd
SM
8561 * cus-edit.el (custom-mode-map): Use a sparse map.
8562 (custom-mode): Don't bother with make-local-hook.
8563
8564 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8565
835a55fe
SM
8566 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8567
c13b0ec8
GM
85682000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8569
8570 * ps-print.el: Avoid compilation gripes.
8571 (ps-print-version): New version number (6.2.1).
4836835a 8572
e9f63196
DL
85732000-10-26 Dave Love <fx@gnu.org>
8574
0b95284b
DL
8575 * menu-bar.el: Modify some menu item help strings.
8576 (menu-bar-help-menu): Add link to MORE.STUFF.
8577
e9f63196
DL
8578 * cus-edit.el (custom-mode): Add `special' mode-class property.
8579
8580 * wid-browse.el (widget-browse-mode): Likewise.
8581
8582 * wid-edit.el (widget-specify-field): Revert to using local-map
8583 property, not keymap.
8584
e276a14a
MB
85852000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8586
c1545d88
MB
8587 * wid-edit.el (widget-field-end): When checking for a `boundary'
8588 field, do so in the correct buffer.
8589
3c1b77ca
MB
8590 * simple.el (undo): Correctly distinguish between numeric and
8591 non-numeric prefix args in non-transient-mark-mode, as per the doc
8592 string. When in transient-mark-mode, treat all prefix-args as
8593 numeric.
8594
f5ab1cdd
SM
8595 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8596 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8597
8598 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8599 (comint-mode-map): Reverse order of `comint-write-output' and
8600 `comint-append-output-to-file'.
8601 (comint-append-output-to-file): Reinstate this function, for the
8602 benefit of the menu.
8603
d97151cb
SM
86042000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8605
8606 * vc.el (vc-version-other-window): Bind `file'.
8607
ea7d6f5b
GM
86082000-10-25 Gerd Moellmann <gerd@gnu.org>
8609
f5ab1cdd 8610 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8611
8612 * emacs-lisp/authors.el (batch-update-authors): New function.
8613 (authors-fixed-entries): New defconst.
8614 (authors-add-fixed-entries): New function.
8615 (authors): Call it.: Don't process lispref/.
8616
17c25cea
JR
86172000-10-25 Jason Rumney <jasonr@gnu.org>
8618
8619 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8620 Merge x w32 and mac definitions.
8621
4ecda532
GM
86222000-10-25 Gerd Moellmann <gerd@gnu.org>
8623
8624 * menu-bar.el (menu-bar-options-menu): Add a help string for
8625 `uniquify'.
8626
b52758d1 86272000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 8628
f5ab1cdd
SM
8629 * time-stamp.el (time-stamp-string-preprocess):
8630 Fix a wrong type argument error.
b6735035 8631
f4cbc7a0
MB
86322000-10-25 Miles Bader <miles@gnu.org>
8633
8634 * recentf.el (recentf-mode): Variable removed.
8635 (recentf-mode): Use `define-minor-mode'.
8636
8637 * mwheel.el (mouse-wheel-mode): New global minor mode.
8638 (mwheel-install): Use `mouse-wheel-mode'.
8639
f4b020f6
DL
86402000-10-25 Dave Love <fx@gnu.org>
8641
f5ab1cdd
SM
8642 * progmodes/cperl-mode.el (cperl-mode):
8643 Set normal-auto-fill-function correctly.
072cb6f9 8644
83c9cb8e
SM
8645 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8646 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8647 bindings.
f4b020f6 8648
ebe2a441
MB
86492000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8650
ff4dcd4b
MB
8651 * wid-edit.el (widget-field-at): New function.
8652 (widget-at, widget-field-activate): Use it.
8653 (widget-tabable-at): Use `widget-at'.
8654 (widget-specify-field): If the terminating character of the widget
8655 field (which is read-only) is a newline, put it into a special
8656 `boundary' field so that C-n/C-p act more naturally.
8657 (widget-field-end): Also don't subtract one if a special
8658 `boundary' field has been added after the widget field.
8659
83c9cb8e
SM
8660 * comint.el (comint-output-filter, comint-send-input):
8661 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8662 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8663
ebe2a441
MB
8664 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8665 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8666 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8667
fe50b6ab
GM
86682000-10-24 Gerd Moellmann <gerd@gnu.org>
8669
53df4dda 8670 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8671 (authors): Set file coding system to iso-2022-7bit.
8672 Add file-local variables to output buffer.
53df4dda 8673
4836835a 8674 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8675 WARN is nil.
8676
53df4dda
GM
86772000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8678
8679 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8680
8681 * delim-col.el: Now there is a column formatting mechanism.
8682 Modified to customization mechanisms convention. Doc fix.
8683 (columns): New group for delim-col.
8684 (delimit-columns-before, delimit-columns-after)
8685 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8686 (delimit-columns-end): New vars.
8687 (delimit-columns-customize, delimit-columns-format): New funs.
8688 (delimit-columns-region, delimit-columns-rectangle)
8689 (delimit-columns-rectangle-line): Modified to support column
8690 formatting.
4836835a 8691
a9839779
DL
86922000-10-24 Dave Love <fx@gnu.org>
8693
8694 * log-edit.el (log-edit): Add :version and a :group for vc.
8695
df0267b8
GM
86962000-10-24 Gerd Moellmann <gerd@gnu.org>
8697
9acc3873
GM
8698 * files.el (after-find-file): Don't print a message ``New file''
8699 if WARN is nil.
8700
83c9cb8e
SM
8701 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8702 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8703 get duplicate tool-bar entries because we'll see the global ones
8704 on more than one path through keymaps.
8705
1946f901
GM
8706 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8707
df0267b8
GM
8708 * progmodes/cmacexp.el: Change Francesco's email address.
8709
ae3b264b
KH
87102000-10-24 Kenichi Handa <handa@etl.go.jp>
8711
8712 * window.el (fit-window-to-buffer): Adjust point of the window
8713 buffer, not that of the current buffer.
8714
23afac01
EZ
87152000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8716
8717 * progmodes/cmacexp.el: Update the euthor's email address.
8718
22d1a4ed
MB
87192000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8720
8721 * faces.el (face-spec-set-match-display): Add `graphic' display
8722 type (the inverse of `tty'). Use `display-graphic-p' instead of
8723 the window-system variable.
8724
f408aa48
KH
87252000-10-24 Kenichi Handa <handa@etl.go.jp>
8726
83c9cb8e
SM
8727 * international/isearch-x.el (isearch-with-input-method):
8728 Call input-method-function with the first event in
f408aa48
KH
8729 unread-command-events.
8730
94fe8a31
MB
87312000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8732
83c9cb8e 8733 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8734
8f47302e
AC
87352000-10-24 Andrew Choi <akochoi@i-cable.com>
8736
8737 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8738 New charsets.
8739
8740 * term/mac-win.el: Remove definitions of mac-roman-lower and
8741 mac-roman-upper, require dired, and define instead of set
8742 mac-ready-for-drag-n-drop to avoid compilation error.
8743
446c097e
AI
87442000-10-23 Andrew Innes <andrewi@gnu.org>
8745
83c9cb8e
SM
8746 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8747 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8748 expand-file-name after convert-standard-filename to ensure
8749 expected directory separators are used.
8750
379b70e7
EZ
87512000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8752
8753 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8754
85c766e9
DL
87552000-10-23 Dave Love <fx@gnu.org>
8756
b7e03a67
DL
8757 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8758 (tool-bar-add-item): Set foreground and background for XBM icons.
8759
83c9cb8e
SM
8760 * international/latin1-disp.el (latin1-char-displayable-p):
8761 New function (from Handa).
b7e03a67
DL
8762 (latin1-display-check-font): Use it.
8763
0dcf8835 8764 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8765 using :key-sequence, making it much more usable.
8766 Use nconc, not append.
0dcf8835
DL
8767 (imenu--create-keymap-1): Avoid append.
8768
85c766e9 8769 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8770
cb3069bb
MB
87712000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8772
8773 [the following changes fix a bug where `define-minor-mode' didn't
8774 correctly generate :require clauses for defcustoms in compiled files]
8775 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8776 (byte-compile-log-file, byte-compile-log-1): Don't set
8777 `byte-compile-current-file' to nil. Instead set
8778 `byte-compile-last-logged-file' to it. Test whether
8779 byte-compile-current-file equals byte-compile-last-logged-file
8780 instead of whether its nil.
3b6542ba 8781 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8782
6db6243b
SM
87832000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8784
8785 * textmodes/refill.el: Fix var names in doc.
8786 (refill-mode): Don't bother with make-local-hook anymore.
8787
98490598
MB
87882000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8789
e01cd227
MB
8790 * faces.el (face-user-default-spec, face-default-spec): New functions.
8791 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8792 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8793 Use `face-user-default-spec'. Simplify code slightly.
8794
4836835a 8795 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8796 (woman-unknown-face): Add dark-background variants.
8797 (woman-default-faces): Renamed from `woman-colour-faces'.
8798 Set using the stored defaults, rather than using hard-wired colors.
8799 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8800 Just make the foreground `unspecified' rather than "black".
8801 (woman-menu): Rename menu entries accordingly.
8802
98490598
MB
8803 * faces.el (header-line): Make more reasonable on mono/grayscale
8804 displays.
8805
1a578e9b
AC
88062000-10-23 Andrew Choi <akochoi@i-cable.com>
8807
8808 * cus-edit.el (custom-button-face): Use 3D look for mac.
8809 (custom-button-pressed-face): Likewise.
8810
8811 * faces.el (set-face-attributes-from-resources): Handle mac frames
8812 in the same way as x and w32 frames.
8813 (face-valid-attribute-values): Likewise.
8814 (read-face-attribute): Likewise.
8815 (defined-colors): Likewise.
8816 (color-defined-p): Likewise.
8817 (color-values): Likewise.
8818 (display-grayscale-p): Likewise.
8819 (face-set-after-frame-default): Likewise.
8820 (mode-line): Same default face as for x and w32.
8821 (tool-bar): Likewise.
8822
8823 * frame.el: Remove call to frame-notice-user-settings at end of
8824 the file.
8825
83c9cb8e 8826 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8827 as for x, pc, and w32 frame types.
8828
8829 * term/mac-win.el: New file.
8830
aaaf7be7
DL
88312000-10-22 Dave Love <fx@gnu.org>
8832
8833 * textmodes/refill.el: New file.
8834
5392d654
AS
88352000-10-22 Andre Spiegel <spiegel@gnu.org>
8836
4836835a 8837 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8838 MANUAL and REGEXP.
4836835a 8839 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8840 New functions.
8841 (vc-before-save): Use the latter.
8842 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8843 confusion.
8844
4836835a 8845 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8846 expected by vc[-hooks].el.
8847
8848 * vc.el (vc-checkout): Added `-p' suffix in call to
8849 vc-make-version-backups-p; use vc-make-version-backup to actually
8850 make the backup.
8851 (vc-version-other-window, vc-version-backup-file): Handle both
8852 automatic and manual backups.
8853 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8854 of all of them.
8855
1e221c16
MB
88562000-10-22 Miles Bader <miles@gnu.org>
8857
7ff4fda5
MB
8858 * comint.el (comint-highlight-input, comint-highlight-prompt):
8859 Renamed, `-face' at end removed.
8860 (comint-send-input, comint-output-filter): Use renamed faces.
8861
3511cde8
MB
8862 * window.el (fit-window-to-buffer): Change defaulting of
8863 MAX-HEIGHT slightly.
8864
1e221c16
MB
8865 * faces.el (color-values, color-defined-p): Use `member', not
8866 `memq', because it works correctly for strings.
8867 (frame-set-background-mode): Actually, "unspecified-fg" and
8868 "unspecified-bg" *are* strings. Use `member', not `memq', and
8869 `equal', not `eq', when a string value is possible.
8870
b6ef4898
EZ
88712000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8872
8873 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8874
34939e2c
SM
88752000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8876
8877 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8878 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8879 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8880 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8881 (sh-font-lock-syntactic-keywords): Use them.
8882 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8883 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8884 (sh-mode): Don't override font-lock-unfontify-region-function.
8885 Use a copy of sh-font-lock-syntactic-keywords.
8886 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8887 Don't call sh-scan-buffer since font-lock does it on the fly.
8888 (sh-get-indent-info): Use `face' rather than `syntax-table'
8889 text-property to detect here-documents.
8890 Replace sh-special-syntax with sh-st-punc.
8891 (sh-prev-line): Use `face' rather than `syntax-table'
8892 text-property to skip over here-documents.
8893 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8894 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8895 (sh-electric-less, sh-set-here-doc-region)
4836835a 8896 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8897 (sh-scan-buffer, sh-rescan-buffer): Remove.
8898
f3d3c491
AI
88992000-10-21 Andrew Innes <andrewi@gnu.org>
8900
8901 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8902 remote (ange-ftp) file names.
8903
b86c791c
MB
89042000-10-21 Miles Bader <miles@gnu.org>
8905
d9c30bdf
MB
8906 * window.el (fit-window-to-buffer): New function.
8907 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8908 (window-text-height): Don't expect minibuffers to have mode-lines.
8909
d9c30bdf 8910 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8911 * international/quail.el (quail-update-guidance):
8912 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8913
617fee5a
MB
8914 * international/quail.el (quail-show-guidance-buf): Make sure
8915 guidance window really has enough room.
8916 (quail-update-guidance): If quail-guidance-win is already shown,
8917 make sure its height is OK.
8918
b86c791c
MB
8919 * window.el (window-text-height, set-window-text-height):
8920 New functions.
8921 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8922 instead of `window-height' & `mode-line-window-height-fudge'.
8923 (mode-line-window-height-fudge): Add FACE parameter.
8924 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8925 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8926
e34850d1
MB
89272000-10-20 Miles Bader <miles@gnu.org>
8928
8929 * window.el (height-affecting-face-attributes): Use `defconst'.
8930
8931 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8932 New function, conditionally aliased to `mode-line-window-height-fudge'.
8933 (ispell-help): Use it.
8934 (ispell-choices-win-default-height): Don't include mode-line fudge.
8935 (ispell-choices-win-default-height): New function.
8936 (ispell-show-choices, ispell-command-loop): Use function
8937 `ispell-choices-win-default-height' instead of variable.
8938
a8b883c2
MB
89392000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8940
8c6e4a58
MB
8941 * window.el (mode-line-window-height-fudge): New variable.
8942 (height-affecting-face-attributes): New variable.
8943 (mode-line-window-height-fudge): New function.
8944 (shrink-window-if-larger-than-buffer): Use it.
8945 * help.el (resize-temp-buffer-window): Likewise.
8946
a8b883c2
MB
8947 * info.el (Info-fontify-node): Add support for @subsubsection
8948 titles, which use `Info-title-4-face'.
8949 (Info-title-4-face): New face.
8950 (Info-title-3-face): Inherit from Info-title-4-face instead of
8951 variable-pitch.
8952
e64c3a75
JR
89532000-10-19 Jason Rumney <jasonr@gnu.org>
8954
8955 * dired.el (dired-insert-directory): Do not let errors signalled by
8956 attempt to run dired-free-space-program prevent dired from working.
8957
c70fe852
SM
89582000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8959
8960 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8961
877cf6b4
GM
89622000-10-19 Gerd Moellmann <gerd@gnu.org>
8963
5de037e0
GM
8964 * dirtrack.el (dirtrack): Fix call to run-hooks.
8965
6deb9af9
GM
8966 * cmuscheme.el (cmuscheme-program-name): Renamed from
8967 scheme-program-name because xscheme.el contains a defcustom with
8968 the same name. As a consequence, customizing group `cmuscheme'
8969 loaded `xscheme' which redefined run-scheme.
8970 (run-scheme): Use cmuscheme-program-name.
8971
83c9cb8e 8972 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8973
e597d8fb 8974 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8975 anonymous address, and add a website for Befrienders International.
4836835a 8976
3e9cb08f
GM
89772000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8978
c70fe852
SM
8979 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8980 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8981 (ps-print-version): New version number (6.2).
8982 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8983 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8984 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8985 (ps-x-extent-priority, ps-x-extent-start-position)
8986 (ps-x-face-font-instance, ps-x-find-coding-system)
8987 (ps-x-font-instance-properties, ps-x-make-color-instance)
8988 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8989 avoid compilation gripes without defining functions.
8990 (ps-e-find-composition): Alias for function find-composition, to have a
8991 suitable function depending on Emacs version.
8992 (ps-color-device, ps-color-values, ps-face-foreground-name)
8993 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8994 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8995 (ps-print-ensure-fontified): Function definitions surrounded by
8996 `eval-and-compile' to avoid compilation gripes.
8997 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8998 by symbol-value to avoid compilation gripes.
8999 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
9000 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
9001
d8abcd91
MB
90022000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9003
13ab33c4
MB
9004 * startup.el (normal-top-level): Call `frame-set-background-mode'
9005 after `frame-notice-user-settings' because the latter doesn't call
9006 the former on a tty.
9007
d8abcd91
MB
9008 * faces.el (frame-set-background-mode): `unspecified' &c are
9009 symbols, not strings.
9010
e8bce0a9
EZ
90112000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9012
c70fe852
SM
9013 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9014 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9015
c70fe852
SM
9016 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9017 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9018
773272d8
KH
90192000-10-19 Kenichi Handa <handa@etl.go.jp>
9020
c70fe852 9021 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9022 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9023 for ISO10646-1 fonts.
9024 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9025
772139c0
EZ
90262000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9027
9028 * faces.el (frame-set-background-mode): If a tty frame defines a
9029 background color, use that to compute the background mode, instead
9030 of always defaulting to "dark".
9031
d134a19f
MB
90322000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9033
8bb84cb2
MB
9034 * comint.el (comint-write-output): New function.
9035 (comint-mode-map): Add it to the menu.
e40a778f 9036 Bind `C-c C-s' to comint-write-output.
d134a19f 9037
dada41e1
GM
90382000-10-18 Gerd Moellmann <gerd@gnu.org>
9039
9040 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9041 Use fancy-splash-delay.
9042
9b5360aa
GM
90432000-10-18 Alex Schroeder <alex@gnu.org>
9044
9045 * progmodes/sql.el (sql-sybase-options): New option.
9046 (sql-sybase): Use it. Add sql-database to the list of parameters
9047 provided for login. The options -w 2048 -n are not used any more.
9048
9035a35a
GM
9049 * comint.el (comint-read-input-ring): Bugfix such that the first
9050 and the last entry of the input ring file are not lost.
9051
3556c6dd
GM
90522000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9053
9054 * ps-print.el: Internal variable changes to defcustom,
9055 make-local-hook changes to defvar. Doc fix.
9056 (ps-print-version): New version number (6.1).
9057 (ps-setup, ps-do-despool): Code fix.
9058 (ps-printer-name): Customization fix.
9059 (ps-printer-name-option): Now is a defcustom instead of an
9060 internal variable.
9061 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9062 (ps-print-begin-column-hook): Now are defvar instead of
9063 make-local-hook.
4836835a 9064
4e217e50
MB
90652000-10-18 Miles Bader <miles@gnu.org>
9066
9067 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9068 (comint-kill-output): Changed into an alias for `comint-delete-output',
9069 and made obsolete.
9070 (comint-mode-map): Rename references to comint-kill-output.
9071
34460354
EZ
90722000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9073
9074 * diff-mode.el (diff-header-face, diff-file-header-face)
9075 (diff-changed-face): Add bold and italic attributes to tty faces.
9076 (diff-function-face): New face.
9077 (diff-font-lock-keywords): Use it.
9078
17ea3cdb
MB
90792000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9080
9081 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9082 Remove commented-out call to force-mode-line-update.
9083 (comint-kill-output): Use `forward-line 0' instead of
9084 beginning-of-line to make sure we get past the prompt.
9085
9244f2c7
SM
90862000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9087
9088 * diff-mode.el (diff-header-face, diff-file-header-face):
9089 Add specific setting for dark background.
9090 (diff-context-face): Renamed from diff-comment-face.
9091 Set explicitly rather than inheriting from font-lock-comment-face.
9092
1592c1ef
EZ
90932000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9094
9095 * startup.el (command-line): Move the code which sets the default
9096 TTY colors to before before-init-hook.
9097
f86292a9
GM
90982000-10-17 Gerd Moellmann <gerd@gnu.org>
9099
9100 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9101
f7f2e883
EZ
91022000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9103
e854cc22
EZ
9104 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9105 extensions, for MS-DOS.
9106
f7f2e883
EZ
9107 * diff-mode.el (diff-header-face, diff-file-header-face)
9108 (diff-changed-face): Define tty-specific colors.
9109
c7b4f0f9
GM
91102000-10-17 Gerd Moellmann <gerd@gnu.org>
9111
9112 * startup.el (fancy-splash-text): Realign the text.
9113
12a72271
EZ
91142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9115
9116 * font-lock.el (font-lock-comment-face): Define a separate default
9117 for dark-background tty's.
9118
61dfccfd
MB
91192000-10-17 Miles Bader <miles@gnu.org>
9120
9121 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9122 being obscured by whizzy mode-lines on graphics displays.
9123
333cd59e
EZ
91242000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9125
9126 * info.el (Info-title-1-face, Info-title-2-face)
9127 (Info-title-3-face): Define colors for tty's.
dada41e1 9128 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9129
dbf1fcc1
EZ
91302000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9131
9132 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9133 reverse from the frame parameters, and don't invert foreground and
9134 background colors.
9135
ac629823
MB
91362000-10-16 Miles Bader <miles@gnu.org>
9137
9138 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9139 string "*Info*". Call propertized-buffer-identification to spruce
9140 up the result.
9141
76eebffc
GM
91422000-10-16 Gerd Moellmann <gerd@gnu.org>
9143
3a6b59d9
GM
9144 * help.el: Provide `help' for the sake of define-minor-mode
9145 which generates defcustoms with requires.
9146
6569c3d3
GM
9147 * jit-lock.el (jit-lock-after-change): If we're in text that
9148 matches a multi-line font-lock pattern, make sure the whole text
9149 will be redisplayed.
9150
c2e0a611
GM
9151 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9152 author's name is unknown.
9153
76eebffc
GM
9154 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9155 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9156 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9157 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9158 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9159 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9160 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9161 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9162 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9163 Add author information.
9164
cf1e7b12
MB
91652000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9166
9167 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9168 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9169 full-color version (using the Gimp) to eliminate dithering artifacts.
9170
5586f3eb
SM
91712000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9172
9173 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9174
9175 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9176
ad64a888
DL
91772000-10-15 Dave Love <fx@gnu.org>
9178
83c9cb8e 9179 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9180
9181 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9182
9183 * whitespace.el: Doc fixes.
9184 (top-level): Don't add hooks here.
9185 (whitespace-running-emacs): Deleted.
9186 (timer): Don't require.
9187 (whitespace): Add back :version conditional on xemacs test.
9188 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9189 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9190 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9191 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9192 Avoid specific xemacs test.
9193 (whitespace-global-mode): New option.
9194 (whitespace-global-mode): New command.
9195 (whitespace-unload-hook): New function.
9196
9197 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9198 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9199 (Info-fontify-node): `Goto' goes to `Go to'.
9200 (Info-fontify-node): Add help-echo to xref links.
9201
1ef49fc6
EZ
92022000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9203
9204 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9205
8b7707e1
SM
92062000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9207
b3b7f42f
SM
9208 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9209 Use plist-get and allow :inherit.
9210
9211 * emacs-lisp/cl-macs.el (cl-do-arglist):
9212 Use plist-get and plist-member instead of memq.
9213
3c7fafc7
SM
9214 * emacs-lisp/ewoc.el (ewoc-location): New function.
9215 (ewoc-enter-after, ewoc-enter-before): Document return value.
9216 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9217 Don't need make-local-hook any more.
9218 (cvs-addto-collection): Return the new tin.
9219 (cvs-mode-insert): Jump to the new line.
9220
8b7707e1
SM
9221 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9222
9223 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9224
9225 * font-lock.el (font-lock-syntactically-fontified): New var.
9226 (font-lock-fontify-syntactic-keywords-region): Use it.
9227 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9228
9229 * diff-mode.el (diff-find-file-name): Fix regexp.
9230
9231 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9232 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9233
9234 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9235 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9236 (sh-mode): Don't make all vars local here.
9237 (sh-kw): Reformat.
9238 (sh-set-shell): Use dolist. Don't set indent-region-function.
9239 (sh-mode-syntax-table): Use pop.
9240 (sh-remember-variable): Use push.
9241 (sh-help-string-for-variable): Use memq.
9242 (sh-safe-backward-sexp): Remove.
9243 (sh-safe-forward-sexp): Add ARG.
9244 (sh-get-indent-info, sh-prev-stmt): Use it.
9245 (sh-prev-line): Simplify by using forward-comment.
9246 (sh-this-is-a-continuation): Simplify.
9247 (sh-learn-buffer-indent): Use dolist.
9248 (sh-do-nothing): Remove.
9249 (sh-set-char-syntax, sh-set-here-doc-region):
9250 Use inhibit-modification-hooks.
9251 (sh-name-style): Use mapcar and push.
9252 (sh-load-style): Use dolist.
9253 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9254 (sh-case, sh-while-getopts): Use propertize directly rather
9255 than sh-electric-rparen.
9256
92572000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9258
9259 * textmodes/tex-mode.el: Require CL when compiling.
9260 (tex-mode-syntax-table): Init immediately.
9261 (tex-mode-map): Bind M-RET to latex-insert-item.
9262 (latex-mode): Set indent-line-function to latex-indent.
9263 (tex-common-initialization): Don't setup the syntax-table any more.
9264 (latex-insert-item): New skeleton.
9265 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9266 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9267 (latex-indent, latex-find-indent): New functions.
4836835a 9268 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9269 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9270 (tex-compilation-parse-errors): Use with-syntax-table.
9271
86b7fcbb
MB
92722000-10-15 Miles Bader <miles@gnu.org>
9273
9274 * font-lock.el (font-lock-comment-face): Change dark-background,
9275 color, non-tty, default to `chocolate1'.
9276
57a24508
JW
92772000-10-13 John Wiegley <johnw@gnu.org>
9278
9279 * eshell/esh-util.el (require): Added a missing `require' form,
9280 needed when compiling (for an ange-ftp macro definition).
9281
40ad3db4
DL
92822000-10-13 Dave Love <fx@gnu.org>
9283
9284 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9285
db460189
GM
92862000-10-13 Gerd Moellmann <gerd@gnu.org>
9287
83c9cb8e 9288 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9289
4836835a 9290 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9291 transparent -colors 8).
9292
b52758d1 92932000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9294
9295 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9296 that breaks with old list format timestamps.
9297 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9298 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9299
16908a3f
JW
93002000-10-13 John Wiegley <johnw@gnu.org>
9301
d7103dda
JW
9302 * align.el, pcomplete.el, calendar/timeclock.el,
9303 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9304
dace60cf 9305 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9306 faulty math, where holiday hours were being computing as seconds.
9307
b6b70cda
JW
93082000-10-13 John Wiegley <johnw@gnu.org>
9309
9310 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9311 specifying what "other" kinds of buffers should be saved.
9312 This used to be hard-coded.
b6b70cda
JW
9313 (desktop-buffer-misc-functions): A global for specifying how
9314 auxiliary data should be determined for special buffer types.
9315 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9316 instead of hard-coding the special buffer types.
9317 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9318 auxiliary data, instead of hard-coding for Info buffers and dired.
9319 (desktop-buffer-info-misc-data): Aux function for determining Info
9320 buffer auxiliary info.
9321 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9322 (desktop-buffer-info): Changed this function to use the info
9323 gathered above.
9324 (desktop-create-buffer): Be a little more careful about what
9325 `minor-mode' means before calling it. This is important for some
9326 buffer types.
9327
8c6b1d83
JW
93282000-10-13 John Wiegley <johnw@gnu.org>
9329
9330 * eshell/esh-util.el: Added a global form which declares an
9331 autoload for `parse-time-string', if that function is not already
9332 defined, and if parse-time.el is available on the user's system.
9333
9334 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9335 to be aware of ange-ftp user info.
83c9cb8e 9336 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9337 (eshell-ls-annotate): Use `eshell-file-attributes'.
9338 (eshell-ls-file): Made the user-id printing code a bit smarter.
9339
9340 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9341 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9342 It's manual, but there's no other way to know when the current user
9343 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9344 (fboundp): Bind `ange-cache'.
9345 (eshell-directory-files-and-attributes): Re-organized the logic a
9346 bit to use `eshell-file-attributes' instead of `file-attributes'.
9347 The former is more sensitive to directories that are read via FTP,
9348 and knows how to use ange-ftp to determine full attribute
9349 information, instead of just the name and last modtime.
9350 (eshell-current-ange-uids): Return the current user id when in a
9351 remote directory.
9352 (eshell-parse-ange-ls): Parse a full directory listing that has
9353 been returned by ange-ftp.
9354 (eshell-file-attributes): This beefed up version of
9355 `file-attributes' is only special if the user is currently in a
9356 remote directory, in which case it does a lot of work to find out
9357 what the real attributes of a file are, as they appear on the
9358 remote machine. This makes usage of remote directories (i.e.,
9359 ange-ftp pathnames) much more useful. You can now use Eshell as a
9360 full-fledged FTP client, with much more manipulation ability than
9361 most other clients.
9362
9363 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9364 variable, which means that Eshell's du should always be preferred
9365 in remote directories.
9366 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9367 just `file-attributes'.
9368 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9369 when reading remote directories. This is an Eshell-specific
9370 variable (not part of ange-ftp).
9371 (eshell/ln): Bind `ange-cache'.
9372 (eshell/du): Added some extra logic for determining when to use
9373 Eshell's du (which is slow), and when to use the external version
9374 (which may or may not exist).
9375
83c9cb8e
SM
9376 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9377 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9378 `get-buffer-process', since backgrounded processes don't count in
9379 the context of this function's logic.
9380
9381 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9382 `forward-char', so that null strings are parsed correctly.
9383
87730e84 93842000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9385
83c9cb8e
SM
9386 * eshell/em-pred.el (eshell-pred-file-type)
9387 (eshell-pred-file-links, eshell-pred-file-size):
9388 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9389
9390 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9391 that remote file globbing is more efficient.
9392
9393 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9394 gathering the files and attributes within a directory.
9395
9396 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9397 the command line is a special file (not a regular file, directory
9398 or symlink), always attempt to call the external version of cat.
9399
87730e84 94002000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9401
9402 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9403 Eshell-friendly version of find-tag.
9404
1c7e37a9
MB
94052000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9406
4836835a 9407 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9408 (image-file-name-regexps): Add autoload cookies.
9409
11a7f341
KH
94102000-10-13 Kenichi Handa <handa@etl.go.jp>
9411
9412 * international/mule-cmds.el (select-safe-coding-system): If FROM
9413 is string, show it in *Warning* buffer.
9414
8ddddcb0
EZ
94152000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9416
9417 * startup.el (normal-top-level): Use display-popup-menus-p instead
9418 of window-system.
9419 (command-line): Use display-graphic-p instead of window-system.
9420 (command-line-1): Use display-popup-menus-p and display-mouse-p
9421 instead of window-system.
9422
72200f89
SS
94232000-10-12 Sam Steingold <sds@gnu.org>
9424
9425 * tooltip.el (tooltip-use-echo-area): New user variable.
9426 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9427
8661c643
DL
94282000-10-12 Dave Love <fx@gnu.org>
9429
d0b40dc1
DL
9430 * recentf.el: Maintainer's checkdoc fixes.
9431
83c9cb8e
SM
9432 * startup.el (normal-top-level-add-subdirs-to-load-path):
9433 Use character class, not ASCII when matching file names.
a622451f
DL
9434 (fancy-splash-head): Add trailing slash to URL.
9435 (command-line): Don't require XPM support for toolbar.
9436
8661c643
DL
9437 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9438 (cperl-invalid-face): Revert last change.
9439 (cperl-init-faces): Quote cperl-invalid-face.
9440
ef2ed8ab
KH
94412000-10-12 Kenichi Handa <handa@etl.go.jp>
9442
9443 * startup.el (fancy-splash-text): Remove superfluous quote.
9444
b0da379e
GM
94452000-10-12 Gerd Moellmann <gerd@gnu.org>
9446
dbeb499b
GM
9447 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9448 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9449 (command-line-1): Don't use fancy-splash-pending-command.
9450 (fancy-splash-screens-1): Goto point-min after inserting text.
9451
d861718a
GM
9452 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9453
b0da379e
GM
9454 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9455 instead of shared-lisp-mode-map.
9456
4fb2ad98
MB
94572000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9458
1cb4393e
MB
9459 * faces.el (header-line): Change tty-variant to use underlining.
9460
4fb2ad98
MB
9461 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9462 (isearch-highlight): Restore lazy-isearch face properties at old
9463 position, and suppress them at new position.
9464 (isearch-dehighlight): Restore lazy-isearch face properties.
9465 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9466 over the real isearch overlay, but in that case, don't give it a
9467 face property. Use `push'.
9468
eb991b25
KH
94692000-10-12 Kenichi Handa <handa@etl.go.jp>
9470
9471 * man.el (Man-getpage-in-background): Fix previous change.
9472 Decode the process output only when we are in multibyte mode.
9473
a818c1c0
DL
94742000-10-11 Dave Love <fx@gnu.org>
9475
c990f53a
DL
9476 * info.el (Info-mode-menu): Fix some help.
9477 (info-tool-bar-map): Add entry for Info-last.
9478
a818c1c0
DL
9479 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9480 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9481 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9482 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9483 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9484 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9485 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9486 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9487 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9488 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9489 Reduce colour requirements to 25 overall. (Probably wants
9490 revisiting from the originals to reduce further.)
9491
c1b096cb
EZ
94922000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9493
9494 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9495 buffer-file-coding-system, instead of raw-text.
9496 (dehexlify-buffer): Bind coding-system-for-read to
9497 buffer-file-coding-system, instead of raw-text.
9498
5c8b7eaf
SS
94992000-10-11 Sam Steingold <sds@gnu.org>
9500
83c9cb8e 9501 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9502 `underline' - fixes the bug introduced on 2000-09-21.
9503
2cfbdb7a
DL
95042000-10-11 Dave Love <fx@gnu.org>
9505
83c9cb8e
SM
9506 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9507 Avoid compiler warnings.
2cfbdb7a
DL
9508 (scheme-mode): Doc fix.
9509 (scheme-font-lock-keywords-1): Match `define-syntax'.
9510
95112000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9512
9513 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9514 face specs as well as default ones. Only do anything if the
9515 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9516 (region): Make dark-background `region' face less in-your-face.
4b33f290 9517
690ec649
SS
95182000-10-10 Sam Steingold <sds@gnu.org>
9519
9520 * chistory.el, ielm.el, ledit.el:
9521 * progmodes/inf-lisp.el, progmodes/scheme.el:
9522 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9523
3b95d6bb
SM
95242000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9525
9526 * textmodes/texinfo.el: Update copyright and fix typo.
9527
9528 * desktop.el (desktop-modes-not-to-save): New var.
9529 (desktop-save-buffer-p): Use it.
a30eb617
DL
9530 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9531 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9532
95332000-10-10 Dave Love <fx@gnu.org>
9534
9535 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9536 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9537
9538 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9539 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9540 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9541 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9542 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9543 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9544 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9545 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9546 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9547 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9548 the .xpms; probably need retouching.
9549
95502000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9551
9552 * subr.el (add-to-list): Add optional argument APPEND.
9553 * battery.el (display-battery): Use `add-to-list'.
9554
95552000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9556
83c9cb8e
SM
9557 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9558 properties.
a30eb617
DL
9559 (zone, zone-when-idle, zone-leave-me-alone)
9560 (zone-pgm-whack-chars): Use new symbol properties.
9561
9562 * battery.el (display-battery): Doc spelling fix.
9563
9564 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9565 property.
9566
95672000-10-09 Dave Love <fx@gnu.org>
9568
9569 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9570 has been initialized before calling tool-bar-setup.
9571 (tool-bar-add-item-from-menu): Add autoload cookie.
9572
95732000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9574
9575 * menu-bar.el (send-mail-item-name): New function.
9576 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9577 of mail-user-agent in the menu. Don't display the "Send Mail"
9578 item if mail-user-agent is nil or its value is ignore.
9579 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9580 if read-mail-command is nil or its value is ignore.
9581
9582 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9583
95842000-10-09 Miles Bader <miles@gnu.org>
9585
9586 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9587 Correct image size.
9588 * toolbar/left_arrow.xpm: Correct image size.
9589
9590 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9591 will be done by the definition of `auto-compression-mode' if
9592 necessary. Move code to uninstall existing file-name handler
9593 before definition of `auto-compression-mode'.
9594
9595 * image-file.el (auto-image-file-mode): Move to the end of the
9596 file, because `define-minor-mode' actually calls the mode-function
9597 if the associated variable is non-nil, which requires that all
9598 needed functions be already defined.
9599
9600 * mouse.el (popup-menu): Balance parens.
9601
96022000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9603
9604 * mouse.el (popup-menu): Move the command call outside the loop
9605 so that popup-menu returns whatever the command returns.
9606
9607 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9608 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9609 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9610 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9611
9612 * vc.el (vc-version-diff): diff-switches can be a list.
9613 Use relative filenames for prettier output.
9614
9615 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9616 (vc-post-command-functions): Remove old-VC compatibility code.
9617
9618 * newcomment.el (comment-indent-default): Autoload.
9619
9620 * font-lock.el (font-lock-defaults): Make buffer-local.
9621 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9622 (font-lock-choose-keywords):
9623 Ignore LEVEL unless KEYWORDS is a list of syms.
9624 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9625 Don't wrap regexp-opt things in \(...\) unnecessarily.
9626
9627 * jit-lock.el: Don't require font-lock any more.
9628 (jit-lock-functions): Make buffer-local.
9629 (jit-lock-saved-fontify-buffer-function): Remove.
9630 (jit-lock-mode): Remove autoload cookie.
9631 Remove font-lock specific code.
9632 (jit-lock-unregister): Don't bother handling complex hooks any more.
9633 (jit-lock-refontify): New function.
9634 (jit-lock-fontify-buffer): Use it.
9635 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9636 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9637 Add optional args START and END.
9638 Never call font-lock-fontify-region directly.
9639 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9640
9641 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9642
96432000-10-08 Dave Love <fx@gnu.org>
9644
9645 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9646
9647 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9648
9649 * play/studly.el (studlify-region, studlify-word): Add autoload
9650 cookie.
9651
9652 * play/morse.el (morse-region, unmorse-region): Add autoload
9653 cookie.
9654
9655 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9656 concat.
9657
9658 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9659 insist on symbols starting with word syntax.
9660 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9661 (eval-defun-1): Doc fix.
9662 (indent-sexp): Use nconc to build up indent-stack.
9663
9664 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9665 Gnus with little use.
9666 (mail-setup-hook): Add mail-abbrevs-setup to options.
9667
9668 * recentf.el: Doc fixes.
9669
9670 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9671 Clean up remainder.
9672
9673 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9674 without timezone and (8) with timezone to enforce some whitespace.
9675 Simplify code somewhat.
9676
9677 * options.el (list-options): Doc that you should use customize.
9678
9679 * iswitchb.el (iswitchb-mode): Add :require.
9680
9681 * info.el (Info-goto-node, Info-menu): Doc fix.
9682 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9683 (info-tool-bar-map): New variable.
9684 (Info-mode): Use it.
9685 (Info-edit-map): Define all in defvar.
9686 (speedbar-attached-frame): Avoid compiler warning.
9687
9688 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9689 (global-map): Bind [tool-bar] to a filtered map.
9690 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9691 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9692 Allow PBM icons.
9693 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9694
9695 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9696 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9697 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9698 icons, except up_arrow, which is left-arrow rotated.
9699
9700 * imenu.el (imenu-add-to-menubar): Fix last change.
9701
97022000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9703
9704 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9705 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9706
97072000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9708
9709 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9710 typos in doc strings.
9711
9712 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9713 the doc strings how to customize Font Lock faces.
9714
9715 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9716 computing growth when dragging the header line.
9717
97182000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9719
9720 * simple.el (kill-line): Doc fix.
9721
97222000-10-08 Miles Bader <miles@gnu.org>
9723
9724 * faces.el (secondary-selection): Make foreground visible on tty.
9725
9726 * jka-compr.el (auto-compression-mode): Move to the end of the
9727 file, because `define-minor-mode' actually calls the mode-function
9728 if the associated variable is non-nil, which requires that all
9729 needed functions be already defined.
9730 (with-auto-compression-mode): Add autoload cookie.
9731
97322000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9733
9734 * files.el (find-backup-file-name) [ms-dos]: If support for long
9735 file names is not available, behave as if version-control were set
9736 to never.
9737
97382000-10-07 Dave Love <fx@gnu.org>
9739
9740 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9741 (browse-url-gnome-moz): New function.
9742 (browse-url-browser-function): Use it.
9743 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9744
97452000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * indent.el (tab-always-indent): New var.
9748 (indent-for-tab-command): Use it.
9749
9750 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9751 raise an error. This way it can still default to a sane value.
9752
97532000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9754
9755 * startup.el (fancy-splash-screens): Use local rather than global map.
9756 Don't use `update-menu-bindings' any more.
9757 Get rid of assumptions about keymap representation.
9758
97592000-10-06 Dave Love <fx@gnu.org>
9760
9761 * textmodes/fill.el (sentence-end-double-space)
9762 (sentence-end-without-period): Doc fix.
9763 (adaptive-fill-regexp): Purecopy.
9764 (unjustify-current-line): Use line-end-position.
9765 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9766
9767 * net/eudc-vars.el (eudc): Add :version, :link.
9768
9769 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9770
9771 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9772 Fix for define-minor-mode.
9773 (function-at-point): Alias to function-called-at-point.
9774
9775 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9776
9777 * simple.el (backward-word): Doc fix.
9778
9779 * image-file.el (image-file-name-regexp): image-file-regexps ->
9780 image-file-name-regexps.
9781 (image-file-name-extensions): Add pbm.
9782
97832000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9784
9785 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9786 and add filename to the names so that diff-mode can jump to source.
9787
9788 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9789 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9790 (tex-font-lock-keywords-1): Remove.
9791 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9792 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9793 (font-lock-default-fontify-region):
9794 Expand beg..end correctly when just following a multiline region.
9795 (font-lock-fontify-anchored-keywords):
9796 Include the anchor text as part of the multiline.
9797
97982000-10-06 Gerd Moellmann <gerd@gnu.org>
9799
9800 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9801 latter needs the autoloaded define-minor-mode macro during the
9802 bootstrap.
9803
9804 * startup.el (command-line): For now, activate tool-bar-mode only
9805 if XPM images are supported.
9806
9807 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9808 window by dragging a header-line at the top of the frame; that's
9809 confusing because the header-line doesn't move.
9810 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9811 of treating the event as a list. Some cleanup.
9812
98132000-10-06 Miles Bader <miles@gnu.org>
9814
9815 * simple.el (display-message-or-buffer): New function.
9816 (shell-command-on-region): Use `display-message-or-buffer'.
9817
9818 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9819 docstring parts.
9820
9821 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9822 (smbclient-prompt-regexp): Add usage note to doc string.
9823 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9824 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9825 Use add-hook for adding the comint filter function, and only do so
9826 if it's not already in the global hook list.
9827 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9828 to `make-local-variable'.
9829 (nslookup-font-lock-keywords): Remove prompt entry.
9830 (nslookup): Don't set the process-filter.
9831 (finger): Exit the loop correctly when the regexps list runs out.
9832 (ftp, smbclient, smbclient-list-shares):
9833 Set the real major mode immediately, not after execing.
9834 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9835
9836 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9837
98382000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9841
9842 * which-func.el (which-func-format): Remove spurious space.
9843 (which-func-mode): Don't make it permanent-local.
9844 (which-func-ff-hook): Allow which-func-maxout to be nil.
9845 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9846 (which-func-mode): Simplify.
9847 Use post-command-idle-hook rather than post-command-hook.
9848 Go through all buffers and update their state.
9849 (which-function): Also try add-log-current-defun-function.
9850
9851 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9852 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9853 Update call to with-vc-properties accordingly.
9854 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9855 (vc-revert-buffer): More careful about window selection and deletion.
9856 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9857
9858 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9859 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9860 (cvs-dired-action): Change the default to quickdir.
9861
9862 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9863 if comment-indent-function returns nil.
9864 (comment-indent-default): New function.
9865 (comment-indent-function): Use it and document the new semantics.
9866
9867 * image-file.el: Docstring fixes.
9868
9869 * help.el (help-xref-on-pp): Use match-string.
9870 (describe-variable): New arg BUFFER.
9871 Store the current buffer in the help-xref-stack.
9872 (temp-buffer-resize-mode): Use define-minor-mode.
9873
9874 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9875 consistently with its docstring.
9876 Set jit-lock-first-unfontify-pos in an idempotent way.
9877 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9878
98792000-10-05 Alex Schroeder <alex@gnu.org>
9880
9881 * sql.el (sql-mysql-options): New variable.
9882 (sql-mysql): Use it.
9883
98842000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9885
9886 * image.el (image): New group.
9887
9888 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9889 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9890
98912000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9892
9893 * net/net-utils.el (nslookup-font-lock-keywords)
9894 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9895 Ignore the value of wqindow-system; always define keywords
9896
98972000-10-05 Kenichi Handa <handa@etl.go.jp>
9898
9899 * startup.el (fancy-splash-screens): Remove the code for
9900 debugging; `(trace-to-stderr "EXITTT\n")'.
9901
99022000-10-05 Miles Bader <miles@gnu.org>
9903
9904 * diff-mode.el (diff-goto-source): Update call to
9905 `diff-hunk-status-msg' to reflect new REV variable.
9906
99072000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * progmodes/icon.el (icon-mode):
9910 Don't gratuitously override the default for comment-column.
9911
9912 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9913
9914 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9915 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9916 (jit-lock-functions): New var.
9917 (jit-lock-function-1): Use it if non-nil.
9918 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9919 Set the `fontified' property before doing the fontification to avoid
9920 repeatedly going through the same error.
9921 Don't turn errors into messages.
9922 (jit-lock-register, jit-lock-unregister): New functions.
9923
9924 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9925 Use with-current-buffer.
9926
9927 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9928 Turn comment into docstring.
9929
9930 * apropos.el (apropos-mode): Use define-derived-mode.
9931
99322000-10-04 Gerd Moellmann <gerd@gnu.org>
9933
9934 * startup.el (fancy-splash-pending-command): New variable.
9935 (fancy-splash-pre-command): New function.
9936 (fancy-splash-screens): Rewritten.
9937 (command-line-1): If fancy-splash-pending-command is set, call it
9938 interactively.
9939
99402000-10-04 Dave Love <fx@gnu.org>
9941
9942 * toolbar/tool-bar.el (tool-bar-setup): New function.
9943 (tool-bar-mode): Use it.
9944
9945 * subr.el (substitute-key-definition): Doc fix.
9946 (play-sound-file): New command.
9947
99482000-10-04 Andre Spiegel <spiegel@gnu.org>
9949
9950 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9951 vc-version-backup-file-name): New functions.
9952
9953 * files.el (basic-save-buffer): Call vc-before-save before saving.
9954
9955 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9956 vc-cvs-stay-local-p.
9957
9958 * vc.el (vc-revert-buffer): Handle empty diff properly.
9959 (vc-version-backup-file): New function.
9960 (vc-checkout): Create a version backup if necessary.
9961 (vc-checkin): If a version backup file exists, delete it.
9962 (vc-version-diff): Diff locally using version backups, if available.
9963 (vc-revert-file): If there's a version backup, revert locally.
9964 (vc-transfer-file): Use version backup for base version, if
9965 available. If not, ask for confirmation whether to get it from the
9966 server. Update mode line before check-in.
9967
99682000-10-04 Dave Love <fx@gnu.org>
9969
9970 * toolbar/tool-bar.el (tool-bar-setup): New function.
9971 (tool-bar-mode): Use it.
9972
99732000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9974
9975 * net/net-utils.el (nslookup-font-lock-keywords)
9976 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9977 Only set if window-system is non-nil
9978 (net-utils-run-program): Returns buffer.
9979 (network-connection-reconnect): Added this function.
9980
9981 * generic.el:
9982 Incorporates extensive cleanup and docfixes by
9983 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9984 Uses cl compile-time macros.
9985 (generic-mode-name, generic-comment-list)
9986 (generic-keywords-list, generic-font-lock-expressions)
9987 (generic-mode-function-list, generic-mode-syntax-table):
9988 Removed variables.
9989 (generic-mode-alist): Renamed to generic-mode-list.
9990 (generic-find-file-regexp): Default changed to "^#".
9991 (generic-read-type): Uses completing read on generic-mode-list.
9992 (generic-mode-sanity-check): removed this function.
9993 (generic-add-to-auto-mode): Removed this function
9994 (generic-mode-internal): Bind mode-specific definitions
9995 into function instead of putting them in alist.
9996 (generic-mode-set-comments): Reworked extensively.
9997 (generic-mode-find-file-hook): Simplified regexp searching
9998 (generic-make-keywords-list): Omit extra pair of parens
9999
10000 * find-lisp.el (find-lisp-find-files-internal):
10001 Make sure directory name ends with "/".
10002
10003 * generic-x.el (apache-conf-generic-mode):
10004 Regexp now allows leading whitespace.
10005 (rc-generic-mode): Added eval-when-compile
10006 around generic-make-keywords-list.
10007 Deleted duplicate regexp
10008 (rul-generic-mode): Added eval-when-compile
10009 around generic-make-keywords-list.
10010 (etc-fstab-generic-mode): New generic mode.
10011 (rul-generic-mode): Removed one eval-when-compile
10012 which caused a max-specpdl-size exceeded error.
10013
100142000-10-04 Miles Bader <miles@gnu.org>
10015
10016 * simple.el (minibuffer-temporary-goal-position): New variable.
10017 (next-history-element): Try to keep the position of point in the
10018 input string constant.
10019
10020 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10021 (dired-do-create-files): If there's only one file, pass it in as
10022 the DEFAULT arg to dired-mark-read-file-name.
10023
100242000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10025
10026 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10027 (diff-goto-source): Be smarter when choosing REVERSE or not.
10028
10029 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10030 (texinfo-mode-menu): Add an explicit shortcut for update all.
10031
100322000-10-03 Andre Spiegel <spiegel@gnu.org>
10033
10034 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10035 factorize backend-specific code cleanly (this was essentially
10036 conceived by Stefan Monnier).
10037 (vc-unregister): Function removed.
10038 (vc-revert-file): New function.
10039 (vc-revert-buffer): Delegate some of the work to it.
10040
10041 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10042 default branch unconditionally.
10043 (vc-rcs-set-default-branch): New function.
10044 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10045 (vc-rcs-checkin): If an appropriate default branch has been set,
10046 force creation of that branch.
10047 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10048 code (as suggested by Stefan Monnier).
10049
100502000-10-02 Gerd Moellmann <gerd@gnu.org>
10051
10052 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10053 highlighting overlay with a different face over the overlay
10054 isearch uses to highlight the current match because that can lead
10055 to bad face combinations.
10056
10057 * loadup.el (toplevel): Load faces before isearch.
10058
10059 * isearch.el (isearch-faces): New custom group.
10060 (isearch): New defface; was already tested for in the code.
10061 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10062 (isearch-highlight): Always use face `isearch'.
10063
100642000-10-02 Dave Love <fx@gnu.org>
10065
10066 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10067 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10068 comparison of opcode with operand.
10069
100702000-10-03 Miles Bader <miles@gnu.org>
10071
10072 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10073 buffer, since the echo area will now grow to accommodate them.
10074
100752000-10-02 Andre Spiegel <spiegel@gnu.org>
10076
10077 * vc-hooks.el (vc-registered): If FILE used to be registered under
10078 a certain backend, try that one first.
10079
10080 * vc.el (vc-responsible-backend): Undo the previous change in the
10081 argument list. Handle multiple backends correctly.
10082 (vc-find-new-backend): Function removed.
10083 (vc-register): Use vc-responsible-backend, as before.
10084 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10085
100862000-10-02 Gerd Moellmann <gerd@gnu.org>
10087
10088 * startup.el (fancy-splash-head): Change message below the
10089 logo.
10090
100912000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10092
10093 * diff-mode.el (diff-goto-source): Emit a status message.
10094 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10095 (diff-test-hunk): Fix doc string.
10096 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10097 (diff-advance-after-apply-hunk): New variable.
10098 (diff-apply-hunk): Don't return a value.
10099
101002000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10101
10102 * vc.el (vc-editable-p): Minor optimization.
10103 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10104 (vc-find-new-backend): New function split from vc-responsible-backend.
10105 (vc-register): Use it.
10106 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10107 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10108 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10109 (vc-clear-headers): Don't use find-file.
10110 (vc-revert-buffer): Use `and' again (must have been a braino).
10111 (vc-switch-backend): Only prompt if requested.
10112 Short circuit if nothing is to be done.
10113 Don't use vc-resynch-buffer which could lose unsaved editing.
10114 (vc-default-receive-file): Update call to vc-unregister.
10115 (with-vc-file, vc-next-action-on-file):
10116 Use vc-backend rather than vc-registered.
10117 (vc-next-action-on-file): Use intern-soft.
10118 Deal with read-only *vc-diff* buffer.
10119 (vc-transfer-file): Docstring fix.
10120
10121 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10122 (vc-rcs-receive-file): Avoid with-vc-properties.
10123 Update call to vc-unregister.
10124 Use constant `RCS' rather than (dynamically bound) var `backend'.
10125
101262000-10-01 Andre Spiegel <spiegel@gnu.org>
10127
10128 * vc.el (vc-next-action-on-file): Update mode line only if file
10129 is visited.
10130 (vc-start-entry): New argument initial-contents. Don't visit the file
10131 if it isn't already visited. Brought documentation up-to-date.
10132 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10133 (vc-checkin): New optional arg initial-contents, which is passed to
10134 vc-start-entry.
10135 (vc-finish-logentry): Make sure to bury log buffer only if there
10136 really is one. Call `vc-resynch-buffer' on log-file, not
10137 buffer-file-name.
10138 (vc-default-comment-history, vc-default-wash-log): New functions.
10139 (vc-index-of): Removed.
10140 (vc-transfer-file): Make do without the above.
10141 (vc-default-receive-file): Call comment-history unconditionally. Pass
10142 the resulting string to vc-checkin, instead of inserting it into the
10143 comment ring.
10144
10145 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10146 unconditionally. Use the comments as initial contents of the log
10147 entry buffer. Document the trick to force branch creation with no
10148 changes.
10149
101502000-10-01 Miles Bader <miles@gnu.org>
10151
10152 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10153 `recenter' with an arg to prevent redrawing the display.
10154
101552000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10156
10157 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10158
10159 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10160
10161 * progmodes/c-mode.el (c-mode):
10162 Don't gratuitously override the default for comment-column.
10163
10164 * textmodes/tex-mode.el (latex-metasection-list): New var.
10165 (latex-imenu-create-index): Use it.
10166 Move the regexp construction outside loops (and use push).
10167 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10168 (tex-font-lock-keywords): Moved from font-lock.el.
10169 (tex-comment-indent): Remove.
10170 (tex-common-initialization): Don't set comment-indent-function.
10171 (latex-block-default): New var.
10172 (tex-latex-block): Use it to provide a default choice.
10173 Add any unknown choice to latex-block-names.
10174 Insert [...] after {...}.
10175 (tex-last-unended-begin): Simplify regexp.
10176 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10177 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10178 (latex-mode): Set forward-sexp-function.
10179
10180 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10181 Add regexp for @ignore ... @end ignore.
10182 (texinfo-heading-face): New face.
10183 (texinfo-font-lock-keywords): Use it.
10184 (texinfo-mode-menu): New menu.
10185 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10186 New functions.
10187 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10188 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10189 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10190 Remove declaration.
10191 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10192
10193 * delsel.el (delete-selection-mode): Use define-minor-mode.
10194
10195 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10196
101972000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10198
10199 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10200
102012000-09-30 Gerd Moellmann <gerd@gnu.org>
10202
10203 * replace.el (keep-lines-read-args): New function.
10204 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10205 read arguments interactively. Add parameters RSTART and REND.
10206 Operate on the active region in Transient Mark mode.
10207
10208 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10209
10210 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10211 (authors-obsolete-files-regexps): New variable.
10212 (authors-add): Don't record changes in obsolete files.
10213
102142000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10215
10216 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10217
10218 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10219 (comment-indent): Make sure there's a space between code and comment.
10220 Shift comments left to avoid going past fill-column.
10221
102222000-09-29 Gerd Moellmann <gerd@gnu.org>
10223
10224 * startup.el (startup-echo-area-message): New function.
10225 (display-startup-echo-area-message): Use it.
10226 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10227 (fancy-splash-default-action): New function.
10228 (fancy-splash-screens-1): New function.
10229 (fancy-splash-head): Put a help-echo and a keymap under the image.
10230
102312000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * diff-mode.el (diff-add-log-file-name): Remove.
10234 (diff-mode): Use add-log-buffer-file-name-function.
10235
10236 * add-log.el (find-change-log): New arg BUFFER-FILE.
10237 (add-log-file-name): Obey add-log-file-name-function.
10238 (add-log-buffer-file-name-function): New var.
10239 (add-change-log-entry): Use it.
10240
102412000-09-29 Miles Bader <miles@gnu.org>
10242
10243 * image-file.el (image-file-name-extensions): New variable.
10244 (image-file-name-regexps): Renamed from `image-file-regexps'.
10245 New default value is nil. Call `auto-image-file-mode'.
10246 (image-file-name-regexp): New function.
10247 (auto-image-file-mode): New minor mode.
10248 (insert-image-file): Don't make conditional on the image-file
10249 handler being enabled.
10250 (image-file-handler): Make the call here conditional instead.
10251 (set-image-file-handler-enabled, enable-image-file-handler)
10252 (disable-image-file-handler): Functions removed.
10253
10254 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10255 string.
10256
102572000-09-29 Gerd Moellmann <gerd@gnu.org>
10258
10259 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10260 it's a function from CL.
10261 (latex-imenu-create-index): Replace eval-when-compile with progn
10262 because latex-section-alist is not bound while compiling.
10263
102642000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10267 (outline-mode): Use define-derived-mode.
10268
10269 * progmodes/perl-mode.el (perl-mode):
10270 * progmodes/awk-mode.el (awk-mode):
10271 * progmodes/asm-mode.el (asm-mode):
10272 Don't gratuitously override the default for comment-column.
10273
10274 * emacs-lisp/lisp.el (lisp-complete-symbol):
10275 Distinguish the let-binding case from the funcall case.
10276 (forward-sexp-function): New variable.
10277 (forward-sexp): Use it.
10278
10279 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10280 (easy-mmode-defmap): Remove the now useless autoload.
10281
10282 * time.el (display-time-mode): Use define-minor-mode.
10283
10284 * subr.el (add-minor-mode): Don't eval NAME.
10285 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10286 Use if rather than cond.
10287
10288 * simple.el (read-expression-map): Define more properly.
10289 (comment-indent-hook): Remove.
10290 (string-to-syntax): Bug fix.
10291
10292 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10293 (cvs-ediff-diff): Fix typo.
10294 (cvs-revert-if-needed): Don't bother preserving read-only.
10295
10296 * paren.el (show-paren-mode): Use define-minor-mode.
10297
10298 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10299 (toggle-auto-compression): Remove.
10300 (jka-compr-build-file-regexp): Remove useless grouping.
10301
10302 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10303 Avoid user-reserved bindings.
10304 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10305 (diff-header-face): Revert to grey85.
10306
10307 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10308
10309 * complete.el (partial-completion-mode) <defcustom>: Remove.
10310 (partial-completion-mode): Use define-minor-mode.
10311 (PC-do-completion): Understand `completion-auto-help = delay'
10312 to mean to popup the completion buffer only the second time.
10313 (PC-include-file-all-completions, PC-include-file-all-completions)
10314 (PC-include-file-all-completions): Don't quote lambda.
10315
10316 * comint.el (comint-mode-hook): Docstring fix.
10317 (comint-mode): Use define-derived-mode.
10318 (comint-mode-map): Remove obsolete comment.
10319 (make-comint): Minor stylistic change.
10320 (comint-insert-clicked-input): Be more careful to find the overlay.
10321 Use this-command-keys rather than hardcoding mouse-2.
10322
10323 * font-lock.el: Replace confusing (,@ with ,
10324 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10325 Don't use regexp-opt-depth. Spice up the regexp for args.
10326 Don't distinguish between cmds that can take an opt arg or not.
10327 Use `append' and `prepend' rather than `keep'.
10328
10329 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10330 (latex-outline-regexp): New var.
10331 (latex-outline-level): New fun.
10332 (latex-section-alist): New var.
10333 (latex-imenu-create-index): Use it. Use `push' as well.
10334 (tex-shell-map): Initialize it properly.
10335 (tex-mode): Minor stylistic change.
10336 (plain-tex-mode): Use define-derived-mode.
10337 (latex-mode): Use define-derived-mode.
10338 Construct the paragraph regexps in a more readable way.
10339 Set the buffer-local outline-{level,regexp} vars.
10340 (slitex-mode): Derive from latex-mode.
10341 (tex-common-initialization): Don't kill-all-vars anymore.
10342 Add setting for comment-add and font-lock-defaults.
10343 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10344 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10345 (tex-start-tex): New arg DIR (and send a chdir command for it).
10346 Also display the shell buffer and save it in tex-last-buffer-texed.
10347 (tex-region): Use expand-file-name rather than concat.
10348 Remove code made useless by changes in tex-start-tex.
10349 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10350
10351 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10352
103532000-09-28 Dave Love <fx@gnu.org>
10354
10355 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10356
103572000-09-28 Gerd Moellmann <gerd@gnu.org>
10358
10359 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10360 `append'.
10361
103622000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * info.el (Info-extract-pointer): Undo last change.
10365 Instead, fix the position of the `bound' arg to re-search-backward.
10366
103672000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10368
10369 * info.el (Info-extract-pointer):
10370 Widen more carefully, to avoid finding pointers in other nodes.
10371 (Info-index): Use push.
10372
103732000-09-27 Gerd Moellmann <gerd@gnu.org>
10374
10375 * frame.el (set-frame-font): Remove call to obsolete function
10376 frame-update-faces.
10377 (set-foreground-color, set-background-color): Likewise for
10378 frame-update-face-colors.
10379
103802000-09-27 Miles Bader <miles@gnu.org>
10381
10382 * image-file.el: New file.
10383
103842000-09-27 Gerd Moellmann <gerd@gnu.org>
10385
10386 * frame.el (frame-notice-user-settings): Don't call
10387 frame-update-faces, which is a no-op now.
10388
10389 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10390 tool-bar-lines.
10391
103922000-09-27 Dave Love <fx@gnu.org>
10393
10394 * mouse.el: Fix last change.
10395
103962000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10397
10398 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10399
104002000-09-22 Kenichi Handa <handa@etl.go.jp>
10401
10402 * international/quail.el (quail-help): The output message is
10403 improved.
10404
104052000-09-26 Dave Love <fx@gnu.org>
10406
10407 * mouse.el (popup-menu): If POSITION is nil, set it using
10408 mouse-position.
10409
104102000-09-25 Sam Steingold <sds@gnu.org>
10411
10412 * net/browse-url.el (browse-url-file-url): Check for null maps.
10413
104142000-09-26 Gerd Moellmann <gerd@gnu.org>
10415
10416 * frame.el (frame-notice-user-settings): Don't add a
10417 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10418
10419 * frame.el (frame-notice-user-settings):
10420 Make tool-bar-mode and default-frame-alist consistent.
10421
10422 * toolbar/tool-bar.el (tool-bar-help): New function.
10423
104242000-09-25 Gerd Moellmann <gerd@gnu.org>
10425
10426 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10427 current-load-list in top-level forms. Else this leaks a cons cell
10428 every time a defun is called.
10429
10430 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10431
104322000-09-25 Dave Love <fx@gnu.org>
10433
10434 * startup.el (fancy-splash-head): Check XPM is available.
10435
10436 * autoinsert.el (auto-insert): Doc fix.
10437 (auto-insert-alist): Following GNU notices, don't say `copyright
10438 _by_'. Use line-beginning-position.
10439 (auto-insert): Check buffer-file-name is non-nil before use.
10440
104412000-09-25 Gerd Moellmann <gerd@gnu.org>
10442
10443 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10444 starting with `@def' or `@multitable', in addition to ones
10445 specified by the user in auto-fill-inhibit-regexp.
10446
104472000-09-25 Markus Rost <rost@math.ohio-state.edu>
10448
10449 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10450 rmail-dont-reply-to-names matches the empty string.
10451
104522000-09-25 Gerd Moellmann <gerd@gnu.org>
10453
10454 * startup.el (command-line-1, fancy-splash-text): Change the
10455 text to sound more friendly.
10456
104572000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10458
10459 * progmodes/hideshow.el: Update author email address.
10460 Generally, sync w/ maintainer version 5.22.
10461 (hs-hide-all-non-comment-function): New var.
10462 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10463 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10464 (hs-show-region): Delete this command.
10465 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10466
104672000-09-22 Dave Love <fx@gnu.org>
10468
10469 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10470 (hl-line-highlight): Specify buffer when moving overlay.
10471
10472 * progmodes/fortran.el (fortran-mode): Locally set
10473 normal-auto-fill-function.
10474 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10475 (fortran-mode-map): Adjust auto-fill menu entry.
10476
104772000-09-22 Gerd Moellmann <gerd@gnu.org>
10478
10479 * vc-rcs.el (toplevel): Require `vc' when compiling.
10480
10481 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10482
104832000-09-22 Andre Spiegel <spiegel@gnu.org>
10484
10485 * vc.el (vc-switch-backend): Signal an error if the file is not
10486 registered under the new backend.
10487
10488 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10489 without explicit revision number.
10490
104912000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10492
10493 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10494 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10495 (diff-xor): New function.
10496 (diff-find-source-location): Use it. Fix a stupid name clash.
10497 (diff-hunk-status-msg): New function.
10498 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10499 (diff-test-hunk): Use diff-find-source-location.
10500 (diff-goto-source): Favor the `reverse'.
10501 (diff-hunk-text): Properly handle one-sided context diffs.
10502 (diff-apply-hunk): When done, advance to the next hunk.
10503
105042000-09-21 Gerd Moellmann <gerd@gnu.org>
10505
10506 * startup.el (command-line): If frame was created with a non-zero
10507 tool-bar-lines parameter, switch tool-bar-mode on.
10508
10509 * add-log.el (change-log-date-face, change-log-name-face)
10510 (change-log-email-face, change-log-file-face)
10511 (change-log-list-face, change-log-conditionals-face)
10512 (change-log-function-face, change-log-acknowledgement-face):
10513 New faces, inheriting from font-lock faces.
10514 (change-log-font-lock-keywords): Use them.
10515
105162000-09-21 Dave Love <fx@gnu.org>
10517
10518 * progmodes/cperl-mode.el (top-level): Clean up
10519 `eval-when-compile's and assorted defvars.
10520 (cperl-invalid-face): Don't double-quote value. Change custom
10521 type.
10522 (cperl-mode): Set normal-auto-fill-function and don't zap
10523 auto-fill-function.
10524 (cperl-imenu--function-name-regexp-perl): Renamed from
10525 imenu-example--function-name-regexp-perl.
10526 (cperl-imenu--create-perl-index): Renamed from
10527 imenu-example--create-perl-index.
10528 (cperl-xsub-scan): Don't require cl.
10529
10530 * msb.el (msb-mode-map): Use substitute-key-definition.
10531 (msb-mode): Use msb-mode-map.
10532
105332000-09-21 Andre Spiegel <spiegel@gnu.org>
10534
10535 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10536 New functions.
10537 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10538 (vc-switch-backend): New function.
10539 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10540 (vc-register): Fix prompt.
10541 (vc-unregister, vc-default-unregister): New functions.
10542 (vc-version-diff): Handle empty buffer in sentinel.
10543
10544 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10545 (vc-rcs-state-heuristic): Use it to guess the state of files with
10546 non-strict locking.
10547 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10548 been set with -b, but not created yet.
10549 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10550 contents in order to find the state.
10551 (vc-rcs-checkin): Allow creation of branches with no changes.
10552 (vc-rcs-unregister, vc-rcs-receive-file)
10553 (vc-rcs-set-non-strict-locking): New functions.
10554
10555 * vc-hooks.el (vc-name): Force correct computation of the value
10556 in case it is missing.
10557
105582000-09-21 Gerd Moellmann <gerd@gnu.org>
10559
10560 * startup.el (fancy-splash-tail): Use a different foreground
10561 color on a dark frame background.
10562
105632000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10564
10565 * info.el: Use the correct capitalization when making Info-mode
10566 and Info-edit-mode `special' modes.
10567
105682000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10569
10570 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10571 (diff-mode): Add support for add-log.el.
10572 (diff-hunk-text): Use char offsets rather than line offsets.
10573 (diff-find-source-location): Replace LINE with line-offset (nil
10574 if not found) and always set POS to a meaningful position.
10575 Adapt to the new char-offsets.
10576 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10577 Adapt to the new diff-find-source-location.
10578 (diff-goto-source): Adapt to the new diff-find-source-location.
10579
10580 * add-log.el (add-log-file-name): New function (split out of
10581 add-change-log-entry).
10582 (add-change-log-entry): Use it.
10583 Call add-log-file-name-function with the changelog file name if
10584 the current buffer is not associated with any file.
10585 Avoid find-file if the selected window is dedicated.
10586
10587 * diff-mode.el (diff-find-source-location):
10588 Move code from diff-apply-hunk. Return buffer rather than file.
10589 (diff-apply-hunk): Use the new result from diff-find-source-location.
10590 (diff-goto-source): Use the new diff-find-source-location.
10591
105922000-09-20 Dave Love <fx@gnu.org>
10593
10594 * iswitchb.el: Some doc fixes.
10595 (iswitchb-mode-map): Define completely initially. Inherit
10596 minibuffer-local-map.
10597 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10598 fundamental-mode.
10599 (iswitchb-global-map): New variable.
10600 (iswitchb-summaries-to-end): Amalgamate regexps.
10601 (iswitchb-mode): New.
10602 (iswitchb-mode-hook): New variable.
10603 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10604 `extensions'.
10605
106062000-09-20 Gerd Moellmann <gerd@gnu.org>
10607
10608 * ehelp.el (electric-help): New defgroup.
10609 (electric-help-shrink-window): New user-option.
10610 (with-electric-help): Use it.
10611
10612 * window.el (shrink-window-if-larger-than-buffer): If face
10613 `mode-line' has a :box, and we're on a graphical frame, add 1
10614 to the needed window height.
10615
10616 * frame.el (frame-notice-user-settings): Add a last parameter nil
10617 to a call to `append', because the last list passed to `append' is
10618 not copied, and so subsequent calls to assq-delete-all will modify
10619 default-frame-alist.
10620
10621 * startup.el (fancy-splash-image): Change :type.
10622 (fancy-splash-head): Use an XBM image if appropriate.
10623 (command-line-1): Show splash screens in more cases.
10624
10625 * startup.el (fancy-splash-text): Don't quote faces.
10626
10627 * dired.el (dired-font-lock-keywords): Undo last change.
10628 (dired-readin): Bind indent-tabs-mode to nil.
10629
10630 * startup.el (fancy-splash-head): If frame's background mode
10631 is `dark', change the black background of the image to gray.
10632 (fancy-splash-screens): Display startup echo area message.
10633 (display-startup-echo-area-message): New function.
10634
106352000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10636
10637 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10638
10639 * info.el (info-header-node): Tweak for color ttys.
10640
10641 * faces.el (face-valid-attribute-values): Make sure directories we
10642 search for stipples both exist and are readable before trying to
10643 search them.
10644
10645 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10646 in the dry-run case.
10647
10648 * jka-compr.el (with-auto-compression-mode): New macro.
10649
10650 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10651 (custom-group-tag-face, custom-variable-tag-face): Use relative
10652 :height and inherit from `variable-pitch' face instead of
10653 hardwiring :family.
10654 * hi-lock.el (hi-black-hb): Likewise.
10655
10656 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10657 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10658 toolbar-add-item, if image doesn't have a mask add a `:mask
10659 heuristic'.
10660
106612000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10662
10663 * diff-mode.el: Docstring fixes.
10664 (diff-header-face, diff-comment-face): New faces.
10665 (diff-font-lock-keywords): Highlight a bit differently.
10666 (diff-find-source-location): Don't return SPAN any more.
10667 (diff-hunk-text): Don't bother erasing the temp buffer.
10668 (diff-find-text): Drop argument LINE.
10669 (diff-apply-hunk): Update calls to diff-find-text.
10670 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10671
10672 * calendar/calendar.el: Docstring fixes.
10673 (calendar-make-alist): Don't quote lambda.
10674 (calendar-star-date): Use make-local-variable.
10675
106762000-09-19 Dave Love <fx@gnu.org>
10677
10678 * toolbar/tool-bar.el: Renamed from toolbar.el.
10679 Change `toolbar' to `tool-bar' generally in symbols.
10680 Make some items invisible in `special' major modes.
10681 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10682 Add arg PROPS.
10683
10684 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10685 Add :version here.
10686 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10687
106882000-09-19 Gerd Moellmann <gerd@gnu.org>
10689
10690 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10691
10692 * files.el (find-file-suppress-same-file-warnings): New user-option.
10693 (find-file-noselect): Use it.
10694
10695 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10696 (fancy-splash-screen): Defgroup.
10697
10698 * add-log.el (change-log-font-lock-keywords): Match names
10699 more exactly for the case that font-lock-constant-face is
10700 underlined.
10701
107022000-09-19 Richard M. Stallman <rms@gnu.org>
10703
10704 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10705
107062000-09-19 Andre Spiegel <spiegel@gnu.org>
10707
10708 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10709
107102000-09-19 Gerd Moellmann <gerd@gnu.org>
10711
10712 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10713 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10714 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10715 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10716 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10717 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10718 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10719 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10720 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10721 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10722 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10723 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10724
10725 * startup.el (fancy-splash-text): New variable.
10726 (fancy-splash-delay, fancy-splash-image): New user-options.
10727 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10728 (fancy-splash-screens): New functions.
10729 (command-line-1): If display has a `display' frame parameter, has
10730 colors, and we have XPM support, show more fancy splash screens.
10731
107322000-09-19 Dave Love <fx@gnu.org>
10733
10734 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10735 with null `help'. Use modern backquote syntax.
10736
107372000-09-19 Gerd Moellmann <gerd@gnu.org>
10738
10739 * font-lock.el (font-lock-mode): Change message telling the user
10740 that ``the buffer is too big''.
10741
10742 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10743 for instance for the case that tab-width is 2.
10744
107452000-09-18 Gerd Moellmann <gerd@gnu.org>
10746
10747 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10748 toolbar-add-item, if image doesn't have a mask add a `:mask
10749 heuristic'.
10750
107512000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10752
10753 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10754 and return a cons if it's non-nil.
10755 (diff-apply-hunk): Try to jump to the line in the source text
10756 corresponding to the position of point in the in the hunk.
10757
10758 * info.el (Info-title-3-face, Info-title-2-face)
10759 (Info-title-1-face): Use face inheritance and relative sizes
10760 instead of hard-wiring things.
10761
10762 * faces.el (secondary-selection): Make dark-background variant sane.
10763
107642000-09-16 Andrew Innes <andrewi@gnu.org>
10765
10766 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10767 read-only, since they aren't under VC now.
10768
107692000-09-17 Dave Love <fx@gnu.org>
10770
10771 * tmm.el: Replace mapcar with mapc in several places.
10772
10773 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10774 ad-unadvise.
10775
10776 * international/latin1-disp.el: New file.
10777
10778 * calendar/cal-move.el (scroll-calendar-left)
10779 (scroll-calendar-right): Make arg optional (for active mode line).
10780
10781 * calendar/calendar.el (calendar-mode-line-format): Make fields
10782 mouse-sensitive.
10783 (calendar-read-date, calendar-read-date, calendar-window-list):
10784 Unquote lambda.
10785 (calendar-month-name): Use aref, not sref.
10786
10787 * view.el (minor-mode-alist): Propertize the string.
10788
10789 * international/characters.el (standard-case-table): Add entries
10790 for Greek.
10791
107922000-09-18 Miles Bader <miles@gnu.org>
10793
10794 * info.el (info-node, info-xref): Add dark-background variants.
10795
10796 * faces.el (header-line): Change defaults to be less confusing
10797 when mixed with mode-lines.
10798
10799 * info.el (Info-fontify-node): Make a few cleanups.
10800 Add extra `help-echo' and `local-map' props to node xrefs.
10801 Use header-specific faces for node-names & xrefs.
10802 (Info-use-header-line): New variable.
10803 (info-header-xref, info-header-node): New faces.
10804 (Info-setup-header-line): New function.
10805 (Info-select-node): Call Info-setup-header-line when enabled.
10806 (Info-extract-pointer): Work even if the header line is hidden.
10807 (Info-header-line): New variable.
10808
108092000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10810
10811 * vms-patch.el (print-region-function): Don't quote lambda.
10812
10813 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10814
10815 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10816 (lm-get-header-re): Allow spaces between the header and the colon.
10817 (lm-header): Allow $ in non-RCS headers.
10818 (lm-header-multiline): Put the strings back into order.
10819 Stop at an empty line. Don't require two space chars if the
10820 line is clearly not another header line.
10821
10822 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10823 (popup-menu-popup): Remove.
10824
108252000-09-15 Gerd Moellmann <gerd@gnu.org>
10826
10827 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10828 specification if or if not tool-bar item contains an `:enabled'
10829 property.
10830
10831 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10832 current buffer has no file name.
10833
108342000-09-15 Dave Love <fx@gnu.org>
10835
10836 * strokes.el: Sync with maintainer's current version with changes
10837 for Emacs, but avoid runtime cl and levents.
10838 (toplevel): Change autoloads and compilation requires.
10839 (strokes-version, strokes-bug-address, strokes-lift): Values
10840 changed.
10841 (strokes-xpm-header, strokes-insinuated): New variable.
10842 (strokes): Add :link.
10843 (strokes-mode): Customized.
10844 (strokes-while-inhibiting-garbage-collector): New macro.
10845 (strokes-remassoc): Avoid remove-if.
10846 (strokes-fix-button2-command): Don't use ad-do-it.
10847 (strokes-insinuate): New function.
10848 (strokes-button-press-event-p, strokes-button-release-event-p):
10849 New functions, used instead of non-`strokes-' versions..
10850 (strokes-mouse-event-p): Rewritten.
10851 (strokes-event-closest-point): Avoid event-point.
10852 (strokes-get-grid-position): Avoid cdadr, caadr
10853 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10854 functions.
10855 (strokes-help): Use with-output-to-temp-buffer.
10856 (strokes-window-configuration-changed-p): New function.
10857 (strokes-update-window-configuration): Use buffer-live-p,
10858 strokes-window-configuration-changed-p.
10859 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10860 (strokes-char-face): New face.
10861 (strokes-char-table, strokes-base64-chars): New variable.
10862 (strokes-xpm-for-stroke, strokes-list-strokes)
10863 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10864 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10865 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10866 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10867 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10868 functions.
10869
108702000-09-15 Gerd Moellmann <gerd@gnu.org>
10871
10872 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10873
10874 * image.el (create-image): Doc fix.
10875
10876 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10877 instead of `:heuristic-mask t'.
10878
108792000-09-14 Andrew Innes <andrewi@gnu.org>
10880
10881 * makefile.w32-in: Revert to Unix line endings.
10882
108832000-09-14 Andrew Innes <andrewi@gnu.org>
10884
10885 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10886 when installing.
10887
10888 * makefile.nt (DONTCOMPILE): Fix typo.
10889
10890 * shell.el (shell-write-history-on-exit): New function.
10891 (shell-dumb-shell-regexp): New custom variable.
10892 (shell-mode): Make shell-write-history-on-exit the process
10893 sentinel if shell name matches shell-dumb-shell-regexp.
10894
10895 * w32-fns.el: Comment out before-init-hook function which resets
10896 source-directory based; this breaks bootstrap.
10897
108982000-09-14 Dave Love <fx@gnu.org>
10899
10900 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10901 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10902 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10903 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10904 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10905 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10906 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10907 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10908 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10909
10910 * toolbar/toolbar.el: New.
10911
10912 * subdirs.el: Add toolbar.
10913
109142000-09-14 Gerd Moellmann <gerd@gnu.org>
10915
10916 * indent.el (indent-for-tab-command): Doc fix.
10917
109182000-09-14 Alex Schroeder <alex@gnu.org>
10919
10920 * ansi-color.el (ansi-colors): Doc change.
10921 (ansi-color-get-face): Simplified regexp.
10922 (ansi-color-faces-vector): Added more faces, doc change.
10923 (ansi-color-names-vector): Doc change.
10924 (ansi-color-regexp): Simplified regexp.
10925 (ansi-color-parameter-regexp): New regexp.
10926 (ansi-color-filter-apply): Doc change.
10927 (ansi-color-filter-region): Doc change.
10928 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10929 deal with zero length parameters.
10930 (ansi-color-apply-on-region): Doc change.
10931 (ansi-color-map): Doc change.
10932 (ansi-color-map-update): Removed debugging message.
10933 (ansi-color-get-face-1): Added condition-case to trap
10934 args-out-of-range errors.
10935 (ansi-color-get-face): Doc change.
10936 (ansi-color-make-face): Removed.
10937 (ansi-color-for-shell-mode): New option.
10938
109392000-09-13 Kenichi Handa <handa@etl.go.jp>
10940
10941 * international/quail.el (quail-start-translation): Translate KEY
10942 if necessary even if it doesn't have any mapping in the current
10943 input method.
10944 (quail-start-conversion): Likewise.
10945 (quail-help): The output message is improved.
10946
109472000-09-13 Miles Bader <miles@gnu.org>
10948
10949 * comint.el (comint-output-filter): Revert to using
10950 `insert-before-markers'. Add bletcherous hack to undo damage
10951 caused by `insert-before-markers'. Put `front-sticky' property on
10952 overlays created here so that the field code understands how the
10953 overlay works. Use a let when making comint-last-prompt-overlay,
10954 so that the code is easier to read.
10955
109562000-09-13 Dave Love <fx@gnu.org>
10957
10958 * wid-edit.el (widget-default-format-handler): DTRT when
10959 doc-property is a function.
10960
109612000-09-12 Francesco Potorti` <pot@gnu.org>
10962
10963 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10964 filed name if it's not there.
10965
109662000-09-12 Dave Love <fx@gnu.org>
10967
10968 * simple.el (read-mail-command): Doc fix.
10969 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10970
10971 * vc.el (vc-dired-listing-switches): Fix :version.
10972
10973 * vc-hooks.el: Doc fixes.
10974
10975 * subr.el (add-minor-mode): Use toggle-fun arg.
10976
10977 * speedbar.el: Add :version to several defcustoms.
10978
10979 * imenu.el (imenu--truncate-items, imenu--cleanup)
10980 (imenu--generic-function): Avoid mapcar.
10981 (imenu--replace-spaces): Function removed.
10982 (imenu--completion-buffer): Use subst-char-in-string.
10983 (imenu-add-to-menubar): Use keymap inheritance.
10984
109852000-09-12 Miles Bader <miles@gnu.org>
10986
10987 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10988 (diff-mode-map): Bind `diff-test-hunk'.
10989 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10990
109912000-09-11 Gerd Moellmann <gerd@gnu.org>
10992
10993 * bytecomp.el (byte-compile-defvar): Undo last change
10994 because it breaks '(make-variable-buffer-local (defvar ...)'
10995 which is used at least in dired.
10996
109972000-09-12 Kenichi Handa <handa@etl.go.jp>
10998
10999 * international/quail.el (quail-define-package): Docstring
11000 modified.
11001
110022000-09-12 Kenichi Handa <handa@etl.go.jp>
11003
11004 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11005 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11006 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11007 docstring of "chinese-py".
11008
11009 * international/quail.el (quail-translation-docstring): New
11010 variable.
11011 (quail-show-keyboard-layout): Docstring modified.
11012 (quail-select-current): Likewise.
11013 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11014 infinite recursive call.
11015 (quail-help): Check quail-translation-docstring. Format of the
11016 output changed.
11017 (quail-help-insert-keymap-description): Adjusted for the above
11018 change.
11019
110202000-09-11 Gerd Moellmann <gerd@gnu.org>
11021
11022 * bytecomp.el (byte-compile-defvar): Only cons onto
11023 current-load-list in top-level forms. Else this leaks a cons cell
11024 every time a defun is called.
11025
110262000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11027
11028 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11029 Now understands non-unified diffs. Some functionality moved into
11030 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11031 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11032 modify anything. Only reposition point in the patched file if the
11033 patch succeeds. Only pop up another window if POPUP is true.
11034 Emit a message describing what happened if successful, and at what
11035 line-offset. Automatically detect reversed hunks and do something
11036 appropriate.
11037 (diff-hunk-text, diff-find-text): New functions.
11038 (diff-filter-lines): Function removed.
11039 (diff-test-hunk): New function.
11040 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11041
110422000-09-10 Dave Love <fx@gnu.org>
11043
11044 * textmodes/tildify.el: Minor doc/commentary fixes.
11045 (tildify) <defgroup>: Add :version.
11046
11047 * faces.el (face-x-resources): Make custom type more specific.
11048 (frame-background-mode): Use mapc.
11049 (region) <defcustom>: Add :version.
11050
110512000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11052
11053 * vc-sccs.el (vc-sccs-register):
11054 * vc-rcs.el (vc-rcs-register):
11055 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11056 * vc.el (vc-register): Clear file's properties.
11057
110582000-09-08 Gerd Moellmann <gerd@gnu.org>
11059
11060 * faces.el (face-spec-set): Only face-spec-reset-face when
11061 ATTRS is non-nil.
11062
110632000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11064
11065 * help.el (help-insert-xref-button): Fix a typo in doc string.
11066
110672000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11068
11069 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11070 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11071 methods.
11072
11073 * menu-bar.el (read-mail-item-name): New function.
11074 (menu-bar-tools-menu): Use it to compute and display the package
11075 used to read email.
11076 (menu-bar-tools-menu): Fix typo in GUD's help string.
11077
110782000-09-07 Dave Love <fx@gnu.org>
11079
11080 * diff-mode.el (diff-mouse-goto-source): New function.
11081
11082 * vc-sccs.el: Doc fixes.
11083 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11084
11085 * vc-rcs.el: Doc fixes.
11086 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11087 (vc-rcs-checkout-switches, vc-rcs-header)
11088 (vc-rcs-master-templates): Add or change :version.
11089
11090 * vc-cvs.el: Doc fixes.
11091 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11092 (vc-cvs-stay-local): Add :version.
11093
11094 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11095
110962000-09-07 Kenichi Handa <handa@etl.go.jp>
11097
11098 * international/quail.el (quail-help): Fix previous change.
11099
111002000-09-07 Gerd Moellmann <gerd@gnu.org>
11101
11102 * faces.el (color-values): Doc fix.
11103
11104 * faces.el (frame-set-background-mode): Use frame-parameter
11105 instead of frame-parameters.
11106
11107 * frame.el (filtered-frame-list): Reduce consing.
11108 (frames-on-display-list): Call frame-parameter instead of
11109 frame-parameters.
11110
111112000-09-07 Kenichi Handa <handa@etl.go.jp>
11112
11113 * language/devan-util.el (devanagari-to-indian-region): In the
11114 loop, change the following char, not preceding char.
11115
111162000-09-07 Gerd Moellmann <gerd@gnu.org>
11117
11118 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11119 instead of frame-parameters.
11120
11121 * faces.el (set-face-attribute): Simplify by calling
11122 internal-set-lisp-face-attribute with FRAME being 0.
11123
11124 * vc.el: Remove `Id' version control keyword.
11125
111262000-09-07 Kenichi Handa <handa@etl.go.jp>
11127
11128 * help.el (help-make-xrefs): Adjusted for the change of
11129 help-xref-mule-regexp.
11130 (help-insert-xref-button): New function.
11131
11132 * international/mule-cmds.el (help-xref-mule-regexp-template):
11133 Include the pattern for character set.
11134 (leim): New group.
11135
11136 * international/quail.el: Don't require face.
11137 (quail): New group.
11138 (quail-other-command): Dummy command to make quail-help work better.
11139 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11140 (quail-keyboard-layout-substitution): New variable.
11141 (quail-update-keyboard-layout): New function.
11142 (quail-keyboard-layout-type): New customizable variable.
11143 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11144 (quail-keyboard-translate): Pay attention to
11145 quail-keyboard-layout-substitution.
11146 (quail-insert-kbd-layout): New function.
11147 (quail-show-keyboard-layout): New function.
11148 (quail-get-translation): If the definition is a vector of length
11149 1, and the element is a string of length 1, return the character
11150 in that string.
11151 (quail-update-current-translations): Fix the case of
11152 relative-index out of range.
11153 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11154 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11155 Show key sequences for all available characters.
11156 (quail-help-insert-keymap-description): Don't show such verbose
11157 key bindings as quail-self-insert-command.
11158
11159 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11160 Format changed, and each element now have extra documentations.
11161 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11162 Adjusted for the change of quail-cxterm-package-ext-info.
11163
111642000-09-06 Gerd Moellmann <gerd@gnu.org>
11165
11166 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11167 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11168 during bootstrap.
11169
111702000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11171
11172 * vc.el: (toplevel): Don't require `dired' at run-time.
11173 (vc-dired-resynch-file): Remove autoload cookie.
11174
111752000-09-05 Andre Spiegel <spiegel@gnu.org>
11176
11177 * vc.el: Made several backend functions optional.
11178 (vc-default-responsible-p): New function.
11179 (vc-merge): Use RET for first version to trigger merge-news, not
11180 prefix arg.
11181 (vc-annotate): Handle backends that do not support annotation.
11182 (vc-default-merge-news): Removed. The existence of a merge-news
11183 implementation is now checked on caller sites.
11184
11185 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11186 case.
11187
11188 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11189 special case that has been removed from the default in vc-hooks.el.
11190
111912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11192
11193 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11194
111952000-09-05 Andre Spiegel <spiegel@gnu.org>
11196
11197 * vc-hooks.el: Require vc during compilation.
11198 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11199 macro `with-vc-properties' in vc.el.
11200 (vc-file-getprop): Doc fix.
11201 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11202
11203 * vc.el: Require dired-aux during compilation.
11204 (vc-name-assoc-file): Moved to vc-sccs.el.
11205 (with-vc-properties): New macro.
11206 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11207 vc-finish-steal): Use it.
11208 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11209 to the backend-specific function is now supposed to do the checkout,
11210 too.
11211 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11212
11213 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11214 set file properties; that gets done in the generic code now.
11215
11216 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11217 Changed parameter list, added code from vc.el that does the
11218 checkout, possibly with a double-take.
11219
11220 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11221 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11222 the above under the new name.
11223 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11224 parameter list, added checkout command.
11225 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11226 properties; that gets done in the generic code now.
11227
112282000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11229
11230 * vc.el: Docstring fixes (courtesy of checkdoc).
11231
112322000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11233
11234 * vc.el (vc-checkout-writable-buffer-hook)
11235 (vc-checkout-writable-buffer): Remove.
11236 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11237 (vc-log-mode): Make it into a clean derived major mode.
11238 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11239 vc-log-mode if log-edit is not available.
11240 (vc-dired-mode-map): Don't set-keymap-parent yet.
11241 (vc-dired-mode): Do set-keymap-parent here.
11242 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11243
112442000-09-05 Gerd Moellmann <gerd@gnu.org>
11245
11246 * faces.el (set-face-attribute, face-spec-reset-face)
11247 (face-spec-set): Avoid consing by removing calls to `apply'.
11248
11249 * frame.el (frame-parameter): Move to C code.
11250
112512000-09-05 Dave Love <fx@gnu.org>
11252
11253 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11254 insert-before-markers-and-inherit. Now checked systematically!
11255
112562000-09-05 Alex Schroeder <alex@gnu.org>
11257
11258 * sql.el (sql-postgres): Use sql-postgres-options.
11259 (sql-postgres-options): New variable.
11260
112612000-09-05 Alex Schroeder <alex@gnu.org>
11262
11263 * sql.el (sql-mode-menu): Work around missing variable mark-active
11264 in XEmacs.
11265 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11266 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11267 compatibility.
11268
112692000-09-04 Gerd Moellmann <gerd@gnu.org>
11270
11271 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11272
11273 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11274
11275 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11276
112772000-09-04 Andre Spiegel <spiegel@gnu.org>
11278
11279 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11280 don't support anything else under SCCS yet.
11281
11282 * vc-hooks.el: Minor doc fixes.
11283
112842000-09-04 Andre Spiegel <spiegel@gnu.org>
11285
11286 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11287 not necessary. If verbose in state `needs-patch', do the same as
11288 under `up-to-date'. When NOT verbose and `needs-patch', check out
11289 latest version instead of `merge-news'.
11290 (vc-next-action-dired): Don't mess with default-directory here; it
11291 breaks other parts of dired. It is the job of the
11292 backend-specific functions to adjust it temporarily if they need it.
11293 (vc-next-action): Remove a special CVS case.
11294 (vc-clear-headers): New optional arg FILE.
11295 (vc-checkin, vc-checkout): Set properties vc-state and
11296 vc-checkout-time properly.
11297 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11298 (vc-print-log): Use new backend function `show-log-entry'.
11299 (vc-cancel-version): Do the checks in a different order. Added a
11300 FIXME concerning RCS-only code.
11301
11302 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11303 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11304
11305 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11306
11307 * vc-hooks.el (vc-default-mode-line-string): Show state
11308 `needs-patch' as a `-' too.
11309
113102000-09-04 Andre Spiegel <spiegel@gnu.org>
11311
11312 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11313 (vc-default-could-register): New function.
11314 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11315 (vc-resynch-buffer): Call vc-dired-resynch-file.
11316 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11317 vc-resynch-buffer instead of vc-resynch-window.
11318 (vc-next-action-dired): Don't redisplay here, that gets done as a
11319 result of the individual file operations.
11320 (vc-retrieve-snapshot): Corrected prompt order.
11321
11322 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11323
11324 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11325 as well.
11326 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11327 hostname regexps. Updated all callers.
11328 (vc-cvs-responsible-p): Handle directories as well.
11329 (vc-cvs-could-register): New function.
11330 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11331 properties up-to-date.
11332
11333 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11334 user whether to create one.
11335
113362000-09-04 Andre Spiegel <spiegel@gnu.org>
11337
11338 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11339 check out a non-existing file.
11340
11341 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11342 workfile does not exist.
11343
11344 * vc.el (vc-version-diff): Use `require' to check for existence of
11345 diff-mode.
11346
113472000-09-04 Andre Spiegel <spiegel@gnu.org>
11348
11349 * vc-cvs.el (vc-cvs-registered): Use new function
11350 vc-cvs-parse-entry to do the actual work.
11351
113522000-09-04 Andre Spiegel <spiegel@gnu.org>
11353
11354 * vc-hooks.el (vc-find-backend-function): If function doesn't
11355 exist, return nil instead of error.
11356 (vc-call-backend): Doc fix.
11357
11358 * vc.el (vc-do-command): Doc fix.
11359 (vc-finish-logentry): When checking in from vc-dired, choose the
11360 right backend for logentry check.
11361 (vc-dired-mode-map): Inherit from dired-mode-map.
11362 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11363 simplified.
11364 (vc-dired-state-info): Removed, updated caller.
11365 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11366 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11367 (vc-dired-listing-switches): New variable.
11368 (vc-directory): Use it, instead of dired-listing-switches.
11369
11370 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11371 (vc-cvs-dir-state): New function.
11372 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11373 (vc-cvs-parse-entry): New function, also to be used in
11374 vc-cvs-registered.
11375
113762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11377
11378 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11379 *or* single-window-frames.
11380
113812000-09-04 Andre Spiegel <spiegel@gnu.org>
11382
11383 * vc.el (vc-update-changelog): Split into generic part and default
11384 implementation. Doc string adapted.
11385 (vc-default-update-changelog): New function. Call the `rcs2log'
11386 script in exec-directory, to fix a long-standing nuisance.
11387
11388 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11389 simply signals an error.
11390
113912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11392
11393 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11394 control-flow more clear and to avoid running `cvs' twice.
11395
11396 * vc.el (vc-next-action-on-file): Doc fix.
11397 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11398 (vc-print-log): Eval `file' before constructing the continuation.
11399
114002000-09-04 Andre Spiegel <spiegel@gnu.org>
11401
11402 * vc.el (vc-next-action-on-file): Corrected several messages.
11403 (vc-merge): Add prefix arg `merge-news'; handle it.
11404
11405 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11406 is not reached. It is.
11407 (vc-cvs-merge): Set state to 'edited after merge.
11408 (vc-cvs-merge-news): Set workfile version to nil if not known.
11409 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11410
11411 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11412 via stdout. (Merge from main line.)
11413
114142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11415
11416 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11417 detection.
11418
114192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11420
11421 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11422 against kill-all-local-variables.
11423 (vc-log-edit): Don't save vc-parent-buffer any more.
11424 (vc-last-comment-match): Initialize to an empty string.
11425 (vc-post-command-functions): New hook.
11426 (vc-do-command): Run it.
11427 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11428 (vc-finish-logentry): Only add the comment to the ring if it's
11429 different from the last comment entered.
11430 (vc-new-comment-index): New function.
11431 (vc-previous-comment): Use it. Make the minibuffer message
11432 slightly less terse.
11433 (vc-comment-search-reverse): Make it work forward as well. Don't
11434 set vc-comment-ring-index if no match is found. Use
11435 vc-new-comment-index.
11436 (vc-comment-search-forward): Use vc-comment-search-reverse.
11437 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11438 define-derived-mode will do it for us. Bind `v' to a keymap that
11439 inherits from vc-prefix-map so that we can bind `vt' without
11440 binding C-x v t.
11441 (vc-retrieve-snapshot): Parenthesis typo.
11442
11443 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11444 to 1. Make sure to switch to *vc* before looking for an error
11445 message. Use vc-parse-buffer.
11446
114472000-09-04 Andre Spiegel <spiegel@gnu.org>
11448
11449 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11450 and NAME.
11451 (vc-retrieve-snapshot): Split into two parts.
11452 (vc-default-retrieve-snapshot): New function.
11453
11454 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11455 (vc-cvs-retrieve-snapshot): New function (untested).
11456 (vc-cvs-stay-local): Default to t.
11457 (vc-cvs-remote-p): New function and property.
11458 (vc-cvs-state): Stay local only if the above is t.
11459 (vc-handle-cvs): Removed.
11460 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11461 done via vc-handled-backends now.
11462 (vc-cvs-header): Escape Id.
11463
114642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11465
11466 * vc.el (vc-do-command): Remove unused commands.
11467 (vc-version-diff): Make sure default-directory ends with a slash.
11468 Move the window commands into a vc-exec-after.
11469 (vc-print-log): Move more of the code into the `vc-exec-after'.
11470
114712000-09-04 Andre Spiegel <spiegel@gnu.org>
11472
11473 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11474 (vc-print-log): Search current revision from beginning of buffer.
11475 (vc-revert-buffer): Clear echo area after the diff is finished.
11476 (vc-prefix-map): Removed definition of "t" for terse display in vc
11477 dired.
11478 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11479 definition of "vt" for terse display.
11480 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11481
114822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11483
11484 * vc.el (vc-exec-after): Avoid caddr.
11485
114862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11487
11488 * vc.el (vc-exec-after): New function.
11489 (vc-do-command): Use it to add a termination message for async
11490 procs.
11491 (vc-checkout): Try to handle a missing-backend situation.
11492 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11493 of a directory with a backend using async diffs.
11494 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11495 present.
11496
11497 * vc-sccs.el (vc-sccs-state-heuristic): Use
11498 file-ownership-preserved-p.
11499
11500 * vc-rcs.el (vc-rcs-state-heuristic): Use
11501 file-ownership-preserved-p.
11502 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11503
115042000-09-04 Andre Spiegel <spiegel@gnu.org>
11505
11506 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11507 vc-do-command.
11508
11509 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11510 when there are no changes.
11511
115122000-09-04 Andre Spiegel <spiegel@gnu.org>
11513
11514 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11515
11516 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11517
115182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11519
11520 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11521
11522 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11523 the `fset' outside of the defvar so that it works even if
11524 vc-prefix-map was already defined.
11525 (vc-setup-buffer): New function, split out of vc-do-command.
11526 (vc-do-command): Allow BUFFER to be t to mean `just use the
11527 current buffer without any fuss'.
11528 (vc-version-diff): Change the `diff' backend operation to just put
11529 the diff in the current buffer without erasing it. Always use
11530 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11531 shrink-window-if-larger-than-buffer.
11532 (vc-print-log): Change the `print-log' backend operation to just
11533 put the log in the current buffer without erasing it. Protect
11534 shrink-window-if-larger-than-buffer.
11535 (vc-update-change-log): Fix setd typo.
11536
11537 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11538 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11539
11540 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11541 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11542 CMP.
11543
11544 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11545 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11546 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11547
115482000-09-04 Andre Spiegel <spiegel@gnu.org>
11549
11550 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11551 not possible, use vc-BACKEND-workfile-unchanged-p.
11552 (vc-default-workfile-unchanged-p): New function. Delegates to a
11553 full vc-BACKEND-diff.
11554
11555 * vc-hooks.el (vc-simple-command): Removed.
11556
11557 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11558 instead of vc-simple-command.
11559 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11560 avoid doing a diff when opening a file.
11561 (vc-rcs-state): Added check for unlocked-changes.
11562 (vc-rcs-header): Escape Id.
11563 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11564 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11565 version.
11566
11567 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11568 (vc-sccs-diff): Remove optional arg CMP.
11569 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11570 SCCS-specific function.
11571
11572 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11573 vc-simple-command.
11574
115752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11576
11577 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11578 (with-vc-file, vc-merge): Use vc-editable-p.
11579 (vc-do-command): Remove unused var vc-file and fix the
11580 doubly-defined `status' var. Add a user message when starting an
11581 async command.
11582 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11583 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11584 Use with-current-buffer.
11585 (vc-buffer-sync): Use unless.
11586 (vc-next-action-on-file): If the file is 'edited by read-only,
11587 make it read-write instead of trying to commit.
11588 (vc-version-diff, vc-update-change-log): Use `setq
11589 default-directory' rather than `cd'.
11590 (vc-log-edit): Don't forget to set default-directory in the
11591 buffer.
11592
11593 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11594 (vc-sccs-state-heuristic): Use file-writable-p instead of
11595 comparing userids.
11596 (vc-sccs-checkout): Use `unless'.
11597
11598 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11599 of comparing userids.
11600 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11601 Simplify the logic by eliminating unreachable code.
11602 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11603 just do a recursive call if we need to retry.
11604 (vc-rcs-checkout): Handle the case where rcs is missing by making
11605 the buffer read-write if requested and re-signalling the error.
11606
11607 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11608
116092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11610
11611 * vc-hooks.el (vc-handled-backends): Docstring change.
11612 (vc-ignore-vc-files): Mark obsolete.
11613 (vc-registered): Check vc-ignore-vc-files.
11614 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11615 vc-ignore-vc-files.
11616
11617 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11618
116192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11620
11621 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11622 files since ange-ftp already has vc-registered return nil.
11623
11624 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11625 (vc-sccs-workfile-version): Use with-temp-buffer and new
11626 vc-parse-buffer and don't bother setting the property.
11627 (vc-sccs-add-triple): Use with-current-buffer and
11628 find-file-noselect.
11629 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11630
11631 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11632 derives from the old vc-parse-buffer but uses the revision number
11633 rather than the date (much easier to compare robustly).
11634 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11635 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11636 locking-user more directly. Check strict locking and set
11637 checkout-model appropriately.
11638 (vc-rcs-parse-locks): Remove.
11639 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11640 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11641 (vc-rcs-system-release): Use with-current-buffer and
11642 vc-parse-buffer.
11643 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11644
11645 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11646 (vc-simple-command): Docstring fix.
11647 (vc-registered): Align the way the file-handler is called with the
11648 way the function itself works.
11649 (vc-file-owner): Remove.
11650
11651 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11652 extraction of fields and call to file-attributes because of a
11653 temporary bug in rcp.el.
11654 (vc-cvs-fetch-status): Use with-current-buffer.
11655
116562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11657
11658 * vc.el (vc-do-command): Use file-relative-name.
11659 (vc-responsible-backend): Use vc-backend if possible.
11660 (vc-create-snapshot): Improve the `interactive' spec. Add support
11661 for branches and dispatch to backend-specific `create-snapshot'.
11662 (vc-default-create-snapshot): New function, containing the bulk of
11663 the old vc-create-snapshot.
11664 (vc-retrieve-snapshot): Improve the interactive spec.
11665
11666 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11667 (vc-backend-hook-functions): Remove.
11668 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11669 (vc-backend): Reintroduce the test for `file = nil' now that I
11670 know why it was there (and added a comment to better remember).
11671
11672 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11673 code from vc-sccs-hooks.el.
11674 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11675 'vc anymore.
11676 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11677 and file-directory-p instead of file-exists-p.
11678 (vc-sccs-check-headers): Simplify the regexp.
11679
11680 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11681 from vc-rcs-hooks.el. Don't require 'vc anymore.
11682 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11683 file-directory-p instead of file-exists-p.
11684
11685 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11686 from vc-cvs-hooks.el.
11687 (proto vc-cvs-registered): Require 'vc-cvs instead of
11688 'vc-cvs-hooks. Don't require 'vc anymore.
11689 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11690 file-directory-p instead of file-exists-p.
11691 (vc-cvs-create-snapshot): New function, replacing
11692 vc-cvs-assign-name.
11693 (vc-cvs-assign-name): Remove.
11694
116952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11696
11697 * vc-cvs.el (vc-cvs-header): New var.
11698
11699 * vc-rcs.el (vc-rcs-exists): Remove.
11700 (vc-rcs-header): New var.
11701
11702 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11703 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11704 (vc-sccs-header): New var.
11705
11706 * vc.el (vc-do-command): Get rid of the `last' argument.
11707 (vc-header-alist): Remove, replaced by vc-X-header.
11708 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11709 (vc-dired-hook): Use expand-file-name instead of concat.
11710 (vc-directory): Use file-name-as-directory.
11711 (vc-snapshot-precondition, vc-create-snapshot)
11712 (vc-retrieve-snapshot): Allow the command to operate on any
11713 directory.
11714
11715 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11716 just removing the 'WORKFILE argument or by removing the 'MASTER
11717 argument and replacing `file' with (vc-name file).
11718
117192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11720
11721 * vc.el: Update Copyright and add a crude list of backend funs.
11722 (vc-writable-p): New function.
11723 (with-vc-file): Use vc-writable-p.
11724 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11725 (vc-register): Avoid vc-name.
11726 (vc-locking-user): Remove.
11727 (vc-steal-lock): Make the `owner' arg non-optional.
11728 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11729 vc-checkout-model.
11730 (vc-default-dired-state-info): Use vc-state instead of
11731 vc-locking-user and return special strings for special states.
11732 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11733 and get rid of one of the special CVS cases.
11734 (vc-cancel-version): prettify error message with \\[...].
11735 (vc-rename-master): New function.
11736 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11737 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11738 the CVS special case generic.
11739 (vc-default-record-rename): Remove.
11740 (vc-file-tree-walk-internal): Only call FUNC for files that are
11741 under control of some VC backend and replace `concat' with
11742 expand-file-name.
11743 (vc-file-tree-walk): Update docstring.
11744 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11745 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11746
11747 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11748 vc-sccs-record-rename. Use `find-file-noselect' rather than
11749 `find-file' and call `vc-rename-master' to do the actual move.
11750 (vc-sccs-diff): Remove unused `backend' variable.
11751
11752 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11753 to delay loading of vc-sccs until it is really used.
11754 (vc-sccs-master-templates): Preload.
11755 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11756 (vc-sccs-project-dir): Remove (merged into
11757 vc-sccs-search-project-dir).
11758 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11759 rather than `concat', make sure it is preloaded and don't bother
11760 to check that the file actually exists.
11761 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11762 `locks' argument (use buffer's content instead) and eliminate n^2
11763 behavior.
11764
11765 * vc-rcs.el: Update Copyright.
11766 (vc-rcs-rename-file): New function.
11767 (vc-rcs-diff): Remove unused `backend' variable.
11768
11769 * vc-hooks.el: Update Copyright.
11770 (vc-backend): Don't accept a nil argument any more.
11771 (vc-up-to-date-p): Turn into a defsubst.
11772 (vc-possible-master): New function.
11773 (vc-check-master-templates): Use `vc-possible-master' and allow
11774 funs in vc-X-master-templates to return a non-existent file.
11775
11776 * vc-cvs.el: Update Copyright.
11777 (vc-cvs-diff): Remove unused `backend' variable.
11778 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11779
11780 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11781
117822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11783
11784 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11785 since it can be called from vc-rcs.el.
11786 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11787
117882000-09-04 Andre Spiegel <spiegel@gnu.org>
11789
11790 * vc.el (vc-version-diff): Expand file name read from the
11791 minibuffer. Handle the case when a previous version number can't
11792 be guessed. Give suitable messages when there were no differences
11793 found.
11794 (vc-clear-headers): Call backend-specific implementation, if one
11795 exists.
11796 (vc-cancel-version): Made error checks generic. When done, clear
11797 headers generically, too.
11798
11799 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11800 from vc-clear-headers in vc.el.
11801
11802 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11803 correctly.
11804 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11805 optional. Handle the case when it's not there.
11806
118072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11808
11809 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11810
118112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11812
11813 * vc-hooks.el (vc-loadup): Remove.
11814 (vc-find-backend-function): Use `require'. Also, handle the case
11815 where vc-BACKEND-hooks.el doesn't exist.
11816 (vc-call-backend): Cleanup.
11817
118182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11819
11820 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11821 vc-rcs-grab-templates)
11822 (vc-rcs-registered): Remove. The default function works as well.
11823 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11824 vc-sccs-grab-templates)
11825 (vc-sccs-registered): Remove. The default function works as well.
11826
11827 * vc.el (vc-version-diff): Left out a vc- in call to
11828 vc-call-backend.
11829 (vc-default-dired-state-info, vc-default-record-rename)
11830 (vc-default-merge-news): Update for the new backend argument.
11831
11832 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11833 using the default function.
11834 (vc-call-backend): If calling the default function, pass it the
11835 backend as first argument. Update the docstring accordingly.
11836 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11837 for the new backend argument.
11838 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11839 (vc-find-backend-function): Use the new name.
11840 (vc-default-registered): New function.
11841
118422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11843
11844 * vc.el (vc-merge): Use vc-find-backend-function.
11845
11846 * vc-hooks.el (vc-backend-functions): Remove.
11847 (vc-loadup): Don't setup 'vc-functions.
11848 (vc-find-backend-function): New function.
11849 (vc-call-backend): Use above fun and populate 'vc-functions
11850 lazily.
11851 (vc-backend-defines): Remove.
11852
118532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11854
11855 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11856 Call vc-call-backend without the leading vc-.
11857 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11858 (vc-check-headers): Call vc-call-backend without the leading vc-.
11859 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11860 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11861 Call vc-call-backend without the leading vc-.
11862
11863 * vc-cvs.el (tail): Provide vc-cvs.
11864 * vc-sccs.el (tail): Provide vc-sccs.
11865 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11866
11867 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11868 (vc-make-backend-function, vc-call): Pass names without leading
11869 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11870 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11871 (vc-call-backend): Always try to load vc-X-hooks.
11872 (vc-registered): Remove vc- in call to vc-call-backend.
11873
118742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11875
11876 * vc.el (vc-process-filter): New function.
11877 (vc-do-command): Setup `vc-process-filter' for the async process.
11878 (vc-maybe-resolve-conflicts): New function to reduce
11879 code-duplication. Additionally, it puts the buffer in
11880 `smerge-mode' if applicable.
11881 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11882 calling `merge-news'.
11883 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11884 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11885 interfacing to log-edit.el.
11886 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11887 log-edit is available.
11888 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11889
118902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11891
11892 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11893 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11894 defvar and the initialization.
11895 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11896
11897 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11898 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11899
11900 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11901
119022000-09-04 Andre Spiegel <spiegel@gnu.org>
11903
11904 * vc.el (vc-file-clear-masterprops): Removed.
11905 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11906 (vc-version-diff): Use buffer-size without argument.
11907 (vc-register): Heed vc-initial-comment.
11908
11909 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11910 default branch.
11911
11912 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11913 file name and workfile version.
11914 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11915
11916 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11917 vc-file-clear-masterprops.
11918
11919 * vc-sccs.el (vc-sccs-checkout): Removed call to
11920 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11921 rather than user login name.
11922
11923
119242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11925
11926 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11927 `want-differences-if-changed' and simplify.
11928 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11929 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11930 output (which is invalid for async vc-diff) to decide whether to
11931 do the revert silently or not.
11932
119332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11934
11935 * vc-hooks.el (vc-loadup): Load files quietly.
11936 (vc-call-backend): Oops, brain fart.
11937
119382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11939
11940 * vc-cvs.el (vc-cvs-state): Typo.
11941 (vc-cvs-merge-news): Return the status code rather than the error msg.
11942
119432000-09-04 Andre Spiegel <spiegel@gnu.org>
11944
11945 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11946 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11947 vc-state or vc-up-to-date-p.
11948 (vc-merge): Use vc-backend-defines to check whether merging is
11949 possible. Set state to 'edited after successful merge.
11950
11951 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11952 return that name. Redocumented.
11953
119542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11955
11956 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11957 new `vc-state' semantics.
11958 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11959 'vc-locking-user to the current user.
11960 (vc-merge): Inline vc-backend-merge. Comment out code that I
11961 don't understand and hence can't adapt to the new `vc-state' and
11962 `vc-locking-user' semantics.
11963 (vc-backend-merge): Remove.
11964
11965 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11966 rather than 'vc-locking-user.
11967
11968 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11969
11970 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11971 (vc-state): Don't use 'reserved any more. Just use the same
11972 convention as the one used for vc-<backend>-state where the
11973 locking user (as a string) is returned.
11974 (vc-locking-user): Update, based on the above convention. The
11975 'vc-locking-user property has disappeared.
11976 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11977
11978 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11979 with a heuristic one.
11980 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11981 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11982 error. That allows us to get to 'needs-merge even in the
11983 stay-local case. There's still no way to detect 'needs-patch in
11984 such a setup (or to force an update for that matter).
11985 (vc-cvs-logentry-check): Remove, the default works as well.
11986
119872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11988
11989 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11990
11991 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11992 major-mode in which the buffer might have been put earlier. Use
11993 `remove' and `when'. Allow `okstatus' to be `async' and use
11994 `start-process' in this case.
11995 (vc-version-diff): Handle the case where the diff looks empty
11996 because of the use of an async process.
11997
119982000-09-04 Andre Spiegel <spiegel@gnu.org>
11999
12000 * vc.el (vc-next-action-on-file): Removed optional parameter
12001 `simple'. Recompute state unconditionally.
12002 (vc-default-toggle-read-only): Removed.
12003
12004 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12005 (vc-toggle-read-only): Undid prev change.
12006
12007 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12008 vc-cvs-simple-toggle. Redocumented.
12009 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12010 (vc-cvs-toggle-read-only): Removed.
12011
120122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12013
12014 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12015 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12016 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12017 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12018 still is. So maybe it should be removed.
12019 (vc-head-version, vc-find-binary): Remove.
12020 (vc-recompute-state): Move from vc-hooks.el.
12021 (vc-next-action-on-file): Add a `simple' argument to allow
12022 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12023 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12024 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12025 (vc-dired-mode-map): Properly defvar it.
12026 (vc-print-log): Call log-view-mode if available.
12027 (small-temporary-file-directory): defvar instead of use boundp.
12028 (vc-merge-news): Moved to vc-cvs.el.
12029 (vc-default-merge-news): New function.
12030
12031 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12032 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12033 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12034 unknown `vc-latest-version' function. It should probably refer to
12035 vc-workfile-version or somesuch, but it's very unclear to me and I
12036 don't have SCCS to test things.
12037
12038 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12039 (vc-sccs-state-heuristic): Fix typo.
12040 (vc-sccs-workfile-unchanged-p): Add missing argument.
12041
12042 * vc-rcs.el: Require vc and vc-rcs-hooks.
12043 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12044 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12045 (vc-release-greater-or-equal-p): Move from vc.
12046 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12047 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12048 (vc-rcs-checkout): Add a missing `new-version' argument in the
12049 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12050
12051 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12052 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12053 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12054 than the apparently unbound `workfile-version'.
12055
12056 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12057 (vc-file-prop-obarray): Use `make-vector'.
12058 (vc-backend-functions): Add new hookable functions
12059 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12060 (vc-loadup): If neither backend nor default functions exist, use
12061 the backend function rather than nil.
12062 (vc-call-backend): If the function if not bound yet, try to load
12063 the non-hook file to see if it provides it.
12064 (vc-call): New macro plus use it wherever possible.
12065 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12066 nor `vc-find-binary' since it's only called from
12067 vc-mistrust-permission which is only used once the backend is known.
12068 (vc-checkout-model): Fix parenthesis.
12069 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12070
12071 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12072 (vc-cvs-release, vc-cvs-system-release): Remove.
12073 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12074 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12075 status symbols.
12076 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12077 (vc-cvs-toggle-read-only): First cut at a function to allow a
12078 cvs-status-free vc-toggle-read-only.
12079 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12080 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12081 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12082 (vc-cvs-checkout): Modify access rights directly if the user
12083 requested not to use `cvs edit'. And refresh the mode line.
12084
12085 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12086 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12087
120882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12089
12090 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12091 workfile' that got lost when the code was extracted from vc.el.
12092 And merged the tail with the rest of the code (not possible in the
12093 old vc.el where the tail was shared among all backends). And
12094 explicitly set the state to 'edited if `writable' is set.
12095
12096 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12097 (vc-cvs-state): Be careful to return the value from
12098 vc-cvs-parse-state.
12099 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12100 property but return it instead. Also be careful to handle a nil
12101 or "" `rev' when workfile is non-nil (it was handled properly when
12102 workfile was nil).
12103
12104 * vc.el: Removed those pesky unnecessary `(function' quotes.
12105 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12106 directly in the defvar.
12107 (vc-do-command): Bind inhibit-read-only so as to properly handle
12108 the case where the destination buffer has been made read-only.
12109 (vc-diff): Delegate to vc-version-diff in all cases.
12110 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12111 (vc-annotate-mode-variables): Removed (code moved partly to
12112 defvars and partly to vc-annotate-add-menu).
12113 (vc-annotate-mode): Turned into a derived-mode.
12114 (vc-annotate-add-menu): Moved in code in
12115 vc-annotate-mode-variables.
12116 (vc-update-change-log): Use make-temp-file if available.
12117
121182000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12119
12120 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12121 `vc-checkout-model' updated to `vc-cvs-update-model'.
12122
121232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12124
12125 * vc.el (vc-next-action-on-file): Added handling of state
12126 `unlocked-changes'.
12127 (vc-checkout-carefully): Is now practically obsolete, unless the
12128 above is too slow to be enabled unconditionally.
12129 (vc-update-change-log): Fixed typo.
12130
12131 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12132
12133 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12134 Now handles state `unlocked-changes'.
12135 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12136
12137 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12138
12139 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12140 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12141 `unlocked-changes'.
12142 (vc-rcs-workfile-unchanged-p): Renamed from
12143 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12144 function yet, but supposed to become one soon.
12145
12146 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12147 `vc-steal-lock'.
12148 (vc-call-backend): Changed error message.
12149 (vc-state): Added description of state `unlocked-changes'.
12150
121512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12152
12153 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12154 always return t in CVS-controlled directories.
12155
12156 * vc.el (vc-responsible-backend): New function.
12157 (vc-register): Largely rewritten.
12158 (vc-admin): Removed (implementation moved into vc-register).
12159 (vc-checkin): Redocumented.
12160 (vc-finish-logentry): If no backend defined yet (because we are in
12161 the process of registering), use the responsible backend.
12162
12163 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12164 Updated function lists.
12165 (vc-call-backend): Fixed typo.
12166
12167 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12168 New functions.
12169 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12170 Removed query option. Redocumented.
12171
121722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12173
12174 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12175
12176 * vc.el: Updated callers of `vc-checkout-required' to use
12177 `vc-checkout-model'.
12178
121792000-09-04 Martin Lorentzson <martinl@gnu.org>
12180
12181 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12182 stuff updated to reference this function instead of the old
12183 `vc-backend-release-p'.
12184
121852000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12186
12187 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12188 vc-checkout-model. Return appropriate values. Updated callers.
12189
121902000-09-04 Martin Lorentzson <martinl@gnu.org>
12191
12192 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12193 (vc-backend-revert): Function moved into `vc-revert';
12194 `vc-next-action' must be updated to accomodate this change.
12195 (vc-backend-steal): Function moved into `vc-finish-steal'.
12196 (vc-backend-logentry-check): Function moved into
12197 `vc-finish-logentry'.
12198 (vc-backend-printlog): Function moved into `vc-print-log'.
12199 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12200 (vc-backend-assign-name): Function moved into
12201 `vc-create-snapshot'.
12202
122032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12204
12205 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12206 Rename to vc-checkout-model. Return appropriate values.
12207 Update callers.
12208
12209 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12210 to vc-checkout-model.
12211 (vc-checkout-required): Rename to vc-checkout-model.
12212 Re-implement and re-comment.
12213 (vc-after-save): Use vc-checkout-model.
12214
122152000-09-04 Martin Lorentzson <martinl@gnu.org>
12216
12217 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12218 Update to use the vc-BACKEND-diff functions instead.
12219 `vc-diff' is now working.
12220
12221 * vc-rcs.el (vc-rcs-logentry-check): New function.
12222
12223 * vc-cvs.el (vc-cvs-logentry-check): New function.
12224
12225 * vc-sccs.el (vc-sccs-diff): Function changed name from
12226 `vc-backend-diff'. This makes `vc-diff' work.
12227
12228 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12229 of functions possibly implemented in a vc-BACKEND library.
12230 (vc-checkout-required): Fix bug that caused an error to be
12231 signaled during `vc-after-save'.
12232
12233 * vc.el: Fix typo.
12234 This checkin is made with our new VC code base for the very first time.
12235 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12236
12237 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12238 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12239
12240 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12241 updated to `vc-uses-locking'.
12242 (vc-checkout-required): Call to backend function.
12243 `vc-checkout-required' updated to `vc-uses-locking' instead.
12244
12245 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12246 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12247
12248 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12249 to match the split into various backends.
12250 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12251 (vc-retrieve-snapshot): Bug fix.
12252
122532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12254
12255 * vc-sccs.el (vc-sccs-release): Doc fix.
12256
122572000-09-04 Martin Lorentzson <martinl@gnu.org>
12258
12259 * vc.el (vc-next-action-on-file): Bug found and fixed.
12260 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12261 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12262
12263 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12264 (vc-rcs-checkout): Name space cleaned up. No more revision number
12265 crunching function names that are not prefixed with vc-rcs.
12266 (vc-rcs-checkout-model): Function added. References to
12267 `vc-checkout-model' replaced.
12268
122692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12270
12271 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12272 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12273 still need to be split, and implemented for RCS).
12274
122752000-09-04 Martin Lorentzson <martinl@gnu.org>
12276
12277 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12278
12279 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12280 required by the vc.el file.
12281
12282 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12283 required by the vc.el file.
12284 (vc-rcs-exists): Function added.
12285
12286 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12287 required by the vc.el file.
12288
12289 * vc.el (vc-admin): Updated to handle selection of appropriate
12290 backend. Current implementation is crufty and need re-thinking.
12291
12292 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12293
122942000-09-04 Martin Lorentzson <martinl@gnu.org>
12295
12296 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12297 beginning of annotate buffers correctly.
12298
12299 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12300 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12301 functionality updated quite a lot to support multiple backends.
12302 Variables `vc-annotate-mode', `vc-annotate-buffers',
12303 `vc-annotate-backend' added.
12304
12305 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12306 `vc-annotate-difference' added to supported backend functions.
12307
123082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12309
12310 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12311 Use with-temp-file instead of /bin/sh. Merged from mainline
12312
123132000-09-04 Martin Lorentzson <martinl@gnu.org>
12314
12315 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12316
12317 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12318
12319 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12320
123212000-09-04 Martin Lorentzson <martinl@gnu.org>
12322
12323 * vc-hooks.el: vc-state-heuristic added to
12324 vc-backend-hook-functions.
12325
12326 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12327
12328 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12329
12330 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12331 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12332 state to `reserved'.
12333
12334 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12335 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12336
123372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12338
12339 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12340 untouched.
12341
12342 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12343
12344 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12345 if defined. (Merged from main line, slightly adapted.)
12346
12347 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12348 millenium problem (merged from mainline).
12349
123502000-09-04 Martin Lorentzson <martinl@gnu.org>
12351
12352 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12353 part and moved the non-BACKEND stuff to vc.el.
12354
12355 * vc.el: Split the annotate feature into a BACKEND specific part
12356 and moved it from the vc-cvs.el file to this one.
12357
123582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12359
12360 * vc-hooks.el: Implement new state model.
12361 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12362 (vc-locking-user): Simplify. Now only needed if the file is
12363 locked by somebody else.
12364 (vc-lock-from-permissions): Remove. Functionality is in
12365 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12366 (vc-mode-line-string): New name for former vc-status. Adapted.
12367 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12368
12369 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12370 Various simplifications and adaptations all over the place.
12371
12372 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12373 Simplify and adapt the rest.
12374
12375 * vc.el (vc-resynch-window): Add TODO comment: check for
12376 interaction with view mode according to recent RCS change.
12377 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12378
123792000-09-04 Martin Lorentzson <martinl@gnu.org>
12380
12381 * vc.el: Convert the remaining function comments to docstrings.
12382
123832000-09-04 Martin Lorentzson <martinl@gnu.org>
12384
12385 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12386 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12387 (vc-minor-part, vc-previous-version): Functions that operate and
12388 compare revision numbers got proper documentation. Comments added
12389 about their possible removal.
12390
123912000-09-04 Martin Lorentzson <martinl@gnu.org>
12392
12393 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12394 the vc-backend.el files.
12395
12396 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12397
12398 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12399 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12400 (vc-rcs-previous-version): Functions added.
12401
12402 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12403
12404 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12405
124062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12407
12408 * vc-hooks.el (vc-master-templates): Is really obsolete.
12409 Comment out the definition for now. What is the right procedure
12410 to get rid of it?
12411 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12412 rewritten.
12413 (vc-default-registered): Remove.
12414 (vc-check-master-templates): New function; does mostly what the
12415 above did before.
12416 (vc-locking-user): Don't rely on the backend to set the property.
12417
12418 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12419 Rewrite documentation.
12420 (vc-rcs-templates-grabbed): New variable.
12421 (vc-rcs-grab-templates): New function.
12422 (vc-rcs-registered): Rewrite to use above mechanism.
12423
12424 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12425 Rewrite documentation.
12426 (vc-sccs-templates-grabbed): New variable.
12427 (vc-sccs-grab-templates): New function.
12428 (vc-sccs-registered): Rewrite to use above mechanism.
12429 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12430 Don't throw the result, simply return it.
12431
12432 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12433 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12434 (vc-cvs-registered): Does the check itself now. Simplify.
12435
12436 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12437 from main line.
12438
124392000-09-04 Martin Lorentzson <martinl@gnu.org>
12440
12441 * vc-cvs.el (vc-cvs-diff): New function.
12442
12443 * vc-sccs.el (vc-sccs-diff): New function.
12444
12445 * vc-rcs.el (vc-rcs-diff): New function.
12446 (vc-rcs-checkout): Bug (typo) found and fixed.
12447 (vc-rcs-register-switches): New variable.
12448
12449 * vc.el (vc-backend-diff): Function removed and placed in the
12450 backend files.
12451
124522000-09-04 Martin Lorentzson <martinl@gnu.org>
12453
12454 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12455
12456 * vc.el (vc-backend-checkout): Function removed and replaced in
12457 the vc-backend.el files.
12458
12459 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12460
12461 * vc.el (vc-backend-admin): Removed and replaced in the
12462 vc-backend.el files.
12463
12464 * vc.el (Martin): Removed all the annotate functionality since it
12465 is CVS backend specific.
12466
124672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12468
12469 * spec.txt: Added specification of vc-state.
12470
12471 * vc-sccs-hooks.el (vc-sccs-master-properties):
12472 Remove handling of vc-latest-version and
12473 vc-your-latest-version. What used to be vc-latest-version, is now
12474 returned as vc-workfile-version.
12475 (vc-sccs-workfile-version): Adapt.
12476
124772000-09-04 Dave Love <fx@gnu.org>
12478
12479 * vc.el: [Merged from mainline.]
12480 (vc-dired-mode): Make the dired-move-to-filename-regexp
12481 regexp match the date, to avoid treating date as file size.
12482 Add YYYY S option to WESTERN/
12483
124842000-09-04 Dave Love <fx@gnu.org>
12485
12486 * vc.el: Require `compile' when compiling.
12487 (vc-logentry-check-hook): New option.
12488 (vc-steal-lock): Use compose-mail.
12489 (vc-dired-mode-map): Defvar when compiling.
12490 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12491 vc-sccs.el and renamed. Callers changed.
12492 (vc-backend-checkout, vc-backend-logentry-check)
12493 (vc-backend-merge-news): Doc fix.
12494 (vc-default-logentry-check): New function.
12495 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12496 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12497 (vc-backend-merge): Doc fix. Use backend functions.
12498 (vc-check-headers): Use backend functions.
12499
12500 * vc-cvs.el: Require vc when compiling.
12501 (vc-cvs-register-switches): Doc fix.
12502 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12503 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12504 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12505 New functions (code from vc.el).
12506 (vc-annotate-display-default): Fix interactive spec.
12507 (vc-annotate-time-span): Doc fix.
12508
12509 * vc-rcs.el: Require vc when compiling.
12510 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12511 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12512 (vc-rcs-checkin): New functions (code from vc.el).
12513 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12514 Doc fix.
12515 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12516
12517 * vc-sccs.el: Require vc when compiling.
12518 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12519 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12520 (vc-sccs-revert)
12521 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12522 from vc.el).
12523 (vc-sccs-add-triple, vc-sccs-record-rename)
12524 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12525 (vc-sccs-admin): Doc fix.
12526
125272000-09-04 Martin Lorentzson <martinl@gnu.org>
12528
12529 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12530 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12531 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12532 from vc.el.
12533
12534 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12535
12536 * vc-cvs.el: Moved the annotate functionality from vc.el.
12537 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12538
125392000-09-04 Dave Love <fx@gnu.org>
12540
12541 * vc.el (vc-backend-release): Call vc-system-release.
12542
12543 * vc-sccs.el (vc-sccs-system-release):
12544 Renamed from vc-sccs-backend-release.
12545
12546 * vc-rcs.el (vc-rcs-system-release):
12547 Renamed from vc-rcs-backend-release.
12548
12549 * vc-cvs.el (vc-cvs-system-release):
12550 Renamed from vc-cvs-backend-release.
12551
125522000-09-04 Dave Love <fx@gnu.org>
12553
12554 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12555 backend files.
12556 (vc-backend-release): Dispatch to backend functions.
12557 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12558 probably needs attention.]
12559
12560 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12561 (vc-sccs-backend-release): New function.
12562
12563 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12564 (vc-cvs-backend-release): New function.
12565
12566 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12567 Doc fix.
12568 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12569 (vc-default-dired-state-info): New function.
12570 (vc-dired-state-info): Dispatch to backends.
12571 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12572
12573 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12574 from vc.el and renamed.
12575
125762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12577
12578 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12579 (vc-version-other-window, vc-backend-assign-name): Removed
12580 references to vc-latest-version; sometimes changed into
12581 vc-workfile-version.
12582
12583 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12584 vc-rcs-master-workfile-version.
12585 (vc-rcs-workfile-version): Use the above. Don't call
12586 vc-latest-version (that was unreachable code, anyway).
12587 (vc-rcs-fetch-master-properties): Doc fix.
12588
12589 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12590 (vc-backend-hook-functions): Removed them from this list, too.
12591 (vc-fetch-properties): Removed.
12592 (vc-workfile-version): Doc fix.
12593
12594 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12595 (vc-rcs-workfile-version, vc-rcs-locking-user)
12596 (vc-rcs-uses-locking): Use it.
12597
12598 * vc-hooks.el (vc-consult-rcs-headers):
12599 Moved into vc-rcs-hooks.el, under the name
12600 vc-rcs-consult-headers.
12601
12602 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12603 headers.
12604 (vc-cvs-find-master): Use this name only; correct different
12605 versions of the name.
12606
12607 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12608 New functions.
12609 (vc-sccs-locking-user): Use the latter.
12610
12611 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12612 New functions.
12613
12614 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12615 Moved into both
12616 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12617 functions are implementation details of those two backends.
12618
126192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12620
12621 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12622 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12623
12624 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12625 (vc-sccs-parse-locks): SCCS-specific code moved here from
12626 vc-hooks.
12627
12628 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12629 code moved here from vc-hooks.
12630
12631 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12632 into back-end specific parts and removed. Callers not updated
12633 yet; because I guess these callers will disappear into back-end
12634 specific files anyway.
12635
126362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12637
12638 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12639 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12640 `vc-uses-locking'.
12641
12642 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12643 Store yes/no in the property, and return t/nil. Updated all
12644 callers.
12645
12646 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12647 vc-sccs-uses-locking. Don't set property.
12648 (vc-sccs-locking-user): Don't set property.
12649
12650 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12651 vc-cvs-uses-locking. Don't set property here; leave that to
12652 vc-hooks.
12653 (vc-cvs-locking-user): Reflect above change. Streamlined.
12654
12655 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12656 vc-rcs-uses-locking.
12657 (vc-rcs-locking-user): Reflect above change.
12658
126592000-09-04 Dave Love <fx@gnu.org>
12660
12661 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12662
12663 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12664
12665 * vc-hooks.el (vc-checkout-model): Punt to backends.
12666
12667 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12668
12669 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12670
12671 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12672 New functions.
12673
12674 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12675 New functions.
12676
12677 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12678 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12679
12680 * vc-hooks.el (vc-default-locking-user): New function.
12681 (vc-locking-user, vc-workfile-version): Punt to backends.
12682
126832000-09-04 Dave Love <fx@gnu.org>
12684
12685 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12686 (vc-master-workfile-version): Moved from vc-hooks.
12687
12688 * vc-rcs-hooks.el: Fix duplicate code in last change.
12689
12690 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12691 (vc-rcs-master-templates): Improve :type.
12692 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12693 vc-master-workfile-version): Moved from vc-hooks.
12694
12695 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12696 (vc-sccs-master-templates): Improve :type.
12697 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12698
12699 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12700
12701 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12702 (vc-cvs-master-templates): Improve :type. Use
12703 vc-cvs-find-cvs-master.
12704 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12705 from vc-hooks.
12706 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12707
12708 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12709 Moved to vc-cvs-hooks.
12710
12711 * vc-hooks.el: Add doc strings in various places. Simplify the
12712 minor mode setup.
12713 (vc-handled-backends): New user variable.
12714 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12715 simplification.
12716
127172000-09-04 Dave Love <fx@gnu.org>
12718
12719 * vc.el: Some doc fixes for autoloaded and interactive functions.
12720 Fix compilation warnings from ediff stuff.
12721 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12722
12723 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12724
12725 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12726
12727 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12728
127292000-09-04 Dave Love <fx@gnu.org>
12730
12731 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12732 New variable.
12733 (vc-make-backend-function, vc-loadup, vc-call-backend)
12734 (vc-backend-defines): New functions.
12735
12736 * vc-hooks.el: Various doc fixes.
12737 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12738 (vc-match-substring): Function removed. Callers changed to use
12739 match-string.
12740 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12741 Simplify.
12742
127432000-09-04 Dave Love <fx@gnu.org>
12744
12745 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12746 type.
12747 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12748 (vc-sccs-registered): Doc fix.
12749
12750 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12751 (vc-cvs-registered): Doc fix.
12752
12753 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12754 (vc-rcs-registered): Doc fix.
12755
127562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12757
12758 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12759
12760 * vc-hooks.el: vc-registered has been renamed
12761 vc-default-registered. Some functions have been moved to the
12762 backend specific files. they all support the
12763 vc-BACKEND-registered functions.
12764
127652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12766
12767 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12768
12769 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12770
127712000-09-04 Dave Love <fx@gnu.org>
12772
12773 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12774 menu-bar-update-hook.
12775
12776 * help.el (help-manyarg-func-alist): Add
12777 find-operation-coding-system.
12778
12779 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12780
12781 * custom.el (custom-set-variables): Print message about errors in
12782 setting.
12783
127842000-09-03 Andrew Innes <andrewi@gnu.org>
12785
12786 * makefile.w32-in: Change to DOS line endings.
12787
127882000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12791 minor-mode keymaps, if they don't have one.
12792
127932000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12794
12795 * eshell/esh-module.el (eval-when-compile): Don't lose if
12796 esh-module.el's file name is truncated to DOS 8+3 limits.
12797
127982000-09-01 John Wiegley <johnw@gnu.org>
12799
12800 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12801 predicate, which caused entries in the completion list to be
12802 doubled.
12803
128042000-08-30 John Wiegley <johnw@gnu.org>
12805
12806 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12807 sending to subprocesses. Also, hook pre-command-hook if
12808 `eshell-send-direct-to-subprocesses' is non-nil.
12809 (eshell-send-direct-to-subprocesses): New config variable. If t,
12810 subprocess input is send immediately.
12811 (eshell-toggle-direct-send): New function.
12812 (eshell-self-insert-command): New function.
12813 (eshell-intercept-commands): New function.
12814 (eshell-send-input): If direct subprocess sending is enabled,
12815 don't echo any input to the Eshell buffer. Let the subprocess
12816 handle that. This requires "stty echo" in bash, for example.
12817
128182000-08-28 John Wiegley <johnw@gnu.org>
12819
12820 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12821 completion function for Eshell's implementation of `unset'.
12822
128232000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12824
12825 * info.el (Info-directory-list): Doc fix.
12826
128272000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12828
12829 * filecache.el (file-cache-add-directory-using-find): Don't quote
12830 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12831
128322000-08-31 Kenichi Handa <handa@etl.go.jp>
12833
12834 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12835 coding systems.
12836
128372000-08-30 Andrew Innes <andrewi@gnu.org>
12838
12839 * timer.el (run-with-idle-timer): Undo last change, so that timer
12840 is not activated immediately if Emacs is already idle. Some
12841 existing code relies on this behaviour.
12842
128432000-08-30 Miles Bader <miles@gnu.org>
12844
12845 * frame.el (set-frame-font): Do completion of font-name for
12846 interactive use.
12847
128482000-08-30 Kenichi Handa <handa@etl.go.jp>
12849
12850 * international/quail.el (quail-start-translation): Bind locally
12851 last-command-event, last-command, and this-command.
12852 (quail-start-conversion): Likewise.
12853 (quail-self-insert-command): Fix docstring.
12854
128552000-08-29 Gerd Moellmann <gerd@gnu.org>
12856
12857 * progmodes/executable.el
12858 (executable-make-buffer-file-executable-if-script-p): Check that
12859 buffer contains at least 2 characters.
12860
128612000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12862
12863 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12864
128652000-08-29 Dave Love <fx@gnu.org>
12866
12867 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12868 (diff-mode-shared-map): Bind mouse-2.
12869 (diff-imenu-generic-expression): New variable.
12870 (diff-mode): Use it.
12871
12872 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12873 (mouse-popup-menubar): Add minor mode menus.
12874 (popup-menu): Check for lookup-key returning number.
12875
128762000-08-29 Miles Bader <miles@gnu.org>
12877
12878 * comint.el (comint-send-input): Create overlays using the proper
12879 front/read-advance arguments.
12880
128812000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12882
12883 * ps-print.el: Even/odd pages printing. Doc fix.
12884 (ps-print-version): New version number (6.0).
12885 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12886 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12887 (ps-print-duplex-feature): Variable eliminated.
12888 (ps-even-or-odd-pages): New variable.
12889
12890 * progmodes/ebnf2ps.el: Doc fix.
12891 (ebnf-version): New version (3.3).
12892 (ebnf-user-arrow): Change variable customization to sexp.
12893 (ebnf-user-arrow): Function eliminated.
12894 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12895
128962000-08-29 Kenichi Handa <handa@etl.go.jp>
12897
12898 * help.el (help-xref-mule-regexp): New variable.
12899 (help-make-xrefs): Handle help-xref-mule-regexp.
12900
12901 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12902 variable.
12903 (describe-input-method): Temporarily activate the specfied input
12904 method to display the information.
12905 (describe-language-environment): Hyperlinks to mule related items.
12906
12907 * international/mule-diag.el (charset-multibyte-form-string): New
12908 function.
12909 (list-character-sets-1): Use charset-multibyte-form-string.
12910 (describe-character-set): New function.
12911 (describe-coding-system): Hyperlinks to safe character sets.
12912
12913 * international/quail.el (quail-help): New arg PACKAGE.
12914 Hyperlinks to mule related items.
12915 (quail-help-insert-keymap-description): Use
12916 substitute-command-keys instead of describe-bindings.
12917 (quail-translation-help): Hyperlinks to mule related items.
12918
129192000-08-28 John Wiegley <johnw@gnu.org>
12920
12921 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12922 have a defsubst call itself. Made `eshell-flatten-list' back into
12923 a function again.
12924
12925 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12926 catch, in case re-centering point at bottom messes up the display.
12927 This happens frequently in Emacs 21, due I believe to variable
12928 line heights.
12929
12930 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12931 to call `find-tag-interactive'.
12932
12933 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12934 the list of remember directories.
12935
129362000-08-28 John Wiegley <johnw@gnu.org>
12937
12938 * align.el: Test align-region-separate to see if it's a symbol.
12939
129402000-08-28 John Wiegley <johnw@gnu.org>
12941
12942 * eshell/esh-util.el (eshell-flatten-list): Made this function
12943 into a defsubst form. It gets used very frequently, although
12944 calls don't occur all that often.
12945
12946 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12947 examining it.
12948
12949 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12950 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12951 `eshell-protect'.
12952 (eshell-copy-handles): Created a new macro for duplicating the
12953 current set of open handles. This is needed by the looping
12954 functions.
12955 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12956 is not incorrectly stomped on.
12957
12958 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12959 declaration for pcomplete-use-paring.
12960 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12961 value of eshell-cmpl-use-paring.
12962 * pcomplete.el (pcomplete-use-paring): New config variable, to
12963 indicate whether paring should be used.
12964 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12965 completion alternatives that have already been used.
12966
12967 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12968 bound to C-c C-y, which will repeat the previous N arguments
12969 (based on prefix argument).
12970 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12971
12972 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12973 if there is no *Help* buffer. This is for XEmacs, which renames
12974 its help buffers uniquely. TODO: Find out what the current buffer
12975 name to delete is.
12976
12977 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12978 first entry that correlates to a passwd/group number. Later
12979 entries (used for group/user name aliasing to multiple IDs) are
12980 ignored.
12981
12982 * eshell/em-xtra.el (eshell/expr):
12983 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12984 (eshell-grep, eshell/diff, eshell/locate):
12985 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12986 argument list, before passing it to the system command.
12987
12988 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12989 `find-tag' for use at final position in Eshell buffers (which
12990 otherwise triggers an error on Emacs 21).
12991 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12992 buffer, if it is currently bound to `find-tag'.
12993
12994 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12995 in the list of matched Makefile names.
12996 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12997 directory, prefer its contents to Makefile.
12998
12999 * eshell/em-dirs.el (eshell/cd): cd commands that look up
13000 directory parts (like "cd old new", or "cd =regexp"), are now case
13001 sensitive on non-Windows/DOS platforms.
13002
13003 * eshell/esh-mode.el (eshell-parse-command-input): When a user
13004 types RET after an open delimiter (like "), display a message
13005 indicating that Eshell is waiting for the closing delimiter.
13006
13007 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13008 environment variables.
13009
13010 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13011 gracefully if the user enters incorrect arguments.
13012
13013 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13014 Eshell buffers.
13015
13016 * eshell/esh-var.el (eshell-interpolate-variable):
13017 * eshell/esh-mode.el (eshell-move-argument):
13018 * eshell/em-unix.el (eshell-du-sum-directory):
13019 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13020 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13021 (not (= ...)).
13022
13023 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13024 to ensure the `preserve' flag gets propagated when doing recursive
13025 directory copies.
13026
130272000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13028
13029 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13030 Don't convert \n into \0177 in memory.
13031 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13032 and back again, when reading and writing.
13033
130342000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13035
13036 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13037 testing of `fboundp' on `processp'.
13038
13039 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13040 (eshell/jobs): Don't call process-list if it is not bound.
13041 (eshell-gather-process-output): Support systems where async
13042 subprocesses aren't supported.
13043 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13044 variables.
13045
13046 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13047 eshell-do-eval returns t.
13048 (eshell-do-pipelines-synchronously): New defmacro.
13049 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13050 when async subprocesses aren't supported.
13051 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13052 if async subprocesses aren't supported.
13053 (eshell-resume-command): Don't assume STATUS is a string.
13054
13055 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13056
13057 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13058 (eshell-close-target, eshell-get-target): Use eshell-processp.
13059 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13060 fix.
13061 (eshell-get-target, eshell-create-handles): Doc fix.
13062
130632000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13064
13065 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13066 criterion to include commands that output something, as long as it
13067 leaves both the command and the end-of-buffer visible when the
13068 command has exited.
13069 (eshell-review-quick-commands): Adjust the help doc string
13070 accordingly.
13071
130722000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13073
13074 * locate.el (locate): Cleaned up locate command's interactive prompting
13075 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13076
13077 * filecache.el (file-cache-case-fold-search): New variable
13078 (file-cache-assoc-function): New variable
13079 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13080 Use file-cache-case-fold-search variable
13081 (file-cache-add-file): Use file-cache-assoc-function
13082 (file-cache-delete-file): likewise
13083 (file-cache-directory-name): likewise
13084 (file-cache-debug-read-from-minibuffer): likewise
13085
130862000-08-28 Gerd Moellmann <gerd@gnu.org>
13087
13088 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13089 (abbrev-table-name): New function.
13090 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13091 If non-nil list local abbrev, only.
13092
130932000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13094
13095 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13096 from Gnus support code, and use special article copy buffer
13097 `(gnus-original-article-buffer)' instead. This allows to get rid
13098 of article-hide-headers usage (which breaks in the latest Gnus
13099 version). Thanks to Detlev Zundel.
13100
131012000-08-28 Kenichi Handa <handa@etl.go.jp>
13102
13103 * international/quail.el (quail-use-package): Hide "... loaded"
13104 message.
13105 (quail-start-translation, quail-start-conversion): Likewise.
13106
13107 * international/kkc.el (kkc-region): Hide "... loaded" message.
13108
131092000-08-27 Dave Love <fx@gnu.org>
13110
13111 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13112
131132000-08-27 Miles Bader <miles@gnu.org>
13114
13115 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13116
131172000-08-27 Kenichi Handa <handa@etl.go.jp>
13118
13119 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13120 'ja-dic-cnv), not (require 'skkdic-cnv).
13121
131222000-08-26 Miles Bader <miles@gnu.org>
13123
13124 * faces.el (face-x-resources): Add entry for :inherit.
13125 * cus-face.el (custom-face-attributes): Add support for :inherit
13126 attribute. Add support for relative face heights.
13127 (custom-face-attributes-get): Treat `nil' as being a default value
13128 for :inherit (as well as `unspecified').
13129
13130 * faces.el (set-face-attribute): Update doc string.
13131 (face-attribute-name-alist): Add :inherit.
13132 (face-valid-attribute-values): Handle :inherit.
13133 (face-read-string): Rephrase prompt to be less confusing.
13134 Assume that DEFAULT is a string, since we must return a string.
13135 (face-read-integer): Use `format' to turn DEFAULT into an
13136 acceptable default for face-read-string. Match NEW-VALUE against
13137 the string "unspecified", not the symbol `unspecified', since
13138 that's what face-read-string returns.
13139 (read-face-attribute): Lookup a name for old-value in valid, and
13140 use it as a default if we find one. Treat all values from
13141 face-read-string as strings. If the default is used, don't do any
13142 more processing on the value, just use the old value directly.
13143 (read-face-and-attribute, modify-face): Tweak prompt.
13144 (read-face-name): Don't assume prompt ends with a space.
13145
13146 * faces.el (describe-face): Add support for :inherit attribute.
13147
131482000-08-25 Kenichi Handa <handa@etl.go.jp>
13149
13150 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13151 concat doesn't accept interger.
13152
13153 * international/kkc.el: Remove SKK from Keywords. Require
13154 ja-dic-utl instead of skkdic-utl.
13155
13156 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13157 Provide ja-dic-cnv instead of skkdic-cnv.
13158 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13159 (iso-2022-7bit-short): Add safe-charsets property.
13160 (skkdic-convert-postfix): Search Japanese chou-on character in
13161 addition to Hiragana character.
13162 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13163 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13164 (batch-skkdic-convert): Likewise.
13165
13166 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13167 Provide ja-dic-utl instead of skkdic-utl.
13168 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13169
131702000-08-24 Dave Love <fx@gnu.org>
13171
13172 * disp-table.el (standard-display-default): Make the test of `l'
13173 useful.
13174
13175 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13176 mod sample text.
13177
13178 * international/iso-ascii.el: Make pilcrow convenient string
13179 consistent with section.
13180 (iso-ascii-display): Set up multibyte characters as well as
13181 unibyte.
13182
131832000-08-24 Kenichi Handa <handa@etl.go.jp>
13184
13185 * international/mule-cmds.el (reset-language-environment): Set
13186 default-process-coding-system to '(undecided . iso-latin-1), which
13187 makes process I/O almost consistent with file I/O. Call this
13188 function when mule-cmds.el[c] is loaded.
13189
131902000-08-22 Andrew Innes <andrewi@gnu.org>
13191
13192 * makefile.w32-in: New file.
13193
131942000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13195
13196 * comint.el (comint-output-filter): Compare end of
13197 comint-last-output-overlay with the start of the newly inserted
13198 text, not the end, when deciding whether to extend it.
13199 Set saved-point's insertion type to advance after insertion.
13200
13201 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13202 since this is now done independently of font-lock mode.
13203
132042000-08-21 Gerd Moellmann <gerd@gnu.org>
13205
13206 * server.el (server-kill-new-buffers): New user option.
13207 (server-existing-buffer): New buffer-local variable.
13208 (server-visit-files): When using an existing buffer, set
13209 server-existing-buffer to t.
13210 (server-buffer-done): If server-kill-new-buffers is t, kill the
13211 buffer, unless it was already present before visiting it with
13212 Emacs server.
13213
132142000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13215
13216 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13217 even if the display doesn't support colors: some displays will
13218 support bold/underline faces.
13219
132202000-08-21 Gerd Moellmann <gerd@gnu.org>
13221
13222 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13223
13224 * startup.el (command-line): If user's init file had an error,
13225 add explanatory text to *Messages*.
13226
132272000-08-21 Kenichi Handa <handa@etl.go.jp>
13228
13229 * man.el (Man-getpage-in-background): Decode the process output by
13230 the system locale coding system.
13231
132322000-08-20 Dave Love <fx@gnu.org>
13233
13234 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13235 Don't test x-popup-menu.
13236 (function) <complete-function>: Complete only fbound symbols.
13237 <validate, value>: New.
13238 (variable) <complete-function>: Complete only bound symbols.
13239 (coding-system): Add :base-only, :complete-function, :validate,
13240 :value, :prompt-match.
13241 (widget-coding-system-prompt-value): Use read-coding-system and
13242 act on :base-only.
13243 (editable-field): Add :help-echo.
13244 (widget-push-button-gui, widget-push-button-cache)
13245 (widget-gui-action, widget-editable-list-gui): COmment out, along
13246 with uses.
13247 (widget-at): Make arg optional.
13248 (widget-echo-help): Adjust for current help-echo calling sequence.
13249 (widget-specify-field, widget-specify-button)
13250 (widget-specify-insert, widget-get-sibling, widget-image-find)
13251 (widget-convert, widget-insert, widget-leave-text)
13252 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13253 (widget-setup, widget-field-find, widget-before-change)
13254 (widget-after-change, widget-default-complete)
13255 (widget-default-create, widget-default-delete)
13256 (widget-push-button-value-create, editable-field)
13257 (widget-field-prompt-value, widget-field-validate)
13258 (widget-choice-value-create, widget-choice-action)
13259 (widget-choice-validate, widget-checklist-add-item)
13260 (widget-radio-add-item, widget-radio-chosen)
13261 (widget-radio-value-inline, widget-editable-list-value-create)
13262 (widget-editable-list-entry-create)
13263 (widget-documentation-link-add)
13264 (widget-documentation-string-value-create)
13265 (widget-regexp-validate, widget-file-complete)
13266 (widget-sexp-validate, widget-plist-convert-widget)
13267 (widget-plist-convert-widget, widget-alist-convert-widget)
13268 (widget-alist-convert-widget, widget-color-complete): Simplify,
13269 particularly to avoid bindings which aren't optimized out.
13270
13271 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13272 Doc fix.
13273 (down-list, backward-up-list, up-list, kill-sexp)
13274 (backward-kill-sexp, mark-sexp): Make arg optional.
13275 (lisp-complete-symbol): Add optional arg PREDICATE.
13276
13277 * cus-start.el: Add display-buffer-reuse-frames,
13278 file-coding-system-alist.
13279
132802000-08-20 Gerd Moellmann <gerd@gnu.org>
13281
13282 * startup.el (command-line): Clear realized faces after
13283 modifying TTY color mappings.
13284
132852000-08-20 Miles Bader <miles@gnu.org>
13286
13287 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13288 merely a subset of FACE's attributes.
13289
132902000-08-19 Miles Bader <miles@gnu.org>
13291
13292 * comint.el (comint-output-filter): Save the point with a marker,
13293 not just a buffer position.
13294
13295 * international/mule.el (set-buffer-process-coding-system): Make
13296 interactive prompt less confusing.
13297
132982000-08-19 Gerd Moellmann <gerd@gnu.org>
13299
13300 * hilit-chg.el: General cleanup of doc strings, comments and
13301 code formatting.
13302
133032000-08-19 Miles Bader <miles@gnu.org>
13304
13305 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13306 Compiler macro removed; beginning-of-line is no longer always
13307 equivalent to forward-line, in the presence of fields.
13308
13309 * comint.el (comint-output-filter): Remove ad-hoc saving of
13310 restriction, and just use save-restriction, now that it works
13311 correctly. Don't adjust comint-last-input-start to account for
13312 our insertion; it shouldn't have moved because we don't use
13313 insert-before-markers anymore. Comment out call to
13314 `force-mode-line-update'; why is it here?
13315
13316 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13317 while checking for prompt to delete. Use `forward-line 0'
13318 instead of beginning-of-line.
13319 (gud-filter): Temporarily widen gud comint buffer while
13320 examining output.
13321
133222000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13323
13324 * progmodes/sh-script.el: Big bag of typos.
13325
13326 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13327 check since ispell-process is not bound when ispell is not yet loaded.
13328
133292000-08-18 Dave Love <fx@gnu.org>
13330
13331 * image.el (find-image): Copy `spec' before using plist-put.
13332
133332000-08-18 Gerd Moellmann <gerd@gnu.org>
13334
13335 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13336 `portugues'.
13337
13338 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13339 backward-kill-sexp, analogous to kill-sexp.
13340
13341 * progmodes/icon.el (icon-indent-line)
13342 (icon-is-continuation-line): Handle comments specially.
13343
133442000-08-17 Ken Stevens <k.stevens@ieee.org>
13345
13346 * ispell.el: Set to standard author/maintainer/keyword fields.
13347 Fine tuning to menu map appearance and operation, and added help.
13348 Remove `start' and `end' error messages when compiling.
13349 (ispell-choices-win-default-height): Fixed comment string.
13350 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13351 castellano8 dictionaries.
13352 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13353 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13354 dictionary, added italiano dictionary.
13355 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13356 word character
13357 (ispell-tex-skip-alists): Added psfig support.
13358 (ispell-skip-html): Renamed from ispell-skip-sgml.
13359 (ispell-begin-skip-region-regexp, ispell-skip-region)
13360 (ispell-minor-check): Improved html skipping support to skip across
13361 code, and recognize `&' commands without propper `;' syntax;
13362 (ispell-process-line): Fix alignment error when manually
13363 correcting spelling.
13364 (ispell): Fix comment string.
13365 (ispell-add-per-file-word-list): Always put word list on new line.
13366
133672000-08-17 Gerd Moellmann <gerd@gnu.org>
13368
13369 * format.el (format-encode-run-method): Fix error message to say
13370 `encode' instead of `decode'. Use save-window-excursion around
13371 shell-command-on-region as in format-decode-run-method because
13372 shell-command-on-region can display a buffer with error output.
13373 (format-decode): Don't record undo information for the decoding.
13374 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13375 that number part of the temporary buffer name so that more than
13376 one decoding using a temporary buffer can happen safely.
13377
13378 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13379 of `A-z' in the regexp.
13380
13381 * hilit-chg.el: Fix typos in commentary.
13382
13383 * help.el (view-emacs-news): Rewritten for new naming scheme
13384 for old NEWS files.
13385
13386 * startup.el (command-line): Pop to *Messages* in case an error
13387 is signaled while loading user-init-file.
13388
133892000-08-17 Andreas Schwab <schwab@suse.de>
13390
13391 * files.el (insert-directory): Don't lose original file name,
13392 undoing an undocumented change.
13393
133942000-08-17 Alex Schroeder <alex@gnu.org>
13395
13396 * sql.el (sql-magic-go): Use comint-bol.
13397 (sql-copy-column): Use comint-line-beginning-position.
13398 (comint-line-beginning-position): Define a replacement for
13399 comint-line-beginning-position if it is not fboundp.
13400
134012000-08-17 Alex Schroeder <alex@gnu.org>
13402
13403 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13404 it didn't have any effect anyway.
13405
134062000-08-17 Alex Schroeder <alex@gnu.org>
13407
13408 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13409 --pset and pager=off instead of sending \\o|cat at the beginning
13410 of the session.
13411
134122000-08-17 Miles Bader <miles@gnu.org>
13413
13414 * progmodes/octave-inf.el: Add compatibility definition of
13415 comint-line-beginning-position.
13416
134172000-08-17 Kenichi Handa <handa@etl.go.jp>
13418
13419 * startup.el (normal-top-level): Look in each dir in load-path for
13420 a leim-list.el file too. This assures of loading leim-list.el
13421 that is created at Emacs installation time even if a user have his
13422 own leim-list.el.
13423
134242000-08-17 Miles Bader <miles@gnu.org>
13425
13426 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13427 foreground color to black if the background is dark.
13428
134292000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13430
13431 * loadhist.el (unload-feature): Typo.
13432
13433 * finder.el (finder-compile-keywords):
13434 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13435 to the generated file.
13436
13437 * mail/mh-e.el (mh-make-local-vars):
13438 Replace make-variable-buffer-local with make-local-variable.
13439
13440 * play/landmark.el:
13441 * options.el (Edit-options-{set,toggle,t,nil}):
13442 * mail/mailabbrev.el (mail-abbrevs-mode):
13443 * textmodes/tex-mode.el (tex-expand-files):
13444 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13445
13446 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13447
13448 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13449 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13450 Allow going past the last element.
13451 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13452 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13453 (cvs-mouse-toggle-mark): Don't move point.
13454 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13455
13456 * progmodes/compile.el (grep): Provide a default set of files.
13457 (next-error): Docstring fix.
13458 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13459
13460 * emacs-lisp/easy-mmode.el (define-minor-mode):
13461 Use `symbol-value' to keep the byte-compiler quiet.
13462
13463 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13464 (diff-find-source-location): New fun, extracted from diff-goto-source.
13465 (diff-goto-source): Use it.
13466 (diff-next-complex-hunk, diff-filter-lines): New function.
13467 (diff-apply-hunk): New command.
13468
13469 * smerge-mode.el (smerge-mode-menu): Doc fix.
13470
13471 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13472
134732000-08-16 Dave Love <fx@gnu.org>
13474
13475 * windmove.el (windmove) <defgroup>: Add :version.
13476
13477 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13478 (goto-address-fontify-p, goto-address-highlight-p)
13479 (goto-address-url-face, goto-address-url-mouse-face)
13480 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13481 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13482 (goto-address-fontify, goto-address-at-mouse): Simplify,
13483 (goto-address-at-point): browse-url-url-at-point,
13484 goto-address-find-address-at-point can return nil.
13485 (goto-address-find-address-at-point): Return nil on failure.
13486
13487 * align.el (align) <defgroup>: Add :version.
13488
13489 * calculator.el (calculator): Add :version.
13490 (calculator): Use two lines for calculator window if `modeline'
13491 face is boxed.
13492
13493 * play/5x5.el: Doc fixes.
13494 (5x5) <defgroup>: Add :version.
13495
13496 * play/fortune.el (fortune) <defgroup>: Add :version.
13497 (fortune-append): Fix error message.
13498 (fortune-from-region): Doc fix.
13499
13500 * play/pong.el (pong): Doc fix.
13501
13502 * play/morse.el: Keywords, commentary, autoloads.
13503
135042000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13505
13506 * desktop.el (desktop-save): Don't look at symbol-value of a
13507 member of minor-mode-alist, unless it is boundp.
13508
135092000-08-16 Sam Steingold <sds@gnu.org>
13510
13511 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13512 `while'; use `with-current-buffer' instead of `save-excursion'.
13513 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13514
135152000-08-16 Kenichi Handa <handa@etl.go.jp>
13516
13517 * international/ccl.el (declare-ccl-program): Docstring modified.
13518 (ccl-execute-with-args): Likewise.
13519
135202000-08-16 Miles Bader <miles@gnu.org>
13521
13522 * progmodes/sql.el: Add compatibility definition of
13523 comint-line-beginning-position.
13524
135252000-08-15 Gerd Moellmann <gerd@gnu.org>
13526
13527 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13528 'buffer-menu' property.
13529 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13530 fails.
13531 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13532 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13533 wasn't killed.
13534
13535 * buff-menu.el (list-buffers-noselect): Don't display the
13536 *Buffer List* buffer.
13537
13538 * font-lock.el: Require jit-lock to prevent a very late
13539 `Loading jit-lock' message.
13540
13541 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13542 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13543 mail address.
13544
135452000-08-15 Miles Bader <miles@gnu.org>
13546
13547 * textmodes/ispell.el (ispell-graphic-p): New constant.
13548 (ispell-choices-win-default-height, ispell-help): Use
13549 `ispell-graphic-p' instead of `xemacsp'.
13550
135512000-08-15 Dave Love <fx@gnu.org>
13552
13553 * simple.el: Autoload widget-convert when compiling.
13554 (mail-user-agent): Doc fix.
13555
13556 * help.el (function-called-at-point, variable-at-point): Use
13557 with-syntax-table.
13558 (help-manyarg-func-alist): Add insert-and-inherit.
13559
13560 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13561
13562 * delsel.el (delsel-unload-hook): New function.
13563
13564 * find-file.el: Doc fixes. Move provide to end.
13565 (ff) <defgroup>: Add :link.
13566 (ff-goto-click): Deleted.
13567 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13568 Use mouse-set-point.
13569
13570 * textmodes/tildify.el: Doc fixes.
13571 (tildify) <defgroup>: Add:version.
13572
13573 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13574 (glasses-custom-set): Use set-default, not set.
13575 (minor-mode-alist): Propertize the lighter.
13576 (glasses-mode): Provide optional arg.
13577
13578 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13579 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13580 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13581 option. Provide :type.
13582 (cwarn-configuration): Provide :type.
13583 (cwarn-mode): Doc fix.
13584
13585 * add-log.el (change-log-merge): Doc fix.
13586 (change-log-redate): New command.
13587
13588 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13589 Doze and Dog.
13590 (browse-url): Use dolist, not mapcar.
13591 (browse-url-at-point): Check for null url.
13592 (browse-url-event-buffer, browse-url-event-point): Functions
13593 deleted.
13594 (browse-url-at-mouse, browse-url-netscape): Simplify.
13595
13596 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13597 modes.
13598 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13599 Fix previous change to mapcan.
13600 (msb--init-file-alist, msb--add-separators)
13601 (msb--make-keymap-menu): Simplify.
13602 (msb--choose-file-menu): Use copy-sequence.
13603 (msb-mode-map): Add title to keymap.
13604 (msb-unload-hook): New function.
13605
13606 * bs.el: Fix indentation.
13607 (bs) <defgroup>: Add :links.
13608 (bs-show): Doc fix.
13609 (bs-apply-sort-faces): Don't use window-system.
13610 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13611
136122000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13613
13614 * calendar/timeclock.el (timeclock-file): Run .timelog through
13615 convert-standard-filename.
13616
136172000-08-14 Gerd Moellmann <gerd@gnu.org>
13618
13619 * emacs-lisp/authors.el: New file.
13620
13621 * paren.el (show-paren-priority): New user option.
13622 (show-paren-function): Set overlay priorities to
13623 show-paren-priority.
13624
136252000-08-14 Miles Bader <miles@gnu.org>
13626
13627 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13628 beginning-of-line with inhibit-field-text-motion bound.
13629
136302000-08-14 Gerd Moellmann <gerd@gnu.org>
13631
13632 * calendar/timeclock.el: New file.
13633
136342000-08-14 David Ponce <david@dponce.com>
13635
13636 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13637 `widget-button-click'. so that one can use left mouse button to
13638 click on dialog buttons.
13639
136402000-08-14 Emmanuel Briot <briot@gnat.com>
13641
13642 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13643 identifiers, since XML is case sensitive
13644
136452000-08-12 Miles Bader <miles@gnu.org>
13646
13647 * comint.el (comint-output-filter): Don't bother frobbing
13648 window-start, it doesn't seem to be necessary.
13649
13650 * comint.el (comint-send-string, comint-send-region): Make into
13651 real functions. Snapshot the prompt before sending.
13652
136532000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13654
13655 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13656 technique similar to Info-index, instead of relying on specific
13657 names of relevant Index nodes.
13658 (Info-goto-emacs-command-node): Bind Info-history to nil when
13659 going to the first node found by Info-find-emacs-command-nodes.
13660
136612000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13662
13663 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13664
136652000-08-10 Miles Bader <miles@gnu.org>
13666
13667 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13668
136692000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13670
13671 * info.el (Info-file-list-for-emacs): More elements for the
13672 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13673 and woman manuals.
13674
136752000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13676
13677 * comint.el (comint-send-input): Make the newline boundary overlay
13678 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13679 (comint-output-filter): Use `insert' instead of
13680 `insert-before-markers'. Extend comint-last-output-overlay when
13681 necessary since we can't rely on insert-before-markers to do it.
13682 * gud.el (gud-filter): Use `with-current-buffer' instead of
13683 save-excursion when inserting the output, so that point gets
13684 updated correctly; the old method relied on a rather dodgy
13685 side-effect of comint-output-filter to avoid the effect of
13686 save-excursion.
13687
136882000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13689
13690 * files.el (recover-file): Call insert-directory instead of
13691 invoking `ls' directly.
13692
136932000-08-10 Miles Bader <miles@gnu.org>
13694
13695 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13696 (comint-last-prompt-overlay): New variables.
13697 (comint-output-filter): Implement prompt highlighting.
13698 (comint-snapshot-last-prompt): New function.
13699 (comint-send-input): Snapshot the last prompt.
13700 Use comint-highlight-input-face.
13701 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13702 Use defface instead of defcustom.
13703 (send-invisible, comint-send-eof): Snapshot the last prompt.
13704 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13705 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13706
137072000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13708
13709 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13710 (regexp-opt-group): Use a list of chars for `letters'.
13711 (regexp-opt-charset): `chars' is now a list of chars.
13712 Use a char-table rather than a vector so it works for multibyte chars.
13713
13714 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13715 Set cvs-minor-current-files to the selected fileinfo.
13716 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13717 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13718
137192000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13720
13721 * files.el (insert-directory): Don't call access-file on
13722 directories on DOS and Windows.
13723
137242000-08-09 Kenichi Handa <handa@etl.go.jp>
13725
13726 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13727 longer if necessary.
13728 (ccl-embed-code): Call ccl-embed-data to store CODE in
13729 ccl-program-vector.
13730
137312000-08-09 Miles Bader <miles@gnu.org>
13732
13733 * comint.el (comint-output-filter): Properly handle the case where
13734 the text surrounded by comint-last-output-overlay was deleted.
13735
137362000-08-08 Gerd Moellmann <gerd@gnu.org>
13737
13738 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13739 non-nil.
13740 (Info-file-list-for-emacs): Remove "info" from the list because
13741 that leads to trying to use the documentation from file `info'
13742 in various situations where it isn't appropriate, for instance
13743 C-h C-k C-h i.
13744
13745 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13746 DIR and/or STRING are nil.
13747
13748 * progmodes/compile.el (compilation-setup): Make variable
13749 compilation-error-screen-columns buffer-local, as some comment
13750 in the code suggests it should be.
13751
13752 * files.el (auto-mode-interpreter-regexp): New variable.
13753 (set-auto-mode): Use it.
13754
13755 * indent.el (indent-for-tab-command): Doc fix.
13756
13757 * mouse-sel.el (mouse-sel-mode): Doc fix.
13758
13759 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13760 labels.
13761
13762 * help.el (print-help-return-message): When
13763 display-buffer-reuse-frames is set, let the help window been quit,
13764 instead of deleting it, which might delete a reused frame.
13765
137662000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13767
13768 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13769 rename a directory to a name that differs only by its letter case.
13770
137712000-08-08 Kenichi Handa <handa@etl.go.jp>
13772
13773 * international/quail.el (quail-define-rules): Handle Quail decode
13774 map correctly. Add code for supporting annotations.
13775 (quail-install-decode-map): New function.
13776 (quail-defrule-internal): New optional arguments decode-map and
13777 props.
13778 (quail-advice): New function.
13779
137802000-08-07 Sam Steingold <sds@gnu.org>
13781
13782 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13783 `defconst', `define-condition', `with-slots'.
13784 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13785
137862000-08-03 Miles Bader <miles@gnu.org>
13787
13788 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13789 New variable.
13790 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13791 comint-use-prompt-regexp-instead-of-fields.
13792 (comint-send-input): Add `input' field property to stuff we send to
13793 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13794 (comint-output-filter): Add `output' field property to process
13795 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13796 (comint-replace-by-expanded-history)
13797 (comint-get-old-input-default, comint-show-output)
13798 (comint-backward-matching-input, comint-forward-matching-input)
13799 (comint-next-prompt, comint-previous-prompt): Use field
13800 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13801 (comint-line-beginning-position): New function.
13802 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13803 (comint-replace-by-expanded-history-before-point): Use
13804 comint-line-beginning-position and line-end-position.
13805 (comint-last-output-overlay): New variable.
13806 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13807
13808 * shell.el (shell-prompt-pattern): Doc change.
13809 (shell-backward-command): Use line-beginning-position.
13810
13811 * gud.el (gud-gdb-complete-command): Use
13812 comint-line-beginning-position.
13813
13814 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13815 comint-bol doesn't actually go to the beginning of the line.
13816
13817 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13818 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13819 (try-expand-line-all-buffers): Likewise.
13820
13821 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13822 explicitly matching comint-prompt-regexp.
13823 (sql-copy-column): Use comint-line-beginning-position instead of
13824 explicitly matching comint-prompt-regexp.
13825
13826 * progmodes/octave-inf.el (inferior-octave-complete): Use
13827 comint-line-beginning-position.
13828
13829 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13830
13831 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13832 looking for a prompt, use `forward-line 0' instead of
13833 `beginning-of-line', to avoid getting caught by an input field.
13834
138352000-08-07 Gerd Moellmann <gerd@gnu.org>
13836
13837 * files.el (shell-quote-wildcard-pattern): Make sure to return
13838 PATTERN, in the Unix case.
13839
138402000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13841
13842 * play/zone.el (zone): Discard any pending input before running
13843 the randomly-chosen pgm.
13844
138452000-08-07 Kenichi Handa <handa@etl.go.jp>
13846
13847 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13848 checking the existence of any multibyte characters.
13849
138502000-08-06 Gerd Moellmann <gerd@gnu.org>
13851
13852 * help.el (describe-mode): Test minor-mode symbol for being
13853 bound before testing its value for being nil.
13854
13855 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13856 `first', `second', and `third'.
13857
13858 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13859 (second): Make it an alias for `cadr'.
13860
138612000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13862
13863 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13864 types of display support faces now.
13865
138662000-08-05 Gerd Moellmann <gerd@gnu.org>
13867
13868 * pcvs.el (require): Require `cl' during compilation, only.
13869
13870 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13871 (toplevel): Remove `remq' and `remove' from autoloads.
13872 (cl-fake-autoloads): New variable. If set, arrange for an error
13873 when CL functions etc. are autoloaded.
13874
138752000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13876
13877 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13878
13879 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13880 popped up, but the user clicks outside the menu, return an empty
13881 regexp (that causes unhighlight-regexp to have no effect).
13882
13883 * menu-bar.el (menu-bar-games-menu): Add Zone.
13884
13885 * hi-lock.el (toplevel): Require font-lock.
13886
138872000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13888
13889 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13890 (ebnf-8-bit-chars): New var for bug fix.
13891 (ebnf-string): Bug fix.
13892
138932000-08-03 Sam Steingold <sds@gnu.org>
13894
13895 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13896 instead of `buffer-string'.
13897 (require 'cl): Always, not just when compiling.
13898 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13899 necessary.
13900
139012000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13902
13903 * international/mule-cmds.el (select-safe-coding-system): Make
13904 the message text about selecting a safe coding system more clear.
13905
139062000-08-02 Gerd Moellmann <gerd@gnu.org>
13907
13908 * hi-lock.el: New file.
13909
13910 * play/zone.el: New file.
13911
13912 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13913 value of tab-width in the original buffer. Choose a line number
13914 format that's a multiple of the original buffer's tab width, so
13915 that lines appear right.
13916
13917 * textmodes/ispell.el (ispell): New function, replacing an alias.
13918 Spell-check active region if in transient-mark-mode and mark
13919 is active; otherwise spell-check buffer.
13920
139212000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13922
13923 * ps-mule.el: Fix a customization problem on
13924 ps-mule-font-info-database-default.
13925
139262000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13927
13928 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13929 display-mouse-p instead of window-system.
13930 (ebrowse-member-mode-map): Ditto.
13931
139322000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13933
13934 * progmodes/ebnf2ps.el: Update ps-print functions call.
13935 Indentation fix. Doc fix.
13936 (ebnf-version): New version number (3.2).
13937 (ebnf-format-color, ebnf-begin-job): Code fix.
13938
139392000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13940
13941 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13942 font lock support on window-system.
13943 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13944
13945 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13946 display-color-p, if fboundp, instead of window-system.
13947
139482000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13949
13950 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13951 instead of window-system.
13952
13953 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13954 window-system.
13955 (widget-choice-mouse-down-action): Use display-popup-menus-p
13956 instead of window-system.
13957
13958 * strokes.el (strokes-file): Run the file name through
13959 convert-standard-filename.
13960 (strokes-mode): Call display-mouse-p instead of looking at
13961 window-system. Change the error message accordingly.
13962
13963 * progmodes/cpp.el (toplevel): Support faces on tty's.
13964
13965 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13966 (lm-plot-square, lm-init-display): Don't use window-system.
13967
13968 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13969 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13970
13971 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13972 instead of looking at window-system.
13973
139742000-07-30 Gerd Moellmann <gerd@gnu.org>
13975
13976 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13977 of testing if iswitchb-prepost-hooks is bound, because the
13978 latter will always be true when invoking a recursive minibuffer
13979 from an active Iswitchb buffer.
13980
139812000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13982
13983 * files.el (shell-quote-wildcard-pattern): New function.
13984 (insert-directory): Call it. Only prepend "\" to command on Unix
13985 and GNU/Linux systems.
13986
139872000-07-30 Gerd Moellmann <gerd@gnu.org>
13988
13989 * eshell/esh-groups.el: Change custom :link file names
13990 from `eshell.info' to `eshell'.
13991
139922000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13993
13994 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13995 correctly in recursive ange-ftp listings.
13996
139972000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13998
13999 * ps-print.el: Fix bug 1: if ps-font-size-internal,
14000 ps-header-font-size-internal and
14001 ps-header-title-font-size-internal variables are not set,
14002 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
14003 face text property is (foreground-color . COLOR) or
14004 `(background-color . COLOR)', ps-print crashes. Doc fix.
14005 (ps-print-version): New version number (5.2.4).
14006 (ps-plot-region): Code fix.
14007 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14008 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14009 Bug fix 2.
14010
140112000-07-30 Milan Zamazal <pdm@freesoft.cz>
14012
14013 * glasses.el (glasses-make-readable): Fix uncapitalization of
14014 identifiers like `myXMLDocument'.
14015
140162000-07-28 Karl Fogel <kfogel@red-bean.com>
14017
14018 * mail/mail-hist.el (mail-hist-previous-input)
14019 (mail-hist-next-input): Do the obvious code factorization.
14020 (mail-hist-retrieve-and-insert): New func, contains common
14021 code of above two.
14022 If inserting a message body, leave point at top.
14023
140242000-07-28 Sam Steingold <sds@gnu.org>
14025
14026 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14027 Use `<=', not `<' to compare times!
14028 (ange-ftp-ls): Remove.
14029
140302000-07-27 Gerd Moellmann <gerd@gnu.org>
14031
14032 * play/cookie1.el: Add explanation of how to make cookie.el
14033 compatible with strfile(1) to comment.
14034
14035 * subr.el (remove, remq): New functions.
14036
14037 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14038 escape `*' in regexps.
14039 (midnight-find): Reverse order of arguments in the funcall of
14040 TEST.
14041
14042 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14043 and `.class'.
14044
14045 * play/meese.el: Add Commentary section.
14046
140472000-07-27 Alex Schroeder <alex@gnu.org>
14048
14049 * sql.el (sql-ms): Added autoload cookie.
14050 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14051 (sql-oracle): Ditto.
14052 (sql-help): Doc change.
14053
14054 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14055 types and exceptions.
14056
140572000-07-27 Alex Schroeder <alex@gnu.org>
14058
14059 * sql.el (sql-placeholder-history): New variable.
14060 (sql-query-placeholders-and-send): New function that will query
14061 the user and replace placeholders with user input.
14062 (sql-oracle): If running on NT, set comint-input-sender to
14063 sql-query-placeholders-and-send.
14064
14065 (sql-stop): If in the SQLi buffer, insert stop notification, else
14066 present it as a message.
14067
140682000-07-27 Alex Schroeder <alex@gnu.org>
14069
14070 * sql.el (sql-input-ring-separator): Doc change.
14071 (sql-input-ring-file-name): Doc change.
14072 (sql-interactive-mode): Use `sql-input-ring-separator' and
14073 `sql-input-ring-file-name' to set the comint-mode equivalents
14074 without making them local variables.
14075 (sql-stop): Don't bind `sql-input-ring-separator' and
14076 `sql-input-ring-file-name' dynamically to their comint-mode
14077 equivalents.
14078
140792000-07-27 Kenichi Handa <handa@etl.go.jp>
14080
14081 * international/mule.el (register-char-codings): New function.
14082 (make-coding-system): Handle `safe-chars' specification in the arg
14083 PROPERTY.
14084
14085 * international/mule-cmds.el
14086 (find-coding-systems-region-subset-p): This function deleted.
14087 (sort-coding-systems-predicate): New variable.
14088 (sort-coding-systems): New function.
14089 (find-coding-systems-region): Use
14090 find-coding-systems-region-internal.
14091 (find-coding-systems-string): Use find-coding-systems-region.
14092 (find-coding-systems-for-charsets): Check
14093 char-coding-system-table.
14094 (select-safe-coding-system-accept-default-p): New variable.
14095 (select-safe-coding-system): Mostly rewritten. New argument
14096 ACCEPT-DEFAULT-P.
14097 (select-message-coding-system): Call select-safe-coding-system
14098 with ACCEPT-DEFAULT-P arg.
14099 (reset-language-environment): Reset default-sendmail-coding-system
14100 to the default value iso-latin-1.
14101 (set-language-environment): Don't set the obsolete variable
14102 charset-origin-alist.
14103
14104 * international/codepage.el (cp-coding-system-for-codepage-1):
14105 Give `safe-chars' property to make-coding-system.
14106
14107 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14108 calling select-message-coding-system twice.
14109
14110 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14111 instead of `safe-charsets'.
14112 (cyrillic-alternativnyj): Likewise.
14113 (ccl-encode-alternativnyj): Don't check the charset
14114 cyrillic-iso8859-5.
14115
141162000-07-27 Kenichi Handa <handa@etl.go.jp>
14117
14118 * composite.el (compose-chars-after): Preserve match data.
14119
141202000-07-26 Sam Steingold <sds@gnu.org>
14121
14122 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14123 (ange-ftp-real-file-newer-than-file-p): New function.
14124 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14125 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14126
14127 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14128 * midnight.el (midnight-float-time): Ditto.
14129
141302000-07-26 Andreas Schwab <schwab@suse.de>
14131
14132 * files.el (normal-backup-enable-predicate): Correct
14133 interpretation of the return value of compare-strings.
14134
141352000-07-26 Gerd Moellmann <gerd@gnu.org>
14136
14137 * isearch.el (isearch-resume): New function.
14138 (isearch-done): Add something to command-history to resume
14139 the search.
14140 (isearch-yank-line, isearch-yank-word): Use
14141 buffer-substring-no-properties instead of buffer-substring.
14142
14143 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14144 of flyspell-mouse-map.
14145
14146 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14147 duplicate definition.
14148 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14149
14150 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14151 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14152
141532000-07-25 Sam Steingold <sds@gnu.org>
14154
14155 * net/ange-ftp.el: Get modtime over the net.
14156 (ange-ftp-file-modtime): New function.
14157 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14158 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14159 Use it.
14160 (ange-ftp-dot-to-slash): New function.
14161 (ange-ftp-fix-name-for-vms): Use it.
14162
14163 * midnight.el (midnight-buffer-display-time): Use
14164 `with-current-buffer'.
14165
141662000-07-25 Gerd Moellmann <gerd@gnu.org>
14167
14168 * find-dired.el: Update copyright notice.
14169 (find-dired): Offer to kill a running `find'.
14170
14171 * enriched.el (enriched-face-ans): For a `foreground-color'
14172 property, return '(("x-color" COLOR))' so that COLOR will be
14173 output as a parameter of the x-color annotation. Likewise for the
14174 `background-color' property. In the case of normal face
14175 properties, don't return annotations for unspecified foreground
14176 and background face attributes.
14177
141782000-07-25 Kenichi Handa <handa@etl.go.jp>
14179
14180 * language/japan-util.el (japanese-katakana-region): Fix handling
14181 HANKAKU argument.
14182
141832000-07-25 Miles Bader <miles@gnu.org>
14184
14185 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14186 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14187 constrain-to-field.
14188
141892000-07-24 Andrew Innes <andrewi@gnu.org>
14190
14191 * timer.el (timer-activate-when-idle): Add optional parameter
14192 DONT-WAIT. Update docstring.
14193 (run-with-idle-timer): Specify extra parameter to
14194 timer-activate-when-idle, so that timer will be activated
14195 immediately if Emacs is already idle.
14196
14197 * w32-fns.el (w32-using-nt): Fix docstring.
14198
141992000-07-24 Dave Love <fx@gnu.org>
14200
14201 * mouse.el (popup-menu): Set last-command-event.
14202 (mouse-major-mode-menu-prefix): Declare.
14203
142042000-07-24 Gerd Moellmann <gerd@gnu.org>
14205
14206 * textmodes/flyspell.el: Update to author's version 1.5d.
14207
14208 * progmodes/hideshow.el: Update copyright notice.
14209
14210 * vcursor.el: Set maintainer to FSF, since author cannot
14211 be reached.
14212
142132000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14214
14215 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14216 the prompt.
14217
14218 * mouse.el (popup-menu): Run the keymap through indirect-function,
14219 in case it was defined with define-prefix-key. If the menu is a
14220 list of keymaps, look up the binding of user's choice in each one
14221 of the keymaps.
14222 (mouse-popup-menubar): If the global and local menu-bar keymaps
14223 don't have a prompt string, create one and insert it into the
14224 keymap. Don't barf if current-local-map returns nil.
14225
142262000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14227
14228 * dired.el (dired-sort-R-check): Added to allow recursive listing
14229 to be undone.
14230 (dired-sort-other): Use it.
14231
142322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14233
14234 * Release of cc-mode 5.27
14235
142362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14237
14238 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14239 c-beginning-of-statement-1 that caused a bad case of recursion
14240 which could consume a lot of CPU in large classes in languages
14241 that have in-expression classes (i.e. Java and Pike).
14242
14243 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14244 statements before top level constructs (i.e. case 6 is moved
14245 before case 5 and is now case 4) to catch in-expression
14246 classes in top level expressions correctly.
14247
142482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14249
14250 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14251 objc-method-intro. Case 4 removed and case 5I added.
14252
14253 * cc-langs.el (c-append-paragraph-start): New variable used by
14254 c-common-init to get paragraph-start correct.
14255 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14256 initialize paragraph-start to make it correct both with and
14257 without the javadoc special case.
14258
14259 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14260 initialize paragraph-start for javadoc markup.
14261
14262 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14263 change by defaulting this to t. It's motivated by the
14264 confusing behavior that otherwise arise from the style system
14265 when editing both java and non-java files at the same time
14266 (see the comments about style setting in c-common-init).
14267
142682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14269
14270 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14271 similar to the one in c-fill-paragraph to check the fill
14272 prefix from the adaptive fill function for sanity.
14273
142742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14275
14276 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14277 defun block.
14278
a30eb617
DL
142792000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14280
14281 * cc-align.el (c-lineup-multi-inher): Handle lines with
14282 leading comma nicely. Extended to handle member initializers
14283 too.
14284
14285 * cc-engine.el: (c-beginning-of-inheritance-list,
14286 c-guess-basic-syntax): Fixed recognition of inheritance lists
14287 when the lines begins with a comma.
14288
a30eb617
DL
14289 * cc-vars.el (c-offsets-alist): Changed default for
14290 member-init-cont to c-lineup-multi-inher since it now handles
14291 member initializers and indents better for leading commas.
14292
142932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14294
14295 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14296 handling that caused class open lines to be recognized as
14297 statement-conts in some cases.
14298
14299 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14300 guessed by the adaptive fill function unless point is on the
14301 first line of a block comment.
14302
14303 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14304 when the buffer ends with a macro continuation char.
14305
14306 * cc-engine.el (c-guess-basic-syntax): Added support for
14307 function definitions as statements in Pike. The first
14308 statement in a lambda block is now labeled defun-block-intro
14309 instead of statement-block-intro.
14310
14311 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14312 so that the class surrounding point is selected, not the one
14313 innermost in the state.
14314
14315 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14316 recognition of switch labels having hanging multiline
14317 statements.
14318
14319 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14320 some code in c-guess-basic-syntax to a separate function.
14321 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14322 recognition of member inits with multiple line arglists.
14323 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14324 member-init-cont when the commas are in funny places.
14325
143262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14327
14328 * cc-defs.el (c-auto-newline): Removed this macro since it's
14329 not used anymore.
14330
14331 * cc-engine.el (c-looking-at-bos): New helper function.
14332 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14333 inexpr and toplevel classes apart in Pike.
14334
14335 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14336 of case 9A.
14337
14338 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14339 constant, since "class" can introduce an in-expression class
14340 in Pike nowadays.
14341
143422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14343
14344 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14345 indentation on cpp-macro lines.
14346
14347 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14348 a syntax modifier like comment-intro, to make it possible to
14349 get syntactic indentation for preprocessor directives. It's
14350 incompatible wrt to lineup functions on cpp-macro, but it has
14351 no observable effect in the 99.9% common case where cpp-macro
14352 is set to -1000.
14353
143542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14355
14356 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14357 member-init-cont when the preceding arglist is several lines.
14358
143592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14360
14361 * cc-styles.el (c-style-alist): The basic offset for the BSD
14362 style corrected to 8.
14363
143642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14365
14366 * cc-styles.el (c-style-alist): Adjusted the indentation of
14367 brace list openers in the gnu style.
14368
143692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14370
14371 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14372
14373 * cc-cmds.el (c-electric-brace, c-electric-slash,
14374 c-electric-star, c-electric-semi&comma, c-electric-colon,
14375 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14376 when c-syntactic-indentation is nil.
14377
14378 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14379 we were left at comments preceding the first statement when
14380 reaching the beginning of the buffer.
14381
14382 * cc-vars.el (c-syntactic-indentation): New variable to turn
14383 off all syntactic indentation.
14384
143852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14386
14387 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14388 between the text and the block comment ender when it hangs,
14389 depending on how many there are before the fill.
14390
143912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14392
14393 * cc-engine.el (c-beginning-of-closest-statement): New helper
14394 function to go back to the closest preceding statement start,
14395 which could be inside a conditional statement.
14396 * cc-engine.el (c-guess-basic-syntax): Use
14397 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14398
14399 * cc-engine.el (c-guess-basic-syntax): Better handling of
14400 arglist-intro, arglist-cont-nonempty and arglist-close when
14401 the arglist is nested inside parens. Cases 7A, 7C and 7F
14402 changed.
14403
14404 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14405 up-to-date with javadoc 1.2.
14406
144072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14408
14409 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14410 multiline Pike type decls.
14411
144122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14413
14414 * cc-cmds.el (c-indent-new-comment-line): Always break
14415 multiline comments in multiline mode, regardless of
14416 comment-multi-line.
14417
144182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14419
14420 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14421 fully::qualified::names in C++ member init lists. Preamble in
14422 case 5D changed.
14423
144242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14425
14426 * cc-langs.el (c-common-init): Handling of obsolete variables
14427 moved to c-initialize-cc-mode. More compatible style override
14428 when using global style variables.
14429 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14430 variables moved here.
14431
a30eb617
DL
14432 * cc-styles.el (c-make-styles-buffer-local): Flag style
14433 variable localness in c-style-variables-are-local-p to make
14434 the compatibility measure in c-common-init work well.
14435
14436 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14437 longer contain set-from-style.
14438 * cc-styles.el (c-initialize-builtin-style): Don't check for
14439 set-from-style on c-special-indent-hook.
14440 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14441 copy-alist is sufficient now.
14442
14443 * cc-styles.el (c-set-style, c-set-style-1,
14444 c-get-style-variables): Fixes to variable initialization so
14445 that duplicate entries in styles have the same effect
14446 regardless of DONT-OVERRIDE.
14447
14448 * cc-styles.el (c-set-style-2): Fixed bug where the
14449 initialization of inheriting styles failed when the
14450 dont-override flag is set.
14451
14452 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14453 on this.
14454
144552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14456
14457 * cc-defs.el (c-forward-comment): Removed the workaround
14458 introduced in 5.38 since it had worse side-effects. If a line
14459 contains the string "//\"", it regarded the // as a comment
14460 start since the \ temporarily doesn't have escape syntax.
14461
eb04d6cd 144622000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14463
14464 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14465 ada-xref.el before ada-prj.el, so that the Project menu is created
14466 when ada-prj tries to add to it.
14467 (ada-activate-keys-for-case): Suppress the characters that are not
14468 part of the Ada syntax. Better compatibility with else-mode
14469 (ada-adjust-case-interactive): When auto-casing is not active,
14470 correctly insert newlines (used to insert only ^M). Prevent the
14471 syntax table from being changed in case of an error
14472 (or '_' becomes part of a word and some commands are confused).
14473 Do nothing if ada-auto-case is nil.
14474 (ada-after-keyword-p): Ignore keywords that are also attributes
14475 (ada-batch-reformat): Update usage comment
14476 (ada-call-from-contextual-menu): New function
14477 (ada-case-read-exceptions): Reinitialize the casing exception list
14478 first to nil first, so that the casing exception file can be
14479 shared.
14480 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14481 files.
14482 (ada-compile-goto-error): Fix regexp used to detect a file:line
14483 anywhere in the error message
14484 (ada-contextual-menu-last-point): New variable
14485 (ada-create-keymap): If the variable delete-key-deletes-forward is
14486 t on XEmacs, it means that DEL should delete one character
14487 forward.
14488 (ada-create-menu): Use :included instead of :visible for XEmacs.
14489 New submenu "Options".
14490 (ada-end-stmt-re): Correctly indent "select ... then abort"
14491 statements.
14492 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14493 even if they don't match ada-fill-comment-prefix Fix handling of
14494 paragraphs on the first or last line of a file.
14495 (ada-format-paramlist): Fix handling of default parameter values.
14496 (ada-get-body-name): New function.
14497 (ada-get-current-indent): Optimized by searchling directly for an
14498 existing generic part or a statement outside of it. Handle
14499 ada-indent-align-comments when indenting comments Replaced some
14500 regexps by testing directly the next character. This results in a
14501 huge speedup on some files. New indentation scheme for renames
14502 statements. Stop looking for the 'while' or 'for' associated with
14503 a 'loop' at the first semicolon encountered. A "return" can also
14504 match an anonymous access subprogram declaration.
14505 (ada-get-indent-noindent): Ignore strings and comments when
14506 looking for the keywords "record" and "private".
14507 (ada-goto-matching-decl-start): When matching "if", make sure we
14508 are not in fact seeing "end if". Ignore "when" statements except
14509 when initial keyword was "begin". Fix handling of nested
14510 procedures. Add a recursive call to this function to skip over
14511 other 'end' statmts. Fix indentation for "when .. => begin"
14512 (ada-in-open-paren-p): Fix indentation for complex boolean
14513 expressions, where 'and then', 'or else' and parenthesis
14514 statements are mixed up.
14515 (ada-in-paramlist-p): Skip comments while searching for the
14516 beginning Fix handling of operator declarations.
14517 (ada-indent-align-comments): New variable
14518 (ada-indent-current): Change the syntax table only in the
14519 protected section, so that we are sure it is restored correctly.
14520 (ada-indent-on-previous-lines): Use ada-use-indent and
14521 ada-with-indent Correctly indent "select ... then"
14522 (ada-indent-region): Slight speedup.
14523 (ada-indent-renames): New variable.
14524 (ada-last-which-function-subprog, ada-last-which-function-line):
14525 New variables
14526 (ada-looking-at-semi-private): Correctly indent the 'private'
14527 keyword when it is the first word in a package declaration.
14528 (ada-loose-case-word): Stop searching if at the end of the buffer.
14529 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14530 even if point is not initially at the end of the word.
14531 (ada-matching-decl-start-re): Add "when".
14532 (ada-mode): Add support for abbrev-mode, outline-mode and
14533 which-func-mode Override the old find-file.el entry in
14534 ff-special-constructs since it is using the obsolete
14535 ada-spec-suffix variable
14536 (ada-no-auto-case): New function
14537 (ada-scan-paramlist): When parsing the argument type, accept
14538 spaces (as in "X 'Class", generated by Rational Rose).
14539 (ada-other-file-name): No longer loads the other file.
14540 (ada-popup-menu): Save and restore the current buffer and cursor
14541 position before and after displaying the menu.
14542 (ada-search-ignore-complex-boolean): New function.
14543 (ada-uncomment-region): Emacs21 already knows how to delete
14544 comments not starting in the first column.
14545 (ada-use-indent): New variable
14546 (ada-which-function): New function.
14547 (ada-with-indent): New variable
14548 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14549 can be batch-compiled from the command line.
14550
14551 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14552 Add to the menu when the file is loaded, not in ada-mode-hook.
14553 Add -toolbar to the default ddd command Switches moved from
14554 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14555 ada-prj-default-comp-opt
14556 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14557 Reference Manual to the menu
14558 (ada-check-current): rewritten as a call to ada-compile-current
14559 (ada-compile): Removed.
14560 (ada-compile-application, ada-compile-current, ada-check-current):
14561 Set the compilation-search-path so that compile.el automatically
14562 finds the sources in src_dir. Automatic scrollong of the
14563 compilation buffer. C-uC-cC-c asks for confirmation before
14564 compiling
14565 (ada-compile-current): New parameter, prj-field
14566 (ada-complete-identifier): Load the .ali file before doing
14567 processing
14568 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14569 conform to gnatmake's behavior.
14570 (ada-find-file-in-dir): New function
14571 (ada-find-references): Set the environment variables for gnatfind
14572 (ada-find-src-file-in-dir): New function.
14573 (ada-first-non-nil): Removed
14574 (ada-gdb-application): Add support for jdb, the java debugger.
14575 (ada-get-ada-file-name): Load the original-file first if not done
14576 yet.
14577 (ada-get-all-references): Handles the new ali syntax (parent types
14578 are found between <>).
14579 (ada-initialize-runtime-library): New function
14580 (ada-mode-hook): Always load a project file when a file is opened,
14581 so that the casing exceptions are correctly read.
14582 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14583 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14584 to open the project file, since the latter does not work with
14585 speedbar Get default values before loading the prj file, or the
14586 default executable file name is wrong. Use the absolute value of
14587 src_dir to initialize ada-search-directories and
14588 compilation-search-path,... Add the standard runtime library to
14589 the search path for find-file.
14590 (ada-prj-default-debugger): Was missing an opening '{'
14591 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14592 variables.
14593 (ada-prj-default-gnatmake-opt): New variable
14594 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14595 buffers, the project file is the default one Save the windows
14596 configuration before displaying the menu.
14597 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14598 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14599 ...) regexp-quote identifiers names to support operators +,
14600 -,... in regexps.
14601 (ada-remote): New function.
14602 (ada-run-application): Erase the output buffer before starting the
14603 run Support remote execution of the application. Use
14604 call-process, or the arguments are incorrectly parsed
14605 (ada-set-default-project-file): Reread the content of the active
14606 project file, not the one from the current buffer When a project
14607 file is set as the default project, all directories are
14608 automatically associated with it.
14609 (ada-set-environment): New function
14610 (ada-treat-cmd-string): New special variable ${current}
14611 (ada-treat-cmd-string): Revised. The substitution is now done for
14612 any ${...} substring
14613 (ada-xref-current): If no body was found, compiles the spec
14614 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14615 compiler to get rid of command line length limitations.
14616 (ada-xref-get-project-field): New function
14617 (ada-xref-project-files): New variable
14618 (ada-xref-runtime-library-specs-path)
14619 (ada-xref-runtime-library-ali-path): New variables
14620 (ada-xref-set-default-prj-values): Default run command now does a
14621 cd to the build directory. New field: main_unit Provide a default
14622 file name even if the current buffer has no prj file.
14623
14624 * ada-prj.el:
14625 Rewritten to show a tabbed-dialog.
14626 (ada-prj-add-ada-menu): Remove the map and name parameters.
14627 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14628 New function
14629 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14630 (ada-prj-load-from-file): New function
14631 (ada-prj-save): Always save fields that depend on the current buffer
14632 (ada-prj-show-value): New function
14633
14634 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14635 Ada mode. This will allow us to display the Ada menu in any buffer
14636 we want (for project items).
14637 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14638 number of spaces in the header.
14639
146402000-07-24 Dave Love <fx@gnu.org>
14641
14642 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14643
146442000-07-23 Noah Friedman <friedman@splode.com>
14645
14646 * type-break.el (type-break): perform autosave.
b52758d1 14647 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
14648 (type-break-do-query): Cancel query schedule while performing
14649 actual query, to avoid possibility of a second query being made
14650 while first one is already in progress.
14651 (type-break-time-stamp-format): New variable.
14652 (type-break-time-stamp): New function.
14653 (type-break-time-warning): Use it.
14654 (type-break-keystroke-warning): Use it.
14655 (type-break-noninteractive-query): Use it.
14656
14657 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14658 cookie.
14659 Use add-minor-mode to set minor-mode-alist, if available.
14660 (eldoc-echo-area-use-multiline-p): New user option.
14661 (eldoc-echo-area-multiline-supported-p): New variable.
14662 (eldoc-docstring-format-sym-doc): Use them.
14663 (eldoc-mode): If not using idle timers, append to local post and
14664 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14665 (eldoc-display-message-no-interference-p): Don't interfere with
14666 edebug.
14667 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14668 (eldoc-function-arglist): New function.
14669 (eldoc-function-argstring): Use it.
14670
14671 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14672 auto save directory exists before calling directory-files.
14673
146742000-07-23 Dave Love <fx@gnu.org>
14675
14676 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14677 ^o, ^u.
14678
146792000-07-21 Dave Love <fx@gnu.org>
14680
14681 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14682 now passed to the function. It now works properly.
14683
14684 * smerge-mode.el (smerge-mode-menu): Fill it out.
14685
146862000-07-20 Gerd Moellmann <gerd@gnu.org>
14687
14688 * info-look.el (info-lookup): If *info* is shown in another frame
14689 on the same display, select that frame, instead of switching to
14690 the Info buffer in another window of the selected frame.
14691
14692 * simple.el (universal-argument-map): Bind numeric keypad keys
14693 kp-0 to kp-9 and kp-subtract.
14694 (digit-argument): Handle these keys.
14695
146962000-07-20 Dave Love <fx@gnu.org>
14697
14698 * net/goto-addr.el (goto-address-fontify): Don't bother with
14699 buffer-modified and read-only stuff -- irrelevant with overlays.
14700 Put an extra property on the overlays and use it to clean up in
14701 case goto-address is re-run.
14702
147032000-07-19 Richard M. Stallman <rms@gnu.org>
14704
14705 * timer.el (run-with-idle-timer): Doc fix.
14706
14707 * mail/mail-utils.el (mail-strip-quoted-names):
14708 Handle case where <...> appears inside "...".
14709 Use replace-match to edit the string more simply.
14710 (rmail-dont-reply-to): Cope with an unmatched ".
14711
147122000-07-19 Dave Love <fx@gnu.org>
14713
14714 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14715 implementation.
14716
14717 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14718 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14719 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14720
147212000-07-19 Gerd Moellmann <gerd@gnu.org>
14722
14723 * textmodes/refer.el: Correct maintainer's email address.
14724
14725 * progmodes/hideif.el: Correct author's email address.
14726 Fix typo in comment.
14727
14728 * xml.el: New file.
14729
14730 * mail/mailheader.el: Correct author's mail address.
14731
14732 * gnus/parse-time.el: Correct author's mail address.
14733
147342000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14735
14736 * comint.el (comint-highlight-input, comint-highlight-face):
14737 New user options.
14738 (comint-input-ring-file-name): Change custom type.
14739 (comint-mode-map): Bind mouse-2.
14740 (comint-insert-clicked-input): New function.
14741 (comint-send-input): Handle input highlighting.
14742
147432000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14744
14745 * mouse.el (popup-menu): New function.
14746 (mouse-major-mode-menu): Use it.
14747
147482000-07-18 Dave Love <fx@gnu.org>
14749
14750 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14751 improvements.
14752
147532000-07-18 Gerd Moellmann <gerd@gnu.org>
14754
14755 * faces.el (face-font-selection-order)
14756 (face-font-family-alternatives): Add custom type.
14757
147582000-07-18 Dave Love <fx@gnu.org>
14759
14760 * cus-edit.el (custom-variable-reset-saved)
14761 (custom-variable-reset-standard): Remove unused bindings.
14762
14763 * rect.el (open-rectangle-line): Remove unused let.
14764
14765 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14766
147672000-07-18 Gerd Moellmann <gerd@gnu.org>
14768
14769 * cdl.el: Fix `Maintainer' keyword.
14770
14771 * play/pong.el: Add author's email address.
14772
147732000-07-17 Sam Steingold <sds@gnu.org>
14774
14775 * files.el (insert-directory): Call `split-string' instead of
14776 re-implementing it.
14777
147782000-07-18 Gerd Moellmann <gerd@gnu.org>
14779
14780 * mail/vms-pmail.el: Change maintainer to FSF.
14781
14782 * net/goto-addr.el: Change maintainer to FSF.
14783
14784 * info.el (Info-title-face-alist): Removed.
14785
147862000-07-18 David Ponce <david@dponce.com>
14787
14788 * recentf.el (recentf-open-files): New command that works like
14789 `recentf-open-more-files', but shows the whole list of files (not just
14790 those omitted from the menu). Useful if you don't use a menu-bar!
14791 (recentf-open-more-files) Modified to use `recentf-open-files'.
14792
14793 (recentf-open-files, recentf-open-more-files)
14794 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14795
14796 (recentf-dialog-mode): New mode for dialogs. You can now just type
14797 "q" to cancel the dialogs.
14798
147992000-07-18 David Ponce <david@dponce.com>
14800
14801 * recentf.el: This is a major update of recentf.el. It adds new
14802 features to better organize the recentf menu and "More..." buffer.
14803
14804 Using new provided menu filtering functions you can now organize the
14805 recent files list:
14806
14807 - by major modes
14808 - by directories
14809 - by user defined rules
14810
14811 Finally, with the new `recentf-filter-changer' customizable filter you
14812 can define a ring of filters and dynamically (via the menu) cycle on
14813 each menu organization in the ring (a la msb).
14814
148152000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14816
14817 * eshell/eshell.el (eshell): Replace links to eshell.info with
14818 links to eshell, to avoid problems on systems where the manual is
14819 installed as `eshell'.
14820 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14821 * eshell/em-smart.el (eshell-smart): Ditto.
14822 * eshell/em-banner.el (eshell-banner): Ditto.
14823 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14824
14825 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14826 same-file check in the MS-DOS version (it does support inodes).
14827
14828 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14829
14830 * eshell/eshell.el (eshell-directory-name):
14831 Run default directory name through convert-standard-filename.
14832
148332000-07-18 Kenichi Handa <handa@etl.go.jp>
14834
14835 * international/mule-cmds.el (select-safe-coding-system):
14836 Fix typo in the comment.
14837
14838 * language/european.el (compound-text):
14839 Force katakana-jisx0201 to be designated to G1.
14840
14841 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14842 Don't translate some national variant characters of latin-jisx0201.
14843 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14844
14845 * international/kkc.el (kkc-after-update-conversion-functions):
14846 New variable.
14847 (kkc-update-conversion): Run functions in it at the tail.
14848
148492000-07-16 John Wiegley <johnw@gnu.org>
14850
14851 * lisp/align.el (align-newline-and-indent):
14852 Adding new function. for auto-aligning blocks of code on RET.
14853 (align-region): Fixed badly formatted minibuffer message.
14854
148552000-07-17 Kenichi Handa <handa@etl.go.jp>
14856
14857 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14858 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14859 the conversion list at first if appropriate.
14860 (kkc-next): Don't update kkc-next-count here.
14861 (kkc-prev): Don't update kkc-prev-count here.
14862 (kkc-show-conversion-list-update): Fix setting up of conversion
14863 list message.
14864
148652000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14866
14867 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14868
148692000-07-16 Dave Love <fx@gnu.org>
14870
14871 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14872 function to be more specific.
14873
14874 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14875 non-string help-echo.
14876 (widget-types-convert-widget): Defsubst it.
14877 (widget-echo-help): Try to cope with a help-echo function of two
14878 possible sorts.
14879
148802000-07-15 Jason Rumney <jasonr@gnu.org>
14881
14882 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14883 Declare as obsolete.
14884
14885 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14886
148872000-07-14 Gerd Moellmann <gerd@gnu.org>
14888
14889 * hilit-chg.el: Fix typo.
14890
148912000-07-14 Dave Love <fx@gnu.org>
14892
14893 * info.el (Info-mode-menu): Fix use of :help, :enable.
14894
148952000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14896
14897 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14898
148992000-07-13 Dave Love <fx@gnu.org>
14900
14901 * emacs-lisp/easymenu.el: Doc fixes.
14902 (easy-menu-remove): Defalias to ignore.
14903
14904 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14905 Call throw correctly.
14906
149072000-07-13 Gerd Moellmann <gerd@gnu.org>
14908
14909 * faces.el (frame-background-mode): Doc fix.
14910
14911 * simple.el (eval-expression-print-length): Change custom type to
14912 allow entering nil as value.
14913
149142000-07-13 Dave Love <fx@gnu.org>
14915
14916 * progmodes/fortran.el (fortran-imenu-generic-expression):
14917 Change definition layout.
14918 (fortran-mode-menu): Reinstate customize entries.
14919
14920 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14921 Use :filter, per old XEmacs code.
14922
149232000-07-12 Gerd Moellmann <gerd@gnu.org>
14924
14925 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14926 event when deciding what to send to the terminal.
14927
149282000-07-12 Dave Love <fx@gnu.org>
14929
14930 * cus-start.el: Add optional version as 4th element of specs and
14931 use it for several things new in v21. Remove load-path. Fix type
14932 of line-number-display-limit.
14933
149342000-07-11 Dave Love <fx@gnu.org>
14935
14936 * progmodes/fortran.el: Don't require easymenu.
14937 Use repeat counts in various regexps.
14938 (fortran-mode-syntax-table): Defvar directly.
14939 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14940 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14941 Use defvar, not defconst.
14942 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14943 (fortran-mode): Set fortran-comment-line-start-skip,
14944 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14945 (fortran-comment-indent): Use defsubst.
14946 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14947 Use fortran-comment-indent, not fortran-comment-indent-function.
14948 (fortran-comment-region, fortran-electric-line-number): Simplify.
14949 (fortran-auto-fill): New function.
14950 (fortran-do-auto-fill): Deleted.
14951 (fortran-find-comment-start-skip):
14952 Check for non-null comment-start-skip.
14953 (fortran-auto-fill-mode, fortran-fill-statement):
14954 Use fortran-auto-fill.
14955 (fortran-fill): Use fortran-auto-fill. Check for null
14956 comment-start-skip. Simplify final clause and use end-of-line finally.
14957
14958 * widget.el (widget-plist-member): New alias.
14959
149602000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14961
14962 * eshell/esh-module.el (toplevel): Reference
14963 byte-compile-current-file only if it is bound.
14964
149652000-07-10 Gerd Moellmann <gerd@gnu.org>
14966
14967 * dired.el: Don't require `dired-aux'.
14968
149692000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14970
14971 * dired-aux.el (dired-show-file-type): New function.
14972 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14973 (dired-show-file-type): Add autoload.
14974
149752000-07-10 Kenichi Handa <handa@etl.go.jp>
14976
14977 * international/mule-diag.el (describe-font): Adjusted for the
14978 change of fontset-info.
14979 (print-fontset): Likewise.
14980
149812000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14982
14983 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14984
149852000-07-07 Gerd Moellmann <gerd@gnu.org>
14986
14987 * bindings.el: Bind `[delete]' to delete-char.
14988
14989 * dired.el (dired-find-alternate-file): New function.
14990 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14991 (toplevel): Require dired-aux when compiling.
14992 (dired-buffers): Move defvar within file to avoid compiler warning.
14993
14994 * info.el (Info-last-search): Variable removed.
14995 (Info-search-history): New variable.
14996 (Info-search): New Info-search-history.
14997
14998 * battery.el, info-look.el: Change author's mail address.
14999
150002000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
15001
15002 * mail/rmail.el (rmail-clear-headers): Don't throw an error
15003 if rmail-ignored-headers is nil.
15004 (rmail-retry-failure): Bind rmail-ignored-headers and
15005 rmail-displayed-headers to nil.
15006
150072000-07-06 Gerd Moellmann <gerd@gnu.org>
15008
15009 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15010 (print-region-1): Don't hard code `-h' here.
15011
15012 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15013
150142000-07-01 Francesco Potorti` <pot@gnu.org>
15015
15016 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15017 exim can use "your message" instead of "the message".
15018
150192000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15020
15021 * facemenu.el: Docstrings fixes.
15022 (facemenu-get-face): Don't use internal-find-face.
15023 (facemenu-iterate): Rename arg to match the docstring.
15024
15025 * newcomment.el (uncomment-region): Be more careful when skipping
15026 backwards over `=' not to bump into BOBP.
15027
150282000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15029
15030 * ediff-diff.el (ediff-wordify): Use syntax table.
15031 * ediff-init.el (ediff-has-face-support-p): Use
15032 ediff-color-display-p.
15033 (ediff-color-display-p): Use display-color-p, changed to defun
15034 from defsubst.
15035 Got rid of special cases for NeXT and OS/2.
15036 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15037 face.
15038
150392000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15040
15041 * emacs-lisp/lucid.el: Require CL.
15042 (copy-tree, remprop): Remove, it's provided by CL.
15043 (map-keymap): Define in terms of cl-map-keymap.
15044 (extent-property, set-extent-end-glyph): New functions.
15045
15046 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15047
150482000-07-05 Gerd Moellmann <gerd@gnu.org>
15049
15050 * Makefile.in (DONTCOMPILE): Add comment that the name may
15051 not be changed without changing the make-dist script.
15052
15053 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15054 (cl-mapc): Use mapc instead of cl-old-mapc.
15055
150562000-07-05 Andrew Innes <andrewi@gnu.org>
15057
15058 * makefile.nt: Add support for `bootstrap' and related targets.
15059
150602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15061
15062 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15063 (easy-menu-do-define): Use `menu-item' format.
15064 Handle case where easy-menu-create-menu returns a symbol.
15065 Manually call the potential top-level filter in the function binding.
15066 (easy-menu-filter-return): New arg NAME.
15067 Convert to a keymap if MENU is an XEmacs menu.
15068 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15069 (easy-menu-converted-items-table, easy-menu-convert-item):
15070 New var and fun to memoize easy-menu-convert-item-1.
15071 (easy-menu-do-add-item): Use it.
15072 (easy-menu-create-menu): Use easy-menu-convert-item.
15073 Wrap easy-menu-filter-return around any :filter specification.
15074 Don't convert the menu if a filter was specified.
15075 Tell easy-menu-make-symbol not to check for MENU being an expression.
15076 (easy-menu-make-symbol): New arg NOEXP.
15077
150782000-07-05 Gerd Moellmann <gerd@gnu.org>
15079
15080 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15081 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15082 (eval-defun): If called with prefix arg, instrument code for
15083 Edebug.
15084
15085 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15086 similar to that of eval-defun.
15087
150882000-07-04 Dave Love <fx@gnu.org>
15089
15090 * hl-line.el (hl-line-overlay): Make it permanent-local.
15091
15092 * calendar/todo-mode.el: Replaced with a working version, based on
15093 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15094
150952000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15096
15097 * paths.el (prune-directory-list): New function.
15098 (Info-default-directory-list): Rewritten to more methodically
15099 enumerate a big list of possible info directories (based on the
15100 list used by the standalone info reader).
15101
15102 * info.el (info-initialize): Use prune-directory-list to remove
15103 non-existent directories from Info-directory-list.
15104
15105 * paths.el (Info-default-directory-list): Try a list of possible
15106 info-directories instead of a single one. Add the possible
15107 info directory "/usr/share/info".
15108
15109 * woman.el (woman-man.conf-path): Explicitly include the debian
15110 man-db config file "/etc/manpath.config".
15111 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15112 are present in `manpath.config'.
15113 (woman-manpath): Include "/usr/share/man".
15114
151152000-07-03 Gerd Moellmann <gerd@gnu.org>
15116
15117 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15118
15119 * startup.el (command-line): Initialize blink-cursor based
15120 on window-system.
15121
15122 * frame.el (blink-cursor): Default to nil if not running under
15123 a window-system.
15124
15125 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15126 (face-x-resources): Remove duplicate entry for :font.
15127
15128 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15129 instead of cycling through windows with next-window.
15130
15131 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15132 of cycling through windows with next-window.
15133
15134 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15135 of cycling through windows with next-window.
15136
15137 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15138 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15139 instead of cycling through windows with next-window.
15140
15141 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15142 instead of cycling through windows with next-window.
15143
15144 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15145 of cycling through windows with next-window.
15146
15147 * terminal.el (te-process-output): Use walk-windows instead of
15148 cycling through windows with next-window.
15149
15150 * server.el (server-switch-buffer): Use some-window instead of
15151 cycling through windows with next-window.
15152
15153 * window.el (some-window): New function.
15154 (walk-windows): Remove reference to walk-windows-start.
15155
15156 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15157
151582000-07-03 Richard Stallman <rms@gnu.org>
15159
15160 * window.el (walk-windows): Guarantee termination by keeping a list
15161 of all the windows already handled.
15162
151632000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15164
15165 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15166 window-system.
15167
15168 * man.el (Man-notify-when-ready): Don't use window-system. If
15169 Man-notify-method is newframe, and the display is not
15170 multi-frame, select the frame created for the man page.
15171 (Man-init-defvars): Doc fix.
15172
151732000-06-28 Gerd Moellmann <gerd@gnu.org>
15174
15175 * faces.el (region): Change background color for light background.
15176
15177 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15178 attribute from mode-line face of Ediff control frame.
15179
15180 * replace.el (query-replace-map): Bind `e' like `E'.
15181
151822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15183
15184 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15185 Change name to "Select All".
15186
15187 * dos-fns.el (convert-standard-filename): Fix last change.
15188
151892000-06-27 Gerd Moellmann <gerd@gnu.org>
15190
15191 * help.el (describe-variable): Don't insert a second `'s' in front
15192 of the string `value is shown below'. Since the syntax-table is
15193 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15194 an existing `'s', so that this won't be deleted.
15195
15196 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15197 * pcmpl-unix.el: New files.
15198
151992000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15200
15201 * wid-edit.el (widget-member): Use the new plist-member.
15202
152032000-06-26 Gerd Moellmann <gerd@gnu.org>
15204
15205 * replace.el (perform-replace): Undo change of 2000-04-04.
15206 Instead, move backward 1 character at the end of the loop when
15207 necessary.
15208
15209 * faces.el (fringe): Change face for different backgrounds.
15210
15211 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15212 patch from John.
15213
15214 * eshell/*.el: Change spelling of the Free Software Foundation.
15215
15216 * eshell/esh-toggle.el: Removed.
15217
15218 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15219
15220 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15221 interactively.
15222
152232000-06-26 Alex Schroeder <alex@gnu.org>
15224
15225 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15226 `define-key'; instead of checking `(emacs-version)' check for
15227 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15228 for `;' and `o' which might be electric.
15229
15230 (sql-electric-stuff): New user option.
15231 (sql-magic-go): New function which uses `sql-electric-stuff'.
15232 (sql-magic-semicolon): New function which uses
15233 `sql-electric-stuff'.
15234
15235 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15236 is not fboundp.
15237
15238 (sql-oracle-options): New variable.
15239 (sql-oracle): Use it.
15240
15241 (sql-imenu-generic-expression): Doc change.
15242 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15243 is used.
15244
15245 (sql-informix): Added command line parameter "-" to force
15246 sql-informix-program to use stdout.
15247
152482000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15249
15250 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15251 (cp864-decode-table): Doc fix.
15252 (cp720-decode-table): New variable, supports the Arabic OEM
15253 codepage used by Windows.
15254 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15255
152562000-06-23 Dave Love <fx@gnu.org>
15257
15258 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15259 (font-lock-fontify-anchored-keywords): Use
15260 line-beginning-position.
15261 (global-font-lock-mode): Use mapc.
15262
152632000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15264
15265 * eshell/esh-module.el: Require CL when compiling.
15266
152672000-06-23 Gerd Moellmann <gerd@gnu.org>
15268
15269 * comint.el (comint-substitute-in-file-name): Call replace-match
15270 with second and third arg t.
15271
15272 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15273 Specify foreground color.
15274
15275 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15276 color.
15277
15278 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15279
15280 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15281 cddr instead of cdddr.
15282
15283 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15284 instead of copy-list.
15285
15286 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15287 of copy-list.
15288
15289 * subdirs.el: Add eshell subdirectory.
15290
15291 * eshell: New subdirectory containing the Eshell package.
15292
15293 * pcomplete.el: New file.
15294
152952000-06-23 Paul Eggert <eggert@twinsun.com>
15296
15297 * mail/mailpost.el (post-mail-send-it): Make sure file has
15298 proper permissions from birth.
15299
15300 * files.el (basic-save-buffer-2): When temporarily setting
15301 file modes, set them to current modes plus 0200, not to 0777.
15302
15303 * emerge.el (emerge-make-temp-file): Make sure file has proper
15304 permissions from birth.
15305
153062000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15307
15308 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15309 backup file name through convert-standard-filename.
15310
15311 * dos-fns.el (convert-standard-filename): Convert leading
15312 directories as well. When long file names are supported, convert
15313 characters that are invalid in Windows file names.
15314
153152000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15316
15317 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15318 ps-print crashes. New feature: page selection for printing. Create
15319 raw-text-unix coding system for XEmacs. Doc fix.
15320 (ps-print-version): New version number (5.2.3).
15321 (ps-plot-region): Bug fix.
15322 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15323 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15324 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15325 funs.
15326 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15327 (ps-last-page): New vars.
15328
153292000-06-21 Gerd Moellmann <gerd@gnu.org>
15330
15331 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15332 empty option string.
15333
153342000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15335
15336 * man.el (man): Doc fix.
15337
153382000-06-21 Kenichi Handa <handa@etl.go.jp>
15339
15340 * international/mule-cmds.el (set-language-info-alist): Docstring
15341 fixed.
15342
153432000-06-20 Gerd Moellmann <gerd@gnu.org>
15344
15345 * version.el (emacs-version): Use ISO date format.
15346
15347 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15348 instead of `M-backspace'.
15349
15350 * simple.el (turn-off-auto-fill): New function.
15351
153522000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15353
15354 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15355 Renamed from with-buffer-prepared-for-font-lock and use
15356 inhibit-modification-hooks rather than setting *-change-functions.
15357 Update all functions to use the new name.
15358 (jit-lock-first-unfontify-pos): New semantics (and doc).
15359 (jit-lock-mode): Make non-interactive.
15360 Don't automatically turn on font-lock.
15361 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15362 Always use jit-lock-after-change.
15363 Remove and restore font-lock-after-change-function.
15364 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15365 (jit-lock-after-unfontify-buffer): Remove.
15366 (jit-lock-stealth-fontify):
15367 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15368 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15369
153702000-06-20 Sam Steingold <sds@gnu.org>
15371
15372 * emacs-lisp/cl-indent.el (toplevel): Indent
15373 `print-unreadable-object' properly. Untabify.
15374
153752000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15376
15377 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15378 Support for bibentry.
15379 (reftex-compile-variables): Fixed problem with end of section-re.
15380
15381 * texmodes/reftex-dcr.el (reftex-view-crossref,
15382 reftex-view-crossref-from-bibtex):
15383 Deal with changed `reftex-find-citation-regexp-format'.
15384 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15385 Replaced `remprop' with `put'.
15386 (reftex-view-crossref, reftex-view-crossref-when-idle):
15387 Support for bibentry.
15388
15389 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15390 New entry for bibentry package.
15391
15392 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15393 Regexp also matches "\nobibliography".
15394
15395 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15396 Call `reftex-ensure-write-access' before doing anything.
15397 (reftex-ensure-write-access): New function.
15398
153992000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15400
15401 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15402
15403 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15404
15405 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15406
15407 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15408
15409
154102000-06-20 Dave Love <fx@gnu.org>
15411
15412 * faces.el (frame-background-mode): Use set-default, not set, in
15413 setter.
15414 (frame-update-faces, frame-update-face-colors): Define with
15415 defalias.
15416
15417 * enriched.el (enriched-decode-foreground)
15418 (enriched-decode-background): Don't use internal-find-face.
15419
15420 * apropos.el: Doc fixes.
15421
15422 * cus-edit.el (customize-changed-options): Check arg.
15423 (customize-version-lessp): Don't require decimal point.
15424
15425 * custom.el (defcustom, defgroup): Doc fix.
15426
15427 * newcomment.el (comment) <defgroup>: Add :version.
15428 (comment-multi-line): Doc fix.
15429
15430 * emulation/mlsupport.el (define-hooked-local-abbrev,
15431 define-hooked-global-abbrev): Fix, using define-abbrev.
15432
154332000-06-19 Gerd Moellmann <gerd@gnu.org>
15434
15435 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15436 the whole buffer.
15437
154382000-06-19 Dave Love <fx@gnu.org>
15439
15440 * menu-bar.el (menu-bar-options-save): New function.
15441 (menu-bar-options-menu): Use it.
15442 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15443 Simplify.
15444
154452000-06-19 Andreas Schwab <schwab@suse.de>
15446
15447 * progmodes/etags.el (tags-query-replace): Put new parameters
15448 START and END at the end, for backward compatibility.
15449
154502000-06-19 Kenichi Handa <handa@etl.go.jp>
15451
15452 * international/codepage.el:
15453 (cp-coding-system-for-codepage-1): Delete special codes for
15454 generating xxx-dos coding system because now a CCL based coding
15455 system can handle EOL conversion by default.
15456
15457 * international/mule.el (make-coding-system): Generate subsidiary
15458 coding systems for EOL handling variants even for a CCL based
15459 coding system.
15460
154612000-06-19 Kenichi Handa <handa@etl.go.jp>
15462
15463 * international/isearch-x.el (isearch-minibuffer-input-method)
15464 (isearch-minibuffer-input-method-function): These variables
15465 deleted.
15466 (isearch-with-input-method): Don't use the above variables.
15467 (isearch-process-search-multibyte-characters): Likewise. Call
15468 read-string with the arg INHERIT-INPUT-METHOD t.
15469
154702000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15471
15472 * font-lock.el (font-lock-after-fontify-buffer)
15473 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15474
15475 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15476 Use consistent make-local-variable style for font-lock-fontified.
15477 (jit-lock-fontify-buffer):
15478 Don't bother checking for font-lock-mode and jit-lock-mode.
15479
15480 * time.el: Remove trailing ^M that prevent CVS-merging.
15481
154822000-06-16 Gerd Moellmann <gerd@gnu.org>
15483
15484 * Makefile.in (distclean): New target.
15485
154862000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15487
15488 * Makefile.in (srcdir): Define for update-subdirs.
15489
154902000-06-16 Gerd Moellmann <gerd@gnu.org>
15491
15492 * find-lisp.el: New file.
15493
154942000-06-16 Andrew Innes <andrewi@gnu.org>
15495
15496 * time.el (display-time-mail-function): New variable, to allow
15497 external packages to indicate when new mail is available.
15498 (display-time-update): Use it.
15499
155002000-06-16 Kenichi Handa <handa@etl.go.jp>
15501
15502 * international/mule.el (mule-version): Change version name to
15503 SAKAKI. AOI has already been used by Meadow.
15504
15505 * international/quail.el (quail-show-guidance-buf): To find the
15506 bottom window (but minibuffer), pay attention to the height of
15507 minibuffer.
15508
155092000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15510
15511 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15512 menu-bar menus. Add help strings. Don't remove the Edit menu
15513 from the menu bar, as the menu bar has enough space now.
15514
15515 * Makefile.in (SHELL): Make sure /bin/sh is used.
15516
15517 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15518 characters, which use series of two ^H characters instead of one.
15519
155202000-06-15 Gerd Moellmann <gerd@gnu.org>
15521
15522 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15523 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15524 functions.
15525 (Info-find-node-2): Try a case-sensitive search first, then
15526 do a case-insensitive search.
15527
15528 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15529 tutorials.
15530
15531 * complete.el (PC-env-vars-alist): New variable.
15532 (PC-complete-as-file-name): New function.
15533 (partial-completion-mode): Initialize PC-env-vars-alist from
15534 process-environment.
15535 (PC-do-completion): Handle completion of env vars.
15536
15537 * info.el (Info-set-mode-line): Show file name in mode line,
15538 use `*Info*' instead of `Info:'.
15539
15540 * startup.el (command-line-1): Change copyright messages to year
15541 2000.
15542
155432000-06-15 Dave Love <fx@gnu.org>
15544
15545 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15546 not local-map.
15547
155482000-06-15 Kenichi Handa <handa@etl.go.jp>
15549
15550 * international/mule.el (set-buffer-file-coding-system): Almost
15551 rewritten to handle `undecided' as no-op.
15552
155532000-06-14 Gerd Moellmann <gerd@gnu.org>
15554
15555 * Makefile.in: New file.
15556
15557 * Makefile: Removed.
15558
15559 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15560 (goto-address-highlight-keymap): Bind C-c RET.
15561
155622000-06-14 Kenichi Handa <handa@etl.go.jp>
15563
15564 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15565 inherits buffer-file-coding-system of the current buffer.
15566
15567 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15568 0. Give correct argument to set-auto-coding-function.
15569 (tar-expunge): For goto-char, use (point-min), not 0.
15570 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15571 (tar-subfile-save-buffer): Likewize.
15572
15573 * international/mule.el
15574 (after-insert-file-set-buffer-file-coding-system): Call
15575 set-buffer-file-coding-system with the arg FORCE t.
15576
155772000-06-13 Gerd Moellmann <gerd@gnu.org>
15578
15579 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15580 nil. Contemporary sendmails issue an X-Authentication-Warning if
15581 the sender is set with `-f'.
15582
155832000-06-13 Dave Love <fx@gnu.org>
15584
15585 * help.el (describe-function-1): Kluge around cases of functions
15586 fset to subrs whose doc doesn't match their symbol-name.
15587
15588 * image.el (insert-image): Default STRING to a space.
15589
15590 * info.el Doc fixes.
15591 (Info-build-node-completions): Match Ref tags.
15592
155932000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15594
15595 * frame.el (display-multi-frame-p, display-multi-font-p): New
15596 defaliases for display-graphic-p.
15597
15598 * hl-line.el: Fixed a typo in commentary.
15599
156002000-06-13 Kenichi Handa <handa@etl.go.jp>
15601
15602 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15603 fixed.
15604
156052000-06-12 Dave Love <fx@gnu.org>
15606
15607 * image.el (insert-image): Save a little consing.
15608
156092000-06-12 Kenichi Handa <handa@etl.go.jp>
15610
15611 * language/tibet-util.el: Convert all tibetan-1-column characters
15612 to the corresponding tibetan characters.
15613 (tibetan-add-components): Delete code for the special treatment of
15614 'a chung.
15615
15616 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15617 change.
15618 (tibetan-vowel-transcription-alist): More rules added.
15619 (tibetan-composite-vowel-alist): New variable.
15620 (tibetan-precomposition-rule-alist): More rules added.
15621
156222000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15623
15624 * startup.el (command-line): Only call menu-bar-mode if interactive.
15625
15626 * thingatpt.el (toplevel symbol-properties):
15627 * textmodes/makeinfo.el (makeinfo-compile):
15628 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15629 * progmodes/hideif.el (hif-compress-define-list)
15630 (hide-ifdef-use-define-alist):
15631 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15632 (ange-ftp-vms-add-file-entry):
15633 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15634 * man.el (Man-build-man-command):
15635 * mail/rnewspost.el (news-reply-header-hook):
15636 * info.el (Info-insert-dir):
15637 * emulation/mlconvert.el (backward-word, forward-word, setq):
15638 * emacs-lisp/gulp.el (gulp-send-requests):
15639 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15640 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15641 (byte-optimize-apply, end of file):
15642 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15643 (ad-make-freeze-definition):
15644 * startup.el (command-line, command-line-1): Don't quote lambdas.
15645
15646 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15647 (cvs-cleanup-removed): New function.
15648 (cvs-cleanup-functions): New var.
15649 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15650 some flexibility in specifying additional entries to auto-cleanup.
15651 (cvs-quickdir): New function.
15652 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15653 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15654 (cvs-mode-find-file): Check that we are on a filename or dirname
15655 when invoked through a mouse-click.
15656 (cvs-full-path): Remove.
15657 (cvs-dired-action): Re-introduced.
15658 (cvs-dired-noselect): Use it.
15659 (vc-post-command-functions): use this new hook if available.
15660
15661 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15662 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15663 (cvs-filename-map, cvs-dirname-map): Remove.
15664 (cvs-default-action): Remove.
15665 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15666 if the arg is really a keymap.
15667 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15668 Don't hardcode the mapping from state (aka type) to face, but check
15669 the var cvs-fi-<type>-face instead.
15670 (cvs-fileinfo-from-entries): New function.
15671
15672 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15673 Docstring fix.
15674 (cvs-find-file-and-jump): Change default to be safer.
15675 (cvs-mode-diff-map): Define it as a function as well.
15676 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15677 Bind mouse-2 in this global map rather than with text-properties.
15678
15679 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15680 file to resolve the ambiguity between C(conflict) and C(need-merge).
15681
156822000-06-12 Kenichi Handa <handa@etl.go.jp>
15683
15684 * international/mule.el (set-buffer-file-coding-system): If
15685 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15686 unconditionally.
15687
156882000-06-12 Dave Love <fx@gnu.org>
15689
15690 * wid-edit.el (widget-specify-button): Really suppress the face if
15691 required.
15692
156932000-06-11 Gerd Moellmann <gerd@gnu.org>
15694
15695 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15696
156972000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15698
15699 * imenu.el (imenu-generic-expression): Docstring fix.
15700
15701 * composite.el (composition-function-table): Move the `put'
15702 below the autoload cookie so we can load the file before loaddefs.
15703
15704 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15705
15706 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15707 Handle easy-mmode-define-global-mode.
15708 For complex macros like define-minor-mode that can generate
15709 several autoload entries, try to autoload entries in the
15710 macroexpanded code.
15711
15712 * emacs-lisp/easy-mmode.el (define-minor-mode):
15713 If KEYMAP is a symbol, just use it.
15714 Use byte-compile-current-file and load-file-name to infer the
15715 proper :require to pass to defcustom.
15716 Wrap the hook var into `progn' so as not to autoload it.
15717 Add a :autoload-end cookie.
15718 Be more careful about the evaluation of KEYMAP.
15719 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15720 (define-derived-mode): Move define-abbrev-table outside of defvar.
15721
157222000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15723
15724 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15725 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15726 (backup-compiled-files): Ignore errors during `tar'.
15727 (bootstrap): Make autoloads before elc files.
15728
157292000-06-10 Kenichi Handa <handa@etl.go.jp>
15730
15731 * international/mule.el (set-buffer-file-coding-system): If one of
15732 undecided-XXX is specified, change only EOL conversion.
15733
15734 * international/mule-conf.el (unix): New alias for the coding
15735 system undecided-unix.
15736
157372000-06-09 Dave Love <fx@gnu.org>
15738
15739 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15740
15741 * progmodes/executable.el: Byte compile dynamic.
15742 (executable-insert): Change custom type.
15743 (executable-find): Add autoload cookie.
15744 (executable-make-buffer-file-executable-if-script-p): New
15745 function. After Noah Friedman.
15746
15747 * files.el (after-save-hook): Customize, with
15748 executable-make-buffer-file-executable-if-script-p as an option.
15749
157502000-06-09 Kenichi Handa <handa@etl.go.jp>
15751
15752 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15753 "tib24p-mule.bdf" for Tibetan.
15754
15755 * composite.el (decompose-composite-char): Declare it as obsolete.
15756
15757 * man.el (Man-fontify-manpage): Pay attention to underline and
15758 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15759
157602000-06-08 Gerd Moellmann <gerd@gnu.org>
15761
15762 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15763 Set maintainer to FSF since author isn't reachable.
15764
157652000-06-08 Dave Love <fx@gnu.org>
15766
15767 * international/mule-cmds.el (select-safe-coding-system): If
15768 DEFAULT-CODING-SYSTEM is not specified, also check the most
15769 preferred coding-system if buffer-file-coding-system is
15770 `undecided'. From Handa.
15771
157722000-06-08 Kenichi Handa <handa@etl.go.jp>
15773
15774 * international/mule.el
15775 (after-insert-file-set-buffer-file-coding-system): If the buffer
15776 size is greater than INSERTED, judget that we are not visiting.
15777
157782000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15779
15780 * whitespace.el (defgroup whitespace): Comment out `:version'.
15781 XEmacs 20.4 has problems defining the group with this present.
15782 We'll have this commented out till get resolve the problem.
15783
157842000-06-07 John Wiegley <johnw@gnu.org>
15785
15786 * align.el (align-dq-string-modes, align-sq-string-modes)
15787 (align-open-comment-modes): Add pyhton-mode.
15788 (align-rules-list): Use get-text-property instead of
15789 text-properties-at.
15790 (align-rules-list): Add python-assignment.
15791 (align-rules-list): Change perl-comma-delimiter to
15792 basic-comma-delimiter. Use if for Perl modes and python-mode.
15793 (align-rules-list): Add python-chain-logic and
15794 basic-line-continuation.
15795
157962000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15797
15798 * apropos.el (apropos-mode-hook): New user variable.
15799 (apropos-mode): Run apropos-mode-hook.
15800
158012000-06-07 David Ponce <david@dponce.com>
15802
15803 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15804 commands. Require `wid-edit' at run-time.
15805
158062000-06-07 David Ponce <david@dponce.com>
15807
15808 * recentf.el: Added some "Commentary".
15809 (recentf-open-more-files, recentf-edit-list): Minor changes to
15810 move the point at the top of the file list. This behaviour is
15811 consistent with the menu one when the list contains a lot of
15812 files.
15813 (recentf-cleanup): Now displays the number of items removed from
15814 the list.
15815 (recentf-relative-filter) New menu filter to show filenames
15816 relative to `default-directory'.
15817
158182000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15819
15820 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15821 with/without giving an error if PostScript printer doesn't have this
15822 kind of page size. Zebra Stripe continues or restarts on next page.
15823 Manual/automatic paper feeding. Switch or not the header.
15824 (ps-print-version): New version number (5.2.2).
15825 (ps-windows-system): Include emx as a Windows system.
15826 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15827 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15828 (ps-background-text): Code fix.
15829 (ps-error-handler-message, ps-user-defined-prologue)
15830 (ps-print-prologue-header, ps-printer-name)
15831 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15832 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15833 (ps-use-face-background): Customization fix.
15834 (ps-n-up-database): Data fix.
15835 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15836 (ps-switch-header): New vars.
15837 (ps-xemacs-color-name, ps-face-foreground-name)
15838 (ps-face-background-name, ps-boolean-constant): New funs.
15839
158402000-06-07 Dave Love <fx@gnu.org>
15841
15842 * allout.el: New version from Manheimer.
15843
158442000-06-07 Kenichi Handa <handa@etl.go.jp>
15845
15846 * textmodes/fill.el (fill-find-break-point): Check the validity of
15847 charset.
15848
158492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15850
15851 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15852 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15853 Call display-color-p and display-mouse-p instead of looking at
15854 window-system.
15855
158562000-06-06 Dave Love <fx@gnu.org>
15857
15858 * image.el (find-image): Doc fix. Return nil if image not found.
15859 (put-image, insert-image): Make STRING arg optional.
15860
158612000-06-06 Kenichi Handa <handa@etl.go.jp>
15862
15863 * language/vietnamese.el: Remove eval-when-compile.
15864 (viet-viscii-nonascii-translation-table): Define it as a
15865 translation table made from viet-viscii-decode-table.
15866 (viet-viscii-encode-table): Define it as a translation table made
15867 from the reverse map of above.
15868 (viet-vscii-nonascii-translation-table): Define it as a
15869 translation table made from viet-vscii-decode-table.
15870 (viet-vscii-encode-table): Define it as a translation table made
15871 from the reverse map of above.
15872 (ccl-decode-viscii): Use translate-character.
15873 (ccl-encode-viscii, ccl-encode-viscii-font)
15874 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15875 Likewize.
15876
15877 * language/cyrillic.el: Remove eval-when-compile.
15878 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15879 translation table made from cyrillic-koi8-r-decode-table.
15880 (cyrillic-koi8-r-encode-table): Define it as a translation table
15881 made from the reverse map of above.
15882 (ccl-decode-koi8): Use translate-character.
15883 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15884 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15885 a translation table made from cyrillic-alternativnyj-decode-table.
15886 (cyrillic-alternativnyj-encode-table): Define it as a translation
15887 table made from the reverse map of above.
15888 (ccl-decode-alternativnyj): Use translate-character.
15889 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15890 Likewize
15891
15892 * international/mule-diag.el (non-iso-charset-alist): Specify
15893 translation table symbol instead of translation table itself.
15894 (list-block-of-chars): CHARSET may be a translation table symbol.
15895
15896 * international/mule.el (make-coding-system): If CODING-SYSTEM
15897 already exists, override it.
15898
15899 * international/fontset.el: Use family `proportional' for Tibetan
15900 fonts.
15901
15902 * international/ccl.el (ccl-compile-translate-character): Don't
15903 check if Rrr has property translation-table.
15904 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15905
159062000-06-05 Gerd Moellmann <gerd@gnu.org>
15907
15908 * info.el: Bind case-fold-search to t when searching in case
15909 a user sets it to nil in a hook.
15910
159112000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15912
15913 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15914 * hl-line.el (hl-line-mode): Use the new :global key argument.
15915
15916 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15917 (tar-clip-time-string): Prepend a space.
15918 (tar-grind-file-mode): Construct a string rather than modifying one.
15919 (tar-header-block-summarize): Fix docstring.
15920 Use `format' rather than an error-prone set of copy-loops.
15921
15922 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15923 (diff-goto-source, diff-unified->context, diff-context->unified)
15924 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15925 understand the format output by the `-p' argument to diff.
15926
15927 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15928 (sh-re-done): Use defconst.
15929 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15930 (sh-help-string-for-variable, sh-guess-basic-offset):
15931 Don't quote lambdas.
15932 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15933 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15934
15935 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15936 (mh-letter-mode): Derive from text-mode.
15937 This implicitly means that it now calls kill-all-local-variables.
15938 Also remove the Emacs-18 compatibility code.
15939
15940 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15941 Make use of symbol-property doc-string-elt.
15942 Use memq rather than a sequence of eq.
15943 (doc-string-elt): Fix the wrong or missing previously unused values.
15944 (autoload-print-form): New function extracted from
15945 generate-file-autoloads to allow recursion when handling progn
15946 so that defvar's and defun's docstrings are properly printed.
15947 (generate-file-autoloads): Use it.
15948
15949 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15950 Use find-file-hooks in the minor-mode function.
15951 Be careful not to loop indefinitely in the post-command-hook function.
15952
159532000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15954
15955 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15956 tty's.
15957 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15958 differences whenever appropriate.
15959 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15960 * viper.el (find-file, find-file-other-window): Get viper to do
15961 wildcards.
15962
159632000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15964
15965 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15966 (jit-lock-fontify-buffer): New function for JIT refontification.
15967 (jit-lock-mode): Fix docstring.
15968 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15969 Remove jit-lock-after-change from the _local_ hook.
15970 (jit-lock-function-1): Fix docstring.
15971
15972 * info.el (Info-on-current-buffer): Initialize info.
15973
15974 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15975
15976 * progmodes/tcl.el (tcl-indent-for-comment):
15977 Ignore comment-indent-hook.
15978
15979 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15980 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15981 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15982 and improve to use the lighter to guess the capitalization.
15983 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15984 Add keyword arguments to specify global-ness or the custom group.
15985 Add local-map and help-echo properties to the lighter.
15986 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15987 (easy-mmode-define-global-mode): New macro.
15988
159892000-06-02 Dave Love <fx@gnu.org>
15990
15991 * wid-edit.el: byte-compile-dynamic since we typically don't use
15992 all the widgets. Don't require cl or widget. Remove
15993 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15994 (widget-read-event): Removed. Callers changed to use read-event.
15995 (widget-button-release-event-p): Renamed from
15996 button-release-event-p.
15997 (widget-field-add-space, widget-field-use-before-change):
15998 Uncustomize.
15999 (widget-specify-field): Use keymap property, not local-map.
16000 (widget-specify-button): Obey :suppress-face.
16001 (widget-specify-insert): Use modern backquote syntax.
16002 (widget-image-directory): Renamed from widget-glyph-directory.
16003 (widget-image-enable): Renamed from widget-glyph-enable.
16004 (widget-image-find): Replaces widget-glyph-find.
16005 (widget-button-pressed-face): Move defvar.
16006 (widget-image-insert): Replaces widget-glyph-insert.
16007 (widget-convert): Use keywordp.
16008 (widget-leave-text, widget-children-value-delete): Use mapc.
16009 (widget-keymap): Remove XEmacs stuff.
16010 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16011 (widget-button-click): Don't set point at the click, but re-centre
16012 if we scroll out of window. Rewritten for images v. glyphs &c.
16013 (widget-tabable-at): Use POS arg, not point.
16014 (widget-beginning-of-line, widget-end-of-line)
16015 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16016 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16017 (widget-default-create): Use widget-image-insert; some rewriting.
16018 (widget-visibility-value-create)
16019 (widget-push-button-value-create, widget-toggle-value-create): Use
16020 widget-image-insert.
16021 (checkbox): Create on and off images dynamically.
16022 (documentation-link): Change :help-echo.
16023 (widget-documentation-link-echo-help): Remove.
16024
160252000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16026
16027 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16028
16029 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16030 (easy-mmode-define-toggle, define-minor-mode): Use it.
16031 (easy-mmode-define-keymap): Docstring fix.
16032 (define-derived-mode): Default PARENT to fundamental-mode.
16033 Add the derived-mode-parent symbol-property.
16034 (easy-mmode-derived-mode-p): New function.
16035
160362000-06-02 Dave Love <fx@gnu.org>
16037
16038 * files.el (convert-standard-filename): Doc fix.
16039 (normal-backup-enable-predicate): New function.
16040 (backup-enable-predicate): Use it to replace the lambda form.
16041
16042 * calendar/todo-mode.el: [This needs more work on the outline
16043 stuff.] Doc fixes.
16044 (todo) <defgroup>: Add :version.
16045 (todo-add-category): Don't use pushnew.
16046 (todo-cmd-raise): Fix typo.
16047 (todo-top-priorities): Change temp buffer name.
16048 (todo-category-alist): Avoid redundant lambda.
16049 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16050 Use outline-next-heading.
16051
16052 * autoarg.el: Rewritten to use define-minor-mode.
16053 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16054 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16055
160562000-06-02 Kenichi Handa <handa@etl.go.jp>
16057
16058 * isearch.el (isearch-other-meta-char): Fix previous change.
16059
160602000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16061
16062 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16063 (log-edit-done): Only add the comment to the ring if it's different
16064 from the last comment entered.
16065
16066 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16067
160682000-06-01 Dave Love <fx@gnu.org>
16069
16070 * hl-line.el: Rewritten using define-minor-mode.
16071
16072 * help.el (describe-function-1): Distinguish special form from
16073 builtin function. Sanity-check presence of arglist for builtins.
16074
160752000-06-01 Kenichi Handa <handa@etl.go.jp>
16076
16077 * international/characters.el: Fix syntax/category setting of
16078 Tibetan characters.
16079
16080 * language/tibet-util.el (tibetan-add-components): Fixes for new
16081 encoding of Tibetan characters.
16082 (tibetan-decompose-precomposition-alist): New variable.
16083 (tibetan-decompose-region): Convert precomposed characters to
16084 non-precomposed characters.
16085 (tibetan-decompose-string): Likewise.
16086 (tibetan-composition-function): Fix args to
16087 thibetan-compose-string.
16088
16089 * language/tibetan.el (tibetan-composable-pattern): More
16090 characters included.
16091 (tibetan-consonant-transcription-alist): Rule for "R" added.
16092 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16093 "+R" added.
16094 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16095
16096 * language/lao-util.el (lao-composition-function): Fix args to
16097 compose-string.
16098
16099 * language/thai-util.el (thai-composition-function): Fix args to
16100 compose-string.
16101
16102 * isearch.el (isearch-update): Set disable-point-adjustment to t
16103 to prevent the point moving to the end of a composition when a
16104 part of a composition is searched.
16105 (isearch-other-meta-char): If the key invoking this command can be
16106 mapped by function-key-map to a printing char, call
16107 isearch-process-search-char directly.
16108
161092000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16110
16111 * emacs-lisp/bytecomp.el:
16112 * frame.el:
16113 * international/mule-cmds.el:
16114 * international/mule-util.el:
16115 * international/mule.el:
16116 * mouse.el:
16117 * subr.el:
16118 * faces.el: Update calls to make-obsolete with a WHEN argument.
16119
16120 * byte-run.el (make-obsolete, make-obsolete-variable):
16121 Add an optional WHEN argument and change the format of the
16122 symbol-property information.
16123 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16124 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16125 new obsolete-symbol-property format and print WHEN if it is provided.
16126
161272000-05-31 Dave Love <fx@gnu.org>
16128
16129 * loadhist.el (loadhist-hook-functions): Remove
16130 before-change-function, after-change-function.
16131 (unload-feature): Deal with symbols which are both bound and
16132 fbound.
16133
16134 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16135 before-change-function, after-change-function.
16136
16137 * simple.el (newline): Don't bind before-change-function,
16138 after-change-function.
16139
161402000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16141
16142 * whitespace.el (whitespace-rescan-timer-time): Update interval
16143 set to 600 seconds (10 minutes) instead of 60 seconds since
16144 a large number of whitespace buffers causes emacs to `freeze'
16145 for a considerable amount of time.
16146
16147 * whitespace.el: Updated email address
16148
161492000-05-31 Dave Love <fx@gnu.org>
16150
16151 * add-log.el (change-log-font-lock-keywords) <function>: Add
16152 pattern for function of change.
16153 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16154 acknowledgements patterns.
16155
161562000-05-31 Kenichi Handa <handa@etl.go.jp>
16157
16158 * isearch.el (isearch-printing-char): If keyboard coding system is
16159 being used, call isearch-process-search-multibyte-characters.
16160
16161 * international/isearch-x.el: Mostly rewritten.
16162
16163 * international/quail.el (quail-start-conversion): Don't include
16164 unhandled events in the returned events, but set them in
16165 unread-command-events. Exit if all inputs are deleted.
16166
161672000-05-30 Jason Rumney <jasonr@gnu.org>
16168
16169 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16170
16171 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16172 Reenable code to create initial fontsets.
16173 Use set-fontset-font in place of put-charset-property.
16174
161752000-05-30 Gerd Moellmann <gerd@gnu.org>
16176
16177 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16178 label, ensure that the first colon isn't followed by another.
16179
16180 * paths.el (Info-default-directory-list): Doc fix.
16181
16182 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16183 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16184 send a query containing USER only, not USER@HOST.
16185
16186 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16187 and rmail-msgend to compute the restriction at the end, instead of
16188 computing it.
16189
161902000-05-29 Gerd Moellmann <gerd@gnu.org>
16191
16192 * dabbrev.el (dabbrev-expand): Don't display messages in the
16193 echo area if the minibuffer window is active.
16194
16195 * jit-lock.el (jit-lock-mode): Add after change function to
16196 local hook.
16197
161982000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16199
16200 * antlr-mode.el: New commands: hide/unhide actions,
16201 upcase/downcase literals.
16202 (antlr-tiny-action-length): New user option.
16203 (antlr-hide-actions): New command. Suggested by
16204 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16205 (antlr-mode-map): New binding [C-c C-v].
16206 (antlr-mode-menu): New entries.
16207 (antlr-downcase-literals): New command.
16208 (antlr-upcase-literals): Ditto.
16209
16210 * antlr-mode.el: Minor changes: indendation, mode-name.
16211 (antlr-indent-line): Indent cpp directive at column 0.
16212 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16213
16214 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16215 (antlr-font-lock-additional-keywords): Workaround for intentional
16216 bug in XEmacs version of font-lock.
16217 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16218 be used by a smarter version of `buffers-menu-grouping-function'.
16219
162202000-05-29 Gerd Moellmann <gerd@gnu.org>
16221
16222 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16223 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16224
162252000-05-29 Kenichi Handa <handa@etl.go.jp>
16226
16227 * international/encoded-kb.el
16228 (encoded-kbd-iso2022-designation-map): Pay attention to that
16229 charset-iso-final-char return -1 for eight-bit-control and
16230 eight-bit-graphic.
16231
162322000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16233
16234 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16235 (speedbar-easymenu-definition-base): Use display-graphic-p where
16236 available, instead of window-system.
16237
162382000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16239
16240 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16241 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16242 coding systems.
16243
162442000-05-26 Dave Love <fx@gnu.org>
16245
16246 * disp-table.el (standard-display-underline): Don't use
16247 internal-find-face.
16248
16249 * mail/reporter.el: Maintainer change. Doc fixes.
16250 (reporter-version): Deleted.
16251
16252 * emacs-lisp/elp.el: Maintainer change.
16253 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16254
162552000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16256
16257 * add-log.el (add-change-log-entry): Merge the current entry with the
16258 previous one if the previous one is empty.
16259
162602000-05-26 Dave Love <fx@gnu.org>
16261
16262 * loadhist.el (unload-feature): Fix interactive spec [from
16263 lijnzaad@ebi.ac.uk].
16264
16265 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16266 subr-arity to check primitives.
16267 (byte-compile-flush-pending, byte-compile-file-form-progn)
16268 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16269 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16270 mapcar.
16271
162722000-05-26 Kenichi Handa <handa@etl.go.jp>
16273
16274 * international/fontset.el: Set family names of non-latin charsets
16275 in default fontset to "*".
16276
16277 * international/mule-diag.el (print-fontset): Combine family part
16278 and registry part of the fontname by "-*-" instead of "-".
16279
16280 * international/mule-cmds.el (encode-coding-char): Make strings
16281 multibyte before calling encode-coding-string.
16282
162832000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16284
16285 * derived.el: Fix keywords.
16286 (define-derived-mode): Only define if needed.
16287
16288 * simple.el (fill-comment, comment-column, comment-start)
16289 (comment-start-skip, comment-end, comment-indent-function)
16290 (block-comment-start, block-comment-end, indent-for-comment)
16291 (set-comment-column, kill-comment, comment-padding, comment-region)
16292 (comment-multi-line, indent-new-comment-line): Remove.
16293
16294 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16295 function names for comment operations.
16296
16297 * newcomment.el: Add abundant autoload cookies.
16298 (comment-style): Don't depend on runtime data at compile-time.
16299 (comment-indent-hook): Remove.
16300 (comment-indent): Check if comment-indent-hook is bound.
16301 (comment-region): Docstring fix.
16302
163032000-05-25 Dave Love <fx@gnu.org>
16304
16305 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16306 byte-code-function-p.
16307
16308 * mail/rmailsum.el: Add provide.
16309
16310 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16311
16312 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16313 defcustom.
16314
163152000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16316
16317 * ediff-diff.el (ediff-exec-process): delete --binary option from
16318 non-buffer ediff jobs.
16319
163202000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16321
16322 * hilit-chg.el (highlight-changes-mode): Ask about color or
16323 grayscale support, not about window-system.
16324
16325 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16326 window-system.
16327 (ffap-highlight): Always default to t.
16328
16329 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16330 display-popup-menus-p instead of looking at window-system.
16331
16332 * disp-table.el (standard-display-g1, standard-display-graphic):
16333 Only refuse to use string glyphs on X and MS-Windows.
16334
16335 * avoid.el: Remove window-system from commentary, suggest to use
16336 display-*-p instead.
16337
16338 * apropos.el (apropos-print): Use display-mouse-p instead of
16339 window-system.
16340
163412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16342
16343 * international/codepage.el (cp-decoding-vector-for-codepage):
16344 Fill up unsupported characters with their own codes. From Kenichi
16345 Handa.
16346
163472000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16348
16349 * international/mule-diag.el (describe-char-after): Use
16350 display-graphic-p instead of window-system, so that this function
16351 works on MS-DOS.
16352
163532000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16354
16355 * international/codepage.el (cp-make-coding-systems-for-codepage):
16356 Remove the eight-bit-graphic and eight-bit-control charsets from
16357 the list of charsets which we convert into `?'.
16358
163592000-05-25 Kenichi Handa <handa@etl.go.jp>
16360
16361 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16362 private charsets.
16363 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16364 japanese-jisx0213-2): New charsets.
16365
16366 * international/fontset.el: Setup default fontset for new charsets.
16367
163682000-05-24 Dave Love <fx@gnu.org>
16369
16370 * info.el (Info-find-node-2): Restructure [following "Vadim
16371 S. Solomin" <sovs@uic.nnov.ru>].
16372
16373 * icomplete.el: Fix header for Finder.
16374
163752000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16376
16377 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16378 STAY.
16379
16380 * rmail.el (rmail-automatic-folder-directives): New user variable.
16381 (rmail-show-message): Add call to `rmail-auto-file' during
16382 display.
16383 (rmail-auto-file): New function.
16384
163852000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16386
16387 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16388 account.
16389 (ediff-test-utility,ediff-diff-mandatory-option)
16390 (ediff-reset-diff-options): Utilities for proper initialization of
16391 ediff-diff-options and ediff-diff3-options on Windows.
16392
16393 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16394 variable.
16395
16396 * ediff-mult.el (ediff-filegroup-action): Use
16397 ediff-merge-filename-prefix.
16398
163992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16400
16401 * viper-ex.el (ex-write): Set selective display to nil.
16402
164032000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16404
16405 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16406 aliases for hebrew-iso-8bit.
16407
164082000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16409
16410 * woman.el: New version from Francis J. Wright
16411 <F.J.Wright@Maths.QMW.ac.uk>.
16412 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16413 names in environment variables regardless of the path separator.
16414 (woman-topic-all-completions-1): Don't call file-name-directory-p
16415 on all files, since woman-file-regexp already filters out any
16416 directories.
16417
164182000-05-24 Kenichi Handa <handa@etl.go.jp>
16419
16420 * international/quail.el (quail-start-translation): Don't change
16421 modified-p of the current buffer.
16422 (quail-start-conversion): Likewise.
16423
16424 * international/kkc.el (kkc-region): Don't change modified-p of
16425 the current buffer.
16426
16427 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16428 conform to RFC1468.
16429 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16430
164312000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16432
16433 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16434 (speedbar-insert-button): Invisible text property fix.
16435 (speedbar-directory-plus): Renamed from speedbar-directory-+
16436 (speedbar-directory-minus): Renamed from speedbar-directory--
16437 (speedbar-page-plus): Renamed from speedbar-file-+
16438 (speedbar-page-minus): Renamed from speedbar-file--
16439 (speedbar-page): Renamed from speedbar-file-
16440 (speedbar-tag): Renamed from speedbar-tag-
16441 (speedbar-tag-plus): Renamed from speedbar-tag-+
16442 (speedbar-tag-minus): Renamed from speedbar-tag--
16443 (speedbar-expand-image-button-alist): Use above renames.
16444
16445 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16446 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16447 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16448 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16449 * sb-pg.xpm: Renamed from sb-file.xpm
16450 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16451 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16452
164532000-05-24 Kenichi Handa <handa@etl.go.jp>
16454
16455 * international/quail.el (quail-show-guidance-buf): Set
16456 current-input-method of the guidance buffer to the name of the
16457 curren input method.
16458
164592000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16460
16461 * progmodes/compile.el (compile-internal): Style typo.
16462
16463 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16464 quote vars and functions in the docstring.
16465
16466 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16467
16468 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16469 Don't quote lambdas.
16470
16471 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16472
164732000-05-23 Gerd Moellmann <gerd@gnu.org>
16474
16475 * startup.el (command-line): Determine source file of compiled
16476 user init file differently. Warn if compiled user init file
16477 is older than its source file.
16478
16479 * ffap.el (ffap-url-regexp): Add `https'.
16480
164812000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16482
16483 * files.el (make-backup-file-name-1): Replace slashes with `!'
16484 rather than `|' (which is not allowed on Windows). Replace the
16485 drive letters with a string "drive_X".
16486
164872000-05-23 Gerd Moellmann <gerd@gnu.org>
16488
16489 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16490
16491 * files.el (interpreter-mode-alist): Add `bash2'.
16492
164932000-05-22 Dave Love <fx@gnu.org>
16494
16495 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16496 mapc.
16497 (feature-file): Avoid calling symbol-name. Doc fix.
16498 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16499 (loadhist-hook-functions): Add mouse-position-function.
16500 (unload-feature): Change uses of mapcar.
16501
16502 * files.el (parse-colon-path): Doc fix.
16503 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16504 (set-auto-mode): Use mapc.
16505
16506 * complete.el (PC-look-for-include-file): Use :alnum: character
16507 class.
16508 (partial-completion-mode): Add autoload cookie.
16509
165102000-05-22 Sam Steingold <sds@gnu.org>
16511
16512 * info.el (Info-fontify-node): Fixed the call to
16513 `add-text-properties' (bug introduced on 2000-05-18).
16514
165152000-05-22 Dave Love <fx@gnu.org>
16516
16517 * bindings.el: Remove debug-ignored-errors set in other files.
16518
16519 * progmodes/etags.el: Add to debug-ignored-errors.
16520 (visit-tags-table-buffer): Clear out buffers holding old tables
16521 when making a new list.
16522 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16523 mapc.
16524
16525 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16526 quote keywords.
16527 (cmpl-string-case-type): Use character classes.
16528
16529 * comint.el:
16530 * textmodes/ispell.el:
16531 * imenu.el:
16532 * mail/mh-e.el:
16533 * progmodes/compile.el: Add to debug-ignored-errors.
16534
16535 * dabbrev.el: Add to debug-ignored-errors.
16536 (dabbrev-completion): Use mapc.
16537
165382000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16539
16540 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16541 (woman-mapcan, woman-parse-man.conf)
16542 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16543 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16544 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16545 path syntax better.
16546 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16547 (woman-manpath): Call woman-parse-man.conf.
16548 (woman-emulation): New defcustom, defaults to nroff.
16549 (woman-font-support): New defconst.
16550 (woman-use-symbol-font): New defcustom.
16551 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16552 "Emulation".
16553 Many functions: Doc fix.
16554
165552000-05-22 Kenichi Handa <handa@etl.go.jp>
16556
16557 * international/quail.el (quail-simple-translation-keymap): Map
16558 128..255 to quail-self-insert-command.
16559 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16560
165612000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16562
16563 * help.el (help-manyarg-func-alist): Typo.
16564
16565 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16566 intervals which makes it heaps simpler.
16567
16568 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16569 the nested comment markers.
16570
16571 * subr.el (remove-hook): Don't turn the hook's value into a list.
16572
165732000-05-21 Dave Love <fx@gnu.org>
16574
16575 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16576 are invalid characters.
16577
16578 * international/mule-util.el (detect-coding-with-priority): Use
16579 mapc. Remove redundant lambda.
16580
16581 * international/mule-diag.el (list-non-iso-charset-chars)
16582 (describe-fontset): Remove redundant lambda.
16583
16584 * emulation/crisp.el (brief-mode): New alias.
16585
16586 * emacs-lisp/ring.el (ring-elements): New function.
16587
16588 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16589 (easy-menu-do-add-item): Use keywordp.
16590
16591 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16592
16593 * replace.el: Doc and error message fixes.
16594 (replace-highlight): Use facep, not internal-find-face.
16595
165962000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16597
16598 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16599
16600 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16601 (log-edit-insert-changelog): Drop `:' as well.
16602
16603 * log-view.el: Fix file description.
16604 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16605 available.
16606 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16607 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16608
16609 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16610 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16611 Print a status message if the toggle is called interactively.
16612 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16613 for global minor modes and use `defcustom' for them.
16614 Use add-minor-mode.
16615 (easy-mmode-define-derived-mode): Remove.
16616 (define-derived-mode): Fancier default docstring.
16617 (easy-mmode-define-navigation): Signal an error rather than (ding).
16618
16619 * newcomment.el (comment-styles): New `box-multi'.
16620 (comment-normalize-vars): Better default for comment-continue to
16621 avoid whitespace-only continuations.
16622 (comment-search-forward): Always move even in the no-syntax case.
16623 (comment-padright): Only obey N if it's only obeyed for padleft.
16624 (comment-make-extra-lines): Better handling of empty continuations.
16625 Use `=' for the filler if comment-start has only one character.
16626 (uncomment-region): Try handling the special `=' filler.
16627 (comment-region): Allow LINES even if MULTI is nil.
16628 (comment-box): Choose box style based on comment-style.
16629
166302000-05-20 Kenichi Handa <handa@etl.go.jp>
16631
16632 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16633 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16634
166352000-05-20 Kenichi HANDA <handa@etl.go.jp>
16636
16637 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16638 and insert, not subst-char-in-region.
16639
16640 * international/mule-diag.el (list-character-sets-1): Handle
16641 charsets eight-bit-control and eight-bit-graphic.
16642 (list-iso-charset-chars): Likewise.
16643 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16644 charactes as is. Use indent-to to align characters.
16645
16646 * international/mule-cmds.el (find-multibyte-characters): Never
16647 exclude charsets eight-bit-control and eight-bit-graphic.
16648
166492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16650
16651 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16652 Don't quote lambdas.
16653
16654 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16655
166562000-05-19 Gerd Moellmann <gerd@gnu.org>
16657
16658 * gud.el (gud-jdb-directories): Doc fix.
16659
166602000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16661
16662 * newcomment.el: New file.
16663
166642000-05-19 Gerd Moellmann <gerd@gnu.org>
16665
16666 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16667
166682000-05-18 Andreas Schwab <schwab@suse.de>
16669
16670 * dired.el (dired-between-files): Also skip lines beginning with
16671 `used'.
16672
166732000-05-18 Gerd Moellmann <gerd@gnu.org>
16674
16675 * msb.el (msb-menu-cond): Add choice `user'.
16676
166772000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16678
16679 * ps-print.el: Compatibility, customization and doc fix.
16680 (ps-printer-name-option): Replace defconst by defvar.
16681 (ps-postscript-code-directory): XEmacs compatibility.
16682 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16683 fix.
16684 (ps-user-defined-prologue, ps-print-prologue-header)
16685 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16686 compatibility and code fix.
16687 (ps-print-background-image, ps-print-background-text):
16688 Customization fix.
16689 (ps-line-number-start, ps-n-up-on): New vars.
16690
166912000-05-18 Espen Skoglund <esk@ira.uka.de>
16692
16693 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16694 the indent-comment function to just return the appropriate indent.
16695
166962000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16697
16698 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16699 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16700 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16701
167022000-05-18 Dave Love <fx@gnu.org>
16703
16704 * info.el (Info-fontify-node): Add intangible property as well as
16705 invisible.
16706
16707 * calendar/appt.el (appt-make-list): Match all lines of entry.
16708 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16709
167102000-05-18 Kenichi Handa <handa@etl.go.jp>
16711
16712 * international/mule-diag.el (describe-char-after): Call
16713 internal-char-font, not char-font. If internal-char-font returns
16714 nil, display "-- none --".
16715
167162000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16717
16718 * image.el (image-type-available-p): Don't reference image-types
16719 if it isn't bound.
16720
167212000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16722
16723 * autoarg.el (autoarg-mode): Typo in the :set argument.
16724
167252000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16726
16727 * startup.el (command-line-1): Don't signal an error if the
16728 directory for auto-save-list files does not yet exist.
16729
167302000-05-17 Kenichi Handa <handa@etl.go.jp>
16731
16732 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16733
167342000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16735
16736 * subr.el (remove-hook): `setq' hook-value, not `set'.
16737
167382000-05-16 Sam Steingold <sds@gnu.org>
16739
16740 * info.el (debug-ignored-errors): More errors to ignore.
16741
167422000-05-16 Dave Love <fx@gnu.org>
16743
16744 * cus-edit.el: Don't require cl or easymenu.
16745 (custom-variable-prompt): Test standard-value property, not
16746 user-variable-p.
16747
167482000-05-16 Sam Steingold <sds@gnu.org>
16749
16750 * subr.el (add-hook): `setq' hook-value, not `set'.
16751
167522000-05-16 Gerd Moellmann <gerd@gnu.org>
16753
16754 * startup.el (command-line-1): Mention the FAQ in the startup
16755 message.
16756
16757 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16758
16759 * progmodes/compile.el (compilation-parse-errors): Collect
16760 `nomessage' regexps last.
16761
16762 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16763
16764 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16765 to the function name.
16766
167672000-05-15 Dave Love <fx@gnu.org>
16768
16769 * speedbar.el (speedbar-recenter): Typo.
16770 (speedbar-expand-line): Make arg optional.
16771 (speedbar-mode): Avoid a compiler warning.
16772
167732000-05-15 Gerd Moellmann <gerd@gnu.org>
16774
16775 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16776 user-specified option string is empty.
16777
16778 * mouse.el (mouse-yank-at-click): Doc fix.
16779
167802000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16781
16782 * term/internal.el (IT-character-translations): More updates of
16783 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16784 documents.
16785
167862000-05-15 Gerd Moellmann <gerd@gnu.org>
16787
16788 * env.el (getenv): New function, interactively callable.
16789 (setenv, getenv): Remove autoload cookies.
16790
16791 * loadup.el: Load `env'.
16792
16793 * progmodes/f90.el: Change author's mail address.
16794
167952000-05-14 Dave Love <fx@gnu.org>
16796
16797 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16798 goto-addr as an option.
16799
16800 * help.el (help-xref-stack): Doc fix.
16801 (help-xref-following): New variable.
16802 (help-make-xrefs): Use it.
16803 (help-xref-go-back): Use position information from stack element.
16804 (help-follow): Make position in stack element a pair. Use
16805 help-xref-following.
16806
16807 * autoarg.el: New file.
16808
16809 * faces.el: Declare more functions obsolete.
16810
16811 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16812 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16813 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16814 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16815 Remove all the setup-...-environment functions.
16816
168172000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16818
16819 * speedbar.el: Updated the commentary section. xemacs20p now uses
16820 >= when detecting. Require `defimage' safely.
16821 (speedbar-easymenu-definition-base): Add toggle for images.
16822 (speedbar-easymenu-definition-special): Add flush cache & expand.
16823 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16824 (speedbar-reconfigure-keymaps-hook): New variable.
16825 (speedbar-frame-parameters): Updated documentation.
16826 (speedbar-use-imenu-flag): Updated custom tag
16827 (speedbar-dynamic-tags-function-list): New variable.
16828 (speedbar-tag-hierarchy-method): Updated doc & custom.
16829 (speedbar-indentation-width, speedbar-indentation-width) New
16830 variables.
16831 (speedbar-hide-button-brackets-flag): Customizable.
16832 (speedbar-vc-indicator): Doc update.
16833 (speedbar-ignored-path-expressions): Updated default value.
16834 (speedbar-supported-extension-expressions): Updated default value.
16835 (speedbar-syntax-table): Remove {} paren status.
16836 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16837 as "+". Added overlay aliases.
16838 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16839 `force-mode-line-update'.
16840 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16841 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16842 `mouse-set-point'
16843 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16844 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16845 of arbitrary text, and new helper functions.
16846 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16847 filename finder.
16848 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16849 (speedbar-directory-buttons): Update path search/expansion.
16850 (speedbar-make-tag-line): Pay attention to
16851 `speedbar-indentation-width'. Use more care w/ invisible
16852 properties.
16853 (speedbar-change-expand-button-char): Call
16854 `speedbar-insert-image-button-maybe'.
16855 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16856 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16857 (speedbar-trim-words-tag-hierarchy)
16858 (speedbar-simple-group-tag-hierarchy): New functions
16859 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16860 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16861 functions.
16862 (speedbar-mouse-set-point): New function
16863 (speedbar-power-click): Updated documentation.
16864 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16865 of tag prefix text.
16866 (speedbar-expand-line, speedbar-contract-line): Make more robust
16867 to strange text.
16868 (speedbar-expand-line): Takes universal argument to flush the
16869 cache.
16870 (speedbar-flush-expand-line): New function.
16871 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16872 Use new generator insertion method.
16873 (speedbar-fetch-dynamic-tags): New function.
16874 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16875 `speedbar-fetch-dynamic-imenu'.
16876 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16877 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16878 "Revert Buffer" menu items.
16879 (speedbar-buffer-buttons-engine): Be smarter when creating a
16880 filename tag (for expansion purposes.).
16881 (speedbar-highlight-one-tag-line,
16882 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16883 (speedbar-recenter): New functions.
16884 (defimage-speedbar): Image loading abstraction.
16885 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16886 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16887 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16888 (speedbar-tag-type, speedbar-tag-mail): New images.
16889 (speedbar-expand-image-button-alist): New variable.
16890 (speedbar-insert-image-button-maybe): Insert an image over some
16891 buttons.
16892
168932000-05-13 Kenichi Handa <handa@etl.go.jp>
16894
16895 * international/mule-cmds.el (encode-coding-char): An ASCII
16896 character is always encodable.
16897
16898 * international/mule-conf.el: Add more information in descriptions
16899 of character sets.
16900
16901 * international/mule-diag.el (describe-char-after): New function.
16902 (describe-font-internal): Adjusted for the change of font-info.
16903 (describe-font): Likewise.
16904 (print-fontset): Rewritten for the new fontset implementation.
16905 (describe-fontset): Include fontset alias names in completion.
16906 (list-fontsets): Adjusted for the change of print-fontset.
16907
16908 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16909 describe-char-after instead of displaying the detail in the echo
16910 area.
16911 (syntax-code-table): Format changed.
16912 (string-to-syntax): Adjusted for the above change.
16913
169142000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16915
16916 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16917
169182000-05-12 Dave Love <fx@gnu.org>
16919
16920 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16921 dependence. Use line-{beginning,end}-position, not
16922 point-at{b,e}ol. Some doc fixes.
16923 (todo-position): New function. Fix callers of position to use it.
16924 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16925
169262000-05-12 Gerd Moellmann <gerd@gnu.org>
16927
16928 * time.el (display-time-mail-icon): Use `:ascent center'.
16929
16930 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16931 handling FTP security extensions.
16932
169332000-05-11 Dave Love <fx@gnu.org>
16934
16935 * calendar/todo-mode.el: New file.
16936
169372000-05-11 Gerd Moellmann <gerd@gnu.org>
16938
16939 * comint.el (comint-read-input-ring): Move reference to
16940 comint-input-ring-size outside of the save-excursion. It was
16941 causing the default value to be the only one ever seen.
16942
16943 * font-lock.el: Update copyright. Remove Simon Marshall's email
16944 address on request from him.
16945
16946 * subr.el (substitute-key-definition): Add comment describing
16947 the meaning of PREFIX.
16948
169492000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16950
16951 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16952
16953 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16954 (add-minor-mode): Don't make the variable buffer-local and add a
16955 reference to define-minor-mode in the docstring.
16956
16957 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16958 HEADER/FOOTER and fix bug with trailing empty directory.
16959 (cvs-append-to-ignore): Use vc-editable-p if available.
16960 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16961 (vc-do-command): Tweak advice to handle the new VC.
16962
16963 * log-view.el (log-view-goto-rev): New function for the new VC.
16964 (log-view-minor-wrap): Use mark-active.
16965
16966 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16967 (log-edit-changelog-full-paragraphs): New var.
16968 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16969 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16970 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16971 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16972 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16973 Replace the `cvs' prefix with `log-edit'.
16974
16975 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16976
16977 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16978 (diff-font-lock-defaults): Explicitly turn off multiline.
16979 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16980 (diff-ediff-patch): Fix call to ediff-patch-file.
16981 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16982 Handle comments.
16983
16984 * frame.el (automatic-hscrolling): Typo.
16985
16986 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16987
169882000-05-09 Sam Steingold <sds@goems.com>
16989
16990 * apropos.el (apropos-print): use `describe-face' instead of
16991 `customize-face-other-window'.
16992
169932000-05-09 Dave Love <fx@gnu.org>
16994
16995 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16996
16997 * help.el (describe-variable): Have customize button pop the
16998 help-xref stack when invoked.
16999 (help-xref-symbol-regexp): Add `face'.
17000 (help-make-xrefs): Check for quoted face names and adapt regexp
17001 submatch numbers to cope.
17002 (help-xref-interned): Maybe insert face doc too. Separate
17003 sections with a line of hyphens.
17004
17005 * faces.el: Some doc fixes. Declare some functions obsolete.
17006 (describe-face): Add customize button. Return the help
17007 text. Fix prompt.
17008
170092000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17010
17011 * term/internal.el (IT-character-translations): Fix last change.
17012
170132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17014
17015 * woman.el: New file
17016 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17017
170182000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17019
17020 * term/internal.el (IT-character-translations): Update ASCII
17021 simulations for greek-iso8859-7, add latin-iso8859-14 and
17022 latin-iso8859-15.
17023
17024 * international/mule-cmds.el (set-language-info-alist): Call
17025 define-prefix-command with 3 arguments, to make the map suitable
17026 for a menu.
17027
170282000-05-07 Dave Love <fx@gnu.org>
17029
17030 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17031
170322000-05-05 Dave Love <fx@gnu.org>
17033
17034 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17035 list in doc string. Don't quote keyword symbols.
17036 * emacs-lisp/cl.el: Likewise
17037 * emacs-lisp/cl-seq.el: Likewise
17038
170392000-05-05 Gerd Moellmann <gerd@gnu.org>
17040
17041 * abbrev.el (abbrev-mode): Make ARG optional.
17042
170432000-05-04 Gerd Moellmann <gerd@gnu.org>
17044
17045 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17046
17047 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17048
17049 * subr.el (substitute-key-definition): Clarify documentation.
17050
170512000-05-04 Milan Zamazal <pdm@freesoft.cz>
17052
17053 * glasses.el (glasses-convert-to-unreadable): Use
17054 `glasses-separator' instead of the hard-wired "_".
17055 (glasses-mode): Call `glasses-make-unreadable' only in a single
17056 place.
17057
170582000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17059
17060 * term/internal.el (cjk-codepages-alist): Add associations for
17061 Chinese and Korean codepages. Remove FIXME comment.
17062
170632000-05-03 Dave Love <fx@gnu.org>
17064
17065 * time.el (display-time-mail-face, display-time-use-mail-icon):
17066 New option.
17067 (display-time-mail-icon): New variable.
17068 (display-time-string-forms): Use the above. Fix the local-map.
17069
170702000-05-03 Gerd Moellmann <gerd@gnu.org>
17071
17072 * replace.el (query-replace-map): Add binding for `E'.
17073 (query-replace-help): Extend help text.
17074 (perform-replace): Allow editing the replacement string.
17075
17076 * make-mode.el (makefile-mode-abbrev-table): New variable.
17077 (makefile-mode): Set local abbrev table to
17078 makefile-mode-abbrev-table.
17079 (makefile-font-lock-keywords): Fontify includes and conditionals.
17080
17081 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17082 set TOGGLE's value.
17083
17084 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17085 mail-interactive-insert-alias.
17086 (mail-abbrev-complete-alias): New command.
17087 (mail-mode-map): Bind it to `M-TAB'.
17088
170892000-05-03 Kenichi Handa <handa@etl.go.jp>
17090
17091 * language/lao-util.el (lao-compose-region): New function.
17092
170932000-05-02 Gerd Moellmann <gerd@gnu.org>
17094
17095 * files.el (recover-session): Make directories as necessary
17096 if they don't exist yet.
17097
17098 * calendar/cal-french.el
17099 (french-calendar-multibyte-special-days-array)
17100 (french-calendar-special-days-array): Change French text.
17101 (calendar-french-date-string): Change output.
17102 (calendar-goto-french-date): Likewise.
17103
171042000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17105
17106 * wid-edit.el (widget-default-active): Obey `:always-active'.
17107 (widget-documentation-string-value-create): Set `:always-active'.
17108
171092000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17110
17111 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17112 default prefix to `~/_emacs.d/auto-save.list/_s'.
17113 (normal-top-level): Create the directory for auto-save files, if
17114 it doesn't already exist (in the ms-dos case only).
17115
171162000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17117
17118 * international/mule-cmds.el (set-language-environment): Don't
17119 concat an integer (dos-codepage), use format instead.
17120
171212000-05-02 Dave Love <fx@gnu.org>
17122
17123 * help.el (help-xref-on-pp): Check for constant symbols.
17124
171252000-04-29 Gerd Moellmann <gerd@gnu.org>
17126
17127 * startup.el (normal-top-level): Put a condition-case around
17128 the code loading subdirs.el.
17129
171302000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17131
17132 * ps-print.el: Upside-down and face background color printing,
17133 line number step, doc fix.
17134 (ps-print-version): New version number (5.2).
17135 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17136 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17137 (ps-spool-config): Var fix.
17138 (ps-printer-name-option): Const fix.
17139 (ps-print-upside-down, ps-use-face-background)
17140 (ps-line-number-step): New vars.
17141 (ps-window-system, ps-lp-system): New consts.
17142 (ps-face-background): New fun.
17143
171442000-04-28 Richard Stallman <rms@gnu.org>
17145
17146 * files.el (make-auto-save-file-name):
17147 Apply auto-save-file-name-transforms to visited file name
17148 before generating auto save file name.
17149 (auto-save-file-name-transforms): New variable.
17150
17151 * files.el (backup-enable-predicate):
17152 Correctly test for a file under a temporary directory.
17153
171542000-04-28 Gerd Moellmann <gerd@gnu.org>
17155
17156 * subr.el (add-minor-mode): Rewritten.
17157
171582000-04-28 Kenichi Handa <handa@etl.go.jp>
17159
17160 * mail/sendmail.el (sendmail-send-it): Set
17161 buffer-file-coding-system to the selected coding system for MIME
17162 header.
17163
171642000-04-27 Gerd Moellmann <gerd@gnu.org>
17165
17166 * dired.el (dired-move-to-filename-regexp): Allow format where
17167 YYYY is followed by two spaces.
17168
17169 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17170 in the second character class of the regexp.
17171
17172 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17173 mh-etc, too.
17174
17175 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17176 nil.
17177
17178 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17179
17180 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17181 argument.
17182
171832000-04-27 Sen Nagata <sen@eccosys.com>
17184
17185 * emacs-lisp/crm.el (crm-completion-table): New variable.
17186 (crm-collection-fn, crm-test-completion)
17187 (completing-read-multiple): Use it.
17188
171892000-04-27 Dave Love <fx@gnu.org>
17190
17191 * help.el (locate-library): Use mapc.
17192 (help-manyarg-func-alist): Add call-process-region.
17193
171942000-04-26 Gerd Moellmann <gerd@gnu.org>
17195
17196 * subr.el (add-minor-mode): Make argument MAP optional.
17197
17198 * desktop.el (desktop-save): Save list of minor modes.
17199 (desktop-create-buffer): Restore minor modes.
17200 (desktop-minor-mode-table): New user-option.
17201
17202 * subr.el (add-minor-mode): New function.
17203
17204 * image.el (find-image): New function.
17205 (defimage): Rewritten to find image at load time.
17206
17207 * startup.el (normal-top-level-add-to-load-path): Handle
17208 case that the default directory is not in load-path.
17209
17210 * help.el: Old patch from Stefan Monnier.
17211 (help-xref-on-pp): New function.
17212 (describe-variable): Use it to display xrefs in a symbol's value.
17213
172142000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17215
17216 * cus-edit.el (custom-face): Fix parenthesis.
17217
172182000-04-26 Kenichi Handa <handa@etl.go.jp>
17219
17220 * mail/rmail.el (rmail-expunge): When there are no deleted
17221 messages, do nothing.
17222
172232000-04-26 Dave Love <fx@gnu.org>
17224
17225 * international/mule-cmds.el (locale-translation-file-name):
17226 Defvar to nil.
17227 (set-locale-environment): Set it here (at runtime).
17228
172292000-04-25 Gerd Moellmann <gerd@gnu.org>
17230
17231 * replace.el (perform-replace): Add parameters START and END. Use
17232 them instead of the check for a region in Transient Mark mode.
17233 (query-replace-read-args): Return two more list elements for the
17234 start and end of the region in Transient Mark mode.
17235 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17236 (map-query-replace-regexp, replace-string, replace-regexp): Add
17237 optional last arguments START and END and pass them to
17238 perform-replace.
17239
17240 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17241 form with additional arguments for perform-replace.
17242
17243 * progmodes/etags.el (tags-query-replace): Add parameters START
17244 and END. Construct a form with additional arguments for
17245 perform-replace.
17246
17247 * simple.el (shell-command): Set default directory for "*Shell
17248 Command Output" buffer.
17249
17250 * language/european.el (iso-latin-4): Fix typo.
17251
17252 * emacs-lisp/crm.el: New file.
17253
172542000-04-24 Dave Love <fx@gnu.org>
17255
17256 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17257 (Custom-reset-saved, Custom-reset-standard)
17258 (custom-group-value-create, custom-group-set, custom-group-save)
17259 (custom-group-reset-current, custom-group-reset-saved)
17260 (custom-group-reset-standard): Use mapc.
17261 (custom-buffer-create-internal): Disable undo when creating items.
17262 Use mapc.
17263 (custom-face): Avoid redundant lambda.
17264
172652000-04-24 Gerd Moellmann <gerd@gnu.org>
17266
17267 * startup.el (auto-save-list-file-prefix): Set default to
17268 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17269
172702000-04-24 Sam Steingold <sds@gnu.org>
17271
17272 * time-stamp.el (time-stamp-string-preprocess): Always convert
17273 `field-result' to a string.
17274
172752000-04-24 Gerd Moellmann <gerd@gnu.org>
17276
17277 * frame.el (scrolling): New group.
17278 (automatic-hscrolling): New user-option.
17279
17280 * startup.el (command-line-x-option-alist): Add `-lsp' and
17281 `--line-spacing'.
17282
172832000-04-19 Dave Love <fx@gnu.org>
17284
17285 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17286 (cl-mapc): Rename from mapc. Fix the funcall.
17287
172882000-04-19 Gerd Moellmann <gerd@gnu.org>
17289
17290 * simple.el (clone-indirect-buffer-other-window): New command.
17291 (clone-indirect-buffer): Add optional arg NORECROD.
17292 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17293
17294 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17295
17296 * window.el (count-screen-lines): New function.
17297 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17298 instead of window-buffer-height.
17299
17300 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17301 non-existing variable comint-input-sentinel.
17302 (inferior-lisp-args-to-list): Removed.
17303 (inferior-lisp): Use split-string instead of
17304 inferior-lisp-args-to-list.
17305
17306 * hexl.el (hexl-insert-hex-string): New command.
17307
17308 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17309 instead of concat.
17310
173112000-04-18 Gerd Moellmann <gerd@gnu.org>
17312
17313 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17314 at the start of an existing but empty folder.
17315
173162000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17317
17318 * ps-mule.el: Customization fix, doc fix.
17319 (ps-multibyte-buffer): Customization fix.
17320
173212000-04-17 Richard M. Stallman <rms@gnu.org>
17322
17323 * subr.el (read-passwd): Use read-char-exclusive.
17324
173252000-04-17 Gerd Moellmann <gerd@gnu.org>
17326
17327 * textmodes/texinfo.el (texinfo-insert-@email)
17328 (texinfo-insert-@emph, texinfo-insert-@quotation)
17329 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17330 (texinfo-mode-map): Add key bindings for them.
17331
17332 * files.el (basic-save-buffer-2): Use a template with `$'
17333 instead of `#' for VMS.
17334
17335 * simple.el (clone-indirect-buffer): New function.
17336
173372000-04-16 Stephen Eglen <stephen@gnu.org>
17338
17339 * iswitchb.el (iswitchb-case): New function. If the user input
17340 contains any upper-case characters, the search is made
17341 case-sensitive.
17342
173432000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17344
17345 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17346 comment-end.
17347 (texinfo-font-lock-syntactic-keywords): New var.
17348 (texinfo-font-lock-keywords): Remove comment regexp.
17349 (texinfo-insert-block): New function.
17350 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17351 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17352 and font-lock-defaults. Use regexp-opt for outline-regexp.
17353 (texinfo-environments): New var.
17354 (texinfo-environment-regexp): Use regexp-opt and
17355 texinfo-environments.
17356
17357 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17358 ispell-process is bound since this might be eval'd before ispell
17359 is loaded.
17360 (ispell-message): Use a tiny bit less magic and a bit more hard
17361 data to figure out what kind of sc-cite-regexp to use.
17362
17363 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17364
17365 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17366 (insert-cyclic-diary-entry): Unquote the lambda.
17367
17368 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17369
17370 * files.el (backup-enable-predicate): Unquote the lambda.
17371
17372 * cus-edit.el (custom-face, face): Unquote the lambda.
17373
173742000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17375
17376 * ps-print.el: Check for line-beginning-position definition.
17377
17378 * ps-print.el: Fix counting lines in a region.
17379 (ps-print-version): New version number (5.1.5).
17380 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17381 (ps-printing-region): Fun code fix.
17382
173832000-04-15 Gerd Moellmann <gerd@gnu.org>
17384
17385 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17386 to file-directory-p.
17387
173882000-04-14 Gerd Moellmann <gerd@gnu.org>
17389
17390 * gud.el (gud-jdb-build-source-files-list): Check that directory
17391 exists before calling directory-files.
17392
173932000-04-13 Dave Love <fx@gnu.org>
17394
17395 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17396 syntax.
17397
17398 * emacs-lisp/cl-specs.el: Remove when, unless.
17399
17400 * emacs-lisp/cl-extra.el: Don't quote keywords.
17401 (cl-old-mapc): New variable.
17402 (mapc): Use it.
17403 (cl-map-intervals): Use with-current-buffer. Don't check for
17404 next-property-change.
17405 (cl-map-overlays): Use with-current-buffer.
17406 (cl-expt): Remove.
17407 (copy-tree, remprop): Define unconditionally.
17408
17409 * emacs-lisp/cl-compat.el (keywordp): Remove.
17410
17411 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17412 to use keywordp.
17413 (edebug-spec): Enable keywordp.
17414
17415 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17416 string-lessp.
17417
17418 * cus-start.el: Use keywordp.
17419
174202000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17421
17422 * diary-lib.el (include-other-diary-files): Fix the fix of
17423 2000-02-18 by doing a save-excursion.
17424
174252000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17426
17427 * ps-print.el: Customization fix, doc fix.
17428 (ps-print-version): New version number (5.1.4).
17429 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17430 (ps-print-preprint): Adjust code.
17431 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17432 (ps-print-prologue-header, ps-print-control-characters)
17433 (ps-spool-config): Customization fix.
17434
174352000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17436
17437 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17438 converted to the new menu-item format, names silightly changed,
17439 help strings added.
17440
17441 Support for spelling without async subprocesses:
17442
17443 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17444 (ispell-session-buffer): New variables.
17445 (ispell-start-process, ispell-process-status,
17446 ispell-accept-output, ispell-send-string): New functions, for
17447 Ispell invocation when async subprocesses aren't supported.
17448 (ispell-word, ispell-pdict-save, ispell-command-loop,
17449 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17450 to process-send-string with calls to ispell-send-string, and
17451 accept-process-output with ispell-accept-output.
17452 (ispell-init-process): Call ispell-process-status instead of
17453 process-status with.
17454 (ispell-init-process): Call ispell-start-process. Call
17455 ispell-accept-output and ispell-send-string. Don't call
17456 process-kill-without-query and kill-process if they are unbound.
17457 (ispell-async-processp): New function.
17458
174592000-04-12 Dave Love <fx@gnu.org>
17460
17461 * info.el: Add debug-ignored-errors.
17462 (Info-mode-menu): Add some items.
17463 (Info-directory): Add autoload cookie.
17464
17465 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17466 Modify `truncate-lines'. Make `describe-language-environment'
17467 always visible and add help. Modify `describe-key' help. Invoke
17468 Info-directory from `info'. New entry `emacs-manual'.
17469
174702000-04-10 Gerd Moellmann <gerd@gnu.org>
17471
b291c86c
SM
17472 * progmodes/ebrowse.el (ebrowse-tree-mode):
17473 Use propertized-buffer-identification.
a30eb617
DL
17474 (ebrowse-update-member-buffer-mode-line): Likewise.
17475 (ebrowse--mode-strings): Removed.
17476 (ebrowse--mode-line-props): Removed.
17477
17478 * files.el (auto-mode-alist): Add `EBROWSE'.
17479
17480 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17481 space before testing for end of buffer.
17482 (ebrowse-load): Removed.
17483 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17484 (ebrowse-create-tree-buffer): Rewritten.
17485 (ebrowse-tree-mode): Read tree from buffer.
17486
17487 * progmodes/ebrowse-ffh.el: Removed.
17488
174892000-04-10 Kenichi Handa <handa@etl.go.jp>
17490
17491 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17492
174932000-04-10 Gerd Moellmann <gerd@gnu.org>
17494
17495 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17496 at the wrong place.
17497
174982000-04-09 Dave Love <fx@gnu.org>
17499
b291c86c
SM
17500 * files.el (backup-enable-predicate):
17501 Use temporary-file-directory, small-temporary-file-directory.
17502 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17503 (make-backup-file-name-1): New function.
17504 (make-backup-file-name): Use it.
b291c86c 17505 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17506 (file-newest-backup): Use make-backup-file-name.
17507
175082000-04-09 Gerd Moellmann <gerd@gnu.org>
17509
17510 * progmodes/ebrowse-ffh.el: New file.
17511
86f6474c
SM
17512 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17513 Moved to ebrowse-ffh.el.
a30eb617
DL
17514 (ebrowse-load): Add autoload.
17515
17516 * finder.el (finder-commentary): Add autoload cookie.
17517
17518 * mail/rfc2368.el: Correct author's email address.
17519
17520 * progmodes/ebrowse.el: New file.
17521
17522 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17523 item help string.
17524 (easy-menu-do-add-item): Ditto.
17525 (easy-menu-define): Extend doc string.
17526
86f6474c 17527 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17528 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17529 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17530 with-buffer-unmodified.
17531
175322000-04-08 Dave Love <fx@gnu.org>
17533
17534 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17535 unless, when.
17536
175372000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17538
17539 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17540 (viper-flash-search-pattern): No operation when using Emacs
17541 doesn't support face.
17542 Use `viper-put-on-search-overlay'.
17543
175442000-04-04 Gerd Moellmann <gerd@gnu.org>
17545
17546 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17547 like C-r.
17548
17549 * progmodes/make-mode.el: Some doc fixes.
17550 (makefile-mode-abbrev-table): New variable.
17551 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17552 (makefile-font-lock-keywords): Fontify includes and conditionals.
17553 (toplevel): Require `dabbrev' and `add-log' when compiling.
17554
17555 * replace.el (perform-replace): Don't move forward one char
17556 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17557 to do that because it leaves point 1 position after the last
17558 replacement, after everything has been replaced.
17559
17560 * jit-lock.el (with-buffer-unmodified): New macro.
17561 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17562 modified state.
17563 (jit-lock-function-1): Extracted from jit-lock-function; not
17564 preserving buffer's modified state.
86f6474c
SM
17565 (jit-lock-function, jit-lock-stealth-fontify):
17566 Call jit-lock-function-1.
a30eb617
DL
17567
17568 * mail/rfc2368.el: Remove supernumerary copyright line.
17569
175702000-04-04 Milan Zamazal <pdm@freesoft.cz>
17571
17572 * glasses.el: Provide facilities for inserting space before left
17573 parentheses and uncapitalization of identifiers.
17574 (glasses-mode): Try to remove old overlays in all cases.
17575
175762000-04-03 Gerd Moellmann <gerd@gnu.org>
17577
17578 * progmodes/compile.el (compile-internal): Display the compilation
17579 buffer in a different frame, if it's already displayed there.
17580
17581 * mail/rfc2368.el: New file.
17582
17583 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17584 header and insert its value as mail body.
17585
17586 * subr.el (member-ignore-case): New function.
17587
17588 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17589 (dabbrev--find-expansion): Ignore buffers matching a regexp
17590 from dabbrev-ignored-regexps.
17591
17592 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17593 to extensions handled by gzip.
17594
175952000-04-03 Richard M. Stallman <rms@gnu.org>
17596
17597 * files.el (insert-directory): List the total free space
17598 along with the used space.
17599
17600 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17601 line is followed by one that matches CITATION-REGEXP, end the
17602 paragraph.
17603
176042000-04-03 Markus Rost <rost@delysid.gnu.org>
17605
17606 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17607 (rmail-make-basic-summary-line): Use that option.
17608
176092000-04-03 Kenichi Handa <handa@etl.go.jp>
17610
17611 * international/mule-cmds.el (encoded-string-description):
17612 Rewritten. Try pretty description for ISO 2022 escape sequences
17613 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17614 for hexadecimal format.
17615
176162000-04-01 Dave Love <fx@gnu.org>
17617
17618 * cpp.el: Change customization group to `c' from `C'.
17619
17620 * vcursor.el (vcursor-move): Use display-color-p.
17621
17622 * international/mule-util.el: Provide mule-utils.
17623 (string-to-sequence): Simplify and speed up.
17624
17625 * international/mule.el (make-coding-system): Purecopy doc-string.
17626
17627 * international/mule-cmds.el: Various menu changes.
17628 (describe-specified-language-support): Handle `Default'.
17629 (set-language-info): Purecopy `info'.
17630
176312000-03-31 Andrew Innes <andrewi@gnu.org>
17632
17633 * vc.el (vc-backend-diff): Return the correct status if we had to
17634 retry the rcsdiff command without the --brief option.
17635
176362000-03-31 Dave Love <fx@gnu.org>
17637
17638 * help.el (help-manyarg-func-alist): Correct several omissions.
17639
17640 * add-log.el: Don't require cl, fortran.
17641 (add-log-current-defun-function): Doc fix.
86f6474c 17642 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17643 (change-log-version-rcs): Function deleted.
86f6474c
SM
17644 (change-log-version-number-search): Doc fix.
17645 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17646 (add-change-log-entry): Just call add-log-current-defun to get
17647 defun. Simplify somewhat.
17648 (change-log-get-method-definition-1): Likewise.
17649 (add-log-current-defun): Return nil if calling
17650 add-log-current-defun-function does so. Move Fortran stuff to
17651 fortran.el. Return string without properties.
17652
17653 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17654 and :alpha: char classes.
17655
17656 * mail/supercite.el: Defvar curline when compiling.
17657 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17658 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17659 rather than a-zA-Z0-9 to allow non-ASCII characters.
17660
176612000-03-31 Gerd Moellmann <gerd@gnu.org>
17662
17663 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17664
17665 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17666 Re-enable new code.
17667
17668 * lpr.el (print-region-1): Use -d to specify printer name for
17669 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17670
176712000-03-31 Dave Love <fx@gnu.org>
17672
86f6474c
SM
17673 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17674 Look for function definition in symbol's function value slot first
a30eb617
DL
17675 instead of first consulting byte-compile-function-environment.
17676
176772000-03-31 Kenichi Handa <handa@etl.go.jp>
17678
17679 * language/european.el ("Polish"): New language environment.
17680 (setup-polish-environment): New function.
17681
176822000-03-30 Gerd Moellmann <gerd@gnu.org>
17683
17684 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17685 Disable new code.
17686
17687 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17688 trying to `load' the symbol of an autoload instead of the file
17689 recorded in the autoload. Fix error messages.
17690
176912000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17692
17693 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17694 (ps-print-version): New version number (5.1.3).
17695 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17696 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17697 (ps-generate-postscript-with-faces): Code fix.
17698 (ps-color-values): XEmacs compatibility.
17699 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17700 (ps-default-fg, ps-default-bg): Adjust customization.
17701 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17702 (ps-color-scale): Renaming old ps-color-value fun.
17703 (ps-print-headers): Replace ps-print-header group to avoid conflict
17704 with ps-print-header variable.
17705 (ps-print-miscellany): New group.
17706 (ps-format-color, ps-rgb-color): New funs.
17707 (ps-default-foreground): New var.
17708 (ps-printer-name-option): New const.
17709
177102000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17711
17712 * net/net-utils.el:
17713 (network-connection-host, network-connection-service): New variables
17714 (network-connection-mode): New mode, derived from comint-mode
17715 (network-connection-mode-setup): New function, saves host and
17716 service information in local variables.
17717
17718 * lisp/locate.el:
17719 (locate-word-at-point): Added this function
17720 (locate): Default to using locate-word-at-point as input
17721 Run dired-mode-hook
17722
177232000-03-29 Dave Love <fx@gnu.org>
17724
17725 * calendar/appt.el: Doc fixes.
17726 (appt-check): Convert min-to-app to a string before passing to
17727 appt-disp-window-function or concat.
17728 (appt-delete-window): Remove test for frame-root-window.
17729 (appt-select-lowest-window, appt-convert-time): Simplify.
17730
17731 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17732 (byte-compile-file-form-autoload):
17733 Update byte-compile-function-environment.
a30eb617
DL
17734
177352000-03-29 Andreas Schwab <schwab@suse.de>
17736
86f6474c 17737 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17738
17739 * dired.el (dired-insert-directory): If dired-free-space-program
17740 failed just delete its output.
17741
177422000-03-29 Dave Love <fx@gnu.org>
17743
17744 * international/iso-cvt.el: Move provide to end. Doc fixes.
17745 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17746 (iso-iso2sgml, iso-sgml2iso): New functions.
17747 (iso-cvt-define-menu): Fix some entries and use backquote for
17748 clarity.
17749
17750 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17751
177522000-03-28 Gerd Moellmann <gerd@gnu.org>
17753
17754 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17755 ISO-DATE. If non-nil, return date in ISO 8601 format.
17756
177572000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17758
17759 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17760 if it ever becomes used.
17761 (log-edit-mode-hook): Default to vc-log-mode-hook.
17762 (log-edit-mode): Fix the docstring.
17763
17764 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17765 the code.
17766
177672000-03-26 Dave Love <fx@gnu.org>
17768
17769 * net/browse-url.el (browse-url): Re-fix case of
17770 browse-url-browser-function being an alist.
17771 (browse-url): Add :link to defgroup.
17772
17773 * files.el: Doc fixes.
17774 (file-truename): Include `[' in wildcard characters.
17775 (automount-dir-prefix): Customize.
17776 (find-file-wildcards): Add :version.
17777 (find-file-noselect): Simplify a mapcar call.
17778
17779 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17780 compatible with inf-lisp version.
17781 (eval-defun-1): Fix custom-declare-variable case.
17782
177832000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17784
17785 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17786
177872000-03-24 Gerd Moellmann <gerd@gnu.org>
17788
17789 * Makefile (COMPILE_FIRST): New macro.
17790 (compile-files): Compile files from COMPILE_FIRST first.
17791
86f6474c 17792 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17793
17794 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17795 matching open parenthesis in column 0 to defun-prompt-regexp
17796 only if open-paren-in-column-0-is-defun-start is set.
17797
17798 * sun-curs.el: Require CL at compile-time only.
17799
17800 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17801 instead of copy-list which is a function from CL.
17802 (msb--choose-menu, msb--mode-menu-cond)
17803 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17804 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17805 (msb--aggregate-alist): Use mapcar instead of mapcan.
17806 Fix `(' in column 0 in doc string.
a30eb617
DL
17807 (msb--add-separators): Use mapcar instead of mapcan.
17808
17809 * cus-dep.el: Require CL at compile-time only.
17810
178112000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17812
17813 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17814 (byte-compile-warnings): New warning `noruntime'.
17815 (byte-compile-constants, byte-compile-variables): Fix docstring.
17816 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17817 execute `eval-whenc-compile's body.
17818 (byte-compile-unresolved-functions): Fix docstring.
17819 (byte-compile-eval): New function.
17820 (byte-compile-callargs-warn): Check if the function will be available
17821 at runtime (via property `byte-compile-noruntime').
17822 (byte-compile-print-syms): New function.
17823 (byte-compile-warn-about-unresolved-functions): Also warn about
17824 `noruntime' functions (and use `byte-compile-print-syms').
17825 (byte-compile-file): Capitalize the message.
17826
178272000-03-24 Gerd Moellmann <gerd@gnu.org>
17828
17829 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17830 (rmail-expunge): Ask for confirmation depending on the setting
17831 of rmail-confirm-expunge.
17832
178332000-03-23 Gerd Moellmann <gerd@gnu.org>
17834
17835 * Makefile (bootstrap-clean): If $(emacs) exists, build
17836 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17837 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17838
178392000-03-23 Dave Love <fx@gnu.org>
17840
17841 * net/browse-url.el: Restore previous use of
17842 browse-url-maybe-new-window.
17843
178442000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17845
17846 * ps-print.el: Skip banner page fix.
17847 (ps-print-version): New version number (5.1.2).
17848 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17849
178502000-03-23 Dave Pearson <davep@davep.org>
17851
17852 * net/quickurl.el Changed the type of parameter passed to the
17853 function defined by `quickurl-format-function'. Before only the
17854 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17855 and the function is responsible for extracting the parts it requires.
17856 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17857 (quickurl-insert): Changed the `funcall' of
17858 `quickurl-format-function' to match the above change.
17859 (quickurl-list-insert): Changed the `url' case so that it makes
17860 use of `quickurl-format-function', previous to this the format was
17861 hard wired.
17862
178632000-03-22 Gerd Moellmann <gerd@gnu.org>
17864
17865 * startup.el: Change some spellings for the X Window System.
17866
178672000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17868
86f6474c
SM
17869 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17870 Clean up the code and the regexp and make sure the cursor is
17871 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17872
178732000-03-22 Jason Rumney <jasonr@gnu.org>
17874
17875 * w32-fns.el (w32-charset-info-alist): Initialize.
17876
178772000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17878
17879 * ps-print.el: N-up last page fix.
17880 (ps-print-version): New version number (5.1.1).
17881 (ps-end-file, ps-end-job, ps-generate): Code fix.
17882
178832000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17884
17885 * files.el (find-file-run-dired): Update docstring.
17886 (find-directory-functions): New hook.
17887 (find-file-noselect): Run find-directory-functions rather than
17888 calling dired directly.
17889
17890 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17891
17892 * pcvs.el: Add a minimal leading commentary.
17893 (cvs-make-cvs-buffer): Change the header part by removing the startup
17894 message and adding a `Module' entry. Also replace the FOOTER and
17895 HEADER special fileinfos with the new support in ewoc for updating
17896 its own footer and header.
17897 (cvs-update-header): Update to use the header/footer of the ewoc.
17898 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17899 (cvs-is-within-p): New function.
17900 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17901 to only examine some subset of the buffers.
17902
17903 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17904 `format' instead of our own ad-hoc functions.
17905 Remove HEADER and FOOTER cases, now handled in the EWOC.
17906 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17907
17908 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17909 output to avoid scaring the user.
17910 (cvs-parse-table): Catch message for non-up-to-date commits.
17911
17912 * pcvs-defs.el (cvs-startup-message): Remove.
17913 (cvs-global-menu): New autoloaded menu.
17914
17915 * pcvs-util.el (cvs-string-fill): Remove.
17916
17917 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17918 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17919 PP part of it and also make it work for footers and headers.
17920 (ewoc-create): Drop POS and BUFFER arguments.
17921 Use the DLL's dummy node to store the end-of-footer position.
17922 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17923 (ewoc-refresh): Remove unused `header' variable.
17924 (ewoc-(get|set)-hf): New functions.
17925
17926 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17927 log-view-*-(message|file) and use easy-mmode-define-navigation.
17928 (log-view-message-re): Match SCCS format as well.
17929 And match the revision line rather than the dashed separator line.
17930 (log-view-mode): Use the new define-derived-mode.
17931 (log-view-current-tag): Fill in with an actual implementation.
17932
17933 * cvs-status.el (cvs-status-(prev|next)): Rename from
17934 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17935 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17936 to let the output "breathe" a little more (more readable).
17937 (cvs-status-mode): Use the new define-derived-mode.
17938
17939 * smerge-mode.el (smerge-auto-leave): New function and variable.
17940 (smerge-basic-map): Rename from smerge-basic-keymap.
17941 Change the bindings for smerge-diff-*.
17942 (smerge-*-map): Use easy-mmode-defmap.
17943 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17944 (smerge-keep-*): Use smerge-auto-leave.
17945
179462000-03-21 Jason Rumney <jasonr@gnu.org>
17947
17948 * cus-edit.el (custom-button-face): Use 3D look for w32.
17949 (custom-button-pressed-face): Likewise.
17950
179512000-03-21 Gerd Moellmann <gerd@gnu.org>
17952
17953 * progmodes/etags.el (tags-case-fold-search): New user-option.
17954 (tags-loop-eval): New function. Bind case-fold-search around eval
17955 depending on the value of tags-case-fold-search.
17956 (tags-loop-continue): Use tags-loop-eval.
17957 (find-tag-in-order): Bind case-fold-search depending on the value
17958 of tags-case-fold-search.
17959
179602000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17961
86f6474c 17962 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17963 (diff-end-of-hunk): Return the end position for use in
17964 `easy-mmode-define-navigation'.
17965 (diff-recenter): Remove.
17966 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17967 of `easy-mmode-define-navigation'.
17968 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17969 previous renaming) and fix to use new names.
17970 (diff-merge-strings): Use \n as separator: simpler, faster.
17971 (diff-mode): Use `define-derived-mode'.
17972
17973 * derived.el (define-derived-mode): Don't autoload anymore.
17974 Prefer the macro-only version provided by easy-mmode.el.
17975
17976 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17977 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17978 (easy-mmode-define-navigation): New macro.
17979
17980 * subr.el (combine-run-hooks): New function.
17981
179822000-03-21 Kenichi HANDA <handa@etl.go.jp>
17983
17984 * term/x-win.el: Fontsets related initialization is simplified.
17985
17986 * international/mule-diag.el (describe-font): Don't refer to
17987 global-fontset-alist, instead call font-list.
17988 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17989 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17990
86f6474c
SM
17991 * international/fontset.el (x-charset-registries): Variable removed,
17992 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17993 (register-alternate-fontnames): Function removed.
17994 (resolved-ascii-font): Variable removed.
17995 (x-compose-font-name): Ignore the second argument REDOCE.
17996 (x-complement-fontset-spec): Complement only an ASCII font and
17997 element for those charsets than can use that ASCII font.
17998 (generate-fontset-menu): Don't refer to global-fontset-alist,
17999 instead call fontset-list.
18000 (uninstantiated-fontset-alist): Variable removed.
18001 (x-style-funcs-alist): Likewise.
18002 (fontset-default-styles): Likewise.
18003 (x-modify-font-name): Function removed.
86f6474c 18004 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18005 (create-fontset-from-ascii-font): Docsting adjusted for the above
18006 change.
18007 (instantiate-fontset, resolve-fontset-name): Functions removed.
18008 (fontset-list): Now implemented by C code.
18009
18010 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18011 (describe-face): Include `font' attribute in the description.
18012
180132000-03-21 Kenichi Handa <handa@etl.go.jp>
18014
18015 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18016
180172000-03-20 Gerd Moellmann <gerd@gnu.org>
18018
18019 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18020 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18021 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18022
18023 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18024 about behavior of set-buffer-modified-p wrt redisplay.
18025
180262000-03-19 Richard M. Stallman <rms@gnu.org>
18027
18028 * view.el (view-mode-disable): Kill local binding of view-read-only.
18029
180302000-03-18 Gerd Moellmann <gerd@gnu.org>
18031
86f6474c 18032 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18033 is a string, convert it to a syntax cell using string-to-syntax.
18034
18035 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18036 (string-to-syntax): New function.
18037
18038 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18039 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18040 try to use passive ftp mode.
18041
180422000-03-17 Gerd Moellmann <gerd@gnu.org>
18043
18044 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18045
18046 * simple.el (append-to-buffer): Update point of windows after
18047 insertion.
18048
18049 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18050 forward then moving backward. Reindent.
18051
18052 * frame.el (other-frame): Call x-focus-frame only if
18053 focus-follows-mouse is off.
18054
180552000-03-17 Dave Love <fx@gnu.org>
18056
86f6474c 18057 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18058
180592000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18060
18061 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18062 regexp for labels cannot span several lines.
18063
18064 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18065 `(setq :<key> ':<key>)' to the macro expansion.
18066
180672000-03-16 Dave Love <fx@gnu.org>
18068
18069 * progmodes/f90.el (f90): Put custom group under `languages', not
18070 `fortran'.
18071 (f90-mode-hook): Customize.
18072 (f90-mode): Set add-log-current-defun-function.
18073 (f90-current-defun): New function.
18074
180752000-03-16 Gerd Moellmann <gerd@gnu.org>
18076
18077 * cus-edit.el (custom-variable-tag-face): Handle case that
18078 default face's height is not a number.
18079 (custom-face-tag-face, custom-group-tag-face-1)
18080 (custom-group-tag-face): Ditto.
18081 (custom-group-tag-face-1): Add :group.
18082
18083 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18084
180852000-03-15 Gerd Moellmann <gerd@gnu.org>
18086
18087 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18088 requiring easymenu.
18089
180902000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18091
18092 * ps-print.el: PostScript user-defined prologue, PostScript error
18093 handler, doc fix.
18094 (ps-print-version): New version number (5.1).
18095 (ps-user-defined-prologue, ps-error-handler-message)
18096 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18097 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18098 (ps-insert-string): New function.
18099
181002000-03-15 Kenichi Handa <handa@etl.go.jp>
18101
18102 * international/ccl.el (ccl-compile-expression): Don't generate
18103 invalid self-assignment code.
18104
181052000-03-14 Dave Love <fx@gnu.org>
18106
18107 * subr.el (replace-regexp-in-string): Renamed from
18108 replace-regexps-in-string. Doc fix.
18109
181102000-03-12 Dave Love <fx@gnu.org>
18111
18112 * cus-edit.el: Doc fixes.
86f6474c 18113 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18114 (custom-variable-tag-face, custom-face-tag-face)
18115 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18116 style which user identify as hyperlink.
18117 (hook): Don't add undefined functions to the hook.
18118 (debug-ignored-errors): Transfer message from bindings.el.
18119
181202000-03-12 Gerd Moellmann <gerd@gnu.org>
18121
86f6474c
SM
18122 * recentf.el (recentf-keep-non-readable-files-p):
18123 Remove double/nested definition.
a30eb617
DL
18124
181252000-03-12 Dave Love <fx@gnu.org>
18126
18127 * facemenu.el (facemenu-get-face): Use display-color-p.
18128 * enriched.el (enriched-decode-foreground): Likewise.
18129 (enriched-decode-background): Likewise.
18130 * isearch.el (isearch-highlight): Likewise.
18131 * info-look.el (info-lookup): Likewise.
18132 * simple.el (completion-setup-function): Likewise.
18133
18134 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18135 :options.
18136
18137 * bindings.el (mode-line-format): Fix line-number and
18138 column-number items. Add help-echo for the background.
18139 (mode-line-mule-info): Modify help-echo.
18140
18141 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18142
18143 * files.el (load-file): Allow completion to .elc.
18144
18145 * man.el: Doc fixes.
18146 (Man-init-defvars): Use display-color-p to set fontification.
18147
18148 * play/hanoi.el (hanoi-internal): Don't use oddp.
18149
181502000-03-12 Gerd Moellmann <gerd@gnu.org>
18151
18152 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18153
18154 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18155
181562000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18157
18158 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18159 Fix comment.
18160
181612000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18162
18163 * font-lock.el (font-lock-keywords): Fix the doc now that
18164 regexp-opt-depth is unnecessary.
18165 (save-buffer-state): Set an edebug spec.
18166 (font-lock-fontify-anchored-keywords): Properly handle the case when
18167 the matcher goes past the limit.
18168
18169 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18170 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18171
18172 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18173 dll.el and cookie.el (from Elib) with heavy renaming and other
18174 massaging.
18175
18176 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18177 Autoload the functions used.
18178 (easy-mmode-define-syntax): Fix CL typo.
18179 (easy-mmode-define-derived-mode): Improve the docstring generation.
18180
181812000-03-10 Gerd Moellmann <gerd@gnu.org>
18182
18183 * textmodes/texinfo.el (texinfo-version): Variable and function
18184 removed.
18185
181862000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18187
18188 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18189 allow more flexibility.
ff39b9a1 18190 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18191 (easy-mmode-defmap, easy-mmode-defsyntax)
18192 (easy-mmode-define-derived-mode): New macros.
18193
181942000-03-09 Didier Verna <didier@xemacs.org>
18195
18196 * rect.el (replace-rectangle): New function.
18197
181982000-03-09 Dave Love <fx@gnu.org>
18199
ff39b9a1 18200 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18201 (fortran-comment-line-start-skip): Don't match cpp stuff.
18202 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18203 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18204 (fortran-mode): Don't set fortran-comment-line-start-skip,
18205 fortran-comment-line-start here. Set comment-start,
18206 add-log-current-defun.
18207 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18208 (fortran-current-defun): New function.
18209
182102000-03-09 Gerd Moellmann <gerd@gnu.org>
18211
18212 * emacs-lisp/re-builder.el: New file.
18213
18214 * mouse.el (mouse-drag-region): Don't run up-event handler
18215 if hscroll has changed.
18216
18217 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18218 builtin operators, use `font-lock-builtin-face' for Emacs and
18219 `font-lock-preprocessor-face' otherwise.
18220
18221 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18222 `(defun (setf foo)' differently.
18223
182242000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18225
18226 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18227 (regexp-opt): Update comment and adapt the code the new meaning of
18228 the `paren' argument of regex-opt-group for shy-groups.
18229 (regexp-opt-depth): Handle shy groups as well as backslashed
18230 backslashes.
18231 (regexp-opt-group): Turn the leading comment into a docstring.
18232 Allow `paren' to be a string (the string to use to open a group).
18233 Remove open-presuf and close-presuf. Instead of checking for `all
18234 one-char' and then later on check for `several one-char', handle
18235 both cases close together. Also apply a more generic algorithm
18236 for suffixes (the mirror image of the algorithm used for
18237 prefixes). Use shy-groups. Use nreverse rather than reverse.
18238 (regexp-opt-try-suffix): Removed.
18239
18240 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18241 from comint-mode-map, so we can just inherit from it. Also, move
18242 the initialization into the `defvar' since there's no docstring
18243 anyway and it's fairly short.
18244 (inferior-scheme-mode): Define it as derived-mode: the code is
18245 shorter and this way we inherit from comint-mode-map rather than
18246 copying it.
18247
18248 * subr.el (replace-regexps-in-string): Properly handle the case
18249 where we match an empty string.
18250
18251 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18252 when the command has a directory component (such as "./testml").
18253 Also fix a typo in the comment.
18254
182552000-03-08 Gerd Moellmann <gerd@gnu.org>
18256
18257 * Makefile (compile-files): Compile files one by one because
18258 that's the only way to ensure a clean compilation environment for
18259 each individual file.
18260
18261 * frame.el (other-frame): Call x-focus-frame.
18262
182632000-03-07 Dave Love <fx@gnu.org>
18264
18265 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18266 :require to defcustom.
18267
ff39b9a1 18268 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18269
18270 * files.el (auto-mode-alist): Add configure.in.
18271
18272 * progmodes/autoconf.el: New file.
18273
182742000-03-07 Gerd Moellmann <gerd@gnu.org>
18275
18276 * mail/mh-e.el: Change maintainer to `none'.
18277
18278 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18279 to remove-hook and add-hook.
18280
182812000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18282
18283 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18284 it as the default.
18285 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18286 (sendmail-send-it): Conditionally add MIME headers specifying the
18287 used character set.
18288
182892000-03-07 Dave Love <fx@gnu.org>
18290
ff39b9a1
SM
18291 * winner.el: Fix keywords, autoload cookies.
18292 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18293
182942000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18295
18296 * international/mule.el: Modify comment about coding system
18297 property `coding-category'.
18298 (make-coding-system): New argument EOL-TYPE. Pay attention to
18299 coding-category property of PROPERTIES.
18300
ff39b9a1
SM
18301 * international/mule-conf.el (coding-category-utf-8)
18302 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18303 categories. Include them in the argument for set-coding-priority.
18304
ff39b9a1
SM
18305 * international/mule-cmds.el (reset-language-environment):
18306 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18307 coding-category-utf-16-le in the argument for set-coding-priority.
18308 (reset-language-environment): Initialize coding-category-utf-8,
18309 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18310
183112000-03-06 Karl Fogel <kfogel@red-bean.com>
18312
18313 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18314 code abstracted out of `bookmark-jump-noselect'. Now tries info
18315 extensions as well as compression extensions.
18316 (bookmark-jump-noselect): Use above new func.
18317
183182000-03-03 Gerd Moellmann <gerd@gnu.org>
18319
18320 * strokes.el: Change maintainer's mail address.
18321
183222000-03-03 Kenichi Handa <handa@etl.go.jp>
18323
18324 * international/mule-diag.el (list-character-sets): Make help-echo
18325 string by substitute-command-keys.
18326 (list-character-sets): Likewise.
18327 (sort-listed-character-sets): Call help-setup-xref.
18328
183292000-03-02 Gerd Moellmann <gerd@gnu.org>
18330
ff39b9a1 18331 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18332
183332000-03-01 Dave Love <fx@gnu.org>
18334
18335 * help.el (help-xref-go-back): Don't try to set position.
18336
ff39b9a1
SM
18337 * international/mule-diag.el (list-character-sets):
18338 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18339 (list-character-sets-1): Add help-echo to xrefs.
18340
183412000-03-02 Gerd Moellmann <gerd@gnu.org>
18342
18343 * frame.el (blink-cursor-mode): Switch cursor on when turning
18344 the mode off.
18345
18346 * add-log.el (add-log-current-defun): Add support for
18347 Autoconf mode.
18348
18349 * mail/rmail.el (rmail-quit-hook): New variable.
18350
183512000-03-01 Dave Love <fx@gnu.org>
18352
18353 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18354
18355 * help.el (help-xref-button): Add help-echo arg.
18356 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18357
ff39b9a1 18358 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18359
ff39b9a1 18360 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18361
183622000-03-01 Gerd Moellmann <gerd@gnu.org>
18363
18364 * image.el (defimage): Look for image files in load-path.
18365
ff39b9a1 18366 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18367
183682000-03-01 David Ponce <david.ponce@wanadoo.fr>
18369
ff39b9a1 18370 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18371
183722000-03-01 David Ponce <david.ponce@wanadoo.fr>
18373
ff39b9a1 18374 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18375 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18376 action to select/unselect a file.
18377 (recentf-edit-list): Code cleanup and improvement.
18378 (recentf-open-more-files-action): `recentf-open-more-files' button
18379 widget action to open a file.
ff39b9a1 18380 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18381 (recentf-more-collection): Deleted.
18382 (recentf-more-history): Deleted.
18383 (recentf-setup-more-completion): Deleted.
18384
183852000-03-01 David Ponce <david.ponce@wanadoo.fr>
18386
18387 * recentf.el (recentf-mode): No more needs that Emacs is running
18388 under a window-system.
18389
ff39b9a1 183902000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18391
18392 * recentf.el (recentf-edit-list): New command to edit the recent
18393 list which allow the user to remove files.
18394 (recentf-edit-selected-items): New global variable, used by
18395 `recentf-edit-list' to hold the list of files to be removed from
18396 the recent list.
18397 (recentf-make-menu-items): Updated to display a "Edit list..."
18398 menu item. Minor code cleanup.
18399
ff39b9a1 184002000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18401
18402 * recentf.el (recentf-open-more-files): New command to open files
18403 that are not displayed in the menu.
18404 (recentf-more-collection): New global variable holding the set of
18405 permissible completions used by `recentf-open-more-files'.
18406 (recentf-more-history): New global variable holding the history list
18407 used by `recentf-open-more-files' completion.
18408 (recentf-setup-more-completion): New function to setup completion for
18409 `recentf-open-more-files'.
18410 (recentf-make-menu-items): Updated to display a "More..." menu item.
18411
ff39b9a1 184122000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18413
18414 * recentf.el (recentf-menu-action): Doc fixed.
18415
ff39b9a1 184162000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18417
18418 * recentf.el (recentf-menu-filter): Doc updated.
18419 (recentf-update-menu-hook): Allow menu filters to force menu update.
18420 (recentf-make-menu-items): New menu filter handling.
18421 (recentf-make-menu-item): New helper function.
18422 (recentf-menu-elements): New menu handling function.
18423 (recentf-sort-ascending): Updated to new menu filter handling.
18424 (recentf-sort-descending): Updated to new menu filter handling.
18425 (recentf-sort-basenames-ascending): New menu filter function.
18426 (recentf-sort-basenames-descending): New menu filter function.
18427 (recentf-show-basenames): New menu filter function.
18428 (recentf-show-basenames-ascending): New menu filter function.
18429 (recentf-show-basenames-descending): New menu filter function.
18430
184312000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18432
18433 * diary-lib.el (list-diary-entries): Don't try to go forward at
18434 the end of the buffer.
18435
184362000-02-29 Kenichi Handa <handa@etl.go.jp>
18437
ff39b9a1
SM
18438 * international/mule-diag.el (list-character-sets):
18439 Completely rewritten.
a30eb617
DL
18440 (sort-listed-character-sets): New function.
18441 (list-character-sets-1): Completely rewritten.
18442 (list-character-sets-2): New function.
18443 (non-iso-charset-alist): New variable.
18444 (decode-codepage-char): New function.
18445 (charset-history): New variable.
18446 (read-charset) (list-block-of-chars)
18447 (list-iso-charset-chars)
18448 (list-non-iso-charset-chars)
18449 (list-charset-chars): New functions.
86f6474c 18450 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18451 (dump-charsets): Likewise.
18452
184532000-02-29 Gerd Moellmann <gerd@gnu.org>
18454
18455 * dired-x.el (dired-filename-at-point): Add `@' to valid
18456 file name characters.
18457 (dired-filename-at-point): Handle ange-ftp file names.
18458
18459 * frame.el (frame-notice-user-settings): Use assq-delete-all
18460 instead of assoc-delete-all.
18461 (frame-notice-user-settings): Ditto.
18462
18463 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18464 Don't copy alist.
18465
184662000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18467
18468 * calculator.el (calculator-use-menu): New option.
86f6474c 18469 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18470 (calculator-forced-input): Removed.
18471 (calculator-restart-other-mode): New variable.
18472 (calculator-mode-map): Set up menu.
18473
184742000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18475
86f6474c 18476 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18477
184782000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18479
86f6474c 18480 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18481 translate all ESC key sequences.
86f6474c 18482 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18483 they were saved.
86f6474c
SM
18484 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18485 * viper-util.el (viper-set-replace-overlay-glyphs)
18486 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18487 overlay is live.
86f6474c
SM
18488 * viper.el (viper-vi-state-mode-list): Add major modes.
18489 * ediff-wind.el: Minor comment changes.
18490 * ediff.el: Copyright notice date fix.
a30eb617
DL
18491
184922000-02-27 Jason Rumney <jasonr@gnu.org>
18493
18494 * faces.el (face-font-family-alternatives): Add arial to helv.
18495 (mode-line, header-line, tool-bar): Same default as x for w32.
18496 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18497 face-font-family-alternatives from working.
18498 * term/w32-win.el (mouse-set-font): Do not build fontset from
18499 chosen font.
18500
185012000-02-25 Sam Steingold <sds@goems.com>
18502
18503 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18504 properly.
18505
185062000-02-25 Richard M. Stallman <rms@gnu.org>
18507
18508 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18509
185102000-02-25 Gerd Moellmann <gerd@gnu.org>
18511
86f6474c 18512 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18513
18514 * frame.el (busy-cursor-delay-seconds): New option.
18515
185162000-02-24 Gerd Moellmann <gerd@gnu.org>
18517
18518 * frame.el (show-cursor-in-non-selected-windows): New option.
18519
185202000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18521
18522 * diary-lib.el (include-other-diary-files): Undo the selective
18523 display in any included file and don't kill it.
18524
185252000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18526
86f6474c
SM
18527 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18528 Menu items converted to (menu-item format, help strings added.
a30eb617 18529 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18530 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18531 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18532
185332000-02-23 Dave Love <fx@gnu.org>
18534
18535 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18536 (backward-kill-word): Revert addition of * to interactive spec --
18537 it's a feature.
18538
18539 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18540 (backward-kill-sentence, kill-sentence): Likewise.
18541
18542 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18543 scratch buffer name.
86f6474c 18544 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18545
18546 * term/w32-win.el (internal-face-interactive): Update prompt for
18547 new read-face-name.
18548
18549 * mail/footnote.el (footnote): Add :version to defgroup.
18550 (footnote-section-tag-regexp): Customize.
18551 (footnote-start-tag, footnote-end-tag): New option.
18552 (footnote-latin-regexp): New variable.
18553 (Footnote-latin): New function.
18554 (footnote-style-alist): Add element for latin style.
18555 (footnote-style): Moved.
18556 (Footnote-goto-footnote): Use eq to test arg.
18557
18558 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18559
18560 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18561 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18562 (byte-optimize-quote, byte-optimize-lapcode):
18563 Use byte-compile-const-symbol-p.
a30eb617
DL
18564 (byte-optimize-char-before): New optimization.
18565
18566 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18567 (byte-compile-const-symbol-p): New function.
18568 (byte-compile-constp, byte-compile-out-toplevel)
18569 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18570 Use it.
18571
18572 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18573
185742000-02-23 Kenichi Handa <handa@etl.go.jp>
18575
18576 * international/encoded-kb.el: Be sure to update minor-mode-alist
18577 and minor-mode-map-alist.
18578 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18579 codes SS2 and SS3 correctly.
18580 (encoded-kbd-self-insert-ccl): New function.
18581 (encoded-kbd-setup-keymap): New function.
18582 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18583 by calling encoded-kbd-setup-keymap.
18584
86f6474c
SM
18585 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18586 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18587
185882000-02-22 Dave Love <fx@gnu.org>
18589
18590 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18591 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18592 (lisp-mode-syntax-table): Set up for #|...|# comments.
18593 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18594 classes. Match `defface'.
18595 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18596 (eval-defun-1): Fix for defcustom.
18597 (lisp-indent-region): Doc fix.
18598
18599 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18600 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18601 (replace-regexps-in-string): New function.
18602
186032000-02-22 Gerd Moellmann <gerd@gnu.org>
18604
18605 * help.el (describe-variable): Set syntax table to
18606 emacs-lisp-mode-syntax-table when moving forward over the
18607 symbol's name.
18608
186092000-02-22 Dave Love <fx@gnu.org>
18610
18611 * xt-mouse.el: Doc fixes.
18612 (xterm-mouse-position-function): New function, replacing advice of
18613 mouse-position.
18614 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18615
18616 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18617
186182000-02-21 Gerd Moellmann <gerd@gnu.org>
18619
86f6474c
SM
18620 * format.el (format-annotate-single-property-change):
18621 Handle properties.with dotted-list values.
a30eb617
DL
18622 (format-proper-list-p): New function.
18623
18624 * enriched.el (enriched-face-ans): Handle '(foreground-color
18625 . COLOR) and (background-color . COLOR).
18626
186272000-02-20 Dave Love <fx@gnu.org>
18628
18629 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18630 and assignments to it.
18631 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18632 current local map.
18633 (make-flyspell-overlay): Use it.
18634 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18635
18636 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18637 (lm-get-header-re): Defun, not defsubst.
18638 (lm-get-package-name): Defun, not defsubst. Simplify.
18639 (lm-version): Doc fix. Simplify.
18640 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18641 (lm-crack-address, lm-last-modified-date, lm-commentary)
18642 (lm-verify, lm-synopsis): Simplify.
18643 (lm-report-bug): Require emacsbug. Use compose-mail.
18644
186452000-02-20 Gerd Moellmann <gerd@gnu.org>
18646
18647 * dired.el (dired-mode): Call propertized-buffer-identification
18648 to set mode-line-buffer-identification to something having
18649 the right text properties.
18650
18651 * bindings.el (propertized-buffer-identification): New function.
18652
186532000-02-20 Dave Love <fx@gnu.org>
18654
18655 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18656 check for t-mouse too.
18657
18658 * cus-start.el: Make echo-keystrokes `number'.
18659
186602000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18661
18662 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18663 Don't call ring-empty-p unless tags-location-ring is bound.
18664 From Noah Friedman <friedman@splode.com>.
18665
186662000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18667
18668 * progmodes/hideshow.el (hs-flag-region): No longer use
18669 `intangible' overlay property.
18670
18671 (hs-toggle-hiding): New command.
18672 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18673
18674 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18675 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18676 and deactivation.
18677
186782000-02-18 Gerd Moellmann <gerd@gnu.org>
18679
18680 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18681
186822000-02-17 Gerd Moellmann <gerd@gnu.org>
18683
18684 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18685
18686 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18687 of `*' to handle `(* ... *)' comments.
18688
186892000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18690
18691 * faces.el (list-faces-display): Use display-mouse-p instead of
18692 window-system.
18693
18694 * menu-bar.el (global-map): Menu-bar items converted to the new
18695 format (menu-item..., rearranged for better CUA compliance, and
18696 their names changed for better clarity. Help strings added.
18697
18698 * international/mule-cmds.el (mule-menu-keymap)
18699 (describe-language-environment-map, set-coding-system-map)
18700 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18701 form, add help strings. Change names of menu items for better clarity.
18702 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18703
187042000-02-17 Gerd Moellmann <gerd@gnu.org>
18705
18706 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18707 within the code.
18708
187092000-02-16 Dave Love <fx@gnu.org>
18710
18711 * faces.el: Don't require custom. Add more specific :groups to
18712 various deffaces.
18713 (set-face-attribute): Purecopy args.
18714 (read-face-name): Default to name at point and use it in prompt.
18715 Remove colon from arg in all callers.
18716 (list-faces-display): Hyperlink to face descriptions and customize
18717 buffers.
18718
187192000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18720
86f6474c 18721 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18722
187232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18724
18725 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18726 at ':' characters by call to split-string.
18727
187282000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18729
18730 * textmodes/bibtex.el: Added RCS version identification.
18731
187322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18733
18734 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18735 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18736 (bibtex-field-const): Allow capital letters.
18737 (bibtex-start-of-string): Deleted because unused.
18738
18739 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18740 use the term 'reference' to describe a bibtex entry as a whole.
18741 Further, reference keys are no longer called 'labels'.
18742 (bibtex-keys): Renamed to bibtex-reference-keys.
18743 (bibtex-reformat-previous-labels): Renamed to
18744 bibtex-reformat-previous-reference-keys.
18745 (bibtex-reference-type): Renamed to bibtex-entry-type.
18746 (bibtex-reference-head): Renamed to bibtex-entry-head.
18747 (bibtex-reference-maybe-empty-head): Renamed to
18748 bibtex-entry-maybe-empty-head.
18749 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18750 (bibtex-search-reference): Renamed to bibtex-search-entry.
18751 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18752 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18753 (bibtex-entry-field-alist, bibtex-entry-head)
18754 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18755 (bibtex-map-entries, bibtex-search-entry)
18756 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18757 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18758 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18759 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18760 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18761 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18762 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18763
187642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18765
18766 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18767 comment.
18768 (bibtex-format-field-delimiters): New function, functionality
18769 extracted from bibtex-format-entry.
18770 (bibtex-autokey-get-yearfield-digits): New function, functionality
18771 extracted from bibtex-autokey-get-yearfield.
18772
18773 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18774 entries in order to avoid stack overflow in the regexp matcher if
18775 field contents become large.
86f6474c
SM
18776 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18777 (bibtex-field-string-part-not-braced)
18778 (bibtex-field-string-part-no-inner-braces)
18779 (bibtex-field-string-part-1-inner-brace)
18780 (bibtex-field-string-part-2-inner-braces)
18781 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18782 (bibtex-field-string-quoted, bibtex-field-string)
18783 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18784 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18785 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18786 Deleted as parsing is now performed by the following functions.
18787 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18788 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18789 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18790 (bibtex-parse-association, bibtex-field-name-for-parsing)
18791 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18792 (bibtex-search-forward-field, bibtex-search-backward-field)
18793 (bibtex-start-of-field, bibtex-end-of-field)
18794 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18795 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18796 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18797 (bibtex-parse-string, bibtex-search-forward-string)
18798 (bibtex-search-backward-string, bibtex-start-of-string)
18799 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18800 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18801 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18802 entries. Instead of reporting the results of the parsing by
18803 match-beginning or match-end, these functions return data structures
18804 that hold the corresponding positions.
18805 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18806 return values rather than by match-beginning or match-end.
18807 The following functions have been adapted to use the new
18808 parsing functions.
18809 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18810 (bibtex-enclosing-field, bibtex-format-entry)
18811 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18812 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18813 (bibtex-print-help-message, bibtex-end-of-entry)
18814 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18815 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18816 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18817 Use the new method for parsing.
18818 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18819 (bibtex-map-entries, bibtex-flash-head)
18820 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18821 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18822 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18823 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18824 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18825 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18826 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18827 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18828
188292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18830
18831 * textmodes/bibtex.el: Copyright notice is up to date.
18832 Added constant 'bibtex-maintainer-salutation.
18833
86f6474c 18834 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18835 than make-temp-name, use match-string-no-properties and eliminate
18836 a quadratic behavior when building bibtex-strings.
18837
18838 * bibtex.el (bibtex-reference-key): Accept string entries whose
18839 reference key contains upper case letters.
18840
188412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18842
18843 * bibtex.el (bibtex-reference-head): Allow entries to start with
18844 a new line.
18845
188462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18847
18848 * bibtex.el: Hiding of entry bodies is not longer provided by
18849 bibtex.el directly. Instead the hideshow package can be used.
18850 Added a special bibtex entry to hs-special-modes-alist.
18851 (bibtex-hs-forward-sexp): Added for hideshow.el.
18852
188532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18854
18855 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18856 proceedings entry type (for cross referencing). Thanks to Wagner
18857 Toledo Correa for the suggestion.
18858
18859 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18860
188612000-02-14 Kenichi Handa <handa@etl.go.jp>
18862
18863 * international/characters.el: Setup case table for Vietnamese.
18864
188652000-02-12 Gerd Moellmann <gerd@gnu.org>
18866
18867 * uniquify.el (toplevel): Require CL at compile time.
18868 (uniquify-push): Removed.
18869
18870 * shadowfile.el (shadow-when): Removed.
18871
18872 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18873 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18874
18875 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18876 regexp for paragraph-start.
18877
18878 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18879 commas as well.
18880
188812000-02-10 Dave Love <fx@gnu.org>
18882
18883 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18884 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18885 Deleted.
18886 (widget-specify-field, widget-specify-button): Don't use
18887 widget-mouse-help as help-echo property.
18888 (default): Use #'ignore for :validate and :mouse-down-action.
18889 (checkbox): Add help-echo.
18890 (widget-sexp-validate): Rewritten to clarify error messages.
18891 (character): Use char-valid-p in :match function.
18892 (widget-color-complete): Use facemenu-color-alist.
18893 (widget-color-action): Use facemenu-read-color.
18894
18895 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18896 set up `caar' &c that we now have.
18897
188982000-02-09 Ray Blaak <blaak@gnu.org>
18899
18900 * delphi.el: Make resourcestring a declaration region, like const
18901 and var.
18902
189032000-02-09 Dave Love <fx@gnu.org>
18904
18905 * bindings.el (mode-line-input-method-map): New variable.
18906 (mode-line-mule-info): Use it; fix last change.
18907 (mode-line-mode-menu): Move definition.
18908 (mode-line-mouse-sensitive-p): Deleted.
18909 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18910 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18911
18912 * startup.el (command-line-1): Don't call
18913 make-mode-line-mouse-sensitive.
18914
189152000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18916
86f6474c
SM
18917 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18918 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18919
189202000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18921
18922 * diff-mode.el (diff-kill-junk): New interactive function.
18923 (diff-reverse-direction): Use delete-and-extract-region.
18924 (diff-post-command-hook): Restrict the area so that the hook also works
18925 outside of any diff hunk. This is necessary for the minor-mode.
18926 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18927 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18928
18929 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18930 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18931 so that it can be used more easily in <foo>-mode-hook. Also make sure
18932 to avoid duplicate entries.
18933 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18934 (font-lock-remove-keywords): Just as was done for `add', allow it to
18935 work even if font-lock-mode is nil. Also make sure we don't modify
18936 any pre-existing list by forcing a copy-sequence. Finally rename
18937 `major-mode' to `mode'.
18938 (font-lock-fontify-syntactic-anchored-keywords)
18939 (font-lock-fontify-anchored-keywords)
18940 (font-lock-fontify-keywords-region): Use line-end-position.
18941 Don't make `font-lock-multiline' local (it's now done in
18942 font-lock-set-defaults).
86f6474c
SM
18943 (font-lock-set-defaults): Make `font-lock-multiline' local.
18944 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18945
189462000-02-06 Andrew Innes <andrewi@gnu.org>
18947
18948 * term/w32-win.el (x-handle-args): Comment out call to message,
18949 which occurs before window system is initialized.
18950
18951 * makefile.nt: Add support for recompiling lisp code.
18952
189532000-02-04 Dave Love <fx@gnu.org>
18954
18955 * bindings.el (mode-line-mule-info): Fix/extend last change.
18956
18957 * completion.el: Replace completion-dolist with dolist.
18958
86f6474c 18959 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18960
189612000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18962
86f6474c 18963 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18964 environment names before they go into the section regexp.
18965
86f6474c 18966 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18967 char class in regexp.
18968
86f6474c
SM
18969 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18970 Bind `case-fold-search' to nil.
a30eb617 18971
86f6474c
SM
18972 * progmodes/idlwave.el (idlwave-template):
18973 Respect `idlwave-abbrev-change-case'.
18974 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18975 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18976 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18977 (idlwave-rw-case): New function.
18978 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18979 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18980 (idlwave-surround): New argument LENGTH to support padding of
18981 operators longer than 1 char.
18982
18983 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18984 idlwave-shell-expression-overlay. Implemented printing of
18985 expressions on higher levels of the calling stack.
86f6474c 18986 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18987 (idlwave-retrieve-expression-from-level): New function.
18988 (idlwave-shell-last-calling-stack): Variable removed.
18989 (idlwave-shell-reset): Argument action reversed (`visible' to
18990 `hidden'). Also remove stop-line overlay.
18991 (idlwave-shell-calling-stack-routine): New variable.
18992 (idlwave-shell-parse-stack-and-display): Messages now display
18993 negative level numbers.
18994 (idlwave-shell-mode): Set `modeline-format'.
18995 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18996 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18997 (idlwave-shell-print-expression-function): New option.
18998
86f6474c
SM
18999 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
19000 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
19001 `tool-bar' instead of `toolbar'.
19002
190032000-02-02 Dave Love <fx@gnu.org>
19004
19005 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19006 emacs-lisp-mode-hook. Don't check for defalias being defined.
19007
19008 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19009 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19010 Use the new builtins directly.
a30eb617
DL
19011
19012 * whitespace.el (whitespace): Add :version to defgroup.
19013
19014 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19015 Doc fix.
19016
19017 * thingatpt.el (sexp-at-point, symbol-at-point)
19018 (number-at-point, list-at-point): Add autoload cookie.
19019
19020 * recentf.el (recentf): Add :version to defgroup.
19021
19022 * quickurl.el (quickurl): Add :version to defgroup.
19023
19024 * elide-head.el (elide-head): Use point-marker more.
19025
19026 * bs.el (bs): Add :version to defgroup.
19027
19028 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19029
19030 * progmodes/delphi.el (delphi): Add :version to defgroup.
19031
190322000-02-02 Gerd Moellmann <gerd@gnu.org>
19033
19034 * ange-ftp.el (ange-ftp-write-region): Handle case that
19035 succeeding process operation sets a different coding system.
19036
19037 * calculator.el: New file.
19038
190392000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19040
86f6474c 19041 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19042 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19043 (display-selections-p, display-screens, display-pixel-width)
19044 (display-pixel-height, display-mm-width, display-mm-height)
19045 (display-backing-store, display-save-under, display-planes)
19046 (display-color-cells, display-visual-class): New functions.
19047
19048 * term/tty-colors.el (tty-color-gray-shades): New function.
19049
19050 * faces.el (display-color-p): Use framep-on-display.
19051 (display-grayscale-p): New function.
19052
190532000-01-31 Dave Love <fx@gnu.org>
19054
19055 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19056 (create-fontset-from-x-resource): Don't concat integers.
19057
190582000-01-31 Inge Frick <inge@nada.kth.se>
19059
19060 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19061 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19062 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19063 window is not deleted. Modifies change 1998-04-26.
19064
190652000-01-31 Gerd Moellmann <gerd@gnu.org>
19066
19067 * windmove.el: New file.
19068
19069 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19070 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19071 progmodes/ebnf-yac.el: Update copyright and license info.
19072
86f6474c
SM
19073 * jit-lock.el (jit-lock-function): Widen before calculating
19074 end position.
a30eb617
DL
19075 (jit-lock-stealth-chunk-start): Rewritten.
19076
19077 * info.el (Info-title-face-alist): Removed.
86f6474c 19078 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19079 (Info-fontify-node): Use these faces.
19080
190812000-01-30 Gerd Moellmann <gerd@gnu.org>
19082
19083 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19084 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19085 `&allow-other-keywords'.
19086
19087 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19088 the list of directories scanned heuristically.
19089
86f6474c 19090 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19091
190922000-01-30 Jason Rumney <jasonr@gnu.org>
19093
19094 * w32-fns.el: Define w32-tty-standard-colors.
19095
19096 * startup.el (command-line): Use w32-tty-standard-colors when in
19097 w32 console mode.
19098
190992000-01-30 Dave Love <fx@gnu.org>
19100
19101 * jka-compr.el (jka-compr-load): Fix up load-history.
19102
19103 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19104
19105 * emacs-lisp/cl-macs.el: Revert previous change.
19106
191072000-01-29 Dave Love <fx@gnu.org>
19108
19109 * facemenu.el: Purecopy various strings.
19110
19111 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19112 years. Deal with three-digit years.
19113
86f6474c
SM
19114 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19115 Use defconst, purecopy.
a30eb617
DL
19116 (help-back-label): Purecopy it.
19117
191182000-01-18 Gerd Moellmann <gerd@gnu.org>
19119
19120 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19121 variable. If non-nil, order the buffer list according to the
19122 currently selected frame.
19123 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19124 non-nil, pass the selected frame to function buffer-list.
19125
191262000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19127
19128 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19129
191302000-01-28 Dave Love <fx@gnu.org>
19131
19132 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19133
19134 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19135 Don't use lisp-indent-hook property.
19136 (cl-abs): Remove.
19137
19138 * subr.el: Move out indent and edebug specs for when and unless.
19139
19140 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19141 when, unless.
19142
19143 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19144 unless, when.
19145
191462000-01-28 Gerd Moellmann <gerd@gnu.org>
19147
19148 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19149 `collecting' as synonym for `collect'.
19150
19151 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19152 for the case it contains spaces.
19153
86f6474c 19154 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19155
19156 * frame.el (delete-other-frames): New function.
19157 (toplevel): Bind it to C-x 5 1.
19158
19159 * sort.el (sort-numeric-base): New option.
19160 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19161 interpret it as octal or hexadecimal. Use sort-numeric-base
19162 as default base.
19163
19164 * progmodes/glasses.el: New file.
19165
191662000-01-27 Gerd Moellmann <gerd@gnu.org>
19167
19168 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19169 userids differently.
19170
19171 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19172 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19173 progmodes/ebnf-yac.el: New files.
19174
191752000-01-26 Dave Love <fx@gnu.org>
19176
19177 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19178 on a function with an empty body. [From Eric Ludlam.]
19179
191802000-01-25 Andre Spiegel <spiegel@gnu.org>
19181
19182 * vc.el (vc-version-diff): Make sure file name is expanded.
19183
191842000-01-25 Gerd Moellmann <gerd@gnu.org>
19185
19186 * scroll-bar.el (scroll-bar-timer): Variable removed.
19187 (scroll-bar-toolkit-scroll): Don't use a timer.
19188
191892000-01-25 Kenichi Handa <handa@etl.go.jp>
19190
86f6474c
SM
19191 * language/thai-util.el (thai-composition-function):
19192 Delete superfluous `a'.
a30eb617
DL
19193
191942000-01-24 Dave Love <fx@gnu.org>
19195
19196 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19197 end-of-defun-function.
19198
86f6474c 19199 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19200
192012000-01-22 Jason Rumney <jasonr@gnu.org>
19202
19203 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19204 conflicts with new face support.
19205
192062000-01-22 Richard M. Stallman <rms@gnu.org>
19207
19208 * replace.el (query-replace): Rename last arg to DELIMITED.
19209 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19210 (query-replace-regexp): Likewise.
19211
192122000-01-20 Richard M. Stallman <rms@gnu.org>
19213
19214 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19215
19216 * emacs-lisp/lisp.el (beginning-of-defun-function):
19217 Variable renamed from beginning-of-defun.
19218 Do not call make-variable-buffer-local.
19219 (beginning-of-defun-raw): Use new variable name; doc fix.
19220 (beginning-of-defun): Doc fix.
19221 (end-of-defun-function): Variable renamed from end-of-defun.
19222 Do not call make-variable-buffer-local.
19223 (end-of-defun): Use new variable name; doc fix.
19224
19225 * subr.el (dolist, dotimes): Copied from cl-macs.el
19226 and made to work.
19227
19228 * mail/undigest.el (rmail-digest-end-regexps):
19229 Variable replaces rmail-digest-end-regexp.
19230 Allows multiple regexps for detecting the end line.
19231 (undigestify-rmail-message): Corresponding changes.
19232
192332000-01-19 Dave Love <fx@gnu.org>
19234
19235 * files.el (user-init-file): Don't declare here -- is primitive.
19236
19237 * startup.el (command-line): Check for compiled user-init-file and
19238 set to uncompiled version if necessary.
19239
192402000-01-18 Gerd Moellmann <gerd@gnu.org>
19241
19242 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19243 (undigestify-rmail-message): Use it.
19244
19245 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19246
192472000-01-17 Gerd Moellmann <gerd@gnu.org>
19248
19249 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19250 of mini-buffer.
19251
192522000-01-14 Gerd Moellmann <gerd@gnu.org>
19253
19254 * emacs-lisp/copyright.el (copyright-update): Removed the
19255 requirement for a trailing space from `copyright-regexp', to
19256 support copyrights with owner specified on a separate line..
19257
19258 * align.el: New file.
19259
19260 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19261
19262 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19263
192642000-01-13 Dave Love <fx@gnu.org>
19265
19266 * ph.el: Removed. (Obsoleted by EUDC.)
19267
192682000-01-13 Gerd Moellmann <gerd@gnu.org>
19269
19270 * net/eudc.el (toplevel): Remove autoloaded code installing
19271 menu with easymenu, because that causes build problems.
19272
19273 * frame.el (frame-notice-user-settings): New variable.
19274 (frame-notice-user-settings): Don't modify frame parameters
19275 if called a second time.
19276
192772000-01-13 Richard M. Stallman <rms@gnu.org>
19278
19279 * frame.el (frame-notice-user-settings):
19280 Notice default-frame-parameters even for non-window frames.
19281
192822000-01-13 Gerd Moellmann <gerd@gnu.org>
19283
19284 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19285 for Emacs.
19286 (eudc-bob-can-display-inline-images): Extend for Emacs.
19287 (eudc-bob-toggle-inline-display): Ditto.
19288 (eudc-bob-display-jpeg): Ditto.
19289
192902000-01-12 Gerd Moellmann <gerd@gnu.org>
19291
19292 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19293 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19294 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19295
86f6474c
SM
19296 * add-log.el (add-change-log-entry): Fix error trying an
19297 `(insert nil)'.
a30eb617
DL
19298
19299 * subdirs.el: Add `net' directory.
19300
19301 * net: New directory.
19302
19303 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19304 eval-last-sexp. Don't bind debug-on-error here.
19305 (eval-last-sexp): New function. Bind debug-on-error if
19306 eval-expression-debug-on-error is non-nil.
19307 (eval-defun-2, eval-defun): Likewise.
19308
19309 * simple.el (eval-expression): Don't bind debug-on-error if
19310 eval-expression-debug-on-error is nil. Detect changed
19311 debug-on-error, and propagate new value to global binding, if
19312 eval-expression-debug-on-error is non-nil,
19313 (eval-expression-debug-on-error): Change doc string.
19314
193152000-01-11 Richard M. Stallman <rms@gnu.org>
19316
19317 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19318
19319 * emacs-lisp/lisp-mode.el (with-syntax-table):
19320 Set up lisp-indent-function property.
19321
19322 * subr.el (with-syntax-table): Moved from simple.el.
19323
19324 * simple.el (with-syntax-table): Moved to subr.el.
19325
193262000-01-11 Gerd Moellmann <gerd@gnu.org>
19327
19328 * tmm.el (tmm-shortcut): Delete region after prompt instead
19329 of erasing buffer.
19330
19331 * textmodes/fill.el (fill-common-string-prefix): New function.
19332 (fill-context-prefix): Use the longest common prefix of first
19333 and second line fill prefix, if there is one.
19334
193352000-01-11 Richard M. Stallman <rms@gnu.org>
19336
19337 * array.el (array-mode): Don't use make-variable-buffer-local.
19338 Use make-local-variable for `truncate-lines'.
19339
193402000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19341
19342 * add-log.el (add-log-current-defun): Handle user-defined
19343 add-log-current-function returning nil,
19344
19345 * add-log.el (add-change-log-entry): Insert version number
19346 if having found a current function
19347
86f6474c
SM
19348 * add-log.el (add-log-current-defun):
19349 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19350 level 1. Strip whitespace from defun found.
19351
193522000-01-10 John Wiegley <johnw@gnu.org>
19353
19354 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19355 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19356
193572000-01-10 Dave Love <fx@gnu.org>
19358
19359 * elide-head.el (elide-head): Use point-marker, not point.
19360
193612000-01-10 Gerd Moellmann <gerd@gnu.org>
19362
19363 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19364 before and after the year 2000.
19365
19366 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19367 Add ispell- prefix.
19368
193692000-01-10 Ken Stevens <k.stevens@ieee.org>
19370
19371 * ispell.el: Only define dictionaries in menus when they exist.
19372 (version18p): New variable.
19373 (version20p): New variable.
19374 (xemacsp): New variable.
19375 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19376 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19377 (ispell-dictionary-alist6): Russian command lines no longer accept
19378 run-together words.
19379 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19380 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19381 (check-ispell-version): Added documentation string. Return library
19382 path when called non-interactively.
a30eb617
DL
19383 (ispell-menu-map-needed): Uses new variables.
19384 (ispell-library-path): New variable.
19385 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19386 (ispell-word): Improved documentation string. Test for valid
19387 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19388 result in single words split into multiple words.
19389 Return replacement word.
a30eb617
DL
19390 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19391 replace in recursive query replace mode. Help message for
19392 recursive edit mode.
19393 (ispell-show-choices): Protect against bad framepop bindings.
19394 (ispell-help): Fix to work with XEmacs.
19395 (ispell-highlight-spelling-error): Use new variables.
19396 (ispell-overlay-window): Fix to work with XEmacs.
19397 (ispell-parse-output): Passed and returns location information
19398 tracking spelling corrections. Doesn't recheck same word on
19399 current line.
19400 (ispell-init-process): Protect against bogus XEmacs variable binding.
19401 Fix call to single argument in sleep-for. Use new variables.
19402 (ispell-region): Passed and returns location information tracking
19403 spelling corrections. Doesn't check same word on current line.
19404 Improved documentation string. Doesn't resend a line already
19405 checked to the ispell process - fixes bug in LaTeX parsing.
19406 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19407 (ispell-skip-region): No longer skips <TT> in SGML.
19408 (ispell-process-line): Tracks location information with spelling
19409 corrections. Added documentation string. Accounts for words
19410 already accepted on this line. Don't allow query-replace on line
19411 starting with math characters. Doesn't resend a line already sent
19412 to ispell process. Fixes alignment error bug.
19413
194142000-01-10 Richard M. Stallman <rms@gnu.org>
19415
19416 * dired-x.el (dired-guess-shell-alist-default):
19417 Suggest xloadimage, which is free, not xv, which isn't.
19418
19419 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19420 Don't ever include the host name or user name in the value.
19421
194222000-01-09 Gerd Moellmann <gerd@gnu.org>
19423
19424 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19425 of a real newline.
19426
194272000-01-09 Stephen Eglen <stephen@gnu.org>
19428
19429 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19430 for .png files.
19431
194322000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19433
19434 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19435
194362000-01-09 Gerd Moellmann <gerd@gnu.org>
19437
19438 * progmodes/cperl-mode.el: Replace ^F with ^L.
19439
86f6474c
SM
19440 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19441 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19442
194432000-01-08 Dave Love <fx@gnu.org>
19444
19445 * emacs-lisp/backquote.el: Remove inappropriate customization
19446 (allowing custom.el to use backquote).
19447
194482000-01-07 Dave Love <fx@gnu.org>
19449
19450 * add-log.el (add-log-debugging): Deleted.
19451 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19452 file. Remove debugging code.
19453 (change-log-get-method-definition, change-log-name): Add doc.
19454 (change-log-sortable-date-at): New function.
19455 (change-log-merge): New command.
19456
19457 * time.el (display-time-string-forms): Make the Mail string active.
19458 (display-time-update): Provide help-echo for load average.
19459
19460 * bindings.el (make-mode-line-mouse2-map): New function.
19461 (mode-line-modified): Use it and simplify.
19462 (mode-line-mule-info): Provide help-echo info.
19463 (minor-mode-alist): Activate the strings.
19464 (make-mode-line-mouse-sensitive): Simplify for
19465 mode-line-buffer-identification.
19466
194672000-01-07 Gerd Moellmann <gerd@gnu.org>
19468
19469 * play/pong.el: New file.
19470
194712000-01-06 Dave Love <fx@gnu.org>
19472
19473 * array.el: Assorted cleanups for compiler warnings, doc strings,
19474 `array-' prefix for symbols.
19475
194762000-01-05 Dave Love <fx@gnu.org>
19477
86f6474c
SM
19478 * textmodes/outline.el (outline-mode-menu-bar-map):
19479 Add outline-headers-as-kill.
a30eb617
DL
19480 (outline-mode): Define imenu-generic-expression.
19481 (outline-headers-as-kill): New command.
19482
19483 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19484 from paragraph-start.
19485 (paragraph-indent-minor-mode): New command.
19486
19487 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19488 M-C-e, M-C-h, C-j, C-xnd, TAB.
19489 (fortran-mode): Set beginning-of-defun, end-of-defun.
19490 (fortran-column-ruler): Simplify.
19491 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19492 (fortran-with-subprogram-narrowing): Likewise.
19493 (fortran-indent-subprogram): Call mark-defun.
19494 (fortran-check-for-matching-do): Change narrowing.
19495
19496 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19497 (cl-lucid-hash-tag): Delete.
19498 (cl-hash-table-p): Correct test for native table.
19499 (cl-hash-table-count): Use hash-table-count.
19500
19501 * browse-url.el (browse-url): Fix case of
19502 browse-url-browser-function being an alist.
19503
195042000-01-05 Carsten Dominik <cd@gnu.org>
19505
19506 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19507 (reftex-index-phrase-file-extension): New options.
19508
19509 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19510 Use new option `reftex-index-phrase-file-extension'.
19511
19512 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19513 `reftex-parse-file-extension'.
19514
195152000-01-05 Dave Love <fx@gnu.org>
19516
19517 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19518 (beginning-of-defun-raw): Use it.
19519 (end-of-defun): New variable.
19520 (end-of-defun): Use it.
19521 (check-parens): New command.
19522
195232000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19524
19525 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19526 (hs-show-block): Don't use `mapcar' when not accumulating.
19527
19528 Fix buglet in local variables initialization.
19529
195302000-01-05 Andreas Schwab <schwab@suse.de>
19531
19532 * hscroll.el (hscroll): Doc fix.
19533
195342000-01-05 Carsten Dominik <cd@gnu.org>
19535
86f6474c
SM
19536 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19537 Require idlw-toolbar.
a30eb617 19538
86f6474c 19539 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19540 file idlw-rinfo.el.
86f6474c
SM
19541 (idlwave-customize): Load must read file idlw-shell.el.
19542 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19543
195442000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19545
19546 * progmodes/idlw-shell.el: Also provide idlwave-shell
19547 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19548 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19549
86f6474c 19550 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19551 both reftex-dcr and reftex-vcr.
19552
19553 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19554
195552000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19556
19557 * ps-print.el: PostScript code now is in separate files, doc fix.
19558 (ps-print-version): New version number (5.0.3).
19559 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19560 local.
19561 (ps-spool-config): Initialization fix.
19562 (ps-print-prologue-1, ps-print-prologue-2)
19563 (ps-print-duplex-feature): PostScript code moved to separated file.
19564 (ps-background-image): Little code reformating.
19565 (ps-begin-file, ps-begin-job): Fix code.
19566 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19567 (ps-prologue-file): New fun.
19568
195692000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19570
19571 * ps-vars.el: Eliminated.
19572
19573 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19574 `;;;###autoload'.
19575
19576 * ps-print.el: ps-vars eliminated, doc fix.
19577 (ps-print-version): New version number (5.0.2).
19578 (ps-spool-config): Initialization fix.
19579 (ps-print-customize): New fun.
19580
195812000-01-04 Gerd Moellmann <gerd@gnu.org>
19582
86f6474c 19583 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19584
195852000-01-04 Dave Love <fx@gnu.org>
19586
19587 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19588 menu items.
19589
195902000-01-03 Dave Love <fx@gnu.org>
19591
19592 * elide-head.el (elide-head) [defgroup]: Add :version.
19593
19594 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19595 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19596 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19597 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19598
195992000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19600
19601 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19602 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19603
196042000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19605
19606 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19607 at comment end, and re-insert them after filling.
19608
196092000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19610
19611 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19612 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19613 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19614
196152000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19616
19617 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19618 the new name of face-color-supported-p.
19619
19620 * term/w32-win.el (xw-defined-colors): Likewise.
19621
196222000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19623
19624 * simple.el (completion-setup-function): Count completion-size
19625 from minibuffer-prompt-end, not from point-min.
19626
196272000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19628
19629 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19630 Pass the frame to tty-color-* functions.
19631 (display-color-p, frame-set-background-mode): Pass the frame to
19632 tty-display-color-p.
19633
19634 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19635 tty-color-alist.
19636 (tty-color-alist, tty-modify-color-alist): New functions.
19637 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19638 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19639 optional parameter FRAME.
a30eb617
DL
19640
196412000-01-01 Gerd Moellmann <gerd@gnu.org>
19642
86f6474c
SM
19643 * image.el (create-image, defimage): Don't assume image data is
19644 a string.
a30eb617
DL
19645
19646 * image.el (defimage): Handle specifications containing :data
19647 instead of :file.
19648 (image-type-from-data): New function.
19649 (image-type-from-file-header): Use it.
19650 (create-image): Add parameter DATA-P.
19651
19652See ChangeLog.8 for earlier changes.
19653
19654;; Local Variables:
19655;; coding: iso-2022-7bit
19656;; End: