(diff-mode): Don't make the buffer read-only if it's empty (and thus
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
d8a973aa
GM
12001-09-17 Gerd Moellmann <gerd@gnu.org>
2
e18c8b8d
GM
3 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4 Check for '(' in column 0 of doc string.
5
d8a973aa
GM
6 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
7 of `nth' so that using a vector as bounding-box works.
8 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
9
dfe78cc5
AS
102001-09-17 Andre Spiegel <spiegel@gnu.org>
11
12 * vc.el (vc-annotate): Use current workfile version explicitly as
13 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
14
1bbdda4d
EZ
152001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
16
a5f01960
EZ
17 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
18 convert-standard-filename doesn't guarantee that the .el extension
19 is preserved.
20
a007e4e3
EZ
21 * dos-fns.el (convert-standard-filename): Replace invalid
22 characters only after converting dash/underscore to a period.
23 (original-make-auto-save-file-name): New.
8aee7d44
EZ
24 (make-auto-save-file-name): New function, overrides the definition
25 on files.el and calls the original function via
26 original-make-auto-save-file-name.
27
1bbdda4d
EZ
28 * mail/rmail.el (top-level): Require mule-utils when compiling.
29 (rmail-decode-babyl-format): Use detect-coding-with-priority
30 instead of detect-coding-region, to favor detection of emacs-mule
31 encoded Babyl files written by rmailout.el etc. Suggested by
32 Kenichi Handa <handa@etl.go.jp>.
33
ed7d6ba4
EZ
342001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
35
36 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
37 Use `equal', not `=', since the device number can be a cons cell.
38
551629f9
GM
392001-09-14 Gerd Moellmann <gerd@gnu.org>
40
41 * simple.el: Comment out change of 2001-09-13.
42
483e0218
MK
432001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
44
45 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
46 inhibit quit.
47
15233548
EZ
482001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
49
50 * files.el (make-auto-save-file-name): If long file names are not
51 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
52 generating an auto-save file name from it.
53
1fb7f872
GM
542001-09-13 Gerd Moellmann <gerd@gnu.org>
55
66a863f0
GM
56 * ps-print.el (ps-print-region, ps-print-region-with-faces)
57 (ps-nb-pages-region): Signal an error if called interactively
58 and the mark is not active.
59
1fb7f872
GM
60 * simple.el (minibuffer-prompt-modification)
61 (minibuffer-prompt-insertion): New functions.
62 (minibuffer-prompt-properties): Use `modification-hooks' and
63 `insert-in-front-hooks'.
64
1dc13f3a
RS
652001-09-12 Richard M. Stallman <rms@gnu.org>
66
67 * textmodes/outline.el (outline-regexp): Doc fix.
68 Initialize it in the defcustom, the usual way.
69
eaa493df
GM
702001-09-12 Gerd Moellmann <gerd@gnu.org>
71
1fb7f872
GM
72 * ediff-mult.el (ediff-get-meta-info): Take into account that data
73 from `ediff-meta-info' properties need not be an overlay. From
74 David Ponce <dponce@voila.fr>.
75
eaa493df
GM
76 * isearch.el (isearch-intersects-p): Fix end checks.
77
cfcda0ba
EZ
782001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
79
80 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
81 `t' branch of `cond', since Irix 6.1 and up is a special case of
82 the standard dbx interface.
83
4e1513b5
MB
842001-09-11 Miles Bader <miles@gnu.org>
85
86 * comint.el (comint-send-input): When waiting for echoed input,
87 don't save the expected end position in `echo-end', so that things
88 work properly even if the buffer is modified elsewhere at the same
89 time [this happens if `comint-truncate-buffer' is used].
90
9a72e4c1
GM
912001-09-11 Gerd Moellmann <gerd@gnu.org>
92
93 * textmodes/outline.el (outline-mode): Use `^' and a shy group
94 when constructing imenu-generic-expression from outline-regexp.
95
1f9581b6
EZ
962001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
97
98 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
99 `equal' instead of `=', since they can be cons cells. From Nils
100 Goesche <cartan@cartan.de>.
101
65ee3bf5
AS
1022001-09-10 Andre Spiegel <spiegel@gnu.org>
103
104 * vc.el (vc-annotate): Rewrote doc string.
105
e602e779
EZ
1062001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
107
108 * time-stamp.el: Update Stephen Gildea's email address.
109
42d305db
GM
1102001-09-10 Gerd Moellmann <gerd@gnu.org>
111
112 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
113 enable-multibyte-characters = nil. From Hallvard B Furuseth
114 <h.b.furuseth@usit.uio.no>.
115
02f34c70
MK
1162001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
117
118 * ediff-init.el (ediff-highest-priority): bug fix.
119
120 * viper-cmd.el (viper-special-read-and-insert-char): new function
121 that reads a character and uses the current input method or
122 iso-accents when appropriate.
123
124 * viper.el and all others: corrections to the comment blocks at
125 the top.
126
cfc697a2
EZ
1272001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
128
129 * info.el (Info-goto-node): Doc fix.
130
fc0eccfc
GM
1312001-09-07 Gerd Moellmann <gerd@gnu.org>
132
133 * isearch.el (isearch-intersects-p): New function.
134 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
135 use isearch-intersects-p, and clean up.
136
ef10876c
EZ
1372001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
140 and "german8", for the new German orthography dictionaries,
141 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
142 the entries, to keep the line length balanced for loaddefs.el.
143
c9e74cd4
GM
1442001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
145
146 * comint.el (comint-send-input): Handle comint-process-echoes
147 differently.
148
5421b899
GM
1492001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
150
151 * locate.el (locate-insert-header): Remove unnecessary
152 whitespace.
153
70569550
EZ
1542001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * arc-mode.el (archive-dostime): Fix a typo in minutes'
157 computation.
158
6afad91e 1592001-09-07 Gerd Moellmann <gerd@gnu.org>
c9e74cd4 160
6afad91e
GM
161 * server.el (server-switch-buffer): Use get-window-with-predicate.
162
163 * textmodes/refer.el (refer-find-entry-internal): Use
164 get-window-with-predicate.
165
166 * term/sup-mouse.el (sup-pos-to-window): Use
167 get-window-with-predicate.
168
169 * term/bg-mouse.el (bg-window-from-x-y): Use
170 get-window-with-predicate.
171
172 * emacs-lisp/edebug.el (edebug-window-live-p): Use
173 get-window-with-predicate.
174
175 * window.el (get-window-with-predicate): Renamed from some-window.
176 (some-window): Make it an alias.
177
003550c5
GM
1782001-09-06 Gerd Moellmann <gerd@gnu.org>
179
180 * simple.el (undo): Remove positions from buffer-undo-list up to
181 the next undo boundary only.
182
c49e491a
EZ
1832001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
184
05b24487
EZ
185 * makefile.nt (install): Don't copy sc.el. Reported by Richard
186 Kim <ryk@dspwiz.com>
187
c49e491a
EZ
188 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
189 the message "Creating customization items...done".
190
54f73af3
GM
1912001-09-05 Gerd Moellmann <gerd@gnu.org>
192
193 * font-lock.el (toplevel): Require `jit-lock' only if
194 font-lock-support-mode is set to jit-lock-mode.
195
3762e7d0
EZ
1962001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
197
198 * international/quail.el (quail-use-package, quail-inactivate)
199 (quail-activate): Mention the hooks these functions run in their
200 doc strings.
201
c3b497b3
GM
2022001-09-05 Edward M. Reingold <reingold@iit.edu>
203
204 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
205 of file in header of menu.
206
2d43d823
GM
2072001-09-04 Gerd Moellmann <gerd@gnu.org>
208
2a5becfb
GM
209 * env.el (setenv): Interactively, if VARIABLE has a current value,
210 add that to the front of the history, as the doc string says.
211
8d1fcd00
GM
212 * comint.el (comint-send-input): Change help-echo.
213 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
214
1672462f
GM
215 * bookmark.el (bookmark-write-file): Bind print-length and
216 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
217
646a1759
GM
218 * obsolete/uncompress.el: Moved there from lisp/.
219
c8dd66e1
GM
220 * comint.el (comint-insert-clicked-input): Goto point-max before
221 deleting previous input. From "Dr Francis J. Wright"
222 <F.J.Wright@qmw.ac.uk>.
223
2d43d823
GM
224 * simple.el (backward-word): Doc fix.
225
284b3043
GM
2262001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
227
228 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
229 * uncompress.el, uniquify.el, vc.el, view.el, window.el
230 * w32-fns.el: Add Keywords header.
231
2eef02ab
EZ
2322001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
233
234 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
235 "Text Properties". Suggested by Simon Marshall
236 <Simon.Marshall@midas-kapiti.com>.
237
ae355fa6
AC
2382001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
239
240 * term/mac-win.el (mac-drag-n-drop): Decode file name by
241 consulting the value of file-name-coding-system.
242
2ee1aa00
SM
2432001-09-03 Stefan Monnier <monnier@cs.yale.edu>
244
245 * help.el (describe-function-1): Save precomputed `file-name' rather
246 than recomputing it (incorrectly) with `symbol-file'.
247
cdab3e50
GM
2482001-09-03 Gerd Moellmann <gerd@gnu.org>
249
698ee07c
SM
250 * international/isearch-x.el (isearch-exit-recursive-edit):
251 Take three parameters, since it's used as an after-change-function.
c3b0c268 252
698ee07c 253 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
254 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
255 from doc strings.
256
e3b22517
GM
2572001-09-02 Milan Zamazal <pdm@zamazal.org>
258
698ee07c
SM
259 * progmodes/glasses.el (glasses-convert-to-unreadable):
260 Consider underscores as in `glasses-make-readable'.
e3b22517 261
19bd58e8
EZ
2622001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
263
883310a7
EZ
264 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
265 MS-DOS, since cpp might not be available.
266
698ee07c
SM
267 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
268 Mention "yank" in the help-echo text.
269 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
270
2712001-09-01 Stefan Monnier <monnier@cs.yale.edu>
272
273 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 274
59b7ded8
EZ
2752001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
276
5e11c425
EZ
277 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
278 exists. From Andy Petrusenco <andy@int.spb.ru>.
279
59b7ded8 280 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
281 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
282 <andy@int.spb.ru>.
59b7ded8 283
c9979669
GM
2842001-08-31 Gerd Moellmann <gerd@gnu.org>
285
286 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
287 Instead of running mouse-yank-at-click, see what the event is
288 bound to outside Isearch and run that.
289
79f5f9ec
EZ
2902001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
291
698ee07c
SM
292 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
293 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 294
c0551649
GM
2952001-08-30 Gerd Moellmann <gerd@gnu.org>
296
e8b1643c
GM
297 * simple.el (eval-expression-print-level): Fix last change.
298
f3185924
GM
299 * bindings.el (mode-line-coding-system-map): New variable.
300 (mode-line-mule-info): Give the "%Z" a local-map keymap.
301
92a25631
GM
302 * simple.el (eval-expression-print-level): Change the type
303 of the defcustom to allow nil.
304
9584e63a
GM
305 * emacs-lisp/find-gc.el: Moved here from lisp/.
306
698ee07c
SM
307 * international/quail.el (quail-completion-1):
308 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
309 From Kenichi Handa <handa@etl.go.jp>.
310
c0551649
GM
311 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
312 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
313
ef32aa02
EZ
3142001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
315
316 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
317 aren't supported. This avoids the annoying gray strip drawn by
318 the Windows version instead of the missing tool bar.
319
ff4ec1f7
GM
3202001-08-29 Gerd Moellmann <gerd@gnu.org>
321
53ca4610
GM
322 * menu-bar.el (menu-bar-options-menu): Make option text, messages
323 and tooltips more consistent. From "Marshall, Simon"
324 <Simon.Marshall@midas-kapiti.com>.
325
ff4ec1f7
GM
326 * startup.el (fancy-splash-screens): Temporarily set
327 minor-mode-map-alist to nil while displaying splash screens.
328
6d6c3f84
GM
3292001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
330
331 * buff-menu.el: Add Keywords header.
332 Doc fix (C-x C-b is bound to list-buffers).
333
565132a3
GM
334 * dired-x.el: Add keyword files to get listed in finder.
335 Remove confusing notes about GNU Emacs 19.
336
337 * dired.el, dired-aux.el: Add Keywords header.
338
042e6d91
AS
3392001-08-28 Andre Spiegel <spiegel@gnu.org>
340
341 * vc.el (vc-revert-file): Call the backend even if the FILE's
342 contents can be reverted locally; pass new arg CONTENTS-DONE
343 down to the backend.
344
854bd40a 345 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
346 optional arg CONTENTS-DONE.
347
33818c6c
AI
3482001-08-28 Andrew Innes <andrewi@gnu.org>
349
350 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
351
0f76ca04
EZ
3522001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
353
354 * makefile.nt (install): Copy more *.el files.
355
6b6e2422
GM
3562001-08-28 Gerd Moellmann <gerd@gnu.org>
357
358 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
359 instead of `w' which is already in use.
360
5b52c296
GM
361 * gs.el (gs-load-image): Use sleep-for.
362 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
363
43744cb9
MB
3642001-08-28 Miles Bader <miles@gnu.org>
365
366 * replace.el (query-replace-regexp-eval): Return args from
367 `interactive' form in correct order.
368
4b4ea1dc
EZ
3692001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
370
371 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
372 major modes, don't create panes for modes for which
373 mouse-buffer-menu-alist returns an empty alist.
374
3752001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
376
377 * progmodes/hideshow.el: Update first-line description.
378 Sync comments w/ maintainer version 5.31.
379
380 (hs-isearch-open): Default value now `code'.
381 Fix docstring to use "code blocks" vs "comment blocks",
382 as opposed to "block" vs "comment".
383 (hs-flag-region): Accept `hs-isearch-open' value
384 of `block' as synonymous w/ `code'.
385 (hs-hide-block-at-point): For code blocks, pass `code'
386 to `hs-flag-region' instead of `block'.
387
9ad62cf8
MB
3882001-08-28 Miles Bader <miles@gnu.org>
389
390 * comint.el (comint-next-prompt): Don't loop infinitely if
391 {next,previous}-single-char-property-change returns its input
392 position when the search fails.
393
3942001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
395
396 * comint.el (comint-get-old-input-default): Don't signal an error
397 if point is not on an input field; instead, return the current
398 line (using `comint-bol' to skip any prompt, in case we're not
399 using fields at all).
400
401 * man.el (Man-mode-line-format): Variable removed.
402 (Man-mode): Change `mode-line-buffer-identification' instead of
403 `mode-line-format'.
404
d599a452
GM
4052001-08-27 Gerd Moellmann <gerd@gnu.org>
406
407 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
408 From Simon Josefsson <jas@extundo.com>.
409
299248aa
EZ
4102001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
411
5b02e712
EZ
412 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
413 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
414
89aea802
EZ
415 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
416 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
417
418 * emacs-lisp/lselect.el: Ditto.
419
3452efc2
SM
420 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
421 Remove periods from the end of error message strings.
422 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 423
299248aa
EZ
424 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
425 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
426
427 * net/telnet.el: Ditto.
428
08ead67b
GM
4292001-08-26 Gerd Moellmann <gerd@gnu.org>
430
431 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
432 KEYMAP to the call to define-minor-mode.
433
cf8f0b68
EZ
4342001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
435
436 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
437 Replace some of the undefined characters with emulations of bidi
438 formatting characters and Niqud as per SI 1311-1.
439 (IT-unicode-translations): Ditto.
3452efc2
SM
440 (IT-display-table-setup, IT-setup-unicode-display):
441 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 442
16837afc
GM
4432001-08-24 Simon Josefsson <jas@extundo.com>
444
445 * hl-line.el (hl-line-mode): Don't be a global mode.
446 (global-hl-line-mode): New function.
447
33954c45
GM
4482001-08-24 Gerd Moellmann <gerd@gnu.org>
449
450 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
451 being reset by Ghostscript. Don't kill the gs process.
452 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
453
fa05f6ac
AC
4542001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
455
456 * term/mac-win.el: Require scroll-bar.
457
3452efc2
SM
4582001-08-23 Stefan Monnier <monnier@cs.yale.edu>
459
460 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
461
02aec07b
EZ
4622001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * hexl.el (hexl-insert-multibyte-char) New function.
465 (hexl-quoted-insert, hexl-self-insert-command)
466 (hexl-insert-hex-char, hexl-insert-decimal-char)
467 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
468 Fix the doc strings accordingly.
469 (hexl-insert-char): Reject characters whose code is above 255.
470 Doc fix.
471 (hexl-mode-map): Copy the global keymap instead of creating a
472 sparse keymap, and bind all self-inserting characters to
473 hexl-self-insert-command.
474
9bfc65eb
SM
4752001-08-22 Stefan Monnier <monnier@cs.yale.edu>
476
3452efc2
SM
477 * wid-edit.el (text): Re-order docstring correctly.
478
9bfc65eb
SM
479 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
480
481 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
482
32f2f98e
EZ
4832001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
484
485 * simple.el (line-number-mode): Mention the variable
486 line-number-display-limit-width in the doc string.
487
374388c3
GM
4882001-08-22 Gerd Moellmann <gerd@gnu.org>
489
490 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
491 Temporarily select EVENT's window for switching buffers.
492 (mode-line-bury-buffer): New function.
493 (mode-line-buffer-identification-keymap): Use it instead of
494 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 495 events from shining through.
374388c3 496
dde6824c
SM
4972001-08-21 Stefan Monnier <monnier@cs.yale.edu>
498
499 * newcomment.el (comment-beginning): Make sure the comment-start
500 we found isn't a comment-end (in cases where confusion is possible).
501
99bf1e74
MB
5022001-08-22 Miles Bader <miles@gnu.org>
503
504 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
505 before writing it, so that hard-links don't see new version.
506
37618c60
GM
5072001-08-21 Gerd Moellmann <gerd@gnu.org>
508
dde6824c
SM
509 * gs.el (gs-set-ghostview-colors-window-prop):
510 Call x-change-window-property with 3rd arg FRAME.
40e33037 511 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
512 to complete before starting a new one.
513
6ea3db8a
GM
514 * image.el (image-type-regexps): Make sure that the TIFF
515 pattern is only matched at the beginning of a string.
516 From Markus Rost <rost@math.ohio-state.edu>.
517
dde6824c 518 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
519 Oberg <jonas@gnu.org>.
520
1f8437c4
RV
5212001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
522
523 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 524 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
525
526 * whitespace.el (whitespace-write-file-hook): Hook to be called
527 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
528 write will abort on detecting whitespaces.
529 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
530 automatically prior to writing.
531
532 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
533 whitespaces in the error output!
534
dde6824c 535 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
536 `indent-tabs-mode', since the latter notes user preferences on
537 TABs anyway.
538
539 * whitespace.el (whitespace-version): 3.1. All of the above issues
540 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
541
9b96c57d
GM
5422001-08-20 Gerd Moellmann <gerd@gnu.org>
543
8039284a
GM
544 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
545 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
546
9b96c57d
GM
547 * whitespace.el (whitespace-global-mode): Add autoload cookie.
548
1c71c0c3
GM
5492001-08-20 Alex Schroeder <alex@gnu.org>
550
551 * sql.el (sql-db2): Doc change.
552
5532001-08-20 Alex Schroeder <alex@gnu.org>
554
555 * sql.el (sql-postgres): Add the database at the end of the
556 parameters instead of at the beginning.
557 (sql-postgres-options): Doc change.
558
6c7f60a2
GM
5592001-08-17 Gerd Moellmann <gerd@gnu.org>
560
561 * custom.el (defcustom): Doc fix.
562
64ed6f71
GM
5632001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
564
6c7f60a2 565 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
566 returns a valid character.
567
7851eb98
EZ
5682001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
569
570 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
571 original-point for extra CR characters that are added/removed when
572 the buffer is written/read whose EOL type is -dos.
573
b76dfd21
MB
5742001-08-16 Miles Bader <miles@gnu.org>
575
576 * simple.el (line-move): Undo previous change.
1f8437c4
RV
577
578 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
579 property to input-terminating `boundary' overlays to avoid
580 line-move wierdness.
581
e67d1843
GM
5822001-08-16 Gerd Moellmann <gerd@gnu.org>
583
584 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
585 buffer in a save-restriction. Under one test case with Ediff,
586 window-scroll-functions are run with a window start that's
587 temporarily outside of the restriction.
588
21324fae
GM
5892001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
590
dde6824c 591 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
592 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
593 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
594 (texinfo-update-menu-region-beginning)
595 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
596 command, @ifnottex, to regexps, so it is found.
597
0645d241
AI
5982001-08-16 Andrew Innes <andrewi@gnu.org>
599
600 * makefile.nt (DONTCOMPILE): Omit bindings.el.
601 (DONTCOMPILE): Omit sc.el.
602
603 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
604 (DONTCOMPILE): Omit sc.el.
605
ae13fc3c
GM
6062001-08-16 Gerd Moellmann <gerd@gnu.org>
607
608 * replace.el (occur): Bind inhibit-read-only to t.
609
1369261b
MB
6102001-08-16 Miles Bader <miles@gnu.org>
611
dde6824c
SM
612 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
613 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 614
8464af45
GM
6152001-08-15 Gerd Moellmann <gerd@gnu.org>
616
ec69d5ec 617 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 618 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 619
1f8437c4 620 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
621 of a while-loop.
622
93aba6fc 623 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 624
8464af45
GM
625 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
626 Don't include term/.
627
ae13fc3c
GM
628 * mail/sc.el: Moved to obsolete/.
629
8b313639
GM
6302001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
631
632 * ps-print.el: Change error function arguments to follow Emacs
633 message convention. Doc fix.
634 (ps-print-version): New version number (6.5.4).
635 (coding-system-for-write): Change declaration position to avoid
636 XEmacs compilation gripes.
dde6824c
SM
637 (coding-system-for-read, buffer-file-coding-system):
638 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
639
640 * ps-mule.el: Doc fix.
641 (ps-mule-encode-header-string): If STRING is not a string, replace
642 STRING by empty string.
643
5fb125b4
EZ
6442001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
645
646 * frame.el (show-trailing-whitespace): Doc fix.
647
49e49b77
EZ
6482001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
649
650 * desktop.el (desktop-save): Insert the coding: tag before
651 desktop-header.
652
3e6385a4
GM
6532001-08-13 Gerd Moellmann <gerd@gnu.org>
654
0de73d5a
GM
655 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
656 its path from $els.
657
3e6385a4
GM
658 * image.el (image-jpeg-p): Fix call of substring.
659
4a9bf8a4
GM
6602001-08-10 Gerd Moellmann <gerd@gnu.org>
661
242e5463
GM
662 * play/animate.el (animate-string): Doc fix. Use a buffer
663 name with stars in it.
664 (animate-sequence): New function.
665 From Richard Stallman <rms@gnu.org>.
666
030f4537
GM
667 * frame.el (select-frame-set-input-focus): New function
668 extracted from other-frame.
669 (other-frame): Use it.
670 (next-multiframe-window, previous-multiframe-window): Use it.
671
346f18dc
GM
672 * isearch.el (isearch-other-meta-char): Don't switch to the
673 buffer of a window clicked on, when the current buffer is
674 in Isearch mode.
675
4a9bf8a4
GM
676 * image.el (image-jpeg-p): Test for APPn markers in the range
677 #xe0..#xef.
678
eaa2319f
GM
6792001-08-09 Gerd Moellmann <gerd@gnu.org>
680
3638868e
GM
681 * desktop.el (desktop-save): Don't use concat to form a file
682 name, use expand-file-name.
683
6b48d742
GM
684 * mouse.el (mouse-delete-window): Do nothing if frame has just
685 one window.
686
ed771c89
GM
687 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
688 for the minor mode name.
689
690 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
691 minor mode name.
692
dde6824c
SM
693 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
694 instead of make-mode-line-mouse2-map.
ed771c89
GM
695
696 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
697 the minor mode name.
698
dde6824c
SM
699 * emacs-lisp/easy-mmode.el (define-minor-mode):
700 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 701
dde6824c
SM
702 * calendar/calendar.el (calendar-mode-line-format):
703 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 704
a4afe04e
GM
705 * bindings.el (make-mode-line-mouse-map): Renamed from
706 make-mode-line-mouse2-map. Take additional arg MOUSE.
707 (mode-line-modified): Use mouse-3 instead of mouse-2.
708 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 709 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 710
8e3189f0
GM
711 * bindings.el (mode-line-format): Specify help-echo for line
712 number, column number and buffer-percent part of the mode-line.
713
eaa2319f
GM
714 * image.el (image-type-regexps): Allow whitespace at the start
715 of the image data for XPM, XBM and Postscript, which are
716 text files.
717 (image-jpeg-p): Correct calculation of next field offset.
718
e3601cf6
PJ
7192001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
720
721 * battery.el: Fix typo.
722
057b57f6
GM
7232001-08-08 Gerd Moellmann <gerd@gnu.org>
724
8a8ef149
GM
725 * image.el (image-type-regexps): Allow predicates. Change the way
726 JPEG images are recognized.
727 (image-jpeg-p): New function.
728 (image-type-from-data): Handle predicates in image-type-regexps.
729
057b57f6
GM
730 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
731 #:, #x, #o, and similar constructs.
732
69ebef1d
GM
7332001-08-07 Gerd Moellmann <gerd@gnu.org>
734
22d01aed
GM
735 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
736
23f46f6f
GM
737 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
738 instead of `progn'.
739
e8421604
GM
740 * tar-mode.el (tar-extract): Avoid generating a new buffer
741 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
742
ea2c6478
GM
743 * textmodes/paragraphs.el (forward-sentence): Avoid building
744 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
745
dde6824c
SM
746 * progmodes/executable.el (executable-set-magic):
747 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
748 inserting it.
749
1155d483 750 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 751 derived from the JFIF spec.
1f8437c4 752
69ebef1d
GM
753 * image.el (image-type-regexps): Use `\`' instead of `^' in
754 most regular expressions.
755
d1d850d6
PJ
7562001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
757
dde6824c 758 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 759
98a8938c
GM
7602001-08-06 Gerd Moellmann <gerd@gnu.org>
761
dde6824c
SM
762 * help.el (describe-function-1): Use find-function-search-for-symbol
763 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 764
5a397d28
GM
765 * play/animate.el (animate-birthday-present): Re-insert.
766
dde6824c
SM
767 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
768 Handle old-style menu definitions.
98a8938c 769
7b3220c0
PJ
7702001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
771
6228c05b 772 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 773 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 774
070c251e 775 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
776 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
777 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 778
dffb6224
PJ
7792001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
780
781 * textmodes/tildify.el: Milan Zamazal has new address.
782
698665d1
GM
7832001-08-03 Gerd Moellmann <gerd@gnu.org>
784
be48584d
GM
785 * custom.el (custom-set-variables): Don't test `custom-requests'
786 properties, check the third element of the options passed to
787 custom-set-variables instead.
788
5e1f85e0 789 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 790 instead of file-exists-p.
5e1f85e0 791
b0fa1513
GM
792 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
793 the mode-line face is restored. Fix several bugs.
794
698665d1
GM
795 * replace.el (perform-replace): Doc fix.
796
4a7641d9
FP
7972001-08-02 Francesco Potorti` <pot@gnu.org>
798
799 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
800 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
801 (uniquify-fix-item-base, uniquify-fix-item-filename)
802 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
803 Callers changed.
804 (uniquify-set-proposed): Changed to work with a vector item.
805 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
806 the fix list, and a list of strings for the non-file buffer
807 names. Both changes reduce consing.
808 (uniquify-rationalize-a-list): Local variable renaming.
809 (uniquify-rationalize-conflicting-sublist): Use member instead of
810 assoc.
811 (uniquify-rename-buffer): Use unless instead of if not.
812
77389930
GM
8132001-08-02 Gerd Moellmann <gerd@gnu.org>
814
dde6824c 815 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 816
cb3f945f
GM
817 * custom.el (custom-set-variables): Set options with :require
818 clauses last.
4a7641d9 819
fbc7f2a6
GM
820 * custom.el (defcustom): Doc fix.
821
77389930
GM
822 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
823
9761cd3a
EZ
8242001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
825
7e03f4c8
EZ
826 * man.el (man): Mention Man-switches in the doc string.
827 (Man-switches): Mention -a in the doc string.
828
dde6824c
SM
829 * textmodes/ispell.el (ispell-alternate-dictionary):
830 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 831
9761cd3a
EZ
832 * bindings.el: Bind shifted and control-shifted kp-* keys to the
833 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 834 <gildea@stop.mail-abuse.org>.
9761cd3a 835
cc46bfe7
FP
8362001-08-01 Francesco Potorti` <pot@gnu.org>
837
fc10ed8c
FP
838 * uniquify.el: These changes correct a corner case that the old
839 code managed correctly.
840 (uniquify-fix-item-proposed): Renamed from
841 uniquify-fix-item-min-proposed.
842 (uniquify-set-proposed): New function.
843 (uniquify-rationalize-file-buffer-names): Code reshuffled for
844 clarity and speed.
dde6824c
SM
845 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
846 This is equivalent to what the old code did.
fc10ed8c
FP
847 (uniquify-rationalize-a-list): Never recompute the proposed
848 name. Sort the conflicting sublist before rationalising it: this
849 is equivalent to what the old code did, but one directory element
850 at a time, and only when necessary.
851 (uniquify-rationalize-conflicting-sublist): Recompute here the
852 proposed name.
cc46bfe7 853
dd388130
GM
8542001-08-01 Gerd Moellmann <gerd@gnu.org>
855
81b1a79d
GM
856 * play/animate.el: Add Keywords and Maintainer. Remove a
857 reference to a removed function.
cc46bfe7 858
dd388130
GM
859 * play/animate.el (animate-string): Handle case that the string is
860 longer than the window is wide.
861
6b053e39
GM
8622001-07-31 Gerd Moellmann <gerd@gnu.org>
863
ed86208c
GM
864 * desktop.el (desktop-save): Bind coding-system-for-write to
865 `emacs-mule' for write-region.
866
10e922bd
GM
867 * delsel.el (delete-selection-pre-hook): Don't set this-command
868 to `ignore' if the region is empty.
869
dde6824c
SM
870 * international/mule.el (set-keyboard-coding-system):
871 Set keyboard-coding-system.
b23bad0b 872
6b053e39
GM
873 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
874 before accessing it.
875
d004e96a
AS
8762001-07-30 Andreas Schwab <schwab@suse.de>
877
dde6824c
SM
878 * menu-bar.el (toggle-highlight-paren-mode):
879 Use `(show-paren-mode)' as body.
d004e96a 880
892c8dea
AS
8812001-07-30 Andre Spiegel <spiegel@gnu.org>
882
883 * vc.el (vc-checkout-hook): New hook.
884 (vc-checkout): Run it.
885
21f79512
EZ
8862001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
887
dde6824c
SM
888 * progmodes/make-mode.el (makefile-macroassign-regex):
889 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 890
291e3b68
GM
8912001-07-30 Gerd Moellmann <gerd@gnu.org>
892
6594ac22
GM
893 * vc.el (vc-switch-backend): Fix autoload cookie.
894
291e3b68
GM
895 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
896 the desktop file.
897
87449711
GM
8982001-07-30 Simon Josefsson <jas@extundo.com>
899
900 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
901 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
902
bf85004b
GM
9032001-07-27 Gerd Moellmann <gerd@gnu.org>
904
75c5350a
GM
905 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
906 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
907 (last-sexp-toggle-display, eval-last-sexp-1):
908 Use last-sexp-setup-props.
75c5350a 909
cc46bfe7 910 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
911 New user-options.
912 (mouse-wheel-change-button): New function.
913 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
914 (mwheel-scroll): Ditto.
915
16098288
GM
9162001-07-26 Gerd Moellmann <gerd@gnu.org>
917
ac49effe
GM
918 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
919 `...', compare with unabbreviated printed representation instead.
920 (last-sexp-print): Bind print-length and print-level to nil.
921
be4a68f9
GM
922 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
923 before assigning text properties. Make properties rear-nonsticky.
ac49effe 924
f6e6cdf2
GM
925 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
926 (eval-last-sexp-1): Give printed text a `keymap' property and bind
927 <mouse-2> and <RET> in that map to a function printing the
928 unabbreviated value.
929
16098288
GM
930 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
931 is a buffer, put a text property `printed-value' on the printed
932 representation, with the Lisp object printed as value.
933
343462ed
EZ
9342001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
937 Mention the effect of eval-expression-print-length and
938 eval-expression-print-level in the doc strings. Suggested by
939 Kevin Gallagher <kevingal@onramp.net>.
940
e043664a
GM
9412001-07-25 Gerd Moellmann <gerd@gnu.org>
942
4b09e331
GM
943 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
944 for buttons > 3.
945 (xterm-mouse-translate): Handle the case that we don't get a
946 down-event.
cc46bfe7 947
dde6824c
SM
948 * emacs-lisp/find-func.el (find-function-regexp):
949 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
950 in front of the function name.
951
17635d50 952 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 953
3fb01f36
GM
954 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
955 similar events for which fake prefix keys are generated. It's no
956 longer necessary since read_key_sequence doesn't modify these
957 events for internal purposes anymore.
958
e043664a
GM
959 * files.el (auto-mode-alist): Use nroff-mode for files ending
960 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
961
a9f73104
EZ
9622001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
963
964 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
965 tool-bar-lines parameter, behave as if its value were zero.
966 (mouse-avoidance-set-pointer-shape): Don't do anything if
967 x-pointer-shape is not boundp.
968
c02a76cc
FP
9692001-07-23 Francesco Potorti` <pot@gnu.org>
970
f0188953 971 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
972 (uniquify-fix-item-base, uniquify-fix-item-filename)
973 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 974 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 975 place in the item, but was never used.
c02a76cc 976 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 977 in the item is now used as cache for the proposed name.
c02a76cc 978 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
979 newbuffile out of the loop, in the newbuffile-nd local var.
980 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 981 common case and cache it in the fourth place in the item.
f0188953 982 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 983 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
984 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
985 the cached proposed name, does much less consing and is quicker.
986 (uniquify-filename-lessp): Deleted.
dde6824c
SM
987 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
988 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
989 cached proposed name is possible.
990 (uniquify-get-proposed-name): Arguments changed, callers changed.
991 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
992 uniquify-possibly-resolvable flag, which is no more bound locally.
993 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 994 flag, which does not exist any more.
c02a76cc 995
31fac3b8
EZ
9962001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
997
be8cf99e
EZ
998 * term/internal.el (IT-unicode-translations): Fix the appearance of
999 "6`".
1000
31fac3b8
EZ
1001 * progmodes/compile.el (compile-internal): If EMACS is already
1002 defined in the environment, don't override its value.
1003
73496807
GM
10042001-07-23 Gerd Moellmann <gerd@gnu.org>
1005
9e5a7f2a
GM
1006 * play/fortune.el: Undo change of 2001-07-13.
1007 Fix autoload cookies. Add types to defcustoms.
1008 (fortune) <defgroup>: Add :link.
1009 (fortune-from-region): Use eq, not eql.
1010 From Dave Love <fx@gnu.org>.
c02a76cc 1011
5247262a 1012 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 1013
73496807
GM
1014 * play/animate.el: New file.
1015
722a451d
EZ
10162001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
1017
dde6824c
SM
1018 * startup.el (normal-top-level-add-subdirs-to-load-path):
1019 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
1020 canonicalized names of the directories instead of inode numbers.
1021
4960e757 10222001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 1023
4960e757
MK
1024 * ediff-util.el: Copyright years.
1025 (ediff-choose-syntax-table): New function.
1026 (ediff-setup): Use ediff-choose-syntax-table.
73496807 1027 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 1028 vc-state is available.
73496807 1029 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 1030
4960e757
MK
1031 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1032 with-syntax-table.
73496807
GM
1033 (ediff-coding-system-for-read): From ediff-diff.el
1034 (ediff-coding-system-for-write): New variable.
1035 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 1036 overlays.
73496807
GM
1037 (ediff-file-remote-p): Use file-remote-p, if available.
1038 (ediff-listable-file): New function.
1039 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 1040
dde6824c
SM
1041 * ediff-mult.el (ediff-meta-insert-file-info1):
1042 Use ediff-listable-file.
c02a76cc 1043
dde6824c
SM
1044 * ediff-ptch.el (ediff-prompt-for-patch-file):
1045 Use ediff-coding-system-for-read.
73496807 1046 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 1047
73496807
GM
1048 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
1049 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 1050
4960e757 1051 * ediff.el: Date of last update, copyright years.
c02a76cc 1052
4960e757 1053 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 1054
4960e757
MK
1055 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1056 of Scott Bronson.
1057 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
1058 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1059 Deleted functions.
1060 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1061 ex-token-list.
73496807 1062 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 1063
dde6824c 1064 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
1065 (viper-memq-char): Use viper-int-to-char.
1066 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 1067 vc-locking-state.
73496807 1068 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 1069
dde6824c
SM
1070 * viper.el (viper-major-mode-modifier-list):
1071 Added inferior-emacs-lisp-mode.
73496807 1072 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 1073 heuristics to decide if vi state is appropriate.
73496807
GM
1074 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
1075 (viper-non-hook-settings): Don't advise read-key-sequence.
1076 (viper-read-key-sequence): New function that replaces the
4960e757 1077 previously used advice to read-key-sequence.
c02a76cc 1078
73496807
GM
1079 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
1080 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
1081 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
1082 (viper-open-line-at-point,viper-substitute,viper-overwrite)
1083 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
1084 Got rid of the negative character hack.
4960e757 1085 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
1086 Use viper-read-key-sequence.
1087 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 1088 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 1089 Don't override existing minibuffer-setup-hook.
4960e757 1090 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 1091 Convert registers to char data type.
73496807 1092 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
1093
1094 * viper-keym.el: Use viper-exec-key-in-emacs.
1095
05824718
SM
10962001-07-20 Stefan Monnier <monnier@cs.yale.edu>
1097
1098 * server.el (server-visit-files): Fix variable name typo.
1099
6e07c0a5
GM
11002001-07-20 Gerd Moellmann <gerd@gnu.org>
1101
05824718 1102 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
1103 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
1104
5b6858da
SM
11052001-07-19 Stefan Monnier <monnier@cs.yale.edu>
1106
1107 * progmodes/compile.el (compilation-parse-errors): `linenum' might
1108 return a this-error using the alternative format (a pair of markers).
1109
794d58ba
GM
11102001-07-19 Gerd Moellmann <gerd@gnu.org>
1111
4e2a256b
GM
1112 * font-lock.el (c++-keywords): Add Standard C++ operator names.
1113
794d58ba
GM
1114 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
1115 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 1116
381194d0
PJ
11172001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1118
1119 * international/iso-transl.el: Fix typo in the header of the file.
1120
1121 * textmodes/picture.el (picture): Doc fix.
1122
1123 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
1124 follow coding conventions in generated files.
1125
27009a49
EZ
11262001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
1127
5b6858da 1128 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
1129 (tool-bar-add-item): Don't call image-related primitives if the
1130 display doesn't support images.
1131
1132 * frame.el (display-images-p): New function.
1133
467f1209
GM
11342001-07-17 Gerd Moellmann <gerd@gnu.org>
1135
1136 * server.el (server-visit-files): Handle the case the specified
1137 column number is <= 0.
1138
11392001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
1140
1141 * startup.el (command-line-1): Add support for +LINE:COLUMN
1142 command line argument.
1143
11442000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
1145
5b6858da
SM
1146 * server.el (server-process-filter, server-visit-files):
1147 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 1148
9781053a
PJ
11492001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1150
1151 * emacs-lisp/easy-mmode.el: Add Keywords header.
1152
1153 * play/pong.el: Author has new address.
1154
1155 * play/landmark.el: Author is no more reachable.
1156
1157 * play/handwrite.el: Author is no more reachable.
1158
5b6858da
SM
11592001-07-17 Stefan Monnier <monnier@cs.yale.edu>
1160
1161 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
1162 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
1163 Complete bindings for F<1..12> keys.
1164 (global-map): Remove `undo' binding (already in the default).
1165 Replace `t<n>' bindings with `f<n>' bindings.
1166
a38b71b0
SM
11672001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1168
1169 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
1170 (tcl-mode): Use tcl-add-log-defun.
1171 (tcl-indent-line): Use tcl-calculate-indent.
1172 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
1173 (tcl-indent-exp): Renamed from indent-tcl-exp.
1174 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
1175 (tcl-indent-for-comment): Call comment-indent-function properly
1176 and handle the case where it returns nil.
1177
c1d61a7d
GM
11782001-07-16 Gerd Moellmann <gerd@gnu.org>
1179
a38b71b0
SM
1180 * calendar/cal-islam.el (calendar-goto-islamic-date):
1181 Remove autoload cookie.
1182
1183 * calendar/calendar.el (calendar-goto-islamic-date):
1184 Add call to autoload.
c1d61a7d 1185
c59fb719
SM
11862001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1187
1188 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1189 Don't change compile-auto-highlight globally.
1190 Don't bother with `font-lock-defaults' property since XEmacs
1191 also understands the `font-lock-defaults' variable.
1192 Use make-local-variable rather than make-variable-buffer-local.
1193 Don't `defconst' comment-indent-function: keep the default.
1194 Call easy-menu-add unconditionally.
1195 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1196 (ada-create-menu): Use :included for Emacs as well.
1197
1198 * vc.el (vc-do-command): Autoload.
1199
1200 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1201
652a9be9
PJ
12022001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1203
1204 * ps-print.el: Fix Author: header.
1205
c3d6be34
GM
12062001-07-16 Gerd Moellmann <gerd@gnu.org>
1207
4391d40d
GM
1208 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1209 mouse-1 etc., bind them to `ignore'.
1210
c3d6be34
GM
1211 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1212 send-invisible, which is already defined in Comint.
1213 (eshell-watch-for-password-prompt): Use it.
1214
e8af40ee
PJ
12152001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1216
3c3e43ef
PJ
1217 * which-func.el (which-func-mode): Doc fix.
1218
e8af40ee 1219 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1220 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1221 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1222 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1223 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1224 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1225 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1226 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1227 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1228 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1229 * emulation/edt-mapper.el, emulation/edt-pc.el,
1230 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1231 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1232 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1233 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1234 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1235 * international/isearch-x.el, international/iso-cvt.el,
1236 * international/ogonek.el, international/quail.el,
1237 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1238 * language/devanagari.el, language/ethio-util.el,
1239 * language/ethiopic.el, language/european.el, language/indian.el,
1240 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1241 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1242 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1243 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1244 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1245 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1246 * progmodes/autoconf.el, progmodes/cmacexp.el,
1247 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1248 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1249 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1250 * progmodes/ebnf2ps.el, progmodes/executable.el,
1251 * progmodes/fortran.el, progmodes/idlw-shell.el,
1252 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1253 * progmodes/m4-mode.el, progmodes/mantemp.el,
1254 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1255 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1256 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1257 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1258 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1259 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1260 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1261 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1262 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1263 * textmodes/two-column.el, time-stamp.el, timezone.el,
1264 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1265 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1266 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1267 conventions.
1268
bb24c64f
GM
12692001-07-16 Gerd Moellmann <gerd@gnu.org>
1270
1271 * simple.el (set-variable): Require 'cus-edit' instead of
1272 `wid-edit', so that the Custom widgets get defined.
1273
6a05d05f
PJ
12742001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1275
1276 * allout.el: A fix to follow coding conventions.
1277
1278 * find-lisp.el: A fix to follow coding conventions.
1279
1280 * term/w32-win.el: A fix to follow coding conventions.
1281
1282 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1283
1284 * term/xterm.el: A fix to follow coding conventions.
1285
1286 * term/news.el: A fix to follow coding conventions.
1287
1288 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1289 header line fixed.
1290
1291 * sun-curs.el: Fix Maintainer: header line.
1292
1293 * emacs-lisp/easymenu.el: Address of the author added.
1294
1b85bd12
GM
12952001-07-16 Gerd Moellmann <gerd@gnu.org>
1296
1297 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1298 property.
1299
6e44da43
PJ
13002001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1301
1302 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1303 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1304 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1305 Some fixes to follow coding conventions.
6e44da43 1306
6033fc96
GM
13072001-07-16 Gerd Moellmann <gerd@gnu.org>
1308
1309 * which-func.el (which-func-mode): Doc fix.
1310
5d3d1e32
SM
13112001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1312
1313 * net/rcompile.el (remote-compile): Use make-local-variable.
1314
1315 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1316
1317 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1318
1319 * mail/reporter.el (reporter-submit-bug-report):
1320 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1321
55535639
PJ
13222001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1323
3afbc435 1324 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1325 * calendar/cal-dst.el, calendar/cal-french.el,
1326 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1327 * calendar/cal-iso.el, calendar/cal-julian.el,
1328 * calendar/cal-mayan.el, calendar/cal-persia.el,
1329 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1330 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1331 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1332 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1333 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1334 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1335 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1336 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1337 * progmodes/ada-xref.el, progmodes/cc-align.el,
1338 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1339 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1340 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1341 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1342 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1343 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1344 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1345 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1346 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1347 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1348 conventions in Eshell files with known maintainers.
1349
1350 * emulation/viper.el: A fix to follow coding conventions.
1351
60370d40 1352 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1353 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1354 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1355 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1356 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1357 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1358 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1359 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1360 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1361 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1362 conventions in Eshell files.
1363
1364 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1365 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1366 * emulation/pc-mode.el, emulation/viper-cmd.el,
1367 * emulation/viper-ex.el, emulation/viper-init.el,
1368 * emulation/viper-keym.el, emulation/viper-macs.el,
1369 * emulation/viper-mous.el, emulation/viper-util.el,
1370 * emulation/viper.el, forms-pass.el, international/ccl.el,
1371 * international/characters.el, international/encoded-kb.el,
1372 * international/fontset.el, international/ja-dic-cnv.el,
1373 * international/ja-dic-utl.el, international/kinsoku.el,
1374 * international/kkc.el, international/mule-cmds.el,
1375 * international/mule-diag.el, international/mule-util.el,
1376 * international/mule.el, international/titdic-cnv.el,
1377 * language/china-util.el, language/chinese.el,
1378 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1379 * language/greek.el, language/hebrew.el, language/japan-util.el,
1380 * language/japanese.el, language/korea-util.el, language/korean.el,
1381 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1382 * language/slovak.el, language/thai-util.el, language/thai.el,
1383 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1384 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1385 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1386 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1387 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1388 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1389 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1390 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1391 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1392 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1393 to follow coding conventions in files without maintainer or in files
1394 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1395
1396 * emacs-lisp/elp.el: A fix to follow coding conventions.
1397
715a2ca2 1398 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1399 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1400 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1401 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1402 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1403 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1404 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1405 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1406 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1407 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1408 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1409 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1410 conventions in files from Gnus.
1411
55535639 1412 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1413 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1414 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1415 * echistory.el, electric.el, emacs-lisp/authors.el,
1416 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1417 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1418 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1419 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1420 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1421 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1422 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1423 * international/codepage.el, international/iso-ascii.el,
1424 * international/iso-insert.el, international/iso-transl.el,
1425 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1426 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1427 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1428 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1429 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1430 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1431 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1432 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1433 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1434 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1435 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1436 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1437 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1438 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1439 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1440 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1441 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1442 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1443 * textmodes/tex-mode.el, textmodes/text-mode.el,
1444 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1445 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1446 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1447 files maintained by FSF.
1448
1cd7adc6
PJ
14492001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1450
1451 * arc-mode.el: A fix to follow coding conventions.
1452
1453 * bindings.el: Ditto.
1454
1455 * cdl.el: Ditto.
1456
1457 * comint.el: Ditto.
1458
1459 * cus-start.el: Ditto.
1460
1461 * shell.el: Ditto.
1462
1463 * skeleton.el: Ditto.
1464
07b1b912
SM
14652001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1466
1467 * info.el (Info-build-node-completions):
1468 Make Info-current-file-completions buffer local.
1469
09938b67
GM
14702001-07-13 Gerd Moellmann <gerd@gnu.org>
1471
e0f82ad8 1472 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1473 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1474
07b1b912 1475 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1476 Add autoload cookie.
aa11456f 1477
09938b67
GM
1478 * play/fortune.el: Add types to defcustoms.
1479
ebea5735
PJ
14802001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1481
09938b67 1482 * language/czech.el: A fix to follow coding conventions.
ebea5735 1483
ec7dc7e1
EZ
14842001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1485
1486 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1487 to the extension list, for antlr-mode. From Christoph Wedler
1488 <Christoph.Wedler@sap.com>.
1489
ec402ad4
SM
14902001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1491
1492 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1493 (vc-dired-mode-map): Fix the madness.
1494
1495 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1496 (vc-prefix-map): Moved back from vc.el.
1497
a777242c
GM
14982001-07-11 Gerd Moellmann <gerd@gnu.org>
1499
07b1b912
SM
1500 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1501 Increase the size of the obarray.
a777242c
GM
1502 (mail-extr-all-top-level-domains): Add more toplevel domains,
1503 add more long names.
1504 From: Per Starback <starback@ling.uu.se>.
1505
874d7995
EZ
15062001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1507
1508 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1509 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1510
1511 * progmodes/ada-mode.el: Ditto.
1512
1513 * progmodes/ada-xref.el: Ditto.
1514
ff524b84
MB
15152001-07-11 Miles Bader <miles@gnu.org>
1516
1517 * finder.el (finder-insert-at-column): Also move to the next line
1518 if exactly at COLUMN.
1519
6b05fae3
GM
15202001-07-10 Gerd Moellmann <gerd@gnu.org>
1521
6ce5615d
GM
1522 * help.el (describe-function-1): When printing FUNCTION's
1523 documentation, don't assume FUNCTION is a symbol.
1524
6b05fae3
GM
1525 * startup.el (normal-top-level): Don't operate on the initial
1526 frame if we failed to create one.
1527
19da29f9
GM
15282001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1529
1530 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1531 itself, i.e. only indent the contents in it.
1532
6f19114e
GM
15332001-07-10 Markus Rost <rost@math.ohio-state.edu>
1534
1535 * mail/rmail.el (rmail-show-message): Show beginning of message in
1536 all windows containing it.
1537
8184a578
EZ
15382001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1539
1540 * term/tty-colors.el: Fix the header line and copyright years.
1541
524ac5b2
GM
15422001-07-09 Gerd Moellmann <gerd@gnu.org>
1543
4033ae9d
GM
1544 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1545 original definition has an interactive form, but is Elp
1546 instrumented, use the interactive form of the function called by
1547 elp-wrapper.
1548
59c2dcf4
GM
1549 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1550 configurations with compare-window-configuration; they aren't
1551 window configurations.
1552
524ac5b2
GM
1553 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1554 from the server for the format we expect. Don't use it if it
c59fb719 1555 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1556
06c66e1c 1557 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1558 From Luis Fernandes <elf@ee.ryerson.ca>.
1559
524ac5b2 15602001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1561
1562 * cc-cmds.el: Extended the kludge to interoperate with the
1563 delsel and pending-del packages wrt to the new function
1564 `c-electric-delete-forward'.
1565
851040a5
SM
15662001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1567
1568 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1569 to delay the call to <mode> for global minor modes.
1570 (easy-mmode-define-navigation): Only recenter if interactive.
1571
6573d87f
GM
15722001-07-06 Gerd Moellmann <gerd@gnu.org>
1573
a25e82a8
GM
1574 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1575 to lisp-indent-line.
1576
6573d87f
GM
1577 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1578 from the server. Call encode-time only when we are sure that we
1579 got a 213 response.
1580
c1a1fd60
GM
15812001-07-06 Simon Josefsson <jas@extundo.com>
1582
1583 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1584 (mail-envelope-from): New user option.
1585 (sendmail-send-it): Use it.
1586
4b81a999
GM
15872001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1588
851040a5
SM
1589 * ps-print.el: Use locale dependant date to print date in header.
1590 Doc fix.
4b81a999
GM
1591 (ps-print-version): New version number (6.5.3).
1592 (ps-right-header, ps-right-footer): Initialization and doc fix.
1593 (ps-time-stamp-locale-default): New fun.
1594
a2cc5c4f
GM
15952001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1596
1597 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1598 field problem with MIME-mode.
1599
1600 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1601
16022001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1603
1604 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1605 MIME-mode.
1606
a9b511e0
EZ
16072001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1608
1609 * bindings.el (mode-line-mule-info): Don't show the tip with
1610 buffer-file-coding-system if that is nil.
1611
0f60e5ff
GM
16122001-07-05 Gerd Moellmann <gerd@gnu.org>
1613
f25cfe53
GM
1614 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1615 instead of kill-line.
1616
5f72adc0
GM
1617 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1618 <Pavel@Janik.cz>.
1619
1620 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1621 <Pavel@Janik.cz>.
0f60e5ff 1622
b5e2c7a7
GM
16232001-07-04 Gerd Moellmann <gerd@gnu.org>
1624
1625 * font-lock.el (c-font-lock-keywords-3): When matching something
1626 like `struct X Y', finish with point after Y.
1627
e5836af8 16282001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1629
e5836af8 1630 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1631 in caller buffer.
e5836af8 1632
f1c53471
EZ
16332001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1634
bf4041b6 1635 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1636 instead of string-match to find the basename of the file.
1637 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1638
851040a5
SM
1639 * net/browse-url.el (browse-url-default-windows-browser):
1640 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1641 (browse-url-browser-function) [ms-dos]: Default to
1642 browse-url-default-windows-browser.
1643
f1c53471
EZ
1644 * help.el (locate-library): Enable code that looks for compressed
1645 libraries if auto-compression-mode is on.
1646
4ce5c223
SM
16472001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1648
1649 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1650
dd441b46
GM
16512001-07-02 Gerd Moellmann <gerd@gnu.org>
1652
4ce5c223 1653 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1654
7a3ee510
EZ
16552001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1656
33e432b1
EZ
1657 * allout.el: Fix the header line, so that finder.el recognizes it.
1658 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1659
4ce5c223
SM
1660 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1661 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1662
3024d920
EZ
16632001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1664
4ce5c223 1665 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1666
3024d920
EZ
1667 * ps-bdf.el (bdf-directory-list): Use the value relative to
1668 installation-directory for MS-Windows as well.
1669
0c1baae8
RS
16702001-06-29 Richard M. Stallman <rms@gnu.org>
1671
1672 * wid-edit.el (widget-color-sample-face-get):
1673 Return ((foreground-color . COLOR)) instead of constructing a face.
1674
442ebe98
EZ
16752001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1676
1677 * faces.el (region): Change the background color for the
1678 light-background color display to lightgoldenrod2, to make it
1679 visible on some laptops.
1680
6519817e
RS
16812001-06-28 Richard M. Stallman <rms@gnu.org>
1682
1683 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1684 (rmail-msg-restore-non-pruned-header): Likewise.
1685 If point was in the old pruned header, put it at the top.
1686 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1687
6519817e
RS
1688 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1689 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1690
15533ae2
SM
16912001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1692
1693 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1694
19a448e3
KF
16952001-06-28 Karl Fogel <kfogel@red-bean.com>
1696
1697 * saveplace.el: Update maintainer email address.
1698
a17555fd
FP
16992001-06-27 Francesco Potorti` <pot@gnu.org>
1700
15533ae2
SM
1701 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1702 Undo previous change.
a17555fd
FP
1703
17042001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1705
1706 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1707 preliminary quick reordering. Can speed things up dramatically.
1708
555cc9ca
RS
17092001-06-26 Richard M. Stallman <rms@gnu.org>
1710
4d68abe0
RS
1711 * dired.el (dired-get-filename): A file name starting with ~
1712 is not absolute in this context.
1713
555cc9ca
RS
1714 * which-func.el (which-func-maxout): Increase default to 500000.
1715 (which-function-mode): This is now the "real" name of the function.
1716 (which-func-mode): Now an alias.
1717 (which-func-mode-global): Name deleted.
1718
1719 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1720 button-2, when binding hs-mouse-toggle-hiding.
1721
d9bad487
GM
17222001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1723
15533ae2 1724 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1725 (rmail-msg-prune-header): Likewise.
1726 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1727 and `rmail-msg-prune-header'.
1728
da197e75
SM
17292001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1730
1731 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1732 back than LINEBEG.
1733
9501b986
EZ
17342001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1737 window where they clicked the mouse has a header line, adjust
1738 vertical movement by one.
1739
7aee34d3
GM
17402001-06-25 Milan Zamazal <pdm@zamazal.org>
1741
da197e75
SM
1742 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1743 too when separating a parenthesis.
7aee34d3 1744
b9cc92a4
EZ
17452001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1746
1747 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1748 (bookmark-bmenu-hide-filenames): Add help-echo to
1749 mouse-highlighted text.
1750 (bookmark-bmenu-show-filenames): Remove help-echo property from
1751 the whitespace.
1752
e55c4863
EZ
17532001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1754
da197e75
SM
1755 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1756 From Karl Eichwalder <ke@suse.de>.
e55c4863 1757
4bd41f5a
RS
17582001-06-23 Richard M. Stallman <rms@gnu.org>
1759
1760 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1761
1762 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1763 contents for completing-read.
1764
fdae95d4
RS
17652001-06-22 Richard M. Stallman <rms@gnu.org>
1766
1767 * menu-bar.el (menu-bar-make-toggle): Construct the
1768 function's doc string from HELP, not DOC, and make it accurate by
1769 adding "Toggle whether to " at the front and downcasing the initial.
1770 Change the HELP arg in some calls to make it fit this usage.
1771
1772 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1773 Undo previous change.
1774
5f0e1d42
EZ
17752001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1776
1fd63d9b
EZ
1777 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1778
da197e75 1779 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1780
2ebf8f54
EZ
17812001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1782
7a03d9cd
EZ
1783 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1784
2ebf8f54
EZ
1785 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1786
4de68712
RS
17872001-06-20 Richard M. Stallman <rms@gnu.org>
1788
1789 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1790 broken out from dabbrev--find-expansion. Handle minibuffer
1791 specially here.
1792 (dabbrev--find-expansion): Simplify code in various ways.
1793 Don't treat minibuffers specially.
1794 Call dabbrev--make-friend-buffer-list.
da197e75 1795 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1796 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1797
f84e9763 17982001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1799
f84e9763
JW
1800 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1801 Also, added a comment describing how to greatly speedup Eshell
1802 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1803
f5f3efaa 18042001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1805
da197e75
SM
1806 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1807
f84e9763
JW
18082001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1809
1810 * woman.el (WoMan-highlight-references): Add help-echo to
1811 mouse-highlighted text.
b868ed49 1812
f7ac3e28
SM
18132001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1814
1815 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1816
f6f1beba
GM
18172001-06-18 Gerd Moellmann <gerd@gnu.org>
1818
f7ac3e28
SM
1819 * international/quail.el (quail-start-conversion):
1820 Reset quail-translating to nil.
db8f7303 1821
f6f1beba
GM
1822 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1823 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1824
1a0b9ae6
EZ
18252001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1826
855eca56
EZ
1827 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1828 mouse-highlighted text.
1829
1a0b9ae6
EZ
1830 * dired.el (dired-mark-pop-up): Fix last change.
1831
e75e894b
EZ
18322001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1833
218abc51
EZ
1834 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1835 mouse-highlighted text.
1836
d36ca65d
EZ
1837 * net/quickurl.el (quickurl-url-file): Run through
1838 convert-standard-filename.
1839 (quickurl-list-populate-buffer): Add help-echo to
1840 mouse-highlighted text.
1841 (top-level): Update Dave's URL.
1842
092924fd
EZ
1843 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1844 mouse-highlighted text.
1845
f7ac3e28
SM
1846 * textmodes/page-ext.el (pages-copy-header-and-position):
1847 Add help-echo to mouse-highlighted text.
092924fd
EZ
1848
1849 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1850 mouse-highlighted text.
1851
1852 * replace.el (occur): Add help-echo to mouse-highlighted text.
1853
1854 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1855 mouse-highlighted text.
1856
1857 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1858 mouse-highlighted text.
1859
f7ac3e28
SM
1860 * progmodes/compile.el (compile-reinitialize-errors):
1861 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1862 (compilation-forget-errors): Remove help-echo property as well.
1863
f7ac3e28
SM
1864 * play/landmark.el (lm-plot-square, lm-init-display):
1865 Add help-echo to mouse-highlighted text.
092924fd 1866
f7ac3e28
SM
1867 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1868 Add help-echo to mouse-highlighted text.
092924fd
EZ
1869
1870 * dired.el (dired-insert-set-properties): Add help-echo to
1871 mouse-highlighted text.
f7ac3e28 1872 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1873
1874 * comint.el (comint-send-input): Add help-echo to
1875 mouse-highlighted text.
1876
1877 * buff-menu.el (list-buffers-noselect): Add help-echo to
1878 mouse-highlighted text.
1879
1880 * arc-mode.el (archive-summarize-files): Add help-echo to
1881 mouse-highlighted text.
1882
e75e894b
EZ
1883 * ffap.el (ffap-machine-p): Always return nil if
1884 open-network-stream is not fboundp.
1885
f621ed9d
SM
18862001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1887
1888 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1889 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1890 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1891 incorrectly binding chars between 128 and 256 to it.
1892 (sgml-maybe-name-self): Handle latin-1 chars properly.
1893 (sgml-tags-invisible): Bind buffer-file-name to nil.
1894 Use unwind-protect and restore-buffer-modified-p.
1895 (sgml-point-entered): Use buffer-substring-no-properties.
1896 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1897 (html-mode): Don't force `imenu-sort-function'.
1898
884e8578
EZ
18992001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1900
d5b49f47
EZ
1901 * tar-mode.el: Fix the copyright notice.
1902
ce6b1982
EZ
1903 * font-lock.el (font-lock-comment-face): For tty's with dark
1904 background, use "red1", since "lightred" is not one of the colors
1905 recognized by tty-colors.el.
1906
884e8578
EZ
1907 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1908 create a buffer for extracted file, in case there's more than one
1909 file by that name in an archive, possibly in different
1910 directories. From Kevin Rodgers <kevinr@ihs.com>.
1911
1912 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1913 <alex@gnu.org>.
1914
72190a54
MB
19152001-06-15 Miles Bader <miles@gnu.org>
1916
f621ed9d
SM
1917 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1918 Revert previous change.
72190a54 1919
e4cdc335
RS
19202001-06-14 Richard M. Stallman <rms@gnu.org>
1921
1922 * replace.el (keep-lines-read-args): Return just a regexp.
1923 Provide nil for the region args.
f621ed9d 1924 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1925 Calculate the defaults for the region here, when args are nil.
1926
c8c6b45a
EZ
19272001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1928
1929 * rot13.el (rot13-other-window): Some more doc fix.
1930
f54701d1
EZ
19312001-06-14 Per Starback <starback@ling.uu.se>
1932
1933 * replace.el (case-replace, query-replace-from-history-variable)
1934 (query-replace-to-history-variable, keep-lines-read-args)
1935 (occur-revert-function, query-replace-help): Dox fix.
1936
1604ce98
EZ
19372001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1938
1939 * rot13.el (rot13-other-window): Doc fix.
1940
22058843
MB
19412001-06-14 Miles Bader <miles@gnu.org>
1942
1943 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1944 of " and \ to "." (punctuation).
1945 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1946
e4cdc335
RS
19472001-06-13 Richard M. Stallman <rms@gnu.org>
1948
1949 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1950
1951 * simple.el (shell-command-on-region): Never kill the
1952 *Shell Command Output* buffer.
1953
a62d56ab
SM
19542001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1955
1956 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1957
4a0aa1d9
SM
19582001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1959
1960 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1961 New var, to recognize ${ $' and PODs.
1962 (perl-font-lock-syntactic-face-function): New function.
1963 (perl-mode): Use them.
1964 (perl-continuation-line-p): New function, from perl-calculate-indent.
1965 (perl-calculate-indent): Use it, to properly handle continuation
1966 lines of continuation lines.
1967
b5a9911c
EZ
19682001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1969
1970 * server.el (server-process, server-buffer-clients): Doc fix.
1971 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1972
0f056ec1
JW
19732001-06-09 John Wiegley <johnw@gnu.org>
1974
1975 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1976 test if the last command was Lisp or not.
1977 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1978 B x C".
1979
e5e316b0
EZ
19802001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1981
1982 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1983 general one on compile.el supports drive letters.
7f4350a7
CD
1984
19852001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1986
5a905a7e 1987 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1988 key description.
7f4350a7
CD
1989
1990 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1991
5a905a7e 1992 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1993 (reftex-toc-jump): New command.
1994
1995 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1996 to parse international characters as well.
7f4350a7 1997
5a905a7e 1998 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1999 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 2000
5a905a7e
SM
2001 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
2002
2003 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 2004 TAB to the key separators.
7f4350a7 2005
73419021
EZ
20062001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
2007
2008 * international/mule.el (auto-coding-alist): Remove redundant
2009 up-cased versions of the extensions (auto-coding-alist-lookup is
2010 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
2011 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
2012
cada28bb
EZ
20132001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
2014
2015 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
2016
4f7666dc
RS
20172001-06-01 Richard M. Stallman <rms@gnu.org>
2018
2019 * help.el (describe-variable): Put value on same line
2020 with preceding text, if it is short enough to look good that way.
2021
70079787
EZ
20222001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
2023
2024 * term/internal.el (IT-unicode-translations): New variable.
2025 (IT-setup-unicode-display): New function.
2026
c86f4619
GM
20272001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2028
2029 * ps-print.el: Handle before-string and after-string overlay properties
2030 in ps-print-*-with-faces commands. Doc fix.
2031 (ps-print-version): New version number (6.5.2).
2032 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
2033 for XEmacs.
2034 (ps-prefix-quote): Doc fix.
c6d452ad 2035 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
2036 (ps-basic-plot-str, ps-plot-string): New funs.
2037
1ea98518
SM
20382001-05-31 Stefan Monnier <monnier@cs.yale.edu>
2039
2040 * progmodes/etags.el (tags-compression-info-list): Fix docstring
2041 and :type spec.
2042
2b1ec973
GM
20432001-05-31 Gerd Moellmann <gerd@gnu.org>
2044
1ea98518
SM
2045 * international/mule-cmds.el (inactivate-input-method):
2046 Set input-method-function to nil.
2b1ec973 2047
94843cc1
GM
2048 * xml.el (xml-parse-tag): The document may contain invalid characters.
2049 From ShengHuo ZHU <zsh@cs.rochester.edu>
2050
9652931f
GM
20512001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
2052
2053 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
2054 `rmail-summary-line-decoder' if the message does not have
2055 a Subject: field.
9652931f 2056
1ea98518 2057 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 2058
1ea98518
SM
2059 * mail/rmail.el (rmail-insert-mime-resent-message-function):
2060 New variable.
9652931f
GM
2061 (rmail-resend): Modify to work in `rmail-view-buffer'; call
2062 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
2063 is non-nil.
2064
f7ac3e28
SM
20652001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
2066
2067 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
2068
b781e739
SS
20692001-05-29 Sam Steingold <sds@gnu.org>
2070
00f51890
SS
2071 * faces.el (face-valid-attribute-values): Bind `valid' directly
2072 instead of using `setq'.
2073
b781e739
SS
2074 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
2075 Use `tex-shell-buf'.
2076 (tex-shell-proc): Use `tex-shell-running'.
2077 (tex-shell-buf-no-error): New function.
2078 (tex-send-tex-command): Use it.
2079 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
2080 (tex-kill-job): Check the process before calling `quit-process'.
2081
3d0e328b
GM
20822001-05-29 Gerd Moellmann <gerd@gnu.org>
2083
1ea98518
SM
2084 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
2085 UTF-8 sequences.
3d0e328b 2086
8bd6307f
GM
20872001-05-28 Miles Bader <miles@gnu.org>
2088
2089 * comint.el (comint-carriage-motion): Renamed from
2090 `comint-cr-magic'. Operate on the buffer instead of the string
2091 (for use as a comint post-output filter, instead of as a
2092 pre-output filter). Handle backspaces too. Add to the
2093 `comint-output-filter-functions' hook instead of
2094 `comint-preoutput-filter-functions'.
2095
89c8dc6c
GM
20962001-05-28 Gerd Moellmann <gerd@gnu.org>
2097
2098 * language/japan-util.el (japanese-hankaku): Prefer the charset
2099 `jisx0201' when the optional argument `ascii-only' is not specified.
2100 (japanese-hankaku-region): Ditto.
2101 From Katsumi Yamaoka <yamaoka@jpl.org>
2102
f25c1b9b
SM
21032001-05-28 Stefan Monnier <monnier@cs.yale.edu>
2104
2105 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
2106 (outline-invisible-p): New function.
2107 (hide-leaves): Save excursion.
2108 (hide-other): Stop looping when reaching bobp.
2109
719bb352
EZ
21102001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
2111
2112 * cus-edit.el (custom-file): Fix last change.
2113
d686d354
SM
21142001-05-27 Stefan Monnier <monnier@cs.yale.edu>
2115
2116 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
2117 same definition in byte-compile-function-environment as `autoload'
2118 would put in `symbol-function'.
2119
2120 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
2121 patch to correct the error message as well.
2122
49b1a638
EZ
21232001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
2124
71261a01
EZ
2125 * cus-edit.el (custom-file): Don't assume we were invoked with -q
2126 unless ~/.emacs exists.
2127
49b1a638
EZ
2128 * novice.el (enable-command): If user-init-file is nil or does not
2129 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
2130
a434b175
SM
21312001-05-25 Stefan Monnier <monnier@cs.yale.edu>
2132
15ca8de7
SM
2133 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
2134 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
2135 Allow spaces around macro arguments.
2136 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
2137 indent-for-tab-command.
2138 (latex-mode-map, plain-tex-mode-map): New keymaps.
2139 Inherit from tex-mode-map.
2140 (tex-common-initialization): Don't setup the keymap any more
2141 since it's now done right by define-derived-mode.
2142 (latex-mode): Set skeleton-end-hook to nil.
2143 (latex-skeleton-end-hook): Remove.
2144 (tex-latex-block, latex-insert-item): Simplify.
2145 (latex-syntax-after): Use following-char rather than char-after.
2146 (tex-discount-args-cmds, tex-count-words): New functions.
2147
2148 * textmodes/tildify.el (tildify-ignored-environments-alist):
2149 Recognize \verb* as well.
2150
2151 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
2152 (perl-comment-indent): Simplify to let newcomment.el do its job.
2153 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
2154 (perl-mark-function): Cleanup the namespace.
2155 (perl-calculate-indent): Don't be fooled by nested functions.
2156
2157 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
2158
a434b175
SM
2159 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
2160 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
2161
4e7e1f03
AC
21622001-05-25 Andrew Choi <akochoi@i-cable.com>
2163
2164 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
2165 actually be `\\'.
2166 (ctlau-b5-converter): Likewise.
2167
2bef0948
AC
21682001-05-24 Andrew Choi <akochoi@i-cable.com>
2169
2170 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
2171 Change CTLauB.el to CTLau-b5.el.
2172
d2d1851b
SM
21732001-05-23 Stefan Monnier <monnier@cs.yale.edu>
2174
2175 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
2176 rather than beginning-of-line to avoid problems with fields.
2177 (gud-perldb-massage-args): Use unless and push.
2178 (gud-chdir-before-run): New var.
2179 (gud-common-init): Use it.
2180
5e3d4fbc
AC
21812001-05-24 Andrew Choi <akochoi@i-cable.com>
2182
2183 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2184 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2185 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2186 chinese-ctlaub.
d2d1851b
SM
2187 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2188 New functions.
5e3d4fbc 2189
0216c3df
GM
21902001-05-22 Gerd Moellmann <gerd@gnu.org>
2191
f1f65349
GM
2192 * cus-edit.el (custom-comment-show): Remove debug code.
2193
0216c3df
GM
2194 * language/japan-util.el (japanese-symbol-table): Fix handling of
2195 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2196
e8a1ed31
SM
21972001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2198
2199 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2200 Renamed by removing the silly `-flag' suffix.
2201 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2202
7246200c
SM
22032001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2204
2205 * replace.el (keep-lines-read-args): Use `copy-marker'.
2206 (how-many): Save excursion properly.
2207 (occur-mode): Use define-derived-mode.
2208 (perform-replace): Use with-current-buffer.
2209
7e971261
RS
22102001-05-20 Richard M. Stallman <rms@gnu.org>
2211
65569e52
RS
2212 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2213
cc9684e8
RS
2214 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2215
9ca00e71
RS
2216 * info.el (Info-read-subfile): Widen before finding the
2217 desired node in the subfile.
2218
7e971261
RS
2219 * startup.el (command-line-1): When >2 files visited,
2220 leave the last one visible, and make that the selected window.
2221
7c5312b2
GM
22222001-05-20 Gerd Moellmann <gerd@gnu.org>
2223
2224 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2225
310e9a21
EZ
22262001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2227
7246200c
SM
2228 * international/ccl.el (define-ccl-program): Fix a typo.
2229 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2230
2231 * international/mule.el (decode-char): Fix a typo. From Pavel
2232 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2233
2234 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2235 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2236
310e9a21
EZ
2237 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2238 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2239
ef55aa6c
SS
22402001-05-18 Sam Steingold <sds@gnu.org>
2241
7246200c 2242 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2243 and [RET] to `cvs-mode-find-file'.
2244
c9f3bebe
JW
22452001-05-18 John Wiegley <johnw@gnu.org>
2246
2247 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2248 configuration variable, which determines the initial character
2249 that forces use of an external version of a command. The default
2250 is *, but may be set to \, for example.
2251
2252 * eshell/esh-ext.el (eshell-explicit-command):
2253 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2254
c9f3bebe
JW
2255 * eshell/esh-cmd.el (eshell/which):
2256 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2257
7c5312b2
GM
2258 * eshell/em-cmpl.el (eshell-completion-command-name)
2259 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2260 instead of ?*.
2261
1c66d9fb
GM
22622001-05-18 Gerd Moellmann <gerd@gnu.org>
2263
a724ed38
GM
2264 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2265 subst-char-in-string.
2266 (ange-ftp-after-parse-ls-hook): New variable.
2267 (ange-ftp-ls): Run that hook.
2268 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2269
0595722b
GM
2270 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2271 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2272 text into *Completions*.
2273
1c66d9fb
GM
2274 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2275 part of which look like email addresses.
2276
c5bdb93d
AI
22772001-05-18 Andrew Innes <andrewi@gnu.org>
2278
7246200c
SM
2279 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2280 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2281 cmd.exe's handling of FOR loops.
2282 (autoloads): Set find-file-suppress-same-file-warnings to t to
2283 avoid slew of spurious messages.
2284
9a1211f2
GM
22852001-05-18 Simon Josefsson <simon@josefsson.org>
2286
2287 * mail/smtpmail.el (maybe-append-domain): Renamed to
2288 `smtpmail-maybe-append-domain'.
2289 (smtpmail-via-smtp): Use the new name.
2290
29148a3f
GM
2291 * net/browse-url.el (browse-url-browser-function): Add kde.
2292 (browse-url-kde-program, browse-url-kde-args): New variables.
2293 (browse-url-kde): New function.
2294
9ab59a1a
MB
22952001-05-18 Miles Bader <miles@gnu.org>
2296
7246200c
SM
2297 * simple.el (delete-horizontal-space, just-one-space):
2298 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2299 because it's more efficient for large files.
2300
cebf1b97
GM
23012001-05-17 Gerd Moellmann <gerd@gnu.org>
2302
f90c23ca
GM
2303 * mail/rmail.el (rmail-require-mime-maybe): New function.
2304 (rmail): Use it.
2305 (rmail-mode): Handle the case of finding Rmail files.
2306
cebf1b97
GM
2307 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2308 functions.
2309
df22166e
SM
23102001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2311
2312 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2313 text-property after moving to the beginning of line and regardless
2314 of the value of font-lock-multiline.
2315
2ca0d5f1
GM
23162001-05-17 Gerd Moellmann <gerd@gnu.org>
2317
e85e809a
GM
2318 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2319
2ca0d5f1
GM
2320 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2321 last coding system used before calling set-buffer-modified-p
2322 because that function changes last-coding-system.
2323
4c6a4739
EZ
23242001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2325
2326 * files.el (switch-to-buffer-other-window)
2327 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2328 the doc string.
2329
f08cf35b
GM
23302001-05-17 Gerd Moellmann <gerd@gnu.org>
2331
2332 * language/slovak.el, language/czech.el: New maintainer.
2333
2180ea97
SS
23342001-05-16 Sam Steingold <sds@gnu.org>
2335
f08cf35b 2336 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2337 sub-form of `defgeneric' correctly.
2338
9bae8781
GM
23392001-05-16 Gerd Moellmann <gerd@gnu.org>
2340
a90b3d3c
GM
2341 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2342 of `c'.
2343
1b7818b4 2344 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2345 condition-case, test what outline-level returns instead, to
2346 ease debugging.
1b7818b4 2347
9bae8781
GM
2348 * international/mule.el (auto-coding-regexp-alist): New user-option.
2349 (auto-coding-from-file-contents): New function.
2350 (set-auto-coding): Use it to determine a coding system.
2351
7644c605
GM
23522001-05-15 Gerd Moellmann <gerd@gnu.org>
2353
18a0a39e
GM
2354 * mouse.el (mouse-delete-other-windows): Doc fix.
2355
df22166e
SM
2356 * emacs-lisp/lisp-mode.el (lisp-mode):
2357 Make font-lock-keywords-case-fold-search a buffer-local variable with
2358 make-local-variable before setting it.
7644c605 2359
940cf42e
EZ
23602001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2361
2362 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2363 prefixes.
2364
557f7c34
GM
23652001-05-14 Gerd Moellmann <gerd@gnu.org>
2366
2367 * hexl.el (hexl-current-address): Print a message when called
2368 interactively.
2369
14d9b141
SM
23702001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2371
2372 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2373
2374 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2375
2376 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2377
7bd2d083
GM
23782001-05-11 Gerd Moellmann <gerd@gnu.org>
2379
47e72862
GM
2380 * startup.el (command-line): If parameters have been changed in
2381 the init files which influence font selection, clear the face
2382 cache so that faces get realized with the new parameters.
2383
14d9b141 2384 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2385
0f49941f
SM
23862001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2387
2388 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2389
cbeed4a8
EZ
23902001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2391
2392 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2393 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2394
ff9aa2ca
GM
23952001-05-10 Gerd Moellmann <gerd@gnu.org>
2396
2397 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2398 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2399
b2c99950
JW
24002001-05-09 John Wiegley <johnw@gnu.org>
2401
0f49941f
SM
2402 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2403 Annotated the documentation string to tell users about
3cb27fd7
JW
2404 `eshell-no-numeric-conversions'.
2405
c26f6b27
JW
2406 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2407 conversions if a Lisp function has the property
2408 `eshell-no-numeric-conversions' set to a non-nil value.
2409
2410 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2411 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2412 property `eshell-no-numeric-conversions' on the following
2413 functions (which all deal with filesystem entities, and never Lisp
2414 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2415 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2416 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2417 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2418 eshell/which, eshell/addpath.
2419
24202001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2421
d089e299
JW
2422 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2423 encountered as an argument, don't convert it right away, but tag
2424 the first character of the string with the text properties
2425 `number', which signifies to `eshell-lisp-command' that the
2426 argument should be passed through `string-to-number' if it is
2427 actually used in the call to a Lisp function.
2428
2429 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2430 function, convert any string arguments that have been tagged as
2431 "numbers", by calling string-to-number.
2432
2433 * eshell/esh-util.el (eshell-number-regexp): Now that number
2434 conversions only happen for Lisp function calls, the number regexp
2435 should now match all integer and floating point forms.
2436
2437 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2438 `eshell-continue-process', since they are both nonfunctional at
2439 the moment.
2440 (eshell-proc-initialize): Don't bind keys for
2441 `eshell-stop-process' or `eshell-continue-process'.
2442
0f49941f
SM
2443 * eshell/em-unix.el (eshell-shuffle-files):
2444 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2445
2446 * eshell/em-hist.el (eshell-add-to-history): Reference to
2447 `eshell-history-ring' needed to be `eshell-history-index'.
2448
0f49941f
SM
2449 * calendar/timeclock.el (timeclock-find-discrep):
2450 Initialize `elapsed' to 0.
cb89da0f
JW
2451 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2452 it's still nil.
b2c99950 2453
ff39b9a1
SM
24542001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2455
2456 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2457 (archive-mode): Use capitalize.
2458 (archive-unique-fname): Use make-temp-file.
2459
9e53a675
GM
24602001-05-09 Gerd Moellmann <gerd@gnu.org>
2461
2462 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2463
c8224de6
EZ
24642001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2465
c533a7e2
EZ
2466 * tar-mode.el (tar-extract): Pay attention to the value of
2467 coding-system-for-read, if it is non-nil.
2468
ff39b9a1
SM
2469 * calendar/holidays.el (holidays): Add an autoload cookie.
2470 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2471
1c8c9fb8
JW
24722001-05-08 John Wiegley <johnw@gnu.org>
2473
ff39b9a1
SM
2474 * calendar/timeclock.el (timeclock-workday-remaining):
2475 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2476 (timeclock-workday-elapsed): Don't accept a "relative" argument
2477 for the current day's elapsed time. What could that have meant?
ff39b9a1 2478 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2479 (timeclock-when-to-leave): Changed logic, similarly to what was
2480 done for `timeclock-workday-remaining'.
2481 (timeclock-find-discrep): Removed "today-only" argument, which had
2482 no meaning. Fixed some more math problems. The function now
2483 returns a three member list: (TOTAL-TIME-DISCREPANCY
2484 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2485
5f47fb28
EZ
24862001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2487
2488 * w32-fns.el (convert-standard-filename): Start replacing slashes
2489 from the beginning of the file name, not from where the last
2490 invalid character was. From "Andrew Maguire (SWW)"
2491 <Andrew.Maguire@Smallworld.co.uk>
2492
6da5c7da
GM
24932001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2494
2495 The following changes are to provide infrastructure for handling
2496 MIME messages to rmail. They don't affect the original behaviour
2497 if rmail-enable-mime is nil.
2498
2499 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2500 (rmail-search-mime-message-function)
2501 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2502 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2503 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2504 `rmail-view-buffer' is hidden.
6da5c7da
GM
2505 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2506 call rmai-show-mime-function.
2507 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2508 mode-line-process of rmail-view-buffer.
2509 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2510 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2511 buffer.
ff39b9a1
SM
2512 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2513 set-buffer to the Rmail buffer.
6da5c7da
GM
2514 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2515 rmail-search-mime-header-function.
2516 (rmail-search-message): New function.
2517 (rmail-search): Call rmail-search-message to check if a message
2518 matches REGEXP, lastly update point after calling
2519 rmail-show-message.
ff39b9a1
SM
2520 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2521 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2522 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2523 header region, refer to rmail-msgref-vector while setting the
2524 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2525 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2526 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2527 rmail-insert-mime-forwarded-message-function instead of inserting
2528 forwarded message by itself.
2529
2530 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2531 Rmail buffer.
2532 (rmail-set-label, rmail-next-labeled-message): Likewise.
2533
2534 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2535 set-buffer to the Rmail buffer.
2536 (rmail-output-to-rmail-file): Likewise.
2537 (rmail-output): Likewise.
2538
2539 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2540 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2541 (rmail-new-summary): Be sure to go to the Rmail buffer.
2542 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2543 rmail-view-buffer to nil.
2544 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2545 rmail-view-buffer.
2546 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2547 rmail-buffer.
2548 (rmail-summary-scroll-msg-down): Likewise.
2549 (rmail-summary-beginning-of-message): Likewise.
2550 (rmail-summary-wipe): Likewise.
2551 (rmail-summary-toggle-header): Use save-window-excursion, not
2552 save-excursion. Update point in rmail-view-buffer, not in
2553 rmail-buffer.
2554 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2555 rmail-view-buffer, not rmail-buffer.
2556
5092477a
GM
25572001-05-07 Gerd Moellmann <gerd@gnu.org>
2558
1e9fc92e
GM
2559 * cus-edit.el (custom-file): Signal an error if user-init-file is
2560 nil (running -q).
2561
1d053370
GM
2562 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2563
ff39b9a1
SM
2564 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2565 Add :version.
2566
2567 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2568 New option.
1b62b062
GM
2569 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2570 only if smtpmail-warn-about-unknown-extensions is set.
2571
f851a71c
GM
2572 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2573 instead of rmail-sort-by-keywords.
2574
ff39b9a1 2575 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2576 rmail-sort-by-keywords.
2577
ff39b9a1
SM
2578 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2579 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2580 (rmail-summary-mode): Doc fix.
2581
5092477a
GM
2582 * mail/rmail.el (rmail-edit): New Custom group.
2583
2584 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2585 (rmail-edit-mode-hook): New user-option.
2586
05be3833
RS
25872001-05-05 Richard M. Stallman <rms@gnu.org>
2588
2589 * help.el (help-xref-symbol-regexp): Recognize "source of"
2590 and friends, meaning make a link to the source file.
2591 (help-make-xrefs): Handle "source of" and friends
2592 by constructing a link that visits the source file.
2593
2594 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2595
7dfb000f
SM
25962001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2597
5efe6a56
SM
2598 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2599 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2600 Renamed from perl-font-lock-keywords to avoid clashes.
2601 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2602 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2603 Updated correspondingly.
2604
7dfb000f
SM
2605 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2606 Typo `nonexistant' -> `nonexistent'.
2607
88bbb8cb
EZ
26082001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2609
7dfb000f
SM
2610 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2611 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2612 `c-electric-delete-forward' always deletes forward and
2613 `c-electric-delete' only contains the code necessary for XEmacs to
2614 choose between backward and forward deletion.
7dfb000f 2615
88bbb8cb
EZ
2616 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2617 get the electric behavior on that key too.
2618 (c-fill-paragraph): Fixed bogus direct use of
2619 c-comment-prefix-regexp, which caused an error when it's a list.
2620
a1af8dcf
EZ
26212001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2622
2623 * dired-aux.el (dired-diff): Doc fix.
2624
2625 * dired.el (dired-diff): Likewise.
2626
ddfb4005
EZ
26272001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2630
b36581fb
SM
26312001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2632
80a00b6a
SM
2633 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2634 if both the buffer and the file are read-only.
2635
b36581fb
SM
2636 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2637 rather than font-lock-string-face.
2638 (sh-get-indent-info): Treat heredocs like strings.
2639
470bbe9b
GM
26402001-05-02 Gerd Moellmann <gerd@gnu.org>
2641
b36581fb
SM
2642 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2643 a newline following `}'.
3356df63
GM
2644 (texinfo-format-email): New function.
2645 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2646 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2647 Add `display'.
3356df63
GM
2648 (texinfo-sort-region): Goto point-min before sorting.
2649 (texinfo-set): Remove leading white space from value.
2650 From yagi@is.titech.ac.jp.
2651
470bbe9b
GM
2652 * replace.el (query-replace-regexp-eval): Doc fix.
2653
a9d2fd1d
SM
26542001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2655
2656 * diff-mode.el (diff-nonexistant-face): New face.
2657 (diff-font-lock-keywords): Use it.
2658
2b3e941a
EZ
26592001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2660
22cd6fd3
EZ
2661 * font-lock.el (font-lock-mode): Doc fix.
2662
2b3e941a
EZ
2663 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2664 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2665
50df7214
GM
26662001-04-30 Gerd Moellmann <gerd@gnu.org>
2667
a9d2fd1d
SM
2668 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2669 backslash at the start of the here-document delimiter.
a9793e45
GM
2670 (sh-font-lock-syntactic-keywords): Likewise.
2671
50df7214
GM
2672 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2673
e2f599e9
EZ
26742001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2675
2676 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2677 (tty-color-translate, tty-color-by-index, tty-color-values)
2678 (tty-color-desc): Doc fix.
2679
dcaf31d3
EZ
26802001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2681
2682 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2683 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2684 Mention dired-dwim-target in the doc string.
dcaf31d3 2685
a6a06429
MB
26862001-04-28 Miles Bader <miles@gnu.org>
2687
2688 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2689 (dabbrev--find-expansion): Use it.
2690 (dabbrev--select-buffers): Don't select ignored buffers.
2691
5a5d9185
GM
26922001-04-27 Gerd Moellmann <gerd@gnu.org>
2693
a9d2fd1d 2694 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2695
c5b82005
RS
26962001-04-26 Richard M. Stallman <rms@gnu.org>
2697
2698 * dabbrev.el: Add doc strings for some functions.
2699 (dabbrev--eliminate-newlines): New variable.
2700 (dabbrev--substitute-expansion): Convert newlines to spaces
2701 if dabbrev--eliminate-newlines is set.
2702 If abbrev and expansion are both all-lower-case,
2703 leave dabbrev--last-case-pattern nil.
2704
7cff9c6f
GM
27052001-04-26 Gerd Moellmann <gerd@gnu.org>
2706
2707 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2708 if necessary, like in rmail-show-message.
2709
efa89c1f
GM
27102001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2711
2712 * ps-print.el: Color specified by number is forced to be float number.
2713 (ps-print-version): New version number (6.5.1.1).
2714 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2715 initialization.
2716 (ps-prefix-quote): New internal var.
2717 (ps-print-quote): New fun.
2718 (ps-setup, ps-output-frame-properties, ps-float-format)
2719 (ps-format-color): Code fix.
a9d2fd1d
SM
2720 (ps-plot-region): Eliminate redundant foreground color text setting.
2721
d3111e5a
EZ
27222001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2723
2724 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2725
a728644c
GM
27262001-04-25 Gerd Moellmann <gerd@gnu.org>
2727
2728 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2729
4ecdf04d
EZ
27302001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2731
4645bb68
EZ
2732 * info.el (Info-additional-directory-list): Doc fix.
2733
4ecdf04d 2734 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2735 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2736 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2737
7cd512f2
SM
27382001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2739
1dc64fca
SM
2740 * progmodes/make-mode.el (makefile-font-lock-keywords):
2741 Rationalize the rules for includes and conditionals and use the
2742 keyword face for them.
2743
7cd512f2
SM
2744 * faces.el (modify-face): Add compatibility for non-interactive use.
2745
ffeb5c1c
JW
27462001-04-24 John Wiegley <johnw@gnu.org>
2747
2748 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2749 fix from last night, since it wasn't finding eshell/cd.
2750
35f901fa
GM
27512001-04-24 Gerd Moellmann <gerd@gnu.org>
2752
2753 * rect.el (string-rectangle): Revert to 20.x behaviour.
2754 (replace-rectangle): Make it an alias for string-rectangle.
2755 (string-insert-rectangle): New function.
2756
c7b1b508
JW
27572001-04-23 John Wiegley <johnw@gnu.org>
2758
2759 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2760 occurring with Emacs 21's diff.el/compile.el interaction layer.
2761
27622001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2763
2764 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2765 case where the function was defined in a file, but not part of an
2766 eshell module.
2767
157975e3
JW
27682001-04-23 John Wiegley <johnw@gnu.org>
2769
2770 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2771 code to work around a redisplay problem I've been having.
2772
3dc630b9
JW
27732001-04-23 John Wiegley <johnw@gnu.org>
2774
2775 * calendar/timeclock.el (timeclock-day-required): If the time
2776 required for a particular day is not set, use `timeclock-workday'.
2777 (timeclock-find-discrep): Added some sample code in a comment.
2778
2779 * eshell/eshell.el (eshell-command): Made a few changes so that
2780 `eshell-command' could be called programmatically.
2781
7cd512f2 2782 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2783
7cd512f2 2784 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2785
3ae14dd9 27862001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2787
2788 * calendar/timeclock.el: Updated copyright.
2789 (timeclock-generate-report): Don't report the daily or two-week
2790 total, if no time has been worked in that period.
2791 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2792 final computational form, which was unnecessary; corrected a
2793 parsing problem when timeclock-relative was nil.
2794
3ae14dd9 27952001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2796
2797 * calendar/timeclock.el (timeclock-modeline-display): Check if
2798 `list-entry' is null.
2799 (timeclock-use-display-time): The first argument to `set-variable'
2800 must be a symbol.
2801
53e1a74c
EZ
28022001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2803
2804 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2805 (calendar-today-marker, calendar-holiday-marker):
2806 Use display-color-p instead of window-system.
53e1a74c
EZ
2807 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2808 instead of window-system.
2809 (calendar-hide-window): Use display-multi-frame-p instead of
2810 window-system.
2811
2812 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2813 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2814 Use display-multi-frame-p instead of window-system.
53e1a74c 2815
23b809c2
GM
28162001-04-23 Gerd Moellmann <gerd@gnu.org>
2817
1d14e80c
GM
2818 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2819
23b809c2
GM
2820 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2821 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2822
b5eeaa1d
GM
28232001-04-23 Alex Schroeder <alex@gnu.org>
2824
2825 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2826 line-end-position a defalias is used for point-at-bol and point-at-eol.
2827
b5eeaa1d
GM
28282001-04-23 Alex Schroeder <alex@gnu.org>
2829
2830 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2831 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2832
ac1470eb
EZ
28332001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2834
2835 * textmodes/paragraphs.el (sentence-end): Doc fix.
2836
624ef9b3
GM
28372001-04-20 Alex Schroeder <alex@gnu.org>
2838
2839 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2840 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2841
28422001-04-20 Alex Schroeder <alex@gnu.org>
2843
2844 * sql.el (sql-db2-program): New option.
2845 (sql-db2-options): New option.
2846 (sql-db2): New function.
2847
28482001-04-20 Alex Schroeder <alex@gnu.org>
2849
2850 * sql.el (sql-mode-menu): Added highlighting entries.
2851 (sql-highlight-oracle-keywords): New function.
2852 (sql-highlight-postgres-keywords): New function.
2853 (sql-highlight-ansi-keywords): New function.
2854
28552001-04-20 Alex Schroeder <alex@gnu.org>
2856
2857 * sql.el (sql-help): Doc change.
2858
9f3703ab
KF
28592001-04-19 Karl Fogel <kfogel@collab.net>
2860
2861 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2862 that inserted file content only to delete it immediately.
2863 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2864 <lektu@uol.com.br> for the patch.
2865
2a83a11d
SM
28662001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2867
2868 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2869
6f4dd4dc
GM
28702001-04-18 Gerd Moellmann <gerd@gnu.org>
2871
0f8d6dc7
GM
2872 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2873 for defmethod.
2874
6f4dd4dc
GM
2875 * comint.el (comint-cr-magic): New function.
2876 (toplevel): Add it to comint-preoutput-filter-functions.
2877
90200fcc
AI
28782001-04-18 Andrew Innes <andrewi@gnu.org>
2879
2880 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2881 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2882 (recompile): Remove stuff to set EMACSLOADPATH.
2883
daa66f34
GM
28842001-04-18 Gerd Moellmann <gerd@gnu.org>
2885
edc5c81d
GM
2886 * language/slovak.el ("Slovak"): Add tutorial entry.
2887
daa66f34
GM
2888 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2889 browse-url-new-window-p.
2890
5d5845dc
EZ
28912001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2892
2893 * info.el (Info-menu-update): When there are no menus and/or no
2894 cross references in the node, make the respective items of the
2895 Info menu-bar menu inactive.
2896
1c8addd0
GM
28972001-04-17 Gerd Moellmann <gerd@gnu.org>
2898
f4f480bd
GM
2899 * indent.el (indent-for-tab-command): Call indent-line-function
2900 with no argument if PREFIX-ARG is non-nil.
2901
1c8addd0
GM
2902 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2903
8f9ab403
EZ
29042001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2907 an async subprocess if start-process is unavailable. Suggested by
2908 Tim Van Holder <tim.van.holder@pandora.be>.
2909
60322163
EZ
29102001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2911
2912 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2913 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2914
e372bc67
EZ
29152001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2916
2917 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2918 manual.
2919
28037ecf
SM
29202001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2921
2922 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2923 (cvs-menu): Add a few entries.
2924
2925 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2926 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2927 lock file appears to be reachable from Emacs.
2928 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2929 (cvs-mode-find-file): Look for cvs-header-face rather than
2930 cvs-dirname-face (which doesn't exist).
2931 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2932
2933 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2934
5d5e7f53
EZ
29352001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2936
2937 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2938 normal-erase-is-backspace on a tty. Instead, bind some keys such
2939 as [delete] directly, like pc-select.el did before
2940 normal-erase-is-backspace was invented.
2941
118562e1 29422001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2943
2944 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2945
6c9e58c4
JW
29462001-04-11 John Wiegley <johnw@gnu.org>
2947
28037ecf
SM
2948 * eshell/em-ls.el (eshell-ls-insert-directory):
2949 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2950 buffers, if Eshell's ls is being used.
2951
118562e1 29522001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2953
28037ecf
SM
2954 * calendar/timeclock.el (timeclock-completing-read): New function.
2955 (timeclock-ask-for-project, timeclock-ask-for-reason):
2956 Call `timeclock-completing-read'.
978bd3ea
JW
2957
2958 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2959 required where `member' was being used.
2960
118562e1 29612001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2962
28037ecf
SM
2963 * eshell/em-hist.el (eshell-previous-matching-input):
2964 Don't display "History item" if the the minibuffer is active.
978bd3ea 2965
30cb0001
GM
29662001-04-11 Gerd Moellmann <gerd@gnu.org>
2967
2968 * startup.el (command-line): Output a newline after printing
2969 an error from loading the window system's init file.
2970
e38af9bd
EZ
29712001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2972
28037ecf
SM
2973 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2974 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2975 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2976 keywords whose arguments routinely include @@.
2977
bbf63a7b
GM
29782001-04-10 Gerd Moellmann <gerd@gnu.org>
2979
28037ecf
SM
2980 * emacs-lisp/advice.el (ad-make-advised-definition):
2981 Construct advice for subrs differently.
afffeb57 2982
3fe35f35 2983 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2984 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2985
c8d6d636 2986 * simple.el (completion-list-mode-finish): New function.
28037ecf 2987 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2988
2a52f40e 2989 * language/european.el ("Polish"): Change sample text.
28037ecf 2990 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2991
cf8b1bef
GM
2992 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2993 parameter.
2994
bbf63a7b
GM
2995 * faces.el (menu): Doc fix.
2996
719d83ad 29972001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2998
2999 * ps-print.el: Footer implementation. Doc fix.
3000 (ps-print-version): New version number (6.5.1).
3001 (ps-header-frame-alist): New customization var for header frame
3002 properties.
3003 (ps-line-number-color): New customization var for line number color.
3004 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
3005 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
3006 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
3007 (ps-right-footer): New customization vars for footers.
3008 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
3009 footers.
3010 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
3011 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
3012 Code fix.
319acba0
GM
3013 (ps-prologue-file): Indentation fix.
3014 (ps-print-quote): Fun eliminated.
3015 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
3016 (ps-output-frame-properties): New fun.
3017 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
3018 (ps-skip-newline): Replace defun by defsubst.
28037ecf 3019
e372bc67 30202001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
3021
3022 * eshell/eshell.el (eshell-command): Needed a "%s" format
3023 specifier, in case the buffer contains percent characters.
3024
e372bc67 30252001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
3026
3027 * calendar/timeclock.el (timeclock-generate-report): Added a
3028 missing insert of the project name.
3029
9f9a5e7a
GM
30302001-04-09 Gerd Moellmann <gerd@gnu.org>
3031
9170e5d4 3032 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 3033
865e97c1 3034 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 3035 (finder-data): Use it instead of `setwins'.
865e97c1
GM
3036 From: Dave Love <fx@gnu.org>.
3037
cf3885ac 3038 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
3039 (server-visit-files): Run server-visit-hook after going to
3040 line 1 so that the hook can set point as it sees fit.
3041
9f9a5e7a
GM
3042 * bindings.el (mode-line-modified): Unify help messages.
3043
51f32106
EZ
30442001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
3045
3046 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
3047 All callers changed.
3048
e02160a3
EZ
30492001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
3050
8e6bb0d0
EZ
3051 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
3052 long file names aren't supported, truncate the file names in
3053 quail-misc-package-ext-info to 8+3 before matching them against
3054 FILENAME.
3055
3056 * dos-fns.el (dos-truncate-to-8+3): New function.
3057
ec321d77
EZ
3058 * progmodes/compile.el (grep-compute-defaults): Use null-device
3059 instead of literal /dev/null. Reported by Jens Schmidt
3060 <schmidt@mathematik.uni-kl.de>.
3061
e02160a3
EZ
3062 * simple.el (normal-erase-is-backspace-mode): Doc fix.
3063
cf3885ac
SM
30642001-04-06 Stefan Monnier <monnier@cs.yale.edu>
3065
3066 * textmodes/sgml-mode.el: Add unknown maintainer.
3067 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
3068 (html-mode-map): Use set-keymap-parent.
3069
3ffb33bb
DL
30702001-04-06 Dave Love <fx@gnu.org>
3071
3072 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3073 Remove redundant string-to-list.
3074
8f625692
SM
30752001-04-05 Stefan Monnier <monnier@cs.yale.edu>
3076
3077 * composite.el (reference-point-alist): Doc fix.
3078
1087f198
SS
30792001-04-05 Sam Steingold <sds@gnu.org>
3080
8f625692
SM
3081 * font-lock.el (font-lock-keywords-case-fold-search):
3082 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
3083 file made font-lock case-insensitive.
3084
a55e4e68
GM
30852001-04-05 Gerd Moellmann <gerd@gnu.org>
3086
0e4892e2
GM
3087 * faces.el (defface menu): Doc fix.
3088
4d664b04
GM
3089 * wid-edit.el (widget-color-sample-face-get): Don't make
3090 faces for undefined colors.
3091
a55e4e68
GM
3092 * version.el (emacs-version): Include LessTif/Motif version info.
3093
f383cd0d
GM
30942001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3095
3096 * ps-mule.el: Eliminate cl package dependence.
3097 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
3098 if they aren't defined yet.
3099 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
3100 Eliminate cl package dependence.
3101
de28797f
SM
31022001-04-04 Stefan Monnier <monnier@cs.yale.edu>
3103
3104 * progmodes/cc-cmds.el (c-outline-level):
3105 Bind buffer-invisibility-spec. Originally from Dave Love, but
3106 got lost when incorporating version 5.26.
3107
32df8b47
EZ
31082001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
3109
de28797f
SM
3110 * emulation/pc-select.el (pc-selection-mode):
3111 Call normal-erase-is-backspace-mode instead of binding
3112 keys individually.
58e4f61d 3113
7f62656b
EZ
3114 * cus-load.el (normal-erase-is-backspace): Use it instead of
3115 delete-key-deletes-forward.
3116
3117 * startup.el (command-line): Use normal-erase-is-backspace and
3118 normal-erase-is-backspace-mode.
3119
3120 * simple.el (normal-erase-is-backspace): Rename from
3121 delete-key-deletes-forward. Doc fix.
3122 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
3123 delete-key-deletes-forward-mode. Doc fix.
3124 Run normal-erase-is-backspace-hook.
7f62656b 3125
32df8b47 3126 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
3127 ``human-readable'' format produced by GNU `ls'.
3128 (dired-move-to-filename-regexp): Recognize ISO format dates.
3129 From Paul Eggert <eggert@twinsun.com>.
32df8b47 3130
5efa6032
GM
31312001-04-04 Gerd Moellmann <gerd@gnu.org>
3132
3133 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
3134 New functions.
de28797f
SM
3135 (lm-verify): Check keywords.
3136 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 3137
d757aac1
EL
31382001-04-03 Eric M. Ludlam <eric@siege-engine.com>
3139
3140 * speedbar.el (speedbar-insert-image-button-maybe): Check for
3141 `xemacs' feature instead of for the function `set-extent-property'.
3142
9832760a
SM
31432001-04-03 Stefan Monnier <monnier@cs.yale.edu>
3144
3145 * mail/mh-utils.el (mh-folder-hist): New var.
3146 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
3147
d565f6aa
EZ
31482001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
3149
3150 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
3151 region, position point on the first or last 16-byte group.
3152 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
3153 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
3154 hexl-beginning-of-line.
3155
24c0fd39
GM
31562001-04-03 Gerd Moellmann <gerd@gnu.org>
3157
5efa6032
GM
3158 * icomplete.el (icomplete-mode): Treat an argument like other
3159 modes do.
3160
b3f6107b
GM
3161 * startup.el (fancy-splash-head): Use splash8.xpm for color
3162 depth 8.
3163
24d451c5
SM
3164 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
3165 Add an antry for ``converts''.
476bf681 3166
24d451c5
SM
3167 * language/slovak.el ("Slovak"): Add documentation string.
3168 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 3169
450f6970
GM
3170 * language/czech.el ("Czech"): Add documentation string.
3171 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
3172
24d451c5
SM
3173 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
3174 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
3175
31762001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3177
3178 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3179 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3180 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3181 Use `defsubst' rather than a macro to ease debugging.
3182 (mail-extr-last): Remove (use `last' instead).
3183 (mail-extract-address-components): Properly reset the syntax-table
3184 after parsing an address. Use `last' rather than mail-extr-last.
3185 Make sure the end marker stays at the very end.
24c0fd39 3186
2b908342
EZ
31872001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3188
3189 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3190 last change.
3191
acfb077d
GM
31922001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3193
3194 * ps-print.el: Line and paragraph spacing feature. Region to cut
3195 out when printing. Doc fix.
3196 (ps-print-version): New version number (6.5).
24d451c5
SM
3197 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3198 New vars. Line and paragraph spacing feature.
acfb077d
GM
3199 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3200 out when printing.
3201 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3202 (ps-get-font-size, ps-begin-job, ps-continue-line)
3203 (ps-plot-region): Code fix.
3204 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3205 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3206 New internal vars.
acfb077d
GM
3207 (ps-get-size): New fun.
3208 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3209 (ps-next-line): Replace defun by defsubst.
3210 (ps-mule-plot-string): Autoload doc fix.
3211
3212 * ps-bdf.el: XEmacs compatibility. Doc fix.
3213 (installation-directory, coding-system-for-read): Declare vars if
3214 it's not declared yet.
3215 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3216
3217 * ps-mule.el: XEmacs compatibility. Doc fix.
3218 (leading-code-private-22): Declare var if it's not declared yet.
3219 (charset-bytes, charset-dimension, charset-id, charset-width)
3220 (find-charset-region, split-char, char-width, chars-in-region)
3221 (forward-point, decompose-composite-char, encode-coding-string)
3222 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3223 Define funs if not defined yet.
3224 (encode-composition-rule, find-composition): Define funs if not
3225 loaded yet.
3226 (ps-mule-prologue): PostScript code fix.
3227
32282001-04-02 Kenichi Handa <handa@etl.go.jp>
3229
3230 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3231 non-nil, generate font for the header strings.
3232 (ps-mule-prepare-font): Likewise.
3233 (ps-mule-generate-glyphs): Likewise.
3234 (ps-mule-string-encoding): Likewise.
3235 (ps-mule-header-charsets): New variable.
3236 (ps-mule-encode-header-string): New function.
3237 (ps-mule-header-string-charsets): New function.
3238 (ps-mule-begin-job): Check charsets in the header strings. If there
3239 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3240
3241 * ps-print.el (ps-generate-header-line): Encode the header string by
3242 ps-mule-encode-header-string.
3243 (ps-mule-encode-header-string): Declare autoload.
3244
c0eb3c10
GM
32452001-04-02 Gerd Moellmann <gerd@gnu.org>
3246
24d451c5
SM
3247 * frame.el (cursor-in-non-selected-windows):
3248 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3249
a3d0b0e0
KH
32502001-03-31 Kenichi Handa <handa@etl.go.jp>
3251
3252 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3253 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3254 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3255 (tsang-quick-converter): New function.
24d451c5
SM
3256 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3257 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3258 (miscdic-convert, batch-miscdic-convert): New functions.
3259
55f7832c
KH
32602001-03-30 Kenichi Handa <handa@etl.go.jp>
3261
a2217cd8
KH
3262 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3263 eight-bit-control chars.
3264
55f7832c 3265 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3266 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3267
911a2406
EZ
32682001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3269
3270 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3271 string as well.
3272
1a518f2c
AS
32732001-03-30 Andreas Schwab <schwab@suse.de>
3274
3275 * files.el (backup-directory-alist): Fix typo.
3276
ef080b16
EZ
32772001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3278
3279 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3280 <eggert@twinsun.com>.
3281
e4174a55
DL
32822001-03-30 Dave Love <fx@gnu.org>
3283
3284 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3285
9d5d1075
EZ
32862001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3287
3288 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3289
a27b451e
MB
32902001-03-30 Miles Bader <miles@gnu.org>
3291
3292 * subr.el (interactive-form): Fix paren typo.
3293
aea51abe
EZ
32942001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3295
3296 * emacs-lisp/profile.el: Say that it's obsolete in the header
3297 line, so that finder.el puts that into its data-base.
3298 Suggested by Alex Schroeder <alex@gnu.org>.
3299
249dd409
EZ
33002001-03-29 Paul Eggert <eggert@twinsun.com>
3301
3302 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3303 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3304
1ac1fa96
SM
33052001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3306
3307 * generic.el (generic-mode-set-comments): Use "" rather than nil
3308 for comment-end.
3309
e2b8a830
GM
33102001-03-29 Gerd Moellmann <gerd@gnu.org>
3311
1ac1fa96
SM
3312 * emacs-lisp/advice.el (ad-make-advised-definition):
3313 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3314
3315 * subr.el (interactive-form): New function.
3316
8b2375e7
AS
33172001-03-29 Andre Spiegel <spiegel@gnu.org>
3318
3319 * vc-sccs.el (vc-sccs-register): Use relative file names.
3320
f827b862
GM
33212001-03-28 Gerd Moellmann <gerd@gnu.org>
3322
e59d0e9d
GM
3323 * bookmark.el (bookmark-get-bookmark): Handle case that
3324 BOOKMARK is not a string.
3325
deb2613a
GM
3326 * image.el (image-type-regexps): Change type for PS files
3327 to `postscript'.
3328
f827b862 3329 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
3330 character entered. From: Stephen Gildea
3331 <gildea@stop.mail-abuse.org>.
f827b862 3332
3c9449d0
KH
33332001-03-27 Kenichi Handa <handa@etl.go.jp>
3334
3335 * international/kkc.el (kkc-save-init-file): Locally bind
3336 print-length to nil.
3337
e6b13c74
GM
33382001-03-26 Gerd Moellmann <gerd@gnu.org>
3339
e120bebf
GM
3340 * textmodes/flyspell.el: Some doc fixes.
3341 (flyspell-maybe-correct-transposition)
3342 (flyspell-maybe-correct-doubling): Use a temporary buffer
3343
3344 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3345
5f6c5771 3346 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3347 (byte-optimize-form-code-walker): Diagnose too few arguments
3348 for `if' and `while'.
3349
2b984c45
KH
33502001-03-26 Kenichi Handa <handa@etl.go.jp>
3351
3352 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3353 Prepend `\' to "\<quail-translation-docstring>".
3354
bf2150fa
GM
33552001-03-26 Gerd Moellmann <gerd@gnu.org>
3356
5f6c5771
SM
3357 * autorevert.el (global-auto-revert-non-file-buffers):
3358 Remove duplicate defcustom.
bf2150fa 3359
a0d59316
MB
33602001-03-26 Miles Bader <miles@gnu.org>
3361
5f6c5771
SM
3362 * international/latin1-disp.el (latin1-char-displayable-p):
3363 Add leading "-" for X font pattern.
a0d59316 3364
9edbff6c
KH
33652001-03-26 Kenichi Handa <handa@etl.go.jp>
3366
5f6c5771
SM
3367 * international/mule-diag.el (describe-coding-system):
3368 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3369 charsets they can encode.
3370
50b57199
EZ
33712001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3372
3373 * help.el (view-lossage): Mention open-dribble-file in the doc
3374 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3375
5b83f9c0
SM
33762001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3377
3378 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3379 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3380
e0ecbf5c
KH
33812001-03-23 Kenichi Handa <handa@etl.go.jp>
3382
5b83f9c0
SM
3383 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3384 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3385 multibyte sequence can work correctly.
3386 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3387 property of the coding system.
3388
1cc218de
SM
33892001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3390
3391 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3392 Fix transcription typo.
3393
a3db02ad
RV
33942001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3395
3396 * whitespace.el: Add buffer local variables to toggle testing of
3397 whitespaces in buffers without affecting the default values.
a3db02ad 3398 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3399 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3400 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3401 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3402
83c9cb8e
SM
34032001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3404
3405 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3406
180d5509
GM
34072001-03-21 Gerd Moellmann <gerd@gnu.org>
3408
eeb5b5c1
GM
3409 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3410 bs-cycle-configuration-name. From Juanma Barranquero
3411 <lektu@uol.com.br>.
3412
170a9e70
GM
3413 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3414 and cc-vars.el.
3415
180d5509
GM
3416 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3417 headers. Always invoke sendmail with option -t.
3418
130c507e
GM
34192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3420
3421 * Release of cc-mode 5.28.
3422
34232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3424
3425 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3426 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3427 It's instead taken care of by the default value for c-default-style.
130c507e 3428
130c507e
GM
34292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3430
3431 * cc-align.el (c-lineup-math): Fix bug where lineup was
3432 triggered by equal signs in string literals.
3433
34342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3435
3436 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3437 limit detection when at the ends of the buffer.
3438
3439 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3440 "for" statement clause in case 7F; a better one is done
3441 earlier in case 7D anyway.
3442
34432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3444
3445 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3446 somewhat more and did a small optimization.
3447
34482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3449
3450 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3451 Use the limit argument only to limit the syntactic context
3452 search, not to limit the actual movement.
3453
3454 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3455 inside multiline strings, just like in comments. Also various
3456 fixes to the paragraph and comment prefix recognition, block
3457 comment ender handling etc.
3458
34592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3460
3461 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3462 the relative position of the point.
3463
3464 * cc-cmds.el (c-electric-continued-statement): New function to
3465 use as abbrev hook to reindent for keywords such as "else"
3466 that continues an earlier statement.
3467
3468 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3469 like classes.
3470
3471 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3472 (pike-mode): Populate the default abbrev tables to reindent for
3473 keywords such as "else" that can continue earlier statements.
3474 Abbrev mode is therefore turned on by default now. (Note that
3475 this doesn't apply to idl-mode, since IDL afaik doesn't have
3476 statements at all.)
3477
34782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3479
3480 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3481 bracelists where the declaration contains template arguments.
3482
34832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3484
83c9cb8e
SM
3485 * cc-cmds.el (c-comment-indent):
3486 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3487 syntactic indentation. Fixes bug with lineup functions that
3488 return vectors.
3489
3490 * cc-engine.el (c-get-syntactic-indentation): Split the
3491 indentation sum calculation from `c-indent-line' to a separate
3492 function.
3493
34942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3495
3496 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3497 Fixed places where it was assumed that preprocessor directives
3498 have to start in column zero.
3499
3500 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3501 template arguments after a class identifier properly.
3502
3503 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3504 lists for `new Foo[]' constructs in Java as expressions and
3505 not top level definition brace lists on the top level, so that
3506 they'll get indented consistently with the same type of
3507 expression in a normal block.
3508
35092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3510
3511 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3512 whether the adaptive filling package fails to keep the comment
3513 prefix is now kludged further to check for filladapt-mode
3514 which doesn't have that problem. This is really icky, but it's
3515 the only way that works with the current misfeatures/bugs in
3516 both adaptive-fill-mode and filladapt-mode.
3517
3518 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3519 around point is recognized more robust.
3520
35212000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3522
3523 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3524 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3525 (c-lit-type): Fixed all internal variables used dynamically so
3526 that they are always bound.
3527
3528 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3529 errors:
3530
3531 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3532 the region is fully reindented even when an error occurs.
3533 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3534 whole lot of code that tried to optimize indentation of whole
3535 sexps but in reality accomplishes nothing.
3536
3537 (c-indent-sexp): Use c-indent-region.
3538
3539 (c-parsing-error): Changed this variable to hold the message
3540 for any syntactic error that is discovered.
3541
3542 (c-parse-state): Search backward from point instead of the bod
3543 position when the latter is invalid. This makes CC Mode
3544 recover faster when there are unbalanced close braces.
3545
3546 (c-backward-to-start-of-if): Use c-parsing-error to report
3547 dangling "else" clauses instead of throwing an error, and fall
3548 back to a reasonable position.
3549
83c9cb8e 3550 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3551
83c9cb8e 3552 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3553
35542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3555
3556 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3557 paragraph recognition when moving by sentence in literals.
3558
83c9cb8e
SM
3559 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3560 start regexp for javadoc to recognize javadoc markup in general instead
3561 of a specific set of keywords, to be more future-safe.
130c507e
GM
3562
3563 (c-Pike-pikedoc-paragraph-start)
3564 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3565 pikedoc markup.
3566
83c9cb8e 3567 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3568
83c9cb8e 3569 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3570
3571 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3572
3573 (c-comment-prefix-regexp): Made it possible to use an
3574 association list on this to specify mode specific regexps.
3575 The default value now use a special regexp in Pike mode to
3576 recognize pikedoc markup.
3577
3578 (c-current-comment-prefix): New variable containing the actual
3579 regexp from c-comment-prefix-regexp for the current buffer.
3580
35812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3582
3583 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3584 lists: We can't look at the syntax, since a brace list can get
3585 recognized as a plain statement-cont.
3586
3587 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3588 special brace list opener broken over two lines got recognized
3589 as a statement on the second line. Case 9A changed.
3590
35912000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3592
3593 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3594 adjustment after line is reindented.
3595
35962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3597
3598 * cc-defs.el (c-point): Added optional argument for position
3599 to use instead of the current point.
3600
3601 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3602 the in-expression block symbols when the construct starts at
3603 boi, to avoid the extra level of indentation in that case.
3604 Cases 4, 16A and 17E affected.
3605
36062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3607
3608 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3609 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3610
3611 * cc-engine.el (c-indent-line): Use the syntax already bound
3612 to `c-syntactic-context', if there is any.
3613
36142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3615
3616 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3617 wasn't added up correctly when a lineup function returned nil.
3618
36192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3620
3621 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3622 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3623
36242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3625
3626 * cc-align.el (c-lineup-dont-change): Return an absolute
3627 indentation column to work correctly in the case when several
3628 syntactic elements are processed for the same line.
3629
3630 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3631 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3632 (c-set-offset): Added absolute indentation column settings by
3633 using the vector type.
3634
130c507e
GM
36352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3636
3637 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3638 Implemented two new cleanups `space-before-funcall' and
3639 `compact-empty-funcall'.
3640
130c507e
GM
36412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3642
3643 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3644 helping building regexps.
3645
3646 * cc-engine.el (c-on-identifier): New function for detecting
3647 identifiers. It takes keywords into account.
3648
3649 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3650 lists. `c-keywords' is set to a regexp matching all keywords
3651 in the current language.
3652
36532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3654
3655 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3656 list of characters to skip backwards over at the beginning of
3657 a statement, since it can precede string literals in Pike.
3658
36592000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3660
3661 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3662 recognition when standing on the last line in a C++ comment
3663 with nothing but whitespace after the prefix.
3664
3665 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3666 given no limit argument.
3667
36682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3669
3670 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3671 recognition for the `[]= operator symbol in Pike.
3672
36732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3674
3675 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3676 around a bug in `eval-when-compile' in the byte compiler.
3677
3678 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3679 value when count is zero and there's no token start within the limit.
130c507e
GM
3680
3681 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3682 "prefix comments", i.e. comments which are followed by code on
3683 the same line.
3684
3685 * cc-mode-19.el: Fixes so that checks that must be done at
3686 compile time also are done then.
3687
36882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3689
3690 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3691 time and at runtime, and only when it's needed.
3692
36932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3694
3695 Major cleanup for less error prone and more warning free
3696 compilation, including some fixes for bugs due to different
3697 compilation orders. Thanks to Martin Buchholz for providing
3698 the basis for all this.
3699
3700 * cc-bytecomp.el: New file that provides some byte compilation
3701 features: It ensures that files always are loaded from the
3702 current source directory during compilation, and it provides a
3703 set of macros to turn off specific compiler warnings for
3704 specific symbols. (It's not CC Mode specific in any way.)
3705
3706 Fixed a nearly acyclic dependency tree (both runtime and
3707 compile-time) between all files.
3708
3709 * cc-defs.el: Separated all macros before the inline functions,
3710 to ensure correct compilation.
3711
3712 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3713 cc-defs.el to cc-engine.el and made it a function instead.
3714
3715 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3716 about char-after.
3717
3718 * cc-vars.el: Cope even when there isn't a custom package
3719 containing defcustom available.
3720
3721 * cc-make.el: Removed since it's no longer necessary.
3722
3723 README: Updated installation instructions.
3724
37252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3726
3727 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3728 improve the modularity: Moved all mode init stuff from
3729 cc-langs.el to cc-mode.el, including the keymap
3730 initialization; cc-langs now only contains the various
3731 variables for configuring the language syntax.
3732
83c9cb8e
SM
3733 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3734 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3735 dependency analysis suggests they belong there (which also
83c9cb8e 3736 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3737
37382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3739
3740 * cc-cmds.el (c-fn-region-is-active-p): New function that
3741 wraps the corresponding macro, for use in places that aren't
3742 compiled. Thanks to Martin Buchholz for pointing out this.
3743
83c9cb8e 3744 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3745
3746 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3747 add things to the bug report.
3748
37492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3750
3751 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3752 returned prefix could contain a newline when the search for a
3753 good prefix line failed.
3754
37552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3756
3757 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3758 (c-toggle-auto-hungry-state): Made the argument optional, as
3759 the documentation says it is.
3760
37612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3762
3763 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3764 multiline string syntax, #"...", as a cpp macro.
3765
7008ccac
GM
37662001-03-21 Paul Eggert <eggert@twinsun.com>
3767
83c9cb8e
SM
3768 * international/mule-cmds.el (set-locale-environment):
3769 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3770 caller specifies a non-nil locale name.
3c9449d0 3771
c2478129 37722001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3773
3774 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3775 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3776
117e4b0c
GM
37772001-03-20 Gerd Moellmann <gerd@gnu.org>
3778
7194219d
GM
3779 * follow.el (follow-avoid-tail-recenter): Doc fix.
3780
5721ae13
GM
3781 * custom.el (custom-set-variables): Avoid reversing the list
3782 of args needlessly.
3783
7b8bbf72
GM
3784 * startup.el (fancy-splash-head): Don't change the colors of the
3785 XPM image on a dark background.
3786
a91ad7c9
GM
3787 * comint.el (comint-exec-1): Set columns of the terminal to
3788 window-width instead of frame-width.
3789
fa88947e
GM
3790 * info.el (Info-scroll-down): Add missing WINDOW arg for
3791 pos-visible-in-window-p.
3792
1741905c
GM
3793 * ehelp.el (electric-help-mode-hook): Add defcustom.
3794
117e4b0c
GM
3795 * mail/sendmail.el (mail-mode): Activate case-folding in
3796 font-lock-defaults.
3797
e84c695d
SM
37982001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3799
3800 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3801 (completion-ignored-extensions): Remove duplicate ".class".
3802
fc774041
AS
38032001-03-19 Andreas Schwab <schwab@suse.de>
3804
83c9cb8e
SM
3805 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3806 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3807
c2c097cc
GM
38082001-03-19 Gerd Moellmann <gerd@gnu.org>
3809
3810 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3811 methods since there are not prefix input methods.
3812
fbe2e958
KH
38132001-03-19 Kenichi Handa <handa@etl.go.jp>
3814
83c9cb8e
SM
3815 * international/mule-cmds.el (read-input-method-name):
3816 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3817
da47e491
SM
38182001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3819
3820 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3821
4986c2c6 38222001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3823
4986c2c6
MK
3824 * ediff-util.el: Copyright years.
3825 (ediff-choose-syntax-table): New function.
3826 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3827
4986c2c6
MK
3828 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3829 with-syntax-table.
83c9cb8e 3830
4986c2c6 3831 * ediff.el: Date of last update, copyright years.
83c9cb8e 3832
4986c2c6 3833 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3834
4986c2c6
MK
3835 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3836 of Scott Bronson.
3837 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3838 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3839 Deleted functions.
3840 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3841 ex-token-list.
83c9cb8e 3842
4986c2c6 3843 * viper-util.el: Spaces, indentation.
83c9cb8e 3844
4986c2c6 3845 * viper.el: Changed version, modification time.
83c9cb8e 3846
3c799aec 38472001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3848
3849 * calendar/timeclock.el (timeclock-workday-remaining):
3850 Check whether `discrep' is non-null before using it.
3c799aec 3851
ae3ce418
JW
38522001-03-16 John Wiegley <johnw@gnu.org>
3853
3854 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3855 first-time checkins.
3856 (timeclock-log-data): Fixed problem with reading timelog log file.
3857 Resulting data in the "day list" was incorrect.
3858 (timeclock-find-discrep): Check if `timeclock-file' is readable
3859 before opening it.
3860 (timeclock-time-less-p): New function.
3861 (timeclock-day-base): New function.
3862 (timeclock-geometric-mean): New function.
3863 (timeclock-generate-report): Generate a summary report based on
3864 the contents of the log file. This uses `timeclock-log-data', and
3865 is an example of writing a timelog manipulation function.
3866 (timeclock-visit-timelog): A quick command for opening the timelog
3867 file.
3868 (timeclock-log-data): Bound the variable event.
3869
c8d4a9bb
KH
38702001-03-16 Kenichi Handa <handa@etl.go.jp>
3871
83c9cb8e
SM
3872 * international/mule-cmds.el (select-safe-coding-system):
3873 Fix typo: symbol-name -> symbol-value.
11d56c64 3874
c8d4a9bb
KH
3875 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3876 before substitute-in-file-name to handle double slashes in FILE
3877 correctly.
3878
c899e7e6
GM
38792001-03-15 Gerd Moellmann <gerd@gnu.org>
3880
3881 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3882 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3883
819dce0f
GM
38842001-03-14 Gerd Moellmann <gerd@gnu.org>
3885
697617d9
GM
3886 * bindings.el (features): Add `md5' and `overlay' to the list.
3887
819dce0f
GM
3888 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3889 bound before using it. It's not bound when configured without X,
3890 for instance.
3891
e0067a9d
TTN
38922001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3893
3894 * progmodes/hideshow.el: Update copyright.
3895 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3896 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3897
afcdc0a1
GM
38982001-03-13 Gerd Moellmann <gerd@gnu.org>
3899
e0067a9d 3900 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3901 a non-list.
3902
30564c48
EZ
39032001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3904
3905 * startup.el (fancy-splash-tail, command-line-1): Fix the
3906 copyright year.
3907
2b8e24b3
KH
39082001-03-13 Kenichi Handa <handa@etl.go.jp>
3909
3910 * term.el: These changes are based on a patch sent from Yong Lu
3911 <lyongu@yahoo.com>.
3912 (term-set-escape-char): Bind M-x to execute-extended-command in
3913 term-raw-escape-map.
3914 (term-move-columns): Don't try to move to negagive column.
3915 (term-emulate-terminal): Insert a string before deleting a text to
3916 overwrite.
3917
789b6186
GM
39182001-03-12 Gerd Moellmann <gerd@gnu.org>
3919
b0778a31
GM
3920 * play/life.el (life): Rearrange code so that all calls to
3921 life-display-generation are in a catch-form.
3922
04528cda
GM
3923 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3924 file that isn't interesting. In an interesting file, push the old
3925 value of point on the mark ring.
3926
760cefb5
GM
3927 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3928 New function.
3929 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3930 Use it.
3931
83c9cb8e
SM
3932 * emacs-lisp/autoload.el (generate-file-autoloads):
3933 Remove warning about line lengths.
789b6186 3934
a2ffbafe
FP
39352001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3936
3937 * progmodes/etags.el (tags-compression-info-list): New variable.
3938 (find-tag-in-order): Use it to deal with compressed source files.
3939 (tag-file-name-match-p): New function.
3940 (etags-recognize-tags-table): Use it for better match of file names.
3941
5c9d9d92
KH
39422001-03-12 Kenichi Handa <handa@etl.go.jp>
3943
ba3e9b9b
KH
3944 * international/mule-cmds.el (register-input-method): Doc fix.
3945
5c9d9d92
KH
3946 * international/quail.el (quail-translate-key): Fix condition to
3947 check if there's another breaking point in the current key.
3948
40beecee
EZ
39492001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3950
3951 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3952 Babyl header to the newly-created output file, bind
3953 coding-system-for-write to either rmail-file-coding-system or
3954 emacs-mule-unix.
3955
75c6cb7f
SM
39562001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3957
3958 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3959 Fix the name and regexp used for subsubsections.
3960
5ec17636
DL
39612001-03-10 Dave Love <fx@gnu.org>
3962
3963 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3964 and save-buffer if buffer-file-name non-nil. From rms.
3965
6d2e2c02
AS
39662001-03-10 Andre Spiegel <spiegel@gnu.org>
3967
3968 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3969 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3970 to reflect that.
3971 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3972 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3973 variable bindings that might affect the diff command.
3974 (vc-print-log): Don't switch to the *vc* buffer before the
3975 command, so that local variable bindings are preserved.
3976
789b6186 3977 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3978 not the current buffer.
3979 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3980
789b6186 3981 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3982 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3983
b18f5523
SM
39842001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3985
3986 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3987 so ^, $, *, ? and + are interpreted correctly.
3988
3cfd8357
GM
39892001-03-09 Gerd Moellmann <gerd@gnu.org>
3990
c085b77c 3991 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3992 mode-line-key-binding. Handle any event on a string.
3993 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3994
3cfd8357
GM
3995 * comint.el (comint-insert-clicked-input): Use the last key
3996 from this-command-keys to lookup the global key definition.
3997
348f797a
KH
39982001-03-09 Kenichi Handa <handa@etl.go.jp>
3999
3ebf3717
KH
4000 * international/characters.el: Add category `j' for
4001 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
4002
348f797a
KH
4003 * international/mule-conf.el (no-conversion): Fix docstring.
4004 (raw-text): Fix docstring.
4005
e1fbabaf
GM
40062001-03-08 Gerd Moellmann <gerd@gnu.org>
4007
96e8e603
GM
4008 * simple.el (choose-completion-string): When not leaving the
4009 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
4010 is set.
4011
e1fbabaf
GM
4012 * window.el (shrink-window-if-larger-than-buffer): Handle frame
4013 parameter `(minibuffer . t)'.
4014
f9db8f19
SM
40152001-03-07 Stefan Monnier <monnier@cs.yale.edu>
4016
4017 * progmodes/sh-script.el (sh-st-symbol): New symbol.
4018 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
4019 (sh-mode): Remove `make-local-variable' for unused var
4020 `font-lock-unfontify-region-function'.
4021
02756877
RS
40222001-03-07 Richard M. Stallman <rms@gnu.org>
4023
132bf46d
RS
4024 * info.el (Info-scroll-down): Fix previous change.
4025
02756877
RS
4026 * mail/rmail.el (rmail-toggle-header): Use a window which
4027 is showing the Rmail buffer, rather than the selected window.
4028
eeb24429
DL
40292001-03-07 Dave Love <fx@gnu.org>
4030
4031 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
4032 now, to avoid problems with binding imenu directly to a mouse event.
4033
3bdf2660
GM
40342001-03-07 Gerd Moellmann <gerd@gnu.org>
4035
4036 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
4037 second arg t.
4038
40392001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
4040
4041 * log-edit.el (log-edit-common-indent): New var.
4042 (log-edit-set-common-indentation): Renamed from
4043 log-edit-delete-common-indentation. Use the new var.
4044 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
4045
4046 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
4047 (cvs-mode-add-change-log-entry-other-window):
4048 Don't presume change-log-default-name is defined.
4049
4050 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
4051
4052 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
4053 the "tree" operation as well.
4054
4055 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
4056
4057 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
4058 to match paragraph-start.
4059
4060 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
4061 comment-start-skip and set comment-end-skip as well.
4062 (sgml-comment-indent): Fix for new value of comment-start-skip.
4063 (html-autoview-mode): Don't bother using make-local-hook.
4064
2ad02767
GM
40652001-03-07 Gerd Moellmann <gerd@gnu.org>
4066
189638d5 4067 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 4068 variables, otherwise long Custom entries would make them ineffective.
189638d5 4069
2ad02767
GM
4070 * uniquify.el: Set maintainer to FSF.
4071
656f8cae
EZ
40722001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
4073
4074 * dired-aux.el (dired-do-shell-command): Doc fix.
4075
c83965c4
SM
40762001-03-06 Stefan Monnier <monnier@cs.yale.edu>
4077
04af43bc
SM
4078 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
4079
4080 * which-func.el (which-func-modes): Add cperl-mode.
4081 (which-func-mode-global): Use define-minor-mode.
4082
4083 * info-look.el: Docstring fixes and dead code eliminated.
4084 (cperl-mode): Add support.
4085 (emacs-lisp-mode): List all entries from elisp manual, whether
4086 or not they are currently (f)bound or not. Update regexp.
4087
4088 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
4089
c83965c4
SM
4090 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
4091 so that C-h m shows the correct information.
4092 Use make-local-variable rather than make-variable-buffer-local.
4093 (cperl-info-buffer, cperl-setup-tmp-buf):
4094 Use make-local-variable rather than make-variable-buffer-local.
4095 (cperl-msb-fix, cperl-get-help-defer):
4096 Check major-mode for `cperl-mode' as well.
4097
4098 * progmodes/cperl-mode.el: Updated to author version 4.23.
4099 (cperl-electric-pod): SYNOPSIS was misspelled.
4100 (cperl-find-pods-heres): @if ? a : b was considered a REx.
4101 (cperl-after-expr-p): Make true after __END__.
4102
f16a7aa5
GM
41032001-03-06 Gerd Moellmann <gerd@gnu.org>
4104
157ae273 4105 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 4106 bookmark-completion-ignore-case is t.
157ae273 4107
f16a7aa5
GM
4108 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
4109 switch, like xterm, and concat resource strings, with a newline
4110 between them.
4111
abaddb98
EZ
41122001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
4113
a2ffbafe 4114 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
4115 (cp773-decode-table, cp774-decode-table): New variables.
4116
abaddb98
EZ
4117 * man.el (Man-hyphenated-reference-regexp): New variable.
4118 (Man-build-references-alist): Use it to search for referenced
4119 manpages. If hyphenated is non-nil, record a concatenated word in
4120 Man-refpages-alist only if it matches Man-reference-regexp.
4121 Update word's length when it is concatenated. Reverse the list,
4122 to get the first manpage at the head.
4123 (Man-possibly-hyphenated-word): New function.
4124 (Man-follow-manual-reference): Use it instead of current-word to
4125 find a manpage at point, in a way that accounts for hyphenated
4126 references.
4127
eb3f61dd
GM
41282001-03-06 Alex Schroeder <alex@gnu.org>
4129
4130 * sql.el (sql-interbase): New function.
4131 (sql-interbase-program): New option.
4132 (sql-interbase-options): New option.
4133 And some typos fixed: "customise" to "customize".
4134
fa84f42a
DL
41352001-03-06 Dave Love <fx@gnu.org>
4136
83c9cb8e
SM
4137 * textmodes/flyspell.el (flyspell-region):
4138 Set up flyspell-local-mouse-map.
fa84f42a 4139
fda3411d
RS
41402001-03-05 Richard M. Stallman <rms@gnu.org>
4141
a2ffbafe 4142 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
4143 Don't call rmail-beginning-of-message.
4144 Don't discard From: field. Do discard Received: field.
4145 Use unwind-protect to re-prune.
4146 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 4147
e972ab1f
KH
41482001-03-06 Kenichi Handa <handa@etl.go.jp>
4149
4150 * international/quail.el (quail-title): Add autoload cookie.
4151
335db3c1
DL
41522001-03-05 Dave Love <fx@gnu.org>
4153
4154 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
4155 new defs.
4156
278dd6ac
KH
41572001-03-05 Kenichi Handa <handa@etl.go.jp>
4158
83c9cb8e
SM
4159 * language/ethio-util.el (ethio-toggle-space):
4160 Update current-input-method-title if necessary.
36d5e61d
KH
4161 (ethio-toggle-punctuation): Likewise.
4162
341cd4f0
KH
4163 * international/quail.el (quail-title): Fix for the case that a
4164 title of an input method is specified by a list of the same form
4165 as used in mode-line-format.
4166
83c9cb8e
SM
4167 * international/mule-cmds.el (activate-input-method):
4168 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
4169 respect that value.
4170
10ebaeb6
GM
41712001-03-05 Gerd Moellmann <gerd@gnu.org>
4172
4173 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
4174
7a65c85c
GM
41752001-03-05 Alex Schroeder <alex@gnu.org>
4176
4177 * sql.el (sql-sybase): Fix typo (was: query user about server two
4178 times instead of server and database).
4179
4180 * sql.el (sql-sybase): Doc change.
4181 (sql-mysql): Doc change.
4182 (sql-postgres): Doc change.
4183
b86644f2
KH
41842001-03-05 Kenichi Handa <handa@etl.go.jp>
4185
83c9cb8e
SM
4186 * international/mule-conf.el (emacs-mule, raw-text):
4187 Docstring modified.
b86644f2 4188
e30bd7b7
EZ
41892001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4190
4191 * term/internal.el: Update copyright notice.
4192
4193 * term/pc-win.el: Update copyright notice.
4194
7e365285
DL
41952001-03-02 Dave Love <fx@gnu.org>
4196
83c9cb8e
SM
4197 * files.el (insert-file-contents-literally):
4198 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4199 not jka-compr-compression-info-list.
7e365285 4200
75ed43a6
SM
42012001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4202
4203 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4204 spaces in default comment-start-skip settings rather than \s-.
4205
53c4b1e6
EZ
42062001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4207
4208 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4209 default-frame-alist as well.
4210
028d739a
DL
42112001-03-01 Dave Love <fx@gnu.org>
4212
4213 * textmodes/reftex.el (defvar): Wrap some defvars in
4214 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4215
4216 * subr.el (event-basic-type): Doc fix.
4217
4218 * international/quail.el: Doc fixes.
4219
4220 * international/utf-8.el: Doc fixes.
4221
4222 * international/mule-cmds.el: Doc fixes.
4223 (leim-list-header): Fix header text.
4224
4225 * international/mule.el (coding-system-category): Doc fix.
4226
4227 * international/ccl.el (ccl-compile): Doc fix.
4228
15d1caef
SM
42292001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4230
4231 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4232 rather than (before|after)-change-functions.
4233
f84ff02c
GM
42342001-03-01 Gerd Moellmann <gerd@gnu.org>
4235
4236 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4237 scroll-left and scroll-right being called interactively so that
4238 they set the window's min_hscroll.
4239
e0c1e774
EZ
42402001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4241
4242 * info.el (info-insert-file-contents-1): Accept an additional
4243 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4244 `suffix'; otherwise use the complicated MS-DOS code.
4245 All callers changed.
e0c1e774
EZ
4246 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4247 can access long file names, try the long file-name version of
4248 `info-insert-file-contents-1', then the short file-name version.
4249
b8b2ea31 42502001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4251
af122766
KH
4252 * language/ethio-util.el (setup-ethiopic-environment-internal):
4253 Change bindings of functions keys to conform to "Emacs Lisp Coding
4254 Convention".
4255
4256 * language/ethiopic.el ("Ethiopic"): Add documentation.
4257
b8b2ea31
KH
42582001-02-28 Kenichi Handa <handa@etl.go.jp>
4259
1d64e2ad
KH
4260 * international/utf-8.el (mule-utf-8): Set coding-category
4261 property to coding-category-utf-8.
4262
91cb6e51
RS
42632001-02-27 Richard M. Stallman <rms@gnu.org>
4264
4265 * lpr.el (lpr-page-header-switches, print-region-1):
4266 Undo 2000-07-06 change.
7298f3f7
RS
4267 (lpr-add-switches): Default to t on gnu/linux.
4268
c0cb1027
GM
42692001-02-27 Gerd Moellmann <gerd@gnu.org>
4270
4271 * bs.el (bs-attributes-list): Doc fix.
4272
01459648
GM
42732001-02-26 Gerd Moellmann <gerd@gnu.org>
4274
baebd8a5 4275 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4276
01459648
GM
4277 * help.el (view-order-manuals): Use goto-address.
4278
4279 * startup.el (command-line-1): Add info about ordering manuals
4280 to the not so fancy splash screens.
4281
f93e614e
AS
42822001-02-26 Andre Spiegel <spiegel@gnu.org>
4283
01459648
GM
4284 * vc.el (vc-default-workfile-unchanged-p)
4285 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4286
12435002
GM
42872001-02-26 Gerd Moellmann <gerd@gnu.org>
4288
a2ffbafe 4289 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4290 fontify in the right buffer.
4291
12435002
GM
4292 * allout.el (outline-flag-region): Move macro in front of first
4293 use to avoid a run-time error.
4294
425de386
AI
42952001-02-24 Andrew Innes <andrewi@gnu.org>
4296
4297 * makefile.w32-in: Fix copyright notice.
4298
66c56ed1
KH
42992001-02-24 Kenichi Handa <handa@etl.go.jp>
4300
4c1593ce
KH
4301 * international/utf-8.el (mule-utf-8): Set correct value for
4302 valid-codes property.
4303
66c56ed1
KH
4304 * international/fontset.el (x-complement-fontset-spec): In the
4305 case that we use ASCII font for the other charsets, use only
15d1caef 4306 family and registry part of it.
66c56ed1 4307
119171dd
EZ
43082001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4309
4310 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4311 (shrink-window-if-larger-than-buffer): Doc fix.
4312
932c309e
SM
43132001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4314
4315 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4316 predicate passed to completing-read.
4317
9b760e36
EZ
43182001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4319
4320 * startup.el (command-line): Fix last change.
4321
5c39a60f
JR
43222001-02-23 Jason Rumney <jasonr@gnu.org>
4323
4324 * startup.el (tool-bar-originally-present): New variable.
4325 (command-line): Set it if the tool-bar is switched on at startup.
4326
4327 * frame.el (frame-notice-user-settings): Only adjust frame height
4328 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4329 From E. Jay Berkenbilt.
5c39a60f 4330
cb91b2c7
SM
43312001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4332
39b557e8
SM
4333 * server.el (server-switch-buffer): Only switch window if the
4334 current one is dedicated.
4335
cb91b2c7
SM
4336 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4337 rather than using (match-beginning 0) when searching for break point.
4338
9238a8df
EZ
43392001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4340
4341 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4342 @ follows an accent command such as @'. Support optional braces
4343 in commands that insert accents, like makeinfo does.
4344
3473f362
GM
43452001-02-22 Gerd Moellmann <gerd@gnu.org>
4346
4347 * startup.el (fancy-splash-text): Add a line for ordering
4348 manuals. Reverse order of splash screens shown.
4349 (use-fancy-splash-screens-p): Adapt to the text line added.
4350
4351 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4352 manuals from the FSF.
4353
4354 * help.el (view-order-manuals): New function.
4355 (toplevel): Bind C-h C-m to this function.
4356
76a4de07
SM
43572001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4358
4359 * newcomment.el (comment-forward): Skip the comment-start before
4360 searching for the comment-end.
4361
75b71d85
DL
43622001-02-21 Dave Love <fx@gnu.org>
4363
2f4c9a87
DL
4364 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4365
75b71d85
DL
4366 * international/mule-cmds.el, international/mule.el: Doc fixes.
4367
ffc9ff0c
GM
43682001-02-21 Gerd Moellmann <gerd@gnu.org>
4369
4370 * startup.el (fancy-splash-screens): Use display-hourglass
4371 instead of display-busy-cursor.
4372
4373 * frame.el (display-hourglass): Renamed from busy-cursor.
4374 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4375 (show-cursor-in-non-selected-windows): Doc fix.
4376
f34eb373
DL
43772001-02-20 Dave Love <fx@gnu.org>
4378
4379 * international/utf-8.el: Doc and commentary fixes.
4380
f55e4a7e
EZ
43812001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4382
4383 * ehelp.el (with-electric-help): Doc fix.
4384
fa97adf6
GM
43852001-02-20 Gerd Moellmann <gerd@gnu.org>
4386
4387 * msb.el (msb-mode): Call the update-buffers function explicitly
4388 with a FORCE argument.
4389
4390 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4391 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4392 returns nil.
4393
54ed3bd2
GM
43942001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4395
4396 * ps-print.el: Timestamp package replacement. Some enhancements.
4397 Some XEmacs compatibility. Doc fix.
4398 (ps-print-version): New version number (6.4).
4399 (ps-printer-name): Initialization fix.
4400 (ps-zebra-stripe-follow): Funcionality enhancement.
4401 (ps-prologue-file): Code enhancement.
4402 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4403 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4404 (ps-get-page-dimensions)
54ed3bd2
GM
4405 (ps-generate-header, ps-begin-file, ps-begin-job)
4406 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4407 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4408 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4409 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4410
e8ebf97d
MB
44112001-02-20 Miles Bader <miles@gnu.org>
4412
4413 * image-file.el (image-file-name-extensions): Add "tif".
4414
136b27c5
GM
44152001-02-19 Gerd Moellmann <gerd@gnu.org>
4416
4417 * wid-edit.el (widget-button-click): Save the selected window
4418 around the code handling clicks on buttons.
4419
6ebbcf59
DL
44202001-02-18 Dave Love <fx@gnu.org>
4421
4422 * imenu.el (imenu--generic-function): Use mapc to iterate over
4423 syntax characters.
4424
595ded73
RS
44252001-02-17 Richard M. Stallman <rms@gnu.org>
4426
b9fe3dc8
RS
4427 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4428
595ded73
RS
4429 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4430
f3f053f3
GM
44312001-02-16 Gerd Moellmann <gerd@gnu.org>
4432
4433 * mouse.el (mouse-save-then-kill): If the distance from the new
4434 point to the mark is equal to the distance of point from the new
4435 point, move point instead of the mark.
4436
11570a8f
DL
44372001-02-16 Dave Love <fx@gnu.org>
4438
4439 * textmodes/flyspell.el (flyspell-get-word): Return string without
4440 properties.
4441
fb339cd5
EZ
44422001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4443
4444 * generic.el (generic-find-file-regexp): Doc fix.
4445 (generic-ignore-files-regexp): New defcustom.
4446 (generic-mode-find-file-hook): If the file's name matches the
4447 regexp in `generic-ignore-files-regexp', don't enter
4448 default-generic-mode. Doc fix.
4449
c56b1c1b
GM
44502001-02-16 Gerd Moellmann <gerd@gnu.org>
4451
a2ffbafe 4452 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4453 Add autoload cookies.
4454
a2ffbafe 4455 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4456 of cal-tex-24.
4457
0d140e65
EZ
44582001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4459
81558867
EZ
4460 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4461
0d140e65
EZ
4462 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4463 the character class after the (optional) drive, to support file
4464 names with embedded blanks.
4465
713f7b15
SS
44662001-02-15 Sam Steingold <sds@gnu.org>
4467
4468 * textmodes/tex-mode.el (tex-shell-running):
4469 Check the process buffer too.
4470
9a2a6f73
DL
44712001-02-15 Dave Love <fx@gnu.org>
4472
4473 * battery.el (battery-status-function): Fix doc, :type.
4474
15d1caef 4475 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4476
fe10cef0
GM
44772001-02-15 Gerd Moellmann <gerd@gnu.org>
4478
4479 * subr.el (read-passwd): Clear Lisp memory holding password.
4480
126f5d4d
MB
44812001-02-15 Miles Bader <miles@gnu.org>
4482
4483 * info.el (Info-copy-current-node-name): New function.
4484 (Info-mode-menu): Add it to the menu.
4485
92e98d63
RS
44862001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4487
4488 * international/mule-cmds.el (toggle-input-method): Doc fix.
4489
dd4e0e55
SM
44902001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4491
4492 * replace.el (occur): Stop at end of buffer.
4493
402dbbd1
EZ
44942001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4495
4496 * international/mule-cmds.el (set-input-method): Another doc fix.
4497
e9fcba3d
GM
44982001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4499
4500 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4501
78ad1cd5
MB
45022001-02-13 Miles Bader <miles@gnu.org>
4503
713f7b15 4504 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4505 (set-face-stipple): Treat a value of nil as being `unspecified'.
4506
fce9d9dc
DL
45072001-02-12 Dave Love <d.love@dl.ac.uk>
4508
4509 * international/latin1-disp.el: Doc fixes.
4510 (latin1-display) <defgroup>: Add :link.
4511 (latin1-display) <function>: Set variable latin1-display.
4512
bc406911
EZ
45132001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4514
4515 * international/mule-cmds.el (set-input-method): Doc fix.
4516
68514d48
EL
45172001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4518
4519 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4520 (speedbar-line-file): Return nil if not a file.
4521 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4522
513bea45 45232001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4524
513bea45
MK
4525 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4526 for remote files.
bc406911 4527 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4528 with raw-text.
713f7b15 4529
513bea45 4530 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4531
83c9cb8e
SM
4532 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4533 Better handling of the diff mode.
713f7b15 4534
513bea45 4535 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4536
bc406911 4537 * viper.texi: Fix typos.
713f7b15 4538
521d4010
DL
45392001-02-11 Dave Love <fx@gnu.org>
4540
36fd8e17
DL
4541 * shadowfile.el: Doc fixes.
4542 (shadow) <defgroup>: Add :link.
4543 (shadowfile-unload-hook): New function.
4544 (shadow-initialize): Use defalias, not fset.
4545 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4546 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4547
521d4010
DL
4548 * international/mule.el: Doc and message fixes.
4549
36fd8e17
DL
4550 * international/ccl.el (define-ccl-program): Doc fix.
4551
92395bbe
KH
45522001-02-11 Kenichi Handa <handa@etl.go.jp>
4553
4554 * faces.el (mode-line): Set :line-width property to -1.
4555
103db06c
RS
45562001-02-10 Richard M. Stallman <rms@gnu.org>
4557
08b78974
RS
4558 * complete.el (partial-completion-mode): Doc fix.
4559
103db06c
RS
4560 * simple.el (delete-key-deletes-forward-mode):
4561 Change `let' to `let*' to fix gross bug in last change.
4562
4563 * repeat.el (repeat): Don't let execute-kbd-macro alter
4564 real-last-command.
4565
a6a1ee53
EZ
45662001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4567
4568 * simple.el (eval-expression): Doc fix.
4569
d2f288c6
DL
45702001-02-09 Dave Love <fx@gnu.org>
4571
038f4ae3
DL
4572 * imenu.el (imenu-generic-expression): Doc fix.
4573
83c9cb8e
SM
4574 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4575 From Juanma Barranquero.
038f4ae3 4576
15d1caef 4577 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4578
9804b846
KH
45792001-02-09 Kenichi Handa <handa@etl.go.jp>
4580
4581 * faces.el (set-face-attribute): Describe the case of a negative
4582 value specified for :line-width.
4583
532f5197
SM
45842001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4585
4586 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4587 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4588
1d279666
DL
45892001-02-08 Dave Love <fx@gnu.org>
4590
4681ca3a
DL
4591 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4592 widget-plist-value-type.
4593 (widget-alist-convert-widget): Replace binding of
4594 widget-alist-value-type.
4595
1d279666
DL
4596 * textmodes/paragraphs.el (sentence-end): Doc fix.
4597
83c9cb8e
SM
4598 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4599 Remove `backward-line'.
1d279666 4600
532f5197
SM
4601 * play/pong.el (pong-blank-color, pong-bat-color)
4602 (pong-ball-color, pong-border-color, pong-left-key)
4603 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4604 (pong-pause-key, pong-resume-key, pong-timer-delay):
4605 * mail/mh-comp.el (mh-compose-letter-function):
4606 * eshell/esh-mode.el (eshell-skip-prompt-function):
4607 * emulation/viper-ex.el (ex-unix-type-shell-options):
4608 * recentf.el (recentf-menu-filter):
4609 * ps-print.el (ps-print-region-function):
4610 * lpr.el (print-region-function):
4611 * forms.el (forms-mode-hooks):
4612 * dirtrack.el (dirtrack-directory-change-hook):
4613 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4614 * textmodes/spell.el (spell-filter):
4615 * textmodes/fill.el (adaptive-fill-function):
4616 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4617 * progmodes/etags.el (find-tag-default-function):
4618 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4619 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4620
6f676109
EZ
46212001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4622
751d3bc4
EZ
4623 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4624 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4625 Meyering <jim@meyering.net>.
4626
6f676109
EZ
4627 * loadup.el: Revert last change.
4628
d3c26cdf
KH
46292001-02-07 Kenichi Handa <handa@etl.go.jp>
4630
83c9cb8e
SM
4631 * international/mule.el (transform-make-coding-system-args):
4632 Make it work also for coding systems not using CCL.
d3c26cdf 4633
44806980
EZ
46342001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4635
9889af08
EZ
4636 * simple.el (previous-matching-history-element)
4637 (next-matching-history-element): Doc fix.
4638
44806980
EZ
4639 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4640 specific part.
4641
1e36ff68
DL
46422001-02-06 Dave Love <fx@gnu.org>
4643
713f7b15 4644 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4645 (add-log-buffer-file-name-function, add-log-file-name-function):
4646 Fix :type.
4647 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4648
c7ca58df
EZ
46492001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4650
fecd556a
EZ
4651 * info.el (info-initialize): Remove the test for system-type when
4652 invocation-directory is non-nil.
4653
c7ca58df
EZ
4654 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4655 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4656
587b5737
AI
46572001-02-06 Andrew Innes <andrewi@gnu.org>
4658
4659 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4660 absolute.
4661
baf7eee4
GM
46622001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4663
4664 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4665 buffers. When hi-lock turned on rather than only checking current
4666 buffer for regexps, all buffers are checked. Moved activation of
4667 font-lock to hi-lock-refontify. When font-lock turned off rather
4668 than removing added highlighting just in current buffer, remove it
4669 in all buffers. Changed edit menu text from "Automatic
4670 Highlighting" to "Regexp Highlighting" Documentation for
4671 highlighting phrases, minor documentation changes.
4672 (hi-lock-set-file-patterns): Execute only if there are new or
4673 existing file patterns.
4674 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4675 unfontify and, if a support mode is active, will not refontify the
4676 whole buffer. If necessary, turn on font lock. (Removed
4677 font-lock-unfontify and font-lock support-mode-specific calls,
4678 such as lazy-lock-fontify-window.)
4679 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4680 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4681 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4682 (hi-lock-face-phrase-buffer): New function. Also added related
4683 menu item and keybinding.
4684 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4685 (hi-lock-process-phrase): New function.
4686 (hi-lock-line-face-buffer): Doc fixes.
4687 (hi-lock-face-buffer): Doc fixes.
4688 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4689
36710aa6
GM
46902001-02-06 Gerd Moellmann <gerd@gnu.org>
4691
4692 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4693 dabbrev-ignored-regexps.
4694
d3f22784
EZ
46952001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4696
4697 * simple.el (kill-line): Doc fix.
4698
5cb3c8d4
DL
46992001-02-05 Dave Love <fx@gnu.org>
4700
4701 * loadup.el: Revert last two changes -- bootstrapping works with
4702 regenerated loaddefs.
4703
e6297e7d
EZ
47042001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4705
1e14b095
EZ
4706 * isearch.el (isearch-forward): Doc fix.
4707
e6297e7d
EZ
4708 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4709 of font-lock-defaults to backward-paragraph.
4710
e16f52ce
GM
47112001-02-05 Gerd Moellmann <gerd@gnu.org>
4712
4713 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4714 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4715
01d19dd7
GM
47162001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4717
4718 * ebnf2ps.el: Eliminate time-stamp functions.
4719 (ebnf-version): New version (3.5).
4720 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4721 format-time-string.
4722
24886813
GM
47232001-02-05 Gerd Moellmann <gerd@gnu.org>
4724
4725 * simple.el (next-line): Goto end-of-line before inserting a newline.
4726
65e70fc4
MB
47272001-02-05 Miles Bader <miles@gnu.org>
4728
4729 * image-file.el (insert-image-file): When visiting an image, also
4730 set `truncate-lines' to t so that any fringe arrow looks correct.
4731
482f06c9
KH
47322001-02-05 Kenichi Handa <handa@etl.go.jp>
4733
4734 * isearch.el (isearch-forward): Add description about input method
4735 in the docsting.
4736
02399da7
SM
47372001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4738
4739 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4740
2c366083
EZ
47412001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4742
4743 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4744 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4745
bdadfce3
GM
47462001-02-02 Gerd Moellmann <gerd@gnu.org>
4747
79fb38c0
GM
4748 * wid-edit.el (widget-button-click): Fix last change.
4749
bdadfce3
GM
4750 * frame.el (frame-notice-user-settings): When resizing the initial
4751 frame because the tool bar is off, also change the frame's top
4752 position if a negative top position was specified.
4753
33155ffb
MB
47542001-02-02 Miles Bader <miles@gnu.org>
4755
4756 * image-file.el (insert-image-file): When visiting an image,
4757 suppress the cursor in the image buffer.
4758
1355ba0c
DL
47592001-02-01 Dave Love <fx@gnu.org>
4760
4761 * progmodes/f90.el (f90-mode): Remove startup message.
4762
fb758d2d 4763 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4764
01acdb05
GM
47652001-02-01 Gerd Moellmann <gerd@gnu.org>
4766
4767 * startup.el (command-line): Fix code determining whether or not
4768 to use delete-key-deletes-forward-mode.
4769
5b1ee316
AS
47702001-02-01 Andre Spiegel <spiegel@gnu.org>
4771
4772 * vc.el (vc-diff-switches): New user option.
4773 (vc-version-diff): Use it.
4774 (vc-diff-switches-list): New macro.
4775
83c9cb8e
SM
4776 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4777 New customization options.
5b1ee316
AS
4778 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4779
4780 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4781
00b1e7a1
GM
47822001-02-01 Gerd Moellmann <gerd@gnu.org>
4783
4784 * msb.el (toplevel): Quote hook symbols.
4785
85827036
KH
47862001-02-01 Kenichi Handa <handa@etl.go.jp>
4787
8e028499 4788 * international/mule.el (make-coding-system): Add description
3c948dde 4789 about recognized properties in the docstring.
8e028499 4790
85827036
KH
4791 * international/mule-conf.el: Remove unused charsets
4792 mac-roman-lower and mac-roman-upper.
4793
7ccf7ab9
GM
47942001-01-31 Gerd Moellmann <gerd@gnu.org>
4795
2441692d
GM
4796 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4797 is in front of the left-margin, if any.
4798
ee5cece0
GM
4799 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4800 like `delete'.
4801
83c9cb8e 4802 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4803
7ccf7ab9
GM
4804 * term/w32-win.el (mouse-set-font): Doc fix.
4805
b4f30ec5 48062001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4807
b4f30ec5
GM
4808 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4809 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4810 on already.
4811
03e0fe6e
GM
48122001-01-31 Markus Rost <rost@math.ohio-state.edu>
4813
4814 * files.el (save-buffer): Don't give message if (buffer-file-name)
4815 returns nil.
713f7b15 4816
8f289acc
EZ
48172001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4818
cb4aae04
EZ
4819 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4820
dbd98b19
EZ
4821 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4822 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4823
8f289acc
EZ
4824 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4825 display problems.
4826
c12553c1
KH
48272001-01-31 Kenichi Handa <handa@etl.go.jp>
4828
c7bf5db9
KH
4829 * international/mule.el (charset-info): Fix docstring.
4830
4831 * international/mule-diag.el (describe-character-set): Check final
4832 char valid before printing it.
c12553c1 4833
14f16b9c
GM
48342001-01-30 Gerd Moellmann <gerd@gnu.org>
4835
efaa080b
GM
4836 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4837
eef93f99
GM
4838 * frame.el (frame-notice-user-settings): Do the tool-bar
4839 stuff only for graphical displays. Fix a braino.
713f7b15 4840
14f16b9c
GM
4841 * frame.el (frame-initialize): Create initial frame visible.
4842 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4843 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4844
4845 * startup.el (command-line): Remove manipulation of frame
4846 height for tool bars.
4847
4ad25e43
EZ
48482001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4849
4850 * lpr.el: Compatibility with XEmacs and doc fixes.
4851 (lpr-windows-system, lpr-lp-system): New vars.
4852 (lpr-printer-switch): New defcustom.
4853 (printer-name, lpr-command): Customization fix.
4854 (print-region-1): Code fix.
4855 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4856 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4857 New functions.
4ad25e43 4858
e8f044a0
GM
48592001-01-29 Gerd Moellmann <gerd@gnu.org>
4860
4861 * msb.el (toplevel): Fix the eval-after-load.
4862
850d5045
GM
48632001-01-29 Dave Love <fx@gnu.org>
4864
762fe76e
DL
4865 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4866
4867 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4868
83c9cb8e 4869 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4870 (tcl-using-emacs-19-23): Consider Emacs 21+.
4871 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4872 (tcl-add-emacs-menu): Supply menu name.
4873 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4874
3a768251
GM
48752001-01-29 Gerd Moellmann <gerd@gnu.org>
4876
4877 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4878
274d02f7
SM
48792001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4880
4881 * pcvs.el (cvs-mark-fis-dead): New function.
4882 (cvs-mode-add): Use it.
4883 (cvs-mode-add-change-log-entry-other-window):
4884 Rebind change-log-default-name to itself rather than to nil.
4885
ed5d446e
SS
48862001-01-29 Sam Steingold <sds@gnu.org>
4887
efaa080b 4888 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4889 `autoload' statements.
4890
e2a80284
EZ
48912001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4892
8e1db7b3
EZ
4893 * files.el (confirm-kill-emacs): Doc fix.
4894
ff2a1c79
EZ
4895 * frame.el (frame-initialize): Doc fix.
4896
e7b0deaf
EZ
4897 * time-stamp.el (time-stamp-string): Doc fix.
4898
83c9cb8e
SM
4899 * woman.el (WoMan-log-1): Make the log buffer writable.
4900 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4901
005913e4
GM
49022001-01-29 Gerd Moellmann <gerd@gnu.org>
4903
4904 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4905 the `make-variable-buffer-local'.
4906
58622cc5
GM
49072001-01-29 Dave Love <fx@gnu.org>
4908
4909 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4910 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4911 Add autoload cookie.
58622cc5
GM
4912 (ansi-color-apply-sequence): Fix typo.
4913
0404d031
GM
49142001-01-29 Gerd Moellmann <gerd@gnu.org>
4915
ed5d446e 4916 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4917 Postscript printing in black and white.
4918
0404d031
GM
4919 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4920 X-Mailman-Version, Precedence, List-Help, List-Post,
4921 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4922 Content-Type, Content-Length.
4923
3b6ed359
DL
49242001-01-29 Dave Love <fx@gnu.org>
4925
ddd16e7a
DL
4926 * elide-head.el (elide-head): Make overlay evaporate.
4927
83c9cb8e 4928 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4929
8005142f
EZ
49302001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4931
4932 * isearch.el (isearch-highlight): Don't punt if the display
4933 doesn't support colors, since isearch faces are defined for
4934 monochrome displays as well.
4935
84728570
SS
49362001-01-27 Sam Steingold <sds@gnu.org>
4937
4938 * shell.el (shell-write-history-on-exit): Make sure that we are in
4939 the shell buffer (M-x tex-file RET inserted the error message into
4940 the TeX buffer).
4941
e26f9ced
EZ
49422001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4943
4944 * simple.el (transient-mark-mode): Doc fix.
4945
dc0274bd
GM
49462001-01-27 Gerd Moellmann <gerd@gnu.org>
4947
83c9cb8e 4948 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4949
c1acacc4
EZ
49502001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4951
f5058b96
EZ
4952 * shell.el (shell-unquote-argument): If the shell is one of the
4953 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4954 quote character.
4955 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4956 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4957
c1acacc4 4958 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4959 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4960
103db06c 49612001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4962
84728570 4963 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4964 Treat a one-capital-letter abbrev as "not all upper case",
4965 so as to force preservation of the expansion's pattern
4966 if the expansion starts with a capital letter.
4967
cfa70244
EZ
49682001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4969
cfee9de7
EZ
4970 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4971 Doc fix.
4972
cfa70244
EZ
4973 * simple.el (transient-mark-mode): Document the fact that many
4974 commands act on the region when mark is active.
4975
17d90d6b
KH
49762001-01-27 Kenichi Handa <handa@etl.go.jp>
4977
4978 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4979 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4980 (quail-show-guidance-buf): Make the multibyteness of current
4981 buffer inherited to Quail guidance buffer.
4982 (quail-help): Make the multibyteness of current buffer inherited
4983 to Quail help buffer.
4984
61076b20
DL
49852001-01-26 Dave Love <fx@gnu.org>
4986
c47e2c68
DL
4987 * time-stamp.el: Doc fixes.
4988
84728570 4989 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4990 (delphi-keyword-face, delphi-other-face): Fix :type.
4991
940f14b4
DL
4992 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4993
4994 * mail/feedmail.el (feedmail): Add :link.
4995 (feedmail-send-it): Doc fix.
4996
4997 * mail/sendmail.el: Doc fixes.
4998 (sendmail-send-it): Fix the non-ASCII regexp and use
4999 rfc2047-encode-string.
5000
61076b20
DL
5001 * dired.el, dired-aux.el: Revert last change.
5002
6c317bd2
GM
50032001-01-26 Gerd Moellmann <gerd@gnu.org>
5004
5005 * makefile.w32-in (DONTCOMPILE): Add various term files.
5006
50072001-01-26 Dave Love <fx@gnu.org>
5008
5009 * Makefile.in (DONTCOMPILE): Add various term files.
5010
1c636b5f
GM
50112001-01-26 Gerd Moellmann <gerd@gnu.org>
5012
af900b23
GM
5013 * man.el (Man-default-man-entry, Man-mode): Doc fix.
5014
15fa6db0 5015 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 5016 the echo area is resized to fit the size of the startup message.
15fa6db0 5017
1c636b5f
GM
5018 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
5019 part of which is a constant.
5020
9b1adbd5
EZ
50212001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
5022
83c9cb8e 5023 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 5024
103db06c 50252001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
5026
5027 * simple.el (next-line): Don't let `newline' expand abbrevs.
5028 Simplify slightly.
5029 (open-line): Don't let `newline' expand abbrevs.
5030
219227ea
JW
50312001-01-25 John Wiegley <johnw@gnu.org>
5032
5033 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
5034 to `repeat' in the :type field.
5035
5036 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
5037 allow a choice of regexp or nil.
d2906bf8 5038 (pcomplete-dir-ignore): Same.
219227ea
JW
5039
5040 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
5041 a command) to always fail.
5042
ceba0dac
GM
50432001-01-25 Gerd Moellmann <gerd@gnu.org>
5044
5045 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
5046 discard the result.
5047 (iswitchb-to-end): Likewise.
5048
9b0630e5
SS
50492001-01-25 Sam Steingold <sds@gnu.org>
5050
5051 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 5052 Require vc.
9b0630e5 5053
a2ed9670
SM
50542001-01-25 Stefan Monnier <monnier@cs.yale.edu>
5055
f0c1adab
SM
5056 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
5057
a2ed9670
SM
5058 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
5059
34ac3367
DL
50602001-01-25 Dave Love <fx@gnu.org>
5061
61076b20
DL
5062 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
5063 (describe-coding-system): Tweak the English text.
5064
34ac3367
DL
5065 * loadup.el: Preload international/ccl for utf-8.
5066
4685e6b7
EZ
50672001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
5068
5069 * mail/rmail.el (rmail-redecode-body): Doc fix.
5070
0fdb4475
KH
50712001-01-25 Kenichi Handa <handa@etl.go.jp>
5072
83c9cb8e
SM
5073 * international/mule-cmds.el (reset-language-environment):
5074 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 5075
83c9cb8e
SM
5076 * international/mule-conf.el (coding-category-utf-8):
5077 Initialize to mule-utf-8.
0fdb4475 5078
9b0630e5 5079 * loadup.el: Preload international/utf-8.
0fdb4475
KH
5080
5081 * international/utf-8.el: New file.
5082
245ed2b1
SM
50832001-01-24 Stefan Monnier <monnier@cs.yale.edu>
5084
5085 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
5086
e95b0c08
SS
50872001-01-24 Sam Steingold <sds@gnu.org>
5088
5089 * dired.el (dired-replace-in-string): Removed.
5090 (dired-sort-toggle): Use `replace-regexps-in-string'
5091 instead of `dired-replace-in-string'.
9b0630e5 5092
ceba0dac
GM
5093 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
5094 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 5095
e95b0c08
SS
5096 * gs.el (gs-replace-in-string): Removed.
5097 (gs-options): Use `replace-regexps-in-string'
5098 instead of `gs-replace-in-string'.
5099
c3902c3e
EZ
51002001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
5101
5102 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
5103 bug report is mailed to an email list and posted to a news group.
5104
b66b6aeb
GM
51052001-01-24 Gerd Moellmann <gerd@gnu.org>
5106
83c9cb8e
SM
5107 * comint.el (comint-replace-by-expanded-history-before-point):
5108 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 5109
b66b6aeb
GM
5110 * startup.el (tool-bar-images-pixel-height): New variable.
5111 (command-line): After loading the user's init file, when
5112 tool-bar-mode is on, increase the frame's size by some lines for
5113 the tool-bar.
5114
5115 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 5116
ff890e66
SZ
51172001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
5118
5119 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
5120 (chinese-big5): MIME:Big5.
5121
04363179
GM
51222001-01-24 Gerd Moellmann <gerd@gnu.org>
5123
e95b0c08 5124 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
5125 Handle commands with prefix args.
5126
d56aaa64
GM
51272001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5128
5129 * calendar/diary-lib.el (diary-float): Fix case of MONTH
5130 being a list of numbers.
5131 (diary-mail-entries): Rewritten.
5132
99858627
DL
51332001-01-23 Dave Love <fx@gnu.org>
5134
7aeb1fa9
DL
5135 * international/mule.el (make-coding-system): Fix typo.
5136
83c9cb8e
SM
5137 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
5138 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 5139
5a43decf
EZ
51402001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
5141
5142 * font-lock.el (font-lock-mode): Doc fix.
5143
b0e98867
KH
51442001-01-23 Kenichi Handa <handa@etl.go.jp>
5145
5146 * international/mule.el (make-translation-table): Fix docstring.
5147
9c8acefd
EZ
51482001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
5149
fd4976b8
EZ
5150 * mail/rmail.el (rmail-redecode-body): New function.
5151
9c8acefd
EZ
5152 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
5153
871e0439
GM
51542001-01-22 Gerd Moellmann <gerd@gnu.org>
5155
21c2bbe0
GM
5156 * isearch.el (isearch-lazy-highlight-case-fold-search)
5157 (isearch-lazy-highlight-regexp): New variables.
5158 (isearch-lazy-highlight-cleanup): Update lazy highlight if
5159 case-fold search or regexp search has been toggled.
5160
5710730c
GM
5161 * wid-edit.el (widget-button-click): Avoid a save-excursion
5162 around running a global binding.
5163
871e0439
GM
5164 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
5165 to 0.25.
5166
d0554957
MB
51672001-01-20 Miles Bader <miles@gnu.org>
5168
5169 * cus-edit.el (custom-face-save): Do post-processing on the face's
5170 new value like `custom-face-set' does.
5171
1519f618
EZ
51722001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5173
ccd87890
EZ
5174 * mail/emacsbug.el (report-emacs-bug): Report the value of
5175 LC_CTYPE, not LC_TYPE.
5176
1519f618
EZ
5177 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5178 isearch-toggle-regexp and isearch-edit-string to doc string.
5179
9724173b
GM
51802001-01-19 Gerd Moellmann <gerd@gnu.org>
5181
48bb9196
GM
5182 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5183 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5184
e95b0c08 5185 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5186 font-lock-beginning-of-syntax-function to nil.
5187
dc81f8a2
EZ
51882001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5189
5190 * mail/emacsbug.el (report-emacs-bug): Report values of
5191 locale-coding-system, default-enable-multibyte-characters, and the
5192 environment variables LC_ALL, LC_TYPE, and LANG.
5193
99327974
GM
51942001-01-19 Gerd Moellmann <gerd@gnu.org>
5195
83c9cb8e 5196 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5197
2be6ecc6
GM
5198 * font-lock.el (font-lock-multiline): Default to nil.
5199 (font-lock-default-fontify-region): If font-lock-multiline is
5200 nil, don't check the property `font-lock-multiline'.
5201
99327974
GM
5202 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5203 is nil, don't check the `font-lock-multiline' text property.
5204
2550055a
MK
52052001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5206
0a949811 5207 * viper.el: Call initial-major-mode on startup.
e95b0c08 5208
0a949811 5209 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5210
8501998a 5211 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5212
2550055a 52132001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5214
0a949811 5215 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5216 diff mode, if available.
e95b0c08 5217
0a949811 52182001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5219
8501998a 5220 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5221
2550055a
MK
5222 * ediff-init.el (subst-char-in-string): Define and use it, unless
5223 it's already defined.
e95b0c08 5224
8962e303
GM
52252001-01-18 Gerd Moellmann <gerd@gnu.org>
5226
5227 * tooltip.el (tooltip-hide-delay): New user-option.
5228 (tooltip-show): Use tooltip-hide-delay instead of the default.
5229
6b453381
KH
52302001-01-18 Kenichi Handa <handa@etl.go.jp>
5231
5232 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5233 kill-local-variable doesn't work for enable-multibyte-characters.
5234
9eaf396b
DL
52352001-01-17 Dave Love <fx@gnu.org>
5236
cebd37ce
DL
5237 * ediff-init.el (ediff-before-setup-hook)
5238 (ediff-merge-filename-prefix): Add :version.
5239
9eaf396b
DL
5240 * international/latin1-disp.el: Require disp-table.
5241 (latin1-display): Fix :set.
5242
5243 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5244
f864120f
GM
52452001-01-17 Gerd Moellmann <gerd@gnu.org>
5246
5247 * isearch.el (isearch-lazy-highlight-initial-delay)
5248 (isearch-lazy-highlight-interval): Default to 0.
5249
52502001-01-17 Bob Glickstein <bobg@zanshin.com>
5251
5252 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5253 1 here rather than each time through
5254 isearch-lazy-highlight-new-loop.
5255 (isearch-lazy-highlight-max): Variable deleted.
5256 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5257 isearch-lazy-highlight-max but controls a single invocation of
5258 isearch-lazy-highlight-update.
5259 (isearch-lazy-highlight-wrapped): Variable recreated.
5260 (isearch-lazy-highlight-window-start): New variable.
5261 (isearch-lazy-highlight-cleanup): Restored to behavior of
5262 before 2-Jan.
5263 (isearch-lazy-highlight-remove-overlays): Function deleted;
5264 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5265 behavior removed.
5266 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5267 isearch-lazy-highlight-update in a loop rather than just once.
5268 Test isearch-invalid-regexp here and decide not to start a new
5269 loop, rather than testing it each time through
5270 isearch-lazy-highlight-update.
5271 (isearch-lazy-highlight-search): Function restored.
5272 (isearch-lazy-highlight-update): Get called in a timer loop again,
5273 but this time highlight more than one match each time through.
83c9cb8e
SM
5274 Only highlight matches in the visible part of the window.
5275 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5276 the edge of the window. Use sit-for to force redisplay and ensure
5277 window-start is credible. "Face suppressing" behavior removed;
5278 overlay priorities should make it unnecessary, right?
5279 (isearch-highlight): Face suppressing behavior removed.
5280 (isearch-dehighlight): Face suppressing behavior removed.
5281 (isearch-set-lazy-highlight-faces-at): Removed.
5282
076ec540
KH
52832001-01-17 Kenichi Handa <handa@etl.go.jp>
5284
5285 * language/european.el ("Latin-1"): Make the format of description
5286 about additional language environments same as that of Latin-2.
5287
92328ec5
DL
52882001-01-16 Dave Love <fx@gnu.org>
5289
39f2174e
DL
5290 * isearch.el (isearch-lazy-highlight): Add :version.
5291
92328ec5
DL
5292 * simple.el (backward-delete-char-untabify-method)
5293 (next-line-add-newlines): Add :version.
5294
f251459d
GM
52952001-01-16 Gerd Moellmann <gerd@gnu.org>
5296
9d4850e5
GM
5297 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5298 Don't bind <delete> otherwise.
5299
5300 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5301 and <delete> via function-key-map.
5302
f251459d
GM
5303 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5304 Subject line only if point is after the `Subject:'.
5305
771ffcf7
KH
53062001-01-16 Kenichi Handa <handa@etl.go.jp>
5307
bda6b481
KH
5308 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5309 japanese-jisx0213-2 in `charset' property of this lang. env.
5310
35793af7
KH
5311 * language/european.el ("Latin-1"): Add description for Dutch and
5312 Spanish lang. env.
5313
771ffcf7
KH
5314 * international/mule.el (decode-char): Fix conditions.
5315 (encode-char): Handle eight-bit-control too.
1c8102ff 5316 (transform-make-coding-system-args): New function.
50c29104
KH
5317 (make-coding-system): Accept XEmacs style arguments for CCL base
5318 coding system.
771ffcf7 5319
e1cf67b6
GM
53202001-01-15 Gerd Moellmann <gerd@gnu.org>
5321
5322 * progmodes/etags.el (find-tag-noselect): Save the value of
5323 tags-file-name before switching buffers, for the case it has a
5324 buffer-local value.
5325
b3287acf
GM
53262001-01-15 Alex Schroeder <alex@gnu.org>
5327
9eaf396b
DL
5328 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5329 From Dave Love <fx@gnu.org>.
b3287acf
GM
5330 (ansi-color-for-comint-mode): Fix :version.
5331
53322001-01-15 Alex Schroeder <alex@gnu.org>
5333
5334 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5335
8d7ff9c8
EZ
53362001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5337
5338 * dired.el (dired-insert-directory): If file-system-info fails,
5339 remove the " free " part, but don't signal an error.
5340
dbe99ae9
SS
53412001-01-12 Sam Steingold <sds@gnu.org>
5342
5343 * bookmark.el (bookmark-maybe-historicize-string):
5344 Use new backquote syntax.
5345
103db06c 53462001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5347
5348 * subr.el (last): Handle a list that doesn't end in nil.
5349
ca2ddd8e
SS
53502001-01-12 Sam Steingold <sds@gnu.org>
5351
5352 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5353 to `backward-delete-char-untabify'.
5354
1751c874
DL
53552001-01-12 Dave Love <fx@gnu.org>
5356
5357 * cus-edit.el (customize-menu-create): Fix the :filter following
5358 easymenu change.
5359
5360 * wid-edit.el (function): Add :match-alternatives.
5361 (widget-color-action): Doc fix.
5362
3cccce8d
GM
53632001-01-12 Gerd Moellmann <gerd@gnu.org>
5364
5365 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5366
18bfd6b5
KH
53672001-01-12 Kenichi Handa <handa@etl.go.jp>
5368
83c9cb8e 5369 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5370
18bfd6b5
KH
5371 * international/ccl.el (define-ccl-program): Fix docstring.
5372
562e00da
DL
53732001-01-11 Dave Love <fx@gnu.org>
5374
14fd0da3
DL
5375 * international/mule-cmds.el (standard-display-european-internal):
5376 Set display table for 2208 as for 160.
5377
5378 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5379
562e00da
DL
5380 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5381 entry for custom-menu-create change.
5382 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5383 don't cons it in the search loop.
5384
5385 * imenu.el (imenu--truncate-items): Revert last change.
5386
6e961dcd
EZ
53872001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5388
5389 * info.el (Info-setup-header-line): If the node header includes
5390 either Next: or Prev: links, don't show the File: and Node: parts
5391 in the header line.
5392
2c2ff7f2
GM
53932001-01-11 Gerd Moellmann <gerd@gnu.org>
5394
a7ee2d2e
GM
5395 * comint.el (comint-goto-process-mark): Don't print a message
5396 when running in batch mode.
5397
c5348233
GM
5398 * isearch.el (isearch-search): In the condition-case handler for
5399 `error', set isearch-invalid-regexp to the whole error message.
5400
422717d1
GM
5401 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5402 ensure that eval-after-load works for files dumped with Emacs.
5403
5404 * help.el (load-symbol-file-load-history): New function extracted
5405 from function symbol-file.
5406 (symbol-file): Use it.
5407
83c9cb8e 5408 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5409
926861fb
EZ
54102001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5411
5412 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5413 behave as if there were no prefix argument.
5414 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5415 argument were nil.
5416
afa1f52c
RS
54172001-01-11 Richard M. Stallman <rms@gnu.org>
5418
ca2ddd8e 5419 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5420 Don't look for more potential matches once maximum is exceeded.
5421 Use overlays-in to check correctly for overlap with current match.
5422 Ignore empty matches.
5423
47a9f362
MB
54242001-01-11 Miles Bader <miles@gnu.org>
5425
5426 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5427 (ispell-overlay-window, ispell-help, ispell-show-choices)
5428 (ispell-command-loop): Use it instead of `window-height'.
5429
d196f58d
GM
54302001-01-10 Gerd Moellmann <gerd@gnu.org>
5431
cf523f0e
GM
5432 * files.el (confirm-kill-emacs): New user-option.
5433 (save-buffers-kill-emacs): Ask for final confirmation before
5434 killing Emacs.
5435
d196f58d
GM
5436 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5437 to nil.
5438
7c6c3d8e
GM
54392001-01-10 Dave Love <fx@gnu.org>
5440
1f8be15d
DL
5441 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5442
83c9cb8e 5443 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5444
5445 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5446
5447 * calculator.el (calculator-number-digits): Fix :type.
5448
0d5184de
DL
5449 * vc-cvs.el (vc-cvs-header): Fix :type.
5450 * vc-rcs.el (vc-rcs-header): Fix :type.
5451 * vc-sccs.el (vc-sccs-header): Fix :type.
5452
5453 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5454
7c6c3d8e
GM
5455 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5456
8c9f73a2
GM
5457 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5458
457b792c
GM
54592001-01-10 Gerd Moellmann <gerd@gnu.org>
5460
5461 * simple.el (set-variable): Force a thorough redisplay for the
5462 case that the variable has an effect on the display, like
5463 `tab-width' has.
5464
d2622d08
AS
54652001-01-10 Andre Spiegel <spiegel@gnu.org>
5466
5467 * vc.el: Add documentation for backend interface.
5468
ae4b5f4f
KH
54692001-01-10 Kenichi Handa <handa@etl.go.jp>
5470
e0844717
KH
5471 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5472
ae4b5f4f
KH
5473 * international/mule-conf.el (latin-extra-code-table): Set to t
5474 for \223 and \224.
5475
3184082b
KH
54762001-01-09 Kenichi Handa <handa@etl.go.jp>
5477
5478 * international/mule-cmds.el (locale-language-names): Map "es" to
5479 "Spanish" and "nl" to "Dutch".
5480
732b9cdd
GM
54812001-01-09 Gerd Moellmann <gerd@gnu.org>
5482
1dfca644
GM
5483 * bindings.el (global-map): Bind <home> to beginning-of-line,
5484 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5485 C-<end> to end-of-buffer.
5486
732b9cdd
GM
5487 * language/european.el: Add Dutch and Spanish language info
5488 to be able to use the appropriate tutorials.
5489
54902001-01-09 Alex Schroeder <alex@gnu.org>
5491
5492 * ansi-color.el (ansi-color-process-output): Use markers instead
5493 of positions for start and end of region.
5494 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5495 Previously, occasional mistakes happend when fontifying many
5496 chunks of output (eg. ls --color=yes /dev). This happened
5497 whenever an overlay was created up to the end of the region, which
5498 coincided with the process-mark. New text would then be added
5499 within that overlay instead of after it.
5500 (ansi-color-make-extent): Overlays are created with the property
5501 `modification-hooks' set to '(ansi-color-freeze-overlay).
5502 (ansi-color-freeze-overlay): New function. When inserting text at
5503 the end of the overlay, the overlay will resize.
5504
55052000-01-09 Alex Schroeder <alex@gnu.org>
5506
5507 * ansi-color.el (ansi-color-process-output): Doc change.
5508 (ansi-color-unfontify-region): Doc change. No longer installed
5509 automatically in font-lock-unfontify-region-function.
5510 (ansi-color-apply): Doc change.
5511 (ansi-color-apply-on-region): Use extents or overlays instead of
5512 text-properties.
5513 (ansi-color-make-extent): New function.
5514 (ansi-color-set-extent-face): New function.
5515
55162000-01-09 Alex Schroeder <alex@gnu.org>
5517
5518 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5519 both use ansi-color-process-output, now.
5520 (ansi-color-process-output): Doesn't return string anymore. It is
5521 installed in comint-output-filter-functions for both Emacs and
5522 XEmacs, now.
5523 (ansi-color-unfontify-region): Simplified code removing variables
5524 pos and start-ansi.
5525 (ansi-color-apply): Put text-property ansi-color before putting
5526 text-property face because ansi-color-unfontify-region is called
5527 immediately after the call to put-text-property.
5528 (ansi-color-context-region): Doc change.
5529 (ansi-color-filter-region): Simplified code.
5530 (ansi-color-apply-on-region): Changed start to start-marker, using
5531 a marker explicitly. Put text-property ansi-color before putting
5532 text-property face because ansi-color-unfontify-region is called
5533 immediately after the call to put-text-property.
5534
55352000-01-09 Alex Schroeder <alex@gnu.org>
5536
5537 * ansi-color.el (ansi-color-faces-vector): Doc change.
5538 (ansi-color-for-comint-mode): Changed :type property to choice.
5539 (ansi-color-last-context): Removed.
5540 (ansi-color-process-output): Don't use ansi-color-last-context, as
5541 the main functions will store their context now.
5542 (ansi-color-context): Doc change.
5543 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5544 Uses ansi-color-context such that repeated calls will strip
5545 partial escape sequences, too.
5546 (ansi-color-apply): Simplified code. Colorize end of string if
5547 face is not null. Store context in new (FACE STRING) format, such
5548 that repeated calls will strip partial escape sequences, too.
5549 Append faces to face property using ansi-color-apply-sequence such
5550 that cumulative mode actually works.
5551 (ansi-color-context-region): New variable.
5552 (ansi-color-filter-region): Rewrote it based on
5553 ansi-color-apply-on-region. Uses ansi-color-context-region such
5554 that repeated calls will strip partial escape sequences, too.
5555 (ansi-color-apply-on-region): Simplified code. Colorize end of
5556 region if face is not null. Store context in new (FACE POS)
5557 format, such that repeated calls will strip partial escape
5558 sequences, too. Append faces to face property using
83c9cb8e 5559 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5560 (ansi-color-apply-sequence): New function.
5561 (ansi-color-get-face): When the default face is added to the list
5562 of faces, all previous settings are discarded and the list of
5563 faces is set to '(default).
5564
55652000-01-09 Alex Schroeder <alex@gnu.org>
5566
5567 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5568 face, such that ansi-color-apply and ansi-color-apply-on-region
5569 will do the right thing.
5570 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5571 returns nil, set the list of faces back to nil instead of
83c9cb8e 5572 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5573
55742000-01-09 Alex Schroeder <alex@gnu.org>
5575
5576 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5577 (ansi-color-process): Doc change.
5578 (ansi-color-last-context): New buffer-local variable.
5579 (ansi-color-process-output): New function. It is automatically
5580 added to comint-output-filter-functions if this is XEmacs.
5581 (ansi-color-unfontify-region): New optional parameter for XEmacs
5582 compatibility. Check wether font-lock-syntactic-keywords is
5583 boundp before removing the syntax table text property, as XEmacs
5584 doesn't have it.
5585 (ansi-color-filter-region): Doc change.
5586 (ansi-color-apply-on-region): Doc change.
5587 (ansi-color-make-face): New function. Compatibility layer for
5588 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5589 (ansi-color-make-color-map): Use ansi-color-make-face.
5590 (ansi-color-get-face): Avoid face text property '(nil) as results
5591 in an errow for XEmacs.
5592
55932000-01-09 Alex Schroeder <alex@gnu.org>
5594
83c9cb8e
SM
5595 * ansi-color.el (ansi-color-unfontify-region): New function.
5596 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5597 ansi-color. When the package is loaded, a lambda expression is
5598 put onto font-lock-mode-hook. This lambda expression will check
5599 font-lock-unfontify-region-function and replace
83c9cb8e 5600 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5601 (ansi-color-apply): Add text-property ansi-color in addition to
5602 text-property face.
5603 (ansi-color-apply-on-region): Add text-property ansi-color in
5604 addition to text-property face.
5605 (save-buffer-state): Copy of the macro that is also used by
5606 lazy-lock and font-lock.
5607
5608 (ansi-color-for-comint-mode): New option.
5609 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5610 (ansi-color-for-comint-mode-off): Ditto.
5611 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5612 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5613 decide what to do. This function is added to
5614 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5615
5616 (ansi-color-for-shell-mode-set): Removed.
5617 (ansi-color-for-shell-mode): Removed.
5618
56192000-01-09 Alex Schroeder <alex@gnu.org>
5620
5621 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5622 the lambda expression from the ansi-color-for-shell-mode :set
5623 property. Additionally, modify shell-mode-hook to enable or
5624 disable font-lock-mode for future shell buffers.
5625 (ansi-color-for-shell-mode): The :set property calls
5626 ansi-color-for-shell-mode-set instead of a lambda expression.
5627
56282000-01-09 Alex Schroeder <alex@gnu.org>
5629
5630 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5631 (ansi-color-context): New variable.
5632 (ansi-color-apply): Save context between calls.
5633
fb55ff10
EZ
56342001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5635
83c9cb8e
SM
5636 * isearch.el (isearch, isearch-lazy-highlight-face):
5637 New definitions for face colors and attributes.
29910493 5638
fb55ff10
EZ
5639 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5640 of display-mouse-p.
5641
134d6265
KH
56422001-01-09 Kenichi Handa <handa@etl.go.jp>
5643
5644 * international/mule.el (make-coding-system): If the coding system
5645 accepts extra latin codes, register such codes as safe for the
5646 coding system.
5647
103db06c 56482001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5649
984c9f75
RS
5650 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5651 don't mention the file name or the date here, because they are
5652 logged at the start of the file.
5653
56542001-01-08 Richard M. Stallman <rms@gnu.org>
5655
78b8eee8
RS
5656 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5657 Change screen-width to frame-width.
5658
1460e5d4
EZ
56592001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5660
5661 * info.el (Info-search): Print the default as part of the prompt.
5662
56f24bc1
AS
56632001-01-08 Andre Spiegel <spiegel@gnu.org>
5664
ca2ddd8e 5665 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5666 constant implementations in backends.
5667
5668 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5669 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5670
5671 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5672 WRITABLE to EDITABLE.
5673
5674 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5675 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5676 to EDITABLE.
5677
b7812d30
EZ
56782001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5679
5680 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5681 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5682
7e56ea04
GM
56832001-01-08 Gerd Moellmann <gerd@gnu.org>
5684
5685 * isearch.el (isearch-old-signal-hook): Removed.
5686 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5687 instead of setting signal-hook-function.
5688 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5689
a758f97d
GM
56902001-01-08 Kevin Gallagher <kevingal@onramp.net>
5691
5692 * emulation/edt.el: Update to version 4.0. Provide support for
5693 EDT scroll margins at top and bottom of the window. Provide an
5694 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5695 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5696 user when file-related buffer modifications exist.
5697 Provide support for running EDT Emulation in XEmacs.
5698 Provide customize access to some user updatable variables.
5699 Add Commentary section to file header.
5700 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5701
5702 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5703 for detecting a keypress that generates an ASCII key sequence.
5704 (Previously, only a keypress that generates a vector was
5705 recognized.) Embed Window Manager name into name of the generated
5706 EDT Emulation initialization file since the initialization file is
5707 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5708
30db89f9
EZ
57092001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5710
4deb3ba9
EZ
5711 * mail/sendmail.el (mail-mode): Doc fix.
5712
30db89f9
EZ
5713 * info.el (Info-goto-emacs-command-node): Doc fix.
5714 (Info-goto-emacs-key-command-node): Doc fix.
5715
c3f2772b
EZ
57162001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5717
8726e79b 5718 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5719 systems without long file-name support.
5720
0dac6924
AI
57212001-01-06 Andrew Innes <andrewi@gnu.org>
5722
5723 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5724
4e6ef391
EZ
57252001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5726
380866a2
EZ
5727 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5728 (isearch-lazy-highlight-update): Doc fix.
5729
148b5960
EZ
5730 * ffap.el (ffap-bindings): Doc fix.
5731
4e6ef391
EZ
5732 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5733
4cb1bcc2
DL
57342001-01-05 Dave Love <fx@gnu.org>
5735
5736 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5737
3828218c
GM
57382001-01-05 Gerd Moellmann <gerd@gnu.org>
5739
83c9cb8e
SM
5740 * mouse-drag.el (mouse-drag-safe-scroll):
5741 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5742
1f4139d5
GM
5743 * isearch.el (isearch-old-signal-hook): New variable.
5744 (isearch-mode): Set signal-hook-function to isearch-done.
5745 (isearch-done): Restore old signal-hook-function.
5746
3828218c
GM
5747 * info.el (Info-fontify-node): Mark one more char as intangible.
5748
3970013f
KH
57492000-01-05 Kenichi Handa <handa@etl.go.jp>
5750
83c9cb8e
SM
5751 * composite.el (compose-last-chars): New argument COMPONENTS.
5752 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5753 COMPONENTS.
5754
5755 * international/quail.el (quail-input-string-to-events): New function.
5756 (quail-input-method): Convert input string to events here.
5757 (quail-start-translation): Return input string, not event list.
5758 (quail-start-conversion): Likewise.
5759
f3b05e99
GM
57602001-01-04 Gerd Moellmann <gerd@gnu.org>
5761
ca2ddd8e 5762 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5763 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5764 and tooltip-add-timeout.
5765 (tooltip-show): Set border color from faces's foreground.
5766 (tooltip-show-help-function): If called with the same help string
5767 as last time, do nothing.
5768 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5769
0f2ac578
GM
5770 * startup.el (fancy-splash-screens): Don't bind show-help-function
5771 to nil.
5772
f3b05e99
GM
5773 * tooltip.el (tooltip-frame-parameters): Remove colors.
5774 (tooltip): New face
5775 (tooltip-set-param): New function.
5776 (tooltip-show): Set up color frame parameters from face `tooltip'.
5777 Display the tooltip text in face `tooltip'.
5778
8416e94a
DL
57792001-01-04 Dave Love <fx@gnu.org>
5780
5781 * whitespace.el (whitespace-global-mode): Fix typo.
5782
5783 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5784
30db89f9
EZ
57852001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5786
83c9cb8e
SM
5787 * help.el (help-for-help): Fix a typo in a doc string.
5788 From kwzh@gnu.org (Karl Heuer).
30db89f9 5789
b847eb8c
DL
57902001-01-03 Dave Love <fx@gnu.org>
5791
5792 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5793 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5794 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5795 (dired-guess-shell-alist-user): Customize.
5796 (dired-x-help-address): Set to bug-gnu-emacs.
5797 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5798 (dired-default-directory): Renamed from default-directory.
5799
5800 * hl-line.el (hl-line): Doc fix.
5801
43c4b570
KF
58022001-01-03 Karl Fogel <kfogel@red-bean.com>
5803
1bf6b1bf 5804 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5805
984c9f75 58062001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5807
5808 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5809 to remove all the current alternative-match highlighting.
5810 If nil, remove only what's outside the current window.
5811 (isearch-lazy-highlight-remove-overlays): Take optional
5812 region within which NOT to remove them.
5813 (isearch-lazy-highlight-new-loop): Greatly simplified.
5814 (isearch-lazy-highlight-update): Find all the other occurrences
5815 visible in the window, in just one call.
5816 (isearch-lazy-highlight-start): Now holds start of region to scan.
5817 (isearch-lazy-highlight-end): Now holds end of region to scan.
5818 (isearch-lazy-highlight-wrapped): Variable deleted.
5819 (isearch-lazy-highlight-search): Function deleted.
5820
13d6a61c
AI
58212000-01-02 Andrew Innes <andrewi@gnu.org>
5822
5823 * w32-fns.el (convert-standard-filename): Do length check on name
5824 before aref.
5825
064866e7
DL
58262001-01-02 Dave Love <fx@gnu.org>
5827
b33e041b
DL
5828 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5829 value.
5830 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5831
5832 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5833
8166ffd5
DL
5834 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5835 read syntax.
5836
064866e7
DL
5837 * calendar/todo-mode.el (todo): Add :link, :version.
5838 (todo-save-top-priorities): Remove autoload cookie.
5839 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5840 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5841
6dde6abc
GM
58422001-01-02 Gerd Moellmann <gerd@gnu.org>
5843
5844 * comint.el (comint-input-history-ignore): New variable.
5845 (comint-read-input-ring): Ignore entries matching
5846 comint-input-history-ignore.
5847
1a8a9daf
GM
58482001-01-02 Eric M. Ludlam <zappo@gnu.org>
5849
5850 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5851 (lm-copyright-mark): New function.
5852 (lm-crack-copyright): New function.
5853 (lm-verify): Check that the file has a copyright.
5854 Check that the file is copyright Free Software Foundation.
5855
9c92eb53
KH
58562000-12-30 Kenichi Handa <handa@etl.go.jp>
5857
5858 * international/mule-diag.el (print-fontset): Indent font name by
5859 24 columns, not 25.
5860
49172314
GM
58612000-12-29 Gerd Moellmann <gerd@gnu.org>
5862
762a68ec
GM
5863 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5864 in Subject line.
5865
49172314 5866 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5867 Use mail-mode-hook instead of mail-setup-hook.
5868 Otherwise continuing an interrupted message with C-u C-x m for
5869 instance, winds up in Mail mode without abbrevs.
49172314 5870
bd7a2e26
GM
58712000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5872
5873 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5874 non-nil. Adding almost all customization variables on ps-setup.
5875 Doc fix.
bd7a2e26
GM
5876 (ps-print-version): New version number (6.3.3).
5877 (ps-end-with-control-d): Initialization fix.
5878 (ps-lines-printed): New var.
5879 (ps-skip-newline): New fun.
5880 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5881 (ps-next-line, ps-continue-line, ps-plot-region)
5882 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5883
2b3f28a4
KH
58842000-12-29 Kenichi Handa <handa@etl.go.jp>
5885
83c9cb8e
SM
5886 * international/fontset.el (x-complement-fontset-spec):
5887 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5888 registered in x-font-name-charset-alist.
5889 (create-fontset-from-fontset-spec): Adjusted for the above change.
5890 The name of fontset alias should be a unresolved ASCII font name.
5891
2ece9174
GM
58922000-12-28 Gerd Moellmann <gerd@gnu.org>
5893
5894 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5895 and delete in isearch-mode-map.
5896
cbe3ad7a
RS
58972000-12-28 Richard M. Stallman <rms@gnu.org>
5898
ca2ddd8e 5899 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5900 Use xpdf instead of acroread.
5901
a816f1c5
KH
59022000-12-28 Kenichi Handa <handa@etl.go.jp>
5903
f086e73c
KH
5904 * textmodes/artist.el (artist-butlast): Deleted.
5905 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5906 artist-butlast.
f086e73c 5907
a816f1c5
KH
5908 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5909
5910 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5911
b202115b
EZ
59122000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5913
5914 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5915
5916 * ls-lisp.el: Better support for the Mac and MS-Windows.
5917 (ls-lisp): New defgroup.
5918 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5919 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5920 (ls-lisp-support-shell-wildcards): New defcustoms.
5921 (ls-lisp-parse-symlink): New function.
5922 (insert-directory): Code to convert switches to a list and set up
5923 the wildcard argument copied from ls-lisp-insert-directory.
5924 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5925 for -C and -R switches.
5926 (ls-lisp-column-format): New function.
ca2ddd8e 5927 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5928 (ls-lisp-format-time): Add doc strings.
5929 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5930 Support ls-lisp-dirs-first.
5931 (ls-lisp-classify, ls-lisp-extension): New functions.
5932 (ls-lisp-format): Optionally support emulation of symlinks.
5933 Support -i, -s, and -G switches.
5934
6061fbf0
GM
59352000-12-27 Gerd Moellmann <gerd@gnu.org>
5936
5e25feee
GM
5937 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5938
6061fbf0
GM
5939 * version.el (emacs-version): Print X scroll bar information.
5940
5941 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5942 instead of x-toolkit-scroll-bars-p.
5943
5944 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5945 of x-toolkit-scroll-bars-p.
5946
25050dab
EZ
59472000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5948
83c9cb8e 5949 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5950 (ffap-bindings): Doc fix, to reflect the above change.
5951
c1786874
KH
59522000-12-27 Kenichi Handa <handa@etl.go.jp>
5953
5954 * term.el (term-char-mode): Define all non-ascii self-inserting
5955 characters to 'term-send-raw in term-raw-map.
5956
7261ece3 59572000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5958
83c9cb8e 5959 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5960
83c9cb8e
SM
5961 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5962 Changed initialization; use add-hook.
6061fbf0 5963 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5964
6061fbf0 5965 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5966
6061fbf0
GM
5967 * ediff.el (ediff-patch-buffer): Bug fix.
5968 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5969
83f40583
SM
59702000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * subr.el (combine-run-hooks): Remove.
5973
5974 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5975 and remove the rogue second spec.
5976
bdd6d4e8
GM
59772000-12-23 Gerd Moellmann <gerd@gnu.org>
5978
5979 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5980
26736ce3
SM
59812000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5982
0e86b6b0
SM
5983 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5984 Use minibuffer menu prompt for the `=' prefix.
5985 (smerge-command-prefix): Change default to C-^.
6eabfb26 5986 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5987
26736ce3
SM
5988 * skeleton.el (skeleton-internal-1): Make sure the first line of
5989 the region is also re-indented.
d21584d6
SM
5990 (skeleton-end-newline): New var.
5991 (skeleton-end-hook): Use it.
26736ce3 5992
95fa4fd7
MB
59932000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5994
5995 * comint.el (comint-password-prompt-regexp): Support CVS.
5996
f060b834
GM
59972000-12-22 Gerd Moellmann <gerd@gnu.org>
5998
83c9cb8e
SM
5999 * simple.el (delete-key-deletes-forward-mode): Simplify.
6000 Also backspace key combinations, depending on
856ff7a7
GM
6001 delete-key-deletes-forward.
6002
6003 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
6004
f060b834
GM
6005 * simple.el (delete-key-deletes-forward): Doc fix.
6006
653558a1
GM
60072000-08-22 Emmanuel Briot <briot@gnat.com>
6008
6009 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 6010 white spaces are relevant in the XML file.
653558a1
GM
6011 (xml-parse-file): Do not kill an existing Emacs buffer if the file
6012 to parse was already edited. This allows for on-the-fly analysis
26736ce3 6013 of XML files.
653558a1
GM
6014 (xml-parse-tag): Check that the casing is the same in the start
6015 tag and end tag, since XML is case-sensitive. Allows for spaces
6016 in the end tag, after the name of the tag.
6017 (xml-parse-attlist): Allow for the character '-' in the name of
6018 attributes, as in the standard http-equiv attribute Do not save
26736ce3 6019 the properties in the XML tree, since they are not relevant.
653558a1 6020
3ad93d8d
SM
60212000-12-21 Stefan Monnier <monnier@cs.yale.edu>
6022
6023 * generic.el (generic-read-type): Undo last change, inline into
6024 `generic-mode' and then remove.
6025 (generic-mode): Inline generic-read-type.
6026 (define-generic-mode): Push the symbol name rather than the symbol
6027 onto generic-mode-list.
6028
177f4e88
GM
60292000-12-21 Gerd Moellmann <gerd@gnu.org>
6030
8e15274f
GM
6031 * generic.el (generic-read-type): Build an alist for
6032 completing-read as in 20.7.
6033
6034 * play/landmark.el (lm): Use interactive spec `P'.
6035 (toplevel): Don't set debug-on-error.
6036
83c9cb8e 6037 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 6038
6ba384dc
GM
60392000-12-21 Dave Pearson <davep@davep.org>
6040
6041 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 6042
647a066c
GM
60432000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6044
6045 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
6046 ranges like \177-\237, but accepts the character sequence from \177 to
6047 \237. Doc fix.
6048 (ebnf-version): New version (3.4).
6049 (ebnf-setup): Code fix.
6050 (ebnf-range-regexp): New fun.
6051 (ebnf-8-bit-chars): Const fix.
6052
6053 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
6054 entry. Doc fix.
6055 (ebnf-bnf-lex): Code fix.
6056 (ebnf-bnf-comment-chars): Const fix.
6057
6058 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
6059 entry. Doc fix.
6060 (ebnf-iso-comment-chars): Const fix.
6061
6062 * ebnf-otz.el: Doc fix.
6063
6064 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
6065 entry. Doc fix.
6066 (ebnf-yac-skip-code): Code fix.
6067 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 6068
bc22fd18
EZ
60692000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
6070
6071 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
6072 (recover-file): Use it instead of insert-directory.
6073 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 6074
587fc3f9
KH
60752000-12-21 Kenichi Handa <handa@etl.go.jp>
6076
83c9cb8e
SM
6077 * international/mule-cmds.el (select-safe-coding-system):
6078 Check coding-category-list more rigidly. Improve help message.
eeefcfde 6079
587fc3f9
KH
6080 * dired.el (dired-move-to-filename-regexp): Fix previous change.
6081
01860fb9
MB
60822000-12-21 Miles Bader <miles@gnu.org>
6083
83c9cb8e 6084 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 6085
3f9d67a6
KH
60862000-12-21 Kenichi Handa <handa@etl.go.jp>
6087
9fd1c1f7
KH
6088 * international/mule-diag.el (describe-char-after): Make *Help*
6089 buffer inherit multibyteness of the current buffer.
6090
3f9d67a6
KH
6091 * international/mule.el (make-char): Docstring adjusted for the
6092 change of make-char-internal.
6093
c9669fac
SM
60942000-12-20 Stefan Monnier <monnier@cs.yale.edu>
6095
6096 * international/iso-cvt.el: Docstrings fix.
6097
19594307
DL
60982000-12-20 Dave Love <fx@gnu.org>
6099
6100 * subr.el (eval-after-load): Doc fix.
6101
b1a447b3
KH
61022000-12-20 Kenichi Handa <handa@etl.go.jp>
6103
6104 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
6105 for numbers.
6106
09877d5d
MB
61072000-12-20 Miles Bader <miles@gnu.org>
6108
6109 * international/quail.el (quail-help): Resize the help window
6110 again after it has all its contents. Remove unneeded progn.
6111
71d4497a
GM
61122000-12-19 Gerd Moellmann <gerd@gnu.org>
6113
6114 * pcmpl-linux.el: Fix copy/paste error.
6115
741e56a0
AI
61162000-12-19 Andrew Innes <andrewi@gnu.org>
6117
83c9cb8e 6118 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 6119
cc24d91c
CD
61202000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
6121
ba4c05aa
CD
6122 * progmodes/idlw-rinfo.el: Fixed copyright notice.
6123
6124 * progmodes/idlw-toolbar.el: Fixed copyright notice.
6125
6126 * progmodes/idlw-shell.el: Fixed copyright notice.
6127
6128 * progmodes/idlwave.el: Fixed copyright notice.
6129
71d4497a 6130 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
6131 TAB as key separators.
6132
524c8caf
GM
61332000-12-19 Alex Schroeder <alex@gnu.org>
6134
6135 * sql.el (sql-sybase-options): New option.
6136 (sql-sybase): Use it. Add sql-database to the list of parameters
6137 provided for login. The options -w 2048 -n are not used any more.
6138 (sql-postgres-options): Changed default from "--pset" to "-P".
6139 (sql-mysql-options): Doc change.
6140 (sql-stop): Doc change.
6141
b5fa513d
KH
61422000-12-19 Kenichi Handa <handa@etl.go.jp>
6143
6144 * international/quail.el (quail-input-method): Always hide
6145 the guidance buffer on exiting.
6146
91c9e6ce
GM
61472000-12-18 Gerd Moellmann <gerd@gnu.org>
6148
c6da4eb4
GM
6149 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
6150 isn't fboundp.
6151
3d2a0e0b
GM
6152 * server.el (server-buffer-done): Bury the buffer before
6153 killing it.
6154
91c9e6ce
GM
6155 * faces.el (face-spec-set): Interpret a nil in specs for
6156 foreground and background colors as `unspecified', for
6157 compatibility with 20.x.
6158
40fa0008
DL
61592000-12-18 Dave Love <fx@gnu.org>
6160
22adbe54
DL
6161 * simple.el (mail-user-agent): Doc fix.
6162 (input-mode-8-bit): Removed.
6163
6164 * international/mule.el (set-keyboard-coding-system): Doc fix.
6165 (keyboard-coding-system): New option.
6166
40fa0008
DL
6167 * mail/sendmail.el (send-mail-function): Customize.
6168
6f4745e2
EZ
61692000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
6170
6171 * international/codepage.el (cp866-decode-table): New table.
6172
82b90229
GM
61732000-12-18 Gerd Moellmann <gerd@gnu.org>
6174
6175 * version.el (emacs-version): Remove `%a' from the time format
6176 because the weekday doesn't fit well into each locale.
6177
5a047002
MB
61782000-12-18 Miles Bader <miles@gnu.org>
6179
7f49aa07
MB
6180 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6181
ca2ddd8e 6182 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6183 Check that emacs-major-version is `=' to 20, not `>='.
6184 (artist-replace-chars): Use `make-string' instead of a loop.
6185
22ea2607
EZ
61862000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6187
6188 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6189 (cvs-execute-single-file): Don't change directory.
6190 Patch from Per Cederqvist.
6191
6c825f8e
EZ
61922000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6193
83c9cb8e
SM
6194 * textmodes/ispell.el (check-ispell-version):
6195 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6196 of -vv.
6197
8ff06845
KH
61982000-12-16 Kenichi Handa <handa@etl.go.jp>
6199
af4bb4c8
KH
6200 * international/mule-diag.el (mule-diag): Insert information about
6201 configure options, multibyte awareness, language env.
6202
8ff06845
KH
6203 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6204 regexp to search for candidates.
6205
b24e84ab
EZ
62062000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6207
6208 * info.el (Info-forward-node): If the node has an
6209 Info-header-line, widen the buffer before searching for "next:"
6210 and "up:" pointers, and set the search limit to stay in the
6211 current node.
6212
7981d89f
MB
62132000-12-16 Miles Bader <miles@gnu.org>
6214
6215 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6216
88ee7917
MB
62172000-12-15 Miles Bader <miles@gnu.org>
6218
6219 * comint.el (comint-send-string, comint-send-region): Also accept
6220 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6221 process-send-string/region.
6222
0c28d842
GM
62232000-12-15 Gerd Moellmann <gerd@gnu.org>
6224
4ea7fdca
GM
6225 * isearch.el (isearch-lazy-highlight-max): New user-option.
6226 (isearch-lazy-highlight-update): Don't highlight more than
6227 isearch-lazy-highlight-max matches.
6228
0c28d842
GM
6229 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6230
984c9f75 62312000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6232
8062e53a
GM
6233 * sort.el (sort-columns): Fix error message.
6234
3ffa545b
GM
6235 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6236 `upcase' or `downcase' or nil.
6237 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6238 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6239 (dabbrev--substitute-expansion): New arg record-case-pattern.
6240 If it is non-nil, set dabbrev--last-case-pattern.
6241 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6242
6243 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6244
c2d7f289
MB
62452000-12-15 Miles Bader <miles@gnu.org>
6246
b6348438
MB
6247 * paths.el (Info-default-directory-list): Don't delete
6248 configure-info-directory from the list of standard info
83c9cb8e 6249 directories when appending it to the end -- their order is important.
b6348438 6250
f9056dd9
MB
6251 * faces.el (read-face-attribute): If there's no entry for the
6252 user's input in VALID, just use it as-is (this will often result
6253 in an error, but it may be OK for e.g. colors using hexadecimal
6254 notation, and at least will yield a better error message).
6255
c2d7f289 6256 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6257 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6258 Variables removed.
6259 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6260 window is really the right size. Use vertical-motion
6261 rather than forward-line.
6262 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6263 (ispell-command-loop, ispell-show-choices): Use the variable
6264 ispell-choices-win-default-height, rather than the function.
6265 (ispell-choices-win-default-height): Function removed.
6266 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6267
8f530b95
SM
62682000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6269
6270 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6271
6d435deb
EZ
62722000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6273
83c9cb8e
SM
6274 * paths.el (Info-default-directory-list):
6275 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6276 put it first in the list; otherwise put it last. Doc string
6277 changed accordingly.
6278
6279 * info.el (Info-directory-list): Change doc string to reflect the
6280 change in Info-default-directory-list.
6281
6d435deb
EZ
6282 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6283 windows-nt as windowed environments, even under -nw.
6284
6285 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6286 if not fboundp. Switch delete-forward mode for the <delete> key
6287 on all PC platforms, even under -nw.
6288
6289 * term/internal.el ([M-delete]): Remap to M-d.
6290
9d7d9263
GM
62912000-12-14 Gerd Moellmann <gerd@gnu.org>
6292
6293 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6294
7cf0153a
EZ
62952000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6296
6297 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6298
5e5b3d41
GM
62992000-12-14 Gerd Moellmann <gerd@gnu.org>
6300
5f368d29
GM
6301 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6302 if appropriate.
6303
6304 * simple.el (delete-key-deletes-forward): New user-option.
6305 (delete-key-deletes-forward-mode): New function.
6306
9d7d9263 6307 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6308
83c9cb8e
SM
6309 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6310 Test if symbol is bound before getting its value.
5e5b3d41
GM
6311
6312 * tooltip.el (tooltip-show): If an error is signaled in
6313 x-show-tip, display that error, and display the help in the
6314 echo area.
ca2ddd8e 6315
191b83b6
KH
63162000-12-14 Kenichi Handa <handa@etl.go.jp>
6317
83c9cb8e
SM
6318 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6319 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6320
6192b604
KF
63212000-12-13 Karl Fogel <kfogel@red-bean.com>
6322
6323 * bookmark.el: Provide a generic exit hook, as suggested by
6324 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6325 (bookmark-exit-hook): New var.
6326 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6327 old raw lambda form in `kill-emacs-hook', and runs new
6328 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6329 as logically that feature must have been provided if this function
6330 is running.
6331 Removed ;;;###autoload before the `add-hook' call.
6332
5edf6b55
SM
63332000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6334
6335 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6336 (easy-menu-current-active-maps): New function.
6337 (easy-menu-get-map): Use it.
6338 Make a proper menu entry when creating a new keymap.
6339
16b5e8e6
KH
63402000-12-13 Kenichi Handa <handa@etl.go.jp>
6341
d49fc4eb
KH
6342 * international/characters.el: Fix cases and syntaxes for
6343 mule-unicode-0100-24ff.
6344
3b53d876
KH
6345 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6346 that a Japanese character is not appended after day and year.
6347
16b5e8e6
KH
6348 * info.el (Info-suffix-list): Change format for a command that
6349 requires arguments.
6350 (info-insert-file-contents): Adjusted for the above change.
6351
1df1c518
AS
63522000-12-12 Andreas Schwab <schwab@suse.de>
6353
6354 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6355 on the name of the tar buffer. Verify that the existing buffer is
6356 visiting the same subfile.
6357
a7a07b98
DL
63582000-12-12 Dave Love <fx@gnu.org>
6359
6360 * subdirs.el: Add obsolete.
6361
4fdbd809
GM
63622000-12-12 Gerd Moellmann <gerd@gnu.org>
6363
bfdb75ee
GM
6364 * mail/rmailsum.el (rmail-summary-expunge)
6365 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6366 instead of rmail-confirm-expunge.
6367
4fdbd809
GM
6368 * replace.el (perform-replace): Don't use an empty match adjacent
6369 to a non-empty match when computing the next match before the
6370 replacement is performed.
6371
e9a59cad
GM
63722000-12-12 Milan Zamazal <pdm@freesoft.cz>
6373
6374 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6375 definition (patch by Stefan Monnier).
6376 (glasses-mode): Use jit-lock instead of `after-change-functions'
6377 (patch by Stefan Monnier).
6378
c2def7a0
MB
63792000-12-12 Miles Bader <miles@gnu.org>
6380
6381 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6382 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6383
591b63b4
AC
63842000-12-12 Andrew Choi <akochoi@i-cable.com>
6385
6386 * term/mac-win.el: Remove load for ls-lisp.
6387
a924cf63 6388 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6389
5ff4ba3d
MB
63902000-12-12 Miles Bader <miles@gnu.org>
6391
6392 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6393 Respect field end too.
6394 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6395 (newline-and-indent, reindent-then-newline-and-indent):
6396 Use `delete-horizontal-space'.
5ff4ba3d 6397
d0c679bc
SM
63982000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6399
adf9c994
SM
6400 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6401 (so as to obey the field property in the minibuffer).
6402
4b0cd42d
SM
6403 * obsolete/c-mode.el: Moved from lisp/progmodes.
6404 * obsolete/auto-show.el: Moved from lisp.
6405 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6406
89f85863
CD
64072000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6408
6409 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6410 changes to list them here.
89f85863 6411
83c9cb8e
SM
6412 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6413 Too many changes to list them here.
89f85863 6414
83c9cb8e
SM
6415 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6416 Too many changes to list them here.
89f85863
CD
6417
6418 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6419
3e0d35ce
GM
64202000-12-11 Gerd Moellmann <gerd@gnu.org>
6421
83c9cb8e 6422 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6423
ca2ddd8e 6424 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6425 Comment fix.
6426
3e0d35ce
GM
6427 * hscroll.el: Moved to `obsolete' subdir.
6428
ff904dd6
MB
64292000-12-11 Miles Bader <miles@gnu.org>
6430
6431 * window.el (window-text-height): Function removed (now in C).
6432
fb97d87f
SM
64332000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6434
6435 * log-edit.el (log-edit-parent-buffer): New var.
6436 (log-edit): Set it. Add BUFFER argument.
6437 (log-edit-done): Use char-before.
6438 Don't bother checking validity of vc-comment-ring.
6439 Only bury the buffer if log-edit popped it up.
6440
6441 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6442 (cvs-mode-diff-help): Remove.
6443 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6444 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6445
6446 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6447 Remove binding for ? now made unnecessary.
6448
7de77417
CD
64492000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6450
83c9cb8e 6451 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6452 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6453
6454 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6455 when master file is not open.
6456
4efa209f
SM
64572000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6458
6459 * progmodes/ada-stmt.el: Update `maintainer'.
6460
b52758d1 64612000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
6462
6463 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6464 choices to match documentation string.
6465
a12167c5
MB
64662000-12-09 Miles Bader <miles@gnu.org>
6467
2161605d
MB
6468 * minibuf-eldef.el: New file.
6469
a12167c5
MB
6470 * window.el (fit-window-to-buffer): Don't pass last argument to
6471 pos-visible-in-window-p, now that its meaning is inverted.
6472
9ea8de1b
EZ
64732000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6474
6475 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6476 <ceder@lysator.liu.se>.
6477
5002ddbb
SM
64782000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6479
b6114d80
SM
6480 * autoinsert.el (auto-insert-alist): Add missing final \n.
6481
ee8d23ee
SM
6482 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6483 (cvs-menu-map): Remove.
6484 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6485 (cvs-mode-quit): Turn it back into a plain function.
6486
5002ddbb 6487 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6488 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6489
6490 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6491 file where it's more visible.
6492 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6493 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6494 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6495 (texinfo-inside-macro-p): Only catch `scan-error's.
6496 (texinfo-inside-env-p): Make better use of the match info.
6497 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6498 (texinfo-insert-@end): Slight re-organization.
6499 Also remove useless `looking-at' call.
6500
30cd075d
AI
65012000-12-08 Andrew Innes <andrewi@gnu.org>
6502
6503 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6504 accessible in -nw mode.
6505
6506 * term/w32-win.el: Remove stuff about selection timeout, which is
6507 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6508 it is accessible in -nw mode.
6509
01b91009
DL
65102000-12-08 Dave Love <fx@gnu.org>
6511
83c9cb8e
SM
6512 * emacs-lisp/lisp-mode.el (lisp-mode):
6513 Set font-lock-keywords-case-fold-search.
01b91009 6514
842b2a94
GM
65152000-12-08 Gerd Moellmann <gerd@gnu.org>
6516
6517 * textmodes/ispell.el (ispell): Doc fix.
6518
f9d5f611
KH
65192000-12-08 Kenichi Handa <handa@etl.go.jp>
6520
6521 * international/quail.el (quail-insert-decode-map): Check the
6522 frame width of a window displaying the current buffer, not that of
6523 the selected frame.
6524 (quail-help): Make sure that the help buffer has window before
6525 inserting text in it.
6526
e04d21aa
SS
65272000-12-07 Sam Steingold <sds@gnu.org>
6528
6529 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6530 Backquote is used in isearch.el, so autoloading saves nothing.
6531
fc3e23a4
EZ
65322000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6533
83c9cb8e
SM
6534 * startup.el (normal-top-level-add-subdirs-to-load-path):
6535 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6536
fc3e23a4
EZ
6537 * dired.el (dired-insert-directory): If file-system-info is
6538 fboundp, call it instead of invoking dired-free-space-program.
6539
796ecd10
GM
65402000-12-07 Gerd Moellmann <gerd@gnu.org>
6541
0f5f7c3e
GM
6542 * server.el (server-visit-files): Push files on file-name-history.
6543
3764ba49
GM
6544 * progmodes/cc-langs.el: Update copyright.
6545
8e7931da
GM
6546 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6547
ae0d7485 6548 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6549
796ecd10
GM
6550 * bindings.el (mode-line-mode-menu): Reverse the order
6551 of define-keys so that the menu appears in alphabetical order.
6552
ae0d7485
GM
65532000-12-07 Milan Zamazal <pdm@freesoft.cz>
6554
6555 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6556 of the function.
6557
e2849090
DL
65582000-12-07 Dave Love <fx@gnu.org>
6559
6560 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6561
6562 * facemenu.el (facemenu-unlisted-faces): Fix value.
6563
5c7f629c
SM
65642000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6565
6566 * font-lock.el (font-lock-default-fontify-region):
6567 Include the terminating \n (off-by-one error).
6568 (font-lock-set-defaults): Use dolist.
6569
6570 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6571
73481ae3
KH
65722000-12-07 Kenichi Handa <handa@etl.go.jp>
6573
83c9cb8e
SM
6574 * international/mule-cmds.el (describe-language-environment):
6575 Fix for the case that an input method title is not string but a list.
ffbaa122 6576
73481ae3
KH
6577 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6578 of wrong SIZE record.
6579
e2896b22
DL
65802000-12-06 Dave Love <fx@gnu.org>
6581
67292061
DL
6582 * newcomment.el (comment-region, comment-dwim): Doc fix.
6583
6584 * textmodes/texinfo.el: Require tex-mode when compiling.
6585 (texinfo-update-node): Doc fix.
6586 (texinfo-imenu-generic-expression): Add @anchor.
6587 (texinfo-font-lock-keywords): Add @uref.
6588 (texinfo-inside-macro-p): Don't use ignore-errors.
6589 (texinfo-insert-quote): Match more contexts.
6590
e76938e7
DL
6591 * international/mule.el (decode-char, encode-char): Doc fix.
6592 (auto-coding-alist): Customize.
6593
6594 * files.el (load-file): Fix change of 2000-03-12.
6595
e2896b22
DL
6596 * wid-edit.el (widget-text-keymap): Doc fix.
6597
6610f4b2
AI
65982000-12-06 Andrew Innes <andrewi@gnu.org>
6599
6600 * makefile.w32-in (lisp): Set to an absolute directory, namely
6601 $(CURDIR).
6602
9e3366e4
EZ
66032000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6604
6605 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6606 read generated-autoload-file, and set buffer-file-coding-system to
6607 raw-text-unix after reading the file.
6608
83c9cb8e
SM
6609 * international/mule-conf.el (file-coding-system-alist):
6610 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6611
d94d636f
GM
66122000-12-06 Gerd Moellmann <gerd@gnu.org>
6613
384333ee
GM
6614 * replace.el (occur): Make line-number-width 1 smaller for the
6615 colon following the line number.
6616
83c9cb8e
SM
6617 * startup.el (fancy-splash-text, command-line-1):
6618 Use `File' for the menu name instead of `Files'.
e04d21aa 6619
d4b72d58
GM
6620 * tmm.el: Update copyright.
6621
d94d636f
GM
6622 * cus-start.el: Add entry for even-window-heights.
6623
6e424019
MB
66242000-12-06 Miles Bader <miles@gnu.org>
6625
6626 * faces.el (frame-set-background-mode): Avoid stomping on
6627 locally modified faces.
6628
e6477b58
KH
66292000-12-06 Kenichi Handa <handa@etl.go.jp>
6630
6631 * international/fontset.el: Correct the font registries for
6632 japanese-jisx0213-1 and japanese-jisx0213-2.
6633
21999ab9
GM
66342000-12-05 Gerd Moellmann <gerd@gnu.org>
6635
57d6e381
GM
6636 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6637
21999ab9
GM
6638 * iswitchb.el: Update customization commentary.
6639
7422819c
GM
66402000-12-05 Rob Riepel <riepel@Stanford.EDU>
6641
6642 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6643 (tpu-search-highlight): Fixed comparison of overlay end positions.
6644 (tpu-trim-line-ends): Implemented trimming logic locally.
6645
6646 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6647 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6648
73daff18
KH
66492000-12-05 Kenichi Handa <handa@etl.go.jp>
6650
6651 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6652 to cn-gb.
6653 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6654
6a4cd002
DL
66552000-12-04 Dave Love <fx@gnu.org>
6656
6657 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6658
6452929e
GM
66592000-12-04 Gerd Moellmann <gerd@gnu.org>
6660
e04d21aa 6661 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6662 (rmail-summary-expunge-and-save): Ask for confirmation with
6663 rmail-expunge-confirmed.
6664
6665 * mail/rmail.el (rmail-expunge-confirmed): New function.
6666 (rmail-expunge): Use it.
6667
1790abf4
FP
66682000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6669
0c68ce6f 6670 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6671 (etags-recognize-tags-table, find-tag-in-order):
6672 New functionality: interpret file names as tags.
e04d21aa 6673
7a53d8c8
EZ
66742000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6675
6676 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6677 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6678 the first subnode until the bottom of the current node is visible.
7a53d8c8 6679
caa15ef7
GM
66802000-12-04 Gerd Moellmann <gerd@gnu.org>
6681
6682 * format.el (format-decode): Don't change buffer's undo list.
6683
e225faa7
KH
66842000-12-04 Kenichi Handa <handa@etl.go.jp>
6685
6686 * faces.el (face-font-registry-alternatives): Add entries for CJK
6687 fonts. Doc-string adjusted for the actual usage of this data.
6688
6689 * international/fontset.el: Change the font registries for CJK
6690 fonts in the default fontset. Don't append '*' to registries.
6691
8b262a65
SM
66922000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6693
e04d21aa 6694 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6695 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6696
6697 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6698 (derived-mode-p): New function.
6699 (derived-mode-make-docstring): Add `docstring' argument.
6700 Use it if available and complete it if necessary.
6701
33c4460b
AS
67022000-12-03 Andreas Schwab <schwab@suse.de>
6703
6704 * type-break.el (type-break): Don't make parent of itself.
6705
5c9b3fac
MB
67062000-12-03 Miles Bader <miles@gnu.org>
6707
6708 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6709
27ce741e
SM
67102000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6711
07c16ec4
SM
6712 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6713 (tex-main-file, tex-file): Simplify.
6714 (tex-generate-zap-file-name): Use subst-char-in-string.
6715 (tex-strip-dots): Remove.
6716
c19cc275
SM
6717 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6718
27ce741e
SM
6719 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6720 to check if the match succeeded.
6721
285991dc
GM
67222000-12-02 Gerd Moellmann <gerd@gnu.org>
6723
6724 * startup.el (use-fancy-splash-screens-p): New function.
6725 (command-line-1): Use it to determine whether or not to use
6726 a fancy splash screen.
6727
52dca1b2
AS
67282000-12-02 Andreas Schwab <schwab@suse.de>
6729
6730 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6731
d3e7e7cf
EZ
67322000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6733
2dce2360
EZ
6734 * international/mule.el (make-char): Fix last change.
6735
9768eaa7
EZ
6736 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6737 New defcustoms.
6738 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6739 autoloading tex-mode; instead, do the same manually.
6740 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6741 with numeric argument. Docstring fix.
6742 (toplevel): Require cl when compiling.
e04d21aa 6743
285991dc 6744 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6745
0dd5e255
JR
67462000-12-02 Jason Rumney <jasonr@gnu.org>
6747
6748 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6749 the Emacs Lisp manual)
6750
fbb87147
EZ
67512000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6752
5cbb3e93
EZ
6753 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6754
fbb87147
EZ
6755 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6756 the Emacs Lisp manual).
6757
1636ca09
GM
67582000-12-02 Gerd Moellmann <gerd@gnu.org>
6759
6760 * simple.el (next-line-add-newlines): Change default to nil.
6761
68875f0e
EZ
67622000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6763
83c9cb8e
SM
6764 * files.el (revert-buffer, recover-file):
6765 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6766
fd9ac94c
GM
67672000-12-01 Gerd Moellmann <gerd@gnu.org>
6768
6769 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6770
45450dd5
MB
67712000-12-01 Miles Bader <miles@gnu.org>
6772
6773 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6774
09df8881
KH
67752000-12-01 Kenichi Handa <handa@etl.go.jp>
6776
6777 * international/mule-diag.el (describe-char-after): Fix typo.
6778 (describe-character-set, non-iso-charset-alist): Fix typo.
6779
dea0a87d
MB
67802000-12-01 Miles Bader <miles@gnu.org>
6781
b170205b
MB
6782 * image-file.el (image-file-name-regexp): Automatically add
6783 upper-case variants of each filename extension in
6784 `image-file-name-extensions', since they seem to be common.
6785
e04d21aa 6786 * simple.el (minibuffer-contents)
dea0a87d
MB
6787 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6788 New functions.
6789 * filecache.el (file-cache-directory-name)
6790 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6791
eb04d6cd 67922000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6793
dea0a87d
MB
6794 * filecache.el (file-cache-minibuffer-complete): Don't try to
6795 delete the minibuffer prompt.
6796
a8a1b05d
DL
67972000-11-30 Dave Love <fx@gnu.org>
6798
6799 * cus-start.el: Fix read-buffer-function type.
6800
693c4692
GM
68012000-11-30 Gerd Moellmann <gerd@gnu.org>
6802
6803 * md5.el: Removed. There's a built-in function, now.
6804
2c0b1898
GM
68052000-11-30 Markus Rost <rost@math.ohio-state.edu>
6806
6807 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6808 as dummy 0-th char of rmail-deleted-vector.
6809
63dfcf4b
EZ
68102000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6811
6812 * ps-print.el (ps-end-job): Bind case-fold-search only after
6813 switching to ps-spool-buffer.
6814
68152000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6816
6817 * ps-print.el: Line number font customization. PostScript: Lines and
6818 PageCount are initialized on each page. Doc Fix.
6819 (ps-print-version): New version number (6.3.2).
6820 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6821 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6822 (ps-right-header): Customization fix.
6823 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6824 Fix code.
6825 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6826 New vars.
6827
df3aedcf
GM
68282000-11-30 Gerd Moellmann <gerd@gnu.org>
6829
edfb795e
GM
6830 * bs.el: Fix typos and spelling errors.
6831 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6832 (bs-configuration): Doc fix.
e04d21aa 6833
df3aedcf
GM
6834 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6835
8b8a7f01
GM
68362000-11-30 Rob Riepel <riepel@Stanford.EDU>
6837
6838 * emulation/tpu-edt.el (tpu-version): New version.
6839 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6840 (tpu-original-mode-line): Variable deleted.
6841 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6842 (tpu-set-mode-line): Don't redefine mode-line-format.
6843 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6844 (tpu-update-mode-line): New mark flag logic.
6845 (tpu-get): Use find-file-wildcards.
6846 (tpu-search-highlight): Move overlay less, reset overlay properly.
6847 (tpu-unselect): Deactivate mark.
6848 (tpu-lm-replace): Reset overlay properly.
6849 (tpu-forward-line): Use forward-visible-line.
6850 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6851
83c9cb8e 6852 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6853
c069a9d3
GM
68542000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6855
6856 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6857
b02cd40b
GM
68582000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6859
6860 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6861 and skip whitespace and newlines.
e04d21aa 6862
b7a90344
SM
68632000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6864
6865 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6866
be6bbb55
GM
68672000-11-29 Gerd Moellmann <gerd@gnu.org>
6868
0383ed60
GM
6869 * help.el (describe-function-1): Regexp-quote function name
6870 when used as part of a regexp.
6871
83c9cb8e
SM
6872 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6873 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6874 (tool-bar-add-item): Likewise, and handle unspecified colors.
6875
6876 * enriched.el (enriched-face-ans): Use face-attribute instead
6877 of face-foreground and face-background.
6878
6879 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6880 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6881
7423978d
GM
6882 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6883
ef128c78
GM
6884 * play/5x5.el: Remove version info.
6885
a81fc510
GM
6886 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6887
be6bbb55
GM
6888 * frame.el (blink-cursor-mode): Doc fix.
6889
f9396e03
GM
68902000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6891
6892 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6893 to create Makefile rules.
6894 (antlr-tool-command): New user option.
6895 (antlr-ask-about-save): New user option.
6896 (antlr-makefile-specification): New user option.
6897 (antlr-file-formats-alist): New variable.
6898 (antlr-special-file-formats): New variable.
6899 (antlr-unknown-file-formats): New user option.
6900 (antlr-help-unknown-file-text): New variable.
6901 (antlr-help-rules-intro): New variable.
6902 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6903 (antlr-mode-menu): Add entries.
6904 (antlr-file-dependencies): New function.
6905 (antlr-directory-dependencies): New function.
6906 (antlr-superclasses-glibs): New function.
6907 (antlr-run-tool): New command.
6908 (antlr-makefile-insert-variable): New function.
6909 (antlr-insert-makefile-rules): New function.
6910 (antlr-show-makefile-rules): New command.
6911
6912 * antlr-mode.el: More Emacs/XEmacs stuff.
6913 (antlr-no-action-keywords): New constant with value nil.
6914 (antlr-font-lock-keywords-alist): Use it. Old value would break
6915 syntax highlighting in Emacs-21.0.
6916 (antlr-default-directory): Emacs/XEmacs dependend function.
6917 (antlr-read-shell-command): Ditto.
6918 (antlr-with-displaying-help-buffer): Ditto.
6919
69202000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6921
6922 * antlr-mode.el: imenu, parsing and highlighting changes.
6923 (antlr-imenu-create-index-function): Don't create extra submenus
6924 for definitions in different grammar classes. It is not necessary
6925 for the menu and would make command `imenu' awkward to use.
6926 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6927 header actions and more than one.
6928 (antlr-font-lock-tokendef-face): Changed color.
6929 (antlr-font-lock-tokenref-face): Changed color.
6930 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6931 (antlr-mode-syntax-table): New variable.
6932 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6933 (antlr-with-syntax-table): Don't copy syntax table.
6934
69352000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6936
6937 * antlr-mode.el: Minor changes: language setting.
6938 (antlr-language-alist): The value for file option "language" can
6939 be both an identifier and a string.
6940 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6941 (antlr-language-limit-n-regexp): Change accordingly.
6942
69432000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6944
6945 * antlr-mode.el: Minor changes: tabs, hiding.
6946 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6947 (antlr-action-visibility): Also allow value nil to also hide the
6948 braces. Renamed from `antlr-tiny-action-length'.
6949 Suggested by Jay@aol.com.
6950 (antlr-hide-actions): Change accordingly. Hide line if completely
6951 hidden action is on a line of its own.
e04d21aa 6952
6ad948eb
SM
69532000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6954
6955 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6956
6957 * sort.el (sort-columns): Don't concat strings with numbers.
6958
9c6a4107
DL
69592000-11-29 Dave Love <fx@gnu.org>
6960
6961 * cus-edit.el (face): Fix :format.
6962
6963 * mail/feedmail.el: Require smtpmail when compiling.
6964 (mail-do-fcc): Autoload.
6965 (feedmail) <defgroup>: Fix :link.
6966 (feedmail-nuke-body-in-fcc): Fix :type.
6967 (feedmail-send-it): Add autoload cookie.
6968
053b8d35
SM
69692000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6970
6971 * newcomment.el (comment-indent): Save excursion around call to
6972 comment-indent-function.
6973
242c13e8
MB
69742000-11-29 Miles Bader <miles@gnu.org>
6975
6976 * subr.el (member-ignore-case): Return the tail of the list who's
6977 car matches, like `member', not the matching element itself.
6978
8f4b5f28
KH
69792000-11-29 Kenichi Handa <handa@etl.go.jp>
6980
6981 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6982 should not contain `\n'.
6983
bebe4a2c
GM
69842000-11-28 Gerd Moellmann <gerd@gnu.org>
6985
fd9ac94c 6986 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6987
ba7e40eb
GM
6988 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6989
75ab0c79
GM
6990 * dired-aux.el (dired-do-create-files): Construct default file
6991 name for dired-mark-read-file-name so that when the user enters
6992 just RET, the target file will end up in the target directory.
6993
bebe4a2c
GM
6994 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6995 local-abbrev-table before changing buffers because it might
6996 have a buffer-local binding.
6997
fa6d1ca8
MB
69982000-11-28 Miles Bader <miles@gnu.org>
6999
7000 * simple.el (delete-horizontal-space): Handle fields more generally.
7001
8d2c2642
GM
70022000-11-28 Gerd Moellmann <gerd@gnu.org>
7003
7004 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
7005
8b31236d
DL
70062000-11-28 Dave Love <fx@gnu.org>
7007
3cbd02d2
DL
7008 * progmodes/ps-mode.el (ps-mode): Set comment-start and
7009 comment-start-skip locally.
7010
8b31236d
DL
7011 * progmodes/fortran.el (fortran-mode): Don't set
7012 fortran-comment-line-start-skip. Set comment-start to
7013 fortran-comment-line-start.
7014 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
7015 (fortran-comment-line-start-skip): Simplify slightly.
7016
ae4bf56d
GM
70172000-11-28 Gerd Moellmann <gerd@gnu.org>
7018
17ef7534
GM
7019 * play/5x5.el: Remove RCS keyword.
7020
fd9ac94c 7021 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 7022
665b27a6
GM
70232000-11-28 Milan Zamazal <pdm@freesoft.cz>
7024
83c9cb8e
SM
7025 * textmodes/tildify.el (tildify-string-alist):
7026 Add `plain-tex-mode' here.
665b27a6 7027
fe3c2ae3
GM
70282000-11-28 Colin Walters <walters@cis.ohio-state.edu>
7029
7030 * chistory.el (Command-history-setup): Remove extraneous `keymap'
7031 reference.
7032
d970106b
MB
70332000-11-28 Miles Bader <miles@gnu.org>
7034
36b80a0d
MB
7035 * cus-face.el (custom-face-attributes): Add post-filter function
7036 for :box. Make pre-filter function for :box handle all cases.
7037
d970106b
MB
7038 * wid-edit.el (widget-choose): Make sure pop-up window is large
7039 enough to display all the choices, as there's no way to scroll it.
7040
5a2bae6c
KH
70412000-11-28 Kenichi Handa <handa@etl.go.jp>
7042
7043 * international/mule-conf.el: Make the coding system no-conversion
7044 safe for all characters.
7045
9e836e23
DL
70462000-11-27 Dave Love <fx@gnu.org>
7047
8b31236d
DL
7048 * net/ldap.el (ldap) <defgroup>: Add :version.
7049
9e836e23
DL
7050 * tooltip.el (tooltip-use-echo-area): Doc fix.
7051
7052 * cus-start.el <minibuffer-prompt-properties>: Add version.
7053 <read-buffer-function>: Add.
7054
7055 * apropos.el (apropos-print): Add help-echo to active text.
7056
7057 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
7058
4a74d071
GM
70592000-11-27 Gerd Moellmann <gerd@gnu.org>
7060
7061 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
7062 type, group and version.
7063
76058c27
EZ
70642000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
7065
4a74d071 7066 * select.el (x-get-selection): Docstring fix.
76058c27 7067
fd9ac94c 70682000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 7069
fd9ac94c 7070 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 7071
49060c51
AI
70722000-11-27 Andrew Innes <andrewi@gnu.org>
7073
7074 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
7075
7076 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
7077
b2a8e429
MB
70782000-11-27 Miles Bader <miles@gnu.org>
7079
7080 * dired.el (dired-get-filename): Return filename verbatim if
7081 LOCALP is `verbatim'.
7082 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
7083 `verbatim' so that we don't inadvertently delete a non-existant
7084 directory name.
7085
5ac0366d
KH
70862000-11-27 Kenichi Handa <handa@etl.go.jp>
7087
7088 * international/characters.el: Specify cases and syntaxes for
7089 mule-unicode-0100-24ff.
7090
67f1cf4c
GM
70912000-11-27 Gerd Moellmann <gerd@gnu.org>
7092
7093 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
7094 that foreground and/or background colors of the face `tool-bar'
7095 are unspecified.
7096
46c56972
MB
70972000-11-27 Miles Bader <miles@gnu.org>
7098
e04d21aa 7099 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
7100 (widget-field-end): Handle widget field `pseudo-overlays'.
7101 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
7102 if it's there instead of in `widget-field-list'.
7103
46c56972 7104 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
7105 (help-make-xrefs): Delete extraneous newlines at the end of the
7106 docstring.
46c56972 7107
640a9cdd
JR
71082000-11-25 Jason Rumney <jasonr@gnu.org>
7109
7110 * startup.el (command-line): Call set-locale-environment after
7111 Window System init file is read, as it can result in a call to
7112 redraw-frame.
7113
0b3f96d4
EZ
71142000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
7115
7116 * simple.el (shell-command): Mention the effect of the prefix
7117 argument in the doc string.
7118
8da6e2a1
MB
71192000-11-25 Miles Bader <miles@gnu.org>
7120
a658d039
MB
7121 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
7122
8da6e2a1 7123 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 7124 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 7125
d3416cca
JR
71262000-11-24 Jason Rumney <jasonr@gnu.org>
7127
7128 * international/mule-cmds.el (locale-language-names): Add "jp" as
7129 a non-standard alternative for Japanese.
7130
17e37f53
AS
71312000-11-24 Andre Spiegel <spiegel@gnu.org>
7132
7133 * vc-hooks.el: Require 'cl during compilation.
7134
9aa5f148
GM
71352000-11-24 Gerd Moellmann <gerd@gnu.org>
7136
ba193890
GM
7137 * faces.el (face-set-after-frame-default): Let face attributes
7138 specified for new frames override frame parameters.
7139
9aa5f148
GM
7140 * startup.el (command-line): Fix computation of the source file
7141 for user-init-file when user-init-file is a compiled file.
7142
51a1edab
MB
71432000-11-24 Miles Bader <miles@gnu.org>
7144
e04d21aa 7145 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
7146 (custom-post-filter-face-spec): New functions.
7147 (custom-face-set, custom-face-value-create): Filter the face spec
7148 before and after customization.
7149 (custom-face-set): If VALUE specifies a null face, pass a
7150 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
7151 * cus-face.el (custom-face-attributes): Remove SET and GET
7152 functions. Add some IN-FILTER and OUT-FILTER functions in the few
7153 cases they're needed.
7154
1ed74431
MB
7155 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
7156 that it's distinguishable from the :off-glyph on dark-background
7157 displays. Set its background color too.
7158
67ee1125
MB
7159 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
7160 so that people can easily turn it off.
7161
7d027816 71622000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 7163
7d027816 7164 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 7165
9aa5f148 7166 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 7167
9aa5f148 7168 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 7169
9aa5f148 7170 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 7171 redundant skip-small-frames test.
e04d21aa 7172
9aa5f148 7173 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 7174 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 7175
9aa5f148
GM
7176 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
7177 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7178 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7179 New functions.
e04d21aa 7180
9aa5f148 7181 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7182
9aa5f148 7183 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7184
f07fa1b8
KH
71852000-11-24 Kenichi Handa <handa@etl.go.jp>
7186
83c9cb8e
SM
7187 * international/mule-diag.el (list-iso-charset-chars):
7188 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7189 (list-non-iso-charset-chars): Fix the `while' condition.
7190
ba8299ff
SM
71912000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7192
79372165
SM
7193 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7194 if the variable is make-variable-buffer-local.
7195
83c9cb8e
SM
7196 * progmodes/ada-stmt.el (ada-template-map):
7197 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7198 (ada-stmt-mode-hook): New function extracted from old code.
7199 Only change the buffer-local side of skeleton-*.
7200 (ada-mode-hook): Use it.
7201
68a887fa
EZ
72022000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7203
7204 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7205 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7206 we expect to be returned by minibuffer-depth once we prompt the
7207 user in the minibuffer.
7208 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7209 as recorded in iswitchb-minibuf-depth, return non-nil.
7210
3b345582
EZ
72112000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7212
7213 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7214 (hscroll-window-maybe): Docstring fix.
7215
595dead2
DL
72162000-11-23 Dave Love <fx@gnu.org>
7217
7218 * rect.el (string-rectangle): Don't test delete-selection-mode.
7219
1e66b27a
GM
72202000-11-23 Gerd Moellmann <gerd@gnu.org>
7221
02790ce2
GM
7222 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7223 is in the tool bar.
7224
1e66b27a 7225 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7226 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7227
a4caa65d
SM
72282000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7229
7230 * textmodes/outline.el (outline-flag-region):
7231 Don't bind inhibit-read-only since we don't modify the buffer.
7232 (outline-isearch-open-invisible): Don't jump to overlay-start
7233 since we're trying to unhide text around point.
7234 (outline-discard-overlays): Use dolist.
7235
7236 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7237
03e757c1
GM
72382000-11-22 Gerd Moellmann <gerd@gnu.org>
7239
83c9cb8e 7240 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7241
1598a961
SM
72422000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7243
7244 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7245 Fix ARG regexp to skip quoted braces.
7246 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7247 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7248 are (correctly) handled separately).
7249 Remove `caption' and `footnote' from `citations': they contain text.
7250 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7251 (latex-skeleton-end-hook): New function.
7252 (latex-mode): Use it.
7253 (tex-start-tex-marker): Remove.
7254 (tex-send-tex-command): Don't set tex-start-tex-marker.
7255 (tex-error-parse-syntax-table): New var.
7256 (tex-compilation-parse-errors): Use it.
7257 Ignore tex-start-tex-marker. Don't bother with marker-position.
7258 (tex-validate-buffer): Don't bother with marker-position.
7259
7260 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7261 (flyspell-generic-progmode-verify): Use it.
1598a961 7262
eaae8106
SS
72632000-11-22 Sam Steingold <sds@gnu.org>
7264
83c9cb8e 7265 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7266
eaae8106 7267 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7268 `ada-remove-trailing-spaces'.
eaae8106 7269 (ada-remove-trailing-spaces): Removed.
e04d21aa 7270
eaae8106 7271 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7272
1598a961
SM
7273 * textmodes/picture.el (picture-clean): Removed.
7274 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7275
a41d49e9
GM
72762000-11-22 Gerd Moellmann <gerd@gnu.org>
7277
e053c60f
GM
7278 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7279
a41d49e9
GM
7280 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7281 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7282 do anything special when jit-lock is active.
a41d49e9
GM
7283 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7284
197615f3
DL
72852000-11-22 Dave Love <fx@gnu.org>
7286
ddbfaa9f
DL
7287 * calendar/todo-mode.el (todo-top-priorities): Use
7288 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7289
ddc3c695
DL
7290 * language/chinese.el, language/cyrillic.el:
7291 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7292 * language/hebrew.el, language/indian.el, language/japanese.el:
7293 * language/korean.el, language/lao.el, language/misc-lang.el:
7294 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7295 Use provide.
7296
fb9fa98d
DL
7297 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7298 (custom-variable-set): Improve validation error mesage.
7299
197615f3
DL
7300 * rect.el (string-rectangle): Revert last change.
7301 (string-rectangle-line): New arg DELETE.
7302 (string-rectangle): Check delete-selection-mode.
7303
7304 * emacs-lisp/edebug.el (edebug-version)
7305 (edebug-maintainer-address): Deleted.
7306 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7307 (edebug-read-function): Account for other `'#' read forms.
7308 (edebug-mode-menus): Make some items toggles.
7309 (edebug-outside-unread-command-event, unread-command-event):
7310 Remove these to avoid warnings.
7311
f4117c4d
GM
73122000-11-22 David Ponce <david@dponce.com>
7313
7314 * recentf.el (recentf-menu-items-for-commands)
7315 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7316 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7317
f4117c4d
GM
7318 (recentf-build-dir-rules, recentf-dump-variable)
7319 (recentf-edit-list, recentf-open-files-item)
7320 (recentf-open-files): Replaced unnecessary `mapcar' with new
7321 built-in `mapc'.
eaae8106 7322
f8e2f3f2
MB
73232000-11-23 Miles Bader <miles@gnu.org>
7324
7325 * faces.el (menu): Make inverse-video on ttys too.
7326
4c4a541d
SM
73272000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7328
7329 * simple.el (comment-line-break-function): Use the new name
7330 indent-new-comment-line -> comment-indent-new-line.
7331 (clone-indirect-buffer): Don't ignore NORECORD.
7332 (next-completion): Properly handle the case where items are adjacent.
7333
7334 * mouse.el (popup-menu): Stupid typo.
7335
980d836e
GM
73362000-11-22 Gerd Moellmann <gerd@gnu.org>
7337
60e8e0a5
GM
7338 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7339 maintainer, keywords tags.
7340
980d836e
GM
7341 * rect.el (replace-rectangle): Don't call string-rectangle-line
7342 with too many arguments.
7343
e08b2069
AS
73442000-11-22 Andre Spiegel <spiegel@gnu.org>
7345
60e8e0a5 7346 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7347 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7348 vc-locking-user, which no longer exists.
7349
7350 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7351
c6779d8d
DL
73522000-11-22 Dave Love <fx@gnu.org>
7353
7354 * md5.el (md5): Provide.
7355 (md5): Fix error call.
7356
e672fdce
MB
73572000-11-22 Miles Bader <miles@gnu.org>
7358
eaae8106 7359 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7360 (refill-fill-paragraph-at): Remove debugging code.
7361
80e24c04
MB
7362 * calendar/calendar.el (generate-calendar-window): When we don't
7363 call `fit-window-to-buffer', make sure the top line is fully visible.
7364
3a17d6cc
MB
7365 * image-file.el (insert-image-file): Don't make `read-only'
7366 property rear-nonsticky.
7367
ae1a21c6
MB
7368 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7369 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7370 stashing away its original value.
7371 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7372 in the recursive edit.
7373 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7374 (isearch-done): Restore `minibuffer-message-timeout'.
7375
e672fdce
MB
7376 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7377
3ea79df8
SM
73782000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7379
7380 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7381
7382 * find-lisp.el (find-lisp-find-files-internal):
7383 Use dolist, when and file-name-as-directory.
7384
980d836e 7385 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7386 (define-derived-mode, define-minor-mode): Add specs.
7387
7388 * window.el: General comment and spacing fixes.
7389 (save-selected-window): Use backquotes.
7390 (window-safely-shrinkable-p): New function.
7391 (shrink-window-if-larger-than-buffer): Use it.
7392
7393 * subr.el (make-local-hook): Docstring fix.
7394
7395 * shell.el (shell-mode): Use define-derived-mode.
7396
7397 * newcomment.el (comment-indent): Insert comment before calling
7398 comment-indent-function. Don't insert in column 0.
7399 (comment-dwim): Indent before inserting comment.
7400
7401 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7402 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7403 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7404 Use mapc rather than map.
7405
7406 * files.el (find-buffer-visiting): Compare all attributes before
7407 declaring two files identical (rather than just their inode-no).
7408 (auto-mode-alist): Use \' rather than $.
7409
7410 * which-func.el: Update maintainer line.
7411
7412 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7413 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7414 (uniquify-buffer-file-name): Use it.
7415
8f62f2b8
MB
74162000-11-22 Miles Bader <miles@gnu.org>
7417
7418 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7419 * simple.el (minibuffer-avoid-prompt): New function.
7420
fb279a6d
GM
74212000-11-21 Gerd Moellmann <gerd@gnu.org>
7422
7423 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7424
867092e9
MB
74252000-11-21 Miles Bader <miles@gnu.org>
7426
ef860850
MB
7427 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7428 inclusion of `track-mouse'.
7429
867092e9
MB
7430 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7431 (refill-adjust-ignorable-overlay): New function.
7432 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7433 only the paragraph's tail if possible.
7434 Update `refill-ignorable-overlay'.
7435 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7436
7437 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7438 point inside the fill-prefix.
7439
7440 * textmodes/refill.el (refill-post-command-function): Don't reset
7441 refill-doit in the case where a self-insertion command doesn't
7442 case a refill. Use `refill-fill-paragraph-at', getting position
7443 from `refill-doit'.
7444 (refill-after-change-function): Set `refill-doit' to END.
7445 (refill-fill-paragraph-at): New function, mostly from old
7446 refill-fill-paragraph.
7447 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7448 (refill-pre-command-function): New function.
7449 (refill-mode): Add it to `pre-command-hook'.
7450
ff9ab414
GM
74512000-11-20 Gerd Moellmann <gerd@gnu.org>
7452
29a01b72
GM
7453 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7454
ff9ab414
GM
7455 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7456 javadoc tags.
eaae8106 7457
885b211b
AS
74582000-11-20 Andre Spiegel <spiegel@gnu.org>
7459
7460 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7461 vc.el).
7462
eaae8106 7463 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7464 require vc.
eaae8106
SS
7465
7466 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7467 checkouts.
eaae8106 7468
d1838556
DL
74692000-11-20 Dave Love <fx@gnu.org>
7470
7471 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7472
2b69bc11 74732000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7474
2b69bc11
GM
7475 * calculator.el (calculator-paste): Use `if' instead of `and'
7476 and `or'.
7477 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7478
b95b34e5
GM
74792000-11-19 Gerd Moellmann <gerd@gnu.org>
7480
030de92f
GM
7481 * info.el (info-menu-5): Doc fix.
7482
b95b34e5
GM
7483 * textmodes/artist.el: New file.
7484
54970452
AS
74852000-11-19 Andre Spiegel <spiegel@gnu.org>
7486
eaae8106 7487 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7488 and differentiate according to checkout model.
7489 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7490 since this function is only concerned with master state.
7491
83c9cb8e
SM
7492 * vc-hooks.el (vc-workfile-unchanged-p)
7493 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7494
83c9cb8e
SM
7495 * vc.el (vc-workfile-unchanged-p)
7496 (vc-default-workfile-unchanged-p): See above.
54970452 7497
e5a9dabf
MB
74982000-11-19 Miles Bader <miles@gnu.org>
7499
7500 * image-file.el (insert-image-file): Make `intangible' and
7501 `read-only' properties rear-nonsticky too.
7502
24127af0
GM
75032000-11-18 Gerd Moellmann <gerd@gnu.org>
7504
d392e9c5 7505 * ps-print.el: Update copyright notice.
eaae8106 7506
d392e9c5
GM
7507 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7508 (tooltip-show): Use the offsets.
7509
24127af0 7510 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7511 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7512 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7513
2b69bc11 75142000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7515
2b69bc11
GM
7516 * ps-print.el (toplevel): Test for find-coding-system being
7517 fboundp before calling ps-x-find-coding-system.
08ea6f17 7518
66321b2f
SM
75192000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7520
7521 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7522 (vc-version-backup-file): Docstring fix.
7523
046110c6
GM
75242000-11-16 Gerd Moellmann <gerd@gnu.org>
7525
4104194e
GM
7526 * files.el (basic-save-buffer): Don't add a newline if
7527 find-file-literally is non-nil.
7528 (find-file-literally): Extend doc string.
7529
046110c6
GM
7530 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7531 sort(1) with the `-f' argument.
7532
6505c16e
AS
75332000-11-16 Andre Spiegel <spiegel@gnu.org>
7534
fd063975
AS
7535 * vc.el: Updated backend documentation.
7536 (vc-default-check-headers): New function.
7537
3d02dd81 7538 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7539
7540 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7541 up-to-date.
eaae8106 7542 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7543 the minibuffer is not active.
fd063975 7544
eaae8106 7545 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7546 `vc-cvs-use-edit' is on.
eaae8106
SS
7547 (vc-cvs-checkout): When this is used for reverting the workfile,
7548 make a backup of the original contents and revert to that in case
8791d617 7549 of error.
eaae8106 7550 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7551 remote repositories.
eaae8106 7552
6505c16e
AS
7553 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7554 for both version and ratio in the minibuffer.
fd063975 7555
eaae8106 7556 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7557 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7558
a13f0660
KH
75592000-11-16 Kenichi Handa <handa@etl.go.jp>
7560
7561 * international/quail.el (quail-start-translation): Don't call
7562 `message' before reading key sequence.
7563
1389a414
MB
75642000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7565
7566 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7567
9256a532
KH
75682000-11-16 Kenichi Handa <handa@etl.go.jp>
7569
7570 * window.el (fit-window-to-buffer): Be sure to acquire at least
7571 one text line even if the buffer is empty.
7572
0e14fe9f
GM
75732000-11-16 Gerd Moellmann <gerd@gnu.org>
7574
eaae8106 7575 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7576 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7577 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7578
da645c53
DL
75792000-11-15 Dave Love <fx@gnu.org>
7580
83c9cb8e
SM
7581 * wid-edit.el (widget-specify-field, widget-specify-button):
7582 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7583 widget-mouse-help.
7584 (widget-mouse-help): New function.
7585 (widget-echo-help): Rewritten for :help-echo functions only taking
7586 a widget arg.
7587
83c9cb8e
SM
7588 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7589 Use display-graphic-p.
b12057b9
DL
7590 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7591 and that JPEG is available.
7592 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7593
da645c53
DL
7594 * international/mule-cmds.el (locale-charset-language-names):
7595 Match @euro.
7596
6d133d1f
GM
75972000-11-15 Gerd Moellmann <gerd@gnu.org>
7598
83c9cb8e
SM
7599 * faces.el (face-set-after-frame-default):
7600 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7601 default face from X resources.
7602
49ac2ac5
EZ
76032000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7606 Don't set EMACSLOADPATH.
7607
4fb0a34c
EZ
76082000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7609
7610 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7611 texinfo-insert-@url.
7612 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7613 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7614
bb304a7a
SM
76152000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7616
82bc80bf
SM
7617 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7618 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7619 (checkdoc-minor-keymap): Backward compatibility.
7620 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7621 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7622 (checkdoc-this-string-valid-engine): Be a bit more strict
7623 to avoid matching substrings of `...' quoted vars/funs.
7624 (checkdoc-defun-info): Only look for `interactive' if alone.
7625 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7626
e8c87124
SM
7627 * progmodes/compile.el (grep): `tag-default' can be nil.
7628
bb304a7a
SM
7629 * newcomment.el (comment-indent): Paren typo.
7630
8628686a
DL
76312000-11-14 Dave Love <fx@gnu.org>
7632
25c269ef
DL
7633 * calculator.el: New maintainer version.
7634
66321b2f 7635 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7636
8628686a
DL
7637 * cmuscheme.el: Doc fixes.
7638 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7639 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7640
7641 * xscheme.el (scheme-program-name): Don't define here.
7642
7643 * progmodes/scheme.el (scheme-program-name): New variable
7644 (originally in cmuscheme).
7645
88f0a1eb
MB
76462000-11-14 Miles Bader <miles@gnu.org>
7647
7648 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7649 Handle header-lines. Don't loop forever if we can't enlarge the
7650 window anymore. Simplify a bit.
7651
cd9a000c
KH
76522000-11-14 Kenichi Handa <handa@etl.go.jp>
7653
7654 * window.el (fit-window-to-buffer): Don't check
7655 window-text-height. Assure that the last line is fully visible.
7656
83c9cb8e
SM
7657 * international/quail.el (quail-show-guidance-buf):
7658 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7659 buffer.
7660 (quail-update-guidance): Avoid making the guidance buffer shorter.
7661
d3fcda22
SM
76622000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7663
bdbd9606
SM
7664 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7665 rather than `prepend' and add an interesting comment.
7666 (tex-math-face, tex-font-lock-syntactic-face-function):
7667 New face and function to use it.
7668 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7669 than `menu-enable' symbol property.
7670 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7671 (tex-mode): Add some latex-mode commands for auto-selection.
7672 Use tex-font-lock-syntactic-face-function.
7673 (tex-insert-quote): Simplify.
7674 (tex-shell): New mode.
7675 (tex-start-shell): Use it.
7676 (tex-shell-proc, tex-shell-buf): New functions.
7677 (tex-send-command): Use it.
7678 (tex-main-file): Fix the meaning of the new arg REALFILE.
7679 (tex-send-tex-command): New function split from `tex-start-tex'.
7680 Set compilation-last-buffer and compilation-parsing-end.
7681
d3fcda22
SM
7682 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7683 when it follows non-comment text on the line.
7684
7685 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7686 Set font-lock-defaults.
7687 (lisp-mode-shared-map): Init inside the defvar.
7688 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7689 Use define-derived-mode.
7690
bdab1d43
MB
76912000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7692
7693 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7694
936ae731
GM
76952000-11-14 Gerd Moellmann <gerd@gnu.org>
7696
83c9cb8e
SM
7697 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7698 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7699 recursion; see comment there.
7700
1695ca2b
EZ
77012000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7702
7703 * faces.el (face-spec-set-match-display): Revert the change from
7704 2000-10-24. Add a FIXME for after v21.1.
7705
9d348294
MB
77062000-11-13 Miles Bader <miles@gnu.org>
7707
7708 * textmodes/fill.el (skip-line-prefix): New function.
7709 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7710 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7711 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7712 point inside the fill-prefix.
9d348294 7713
b85fa13c
MB
77142000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7715
83c9cb8e
SM
7716 * calendar/calendar.el (generate-calendar-window):
7717 Use `fit-window-to-buffer'.
b85fa13c 7718
a0b47716
SM
77192000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7720
7721 * gud.el (gud-minor-mode): New var.
7722 (gud-symbol, gud-val): New functions.
7723 (gud-find-file): Copy gud-minor-mode to the new buffer.
7724 (gud-menu-map): Include entries for commands that are not always
7725 available, using :enable to (de)activate them.
7726 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7727 (gud-mode-map): New map.
eaae8106 7728 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7729 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7730 Don't set up gud's menu (it's done by the minor-mode).
7731 (gud-minibuffer-local-map): New.
7732 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7733 (gud-query-cmdline): New function.
7734 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7735 (gud-mode): Use define-derived-mode.
7736 Don't set up gud's menu (it's done by the minor-mode).
7737 (gud-chop-words): Remove.
7738 (gud-common-init): Use split-string instead.
7739 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7740
7741 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7742 Add keyword arg :name.
7743
7744 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7745 (diff-count-matches, diff-split-hunk): New functions.
7746 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7747
7748 * pcvs-info.el (cvs-fi-conflict-face): New var.
7749
7750 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7751 Make it into a simple syntax-table, shared among all submodes.
7752 (sh-heredoc-face): Re-introduce.
7753 (sh-font-lock-syntactic-face-function): New function.
7754 (sh-mode): Use it. Also use define-derived-mode.
7755 Remove old bogus setting of indent-region-function.
7756 (sh-set-shell): Don't set the syntax-table any more.
7757 (sh-mode-syntax-table) <defun>: Remove.
7758
f5ed37df
MB
77592000-11-12 Miles Bader <miles@gnu.org>
7760
7761 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7762 message if interactive.
7763
0b074c2f
DL
77642000-11-12 Dave Love <fx@gnu.org>
7765
7766 * mail/feedmail.el: Fix header,
7767 (feedmail) <defgroup>: Add :link.
7768
7769 * view.el: Use local-map property, not keymap on mode-line string.
7770
83c9cb8e
SM
7771 * scroll-all.el (scroll-all-mode): Customize variable.
7772 Add autoload cookie to function.
0b074c2f
DL
7773
7774 * lazy-lock.el: Remove compatibility code.
7775
7776 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7777 (finder-help-echo): New variable.
7778 (finder-mouse-face-on-line): Add help-echo stuff.
7779 (finder-list-keywords, finder-list-matches): Use mapc.
7780
7781 * faces.el (face-font-registry-alternatives): Add :version.
7782
7783 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7784 tags-table-list.
7785
a0b47716 7786 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7787
a0b47716 7788 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7789 (mail-mode): Use [:alnum:] in some regexps.
7790
6d502396
DL
77912000-11-10 Dave Love <fx@gnu.org>
7792
7793 * ediff.el (ediff-regions-internal, ediff-documentation):
7794 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7795 fundamental mode.
7796
7797 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7798 buffer into fundamental mode.
7799 (ediff-set-difference): Use copy-sequence if available.
7800
83c9cb8e
SM
7801 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7802 Check ediff-patch-map non-nil.
6d502396
DL
7803 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7804 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7805 buffer into fundamental mode.
7806
7807 * ediff-merg.el (state-or-merge): Defvar when compiling.
7808
a82fe213
JR
78092000-11-10 Jason Rumney <jasonr@gnu.org>
7810
7811 * w32-fns.el (w32-add-charset-info): New function.
7812 (w32-charset-info-alist): Use it.
7813
52d89894
GM
78142000-11-10 Gerd Moellmann <gerd@gnu.org>
7815
7816 * faces.el (face-font-registry-alternatives): New user-option.
7817
178932de
SM
78182000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7819
d7fa3319
SM
7820 * textmodes/texinfo.el (texinfo-block-default): New var.
7821 (texinfo-insert-block): Use it. Insert a newline if needed.
7822
178932de
SM
7823 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7824 (fill-region-as-paragraph): Use it.
7825
7826 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7827 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7828 Tweak paragraph regexps to allow a leading [ \t]*.
7829 (tex-latex-block): Insert a newline if necessary.
7830 (latex-insert-item): Only insert a newline if necessary.
7831 (tex-guess-main-file): New function.
7832 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7833 Set tex-main-file if TeX-master is provided.
7834 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7835
bd02b8e0
GM
78362000-11-10 Gerd Moellmann <gerd@gnu.org>
7837
7838 * startup.el (command-line): Set the default tooltip-mode
7839 to t for graphical displays which implement x-show-tip.
7840
7841 * tooltip.el (tooltip-mode): Add a comment about startup.el
7842 setting the default value of this user-option.
7843
b29b03eb
SM
78442000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7845
7846 * font-lock.el (font-lock-*-face) <defvar>: Move.
7847 (font-lock-defaults-alist): Mark obsolete.
7848 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7849 (font-lock-mode): Use define-minor-mode.
7850 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7851 (font-lock-turn-off-thing-lock): Be more explicit.
7852 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7853 (font-lock-syntactic-face-function): New var.
7854 (font-lock-fontify-syntactically-region): Use it.
7855 (font-lock-doc-face): New.
7856
7857 * pcvs.el (cvs-enabledp): Ignore errors.
7858 (cvs-commit-filelist): Never query.
7859 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7860 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7861 (cvs-do-removal): Use cvs-partition rather than delete-if.
7862 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7863 cvs-bury-buffer.
7864
7865 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7866 Allow `next' to jump to after the end of the last match.
7867
778fbc46
GM
78682000-11-09 Gerd Moellmann <gerd@gnu.org>
7869
730c746c
GM
7870 * simple.el (byte-compiling-files-p): New function.
7871
7872 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7873 if it is there.
7874
7875 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7876 nil again.
7877
778fbc46
GM
7878 * textmodes/ispell.el (ispell-library-path): Don't call
7879 check-ispell-version when byte-compiling because that starts
7880 an ispell process, and ispell might not be installed.
7881 (toplevel): Don't set up a menu when byte-compiling.
7882
7883 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7884 it, so that a boundp test can be used to determine if we're
7885 currently byte-compiling.
7886
5912c5bb
DL
78872000-11-09 Dave Love <fx@gnu.org>
7888
83c9cb8e 7889 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7890
7bb054a5
GM
78912000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7892
83c9cb8e
SM
7893 * ps-print.el: Patch for variable initialization when spooling.
7894 Doc fix.
7bb054a5
GM
7895 (ps-output-list): Fun eliminated.
7896 (ps-begin-file, ps-begin-job): Code fix.
7897
9db2706e
DL
78982000-11-08 Dave Love <fx@gnu.org>
7899
83c9cb8e 7900 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7901
f7eb32aa
GM
79022000-11-08 Gerd Moellmann <gerd@gnu.org>
7903
7904 * simple.el (shell-command, display-message-or-buffer)
7905 (shell-command-on-region): Mention resize-mini-windows in the doc
7906 string.
7907 (display-message-or-buffer): Take the value of resize-mini-windows
7908 into account.
7909
7b01b08c
GM
79102000-11-07 Gerd Moellmann <gerd@gnu.org>
7911
acad3c0b
GM
7912 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7913
7b01b08c
GM
7914 * dired.el (dired-between-files): Add `^. find' as an alternative
7915 to the regular expression, for find-dired.
7916
6f602bd0
SM
79172000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7918
7919 * textmodes/texnfo-upd.el: Require texinfo.
7920 (defmacro, defgroup): Remove.
7921 (texinfo-section-to-generic-alist): Remove.
7922 Use texinfo-section-list instead (i.e. level is changed string->int).
7923 (texinfo-filter): New function.
7924 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7925 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7926 Use it. And use regexp-opt.
7927 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7928 (texinfo-update-menu-region-beginning)
7929 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7930 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7931 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7932 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7933 (texinfo-sequential-node-update): Remove autoload cookie.
7934
7935 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7936 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7937 (texinfo-chapter-level-regexp): Remove.
7938 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7939
bb216218
DL
79402000-11-06 Dave Love <fx@gnu.org>
7941
6f602bd0 7942 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7943
6f602bd0
SM
7944 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7945 Match defun*.
bb216218 7946
ff8dd5d5
KH
79472000-11-06 Kenichi Handa <handa@etl.go.jp>
7948
7949 * composite.el (composition-function-table): Variable declaration
7950 moved to src/composite.c.
7951 (compose-chars-after): New optional arg object.
7952
e9da51a1
GM
79532000-11-06 Gerd Moellmann <gerd@gnu.org>
7954
e0c12c68
GM
7955 * bindings.el (mode-line-toggle-read-only)
7956 (mode-line-toggle-modified, mode-line-widen)
7957 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7958 (make-mode-line-mouse2-map): Rewritten.
7959 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7960 functions so that C-h k can show something with a doc string.
eaae8106 7961
e9da51a1
GM
7962 * startup.el (fancy-splash-delay): Set to 10 seconds.
7963 (fancy-splash-max-time): New user-option.
7964 (fancy-splash-stop-time): New variable.
7965 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7966 (fancy-splash-screens-1): Throw `stop-splashing' when current
7967 time is greater than fancy-splash-stop-time.
7968
611dbdf0
SM
79692000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7970
4d2806e2
SM
7971 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7972
611dbdf0
SM
7973 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7974 Prompt user for a file rather than raising an error.
7975 (cvs-enabledp): Fix call to cvs-mode-marked.
7976 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7977 (cvs-mode-insert): Use it. Change the init prompt' value.
7978 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7979
7980 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7981 Don't pass default arg to ewoc-locate.
7982 (ewoc-collect): Return result in the right order.
7983
7984 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7985
7986 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7987 (cvs-status-get-tags): Fix regexp.
7988 (cvs-status-trees, cvs-status-cvstrees):
7989 Combine after change hooks and don't sit-for.
4d2806e2
SM
7990 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7991 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7992 Use make-char rather than hard-coded cryptic data.
7993 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7994
7995 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7996
7997 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7998 (cvs-insert-strings): New function.
7999
937b2877
MB
80002000-11-06 Miles Bader <miles@lsi.nec.co.jp>
8001
8002 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
8003 `mwheel-scroll-amount'.
8004 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
8005 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
8006 string-matching against the version string.
8007
c6c97763
KH
80082000-11-06 Kenichi Handa <handa@etl.go.jp>
8009
6eaec747
KH
8010 * language/thai.el ("Thai"): Set a lisp form that produces
8011 composed string in `sample-text' language info.
8012
8013 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
8014 composed string in `sample-text' language info.
8015
83c9cb8e
SM
8016 * international/mule-cmds.el (describe-language-environment):
8017 Eval `sample-text' data and insert the result.
6eaec747 8018
c6c97763
KH
8019 * international/mule-conf.el (compound-text): Define this coding
8020 system here. Make x-ctext and ctext aliases of it.
8021
8022 * language/european.el (compound-text, ctext): Moved to
8023 international/mule-conf.el.
8024
d1145f85
AI
80252000-11-05 Andrew Innes <andrewi@gnu.org>
8026
8027 * w32-fns.el (w32-version): New function.
8028
178a6a45
SM
80292000-11-05 Stefan Monnier <monnier@cs.yale.edu>
8030
8031 * progmodes/awk-mode.el: Update copyright.
8032 (awk-mode-abbrev-table): Remove.
8033 (awk-font-lock-keywords): Use regexp-opt.
8034 (awk-mode): Use define-derived-mode.
8035
8036 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
8037 when extracting a suffix.
8038
1ba90166
AS
80392000-11-04 Andre Spiegel <spiegel@gnu.org>
8040
8041 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
8042 auto-save-mode.
8043
546790cb
JR
80442000-11-04 Jason Rumney <jasonr@gnu.org>
8045
8046 * language/european.el (decode-mac-roman): Test against r1 not r0.
8047
d247e32d
SM
80482000-11-03 Stefan Monnier <monnier@cs.yale.edu>
8049
fbf44f44
SM
8050 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
8051 (icon-mode): Define indent-line-function.
8052 (icon-comment-indent): Simplify.
8053 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
8054
8055 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
8056
8057 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
8058 Bind change-log-default-mode to defeat the caching done on it.
8059 Don't bother saving excursion any more.
8060
8061 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
8062
8063 * frame.el (after-setting-font-hook): Rename hooks -> hook.
8064 (set-frame-font): Use the new name (and the old for compatibility).
8065
eaae8106
SS
8066 * toolbar/tool-bar.el (tool-bar-mode):
8067 * time.el (display-time-mode):
8068 * recentf.el (recentf-mode):
8069 * paren.el (show-paren-mode):
8070 * mwheel.el (mouse-wheel-mode):
8071 * msb.el (msb-mode):
8072 * jka-compr.el (auto-compression-mode):
8073 * image-file.el (auto-image-file-mode):
8074 * hl-line.el (hl-line-mode):
8075 * delsel.el (delete-selection-mode):
8076 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
8077 * complete.el (partial-completion-mode): Drop unneeded positional args.
8078
eaae8106 8079 * info.el (Info-mode):
79372165 8080 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 8081
d247e32d
SM
8082 * log-edit.el (log-edit-menu): New menu.
8083
4921558e
MB
80842000-11-03 Miles Bader <miles@gnu.org>
8085
8086 * wid-edit.el (widget-end-of-line): Reinstate, with a new
8087 definition, so that trailing spaces are handled properly.
8088 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
8089
1fc02b3c
GM
80902000-11-03 Gerd Moellmann <gerd@gnu.org>
8091
8092 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
8093 tab character.
8094 (fancy-splash-screens): Set tab-width to 20.
8095
51d001f7
DL
80962000-11-03 Dave Love <fx@gnu.org>
8097
8098 * comint.el (comint-completion-addsuffix): Fix custom type.
8099
ba22aeff
SM
81002000-11-02 Stefan Monnier <monnier@cs.yale.edu>
8101
8102 * font-lock.el (font-lock-buffers): Remove.
8103 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
8104 (font-lock-change-major-mode): Remove.
8105 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
8106 (font-lock-default-fontify-region): Extend the multiline
8107 fontification to whole lines.
8108 (font-lock-fontify-anchored-keywords)
8109 (font-lock-fontify-keywords-region): If matching just one
8110 line (with \n) only mark the \n as multiline.
8111
8112 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
8113 Correctly handle the case where several :group args are supplied.
8114 Allow :extra-args.
8115 (easy-mmode-define-global-mode): Allow :extra-args.
8116 Correctly handle the case where several :group args are supplied.
8117
9c887ada
MB
81182000-11-02 Miles Bader <miles@gnu.org>
8119
eaae8106 8120 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
8121 (holiday-face): Remove dependency on `window-system'.
8122
7f25090d
KR
81232000-11-02 Ken Raeburn <raeburn@gnu.org>
8124
8125 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 8126 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 8127 (compile-files): Bomb out if compilation of a file fails.
7f25090d 8128
7dd6009c
DL
81292000-11-02 Dave Love <fx@gnu.org>
8130
8131 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
8132
94821e4f
EZ
81332000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
8134
8135 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
8136 punctuation in the warning inserted into the *mail* buffer.
8137
1ac3fc42
GM
81382000-11-02 Gerd Moellmann <gerd@gnu.org>
8139
57731876
GM
8140 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
8141 (authors-public-domain-p): New function.
8142 (authors-print): Use it.
8143
975f82c9
GM
8144 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
8145
1ac3fc42
GM
8146 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
8147
4b3eb10f
GM
81482000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8149
975f82c9 8150 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
8151 (ps-print-version): New version number (6.3.1).
8152 (ps-even-or-odd-pages): Customization fix.
8153 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
8154 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
8155 (ps-page-count): Var replaced by `ps-page-column'.
8156 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
8157 (ps-print-sheet-p): New fun.
8158
7da794df
MB
81592000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8160
8161 * tooltip.el (tooltip-gud-tips-setup): New function.
8162 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
8163 (tooltip-mode): Call tooltip-gud-tips-setup.
8164 (tooltip-gud-tips): Use `gud-basic-call' instead of
8165 process-send-string, so the prompt gets frobbed appropriately.
8166 Handle nil return value from `tooltip-gud-print-command'.
8167
0e40b809
EL
81682000-11-01 Eric M. Ludlam <zappo@ultranet.com>
8169
8170 * comint.el (comint-add-to-input-history): New function.
8171 (comint-send-input): Use `comint-add-to-input-history'.
8172
50ada0db
MB
81732000-11-02 Miles Bader <miles@lsi.nec.co.jp>
8174
973a3104
MB
8175 * info.el (info-menu-header): New face.
8176 (Info-fontify-menu-headers): New function.
8177 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8178
50ada0db
MB
8179 * info.el (Info-insert-dir): Don't include blank lines at
8180 beginning of additional dir files (one is added automatically).
8181
bff53411
SM
81822000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8183
8184 * emacs-lisp/easy-mmode.el (define-minor-mode):
8185 Revert the latest changes.
8186 Allow the three positional arguments to be skipped and replaced
8187 by keyword arguments.
8188 Add a :toggle argument to determine whether a nil arg means toggle
8189 or means turn-on. The default is unchanged.
8190 Add a call to force-mode-line-update.
8191
6b8a0b2d
DL
81922000-11-01 Dave Love <fx@gnu.org>
8193
83c9cb8e 8194 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8195
5bf99100
MB
81962000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8197
83c9cb8e
SM
8198 * calendar/calendar.el (diary-face, holiday-face):
8199 Add dark-background variants.
5bf99100 8200
a4032611
SS
82012000-10-31 Sam Steingold <sds@gnu.org>
8202
8203 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8204 `tex-main-file' does not have directory in it.
8205
c286608e
SM
82062000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8207
8208 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8209
4836835a
TTN
82102000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8211
8212 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8213 functional change.
8214
26dcb81b
GM
82152000-10-31 Gerd Moellmann <gerd@gnu.org>
8216
8217 * files.el (find-file-noselect): When we expand a wildcard, return
8218 a list of buffers, as we should do according to the doc string.
8219
49fc4500
KR
82202000-10-31 Ken Raeburn <raeburn@gnu.org>
8221
8222 * loadup.el (top level): Adjust load path if program name is
8223 "../src/bootstrap-emacs", in case it's not dumped and thus the
8224 load path adjustment hasn't already been done.
8225
ea0c615d
GM
82262000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8227
83c9cb8e
SM
8228 * ps-print.el: Fix bug on selected pages for printing.
8229 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8230 is on. Try to avoid warning messages when compiling. Doc Fix.
8231 (ps-print-version): New version number (6.3).
8232 (ps-color-device): Use `color-values' to determine if device
8233 supports color.
8234 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8235 (ps-print-page-p): Changed from defsubst to defun.
8236 (ps-page-number): Changed from defmacro to defun.
8237 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8238 printing.
c286608e 8239 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8240 (ps-end-file, ps-dummy-page): Funs eliminated.
8241 (ps-print-color-scale): Changed default value.
8242 (ps-page-n-up, ps-print-page-p): New internal vars.
8243 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8244 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8245
9e20722f
GM
8246 * delim-col.el: Little programming improvement.
8247 (delimit-columns-str): New macro.
8248 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8249
d7a0fd00
KH
82502000-10-31 Kenichi Handa <handa@etl.go.jp>
8251
c286608e
SM
8252 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8253 Moved to european.el.
d7a0fd00
KH
8254 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8255 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8256 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8257 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8258
234be340
DL
82592000-10-30 Dave Love <fx@gnu.org>
8260
8261 * progmodes/cc-menus.el (imenu-generic-expression)
8262 (imenu-progress-message): Only defvar when compiling.
8263
4edc4a39
DL
8264 * emacs-lisp/elp.el (elp-unload-hook): New function.
8265
8266 * loadhist.el (unload-feature): Call elp-restore-function,
8267 checking for symbols; don't use elp-restore-all.
8268 (loadhist-hook-functions): Doc fix.
8269
70c825df
SM
82702000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8271
8272 * log-edit.el (log-edit-confirm): Fix the default.
8273
1d3baf74
GM
82742000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8275
8276 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8277 delimit-columns-format.
8278 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8279
1ec321a7
MB
82802000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8281
8282 * comint.el (comint-replace-by-expanded-history): Don't use
8283 comint-get-old-input (we're not looking at *old* input).
8284 (comint-get-old-input-default): If using fields, signal an error
8285 when the point is not in an input field.
8286
70737ea9
KH
82872000-10-30 Kenichi Handa <handa@etl.go.jp>
8288
8289 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8290 and mule-unicode-e000-ffff.
8291
fa0cb51d 8292 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8293 (make-coding-system): Accept a symbol of translation table as a
8294 value of property `safe-chars'.
8295
8296 * international/mule-cmds.el (encode-coding-char): Check property
8297 safe-chars instead of safe-charsets.
8298
8299 * international/fontset.el (fontset-default): Modified for
8300 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8301 (x-font-name-charset-alist): Likewise.
8302 (ccl-encode-unicode-font): New CCL program. Record it in
8303 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8304
70c825df
SM
8305 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8306 New translation tables.
70737ea9
KH
8307 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8308 programs are modified and moved from mac-win.el.
8309 (mac-roman): Definition of this coding system is modified and
8310 moved from mac-win.el.
4836835a 8311
fda2ce24 83122000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8313
1d3baf74 8314 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8315 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8316
dd4d3cb6
MB
83172000-10-29 Miles Bader <miles@gnu.org>
8318
8319 * custom.el (custom-add-to-group): Allow multiple entries for a
8320 given value OPTION, as long as their widget types are different.
8321 * cus-edit.el (custom-face-value-create): If face name doesn't end
8322 with "face", add such here (similar to custom group widgets).
8323
8324 * comint.el (comint-highlight-prompt): Add :type.
8325
dace60cf
JW
83262000-10-28 John Wiegley <johnw@gnu.org>
8327
dace60cf
JW
8328 * calendar/timeclock.el (timeclock-log): Doc fix.
8329 (timeclock-last-event): Doc fix.
83c9cb8e 8330 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8331 (timeclock-find-discrep): Use a temp buffer to read in the
8332 timelog, instead of visiting the file.
8333 (timeclock-log-data): A new function, along with a host of helper
8334 functions, for the purpose of making timelog data accessible to
8335 programmers.
8336
8337 * eshell/esh-mode.el (window-height test): Make certain that
8338 `eshell-stringify-t' is non-nil.
8339 (eshell-password-prompt-regexp): Changed to a much simpler
8340 password regexp.
8341 (eshell-send-input): If `eshell-invoke-directly' returns t,
8342 directly invoke the parsed command using `eval'. This improves
8343 turn-around time on simple commands by a factor of three or
8344 greater, such as cd, ls, pwd, etc. -- which get used very often.
8345 It also conserves thousands of cons cells per call (since
8346 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8347 in the Pacific Cookie Company).
8348
8349 * eshell/esh-test.el (eshell-test): Whitespace fix.
8350
83c9cb8e
SM
8351 * eshell/em-ls.el (eshell-ls-insert-directory):
8352 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8353
8354 * eshell/em-script.el (eshell-script-initialize): Add names to
8355 `eshell-complex-commands, since `source' and `.' are complex.
8356
0467b076
EZ
8357 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8358 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8359 `eshell-copy-handles'.
8360 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8361 bodies.
8362 (eshell-separate-commands): Whitespace fix.
8363 (eshell-complex-commands): Added a new list of names, for
8364 determining whether a given command is as simple as it looks.
8365 (eshell-invoke-directly): New function. Returns t if a command
8366 should be invoked directly (using `eval'), rather than indirectly
8367 using `eshell-do-eval'.
8368 (eshell-do-eval): Whitespace fix.
8369
8370 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8371 which provides an emulation of the DOS shell behavior of assuming
8372 that cp/mv/ln should copy/move/link to the current directory.
8373 (eshell-remove-entries): Added a doc string.
8374 (eshell-shuffle-files): Removed the check for `target' being null.
8375 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8376 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8377 it to do a smarter check of whether a destination was provided.
8378 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8379 (eshell/ln): Enable `:preserve-args', and use
8380 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8381 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8382 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8383 list after flattening it. This makes it possible to cat files
8384 with numerical names.
8385 (eshell-unix-initialize): Added several names to
8386 `eshell-complex-commands.
8387 (eshell-unix-command-complex-p): Return t if a given command name
8388 may result in external processes being invoked.
8389
8390 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8391 variable nil by default, since it slows down glob processing by a
8392 factor of two or more, and increases memory consumption.
8393
8394 * eshell/em-smart.el: Added a note about how memory consumptive
8395 smart display mode can be (at least this is true in Emacs 21).
8396 (eshell-smart-initialize): Whitespace fix.
8397 (eshell-refresh-windows): Use `if' instead of `when'.
8398 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8399 not necessary.
83c9cb8e 8400 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8401
8402 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8403 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8404 Whitespace fix.
8405 (eshell-ls-exclude-hidden): Added this variable in addition to
8406 `eshell-ls-exclude-regexp'. This one prevents files beginning
8407 with . from even being read, which can improve memory consumption
8408 quite a bit.
8409 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8410 read file entries beginning with a dot. In home directories with
8411 lots of hidden files, fully two-thirds of the time spent in ls is
8412 used to read directory entries that are immediately thrown away.
8413 (eshell-ls-initial-args): Added back this configuration variable,
8414 for specifying default initial arguments to every call to ls.
8415 Much faster than using an alias to do the same thing.
8416 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8417 (eshell-ls-dir): Whitespace change.
8418
8419 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8420
83c9cb8e 8421 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8422 (eshell-stringify-t): Added a customization variable, to indicate
8423 whether `t' should be rendered as a string at all. If not, one
8424 can still determine if the result of an expression is true using
8425 "file-exists-p FILE && echo true".
8426 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8427 stringify t!
8428
8429 * eshell/esh-module.el: Whitespace fix.
8430
83c9cb8e
SM
8431 * eshell/em-alias.el (eshell-alias-initialize):
8432 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8433 (eshell-command-aliased-p): New function that returns t if a
8434 command name names an aliased.
8435
657f9cb8 84362000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8437
0467b076 8438 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8439 redrawing the screen when changing cursor color.
0467b076
EZ
8440 (viper-insert-state-pre-command-sentinel)
8441 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8442 (viper-replace-state-post-command-sentinel):
8443 Use viper-preserve-cursor-color.
657f9cb8
MK
8444 Many functions changed to use viper= instead of = when comparing
8445 characters.
0467b076 8446 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8447 working with characters.
0467b076 8448 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8449 Many functions changed to use viper= instead of = when comparing
8450 characters.
0467b076 8451 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8452
0467b076 8453 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8454 Several typos fixed in various docstrings.
0467b076 8455 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8456 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8457 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8458 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8459 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8460 (ediff-get-selected-buffers): New function.
8461 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8462 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8463 Use save-window-excursion.
0467b076 8464 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8465 termination check in while loop.
0467b076 8466 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8467 dired buffer.
0467b076
EZ
8468 (ediff-files,ediff-merge-files,ediff-files3)
8469 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8470
4f490d99
DL
84712000-10-28 Dave Love <fx@gnu.org>
8472
8473 * info.el (Info-fontify-node): Add help-echo for menu items.
8474
45b84006
EZ
84752000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8476
5ebc02b3
EZ
8477 * startup.el (normal-top-level): If the value of $TERM indicates
8478 we are running from xterm or one of its work-alikes, default to a
8479 light background mode.
8480
45b84006
EZ
8481 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8482 * faces.el (tty-handle-reverse-video): New function.
8483 (tty-create-frame-with-faces): Call it.
8484
8485 * frame.el (frame-notice-user-settings): Don't apply
8486 default-frame-alist and initial-frame-alist to MS-DOS frames.
8487 Call tty-handle-reverse-video, frame-set-background-mode, and
8488 face-set-after-frame-default for non-MS-DOS frames.
8489
8490 * startup.el (tty-long-option-alist): New variable.
8491 (tty-handle-args): New function.
8492 (command-line): Call tty-handle-args.
8493
8494 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8495 startup.el now does that for all character-terminal frames.
8496
eab6e8b9
MB
84972000-10-28 Miles Bader <miles@gnu.org>
8498
83c9cb8e
SM
8499 * emacs-lisp/easy-mmode.el (define-minor-mode):
8500 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8501 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8502 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8503 version using `easy-mmode-define-global-mode'.
8504 Add :conditional-turn-on keyword argument.
eab6e8b9 8505
51a29efc
DL
85062000-10-28 Dave Love <fx@gnu.org>
8507
83c9cb8e
SM
8508 * international/latin1-disp.el (latin1-char-displayable-p):
8509 Don't use window-system.
51a29efc 8510
d71d7114
EZ
85112000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8512
8513 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8514 Don't call find-buffer-file-type-coding-system. Instead, just
8515 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8516 if the file is on an untranslated filesystem.
8517 (add-untranslated-filesystem): Use "D" instead of "f" inside
8518 interactive.
8519
1f9cab4b
DL
85202000-10-27 Dave Love <fx@gnu.org>
8521
70c825df 8522 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8523 (refill-mode): Use it.
8524
70c825df
SM
85252000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8526
8527 * international/quail.el (quail-activate): Don't make-local-hook.
8528
7432cf10
AS
85292000-10-27 Andre Spiegel <spiegel@gnu.org>
8530
4836835a 8531 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8532 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8533 (vc-make-version-backup): Don't do it on MS-DOS without long file
8534 names.
4836835a 8535
7432cf10
AS
8536 * vc.el (vc-version-other-window): If an automatic backup of the
8537 desired version exists, rename it instead of copying it.
8538
4836835a
TTN
8539 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8540 after command. If there's an unexpected error, signal it instead
7432cf10 8541 of being silent.
e1483c38 8542 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8543
05ea7ef2
MB
85442000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8545
fd1035aa
MB
8546 * shell.el (shell): Add BUFFER argument.
8547 * comint.el (make-comint-in-buffer): New function.
8548 (make-comint): Use it.
8549
05ea7ef2
MB
8550 * faces.el (face-spec-choose): Change syntax so that the list of
8551 attribute-value pairs is now the cdr of each clause, not the cadr.
8552 Detect old-style entries, and handle them. Use pop.
8553
835a55fe
SM
85542000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8555
f5ab1cdd
SM
8556 * cus-edit.el (custom-mode-map): Use a sparse map.
8557 (custom-mode): Don't bother with make-local-hook.
8558
8559 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8560
835a55fe
SM
8561 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8562
c13b0ec8
GM
85632000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8564
8565 * ps-print.el: Avoid compilation gripes.
8566 (ps-print-version): New version number (6.2.1).
4836835a 8567
e9f63196
DL
85682000-10-26 Dave Love <fx@gnu.org>
8569
0b95284b
DL
8570 * menu-bar.el: Modify some menu item help strings.
8571 (menu-bar-help-menu): Add link to MORE.STUFF.
8572
e9f63196
DL
8573 * cus-edit.el (custom-mode): Add `special' mode-class property.
8574
8575 * wid-browse.el (widget-browse-mode): Likewise.
8576
8577 * wid-edit.el (widget-specify-field): Revert to using local-map
8578 property, not keymap.
8579
e276a14a
MB
85802000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8581
c1545d88
MB
8582 * wid-edit.el (widget-field-end): When checking for a `boundary'
8583 field, do so in the correct buffer.
8584
3c1b77ca
MB
8585 * simple.el (undo): Correctly distinguish between numeric and
8586 non-numeric prefix args in non-transient-mark-mode, as per the doc
8587 string. When in transient-mark-mode, treat all prefix-args as
8588 numeric.
8589
f5ab1cdd
SM
8590 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8591 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8592
8593 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8594 (comint-mode-map): Reverse order of `comint-write-output' and
8595 `comint-append-output-to-file'.
8596 (comint-append-output-to-file): Reinstate this function, for the
8597 benefit of the menu.
8598
d97151cb
SM
85992000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8600
8601 * vc.el (vc-version-other-window): Bind `file'.
8602
ea7d6f5b
GM
86032000-10-25 Gerd Moellmann <gerd@gnu.org>
8604
f5ab1cdd 8605 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8606
8607 * emacs-lisp/authors.el (batch-update-authors): New function.
8608 (authors-fixed-entries): New defconst.
8609 (authors-add-fixed-entries): New function.
8610 (authors): Call it.: Don't process lispref/.
8611
17c25cea
JR
86122000-10-25 Jason Rumney <jasonr@gnu.org>
8613
8614 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8615 Merge x w32 and mac definitions.
8616
4ecda532
GM
86172000-10-25 Gerd Moellmann <gerd@gnu.org>
8618
8619 * menu-bar.el (menu-bar-options-menu): Add a help string for
8620 `uniquify'.
8621
b52758d1 86222000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 8623
f5ab1cdd
SM
8624 * time-stamp.el (time-stamp-string-preprocess):
8625 Fix a wrong type argument error.
b6735035 8626
f4cbc7a0
MB
86272000-10-25 Miles Bader <miles@gnu.org>
8628
8629 * recentf.el (recentf-mode): Variable removed.
8630 (recentf-mode): Use `define-minor-mode'.
8631
8632 * mwheel.el (mouse-wheel-mode): New global minor mode.
8633 (mwheel-install): Use `mouse-wheel-mode'.
8634
f4b020f6
DL
86352000-10-25 Dave Love <fx@gnu.org>
8636
f5ab1cdd
SM
8637 * progmodes/cperl-mode.el (cperl-mode):
8638 Set normal-auto-fill-function correctly.
072cb6f9 8639
83c9cb8e
SM
8640 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8641 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8642 bindings.
f4b020f6 8643
ebe2a441
MB
86442000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8645
ff4dcd4b
MB
8646 * wid-edit.el (widget-field-at): New function.
8647 (widget-at, widget-field-activate): Use it.
8648 (widget-tabable-at): Use `widget-at'.
8649 (widget-specify-field): If the terminating character of the widget
8650 field (which is read-only) is a newline, put it into a special
8651 `boundary' field so that C-n/C-p act more naturally.
8652 (widget-field-end): Also don't subtract one if a special
8653 `boundary' field has been added after the widget field.
8654
83c9cb8e
SM
8655 * comint.el (comint-output-filter, comint-send-input):
8656 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8657 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8658
ebe2a441
MB
8659 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8660 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8661 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8662
fe50b6ab
GM
86632000-10-24 Gerd Moellmann <gerd@gnu.org>
8664
53df4dda 8665 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8666 (authors): Set file coding system to iso-2022-7bit.
8667 Add file-local variables to output buffer.
53df4dda 8668
4836835a 8669 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8670 WARN is nil.
8671
53df4dda
GM
86722000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8673
8674 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8675
8676 * delim-col.el: Now there is a column formatting mechanism.
8677 Modified to customization mechanisms convention. Doc fix.
8678 (columns): New group for delim-col.
8679 (delimit-columns-before, delimit-columns-after)
8680 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8681 (delimit-columns-end): New vars.
8682 (delimit-columns-customize, delimit-columns-format): New funs.
8683 (delimit-columns-region, delimit-columns-rectangle)
8684 (delimit-columns-rectangle-line): Modified to support column
8685 formatting.
4836835a 8686
a9839779
DL
86872000-10-24 Dave Love <fx@gnu.org>
8688
8689 * log-edit.el (log-edit): Add :version and a :group for vc.
8690
df0267b8
GM
86912000-10-24 Gerd Moellmann <gerd@gnu.org>
8692
9acc3873
GM
8693 * files.el (after-find-file): Don't print a message ``New file''
8694 if WARN is nil.
8695
83c9cb8e
SM
8696 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8697 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8698 get duplicate tool-bar entries because we'll see the global ones
8699 on more than one path through keymaps.
8700
1946f901
GM
8701 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8702
df0267b8
GM
8703 * progmodes/cmacexp.el: Change Francesco's email address.
8704
ae3b264b
KH
87052000-10-24 Kenichi Handa <handa@etl.go.jp>
8706
8707 * window.el (fit-window-to-buffer): Adjust point of the window
8708 buffer, not that of the current buffer.
8709
23afac01
EZ
87102000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8711
8712 * progmodes/cmacexp.el: Update the euthor's email address.
8713
22d1a4ed
MB
87142000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8715
8716 * faces.el (face-spec-set-match-display): Add `graphic' display
8717 type (the inverse of `tty'). Use `display-graphic-p' instead of
8718 the window-system variable.
8719
f408aa48
KH
87202000-10-24 Kenichi Handa <handa@etl.go.jp>
8721
83c9cb8e
SM
8722 * international/isearch-x.el (isearch-with-input-method):
8723 Call input-method-function with the first event in
f408aa48
KH
8724 unread-command-events.
8725
94fe8a31
MB
87262000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8727
83c9cb8e 8728 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8729
8f47302e
AC
87302000-10-24 Andrew Choi <akochoi@i-cable.com>
8731
8732 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8733 New charsets.
8734
8735 * term/mac-win.el: Remove definitions of mac-roman-lower and
8736 mac-roman-upper, require dired, and define instead of set
8737 mac-ready-for-drag-n-drop to avoid compilation error.
8738
446c097e
AI
87392000-10-23 Andrew Innes <andrewi@gnu.org>
8740
83c9cb8e
SM
8741 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8742 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8743 expand-file-name after convert-standard-filename to ensure
8744 expected directory separators are used.
8745
379b70e7
EZ
87462000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8749
85c766e9
DL
87502000-10-23 Dave Love <fx@gnu.org>
8751
b7e03a67
DL
8752 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8753 (tool-bar-add-item): Set foreground and background for XBM icons.
8754
83c9cb8e
SM
8755 * international/latin1-disp.el (latin1-char-displayable-p):
8756 New function (from Handa).
b7e03a67
DL
8757 (latin1-display-check-font): Use it.
8758
0dcf8835 8759 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8760 using :key-sequence, making it much more usable.
8761 Use nconc, not append.
0dcf8835
DL
8762 (imenu--create-keymap-1): Avoid append.
8763
85c766e9 8764 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8765
cb3069bb
MB
87662000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8767
8768 [the following changes fix a bug where `define-minor-mode' didn't
8769 correctly generate :require clauses for defcustoms in compiled files]
8770 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8771 (byte-compile-log-file, byte-compile-log-1): Don't set
8772 `byte-compile-current-file' to nil. Instead set
8773 `byte-compile-last-logged-file' to it. Test whether
8774 byte-compile-current-file equals byte-compile-last-logged-file
8775 instead of whether its nil.
3b6542ba 8776 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8777
6db6243b
SM
87782000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8779
8780 * textmodes/refill.el: Fix var names in doc.
8781 (refill-mode): Don't bother with make-local-hook anymore.
8782
98490598
MB
87832000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8784
e01cd227
MB
8785 * faces.el (face-user-default-spec, face-default-spec): New functions.
8786 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8787 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8788 Use `face-user-default-spec'. Simplify code slightly.
8789
4836835a 8790 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8791 (woman-unknown-face): Add dark-background variants.
8792 (woman-default-faces): Renamed from `woman-colour-faces'.
8793 Set using the stored defaults, rather than using hard-wired colors.
8794 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8795 Just make the foreground `unspecified' rather than "black".
8796 (woman-menu): Rename menu entries accordingly.
8797
98490598
MB
8798 * faces.el (header-line): Make more reasonable on mono/grayscale
8799 displays.
8800
1a578e9b
AC
88012000-10-23 Andrew Choi <akochoi@i-cable.com>
8802
8803 * cus-edit.el (custom-button-face): Use 3D look for mac.
8804 (custom-button-pressed-face): Likewise.
8805
8806 * faces.el (set-face-attributes-from-resources): Handle mac frames
8807 in the same way as x and w32 frames.
8808 (face-valid-attribute-values): Likewise.
8809 (read-face-attribute): Likewise.
8810 (defined-colors): Likewise.
8811 (color-defined-p): Likewise.
8812 (color-values): Likewise.
8813 (display-grayscale-p): Likewise.
8814 (face-set-after-frame-default): Likewise.
8815 (mode-line): Same default face as for x and w32.
8816 (tool-bar): Likewise.
8817
8818 * frame.el: Remove call to frame-notice-user-settings at end of
8819 the file.
8820
83c9cb8e 8821 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8822 as for x, pc, and w32 frame types.
8823
8824 * term/mac-win.el: New file.
8825
aaaf7be7
DL
88262000-10-22 Dave Love <fx@gnu.org>
8827
8828 * textmodes/refill.el: New file.
8829
5392d654
AS
88302000-10-22 Andre Spiegel <spiegel@gnu.org>
8831
4836835a 8832 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8833 MANUAL and REGEXP.
4836835a 8834 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8835 New functions.
8836 (vc-before-save): Use the latter.
8837 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8838 confusion.
8839
4836835a 8840 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8841 expected by vc[-hooks].el.
8842
8843 * vc.el (vc-checkout): Added `-p' suffix in call to
8844 vc-make-version-backups-p; use vc-make-version-backup to actually
8845 make the backup.
8846 (vc-version-other-window, vc-version-backup-file): Handle both
8847 automatic and manual backups.
8848 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8849 of all of them.
8850
1e221c16
MB
88512000-10-22 Miles Bader <miles@gnu.org>
8852
7ff4fda5
MB
8853 * comint.el (comint-highlight-input, comint-highlight-prompt):
8854 Renamed, `-face' at end removed.
8855 (comint-send-input, comint-output-filter): Use renamed faces.
8856
3511cde8
MB
8857 * window.el (fit-window-to-buffer): Change defaulting of
8858 MAX-HEIGHT slightly.
8859
1e221c16
MB
8860 * faces.el (color-values, color-defined-p): Use `member', not
8861 `memq', because it works correctly for strings.
8862 (frame-set-background-mode): Actually, "unspecified-fg" and
8863 "unspecified-bg" *are* strings. Use `member', not `memq', and
8864 `equal', not `eq', when a string value is possible.
8865
b6ef4898
EZ
88662000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8867
8868 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8869
34939e2c
SM
88702000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8871
8872 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8873 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8874 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8875 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8876 (sh-font-lock-syntactic-keywords): Use them.
8877 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8878 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8879 (sh-mode): Don't override font-lock-unfontify-region-function.
8880 Use a copy of sh-font-lock-syntactic-keywords.
8881 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8882 Don't call sh-scan-buffer since font-lock does it on the fly.
8883 (sh-get-indent-info): Use `face' rather than `syntax-table'
8884 text-property to detect here-documents.
8885 Replace sh-special-syntax with sh-st-punc.
8886 (sh-prev-line): Use `face' rather than `syntax-table'
8887 text-property to skip over here-documents.
8888 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8889 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8890 (sh-electric-less, sh-set-here-doc-region)
4836835a 8891 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8892 (sh-scan-buffer, sh-rescan-buffer): Remove.
8893
f3d3c491
AI
88942000-10-21 Andrew Innes <andrewi@gnu.org>
8895
8896 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8897 remote (ange-ftp) file names.
8898
b86c791c
MB
88992000-10-21 Miles Bader <miles@gnu.org>
8900
d9c30bdf
MB
8901 * window.el (fit-window-to-buffer): New function.
8902 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8903 (window-text-height): Don't expect minibuffers to have mode-lines.
8904
d9c30bdf 8905 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8906 * international/quail.el (quail-update-guidance):
8907 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8908
617fee5a
MB
8909 * international/quail.el (quail-show-guidance-buf): Make sure
8910 guidance window really has enough room.
8911 (quail-update-guidance): If quail-guidance-win is already shown,
8912 make sure its height is OK.
8913
b86c791c
MB
8914 * window.el (window-text-height, set-window-text-height):
8915 New functions.
8916 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8917 instead of `window-height' & `mode-line-window-height-fudge'.
8918 (mode-line-window-height-fudge): Add FACE parameter.
8919 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8920 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8921
e34850d1
MB
89222000-10-20 Miles Bader <miles@gnu.org>
8923
8924 * window.el (height-affecting-face-attributes): Use `defconst'.
8925
8926 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8927 New function, conditionally aliased to `mode-line-window-height-fudge'.
8928 (ispell-help): Use it.
8929 (ispell-choices-win-default-height): Don't include mode-line fudge.
8930 (ispell-choices-win-default-height): New function.
8931 (ispell-show-choices, ispell-command-loop): Use function
8932 `ispell-choices-win-default-height' instead of variable.
8933
a8b883c2
MB
89342000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8935
8c6e4a58
MB
8936 * window.el (mode-line-window-height-fudge): New variable.
8937 (height-affecting-face-attributes): New variable.
8938 (mode-line-window-height-fudge): New function.
8939 (shrink-window-if-larger-than-buffer): Use it.
8940 * help.el (resize-temp-buffer-window): Likewise.
8941
a8b883c2
MB
8942 * info.el (Info-fontify-node): Add support for @subsubsection
8943 titles, which use `Info-title-4-face'.
8944 (Info-title-4-face): New face.
8945 (Info-title-3-face): Inherit from Info-title-4-face instead of
8946 variable-pitch.
8947
e64c3a75
JR
89482000-10-19 Jason Rumney <jasonr@gnu.org>
8949
8950 * dired.el (dired-insert-directory): Do not let errors signalled by
8951 attempt to run dired-free-space-program prevent dired from working.
8952
c70fe852
SM
89532000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8954
8955 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8956
877cf6b4
GM
89572000-10-19 Gerd Moellmann <gerd@gnu.org>
8958
5de037e0
GM
8959 * dirtrack.el (dirtrack): Fix call to run-hooks.
8960
6deb9af9
GM
8961 * cmuscheme.el (cmuscheme-program-name): Renamed from
8962 scheme-program-name because xscheme.el contains a defcustom with
8963 the same name. As a consequence, customizing group `cmuscheme'
8964 loaded `xscheme' which redefined run-scheme.
8965 (run-scheme): Use cmuscheme-program-name.
8966
83c9cb8e 8967 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8968
e597d8fb 8969 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8970 anonymous address, and add a website for Befrienders International.
4836835a 8971
3e9cb08f
GM
89722000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8973
c70fe852
SM
8974 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8975 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8976 (ps-print-version): New version number (6.2).
8977 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8978 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8979 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8980 (ps-x-extent-priority, ps-x-extent-start-position)
8981 (ps-x-face-font-instance, ps-x-find-coding-system)
8982 (ps-x-font-instance-properties, ps-x-make-color-instance)
8983 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8984 avoid compilation gripes without defining functions.
8985 (ps-e-find-composition): Alias for function find-composition, to have a
8986 suitable function depending on Emacs version.
8987 (ps-color-device, ps-color-values, ps-face-foreground-name)
8988 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8989 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8990 (ps-print-ensure-fontified): Function definitions surrounded by
8991 `eval-and-compile' to avoid compilation gripes.
8992 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8993 by symbol-value to avoid compilation gripes.
8994 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8995 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8996
d8abcd91
MB
89972000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8998
13ab33c4
MB
8999 * startup.el (normal-top-level): Call `frame-set-background-mode'
9000 after `frame-notice-user-settings' because the latter doesn't call
9001 the former on a tty.
9002
d8abcd91
MB
9003 * faces.el (frame-set-background-mode): `unspecified' &c are
9004 symbols, not strings.
9005
e8bce0a9
EZ
90062000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9007
c70fe852
SM
9008 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
9009 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 9010
c70fe852
SM
9011 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
9012 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 9013
773272d8
KH
90142000-10-19 Kenichi Handa <handa@etl.go.jp>
9015
c70fe852 9016 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
9017 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
9018 for ISO10646-1 fonts.
9019 (x-font-name-charset-alist): Add an entry for "iso10646-1".
9020
772139c0
EZ
90212000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
9022
9023 * faces.el (frame-set-background-mode): If a tty frame defines a
9024 background color, use that to compute the background mode, instead
9025 of always defaulting to "dark".
9026
d134a19f
MB
90272000-10-19 Miles Bader <miles@lsi.nec.co.jp>
9028
8bb84cb2
MB
9029 * comint.el (comint-write-output): New function.
9030 (comint-mode-map): Add it to the menu.
e40a778f 9031 Bind `C-c C-s' to comint-write-output.
d134a19f 9032
dada41e1
GM
90332000-10-18 Gerd Moellmann <gerd@gnu.org>
9034
9035 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
9036 Use fancy-splash-delay.
9037
9b5360aa
GM
90382000-10-18 Alex Schroeder <alex@gnu.org>
9039
9040 * progmodes/sql.el (sql-sybase-options): New option.
9041 (sql-sybase): Use it. Add sql-database to the list of parameters
9042 provided for login. The options -w 2048 -n are not used any more.
9043
9035a35a
GM
9044 * comint.el (comint-read-input-ring): Bugfix such that the first
9045 and the last entry of the input ring file are not lost.
9046
3556c6dd
GM
90472000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9048
9049 * ps-print.el: Internal variable changes to defcustom,
9050 make-local-hook changes to defvar. Doc fix.
9051 (ps-print-version): New version number (6.1).
9052 (ps-setup, ps-do-despool): Code fix.
9053 (ps-printer-name): Customization fix.
9054 (ps-printer-name-option): Now is a defcustom instead of an
9055 internal variable.
9056 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
9057 (ps-print-begin-column-hook): Now are defvar instead of
9058 make-local-hook.
4836835a 9059
4e217e50
MB
90602000-10-18 Miles Bader <miles@gnu.org>
9061
9062 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
9063 (comint-kill-output): Changed into an alias for `comint-delete-output',
9064 and made obsolete.
9065 (comint-mode-map): Rename references to comint-kill-output.
9066
34460354
EZ
90672000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
9068
9069 * diff-mode.el (diff-header-face, diff-file-header-face)
9070 (diff-changed-face): Add bold and italic attributes to tty faces.
9071 (diff-function-face): New face.
9072 (diff-font-lock-keywords): Use it.
9073
17ea3cdb
MB
90742000-10-18 Miles Bader <miles@lsi.nec.co.jp>
9075
9076 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
9077 Remove commented-out call to force-mode-line-update.
9078 (comint-kill-output): Use `forward-line 0' instead of
9079 beginning-of-line to make sure we get past the prompt.
9080
9244f2c7
SM
90812000-10-17 Stefan Monnier <monnier@cs.yale.edu>
9082
9083 * diff-mode.el (diff-header-face, diff-file-header-face):
9084 Add specific setting for dark background.
9085 (diff-context-face): Renamed from diff-comment-face.
9086 Set explicitly rather than inheriting from font-lock-comment-face.
9087
1592c1ef
EZ
90882000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9089
9090 * startup.el (command-line): Move the code which sets the default
9091 TTY colors to before before-init-hook.
9092
f86292a9
GM
90932000-10-17 Gerd Moellmann <gerd@gnu.org>
9094
9095 * jit-lock.el (jit-lock-stealth-time): Doc fix.
9096
f7f2e883
EZ
90972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9098
e854cc22
EZ
9099 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
9100 extensions, for MS-DOS.
9101
f7f2e883
EZ
9102 * diff-mode.el (diff-header-face, diff-file-header-face)
9103 (diff-changed-face): Define tty-specific colors.
9104
c7b4f0f9
GM
91052000-10-17 Gerd Moellmann <gerd@gnu.org>
9106
9107 * startup.el (fancy-splash-text): Realign the text.
9108
12a72271
EZ
91092000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9110
9111 * font-lock.el (font-lock-comment-face): Define a separate default
9112 for dark-background tty's.
9113
61dfccfd
MB
91142000-10-17 Miles Bader <miles@gnu.org>
9115
9116 * help.el (resize-temp-buffer-window): Add hack to avoid last line
9117 being obscured by whizzy mode-lines on graphics displays.
9118
333cd59e
EZ
91192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
9120
9121 * info.el (Info-title-1-face, Info-title-2-face)
9122 (Info-title-3-face): Define colors for tty's.
dada41e1 9123 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 9124
dbf1fcc1
EZ
91252000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
9126
9127 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
9128 reverse from the frame parameters, and don't invert foreground and
9129 background colors.
9130
ac629823
MB
91312000-10-16 Miles Bader <miles@gnu.org>
9132
9133 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
9134 string "*Info*". Call propertized-buffer-identification to spruce
9135 up the result.
9136
76eebffc
GM
91372000-10-16 Gerd Moellmann <gerd@gnu.org>
9138
3a6b59d9
GM
9139 * help.el: Provide `help' for the sake of define-minor-mode
9140 which generates defcustoms with requires.
9141
6569c3d3
GM
9142 * jit-lock.el (jit-lock-after-change): If we're in text that
9143 matches a multi-line font-lock pattern, make sure the whole text
9144 will be redisplayed.
9145
c2e0a611
GM
9146 * emacs-lisp/authors.el (authors-add): Don't add an entry if
9147 author's name is unknown.
9148
76eebffc
GM
9149 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
9150 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
9151 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
9152 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
9153 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
9154 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
9155 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
9156 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
9157 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
9158 Add author information.
9159
cf1e7b12
MB
91602000-10-16 Miles Bader <miles@lsi.nec.co.jp>
9161
9162 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
9163 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
9164 full-color version (using the Gimp) to eliminate dithering artifacts.
9165
5586f3eb
SM
91662000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9167
9168 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
9169
9170 * simple.el (syntax-flag-table, string-to-syntax): Remove.
9171
ad64a888
DL
91722000-10-15 Dave Love <fx@gnu.org>
9173
83c9cb8e 9174 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
9175
9176 * pcomplete.el (pcomplete) <defgroup>: Add :version.
9177
9178 * whitespace.el: Doc fixes.
9179 (top-level): Don't add hooks here.
9180 (whitespace-running-emacs): Deleted.
9181 (timer): Don't require.
9182 (whitespace): Add back :version conditional on xemacs test.
9183 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9184 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9185 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9186 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9187 Avoid specific xemacs test.
9188 (whitespace-global-mode): New option.
9189 (whitespace-global-mode): New command.
9190 (whitespace-unload-hook): New function.
9191
9192 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9193 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9194 (Info-fontify-node): `Goto' goes to `Go to'.
9195 (Info-fontify-node): Add help-echo to xref links.
9196
1ef49fc6
EZ
91972000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9198
9199 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9200
8b7707e1
SM
92012000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9202
b3b7f42f
SM
9203 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9204 Use plist-get and allow :inherit.
9205
9206 * emacs-lisp/cl-macs.el (cl-do-arglist):
9207 Use plist-get and plist-member instead of memq.
9208
3c7fafc7
SM
9209 * emacs-lisp/ewoc.el (ewoc-location): New function.
9210 (ewoc-enter-after, ewoc-enter-before): Document return value.
9211 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9212 Don't need make-local-hook any more.
9213 (cvs-addto-collection): Return the new tin.
9214 (cvs-mode-insert): Jump to the new line.
9215
8b7707e1
SM
9216 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9217
9218 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9219
9220 * font-lock.el (font-lock-syntactically-fontified): New var.
9221 (font-lock-fontify-syntactic-keywords-region): Use it.
9222 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9223
9224 * diff-mode.el (diff-find-file-name): Fix regexp.
9225
9226 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9227 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9228
9229 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9230 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9231 (sh-mode): Don't make all vars local here.
9232 (sh-kw): Reformat.
9233 (sh-set-shell): Use dolist. Don't set indent-region-function.
9234 (sh-mode-syntax-table): Use pop.
9235 (sh-remember-variable): Use push.
9236 (sh-help-string-for-variable): Use memq.
9237 (sh-safe-backward-sexp): Remove.
9238 (sh-safe-forward-sexp): Add ARG.
9239 (sh-get-indent-info, sh-prev-stmt): Use it.
9240 (sh-prev-line): Simplify by using forward-comment.
9241 (sh-this-is-a-continuation): Simplify.
9242 (sh-learn-buffer-indent): Use dolist.
9243 (sh-do-nothing): Remove.
9244 (sh-set-char-syntax, sh-set-here-doc-region):
9245 Use inhibit-modification-hooks.
9246 (sh-name-style): Use mapcar and push.
9247 (sh-load-style): Use dolist.
9248 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9249 (sh-case, sh-while-getopts): Use propertize directly rather
9250 than sh-electric-rparen.
9251
92522000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9253
9254 * textmodes/tex-mode.el: Require CL when compiling.
9255 (tex-mode-syntax-table): Init immediately.
9256 (tex-mode-map): Bind M-RET to latex-insert-item.
9257 (latex-mode): Set indent-line-function to latex-indent.
9258 (tex-common-initialization): Don't setup the syntax-table any more.
9259 (latex-insert-item): New skeleton.
9260 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9261 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9262 (latex-indent, latex-find-indent): New functions.
4836835a 9263 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9264 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9265 (tex-compilation-parse-errors): Use with-syntax-table.
9266
86b7fcbb
MB
92672000-10-15 Miles Bader <miles@gnu.org>
9268
9269 * font-lock.el (font-lock-comment-face): Change dark-background,
9270 color, non-tty, default to `chocolate1'.
9271
57a24508
JW
92722000-10-13 John Wiegley <johnw@gnu.org>
9273
9274 * eshell/esh-util.el (require): Added a missing `require' form,
9275 needed when compiling (for an ange-ftp macro definition).
9276
40ad3db4
DL
92772000-10-13 Dave Love <fx@gnu.org>
9278
9279 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9280
db460189
GM
92812000-10-13 Gerd Moellmann <gerd@gnu.org>
9282
83c9cb8e 9283 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9284
4836835a 9285 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9286 transparent -colors 8).
9287
b52758d1 92882000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
9289
9290 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9291 that breaks with old list format timestamps.
9292 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9293 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9294
16908a3f
JW
92952000-10-13 John Wiegley <johnw@gnu.org>
9296
d7103dda
JW
9297 * align.el, pcomplete.el, calendar/timeclock.el,
9298 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9299
dace60cf 9300 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9301 faulty math, where holiday hours were being computing as seconds.
9302
b6b70cda
JW
93032000-10-13 John Wiegley <johnw@gnu.org>
9304
9305 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9306 specifying what "other" kinds of buffers should be saved.
9307 This used to be hard-coded.
b6b70cda
JW
9308 (desktop-buffer-misc-functions): A global for specifying how
9309 auxiliary data should be determined for special buffer types.
9310 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9311 instead of hard-coding the special buffer types.
9312 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9313 auxiliary data, instead of hard-coding for Info buffers and dired.
9314 (desktop-buffer-info-misc-data): Aux function for determining Info
9315 buffer auxiliary info.
9316 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9317 (desktop-buffer-info): Changed this function to use the info
9318 gathered above.
9319 (desktop-create-buffer): Be a little more careful about what
9320 `minor-mode' means before calling it. This is important for some
9321 buffer types.
9322
8c6b1d83
JW
93232000-10-13 John Wiegley <johnw@gnu.org>
9324
9325 * eshell/esh-util.el: Added a global form which declares an
9326 autoload for `parse-time-string', if that function is not already
9327 defined, and if parse-time.el is available on the user's system.
9328
9329 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9330 to be aware of ange-ftp user info.
83c9cb8e 9331 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9332 (eshell-ls-annotate): Use `eshell-file-attributes'.
9333 (eshell-ls-file): Made the user-id printing code a bit smarter.
9334
9335 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9336 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9337 It's manual, but there's no other way to know when the current user
9338 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9339 (fboundp): Bind `ange-cache'.
9340 (eshell-directory-files-and-attributes): Re-organized the logic a
9341 bit to use `eshell-file-attributes' instead of `file-attributes'.
9342 The former is more sensitive to directories that are read via FTP,
9343 and knows how to use ange-ftp to determine full attribute
9344 information, instead of just the name and last modtime.
9345 (eshell-current-ange-uids): Return the current user id when in a
9346 remote directory.
9347 (eshell-parse-ange-ls): Parse a full directory listing that has
9348 been returned by ange-ftp.
9349 (eshell-file-attributes): This beefed up version of
9350 `file-attributes' is only special if the user is currently in a
9351 remote directory, in which case it does a lot of work to find out
9352 what the real attributes of a file are, as they appear on the
9353 remote machine. This makes usage of remote directories (i.e.,
9354 ange-ftp pathnames) much more useful. You can now use Eshell as a
9355 full-fledged FTP client, with much more manipulation ability than
9356 most other clients.
9357
9358 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9359 variable, which means that Eshell's du should always be preferred
9360 in remote directories.
9361 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9362 just `file-attributes'.
9363 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9364 when reading remote directories. This is an Eshell-specific
9365 variable (not part of ange-ftp).
9366 (eshell/ln): Bind `ange-cache'.
9367 (eshell/du): Added some extra logic for determining when to use
9368 Eshell's du (which is slow), and when to use the external version
9369 (which may or may not exist).
9370
83c9cb8e
SM
9371 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9372 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9373 `get-buffer-process', since backgrounded processes don't count in
9374 the context of this function's logic.
9375
9376 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9377 `forward-char', so that null strings are parsed correctly.
9378
87730e84 93792000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9380
83c9cb8e
SM
9381 * eshell/em-pred.el (eshell-pred-file-type)
9382 (eshell-pred-file-links, eshell-pred-file-size):
9383 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9384
9385 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9386 that remote file globbing is more efficient.
9387
9388 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9389 gathering the files and attributes within a directory.
9390
9391 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9392 the command line is a special file (not a regular file, directory
9393 or symlink), always attempt to call the external version of cat.
9394
87730e84 93952000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9396
9397 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9398 Eshell-friendly version of find-tag.
9399
1c7e37a9
MB
94002000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9401
4836835a 9402 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9403 (image-file-name-regexps): Add autoload cookies.
9404
11a7f341
KH
94052000-10-13 Kenichi Handa <handa@etl.go.jp>
9406
9407 * international/mule-cmds.el (select-safe-coding-system): If FROM
9408 is string, show it in *Warning* buffer.
9409
8ddddcb0
EZ
94102000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9411
9412 * startup.el (normal-top-level): Use display-popup-menus-p instead
9413 of window-system.
9414 (command-line): Use display-graphic-p instead of window-system.
9415 (command-line-1): Use display-popup-menus-p and display-mouse-p
9416 instead of window-system.
9417
72200f89
SS
94182000-10-12 Sam Steingold <sds@gnu.org>
9419
9420 * tooltip.el (tooltip-use-echo-area): New user variable.
9421 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9422
8661c643
DL
94232000-10-12 Dave Love <fx@gnu.org>
9424
d0b40dc1
DL
9425 * recentf.el: Maintainer's checkdoc fixes.
9426
83c9cb8e
SM
9427 * startup.el (normal-top-level-add-subdirs-to-load-path):
9428 Use character class, not ASCII when matching file names.
a622451f
DL
9429 (fancy-splash-head): Add trailing slash to URL.
9430 (command-line): Don't require XPM support for toolbar.
9431
8661c643
DL
9432 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9433 (cperl-invalid-face): Revert last change.
9434 (cperl-init-faces): Quote cperl-invalid-face.
9435
ef2ed8ab
KH
94362000-10-12 Kenichi Handa <handa@etl.go.jp>
9437
9438 * startup.el (fancy-splash-text): Remove superfluous quote.
9439
b0da379e
GM
94402000-10-12 Gerd Moellmann <gerd@gnu.org>
9441
dbeb499b
GM
9442 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9443 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9444 (command-line-1): Don't use fancy-splash-pending-command.
9445 (fancy-splash-screens-1): Goto point-min after inserting text.
9446
d861718a
GM
9447 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9448
b0da379e
GM
9449 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9450 instead of shared-lisp-mode-map.
9451
4fb2ad98
MB
94522000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9453
1cb4393e
MB
9454 * faces.el (header-line): Change tty-variant to use underlining.
9455
4fb2ad98
MB
9456 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9457 (isearch-highlight): Restore lazy-isearch face properties at old
9458 position, and suppress them at new position.
9459 (isearch-dehighlight): Restore lazy-isearch face properties.
9460 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9461 over the real isearch overlay, but in that case, don't give it a
9462 face property. Use `push'.
9463
eb991b25
KH
94642000-10-12 Kenichi Handa <handa@etl.go.jp>
9465
9466 * man.el (Man-getpage-in-background): Fix previous change.
9467 Decode the process output only when we are in multibyte mode.
9468
a818c1c0
DL
94692000-10-11 Dave Love <fx@gnu.org>
9470
c990f53a
DL
9471 * info.el (Info-mode-menu): Fix some help.
9472 (info-tool-bar-map): Add entry for Info-last.
9473
a818c1c0
DL
9474 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9475 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9476 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9477 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9478 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9479 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9480 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9481 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9482 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9483 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9484 Reduce colour requirements to 25 overall. (Probably wants
9485 revisiting from the originals to reduce further.)
9486
c1b096cb
EZ
94872000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9488
9489 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9490 buffer-file-coding-system, instead of raw-text.
9491 (dehexlify-buffer): Bind coding-system-for-read to
9492 buffer-file-coding-system, instead of raw-text.
9493
5c8b7eaf
SS
94942000-10-11 Sam Steingold <sds@gnu.org>
9495
83c9cb8e 9496 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9497 `underline' - fixes the bug introduced on 2000-09-21.
9498
2cfbdb7a
DL
94992000-10-11 Dave Love <fx@gnu.org>
9500
83c9cb8e
SM
9501 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9502 Avoid compiler warnings.
2cfbdb7a
DL
9503 (scheme-mode): Doc fix.
9504 (scheme-font-lock-keywords-1): Match `define-syntax'.
9505
95062000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9507
9508 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9509 face specs as well as default ones. Only do anything if the
9510 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9511 (region): Make dark-background `region' face less in-your-face.
4b33f290 9512
690ec649
SS
95132000-10-10 Sam Steingold <sds@gnu.org>
9514
9515 * chistory.el, ielm.el, ledit.el:
9516 * progmodes/inf-lisp.el, progmodes/scheme.el:
9517 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9518
3b95d6bb
SM
95192000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9520
9521 * textmodes/texinfo.el: Update copyright and fix typo.
9522
9523 * desktop.el (desktop-modes-not-to-save): New var.
9524 (desktop-save-buffer-p): Use it.
a30eb617
DL
9525 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9526 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9527
95282000-10-10 Dave Love <fx@gnu.org>
9529
9530 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9531 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9532
9533 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9534 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9535 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9536 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9537 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9538 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9539 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9540 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9541 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9542 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9543 the .xpms; probably need retouching.
9544
95452000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9546
9547 * subr.el (add-to-list): Add optional argument APPEND.
9548 * battery.el (display-battery): Use `add-to-list'.
9549
95502000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9551
83c9cb8e
SM
9552 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9553 properties.
a30eb617
DL
9554 (zone, zone-when-idle, zone-leave-me-alone)
9555 (zone-pgm-whack-chars): Use new symbol properties.
9556
9557 * battery.el (display-battery): Doc spelling fix.
9558
9559 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9560 property.
9561
95622000-10-09 Dave Love <fx@gnu.org>
9563
9564 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9565 has been initialized before calling tool-bar-setup.
9566 (tool-bar-add-item-from-menu): Add autoload cookie.
9567
95682000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9569
9570 * menu-bar.el (send-mail-item-name): New function.
9571 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9572 of mail-user-agent in the menu. Don't display the "Send Mail"
9573 item if mail-user-agent is nil or its value is ignore.
9574 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9575 if read-mail-command is nil or its value is ignore.
9576
9577 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9578
95792000-10-09 Miles Bader <miles@gnu.org>
9580
9581 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9582 Correct image size.
9583 * toolbar/left_arrow.xpm: Correct image size.
9584
9585 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9586 will be done by the definition of `auto-compression-mode' if
9587 necessary. Move code to uninstall existing file-name handler
9588 before definition of `auto-compression-mode'.
9589
9590 * image-file.el (auto-image-file-mode): Move to the end of the
9591 file, because `define-minor-mode' actually calls the mode-function
9592 if the associated variable is non-nil, which requires that all
9593 needed functions be already defined.
9594
9595 * mouse.el (popup-menu): Balance parens.
9596
95972000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9598
9599 * mouse.el (popup-menu): Move the command call outside the loop
9600 so that popup-menu returns whatever the command returns.
9601
9602 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9603 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9604 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9605 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9606
9607 * vc.el (vc-version-diff): diff-switches can be a list.
9608 Use relative filenames for prettier output.
9609
9610 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9611 (vc-post-command-functions): Remove old-VC compatibility code.
9612
9613 * newcomment.el (comment-indent-default): Autoload.
9614
9615 * font-lock.el (font-lock-defaults): Make buffer-local.
9616 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9617 (font-lock-choose-keywords):
9618 Ignore LEVEL unless KEYWORDS is a list of syms.
9619 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9620 Don't wrap regexp-opt things in \(...\) unnecessarily.
9621
9622 * jit-lock.el: Don't require font-lock any more.
9623 (jit-lock-functions): Make buffer-local.
9624 (jit-lock-saved-fontify-buffer-function): Remove.
9625 (jit-lock-mode): Remove autoload cookie.
9626 Remove font-lock specific code.
9627 (jit-lock-unregister): Don't bother handling complex hooks any more.
9628 (jit-lock-refontify): New function.
9629 (jit-lock-fontify-buffer): Use it.
9630 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9631 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9632 Add optional args START and END.
9633 Never call font-lock-fontify-region directly.
9634 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9635
9636 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9637
96382000-10-08 Dave Love <fx@gnu.org>
9639
9640 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9641
9642 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9643
9644 * play/studly.el (studlify-region, studlify-word): Add autoload
9645 cookie.
9646
9647 * play/morse.el (morse-region, unmorse-region): Add autoload
9648 cookie.
9649
9650 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9651 concat.
9652
9653 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9654 insist on symbols starting with word syntax.
9655 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9656 (eval-defun-1): Doc fix.
9657 (indent-sexp): Use nconc to build up indent-stack.
9658
9659 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9660 Gnus with little use.
9661 (mail-setup-hook): Add mail-abbrevs-setup to options.
9662
9663 * recentf.el: Doc fixes.
9664
9665 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9666 Clean up remainder.
9667
9668 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9669 without timezone and (8) with timezone to enforce some whitespace.
9670 Simplify code somewhat.
9671
9672 * options.el (list-options): Doc that you should use customize.
9673
9674 * iswitchb.el (iswitchb-mode): Add :require.
9675
9676 * info.el (Info-goto-node, Info-menu): Doc fix.
9677 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9678 (info-tool-bar-map): New variable.
9679 (Info-mode): Use it.
9680 (Info-edit-map): Define all in defvar.
9681 (speedbar-attached-frame): Avoid compiler warning.
9682
9683 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9684 (global-map): Bind [tool-bar] to a filtered map.
9685 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9686 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9687 Allow PBM icons.
9688 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9689
9690 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9691 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9692 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9693 icons, except up_arrow, which is left-arrow rotated.
9694
9695 * imenu.el (imenu-add-to-menubar): Fix last change.
9696
96972000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9698
9699 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9700 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9701
97022000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9703
9704 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9705 typos in doc strings.
9706
9707 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9708 the doc strings how to customize Font Lock faces.
9709
9710 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9711 computing growth when dragging the header line.
9712
97132000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9714
9715 * simple.el (kill-line): Doc fix.
9716
97172000-10-08 Miles Bader <miles@gnu.org>
9718
9719 * faces.el (secondary-selection): Make foreground visible on tty.
9720
9721 * jka-compr.el (auto-compression-mode): Move to the end of the
9722 file, because `define-minor-mode' actually calls the mode-function
9723 if the associated variable is non-nil, which requires that all
9724 needed functions be already defined.
9725 (with-auto-compression-mode): Add autoload cookie.
9726
97272000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9728
9729 * files.el (find-backup-file-name) [ms-dos]: If support for long
9730 file names is not available, behave as if version-control were set
9731 to never.
9732
97332000-10-07 Dave Love <fx@gnu.org>
9734
9735 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9736 (browse-url-gnome-moz): New function.
9737 (browse-url-browser-function): Use it.
9738 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9739
97402000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9741
9742 * indent.el (tab-always-indent): New var.
9743 (indent-for-tab-command): Use it.
9744
9745 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9746 raise an error. This way it can still default to a sane value.
9747
97482000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * startup.el (fancy-splash-screens): Use local rather than global map.
9751 Don't use `update-menu-bindings' any more.
9752 Get rid of assumptions about keymap representation.
9753
97542000-10-06 Dave Love <fx@gnu.org>
9755
9756 * textmodes/fill.el (sentence-end-double-space)
9757 (sentence-end-without-period): Doc fix.
9758 (adaptive-fill-regexp): Purecopy.
9759 (unjustify-current-line): Use line-end-position.
9760 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9761
9762 * net/eudc-vars.el (eudc): Add :version, :link.
9763
9764 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9765
9766 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9767 Fix for define-minor-mode.
9768 (function-at-point): Alias to function-called-at-point.
9769
9770 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9771
9772 * simple.el (backward-word): Doc fix.
9773
9774 * image-file.el (image-file-name-regexp): image-file-regexps ->
9775 image-file-name-regexps.
9776 (image-file-name-extensions): Add pbm.
9777
97782000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9779
9780 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9781 and add filename to the names so that diff-mode can jump to source.
9782
9783 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9784 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9785 (tex-font-lock-keywords-1): Remove.
9786 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9787 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9788 (font-lock-default-fontify-region):
9789 Expand beg..end correctly when just following a multiline region.
9790 (font-lock-fontify-anchored-keywords):
9791 Include the anchor text as part of the multiline.
9792
97932000-10-06 Gerd Moellmann <gerd@gnu.org>
9794
9795 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9796 latter needs the autoloaded define-minor-mode macro during the
9797 bootstrap.
9798
9799 * startup.el (command-line): For now, activate tool-bar-mode only
9800 if XPM images are supported.
9801
9802 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9803 window by dragging a header-line at the top of the frame; that's
9804 confusing because the header-line doesn't move.
9805 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9806 of treating the event as a list. Some cleanup.
9807
98082000-10-06 Miles Bader <miles@gnu.org>
9809
9810 * simple.el (display-message-or-buffer): New function.
9811 (shell-command-on-region): Use `display-message-or-buffer'.
9812
9813 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9814 docstring parts.
9815
9816 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9817 (smbclient-prompt-regexp): Add usage note to doc string.
9818 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9819 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9820 Use add-hook for adding the comint filter function, and only do so
9821 if it's not already in the global hook list.
9822 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9823 to `make-local-variable'.
9824 (nslookup-font-lock-keywords): Remove prompt entry.
9825 (nslookup): Don't set the process-filter.
9826 (finger): Exit the loop correctly when the regexps list runs out.
9827 (ftp, smbclient, smbclient-list-shares):
9828 Set the real major mode immediately, not after execing.
9829 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9830
9831 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9832
98332000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9834
9835 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9836
9837 * which-func.el (which-func-format): Remove spurious space.
9838 (which-func-mode): Don't make it permanent-local.
9839 (which-func-ff-hook): Allow which-func-maxout to be nil.
9840 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9841 (which-func-mode): Simplify.
9842 Use post-command-idle-hook rather than post-command-hook.
9843 Go through all buffers and update their state.
9844 (which-function): Also try add-log-current-defun-function.
9845
9846 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9847 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9848 Update call to with-vc-properties accordingly.
9849 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9850 (vc-revert-buffer): More careful about window selection and deletion.
9851 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9852
9853 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9854 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9855 (cvs-dired-action): Change the default to quickdir.
9856
9857 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9858 if comment-indent-function returns nil.
9859 (comment-indent-default): New function.
9860 (comment-indent-function): Use it and document the new semantics.
9861
9862 * image-file.el: Docstring fixes.
9863
9864 * help.el (help-xref-on-pp): Use match-string.
9865 (describe-variable): New arg BUFFER.
9866 Store the current buffer in the help-xref-stack.
9867 (temp-buffer-resize-mode): Use define-minor-mode.
9868
9869 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9870 consistently with its docstring.
9871 Set jit-lock-first-unfontify-pos in an idempotent way.
9872 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9873
98742000-10-05 Alex Schroeder <alex@gnu.org>
9875
9876 * sql.el (sql-mysql-options): New variable.
9877 (sql-mysql): Use it.
9878
98792000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9880
9881 * image.el (image): New group.
9882
9883 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9884 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9885
98862000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9887
9888 * net/net-utils.el (nslookup-font-lock-keywords)
9889 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9890 Ignore the value of wqindow-system; always define keywords
9891
98922000-10-05 Kenichi Handa <handa@etl.go.jp>
9893
9894 * startup.el (fancy-splash-screens): Remove the code for
9895 debugging; `(trace-to-stderr "EXITTT\n")'.
9896
98972000-10-05 Miles Bader <miles@gnu.org>
9898
9899 * diff-mode.el (diff-goto-source): Update call to
9900 `diff-hunk-status-msg' to reflect new REV variable.
9901
99022000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9903
9904 * progmodes/icon.el (icon-mode):
9905 Don't gratuitously override the default for comment-column.
9906
9907 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9908
9909 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9910 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9911 (jit-lock-functions): New var.
9912 (jit-lock-function-1): Use it if non-nil.
9913 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9914 Set the `fontified' property before doing the fontification to avoid
9915 repeatedly going through the same error.
9916 Don't turn errors into messages.
9917 (jit-lock-register, jit-lock-unregister): New functions.
9918
9919 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9920 Use with-current-buffer.
9921
9922 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9923 Turn comment into docstring.
9924
9925 * apropos.el (apropos-mode): Use define-derived-mode.
9926
99272000-10-04 Gerd Moellmann <gerd@gnu.org>
9928
9929 * startup.el (fancy-splash-pending-command): New variable.
9930 (fancy-splash-pre-command): New function.
9931 (fancy-splash-screens): Rewritten.
9932 (command-line-1): If fancy-splash-pending-command is set, call it
9933 interactively.
9934
99352000-10-04 Dave Love <fx@gnu.org>
9936
9937 * toolbar/tool-bar.el (tool-bar-setup): New function.
9938 (tool-bar-mode): Use it.
9939
9940 * subr.el (substitute-key-definition): Doc fix.
9941 (play-sound-file): New command.
9942
99432000-10-04 Andre Spiegel <spiegel@gnu.org>
9944
9945 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9946 vc-version-backup-file-name): New functions.
9947
9948 * files.el (basic-save-buffer): Call vc-before-save before saving.
9949
9950 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9951 vc-cvs-stay-local-p.
9952
9953 * vc.el (vc-revert-buffer): Handle empty diff properly.
9954 (vc-version-backup-file): New function.
9955 (vc-checkout): Create a version backup if necessary.
9956 (vc-checkin): If a version backup file exists, delete it.
9957 (vc-version-diff): Diff locally using version backups, if available.
9958 (vc-revert-file): If there's a version backup, revert locally.
9959 (vc-transfer-file): Use version backup for base version, if
9960 available. If not, ask for confirmation whether to get it from the
9961 server. Update mode line before check-in.
9962
99632000-10-04 Dave Love <fx@gnu.org>
9964
9965 * toolbar/tool-bar.el (tool-bar-setup): New function.
9966 (tool-bar-mode): Use it.
9967
99682000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9969
9970 * net/net-utils.el (nslookup-font-lock-keywords)
9971 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9972 Only set if window-system is non-nil
9973 (net-utils-run-program): Returns buffer.
9974 (network-connection-reconnect): Added this function.
9975
9976 * generic.el:
9977 Incorporates extensive cleanup and docfixes by
9978 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9979 Uses cl compile-time macros.
9980 (generic-mode-name, generic-comment-list)
9981 (generic-keywords-list, generic-font-lock-expressions)
9982 (generic-mode-function-list, generic-mode-syntax-table):
9983 Removed variables.
9984 (generic-mode-alist): Renamed to generic-mode-list.
9985 (generic-find-file-regexp): Default changed to "^#".
9986 (generic-read-type): Uses completing read on generic-mode-list.
9987 (generic-mode-sanity-check): removed this function.
9988 (generic-add-to-auto-mode): Removed this function
9989 (generic-mode-internal): Bind mode-specific definitions
9990 into function instead of putting them in alist.
9991 (generic-mode-set-comments): Reworked extensively.
9992 (generic-mode-find-file-hook): Simplified regexp searching
9993 (generic-make-keywords-list): Omit extra pair of parens
9994
9995 * find-lisp.el (find-lisp-find-files-internal):
9996 Make sure directory name ends with "/".
9997
9998 * generic-x.el (apache-conf-generic-mode):
9999 Regexp now allows leading whitespace.
10000 (rc-generic-mode): Added eval-when-compile
10001 around generic-make-keywords-list.
10002 Deleted duplicate regexp
10003 (rul-generic-mode): Added eval-when-compile
10004 around generic-make-keywords-list.
10005 (etc-fstab-generic-mode): New generic mode.
10006 (rul-generic-mode): Removed one eval-when-compile
10007 which caused a max-specpdl-size exceeded error.
10008
100092000-10-04 Miles Bader <miles@gnu.org>
10010
10011 * simple.el (minibuffer-temporary-goal-position): New variable.
10012 (next-history-element): Try to keep the position of point in the
10013 input string constant.
10014
10015 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
10016 (dired-do-create-files): If there's only one file, pass it in as
10017 the DEFAULT arg to dired-mark-read-file-name.
10018
100192000-10-03 Stefan Monnier <monnier@cs.yale.edu>
10020
10021 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
10022 (diff-goto-source): Be smarter when choosing REVERSE or not.
10023
10024 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
10025 (texinfo-mode-menu): Add an explicit shortcut for update all.
10026
100272000-10-03 Andre Spiegel <spiegel@gnu.org>
10028
10029 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
10030 factorize backend-specific code cleanly (this was essentially
10031 conceived by Stefan Monnier).
10032 (vc-unregister): Function removed.
10033 (vc-revert-file): New function.
10034 (vc-revert-buffer): Delegate some of the work to it.
10035
10036 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
10037 default branch unconditionally.
10038 (vc-rcs-set-default-branch): New function.
10039 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
10040 (vc-rcs-checkin): If an appropriate default branch has been set,
10041 force creation of that branch.
10042 (vc-rcs-receive-file): Rewritten to contain only backend-specific
10043 code (as suggested by Stefan Monnier).
10044
100452000-10-02 Gerd Moellmann <gerd@gnu.org>
10046
10047 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
10048 highlighting overlay with a different face over the overlay
10049 isearch uses to highlight the current match because that can lead
10050 to bad face combinations.
10051
10052 * loadup.el (toplevel): Load faces before isearch.
10053
10054 * isearch.el (isearch-faces): New custom group.
10055 (isearch): New defface; was already tested for in the code.
10056 (isearch-lazy-highlight-face): Changed to defface from defcustom.
10057 (isearch-highlight): Always use face `isearch'.
10058
100592000-10-02 Dave Love <fx@gnu.org>
10060
10061 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
10062 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
10063 comparison of opcode with operand.
10064
100652000-10-03 Miles Bader <miles@gnu.org>
10066
10067 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
10068 buffer, since the echo area will now grow to accommodate them.
10069
100702000-10-02 Andre Spiegel <spiegel@gnu.org>
10071
10072 * vc-hooks.el (vc-registered): If FILE used to be registered under
10073 a certain backend, try that one first.
10074
10075 * vc.el (vc-responsible-backend): Undo the previous change in the
10076 argument list. Handle multiple backends correctly.
10077 (vc-find-new-backend): Function removed.
10078 (vc-register): Use vc-responsible-backend, as before.
10079 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
10080
100812000-10-02 Gerd Moellmann <gerd@gnu.org>
10082
10083 * startup.el (fancy-splash-head): Change message below the
10084 logo.
10085
100862000-10-02 Miles Bader <miles@lsi.nec.co.jp>
10087
10088 * diff-mode.el (diff-goto-source): Emit a status message.
10089 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
10090 (diff-test-hunk): Fix doc string.
10091 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
10092 (diff-advance-after-apply-hunk): New variable.
10093 (diff-apply-hunk): Don't return a value.
10094
100952000-10-01 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * vc.el (vc-editable-p): Minor optimization.
10098 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
10099 (vc-find-new-backend): New function split from vc-responsible-backend.
10100 (vc-register): Use it.
10101 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
10102 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
10103 (vc-default-unregister, vc-revert-buffer): Docstring fix.
10104 (vc-clear-headers): Don't use find-file.
10105 (vc-revert-buffer): Use `and' again (must have been a braino).
10106 (vc-switch-backend): Only prompt if requested.
10107 Short circuit if nothing is to be done.
10108 Don't use vc-resynch-buffer which could lose unsaved editing.
10109 (vc-default-receive-file): Update call to vc-unregister.
10110 (with-vc-file, vc-next-action-on-file):
10111 Use vc-backend rather than vc-registered.
10112 (vc-next-action-on-file): Use intern-soft.
10113 Deal with read-only *vc-diff* buffer.
10114 (vc-transfer-file): Docstring fix.
10115
10116 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
10117 (vc-rcs-receive-file): Avoid with-vc-properties.
10118 Update call to vc-unregister.
10119 Use constant `RCS' rather than (dynamically bound) var `backend'.
10120
101212000-10-01 Andre Spiegel <spiegel@gnu.org>
10122
10123 * vc.el (vc-next-action-on-file): Update mode line only if file
10124 is visited.
10125 (vc-start-entry): New argument initial-contents. Don't visit the file
10126 if it isn't already visited. Brought documentation up-to-date.
10127 (vc-next-action, vc-register): Updated calls to vc-start-entry.
10128 (vc-checkin): New optional arg initial-contents, which is passed to
10129 vc-start-entry.
10130 (vc-finish-logentry): Make sure to bury log buffer only if there
10131 really is one. Call `vc-resynch-buffer' on log-file, not
10132 buffer-file-name.
10133 (vc-default-comment-history, vc-default-wash-log): New functions.
10134 (vc-index-of): Removed.
10135 (vc-transfer-file): Make do without the above.
10136 (vc-default-receive-file): Call comment-history unconditionally. Pass
10137 the resulting string to vc-checkin, instead of inserting it into the
10138 comment ring.
10139
10140 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
10141 unconditionally. Use the comments as initial contents of the log
10142 entry buffer. Document the trick to force branch creation with no
10143 changes.
10144
101452000-10-01 Miles Bader <miles@gnu.org>
10146
10147 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
10148 `recenter' with an arg to prevent redrawing the display.
10149
101502000-09-30 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
10153
10154 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
10155
10156 * progmodes/c-mode.el (c-mode):
10157 Don't gratuitously override the default for comment-column.
10158
10159 * textmodes/tex-mode.el (latex-metasection-list): New var.
10160 (latex-imenu-create-index): Use it.
10161 Move the regexp construction outside loops (and use push).
10162 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
10163 (tex-font-lock-keywords): Moved from font-lock.el.
10164 (tex-comment-indent): Remove.
10165 (tex-common-initialization): Don't set comment-indent-function.
10166 (latex-block-default): New var.
10167 (tex-latex-block): Use it to provide a default choice.
10168 Add any unknown choice to latex-block-names.
10169 Insert [...] after {...}.
10170 (tex-last-unended-begin): Simplify regexp.
10171 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
10172 (latex-forward-sexp-1, latex-forward-sexp): New functions.
10173 (latex-mode): Set forward-sexp-function.
10174
10175 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
10176 Add regexp for @ignore ... @end ignore.
10177 (texinfo-heading-face): New face.
10178 (texinfo-font-lock-keywords): Use it.
10179 (texinfo-mode-menu): New menu.
10180 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10181 New functions.
10182 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10183 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10184 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10185 Remove declaration.
10186 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10187
10188 * delsel.el (delete-selection-mode): Use define-minor-mode.
10189
10190 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10191
101922000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10193
10194 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10195
101962000-09-30 Gerd Moellmann <gerd@gnu.org>
10197
10198 * replace.el (keep-lines-read-args): New function.
10199 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10200 read arguments interactively. Add parameters RSTART and REND.
10201 Operate on the active region in Transient Mark mode.
10202
10203 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10204
10205 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10206 (authors-obsolete-files-regexps): New variable.
10207 (authors-add): Don't record changes in obsolete files.
10208
102092000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10210
10211 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10212
10213 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10214 (comment-indent): Make sure there's a space between code and comment.
10215 Shift comments left to avoid going past fill-column.
10216
102172000-09-29 Gerd Moellmann <gerd@gnu.org>
10218
10219 * startup.el (startup-echo-area-message): New function.
10220 (display-startup-echo-area-message): Use it.
10221 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10222 (fancy-splash-default-action): New function.
10223 (fancy-splash-screens-1): New function.
10224 (fancy-splash-head): Put a help-echo and a keymap under the image.
10225
102262000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10227
10228 * diff-mode.el (diff-add-log-file-name): Remove.
10229 (diff-mode): Use add-log-buffer-file-name-function.
10230
10231 * add-log.el (find-change-log): New arg BUFFER-FILE.
10232 (add-log-file-name): Obey add-log-file-name-function.
10233 (add-log-buffer-file-name-function): New var.
10234 (add-change-log-entry): Use it.
10235
102362000-09-29 Miles Bader <miles@gnu.org>
10237
10238 * image-file.el (image-file-name-extensions): New variable.
10239 (image-file-name-regexps): Renamed from `image-file-regexps'.
10240 New default value is nil. Call `auto-image-file-mode'.
10241 (image-file-name-regexp): New function.
10242 (auto-image-file-mode): New minor mode.
10243 (insert-image-file): Don't make conditional on the image-file
10244 handler being enabled.
10245 (image-file-handler): Make the call here conditional instead.
10246 (set-image-file-handler-enabled, enable-image-file-handler)
10247 (disable-image-file-handler): Functions removed.
10248
10249 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10250 string.
10251
102522000-09-29 Gerd Moellmann <gerd@gnu.org>
10253
10254 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10255 it's a function from CL.
10256 (latex-imenu-create-index): Replace eval-when-compile with progn
10257 because latex-section-alist is not bound while compiling.
10258
102592000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10260
10261 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10262 (outline-mode): Use define-derived-mode.
10263
10264 * progmodes/perl-mode.el (perl-mode):
10265 * progmodes/awk-mode.el (awk-mode):
10266 * progmodes/asm-mode.el (asm-mode):
10267 Don't gratuitously override the default for comment-column.
10268
10269 * emacs-lisp/lisp.el (lisp-complete-symbol):
10270 Distinguish the let-binding case from the funcall case.
10271 (forward-sexp-function): New variable.
10272 (forward-sexp): Use it.
10273
10274 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10275 (easy-mmode-defmap): Remove the now useless autoload.
10276
10277 * time.el (display-time-mode): Use define-minor-mode.
10278
10279 * subr.el (add-minor-mode): Don't eval NAME.
10280 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10281 Use if rather than cond.
10282
10283 * simple.el (read-expression-map): Define more properly.
10284 (comment-indent-hook): Remove.
10285 (string-to-syntax): Bug fix.
10286
10287 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10288 (cvs-ediff-diff): Fix typo.
10289 (cvs-revert-if-needed): Don't bother preserving read-only.
10290
10291 * paren.el (show-paren-mode): Use define-minor-mode.
10292
10293 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10294 (toggle-auto-compression): Remove.
10295 (jka-compr-build-file-regexp): Remove useless grouping.
10296
10297 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10298 Avoid user-reserved bindings.
10299 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10300 (diff-header-face): Revert to grey85.
10301
10302 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10303
10304 * complete.el (partial-completion-mode) <defcustom>: Remove.
10305 (partial-completion-mode): Use define-minor-mode.
10306 (PC-do-completion): Understand `completion-auto-help = delay'
10307 to mean to popup the completion buffer only the second time.
10308 (PC-include-file-all-completions, PC-include-file-all-completions)
10309 (PC-include-file-all-completions): Don't quote lambda.
10310
10311 * comint.el (comint-mode-hook): Docstring fix.
10312 (comint-mode): Use define-derived-mode.
10313 (comint-mode-map): Remove obsolete comment.
10314 (make-comint): Minor stylistic change.
10315 (comint-insert-clicked-input): Be more careful to find the overlay.
10316 Use this-command-keys rather than hardcoding mouse-2.
10317
10318 * font-lock.el: Replace confusing (,@ with ,
10319 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10320 Don't use regexp-opt-depth. Spice up the regexp for args.
10321 Don't distinguish between cmds that can take an opt arg or not.
10322 Use `append' and `prepend' rather than `keep'.
10323
10324 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10325 (latex-outline-regexp): New var.
10326 (latex-outline-level): New fun.
10327 (latex-section-alist): New var.
10328 (latex-imenu-create-index): Use it. Use `push' as well.
10329 (tex-shell-map): Initialize it properly.
10330 (tex-mode): Minor stylistic change.
10331 (plain-tex-mode): Use define-derived-mode.
10332 (latex-mode): Use define-derived-mode.
10333 Construct the paragraph regexps in a more readable way.
10334 Set the buffer-local outline-{level,regexp} vars.
10335 (slitex-mode): Derive from latex-mode.
10336 (tex-common-initialization): Don't kill-all-vars anymore.
10337 Add setting for comment-add and font-lock-defaults.
10338 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10339 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10340 (tex-start-tex): New arg DIR (and send a chdir command for it).
10341 Also display the shell buffer and save it in tex-last-buffer-texed.
10342 (tex-region): Use expand-file-name rather than concat.
10343 Remove code made useless by changes in tex-start-tex.
10344 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10345
10346 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10347
103482000-09-28 Dave Love <fx@gnu.org>
10349
10350 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10351
103522000-09-28 Gerd Moellmann <gerd@gnu.org>
10353
10354 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10355 `append'.
10356
103572000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10358
10359 * info.el (Info-extract-pointer): Undo last change.
10360 Instead, fix the position of the `bound' arg to re-search-backward.
10361
103622000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * info.el (Info-extract-pointer):
10365 Widen more carefully, to avoid finding pointers in other nodes.
10366 (Info-index): Use push.
10367
103682000-09-27 Gerd Moellmann <gerd@gnu.org>
10369
10370 * frame.el (set-frame-font): Remove call to obsolete function
10371 frame-update-faces.
10372 (set-foreground-color, set-background-color): Likewise for
10373 frame-update-face-colors.
10374
103752000-09-27 Miles Bader <miles@gnu.org>
10376
10377 * image-file.el: New file.
10378
103792000-09-27 Gerd Moellmann <gerd@gnu.org>
10380
10381 * frame.el (frame-notice-user-settings): Don't call
10382 frame-update-faces, which is a no-op now.
10383
10384 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10385 tool-bar-lines.
10386
103872000-09-27 Dave Love <fx@gnu.org>
10388
10389 * mouse.el: Fix last change.
10390
103912000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10392
10393 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10394
103952000-09-22 Kenichi Handa <handa@etl.go.jp>
10396
10397 * international/quail.el (quail-help): The output message is
10398 improved.
10399
104002000-09-26 Dave Love <fx@gnu.org>
10401
10402 * mouse.el (popup-menu): If POSITION is nil, set it using
10403 mouse-position.
10404
104052000-09-25 Sam Steingold <sds@gnu.org>
10406
10407 * net/browse-url.el (browse-url-file-url): Check for null maps.
10408
104092000-09-26 Gerd Moellmann <gerd@gnu.org>
10410
10411 * frame.el (frame-notice-user-settings): Don't add a
10412 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10413
10414 * frame.el (frame-notice-user-settings):
10415 Make tool-bar-mode and default-frame-alist consistent.
10416
10417 * toolbar/tool-bar.el (tool-bar-help): New function.
10418
104192000-09-25 Gerd Moellmann <gerd@gnu.org>
10420
10421 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10422 current-load-list in top-level forms. Else this leaks a cons cell
10423 every time a defun is called.
10424
10425 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10426
104272000-09-25 Dave Love <fx@gnu.org>
10428
10429 * startup.el (fancy-splash-head): Check XPM is available.
10430
10431 * autoinsert.el (auto-insert): Doc fix.
10432 (auto-insert-alist): Following GNU notices, don't say `copyright
10433 _by_'. Use line-beginning-position.
10434 (auto-insert): Check buffer-file-name is non-nil before use.
10435
104362000-09-25 Gerd Moellmann <gerd@gnu.org>
10437
10438 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10439 starting with `@def' or `@multitable', in addition to ones
10440 specified by the user in auto-fill-inhibit-regexp.
10441
104422000-09-25 Markus Rost <rost@math.ohio-state.edu>
10443
10444 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10445 rmail-dont-reply-to-names matches the empty string.
10446
104472000-09-25 Gerd Moellmann <gerd@gnu.org>
10448
10449 * startup.el (command-line-1, fancy-splash-text): Change the
10450 text to sound more friendly.
10451
104522000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10453
10454 * progmodes/hideshow.el: Update author email address.
10455 Generally, sync w/ maintainer version 5.22.
10456 (hs-hide-all-non-comment-function): New var.
10457 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10458 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10459 (hs-show-region): Delete this command.
10460 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10461
104622000-09-22 Dave Love <fx@gnu.org>
10463
10464 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10465 (hl-line-highlight): Specify buffer when moving overlay.
10466
10467 * progmodes/fortran.el (fortran-mode): Locally set
10468 normal-auto-fill-function.
10469 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10470 (fortran-mode-map): Adjust auto-fill menu entry.
10471
104722000-09-22 Gerd Moellmann <gerd@gnu.org>
10473
10474 * vc-rcs.el (toplevel): Require `vc' when compiling.
10475
10476 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10477
104782000-09-22 Andre Spiegel <spiegel@gnu.org>
10479
10480 * vc.el (vc-switch-backend): Signal an error if the file is not
10481 registered under the new backend.
10482
10483 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10484 without explicit revision number.
10485
104862000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10487
10488 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10489 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10490 (diff-xor): New function.
10491 (diff-find-source-location): Use it. Fix a stupid name clash.
10492 (diff-hunk-status-msg): New function.
10493 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10494 (diff-test-hunk): Use diff-find-source-location.
10495 (diff-goto-source): Favor the `reverse'.
10496 (diff-hunk-text): Properly handle one-sided context diffs.
10497 (diff-apply-hunk): When done, advance to the next hunk.
10498
104992000-09-21 Gerd Moellmann <gerd@gnu.org>
10500
10501 * startup.el (command-line): If frame was created with a non-zero
10502 tool-bar-lines parameter, switch tool-bar-mode on.
10503
10504 * add-log.el (change-log-date-face, change-log-name-face)
10505 (change-log-email-face, change-log-file-face)
10506 (change-log-list-face, change-log-conditionals-face)
10507 (change-log-function-face, change-log-acknowledgement-face):
10508 New faces, inheriting from font-lock faces.
10509 (change-log-font-lock-keywords): Use them.
10510
105112000-09-21 Dave Love <fx@gnu.org>
10512
10513 * progmodes/cperl-mode.el (top-level): Clean up
10514 `eval-when-compile's and assorted defvars.
10515 (cperl-invalid-face): Don't double-quote value. Change custom
10516 type.
10517 (cperl-mode): Set normal-auto-fill-function and don't zap
10518 auto-fill-function.
10519 (cperl-imenu--function-name-regexp-perl): Renamed from
10520 imenu-example--function-name-regexp-perl.
10521 (cperl-imenu--create-perl-index): Renamed from
10522 imenu-example--create-perl-index.
10523 (cperl-xsub-scan): Don't require cl.
10524
10525 * msb.el (msb-mode-map): Use substitute-key-definition.
10526 (msb-mode): Use msb-mode-map.
10527
105282000-09-21 Andre Spiegel <spiegel@gnu.org>
10529
10530 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10531 New functions.
10532 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10533 (vc-switch-backend): New function.
10534 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10535 (vc-register): Fix prompt.
10536 (vc-unregister, vc-default-unregister): New functions.
10537 (vc-version-diff): Handle empty buffer in sentinel.
10538
10539 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10540 (vc-rcs-state-heuristic): Use it to guess the state of files with
10541 non-strict locking.
10542 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10543 been set with -b, but not created yet.
10544 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10545 contents in order to find the state.
10546 (vc-rcs-checkin): Allow creation of branches with no changes.
10547 (vc-rcs-unregister, vc-rcs-receive-file)
10548 (vc-rcs-set-non-strict-locking): New functions.
10549
10550 * vc-hooks.el (vc-name): Force correct computation of the value
10551 in case it is missing.
10552
105532000-09-21 Gerd Moellmann <gerd@gnu.org>
10554
10555 * startup.el (fancy-splash-tail): Use a different foreground
10556 color on a dark frame background.
10557
105582000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10559
10560 * info.el: Use the correct capitalization when making Info-mode
10561 and Info-edit-mode `special' modes.
10562
105632000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10564
10565 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10566 (diff-mode): Add support for add-log.el.
10567 (diff-hunk-text): Use char offsets rather than line offsets.
10568 (diff-find-source-location): Replace LINE with line-offset (nil
10569 if not found) and always set POS to a meaningful position.
10570 Adapt to the new char-offsets.
10571 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10572 Adapt to the new diff-find-source-location.
10573 (diff-goto-source): Adapt to the new diff-find-source-location.
10574
10575 * add-log.el (add-log-file-name): New function (split out of
10576 add-change-log-entry).
10577 (add-change-log-entry): Use it.
10578 Call add-log-file-name-function with the changelog file name if
10579 the current buffer is not associated with any file.
10580 Avoid find-file if the selected window is dedicated.
10581
10582 * diff-mode.el (diff-find-source-location):
10583 Move code from diff-apply-hunk. Return buffer rather than file.
10584 (diff-apply-hunk): Use the new result from diff-find-source-location.
10585 (diff-goto-source): Use the new diff-find-source-location.
10586
105872000-09-20 Dave Love <fx@gnu.org>
10588
10589 * iswitchb.el: Some doc fixes.
10590 (iswitchb-mode-map): Define completely initially. Inherit
10591 minibuffer-local-map.
10592 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10593 fundamental-mode.
10594 (iswitchb-global-map): New variable.
10595 (iswitchb-summaries-to-end): Amalgamate regexps.
10596 (iswitchb-mode): New.
10597 (iswitchb-mode-hook): New variable.
10598 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10599 `extensions'.
10600
106012000-09-20 Gerd Moellmann <gerd@gnu.org>
10602
10603 * ehelp.el (electric-help): New defgroup.
10604 (electric-help-shrink-window): New user-option.
10605 (with-electric-help): Use it.
10606
10607 * window.el (shrink-window-if-larger-than-buffer): If face
10608 `mode-line' has a :box, and we're on a graphical frame, add 1
10609 to the needed window height.
10610
10611 * frame.el (frame-notice-user-settings): Add a last parameter nil
10612 to a call to `append', because the last list passed to `append' is
10613 not copied, and so subsequent calls to assq-delete-all will modify
10614 default-frame-alist.
10615
10616 * startup.el (fancy-splash-image): Change :type.
10617 (fancy-splash-head): Use an XBM image if appropriate.
10618 (command-line-1): Show splash screens in more cases.
10619
10620 * startup.el (fancy-splash-text): Don't quote faces.
10621
10622 * dired.el (dired-font-lock-keywords): Undo last change.
10623 (dired-readin): Bind indent-tabs-mode to nil.
10624
10625 * startup.el (fancy-splash-head): If frame's background mode
10626 is `dark', change the black background of the image to gray.
10627 (fancy-splash-screens): Display startup echo area message.
10628 (display-startup-echo-area-message): New function.
10629
106302000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10631
10632 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10633
10634 * info.el (info-header-node): Tweak for color ttys.
10635
10636 * faces.el (face-valid-attribute-values): Make sure directories we
10637 search for stipples both exist and are readable before trying to
10638 search them.
10639
10640 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10641 in the dry-run case.
10642
10643 * jka-compr.el (with-auto-compression-mode): New macro.
10644
10645 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10646 (custom-group-tag-face, custom-variable-tag-face): Use relative
10647 :height and inherit from `variable-pitch' face instead of
10648 hardwiring :family.
10649 * hi-lock.el (hi-black-hb): Likewise.
10650
10651 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10652 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10653 toolbar-add-item, if image doesn't have a mask add a `:mask
10654 heuristic'.
10655
106562000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10657
10658 * diff-mode.el: Docstring fixes.
10659 (diff-header-face, diff-comment-face): New faces.
10660 (diff-font-lock-keywords): Highlight a bit differently.
10661 (diff-find-source-location): Don't return SPAN any more.
10662 (diff-hunk-text): Don't bother erasing the temp buffer.
10663 (diff-find-text): Drop argument LINE.
10664 (diff-apply-hunk): Update calls to diff-find-text.
10665 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10666
10667 * calendar/calendar.el: Docstring fixes.
10668 (calendar-make-alist): Don't quote lambda.
10669 (calendar-star-date): Use make-local-variable.
10670
106712000-09-19 Dave Love <fx@gnu.org>
10672
10673 * toolbar/tool-bar.el: Renamed from toolbar.el.
10674 Change `toolbar' to `tool-bar' generally in symbols.
10675 Make some items invisible in `special' major modes.
10676 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10677 Add arg PROPS.
10678
10679 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10680 Add :version here.
10681 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10682
106832000-09-19 Gerd Moellmann <gerd@gnu.org>
10684
10685 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10686
10687 * files.el (find-file-suppress-same-file-warnings): New user-option.
10688 (find-file-noselect): Use it.
10689
10690 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10691 (fancy-splash-screen): Defgroup.
10692
10693 * add-log.el (change-log-font-lock-keywords): Match names
10694 more exactly for the case that font-lock-constant-face is
10695 underlined.
10696
106972000-09-19 Richard M. Stallman <rms@gnu.org>
10698
10699 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10700
107012000-09-19 Andre Spiegel <spiegel@gnu.org>
10702
10703 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10704
107052000-09-19 Gerd Moellmann <gerd@gnu.org>
10706
10707 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10708 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10709 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10710 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10711 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10712 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10713 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10714 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10715 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10716 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10717 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10718 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10719
10720 * startup.el (fancy-splash-text): New variable.
10721 (fancy-splash-delay, fancy-splash-image): New user-options.
10722 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10723 (fancy-splash-screens): New functions.
10724 (command-line-1): If display has a `display' frame parameter, has
10725 colors, and we have XPM support, show more fancy splash screens.
10726
107272000-09-19 Dave Love <fx@gnu.org>
10728
10729 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10730 with null `help'. Use modern backquote syntax.
10731
107322000-09-19 Gerd Moellmann <gerd@gnu.org>
10733
10734 * font-lock.el (font-lock-mode): Change message telling the user
10735 that ``the buffer is too big''.
10736
10737 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10738 for instance for the case that tab-width is 2.
10739
107402000-09-18 Gerd Moellmann <gerd@gnu.org>
10741
10742 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10743 toolbar-add-item, if image doesn't have a mask add a `:mask
10744 heuristic'.
10745
107462000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10747
10748 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10749 and return a cons if it's non-nil.
10750 (diff-apply-hunk): Try to jump to the line in the source text
10751 corresponding to the position of point in the in the hunk.
10752
10753 * info.el (Info-title-3-face, Info-title-2-face)
10754 (Info-title-1-face): Use face inheritance and relative sizes
10755 instead of hard-wiring things.
10756
10757 * faces.el (secondary-selection): Make dark-background variant sane.
10758
107592000-09-16 Andrew Innes <andrewi@gnu.org>
10760
10761 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10762 read-only, since they aren't under VC now.
10763
107642000-09-17 Dave Love <fx@gnu.org>
10765
10766 * tmm.el: Replace mapcar with mapc in several places.
10767
10768 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10769 ad-unadvise.
10770
10771 * international/latin1-disp.el: New file.
10772
10773 * calendar/cal-move.el (scroll-calendar-left)
10774 (scroll-calendar-right): Make arg optional (for active mode line).
10775
10776 * calendar/calendar.el (calendar-mode-line-format): Make fields
10777 mouse-sensitive.
10778 (calendar-read-date, calendar-read-date, calendar-window-list):
10779 Unquote lambda.
10780 (calendar-month-name): Use aref, not sref.
10781
10782 * view.el (minor-mode-alist): Propertize the string.
10783
10784 * international/characters.el (standard-case-table): Add entries
10785 for Greek.
10786
107872000-09-18 Miles Bader <miles@gnu.org>
10788
10789 * info.el (info-node, info-xref): Add dark-background variants.
10790
10791 * faces.el (header-line): Change defaults to be less confusing
10792 when mixed with mode-lines.
10793
10794 * info.el (Info-fontify-node): Make a few cleanups.
10795 Add extra `help-echo' and `local-map' props to node xrefs.
10796 Use header-specific faces for node-names & xrefs.
10797 (Info-use-header-line): New variable.
10798 (info-header-xref, info-header-node): New faces.
10799 (Info-setup-header-line): New function.
10800 (Info-select-node): Call Info-setup-header-line when enabled.
10801 (Info-extract-pointer): Work even if the header line is hidden.
10802 (Info-header-line): New variable.
10803
108042000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10805
10806 * vms-patch.el (print-region-function): Don't quote lambda.
10807
10808 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10809
10810 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10811 (lm-get-header-re): Allow spaces between the header and the colon.
10812 (lm-header): Allow $ in non-RCS headers.
10813 (lm-header-multiline): Put the strings back into order.
10814 Stop at an empty line. Don't require two space chars if the
10815 line is clearly not another header line.
10816
10817 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10818 (popup-menu-popup): Remove.
10819
108202000-09-15 Gerd Moellmann <gerd@gnu.org>
10821
10822 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10823 specification if or if not tool-bar item contains an `:enabled'
10824 property.
10825
10826 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10827 current buffer has no file name.
10828
108292000-09-15 Dave Love <fx@gnu.org>
10830
10831 * strokes.el: Sync with maintainer's current version with changes
10832 for Emacs, but avoid runtime cl and levents.
10833 (toplevel): Change autoloads and compilation requires.
10834 (strokes-version, strokes-bug-address, strokes-lift): Values
10835 changed.
10836 (strokes-xpm-header, strokes-insinuated): New variable.
10837 (strokes): Add :link.
10838 (strokes-mode): Customized.
10839 (strokes-while-inhibiting-garbage-collector): New macro.
10840 (strokes-remassoc): Avoid remove-if.
10841 (strokes-fix-button2-command): Don't use ad-do-it.
10842 (strokes-insinuate): New function.
10843 (strokes-button-press-event-p, strokes-button-release-event-p):
10844 New functions, used instead of non-`strokes-' versions..
10845 (strokes-mouse-event-p): Rewritten.
10846 (strokes-event-closest-point): Avoid event-point.
10847 (strokes-get-grid-position): Avoid cdadr, caadr
10848 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10849 functions.
10850 (strokes-help): Use with-output-to-temp-buffer.
10851 (strokes-window-configuration-changed-p): New function.
10852 (strokes-update-window-configuration): Use buffer-live-p,
10853 strokes-window-configuration-changed-p.
10854 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10855 (strokes-char-face): New face.
10856 (strokes-char-table, strokes-base64-chars): New variable.
10857 (strokes-xpm-for-stroke, strokes-list-strokes)
10858 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10859 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10860 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10861 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10862 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10863 functions.
10864
108652000-09-15 Gerd Moellmann <gerd@gnu.org>
10866
10867 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10868
10869 * image.el (create-image): Doc fix.
10870
10871 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10872 instead of `:heuristic-mask t'.
10873
108742000-09-14 Andrew Innes <andrewi@gnu.org>
10875
10876 * makefile.w32-in: Revert to Unix line endings.
10877
108782000-09-14 Andrew Innes <andrewi@gnu.org>
10879
10880 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10881 when installing.
10882
10883 * makefile.nt (DONTCOMPILE): Fix typo.
10884
10885 * shell.el (shell-write-history-on-exit): New function.
10886 (shell-dumb-shell-regexp): New custom variable.
10887 (shell-mode): Make shell-write-history-on-exit the process
10888 sentinel if shell name matches shell-dumb-shell-regexp.
10889
10890 * w32-fns.el: Comment out before-init-hook function which resets
10891 source-directory based; this breaks bootstrap.
10892
108932000-09-14 Dave Love <fx@gnu.org>
10894
10895 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10896 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10897 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10898 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10899 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10900 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10901 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10902 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10903 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10904
10905 * toolbar/toolbar.el: New.
10906
10907 * subdirs.el: Add toolbar.
10908
109092000-09-14 Gerd Moellmann <gerd@gnu.org>
10910
10911 * indent.el (indent-for-tab-command): Doc fix.
10912
109132000-09-14 Alex Schroeder <alex@gnu.org>
10914
10915 * ansi-color.el (ansi-colors): Doc change.
10916 (ansi-color-get-face): Simplified regexp.
10917 (ansi-color-faces-vector): Added more faces, doc change.
10918 (ansi-color-names-vector): Doc change.
10919 (ansi-color-regexp): Simplified regexp.
10920 (ansi-color-parameter-regexp): New regexp.
10921 (ansi-color-filter-apply): Doc change.
10922 (ansi-color-filter-region): Doc change.
10923 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10924 deal with zero length parameters.
10925 (ansi-color-apply-on-region): Doc change.
10926 (ansi-color-map): Doc change.
10927 (ansi-color-map-update): Removed debugging message.
10928 (ansi-color-get-face-1): Added condition-case to trap
10929 args-out-of-range errors.
10930 (ansi-color-get-face): Doc change.
10931 (ansi-color-make-face): Removed.
10932 (ansi-color-for-shell-mode): New option.
10933
109342000-09-13 Kenichi Handa <handa@etl.go.jp>
10935
10936 * international/quail.el (quail-start-translation): Translate KEY
10937 if necessary even if it doesn't have any mapping in the current
10938 input method.
10939 (quail-start-conversion): Likewise.
10940 (quail-help): The output message is improved.
10941
109422000-09-13 Miles Bader <miles@gnu.org>
10943
10944 * comint.el (comint-output-filter): Revert to using
10945 `insert-before-markers'. Add bletcherous hack to undo damage
10946 caused by `insert-before-markers'. Put `front-sticky' property on
10947 overlays created here so that the field code understands how the
10948 overlay works. Use a let when making comint-last-prompt-overlay,
10949 so that the code is easier to read.
10950
109512000-09-13 Dave Love <fx@gnu.org>
10952
10953 * wid-edit.el (widget-default-format-handler): DTRT when
10954 doc-property is a function.
10955
109562000-09-12 Francesco Potorti` <pot@gnu.org>
10957
10958 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10959 filed name if it's not there.
10960
109612000-09-12 Dave Love <fx@gnu.org>
10962
10963 * simple.el (read-mail-command): Doc fix.
10964 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10965
10966 * vc.el (vc-dired-listing-switches): Fix :version.
10967
10968 * vc-hooks.el: Doc fixes.
10969
10970 * subr.el (add-minor-mode): Use toggle-fun arg.
10971
10972 * speedbar.el: Add :version to several defcustoms.
10973
10974 * imenu.el (imenu--truncate-items, imenu--cleanup)
10975 (imenu--generic-function): Avoid mapcar.
10976 (imenu--replace-spaces): Function removed.
10977 (imenu--completion-buffer): Use subst-char-in-string.
10978 (imenu-add-to-menubar): Use keymap inheritance.
10979
109802000-09-12 Miles Bader <miles@gnu.org>
10981
10982 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10983 (diff-mode-map): Bind `diff-test-hunk'.
10984 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10985
109862000-09-11 Gerd Moellmann <gerd@gnu.org>
10987
10988 * bytecomp.el (byte-compile-defvar): Undo last change
10989 because it breaks '(make-variable-buffer-local (defvar ...)'
10990 which is used at least in dired.
10991
109922000-09-12 Kenichi Handa <handa@etl.go.jp>
10993
10994 * international/quail.el (quail-define-package): Docstring
10995 modified.
10996
109972000-09-12 Kenichi Handa <handa@etl.go.jp>
10998
10999 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
11000 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
11001 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
11002 docstring of "chinese-py".
11003
11004 * international/quail.el (quail-translation-docstring): New
11005 variable.
11006 (quail-show-keyboard-layout): Docstring modified.
11007 (quail-select-current): Likewise.
11008 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
11009 infinite recursive call.
11010 (quail-help): Check quail-translation-docstring. Format of the
11011 output changed.
11012 (quail-help-insert-keymap-description): Adjusted for the above
11013 change.
11014
110152000-09-11 Gerd Moellmann <gerd@gnu.org>
11016
11017 * bytecomp.el (byte-compile-defvar): Only cons onto
11018 current-load-list in top-level forms. Else this leaks a cons cell
11019 every time a defun is called.
11020
110212000-09-11 Miles Bader <miles@lsi.nec.co.jp>
11022
11023 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
11024 Now understands non-unified diffs. Some functionality moved into
11025 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
11026 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
11027 modify anything. Only reposition point in the patched file if the
11028 patch succeeds. Only pop up another window if POPUP is true.
11029 Emit a message describing what happened if successful, and at what
11030 line-offset. Automatically detect reversed hunks and do something
11031 appropriate.
11032 (diff-hunk-text, diff-find-text): New functions.
11033 (diff-filter-lines): Function removed.
11034 (diff-test-hunk): New function.
11035 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
11036
110372000-09-10 Dave Love <fx@gnu.org>
11038
11039 * textmodes/tildify.el: Minor doc/commentary fixes.
11040 (tildify) <defgroup>: Add :version.
11041
11042 * faces.el (face-x-resources): Make custom type more specific.
11043 (frame-background-mode): Use mapc.
11044 (region) <defcustom>: Add :version.
11045
110462000-09-08 Stefan Monnier <monnier@cs.yale.edu>
11047
11048 * vc-sccs.el (vc-sccs-register):
11049 * vc-rcs.el (vc-rcs-register):
11050 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
11051 * vc.el (vc-register): Clear file's properties.
11052
110532000-09-08 Gerd Moellmann <gerd@gnu.org>
11054
11055 * faces.el (face-spec-set): Only face-spec-reset-face when
11056 ATTRS is non-nil.
11057
110582000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
11059
11060 * help.el (help-insert-xref-button): Fix a typo in doc string.
11061
110622000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
11063
11064 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11065 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
11066 methods.
11067
11068 * menu-bar.el (read-mail-item-name): New function.
11069 (menu-bar-tools-menu): Use it to compute and display the package
11070 used to read email.
11071 (menu-bar-tools-menu): Fix typo in GUD's help string.
11072
110732000-09-07 Dave Love <fx@gnu.org>
11074
11075 * diff-mode.el (diff-mouse-goto-source): New function.
11076
11077 * vc-sccs.el: Doc fixes.
11078 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
11079
11080 * vc-rcs.el: Doc fixes.
11081 (vc-rcs-register-switches, vc-rcs-checkin-switches)
11082 (vc-rcs-checkout-switches, vc-rcs-header)
11083 (vc-rcs-master-templates): Add or change :version.
11084
11085 * vc-cvs.el: Doc fixes.
11086 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
11087 (vc-cvs-stay-local): Add :version.
11088
11089 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
11090
110912000-09-07 Kenichi Handa <handa@etl.go.jp>
11092
11093 * international/quail.el (quail-help): Fix previous change.
11094
110952000-09-07 Gerd Moellmann <gerd@gnu.org>
11096
11097 * faces.el (color-values): Doc fix.
11098
11099 * faces.el (frame-set-background-mode): Use frame-parameter
11100 instead of frame-parameters.
11101
11102 * frame.el (filtered-frame-list): Reduce consing.
11103 (frames-on-display-list): Call frame-parameter instead of
11104 frame-parameters.
11105
111062000-09-07 Kenichi Handa <handa@etl.go.jp>
11107
11108 * language/devan-util.el (devanagari-to-indian-region): In the
11109 loop, change the following char, not preceding char.
11110
111112000-09-07 Gerd Moellmann <gerd@gnu.org>
11112
11113 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
11114 instead of frame-parameters.
11115
11116 * faces.el (set-face-attribute): Simplify by calling
11117 internal-set-lisp-face-attribute with FRAME being 0.
11118
11119 * vc.el: Remove `Id' version control keyword.
11120
111212000-09-07 Kenichi Handa <handa@etl.go.jp>
11122
11123 * help.el (help-make-xrefs): Adjusted for the change of
11124 help-xref-mule-regexp.
11125 (help-insert-xref-button): New function.
11126
11127 * international/mule-cmds.el (help-xref-mule-regexp-template):
11128 Include the pattern for character set.
11129 (leim): New group.
11130
11131 * international/quail.el: Don't require face.
11132 (quail): New group.
11133 (quail-other-command): Dummy command to make quail-help work better.
11134 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
11135 (quail-keyboard-layout-substitution): New variable.
11136 (quail-update-keyboard-layout): New function.
11137 (quail-keyboard-layout-type): New customizable variable.
11138 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
11139 (quail-keyboard-translate): Pay attention to
11140 quail-keyboard-layout-substitution.
11141 (quail-insert-kbd-layout): New function.
11142 (quail-show-keyboard-layout): New function.
11143 (quail-get-translation): If the definition is a vector of length
11144 1, and the element is a string of length 1, return the character
11145 in that string.
11146 (quail-update-current-translations): Fix the case of
11147 relative-index out of range.
11148 (quail-build-decode-map, quail-insert-decode-map): New Functions.
11149 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
11150 Show key sequences for all available characters.
11151 (quail-help-insert-keymap-description): Don't show such verbose
11152 key bindings as quail-self-insert-command.
11153
11154 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
11155 Format changed, and each element now have extra documentations.
11156 (tit-process-header): Delete invalid characters from TIT-PROMPT.
11157 Adjusted for the change of quail-cxterm-package-ext-info.
11158
111592000-09-06 Gerd Moellmann <gerd@gnu.org>
11160
11161 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
11162 requiring it leads to a recursive loading of vc.el and vc-hooks.el
11163 during bootstrap.
11164
111652000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11166
11167 * vc.el: (toplevel): Don't require `dired' at run-time.
11168 (vc-dired-resynch-file): Remove autoload cookie.
11169
111702000-09-05 Andre Spiegel <spiegel@gnu.org>
11171
11172 * vc.el: Made several backend functions optional.
11173 (vc-default-responsible-p): New function.
11174 (vc-merge): Use RET for first version to trigger merge-news, not
11175 prefix arg.
11176 (vc-annotate): Handle backends that do not support annotation.
11177 (vc-default-merge-news): Removed. The existence of a merge-news
11178 implementation is now checked on caller sites.
11179
11180 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11181 case.
11182
11183 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11184 special case that has been removed from the default in vc-hooks.el.
11185
111862000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11187
11188 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11189
111902000-09-05 Andre Spiegel <spiegel@gnu.org>
11191
11192 * vc-hooks.el: Require vc during compilation.
11193 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11194 macro `with-vc-properties' in vc.el.
11195 (vc-file-getprop): Doc fix.
11196 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11197
11198 * vc.el: Require dired-aux during compilation.
11199 (vc-name-assoc-file): Moved to vc-sccs.el.
11200 (with-vc-properties): New macro.
11201 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11202 vc-finish-steal): Use it.
11203 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11204 to the backend-specific function is now supposed to do the checkout,
11205 too.
11206 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11207
11208 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11209 set file properties; that gets done in the generic code now.
11210
11211 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11212 Changed parameter list, added code from vc.el that does the
11213 checkout, possibly with a double-take.
11214
11215 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11216 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11217 the above under the new name.
11218 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11219 parameter list, added checkout command.
11220 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11221 properties; that gets done in the generic code now.
11222
112232000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11224
11225 * vc.el: Docstring fixes (courtesy of checkdoc).
11226
112272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11228
11229 * vc.el (vc-checkout-writable-buffer-hook)
11230 (vc-checkout-writable-buffer): Remove.
11231 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11232 (vc-log-mode): Make it into a clean derived major mode.
11233 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11234 vc-log-mode if log-edit is not available.
11235 (vc-dired-mode-map): Don't set-keymap-parent yet.
11236 (vc-dired-mode): Do set-keymap-parent here.
11237 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11238
112392000-09-05 Gerd Moellmann <gerd@gnu.org>
11240
11241 * faces.el (set-face-attribute, face-spec-reset-face)
11242 (face-spec-set): Avoid consing by removing calls to `apply'.
11243
11244 * frame.el (frame-parameter): Move to C code.
11245
112462000-09-05 Dave Love <fx@gnu.org>
11247
11248 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11249 insert-before-markers-and-inherit. Now checked systematically!
11250
112512000-09-05 Alex Schroeder <alex@gnu.org>
11252
11253 * sql.el (sql-postgres): Use sql-postgres-options.
11254 (sql-postgres-options): New variable.
11255
112562000-09-05 Alex Schroeder <alex@gnu.org>
11257
11258 * sql.el (sql-mode-menu): Work around missing variable mark-active
11259 in XEmacs.
11260 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11261 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11262 compatibility.
11263
112642000-09-04 Gerd Moellmann <gerd@gnu.org>
11265
11266 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11267
11268 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11269
11270 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11271
112722000-09-04 Andre Spiegel <spiegel@gnu.org>
11273
11274 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11275 don't support anything else under SCCS yet.
11276
11277 * vc-hooks.el: Minor doc fixes.
11278
112792000-09-04 Andre Spiegel <spiegel@gnu.org>
11280
11281 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11282 not necessary. If verbose in state `needs-patch', do the same as
11283 under `up-to-date'. When NOT verbose and `needs-patch', check out
11284 latest version instead of `merge-news'.
11285 (vc-next-action-dired): Don't mess with default-directory here; it
11286 breaks other parts of dired. It is the job of the
11287 backend-specific functions to adjust it temporarily if they need it.
11288 (vc-next-action): Remove a special CVS case.
11289 (vc-clear-headers): New optional arg FILE.
11290 (vc-checkin, vc-checkout): Set properties vc-state and
11291 vc-checkout-time properly.
11292 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11293 (vc-print-log): Use new backend function `show-log-entry'.
11294 (vc-cancel-version): Do the checks in a different order. Added a
11295 FIXME concerning RCS-only code.
11296
11297 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11298 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11299
11300 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11301
11302 * vc-hooks.el (vc-default-mode-line-string): Show state
11303 `needs-patch' as a `-' too.
11304
113052000-09-04 Andre Spiegel <spiegel@gnu.org>
11306
11307 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11308 (vc-default-could-register): New function.
11309 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11310 (vc-resynch-buffer): Call vc-dired-resynch-file.
11311 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11312 vc-resynch-buffer instead of vc-resynch-window.
11313 (vc-next-action-dired): Don't redisplay here, that gets done as a
11314 result of the individual file operations.
11315 (vc-retrieve-snapshot): Corrected prompt order.
11316
11317 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11318
11319 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11320 as well.
11321 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11322 hostname regexps. Updated all callers.
11323 (vc-cvs-responsible-p): Handle directories as well.
11324 (vc-cvs-could-register): New function.
11325 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11326 properties up-to-date.
11327
11328 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11329 user whether to create one.
11330
113312000-09-04 Andre Spiegel <spiegel@gnu.org>
11332
11333 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11334 check out a non-existing file.
11335
11336 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11337 workfile does not exist.
11338
11339 * vc.el (vc-version-diff): Use `require' to check for existence of
11340 diff-mode.
11341
113422000-09-04 Andre Spiegel <spiegel@gnu.org>
11343
11344 * vc-cvs.el (vc-cvs-registered): Use new function
11345 vc-cvs-parse-entry to do the actual work.
11346
113472000-09-04 Andre Spiegel <spiegel@gnu.org>
11348
11349 * vc-hooks.el (vc-find-backend-function): If function doesn't
11350 exist, return nil instead of error.
11351 (vc-call-backend): Doc fix.
11352
11353 * vc.el (vc-do-command): Doc fix.
11354 (vc-finish-logentry): When checking in from vc-dired, choose the
11355 right backend for logentry check.
11356 (vc-dired-mode-map): Inherit from dired-mode-map.
11357 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11358 simplified.
11359 (vc-dired-state-info): Removed, updated caller.
11360 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11361 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11362 (vc-dired-listing-switches): New variable.
11363 (vc-directory): Use it, instead of dired-listing-switches.
11364
11365 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11366 (vc-cvs-dir-state): New function.
11367 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11368 (vc-cvs-parse-entry): New function, also to be used in
11369 vc-cvs-registered.
11370
113712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11372
11373 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11374 *or* single-window-frames.
11375
113762000-09-04 Andre Spiegel <spiegel@gnu.org>
11377
11378 * vc.el (vc-update-changelog): Split into generic part and default
11379 implementation. Doc string adapted.
11380 (vc-default-update-changelog): New function. Call the `rcs2log'
11381 script in exec-directory, to fix a long-standing nuisance.
11382
11383 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11384 simply signals an error.
11385
113862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11387
11388 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11389 control-flow more clear and to avoid running `cvs' twice.
11390
11391 * vc.el (vc-next-action-on-file): Doc fix.
11392 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11393 (vc-print-log): Eval `file' before constructing the continuation.
11394
113952000-09-04 Andre Spiegel <spiegel@gnu.org>
11396
11397 * vc.el (vc-next-action-on-file): Corrected several messages.
11398 (vc-merge): Add prefix arg `merge-news'; handle it.
11399
11400 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11401 is not reached. It is.
11402 (vc-cvs-merge): Set state to 'edited after merge.
11403 (vc-cvs-merge-news): Set workfile version to nil if not known.
11404 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11405
11406 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11407 via stdout. (Merge from main line.)
11408
114092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11410
11411 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11412 detection.
11413
114142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11415
11416 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11417 against kill-all-local-variables.
11418 (vc-log-edit): Don't save vc-parent-buffer any more.
11419 (vc-last-comment-match): Initialize to an empty string.
11420 (vc-post-command-functions): New hook.
11421 (vc-do-command): Run it.
11422 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11423 (vc-finish-logentry): Only add the comment to the ring if it's
11424 different from the last comment entered.
11425 (vc-new-comment-index): New function.
11426 (vc-previous-comment): Use it. Make the minibuffer message
11427 slightly less terse.
11428 (vc-comment-search-reverse): Make it work forward as well. Don't
11429 set vc-comment-ring-index if no match is found. Use
11430 vc-new-comment-index.
11431 (vc-comment-search-forward): Use vc-comment-search-reverse.
11432 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11433 define-derived-mode will do it for us. Bind `v' to a keymap that
11434 inherits from vc-prefix-map so that we can bind `vt' without
11435 binding C-x v t.
11436 (vc-retrieve-snapshot): Parenthesis typo.
11437
11438 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11439 to 1. Make sure to switch to *vc* before looking for an error
11440 message. Use vc-parse-buffer.
11441
114422000-09-04 Andre Spiegel <spiegel@gnu.org>
11443
11444 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11445 and NAME.
11446 (vc-retrieve-snapshot): Split into two parts.
11447 (vc-default-retrieve-snapshot): New function.
11448
11449 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11450 (vc-cvs-retrieve-snapshot): New function (untested).
11451 (vc-cvs-stay-local): Default to t.
11452 (vc-cvs-remote-p): New function and property.
11453 (vc-cvs-state): Stay local only if the above is t.
11454 (vc-handle-cvs): Removed.
11455 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11456 done via vc-handled-backends now.
11457 (vc-cvs-header): Escape Id.
11458
114592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11460
11461 * vc.el (vc-do-command): Remove unused commands.
11462 (vc-version-diff): Make sure default-directory ends with a slash.
11463 Move the window commands into a vc-exec-after.
11464 (vc-print-log): Move more of the code into the `vc-exec-after'.
11465
114662000-09-04 Andre Spiegel <spiegel@gnu.org>
11467
11468 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11469 (vc-print-log): Search current revision from beginning of buffer.
11470 (vc-revert-buffer): Clear echo area after the diff is finished.
11471 (vc-prefix-map): Removed definition of "t" for terse display in vc
11472 dired.
11473 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11474 definition of "vt" for terse display.
11475 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11476
114772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11478
11479 * vc.el (vc-exec-after): Avoid caddr.
11480
114812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11482
11483 * vc.el (vc-exec-after): New function.
11484 (vc-do-command): Use it to add a termination message for async
11485 procs.
11486 (vc-checkout): Try to handle a missing-backend situation.
11487 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11488 of a directory with a backend using async diffs.
11489 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11490 present.
11491
11492 * vc-sccs.el (vc-sccs-state-heuristic): Use
11493 file-ownership-preserved-p.
11494
11495 * vc-rcs.el (vc-rcs-state-heuristic): Use
11496 file-ownership-preserved-p.
11497 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11498
114992000-09-04 Andre Spiegel <spiegel@gnu.org>
11500
11501 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11502 vc-do-command.
11503
11504 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11505 when there are no changes.
11506
115072000-09-04 Andre Spiegel <spiegel@gnu.org>
11508
11509 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11510
11511 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11512
115132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11514
11515 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11516
11517 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11518 the `fset' outside of the defvar so that it works even if
11519 vc-prefix-map was already defined.
11520 (vc-setup-buffer): New function, split out of vc-do-command.
11521 (vc-do-command): Allow BUFFER to be t to mean `just use the
11522 current buffer without any fuss'.
11523 (vc-version-diff): Change the `diff' backend operation to just put
11524 the diff in the current buffer without erasing it. Always use
11525 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11526 shrink-window-if-larger-than-buffer.
11527 (vc-print-log): Change the `print-log' backend operation to just
11528 put the log in the current buffer without erasing it. Protect
11529 shrink-window-if-larger-than-buffer.
11530 (vc-update-change-log): Fix setd typo.
11531
11532 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11533 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11534
11535 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11536 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11537 CMP.
11538
11539 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11540 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11541 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11542
115432000-09-04 Andre Spiegel <spiegel@gnu.org>
11544
11545 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11546 not possible, use vc-BACKEND-workfile-unchanged-p.
11547 (vc-default-workfile-unchanged-p): New function. Delegates to a
11548 full vc-BACKEND-diff.
11549
11550 * vc-hooks.el (vc-simple-command): Removed.
11551
11552 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11553 instead of vc-simple-command.
11554 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11555 avoid doing a diff when opening a file.
11556 (vc-rcs-state): Added check for unlocked-changes.
11557 (vc-rcs-header): Escape Id.
11558 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11559 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11560 version.
11561
11562 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11563 (vc-sccs-diff): Remove optional arg CMP.
11564 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11565 SCCS-specific function.
11566
11567 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11568 vc-simple-command.
11569
115702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11571
11572 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11573 (with-vc-file, vc-merge): Use vc-editable-p.
11574 (vc-do-command): Remove unused var vc-file and fix the
11575 doubly-defined `status' var. Add a user message when starting an
11576 async command.
11577 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11578 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11579 Use with-current-buffer.
11580 (vc-buffer-sync): Use unless.
11581 (vc-next-action-on-file): If the file is 'edited by read-only,
11582 make it read-write instead of trying to commit.
11583 (vc-version-diff, vc-update-change-log): Use `setq
11584 default-directory' rather than `cd'.
11585 (vc-log-edit): Don't forget to set default-directory in the
11586 buffer.
11587
11588 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11589 (vc-sccs-state-heuristic): Use file-writable-p instead of
11590 comparing userids.
11591 (vc-sccs-checkout): Use `unless'.
11592
11593 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11594 of comparing userids.
11595 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11596 Simplify the logic by eliminating unreachable code.
11597 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11598 just do a recursive call if we need to retry.
11599 (vc-rcs-checkout): Handle the case where rcs is missing by making
11600 the buffer read-write if requested and re-signalling the error.
11601
11602 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11603
116042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11605
11606 * vc-hooks.el (vc-handled-backends): Docstring change.
11607 (vc-ignore-vc-files): Mark obsolete.
11608 (vc-registered): Check vc-ignore-vc-files.
11609 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11610 vc-ignore-vc-files.
11611
11612 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11613
116142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11615
11616 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11617 files since ange-ftp already has vc-registered return nil.
11618
11619 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11620 (vc-sccs-workfile-version): Use with-temp-buffer and new
11621 vc-parse-buffer and don't bother setting the property.
11622 (vc-sccs-add-triple): Use with-current-buffer and
11623 find-file-noselect.
11624 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11625
11626 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11627 derives from the old vc-parse-buffer but uses the revision number
11628 rather than the date (much easier to compare robustly).
11629 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11630 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11631 locking-user more directly. Check strict locking and set
11632 checkout-model appropriately.
11633 (vc-rcs-parse-locks): Remove.
11634 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11635 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11636 (vc-rcs-system-release): Use with-current-buffer and
11637 vc-parse-buffer.
11638 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11639
11640 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11641 (vc-simple-command): Docstring fix.
11642 (vc-registered): Align the way the file-handler is called with the
11643 way the function itself works.
11644 (vc-file-owner): Remove.
11645
11646 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11647 extraction of fields and call to file-attributes because of a
11648 temporary bug in rcp.el.
11649 (vc-cvs-fetch-status): Use with-current-buffer.
11650
116512000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11652
11653 * vc.el (vc-do-command): Use file-relative-name.
11654 (vc-responsible-backend): Use vc-backend if possible.
11655 (vc-create-snapshot): Improve the `interactive' spec. Add support
11656 for branches and dispatch to backend-specific `create-snapshot'.
11657 (vc-default-create-snapshot): New function, containing the bulk of
11658 the old vc-create-snapshot.
11659 (vc-retrieve-snapshot): Improve the interactive spec.
11660
11661 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11662 (vc-backend-hook-functions): Remove.
11663 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11664 (vc-backend): Reintroduce the test for `file = nil' now that I
11665 know why it was there (and added a comment to better remember).
11666
11667 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11668 code from vc-sccs-hooks.el.
11669 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11670 'vc anymore.
11671 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11672 and file-directory-p instead of file-exists-p.
11673 (vc-sccs-check-headers): Simplify the regexp.
11674
11675 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11676 from vc-rcs-hooks.el. Don't require 'vc anymore.
11677 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11678 file-directory-p instead of file-exists-p.
11679
11680 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11681 from vc-cvs-hooks.el.
11682 (proto vc-cvs-registered): Require 'vc-cvs instead of
11683 'vc-cvs-hooks. Don't require 'vc anymore.
11684 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11685 file-directory-p instead of file-exists-p.
11686 (vc-cvs-create-snapshot): New function, replacing
11687 vc-cvs-assign-name.
11688 (vc-cvs-assign-name): Remove.
11689
116902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11691
11692 * vc-cvs.el (vc-cvs-header): New var.
11693
11694 * vc-rcs.el (vc-rcs-exists): Remove.
11695 (vc-rcs-header): New var.
11696
11697 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11698 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11699 (vc-sccs-header): New var.
11700
11701 * vc.el (vc-do-command): Get rid of the `last' argument.
11702 (vc-header-alist): Remove, replaced by vc-X-header.
11703 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11704 (vc-dired-hook): Use expand-file-name instead of concat.
11705 (vc-directory): Use file-name-as-directory.
11706 (vc-snapshot-precondition, vc-create-snapshot)
11707 (vc-retrieve-snapshot): Allow the command to operate on any
11708 directory.
11709
11710 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11711 just removing the 'WORKFILE argument or by removing the 'MASTER
11712 argument and replacing `file' with (vc-name file).
11713
117142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11715
11716 * vc.el: Update Copyright and add a crude list of backend funs.
11717 (vc-writable-p): New function.
11718 (with-vc-file): Use vc-writable-p.
11719 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11720 (vc-register): Avoid vc-name.
11721 (vc-locking-user): Remove.
11722 (vc-steal-lock): Make the `owner' arg non-optional.
11723 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11724 vc-checkout-model.
11725 (vc-default-dired-state-info): Use vc-state instead of
11726 vc-locking-user and return special strings for special states.
11727 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11728 and get rid of one of the special CVS cases.
11729 (vc-cancel-version): prettify error message with \\[...].
11730 (vc-rename-master): New function.
11731 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11732 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11733 the CVS special case generic.
11734 (vc-default-record-rename): Remove.
11735 (vc-file-tree-walk-internal): Only call FUNC for files that are
11736 under control of some VC backend and replace `concat' with
11737 expand-file-name.
11738 (vc-file-tree-walk): Update docstring.
11739 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11740 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11741
11742 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11743 vc-sccs-record-rename. Use `find-file-noselect' rather than
11744 `find-file' and call `vc-rename-master' to do the actual move.
11745 (vc-sccs-diff): Remove unused `backend' variable.
11746
11747 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11748 to delay loading of vc-sccs until it is really used.
11749 (vc-sccs-master-templates): Preload.
11750 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11751 (vc-sccs-project-dir): Remove (merged into
11752 vc-sccs-search-project-dir).
11753 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11754 rather than `concat', make sure it is preloaded and don't bother
11755 to check that the file actually exists.
11756 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11757 `locks' argument (use buffer's content instead) and eliminate n^2
11758 behavior.
11759
11760 * vc-rcs.el: Update Copyright.
11761 (vc-rcs-rename-file): New function.
11762 (vc-rcs-diff): Remove unused `backend' variable.
11763
11764 * vc-hooks.el: Update Copyright.
11765 (vc-backend): Don't accept a nil argument any more.
11766 (vc-up-to-date-p): Turn into a defsubst.
11767 (vc-possible-master): New function.
11768 (vc-check-master-templates): Use `vc-possible-master' and allow
11769 funs in vc-X-master-templates to return a non-existent file.
11770
11771 * vc-cvs.el: Update Copyright.
11772 (vc-cvs-diff): Remove unused `backend' variable.
11773 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11774
11775 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11776
117772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11778
11779 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11780 since it can be called from vc-rcs.el.
11781 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11782
117832000-09-04 Andre Spiegel <spiegel@gnu.org>
11784
11785 * vc.el (vc-version-diff): Expand file name read from the
11786 minibuffer. Handle the case when a previous version number can't
11787 be guessed. Give suitable messages when there were no differences
11788 found.
11789 (vc-clear-headers): Call backend-specific implementation, if one
11790 exists.
11791 (vc-cancel-version): Made error checks generic. When done, clear
11792 headers generically, too.
11793
11794 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11795 from vc-clear-headers in vc.el.
11796
11797 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11798 correctly.
11799 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11800 optional. Handle the case when it's not there.
11801
118022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11803
11804 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11805
118062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11807
11808 * vc-hooks.el (vc-loadup): Remove.
11809 (vc-find-backend-function): Use `require'. Also, handle the case
11810 where vc-BACKEND-hooks.el doesn't exist.
11811 (vc-call-backend): Cleanup.
11812
118132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11814
11815 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11816 vc-rcs-grab-templates)
11817 (vc-rcs-registered): Remove. The default function works as well.
11818 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11819 vc-sccs-grab-templates)
11820 (vc-sccs-registered): Remove. The default function works as well.
11821
11822 * vc.el (vc-version-diff): Left out a vc- in call to
11823 vc-call-backend.
11824 (vc-default-dired-state-info, vc-default-record-rename)
11825 (vc-default-merge-news): Update for the new backend argument.
11826
11827 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11828 using the default function.
11829 (vc-call-backend): If calling the default function, pass it the
11830 backend as first argument. Update the docstring accordingly.
11831 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11832 for the new backend argument.
11833 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11834 (vc-find-backend-function): Use the new name.
11835 (vc-default-registered): New function.
11836
118372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11838
11839 * vc.el (vc-merge): Use vc-find-backend-function.
11840
11841 * vc-hooks.el (vc-backend-functions): Remove.
11842 (vc-loadup): Don't setup 'vc-functions.
11843 (vc-find-backend-function): New function.
11844 (vc-call-backend): Use above fun and populate 'vc-functions
11845 lazily.
11846 (vc-backend-defines): Remove.
11847
118482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11849
11850 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11851 Call vc-call-backend without the leading vc-.
11852 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11853 (vc-check-headers): Call vc-call-backend without the leading vc-.
11854 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11855 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11856 Call vc-call-backend without the leading vc-.
11857
11858 * vc-cvs.el (tail): Provide vc-cvs.
11859 * vc-sccs.el (tail): Provide vc-sccs.
11860 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11861
11862 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11863 (vc-make-backend-function, vc-call): Pass names without leading
11864 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11865 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11866 (vc-call-backend): Always try to load vc-X-hooks.
11867 (vc-registered): Remove vc- in call to vc-call-backend.
11868
118692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11870
11871 * vc.el (vc-process-filter): New function.
11872 (vc-do-command): Setup `vc-process-filter' for the async process.
11873 (vc-maybe-resolve-conflicts): New function to reduce
11874 code-duplication. Additionally, it puts the buffer in
11875 `smerge-mode' if applicable.
11876 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11877 calling `merge-news'.
11878 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11879 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11880 interfacing to log-edit.el.
11881 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11882 log-edit is available.
11883 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11884
118852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11886
11887 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11888 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11889 defvar and the initialization.
11890 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11891
11892 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11893 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11894
11895 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11896
118972000-09-04 Andre Spiegel <spiegel@gnu.org>
11898
11899 * vc.el (vc-file-clear-masterprops): Removed.
11900 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11901 (vc-version-diff): Use buffer-size without argument.
11902 (vc-register): Heed vc-initial-comment.
11903
11904 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11905 default branch.
11906
11907 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11908 file name and workfile version.
11909 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11910
11911 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11912 vc-file-clear-masterprops.
11913
11914 * vc-sccs.el (vc-sccs-checkout): Removed call to
11915 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11916 rather than user login name.
11917
11918
119192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11920
11921 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11922 `want-differences-if-changed' and simplify.
11923 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11924 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11925 output (which is invalid for async vc-diff) to decide whether to
11926 do the revert silently or not.
11927
119282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11929
11930 * vc-hooks.el (vc-loadup): Load files quietly.
11931 (vc-call-backend): Oops, brain fart.
11932
119332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11934
11935 * vc-cvs.el (vc-cvs-state): Typo.
11936 (vc-cvs-merge-news): Return the status code rather than the error msg.
11937
119382000-09-04 Andre Spiegel <spiegel@gnu.org>
11939
11940 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11941 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11942 vc-state or vc-up-to-date-p.
11943 (vc-merge): Use vc-backend-defines to check whether merging is
11944 possible. Set state to 'edited after successful merge.
11945
11946 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11947 return that name. Redocumented.
11948
119492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11950
11951 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11952 new `vc-state' semantics.
11953 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11954 'vc-locking-user to the current user.
11955 (vc-merge): Inline vc-backend-merge. Comment out code that I
11956 don't understand and hence can't adapt to the new `vc-state' and
11957 `vc-locking-user' semantics.
11958 (vc-backend-merge): Remove.
11959
11960 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11961 rather than 'vc-locking-user.
11962
11963 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11964
11965 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11966 (vc-state): Don't use 'reserved any more. Just use the same
11967 convention as the one used for vc-<backend>-state where the
11968 locking user (as a string) is returned.
11969 (vc-locking-user): Update, based on the above convention. The
11970 'vc-locking-user property has disappeared.
11971 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11972
11973 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11974 with a heuristic one.
11975 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11976 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11977 error. That allows us to get to 'needs-merge even in the
11978 stay-local case. There's still no way to detect 'needs-patch in
11979 such a setup (or to force an update for that matter).
11980 (vc-cvs-logentry-check): Remove, the default works as well.
11981
119822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11983
11984 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11985
11986 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11987 major-mode in which the buffer might have been put earlier. Use
11988 `remove' and `when'. Allow `okstatus' to be `async' and use
11989 `start-process' in this case.
11990 (vc-version-diff): Handle the case where the diff looks empty
11991 because of the use of an async process.
11992
119932000-09-04 Andre Spiegel <spiegel@gnu.org>
11994
11995 * vc.el (vc-next-action-on-file): Removed optional parameter
11996 `simple'. Recompute state unconditionally.
11997 (vc-default-toggle-read-only): Removed.
11998
11999 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
12000 (vc-toggle-read-only): Undid prev change.
12001
12002 * vc-cvs.el (vc-cvs-stay-local): Renamed from
12003 vc-cvs-simple-toggle. Redocumented.
12004 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
12005 (vc-cvs-toggle-read-only): Removed.
12006
120072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12008
12009 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
12010 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
12011 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
12012 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
12013 still is. So maybe it should be removed.
12014 (vc-head-version, vc-find-binary): Remove.
12015 (vc-recompute-state): Move from vc-hooks.el.
12016 (vc-next-action-on-file): Add a `simple' argument to allow
12017 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
12018 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
12019 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
12020 (vc-dired-mode-map): Properly defvar it.
12021 (vc-print-log): Call log-view-mode if available.
12022 (small-temporary-file-directory): defvar instead of use boundp.
12023 (vc-merge-news): Moved to vc-cvs.el.
12024 (vc-default-merge-news): New function.
12025
12026 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
12027 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
12028 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
12029 unknown `vc-latest-version' function. It should probably refer to
12030 vc-workfile-version or somesuch, but it's very unclear to me and I
12031 don't have SCCS to test things.
12032
12033 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
12034 (vc-sccs-state-heuristic): Fix typo.
12035 (vc-sccs-workfile-unchanged-p): Add missing argument.
12036
12037 * vc-rcs.el: Require vc and vc-rcs-hooks.
12038 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
12039 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
12040 (vc-release-greater-or-equal-p): Move from vc.
12041 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
12042 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
12043 (vc-rcs-checkout): Add a missing `new-version' argument in the
12044 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
12045
12046 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
12047 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
12048 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
12049 than the apparently unbound `workfile-version'.
12050
12051 * vc-hooks.el (vc-master-templates): Def the obsolete var.
12052 (vc-file-prop-obarray): Use `make-vector'.
12053 (vc-backend-functions): Add new hookable functions
12054 vc-toggle-read-only, vc-record-rename and vc-merge-news.
12055 (vc-loadup): If neither backend nor default functions exist, use
12056 the backend function rather than nil.
12057 (vc-call-backend): If the function if not bound yet, try to load
12058 the non-hook file to see if it provides it.
12059 (vc-call): New macro plus use it wherever possible.
12060 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
12061 nor `vc-find-binary' since it's only called from
12062 vc-mistrust-permission which is only used once the backend is known.
12063 (vc-checkout-model): Fix parenthesis.
12064 (vc-recompute-state, vc-prefix-map): Move to vc.el.
12065
12066 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
12067 (vc-cvs-release, vc-cvs-system-release): Remove.
12068 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
12069 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
12070 status symbols.
12071 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
12072 (vc-cvs-toggle-read-only): First cut at a function to allow a
12073 cvs-status-free vc-toggle-read-only.
12074 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
12075 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
12076 vc-cvs-status. Also set vc-state rather than vc-locking-user.
12077 (vc-cvs-checkout): Modify access rights directly if the user
12078 requested not to use `cvs edit'. And refresh the mode line.
12079
12080 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
12081 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
12082
120832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
12084
12085 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
12086 workfile' that got lost when the code was extracted from vc.el.
12087 And merged the tail with the rest of the code (not possible in the
12088 old vc.el where the tail was shared among all backends). And
12089 explicitly set the state to 'edited if `writable' is set.
12090
12091 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
12092 (vc-cvs-state): Be careful to return the value from
12093 vc-cvs-parse-state.
12094 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
12095 property but return it instead. Also be careful to handle a nil
12096 or "" `rev' when workfile is non-nil (it was handled properly when
12097 workfile was nil).
12098
12099 * vc.el: Removed those pesky unnecessary `(function' quotes.
12100 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
12101 directly in the defvar.
12102 (vc-do-command): Bind inhibit-read-only so as to properly handle
12103 the case where the destination buffer has been made read-only.
12104 (vc-diff): Delegate to vc-version-diff in all cases.
12105 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
12106 (vc-annotate-mode-variables): Removed (code moved partly to
12107 defvars and partly to vc-annotate-add-menu).
12108 (vc-annotate-mode): Turned into a derived-mode.
12109 (vc-annotate-add-menu): Moved in code in
12110 vc-annotate-mode-variables.
12111 (vc-update-change-log): Use make-temp-file if available.
12112
121132000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
12114
12115 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
12116 `vc-checkout-model' updated to `vc-cvs-update-model'.
12117
121182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12119
12120 * vc.el (vc-next-action-on-file): Added handling of state
12121 `unlocked-changes'.
12122 (vc-checkout-carefully): Is now practically obsolete, unless the
12123 above is too slow to be enabled unconditionally.
12124 (vc-update-change-log): Fixed typo.
12125
12126 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
12127
12128 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
12129 Now handles state `unlocked-changes'.
12130 (vc-sccs-workfile-unchanged-p): New function, to support the above.
12131
12132 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
12133
12134 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
12135 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
12136 `unlocked-changes'.
12137 (vc-rcs-workfile-unchanged-p): Renamed from
12138 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
12139 function yet, but supposed to become one soon.
12140
12141 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
12142 `vc-steal-lock'.
12143 (vc-call-backend): Changed error message.
12144 (vc-state): Added description of state `unlocked-changes'.
12145
121462000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12147
12148 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
12149 always return t in CVS-controlled directories.
12150
12151 * vc.el (vc-responsible-backend): New function.
12152 (vc-register): Largely rewritten.
12153 (vc-admin): Removed (implementation moved into vc-register).
12154 (vc-checkin): Redocumented.
12155 (vc-finish-logentry): If no backend defined yet (because we are in
12156 the process of registering), use the responsible backend.
12157
12158 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12159 Updated function lists.
12160 (vc-call-backend): Fixed typo.
12161
12162 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
12163 New functions.
12164 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
12165 Removed query option. Redocumented.
12166
121672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12168
12169 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
12170
12171 * vc.el: Updated callers of `vc-checkout-required' to use
12172 `vc-checkout-model'.
12173
121742000-09-04 Martin Lorentzson <martinl@gnu.org>
12175
12176 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
12177 stuff updated to reference this function instead of the old
12178 `vc-backend-release-p'.
12179
121802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12181
12182 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12183 vc-checkout-model. Return appropriate values. Updated callers.
12184
121852000-09-04 Martin Lorentzson <martinl@gnu.org>
12186
12187 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12188 (vc-backend-revert): Function moved into `vc-revert';
12189 `vc-next-action' must be updated to accomodate this change.
12190 (vc-backend-steal): Function moved into `vc-finish-steal'.
12191 (vc-backend-logentry-check): Function moved into
12192 `vc-finish-logentry'.
12193 (vc-backend-printlog): Function moved into `vc-print-log'.
12194 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12195 (vc-backend-assign-name): Function moved into
12196 `vc-create-snapshot'.
12197
121982000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12199
12200 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12201 Rename to vc-checkout-model. Return appropriate values.
12202 Update callers.
12203
12204 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12205 to vc-checkout-model.
12206 (vc-checkout-required): Rename to vc-checkout-model.
12207 Re-implement and re-comment.
12208 (vc-after-save): Use vc-checkout-model.
12209
122102000-09-04 Martin Lorentzson <martinl@gnu.org>
12211
12212 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12213 Update to use the vc-BACKEND-diff functions instead.
12214 `vc-diff' is now working.
12215
12216 * vc-rcs.el (vc-rcs-logentry-check): New function.
12217
12218 * vc-cvs.el (vc-cvs-logentry-check): New function.
12219
12220 * vc-sccs.el (vc-sccs-diff): Function changed name from
12221 `vc-backend-diff'. This makes `vc-diff' work.
12222
12223 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12224 of functions possibly implemented in a vc-BACKEND library.
12225 (vc-checkout-required): Fix bug that caused an error to be
12226 signaled during `vc-after-save'.
12227
12228 * vc.el: Fix typo.
12229 This checkin is made with our new VC code base for the very first time.
12230 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12231
12232 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12233 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12234
12235 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12236 updated to `vc-uses-locking'.
12237 (vc-checkout-required): Call to backend function.
12238 `vc-checkout-required' updated to `vc-uses-locking' instead.
12239
12240 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12241 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12242
12243 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12244 to match the split into various backends.
12245 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12246 (vc-retrieve-snapshot): Bug fix.
12247
122482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12249
12250 * vc-sccs.el (vc-sccs-release): Doc fix.
12251
122522000-09-04 Martin Lorentzson <martinl@gnu.org>
12253
12254 * vc.el (vc-next-action-on-file): Bug found and fixed.
12255 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12256 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12257
12258 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12259 (vc-rcs-checkout): Name space cleaned up. No more revision number
12260 crunching function names that are not prefixed with vc-rcs.
12261 (vc-rcs-checkout-model): Function added. References to
12262 `vc-checkout-model' replaced.
12263
122642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12265
12266 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12267 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12268 still need to be split, and implemented for RCS).
12269
122702000-09-04 Martin Lorentzson <martinl@gnu.org>
12271
12272 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12273
12274 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12275 required by the vc.el file.
12276
12277 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12278 required by the vc.el file.
12279 (vc-rcs-exists): Function added.
12280
12281 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12282 required by the vc.el file.
12283
12284 * vc.el (vc-admin): Updated to handle selection of appropriate
12285 backend. Current implementation is crufty and need re-thinking.
12286
12287 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12288
122892000-09-04 Martin Lorentzson <martinl@gnu.org>
12290
12291 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12292 beginning of annotate buffers correctly.
12293
12294 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12295 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12296 functionality updated quite a lot to support multiple backends.
12297 Variables `vc-annotate-mode', `vc-annotate-buffers',
12298 `vc-annotate-backend' added.
12299
12300 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12301 `vc-annotate-difference' added to supported backend functions.
12302
123032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12304
12305 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12306 Use with-temp-file instead of /bin/sh. Merged from mainline
12307
123082000-09-04 Martin Lorentzson <martinl@gnu.org>
12309
12310 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12311
12312 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12313
12314 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12315
123162000-09-04 Martin Lorentzson <martinl@gnu.org>
12317
12318 * vc-hooks.el: vc-state-heuristic added to
12319 vc-backend-hook-functions.
12320
12321 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12322
12323 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12324
12325 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12326 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12327 state to `reserved'.
12328
12329 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12330 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12331
123322000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12333
12334 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12335 untouched.
12336
12337 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12338
12339 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12340 if defined. (Merged from main line, slightly adapted.)
12341
12342 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12343 millenium problem (merged from mainline).
12344
123452000-09-04 Martin Lorentzson <martinl@gnu.org>
12346
12347 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12348 part and moved the non-BACKEND stuff to vc.el.
12349
12350 * vc.el: Split the annotate feature into a BACKEND specific part
12351 and moved it from the vc-cvs.el file to this one.
12352
123532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12354
12355 * vc-hooks.el: Implement new state model.
12356 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12357 (vc-locking-user): Simplify. Now only needed if the file is
12358 locked by somebody else.
12359 (vc-lock-from-permissions): Remove. Functionality is in
12360 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12361 (vc-mode-line-string): New name for former vc-status. Adapted.
12362 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12363
12364 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12365 Various simplifications and adaptations all over the place.
12366
12367 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12368 Simplify and adapt the rest.
12369
12370 * vc.el (vc-resynch-window): Add TODO comment: check for
12371 interaction with view mode according to recent RCS change.
12372 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12373
123742000-09-04 Martin Lorentzson <martinl@gnu.org>
12375
12376 * vc.el: Convert the remaining function comments to docstrings.
12377
123782000-09-04 Martin Lorentzson <martinl@gnu.org>
12379
12380 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12381 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12382 (vc-minor-part, vc-previous-version): Functions that operate and
12383 compare revision numbers got proper documentation. Comments added
12384 about their possible removal.
12385
123862000-09-04 Martin Lorentzson <martinl@gnu.org>
12387
12388 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12389 the vc-backend.el files.
12390
12391 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12392
12393 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12394 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12395 (vc-rcs-previous-version): Functions added.
12396
12397 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12398
12399 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12400
124012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12402
12403 * vc-hooks.el (vc-master-templates): Is really obsolete.
12404 Comment out the definition for now. What is the right procedure
12405 to get rid of it?
12406 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12407 rewritten.
12408 (vc-default-registered): Remove.
12409 (vc-check-master-templates): New function; does mostly what the
12410 above did before.
12411 (vc-locking-user): Don't rely on the backend to set the property.
12412
12413 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12414 Rewrite documentation.
12415 (vc-rcs-templates-grabbed): New variable.
12416 (vc-rcs-grab-templates): New function.
12417 (vc-rcs-registered): Rewrite to use above mechanism.
12418
12419 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12420 Rewrite documentation.
12421 (vc-sccs-templates-grabbed): New variable.
12422 (vc-sccs-grab-templates): New function.
12423 (vc-sccs-registered): Rewrite to use above mechanism.
12424 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12425 Don't throw the result, simply return it.
12426
12427 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12428 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12429 (vc-cvs-registered): Does the check itself now. Simplify.
12430
12431 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12432 from main line.
12433
124342000-09-04 Martin Lorentzson <martinl@gnu.org>
12435
12436 * vc-cvs.el (vc-cvs-diff): New function.
12437
12438 * vc-sccs.el (vc-sccs-diff): New function.
12439
12440 * vc-rcs.el (vc-rcs-diff): New function.
12441 (vc-rcs-checkout): Bug (typo) found and fixed.
12442 (vc-rcs-register-switches): New variable.
12443
12444 * vc.el (vc-backend-diff): Function removed and placed in the
12445 backend files.
12446
124472000-09-04 Martin Lorentzson <martinl@gnu.org>
12448
12449 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12450
12451 * vc.el (vc-backend-checkout): Function removed and replaced in
12452 the vc-backend.el files.
12453
12454 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12455
12456 * vc.el (vc-backend-admin): Removed and replaced in the
12457 vc-backend.el files.
12458
12459 * vc.el (Martin): Removed all the annotate functionality since it
12460 is CVS backend specific.
12461
124622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12463
12464 * spec.txt: Added specification of vc-state.
12465
12466 * vc-sccs-hooks.el (vc-sccs-master-properties):
12467 Remove handling of vc-latest-version and
12468 vc-your-latest-version. What used to be vc-latest-version, is now
12469 returned as vc-workfile-version.
12470 (vc-sccs-workfile-version): Adapt.
12471
124722000-09-04 Dave Love <fx@gnu.org>
12473
12474 * vc.el: [Merged from mainline.]
12475 (vc-dired-mode): Make the dired-move-to-filename-regexp
12476 regexp match the date, to avoid treating date as file size.
12477 Add YYYY S option to WESTERN/
12478
124792000-09-04 Dave Love <fx@gnu.org>
12480
12481 * vc.el: Require `compile' when compiling.
12482 (vc-logentry-check-hook): New option.
12483 (vc-steal-lock): Use compose-mail.
12484 (vc-dired-mode-map): Defvar when compiling.
12485 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12486 vc-sccs.el and renamed. Callers changed.
12487 (vc-backend-checkout, vc-backend-logentry-check)
12488 (vc-backend-merge-news): Doc fix.
12489 (vc-default-logentry-check): New function.
12490 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12491 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12492 (vc-backend-merge): Doc fix. Use backend functions.
12493 (vc-check-headers): Use backend functions.
12494
12495 * vc-cvs.el: Require vc when compiling.
12496 (vc-cvs-register-switches): Doc fix.
12497 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12498 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12499 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12500 New functions (code from vc.el).
12501 (vc-annotate-display-default): Fix interactive spec.
12502 (vc-annotate-time-span): Doc fix.
12503
12504 * vc-rcs.el: Require vc when compiling.
12505 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12506 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12507 (vc-rcs-checkin): New functions (code from vc.el).
12508 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12509 Doc fix.
12510 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12511
12512 * vc-sccs.el: Require vc when compiling.
12513 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12514 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12515 (vc-sccs-revert)
12516 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12517 from vc.el).
12518 (vc-sccs-add-triple, vc-sccs-record-rename)
12519 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12520 (vc-sccs-admin): Doc fix.
12521
125222000-09-04 Martin Lorentzson <martinl@gnu.org>
12523
12524 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12525 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12526 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12527 from vc.el.
12528
12529 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12530
12531 * vc-cvs.el: Moved the annotate functionality from vc.el.
12532 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12533
125342000-09-04 Dave Love <fx@gnu.org>
12535
12536 * vc.el (vc-backend-release): Call vc-system-release.
12537
12538 * vc-sccs.el (vc-sccs-system-release):
12539 Renamed from vc-sccs-backend-release.
12540
12541 * vc-rcs.el (vc-rcs-system-release):
12542 Renamed from vc-rcs-backend-release.
12543
12544 * vc-cvs.el (vc-cvs-system-release):
12545 Renamed from vc-cvs-backend-release.
12546
125472000-09-04 Dave Love <fx@gnu.org>
12548
12549 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12550 backend files.
12551 (vc-backend-release): Dispatch to backend functions.
12552 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12553 probably needs attention.]
12554
12555 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12556 (vc-sccs-backend-release): New function.
12557
12558 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12559 (vc-cvs-backend-release): New function.
12560
12561 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12562 Doc fix.
12563 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12564 (vc-default-dired-state-info): New function.
12565 (vc-dired-state-info): Dispatch to backends.
12566 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12567
12568 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12569 from vc.el and renamed.
12570
125712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12572
12573 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12574 (vc-version-other-window, vc-backend-assign-name): Removed
12575 references to vc-latest-version; sometimes changed into
12576 vc-workfile-version.
12577
12578 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12579 vc-rcs-master-workfile-version.
12580 (vc-rcs-workfile-version): Use the above. Don't call
12581 vc-latest-version (that was unreachable code, anyway).
12582 (vc-rcs-fetch-master-properties): Doc fix.
12583
12584 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12585 (vc-backend-hook-functions): Removed them from this list, too.
12586 (vc-fetch-properties): Removed.
12587 (vc-workfile-version): Doc fix.
12588
12589 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12590 (vc-rcs-workfile-version, vc-rcs-locking-user)
12591 (vc-rcs-uses-locking): Use it.
12592
12593 * vc-hooks.el (vc-consult-rcs-headers):
12594 Moved into vc-rcs-hooks.el, under the name
12595 vc-rcs-consult-headers.
12596
12597 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12598 headers.
12599 (vc-cvs-find-master): Use this name only; correct different
12600 versions of the name.
12601
12602 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12603 New functions.
12604 (vc-sccs-locking-user): Use the latter.
12605
12606 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12607 New functions.
12608
12609 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12610 Moved into both
12611 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12612 functions are implementation details of those two backends.
12613
126142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12615
12616 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12617 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12618
12619 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12620 (vc-sccs-parse-locks): SCCS-specific code moved here from
12621 vc-hooks.
12622
12623 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12624 code moved here from vc-hooks.
12625
12626 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12627 into back-end specific parts and removed. Callers not updated
12628 yet; because I guess these callers will disappear into back-end
12629 specific files anyway.
12630
126312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12632
12633 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12634 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12635 `vc-uses-locking'.
12636
12637 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12638 Store yes/no in the property, and return t/nil. Updated all
12639 callers.
12640
12641 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12642 vc-sccs-uses-locking. Don't set property.
12643 (vc-sccs-locking-user): Don't set property.
12644
12645 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12646 vc-cvs-uses-locking. Don't set property here; leave that to
12647 vc-hooks.
12648 (vc-cvs-locking-user): Reflect above change. Streamlined.
12649
12650 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12651 vc-rcs-uses-locking.
12652 (vc-rcs-locking-user): Reflect above change.
12653
126542000-09-04 Dave Love <fx@gnu.org>
12655
12656 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12657
12658 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12659
12660 * vc-hooks.el (vc-checkout-model): Punt to backends.
12661
12662 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12663
12664 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12665
12666 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12667 New functions.
12668
12669 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12670 New functions.
12671
12672 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12673 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12674
12675 * vc-hooks.el (vc-default-locking-user): New function.
12676 (vc-locking-user, vc-workfile-version): Punt to backends.
12677
126782000-09-04 Dave Love <fx@gnu.org>
12679
12680 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12681 (vc-master-workfile-version): Moved from vc-hooks.
12682
12683 * vc-rcs-hooks.el: Fix duplicate code in last change.
12684
12685 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12686 (vc-rcs-master-templates): Improve :type.
12687 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12688 vc-master-workfile-version): Moved from vc-hooks.
12689
12690 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12691 (vc-sccs-master-templates): Improve :type.
12692 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12693
12694 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12695
12696 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12697 (vc-cvs-master-templates): Improve :type. Use
12698 vc-cvs-find-cvs-master.
12699 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12700 from vc-hooks.
12701 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12702
12703 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12704 Moved to vc-cvs-hooks.
12705
12706 * vc-hooks.el: Add doc strings in various places. Simplify the
12707 minor mode setup.
12708 (vc-handled-backends): New user variable.
12709 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12710 simplification.
12711
127122000-09-04 Dave Love <fx@gnu.org>
12713
12714 * vc.el: Some doc fixes for autoloaded and interactive functions.
12715 Fix compilation warnings from ediff stuff.
12716 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12717
12718 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12719
12720 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12721
12722 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12723
127242000-09-04 Dave Love <fx@gnu.org>
12725
12726 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12727 New variable.
12728 (vc-make-backend-function, vc-loadup, vc-call-backend)
12729 (vc-backend-defines): New functions.
12730
12731 * vc-hooks.el: Various doc fixes.
12732 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12733 (vc-match-substring): Function removed. Callers changed to use
12734 match-string.
12735 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12736 Simplify.
12737
127382000-09-04 Dave Love <fx@gnu.org>
12739
12740 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12741 type.
12742 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12743 (vc-sccs-registered): Doc fix.
12744
12745 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12746 (vc-cvs-registered): Doc fix.
12747
12748 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12749 (vc-rcs-registered): Doc fix.
12750
127512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12752
12753 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12754
12755 * vc-hooks.el: vc-registered has been renamed
12756 vc-default-registered. Some functions have been moved to the
12757 backend specific files. they all support the
12758 vc-BACKEND-registered functions.
12759
127602000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12761
12762 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12763
12764 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12765
127662000-09-04 Dave Love <fx@gnu.org>
12767
12768 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12769 menu-bar-update-hook.
12770
12771 * help.el (help-manyarg-func-alist): Add
12772 find-operation-coding-system.
12773
12774 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12775
12776 * custom.el (custom-set-variables): Print message about errors in
12777 setting.
12778
127792000-09-03 Andrew Innes <andrewi@gnu.org>
12780
12781 * makefile.w32-in: Change to DOS line endings.
12782
127832000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12784
12785 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12786 minor-mode keymaps, if they don't have one.
12787
127882000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12789
12790 * eshell/esh-module.el (eval-when-compile): Don't lose if
12791 esh-module.el's file name is truncated to DOS 8+3 limits.
12792
127932000-09-01 John Wiegley <johnw@gnu.org>
12794
12795 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12796 predicate, which caused entries in the completion list to be
12797 doubled.
12798
127992000-08-30 John Wiegley <johnw@gnu.org>
12800
12801 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12802 sending to subprocesses. Also, hook pre-command-hook if
12803 `eshell-send-direct-to-subprocesses' is non-nil.
12804 (eshell-send-direct-to-subprocesses): New config variable. If t,
12805 subprocess input is send immediately.
12806 (eshell-toggle-direct-send): New function.
12807 (eshell-self-insert-command): New function.
12808 (eshell-intercept-commands): New function.
12809 (eshell-send-input): If direct subprocess sending is enabled,
12810 don't echo any input to the Eshell buffer. Let the subprocess
12811 handle that. This requires "stty echo" in bash, for example.
12812
128132000-08-28 John Wiegley <johnw@gnu.org>
12814
12815 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12816 completion function for Eshell's implementation of `unset'.
12817
128182000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12819
12820 * info.el (Info-directory-list): Doc fix.
12821
128222000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12823
12824 * filecache.el (file-cache-add-directory-using-find): Don't quote
12825 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12826
128272000-08-31 Kenichi Handa <handa@etl.go.jp>
12828
12829 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12830 coding systems.
12831
128322000-08-30 Andrew Innes <andrewi@gnu.org>
12833
12834 * timer.el (run-with-idle-timer): Undo last change, so that timer
12835 is not activated immediately if Emacs is already idle. Some
12836 existing code relies on this behaviour.
12837
128382000-08-30 Miles Bader <miles@gnu.org>
12839
12840 * frame.el (set-frame-font): Do completion of font-name for
12841 interactive use.
12842
128432000-08-30 Kenichi Handa <handa@etl.go.jp>
12844
12845 * international/quail.el (quail-start-translation): Bind locally
12846 last-command-event, last-command, and this-command.
12847 (quail-start-conversion): Likewise.
12848 (quail-self-insert-command): Fix docstring.
12849
128502000-08-29 Gerd Moellmann <gerd@gnu.org>
12851
12852 * progmodes/executable.el
12853 (executable-make-buffer-file-executable-if-script-p): Check that
12854 buffer contains at least 2 characters.
12855
128562000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12857
12858 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12859
128602000-08-29 Dave Love <fx@gnu.org>
12861
12862 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12863 (diff-mode-shared-map): Bind mouse-2.
12864 (diff-imenu-generic-expression): New variable.
12865 (diff-mode): Use it.
12866
12867 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12868 (mouse-popup-menubar): Add minor mode menus.
12869 (popup-menu): Check for lookup-key returning number.
12870
128712000-08-29 Miles Bader <miles@gnu.org>
12872
12873 * comint.el (comint-send-input): Create overlays using the proper
12874 front/read-advance arguments.
12875
128762000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12877
12878 * ps-print.el: Even/odd pages printing. Doc fix.
12879 (ps-print-version): New version number (6.0).
12880 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12881 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12882 (ps-print-duplex-feature): Variable eliminated.
12883 (ps-even-or-odd-pages): New variable.
12884
12885 * progmodes/ebnf2ps.el: Doc fix.
12886 (ebnf-version): New version (3.3).
12887 (ebnf-user-arrow): Change variable customization to sexp.
12888 (ebnf-user-arrow): Function eliminated.
12889 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12890
128912000-08-29 Kenichi Handa <handa@etl.go.jp>
12892
12893 * help.el (help-xref-mule-regexp): New variable.
12894 (help-make-xrefs): Handle help-xref-mule-regexp.
12895
12896 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12897 variable.
12898 (describe-input-method): Temporarily activate the specfied input
12899 method to display the information.
12900 (describe-language-environment): Hyperlinks to mule related items.
12901
12902 * international/mule-diag.el (charset-multibyte-form-string): New
12903 function.
12904 (list-character-sets-1): Use charset-multibyte-form-string.
12905 (describe-character-set): New function.
12906 (describe-coding-system): Hyperlinks to safe character sets.
12907
12908 * international/quail.el (quail-help): New arg PACKAGE.
12909 Hyperlinks to mule related items.
12910 (quail-help-insert-keymap-description): Use
12911 substitute-command-keys instead of describe-bindings.
12912 (quail-translation-help): Hyperlinks to mule related items.
12913
129142000-08-28 John Wiegley <johnw@gnu.org>
12915
12916 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12917 have a defsubst call itself. Made `eshell-flatten-list' back into
12918 a function again.
12919
12920 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12921 catch, in case re-centering point at bottom messes up the display.
12922 This happens frequently in Emacs 21, due I believe to variable
12923 line heights.
12924
12925 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12926 to call `find-tag-interactive'.
12927
12928 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12929 the list of remember directories.
12930
129312000-08-28 John Wiegley <johnw@gnu.org>
12932
12933 * align.el: Test align-region-separate to see if it's a symbol.
12934
129352000-08-28 John Wiegley <johnw@gnu.org>
12936
12937 * eshell/esh-util.el (eshell-flatten-list): Made this function
12938 into a defsubst form. It gets used very frequently, although
12939 calls don't occur all that often.
12940
12941 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12942 examining it.
12943
12944 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12945 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12946 `eshell-protect'.
12947 (eshell-copy-handles): Created a new macro for duplicating the
12948 current set of open handles. This is needed by the looping
12949 functions.
12950 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12951 is not incorrectly stomped on.
12952
12953 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12954 declaration for pcomplete-use-paring.
12955 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12956 value of eshell-cmpl-use-paring.
12957 * pcomplete.el (pcomplete-use-paring): New config variable, to
12958 indicate whether paring should be used.
12959 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12960 completion alternatives that have already been used.
12961
12962 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12963 bound to C-c C-y, which will repeat the previous N arguments
12964 (based on prefix argument).
12965 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12966
12967 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12968 if there is no *Help* buffer. This is for XEmacs, which renames
12969 its help buffers uniquely. TODO: Find out what the current buffer
12970 name to delete is.
12971
12972 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12973 first entry that correlates to a passwd/group number. Later
12974 entries (used for group/user name aliasing to multiple IDs) are
12975 ignored.
12976
12977 * eshell/em-xtra.el (eshell/expr):
12978 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12979 (eshell-grep, eshell/diff, eshell/locate):
12980 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12981 argument list, before passing it to the system command.
12982
12983 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12984 `find-tag' for use at final position in Eshell buffers (which
12985 otherwise triggers an error on Emacs 21).
12986 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12987 buffer, if it is currently bound to `find-tag'.
12988
12989 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12990 in the list of matched Makefile names.
12991 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12992 directory, prefer its contents to Makefile.
12993
12994 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12995 directory parts (like "cd old new", or "cd =regexp"), are now case
12996 sensitive on non-Windows/DOS platforms.
12997
12998 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12999 types RET after an open delimiter (like "), display a message
13000 indicating that Eshell is waiting for the closing delimiter.
13001
13002 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
13003 environment variables.
13004
13005 * eshell/em-unix.el (eshell/diff): Added logic to fail more
13006 gracefully if the user enters incorrect arguments.
13007
13008 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
13009 Eshell buffers.
13010
13011 * eshell/esh-var.el (eshell-interpolate-variable):
13012 * eshell/esh-mode.el (eshell-move-argument):
13013 * eshell/em-unix.el (eshell-du-sum-directory):
13014 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
13015 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
13016 (not (= ...)).
13017
13018 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
13019 to ensure the `preserve' flag gets propagated when doing recursive
13020 directory copies.
13021
130222000-08-28 Stefan Monnier <monnier@cs.yale.edu>
13023
13024 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
13025 Don't convert \n into \0177 in memory.
13026 (eshell-read-history, eshell-write-history): Convert \n to \0177,
13027 and back again, when reading and writing.
13028
130292000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
13030
13031 * eshell/esh-util.el (eshell-processp): Added to relieve constant
13032 testing of `fboundp' on `processp'.
13033
13034 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
13035 (eshell/jobs): Don't call process-list if it is not bound.
13036 (eshell-gather-process-output): Support systems where async
13037 subprocesses aren't supported.
13038 (eshell-scratch-buffer, eshell-last-sync-output-start): New
13039 variables.
13040
13041 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
13042 eshell-do-eval returns t.
13043 (eshell-do-pipelines-synchronously): New defmacro.
13044 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
13045 when async subprocesses aren't supported.
13046 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
13047 if async subprocesses aren't supported.
13048 (eshell-resume-command): Don't assume STATUS is a string.
13049
13050 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
13051
13052 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
13053 (eshell-close-target, eshell-get-target): Use eshell-processp.
13054 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
13055 fix.
13056 (eshell-get-target, eshell-create-handles): Doc fix.
13057
130582000-08-28 Miles Bader <miles@lsi.nec.co.jp>
13059
13060 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
13061 criterion to include commands that output something, as long as it
13062 leaves both the command and the end-of-buffer visible when the
13063 command has exited.
13064 (eshell-review-quick-commands): Adjust the help doc string
13065 accordingly.
13066
130672000-08-28 Peter Breton <pbreton@ne.mediaone.net>
13068
13069 * locate.el (locate): Cleaned up locate command's interactive prompting
13070 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
13071
13072 * filecache.el (file-cache-case-fold-search): New variable
13073 (file-cache-assoc-function): New variable
13074 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
13075 Use file-cache-case-fold-search variable
13076 (file-cache-add-file): Use file-cache-assoc-function
13077 (file-cache-delete-file): likewise
13078 (file-cache-directory-name): likewise
13079 (file-cache-debug-read-from-minibuffer): likewise
13080
130812000-08-28 Gerd Moellmann <gerd@gnu.org>
13082
13083 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
13084 (abbrev-table-name): New function.
13085 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
13086 If non-nil list local abbrev, only.
13087
130882000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
13089
13090 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
13091 from Gnus support code, and use special article copy buffer
13092 `(gnus-original-article-buffer)' instead. This allows to get rid
13093 of article-hide-headers usage (which breaks in the latest Gnus
13094 version). Thanks to Detlev Zundel.
13095
130962000-08-28 Kenichi Handa <handa@etl.go.jp>
13097
13098 * international/quail.el (quail-use-package): Hide "... loaded"
13099 message.
13100 (quail-start-translation, quail-start-conversion): Likewise.
13101
13102 * international/kkc.el (kkc-region): Hide "... loaded" message.
13103
131042000-08-27 Dave Love <fx@gnu.org>
13105
13106 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
13107
131082000-08-27 Miles Bader <miles@gnu.org>
13109
13110 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
13111
131122000-08-27 Kenichi Handa <handa@etl.go.jp>
13113
13114 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
13115 'ja-dic-cnv), not (require 'skkdic-cnv).
13116
131172000-08-26 Miles Bader <miles@gnu.org>
13118
13119 * faces.el (face-x-resources): Add entry for :inherit.
13120 * cus-face.el (custom-face-attributes): Add support for :inherit
13121 attribute. Add support for relative face heights.
13122 (custom-face-attributes-get): Treat `nil' as being a default value
13123 for :inherit (as well as `unspecified').
13124
13125 * faces.el (set-face-attribute): Update doc string.
13126 (face-attribute-name-alist): Add :inherit.
13127 (face-valid-attribute-values): Handle :inherit.
13128 (face-read-string): Rephrase prompt to be less confusing.
13129 Assume that DEFAULT is a string, since we must return a string.
13130 (face-read-integer): Use `format' to turn DEFAULT into an
13131 acceptable default for face-read-string. Match NEW-VALUE against
13132 the string "unspecified", not the symbol `unspecified', since
13133 that's what face-read-string returns.
13134 (read-face-attribute): Lookup a name for old-value in valid, and
13135 use it as a default if we find one. Treat all values from
13136 face-read-string as strings. If the default is used, don't do any
13137 more processing on the value, just use the old value directly.
13138 (read-face-and-attribute, modify-face): Tweak prompt.
13139 (read-face-name): Don't assume prompt ends with a space.
13140
13141 * faces.el (describe-face): Add support for :inherit attribute.
13142
131432000-08-25 Kenichi Handa <handa@etl.go.jp>
13144
13145 * terminal.el (terminal-emulator): Fix args to `concat'. Now
13146 concat doesn't accept interger.
13147
13148 * international/kkc.el: Remove SKK from Keywords. Require
13149 ja-dic-utl instead of skkdic-utl.
13150
13151 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
13152 Provide ja-dic-cnv instead of skkdic-cnv.
13153 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
13154 (iso-2022-7bit-short): Add safe-charsets property.
13155 (skkdic-convert-postfix): Search Japanese chou-on character in
13156 addition to Hiragana character.
13157 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
13158 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
13159 (batch-skkdic-convert): Likewise.
13160
13161 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
13162 Provide ja-dic-utl instead of skkdic-utl.
13163 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
13164
131652000-08-24 Dave Love <fx@gnu.org>
13166
13167 * disp-table.el (standard-display-default): Make the test of `l'
13168 useful.
13169
13170 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
13171 mod sample text.
13172
13173 * international/iso-ascii.el: Make pilcrow convenient string
13174 consistent with section.
13175 (iso-ascii-display): Set up multibyte characters as well as
13176 unibyte.
13177
131782000-08-24 Kenichi Handa <handa@etl.go.jp>
13179
13180 * international/mule-cmds.el (reset-language-environment): Set
13181 default-process-coding-system to '(undecided . iso-latin-1), which
13182 makes process I/O almost consistent with file I/O. Call this
13183 function when mule-cmds.el[c] is loaded.
13184
131852000-08-22 Andrew Innes <andrewi@gnu.org>
13186
13187 * makefile.w32-in: New file.
13188
131892000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13190
13191 * comint.el (comint-output-filter): Compare end of
13192 comint-last-output-overlay with the start of the newly inserted
13193 text, not the end, when deciding whether to extend it.
13194 Set saved-point's insertion type to advance after insertion.
13195
13196 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13197 since this is now done independently of font-lock mode.
13198
131992000-08-21 Gerd Moellmann <gerd@gnu.org>
13200
13201 * server.el (server-kill-new-buffers): New user option.
13202 (server-existing-buffer): New buffer-local variable.
13203 (server-visit-files): When using an existing buffer, set
13204 server-existing-buffer to t.
13205 (server-buffer-done): If server-kill-new-buffers is t, kill the
13206 buffer, unless it was already present before visiting it with
13207 Emacs server.
13208
132092000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13210
13211 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13212 even if the display doesn't support colors: some displays will
13213 support bold/underline faces.
13214
132152000-08-21 Gerd Moellmann <gerd@gnu.org>
13216
13217 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13218
13219 * startup.el (command-line): If user's init file had an error,
13220 add explanatory text to *Messages*.
13221
132222000-08-21 Kenichi Handa <handa@etl.go.jp>
13223
13224 * man.el (Man-getpage-in-background): Decode the process output by
13225 the system locale coding system.
13226
132272000-08-20 Dave Love <fx@gnu.org>
13228
13229 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13230 Don't test x-popup-menu.
13231 (function) <complete-function>: Complete only fbound symbols.
13232 <validate, value>: New.
13233 (variable) <complete-function>: Complete only bound symbols.
13234 (coding-system): Add :base-only, :complete-function, :validate,
13235 :value, :prompt-match.
13236 (widget-coding-system-prompt-value): Use read-coding-system and
13237 act on :base-only.
13238 (editable-field): Add :help-echo.
13239 (widget-push-button-gui, widget-push-button-cache)
13240 (widget-gui-action, widget-editable-list-gui): COmment out, along
13241 with uses.
13242 (widget-at): Make arg optional.
13243 (widget-echo-help): Adjust for current help-echo calling sequence.
13244 (widget-specify-field, widget-specify-button)
13245 (widget-specify-insert, widget-get-sibling, widget-image-find)
13246 (widget-convert, widget-insert, widget-leave-text)
13247 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13248 (widget-setup, widget-field-find, widget-before-change)
13249 (widget-after-change, widget-default-complete)
13250 (widget-default-create, widget-default-delete)
13251 (widget-push-button-value-create, editable-field)
13252 (widget-field-prompt-value, widget-field-validate)
13253 (widget-choice-value-create, widget-choice-action)
13254 (widget-choice-validate, widget-checklist-add-item)
13255 (widget-radio-add-item, widget-radio-chosen)
13256 (widget-radio-value-inline, widget-editable-list-value-create)
13257 (widget-editable-list-entry-create)
13258 (widget-documentation-link-add)
13259 (widget-documentation-string-value-create)
13260 (widget-regexp-validate, widget-file-complete)
13261 (widget-sexp-validate, widget-plist-convert-widget)
13262 (widget-plist-convert-widget, widget-alist-convert-widget)
13263 (widget-alist-convert-widget, widget-color-complete): Simplify,
13264 particularly to avoid bindings which aren't optimized out.
13265
13266 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13267 Doc fix.
13268 (down-list, backward-up-list, up-list, kill-sexp)
13269 (backward-kill-sexp, mark-sexp): Make arg optional.
13270 (lisp-complete-symbol): Add optional arg PREDICATE.
13271
13272 * cus-start.el: Add display-buffer-reuse-frames,
13273 file-coding-system-alist.
13274
132752000-08-20 Gerd Moellmann <gerd@gnu.org>
13276
13277 * startup.el (command-line): Clear realized faces after
13278 modifying TTY color mappings.
13279
132802000-08-20 Miles Bader <miles@gnu.org>
13281
13282 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13283 merely a subset of FACE's attributes.
13284
132852000-08-19 Miles Bader <miles@gnu.org>
13286
13287 * comint.el (comint-output-filter): Save the point with a marker,
13288 not just a buffer position.
13289
13290 * international/mule.el (set-buffer-process-coding-system): Make
13291 interactive prompt less confusing.
13292
132932000-08-19 Gerd Moellmann <gerd@gnu.org>
13294
13295 * hilit-chg.el: General cleanup of doc strings, comments and
13296 code formatting.
13297
132982000-08-19 Miles Bader <miles@gnu.org>
13299
13300 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13301 Compiler macro removed; beginning-of-line is no longer always
13302 equivalent to forward-line, in the presence of fields.
13303
13304 * comint.el (comint-output-filter): Remove ad-hoc saving of
13305 restriction, and just use save-restriction, now that it works
13306 correctly. Don't adjust comint-last-input-start to account for
13307 our insertion; it shouldn't have moved because we don't use
13308 insert-before-markers anymore. Comment out call to
13309 `force-mode-line-update'; why is it here?
13310
13311 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13312 while checking for prompt to delete. Use `forward-line 0'
13313 instead of beginning-of-line.
13314 (gud-filter): Temporarily widen gud comint buffer while
13315 examining output.
13316
133172000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13318
13319 * progmodes/sh-script.el: Big bag of typos.
13320
13321 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13322 check since ispell-process is not bound when ispell is not yet loaded.
13323
133242000-08-18 Dave Love <fx@gnu.org>
13325
13326 * image.el (find-image): Copy `spec' before using plist-put.
13327
133282000-08-18 Gerd Moellmann <gerd@gnu.org>
13329
13330 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13331 `portugues'.
13332
13333 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13334 backward-kill-sexp, analogous to kill-sexp.
13335
13336 * progmodes/icon.el (icon-indent-line)
13337 (icon-is-continuation-line): Handle comments specially.
13338
133392000-08-17 Ken Stevens <k.stevens@ieee.org>
13340
13341 * ispell.el: Set to standard author/maintainer/keyword fields.
13342 Fine tuning to menu map appearance and operation, and added help.
13343 Remove `start' and `end' error messages when compiling.
13344 (ispell-choices-win-default-height): Fixed comment string.
13345 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13346 castellano8 dictionaries.
13347 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13348 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13349 dictionary, added italiano dictionary.
13350 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13351 word character
13352 (ispell-tex-skip-alists): Added psfig support.
13353 (ispell-skip-html): Renamed from ispell-skip-sgml.
13354 (ispell-begin-skip-region-regexp, ispell-skip-region)
13355 (ispell-minor-check): Improved html skipping support to skip across
13356 code, and recognize `&' commands without propper `;' syntax;
13357 (ispell-process-line): Fix alignment error when manually
13358 correcting spelling.
13359 (ispell): Fix comment string.
13360 (ispell-add-per-file-word-list): Always put word list on new line.
13361
133622000-08-17 Gerd Moellmann <gerd@gnu.org>
13363
13364 * format.el (format-encode-run-method): Fix error message to say
13365 `encode' instead of `decode'. Use save-window-excursion around
13366 shell-command-on-region as in format-decode-run-method because
13367 shell-command-on-region can display a buffer with error output.
13368 (format-decode): Don't record undo information for the decoding.
13369 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13370 that number part of the temporary buffer name so that more than
13371 one decoding using a temporary buffer can happen safely.
13372
13373 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13374 of `A-z' in the regexp.
13375
13376 * hilit-chg.el: Fix typos in commentary.
13377
13378 * help.el (view-emacs-news): Rewritten for new naming scheme
13379 for old NEWS files.
13380
13381 * startup.el (command-line): Pop to *Messages* in case an error
13382 is signaled while loading user-init-file.
13383
133842000-08-17 Andreas Schwab <schwab@suse.de>
13385
13386 * files.el (insert-directory): Don't lose original file name,
13387 undoing an undocumented change.
13388
133892000-08-17 Alex Schroeder <alex@gnu.org>
13390
13391 * sql.el (sql-magic-go): Use comint-bol.
13392 (sql-copy-column): Use comint-line-beginning-position.
13393 (comint-line-beginning-position): Define a replacement for
13394 comint-line-beginning-position if it is not fboundp.
13395
133962000-08-17 Alex Schroeder <alex@gnu.org>
13397
13398 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13399 it didn't have any effect anyway.
13400
134012000-08-17 Alex Schroeder <alex@gnu.org>
13402
13403 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13404 --pset and pager=off instead of sending \\o|cat at the beginning
13405 of the session.
13406
134072000-08-17 Miles Bader <miles@gnu.org>
13408
13409 * progmodes/octave-inf.el: Add compatibility definition of
13410 comint-line-beginning-position.
13411
134122000-08-17 Kenichi Handa <handa@etl.go.jp>
13413
13414 * startup.el (normal-top-level): Look in each dir in load-path for
13415 a leim-list.el file too. This assures of loading leim-list.el
13416 that is created at Emacs installation time even if a user have his
13417 own leim-list.el.
13418
134192000-08-17 Miles Bader <miles@gnu.org>
13420
13421 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13422 foreground color to black if the background is dark.
13423
134242000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13425
13426 * loadhist.el (unload-feature): Typo.
13427
13428 * finder.el (finder-compile-keywords):
13429 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13430 to the generated file.
13431
13432 * mail/mh-e.el (mh-make-local-vars):
13433 Replace make-variable-buffer-local with make-local-variable.
13434
13435 * play/landmark.el:
13436 * options.el (Edit-options-{set,toggle,t,nil}):
13437 * mail/mailabbrev.el (mail-abbrevs-mode):
13438 * textmodes/tex-mode.el (tex-expand-files):
13439 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13440
13441 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13442
13443 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13444 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13445 Allow going past the last element.
13446 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13447 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13448 (cvs-mouse-toggle-mark): Don't move point.
13449 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13450
13451 * progmodes/compile.el (grep): Provide a default set of files.
13452 (next-error): Docstring fix.
13453 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13454
13455 * emacs-lisp/easy-mmode.el (define-minor-mode):
13456 Use `symbol-value' to keep the byte-compiler quiet.
13457
13458 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13459 (diff-find-source-location): New fun, extracted from diff-goto-source.
13460 (diff-goto-source): Use it.
13461 (diff-next-complex-hunk, diff-filter-lines): New function.
13462 (diff-apply-hunk): New command.
13463
13464 * smerge-mode.el (smerge-mode-menu): Doc fix.
13465
13466 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13467
134682000-08-16 Dave Love <fx@gnu.org>
13469
13470 * windmove.el (windmove) <defgroup>: Add :version.
13471
13472 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13473 (goto-address-fontify-p, goto-address-highlight-p)
13474 (goto-address-url-face, goto-address-url-mouse-face)
13475 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13476 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13477 (goto-address-fontify, goto-address-at-mouse): Simplify,
13478 (goto-address-at-point): browse-url-url-at-point,
13479 goto-address-find-address-at-point can return nil.
13480 (goto-address-find-address-at-point): Return nil on failure.
13481
13482 * align.el (align) <defgroup>: Add :version.
13483
13484 * calculator.el (calculator): Add :version.
13485 (calculator): Use two lines for calculator window if `modeline'
13486 face is boxed.
13487
13488 * play/5x5.el: Doc fixes.
13489 (5x5) <defgroup>: Add :version.
13490
13491 * play/fortune.el (fortune) <defgroup>: Add :version.
13492 (fortune-append): Fix error message.
13493 (fortune-from-region): Doc fix.
13494
13495 * play/pong.el (pong): Doc fix.
13496
13497 * play/morse.el: Keywords, commentary, autoloads.
13498
134992000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13500
13501 * desktop.el (desktop-save): Don't look at symbol-value of a
13502 member of minor-mode-alist, unless it is boundp.
13503
135042000-08-16 Sam Steingold <sds@gnu.org>
13505
13506 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13507 `while'; use `with-current-buffer' instead of `save-excursion'.
13508 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13509
135102000-08-16 Kenichi Handa <handa@etl.go.jp>
13511
13512 * international/ccl.el (declare-ccl-program): Docstring modified.
13513 (ccl-execute-with-args): Likewise.
13514
135152000-08-16 Miles Bader <miles@gnu.org>
13516
13517 * progmodes/sql.el: Add compatibility definition of
13518 comint-line-beginning-position.
13519
135202000-08-15 Gerd Moellmann <gerd@gnu.org>
13521
13522 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13523 'buffer-menu' property.
13524 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13525 fails.
13526 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13527 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13528 wasn't killed.
13529
13530 * buff-menu.el (list-buffers-noselect): Don't display the
13531 *Buffer List* buffer.
13532
13533 * font-lock.el: Require jit-lock to prevent a very late
13534 `Loading jit-lock' message.
13535
13536 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13537 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13538 mail address.
13539
135402000-08-15 Miles Bader <miles@gnu.org>
13541
13542 * textmodes/ispell.el (ispell-graphic-p): New constant.
13543 (ispell-choices-win-default-height, ispell-help): Use
13544 `ispell-graphic-p' instead of `xemacsp'.
13545
135462000-08-15 Dave Love <fx@gnu.org>
13547
13548 * simple.el: Autoload widget-convert when compiling.
13549 (mail-user-agent): Doc fix.
13550
13551 * help.el (function-called-at-point, variable-at-point): Use
13552 with-syntax-table.
13553 (help-manyarg-func-alist): Add insert-and-inherit.
13554
13555 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13556
13557 * delsel.el (delsel-unload-hook): New function.
13558
13559 * find-file.el: Doc fixes. Move provide to end.
13560 (ff) <defgroup>: Add :link.
13561 (ff-goto-click): Deleted.
13562 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13563 Use mouse-set-point.
13564
13565 * textmodes/tildify.el: Doc fixes.
13566 (tildify) <defgroup>: Add:version.
13567
13568 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13569 (glasses-custom-set): Use set-default, not set.
13570 (minor-mode-alist): Propertize the lighter.
13571 (glasses-mode): Provide optional arg.
13572
13573 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13574 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13575 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13576 option. Provide :type.
13577 (cwarn-configuration): Provide :type.
13578 (cwarn-mode): Doc fix.
13579
13580 * add-log.el (change-log-merge): Doc fix.
13581 (change-log-redate): New command.
13582
13583 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13584 Doze and Dog.
13585 (browse-url): Use dolist, not mapcar.
13586 (browse-url-at-point): Check for null url.
13587 (browse-url-event-buffer, browse-url-event-point): Functions
13588 deleted.
13589 (browse-url-at-mouse, browse-url-netscape): Simplify.
13590
13591 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13592 modes.
13593 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13594 Fix previous change to mapcan.
13595 (msb--init-file-alist, msb--add-separators)
13596 (msb--make-keymap-menu): Simplify.
13597 (msb--choose-file-menu): Use copy-sequence.
13598 (msb-mode-map): Add title to keymap.
13599 (msb-unload-hook): New function.
13600
13601 * bs.el: Fix indentation.
13602 (bs) <defgroup>: Add :links.
13603 (bs-show): Doc fix.
13604 (bs-apply-sort-faces): Don't use window-system.
13605 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13606
136072000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13608
13609 * calendar/timeclock.el (timeclock-file): Run .timelog through
13610 convert-standard-filename.
13611
136122000-08-14 Gerd Moellmann <gerd@gnu.org>
13613
13614 * emacs-lisp/authors.el: New file.
13615
13616 * paren.el (show-paren-priority): New user option.
13617 (show-paren-function): Set overlay priorities to
13618 show-paren-priority.
13619
136202000-08-14 Miles Bader <miles@gnu.org>
13621
13622 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13623 beginning-of-line with inhibit-field-text-motion bound.
13624
136252000-08-14 Gerd Moellmann <gerd@gnu.org>
13626
13627 * calendar/timeclock.el: New file.
13628
136292000-08-14 David Ponce <david@dponce.com>
13630
13631 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13632 `widget-button-click'. so that one can use left mouse button to
13633 click on dialog buttons.
13634
136352000-08-14 Emmanuel Briot <briot@gnat.com>
13636
13637 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13638 identifiers, since XML is case sensitive
13639
136402000-08-12 Miles Bader <miles@gnu.org>
13641
13642 * comint.el (comint-output-filter): Don't bother frobbing
13643 window-start, it doesn't seem to be necessary.
13644
13645 * comint.el (comint-send-string, comint-send-region): Make into
13646 real functions. Snapshot the prompt before sending.
13647
136482000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13649
13650 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13651 technique similar to Info-index, instead of relying on specific
13652 names of relevant Index nodes.
13653 (Info-goto-emacs-command-node): Bind Info-history to nil when
13654 going to the first node found by Info-find-emacs-command-nodes.
13655
136562000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13657
13658 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13659
136602000-08-10 Miles Bader <miles@gnu.org>
13661
13662 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13663
136642000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13665
13666 * info.el (Info-file-list-for-emacs): More elements for the
13667 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13668 and woman manuals.
13669
136702000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13671
13672 * comint.el (comint-send-input): Make the newline boundary overlay
13673 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13674 (comint-output-filter): Use `insert' instead of
13675 `insert-before-markers'. Extend comint-last-output-overlay when
13676 necessary since we can't rely on insert-before-markers to do it.
13677 * gud.el (gud-filter): Use `with-current-buffer' instead of
13678 save-excursion when inserting the output, so that point gets
13679 updated correctly; the old method relied on a rather dodgy
13680 side-effect of comint-output-filter to avoid the effect of
13681 save-excursion.
13682
136832000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13684
13685 * files.el (recover-file): Call insert-directory instead of
13686 invoking `ls' directly.
13687
136882000-08-10 Miles Bader <miles@gnu.org>
13689
13690 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13691 (comint-last-prompt-overlay): New variables.
13692 (comint-output-filter): Implement prompt highlighting.
13693 (comint-snapshot-last-prompt): New function.
13694 (comint-send-input): Snapshot the last prompt.
13695 Use comint-highlight-input-face.
13696 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13697 Use defface instead of defcustom.
13698 (send-invisible, comint-send-eof): Snapshot the last prompt.
13699 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13700 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13701
137022000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13703
13704 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13705 (regexp-opt-group): Use a list of chars for `letters'.
13706 (regexp-opt-charset): `chars' is now a list of chars.
13707 Use a char-table rather than a vector so it works for multibyte chars.
13708
13709 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13710 Set cvs-minor-current-files to the selected fileinfo.
13711 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13712 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13713
137142000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13715
13716 * files.el (insert-directory): Don't call access-file on
13717 directories on DOS and Windows.
13718
137192000-08-09 Kenichi Handa <handa@etl.go.jp>
13720
13721 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13722 longer if necessary.
13723 (ccl-embed-code): Call ccl-embed-data to store CODE in
13724 ccl-program-vector.
13725
137262000-08-09 Miles Bader <miles@gnu.org>
13727
13728 * comint.el (comint-output-filter): Properly handle the case where
13729 the text surrounded by comint-last-output-overlay was deleted.
13730
137312000-08-08 Gerd Moellmann <gerd@gnu.org>
13732
13733 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13734 non-nil.
13735 (Info-file-list-for-emacs): Remove "info" from the list because
13736 that leads to trying to use the documentation from file `info'
13737 in various situations where it isn't appropriate, for instance
13738 C-h C-k C-h i.
13739
13740 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13741 DIR and/or STRING are nil.
13742
13743 * progmodes/compile.el (compilation-setup): Make variable
13744 compilation-error-screen-columns buffer-local, as some comment
13745 in the code suggests it should be.
13746
13747 * files.el (auto-mode-interpreter-regexp): New variable.
13748 (set-auto-mode): Use it.
13749
13750 * indent.el (indent-for-tab-command): Doc fix.
13751
13752 * mouse-sel.el (mouse-sel-mode): Doc fix.
13753
13754 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13755 labels.
13756
13757 * help.el (print-help-return-message): When
13758 display-buffer-reuse-frames is set, let the help window been quit,
13759 instead of deleting it, which might delete a reused frame.
13760
137612000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13762
13763 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13764 rename a directory to a name that differs only by its letter case.
13765
137662000-08-08 Kenichi Handa <handa@etl.go.jp>
13767
13768 * international/quail.el (quail-define-rules): Handle Quail decode
13769 map correctly. Add code for supporting annotations.
13770 (quail-install-decode-map): New function.
13771 (quail-defrule-internal): New optional arguments decode-map and
13772 props.
13773 (quail-advice): New function.
13774
137752000-08-07 Sam Steingold <sds@gnu.org>
13776
13777 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13778 `defconst', `define-condition', `with-slots'.
13779 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13780
137812000-08-03 Miles Bader <miles@gnu.org>
13782
13783 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13784 New variable.
13785 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13786 comint-use-prompt-regexp-instead-of-fields.
13787 (comint-send-input): Add `input' field property to stuff we send to
13788 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13789 (comint-output-filter): Add `output' field property to process
13790 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13791 (comint-replace-by-expanded-history)
13792 (comint-get-old-input-default, comint-show-output)
13793 (comint-backward-matching-input, comint-forward-matching-input)
13794 (comint-next-prompt, comint-previous-prompt): Use field
13795 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13796 (comint-line-beginning-position): New function.
13797 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13798 (comint-replace-by-expanded-history-before-point): Use
13799 comint-line-beginning-position and line-end-position.
13800 (comint-last-output-overlay): New variable.
13801 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13802
13803 * shell.el (shell-prompt-pattern): Doc change.
13804 (shell-backward-command): Use line-beginning-position.
13805
13806 * gud.el (gud-gdb-complete-command): Use
13807 comint-line-beginning-position.
13808
13809 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13810 comint-bol doesn't actually go to the beginning of the line.
13811
13812 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13813 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13814 (try-expand-line-all-buffers): Likewise.
13815
13816 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13817 explicitly matching comint-prompt-regexp.
13818 (sql-copy-column): Use comint-line-beginning-position instead of
13819 explicitly matching comint-prompt-regexp.
13820
13821 * progmodes/octave-inf.el (inferior-octave-complete): Use
13822 comint-line-beginning-position.
13823
13824 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13825
13826 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13827 looking for a prompt, use `forward-line 0' instead of
13828 `beginning-of-line', to avoid getting caught by an input field.
13829
138302000-08-07 Gerd Moellmann <gerd@gnu.org>
13831
13832 * files.el (shell-quote-wildcard-pattern): Make sure to return
13833 PATTERN, in the Unix case.
13834
138352000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13836
13837 * play/zone.el (zone): Discard any pending input before running
13838 the randomly-chosen pgm.
13839
138402000-08-07 Kenichi Handa <handa@etl.go.jp>
13841
13842 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13843 checking the existence of any multibyte characters.
13844
138452000-08-06 Gerd Moellmann <gerd@gnu.org>
13846
13847 * help.el (describe-mode): Test minor-mode symbol for being
13848 bound before testing its value for being nil.
13849
13850 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13851 `first', `second', and `third'.
13852
13853 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13854 (second): Make it an alias for `cadr'.
13855
138562000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13857
13858 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13859 types of display support faces now.
13860
138612000-08-05 Gerd Moellmann <gerd@gnu.org>
13862
13863 * pcvs.el (require): Require `cl' during compilation, only.
13864
13865 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13866 (toplevel): Remove `remq' and `remove' from autoloads.
13867 (cl-fake-autoloads): New variable. If set, arrange for an error
13868 when CL functions etc. are autoloaded.
13869
138702000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13871
13872 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13873
13874 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13875 popped up, but the user clicks outside the menu, return an empty
13876 regexp (that causes unhighlight-regexp to have no effect).
13877
13878 * menu-bar.el (menu-bar-games-menu): Add Zone.
13879
13880 * hi-lock.el (toplevel): Require font-lock.
13881
138822000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13883
13884 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13885 (ebnf-8-bit-chars): New var for bug fix.
13886 (ebnf-string): Bug fix.
13887
138882000-08-03 Sam Steingold <sds@gnu.org>
13889
13890 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13891 instead of `buffer-string'.
13892 (require 'cl): Always, not just when compiling.
13893 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13894 necessary.
13895
138962000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13897
13898 * international/mule-cmds.el (select-safe-coding-system): Make
13899 the message text about selecting a safe coding system more clear.
13900
139012000-08-02 Gerd Moellmann <gerd@gnu.org>
13902
13903 * hi-lock.el: New file.
13904
13905 * play/zone.el: New file.
13906
13907 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13908 value of tab-width in the original buffer. Choose a line number
13909 format that's a multiple of the original buffer's tab width, so
13910 that lines appear right.
13911
13912 * textmodes/ispell.el (ispell): New function, replacing an alias.
13913 Spell-check active region if in transient-mark-mode and mark
13914 is active; otherwise spell-check buffer.
13915
139162000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13917
13918 * ps-mule.el: Fix a customization problem on
13919 ps-mule-font-info-database-default.
13920
139212000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13922
13923 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13924 display-mouse-p instead of window-system.
13925 (ebrowse-member-mode-map): Ditto.
13926
139272000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13928
13929 * progmodes/ebnf2ps.el: Update ps-print functions call.
13930 Indentation fix. Doc fix.
13931 (ebnf-version): New version number (3.2).
13932 (ebnf-format-color, ebnf-begin-job): Code fix.
13933
139342000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13935
13936 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13937 font lock support on window-system.
13938 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13939
13940 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13941 display-color-p, if fboundp, instead of window-system.
13942
139432000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13944
13945 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13946 instead of window-system.
13947
13948 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13949 window-system.
13950 (widget-choice-mouse-down-action): Use display-popup-menus-p
13951 instead of window-system.
13952
13953 * strokes.el (strokes-file): Run the file name through
13954 convert-standard-filename.
13955 (strokes-mode): Call display-mouse-p instead of looking at
13956 window-system. Change the error message accordingly.
13957
13958 * progmodes/cpp.el (toplevel): Support faces on tty's.
13959
13960 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13961 (lm-plot-square, lm-init-display): Don't use window-system.
13962
13963 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13964 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13965
13966 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13967 instead of looking at window-system.
13968
139692000-07-30 Gerd Moellmann <gerd@gnu.org>
13970
13971 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13972 of testing if iswitchb-prepost-hooks is bound, because the
13973 latter will always be true when invoking a recursive minibuffer
13974 from an active Iswitchb buffer.
13975
139762000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13977
13978 * files.el (shell-quote-wildcard-pattern): New function.
13979 (insert-directory): Call it. Only prepend "\" to command on Unix
13980 and GNU/Linux systems.
13981
139822000-07-30 Gerd Moellmann <gerd@gnu.org>
13983
13984 * eshell/esh-groups.el: Change custom :link file names
13985 from `eshell.info' to `eshell'.
13986
139872000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13988
13989 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13990 correctly in recursive ange-ftp listings.
13991
139922000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13993
13994 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13995 ps-header-font-size-internal and
13996 ps-header-title-font-size-internal variables are not set,
13997 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13998 face text property is (foreground-color . COLOR) or
13999 `(background-color . COLOR)', ps-print crashes. Doc fix.
14000 (ps-print-version): New version number (5.2.4).
14001 (ps-plot-region): Code fix.
14002 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
14003 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
14004 Bug fix 2.
14005
140062000-07-30 Milan Zamazal <pdm@freesoft.cz>
14007
14008 * glasses.el (glasses-make-readable): Fix uncapitalization of
14009 identifiers like `myXMLDocument'.
14010
140112000-07-28 Karl Fogel <kfogel@red-bean.com>
14012
14013 * mail/mail-hist.el (mail-hist-previous-input)
14014 (mail-hist-next-input): Do the obvious code factorization.
14015 (mail-hist-retrieve-and-insert): New func, contains common
14016 code of above two.
14017 If inserting a message body, leave point at top.
14018
140192000-07-28 Sam Steingold <sds@gnu.org>
14020
14021 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
14022 Use `<=', not `<' to compare times!
14023 (ange-ftp-ls): Remove.
14024
140252000-07-27 Gerd Moellmann <gerd@gnu.org>
14026
14027 * play/cookie1.el: Add explanation of how to make cookie.el
14028 compatible with strfile(1) to comment.
14029
14030 * subr.el (remove, remq): New functions.
14031
14032 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
14033 escape `*' in regexps.
14034 (midnight-find): Reverse order of arguments in the funcall of
14035 TEST.
14036
14037 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
14038 and `.class'.
14039
14040 * play/meese.el: Add Commentary section.
14041
140422000-07-27 Alex Schroeder <alex@gnu.org>
14043
14044 * sql.el (sql-ms): Added autoload cookie.
14045 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
14046 (sql-oracle): Ditto.
14047 (sql-help): Doc change.
14048
14049 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
14050 types and exceptions.
14051
140522000-07-27 Alex Schroeder <alex@gnu.org>
14053
14054 * sql.el (sql-placeholder-history): New variable.
14055 (sql-query-placeholders-and-send): New function that will query
14056 the user and replace placeholders with user input.
14057 (sql-oracle): If running on NT, set comint-input-sender to
14058 sql-query-placeholders-and-send.
14059
14060 (sql-stop): If in the SQLi buffer, insert stop notification, else
14061 present it as a message.
14062
140632000-07-27 Alex Schroeder <alex@gnu.org>
14064
14065 * sql.el (sql-input-ring-separator): Doc change.
14066 (sql-input-ring-file-name): Doc change.
14067 (sql-interactive-mode): Use `sql-input-ring-separator' and
14068 `sql-input-ring-file-name' to set the comint-mode equivalents
14069 without making them local variables.
14070 (sql-stop): Don't bind `sql-input-ring-separator' and
14071 `sql-input-ring-file-name' dynamically to their comint-mode
14072 equivalents.
14073
140742000-07-27 Kenichi Handa <handa@etl.go.jp>
14075
14076 * international/mule.el (register-char-codings): New function.
14077 (make-coding-system): Handle `safe-chars' specification in the arg
14078 PROPERTY.
14079
14080 * international/mule-cmds.el
14081 (find-coding-systems-region-subset-p): This function deleted.
14082 (sort-coding-systems-predicate): New variable.
14083 (sort-coding-systems): New function.
14084 (find-coding-systems-region): Use
14085 find-coding-systems-region-internal.
14086 (find-coding-systems-string): Use find-coding-systems-region.
14087 (find-coding-systems-for-charsets): Check
14088 char-coding-system-table.
14089 (select-safe-coding-system-accept-default-p): New variable.
14090 (select-safe-coding-system): Mostly rewritten. New argument
14091 ACCEPT-DEFAULT-P.
14092 (select-message-coding-system): Call select-safe-coding-system
14093 with ACCEPT-DEFAULT-P arg.
14094 (reset-language-environment): Reset default-sendmail-coding-system
14095 to the default value iso-latin-1.
14096 (set-language-environment): Don't set the obsolete variable
14097 charset-origin-alist.
14098
14099 * international/codepage.el (cp-coding-system-for-codepage-1):
14100 Give `safe-chars' property to make-coding-system.
14101
14102 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
14103 calling select-message-coding-system twice.
14104
14105 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
14106 instead of `safe-charsets'.
14107 (cyrillic-alternativnyj): Likewise.
14108 (ccl-encode-alternativnyj): Don't check the charset
14109 cyrillic-iso8859-5.
14110
141112000-07-27 Kenichi Handa <handa@etl.go.jp>
14112
14113 * composite.el (compose-chars-after): Preserve match data.
14114
141152000-07-26 Sam Steingold <sds@gnu.org>
14116
14117 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
14118 (ange-ftp-real-file-newer-than-file-p): New function.
14119 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
14120 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
14121
14122 * tooltip.el (tooltip-float-time): Removed (use `float-time').
14123 * midnight.el (midnight-float-time): Ditto.
14124
141252000-07-26 Andreas Schwab <schwab@suse.de>
14126
14127 * files.el (normal-backup-enable-predicate): Correct
14128 interpretation of the return value of compare-strings.
14129
141302000-07-26 Gerd Moellmann <gerd@gnu.org>
14131
14132 * isearch.el (isearch-resume): New function.
14133 (isearch-done): Add something to command-history to resume
14134 the search.
14135 (isearch-yank-line, isearch-yank-word): Use
14136 buffer-substring-no-properties instead of buffer-substring.
14137
14138 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
14139 of flyspell-mouse-map.
14140
14141 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
14142 duplicate definition.
14143 (makefile-mode): Remove duplicate setting of local-abbrev-table.
14144
14145 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
14146 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
14147
141482000-07-25 Sam Steingold <sds@gnu.org>
14149
14150 * net/ange-ftp.el: Get modtime over the net.
14151 (ange-ftp-file-modtime): New function.
14152 (ange-ftp-write-region, ange-ftp-insert-file-contents)
14153 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
14154 Use it.
14155 (ange-ftp-dot-to-slash): New function.
14156 (ange-ftp-fix-name-for-vms): Use it.
14157
14158 * midnight.el (midnight-buffer-display-time): Use
14159 `with-current-buffer'.
14160
141612000-07-25 Gerd Moellmann <gerd@gnu.org>
14162
14163 * find-dired.el: Update copyright notice.
14164 (find-dired): Offer to kill a running `find'.
14165
14166 * enriched.el (enriched-face-ans): For a `foreground-color'
14167 property, return '(("x-color" COLOR))' so that COLOR will be
14168 output as a parameter of the x-color annotation. Likewise for the
14169 `background-color' property. In the case of normal face
14170 properties, don't return annotations for unspecified foreground
14171 and background face attributes.
14172
141732000-07-25 Kenichi Handa <handa@etl.go.jp>
14174
14175 * language/japan-util.el (japanese-katakana-region): Fix handling
14176 HANKAKU argument.
14177
141782000-07-25 Miles Bader <miles@gnu.org>
14179
14180 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14181 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14182 constrain-to-field.
14183
141842000-07-24 Andrew Innes <andrewi@gnu.org>
14185
14186 * timer.el (timer-activate-when-idle): Add optional parameter
14187 DONT-WAIT. Update docstring.
14188 (run-with-idle-timer): Specify extra parameter to
14189 timer-activate-when-idle, so that timer will be activated
14190 immediately if Emacs is already idle.
14191
14192 * w32-fns.el (w32-using-nt): Fix docstring.
14193
141942000-07-24 Dave Love <fx@gnu.org>
14195
14196 * mouse.el (popup-menu): Set last-command-event.
14197 (mouse-major-mode-menu-prefix): Declare.
14198
141992000-07-24 Gerd Moellmann <gerd@gnu.org>
14200
14201 * textmodes/flyspell.el: Update to author's version 1.5d.
14202
14203 * progmodes/hideshow.el: Update copyright notice.
14204
14205 * vcursor.el: Set maintainer to FSF, since author cannot
14206 be reached.
14207
142082000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14209
14210 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14211 the prompt.
14212
14213 * mouse.el (popup-menu): Run the keymap through indirect-function,
14214 in case it was defined with define-prefix-key. If the menu is a
14215 list of keymaps, look up the binding of user's choice in each one
14216 of the keymaps.
14217 (mouse-popup-menubar): If the global and local menu-bar keymaps
14218 don't have a prompt string, create one and insert it into the
14219 keymap. Don't barf if current-local-map returns nil.
14220
142212000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14222
14223 * dired.el (dired-sort-R-check): Added to allow recursive listing
14224 to be undone.
14225 (dired-sort-other): Use it.
14226
142272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14228
14229 * Release of cc-mode 5.27
14230
142312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14232
14233 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14234 c-beginning-of-statement-1 that caused a bad case of recursion
14235 which could consume a lot of CPU in large classes in languages
14236 that have in-expression classes (i.e. Java and Pike).
14237
14238 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14239 statements before top level constructs (i.e. case 6 is moved
14240 before case 5 and is now case 4) to catch in-expression
14241 classes in top level expressions correctly.
14242
142432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14244
14245 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14246 objc-method-intro. Case 4 removed and case 5I added.
14247
14248 * cc-langs.el (c-append-paragraph-start): New variable used by
14249 c-common-init to get paragraph-start correct.
14250 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14251 initialize paragraph-start to make it correct both with and
14252 without the javadoc special case.
14253
14254 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14255 initialize paragraph-start for javadoc markup.
14256
14257 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14258 change by defaulting this to t. It's motivated by the
14259 confusing behavior that otherwise arise from the style system
14260 when editing both java and non-java files at the same time
14261 (see the comments about style setting in c-common-init).
14262
142632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14264
14265 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14266 similar to the one in c-fill-paragraph to check the fill
14267 prefix from the adaptive fill function for sanity.
14268
142692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14270
14271 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14272 defun block.
14273
a30eb617
DL
142742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14275
14276 * cc-align.el (c-lineup-multi-inher): Handle lines with
14277 leading comma nicely. Extended to handle member initializers
14278 too.
14279
14280 * cc-engine.el: (c-beginning-of-inheritance-list,
14281 c-guess-basic-syntax): Fixed recognition of inheritance lists
14282 when the lines begins with a comma.
14283
a30eb617
DL
14284 * cc-vars.el (c-offsets-alist): Changed default for
14285 member-init-cont to c-lineup-multi-inher since it now handles
14286 member initializers and indents better for leading commas.
14287
142882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14289
14290 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14291 handling that caused class open lines to be recognized as
14292 statement-conts in some cases.
14293
14294 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14295 guessed by the adaptive fill function unless point is on the
14296 first line of a block comment.
14297
14298 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14299 when the buffer ends with a macro continuation char.
14300
14301 * cc-engine.el (c-guess-basic-syntax): Added support for
14302 function definitions as statements in Pike. The first
14303 statement in a lambda block is now labeled defun-block-intro
14304 instead of statement-block-intro.
14305
14306 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14307 so that the class surrounding point is selected, not the one
14308 innermost in the state.
14309
14310 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14311 recognition of switch labels having hanging multiline
14312 statements.
14313
14314 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14315 some code in c-guess-basic-syntax to a separate function.
14316 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14317 recognition of member inits with multiple line arglists.
14318 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14319 member-init-cont when the commas are in funny places.
14320
143212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14322
14323 * cc-defs.el (c-auto-newline): Removed this macro since it's
14324 not used anymore.
14325
14326 * cc-engine.el (c-looking-at-bos): New helper function.
14327 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14328 inexpr and toplevel classes apart in Pike.
14329
14330 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14331 of case 9A.
14332
14333 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14334 constant, since "class" can introduce an in-expression class
14335 in Pike nowadays.
14336
143372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14338
14339 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14340 indentation on cpp-macro lines.
14341
14342 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14343 a syntax modifier like comment-intro, to make it possible to
14344 get syntactic indentation for preprocessor directives. It's
14345 incompatible wrt to lineup functions on cpp-macro, but it has
14346 no observable effect in the 99.9% common case where cpp-macro
14347 is set to -1000.
14348
143492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14350
14351 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14352 member-init-cont when the preceding arglist is several lines.
14353
143542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14355
14356 * cc-styles.el (c-style-alist): The basic offset for the BSD
14357 style corrected to 8.
14358
143592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14360
14361 * cc-styles.el (c-style-alist): Adjusted the indentation of
14362 brace list openers in the gnu style.
14363
143642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14365
14366 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14367
14368 * cc-cmds.el (c-electric-brace, c-electric-slash,
14369 c-electric-star, c-electric-semi&comma, c-electric-colon,
14370 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14371 when c-syntactic-indentation is nil.
14372
14373 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14374 we were left at comments preceding the first statement when
14375 reaching the beginning of the buffer.
14376
14377 * cc-vars.el (c-syntactic-indentation): New variable to turn
14378 off all syntactic indentation.
14379
143802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14381
14382 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14383 between the text and the block comment ender when it hangs,
14384 depending on how many there are before the fill.
14385
143862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14387
14388 * cc-engine.el (c-beginning-of-closest-statement): New helper
14389 function to go back to the closest preceding statement start,
14390 which could be inside a conditional statement.
14391 * cc-engine.el (c-guess-basic-syntax): Use
14392 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14393
14394 * cc-engine.el (c-guess-basic-syntax): Better handling of
14395 arglist-intro, arglist-cont-nonempty and arglist-close when
14396 the arglist is nested inside parens. Cases 7A, 7C and 7F
14397 changed.
14398
14399 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14400 up-to-date with javadoc 1.2.
14401
144022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14403
14404 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14405 multiline Pike type decls.
14406
144072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14408
14409 * cc-cmds.el (c-indent-new-comment-line): Always break
14410 multiline comments in multiline mode, regardless of
14411 comment-multi-line.
14412
144132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14414
14415 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14416 fully::qualified::names in C++ member init lists. Preamble in
14417 case 5D changed.
14418
144192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14420
14421 * cc-langs.el (c-common-init): Handling of obsolete variables
14422 moved to c-initialize-cc-mode. More compatible style override
14423 when using global style variables.
14424 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14425 variables moved here.
14426
a30eb617
DL
14427 * cc-styles.el (c-make-styles-buffer-local): Flag style
14428 variable localness in c-style-variables-are-local-p to make
14429 the compatibility measure in c-common-init work well.
14430
14431 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14432 longer contain set-from-style.
14433 * cc-styles.el (c-initialize-builtin-style): Don't check for
14434 set-from-style on c-special-indent-hook.
14435 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14436 copy-alist is sufficient now.
14437
14438 * cc-styles.el (c-set-style, c-set-style-1,
14439 c-get-style-variables): Fixes to variable initialization so
14440 that duplicate entries in styles have the same effect
14441 regardless of DONT-OVERRIDE.
14442
14443 * cc-styles.el (c-set-style-2): Fixed bug where the
14444 initialization of inheriting styles failed when the
14445 dont-override flag is set.
14446
14447 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14448 on this.
14449
144502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14451
14452 * cc-defs.el (c-forward-comment): Removed the workaround
14453 introduced in 5.38 since it had worse side-effects. If a line
14454 contains the string "//\"", it regarded the // as a comment
14455 start since the \ temporarily doesn't have escape syntax.
14456
eb04d6cd 144572000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14458
14459 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14460 ada-xref.el before ada-prj.el, so that the Project menu is created
14461 when ada-prj tries to add to it.
14462 (ada-activate-keys-for-case): Suppress the characters that are not
14463 part of the Ada syntax. Better compatibility with else-mode
14464 (ada-adjust-case-interactive): When auto-casing is not active,
14465 correctly insert newlines (used to insert only ^M). Prevent the
14466 syntax table from being changed in case of an error
14467 (or '_' becomes part of a word and some commands are confused).
14468 Do nothing if ada-auto-case is nil.
14469 (ada-after-keyword-p): Ignore keywords that are also attributes
14470 (ada-batch-reformat): Update usage comment
14471 (ada-call-from-contextual-menu): New function
14472 (ada-case-read-exceptions): Reinitialize the casing exception list
14473 first to nil first, so that the casing exception file can be
14474 shared.
14475 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14476 files.
14477 (ada-compile-goto-error): Fix regexp used to detect a file:line
14478 anywhere in the error message
14479 (ada-contextual-menu-last-point): New variable
14480 (ada-create-keymap): If the variable delete-key-deletes-forward is
14481 t on XEmacs, it means that DEL should delete one character
14482 forward.
14483 (ada-create-menu): Use :included instead of :visible for XEmacs.
14484 New submenu "Options".
14485 (ada-end-stmt-re): Correctly indent "select ... then abort"
14486 statements.
14487 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14488 even if they don't match ada-fill-comment-prefix Fix handling of
14489 paragraphs on the first or last line of a file.
14490 (ada-format-paramlist): Fix handling of default parameter values.
14491 (ada-get-body-name): New function.
14492 (ada-get-current-indent): Optimized by searchling directly for an
14493 existing generic part or a statement outside of it. Handle
14494 ada-indent-align-comments when indenting comments Replaced some
14495 regexps by testing directly the next character. This results in a
14496 huge speedup on some files. New indentation scheme for renames
14497 statements. Stop looking for the 'while' or 'for' associated with
14498 a 'loop' at the first semicolon encountered. A "return" can also
14499 match an anonymous access subprogram declaration.
14500 (ada-get-indent-noindent): Ignore strings and comments when
14501 looking for the keywords "record" and "private".
14502 (ada-goto-matching-decl-start): When matching "if", make sure we
14503 are not in fact seeing "end if". Ignore "when" statements except
14504 when initial keyword was "begin". Fix handling of nested
14505 procedures. Add a recursive call to this function to skip over
14506 other 'end' statmts. Fix indentation for "when .. => begin"
14507 (ada-in-open-paren-p): Fix indentation for complex boolean
14508 expressions, where 'and then', 'or else' and parenthesis
14509 statements are mixed up.
14510 (ada-in-paramlist-p): Skip comments while searching for the
14511 beginning Fix handling of operator declarations.
14512 (ada-indent-align-comments): New variable
14513 (ada-indent-current): Change the syntax table only in the
14514 protected section, so that we are sure it is restored correctly.
14515 (ada-indent-on-previous-lines): Use ada-use-indent and
14516 ada-with-indent Correctly indent "select ... then"
14517 (ada-indent-region): Slight speedup.
14518 (ada-indent-renames): New variable.
14519 (ada-last-which-function-subprog, ada-last-which-function-line):
14520 New variables
14521 (ada-looking-at-semi-private): Correctly indent the 'private'
14522 keyword when it is the first word in a package declaration.
14523 (ada-loose-case-word): Stop searching if at the end of the buffer.
14524 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14525 even if point is not initially at the end of the word.
14526 (ada-matching-decl-start-re): Add "when".
14527 (ada-mode): Add support for abbrev-mode, outline-mode and
14528 which-func-mode Override the old find-file.el entry in
14529 ff-special-constructs since it is using the obsolete
14530 ada-spec-suffix variable
14531 (ada-no-auto-case): New function
14532 (ada-scan-paramlist): When parsing the argument type, accept
14533 spaces (as in "X 'Class", generated by Rational Rose).
14534 (ada-other-file-name): No longer loads the other file.
14535 (ada-popup-menu): Save and restore the current buffer and cursor
14536 position before and after displaying the menu.
14537 (ada-search-ignore-complex-boolean): New function.
14538 (ada-uncomment-region): Emacs21 already knows how to delete
14539 comments not starting in the first column.
14540 (ada-use-indent): New variable
14541 (ada-which-function): New function.
14542 (ada-with-indent): New variable
14543 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14544 can be batch-compiled from the command line.
14545
14546 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14547 Add to the menu when the file is loaded, not in ada-mode-hook.
14548 Add -toolbar to the default ddd command Switches moved from
14549 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14550 ada-prj-default-comp-opt
14551 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14552 Reference Manual to the menu
14553 (ada-check-current): rewritten as a call to ada-compile-current
14554 (ada-compile): Removed.
14555 (ada-compile-application, ada-compile-current, ada-check-current):
14556 Set the compilation-search-path so that compile.el automatically
14557 finds the sources in src_dir. Automatic scrollong of the
14558 compilation buffer. C-uC-cC-c asks for confirmation before
14559 compiling
14560 (ada-compile-current): New parameter, prj-field
14561 (ada-complete-identifier): Load the .ali file before doing
14562 processing
14563 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14564 conform to gnatmake's behavior.
14565 (ada-find-file-in-dir): New function
14566 (ada-find-references): Set the environment variables for gnatfind
14567 (ada-find-src-file-in-dir): New function.
14568 (ada-first-non-nil): Removed
14569 (ada-gdb-application): Add support for jdb, the java debugger.
14570 (ada-get-ada-file-name): Load the original-file first if not done
14571 yet.
14572 (ada-get-all-references): Handles the new ali syntax (parent types
14573 are found between <>).
14574 (ada-initialize-runtime-library): New function
14575 (ada-mode-hook): Always load a project file when a file is opened,
14576 so that the casing exceptions are correctly read.
14577 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14578 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14579 to open the project file, since the latter does not work with
14580 speedbar Get default values before loading the prj file, or the
14581 default executable file name is wrong. Use the absolute value of
14582 src_dir to initialize ada-search-directories and
14583 compilation-search-path,... Add the standard runtime library to
14584 the search path for find-file.
14585 (ada-prj-default-debugger): Was missing an opening '{'
14586 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14587 variables.
14588 (ada-prj-default-gnatmake-opt): New variable
14589 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14590 buffers, the project file is the default one Save the windows
14591 configuration before displaying the menu.
14592 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14593 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14594 ...) regexp-quote identifiers names to support operators +,
14595 -,... in regexps.
14596 (ada-remote): New function.
14597 (ada-run-application): Erase the output buffer before starting the
14598 run Support remote execution of the application. Use
14599 call-process, or the arguments are incorrectly parsed
14600 (ada-set-default-project-file): Reread the content of the active
14601 project file, not the one from the current buffer When a project
14602 file is set as the default project, all directories are
14603 automatically associated with it.
14604 (ada-set-environment): New function
14605 (ada-treat-cmd-string): New special variable ${current}
14606 (ada-treat-cmd-string): Revised. The substitution is now done for
14607 any ${...} substring
14608 (ada-xref-current): If no body was found, compiles the spec
14609 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14610 compiler to get rid of command line length limitations.
14611 (ada-xref-get-project-field): New function
14612 (ada-xref-project-files): New variable
14613 (ada-xref-runtime-library-specs-path)
14614 (ada-xref-runtime-library-ali-path): New variables
14615 (ada-xref-set-default-prj-values): Default run command now does a
14616 cd to the build directory. New field: main_unit Provide a default
14617 file name even if the current buffer has no prj file.
14618
14619 * ada-prj.el:
14620 Rewritten to show a tabbed-dialog.
14621 (ada-prj-add-ada-menu): Remove the map and name parameters.
14622 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14623 New function
14624 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14625 (ada-prj-load-from-file): New function
14626 (ada-prj-save): Always save fields that depend on the current buffer
14627 (ada-prj-show-value): New function
14628
14629 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14630 Ada mode. This will allow us to display the Ada menu in any buffer
14631 we want (for project items).
14632 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14633 number of spaces in the header.
14634
146352000-07-24 Dave Love <fx@gnu.org>
14636
14637 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14638
146392000-07-23 Noah Friedman <friedman@splode.com>
14640
14641 * type-break.el (type-break): perform autosave.
b52758d1 14642 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
14643 (type-break-do-query): Cancel query schedule while performing
14644 actual query, to avoid possibility of a second query being made
14645 while first one is already in progress.
14646 (type-break-time-stamp-format): New variable.
14647 (type-break-time-stamp): New function.
14648 (type-break-time-warning): Use it.
14649 (type-break-keystroke-warning): Use it.
14650 (type-break-noninteractive-query): Use it.
14651
14652 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14653 cookie.
14654 Use add-minor-mode to set minor-mode-alist, if available.
14655 (eldoc-echo-area-use-multiline-p): New user option.
14656 (eldoc-echo-area-multiline-supported-p): New variable.
14657 (eldoc-docstring-format-sym-doc): Use them.
14658 (eldoc-mode): If not using idle timers, append to local post and
14659 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14660 (eldoc-display-message-no-interference-p): Don't interfere with
14661 edebug.
14662 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14663 (eldoc-function-arglist): New function.
14664 (eldoc-function-argstring): Use it.
14665
14666 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14667 auto save directory exists before calling directory-files.
14668
146692000-07-23 Dave Love <fx@gnu.org>
14670
14671 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14672 ^o, ^u.
14673
146742000-07-21 Dave Love <fx@gnu.org>
14675
14676 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14677 now passed to the function. It now works properly.
14678
14679 * smerge-mode.el (smerge-mode-menu): Fill it out.
14680
146812000-07-20 Gerd Moellmann <gerd@gnu.org>
14682
14683 * info-look.el (info-lookup): If *info* is shown in another frame
14684 on the same display, select that frame, instead of switching to
14685 the Info buffer in another window of the selected frame.
14686
14687 * simple.el (universal-argument-map): Bind numeric keypad keys
14688 kp-0 to kp-9 and kp-subtract.
14689 (digit-argument): Handle these keys.
14690
146912000-07-20 Dave Love <fx@gnu.org>
14692
14693 * net/goto-addr.el (goto-address-fontify): Don't bother with
14694 buffer-modified and read-only stuff -- irrelevant with overlays.
14695 Put an extra property on the overlays and use it to clean up in
14696 case goto-address is re-run.
14697
146982000-07-19 Richard M. Stallman <rms@gnu.org>
14699
14700 * timer.el (run-with-idle-timer): Doc fix.
14701
14702 * mail/mail-utils.el (mail-strip-quoted-names):
14703 Handle case where <...> appears inside "...".
14704 Use replace-match to edit the string more simply.
14705 (rmail-dont-reply-to): Cope with an unmatched ".
14706
147072000-07-19 Dave Love <fx@gnu.org>
14708
14709 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14710 implementation.
14711
14712 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14713 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14714 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14715
147162000-07-19 Gerd Moellmann <gerd@gnu.org>
14717
14718 * textmodes/refer.el: Correct maintainer's email address.
14719
14720 * progmodes/hideif.el: Correct author's email address.
14721 Fix typo in comment.
14722
14723 * xml.el: New file.
14724
14725 * mail/mailheader.el: Correct author's mail address.
14726
14727 * gnus/parse-time.el: Correct author's mail address.
14728
147292000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14730
14731 * comint.el (comint-highlight-input, comint-highlight-face):
14732 New user options.
14733 (comint-input-ring-file-name): Change custom type.
14734 (comint-mode-map): Bind mouse-2.
14735 (comint-insert-clicked-input): New function.
14736 (comint-send-input): Handle input highlighting.
14737
147382000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14739
14740 * mouse.el (popup-menu): New function.
14741 (mouse-major-mode-menu): Use it.
14742
147432000-07-18 Dave Love <fx@gnu.org>
14744
14745 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14746 improvements.
14747
147482000-07-18 Gerd Moellmann <gerd@gnu.org>
14749
14750 * faces.el (face-font-selection-order)
14751 (face-font-family-alternatives): Add custom type.
14752
147532000-07-18 Dave Love <fx@gnu.org>
14754
14755 * cus-edit.el (custom-variable-reset-saved)
14756 (custom-variable-reset-standard): Remove unused bindings.
14757
14758 * rect.el (open-rectangle-line): Remove unused let.
14759
14760 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14761
147622000-07-18 Gerd Moellmann <gerd@gnu.org>
14763
14764 * cdl.el: Fix `Maintainer' keyword.
14765
14766 * play/pong.el: Add author's email address.
14767
147682000-07-17 Sam Steingold <sds@gnu.org>
14769
14770 * files.el (insert-directory): Call `split-string' instead of
14771 re-implementing it.
14772
147732000-07-18 Gerd Moellmann <gerd@gnu.org>
14774
14775 * mail/vms-pmail.el: Change maintainer to FSF.
14776
14777 * net/goto-addr.el: Change maintainer to FSF.
14778
14779 * info.el (Info-title-face-alist): Removed.
14780
147812000-07-18 David Ponce <david@dponce.com>
14782
14783 * recentf.el (recentf-open-files): New command that works like
14784 `recentf-open-more-files', but shows the whole list of files (not just
14785 those omitted from the menu). Useful if you don't use a menu-bar!
14786 (recentf-open-more-files) Modified to use `recentf-open-files'.
14787
14788 (recentf-open-files, recentf-open-more-files)
14789 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14790
14791 (recentf-dialog-mode): New mode for dialogs. You can now just type
14792 "q" to cancel the dialogs.
14793
147942000-07-18 David Ponce <david@dponce.com>
14795
14796 * recentf.el: This is a major update of recentf.el. It adds new
14797 features to better organize the recentf menu and "More..." buffer.
14798
14799 Using new provided menu filtering functions you can now organize the
14800 recent files list:
14801
14802 - by major modes
14803 - by directories
14804 - by user defined rules
14805
14806 Finally, with the new `recentf-filter-changer' customizable filter you
14807 can define a ring of filters and dynamically (via the menu) cycle on
14808 each menu organization in the ring (a la msb).
14809
148102000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14811
14812 * eshell/eshell.el (eshell): Replace links to eshell.info with
14813 links to eshell, to avoid problems on systems where the manual is
14814 installed as `eshell'.
14815 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14816 * eshell/em-smart.el (eshell-smart): Ditto.
14817 * eshell/em-banner.el (eshell-banner): Ditto.
14818 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14819
14820 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14821 same-file check in the MS-DOS version (it does support inodes).
14822
14823 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14824
14825 * eshell/eshell.el (eshell-directory-name):
14826 Run default directory name through convert-standard-filename.
14827
148282000-07-18 Kenichi Handa <handa@etl.go.jp>
14829
14830 * international/mule-cmds.el (select-safe-coding-system):
14831 Fix typo in the comment.
14832
14833 * language/european.el (compound-text):
14834 Force katakana-jisx0201 to be designated to G1.
14835
14836 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14837 Don't translate some national variant characters of latin-jisx0201.
14838 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14839
14840 * international/kkc.el (kkc-after-update-conversion-functions):
14841 New variable.
14842 (kkc-update-conversion): Run functions in it at the tail.
14843
148442000-07-16 John Wiegley <johnw@gnu.org>
14845
14846 * lisp/align.el (align-newline-and-indent):
14847 Adding new function. for auto-aligning blocks of code on RET.
14848 (align-region): Fixed badly formatted minibuffer message.
14849
148502000-07-17 Kenichi Handa <handa@etl.go.jp>
14851
14852 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14853 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14854 the conversion list at first if appropriate.
14855 (kkc-next): Don't update kkc-next-count here.
14856 (kkc-prev): Don't update kkc-prev-count here.
14857 (kkc-show-conversion-list-update): Fix setting up of conversion
14858 list message.
14859
148602000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14861
14862 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14863
148642000-07-16 Dave Love <fx@gnu.org>
14865
14866 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14867 function to be more specific.
14868
14869 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14870 non-string help-echo.
14871 (widget-types-convert-widget): Defsubst it.
14872 (widget-echo-help): Try to cope with a help-echo function of two
14873 possible sorts.
14874
148752000-07-15 Jason Rumney <jasonr@gnu.org>
14876
14877 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14878 Declare as obsolete.
14879
14880 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14881
148822000-07-14 Gerd Moellmann <gerd@gnu.org>
14883
14884 * hilit-chg.el: Fix typo.
14885
148862000-07-14 Dave Love <fx@gnu.org>
14887
14888 * info.el (Info-mode-menu): Fix use of :help, :enable.
14889
148902000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14891
14892 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14893
148942000-07-13 Dave Love <fx@gnu.org>
14895
14896 * emacs-lisp/easymenu.el: Doc fixes.
14897 (easy-menu-remove): Defalias to ignore.
14898
14899 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14900 Call throw correctly.
14901
149022000-07-13 Gerd Moellmann <gerd@gnu.org>
14903
14904 * faces.el (frame-background-mode): Doc fix.
14905
14906 * simple.el (eval-expression-print-length): Change custom type to
14907 allow entering nil as value.
14908
149092000-07-13 Dave Love <fx@gnu.org>
14910
14911 * progmodes/fortran.el (fortran-imenu-generic-expression):
14912 Change definition layout.
14913 (fortran-mode-menu): Reinstate customize entries.
14914
14915 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14916 Use :filter, per old XEmacs code.
14917
149182000-07-12 Gerd Moellmann <gerd@gnu.org>
14919
14920 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14921 event when deciding what to send to the terminal.
14922
149232000-07-12 Dave Love <fx@gnu.org>
14924
14925 * cus-start.el: Add optional version as 4th element of specs and
14926 use it for several things new in v21. Remove load-path. Fix type
14927 of line-number-display-limit.
14928
149292000-07-11 Dave Love <fx@gnu.org>
14930
14931 * progmodes/fortran.el: Don't require easymenu.
14932 Use repeat counts in various regexps.
14933 (fortran-mode-syntax-table): Defvar directly.
14934 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14935 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14936 Use defvar, not defconst.
14937 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14938 (fortran-mode): Set fortran-comment-line-start-skip,
14939 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14940 (fortran-comment-indent): Use defsubst.
14941 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14942 Use fortran-comment-indent, not fortran-comment-indent-function.
14943 (fortran-comment-region, fortran-electric-line-number): Simplify.
14944 (fortran-auto-fill): New function.
14945 (fortran-do-auto-fill): Deleted.
14946 (fortran-find-comment-start-skip):
14947 Check for non-null comment-start-skip.
14948 (fortran-auto-fill-mode, fortran-fill-statement):
14949 Use fortran-auto-fill.
14950 (fortran-fill): Use fortran-auto-fill. Check for null
14951 comment-start-skip. Simplify final clause and use end-of-line finally.
14952
14953 * widget.el (widget-plist-member): New alias.
14954
149552000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14956
14957 * eshell/esh-module.el (toplevel): Reference
14958 byte-compile-current-file only if it is bound.
14959
149602000-07-10 Gerd Moellmann <gerd@gnu.org>
14961
14962 * dired.el: Don't require `dired-aux'.
14963
149642000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14965
14966 * dired-aux.el (dired-show-file-type): New function.
14967 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14968 (dired-show-file-type): Add autoload.
14969
149702000-07-10 Kenichi Handa <handa@etl.go.jp>
14971
14972 * international/mule-diag.el (describe-font): Adjusted for the
14973 change of fontset-info.
14974 (print-fontset): Likewise.
14975
149762000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14977
14978 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14979
149802000-07-07 Gerd Moellmann <gerd@gnu.org>
14981
14982 * bindings.el: Bind `[delete]' to delete-char.
14983
14984 * dired.el (dired-find-alternate-file): New function.
14985 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14986 (toplevel): Require dired-aux when compiling.
14987 (dired-buffers): Move defvar within file to avoid compiler warning.
14988
14989 * info.el (Info-last-search): Variable removed.
14990 (Info-search-history): New variable.
14991 (Info-search): New Info-search-history.
14992
14993 * battery.el, info-look.el: Change author's mail address.
14994
149952000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14996
14997 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14998 if rmail-ignored-headers is nil.
14999 (rmail-retry-failure): Bind rmail-ignored-headers and
15000 rmail-displayed-headers to nil.
15001
150022000-07-06 Gerd Moellmann <gerd@gnu.org>
15003
15004 * lpr.el (lpr-page-header-switches): Add `-h' switch.
15005 (print-region-1): Don't hard code `-h' here.
15006
15007 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
15008
150092000-07-01 Francesco Potorti` <pot@gnu.org>
15010
15011 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
15012 exim can use "your message" instead of "the message".
15013
150142000-07-06 Stefan Monnier <monnier@cs.yale.edu>
15015
15016 * facemenu.el: Docstrings fixes.
15017 (facemenu-get-face): Don't use internal-find-face.
15018 (facemenu-iterate): Rename arg to match the docstring.
15019
15020 * newcomment.el (uncomment-region): Be more careful when skipping
15021 backwards over `=' not to bump into BOBP.
15022
150232000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
15024
15025 * ediff-diff.el (ediff-wordify): Use syntax table.
15026 * ediff-init.el (ediff-has-face-support-p): Use
15027 ediff-color-display-p.
15028 (ediff-color-display-p): Use display-color-p, changed to defun
15029 from defsubst.
15030 Got rid of special cases for NeXT and OS/2.
15031 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
15032 face.
15033
150342000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15035
15036 * emacs-lisp/lucid.el: Require CL.
15037 (copy-tree, remprop): Remove, it's provided by CL.
15038 (map-keymap): Define in terms of cl-map-keymap.
15039 (extent-property, set-extent-end-glyph): New functions.
15040
15041 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
15042
150432000-07-05 Gerd Moellmann <gerd@gnu.org>
15044
15045 * Makefile.in (DONTCOMPILE): Add comment that the name may
15046 not be changed without changing the make-dist script.
15047
15048 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
15049 (cl-mapc): Use mapc instead of cl-old-mapc.
15050
150512000-07-05 Andrew Innes <andrewi@gnu.org>
15052
15053 * makefile.nt: Add support for `bootstrap' and related targets.
15054
150552000-07-05 Stefan Monnier <monnier@cs.yale.edu>
15056
15057 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
15058 (easy-menu-do-define): Use `menu-item' format.
15059 Handle case where easy-menu-create-menu returns a symbol.
15060 Manually call the potential top-level filter in the function binding.
15061 (easy-menu-filter-return): New arg NAME.
15062 Convert to a keymap if MENU is an XEmacs menu.
15063 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
15064 (easy-menu-converted-items-table, easy-menu-convert-item):
15065 New var and fun to memoize easy-menu-convert-item-1.
15066 (easy-menu-do-add-item): Use it.
15067 (easy-menu-create-menu): Use easy-menu-convert-item.
15068 Wrap easy-menu-filter-return around any :filter specification.
15069 Don't convert the menu if a filter was specified.
15070 Tell easy-menu-make-symbol not to check for MENU being an expression.
15071 (easy-menu-make-symbol): New arg NOEXP.
15072
150732000-07-05 Gerd Moellmann <gerd@gnu.org>
15074
15075 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
15076 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
15077 (eval-defun): If called with prefix arg, instrument code for
15078 Edebug.
15079
15080 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
15081 similar to that of eval-defun.
15082
150832000-07-04 Dave Love <fx@gnu.org>
15084
15085 * hl-line.el (hl-line-overlay): Make it permanent-local.
15086
15087 * calendar/todo-mode.el: Replaced with a working version, based on
15088 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
15089
150902000-07-03 Miles Bader <miles@lsi.nec.co.jp>
15091
15092 * paths.el (prune-directory-list): New function.
15093 (Info-default-directory-list): Rewritten to more methodically
15094 enumerate a big list of possible info directories (based on the
15095 list used by the standalone info reader).
15096
15097 * info.el (info-initialize): Use prune-directory-list to remove
15098 non-existent directories from Info-directory-list.
15099
15100 * paths.el (Info-default-directory-list): Try a list of possible
15101 info-directories instead of a single one. Add the possible
15102 info directory "/usr/share/info".
15103
15104 * woman.el (woman-man.conf-path): Explicitly include the debian
15105 man-db config file "/etc/manpath.config".
15106 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
15107 are present in `manpath.config'.
15108 (woman-manpath): Include "/usr/share/man".
15109
151102000-07-03 Gerd Moellmann <gerd@gnu.org>
15111
15112 * frame.el (blink-cursor-mode): Don't hide cursor initially.
15113
15114 * startup.el (command-line): Initialize blink-cursor based
15115 on window-system.
15116
15117 * frame.el (blink-cursor): Default to nil if not running under
15118 a window-system.
15119
15120 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
15121 (face-x-resources): Remove duplicate entry for :font.
15122
15123 * textmodes/refer.el (refer-find-entry-internal): Use some-window
15124 instead of cycling through windows with next-window.
15125
15126 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
15127 of cycling through windows with next-window.
15128
15129 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
15130 of cycling through windows with next-window.
15131
15132 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
15133 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
15134 instead of cycling through windows with next-window.
15135
15136 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
15137 instead of cycling through windows with next-window.
15138
15139 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
15140 of cycling through windows with next-window.
15141
15142 * terminal.el (te-process-output): Use walk-windows instead of
15143 cycling through windows with next-window.
15144
15145 * server.el (server-switch-buffer): Use some-window instead of
15146 cycling through windows with next-window.
15147
15148 * window.el (some-window): New function.
15149 (walk-windows): Remove reference to walk-windows-start.
15150
15151 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
15152
151532000-07-03 Richard Stallman <rms@gnu.org>
15154
15155 * window.el (walk-windows): Guarantee termination by keeping a list
15156 of all the windows already handled.
15157
151582000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15159
15160 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
15161 window-system.
15162
15163 * man.el (Man-notify-when-ready): Don't use window-system. If
15164 Man-notify-method is newframe, and the display is not
15165 multi-frame, select the frame created for the man page.
15166 (Man-init-defvars): Doc fix.
15167
151682000-06-28 Gerd Moellmann <gerd@gnu.org>
15169
15170 * faces.el (region): Change background color for light background.
15171
15172 * ediff-wind.el (ediff-setup-control-frame): Remove :box
15173 attribute from mode-line face of Ediff control frame.
15174
15175 * replace.el (query-replace-map): Bind `e' like `E'.
15176
151772000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15178
15179 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15180 Change name to "Select All".
15181
15182 * dos-fns.el (convert-standard-filename): Fix last change.
15183
151842000-06-27 Gerd Moellmann <gerd@gnu.org>
15185
15186 * help.el (describe-variable): Don't insert a second `'s' in front
15187 of the string `value is shown below'. Since the syntax-table is
15188 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15189 an existing `'s', so that this won't be deleted.
15190
15191 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15192 * pcmpl-unix.el: New files.
15193
151942000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15195
15196 * wid-edit.el (widget-member): Use the new plist-member.
15197
151982000-06-26 Gerd Moellmann <gerd@gnu.org>
15199
15200 * replace.el (perform-replace): Undo change of 2000-04-04.
15201 Instead, move backward 1 character at the end of the loop when
15202 necessary.
15203
15204 * faces.el (fringe): Change face for different backgrounds.
15205
15206 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15207 patch from John.
15208
15209 * eshell/*.el: Change spelling of the Free Software Foundation.
15210
15211 * eshell/esh-toggle.el: Removed.
15212
15213 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15214
15215 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15216 interactively.
15217
152182000-06-26 Alex Schroeder <alex@gnu.org>
15219
15220 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15221 `define-key'; instead of checking `(emacs-version)' check for
15222 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15223 for `;' and `o' which might be electric.
15224
15225 (sql-electric-stuff): New user option.
15226 (sql-magic-go): New function which uses `sql-electric-stuff'.
15227 (sql-magic-semicolon): New function which uses
15228 `sql-electric-stuff'.
15229
15230 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15231 is not fboundp.
15232
15233 (sql-oracle-options): New variable.
15234 (sql-oracle): Use it.
15235
15236 (sql-imenu-generic-expression): Doc change.
15237 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15238 is used.
15239
15240 (sql-informix): Added command line parameter "-" to force
15241 sql-informix-program to use stdout.
15242
152432000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15244
15245 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15246 (cp864-decode-table): Doc fix.
15247 (cp720-decode-table): New variable, supports the Arabic OEM
15248 codepage used by Windows.
15249 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15250
152512000-06-23 Dave Love <fx@gnu.org>
15252
15253 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15254 (font-lock-fontify-anchored-keywords): Use
15255 line-beginning-position.
15256 (global-font-lock-mode): Use mapc.
15257
152582000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15259
15260 * eshell/esh-module.el: Require CL when compiling.
15261
152622000-06-23 Gerd Moellmann <gerd@gnu.org>
15263
15264 * comint.el (comint-substitute-in-file-name): Call replace-match
15265 with second and third arg t.
15266
15267 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15268 Specify foreground color.
15269
15270 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15271 color.
15272
15273 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15274
15275 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15276 cddr instead of cdddr.
15277
15278 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15279 instead of copy-list.
15280
15281 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15282 of copy-list.
15283
15284 * subdirs.el: Add eshell subdirectory.
15285
15286 * eshell: New subdirectory containing the Eshell package.
15287
15288 * pcomplete.el: New file.
15289
152902000-06-23 Paul Eggert <eggert@twinsun.com>
15291
15292 * mail/mailpost.el (post-mail-send-it): Make sure file has
15293 proper permissions from birth.
15294
15295 * files.el (basic-save-buffer-2): When temporarily setting
15296 file modes, set them to current modes plus 0200, not to 0777.
15297
15298 * emerge.el (emerge-make-temp-file): Make sure file has proper
15299 permissions from birth.
15300
153012000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15302
15303 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15304 backup file name through convert-standard-filename.
15305
15306 * dos-fns.el (convert-standard-filename): Convert leading
15307 directories as well. When long file names are supported, convert
15308 characters that are invalid in Windows file names.
15309
153102000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15311
15312 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15313 ps-print crashes. New feature: page selection for printing. Create
15314 raw-text-unix coding system for XEmacs. Doc fix.
15315 (ps-print-version): New version number (5.2.3).
15316 (ps-plot-region): Bug fix.
15317 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15318 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15319 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15320 funs.
15321 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15322 (ps-last-page): New vars.
15323
153242000-06-21 Gerd Moellmann <gerd@gnu.org>
15325
15326 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15327 empty option string.
15328
153292000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15330
15331 * man.el (man): Doc fix.
15332
153332000-06-21 Kenichi Handa <handa@etl.go.jp>
15334
15335 * international/mule-cmds.el (set-language-info-alist): Docstring
15336 fixed.
15337
153382000-06-20 Gerd Moellmann <gerd@gnu.org>
15339
15340 * version.el (emacs-version): Use ISO date format.
15341
15342 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15343 instead of `M-backspace'.
15344
15345 * simple.el (turn-off-auto-fill): New function.
15346
153472000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15348
15349 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15350 Renamed from with-buffer-prepared-for-font-lock and use
15351 inhibit-modification-hooks rather than setting *-change-functions.
15352 Update all functions to use the new name.
15353 (jit-lock-first-unfontify-pos): New semantics (and doc).
15354 (jit-lock-mode): Make non-interactive.
15355 Don't automatically turn on font-lock.
15356 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15357 Always use jit-lock-after-change.
15358 Remove and restore font-lock-after-change-function.
15359 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15360 (jit-lock-after-unfontify-buffer): Remove.
15361 (jit-lock-stealth-fontify):
15362 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15363 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15364
153652000-06-20 Sam Steingold <sds@gnu.org>
15366
15367 * emacs-lisp/cl-indent.el (toplevel): Indent
15368 `print-unreadable-object' properly. Untabify.
15369
153702000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15371
15372 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15373 Support for bibentry.
15374 (reftex-compile-variables): Fixed problem with end of section-re.
15375
15376 * texmodes/reftex-dcr.el (reftex-view-crossref,
15377 reftex-view-crossref-from-bibtex):
15378 Deal with changed `reftex-find-citation-regexp-format'.
15379 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15380 Replaced `remprop' with `put'.
15381 (reftex-view-crossref, reftex-view-crossref-when-idle):
15382 Support for bibentry.
15383
15384 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15385 New entry for bibentry package.
15386
15387 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15388 Regexp also matches "\nobibliography".
15389
15390 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15391 Call `reftex-ensure-write-access' before doing anything.
15392 (reftex-ensure-write-access): New function.
15393
153942000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15395
15396 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15397
15398 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15399
15400 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15401
15402 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15403
15404
154052000-06-20 Dave Love <fx@gnu.org>
15406
15407 * faces.el (frame-background-mode): Use set-default, not set, in
15408 setter.
15409 (frame-update-faces, frame-update-face-colors): Define with
15410 defalias.
15411
15412 * enriched.el (enriched-decode-foreground)
15413 (enriched-decode-background): Don't use internal-find-face.
15414
15415 * apropos.el: Doc fixes.
15416
15417 * cus-edit.el (customize-changed-options): Check arg.
15418 (customize-version-lessp): Don't require decimal point.
15419
15420 * custom.el (defcustom, defgroup): Doc fix.
15421
15422 * newcomment.el (comment) <defgroup>: Add :version.
15423 (comment-multi-line): Doc fix.
15424
15425 * emulation/mlsupport.el (define-hooked-local-abbrev,
15426 define-hooked-global-abbrev): Fix, using define-abbrev.
15427
154282000-06-19 Gerd Moellmann <gerd@gnu.org>
15429
15430 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15431 the whole buffer.
15432
154332000-06-19 Dave Love <fx@gnu.org>
15434
15435 * menu-bar.el (menu-bar-options-save): New function.
15436 (menu-bar-options-menu): Use it.
15437 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15438 Simplify.
15439
154402000-06-19 Andreas Schwab <schwab@suse.de>
15441
15442 * progmodes/etags.el (tags-query-replace): Put new parameters
15443 START and END at the end, for backward compatibility.
15444
154452000-06-19 Kenichi Handa <handa@etl.go.jp>
15446
15447 * international/codepage.el:
15448 (cp-coding-system-for-codepage-1): Delete special codes for
15449 generating xxx-dos coding system because now a CCL based coding
15450 system can handle EOL conversion by default.
15451
15452 * international/mule.el (make-coding-system): Generate subsidiary
15453 coding systems for EOL handling variants even for a CCL based
15454 coding system.
15455
154562000-06-19 Kenichi Handa <handa@etl.go.jp>
15457
15458 * international/isearch-x.el (isearch-minibuffer-input-method)
15459 (isearch-minibuffer-input-method-function): These variables
15460 deleted.
15461 (isearch-with-input-method): Don't use the above variables.
15462 (isearch-process-search-multibyte-characters): Likewise. Call
15463 read-string with the arg INHERIT-INPUT-METHOD t.
15464
154652000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15466
15467 * font-lock.el (font-lock-after-fontify-buffer)
15468 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15469
15470 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15471 Use consistent make-local-variable style for font-lock-fontified.
15472 (jit-lock-fontify-buffer):
15473 Don't bother checking for font-lock-mode and jit-lock-mode.
15474
15475 * time.el: Remove trailing ^M that prevent CVS-merging.
15476
154772000-06-16 Gerd Moellmann <gerd@gnu.org>
15478
15479 * Makefile.in (distclean): New target.
15480
154812000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15482
15483 * Makefile.in (srcdir): Define for update-subdirs.
15484
154852000-06-16 Gerd Moellmann <gerd@gnu.org>
15486
15487 * find-lisp.el: New file.
15488
154892000-06-16 Andrew Innes <andrewi@gnu.org>
15490
15491 * time.el (display-time-mail-function): New variable, to allow
15492 external packages to indicate when new mail is available.
15493 (display-time-update): Use it.
15494
154952000-06-16 Kenichi Handa <handa@etl.go.jp>
15496
15497 * international/mule.el (mule-version): Change version name to
15498 SAKAKI. AOI has already been used by Meadow.
15499
15500 * international/quail.el (quail-show-guidance-buf): To find the
15501 bottom window (but minibuffer), pay attention to the height of
15502 minibuffer.
15503
155042000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15505
15506 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15507 menu-bar menus. Add help strings. Don't remove the Edit menu
15508 from the menu bar, as the menu bar has enough space now.
15509
15510 * Makefile.in (SHELL): Make sure /bin/sh is used.
15511
15512 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15513 characters, which use series of two ^H characters instead of one.
15514
155152000-06-15 Gerd Moellmann <gerd@gnu.org>
15516
15517 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15518 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15519 functions.
15520 (Info-find-node-2): Try a case-sensitive search first, then
15521 do a case-insensitive search.
15522
15523 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15524 tutorials.
15525
15526 * complete.el (PC-env-vars-alist): New variable.
15527 (PC-complete-as-file-name): New function.
15528 (partial-completion-mode): Initialize PC-env-vars-alist from
15529 process-environment.
15530 (PC-do-completion): Handle completion of env vars.
15531
15532 * info.el (Info-set-mode-line): Show file name in mode line,
15533 use `*Info*' instead of `Info:'.
15534
15535 * startup.el (command-line-1): Change copyright messages to year
15536 2000.
15537
155382000-06-15 Dave Love <fx@gnu.org>
15539
15540 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15541 not local-map.
15542
155432000-06-15 Kenichi Handa <handa@etl.go.jp>
15544
15545 * international/mule.el (set-buffer-file-coding-system): Almost
15546 rewritten to handle `undecided' as no-op.
15547
155482000-06-14 Gerd Moellmann <gerd@gnu.org>
15549
15550 * Makefile.in: New file.
15551
15552 * Makefile: Removed.
15553
15554 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15555 (goto-address-highlight-keymap): Bind C-c RET.
15556
155572000-06-14 Kenichi Handa <handa@etl.go.jp>
15558
15559 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15560 inherits buffer-file-coding-system of the current buffer.
15561
15562 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15563 0. Give correct argument to set-auto-coding-function.
15564 (tar-expunge): For goto-char, use (point-min), not 0.
15565 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15566 (tar-subfile-save-buffer): Likewize.
15567
15568 * international/mule.el
15569 (after-insert-file-set-buffer-file-coding-system): Call
15570 set-buffer-file-coding-system with the arg FORCE t.
15571
155722000-06-13 Gerd Moellmann <gerd@gnu.org>
15573
15574 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15575 nil. Contemporary sendmails issue an X-Authentication-Warning if
15576 the sender is set with `-f'.
15577
155782000-06-13 Dave Love <fx@gnu.org>
15579
15580 * help.el (describe-function-1): Kluge around cases of functions
15581 fset to subrs whose doc doesn't match their symbol-name.
15582
15583 * image.el (insert-image): Default STRING to a space.
15584
15585 * info.el Doc fixes.
15586 (Info-build-node-completions): Match Ref tags.
15587
155882000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15589
15590 * frame.el (display-multi-frame-p, display-multi-font-p): New
15591 defaliases for display-graphic-p.
15592
15593 * hl-line.el: Fixed a typo in commentary.
15594
155952000-06-13 Kenichi Handa <handa@etl.go.jp>
15596
15597 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15598 fixed.
15599
156002000-06-12 Dave Love <fx@gnu.org>
15601
15602 * image.el (insert-image): Save a little consing.
15603
156042000-06-12 Kenichi Handa <handa@etl.go.jp>
15605
15606 * language/tibet-util.el: Convert all tibetan-1-column characters
15607 to the corresponding tibetan characters.
15608 (tibetan-add-components): Delete code for the special treatment of
15609 'a chung.
15610
15611 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15612 change.
15613 (tibetan-vowel-transcription-alist): More rules added.
15614 (tibetan-composite-vowel-alist): New variable.
15615 (tibetan-precomposition-rule-alist): More rules added.
15616
156172000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15618
15619 * startup.el (command-line): Only call menu-bar-mode if interactive.
15620
15621 * thingatpt.el (toplevel symbol-properties):
15622 * textmodes/makeinfo.el (makeinfo-compile):
15623 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15624 * progmodes/hideif.el (hif-compress-define-list)
15625 (hide-ifdef-use-define-alist):
15626 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15627 (ange-ftp-vms-add-file-entry):
15628 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15629 * man.el (Man-build-man-command):
15630 * mail/rnewspost.el (news-reply-header-hook):
15631 * info.el (Info-insert-dir):
15632 * emulation/mlconvert.el (backward-word, forward-word, setq):
15633 * emacs-lisp/gulp.el (gulp-send-requests):
15634 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15635 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15636 (byte-optimize-apply, end of file):
15637 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15638 (ad-make-freeze-definition):
15639 * startup.el (command-line, command-line-1): Don't quote lambdas.
15640
15641 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15642 (cvs-cleanup-removed): New function.
15643 (cvs-cleanup-functions): New var.
15644 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15645 some flexibility in specifying additional entries to auto-cleanup.
15646 (cvs-quickdir): New function.
15647 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15648 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15649 (cvs-mode-find-file): Check that we are on a filename or dirname
15650 when invoked through a mouse-click.
15651 (cvs-full-path): Remove.
15652 (cvs-dired-action): Re-introduced.
15653 (cvs-dired-noselect): Use it.
15654 (vc-post-command-functions): use this new hook if available.
15655
15656 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15657 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15658 (cvs-filename-map, cvs-dirname-map): Remove.
15659 (cvs-default-action): Remove.
15660 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15661 if the arg is really a keymap.
15662 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15663 Don't hardcode the mapping from state (aka type) to face, but check
15664 the var cvs-fi-<type>-face instead.
15665 (cvs-fileinfo-from-entries): New function.
15666
15667 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15668 Docstring fix.
15669 (cvs-find-file-and-jump): Change default to be safer.
15670 (cvs-mode-diff-map): Define it as a function as well.
15671 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15672 Bind mouse-2 in this global map rather than with text-properties.
15673
15674 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15675 file to resolve the ambiguity between C(conflict) and C(need-merge).
15676
156772000-06-12 Kenichi Handa <handa@etl.go.jp>
15678
15679 * international/mule.el (set-buffer-file-coding-system): If
15680 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15681 unconditionally.
15682
156832000-06-12 Dave Love <fx@gnu.org>
15684
15685 * wid-edit.el (widget-specify-button): Really suppress the face if
15686 required.
15687
156882000-06-11 Gerd Moellmann <gerd@gnu.org>
15689
15690 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15691
156922000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15693
15694 * imenu.el (imenu-generic-expression): Docstring fix.
15695
15696 * composite.el (composition-function-table): Move the `put'
15697 below the autoload cookie so we can load the file before loaddefs.
15698
15699 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15700
15701 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15702 Handle easy-mmode-define-global-mode.
15703 For complex macros like define-minor-mode that can generate
15704 several autoload entries, try to autoload entries in the
15705 macroexpanded code.
15706
15707 * emacs-lisp/easy-mmode.el (define-minor-mode):
15708 If KEYMAP is a symbol, just use it.
15709 Use byte-compile-current-file and load-file-name to infer the
15710 proper :require to pass to defcustom.
15711 Wrap the hook var into `progn' so as not to autoload it.
15712 Add a :autoload-end cookie.
15713 Be more careful about the evaluation of KEYMAP.
15714 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15715 (define-derived-mode): Move define-abbrev-table outside of defvar.
15716
157172000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15718
15719 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15720 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15721 (backup-compiled-files): Ignore errors during `tar'.
15722 (bootstrap): Make autoloads before elc files.
15723
157242000-06-10 Kenichi Handa <handa@etl.go.jp>
15725
15726 * international/mule.el (set-buffer-file-coding-system): If one of
15727 undecided-XXX is specified, change only EOL conversion.
15728
15729 * international/mule-conf.el (unix): New alias for the coding
15730 system undecided-unix.
15731
157322000-06-09 Dave Love <fx@gnu.org>
15733
15734 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15735
15736 * progmodes/executable.el: Byte compile dynamic.
15737 (executable-insert): Change custom type.
15738 (executable-find): Add autoload cookie.
15739 (executable-make-buffer-file-executable-if-script-p): New
15740 function. After Noah Friedman.
15741
15742 * files.el (after-save-hook): Customize, with
15743 executable-make-buffer-file-executable-if-script-p as an option.
15744
157452000-06-09 Kenichi Handa <handa@etl.go.jp>
15746
15747 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15748 "tib24p-mule.bdf" for Tibetan.
15749
15750 * composite.el (decompose-composite-char): Declare it as obsolete.
15751
15752 * man.el (Man-fontify-manpage): Pay attention to underline and
15753 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15754
157552000-06-08 Gerd Moellmann <gerd@gnu.org>
15756
15757 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15758 Set maintainer to FSF since author isn't reachable.
15759
157602000-06-08 Dave Love <fx@gnu.org>
15761
15762 * international/mule-cmds.el (select-safe-coding-system): If
15763 DEFAULT-CODING-SYSTEM is not specified, also check the most
15764 preferred coding-system if buffer-file-coding-system is
15765 `undecided'. From Handa.
15766
157672000-06-08 Kenichi Handa <handa@etl.go.jp>
15768
15769 * international/mule.el
15770 (after-insert-file-set-buffer-file-coding-system): If the buffer
15771 size is greater than INSERTED, judget that we are not visiting.
15772
157732000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15774
15775 * whitespace.el (defgroup whitespace): Comment out `:version'.
15776 XEmacs 20.4 has problems defining the group with this present.
15777 We'll have this commented out till get resolve the problem.
15778
157792000-06-07 John Wiegley <johnw@gnu.org>
15780
15781 * align.el (align-dq-string-modes, align-sq-string-modes)
15782 (align-open-comment-modes): Add pyhton-mode.
15783 (align-rules-list): Use get-text-property instead of
15784 text-properties-at.
15785 (align-rules-list): Add python-assignment.
15786 (align-rules-list): Change perl-comma-delimiter to
15787 basic-comma-delimiter. Use if for Perl modes and python-mode.
15788 (align-rules-list): Add python-chain-logic and
15789 basic-line-continuation.
15790
157912000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15792
15793 * apropos.el (apropos-mode-hook): New user variable.
15794 (apropos-mode): Run apropos-mode-hook.
15795
157962000-06-07 David Ponce <david@dponce.com>
15797
15798 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15799 commands. Require `wid-edit' at run-time.
15800
158012000-06-07 David Ponce <david@dponce.com>
15802
15803 * recentf.el: Added some "Commentary".
15804 (recentf-open-more-files, recentf-edit-list): Minor changes to
15805 move the point at the top of the file list. This behaviour is
15806 consistent with the menu one when the list contains a lot of
15807 files.
15808 (recentf-cleanup): Now displays the number of items removed from
15809 the list.
15810 (recentf-relative-filter) New menu filter to show filenames
15811 relative to `default-directory'.
15812
158132000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15814
15815 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15816 with/without giving an error if PostScript printer doesn't have this
15817 kind of page size. Zebra Stripe continues or restarts on next page.
15818 Manual/automatic paper feeding. Switch or not the header.
15819 (ps-print-version): New version number (5.2.2).
15820 (ps-windows-system): Include emx as a Windows system.
15821 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15822 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15823 (ps-background-text): Code fix.
15824 (ps-error-handler-message, ps-user-defined-prologue)
15825 (ps-print-prologue-header, ps-printer-name)
15826 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15827 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15828 (ps-use-face-background): Customization fix.
15829 (ps-n-up-database): Data fix.
15830 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15831 (ps-switch-header): New vars.
15832 (ps-xemacs-color-name, ps-face-foreground-name)
15833 (ps-face-background-name, ps-boolean-constant): New funs.
15834
158352000-06-07 Dave Love <fx@gnu.org>
15836
15837 * allout.el: New version from Manheimer.
15838
158392000-06-07 Kenichi Handa <handa@etl.go.jp>
15840
15841 * textmodes/fill.el (fill-find-break-point): Check the validity of
15842 charset.
15843
158442000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15845
15846 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15847 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15848 Call display-color-p and display-mouse-p instead of looking at
15849 window-system.
15850
158512000-06-06 Dave Love <fx@gnu.org>
15852
15853 * image.el (find-image): Doc fix. Return nil if image not found.
15854 (put-image, insert-image): Make STRING arg optional.
15855
158562000-06-06 Kenichi Handa <handa@etl.go.jp>
15857
15858 * language/vietnamese.el: Remove eval-when-compile.
15859 (viet-viscii-nonascii-translation-table): Define it as a
15860 translation table made from viet-viscii-decode-table.
15861 (viet-viscii-encode-table): Define it as a translation table made
15862 from the reverse map of above.
15863 (viet-vscii-nonascii-translation-table): Define it as a
15864 translation table made from viet-vscii-decode-table.
15865 (viet-vscii-encode-table): Define it as a translation table made
15866 from the reverse map of above.
15867 (ccl-decode-viscii): Use translate-character.
15868 (ccl-encode-viscii, ccl-encode-viscii-font)
15869 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15870 Likewize.
15871
15872 * language/cyrillic.el: Remove eval-when-compile.
15873 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15874 translation table made from cyrillic-koi8-r-decode-table.
15875 (cyrillic-koi8-r-encode-table): Define it as a translation table
15876 made from the reverse map of above.
15877 (ccl-decode-koi8): Use translate-character.
15878 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15879 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15880 a translation table made from cyrillic-alternativnyj-decode-table.
15881 (cyrillic-alternativnyj-encode-table): Define it as a translation
15882 table made from the reverse map of above.
15883 (ccl-decode-alternativnyj): Use translate-character.
15884 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15885 Likewize
15886
15887 * international/mule-diag.el (non-iso-charset-alist): Specify
15888 translation table symbol instead of translation table itself.
15889 (list-block-of-chars): CHARSET may be a translation table symbol.
15890
15891 * international/mule.el (make-coding-system): If CODING-SYSTEM
15892 already exists, override it.
15893
15894 * international/fontset.el: Use family `proportional' for Tibetan
15895 fonts.
15896
15897 * international/ccl.el (ccl-compile-translate-character): Don't
15898 check if Rrr has property translation-table.
15899 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15900
159012000-06-05 Gerd Moellmann <gerd@gnu.org>
15902
15903 * info.el: Bind case-fold-search to t when searching in case
15904 a user sets it to nil in a hook.
15905
159062000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15907
15908 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15909 * hl-line.el (hl-line-mode): Use the new :global key argument.
15910
15911 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15912 (tar-clip-time-string): Prepend a space.
15913 (tar-grind-file-mode): Construct a string rather than modifying one.
15914 (tar-header-block-summarize): Fix docstring.
15915 Use `format' rather than an error-prone set of copy-loops.
15916
15917 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15918 (diff-goto-source, diff-unified->context, diff-context->unified)
15919 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15920 understand the format output by the `-p' argument to diff.
15921
15922 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15923 (sh-re-done): Use defconst.
15924 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15925 (sh-help-string-for-variable, sh-guess-basic-offset):
15926 Don't quote lambdas.
15927 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15928 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15929
15930 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15931 (mh-letter-mode): Derive from text-mode.
15932 This implicitly means that it now calls kill-all-local-variables.
15933 Also remove the Emacs-18 compatibility code.
15934
15935 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15936 Make use of symbol-property doc-string-elt.
15937 Use memq rather than a sequence of eq.
15938 (doc-string-elt): Fix the wrong or missing previously unused values.
15939 (autoload-print-form): New function extracted from
15940 generate-file-autoloads to allow recursion when handling progn
15941 so that defvar's and defun's docstrings are properly printed.
15942 (generate-file-autoloads): Use it.
15943
15944 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15945 Use find-file-hooks in the minor-mode function.
15946 Be careful not to loop indefinitely in the post-command-hook function.
15947
159482000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15949
15950 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15951 tty's.
15952 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15953 differences whenever appropriate.
15954 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15955 * viper.el (find-file, find-file-other-window): Get viper to do
15956 wildcards.
15957
159582000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15959
15960 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15961 (jit-lock-fontify-buffer): New function for JIT refontification.
15962 (jit-lock-mode): Fix docstring.
15963 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15964 Remove jit-lock-after-change from the _local_ hook.
15965 (jit-lock-function-1): Fix docstring.
15966
15967 * info.el (Info-on-current-buffer): Initialize info.
15968
15969 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15970
15971 * progmodes/tcl.el (tcl-indent-for-comment):
15972 Ignore comment-indent-hook.
15973
15974 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15975 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15976 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15977 and improve to use the lighter to guess the capitalization.
15978 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15979 Add keyword arguments to specify global-ness or the custom group.
15980 Add local-map and help-echo properties to the lighter.
15981 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15982 (easy-mmode-define-global-mode): New macro.
15983
159842000-06-02 Dave Love <fx@gnu.org>
15985
15986 * wid-edit.el: byte-compile-dynamic since we typically don't use
15987 all the widgets. Don't require cl or widget. Remove
15988 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15989 (widget-read-event): Removed. Callers changed to use read-event.
15990 (widget-button-release-event-p): Renamed from
15991 button-release-event-p.
15992 (widget-field-add-space, widget-field-use-before-change):
15993 Uncustomize.
15994 (widget-specify-field): Use keymap property, not local-map.
15995 (widget-specify-button): Obey :suppress-face.
15996 (widget-specify-insert): Use modern backquote syntax.
15997 (widget-image-directory): Renamed from widget-glyph-directory.
15998 (widget-image-enable): Renamed from widget-glyph-enable.
15999 (widget-image-find): Replaces widget-glyph-find.
16000 (widget-button-pressed-face): Move defvar.
16001 (widget-image-insert): Replaces widget-glyph-insert.
16002 (widget-convert): Use keywordp.
16003 (widget-leave-text, widget-children-value-delete): Use mapc.
16004 (widget-keymap): Remove XEmacs stuff.
16005 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
16006 (widget-button-click): Don't set point at the click, but re-centre
16007 if we scroll out of window. Rewritten for images v. glyphs &c.
16008 (widget-tabable-at): Use POS arg, not point.
16009 (widget-beginning-of-line, widget-end-of-line)
16010 (widget-item-value-create, widget-sublist, widget-princ-to-string)
16011 (widget-sexp-prompt-value, widget-echo-help): Simplify.
16012 (widget-default-create): Use widget-image-insert; some rewriting.
16013 (widget-visibility-value-create)
16014 (widget-push-button-value-create, widget-toggle-value-create): Use
16015 widget-image-insert.
16016 (checkbox): Create on and off images dynamically.
16017 (documentation-link): Change :help-echo.
16018 (widget-documentation-link-echo-help): Remove.
16019
160202000-06-02 Stefan Monnier <monnier@cs.yale.edu>
16021
16022 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
16023
16024 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
16025 (easy-mmode-define-toggle, define-minor-mode): Use it.
16026 (easy-mmode-define-keymap): Docstring fix.
16027 (define-derived-mode): Default PARENT to fundamental-mode.
16028 Add the derived-mode-parent symbol-property.
16029 (easy-mmode-derived-mode-p): New function.
16030
160312000-06-02 Dave Love <fx@gnu.org>
16032
16033 * files.el (convert-standard-filename): Doc fix.
16034 (normal-backup-enable-predicate): New function.
16035 (backup-enable-predicate): Use it to replace the lambda form.
16036
16037 * calendar/todo-mode.el: [This needs more work on the outline
16038 stuff.] Doc fixes.
16039 (todo) <defgroup>: Add :version.
16040 (todo-add-category): Don't use pushnew.
16041 (todo-cmd-raise): Fix typo.
16042 (todo-top-priorities): Change temp buffer name.
16043 (todo-category-alist): Avoid redundant lambda.
16044 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
16045 Use outline-next-heading.
16046
16047 * autoarg.el: Rewritten to use define-minor-mode.
16048 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
16049 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
16050
160512000-06-02 Kenichi Handa <handa@etl.go.jp>
16052
16053 * isearch.el (isearch-other-meta-char): Fix previous change.
16054
160552000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16056
16057 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
16058 (log-edit-done): Only add the comment to the ring if it's different
16059 from the last comment entered.
16060
16061 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
16062
160632000-06-01 Dave Love <fx@gnu.org>
16064
16065 * hl-line.el: Rewritten using define-minor-mode.
16066
16067 * help.el (describe-function-1): Distinguish special form from
16068 builtin function. Sanity-check presence of arglist for builtins.
16069
160702000-06-01 Kenichi Handa <handa@etl.go.jp>
16071
16072 * international/characters.el: Fix syntax/category setting of
16073 Tibetan characters.
16074
16075 * language/tibet-util.el (tibetan-add-components): Fixes for new
16076 encoding of Tibetan characters.
16077 (tibetan-decompose-precomposition-alist): New variable.
16078 (tibetan-decompose-region): Convert precomposed characters to
16079 non-precomposed characters.
16080 (tibetan-decompose-string): Likewise.
16081 (tibetan-composition-function): Fix args to
16082 thibetan-compose-string.
16083
16084 * language/tibetan.el (tibetan-composable-pattern): More
16085 characters included.
16086 (tibetan-consonant-transcription-alist): Rule for "R" added.
16087 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
16088 "+R" added.
16089 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
16090
16091 * language/lao-util.el (lao-composition-function): Fix args to
16092 compose-string.
16093
16094 * language/thai-util.el (thai-composition-function): Fix args to
16095 compose-string.
16096
16097 * isearch.el (isearch-update): Set disable-point-adjustment to t
16098 to prevent the point moving to the end of a composition when a
16099 part of a composition is searched.
16100 (isearch-other-meta-char): If the key invoking this command can be
16101 mapped by function-key-map to a printing char, call
16102 isearch-process-search-char directly.
16103
161042000-06-01 Stefan Monnier <monnier@cs.yale.edu>
16105
16106 * emacs-lisp/bytecomp.el:
16107 * frame.el:
16108 * international/mule-cmds.el:
16109 * international/mule-util.el:
16110 * international/mule.el:
16111 * mouse.el:
16112 * subr.el:
16113 * faces.el: Update calls to make-obsolete with a WHEN argument.
16114
16115 * byte-run.el (make-obsolete, make-obsolete-variable):
16116 Add an optional WHEN argument and change the format of the
16117 symbol-property information.
16118 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
16119 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
16120 new obsolete-symbol-property format and print WHEN if it is provided.
16121
161222000-05-31 Dave Love <fx@gnu.org>
16123
16124 * loadhist.el (loadhist-hook-functions): Remove
16125 before-change-function, after-change-function.
16126 (unload-feature): Deal with symbols which are both bound and
16127 fbound.
16128
16129 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
16130 before-change-function, after-change-function.
16131
16132 * simple.el (newline): Don't bind before-change-function,
16133 after-change-function.
16134
161352000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
16136
16137 * whitespace.el (whitespace-rescan-timer-time): Update interval
16138 set to 600 seconds (10 minutes) instead of 60 seconds since
16139 a large number of whitespace buffers causes emacs to `freeze'
16140 for a considerable amount of time.
16141
16142 * whitespace.el: Updated email address
16143
161442000-05-31 Dave Love <fx@gnu.org>
16145
16146 * add-log.el (change-log-font-lock-keywords) <function>: Add
16147 pattern for function of change.
16148 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
16149 acknowledgements patterns.
16150
161512000-05-31 Kenichi Handa <handa@etl.go.jp>
16152
16153 * isearch.el (isearch-printing-char): If keyboard coding system is
16154 being used, call isearch-process-search-multibyte-characters.
16155
16156 * international/isearch-x.el: Mostly rewritten.
16157
16158 * international/quail.el (quail-start-conversion): Don't include
16159 unhandled events in the returned events, but set them in
16160 unread-command-events. Exit if all inputs are deleted.
16161
161622000-05-30 Jason Rumney <jasonr@gnu.org>
16163
16164 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
16165
16166 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
16167 Reenable code to create initial fontsets.
16168 Use set-fontset-font in place of put-charset-property.
16169
161702000-05-30 Gerd Moellmann <gerd@gnu.org>
16171
16172 * progmodes/perl-mode.el (perl-indent-line): When looking for a
16173 label, ensure that the first colon isn't followed by another.
16174
16175 * paths.el (Info-default-directory-list): Doc fix.
16176
16177 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16178 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16179 send a query containing USER only, not USER@HOST.
16180
16181 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16182 and rmail-msgend to compute the restriction at the end, instead of
16183 computing it.
16184
161852000-05-29 Gerd Moellmann <gerd@gnu.org>
16186
16187 * dabbrev.el (dabbrev-expand): Don't display messages in the
16188 echo area if the minibuffer window is active.
16189
16190 * jit-lock.el (jit-lock-mode): Add after change function to
16191 local hook.
16192
161932000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16194
16195 * antlr-mode.el: New commands: hide/unhide actions,
16196 upcase/downcase literals.
16197 (antlr-tiny-action-length): New user option.
16198 (antlr-hide-actions): New command. Suggested by
16199 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16200 (antlr-mode-map): New binding [C-c C-v].
16201 (antlr-mode-menu): New entries.
16202 (antlr-downcase-literals): New command.
16203 (antlr-upcase-literals): Ditto.
16204
16205 * antlr-mode.el: Minor changes: indendation, mode-name.
16206 (antlr-indent-line): Indent cpp directive at column 0.
16207 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16208
16209 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16210 (antlr-font-lock-additional-keywords): Workaround for intentional
16211 bug in XEmacs version of font-lock.
16212 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16213 be used by a smarter version of `buffers-menu-grouping-function'.
16214
162152000-05-29 Gerd Moellmann <gerd@gnu.org>
16216
16217 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16218 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16219
162202000-05-29 Kenichi Handa <handa@etl.go.jp>
16221
16222 * international/encoded-kb.el
16223 (encoded-kbd-iso2022-designation-map): Pay attention to that
16224 charset-iso-final-char return -1 for eight-bit-control and
16225 eight-bit-graphic.
16226
162272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16228
16229 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16230 (speedbar-easymenu-definition-base): Use display-graphic-p where
16231 available, instead of window-system.
16232
162332000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16234
16235 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16236 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16237 coding systems.
16238
162392000-05-26 Dave Love <fx@gnu.org>
16240
16241 * disp-table.el (standard-display-underline): Don't use
16242 internal-find-face.
16243
16244 * mail/reporter.el: Maintainer change. Doc fixes.
16245 (reporter-version): Deleted.
16246
16247 * emacs-lisp/elp.el: Maintainer change.
16248 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16249
162502000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16251
16252 * add-log.el (add-change-log-entry): Merge the current entry with the
16253 previous one if the previous one is empty.
16254
162552000-05-26 Dave Love <fx@gnu.org>
16256
16257 * loadhist.el (unload-feature): Fix interactive spec [from
16258 lijnzaad@ebi.ac.uk].
16259
16260 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16261 subr-arity to check primitives.
16262 (byte-compile-flush-pending, byte-compile-file-form-progn)
16263 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16264 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16265 mapcar.
16266
162672000-05-26 Kenichi Handa <handa@etl.go.jp>
16268
16269 * international/fontset.el: Set family names of non-latin charsets
16270 in default fontset to "*".
16271
16272 * international/mule-diag.el (print-fontset): Combine family part
16273 and registry part of the fontname by "-*-" instead of "-".
16274
16275 * international/mule-cmds.el (encode-coding-char): Make strings
16276 multibyte before calling encode-coding-string.
16277
162782000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16279
16280 * derived.el: Fix keywords.
16281 (define-derived-mode): Only define if needed.
16282
16283 * simple.el (fill-comment, comment-column, comment-start)
16284 (comment-start-skip, comment-end, comment-indent-function)
16285 (block-comment-start, block-comment-end, indent-for-comment)
16286 (set-comment-column, kill-comment, comment-padding, comment-region)
16287 (comment-multi-line, indent-new-comment-line): Remove.
16288
16289 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16290 function names for comment operations.
16291
16292 * newcomment.el: Add abundant autoload cookies.
16293 (comment-style): Don't depend on runtime data at compile-time.
16294 (comment-indent-hook): Remove.
16295 (comment-indent): Check if comment-indent-hook is bound.
16296 (comment-region): Docstring fix.
16297
162982000-05-25 Dave Love <fx@gnu.org>
16299
16300 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16301 byte-code-function-p.
16302
16303 * mail/rmailsum.el: Add provide.
16304
16305 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16306
16307 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16308 defcustom.
16309
163102000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16311
16312 * ediff-diff.el (ediff-exec-process): delete --binary option from
16313 non-buffer ediff jobs.
16314
163152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16316
16317 * hilit-chg.el (highlight-changes-mode): Ask about color or
16318 grayscale support, not about window-system.
16319
16320 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16321 window-system.
16322 (ffap-highlight): Always default to t.
16323
16324 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16325 display-popup-menus-p instead of looking at window-system.
16326
16327 * disp-table.el (standard-display-g1, standard-display-graphic):
16328 Only refuse to use string glyphs on X and MS-Windows.
16329
16330 * avoid.el: Remove window-system from commentary, suggest to use
16331 display-*-p instead.
16332
16333 * apropos.el (apropos-print): Use display-mouse-p instead of
16334 window-system.
16335
163362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16337
16338 * international/codepage.el (cp-decoding-vector-for-codepage):
16339 Fill up unsupported characters with their own codes. From Kenichi
16340 Handa.
16341
163422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16343
16344 * international/mule-diag.el (describe-char-after): Use
16345 display-graphic-p instead of window-system, so that this function
16346 works on MS-DOS.
16347
163482000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16349
16350 * international/codepage.el (cp-make-coding-systems-for-codepage):
16351 Remove the eight-bit-graphic and eight-bit-control charsets from
16352 the list of charsets which we convert into `?'.
16353
163542000-05-25 Kenichi Handa <handa@etl.go.jp>
16355
16356 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16357 private charsets.
16358 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16359 japanese-jisx0213-2): New charsets.
16360
16361 * international/fontset.el: Setup default fontset for new charsets.
16362
163632000-05-24 Dave Love <fx@gnu.org>
16364
16365 * info.el (Info-find-node-2): Restructure [following "Vadim
16366 S. Solomin" <sovs@uic.nnov.ru>].
16367
16368 * icomplete.el: Fix header for Finder.
16369
163702000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16371
16372 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16373 STAY.
16374
16375 * rmail.el (rmail-automatic-folder-directives): New user variable.
16376 (rmail-show-message): Add call to `rmail-auto-file' during
16377 display.
16378 (rmail-auto-file): New function.
16379
163802000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16381
16382 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16383 account.
16384 (ediff-test-utility,ediff-diff-mandatory-option)
16385 (ediff-reset-diff-options): Utilities for proper initialization of
16386 ediff-diff-options and ediff-diff3-options on Windows.
16387
16388 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16389 variable.
16390
16391 * ediff-mult.el (ediff-filegroup-action): Use
16392 ediff-merge-filename-prefix.
16393
163942000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16395
16396 * viper-ex.el (ex-write): Set selective display to nil.
16397
163982000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16399
16400 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16401 aliases for hebrew-iso-8bit.
16402
164032000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16404
16405 * woman.el: New version from Francis J. Wright
16406 <F.J.Wright@Maths.QMW.ac.uk>.
16407 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16408 names in environment variables regardless of the path separator.
16409 (woman-topic-all-completions-1): Don't call file-name-directory-p
16410 on all files, since woman-file-regexp already filters out any
16411 directories.
16412
164132000-05-24 Kenichi Handa <handa@etl.go.jp>
16414
16415 * international/quail.el (quail-start-translation): Don't change
16416 modified-p of the current buffer.
16417 (quail-start-conversion): Likewise.
16418
16419 * international/kkc.el (kkc-region): Don't change modified-p of
16420 the current buffer.
16421
16422 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16423 conform to RFC1468.
16424 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16425
164262000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16427
16428 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16429 (speedbar-insert-button): Invisible text property fix.
16430 (speedbar-directory-plus): Renamed from speedbar-directory-+
16431 (speedbar-directory-minus): Renamed from speedbar-directory--
16432 (speedbar-page-plus): Renamed from speedbar-file-+
16433 (speedbar-page-minus): Renamed from speedbar-file--
16434 (speedbar-page): Renamed from speedbar-file-
16435 (speedbar-tag): Renamed from speedbar-tag-
16436 (speedbar-tag-plus): Renamed from speedbar-tag-+
16437 (speedbar-tag-minus): Renamed from speedbar-tag--
16438 (speedbar-expand-image-button-alist): Use above renames.
16439
16440 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16441 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16442 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16443 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16444 * sb-pg.xpm: Renamed from sb-file.xpm
16445 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16446 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16447
164482000-05-24 Kenichi Handa <handa@etl.go.jp>
16449
16450 * international/quail.el (quail-show-guidance-buf): Set
16451 current-input-method of the guidance buffer to the name of the
16452 curren input method.
16453
164542000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16455
16456 * progmodes/compile.el (compile-internal): Style typo.
16457
16458 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16459 quote vars and functions in the docstring.
16460
16461 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16462
16463 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16464 Don't quote lambdas.
16465
16466 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16467
164682000-05-23 Gerd Moellmann <gerd@gnu.org>
16469
16470 * startup.el (command-line): Determine source file of compiled
16471 user init file differently. Warn if compiled user init file
16472 is older than its source file.
16473
16474 * ffap.el (ffap-url-regexp): Add `https'.
16475
164762000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16477
16478 * files.el (make-backup-file-name-1): Replace slashes with `!'
16479 rather than `|' (which is not allowed on Windows). Replace the
16480 drive letters with a string "drive_X".
16481
164822000-05-23 Gerd Moellmann <gerd@gnu.org>
16483
16484 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16485
16486 * files.el (interpreter-mode-alist): Add `bash2'.
16487
164882000-05-22 Dave Love <fx@gnu.org>
16489
16490 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16491 mapc.
16492 (feature-file): Avoid calling symbol-name. Doc fix.
16493 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16494 (loadhist-hook-functions): Add mouse-position-function.
16495 (unload-feature): Change uses of mapcar.
16496
16497 * files.el (parse-colon-path): Doc fix.
16498 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16499 (set-auto-mode): Use mapc.
16500
16501 * complete.el (PC-look-for-include-file): Use :alnum: character
16502 class.
16503 (partial-completion-mode): Add autoload cookie.
16504
165052000-05-22 Sam Steingold <sds@gnu.org>
16506
16507 * info.el (Info-fontify-node): Fixed the call to
16508 `add-text-properties' (bug introduced on 2000-05-18).
16509
165102000-05-22 Dave Love <fx@gnu.org>
16511
16512 * bindings.el: Remove debug-ignored-errors set in other files.
16513
16514 * progmodes/etags.el: Add to debug-ignored-errors.
16515 (visit-tags-table-buffer): Clear out buffers holding old tables
16516 when making a new list.
16517 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16518 mapc.
16519
16520 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16521 quote keywords.
16522 (cmpl-string-case-type): Use character classes.
16523
16524 * comint.el:
16525 * textmodes/ispell.el:
16526 * imenu.el:
16527 * mail/mh-e.el:
16528 * progmodes/compile.el: Add to debug-ignored-errors.
16529
16530 * dabbrev.el: Add to debug-ignored-errors.
16531 (dabbrev-completion): Use mapc.
16532
165332000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16534
16535 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16536 (woman-mapcan, woman-parse-man.conf)
16537 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16538 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16539 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16540 path syntax better.
16541 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16542 (woman-manpath): Call woman-parse-man.conf.
16543 (woman-emulation): New defcustom, defaults to nroff.
16544 (woman-font-support): New defconst.
16545 (woman-use-symbol-font): New defcustom.
16546 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16547 "Emulation".
16548 Many functions: Doc fix.
16549
165502000-05-22 Kenichi Handa <handa@etl.go.jp>
16551
16552 * international/quail.el (quail-simple-translation-keymap): Map
16553 128..255 to quail-self-insert-command.
16554 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16555
165562000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16557
16558 * help.el (help-manyarg-func-alist): Typo.
16559
16560 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16561 intervals which makes it heaps simpler.
16562
16563 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16564 the nested comment markers.
16565
16566 * subr.el (remove-hook): Don't turn the hook's value into a list.
16567
165682000-05-21 Dave Love <fx@gnu.org>
16569
16570 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16571 are invalid characters.
16572
16573 * international/mule-util.el (detect-coding-with-priority): Use
16574 mapc. Remove redundant lambda.
16575
16576 * international/mule-diag.el (list-non-iso-charset-chars)
16577 (describe-fontset): Remove redundant lambda.
16578
16579 * emulation/crisp.el (brief-mode): New alias.
16580
16581 * emacs-lisp/ring.el (ring-elements): New function.
16582
16583 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16584 (easy-menu-do-add-item): Use keywordp.
16585
16586 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16587
16588 * replace.el: Doc and error message fixes.
16589 (replace-highlight): Use facep, not internal-find-face.
16590
165912000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16592
16593 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16594
16595 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16596 (log-edit-insert-changelog): Drop `:' as well.
16597
16598 * log-view.el: Fix file description.
16599 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16600 available.
16601 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16602 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16603
16604 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16605 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16606 Print a status message if the toggle is called interactively.
16607 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16608 for global minor modes and use `defcustom' for them.
16609 Use add-minor-mode.
16610 (easy-mmode-define-derived-mode): Remove.
16611 (define-derived-mode): Fancier default docstring.
16612 (easy-mmode-define-navigation): Signal an error rather than (ding).
16613
16614 * newcomment.el (comment-styles): New `box-multi'.
16615 (comment-normalize-vars): Better default for comment-continue to
16616 avoid whitespace-only continuations.
16617 (comment-search-forward): Always move even in the no-syntax case.
16618 (comment-padright): Only obey N if it's only obeyed for padleft.
16619 (comment-make-extra-lines): Better handling of empty continuations.
16620 Use `=' for the filler if comment-start has only one character.
16621 (uncomment-region): Try handling the special `=' filler.
16622 (comment-region): Allow LINES even if MULTI is nil.
16623 (comment-box): Choose box style based on comment-style.
16624
166252000-05-20 Kenichi Handa <handa@etl.go.jp>
16626
16627 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16628 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16629
166302000-05-20 Kenichi HANDA <handa@etl.go.jp>
16631
16632 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16633 and insert, not subst-char-in-region.
16634
16635 * international/mule-diag.el (list-character-sets-1): Handle
16636 charsets eight-bit-control and eight-bit-graphic.
16637 (list-iso-charset-chars): Likewise.
16638 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16639 charactes as is. Use indent-to to align characters.
16640
16641 * international/mule-cmds.el (find-multibyte-characters): Never
16642 exclude charsets eight-bit-control and eight-bit-graphic.
16643
166442000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16645
16646 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16647 Don't quote lambdas.
16648
16649 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16650
166512000-05-19 Gerd Moellmann <gerd@gnu.org>
16652
16653 * gud.el (gud-jdb-directories): Doc fix.
16654
166552000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16656
16657 * newcomment.el: New file.
16658
166592000-05-19 Gerd Moellmann <gerd@gnu.org>
16660
16661 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16662
166632000-05-18 Andreas Schwab <schwab@suse.de>
16664
16665 * dired.el (dired-between-files): Also skip lines beginning with
16666 `used'.
16667
166682000-05-18 Gerd Moellmann <gerd@gnu.org>
16669
16670 * msb.el (msb-menu-cond): Add choice `user'.
16671
166722000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16673
16674 * ps-print.el: Compatibility, customization and doc fix.
16675 (ps-printer-name-option): Replace defconst by defvar.
16676 (ps-postscript-code-directory): XEmacs compatibility.
16677 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16678 fix.
16679 (ps-user-defined-prologue, ps-print-prologue-header)
16680 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16681 compatibility and code fix.
16682 (ps-print-background-image, ps-print-background-text):
16683 Customization fix.
16684 (ps-line-number-start, ps-n-up-on): New vars.
16685
166862000-05-18 Espen Skoglund <esk@ira.uka.de>
16687
16688 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16689 the indent-comment function to just return the appropriate indent.
16690
166912000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16692
16693 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16694 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16695 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16696
166972000-05-18 Dave Love <fx@gnu.org>
16698
16699 * info.el (Info-fontify-node): Add intangible property as well as
16700 invisible.
16701
16702 * calendar/appt.el (appt-make-list): Match all lines of entry.
16703 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16704
167052000-05-18 Kenichi Handa <handa@etl.go.jp>
16706
16707 * international/mule-diag.el (describe-char-after): Call
16708 internal-char-font, not char-font. If internal-char-font returns
16709 nil, display "-- none --".
16710
167112000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16712
16713 * image.el (image-type-available-p): Don't reference image-types
16714 if it isn't bound.
16715
167162000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16717
16718 * autoarg.el (autoarg-mode): Typo in the :set argument.
16719
167202000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16721
16722 * startup.el (command-line-1): Don't signal an error if the
16723 directory for auto-save-list files does not yet exist.
16724
167252000-05-17 Kenichi Handa <handa@etl.go.jp>
16726
16727 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16728
167292000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16730
16731 * subr.el (remove-hook): `setq' hook-value, not `set'.
16732
167332000-05-16 Sam Steingold <sds@gnu.org>
16734
16735 * info.el (debug-ignored-errors): More errors to ignore.
16736
167372000-05-16 Dave Love <fx@gnu.org>
16738
16739 * cus-edit.el: Don't require cl or easymenu.
16740 (custom-variable-prompt): Test standard-value property, not
16741 user-variable-p.
16742
167432000-05-16 Sam Steingold <sds@gnu.org>
16744
16745 * subr.el (add-hook): `setq' hook-value, not `set'.
16746
167472000-05-16 Gerd Moellmann <gerd@gnu.org>
16748
16749 * startup.el (command-line-1): Mention the FAQ in the startup
16750 message.
16751
16752 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16753
16754 * progmodes/compile.el (compilation-parse-errors): Collect
16755 `nomessage' regexps last.
16756
16757 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16758
16759 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16760 to the function name.
16761
167622000-05-15 Dave Love <fx@gnu.org>
16763
16764 * speedbar.el (speedbar-recenter): Typo.
16765 (speedbar-expand-line): Make arg optional.
16766 (speedbar-mode): Avoid a compiler warning.
16767
167682000-05-15 Gerd Moellmann <gerd@gnu.org>
16769
16770 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16771 user-specified option string is empty.
16772
16773 * mouse.el (mouse-yank-at-click): Doc fix.
16774
167752000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16776
16777 * term/internal.el (IT-character-translations): More updates of
16778 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16779 documents.
16780
167812000-05-15 Gerd Moellmann <gerd@gnu.org>
16782
16783 * env.el (getenv): New function, interactively callable.
16784 (setenv, getenv): Remove autoload cookies.
16785
16786 * loadup.el: Load `env'.
16787
16788 * progmodes/f90.el: Change author's mail address.
16789
167902000-05-14 Dave Love <fx@gnu.org>
16791
16792 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16793 goto-addr as an option.
16794
16795 * help.el (help-xref-stack): Doc fix.
16796 (help-xref-following): New variable.
16797 (help-make-xrefs): Use it.
16798 (help-xref-go-back): Use position information from stack element.
16799 (help-follow): Make position in stack element a pair. Use
16800 help-xref-following.
16801
16802 * autoarg.el: New file.
16803
16804 * faces.el: Declare more functions obsolete.
16805
16806 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16807 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16808 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16809 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16810 Remove all the setup-...-environment functions.
16811
168122000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16813
16814 * speedbar.el: Updated the commentary section. xemacs20p now uses
16815 >= when detecting. Require `defimage' safely.
16816 (speedbar-easymenu-definition-base): Add toggle for images.
16817 (speedbar-easymenu-definition-special): Add flush cache & expand.
16818 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16819 (speedbar-reconfigure-keymaps-hook): New variable.
16820 (speedbar-frame-parameters): Updated documentation.
16821 (speedbar-use-imenu-flag): Updated custom tag
16822 (speedbar-dynamic-tags-function-list): New variable.
16823 (speedbar-tag-hierarchy-method): Updated doc & custom.
16824 (speedbar-indentation-width, speedbar-indentation-width) New
16825 variables.
16826 (speedbar-hide-button-brackets-flag): Customizable.
16827 (speedbar-vc-indicator): Doc update.
16828 (speedbar-ignored-path-expressions): Updated default value.
16829 (speedbar-supported-extension-expressions): Updated default value.
16830 (speedbar-syntax-table): Remove {} paren status.
16831 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16832 as "+". Added overlay aliases.
16833 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16834 `force-mode-line-update'.
16835 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16836 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16837 `mouse-set-point'
16838 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16839 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16840 of arbitrary text, and new helper functions.
16841 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16842 filename finder.
16843 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16844 (speedbar-directory-buttons): Update path search/expansion.
16845 (speedbar-make-tag-line): Pay attention to
16846 `speedbar-indentation-width'. Use more care w/ invisible
16847 properties.
16848 (speedbar-change-expand-button-char): Call
16849 `speedbar-insert-image-button-maybe'.
16850 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16851 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16852 (speedbar-trim-words-tag-hierarchy)
16853 (speedbar-simple-group-tag-hierarchy): New functions
16854 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16855 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16856 functions.
16857 (speedbar-mouse-set-point): New function
16858 (speedbar-power-click): Updated documentation.
16859 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16860 of tag prefix text.
16861 (speedbar-expand-line, speedbar-contract-line): Make more robust
16862 to strange text.
16863 (speedbar-expand-line): Takes universal argument to flush the
16864 cache.
16865 (speedbar-flush-expand-line): New function.
16866 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16867 Use new generator insertion method.
16868 (speedbar-fetch-dynamic-tags): New function.
16869 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16870 `speedbar-fetch-dynamic-imenu'.
16871 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16872 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16873 "Revert Buffer" menu items.
16874 (speedbar-buffer-buttons-engine): Be smarter when creating a
16875 filename tag (for expansion purposes.).
16876 (speedbar-highlight-one-tag-line,
16877 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16878 (speedbar-recenter): New functions.
16879 (defimage-speedbar): Image loading abstraction.
16880 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16881 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16882 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16883 (speedbar-tag-type, speedbar-tag-mail): New images.
16884 (speedbar-expand-image-button-alist): New variable.
16885 (speedbar-insert-image-button-maybe): Insert an image over some
16886 buttons.
16887
168882000-05-13 Kenichi Handa <handa@etl.go.jp>
16889
16890 * international/mule-cmds.el (encode-coding-char): An ASCII
16891 character is always encodable.
16892
16893 * international/mule-conf.el: Add more information in descriptions
16894 of character sets.
16895
16896 * international/mule-diag.el (describe-char-after): New function.
16897 (describe-font-internal): Adjusted for the change of font-info.
16898 (describe-font): Likewise.
16899 (print-fontset): Rewritten for the new fontset implementation.
16900 (describe-fontset): Include fontset alias names in completion.
16901 (list-fontsets): Adjusted for the change of print-fontset.
16902
16903 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16904 describe-char-after instead of displaying the detail in the echo
16905 area.
16906 (syntax-code-table): Format changed.
16907 (string-to-syntax): Adjusted for the above change.
16908
169092000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16910
16911 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16912
169132000-05-12 Dave Love <fx@gnu.org>
16914
16915 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16916 dependence. Use line-{beginning,end}-position, not
16917 point-at{b,e}ol. Some doc fixes.
16918 (todo-position): New function. Fix callers of position to use it.
16919 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16920
169212000-05-12 Gerd Moellmann <gerd@gnu.org>
16922
16923 * time.el (display-time-mail-icon): Use `:ascent center'.
16924
16925 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16926 handling FTP security extensions.
16927
169282000-05-11 Dave Love <fx@gnu.org>
16929
16930 * calendar/todo-mode.el: New file.
16931
169322000-05-11 Gerd Moellmann <gerd@gnu.org>
16933
16934 * comint.el (comint-read-input-ring): Move reference to
16935 comint-input-ring-size outside of the save-excursion. It was
16936 causing the default value to be the only one ever seen.
16937
16938 * font-lock.el: Update copyright. Remove Simon Marshall's email
16939 address on request from him.
16940
16941 * subr.el (substitute-key-definition): Add comment describing
16942 the meaning of PREFIX.
16943
169442000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16945
16946 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16947
16948 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16949 (add-minor-mode): Don't make the variable buffer-local and add a
16950 reference to define-minor-mode in the docstring.
16951
16952 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16953 HEADER/FOOTER and fix bug with trailing empty directory.
16954 (cvs-append-to-ignore): Use vc-editable-p if available.
16955 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16956 (vc-do-command): Tweak advice to handle the new VC.
16957
16958 * log-view.el (log-view-goto-rev): New function for the new VC.
16959 (log-view-minor-wrap): Use mark-active.
16960
16961 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16962 (log-edit-changelog-full-paragraphs): New var.
16963 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16964 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16965 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16966 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16967 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16968 Replace the `cvs' prefix with `log-edit'.
16969
16970 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16971
16972 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16973 (diff-font-lock-defaults): Explicitly turn off multiline.
16974 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16975 (diff-ediff-patch): Fix call to ediff-patch-file.
16976 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16977 Handle comments.
16978
16979 * frame.el (automatic-hscrolling): Typo.
16980
16981 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16982
169832000-05-09 Sam Steingold <sds@goems.com>
16984
16985 * apropos.el (apropos-print): use `describe-face' instead of
16986 `customize-face-other-window'.
16987
169882000-05-09 Dave Love <fx@gnu.org>
16989
16990 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16991
16992 * help.el (describe-variable): Have customize button pop the
16993 help-xref stack when invoked.
16994 (help-xref-symbol-regexp): Add `face'.
16995 (help-make-xrefs): Check for quoted face names and adapt regexp
16996 submatch numbers to cope.
16997 (help-xref-interned): Maybe insert face doc too. Separate
16998 sections with a line of hyphens.
16999
17000 * faces.el: Some doc fixes. Declare some functions obsolete.
17001 (describe-face): Add customize button. Return the help
17002 text. Fix prompt.
17003
170042000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
17005
17006 * term/internal.el (IT-character-translations): Fix last change.
17007
170082000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17009
17010 * woman.el: New file
17011 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
17012
170132000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
17014
17015 * term/internal.el (IT-character-translations): Update ASCII
17016 simulations for greek-iso8859-7, add latin-iso8859-14 and
17017 latin-iso8859-15.
17018
17019 * international/mule-cmds.el (set-language-info-alist): Call
17020 define-prefix-command with 3 arguments, to make the map suitable
17021 for a menu.
17022
170232000-05-07 Dave Love <fx@gnu.org>
17024
17025 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
17026
170272000-05-05 Dave Love <fx@gnu.org>
17028
17029 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
17030 list in doc string. Don't quote keyword symbols.
17031 * emacs-lisp/cl.el: Likewise
17032 * emacs-lisp/cl-seq.el: Likewise
17033
170342000-05-05 Gerd Moellmann <gerd@gnu.org>
17035
17036 * abbrev.el (abbrev-mode): Make ARG optional.
17037
170382000-05-04 Gerd Moellmann <gerd@gnu.org>
17039
17040 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
17041
17042 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
17043
17044 * subr.el (substitute-key-definition): Clarify documentation.
17045
170462000-05-04 Milan Zamazal <pdm@freesoft.cz>
17047
17048 * glasses.el (glasses-convert-to-unreadable): Use
17049 `glasses-separator' instead of the hard-wired "_".
17050 (glasses-mode): Call `glasses-make-unreadable' only in a single
17051 place.
17052
170532000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
17054
17055 * term/internal.el (cjk-codepages-alist): Add associations for
17056 Chinese and Korean codepages. Remove FIXME comment.
17057
170582000-05-03 Dave Love <fx@gnu.org>
17059
17060 * time.el (display-time-mail-face, display-time-use-mail-icon):
17061 New option.
17062 (display-time-mail-icon): New variable.
17063 (display-time-string-forms): Use the above. Fix the local-map.
17064
170652000-05-03 Gerd Moellmann <gerd@gnu.org>
17066
17067 * replace.el (query-replace-map): Add binding for `E'.
17068 (query-replace-help): Extend help text.
17069 (perform-replace): Allow editing the replacement string.
17070
17071 * make-mode.el (makefile-mode-abbrev-table): New variable.
17072 (makefile-mode): Set local abbrev table to
17073 makefile-mode-abbrev-table.
17074 (makefile-font-lock-keywords): Fontify includes and conditionals.
17075
17076 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
17077 set TOGGLE's value.
17078
17079 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
17080 mail-interactive-insert-alias.
17081 (mail-abbrev-complete-alias): New command.
17082 (mail-mode-map): Bind it to `M-TAB'.
17083
170842000-05-03 Kenichi Handa <handa@etl.go.jp>
17085
17086 * language/lao-util.el (lao-compose-region): New function.
17087
170882000-05-02 Gerd Moellmann <gerd@gnu.org>
17089
17090 * files.el (recover-session): Make directories as necessary
17091 if they don't exist yet.
17092
17093 * calendar/cal-french.el
17094 (french-calendar-multibyte-special-days-array)
17095 (french-calendar-special-days-array): Change French text.
17096 (calendar-french-date-string): Change output.
17097 (calendar-goto-french-date): Likewise.
17098
170992000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
17100
17101 * wid-edit.el (widget-default-active): Obey `:always-active'.
17102 (widget-documentation-string-value-create): Set `:always-active'.
17103
171042000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17105
17106 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
17107 default prefix to `~/_emacs.d/auto-save.list/_s'.
17108 (normal-top-level): Create the directory for auto-save files, if
17109 it doesn't already exist (in the ms-dos case only).
17110
171112000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
17112
17113 * international/mule-cmds.el (set-language-environment): Don't
17114 concat an integer (dos-codepage), use format instead.
17115
171162000-05-02 Dave Love <fx@gnu.org>
17117
17118 * help.el (help-xref-on-pp): Check for constant symbols.
17119
171202000-04-29 Gerd Moellmann <gerd@gnu.org>
17121
17122 * startup.el (normal-top-level): Put a condition-case around
17123 the code loading subdirs.el.
17124
171252000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17126
17127 * ps-print.el: Upside-down and face background color printing,
17128 line number step, doc fix.
17129 (ps-print-version): New version number (5.2).
17130 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
17131 (ps-face-attribute-list, ps-plot-with-face): Code fix.
17132 (ps-spool-config): Var fix.
17133 (ps-printer-name-option): Const fix.
17134 (ps-print-upside-down, ps-use-face-background)
17135 (ps-line-number-step): New vars.
17136 (ps-window-system, ps-lp-system): New consts.
17137 (ps-face-background): New fun.
17138
171392000-04-28 Richard Stallman <rms@gnu.org>
17140
17141 * files.el (make-auto-save-file-name):
17142 Apply auto-save-file-name-transforms to visited file name
17143 before generating auto save file name.
17144 (auto-save-file-name-transforms): New variable.
17145
17146 * files.el (backup-enable-predicate):
17147 Correctly test for a file under a temporary directory.
17148
171492000-04-28 Gerd Moellmann <gerd@gnu.org>
17150
17151 * subr.el (add-minor-mode): Rewritten.
17152
171532000-04-28 Kenichi Handa <handa@etl.go.jp>
17154
17155 * mail/sendmail.el (sendmail-send-it): Set
17156 buffer-file-coding-system to the selected coding system for MIME
17157 header.
17158
171592000-04-27 Gerd Moellmann <gerd@gnu.org>
17160
17161 * dired.el (dired-move-to-filename-regexp): Allow format where
17162 YYYY is followed by two spaces.
17163
17164 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
17165 in the second character class of the regexp.
17166
17167 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
17168 mh-etc, too.
17169
17170 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
17171 nil.
17172
17173 * subr.el (add-minor-mode): Use `set' instead of `setq'.
17174
17175 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
17176 argument.
17177
171782000-04-27 Sen Nagata <sen@eccosys.com>
17179
17180 * emacs-lisp/crm.el (crm-completion-table): New variable.
17181 (crm-collection-fn, crm-test-completion)
17182 (completing-read-multiple): Use it.
17183
171842000-04-27 Dave Love <fx@gnu.org>
17185
17186 * help.el (locate-library): Use mapc.
17187 (help-manyarg-func-alist): Add call-process-region.
17188
171892000-04-26 Gerd Moellmann <gerd@gnu.org>
17190
17191 * subr.el (add-minor-mode): Make argument MAP optional.
17192
17193 * desktop.el (desktop-save): Save list of minor modes.
17194 (desktop-create-buffer): Restore minor modes.
17195 (desktop-minor-mode-table): New user-option.
17196
17197 * subr.el (add-minor-mode): New function.
17198
17199 * image.el (find-image): New function.
17200 (defimage): Rewritten to find image at load time.
17201
17202 * startup.el (normal-top-level-add-to-load-path): Handle
17203 case that the default directory is not in load-path.
17204
17205 * help.el: Old patch from Stefan Monnier.
17206 (help-xref-on-pp): New function.
17207 (describe-variable): Use it to display xrefs in a symbol's value.
17208
172092000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17210
17211 * cus-edit.el (custom-face): Fix parenthesis.
17212
172132000-04-26 Kenichi Handa <handa@etl.go.jp>
17214
17215 * mail/rmail.el (rmail-expunge): When there are no deleted
17216 messages, do nothing.
17217
172182000-04-26 Dave Love <fx@gnu.org>
17219
17220 * international/mule-cmds.el (locale-translation-file-name):
17221 Defvar to nil.
17222 (set-locale-environment): Set it here (at runtime).
17223
172242000-04-25 Gerd Moellmann <gerd@gnu.org>
17225
17226 * replace.el (perform-replace): Add parameters START and END. Use
17227 them instead of the check for a region in Transient Mark mode.
17228 (query-replace-read-args): Return two more list elements for the
17229 start and end of the region in Transient Mark mode.
17230 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17231 (map-query-replace-regexp, replace-string, replace-regexp): Add
17232 optional last arguments START and END and pass them to
17233 perform-replace.
17234
17235 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17236 form with additional arguments for perform-replace.
17237
17238 * progmodes/etags.el (tags-query-replace): Add parameters START
17239 and END. Construct a form with additional arguments for
17240 perform-replace.
17241
17242 * simple.el (shell-command): Set default directory for "*Shell
17243 Command Output" buffer.
17244
17245 * language/european.el (iso-latin-4): Fix typo.
17246
17247 * emacs-lisp/crm.el: New file.
17248
172492000-04-24 Dave Love <fx@gnu.org>
17250
17251 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17252 (Custom-reset-saved, Custom-reset-standard)
17253 (custom-group-value-create, custom-group-set, custom-group-save)
17254 (custom-group-reset-current, custom-group-reset-saved)
17255 (custom-group-reset-standard): Use mapc.
17256 (custom-buffer-create-internal): Disable undo when creating items.
17257 Use mapc.
17258 (custom-face): Avoid redundant lambda.
17259
172602000-04-24 Gerd Moellmann <gerd@gnu.org>
17261
17262 * startup.el (auto-save-list-file-prefix): Set default to
17263 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17264
172652000-04-24 Sam Steingold <sds@gnu.org>
17266
17267 * time-stamp.el (time-stamp-string-preprocess): Always convert
17268 `field-result' to a string.
17269
172702000-04-24 Gerd Moellmann <gerd@gnu.org>
17271
17272 * frame.el (scrolling): New group.
17273 (automatic-hscrolling): New user-option.
17274
17275 * startup.el (command-line-x-option-alist): Add `-lsp' and
17276 `--line-spacing'.
17277
172782000-04-19 Dave Love <fx@gnu.org>
17279
17280 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17281 (cl-mapc): Rename from mapc. Fix the funcall.
17282
172832000-04-19 Gerd Moellmann <gerd@gnu.org>
17284
17285 * simple.el (clone-indirect-buffer-other-window): New command.
17286 (clone-indirect-buffer): Add optional arg NORECROD.
17287 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17288
17289 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17290
17291 * window.el (count-screen-lines): New function.
17292 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17293 instead of window-buffer-height.
17294
17295 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17296 non-existing variable comint-input-sentinel.
17297 (inferior-lisp-args-to-list): Removed.
17298 (inferior-lisp): Use split-string instead of
17299 inferior-lisp-args-to-list.
17300
17301 * hexl.el (hexl-insert-hex-string): New command.
17302
17303 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17304 instead of concat.
17305
173062000-04-18 Gerd Moellmann <gerd@gnu.org>
17307
17308 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17309 at the start of an existing but empty folder.
17310
173112000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17312
17313 * ps-mule.el: Customization fix, doc fix.
17314 (ps-multibyte-buffer): Customization fix.
17315
173162000-04-17 Richard M. Stallman <rms@gnu.org>
17317
17318 * subr.el (read-passwd): Use read-char-exclusive.
17319
173202000-04-17 Gerd Moellmann <gerd@gnu.org>
17321
17322 * textmodes/texinfo.el (texinfo-insert-@email)
17323 (texinfo-insert-@emph, texinfo-insert-@quotation)
17324 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17325 (texinfo-mode-map): Add key bindings for them.
17326
17327 * files.el (basic-save-buffer-2): Use a template with `$'
17328 instead of `#' for VMS.
17329
17330 * simple.el (clone-indirect-buffer): New function.
17331
173322000-04-16 Stephen Eglen <stephen@gnu.org>
17333
17334 * iswitchb.el (iswitchb-case): New function. If the user input
17335 contains any upper-case characters, the search is made
17336 case-sensitive.
17337
173382000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17339
17340 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17341 comment-end.
17342 (texinfo-font-lock-syntactic-keywords): New var.
17343 (texinfo-font-lock-keywords): Remove comment regexp.
17344 (texinfo-insert-block): New function.
17345 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17346 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17347 and font-lock-defaults. Use regexp-opt for outline-regexp.
17348 (texinfo-environments): New var.
17349 (texinfo-environment-regexp): Use regexp-opt and
17350 texinfo-environments.
17351
17352 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17353 ispell-process is bound since this might be eval'd before ispell
17354 is loaded.
17355 (ispell-message): Use a tiny bit less magic and a bit more hard
17356 data to figure out what kind of sc-cite-regexp to use.
17357
17358 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17359
17360 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17361 (insert-cyclic-diary-entry): Unquote the lambda.
17362
17363 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17364
17365 * files.el (backup-enable-predicate): Unquote the lambda.
17366
17367 * cus-edit.el (custom-face, face): Unquote the lambda.
17368
173692000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17370
17371 * ps-print.el: Check for line-beginning-position definition.
17372
17373 * ps-print.el: Fix counting lines in a region.
17374 (ps-print-version): New version number (5.1.5).
17375 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17376 (ps-printing-region): Fun code fix.
17377
173782000-04-15 Gerd Moellmann <gerd@gnu.org>
17379
17380 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17381 to file-directory-p.
17382
173832000-04-14 Gerd Moellmann <gerd@gnu.org>
17384
17385 * gud.el (gud-jdb-build-source-files-list): Check that directory
17386 exists before calling directory-files.
17387
173882000-04-13 Dave Love <fx@gnu.org>
17389
17390 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17391 syntax.
17392
17393 * emacs-lisp/cl-specs.el: Remove when, unless.
17394
17395 * emacs-lisp/cl-extra.el: Don't quote keywords.
17396 (cl-old-mapc): New variable.
17397 (mapc): Use it.
17398 (cl-map-intervals): Use with-current-buffer. Don't check for
17399 next-property-change.
17400 (cl-map-overlays): Use with-current-buffer.
17401 (cl-expt): Remove.
17402 (copy-tree, remprop): Define unconditionally.
17403
17404 * emacs-lisp/cl-compat.el (keywordp): Remove.
17405
17406 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17407 to use keywordp.
17408 (edebug-spec): Enable keywordp.
17409
17410 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17411 string-lessp.
17412
17413 * cus-start.el: Use keywordp.
17414
174152000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17416
17417 * diary-lib.el (include-other-diary-files): Fix the fix of
17418 2000-02-18 by doing a save-excursion.
17419
174202000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17421
17422 * ps-print.el: Customization fix, doc fix.
17423 (ps-print-version): New version number (5.1.4).
17424 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17425 (ps-print-preprint): Adjust code.
17426 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17427 (ps-print-prologue-header, ps-print-control-characters)
17428 (ps-spool-config): Customization fix.
17429
174302000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17431
17432 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17433 converted to the new menu-item format, names silightly changed,
17434 help strings added.
17435
17436 Support for spelling without async subprocesses:
17437
17438 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17439 (ispell-session-buffer): New variables.
17440 (ispell-start-process, ispell-process-status,
17441 ispell-accept-output, ispell-send-string): New functions, for
17442 Ispell invocation when async subprocesses aren't supported.
17443 (ispell-word, ispell-pdict-save, ispell-command-loop,
17444 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17445 to process-send-string with calls to ispell-send-string, and
17446 accept-process-output with ispell-accept-output.
17447 (ispell-init-process): Call ispell-process-status instead of
17448 process-status with.
17449 (ispell-init-process): Call ispell-start-process. Call
17450 ispell-accept-output and ispell-send-string. Don't call
17451 process-kill-without-query and kill-process if they are unbound.
17452 (ispell-async-processp): New function.
17453
174542000-04-12 Dave Love <fx@gnu.org>
17455
17456 * info.el: Add debug-ignored-errors.
17457 (Info-mode-menu): Add some items.
17458 (Info-directory): Add autoload cookie.
17459
17460 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17461 Modify `truncate-lines'. Make `describe-language-environment'
17462 always visible and add help. Modify `describe-key' help. Invoke
17463 Info-directory from `info'. New entry `emacs-manual'.
17464
174652000-04-10 Gerd Moellmann <gerd@gnu.org>
17466
b291c86c
SM
17467 * progmodes/ebrowse.el (ebrowse-tree-mode):
17468 Use propertized-buffer-identification.
a30eb617
DL
17469 (ebrowse-update-member-buffer-mode-line): Likewise.
17470 (ebrowse--mode-strings): Removed.
17471 (ebrowse--mode-line-props): Removed.
17472
17473 * files.el (auto-mode-alist): Add `EBROWSE'.
17474
17475 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17476 space before testing for end of buffer.
17477 (ebrowse-load): Removed.
17478 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17479 (ebrowse-create-tree-buffer): Rewritten.
17480 (ebrowse-tree-mode): Read tree from buffer.
17481
17482 * progmodes/ebrowse-ffh.el: Removed.
17483
174842000-04-10 Kenichi Handa <handa@etl.go.jp>
17485
17486 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17487
174882000-04-10 Gerd Moellmann <gerd@gnu.org>
17489
17490 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17491 at the wrong place.
17492
174932000-04-09 Dave Love <fx@gnu.org>
17494
b291c86c
SM
17495 * files.el (backup-enable-predicate):
17496 Use temporary-file-directory, small-temporary-file-directory.
17497 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17498 (make-backup-file-name-1): New function.
17499 (make-backup-file-name): Use it.
b291c86c 17500 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17501 (file-newest-backup): Use make-backup-file-name.
17502
175032000-04-09 Gerd Moellmann <gerd@gnu.org>
17504
17505 * progmodes/ebrowse-ffh.el: New file.
17506
86f6474c
SM
17507 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17508 Moved to ebrowse-ffh.el.
a30eb617
DL
17509 (ebrowse-load): Add autoload.
17510
17511 * finder.el (finder-commentary): Add autoload cookie.
17512
17513 * mail/rfc2368.el: Correct author's email address.
17514
17515 * progmodes/ebrowse.el: New file.
17516
17517 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17518 item help string.
17519 (easy-menu-do-add-item): Ditto.
17520 (easy-menu-define): Extend doc string.
17521
86f6474c 17522 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17523 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17524 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17525 with-buffer-unmodified.
17526
175272000-04-08 Dave Love <fx@gnu.org>
17528
17529 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17530 unless, when.
17531
175322000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17533
17534 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17535 (viper-flash-search-pattern): No operation when using Emacs
17536 doesn't support face.
17537 Use `viper-put-on-search-overlay'.
17538
175392000-04-04 Gerd Moellmann <gerd@gnu.org>
17540
17541 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17542 like C-r.
17543
17544 * progmodes/make-mode.el: Some doc fixes.
17545 (makefile-mode-abbrev-table): New variable.
17546 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17547 (makefile-font-lock-keywords): Fontify includes and conditionals.
17548 (toplevel): Require `dabbrev' and `add-log' when compiling.
17549
17550 * replace.el (perform-replace): Don't move forward one char
17551 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17552 to do that because it leaves point 1 position after the last
17553 replacement, after everything has been replaced.
17554
17555 * jit-lock.el (with-buffer-unmodified): New macro.
17556 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17557 modified state.
17558 (jit-lock-function-1): Extracted from jit-lock-function; not
17559 preserving buffer's modified state.
86f6474c
SM
17560 (jit-lock-function, jit-lock-stealth-fontify):
17561 Call jit-lock-function-1.
a30eb617
DL
17562
17563 * mail/rfc2368.el: Remove supernumerary copyright line.
17564
175652000-04-04 Milan Zamazal <pdm@freesoft.cz>
17566
17567 * glasses.el: Provide facilities for inserting space before left
17568 parentheses and uncapitalization of identifiers.
17569 (glasses-mode): Try to remove old overlays in all cases.
17570
175712000-04-03 Gerd Moellmann <gerd@gnu.org>
17572
17573 * progmodes/compile.el (compile-internal): Display the compilation
17574 buffer in a different frame, if it's already displayed there.
17575
17576 * mail/rfc2368.el: New file.
17577
17578 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17579 header and insert its value as mail body.
17580
17581 * subr.el (member-ignore-case): New function.
17582
17583 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17584 (dabbrev--find-expansion): Ignore buffers matching a regexp
17585 from dabbrev-ignored-regexps.
17586
17587 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17588 to extensions handled by gzip.
17589
175902000-04-03 Richard M. Stallman <rms@gnu.org>
17591
17592 * files.el (insert-directory): List the total free space
17593 along with the used space.
17594
17595 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17596 line is followed by one that matches CITATION-REGEXP, end the
17597 paragraph.
17598
175992000-04-03 Markus Rost <rost@delysid.gnu.org>
17600
17601 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17602 (rmail-make-basic-summary-line): Use that option.
17603
176042000-04-03 Kenichi Handa <handa@etl.go.jp>
17605
17606 * international/mule-cmds.el (encoded-string-description):
17607 Rewritten. Try pretty description for ISO 2022 escape sequences
17608 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17609 for hexadecimal format.
17610
176112000-04-01 Dave Love <fx@gnu.org>
17612
17613 * cpp.el: Change customization group to `c' from `C'.
17614
17615 * vcursor.el (vcursor-move): Use display-color-p.
17616
17617 * international/mule-util.el: Provide mule-utils.
17618 (string-to-sequence): Simplify and speed up.
17619
17620 * international/mule.el (make-coding-system): Purecopy doc-string.
17621
17622 * international/mule-cmds.el: Various menu changes.
17623 (describe-specified-language-support): Handle `Default'.
17624 (set-language-info): Purecopy `info'.
17625
176262000-03-31 Andrew Innes <andrewi@gnu.org>
17627
17628 * vc.el (vc-backend-diff): Return the correct status if we had to
17629 retry the rcsdiff command without the --brief option.
17630
176312000-03-31 Dave Love <fx@gnu.org>
17632
17633 * help.el (help-manyarg-func-alist): Correct several omissions.
17634
17635 * add-log.el: Don't require cl, fortran.
17636 (add-log-current-defun-function): Doc fix.
86f6474c 17637 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17638 (change-log-version-rcs): Function deleted.
86f6474c
SM
17639 (change-log-version-number-search): Doc fix.
17640 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17641 (add-change-log-entry): Just call add-log-current-defun to get
17642 defun. Simplify somewhat.
17643 (change-log-get-method-definition-1): Likewise.
17644 (add-log-current-defun): Return nil if calling
17645 add-log-current-defun-function does so. Move Fortran stuff to
17646 fortran.el. Return string without properties.
17647
17648 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17649 and :alpha: char classes.
17650
17651 * mail/supercite.el: Defvar curline when compiling.
17652 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17653 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17654 rather than a-zA-Z0-9 to allow non-ASCII characters.
17655
176562000-03-31 Gerd Moellmann <gerd@gnu.org>
17657
17658 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17659
17660 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17661 Re-enable new code.
17662
17663 * lpr.el (print-region-1): Use -d to specify printer name for
17664 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17665
176662000-03-31 Dave Love <fx@gnu.org>
17667
86f6474c
SM
17668 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17669 Look for function definition in symbol's function value slot first
a30eb617
DL
17670 instead of first consulting byte-compile-function-environment.
17671
176722000-03-31 Kenichi Handa <handa@etl.go.jp>
17673
17674 * language/european.el ("Polish"): New language environment.
17675 (setup-polish-environment): New function.
17676
176772000-03-30 Gerd Moellmann <gerd@gnu.org>
17678
17679 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17680 Disable new code.
17681
17682 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17683 trying to `load' the symbol of an autoload instead of the file
17684 recorded in the autoload. Fix error messages.
17685
176862000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17687
17688 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17689 (ps-print-version): New version number (5.1.3).
17690 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17691 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17692 (ps-generate-postscript-with-faces): Code fix.
17693 (ps-color-values): XEmacs compatibility.
17694 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17695 (ps-default-fg, ps-default-bg): Adjust customization.
17696 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17697 (ps-color-scale): Renaming old ps-color-value fun.
17698 (ps-print-headers): Replace ps-print-header group to avoid conflict
17699 with ps-print-header variable.
17700 (ps-print-miscellany): New group.
17701 (ps-format-color, ps-rgb-color): New funs.
17702 (ps-default-foreground): New var.
17703 (ps-printer-name-option): New const.
17704
177052000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17706
17707 * net/net-utils.el:
17708 (network-connection-host, network-connection-service): New variables
17709 (network-connection-mode): New mode, derived from comint-mode
17710 (network-connection-mode-setup): New function, saves host and
17711 service information in local variables.
17712
17713 * lisp/locate.el:
17714 (locate-word-at-point): Added this function
17715 (locate): Default to using locate-word-at-point as input
17716 Run dired-mode-hook
17717
177182000-03-29 Dave Love <fx@gnu.org>
17719
17720 * calendar/appt.el: Doc fixes.
17721 (appt-check): Convert min-to-app to a string before passing to
17722 appt-disp-window-function or concat.
17723 (appt-delete-window): Remove test for frame-root-window.
17724 (appt-select-lowest-window, appt-convert-time): Simplify.
17725
17726 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17727 (byte-compile-file-form-autoload):
17728 Update byte-compile-function-environment.
a30eb617
DL
17729
177302000-03-29 Andreas Schwab <schwab@suse.de>
17731
86f6474c 17732 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17733
17734 * dired.el (dired-insert-directory): If dired-free-space-program
17735 failed just delete its output.
17736
177372000-03-29 Dave Love <fx@gnu.org>
17738
17739 * international/iso-cvt.el: Move provide to end. Doc fixes.
17740 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17741 (iso-iso2sgml, iso-sgml2iso): New functions.
17742 (iso-cvt-define-menu): Fix some entries and use backquote for
17743 clarity.
17744
17745 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17746
177472000-03-28 Gerd Moellmann <gerd@gnu.org>
17748
17749 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17750 ISO-DATE. If non-nil, return date in ISO 8601 format.
17751
177522000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17753
17754 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17755 if it ever becomes used.
17756 (log-edit-mode-hook): Default to vc-log-mode-hook.
17757 (log-edit-mode): Fix the docstring.
17758
17759 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17760 the code.
17761
177622000-03-26 Dave Love <fx@gnu.org>
17763
17764 * net/browse-url.el (browse-url): Re-fix case of
17765 browse-url-browser-function being an alist.
17766 (browse-url): Add :link to defgroup.
17767
17768 * files.el: Doc fixes.
17769 (file-truename): Include `[' in wildcard characters.
17770 (automount-dir-prefix): Customize.
17771 (find-file-wildcards): Add :version.
17772 (find-file-noselect): Simplify a mapcar call.
17773
17774 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17775 compatible with inf-lisp version.
17776 (eval-defun-1): Fix custom-declare-variable case.
17777
177782000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17779
17780 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17781
177822000-03-24 Gerd Moellmann <gerd@gnu.org>
17783
17784 * Makefile (COMPILE_FIRST): New macro.
17785 (compile-files): Compile files from COMPILE_FIRST first.
17786
86f6474c 17787 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17788
17789 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17790 matching open parenthesis in column 0 to defun-prompt-regexp
17791 only if open-paren-in-column-0-is-defun-start is set.
17792
17793 * sun-curs.el: Require CL at compile-time only.
17794
17795 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17796 instead of copy-list which is a function from CL.
17797 (msb--choose-menu, msb--mode-menu-cond)
17798 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17799 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17800 (msb--aggregate-alist): Use mapcar instead of mapcan.
17801 Fix `(' in column 0 in doc string.
a30eb617
DL
17802 (msb--add-separators): Use mapcar instead of mapcan.
17803
17804 * cus-dep.el: Require CL at compile-time only.
17805
178062000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17807
17808 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17809 (byte-compile-warnings): New warning `noruntime'.
17810 (byte-compile-constants, byte-compile-variables): Fix docstring.
17811 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17812 execute `eval-whenc-compile's body.
17813 (byte-compile-unresolved-functions): Fix docstring.
17814 (byte-compile-eval): New function.
17815 (byte-compile-callargs-warn): Check if the function will be available
17816 at runtime (via property `byte-compile-noruntime').
17817 (byte-compile-print-syms): New function.
17818 (byte-compile-warn-about-unresolved-functions): Also warn about
17819 `noruntime' functions (and use `byte-compile-print-syms').
17820 (byte-compile-file): Capitalize the message.
17821
178222000-03-24 Gerd Moellmann <gerd@gnu.org>
17823
17824 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17825 (rmail-expunge): Ask for confirmation depending on the setting
17826 of rmail-confirm-expunge.
17827
178282000-03-23 Gerd Moellmann <gerd@gnu.org>
17829
17830 * Makefile (bootstrap-clean): If $(emacs) exists, build
17831 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17832 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17833
178342000-03-23 Dave Love <fx@gnu.org>
17835
17836 * net/browse-url.el: Restore previous use of
17837 browse-url-maybe-new-window.
17838
178392000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17840
17841 * ps-print.el: Skip banner page fix.
17842 (ps-print-version): New version number (5.1.2).
17843 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17844
178452000-03-23 Dave Pearson <davep@davep.org>
17846
17847 * net/quickurl.el Changed the type of parameter passed to the
17848 function defined by `quickurl-format-function'. Before only the
17849 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17850 and the function is responsible for extracting the parts it requires.
17851 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17852 (quickurl-insert): Changed the `funcall' of
17853 `quickurl-format-function' to match the above change.
17854 (quickurl-list-insert): Changed the `url' case so that it makes
17855 use of `quickurl-format-function', previous to this the format was
17856 hard wired.
17857
178582000-03-22 Gerd Moellmann <gerd@gnu.org>
17859
17860 * startup.el: Change some spellings for the X Window System.
17861
178622000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17863
86f6474c
SM
17864 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17865 Clean up the code and the regexp and make sure the cursor is
17866 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17867
178682000-03-22 Jason Rumney <jasonr@gnu.org>
17869
17870 * w32-fns.el (w32-charset-info-alist): Initialize.
17871
178722000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17873
17874 * ps-print.el: N-up last page fix.
17875 (ps-print-version): New version number (5.1.1).
17876 (ps-end-file, ps-end-job, ps-generate): Code fix.
17877
178782000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17879
17880 * files.el (find-file-run-dired): Update docstring.
17881 (find-directory-functions): New hook.
17882 (find-file-noselect): Run find-directory-functions rather than
17883 calling dired directly.
17884
17885 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17886
17887 * pcvs.el: Add a minimal leading commentary.
17888 (cvs-make-cvs-buffer): Change the header part by removing the startup
17889 message and adding a `Module' entry. Also replace the FOOTER and
17890 HEADER special fileinfos with the new support in ewoc for updating
17891 its own footer and header.
17892 (cvs-update-header): Update to use the header/footer of the ewoc.
17893 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17894 (cvs-is-within-p): New function.
17895 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17896 to only examine some subset of the buffers.
17897
17898 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17899 `format' instead of our own ad-hoc functions.
17900 Remove HEADER and FOOTER cases, now handled in the EWOC.
17901 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17902
17903 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17904 output to avoid scaring the user.
17905 (cvs-parse-table): Catch message for non-up-to-date commits.
17906
17907 * pcvs-defs.el (cvs-startup-message): Remove.
17908 (cvs-global-menu): New autoloaded menu.
17909
17910 * pcvs-util.el (cvs-string-fill): Remove.
17911
17912 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17913 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17914 PP part of it and also make it work for footers and headers.
17915 (ewoc-create): Drop POS and BUFFER arguments.
17916 Use the DLL's dummy node to store the end-of-footer position.
17917 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17918 (ewoc-refresh): Remove unused `header' variable.
17919 (ewoc-(get|set)-hf): New functions.
17920
17921 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17922 log-view-*-(message|file) and use easy-mmode-define-navigation.
17923 (log-view-message-re): Match SCCS format as well.
17924 And match the revision line rather than the dashed separator line.
17925 (log-view-mode): Use the new define-derived-mode.
17926 (log-view-current-tag): Fill in with an actual implementation.
17927
17928 * cvs-status.el (cvs-status-(prev|next)): Rename from
17929 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17930 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17931 to let the output "breathe" a little more (more readable).
17932 (cvs-status-mode): Use the new define-derived-mode.
17933
17934 * smerge-mode.el (smerge-auto-leave): New function and variable.
17935 (smerge-basic-map): Rename from smerge-basic-keymap.
17936 Change the bindings for smerge-diff-*.
17937 (smerge-*-map): Use easy-mmode-defmap.
17938 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17939 (smerge-keep-*): Use smerge-auto-leave.
17940
179412000-03-21 Jason Rumney <jasonr@gnu.org>
17942
17943 * cus-edit.el (custom-button-face): Use 3D look for w32.
17944 (custom-button-pressed-face): Likewise.
17945
179462000-03-21 Gerd Moellmann <gerd@gnu.org>
17947
17948 * progmodes/etags.el (tags-case-fold-search): New user-option.
17949 (tags-loop-eval): New function. Bind case-fold-search around eval
17950 depending on the value of tags-case-fold-search.
17951 (tags-loop-continue): Use tags-loop-eval.
17952 (find-tag-in-order): Bind case-fold-search depending on the value
17953 of tags-case-fold-search.
17954
179552000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17956
86f6474c 17957 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17958 (diff-end-of-hunk): Return the end position for use in
17959 `easy-mmode-define-navigation'.
17960 (diff-recenter): Remove.
17961 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17962 of `easy-mmode-define-navigation'.
17963 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17964 previous renaming) and fix to use new names.
17965 (diff-merge-strings): Use \n as separator: simpler, faster.
17966 (diff-mode): Use `define-derived-mode'.
17967
17968 * derived.el (define-derived-mode): Don't autoload anymore.
17969 Prefer the macro-only version provided by easy-mmode.el.
17970
17971 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17972 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17973 (easy-mmode-define-navigation): New macro.
17974
17975 * subr.el (combine-run-hooks): New function.
17976
179772000-03-21 Kenichi HANDA <handa@etl.go.jp>
17978
17979 * term/x-win.el: Fontsets related initialization is simplified.
17980
17981 * international/mule-diag.el (describe-font): Don't refer to
17982 global-fontset-alist, instead call font-list.
17983 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17984 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17985
86f6474c
SM
17986 * international/fontset.el (x-charset-registries): Variable removed,
17987 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17988 (register-alternate-fontnames): Function removed.
17989 (resolved-ascii-font): Variable removed.
17990 (x-compose-font-name): Ignore the second argument REDOCE.
17991 (x-complement-fontset-spec): Complement only an ASCII font and
17992 element for those charsets than can use that ASCII font.
17993 (generate-fontset-menu): Don't refer to global-fontset-alist,
17994 instead call fontset-list.
17995 (uninstantiated-fontset-alist): Variable removed.
17996 (x-style-funcs-alist): Likewise.
17997 (fontset-default-styles): Likewise.
17998 (x-modify-font-name): Function removed.
86f6474c 17999 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
18000 (create-fontset-from-ascii-font): Docsting adjusted for the above
18001 change.
18002 (instantiate-fontset, resolve-fontset-name): Functions removed.
18003 (fontset-list): Now implemented by C code.
18004
18005 * faces.el (read-face-font): Fix TABLE arg to completing-read.
18006 (describe-face): Include `font' attribute in the description.
18007
180082000-03-21 Kenichi Handa <handa@etl.go.jp>
18009
18010 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
18011
180122000-03-20 Gerd Moellmann <gerd@gnu.org>
18013
18014 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
18015 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
18016 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
18017
18018 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
18019 about behavior of set-buffer-modified-p wrt redisplay.
18020
180212000-03-19 Richard M. Stallman <rms@gnu.org>
18022
18023 * view.el (view-mode-disable): Kill local binding of view-read-only.
18024
180252000-03-18 Gerd Moellmann <gerd@gnu.org>
18026
86f6474c 18027 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
18028 is a string, convert it to a syntax cell using string-to-syntax.
18029
18030 * simple.el (syntax-code-table, syntax-flag-table): New variables.
18031 (string-to-syntax): New function.
18032
18033 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
18034 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
18035 try to use passive ftp mode.
18036
180372000-03-17 Gerd Moellmann <gerd@gnu.org>
18038
18039 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
18040
18041 * simple.el (append-to-buffer): Update point of windows after
18042 insertion.
18043
18044 * abbrev.el (inverse-add-abbrev): Identify word by first moving
18045 forward then moving backward. Reindent.
18046
18047 * frame.el (other-frame): Call x-focus-frame only if
18048 focus-follows-mouse is off.
18049
180502000-03-17 Dave Love <fx@gnu.org>
18051
86f6474c 18052 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
18053
180542000-03-17 Stefan Monnier <monnier@cs.yale.edu>
18055
18056 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
18057 regexp for labels cannot span several lines.
18058
18059 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
18060 `(setq :<key> ':<key>)' to the macro expansion.
18061
180622000-03-16 Dave Love <fx@gnu.org>
18063
18064 * progmodes/f90.el (f90): Put custom group under `languages', not
18065 `fortran'.
18066 (f90-mode-hook): Customize.
18067 (f90-mode): Set add-log-current-defun-function.
18068 (f90-current-defun): New function.
18069
180702000-03-16 Gerd Moellmann <gerd@gnu.org>
18071
18072 * cus-edit.el (custom-variable-tag-face): Handle case that
18073 default face's height is not a number.
18074 (custom-face-tag-face, custom-group-tag-face-1)
18075 (custom-group-tag-face): Ditto.
18076 (custom-group-tag-face-1): Add :group.
18077
18078 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
18079
180802000-03-15 Gerd Moellmann <gerd@gnu.org>
18081
18082 * pcvs-defs.el (toplevel): Remove autoload cookie for form
18083 requiring easymenu.
18084
180852000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18086
18087 * ps-print.el: PostScript user-defined prologue, PostScript error
18088 handler, doc fix.
18089 (ps-print-version): New version number (5.1).
18090 (ps-user-defined-prologue, ps-error-handler-message)
18091 (ps-print-prologue-0, ps-error-handler-alist): New vars.
18092 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
18093 (ps-insert-string): New function.
18094
180952000-03-15 Kenichi Handa <handa@etl.go.jp>
18096
18097 * international/ccl.el (ccl-compile-expression): Don't generate
18098 invalid self-assignment code.
18099
181002000-03-14 Dave Love <fx@gnu.org>
18101
18102 * subr.el (replace-regexp-in-string): Renamed from
18103 replace-regexps-in-string. Doc fix.
18104
181052000-03-12 Dave Love <fx@gnu.org>
18106
18107 * cus-edit.el: Doc fixes.
86f6474c 18108 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
18109 (custom-variable-tag-face, custom-face-tag-face)
18110 (custom-group-tag-face-1, custom-group-tag-face): Modify from
18111 style which user identify as hyperlink.
18112 (hook): Don't add undefined functions to the hook.
18113 (debug-ignored-errors): Transfer message from bindings.el.
18114
181152000-03-12 Gerd Moellmann <gerd@gnu.org>
18116
86f6474c
SM
18117 * recentf.el (recentf-keep-non-readable-files-p):
18118 Remove double/nested definition.
a30eb617
DL
18119
181202000-03-12 Dave Love <fx@gnu.org>
18121
18122 * facemenu.el (facemenu-get-face): Use display-color-p.
18123 * enriched.el (enriched-decode-foreground): Likewise.
18124 (enriched-decode-background): Likewise.
18125 * isearch.el (isearch-highlight): Likewise.
18126 * info-look.el (info-lookup): Likewise.
18127 * simple.el (completion-setup-function): Likewise.
18128
18129 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
18130 :options.
18131
18132 * bindings.el (mode-line-format): Fix line-number and
18133 column-number items. Add help-echo for the background.
18134 (mode-line-mule-info): Modify help-echo.
18135
18136 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
18137
18138 * files.el (load-file): Allow completion to .elc.
18139
18140 * man.el: Doc fixes.
18141 (Man-init-defvars): Use display-color-p to set fontification.
18142
18143 * play/hanoi.el (hanoi-internal): Don't use oddp.
18144
181452000-03-12 Gerd Moellmann <gerd@gnu.org>
18146
18147 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
18148
18149 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
18150
181512000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
18152
18153 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
18154 Fix comment.
18155
181562000-03-10 Stefan Monnier <monnier@cs.yale.edu>
18157
18158 * font-lock.el (font-lock-keywords): Fix the doc now that
18159 regexp-opt-depth is unnecessary.
18160 (save-buffer-state): Set an edebug spec.
18161 (font-lock-fontify-anchored-keywords): Properly handle the case when
18162 the matcher goes past the limit.
18163
18164 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
18165 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
18166
18167 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
18168 dll.el and cookie.el (from Elib) with heavy renaming and other
18169 massaging.
18170
18171 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
18172 Autoload the functions used.
18173 (easy-mmode-define-syntax): Fix CL typo.
18174 (easy-mmode-define-derived-mode): Improve the docstring generation.
18175
181762000-03-10 Gerd Moellmann <gerd@gnu.org>
18177
18178 * textmodes/texinfo.el (texinfo-version): Variable and function
18179 removed.
18180
181812000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18182
18183 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18184 allow more flexibility.
ff39b9a1 18185 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18186 (easy-mmode-defmap, easy-mmode-defsyntax)
18187 (easy-mmode-define-derived-mode): New macros.
18188
181892000-03-09 Didier Verna <didier@xemacs.org>
18190
18191 * rect.el (replace-rectangle): New function.
18192
181932000-03-09 Dave Love <fx@gnu.org>
18194
ff39b9a1 18195 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18196 (fortran-comment-line-start-skip): Don't match cpp stuff.
18197 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18198 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18199 (fortran-mode): Don't set fortran-comment-line-start-skip,
18200 fortran-comment-line-start here. Set comment-start,
18201 add-log-current-defun.
18202 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18203 (fortran-current-defun): New function.
18204
182052000-03-09 Gerd Moellmann <gerd@gnu.org>
18206
18207 * emacs-lisp/re-builder.el: New file.
18208
18209 * mouse.el (mouse-drag-region): Don't run up-event handler
18210 if hscroll has changed.
18211
18212 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18213 builtin operators, use `font-lock-builtin-face' for Emacs and
18214 `font-lock-preprocessor-face' otherwise.
18215
18216 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18217 `(defun (setf foo)' differently.
18218
182192000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18220
18221 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18222 (regexp-opt): Update comment and adapt the code the new meaning of
18223 the `paren' argument of regex-opt-group for shy-groups.
18224 (regexp-opt-depth): Handle shy groups as well as backslashed
18225 backslashes.
18226 (regexp-opt-group): Turn the leading comment into a docstring.
18227 Allow `paren' to be a string (the string to use to open a group).
18228 Remove open-presuf and close-presuf. Instead of checking for `all
18229 one-char' and then later on check for `several one-char', handle
18230 both cases close together. Also apply a more generic algorithm
18231 for suffixes (the mirror image of the algorithm used for
18232 prefixes). Use shy-groups. Use nreverse rather than reverse.
18233 (regexp-opt-try-suffix): Removed.
18234
18235 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18236 from comint-mode-map, so we can just inherit from it. Also, move
18237 the initialization into the `defvar' since there's no docstring
18238 anyway and it's fairly short.
18239 (inferior-scheme-mode): Define it as derived-mode: the code is
18240 shorter and this way we inherit from comint-mode-map rather than
18241 copying it.
18242
18243 * subr.el (replace-regexps-in-string): Properly handle the case
18244 where we match an empty string.
18245
18246 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18247 when the command has a directory component (such as "./testml").
18248 Also fix a typo in the comment.
18249
182502000-03-08 Gerd Moellmann <gerd@gnu.org>
18251
18252 * Makefile (compile-files): Compile files one by one because
18253 that's the only way to ensure a clean compilation environment for
18254 each individual file.
18255
18256 * frame.el (other-frame): Call x-focus-frame.
18257
182582000-03-07 Dave Love <fx@gnu.org>
18259
18260 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18261 :require to defcustom.
18262
ff39b9a1 18263 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18264
18265 * files.el (auto-mode-alist): Add configure.in.
18266
18267 * progmodes/autoconf.el: New file.
18268
182692000-03-07 Gerd Moellmann <gerd@gnu.org>
18270
18271 * mail/mh-e.el: Change maintainer to `none'.
18272
18273 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18274 to remove-hook and add-hook.
18275
182762000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18277
18278 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18279 it as the default.
18280 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18281 (sendmail-send-it): Conditionally add MIME headers specifying the
18282 used character set.
18283
182842000-03-07 Dave Love <fx@gnu.org>
18285
ff39b9a1
SM
18286 * winner.el: Fix keywords, autoload cookies.
18287 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18288
182892000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18290
18291 * international/mule.el: Modify comment about coding system
18292 property `coding-category'.
18293 (make-coding-system): New argument EOL-TYPE. Pay attention to
18294 coding-category property of PROPERTIES.
18295
ff39b9a1
SM
18296 * international/mule-conf.el (coding-category-utf-8)
18297 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18298 categories. Include them in the argument for set-coding-priority.
18299
ff39b9a1
SM
18300 * international/mule-cmds.el (reset-language-environment):
18301 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18302 coding-category-utf-16-le in the argument for set-coding-priority.
18303 (reset-language-environment): Initialize coding-category-utf-8,
18304 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18305
183062000-03-06 Karl Fogel <kfogel@red-bean.com>
18307
18308 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18309 code abstracted out of `bookmark-jump-noselect'. Now tries info
18310 extensions as well as compression extensions.
18311 (bookmark-jump-noselect): Use above new func.
18312
183132000-03-03 Gerd Moellmann <gerd@gnu.org>
18314
18315 * strokes.el: Change maintainer's mail address.
18316
183172000-03-03 Kenichi Handa <handa@etl.go.jp>
18318
18319 * international/mule-diag.el (list-character-sets): Make help-echo
18320 string by substitute-command-keys.
18321 (list-character-sets): Likewise.
18322 (sort-listed-character-sets): Call help-setup-xref.
18323
183242000-03-02 Gerd Moellmann <gerd@gnu.org>
18325
ff39b9a1 18326 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18327
183282000-03-01 Dave Love <fx@gnu.org>
18329
18330 * help.el (help-xref-go-back): Don't try to set position.
18331
ff39b9a1
SM
18332 * international/mule-diag.el (list-character-sets):
18333 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18334 (list-character-sets-1): Add help-echo to xrefs.
18335
183362000-03-02 Gerd Moellmann <gerd@gnu.org>
18337
18338 * frame.el (blink-cursor-mode): Switch cursor on when turning
18339 the mode off.
18340
18341 * add-log.el (add-log-current-defun): Add support for
18342 Autoconf mode.
18343
18344 * mail/rmail.el (rmail-quit-hook): New variable.
18345
183462000-03-01 Dave Love <fx@gnu.org>
18347
18348 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18349
18350 * help.el (help-xref-button): Add help-echo arg.
18351 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18352
ff39b9a1 18353 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18354
ff39b9a1 18355 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18356
183572000-03-01 Gerd Moellmann <gerd@gnu.org>
18358
18359 * image.el (defimage): Look for image files in load-path.
18360
ff39b9a1 18361 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18362
183632000-03-01 David Ponce <david.ponce@wanadoo.fr>
18364
ff39b9a1 18365 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18366
183672000-03-01 David Ponce <david.ponce@wanadoo.fr>
18368
ff39b9a1 18369 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18370 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18371 action to select/unselect a file.
18372 (recentf-edit-list): Code cleanup and improvement.
18373 (recentf-open-more-files-action): `recentf-open-more-files' button
18374 widget action to open a file.
ff39b9a1 18375 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18376 (recentf-more-collection): Deleted.
18377 (recentf-more-history): Deleted.
18378 (recentf-setup-more-completion): Deleted.
18379
183802000-03-01 David Ponce <david.ponce@wanadoo.fr>
18381
18382 * recentf.el (recentf-mode): No more needs that Emacs is running
18383 under a window-system.
18384
ff39b9a1 183852000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18386
18387 * recentf.el (recentf-edit-list): New command to edit the recent
18388 list which allow the user to remove files.
18389 (recentf-edit-selected-items): New global variable, used by
18390 `recentf-edit-list' to hold the list of files to be removed from
18391 the recent list.
18392 (recentf-make-menu-items): Updated to display a "Edit list..."
18393 menu item. Minor code cleanup.
18394
ff39b9a1 183952000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18396
18397 * recentf.el (recentf-open-more-files): New command to open files
18398 that are not displayed in the menu.
18399 (recentf-more-collection): New global variable holding the set of
18400 permissible completions used by `recentf-open-more-files'.
18401 (recentf-more-history): New global variable holding the history list
18402 used by `recentf-open-more-files' completion.
18403 (recentf-setup-more-completion): New function to setup completion for
18404 `recentf-open-more-files'.
18405 (recentf-make-menu-items): Updated to display a "More..." menu item.
18406
ff39b9a1 184072000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18408
18409 * recentf.el (recentf-menu-action): Doc fixed.
18410
ff39b9a1 184112000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18412
18413 * recentf.el (recentf-menu-filter): Doc updated.
18414 (recentf-update-menu-hook): Allow menu filters to force menu update.
18415 (recentf-make-menu-items): New menu filter handling.
18416 (recentf-make-menu-item): New helper function.
18417 (recentf-menu-elements): New menu handling function.
18418 (recentf-sort-ascending): Updated to new menu filter handling.
18419 (recentf-sort-descending): Updated to new menu filter handling.
18420 (recentf-sort-basenames-ascending): New menu filter function.
18421 (recentf-sort-basenames-descending): New menu filter function.
18422 (recentf-show-basenames): New menu filter function.
18423 (recentf-show-basenames-ascending): New menu filter function.
18424 (recentf-show-basenames-descending): New menu filter function.
18425
184262000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18427
18428 * diary-lib.el (list-diary-entries): Don't try to go forward at
18429 the end of the buffer.
18430
184312000-02-29 Kenichi Handa <handa@etl.go.jp>
18432
ff39b9a1
SM
18433 * international/mule-diag.el (list-character-sets):
18434 Completely rewritten.
a30eb617
DL
18435 (sort-listed-character-sets): New function.
18436 (list-character-sets-1): Completely rewritten.
18437 (list-character-sets-2): New function.
18438 (non-iso-charset-alist): New variable.
18439 (decode-codepage-char): New function.
18440 (charset-history): New variable.
18441 (read-charset) (list-block-of-chars)
18442 (list-iso-charset-chars)
18443 (list-non-iso-charset-chars)
18444 (list-charset-chars): New functions.
86f6474c 18445 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18446 (dump-charsets): Likewise.
18447
184482000-02-29 Gerd Moellmann <gerd@gnu.org>
18449
18450 * dired-x.el (dired-filename-at-point): Add `@' to valid
18451 file name characters.
18452 (dired-filename-at-point): Handle ange-ftp file names.
18453
18454 * frame.el (frame-notice-user-settings): Use assq-delete-all
18455 instead of assoc-delete-all.
18456 (frame-notice-user-settings): Ditto.
18457
18458 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18459 Don't copy alist.
18460
184612000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18462
18463 * calculator.el (calculator-use-menu): New option.
86f6474c 18464 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18465 (calculator-forced-input): Removed.
18466 (calculator-restart-other-mode): New variable.
18467 (calculator-mode-map): Set up menu.
18468
184692000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18470
86f6474c 18471 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18472
184732000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18474
86f6474c 18475 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18476 translate all ESC key sequences.
86f6474c 18477 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18478 they were saved.
86f6474c
SM
18479 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18480 * viper-util.el (viper-set-replace-overlay-glyphs)
18481 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18482 overlay is live.
86f6474c
SM
18483 * viper.el (viper-vi-state-mode-list): Add major modes.
18484 * ediff-wind.el: Minor comment changes.
18485 * ediff.el: Copyright notice date fix.
a30eb617
DL
18486
184872000-02-27 Jason Rumney <jasonr@gnu.org>
18488
18489 * faces.el (face-font-family-alternatives): Add arial to helv.
18490 (mode-line, header-line, tool-bar): Same default as x for w32.
18491 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18492 face-font-family-alternatives from working.
18493 * term/w32-win.el (mouse-set-font): Do not build fontset from
18494 chosen font.
18495
184962000-02-25 Sam Steingold <sds@goems.com>
18497
18498 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18499 properly.
18500
185012000-02-25 Richard M. Stallman <rms@gnu.org>
18502
18503 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18504
185052000-02-25 Gerd Moellmann <gerd@gnu.org>
18506
86f6474c 18507 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18508
18509 * frame.el (busy-cursor-delay-seconds): New option.
18510
185112000-02-24 Gerd Moellmann <gerd@gnu.org>
18512
18513 * frame.el (show-cursor-in-non-selected-windows): New option.
18514
185152000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18516
18517 * diary-lib.el (include-other-diary-files): Undo the selective
18518 display in any included file and don't kill it.
18519
185202000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18521
86f6474c
SM
18522 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18523 Menu items converted to (menu-item format, help strings added.
a30eb617 18524 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18525 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18526 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18527
185282000-02-23 Dave Love <fx@gnu.org>
18529
18530 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18531 (backward-kill-word): Revert addition of * to interactive spec --
18532 it's a feature.
18533
18534 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18535 (backward-kill-sentence, kill-sentence): Likewise.
18536
18537 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18538 scratch buffer name.
86f6474c 18539 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18540
18541 * term/w32-win.el (internal-face-interactive): Update prompt for
18542 new read-face-name.
18543
18544 * mail/footnote.el (footnote): Add :version to defgroup.
18545 (footnote-section-tag-regexp): Customize.
18546 (footnote-start-tag, footnote-end-tag): New option.
18547 (footnote-latin-regexp): New variable.
18548 (Footnote-latin): New function.
18549 (footnote-style-alist): Add element for latin style.
18550 (footnote-style): Moved.
18551 (Footnote-goto-footnote): Use eq to test arg.
18552
18553 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18554
18555 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18556 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18557 (byte-optimize-quote, byte-optimize-lapcode):
18558 Use byte-compile-const-symbol-p.
a30eb617
DL
18559 (byte-optimize-char-before): New optimization.
18560
18561 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18562 (byte-compile-const-symbol-p): New function.
18563 (byte-compile-constp, byte-compile-out-toplevel)
18564 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18565 Use it.
18566
18567 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18568
185692000-02-23 Kenichi Handa <handa@etl.go.jp>
18570
18571 * international/encoded-kb.el: Be sure to update minor-mode-alist
18572 and minor-mode-map-alist.
18573 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18574 codes SS2 and SS3 correctly.
18575 (encoded-kbd-self-insert-ccl): New function.
18576 (encoded-kbd-setup-keymap): New function.
18577 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18578 by calling encoded-kbd-setup-keymap.
18579
86f6474c
SM
18580 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18581 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18582
185832000-02-22 Dave Love <fx@gnu.org>
18584
18585 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18586 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18587 (lisp-mode-syntax-table): Set up for #|...|# comments.
18588 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18589 classes. Match `defface'.
18590 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18591 (eval-defun-1): Fix for defcustom.
18592 (lisp-indent-region): Doc fix.
18593
18594 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18595 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18596 (replace-regexps-in-string): New function.
18597
185982000-02-22 Gerd Moellmann <gerd@gnu.org>
18599
18600 * help.el (describe-variable): Set syntax table to
18601 emacs-lisp-mode-syntax-table when moving forward over the
18602 symbol's name.
18603
186042000-02-22 Dave Love <fx@gnu.org>
18605
18606 * xt-mouse.el: Doc fixes.
18607 (xterm-mouse-position-function): New function, replacing advice of
18608 mouse-position.
18609 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18610
18611 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18612
186132000-02-21 Gerd Moellmann <gerd@gnu.org>
18614
86f6474c
SM
18615 * format.el (format-annotate-single-property-change):
18616 Handle properties.with dotted-list values.
a30eb617
DL
18617 (format-proper-list-p): New function.
18618
18619 * enriched.el (enriched-face-ans): Handle '(foreground-color
18620 . COLOR) and (background-color . COLOR).
18621
186222000-02-20 Dave Love <fx@gnu.org>
18623
18624 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18625 and assignments to it.
18626 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18627 current local map.
18628 (make-flyspell-overlay): Use it.
18629 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18630
18631 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18632 (lm-get-header-re): Defun, not defsubst.
18633 (lm-get-package-name): Defun, not defsubst. Simplify.
18634 (lm-version): Doc fix. Simplify.
18635 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18636 (lm-crack-address, lm-last-modified-date, lm-commentary)
18637 (lm-verify, lm-synopsis): Simplify.
18638 (lm-report-bug): Require emacsbug. Use compose-mail.
18639
186402000-02-20 Gerd Moellmann <gerd@gnu.org>
18641
18642 * dired.el (dired-mode): Call propertized-buffer-identification
18643 to set mode-line-buffer-identification to something having
18644 the right text properties.
18645
18646 * bindings.el (propertized-buffer-identification): New function.
18647
186482000-02-20 Dave Love <fx@gnu.org>
18649
18650 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18651 check for t-mouse too.
18652
18653 * cus-start.el: Make echo-keystrokes `number'.
18654
186552000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18656
18657 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18658 Don't call ring-empty-p unless tags-location-ring is bound.
18659 From Noah Friedman <friedman@splode.com>.
18660
186612000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18662
18663 * progmodes/hideshow.el (hs-flag-region): No longer use
18664 `intangible' overlay property.
18665
18666 (hs-toggle-hiding): New command.
18667 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18668
18669 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18670 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18671 and deactivation.
18672
186732000-02-18 Gerd Moellmann <gerd@gnu.org>
18674
18675 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18676
186772000-02-17 Gerd Moellmann <gerd@gnu.org>
18678
18679 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18680
18681 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18682 of `*' to handle `(* ... *)' comments.
18683
186842000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18685
18686 * faces.el (list-faces-display): Use display-mouse-p instead of
18687 window-system.
18688
18689 * menu-bar.el (global-map): Menu-bar items converted to the new
18690 format (menu-item..., rearranged for better CUA compliance, and
18691 their names changed for better clarity. Help strings added.
18692
18693 * international/mule-cmds.el (mule-menu-keymap)
18694 (describe-language-environment-map, set-coding-system-map)
18695 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18696 form, add help strings. Change names of menu items for better clarity.
18697 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18698
186992000-02-17 Gerd Moellmann <gerd@gnu.org>
18700
18701 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18702 within the code.
18703
187042000-02-16 Dave Love <fx@gnu.org>
18705
18706 * faces.el: Don't require custom. Add more specific :groups to
18707 various deffaces.
18708 (set-face-attribute): Purecopy args.
18709 (read-face-name): Default to name at point and use it in prompt.
18710 Remove colon from arg in all callers.
18711 (list-faces-display): Hyperlink to face descriptions and customize
18712 buffers.
18713
187142000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18715
86f6474c 18716 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18717
187182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18719
18720 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18721 at ':' characters by call to split-string.
18722
187232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18724
18725 * textmodes/bibtex.el: Added RCS version identification.
18726
187272000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18728
18729 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18730 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18731 (bibtex-field-const): Allow capital letters.
18732 (bibtex-start-of-string): Deleted because unused.
18733
18734 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18735 use the term 'reference' to describe a bibtex entry as a whole.
18736 Further, reference keys are no longer called 'labels'.
18737 (bibtex-keys): Renamed to bibtex-reference-keys.
18738 (bibtex-reformat-previous-labels): Renamed to
18739 bibtex-reformat-previous-reference-keys.
18740 (bibtex-reference-type): Renamed to bibtex-entry-type.
18741 (bibtex-reference-head): Renamed to bibtex-entry-head.
18742 (bibtex-reference-maybe-empty-head): Renamed to
18743 bibtex-entry-maybe-empty-head.
18744 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18745 (bibtex-search-reference): Renamed to bibtex-search-entry.
18746 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18747 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18748 (bibtex-entry-field-alist, bibtex-entry-head)
18749 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18750 (bibtex-map-entries, bibtex-search-entry)
18751 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18752 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18753 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18754 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18755 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18756 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18757 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18758
187592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18760
18761 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18762 comment.
18763 (bibtex-format-field-delimiters): New function, functionality
18764 extracted from bibtex-format-entry.
18765 (bibtex-autokey-get-yearfield-digits): New function, functionality
18766 extracted from bibtex-autokey-get-yearfield.
18767
18768 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18769 entries in order to avoid stack overflow in the regexp matcher if
18770 field contents become large.
86f6474c
SM
18771 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18772 (bibtex-field-string-part-not-braced)
18773 (bibtex-field-string-part-no-inner-braces)
18774 (bibtex-field-string-part-1-inner-brace)
18775 (bibtex-field-string-part-2-inner-braces)
18776 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18777 (bibtex-field-string-quoted, bibtex-field-string)
18778 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18779 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18780 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18781 Deleted as parsing is now performed by the following functions.
18782 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18783 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18784 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18785 (bibtex-parse-association, bibtex-field-name-for-parsing)
18786 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18787 (bibtex-search-forward-field, bibtex-search-backward-field)
18788 (bibtex-start-of-field, bibtex-end-of-field)
18789 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18790 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18791 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18792 (bibtex-parse-string, bibtex-search-forward-string)
18793 (bibtex-search-backward-string, bibtex-start-of-string)
18794 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18795 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18796 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18797 entries. Instead of reporting the results of the parsing by
18798 match-beginning or match-end, these functions return data structures
18799 that hold the corresponding positions.
18800 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18801 return values rather than by match-beginning or match-end.
18802 The following functions have been adapted to use the new
18803 parsing functions.
18804 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18805 (bibtex-enclosing-field, bibtex-format-entry)
18806 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18807 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18808 (bibtex-print-help-message, bibtex-end-of-entry)
18809 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18810 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18811 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18812 Use the new method for parsing.
18813 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18814 (bibtex-map-entries, bibtex-flash-head)
18815 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18816 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18817 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18818 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18819 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18820 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18821 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18822 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18823
188242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18825
18826 * textmodes/bibtex.el: Copyright notice is up to date.
18827 Added constant 'bibtex-maintainer-salutation.
18828
86f6474c 18829 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18830 than make-temp-name, use match-string-no-properties and eliminate
18831 a quadratic behavior when building bibtex-strings.
18832
18833 * bibtex.el (bibtex-reference-key): Accept string entries whose
18834 reference key contains upper case letters.
18835
188362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18837
18838 * bibtex.el (bibtex-reference-head): Allow entries to start with
18839 a new line.
18840
188412000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18842
18843 * bibtex.el: Hiding of entry bodies is not longer provided by
18844 bibtex.el directly. Instead the hideshow package can be used.
18845 Added a special bibtex entry to hs-special-modes-alist.
18846 (bibtex-hs-forward-sexp): Added for hideshow.el.
18847
188482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18849
18850 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18851 proceedings entry type (for cross referencing). Thanks to Wagner
18852 Toledo Correa for the suggestion.
18853
18854 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18855
188562000-02-14 Kenichi Handa <handa@etl.go.jp>
18857
18858 * international/characters.el: Setup case table for Vietnamese.
18859
188602000-02-12 Gerd Moellmann <gerd@gnu.org>
18861
18862 * uniquify.el (toplevel): Require CL at compile time.
18863 (uniquify-push): Removed.
18864
18865 * shadowfile.el (shadow-when): Removed.
18866
18867 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18868 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18869
18870 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18871 regexp for paragraph-start.
18872
18873 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18874 commas as well.
18875
188762000-02-10 Dave Love <fx@gnu.org>
18877
18878 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18879 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18880 Deleted.
18881 (widget-specify-field, widget-specify-button): Don't use
18882 widget-mouse-help as help-echo property.
18883 (default): Use #'ignore for :validate and :mouse-down-action.
18884 (checkbox): Add help-echo.
18885 (widget-sexp-validate): Rewritten to clarify error messages.
18886 (character): Use char-valid-p in :match function.
18887 (widget-color-complete): Use facemenu-color-alist.
18888 (widget-color-action): Use facemenu-read-color.
18889
18890 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18891 set up `caar' &c that we now have.
18892
188932000-02-09 Ray Blaak <blaak@gnu.org>
18894
18895 * delphi.el: Make resourcestring a declaration region, like const
18896 and var.
18897
188982000-02-09 Dave Love <fx@gnu.org>
18899
18900 * bindings.el (mode-line-input-method-map): New variable.
18901 (mode-line-mule-info): Use it; fix last change.
18902 (mode-line-mode-menu): Move definition.
18903 (mode-line-mouse-sensitive-p): Deleted.
18904 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18905 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18906
18907 * startup.el (command-line-1): Don't call
18908 make-mode-line-mouse-sensitive.
18909
189102000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18911
86f6474c
SM
18912 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18913 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18914
189152000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18916
18917 * diff-mode.el (diff-kill-junk): New interactive function.
18918 (diff-reverse-direction): Use delete-and-extract-region.
18919 (diff-post-command-hook): Restrict the area so that the hook also works
18920 outside of any diff hunk. This is necessary for the minor-mode.
18921 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18922 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18923
18924 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18925 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18926 so that it can be used more easily in <foo>-mode-hook. Also make sure
18927 to avoid duplicate entries.
18928 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18929 (font-lock-remove-keywords): Just as was done for `add', allow it to
18930 work even if font-lock-mode is nil. Also make sure we don't modify
18931 any pre-existing list by forcing a copy-sequence. Finally rename
18932 `major-mode' to `mode'.
18933 (font-lock-fontify-syntactic-anchored-keywords)
18934 (font-lock-fontify-anchored-keywords)
18935 (font-lock-fontify-keywords-region): Use line-end-position.
18936 Don't make `font-lock-multiline' local (it's now done in
18937 font-lock-set-defaults).
86f6474c
SM
18938 (font-lock-set-defaults): Make `font-lock-multiline' local.
18939 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18940
189412000-02-06 Andrew Innes <andrewi@gnu.org>
18942
18943 * term/w32-win.el (x-handle-args): Comment out call to message,
18944 which occurs before window system is initialized.
18945
18946 * makefile.nt: Add support for recompiling lisp code.
18947
189482000-02-04 Dave Love <fx@gnu.org>
18949
18950 * bindings.el (mode-line-mule-info): Fix/extend last change.
18951
18952 * completion.el: Replace completion-dolist with dolist.
18953
86f6474c 18954 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18955
189562000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18957
86f6474c 18958 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18959 environment names before they go into the section regexp.
18960
86f6474c 18961 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18962 char class in regexp.
18963
86f6474c
SM
18964 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18965 Bind `case-fold-search' to nil.
a30eb617 18966
86f6474c
SM
18967 * progmodes/idlwave.el (idlwave-template):
18968 Respect `idlwave-abbrev-change-case'.
18969 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18970 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18971 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18972 (idlwave-rw-case): New function.
18973 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18974 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18975 (idlwave-surround): New argument LENGTH to support padding of
18976 operators longer than 1 char.
18977
18978 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18979 idlwave-shell-expression-overlay. Implemented printing of
18980 expressions on higher levels of the calling stack.
86f6474c 18981 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18982 (idlwave-retrieve-expression-from-level): New function.
18983 (idlwave-shell-last-calling-stack): Variable removed.
18984 (idlwave-shell-reset): Argument action reversed (`visible' to
18985 `hidden'). Also remove stop-line overlay.
18986 (idlwave-shell-calling-stack-routine): New variable.
18987 (idlwave-shell-parse-stack-and-display): Messages now display
18988 negative level numbers.
18989 (idlwave-shell-mode): Set `modeline-format'.
18990 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18991 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18992 (idlwave-shell-print-expression-function): New option.
18993
86f6474c
SM
18994 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18995 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18996 `tool-bar' instead of `toolbar'.
18997
189982000-02-02 Dave Love <fx@gnu.org>
18999
19000 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
19001 emacs-lisp-mode-hook. Don't check for defalias being defined.
19002
19003 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
19004 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
19005 Use the new builtins directly.
a30eb617
DL
19006
19007 * whitespace.el (whitespace): Add :version to defgroup.
19008
19009 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
19010 Doc fix.
19011
19012 * thingatpt.el (sexp-at-point, symbol-at-point)
19013 (number-at-point, list-at-point): Add autoload cookie.
19014
19015 * recentf.el (recentf): Add :version to defgroup.
19016
19017 * quickurl.el (quickurl): Add :version to defgroup.
19018
19019 * elide-head.el (elide-head): Use point-marker more.
19020
19021 * bs.el (bs): Add :version to defgroup.
19022
19023 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
19024
19025 * progmodes/delphi.el (delphi): Add :version to defgroup.
19026
190272000-02-02 Gerd Moellmann <gerd@gnu.org>
19028
19029 * ange-ftp.el (ange-ftp-write-region): Handle case that
19030 succeeding process operation sets a different coding system.
19031
19032 * calculator.el: New file.
19033
190342000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
19035
86f6474c 19036 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
19037 (display-mouse-p, display-popup-menus-p, display-graphic-p)
19038 (display-selections-p, display-screens, display-pixel-width)
19039 (display-pixel-height, display-mm-width, display-mm-height)
19040 (display-backing-store, display-save-under, display-planes)
19041 (display-color-cells, display-visual-class): New functions.
19042
19043 * term/tty-colors.el (tty-color-gray-shades): New function.
19044
19045 * faces.el (display-color-p): Use framep-on-display.
19046 (display-grayscale-p): New function.
19047
190482000-01-31 Dave Love <fx@gnu.org>
19049
19050 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
19051 (create-fontset-from-x-resource): Don't concat integers.
19052
190532000-01-31 Inge Frick <inge@nada.kth.se>
19054
19055 * view.el: Some changes in documentation. Removed some trailing
86f6474c 19056 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
19057 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
19058 window is not deleted. Modifies change 1998-04-26.
19059
190602000-01-31 Gerd Moellmann <gerd@gnu.org>
19061
19062 * windmove.el: New file.
19063
19064 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19065 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19066 progmodes/ebnf-yac.el: Update copyright and license info.
19067
86f6474c
SM
19068 * jit-lock.el (jit-lock-function): Widen before calculating
19069 end position.
a30eb617
DL
19070 (jit-lock-stealth-chunk-start): Rewritten.
19071
19072 * info.el (Info-title-face-alist): Removed.
86f6474c 19073 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
19074 (Info-fontify-node): Use these faces.
19075
190762000-01-30 Gerd Moellmann <gerd@gnu.org>
19077
19078 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
19079 (cl-macro-list1): Recognize `&allow-other-keys' instead of
19080 `&allow-other-keywords'.
19081
19082 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
19083 the list of directories scanned heuristically.
19084
86f6474c 19085 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
19086
190872000-01-30 Jason Rumney <jasonr@gnu.org>
19088
19089 * w32-fns.el: Define w32-tty-standard-colors.
19090
19091 * startup.el (command-line): Use w32-tty-standard-colors when in
19092 w32 console mode.
19093
190942000-01-30 Dave Love <fx@gnu.org>
19095
19096 * jka-compr.el (jka-compr-load): Fix up load-history.
19097
19098 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
19099
19100 * emacs-lisp/cl-macs.el: Revert previous change.
19101
191022000-01-29 Dave Love <fx@gnu.org>
19103
19104 * facemenu.el: Purecopy various strings.
19105
19106 * timezone.el (timezone-fix-time): Window against 69 for two-digit
19107 years. Deal with three-digit years.
19108
86f6474c
SM
19109 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
19110 Use defconst, purecopy.
a30eb617
DL
19111 (help-back-label): Purecopy it.
19112
191132000-01-18 Gerd Moellmann <gerd@gnu.org>
19114
19115 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
19116 variable. If non-nil, order the buffer list according to the
19117 currently selected frame.
19118 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
19119 non-nil, pass the selected frame to function buffer-list.
19120
191212000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19122
19123 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
19124
191252000-01-28 Dave Love <fx@gnu.org>
19126
19127 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
19128
19129 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
19130 Don't use lisp-indent-hook property.
19131 (cl-abs): Remove.
19132
19133 * subr.el: Move out indent and edebug specs for when and unless.
19134
19135 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
19136 when, unless.
19137
19138 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
19139 unless, when.
19140
191412000-01-28 Gerd Moellmann <gerd@gnu.org>
19142
19143 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
19144 `collecting' as synonym for `collect'.
19145
19146 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
19147 for the case it contains spaces.
19148
86f6474c 19149 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
19150
19151 * frame.el (delete-other-frames): New function.
19152 (toplevel): Bind it to C-x 5 1.
19153
19154 * sort.el (sort-numeric-base): New option.
19155 (sort-numeric-fields): If number starts with `0' or `0[xX[',
19156 interpret it as octal or hexadecimal. Use sort-numeric-base
19157 as default base.
19158
19159 * progmodes/glasses.el: New file.
19160
191612000-01-27 Gerd Moellmann <gerd@gnu.org>
19162
19163 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
19164 userids differently.
19165
19166 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
19167 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
19168 progmodes/ebnf-yac.el: New files.
19169
191702000-01-26 Dave Love <fx@gnu.org>
19171
19172 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
19173 on a function with an empty body. [From Eric Ludlam.]
19174
191752000-01-25 Andre Spiegel <spiegel@gnu.org>
19176
19177 * vc.el (vc-version-diff): Make sure file name is expanded.
19178
191792000-01-25 Gerd Moellmann <gerd@gnu.org>
19180
19181 * scroll-bar.el (scroll-bar-timer): Variable removed.
19182 (scroll-bar-toolkit-scroll): Don't use a timer.
19183
191842000-01-25 Kenichi Handa <handa@etl.go.jp>
19185
86f6474c
SM
19186 * language/thai-util.el (thai-composition-function):
19187 Delete superfluous `a'.
a30eb617
DL
19188
191892000-01-24 Dave Love <fx@gnu.org>
19190
19191 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19192 end-of-defun-function.
19193
86f6474c 19194 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19195
191962000-01-22 Jason Rumney <jasonr@gnu.org>
19197
19198 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19199 conflicts with new face support.
19200
192012000-01-22 Richard M. Stallman <rms@gnu.org>
19202
19203 * replace.el (query-replace): Rename last arg to DELIMITED.
19204 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19205 (query-replace-regexp): Likewise.
19206
192072000-01-20 Richard M. Stallman <rms@gnu.org>
19208
19209 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19210
19211 * emacs-lisp/lisp.el (beginning-of-defun-function):
19212 Variable renamed from beginning-of-defun.
19213 Do not call make-variable-buffer-local.
19214 (beginning-of-defun-raw): Use new variable name; doc fix.
19215 (beginning-of-defun): Doc fix.
19216 (end-of-defun-function): Variable renamed from end-of-defun.
19217 Do not call make-variable-buffer-local.
19218 (end-of-defun): Use new variable name; doc fix.
19219
19220 * subr.el (dolist, dotimes): Copied from cl-macs.el
19221 and made to work.
19222
19223 * mail/undigest.el (rmail-digest-end-regexps):
19224 Variable replaces rmail-digest-end-regexp.
19225 Allows multiple regexps for detecting the end line.
19226 (undigestify-rmail-message): Corresponding changes.
19227
192282000-01-19 Dave Love <fx@gnu.org>
19229
19230 * files.el (user-init-file): Don't declare here -- is primitive.
19231
19232 * startup.el (command-line): Check for compiled user-init-file and
19233 set to uncompiled version if necessary.
19234
192352000-01-18 Gerd Moellmann <gerd@gnu.org>
19236
19237 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19238 (undigestify-rmail-message): Use it.
19239
19240 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19241
192422000-01-17 Gerd Moellmann <gerd@gnu.org>
19243
19244 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19245 of mini-buffer.
19246
192472000-01-14 Gerd Moellmann <gerd@gnu.org>
19248
19249 * emacs-lisp/copyright.el (copyright-update): Removed the
19250 requirement for a trailing space from `copyright-regexp', to
19251 support copyrights with owner specified on a separate line..
19252
19253 * align.el: New file.
19254
19255 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19256
19257 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19258
192592000-01-13 Dave Love <fx@gnu.org>
19260
19261 * ph.el: Removed. (Obsoleted by EUDC.)
19262
192632000-01-13 Gerd Moellmann <gerd@gnu.org>
19264
19265 * net/eudc.el (toplevel): Remove autoloaded code installing
19266 menu with easymenu, because that causes build problems.
19267
19268 * frame.el (frame-notice-user-settings): New variable.
19269 (frame-notice-user-settings): Don't modify frame parameters
19270 if called a second time.
19271
192722000-01-13 Richard M. Stallman <rms@gnu.org>
19273
19274 * frame.el (frame-notice-user-settings):
19275 Notice default-frame-parameters even for non-window frames.
19276
192772000-01-13 Gerd Moellmann <gerd@gnu.org>
19278
19279 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19280 for Emacs.
19281 (eudc-bob-can-display-inline-images): Extend for Emacs.
19282 (eudc-bob-toggle-inline-display): Ditto.
19283 (eudc-bob-display-jpeg): Ditto.
19284
192852000-01-12 Gerd Moellmann <gerd@gnu.org>
19286
19287 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19288 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19289 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19290
86f6474c
SM
19291 * add-log.el (add-change-log-entry): Fix error trying an
19292 `(insert nil)'.
a30eb617
DL
19293
19294 * subdirs.el: Add `net' directory.
19295
19296 * net: New directory.
19297
19298 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19299 eval-last-sexp. Don't bind debug-on-error here.
19300 (eval-last-sexp): New function. Bind debug-on-error if
19301 eval-expression-debug-on-error is non-nil.
19302 (eval-defun-2, eval-defun): Likewise.
19303
19304 * simple.el (eval-expression): Don't bind debug-on-error if
19305 eval-expression-debug-on-error is nil. Detect changed
19306 debug-on-error, and propagate new value to global binding, if
19307 eval-expression-debug-on-error is non-nil,
19308 (eval-expression-debug-on-error): Change doc string.
19309
193102000-01-11 Richard M. Stallman <rms@gnu.org>
19311
19312 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19313
19314 * emacs-lisp/lisp-mode.el (with-syntax-table):
19315 Set up lisp-indent-function property.
19316
19317 * subr.el (with-syntax-table): Moved from simple.el.
19318
19319 * simple.el (with-syntax-table): Moved to subr.el.
19320
193212000-01-11 Gerd Moellmann <gerd@gnu.org>
19322
19323 * tmm.el (tmm-shortcut): Delete region after prompt instead
19324 of erasing buffer.
19325
19326 * textmodes/fill.el (fill-common-string-prefix): New function.
19327 (fill-context-prefix): Use the longest common prefix of first
19328 and second line fill prefix, if there is one.
19329
193302000-01-11 Richard M. Stallman <rms@gnu.org>
19331
19332 * array.el (array-mode): Don't use make-variable-buffer-local.
19333 Use make-local-variable for `truncate-lines'.
19334
193352000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19336
19337 * add-log.el (add-log-current-defun): Handle user-defined
19338 add-log-current-function returning nil,
19339
19340 * add-log.el (add-change-log-entry): Insert version number
19341 if having found a current function
19342
86f6474c
SM
19343 * add-log.el (add-log-current-defun):
19344 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19345 level 1. Strip whitespace from defun found.
19346
193472000-01-10 John Wiegley <johnw@gnu.org>
19348
19349 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19350 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19351
193522000-01-10 Dave Love <fx@gnu.org>
19353
19354 * elide-head.el (elide-head): Use point-marker, not point.
19355
193562000-01-10 Gerd Moellmann <gerd@gnu.org>
19357
19358 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19359 before and after the year 2000.
19360
19361 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19362 Add ispell- prefix.
19363
193642000-01-10 Ken Stevens <k.stevens@ieee.org>
19365
19366 * ispell.el: Only define dictionaries in menus when they exist.
19367 (version18p): New variable.
19368 (version20p): New variable.
19369 (xemacsp): New variable.
19370 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19371 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19372 (ispell-dictionary-alist6): Russian command lines no longer accept
19373 run-together words.
19374 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19375 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19376 (check-ispell-version): Added documentation string. Return library
19377 path when called non-interactively.
a30eb617
DL
19378 (ispell-menu-map-needed): Uses new variables.
19379 (ispell-library-path): New variable.
19380 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19381 (ispell-word): Improved documentation string. Test for valid
19382 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19383 result in single words split into multiple words.
19384 Return replacement word.
a30eb617
DL
19385 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19386 replace in recursive query replace mode. Help message for
19387 recursive edit mode.
19388 (ispell-show-choices): Protect against bad framepop bindings.
19389 (ispell-help): Fix to work with XEmacs.
19390 (ispell-highlight-spelling-error): Use new variables.
19391 (ispell-overlay-window): Fix to work with XEmacs.
19392 (ispell-parse-output): Passed and returns location information
19393 tracking spelling corrections. Doesn't recheck same word on
19394 current line.
19395 (ispell-init-process): Protect against bogus XEmacs variable binding.
19396 Fix call to single argument in sleep-for. Use new variables.
19397 (ispell-region): Passed and returns location information tracking
19398 spelling corrections. Doesn't check same word on current line.
19399 Improved documentation string. Doesn't resend a line already
19400 checked to the ispell process - fixes bug in LaTeX parsing.
19401 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19402 (ispell-skip-region): No longer skips <TT> in SGML.
19403 (ispell-process-line): Tracks location information with spelling
19404 corrections. Added documentation string. Accounts for words
19405 already accepted on this line. Don't allow query-replace on line
19406 starting with math characters. Doesn't resend a line already sent
19407 to ispell process. Fixes alignment error bug.
19408
194092000-01-10 Richard M. Stallman <rms@gnu.org>
19410
19411 * dired-x.el (dired-guess-shell-alist-default):
19412 Suggest xloadimage, which is free, not xv, which isn't.
19413
19414 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19415 Don't ever include the host name or user name in the value.
19416
194172000-01-09 Gerd Moellmann <gerd@gnu.org>
19418
19419 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19420 of a real newline.
19421
194222000-01-09 Stephen Eglen <stephen@gnu.org>
19423
19424 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19425 for .png files.
19426
194272000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19428
19429 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19430
194312000-01-09 Gerd Moellmann <gerd@gnu.org>
19432
19433 * progmodes/cperl-mode.el: Replace ^F with ^L.
19434
86f6474c
SM
19435 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19436 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19437
194382000-01-08 Dave Love <fx@gnu.org>
19439
19440 * emacs-lisp/backquote.el: Remove inappropriate customization
19441 (allowing custom.el to use backquote).
19442
194432000-01-07 Dave Love <fx@gnu.org>
19444
19445 * add-log.el (add-log-debugging): Deleted.
19446 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19447 file. Remove debugging code.
19448 (change-log-get-method-definition, change-log-name): Add doc.
19449 (change-log-sortable-date-at): New function.
19450 (change-log-merge): New command.
19451
19452 * time.el (display-time-string-forms): Make the Mail string active.
19453 (display-time-update): Provide help-echo for load average.
19454
19455 * bindings.el (make-mode-line-mouse2-map): New function.
19456 (mode-line-modified): Use it and simplify.
19457 (mode-line-mule-info): Provide help-echo info.
19458 (minor-mode-alist): Activate the strings.
19459 (make-mode-line-mouse-sensitive): Simplify for
19460 mode-line-buffer-identification.
19461
194622000-01-07 Gerd Moellmann <gerd@gnu.org>
19463
19464 * play/pong.el: New file.
19465
194662000-01-06 Dave Love <fx@gnu.org>
19467
19468 * array.el: Assorted cleanups for compiler warnings, doc strings,
19469 `array-' prefix for symbols.
19470
194712000-01-05 Dave Love <fx@gnu.org>
19472
86f6474c
SM
19473 * textmodes/outline.el (outline-mode-menu-bar-map):
19474 Add outline-headers-as-kill.
a30eb617
DL
19475 (outline-mode): Define imenu-generic-expression.
19476 (outline-headers-as-kill): New command.
19477
19478 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19479 from paragraph-start.
19480 (paragraph-indent-minor-mode): New command.
19481
19482 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19483 M-C-e, M-C-h, C-j, C-xnd, TAB.
19484 (fortran-mode): Set beginning-of-defun, end-of-defun.
19485 (fortran-column-ruler): Simplify.
19486 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19487 (fortran-with-subprogram-narrowing): Likewise.
19488 (fortran-indent-subprogram): Call mark-defun.
19489 (fortran-check-for-matching-do): Change narrowing.
19490
19491 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19492 (cl-lucid-hash-tag): Delete.
19493 (cl-hash-table-p): Correct test for native table.
19494 (cl-hash-table-count): Use hash-table-count.
19495
19496 * browse-url.el (browse-url): Fix case of
19497 browse-url-browser-function being an alist.
19498
194992000-01-05 Carsten Dominik <cd@gnu.org>
19500
19501 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19502 (reftex-index-phrase-file-extension): New options.
19503
19504 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19505 Use new option `reftex-index-phrase-file-extension'.
19506
19507 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19508 `reftex-parse-file-extension'.
19509
195102000-01-05 Dave Love <fx@gnu.org>
19511
19512 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19513 (beginning-of-defun-raw): Use it.
19514 (end-of-defun): New variable.
19515 (end-of-defun): Use it.
19516 (check-parens): New command.
19517
195182000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19519
19520 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19521 (hs-show-block): Don't use `mapcar' when not accumulating.
19522
19523 Fix buglet in local variables initialization.
19524
195252000-01-05 Andreas Schwab <schwab@suse.de>
19526
19527 * hscroll.el (hscroll): Doc fix.
19528
195292000-01-05 Carsten Dominik <cd@gnu.org>
19530
86f6474c
SM
19531 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19532 Require idlw-toolbar.
a30eb617 19533
86f6474c 19534 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19535 file idlw-rinfo.el.
86f6474c
SM
19536 (idlwave-customize): Load must read file idlw-shell.el.
19537 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19538
195392000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19540
19541 * progmodes/idlw-shell.el: Also provide idlwave-shell
19542 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19543 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19544
86f6474c 19545 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19546 both reftex-dcr and reftex-vcr.
19547
19548 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19549
195502000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19551
19552 * ps-print.el: PostScript code now is in separate files, doc fix.
19553 (ps-print-version): New version number (5.0.3).
19554 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19555 local.
19556 (ps-spool-config): Initialization fix.
19557 (ps-print-prologue-1, ps-print-prologue-2)
19558 (ps-print-duplex-feature): PostScript code moved to separated file.
19559 (ps-background-image): Little code reformating.
19560 (ps-begin-file, ps-begin-job): Fix code.
19561 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19562 (ps-prologue-file): New fun.
19563
195642000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19565
19566 * ps-vars.el: Eliminated.
19567
19568 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19569 `;;;###autoload'.
19570
19571 * ps-print.el: ps-vars eliminated, doc fix.
19572 (ps-print-version): New version number (5.0.2).
19573 (ps-spool-config): Initialization fix.
19574 (ps-print-customize): New fun.
19575
195762000-01-04 Gerd Moellmann <gerd@gnu.org>
19577
86f6474c 19578 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19579
195802000-01-04 Dave Love <fx@gnu.org>
19581
19582 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19583 menu items.
19584
195852000-01-03 Dave Love <fx@gnu.org>
19586
19587 * elide-head.el (elide-head) [defgroup]: Add :version.
19588
19589 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19590 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19591 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19592 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19593
195942000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19595
19596 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19597 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19598
195992000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19600
19601 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19602 at comment end, and re-insert them after filling.
19603
196042000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19605
19606 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19607 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19608 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19609
196102000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19611
19612 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19613 the new name of face-color-supported-p.
19614
19615 * term/w32-win.el (xw-defined-colors): Likewise.
19616
196172000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19618
19619 * simple.el (completion-setup-function): Count completion-size
19620 from minibuffer-prompt-end, not from point-min.
19621
196222000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19623
19624 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19625 Pass the frame to tty-color-* functions.
19626 (display-color-p, frame-set-background-mode): Pass the frame to
19627 tty-display-color-p.
19628
19629 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19630 tty-color-alist.
19631 (tty-color-alist, tty-modify-color-alist): New functions.
19632 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19633 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19634 optional parameter FRAME.
a30eb617
DL
19635
196362000-01-01 Gerd Moellmann <gerd@gnu.org>
19637
86f6474c
SM
19638 * image.el (create-image, defimage): Don't assume image data is
19639 a string.
a30eb617
DL
19640
19641 * image.el (defimage): Handle specifications containing :data
19642 instead of :file.
19643 (image-type-from-data): New function.
19644 (image-type-from-file-header): Use it.
19645 (create-image): Add parameter DATA-P.
19646
19647See ChangeLog.8 for earlier changes.
19648
19649;; Local Variables:
19650;; coding: iso-2022-7bit
19651;; End: