(server-switch-buffer): Use get-window-with-predicate.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
003550c5
GM
12001-09-06 Gerd Moellmann <gerd@gnu.org>
2
3 * simple.el (undo): Remove positions from buffer-undo-list up to
4 the next undo boundary only.
5
c49e491a
EZ
62001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
7
05b24487
EZ
8 * makefile.nt (install): Don't copy sc.el. Reported by Richard
9 Kim <ryk@dspwiz.com>
10
c49e491a
EZ
11 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
12 the message "Creating customization items...done".
13
54f73af3
GM
142001-09-05 Gerd Moellmann <gerd@gnu.org>
15
16 * font-lock.el (toplevel): Require `jit-lock' only if
17 font-lock-support-mode is set to jit-lock-mode.
18
3762e7d0
EZ
192001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
20
21 * international/quail.el (quail-use-package, quail-inactivate)
22 (quail-activate): Mention the hooks these functions run in their
23 doc strings.
24
c3b497b3
GM
252001-09-05 Edward M. Reingold <reingold@iit.edu>
26
27 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
28 of file in header of menu.
29
2d43d823
GM
302001-09-04 Gerd Moellmann <gerd@gnu.org>
31
2a5becfb
GM
32 * env.el (setenv): Interactively, if VARIABLE has a current value,
33 add that to the front of the history, as the doc string says.
34
8d1fcd00
GM
35 * comint.el (comint-send-input): Change help-echo.
36 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
37
1672462f
GM
38 * bookmark.el (bookmark-write-file): Bind print-length and
39 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
40
646a1759
GM
41 * obsolete/uncompress.el: Moved there from lisp/.
42
c8dd66e1
GM
43 * comint.el (comint-insert-clicked-input): Goto point-max before
44 deleting previous input. From "Dr Francis J. Wright"
45 <F.J.Wright@qmw.ac.uk>.
46
2d43d823
GM
47 * simple.el (backward-word): Doc fix.
48
284b3043
GM
492001-09-03 Pavel Jan\e,Am\e(Bk <Pavel@Janik.cz>
50
51 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
52 * uncompress.el, uniquify.el, vc.el, view.el, window.el
53 * w32-fns.el: Add Keywords header.
54
2eef02ab
EZ
552001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
58 "Text Properties". Suggested by Simon Marshall
59 <Simon.Marshall@midas-kapiti.com>.
60
ae355fa6
AC
612001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
62
63 * term/mac-win.el (mac-drag-n-drop): Decode file name by
64 consulting the value of file-name-coding-system.
65
2ee1aa00
SM
662001-09-03 Stefan Monnier <monnier@cs.yale.edu>
67
68 * help.el (describe-function-1): Save precomputed `file-name' rather
69 than recomputing it (incorrectly) with `symbol-file'.
70
cdab3e50
GM
712001-09-03 Gerd Moellmann <gerd@gnu.org>
72
698ee07c
SM
73 * international/isearch-x.el (isearch-exit-recursive-edit):
74 Take three parameters, since it's used as an after-change-function.
c3b0c268 75
698ee07c 76 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
77 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
78 from doc strings.
79
e3b22517
GM
802001-09-02 Milan Zamazal <pdm@zamazal.org>
81
698ee07c
SM
82 * progmodes/glasses.el (glasses-convert-to-unreadable):
83 Consider underscores as in `glasses-make-readable'.
e3b22517 84
19bd58e8
EZ
852001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
86
883310a7
EZ
87 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
88 MS-DOS, since cpp might not be available.
89
698ee07c
SM
90 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
91 Mention "yank" in the help-echo text.
92 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
93
942001-09-01 Stefan Monnier <monnier@cs.yale.edu>
95
96 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 97
59b7ded8
EZ
982001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
99
5e11c425
EZ
100 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
101 exists. From Andy Petrusenco <andy@int.spb.ru>.
102
59b7ded8 103 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
104 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
105 <andy@int.spb.ru>.
59b7ded8 106
c9979669
GM
1072001-08-31 Gerd Moellmann <gerd@gnu.org>
108
109 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
110 Instead of running mouse-yank-at-click, see what the event is
111 bound to outside Isearch and run that.
112
79f5f9ec
EZ
1132001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
114
698ee07c
SM
115 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
116 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 117
c0551649
GM
1182001-08-30 Gerd Moellmann <gerd@gnu.org>
119
e8b1643c
GM
120 * simple.el (eval-expression-print-level): Fix last change.
121
f3185924
GM
122 * bindings.el (mode-line-coding-system-map): New variable.
123 (mode-line-mule-info): Give the "%Z" a local-map keymap.
124
92a25631
GM
125 * simple.el (eval-expression-print-level): Change the type
126 of the defcustom to allow nil.
127
9584e63a
GM
128 * emacs-lisp/find-gc.el: Moved here from lisp/.
129
698ee07c
SM
130 * international/quail.el (quail-completion-1):
131 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
132 From Kenichi Handa <handa@etl.go.jp>.
133
c0551649
GM
134 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
135 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
136
ef32aa02
EZ
1372001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
138
139 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
140 aren't supported. This avoids the annoying gray strip drawn by
141 the Windows version instead of the missing tool bar.
142
ff4ec1f7
GM
1432001-08-29 Gerd Moellmann <gerd@gnu.org>
144
53ca4610
GM
145 * menu-bar.el (menu-bar-options-menu): Make option text, messages
146 and tooltips more consistent. From "Marshall, Simon"
147 <Simon.Marshall@midas-kapiti.com>.
148
ff4ec1f7
GM
149 * startup.el (fancy-splash-screens): Temporarily set
150 minor-mode-map-alist to nil while displaying splash screens.
151
6d6c3f84
GM
1522001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
153
154 * buff-menu.el: Add Keywords header.
155 Doc fix (C-x C-b is bound to list-buffers).
156
565132a3
GM
157 * dired-x.el: Add keyword files to get listed in finder.
158 Remove confusing notes about GNU Emacs 19.
159
160 * dired.el, dired-aux.el: Add Keywords header.
161
042e6d91
AS
1622001-08-28 Andre Spiegel <spiegel@gnu.org>
163
164 * vc.el (vc-revert-file): Call the backend even if the FILE's
165 contents can be reverted locally; pass new arg CONTENTS-DONE
166 down to the backend.
167
854bd40a 168 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
169 optional arg CONTENTS-DONE.
170
33818c6c
AI
1712001-08-28 Andrew Innes <andrewi@gnu.org>
172
173 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
174
0f76ca04
EZ
1752001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
176
177 * makefile.nt (install): Copy more *.el files.
178
6b6e2422
GM
1792001-08-28 Gerd Moellmann <gerd@gnu.org>
180
181 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
182 instead of `w' which is already in use.
183
5b52c296
GM
184 * gs.el (gs-load-image): Use sleep-for.
185 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
186
43744cb9
MB
1872001-08-28 Miles Bader <miles@gnu.org>
188
189 * replace.el (query-replace-regexp-eval): Return args from
190 `interactive' form in correct order.
191
4b4ea1dc
EZ
1922001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
195 major modes, don't create panes for modes for which
196 mouse-buffer-menu-alist returns an empty alist.
197
1982001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
199
200 * progmodes/hideshow.el: Update first-line description.
201 Sync comments w/ maintainer version 5.31.
202
203 (hs-isearch-open): Default value now `code'.
204 Fix docstring to use "code blocks" vs "comment blocks",
205 as opposed to "block" vs "comment".
206 (hs-flag-region): Accept `hs-isearch-open' value
207 of `block' as synonymous w/ `code'.
208 (hs-hide-block-at-point): For code blocks, pass `code'
209 to `hs-flag-region' instead of `block'.
210
9ad62cf8
MB
2112001-08-28 Miles Bader <miles@gnu.org>
212
213 * comint.el (comint-next-prompt): Don't loop infinitely if
214 {next,previous}-single-char-property-change returns its input
215 position when the search fails.
216
2172001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
218
219 * comint.el (comint-get-old-input-default): Don't signal an error
220 if point is not on an input field; instead, return the current
221 line (using `comint-bol' to skip any prompt, in case we're not
222 using fields at all).
223
224 * man.el (Man-mode-line-format): Variable removed.
225 (Man-mode): Change `mode-line-buffer-identification' instead of
226 `mode-line-format'.
227
d599a452
GM
2282001-08-27 Gerd Moellmann <gerd@gnu.org>
229
230 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
231 From Simon Josefsson <jas@extundo.com>.
232
299248aa
EZ
2332001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
234
5b02e712
EZ
235 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
236 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
237
89aea802
EZ
238 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
239 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
240
241 * emacs-lisp/lselect.el: Ditto.
242
3452efc2
SM
243 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
244 Remove periods from the end of error message strings.
245 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 246
299248aa
EZ
247 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
248 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
249
250 * net/telnet.el: Ditto.
251
08ead67b
GM
2522001-08-26 Gerd Moellmann <gerd@gnu.org>
253
254 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
255 KEYMAP to the call to define-minor-mode.
256
cf8f0b68
EZ
2572001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
258
259 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
260 Replace some of the undefined characters with emulations of bidi
261 formatting characters and Niqud as per SI 1311-1.
262 (IT-unicode-translations): Ditto.
3452efc2
SM
263 (IT-display-table-setup, IT-setup-unicode-display):
264 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 265
16837afc
GM
2662001-08-24 Simon Josefsson <jas@extundo.com>
267
268 * hl-line.el (hl-line-mode): Don't be a global mode.
269 (global-hl-line-mode): New function.
270
33954c45
GM
2712001-08-24 Gerd Moellmann <gerd@gnu.org>
272
273 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
274 being reset by Ghostscript. Don't kill the gs process.
275 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
276
fa05f6ac
AC
2772001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
278
279 * term/mac-win.el: Require scroll-bar.
280
3452efc2
SM
2812001-08-23 Stefan Monnier <monnier@cs.yale.edu>
282
283 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
284
02aec07b
EZ
2852001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
286
287 * hexl.el (hexl-insert-multibyte-char) New function.
288 (hexl-quoted-insert, hexl-self-insert-command)
289 (hexl-insert-hex-char, hexl-insert-decimal-char)
290 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
291 Fix the doc strings accordingly.
292 (hexl-insert-char): Reject characters whose code is above 255.
293 Doc fix.
294 (hexl-mode-map): Copy the global keymap instead of creating a
295 sparse keymap, and bind all self-inserting characters to
296 hexl-self-insert-command.
297
9bfc65eb
SM
2982001-08-22 Stefan Monnier <monnier@cs.yale.edu>
299
3452efc2
SM
300 * wid-edit.el (text): Re-order docstring correctly.
301
9bfc65eb
SM
302 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
303
304 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
305
32f2f98e
EZ
3062001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
307
308 * simple.el (line-number-mode): Mention the variable
309 line-number-display-limit-width in the doc string.
310
374388c3
GM
3112001-08-22 Gerd Moellmann <gerd@gnu.org>
312
313 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
314 Temporarily select EVENT's window for switching buffers.
315 (mode-line-bury-buffer): New function.
316 (mode-line-buffer-identification-keymap): Use it instead of
317 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 318 events from shining through.
374388c3 319
dde6824c
SM
3202001-08-21 Stefan Monnier <monnier@cs.yale.edu>
321
322 * newcomment.el (comment-beginning): Make sure the comment-start
323 we found isn't a comment-end (in cases where confusion is possible).
324
99bf1e74
MB
3252001-08-22 Miles Bader <miles@gnu.org>
326
327 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
328 before writing it, so that hard-links don't see new version.
329
37618c60
GM
3302001-08-21 Gerd Moellmann <gerd@gnu.org>
331
dde6824c
SM
332 * gs.el (gs-set-ghostview-colors-window-prop):
333 Call x-change-window-property with 3rd arg FRAME.
40e33037 334 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
335 to complete before starting a new one.
336
6ea3db8a
GM
337 * image.el (image-type-regexps): Make sure that the TIFF
338 pattern is only matched at the beginning of a string.
339 From Markus Rost <rost@math.ohio-state.edu>.
340
dde6824c 341 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
342 Oberg <jonas@gnu.org>.
343
1f8437c4
RV
3442001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
345
346 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 347 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
348
349 * whitespace.el (whitespace-write-file-hook): Hook to be called
350 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
351 write will abort on detecting whitespaces.
352 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
353 automatically prior to writing.
354
355 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
356 whitespaces in the error output!
357
dde6824c 358 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
359 `indent-tabs-mode', since the latter notes user preferences on
360 TABs anyway.
361
362 * whitespace.el (whitespace-version): 3.1. All of the above issues
363 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
364
9b96c57d
GM
3652001-08-20 Gerd Moellmann <gerd@gnu.org>
366
8039284a
GM
367 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
368 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
369
9b96c57d
GM
370 * whitespace.el (whitespace-global-mode): Add autoload cookie.
371
1c71c0c3
GM
3722001-08-20 Alex Schroeder <alex@gnu.org>
373
374 * sql.el (sql-db2): Doc change.
375
3762001-08-20 Alex Schroeder <alex@gnu.org>
377
378 * sql.el (sql-postgres): Add the database at the end of the
379 parameters instead of at the beginning.
380 (sql-postgres-options): Doc change.
381
6c7f60a2
GM
3822001-08-17 Gerd Moellmann <gerd@gnu.org>
383
384 * custom.el (defcustom): Doc fix.
385
64ed6f71
GM
3862001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
387
6c7f60a2 388 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
389 returns a valid character.
390
7851eb98
EZ
3912001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
392
393 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
394 original-point for extra CR characters that are added/removed when
395 the buffer is written/read whose EOL type is -dos.
396
b76dfd21
MB
3972001-08-16 Miles Bader <miles@gnu.org>
398
399 * simple.el (line-move): Undo previous change.
1f8437c4
RV
400
401 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
402 property to input-terminating `boundary' overlays to avoid
403 line-move wierdness.
404
e67d1843
GM
4052001-08-16 Gerd Moellmann <gerd@gnu.org>
406
407 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
408 buffer in a save-restriction. Under one test case with Ediff,
409 window-scroll-functions are run with a window start that's
410 temporarily outside of the restriction.
411
21324fae
GM
4122001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
413
dde6824c 414 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
415 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
416 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
417 (texinfo-update-menu-region-beginning)
418 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
419 command, @ifnottex, to regexps, so it is found.
420
0645d241
AI
4212001-08-16 Andrew Innes <andrewi@gnu.org>
422
423 * makefile.nt (DONTCOMPILE): Omit bindings.el.
424 (DONTCOMPILE): Omit sc.el.
425
426 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
427 (DONTCOMPILE): Omit sc.el.
428
ae13fc3c
GM
4292001-08-16 Gerd Moellmann <gerd@gnu.org>
430
431 * replace.el (occur): Bind inhibit-read-only to t.
432
1369261b
MB
4332001-08-16 Miles Bader <miles@gnu.org>
434
dde6824c
SM
435 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
436 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 437
8464af45
GM
4382001-08-15 Gerd Moellmann <gerd@gnu.org>
439
ec69d5ec 440 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 441 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 442
1f8437c4 443 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
444 of a while-loop.
445
93aba6fc 446 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 447
8464af45
GM
448 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
449 Don't include term/.
450
ae13fc3c
GM
451 * mail/sc.el: Moved to obsolete/.
452
8b313639
GM
4532001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
454
455 * ps-print.el: Change error function arguments to follow Emacs
456 message convention. Doc fix.
457 (ps-print-version): New version number (6.5.4).
458 (coding-system-for-write): Change declaration position to avoid
459 XEmacs compilation gripes.
dde6824c
SM
460 (coding-system-for-read, buffer-file-coding-system):
461 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
462
463 * ps-mule.el: Doc fix.
464 (ps-mule-encode-header-string): If STRING is not a string, replace
465 STRING by empty string.
466
5fb125b4
EZ
4672001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * frame.el (show-trailing-whitespace): Doc fix.
470
49e49b77
EZ
4712001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
472
473 * desktop.el (desktop-save): Insert the coding: tag before
474 desktop-header.
475
3e6385a4
GM
4762001-08-13 Gerd Moellmann <gerd@gnu.org>
477
0de73d5a
GM
478 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
479 its path from $els.
480
3e6385a4
GM
481 * image.el (image-jpeg-p): Fix call of substring.
482
4a9bf8a4
GM
4832001-08-10 Gerd Moellmann <gerd@gnu.org>
484
242e5463
GM
485 * play/animate.el (animate-string): Doc fix. Use a buffer
486 name with stars in it.
487 (animate-sequence): New function.
488 From Richard Stallman <rms@gnu.org>.
489
030f4537
GM
490 * frame.el (select-frame-set-input-focus): New function
491 extracted from other-frame.
492 (other-frame): Use it.
493 (next-multiframe-window, previous-multiframe-window): Use it.
494
346f18dc
GM
495 * isearch.el (isearch-other-meta-char): Don't switch to the
496 buffer of a window clicked on, when the current buffer is
497 in Isearch mode.
498
4a9bf8a4
GM
499 * image.el (image-jpeg-p): Test for APPn markers in the range
500 #xe0..#xef.
501
eaa2319f
GM
5022001-08-09 Gerd Moellmann <gerd@gnu.org>
503
3638868e
GM
504 * desktop.el (desktop-save): Don't use concat to form a file
505 name, use expand-file-name.
506
6b48d742
GM
507 * mouse.el (mouse-delete-window): Do nothing if frame has just
508 one window.
509
ed771c89
GM
510 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
511 for the minor mode name.
512
513 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
514 minor mode name.
515
dde6824c
SM
516 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
517 instead of make-mode-line-mouse2-map.
ed771c89
GM
518
519 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
520 the minor mode name.
521
dde6824c
SM
522 * emacs-lisp/easy-mmode.el (define-minor-mode):
523 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 524
dde6824c
SM
525 * calendar/calendar.el (calendar-mode-line-format):
526 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 527
a4afe04e
GM
528 * bindings.el (make-mode-line-mouse-map): Renamed from
529 make-mode-line-mouse2-map. Take additional arg MOUSE.
530 (mode-line-modified): Use mouse-3 instead of mouse-2.
531 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 532 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 533
8e3189f0
GM
534 * bindings.el (mode-line-format): Specify help-echo for line
535 number, column number and buffer-percent part of the mode-line.
536
eaa2319f
GM
537 * image.el (image-type-regexps): Allow whitespace at the start
538 of the image data for XPM, XBM and Postscript, which are
539 text files.
540 (image-jpeg-p): Correct calculation of next field offset.
541
e3601cf6
PJ
5422001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
543
544 * battery.el: Fix typo.
545
057b57f6
GM
5462001-08-08 Gerd Moellmann <gerd@gnu.org>
547
8a8ef149
GM
548 * image.el (image-type-regexps): Allow predicates. Change the way
549 JPEG images are recognized.
550 (image-jpeg-p): New function.
551 (image-type-from-data): Handle predicates in image-type-regexps.
552
057b57f6
GM
553 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
554 #:, #x, #o, and similar constructs.
555
69ebef1d
GM
5562001-08-07 Gerd Moellmann <gerd@gnu.org>
557
22d01aed
GM
558 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
559
23f46f6f
GM
560 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
561 instead of `progn'.
562
e8421604
GM
563 * tar-mode.el (tar-extract): Avoid generating a new buffer
564 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
565
ea2c6478
GM
566 * textmodes/paragraphs.el (forward-sentence): Avoid building
567 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
568
dde6824c
SM
569 * progmodes/executable.el (executable-set-magic):
570 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
571 inserting it.
572
1155d483 573 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 574 derived from the JFIF spec.
1f8437c4 575
69ebef1d
GM
576 * image.el (image-type-regexps): Use `\`' instead of `^' in
577 most regular expressions.
578
d1d850d6
PJ
5792001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
580
dde6824c 581 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 582
98a8938c
GM
5832001-08-06 Gerd Moellmann <gerd@gnu.org>
584
dde6824c
SM
585 * help.el (describe-function-1): Use find-function-search-for-symbol
586 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 587
5a397d28
GM
588 * play/animate.el (animate-birthday-present): Re-insert.
589
dde6824c
SM
590 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
591 Handle old-style menu definitions.
98a8938c 592
7b3220c0
PJ
5932001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
594
6228c05b 595 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 596 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 597
070c251e 598 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
599 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
600 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 601
dffb6224
PJ
6022001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
603
604 * textmodes/tildify.el: Milan Zamazal has new address.
605
698665d1
GM
6062001-08-03 Gerd Moellmann <gerd@gnu.org>
607
be48584d
GM
608 * custom.el (custom-set-variables): Don't test `custom-requests'
609 properties, check the third element of the options passed to
610 custom-set-variables instead.
611
5e1f85e0 612 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 613 instead of file-exists-p.
5e1f85e0 614
b0fa1513
GM
615 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
616 the mode-line face is restored. Fix several bugs.
617
698665d1
GM
618 * replace.el (perform-replace): Doc fix.
619
4a7641d9
FP
6202001-08-02 Francesco Potorti` <pot@gnu.org>
621
622 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
623 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
624 (uniquify-fix-item-base, uniquify-fix-item-filename)
625 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
626 Callers changed.
627 (uniquify-set-proposed): Changed to work with a vector item.
628 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
629 the fix list, and a list of strings for the non-file buffer
630 names. Both changes reduce consing.
631 (uniquify-rationalize-a-list): Local variable renaming.
632 (uniquify-rationalize-conflicting-sublist): Use member instead of
633 assoc.
634 (uniquify-rename-buffer): Use unless instead of if not.
635
77389930
GM
6362001-08-02 Gerd Moellmann <gerd@gnu.org>
637
dde6824c 638 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 639
cb3f945f
GM
640 * custom.el (custom-set-variables): Set options with :require
641 clauses last.
4a7641d9 642
fbc7f2a6
GM
643 * custom.el (defcustom): Doc fix.
644
77389930
GM
645 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
646
9761cd3a
EZ
6472001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
648
7e03f4c8
EZ
649 * man.el (man): Mention Man-switches in the doc string.
650 (Man-switches): Mention -a in the doc string.
651
dde6824c
SM
652 * textmodes/ispell.el (ispell-alternate-dictionary):
653 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 654
9761cd3a
EZ
655 * bindings.el: Bind shifted and control-shifted kp-* keys to the
656 corresponding non-kp keys. Suggested by Stephen Gildea
657 <gildea@alum.mit.edu>.
658
cc46bfe7
FP
6592001-08-01 Francesco Potorti` <pot@gnu.org>
660
fc10ed8c
FP
661 * uniquify.el: These changes correct a corner case that the old
662 code managed correctly.
663 (uniquify-fix-item-proposed): Renamed from
664 uniquify-fix-item-min-proposed.
665 (uniquify-set-proposed): New function.
666 (uniquify-rationalize-file-buffer-names): Code reshuffled for
667 clarity and speed.
dde6824c
SM
668 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
669 This is equivalent to what the old code did.
fc10ed8c
FP
670 (uniquify-rationalize-a-list): Never recompute the proposed
671 name. Sort the conflicting sublist before rationalising it: this
672 is equivalent to what the old code did, but one directory element
673 at a time, and only when necessary.
674 (uniquify-rationalize-conflicting-sublist): Recompute here the
675 proposed name.
cc46bfe7 676
dd388130
GM
6772001-08-01 Gerd Moellmann <gerd@gnu.org>
678
81b1a79d
GM
679 * play/animate.el: Add Keywords and Maintainer. Remove a
680 reference to a removed function.
cc46bfe7 681
dd388130
GM
682 * play/animate.el (animate-string): Handle case that the string is
683 longer than the window is wide.
684
6b053e39
GM
6852001-07-31 Gerd Moellmann <gerd@gnu.org>
686
ed86208c
GM
687 * desktop.el (desktop-save): Bind coding-system-for-write to
688 `emacs-mule' for write-region.
689
10e922bd
GM
690 * delsel.el (delete-selection-pre-hook): Don't set this-command
691 to `ignore' if the region is empty.
692
dde6824c
SM
693 * international/mule.el (set-keyboard-coding-system):
694 Set keyboard-coding-system.
b23bad0b 695
6b053e39
GM
696 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
697 before accessing it.
698
d004e96a
AS
6992001-07-30 Andreas Schwab <schwab@suse.de>
700
dde6824c
SM
701 * menu-bar.el (toggle-highlight-paren-mode):
702 Use `(show-paren-mode)' as body.
d004e96a 703
892c8dea
AS
7042001-07-30 Andre Spiegel <spiegel@gnu.org>
705
706 * vc.el (vc-checkout-hook): New hook.
707 (vc-checkout): Run it.
708
21f79512
EZ
7092001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
710
dde6824c
SM
711 * progmodes/make-mode.el (makefile-macroassign-regex):
712 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 713
291e3b68
GM
7142001-07-30 Gerd Moellmann <gerd@gnu.org>
715
6594ac22
GM
716 * vc.el (vc-switch-backend): Fix autoload cookie.
717
291e3b68
GM
718 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
719 the desktop file.
720
87449711
GM
7212001-07-30 Simon Josefsson <jas@extundo.com>
722
723 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
724 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
725
bf85004b
GM
7262001-07-27 Gerd Moellmann <gerd@gnu.org>
727
75c5350a
GM
728 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
729 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
730 (last-sexp-toggle-display, eval-last-sexp-1):
731 Use last-sexp-setup-props.
75c5350a 732
cc46bfe7 733 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
734 New user-options.
735 (mouse-wheel-change-button): New function.
736 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
737 (mwheel-scroll): Ditto.
738
16098288
GM
7392001-07-26 Gerd Moellmann <gerd@gnu.org>
740
ac49effe
GM
741 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
742 `...', compare with unabbreviated printed representation instead.
743 (last-sexp-print): Bind print-length and print-level to nil.
744
be4a68f9
GM
745 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
746 before assigning text properties. Make properties rear-nonsticky.
ac49effe 747
f6e6cdf2
GM
748 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
749 (eval-last-sexp-1): Give printed text a `keymap' property and bind
750 <mouse-2> and <RET> in that map to a function printing the
751 unabbreviated value.
752
16098288
GM
753 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
754 is a buffer, put a text property `printed-value' on the printed
755 representation, with the Lisp object printed as value.
756
343462ed
EZ
7572001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
758
759 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
760 Mention the effect of eval-expression-print-length and
761 eval-expression-print-level in the doc strings. Suggested by
762 Kevin Gallagher <kevingal@onramp.net>.
763
e043664a
GM
7642001-07-25 Gerd Moellmann <gerd@gnu.org>
765
4b09e331
GM
766 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
767 for buttons > 3.
768 (xterm-mouse-translate): Handle the case that we don't get a
769 down-event.
cc46bfe7 770
dde6824c
SM
771 * emacs-lisp/find-func.el (find-function-regexp):
772 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
773 in front of the function name.
774
17635d50 775 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 776
3fb01f36
GM
777 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
778 similar events for which fake prefix keys are generated. It's no
779 longer necessary since read_key_sequence doesn't modify these
780 events for internal purposes anymore.
781
e043664a
GM
782 * files.el (auto-mode-alist): Use nroff-mode for files ending
783 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
784
a9f73104
EZ
7852001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
786
787 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
788 tool-bar-lines parameter, behave as if its value were zero.
789 (mouse-avoidance-set-pointer-shape): Don't do anything if
790 x-pointer-shape is not boundp.
791
c02a76cc
FP
7922001-07-23 Francesco Potorti` <pot@gnu.org>
793
f0188953 794 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
795 (uniquify-fix-item-base, uniquify-fix-item-filename)
796 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 797 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 798 place in the item, but was never used.
c02a76cc 799 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 800 in the item is now used as cache for the proposed name.
c02a76cc 801 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
802 newbuffile out of the loop, in the newbuffile-nd local var.
803 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 804 common case and cache it in the fourth place in the item.
f0188953 805 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 806 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
807 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
808 the cached proposed name, does much less consing and is quicker.
809 (uniquify-filename-lessp): Deleted.
dde6824c
SM
810 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
811 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
812 cached proposed name is possible.
813 (uniquify-get-proposed-name): Arguments changed, callers changed.
814 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
815 uniquify-possibly-resolvable flag, which is no more bound locally.
816 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 817 flag, which does not exist any more.
c02a76cc 818
31fac3b8
EZ
8192001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
820
be8cf99e
EZ
821 * term/internal.el (IT-unicode-translations): Fix the appearance of
822 "6`".
823
31fac3b8
EZ
824 * progmodes/compile.el (compile-internal): If EMACS is already
825 defined in the environment, don't override its value.
826
73496807
GM
8272001-07-23 Gerd Moellmann <gerd@gnu.org>
828
9e5a7f2a
GM
829 * play/fortune.el: Undo change of 2001-07-13.
830 Fix autoload cookies. Add types to defcustoms.
831 (fortune) <defgroup>: Add :link.
832 (fortune-from-region): Use eq, not eql.
833 From Dave Love <fx@gnu.org>.
c02a76cc 834
5247262a 835 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 836
73496807
GM
837 * play/animate.el: New file.
838
722a451d
EZ
8392001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
840
dde6824c
SM
841 * startup.el (normal-top-level-add-subdirs-to-load-path):
842 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
843 canonicalized names of the directories instead of inode numbers.
844
4960e757 8452001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 846
4960e757
MK
847 * ediff-util.el: Copyright years.
848 (ediff-choose-syntax-table): New function.
849 (ediff-setup): Use ediff-choose-syntax-table.
73496807 850 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 851 vc-state is available.
73496807 852 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 853
4960e757
MK
854 * ediff-init.el (ediff-with-syntax-table): New macro, uses
855 with-syntax-table.
73496807
GM
856 (ediff-coding-system-for-read): From ediff-diff.el
857 (ediff-coding-system-for-write): New variable.
858 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 859 overlays.
73496807
GM
860 (ediff-file-remote-p): Use file-remote-p, if available.
861 (ediff-listable-file): New function.
862 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 863
dde6824c
SM
864 * ediff-mult.el (ediff-meta-insert-file-info1):
865 Use ediff-listable-file.
c02a76cc 866
dde6824c
SM
867 * ediff-ptch.el (ediff-prompt-for-patch-file):
868 Use ediff-coding-system-for-read.
73496807 869 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 870
73496807
GM
871 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
872 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 873
4960e757 874 * ediff.el: Date of last update, copyright years.
c02a76cc 875
4960e757 876 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 877
4960e757
MK
878 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
879 of Scott Bronson.
880 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
881 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
882 Deleted functions.
883 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
884 ex-token-list.
73496807 885 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 886
dde6824c 887 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
888 (viper-memq-char): Use viper-int-to-char.
889 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 890 vc-locking-state.
73496807 891 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 892
dde6824c
SM
893 * viper.el (viper-major-mode-modifier-list):
894 Added inferior-emacs-lisp-mode.
73496807 895 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 896 heuristics to decide if vi state is appropriate.
73496807
GM
897 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
898 (viper-non-hook-settings): Don't advise read-key-sequence.
899 (viper-read-key-sequence): New function that replaces the
4960e757 900 previously used advice to read-key-sequence.
c02a76cc 901
73496807
GM
902 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
903 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
904 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
905 (viper-open-line-at-point,viper-substitute,viper-overwrite)
906 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
907 Got rid of the negative character hack.
4960e757 908 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
909 Use viper-read-key-sequence.
910 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 911 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 912 Don't override existing minibuffer-setup-hook.
4960e757 913 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 914 Convert registers to char data type.
73496807 915 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
916
917 * viper-keym.el: Use viper-exec-key-in-emacs.
918
05824718
SM
9192001-07-20 Stefan Monnier <monnier@cs.yale.edu>
920
921 * server.el (server-visit-files): Fix variable name typo.
922
6e07c0a5
GM
9232001-07-20 Gerd Moellmann <gerd@gnu.org>
924
05824718 925 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
926 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
927
5b6858da
SM
9282001-07-19 Stefan Monnier <monnier@cs.yale.edu>
929
930 * progmodes/compile.el (compilation-parse-errors): `linenum' might
931 return a this-error using the alternative format (a pair of markers).
932
794d58ba
GM
9332001-07-19 Gerd Moellmann <gerd@gnu.org>
934
4e2a256b
GM
935 * font-lock.el (c++-keywords): Add Standard C++ operator names.
936
794d58ba
GM
937 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
938 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 939
381194d0
PJ
9402001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
941
942 * international/iso-transl.el: Fix typo in the header of the file.
943
944 * textmodes/picture.el (picture): Doc fix.
945
946 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
947 follow coding conventions in generated files.
948
27009a49
EZ
9492001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
950
5b6858da 951 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
952 (tool-bar-add-item): Don't call image-related primitives if the
953 display doesn't support images.
954
955 * frame.el (display-images-p): New function.
956
467f1209
GM
9572001-07-17 Gerd Moellmann <gerd@gnu.org>
958
959 * server.el (server-visit-files): Handle the case the specified
960 column number is <= 0.
961
9622001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
963
964 * startup.el (command-line-1): Add support for +LINE:COLUMN
965 command line argument.
966
9672000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
968
5b6858da
SM
969 * server.el (server-process-filter, server-visit-files):
970 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 971
9781053a
PJ
9722001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
973
974 * emacs-lisp/easy-mmode.el: Add Keywords header.
975
976 * play/pong.el: Author has new address.
977
978 * play/landmark.el: Author is no more reachable.
979
980 * play/handwrite.el: Author is no more reachable.
981
5b6858da
SM
9822001-07-17 Stefan Monnier <monnier@cs.yale.edu>
983
984 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
985 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
986 Complete bindings for F<1..12> keys.
987 (global-map): Remove `undo' binding (already in the default).
988 Replace `t<n>' bindings with `f<n>' bindings.
989
a38b71b0
SM
9902001-07-16 Stefan Monnier <monnier@cs.yale.edu>
991
992 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
993 (tcl-mode): Use tcl-add-log-defun.
994 (tcl-indent-line): Use tcl-calculate-indent.
995 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
996 (tcl-indent-exp): Renamed from indent-tcl-exp.
997 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
998 (tcl-indent-for-comment): Call comment-indent-function properly
999 and handle the case where it returns nil.
1000
c1d61a7d
GM
10012001-07-16 Gerd Moellmann <gerd@gnu.org>
1002
a38b71b0
SM
1003 * calendar/cal-islam.el (calendar-goto-islamic-date):
1004 Remove autoload cookie.
1005
1006 * calendar/calendar.el (calendar-goto-islamic-date):
1007 Add call to autoload.
c1d61a7d 1008
c59fb719
SM
10092001-07-16 Stefan Monnier <monnier@cs.yale.edu>
1010
1011 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
1012 Don't change compile-auto-highlight globally.
1013 Don't bother with `font-lock-defaults' property since XEmacs
1014 also understands the `font-lock-defaults' variable.
1015 Use make-local-variable rather than make-variable-buffer-local.
1016 Don't `defconst' comment-indent-function: keep the default.
1017 Call easy-menu-add unconditionally.
1018 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
1019 (ada-create-menu): Use :included for Emacs as well.
1020
1021 * vc.el (vc-do-command): Autoload.
1022
1023 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
1024
652a9be9
PJ
10252001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1026
1027 * ps-print.el: Fix Author: header.
1028
c3d6be34
GM
10292001-07-16 Gerd Moellmann <gerd@gnu.org>
1030
4391d40d
GM
1031 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
1032 mouse-1 etc., bind them to `ignore'.
1033
c3d6be34
GM
1034 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
1035 send-invisible, which is already defined in Comint.
1036 (eshell-watch-for-password-prompt): Use it.
1037
e8af40ee
PJ
10382001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1039
3c3e43ef
PJ
1040 * which-func.el (which-func-mode): Doc fix.
1041
e8af40ee 1042 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
1043 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
1044 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
1045 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
1046 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
1047 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
1048 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
1049 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
1050 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
1051 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
1052 * emulation/edt-mapper.el, emulation/edt-pc.el,
1053 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
1054 * emulation/tpu-edt.el, emulation/tpu-extras.el,
1055 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
1056 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
1057 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
1058 * international/isearch-x.el, international/iso-cvt.el,
1059 * international/ogonek.el, international/quail.el,
1060 * international/utf-8.el, jit-lock.el, language/devan-util.el,
1061 * language/devanagari.el, language/ethio-util.el,
1062 * language/ethiopic.el, language/european.el, language/indian.el,
1063 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
1064 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
1065 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
1066 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
1067 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
1068 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
1069 * progmodes/autoconf.el, progmodes/cmacexp.el,
1070 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
1071 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
1072 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
1073 * progmodes/ebnf2ps.el, progmodes/executable.el,
1074 * progmodes/fortran.el, progmodes/idlw-shell.el,
1075 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
1076 * progmodes/m4-mode.el, progmodes/mantemp.el,
1077 * progmodes/meta-mode.el, progmodes/octave-inf.el,
1078 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
1079 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
1080 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
1081 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
1082 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
1083 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
1084 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
1085 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
1086 * textmodes/two-column.el, time-stamp.el, timezone.el,
1087 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
1088 * which-func.el, whitespace.el, wid-browse.el, widget.el,
1089 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
1090 conventions.
1091
bb24c64f
GM
10922001-07-16 Gerd Moellmann <gerd@gnu.org>
1093
1094 * simple.el (set-variable): Require 'cus-edit' instead of
1095 `wid-edit', so that the Custom widgets get defined.
1096
6a05d05f
PJ
10972001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1098
1099 * allout.el: A fix to follow coding conventions.
1100
1101 * find-lisp.el: A fix to follow coding conventions.
1102
1103 * term/w32-win.el: A fix to follow coding conventions.
1104
1105 * textmodes/sgml-mode.el: A fix to follow coding conventions.
1106
1107 * term/xterm.el: A fix to follow coding conventions.
1108
1109 * term/news.el: A fix to follow coding conventions.
1110
1111 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
1112 header line fixed.
1113
1114 * sun-curs.el: Fix Maintainer: header line.
1115
1116 * emacs-lisp/easymenu.el: Address of the author added.
1117
1b85bd12
GM
11182001-07-16 Gerd Moellmann <gerd@gnu.org>
1119
1120 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
1121 property.
1122
6e44da43
PJ
11232001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1124
1125 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 1126 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
1127 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
1128 Some fixes to follow coding conventions.
6e44da43 1129
6033fc96
GM
11302001-07-16 Gerd Moellmann <gerd@gnu.org>
1131
1132 * which-func.el (which-func-mode): Doc fix.
1133
5d3d1e32
SM
11342001-07-15 Stefan Monnier <monnier@cs.yale.edu>
1135
1136 * net/rcompile.el (remote-compile): Use make-local-variable.
1137
1138 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
1139
1140 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
1141
1142 * mail/reporter.el (reporter-submit-bug-report):
1143 Don't abuse make-variable-buffer-local. Fix call to add-hook.
1144
55535639
PJ
11452001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1146
3afbc435 1147 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
1148 * calendar/cal-dst.el, calendar/cal-french.el,
1149 * calendar/cal-hebrew.el, calendar/cal-islam.el,
1150 * calendar/cal-iso.el, calendar/cal-julian.el,
1151 * calendar/cal-mayan.el, calendar/cal-persia.el,
1152 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
1153 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
1154 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
1155 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
1156 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
1157 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
1158 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
1159 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
1160 * progmodes/ada-xref.el, progmodes/cc-align.el,
1161 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
1162 * progmodes/cc-defs.el, progmodes/cc-engine.el,
1163 * progmodes/cc-langs.el, progmodes/cc-menus.el,
1164 * progmodes/cc-styles.el, progmodes/cc-vars.el,
1165 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
1166 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
1167 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
1168 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
1169 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
1170 * textmodes/reftex.el: Some fixes to follow coding
3afbc435
PJ
1171 conventions in Eshell files with known maintainers.
1172
1173 * emulation/viper.el: A fix to follow coding conventions.
1174
60370d40 1175 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
1176 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
1177 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
1178 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
1179 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
1180 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
1181 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
1182 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
1183 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
1184 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
60370d40
PJ
1185 conventions in Eshell files.
1186
1187 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
1188 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
1189 * emulation/pc-mode.el, emulation/viper-cmd.el,
1190 * emulation/viper-ex.el, emulation/viper-init.el,
1191 * emulation/viper-keym.el, emulation/viper-macs.el,
1192 * emulation/viper-mous.el, emulation/viper-util.el,
1193 * emulation/viper.el, forms-pass.el, international/ccl.el,
1194 * international/characters.el, international/encoded-kb.el,
1195 * international/fontset.el, international/ja-dic-cnv.el,
1196 * international/ja-dic-utl.el, international/kinsoku.el,
1197 * international/kkc.el, international/mule-cmds.el,
1198 * international/mule-diag.el, international/mule-util.el,
1199 * international/mule.el, international/titdic-cnv.el,
1200 * language/china-util.el, language/chinese.el,
1201 * language/cyril-util.el, language/cyrillic.el, language/english.el,
1202 * language/greek.el, language/hebrew.el, language/japan-util.el,
1203 * language/japanese.el, language/korea-util.el, language/korean.el,
1204 * language/lao-util.el, language/lao.el, language/misc-lang.el,
1205 * language/slovak.el, language/thai-util.el, language/thai.el,
1206 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
1207 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
1208 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
1209 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
1210 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
1211 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
1212 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
1213 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
1214 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
1215 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
1216 to follow coding conventions in files without maintainer or in files
1217 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
1218
1219 * emacs-lisp/elp.el: A fix to follow coding conventions.
1220
715a2ca2 1221 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
1222 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
1223 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
1224 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
1225 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
1226 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
1227 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
1228 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
1229 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
1230 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
1231 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
1232 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
1233 conventions in files from Gnus.
1234
55535639 1235 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
1236 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
1237 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
1238 * echistory.el, electric.el, emacs-lisp/authors.el,
1239 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
1240 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
1241 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
1242 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
1243 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
1244 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
1245 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
1246 * international/codepage.el, international/iso-ascii.el,
1247 * international/iso-insert.el, international/iso-transl.el,
1248 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
1249 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
1250 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
1251 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
1252 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
1253 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
1254 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
1255 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
1256 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
1257 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
1258 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
1259 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
1260 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
1261 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
1262 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
1263 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
1264 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
1265 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
1266 * textmodes/tex-mode.el, textmodes/text-mode.el,
1267 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
1268 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
1269 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
1270 files maintained by FSF.
1271
1cd7adc6
PJ
12722001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1273
1274 * arc-mode.el: A fix to follow coding conventions.
1275
1276 * bindings.el: Ditto.
1277
1278 * cdl.el: Ditto.
1279
1280 * comint.el: Ditto.
1281
1282 * cus-start.el: Ditto.
1283
1284 * shell.el: Ditto.
1285
1286 * skeleton.el: Ditto.
1287
07b1b912
SM
12882001-07-13 Stefan Monnier <monnier@cs.yale.edu>
1289
1290 * info.el (Info-build-node-completions):
1291 Make Info-current-file-completions buffer local.
1292
09938b67
GM
12932001-07-13 Gerd Moellmann <gerd@gnu.org>
1294
e0f82ad8 1295 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 1296 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 1297
07b1b912 1298 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 1299 Add autoload cookie.
aa11456f 1300
09938b67
GM
1301 * play/fortune.el: Add types to defcustoms.
1302
ebea5735
PJ
13032001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1304
09938b67 1305 * language/czech.el: A fix to follow coding conventions.
ebea5735 1306
ec7dc7e1
EZ
13072001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1308
1309 * speedbar.el (speedbar-supported-extension-expressions): Add .g
1310 to the extension list, for antlr-mode. From Christoph Wedler
1311 <Christoph.Wedler@sap.com>.
1312
ec402ad4
SM
13132001-07-11 Stefan Monnier <monnier@cs.yale.edu>
1314
1315 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
1316 (vc-dired-mode-map): Fix the madness.
1317
1318 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
1319 (vc-prefix-map): Moved back from vc.el.
1320
a777242c
GM
13212001-07-11 Gerd Moellmann <gerd@gnu.org>
1322
07b1b912
SM
1323 * mail/mail-extr.el (mail-extr-all-top-level-domains):
1324 Increase the size of the obarray.
a777242c
GM
1325 (mail-extr-all-top-level-domains): Add more toplevel domains,
1326 add more long names.
1327 From: Per Starback <starback@ling.uu.se>.
1328
874d7995
EZ
13292001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
1330
1331 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
1332 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1333
1334 * progmodes/ada-mode.el: Ditto.
1335
1336 * progmodes/ada-xref.el: Ditto.
1337
ff524b84
MB
13382001-07-11 Miles Bader <miles@gnu.org>
1339
1340 * finder.el (finder-insert-at-column): Also move to the next line
1341 if exactly at COLUMN.
1342
6b05fae3
GM
13432001-07-10 Gerd Moellmann <gerd@gnu.org>
1344
6ce5615d
GM
1345 * help.el (describe-function-1): When printing FUNCTION's
1346 documentation, don't assume FUNCTION is a symbol.
1347
6b05fae3
GM
1348 * startup.el (normal-top-level): Don't operate on the initial
1349 frame if we failed to create one.
1350
19da29f9
GM
13512001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
1352
1353 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
1354 itself, i.e. only indent the contents in it.
1355
6f19114e
GM
13562001-07-10 Markus Rost <rost@math.ohio-state.edu>
1357
1358 * mail/rmail.el (rmail-show-message): Show beginning of message in
1359 all windows containing it.
1360
8184a578
EZ
13612001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
1362
1363 * term/tty-colors.el: Fix the header line and copyright years.
1364
524ac5b2
GM
13652001-07-09 Gerd Moellmann <gerd@gnu.org>
1366
4033ae9d
GM
1367 * emacs-lisp/advice.el (ad-make-advised-definition): If the
1368 original definition has an interactive form, but is Elp
1369 instrumented, use the interactive form of the function called by
1370 elp-wrapper.
1371
59c2dcf4
GM
1372 * winner.el (winner-equal): Make it a defun. Don't compare Winner
1373 configurations with compare-window-configuration; they aren't
1374 window configurations.
1375
524ac5b2
GM
1376 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
1377 from the server for the format we expect. Don't use it if it
c59fb719 1378 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 1379
06c66e1c 1380 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
1381 From Luis Fernandes <elf@ee.ryerson.ca>.
1382
524ac5b2 13832001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
1384
1385 * cc-cmds.el: Extended the kludge to interoperate with the
1386 delsel and pending-del packages wrt to the new function
1387 `c-electric-delete-forward'.
1388
851040a5
SM
13892001-07-08 Stefan Monnier <monnier@cs.yale.edu>
1390
1391 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
1392 to delay the call to <mode> for global minor modes.
1393 (easy-mmode-define-navigation): Only recenter if interactive.
1394
6573d87f
GM
13952001-07-06 Gerd Moellmann <gerd@gnu.org>
1396
a25e82a8
GM
1397 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
1398 to lisp-indent-line.
1399
6573d87f
GM
1400 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
1401 from the server. Call encode-time only when we are sure that we
1402 got a 213 response.
1403
c1a1fd60
GM
14042001-07-06 Simon Josefsson <jas@extundo.com>
1405
1406 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
1407 (mail-envelope-from): New user option.
1408 (sendmail-send-it): Use it.
1409
4b81a999
GM
14102001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1411
851040a5
SM
1412 * ps-print.el: Use locale dependant date to print date in header.
1413 Doc fix.
4b81a999
GM
1414 (ps-print-version): New version number (6.5.3).
1415 (ps-right-header, ps-right-footer): Initialization and doc fix.
1416 (ps-time-stamp-locale-default): New fun.
1417
a2cc5c4f
GM
14182001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1419
1420 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
1421 field problem with MIME-mode.
1422
1423 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
1424
14252001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1426
1427 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
1428 MIME-mode.
1429
a9b511e0
EZ
14302001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
1431
1432 * bindings.el (mode-line-mule-info): Don't show the tip with
1433 buffer-file-coding-system if that is nil.
1434
0f60e5ff
GM
14352001-07-05 Gerd Moellmann <gerd@gnu.org>
1436
f25cfe53
GM
1437 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
1438 instead of kill-line.
1439
5f72adc0
GM
1440 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
1441 <Pavel@Janik.cz>.
1442
1443 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
1444 <Pavel@Janik.cz>.
0f60e5ff 1445
b5e2c7a7
GM
14462001-07-04 Gerd Moellmann <gerd@gnu.org>
1447
1448 * font-lock.el (c-font-lock-keywords-3): When matching something
1449 like `struct X Y', finish with point after Y.
1450
e5836af8 14512001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 1452
e5836af8 1453 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 1454 in caller buffer.
e5836af8 1455
f1c53471
EZ
14562001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
1457
bf4041b6 1458 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
1459 instead of string-match to find the basename of the file.
1460 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 1461
851040a5
SM
1462 * net/browse-url.el (browse-url-default-windows-browser):
1463 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
1464 (browse-url-browser-function) [ms-dos]: Default to
1465 browse-url-default-windows-browser.
1466
f1c53471
EZ
1467 * help.el (locate-library): Enable code that looks for compressed
1468 libraries if auto-compression-mode is on.
1469
4ce5c223
SM
14702001-07-02 Stefan Monnier <monnier@cs.yale.edu>
1471
1472 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
1473
dd441b46
GM
14742001-07-02 Gerd Moellmann <gerd@gnu.org>
1475
4ce5c223 1476 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 1477
7a3ee510
EZ
14782001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
1479
33e432b1
EZ
1480 * allout.el: Fix the header line, so that finder.el recognizes it.
1481 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1482
4ce5c223
SM
1483 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
1484 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 1485
3024d920
EZ
14862001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1487
4ce5c223 1488 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 1489
3024d920
EZ
1490 * ps-bdf.el (bdf-directory-list): Use the value relative to
1491 installation-directory for MS-Windows as well.
1492
0c1baae8
RS
14932001-06-29 Richard M. Stallman <rms@gnu.org>
1494
1495 * wid-edit.el (widget-color-sample-face-get):
1496 Return ((foreground-color . COLOR)) instead of constructing a face.
1497
442ebe98
EZ
14982001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
1499
1500 * faces.el (region): Change the background color for the
1501 light-background color display to lightgoldenrod2, to make it
1502 visible on some laptops.
1503
6519817e
RS
15042001-06-28 Richard M. Stallman <rms@gnu.org>
1505
1506 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
1507 (rmail-msg-restore-non-pruned-header): Likewise.
1508 If point was in the old pruned header, put it at the top.
1509 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 1510
6519817e
RS
1511 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
1512 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
1513
15533ae2
SM
15142001-06-28 Stefan Monnier <monnier@cs.yale.edu>
1515
1516 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
1517
19a448e3
KF
15182001-06-28 Karl Fogel <kfogel@red-bean.com>
1519
1520 * saveplace.el: Update maintainer email address.
1521
a17555fd
FP
15222001-06-27 Francesco Potorti` <pot@gnu.org>
1523
15533ae2
SM
1524 * uniquify.el: (uniquify-rationalize-file-buffer-names):
1525 Undo previous change.
a17555fd
FP
1526
15272001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
1528
1529 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
1530 preliminary quick reordering. Can speed things up dramatically.
1531
555cc9ca
RS
15322001-06-26 Richard M. Stallman <rms@gnu.org>
1533
4d68abe0
RS
1534 * dired.el (dired-get-filename): A file name starting with ~
1535 is not absolute in this context.
1536
555cc9ca
RS
1537 * which-func.el (which-func-maxout): Increase default to 500000.
1538 (which-function-mode): This is now the "real" name of the function.
1539 (which-func-mode): Now an alias.
1540 (which-func-mode-global): Name deleted.
1541
1542 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
1543 button-2, when binding hs-mouse-toggle-hiding.
1544
d9bad487
GM
15452001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1546
15533ae2 1547 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
1548 (rmail-msg-prune-header): Likewise.
1549 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
1550 and `rmail-msg-prune-header'.
1551
da197e75
SM
15522001-06-25 Stefan Monnier <monnier@cs.yale.edu>
1553
1554 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
1555 back than LINEBEG.
1556
9501b986
EZ
15572001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
1560 window where they clicked the mouse has a header line, adjust
1561 vertical movement by one.
1562
7aee34d3
GM
15632001-06-25 Milan Zamazal <pdm@zamazal.org>
1564
da197e75
SM
1565 * progmodes/glasses.el (glasses-make-readable): Consider underscores
1566 too when separating a parenthesis.
7aee34d3 1567
b9cc92a4
EZ
15682001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
1569
1570 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
1571 (bookmark-bmenu-hide-filenames): Add help-echo to
1572 mouse-highlighted text.
1573 (bookmark-bmenu-show-filenames): Remove help-echo property from
1574 the whitespace.
1575
e55c4863
EZ
15762001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
1577
da197e75
SM
1578 * files.el (auto-mode-alist): Add configure.ac (autoconf).
1579 From Karl Eichwalder <ke@suse.de>.
e55c4863 1580
4bd41f5a
RS
15812001-06-23 Richard M. Stallman <rms@gnu.org>
1582
1583 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
1584
1585 * progmodes/cc-styles.el (c-set-style): Don't specify initial
1586 contents for completing-read.
1587
fdae95d4
RS
15882001-06-22 Richard M. Stallman <rms@gnu.org>
1589
1590 * menu-bar.el (menu-bar-make-toggle): Construct the
1591 function's doc string from HELP, not DOC, and make it accurate by
1592 adding "Toggle whether to " at the front and downcasing the initial.
1593 Change the HELP arg in some calls to make it fit this usage.
1594
1595 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
1596 Undo previous change.
1597
5f0e1d42
EZ
15982001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
1599
1fd63d9b
EZ
1600 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
1601
da197e75 1602 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 1603
2ebf8f54
EZ
16042001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
1605
7a03d9cd
EZ
1606 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
1607
2ebf8f54
EZ
1608 * dabbrev.el (dabbrev--select-buffers): Fix last change.
1609
4de68712
RS
16102001-06-20 Richard M. Stallman <rms@gnu.org>
1611
1612 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
1613 broken out from dabbrev--find-expansion. Handle minibuffer
1614 specially here.
1615 (dabbrev--find-expansion): Simplify code in various ways.
1616 Don't treat minibuffers specially.
1617 Call dabbrev--make-friend-buffer-list.
da197e75 1618 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
1619 (dabbrev--scanning-message): Do nothing when minibuffer is current.
1620
f84e9763 16212001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 1622
f84e9763
JW
1623 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
1624 Also, added a comment describing how to greatly speedup Eshell
1625 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 1626
f5f3efaa 16272001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 1628
da197e75
SM
1629 * eshell/esh-mode.el: Disabled a test that often yields false failures.
1630
f84e9763
JW
16312001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
1632
1633 * woman.el (WoMan-highlight-references): Add help-echo to
1634 mouse-highlighted text.
b868ed49 1635
f7ac3e28
SM
16362001-06-18 Stefan Monnier <monnier@cs.yale.edu>
1637
1638 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
1639
f6f1beba
GM
16402001-06-18 Gerd Moellmann <gerd@gnu.org>
1641
f7ac3e28
SM
1642 * international/quail.el (quail-start-conversion):
1643 Reset quail-translating to nil.
db8f7303 1644
f6f1beba
GM
1645 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
1646 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
1647
1a0b9ae6
EZ
16482001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
1649
855eca56
EZ
1650 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
1651 mouse-highlighted text.
1652
1a0b9ae6
EZ
1653 * dired.el (dired-mark-pop-up): Fix last change.
1654
e75e894b
EZ
16552001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
1656
218abc51
EZ
1657 * calendar/calendar.el (generate-calendar-month): Add help-echo to
1658 mouse-highlighted text.
1659
d36ca65d
EZ
1660 * net/quickurl.el (quickurl-url-file): Run through
1661 convert-standard-filename.
1662 (quickurl-list-populate-buffer): Add help-echo to
1663 mouse-highlighted text.
1664 (top-level): Update Dave's URL.
1665
092924fd
EZ
1666 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
1667 mouse-highlighted text.
1668
f7ac3e28
SM
1669 * textmodes/page-ext.el (pages-copy-header-and-position):
1670 Add help-echo to mouse-highlighted text.
092924fd
EZ
1671
1672 * tar-mode.el (tar-header-block-summarize): Add help-echo to
1673 mouse-highlighted text.
1674
1675 * replace.el (occur): Add help-echo to mouse-highlighted text.
1676
1677 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
1678 mouse-highlighted text.
1679
1680 * progmodes/cpp.el (cpp-make-button): Add help-echo to
1681 mouse-highlighted text.
1682
f7ac3e28
SM
1683 * progmodes/compile.el (compile-reinitialize-errors):
1684 Add help-echo to mouse-highlighted messages.
092924fd
EZ
1685 (compilation-forget-errors): Remove help-echo property as well.
1686
f7ac3e28
SM
1687 * play/landmark.el (lm-plot-square, lm-init-display):
1688 Add help-echo to mouse-highlighted text.
092924fd 1689
f7ac3e28
SM
1690 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
1691 Add help-echo to mouse-highlighted text.
092924fd
EZ
1692
1693 * dired.el (dired-insert-set-properties): Add help-echo to
1694 mouse-highlighted text.
f7ac3e28 1695 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
1696
1697 * comint.el (comint-send-input): Add help-echo to
1698 mouse-highlighted text.
1699
1700 * buff-menu.el (list-buffers-noselect): Add help-echo to
1701 mouse-highlighted text.
1702
1703 * arc-mode.el (archive-summarize-files): Add help-echo to
1704 mouse-highlighted text.
1705
e75e894b
EZ
1706 * ffap.el (ffap-machine-p): Always return nil if
1707 open-network-stream is not fboundp.
1708
f621ed9d
SM
17092001-06-17 Stefan Monnier <monnier@cs.yale.edu>
1710
1711 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
1712 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
1713 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
1714 incorrectly binding chars between 128 and 256 to it.
1715 (sgml-maybe-name-self): Handle latin-1 chars properly.
1716 (sgml-tags-invisible): Bind buffer-file-name to nil.
1717 Use unwind-protect and restore-buffer-modified-p.
1718 (sgml-point-entered): Use buffer-substring-no-properties.
1719 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
1720 (html-mode): Don't force `imenu-sort-function'.
1721
884e8578
EZ
17222001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
1723
d5b49f47
EZ
1724 * tar-mode.el: Fix the copyright notice.
1725
ce6b1982
EZ
1726 * font-lock.el (font-lock-comment-face): For tty's with dark
1727 background, use "red1", since "lightred" is not one of the colors
1728 recognized by tty-colors.el.
1729
884e8578
EZ
1730 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
1731 create a buffer for extracted file, in case there's more than one
1732 file by that name in an archive, possibly in different
1733 directories. From Kevin Rodgers <kevinr@ihs.com>.
1734
1735 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
1736 <alex@gnu.org>.
1737
72190a54
MB
17382001-06-15 Miles Bader <miles@gnu.org>
1739
f621ed9d
SM
1740 * textmodes/texinfmt.el (texinfo-format-syntax-table):
1741 Revert previous change.
72190a54 1742
e4cdc335
RS
17432001-06-14 Richard M. Stallman <rms@gnu.org>
1744
1745 * replace.el (keep-lines-read-args): Return just a regexp.
1746 Provide nil for the region args.
f621ed9d 1747 (keep-lines, flush-lines, how-many):
e4cdc335
RS
1748 Calculate the defaults for the region here, when args are nil.
1749
c8c6b45a
EZ
17502001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1751
1752 * rot13.el (rot13-other-window): Some more doc fix.
1753
f54701d1
EZ
17542001-06-14 Per Starback <starback@ling.uu.se>
1755
1756 * replace.el (case-replace, query-replace-from-history-variable)
1757 (query-replace-to-history-variable, keep-lines-read-args)
1758 (occur-revert-function, query-replace-help): Dox fix.
1759
1604ce98
EZ
17602001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
1761
1762 * rot13.el (rot13-other-window): Doc fix.
1763
22058843
MB
17642001-06-14 Miles Bader <miles@gnu.org>
1765
1766 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
1767 of " and \ to "." (punctuation).
1768 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
1769
e4cdc335
RS
17702001-06-13 Richard M. Stallman <rms@gnu.org>
1771
1772 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
1773
1774 * simple.el (shell-command-on-region): Never kill the
1775 *Shell Command Output* buffer.
1776
a62d56ab
SM
17772001-06-13 Stefan Monnier <monnier@cs.yale.edu>
1778
1779 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
1780
4a0aa1d9
SM
17812001-06-10 Stefan Monnier <monnier@cs.yale.edu>
1782
1783 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
1784 New var, to recognize ${ $' and PODs.
1785 (perl-font-lock-syntactic-face-function): New function.
1786 (perl-mode): Use them.
1787 (perl-continuation-line-p): New function, from perl-calculate-indent.
1788 (perl-calculate-indent): Use it, to properly handle continuation
1789 lines of continuation lines.
1790
b5a9911c
EZ
17912001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
1792
1793 * server.el (server-process, server-buffer-clients): Doc fix.
1794 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
1795
0f056ec1
JW
17962001-06-09 John Wiegley <johnw@gnu.org>
1797
1798 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
1799 test if the last command was Lisp or not.
1800 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
1801 B x C".
1802
e5e316b0
EZ
18032001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
1804
1805 * dos-w32.el (grep-regexp-alist): Remove definition, since the
1806 general one on compile.el supports drive letters.
7f4350a7
CD
1807
18082001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
1809
5a905a7e 1810 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 1811 key description.
7f4350a7
CD
1812
1813 * textmodes/reftex-sel.el (reftex-select-jump): New command.
1814
5a905a7e 1815 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
1816 (reftex-toc-jump): New command.
1817
1818 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 1819 to parse international characters as well.
7f4350a7 1820
5a905a7e 1821 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 1822 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 1823
5a905a7e
SM
1824 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
1825
1826 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 1827 TAB to the key separators.
7f4350a7 1828
73419021
EZ
18292001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
1830
1831 * international/mule.el (auto-coding-alist): Remove redundant
1832 up-cased versions of the extensions (auto-coding-alist-lookup is
1833 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
1834 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
1835
cada28bb
EZ
18362001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
1837
1838 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
1839
4f7666dc
RS
18402001-06-01 Richard M. Stallman <rms@gnu.org>
1841
1842 * help.el (describe-variable): Put value on same line
1843 with preceding text, if it is short enough to look good that way.
1844
70079787
EZ
18452001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
1846
1847 * term/internal.el (IT-unicode-translations): New variable.
1848 (IT-setup-unicode-display): New function.
1849
c86f4619
GM
18502001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1851
1852 * ps-print.el: Handle before-string and after-string overlay properties
1853 in ps-print-*-with-faces commands. Doc fix.
1854 (ps-print-version): New version number (6.5.2).
1855 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
1856 for XEmacs.
1857 (ps-prefix-quote): Doc fix.
c6d452ad 1858 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
1859 (ps-basic-plot-str, ps-plot-string): New funs.
1860
1ea98518
SM
18612001-05-31 Stefan Monnier <monnier@cs.yale.edu>
1862
1863 * progmodes/etags.el (tags-compression-info-list): Fix docstring
1864 and :type spec.
1865
2b1ec973
GM
18662001-05-31 Gerd Moellmann <gerd@gnu.org>
1867
1ea98518
SM
1868 * international/mule-cmds.el (inactivate-input-method):
1869 Set input-method-function to nil.
2b1ec973 1870
94843cc1
GM
1871 * xml.el (xml-parse-tag): The document may contain invalid characters.
1872 From ShengHuo ZHU <zsh@cs.rochester.edu>
1873
9652931f
GM
18742001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
1875
1876 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
1877 `rmail-summary-line-decoder' if the message does not have
1878 a Subject: field.
9652931f 1879
1ea98518 1880 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 1881
1ea98518
SM
1882 * mail/rmail.el (rmail-insert-mime-resent-message-function):
1883 New variable.
9652931f
GM
1884 (rmail-resend): Modify to work in `rmail-view-buffer'; call
1885 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
1886 is non-nil.
1887
f7ac3e28
SM
18882001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
1889
1890 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
1891
b781e739
SS
18922001-05-29 Sam Steingold <sds@gnu.org>
1893
00f51890
SS
1894 * faces.el (face-valid-attribute-values): Bind `valid' directly
1895 instead of using `setq'.
1896
b781e739
SS
1897 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
1898 Use `tex-shell-buf'.
1899 (tex-shell-proc): Use `tex-shell-running'.
1900 (tex-shell-buf-no-error): New function.
1901 (tex-send-tex-command): Use it.
1902 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
1903 (tex-kill-job): Check the process before calling `quit-process'.
1904
3d0e328b
GM
19052001-05-29 Gerd Moellmann <gerd@gnu.org>
1906
1ea98518
SM
1907 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
1908 UTF-8 sequences.
3d0e328b 1909
8bd6307f
GM
19102001-05-28 Miles Bader <miles@gnu.org>
1911
1912 * comint.el (comint-carriage-motion): Renamed from
1913 `comint-cr-magic'. Operate on the buffer instead of the string
1914 (for use as a comint post-output filter, instead of as a
1915 pre-output filter). Handle backspaces too. Add to the
1916 `comint-output-filter-functions' hook instead of
1917 `comint-preoutput-filter-functions'.
1918
89c8dc6c
GM
19192001-05-28 Gerd Moellmann <gerd@gnu.org>
1920
1921 * language/japan-util.el (japanese-hankaku): Prefer the charset
1922 `jisx0201' when the optional argument `ascii-only' is not specified.
1923 (japanese-hankaku-region): Ditto.
1924 From Katsumi Yamaoka <yamaoka@jpl.org>
1925
f25c1b9b
SM
19262001-05-28 Stefan Monnier <monnier@cs.yale.edu>
1927
1928 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
1929 (outline-invisible-p): New function.
1930 (hide-leaves): Save excursion.
1931 (hide-other): Stop looping when reaching bobp.
1932
719bb352
EZ
19332001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
1934
1935 * cus-edit.el (custom-file): Fix last change.
1936
d686d354
SM
19372001-05-27 Stefan Monnier <monnier@cs.yale.edu>
1938
1939 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
1940 same definition in byte-compile-function-environment as `autoload'
1941 would put in `symbol-function'.
1942
1943 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
1944 patch to correct the error message as well.
1945
49b1a638
EZ
19462001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
1947
71261a01
EZ
1948 * cus-edit.el (custom-file): Don't assume we were invoked with -q
1949 unless ~/.emacs exists.
1950
49b1a638
EZ
1951 * novice.el (enable-command): If user-init-file is nil or does not
1952 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
1953
a434b175
SM
19542001-05-25 Stefan Monnier <monnier@cs.yale.edu>
1955
15ca8de7
SM
1956 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
1957 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
1958 Allow spaces around macro arguments.
1959 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
1960 indent-for-tab-command.
1961 (latex-mode-map, plain-tex-mode-map): New keymaps.
1962 Inherit from tex-mode-map.
1963 (tex-common-initialization): Don't setup the keymap any more
1964 since it's now done right by define-derived-mode.
1965 (latex-mode): Set skeleton-end-hook to nil.
1966 (latex-skeleton-end-hook): Remove.
1967 (tex-latex-block, latex-insert-item): Simplify.
1968 (latex-syntax-after): Use following-char rather than char-after.
1969 (tex-discount-args-cmds, tex-count-words): New functions.
1970
1971 * textmodes/tildify.el (tildify-ignored-environments-alist):
1972 Recognize \verb* as well.
1973
1974 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
1975 (perl-comment-indent): Simplify to let newcomment.el do its job.
1976 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
1977 (perl-mark-function): Cleanup the namespace.
1978 (perl-calculate-indent): Don't be fooled by nested functions.
1979
1980 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
1981
a434b175
SM
1982 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
1983 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
1984
4e7e1f03
AC
19852001-05-25 Andrew Choi <akochoi@i-cable.com>
1986
1987 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
1988 actually be `\\'.
1989 (ctlau-b5-converter): Likewise.
1990
2bef0948
AC
19912001-05-24 Andrew Choi <akochoi@i-cable.com>
1992
1993 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
1994 Change CTLauB.el to CTLau-b5.el.
1995
d2d1851b
SM
19962001-05-23 Stefan Monnier <monnier@cs.yale.edu>
1997
1998 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
1999 rather than beginning-of-line to avoid problems with fields.
2000 (gud-perldb-massage-args): Use unless and push.
2001 (gud-chdir-before-run): New var.
2002 (gud-common-init): Use it.
2003
5e3d4fbc
AC
20042001-05-24 Andrew Choi <akochoi@i-cable.com>
2005
2006 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
2007 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 2008 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 2009 chinese-ctlaub.
d2d1851b
SM
2010 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
2011 New functions.
5e3d4fbc 2012
0216c3df
GM
20132001-05-22 Gerd Moellmann <gerd@gnu.org>
2014
f1f65349
GM
2015 * cus-edit.el (custom-comment-show): Remove debug code.
2016
0216c3df
GM
2017 * language/japan-util.el (japanese-symbol-table): Fix handling of
2018 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
2019
e8a1ed31
SM
20202001-05-21 Stefan Monnier <monnier@cs.yale.edu>
2021
2022 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
2023 Renamed by removing the silly `-flag' suffix.
2024 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
2025
7246200c
SM
20262001-05-20 Stefan Monnier <monnier@cs.yale.edu>
2027
2028 * replace.el (keep-lines-read-args): Use `copy-marker'.
2029 (how-many): Save excursion properly.
2030 (occur-mode): Use define-derived-mode.
2031 (perform-replace): Use with-current-buffer.
2032
7e971261
RS
20332001-05-20 Richard M. Stallman <rms@gnu.org>
2034
65569e52
RS
2035 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
2036
cc9684e8
RS
2037 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
2038
9ca00e71
RS
2039 * info.el (Info-read-subfile): Widen before finding the
2040 desired node in the subfile.
2041
7e971261
RS
2042 * startup.el (command-line-1): When >2 files visited,
2043 leave the last one visible, and make that the selected window.
2044
7c5312b2
GM
20452001-05-20 Gerd Moellmann <gerd@gnu.org>
2046
2047 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
2048
310e9a21
EZ
20492001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
2050
7246200c
SM
2051 * international/ccl.el (define-ccl-program): Fix a typo.
2052 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
2053
2054 * international/mule.el (decode-char): Fix a typo. From Pavel
2055 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2056
2057 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
2058 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2059
310e9a21
EZ
2060 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
2061 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
2062
ef55aa6c
SS
20632001-05-18 Sam Steingold <sds@gnu.org>
2064
7246200c 2065 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
2066 and [RET] to `cvs-mode-find-file'.
2067
c9f3bebe
JW
20682001-05-18 John Wiegley <johnw@gnu.org>
2069
2070 * eshell/esh-ext.el (eshell-explicit-command-char): A new
2071 configuration variable, which determines the initial character
2072 that forces use of an external version of a command. The default
2073 is *, but may be set to \, for example.
2074
2075 * eshell/esh-ext.el (eshell-explicit-command):
2076 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2077
c9f3bebe
JW
2078 * eshell/esh-cmd.el (eshell/which):
2079 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 2080
7c5312b2
GM
2081 * eshell/em-cmpl.el (eshell-completion-command-name)
2082 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
2083 instead of ?*.
2084
1c66d9fb
GM
20852001-05-18 Gerd Moellmann <gerd@gnu.org>
2086
a724ed38
GM
2087 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
2088 subst-char-in-string.
2089 (ange-ftp-after-parse-ls-hook): New variable.
2090 (ange-ftp-ls): Run that hook.
2091 From Peter Milliken <Peter.Milliken@GTECH.COM>.
2092
0595722b
GM
2093 * tmm.el (tmm-get-keymap): Fix handling of :filter.
2094 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
2095 text into *Completions*.
2096
1c66d9fb
GM
2097 * net/goto-addr.el (goto-address-at-point): Deal with URLs
2098 part of which look like email addresses.
2099
c5bdb93d
AI
21002001-05-18 Andrew Innes <andrewi@gnu.org>
2101
7246200c
SM
2102 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
2103 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
2104 cmd.exe's handling of FOR loops.
2105 (autoloads): Set find-file-suppress-same-file-warnings to t to
2106 avoid slew of spurious messages.
2107
9a1211f2
GM
21082001-05-18 Simon Josefsson <simon@josefsson.org>
2109
2110 * mail/smtpmail.el (maybe-append-domain): Renamed to
2111 `smtpmail-maybe-append-domain'.
2112 (smtpmail-via-smtp): Use the new name.
2113
29148a3f
GM
2114 * net/browse-url.el (browse-url-browser-function): Add kde.
2115 (browse-url-kde-program, browse-url-kde-args): New variables.
2116 (browse-url-kde): New function.
2117
9ab59a1a
MB
21182001-05-18 Miles Bader <miles@gnu.org>
2119
7246200c
SM
2120 * simple.el (delete-horizontal-space, just-one-space):
2121 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
2122 because it's more efficient for large files.
2123
cebf1b97
GM
21242001-05-17 Gerd Moellmann <gerd@gnu.org>
2125
f90c23ca
GM
2126 * mail/rmail.el (rmail-require-mime-maybe): New function.
2127 (rmail): Use it.
2128 (rmail-mode): Handle the case of finding Rmail files.
2129
cebf1b97
GM
2130 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
2131 functions.
2132
df22166e
SM
21332001-05-17 Stefan Monnier <monnier@cs.yale.edu>
2134
2135 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
2136 text-property after moving to the beginning of line and regardless
2137 of the value of font-lock-multiline.
2138
2ca0d5f1
GM
21392001-05-17 Gerd Moellmann <gerd@gnu.org>
2140
e85e809a
GM
2141 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
2142
2ca0d5f1
GM
2143 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
2144 last coding system used before calling set-buffer-modified-p
2145 because that function changes last-coding-system.
2146
4c6a4739
EZ
21472001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
2148
2149 * files.el (switch-to-buffer-other-window)
2150 (switch-to-buffer-other-frame): Add an xref to display-buffer in
2151 the doc string.
2152
f08cf35b
GM
21532001-05-17 Gerd Moellmann <gerd@gnu.org>
2154
2155 * language/slovak.el, language/czech.el: New maintainer.
2156
2180ea97
SS
21572001-05-16 Sam Steingold <sds@gnu.org>
2158
f08cf35b 2159 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
2160 sub-form of `defgeneric' correctly.
2161
9bae8781
GM
21622001-05-16 Gerd Moellmann <gerd@gnu.org>
2163
a90b3d3c
GM
2164 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
2165 of `c'.
2166
1b7818b4 2167 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
2168 condition-case, test what outline-level returns instead, to
2169 ease debugging.
1b7818b4 2170
9bae8781
GM
2171 * international/mule.el (auto-coding-regexp-alist): New user-option.
2172 (auto-coding-from-file-contents): New function.
2173 (set-auto-coding): Use it to determine a coding system.
2174
7644c605
GM
21752001-05-15 Gerd Moellmann <gerd@gnu.org>
2176
18a0a39e
GM
2177 * mouse.el (mouse-delete-other-windows): Doc fix.
2178
df22166e
SM
2179 * emacs-lisp/lisp-mode.el (lisp-mode):
2180 Make font-lock-keywords-case-fold-search a buffer-local variable with
2181 make-local-variable before setting it.
7644c605 2182
940cf42e
EZ
21832001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
2184
2185 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
2186 prefixes.
2187
557f7c34
GM
21882001-05-14 Gerd Moellmann <gerd@gnu.org>
2189
2190 * hexl.el (hexl-current-address): Print a message when called
2191 interactively.
2192
14d9b141
SM
21932001-05-11 Stefan Monnier <monnier@cs.yale.edu>
2194
2195 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
2196
2197 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
2198
2199 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
2200
7bd2d083
GM
22012001-05-11 Gerd Moellmann <gerd@gnu.org>
2202
47e72862
GM
2203 * startup.el (command-line): If parameters have been changed in
2204 the init files which influence font selection, clear the face
2205 cache so that faces get realized with the new parameters.
2206
14d9b141 2207 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 2208
0f49941f
SM
22092001-05-10 Stefan Monnier <monnier@cs.yale.edu>
2210
2211 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
2212
cbeed4a8
EZ
22132001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
2214
2215 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
2216 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2217
ff9aa2ca
GM
22182001-05-10 Gerd Moellmann <gerd@gnu.org>
2219
2220 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 2221 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 2222
b2c99950
JW
22232001-05-09 John Wiegley <johnw@gnu.org>
2224
0f49941f
SM
2225 * eshell/esh-util.el (eshell-convert-numeric-arguments):
2226 Annotated the documentation string to tell users about
3cb27fd7
JW
2227 `eshell-no-numeric-conversions'.
2228
c26f6b27
JW
2229 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
2230 conversions if a Lisp function has the property
2231 `eshell-no-numeric-conversions' set to a non-nil value.
2232
2233 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
2234 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
2235 property `eshell-no-numeric-conversions' on the following
2236 functions (which all deal with filesystem entities, and never Lisp
2237 numerical values): eshell/cd, eshell/pushd, eshell/popd,
2238 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
2239 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
2240 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
2241 eshell/which, eshell/addpath.
2242
22432001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 2244
d089e299
JW
2245 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
2246 encountered as an argument, don't convert it right away, but tag
2247 the first character of the string with the text properties
2248 `number', which signifies to `eshell-lisp-command' that the
2249 argument should be passed through `string-to-number' if it is
2250 actually used in the call to a Lisp function.
2251
2252 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
2253 function, convert any string arguments that have been tagged as
2254 "numbers", by calling string-to-number.
2255
2256 * eshell/esh-util.el (eshell-number-regexp): Now that number
2257 conversions only happen for Lisp function calls, the number regexp
2258 should now match all integer and floating point forms.
2259
2260 * eshell/esh-proc.el: Disable `eshell-stop-process' and
2261 `eshell-continue-process', since they are both nonfunctional at
2262 the moment.
2263 (eshell-proc-initialize): Don't bind keys for
2264 `eshell-stop-process' or `eshell-continue-process'.
2265
0f49941f
SM
2266 * eshell/em-unix.el (eshell-shuffle-files):
2267 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
2268
2269 * eshell/em-hist.el (eshell-add-to-history): Reference to
2270 `eshell-history-ring' needed to be `eshell-history-index'.
2271
0f49941f
SM
2272 * calendar/timeclock.el (timeclock-find-discrep):
2273 Initialize `elapsed' to 0.
cb89da0f
JW
2274 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
2275 it's still nil.
b2c99950 2276
ff39b9a1
SM
22772001-05-09 Stefan Monnier <monnier@cs.yale.edu>
2278
2279 * arc-mode.el (archive-int-to-mode): Construct the string directly.
2280 (archive-mode): Use capitalize.
2281 (archive-unique-fname): Use make-temp-file.
2282
9e53a675
GM
22832001-05-09 Gerd Moellmann <gerd@gnu.org>
2284
2285 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
2286
c8224de6
EZ
22872001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
2288
c533a7e2
EZ
2289 * tar-mode.el (tar-extract): Pay attention to the value of
2290 coding-system-for-read, if it is non-nil.
2291
ff39b9a1
SM
2292 * calendar/holidays.el (holidays): Add an autoload cookie.
2293 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 2294
1c8c9fb8
JW
22952001-05-08 John Wiegley <johnw@gnu.org>
2296
ff39b9a1
SM
2297 * calendar/timeclock.el (timeclock-workday-remaining):
2298 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
2299 (timeclock-workday-elapsed): Don't accept a "relative" argument
2300 for the current day's elapsed time. What could that have meant?
ff39b9a1 2301 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
2302 (timeclock-when-to-leave): Changed logic, similarly to what was
2303 done for `timeclock-workday-remaining'.
2304 (timeclock-find-discrep): Removed "today-only" argument, which had
2305 no meaning. Fixed some more math problems. The function now
2306 returns a three member list: (TOTAL-TIME-DISCREPANCY
2307 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
2308
5f47fb28
EZ
23092001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * w32-fns.el (convert-standard-filename): Start replacing slashes
2312 from the beginning of the file name, not from where the last
2313 invalid character was. From "Andrew Maguire (SWW)"
2314 <Andrew.Maguire@Smallworld.co.uk>
2315
6da5c7da
GM
23162001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
2317
2318 The following changes are to provide infrastructure for handling
2319 MIME messages to rmail. They don't affect the original behaviour
2320 if rmail-enable-mime is nil.
2321
2322 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
2323 (rmail-search-mime-message-function)
2324 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
2325 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
2326 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
2327 `rmail-view-buffer' is hidden.
6da5c7da
GM
2328 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
2329 call rmai-show-mime-function.
2330 (rmail-display-labels): If rmail-enable-mime is non-nil, update
2331 mode-line-process of rmail-view-buffer.
2332 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
2333 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
2334 buffer.
ff39b9a1
SM
2335 (rmail-next-message, rmail-next-undeleted-message): Be sure to
2336 set-buffer to the Rmail buffer.
6da5c7da
GM
2337 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
2338 rmail-search-mime-header-function.
2339 (rmail-search-message): New function.
2340 (rmail-search): Call rmail-search-message to check if a message
2341 matches REGEXP, lastly update point after calling
2342 rmail-show-message.
ff39b9a1
SM
2343 (rmail-undelete-previous-message, rmail-expunge-confirmed)
2344 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
2345 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
2346 header region, refer to rmail-msgref-vector while setting the
2347 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
2348 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
2349 If rmail-enable-mime is non-nil, call
6da5c7da
GM
2350 rmail-insert-mime-forwarded-message-function instead of inserting
2351 forwarded message by itself.
2352
2353 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
2354 Rmail buffer.
2355 (rmail-set-label, rmail-next-labeled-message): Likewise.
2356
2357 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
2358 set-buffer to the Rmail buffer.
2359 (rmail-output-to-rmail-file): Likewise.
2360 (rmail-output): Likewise.
2361
2362 * mail/rmailsum.el (rmail-message-subject-p): Process the result
2363 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
2364 (rmail-new-summary): Be sure to go to the Rmail buffer.
2365 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
2366 rmail-view-buffer to nil.
2367 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
2368 rmail-view-buffer.
2369 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
2370 rmail-buffer.
2371 (rmail-summary-scroll-msg-down): Likewise.
2372 (rmail-summary-beginning-of-message): Likewise.
2373 (rmail-summary-wipe): Likewise.
2374 (rmail-summary-toggle-header): Use save-window-excursion, not
2375 save-excursion. Update point in rmail-view-buffer, not in
2376 rmail-buffer.
2377 (rmail-summary-reply): Before calling rmail-reply, set buffer to
2378 rmail-view-buffer, not rmail-buffer.
2379
5092477a
GM
23802001-05-07 Gerd Moellmann <gerd@gnu.org>
2381
1e9fc92e
GM
2382 * cus-edit.el (custom-file): Signal an error if user-init-file is
2383 nil (running -q).
2384
1d053370
GM
2385 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
2386
ff39b9a1
SM
2387 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2388 Add :version.
2389
2390 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
2391 New option.
1b62b062
GM
2392 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
2393 only if smtpmail-warn-about-unknown-extensions is set.
2394
f851a71c
GM
2395 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
2396 instead of rmail-sort-by-keywords.
2397
ff39b9a1 2398 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
2399 rmail-sort-by-keywords.
2400
ff39b9a1
SM
2401 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
2402 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
2403 (rmail-summary-mode): Doc fix.
2404
5092477a
GM
2405 * mail/rmail.el (rmail-edit): New Custom group.
2406
2407 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
2408 (rmail-edit-mode-hook): New user-option.
2409
05be3833
RS
24102001-05-05 Richard M. Stallman <rms@gnu.org>
2411
2412 * help.el (help-xref-symbol-regexp): Recognize "source of"
2413 and friends, meaning make a link to the source file.
2414 (help-make-xrefs): Handle "source of" and friends
2415 by constructing a link that visits the source file.
2416
2417 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
2418
7dfb000f
SM
24192001-05-04 Stefan Monnier <monnier@cs.yale.edu>
2420
5efe6a56
SM
2421 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
2422 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
2423 Renamed from perl-font-lock-keywords to avoid clashes.
2424 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
2425 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
2426 Updated correspondingly.
2427
7dfb000f
SM
2428 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
2429 Typo `nonexistant' -> `nonexistent'.
2430
88bbb8cb
EZ
24312001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
2432
7dfb000f
SM
2433 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
2434 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
2435 `c-electric-delete-forward' always deletes forward and
2436 `c-electric-delete' only contains the code necessary for XEmacs to
2437 choose between backward and forward deletion.
7dfb000f 2438
88bbb8cb
EZ
2439 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
2440 get the electric behavior on that key too.
2441 (c-fill-paragraph): Fixed bogus direct use of
2442 c-comment-prefix-regexp, which caused an error when it's a list.
2443
a1af8dcf
EZ
24442001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2445
2446 * dired-aux.el (dired-diff): Doc fix.
2447
2448 * dired.el (dired-diff): Likewise.
2449
ddfb4005
EZ
24502001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
2451
2452 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
2453
b36581fb
SM
24542001-05-02 Stefan Monnier <monnier@cs.yale.edu>
2455
80a00b6a
SM
2456 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
2457 if both the buffer and the file are read-only.
2458
b36581fb
SM
2459 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
2460 rather than font-lock-string-face.
2461 (sh-get-indent-info): Treat heredocs like strings.
2462
470bbe9b
GM
24632001-05-02 Gerd Moellmann <gerd@gnu.org>
2464
b36581fb
SM
2465 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
2466 a newline following `}'.
3356df63
GM
2467 (texinfo-format-email): New function.
2468 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
2469 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
2470 Add `display'.
3356df63
GM
2471 (texinfo-sort-region): Goto point-min before sorting.
2472 (texinfo-set): Remove leading white space from value.
2473 From yagi@is.titech.ac.jp.
2474
470bbe9b
GM
2475 * replace.el (query-replace-regexp-eval): Doc fix.
2476
a9d2fd1d
SM
24772001-05-01 Stefan Monnier <monnier@cs.yale.edu>
2478
2479 * diff-mode.el (diff-nonexistant-face): New face.
2480 (diff-font-lock-keywords): Use it.
2481
2b3e941a
EZ
24822001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
2483
22cd6fd3
EZ
2484 * font-lock.el (font-lock-mode): Doc fix.
2485
2b3e941a
EZ
2486 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
2487 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
2488
50df7214
GM
24892001-04-30 Gerd Moellmann <gerd@gnu.org>
2490
a9d2fd1d
SM
2491 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
2492 backslash at the start of the here-document delimiter.
a9793e45
GM
2493 (sh-font-lock-syntactic-keywords): Likewise.
2494
50df7214
GM
2495 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
2496
e2f599e9
EZ
24972001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
2498
2499 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
2500 (tty-color-translate, tty-color-by-index, tty-color-values)
2501 (tty-color-desc): Doc fix.
2502
dcaf31d3
EZ
25032001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
2504
2505 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
2506 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
2507 Mention dired-dwim-target in the doc string.
dcaf31d3 2508
a6a06429
MB
25092001-04-28 Miles Bader <miles@gnu.org>
2510
2511 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
2512 (dabbrev--find-expansion): Use it.
2513 (dabbrev--select-buffers): Don't select ignored buffers.
2514
5a5d9185
GM
25152001-04-27 Gerd Moellmann <gerd@gnu.org>
2516
a9d2fd1d 2517 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 2518
c5b82005
RS
25192001-04-26 Richard M. Stallman <rms@gnu.org>
2520
2521 * dabbrev.el: Add doc strings for some functions.
2522 (dabbrev--eliminate-newlines): New variable.
2523 (dabbrev--substitute-expansion): Convert newlines to spaces
2524 if dabbrev--eliminate-newlines is set.
2525 If abbrev and expansion are both all-lower-case,
2526 leave dabbrev--last-case-pattern nil.
2527
7cff9c6f
GM
25282001-04-26 Gerd Moellmann <gerd@gnu.org>
2529
2530 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
2531 if necessary, like in rmail-show-message.
2532
efa89c1f
GM
25332001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2534
2535 * ps-print.el: Color specified by number is forced to be float number.
2536 (ps-print-version): New version number (6.5.1.1).
2537 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
2538 initialization.
2539 (ps-prefix-quote): New internal var.
2540 (ps-print-quote): New fun.
2541 (ps-setup, ps-output-frame-properties, ps-float-format)
2542 (ps-format-color): Code fix.
a9d2fd1d
SM
2543 (ps-plot-region): Eliminate redundant foreground color text setting.
2544
d3111e5a
EZ
25452001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
2546
2547 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
2548
a728644c
GM
25492001-04-25 Gerd Moellmann <gerd@gnu.org>
2550
2551 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
2552
4ecdf04d
EZ
25532001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
2554
4645bb68
EZ
2555 * info.el (Info-additional-directory-list): Doc fix.
2556
4ecdf04d 2557 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
2558 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
2559 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 2560
7cd512f2
SM
25612001-04-25 Stefan Monnier <monnier@cs.yale.edu>
2562
1dc64fca
SM
2563 * progmodes/make-mode.el (makefile-font-lock-keywords):
2564 Rationalize the rules for includes and conditionals and use the
2565 keyword face for them.
2566
7cd512f2
SM
2567 * faces.el (modify-face): Add compatibility for non-interactive use.
2568
ffeb5c1c
JW
25692001-04-24 John Wiegley <johnw@gnu.org>
2570
2571 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
2572 fix from last night, since it wasn't finding eshell/cd.
2573
35f901fa
GM
25742001-04-24 Gerd Moellmann <gerd@gnu.org>
2575
2576 * rect.el (string-rectangle): Revert to 20.x behaviour.
2577 (replace-rectangle): Make it an alias for string-rectangle.
2578 (string-insert-rectangle): New function.
2579
c7b1b508
JW
25802001-04-23 John Wiegley <johnw@gnu.org>
2581
2582 * eshell/em-unix.el (eshell/diff): Fixed problems that were
2583 occurring with Emacs 21's diff.el/compile.el interaction layer.
2584
25852001-04-23 Colin Walters <walters@cis.ohio-state.edu>
2586
2587 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
2588 case where the function was defined in a file, but not part of an
2589 eshell module.
2590
157975e3
JW
25912001-04-23 John Wiegley <johnw@gnu.org>
2592
2593 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
2594 code to work around a redisplay problem I've been having.
2595
3dc630b9
JW
25962001-04-23 John Wiegley <johnw@gnu.org>
2597
2598 * calendar/timeclock.el (timeclock-day-required): If the time
2599 required for a particular day is not set, use `timeclock-workday'.
2600 (timeclock-find-discrep): Added some sample code in a comment.
2601
2602 * eshell/eshell.el (eshell-command): Made a few changes so that
2603 `eshell-command' could be called programmatically.
2604
7cd512f2 2605 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 2606
7cd512f2 2607 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 2608
3ae14dd9 26092001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
2610
2611 * calendar/timeclock.el: Updated copyright.
2612 (timeclock-generate-report): Don't report the daily or two-week
2613 total, if no time has been worked in that period.
2614 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
2615 final computational form, which was unnecessary; corrected a
2616 parsing problem when timeclock-relative was nil.
2617
3ae14dd9 26182001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
2619
2620 * calendar/timeclock.el (timeclock-modeline-display): Check if
2621 `list-entry' is null.
2622 (timeclock-use-display-time): The first argument to `set-variable'
2623 must be a symbol.
2624
53e1a74c
EZ
26252001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
2626
2627 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
2628 (calendar-today-marker, calendar-holiday-marker):
2629 Use display-color-p instead of window-system.
53e1a74c
EZ
2630 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
2631 instead of window-system.
2632 (calendar-hide-window): Use display-multi-frame-p instead of
2633 window-system.
2634
2635 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
2636 (calendar-only-one-frame-setup, calendar-one-frame-setup):
2637 Use display-multi-frame-p instead of window-system.
53e1a74c 2638
23b809c2
GM
26392001-04-23 Gerd Moellmann <gerd@gnu.org>
2640
1d14e80c
GM
2641 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
2642
23b809c2
GM
2643 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
2644 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
2645
b5eeaa1d
GM
26462001-04-23 Alex Schroeder <alex@gnu.org>
2647
2648 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
2649 line-end-position a defalias is used for point-at-bol and point-at-eol.
2650
b5eeaa1d
GM
26512001-04-23 Alex Schroeder <alex@gnu.org>
2652
2653 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 2654 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 2655
ac1470eb
EZ
26562001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
2657
2658 * textmodes/paragraphs.el (sentence-end): Doc fix.
2659
624ef9b3
GM
26602001-04-20 Alex Schroeder <alex@gnu.org>
2661
2662 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 2663 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
2664
26652001-04-20 Alex Schroeder <alex@gnu.org>
2666
2667 * sql.el (sql-db2-program): New option.
2668 (sql-db2-options): New option.
2669 (sql-db2): New function.
2670
26712001-04-20 Alex Schroeder <alex@gnu.org>
2672
2673 * sql.el (sql-mode-menu): Added highlighting entries.
2674 (sql-highlight-oracle-keywords): New function.
2675 (sql-highlight-postgres-keywords): New function.
2676 (sql-highlight-ansi-keywords): New function.
2677
26782001-04-20 Alex Schroeder <alex@gnu.org>
2679
2680 * sql.el (sql-help): Doc change.
2681
9f3703ab
KF
26822001-04-19 Karl Fogel <kfogel@collab.net>
2683
2684 * saveplace.el (save-place-alist-to-file): Removed no-effect code
2685 that inserted file content only to delete it immediately.
2686 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
2687 <lektu@uol.com.br> for the patch.
2688
2a83a11d
SM
26892001-04-19 Stefan Monnier <monnier@cs.yale.edu>
2690
2691 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
2692
6f4dd4dc
GM
26932001-04-18 Gerd Moellmann <gerd@gnu.org>
2694
0f8d6dc7
GM
2695 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
2696 for defmethod.
2697
6f4dd4dc
GM
2698 * comint.el (comint-cr-magic): New function.
2699 (toplevel): Add it to comint-preoutput-filter-functions.
2700
90200fcc
AI
27012001-04-18 Andrew Innes <andrewi@gnu.org>
2702
2703 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 2704 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
2705 (recompile): Remove stuff to set EMACSLOADPATH.
2706
daa66f34
GM
27072001-04-18 Gerd Moellmann <gerd@gnu.org>
2708
edc5c81d
GM
2709 * language/slovak.el ("Slovak"): Add tutorial entry.
2710
daa66f34
GM
2711 * net/browse-url.el (browse-url-new-window-flag): Renamed from
2712 browse-url-new-window-p.
2713
5d5845dc
EZ
27142001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2715
2716 * info.el (Info-menu-update): When there are no menus and/or no
2717 cross references in the node, make the respective items of the
2718 Info menu-bar menu inactive.
2719
1c8addd0
GM
27202001-04-17 Gerd Moellmann <gerd@gnu.org>
2721
f4f480bd
GM
2722 * indent.el (indent-for-tab-command): Call indent-line-function
2723 with no argument if PREFIX-ARG is non-nil.
2724
1c8addd0
GM
2725 * frame.el (delete-other-frames): Handle minibuffer-only frames.
2726
8f9ab403
EZ
27272001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
2728
2729 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
2730 an async subprocess if start-process is unavailable. Suggested by
2731 Tim Van Holder <tim.van.holder@pandora.be>.
2732
60322163
EZ
27332001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
2734
2735 * info.el (Info-additional-directory-list): Doc fix. Suggested by
2736 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
2737
e372bc67
EZ
27382001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
2739
2740 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
2741 manual.
2742
28037ecf
SM
27432001-04-13 Stefan Monnier <monnier@cs.yale.edu>
2744
2745 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
2746 (cvs-menu): Add a few entries.
2747
2748 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
2749 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
2750 lock file appears to be reachable from Emacs.
2751 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
2752 (cvs-mode-find-file): Look for cvs-header-face rather than
2753 cvs-dirname-face (which doesn't exist).
2754 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
2755
2756 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
2757
5d5e7f53
EZ
27582001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
2759
2760 * emulation/pc-select.el (pc-selection-mode): Don't turn on
2761 normal-erase-is-backspace on a tty. Instead, bind some keys such
2762 as [delete] directly, like pc-select.el did before
2763 normal-erase-is-backspace was invented.
2764
118562e1 27652001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
2766
2767 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
2768
6c9e58c4
JW
27692001-04-11 John Wiegley <johnw@gnu.org>
2770
28037ecf
SM
2771 * eshell/em-ls.el (eshell-ls-insert-directory):
2772 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
2773 buffers, if Eshell's ls is being used.
2774
118562e1 27752001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 2776
28037ecf
SM
2777 * calendar/timeclock.el (timeclock-completing-read): New function.
2778 (timeclock-ask-for-project, timeclock-ask-for-reason):
2779 Call `timeclock-completing-read'.
978bd3ea
JW
2780
2781 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
2782 required where `member' was being used.
2783
118562e1 27842001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 2785
28037ecf
SM
2786 * eshell/em-hist.el (eshell-previous-matching-input):
2787 Don't display "History item" if the the minibuffer is active.
978bd3ea 2788
30cb0001
GM
27892001-04-11 Gerd Moellmann <gerd@gnu.org>
2790
2791 * startup.el (command-line): Output a newline after printing
2792 an error from loading the window system's init file.
2793
e38af9bd
EZ
27942001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
2795
28037ecf
SM
2796 * textmodes/texinfo.el (texinfo-font-lock-keywords):
2797 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
2798 @inforef. Add an OVERRIDE of `keep' to highlight specs of
2799 keywords whose arguments routinely include @@.
2800
bbf63a7b
GM
28012001-04-10 Gerd Moellmann <gerd@gnu.org>
2802
28037ecf
SM
2803 * emacs-lisp/advice.el (ad-make-advised-definition):
2804 Construct advice for subrs differently.
afffeb57 2805
3fe35f35 2806 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 2807 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 2808
c8d6d636 2809 * simple.el (completion-list-mode-finish): New function.
28037ecf 2810 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 2811
2a52f40e 2812 * language/european.el ("Polish"): Change sample text.
28037ecf 2813 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 2814
cf8b1bef
GM
2815 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
2816 parameter.
2817
bbf63a7b
GM
2818 * faces.el (menu): Doc fix.
2819
719d83ad 28202001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
2821
2822 * ps-print.el: Footer implementation. Doc fix.
2823 (ps-print-version): New version number (6.5.1).
2824 (ps-header-frame-alist): New customization var for header frame
2825 properties.
2826 (ps-line-number-color): New customization var for line number color.
2827 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
2828 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
2829 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
2830 (ps-right-footer): New customization vars for footers.
2831 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
2832 footers.
2833 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
2834 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
2835 Code fix.
319acba0
GM
2836 (ps-prologue-file): Indentation fix.
2837 (ps-print-quote): Fun eliminated.
2838 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
2839 (ps-output-frame-properties): New fun.
2840 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
2841 (ps-skip-newline): Replace defun by defsubst.
28037ecf 2842
e372bc67 28432001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
2844
2845 * eshell/eshell.el (eshell-command): Needed a "%s" format
2846 specifier, in case the buffer contains percent characters.
2847
e372bc67 28482001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
2849
2850 * calendar/timeclock.el (timeclock-generate-report): Added a
2851 missing insert of the project name.
2852
9f9a5e7a
GM
28532001-04-09 Gerd Moellmann <gerd@gnu.org>
2854
9170e5d4 2855 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 2856
865e97c1 2857 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 2858 (finder-data): Use it instead of `setwins'.
865e97c1
GM
2859 From: Dave Love <fx@gnu.org>.
2860
cf3885ac 2861 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
2862 (server-visit-files): Run server-visit-hook after going to
2863 line 1 so that the hook can set point as it sees fit.
2864
9f9a5e7a
GM
2865 * bindings.el (mode-line-modified): Unify help messages.
2866
51f32106
EZ
28672001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
2868
2869 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
2870 All callers changed.
2871
e02160a3
EZ
28722001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
2873
8e6bb0d0
EZ
2874 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
2875 long file names aren't supported, truncate the file names in
2876 quail-misc-package-ext-info to 8+3 before matching them against
2877 FILENAME.
2878
2879 * dos-fns.el (dos-truncate-to-8+3): New function.
2880
ec321d77
EZ
2881 * progmodes/compile.el (grep-compute-defaults): Use null-device
2882 instead of literal /dev/null. Reported by Jens Schmidt
2883 <schmidt@mathematik.uni-kl.de>.
2884
e02160a3
EZ
2885 * simple.el (normal-erase-is-backspace-mode): Doc fix.
2886
cf3885ac
SM
28872001-04-06 Stefan Monnier <monnier@cs.yale.edu>
2888
2889 * textmodes/sgml-mode.el: Add unknown maintainer.
2890 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
2891 (html-mode-map): Use set-keymap-parent.
2892
3ffb33bb
DL
28932001-04-06 Dave Love <fx@gnu.org>
2894
2895 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
2896 Remove redundant string-to-list.
2897
8f625692
SM
28982001-04-05 Stefan Monnier <monnier@cs.yale.edu>
2899
2900 * composite.el (reference-point-alist): Doc fix.
2901
1087f198
SS
29022001-04-05 Sam Steingold <sds@gnu.org>
2903
8f625692
SM
2904 * font-lock.el (font-lock-keywords-case-fold-search):
2905 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
2906 file made font-lock case-insensitive.
2907
a55e4e68
GM
29082001-04-05 Gerd Moellmann <gerd@gnu.org>
2909
0e4892e2
GM
2910 * faces.el (defface menu): Doc fix.
2911
4d664b04
GM
2912 * wid-edit.el (widget-color-sample-face-get): Don't make
2913 faces for undefined colors.
2914
a55e4e68
GM
2915 * version.el (emacs-version): Include LessTif/Motif version info.
2916
f383cd0d
GM
29172001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2918
2919 * ps-mule.el: Eliminate cl package dependence.
2920 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
2921 if they aren't defined yet.
2922 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
2923 Eliminate cl package dependence.
2924
de28797f
SM
29252001-04-04 Stefan Monnier <monnier@cs.yale.edu>
2926
2927 * progmodes/cc-cmds.el (c-outline-level):
2928 Bind buffer-invisibility-spec. Originally from Dave Love, but
2929 got lost when incorporating version 5.26.
2930
32df8b47
EZ
29312001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
2932
de28797f
SM
2933 * emulation/pc-select.el (pc-selection-mode):
2934 Call normal-erase-is-backspace-mode instead of binding
2935 keys individually.
58e4f61d 2936
7f62656b
EZ
2937 * cus-load.el (normal-erase-is-backspace): Use it instead of
2938 delete-key-deletes-forward.
2939
2940 * startup.el (command-line): Use normal-erase-is-backspace and
2941 normal-erase-is-backspace-mode.
2942
2943 * simple.el (normal-erase-is-backspace): Rename from
2944 delete-key-deletes-forward. Doc fix.
2945 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
2946 delete-key-deletes-forward-mode. Doc fix.
2947 Run normal-erase-is-backspace-hook.
7f62656b 2948
32df8b47 2949 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
2950 ``human-readable'' format produced by GNU `ls'.
2951 (dired-move-to-filename-regexp): Recognize ISO format dates.
2952 From Paul Eggert <eggert@twinsun.com>.
32df8b47 2953
5efa6032
GM
29542001-04-04 Gerd Moellmann <gerd@gnu.org>
2955
2956 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
2957 New functions.
de28797f
SM
2958 (lm-verify): Check keywords.
2959 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 2960
d757aac1
EL
29612001-04-03 Eric M. Ludlam <eric@siege-engine.com>
2962
2963 * speedbar.el (speedbar-insert-image-button-maybe): Check for
2964 `xemacs' feature instead of for the function `set-extent-property'.
2965
9832760a
SM
29662001-04-03 Stefan Monnier <monnier@cs.yale.edu>
2967
2968 * mail/mh-utils.el (mh-folder-hist): New var.
2969 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
2970
d565f6aa
EZ
29712001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
2972
2973 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
2974 region, position point on the first or last 16-byte group.
2975 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
2976 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
2977 hexl-beginning-of-line.
2978
24c0fd39
GM
29792001-04-03 Gerd Moellmann <gerd@gnu.org>
2980
5efa6032
GM
2981 * icomplete.el (icomplete-mode): Treat an argument like other
2982 modes do.
2983
b3f6107b
GM
2984 * startup.el (fancy-splash-head): Use splash8.xpm for color
2985 depth 8.
2986
24d451c5
SM
2987 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
2988 Add an antry for ``converts''.
476bf681 2989
24d451c5
SM
2990 * language/slovak.el ("Slovak"): Add documentation string.
2991 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 2992
450f6970
GM
2993 * language/czech.el ("Czech"): Add documentation string.
2994 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
2995
24d451c5
SM
2996 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
2997 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
2998
29992001-04-02 Stefan Monnier <monnier@cs.yale.edu>
3000
3001 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
3002 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
3003 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
3004 Use `defsubst' rather than a macro to ease debugging.
3005 (mail-extr-last): Remove (use `last' instead).
3006 (mail-extract-address-components): Properly reset the syntax-table
3007 after parsing an address. Use `last' rather than mail-extr-last.
3008 Make sure the end marker stays at the very end.
24c0fd39 3009
2b908342
EZ
30102001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
3011
3012 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
3013 last change.
3014
acfb077d
GM
30152001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3016
3017 * ps-print.el: Line and paragraph spacing feature. Region to cut
3018 out when printing. Doc fix.
3019 (ps-print-version): New version number (6.5).
24d451c5
SM
3020 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
3021 New vars. Line and paragraph spacing feature.
acfb077d
GM
3022 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
3023 out when printing.
3024 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
3025 (ps-get-font-size, ps-begin-job, ps-continue-line)
3026 (ps-plot-region): Code fix.
3027 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
3028 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
3029 New internal vars.
acfb077d
GM
3030 (ps-get-size): New fun.
3031 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
3032 (ps-next-line): Replace defun by defsubst.
3033 (ps-mule-plot-string): Autoload doc fix.
3034
3035 * ps-bdf.el: XEmacs compatibility. Doc fix.
3036 (installation-directory, coding-system-for-read): Declare vars if
3037 it's not declared yet.
3038 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
3039
3040 * ps-mule.el: XEmacs compatibility. Doc fix.
3041 (leading-code-private-22): Declare var if it's not declared yet.
3042 (charset-bytes, charset-dimension, charset-id, charset-width)
3043 (find-charset-region, split-char, char-width, chars-in-region)
3044 (forward-point, decompose-composite-char, encode-coding-string)
3045 (coding-system-p, ccl-execute-on-string, define-ccl-program):
3046 Define funs if not defined yet.
3047 (encode-composition-rule, find-composition): Define funs if not
3048 loaded yet.
3049 (ps-mule-prologue): PostScript code fix.
3050
30512001-04-02 Kenichi Handa <handa@etl.go.jp>
3052
3053 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
3054 non-nil, generate font for the header strings.
3055 (ps-mule-prepare-font): Likewise.
3056 (ps-mule-generate-glyphs): Likewise.
3057 (ps-mule-string-encoding): Likewise.
3058 (ps-mule-header-charsets): New variable.
3059 (ps-mule-encode-header-string): New function.
3060 (ps-mule-header-string-charsets): New function.
3061 (ps-mule-begin-job): Check charsets in the header strings. If there
3062 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
3063
3064 * ps-print.el (ps-generate-header-line): Encode the header string by
3065 ps-mule-encode-header-string.
3066 (ps-mule-encode-header-string): Declare autoload.
3067
c0eb3c10
GM
30682001-04-02 Gerd Moellmann <gerd@gnu.org>
3069
24d451c5
SM
3070 * frame.el (cursor-in-non-selected-windows):
3071 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 3072
a3d0b0e0
KH
30732001-03-31 Kenichi Handa <handa@etl.go.jp>
3074
3075 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3076 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 3077 (quail-misc-package-ext-info): New variable.
a3d0b0e0 3078 (tsang-quick-converter): New function.
24d451c5
SM
3079 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
3080 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
3081 (miscdic-convert, batch-miscdic-convert): New functions.
3082
55f7832c
KH
30832001-03-30 Kenichi Handa <handa@etl.go.jp>
3084
a2217cd8
KH
3085 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
3086 eight-bit-control chars.
3087
55f7832c 3088 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 3089 Reduce making temporary vector (suggested by Dave Love).
55f7832c 3090
911a2406
EZ
30912001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3092
3093 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
3094 string as well.
3095
1a518f2c
AS
30962001-03-30 Andreas Schwab <schwab@suse.de>
3097
3098 * files.el (backup-directory-alist): Fix typo.
3099
ef080b16
EZ
31002001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3101
3102 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
3103 <eggert@twinsun.com>.
3104
e4174a55
DL
31052001-03-30 Dave Love <fx@gnu.org>
3106
3107 * progmodes/fortran.el (fortran-comment-region): Fix typo.
3108
9d5d1075
EZ
31092001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
3110
3111 * simple.el (transient-mark-mode): Mention C-g in the doc string.
3112
a27b451e
MB
31132001-03-30 Miles Bader <miles@gnu.org>
3114
3115 * subr.el (interactive-form): Fix paren typo.
3116
aea51abe
EZ
31172001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
3118
3119 * emacs-lisp/profile.el: Say that it's obsolete in the header
3120 line, so that finder.el puts that into its data-base.
3121 Suggested by Alex Schroeder <alex@gnu.org>.
3122
249dd409
EZ
31232001-03-29 Paul Eggert <eggert@twinsun.com>
3124
3125 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
3126 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
3127
1ac1fa96
SM
31282001-03-29 Stefan Monnier <monnier@cs.yale.edu>
3129
3130 * generic.el (generic-mode-set-comments): Use "" rather than nil
3131 for comment-end.
3132
e2b8a830
GM
31332001-03-29 Gerd Moellmann <gerd@gnu.org>
3134
1ac1fa96
SM
3135 * emacs-lisp/advice.el (ad-make-advised-definition):
3136 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
3137
3138 * subr.el (interactive-form): New function.
3139
8b2375e7
AS
31402001-03-29 Andre Spiegel <spiegel@gnu.org>
3141
3142 * vc-sccs.el (vc-sccs-register): Use relative file names.
3143
f827b862
GM
31442001-03-28 Gerd Moellmann <gerd@gnu.org>
3145
e59d0e9d
GM
3146 * bookmark.el (bookmark-get-bookmark): Handle case that
3147 BOOKMARK is not a string.
3148
deb2613a
GM
3149 * image.el (image-type-regexps): Change type for PS files
3150 to `postscript'.
3151
f827b862
GM
3152 * subr.el (read-passwd): Clear command history after each
3153 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
3154
3c9449d0
KH
31552001-03-27 Kenichi Handa <handa@etl.go.jp>
3156
3157 * international/kkc.el (kkc-save-init-file): Locally bind
3158 print-length to nil.
3159
e6b13c74
GM
31602001-03-26 Gerd Moellmann <gerd@gnu.org>
3161
e120bebf
GM
3162 * textmodes/flyspell.el: Some doc fixes.
3163 (flyspell-maybe-correct-transposition)
3164 (flyspell-maybe-correct-doubling): Use a temporary buffer
3165
3166 * textmodes/ispell.el (ispell-parse-output): Doc fix.
3167
5f6c5771 3168 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
3169 (byte-optimize-form-code-walker): Diagnose too few arguments
3170 for `if' and `while'.
3171
2b984c45
KH
31722001-03-26 Kenichi Handa <handa@etl.go.jp>
3173
3174 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
3175 Prepend `\' to "\<quail-translation-docstring>".
3176
bf2150fa
GM
31772001-03-26 Gerd Moellmann <gerd@gnu.org>
3178
5f6c5771
SM
3179 * autorevert.el (global-auto-revert-non-file-buffers):
3180 Remove duplicate defcustom.
bf2150fa 3181
a0d59316
MB
31822001-03-26 Miles Bader <miles@gnu.org>
3183
5f6c5771
SM
3184 * international/latin1-disp.el (latin1-char-displayable-p):
3185 Add leading "-" for X font pattern.
a0d59316 3186
9edbff6c
KH
31872001-03-26 Kenichi Handa <handa@etl.go.jp>
3188
5f6c5771
SM
3189 * international/mule-diag.el (describe-coding-system):
3190 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
3191 charsets they can encode.
3192
50b57199
EZ
31932001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
3194
3195 * help.el (view-lossage): Mention open-dribble-file in the doc
3196 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
3197
5b83f9c0
SM
31982001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3199
3200 * skeleton.el (skeleton-internal-list): Fix bogus logic.
3201 (skeleton-pair-insert-maybe): Don't pair after a backslash.
3202
e0ecbf5c
KH
32032001-03-23 Kenichi Handa <handa@etl.go.jp>
3204
5b83f9c0
SM
3205 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
3206 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
3207 multibyte sequence can work correctly.
3208 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
3209 property of the coding system.
3210
1cc218de
SM
32112001-03-23 Stefan Monnier <monnier@cs.yale.edu>
3212
3213 * textmodes/fill.el (fill-individual-paragraphs-prefix):
3214 Fix transcription typo.
3215
a3db02ad
RV
32162001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
3217
3218 * whitespace.el: Add buffer local variables to toggle testing of
3219 whitespaces in buffers without affecting the default values.
a3db02ad 3220 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
3221 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
3222 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
3223 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 3224
83c9cb8e
SM
32252001-03-21 Stefan Monnier <monnier@cs.yale.edu>
3226
3227 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
3228
180d5509
GM
32292001-03-21 Gerd Moellmann <gerd@gnu.org>
3230
eeb5b5c1
GM
3231 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
3232 bs-cycle-configuration-name. From Juanma Barranquero
3233 <lektu@uol.com.br>.
3234
170a9e70
GM
3235 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
3236 and cc-vars.el.
3237
180d5509
GM
3238 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
3239 headers. Always invoke sendmail with option -t.
3240
130c507e
GM
32412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3242
3243 * Release of cc-mode 5.28.
3244
32452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3246
3247 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
3248 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 3249 It's instead taken care of by the default value for c-default-style.
130c507e 3250
130c507e
GM
32512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3252
3253 * cc-align.el (c-lineup-math): Fix bug where lineup was
3254 triggered by equal signs in string literals.
3255
32562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3257
3258 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
3259 limit detection when at the ends of the buffer.
3260
3261 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
3262 "for" statement clause in case 7F; a better one is done
3263 earlier in case 7D anyway.
3264
32652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3266
3267 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
3268 somewhat more and did a small optimization.
3269
32702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3271
3272 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
3273 Use the limit argument only to limit the syntactic context
3274 search, not to limit the actual movement.
3275
3276 * cc-cmds.el (c-beginning-of-statement): Move by sentence
3277 inside multiline strings, just like in comments. Also various
3278 fixes to the paragraph and comment prefix recognition, block
3279 comment ender handling etc.
3280
32812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3282
3283 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
3284 the relative position of the point.
3285
3286 * cc-cmds.el (c-electric-continued-statement): New function to
3287 use as abbrev hook to reindent for keywords such as "else"
3288 that continues an earlier statement.
3289
3290 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
3291 like classes.
3292
3293 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
3294 (pike-mode): Populate the default abbrev tables to reindent for
3295 keywords such as "else" that can continue earlier statements.
3296 Abbrev mode is therefore turned on by default now. (Note that
3297 this doesn't apply to idl-mode, since IDL afaik doesn't have
3298 statements at all.)
3299
33002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3301
3302 * cc-engine.el (c-inside-bracelist-p): Fix for handling
3303 bracelists where the declaration contains template arguments.
3304
33052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3306
83c9cb8e
SM
3307 * cc-cmds.el (c-comment-indent):
3308 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
3309 syntactic indentation. Fixes bug with lineup functions that
3310 return vectors.
3311
3312 * cc-engine.el (c-get-syntactic-indentation): Split the
3313 indentation sum calculation from `c-indent-line' to a separate
3314 function.
3315
33162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3317
3318 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
3319 Fixed places where it was assumed that preprocessor directives
3320 have to start in column zero.
3321
3322 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
3323 template arguments after a class identifier properly.
3324
3325 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
3326 lists for `new Foo[]' constructs in Java as expressions and
3327 not top level definition brace lists on the top level, so that
3328 they'll get indented consistently with the same type of
3329 expression in a normal block.
3330
33312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3332
3333 * cc-cmds.el (c-fill-paragraph): The kludge that checks
3334 whether the adaptive filling package fails to keep the comment
3335 prefix is now kludged further to check for filladapt-mode
3336 which doesn't have that problem. This is really icky, but it's
3337 the only way that works with the current misfeatures/bugs in
3338 both adaptive-fill-mode and filladapt-mode.
3339
3340 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
3341 around point is recognized more robust.
3342
33432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3344
3345 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
3346 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
3347 (c-lit-type): Fixed all internal variables used dynamically so
3348 that they are always bound.
3349
3350 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
3351 errors:
3352
3353 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
3354 the region is fully reindented even when an error occurs.
3355 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
3356 whole lot of code that tried to optimize indentation of whole
3357 sexps but in reality accomplishes nothing.
3358
3359 (c-indent-sexp): Use c-indent-region.
3360
3361 (c-parsing-error): Changed this variable to hold the message
3362 for any syntactic error that is discovered.
3363
3364 (c-parse-state): Search backward from point instead of the bod
3365 position when the latter is invalid. This makes CC Mode
3366 recover faster when there are unbalanced close braces.
3367
3368 (c-backward-to-start-of-if): Use c-parsing-error to report
3369 dangling "else" clauses instead of throwing an error, and fall
3370 back to a reasonable position.
3371
83c9cb8e 3372 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 3373
83c9cb8e 3374 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
3375
33762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3377
3378 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
3379 paragraph recognition when moving by sentence in literals.
3380
83c9cb8e
SM
3381 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
3382 start regexp for javadoc to recognize javadoc markup in general instead
3383 of a specific set of keywords, to be more future-safe.
130c507e
GM
3384
3385 (c-Pike-pikedoc-paragraph-start)
3386 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
3387 pikedoc markup.
3388
83c9cb8e 3389 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 3390
83c9cb8e 3391 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
3392
3393 * cc-vars.el (c-default-style): Made a nicer Customize widget.
3394
3395 (c-comment-prefix-regexp): Made it possible to use an
3396 association list on this to specify mode specific regexps.
3397 The default value now use a special regexp in Pike mode to
3398 recognize pikedoc markup.
3399
3400 (c-current-comment-prefix): New variable containing the actual
3401 regexp from c-comment-prefix-regexp for the current buffer.
3402
34032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3404
3405 * cc-cmds.el (c-electric-brace): Fixed check for special brace
3406 lists: We can't look at the syntax, since a brace list can get
3407 recognized as a plain statement-cont.
3408
3409 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
3410 special brace list opener broken over two lines got recognized
3411 as a statement on the second line. Case 9A changed.
3412
34132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3414
3415 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
3416 adjustment after line is reindented.
3417
34182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3419
3420 * cc-defs.el (c-point): Added optional argument for position
3421 to use instead of the current point.
3422
3423 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
3424 the in-expression block symbols when the construct starts at
3425 boi, to avoid the extra level of indentation in that case.
3426 Cases 4, 16A and 17E affected.
3427
34282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3429
3430 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 3431 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
3432
3433 * cc-engine.el (c-indent-line): Use the syntax already bound
3434 to `c-syntactic-context', if there is any.
3435
34362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3437
3438 * cc-engine.el (c-get-offset): Fixed bug where the indentation
3439 wasn't added up correctly when a lineup function returned nil.
3440
34412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3442
3443 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 3444 empty lines were ignored when collecting line comments backwards.
130c507e
GM
3445
34462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3447
3448 * cc-align.el (c-lineup-dont-change): Return an absolute
3449 indentation column to work correctly in the case when several
3450 syntactic elements are processed for the same line.
3451
3452 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
3453 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
3454 (c-set-offset): Added absolute indentation column settings by
3455 using the vector type.
3456
130c507e
GM
34572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3458
3459 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
3460 Implemented two new cleanups `space-before-funcall' and
3461 `compact-empty-funcall'.
3462
130c507e
GM
34632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3464
3465 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
3466 helping building regexps.
3467
3468 * cc-engine.el (c-on-identifier): New function for detecting
3469 identifiers. It takes keywords into account.
3470
3471 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
3472 lists. `c-keywords' is set to a regexp matching all keywords
3473 in the current language.
3474
34752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3476
3477 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
3478 list of characters to skip backwards over at the beginning of
3479 a statement, since it can precede string literals in Pike.
3480
34812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3482
3483 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
3484 recognition when standing on the last line in a C++ comment
3485 with nothing but whitespace after the prefix.
3486
3487 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
3488 given no limit argument.
3489
34902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3491
3492 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
3493 recognition for the `[]= operator symbol in Pike.
3494
34952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3496
3497 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
3498 around a bug in `eval-when-compile' in the byte compiler.
3499
3500 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 3501 value when count is zero and there's no token start within the limit.
130c507e
GM
3502
3503 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
3504 "prefix comments", i.e. comments which are followed by code on
3505 the same line.
3506
3507 * cc-mode-19.el: Fixes so that checks that must be done at
3508 compile time also are done then.
3509
35102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3511
3512 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
3513 time and at runtime, and only when it's needed.
3514
35152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3516
3517 Major cleanup for less error prone and more warning free
3518 compilation, including some fixes for bugs due to different
3519 compilation orders. Thanks to Martin Buchholz for providing
3520 the basis for all this.
3521
3522 * cc-bytecomp.el: New file that provides some byte compilation
3523 features: It ensures that files always are loaded from the
3524 current source directory during compilation, and it provides a
3525 set of macros to turn off specific compiler warnings for
3526 specific symbols. (It's not CC Mode specific in any way.)
3527
3528 Fixed a nearly acyclic dependency tree (both runtime and
3529 compile-time) between all files.
3530
3531 * cc-defs.el: Separated all macros before the inline functions,
3532 to ensure correct compilation.
3533
3534 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
3535 cc-defs.el to cc-engine.el and made it a function instead.
3536
3537 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
3538 about char-after.
3539
3540 * cc-vars.el: Cope even when there isn't a custom package
3541 containing defcustom available.
3542
3543 * cc-make.el: Removed since it's no longer necessary.
3544
3545 README: Updated installation instructions.
3546
35472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3548
3549 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
3550 improve the modularity: Moved all mode init stuff from
3551 cc-langs.el to cc-mode.el, including the keymap
3552 initialization; cc-langs now only contains the various
3553 variables for configuring the language syntax.
3554
83c9cb8e
SM
3555 * cc-engine.el, cc-styles.el (c-evaluate-offset)
3556 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 3557 dependency analysis suggests they belong there (which also
83c9cb8e 3558 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
3559
35602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3561
3562 * cc-cmds.el (c-fn-region-is-active-p): New function that
3563 wraps the corresponding macro, for use in places that aren't
3564 compiled. Thanks to Martin Buchholz for pointing out this.
3565
83c9cb8e 3566 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
3567
3568 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
3569 add things to the bug report.
3570
35712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3572
3573 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
3574 returned prefix could contain a newline when the search for a
3575 good prefix line failed.
3576
35772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3578
3579 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
3580 (c-toggle-auto-hungry-state): Made the argument optional, as
3581 the documentation says it is.
3582
35832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
3584
3585 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
3586 multiline string syntax, #"...", as a cpp macro.
3587
7008ccac
GM
35882001-03-21 Paul Eggert <eggert@twinsun.com>
3589
83c9cb8e
SM
3590 * international/mule-cmds.el (set-locale-environment):
3591 Set system-messages-locale and system-time-locale, but only if the
7008ccac 3592 caller specifies a non-nil locale name.
3c9449d0 3593
c2478129 35942001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
3595
3596 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 3597 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 3598
117e4b0c
GM
35992001-03-20 Gerd Moellmann <gerd@gnu.org>
3600
7194219d
GM
3601 * follow.el (follow-avoid-tail-recenter): Doc fix.
3602
5721ae13
GM
3603 * custom.el (custom-set-variables): Avoid reversing the list
3604 of args needlessly.
3605
7b8bbf72
GM
3606 * startup.el (fancy-splash-head): Don't change the colors of the
3607 XPM image on a dark background.
3608
a91ad7c9
GM
3609 * comint.el (comint-exec-1): Set columns of the terminal to
3610 window-width instead of frame-width.
3611
fa88947e
GM
3612 * info.el (Info-scroll-down): Add missing WINDOW arg for
3613 pos-visible-in-window-p.
3614
1741905c
GM
3615 * ehelp.el (electric-help-mode-hook): Add defcustom.
3616
117e4b0c
GM
3617 * mail/sendmail.el (mail-mode): Activate case-folding in
3618 font-lock-defaults.
3619
e84c695d
SM
36202001-03-19 Stefan Monnier <monnier@cs.yale.edu>
3621
3622 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
3623 (completion-ignored-extensions): Remove duplicate ".class".
3624
fc774041
AS
36252001-03-19 Andreas Schwab <schwab@suse.de>
3626
83c9cb8e
SM
3627 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
3628 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 3629
c2c097cc
GM
36302001-03-19 Gerd Moellmann <gerd@gnu.org>
3631
3632 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
3633 methods since there are not prefix input methods.
3634
fbe2e958
KH
36352001-03-19 Kenichi Handa <handa@etl.go.jp>
3636
83c9cb8e
SM
3637 * international/mule-cmds.el (read-input-method-name):
3638 Locally bind enable-recursive-minibuffers to t.
fbe2e958 3639
da47e491
SM
36402001-03-18 Stefan Monnier <monnier@cs.yale.edu>
3641
3642 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
3643
4986c2c6 36442001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 3645
4986c2c6
MK
3646 * ediff-util.el: Copyright years.
3647 (ediff-choose-syntax-table): New function.
3648 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 3649
4986c2c6
MK
3650 * ediff-init.el (ediff-with-syntax-table): New macro, uses
3651 with-syntax-table.
83c9cb8e 3652
4986c2c6 3653 * ediff.el: Date of last update, copyright years.
83c9cb8e 3654
4986c2c6 3655 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 3656
4986c2c6
MK
3657 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
3658 of Scott Bronson.
3659 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
3660 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
3661 Deleted functions.
3662 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
3663 ex-token-list.
83c9cb8e 3664
4986c2c6 3665 * viper-util.el: Spaces, indentation.
83c9cb8e 3666
4986c2c6 3667 * viper.el: Changed version, modification time.
83c9cb8e 3668
3c799aec 36692001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
3670
3671 * calendar/timeclock.el (timeclock-workday-remaining):
3672 Check whether `discrep' is non-null before using it.
3c799aec 3673
ae3ce418
JW
36742001-03-16 John Wiegley <johnw@gnu.org>
3675
3676 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
3677 first-time checkins.
3678 (timeclock-log-data): Fixed problem with reading timelog log file.
3679 Resulting data in the "day list" was incorrect.
3680 (timeclock-find-discrep): Check if `timeclock-file' is readable
3681 before opening it.
3682 (timeclock-time-less-p): New function.
3683 (timeclock-day-base): New function.
3684 (timeclock-geometric-mean): New function.
3685 (timeclock-generate-report): Generate a summary report based on
3686 the contents of the log file. This uses `timeclock-log-data', and
3687 is an example of writing a timelog manipulation function.
3688 (timeclock-visit-timelog): A quick command for opening the timelog
3689 file.
3690 (timeclock-log-data): Bound the variable event.
3691
c8d4a9bb
KH
36922001-03-16 Kenichi Handa <handa@etl.go.jp>
3693
83c9cb8e
SM
3694 * international/mule-cmds.el (select-safe-coding-system):
3695 Fix typo: symbol-name -> symbol-value.
11d56c64 3696
c8d4a9bb
KH
3697 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
3698 before substitute-in-file-name to handle double slashes in FILE
3699 correctly.
3700
c899e7e6
GM
37012001-03-15 Gerd Moellmann <gerd@gnu.org>
3702
3703 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
3704 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
3705
819dce0f
GM
37062001-03-14 Gerd Moellmann <gerd@gnu.org>
3707
697617d9
GM
3708 * bindings.el (features): Add `md5' and `overlay' to the list.
3709
819dce0f
GM
3710 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
3711 bound before using it. It's not bound when configured without X,
3712 for instance.
3713
e0067a9d
TTN
37142001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
3715
3716 * progmodes/hideshow.el: Update copyright.
3717 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 3718 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 3719
afcdc0a1
GM
37202001-03-13 Gerd Moellmann <gerd@gnu.org>
3721
e0067a9d 3722 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
3723 a non-list.
3724
30564c48
EZ
37252001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
3726
3727 * startup.el (fancy-splash-tail, command-line-1): Fix the
3728 copyright year.
3729
2b8e24b3
KH
37302001-03-13 Kenichi Handa <handa@etl.go.jp>
3731
3732 * term.el: These changes are based on a patch sent from Yong Lu
3733 <lyongu@yahoo.com>.
3734 (term-set-escape-char): Bind M-x to execute-extended-command in
3735 term-raw-escape-map.
3736 (term-move-columns): Don't try to move to negagive column.
3737 (term-emulate-terminal): Insert a string before deleting a text to
3738 overwrite.
3739
789b6186
GM
37402001-03-12 Gerd Moellmann <gerd@gnu.org>
3741
b0778a31
GM
3742 * play/life.el (life): Rearrange code so that all calls to
3743 life-display-generation are in a catch-form.
3744
04528cda
GM
3745 * progmodes/etags.el (tags-loop-continue): Don't change point in a
3746 file that isn't interesting. In an interesting file, push the old
3747 value of point on the mark ring.
3748
760cefb5
GM
3749 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
3750 New function.
3751 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
3752 Use it.
3753
83c9cb8e
SM
3754 * emacs-lisp/autoload.el (generate-file-autoloads):
3755 Remove warning about line lengths.
789b6186 3756
a2ffbafe
FP
37572001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
3758
3759 * progmodes/etags.el (tags-compression-info-list): New variable.
3760 (find-tag-in-order): Use it to deal with compressed source files.
3761 (tag-file-name-match-p): New function.
3762 (etags-recognize-tags-table): Use it for better match of file names.
3763
5c9d9d92
KH
37642001-03-12 Kenichi Handa <handa@etl.go.jp>
3765
ba3e9b9b
KH
3766 * international/mule-cmds.el (register-input-method): Doc fix.
3767
5c9d9d92
KH
3768 * international/quail.el (quail-translate-key): Fix condition to
3769 check if there's another breaking point in the current key.
3770
40beecee
EZ
37712001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
3772
3773 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
3774 Babyl header to the newly-created output file, bind
3775 coding-system-for-write to either rmail-file-coding-system or
3776 emacs-mule-unix.
3777
75c6cb7f
SM
37782001-03-11 Stefan Monnier <monnier@cs.yale.edu>
3779
3780 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
3781 Fix the name and regexp used for subsubsections.
3782
5ec17636
DL
37832001-03-10 Dave Love <fx@gnu.org>
3784
3785 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
3786 and save-buffer if buffer-file-name non-nil. From rms.
3787
6d2e2c02
AS
37882001-03-10 Andre Spiegel <spiegel@gnu.org>
3789
3790 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 3791 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
3792 to reflect that.
3793 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 3794 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
3795 variable bindings that might affect the diff command.
3796 (vc-print-log): Don't switch to the *vc* buffer before the
3797 command, so that local variable bindings are preserved.
3798
789b6186 3799 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
3800 not the current buffer.
3801 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
3802
789b6186 3803 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 3804 make output go to buffer *vc*, not the current buffer.
a2ffbafe 3805
b18f5523
SM
38062001-03-09 Stefan Monnier <monnier@cs.yale.edu>
3807
3808 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
3809 so ^, $, *, ? and + are interpreted correctly.
3810
3cfd8357
GM
38112001-03-09 Gerd Moellmann <gerd@gnu.org>
3812
c085b77c 3813 * help.el (string-key-binding): Renamed from
f9db8f19
SM
3814 mode-line-key-binding. Handle any event on a string.
3815 Check for `keymap' properties as well as `local-map' properties.
c085b77c 3816
3cfd8357
GM
3817 * comint.el (comint-insert-clicked-input): Use the last key
3818 from this-command-keys to lookup the global key definition.
3819
348f797a
KH
38202001-03-09 Kenichi Handa <handa@etl.go.jp>
3821
3ebf3717
KH
3822 * international/characters.el: Add category `j' for
3823 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
3824
348f797a
KH
3825 * international/mule-conf.el (no-conversion): Fix docstring.
3826 (raw-text): Fix docstring.
3827
e1fbabaf
GM
38282001-03-08 Gerd Moellmann <gerd@gnu.org>
3829
96e8e603
GM
3830 * simple.el (choose-completion-string): When not leaving the
3831 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
3832 is set.
3833
e1fbabaf
GM
3834 * window.el (shrink-window-if-larger-than-buffer): Handle frame
3835 parameter `(minibuffer . t)'.
3836
f9db8f19
SM
38372001-03-07 Stefan Monnier <monnier@cs.yale.edu>
3838
3839 * progmodes/sh-script.el (sh-st-symbol): New symbol.
3840 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
3841 (sh-mode): Remove `make-local-variable' for unused var
3842 `font-lock-unfontify-region-function'.
3843
02756877
RS
38442001-03-07 Richard M. Stallman <rms@gnu.org>
3845
132bf46d
RS
3846 * info.el (Info-scroll-down): Fix previous change.
3847
02756877
RS
3848 * mail/rmail.el (rmail-toggle-header): Use a window which
3849 is showing the Rmail buffer, rather than the selected window.
3850
eeb24429
DL
38512001-03-07 Dave Love <fx@gnu.org>
3852
3853 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
3854 now, to avoid problems with binding imenu directly to a mouse event.
3855
3bdf2660
GM
38562001-03-07 Gerd Moellmann <gerd@gnu.org>
3857
3858 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
3859 second arg t.
3860
38612001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
3862
3863 * log-edit.el (log-edit-common-indent): New var.
3864 (log-edit-set-common-indentation): Renamed from
3865 log-edit-delete-common-indentation. Use the new var.
3866 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
3867
3868 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
3869 (cvs-mode-add-change-log-entry-other-window):
3870 Don't presume change-log-default-name is defined.
3871
3872 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
3873
3874 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
3875 the "tree" operation as well.
3876
3877 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
3878
3879 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
3880 to match paragraph-start.
3881
3882 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
3883 comment-start-skip and set comment-end-skip as well.
3884 (sgml-comment-indent): Fix for new value of comment-start-skip.
3885 (html-autoview-mode): Don't bother using make-local-hook.
3886
2ad02767
GM
38872001-03-07 Gerd Moellmann <gerd@gnu.org>
3888
189638d5 3889 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 3890 variables, otherwise long Custom entries would make them ineffective.
189638d5 3891
2ad02767
GM
3892 * uniquify.el: Set maintainer to FSF.
3893
656f8cae
EZ
38942001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
3895
3896 * dired-aux.el (dired-do-shell-command): Doc fix.
3897
c83965c4
SM
38982001-03-06 Stefan Monnier <monnier@cs.yale.edu>
3899
04af43bc
SM
3900 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
3901
3902 * which-func.el (which-func-modes): Add cperl-mode.
3903 (which-func-mode-global): Use define-minor-mode.
3904
3905 * info-look.el: Docstring fixes and dead code eliminated.
3906 (cperl-mode): Add support.
3907 (emacs-lisp-mode): List all entries from elisp manual, whether
3908 or not they are currently (f)bound or not. Update regexp.
3909
3910 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
3911
c83965c4
SM
3912 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
3913 so that C-h m shows the correct information.
3914 Use make-local-variable rather than make-variable-buffer-local.
3915 (cperl-info-buffer, cperl-setup-tmp-buf):
3916 Use make-local-variable rather than make-variable-buffer-local.
3917 (cperl-msb-fix, cperl-get-help-defer):
3918 Check major-mode for `cperl-mode' as well.
3919
3920 * progmodes/cperl-mode.el: Updated to author version 4.23.
3921 (cperl-electric-pod): SYNOPSIS was misspelled.
3922 (cperl-find-pods-heres): @if ? a : b was considered a REx.
3923 (cperl-after-expr-p): Make true after __END__.
3924
f16a7aa5
GM
39252001-03-06 Gerd Moellmann <gerd@gnu.org>
3926
157ae273 3927 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 3928 bookmark-completion-ignore-case is t.
157ae273 3929
f16a7aa5
GM
3930 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
3931 switch, like xterm, and concat resource strings, with a newline
3932 between them.
3933
abaddb98
EZ
39342001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
3935
a2ffbafe 3936 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
3937 (cp773-decode-table, cp774-decode-table): New variables.
3938
abaddb98
EZ
3939 * man.el (Man-hyphenated-reference-regexp): New variable.
3940 (Man-build-references-alist): Use it to search for referenced
3941 manpages. If hyphenated is non-nil, record a concatenated word in
3942 Man-refpages-alist only if it matches Man-reference-regexp.
3943 Update word's length when it is concatenated. Reverse the list,
3944 to get the first manpage at the head.
3945 (Man-possibly-hyphenated-word): New function.
3946 (Man-follow-manual-reference): Use it instead of current-word to
3947 find a manpage at point, in a way that accounts for hyphenated
3948 references.
3949
eb3f61dd
GM
39502001-03-06 Alex Schroeder <alex@gnu.org>
3951
3952 * sql.el (sql-interbase): New function.
3953 (sql-interbase-program): New option.
3954 (sql-interbase-options): New option.
3955 And some typos fixed: "customise" to "customize".
3956
fa84f42a
DL
39572001-03-06 Dave Love <fx@gnu.org>
3958
83c9cb8e
SM
3959 * textmodes/flyspell.el (flyspell-region):
3960 Set up flyspell-local-mouse-map.
fa84f42a 3961
fda3411d
RS
39622001-03-05 Richard M. Stallman <rms@gnu.org>
3963
a2ffbafe 3964 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
3965 Don't call rmail-beginning-of-message.
3966 Don't discard From: field. Do discard Received: field.
3967 Use unwind-protect to re-prune.
3968 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 3969
e972ab1f
KH
39702001-03-06 Kenichi Handa <handa@etl.go.jp>
3971
3972 * international/quail.el (quail-title): Add autoload cookie.
3973
335db3c1
DL
39742001-03-05 Dave Love <fx@gnu.org>
3975
3976 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
3977 new defs.
3978
278dd6ac
KH
39792001-03-05 Kenichi Handa <handa@etl.go.jp>
3980
83c9cb8e
SM
3981 * language/ethio-util.el (ethio-toggle-space):
3982 Update current-input-method-title if necessary.
36d5e61d
KH
3983 (ethio-toggle-punctuation): Likewise.
3984
341cd4f0
KH
3985 * international/quail.el (quail-title): Fix for the case that a
3986 title of an input method is specified by a list of the same form
3987 as used in mode-line-format.
3988
83c9cb8e
SM
3989 * international/mule-cmds.el (activate-input-method):
3990 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
3991 respect that value.
3992
10ebaeb6
GM
39932001-03-05 Gerd Moellmann <gerd@gnu.org>
3994
3995 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
3996
7a65c85c
GM
39972001-03-05 Alex Schroeder <alex@gnu.org>
3998
3999 * sql.el (sql-sybase): Fix typo (was: query user about server two
4000 times instead of server and database).
4001
4002 * sql.el (sql-sybase): Doc change.
4003 (sql-mysql): Doc change.
4004 (sql-postgres): Doc change.
4005
b86644f2
KH
40062001-03-05 Kenichi Handa <handa@etl.go.jp>
4007
83c9cb8e
SM
4008 * international/mule-conf.el (emacs-mule, raw-text):
4009 Docstring modified.
b86644f2 4010
e30bd7b7
EZ
40112001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
4012
4013 * term/internal.el: Update copyright notice.
4014
4015 * term/pc-win.el: Update copyright notice.
4016
7e365285
DL
40172001-03-02 Dave Love <fx@gnu.org>
4018
83c9cb8e
SM
4019 * files.el (insert-file-contents-literally):
4020 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
4021 not jka-compr-compression-info-list.
7e365285 4022
75ed43a6
SM
40232001-03-02 Stefan Monnier <monnier@cs.yale.edu>
4024
4025 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
4026 spaces in default comment-start-skip settings rather than \s-.
4027
53c4b1e6
EZ
40282001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
4029
4030 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
4031 default-frame-alist as well.
4032
028d739a
DL
40332001-03-01 Dave Love <fx@gnu.org>
4034
4035 * textmodes/reftex.el (defvar): Wrap some defvars in
4036 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
4037
4038 * subr.el (event-basic-type): Doc fix.
4039
4040 * international/quail.el: Doc fixes.
4041
4042 * international/utf-8.el: Doc fixes.
4043
4044 * international/mule-cmds.el: Doc fixes.
4045 (leim-list-header): Fix header text.
4046
4047 * international/mule.el (coding-system-category): Doc fix.
4048
4049 * international/ccl.el (ccl-compile): Doc fix.
4050
15d1caef
SM
40512001-03-01 Stefan Monnier <monnier@cs.yale.edu>
4052
4053 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
4054 rather than (before|after)-change-functions.
4055
f84ff02c
GM
40562001-03-01 Gerd Moellmann <gerd@gnu.org>
4057
4058 * ediff-util.el (ediff-scroll-horizontally): Arrange for
4059 scroll-left and scroll-right being called interactively so that
4060 they set the window's min_hscroll.
4061
e0c1e774
EZ
40622001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
4063
4064 * info.el (info-insert-file-contents-1): Accept an additional
4065 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
4066 `suffix'; otherwise use the complicated MS-DOS code.
4067 All callers changed.
e0c1e774
EZ
4068 (info-insert-file-contents, Info-find-node): If the MS-DOS port
4069 can access long file names, try the long file-name version of
4070 `info-insert-file-contents-1', then the short file-name version.
4071
b8b2ea31 40722001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 4073
af122766
KH
4074 * language/ethio-util.el (setup-ethiopic-environment-internal):
4075 Change bindings of functions keys to conform to "Emacs Lisp Coding
4076 Convention".
4077
4078 * language/ethiopic.el ("Ethiopic"): Add documentation.
4079
b8b2ea31
KH
40802001-02-28 Kenichi Handa <handa@etl.go.jp>
4081
1d64e2ad
KH
4082 * international/utf-8.el (mule-utf-8): Set coding-category
4083 property to coding-category-utf-8.
4084
91cb6e51
RS
40852001-02-27 Richard M. Stallman <rms@gnu.org>
4086
4087 * lpr.el (lpr-page-header-switches, print-region-1):
4088 Undo 2000-07-06 change.
7298f3f7
RS
4089 (lpr-add-switches): Default to t on gnu/linux.
4090
c0cb1027
GM
40912001-02-27 Gerd Moellmann <gerd@gnu.org>
4092
4093 * bs.el (bs-attributes-list): Doc fix.
4094
01459648
GM
40952001-02-26 Gerd Moellmann <gerd@gnu.org>
4096
baebd8a5 4097 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 4098
01459648
GM
4099 * help.el (view-order-manuals): Use goto-address.
4100
4101 * startup.el (command-line-1): Add info about ordering manuals
4102 to the not so fancy splash screens.
4103
f93e614e
AS
41042001-02-26 Andre Spiegel <spiegel@gnu.org>
4105
01459648
GM
4106 * vc.el (vc-default-workfile-unchanged-p)
4107 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 4108
12435002
GM
41092001-02-26 Gerd Moellmann <gerd@gnu.org>
4110
a2ffbafe 4111 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
4112 fontify in the right buffer.
4113
12435002
GM
4114 * allout.el (outline-flag-region): Move macro in front of first
4115 use to avoid a run-time error.
4116
425de386
AI
41172001-02-24 Andrew Innes <andrewi@gnu.org>
4118
4119 * makefile.w32-in: Fix copyright notice.
4120
66c56ed1
KH
41212001-02-24 Kenichi Handa <handa@etl.go.jp>
4122
4c1593ce
KH
4123 * international/utf-8.el (mule-utf-8): Set correct value for
4124 valid-codes property.
4125
66c56ed1
KH
4126 * international/fontset.el (x-complement-fontset-spec): In the
4127 case that we use ASCII font for the other charsets, use only
15d1caef 4128 family and registry part of it.
66c56ed1 4129
119171dd
EZ
41302001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4131
4132 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
4133 (shrink-window-if-larger-than-buffer): Doc fix.
4134
932c309e
SM
41352001-02-23 Stefan Monnier <monnier@cs.yale.edu>
4136
4137 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
4138 predicate passed to completing-read.
4139
9b760e36
EZ
41402001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
4141
4142 * startup.el (command-line): Fix last change.
4143
5c39a60f
JR
41442001-02-23 Jason Rumney <jasonr@gnu.org>
4145
4146 * startup.el (tool-bar-originally-present): New variable.
4147 (command-line): Set it if the tool-bar is switched on at startup.
4148
4149 * frame.el (frame-notice-user-settings): Only adjust frame height
4150 for no tool-bar case if tool-bar was originally switched on.
796ead7e 4151 From E. Jay Berkenbilt.
5c39a60f 4152
cb91b2c7
SM
41532001-02-22 Stefan Monnier <monnier@cs.yale.edu>
4154
39b557e8
SM
4155 * server.el (server-switch-buffer): Only switch window if the
4156 current one is dedicated.
4157
cb91b2c7
SM
4158 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
4159 rather than using (match-beginning 0) when searching for break point.
4160
9238a8df
EZ
41612001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
4162
4163 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
4164 @ follows an accent command such as @'. Support optional braces
4165 in commands that insert accents, like makeinfo does.
4166
3473f362
GM
41672001-02-22 Gerd Moellmann <gerd@gnu.org>
4168
4169 * startup.el (fancy-splash-text): Add a line for ordering
4170 manuals. Reverse order of splash screens shown.
4171 (use-fancy-splash-screens-p): Adapt to the text line added.
4172
4173 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
4174 manuals from the FSF.
4175
4176 * help.el (view-order-manuals): New function.
4177 (toplevel): Bind C-h C-m to this function.
4178
76a4de07
SM
41792001-02-21 Stefan Monnier <monnier@cs.yale.edu>
4180
4181 * newcomment.el (comment-forward): Skip the comment-start before
4182 searching for the comment-end.
4183
75b71d85
DL
41842001-02-21 Dave Love <fx@gnu.org>
4185
2f4c9a87
DL
4186 * custom.el (custom-initialize-changed, defcustom): Doc fix.
4187
75b71d85
DL
4188 * international/mule-cmds.el, international/mule.el: Doc fixes.
4189
ffc9ff0c
GM
41902001-02-21 Gerd Moellmann <gerd@gnu.org>
4191
4192 * startup.el (fancy-splash-screens): Use display-hourglass
4193 instead of display-busy-cursor.
4194
4195 * frame.el (display-hourglass): Renamed from busy-cursor.
4196 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
4197 (show-cursor-in-non-selected-windows): Doc fix.
4198
f34eb373
DL
41992001-02-20 Dave Love <fx@gnu.org>
4200
4201 * international/utf-8.el: Doc and commentary fixes.
4202
f55e4a7e
EZ
42032001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
4204
4205 * ehelp.el (with-electric-help): Doc fix.
4206
fa97adf6
GM
42072001-02-20 Gerd Moellmann <gerd@gnu.org>
4208
4209 * msb.el (msb-mode): Call the update-buffers function explicitly
4210 with a FORCE argument.
4211
4212 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
4213 FORCE. If set, update the menu even if frame-or-buffer-changed-p
4214 returns nil.
4215
54ed3bd2
GM
42162001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4217
4218 * ps-print.el: Timestamp package replacement. Some enhancements.
4219 Some XEmacs compatibility. Doc fix.
4220 (ps-print-version): New version number (6.4).
4221 (ps-printer-name): Initialization fix.
4222 (ps-zebra-stripe-follow): Funcionality enhancement.
4223 (ps-prologue-file): Code enhancement.
4224 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
4225 (ps-setup, ps-face-bold-p, ps-face-italic-p)
4226 (ps-get-page-dimensions)
54ed3bd2
GM
4227 (ps-generate-header, ps-begin-file, ps-begin-job)
4228 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
4229 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
4230 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
4231 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 4232
e8ebf97d
MB
42332001-02-20 Miles Bader <miles@gnu.org>
4234
4235 * image-file.el (image-file-name-extensions): Add "tif".
4236
136b27c5
GM
42372001-02-19 Gerd Moellmann <gerd@gnu.org>
4238
4239 * wid-edit.el (widget-button-click): Save the selected window
4240 around the code handling clicks on buttons.
4241
6ebbcf59
DL
42422001-02-18 Dave Love <fx@gnu.org>
4243
4244 * imenu.el (imenu--generic-function): Use mapc to iterate over
4245 syntax characters.
4246
595ded73
RS
42472001-02-17 Richard M. Stallman <rms@gnu.org>
4248
b9fe3dc8
RS
4249 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
4250
595ded73
RS
4251 * uniquify.el (uniquify-buffer-name-style): Doc fix.
4252
f3f053f3
GM
42532001-02-16 Gerd Moellmann <gerd@gnu.org>
4254
4255 * mouse.el (mouse-save-then-kill): If the distance from the new
4256 point to the mark is equal to the distance of point from the new
4257 point, move point instead of the mark.
4258
11570a8f
DL
42592001-02-16 Dave Love <fx@gnu.org>
4260
4261 * textmodes/flyspell.el (flyspell-get-word): Return string without
4262 properties.
4263
fb339cd5
EZ
42642001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4265
4266 * generic.el (generic-find-file-regexp): Doc fix.
4267 (generic-ignore-files-regexp): New defcustom.
4268 (generic-mode-find-file-hook): If the file's name matches the
4269 regexp in `generic-ignore-files-regexp', don't enter
4270 default-generic-mode. Doc fix.
4271
c56b1c1b
GM
42722001-02-16 Gerd Moellmann <gerd@gnu.org>
4273
a2ffbafe 4274 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
4275 Add autoload cookies.
4276
a2ffbafe 4277 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
4278 of cal-tex-24.
4279
0d140e65
EZ
42802001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
4281
81558867
EZ
4282 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
4283
0d140e65
EZ
4284 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
4285 the character class after the (optional) drive, to support file
4286 names with embedded blanks.
4287
713f7b15
SS
42882001-02-15 Sam Steingold <sds@gnu.org>
4289
4290 * textmodes/tex-mode.el (tex-shell-running):
4291 Check the process buffer too.
4292
9a2a6f73
DL
42932001-02-15 Dave Love <fx@gnu.org>
4294
4295 * battery.el (battery-status-function): Fix doc, :type.
4296
15d1caef 4297 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 4298
fe10cef0
GM
42992001-02-15 Gerd Moellmann <gerd@gnu.org>
4300
4301 * subr.el (read-passwd): Clear Lisp memory holding password.
4302
126f5d4d
MB
43032001-02-15 Miles Bader <miles@gnu.org>
4304
4305 * info.el (Info-copy-current-node-name): New function.
4306 (Info-mode-menu): Add it to the menu.
4307
92e98d63
RS
43082001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
4309
4310 * international/mule-cmds.el (toggle-input-method): Doc fix.
4311
dd4e0e55
SM
43122001-02-13 Stefan Monnier <monnier@cs.yale.edu>
4313
4314 * replace.el (occur): Stop at end of buffer.
4315
402dbbd1
EZ
43162001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
4317
4318 * international/mule-cmds.el (set-input-method): Another doc fix.
4319
e9fcba3d
GM
43202001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
4321
4322 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
4323
78ad1cd5
MB
43242001-02-13 Miles Bader <miles@gnu.org>
4325
713f7b15 4326 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
4327 (set-face-stipple): Treat a value of nil as being `unspecified'.
4328
fce9d9dc
DL
43292001-02-12 Dave Love <d.love@dl.ac.uk>
4330
4331 * international/latin1-disp.el: Doc fixes.
4332 (latin1-display) <defgroup>: Add :link.
4333 (latin1-display) <function>: Set variable latin1-display.
4334
bc406911
EZ
43352001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
4336
4337 * international/mule-cmds.el (set-input-method): Doc fix.
4338
68514d48
EL
43392001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
4340
4341 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
4342 (speedbar-line-file): Return nil if not a file.
4343 (speedbar-buffers-line-path): Return file for tags, and dir for files.
4344
513bea45 43452001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 4346
513bea45
MK
4347 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
4348 for remote files.
bc406911 4349 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 4350 with raw-text.
713f7b15 4351
513bea45 4352 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 4353
83c9cb8e
SM
4354 * ediff-util.el (ediff-compute-custom-diffs-maybe):
4355 Better handling of the diff mode.
713f7b15 4356
513bea45 4357 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 4358
bc406911 4359 * viper.texi: Fix typos.
713f7b15 4360
521d4010
DL
43612001-02-11 Dave Love <fx@gnu.org>
4362
36fd8e17
DL
4363 * shadowfile.el: Doc fixes.
4364 (shadow) <defgroup>: Add :link.
4365 (shadowfile-unload-hook): New function.
4366 (shadow-initialize): Use defalias, not fset.
4367 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 4368 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 4369
521d4010
DL
4370 * international/mule.el: Doc and message fixes.
4371
36fd8e17
DL
4372 * international/ccl.el (define-ccl-program): Doc fix.
4373
92395bbe
KH
43742001-02-11 Kenichi Handa <handa@etl.go.jp>
4375
4376 * faces.el (mode-line): Set :line-width property to -1.
4377
103db06c
RS
43782001-02-10 Richard M. Stallman <rms@gnu.org>
4379
08b78974
RS
4380 * complete.el (partial-completion-mode): Doc fix.
4381
103db06c
RS
4382 * simple.el (delete-key-deletes-forward-mode):
4383 Change `let' to `let*' to fix gross bug in last change.
4384
4385 * repeat.el (repeat): Don't let execute-kbd-macro alter
4386 real-last-command.
4387
a6a1ee53
EZ
43882001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
4389
4390 * simple.el (eval-expression): Doc fix.
4391
d2f288c6
DL
43922001-02-09 Dave Love <fx@gnu.org>
4393
038f4ae3
DL
4394 * imenu.el (imenu-generic-expression): Doc fix.
4395
83c9cb8e
SM
4396 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
4397 From Juanma Barranquero.
038f4ae3 4398
15d1caef 4399 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 4400
9804b846
KH
44012001-02-09 Kenichi Handa <handa@etl.go.jp>
4402
4403 * faces.el (set-face-attribute): Describe the case of a negative
4404 value specified for :line-width.
4405
532f5197
SM
44062001-02-08 Stefan Monnier <monnier@cs.yale.edu>
4407
4408 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 4409 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 4410
1d279666
DL
44112001-02-08 Dave Love <fx@gnu.org>
4412
4681ca3a
DL
4413 * wid-edit.el (widget-plist-convert-widget): Replace binding of
4414 widget-plist-value-type.
4415 (widget-alist-convert-widget): Replace binding of
4416 widget-alist-value-type.
4417
1d279666
DL
4418 * textmodes/paragraphs.el (sentence-end): Doc fix.
4419
83c9cb8e
SM
4420 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
4421 Remove `backward-line'.
1d279666 4422
532f5197
SM
4423 * play/pong.el (pong-blank-color, pong-bat-color)
4424 (pong-ball-color, pong-border-color, pong-left-key)
4425 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
4426 (pong-pause-key, pong-resume-key, pong-timer-delay):
4427 * mail/mh-comp.el (mh-compose-letter-function):
4428 * eshell/esh-mode.el (eshell-skip-prompt-function):
4429 * emulation/viper-ex.el (ex-unix-type-shell-options):
4430 * recentf.el (recentf-menu-filter):
4431 * ps-print.el (ps-print-region-function):
4432 * lpr.el (print-region-function):
4433 * forms.el (forms-mode-hooks):
4434 * dirtrack.el (dirtrack-directory-change-hook):
4435 * cus-start.el (temp-buffer-show-function, display-buffer-function):
4436 * textmodes/spell.el (spell-filter):
4437 * textmodes/fill.el (adaptive-fill-function):
4438 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
4439 * progmodes/etags.el (find-tag-default-function):
4440 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
4441 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
4442
6f676109
EZ
44432001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
4444
751d3bc4
EZ
4445 * emulation/viper-init.el (viper-fast-keyseq-timeout)
4446 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
4447 Meyering <jim@meyering.net>.
4448
6f676109
EZ
4449 * loadup.el: Revert last change.
4450
d3c26cdf
KH
44512001-02-07 Kenichi Handa <handa@etl.go.jp>
4452
83c9cb8e
SM
4453 * international/mule.el (transform-make-coding-system-args):
4454 Make it work also for coding systems not using CCL.
d3c26cdf 4455
44806980
EZ
44562001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4457
9889af08
EZ
4458 * simple.el (previous-matching-history-element)
4459 (next-matching-history-element): Doc fix.
4460
44806980
EZ
4461 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
4462 specific part.
4463
1e36ff68
DL
44642001-02-06 Dave Love <fx@gnu.org>
4465
713f7b15 4466 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
4467 (add-log-buffer-file-name-function, add-log-file-name-function):
4468 Fix :type.
4469 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
4470
c7ca58df
EZ
44712001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4472
fecd556a
EZ
4473 * info.el (info-initialize): Remove the test for system-type when
4474 invocation-directory is non-nil.
4475
c7ca58df
EZ
4476 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
4477 of `font-lock-defaults' to `backward-paragraph' rather than nil.
4478
587b5737
AI
44792001-02-06 Andrew Innes <andrewi@gnu.org>
4480
4481 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
4482 absolute.
4483
baf7eee4
GM
44842001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
4485
4486 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
4487 buffers. When hi-lock turned on rather than only checking current
4488 buffer for regexps, all buffers are checked. Moved activation of
4489 font-lock to hi-lock-refontify. When font-lock turned off rather
4490 than removing added highlighting just in current buffer, remove it
4491 in all buffers. Changed edit menu text from "Automatic
4492 Highlighting" to "Regexp Highlighting" Documentation for
4493 highlighting phrases, minor documentation changes.
4494 (hi-lock-set-file-patterns): Execute only if there are new or
4495 existing file patterns.
4496 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
4497 unfontify and, if a support mode is active, will not refontify the
4498 whole buffer. If necessary, turn on font lock. (Removed
4499 font-lock-unfontify and font-lock support-mode-specific calls,
4500 such as lazy-lock-fontify-window.)
4501 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
4502 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 4503 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
4504 (hi-lock-face-phrase-buffer): New function. Also added related
4505 menu item and keybinding.
4506 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
4507 (hi-lock-process-phrase): New function.
4508 (hi-lock-line-face-buffer): Doc fixes.
4509 (hi-lock-face-buffer): Doc fixes.
4510 (hi-lock-unface-buffer): Doc fixes.
713f7b15 4511
36710aa6
GM
45122001-02-06 Gerd Moellmann <gerd@gnu.org>
4513
4514 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
4515 dabbrev-ignored-regexps.
4516
d3f22784
EZ
45172001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
4518
4519 * simple.el (kill-line): Doc fix.
4520
5cb3c8d4
DL
45212001-02-05 Dave Love <fx@gnu.org>
4522
4523 * loadup.el: Revert last two changes -- bootstrapping works with
4524 regenerated loaddefs.
4525
e6297e7d
EZ
45262001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
4527
1e14b095
EZ
4528 * isearch.el (isearch-forward): Doc fix.
4529
e6297e7d
EZ
4530 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
4531 of font-lock-defaults to backward-paragraph.
4532
e16f52ce
GM
45332001-02-05 Gerd Moellmann <gerd@gnu.org>
4534
4535 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
4536 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
4537
01d19dd7
GM
45382001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4539
4540 * ebnf2ps.el: Eliminate time-stamp functions.
4541 (ebnf-version): New version (3.5).
4542 (ebnf-eps-finish-and-write): Replace time-stamp functions by
4543 format-time-string.
4544
24886813
GM
45452001-02-05 Gerd Moellmann <gerd@gnu.org>
4546
4547 * simple.el (next-line): Goto end-of-line before inserting a newline.
4548
65e70fc4
MB
45492001-02-05 Miles Bader <miles@gnu.org>
4550
4551 * image-file.el (insert-image-file): When visiting an image, also
4552 set `truncate-lines' to t so that any fringe arrow looks correct.
4553
482f06c9
KH
45542001-02-05 Kenichi Handa <handa@etl.go.jp>
4555
4556 * isearch.el (isearch-forward): Add description about input method
4557 in the docsting.
4558
02399da7
SM
45592001-02-04 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * skeleton.el (skeleton-internal-1): Always push the mark for @.
4562
2c366083
EZ
45632001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
4564
4565 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 4566 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 4567
bdadfce3
GM
45682001-02-02 Gerd Moellmann <gerd@gnu.org>
4569
79fb38c0
GM
4570 * wid-edit.el (widget-button-click): Fix last change.
4571
bdadfce3
GM
4572 * frame.el (frame-notice-user-settings): When resizing the initial
4573 frame because the tool bar is off, also change the frame's top
4574 position if a negative top position was specified.
4575
33155ffb
MB
45762001-02-02 Miles Bader <miles@gnu.org>
4577
4578 * image-file.el (insert-image-file): When visiting an image,
4579 suppress the cursor in the image buffer.
4580
1355ba0c
DL
45812001-02-01 Dave Love <fx@gnu.org>
4582
4583 * progmodes/f90.el (f90-mode): Remove startup message.
4584
fb758d2d 4585 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 4586
01acdb05
GM
45872001-02-01 Gerd Moellmann <gerd@gnu.org>
4588
4589 * startup.el (command-line): Fix code determining whether or not
4590 to use delete-key-deletes-forward-mode.
4591
5b1ee316
AS
45922001-02-01 Andre Spiegel <spiegel@gnu.org>
4593
4594 * vc.el (vc-diff-switches): New user option.
4595 (vc-version-diff): Use it.
4596 (vc-diff-switches-list): New macro.
4597
83c9cb8e
SM
4598 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
4599 New customization options.
5b1ee316
AS
4600 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
4601
4602 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
4603
00b1e7a1
GM
46042001-02-01 Gerd Moellmann <gerd@gnu.org>
4605
4606 * msb.el (toplevel): Quote hook symbols.
4607
85827036
KH
46082001-02-01 Kenichi Handa <handa@etl.go.jp>
4609
8e028499 4610 * international/mule.el (make-coding-system): Add description
3c948dde 4611 about recognized properties in the docstring.
8e028499 4612
85827036
KH
4613 * international/mule-conf.el: Remove unused charsets
4614 mac-roman-lower and mac-roman-upper.
4615
7ccf7ab9
GM
46162001-01-31 Gerd Moellmann <gerd@gnu.org>
4617
2441692d
GM
4618 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
4619 is in front of the left-margin, if any.
4620
ee5cece0
GM
4621 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
4622 like `delete'.
4623
83c9cb8e 4624 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 4625
7ccf7ab9
GM
4626 * term/w32-win.el (mouse-set-font): Doc fix.
4627
b4f30ec5 46282001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 4629
b4f30ec5
GM
4630 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
4631 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
4632 on already.
4633
03e0fe6e
GM
46342001-01-31 Markus Rost <rost@math.ohio-state.edu>
4635
4636 * files.el (save-buffer): Don't give message if (buffer-file-name)
4637 returns nil.
713f7b15 4638
8f289acc
EZ
46392001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
4640
cb4aae04
EZ
4641 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
4642
dbd98b19
EZ
4643 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
4644 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
4645
8f289acc
EZ
4646 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
4647 display problems.
4648
c12553c1
KH
46492001-01-31 Kenichi Handa <handa@etl.go.jp>
4650
c7bf5db9
KH
4651 * international/mule.el (charset-info): Fix docstring.
4652
4653 * international/mule-diag.el (describe-character-set): Check final
4654 char valid before printing it.
c12553c1 4655
14f16b9c
GM
46562001-01-30 Gerd Moellmann <gerd@gnu.org>
4657
efaa080b
GM
4658 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
4659
eef93f99
GM
4660 * frame.el (frame-notice-user-settings): Do the tool-bar
4661 stuff only for graphical displays. Fix a braino.
713f7b15 4662
14f16b9c
GM
4663 * frame.el (frame-initialize): Create initial frame visible.
4664 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 4665 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
4666
4667 * startup.el (command-line): Remove manipulation of frame
4668 height for tool bars.
4669
4ad25e43
EZ
46702001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4671
4672 * lpr.el: Compatibility with XEmacs and doc fixes.
4673 (lpr-windows-system, lpr-lp-system): New vars.
4674 (lpr-printer-switch): New defcustom.
4675 (printer-name, lpr-command): Customization fix.
4676 (print-region-1): Code fix.
4677 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
4678 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
4679 New functions.
4ad25e43 4680
e8f044a0
GM
46812001-01-29 Gerd Moellmann <gerd@gnu.org>
4682
4683 * msb.el (toplevel): Fix the eval-after-load.
4684
850d5045
GM
46852001-01-29 Dave Love <fx@gnu.org>
4686
762fe76e
DL
4687 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
4688
4689 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
4690
83c9cb8e 4691 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
4692 (tcl-using-emacs-19-23): Consider Emacs 21+.
4693 (tcl-help-directory-list, tcl-command-switches): Fix :type.
4694 (tcl-add-emacs-menu): Supply menu name.
4695 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
4696
3a768251
GM
46972001-01-29 Gerd Moellmann <gerd@gnu.org>
4698
4699 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
4700
274d02f7
SM
47012001-01-29 Stefan Monnier <monnier@cs.yale.edu>
4702
4703 * pcvs.el (cvs-mark-fis-dead): New function.
4704 (cvs-mode-add): Use it.
4705 (cvs-mode-add-change-log-entry-other-window):
4706 Rebind change-log-default-name to itself rather than to nil.
4707
ed5d446e
SS
47082001-01-29 Sam Steingold <sds@gnu.org>
4709
efaa080b 4710 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
4711 `autoload' statements.
4712
e2a80284
EZ
47132001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
4714
8e1db7b3
EZ
4715 * files.el (confirm-kill-emacs): Doc fix.
4716
ff2a1c79
EZ
4717 * frame.el (frame-initialize): Doc fix.
4718
e7b0deaf
EZ
4719 * time-stamp.el (time-stamp-string): Doc fix.
4720
83c9cb8e
SM
4721 * woman.el (WoMan-log-1): Make the log buffer writable.
4722 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 4723
005913e4
GM
47242001-01-29 Gerd Moellmann <gerd@gnu.org>
4725
4726 * imenu.el (imenu-syntax-alist): Add autoload cookie for
4727 the `make-variable-buffer-local'.
4728
58622cc5
GM
47292001-01-29 Dave Love <fx@gnu.org>
4730
4731 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
4732 (ansi-color-for-comint-mode-on, ansi-color-process-output):
4733 Add autoload cookie.
58622cc5
GM
4734 (ansi-color-apply-sequence): Fix typo.
4735
0404d031
GM
47362001-01-29 Gerd Moellmann <gerd@gnu.org>
4737
ed5d446e 4738 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
4739 Postscript printing in black and white.
4740
0404d031
GM
4741 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
4742 X-Mailman-Version, Precedence, List-Help, List-Post,
4743 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
4744 Content-Type, Content-Length.
4745
3b6ed359
DL
47462001-01-29 Dave Love <fx@gnu.org>
4747
ddd16e7a
DL
4748 * elide-head.el (elide-head): Make overlay evaporate.
4749
83c9cb8e 4750 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 4751
8005142f
EZ
47522001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
4753
4754 * isearch.el (isearch-highlight): Don't punt if the display
4755 doesn't support colors, since isearch faces are defined for
4756 monochrome displays as well.
4757
84728570
SS
47582001-01-27 Sam Steingold <sds@gnu.org>
4759
4760 * shell.el (shell-write-history-on-exit): Make sure that we are in
4761 the shell buffer (M-x tex-file RET inserted the error message into
4762 the TeX buffer).
4763
e26f9ced
EZ
47642001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4765
4766 * simple.el (transient-mark-mode): Doc fix.
4767
dc0274bd
GM
47682001-01-27 Gerd Moellmann <gerd@gnu.org>
4769
83c9cb8e 4770 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 4771
c1acacc4
EZ
47722001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4773
f5058b96
EZ
4774 * shell.el (shell-unquote-argument): If the shell is one of the
4775 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
4776 quote character.
4777 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 4778 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 4779
c1acacc4 4780 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 4781 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 4782
103db06c 47832001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 4784
84728570 4785 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
4786 Treat a one-capital-letter abbrev as "not all upper case",
4787 so as to force preservation of the expansion's pattern
4788 if the expansion starts with a capital letter.
4789
cfa70244
EZ
47902001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
4791
cfee9de7
EZ
4792 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
4793 Doc fix.
4794
cfa70244
EZ
4795 * simple.el (transient-mark-mode): Document the fact that many
4796 commands act on the region when mark is active.
4797
17d90d6b
KH
47982001-01-27 Kenichi Handa <handa@etl.go.jp>
4799
4800 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 4801 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
4802 (quail-show-guidance-buf): Make the multibyteness of current
4803 buffer inherited to Quail guidance buffer.
4804 (quail-help): Make the multibyteness of current buffer inherited
4805 to Quail help buffer.
4806
61076b20
DL
48072001-01-26 Dave Love <fx@gnu.org>
4808
c47e2c68
DL
4809 * time-stamp.el: Doc fixes.
4810
84728570 4811 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
4812 (delphi-keyword-face, delphi-other-face): Fix :type.
4813
940f14b4
DL
4814 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
4815
4816 * mail/feedmail.el (feedmail): Add :link.
4817 (feedmail-send-it): Doc fix.
4818
4819 * mail/sendmail.el: Doc fixes.
4820 (sendmail-send-it): Fix the non-ASCII regexp and use
4821 rfc2047-encode-string.
4822
61076b20
DL
4823 * dired.el, dired-aux.el: Revert last change.
4824
6c317bd2
GM
48252001-01-26 Gerd Moellmann <gerd@gnu.org>
4826
4827 * makefile.w32-in (DONTCOMPILE): Add various term files.
4828
48292001-01-26 Dave Love <fx@gnu.org>
4830
4831 * Makefile.in (DONTCOMPILE): Add various term files.
4832
1c636b5f
GM
48332001-01-26 Gerd Moellmann <gerd@gnu.org>
4834
af900b23
GM
4835 * man.el (Man-default-man-entry, Man-mode): Doc fix.
4836
15fa6db0 4837 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 4838 the echo area is resized to fit the size of the startup message.
15fa6db0 4839
1c636b5f
GM
4840 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
4841 part of which is a constant.
4842
9b1adbd5
EZ
48432001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
4844
83c9cb8e 4845 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 4846
103db06c 48472001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
4848
4849 * simple.el (next-line): Don't let `newline' expand abbrevs.
4850 Simplify slightly.
4851 (open-line): Don't let `newline' expand abbrevs.
4852
219227ea
JW
48532001-01-25 John Wiegley <johnw@gnu.org>
4854
4855 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
4856 to `repeat' in the :type field.
4857
4858 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
4859 allow a choice of regexp or nil.
d2906bf8 4860 (pcomplete-dir-ignore): Same.
219227ea
JW
4861
4862 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
4863 a command) to always fail.
4864
ceba0dac
GM
48652001-01-25 Gerd Moellmann <gerd@gnu.org>
4866
4867 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
4868 discard the result.
4869 (iswitchb-to-end): Likewise.
4870
9b0630e5
SS
48712001-01-25 Sam Steingold <sds@gnu.org>
4872
4873 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 4874 Require vc.
9b0630e5 4875
a2ed9670
SM
48762001-01-25 Stefan Monnier <monnier@cs.yale.edu>
4877
f0c1adab
SM
4878 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
4879
a2ed9670
SM
4880 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
4881
34ac3367
DL
48822001-01-25 Dave Love <fx@gnu.org>
4883
61076b20
DL
4884 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
4885 (describe-coding-system): Tweak the English text.
4886
34ac3367
DL
4887 * loadup.el: Preload international/ccl for utf-8.
4888
4685e6b7
EZ
48892001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
4890
4891 * mail/rmail.el (rmail-redecode-body): Doc fix.
4892
0fdb4475
KH
48932001-01-25 Kenichi Handa <handa@etl.go.jp>
4894
83c9cb8e
SM
4895 * international/mule-cmds.el (reset-language-environment):
4896 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 4897
83c9cb8e
SM
4898 * international/mule-conf.el (coding-category-utf-8):
4899 Initialize to mule-utf-8.
0fdb4475 4900
9b0630e5 4901 * loadup.el: Preload international/utf-8.
0fdb4475
KH
4902
4903 * international/utf-8.el: New file.
4904
245ed2b1
SM
49052001-01-24 Stefan Monnier <monnier@cs.yale.edu>
4906
4907 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
4908
e95b0c08
SS
49092001-01-24 Sam Steingold <sds@gnu.org>
4910
4911 * dired.el (dired-replace-in-string): Removed.
4912 (dired-sort-toggle): Use `replace-regexps-in-string'
4913 instead of `dired-replace-in-string'.
9b0630e5 4914
ceba0dac
GM
4915 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
4916 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 4917
e95b0c08
SS
4918 * gs.el (gs-replace-in-string): Removed.
4919 (gs-options): Use `replace-regexps-in-string'
4920 instead of `gs-replace-in-string'.
4921
c3902c3e
EZ
49222001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
4923
4924 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
4925 bug report is mailed to an email list and posted to a news group.
4926
b66b6aeb
GM
49272001-01-24 Gerd Moellmann <gerd@gnu.org>
4928
83c9cb8e
SM
4929 * comint.el (comint-replace-by-expanded-history-before-point):
4930 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 4931
b66b6aeb
GM
4932 * startup.el (tool-bar-images-pixel-height): New variable.
4933 (command-line): After loading the user's init file, when
4934 tool-bar-mode is on, increase the frame's size by some lines for
4935 the tool-bar.
4936
4937 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 4938
ff890e66
SZ
49392001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
4940
4941 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
4942 (chinese-big5): MIME:Big5.
4943
04363179
GM
49442001-01-24 Gerd Moellmann <gerd@gnu.org>
4945
e95b0c08 4946 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
4947 Handle commands with prefix args.
4948
d56aaa64
GM
49492001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4950
4951 * calendar/diary-lib.el (diary-float): Fix case of MONTH
4952 being a list of numbers.
4953 (diary-mail-entries): Rewritten.
4954
99858627
DL
49552001-01-23 Dave Love <fx@gnu.org>
4956
7aeb1fa9
DL
4957 * international/mule.el (make-coding-system): Fix typo.
4958
83c9cb8e
SM
4959 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
4960 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 4961
5a43decf
EZ
49622001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
4963
4964 * font-lock.el (font-lock-mode): Doc fix.
4965
b0e98867
KH
49662001-01-23 Kenichi Handa <handa@etl.go.jp>
4967
4968 * international/mule.el (make-translation-table): Fix docstring.
4969
9c8acefd
EZ
49702001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
4971
fd4976b8
EZ
4972 * mail/rmail.el (rmail-redecode-body): New function.
4973
9c8acefd
EZ
4974 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
4975
871e0439
GM
49762001-01-22 Gerd Moellmann <gerd@gnu.org>
4977
21c2bbe0
GM
4978 * isearch.el (isearch-lazy-highlight-case-fold-search)
4979 (isearch-lazy-highlight-regexp): New variables.
4980 (isearch-lazy-highlight-cleanup): Update lazy highlight if
4981 case-fold search or regexp search has been toggled.
4982
5710730c
GM
4983 * wid-edit.el (widget-button-click): Avoid a save-excursion
4984 around running a global binding.
4985
871e0439
GM
4986 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
4987 to 0.25.
4988
d0554957
MB
49892001-01-20 Miles Bader <miles@gnu.org>
4990
4991 * cus-edit.el (custom-face-save): Do post-processing on the face's
4992 new value like `custom-face-set' does.
4993
1519f618
EZ
49942001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
4995
ccd87890
EZ
4996 * mail/emacsbug.el (report-emacs-bug): Report the value of
4997 LC_CTYPE, not LC_TYPE.
4998
1519f618
EZ
4999 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
5000 isearch-toggle-regexp and isearch-edit-string to doc string.
5001
9724173b
GM
50022001-01-19 Gerd Moellmann <gerd@gnu.org>
5003
48bb9196
GM
5004 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
5005 as font-lock-beginning-of-syntax-function in font-lock-defaults.
5006
e95b0c08 5007 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
5008 font-lock-beginning-of-syntax-function to nil.
5009
dc81f8a2
EZ
50102001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
5011
5012 * mail/emacsbug.el (report-emacs-bug): Report values of
5013 locale-coding-system, default-enable-multibyte-characters, and the
5014 environment variables LC_ALL, LC_TYPE, and LANG.
5015
99327974
GM
50162001-01-19 Gerd Moellmann <gerd@gnu.org>
5017
83c9cb8e 5018 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 5019
2be6ecc6
GM
5020 * font-lock.el (font-lock-multiline): Default to nil.
5021 (font-lock-default-fontify-region): If font-lock-multiline is
5022 nil, don't check the property `font-lock-multiline'.
5023
99327974
GM
5024 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
5025 is nil, don't check the `font-lock-multiline' text property.
5026
2550055a
MK
50272001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
5028
0a949811 5029 * viper.el: Call initial-major-mode on startup.
e95b0c08 5030
0a949811 5031 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 5032
8501998a 5033 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 5034
2550055a 50352001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 5036
0a949811 5037 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 5038 diff mode, if available.
e95b0c08 5039
0a949811 50402001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 5041
8501998a 5042 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 5043
2550055a
MK
5044 * ediff-init.el (subst-char-in-string): Define and use it, unless
5045 it's already defined.
e95b0c08 5046
8962e303
GM
50472001-01-18 Gerd Moellmann <gerd@gnu.org>
5048
5049 * tooltip.el (tooltip-hide-delay): New user-option.
5050 (tooltip-show): Use tooltip-hide-delay instead of the default.
5051
6b453381
KH
50522001-01-18 Kenichi Handa <handa@etl.go.jp>
5053
5054 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
5055 kill-local-variable doesn't work for enable-multibyte-characters.
5056
9eaf396b
DL
50572001-01-17 Dave Love <fx@gnu.org>
5058
cebd37ce
DL
5059 * ediff-init.el (ediff-before-setup-hook)
5060 (ediff-merge-filename-prefix): Add :version.
5061
9eaf396b
DL
5062 * international/latin1-disp.el: Require disp-table.
5063 (latin1-display): Fix :set.
5064
5065 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
5066
f864120f
GM
50672001-01-17 Gerd Moellmann <gerd@gnu.org>
5068
5069 * isearch.el (isearch-lazy-highlight-initial-delay)
5070 (isearch-lazy-highlight-interval): Default to 0.
5071
50722001-01-17 Bob Glickstein <bobg@zanshin.com>
5073
5074 * isearch.el (isearch-highlight): Set isearch-overlay priority to
5075 1 here rather than each time through
5076 isearch-lazy-highlight-new-loop.
5077 (isearch-lazy-highlight-max): Variable deleted.
5078 (isearch-lazy-highlight-max-at-a-time): New user variable, like
5079 isearch-lazy-highlight-max but controls a single invocation of
5080 isearch-lazy-highlight-update.
5081 (isearch-lazy-highlight-wrapped): Variable recreated.
5082 (isearch-lazy-highlight-window-start): New variable.
5083 (isearch-lazy-highlight-cleanup): Restored to behavior of
5084 before 2-Jan.
5085 (isearch-lazy-highlight-remove-overlays): Function deleted;
5086 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
5087 behavior removed.
5088 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
5089 isearch-lazy-highlight-update in a loop rather than just once.
5090 Test isearch-invalid-regexp here and decide not to start a new
5091 loop, rather than testing it each time through
5092 isearch-lazy-highlight-update.
5093 (isearch-lazy-highlight-search): Function restored.
5094 (isearch-lazy-highlight-update): Get called in a timer loop again,
5095 but this time highlight more than one match each time through.
83c9cb8e
SM
5096 Only highlight matches in the visible part of the window.
5097 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
5098 the edge of the window. Use sit-for to force redisplay and ensure
5099 window-start is credible. "Face suppressing" behavior removed;
5100 overlay priorities should make it unnecessary, right?
5101 (isearch-highlight): Face suppressing behavior removed.
5102 (isearch-dehighlight): Face suppressing behavior removed.
5103 (isearch-set-lazy-highlight-faces-at): Removed.
5104
076ec540
KH
51052001-01-17 Kenichi Handa <handa@etl.go.jp>
5106
5107 * language/european.el ("Latin-1"): Make the format of description
5108 about additional language environments same as that of Latin-2.
5109
92328ec5
DL
51102001-01-16 Dave Love <fx@gnu.org>
5111
39f2174e
DL
5112 * isearch.el (isearch-lazy-highlight): Add :version.
5113
92328ec5
DL
5114 * simple.el (backward-delete-char-untabify-method)
5115 (next-line-add-newlines): Add :version.
5116
f251459d
GM
51172001-01-16 Gerd Moellmann <gerd@gnu.org>
5118
9d4850e5
GM
5119 * bindings.el: Bind <backspace> and <delete> via function-key-map.
5120 Don't bind <delete> otherwise.
5121
5122 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
5123 and <delete> via function-key-map.
5124
f251459d
GM
5125 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
5126 Subject line only if point is after the `Subject:'.
5127
771ffcf7
KH
51282001-01-16 Kenichi Handa <handa@etl.go.jp>
5129
bda6b481
KH
5130 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
5131 japanese-jisx0213-2 in `charset' property of this lang. env.
5132
35793af7
KH
5133 * language/european.el ("Latin-1"): Add description for Dutch and
5134 Spanish lang. env.
5135
771ffcf7
KH
5136 * international/mule.el (decode-char): Fix conditions.
5137 (encode-char): Handle eight-bit-control too.
1c8102ff 5138 (transform-make-coding-system-args): New function.
50c29104
KH
5139 (make-coding-system): Accept XEmacs style arguments for CCL base
5140 coding system.
771ffcf7 5141
e1cf67b6
GM
51422001-01-15 Gerd Moellmann <gerd@gnu.org>
5143
5144 * progmodes/etags.el (find-tag-noselect): Save the value of
5145 tags-file-name before switching buffers, for the case it has a
5146 buffer-local value.
5147
b3287acf
GM
51482001-01-15 Alex Schroeder <alex@gnu.org>
5149
9eaf396b
DL
5150 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5151 From Dave Love <fx@gnu.org>.
b3287acf
GM
5152 (ansi-color-for-comint-mode): Fix :version.
5153
51542001-01-15 Alex Schroeder <alex@gnu.org>
5155
5156 * ansi-color.el (ansi-color-unfontify-region): Doc change.
5157
8d7ff9c8
EZ
51582001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
5159
5160 * dired.el (dired-insert-directory): If file-system-info fails,
5161 remove the " free " part, but don't signal an error.
5162
dbe99ae9
SS
51632001-01-12 Sam Steingold <sds@gnu.org>
5164
5165 * bookmark.el (bookmark-maybe-historicize-string):
5166 Use new backquote syntax.
5167
103db06c 51682001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
5169
5170 * subr.el (last): Handle a list that doesn't end in nil.
5171
ca2ddd8e
SS
51722001-01-12 Sam Steingold <sds@gnu.org>
5173
5174 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
5175 to `backward-delete-char-untabify'.
5176
1751c874
DL
51772001-01-12 Dave Love <fx@gnu.org>
5178
5179 * cus-edit.el (customize-menu-create): Fix the :filter following
5180 easymenu change.
5181
5182 * wid-edit.el (function): Add :match-alternatives.
5183 (widget-color-action): Doc fix.
5184
3cccce8d
GM
51852001-01-12 Gerd Moellmann <gerd@gnu.org>
5186
5187 * calendar/calendar.el (calendar-basic-setup): Doc fix.
5188
18bfd6b5
KH
51892001-01-12 Kenichi Handa <handa@etl.go.jp>
5190
83c9cb8e 5191 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 5192
18bfd6b5
KH
5193 * international/ccl.el (define-ccl-program): Fix docstring.
5194
562e00da
DL
51952001-01-11 Dave Love <fx@gnu.org>
5196
14fd0da3
DL
5197 * international/mule-cmds.el (standard-display-european-internal):
5198 Set display table for 2208 as for 160.
5199
5200 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
5201
562e00da
DL
5202 * progmodes/fortran.el (fortran-mode-map): Modify Customization
5203 entry for custom-menu-create change.
5204 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
5205 don't cons it in the search loop.
5206
5207 * imenu.el (imenu--truncate-items): Revert last change.
5208
6e961dcd
EZ
52092001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5210
5211 * info.el (Info-setup-header-line): If the node header includes
5212 either Next: or Prev: links, don't show the File: and Node: parts
5213 in the header line.
5214
2c2ff7f2
GM
52152001-01-11 Gerd Moellmann <gerd@gnu.org>
5216
a7ee2d2e
GM
5217 * comint.el (comint-goto-process-mark): Don't print a message
5218 when running in batch mode.
5219
c5348233
GM
5220 * isearch.el (isearch-search): In the condition-case handler for
5221 `error', set isearch-invalid-regexp to the whole error message.
5222
422717d1
GM
5223 * subr.el (eval-after-load): Call load-symbol-file-load-history to
5224 ensure that eval-after-load works for files dumped with Emacs.
5225
5226 * help.el (load-symbol-file-load-history): New function extracted
5227 from function symbol-file.
5228 (symbol-file): Use it.
5229
83c9cb8e 5230 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 5231
926861fb
EZ
52322001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
5233
5234 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
5235 behave as if there were no prefix argument.
5236 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
5237 argument were nil.
5238
afa1f52c
RS
52392001-01-11 Richard M. Stallman <rms@gnu.org>
5240
ca2ddd8e 5241 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
5242 Don't look for more potential matches once maximum is exceeded.
5243 Use overlays-in to check correctly for overlap with current match.
5244 Ignore empty matches.
5245
47a9f362
MB
52462001-01-11 Miles Bader <miles@gnu.org>
5247
5248 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
5249 (ispell-overlay-window, ispell-help, ispell-show-choices)
5250 (ispell-command-loop): Use it instead of `window-height'.
5251
d196f58d
GM
52522001-01-10 Gerd Moellmann <gerd@gnu.org>
5253
cf523f0e
GM
5254 * files.el (confirm-kill-emacs): New user-option.
5255 (save-buffers-kill-emacs): Ask for final confirmation before
5256 killing Emacs.
5257
d196f58d
GM
5258 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
5259 to nil.
5260
7c6c3d8e
GM
52612001-01-10 Dave Love <fx@gnu.org>
5262
1f8be15d
DL
5263 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
5264
83c9cb8e 5265 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
5266
5267 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
5268
5269 * calculator.el (calculator-number-digits): Fix :type.
5270
0d5184de
DL
5271 * vc-cvs.el (vc-cvs-header): Fix :type.
5272 * vc-rcs.el (vc-rcs-header): Fix :type.
5273 * vc-sccs.el (vc-sccs-header): Fix :type.
5274
5275 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
5276
7c6c3d8e
GM
5277 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
5278
8c9f73a2
GM
5279 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
5280
457b792c
GM
52812001-01-10 Gerd Moellmann <gerd@gnu.org>
5282
5283 * simple.el (set-variable): Force a thorough redisplay for the
5284 case that the variable has an effect on the display, like
5285 `tab-width' has.
5286
d2622d08
AS
52872001-01-10 Andre Spiegel <spiegel@gnu.org>
5288
5289 * vc.el: Add documentation for backend interface.
5290
ae4b5f4f
KH
52912001-01-10 Kenichi Handa <handa@etl.go.jp>
5292
e0844717
KH
5293 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
5294
ae4b5f4f
KH
5295 * international/mule-conf.el (latin-extra-code-table): Set to t
5296 for \223 and \224.
5297
3184082b
KH
52982001-01-09 Kenichi Handa <handa@etl.go.jp>
5299
5300 * international/mule-cmds.el (locale-language-names): Map "es" to
5301 "Spanish" and "nl" to "Dutch".
5302
732b9cdd
GM
53032001-01-09 Gerd Moellmann <gerd@gnu.org>
5304
1dfca644
GM
5305 * bindings.el (global-map): Bind <home> to beginning-of-line,
5306 <end> to end-of-line, C-<home> to beginning-of-buffer, and
5307 C-<end> to end-of-buffer.
5308
732b9cdd
GM
5309 * language/european.el: Add Dutch and Spanish language info
5310 to be able to use the appropriate tutorials.
5311
53122001-01-09 Alex Schroeder <alex@gnu.org>
5313
5314 * ansi-color.el (ansi-color-process-output): Use markers instead
5315 of positions for start and end of region.
5316 (ansi-color-apply-on-region): Rewrote code to make it more robust.
5317 Previously, occasional mistakes happend when fontifying many
5318 chunks of output (eg. ls --color=yes /dev). This happened
5319 whenever an overlay was created up to the end of the region, which
5320 coincided with the process-mark. New text would then be added
5321 within that overlay instead of after it.
5322 (ansi-color-make-extent): Overlays are created with the property
5323 `modification-hooks' set to '(ansi-color-freeze-overlay).
5324 (ansi-color-freeze-overlay): New function. When inserting text at
5325 the end of the overlay, the overlay will resize.
5326
53272000-01-09 Alex Schroeder <alex@gnu.org>
5328
5329 * ansi-color.el (ansi-color-process-output): Doc change.
5330 (ansi-color-unfontify-region): Doc change. No longer installed
5331 automatically in font-lock-unfontify-region-function.
5332 (ansi-color-apply): Doc change.
5333 (ansi-color-apply-on-region): Use extents or overlays instead of
5334 text-properties.
5335 (ansi-color-make-extent): New function.
5336 (ansi-color-set-extent-face): New function.
5337
53382000-01-09 Alex Schroeder <alex@gnu.org>
5339
5340 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
5341 both use ansi-color-process-output, now.
5342 (ansi-color-process-output): Doesn't return string anymore. It is
5343 installed in comint-output-filter-functions for both Emacs and
5344 XEmacs, now.
5345 (ansi-color-unfontify-region): Simplified code removing variables
5346 pos and start-ansi.
5347 (ansi-color-apply): Put text-property ansi-color before putting
5348 text-property face because ansi-color-unfontify-region is called
5349 immediately after the call to put-text-property.
5350 (ansi-color-context-region): Doc change.
5351 (ansi-color-filter-region): Simplified code.
5352 (ansi-color-apply-on-region): Changed start to start-marker, using
5353 a marker explicitly. Put text-property ansi-color before putting
5354 text-property face because ansi-color-unfontify-region is called
5355 immediately after the call to put-text-property.
5356
53572000-01-09 Alex Schroeder <alex@gnu.org>
5358
5359 * ansi-color.el (ansi-color-faces-vector): Doc change.
5360 (ansi-color-for-comint-mode): Changed :type property to choice.
5361 (ansi-color-last-context): Removed.
5362 (ansi-color-process-output): Don't use ansi-color-last-context, as
5363 the main functions will store their context now.
5364 (ansi-color-context): Doc change.
5365 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
5366 Uses ansi-color-context such that repeated calls will strip
5367 partial escape sequences, too.
5368 (ansi-color-apply): Simplified code. Colorize end of string if
5369 face is not null. Store context in new (FACE STRING) format, such
5370 that repeated calls will strip partial escape sequences, too.
5371 Append faces to face property using ansi-color-apply-sequence such
5372 that cumulative mode actually works.
5373 (ansi-color-context-region): New variable.
5374 (ansi-color-filter-region): Rewrote it based on
5375 ansi-color-apply-on-region. Uses ansi-color-context-region such
5376 that repeated calls will strip partial escape sequences, too.
5377 (ansi-color-apply-on-region): Simplified code. Colorize end of
5378 region if face is not null. Store context in new (FACE POS)
5379 format, such that repeated calls will strip partial escape
5380 sequences, too. Append faces to face property using
83c9cb8e 5381 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
5382 (ansi-color-apply-sequence): New function.
5383 (ansi-color-get-face): When the default face is added to the list
5384 of faces, all previous settings are discarded and the list of
5385 faces is set to '(default).
5386
53872000-01-09 Alex Schroeder <alex@gnu.org>
5388
5389 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
5390 face, such that ansi-color-apply and ansi-color-apply-on-region
5391 will do the right thing.
5392 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
5393 returns nil, set the list of faces back to nil instead of
83c9cb8e 5394 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
5395
53962000-01-09 Alex Schroeder <alex@gnu.org>
5397
5398 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
5399 (ansi-color-process): Doc change.
5400 (ansi-color-last-context): New buffer-local variable.
5401 (ansi-color-process-output): New function. It is automatically
5402 added to comint-output-filter-functions if this is XEmacs.
5403 (ansi-color-unfontify-region): New optional parameter for XEmacs
5404 compatibility. Check wether font-lock-syntactic-keywords is
5405 boundp before removing the syntax table text property, as XEmacs
5406 doesn't have it.
5407 (ansi-color-filter-region): Doc change.
5408 (ansi-color-apply-on-region): Doc change.
5409 (ansi-color-make-face): New function. Compatibility layer for
5410 XEmacs. Return temporary faces instead of cons cells for XEmacs.
5411 (ansi-color-make-color-map): Use ansi-color-make-face.
5412 (ansi-color-get-face): Avoid face text property '(nil) as results
5413 in an errow for XEmacs.
5414
54152000-01-09 Alex Schroeder <alex@gnu.org>
5416
83c9cb8e
SM
5417 * ansi-color.el (ansi-color-unfontify-region): New function.
5418 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
5419 ansi-color. When the package is loaded, a lambda expression is
5420 put onto font-lock-mode-hook. This lambda expression will check
5421 font-lock-unfontify-region-function and replace
83c9cb8e 5422 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
5423 (ansi-color-apply): Add text-property ansi-color in addition to
5424 text-property face.
5425 (ansi-color-apply-on-region): Add text-property ansi-color in
5426 addition to text-property face.
5427 (save-buffer-state): Copy of the macro that is also used by
5428 lazy-lock and font-lock.
5429
5430 (ansi-color-for-comint-mode): New option.
5431 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
5432 (ansi-color-for-comint-mode-off): Ditto.
5433 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
5434 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
5435 decide what to do. This function is added to
5436 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
5437
5438 (ansi-color-for-shell-mode-set): Removed.
5439 (ansi-color-for-shell-mode): Removed.
5440
54412000-01-09 Alex Schroeder <alex@gnu.org>
5442
5443 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
5444 the lambda expression from the ansi-color-for-shell-mode :set
5445 property. Additionally, modify shell-mode-hook to enable or
5446 disable font-lock-mode for future shell buffers.
5447 (ansi-color-for-shell-mode): The :set property calls
5448 ansi-color-for-shell-mode-set instead of a lambda expression.
5449
54502000-01-09 Alex Schroeder <alex@gnu.org>
5451
5452 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
5453 (ansi-color-context): New variable.
5454 (ansi-color-apply): Save context between calls.
5455
fb55ff10
EZ
54562001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
5457
83c9cb8e
SM
5458 * isearch.el (isearch, isearch-lazy-highlight-face):
5459 New definitions for face colors and attributes.
29910493 5460
fb55ff10
EZ
5461 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
5462 of display-mouse-p.
5463
134d6265
KH
54642001-01-09 Kenichi Handa <handa@etl.go.jp>
5465
5466 * international/mule.el (make-coding-system): If the coding system
5467 accepts extra latin codes, register such codes as safe for the
5468 coding system.
5469
103db06c 54702001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 5471
984c9f75
RS
5472 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
5473 don't mention the file name or the date here, because they are
5474 logged at the start of the file.
5475
54762001-01-08 Richard M. Stallman <rms@gnu.org>
5477
78b8eee8
RS
5478 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
5479 Change screen-width to frame-width.
5480
1460e5d4
EZ
54812001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5482
5483 * info.el (Info-search): Print the default as part of the prompt.
5484
56f24bc1
AS
54852001-01-08 Andre Spiegel <spiegel@gnu.org>
5486
ca2ddd8e 5487 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
5488 constant implementations in backends.
5489
5490 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
5491 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
5492
5493 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
5494 WRITABLE to EDITABLE.
5495
5496 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
5497 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
5498 to EDITABLE.
5499
b7812d30
EZ
55002001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
5501
5502 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 5503 (copyright, copyright-update): Compute the current year at run time.
b7812d30 5504
7e56ea04
GM
55052001-01-08 Gerd Moellmann <gerd@gnu.org>
5506
5507 * isearch.el (isearch-old-signal-hook): Removed.
5508 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
5509 instead of setting signal-hook-function.
5510 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
5511
a758f97d
GM
55122001-01-08 Kevin Gallagher <kevingal@onramp.net>
5513
5514 * emulation/edt.el: Update to version 4.0. Provide support for
5515 EDT scroll margins at top and bottom of the window. Provide an
5516 emulation of the EDT SUBS command (bound to GOLD-Enter, by
5517 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
5518 user when file-related buffer modifications exist.
5519 Provide support for running EDT Emulation in XEmacs.
5520 Provide customize access to some user updatable variables.
5521 Add Commentary section to file header.
5522 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
5523
5524 * emulation/edt-mapper.el: Update to version 4.0. Provide support
5525 for detecting a keypress that generates an ASCII key sequence.
5526 (Previously, only a keypress that generates a vector was
5527 recognized.) Embed Window Manager name into name of the generated
5528 EDT Emulation initialization file since the initialization file is
5529 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 5530
30db89f9
EZ
55312001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
5532
4deb3ba9
EZ
5533 * mail/sendmail.el (mail-mode): Doc fix.
5534
30db89f9
EZ
5535 * info.el (Info-goto-emacs-command-node): Doc fix.
5536 (Info-goto-emacs-key-command-node): Doc fix.
5537
c3f2772b
EZ
55382001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5539
8726e79b 5540 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
5541 systems without long file-name support.
5542
0dac6924
AI
55432001-01-06 Andrew Innes <andrewi@gnu.org>
5544
5545 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
5546
4e6ef391
EZ
55472001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
5548
380866a2
EZ
5549 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
5550 (isearch-lazy-highlight-update): Doc fix.
5551
148b5960
EZ
5552 * ffap.el (ffap-bindings): Doc fix.
5553
4e6ef391
EZ
5554 * dired-x.el (dired-virtual-guess-dir): Doc fix.
5555
4cb1bcc2
DL
55562001-01-05 Dave Love <fx@gnu.org>
5557
5558 * emacs-lisp/cl-seq.el (remove, remq): Remove.
5559
3828218c
GM
55602001-01-05 Gerd Moellmann <gerd@gnu.org>
5561
83c9cb8e
SM
5562 * mouse-drag.el (mouse-drag-safe-scroll):
5563 Bind scroll-preserve-screen-position to nil.
f1ade7d3 5564
1f4139d5
GM
5565 * isearch.el (isearch-old-signal-hook): New variable.
5566 (isearch-mode): Set signal-hook-function to isearch-done.
5567 (isearch-done): Restore old signal-hook-function.
5568
3828218c
GM
5569 * info.el (Info-fontify-node): Mark one more char as intangible.
5570
3970013f
KH
55712000-01-05 Kenichi Handa <handa@etl.go.jp>
5572
83c9cb8e
SM
5573 * composite.el (compose-last-chars): New argument COMPONENTS.
5574 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
5575 COMPONENTS.
5576
5577 * international/quail.el (quail-input-string-to-events): New function.
5578 (quail-input-method): Convert input string to events here.
5579 (quail-start-translation): Return input string, not event list.
5580 (quail-start-conversion): Likewise.
5581
f3b05e99
GM
55822001-01-04 Gerd Moellmann <gerd@gnu.org>
5583
ca2ddd8e 5584 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
5585 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
5586 and tooltip-add-timeout.
5587 (tooltip-show): Set border color from faces's foreground.
5588 (tooltip-show-help-function): If called with the same help string
5589 as last time, do nothing.
5590 (tooltip-help-tips): Don't set tooltip-help-message to nil.
5591
0f2ac578
GM
5592 * startup.el (fancy-splash-screens): Don't bind show-help-function
5593 to nil.
5594
f3b05e99
GM
5595 * tooltip.el (tooltip-frame-parameters): Remove colors.
5596 (tooltip): New face
5597 (tooltip-set-param): New function.
5598 (tooltip-show): Set up color frame parameters from face `tooltip'.
5599 Display the tooltip text in face `tooltip'.
5600
8416e94a
DL
56012001-01-04 Dave Love <fx@gnu.org>
5602
5603 * whitespace.el (whitespace-global-mode): Fix typo.
5604
5605 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
5606
30db89f9
EZ
56072001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
5608
83c9cb8e
SM
5609 * help.el (help-for-help): Fix a typo in a doc string.
5610 From kwzh@gnu.org (Karl Heuer).
30db89f9 5611
b847eb8c
DL
56122001-01-03 Dave Love <fx@gnu.org>
5613
5614 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 5615 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
5616 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
5617 (dired-guess-shell-alist-user): Customize.
5618 (dired-x-help-address): Set to bug-gnu-emacs.
5619 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
5620 (dired-default-directory): Renamed from default-directory.
5621
5622 * hl-line.el (hl-line): Doc fix.
5623
43c4b570
KF
56242001-01-03 Karl Fogel <kfogel@red-bean.com>
5625
1bf6b1bf 5626 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 5627
984c9f75 56282001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
5629
5630 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
5631 to remove all the current alternative-match highlighting.
5632 If nil, remove only what's outside the current window.
5633 (isearch-lazy-highlight-remove-overlays): Take optional
5634 region within which NOT to remove them.
5635 (isearch-lazy-highlight-new-loop): Greatly simplified.
5636 (isearch-lazy-highlight-update): Find all the other occurrences
5637 visible in the window, in just one call.
5638 (isearch-lazy-highlight-start): Now holds start of region to scan.
5639 (isearch-lazy-highlight-end): Now holds end of region to scan.
5640 (isearch-lazy-highlight-wrapped): Variable deleted.
5641 (isearch-lazy-highlight-search): Function deleted.
5642
13d6a61c
AI
56432000-01-02 Andrew Innes <andrewi@gnu.org>
5644
5645 * w32-fns.el (convert-standard-filename): Do length check on name
5646 before aref.
5647
064866e7
DL
56482001-01-02 Dave Love <fx@gnu.org>
5649
b33e041b
DL
5650 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
5651 value.
5652 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
5653
5654 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
5655
8166ffd5
DL
5656 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
5657 read syntax.
5658
064866e7
DL
5659 * calendar/todo-mode.el (todo): Add :link, :version.
5660 (todo-save-top-priorities): Remove autoload cookie.
5661 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 5662 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 5663
6dde6abc
GM
56642001-01-02 Gerd Moellmann <gerd@gnu.org>
5665
5666 * comint.el (comint-input-history-ignore): New variable.
5667 (comint-read-input-ring): Ignore entries matching
5668 comint-input-history-ignore.
5669
1a8a9daf
GM
56702001-01-02 Eric M. Ludlam <zappo@gnu.org>
5671
5672 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
5673 (lm-copyright-mark): New function.
5674 (lm-crack-copyright): New function.
5675 (lm-verify): Check that the file has a copyright.
5676 Check that the file is copyright Free Software Foundation.
5677
9c92eb53
KH
56782000-12-30 Kenichi Handa <handa@etl.go.jp>
5679
5680 * international/mule-diag.el (print-fontset): Indent font name by
5681 24 columns, not 25.
5682
49172314
GM
56832000-12-29 Gerd Moellmann <gerd@gnu.org>
5684
762a68ec
GM
5685 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
5686 in Subject line.
5687
49172314 5688 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
5689 Use mail-mode-hook instead of mail-setup-hook.
5690 Otherwise continuing an interrupted message with C-u C-x m for
5691 instance, winds up in Mail mode without abbrevs.
49172314 5692
bd7a2e26
GM
56932000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5694
5695 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
5696 non-nil. Adding almost all customization variables on ps-setup.
5697 Doc fix.
bd7a2e26
GM
5698 (ps-print-version): New version number (6.3.3).
5699 (ps-end-with-control-d): Initialization fix.
5700 (ps-lines-printed): New var.
5701 (ps-skip-newline): New fun.
5702 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
5703 (ps-next-line, ps-continue-line, ps-plot-region)
5704 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 5705
2b3f28a4
KH
57062000-12-29 Kenichi Handa <handa@etl.go.jp>
5707
83c9cb8e
SM
5708 * international/fontset.el (x-complement-fontset-spec):
5709 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
5710 registered in x-font-name-charset-alist.
5711 (create-fontset-from-fontset-spec): Adjusted for the above change.
5712 The name of fontset alias should be a unresolved ASCII font name.
5713
2ece9174
GM
57142000-12-28 Gerd Moellmann <gerd@gnu.org>
5715
5716 * simple.el (delete-key-deletes-forward-mode): Bind backspace
5717 and delete in isearch-mode-map.
5718
cbe3ad7a
RS
57192000-12-28 Richard M. Stallman <rms@gnu.org>
5720
ca2ddd8e 5721 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
5722 Use xpdf instead of acroread.
5723
a816f1c5
KH
57242000-12-28 Kenichi Handa <handa@etl.go.jp>
5725
f086e73c
KH
5726 * textmodes/artist.el (artist-butlast): Deleted.
5727 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 5728 artist-butlast.
f086e73c 5729
a816f1c5
KH
5730 * subr.el (butlast, nbutlast): Moved from cl.el to here.
5731
5732 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
5733
b202115b
EZ
57342000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5735
5736 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
5737
5738 * ls-lisp.el: Better support for the Mac and MS-Windows.
5739 (ls-lisp): New defgroup.
5740 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 5741 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
5742 (ls-lisp-support-shell-wildcards): New defcustoms.
5743 (ls-lisp-parse-symlink): New function.
5744 (insert-directory): Code to convert switches to a list and set up
5745 the wildcard argument copied from ls-lisp-insert-directory.
5746 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
5747 for -C and -R switches.
5748 (ls-lisp-column-format): New function.
ca2ddd8e 5749 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
5750 (ls-lisp-format-time): Add doc strings.
5751 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
5752 Support ls-lisp-dirs-first.
5753 (ls-lisp-classify, ls-lisp-extension): New functions.
5754 (ls-lisp-format): Optionally support emulation of symlinks.
5755 Support -i, -s, and -G switches.
5756
6061fbf0
GM
57572000-12-27 Gerd Moellmann <gerd@gnu.org>
5758
5e25feee
GM
5759 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
5760
6061fbf0
GM
5761 * version.el (emacs-version): Print X scroll bar information.
5762
5763 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
5764 instead of x-toolkit-scroll-bars-p.
5765
5766 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
5767 of x-toolkit-scroll-bars-p.
5768
25050dab
EZ
57692000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
5770
83c9cb8e 5771 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
5772 (ffap-bindings): Doc fix, to reflect the above change.
5773
c1786874
KH
57742000-12-27 Kenichi Handa <handa@etl.go.jp>
5775
5776 * term.el (term-char-mode): Define all non-ascii self-inserting
5777 characters to 'term-send-raw in term-raw-map.
5778
7261ece3 57792000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 5780
83c9cb8e 5781 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 5782
83c9cb8e
SM
5783 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
5784 Changed initialization; use add-hook.
6061fbf0 5785 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 5786
6061fbf0 5787 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 5788
6061fbf0
GM
5789 * ediff.el (ediff-patch-buffer): Bug fix.
5790 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 5791
83f40583
SM
57922000-12-23 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * subr.el (combine-run-hooks): Remove.
5795
5796 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
5797 and remove the rogue second spec.
5798
bdd6d4e8
GM
57992000-12-23 Gerd Moellmann <gerd@gnu.org>
5800
5801 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
5802
26736ce3
SM
58032000-12-22 Stefan Monnier <monnier@cs.yale.edu>
5804
0e86b6b0
SM
5805 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
5806 Use minibuffer menu prompt for the `=' prefix.
5807 (smerge-command-prefix): Change default to C-^.
6eabfb26 5808 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 5809
26736ce3
SM
5810 * skeleton.el (skeleton-internal-1): Make sure the first line of
5811 the region is also re-indented.
d21584d6
SM
5812 (skeleton-end-newline): New var.
5813 (skeleton-end-hook): Use it.
26736ce3 5814
95fa4fd7
MB
58152000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
5816
5817 * comint.el (comint-password-prompt-regexp): Support CVS.
5818
f060b834
GM
58192000-12-22 Gerd Moellmann <gerd@gnu.org>
5820
83c9cb8e
SM
5821 * simple.el (delete-key-deletes-forward-mode): Simplify.
5822 Also backspace key combinations, depending on
856ff7a7
GM
5823 delete-key-deletes-forward.
5824
5825 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
5826
f060b834
GM
5827 * simple.el (delete-key-deletes-forward): Doc fix.
5828
653558a1
GM
58292000-08-22 Emmanuel Briot <briot@gnat.com>
5830
5831 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 5832 white spaces are relevant in the XML file.
653558a1
GM
5833 (xml-parse-file): Do not kill an existing Emacs buffer if the file
5834 to parse was already edited. This allows for on-the-fly analysis
26736ce3 5835 of XML files.
653558a1
GM
5836 (xml-parse-tag): Check that the casing is the same in the start
5837 tag and end tag, since XML is case-sensitive. Allows for spaces
5838 in the end tag, after the name of the tag.
5839 (xml-parse-attlist): Allow for the character '-' in the name of
5840 attributes, as in the standard http-equiv attribute Do not save
26736ce3 5841 the properties in the XML tree, since they are not relevant.
653558a1 5842
3ad93d8d
SM
58432000-12-21 Stefan Monnier <monnier@cs.yale.edu>
5844
5845 * generic.el (generic-read-type): Undo last change, inline into
5846 `generic-mode' and then remove.
5847 (generic-mode): Inline generic-read-type.
5848 (define-generic-mode): Push the symbol name rather than the symbol
5849 onto generic-mode-list.
5850
177f4e88
GM
58512000-12-21 Gerd Moellmann <gerd@gnu.org>
5852
8e15274f
GM
5853 * generic.el (generic-read-type): Build an alist for
5854 completing-read as in 20.7.
5855
5856 * play/landmark.el (lm): Use interactive spec `P'.
5857 (toplevel): Don't set debug-on-error.
5858
83c9cb8e 5859 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 5860
6ba384dc
GM
58612000-12-21 Dave Pearson <davep@davep.org>
5862
5863 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 5864
647a066c
GM
58652000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5866
5867 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
5868 ranges like \177-\237, but accepts the character sequence from \177 to
5869 \237. Doc fix.
5870 (ebnf-version): New version (3.4).
5871 (ebnf-setup): Code fix.
5872 (ebnf-range-regexp): New fun.
5873 (ebnf-8-bit-chars): Const fix.
5874
5875 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
5876 entry. Doc fix.
5877 (ebnf-bnf-lex): Code fix.
5878 (ebnf-bnf-comment-chars): Const fix.
5879
5880 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
5881 entry. Doc fix.
5882 (ebnf-iso-comment-chars): Const fix.
5883
5884 * ebnf-otz.el: Doc fix.
5885
5886 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
5887 entry. Doc fix.
5888 (ebnf-yac-skip-code): Code fix.
5889 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 5890
bc22fd18
EZ
58912000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
5892
5893 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
5894 (recover-file): Use it instead of insert-directory.
5895 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 5896
587fc3f9
KH
58972000-12-21 Kenichi Handa <handa@etl.go.jp>
5898
83c9cb8e
SM
5899 * international/mule-cmds.el (select-safe-coding-system):
5900 Check coding-category-list more rigidly. Improve help message.
eeefcfde 5901
587fc3f9
KH
5902 * dired.el (dired-move-to-filename-regexp): Fix previous change.
5903
01860fb9
MB
59042000-12-21 Miles Bader <miles@gnu.org>
5905
83c9cb8e 5906 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 5907
3f9d67a6
KH
59082000-12-21 Kenichi Handa <handa@etl.go.jp>
5909
9fd1c1f7
KH
5910 * international/mule-diag.el (describe-char-after): Make *Help*
5911 buffer inherit multibyteness of the current buffer.
5912
3f9d67a6
KH
5913 * international/mule.el (make-char): Docstring adjusted for the
5914 change of make-char-internal.
5915
c9669fac
SM
59162000-12-20 Stefan Monnier <monnier@cs.yale.edu>
5917
5918 * international/iso-cvt.el: Docstrings fix.
5919
19594307
DL
59202000-12-20 Dave Love <fx@gnu.org>
5921
5922 * subr.el (eval-after-load): Doc fix.
5923
b1a447b3
KH
59242000-12-20 Kenichi Handa <handa@etl.go.jp>
5925
5926 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
5927 for numbers.
5928
09877d5d
MB
59292000-12-20 Miles Bader <miles@gnu.org>
5930
5931 * international/quail.el (quail-help): Resize the help window
5932 again after it has all its contents. Remove unneeded progn.
5933
71d4497a
GM
59342000-12-19 Gerd Moellmann <gerd@gnu.org>
5935
5936 * pcmpl-linux.el: Fix copy/paste error.
5937
741e56a0
AI
59382000-12-19 Andrew Innes <andrewi@gnu.org>
5939
83c9cb8e 5940 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 5941
cc24d91c
CD
59422000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
5943
ba4c05aa
CD
5944 * progmodes/idlw-rinfo.el: Fixed copyright notice.
5945
5946 * progmodes/idlw-toolbar.el: Fixed copyright notice.
5947
5948 * progmodes/idlw-shell.el: Fixed copyright notice.
5949
5950 * progmodes/idlwave.el: Fixed copyright notice.
5951
71d4497a 5952 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
5953 TAB as key separators.
5954
524c8caf
GM
59552000-12-19 Alex Schroeder <alex@gnu.org>
5956
5957 * sql.el (sql-sybase-options): New option.
5958 (sql-sybase): Use it. Add sql-database to the list of parameters
5959 provided for login. The options -w 2048 -n are not used any more.
5960 (sql-postgres-options): Changed default from "--pset" to "-P".
5961 (sql-mysql-options): Doc change.
5962 (sql-stop): Doc change.
5963
b5fa513d
KH
59642000-12-19 Kenichi Handa <handa@etl.go.jp>
5965
5966 * international/quail.el (quail-input-method): Always hide
5967 the guidance buffer on exiting.
5968
91c9e6ce
GM
59692000-12-18 Gerd Moellmann <gerd@gnu.org>
5970
c6da4eb4
GM
5971 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
5972 isn't fboundp.
5973
3d2a0e0b
GM
5974 * server.el (server-buffer-done): Bury the buffer before
5975 killing it.
5976
91c9e6ce
GM
5977 * faces.el (face-spec-set): Interpret a nil in specs for
5978 foreground and background colors as `unspecified', for
5979 compatibility with 20.x.
5980
40fa0008
DL
59812000-12-18 Dave Love <fx@gnu.org>
5982
22adbe54
DL
5983 * simple.el (mail-user-agent): Doc fix.
5984 (input-mode-8-bit): Removed.
5985
5986 * international/mule.el (set-keyboard-coding-system): Doc fix.
5987 (keyboard-coding-system): New option.
5988
40fa0008
DL
5989 * mail/sendmail.el (send-mail-function): Customize.
5990
6f4745e2
EZ
59912000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
5992
5993 * international/codepage.el (cp866-decode-table): New table.
5994
82b90229
GM
59952000-12-18 Gerd Moellmann <gerd@gnu.org>
5996
5997 * version.el (emacs-version): Remove `%a' from the time format
5998 because the weekday doesn't fit well into each locale.
5999
5a047002
MB
60002000-12-18 Miles Bader <miles@gnu.org>
6001
7f49aa07
MB
6002 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
6003
ca2ddd8e 6004 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
6005 Check that emacs-major-version is `=' to 20, not `>='.
6006 (artist-replace-chars): Use `make-string' instead of a loop.
6007
22ea2607
EZ
60082000-12-17 Stefan Monnier <monnier@cs.yale.edu>
6009
6010 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
6011 (cvs-execute-single-file): Don't change directory.
6012 Patch from Per Cederqvist.
6013
6c825f8e
EZ
60142000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
6015
83c9cb8e
SM
6016 * textmodes/ispell.el (check-ispell-version):
6017 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
6018 of -vv.
6019
8ff06845
KH
60202000-12-16 Kenichi Handa <handa@etl.go.jp>
6021
af4bb4c8
KH
6022 * international/mule-diag.el (mule-diag): Insert information about
6023 configure options, multibyte awareness, language env.
6024
8ff06845
KH
6025 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
6026 regexp to search for candidates.
6027
b24e84ab
EZ
60282000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
6029
6030 * info.el (Info-forward-node): If the node has an
6031 Info-header-line, widen the buffer before searching for "next:"
6032 and "up:" pointers, and set the search limit to stay in the
6033 current node.
6034
7981d89f
MB
60352000-12-16 Miles Bader <miles@gnu.org>
6036
6037 * simple.el (delete-trailing-whitespace): Remove extraneous let.
6038
88ee7917
MB
60392000-12-15 Miles Bader <miles@gnu.org>
6040
6041 * comint.el (comint-send-string, comint-send-region): Also accept
6042 a buffer, buffer-name, or nil for PROCESS, for compatibility with
6043 process-send-string/region.
6044
0c28d842
GM
60452000-12-15 Gerd Moellmann <gerd@gnu.org>
6046
4ea7fdca
GM
6047 * isearch.el (isearch-lazy-highlight-max): New user-option.
6048 (isearch-lazy-highlight-update): Don't highlight more than
6049 isearch-lazy-highlight-max matches.
6050
0c28d842
GM
6051 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
6052
984c9f75 60532000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 6054
8062e53a
GM
6055 * sort.el (sort-columns): Fix error message.
6056
3ffa545b
GM
6057 * dabbrev.el (dabbrev--last-case-pattern): Value is now
6058 `upcase' or `downcase' or nil.
6059 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
6060 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
6061 (dabbrev--substitute-expansion): New arg record-case-pattern.
6062 If it is non-nil, set dabbrev--last-case-pattern.
6063 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
6064
6065 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
6066
c2d7f289
MB
60672000-12-15 Miles Bader <miles@gnu.org>
6068
b6348438
MB
6069 * paths.el (Info-default-directory-list): Don't delete
6070 configure-info-directory from the list of standard info
83c9cb8e 6071 directories when appending it to the end -- their order is important.
b6348438 6072
f9056dd9
MB
6073 * faces.el (read-face-attribute): If there's no entry for the
6074 user's input in VALID, just use it as-is (this will often result
6075 in an error, but it may be OK for e.g. colors using hexadecimal
6076 notation, and at least will yield a better error message).
6077
c2d7f289 6078 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 6079 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
6080 Variables removed.
6081 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
6082 window is really the right size. Use vertical-motion
6083 rather than forward-line.
6084 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
6085 (ispell-command-loop, ispell-show-choices): Use the variable
6086 ispell-choices-win-default-height, rather than the function.
6087 (ispell-choices-win-default-height): Function removed.
6088 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 6089
8f530b95
SM
60902000-12-14 Stefan Monnier <monnier@cs.yale.edu>
6091
6092 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
6093
6d435deb
EZ
60942000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6095
83c9cb8e
SM
6096 * paths.el (Info-default-directory-list):
6097 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
6098 put it first in the list; otherwise put it last. Doc string
6099 changed accordingly.
6100
6101 * info.el (Info-directory-list): Change doc string to reflect the
6102 change in Info-default-directory-list.
6103
6d435deb
EZ
6104 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
6105 windows-nt as windowed environments, even under -nw.
6106
6107 * startup.el (command-line): Don't call x-backspace-delete-keys-p
6108 if not fboundp. Switch delete-forward mode for the <delete> key
6109 on all PC platforms, even under -nw.
6110
6111 * term/internal.el ([M-delete]): Remap to M-d.
6112
9d7d9263
GM
61132000-12-14 Gerd Moellmann <gerd@gnu.org>
6114
6115 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
6116
7cf0153a
EZ
61172000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
6118
6119 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
6120
5e5b3d41
GM
61212000-12-14 Gerd Moellmann <gerd@gnu.org>
6122
5f368d29
GM
6123 * startup.el (command-line): Call delete-key-deletes-forward-mode,
6124 if appropriate.
6125
6126 * simple.el (delete-key-deletes-forward): New user-option.
6127 (delete-key-deletes-forward-mode): New function.
6128
9d7d9263 6129 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 6130
83c9cb8e
SM
6131 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
6132 Test if symbol is bound before getting its value.
5e5b3d41
GM
6133
6134 * tooltip.el (tooltip-show): If an error is signaled in
6135 x-show-tip, display that error, and display the help in the
6136 echo area.
ca2ddd8e 6137
191b83b6
KH
61382000-12-14 Kenichi Handa <handa@etl.go.jp>
6139
83c9cb8e
SM
6140 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
6141 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 6142
6192b604
KF
61432000-12-13 Karl Fogel <kfogel@red-bean.com>
6144
6145 * bookmark.el: Provide a generic exit hook, as suggested by
6146 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
6147 (bookmark-exit-hook): New var.
6148 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
6149 old raw lambda form in `kill-emacs-hook', and runs new
6150 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
6151 as logically that feature must have been provided if this function
6152 is running.
6153 Removed ;;;###autoload before the `add-hook' call.
6154
5edf6b55
SM
61552000-12-13 Stefan Monnier <monnier@cs.yale.edu>
6156
6157 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
6158 (easy-menu-current-active-maps): New function.
6159 (easy-menu-get-map): Use it.
6160 Make a proper menu entry when creating a new keymap.
6161
16b5e8e6
KH
61622000-12-13 Kenichi Handa <handa@etl.go.jp>
6163
d49fc4eb
KH
6164 * international/characters.el: Fix cases and syntaxes for
6165 mule-unicode-0100-24ff.
6166
3b53d876
KH
6167 * dired.el (dired-move-to-filename-regexp): Fixed for the case
6168 that a Japanese character is not appended after day and year.
6169
16b5e8e6
KH
6170 * info.el (Info-suffix-list): Change format for a command that
6171 requires arguments.
6172 (info-insert-file-contents): Adjusted for the above change.
6173
1df1c518
AS
61742000-12-12 Andreas Schwab <schwab@suse.de>
6175
6176 * tar-mode.el (tar-extract): Base the name of the subfile buffer
6177 on the name of the tar buffer. Verify that the existing buffer is
6178 visiting the same subfile.
6179
a7a07b98
DL
61802000-12-12 Dave Love <fx@gnu.org>
6181
6182 * subdirs.el: Add obsolete.
6183
4fdbd809
GM
61842000-12-12 Gerd Moellmann <gerd@gnu.org>
6185
bfdb75ee
GM
6186 * mail/rmailsum.el (rmail-summary-expunge)
6187 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
6188 instead of rmail-confirm-expunge.
6189
4fdbd809
GM
6190 * replace.el (perform-replace): Don't use an empty match adjacent
6191 to a non-empty match when computing the next match before the
6192 replacement is performed.
6193
e9a59cad
GM
61942000-12-12 Milan Zamazal <pdm@freesoft.cz>
6195
6196 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
6197 definition (patch by Stefan Monnier).
6198 (glasses-mode): Use jit-lock instead of `after-change-functions'
6199 (patch by Stefan Monnier).
6200
c2def7a0
MB
62012000-12-12 Miles Bader <miles@gnu.org>
6202
6203 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
6204 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
6205
591b63b4
AC
62062000-12-12 Andrew Choi <akochoi@i-cable.com>
6207
6208 * term/mac-win.el: Remove load for ls-lisp.
6209
a924cf63 6210 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 6211
5ff4ba3d
MB
62122000-12-12 Miles Bader <miles@gnu.org>
6213
6214 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
6215 Respect field end too.
6216 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
6217 (newline-and-indent, reindent-then-newline-and-indent):
6218 Use `delete-horizontal-space'.
5ff4ba3d 6219
d0c679bc
SM
62202000-12-11 Stefan Monnier <monnier@cs.yale.edu>
6221
adf9c994
SM
6222 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
6223 (so as to obey the field property in the minibuffer).
6224
4b0cd42d
SM
6225 * obsolete/c-mode.el: Moved from lisp/progmodes.
6226 * obsolete/auto-show.el: Moved from lisp.
6227 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 6228
89f85863
CD
62292000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
6230
6231 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 6232 changes to list them here.
89f85863 6233
83c9cb8e
SM
6234 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
6235 Too many changes to list them here.
89f85863 6236
83c9cb8e
SM
6237 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
6238 Too many changes to list them here.
89f85863
CD
6239
6240 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
6241
3e0d35ce
GM
62422000-12-11 Gerd Moellmann <gerd@gnu.org>
6243
83c9cb8e 6244 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 6245
ca2ddd8e 6246 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
6247 Comment fix.
6248
3e0d35ce
GM
6249 * hscroll.el: Moved to `obsolete' subdir.
6250
ff904dd6
MB
62512000-12-11 Miles Bader <miles@gnu.org>
6252
6253 * window.el (window-text-height): Function removed (now in C).
6254
fb97d87f
SM
62552000-12-10 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * log-edit.el (log-edit-parent-buffer): New var.
6258 (log-edit): Set it. Add BUFFER argument.
6259 (log-edit-done): Use char-before.
6260 Don't bother checking validity of vc-comment-ring.
6261 Only bury the buffer if log-edit popped it up.
6262
6263 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
6264 (cvs-mode-diff-help): Remove.
6265 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 6266 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
6267
6268 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
6269 Remove binding for ? now made unnecessary.
6270
7de77417
CD
62712000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
6272
83c9cb8e 6273 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
6274 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
6275
6276 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
6277 when master file is not open.
6278
4efa209f
SM
62792000-12-09 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * progmodes/ada-stmt.el: Update `maintainer'.
6282
0a8052bd
GM
62832000-12-09 Stephen Gildea <gildea@alum.mit.edu>
6284
6285 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
6286 choices to match documentation string.
6287
a12167c5
MB
62882000-12-09 Miles Bader <miles@gnu.org>
6289
2161605d
MB
6290 * minibuf-eldef.el: New file.
6291
a12167c5
MB
6292 * window.el (fit-window-to-buffer): Don't pass last argument to
6293 pos-visible-in-window-p, now that its meaning is inverted.
6294
9ea8de1b
EZ
62952000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
6296
6297 * image.el (create-image): Doc fix; spotted by Per Cederqvist
6298 <ceder@lysator.liu.se>.
6299
5002ddbb
SM
63002000-12-08 Stefan Monnier <monnier@cs.yale.edu>
6301
b6114d80
SM
6302 * autoinsert.el (auto-insert-alist): Add missing final \n.
6303
ee8d23ee
SM
6304 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
6305 (cvs-menu-map): Remove.
6306 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
6307 (cvs-mode-quit): Turn it back into a plain function.
6308
5002ddbb 6309 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 6310 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
6311
6312 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
6313 file where it's more visible.
6314 (texinfo-filter, texinfo-chapter-level-regexp): New variables
6315 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
6316 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
6317 (texinfo-inside-macro-p): Only catch `scan-error's.
6318 (texinfo-inside-env-p): Make better use of the match info.
6319 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
6320 (texinfo-insert-@end): Slight re-organization.
6321 Also remove useless `looking-at' call.
6322
30cd075d
AI
63232000-12-08 Andrew Innes <andrewi@gnu.org>
6324
6325 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
6326 accessible in -nw mode.
6327
6328 * term/w32-win.el: Remove stuff about selection timeout, which is
6329 irrelevant on Windows. Move clipboard support to w32-fns.el, so
6330 it is accessible in -nw mode.
6331
01b91009
DL
63322000-12-08 Dave Love <fx@gnu.org>
6333
83c9cb8e
SM
6334 * emacs-lisp/lisp-mode.el (lisp-mode):
6335 Set font-lock-keywords-case-fold-search.
01b91009 6336
842b2a94
GM
63372000-12-08 Gerd Moellmann <gerd@gnu.org>
6338
6339 * textmodes/ispell.el (ispell): Doc fix.
6340
f9d5f611
KH
63412000-12-08 Kenichi Handa <handa@etl.go.jp>
6342
6343 * international/quail.el (quail-insert-decode-map): Check the
6344 frame width of a window displaying the current buffer, not that of
6345 the selected frame.
6346 (quail-help): Make sure that the help buffer has window before
6347 inserting text in it.
6348
e04d21aa
SS
63492000-12-07 Sam Steingold <sds@gnu.org>
6350
6351 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
6352 Backquote is used in isearch.el, so autoloading saves nothing.
6353
fc3e23a4
EZ
63542000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
6355
83c9cb8e
SM
6356 * startup.el (normal-top-level-add-subdirs-to-load-path):
6357 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 6358
fc3e23a4
EZ
6359 * dired.el (dired-insert-directory): If file-system-info is
6360 fboundp, call it instead of invoking dired-free-space-program.
6361
796ecd10
GM
63622000-12-07 Gerd Moellmann <gerd@gnu.org>
6363
0f5f7c3e
GM
6364 * server.el (server-visit-files): Push files on file-name-history.
6365
3764ba49
GM
6366 * progmodes/cc-langs.el: Update copyright.
6367
8e7931da
GM
6368 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
6369
ae0d7485 6370 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 6371
796ecd10
GM
6372 * bindings.el (mode-line-mode-menu): Reverse the order
6373 of define-keys so that the menu appears in alphabetical order.
6374
ae0d7485
GM
63752000-12-07 Milan Zamazal <pdm@freesoft.cz>
6376
6377 * progmodes/glasses.el (glasses-mode): Update mode line at the end
6378 of the function.
6379
e2849090
DL
63802000-12-07 Dave Love <fx@gnu.org>
6381
6382 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
6383
6384 * facemenu.el (facemenu-unlisted-faces): Fix value.
6385
5c7f629c
SM
63862000-12-07 Stefan Monnier <monnier@cs.yale.edu>
6387
6388 * font-lock.el (font-lock-default-fontify-region):
6389 Include the terminating \n (off-by-one error).
6390 (font-lock-set-defaults): Use dolist.
6391
6392 * derived.el (define-derived-mode): Don't use combine-run-hooks.
6393
73481ae3
KH
63942000-12-07 Kenichi Handa <handa@etl.go.jp>
6395
83c9cb8e
SM
6396 * international/mule-cmds.el (describe-language-environment):
6397 Fix for the case that an input method title is not string but a list.
ffbaa122 6398
73481ae3
KH
6399 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
6400 of wrong SIZE record.
6401
e2896b22
DL
64022000-12-06 Dave Love <fx@gnu.org>
6403
67292061
DL
6404 * newcomment.el (comment-region, comment-dwim): Doc fix.
6405
6406 * textmodes/texinfo.el: Require tex-mode when compiling.
6407 (texinfo-update-node): Doc fix.
6408 (texinfo-imenu-generic-expression): Add @anchor.
6409 (texinfo-font-lock-keywords): Add @uref.
6410 (texinfo-inside-macro-p): Don't use ignore-errors.
6411 (texinfo-insert-quote): Match more contexts.
6412
e76938e7
DL
6413 * international/mule.el (decode-char, encode-char): Doc fix.
6414 (auto-coding-alist): Customize.
6415
6416 * files.el (load-file): Fix change of 2000-03-12.
6417
e2896b22
DL
6418 * wid-edit.el (widget-text-keymap): Doc fix.
6419
6610f4b2
AI
64202000-12-06 Andrew Innes <andrewi@gnu.org>
6421
6422 * makefile.w32-in (lisp): Set to an absolute directory, namely
6423 $(CURDIR).
6424
9e3366e4
EZ
64252000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
6426
6427 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
6428 read generated-autoload-file, and set buffer-file-coding-system to
6429 raw-text-unix after reading the file.
6430
83c9cb8e
SM
6431 * international/mule-conf.el (file-coding-system-alist):
6432 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 6433
d94d636f
GM
64342000-12-06 Gerd Moellmann <gerd@gnu.org>
6435
384333ee
GM
6436 * replace.el (occur): Make line-number-width 1 smaller for the
6437 colon following the line number.
6438
83c9cb8e
SM
6439 * startup.el (fancy-splash-text, command-line-1):
6440 Use `File' for the menu name instead of `Files'.
e04d21aa 6441
d4b72d58
GM
6442 * tmm.el: Update copyright.
6443
d94d636f
GM
6444 * cus-start.el: Add entry for even-window-heights.
6445
6e424019
MB
64462000-12-06 Miles Bader <miles@gnu.org>
6447
6448 * faces.el (frame-set-background-mode): Avoid stomping on
6449 locally modified faces.
6450
e6477b58
KH
64512000-12-06 Kenichi Handa <handa@etl.go.jp>
6452
6453 * international/fontset.el: Correct the font registries for
6454 japanese-jisx0213-1 and japanese-jisx0213-2.
6455
21999ab9
GM
64562000-12-05 Gerd Moellmann <gerd@gnu.org>
6457
57d6e381
GM
6458 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
6459
21999ab9
GM
6460 * iswitchb.el: Update customization commentary.
6461
7422819c
GM
64622000-12-05 Rob Riepel <riepel@Stanford.EDU>
6463
6464 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
6465 (tpu-search-highlight): Fixed comparison of overlay end positions.
6466 (tpu-trim-line-ends): Implemented trimming logic locally.
6467
6468 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 6469 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 6470
73daff18
KH
64712000-12-05 Kenichi Handa <handa@etl.go.jp>
6472
6473 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
6474 to cn-gb.
6475 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
6476
6a4cd002
DL
64772000-12-04 Dave Love <fx@gnu.org>
6478
6479 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
6480
6452929e
GM
64812000-12-04 Gerd Moellmann <gerd@gnu.org>
6482
e04d21aa 6483 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
6484 (rmail-summary-expunge-and-save): Ask for confirmation with
6485 rmail-expunge-confirmed.
6486
6487 * mail/rmail.el (rmail-expunge-confirmed): New function.
6488 (rmail-expunge): Use it.
6489
1790abf4
FP
64902000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
6491
0c68ce6f 6492 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
6493 (etags-recognize-tags-table, find-tag-in-order):
6494 New functionality: interpret file names as tags.
e04d21aa 6495
7a53d8c8
EZ
64962000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
6497
6498 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
6499 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
6500 the first subnode until the bottom of the current node is visible.
7a53d8c8 6501
caa15ef7
GM
65022000-12-04 Gerd Moellmann <gerd@gnu.org>
6503
6504 * format.el (format-decode): Don't change buffer's undo list.
6505
e225faa7
KH
65062000-12-04 Kenichi Handa <handa@etl.go.jp>
6507
6508 * faces.el (face-font-registry-alternatives): Add entries for CJK
6509 fonts. Doc-string adjusted for the actual usage of this data.
6510
6511 * international/fontset.el: Change the font registries for CJK
6512 fonts in the default fontset. Don't append '*' to registries.
6513
8b262a65
SM
65142000-12-03 Stefan Monnier <monnier@cs.yale.edu>
6515
e04d21aa 6516 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
6517 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
6518
6519 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
6520 (derived-mode-p): New function.
6521 (derived-mode-make-docstring): Add `docstring' argument.
6522 Use it if available and complete it if necessary.
6523
33c4460b
AS
65242000-12-03 Andreas Schwab <schwab@suse.de>
6525
6526 * type-break.el (type-break): Don't make parent of itself.
6527
5c9b3fac
MB
65282000-12-03 Miles Bader <miles@gnu.org>
6529
6530 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
6531
27ce741e
SM
65322000-12-02 Stefan Monnier <monnier@cs.yale.edu>
6533
07c16ec4
SM
6534 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
6535 (tex-main-file, tex-file): Simplify.
6536 (tex-generate-zap-file-name): Use subst-char-in-string.
6537 (tex-strip-dots): Remove.
6538
c19cc275
SM
6539 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
6540
27ce741e
SM
6541 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
6542 to check if the match succeeded.
6543
285991dc
GM
65442000-12-02 Gerd Moellmann <gerd@gnu.org>
6545
6546 * startup.el (use-fancy-splash-screens-p): New function.
6547 (command-line-1): Use it to determine whether or not to use
6548 a fancy splash screen.
6549
52dca1b2
AS
65502000-12-02 Andreas Schwab <schwab@suse.de>
6551
6552 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
6553
d3e7e7cf
EZ
65542000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6555
2dce2360
EZ
6556 * international/mule.el (make-char): Fix last change.
6557
9768eaa7
EZ
6558 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
6559 New defcustoms.
6560 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
6561 autoloading tex-mode; instead, do the same manually.
6562 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
6563 with numeric argument. Docstring fix.
6564 (toplevel): Require cl when compiling.
e04d21aa 6565
285991dc 6566 * international/mule.el (make-char): Doc fix.
d3e7e7cf 6567
0dd5e255
JR
65682000-12-02 Jason Rumney <jasonr@gnu.org>
6569
6570 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
6571 the Emacs Lisp manual)
6572
fbb87147
EZ
65732000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
6574
5cbb3e93
EZ
6575 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
6576
fbb87147
EZ
6577 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
6578 the Emacs Lisp manual).
6579
1636ca09
GM
65802000-12-02 Gerd Moellmann <gerd@gnu.org>
6581
6582 * simple.el (next-line-add-newlines): Change default to nil.
6583
68875f0e
EZ
65842000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
6585
83c9cb8e
SM
6586 * files.el (revert-buffer, recover-file):
6587 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 6588
fd9ac94c
GM
65892000-12-01 Gerd Moellmann <gerd@gnu.org>
6590
6591 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
6592
45450dd5
MB
65932000-12-01 Miles Bader <miles@gnu.org>
6594
6595 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
6596
09df8881
KH
65972000-12-01 Kenichi Handa <handa@etl.go.jp>
6598
6599 * international/mule-diag.el (describe-char-after): Fix typo.
6600 (describe-character-set, non-iso-charset-alist): Fix typo.
6601
dea0a87d
MB
66022000-12-01 Miles Bader <miles@gnu.org>
6603
b170205b
MB
6604 * image-file.el (image-file-name-regexp): Automatically add
6605 upper-case variants of each filename extension in
6606 `image-file-name-extensions', since they seem to be common.
6607
e04d21aa 6608 * simple.el (minibuffer-contents)
dea0a87d
MB
6609 (minibuffer-contents-no-properties, delete-minibuffer-contents):
6610 New functions.
6611 * filecache.el (file-cache-directory-name)
6612 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
6613
eb04d6cd 66142000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 6615
dea0a87d
MB
6616 * filecache.el (file-cache-minibuffer-complete): Don't try to
6617 delete the minibuffer prompt.
6618
a8a1b05d
DL
66192000-11-30 Dave Love <fx@gnu.org>
6620
6621 * cus-start.el: Fix read-buffer-function type.
6622
693c4692
GM
66232000-11-30 Gerd Moellmann <gerd@gnu.org>
6624
6625 * md5.el: Removed. There's a built-in function, now.
6626
2c0b1898
GM
66272000-11-30 Markus Rost <rost@math.ohio-state.edu>
6628
6629 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
6630 as dummy 0-th char of rmail-deleted-vector.
6631
63dfcf4b
EZ
66322000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
6633
6634 * ps-print.el (ps-end-job): Bind case-fold-search only after
6635 switching to ps-spool-buffer.
6636
66372000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6638
6639 * ps-print.el: Line number font customization. PostScript: Lines and
6640 PageCount are initialized on each page. Doc Fix.
6641 (ps-print-version): New version number (6.3.2).
6642 (ps-lpr-switches, ps-font-info-database, ps-font-size)
6643 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
6644 (ps-right-header): Customization fix.
6645 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
6646 Fix code.
6647 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
6648 New vars.
6649
df3aedcf
GM
66502000-11-30 Gerd Moellmann <gerd@gnu.org>
6651
edfb795e
GM
6652 * bs.el: Fix typos and spelling errors.
6653 (bs-appearance) <defgroup>: Renamed from bs-appearence.
6654 (bs-configuration): Doc fix.
e04d21aa 6655
df3aedcf
GM
6656 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
6657
8b8a7f01
GM
66582000-11-30 Rob Riepel <riepel@Stanford.EDU>
6659
6660 * emulation/tpu-edt.el (tpu-version): New version.
6661 (tpu-search-overlay, tpu-replace-overlay): New initial range.
6662 (tpu-original-mode-line): Variable deleted.
6663 (tpu-mark-flag): New initial value.
83c9cb8e
SM
6664 (tpu-set-mode-line): Don't redefine mode-line-format.
6665 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
6666 (tpu-update-mode-line): New mark flag logic.
6667 (tpu-get): Use find-file-wildcards.
6668 (tpu-search-highlight): Move overlay less, reset overlay properly.
6669 (tpu-unselect): Deactivate mark.
6670 (tpu-lm-replace): Reset overlay properly.
6671 (tpu-forward-line): Use forward-visible-line.
6672 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
6673
83c9cb8e 6674 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 6675
c069a9d3
GM
66762000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
6677
6678 * cus-edit.el (custom-face-value-create): Always emphasize tag.
6679
b02cd40b
GM
66802000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
6681
6682 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
6683 and skip whitespace and newlines.
e04d21aa 6684
b7a90344
SM
66852000-11-30 Stefan Monnier <monnier@cs.yale.edu>
6686
6687 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
6688
be6bbb55
GM
66892000-11-29 Gerd Moellmann <gerd@gnu.org>
6690
0383ed60
GM
6691 * help.el (describe-function-1): Regexp-quote function name
6692 when used as part of a regexp.
6693
83c9cb8e
SM
6694 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6695 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
6696 (tool-bar-add-item): Likewise, and handle unspecified colors.
6697
6698 * enriched.el (enriched-face-ans): Use face-attribute instead
6699 of face-foreground and face-background.
6700
6701 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 6702 Return nil if attribute is unspecified, for backward compatibility.
c7957947 6703
7423978d
GM
6704 * files.el (auto-mode-alist): Add an entry for antlr-mode.
6705
ef128c78
GM
6706 * play/5x5.el: Remove version info.
6707
a81fc510
GM
6708 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
6709
be6bbb55
GM
6710 * frame.el (blink-cursor-mode): Doc fix.
6711
f9396e03
GM
67122000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6713
6714 * antlr-mode.el: New commands to run ANTLR from within Emacs and
6715 to create Makefile rules.
6716 (antlr-tool-command): New user option.
6717 (antlr-ask-about-save): New user option.
6718 (antlr-makefile-specification): New user option.
6719 (antlr-file-formats-alist): New variable.
6720 (antlr-special-file-formats): New variable.
6721 (antlr-unknown-file-formats): New user option.
6722 (antlr-help-unknown-file-text): New variable.
6723 (antlr-help-rules-intro): New variable.
6724 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
6725 (antlr-mode-menu): Add entries.
6726 (antlr-file-dependencies): New function.
6727 (antlr-directory-dependencies): New function.
6728 (antlr-superclasses-glibs): New function.
6729 (antlr-run-tool): New command.
6730 (antlr-makefile-insert-variable): New function.
6731 (antlr-insert-makefile-rules): New function.
6732 (antlr-show-makefile-rules): New command.
6733
6734 * antlr-mode.el: More Emacs/XEmacs stuff.
6735 (antlr-no-action-keywords): New constant with value nil.
6736 (antlr-font-lock-keywords-alist): Use it. Old value would break
6737 syntax highlighting in Emacs-21.0.
6738 (antlr-default-directory): Emacs/XEmacs dependend function.
6739 (antlr-read-shell-command): Ditto.
6740 (antlr-with-displaying-help-buffer): Ditto.
6741
67422000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6743
6744 * antlr-mode.el: imenu, parsing and highlighting changes.
6745 (antlr-imenu-create-index-function): Don't create extra submenus
6746 for definitions in different grammar classes. It is not necessary
6747 for the menu and would make command `imenu' awkward to use.
6748 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
6749 header actions and more than one.
6750 (antlr-font-lock-tokendef-face): Changed color.
6751 (antlr-font-lock-tokenref-face): Changed color.
6752 (antlr-font-lock-additional-keywords): Also highlight lowercase.
6753 (antlr-mode-syntax-table): New variable.
6754 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
6755 (antlr-with-syntax-table): Don't copy syntax table.
6756
67572000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6758
6759 * antlr-mode.el: Minor changes: language setting.
6760 (antlr-language-alist): The value for file option "language" can
6761 be both an identifier and a string.
6762 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
6763 (antlr-language-limit-n-regexp): Change accordingly.
6764
67652000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
6766
6767 * antlr-mode.el: Minor changes: tabs, hiding.
6768 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
6769 (antlr-action-visibility): Also allow value nil to also hide the
6770 braces. Renamed from `antlr-tiny-action-length'.
6771 Suggested by Jay@aol.com.
6772 (antlr-hide-actions): Change accordingly. Hide line if completely
6773 hidden action is on a line of its own.
e04d21aa 6774
6ad948eb
SM
67752000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6776
6777 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
6778
6779 * sort.el (sort-columns): Don't concat strings with numbers.
6780
9c6a4107
DL
67812000-11-29 Dave Love <fx@gnu.org>
6782
6783 * cus-edit.el (face): Fix :format.
6784
6785 * mail/feedmail.el: Require smtpmail when compiling.
6786 (mail-do-fcc): Autoload.
6787 (feedmail) <defgroup>: Fix :link.
6788 (feedmail-nuke-body-in-fcc): Fix :type.
6789 (feedmail-send-it): Add autoload cookie.
6790
053b8d35
SM
67912000-11-29 Stefan Monnier <monnier@cs.yale.edu>
6792
6793 * newcomment.el (comment-indent): Save excursion around call to
6794 comment-indent-function.
6795
242c13e8
MB
67962000-11-29 Miles Bader <miles@gnu.org>
6797
6798 * subr.el (member-ignore-case): Return the tail of the list who's
6799 car matches, like `member', not the matching element itself.
6800
8f4b5f28
KH
68012000-11-29 Kenichi Handa <handa@etl.go.jp>
6802
6803 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
6804 should not contain `\n'.
6805
bebe4a2c
GM
68062000-11-28 Gerd Moellmann <gerd@gnu.org>
6807
fd9ac94c 6808 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 6809
ba7e40eb
GM
6810 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
6811
75ab0c79
GM
6812 * dired-aux.el (dired-do-create-files): Construct default file
6813 name for dired-mark-read-file-name so that when the user enters
6814 just RET, the target file will end up in the target directory.
6815
bebe4a2c
GM
6816 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
6817 local-abbrev-table before changing buffers because it might
6818 have a buffer-local binding.
6819
fa6d1ca8
MB
68202000-11-28 Miles Bader <miles@gnu.org>
6821
6822 * simple.el (delete-horizontal-space): Handle fields more generally.
6823
8d2c2642
GM
68242000-11-28 Gerd Moellmann <gerd@gnu.org>
6825
6826 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
6827
8b31236d
DL
68282000-11-28 Dave Love <fx@gnu.org>
6829
3cbd02d2
DL
6830 * progmodes/ps-mode.el (ps-mode): Set comment-start and
6831 comment-start-skip locally.
6832
8b31236d
DL
6833 * progmodes/fortran.el (fortran-mode): Don't set
6834 fortran-comment-line-start-skip. Set comment-start to
6835 fortran-comment-line-start.
6836 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
6837 (fortran-comment-line-start-skip): Simplify slightly.
6838
ae4bf56d
GM
68392000-11-28 Gerd Moellmann <gerd@gnu.org>
6840
17ef7534
GM
6841 * play/5x5.el: Remove RCS keyword.
6842
fd9ac94c 6843 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 6844
665b27a6
GM
68452000-11-28 Milan Zamazal <pdm@freesoft.cz>
6846
83c9cb8e
SM
6847 * textmodes/tildify.el (tildify-string-alist):
6848 Add `plain-tex-mode' here.
665b27a6 6849
fe3c2ae3
GM
68502000-11-28 Colin Walters <walters@cis.ohio-state.edu>
6851
6852 * chistory.el (Command-history-setup): Remove extraneous `keymap'
6853 reference.
6854
d970106b
MB
68552000-11-28 Miles Bader <miles@gnu.org>
6856
36b80a0d
MB
6857 * cus-face.el (custom-face-attributes): Add post-filter function
6858 for :box. Make pre-filter function for :box handle all cases.
6859
d970106b
MB
6860 * wid-edit.el (widget-choose): Make sure pop-up window is large
6861 enough to display all the choices, as there's no way to scroll it.
6862
5a2bae6c
KH
68632000-11-28 Kenichi Handa <handa@etl.go.jp>
6864
6865 * international/mule-conf.el: Make the coding system no-conversion
6866 safe for all characters.
6867
9e836e23
DL
68682000-11-27 Dave Love <fx@gnu.org>
6869
8b31236d
DL
6870 * net/ldap.el (ldap) <defgroup>: Add :version.
6871
9e836e23
DL
6872 * tooltip.el (tooltip-use-echo-area): Doc fix.
6873
6874 * cus-start.el <minibuffer-prompt-properties>: Add version.
6875 <read-buffer-function>: Add.
6876
6877 * apropos.el (apropos-print): Add help-echo to active text.
6878
6879 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
6880
4a74d071
GM
68812000-11-27 Gerd Moellmann <gerd@gnu.org>
6882
6883 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
6884 type, group and version.
6885
76058c27
EZ
68862000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
6887
4a74d071 6888 * select.el (x-get-selection): Docstring fix.
76058c27 6889
fd9ac94c 68902000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 6891
fd9ac94c 6892 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 6893
49060c51
AI
68942000-11-27 Andrew Innes <andrewi@gnu.org>
6895
6896 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
6897
6898 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
6899
b2a8e429
MB
69002000-11-27 Miles Bader <miles@gnu.org>
6901
6902 * dired.el (dired-get-filename): Return filename verbatim if
6903 LOCALP is `verbatim'.
6904 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
6905 `verbatim' so that we don't inadvertently delete a non-existant
6906 directory name.
6907
5ac0366d
KH
69082000-11-27 Kenichi Handa <handa@etl.go.jp>
6909
6910 * international/characters.el: Specify cases and syntaxes for
6911 mule-unicode-0100-24ff.
6912
67f1cf4c
GM
69132000-11-27 Gerd Moellmann <gerd@gnu.org>
6914
6915 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
6916 that foreground and/or background colors of the face `tool-bar'
6917 are unspecified.
6918
46c56972
MB
69192000-11-27 Miles Bader <miles@gnu.org>
6920
e04d21aa 6921 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
6922 (widget-field-end): Handle widget field `pseudo-overlays'.
6923 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
6924 if it's there instead of in `widget-field-list'.
6925
46c56972 6926 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
6927 (help-make-xrefs): Delete extraneous newlines at the end of the
6928 docstring.
46c56972 6929
640a9cdd
JR
69302000-11-25 Jason Rumney <jasonr@gnu.org>
6931
6932 * startup.el (command-line): Call set-locale-environment after
6933 Window System init file is read, as it can result in a call to
6934 redraw-frame.
6935
0b3f96d4
EZ
69362000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
6937
6938 * simple.el (shell-command): Mention the effect of the prefix
6939 argument in the doc string.
6940
8da6e2a1
MB
69412000-11-25 Miles Bader <miles@gnu.org>
6942
a658d039
MB
6943 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
6944
8da6e2a1 6945 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 6946 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 6947
d3416cca
JR
69482000-11-24 Jason Rumney <jasonr@gnu.org>
6949
6950 * international/mule-cmds.el (locale-language-names): Add "jp" as
6951 a non-standard alternative for Japanese.
6952
17e37f53
AS
69532000-11-24 Andre Spiegel <spiegel@gnu.org>
6954
6955 * vc-hooks.el: Require 'cl during compilation.
6956
9aa5f148
GM
69572000-11-24 Gerd Moellmann <gerd@gnu.org>
6958
ba193890
GM
6959 * faces.el (face-set-after-frame-default): Let face attributes
6960 specified for new frames override frame parameters.
6961
9aa5f148
GM
6962 * startup.el (command-line): Fix computation of the source file
6963 for user-init-file when user-init-file is a compiled file.
6964
51a1edab
MB
69652000-11-24 Miles Bader <miles@gnu.org>
6966
e04d21aa 6967 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
6968 (custom-post-filter-face-spec): New functions.
6969 (custom-face-set, custom-face-value-create): Filter the face spec
6970 before and after customization.
6971 (custom-face-set): If VALUE specifies a null face, pass a
6972 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
6973 * cus-face.el (custom-face-attributes): Remove SET and GET
6974 functions. Add some IN-FILTER and OUT-FILTER functions in the few
6975 cases they're needed.
6976
1ed74431
MB
6977 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
6978 that it's distinguishable from the :off-glyph on dark-background
6979 displays. Set its background color too.
6980
67ee1125
MB
6981 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
6982 so that people can easily turn it off.
6983
7d027816 69842000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 6985
7d027816 6986 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 6987
9aa5f148 6988 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 6989
9aa5f148 6990 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 6991
9aa5f148 6992 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 6993 redundant skip-small-frames test.
e04d21aa 6994
9aa5f148 6995 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 6996 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 6997
9aa5f148
GM
6998 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
6999 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
7000 (viper-restore-cursor-type,viper-set-insert-cursor-type):
7001 New functions.
e04d21aa 7002
9aa5f148 7003 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 7004
9aa5f148 7005 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 7006
f07fa1b8
KH
70072000-11-24 Kenichi Handa <handa@etl.go.jp>
7008
83c9cb8e
SM
7009 * international/mule-diag.el (list-iso-charset-chars):
7010 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
7011 (list-non-iso-charset-chars): Fix the `while' condition.
7012
ba8299ff
SM
70132000-11-23 Stefan Monnier <monnier@cs.yale.edu>
7014
79372165
SM
7015 * subr.el (add-hook, remove-hook): Don't call make-local-hook
7016 if the variable is make-variable-buffer-local.
7017
83c9cb8e
SM
7018 * progmodes/ada-stmt.el (ada-template-map):
7019 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
7020 (ada-stmt-mode-hook): New function extracted from old code.
7021 Only change the buffer-local side of skeleton-*.
7022 (ada-mode-hook): Use it.
7023
68a887fa
EZ
70242000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7025
7026 * iswitchb.el (iswitchb-minibuf-depth): New variable.
7027 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
7028 we expect to be returned by minibuffer-depth once we prompt the
7029 user in the minibuffer.
7030 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
7031 as recorded in iswitchb-minibuf-depth, return non-nil.
7032
3b345582
EZ
70332000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
7034
7035 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
7036 (hscroll-window-maybe): Docstring fix.
7037
595dead2
DL
70382000-11-23 Dave Love <fx@gnu.org>
7039
7040 * rect.el (string-rectangle): Don't test delete-selection-mode.
7041
1e66b27a
GM
70422000-11-23 Gerd Moellmann <gerd@gnu.org>
7043
02790ce2
GM
7044 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
7045 is in the tool bar.
7046
1e66b27a 7047 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 7048 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 7049
a4caa65d
SM
70502000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7051
7052 * textmodes/outline.el (outline-flag-region):
7053 Don't bind inhibit-read-only since we don't modify the buffer.
7054 (outline-isearch-open-invisible): Don't jump to overlay-start
7055 since we're trying to unhide text around point.
7056 (outline-discard-overlays): Use dolist.
7057
7058 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
7059
03e757c1
GM
70602000-11-22 Gerd Moellmann <gerd@gnu.org>
7061
83c9cb8e 7062 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 7063
1598a961
SM
70642000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7065
7066 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
7067 Fix ARG regexp to skip quoted braces.
7068 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
7069 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
7070 are (correctly) handled separately).
7071 Remove `caption' and `footnote' from `citations': they contain text.
7072 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
7073 (latex-skeleton-end-hook): New function.
7074 (latex-mode): Use it.
7075 (tex-start-tex-marker): Remove.
7076 (tex-send-tex-command): Don't set tex-start-tex-marker.
7077 (tex-error-parse-syntax-table): New var.
7078 (tex-compilation-parse-errors): Use it.
7079 Ignore tex-start-tex-marker. Don't bother with marker-position.
7080 (tex-validate-buffer): Don't bother with marker-position.
7081
7082 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 7083 (flyspell-generic-progmode-verify): Use it.
1598a961 7084
eaae8106
SS
70852000-11-22 Sam Steingold <sds@gnu.org>
7086
83c9cb8e 7087 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 7088
eaae8106 7089 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 7090 `ada-remove-trailing-spaces'.
eaae8106 7091 (ada-remove-trailing-spaces): Removed.
e04d21aa 7092
eaae8106 7093 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 7094
1598a961
SM
7095 * textmodes/picture.el (picture-clean): Removed.
7096 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 7097
a41d49e9
GM
70982000-11-22 Gerd Moellmann <gerd@gnu.org>
7099
e053c60f
GM
7100 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
7101
a41d49e9
GM
7102 * hi-lock.el (hi-lock-refontify): Don't call non-existent
7103 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 7104 do anything special when jit-lock is active.
a41d49e9
GM
7105 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
7106
197615f3
DL
71072000-11-22 Dave Love <fx@gnu.org>
7108
ddbfaa9f
DL
7109 * calendar/todo-mode.el (todo-top-priorities): Use
7110 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
7111
ddc3c695
DL
7112 * language/chinese.el, language/cyrillic.el:
7113 * language/devanagari.el, language/ethiopic.el, language/greek.el:
7114 * language/hebrew.el, language/indian.el, language/japanese.el:
7115 * language/korean.el, language/lao.el, language/misc-lang.el:
7116 * language/thai.el, language/tibetan.el, language/vietnamese.el:
7117 Use provide.
7118
fb9fa98d
DL
7119 * cus-edit.el (custom-buffer-create-internal): Save some consing.
7120 (custom-variable-set): Improve validation error mesage.
7121
197615f3
DL
7122 * rect.el (string-rectangle): Revert last change.
7123 (string-rectangle-line): New arg DELETE.
7124 (string-rectangle): Check delete-selection-mode.
7125
7126 * emacs-lisp/edebug.el (edebug-version)
7127 (edebug-maintainer-address): Deleted.
7128 (edebug-submit-bug-report): Just alias to report-emacs-bug.
7129 (edebug-read-function): Account for other `'#' read forms.
7130 (edebug-mode-menus): Make some items toggles.
7131 (edebug-outside-unread-command-event, unread-command-event):
7132 Remove these to avoid warnings.
7133
f4117c4d
GM
71342000-11-22 David Ponce <david@dponce.com>
7135
7136 * recentf.el (recentf-menu-items-for-commands)
7137 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 7138 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 7139
f4117c4d
GM
7140 (recentf-build-dir-rules, recentf-dump-variable)
7141 (recentf-edit-list, recentf-open-files-item)
7142 (recentf-open-files): Replaced unnecessary `mapcar' with new
7143 built-in `mapc'.
eaae8106 7144
f8e2f3f2
MB
71452000-11-23 Miles Bader <miles@gnu.org>
7146
7147 * faces.el (menu): Make inverse-video on ttys too.
7148
4c4a541d
SM
71492000-11-22 Stefan Monnier <monnier@cs.yale.edu>
7150
7151 * simple.el (comment-line-break-function): Use the new name
7152 indent-new-comment-line -> comment-indent-new-line.
7153 (clone-indirect-buffer): Don't ignore NORECORD.
7154 (next-completion): Properly handle the case where items are adjacent.
7155
7156 * mouse.el (popup-menu): Stupid typo.
7157
980d836e
GM
71582000-11-22 Gerd Moellmann <gerd@gnu.org>
7159
60e8e0a5
GM
7160 * emacs-lisp/authors.el: Remove autoload cookies, add author,
7161 maintainer, keywords tags.
7162
980d836e
GM
7163 * rect.el (replace-rectangle): Don't call string-rectangle-line
7164 with too many arguments.
7165
e08b2069
AS
71662000-11-22 Andre Spiegel <spiegel@gnu.org>
7167
60e8e0a5 7168 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 7169 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
7170 vc-locking-user, which no longer exists.
7171
7172 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
7173
c6779d8d
DL
71742000-11-22 Dave Love <fx@gnu.org>
7175
7176 * md5.el (md5): Provide.
7177 (md5): Fix error call.
7178
e672fdce
MB
71792000-11-22 Miles Bader <miles@gnu.org>
7180
eaae8106 7181 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
7182 (refill-fill-paragraph-at): Remove debugging code.
7183
80e24c04
MB
7184 * calendar/calendar.el (generate-calendar-window): When we don't
7185 call `fit-window-to-buffer', make sure the top line is fully visible.
7186
3a17d6cc
MB
7187 * image-file.el (insert-image-file): Don't make `read-only'
7188 property rear-nonsticky.
7189
ae1a21c6
MB
7190 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
7191 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
7192 stashing away its original value.
7193 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
7194 in the recursive edit.
7195 Bind `isearch-original-minibuffer-message-timeout' to protect it.
7196 (isearch-done): Restore `minibuffer-message-timeout'.
7197
e672fdce
MB
7198 * cus-start.el: Remove entry for `mode-line-inverse-video'.
7199
3ea79df8
SM
72002000-11-21 Stefan Monnier <monnier@cs.yale.edu>
7201
7202 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
7203
7204 * find-lisp.el (find-lisp-find-files-internal):
7205 Use dolist, when and file-name-as-directory.
7206
980d836e 7207 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
7208 (define-derived-mode, define-minor-mode): Add specs.
7209
7210 * window.el: General comment and spacing fixes.
7211 (save-selected-window): Use backquotes.
7212 (window-safely-shrinkable-p): New function.
7213 (shrink-window-if-larger-than-buffer): Use it.
7214
7215 * subr.el (make-local-hook): Docstring fix.
7216
7217 * shell.el (shell-mode): Use define-derived-mode.
7218
7219 * newcomment.el (comment-indent): Insert comment before calling
7220 comment-indent-function. Don't insert in column 0.
7221 (comment-dwim): Indent before inserting comment.
7222
7223 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
7224 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
7225 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
7226 Use mapc rather than map.
7227
7228 * files.el (find-buffer-visiting): Compare all attributes before
7229 declaring two files identical (rather than just their inode-no).
7230 (auto-mode-alist): Use \' rather than $.
7231
7232 * which-func.el: Update maintainer line.
7233
7234 * pcvs.el (uniquify-buffer-file-name): Remove advice.
7235 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
7236 (uniquify-buffer-file-name): Use it.
7237
8f62f2b8
MB
72382000-11-22 Miles Bader <miles@gnu.org>
7239
7240 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
7241 * simple.el (minibuffer-avoid-prompt): New function.
7242
fb279a6d
GM
72432000-11-21 Gerd Moellmann <gerd@gnu.org>
7244
7245 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
7246
867092e9
MB
72472000-11-21 Miles Bader <miles@gnu.org>
7248
ef860850
MB
7249 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
7250 inclusion of `track-mouse'.
7251
867092e9
MB
7252 * textmodes/refill.el (refill-ignorable-overlay): New variable.
7253 (refill-adjust-ignorable-overlay): New function.
7254 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
7255 only the paragraph's tail if possible.
7256 Update `refill-ignorable-overlay'.
7257 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
7258
7259 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7260 point inside the fill-prefix.
7261
7262 * textmodes/refill.el (refill-post-command-function): Don't reset
7263 refill-doit in the case where a self-insertion command doesn't
7264 case a refill. Use `refill-fill-paragraph-at', getting position
7265 from `refill-doit'.
7266 (refill-after-change-function): Set `refill-doit' to END.
7267 (refill-fill-paragraph-at): New function, mostly from old
7268 refill-fill-paragraph.
7269 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
7270 (refill-pre-command-function): New function.
7271 (refill-mode): Add it to `pre-command-hook'.
7272
ff9ab414
GM
72732000-11-20 Gerd Moellmann <gerd@gnu.org>
7274
29a01b72
GM
7275 * textmodes/artist.el (artist-mode): Fix autoload cookie.
7276
ff9ab414
GM
7277 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
7278 javadoc tags.
eaae8106 7279
885b211b
AS
72802000-11-20 Andre Spiegel <spiegel@gnu.org>
7281
7282 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
7283 vc.el).
7284
eaae8106 7285 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 7286 require vc.
eaae8106
SS
7287
7288 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 7289 checkouts.
eaae8106 7290
d1838556
DL
72912000-11-20 Dave Love <fx@gnu.org>
7292
7293 * Makefile.in (DONTCOMPILE): Omit bindings.el.
7294
2b69bc11 72952000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 7296
2b69bc11
GM
7297 * calculator.el (calculator-paste): Use `if' instead of `and'
7298 and `or'.
7299 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 7300
b95b34e5
GM
73012000-11-19 Gerd Moellmann <gerd@gnu.org>
7302
030de92f
GM
7303 * info.el (info-menu-5): Doc fix.
7304
b95b34e5
GM
7305 * textmodes/artist.el: New file.
7306
54970452
AS
73072000-11-19 Andre Spiegel <spiegel@gnu.org>
7308
eaae8106 7309 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
7310 and differentiate according to checkout model.
7311 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
7312 since this function is only concerned with master state.
7313
83c9cb8e
SM
7314 * vc-hooks.el (vc-workfile-unchanged-p)
7315 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 7316
83c9cb8e
SM
7317 * vc.el (vc-workfile-unchanged-p)
7318 (vc-default-workfile-unchanged-p): See above.
54970452 7319
e5a9dabf
MB
73202000-11-19 Miles Bader <miles@gnu.org>
7321
7322 * image-file.el (insert-image-file): Make `intangible' and
7323 `read-only' properties rear-nonsticky too.
7324
24127af0
GM
73252000-11-18 Gerd Moellmann <gerd@gnu.org>
7326
d392e9c5 7327 * ps-print.el: Update copyright notice.
eaae8106 7328
d392e9c5
GM
7329 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
7330 (tooltip-show): Use the offsets.
7331
24127af0 7332 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 7333 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
7334 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
7335
2b69bc11 73362000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 7337
2b69bc11
GM
7338 * ps-print.el (toplevel): Test for find-coding-system being
7339 fboundp before calling ps-x-find-coding-system.
08ea6f17 7340
66321b2f
SM
73412000-11-16 Stefan Monnier <monnier@cs.yale.edu>
7342
7343 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
7344 (vc-version-backup-file): Docstring fix.
7345
046110c6
GM
73462000-11-16 Gerd Moellmann <gerd@gnu.org>
7347
4104194e
GM
7348 * files.el (basic-save-buffer): Don't add a newline if
7349 find-file-literally is non-nil.
7350 (find-file-literally): Extend doc string.
7351
046110c6
GM
7352 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
7353 sort(1) with the `-f' argument.
7354
6505c16e
AS
73552000-11-16 Andre Spiegel <spiegel@gnu.org>
7356
fd063975
AS
7357 * vc.el: Updated backend documentation.
7358 (vc-default-check-headers): New function.
7359
3d02dd81 7360 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
7361
7362 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 7363 up-to-date.
eaae8106 7364 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 7365 the minibuffer is not active.
fd063975 7366
eaae8106 7367 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 7368 `vc-cvs-use-edit' is on.
eaae8106
SS
7369 (vc-cvs-checkout): When this is used for reverting the workfile,
7370 make a backup of the original contents and revert to that in case
8791d617 7371 of error.
eaae8106 7372 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 7373 remote repositories.
eaae8106 7374
6505c16e
AS
7375 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
7376 for both version and ratio in the minibuffer.
fd063975 7377
eaae8106 7378 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 7379 Use vc-do-command to perform the annotation, not call-process.
6505c16e 7380
a13f0660
KH
73812000-11-16 Kenichi Handa <handa@etl.go.jp>
7382
7383 * international/quail.el (quail-start-translation): Don't call
7384 `message' before reading key sequence.
7385
1389a414
MB
73862000-11-16 Miles Bader <miles@lsi.nec.co.jp>
7387
7388 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
7389
9256a532
KH
73902000-11-16 Kenichi Handa <handa@etl.go.jp>
7391
7392 * window.el (fit-window-to-buffer): Be sure to acquire at least
7393 one text line even if the buffer is empty.
7394
0e14fe9f
GM
73952000-11-16 Gerd Moellmann <gerd@gnu.org>
7396
eaae8106 7397 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
7398 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
7399 Bind ange-ftp-process-verbose to nil.
0e14fe9f 7400
da645c53
DL
74012000-11-15 Dave Love <fx@gnu.org>
7402
83c9cb8e
SM
7403 * wid-edit.el (widget-specify-field, widget-specify-button):
7404 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
7405 widget-mouse-help.
7406 (widget-mouse-help): New function.
7407 (widget-echo-help): Rewritten for :help-echo functions only taking
7408 a widget arg.
7409
83c9cb8e
SM
7410 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
7411 Use display-graphic-p.
b12057b9
DL
7412 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
7413 and that JPEG is available.
7414 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
7415
da645c53
DL
7416 * international/mule-cmds.el (locale-charset-language-names):
7417 Match @euro.
7418
6d133d1f
GM
74192000-11-15 Gerd Moellmann <gerd@gnu.org>
7420
83c9cb8e
SM
7421 * faces.el (face-set-after-frame-default):
7422 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
7423 default face from X resources.
7424
49ac2ac5
EZ
74252000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7426
7427 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
7428 Don't set EMACSLOADPATH.
7429
4fb0a34c
EZ
74302000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
7431
7432 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
7433 texinfo-insert-@url.
7434 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
7435 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
7436
bb304a7a
SM
74372000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7438
82bc80bf
SM
7439 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
7440 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
7441 (checkdoc-minor-keymap): Backward compatibility.
7442 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
7443 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
7444 (checkdoc-this-string-valid-engine): Be a bit more strict
7445 to avoid matching substrings of `...' quoted vars/funs.
7446 (checkdoc-defun-info): Only look for `interactive' if alone.
7447 (debug-ignored-errors): Add "arg doesn't appear in docstring".
7448
e8c87124
SM
7449 * progmodes/compile.el (grep): `tag-default' can be nil.
7450
bb304a7a
SM
7451 * newcomment.el (comment-indent): Paren typo.
7452
8628686a
DL
74532000-11-14 Dave Love <fx@gnu.org>
7454
25c269ef
DL
7455 * calculator.el: New maintainer version.
7456
66321b2f 7457 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 7458
8628686a
DL
7459 * cmuscheme.el: Doc fixes.
7460 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 7461 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
7462
7463 * xscheme.el (scheme-program-name): Don't define here.
7464
7465 * progmodes/scheme.el (scheme-program-name): New variable
7466 (originally in cmuscheme).
7467
88f0a1eb
MB
74682000-11-14 Miles Bader <miles@gnu.org>
7469
7470 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
7471 Handle header-lines. Don't loop forever if we can't enlarge the
7472 window anymore. Simplify a bit.
7473
cd9a000c
KH
74742000-11-14 Kenichi Handa <handa@etl.go.jp>
7475
7476 * window.el (fit-window-to-buffer): Don't check
7477 window-text-height. Assure that the last line is fully visible.
7478
83c9cb8e
SM
7479 * international/quail.el (quail-show-guidance-buf):
7480 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
7481 buffer.
7482 (quail-update-guidance): Avoid making the guidance buffer shorter.
7483
d3fcda22
SM
74842000-11-14 Stefan Monnier <monnier@cs.yale.edu>
7485
bdbd9606
SM
7486 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
7487 rather than `prepend' and add an interesting comment.
7488 (tex-math-face, tex-font-lock-syntactic-face-function):
7489 New face and function to use it.
7490 (tex-define-common-keys, tex-mode-map): Use menu-item rather
7491 than `menu-enable' symbol property.
7492 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
7493 (tex-mode): Add some latex-mode commands for auto-selection.
7494 Use tex-font-lock-syntactic-face-function.
7495 (tex-insert-quote): Simplify.
7496 (tex-shell): New mode.
7497 (tex-start-shell): Use it.
7498 (tex-shell-proc, tex-shell-buf): New functions.
7499 (tex-send-command): Use it.
7500 (tex-main-file): Fix the meaning of the new arg REALFILE.
7501 (tex-send-tex-command): New function split from `tex-start-tex'.
7502 Set compilation-last-buffer and compilation-parsing-end.
7503
d3fcda22
SM
7504 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
7505 when it follows non-comment text on the line.
7506
7507 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7508 Set font-lock-defaults.
7509 (lisp-mode-shared-map): Init inside the defvar.
7510 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
7511 Use define-derived-mode.
7512
bdab1d43
MB
75132000-11-14 Miles Bader <miles@lsi.nec.co.jp>
7514
7515 * faces.el (header-line): Use `:box nil' for color/gs displays too.
7516
936ae731
GM
75172000-11-14 Gerd Moellmann <gerd@gnu.org>
7518
83c9cb8e
SM
7519 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
7520 Don't recursively optimize body because that can lead to infinite
936ae731
GM
7521 recursion; see comment there.
7522
1695ca2b
EZ
75232000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
7524
7525 * faces.el (face-spec-set-match-display): Revert the change from
7526 2000-10-24. Add a FIXME for after v21.1.
7527
9d348294
MB
75282000-11-13 Miles Bader <miles@gnu.org>
7529
7530 * textmodes/fill.el (skip-line-prefix): New function.
7531 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
7532 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
7533 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
7534 point inside the fill-prefix.
9d348294 7535
b85fa13c
MB
75362000-11-13 Miles Bader <miles@lsi.nec.co.jp>
7537
83c9cb8e
SM
7538 * calendar/calendar.el (generate-calendar-window):
7539 Use `fit-window-to-buffer'.
b85fa13c 7540
a0b47716
SM
75412000-11-12 Stefan Monnier <monnier@cs.yale.edu>
7542
7543 * gud.el (gud-minor-mode): New var.
7544 (gud-symbol, gud-val): New functions.
7545 (gud-find-file): Copy gud-minor-mode to the new buffer.
7546 (gud-menu-map): Include entries for commands that are not always
7547 available, using :enable to (de)activate them.
7548 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
7549 (gud-mode-map): New map.
eaae8106 7550 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
7551 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
7552 Don't set up gud's menu (it's done by the minor-mode).
7553 (gud-minibuffer-local-map): New.
7554 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
7555 (gud-query-cmdline): New function.
7556 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
7557 (gud-mode): Use define-derived-mode.
7558 Don't set up gud's menu (it's done by the minor-mode).
7559 (gud-chop-words): Remove.
7560 (gud-common-init): Use split-string instead.
7561 (gud-new-keymap, gud-make-debug-menu): Eradicate.
7562
7563 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
7564 Add keyword arg :name.
7565
7566 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
7567 (diff-count-matches, diff-split-hunk): New functions.
7568 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
7569
7570 * pcvs-info.el (cvs-fi-conflict-face): New var.
7571
7572 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
7573 Make it into a simple syntax-table, shared among all submodes.
7574 (sh-heredoc-face): Re-introduce.
7575 (sh-font-lock-syntactic-face-function): New function.
7576 (sh-mode): Use it. Also use define-derived-mode.
7577 Remove old bogus setting of indent-region-function.
7578 (sh-set-shell): Don't set the syntax-table any more.
7579 (sh-mode-syntax-table) <defun>: Remove.
7580
f5ed37df
MB
75812000-11-12 Miles Bader <miles@gnu.org>
7582
7583 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
7584 message if interactive.
7585
0b074c2f
DL
75862000-11-12 Dave Love <fx@gnu.org>
7587
7588 * mail/feedmail.el: Fix header,
7589 (feedmail) <defgroup>: Add :link.
7590
7591 * view.el: Use local-map property, not keymap on mode-line string.
7592
83c9cb8e
SM
7593 * scroll-all.el (scroll-all-mode): Customize variable.
7594 Add autoload cookie to function.
0b074c2f
DL
7595
7596 * lazy-lock.el: Remove compatibility code.
7597
7598 * finder.el (finder-known-keywords): Add `files', remove `vms'.
7599 (finder-help-echo): New variable.
7600 (finder-mouse-face-on-line): Add help-echo stuff.
7601 (finder-list-keywords, finder-list-matches): Use mapc.
7602
7603 * faces.el (face-font-registry-alternatives): Add :version.
7604
7605 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
7606 tags-table-list.
7607
a0b47716 7608 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 7609
a0b47716 7610 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
7611 (mail-mode): Use [:alnum:] in some regexps.
7612
6d502396
DL
76132000-11-10 Dave Love <fx@gnu.org>
7614
7615 * ediff.el (ediff-regions-internal, ediff-documentation):
7616 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
7617 fundamental mode.
7618
7619 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
7620 buffer into fundamental mode.
7621 (ediff-set-difference): Use copy-sequence if available.
7622
83c9cb8e
SM
7623 * ediff-ptch.el (ediff-dispatch-file-patching-job):
7624 Check ediff-patch-map non-nil.
6d502396
DL
7625 (ediff-fixup-patch-map, ediff-fixup-patch-map)
7626 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
7627 buffer into fundamental mode.
7628
7629 * ediff-merg.el (state-or-merge): Defvar when compiling.
7630
a82fe213
JR
76312000-11-10 Jason Rumney <jasonr@gnu.org>
7632
7633 * w32-fns.el (w32-add-charset-info): New function.
7634 (w32-charset-info-alist): Use it.
7635
52d89894
GM
76362000-11-10 Gerd Moellmann <gerd@gnu.org>
7637
7638 * faces.el (face-font-registry-alternatives): New user-option.
7639
178932de
SM
76402000-11-10 Stefan Monnier <monnier@cs.yale.edu>
7641
d7fa3319
SM
7642 * textmodes/texinfo.el (texinfo-block-default): New var.
7643 (texinfo-insert-block): Use it. Insert a newline if needed.
7644
178932de
SM
7645 * textmodes/fill.el (fill-indent-according-to-mode): New var.
7646 (fill-region-as-paragraph): Use it.
7647
7648 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
7649 (latex-mode): Tweak tex-*-(head|trail)er regexps.
7650 Tweak paragraph regexps to allow a leading [ \t]*.
7651 (tex-latex-block): Insert a newline if necessary.
7652 (latex-insert-item): Only insert a newline if necessary.
7653 (tex-guess-main-file): New function.
7654 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
7655 Set tex-main-file if TeX-master is provided.
7656 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
7657
bd02b8e0
GM
76582000-11-10 Gerd Moellmann <gerd@gnu.org>
7659
7660 * startup.el (command-line): Set the default tooltip-mode
7661 to t for graphical displays which implement x-show-tip.
7662
7663 * tooltip.el (tooltip-mode): Add a comment about startup.el
7664 setting the default value of this user-option.
7665
b29b03eb
SM
76662000-11-09 Stefan Monnier <monnier@cs.yale.edu>
7667
7668 * font-lock.el (font-lock-*-face) <defvar>: Move.
7669 (font-lock-defaults-alist): Mark obsolete.
7670 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
7671 (font-lock-mode): Use define-minor-mode.
7672 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
7673 (font-lock-turn-off-thing-lock): Be more explicit.
7674 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
7675 (font-lock-syntactic-face-function): New var.
7676 (font-lock-fontify-syntactically-region): Use it.
7677 (font-lock-doc-face): New.
7678
7679 * pcvs.el (cvs-enabledp): Ignore errors.
7680 (cvs-commit-filelist): Never query.
7681 (cvs-mode-insert): Always add a terminating / in the initial prompt.
7682 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
7683 (cvs-do-removal): Use cvs-partition rather than delete-if.
7684 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
7685 cvs-bury-buffer.
7686
7687 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7688 Allow `next' to jump to after the end of the last match.
7689
778fbc46
GM
76902000-11-09 Gerd Moellmann <gerd@gnu.org>
7691
730c746c
GM
7692 * simple.el (byte-compiling-files-p): New function.
7693
7694 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
7695 if it is there.
7696
7697 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
7698 nil again.
7699
778fbc46
GM
7700 * textmodes/ispell.el (ispell-library-path): Don't call
7701 check-ispell-version when byte-compiling because that starts
7702 an ispell process, and ispell might not be installed.
7703 (toplevel): Don't set up a menu when byte-compiling.
7704
7705 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
7706 it, so that a boundp test can be used to determine if we're
7707 currently byte-compiling.
7708
5912c5bb
DL
77092000-11-09 Dave Love <fx@gnu.org>
7710
83c9cb8e 7711 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 7712
7bb054a5
GM
77132000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7714
83c9cb8e
SM
7715 * ps-print.el: Patch for variable initialization when spooling.
7716 Doc fix.
7bb054a5
GM
7717 (ps-output-list): Fun eliminated.
7718 (ps-begin-file, ps-begin-job): Code fix.
7719
9db2706e
DL
77202000-11-08 Dave Love <fx@gnu.org>
7721
83c9cb8e 7722 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 7723
f7eb32aa
GM
77242000-11-08 Gerd Moellmann <gerd@gnu.org>
7725
7726 * simple.el (shell-command, display-message-or-buffer)
7727 (shell-command-on-region): Mention resize-mini-windows in the doc
7728 string.
7729 (display-message-or-buffer): Take the value of resize-mini-windows
7730 into account.
7731
7b01b08c
GM
77322000-11-07 Gerd Moellmann <gerd@gnu.org>
7733
acad3c0b
GM
7734 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
7735
7b01b08c
GM
7736 * dired.el (dired-between-files): Add `^. find' as an alternative
7737 to the regular expression, for find-dired.
7738
6f602bd0
SM
77392000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7740
7741 * textmodes/texnfo-upd.el: Require texinfo.
7742 (defmacro, defgroup): Remove.
7743 (texinfo-section-to-generic-alist): Remove.
7744 Use texinfo-section-list instead (i.e. level is changed string->int).
7745 (texinfo-filter): New function.
7746 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
7747 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
7748 Use it. And use regexp-opt.
7749 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
7750 (texinfo-update-menu-region-beginning)
7751 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
7752 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
7753 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 7754 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
7755 (texinfo-sequential-node-update): Remove autoload cookie.
7756
7757 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
7758 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
7759 (texinfo-chapter-level-regexp): Remove.
7760 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
7761
bb216218
DL
77622000-11-06 Dave Love <fx@gnu.org>
7763
6f602bd0 7764 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 7765
6f602bd0
SM
7766 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7767 Match defun*.
bb216218 7768
ff8dd5d5
KH
77692000-11-06 Kenichi Handa <handa@etl.go.jp>
7770
7771 * composite.el (composition-function-table): Variable declaration
7772 moved to src/composite.c.
7773 (compose-chars-after): New optional arg object.
7774
e9da51a1
GM
77752000-11-06 Gerd Moellmann <gerd@gnu.org>
7776
e0c12c68
GM
7777 * bindings.el (mode-line-toggle-read-only)
7778 (mode-line-toggle-modified, mode-line-widen)
7779 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
7780 (make-mode-line-mouse2-map): Rewritten.
7781 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
7782 functions so that C-h k can show something with a doc string.
eaae8106 7783
e9da51a1
GM
7784 * startup.el (fancy-splash-delay): Set to 10 seconds.
7785 (fancy-splash-max-time): New user-option.
7786 (fancy-splash-stop-time): New variable.
7787 (fancy-splash-screens): Set it. Catch `stop-splashing'.
7788 (fancy-splash-screens-1): Throw `stop-splashing' when current
7789 time is greater than fancy-splash-stop-time.
7790
611dbdf0
SM
77912000-11-06 Stefan Monnier <monnier@cs.yale.edu>
7792
4d2806e2
SM
7793 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
7794
611dbdf0
SM
7795 * pcvs.el (cvs-mode-marked): New arg `noquery'.
7796 Prompt user for a file rather than raising an error.
7797 (cvs-enabledp): Fix call to cvs-mode-marked.
7798 (cvs-insert-file): New function (extracted from cvs-mode-insert).
7799 (cvs-mode-insert): Use it. Change the init prompt' value.
7800 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
7801
7802 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
7803 Don't pass default arg to ewoc-locate.
7804 (ewoc-collect): Return result in the right order.
7805
7806 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
7807
7808 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
7809 (cvs-status-get-tags): Fix regexp.
7810 (cvs-status-trees, cvs-status-cvstrees):
7811 Combine after change hooks and don't sit-for.
4d2806e2
SM
7812 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
7813 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
7814 Use make-char rather than hard-coded cryptic data.
7815 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
7816
7817 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
7818
7819 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
7820 (cvs-insert-strings): New function.
7821
937b2877
MB
78222000-11-06 Miles Bader <miles@lsi.nec.co.jp>
7823
7824 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
7825 `mwheel-scroll-amount'.
7826 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
7827 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
7828 string-matching against the version string.
7829
c6c97763
KH
78302000-11-06 Kenichi Handa <handa@etl.go.jp>
7831
6eaec747
KH
7832 * language/thai.el ("Thai"): Set a lisp form that produces
7833 composed string in `sample-text' language info.
7834
7835 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
7836 composed string in `sample-text' language info.
7837
83c9cb8e
SM
7838 * international/mule-cmds.el (describe-language-environment):
7839 Eval `sample-text' data and insert the result.
6eaec747 7840
c6c97763
KH
7841 * international/mule-conf.el (compound-text): Define this coding
7842 system here. Make x-ctext and ctext aliases of it.
7843
7844 * language/european.el (compound-text, ctext): Moved to
7845 international/mule-conf.el.
7846
d1145f85
AI
78472000-11-05 Andrew Innes <andrewi@gnu.org>
7848
7849 * w32-fns.el (w32-version): New function.
7850
178a6a45
SM
78512000-11-05 Stefan Monnier <monnier@cs.yale.edu>
7852
7853 * progmodes/awk-mode.el: Update copyright.
7854 (awk-mode-abbrev-table): Remove.
7855 (awk-font-lock-keywords): Use regexp-opt.
7856 (awk-mode): Use define-derived-mode.
7857
7858 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
7859 when extracting a suffix.
7860
1ba90166
AS
78612000-11-04 Andre Spiegel <spiegel@gnu.org>
7862
7863 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
7864 auto-save-mode.
7865
546790cb
JR
78662000-11-04 Jason Rumney <jasonr@gnu.org>
7867
7868 * language/european.el (decode-mac-roman): Test against r1 not r0.
7869
d247e32d
SM
78702000-11-03 Stefan Monnier <monnier@cs.yale.edu>
7871
fbf44f44
SM
7872 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
7873 (icon-mode): Define indent-line-function.
7874 (icon-comment-indent): Simplify.
7875 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
7876
7877 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
7878
7879 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
7880 Bind change-log-default-mode to defeat the caching done on it.
7881 Don't bother saving excursion any more.
7882
7883 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
7884
7885 * frame.el (after-setting-font-hook): Rename hooks -> hook.
7886 (set-frame-font): Use the new name (and the old for compatibility).
7887
eaae8106
SS
7888 * toolbar/tool-bar.el (tool-bar-mode):
7889 * time.el (display-time-mode):
7890 * recentf.el (recentf-mode):
7891 * paren.el (show-paren-mode):
7892 * mwheel.el (mouse-wheel-mode):
7893 * msb.el (msb-mode):
7894 * jka-compr.el (auto-compression-mode):
7895 * image-file.el (auto-image-file-mode):
7896 * hl-line.el (hl-line-mode):
7897 * delsel.el (delete-selection-mode):
7898 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
7899 * complete.el (partial-completion-mode): Drop unneeded positional args.
7900
eaae8106 7901 * info.el (Info-mode):
79372165 7902 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 7903
d247e32d
SM
7904 * log-edit.el (log-edit-menu): New menu.
7905
4921558e
MB
79062000-11-03 Miles Bader <miles@gnu.org>
7907
7908 * wid-edit.el (widget-end-of-line): Reinstate, with a new
7909 definition, so that trailing spaces are handled properly.
7910 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
7911
1fc02b3c
GM
79122000-11-03 Gerd Moellmann <gerd@gnu.org>
7913
7914 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
7915 tab character.
7916 (fancy-splash-screens): Set tab-width to 20.
7917
51d001f7
DL
79182000-11-03 Dave Love <fx@gnu.org>
7919
7920 * comint.el (comint-completion-addsuffix): Fix custom type.
7921
ba22aeff
SM
79222000-11-02 Stefan Monnier <monnier@cs.yale.edu>
7923
7924 * font-lock.el (font-lock-buffers): Remove.
7925 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
7926 (font-lock-change-major-mode): Remove.
7927 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
7928 (font-lock-default-fontify-region): Extend the multiline
7929 fontification to whole lines.
7930 (font-lock-fontify-anchored-keywords)
7931 (font-lock-fontify-keywords-region): If matching just one
7932 line (with \n) only mark the \n as multiline.
7933
7934 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
7935 Correctly handle the case where several :group args are supplied.
7936 Allow :extra-args.
7937 (easy-mmode-define-global-mode): Allow :extra-args.
7938 Correctly handle the case where several :group args are supplied.
7939
9c887ada
MB
79402000-11-02 Miles Bader <miles@gnu.org>
7941
eaae8106 7942 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
7943 (holiday-face): Remove dependency on `window-system'.
7944
7f25090d
KR
79452000-11-02 Ken Raeburn <raeburn@gnu.org>
7946
7947 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 7948 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 7949 (compile-files): Bomb out if compilation of a file fails.
7f25090d 7950
7dd6009c
DL
79512000-11-02 Dave Love <fx@gnu.org>
7952
7953 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
7954
94821e4f
EZ
79552000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
7956
7957 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
7958 punctuation in the warning inserted into the *mail* buffer.
7959
1ac3fc42
GM
79602000-11-02 Gerd Moellmann <gerd@gnu.org>
7961
57731876
GM
7962 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
7963 (authors-public-domain-p): New function.
7964 (authors-print): Use it.
7965
975f82c9
GM
7966 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
7967
1ac3fc42
GM
7968 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
7969
4b3eb10f
GM
79702000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7971
975f82c9 7972 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
7973 (ps-print-version): New version number (6.3.1).
7974 (ps-even-or-odd-pages): Customization fix.
7975 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
7976 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
7977 (ps-page-count): Var replaced by `ps-page-column'.
7978 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
7979 (ps-print-sheet-p): New fun.
7980
7da794df
MB
79812000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7982
7983 * tooltip.el (tooltip-gud-tips-setup): New function.
7984 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
7985 (tooltip-mode): Call tooltip-gud-tips-setup.
7986 (tooltip-gud-tips): Use `gud-basic-call' instead of
7987 process-send-string, so the prompt gets frobbed appropriately.
7988 Handle nil return value from `tooltip-gud-print-command'.
7989
0e40b809
EL
79902000-11-01 Eric M. Ludlam <zappo@ultranet.com>
7991
7992 * comint.el (comint-add-to-input-history): New function.
7993 (comint-send-input): Use `comint-add-to-input-history'.
7994
50ada0db
MB
79952000-11-02 Miles Bader <miles@lsi.nec.co.jp>
7996
973a3104
MB
7997 * info.el (info-menu-header): New face.
7998 (Info-fontify-menu-headers): New function.
7999 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
8000
50ada0db
MB
8001 * info.el (Info-insert-dir): Don't include blank lines at
8002 beginning of additional dir files (one is added automatically).
8003
bff53411
SM
80042000-11-01 Stefan Monnier <monnier@cs.yale.edu>
8005
8006 * emacs-lisp/easy-mmode.el (define-minor-mode):
8007 Revert the latest changes.
8008 Allow the three positional arguments to be skipped and replaced
8009 by keyword arguments.
8010 Add a :toggle argument to determine whether a nil arg means toggle
8011 or means turn-on. The default is unchanged.
8012 Add a call to force-mode-line-update.
8013
6b8a0b2d
DL
80142000-11-01 Dave Love <fx@gnu.org>
8015
83c9cb8e 8016 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 8017
5bf99100
MB
80182000-11-01 Miles Bader <miles@lsi.nec.co.jp>
8019
83c9cb8e
SM
8020 * calendar/calendar.el (diary-face, holiday-face):
8021 Add dark-background variants.
5bf99100 8022
a4032611
SS
80232000-10-31 Sam Steingold <sds@gnu.org>
8024
8025 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
8026 `tex-main-file' does not have directory in it.
8027
c286608e
SM
80282000-10-31 Stefan Monnier <monnier@cs.yale.edu>
8029
8030 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
8031
4836835a
TTN
80322000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
8033
8034 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
8035 functional change.
8036
26dcb81b
GM
80372000-10-31 Gerd Moellmann <gerd@gnu.org>
8038
8039 * files.el (find-file-noselect): When we expand a wildcard, return
8040 a list of buffers, as we should do according to the doc string.
8041
49fc4500
KR
80422000-10-31 Ken Raeburn <raeburn@gnu.org>
8043
8044 * loadup.el (top level): Adjust load path if program name is
8045 "../src/bootstrap-emacs", in case it's not dumped and thus the
8046 load path adjustment hasn't already been done.
8047
ea0c615d
GM
80482000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8049
83c9cb8e
SM
8050 * ps-print.el: Fix bug on selected pages for printing.
8051 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
8052 is on. Try to avoid warning messages when compiling. Doc Fix.
8053 (ps-print-version): New version number (6.3).
8054 (ps-color-device): Use `color-values' to determine if device
8055 supports color.
8056 (ps-color-values): Try to use `x-color-values' when using XEmacs.
8057 (ps-print-page-p): Changed from defsubst to defun.
8058 (ps-page-number): Changed from defmacro to defun.
8059 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
8060 printing.
c286608e 8061 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
8062 (ps-end-file, ps-dummy-page): Funs eliminated.
8063 (ps-print-color-scale): Changed default value.
8064 (ps-page-n-up, ps-print-page-p): New internal vars.
8065 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
8066 (ps-plot-region, ps-generate, ps-end-job): Code fix.
8067
9e20722f
GM
8068 * delim-col.el: Little programming improvement.
8069 (delimit-columns-str): New macro.
8070 (delimit-columns-region, delimit-columns-rectangle): Code fix.
8071
d7a0fd00
KH
80722000-10-31 Kenichi Handa <handa@etl.go.jp>
8073
c286608e
SM
8074 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
8075 Moved to european.el.
d7a0fd00
KH
8076 (ccl-encode-mac-roman-font, fontset-mac): Modified for
8077 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
8078 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
8079 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 8080
234be340
DL
80812000-10-30 Dave Love <fx@gnu.org>
8082
8083 * progmodes/cc-menus.el (imenu-generic-expression)
8084 (imenu-progress-message): Only defvar when compiling.
8085
4edc4a39
DL
8086 * emacs-lisp/elp.el (elp-unload-hook): New function.
8087
8088 * loadhist.el (unload-feature): Call elp-restore-function,
8089 checking for symbols; don't use elp-restore-all.
8090 (loadhist-hook-functions): Doc fix.
8091
70c825df
SM
80922000-10-30 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * log-edit.el (log-edit-confirm): Fix the default.
8095
1d3baf74
GM
80962000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8097
8098 * delim-col.el: Little fix: replace delimit-columns-align-columns by
8099 delimit-columns-format.
8100 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 8101
1ec321a7
MB
81022000-10-30 Miles Bader <miles@lsi.nec.co.jp>
8103
8104 * comint.el (comint-replace-by-expanded-history): Don't use
8105 comint-get-old-input (we're not looking at *old* input).
8106 (comint-get-old-input-default): If using fields, signal an error
8107 when the point is not in an input field.
8108
70737ea9
KH
81092000-10-30 Kenichi Handa <handa@etl.go.jp>
8110
8111 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
8112 and mule-unicode-e000-ffff.
8113
fa0cb51d 8114 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
8115 (make-coding-system): Accept a symbol of translation table as a
8116 value of property `safe-chars'.
8117
8118 * international/mule-cmds.el (encode-coding-char): Check property
8119 safe-chars instead of safe-charsets.
8120
8121 * international/fontset.el (fontset-default): Modified for
8122 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
8123 (x-font-name-charset-alist): Likewise.
8124 (ccl-encode-unicode-font): New CCL program. Record it in
8125 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
8126
70c825df
SM
8127 * language/european.el (mac-roman-decoder, mac-roman-encoder):
8128 New translation tables.
70737ea9
KH
8129 (decode-mac-roman, encode-mac-roman): Definition of these CCL
8130 programs are modified and moved from mac-win.el.
8131 (mac-roman): Definition of this coding system is modified and
8132 moved from mac-win.el.
4836835a 8133
fda2ce24 81342000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8135
1d3baf74 8136 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 8137 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 8138
dd4d3cb6
MB
81392000-10-29 Miles Bader <miles@gnu.org>
8140
8141 * custom.el (custom-add-to-group): Allow multiple entries for a
8142 given value OPTION, as long as their widget types are different.
8143 * cus-edit.el (custom-face-value-create): If face name doesn't end
8144 with "face", add such here (similar to custom group widgets).
8145
8146 * comint.el (comint-highlight-prompt): Add :type.
8147
dace60cf
JW
81482000-10-28 John Wiegley <johnw@gnu.org>
8149
dace60cf
JW
8150 * calendar/timeclock.el (timeclock-log): Doc fix.
8151 (timeclock-last-event): Doc fix.
83c9cb8e 8152 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
8153 (timeclock-find-discrep): Use a temp buffer to read in the
8154 timelog, instead of visiting the file.
8155 (timeclock-log-data): A new function, along with a host of helper
8156 functions, for the purpose of making timelog data accessible to
8157 programmers.
8158
8159 * eshell/esh-mode.el (window-height test): Make certain that
8160 `eshell-stringify-t' is non-nil.
8161 (eshell-password-prompt-regexp): Changed to a much simpler
8162 password regexp.
8163 (eshell-send-input): If `eshell-invoke-directly' returns t,
8164 directly invoke the parsed command using `eval'. This improves
8165 turn-around time on simple commands by a factor of three or
8166 greater, such as cd, ls, pwd, etc. -- which get used very often.
8167 It also conserves thousands of cons cells per call (since
8168 `eshell-do-eval' consumes memory like a Cookie Monster set loose
8169 in the Pacific Cookie Company).
8170
8171 * eshell/esh-test.el (eshell-test): Whitespace fix.
8172
83c9cb8e
SM
8173 * eshell/em-ls.el (eshell-ls-insert-directory):
8174 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
8175
8176 * eshell/em-script.el (eshell-script-initialize): Add names to
8177 `eshell-complex-commands, since `source' and `.' are complex.
8178
0467b076
EZ
8179 * eshell/esh-cmd.el (eshell-rewrite-for-command)
8180 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
8181 `eshell-copy-handles'.
8182 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
8183 bodies.
8184 (eshell-separate-commands): Whitespace fix.
8185 (eshell-complex-commands): Added a new list of names, for
8186 determining whether a given command is as simple as it looks.
8187 (eshell-invoke-directly): New function. Returns t if a command
8188 should be invoked directly (using `eval'), rather than indirectly
8189 using `eshell-do-eval'.
8190 (eshell-do-eval): Whitespace fix.
8191
8192 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
8193 which provides an emulation of the DOS shell behavior of assuming
8194 that cp/mv/ln should copy/move/link to the current directory.
8195 (eshell-remove-entries): Added a doc string.
8196 (eshell-shuffle-files): Removed the check for `target' being null.
8197 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
8198 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
8199 it to do a smarter check of whether a destination was provided.
8200 (eshell/mv, eshell/cp): Enable `:preserve-args'.
8201 (eshell/ln): Enable `:preserve-args', and use
8202 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
8203 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
8204 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
8205 list after flattening it. This makes it possible to cat files
8206 with numerical names.
8207 (eshell-unix-initialize): Added several names to
8208 `eshell-complex-commands.
8209 (eshell-unix-command-complex-p): Return t if a given command name
8210 may result in external processes being invoked.
8211
8212 * eshell/em-glob.el (eshell-glob-show-progress): Make this
8213 variable nil by default, since it slows down glob processing by a
8214 factor of two or more, and increases memory consumption.
8215
8216 * eshell/em-smart.el: Added a note about how memory consumptive
8217 smart display mode can be (at least this is true in Emacs 21).
8218 (eshell-smart-initialize): Whitespace fix.
8219 (eshell-refresh-windows): Use `if' instead of `when'.
8220 (eshell-smart-scroll-window): Calling `save-current-buffer' was
8221 not necessary.
83c9cb8e 8222 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
8223
8224 * eshell/em-ls.el (eshell-do-ls): Code simplification.
8225 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
8226 Whitespace fix.
8227 (eshell-ls-exclude-hidden): Added this variable in addition to
8228 `eshell-ls-exclude-regexp'. This one prevents files beginning
8229 with . from even being read, which can improve memory consumption
8230 quite a bit.
8231 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
8232 read file entries beginning with a dot. In home directories with
8233 lots of hidden files, fully two-thirds of the time spent in ls is
8234 used to read directory entries that are immediately thrown away.
8235 (eshell-ls-initial-args): Added back this configuration variable,
8236 for specifying default initial arguments to every call to ls.
8237 Much faster than using an alias to do the same thing.
8238 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
8239 (eshell-ls-dir): Whitespace change.
8240
8241 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
8242
83c9cb8e 8243 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
8244 (eshell-stringify-t): Added a customization variable, to indicate
8245 whether `t' should be rendered as a string at all. If not, one
8246 can still determine if the result of an expression is true using
8247 "file-exists-p FILE && echo true".
8248 (eshell-stringify): If `eshell-stringify-t' is nil, don't
8249 stringify t!
8250
8251 * eshell/esh-module.el: Whitespace fix.
8252
83c9cb8e
SM
8253 * eshell/em-alias.el (eshell-alias-initialize):
8254 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
8255 (eshell-command-aliased-p): New function that returns t if a
8256 command name names an aliased.
8257
657f9cb8 82582000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 8259
0467b076 8260 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 8261 redrawing the screen when changing cursor color.
0467b076
EZ
8262 (viper-insert-state-pre-command-sentinel)
8263 (viper-replace-state-pre-command-sentinel)
70c825df
SM
8264 (viper-replace-state-post-command-sentinel):
8265 Use viper-preserve-cursor-color.
657f9cb8
MK
8266 Many functions changed to use viper= instead of = when comparing
8267 characters.
0467b076 8268 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 8269 working with characters.
0467b076 8270 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
8271 Many functions changed to use viper= instead of = when comparing
8272 characters.
0467b076 8273 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 8274
0467b076 8275 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 8276 Several typos fixed in various docstrings.
0467b076 8277 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 8278 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
8279 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
8280 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
8281 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
8282 (ediff-get-selected-buffers): New function.
8283 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
8284 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
8285 Use save-window-excursion.
0467b076 8286 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 8287 termination check in while loop.
0467b076 8288 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 8289 dired buffer.
0467b076
EZ
8290 (ediff-files,ediff-merge-files,ediff-files3)
8291 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 8292
4f490d99
DL
82932000-10-28 Dave Love <fx@gnu.org>
8294
8295 * info.el (Info-fontify-node): Add help-echo for menu items.
8296
45b84006
EZ
82972000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
8298
5ebc02b3
EZ
8299 * startup.el (normal-top-level): If the value of $TERM indicates
8300 we are running from xterm or one of its work-alikes, default to a
8301 light background mode.
8302
45b84006
EZ
8303 Support for -fg, -bg, and -rv command-line arguments for TTYs:
8304 * faces.el (tty-handle-reverse-video): New function.
8305 (tty-create-frame-with-faces): Call it.
8306
8307 * frame.el (frame-notice-user-settings): Don't apply
8308 default-frame-alist and initial-frame-alist to MS-DOS frames.
8309 Call tty-handle-reverse-video, frame-set-background-mode, and
8310 face-set-after-frame-default for non-MS-DOS frames.
8311
8312 * startup.el (tty-long-option-alist): New variable.
8313 (tty-handle-args): New function.
8314 (command-line): Call tty-handle-args.
8315
8316 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
8317 startup.el now does that for all character-terminal frames.
8318
eab6e8b9
MB
83192000-10-28 Miles Bader <miles@gnu.org>
8320
83c9cb8e
SM
8321 * emacs-lisp/easy-mmode.el (define-minor-mode):
8322 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
8323 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 8324 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
8325 version using `easy-mmode-define-global-mode'.
8326 Add :conditional-turn-on keyword argument.
eab6e8b9 8327
51a29efc
DL
83282000-10-28 Dave Love <fx@gnu.org>
8329
83c9cb8e
SM
8330 * international/latin1-disp.el (latin1-char-displayable-p):
8331 Don't use window-system.
51a29efc 8332
d71d7114
EZ
83332000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
8334
8335 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
8336 Don't call find-buffer-file-type-coding-system. Instead, just
8337 set eol-type to -unix if inhibit-eol-conversion is in effect, or
8338 if the file is on an untranslated filesystem.
8339 (add-untranslated-filesystem): Use "D" instead of "f" inside
8340 interactive.
8341
1f9cab4b
DL
83422000-10-27 Dave Love <fx@gnu.org>
8343
70c825df 8344 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
8345 (refill-mode): Use it.
8346
70c825df
SM
83472000-10-27 Stefan Monnier <monnier@cs.yale.edu>
8348
8349 * international/quail.el (quail-activate): Don't make-local-hook.
8350
7432cf10
AS
83512000-10-27 Andre Spiegel <spiegel@gnu.org>
8352
4836835a 8353 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 8354 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
8355 (vc-make-version-backup): Don't do it on MS-DOS without long file
8356 names.
4836835a 8357
7432cf10
AS
8358 * vc.el (vc-version-other-window): If an automatic backup of the
8359 desired version exists, rename it instead of copying it.
8360
4836835a
TTN
8361 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
8362 after command. If there's an unexpected error, signal it instead
7432cf10 8363 of being silent.
e1483c38 8364 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 8365
05ea7ef2
MB
83662000-10-27 Miles Bader <miles@lsi.nec.co.jp>
8367
fd1035aa
MB
8368 * shell.el (shell): Add BUFFER argument.
8369 * comint.el (make-comint-in-buffer): New function.
8370 (make-comint): Use it.
8371
05ea7ef2
MB
8372 * faces.el (face-spec-choose): Change syntax so that the list of
8373 attribute-value pairs is now the cdr of each clause, not the cadr.
8374 Detect old-style entries, and handle them. Use pop.
8375
835a55fe
SM
83762000-10-26 Stefan Monnier <monnier@cs.yale.edu>
8377
f5ab1cdd
SM
8378 * cus-edit.el (custom-mode-map): Use a sparse map.
8379 (custom-mode): Don't bother with make-local-hook.
8380
8381 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
8382
835a55fe
SM
8383 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
8384
c13b0ec8
GM
83852000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8386
8387 * ps-print.el: Avoid compilation gripes.
8388 (ps-print-version): New version number (6.2.1).
4836835a 8389
e9f63196
DL
83902000-10-26 Dave Love <fx@gnu.org>
8391
0b95284b
DL
8392 * menu-bar.el: Modify some menu item help strings.
8393 (menu-bar-help-menu): Add link to MORE.STUFF.
8394
e9f63196
DL
8395 * cus-edit.el (custom-mode): Add `special' mode-class property.
8396
8397 * wid-browse.el (widget-browse-mode): Likewise.
8398
8399 * wid-edit.el (widget-specify-field): Revert to using local-map
8400 property, not keymap.
8401
e276a14a
MB
84022000-10-26 Miles Bader <miles@lsi.nec.co.jp>
8403
c1545d88
MB
8404 * wid-edit.el (widget-field-end): When checking for a `boundary'
8405 field, do so in the correct buffer.
8406
3c1b77ca
MB
8407 * simple.el (undo): Correctly distinguish between numeric and
8408 non-numeric prefix args in non-transient-mark-mode, as per the doc
8409 string. When in transient-mark-mode, treat all prefix-args as
8410 numeric.
8411
f5ab1cdd
SM
8412 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
8413 Position point on match. Handle N == 0 correctly.
22626d9d
MB
8414
8415 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
8416 (comint-mode-map): Reverse order of `comint-write-output' and
8417 `comint-append-output-to-file'.
8418 (comint-append-output-to-file): Reinstate this function, for the
8419 benefit of the menu.
8420
d97151cb
SM
84212000-10-25 Stefan Monnier <monnier@cs.yale.edu>
8422
8423 * vc.el (vc-version-other-window): Bind `file'.
8424
ea7d6f5b
GM
84252000-10-25 Gerd Moellmann <gerd@gnu.org>
8426
f5ab1cdd 8427 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
8428
8429 * emacs-lisp/authors.el (batch-update-authors): New function.
8430 (authors-fixed-entries): New defconst.
8431 (authors-add-fixed-entries): New function.
8432 (authors): Call it.: Don't process lispref/.
8433
17c25cea
JR
84342000-10-25 Jason Rumney <jasonr@gnu.org>
8435
8436 * cus-edit.el (custom-button-face, custom-button-pressed-face):
8437 Merge x w32 and mac definitions.
8438
4ecda532
GM
84392000-10-25 Gerd Moellmann <gerd@gnu.org>
8440
8441 * menu-bar.el (menu-bar-options-menu): Add a help string for
8442 `uniquify'.
8443
b6735035
GM
84442000-10-25 Stephen Gildea <gildea@alum.mit.edu>
8445
f5ab1cdd
SM
8446 * time-stamp.el (time-stamp-string-preprocess):
8447 Fix a wrong type argument error.
b6735035 8448
f4cbc7a0
MB
84492000-10-25 Miles Bader <miles@gnu.org>
8450
8451 * recentf.el (recentf-mode): Variable removed.
8452 (recentf-mode): Use `define-minor-mode'.
8453
8454 * mwheel.el (mouse-wheel-mode): New global minor mode.
8455 (mwheel-install): Use `mouse-wheel-mode'.
8456
f4b020f6
DL
84572000-10-25 Dave Love <fx@gnu.org>
8458
f5ab1cdd
SM
8459 * progmodes/cperl-mode.el (cperl-mode):
8460 Set normal-auto-fill-function correctly.
072cb6f9 8461
83c9cb8e
SM
8462 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8463 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 8464 bindings.
f4b020f6 8465
ebe2a441
MB
84662000-10-25 Miles Bader <miles@lsi.nec.co.jp>
8467
ff4dcd4b
MB
8468 * wid-edit.el (widget-field-at): New function.
8469 (widget-at, widget-field-activate): Use it.
8470 (widget-tabable-at): Use `widget-at'.
8471 (widget-specify-field): If the terminating character of the widget
8472 field (which is read-only) is a newline, put it into a special
8473 `boundary' field so that C-n/C-p act more naturally.
8474 (widget-field-end): Also don't subtract one if a special
8475 `boundary' field has been added after the widget field.
8476
83c9cb8e
SM
8477 * comint.el (comint-output-filter, comint-send-input):
8478 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 8479 code, since it should notice the overlay insertion-types now.
ff4dcd4b 8480
ebe2a441
MB
8481 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
8482 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
8483 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
8484
fe50b6ab
GM
84852000-10-24 Gerd Moellmann <gerd@gnu.org>
8486
53df4dda 8487 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
8488 (authors): Set file coding system to iso-2022-7bit.
8489 Add file-local variables to output buffer.
53df4dda 8490
4836835a 8491 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
8492 WARN is nil.
8493
53df4dda
GM
84942000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8495
8496 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
8497
8498 * delim-col.el: Now there is a column formatting mechanism.
8499 Modified to customization mechanisms convention. Doc fix.
8500 (columns): New group for delim-col.
8501 (delimit-columns-before, delimit-columns-after)
8502 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
8503 (delimit-columns-end): New vars.
8504 (delimit-columns-customize, delimit-columns-format): New funs.
8505 (delimit-columns-region, delimit-columns-rectangle)
8506 (delimit-columns-rectangle-line): Modified to support column
8507 formatting.
4836835a 8508
a9839779
DL
85092000-10-24 Dave Love <fx@gnu.org>
8510
8511 * log-edit.el (log-edit): Add :version and a :group for vc.
8512
df0267b8
GM
85132000-10-24 Gerd Moellmann <gerd@gnu.org>
8514
9acc3873
GM
8515 * files.el (after-find-file): Don't print a message ``New file''
8516 if WARN is nil.
8517
83c9cb8e
SM
8518 * wid-edit.el (widget-field-keymap, widget-text-keymap):
8519 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
8520 get duplicate tool-bar entries because we'll see the global ones
8521 on more than one path through keymaps.
8522
1946f901
GM
8523 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
8524
df0267b8
GM
8525 * progmodes/cmacexp.el: Change Francesco's email address.
8526
ae3b264b
KH
85272000-10-24 Kenichi Handa <handa@etl.go.jp>
8528
8529 * window.el (fit-window-to-buffer): Adjust point of the window
8530 buffer, not that of the current buffer.
8531
23afac01
EZ
85322000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
8533
8534 * progmodes/cmacexp.el: Update the euthor's email address.
8535
22d1a4ed
MB
85362000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8537
8538 * faces.el (face-spec-set-match-display): Add `graphic' display
8539 type (the inverse of `tty'). Use `display-graphic-p' instead of
8540 the window-system variable.
8541
f408aa48
KH
85422000-10-24 Kenichi Handa <handa@etl.go.jp>
8543
83c9cb8e
SM
8544 * international/isearch-x.el (isearch-with-input-method):
8545 Call input-method-function with the first event in
f408aa48
KH
8546 unread-command-events.
8547
94fe8a31
MB
85482000-10-24 Miles Bader <miles@lsi.nec.co.jp>
8549
83c9cb8e 8550 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 8551
8f47302e
AC
85522000-10-24 Andrew Choi <akochoi@i-cable.com>
8553
8554 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
8555 New charsets.
8556
8557 * term/mac-win.el: Remove definitions of mac-roman-lower and
8558 mac-roman-upper, require dired, and define instead of set
8559 mac-ready-for-drag-n-drop to avoid compilation error.
8560
446c097e
AI
85612000-10-23 Andrew Innes <andrewi@gnu.org>
8562
83c9cb8e
SM
8563 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
8564 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
8565 expand-file-name after convert-standard-filename to ensure
8566 expected directory separators are used.
8567
379b70e7
EZ
85682000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
8569
8570 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
8571
85c766e9
DL
85722000-10-23 Dave Love <fx@gnu.org>
8573
b7e03a67
DL
8574 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
8575 (tool-bar-add-item): Set foreground and background for XBM icons.
8576
83c9cb8e
SM
8577 * international/latin1-disp.el (latin1-char-displayable-p):
8578 New function (from Handa).
b7e03a67
DL
8579 (latin1-display-check-font): Use it.
8580
0dcf8835 8581 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
8582 using :key-sequence, making it much more usable.
8583 Use nconc, not append.
0dcf8835
DL
8584 (imenu--create-keymap-1): Avoid append.
8585
85c766e9 8586 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 8587
cb3069bb
MB
85882000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8589
8590 [the following changes fix a bug where `define-minor-mode' didn't
8591 correctly generate :require clauses for defcustoms in compiled files]
8592 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
8593 (byte-compile-log-file, byte-compile-log-1): Don't set
8594 `byte-compile-current-file' to nil. Instead set
8595 `byte-compile-last-logged-file' to it. Test whether
8596 byte-compile-current-file equals byte-compile-last-logged-file
8597 instead of whether its nil.
3b6542ba 8598 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 8599
6db6243b
SM
86002000-10-23 Stefan Monnier <monnier@cs.yale.edu>
8601
8602 * textmodes/refill.el: Fix var names in doc.
8603 (refill-mode): Don't bother with make-local-hook anymore.
8604
98490598
MB
86052000-10-23 Miles Bader <miles@lsi.nec.co.jp>
8606
e01cd227
MB
8607 * faces.el (face-user-default-spec, face-default-spec): New functions.
8608 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 8609 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
8610 Use `face-user-default-spec'. Simplify code slightly.
8611
4836835a 8612 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
8613 (woman-unknown-face): Add dark-background variants.
8614 (woman-default-faces): Renamed from `woman-colour-faces'.
8615 Set using the stored defaults, rather than using hard-wired colors.
8616 (woman-monochrome-faces): Renamed from `woman-black-faces'.
8617 Just make the foreground `unspecified' rather than "black".
8618 (woman-menu): Rename menu entries accordingly.
8619
98490598
MB
8620 * faces.el (header-line): Make more reasonable on mono/grayscale
8621 displays.
8622
1a578e9b
AC
86232000-10-23 Andrew Choi <akochoi@i-cable.com>
8624
8625 * cus-edit.el (custom-button-face): Use 3D look for mac.
8626 (custom-button-pressed-face): Likewise.
8627
8628 * faces.el (set-face-attributes-from-resources): Handle mac frames
8629 in the same way as x and w32 frames.
8630 (face-valid-attribute-values): Likewise.
8631 (read-face-attribute): Likewise.
8632 (defined-colors): Likewise.
8633 (color-defined-p): Likewise.
8634 (color-values): Likewise.
8635 (display-grayscale-p): Likewise.
8636 (face-set-after-frame-default): Likewise.
8637 (mode-line): Same default face as for x and w32.
8638 (tool-bar): Likewise.
8639
8640 * frame.el: Remove call to frame-notice-user-settings at end of
8641 the file.
8642
83c9cb8e 8643 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
8644 as for x, pc, and w32 frame types.
8645
8646 * term/mac-win.el: New file.
8647
aaaf7be7
DL
86482000-10-22 Dave Love <fx@gnu.org>
8649
8650 * textmodes/refill.el: New file.
8651
5392d654
AS
86522000-10-22 Andre Spiegel <spiegel@gnu.org>
8653
4836835a 8654 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 8655 MANUAL and REGEXP.
4836835a 8656 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
8657 New functions.
8658 (vc-before-save): Use the latter.
8659 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
8660 confusion.
8661
4836835a 8662 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
8663 expected by vc[-hooks].el.
8664
8665 * vc.el (vc-checkout): Added `-p' suffix in call to
8666 vc-make-version-backups-p; use vc-make-version-backup to actually
8667 make the backup.
8668 (vc-version-other-window, vc-version-backup-file): Handle both
8669 automatic and manual backups.
8670 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
8671 of all of them.
8672
1e221c16
MB
86732000-10-22 Miles Bader <miles@gnu.org>
8674
7ff4fda5
MB
8675 * comint.el (comint-highlight-input, comint-highlight-prompt):
8676 Renamed, `-face' at end removed.
8677 (comint-send-input, comint-output-filter): Use renamed faces.
8678
3511cde8
MB
8679 * window.el (fit-window-to-buffer): Change defaulting of
8680 MAX-HEIGHT slightly.
8681
1e221c16
MB
8682 * faces.el (color-values, color-defined-p): Use `member', not
8683 `memq', because it works correctly for strings.
8684 (frame-set-background-mode): Actually, "unspecified-fg" and
8685 "unspecified-bg" *are* strings. Use `member', not `memq', and
8686 `equal', not `eq', when a string value is possible.
8687
b6ef4898
EZ
86882000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
8689
8690 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
8691
34939e2c
SM
86922000-10-21 Stefan Monnier <monnier@cs.yale.edu>
8693
8694 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
8695 sh-electric-rparen, sh-electric-less and sh-electric-hash.
8696 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
8697 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
8698 (sh-font-lock-syntactic-keywords): Use them.
8699 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
8700 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
8701 (sh-mode): Don't override font-lock-unfontify-region-function.
8702 Use a copy of sh-font-lock-syntactic-keywords.
8703 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
8704 Don't call sh-scan-buffer since font-lock does it on the fly.
8705 (sh-get-indent-info): Use `face' rather than `syntax-table'
8706 text-property to detect here-documents.
8707 Replace sh-special-syntax with sh-st-punc.
8708 (sh-prev-line): Use `face' rather than `syntax-table'
8709 text-property to skip over here-documents.
8710 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
8711 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
8712 (sh-electric-less, sh-set-here-doc-region)
4836835a 8713 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
8714 (sh-scan-buffer, sh-rescan-buffer): Remove.
8715
f3d3c491
AI
87162000-10-21 Andrew Innes <andrewi@gnu.org>
8717
8718 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
8719 remote (ange-ftp) file names.
8720
b86c791c
MB
87212000-10-21 Miles Bader <miles@gnu.org>
8722
d9c30bdf
MB
8723 * window.el (fit-window-to-buffer): New function.
8724 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
8725 (window-text-height): Don't expect minibuffers to have mode-lines.
8726
d9c30bdf 8727 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
8728 * international/quail.el (quail-update-guidance):
8729 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 8730
617fee5a
MB
8731 * international/quail.el (quail-show-guidance-buf): Make sure
8732 guidance window really has enough room.
8733 (quail-update-guidance): If quail-guidance-win is already shown,
8734 make sure its height is OK.
8735
b86c791c
MB
8736 * window.el (window-text-height, set-window-text-height):
8737 New functions.
8738 (shrink-window-if-larger-than-buffer): Use `window-text-height'
8739 instead of `window-height' & `mode-line-window-height-fudge'.
8740 (mode-line-window-height-fudge): Add FACE parameter.
8741 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
8742 instead of `enlarge-window' & `mode-line-window-height-fudge'.
8743
e34850d1
MB
87442000-10-20 Miles Bader <miles@gnu.org>
8745
8746 * window.el (height-affecting-face-attributes): Use `defconst'.
8747
8748 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
8749 New function, conditionally aliased to `mode-line-window-height-fudge'.
8750 (ispell-help): Use it.
8751 (ispell-choices-win-default-height): Don't include mode-line fudge.
8752 (ispell-choices-win-default-height): New function.
8753 (ispell-show-choices, ispell-command-loop): Use function
8754 `ispell-choices-win-default-height' instead of variable.
8755
a8b883c2
MB
87562000-10-20 Miles Bader <miles@lsi.nec.co.jp>
8757
8c6e4a58
MB
8758 * window.el (mode-line-window-height-fudge): New variable.
8759 (height-affecting-face-attributes): New variable.
8760 (mode-line-window-height-fudge): New function.
8761 (shrink-window-if-larger-than-buffer): Use it.
8762 * help.el (resize-temp-buffer-window): Likewise.
8763
a8b883c2
MB
8764 * info.el (Info-fontify-node): Add support for @subsubsection
8765 titles, which use `Info-title-4-face'.
8766 (Info-title-4-face): New face.
8767 (Info-title-3-face): Inherit from Info-title-4-face instead of
8768 variable-pitch.
8769
e64c3a75
JR
87702000-10-19 Jason Rumney <jasonr@gnu.org>
8771
8772 * dired.el (dired-insert-directory): Do not let errors signalled by
8773 attempt to run dired-free-space-program prevent dired from working.
8774
c70fe852
SM
87752000-10-19 Stefan Monnier <monnier@cs.yale.edu>
8776
8777 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
8778
877cf6b4
GM
87792000-10-19 Gerd Moellmann <gerd@gnu.org>
8780
5de037e0
GM
8781 * dirtrack.el (dirtrack): Fix call to run-hooks.
8782
6deb9af9
GM
8783 * cmuscheme.el (cmuscheme-program-name): Renamed from
8784 scheme-program-name because xscheme.el contains a defcustom with
8785 the same name. As a consequence, customizing group `cmuscheme'
8786 loaded `xscheme' which redefined run-scheme.
8787 (run-scheme): Use cmuscheme-program-name.
8788
83c9cb8e 8789 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 8790
e597d8fb 8791 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 8792 anonymous address, and add a website for Befrienders International.
4836835a 8793
3e9cb08f
GM
87942000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8795
c70fe852
SM
8796 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
8797 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
8798 (ps-print-version): New version number (6.2).
8799 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
8800 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
8801 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
8802 (ps-x-extent-priority, ps-x-extent-start-position)
8803 (ps-x-face-font-instance, ps-x-find-coding-system)
8804 (ps-x-font-instance-properties, ps-x-make-color-instance)
8805 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
8806 avoid compilation gripes without defining functions.
8807 (ps-e-find-composition): Alias for function find-composition, to have a
8808 suitable function depending on Emacs version.
8809 (ps-color-device, ps-color-values, ps-face-foreground-name)
8810 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
8811 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
8812 (ps-print-ensure-fontified): Function definitions surrounded by
8813 `eval-and-compile' to avoid compilation gripes.
8814 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
8815 by symbol-value to avoid compilation gripes.
8816 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
8817 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
8818
d8abcd91
MB
88192000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8820
13ab33c4
MB
8821 * startup.el (normal-top-level): Call `frame-set-background-mode'
8822 after `frame-notice-user-settings' because the latter doesn't call
8823 the former on a tty.
8824
d8abcd91
MB
8825 * faces.el (frame-set-background-mode): `unspecified' &c are
8826 symbols, not strings.
8827
e8bce0a9
EZ
88282000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8829
c70fe852
SM
8830 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
8831 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 8832
c70fe852
SM
8833 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
8834 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 8835
773272d8
KH
88362000-10-19 Kenichi Handa <handa@etl.go.jp>
8837
c70fe852 8838 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
8839 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
8840 for ISO10646-1 fonts.
8841 (x-font-name-charset-alist): Add an entry for "iso10646-1".
8842
772139c0
EZ
88432000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
8844
8845 * faces.el (frame-set-background-mode): If a tty frame defines a
8846 background color, use that to compute the background mode, instead
8847 of always defaulting to "dark".
8848
d134a19f
MB
88492000-10-19 Miles Bader <miles@lsi.nec.co.jp>
8850
8bb84cb2
MB
8851 * comint.el (comint-write-output): New function.
8852 (comint-mode-map): Add it to the menu.
e40a778f 8853 Bind `C-c C-s' to comint-write-output.
d134a19f 8854
dada41e1
GM
88552000-10-18 Gerd Moellmann <gerd@gnu.org>
8856
8857 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
8858 Use fancy-splash-delay.
8859
9b5360aa
GM
88602000-10-18 Alex Schroeder <alex@gnu.org>
8861
8862 * progmodes/sql.el (sql-sybase-options): New option.
8863 (sql-sybase): Use it. Add sql-database to the list of parameters
8864 provided for login. The options -w 2048 -n are not used any more.
8865
9035a35a
GM
8866 * comint.el (comint-read-input-ring): Bugfix such that the first
8867 and the last entry of the input ring file are not lost.
8868
3556c6dd
GM
88692000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8870
8871 * ps-print.el: Internal variable changes to defcustom,
8872 make-local-hook changes to defvar. Doc fix.
8873 (ps-print-version): New version number (6.1).
8874 (ps-setup, ps-do-despool): Code fix.
8875 (ps-printer-name): Customization fix.
8876 (ps-printer-name-option): Now is a defcustom instead of an
8877 internal variable.
8878 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
8879 (ps-print-begin-column-hook): Now are defvar instead of
8880 make-local-hook.
4836835a 8881
4e217e50
MB
88822000-10-18 Miles Bader <miles@gnu.org>
8883
8884 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
8885 (comint-kill-output): Changed into an alias for `comint-delete-output',
8886 and made obsolete.
8887 (comint-mode-map): Rename references to comint-kill-output.
8888
34460354
EZ
88892000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
8890
8891 * diff-mode.el (diff-header-face, diff-file-header-face)
8892 (diff-changed-face): Add bold and italic attributes to tty faces.
8893 (diff-function-face): New face.
8894 (diff-font-lock-keywords): Use it.
8895
17ea3cdb
MB
88962000-10-18 Miles Bader <miles@lsi.nec.co.jp>
8897
8898 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
8899 Remove commented-out call to force-mode-line-update.
8900 (comint-kill-output): Use `forward-line 0' instead of
8901 beginning-of-line to make sure we get past the prompt.
8902
9244f2c7
SM
89032000-10-17 Stefan Monnier <monnier@cs.yale.edu>
8904
8905 * diff-mode.el (diff-header-face, diff-file-header-face):
8906 Add specific setting for dark background.
8907 (diff-context-face): Renamed from diff-comment-face.
8908 Set explicitly rather than inheriting from font-lock-comment-face.
8909
1592c1ef
EZ
89102000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8911
8912 * startup.el (command-line): Move the code which sets the default
8913 TTY colors to before before-init-hook.
8914
f86292a9
GM
89152000-10-17 Gerd Moellmann <gerd@gnu.org>
8916
8917 * jit-lock.el (jit-lock-stealth-time): Doc fix.
8918
f7f2e883
EZ
89192000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8920
e854cc22
EZ
8921 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
8922 extensions, for MS-DOS.
8923
f7f2e883
EZ
8924 * diff-mode.el (diff-header-face, diff-file-header-face)
8925 (diff-changed-face): Define tty-specific colors.
8926
c7b4f0f9
GM
89272000-10-17 Gerd Moellmann <gerd@gnu.org>
8928
8929 * startup.el (fancy-splash-text): Realign the text.
8930
12a72271
EZ
89312000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8932
8933 * font-lock.el (font-lock-comment-face): Define a separate default
8934 for dark-background tty's.
8935
61dfccfd
MB
89362000-10-17 Miles Bader <miles@gnu.org>
8937
8938 * help.el (resize-temp-buffer-window): Add hack to avoid last line
8939 being obscured by whizzy mode-lines on graphics displays.
8940
333cd59e
EZ
89412000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
8942
8943 * info.el (Info-title-1-face, Info-title-2-face)
8944 (Info-title-3-face): Define colors for tty's.
dada41e1 8945 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 8946
dbf1fcc1
EZ
89472000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
8948
8949 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
8950 reverse from the frame parameters, and don't invert foreground and
8951 background colors.
8952
ac629823
MB
89532000-10-16 Miles Bader <miles@gnu.org>
8954
8955 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
8956 string "*Info*". Call propertized-buffer-identification to spruce
8957 up the result.
8958
76eebffc
GM
89592000-10-16 Gerd Moellmann <gerd@gnu.org>
8960
3a6b59d9
GM
8961 * help.el: Provide `help' for the sake of define-minor-mode
8962 which generates defcustoms with requires.
8963
6569c3d3
GM
8964 * jit-lock.el (jit-lock-after-change): If we're in text that
8965 matches a multi-line font-lock pattern, make sure the whole text
8966 will be redisplayed.
8967
c2e0a611
GM
8968 * emacs-lisp/authors.el (authors-add): Don't add an entry if
8969 author's name is unknown.
8970
76eebffc
GM
8971 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
8972 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
8973 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
8974 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
8975 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
8976 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
8977 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
8978 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
8979 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
8980 Add author information.
8981
cf1e7b12
MB
89822000-10-16 Miles Bader <miles@lsi.nec.co.jp>
8983
8984 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
8985 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
8986 full-color version (using the Gimp) to eliminate dithering artifacts.
8987
5586f3eb
SM
89882000-10-15 Stefan Monnier <monnier@cs.yale.edu>
8989
8990 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
8991
8992 * simple.el (syntax-flag-table, string-to-syntax): Remove.
8993
ad64a888
DL
89942000-10-15 Dave Love <fx@gnu.org>
8995
83c9cb8e 8996 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
8997
8998 * pcomplete.el (pcomplete) <defgroup>: Add :version.
8999
9000 * whitespace.el: Doc fixes.
9001 (top-level): Don't add hooks here.
9002 (whitespace-running-emacs): Deleted.
9003 (timer): Don't require.
9004 (whitespace): Add back :version conditional on xemacs test.
9005 (whitespace-spacetab-regexp, whitespace-indent-regexp)
9006 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
9007 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
9008 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
9009 Avoid specific xemacs test.
9010 (whitespace-global-mode): New option.
9011 (whitespace-global-mode): New command.
9012 (whitespace-unload-hook): New function.
9013
9014 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 9015 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
9016 (Info-fontify-node): `Goto' goes to `Go to'.
9017 (Info-fontify-node): Add help-echo to xref links.
9018
1ef49fc6
EZ
90192000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
9020
9021 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
9022
8b7707e1
SM
90232000-10-15 Stefan Monnier <monnier@cs.yale.edu>
9024
b3b7f42f
SM
9025 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
9026 Use plist-get and allow :inherit.
9027
9028 * emacs-lisp/cl-macs.el (cl-do-arglist):
9029 Use plist-get and plist-member instead of memq.
9030
3c7fafc7
SM
9031 * emacs-lisp/ewoc.el (ewoc-location): New function.
9032 (ewoc-enter-after, ewoc-enter-before): Document return value.
9033 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
9034 Don't need make-local-hook any more.
9035 (cvs-addto-collection): Return the new tin.
9036 (cvs-mode-insert): Jump to the new line.
9037
8b7707e1
SM
9038 * jit-lock.el (jit-lock-fontify-buffer): Remove.
9039
9040 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
9041
9042 * font-lock.el (font-lock-syntactically-fontified): New var.
9043 (font-lock-fontify-syntactic-keywords-region): Use it.
9044 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
9045
9046 * diff-mode.el (diff-find-file-name): Fix regexp.
9047
9048 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
9049 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
9050
9051 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
9052 (sh-mode-syntax-table): Add punctuation syntax for < and >.
9053 (sh-mode): Don't make all vars local here.
9054 (sh-kw): Reformat.
9055 (sh-set-shell): Use dolist. Don't set indent-region-function.
9056 (sh-mode-syntax-table): Use pop.
9057 (sh-remember-variable): Use push.
9058 (sh-help-string-for-variable): Use memq.
9059 (sh-safe-backward-sexp): Remove.
9060 (sh-safe-forward-sexp): Add ARG.
9061 (sh-get-indent-info, sh-prev-stmt): Use it.
9062 (sh-prev-line): Simplify by using forward-comment.
9063 (sh-this-is-a-continuation): Simplify.
9064 (sh-learn-buffer-indent): Use dolist.
9065 (sh-do-nothing): Remove.
9066 (sh-set-char-syntax, sh-set-here-doc-region):
9067 Use inhibit-modification-hooks.
9068 (sh-name-style): Use mapcar and push.
9069 (sh-load-style): Use dolist.
9070 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
9071 (sh-case, sh-while-getopts): Use propertize directly rather
9072 than sh-electric-rparen.
9073
90742000-10-14 Stefan Monnier <monnier@cs.yale.edu>
9075
9076 * textmodes/tex-mode.el: Require CL when compiling.
9077 (tex-mode-syntax-table): Init immediately.
9078 (tex-mode-map): Bind M-RET to latex-insert-item.
9079 (latex-mode): Set indent-line-function to latex-indent.
9080 (tex-common-initialization): Don't setup the syntax-table any more.
9081 (latex-insert-item): New skeleton.
9082 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 9083 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 9084 (latex-indent, latex-find-indent): New functions.
4836835a 9085 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
9086 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
9087 (tex-compilation-parse-errors): Use with-syntax-table.
9088
86b7fcbb
MB
90892000-10-15 Miles Bader <miles@gnu.org>
9090
9091 * font-lock.el (font-lock-comment-face): Change dark-background,
9092 color, non-tty, default to `chocolate1'.
9093
57a24508
JW
90942000-10-13 John Wiegley <johnw@gnu.org>
9095
9096 * eshell/esh-util.el (require): Added a missing `require' form,
9097 needed when compiling (for an ange-ftp macro definition).
9098
40ad3db4
DL
90992000-10-13 Dave Love <fx@gnu.org>
9100
9101 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
9102
db460189
GM
91032000-10-13 Gerd Moellmann <gerd@gnu.org>
9104
83c9cb8e 9105 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 9106
4836835a 9107 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
9108 transparent -colors 8).
9109
3b5e21df
GM
91102000-10-13 Stephen Gildea <gildea@alum.mit.edu>
9111
9112 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
9113 that breaks with old list format timestamps.
9114 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 9115 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 9116
16908a3f
JW
91172000-10-13 John Wiegley <johnw@gnu.org>
9118
d7103dda
JW
9119 * align.el, pcomplete.el, calendar/timeclock.el,
9120 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
9121
dace60cf 9122 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
9123 faulty math, where holiday hours were being computing as seconds.
9124
b6b70cda
JW
91252000-10-13 John Wiegley <johnw@gnu.org>
9126
9127 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
9128 specifying what "other" kinds of buffers should be saved.
9129 This used to be hard-coded.
b6b70cda
JW
9130 (desktop-buffer-misc-functions): A global for specifying how
9131 auxiliary data should be determined for special buffer types.
9132 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
9133 instead of hard-coding the special buffer types.
9134 (desktop-save): Run `desktop-buffer-misc-functions' to gather
9135 auxiliary data, instead of hard-coding for Info buffers and dired.
9136 (desktop-buffer-info-misc-data): Aux function for determining Info
9137 buffer auxiliary info.
9138 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
9139 (desktop-buffer-info): Changed this function to use the info
9140 gathered above.
9141 (desktop-create-buffer): Be a little more careful about what
9142 `minor-mode' means before calling it. This is important for some
9143 buffer types.
9144
8c6b1d83
JW
91452000-10-13 John Wiegley <johnw@gnu.org>
9146
9147 * eshell/esh-util.el: Added a global form which declares an
9148 autoload for `parse-time-string', if that function is not already
9149 defined, and if parse-time.el is available on the user's system.
9150
9151 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
9152 to be aware of ange-ftp user info.
83c9cb8e 9153 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
9154 (eshell-ls-annotate): Use `eshell-file-attributes'.
9155 (eshell-ls-file): Made the user-id printing code a bit smarter.
9156
9157 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
9158 allow identification of alias user ids in remote directories.
83c9cb8e
SM
9159 It's manual, but there's no other way to know when the current user
9160 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
9161 (fboundp): Bind `ange-cache'.
9162 (eshell-directory-files-and-attributes): Re-organized the logic a
9163 bit to use `eshell-file-attributes' instead of `file-attributes'.
9164 The former is more sensitive to directories that are read via FTP,
9165 and knows how to use ange-ftp to determine full attribute
9166 information, instead of just the name and last modtime.
9167 (eshell-current-ange-uids): Return the current user id when in a
9168 remote directory.
9169 (eshell-parse-ange-ls): Parse a full directory listing that has
9170 been returned by ange-ftp.
9171 (eshell-file-attributes): This beefed up version of
9172 `file-attributes' is only special if the user is currently in a
9173 remote directory, in which case it does a lot of work to find out
9174 what the real attributes of a file are, as they appear on the
9175 remote machine. This makes usage of remote directories (i.e.,
9176 ange-ftp pathnames) much more useful. You can now use Eshell as a
9177 full-fledged FTP client, with much more manipulation ability than
9178 most other clients.
9179
9180 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
9181 variable, which means that Eshell's du should always be preferred
9182 in remote directories.
9183 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
9184 just `file-attributes'.
9185 (eshell-mvcp-template): Bind `ange-cache', to improve performance
9186 when reading remote directories. This is an Eshell-specific
9187 variable (not part of ange-ftp).
9188 (eshell/ln): Bind `ange-cache'.
9189 (eshell/du): Added some extra logic for determining when to use
9190 Eshell's du (which is slow), and when to use the external version
9191 (which may or may not exist).
9192
83c9cb8e
SM
9193 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
9194 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
9195 `get-buffer-process', since backgrounded processes don't count in
9196 the context of this function's logic.
9197
9198 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
9199 `forward-char', so that null strings are parsed correctly.
9200
87730e84 92012000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 9202
83c9cb8e
SM
9203 * eshell/em-pred.el (eshell-pred-file-type)
9204 (eshell-pred-file-links, eshell-pred-file-size):
9205 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
9206
9207 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
9208 that remote file globbing is more efficient.
9209
9210 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
9211 gathering the files and attributes within a directory.
9212
9213 * eshell/em-unix.el (eshell/cat): If any of the files passed on
9214 the command line is a special file (not a regular file, directory
9215 or symlink), always attempt to call the external version of cat.
9216
87730e84 92172000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
9218
9219 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
9220 Eshell-friendly version of find-tag.
9221
1c7e37a9
MB
92222000-10-13 Miles Bader <miles@lsi.nec.co.jp>
9223
4836835a 9224 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
9225 (image-file-name-regexps): Add autoload cookies.
9226
11a7f341
KH
92272000-10-13 Kenichi Handa <handa@etl.go.jp>
9228
9229 * international/mule-cmds.el (select-safe-coding-system): If FROM
9230 is string, show it in *Warning* buffer.
9231
8ddddcb0
EZ
92322000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
9233
9234 * startup.el (normal-top-level): Use display-popup-menus-p instead
9235 of window-system.
9236 (command-line): Use display-graphic-p instead of window-system.
9237 (command-line-1): Use display-popup-menus-p and display-mouse-p
9238 instead of window-system.
9239
72200f89
SS
92402000-10-12 Sam Steingold <sds@gnu.org>
9241
9242 * tooltip.el (tooltip-use-echo-area): New user variable.
9243 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
9244
8661c643
DL
92452000-10-12 Dave Love <fx@gnu.org>
9246
d0b40dc1
DL
9247 * recentf.el: Maintainer's checkdoc fixes.
9248
83c9cb8e
SM
9249 * startup.el (normal-top-level-add-subdirs-to-load-path):
9250 Use character class, not ASCII when matching file names.
a622451f
DL
9251 (fancy-splash-head): Add trailing slash to URL.
9252 (command-line): Don't require XPM support for toolbar.
9253
8661c643
DL
9254 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
9255 (cperl-invalid-face): Revert last change.
9256 (cperl-init-faces): Quote cperl-invalid-face.
9257
ef2ed8ab
KH
92582000-10-12 Kenichi Handa <handa@etl.go.jp>
9259
9260 * startup.el (fancy-splash-text): Remove superfluous quote.
9261
b0da379e
GM
92622000-10-12 Gerd Moellmann <gerd@gnu.org>
9263
dbeb499b
GM
9264 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
9265 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
9266 (command-line-1): Don't use fancy-splash-pending-command.
9267 (fancy-splash-screens-1): Goto point-min after inserting text.
9268
d861718a
GM
9269 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
9270
b0da379e
GM
9271 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
9272 instead of shared-lisp-mode-map.
9273
4fb2ad98
MB
92742000-10-12 Miles Bader <miles@lsi.nec.co.jp>
9275
1cb4393e
MB
9276 * faces.el (header-line): Change tty-variant to use underlining.
9277
4fb2ad98
MB
9278 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
9279 (isearch-highlight): Restore lazy-isearch face properties at old
9280 position, and suppress them at new position.
9281 (isearch-dehighlight): Restore lazy-isearch face properties.
9282 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
9283 over the real isearch overlay, but in that case, don't give it a
9284 face property. Use `push'.
9285
eb991b25
KH
92862000-10-12 Kenichi Handa <handa@etl.go.jp>
9287
9288 * man.el (Man-getpage-in-background): Fix previous change.
9289 Decode the process output only when we are in multibyte mode.
9290
a818c1c0
DL
92912000-10-11 Dave Love <fx@gnu.org>
9292
c990f53a
DL
9293 * info.el (Info-mode-menu): Fix some help.
9294 (info-tool-bar-map): Add entry for Info-last.
9295
a818c1c0
DL
9296 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
9297 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
9298 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
9299 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
9300 * toolbar/search-replace.xpm, toolbar/exit.xpm:
9301 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
9302 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
9303 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
9304 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
9305 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
9306 Reduce colour requirements to 25 overall. (Probably wants
9307 revisiting from the originals to reduce further.)
9308
c1b096cb
EZ
93092000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
9312 buffer-file-coding-system, instead of raw-text.
9313 (dehexlify-buffer): Bind coding-system-for-read to
9314 buffer-file-coding-system, instead of raw-text.
9315
5c8b7eaf
SS
93162000-10-11 Sam Steingold <sds@gnu.org>
9317
83c9cb8e 9318 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
9319 `underline' - fixes the bug introduced on 2000-09-21.
9320
2cfbdb7a
DL
93212000-10-11 Dave Love <fx@gnu.org>
9322
83c9cb8e
SM
9323 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
9324 Avoid compiler warnings.
2cfbdb7a
DL
9325 (scheme-mode): Doc fix.
9326 (scheme-font-lock-keywords-1): Match `define-syntax'.
9327
93282000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
9329
9330 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
9331 face specs as well as default ones. Only do anything if the
9332 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 9333 (region): Make dark-background `region' face less in-your-face.
4b33f290 9334
690ec649
SS
93352000-10-10 Sam Steingold <sds@gnu.org>
9336
9337 * chistory.el, ielm.el, ledit.el:
9338 * progmodes/inf-lisp.el, progmodes/scheme.el:
9339 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
9340
3b95d6bb
SM
93412000-10-10 Stefan Monnier <monnier@cs.yale.edu>
9342
9343 * textmodes/texinfo.el: Update copyright and fix typo.
9344
9345 * desktop.el (desktop-modes-not-to-save): New var.
9346 (desktop-save-buffer-p): Use it.
a30eb617
DL
9347 Also, obey desktop-buffers-not-to-save even for non-file buffers.
9348 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
9349
93502000-10-10 Dave Love <fx@gnu.org>
9351
9352 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 9353 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
9354
9355 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
9356 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
9357 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
9358 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
9359 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
9360 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
9361 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
9362 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
9363 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
9364 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
9365 the .xpms; probably need retouching.
9366
93672000-10-10 Miles Bader <miles@lsi.nec.co.jp>
9368
9369 * subr.el (add-to-list): Add optional argument APPEND.
9370 * battery.el (display-battery): Use `add-to-list'.
9371
93722000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
9373
83c9cb8e
SM
9374 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
9375 properties.
a30eb617
DL
9376 (zone, zone-when-idle, zone-leave-me-alone)
9377 (zone-pgm-whack-chars): Use new symbol properties.
9378
9379 * battery.el (display-battery): Doc spelling fix.
9380
9381 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
9382 property.
9383
93842000-10-09 Dave Love <fx@gnu.org>
9385
9386 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
9387 has been initialized before calling tool-bar-setup.
9388 (tool-bar-add-item-from-menu): Add autoload cookie.
9389
93902000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
9391
9392 * menu-bar.el (send-mail-item-name): New function.
9393 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
9394 of mail-user-agent in the menu. Don't display the "Send Mail"
9395 item if mail-user-agent is nil or its value is ignore.
9396 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
9397 if read-mail-command is nil or its value is ignore.
9398
9399 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
9400
94012000-10-09 Miles Bader <miles@gnu.org>
9402
9403 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
9404 Correct image size.
9405 * toolbar/left_arrow.xpm: Correct image size.
9406
9407 * jka-compr.el: Don't call `jka-compr-install' when loading (it
9408 will be done by the definition of `auto-compression-mode' if
9409 necessary. Move code to uninstall existing file-name handler
9410 before definition of `auto-compression-mode'.
9411
9412 * image-file.el (auto-image-file-mode): Move to the end of the
9413 file, because `define-minor-mode' actually calls the mode-function
9414 if the associated variable is non-nil, which requires that all
9415 needed functions be already defined.
9416
9417 * mouse.el (popup-menu): Balance parens.
9418
94192000-10-08 Stefan Monnier <monnier@cs.yale.edu>
9420
9421 * mouse.el (popup-menu): Move the command call outside the loop
9422 so that popup-menu returns whatever the command returns.
9423
9424 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
9425 (initialize-new-tags-table): Use run-hook-with-args-until-success.
9426 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
9427 (tags-table-format-functions): Renamed from tags-table-format-hooks.
9428
9429 * vc.el (vc-version-diff): diff-switches can be a list.
9430 Use relative filenames for prettier output.
9431
9432 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
9433 (vc-post-command-functions): Remove old-VC compatibility code.
9434
9435 * newcomment.el (comment-indent-default): Autoload.
9436
9437 * font-lock.el (font-lock-defaults): Make buffer-local.
9438 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
9439 (font-lock-choose-keywords):
9440 Ignore LEVEL unless KEYWORDS is a list of syms.
9441 (c-keywords, c++-keywords, objc-keywords, java-keywords):
9442 Don't wrap regexp-opt things in \(...\) unnecessarily.
9443
9444 * jit-lock.el: Don't require font-lock any more.
9445 (jit-lock-functions): Make buffer-local.
9446 (jit-lock-saved-fontify-buffer-function): Remove.
9447 (jit-lock-mode): Remove autoload cookie.
9448 Remove font-lock specific code.
9449 (jit-lock-unregister): Don't bother handling complex hooks any more.
9450 (jit-lock-refontify): New function.
9451 (jit-lock-fontify-buffer): Use it.
9452 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
9453 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
9454 Add optional args START and END.
9455 Never call font-lock-fontify-region directly.
9456 (jit-lock-function, jit-lock-stealth-fontify): Use it.
9457
9458 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
9459
94602000-10-08 Dave Love <fx@gnu.org>
9461
9462 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
9463
9464 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
9465
9466 * play/studly.el (studlify-region, studlify-word): Add autoload
9467 cookie.
9468
9469 * play/morse.el (morse-region, unmorse-region): Add autoload
9470 cookie.
9471
9472 * play/spook.el (spook-phrases-file): Use expand-file-name, not
9473 concat.
9474
9475 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
9476 insist on symbols starting with word syntax.
9477 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
9478 (eval-defun-1): Doc fix.
9479 (indent-sexp): Use nconc to build up indent-stack.
9480
9481 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
9482 Gnus with little use.
9483 (mail-setup-hook): Add mail-abbrevs-setup to options.
9484
9485 * recentf.el: Doc fixes.
9486
9487 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
9488 Clean up remainder.
9489
9490 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
9491 without timezone and (8) with timezone to enforce some whitespace.
9492 Simplify code somewhat.
9493
9494 * options.el (list-options): Doc that you should use customize.
9495
9496 * iswitchb.el (iswitchb-mode): Add :require.
9497
9498 * info.el (Info-goto-node, Info-menu): Doc fix.
9499 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
9500 (info-tool-bar-map): New variable.
9501 (Info-mode): Use it.
9502 (Info-edit-map): Define all in defvar.
9503 (speedbar-attached-frame): Avoid compiler warning.
9504
9505 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
9506 (global-map): Bind [tool-bar] to a filtered map.
9507 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
9508 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
9509 Allow PBM icons.
9510 (tool-bar-setup): Adjust calls of tool-bar-add-item.
9511
9512 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
9513 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
9514 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
9515 icons, except up_arrow, which is left-arrow rotated.
9516
9517 * imenu.el (imenu-add-to-menubar): Fix last change.
9518
95192000-10-08 Peter Breton <pbreton@ne.mediaone.net>
9520
9521 * generic-x.el (rul-generic-mode): Remove eval-when-compile
9522 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
9523
95242000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9525
9526 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
9527 typos in doc strings.
9528
9529 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
9530 the doc strings how to customize Font Lock faces.
9531
9532 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
9533 computing growth when dragging the header line.
9534
95352000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
9536
9537 * simple.el (kill-line): Doc fix.
9538
95392000-10-08 Miles Bader <miles@gnu.org>
9540
9541 * faces.el (secondary-selection): Make foreground visible on tty.
9542
9543 * jka-compr.el (auto-compression-mode): Move to the end of the
9544 file, because `define-minor-mode' actually calls the mode-function
9545 if the associated variable is non-nil, which requires that all
9546 needed functions be already defined.
9547 (with-auto-compression-mode): Add autoload cookie.
9548
95492000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
9550
9551 * files.el (find-backup-file-name) [ms-dos]: If support for long
9552 file names is not available, behave as if version-control were set
9553 to never.
9554
95552000-10-07 Dave Love <fx@gnu.org>
9556
9557 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
9558 (browse-url-gnome-moz): New function.
9559 (browse-url-browser-function): Use it.
9560 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
9561
95622000-10-07 Stefan Monnier <monnier@cs.yale.edu>
9563
9564 * indent.el (tab-always-indent): New var.
9565 (indent-for-tab-command): Use it.
9566
9567 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
9568 raise an error. This way it can still default to a sane value.
9569
95702000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9571
9572 * startup.el (fancy-splash-screens): Use local rather than global map.
9573 Don't use `update-menu-bindings' any more.
9574 Get rid of assumptions about keymap representation.
9575
95762000-10-06 Dave Love <fx@gnu.org>
9577
9578 * textmodes/fill.el (sentence-end-double-space)
9579 (sentence-end-without-period): Doc fix.
9580 (adaptive-fill-regexp): Purecopy.
9581 (unjustify-current-line): Use line-end-position.
9582 (fill-individual-paragraphs-prefix): Use line-beginning-position.
9583
9584 * net/eudc-vars.el (eudc): Add :version, :link.
9585
9586 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
9587
9588 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
9589 Fix for define-minor-mode.
9590 (function-at-point): Alias to function-called-at-point.
9591
9592 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
9593
9594 * simple.el (backward-word): Doc fix.
9595
9596 * image-file.el (image-file-name-regexp): image-file-regexps ->
9597 image-file-name-regexps.
9598 (image-file-name-extensions): Add pbm.
9599
96002000-10-06 Stefan Monnier <monnier@cs.yale.edu>
9601
9602 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
9603 and add filename to the names so that diff-mode can jump to source.
9604
9605 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
9606 (tex-font-lock-keywords, tex-font-lock-keywords-2)
9607 (tex-font-lock-keywords-1): Remove.
9608 (font-lock-turn-on-thing-lock): Use jit-lock-register.
9609 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
9610 (font-lock-default-fontify-region):
9611 Expand beg..end correctly when just following a multiline region.
9612 (font-lock-fontify-anchored-keywords):
9613 Include the anchor text as part of the multiline.
9614
96152000-10-06 Gerd Moellmann <gerd@gnu.org>
9616
9617 * loadup.el (toplevel): Load `loaddefs' before `help' because the
9618 latter needs the autoloaded define-minor-mode macro during the
9619 bootstrap.
9620
9621 * startup.el (command-line): For now, activate tool-bar-mode only
9622 if XPM images are supported.
9623
9624 * mouse.el (mouse-drag-header-line): Don't allow resizing a
9625 window by dragging a header-line at the top of the frame; that's
9626 confusing because the header-line doesn't move.
9627 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
9628 of treating the event as a list. Some cleanup.
9629
96302000-10-06 Miles Bader <miles@gnu.org>
9631
9632 * simple.el (display-message-or-buffer): New function.
9633 (shell-command-on-region): Use `display-message-or-buffer'.
9634
9635 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
9636 docstring parts.
9637
9638 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9639 (smbclient-prompt-regexp): Add usage note to doc string.
9640 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
9641 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
9642 Use add-hook for adding the comint filter function, and only do so
9643 if it's not already in the global hook list.
9644 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
9645 to `make-local-variable'.
9646 (nslookup-font-lock-keywords): Remove prompt entry.
9647 (nslookup): Don't set the process-filter.
9648 (finger): Exit the loop correctly when the regexps list runs out.
9649 (ftp, smbclient, smbclient-list-shares):
9650 Set the real major mode immediately, not after execing.
9651 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
9652
9653 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
9654
96552000-10-05 Stefan Monnier <monnier@cs.yale.edu>
9656
9657 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
9658
9659 * which-func.el (which-func-format): Remove spurious space.
9660 (which-func-mode): Don't make it permanent-local.
9661 (which-func-ff-hook): Allow which-func-maxout to be nil.
9662 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
9663 (which-func-mode): Simplify.
9664 Use post-command-idle-hook rather than post-command-hook.
9665 Go through all buffers and update their state.
9666 (which-function): Also try add-log-current-defun-function.
9667
9668 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
9669 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
9670 Update call to with-vc-properties accordingly.
9671 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
9672 (vc-revert-buffer): More careful about window selection and deletion.
9673 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
9674
9675 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
9676 (cvs-retrieve-revision): Reuse a pre-existing buffer.
9677 (cvs-dired-action): Change the default to quickdir.
9678
9679 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
9680 if comment-indent-function returns nil.
9681 (comment-indent-default): New function.
9682 (comment-indent-function): Use it and document the new semantics.
9683
9684 * image-file.el: Docstring fixes.
9685
9686 * help.el (help-xref-on-pp): Use match-string.
9687 (describe-variable): New arg BUFFER.
9688 Store the current buffer in the help-xref-stack.
9689 (temp-buffer-resize-mode): Use define-minor-mode.
9690
9691 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
9692 consistently with its docstring.
9693 Set jit-lock-first-unfontify-pos in an idempotent way.
9694 (jit-lock-register): Autoload and add arg CONTEXTUAL.
9695
96962000-10-05 Alex Schroeder <alex@gnu.org>
9697
9698 * sql.el (sql-mysql-options): New variable.
9699 (sql-mysql): Use it.
9700
97012000-10-05 Miles Bader <miles@lsi.nec.co.jp>
9702
9703 * image.el (image): New group.
9704
9705 * smerge-mode.el (smerge-mine-face, smerge-other-face)
9706 (smerge-base-face, smerge-markers-face): Add dark-background variants.
9707
97082000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9709
9710 * net/net-utils.el (nslookup-font-lock-keywords)
9711 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9712 Ignore the value of wqindow-system; always define keywords
9713
97142000-10-05 Kenichi Handa <handa@etl.go.jp>
9715
9716 * startup.el (fancy-splash-screens): Remove the code for
9717 debugging; `(trace-to-stderr "EXITTT\n")'.
9718
97192000-10-05 Miles Bader <miles@gnu.org>
9720
9721 * diff-mode.el (diff-goto-source): Update call to
9722 `diff-hunk-status-msg' to reflect new REV variable.
9723
97242000-10-04 Stefan Monnier <monnier@cs.yale.edu>
9725
9726 * progmodes/icon.el (icon-mode):
9727 Don't gratuitously override the default for comment-column.
9728
9729 * vc-hooks.el (vc-mode-line): Fix interactive spec.
9730
9731 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
9732 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
9733 (jit-lock-functions): New var.
9734 (jit-lock-function-1): Use it if non-nil.
9735 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
9736 Set the `fontified' property before doing the fontification to avoid
9737 repeatedly going through the same error.
9738 Don't turn errors into messages.
9739 (jit-lock-register, jit-lock-unregister): New functions.
9740
9741 * dired.el (dired-mark-pop-up): Turn comment into docstring.
9742 Use with-current-buffer.
9743
9744 * dired-aux.el (dired-do-create-files, dired-kill-tree):
9745 Turn comment into docstring.
9746
9747 * apropos.el (apropos-mode): Use define-derived-mode.
9748
97492000-10-04 Gerd Moellmann <gerd@gnu.org>
9750
9751 * startup.el (fancy-splash-pending-command): New variable.
9752 (fancy-splash-pre-command): New function.
9753 (fancy-splash-screens): Rewritten.
9754 (command-line-1): If fancy-splash-pending-command is set, call it
9755 interactively.
9756
97572000-10-04 Dave Love <fx@gnu.org>
9758
9759 * toolbar/tool-bar.el (tool-bar-setup): New function.
9760 (tool-bar-mode): Use it.
9761
9762 * subr.el (substitute-key-definition): Doc fix.
9763 (play-sound-file): New command.
9764
97652000-10-04 Andre Spiegel <spiegel@gnu.org>
9766
9767 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
9768 vc-version-backup-file-name): New functions.
9769
9770 * files.el (basic-save-buffer): Call vc-before-save before saving.
9771
9772 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
9773 vc-cvs-stay-local-p.
9774
9775 * vc.el (vc-revert-buffer): Handle empty diff properly.
9776 (vc-version-backup-file): New function.
9777 (vc-checkout): Create a version backup if necessary.
9778 (vc-checkin): If a version backup file exists, delete it.
9779 (vc-version-diff): Diff locally using version backups, if available.
9780 (vc-revert-file): If there's a version backup, revert locally.
9781 (vc-transfer-file): Use version backup for base version, if
9782 available. If not, ask for confirmation whether to get it from the
9783 server. Update mode line before check-in.
9784
97852000-10-04 Dave Love <fx@gnu.org>
9786
9787 * toolbar/tool-bar.el (tool-bar-setup): New function.
9788 (tool-bar-mode): Use it.
9789
97902000-10-04 Peter Breton <pbreton@ne.mediaone.net>
9791
9792 * net/net-utils.el (nslookup-font-lock-keywords)
9793 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
9794 Only set if window-system is non-nil
9795 (net-utils-run-program): Returns buffer.
9796 (network-connection-reconnect): Added this function.
9797
9798 * generic.el:
9799 Incorporates extensive cleanup and docfixes by
9800 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
9801 Uses cl compile-time macros.
9802 (generic-mode-name, generic-comment-list)
9803 (generic-keywords-list, generic-font-lock-expressions)
9804 (generic-mode-function-list, generic-mode-syntax-table):
9805 Removed variables.
9806 (generic-mode-alist): Renamed to generic-mode-list.
9807 (generic-find-file-regexp): Default changed to "^#".
9808 (generic-read-type): Uses completing read on generic-mode-list.
9809 (generic-mode-sanity-check): removed this function.
9810 (generic-add-to-auto-mode): Removed this function
9811 (generic-mode-internal): Bind mode-specific definitions
9812 into function instead of putting them in alist.
9813 (generic-mode-set-comments): Reworked extensively.
9814 (generic-mode-find-file-hook): Simplified regexp searching
9815 (generic-make-keywords-list): Omit extra pair of parens
9816
9817 * find-lisp.el (find-lisp-find-files-internal):
9818 Make sure directory name ends with "/".
9819
9820 * generic-x.el (apache-conf-generic-mode):
9821 Regexp now allows leading whitespace.
9822 (rc-generic-mode): Added eval-when-compile
9823 around generic-make-keywords-list.
9824 Deleted duplicate regexp
9825 (rul-generic-mode): Added eval-when-compile
9826 around generic-make-keywords-list.
9827 (etc-fstab-generic-mode): New generic mode.
9828 (rul-generic-mode): Removed one eval-when-compile
9829 which caused a max-specpdl-size exceeded error.
9830
98312000-10-04 Miles Bader <miles@gnu.org>
9832
9833 * simple.el (minibuffer-temporary-goal-position): New variable.
9834 (next-history-element): Try to keep the position of point in the
9835 input string constant.
9836
9837 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
9838 (dired-do-create-files): If there's only one file, pass it in as
9839 the DEFAULT arg to dired-mark-read-file-name.
9840
98412000-10-03 Stefan Monnier <monnier@cs.yale.edu>
9842
9843 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
9844 (diff-goto-source): Be smarter when choosing REVERSE or not.
9845
9846 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
9847 (texinfo-mode-menu): Add an explicit shortcut for update all.
9848
98492000-10-03 Andre Spiegel <spiegel@gnu.org>
9850
9851 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
9852 factorize backend-specific code cleanly (this was essentially
9853 conceived by Stefan Monnier).
9854 (vc-unregister): Function removed.
9855 (vc-revert-file): New function.
9856 (vc-revert-buffer): Delegate some of the work to it.
9857
9858 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
9859 default branch unconditionally.
9860 (vc-rcs-set-default-branch): New function.
9861 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
9862 (vc-rcs-checkin): If an appropriate default branch has been set,
9863 force creation of that branch.
9864 (vc-rcs-receive-file): Rewritten to contain only backend-specific
9865 code (as suggested by Stefan Monnier).
9866
98672000-10-02 Gerd Moellmann <gerd@gnu.org>
9868
9869 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
9870 highlighting overlay with a different face over the overlay
9871 isearch uses to highlight the current match because that can lead
9872 to bad face combinations.
9873
9874 * loadup.el (toplevel): Load faces before isearch.
9875
9876 * isearch.el (isearch-faces): New custom group.
9877 (isearch): New defface; was already tested for in the code.
9878 (isearch-lazy-highlight-face): Changed to defface from defcustom.
9879 (isearch-highlight): Always use face `isearch'.
9880
98812000-10-02 Dave Love <fx@gnu.org>
9882
9883 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
9884 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
9885 comparison of opcode with operand.
9886
98872000-10-03 Miles Bader <miles@gnu.org>
9888
9889 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
9890 buffer, since the echo area will now grow to accommodate them.
9891
98922000-10-02 Andre Spiegel <spiegel@gnu.org>
9893
9894 * vc-hooks.el (vc-registered): If FILE used to be registered under
9895 a certain backend, try that one first.
9896
9897 * vc.el (vc-responsible-backend): Undo the previous change in the
9898 argument list. Handle multiple backends correctly.
9899 (vc-find-new-backend): Function removed.
9900 (vc-register): Use vc-responsible-backend, as before.
9901 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
9902
99032000-10-02 Gerd Moellmann <gerd@gnu.org>
9904
9905 * startup.el (fancy-splash-head): Change message below the
9906 logo.
9907
99082000-10-02 Miles Bader <miles@lsi.nec.co.jp>
9909
9910 * diff-mode.el (diff-goto-source): Emit a status message.
9911 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
9912 (diff-test-hunk): Fix doc string.
9913 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
9914 (diff-advance-after-apply-hunk): New variable.
9915 (diff-apply-hunk): Don't return a value.
9916
99172000-10-01 Stefan Monnier <monnier@cs.yale.edu>
9918
9919 * vc.el (vc-editable-p): Minor optimization.
9920 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
9921 (vc-find-new-backend): New function split from vc-responsible-backend.
9922 (vc-register): Use it.
9923 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
9924 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
9925 (vc-default-unregister, vc-revert-buffer): Docstring fix.
9926 (vc-clear-headers): Don't use find-file.
9927 (vc-revert-buffer): Use `and' again (must have been a braino).
9928 (vc-switch-backend): Only prompt if requested.
9929 Short circuit if nothing is to be done.
9930 Don't use vc-resynch-buffer which could lose unsaved editing.
9931 (vc-default-receive-file): Update call to vc-unregister.
9932 (with-vc-file, vc-next-action-on-file):
9933 Use vc-backend rather than vc-registered.
9934 (vc-next-action-on-file): Use intern-soft.
9935 Deal with read-only *vc-diff* buffer.
9936 (vc-transfer-file): Docstring fix.
9937
9938 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
9939 (vc-rcs-receive-file): Avoid with-vc-properties.
9940 Update call to vc-unregister.
9941 Use constant `RCS' rather than (dynamically bound) var `backend'.
9942
99432000-10-01 Andre Spiegel <spiegel@gnu.org>
9944
9945 * vc.el (vc-next-action-on-file): Update mode line only if file
9946 is visited.
9947 (vc-start-entry): New argument initial-contents. Don't visit the file
9948 if it isn't already visited. Brought documentation up-to-date.
9949 (vc-next-action, vc-register): Updated calls to vc-start-entry.
9950 (vc-checkin): New optional arg initial-contents, which is passed to
9951 vc-start-entry.
9952 (vc-finish-logentry): Make sure to bury log buffer only if there
9953 really is one. Call `vc-resynch-buffer' on log-file, not
9954 buffer-file-name.
9955 (vc-default-comment-history, vc-default-wash-log): New functions.
9956 (vc-index-of): Removed.
9957 (vc-transfer-file): Make do without the above.
9958 (vc-default-receive-file): Call comment-history unconditionally. Pass
9959 the resulting string to vc-checkin, instead of inserting it into the
9960 comment ring.
9961
9962 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
9963 unconditionally. Use the comments as initial contents of the log
9964 entry buffer. Document the trick to force branch creation with no
9965 changes.
9966
99672000-10-01 Miles Bader <miles@gnu.org>
9968
9969 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
9970 `recenter' with an arg to prevent redrawing the display.
9971
99722000-09-30 Stefan Monnier <monnier@cs.yale.edu>
9973
9974 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
9975
9976 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
9977
9978 * progmodes/c-mode.el (c-mode):
9979 Don't gratuitously override the default for comment-column.
9980
9981 * textmodes/tex-mode.el (latex-metasection-list): New var.
9982 (latex-imenu-create-index): Use it.
9983 Move the regexp construction outside loops (and use push).
9984 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
9985 (tex-font-lock-keywords): Moved from font-lock.el.
9986 (tex-comment-indent): Remove.
9987 (tex-common-initialization): Don't set comment-indent-function.
9988 (latex-block-default): New var.
9989 (tex-latex-block): Use it to provide a default choice.
9990 Add any unknown choice to latex-block-names.
9991 Insert [...] after {...}.
9992 (tex-last-unended-begin): Simplify regexp.
9993 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
9994 (latex-forward-sexp-1, latex-forward-sexp): New functions.
9995 (latex-mode): Set forward-sexp-function.
9996
9997 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
9998 Add regexp for @ignore ... @end ignore.
9999 (texinfo-heading-face): New face.
10000 (texinfo-font-lock-keywords): Use it.
10001 (texinfo-mode-menu): New menu.
10002 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
10003 New functions.
10004 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
10005 (texinfo-section-types-regexp, texinfo-section-level-regexp)
10006 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
10007 Remove declaration.
10008 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
10009
10010 * delsel.el (delete-selection-mode): Use define-minor-mode.
10011
10012 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
10013
100142000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10015
10016 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
10017
100182000-09-30 Gerd Moellmann <gerd@gnu.org>
10019
10020 * replace.el (keep-lines-read-args): New function.
10021 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
10022 read arguments interactively. Add parameters RSTART and REND.
10023 Operate on the active region in Transient Mark mode.
10024
10025 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
10026
10027 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
10028 (authors-obsolete-files-regexps): New variable.
10029 (authors-add): Don't record changes in obsolete files.
10030
100312000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10032
10033 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
10034
10035 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
10036 (comment-indent): Make sure there's a space between code and comment.
10037 Shift comments left to avoid going past fill-column.
10038
100392000-09-29 Gerd Moellmann <gerd@gnu.org>
10040
10041 * startup.el (startup-echo-area-message): New function.
10042 (display-startup-echo-area-message): Use it.
10043 (fancy-splash-screens): Rewritten to use keymaps and a timer.
10044 (fancy-splash-default-action): New function.
10045 (fancy-splash-screens-1): New function.
10046 (fancy-splash-head): Put a help-echo and a keymap under the image.
10047
100482000-09-29 Stefan Monnier <monnier@cs.yale.edu>
10049
10050 * diff-mode.el (diff-add-log-file-name): Remove.
10051 (diff-mode): Use add-log-buffer-file-name-function.
10052
10053 * add-log.el (find-change-log): New arg BUFFER-FILE.
10054 (add-log-file-name): Obey add-log-file-name-function.
10055 (add-log-buffer-file-name-function): New var.
10056 (add-change-log-entry): Use it.
10057
100582000-09-29 Miles Bader <miles@gnu.org>
10059
10060 * image-file.el (image-file-name-extensions): New variable.
10061 (image-file-name-regexps): Renamed from `image-file-regexps'.
10062 New default value is nil. Call `auto-image-file-mode'.
10063 (image-file-name-regexp): New function.
10064 (auto-image-file-mode): New minor mode.
10065 (insert-image-file): Don't make conditional on the image-file
10066 handler being enabled.
10067 (image-file-handler): Make the call here conditional instead.
10068 (set-image-file-handler-enabled, enable-image-file-handler)
10069 (disable-image-file-handler): Functions removed.
10070
10071 * emacs-lisp/authors.el (authors-print): Rephrase many-files
10072 string.
10073
100742000-09-29 Gerd Moellmann <gerd@gnu.org>
10075
10076 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
10077 it's a function from CL.
10078 (latex-imenu-create-index): Replace eval-when-compile with progn
10079 because latex-section-alist is not bound while compiling.
10080
100812000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10082
10083 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
10084 (outline-mode): Use define-derived-mode.
10085
10086 * progmodes/perl-mode.el (perl-mode):
10087 * progmodes/awk-mode.el (awk-mode):
10088 * progmodes/asm-mode.el (asm-mode):
10089 Don't gratuitously override the default for comment-column.
10090
10091 * emacs-lisp/lisp.el (lisp-complete-symbol):
10092 Distinguish the let-binding case from the funcall case.
10093 (forward-sexp-function): New variable.
10094 (forward-sexp): Use it.
10095
10096 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
10097 (easy-mmode-defmap): Remove the now useless autoload.
10098
10099 * time.el (display-time-mode): Use define-minor-mode.
10100
10101 * subr.el (add-minor-mode): Don't eval NAME.
10102 Don't depend on the presence of TOGGLE-FUN for any special behavior.
10103 Use if rather than cond.
10104
10105 * simple.el (read-expression-map): Define more properly.
10106 (comment-indent-hook): Remove.
10107 (string-to-syntax): Bug fix.
10108
10109 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
10110 (cvs-ediff-diff): Fix typo.
10111 (cvs-revert-if-needed): Don't bother preserving read-only.
10112
10113 * paren.el (show-paren-mode): Use define-minor-mode.
10114
10115 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
10116 (toggle-auto-compression): Remove.
10117 (jka-compr-build-file-regexp): Remove useless grouping.
10118
10119 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
10120 Avoid user-reserved bindings.
10121 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
10122 (diff-header-face): Revert to grey85.
10123
10124 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
10125
10126 * complete.el (partial-completion-mode) <defcustom>: Remove.
10127 (partial-completion-mode): Use define-minor-mode.
10128 (PC-do-completion): Understand `completion-auto-help = delay'
10129 to mean to popup the completion buffer only the second time.
10130 (PC-include-file-all-completions, PC-include-file-all-completions)
10131 (PC-include-file-all-completions): Don't quote lambda.
10132
10133 * comint.el (comint-mode-hook): Docstring fix.
10134 (comint-mode): Use define-derived-mode.
10135 (comint-mode-map): Remove obsolete comment.
10136 (make-comint): Minor stylistic change.
10137 (comint-insert-clicked-input): Be more careful to find the overlay.
10138 Use this-command-keys rather than hardcoding mouse-2.
10139
10140 * font-lock.el: Replace confusing (,@ with ,
10141 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
10142 Don't use regexp-opt-depth. Spice up the regexp for args.
10143 Don't distinguish between cmds that can take an opt arg or not.
10144 Use `append' and `prepend' rather than `keep'.
10145
10146 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
10147 (latex-outline-regexp): New var.
10148 (latex-outline-level): New fun.
10149 (latex-section-alist): New var.
10150 (latex-imenu-create-index): Use it. Use `push' as well.
10151 (tex-shell-map): Initialize it properly.
10152 (tex-mode): Minor stylistic change.
10153 (plain-tex-mode): Use define-derived-mode.
10154 (latex-mode): Use define-derived-mode.
10155 Construct the paragraph regexps in a more readable way.
10156 Set the buffer-local outline-{level,regexp} vars.
10157 (slitex-mode): Derive from latex-mode.
10158 (tex-common-initialization): Don't kill-all-vars anymore.
10159 Add setting for comment-add and font-lock-defaults.
10160 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
10161 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
10162 (tex-start-tex): New arg DIR (and send a chdir command for it).
10163 Also display the shell buffer and save it in tex-last-buffer-texed.
10164 (tex-region): Use expand-file-name rather than concat.
10165 Remove code made useless by changes in tex-start-tex.
10166 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
10167
10168 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
10169
101702000-09-28 Dave Love <fx@gnu.org>
10171
10172 * eshell/eshell.el (eshell) <defgroup>: Add :version.
10173
101742000-09-28 Gerd Moellmann <gerd@gnu.org>
10175
10176 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
10177 `append'.
10178
101792000-09-28 Stefan Monnier <monnier@cs.yale.edu>
10180
10181 * info.el (Info-extract-pointer): Undo last change.
10182 Instead, fix the position of the `bound' arg to re-search-backward.
10183
101842000-09-27 Stefan Monnier <monnier@cs.yale.edu>
10185
10186 * info.el (Info-extract-pointer):
10187 Widen more carefully, to avoid finding pointers in other nodes.
10188 (Info-index): Use push.
10189
101902000-09-27 Gerd Moellmann <gerd@gnu.org>
10191
10192 * frame.el (set-frame-font): Remove call to obsolete function
10193 frame-update-faces.
10194 (set-foreground-color, set-background-color): Likewise for
10195 frame-update-face-colors.
10196
101972000-09-27 Miles Bader <miles@gnu.org>
10198
10199 * image-file.el: New file.
10200
102012000-09-27 Gerd Moellmann <gerd@gnu.org>
10202
10203 * frame.el (frame-notice-user-settings): Don't call
10204 frame-update-faces, which is a no-op now.
10205
10206 * ediff-wind.el (ediff-control-frame-parameters): Add zero
10207 tool-bar-lines.
10208
102092000-09-27 Dave Love <fx@gnu.org>
10210
10211 * mouse.el: Fix last change.
10212
102132000-09-27 Miles Bader <miles@lsi.nec.co.jp>
10214
10215 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
10216
102172000-09-22 Kenichi Handa <handa@etl.go.jp>
10218
10219 * international/quail.el (quail-help): The output message is
10220 improved.
10221
102222000-09-26 Dave Love <fx@gnu.org>
10223
10224 * mouse.el (popup-menu): If POSITION is nil, set it using
10225 mouse-position.
10226
102272000-09-25 Sam Steingold <sds@gnu.org>
10228
10229 * net/browse-url.el (browse-url-file-url): Check for null maps.
10230
102312000-09-26 Gerd Moellmann <gerd@gnu.org>
10232
10233 * frame.el (frame-notice-user-settings): Don't add a
10234 tool-bar-lines frame parameter to default-frame-alist in batch mode.
10235
10236 * frame.el (frame-notice-user-settings):
10237 Make tool-bar-mode and default-frame-alist consistent.
10238
10239 * toolbar/tool-bar.el (tool-bar-help): New function.
10240
102412000-09-25 Gerd Moellmann <gerd@gnu.org>
10242
10243 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
10244 current-load-list in top-level forms. Else this leaks a cons cell
10245 every time a defun is called.
10246
10247 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
10248
102492000-09-25 Dave Love <fx@gnu.org>
10250
10251 * startup.el (fancy-splash-head): Check XPM is available.
10252
10253 * autoinsert.el (auto-insert): Doc fix.
10254 (auto-insert-alist): Following GNU notices, don't say `copyright
10255 _by_'. Use line-beginning-position.
10256 (auto-insert): Check buffer-file-name is non-nil before use.
10257
102582000-09-25 Gerd Moellmann <gerd@gnu.org>
10259
10260 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
10261 starting with `@def' or `@multitable', in addition to ones
10262 specified by the user in auto-fill-inhibit-regexp.
10263
102642000-09-25 Markus Rost <rost@math.ohio-state.edu>
10265
10266 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
10267 rmail-dont-reply-to-names matches the empty string.
10268
102692000-09-25 Gerd Moellmann <gerd@gnu.org>
10270
10271 * startup.el (command-line-1, fancy-splash-text): Change the
10272 text to sound more friendly.
10273
102742000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
10275
10276 * progmodes/hideshow.el: Update author email address.
10277 Generally, sync w/ maintainer version 5.22.
10278 (hs-hide-all-non-comment-function): New var.
10279 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
10280 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
10281 (hs-show-region): Delete this command.
10282 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
10283
102842000-09-22 Dave Love <fx@gnu.org>
10285
10286 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
10287 (hl-line-highlight): Specify buffer when moving overlay.
10288
10289 * progmodes/fortran.el (fortran-mode): Locally set
10290 normal-auto-fill-function.
10291 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
10292 (fortran-mode-map): Adjust auto-fill menu entry.
10293
102942000-09-22 Gerd Moellmann <gerd@gnu.org>
10295
10296 * vc-rcs.el (toplevel): Require `vc' when compiling.
10297
10298 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
10299
103002000-09-22 Andre Spiegel <spiegel@gnu.org>
10301
10302 * vc.el (vc-switch-backend): Signal an error if the file is not
10303 registered under the new backend.
10304
10305 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
10306 without explicit revision number.
10307
103082000-09-21 Stefan Monnier <monnier@cs.yale.edu>
10309
10310 * diff-mode.el (diff-file-header-face): Reset to its previous value.
10311 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
10312 (diff-xor): New function.
10313 (diff-find-source-location): Use it. Fix a stupid name clash.
10314 (diff-hunk-status-msg): New function.
10315 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
10316 (diff-test-hunk): Use diff-find-source-location.
10317 (diff-goto-source): Favor the `reverse'.
10318 (diff-hunk-text): Properly handle one-sided context diffs.
10319 (diff-apply-hunk): When done, advance to the next hunk.
10320
103212000-09-21 Gerd Moellmann <gerd@gnu.org>
10322
10323 * startup.el (command-line): If frame was created with a non-zero
10324 tool-bar-lines parameter, switch tool-bar-mode on.
10325
10326 * add-log.el (change-log-date-face, change-log-name-face)
10327 (change-log-email-face, change-log-file-face)
10328 (change-log-list-face, change-log-conditionals-face)
10329 (change-log-function-face, change-log-acknowledgement-face):
10330 New faces, inheriting from font-lock faces.
10331 (change-log-font-lock-keywords): Use them.
10332
103332000-09-21 Dave Love <fx@gnu.org>
10334
10335 * progmodes/cperl-mode.el (top-level): Clean up
10336 `eval-when-compile's and assorted defvars.
10337 (cperl-invalid-face): Don't double-quote value. Change custom
10338 type.
10339 (cperl-mode): Set normal-auto-fill-function and don't zap
10340 auto-fill-function.
10341 (cperl-imenu--function-name-regexp-perl): Renamed from
10342 imenu-example--function-name-regexp-perl.
10343 (cperl-imenu--create-perl-index): Renamed from
10344 imenu-example--create-perl-index.
10345 (cperl-xsub-scan): Don't require cl.
10346
10347 * msb.el (msb-mode-map): Use substitute-key-definition.
10348 (msb-mode): Use msb-mode-map.
10349
103502000-09-21 Andre Spiegel <spiegel@gnu.org>
10351
10352 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
10353 New functions.
10354 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
10355 (vc-switch-backend): New function.
10356 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
10357 (vc-register): Fix prompt.
10358 (vc-unregister, vc-default-unregister): New functions.
10359 (vc-version-diff): Handle empty buffer in sentinel.
10360
10361 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
10362 (vc-rcs-state-heuristic): Use it to guess the state of files with
10363 non-strict locking.
10364 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
10365 been set with -b, but not created yet.
10366 (vc-rcs-fetch-master-state): With non-strict locking, compare file
10367 contents in order to find the state.
10368 (vc-rcs-checkin): Allow creation of branches with no changes.
10369 (vc-rcs-unregister, vc-rcs-receive-file)
10370 (vc-rcs-set-non-strict-locking): New functions.
10371
10372 * vc-hooks.el (vc-name): Force correct computation of the value
10373 in case it is missing.
10374
103752000-09-21 Gerd Moellmann <gerd@gnu.org>
10376
10377 * startup.el (fancy-splash-tail): Use a different foreground
10378 color on a dark frame background.
10379
103802000-09-21 Miles Bader <miles@lsi.nec.co.jp>
10381
10382 * info.el: Use the correct capitalization when making Info-mode
10383 and Info-edit-mode `special' modes.
10384
103852000-09-20 Stefan Monnier <monnier@cs.yale.edu>
10386
10387 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
10388 (diff-mode): Add support for add-log.el.
10389 (diff-hunk-text): Use char offsets rather than line offsets.
10390 (diff-find-source-location): Replace LINE with line-offset (nil
10391 if not found) and always set POS to a meaningful position.
10392 Adapt to the new char-offsets.
10393 (diff-apply-hunk): Drop support for the unused `select' POPUP.
10394 Adapt to the new diff-find-source-location.
10395 (diff-goto-source): Adapt to the new diff-find-source-location.
10396
10397 * add-log.el (add-log-file-name): New function (split out of
10398 add-change-log-entry).
10399 (add-change-log-entry): Use it.
10400 Call add-log-file-name-function with the changelog file name if
10401 the current buffer is not associated with any file.
10402 Avoid find-file if the selected window is dedicated.
10403
10404 * diff-mode.el (diff-find-source-location):
10405 Move code from diff-apply-hunk. Return buffer rather than file.
10406 (diff-apply-hunk): Use the new result from diff-find-source-location.
10407 (diff-goto-source): Use the new diff-find-source-location.
10408
104092000-09-20 Dave Love <fx@gnu.org>
10410
10411 * iswitchb.el: Some doc fixes.
10412 (iswitchb-mode-map): Define completely initially. Inherit
10413 minibuffer-local-map.
10414 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
10415 fundamental-mode.
10416 (iswitchb-global-map): New variable.
10417 (iswitchb-summaries-to-end): Amalgamate regexps.
10418 (iswitchb-mode): New.
10419 (iswitchb-mode-hook): New variable.
10420 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
10421 `extensions'.
10422
104232000-09-20 Gerd Moellmann <gerd@gnu.org>
10424
10425 * ehelp.el (electric-help): New defgroup.
10426 (electric-help-shrink-window): New user-option.
10427 (with-electric-help): Use it.
10428
10429 * window.el (shrink-window-if-larger-than-buffer): If face
10430 `mode-line' has a :box, and we're on a graphical frame, add 1
10431 to the needed window height.
10432
10433 * frame.el (frame-notice-user-settings): Add a last parameter nil
10434 to a call to `append', because the last list passed to `append' is
10435 not copied, and so subsequent calls to assq-delete-all will modify
10436 default-frame-alist.
10437
10438 * startup.el (fancy-splash-image): Change :type.
10439 (fancy-splash-head): Use an XBM image if appropriate.
10440 (command-line-1): Show splash screens in more cases.
10441
10442 * startup.el (fancy-splash-text): Don't quote faces.
10443
10444 * dired.el (dired-font-lock-keywords): Undo last change.
10445 (dired-readin): Bind indent-tabs-mode to nil.
10446
10447 * startup.el (fancy-splash-head): If frame's background mode
10448 is `dark', change the black background of the image to gray.
10449 (fancy-splash-screens): Display startup echo area message.
10450 (display-startup-echo-area-message): New function.
10451
104522000-09-20 Miles Bader <miles@lsi.nec.co.jp>
10453
10454 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
10455
10456 * info.el (info-header-node): Tweak for color ttys.
10457
10458 * faces.el (face-valid-attribute-values): Make sure directories we
10459 search for stipples both exist and are readable before trying to
10460 search them.
10461
10462 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
10463 in the dry-run case.
10464
10465 * jka-compr.el (with-auto-compression-mode): New macro.
10466
10467 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
10468 (custom-group-tag-face, custom-variable-tag-face): Use relative
10469 :height and inherit from `variable-pitch' face instead of
10470 hardwiring :family.
10471 * hi-lock.el (hi-black-hb): Likewise.
10472
10473 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
10474 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
10475 toolbar-add-item, if image doesn't have a mask add a `:mask
10476 heuristic'.
10477
104782000-09-19 Stefan Monnier <monnier@cs.yale.edu>
10479
10480 * diff-mode.el: Docstring fixes.
10481 (diff-header-face, diff-comment-face): New faces.
10482 (diff-font-lock-keywords): Highlight a bit differently.
10483 (diff-find-source-location): Don't return SPAN any more.
10484 (diff-hunk-text): Don't bother erasing the temp buffer.
10485 (diff-find-text): Drop argument LINE.
10486 (diff-apply-hunk): Update calls to diff-find-text.
10487 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
10488
10489 * calendar/calendar.el: Docstring fixes.
10490 (calendar-make-alist): Don't quote lambda.
10491 (calendar-star-date): Use make-local-variable.
10492
104932000-09-19 Dave Love <fx@gnu.org>
10494
10495 * toolbar/tool-bar.el: Renamed from toolbar.el.
10496 Change `toolbar' to `tool-bar' generally in symbols.
10497 Make some items invisible in `special' major modes.
10498 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
10499 Add arg PROPS.
10500
10501 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
10502 Add :version here.
10503 (fancy-splash-delay, fancy-splash-image): Remove :version here.
10504
105052000-09-19 Gerd Moellmann <gerd@gnu.org>
10506
10507 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
10508
10509 * files.el (find-file-suppress-same-file-warnings): New user-option.
10510 (find-file-noselect): Use it.
10511
10512 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
10513 (fancy-splash-screen): Defgroup.
10514
10515 * add-log.el (change-log-font-lock-keywords): Match names
10516 more exactly for the case that font-lock-constant-face is
10517 underlined.
10518
105192000-09-19 Richard M. Stallman <rms@gnu.org>
10520
10521 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
10522
105232000-09-19 Andre Spiegel <spiegel@gnu.org>
10524
10525 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
10526
105272000-09-19 Gerd Moellmann <gerd@gnu.org>
10528
10529 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
10530 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
10531 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
10532 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
10533 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
10534 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
10535 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
10536 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
10537 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
10538 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
10539 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
10540 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
10541
10542 * startup.el (fancy-splash-text): New variable.
10543 (fancy-splash-delay, fancy-splash-image): New user-options.
10544 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
10545 (fancy-splash-screens): New functions.
10546 (command-line-1): If display has a `display' frame parameter, has
10547 colors, and we have XPM support, show more fancy splash screens.
10548
105492000-09-19 Dave Love <fx@gnu.org>
10550
10551 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
10552 with null `help'. Use modern backquote syntax.
10553
105542000-09-19 Gerd Moellmann <gerd@gnu.org>
10555
10556 * font-lock.el (font-lock-mode): Change message telling the user
10557 that ``the buffer is too big''.
10558
10559 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
10560 for instance for the case that tab-width is 2.
10561
105622000-09-18 Gerd Moellmann <gerd@gnu.org>
10563
10564 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
10565 toolbar-add-item, if image doesn't have a mask add a `:mask
10566 heuristic'.
10567
105682000-09-18 Miles Bader <miles@lsi.nec.co.jp>
10569
10570 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
10571 and return a cons if it's non-nil.
10572 (diff-apply-hunk): Try to jump to the line in the source text
10573 corresponding to the position of point in the in the hunk.
10574
10575 * info.el (Info-title-3-face, Info-title-2-face)
10576 (Info-title-1-face): Use face inheritance and relative sizes
10577 instead of hard-wiring things.
10578
10579 * faces.el (secondary-selection): Make dark-background variant sane.
10580
105812000-09-16 Andrew Innes <andrewi@gnu.org>
10582
10583 * makefile.w32-in (compile-files-CMD): No need to make .elc files
10584 read-only, since they aren't under VC now.
10585
105862000-09-17 Dave Love <fx@gnu.org>
10587
10588 * tmm.el: Replace mapcar with mapc in several places.
10589
10590 * loadhist.el (unload-feature): Maybe call elp-restore-list and
10591 ad-unadvise.
10592
10593 * international/latin1-disp.el: New file.
10594
10595 * calendar/cal-move.el (scroll-calendar-left)
10596 (scroll-calendar-right): Make arg optional (for active mode line).
10597
10598 * calendar/calendar.el (calendar-mode-line-format): Make fields
10599 mouse-sensitive.
10600 (calendar-read-date, calendar-read-date, calendar-window-list):
10601 Unquote lambda.
10602 (calendar-month-name): Use aref, not sref.
10603
10604 * view.el (minor-mode-alist): Propertize the string.
10605
10606 * international/characters.el (standard-case-table): Add entries
10607 for Greek.
10608
106092000-09-18 Miles Bader <miles@gnu.org>
10610
10611 * info.el (info-node, info-xref): Add dark-background variants.
10612
10613 * faces.el (header-line): Change defaults to be less confusing
10614 when mixed with mode-lines.
10615
10616 * info.el (Info-fontify-node): Make a few cleanups.
10617 Add extra `help-echo' and `local-map' props to node xrefs.
10618 Use header-specific faces for node-names & xrefs.
10619 (Info-use-header-line): New variable.
10620 (info-header-xref, info-header-node): New faces.
10621 (Info-setup-header-line): New function.
10622 (Info-select-node): Call Info-setup-header-line when enabled.
10623 (Info-extract-pointer): Work even if the header line is hidden.
10624 (Info-header-line): New variable.
10625
106262000-09-16 Stefan Monnier <monnier@cs.yale.edu>
10627
10628 * vms-patch.el (print-region-function): Don't quote lambda.
10629
10630 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
10631
10632 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
10633 (lm-get-header-re): Allow spaces between the header and the colon.
10634 (lm-header): Allow $ in non-RCS headers.
10635 (lm-header-multiline): Put the strings back into order.
10636 Stop at an empty line. Don't require two space chars if the
10637 line is clearly not another header line.
10638
10639 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
10640 (popup-menu-popup): Remove.
10641
106422000-09-15 Gerd Moellmann <gerd@gnu.org>
10643
10644 * toolbar/toolbar.el (toolbar-add-item): Use the same image
10645 specification if or if not tool-bar item contains an `:enabled'
10646 property.
10647
10648 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
10649 current buffer has no file name.
10650
106512000-09-15 Dave Love <fx@gnu.org>
10652
10653 * strokes.el: Sync with maintainer's current version with changes
10654 for Emacs, but avoid runtime cl and levents.
10655 (toplevel): Change autoloads and compilation requires.
10656 (strokes-version, strokes-bug-address, strokes-lift): Values
10657 changed.
10658 (strokes-xpm-header, strokes-insinuated): New variable.
10659 (strokes): Add :link.
10660 (strokes-mode): Customized.
10661 (strokes-while-inhibiting-garbage-collector): New macro.
10662 (strokes-remassoc): Avoid remove-if.
10663 (strokes-fix-button2-command): Don't use ad-do-it.
10664 (strokes-insinuate): New function.
10665 (strokes-button-press-event-p, strokes-button-release-event-p):
10666 New functions, used instead of non-`strokes-' versions..
10667 (strokes-mouse-event-p): Rewritten.
10668 (strokes-event-closest-point): Avoid event-point.
10669 (strokes-get-grid-position): Avoid cdadr, caadr
10670 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
10671 functions.
10672 (strokes-help): Use with-output-to-temp-buffer.
10673 (strokes-window-configuration-changed-p): New function.
10674 (strokes-update-window-configuration): Use buffer-live-p,
10675 strokes-window-configuration-changed-p.
10676 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
10677 (strokes-char-face): New face.
10678 (strokes-char-table, strokes-base64-chars): New variable.
10679 (strokes-xpm-for-stroke, strokes-list-strokes)
10680 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
10681 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
10682 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
10683 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
10684 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
10685 functions.
10686
106872000-09-15 Gerd Moellmann <gerd@gnu.org>
10688
10689 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
10690
10691 * image.el (create-image): Doc fix.
10692
10693 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
10694 instead of `:heuristic-mask t'.
10695
106962000-09-14 Andrew Innes <andrewi@gnu.org>
10697
10698 * makefile.w32-in: Revert to Unix line endings.
10699
107002000-09-14 Andrew Innes <andrewi@gnu.org>
10701
10702 * makefile.w32-in: Add bootstrap support. Also copy lisp source
10703 when installing.
10704
10705 * makefile.nt (DONTCOMPILE): Fix typo.
10706
10707 * shell.el (shell-write-history-on-exit): New function.
10708 (shell-dumb-shell-regexp): New custom variable.
10709 (shell-mode): Make shell-write-history-on-exit the process
10710 sentinel if shell name matches shell-dumb-shell-regexp.
10711
10712 * w32-fns.el: Comment out before-init-hook function which resets
10713 source-directory based; this breaks bootstrap.
10714
107152000-09-14 Dave Love <fx@gnu.org>
10716
10717 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
10718 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
10719 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
10720 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
10721 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
10722 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
10723 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
10724 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
10725 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
10726
10727 * toolbar/toolbar.el: New.
10728
10729 * subdirs.el: Add toolbar.
10730
107312000-09-14 Gerd Moellmann <gerd@gnu.org>
10732
10733 * indent.el (indent-for-tab-command): Doc fix.
10734
107352000-09-14 Alex Schroeder <alex@gnu.org>
10736
10737 * ansi-color.el (ansi-colors): Doc change.
10738 (ansi-color-get-face): Simplified regexp.
10739 (ansi-color-faces-vector): Added more faces, doc change.
10740 (ansi-color-names-vector): Doc change.
10741 (ansi-color-regexp): Simplified regexp.
10742 (ansi-color-parameter-regexp): New regexp.
10743 (ansi-color-filter-apply): Doc change.
10744 (ansi-color-filter-region): Doc change.
10745 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
10746 deal with zero length parameters.
10747 (ansi-color-apply-on-region): Doc change.
10748 (ansi-color-map): Doc change.
10749 (ansi-color-map-update): Removed debugging message.
10750 (ansi-color-get-face-1): Added condition-case to trap
10751 args-out-of-range errors.
10752 (ansi-color-get-face): Doc change.
10753 (ansi-color-make-face): Removed.
10754 (ansi-color-for-shell-mode): New option.
10755
107562000-09-13 Kenichi Handa <handa@etl.go.jp>
10757
10758 * international/quail.el (quail-start-translation): Translate KEY
10759 if necessary even if it doesn't have any mapping in the current
10760 input method.
10761 (quail-start-conversion): Likewise.
10762 (quail-help): The output message is improved.
10763
107642000-09-13 Miles Bader <miles@gnu.org>
10765
10766 * comint.el (comint-output-filter): Revert to using
10767 `insert-before-markers'. Add bletcherous hack to undo damage
10768 caused by `insert-before-markers'. Put `front-sticky' property on
10769 overlays created here so that the field code understands how the
10770 overlay works. Use a let when making comint-last-prompt-overlay,
10771 so that the code is easier to read.
10772
107732000-09-13 Dave Love <fx@gnu.org>
10774
10775 * wid-edit.el (widget-default-format-handler): DTRT when
10776 doc-property is a function.
10777
107782000-09-12 Francesco Potorti` <pot@gnu.org>
10779
10780 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
10781 filed name if it's not there.
10782
107832000-09-12 Dave Love <fx@gnu.org>
10784
10785 * simple.el (read-mail-command): Doc fix.
10786 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
10787
10788 * vc.el (vc-dired-listing-switches): Fix :version.
10789
10790 * vc-hooks.el: Doc fixes.
10791
10792 * subr.el (add-minor-mode): Use toggle-fun arg.
10793
10794 * speedbar.el: Add :version to several defcustoms.
10795
10796 * imenu.el (imenu--truncate-items, imenu--cleanup)
10797 (imenu--generic-function): Avoid mapcar.
10798 (imenu--replace-spaces): Function removed.
10799 (imenu--completion-buffer): Use subst-char-in-string.
10800 (imenu-add-to-menubar): Use keymap inheritance.
10801
108022000-09-12 Miles Bader <miles@gnu.org>
10803
10804 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
10805 (diff-mode-map): Bind `diff-test-hunk'.
10806 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
10807
108082000-09-11 Gerd Moellmann <gerd@gnu.org>
10809
10810 * bytecomp.el (byte-compile-defvar): Undo last change
10811 because it breaks '(make-variable-buffer-local (defvar ...)'
10812 which is used at least in dired.
10813
108142000-09-12 Kenichi Handa <handa@etl.go.jp>
10815
10816 * international/quail.el (quail-define-package): Docstring
10817 modified.
10818
108192000-09-12 Kenichi Handa <handa@etl.go.jp>
10820
10821 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
10822 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
10823 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
10824 docstring of "chinese-py".
10825
10826 * international/quail.el (quail-translation-docstring): New
10827 variable.
10828 (quail-show-keyboard-layout): Docstring modified.
10829 (quail-select-current): Likewise.
10830 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
10831 infinite recursive call.
10832 (quail-help): Check quail-translation-docstring. Format of the
10833 output changed.
10834 (quail-help-insert-keymap-description): Adjusted for the above
10835 change.
10836
108372000-09-11 Gerd Moellmann <gerd@gnu.org>
10838
10839 * bytecomp.el (byte-compile-defvar): Only cons onto
10840 current-load-list in top-level forms. Else this leaks a cons cell
10841 every time a defun is called.
10842
108432000-09-11 Miles Bader <miles@lsi.nec.co.jp>
10844
10845 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
10846 Now understands non-unified diffs. Some functionality moved into
10847 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
10848 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
10849 modify anything. Only reposition point in the patched file if the
10850 patch succeeds. Only pop up another window if POPUP is true.
10851 Emit a message describing what happened if successful, and at what
10852 line-offset. Automatically detect reversed hunks and do something
10853 appropriate.
10854 (diff-hunk-text, diff-find-text): New functions.
10855 (diff-filter-lines): Function removed.
10856 (diff-test-hunk): New function.
10857 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
10858
108592000-09-10 Dave Love <fx@gnu.org>
10860
10861 * textmodes/tildify.el: Minor doc/commentary fixes.
10862 (tildify) <defgroup>: Add :version.
10863
10864 * faces.el (face-x-resources): Make custom type more specific.
10865 (frame-background-mode): Use mapc.
10866 (region) <defcustom>: Add :version.
10867
108682000-09-08 Stefan Monnier <monnier@cs.yale.edu>
10869
10870 * vc-sccs.el (vc-sccs-register):
10871 * vc-rcs.el (vc-rcs-register):
10872 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
10873 * vc.el (vc-register): Clear file's properties.
10874
108752000-09-08 Gerd Moellmann <gerd@gnu.org>
10876
10877 * faces.el (face-spec-set): Only face-spec-reset-face when
10878 ATTRS is non-nil.
10879
108802000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
10881
10882 * help.el (help-insert-xref-button): Fix a typo in doc string.
10883
108842000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
10885
10886 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10887 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
10888 methods.
10889
10890 * menu-bar.el (read-mail-item-name): New function.
10891 (menu-bar-tools-menu): Use it to compute and display the package
10892 used to read email.
10893 (menu-bar-tools-menu): Fix typo in GUD's help string.
10894
108952000-09-07 Dave Love <fx@gnu.org>
10896
10897 * diff-mode.el (diff-mouse-goto-source): New function.
10898
10899 * vc-sccs.el: Doc fixes.
10900 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
10901
10902 * vc-rcs.el: Doc fixes.
10903 (vc-rcs-register-switches, vc-rcs-checkin-switches)
10904 (vc-rcs-checkout-switches, vc-rcs-header)
10905 (vc-rcs-master-templates): Add or change :version.
10906
10907 * vc-cvs.el: Doc fixes.
10908 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
10909 (vc-cvs-stay-local): Add :version.
10910
10911 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
10912
109132000-09-07 Kenichi Handa <handa@etl.go.jp>
10914
10915 * international/quail.el (quail-help): Fix previous change.
10916
109172000-09-07 Gerd Moellmann <gerd@gnu.org>
10918
10919 * faces.el (color-values): Doc fix.
10920
10921 * faces.el (frame-set-background-mode): Use frame-parameter
10922 instead of frame-parameters.
10923
10924 * frame.el (filtered-frame-list): Reduce consing.
10925 (frames-on-display-list): Call frame-parameter instead of
10926 frame-parameters.
10927
109282000-09-07 Kenichi Handa <handa@etl.go.jp>
10929
10930 * language/devan-util.el (devanagari-to-indian-region): In the
10931 loop, change the following char, not preceding char.
10932
109332000-09-07 Gerd Moellmann <gerd@gnu.org>
10934
10935 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
10936 instead of frame-parameters.
10937
10938 * faces.el (set-face-attribute): Simplify by calling
10939 internal-set-lisp-face-attribute with FRAME being 0.
10940
10941 * vc.el: Remove `Id' version control keyword.
10942
109432000-09-07 Kenichi Handa <handa@etl.go.jp>
10944
10945 * help.el (help-make-xrefs): Adjusted for the change of
10946 help-xref-mule-regexp.
10947 (help-insert-xref-button): New function.
10948
10949 * international/mule-cmds.el (help-xref-mule-regexp-template):
10950 Include the pattern for character set.
10951 (leim): New group.
10952
10953 * international/quail.el: Don't require face.
10954 (quail): New group.
10955 (quail-other-command): Dummy command to make quail-help work better.
10956 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
10957 (quail-keyboard-layout-substitution): New variable.
10958 (quail-update-keyboard-layout): New function.
10959 (quail-keyboard-layout-type): New customizable variable.
10960 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
10961 (quail-keyboard-translate): Pay attention to
10962 quail-keyboard-layout-substitution.
10963 (quail-insert-kbd-layout): New function.
10964 (quail-show-keyboard-layout): New function.
10965 (quail-get-translation): If the definition is a vector of length
10966 1, and the element is a string of length 1, return the character
10967 in that string.
10968 (quail-update-current-translations): Fix the case of
10969 relative-index out of range.
10970 (quail-build-decode-map, quail-insert-decode-map): New Functions.
10971 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
10972 Show key sequences for all available characters.
10973 (quail-help-insert-keymap-description): Don't show such verbose
10974 key bindings as quail-self-insert-command.
10975
10976 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
10977 Format changed, and each element now have extra documentations.
10978 (tit-process-header): Delete invalid characters from TIT-PROMPT.
10979 Adjusted for the change of quail-cxterm-package-ext-info.
10980
109812000-09-06 Gerd Moellmann <gerd@gnu.org>
10982
10983 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
10984 requiring it leads to a recursive loading of vc.el and vc-hooks.el
10985 during bootstrap.
10986
109872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
10988
10989 * vc.el: (toplevel): Don't require `dired' at run-time.
10990 (vc-dired-resynch-file): Remove autoload cookie.
10991
109922000-09-05 Andre Spiegel <spiegel@gnu.org>
10993
10994 * vc.el: Made several backend functions optional.
10995 (vc-default-responsible-p): New function.
10996 (vc-merge): Use RET for first version to trigger merge-news, not
10997 prefix arg.
10998 (vc-annotate): Handle backends that do not support annotation.
10999 (vc-default-merge-news): Removed. The existence of a merge-news
11000 implementation is now checked on caller sites.
11001
11002 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
11003 case.
11004
11005 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
11006 special case that has been removed from the default in vc-hooks.el.
11007
110082000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11009
11010 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
11011
110122000-09-05 Andre Spiegel <spiegel@gnu.org>
11013
11014 * vc-hooks.el: Require vc during compilation.
11015 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
11016 macro `with-vc-properties' in vc.el.
11017 (vc-file-getprop): Doc fix.
11018 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
11019
11020 * vc.el: Require dired-aux during compilation.
11021 (vc-name-assoc-file): Moved to vc-sccs.el.
11022 (with-vc-properties): New macro.
11023 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
11024 vc-finish-steal): Use it.
11025 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
11026 to the backend-specific function is now supposed to do the checkout,
11027 too.
11028 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
11029
11030 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
11031 set file properties; that gets done in the generic code now.
11032
11033 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
11034 Changed parameter list, added code from vc.el that does the
11035 checkout, possibly with a double-take.
11036
11037 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
11038 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
11039 the above under the new name.
11040 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
11041 parameter list, added checkout command.
11042 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
11043 properties; that gets done in the generic code now.
11044
110452000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11046
11047 * vc.el: Docstring fixes (courtesy of checkdoc).
11048
110492000-09-05 Stefan Monnier <monnier@cs.yale.edu>
11050
11051 * vc.el (vc-checkout-writable-buffer-hook)
11052 (vc-checkout-writable-buffer): Remove.
11053 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
11054 (vc-log-mode): Make it into a clean derived major mode.
11055 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
11056 vc-log-mode if log-edit is not available.
11057 (vc-dired-mode-map): Don't set-keymap-parent yet.
11058 (vc-dired-mode): Do set-keymap-parent here.
11059 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
11060
110612000-09-05 Gerd Moellmann <gerd@gnu.org>
11062
11063 * faces.el (set-face-attribute, face-spec-reset-face)
11064 (face-spec-set): Avoid consing by removing calls to `apply'.
11065
11066 * frame.el (frame-parameter): Move to C code.
11067
110682000-09-05 Dave Love <fx@gnu.org>
11069
11070 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
11071 insert-before-markers-and-inherit. Now checked systematically!
11072
110732000-09-05 Alex Schroeder <alex@gnu.org>
11074
11075 * sql.el (sql-postgres): Use sql-postgres-options.
11076 (sql-postgres-options): New variable.
11077
110782000-09-05 Alex Schroeder <alex@gnu.org>
11079
11080 * sql.el (sql-mode-menu): Work around missing variable mark-active
11081 in XEmacs.
11082 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
11083 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
11084 compatibility.
11085
110862000-09-04 Gerd Moellmann <gerd@gnu.org>
11087
11088 * vc.el (vc-dired-resynch-file): Add autoload cookie.
11089
11090 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
11091
11092 * Makefile.in (DONTCOMPILE): Fix typo in file name.
11093
110942000-09-04 Andre Spiegel <spiegel@gnu.org>
11095
11096 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
11097 don't support anything else under SCCS yet.
11098
11099 * vc-hooks.el: Minor doc fixes.
11100
111012000-09-04 Andre Spiegel <spiegel@gnu.org>
11102
11103 * vc.el (vc-next-action-on-file): Do not visit the file if it's
11104 not necessary. If verbose in state `needs-patch', do the same as
11105 under `up-to-date'. When NOT verbose and `needs-patch', check out
11106 latest version instead of `merge-news'.
11107 (vc-next-action-dired): Don't mess with default-directory here; it
11108 breaks other parts of dired. It is the job of the
11109 backend-specific functions to adjust it temporarily if they need it.
11110 (vc-next-action): Remove a special CVS case.
11111 (vc-clear-headers): New optional arg FILE.
11112 (vc-checkin, vc-checkout): Set properties vc-state and
11113 vc-checkout-time properly.
11114 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
11115 (vc-print-log): Use new backend function `show-log-entry'.
11116 (vc-cancel-version): Do the checks in a different order. Added a
11117 FIXME concerning RCS-only code.
11118
11119 * vc-rcs.el (vc-rcs-show-log-entry): New function.
11120 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
11121
11122 * vc-cvs.el (vc-cvs-show-log-entry): New function.
11123
11124 * vc-hooks.el (vc-default-mode-line-string): Show state
11125 `needs-patch' as a `-' too.
11126
111272000-09-04 Andre Spiegel <spiegel@gnu.org>
11128
11129 * vc.el (vc-responsible-backend): New optional arg REGISTER.
11130 (vc-default-could-register): New function.
11131 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
11132 (vc-resynch-buffer): Call vc-dired-resynch-file.
11133 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
11134 vc-resynch-buffer instead of vc-resynch-window.
11135 (vc-next-action-dired): Don't redisplay here, that gets done as a
11136 result of the individual file operations.
11137 (vc-retrieve-snapshot): Corrected prompt order.
11138
11139 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
11140
11141 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
11142 as well.
11143 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
11144 hostname regexps. Updated all callers.
11145 (vc-cvs-responsible-p): Handle directories as well.
11146 (vc-cvs-could-register): New function.
11147 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
11148 properties up-to-date.
11149
11150 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
11151 user whether to create one.
11152
111532000-09-04 Andre Spiegel <spiegel@gnu.org>
11154
11155 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
11156 check out a non-existing file.
11157
11158 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
11159 workfile does not exist.
11160
11161 * vc.el (vc-version-diff): Use `require' to check for existence of
11162 diff-mode.
11163
111642000-09-04 Andre Spiegel <spiegel@gnu.org>
11165
11166 * vc-cvs.el (vc-cvs-registered): Use new function
11167 vc-cvs-parse-entry to do the actual work.
11168
111692000-09-04 Andre Spiegel <spiegel@gnu.org>
11170
11171 * vc-hooks.el (vc-find-backend-function): If function doesn't
11172 exist, return nil instead of error.
11173 (vc-call-backend): Doc fix.
11174
11175 * vc.el (vc-do-command): Doc fix.
11176 (vc-finish-logentry): When checking in from vc-dired, choose the
11177 right backend for logentry check.
11178 (vc-dired-mode-map): Inherit from dired-mode-map.
11179 (vc-dired-mode): Local value of dired-move-to-filename-regexp
11180 simplified.
11181 (vc-dired-state-info): Removed, updated caller.
11182 (vc-default-dired-state-info): Use parentheses instead of hyphens.
11183 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
11184 (vc-dired-listing-switches): New variable.
11185 (vc-directory): Use it, instead of dired-listing-switches.
11186
11187 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
11188 (vc-cvs-dir-state): New function.
11189 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
11190 (vc-cvs-parse-entry): New function, also to be used in
11191 vc-cvs-registered.
11192
111932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11194
11195 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
11196 *or* single-window-frames.
11197
111982000-09-04 Andre Spiegel <spiegel@gnu.org>
11199
11200 * vc.el (vc-update-changelog): Split into generic part and default
11201 implementation. Doc string adapted.
11202 (vc-default-update-changelog): New function. Call the `rcs2log'
11203 script in exec-directory, to fix a long-standing nuisance.
11204
11205 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
11206 simply signals an error.
11207
112082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11209
11210 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
11211 control-flow more clear and to avoid running `cvs' twice.
11212
11213 * vc.el (vc-next-action-on-file): Doc fix.
11214 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
11215 (vc-print-log): Eval `file' before constructing the continuation.
11216
112172000-09-04 Andre Spiegel <spiegel@gnu.org>
11218
11219 * vc.el (vc-next-action-on-file): Corrected several messages.
11220 (vc-merge): Add prefix arg `merge-news'; handle it.
11221
11222 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
11223 is not reached. It is.
11224 (vc-cvs-merge): Set state to 'edited after merge.
11225 (vc-cvs-merge-news): Set workfile version to nil if not known.
11226 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
11227
11228 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
11229 via stdout. (Merge from main line.)
11230
112312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11232
11233 * vc.el (vc-finish-logentry): Thinko in the "same comment"
11234 detection.
11235
112362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11237
11238 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
11239 against kill-all-local-variables.
11240 (vc-log-edit): Don't save vc-parent-buffer any more.
11241 (vc-last-comment-match): Initialize to an empty string.
11242 (vc-post-command-functions): New hook.
11243 (vc-do-command): Run it.
11244 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
11245 (vc-finish-logentry): Only add the comment to the ring if it's
11246 different from the last comment entered.
11247 (vc-new-comment-index): New function.
11248 (vc-previous-comment): Use it. Make the minibuffer message
11249 slightly less terse.
11250 (vc-comment-search-reverse): Make it work forward as well. Don't
11251 set vc-comment-ring-index if no match is found. Use
11252 vc-new-comment-index.
11253 (vc-comment-search-forward): Use vc-comment-search-reverse.
11254 (vc-dired-mode-map): Don't inherit from dired-mode-map since
11255 define-derived-mode will do it for us. Bind `v' to a keymap that
11256 inherits from vc-prefix-map so that we can bind `vt' without
11257 binding C-x v t.
11258 (vc-retrieve-snapshot): Parenthesis typo.
11259
11260 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
11261 to 1. Make sure to switch to *vc* before looking for an error
11262 message. Use vc-parse-buffer.
11263
112642000-09-04 Andre Spiegel <spiegel@gnu.org>
11265
11266 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
11267 and NAME.
11268 (vc-retrieve-snapshot): Split into two parts.
11269 (vc-default-retrieve-snapshot): New function.
11270
11271 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
11272 (vc-cvs-retrieve-snapshot): New function (untested).
11273 (vc-cvs-stay-local): Default to t.
11274 (vc-cvs-remote-p): New function and property.
11275 (vc-cvs-state): Stay local only if the above is t.
11276 (vc-handle-cvs): Removed.
11277 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
11278 done via vc-handled-backends now.
11279 (vc-cvs-header): Escape Id.
11280
112812000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11282
11283 * vc.el (vc-do-command): Remove unused commands.
11284 (vc-version-diff): Make sure default-directory ends with a slash.
11285 Move the window commands into a vc-exec-after.
11286 (vc-print-log): Move more of the code into the `vc-exec-after'.
11287
112882000-09-04 Andre Spiegel <spiegel@gnu.org>
11289
11290 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
11291 (vc-print-log): Search current revision from beginning of buffer.
11292 (vc-revert-buffer): Clear echo area after the diff is finished.
11293 (vc-prefix-map): Removed definition of "t" for terse display in vc
11294 dired.
11295 (vc-dired-mode-map): Inherit from dired-mode-map. Added
11296 definition of "vt" for terse display.
11297 (vc-dired-mode): Fix dired-move-to-filename-regexp.
11298
112992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11300
11301 * vc.el (vc-exec-after): Avoid caddr.
11302
113032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11304
11305 * vc.el (vc-exec-after): New function.
11306 (vc-do-command): Use it to add a termination message for async
11307 procs.
11308 (vc-checkout): Try to handle a missing-backend situation.
11309 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
11310 of a directory with a backend using async diffs.
11311 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
11312 present.
11313
11314 * vc-sccs.el (vc-sccs-state-heuristic): Use
11315 file-ownership-preserved-p.
11316
11317 * vc-rcs.el (vc-rcs-state-heuristic): Use
11318 file-ownership-preserved-p.
11319 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
11320
113212000-09-04 Andre Spiegel <spiegel@gnu.org>
11322
11323 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
11324 vc-do-command.
11325
11326 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
11327 when there are no changes.
11328
113292000-09-04 Andre Spiegel <spiegel@gnu.org>
11330
11331 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
11332
11333 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
11334
113352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11336
11337 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
11338
11339 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
11340 the `fset' outside of the defvar so that it works even if
11341 vc-prefix-map was already defined.
11342 (vc-setup-buffer): New function, split out of vc-do-command.
11343 (vc-do-command): Allow BUFFER to be t to mean `just use the
11344 current buffer without any fuss'.
11345 (vc-version-diff): Change the `diff' backend operation to just put
11346 the diff in the current buffer without erasing it. Always use
11347 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
11348 shrink-window-if-larger-than-buffer.
11349 (vc-print-log): Change the `print-log' backend operation to just
11350 put the log in the current buffer without erasing it. Protect
11351 shrink-window-if-larger-than-buffer.
11352 (vc-update-change-log): Fix setd typo.
11353
11354 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
11355 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
11356
11357 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
11358 (vc-rcs-diff): Insert in the current buffer and remove unused arg
11359 CMP.
11360
11361 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
11362 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
11363 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
11364
113652000-09-04 Andre Spiegel <spiegel@gnu.org>
11366
11367 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
11368 not possible, use vc-BACKEND-workfile-unchanged-p.
11369 (vc-default-workfile-unchanged-p): New function. Delegates to a
11370 full vc-BACKEND-diff.
11371
11372 * vc-hooks.el (vc-simple-command): Removed.
11373
11374 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
11375 instead of vc-simple-command.
11376 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
11377 avoid doing a diff when opening a file.
11378 (vc-rcs-state): Added check for unlocked-changes.
11379 (vc-rcs-header): Escape Id.
11380 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
11381 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
11382 version.
11383
11384 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
11385 (vc-sccs-diff): Remove optional arg CMP.
11386 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
11387 SCCS-specific function.
11388
11389 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
11390 vc-simple-command.
11391
113922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11393
11394 * vc.el (vc-editable-p): Renamed from vc-writable-p.
11395 (with-vc-file, vc-merge): Use vc-editable-p.
11396 (vc-do-command): Remove unused var vc-file and fix the
11397 doubly-defined `status' var. Add a user message when starting an
11398 async command.
11399 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
11400 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
11401 Use with-current-buffer.
11402 (vc-buffer-sync): Use unless.
11403 (vc-next-action-on-file): If the file is 'edited by read-only,
11404 make it read-write instead of trying to commit.
11405 (vc-version-diff, vc-update-change-log): Use `setq
11406 default-directory' rather than `cd'.
11407 (vc-log-edit): Don't forget to set default-directory in the
11408 buffer.
11409
11410 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
11411 (vc-sccs-state-heuristic): Use file-writable-p instead of
11412 comparing userids.
11413 (vc-sccs-checkout): Use `unless'.
11414
11415 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
11416 of comparing userids.
11417 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
11418 Simplify the logic by eliminating unreachable code.
11419 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
11420 just do a recursive call if we need to retry.
11421 (vc-rcs-checkout): Handle the case where rcs is missing by making
11422 the buffer read-write if requested and re-signalling the error.
11423
11424 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
11425
114262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11427
11428 * vc-hooks.el (vc-handled-backends): Docstring change.
11429 (vc-ignore-vc-files): Mark obsolete.
11430 (vc-registered): Check vc-ignore-vc-files.
11431 (vc-find-file-hook, vc-file-not-found-hook): Don't check
11432 vc-ignore-vc-files.
11433
11434 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
11435
114362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11437
11438 * vc.el (vc-checkout): Don't do anything special for ange-ftp
11439 files since ange-ftp already has vc-registered return nil.
11440
11441 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
11442 (vc-sccs-workfile-version): Use with-temp-buffer and new
11443 vc-parse-buffer and don't bother setting the property.
11444 (vc-sccs-add-triple): Use with-current-buffer and
11445 find-file-noselect.
11446 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
11447
11448 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
11449 derives from the old vc-parse-buffer but uses the revision number
11450 rather than the date (much easier to compare robustly).
11451 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
11452 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
11453 locking-user more directly. Check strict locking and set
11454 checkout-model appropriately.
11455 (vc-rcs-parse-locks): Remove.
11456 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
11457 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
11458 (vc-rcs-system-release): Use with-current-buffer and
11459 vc-parse-buffer.
11460 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
11461
11462 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
11463 (vc-simple-command): Docstring fix.
11464 (vc-registered): Align the way the file-handler is called with the
11465 way the function itself works.
11466 (vc-file-owner): Remove.
11467
11468 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
11469 extraction of fields and call to file-attributes because of a
11470 temporary bug in rcp.el.
11471 (vc-cvs-fetch-status): Use with-current-buffer.
11472
114732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11474
11475 * vc.el (vc-do-command): Use file-relative-name.
11476 (vc-responsible-backend): Use vc-backend if possible.
11477 (vc-create-snapshot): Improve the `interactive' spec. Add support
11478 for branches and dispatch to backend-specific `create-snapshot'.
11479 (vc-default-create-snapshot): New function, containing the bulk of
11480 the old vc-create-snapshot.
11481 (vc-retrieve-snapshot): Improve the interactive spec.
11482
11483 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
11484 (vc-backend-hook-functions): Remove.
11485 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
11486 (vc-backend): Reintroduce the test for `file = nil' now that I
11487 know why it was there (and added a comment to better remember).
11488
11489 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
11490 code from vc-sccs-hooks.el.
11491 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
11492 'vc anymore.
11493 (vc-sccs-responsible-p): Use expand-file-name instead of concat
11494 and file-directory-p instead of file-exists-p.
11495 (vc-sccs-check-headers): Simplify the regexp.
11496
11497 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
11498 from vc-rcs-hooks.el. Don't require 'vc anymore.
11499 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
11500 file-directory-p instead of file-exists-p.
11501
11502 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
11503 from vc-cvs-hooks.el.
11504 (proto vc-cvs-registered): Require 'vc-cvs instead of
11505 'vc-cvs-hooks. Don't require 'vc anymore.
11506 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
11507 file-directory-p instead of file-exists-p.
11508 (vc-cvs-create-snapshot): New function, replacing
11509 vc-cvs-assign-name.
11510 (vc-cvs-assign-name): Remove.
11511
115122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11513
11514 * vc-cvs.el (vc-cvs-header): New var.
11515
11516 * vc-rcs.el (vc-rcs-exists): Remove.
11517 (vc-rcs-header): New var.
11518
11519 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
11520 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
11521 (vc-sccs-header): New var.
11522
11523 * vc.el (vc-do-command): Get rid of the `last' argument.
11524 (vc-header-alist): Remove, replaced by vc-X-header.
11525 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
11526 (vc-dired-hook): Use expand-file-name instead of concat.
11527 (vc-directory): Use file-name-as-directory.
11528 (vc-snapshot-precondition, vc-create-snapshot)
11529 (vc-retrieve-snapshot): Allow the command to operate on any
11530 directory.
11531
11532 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
11533 just removing the 'WORKFILE argument or by removing the 'MASTER
11534 argument and replacing `file' with (vc-name file).
11535
115362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11537
11538 * vc.el: Update Copyright and add a crude list of backend funs.
11539 (vc-writable-p): New function.
11540 (with-vc-file): Use vc-writable-p.
11541 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
11542 (vc-register): Avoid vc-name.
11543 (vc-locking-user): Remove.
11544 (vc-steal-lock): Make the `owner' arg non-optional.
11545 (vc-merge): Use vc-writable-p instead of vc-locking-user and
11546 vc-checkout-model.
11547 (vc-default-dired-state-info): Use vc-state instead of
11548 vc-locking-user and return special strings for special states.
11549 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
11550 and get rid of one of the special CVS cases.
11551 (vc-cancel-version): prettify error message with \\[...].
11552 (vc-rename-master): New function.
11553 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
11554 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
11555 the CVS special case generic.
11556 (vc-default-record-rename): Remove.
11557 (vc-file-tree-walk-internal): Only call FUNC for files that are
11558 under control of some VC backend and replace `concat' with
11559 expand-file-name.
11560 (vc-file-tree-walk): Update docstring.
11561 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
11562 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
11563
11564 * vc-sccs.el (vc-sccs-rename-file): Renamed from
11565 vc-sccs-record-rename. Use `find-file-noselect' rather than
11566 `find-file' and call `vc-rename-master' to do the actual move.
11567 (vc-sccs-diff): Remove unused `backend' variable.
11568
11569 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
11570 to delay loading of vc-sccs until it is really used.
11571 (vc-sccs-master-templates): Preload.
11572 (vc-sccs-state): Update call to vc-sccs-parse-locks.
11573 (vc-sccs-project-dir): Remove (merged into
11574 vc-sccs-search-project-dir).
11575 (vc-sccs-search-project-dir): Rewrite using file name handling ops
11576 rather than `concat', make sure it is preloaded and don't bother
11577 to check that the file actually exists.
11578 (vc-sccs-parse-locks): Remove unused `file' argument, remove
11579 `locks' argument (use buffer's content instead) and eliminate n^2
11580 behavior.
11581
11582 * vc-rcs.el: Update Copyright.
11583 (vc-rcs-rename-file): New function.
11584 (vc-rcs-diff): Remove unused `backend' variable.
11585
11586 * vc-hooks.el: Update Copyright.
11587 (vc-backend): Don't accept a nil argument any more.
11588 (vc-up-to-date-p): Turn into a defsubst.
11589 (vc-possible-master): New function.
11590 (vc-check-master-templates): Use `vc-possible-master' and allow
11591 funs in vc-X-master-templates to return a non-existent file.
11592
11593 * vc-cvs.el: Update Copyright.
11594 (vc-cvs-diff): Remove unused `backend' variable.
11595 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
11596
11597 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
11598
115992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11600
11601 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
11602 since it can be called from vc-rcs.el.
11603 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
11604
116052000-09-04 Andre Spiegel <spiegel@gnu.org>
11606
11607 * vc.el (vc-version-diff): Expand file name read from the
11608 minibuffer. Handle the case when a previous version number can't
11609 be guessed. Give suitable messages when there were no differences
11610 found.
11611 (vc-clear-headers): Call backend-specific implementation, if one
11612 exists.
11613 (vc-cancel-version): Made error checks generic. When done, clear
11614 headers generically, too.
11615
11616 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
11617 from vc-clear-headers in vc.el.
11618
11619 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
11620 correctly.
11621 (vc-rcs-latest-on-branch-p): Made second argument VERSION
11622 optional. Handle the case when it's not there.
11623
116242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11625
11626 * vc.el (vc-locking-user): Moved from vc-hooks.el.
11627
116282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11629
11630 * vc-hooks.el (vc-loadup): Remove.
11631 (vc-find-backend-function): Use `require'. Also, handle the case
11632 where vc-BACKEND-hooks.el doesn't exist.
11633 (vc-call-backend): Cleanup.
11634
116352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11636
11637 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
11638 vc-rcs-grab-templates)
11639 (vc-rcs-registered): Remove. The default function works as well.
11640 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
11641 vc-sccs-grab-templates)
11642 (vc-sccs-registered): Remove. The default function works as well.
11643
11644 * vc.el (vc-version-diff): Left out a vc- in call to
11645 vc-call-backend.
11646 (vc-default-dired-state-info, vc-default-record-rename)
11647 (vc-default-merge-news): Update for the new backend argument.
11648
11649 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
11650 using the default function.
11651 (vc-call-backend): If calling the default function, pass it the
11652 backend as first argument. Update the docstring accordingly.
11653 (vc-default-state-heuristic, vc-default-mode-line-string): Update
11654 for the new backend argument.
11655 (vc-make-backend-sym): Renamed from vc-make-backend-function.
11656 (vc-find-backend-function): Use the new name.
11657 (vc-default-registered): New function.
11658
116592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11660
11661 * vc.el (vc-merge): Use vc-find-backend-function.
11662
11663 * vc-hooks.el (vc-backend-functions): Remove.
11664 (vc-loadup): Don't setup 'vc-functions.
11665 (vc-find-backend-function): New function.
11666 (vc-call-backend): Use above fun and populate 'vc-functions
11667 lazily.
11668 (vc-backend-defines): Remove.
11669
116702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11671
11672 * vc.el (vc-register): Put a FIXME note for a newly found bug.
11673 Call vc-call-backend without the leading vc-.
11674 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
11675 (vc-check-headers): Call vc-call-backend without the leading vc-.
11676 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
11677 (vc-annotate-display): Replace confusing use of `cond' with `or'.
11678 Call vc-call-backend without the leading vc-.
11679
11680 * vc-cvs.el (tail): Provide vc-cvs.
11681 * vc-sccs.el (tail): Provide vc-sccs.
11682 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
11683
11684 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
11685 (vc-make-backend-function, vc-call): Pass names without leading
11686 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
11687 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
11688 (vc-call-backend): Always try to load vc-X-hooks.
11689 (vc-registered): Remove vc- in call to vc-call-backend.
11690
116912000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11692
11693 * vc.el (vc-process-filter): New function.
11694 (vc-do-command): Setup `vc-process-filter' for the async process.
11695 (vc-maybe-resolve-conflicts): New function to reduce
11696 code-duplication. Additionally, it puts the buffer in
11697 `smerge-mode' if applicable.
11698 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
11699 calling `merge-news'.
11700 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
11701 (vc-log-edit): New function. Replacement for `vc-log-mode' by
11702 interfacing to log-edit.el.
11703 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
11704 log-edit is available.
11705 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
11706
117072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11708
11709 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
11710 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
11711 defvar and the initialization.
11712 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
11713
11714 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
11715 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
11716
11717 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
11718
117192000-09-04 Andre Spiegel <spiegel@gnu.org>
11720
11721 * vc.el (vc-file-clear-masterprops): Removed.
11722 (vc-checkin, vc-revert-buffer): Removed calls to the above.
11723 (vc-version-diff): Use buffer-size without argument.
11724 (vc-register): Heed vc-initial-comment.
11725
11726 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
11727 default branch.
11728
11729 * vc-rcs.el (vc-rcs-register): Parse command output to find master
11730 file name and workfile version.
11731 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
11732
11733 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
11734 vc-file-clear-masterprops.
11735
11736 * vc-sccs.el (vc-sccs-checkout): Removed call to
11737 vc-file-clear-masterprops. If writable, set vc-state to 'edited
11738 rather than user login name.
11739
11740
117412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11742
11743 * vc.el (vc-workfile-unchanged-p): Remove unused argument
11744 `want-differences-if-changed' and simplify.
11745 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
11746 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
11747 output (which is invalid for async vc-diff) to decide whether to
11748 do the revert silently or not.
11749
117502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11751
11752 * vc-hooks.el (vc-loadup): Load files quietly.
11753 (vc-call-backend): Oops, brain fart.
11754
117552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11756
11757 * vc-cvs.el (vc-cvs-state): Typo.
11758 (vc-cvs-merge-news): Return the status code rather than the error msg.
11759
117602000-09-04 Andre Spiegel <spiegel@gnu.org>
11761
11762 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
11763 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
11764 vc-state or vc-up-to-date-p.
11765 (vc-merge): Use vc-backend-defines to check whether merging is
11766 possible. Set state to 'edited after successful merge.
11767
11768 * vc-hooks.el (vc-locking-user): If locked by the calling user,
11769 return that name. Redocumented.
11770
117712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11772
11773 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
11774 new `vc-state' semantics.
11775 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
11776 'vc-locking-user to the current user.
11777 (vc-merge): Inline vc-backend-merge. Comment out code that I
11778 don't understand and hence can't adapt to the new `vc-state' and
11779 `vc-locking-user' semantics.
11780 (vc-backend-merge): Remove.
11781
11782 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
11783 rather than 'vc-locking-user.
11784
11785 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
11786
11787 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
11788 (vc-state): Don't use 'reserved any more. Just use the same
11789 convention as the one used for vc-<backend>-state where the
11790 locking user (as a string) is returned.
11791 (vc-locking-user): Update, based on the above convention. The
11792 'vc-locking-user property has disappeared.
11793 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
11794
11795 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
11796 with a heuristic one.
11797 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
11798 (vc-cvs-checkin): Do a trivial parse to set the state in case of
11799 error. That allows us to get to 'needs-merge even in the
11800 stay-local case. There's still no way to detect 'needs-patch in
11801 such a setup (or to force an update for that matter).
11802 (vc-cvs-logentry-check): Remove, the default works as well.
11803
118042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11805
11806 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
11807
11808 * vc.el (vc-do-command): kill-all-local-variables, to reset any
11809 major-mode in which the buffer might have been put earlier. Use
11810 `remove' and `when'. Allow `okstatus' to be `async' and use
11811 `start-process' in this case.
11812 (vc-version-diff): Handle the case where the diff looks empty
11813 because of the use of an async process.
11814
118152000-09-04 Andre Spiegel <spiegel@gnu.org>
11816
11817 * vc.el (vc-next-action-on-file): Removed optional parameter
11818 `simple'. Recompute state unconditionally.
11819 (vc-default-toggle-read-only): Removed.
11820
11821 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
11822 (vc-toggle-read-only): Undid prev change.
11823
11824 * vc-cvs.el (vc-cvs-stay-local): Renamed from
11825 vc-cvs-simple-toggle. Redocumented.
11826 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
11827 (vc-cvs-toggle-read-only): Removed.
11828
118292000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11830
11831 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
11832 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
11833 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
11834 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
11835 still is. So maybe it should be removed.
11836 (vc-head-version, vc-find-binary): Remove.
11837 (vc-recompute-state): Move from vc-hooks.el.
11838 (vc-next-action-on-file): Add a `simple' argument to allow
11839 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
11840 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
11841 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
11842 (vc-dired-mode-map): Properly defvar it.
11843 (vc-print-log): Call log-view-mode if available.
11844 (small-temporary-file-directory): defvar instead of use boundp.
11845 (vc-merge-news): Moved to vc-cvs.el.
11846 (vc-default-merge-news): New function.
11847
11848 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
11849 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
11850 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
11851 unknown `vc-latest-version' function. It should probably refer to
11852 vc-workfile-version or somesuch, but it's very unclear to me and I
11853 don't have SCCS to test things.
11854
11855 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
11856 (vc-sccs-state-heuristic): Fix typo.
11857 (vc-sccs-workfile-unchanged-p): Add missing argument.
11858
11859 * vc-rcs.el: Require vc and vc-rcs-hooks.
11860 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
11861 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
11862 (vc-release-greater-or-equal-p): Move from vc.
11863 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
11864 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
11865 (vc-rcs-checkout): Add a missing `new-version' argument in the
11866 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
11867
11868 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
11869 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
11870 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
11871 than the apparently unbound `workfile-version'.
11872
11873 * vc-hooks.el (vc-master-templates): Def the obsolete var.
11874 (vc-file-prop-obarray): Use `make-vector'.
11875 (vc-backend-functions): Add new hookable functions
11876 vc-toggle-read-only, vc-record-rename and vc-merge-news.
11877 (vc-loadup): If neither backend nor default functions exist, use
11878 the backend function rather than nil.
11879 (vc-call-backend): If the function if not bound yet, try to load
11880 the non-hook file to see if it provides it.
11881 (vc-call): New macro plus use it wherever possible.
11882 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
11883 nor `vc-find-binary' since it's only called from
11884 vc-mistrust-permission which is only used once the backend is known.
11885 (vc-checkout-model): Fix parenthesis.
11886 (vc-recompute-state, vc-prefix-map): Move to vc.el.
11887
11888 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
11889 (vc-cvs-release, vc-cvs-system-release): Remove.
11890 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
11891 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
11892 status symbols.
11893 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
11894 (vc-cvs-toggle-read-only): First cut at a function to allow a
11895 cvs-status-free vc-toggle-read-only.
11896 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
11897 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
11898 vc-cvs-status. Also set vc-state rather than vc-locking-user.
11899 (vc-cvs-checkout): Modify access rights directly if the user
11900 requested not to use `cvs edit'. And refresh the mode line.
11901
11902 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
11903 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
11904
119052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
11906
11907 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
11908 workfile' that got lost when the code was extracted from vc.el.
11909 And merged the tail with the rest of the code (not possible in the
11910 old vc.el where the tail was shared among all backends). And
11911 explicitly set the state to 'edited if `writable' is set.
11912
11913 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
11914 (vc-cvs-state): Be careful to return the value from
11915 vc-cvs-parse-state.
11916 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
11917 property but return it instead. Also be careful to handle a nil
11918 or "" `rev' when workfile is non-nil (it was handled properly when
11919 workfile was nil).
11920
11921 * vc.el: Removed those pesky unnecessary `(function' quotes.
11922 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
11923 directly in the defvar.
11924 (vc-do-command): Bind inhibit-read-only so as to properly handle
11925 the case where the destination buffer has been made read-only.
11926 (vc-diff): Delegate to vc-version-diff in all cases.
11927 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
11928 (vc-annotate-mode-variables): Removed (code moved partly to
11929 defvars and partly to vc-annotate-add-menu).
11930 (vc-annotate-mode): Turned into a derived-mode.
11931 (vc-annotate-add-menu): Moved in code in
11932 vc-annotate-mode-variables.
11933 (vc-update-change-log): Use make-temp-file if available.
11934
119352000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
11936
11937 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
11938 `vc-checkout-model' updated to `vc-cvs-update-model'.
11939
119402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11941
11942 * vc.el (vc-next-action-on-file): Added handling of state
11943 `unlocked-changes'.
11944 (vc-checkout-carefully): Is now practically obsolete, unless the
11945 above is too slow to be enabled unconditionally.
11946 (vc-update-change-log): Fixed typo.
11947
11948 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
11949
11950 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
11951 Now handles state `unlocked-changes'.
11952 (vc-sccs-workfile-unchanged-p): New function, to support the above.
11953
11954 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
11955
11956 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
11957 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
11958 `unlocked-changes'.
11959 (vc-rcs-workfile-unchanged-p): Renamed from
11960 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
11961 function yet, but supposed to become one soon.
11962
11963 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
11964 `vc-steal-lock'.
11965 (vc-call-backend): Changed error message.
11966 (vc-state): Added description of state `unlocked-changes'.
11967
119682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11969
11970 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
11971 always return t in CVS-controlled directories.
11972
11973 * vc.el (vc-responsible-backend): New function.
11974 (vc-register): Largely rewritten.
11975 (vc-admin): Removed (implementation moved into vc-register).
11976 (vc-checkin): Redocumented.
11977 (vc-finish-logentry): If no backend defined yet (because we are in
11978 the process of registering), use the responsible backend.
11979
11980 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11981 Updated function lists.
11982 (vc-call-backend): Fixed typo.
11983
11984 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
11985 New functions.
11986 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
11987 Removed query option. Redocumented.
11988
119892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11990
11991 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
11992
11993 * vc.el: Updated callers of `vc-checkout-required' to use
11994 `vc-checkout-model'.
11995
119962000-09-04 Martin Lorentzson <martinl@gnu.org>
11997
11998 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
11999 stuff updated to reference this function instead of the old
12000 `vc-backend-release-p'.
12001
120022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12003
12004 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
12005 vc-checkout-model. Return appropriate values. Updated callers.
12006
120072000-09-04 Martin Lorentzson <martinl@gnu.org>
12008
12009 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
12010 (vc-backend-revert): Function moved into `vc-revert';
12011 `vc-next-action' must be updated to accomodate this change.
12012 (vc-backend-steal): Function moved into `vc-finish-steal'.
12013 (vc-backend-logentry-check): Function moved into
12014 `vc-finish-logentry'.
12015 (vc-backend-printlog): Function moved into `vc-print-log'.
12016 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
12017 (vc-backend-assign-name): Function moved into
12018 `vc-create-snapshot'.
12019
120202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12021
12022 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
12023 Rename to vc-checkout-model. Return appropriate values.
12024 Update callers.
12025
12026 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
12027 to vc-checkout-model.
12028 (vc-checkout-required): Rename to vc-checkout-model.
12029 Re-implement and re-comment.
12030 (vc-after-save): Use vc-checkout-model.
12031
120322000-09-04 Martin Lorentzson <martinl@gnu.org>
12033
12034 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
12035 Update to use the vc-BACKEND-diff functions instead.
12036 `vc-diff' is now working.
12037
12038 * vc-rcs.el (vc-rcs-logentry-check): New function.
12039
12040 * vc-cvs.el (vc-cvs-logentry-check): New function.
12041
12042 * vc-sccs.el (vc-sccs-diff): Function changed name from
12043 `vc-backend-diff'. This makes `vc-diff' work.
12044
12045 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
12046 of functions possibly implemented in a vc-BACKEND library.
12047 (vc-checkout-required): Fix bug that caused an error to be
12048 signaled during `vc-after-save'.
12049
12050 * vc.el: Fix typo.
12051 This checkin is made with our new VC code base for the very first time.
12052 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
12053
12054 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
12055 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
12056
12057 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
12058 updated to `vc-uses-locking'.
12059 (vc-checkout-required): Call to backend function.
12060 `vc-checkout-required' updated to `vc-uses-locking' instead.
12061
12062 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
12063 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
12064
12065 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
12066 to match the split into various backends.
12067 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
12068 (vc-retrieve-snapshot): Bug fix.
12069
120702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12071
12072 * vc-sccs.el (vc-sccs-release): Doc fix.
12073
120742000-09-04 Martin Lorentzson <martinl@gnu.org>
12075
12076 * vc.el (vc-next-action-on-file): Bug found and fixed.
12077 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
12078 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
12079
12080 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
12081 (vc-rcs-checkout): Name space cleaned up. No more revision number
12082 crunching function names that are not prefixed with vc-rcs.
12083 (vc-rcs-checkout-model): Function added. References to
12084 `vc-checkout-model' replaced.
12085
120862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12087
12088 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
12089 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
12090 still need to be split, and implemented for RCS).
12091
120922000-09-04 Martin Lorentzson <martinl@gnu.org>
12093
12094 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
12095
12096 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
12097 required by the vc.el file.
12098
12099 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
12100 required by the vc.el file.
12101 (vc-rcs-exists): Function added.
12102
12103 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
12104 required by the vc.el file.
12105
12106 * vc.el (vc-admin): Updated to handle selection of appropriate
12107 backend. Current implementation is crufty and need re-thinking.
12108
12109 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
12110
121112000-09-04 Martin Lorentzson <martinl@gnu.org>
12112
12113 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
12114 beginning of annotate buffers correctly.
12115
12116 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
12117 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
12118 functionality updated quite a lot to support multiple backends.
12119 Variables `vc-annotate-mode', `vc-annotate-buffers',
12120 `vc-annotate-backend' added.
12121
12122 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
12123 `vc-annotate-difference' added to supported backend functions.
12124
121252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12126
12127 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
12128 Use with-temp-file instead of /bin/sh. Merged from mainline
12129
121302000-09-04 Martin Lorentzson <martinl@gnu.org>
12131
12132 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
12133
12134 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
12135
12136 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
12137
121382000-09-04 Martin Lorentzson <martinl@gnu.org>
12139
12140 * vc-hooks.el: vc-state-heuristic added to
12141 vc-backend-hook-functions.
12142
12143 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
12144
12145 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
12146
12147 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
12148 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
12149 state to `reserved'.
12150
12151 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
12152 `vc-checkout-required'. Rename the `locked' state to `reserved'.
12153
121542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12155
12156 * vc-rcs-hooks.el: Implement new state model. Hardly anything
12157 untouched.
12158
12159 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
12160
12161 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
12162 if defined. (Merged from main line, slightly adapted.)
12163
12164 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
12165 millenium problem (merged from mainline).
12166
121672000-09-04 Martin Lorentzson <martinl@gnu.org>
12168
12169 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
12170 part and moved the non-BACKEND stuff to vc.el.
12171
12172 * vc.el: Split the annotate feature into a BACKEND specific part
12173 and moved it from the vc-cvs.el file to this one.
12174
121752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12176
12177 * vc-hooks.el: Implement new state model.
12178 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
12179 (vc-locking-user): Simplify. Now only needed if the file is
12180 locked by somebody else.
12181 (vc-lock-from-permissions): Remove. Functionality is in
12182 vc-sccs-hooks.el and vc-rcs-hooks.el now.
12183 (vc-mode-line-string): New name for former vc-status. Adapted.
12184 (vc-mode-line): Adapt to use the above. Remove optional parameter.
12185
12186 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
12187 Various simplifications and adaptations all over the place.
12188
12189 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
12190 Simplify and adapt the rest.
12191
12192 * vc.el (vc-resynch-window): Add TODO comment: check for
12193 interaction with view mode according to recent RCS change.
12194 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
12195
121962000-09-04 Martin Lorentzson <martinl@gnu.org>
12197
12198 * vc.el: Convert the remaining function comments to docstrings.
12199
122002000-09-04 Martin Lorentzson <martinl@gnu.org>
12201
12202 * vc.el (vc-backend-release, vc-release-greater-or-equal)
12203 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
12204 (vc-minor-part, vc-previous-version): Functions that operate and
12205 compare revision numbers got proper documentation. Comments added
12206 about their possible removal.
12207
122082000-09-04 Martin Lorentzson <martinl@gnu.org>
12209
12210 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
12211 the vc-backend.el files.
12212
12213 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
12214
12215 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
12216 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
12217 (vc-rcs-previous-version): Functions added.
12218
12219 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
12220
12221 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
12222
122232000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12224
12225 * vc-hooks.el (vc-master-templates): Is really obsolete.
12226 Comment out the definition for now. What is the right procedure
12227 to get rid of it?
12228 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
12229 rewritten.
12230 (vc-default-registered): Remove.
12231 (vc-check-master-templates): New function; does mostly what the
12232 above did before.
12233 (vc-locking-user): Don't rely on the backend to set the property.
12234
12235 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
12236 Rewrite documentation.
12237 (vc-rcs-templates-grabbed): New variable.
12238 (vc-rcs-grab-templates): New function.
12239 (vc-rcs-registered): Rewrite to use above mechanism.
12240
12241 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
12242 Rewrite documentation.
12243 (vc-sccs-templates-grabbed): New variable.
12244 (vc-sccs-grab-templates): New function.
12245 (vc-sccs-registered): Rewrite to use above mechanism.
12246 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
12247 Don't throw the result, simply return it.
12248
12249 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
12250 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
12251 (vc-cvs-registered): Does the check itself now. Simplify.
12252
12253 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
12254 from main line.
12255
122562000-09-04 Martin Lorentzson <martinl@gnu.org>
12257
12258 * vc-cvs.el (vc-cvs-diff): New function.
12259
12260 * vc-sccs.el (vc-sccs-diff): New function.
12261
12262 * vc-rcs.el (vc-rcs-diff): New function.
12263 (vc-rcs-checkout): Bug (typo) found and fixed.
12264 (vc-rcs-register-switches): New variable.
12265
12266 * vc.el (vc-backend-diff): Function removed and placed in the
12267 backend files.
12268
122692000-09-04 Martin Lorentzson <martinl@gnu.org>
12270
12271 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
12272
12273 * vc.el (vc-backend-checkout): Function removed and replaced in
12274 the vc-backend.el files.
12275
12276 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
12277
12278 * vc.el (vc-backend-admin): Removed and replaced in the
12279 vc-backend.el files.
12280
12281 * vc.el (Martin): Removed all the annotate functionality since it
12282 is CVS backend specific.
12283
122842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12285
12286 * spec.txt: Added specification of vc-state.
12287
12288 * vc-sccs-hooks.el (vc-sccs-master-properties):
12289 Remove handling of vc-latest-version and
12290 vc-your-latest-version. What used to be vc-latest-version, is now
12291 returned as vc-workfile-version.
12292 (vc-sccs-workfile-version): Adapt.
12293
122942000-09-04 Dave Love <fx@gnu.org>
12295
12296 * vc.el: [Merged from mainline.]
12297 (vc-dired-mode): Make the dired-move-to-filename-regexp
12298 regexp match the date, to avoid treating date as file size.
12299 Add YYYY S option to WESTERN/
12300
123012000-09-04 Dave Love <fx@gnu.org>
12302
12303 * vc.el: Require `compile' when compiling.
12304 (vc-logentry-check-hook): New option.
12305 (vc-steal-lock): Use compose-mail.
12306 (vc-dired-mode-map): Defvar when compiling.
12307 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
12308 vc-sccs.el and renamed. Callers changed.
12309 (vc-backend-checkout, vc-backend-logentry-check)
12310 (vc-backend-merge-news): Doc fix.
12311 (vc-default-logentry-check): New function.
12312 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
12313 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
12314 (vc-backend-merge): Doc fix. Use backend functions.
12315 (vc-check-headers): Use backend functions.
12316
12317 * vc-cvs.el: Require vc when compiling.
12318 (vc-cvs-register-switches): Doc fix.
12319 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
12320 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
12321 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
12322 New functions (code from vc.el).
12323 (vc-annotate-display-default): Fix interactive spec.
12324 (vc-annotate-time-span): Doc fix.
12325
12326 * vc-rcs.el: Require vc when compiling.
12327 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
12328 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
12329 (vc-rcs-checkin): New functions (code from vc.el).
12330 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
12331 Doc fix.
12332 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
12333
12334 * vc-sccs.el: Require vc when compiling.
12335 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
12336 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
12337 (vc-sccs-revert)
12338 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
12339 from vc.el).
12340 (vc-sccs-add-triple, vc-sccs-record-rename)
12341 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
12342 (vc-sccs-admin): Doc fix.
12343
123442000-09-04 Martin Lorentzson <martinl@gnu.org>
12345
12346 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
12347 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
12348 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
12349 from vc.el.
12350
12351 * vc-sccs.el (vc-admin-sccs): Added from vc.el
12352
12353 * vc-cvs.el: Moved the annotate functionality from vc.el.
12354 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
12355
123562000-09-04 Dave Love <fx@gnu.org>
12357
12358 * vc.el (vc-backend-release): Call vc-system-release.
12359
12360 * vc-sccs.el (vc-sccs-system-release):
12361 Renamed from vc-sccs-backend-release.
12362
12363 * vc-rcs.el (vc-rcs-system-release):
12364 Renamed from vc-rcs-backend-release.
12365
12366 * vc-cvs.el (vc-cvs-system-release):
12367 Renamed from vc-cvs-backend-release.
12368
123692000-09-04 Dave Love <fx@gnu.org>
12370
12371 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
12372 backend files.
12373 (vc-backend-release): Dispatch to backend functions.
12374 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
12375 probably needs attention.]
12376
12377 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
12378 (vc-sccs-backend-release): New function.
12379
12380 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
12381 (vc-cvs-backend-release): New function.
12382
12383 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
12384 Doc fix.
12385 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
12386 (vc-default-dired-state-info): New function.
12387 (vc-dired-state-info): Dispatch to backends.
12388 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
12389
12390 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
12391 from vc.el and renamed.
12392
123932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12394
12395 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
12396 (vc-version-other-window, vc-backend-assign-name): Removed
12397 references to vc-latest-version; sometimes changed into
12398 vc-workfile-version.
12399
12400 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
12401 vc-rcs-master-workfile-version.
12402 (vc-rcs-workfile-version): Use the above. Don't call
12403 vc-latest-version (that was unreachable code, anyway).
12404 (vc-rcs-fetch-master-properties): Doc fix.
12405
12406 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
12407 (vc-backend-hook-functions): Removed them from this list, too.
12408 (vc-fetch-properties): Removed.
12409 (vc-workfile-version): Doc fix.
12410
12411 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
12412 (vc-rcs-workfile-version, vc-rcs-locking-user)
12413 (vc-rcs-uses-locking): Use it.
12414
12415 * vc-hooks.el (vc-consult-rcs-headers):
12416 Moved into vc-rcs-hooks.el, under the name
12417 vc-rcs-consult-headers.
12418
12419 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
12420 headers.
12421 (vc-cvs-find-master): Use this name only; correct different
12422 versions of the name.
12423
12424 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
12425 New functions.
12426 (vc-sccs-locking-user): Use the latter.
12427
12428 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
12429 New functions.
12430
12431 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
12432 Moved into both
12433 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
12434 functions are implementation details of those two backends.
12435
124362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12437
12438 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
12439 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
12440
12441 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
12442 (vc-sccs-parse-locks): SCCS-specific code moved here from
12443 vc-hooks.
12444
12445 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
12446 code moved here from vc-hooks.
12447
12448 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
12449 into back-end specific parts and removed. Callers not updated
12450 yet; because I guess these callers will disappear into back-end
12451 specific files anyway.
12452
124532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12454
12455 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
12456 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
12457 `vc-uses-locking'.
12458
12459 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
12460 Store yes/no in the property, and return t/nil. Updated all
12461 callers.
12462
12463 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
12464 vc-sccs-uses-locking. Don't set property.
12465 (vc-sccs-locking-user): Don't set property.
12466
12467 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
12468 vc-cvs-uses-locking. Don't set property here; leave that to
12469 vc-hooks.
12470 (vc-cvs-locking-user): Reflect above change. Streamlined.
12471
12472 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
12473 vc-rcs-uses-locking.
12474 (vc-rcs-locking-user): Reflect above change.
12475
124762000-09-04 Dave Love <fx@gnu.org>
12477
12478 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
12479
12480 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
12481
12482 * vc-hooks.el (vc-checkout-model): Punt to backends.
12483
12484 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
12485
12486 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
12487
12488 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
12489 New functions.
12490
12491 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
12492 New functions.
12493
12494 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
12495 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
12496
12497 * vc-hooks.el (vc-default-locking-user): New function.
12498 (vc-locking-user, vc-workfile-version): Punt to backends.
12499
125002000-09-04 Dave Love <fx@gnu.org>
12501
12502 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
12503 (vc-master-workfile-version): Moved from vc-hooks.
12504
12505 * vc-rcs-hooks.el: Fix duplicate code in last change.
12506
12507 * vc-rcs-hooks.el: Require vc-hooks when compiling.
12508 (vc-rcs-master-templates): Improve :type.
12509 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
12510 vc-master-workfile-version): Moved from vc-hooks.
12511
12512 * vc-sccs-hooks.el: Require vc-hooks when compiling.
12513 (vc-sccs-master-templates): Improve :type.
12514 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
12515
12516 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
12517
12518 * vc-cvs-hooks.el: Require vc-hooks when compiling.
12519 (vc-cvs-master-templates): Improve :type. Use
12520 vc-cvs-find-cvs-master.
12521 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
12522 from vc-hooks.
12523 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
12524
12525 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
12526 Moved to vc-cvs-hooks.
12527
12528 * vc-hooks.el: Add doc strings in various places. Simplify the
12529 minor mode setup.
12530 (vc-handled-backends): New user variable.
12531 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
12532 simplification.
12533
125342000-09-04 Dave Love <fx@gnu.org>
12535
12536 * vc.el: Some doc fixes for autoloaded and interactive functions.
12537 Fix compilation warnings from ediff stuff.
12538 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
12539
12540 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
12541
12542 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
12543
12544 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
12545
125462000-09-04 Dave Love <fx@gnu.org>
12547
12548 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
12549 New variable.
12550 (vc-make-backend-function, vc-loadup, vc-call-backend)
12551 (vc-backend-defines): New functions.
12552
12553 * vc-hooks.el: Various doc fixes.
12554 (vc-default-back-end, vc-follow-symlinks): Custom fix.
12555 (vc-match-substring): Function removed. Callers changed to use
12556 match-string.
12557 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
12558 Simplify.
12559
125602000-09-04 Dave Love <fx@gnu.org>
12561
12562 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
12563 type.
12564 (vc-sccs-project-dir, vc-search-sccs-project-dir)
12565 (vc-sccs-registered): Doc fix.
12566
12567 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
12568 (vc-cvs-registered): Doc fix.
12569
12570 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
12571 (vc-rcs-registered): Doc fix.
12572
125732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12574
12575 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
12576
12577 * vc-hooks.el: vc-registered has been renamed
12578 vc-default-registered. Some functions have been moved to the
12579 backend specific files. they all support the
12580 vc-BACKEND-registered functions.
12581
125822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
12583
12584 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
12585
12586 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
12587
125882000-09-04 Dave Love <fx@gnu.org>
12589
12590 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
12591 menu-bar-update-hook.
12592
12593 * help.el (help-manyarg-func-alist): Add
12594 find-operation-coding-system.
12595
12596 * wid-edit.el (widget-sexp-validate): Fix garbled code.
12597
12598 * custom.el (custom-set-variables): Print message about errors in
12599 setting.
12600
126012000-09-03 Andrew Innes <andrewi@gnu.org>
12602
12603 * makefile.w32-in: Change to DOS line endings.
12604
126052000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12606
12607 * mouse.el (mouse-popup-menubar): Supply the prompt string for
12608 minor-mode keymaps, if they don't have one.
12609
126102000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12611
12612 * eshell/esh-module.el (eval-when-compile): Don't lose if
12613 esh-module.el's file name is truncated to DOS 8+3 limits.
12614
126152000-09-01 John Wiegley <johnw@gnu.org>
12616
12617 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
12618 predicate, which caused entries in the completion list to be
12619 doubled.
12620
126212000-08-30 John Wiegley <johnw@gnu.org>
12622
12623 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
12624 sending to subprocesses. Also, hook pre-command-hook if
12625 `eshell-send-direct-to-subprocesses' is non-nil.
12626 (eshell-send-direct-to-subprocesses): New config variable. If t,
12627 subprocess input is send immediately.
12628 (eshell-toggle-direct-send): New function.
12629 (eshell-self-insert-command): New function.
12630 (eshell-intercept-commands): New function.
12631 (eshell-send-input): If direct subprocess sending is enabled,
12632 don't echo any input to the Eshell buffer. Let the subprocess
12633 handle that. This requires "stty echo" in bash, for example.
12634
126352000-08-28 John Wiegley <johnw@gnu.org>
12636
12637 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
12638 completion function for Eshell's implementation of `unset'.
12639
126402000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
12641
12642 * info.el (Info-directory-list): Doc fix.
12643
126442000-08-31 Peter Breton <pbreton@ne.mediaone.net>
12645
12646 * filecache.el (file-cache-add-directory-using-find): Don't quote
12647 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
12648
126492000-08-31 Kenichi Handa <handa@etl.go.jp>
12650
12651 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
12652 coding systems.
12653
126542000-08-30 Andrew Innes <andrewi@gnu.org>
12655
12656 * timer.el (run-with-idle-timer): Undo last change, so that timer
12657 is not activated immediately if Emacs is already idle. Some
12658 existing code relies on this behaviour.
12659
126602000-08-30 Miles Bader <miles@gnu.org>
12661
12662 * frame.el (set-frame-font): Do completion of font-name for
12663 interactive use.
12664
126652000-08-30 Kenichi Handa <handa@etl.go.jp>
12666
12667 * international/quail.el (quail-start-translation): Bind locally
12668 last-command-event, last-command, and this-command.
12669 (quail-start-conversion): Likewise.
12670 (quail-self-insert-command): Fix docstring.
12671
126722000-08-29 Gerd Moellmann <gerd@gnu.org>
12673
12674 * progmodes/executable.el
12675 (executable-make-buffer-file-executable-if-script-p): Check that
12676 buffer contains at least 2 characters.
12677
126782000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
12679
12680 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
12681
126822000-08-29 Dave Love <fx@gnu.org>
12683
12684 * diff-mode.el (diff-mode) <defgroup>: Add :version.
12685 (diff-mode-shared-map): Bind mouse-2.
12686 (diff-imenu-generic-expression): New variable.
12687 (diff-mode): Use it.
12688
12689 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
12690 (mouse-popup-menubar): Add minor mode menus.
12691 (popup-menu): Check for lookup-key returning number.
12692
126932000-08-29 Miles Bader <miles@gnu.org>
12694
12695 * comint.el (comint-send-input): Create overlays using the proper
12696 front/read-advance arguments.
12697
126982000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12699
12700 * ps-print.el: Even/odd pages printing. Doc fix.
12701 (ps-print-version): New version number (6.0).
12702 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
12703 (ps-background, ps-begin-file, ps-begin-job): Code fix.
12704 (ps-print-duplex-feature): Variable eliminated.
12705 (ps-even-or-odd-pages): New variable.
12706
12707 * progmodes/ebnf2ps.el: Doc fix.
12708 (ebnf-version): New version (3.3).
12709 (ebnf-user-arrow): Change variable customization to sexp.
12710 (ebnf-user-arrow): Function eliminated.
12711 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
12712
127132000-08-29 Kenichi Handa <handa@etl.go.jp>
12714
12715 * help.el (help-xref-mule-regexp): New variable.
12716 (help-make-xrefs): Handle help-xref-mule-regexp.
12717
12718 * international/mule-cmds.el (help-xref-mule-regexp-template): New
12719 variable.
12720 (describe-input-method): Temporarily activate the specfied input
12721 method to display the information.
12722 (describe-language-environment): Hyperlinks to mule related items.
12723
12724 * international/mule-diag.el (charset-multibyte-form-string): New
12725 function.
12726 (list-character-sets-1): Use charset-multibyte-form-string.
12727 (describe-character-set): New function.
12728 (describe-coding-system): Hyperlinks to safe character sets.
12729
12730 * international/quail.el (quail-help): New arg PACKAGE.
12731 Hyperlinks to mule related items.
12732 (quail-help-insert-keymap-description): Use
12733 substitute-command-keys instead of describe-bindings.
12734 (quail-translation-help): Hyperlinks to mule related items.
12735
127362000-08-28 John Wiegley <johnw@gnu.org>
12737
12738 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
12739 have a defsubst call itself. Made `eshell-flatten-list' back into
12740 a function again.
12741
12742 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
12743 catch, in case re-centering point at bottom messes up the display.
12744 This happens frequently in Emacs 21, due I believe to variable
12745 line heights.
12746
12747 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
12748 to call `find-tag-interactive'.
12749
12750 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
12751 the list of remember directories.
12752
127532000-08-28 John Wiegley <johnw@gnu.org>
12754
12755 * align.el: Test align-region-separate to see if it's a symbol.
12756
127572000-08-28 John Wiegley <johnw@gnu.org>
12758
12759 * eshell/esh-util.el (eshell-flatten-list): Made this function
12760 into a defsubst form. It gets used very frequently, although
12761 calls don't occur all that often.
12762
12763 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
12764 examining it.
12765
12766 * eshell/esh-cmd.el (eshell-rewrite-while-command):
12767 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
12768 `eshell-protect'.
12769 (eshell-copy-handles): Created a new macro for duplicating the
12770 current set of open handles. This is needed by the looping
12771 functions.
12772 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
12773 is not incorrectly stomped on.
12774
12775 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
12776 declaration for pcomplete-use-paring.
12777 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
12778 value of eshell-cmpl-use-paring.
12779 * pcomplete.el (pcomplete-use-paring): New config variable, to
12780 indicate whether paring should be used.
12781 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
12782 completion alternatives that have already been used.
12783
12784 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
12785 bound to C-c C-y, which will repeat the previous N arguments
12786 (based on prefix argument).
12787 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
12788
12789 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
12790 if there is no *Help* buffer. This is for XEmacs, which renames
12791 its help buffers uniquely. TODO: Find out what the current buffer
12792 name to delete is.
12793
12794 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
12795 first entry that correlates to a passwd/group number. Later
12796 entries (used for group/user name aliasing to multiple IDs) are
12797 ignored.
12798
12799 * eshell/em-xtra.el (eshell/expr):
12800 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
12801 (eshell-grep, eshell/diff, eshell/locate):
12802 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
12803 argument list, before passing it to the system command.
12804
12805 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
12806 `find-tag' for use at final position in Eshell buffers (which
12807 otherwise triggers an error on Emacs 21).
12808 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
12809 buffer, if it is currently bound to `find-tag'.
12810
12811 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
12812 in the list of matched Makefile names.
12813 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
12814 directory, prefer its contents to Makefile.
12815
12816 * eshell/em-dirs.el (eshell/cd): cd commands that look up
12817 directory parts (like "cd old new", or "cd =regexp"), are now case
12818 sensitive on non-Windows/DOS platforms.
12819
12820 * eshell/esh-mode.el (eshell-parse-command-input): When a user
12821 types RET after an open delimiter (like "), display a message
12822 indicating that Eshell is waiting for the closing delimiter.
12823
12824 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
12825 environment variables.
12826
12827 * eshell/em-unix.el (eshell/diff): Added logic to fail more
12828 gracefully if the user enters incorrect arguments.
12829
12830 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
12831 Eshell buffers.
12832
12833 * eshell/esh-var.el (eshell-interpolate-variable):
12834 * eshell/esh-mode.el (eshell-move-argument):
12835 * eshell/em-unix.el (eshell-du-sum-directory):
12836 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
12837 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
12838 (not (= ...)).
12839
12840 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
12841 to ensure the `preserve' flag gets propagated when doing recursive
12842 directory copies.
12843
128442000-08-28 Stefan Monnier <monnier@cs.yale.edu>
12845
12846 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
12847 Don't convert \n into \0177 in memory.
12848 (eshell-read-history, eshell-write-history): Convert \n to \0177,
12849 and back again, when reading and writing.
12850
128512000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
12852
12853 * eshell/esh-util.el (eshell-processp): Added to relieve constant
12854 testing of `fboundp' on `processp'.
12855
12856 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
12857 (eshell/jobs): Don't call process-list if it is not bound.
12858 (eshell-gather-process-output): Support systems where async
12859 subprocesses aren't supported.
12860 (eshell-scratch-buffer, eshell-last-sync-output-start): New
12861 variables.
12862
12863 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
12864 eshell-do-eval returns t.
12865 (eshell-do-pipelines-synchronously): New defmacro.
12866 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
12867 when async subprocesses aren't supported.
12868 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
12869 if async subprocesses aren't supported.
12870 (eshell-resume-command): Don't assume STATUS is a string.
12871
12872 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
12873
12874 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
12875 (eshell-close-target, eshell-get-target): Use eshell-processp.
12876 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
12877 fix.
12878 (eshell-get-target, eshell-create-handles): Doc fix.
12879
128802000-08-28 Miles Bader <miles@lsi.nec.co.jp>
12881
12882 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
12883 criterion to include commands that output something, as long as it
12884 leaves both the command and the end-of-buffer visible when the
12885 command has exited.
12886 (eshell-review-quick-commands): Adjust the help doc string
12887 accordingly.
12888
128892000-08-28 Peter Breton <pbreton@ne.mediaone.net>
12890
12891 * locate.el (locate): Cleaned up locate command's interactive prompting
12892 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
12893
12894 * filecache.el (file-cache-case-fold-search): New variable
12895 (file-cache-assoc-function): New variable
12896 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
12897 Use file-cache-case-fold-search variable
12898 (file-cache-add-file): Use file-cache-assoc-function
12899 (file-cache-delete-file): likewise
12900 (file-cache-directory-name): likewise
12901 (file-cache-debug-read-from-minibuffer): likewise
12902
129032000-08-28 Gerd Moellmann <gerd@gnu.org>
12904
12905 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
12906 (abbrev-table-name): New function.
12907 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
12908 If non-nil list local abbrev, only.
12909
129102000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
12911
12912 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
12913 from Gnus support code, and use special article copy buffer
12914 `(gnus-original-article-buffer)' instead. This allows to get rid
12915 of article-hide-headers usage (which breaks in the latest Gnus
12916 version). Thanks to Detlev Zundel.
12917
129182000-08-28 Kenichi Handa <handa@etl.go.jp>
12919
12920 * international/quail.el (quail-use-package): Hide "... loaded"
12921 message.
12922 (quail-start-translation, quail-start-conversion): Likewise.
12923
12924 * international/kkc.el (kkc-region): Hide "... loaded" message.
12925
129262000-08-27 Dave Love <fx@gnu.org>
12927
12928 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
12929
129302000-08-27 Miles Bader <miles@gnu.org>
12931
12932 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
12933
129342000-08-27 Kenichi Handa <handa@etl.go.jp>
12935
12936 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
12937 'ja-dic-cnv), not (require 'skkdic-cnv).
12938
129392000-08-26 Miles Bader <miles@gnu.org>
12940
12941 * faces.el (face-x-resources): Add entry for :inherit.
12942 * cus-face.el (custom-face-attributes): Add support for :inherit
12943 attribute. Add support for relative face heights.
12944 (custom-face-attributes-get): Treat `nil' as being a default value
12945 for :inherit (as well as `unspecified').
12946
12947 * faces.el (set-face-attribute): Update doc string.
12948 (face-attribute-name-alist): Add :inherit.
12949 (face-valid-attribute-values): Handle :inherit.
12950 (face-read-string): Rephrase prompt to be less confusing.
12951 Assume that DEFAULT is a string, since we must return a string.
12952 (face-read-integer): Use `format' to turn DEFAULT into an
12953 acceptable default for face-read-string. Match NEW-VALUE against
12954 the string "unspecified", not the symbol `unspecified', since
12955 that's what face-read-string returns.
12956 (read-face-attribute): Lookup a name for old-value in valid, and
12957 use it as a default if we find one. Treat all values from
12958 face-read-string as strings. If the default is used, don't do any
12959 more processing on the value, just use the old value directly.
12960 (read-face-and-attribute, modify-face): Tweak prompt.
12961 (read-face-name): Don't assume prompt ends with a space.
12962
12963 * faces.el (describe-face): Add support for :inherit attribute.
12964
129652000-08-25 Kenichi Handa <handa@etl.go.jp>
12966
12967 * terminal.el (terminal-emulator): Fix args to `concat'. Now
12968 concat doesn't accept interger.
12969
12970 * international/kkc.el: Remove SKK from Keywords. Require
12971 ja-dic-utl instead of skkdic-utl.
12972
12973 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
12974 Provide ja-dic-cnv instead of skkdic-cnv.
12975 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
12976 (iso-2022-7bit-short): Add safe-charsets property.
12977 (skkdic-convert-postfix): Search Japanese chou-on character in
12978 addition to Hiragana character.
12979 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
12980 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
12981 (batch-skkdic-convert): Likewise.
12982
12983 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
12984 Provide ja-dic-utl instead of skkdic-utl.
12985 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
12986
129872000-08-24 Dave Love <fx@gnu.org>
12988
12989 * disp-table.el (standard-display-default): Make the test of `l'
12990 useful.
12991
12992 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
12993 mod sample text.
12994
12995 * international/iso-ascii.el: Make pilcrow convenient string
12996 consistent with section.
12997 (iso-ascii-display): Set up multibyte characters as well as
12998 unibyte.
12999
130002000-08-24 Kenichi Handa <handa@etl.go.jp>
13001
13002 * international/mule-cmds.el (reset-language-environment): Set
13003 default-process-coding-system to '(undecided . iso-latin-1), which
13004 makes process I/O almost consistent with file I/O. Call this
13005 function when mule-cmds.el[c] is loaded.
13006
130072000-08-22 Andrew Innes <andrewi@gnu.org>
13008
13009 * makefile.w32-in: New file.
13010
130112000-08-22 Miles Bader <miles@lsi.nec.co.jp>
13012
13013 * comint.el (comint-output-filter): Compare end of
13014 comint-last-output-overlay with the start of the newly inserted
13015 text, not the end, when deciding whether to extend it.
13016 Set saved-point's insertion type to advance after insertion.
13017
13018 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
13019 since this is now done independently of font-lock mode.
13020
130212000-08-21 Gerd Moellmann <gerd@gnu.org>
13022
13023 * server.el (server-kill-new-buffers): New user option.
13024 (server-existing-buffer): New buffer-local variable.
13025 (server-visit-files): When using an existing buffer, set
13026 server-existing-buffer to t.
13027 (server-buffer-done): If server-kill-new-buffers is t, kill the
13028 buffer, unless it was already present before visiting it with
13029 Emacs server.
13030
130312000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
13032
13033 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
13034 even if the display doesn't support colors: some displays will
13035 support bold/underline faces.
13036
130372000-08-21 Gerd Moellmann <gerd@gnu.org>
13038
13039 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
13040
13041 * startup.el (command-line): If user's init file had an error,
13042 add explanatory text to *Messages*.
13043
130442000-08-21 Kenichi Handa <handa@etl.go.jp>
13045
13046 * man.el (Man-getpage-in-background): Decode the process output by
13047 the system locale coding system.
13048
130492000-08-20 Dave Love <fx@gnu.org>
13050
13051 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
13052 Don't test x-popup-menu.
13053 (function) <complete-function>: Complete only fbound symbols.
13054 <validate, value>: New.
13055 (variable) <complete-function>: Complete only bound symbols.
13056 (coding-system): Add :base-only, :complete-function, :validate,
13057 :value, :prompt-match.
13058 (widget-coding-system-prompt-value): Use read-coding-system and
13059 act on :base-only.
13060 (editable-field): Add :help-echo.
13061 (widget-push-button-gui, widget-push-button-cache)
13062 (widget-gui-action, widget-editable-list-gui): COmment out, along
13063 with uses.
13064 (widget-at): Make arg optional.
13065 (widget-echo-help): Adjust for current help-echo calling sequence.
13066 (widget-specify-field, widget-specify-button)
13067 (widget-specify-insert, widget-get-sibling, widget-image-find)
13068 (widget-convert, widget-insert, widget-leave-text)
13069 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
13070 (widget-setup, widget-field-find, widget-before-change)
13071 (widget-after-change, widget-default-complete)
13072 (widget-default-create, widget-default-delete)
13073 (widget-push-button-value-create, editable-field)
13074 (widget-field-prompt-value, widget-field-validate)
13075 (widget-choice-value-create, widget-choice-action)
13076 (widget-choice-validate, widget-checklist-add-item)
13077 (widget-radio-add-item, widget-radio-chosen)
13078 (widget-radio-value-inline, widget-editable-list-value-create)
13079 (widget-editable-list-entry-create)
13080 (widget-documentation-link-add)
13081 (widget-documentation-string-value-create)
13082 (widget-regexp-validate, widget-file-complete)
13083 (widget-sexp-validate, widget-plist-convert-widget)
13084 (widget-plist-convert-widget, widget-alist-convert-widget)
13085 (widget-alist-convert-widget, widget-color-complete): Simplify,
13086 particularly to avoid bindings which aren't optimized out.
13087
13088 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
13089 Doc fix.
13090 (down-list, backward-up-list, up-list, kill-sexp)
13091 (backward-kill-sexp, mark-sexp): Make arg optional.
13092 (lisp-complete-symbol): Add optional arg PREDICATE.
13093
13094 * cus-start.el: Add display-buffer-reuse-frames,
13095 file-coding-system-alist.
13096
130972000-08-20 Gerd Moellmann <gerd@gnu.org>
13098
13099 * startup.el (command-line): Clear realized faces after
13100 modifying TTY color mappings.
13101
131022000-08-20 Miles Bader <miles@gnu.org>
13103
13104 * faces.el (face-attr-match-p): Don't return true if ATTRS are
13105 merely a subset of FACE's attributes.
13106
131072000-08-19 Miles Bader <miles@gnu.org>
13108
13109 * comint.el (comint-output-filter): Save the point with a marker,
13110 not just a buffer position.
13111
13112 * international/mule.el (set-buffer-process-coding-system): Make
13113 interactive prompt less confusing.
13114
131152000-08-19 Gerd Moellmann <gerd@gnu.org>
13116
13117 * hilit-chg.el: General cleanup of doc strings, comments and
13118 code formatting.
13119
131202000-08-19 Miles Bader <miles@gnu.org>
13121
13122 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
13123 Compiler macro removed; beginning-of-line is no longer always
13124 equivalent to forward-line, in the presence of fields.
13125
13126 * comint.el (comint-output-filter): Remove ad-hoc saving of
13127 restriction, and just use save-restriction, now that it works
13128 correctly. Don't adjust comint-last-input-start to account for
13129 our insertion; it shouldn't have moved because we don't use
13130 insert-before-markers anymore. Comment out call to
13131 `force-mode-line-update'; why is it here?
13132
13133 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
13134 while checking for prompt to delete. Use `forward-line 0'
13135 instead of beginning-of-line.
13136 (gud-filter): Temporarily widen gud comint buffer while
13137 examining output.
13138
131392000-08-18 Stefan Monnier <monnier@cs.yale.edu>
13140
13141 * progmodes/sh-script.el: Big bag of typos.
13142
13143 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
13144 check since ispell-process is not bound when ispell is not yet loaded.
13145
131462000-08-18 Dave Love <fx@gnu.org>
13147
13148 * image.el (find-image): Copy `spec' before using plist-put.
13149
131502000-08-18 Gerd Moellmann <gerd@gnu.org>
13151
13152 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
13153 `portugues'.
13154
13155 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
13156 backward-kill-sexp, analogous to kill-sexp.
13157
13158 * progmodes/icon.el (icon-indent-line)
13159 (icon-is-continuation-line): Handle comments specially.
13160
131612000-08-17 Ken Stevens <k.stevens@ieee.org>
13162
13163 * ispell.el: Set to standard author/maintainer/keyword fields.
13164 Fine tuning to menu map appearance and operation, and added help.
13165 Remove `start' and `end' error messages when compiling.
13166 (ispell-choices-win-default-height): Fixed comment string.
13167 (ispell-dictionary-alist-1): Fixed regexp in castellano and
13168 castellano8 dictionaries.
13169 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
13170 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
13171 dictionary, added italiano dictionary.
13172 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
13173 word character
13174 (ispell-tex-skip-alists): Added psfig support.
13175 (ispell-skip-html): Renamed from ispell-skip-sgml.
13176 (ispell-begin-skip-region-regexp, ispell-skip-region)
13177 (ispell-minor-check): Improved html skipping support to skip across
13178 code, and recognize `&' commands without propper `;' syntax;
13179 (ispell-process-line): Fix alignment error when manually
13180 correcting spelling.
13181 (ispell): Fix comment string.
13182 (ispell-add-per-file-word-list): Always put word list on new line.
13183
131842000-08-17 Gerd Moellmann <gerd@gnu.org>
13185
13186 * format.el (format-encode-run-method): Fix error message to say
13187 `encode' instead of `decode'. Use save-window-excursion around
13188 shell-command-on-region as in format-decode-run-method because
13189 shell-command-on-region can display a buffer with error output.
13190 (format-decode): Don't record undo information for the decoding.
13191 (format-annotate-function): Add parameter FORMAT-COUNT. Make
13192 that number part of the temporary buffer name so that more than
13193 one decoding using a temporary buffer can happen safely.
13194
13195 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
13196 of `A-z' in the regexp.
13197
13198 * hilit-chg.el: Fix typos in commentary.
13199
13200 * help.el (view-emacs-news): Rewritten for new naming scheme
13201 for old NEWS files.
13202
13203 * startup.el (command-line): Pop to *Messages* in case an error
13204 is signaled while loading user-init-file.
13205
132062000-08-17 Andreas Schwab <schwab@suse.de>
13207
13208 * files.el (insert-directory): Don't lose original file name,
13209 undoing an undocumented change.
13210
132112000-08-17 Alex Schroeder <alex@gnu.org>
13212
13213 * sql.el (sql-magic-go): Use comint-bol.
13214 (sql-copy-column): Use comint-line-beginning-position.
13215 (comint-line-beginning-position): Define a replacement for
13216 comint-line-beginning-position if it is not fboundp.
13217
132182000-08-17 Alex Schroeder <alex@gnu.org>
13219
13220 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
13221 it didn't have any effect anyway.
13222
132232000-08-17 Alex Schroeder <alex@gnu.org>
13224
13225 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
13226 --pset and pager=off instead of sending \\o|cat at the beginning
13227 of the session.
13228
132292000-08-17 Miles Bader <miles@gnu.org>
13230
13231 * progmodes/octave-inf.el: Add compatibility definition of
13232 comint-line-beginning-position.
13233
132342000-08-17 Kenichi Handa <handa@etl.go.jp>
13235
13236 * startup.el (normal-top-level): Look in each dir in load-path for
13237 a leim-list.el file too. This assures of loading leim-list.el
13238 that is created at Emacs installation time even if a user have his
13239 own leim-list.el.
13240
132412000-08-17 Miles Bader <miles@gnu.org>
13242
13243 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
13244 foreground color to black if the background is dark.
13245
132462000-08-16 Stefan Monnier <monnier@cs.yale.edu>
13247
13248 * loadhist.el (unload-feature): Typo.
13249
13250 * finder.el (finder-compile-keywords):
13251 * cus-dep.el (custom-make-dependencies): Add local-variable settings
13252 to the generated file.
13253
13254 * mail/mh-e.el (mh-make-local-vars):
13255 Replace make-variable-buffer-local with make-local-variable.
13256
13257 * play/landmark.el:
13258 * options.el (Edit-options-{set,toggle,t,nil}):
13259 * mail/mailabbrev.el (mail-abbrevs-mode):
13260 * textmodes/tex-mode.el (tex-expand-files):
13261 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
13262
13263 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
13264
13265 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
13266 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
13267 Allow going past the last element.
13268 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
13269 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
13270 (cvs-mouse-toggle-mark): Don't move point.
13271 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
13272
13273 * progmodes/compile.el (grep): Provide a default set of files.
13274 (next-error): Docstring fix.
13275 (compilation-find-file): Avoid find-file (fails in a dedicated window).
13276
13277 * emacs-lisp/easy-mmode.el (define-minor-mode):
13278 Use `symbol-value' to keep the byte-compiler quiet.
13279
13280 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
13281 (diff-find-source-location): New fun, extracted from diff-goto-source.
13282 (diff-goto-source): Use it.
13283 (diff-next-complex-hunk, diff-filter-lines): New function.
13284 (diff-apply-hunk): New command.
13285
13286 * smerge-mode.el (smerge-mode-menu): Doc fix.
13287
13288 * msb.el (msb-mode): Define it in terms of define-minor-mode.
13289
132902000-08-16 Dave Love <fx@gnu.org>
13291
13292 * windmove.el (windmove) <defgroup>: Add :version.
13293
13294 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
13295 (goto-address-fontify-p, goto-address-highlight-p)
13296 (goto-address-url-face, goto-address-url-mouse-face)
13297 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
13298 (goto-address-url-regexp): Use thing-at-point-url-regexp.
13299 (goto-address-fontify, goto-address-at-mouse): Simplify,
13300 (goto-address-at-point): browse-url-url-at-point,
13301 goto-address-find-address-at-point can return nil.
13302 (goto-address-find-address-at-point): Return nil on failure.
13303
13304 * align.el (align) <defgroup>: Add :version.
13305
13306 * calculator.el (calculator): Add :version.
13307 (calculator): Use two lines for calculator window if `modeline'
13308 face is boxed.
13309
13310 * play/5x5.el: Doc fixes.
13311 (5x5) <defgroup>: Add :version.
13312
13313 * play/fortune.el (fortune) <defgroup>: Add :version.
13314 (fortune-append): Fix error message.
13315 (fortune-from-region): Doc fix.
13316
13317 * play/pong.el (pong): Doc fix.
13318
13319 * play/morse.el: Keywords, commentary, autoloads.
13320
133212000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
13322
13323 * desktop.el (desktop-save): Don't look at symbol-value of a
13324 member of minor-mode-alist, unless it is boundp.
13325
133262000-08-16 Sam Steingold <sds@gnu.org>
13327
13328 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
13329 `while'; use `with-current-buffer' instead of `save-excursion'.
13330 Removed unnecessary kludges now that "*Buffer List*" is excluded.
13331
133322000-08-16 Kenichi Handa <handa@etl.go.jp>
13333
13334 * international/ccl.el (declare-ccl-program): Docstring modified.
13335 (ccl-execute-with-args): Likewise.
13336
133372000-08-16 Miles Bader <miles@gnu.org>
13338
13339 * progmodes/sql.el: Add compatibility definition of
13340 comint-line-beginning-position.
13341
133422000-08-15 Gerd Moellmann <gerd@gnu.org>
13343
13344 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
13345 'buffer-menu' property.
13346 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
13347 fails.
13348 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
13349 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
13350 wasn't killed.
13351
13352 * buff-menu.el (list-buffers-noselect): Don't display the
13353 *Buffer List* buffer.
13354
13355 * font-lock.el: Require jit-lock to prevent a very late
13356 `Loading jit-lock' message.
13357
13358 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
13359 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
13360 mail address.
13361
133622000-08-15 Miles Bader <miles@gnu.org>
13363
13364 * textmodes/ispell.el (ispell-graphic-p): New constant.
13365 (ispell-choices-win-default-height, ispell-help): Use
13366 `ispell-graphic-p' instead of `xemacsp'.
13367
133682000-08-15 Dave Love <fx@gnu.org>
13369
13370 * simple.el: Autoload widget-convert when compiling.
13371 (mail-user-agent): Doc fix.
13372
13373 * help.el (function-called-at-point, variable-at-point): Use
13374 with-syntax-table.
13375 (help-manyarg-func-alist): Add insert-and-inherit.
13376
13377 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
13378
13379 * delsel.el (delsel-unload-hook): New function.
13380
13381 * find-file.el: Doc fixes. Move provide to end.
13382 (ff) <defgroup>: Add :link.
13383 (ff-goto-click): Deleted.
13384 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
13385 Use mouse-set-point.
13386
13387 * textmodes/tildify.el: Doc fixes.
13388 (tildify) <defgroup>: Add:version.
13389
13390 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
13391 (glasses-custom-set): Use set-default, not set.
13392 (minor-mode-alist): Propertize the lighter.
13393 (glasses-mode): Provide optional arg.
13394
13395 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
13396 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
13397 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
13398 option. Provide :type.
13399 (cwarn-configuration): Provide :type.
13400 (cwarn-mode): Doc fix.
13401
13402 * add-log.el (change-log-merge): Doc fix.
13403 (change-log-redate): New command.
13404
13405 * net/browse-url.el (browse-url-filename-alist): Add a clause for
13406 Doze and Dog.
13407 (browse-url): Use dolist, not mapcar.
13408 (browse-url-at-point): Check for null url.
13409 (browse-url-event-buffer, browse-url-event-point): Functions
13410 deleted.
13411 (browse-url-at-mouse, browse-url-netscape): Simplify.
13412
13413 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
13414 modes.
13415 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
13416 Fix previous change to mapcan.
13417 (msb--init-file-alist, msb--add-separators)
13418 (msb--make-keymap-menu): Simplify.
13419 (msb--choose-file-menu): Use copy-sequence.
13420 (msb-mode-map): Add title to keymap.
13421 (msb-unload-hook): New function.
13422
13423 * bs.el: Fix indentation.
13424 (bs) <defgroup>: Add :links.
13425 (bs-show): Doc fix.
13426 (bs-apply-sort-faces): Don't use window-system.
13427 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
13428
134292000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
13430
13431 * calendar/timeclock.el (timeclock-file): Run .timelog through
13432 convert-standard-filename.
13433
134342000-08-14 Gerd Moellmann <gerd@gnu.org>
13435
13436 * emacs-lisp/authors.el: New file.
13437
13438 * paren.el (show-paren-priority): New user option.
13439 (show-paren-function): Set overlay priorities to
13440 show-paren-priority.
13441
134422000-08-14 Miles Bader <miles@gnu.org>
13443
13444 * comint.el (comint-bol): Use `forward-line 0' instead of calling
13445 beginning-of-line with inhibit-field-text-motion bound.
13446
134472000-08-14 Gerd Moellmann <gerd@gnu.org>
13448
13449 * calendar/timeclock.el: New file.
13450
134512000-08-14 David Ponce <david@dponce.com>
13452
13453 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
13454 `widget-button-click'. so that one can use left mouse button to
13455 click on dialog buttons.
13456
134572000-08-14 Emmanuel Briot <briot@gnat.com>
13458
13459 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
13460 identifiers, since XML is case sensitive
13461
134622000-08-12 Miles Bader <miles@gnu.org>
13463
13464 * comint.el (comint-output-filter): Don't bother frobbing
13465 window-start, it doesn't seem to be necessary.
13466
13467 * comint.el (comint-send-string, comint-send-region): Make into
13468 real functions. Snapshot the prompt before sending.
13469
134702000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13471
13472 * info.el (Info-find-emacs-command-nodes): Rewrite to use
13473 technique similar to Info-index, instead of relying on specific
13474 names of relevant Index nodes.
13475 (Info-goto-emacs-command-node): Bind Info-history to nil when
13476 going to the first node found by Info-find-emacs-command-nodes.
13477
134782000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
13479
13480 * menu-bar.el (menu-bar-help-menu): Add a :help string.
13481
134822000-08-10 Miles Bader <miles@gnu.org>
13483
13484 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
13485
134862000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13487
13488 * info.el (Info-file-list-for-emacs): More elements for the
13489 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
13490 and woman manuals.
13491
134922000-08-10 Miles Bader <miles@lsi.nec.co.jp>
13493
13494 * comint.el (comint-send-input): Make the newline boundary overlay
13495 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
13496 (comint-output-filter): Use `insert' instead of
13497 `insert-before-markers'. Extend comint-last-output-overlay when
13498 necessary since we can't rely on insert-before-markers to do it.
13499 * gud.el (gud-filter): Use `with-current-buffer' instead of
13500 save-excursion when inserting the output, so that point gets
13501 updated correctly; the old method relied on a rather dodgy
13502 side-effect of comint-output-filter to avoid the effect of
13503 save-excursion.
13504
135052000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
13506
13507 * files.el (recover-file): Call insert-directory instead of
13508 invoking `ls' directly.
13509
135102000-08-10 Miles Bader <miles@gnu.org>
13511
13512 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
13513 (comint-last-prompt-overlay): New variables.
13514 (comint-output-filter): Implement prompt highlighting.
13515 (comint-snapshot-last-prompt): New function.
13516 (comint-send-input): Snapshot the last prompt.
13517 Use comint-highlight-input-face.
13518 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
13519 Use defface instead of defcustom.
13520 (send-invisible, comint-send-eof): Snapshot the last prompt.
13521 (comint-delchar-or-maybe-eof): Use comint-send-eof.
13522 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
13523
135242000-08-09 Stefan Monnier <monnier@cs.yale.edu>
13525
13526 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
13527 (regexp-opt-group): Use a list of chars for `letters'.
13528 (regexp-opt-charset): `chars' is now a list of chars.
13529 Use a char-table rather than a vector so it works for multibyte chars.
13530
13531 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
13532 Set cvs-minor-current-files to the selected fileinfo.
13533 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
13534 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
13535
135362000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
13537
13538 * files.el (insert-directory): Don't call access-file on
13539 directories on DOS and Windows.
13540
135412000-08-09 Kenichi Handa <handa@etl.go.jp>
13542
13543 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
13544 longer if necessary.
13545 (ccl-embed-code): Call ccl-embed-data to store CODE in
13546 ccl-program-vector.
13547
135482000-08-09 Miles Bader <miles@gnu.org>
13549
13550 * comint.el (comint-output-filter): Properly handle the case where
13551 the text surrounded by comint-last-output-overlay was deleted.
13552
135532000-08-08 Gerd Moellmann <gerd@gnu.org>
13554
13555 * info.el (Info-insert-dir): Use Info-additional-directory-list if
13556 non-nil.
13557 (Info-file-list-for-emacs): Remove "info" from the list because
13558 that leads to trying to use the documentation from file `info'
13559 in various situations where it isn't appropriate, for instance
13560 C-h C-k C-h i.
13561
13562 * ffap.el (ffap-read-file-or-url-internal): Handle case that
13563 DIR and/or STRING are nil.
13564
13565 * progmodes/compile.el (compilation-setup): Make variable
13566 compilation-error-screen-columns buffer-local, as some comment
13567 in the code suggests it should be.
13568
13569 * files.el (auto-mode-interpreter-regexp): New variable.
13570 (set-auto-mode): Use it.
13571
13572 * indent.el (indent-for-tab-command): Doc fix.
13573
13574 * mouse-sel.el (mouse-sel-mode): Doc fix.
13575
13576 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
13577 labels.
13578
13579 * help.el (print-help-return-message): When
13580 display-buffer-reuse-frames is set, let the help window been quit,
13581 instead of deleting it, which might delete a reused frame.
13582
135832000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
13584
13585 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
13586 rename a directory to a name that differs only by its letter case.
13587
135882000-08-08 Kenichi Handa <handa@etl.go.jp>
13589
13590 * international/quail.el (quail-define-rules): Handle Quail decode
13591 map correctly. Add code for supporting annotations.
13592 (quail-install-decode-map): New function.
13593 (quail-defrule-internal): New optional arguments decode-map and
13594 props.
13595 (quail-advice): New function.
13596
135972000-08-07 Sam Steingold <sds@gnu.org>
13598
13599 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
13600 `defconst', `define-condition', `with-slots'.
13601 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
13602
136032000-08-03 Miles Bader <miles@gnu.org>
13604
13605 * comint.el (comint-use-prompt-regexp-instead-of-fields):
13606 New variable.
13607 (comint-prompt-regexp, comint-get-old-input): Document dependence on
13608 comint-use-prompt-regexp-instead-of-fields.
13609 (comint-send-input): Add `input' field property to stuff we send to
13610 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
13611 (comint-output-filter): Add `output' field property to process
13612 output, if comint-use-prompt-regexp-instead-of-fields is nil.
13613 (comint-replace-by-expanded-history)
13614 (comint-get-old-input-default, comint-show-output)
13615 (comint-backward-matching-input, comint-forward-matching-input)
13616 (comint-next-prompt, comint-previous-prompt): Use field
13617 properties if comint-use-prompt-regexp-instead-of-fields is nil.
13618 (comint-line-beginning-position): New function.
13619 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
13620 (comint-replace-by-expanded-history-before-point): Use
13621 comint-line-beginning-position and line-end-position.
13622 (comint-last-output-overlay): New variable.
13623 (comint-mode): Make `comint-last-output-overlay' buffer-local.
13624
13625 * shell.el (shell-prompt-pattern): Doc change.
13626 (shell-backward-command): Use line-beginning-position.
13627
13628 * gud.el (gud-gdb-complete-command): Use
13629 comint-line-beginning-position.
13630
13631 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
13632 comint-bol doesn't actually go to the beginning of the line.
13633
13634 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
13635 if comint-use-prompt-regexp-instead-of-fields is non-nil.
13636 (try-expand-line-all-buffers): Likewise.
13637
13638 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
13639 explicitly matching comint-prompt-regexp.
13640 (sql-copy-column): Use comint-line-beginning-position instead of
13641 explicitly matching comint-prompt-regexp.
13642
13643 * progmodes/octave-inf.el (inferior-octave-complete): Use
13644 comint-line-beginning-position.
13645
13646 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
13647
13648 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
13649 looking for a prompt, use `forward-line 0' instead of
13650 `beginning-of-line', to avoid getting caught by an input field.
13651
136522000-08-07 Gerd Moellmann <gerd@gnu.org>
13653
13654 * files.el (shell-quote-wildcard-pattern): Make sure to return
13655 PATTERN, in the Unix case.
13656
136572000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
13658
13659 * play/zone.el (zone): Discard any pending input before running
13660 the randomly-chosen pgm.
13661
136622000-08-07 Kenichi Handa <handa@etl.go.jp>
13663
13664 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
13665 checking the existence of any multibyte characters.
13666
136672000-08-06 Gerd Moellmann <gerd@gnu.org>
13668
13669 * help.el (describe-mode): Test minor-mode symbol for being
13670 bound before testing its value for being nil.
13671
13672 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
13673 `first', `second', and `third'.
13674
13675 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
13676 (second): Make it an alias for `cadr'.
13677
136782000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
13679
13680 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
13681 types of display support faces now.
13682
136832000-08-05 Gerd Moellmann <gerd@gnu.org>
13684
13685 * pcvs.el (require): Require `cl' during compilation, only.
13686
13687 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
13688 (toplevel): Remove `remq' and `remove' from autoloads.
13689 (cl-fake-autoloads): New variable. If set, arrange for an error
13690 when CL functions etc. are autoloaded.
13691
136922000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
13693
13694 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
13695
13696 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
13697 popped up, but the user clicks outside the menu, return an empty
13698 regexp (that causes unhighlight-regexp to have no effect).
13699
13700 * menu-bar.el (menu-bar-games-menu): Add Zone.
13701
13702 * hi-lock.el (toplevel): Require font-lock.
13703
137042000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13705
13706 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
13707 (ebnf-8-bit-chars): New var for bug fix.
13708 (ebnf-string): Bug fix.
13709
137102000-08-03 Sam Steingold <sds@gnu.org>
13711
13712 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
13713 instead of `buffer-string'.
13714 (require 'cl): Always, not just when compiling.
13715 `ignore-errors' in `interactive', `list*', `defun*' &c make this
13716 necessary.
13717
137182000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
13719
13720 * international/mule-cmds.el (select-safe-coding-system): Make
13721 the message text about selecting a safe coding system more clear.
13722
137232000-08-02 Gerd Moellmann <gerd@gnu.org>
13724
13725 * hi-lock.el: New file.
13726
13727 * play/zone.el: New file.
13728
13729 * replace.el (occur): Set tab-width in the *Occur* buffer to the
13730 value of tab-width in the original buffer. Choose a line number
13731 format that's a multiple of the original buffer's tab width, so
13732 that lines appear right.
13733
13734 * textmodes/ispell.el (ispell): New function, replacing an alias.
13735 Spell-check active region if in transient-mark-mode and mark
13736 is active; otherwise spell-check buffer.
13737
137382000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13739
13740 * ps-mule.el: Fix a customization problem on
13741 ps-mule-font-info-database-default.
13742
137432000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
13744
13745 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
13746 display-mouse-p instead of window-system.
13747 (ebrowse-member-mode-map): Ditto.
13748
137492000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13750
13751 * progmodes/ebnf2ps.el: Update ps-print functions call.
13752 Indentation fix. Doc fix.
13753 (ebnf-version): New version number (3.2).
13754 (ebnf-format-color, ebnf-begin-job): Code fix.
13755
137562000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
13757
13758 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
13759 font lock support on window-system.
13760 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
13761
13762 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
13763 display-color-p, if fboundp, instead of window-system.
13764
137652000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
13766
13767 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
13768 instead of window-system.
13769
13770 * wid-edit.el (widget-choose): Use display-mouse-p instead of
13771 window-system.
13772 (widget-choice-mouse-down-action): Use display-popup-menus-p
13773 instead of window-system.
13774
13775 * strokes.el (strokes-file): Run the file name through
13776 convert-standard-filename.
13777 (strokes-mode): Call display-mouse-p instead of looking at
13778 window-system. Change the error message accordingly.
13779
13780 * progmodes/cpp.el (toplevel): Support faces on tty's.
13781
13782 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
13783 (lm-plot-square, lm-init-display): Don't use window-system.
13784
13785 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
13786 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
13787
13788 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
13789 instead of looking at window-system.
13790
137912000-07-30 Gerd Moellmann <gerd@gnu.org>
13792
13793 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
13794 of testing if iswitchb-prepost-hooks is bound, because the
13795 latter will always be true when invoking a recursive minibuffer
13796 from an active Iswitchb buffer.
13797
137982000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
13799
13800 * files.el (shell-quote-wildcard-pattern): New function.
13801 (insert-directory): Call it. Only prepend "\" to command on Unix
13802 and GNU/Linux systems.
13803
138042000-07-30 Gerd Moellmann <gerd@gnu.org>
13805
13806 * eshell/esh-groups.el: Change custom :link file names
13807 from `eshell.info' to `eshell'.
13808
138092000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
13810
13811 * dired.el (dired-build-subdir-alist): Expand subdirectory names
13812 correctly in recursive ange-ftp listings.
13813
138142000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13815
13816 * ps-print.el: Fix bug 1: if ps-font-size-internal,
13817 ps-header-font-size-internal and
13818 ps-header-title-font-size-internal variables are not set,
13819 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
13820 face text property is (foreground-color . COLOR) or
13821 `(background-color . COLOR)', ps-print crashes. Doc fix.
13822 (ps-print-version): New version number (5.2.4).
13823 (ps-plot-region): Code fix.
13824 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
13825 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
13826 Bug fix 2.
13827
138282000-07-30 Milan Zamazal <pdm@freesoft.cz>
13829
13830 * glasses.el (glasses-make-readable): Fix uncapitalization of
13831 identifiers like `myXMLDocument'.
13832
138332000-07-28 Karl Fogel <kfogel@red-bean.com>
13834
13835 * mail/mail-hist.el (mail-hist-previous-input)
13836 (mail-hist-next-input): Do the obvious code factorization.
13837 (mail-hist-retrieve-and-insert): New func, contains common
13838 code of above two.
13839 If inserting a message body, leave point at top.
13840
138412000-07-28 Sam Steingold <sds@gnu.org>
13842
13843 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
13844 Use `<=', not `<' to compare times!
13845 (ange-ftp-ls): Remove.
13846
138472000-07-27 Gerd Moellmann <gerd@gnu.org>
13848
13849 * play/cookie1.el: Add explanation of how to make cookie.el
13850 compatible with strfile(1) to comment.
13851
13852 * subr.el (remove, remq): New functions.
13853
13854 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
13855 escape `*' in regexps.
13856 (midnight-find): Reverse order of arguments in the funcall of
13857 TEST.
13858
13859 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
13860 and `.class'.
13861
13862 * play/meese.el: Add Commentary section.
13863
138642000-07-27 Alex Schroeder <alex@gnu.org>
13865
13866 * sql.el (sql-ms): Added autoload cookie.
13867 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
13868 (sql-oracle): Ditto.
13869 (sql-help): Doc change.
13870
13871 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
13872 types and exceptions.
13873
138742000-07-27 Alex Schroeder <alex@gnu.org>
13875
13876 * sql.el (sql-placeholder-history): New variable.
13877 (sql-query-placeholders-and-send): New function that will query
13878 the user and replace placeholders with user input.
13879 (sql-oracle): If running on NT, set comint-input-sender to
13880 sql-query-placeholders-and-send.
13881
13882 (sql-stop): If in the SQLi buffer, insert stop notification, else
13883 present it as a message.
13884
138852000-07-27 Alex Schroeder <alex@gnu.org>
13886
13887 * sql.el (sql-input-ring-separator): Doc change.
13888 (sql-input-ring-file-name): Doc change.
13889 (sql-interactive-mode): Use `sql-input-ring-separator' and
13890 `sql-input-ring-file-name' to set the comint-mode equivalents
13891 without making them local variables.
13892 (sql-stop): Don't bind `sql-input-ring-separator' and
13893 `sql-input-ring-file-name' dynamically to their comint-mode
13894 equivalents.
13895
138962000-07-27 Kenichi Handa <handa@etl.go.jp>
13897
13898 * international/mule.el (register-char-codings): New function.
13899 (make-coding-system): Handle `safe-chars' specification in the arg
13900 PROPERTY.
13901
13902 * international/mule-cmds.el
13903 (find-coding-systems-region-subset-p): This function deleted.
13904 (sort-coding-systems-predicate): New variable.
13905 (sort-coding-systems): New function.
13906 (find-coding-systems-region): Use
13907 find-coding-systems-region-internal.
13908 (find-coding-systems-string): Use find-coding-systems-region.
13909 (find-coding-systems-for-charsets): Check
13910 char-coding-system-table.
13911 (select-safe-coding-system-accept-default-p): New variable.
13912 (select-safe-coding-system): Mostly rewritten. New argument
13913 ACCEPT-DEFAULT-P.
13914 (select-message-coding-system): Call select-safe-coding-system
13915 with ACCEPT-DEFAULT-P arg.
13916 (reset-language-environment): Reset default-sendmail-coding-system
13917 to the default value iso-latin-1.
13918 (set-language-environment): Don't set the obsolete variable
13919 charset-origin-alist.
13920
13921 * international/codepage.el (cp-coding-system-for-codepage-1):
13922 Give `safe-chars' property to make-coding-system.
13923
13924 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
13925 calling select-message-coding-system twice.
13926
13927 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
13928 instead of `safe-charsets'.
13929 (cyrillic-alternativnyj): Likewise.
13930 (ccl-encode-alternativnyj): Don't check the charset
13931 cyrillic-iso8859-5.
13932
139332000-07-27 Kenichi Handa <handa@etl.go.jp>
13934
13935 * composite.el (compose-chars-after): Preserve match data.
13936
139372000-07-26 Sam Steingold <sds@gnu.org>
13938
13939 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
13940 (ange-ftp-real-file-newer-than-file-p): New function.
13941 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
13942 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
13943
13944 * tooltip.el (tooltip-float-time): Removed (use `float-time').
13945 * midnight.el (midnight-float-time): Ditto.
13946
139472000-07-26 Andreas Schwab <schwab@suse.de>
13948
13949 * files.el (normal-backup-enable-predicate): Correct
13950 interpretation of the return value of compare-strings.
13951
139522000-07-26 Gerd Moellmann <gerd@gnu.org>
13953
13954 * isearch.el (isearch-resume): New function.
13955 (isearch-done): Add something to command-history to resume
13956 the search.
13957 (isearch-yank-line, isearch-yank-word): Use
13958 buffer-substring-no-properties instead of buffer-substring.
13959
13960 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
13961 of flyspell-mouse-map.
13962
13963 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
13964 duplicate definition.
13965 (makefile-mode): Remove duplicate setting of local-abbrev-table.
13966
13967 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
13968 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
13969
139702000-07-25 Sam Steingold <sds@gnu.org>
13971
13972 * net/ange-ftp.el: Get modtime over the net.
13973 (ange-ftp-file-modtime): New function.
13974 (ange-ftp-write-region, ange-ftp-insert-file-contents)
13975 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
13976 Use it.
13977 (ange-ftp-dot-to-slash): New function.
13978 (ange-ftp-fix-name-for-vms): Use it.
13979
13980 * midnight.el (midnight-buffer-display-time): Use
13981 `with-current-buffer'.
13982
139832000-07-25 Gerd Moellmann <gerd@gnu.org>
13984
13985 * find-dired.el: Update copyright notice.
13986 (find-dired): Offer to kill a running `find'.
13987
13988 * enriched.el (enriched-face-ans): For a `foreground-color'
13989 property, return '(("x-color" COLOR))' so that COLOR will be
13990 output as a parameter of the x-color annotation. Likewise for the
13991 `background-color' property. In the case of normal face
13992 properties, don't return annotations for unspecified foreground
13993 and background face attributes.
13994
139952000-07-25 Kenichi Handa <handa@etl.go.jp>
13996
13997 * language/japan-util.el (japanese-katakana-region): Fix handling
13998 HANKAKU argument.
13999
140002000-07-25 Miles Bader <miles@gnu.org>
14001
14002 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
14003 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
14004 constrain-to-field.
14005
140062000-07-24 Andrew Innes <andrewi@gnu.org>
14007
14008 * timer.el (timer-activate-when-idle): Add optional parameter
14009 DONT-WAIT. Update docstring.
14010 (run-with-idle-timer): Specify extra parameter to
14011 timer-activate-when-idle, so that timer will be activated
14012 immediately if Emacs is already idle.
14013
14014 * w32-fns.el (w32-using-nt): Fix docstring.
14015
140162000-07-24 Dave Love <fx@gnu.org>
14017
14018 * mouse.el (popup-menu): Set last-command-event.
14019 (mouse-major-mode-menu-prefix): Declare.
14020
140212000-07-24 Gerd Moellmann <gerd@gnu.org>
14022
14023 * textmodes/flyspell.el: Update to author's version 1.5d.
14024
14025 * progmodes/hideshow.el: Update copyright notice.
14026
14027 * vcursor.el: Set maintainer to FSF, since author cannot
14028 be reached.
14029
140302000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
14031
14032 * info.el (Info-goto-emacs-key-command-node): Leave a space after
14033 the prompt.
14034
14035 * mouse.el (popup-menu): Run the keymap through indirect-function,
14036 in case it was defined with define-prefix-key. If the menu is a
14037 list of keymaps, look up the binding of user's choice in each one
14038 of the keymaps.
14039 (mouse-popup-menubar): If the global and local menu-bar keymaps
14040 don't have a prompt string, create one and insert it into the
14041 keymap. Don't barf if current-local-map returns nil.
14042
140432000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
14044
14045 * dired.el (dired-sort-R-check): Added to allow recursive listing
14046 to be undone.
14047 (dired-sort-other): Use it.
14048
140492000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14050
14051 * Release of cc-mode 5.27
14052
140532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14054
14055 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
14056 c-beginning-of-statement-1 that caused a bad case of recursion
14057 which could consume a lot of CPU in large classes in languages
14058 that have in-expression classes (i.e. Java and Pike).
14059
14060 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
14061 statements before top level constructs (i.e. case 6 is moved
14062 before case 5 and is now case 4) to catch in-expression
14063 classes in top level expressions correctly.
14064
140652000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14066
14067 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
14068 objc-method-intro. Case 4 removed and case 5I added.
14069
14070 * cc-langs.el (c-append-paragraph-start): New variable used by
14071 c-common-init to get paragraph-start correct.
14072 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
14073 initialize paragraph-start to make it correct both with and
14074 without the javadoc special case.
14075
14076 * cc-mode.el (java-mode): Use c-append-paragraph-start to
14077 initialize paragraph-start for javadoc markup.
14078
14079 * cc-vars.el (c-style-variables-are-local-p): Incompatible
14080 change by defaulting this to t. It's motivated by the
14081 confusing behavior that otherwise arise from the style system
14082 when editing both java and non-java files at the same time
14083 (see the comments about style setting in c-common-init).
14084
140852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14086
14087 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
14088 similar to the one in c-fill-paragraph to check the fill
14089 prefix from the adaptive fill function for sanity.
14090
140912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14092
14093 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
14094 defun block.
14095
a30eb617
DL
140962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14097
14098 * cc-align.el (c-lineup-multi-inher): Handle lines with
14099 leading comma nicely. Extended to handle member initializers
14100 too.
14101
14102 * cc-engine.el: (c-beginning-of-inheritance-list,
14103 c-guess-basic-syntax): Fixed recognition of inheritance lists
14104 when the lines begins with a comma.
14105
a30eb617
DL
14106 * cc-vars.el (c-offsets-alist): Changed default for
14107 member-init-cont to c-lineup-multi-inher since it now handles
14108 member initializers and indents better for leading commas.
14109
141102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14111
14112 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
14113 handling that caused class open lines to be recognized as
14114 statement-conts in some cases.
14115
14116 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
14117 guessed by the adaptive fill function unless point is on the
14118 first line of a block comment.
14119
14120 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
14121 when the buffer ends with a macro continuation char.
14122
14123 * cc-engine.el (c-guess-basic-syntax): Added support for
14124 function definitions as statements in Pike. The first
14125 statement in a lambda block is now labeled defun-block-intro
14126 instead of statement-block-intro.
14127
14128 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
14129 so that the class surrounding point is selected, not the one
14130 innermost in the state.
14131
14132 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
14133 recognition of switch labels having hanging multiline
14134 statements.
14135
14136 * cc-engine.el (c-beginning-of-member-init-list): Broke out
14137 some code in c-guess-basic-syntax to a separate function.
14138 * cc-engine.el (c-just-after-func-arglist-p): Fixed
14139 recognition of member inits with multiple line arglists.
14140 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
14141 member-init-cont when the commas are in funny places.
14142
141432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14144
14145 * cc-defs.el (c-auto-newline): Removed this macro since it's
14146 not used anymore.
14147
14148 * cc-engine.el (c-looking-at-bos): New helper function.
14149 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
14150 inexpr and toplevel classes apart in Pike.
14151
14152 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
14153 of case 9A.
14154
14155 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
14156 constant, since "class" can introduce an in-expression class
14157 in Pike nowadays.
14158
141592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14160
14161 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
14162 indentation on cpp-macro lines.
14163
14164 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
14165 a syntax modifier like comment-intro, to make it possible to
14166 get syntactic indentation for preprocessor directives. It's
14167 incompatible wrt to lineup functions on cpp-macro, but it has
14168 no observable effect in the 99.9% common case where cpp-macro
14169 is set to -1000.
14170
141712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14172
14173 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
14174 member-init-cont when the preceding arglist is several lines.
14175
141762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14177
14178 * cc-styles.el (c-style-alist): The basic offset for the BSD
14179 style corrected to 8.
14180
141812000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14182
14183 * cc-styles.el (c-style-alist): Adjusted the indentation of
14184 brace list openers in the gnu style.
14185
141862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14187
14188 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
14189
14190 * cc-cmds.el (c-electric-brace, c-electric-slash,
14191 c-electric-star, c-electric-semi&comma, c-electric-colon,
14192 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
14193 when c-syntactic-indentation is nil.
14194
14195 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
14196 we were left at comments preceding the first statement when
14197 reaching the beginning of the buffer.
14198
14199 * cc-vars.el (c-syntactic-indentation): New variable to turn
14200 off all syntactic indentation.
14201
142022000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14203
14204 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
14205 between the text and the block comment ender when it hangs,
14206 depending on how many there are before the fill.
14207
142082000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14209
14210 * cc-engine.el (c-beginning-of-closest-statement): New helper
14211 function to go back to the closest preceding statement start,
14212 which could be inside a conditional statement.
14213 * cc-engine.el (c-guess-basic-syntax): Use
14214 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
14215
14216 * cc-engine.el (c-guess-basic-syntax): Better handling of
14217 arglist-intro, arglist-cont-nonempty and arglist-close when
14218 the arglist is nested inside parens. Cases 7A, 7C and 7F
14219 changed.
14220
14221 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
14222 up-to-date with javadoc 1.2.
14223
142242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14225
14226 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
14227 multiline Pike type decls.
14228
142292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14230
14231 * cc-cmds.el (c-indent-new-comment-line): Always break
14232 multiline comments in multiline mode, regardless of
14233 comment-multi-line.
14234
142352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14236
14237 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
14238 fully::qualified::names in C++ member init lists. Preamble in
14239 case 5D changed.
14240
142412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14242
14243 * cc-langs.el (c-common-init): Handling of obsolete variables
14244 moved to c-initialize-cc-mode. More compatible style override
14245 when using global style variables.
14246 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
14247 variables moved here.
14248
a30eb617
DL
14249 * cc-styles.el (c-make-styles-buffer-local): Flag style
14250 variable localness in c-style-variables-are-local-p to make
14251 the compatibility measure in c-common-init work well.
14252
14253 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
14254 longer contain set-from-style.
14255 * cc-styles.el (c-initialize-builtin-style): Don't check for
14256 set-from-style on c-special-indent-hook.
14257 * cc-styles.el (c-copy-tree): Obsolete. The standard function
14258 copy-alist is sufficient now.
14259
14260 * cc-styles.el (c-set-style, c-set-style-1,
14261 c-get-style-variables): Fixes to variable initialization so
14262 that duplicate entries in styles have the same effect
14263 regardless of DONT-OVERRIDE.
14264
14265 * cc-styles.el (c-set-style-2): Fixed bug where the
14266 initialization of inheriting styles failed when the
14267 dont-override flag is set.
14268
14269 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
14270 on this.
14271
142722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14273
14274 * cc-defs.el (c-forward-comment): Removed the workaround
14275 introduced in 5.38 since it had worse side-effects. If a line
14276 contains the string "//\"", it regarded the // as a comment
14277 start since the \ temporarily doesn't have escape syntax.
14278
eb04d6cd 142792000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
14280
14281 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
14282 ada-xref.el before ada-prj.el, so that the Project menu is created
14283 when ada-prj tries to add to it.
14284 (ada-activate-keys-for-case): Suppress the characters that are not
14285 part of the Ada syntax. Better compatibility with else-mode
14286 (ada-adjust-case-interactive): When auto-casing is not active,
14287 correctly insert newlines (used to insert only ^M). Prevent the
14288 syntax table from being changed in case of an error
14289 (or '_' becomes part of a word and some commands are confused).
14290 Do nothing if ada-auto-case is nil.
14291 (ada-after-keyword-p): Ignore keywords that are also attributes
14292 (ada-batch-reformat): Update usage comment
14293 (ada-call-from-contextual-menu): New function
14294 (ada-case-read-exceptions): Reinitialize the casing exception list
14295 first to nil first, so that the casing exception file can be
14296 shared.
14297 (ada-check-defun-name): Handles "configure" keyword for gnatdist
14298 files.
14299 (ada-compile-goto-error): Fix regexp used to detect a file:line
14300 anywhere in the error message
14301 (ada-contextual-menu-last-point): New variable
14302 (ada-create-keymap): If the variable delete-key-deletes-forward is
14303 t on XEmacs, it means that DEL should delete one character
14304 forward.
14305 (ada-create-menu): Use :included instead of :visible for XEmacs.
14306 New submenu "Options".
14307 (ada-end-stmt-re): Correctly indent "select ... then abort"
14308 statements.
14309 (ada-fill-comment-paragraph): Correctly delete all leading '--'
14310 even if they don't match ada-fill-comment-prefix Fix handling of
14311 paragraphs on the first or last line of a file.
14312 (ada-format-paramlist): Fix handling of default parameter values.
14313 (ada-get-body-name): New function.
14314 (ada-get-current-indent): Optimized by searchling directly for an
14315 existing generic part or a statement outside of it. Handle
14316 ada-indent-align-comments when indenting comments Replaced some
14317 regexps by testing directly the next character. This results in a
14318 huge speedup on some files. New indentation scheme for renames
14319 statements. Stop looking for the 'while' or 'for' associated with
14320 a 'loop' at the first semicolon encountered. A "return" can also
14321 match an anonymous access subprogram declaration.
14322 (ada-get-indent-noindent): Ignore strings and comments when
14323 looking for the keywords "record" and "private".
14324 (ada-goto-matching-decl-start): When matching "if", make sure we
14325 are not in fact seeing "end if". Ignore "when" statements except
14326 when initial keyword was "begin". Fix handling of nested
14327 procedures. Add a recursive call to this function to skip over
14328 other 'end' statmts. Fix indentation for "when .. => begin"
14329 (ada-in-open-paren-p): Fix indentation for complex boolean
14330 expressions, where 'and then', 'or else' and parenthesis
14331 statements are mixed up.
14332 (ada-in-paramlist-p): Skip comments while searching for the
14333 beginning Fix handling of operator declarations.
14334 (ada-indent-align-comments): New variable
14335 (ada-indent-current): Change the syntax table only in the
14336 protected section, so that we are sure it is restored correctly.
14337 (ada-indent-on-previous-lines): Use ada-use-indent and
14338 ada-with-indent Correctly indent "select ... then"
14339 (ada-indent-region): Slight speedup.
14340 (ada-indent-renames): New variable.
14341 (ada-last-which-function-subprog, ada-last-which-function-line):
14342 New variables
14343 (ada-looking-at-semi-private): Correctly indent the 'private'
14344 keyword when it is the first word in a package declaration.
14345 (ada-loose-case-word): Stop searching if at the end of the buffer.
14346 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
14347 even if point is not initially at the end of the word.
14348 (ada-matching-decl-start-re): Add "when".
14349 (ada-mode): Add support for abbrev-mode, outline-mode and
14350 which-func-mode Override the old find-file.el entry in
14351 ff-special-constructs since it is using the obsolete
14352 ada-spec-suffix variable
14353 (ada-no-auto-case): New function
14354 (ada-scan-paramlist): When parsing the argument type, accept
14355 spaces (as in "X 'Class", generated by Rational Rose).
14356 (ada-other-file-name): No longer loads the other file.
14357 (ada-popup-menu): Save and restore the current buffer and cursor
14358 position before and after displaying the menu.
14359 (ada-search-ignore-complex-boolean): New function.
14360 (ada-uncomment-region): Emacs21 already knows how to delete
14361 comments not starting in the first column.
14362 (ada-use-indent): New variable
14363 (ada-which-function): New function.
14364 (ada-with-indent): New variable
14365 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
14366 can be batch-compiled from the command line.
14367
14368 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
14369 Add to the menu when the file is loaded, not in ada-mode-hook.
14370 Add -toolbar to the default ddd command Switches moved from
14371 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
14372 ada-prj-default-comp-opt
14373 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
14374 Reference Manual to the menu
14375 (ada-check-current): rewritten as a call to ada-compile-current
14376 (ada-compile): Removed.
14377 (ada-compile-application, ada-compile-current, ada-check-current):
14378 Set the compilation-search-path so that compile.el automatically
14379 finds the sources in src_dir. Automatic scrollong of the
14380 compilation buffer. C-uC-cC-c asks for confirmation before
14381 compiling
14382 (ada-compile-current): New parameter, prj-field
14383 (ada-complete-identifier): Load the .ali file before doing
14384 processing
14385 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
14386 conform to gnatmake's behavior.
14387 (ada-find-file-in-dir): New function
14388 (ada-find-references): Set the environment variables for gnatfind
14389 (ada-find-src-file-in-dir): New function.
14390 (ada-first-non-nil): Removed
14391 (ada-gdb-application): Add support for jdb, the java debugger.
14392 (ada-get-ada-file-name): Load the original-file first if not done
14393 yet.
14394 (ada-get-all-references): Handles the new ali syntax (parent types
14395 are found between <>).
14396 (ada-initialize-runtime-library): New function
14397 (ada-mode-hook): Always load a project file when a file is opened,
14398 so that the casing exceptions are correctly read.
14399 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
14400 (ada-parse-prj-file): Use find-file-noselect instead of find-file
14401 to open the project file, since the latter does not work with
14402 speedbar Get default values before loading the prj file, or the
14403 default executable file name is wrong. Use the absolute value of
14404 src_dir to initialize ada-search-directories and
14405 compilation-search-path,... Add the standard runtime library to
14406 the search path for find-file.
14407 (ada-prj-default-debugger): Was missing an opening '{'
14408 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
14409 variables.
14410 (ada-prj-default-gnatmake-opt): New variable
14411 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
14412 buffers, the project file is the default one Save the windows
14413 configuration before displaying the menu.
14414 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
14415 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
14416 ...) regexp-quote identifiers names to support operators +,
14417 -,... in regexps.
14418 (ada-remote): New function.
14419 (ada-run-application): Erase the output buffer before starting the
14420 run Support remote execution of the application. Use
14421 call-process, or the arguments are incorrectly parsed
14422 (ada-set-default-project-file): Reread the content of the active
14423 project file, not the one from the current buffer When a project
14424 file is set as the default project, all directories are
14425 automatically associated with it.
14426 (ada-set-environment): New function
14427 (ada-treat-cmd-string): New special variable ${current}
14428 (ada-treat-cmd-string): Revised. The substitution is now done for
14429 any ${...} substring
14430 (ada-xref-current): If no body was found, compiles the spec
14431 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
14432 compiler to get rid of command line length limitations.
14433 (ada-xref-get-project-field): New function
14434 (ada-xref-project-files): New variable
14435 (ada-xref-runtime-library-specs-path)
14436 (ada-xref-runtime-library-ali-path): New variables
14437 (ada-xref-set-default-prj-values): Default run command now does a
14438 cd to the build directory. New field: main_unit Provide a default
14439 file name even if the current buffer has no prj file.
14440
14441 * ada-prj.el:
14442 Rewritten to show a tabbed-dialog.
14443 (ada-prj-add-ada-menu): Remove the map and name parameters.
14444 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
14445 New function
14446 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
14447 (ada-prj-load-from-file): New function
14448 (ada-prj-save): Always save fields that depend on the current buffer
14449 (ada-prj-show-value): New function
14450
14451 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
14452 Ada mode. This will allow us to display the Ada menu in any buffer
14453 we want (for project items).
14454 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
14455 number of spaces in the header.
14456
144572000-07-24 Dave Love <fx@gnu.org>
14458
14459 * ediff-init.el (ediff-region-help-echo): Bind face-help.
14460
144612000-07-23 Noah Friedman <friedman@splode.com>
14462
14463 * type-break.el (type-break): perform autosave.
14464 Suggested by Stephen Gildea <gildea@intouchsys.com>.
14465 (type-break-do-query): Cancel query schedule while performing
14466 actual query, to avoid possibility of a second query being made
14467 while first one is already in progress.
14468 (type-break-time-stamp-format): New variable.
14469 (type-break-time-stamp): New function.
14470 (type-break-time-warning): Use it.
14471 (type-break-keystroke-warning): Use it.
14472 (type-break-noninteractive-query): Use it.
14473
14474 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
14475 cookie.
14476 Use add-minor-mode to set minor-mode-alist, if available.
14477 (eldoc-echo-area-use-multiline-p): New user option.
14478 (eldoc-echo-area-multiline-supported-p): New variable.
14479 (eldoc-docstring-format-sym-doc): Use them.
14480 (eldoc-mode): If not using idle timers, append to local post and
14481 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
14482 (eldoc-display-message-no-interference-p): Don't interfere with
14483 edebug.
14484 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
14485 (eldoc-function-arglist): New function.
14486 (eldoc-function-argstring): Use it.
14487
14488 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
14489 auto save directory exists before calling directory-files.
14490
144912000-07-23 Dave Love <fx@gnu.org>
14492
14493 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
14494 ^o, ^u.
14495
144962000-07-21 Dave Love <fx@gnu.org>
14497
14498 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
14499 now passed to the function. It now works properly.
14500
14501 * smerge-mode.el (smerge-mode-menu): Fill it out.
14502
145032000-07-20 Gerd Moellmann <gerd@gnu.org>
14504
14505 * info-look.el (info-lookup): If *info* is shown in another frame
14506 on the same display, select that frame, instead of switching to
14507 the Info buffer in another window of the selected frame.
14508
14509 * simple.el (universal-argument-map): Bind numeric keypad keys
14510 kp-0 to kp-9 and kp-subtract.
14511 (digit-argument): Handle these keys.
14512
145132000-07-20 Dave Love <fx@gnu.org>
14514
14515 * net/goto-addr.el (goto-address-fontify): Don't bother with
14516 buffer-modified and read-only stuff -- irrelevant with overlays.
14517 Put an extra property on the overlays and use it to clean up in
14518 case goto-address is re-run.
14519
145202000-07-19 Richard M. Stallman <rms@gnu.org>
14521
14522 * timer.el (run-with-idle-timer): Doc fix.
14523
14524 * mail/mail-utils.el (mail-strip-quoted-names):
14525 Handle case where <...> appears inside "...".
14526 Use replace-match to edit the string more simply.
14527 (rmail-dont-reply-to): Cope with an unmatched ".
14528
145292000-07-19 Dave Love <fx@gnu.org>
14530
14531 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
14532 implementation.
14533
14534 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
14535 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
14536 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
14537
145382000-07-19 Gerd Moellmann <gerd@gnu.org>
14539
14540 * textmodes/refer.el: Correct maintainer's email address.
14541
14542 * progmodes/hideif.el: Correct author's email address.
14543 Fix typo in comment.
14544
14545 * xml.el: New file.
14546
14547 * mail/mailheader.el: Correct author's mail address.
14548
14549 * gnus/parse-time.el: Correct author's mail address.
14550
145512000-07-19 Colin Walters <walters@cis.ohio-state.edu>
14552
14553 * comint.el (comint-highlight-input, comint-highlight-face):
14554 New user options.
14555 (comint-input-ring-file-name): Change custom type.
14556 (comint-mode-map): Bind mouse-2.
14557 (comint-insert-clicked-input): New function.
14558 (comint-send-input): Handle input highlighting.
14559
145602000-07-18 Stefan Monnier <monnier@cs.yale.edu>
14561
14562 * mouse.el (popup-menu): New function.
14563 (mouse-major-mode-menu): Use it.
14564
145652000-07-18 Dave Love <fx@gnu.org>
14566
14567 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
14568 improvements.
14569
145702000-07-18 Gerd Moellmann <gerd@gnu.org>
14571
14572 * faces.el (face-font-selection-order)
14573 (face-font-family-alternatives): Add custom type.
14574
145752000-07-18 Dave Love <fx@gnu.org>
14576
14577 * cus-edit.el (custom-variable-reset-saved)
14578 (custom-variable-reset-standard): Remove unused bindings.
14579
14580 * rect.el (open-rectangle-line): Remove unused let.
14581
14582 * hl-line.el (hl-line-highlight): Check hl-line-mode.
14583
145842000-07-18 Gerd Moellmann <gerd@gnu.org>
14585
14586 * cdl.el: Fix `Maintainer' keyword.
14587
14588 * play/pong.el: Add author's email address.
14589
145902000-07-17 Sam Steingold <sds@gnu.org>
14591
14592 * files.el (insert-directory): Call `split-string' instead of
14593 re-implementing it.
14594
145952000-07-18 Gerd Moellmann <gerd@gnu.org>
14596
14597 * mail/vms-pmail.el: Change maintainer to FSF.
14598
14599 * net/goto-addr.el: Change maintainer to FSF.
14600
14601 * info.el (Info-title-face-alist): Removed.
14602
146032000-07-18 David Ponce <david@dponce.com>
14604
14605 * recentf.el (recentf-open-files): New command that works like
14606 `recentf-open-more-files', but shows the whole list of files (not just
14607 those omitted from the menu). Useful if you don't use a menu-bar!
14608 (recentf-open-more-files) Modified to use `recentf-open-files'.
14609
14610 (recentf-open-files, recentf-open-more-files)
14611 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
14612
14613 (recentf-dialog-mode): New mode for dialogs. You can now just type
14614 "q" to cancel the dialogs.
14615
146162000-07-18 David Ponce <david@dponce.com>
14617
14618 * recentf.el: This is a major update of recentf.el. It adds new
14619 features to better organize the recentf menu and "More..." buffer.
14620
14621 Using new provided menu filtering functions you can now organize the
14622 recent files list:
14623
14624 - by major modes
14625 - by directories
14626 - by user defined rules
14627
14628 Finally, with the new `recentf-filter-changer' customizable filter you
14629 can define a ring of filters and dynamically (via the menu) cycle on
14630 each menu organization in the ring (a la msb).
14631
146322000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
14633
14634 * eshell/eshell.el (eshell): Replace links to eshell.info with
14635 links to eshell, to avoid problems on systems where the manual is
14636 installed as `eshell'.
14637 * eshell/esh-cmd.el (eshell-cmd): Ditto.
14638 * eshell/em-smart.el (eshell-smart): Ditto.
14639 * eshell/em-banner.el (eshell-banner): Ditto.
14640 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
14641
14642 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
14643 same-file check in the MS-DOS version (it does support inodes).
14644
14645 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
14646
14647 * eshell/eshell.el (eshell-directory-name):
14648 Run default directory name through convert-standard-filename.
14649
146502000-07-18 Kenichi Handa <handa@etl.go.jp>
14651
14652 * international/mule-cmds.el (select-safe-coding-system):
14653 Fix typo in the comment.
14654
14655 * language/european.el (compound-text):
14656 Force katakana-jisx0201 to be designated to G1.
14657
14658 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
14659 Don't translate some national variant characters of latin-jisx0201.
14660 (x-ctext): Force katakana-jisx0201 to be designated to G1.
14661
14662 * international/kkc.el (kkc-after-update-conversion-functions):
14663 New variable.
14664 (kkc-update-conversion): Run functions in it at the tail.
14665
146662000-07-16 John Wiegley <johnw@gnu.org>
14667
14668 * lisp/align.el (align-newline-and-indent):
14669 Adding new function. for auto-aligning blocks of code on RET.
14670 (align-region): Fixed badly formatted minibuffer message.
14671
146722000-07-17 Kenichi Handa <handa@etl.go.jp>
14673
14674 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
14675 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
14676 the conversion list at first if appropriate.
14677 (kkc-next): Don't update kkc-next-count here.
14678 (kkc-prev): Don't update kkc-prev-count here.
14679 (kkc-show-conversion-list-update): Fix setting up of conversion
14680 list message.
14681
146822000-07-16 Stefan Monnier <monnier@cs.yale.edu>
14683
14684 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
14685
146862000-07-16 Dave Love <fx@gnu.org>
14687
14688 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
14689 function to be more specific.
14690
14691 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
14692 non-string help-echo.
14693 (widget-types-convert-widget): Defsubst it.
14694 (widget-echo-help): Try to cope with a help-echo function of two
14695 possible sorts.
14696
146972000-07-15 Jason Rumney <jasonr@gnu.org>
14698
14699 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
14700 Declare as obsolete.
14701
14702 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
14703
147042000-07-14 Gerd Moellmann <gerd@gnu.org>
14705
14706 * hilit-chg.el: Fix typo.
14707
147082000-07-14 Dave Love <fx@gnu.org>
14709
14710 * info.el (Info-mode-menu): Fix use of :help, :enable.
14711
147122000-07-14 Stefan Monnier <monnier@cs.yale.edu>
14713
14714 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
14715
147162000-07-13 Dave Love <fx@gnu.org>
14717
14718 * emacs-lisp/easymenu.el: Doc fixes.
14719 (easy-menu-remove): Defalias to ignore.
14720
14721 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
14722 Call throw correctly.
14723
147242000-07-13 Gerd Moellmann <gerd@gnu.org>
14725
14726 * faces.el (frame-background-mode): Doc fix.
14727
14728 * simple.el (eval-expression-print-length): Change custom type to
14729 allow entering nil as value.
14730
147312000-07-13 Dave Love <fx@gnu.org>
14732
14733 * progmodes/fortran.el (fortran-imenu-generic-expression):
14734 Change definition layout.
14735 (fortran-mode-menu): Reinstate customize entries.
14736
14737 * cus-edit.el (custom-group-menu-create, customize-menu-create):
14738 Use :filter, per old XEmacs code.
14739
147402000-07-12 Gerd Moellmann <gerd@gnu.org>
14741
14742 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
14743 event when deciding what to send to the terminal.
14744
147452000-07-12 Dave Love <fx@gnu.org>
14746
14747 * cus-start.el: Add optional version as 4th element of specs and
14748 use it for several things new in v21. Remove load-path. Fix type
14749 of line-number-display-limit.
14750
147512000-07-11 Dave Love <fx@gnu.org>
14752
14753 * progmodes/fortran.el: Don't require easymenu.
14754 Use repeat counts in various regexps.
14755 (fortran-mode-syntax-table): Defvar directly.
14756 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
14757 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
14758 Use defvar, not defconst.
14759 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
14760 (fortran-mode): Set fortran-comment-line-start-skip,
14761 fortran-comment-line-start-skip, dabbrev-case-fold-search.
14762 (fortran-comment-indent): Use defsubst.
14763 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
14764 Use fortran-comment-indent, not fortran-comment-indent-function.
14765 (fortran-comment-region, fortran-electric-line-number): Simplify.
14766 (fortran-auto-fill): New function.
14767 (fortran-do-auto-fill): Deleted.
14768 (fortran-find-comment-start-skip):
14769 Check for non-null comment-start-skip.
14770 (fortran-auto-fill-mode, fortran-fill-statement):
14771 Use fortran-auto-fill.
14772 (fortran-fill): Use fortran-auto-fill. Check for null
14773 comment-start-skip. Simplify final clause and use end-of-line finally.
14774
14775 * widget.el (widget-plist-member): New alias.
14776
147772000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
14778
14779 * eshell/esh-module.el (toplevel): Reference
14780 byte-compile-current-file only if it is bound.
14781
147822000-07-10 Gerd Moellmann <gerd@gnu.org>
14783
14784 * dired.el: Don't require `dired-aux'.
14785
147862000-07-10 Miles Bader <miles@lsi.nec.co.jp>
14787
14788 * dired-aux.el (dired-show-file-type): New function.
14789 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
14790 (dired-show-file-type): Add autoload.
14791
147922000-07-10 Kenichi Handa <handa@etl.go.jp>
14793
14794 * international/mule-diag.el (describe-font): Adjusted for the
14795 change of fontset-info.
14796 (print-fontset): Likewise.
14797
147982000-07-09 Stefan Monnier <monnier@cs.yale.edu>
14799
14800 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
14801
148022000-07-07 Gerd Moellmann <gerd@gnu.org>
14803
14804 * bindings.el: Bind `[delete]' to delete-char.
14805
14806 * dired.el (dired-find-alternate-file): New function.
14807 (dired-mode-map): Bind `a' to dired-find-alternate-file.
14808 (toplevel): Require dired-aux when compiling.
14809 (dired-buffers): Move defvar within file to avoid compiler warning.
14810
14811 * info.el (Info-last-search): Variable removed.
14812 (Info-search-history): New variable.
14813 (Info-search): New Info-search-history.
14814
14815 * battery.el, info-look.el: Change author's mail address.
14816
148172000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
14818
14819 * mail/rmail.el (rmail-clear-headers): Don't throw an error
14820 if rmail-ignored-headers is nil.
14821 (rmail-retry-failure): Bind rmail-ignored-headers and
14822 rmail-displayed-headers to nil.
14823
148242000-07-06 Gerd Moellmann <gerd@gnu.org>
14825
14826 * lpr.el (lpr-page-header-switches): Add `-h' switch.
14827 (print-region-1): Don't hard code `-h' here.
14828
14829 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
14830
148312000-07-01 Francesco Potorti` <pot@gnu.org>
14832
14833 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
14834 exim can use "your message" instead of "the message".
14835
148362000-07-06 Stefan Monnier <monnier@cs.yale.edu>
14837
14838 * facemenu.el: Docstrings fixes.
14839 (facemenu-get-face): Don't use internal-find-face.
14840 (facemenu-iterate): Rename arg to match the docstring.
14841
14842 * newcomment.el (uncomment-region): Be more careful when skipping
14843 backwards over `=' not to bump into BOBP.
14844
148452000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
14846
14847 * ediff-diff.el (ediff-wordify): Use syntax table.
14848 * ediff-init.el (ediff-has-face-support-p): Use
14849 ediff-color-display-p.
14850 (ediff-color-display-p): Use display-color-p, changed to defun
14851 from defsubst.
14852 Got rid of special cases for NeXT and OS/2.
14853 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
14854 face.
14855
148562000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14857
14858 * emacs-lisp/lucid.el: Require CL.
14859 (copy-tree, remprop): Remove, it's provided by CL.
14860 (map-keymap): Define in terms of cl-map-keymap.
14861 (extent-property, set-extent-end-glyph): New functions.
14862
14863 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
14864
148652000-07-05 Gerd Moellmann <gerd@gnu.org>
14866
14867 * Makefile.in (DONTCOMPILE): Add comment that the name may
14868 not be changed without changing the make-dist script.
14869
14870 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
14871 (cl-mapc): Use mapc instead of cl-old-mapc.
14872
148732000-07-05 Andrew Innes <andrewi@gnu.org>
14874
14875 * makefile.nt: Add support for `bootstrap' and related targets.
14876
148772000-07-05 Stefan Monnier <monnier@cs.yale.edu>
14878
14879 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
14880 (easy-menu-do-define): Use `menu-item' format.
14881 Handle case where easy-menu-create-menu returns a symbol.
14882 Manually call the potential top-level filter in the function binding.
14883 (easy-menu-filter-return): New arg NAME.
14884 Convert to a keymap if MENU is an XEmacs menu.
14885 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
14886 (easy-menu-converted-items-table, easy-menu-convert-item):
14887 New var and fun to memoize easy-menu-convert-item-1.
14888 (easy-menu-do-add-item): Use it.
14889 (easy-menu-create-menu): Use easy-menu-convert-item.
14890 Wrap easy-menu-filter-return around any :filter specification.
14891 Don't convert the menu if a filter was specified.
14892 Tell easy-menu-make-symbol not to check for MENU being an expression.
14893 (easy-menu-make-symbol): New arg NOEXP.
14894
148952000-07-05 Gerd Moellmann <gerd@gnu.org>
14896
14897 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
14898 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
14899 (eval-defun): If called with prefix arg, instrument code for
14900 Edebug.
14901
14902 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
14903 similar to that of eval-defun.
14904
149052000-07-04 Dave Love <fx@gnu.org>
14906
14907 * hl-line.el (hl-line-overlay): Make it permanent-local.
14908
14909 * calendar/todo-mode.el: Replaced with a working version, based on
14910 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
14911
149122000-07-03 Miles Bader <miles@lsi.nec.co.jp>
14913
14914 * paths.el (prune-directory-list): New function.
14915 (Info-default-directory-list): Rewritten to more methodically
14916 enumerate a big list of possible info directories (based on the
14917 list used by the standalone info reader).
14918
14919 * info.el (info-initialize): Use prune-directory-list to remove
14920 non-existent directories from Info-directory-list.
14921
14922 * paths.el (Info-default-directory-list): Try a list of possible
14923 info-directories instead of a single one. Add the possible
14924 info directory "/usr/share/info".
14925
14926 * woman.el (woman-man.conf-path): Explicitly include the debian
14927 man-db config file "/etc/manpath.config".
14928 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
14929 are present in `manpath.config'.
14930 (woman-manpath): Include "/usr/share/man".
14931
149322000-07-03 Gerd Moellmann <gerd@gnu.org>
14933
14934 * frame.el (blink-cursor-mode): Don't hide cursor initially.
14935
14936 * startup.el (command-line): Initialize blink-cursor based
14937 on window-system.
14938
14939 * frame.el (blink-cursor): Default to nil if not running under
14940 a window-system.
14941
14942 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
14943 (face-x-resources): Remove duplicate entry for :font.
14944
14945 * textmodes/refer.el (refer-find-entry-internal): Use some-window
14946 instead of cycling through windows with next-window.
14947
14948 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
14949 of cycling through windows with next-window.
14950
14951 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
14952 of cycling through windows with next-window.
14953
14954 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
14955 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
14956 instead of cycling through windows with next-window.
14957
14958 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
14959 instead of cycling through windows with next-window.
14960
14961 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
14962 of cycling through windows with next-window.
14963
14964 * terminal.el (te-process-output): Use walk-windows instead of
14965 cycling through windows with next-window.
14966
14967 * server.el (server-switch-buffer): Use some-window instead of
14968 cycling through windows with next-window.
14969
14970 * window.el (some-window): New function.
14971 (walk-windows): Remove reference to walk-windows-start.
14972
14973 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
14974
149752000-07-03 Richard Stallman <rms@gnu.org>
14976
14977 * window.el (walk-windows): Guarantee termination by keeping a list
14978 of all the windows already handled.
14979
149802000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
14981
14982 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
14983 window-system.
14984
14985 * man.el (Man-notify-when-ready): Don't use window-system. If
14986 Man-notify-method is newframe, and the display is not
14987 multi-frame, select the frame created for the man page.
14988 (Man-init-defvars): Doc fix.
14989
149902000-06-28 Gerd Moellmann <gerd@gnu.org>
14991
14992 * faces.el (region): Change background color for light background.
14993
14994 * ediff-wind.el (ediff-setup-control-frame): Remove :box
14995 attribute from mode-line face of Ediff control frame.
14996
14997 * replace.el (query-replace-map): Bind `e' like `E'.
14998
149992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
15000
15001 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
15002 Change name to "Select All".
15003
15004 * dos-fns.el (convert-standard-filename): Fix last change.
15005
150062000-06-27 Gerd Moellmann <gerd@gnu.org>
15007
15008 * help.el (describe-variable): Don't insert a second `'s' in front
15009 of the string `value is shown below'. Since the syntax-table is
15010 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
15011 an existing `'s', so that this won't be deleted.
15012
15013 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
15014 * pcmpl-unix.el: New files.
15015
150162000-06-26 Stefan Monnier <monnier@cs.yale.edu>
15017
15018 * wid-edit.el (widget-member): Use the new plist-member.
15019
150202000-06-26 Gerd Moellmann <gerd@gnu.org>
15021
15022 * replace.el (perform-replace): Undo change of 2000-04-04.
15023 Instead, move backward 1 character at the end of the loop when
15024 necessary.
15025
15026 * faces.el (fringe): Change face for different backgrounds.
15027
15028 * eshell/esh-module.el (toplevel): Load defgroup's differently;
15029 patch from John.
15030
15031 * eshell/*.el: Change spelling of the Free Software Foundation.
15032
15033 * eshell/esh-toggle.el: Removed.
15034
15035 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
15036
15037 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
15038 interactively.
15039
150402000-06-26 Alex Schroeder <alex@gnu.org>
15041
15042 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
15043 `define-key'; instead of checking `(emacs-version)' check for
15044 `set-keymap-parent' and `set-keymap-name' directly. Add entries
15045 for `;' and `o' which might be electric.
15046
15047 (sql-electric-stuff): New user option.
15048 (sql-magic-go): New function which uses `sql-electric-stuff'.
15049 (sql-magic-semicolon): New function which uses
15050 `sql-electric-stuff'.
15051
15052 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
15053 is not fboundp.
15054
15055 (sql-oracle-options): New variable.
15056 (sql-oracle): Use it.
15057
15058 (sql-imenu-generic-expression): Doc change.
15059 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
15060 is used.
15061
15062 (sql-informix): Added command line parameter "-" to force
15063 sql-informix-program to use stdout.
15064
150652000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
15066
15067 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
15068 (cp864-decode-table): Doc fix.
15069 (cp720-decode-table): New variable, supports the Arabic OEM
15070 codepage used by Windows.
15071 (cp737-decode-table): New, Greek OEM codepage used by Windows.
15072
150732000-06-23 Dave Love <fx@gnu.org>
15074
15075 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
15076 (font-lock-fontify-anchored-keywords): Use
15077 line-beginning-position.
15078 (global-font-lock-mode): Use mapc.
15079
150802000-06-23 Stefan Monnier <monnier@cs.yale.edu>
15081
15082 * eshell/esh-module.el: Require CL when compiling.
15083
150842000-06-23 Gerd Moellmann <gerd@gnu.org>
15085
15086 * comint.el (comint-substitute-in-file-name): Call replace-match
15087 with second and third arg t.
15088
15089 * cus-edit.el (custom-button-face, custom-button-pressed-face):
15090 Specify foreground color.
15091
15092 * faces.el (tool-bar, mode-line, header-line): Specify foreground
15093 color.
15094
15095 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
15096
15097 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
15098 cddr instead of cdddr.
15099
15100 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
15101 instead of copy-list.
15102
15103 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
15104 of copy-list.
15105
15106 * subdirs.el: Add eshell subdirectory.
15107
15108 * eshell: New subdirectory containing the Eshell package.
15109
15110 * pcomplete.el: New file.
15111
151122000-06-23 Paul Eggert <eggert@twinsun.com>
15113
15114 * mail/mailpost.el (post-mail-send-it): Make sure file has
15115 proper permissions from birth.
15116
15117 * files.el (basic-save-buffer-2): When temporarily setting
15118 file modes, set them to current modes plus 0200, not to 0777.
15119
15120 * emerge.el (emerge-make-temp-file): Make sure file has proper
15121 permissions from birth.
15122
151232000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
15124
15125 * files.el (make-backup-file-name-1): On DOS/Windows, run the
15126 backup file name through convert-standard-filename.
15127
15128 * dos-fns.el (convert-standard-filename): Convert leading
15129 directories as well. When long file names are supported, convert
15130 characters that are invalid in Windows file names.
15131
151322000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15133
15134 * ps-print.el: Fix bug: if ^L is the very first buffer character,
15135 ps-print crashes. New feature: page selection for printing. Create
15136 raw-text-unix coding system for XEmacs. Doc fix.
15137 (ps-print-version): New version number (5.2.3).
15138 (ps-plot-region): Bug fix.
15139 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
15140 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
15141 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
15142 funs.
15143 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
15144 (ps-last-page): New vars.
15145
151462000-06-21 Gerd Moellmann <gerd@gnu.org>
15147
15148 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
15149 empty option string.
15150
151512000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
15152
15153 * man.el (man): Doc fix.
15154
151552000-06-21 Kenichi Handa <handa@etl.go.jp>
15156
15157 * international/mule-cmds.el (set-language-info-alist): Docstring
15158 fixed.
15159
151602000-06-20 Gerd Moellmann <gerd@gnu.org>
15161
15162 * version.el (emacs-version): Use ISO date format.
15163
15164 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
15165 instead of `M-backspace'.
15166
15167 * simple.el (turn-off-auto-fill): New function.
15168
151692000-06-20 Stefan Monnier <monnier@cs.yale.edu>
15170
15171 * jit-lock.el (with-buffer-prepared-for-jit-lock):
15172 Renamed from with-buffer-prepared-for-font-lock and use
15173 inhibit-modification-hooks rather than setting *-change-functions.
15174 Update all functions to use the new name.
15175 (jit-lock-first-unfontify-pos): New semantics (and doc).
15176 (jit-lock-mode): Make non-interactive.
15177 Don't automatically turn on font-lock.
15178 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
15179 Always use jit-lock-after-change.
15180 Remove and restore font-lock-after-change-function.
15181 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
15182 (jit-lock-after-unfontify-buffer): Remove.
15183 (jit-lock-stealth-fontify):
15184 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
15185 (jit-lock-after-change): Set the `fontified' text-prop to nil.
15186
151872000-06-20 Sam Steingold <sds@gnu.org>
15188
15189 * emacs-lisp/cl-indent.el (toplevel): Indent
15190 `print-unreadable-object' properly. Untabify.
15191
151922000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15193
15194 * textmodes/reftex.el (reftex-find-citation-regexp-format):
15195 Support for bibentry.
15196 (reftex-compile-variables): Fixed problem with end of section-re.
15197
15198 * texmodes/reftex-dcr.el (reftex-view-crossref,
15199 reftex-view-crossref-from-bibtex):
15200 Deal with changed `reftex-find-citation-regexp-format'.
15201 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
15202 Replaced `remprop' with `put'.
15203 (reftex-view-crossref, reftex-view-crossref-when-idle):
15204 Support for bibentry.
15205
15206 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15207 New entry for bibentry package.
15208
15209 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
15210 Regexp also matches "\nobibliography".
15211
15212 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
15213 Call `reftex-ensure-write-access' before doing anything.
15214 (reftex-ensure-write-access): New function.
15215
152162000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
15217
15218 * progmodes/idlwave.el: File re-installed (update to version 4.2)
15219
15220 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
15221
15222 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
15223
15224 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
15225
15226
152272000-06-20 Dave Love <fx@gnu.org>
15228
15229 * faces.el (frame-background-mode): Use set-default, not set, in
15230 setter.
15231 (frame-update-faces, frame-update-face-colors): Define with
15232 defalias.
15233
15234 * enriched.el (enriched-decode-foreground)
15235 (enriched-decode-background): Don't use internal-find-face.
15236
15237 * apropos.el: Doc fixes.
15238
15239 * cus-edit.el (customize-changed-options): Check arg.
15240 (customize-version-lessp): Don't require decimal point.
15241
15242 * custom.el (defcustom, defgroup): Doc fix.
15243
15244 * newcomment.el (comment) <defgroup>: Add :version.
15245 (comment-multi-line): Doc fix.
15246
15247 * emulation/mlsupport.el (define-hooked-local-abbrev,
15248 define-hooked-global-abbrev): Fix, using define-abbrev.
15249
152502000-06-19 Gerd Moellmann <gerd@gnu.org>
15251
15252 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
15253 the whole buffer.
15254
152552000-06-19 Dave Love <fx@gnu.org>
15256
15257 * menu-bar.el (menu-bar-options-save): New function.
15258 (menu-bar-options-menu): Use it.
15259 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
15260 Simplify.
15261
152622000-06-19 Andreas Schwab <schwab@suse.de>
15263
15264 * progmodes/etags.el (tags-query-replace): Put new parameters
15265 START and END at the end, for backward compatibility.
15266
152672000-06-19 Kenichi Handa <handa@etl.go.jp>
15268
15269 * international/codepage.el:
15270 (cp-coding-system-for-codepage-1): Delete special codes for
15271 generating xxx-dos coding system because now a CCL based coding
15272 system can handle EOL conversion by default.
15273
15274 * international/mule.el (make-coding-system): Generate subsidiary
15275 coding systems for EOL handling variants even for a CCL based
15276 coding system.
15277
152782000-06-19 Kenichi Handa <handa@etl.go.jp>
15279
15280 * international/isearch-x.el (isearch-minibuffer-input-method)
15281 (isearch-minibuffer-input-method-function): These variables
15282 deleted.
15283 (isearch-with-input-method): Don't use the above variables.
15284 (isearch-process-search-multibyte-characters): Likewise. Call
15285 read-string with the arg INHERIT-INPUT-METHOD t.
15286
152872000-06-17 Stefan Monnier <monnier@cs.yale.edu>
15288
15289 * font-lock.el (font-lock-after-fontify-buffer)
15290 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
15291
15292 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
15293 Use consistent make-local-variable style for font-lock-fontified.
15294 (jit-lock-fontify-buffer):
15295 Don't bother checking for font-lock-mode and jit-lock-mode.
15296
15297 * time.el: Remove trailing ^M that prevent CVS-merging.
15298
152992000-06-16 Gerd Moellmann <gerd@gnu.org>
15300
15301 * Makefile.in (distclean): New target.
15302
153032000-06-16 Stefan Monnier <monnier@cs.yale.edu>
15304
15305 * Makefile.in (srcdir): Define for update-subdirs.
15306
153072000-06-16 Gerd Moellmann <gerd@gnu.org>
15308
15309 * find-lisp.el: New file.
15310
153112000-06-16 Andrew Innes <andrewi@gnu.org>
15312
15313 * time.el (display-time-mail-function): New variable, to allow
15314 external packages to indicate when new mail is available.
15315 (display-time-update): Use it.
15316
153172000-06-16 Kenichi Handa <handa@etl.go.jp>
15318
15319 * international/mule.el (mule-version): Change version name to
15320 SAKAKI. AOI has already been used by Meadow.
15321
15322 * international/quail.el (quail-show-guidance-buf): To find the
15323 bottom window (but minibuffer), pay attention to the height of
15324 minibuffer.
15325
153262000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
15327
15328 * arc-mode.el (archive-mode-map): Use the new menu-item format for
15329 menu-bar menus. Add help strings. Don't remove the Edit menu
15330 from the menu bar, as the menu bar has enough space now.
15331
15332 * Makefile.in (SHELL): Make sure /bin/sh is used.
15333
15334 * woman.el (woman-man-buffer): Fix bold and underlined CJK
15335 characters, which use series of two ^H characters instead of one.
15336
153372000-06-15 Gerd Moellmann <gerd@gnu.org>
15338
15339 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
15340 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
15341 functions.
15342 (Info-find-node-2): Try a case-sensitive search first, then
15343 do a case-insensitive search.
15344
15345 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
15346 tutorials.
15347
15348 * complete.el (PC-env-vars-alist): New variable.
15349 (PC-complete-as-file-name): New function.
15350 (partial-completion-mode): Initialize PC-env-vars-alist from
15351 process-environment.
15352 (PC-do-completion): Handle completion of env vars.
15353
15354 * info.el (Info-set-mode-line): Show file name in mode line,
15355 use `*Info*' instead of `Info:'.
15356
15357 * startup.el (command-line-1): Change copyright messages to year
15358 2000.
15359
153602000-06-15 Dave Love <fx@gnu.org>
15361
15362 * net/goto-addr.el (goto-address-fontify): Use keymap property,
15363 not local-map.
15364
153652000-06-15 Kenichi Handa <handa@etl.go.jp>
15366
15367 * international/mule.el (set-buffer-file-coding-system): Almost
15368 rewritten to handle `undecided' as no-op.
15369
153702000-06-14 Gerd Moellmann <gerd@gnu.org>
15371
15372 * Makefile.in: New file.
15373
15374 * Makefile: Removed.
15375
15376 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
15377 (goto-address-highlight-keymap): Bind C-c RET.
15378
153792000-06-14 Kenichi Handa <handa@etl.go.jp>
15380
15381 * mail/sendmail.el (sendmail-send-it): The temporary buffer
15382 inherits buffer-file-coding-system of the current buffer.
15383
15384 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
15385 0. Give correct argument to set-auto-coding-function.
15386 (tar-expunge): For goto-char, use (point-min), not 0.
15387 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
15388 (tar-subfile-save-buffer): Likewize.
15389
15390 * international/mule.el
15391 (after-insert-file-set-buffer-file-coding-system): Call
15392 set-buffer-file-coding-system with the arg FORCE t.
15393
153942000-06-13 Gerd Moellmann <gerd@gnu.org>
15395
15396 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
15397 nil. Contemporary sendmails issue an X-Authentication-Warning if
15398 the sender is set with `-f'.
15399
154002000-06-13 Dave Love <fx@gnu.org>
15401
15402 * help.el (describe-function-1): Kluge around cases of functions
15403 fset to subrs whose doc doesn't match their symbol-name.
15404
15405 * image.el (insert-image): Default STRING to a space.
15406
15407 * info.el Doc fixes.
15408 (Info-build-node-completions): Match Ref tags.
15409
154102000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
15411
15412 * frame.el (display-multi-frame-p, display-multi-font-p): New
15413 defaliases for display-graphic-p.
15414
15415 * hl-line.el: Fixed a typo in commentary.
15416
154172000-06-13 Kenichi Handa <handa@etl.go.jp>
15418
15419 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
15420 fixed.
15421
154222000-06-12 Dave Love <fx@gnu.org>
15423
15424 * image.el (insert-image): Save a little consing.
15425
154262000-06-12 Kenichi Handa <handa@etl.go.jp>
15427
15428 * language/tibet-util.el: Convert all tibetan-1-column characters
15429 to the corresponding tibetan characters.
15430 (tibetan-add-components): Delete code for the special treatment of
15431 'a chung.
15432
15433 * language/tibetan.el (tibetan-composable-pattern): Fix previous
15434 change.
15435 (tibetan-vowel-transcription-alist): More rules added.
15436 (tibetan-composite-vowel-alist): New variable.
15437 (tibetan-precomposition-rule-alist): More rules added.
15438
154392000-06-12 Stefan Monnier <monnier@cs.yale.edu>
15440
15441 * startup.el (command-line): Only call menu-bar-mode if interactive.
15442
15443 * thingatpt.el (toplevel symbol-properties):
15444 * textmodes/makeinfo.el (makeinfo-compile):
15445 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
15446 * progmodes/hideif.el (hif-compress-define-list)
15447 (hide-ifdef-use-define-alist):
15448 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
15449 (ange-ftp-vms-add-file-entry):
15450 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
15451 * man.el (Man-build-man-command):
15452 * mail/rnewspost.el (news-reply-header-hook):
15453 * info.el (Info-insert-dir):
15454 * emulation/mlconvert.el (backward-word, forward-word, setq):
15455 * emacs-lisp/gulp.el (gulp-send-requests):
15456 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
15457 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
15458 (byte-optimize-apply, end of file):
15459 * emacs-lisp/advice.el (ad-advice-class-completion-table)
15460 (ad-make-freeze-definition):
15461 * startup.el (command-line, command-line-1): Don't quote lambdas.
15462
15463 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
15464 (cvs-cleanup-removed): New function.
15465 (cvs-cleanup-functions): New var.
15466 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
15467 some flexibility in specifying additional entries to auto-cleanup.
15468 (cvs-quickdir): New function.
15469 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
15470 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
15471 (cvs-mode-find-file): Check that we are on a filename or dirname
15472 when invoked through a mouse-click.
15473 (cvs-full-path): Remove.
15474 (cvs-dired-action): Re-introduced.
15475 (cvs-dired-noselect): Use it.
15476 (vc-post-command-functions): use this new hook if available.
15477
15478 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
15479 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
15480 (cvs-filename-map, cvs-dirname-map): Remove.
15481 (cvs-default-action): Remove.
15482 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
15483 if the arg is really a keymap.
15484 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
15485 Don't hardcode the mapping from state (aka type) to face, but check
15486 the var cvs-fi-<type>-face instead.
15487 (cvs-fileinfo-from-entries): New function.
15488
15489 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
15490 Docstring fix.
15491 (cvs-find-file-and-jump): Change default to be safer.
15492 (cvs-mode-diff-map): Define it as a function as well.
15493 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
15494 Bind mouse-2 in this global map rather than with text-properties.
15495
15496 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
15497 file to resolve the ambiguity between C(conflict) and C(need-merge).
15498
154992000-06-12 Kenichi Handa <handa@etl.go.jp>
15500
15501 * international/mule.el (set-buffer-file-coding-system): If
15502 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
15503 unconditionally.
15504
155052000-06-12 Dave Love <fx@gnu.org>
15506
15507 * wid-edit.el (widget-specify-button): Really suppress the face if
15508 required.
15509
155102000-06-11 Gerd Moellmann <gerd@gnu.org>
15511
15512 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
15513
155142000-06-11 Stefan Monnier <monnier@cs.yale.edu>
15515
15516 * imenu.el (imenu-generic-expression): Docstring fix.
15517
15518 * composite.el (composition-function-table): Move the `put'
15519 below the autoload cookie so we can load the file before loaddefs.
15520
15521 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
15522
15523 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
15524 Handle easy-mmode-define-global-mode.
15525 For complex macros like define-minor-mode that can generate
15526 several autoload entries, try to autoload entries in the
15527 macroexpanded code.
15528
15529 * emacs-lisp/easy-mmode.el (define-minor-mode):
15530 If KEYMAP is a symbol, just use it.
15531 Use byte-compile-current-file and load-file-name to infer the
15532 proper :require to pass to defcustom.
15533 Wrap the hook var into `progn' so as not to autoload it.
15534 Add a :autoload-end cookie.
15535 Be more careful about the evaluation of KEYMAP.
15536 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
15537 (define-derived-mode): Move define-abbrev-table outside of defvar.
15538
155392000-06-10 Stefan Monnier <monnier@cs.yale.edu>
15540
15541 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
15542 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
15543 (backup-compiled-files): Ignore errors during `tar'.
15544 (bootstrap): Make autoloads before elc files.
15545
155462000-06-10 Kenichi Handa <handa@etl.go.jp>
15547
15548 * international/mule.el (set-buffer-file-coding-system): If one of
15549 undecided-XXX is specified, change only EOL conversion.
15550
15551 * international/mule-conf.el (unix): New alias for the coding
15552 system undecided-unix.
15553
155542000-06-09 Dave Love <fx@gnu.org>
15555
15556 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
15557
15558 * progmodes/executable.el: Byte compile dynamic.
15559 (executable-insert): Change custom type.
15560 (executable-find): Add autoload cookie.
15561 (executable-make-buffer-file-executable-if-script-p): New
15562 function. After Noah Friedman.
15563
15564 * files.el (after-save-hook): Customize, with
15565 executable-make-buffer-file-executable-if-script-p as an option.
15566
155672000-06-09 Kenichi Handa <handa@etl.go.jp>
15568
15569 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
15570 "tib24p-mule.bdf" for Tibetan.
15571
15572 * composite.el (decompose-composite-char): Declare it as obsolete.
15573
15574 * man.el (Man-fontify-manpage): Pay attention to underline and
15575 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
15576
155772000-06-08 Gerd Moellmann <gerd@gnu.org>
15578
15579 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
15580 Set maintainer to FSF since author isn't reachable.
15581
155822000-06-08 Dave Love <fx@gnu.org>
15583
15584 * international/mule-cmds.el (select-safe-coding-system): If
15585 DEFAULT-CODING-SYSTEM is not specified, also check the most
15586 preferred coding-system if buffer-file-coding-system is
15587 `undecided'. From Handa.
15588
155892000-06-08 Kenichi Handa <handa@etl.go.jp>
15590
15591 * international/mule.el
15592 (after-insert-file-set-buffer-file-coding-system): If the buffer
15593 size is greater than INSERTED, judget that we are not visiting.
15594
155952000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
15596
15597 * whitespace.el (defgroup whitespace): Comment out `:version'.
15598 XEmacs 20.4 has problems defining the group with this present.
15599 We'll have this commented out till get resolve the problem.
15600
156012000-06-07 John Wiegley <johnw@gnu.org>
15602
15603 * align.el (align-dq-string-modes, align-sq-string-modes)
15604 (align-open-comment-modes): Add pyhton-mode.
15605 (align-rules-list): Use get-text-property instead of
15606 text-properties-at.
15607 (align-rules-list): Add python-assignment.
15608 (align-rules-list): Change perl-comma-delimiter to
15609 basic-comma-delimiter. Use if for Perl modes and python-mode.
15610 (align-rules-list): Add python-chain-logic and
15611 basic-line-continuation.
15612
156132000-06-07 Jari Aalto <jari.aalto@poboxes.com>
15614
15615 * apropos.el (apropos-mode-hook): New user variable.
15616 (apropos-mode): Run apropos-mode-hook.
15617
156182000-06-07 David Ponce <david@dponce.com>
15619
15620 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
15621 commands. Require `wid-edit' at run-time.
15622
156232000-06-07 David Ponce <david@dponce.com>
15624
15625 * recentf.el: Added some "Commentary".
15626 (recentf-open-more-files, recentf-edit-list): Minor changes to
15627 move the point at the top of the file list. This behaviour is
15628 consistent with the menu one when the list contains a lot of
15629 files.
15630 (recentf-cleanup): Now displays the number of items removed from
15631 the list.
15632 (recentf-relative-filter) New menu filter to show filenames
15633 relative to `default-directory'.
15634
156352000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15636
15637 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
15638 with/without giving an error if PostScript printer doesn't have this
15639 kind of page size. Zebra Stripe continues or restarts on next page.
15640 Manual/automatic paper feeding. Switch or not the header.
15641 (ps-print-version): New version number (5.2.2).
15642 (ps-windows-system): Include emx as a Windows system.
15643 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
15644 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
15645 (ps-background-text): Code fix.
15646 (ps-error-handler-message, ps-user-defined-prologue)
15647 (ps-print-prologue-header, ps-printer-name)
15648 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
15649 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
15650 (ps-use-face-background): Customization fix.
15651 (ps-n-up-database): Data fix.
15652 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
15653 (ps-switch-header): New vars.
15654 (ps-xemacs-color-name, ps-face-foreground-name)
15655 (ps-face-background-name, ps-boolean-constant): New funs.
15656
156572000-06-07 Dave Love <fx@gnu.org>
15658
15659 * allout.el: New version from Manheimer.
15660
156612000-06-07 Kenichi Handa <handa@etl.go.jp>
15662
15663 * textmodes/fill.el (fill-find-break-point): Check the validity of
15664 charset.
15665
156662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
15667
15668 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
15669 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
15670 Call display-color-p and display-mouse-p instead of looking at
15671 window-system.
15672
156732000-06-06 Dave Love <fx@gnu.org>
15674
15675 * image.el (find-image): Doc fix. Return nil if image not found.
15676 (put-image, insert-image): Make STRING arg optional.
15677
156782000-06-06 Kenichi Handa <handa@etl.go.jp>
15679
15680 * language/vietnamese.el: Remove eval-when-compile.
15681 (viet-viscii-nonascii-translation-table): Define it as a
15682 translation table made from viet-viscii-decode-table.
15683 (viet-viscii-encode-table): Define it as a translation table made
15684 from the reverse map of above.
15685 (viet-vscii-nonascii-translation-table): Define it as a
15686 translation table made from viet-vscii-decode-table.
15687 (viet-vscii-encode-table): Define it as a translation table made
15688 from the reverse map of above.
15689 (ccl-decode-viscii): Use translate-character.
15690 (ccl-encode-viscii, ccl-encode-viscii-font)
15691 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
15692 Likewize.
15693
15694 * language/cyrillic.el: Remove eval-when-compile.
15695 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
15696 translation table made from cyrillic-koi8-r-decode-table.
15697 (cyrillic-koi8-r-encode-table): Define it as a translation table
15698 made from the reverse map of above.
15699 (ccl-decode-koi8): Use translate-character.
15700 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
15701 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
15702 a translation table made from cyrillic-alternativnyj-decode-table.
15703 (cyrillic-alternativnyj-encode-table): Define it as a translation
15704 table made from the reverse map of above.
15705 (ccl-decode-alternativnyj): Use translate-character.
15706 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
15707 Likewize
15708
15709 * international/mule-diag.el (non-iso-charset-alist): Specify
15710 translation table symbol instead of translation table itself.
15711 (list-block-of-chars): CHARSET may be a translation table symbol.
15712
15713 * international/mule.el (make-coding-system): If CODING-SYSTEM
15714 already exists, override it.
15715
15716 * international/fontset.el: Use family `proportional' for Tibetan
15717 fonts.
15718
15719 * international/ccl.el (ccl-compile-translate-character): Don't
15720 check if Rrr has property translation-table.
15721 (ccl-compile-map-multiple): Modified to avoid compiler warning.
15722
157232000-06-05 Gerd Moellmann <gerd@gnu.org>
15724
15725 * info.el: Bind case-fold-search to t when searching in case
15726 a user sets it to nil in a hook.
15727
157282000-06-05 Stefan Monnier <monnier@cs.yale.edu>
15729
15730 * autoarg.el (autoarg-mode, autoarg-kp-mode):
15731 * hl-line.el (hl-line-mode): Use the new :global key argument.
15732
15733 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
15734 (tar-clip-time-string): Prepend a space.
15735 (tar-grind-file-mode): Construct a string rather than modifying one.
15736 (tar-header-block-summarize): Fix docstring.
15737 Use `format' rather than an error-prone set of copy-loops.
15738
15739 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
15740 (diff-goto-source, diff-unified->context, diff-context->unified)
15741 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
15742 understand the format output by the `-p' argument to diff.
15743
15744 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
15745 (sh-re-done): Use defconst.
15746 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
15747 (sh-help-string-for-variable, sh-guess-basic-offset):
15748 Don't quote lambdas.
15749 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
15750 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
15751
15752 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
15753 (mh-letter-mode): Derive from text-mode.
15754 This implicitly means that it now calls kill-all-local-variables.
15755 Also remove the Emacs-18 compatibility code.
15756
15757 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
15758 Make use of symbol-property doc-string-elt.
15759 Use memq rather than a sequence of eq.
15760 (doc-string-elt): Fix the wrong or missing previously unused values.
15761 (autoload-print-form): New function extracted from
15762 generate-file-autoloads to allow recursion when handling progn
15763 so that defvar's and defun's docstrings are properly printed.
15764 (generate-file-autoloads): Use it.
15765
15766 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
15767 Use find-file-hooks in the minor-mode function.
15768 Be careful not to loop indefinitely in the post-command-hook function.
15769
157702000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
15771
15772 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
15773 tty's.
15774 * ediff-diff.el (ediff-exec-process): Use --binary for fine
15775 differences whenever appropriate.
15776 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
15777 * viper.el (find-file, find-file-other-window): Get viper to do
15778 wildcards.
15779
157802000-06-04 Stefan Monnier <monnier@cs.yale.edu>
15781
15782 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
15783 (jit-lock-fontify-buffer): New function for JIT refontification.
15784 (jit-lock-mode): Fix docstring.
15785 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
15786 Remove jit-lock-after-change from the _local_ hook.
15787 (jit-lock-function-1): Fix docstring.
15788
15789 * info.el (Info-on-current-buffer): Initialize info.
15790
15791 * newcomment.el (comment-indent): Ignore comment-indent-hook.
15792
15793 * progmodes/tcl.el (tcl-indent-for-comment):
15794 Ignore comment-indent-hook.
15795
15796 * emacs-lisp/easy-mmode.el: Require CL during compilation.
15797 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
15798 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
15799 and improve to use the lighter to guess the capitalization.
15800 (define-minor-mode): Inline code from easy-mmode-define-toggle.
15801 Add keyword arguments to specify global-ness or the custom group.
15802 Add local-map and help-echo properties to the lighter.
15803 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
15804 (easy-mmode-define-global-mode): New macro.
15805
158062000-06-02 Dave Love <fx@gnu.org>
15807
15808 * wid-edit.el: byte-compile-dynamic since we typically don't use
15809 all the widgets. Don't require cl or widget. Remove
15810 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
15811 (widget-read-event): Removed. Callers changed to use read-event.
15812 (widget-button-release-event-p): Renamed from
15813 button-release-event-p.
15814 (widget-field-add-space, widget-field-use-before-change):
15815 Uncustomize.
15816 (widget-specify-field): Use keymap property, not local-map.
15817 (widget-specify-button): Obey :suppress-face.
15818 (widget-specify-insert): Use modern backquote syntax.
15819 (widget-image-directory): Renamed from widget-glyph-directory.
15820 (widget-image-enable): Renamed from widget-glyph-enable.
15821 (widget-image-find): Replaces widget-glyph-find.
15822 (widget-button-pressed-face): Move defvar.
15823 (widget-image-insert): Replaces widget-glyph-insert.
15824 (widget-convert): Use keywordp.
15825 (widget-leave-text, widget-children-value-delete): Use mapc.
15826 (widget-keymap): Remove XEmacs stuff.
15827 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
15828 (widget-button-click): Don't set point at the click, but re-centre
15829 if we scroll out of window. Rewritten for images v. glyphs &c.
15830 (widget-tabable-at): Use POS arg, not point.
15831 (widget-beginning-of-line, widget-end-of-line)
15832 (widget-item-value-create, widget-sublist, widget-princ-to-string)
15833 (widget-sexp-prompt-value, widget-echo-help): Simplify.
15834 (widget-default-create): Use widget-image-insert; some rewriting.
15835 (widget-visibility-value-create)
15836 (widget-push-button-value-create, widget-toggle-value-create): Use
15837 widget-image-insert.
15838 (checkbox): Create on and off images dynamically.
15839 (documentation-link): Change :help-echo.
15840 (widget-documentation-link-echo-help): Remove.
15841
158422000-06-02 Stefan Monnier <monnier@cs.yale.edu>
15843
15844 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
15845
15846 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
15847 (easy-mmode-define-toggle, define-minor-mode): Use it.
15848 (easy-mmode-define-keymap): Docstring fix.
15849 (define-derived-mode): Default PARENT to fundamental-mode.
15850 Add the derived-mode-parent symbol-property.
15851 (easy-mmode-derived-mode-p): New function.
15852
158532000-06-02 Dave Love <fx@gnu.org>
15854
15855 * files.el (convert-standard-filename): Doc fix.
15856 (normal-backup-enable-predicate): New function.
15857 (backup-enable-predicate): Use it to replace the lambda form.
15858
15859 * calendar/todo-mode.el: [This needs more work on the outline
15860 stuff.] Doc fixes.
15861 (todo) <defgroup>: Add :version.
15862 (todo-add-category): Don't use pushnew.
15863 (todo-cmd-raise): Fix typo.
15864 (todo-top-priorities): Change temp buffer name.
15865 (todo-category-alist): Avoid redundant lambda.
15866 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
15867 Use outline-next-heading.
15868
15869 * autoarg.el: Rewritten to use define-minor-mode.
15870 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
15871 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
15872
158732000-06-02 Kenichi Handa <handa@etl.go.jp>
15874
15875 * isearch.el (isearch-other-meta-char): Fix previous change.
15876
158772000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15878
15879 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
15880 (log-edit-done): Only add the comment to the ring if it's different
15881 from the last comment entered.
15882
15883 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
15884
158852000-06-01 Dave Love <fx@gnu.org>
15886
15887 * hl-line.el: Rewritten using define-minor-mode.
15888
15889 * help.el (describe-function-1): Distinguish special form from
15890 builtin function. Sanity-check presence of arglist for builtins.
15891
158922000-06-01 Kenichi Handa <handa@etl.go.jp>
15893
15894 * international/characters.el: Fix syntax/category setting of
15895 Tibetan characters.
15896
15897 * language/tibet-util.el (tibetan-add-components): Fixes for new
15898 encoding of Tibetan characters.
15899 (tibetan-decompose-precomposition-alist): New variable.
15900 (tibetan-decompose-region): Convert precomposed characters to
15901 non-precomposed characters.
15902 (tibetan-decompose-string): Likewise.
15903 (tibetan-composition-function): Fix args to
15904 thibetan-compose-string.
15905
15906 * language/tibetan.el (tibetan-composable-pattern): More
15907 characters included.
15908 (tibetan-consonant-transcription-alist): Rule for "R" added.
15909 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
15910 "+R" added.
15911 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
15912
15913 * language/lao-util.el (lao-composition-function): Fix args to
15914 compose-string.
15915
15916 * language/thai-util.el (thai-composition-function): Fix args to
15917 compose-string.
15918
15919 * isearch.el (isearch-update): Set disable-point-adjustment to t
15920 to prevent the point moving to the end of a composition when a
15921 part of a composition is searched.
15922 (isearch-other-meta-char): If the key invoking this command can be
15923 mapped by function-key-map to a printing char, call
15924 isearch-process-search-char directly.
15925
159262000-06-01 Stefan Monnier <monnier@cs.yale.edu>
15927
15928 * emacs-lisp/bytecomp.el:
15929 * frame.el:
15930 * international/mule-cmds.el:
15931 * international/mule-util.el:
15932 * international/mule.el:
15933 * mouse.el:
15934 * subr.el:
15935 * faces.el: Update calls to make-obsolete with a WHEN argument.
15936
15937 * byte-run.el (make-obsolete, make-obsolete-variable):
15938 Add an optional WHEN argument and change the format of the
15939 symbol-property information.
15940 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
15941 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
15942 new obsolete-symbol-property format and print WHEN if it is provided.
15943
159442000-05-31 Dave Love <fx@gnu.org>
15945
15946 * loadhist.el (loadhist-hook-functions): Remove
15947 before-change-function, after-change-function.
15948 (unload-feature): Deal with symbols which are both bound and
15949 fbound.
15950
15951 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
15952 before-change-function, after-change-function.
15953
15954 * simple.el (newline): Don't bind before-change-function,
15955 after-change-function.
15956
159572000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
15958
15959 * whitespace.el (whitespace-rescan-timer-time): Update interval
15960 set to 600 seconds (10 minutes) instead of 60 seconds since
15961 a large number of whitespace buffers causes emacs to `freeze'
15962 for a considerable amount of time.
15963
15964 * whitespace.el: Updated email address
15965
159662000-05-31 Dave Love <fx@gnu.org>
15967
15968 * add-log.el (change-log-font-lock-keywords) <function>: Add
15969 pattern for function of change.
15970 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
15971 acknowledgements patterns.
15972
159732000-05-31 Kenichi Handa <handa@etl.go.jp>
15974
15975 * isearch.el (isearch-printing-char): If keyboard coding system is
15976 being used, call isearch-process-search-multibyte-characters.
15977
15978 * international/isearch-x.el: Mostly rewritten.
15979
15980 * international/quail.el (quail-start-conversion): Don't include
15981 unhandled events in the returned events, but set them in
15982 unread-command-events. Exit if all inputs are deleted.
15983
159842000-05-30 Jason Rumney <jasonr@gnu.org>
15985
15986 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
15987
15988 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
15989 Reenable code to create initial fontsets.
15990 Use set-fontset-font in place of put-charset-property.
15991
159922000-05-30 Gerd Moellmann <gerd@gnu.org>
15993
15994 * progmodes/perl-mode.el (perl-indent-line): When looking for a
15995 label, ensure that the first colon isn't followed by another.
15996
15997 * paths.el (Info-default-directory-list): Doc fix.
15998
15999 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
16000 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
16001 send a query containing USER only, not USER@HOST.
16002
16003 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
16004 and rmail-msgend to compute the restriction at the end, instead of
16005 computing it.
16006
160072000-05-29 Gerd Moellmann <gerd@gnu.org>
16008
16009 * dabbrev.el (dabbrev-expand): Don't display messages in the
16010 echo area if the minibuffer window is active.
16011
16012 * jit-lock.el (jit-lock-mode): Add after change function to
16013 local hook.
16014
160152000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
16016
16017 * antlr-mode.el: New commands: hide/unhide actions,
16018 upcase/downcase literals.
16019 (antlr-tiny-action-length): New user option.
16020 (antlr-hide-actions): New command. Suggested by
16021 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
16022 (antlr-mode-map): New binding [C-c C-v].
16023 (antlr-mode-menu): New entries.
16024 (antlr-downcase-literals): New command.
16025 (antlr-upcase-literals): Ditto.
16026
16027 * antlr-mode.el: Minor changes: indendation, mode-name.
16028 (antlr-indent-line): Indent cpp directive at column 0.
16029 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
16030
16031 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
16032 (antlr-font-lock-additional-keywords): Workaround for intentional
16033 bug in XEmacs version of font-lock.
16034 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
16035 be used by a smarter version of `buffers-menu-grouping-function'.
16036
160372000-05-29 Gerd Moellmann <gerd@gnu.org>
16038
16039 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
16040 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
16041
160422000-05-29 Kenichi Handa <handa@etl.go.jp>
16043
16044 * international/encoded-kb.el
16045 (encoded-kbd-iso2022-designation-map): Pay attention to that
16046 charset-iso-final-char return -1 for eight-bit-control and
16047 eight-bit-graphic.
16048
160492000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16050
16051 * speedbar.el (speedbar-use-images, speedbar-update-flag)
16052 (speedbar-easymenu-definition-base): Use display-graphic-p where
16053 available, instead of window-system.
16054
160552000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
16056
16057 * international/codepage.el (cp-coding-system-for-codepage-1): Add
16058 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
16059 coding systems.
16060
160612000-05-26 Dave Love <fx@gnu.org>
16062
16063 * disp-table.el (standard-display-underline): Don't use
16064 internal-find-face.
16065
16066 * mail/reporter.el: Maintainer change. Doc fixes.
16067 (reporter-version): Deleted.
16068
16069 * emacs-lisp/elp.el: Maintainer change.
16070 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
16071
160722000-05-26 Stefan Monnier <monnier@cs.yale.edu>
16073
16074 * add-log.el (add-change-log-entry): Merge the current entry with the
16075 previous one if the previous one is empty.
16076
160772000-05-26 Dave Love <fx@gnu.org>
16078
16079 * loadhist.el (unload-feature): Fix interactive spec [from
16080 lijnzaad@ebi.ac.uk].
16081
16082 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
16083 subr-arity to check primitives.
16084 (byte-compile-flush-pending, byte-compile-file-form-progn)
16085 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
16086 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
16087 mapcar.
16088
160892000-05-26 Kenichi Handa <handa@etl.go.jp>
16090
16091 * international/fontset.el: Set family names of non-latin charsets
16092 in default fontset to "*".
16093
16094 * international/mule-diag.el (print-fontset): Combine family part
16095 and registry part of the fontname by "-*-" instead of "-".
16096
16097 * international/mule-cmds.el (encode-coding-char): Make strings
16098 multibyte before calling encode-coding-string.
16099
161002000-05-25 Stefan Monnier <monnier@cs.yale.edu>
16101
16102 * derived.el: Fix keywords.
16103 (define-derived-mode): Only define if needed.
16104
16105 * simple.el (fill-comment, comment-column, comment-start)
16106 (comment-start-skip, comment-end, comment-indent-function)
16107 (block-comment-start, block-comment-end, indent-for-comment)
16108 (set-comment-column, kill-comment, comment-padding, comment-region)
16109 (comment-multi-line, indent-new-comment-line): Remove.
16110
16111 * bindings.el (esc-map): Change ; to comment-dwim and use the new
16112 function names for comment operations.
16113
16114 * newcomment.el: Add abundant autoload cookies.
16115 (comment-style): Don't depend on runtime data at compile-time.
16116 (comment-indent-hook): Remove.
16117 (comment-indent): Check if comment-indent-hook is bound.
16118 (comment-region): Docstring fix.
16119
161202000-05-25 Dave Love <fx@gnu.org>
16121
16122 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
16123 byte-code-function-p.
16124
16125 * mail/rmailsum.el: Add provide.
16126
16127 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
16128
16129 * smerge-mode.el (smerge-diff-switches): Don't use list* in
16130 defcustom.
16131
161322000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
16133
16134 * ediff-diff.el (ediff-exec-process): delete --binary option from
16135 non-buffer ediff jobs.
16136
161372000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16138
16139 * hilit-chg.el (highlight-changes-mode): Ask about color or
16140 grayscale support, not about window-system.
16141
16142 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
16143 window-system.
16144 (ffap-highlight): Always default to t.
16145
16146 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
16147 display-popup-menus-p instead of looking at window-system.
16148
16149 * disp-table.el (standard-display-g1, standard-display-graphic):
16150 Only refuse to use string glyphs on X and MS-Windows.
16151
16152 * avoid.el: Remove window-system from commentary, suggest to use
16153 display-*-p instead.
16154
16155 * apropos.el (apropos-print): Use display-mouse-p instead of
16156 window-system.
16157
161582000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16159
16160 * international/codepage.el (cp-decoding-vector-for-codepage):
16161 Fill up unsupported characters with their own codes. From Kenichi
16162 Handa.
16163
161642000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16165
16166 * international/mule-diag.el (describe-char-after): Use
16167 display-graphic-p instead of window-system, so that this function
16168 works on MS-DOS.
16169
161702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
16171
16172 * international/codepage.el (cp-make-coding-systems-for-codepage):
16173 Remove the eight-bit-graphic and eight-bit-control charsets from
16174 the list of charsets which we convert into `?'.
16175
161762000-05-25 Kenichi Handa <handa@etl.go.jp>
16177
16178 * international/mule-conf.el: Specify CHARSET-ID explicitely for
16179 private charsets.
16180 (mule-unicode-0100-24ff, japanese-jisx0213-1,
16181 japanese-jisx0213-2): New charsets.
16182
16183 * international/fontset.el: Setup default fontset for new charsets.
16184
161852000-05-24 Dave Love <fx@gnu.org>
16186
16187 * info.el (Info-find-node-2): Restructure [following "Vadim
16188 S. Solomin" <sovs@uic.nnov.ru>].
16189
16190 * icomplete.el: Fix header for Finder.
16191
161922000-05-24 Eric M. Ludlam <zappo@ultranet.com>
16193
16194 * rmailout.el (rmail-output-to-rmail-file): Added optional param
16195 STAY.
16196
16197 * rmail.el (rmail-automatic-folder-directives): New user variable.
16198 (rmail-show-message): Add call to `rmail-auto-file' during
16199 display.
16200 (rmail-auto-file): New function.
16201
162022000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16203
16204 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
16205 account.
16206 (ediff-test-utility,ediff-diff-mandatory-option)
16207 (ediff-reset-diff-options): Utilities for proper initialization of
16208 ediff-diff-options and ediff-diff3-options on Windows.
16209
16210 * ediff-init.el (ediff-merge-filename-prefix): New customizable
16211 variable.
16212
16213 * ediff-mult.el (ediff-filegroup-action): Use
16214 ediff-merge-filename-prefix.
16215
162162000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
16217
16218 * viper-ex.el (ex-write): Set selective display to nil.
16219
162202000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16221
16222 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
16223 aliases for hebrew-iso-8bit.
16224
162252000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
16226
16227 * woman.el: New version from Francis J. Wright
16228 <F.J.Wright@Maths.QMW.ac.uk>.
16229 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
16230 names in environment variables regardless of the path separator.
16231 (woman-topic-all-completions-1): Don't call file-name-directory-p
16232 on all files, since woman-file-regexp already filters out any
16233 directories.
16234
162352000-05-24 Kenichi Handa <handa@etl.go.jp>
16236
16237 * international/quail.el (quail-start-translation): Don't change
16238 modified-p of the current buffer.
16239 (quail-start-conversion): Likewise.
16240
16241 * international/kkc.el (kkc-region): Don't change modified-p of
16242 the current buffer.
16243
16244 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
16245 conform to RFC1468.
16246 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
16247
162482000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
16249
16250 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
16251 (speedbar-insert-button): Invisible text property fix.
16252 (speedbar-directory-plus): Renamed from speedbar-directory-+
16253 (speedbar-directory-minus): Renamed from speedbar-directory--
16254 (speedbar-page-plus): Renamed from speedbar-file-+
16255 (speedbar-page-minus): Renamed from speedbar-file--
16256 (speedbar-page): Renamed from speedbar-file-
16257 (speedbar-tag): Renamed from speedbar-tag-
16258 (speedbar-tag-plus): Renamed from speedbar-tag-+
16259 (speedbar-tag-minus): Renamed from speedbar-tag--
16260 (speedbar-expand-image-button-alist): Use above renames.
16261
16262 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
16263 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
16264 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
16265 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
16266 * sb-pg.xpm: Renamed from sb-file.xpm
16267 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
16268 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
16269
162702000-05-24 Kenichi Handa <handa@etl.go.jp>
16271
16272 * international/quail.el (quail-show-guidance-buf): Set
16273 current-input-method of the guidance buffer to the name of the
16274 curren input method.
16275
162762000-05-23 Stefan Monnier <monnier@cs.yale.edu>
16277
16278 * progmodes/compile.el (compile-internal): Style typo.
16279
16280 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
16281 quote vars and functions in the docstring.
16282
16283 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
16284
16285 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
16286 Don't quote lambdas.
16287
16288 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
16289
162902000-05-23 Gerd Moellmann <gerd@gnu.org>
16291
16292 * startup.el (command-line): Determine source file of compiled
16293 user init file differently. Warn if compiled user init file
16294 is older than its source file.
16295
16296 * ffap.el (ffap-url-regexp): Add `https'.
16297
162982000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
16299
16300 * files.el (make-backup-file-name-1): Replace slashes with `!'
16301 rather than `|' (which is not allowed on Windows). Replace the
16302 drive letters with a string "drive_X".
16303
163042000-05-23 Gerd Moellmann <gerd@gnu.org>
16305
16306 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
16307
16308 * files.el (interpreter-mode-alist): Add `bash2'.
16309
163102000-05-22 Dave Love <fx@gnu.org>
16311
16312 * loadhist.el (feature-symbols, file-provides, file-requires): Use
16313 mapc.
16314 (feature-file): Avoid calling symbol-name. Doc fix.
16315 (file-set-intersect, file-dependents): Use dolist, not mapcar.
16316 (loadhist-hook-functions): Add mouse-position-function.
16317 (unload-feature): Change uses of mapcar.
16318
16319 * files.el (parse-colon-path): Doc fix.
16320 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
16321 (set-auto-mode): Use mapc.
16322
16323 * complete.el (PC-look-for-include-file): Use :alnum: character
16324 class.
16325 (partial-completion-mode): Add autoload cookie.
16326
163272000-05-22 Sam Steingold <sds@gnu.org>
16328
16329 * info.el (Info-fontify-node): Fixed the call to
16330 `add-text-properties' (bug introduced on 2000-05-18).
16331
163322000-05-22 Dave Love <fx@gnu.org>
16333
16334 * bindings.el: Remove debug-ignored-errors set in other files.
16335
16336 * progmodes/etags.el: Add to debug-ignored-errors.
16337 (visit-tags-table-buffer): Clear out buffers holding old tables
16338 when making a new list.
16339 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
16340 mapc.
16341
16342 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
16343 quote keywords.
16344 (cmpl-string-case-type): Use character classes.
16345
16346 * comint.el:
16347 * textmodes/ispell.el:
16348 * imenu.el:
16349 * mail/mh-e.el:
16350 * progmodes/compile.el: Add to debug-ignored-errors.
16351
16352 * dabbrev.el: Add to debug-ignored-errors.
16353 (dabbrev-completion): Use mapc.
16354
163552000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
16356
16357 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
16358 (woman-mapcan, woman-parse-man.conf)
16359 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
16360 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
16361 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
16362 path syntax better.
16363 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
16364 (woman-manpath): Call woman-parse-man.conf.
16365 (woman-emulation): New defcustom, defaults to nroff.
16366 (woman-font-support): New defconst.
16367 (woman-use-symbol-font): New defcustom.
16368 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
16369 "Emulation".
16370 Many functions: Doc fix.
16371
163722000-05-22 Kenichi Handa <handa@etl.go.jp>
16373
16374 * international/quail.el (quail-simple-translation-keymap): Map
16375 128..255 to quail-self-insert-command.
16376 (quail-keyboard-layout-alist): Add definition for "pc102-de".
16377
163782000-05-22 Stefan Monnier <monnier@cs.yale.edu>
16379
16380 * help.el (help-manyarg-func-alist): Typo.
16381
16382 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
16383 intervals which makes it heaps simpler.
16384
16385 * newcomment.el (comment-region-internal): Go back to BEG after quoting
16386 the nested comment markers.
16387
16388 * subr.el (remove-hook): Don't turn the hook's value into a list.
16389
163902000-05-21 Dave Love <fx@gnu.org>
16391
16392 * edmacro.el (edmacro-parse-keys): Return vector if any elements
16393 are invalid characters.
16394
16395 * international/mule-util.el (detect-coding-with-priority): Use
16396 mapc. Remove redundant lambda.
16397
16398 * international/mule-diag.el (list-non-iso-charset-chars)
16399 (describe-fontset): Remove redundant lambda.
16400
16401 * emulation/crisp.el (brief-mode): New alias.
16402
16403 * emacs-lisp/ring.el (ring-elements): New function.
16404
16405 * emacs-lisp/easymenu.el (easy-menu-create-menu)
16406 (easy-menu-do-add-item): Use keywordp.
16407
16408 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
16409
16410 * replace.el: Doc and error message fixes.
16411 (replace-highlight): Use facep, not internal-find-face.
16412
164132000-05-20 Stefan Monnier <monnier@cs.yale.edu>
16414
16415 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
16416
16417 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
16418 (log-edit-insert-changelog): Drop `:' as well.
16419
16420 * log-view.el: Fix file description.
16421 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
16422 available.
16423 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
16424 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
16425
16426 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
16427 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
16428 Print a status message if the toggle is called interactively.
16429 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
16430 for global minor modes and use `defcustom' for them.
16431 Use add-minor-mode.
16432 (easy-mmode-define-derived-mode): Remove.
16433 (define-derived-mode): Fancier default docstring.
16434 (easy-mmode-define-navigation): Signal an error rather than (ding).
16435
16436 * newcomment.el (comment-styles): New `box-multi'.
16437 (comment-normalize-vars): Better default for comment-continue to
16438 avoid whitespace-only continuations.
16439 (comment-search-forward): Always move even in the no-syntax case.
16440 (comment-padright): Only obey N if it's only obeyed for padleft.
16441 (comment-make-extra-lines): Better handling of empty continuations.
16442 Use `=' for the filler if comment-start has only one character.
16443 (uncomment-region): Try handling the special `=' filler.
16444 (comment-region): Allow LINES even if MULTI is nil.
16445 (comment-box): Choose box style based on comment-style.
16446
164472000-05-20 Kenichi Handa <handa@etl.go.jp>
16448
16449 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
16450 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
16451
164522000-05-20 Kenichi HANDA <handa@etl.go.jp>
16453
16454 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
16455 and insert, not subst-char-in-region.
16456
16457 * international/mule-diag.el (list-character-sets-1): Handle
16458 charsets eight-bit-control and eight-bit-graphic.
16459 (list-iso-charset-chars): Likewise.
16460 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
16461 charactes as is. Use indent-to to align characters.
16462
16463 * international/mule-cmds.el (find-multibyte-characters): Never
16464 exclude charsets eight-bit-control and eight-bit-graphic.
16465
164662000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16467
16468 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
16469 Don't quote lambdas.
16470
16471 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
16472
164732000-05-19 Gerd Moellmann <gerd@gnu.org>
16474
16475 * gud.el (gud-jdb-directories): Doc fix.
16476
164772000-05-19 Stefan Monnier <monnier@cs.yale.edu>
16478
16479 * newcomment.el: New file.
16480
164812000-05-19 Gerd Moellmann <gerd@gnu.org>
16482
16483 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
16484
164852000-05-18 Andreas Schwab <schwab@suse.de>
16486
16487 * dired.el (dired-between-files): Also skip lines beginning with
16488 `used'.
16489
164902000-05-18 Gerd Moellmann <gerd@gnu.org>
16491
16492 * msb.el (msb-menu-cond): Add choice `user'.
16493
164942000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16495
16496 * ps-print.el: Compatibility, customization and doc fix.
16497 (ps-printer-name-option): Replace defconst by defvar.
16498 (ps-postscript-code-directory): XEmacs compatibility.
16499 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
16500 fix.
16501 (ps-user-defined-prologue, ps-print-prologue-header)
16502 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
16503 compatibility and code fix.
16504 (ps-print-background-image, ps-print-background-text):
16505 Customization fix.
16506 (ps-line-number-start, ps-n-up-on): New vars.
16507
165082000-05-18 Espen Skoglund <esk@ira.uka.de>
16509
16510 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
16511 the indent-comment function to just return the appropriate indent.
16512
165132000-05-18 Eric M. Ludlam <zappo@ultranet.com>
16514
16515 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
16516 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
16517 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
16518
165192000-05-18 Dave Love <fx@gnu.org>
16520
16521 * info.el (Info-fontify-node): Add intangible property as well as
16522 invisible.
16523
16524 * calendar/appt.el (appt-make-list): Match all lines of entry.
16525 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
16526
165272000-05-18 Kenichi Handa <handa@etl.go.jp>
16528
16529 * international/mule-diag.el (describe-char-after): Call
16530 internal-char-font, not char-font. If internal-char-font returns
16531 nil, display "-- none --".
16532
165332000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16534
16535 * image.el (image-type-available-p): Don't reference image-types
16536 if it isn't bound.
16537
165382000-05-17 Stefan Monnier <monnier@cs.yale.edu>
16539
16540 * autoarg.el (autoarg-mode): Typo in the :set argument.
16541
165422000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
16543
16544 * startup.el (command-line-1): Don't signal an error if the
16545 directory for auto-save-list files does not yet exist.
16546
165472000-05-17 Kenichi Handa <handa@etl.go.jp>
16548
16549 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
16550
165512000-05-16 Stefan Monnier <monnier@cs.yale.edu>
16552
16553 * subr.el (remove-hook): `setq' hook-value, not `set'.
16554
165552000-05-16 Sam Steingold <sds@gnu.org>
16556
16557 * info.el (debug-ignored-errors): More errors to ignore.
16558
165592000-05-16 Dave Love <fx@gnu.org>
16560
16561 * cus-edit.el: Don't require cl or easymenu.
16562 (custom-variable-prompt): Test standard-value property, not
16563 user-variable-p.
16564
165652000-05-16 Sam Steingold <sds@gnu.org>
16566
16567 * subr.el (add-hook): `setq' hook-value, not `set'.
16568
165692000-05-16 Gerd Moellmann <gerd@gnu.org>
16570
16571 * startup.el (command-line-1): Mention the FAQ in the startup
16572 message.
16573
16574 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
16575
16576 * progmodes/compile.el (compilation-parse-errors): Collect
16577 `nomessage' regexps last.
16578
16579 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
16580
16581 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
16582 to the function name.
16583
165842000-05-15 Dave Love <fx@gnu.org>
16585
16586 * speedbar.el (speedbar-recenter): Typo.
16587 (speedbar-expand-line): Make arg optional.
16588 (speedbar-mode): Avoid a compiler warning.
16589
165902000-05-15 Gerd Moellmann <gerd@gnu.org>
16591
16592 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
16593 user-specified option string is empty.
16594
16595 * mouse.el (mouse-yank-at-click): Doc fix.
16596
165972000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
16598
16599 * term/internal.el (IT-character-translations): More updates of
16600 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
16601 documents.
16602
166032000-05-15 Gerd Moellmann <gerd@gnu.org>
16604
16605 * env.el (getenv): New function, interactively callable.
16606 (setenv, getenv): Remove autoload cookies.
16607
16608 * loadup.el: Load `env'.
16609
16610 * progmodes/f90.el: Change author's mail address.
16611
166122000-05-14 Dave Love <fx@gnu.org>
16613
16614 * mail/rmail.el (rmail-show-message-hook): Customize and offer
16615 goto-addr as an option.
16616
16617 * help.el (help-xref-stack): Doc fix.
16618 (help-xref-following): New variable.
16619 (help-make-xrefs): Use it.
16620 (help-xref-go-back): Use position information from stack element.
16621 (help-follow): Make position in stack element a pair. Use
16622 help-xref-following.
16623
16624 * autoarg.el: New file.
16625
16626 * faces.el: Declare more functions obsolete.
16627
16628 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
16629 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
16630 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
16631 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
16632 Remove all the setup-...-environment functions.
16633
166342000-05-13 Eric M. Ludlam <zappo@ultranet.com>
16635
16636 * speedbar.el: Updated the commentary section. xemacs20p now uses
16637 >= when detecting. Require `defimage' safely.
16638 (speedbar-easymenu-definition-base): Add toggle for images.
16639 (speedbar-easymenu-definition-special): Add flush cache & expand.
16640 (speedbar-visiting-tag-hook): Set new defaults. Added options.
16641 (speedbar-reconfigure-keymaps-hook): New variable.
16642 (speedbar-frame-parameters): Updated documentation.
16643 (speedbar-use-imenu-flag): Updated custom tag
16644 (speedbar-dynamic-tags-function-list): New variable.
16645 (speedbar-tag-hierarchy-method): Updated doc & custom.
16646 (speedbar-indentation-width, speedbar-indentation-width) New
16647 variables.
16648 (speedbar-hide-button-brackets-flag): Customizable.
16649 (speedbar-vc-indicator): Doc update.
16650 (speedbar-ignored-path-expressions): Updated default value.
16651 (speedbar-supported-extension-expressions): Updated default value.
16652 (speedbar-syntax-table): Remove {} paren status.
16653 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
16654 as "+". Added overlay aliases.
16655 (speedbar-mode): Use `speedbar-mode-line-update' instead of
16656 `force-mode-line-update'.
16657 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
16658 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
16659 `mouse-set-point'
16660 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
16661 (speedbar-item-info-tag-helper): Revamped to handle a wider range
16662 of arbitrary text, and new helper functions.
16663 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
16664 filename finder.
16665 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
16666 (speedbar-directory-buttons): Update path search/expansion.
16667 (speedbar-make-tag-line): Pay attention to
16668 `speedbar-indentation-width'. Use more care w/ invisible
16669 properties.
16670 (speedbar-change-expand-button-char): Call
16671 `speedbar-insert-image-button-maybe'.
16672 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
16673 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
16674 (speedbar-trim-words-tag-hierarchy)
16675 (speedbar-simple-group-tag-hierarchy): New functions
16676 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
16677 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
16678 functions.
16679 (speedbar-mouse-set-point): New function
16680 (speedbar-power-click): Updated documentation.
16681 (speedbar-line-token, speedbar-goto-this-file): Handle more types
16682 of tag prefix text.
16683 (speedbar-expand-line, speedbar-contract-line): Make more robust
16684 to strange text.
16685 (speedbar-expand-line): Takes universal argument to flush the
16686 cache.
16687 (speedbar-flush-expand-line): New function.
16688 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
16689 Use new generator insertion method.
16690 (speedbar-fetch-dynamic-tags): New function.
16691 (speedbar-fetch-dynamic-imenu): Removed code now handled in
16692 `speedbar-fetch-dynamic-imenu'.
16693 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
16694 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
16695 "Revert Buffer" menu items.
16696 (speedbar-buffer-buttons-engine): Be smarter when creating a
16697 filename tag (for expansion purposes.).
16698 (speedbar-highlight-one-tag-line,
16699 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
16700 (speedbar-recenter): New functions.
16701 (defimage-speedbar): Image loading abstraction.
16702 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
16703 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
16704 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
16705 (speedbar-tag-type, speedbar-tag-mail): New images.
16706 (speedbar-expand-image-button-alist): New variable.
16707 (speedbar-insert-image-button-maybe): Insert an image over some
16708 buttons.
16709
167102000-05-13 Kenichi Handa <handa@etl.go.jp>
16711
16712 * international/mule-cmds.el (encode-coding-char): An ASCII
16713 character is always encodable.
16714
16715 * international/mule-conf.el: Add more information in descriptions
16716 of character sets.
16717
16718 * international/mule-diag.el (describe-char-after): New function.
16719 (describe-font-internal): Adjusted for the change of font-info.
16720 (describe-font): Likewise.
16721 (print-fontset): Rewritten for the new fontset implementation.
16722 (describe-fontset): Include fontset alias names in completion.
16723 (list-fontsets): Adjusted for the change of print-fontset.
16724
16725 * simple.el (what-cursor-position): If DETAIL is non-nil, call
16726 describe-char-after instead of displaying the detail in the echo
16727 area.
16728 (syntax-code-table): Format changed.
16729 (string-to-syntax): Adjusted for the above change.
16730
167312000-05-12 Stefan Monnier <monnier@cs.yale.edu>
16732
16733 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
16734
167352000-05-12 Dave Love <fx@gnu.org>
16736
16737 * calendar/todo-mode.el: Remove some compatibility stuff and CL
16738 dependence. Use line-{beginning,end}-position, not
16739 point-at{b,e}ol. Some doc fixes.
16740 (todo-position): New function. Fix callers of position to use it.
16741 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
16742
167432000-05-12 Gerd Moellmann <gerd@gnu.org>
16744
16745 * time.el (display-time-mail-icon): Use `:ascent center'.
16746
16747 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
16748 handling FTP security extensions.
16749
167502000-05-11 Dave Love <fx@gnu.org>
16751
16752 * calendar/todo-mode.el: New file.
16753
167542000-05-11 Gerd Moellmann <gerd@gnu.org>
16755
16756 * comint.el (comint-read-input-ring): Move reference to
16757 comint-input-ring-size outside of the save-excursion. It was
16758 causing the default value to be the only one ever seen.
16759
16760 * font-lock.el: Update copyright. Remove Simon Marshall's email
16761 address on request from him.
16762
16763 * subr.el (substitute-key-definition): Add comment describing
16764 the meaning of PREFIX.
16765
167662000-05-10 Stefan Monnier <monnier@cs.yale.edu>
16767
16768 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
16769
16770 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
16771 (add-minor-mode): Don't make the variable buffer-local and add a
16772 reference to define-minor-mode in the docstring.
16773
16774 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
16775 HEADER/FOOTER and fix bug with trailing empty directory.
16776 (cvs-append-to-ignore): Use vc-editable-p if available.
16777 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
16778 (vc-do-command): Tweak advice to handle the new VC.
16779
16780 * log-view.el (log-view-goto-rev): New function for the new VC.
16781 (log-view-minor-wrap): Use mark-active.
16782
16783 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
16784 (log-edit-changelog-full-paragraphs): New var.
16785 (log-edit-insert-changelog): Remove a lonely leading `* file'.
16786 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
16787 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
16788 (log-edit-changelog-ours-p, log-edit-changelog-entries)
16789 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
16790 Replace the `cvs' prefix with `log-edit'.
16791
16792 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
16793
16794 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
16795 (diff-font-lock-defaults): Explicitly turn off multiline.
16796 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
16797 (diff-ediff-patch): Fix call to ediff-patch-file.
16798 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
16799 Handle comments.
16800
16801 * frame.el (automatic-hscrolling): Typo.
16802
16803 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
16804
168052000-05-09 Sam Steingold <sds@goems.com>
16806
16807 * apropos.el (apropos-print): use `describe-face' instead of
16808 `customize-face-other-window'.
16809
168102000-05-09 Dave Love <fx@gnu.org>
16811
16812 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
16813
16814 * help.el (describe-variable): Have customize button pop the
16815 help-xref stack when invoked.
16816 (help-xref-symbol-regexp): Add `face'.
16817 (help-make-xrefs): Check for quoted face names and adapt regexp
16818 submatch numbers to cope.
16819 (help-xref-interned): Maybe insert face doc too. Separate
16820 sections with a line of hyphens.
16821
16822 * faces.el: Some doc fixes. Declare some functions obsolete.
16823 (describe-face): Add customize button. Return the help
16824 text. Fix prompt.
16825
168262000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
16827
16828 * term/internal.el (IT-character-translations): Fix last change.
16829
168302000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16831
16832 * woman.el: New file
16833 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
16834
168352000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
16836
16837 * term/internal.el (IT-character-translations): Update ASCII
16838 simulations for greek-iso8859-7, add latin-iso8859-14 and
16839 latin-iso8859-15.
16840
16841 * international/mule-cmds.el (set-language-info-alist): Call
16842 define-prefix-command with 3 arguments, to make the map suitable
16843 for a menu.
16844
168452000-05-07 Dave Love <fx@gnu.org>
16846
16847 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
16848
168492000-05-05 Dave Love <fx@gnu.org>
16850
16851 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
16852 list in doc string. Don't quote keyword symbols.
16853 * emacs-lisp/cl.el: Likewise
16854 * emacs-lisp/cl-seq.el: Likewise
16855
168562000-05-05 Gerd Moellmann <gerd@gnu.org>
16857
16858 * abbrev.el (abbrev-mode): Make ARG optional.
16859
168602000-05-04 Gerd Moellmann <gerd@gnu.org>
16861
16862 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
16863
16864 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
16865
16866 * subr.el (substitute-key-definition): Clarify documentation.
16867
168682000-05-04 Milan Zamazal <pdm@freesoft.cz>
16869
16870 * glasses.el (glasses-convert-to-unreadable): Use
16871 `glasses-separator' instead of the hard-wired "_".
16872 (glasses-mode): Call `glasses-make-unreadable' only in a single
16873 place.
16874
168752000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
16876
16877 * term/internal.el (cjk-codepages-alist): Add associations for
16878 Chinese and Korean codepages. Remove FIXME comment.
16879
168802000-05-03 Dave Love <fx@gnu.org>
16881
16882 * time.el (display-time-mail-face, display-time-use-mail-icon):
16883 New option.
16884 (display-time-mail-icon): New variable.
16885 (display-time-string-forms): Use the above. Fix the local-map.
16886
168872000-05-03 Gerd Moellmann <gerd@gnu.org>
16888
16889 * replace.el (query-replace-map): Add binding for `E'.
16890 (query-replace-help): Extend help text.
16891 (perform-replace): Allow editing the replacement string.
16892
16893 * make-mode.el (makefile-mode-abbrev-table): New variable.
16894 (makefile-mode): Set local abbrev table to
16895 makefile-mode-abbrev-table.
16896 (makefile-font-lock-keywords): Fontify includes and conditionals.
16897
16898 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
16899 set TOGGLE's value.
16900
16901 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
16902 mail-interactive-insert-alias.
16903 (mail-abbrev-complete-alias): New command.
16904 (mail-mode-map): Bind it to `M-TAB'.
16905
169062000-05-03 Kenichi Handa <handa@etl.go.jp>
16907
16908 * language/lao-util.el (lao-compose-region): New function.
16909
169102000-05-02 Gerd Moellmann <gerd@gnu.org>
16911
16912 * files.el (recover-session): Make directories as necessary
16913 if they don't exist yet.
16914
16915 * calendar/cal-french.el
16916 (french-calendar-multibyte-special-days-array)
16917 (french-calendar-special-days-array): Change French text.
16918 (calendar-french-date-string): Change output.
16919 (calendar-goto-french-date): Likewise.
16920
169212000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
16922
16923 * wid-edit.el (widget-default-active): Obey `:always-active'.
16924 (widget-documentation-string-value-create): Set `:always-active'.
16925
169262000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16927
16928 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
16929 default prefix to `~/_emacs.d/auto-save.list/_s'.
16930 (normal-top-level): Create the directory for auto-save files, if
16931 it doesn't already exist (in the ms-dos case only).
16932
169332000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
16934
16935 * international/mule-cmds.el (set-language-environment): Don't
16936 concat an integer (dos-codepage), use format instead.
16937
169382000-05-02 Dave Love <fx@gnu.org>
16939
16940 * help.el (help-xref-on-pp): Check for constant symbols.
16941
169422000-04-29 Gerd Moellmann <gerd@gnu.org>
16943
16944 * startup.el (normal-top-level): Put a condition-case around
16945 the code loading subdirs.el.
16946
169472000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16948
16949 * ps-print.el: Upside-down and face background color printing,
16950 line number step, doc fix.
16951 (ps-print-version): New version number (5.2).
16952 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
16953 (ps-face-attribute-list, ps-plot-with-face): Code fix.
16954 (ps-spool-config): Var fix.
16955 (ps-printer-name-option): Const fix.
16956 (ps-print-upside-down, ps-use-face-background)
16957 (ps-line-number-step): New vars.
16958 (ps-window-system, ps-lp-system): New consts.
16959 (ps-face-background): New fun.
16960
169612000-04-28 Richard Stallman <rms@gnu.org>
16962
16963 * files.el (make-auto-save-file-name):
16964 Apply auto-save-file-name-transforms to visited file name
16965 before generating auto save file name.
16966 (auto-save-file-name-transforms): New variable.
16967
16968 * files.el (backup-enable-predicate):
16969 Correctly test for a file under a temporary directory.
16970
169712000-04-28 Gerd Moellmann <gerd@gnu.org>
16972
16973 * subr.el (add-minor-mode): Rewritten.
16974
169752000-04-28 Kenichi Handa <handa@etl.go.jp>
16976
16977 * mail/sendmail.el (sendmail-send-it): Set
16978 buffer-file-coding-system to the selected coding system for MIME
16979 header.
16980
169812000-04-27 Gerd Moellmann <gerd@gnu.org>
16982
16983 * dired.el (dired-move-to-filename-regexp): Allow format where
16984 YYYY is followed by two spaces.
16985
16986 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
16987 in the second character class of the regexp.
16988
16989 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
16990 mh-etc, too.
16991
16992 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
16993 nil.
16994
16995 * subr.el (add-minor-mode): Use `set' instead of `setq'.
16996
16997 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
16998 argument.
16999
170002000-04-27 Sen Nagata <sen@eccosys.com>
17001
17002 * emacs-lisp/crm.el (crm-completion-table): New variable.
17003 (crm-collection-fn, crm-test-completion)
17004 (completing-read-multiple): Use it.
17005
170062000-04-27 Dave Love <fx@gnu.org>
17007
17008 * help.el (locate-library): Use mapc.
17009 (help-manyarg-func-alist): Add call-process-region.
17010
170112000-04-26 Gerd Moellmann <gerd@gnu.org>
17012
17013 * subr.el (add-minor-mode): Make argument MAP optional.
17014
17015 * desktop.el (desktop-save): Save list of minor modes.
17016 (desktop-create-buffer): Restore minor modes.
17017 (desktop-minor-mode-table): New user-option.
17018
17019 * subr.el (add-minor-mode): New function.
17020
17021 * image.el (find-image): New function.
17022 (defimage): Rewritten to find image at load time.
17023
17024 * startup.el (normal-top-level-add-to-load-path): Handle
17025 case that the default directory is not in load-path.
17026
17027 * help.el: Old patch from Stefan Monnier.
17028 (help-xref-on-pp): New function.
17029 (describe-variable): Use it to display xrefs in a symbol's value.
17030
170312000-04-26 Stefan Monnier <monnier@cs.yale.edu>
17032
17033 * cus-edit.el (custom-face): Fix parenthesis.
17034
170352000-04-26 Kenichi Handa <handa@etl.go.jp>
17036
17037 * mail/rmail.el (rmail-expunge): When there are no deleted
17038 messages, do nothing.
17039
170402000-04-26 Dave Love <fx@gnu.org>
17041
17042 * international/mule-cmds.el (locale-translation-file-name):
17043 Defvar to nil.
17044 (set-locale-environment): Set it here (at runtime).
17045
170462000-04-25 Gerd Moellmann <gerd@gnu.org>
17047
17048 * replace.el (perform-replace): Add parameters START and END. Use
17049 them instead of the check for a region in Transient Mark mode.
17050 (query-replace-read-args): Return two more list elements for the
17051 start and end of the region in Transient Mark mode.
17052 (query-replace, query-replace-regexp, query-replace-regexp-eval)
17053 (map-query-replace-regexp, replace-string, replace-regexp): Add
17054 optional last arguments START and END and pass them to
17055 perform-replace.
17056
17057 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
17058 form with additional arguments for perform-replace.
17059
17060 * progmodes/etags.el (tags-query-replace): Add parameters START
17061 and END. Construct a form with additional arguments for
17062 perform-replace.
17063
17064 * simple.el (shell-command): Set default directory for "*Shell
17065 Command Output" buffer.
17066
17067 * language/european.el (iso-latin-4): Fix typo.
17068
17069 * emacs-lisp/crm.el: New file.
17070
170712000-04-24 Dave Love <fx@gnu.org>
17072
17073 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
17074 (Custom-reset-saved, Custom-reset-standard)
17075 (custom-group-value-create, custom-group-set, custom-group-save)
17076 (custom-group-reset-current, custom-group-reset-saved)
17077 (custom-group-reset-standard): Use mapc.
17078 (custom-buffer-create-internal): Disable undo when creating items.
17079 Use mapc.
17080 (custom-face): Avoid redundant lambda.
17081
170822000-04-24 Gerd Moellmann <gerd@gnu.org>
17083
17084 * startup.el (auto-save-list-file-prefix): Set default to
17085 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
17086
170872000-04-24 Sam Steingold <sds@gnu.org>
17088
17089 * time-stamp.el (time-stamp-string-preprocess): Always convert
17090 `field-result' to a string.
17091
170922000-04-24 Gerd Moellmann <gerd@gnu.org>
17093
17094 * frame.el (scrolling): New group.
17095 (automatic-hscrolling): New user-option.
17096
17097 * startup.el (command-line-x-option-alist): Add `-lsp' and
17098 `--line-spacing'.
17099
171002000-04-19 Dave Love <fx@gnu.org>
17101
17102 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
17103 (cl-mapc): Rename from mapc. Fix the funcall.
17104
171052000-04-19 Gerd Moellmann <gerd@gnu.org>
17106
17107 * simple.el (clone-indirect-buffer-other-window): New command.
17108 (clone-indirect-buffer): Add optional arg NORECROD.
17109 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
17110
17111 * help.el (resize-temp-buffer-window): Use count-screen-lines.
17112
17113 * window.el (count-screen-lines): New function.
17114 (shrink-window-if-larger-than-buffer): Use count-screen-lines
17115 instead of window-buffer-height.
17116
17117 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
17118 non-existing variable comint-input-sentinel.
17119 (inferior-lisp-args-to-list): Removed.
17120 (inferior-lisp): Use split-string instead of
17121 inferior-lisp-args-to-list.
17122
17123 * hexl.el (hexl-insert-hex-string): New command.
17124
17125 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
17126 instead of concat.
17127
171282000-04-18 Gerd Moellmann <gerd@gnu.org>
17129
17130 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
17131 at the start of an existing but empty folder.
17132
171332000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17134
17135 * ps-mule.el: Customization fix, doc fix.
17136 (ps-multibyte-buffer): Customization fix.
17137
171382000-04-17 Richard M. Stallman <rms@gnu.org>
17139
17140 * subr.el (read-passwd): Use read-char-exclusive.
17141
171422000-04-17 Gerd Moellmann <gerd@gnu.org>
17143
17144 * textmodes/texinfo.el (texinfo-insert-@email)
17145 (texinfo-insert-@emph, texinfo-insert-@quotation)
17146 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
17147 (texinfo-mode-map): Add key bindings for them.
17148
17149 * files.el (basic-save-buffer-2): Use a template with `$'
17150 instead of `#' for VMS.
17151
17152 * simple.el (clone-indirect-buffer): New function.
17153
171542000-04-16 Stephen Eglen <stephen@gnu.org>
17155
17156 * iswitchb.el (iswitchb-case): New function. If the user input
17157 contains any upper-case characters, the search is made
17158 case-sensitive.
17159
171602000-04-17 Stefan Monnier <monnier@cs.yale.edu>
17161
17162 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
17163 comment-end.
17164 (texinfo-font-lock-syntactic-keywords): New var.
17165 (texinfo-font-lock-keywords): Remove comment regexp.
17166 (texinfo-insert-block): New function.
17167 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
17168 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
17169 and font-lock-defaults. Use regexp-opt for outline-regexp.
17170 (texinfo-environments): New var.
17171 (texinfo-environment-regexp): Use regexp-opt and
17172 texinfo-environments.
17173
17174 * textmodes/ispell.el (ispell-menu-map-needed): Check that
17175 ispell-process is bound since this might be eval'd before ispell
17176 is loaded.
17177 (ispell-message): Use a tiny bit less magic and a bit more hard
17178 data to figure out what kind of sc-cite-regexp to use.
17179
17180 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
17181
17182 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
17183 (insert-cyclic-diary-entry): Unquote the lambda.
17184
17185 * gud.el (gud-jdb-build-source-files-list): Fix typo.
17186
17187 * files.el (backup-enable-predicate): Unquote the lambda.
17188
17189 * cus-edit.el (custom-face, face): Unquote the lambda.
17190
171912000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17192
17193 * ps-print.el: Check for line-beginning-position definition.
17194
17195 * ps-print.el: Fix counting lines in a region.
17196 (ps-print-version): New version number (5.1.5).
17197 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
17198 (ps-printing-region): Fun code fix.
17199
172002000-04-15 Gerd Moellmann <gerd@gnu.org>
17201
17202 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
17203 to file-directory-p.
17204
172052000-04-14 Gerd Moellmann <gerd@gnu.org>
17206
17207 * gud.el (gud-jdb-build-source-files-list): Check that directory
17208 exists before calling directory-files.
17209
172102000-04-13 Dave Love <fx@gnu.org>
17211
17212 * emacs-lisp/trace.el: Change maintainer. Use new backquote
17213 syntax.
17214
17215 * emacs-lisp/cl-specs.el: Remove when, unless.
17216
17217 * emacs-lisp/cl-extra.el: Don't quote keywords.
17218 (cl-old-mapc): New variable.
17219 (mapc): Use it.
17220 (cl-map-intervals): Use with-current-buffer. Don't check for
17221 next-property-change.
17222 (cl-map-overlays): Use with-current-buffer.
17223 (cl-expt): Remove.
17224 (copy-tree, remprop): Define unconditionally.
17225
17226 * emacs-lisp/cl-compat.el (keywordp): Remove.
17227
17228 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
17229 to use keywordp.
17230 (edebug-spec): Enable keywordp.
17231
17232 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
17233 string-lessp.
17234
17235 * cus-start.el: Use keywordp.
17236
172372000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
17238
17239 * diary-lib.el (include-other-diary-files): Fix the fix of
17240 2000-02-18 by doing a save-excursion.
17241
172422000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17243
17244 * ps-print.el: Customization fix, doc fix.
17245 (ps-print-version): New version number (5.1.4).
17246 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
17247 (ps-print-preprint): Adjust code.
17248 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
17249 (ps-print-prologue-header, ps-print-control-characters)
17250 (ps-spool-config): Customization fix.
17251
172522000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
17253
17254 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
17255 converted to the new menu-item format, names silightly changed,
17256 help strings added.
17257
17258 Support for spelling without async subprocesses:
17259
17260 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
17261 (ispell-session-buffer): New variables.
17262 (ispell-start-process, ispell-process-status,
17263 ispell-accept-output, ispell-send-string): New functions, for
17264 Ispell invocation when async subprocesses aren't supported.
17265 (ispell-word, ispell-pdict-save, ispell-command-loop,
17266 ispell-process-line, ispell-buffer-local-parsing): Replace calls
17267 to process-send-string with calls to ispell-send-string, and
17268 accept-process-output with ispell-accept-output.
17269 (ispell-init-process): Call ispell-process-status instead of
17270 process-status with.
17271 (ispell-init-process): Call ispell-start-process. Call
17272 ispell-accept-output and ispell-send-string. Don't call
17273 process-kill-without-query and kill-process if they are unbound.
17274 (ispell-async-processp): New function.
17275
172762000-04-12 Dave Love <fx@gnu.org>
17277
17278 * info.el: Add debug-ignored-errors.
17279 (Info-mode-menu): Add some items.
17280 (Info-directory): Add autoload cookie.
17281
17282 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
17283 Modify `truncate-lines'. Make `describe-language-environment'
17284 always visible and add help. Modify `describe-key' help. Invoke
17285 Info-directory from `info'. New entry `emacs-manual'.
17286
172872000-04-10 Gerd Moellmann <gerd@gnu.org>
17288
b291c86c
SM
17289 * progmodes/ebrowse.el (ebrowse-tree-mode):
17290 Use propertized-buffer-identification.
a30eb617
DL
17291 (ebrowse-update-member-buffer-mode-line): Likewise.
17292 (ebrowse--mode-strings): Removed.
17293 (ebrowse--mode-line-props): Removed.
17294
17295 * files.el (auto-mode-alist): Add `EBROWSE'.
17296
17297 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
17298 space before testing for end of buffer.
17299 (ebrowse-load): Removed.
17300 (ebrowse-revert-tree-buffer-from-file): Rewritten.
17301 (ebrowse-create-tree-buffer): Rewritten.
17302 (ebrowse-tree-mode): Read tree from buffer.
17303
17304 * progmodes/ebrowse-ffh.el: Removed.
17305
173062000-04-10 Kenichi Handa <handa@etl.go.jp>
17307
17308 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
17309
173102000-04-10 Gerd Moellmann <gerd@gnu.org>
17311
17312 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
17313 at the wrong place.
17314
173152000-04-09 Dave Love <fx@gnu.org>
17316
b291c86c
SM
17317 * files.el (backup-enable-predicate):
17318 Use temporary-file-directory, small-temporary-file-directory.
17319 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
17320 (make-backup-file-name-1): New function.
17321 (make-backup-file-name): Use it.
b291c86c 17322 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
17323 (file-newest-backup): Use make-backup-file-name.
17324
173252000-04-09 Gerd Moellmann <gerd@gnu.org>
17326
17327 * progmodes/ebrowse-ffh.el: New file.
17328
86f6474c
SM
17329 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
17330 Moved to ebrowse-ffh.el.
a30eb617
DL
17331 (ebrowse-load): Add autoload.
17332
17333 * finder.el (finder-commentary): Add autoload cookie.
17334
17335 * mail/rfc2368.el: Correct author's email address.
17336
17337 * progmodes/ebrowse.el: New file.
17338
17339 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
17340 item help string.
17341 (easy-menu-do-add-item): Ditto.
17342 (easy-menu-define): Extend doc string.
17343
86f6474c 17344 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
17345 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
17346 (jit-lock-function, jit-lock-stealth-fontify): Don't use
17347 with-buffer-unmodified.
17348
173492000-04-08 Dave Love <fx@gnu.org>
17350
17351 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
17352 unless, when.
17353
173542000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
17355
17356 * viper-util.el (viper-put-on-search-overlay): New subroutine.
17357 (viper-flash-search-pattern): No operation when using Emacs
17358 doesn't support face.
17359 Use `viper-put-on-search-overlay'.
17360
173612000-04-04 Gerd Moellmann <gerd@gnu.org>
17362
17363 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
17364 like C-r.
17365
17366 * progmodes/make-mode.el: Some doc fixes.
17367 (makefile-mode-abbrev-table): New variable.
17368 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
17369 (makefile-font-lock-keywords): Fontify includes and conditionals.
17370 (toplevel): Require `dabbrev' and `add-log' when compiling.
17371
17372 * replace.el (perform-replace): Don't move forward one char
17373 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
17374 to do that because it leaves point 1 position after the last
17375 replacement, after everything has been replaced.
17376
17377 * jit-lock.el (with-buffer-unmodified): New macro.
17378 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
17379 modified state.
17380 (jit-lock-function-1): Extracted from jit-lock-function; not
17381 preserving buffer's modified state.
86f6474c
SM
17382 (jit-lock-function, jit-lock-stealth-fontify):
17383 Call jit-lock-function-1.
a30eb617
DL
17384
17385 * mail/rfc2368.el: Remove supernumerary copyright line.
17386
173872000-04-04 Milan Zamazal <pdm@freesoft.cz>
17388
17389 * glasses.el: Provide facilities for inserting space before left
17390 parentheses and uncapitalization of identifiers.
17391 (glasses-mode): Try to remove old overlays in all cases.
17392
173932000-04-03 Gerd Moellmann <gerd@gnu.org>
17394
17395 * progmodes/compile.el (compile-internal): Display the compilation
17396 buffer in a different frame, if it's already displayed there.
17397
17398 * mail/rfc2368.el: New file.
17399
17400 * simple.el (sendmail-user-agent-compose): Recognize a `body'
17401 header and insert its value as mail body.
17402
17403 * subr.el (member-ignore-case): New function.
17404
17405 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
17406 (dabbrev--find-expansion): Ignore buffers matching a regexp
17407 from dabbrev-ignored-regexps.
17408
17409 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
17410 to extensions handled by gzip.
17411
174122000-04-03 Richard M. Stallman <rms@gnu.org>
17413
17414 * files.el (insert-directory): List the total free space
17415 along with the used space.
17416
17417 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
17418 line is followed by one that matches CITATION-REGEXP, end the
17419 paragraph.
17420
174212000-04-03 Markus Rost <rost@delysid.gnu.org>
17422
17423 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
17424 (rmail-make-basic-summary-line): Use that option.
17425
174262000-04-03 Kenichi Handa <handa@etl.go.jp>
17427
17428 * international/mule-cmds.el (encoded-string-description):
17429 Rewritten. Try pretty description for ISO 2022 escape sequences
17430 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
17431 for hexadecimal format.
17432
174332000-04-01 Dave Love <fx@gnu.org>
17434
17435 * cpp.el: Change customization group to `c' from `C'.
17436
17437 * vcursor.el (vcursor-move): Use display-color-p.
17438
17439 * international/mule-util.el: Provide mule-utils.
17440 (string-to-sequence): Simplify and speed up.
17441
17442 * international/mule.el (make-coding-system): Purecopy doc-string.
17443
17444 * international/mule-cmds.el: Various menu changes.
17445 (describe-specified-language-support): Handle `Default'.
17446 (set-language-info): Purecopy `info'.
17447
174482000-03-31 Andrew Innes <andrewi@gnu.org>
17449
17450 * vc.el (vc-backend-diff): Return the correct status if we had to
17451 retry the rcsdiff command without the --brief option.
17452
174532000-03-31 Dave Love <fx@gnu.org>
17454
17455 * help.el (help-manyarg-func-alist): Correct several omissions.
17456
17457 * add-log.el: Don't require cl, fortran.
17458 (add-log-current-defun-function): Doc fix.
86f6474c 17459 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 17460 (change-log-version-rcs): Function deleted.
86f6474c
SM
17461 (change-log-version-number-search): Doc fix.
17462 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
17463 (add-change-log-entry): Just call add-log-current-defun to get
17464 defun. Simplify somewhat.
17465 (change-log-get-method-definition-1): Likewise.
17466 (add-log-current-defun): Return nil if calling
17467 add-log-current-defun-function does so. Move Fortran stuff to
17468 fortran.el. Return string without properties.
17469
17470 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
17471 and :alpha: char classes.
17472
17473 * mail/supercite.el: Defvar curline when compiling.
17474 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
17475 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
17476 rather than a-zA-Z0-9 to allow non-ASCII characters.
17477
174782000-03-31 Gerd Moellmann <gerd@gnu.org>
17479
17480 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
17481
17482 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17483 Re-enable new code.
17484
17485 * lpr.el (print-region-1): Use -d to specify printer name for
17486 systems `usg-unix-v*, `dgux', `hpux', `irix'.
17487
174882000-03-31 Dave Love <fx@gnu.org>
17489
86f6474c
SM
17490 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
17491 Look for function definition in symbol's function value slot first
a30eb617
DL
17492 instead of first consulting byte-compile-function-environment.
17493
174942000-03-31 Kenichi Handa <handa@etl.go.jp>
17495
17496 * language/european.el ("Polish"): New language environment.
17497 (setup-polish-environment): New function.
17498
174992000-03-30 Gerd Moellmann <gerd@gnu.org>
17500
17501 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
17502 Disable new code.
17503
17504 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
17505 trying to `load' the symbol of an autoload instead of the file
17506 recorded in the autoload. Fix error messages.
17507
175082000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17509
17510 * ps-print.el: PostScript programming fix for ghostview, doc fix.
17511 (ps-print-version): New version number (5.1.3).
17512 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
17513 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
17514 (ps-generate-postscript-with-faces): Code fix.
17515 (ps-color-values): XEmacs compatibility.
17516 (ps-print-background-image, ps-print-background-text, ps-printer-name)
17517 (ps-default-fg, ps-default-bg): Adjust customization.
17518 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
17519 (ps-color-scale): Renaming old ps-color-value fun.
17520 (ps-print-headers): Replace ps-print-header group to avoid conflict
17521 with ps-print-header variable.
17522 (ps-print-miscellany): New group.
17523 (ps-format-color, ps-rgb-color): New funs.
17524 (ps-default-foreground): New var.
17525 (ps-printer-name-option): New const.
17526
175272000-03-30 Peter Breton <pbreton@ne.mediaone.net>
17528
17529 * net/net-utils.el:
17530 (network-connection-host, network-connection-service): New variables
17531 (network-connection-mode): New mode, derived from comint-mode
17532 (network-connection-mode-setup): New function, saves host and
17533 service information in local variables.
17534
17535 * lisp/locate.el:
17536 (locate-word-at-point): Added this function
17537 (locate): Default to using locate-word-at-point as input
17538 Run dired-mode-hook
17539
175402000-03-29 Dave Love <fx@gnu.org>
17541
17542 * calendar/appt.el: Doc fixes.
17543 (appt-check): Convert min-to-app to a string before passing to
17544 appt-disp-window-function or concat.
17545 (appt-delete-window): Remove test for frame-root-window.
17546 (appt-select-lowest-window, appt-convert-time): Simplify.
17547
17548 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
17549 (byte-compile-file-form-autoload):
17550 Update byte-compile-function-environment.
a30eb617
DL
17551
175522000-03-29 Andreas Schwab <schwab@suse.de>
17553
86f6474c 17554 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
17555
17556 * dired.el (dired-insert-directory): If dired-free-space-program
17557 failed just delete its output.
17558
175592000-03-29 Dave Love <fx@gnu.org>
17560
17561 * international/iso-cvt.el: Move provide to end. Doc fixes.
17562 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
17563 (iso-iso2sgml, iso-sgml2iso): New functions.
17564 (iso-cvt-define-menu): Fix some entries and use backquote for
17565 clarity.
17566
17567 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
17568
175692000-03-28 Gerd Moellmann <gerd@gnu.org>
17570
17571 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
17572 ISO-DATE. If non-nil, return date in ISO 8601 format.
17573
175742000-03-26 Stefan Monnier <monnier@cs.yale.edu>
17575
17576 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
17577 if it ever becomes used.
17578 (log-edit-mode-hook): Default to vc-log-mode-hook.
17579 (log-edit-mode): Fix the docstring.
17580
17581 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
17582 the code.
17583
175842000-03-26 Dave Love <fx@gnu.org>
17585
17586 * net/browse-url.el (browse-url): Re-fix case of
17587 browse-url-browser-function being an alist.
17588 (browse-url): Add :link to defgroup.
17589
17590 * files.el: Doc fixes.
17591 (file-truename): Include `[' in wildcard characters.
17592 (automount-dir-prefix): Customize.
17593 (find-file-wildcards): Add :version.
17594 (find-file-noselect): Simplify a mapcar call.
17595
17596 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
17597 compatible with inf-lisp version.
17598 (eval-defun-1): Fix custom-declare-variable case.
17599
176002000-03-25 Stefan Monnier <monnier@cs.yale.edu>
17601
17602 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
17603
176042000-03-24 Gerd Moellmann <gerd@gnu.org>
17605
17606 * Makefile (COMPILE_FIRST): New macro.
17607 (compile-files): Compile files from COMPILE_FIRST first.
17608
86f6474c 17609 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
17610
17611 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
17612 matching open parenthesis in column 0 to defun-prompt-regexp
17613 only if open-paren-in-column-0-is-defun-start is set.
17614
17615 * sun-curs.el: Require CL at compile-time only.
17616
17617 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
17618 instead of copy-list which is a function from CL.
17619 (msb--choose-menu, msb--mode-menu-cond)
17620 (msb--create-buffer-menu-2): Use dolist instead of mapc.
17621 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
17622 (msb--aggregate-alist): Use mapcar instead of mapcan.
17623 Fix `(' in column 0 in doc string.
a30eb617
DL
17624 (msb--add-separators): Use mapcar instead of mapcan.
17625
17626 * cus-dep.el: Require CL at compile-time only.
17627
176282000-03-24 Stefan Monnier <monnier@cs.yale.edu>
17629
17630 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
17631 (byte-compile-warnings): New warning `noruntime'.
17632 (byte-compile-constants, byte-compile-variables): Fix docstring.
17633 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
17634 execute `eval-whenc-compile's body.
17635 (byte-compile-unresolved-functions): Fix docstring.
17636 (byte-compile-eval): New function.
17637 (byte-compile-callargs-warn): Check if the function will be available
17638 at runtime (via property `byte-compile-noruntime').
17639 (byte-compile-print-syms): New function.
17640 (byte-compile-warn-about-unresolved-functions): Also warn about
17641 `noruntime' functions (and use `byte-compile-print-syms').
17642 (byte-compile-file): Capitalize the message.
17643
176442000-03-24 Gerd Moellmann <gerd@gnu.org>
17645
17646 * mail/rmail.el (rmail-confirm-expunge): New user-option.
17647 (rmail-expunge): Ask for confirmation depending on the setting
17648 of rmail-confirm-expunge.
17649
176502000-03-23 Gerd Moellmann <gerd@gnu.org>
17651
17652 * Makefile (bootstrap-clean): If $(emacs) exists, build
17653 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 17654 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
17655
176562000-03-23 Dave Love <fx@gnu.org>
17657
17658 * net/browse-url.el: Restore previous use of
17659 browse-url-maybe-new-window.
17660
176612000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17662
17663 * ps-print.el: Skip banner page fix.
17664 (ps-print-version): New version number (5.1.2).
17665 (ps-begin-file, ps-end-file, ps-generate): Code fix.
17666
176672000-03-23 Dave Pearson <davep@davep.org>
17668
17669 * net/quickurl.el Changed the type of parameter passed to the
17670 function defined by `quickurl-format-function'. Before only the
17671 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
17672 and the function is responsible for extracting the parts it requires.
17673 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
17674 (quickurl-insert): Changed the `funcall' of
17675 `quickurl-format-function' to match the above change.
17676 (quickurl-list-insert): Changed the `url' case so that it makes
17677 use of `quickurl-format-function', previous to this the format was
17678 hard wired.
17679
176802000-03-22 Gerd Moellmann <gerd@gnu.org>
17681
17682 * startup.el: Change some spellings for the X Window System.
17683
176842000-03-22 Stefan Monnier <monnier@cs.yale.edu>
17685
86f6474c
SM
17686 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
17687 Clean up the code and the regexp and make sure the cursor is
17688 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
17689
176902000-03-22 Jason Rumney <jasonr@gnu.org>
17691
17692 * w32-fns.el (w32-charset-info-alist): Initialize.
17693
176942000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17695
17696 * ps-print.el: N-up last page fix.
17697 (ps-print-version): New version number (5.1.1).
17698 (ps-end-file, ps-end-job, ps-generate): Code fix.
17699
177002000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17701
17702 * files.el (find-file-run-dired): Update docstring.
17703 (find-directory-functions): New hook.
17704 (find-file-noselect): Run find-directory-functions rather than
17705 calling dired directly.
17706
17707 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
17708
17709 * pcvs.el: Add a minimal leading commentary.
17710 (cvs-make-cvs-buffer): Change the header part by removing the startup
17711 message and adding a `Module' entry. Also replace the FOOTER and
17712 HEADER special fileinfos with the new support in ewoc for updating
17713 its own footer and header.
17714 (cvs-update-header): Update to use the header/footer of the ewoc.
17715 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
17716 (cvs-is-within-p): New function.
17717 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
17718 to only examine some subset of the buffers.
17719
17720 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
17721 `format' instead of our own ad-hoc functions.
17722 Remove HEADER and FOOTER cases, now handled in the EWOC.
17723 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
17724
17725 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
17726 output to avoid scaring the user.
17727 (cvs-parse-table): Catch message for non-up-to-date commits.
17728
17729 * pcvs-defs.el (cvs-startup-message): Remove.
17730 (cvs-global-menu): New autoloaded menu.
17731
17732 * pcvs-util.el (cvs-string-fill): Remove.
17733
17734 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
17735 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
17736 PP part of it and also make it work for footers and headers.
17737 (ewoc-create): Drop POS and BUFFER arguments.
17738 Use the DLL's dummy node to store the end-of-footer position.
17739 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
17740 (ewoc-refresh): Remove unused `header' variable.
17741 (ewoc-(get|set)-hf): New functions.
17742
17743 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
17744 log-view-*-(message|file) and use easy-mmode-define-navigation.
17745 (log-view-message-re): Match SCCS format as well.
17746 And match the revision line rather than the dashed separator line.
17747 (log-view-mode): Use the new define-derived-mode.
17748 (log-view-current-tag): Fill in with an actual implementation.
17749
17750 * cvs-status.el (cvs-status-(prev|next)): Rename from
17751 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
17752 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
17753 to let the output "breathe" a little more (more readable).
17754 (cvs-status-mode): Use the new define-derived-mode.
17755
17756 * smerge-mode.el (smerge-auto-leave): New function and variable.
17757 (smerge-basic-map): Rename from smerge-basic-keymap.
17758 Change the bindings for smerge-diff-*.
17759 (smerge-*-map): Use easy-mmode-defmap.
17760 (smerge-(next|prev)): Use easy-mmode-define-navigation.
17761 (smerge-keep-*): Use smerge-auto-leave.
17762
177632000-03-21 Jason Rumney <jasonr@gnu.org>
17764
17765 * cus-edit.el (custom-button-face): Use 3D look for w32.
17766 (custom-button-pressed-face): Likewise.
17767
177682000-03-21 Gerd Moellmann <gerd@gnu.org>
17769
17770 * progmodes/etags.el (tags-case-fold-search): New user-option.
17771 (tags-loop-eval): New function. Bind case-fold-search around eval
17772 depending on the value of tags-case-fold-search.
17773 (tags-loop-continue): Use tags-loop-eval.
17774 (find-tag-in-order): Bind case-fold-search depending on the value
17775 of tags-case-fold-search.
17776
177772000-03-21 Stefan Monnier <monnier@cs.yale.edu>
17778
86f6474c 17779 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
17780 (diff-end-of-hunk): Return the end position for use in
17781 `easy-mmode-define-navigation'.
17782 (diff-recenter): Remove.
17783 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
17784 of `easy-mmode-define-navigation'.
17785 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
17786 previous renaming) and fix to use new names.
17787 (diff-merge-strings): Use \n as separator: simpler, faster.
17788 (diff-mode): Use `define-derived-mode'.
17789
17790 * derived.el (define-derived-mode): Don't autoload anymore.
17791 Prefer the macro-only version provided by easy-mmode.el.
17792
17793 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 17794 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
17795 (easy-mmode-define-navigation): New macro.
17796
17797 * subr.el (combine-run-hooks): New function.
17798
177992000-03-21 Kenichi HANDA <handa@etl.go.jp>
17800
17801 * term/x-win.el: Fontsets related initialization is simplified.
17802
17803 * international/mule-diag.el (describe-font): Don't refer to
17804 global-fontset-alist, instead call font-list.
17805 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 17806 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 17807
86f6474c
SM
17808 * international/fontset.el (x-charset-registries): Variable removed,
17809 instead the corresponding data is stored in the default fontset.
a30eb617
DL
17810 (register-alternate-fontnames): Function removed.
17811 (resolved-ascii-font): Variable removed.
17812 (x-compose-font-name): Ignore the second argument REDOCE.
17813 (x-complement-fontset-spec): Complement only an ASCII font and
17814 element for those charsets than can use that ASCII font.
17815 (generate-fontset-menu): Don't refer to global-fontset-alist,
17816 instead call fontset-list.
17817 (uninstantiated-fontset-alist): Variable removed.
17818 (x-style-funcs-alist): Likewise.
17819 (fontset-default-styles): Likewise.
17820 (x-modify-font-name): Function removed.
86f6474c 17821 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
17822 (create-fontset-from-ascii-font): Docsting adjusted for the above
17823 change.
17824 (instantiate-fontset, resolve-fontset-name): Functions removed.
17825 (fontset-list): Now implemented by C code.
17826
17827 * faces.el (read-face-font): Fix TABLE arg to completing-read.
17828 (describe-face): Include `font' attribute in the description.
17829
178302000-03-21 Kenichi Handa <handa@etl.go.jp>
17831
17832 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
17833
178342000-03-20 Gerd Moellmann <gerd@gnu.org>
17835
17836 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
17837 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
17838 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
17839
17840 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
17841 about behavior of set-buffer-modified-p wrt redisplay.
17842
178432000-03-19 Richard M. Stallman <rms@gnu.org>
17844
17845 * view.el (view-mode-disable): Kill local binding of view-read-only.
17846
178472000-03-18 Gerd Moellmann <gerd@gnu.org>
17848
86f6474c 17849 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
17850 is a string, convert it to a syntax cell using string-to-syntax.
17851
17852 * simple.el (syntax-code-table, syntax-flag-table): New variables.
17853 (string-to-syntax): New function.
17854
17855 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
17856 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
17857 try to use passive ftp mode.
17858
178592000-03-17 Gerd Moellmann <gerd@gnu.org>
17860
17861 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
17862
17863 * simple.el (append-to-buffer): Update point of windows after
17864 insertion.
17865
17866 * abbrev.el (inverse-add-abbrev): Identify word by first moving
17867 forward then moving backward. Reindent.
17868
17869 * frame.el (other-frame): Call x-focus-frame only if
17870 focus-follows-mouse is off.
17871
178722000-03-17 Dave Love <fx@gnu.org>
17873
86f6474c 17874 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
17875
178762000-03-17 Stefan Monnier <monnier@cs.yale.edu>
17877
17878 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
17879 regexp for labels cannot span several lines.
17880
17881 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
17882 `(setq :<key> ':<key>)' to the macro expansion.
17883
178842000-03-16 Dave Love <fx@gnu.org>
17885
17886 * progmodes/f90.el (f90): Put custom group under `languages', not
17887 `fortran'.
17888 (f90-mode-hook): Customize.
17889 (f90-mode): Set add-log-current-defun-function.
17890 (f90-current-defun): New function.
17891
178922000-03-16 Gerd Moellmann <gerd@gnu.org>
17893
17894 * cus-edit.el (custom-variable-tag-face): Handle case that
17895 default face's height is not a number.
17896 (custom-face-tag-face, custom-group-tag-face-1)
17897 (custom-group-tag-face): Ditto.
17898 (custom-group-tag-face-1): Add :group.
17899
17900 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
17901
179022000-03-15 Gerd Moellmann <gerd@gnu.org>
17903
17904 * pcvs-defs.el (toplevel): Remove autoload cookie for form
17905 requiring easymenu.
17906
179072000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17908
17909 * ps-print.el: PostScript user-defined prologue, PostScript error
17910 handler, doc fix.
17911 (ps-print-version): New version number (5.1).
17912 (ps-user-defined-prologue, ps-error-handler-message)
17913 (ps-print-prologue-0, ps-error-handler-alist): New vars.
17914 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
17915 (ps-insert-string): New function.
17916
179172000-03-15 Kenichi Handa <handa@etl.go.jp>
17918
17919 * international/ccl.el (ccl-compile-expression): Don't generate
17920 invalid self-assignment code.
17921
179222000-03-14 Dave Love <fx@gnu.org>
17923
17924 * subr.el (replace-regexp-in-string): Renamed from
17925 replace-regexps-in-string. Doc fix.
17926
179272000-03-12 Dave Love <fx@gnu.org>
17928
17929 * cus-edit.el: Doc fixes.
86f6474c 17930 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
17931 (custom-variable-tag-face, custom-face-tag-face)
17932 (custom-group-tag-face-1, custom-group-tag-face): Modify from
17933 style which user identify as hyperlink.
17934 (hook): Don't add undefined functions to the hook.
17935 (debug-ignored-errors): Transfer message from bindings.el.
17936
179372000-03-12 Gerd Moellmann <gerd@gnu.org>
17938
86f6474c
SM
17939 * recentf.el (recentf-keep-non-readable-files-p):
17940 Remove double/nested definition.
a30eb617
DL
17941
179422000-03-12 Dave Love <fx@gnu.org>
17943
17944 * facemenu.el (facemenu-get-face): Use display-color-p.
17945 * enriched.el (enriched-decode-foreground): Likewise.
17946 (enriched-decode-background): Likewise.
17947 * isearch.el (isearch-highlight): Likewise.
17948 * info-look.el (info-lookup): Likewise.
17949 * simple.el (completion-setup-function): Likewise.
17950
17951 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
17952 :options.
17953
17954 * bindings.el (mode-line-format): Fix line-number and
17955 column-number items. Add help-echo for the background.
17956 (mode-line-mule-info): Modify help-echo.
17957
17958 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
17959
17960 * files.el (load-file): Allow completion to .elc.
17961
17962 * man.el: Doc fixes.
17963 (Man-init-defvars): Use display-color-p to set fontification.
17964
17965 * play/hanoi.el (hanoi-internal): Don't use oddp.
17966
179672000-03-12 Gerd Moellmann <gerd@gnu.org>
17968
17969 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
17970
17971 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
17972
179732000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
17974
17975 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
17976 Fix comment.
17977
179782000-03-10 Stefan Monnier <monnier@cs.yale.edu>
17979
17980 * font-lock.el (font-lock-keywords): Fix the doc now that
17981 regexp-opt-depth is unnecessary.
17982 (save-buffer-state): Set an edebug spec.
17983 (font-lock-fontify-anchored-keywords): Properly handle the case when
17984 the matcher goes past the limit.
17985
17986 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
17987 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
17988
17989 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
17990 dll.el and cookie.el (from Elib) with heavy renaming and other
17991 massaging.
17992
17993 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
17994 Autoload the functions used.
17995 (easy-mmode-define-syntax): Fix CL typo.
17996 (easy-mmode-define-derived-mode): Improve the docstring generation.
17997
179982000-03-10 Gerd Moellmann <gerd@gnu.org>
17999
18000 * textmodes/texinfo.el (texinfo-version): Variable and function
18001 removed.
18002
180032000-03-09 Stefan Monnier <monnier@cs.yale.edu>
18004
18005 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
18006 allow more flexibility.
ff39b9a1 18007 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
18008 (easy-mmode-defmap, easy-mmode-defsyntax)
18009 (easy-mmode-define-derived-mode): New macros.
18010
180112000-03-09 Didier Verna <didier@xemacs.org>
18012
18013 * rect.el (replace-rectangle): New function.
18014
180152000-03-09 Dave Love <fx@gnu.org>
18016
ff39b9a1 18017 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
18018 (fortran-comment-line-start-skip): Don't match cpp stuff.
18019 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
18020 (fortran-mode-map): Remove over-eager custom-menu-create for now.
18021 (fortran-mode): Don't set fortran-comment-line-start-skip,
18022 fortran-comment-line-start here. Set comment-start,
18023 add-log-current-defun.
18024 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
18025 (fortran-current-defun): New function.
18026
180272000-03-09 Gerd Moellmann <gerd@gnu.org>
18028
18029 * emacs-lisp/re-builder.el: New file.
18030
18031 * mouse.el (mouse-drag-region): Don't run up-event handler
18032 if hscroll has changed.
18033
18034 * octave-mod.el (octave-font-lock-keywords): To font-lock the
18035 builtin operators, use `font-lock-builtin-face' for Emacs and
18036 `font-lock-preprocessor-face' otherwise.
18037
18038 * font-lock.el (lisp-font-lock-keywords-1): Highlight
18039 `(defun (setf foo)' differently.
18040
180412000-03-08 Stefan Monnier <monnier@cs.yale.edu>
18042
18043 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
18044 (regexp-opt): Update comment and adapt the code the new meaning of
18045 the `paren' argument of regex-opt-group for shy-groups.
18046 (regexp-opt-depth): Handle shy groups as well as backslashed
18047 backslashes.
18048 (regexp-opt-group): Turn the leading comment into a docstring.
18049 Allow `paren' to be a string (the string to use to open a group).
18050 Remove open-presuf and close-presuf. Instead of checking for `all
18051 one-char' and then later on check for `several one-char', handle
18052 both cases close together. Also apply a more generic algorithm
18053 for suffixes (the mirror image of the algorithm used for
18054 prefixes). Use shy-groups. Use nreverse rather than reverse.
18055 (regexp-opt-try-suffix): Removed.
18056
18057 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
18058 from comint-mode-map, so we can just inherit from it. Also, move
18059 the initialization into the `defvar' since there's no docstring
18060 anyway and it's fairly short.
18061 (inferior-scheme-mode): Define it as derived-mode: the code is
18062 shorter and this way we inherit from comint-mode-map rather than
18063 copying it.
18064
18065 * subr.el (replace-regexps-in-string): Properly handle the case
18066 where we match an empty string.
18067
18068 * comint.el (comint-exec-1): Add the current-dir to the exec-path
18069 when the command has a directory component (such as "./testml").
18070 Also fix a typo in the comment.
18071
180722000-03-08 Gerd Moellmann <gerd@gnu.org>
18073
18074 * Makefile (compile-files): Compile files one by one because
18075 that's the only way to ensure a clean compilation environment for
18076 each individual file.
18077
18078 * frame.el (other-frame): Call x-focus-frame.
18079
180802000-03-07 Dave Love <fx@gnu.org>
18081
18082 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
18083 :require to defcustom.
18084
ff39b9a1 18085 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
18086
18087 * files.el (auto-mode-alist): Add configure.in.
18088
18089 * progmodes/autoconf.el: New file.
18090
180912000-03-07 Gerd Moellmann <gerd@gnu.org>
18092
18093 * mail/mh-e.el: Change maintainer to `none'.
18094
18095 * recentf.el (recentf-keep-non-readable-files-p): Quote args
18096 to remove-hook and add-hook.
18097
180982000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18099
18100 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
18101 it as the default.
18102 (mail-send): Test mail-send-nonascii also for the new `mime' value.
18103 (sendmail-send-it): Conditionally add MIME headers specifying the
18104 used character set.
18105
181062000-03-07 Dave Love <fx@gnu.org>
18107
ff39b9a1
SM
18108 * winner.el: Fix keywords, autoload cookies.
18109 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
18110
181112000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
18112
18113 * international/mule.el: Modify comment about coding system
18114 property `coding-category'.
18115 (make-coding-system): New argument EOL-TYPE. Pay attention to
18116 coding-category property of PROPERTIES.
18117
ff39b9a1
SM
18118 * international/mule-conf.el (coding-category-utf-8)
18119 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
18120 categories. Include them in the argument for set-coding-priority.
18121
ff39b9a1
SM
18122 * international/mule-cmds.el (reset-language-environment):
18123 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
18124 coding-category-utf-16-le in the argument for set-coding-priority.
18125 (reset-language-environment): Initialize coding-category-utf-8,
18126 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
18127
181282000-03-06 Karl Fogel <kfogel@red-bean.com>
18129
18130 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
18131 code abstracted out of `bookmark-jump-noselect'. Now tries info
18132 extensions as well as compression extensions.
18133 (bookmark-jump-noselect): Use above new func.
18134
181352000-03-03 Gerd Moellmann <gerd@gnu.org>
18136
18137 * strokes.el: Change maintainer's mail address.
18138
181392000-03-03 Kenichi Handa <handa@etl.go.jp>
18140
18141 * international/mule-diag.el (list-character-sets): Make help-echo
18142 string by substitute-command-keys.
18143 (list-character-sets): Likewise.
18144 (sort-listed-character-sets): Call help-setup-xref.
18145
181462000-03-02 Gerd Moellmann <gerd@gnu.org>
18147
ff39b9a1 18148 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
18149
181502000-03-01 Dave Love <fx@gnu.org>
18151
18152 * help.el (help-xref-go-back): Don't try to set position.
18153
ff39b9a1
SM
18154 * international/mule-diag.el (list-character-sets):
18155 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
18156 (list-character-sets-1): Add help-echo to xrefs.
18157
181582000-03-02 Gerd Moellmann <gerd@gnu.org>
18159
18160 * frame.el (blink-cursor-mode): Switch cursor on when turning
18161 the mode off.
18162
18163 * add-log.el (add-log-current-defun): Add support for
18164 Autoconf mode.
18165
18166 * mail/rmail.el (rmail-quit-hook): New variable.
18167
181682000-03-01 Dave Love <fx@gnu.org>
18169
18170 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
18171
18172 * help.el (help-xref-button): Add help-echo arg.
18173 (describe-function-1, describe-variable, help-make-xrefs): Use it.
18174
ff39b9a1 18175 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 18176
ff39b9a1 18177 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
18178
181792000-03-01 Gerd Moellmann <gerd@gnu.org>
18180
18181 * image.el (defimage): Look for image files in load-path.
18182
ff39b9a1 18183 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
18184
181852000-03-01 David Ponce <david.ponce@wanadoo.fr>
18186
ff39b9a1 18187 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
18188
181892000-03-01 David Ponce <david.ponce@wanadoo.fr>
18190
ff39b9a1 18191 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
18192 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
18193 action to select/unselect a file.
18194 (recentf-edit-list): Code cleanup and improvement.
18195 (recentf-open-more-files-action): `recentf-open-more-files' button
18196 widget action to open a file.
ff39b9a1 18197 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
18198 (recentf-more-collection): Deleted.
18199 (recentf-more-history): Deleted.
18200 (recentf-setup-more-completion): Deleted.
18201
182022000-03-01 David Ponce <david.ponce@wanadoo.fr>
18203
18204 * recentf.el (recentf-mode): No more needs that Emacs is running
18205 under a window-system.
18206
ff39b9a1 182072000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18208
18209 * recentf.el (recentf-edit-list): New command to edit the recent
18210 list which allow the user to remove files.
18211 (recentf-edit-selected-items): New global variable, used by
18212 `recentf-edit-list' to hold the list of files to be removed from
18213 the recent list.
18214 (recentf-make-menu-items): Updated to display a "Edit list..."
18215 menu item. Minor code cleanup.
18216
ff39b9a1 182172000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18218
18219 * recentf.el (recentf-open-more-files): New command to open files
18220 that are not displayed in the menu.
18221 (recentf-more-collection): New global variable holding the set of
18222 permissible completions used by `recentf-open-more-files'.
18223 (recentf-more-history): New global variable holding the history list
18224 used by `recentf-open-more-files' completion.
18225 (recentf-setup-more-completion): New function to setup completion for
18226 `recentf-open-more-files'.
18227 (recentf-make-menu-items): Updated to display a "More..." menu item.
18228
ff39b9a1 182292000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18230
18231 * recentf.el (recentf-menu-action): Doc fixed.
18232
ff39b9a1 182332000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
18234
18235 * recentf.el (recentf-menu-filter): Doc updated.
18236 (recentf-update-menu-hook): Allow menu filters to force menu update.
18237 (recentf-make-menu-items): New menu filter handling.
18238 (recentf-make-menu-item): New helper function.
18239 (recentf-menu-elements): New menu handling function.
18240 (recentf-sort-ascending): Updated to new menu filter handling.
18241 (recentf-sort-descending): Updated to new menu filter handling.
18242 (recentf-sort-basenames-ascending): New menu filter function.
18243 (recentf-sort-basenames-descending): New menu filter function.
18244 (recentf-show-basenames): New menu filter function.
18245 (recentf-show-basenames-ascending): New menu filter function.
18246 (recentf-show-basenames-descending): New menu filter function.
18247
182482000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18249
18250 * diary-lib.el (list-diary-entries): Don't try to go forward at
18251 the end of the buffer.
18252
182532000-02-29 Kenichi Handa <handa@etl.go.jp>
18254
ff39b9a1
SM
18255 * international/mule-diag.el (list-character-sets):
18256 Completely rewritten.
a30eb617
DL
18257 (sort-listed-character-sets): New function.
18258 (list-character-sets-1): Completely rewritten.
18259 (list-character-sets-2): New function.
18260 (non-iso-charset-alist): New variable.
18261 (decode-codepage-char): New function.
18262 (charset-history): New variable.
18263 (read-charset) (list-block-of-chars)
18264 (list-iso-charset-chars)
18265 (list-non-iso-charset-chars)
18266 (list-charset-chars): New functions.
86f6474c 18267 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
18268 (dump-charsets): Likewise.
18269
182702000-02-29 Gerd Moellmann <gerd@gnu.org>
18271
18272 * dired-x.el (dired-filename-at-point): Add `@' to valid
18273 file name characters.
18274 (dired-filename-at-point): Handle ange-ftp file names.
18275
18276 * frame.el (frame-notice-user-settings): Use assq-delete-all
18277 instead of assoc-delete-all.
18278 (frame-notice-user-settings): Ditto.
18279
18280 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
18281 Don't copy alist.
18282
182832000-02-28 Eli Barzilay <eli@cs.cornell.edu>
18284
18285 * calculator.el (calculator-use-menu): New option.
86f6474c 18286 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
18287 (calculator-forced-input): Removed.
18288 (calculator-restart-other-mode): New variable.
18289 (calculator-mode-map): Set up menu.
18290
182912000-02-28 Jari Aalto <jari.aalto@poboxes.com>
18292
86f6474c 18293 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
18294
182952000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
18296
86f6474c 18297 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 18298 translate all ESC key sequences.
86f6474c 18299 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 18300 they were saved.
86f6474c
SM
18301 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
18302 * viper-util.el (viper-set-replace-overlay-glyphs)
18303 (viper-set-replace-overlay): Always check if the replacement
a30eb617 18304 overlay is live.
86f6474c
SM
18305 * viper.el (viper-vi-state-mode-list): Add major modes.
18306 * ediff-wind.el: Minor comment changes.
18307 * ediff.el: Copyright notice date fix.
a30eb617
DL
18308
183092000-02-27 Jason Rumney <jasonr@gnu.org>
18310
18311 * faces.el (face-font-family-alternatives): Add arial to helv.
18312 (mode-line, header-line, tool-bar): Same default as x for w32.
18313 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
18314 face-font-family-alternatives from working.
18315 * term/w32-win.el (mouse-set-font): Do not build fontset from
18316 chosen font.
18317
183182000-02-25 Sam Steingold <sds@goems.com>
18319
18320 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
18321 properly.
18322
183232000-02-25 Richard M. Stallman <rms@gnu.org>
18324
18325 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
18326
183272000-02-25 Gerd Moellmann <gerd@gnu.org>
18328
86f6474c 18329 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
18330
18331 * frame.el (busy-cursor-delay-seconds): New option.
18332
183332000-02-24 Gerd Moellmann <gerd@gnu.org>
18334
18335 * frame.el (show-cursor-in-non-selected-windows): New option.
18336
183372000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
18338
18339 * diary-lib.el (include-other-diary-files): Undo the selective
18340 display in any included file and don't kill it.
18341
183422000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
18343
86f6474c
SM
18344 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
18345 Menu items converted to (menu-item format, help strings added.
a30eb617 18346 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 18347 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
18348 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
18349
183502000-02-23 Dave Love <fx@gnu.org>
18351
18352 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
18353 (backward-kill-word): Revert addition of * to interactive spec --
18354 it's a feature.
18355
18356 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
18357 (backward-kill-sentence, kill-sentence): Likewise.
18358
18359 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
18360 scratch buffer name.
86f6474c 18361 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
18362
18363 * term/w32-win.el (internal-face-interactive): Update prompt for
18364 new read-face-name.
18365
18366 * mail/footnote.el (footnote): Add :version to defgroup.
18367 (footnote-section-tag-regexp): Customize.
18368 (footnote-start-tag, footnote-end-tag): New option.
18369 (footnote-latin-regexp): New variable.
18370 (Footnote-latin): New function.
18371 (footnote-style-alist): Add element for latin style.
18372 (footnote-style): Moved.
18373 (Footnote-goto-footnote): Use eq to test arg.
18374
18375 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
18376
18377 * emacs-lisp/byte-opt.el: Change old backquote syntax.
18378 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
18379 (byte-optimize-quote, byte-optimize-lapcode):
18380 Use byte-compile-const-symbol-p.
a30eb617
DL
18381 (byte-optimize-char-before): New optimization.
18382
18383 * emacs-lisp/bytecomp.el: Change old backquote syntax.
18384 (byte-compile-const-symbol-p): New function.
18385 (byte-compile-constp, byte-compile-out-toplevel)
18386 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
18387 Use it.
18388
18389 * subr.el (define-key-after): Default AFTER to t. Doc fix.
18390
183912000-02-23 Kenichi Handa <handa@etl.go.jp>
18392
18393 * international/encoded-kb.el: Be sure to update minor-mode-alist
18394 and minor-mode-map-alist.
18395 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
18396 codes SS2 and SS3 correctly.
18397 (encoded-kbd-self-insert-ccl): New function.
18398 (encoded-kbd-setup-keymap): New function.
18399 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
18400 by calling encoded-kbd-setup-keymap.
18401
86f6474c
SM
18402 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
18403 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
18404
184052000-02-22 Dave Love <fx@gnu.org>
18406
18407 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 18408 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
18409 (lisp-mode-syntax-table): Set up for #|...|# comments.
18410 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
18411 classes. Match `defface'.
18412 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
18413 (eval-defun-1): Fix for defcustom.
18414 (lisp-indent-region): Doc fix.
18415
18416 * subr.el (when, unless, split-string): Doc fix.
86f6474c 18417 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
18418 (replace-regexps-in-string): New function.
18419
184202000-02-22 Gerd Moellmann <gerd@gnu.org>
18421
18422 * help.el (describe-variable): Set syntax table to
18423 emacs-lisp-mode-syntax-table when moving forward over the
18424 symbol's name.
18425
184262000-02-22 Dave Love <fx@gnu.org>
18427
18428 * xt-mouse.el: Doc fixes.
18429 (xterm-mouse-position-function): New function, replacing advice of
18430 mouse-position.
18431 (xterm-mouse-mode): Use it. Don't turn on under a window system.
18432
18433 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
18434
184352000-02-21 Gerd Moellmann <gerd@gnu.org>
18436
86f6474c
SM
18437 * format.el (format-annotate-single-property-change):
18438 Handle properties.with dotted-list values.
a30eb617
DL
18439 (format-proper-list-p): New function.
18440
18441 * enriched.el (enriched-face-ans): Handle '(foreground-color
18442 . COLOR) and (background-color . COLOR).
18443
184442000-02-20 Dave Love <fx@gnu.org>
18445
18446 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
18447 and assignments to it.
18448 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
18449 current local map.
18450 (make-flyspell-overlay): Use it.
18451 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
18452
18453 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
18454 (lm-get-header-re): Defun, not defsubst.
18455 (lm-get-package-name): Defun, not defsubst. Simplify.
18456 (lm-version): Doc fix. Simplify.
18457 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
18458 (lm-crack-address, lm-last-modified-date, lm-commentary)
18459 (lm-verify, lm-synopsis): Simplify.
18460 (lm-report-bug): Require emacsbug. Use compose-mail.
18461
184622000-02-20 Gerd Moellmann <gerd@gnu.org>
18463
18464 * dired.el (dired-mode): Call propertized-buffer-identification
18465 to set mode-line-buffer-identification to something having
18466 the right text properties.
18467
18468 * bindings.el (propertized-buffer-identification): New function.
18469
184702000-02-20 Dave Love <fx@gnu.org>
18471
18472 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
18473 check for t-mouse too.
18474
18475 * cus-start.el: Make echo-keystrokes `number'.
18476
184772000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
18478
18479 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
18480 Don't call ring-empty-p unless tags-location-ring is bound.
18481 From Noah Friedman <friedman@splode.com>.
18482
184832000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
18484
18485 * progmodes/hideshow.el (hs-flag-region): No longer use
18486 `intangible' overlay property.
18487
18488 (hs-toggle-hiding): New command.
18489 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
18490
18491 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
18492 Fix omission bug: Run `hs-minor-mode-hook' for both activation
18493 and deactivation.
18494
184952000-02-18 Gerd Moellmann <gerd@gnu.org>
18496
18497 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
18498
184992000-02-17 Gerd Moellmann <gerd@gnu.org>
18500
18501 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
18502
18503 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
18504 of `*' to handle `(* ... *)' comments.
18505
185062000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
18507
18508 * faces.el (list-faces-display): Use display-mouse-p instead of
18509 window-system.
18510
18511 * menu-bar.el (global-map): Menu-bar items converted to the new
18512 format (menu-item..., rearranged for better CUA compliance, and
18513 their names changed for better clarity. Help strings added.
18514
18515 * international/mule-cmds.el (mule-menu-keymap)
18516 (describe-language-environment-map, set-coding-system-map)
18517 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
18518 form, add help strings. Change names of menu items for better clarity.
18519 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
18520
185212000-02-17 Gerd Moellmann <gerd@gnu.org>
18522
18523 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
18524 within the code.
18525
185262000-02-16 Dave Love <fx@gnu.org>
18527
18528 * faces.el: Don't require custom. Add more specific :groups to
18529 various deffaces.
18530 (set-face-attribute): Purecopy args.
18531 (read-face-name): Default to name at point and use it in prompt.
18532 Remove colon from arg in all callers.
18533 (list-faces-display): Hyperlink to face descriptions and customize
18534 buffers.
18535
185362000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
18537
86f6474c 18538 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
18539
185402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18541
18542 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
18543 at ':' characters by call to split-string.
18544
185452000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18546
18547 * textmodes/bibtex.el: Added RCS version identification.
18548
185492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18550
18551 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 18552 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
18553 (bibtex-field-const): Allow capital letters.
18554 (bibtex-start-of-string): Deleted because unused.
18555
18556 * textmodes/bibtex.el: Unified some nomenclature. We no longer
18557 use the term 'reference' to describe a bibtex entry as a whole.
18558 Further, reference keys are no longer called 'labels'.
18559 (bibtex-keys): Renamed to bibtex-reference-keys.
18560 (bibtex-reformat-previous-labels): Renamed to
18561 bibtex-reformat-previous-reference-keys.
18562 (bibtex-reference-type): Renamed to bibtex-entry-type.
18563 (bibtex-reference-head): Renamed to bibtex-entry-head.
18564 (bibtex-reference-maybe-empty-head): Renamed to
18565 bibtex-entry-maybe-empty-head.
18566 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
18567 (bibtex-search-reference): Renamed to bibtex-search-entry.
18568 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
18569 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
18570 (bibtex-entry-field-alist, bibtex-entry-head)
18571 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
18572 (bibtex-map-entries, bibtex-search-entry)
18573 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
18574 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18575 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
18576 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
18577 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
18578 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
18579 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
18580
185812000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18582
18583 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
18584 comment.
18585 (bibtex-format-field-delimiters): New function, functionality
18586 extracted from bibtex-format-entry.
18587 (bibtex-autokey-get-yearfield-digits): New function, functionality
18588 extracted from bibtex-autokey-get-yearfield.
18589
18590 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
18591 entries in order to avoid stack overflow in the regexp matcher if
18592 field contents become large.
86f6474c
SM
18593 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
18594 (bibtex-field-string-part-not-braced)
18595 (bibtex-field-string-part-no-inner-braces)
18596 (bibtex-field-string-part-1-inner-brace)
18597 (bibtex-field-string-part-2-inner-braces)
18598 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
18599 (bibtex-field-string-quoted, bibtex-field-string)
18600 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
18601 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
18602 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
18603 Deleted as parsing is now performed by the following functions.
18604 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
18605 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
18606 (bibtex-parse-field-string, bibtex-search-forward-field-string)
18607 (bibtex-parse-association, bibtex-field-name-for-parsing)
18608 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
18609 (bibtex-search-forward-field, bibtex-search-backward-field)
18610 (bibtex-start-of-field, bibtex-end-of-field)
18611 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
18612 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
18613 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
18614 (bibtex-parse-string, bibtex-search-forward-string)
18615 (bibtex-search-backward-string, bibtex-start-of-string)
18616 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
18617 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
18618 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
18619 entries. Instead of reporting the results of the parsing by
18620 match-beginning or match-end, these functions return data structures
18621 that hold the corresponding positions.
18622 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
18623 return values rather than by match-beginning or match-end.
18624 The following functions have been adapted to use the new
18625 parsing functions.
18626 (bibtex-skip-to-valid-entry, bibtex-search-reference)
18627 (bibtex-enclosing-field, bibtex-format-entry)
18628 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
18629 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
18630 (bibtex-print-help-message, bibtex-end-of-entry)
18631 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
18632 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18633 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
18634 Use the new method for parsing.
18635 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
18636 (bibtex-map-entries, bibtex-flash-head)
18637 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
18638 (bibtex-autokey-change, bibtex-autokey-get-namefield)
18639 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
18640 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
18641 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
18642 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
18643 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
18644 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
18645
186462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18647
18648 * textmodes/bibtex.el: Copyright notice is up to date.
18649 Added constant 'bibtex-maintainer-salutation.
18650
86f6474c 18651 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
18652 than make-temp-name, use match-string-no-properties and eliminate
18653 a quadratic behavior when building bibtex-strings.
18654
18655 * bibtex.el (bibtex-reference-key): Accept string entries whose
18656 reference key contains upper case letters.
18657
186582000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18659
18660 * bibtex.el (bibtex-reference-head): Allow entries to start with
18661 a new line.
18662
186632000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18664
18665 * bibtex.el: Hiding of entry bodies is not longer provided by
18666 bibtex.el directly. Instead the hideshow package can be used.
18667 Added a special bibtex entry to hs-special-modes-alist.
18668 (bibtex-hs-forward-sexp): Added for hideshow.el.
18669
186702000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
18671
18672 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
18673 proceedings entry type (for cross referencing). Thanks to Wagner
18674 Toledo Correa for the suggestion.
18675
18676 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
18677
186782000-02-14 Kenichi Handa <handa@etl.go.jp>
18679
18680 * international/characters.el: Setup case table for Vietnamese.
18681
186822000-02-12 Gerd Moellmann <gerd@gnu.org>
18683
18684 * uniquify.el (toplevel): Require CL at compile time.
18685 (uniquify-push): Removed.
18686
18687 * shadowfile.el (shadow-when): Removed.
18688
18689 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 18690 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
18691
18692 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
18693 regexp for paragraph-start.
18694
18695 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
18696 commas as well.
18697
186982000-02-10 Dave Love <fx@gnu.org>
18699
18700 * wid-edit.el: (widgets) [defgroup]: Remove url link.
18701 (widget-color-choice-list, widget-color-history, widget-mouse-help):
18702 Deleted.
18703 (widget-specify-field, widget-specify-button): Don't use
18704 widget-mouse-help as help-echo property.
18705 (default): Use #'ignore for :validate and :mouse-down-action.
18706 (checkbox): Add help-echo.
18707 (widget-sexp-validate): Rewritten to clarify error messages.
18708 (character): Use char-valid-p in :match function.
18709 (widget-color-complete): Use facemenu-color-alist.
18710 (widget-color-action): Use facemenu-read-color.
18711
18712 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
18713 set up `caar' &c that we now have.
18714
187152000-02-09 Ray Blaak <blaak@gnu.org>
18716
18717 * delphi.el: Make resourcestring a declaration region, like const
18718 and var.
18719
187202000-02-09 Dave Love <fx@gnu.org>
18721
18722 * bindings.el (mode-line-input-method-map): New variable.
18723 (mode-line-mule-info): Use it; fix last change.
18724 (mode-line-mode-menu): Move definition.
18725 (mode-line-mouse-sensitive-p): Deleted.
18726 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 18727 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
18728
18729 * startup.el (command-line-1): Don't call
18730 make-mode-line-mouse-sensitive.
18731
187322000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
18733
86f6474c
SM
18734 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
18735 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
18736
187372000-02-06 Stefan Monnier <monnier@cs.yale.edu>
18738
18739 * diff-mode.el (diff-kill-junk): New interactive function.
18740 (diff-reverse-direction): Use delete-and-extract-region.
18741 (diff-post-command-hook): Restrict the area so that the hook also works
18742 outside of any diff hunk. This is necessary for the minor-mode.
18743 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
18744 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
18745
18746 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
18747 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
18748 so that it can be used more easily in <foo>-mode-hook. Also make sure
18749 to avoid duplicate entries.
18750 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
18751 (font-lock-remove-keywords): Just as was done for `add', allow it to
18752 work even if font-lock-mode is nil. Also make sure we don't modify
18753 any pre-existing list by forcing a copy-sequence. Finally rename
18754 `major-mode' to `mode'.
18755 (font-lock-fontify-syntactic-anchored-keywords)
18756 (font-lock-fontify-anchored-keywords)
18757 (font-lock-fontify-keywords-region): Use line-end-position.
18758 Don't make `font-lock-multiline' local (it's now done in
18759 font-lock-set-defaults).
86f6474c
SM
18760 (font-lock-set-defaults): Make `font-lock-multiline' local.
18761 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
18762
187632000-02-06 Andrew Innes <andrewi@gnu.org>
18764
18765 * term/w32-win.el (x-handle-args): Comment out call to message,
18766 which occurs before window system is initialized.
18767
18768 * makefile.nt: Add support for recompiling lisp code.
18769
187702000-02-04 Dave Love <fx@gnu.org>
18771
18772 * bindings.el (mode-line-mule-info): Fix/extend last change.
18773
18774 * completion.el: Replace completion-dolist with dolist.
18775
86f6474c 18776 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
18777
187782000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
18779
86f6474c 18780 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
18781 environment names before they go into the section regexp.
18782
86f6474c 18783 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
18784 char class in regexp.
18785
86f6474c
SM
18786 * textmodes/reftex-parse.el (reftex-with-special-syntax):
18787 Bind `case-fold-search' to nil.
a30eb617 18788
86f6474c
SM
18789 * progmodes/idlwave.el (idlwave-template):
18790 Respect `idlwave-abbrev-change-case'.
18791 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
18792 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
18793 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
18794 (idlwave-rw-case): New function.
18795 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 18796 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
18797 (idlwave-surround): New argument LENGTH to support padding of
18798 operators longer than 1 char.
18799
18800 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
18801 idlwave-shell-expression-overlay. Implemented printing of
18802 expressions on higher levels of the calling stack.
86f6474c 18803 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
18804 (idlwave-retrieve-expression-from-level): New function.
18805 (idlwave-shell-last-calling-stack): Variable removed.
18806 (idlwave-shell-reset): Argument action reversed (`visible' to
18807 `hidden'). Also remove stop-line overlay.
18808 (idlwave-shell-calling-stack-routine): New variable.
18809 (idlwave-shell-parse-stack-and-display): Messages now display
18810 negative level numbers.
18811 (idlwave-shell-mode): Set `modeline-format'.
18812 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 18813 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
18814 (idlwave-shell-print-expression-function): New option.
18815
86f6474c
SM
18816 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
18817 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
18818 `tool-bar' instead of `toolbar'.
18819
188202000-02-02 Dave Love <fx@gnu.org>
18821
18822 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
18823 emacs-lisp-mode-hook. Don't check for defalias being defined.
18824
18825 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
18826 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
18827 Use the new builtins directly.
a30eb617
DL
18828
18829 * whitespace.el (whitespace): Add :version to defgroup.
18830
18831 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
18832 Doc fix.
18833
18834 * thingatpt.el (sexp-at-point, symbol-at-point)
18835 (number-at-point, list-at-point): Add autoload cookie.
18836
18837 * recentf.el (recentf): Add :version to defgroup.
18838
18839 * quickurl.el (quickurl): Add :version to defgroup.
18840
18841 * elide-head.el (elide-head): Use point-marker more.
18842
18843 * bs.el (bs): Add :version to defgroup.
18844
18845 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
18846
18847 * progmodes/delphi.el (delphi): Add :version to defgroup.
18848
188492000-02-02 Gerd Moellmann <gerd@gnu.org>
18850
18851 * ange-ftp.el (ange-ftp-write-region): Handle case that
18852 succeeding process operation sets a different coding system.
18853
18854 * calculator.el: New file.
18855
188562000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
18857
86f6474c 18858 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
18859 (display-mouse-p, display-popup-menus-p, display-graphic-p)
18860 (display-selections-p, display-screens, display-pixel-width)
18861 (display-pixel-height, display-mm-width, display-mm-height)
18862 (display-backing-store, display-save-under, display-planes)
18863 (display-color-cells, display-visual-class): New functions.
18864
18865 * term/tty-colors.el (tty-color-gray-shades): New function.
18866
18867 * faces.el (display-color-p): Use framep-on-display.
18868 (display-grayscale-p): New function.
18869
188702000-01-31 Dave Love <fx@gnu.org>
18871
18872 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
18873 (create-fontset-from-x-resource): Don't concat integers.
18874
188752000-01-31 Inge Frick <inge@nada.kth.se>
18876
18877 * view.el: Some changes in documentation. Removed some trailing
86f6474c 18878 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
18879 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
18880 window is not deleted. Modifies change 1998-04-26.
18881
188822000-01-31 Gerd Moellmann <gerd@gnu.org>
18883
18884 * windmove.el: New file.
18885
18886 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18887 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18888 progmodes/ebnf-yac.el: Update copyright and license info.
18889
86f6474c
SM
18890 * jit-lock.el (jit-lock-function): Widen before calculating
18891 end position.
a30eb617
DL
18892 (jit-lock-stealth-chunk-start): Rewritten.
18893
18894 * info.el (Info-title-face-alist): Removed.
86f6474c 18895 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
18896 (Info-fontify-node): Use these faces.
18897
188982000-01-30 Gerd Moellmann <gerd@gnu.org>
18899
18900 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
18901 (cl-macro-list1): Recognize `&allow-other-keys' instead of
18902 `&allow-other-keywords'.
18903
18904 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
18905 the list of directories scanned heuristically.
18906
86f6474c 18907 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
18908
189092000-01-30 Jason Rumney <jasonr@gnu.org>
18910
18911 * w32-fns.el: Define w32-tty-standard-colors.
18912
18913 * startup.el (command-line): Use w32-tty-standard-colors when in
18914 w32 console mode.
18915
189162000-01-30 Dave Love <fx@gnu.org>
18917
18918 * jka-compr.el (jka-compr-load): Fix up load-history.
18919
18920 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
18921
18922 * emacs-lisp/cl-macs.el: Revert previous change.
18923
189242000-01-29 Dave Love <fx@gnu.org>
18925
18926 * facemenu.el: Purecopy various strings.
18927
18928 * timezone.el (timezone-fix-time): Window against 69 for two-digit
18929 years. Deal with three-digit years.
18930
86f6474c
SM
18931 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
18932 Use defconst, purecopy.
a30eb617
DL
18933 (help-back-label): Purecopy it.
18934
189352000-01-18 Gerd Moellmann <gerd@gnu.org>
18936
18937 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
18938 variable. If non-nil, order the buffer list according to the
18939 currently selected frame.
18940 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
18941 non-nil, pass the selected frame to function buffer-list.
18942
189432000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18944
18945 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
18946
189472000-01-28 Dave Love <fx@gnu.org>
18948
18949 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
18950
18951 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
18952 Don't use lisp-indent-hook property.
18953 (cl-abs): Remove.
18954
18955 * subr.el: Move out indent and edebug specs for when and unless.
18956
18957 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
18958 when, unless.
18959
18960 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
18961 unless, when.
18962
189632000-01-28 Gerd Moellmann <gerd@gnu.org>
18964
18965 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
18966 `collecting' as synonym for `collect'.
18967
18968 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
18969 for the case it contains spaces.
18970
86f6474c 18971 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
18972
18973 * frame.el (delete-other-frames): New function.
18974 (toplevel): Bind it to C-x 5 1.
18975
18976 * sort.el (sort-numeric-base): New option.
18977 (sort-numeric-fields): If number starts with `0' or `0[xX[',
18978 interpret it as octal or hexadecimal. Use sort-numeric-base
18979 as default base.
18980
18981 * progmodes/glasses.el: New file.
18982
189832000-01-27 Gerd Moellmann <gerd@gnu.org>
18984
18985 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
18986 userids differently.
18987
18988 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
18989 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
18990 progmodes/ebnf-yac.el: New files.
18991
189922000-01-26 Dave Love <fx@gnu.org>
18993
18994 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
18995 on a function with an empty body. [From Eric Ludlam.]
18996
189972000-01-25 Andre Spiegel <spiegel@gnu.org>
18998
18999 * vc.el (vc-version-diff): Make sure file name is expanded.
19000
190012000-01-25 Gerd Moellmann <gerd@gnu.org>
19002
19003 * scroll-bar.el (scroll-bar-timer): Variable removed.
19004 (scroll-bar-toolkit-scroll): Don't use a timer.
19005
190062000-01-25 Kenichi Handa <handa@etl.go.jp>
19007
86f6474c
SM
19008 * language/thai-util.el (thai-composition-function):
19009 Delete superfluous `a'.
a30eb617
DL
19010
190112000-01-24 Dave Love <fx@gnu.org>
19012
19013 * fortran.el (fortran-mode): Use beginning-of-defun-function,
19014 end-of-defun-function.
19015
86f6474c 19016 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
19017
190182000-01-22 Jason Rumney <jasonr@gnu.org>
19019
19020 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
19021 conflicts with new face support.
19022
190232000-01-22 Richard M. Stallman <rms@gnu.org>
19024
19025 * replace.el (query-replace): Rename last arg to DELIMITED.
19026 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
19027 (query-replace-regexp): Likewise.
19028
190292000-01-20 Richard M. Stallman <rms@gnu.org>
19030
19031 * subr.el (with-syntax-table): Use make-symbol, not gensym.
19032
19033 * emacs-lisp/lisp.el (beginning-of-defun-function):
19034 Variable renamed from beginning-of-defun.
19035 Do not call make-variable-buffer-local.
19036 (beginning-of-defun-raw): Use new variable name; doc fix.
19037 (beginning-of-defun): Doc fix.
19038 (end-of-defun-function): Variable renamed from end-of-defun.
19039 Do not call make-variable-buffer-local.
19040 (end-of-defun): Use new variable name; doc fix.
19041
19042 * subr.el (dolist, dotimes): Copied from cl-macs.el
19043 and made to work.
19044
19045 * mail/undigest.el (rmail-digest-end-regexps):
19046 Variable replaces rmail-digest-end-regexp.
19047 Allows multiple regexps for detecting the end line.
19048 (undigestify-rmail-message): Corresponding changes.
19049
190502000-01-19 Dave Love <fx@gnu.org>
19051
19052 * files.el (user-init-file): Don't declare here -- is primitive.
19053
19054 * startup.el (command-line): Check for compiled user-init-file and
19055 set to uncompiled version if necessary.
19056
190572000-01-18 Gerd Moellmann <gerd@gnu.org>
19058
19059 * mail/undigest.el (rmail-digest-end-regexp): New user option.
19060 (undigestify-rmail-message): Use it.
19061
19062 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
19063
190642000-01-17 Gerd Moellmann <gerd@gnu.org>
19065
19066 * tmm.el (tmm-goto-completions): Adapt to prompt being part
19067 of mini-buffer.
19068
190692000-01-14 Gerd Moellmann <gerd@gnu.org>
19070
19071 * emacs-lisp/copyright.el (copyright-update): Removed the
19072 requirement for a trailing space from `copyright-regexp', to
19073 support copyrights with owner specified on a separate line..
19074
19075 * align.el: New file.
19076
19077 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
19078
19079 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
19080
190812000-01-13 Dave Love <fx@gnu.org>
19082
19083 * ph.el: Removed. (Obsoleted by EUDC.)
19084
190852000-01-13 Gerd Moellmann <gerd@gnu.org>
19086
19087 * net/eudc.el (toplevel): Remove autoloaded code installing
19088 menu with easymenu, because that causes build problems.
19089
19090 * frame.el (frame-notice-user-settings): New variable.
19091 (frame-notice-user-settings): Don't modify frame parameters
19092 if called a second time.
19093
190942000-01-13 Richard M. Stallman <rms@gnu.org>
19095
19096 * frame.el (frame-notice-user-settings):
19097 Notice default-frame-parameters even for non-window frames.
19098
190992000-01-13 Gerd Moellmann <gerd@gnu.org>
19100
19101 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
19102 for Emacs.
19103 (eudc-bob-can-display-inline-images): Extend for Emacs.
19104 (eudc-bob-toggle-inline-display): Ditto.
19105 (eudc-bob-display-jpeg): Ditto.
19106
191072000-01-12 Gerd Moellmann <gerd@gnu.org>
19108
19109 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
19110 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
19111 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
19112
86f6474c
SM
19113 * add-log.el (add-change-log-entry): Fix error trying an
19114 `(insert nil)'.
a30eb617
DL
19115
19116 * subdirs.el: Add `net' directory.
19117
19118 * net: New directory.
19119
19120 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
19121 eval-last-sexp. Don't bind debug-on-error here.
19122 (eval-last-sexp): New function. Bind debug-on-error if
19123 eval-expression-debug-on-error is non-nil.
19124 (eval-defun-2, eval-defun): Likewise.
19125
19126 * simple.el (eval-expression): Don't bind debug-on-error if
19127 eval-expression-debug-on-error is nil. Detect changed
19128 debug-on-error, and propagate new value to global binding, if
19129 eval-expression-debug-on-error is non-nil,
19130 (eval-expression-debug-on-error): Change doc string.
19131
191322000-01-11 Richard M. Stallman <rms@gnu.org>
19133
19134 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
19135
19136 * emacs-lisp/lisp-mode.el (with-syntax-table):
19137 Set up lisp-indent-function property.
19138
19139 * subr.el (with-syntax-table): Moved from simple.el.
19140
19141 * simple.el (with-syntax-table): Moved to subr.el.
19142
191432000-01-11 Gerd Moellmann <gerd@gnu.org>
19144
19145 * tmm.el (tmm-shortcut): Delete region after prompt instead
19146 of erasing buffer.
19147
19148 * textmodes/fill.el (fill-common-string-prefix): New function.
19149 (fill-context-prefix): Use the longest common prefix of first
19150 and second line fill prefix, if there is one.
19151
191522000-01-11 Richard M. Stallman <rms@gnu.org>
19153
19154 * array.el (array-mode): Don't use make-variable-buffer-local.
19155 Use make-local-variable for `truncate-lines'.
19156
191572000-01-11 Jari Aalto <jari.aalto@poboxes.com>
19158
19159 * add-log.el (add-log-current-defun): Handle user-defined
19160 add-log-current-function returning nil,
19161
19162 * add-log.el (add-change-log-entry): Insert version number
19163 if having found a current function
19164
86f6474c
SM
19165 * add-log.el (add-log-current-defun):
19166 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
19167 level 1. Strip whitespace from defun found.
19168
191692000-01-10 John Wiegley <johnw@gnu.org>
19170
19171 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 19172 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
19173
191742000-01-10 Dave Love <fx@gnu.org>
19175
19176 * elide-head.el (elide-head): Use point-marker, not point.
19177
191782000-01-10 Gerd Moellmann <gerd@gnu.org>
19179
19180 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
19181 before and after the year 2000.
19182
19183 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
19184 Add ispell- prefix.
19185
191862000-01-10 Ken Stevens <k.stevens@ieee.org>
19187
19188 * ispell.el: Only define dictionaries in menus when they exist.
19189 (version18p): New variable.
19190 (version20p): New variable.
19191 (xemacsp): New variable.
19192 (ispell-choices-win-default-height): Fix for XEmacs visibility.
19193 (ispell-dictionary-alist1): Added Brasileiro dictionary.
19194 (ispell-dictionary-alist6): Russian command lines no longer accept
19195 run-together words.
19196 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
19197 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
19198 (check-ispell-version): Added documentation string. Return library
19199 path when called non-interactively.
a30eb617
DL
19200 (ispell-menu-map-needed): Uses new variables.
19201 (ispell-library-path): New variable.
19202 (ispell-decode-string): XEmacs fix for bogus variable bindings.
19203 (ispell-word): Improved documentation string. Test for valid
19204 character mappings. Correctly check typed in word changes that can
86f6474c
SM
19205 result in single words split into multiple words.
19206 Return replacement word.
a30eb617
DL
19207 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
19208 replace in recursive query replace mode. Help message for
19209 recursive edit mode.
19210 (ispell-show-choices): Protect against bad framepop bindings.
19211 (ispell-help): Fix to work with XEmacs.
19212 (ispell-highlight-spelling-error): Use new variables.
19213 (ispell-overlay-window): Fix to work with XEmacs.
19214 (ispell-parse-output): Passed and returns location information
19215 tracking spelling corrections. Doesn't recheck same word on
19216 current line.
19217 (ispell-init-process): Protect against bogus XEmacs variable binding.
19218 Fix call to single argument in sleep-for. Use new variables.
19219 (ispell-region): Passed and returns location information tracking
19220 spelling corrections. Doesn't check same word on current line.
19221 Improved documentation string. Doesn't resend a line already
19222 checked to the ispell process - fixes bug in LaTeX parsing.
19223 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
19224 (ispell-skip-region): No longer skips <TT> in SGML.
19225 (ispell-process-line): Tracks location information with spelling
19226 corrections. Added documentation string. Accounts for words
19227 already accepted on this line. Don't allow query-replace on line
19228 starting with math characters. Doesn't resend a line already sent
19229 to ispell process. Fixes alignment error bug.
19230
192312000-01-10 Richard M. Stallman <rms@gnu.org>
19232
19233 * dired-x.el (dired-guess-shell-alist-default):
19234 Suggest xloadimage, which is free, not xv, which isn't.
19235
19236 * ange-ftp.el (ange-ftp-file-name-nondirectory):
19237 Don't ever include the host name or user name in the value.
19238
192392000-01-09 Gerd Moellmann <gerd@gnu.org>
19240
19241 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
19242 of a real newline.
19243
192442000-01-09 Stephen Eglen <stephen@gnu.org>
19245
19246 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
19247 for .png files.
19248
192492000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
19250
19251 * cus-edit.el (custom-hook-convert-widget): Fix comment.
19252
192532000-01-09 Gerd Moellmann <gerd@gnu.org>
19254
19255 * progmodes/cperl-mode.el: Replace ^F with ^L.
19256
86f6474c
SM
19257 * sendmail.el (toplevel): Provide `sendmail' when compiling before
19258 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
19259
192602000-01-08 Dave Love <fx@gnu.org>
19261
19262 * emacs-lisp/backquote.el: Remove inappropriate customization
19263 (allowing custom.el to use backquote).
19264
192652000-01-07 Dave Love <fx@gnu.org>
19266
19267 * add-log.el (add-log-debugging): Deleted.
19268 (add-change-log-entry): Treat a backup FILE-NAME as its parent
19269 file. Remove debugging code.
19270 (change-log-get-method-definition, change-log-name): Add doc.
19271 (change-log-sortable-date-at): New function.
19272 (change-log-merge): New command.
19273
19274 * time.el (display-time-string-forms): Make the Mail string active.
19275 (display-time-update): Provide help-echo for load average.
19276
19277 * bindings.el (make-mode-line-mouse2-map): New function.
19278 (mode-line-modified): Use it and simplify.
19279 (mode-line-mule-info): Provide help-echo info.
19280 (minor-mode-alist): Activate the strings.
19281 (make-mode-line-mouse-sensitive): Simplify for
19282 mode-line-buffer-identification.
19283
192842000-01-07 Gerd Moellmann <gerd@gnu.org>
19285
19286 * play/pong.el: New file.
19287
192882000-01-06 Dave Love <fx@gnu.org>
19289
19290 * array.el: Assorted cleanups for compiler warnings, doc strings,
19291 `array-' prefix for symbols.
19292
192932000-01-05 Dave Love <fx@gnu.org>
19294
86f6474c
SM
19295 * textmodes/outline.el (outline-mode-menu-bar-map):
19296 Add outline-headers-as-kill.
a30eb617
DL
19297 (outline-mode): Define imenu-generic-expression.
19298 (outline-headers-as-kill): New command.
19299
19300 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
19301 from paragraph-start.
19302 (paragraph-indent-minor-mode): New command.
19303
19304 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
19305 M-C-e, M-C-h, C-j, C-xnd, TAB.
19306 (fortran-mode): Set beginning-of-defun, end-of-defun.
19307 (fortran-column-ruler): Simplify.
19308 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
19309 (fortran-with-subprogram-narrowing): Likewise.
19310 (fortran-indent-subprogram): Call mark-defun.
19311 (fortran-check-for-matching-do): Change narrowing.
19312
19313 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
19314 (cl-lucid-hash-tag): Delete.
19315 (cl-hash-table-p): Correct test for native table.
19316 (cl-hash-table-count): Use hash-table-count.
19317
19318 * browse-url.el (browse-url): Fix case of
19319 browse-url-browser-function being an alist.
19320
193212000-01-05 Carsten Dominik <cd@gnu.org>
19322
19323 * textmodes/reftex-vars.el (reftex-parse-file-extension)
19324 (reftex-index-phrase-file-extension): New options.
19325
19326 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
19327 Use new option `reftex-index-phrase-file-extension'.
19328
19329 * textmodes/reftex.el (reftex-access-parse-file): Use new option
19330 `reftex-parse-file-extension'.
19331
193322000-01-05 Dave Love <fx@gnu.org>
19333
19334 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
19335 (beginning-of-defun-raw): Use it.
19336 (end-of-defun): New variable.
19337 (end-of-defun): Use it.
19338 (check-parens): New command.
19339
193402000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
19341
19342 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
19343 (hs-show-block): Don't use `mapcar' when not accumulating.
19344
19345 Fix buglet in local variables initialization.
19346
193472000-01-05 Andreas Schwab <schwab@suse.de>
19348
19349 * hscroll.el (hscroll): Doc fix.
19350
193512000-01-05 Carsten Dominik <cd@gnu.org>
19352
86f6474c
SM
19353 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
19354 Require idlw-toolbar.
a30eb617 19355
86f6474c 19356 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 19357 file idlw-rinfo.el.
86f6474c
SM
19358 (idlwave-customize): Load must read file idlw-shell.el.
19359 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
19360
193612000-01-05 Carsten Dominik <dominik@astro.uva.nl>
19362
19363 * progmodes/idlw-shell.el: Also provide idlwave-shell
19364 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
19365 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
19366
86f6474c 19367 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
19368 both reftex-dcr and reftex-vcr.
19369
19370 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
19371
193722000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19373
19374 * ps-print.el: PostScript code now is in separate files, doc fix.
19375 (ps-print-version): New version number (5.0.3).
19376 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
19377 local.
19378 (ps-spool-config): Initialization fix.
19379 (ps-print-prologue-1, ps-print-prologue-2)
19380 (ps-print-duplex-feature): PostScript code moved to separated file.
19381 (ps-background-image): Little code reformating.
19382 (ps-begin-file, ps-begin-job): Fix code.
19383 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
19384 (ps-prologue-file): New fun.
19385
193862000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19387
19388 * ps-vars.el: Eliminated.
19389
19390 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
19391 `;;;###autoload'.
19392
19393 * ps-print.el: ps-vars eliminated, doc fix.
19394 (ps-print-version): New version number (5.0.2).
19395 (ps-spool-config): Initialization fix.
19396 (ps-print-customize): New fun.
19397
193982000-01-04 Gerd Moellmann <gerd@gnu.org>
19399
86f6474c 19400 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
19401
194022000-01-04 Dave Love <fx@gnu.org>
19403
19404 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
19405 menu items.
19406
194072000-01-03 Dave Love <fx@gnu.org>
19408
19409 * elide-head.el (elide-head) [defgroup]: Add :version.
19410
19411 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
19412 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
19413 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
19414 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
19415
194162000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19417
19418 * faces.el (face-read-integer, read-face-attribute)
86f6474c 19419 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
19420
194212000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
19422
19423 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
19424 at comment end, and re-insert them after filling.
19425
194262000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19427
19428 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
19429 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
19430 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
19431
194322000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19433
19434 * term/x-win.el (xw-defined-colors): Call color-supported-p,
19435 the new name of face-color-supported-p.
19436
19437 * term/w32-win.el (xw-defined-colors): Likewise.
19438
194392000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
19440
19441 * simple.el (completion-setup-function): Count completion-size
19442 from minibuffer-prompt-end, not from point-min.
19443
194442000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
19445
19446 * faces.el (read-face-attribute, defined-colors, color-defined-p):
19447 Pass the frame to tty-color-* functions.
19448 (display-color-p, frame-set-background-mode): Pass the frame to
19449 tty-display-color-p.
19450
19451 * term/tty-colors.el (tty-defined-color-alist): Renamed from
19452 tty-color-alist.
19453 (tty-color-alist, tty-modify-color-alist): New functions.
19454 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
19455 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
19456 optional parameter FRAME.
a30eb617
DL
19457
194582000-01-01 Gerd Moellmann <gerd@gnu.org>
19459
86f6474c
SM
19460 * image.el (create-image, defimage): Don't assume image data is
19461 a string.
a30eb617
DL
19462
19463 * image.el (defimage): Handle specifications containing :data
19464 instead of :file.
19465 (image-type-from-data): New function.
19466 (image-type-from-file-header): Use it.
19467 (create-image): Add parameter DATA-P.
19468
19469See ChangeLog.8 for earlier changes.
19470
19471;; Local Variables:
19472;; coding: iso-2022-7bit
19473;; End: