Blinking cursor enhancement.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
857b864a
AS
12002-03-01 Andreas Schwab <schwab@suse.de>
2
3 * textmodes/texnfo-upd.el (texinfo-start-menu-description): Remove
2b62bdf4 4 extra paren in regexp.
857b864a 5
7948c248
EZ
62002-03-01 Eli Zaretskii <eliz@is.elta.co.il>
7
8 * mouse.el (mouse-show-mark): Use display-mouse-p, not
9 display-graphic-p, to decide whether to move point or use the
10 highlighting.
11
73c2f6c4
CW
122002-02-28 Colin Walters <walters@verbum.org>
13
1ae720ac
CW
14 * eshell/esh-var.el (eshell-parse-variable-ref): Use
15 `make-temp-file'.
16
73c2f6c4
CW
17 * calc/calc-graph.el (calc-gnuplot-tempfile): Don't expand against
18 `temporary-file-directory'; we now do that in
19 `calc-graph-file-cache'.
20 (calc-temp-file-name): Use `make-temp-file'.
21
f1ee82b4
RS
222002-02-28 Richard M. Stallman <rms@gnu.org>
23
24 * font-lock.el (java-font-lock-extra-types):
25 Match java.net.URL, etc.
26
140d71ba
PJ
272002-02-28 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
28
a0164df5
PJ
29 * hexl.el (hexl-options): Doc fix.
30 Update Commentary section.
31
140d71ba
PJ
32 * textmodes/sgml-mode.el (sgml-specials, sgml-quick-keys):
33 Doc fixes.
34
d607ebcc
AS
352002-02-28 Andre Spiegel <spiegel@gnu.org>
36
37 * vc.el (vc-revert-buffer): If the buffer is not saved, prompt
38 the user to do that first.
c1cd70af 39 (vc-update): New function.
d607ebcc 40
c1cd70af
AS
41 * vc-hooks.el (vc-menu-map): New entry "Update to Latest Version",
42 which calls vc-update. Use the term "Base Version" instead of
43 "Last Version" for the entries "Revert" and "Compare".
44
9a98fa64
KS
452002-02-28 Kim F. Storm <storm@cua.dk>
46
47 * simple.el (shell-command-on-region): Report non-zero exit
48 status in mode line instead of buffer.
49
458a4810
RS
502002-02-27 Richard M. Stallman <rms@gnu.org>
51
52 * comint.el (comint-preoutput-filter-functions): Doc fix.
53 (comint-output-filter-functions, comint-input-filter-functions)
54 (comint-redirect-filter-functions): Likewise.
55
56 (comint-redirect-preoutput-filter): Do the local-hook
57 handling of t when running comint-redirect-filter-functions.
58 (comint-output-filter): Likewise for comint-preoutput-filter-functions.
59
b6d2e45e
RS
602002-02-26 Richard M. Stallman <rms@gnu.org>
61
62 * paths.el (remote-shell-program): Add doc string.
63
688c8ec5
CW
642002-02-26 Colin Walters <walters@debian.org>
65
66 * ibuf-ext.el (sorter mode-name): New.
67 (ibuffer-do-occur): Don't quote ibuffer-marked-char.
68
69 * calc/calc-ext.el (calc-scroll-left): Call scroll-left
70 interactively, so they do something.
71 (calc-scroll-right): Ditto.
72
3dfdc066
EZ
732002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
74
75 * international/mule.el (ctext-pre-write-conversion): Handle the
76 case when FROM is a string, and when we are called from
77 build_annotations_2.
78
4a81d892
RS
792002-02-26 Richard M. Stallman <rms@gnu.org>
80
81 * rect.el (clear-rectangle-line): Reindent to the same column
82 that move-to-column reached when it tried to go to endcol.
83
84 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
85
862002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
87
88 * winner.el (winner-boring-buffers, winner-set): A window which
89 displays a buffer whose name is in the list
90 `winner-boring-buffers', will no longer be restored by
91 `winner-undo'.
92 (winner-sorted-window-list): Used to improve comparison between
93 window configurations.
94 (winner-win-data): Simplified and moved.
95 (winner-conf): Simplified (now uses `winner-win-data').
96 (winner-change-fun, winner-save-old-configurations)
97 (winner-save-(un)conditionally, winner-redo): Changes made while in
98 the minibuffer will be ignored. (Such changes are undone upon
99 exit for the minibuffer, anyway.)
100 (winner-set-conf): Preserve selected window whenever possible.
101 (winner-make-point-alist): Simplified.
102 (winner-mode, winner-save-unconditionally): Save current window
103 configuration on entering minibuffer.
104 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
105 since it does not change the overall behavior of Emacs.
106
cb5be6c9
EZ
1072002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
108
109 * international/mule-conf.el (compound-text): Renamed back from
110 compound-text-no-extensions.
111 (ctext-no-compositions): Remove the mime-charset property.
112 (compound-text-with-extensions): Renamed from compound-text.
113 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
114
46057f5f
JB
1152002-02-26 Juanma Barranquero <lektu@terra.es>
116
117 * faces.el (list-faces-display): Fix typo.
118
6527c9b7
RS
1192002-02-25 Richard M. Stallman <rms@gnu.org>
120
121 * frame.el (focus-follows-mouse): Doc fix.
122
f5b92c89
MB
1232002-02-26 Miles Bader <miles@gnu.org>
124
125 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
126 to `define-key', since it no longer accepts the latter.
127
42d8c110
JR
1282002-02-25 Jason Rumney <jasonr@gnu.org>
129
ed81ee80
JR
130 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
131 mouse-wheel-scroll-amount.
132
3bd7d448
JR
133 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
134 mwheel.el.
135
42d8c110
JR
136 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
137
3c0766fe
AS
1382002-02-25 Andre Spiegel <spiegel@gnu.org>
139
140 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
141 consistent with the others that take a backend name as a symbol.
142
5764f671 143 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
3c0766fe 144
bb671f9e
KS
1452002-02-25 Kim F. Storm <no-spam@cua.dk>
146
147 * comint.el (comint-replace-by-expanded-filename): Do nothing if
148 comint-match-partial-filename returns nil.
149
150 * shell.el (shell-pcomplete-setup-done): New variable.
151 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
152 (shell-pcomplete-reverse): Ditto.
153
1426742b
PA
1542002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
155
156 * ps-print.el (ps-print-printer): Added `lpr' customize group
157 member.
158
50ce1f62
JB
1592002-02-25 Juanma Barranquero <lektu@terra.es>
160
e4d03691
JB
161 * subr.el (save-match-data): Doc fix.
162
50ce1f62
JB
163 * ielm.el (ielm-prompt): Allow customization; make it read-only.
164
cdf07453
KS
1652002-02-25 Kim F. Storm <storm@cua.dk>
166
167 * shell.el (shell-mode-map): Add "Complete" header so completion
168 menu is shown on the menu bar in shell mode.
169
565f89ec
SM
1702002-02-25 Stefan Monnier <monnier@cs.yale.edu>
171
172 * ielm.el (ielm-match-data): New var.
173 (inferior-emacs-lisp-mode): Make it buffer-local.
174 (ielm-eval-input): Use it to preserve match-data between inputs.
175
e4d03691 1762002-02-24 Juanma Barranquero <lektu@terra.es>
c6a33288
JR
177
178 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
179
42b4edc5
PA
1802002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
181
182 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
183 `custom-buffer' customize group.
184
b66bc4a4
KS
1852002-02-23 Kim F. Storm <storm@cua.dk>
186
187 * help.el (where-is): Use remap-command.
188
189 * help-fns.el (describe-function-1): Use remap-command.
190
191 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
192 change (no longer accept a symbol for the KEY argument).
193
0edda6b8
CW
1942002-02-23 Colin Walters <walters@debian.org>
195
565f89ec 196 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
120deb3d 197 * calc/calcalg2.el (math-solve-get-sign): Ditto.
0edda6b8
CW
198
199 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
200 in generated function.
201
202 * ibuf-ext.el (ibuffer-old-time): Change to hours.
203 (ibuffer-mark-old-buffers): Handle it.
204
565f89ec 205 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
0edda6b8
CW
206 (toplevel): Bind them.
207 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
208 not necessary now that we use pcomplete.
209
210 * comint.el: Document how use new pcomplete completion facility.
211
5a7a27be
RS
2122002-02-23 Richard M. Stallman <rms@gnu.org>
213
214 * mail/rmailsum.el (rmail-summary-output): Properly advance
215 to next message, by calling rmail-summary-goto-msg.
216
217 * net/browse-url.el (browse-url-galeon): Specify --existing
218 for an existing window. Use --noraise rather than --no-raise.
219 Don't use -x.
220
a70ea557
EZ
2212002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
222
565f89ec 223 * progmodes/etags.el (find-tag-noselect, find-tag)
a70ea557
EZ
224 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
225 Fix a typo in doc strings.
226
3a84ed60
RS
2272002-02-20 Deepak Goel <deego@glue.umd.edu>
228
229 * play/snake.el (snake-velocity-queue, snake-update-velocity)
565f89ec 230 (snake-final-x-velocity, snake-final-y-velocity):
3a84ed60
RS
231 New variable and functions. Store user's keypresses
232 into a queue and pop from the queue each subsequent turn.
233 (snake-update-game, snake-move-left)
234 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
235 (snake-start-game): Use that queue.
236 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
237 (snake-use-color-flag): Likewise.
565f89ec 238 (snake-mode): Rename uses of those variables.
3a84ed60 239
9feba281
EZ
2402002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
241
242 Support for ICCCM Extended Segments in X selections:
243
244 * international/mule-conf.el (ctext-no-compositions): New coding
245 system.
246 (compount-text-no-extensions): Renamed from compound-text.
247 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
248 compound-text-no-extensions.
565f89ec 249 (compound-text): Redefined using post-read and pre-write conversions.
9feba281
EZ
250
251 * international/mule.el (non-standard-icccm-encodings-alist)
252 (non-standard-designations-alist): New variables.
565f89ec
SM
253 (ctext-post-read-conversion, ctext-pre-write-conversion):
254 New functions.
9feba281 255
f5a55627
AS
2562002-02-21 Andre Spiegel <spiegel@gnu.org>
257
258 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
565f89ec 259
f5a55627
AS
260 * vc.el (vc-default-init-version): Update documentation to
261 indicate that the backend can override the default init version.
262 (vc-register): Use the backend init-version function, if it
263 exists, to determine the initial version of a file.
264 (vc-diff-switches-list): Don't symbol-quote backend, since it's
565f89ec 265 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
f5a55627
AS
266
267 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
268 not version-controlled. This is necessary, e.g., if the file has
269 just been reverted, and thus was previously under version control
270 but isn't any longer.
271 (vc-find-file-hook): Likewise.
272
aced8001
AS
2732002-02-21 Andre Spiegel <spiegel@gnu.org>
274
275 Patch by Martin.Lorentzson@telia.com.
565f89ec 276
aced8001
AS
277 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
278 (vc-cvs-sticky-tag-display): New variable.
279 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
280 (vc-cvs-checkin): If the input revision is a valid symbolic tag
281 name, we create it as a branch, commit and switch to it.
282 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
283 (vc-cvs-valid-symbolic-tag-name-p): New function.
284 (vc-cvs-parse-sticky-tag): New function.
285 (vc-cvs-parse-entry): Added parsing of sticky tags.
286
929e8487
PA
2872002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
288
289 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
290 nil, and then explicitly set the standard-value to t.
291
ee803b5b
SS
2922002-02-20 Sam Steingold <sds@gnu.org>
293
294 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
295 since it is used in the menu bar.
296
3a84ed60
RS
2972002-02-20 Richard M. Stallman <rms@gnu.org>
298
299 * simple.el (shell-command-on-region): Display the exit status
300 when a command fails.
301
302 * subr.el (add-hook): Doc fix.
303
304 * frame.el (other-frame): Doc fix.
305
306 * simple.el (yank): Clear `field' property.
307
3082002-02-20 Tom Tromey <tromey@cachet>
309
310 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
311 natural paragraph boundaries. Don't fail at beginning of buffer.
312
210f943e
PJ
3132002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
314
315 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
316 call the argument "arg" to match plain next-line and
317 previous-line. From Kevin Ryde <user42@zip.com.au>.
318
a2372cfd
SS
3192002-02-19 Sam Steingold <sds@gnu.org>
320
321 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
322 scroll amounts for different modifiers now.
323 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
324 format properly.
325 (mouse-wheel-mode): Ditto.
326
f1ec0007
EZ
3272002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
328
f8565280
EZ
329 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
330 around function body.
331
f1ec0007
EZ
332 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
333 sense of the comparison, to match the doc strings of functions
334 that use this macro.
335
9b2d1d40
PA
3362002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
337
338 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
339
340 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
341 * menu-bar.el (menu-bar-mode): Ditto.
342
653479ad
AS
3432002-02-18 Andreas Schwab <schwab@suse.de>
344
345 * replace.el (query-replace-regexp-eval): Doc fix.
346
96cc56b5
CW
3472002-02-18 Colin Walters <walters@verbum.org>
348
349 * calc/calcalg2.el (math-solve-get-int): Convert return value from
350 `math-get-from-counter' to a string before calling `concat' on it.
351
352 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
353 (calc-public-autoloads): Obsolete; remove.
354 (calc-private-autoloads): Ditto.
355 (calc-add-autoloads): Ditto.
356
357 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
358 for body.
359
f7b9d4d1
JR
3602002-02-17 Jason Rumney <jasonr@gnu.org>
361
362 * w32-win.el (x-option-alist, x-long-option-alist)
363 (x-switch-definitions): Remove, use command-line-x-option-alist
364 instead to be consistent with X.
365 (x-handle-initial-switch): New function.
366
9ef4c8ea
EZ
3672002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
368
369 * faces.el (mode-line-inactive, header-line): Add the :inherit
370 attribute for the tty case.
371
78d4f409
RS
3722002-02-17 stanislav shalunov <shalunov@internet2.edu>
373
374 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
375 invoked from Rmail with full headers displayed.
376
be0d25b6
KG
3772002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
378
379 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
380 when repeated.
381 * textmodes/paragraphs.el (mark-paragraph): Ditto.
382
a9c6d330
PA
3832002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
384
385 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
386 (menu-bar-tools-menu): Removed speedbar.
387
388 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
389 and `flyspell-mode' entries.
390
391 * textmodes/flyspell.el (flyspell): Add to ispell group.
392
d39d90c2
KG
3932002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
394
395 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
396 repeated.
397 (mark-defun): Mark more if repeated.
398
9b25ea40
CW
3992002-02-17 Colin Walters <walters@verbum.org>
400
3a84ed60 401 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
9b25ea40 402
d22c2211
CW
403 * ibuffer.el (ibuffer-truncate-lines): New option.
404 (ibuffer-mode): Use it.
405
140fb7ff
KS
4062002-02-17 Kim F. Storm <storm@cua.dk>
407
408 * cus-start.el: Add mouse-highlight.
409
386c4076
EZ
4102002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
411
760627fa
EZ
412 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
413
386c4076
EZ
414 * cus-start.el: Add automatic-hscroll-margin and
415 automatic-hscroll-step.
416
5d2200aa
PJ
4172002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
418
3996d07a
PJ
419 * cus-start.el (x-autoselect-window): Allow customization.
420
5d2200aa
PJ
421 * eshell/em-alias.el (eshell-alias-initialize): Do not use
422 make-local-hook.
423
424 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
425
426 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
427
428 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
429
430 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
431
432 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
433
434 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
435
436 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
437
438 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
439
440 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
441
442 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
443
444 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
445
446 * eshell/esh-io.el (eshell-io-initialize): Likewise.
447
448 * eshell/esh-mode.el (eshell-mode): Likewise.
449
450 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
451
452 * eshell/esh-var.el (eshell-var-initialize): Likewise.
453
73a276be
PJ
454 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
455
456 * progmodes/idlwave.el (idlwave-mode): Likewise.
457
458 * textmodes/reftex-sel.el (reftex-select-label-mode)
459 (reftex-select-bib-mode): Likewise.
460
fc909dbb
JW
4612002-02-16 John Wiegley <johnw@gnu.org>
462
463 * eshell/em-hist.el (eshell-hist-initialize): When in the
464 minibuffer, use the global value of `eshell-history-ring', and
465 never save it to disk, or ask to save it to disk. This allows
466 users of session.el to control whether its global state should be
467 persisted or not.
468 (eshell-add-command-to-history): Don't write Eshell's history out
469 to disk, let the governing mode control that upon exit.
470
acc24704 4712002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
fc909dbb
JW
472
473 * eshell/eshell.el (eshell-command): Before reading from the
474 minibuffer, add eshell-add-command-to-history to
475 minibuffer-exit-hook, and remove it after read-from-minibuffer
476 returns.
477
478 * eshell/em-hist.el (eshell-add-input-to-history): New function,
479 with most of the code from eshell-add-to-history.
480 (eshell-add-command-to-history): New function, to record in
481 eshell-history the commands run via eshell-command.
482 (eshell-add-to-history): Call eshell-add-command-to-history to do
483 most of the work.
484
acc24704 4852002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
486
487 * eshell/esh-ext.el (eshell-external-command): Added a fix for
488 XEmacs' new dired.el, which adds a global entry in the
489 `file-name-handler-alist'.
490
acc24704 4912002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
492
493 * align.el (align-region): Added a missing name argument.
494
acc24704 4952002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
496
497 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
498 after the #! of a shell interpretor specification.
499
95bc7904
RS
5002002-02-15 Richard M. Stallman <rms@gnu.org>
501
502 * help.el (describe-key-briefly): Make output in INSERT case
503 look just like what is displayed in the normal case.
504
1b741d9e
AS
5052002-02-15 Andreas Schwab <schwab@suse.de>
506
507 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
508 non-letter after specials.
509
9a45aa3d
EZ
5102002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
511
512 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
513
cad113ae
KG
5142002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
515
516 * simple.el (mark-word): Mark more if repeated.
517 * textmodes/paragraphs.el (mark-paragraph): Ditto.
518 (mark-end-of-sentence): Ditto.
519
bbc562cc
PA
5202002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
521
66c8296f 522 * wid-edit.el (widgetp): Made it more robust.
bbc562cc 523
0e520006
PA
5242002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
525
526 * facemenu.el (describe-text-done): New function.
527 (describe-text-mode-map): New variable.
528 (describe-text-mode-hook): New option.
529 (describe-text-mode): New function.
530 (describe-text-widget): New function.
531 (describe-text-sexp): New function.
532 (describe-text-properties): New function.
533 (describe-text-category): New command.
534 (describe-text-at): New command.
535 (facemenu-menu): Replace `list-text-properties-at' with
a2372cfd
SS
536 `describe-text-at' in the menu.
537
0e520006
PA
538 * wid-edit.el (widgetp): New function.
539 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
a2372cfd 540 Autoloaded.
0e520006
PA
541
542 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
543
544 * wid-browse.el: Removed version and x-url keywords.
545
a48b709b
KS
5462002-02-13 Kim F. Storm <storm@cua.dk>
547
548 * cus-start.el (mode-line-in-non-selected-windows):
549 Allow customization.
550
db54c53a
RS
5512002-02-13 Richard M. Stallman <rms@gnu.org>
552
8df9f2a3
RS
553 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
554 Tell bibtex-parse-keys to output no progress messages.
555
556 * international/mule-diag.el (list-input-methods):
557 Use help-input-method, not describe-input-method, for button type.
558
559 * register.el (describe-register-1): Access register contents here.
560
565f89ec
SM
561 * textmodes/text-mode.el (text-mode-hook-identify):
562 Restore previous definition. Add to text-mode-hook again.
ebda95a2 563
db54c53a
RS
564 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
565 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
566 to avoid needing sendmail.el at run time.
567
568 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
569 Initialization moved up too.
570 (mode-line-modes): Use :propertize.
571 (mode-line-mode-menu-keymap): Var deleted.
572 (mode-line-copied-mode-name): Var deleted.
573 (mode-line-mode-name): Function deleted.
574 (mode-line-mode-menu): Each item now shows its mode line lighter.
575 (minor-mode-alist): Don't call propertize here.
576
099175be
EZ
5772002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
578
565f89ec
SM
579 * progmodes/pascal.el (pascal-imenu-generic-expression):
580 Add menu-title and fix parentheses.
099175be 581
0ac1c4cf
PA
5822002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
583
584 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
565f89ec 585 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
0ac1c4cf 586
f4990970
PA
5872002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
588
589 * menu-bar.el (menu-bar-options-save): Only save
590 `current-language-environment' and `default-input-method' when
591 marked as customized.
592
593 * international/mule-cmds.el
565f89ec
SM
594 (setup-specified-language-environment):
595 Mark `current-language-environment' as customized.
596 (set-input-method): Mark `default-input-method' as customized when
597 called interactively.
f4990970
PA
598 (toggle-input-method): Ditto.
599
80a06d64
CW
6002002-02-11 Colin Walters <walters@verbum.org>
601
602 * ibuffer.el (ibuffer-switch-format): Supply required argument for
603 `ibuffer-current-formats'.
604
acc24704 6052002-02-11 Miles Bader <miles@gnu.org>
53a2f6e1
MB
606
607 * faces.el (mode-line-inactive): Add dark-background variant.
608
4f9b9060
PA
6092002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
610
611 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
612 * menu-bar.el (menu-bar-mode): Ditto.
613 * cus-edit.el (customize-mark-to-save): Always save variables
614 without a standard value.
615
616 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
617 (menu-bar-options-save): Ditto.
618 (menu-bar-showhide-menu): Ditto.
619 (menu-bar-options-menu): Ditto.
9feba281 620 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
565f89ec 621 (menu-bar-scroll-bar-none): Remove.
4f9b9060
PA
622 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
623 expressions instead.
624
625 * cus-edit.el (customize-set-value): Return value.
626 (customize-set-variable): Ditto.
627 (customize-save-variable): Ditto.
a2372cfd 628 (customize-set-variable): Load dependencies before setting value.
565f89ec 629 (custom-load-symbol): Autoload it.
4f9b9060
PA
630 (customize-mark-as-set): New function.
631
573a237a
EZ
6322002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
633
634 * cus-start.el: Don't warn about "x-*" symbols when building a
635 non-GUI version.
636
acc24704 6372002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7cc8aac3 638
a81b56d5
PJ
639 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
640 Doc fix.
641 (strokes-help): Do not use doubled with-output-to-temp-buffer.
642 Fix the help string.
643 (strokes-prompt-user-save-strokes): Fix typo.
565f89ec
SM
644 (strokes-list-strokes): Use proper exit-action argument for
645 view-buffer. Update copyright notice.
a81b56d5 646
7cc8aac3
PJ
647 * international/mule-diag.el: Various doc and message fixes.
648 (non-iso-charset-alist): Add mac-roman. Don't add entries for
649 codepages already present.
650 (list-block-of-chars): Display space for null entries in
651 translation table. Display tab specially.
652 (list-non-iso-charset-chars): Check for null charsets. Use pop
653 for clarity. Don't break 8-bit sets into sections between ranges.
654 (list-charset-chars): Avoid indent-tabs-mode.
655 (describe-char-after): Maybe use the text property for syntax
656 table information. Maybe report char-code-property-table info.
657 Maybe report character's unicode. Tweak printing of list info.
658 (list-input-methods): Add xref buttons.
659 (dump-charsets, dump-codings): Deleted (obsolete).
660 From Dave Love <fx@gnu.org>.
661
acc24704 6622002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d38c4312 663
565f89ec 664 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
d38c4312 665
b17591a9 6662002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
a2372cfd 667
565f89ec 668 * viper-util.el (viper-read-key-sequence): Fix so it'll read
b17591a9 669 fast key sequences in emacs native mode
565f89ec 670 (viper-events-to-keys): Delete.
a2372cfd 671
565f89ec 672 * viper.el (describe-key, describe-key-briefly): Get rid of
b17591a9
KS
673 viper-events-to-keys.
674
675 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
a2372cfd 676
565f89ec
SM
677 * ediff-wind.el (ediff-setup-control-frame):
678 Use ediff-has-gutter-support.
a2372cfd 679
b17591a9
KS
680 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
681 check if buff is alive.
a2372cfd 682
565f89ec 683 * ediff.el: Typo in comment.
a2372cfd 684
acc24704 6852002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
06f5e6b4
PJ
686
687 * menu-bar.el (menu-bar-options-save): Take care of
688 line-number-mode and column-number-mode variables.
689 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
690 "Show Column Number" in "Show/Hide" menu.
691
f526e65a
RS
6922002-02-09 Richard M. Stallman <rms@gnu.org>
693
694 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
695
cdefda26
KS
6962002-02-09 Kim F. Storm <storm@cua.dk>
697
698 * faces.el (mode-line-inactive): New face for mode-line for
699 non-selected windows.
700 (mode-line): Doc fix: Only used for selected window.
701
b5d40ceb
EZ
7022002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
703
704 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
705 name to "Insert Diary Entry".
706
6a229a63
SM
7072002-02-08 Stefan Monnier <monnier@cs.yale.edu>
708
709 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
710 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
711
b735b2ab
RS
7122002-02-08 Richard M. Stallman <rms@gnu.org>
713
714 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
715
cd01f5b9
AS
7162002-02-08 Andreas Schwab <schwab@suse.de>
717
718 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
719 of point-min.
720
45610c98
EZ
7212002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
722
6a229a63 723 * net/ange-ftp.el (ange-ftp-process-handle-line)
4f759c80
EZ
724 (ange-ftp-set-xfer-size): If the file's size is a float, divide
725 by 1024 instead of using ash.
726
6a229a63
SM
727 * international/mule-cmds.el (select-safe-coding-system):
728 State the buffer's name in the message popped in the *Warning* buffer,
45610c98
EZ
729 and make sure the offending buffer is displayed.
730
001f5583
RS
7312002-02-07 Markus Rost <rost@math.ohio-state.edu>
732
733 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
734
a1970a1d
RS
7352002-02-07 Richard M. Stallman <rms@gnu.org>
736
737 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
738
739 * register.el (list-registers): New command.
740 (describe-register-1): New subroutine, taken out of view-register.
741
6a229a63 742 * emacs-lisp/copyright.el (copyright-regexp):
a1970a1d
RS
743 Delete the unibyte copyright symbol; it's redundant.
744 Fix a spazz in the multibyte encoding here.
745
7462002-02-07 Dave Love <fx@gnu.org>
747
6a229a63 748 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
a1970a1d
RS
749 (cyrillic-encode-alternativnyj-char): Get translation tables from
750 symbol properties, not as variables.
751 (standard-display-cyrillic-translit): Include unicodes.
752
93607efd
KS
7532002-02-06 Kim F. Storm <storm@cua.dk>
754
755 * help.el (where-is): Report remapped commands.
756
757 * help-fns.el (describe-function-1): Ditto.
758
759 * subr.el (global-set-key, local-set-key): Accept a symbol for the
760 KEY argument (like define-key).
761
acc24704 7622002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2642a29e
PJ
763
764 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
765
108eaabb
RS
7662002-02-06 Richard M. Stallman <rms@gnu.org>
767
768 * mail/mailabbrev.el: Require sendmail only at compile time.
769 (mail-mode-header-syntax-table): Var deleted.
770 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
771 (sendmail-pre-abbrev-expand-hook): Only temporarily change
772 local-abbrev-table and the syntax table.
773 Compute mail-abbrev-syntax-table if that has not been done.
774
775 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
776
777 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
778 (debugger-frame-number): Figure out the offset directly.
779 (debugger-setup-buffer): Don't use debugger-frame-offset.
780 (debugger-frame, debugger-frame-clear): Likewise.
781 (debugger-jump): Don't alter debugger-frame-offset.
782
783 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
784 Replace foo-p as var name with foo-flag, not foo-p-flag.
785
786 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
787 (highlight-changes-passive-string): Default to -Chg.
788 (highlight-changes-global-modes): Doc fix.
789
790 * dired.el (dired-get-filename): Add /: when appropriate
791 to avoid taking a local name as remote.
792
793 * files.el (file-name-non-special): Add special handling for
794 file-name-sans-versions, file-name-completion, and
795 file-name-all-completions.
796
797 * isearch.el (isearch-update): Don't update display in kbd macro.
798 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
799
800 * subr.el (force-mode-line-update): Doc fix.
801
6a229a63 802 * subr.el (atomic-change-group, prepare-change-group)
108eaabb
RS
803 (activate-change-group, accept-change-group, cancel-change-group):
804 New functions.
805
806 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
807 (transpose-subr-1): Use atomic-change-group.
808
809 * subr.el (add-minor-mode): Include the mode's lighter string
810 in the minor mode menu item name.
811
812 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
813 rmail-count-screen-lines starting from (point-min).
814
815 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
816 beyond the image height, to use the fancy splash screen.
817
818 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
819 (text-mode): Set text-mode-variant here.
820
e029dcaf
EZ
8212002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
822
823 * play/pong.el (pong-height): Don't use height that exceeds the
824 frame height.
6a229a63 825 (pong-border-options): Make the border colors slightly more bright.
e029dcaf
EZ
826
827 * play/gamegrid.el (gamegrid-display-type): Treat any
828 color-capable display as color-x, if display-color-p is fboundp.
829 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
830 (gamegrid-make-color-tty-face): Use the value of color, not the
831 symbol itself. Don't call gamegrid-color.
832
7ff24607
EZ
8332002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
834
835 * gud.el (gud-refresh): Call recenter only after we are sure we
836 are in the right window.
837
8ff1bc94
PA
8382002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
839
840 * cus-edit.el (customize-mark-to-save): New function.
841 * menu-bar.el (menu-bar-options-save): Rewrote.
842
acc24704 8432002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cfdc786d
PJ
844
845 * cus-start.el (x-use-underline-position-properties):
846 Allow customization.
847
c2792945
EZ
8482002-02-04 Simon Josefsson <jas@extundo.com>
849
6a229a63 850 * dired.el (dired-load-hook, dired-mode-hook)
c2792945
EZ
851 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
852
523304ed
CW
8532002-02-03 Colin Walters <walters@verbum.org>
854
6a229a63
SM
855 * ibuf-ext.el (ibuffer-filter-format-alist)
856 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
857 New variables.
523304ed
CW
858 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
859 is now the Emacs CVS tree.
860 (ibuffer-formats): Doc fix.
6a229a63 861 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
523304ed 862 (ibuffer-current-format): Use them.
6a229a63
SM
863 (ibuffer-recompile-formats, ibuffer-check-formats)
864 (ibuffer-switch-format, ibuffer-update-title):
865 Add support for ibuffer-filter-format-alist.
523304ed 866 (define-ibuffer-column process): Remove unncessary consing.
6a229a63 867
523304ed
CW
868 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
869 for a summary column.
870
471af22c
AS
8712002-02-03 Andreas Schwab <schwab@suse.de>
872
873 * window.el (save-selected-window): Move macro before first use.
e1ff49ba 874 (balance-windows): Fix misplaced parenthesis.
471af22c 875
acc24704 8762002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2188f2d4
PJ
877
878 * calculator.el (calculator-displayers): Doc fixes.
879
acc24704 8802002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0c0d3c65 881
6a229a63
SM
882 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
883 (menu-bar-options-save): Save also the value of `display-time-mode'.
0c0d3c65
PJ
884 (showhide-date-time): New function.
885 (menu-bar-showhide-menu): New menu-item "Date and time".
886
51eacfef 8872002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
46ea0665 888
be813944
EZ
889 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
890 get-file-buffer to check for rmail buffer existence.
891
46ea0665
EZ
892 * term.el (term-emulate-terminal): Extract proper command string
893 which is supplied to term-command-hook.
894
bd3567fa
RS
8952002-02-03 Richard M. Stallman <rms@gnu.org>
896
897 * international/quail.el (quail-help): Don't call help-setup-xref.
898
899 * international/mule-cmds.el (describe-input-method):
900 Call help-setup-xref here.
901 (describe-current-input-method): Doc fix.
902
903 * novice.el (disabled-command-hook): Clarify output text.
904 Indent the paragraph from the command's doc string.
905
906 * dabbrev.el (dabbrev--goto-start-of-abbrev):
907 Exit loop on beginning of field rather than bobp.
908
f04f5c76
EZ
9092002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
910
911 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
912 the message text into the *mail* buffer, and restore the pruned
913 state after that.
914
915 * mail/rmail.el (rmail-redecode-body): Prune the headers before
916 looking for X-Coding-System header, and restore the pruned state
917 before returning.
918
acc24704 9192002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
420cfdf2
PJ
920
921 * cus-edit.el (customize-save-variable): Fix typo in prompt.
922
923 These changes integrate new version of flyspell.el from its
924 maintainer, Manuel Serrano:
925
6a229a63 926 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
420cfdf2
PJ
927 (flyspell-mode-on, flyspell-notify-misspell)
928 (flyspell-small-region, flyspell-external-point-words)
929 (flyspell-large-region): Use it
930 (flyspell-before-incorrect-word-string)
931 (flyspell-after-incorrect-word-string): New user options.
932 (make-flyspell-overlay): Use them.
933 (flyspell-version): New function.
934 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
935 definitions to use :weight.
936 (flyspell-insert-function): New user option.
937 (flyspell-auto-correct-word, flyspell-correct-word)
938 (flyspell-xemacs-correct): Use it.
939 (flyspell-define-abbrev): New function.
940 (flyspell-auto-correct-word, flyspell-correct-word)
941 (flyspell-xemacs-correct): Use it.
942 (make-flyspell-overlay): Use `evaporate' property.
943 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
944 (flyspell-emacs-popup): Use `session' instead of `accept'.
945 (flyspell-auto-correct-previous-pos): New variable.
946 (flyspell-auto-correct-previous-hook)
947 (flyspell-auto-correct-previous-word): New functions.
948
2308fe27
EZ
9492002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
950
951 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
952 don't alter the user's ~/.emacs.
953 (disable-command): If user-init-file is nil or does not exist,
6a229a63
SM
954 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
955 But don't alter the init file if Emacs was invoked as "emacs -q"
2308fe27 956
62cec9fe
SM
9572002-02-01 Stefan Monnier <monnier@cs.yale.edu>
958
40035487
SM
959 * mail/sendmail.el (mail-mode): Undo half of last change.
960
e30ce098
SM
961 * indent.el (indent-for-tab-command): Remove spurious code.
962
62cec9fe
SM
963 * hi-lock.el (hi-lock-find-patterns): Save restriction.
964
cbd5582a
EZ
9652002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
966
967 * calendar/time-date.el: Moved from lisp/gnus.
968
969 * calendar/parse-time.el: Ditto.
970
5e101746
RS
9712002-01-31 Richard M. Stallman <rms@gnu.org>
972
973 * international/iso-acc.el (iso-languages): Fix ", " in French.
974
975 * cus-start.el (history-length): Specify customization for it.
976
977 * emacs-lisp/debug.el (debugger-setup-buffer):
978 When an eval-buffer frame was reading from a buffer,
979 insert indication of the buffer position.
980 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
981 (debugger-frame-clear, debugger-frame): Error on non-frame line.
982
983 * simple.el (shell-command-on-region): Err if no mark
984 before reading the command string.
985
986 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
987 Definitions moved down after hl-line-mode var's definition.
988
989 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
990 (hilit-chg-set-face-on-change): Rename arg.
991 (hilit-chg-make-ov): Detect error earlier.
992
993 * ediff-hook.el: Delete autoload cookies.
994
995 * comint.el (comint-scroll-show-maximum-output): Default is t.
996
997 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
998 (batch-byte-compile-if-not-done): New function.
999
1000 * Makefile.in (compile): New target.
1001 (compile-always): Renamed from compile-files.
1002 (compile-after-backup): Renamed from compile.
1003 (bootstrap): Depend on compile-always, not compile-files.
62cec9fe 1004
5e101746
RS
1005 * emulation/pc-select.el (pc-select-save-and-set-mode):
1006 Properly use MODE-VAR.
1007
acc24704 10082002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
008cea2c
PJ
1009
1010 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
1011 Version" to "About Emacs".
c2ca4bab
PJ
1012 (menu-bar-options-save): Add `default-frame-alist'
1013 to saved variables.
1014 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
1015 of the variable `scroll-bar-mode'.
008cea2c
PJ
1016
1017 * startup.el (normal-splash-screen, display-splash-screen):
1018 New functions (separated from command-line-1).
1019 (command-line-1): Use them.
1020
f2172a68
EZ
10212002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * calendar/calendar.el (generate-calendar-month): Doc fix.
1024
acc24704 10252002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1acb1b0c 1026
7a4b11ca
PJ
1027 * time.el (display-time-mail-directory): New option.
1028 (display-time-mail-function): Update doc-string.
1029 (display-time-mail-icon): Use XPM image when available.
1030 (display-time-string-forms): Use more descriptive text as
1031 help-echo property.
1032 (display-time-mail-check-directory): New function.
1033 (display-time-update): Use it.
1034
7df78bc8
SM
1035 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
1036 Quote `window-system'.
a27aa320 1037
1acb1b0c
PJ
1038 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
1039 Add Keywords header. Update Commentary section.
1040 Update copyright notice.
1041
1042 * menu-bar.el (menu-bar-scroll-bar-right)
1043 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
1044 (showhide-menu-bar): New functions.
1045 (menu-bar-showhide-menu): New submenu "Show/Hide".
1046 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
1047 "Show/Hide".
1048 Update copyright notice.
1049
d8359893
EZ
10502002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
1051
1052 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
1053
f5798fbd
RS
10542002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
1055
1056 * pc-select.el (pc-selection-mode-hook)
1057 (pc-select-saved-settings-alist, pc-select-map)
1058 (pc-select-saved-global-map, pc-select-key-bindings-alist)
1059 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
1060 (pc-select-meta-moves-sexps-key-bindings)
1061 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
1062 New variables.
1063 (pc-select-define-keys, pc-select-restore-keys): New functions.
1064 (pc-select-add-to-alist, pc-select-save-and-set-var)
1065 (pc-select-save-and-set-mode, pc-select-restore-var)
1066 (pc-select-restore-mode): New macros.
1067 (pc-selection-mode): Completely rewrote the body of the function;
1068 the main goal was to make pc-selection-mode "turn-off"-able, like
1069 other minor modes. Use define-minore-mode instead of just a
1070 defun. Store the key bindings into four alists:
1071 pc-select-default-key-bindings, pc-select-extra-key-bindings,
1072 pc-select-meta-moves-sexps-key-bindings, and
1073 pc-select-tty-key-bindings; then have the pc-select-define-keys
1074 function walk those alists instead of calling define-key
1075 repeatedly. When the mode is turned on, set the
1076 keybindings in global-map and remember the old keybindings; when
1077 the mode is turned off, restore the previously-saved keybindings.
1078 (pc-selection-mode defcustom): Reflect the fact that the mode is
1079 now "turn-off"-able.
1080
4c334f5b
EZ
10812002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1082
1083 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1084 returns t, don't treat that as an error.
1085
990d68dd
JR
10862002-01-25 Jason Rumney <jasonr@gnu.org>
1087
7df78bc8
SM
1088 * faces.el (face-font-registry-alternatives) [windows-nt]:
1089 Add ms-oemlatin as an alternative for iso8859-1.
1090
10912002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1092
1093 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1094 args and the absence of an entry. Don't add -f each time.
990d68dd 1095
0011f346
EZ
10962002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1097
d22f8da4
EZ
1098 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1099
0011f346
EZ
1100 Support for more than 8 colors on character terminals:
1101
1102 * term/rxvt.el: New file.
1103
1104 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1105
1106 * term/xterm.el (xterm-standard-colors): New variable.
1107 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1108 (xterm-rxvt-set-background-mode): New functions.
1109 (toplevel): Call xterm-register-default-colors,
1110 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1111 Add support for more keys from xterm's terminfo entry.
1112
1113 * facemenu.el (list-colors-display): If the argument is nil, don't
1114 show more colors that the number returned by display-color-cells.
1115
1116 * term/pc-win.el (msdos-color-values): Reverse the order of the
7df78bc8 1117 colors, since tty-color-define now preserves the registration order.
0011f346
EZ
1118
1119 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1120
1121 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1122 (tty-register-default-colors): New function; code moved from
1123 startup.el's command-line.
1124 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1125 the order the colors where registered.
1126
1127 * frame.el (display-color-cells): Use tty-display-color-cells.
1128
1129 * startup.el (command-line): Call tty-register-default-colors.
1130
75f70c1c
RS
11312002-01-25 Richard M. Stallman <rms@gnu.org>
1132
1133 * subr.el (remove): Doc fix.
1134
59488c6b
RS
11352002-01-24 Richard M. Stallman <rms@gnu.org>
1136
9ade4a7d
RS
1137 * progmodes/compile.el (compilation-handle-exit):
1138 Add a compilation-handle-exit property to the "finished" message.
1139 (compilation-parse-errors): Stop parsing when that property is seen.
1140
1141 * subr.el (substring-no-properties): New function.
1142 (copy-without-properties): Function deleted.
7df78bc8 1143
bfabe882
RS
1144 * term/x-win.el (x-handle-geometry): Put sizes on both
1145 initial-frame-alist and default-frame-alist.
1146
82d3d694
RS
1147 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1148 for saving .emacs.
1149
1150 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1151
59488c6b
RS
1152 * calendar/calendar.el (generate-calendar-month): Doc fix.
1153
67ec1c1a
RS
11542002-01-23 Richard M. Stallman <rms@gnu.org>
1155
1acb1b0c 1156 * play/tetris.el (tetris): New defgroup.
b42b4924
SM
1157 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1158 (tetris-default-tick-period): Convert to defcustom.
67ec1c1a 1159 Added * in docstring to indicate user variable.
b42b4924
SM
1160 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1161 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1162 (tetris-buffer-height, tetris-width, tetris-height)
1163 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1164
11652002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1166
1167 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1168 and is already matched by adaptive-fill-regexp.
67ec1c1a 1169
9f2e5ef3
RS
11702002-01-22 Richard M. Stallman <rms@gnu.org>
1171
973a0461
RS
1172 * bindings.el (mode-line-copied-mode-name): New variable.
1173 (mode-line-mode-name): Don't modify mode-name itself!
1174 Instead, make a copy and reuse it.
1175
1176 * subr.el (copy-without-properties): New function.
1177
d89b617d
RS
1178 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1179
c69fe360
RS
1180 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1181 slash if DIR is just slash.
1182
9f2e5ef3
RS
1183 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1184
5b2977e4
RS
11852002-01-21 Richard M. Stallman <rms@gnu.org>
1186
2db0da92
RS
1187 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1188
1189 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1190 Move defvar up.
1191
41b495af
RS
1192 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1193
5b2977e4
RS
1194 * ibuffer.el: Don't require ibuf-ext at load time.
1195 (ibuffer): Require ibuf-ext here.
1196
17f8ff6a
FP
11972002-01-21 Francesco Potorti` <pot@gnu.org>
1198
1199 * generic-x.el (apache-conf-generic-mode): Highlight the first
1200 word in a line even if preceded by blanks.
1201
8cc0e0cf
RS
12022002-01-21 Richard M. Stallman <rms@gnu.org>
1203
1204 * window.el (window-body-height): Handle minibuffer window specially.
1205 Otherwise, don't return less than 1.
1206
ca64d378
RS
12072002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1208
1209 * ange-ftp.el: Added support for BS2000, and for raw ftp
1210 login commands (needed in some circumstances).
1211 (ange-ftp-raw-login): New custom var.
1212 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1213 ange-ftp-raw-login is set and account password is needed.
1214 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1215 (ange-ftp-bs2000-filename-pubset-regexp)
1216 (ange-ftp-bs2000-filename-username-regexp)
1217 (ange-ftp-bs2000-filename-prefix-regexp)
1218 (ange-ftp-bs2000-name-template): New consts.
1219 (ange-ftp-bs2000-short-filename-regexp)
1220 (ange-ftp-bs2000-fix-name-regexp-reverse)
1221 (ange-ftp-bs2000-fix-name-regexp): New consts.
1222 (ange-ftp-bs2000-special-prefix): New custom var.
1223 (ange-ftp-fix-name-for-bs2000)
1224 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1225 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1226 (ange-ftp-bs2000-posix-hook-installed): New vars.
1227 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1228 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1229 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1230 (ange-ftp-bs2000-filename-regexp): New const.
1231 (ange-ftp-bs2000-additional-pubsets): New custom var.
1232 (ange-ftp-bs2000-cd-to-posix): New fun.
1233
362b0a59
CW
12342002-01-20 Colin Walters <walters@verbum.org>
1235
1236 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1237 with `byte-compile-dynamic'.
1238 (ibuffer-default-directory, toplevel): Doc files.
1239
acc24704 12402002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
b1ad7c13 1241
3c17e062
PJ
1242 * tempo.el (tempo-define-template): Doc fix.
1243
b1ad7c13
PJ
1244 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1245
aa06cb9c
JR
12462002-01-20 Jason Rumney <jasonr@gnu.org>
1247
1248 * w32-vars.el: New file.
1249
1250 * loadup.el [windows-nt]: Load it.
1251
1252 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1253 and make them defcustoms.
1254
1255 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1256
acc24704 12572002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37082f8d 1258
80dadb9e
PJ
1259 * language/tibet-util.el (tibetan-decompose-region)
1260 (tibetan-decompose-string): Fix typo in docstring.
1261
37082f8d
PJ
1262 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1263
d33c4505
RS
12642002-01-18 Richard M. Stallman <rms@gnu.org>
1265
98bd0dd3
RS
1266 * comint.el (comint-redirect-send-command-to-process):
1267 Restore previous current buffer.
1268
d33c4505
RS
1269 * window.el (window-body-height): New function.
1270
a1e3dda0
RS
12712002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1272
1273 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1274 "Finish Function" menu map entries for jdb mode.
1275 (gud-jdb-use-classpath): New customization variable.
1276 (gud-jdb-command-name): Add customization.
1277 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1278 (gud-jdb-classpath-string): New variable.
1279 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1280 (gud-jdb-build-source-files-list): Likewise.
1281 (gud-jdb-massage-args): Record any command argument classpath
1282 string in `gud-jdb-classpath-string'.
1283 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1284 java call stack in jdb output.
1285 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1286 (gud-jdb-parse-classpath-string): New functions.
1287 (gud-jdb-marker-filter): Search/detect classpath information in
1288 jdb's output. marker regexp updated to match oldjdb and jdb output
1289 formats. Expand search for source files to include new/old methods
1290 using new functions above. Do not allow `gud-marker-acc' to grow
1291 without bound.
1292 (jdb): Set classpath information (if available) as jdb is started.
1293 Change `gud-break' and `gud-remove'
1294 to use new %c ("class") escape in format strings. Add
1295 `gud-finish', `gud-up', `gud-down' command string functions, and
1296 add them to the local menu map. Update `comint-prompt-regexp' for
1297 jdb and oldjdb. If attaching to an already running java VM and
1298 configured to use classpath, send command to query for classpath,
1299 else use previous method for finding and parsing java
1300 sources. Set `gud-jdb-find-source' function accordingly.
1301 (gud-mode): Doc fix.
1302 (gud-format-command): Add support for new %c ("class") escape.
1303 (gud-find-class): New function in support of %c escape.
1304
33c18c83
RS
13052002-01-17 Richard M. Stallman <rms@gnu.org>
1306
1307 * ibuf-ext.el: Enable byte-compile-dynamic.
1308
64f41d64
JR
13092002-01-17 Jason Rumney <jasonr@gnu.org>
1310
1311 * term/w32-win.el: Restore conditional require of fontset.
1312
dfb9f8af
RS
13132002-01-16 Richard M. Stallman <rms@gnu.org>
1314
7adfc0d7
RS
1315 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1316 more or less.
1317 (mouse-drag-region): New function. For a click in the echo area,
1318 show *Messages*.
1319
dfb9f8af
RS
1320 * ibuf-ext.el: Delete the autoloads for functions defined with
1321 ibuffer-specific commands.
1322
1323 * help.el (describe-distribution): Really call view-file.
1324
1325 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1326 (ange-ftp-get-process): Pass that arg.
1327
1328 * comint.el (comint-simple-send): Fix previous change.
1329
1330 * net/telnet.el (telnet-simple-send): Fix previous change.
1331
17f8ff6a 1332 * progmodes/sql.el (sql-escape-newlines-and-send)
dfb9f8af
RS
1333 (sql-query-placeholders-and-send): Fix previous change.
1334
bbfdedef
CW
13352002-01-16 Colin Walters <walters@verbum.org>
1336
1337 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1338 URL, Compatibility headers. Update copyright notice.
1339 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1340
bde61f8b
EZ
13412002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1342
1343 * startup.el (command-line): Set EOL mnemonics for the Mac.
1344
adb92798
AS
13452002-01-16 Andreas Schwab <schwab@suse.de>
1346
1347 * mail/feedmail.el (feedmail): Fix :link spec.
1348
acc24704 13492002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
774f6cf4 1350
5a9af4e1
PJ
1351 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1352 2 ldapsearch.
1353
53015965
PJ
1354 * net/eudc.el: New maintainer. Change author's address.
1355 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1356 Variables removed.
1357 (eudc-insert-selected): Function removed.
1358 (eudc-select): Reimplemented.
1359 (eudc-expand-inline): Delete the strings only after its expansion
1360 is chosen not before.
1361
1362 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1363 Minor coding style fixes.
1364
1365 * net/eudcb-ldap.el: New maintainer. Change author's address.
1366 (eudc-attribute-display-method-alist): Display mail with
1367 eudc-display-mail.
1368
1369 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1370 * net/eudc-vars.el: New maintainer. Change author's address.
774f6cf4
PJ
1371
1372 * net/eudc-bob.el: New maintainer. Change author's address.
1373 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1374 (eudc-display-mail): New function.
1375 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1376
863fd6a7
RS
13772002-01-15 Richard M. Stallman <rms@gnu.org>
1378
17f8ff6a 1379 * emacs-lisp/autoload.el (make-autoload):
863fd6a7
RS
1380 Don't handle define-ibuffer-column, define-ibuffer-filter,
1381 define-ibuffer-sorter, and define-ibuffer-op.
1382
afb05cf3
RS
13832002-01-14 Richard M. Stallman <rms@gnu.org>
1384
1385 * calendar/calendar.el (diary-date-forms): Doc fix.
1386
3947677c
EZ
13872002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1388
1389 * startup.el (command-line): Register the default tty colors even
1390 if the terminal doesn't seem to support colors.
1391 <tty-long-option-alist>: New option --color.
1392 (tty-handle-args): Parse the --color arg.
1393
1394 * term/tty-colors.el (tty-color-mode-alist): New variable.
1395
ae0bec0b
SM
13962002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1397
1398 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1399 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1400 Use it.
1401 (ange-ftp-hook-function): Preserve match-data.
1402 (ange-ftp-insert-directory): Typo.
1403 (ange-ftp-shell-command): Check if regexp matched.
1404
9c05459c
RS
14052002-01-13 Richard M. Stallman <rms@gnu.org>
1406
ad394bee
RS
1407 * international/mule-cmds.el: help-map bindings moved to help.el.
1408
1409 * help.el (view-echo-area-messages): New function.
1410 (help-map): Add `e' binding. Delete obsolete `d' binding.
1411 Change old Info bindings C-f, C-k and C-i to F, K, S.
1412 Move view-emacs-FAQ from F to C-f.
1413 Move view-emacs-problems from P to C-e.
1414 Bindings moved here from mule-cmds.el.
ae0bec0b 1415 C-l binding for describe-language-environment deleted
ad394bee 1416 (help-for-help): Update for all these changes.
ae0bec0b 1417
9c05459c
RS
1418 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1419
14202002-01-13 Dave Love <fx@gnu.org>
1421
1422 * emacs-lisp/copyright.el: Doc fixes.
1423 (copyright-regexp): Add Latin-9 copyright sign.
1424 Match comment delimiters in year lists.
1425 (copyright-current-year): Initialize to load-time year.
1426
b544496d
AS
14272002-01-13 Andreas Schwab <schwab@suse.de>
1428
1429 * dired-aux.el (dired-do-shell-command): Doc fix.
1430
8a8e19a3 14312002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
cf225974
EZ
1432
1433 * startup.el (command-line-x-option-alist): New options "-fs",
1434 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1435
1436 * term/x-win.el (x-handle-initial-switch): New function.
1437
12a87d0f 14382002-01-13 Colin Walters <walters@debian.org>
ae0bec0b 1439
12a87d0f
CW
1440 * emacs-lisp/autoload.el (make-autoload): Handle
1441 define-ibuffer-column, define-ibuffer-filter,
1442 define-ibuffer-sorter, and define-ibuffer-op.
ae0bec0b 1443
12a87d0f 1444 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
c494f663
CW
1445
1446 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
ae0bec0b 1447
732576c8
RS
14482002-01-12 Richard M. Stallman <rms@gnu.org>
1449
0deef26e
RS
1450 * net/browse-url.el (browse-url-grail):
1451 Use browse-url-maybe-new-window.
1452
732576c8
RS
1453 * net/telnet.el (telnet-simple-send): Handle
1454 comint-input-sender-no-newline like comint-simple-send.
1455
1456 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1457 comint-input-sender-no-newline like comint-simple-send.
1458 (sql-escape-newlines-and-send): Likewise.
1459
1460 * comint.el (comint-input-sender): Doc fix.
1461 (comint-input-sender-no-newline): New variable.
1462 (comint-simple-send): If comint-input-sender-no-newline,
1463 don't output newline, but maybe send eof.
1464 (comint-send-input): New arg NO-NEWLINE.
1465 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
ae0bec0b 1466
acc24704 14672002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
f30fe18b
PJ
1468
1469 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1470 delaying when executing keyboard macros.
1471
8f3f2fe5
RS
14722002-01-12 Richard M. Stallman <rms@gnu.org>
1473
e9cd25fe
RS
1474 * simple.el (line-move): If we can't move enough lines,
1475 go to beginning or end of line.
1476
6ab3cbb5
RS
1477 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1478 and proper window.
1479
1480 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1481 Switch buffers only after calling `help-buffer'.
1482
8f3f2fe5
RS
1483 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1484 only when they are surrounded by whitespace.
1485 Use dired-mark-separator when adding one file name to a command.
1486 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1487 Ask for confirmation if * or ? is not surrounded by whitespace.
1488 (dired-bunch-files): Re-reverse the partial file list when it is used.
1489
14902002-01-12 Richard M. Stallman <rms@gnu.org>
1491
1492 * comint.el (comint-dynamic-list-completions): Repeating the command
1493 after displaying a completion list scrolls the list.
1494
95014d62
EZ
14952002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1496
ef59dd3b
EZ
1497 * files.el (find-file-noselect): Don't consider a buffer as
1498 visiting a file literally if it is in hexl-mode.
1499
95014d62
EZ
1500 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1501
b58e3ca1
RS
15022002-01-11 Richard M. Stallman <rms@gnu.org>
1503
d57966d7
RS
1504 * startup.el (initial-scratch-message): Fix custom type, add group.
1505
b58e3ca1
RS
1506 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1507 around the decode-coding-region call.
1508
1509 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1510 after displaying a completion list scrolls the list.
1511
f3b812da
EZ
15122002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1513
1514 * version.el (emacs-version): Bump to 21.2.50.
1515
df9d055e
TTN
15162002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1517
1518 * play/zone.el (zone-timeout): New var.
1519 (zone-hiding-modeline): New macro.
1520 (zone-call): New func.
1521
1522 (zone): Init `modeline-hidden-level' symbol property.
1523 Use `zone-call' instead of `funcall'.
1524
1525 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1526
1527 (zone-pgm-stress): Use `zone-hiding-modeline'.
1528
1529 (zone-pgm-stress-destress): New zone program.
1530
0e9f0c44
EZ
15312002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1532
1533 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1534
aad1cc5a
RS
15352002-01-09 Richard M. Stallman <rms@gnu.org>
1536
1537 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1538
b93e5ce2 15392002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1540
ae0bec0b 1541 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
b93e5ce2 1542 flyspell-mouse-map.
df9d055e 1543
e3b2eba1
RS
15442002-01-08 Richard M. Stallman <rms@gnu.org>
1545
f3bd3e5f
RS
1546 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1547
e3b2eba1
RS
1548 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1549
1550 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1551
acc24704 15522002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fda1bf2c 1553
ae0bec0b
SM
1554 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1555 Do not use make-local-hook.
fda1bf2c 1556
414ecccc
EZ
15572002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1558
1559 * international/quail.el (quail-start-translation)
1560 (quail-start-conversion): Bind last-command-event, last-command,
1561 and this-command in the first let. This fixes the change from
1562 2000-08-30.
1563
ec781075 15642002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1565
ae0bec0b 1566 * ediff-hook.el: Add an autoload cookie.
df9d055e 1567
acc24704 15682002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
741b7ef3
PJ
1569
1570 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1571 address of the author.
1572
a474d59c
RS
15732002-01-08 Richard M. Stallman <rms@gnu.org>
1574
1575 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1576 (occur-mode-map): Bind `o' to that.
1577
50a07e18 15782002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1579
50a07e18
MK
1580 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1581 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1582 cases. Used to reduce the number of warnings.
df9d055e 1583
ae0bec0b
SM
1584 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1585 (viper-standard-value): Move here from viper.el.
1586 (viper-set-unread-command-events): Move to viper-util.el
1587 (viper-check-minibuffer-overlay): Make sure
50a07e18 1588 viper-minibuffer-overlay is moved to cover the entire input field.
df9d055e 1589
50a07e18 1590 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
ae0bec0b
SM
1591 (viper-read-key-sequence, viper-set-unread-command-events)
1592 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
df9d055e 1593
ae0bec0b 1594 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1595
ae0bec0b 1596 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1597
ae0bec0b 1598 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1599
ae0bec0b
SM
1600 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1601 (viper-event-vector-p): Move to viper-util.el
df9d055e 1602
ae0bec0b 1603 * viper.el (viper-standard-value): Move to viper-cmd.el.
50a07e18
MK
1604 Use viper-cond-compile-for-xemacs-or-emacs.
1605
ae0bec0b 1606 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1607
ae0bec0b 1608 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1609
ae0bec0b
SM
1610 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1611 New macro designed to be used in many places where ediff-emacs-p or
1612 ediff-xemacs-p was previously used. Reduces the number of warnings.
1613 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
50a07e18 1614 of ediff-xemacs-p.
ae0bec0b
SM
1615 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1616 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1617 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1618 Move to ediff-util.el.
1619 (ediff-event-key): Moved here.
df9d055e 1620
ae0bec0b 1621 * ediff-merge.el: Got rid of unreferenced variables.
df9d055e 1622
ae0bec0b 1623 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1624
ae0bec0b
SM
1625 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1626 (ediff-cleanup-mess): Improve the way windows are set up after
50a07e18 1627 quitting ediff.
ae0bec0b
SM
1628 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1629 (ediff-dispose-of-variant-according-to-user): New function
50a07e18 1630 designed to be smarter and also understands indirect buffers.
ae0bec0b
SM
1631 (ediff-highlight-diff-in-one-buffer)
1632 (ediff-unhighlight-diff-in-one-buffer)
1633 (ediff-unhighlight-diffs-totally-in-one-buffer)
1634 (ediff-highlight-diff, ediff-highlight-diff)
1635 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1636 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1637 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1638 Moved here.
1639 (ediff-format-bindings-of): New function by Hannu Koivisto
50a07e18 1640 <azure@iki.fi>.
ae0bec0b 1641 (ediff-setup): Make sure the merge buffer is always widened and
50a07e18 1642 modifiable.
ae0bec0b 1643 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
50a07e18 1644 result of a merge into a file visited by another buffer.
ae0bec0b 1645 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
50a07e18 1646 is visited by another buffer and ask to save/delete that buffer.
ae0bec0b 1647 (ediff-verify-file-merge-buffer): New function to do the above.
df9d055e 1648
ae0bec0b 1649 * ediff-vers.el: Load ediff-init.el at compile time.
df9d055e 1650
ae0bec0b 1651 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1652
ae0bec0b
SM
1653 * ediff.el (ediff-windows, ediff-regions-wordwise)
1654 (ediff-regions-linewise): Use indirect buffers to improve
50a07e18
MK
1655 robustness and make it possible to compare regions of the same
1656 buffer (even overlapping regions).
ae0bec0b
SM
1657 (ediff-clone-buffer-for-region-comparison)
1658 (ediff-clone-buffer-for-window-comparison): New functions.
1659 (ediff-files-internal): Refuse to compare identical files.
1660 (ediff-regions-internal): Get rid of the warning about comparing
50a07e18 1661 regions of the same buffer.
df9d055e 1662
ae0bec0b
SM
1663 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1664 Plus the following fixes courtesy of Dave Love: Doc fixes.
50a07e18
MK
1665 (ediff-word-1): Use word class and move - to the
1666 front per regexp documentation.
1667 (ediff-wordify): Bind forward-word-function outside loop.
1668 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1669 consing buffer contents.
1670 (ediff-goto-word): Move syntax table setting outside loop.
df9d055e 1671
5a6a8d3b
RS
16722002-01-07 Richard M. Stallman <rms@gnu.org>
1673
4de547e4
RS
1674 * dired.el (dired-copy-filename-as-kill): Call kill-append
1675 if following a kill command.
1676
5a6a8d3b
RS
1677 * help-fns.el (describe-variable, describe-function):
1678 Do save-excursion.
1679
acc24704 16802002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
13019081 1681
b4ac0cdb
PJ
1682 * net/ldap.el (ldap-search-internal): Skip error message from
1683 ldapsearch. Allow listing attribute names only. Do not open
1684 non-existent files.
1685
1686 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1687 call non-existent function.
1688
ff41c6f6
PJ
1689 * net/eudc.el (top-level): Revert previous change.
1690
c2e6c8d1
PJ
1691 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1692 variables to prevent warning from byte-compiler.
1693
1694 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1695 string-match on emacs-version again.
1696
687a9f30
PJ
1697 * enriched.el (enriched-make-annotation): Fix the change from
1698 2002-01-05.
1699 (enriched-handle-display-prop): Return proper values.
1700
13019081
PJ
1701 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1702 proper attribute name labeledUri instead of deprecated labeledUrl.
1703
acc24704 17042002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
665e6193
PJ
1705
1706 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1707 editing an empty hotlist.
1708
1709 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1710 Use buffer-string instead of buffer-substring for the whole
1711 buffer.
1712
1713 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1714 not free.
1715
1716 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1717 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1718 (eudc-bob-save-object): Make the buffer unibyte.
1719 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1720 object to external program.
1721
bd635c0e
AS
17222002-01-05 Andre Spiegel <spiegel@gnu.org>
1723
1724 * vc.el (vc-branch-part): Return nil if there's no `.'
1725 (vc-default-previous-version): Renamed from vc-previous-version.
1726 New args BACKEND and FILE. Return nil for revision numbers
1727 without a `.'
1728 (vc-version-diff): Call vc-BACKEND-previous-version.
1729 (vc-steal-lock): Steal lock before composing mail, so that no mail
1730 is sent when the stealing goes wrong. And we'll actually see the
1731 error in that case now.
1732 (vc-finish-steal): Removed.
1733
1734 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1735 the lock, so that we see expanded headers.
1736 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1737 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1738 available from vc.el. Updated all callers.
1739
a62d9f30
RS
17402002-01-05 Richard M. Stallman <rms@gnu.org>
1741
1742 * enriched.el (enriched-make-annotation): Doc fix.
1743
df9d055e
TTN
1744 * format.el (format-replace-strings, format-subtract-regions)
1745 (format-annotate-region, format-annotate-location)
a62d9f30
RS
1746 (format-annotate-atomic-property-change)
1747 (format-annotate-single-property-change): Doc fixes.
1748
44368f8f
JR
17492002-01-05 Jason Rumney <jasonr@gnu.org>
1750
1751 * term/w32-win.el: Require fontset unconditionally.
1752 (w32-handle-scroll-bar-event): Remove.
1753
56a0c173
RS
17542002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1755
1756 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1757 copyrights to be updated.
1758
5c3cb846
EZ
17592002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1760
62993ed6
EZ
1761 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1762 2001-10-24.
1763
5c3cb846
EZ
1764 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1765
acc24704 17662002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
c69b943f
PJ
1767
1768 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1769 entry.
1770 (ldap-ignore-attribute-codings): Change the default value to allow
1771 encoding/decoding of attributes.
1772 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1773
3dc5f18e
RS
17742002-01-03 Richard M. Stallman <rms@gnu.org>
1775
2cce20c0
RS
1776 * files.el (basic-save-buffer): Undo previous change.
1777
5860ba6e
RS
1778 * calendar/diary-lib.el (diary-block): Doc fix.
1779
3dc5f18e
RS
1780 * custom.el (defcustom): Fix syntax of previous change.
1781
121f67fa
EZ
17822002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1783
1784 * custom.el (defcustom): Documented :tag, :link and :load.
1785
6cd4cfc5
EZ
17862002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1787
1788 * mail/sendmail.el (mail-recover-1): New function.
1789 (mail-recover): Switch to the *mail* buffer right away. Use
1790 buffer-auto-save-file-name instead of calling
1791 make-auto-save-file-name. Call dired-noselect instead of invoking
1792 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1793 before reading the auto-save file. If the buffer's auto-save file
1794 does not exist, call mail-recover-1 to allow recovery from past
1795 auto-saved drafts.
1796
acc24704 17972002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cdc51589
PJ
1798
1799 * time.el (display-time-load-average-threshold): Fix defcustom
1800 (add type and group).
1801
1802 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1803 specification from the hostname.
1804
f790dddf
RS
18052002-01-02 Richard M. Stallman <rms@gnu.org>
1806
1807 * facemenu.el (facemenu-active-faces):
1808 Use face-attributes-as-vector, not face-attributes-vector.
1809
0c5e191f
RS
18102002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1811
1812 * xscheme.el: Eleven years of updates on a private copy.
df9d055e 1813
0c5e191f
RS
1814 Extensive changes to support multiple xscheme buffers:
1815 (run-scheme): Break up into new functions to facilitate starting
1816 processes in other buffers.
1817 (xscheme-start, xscheme-read-command-line): New functions.
1818 (start-scheme, select-scheme)
1819 (default-xscheme-runlight)
1820 (global-set-scheme-interaction-buffer)
1821 (local-set-scheme-interaction-buffer)
1822 (local-clear-scheme-interaction-buffer)
1823 (exit-scheme-interaction-mode)
1824 (verify-xscheme-buffer): New functions.
1825 (xscheme-process-name, xscheme-buffer-name)
1826 (xscheme-runlight): New internal vars.
1827 (default-xscheme-runlight): New const.
1828 (xscheme-start-process): Add args for the process/buffer names.
1829 (reset-scheme): Pass process/buffer names.
1830 (scheme-interaction-mode): Initialize new local vars.
1831 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1832 (xscheme-select-process-buffer, xscheme-process-buffer)
1833 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1834 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1835 var xscheme-process-name.
1836 (xscheme-start-process): Initialize xscheme-process-name and
1837 xscheme-buffer-name in the process buffer. Pass buffer name to
1838 xscheme-modeline-initialize.
1839 (xscheme-modeline-initialize): Add argument to specify buffer name
1840 for mode-line vars.
1841 (xscheme-process-sentinel): Make sure sentinel is run in the
1842 process buffer so it sees its local vars.
1843 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1844 elaborate logic to handle multiple-buffer mode lines.
1845
1846 (xscheme-enter-input-wait): Re-enable control-G handler upon
1847 entering input wait.
1848
1849 (scheme-interaction-mode): Add arg to preserve local vars.
1850 (xscheme-enter-interaction-mode)
1851 (xscheme-enter-debugger-mode): Preserve local vars.
1852 (xscheme-start-process): Clobber local vars.
1853
1854 (scheme-interaction-mode-commands): Allow end user to add commands
1855 to scheme-interaction-mode keymap.
1856 (scheme-interaction-mode-commands-alist): New variable.
1857
1858 (xscheme-send-string): Don't use insert-before-markers.
1859
1860 Implement a per-buffer kill ring:
1861 (xscheme-insert-expression)
1862 (xscheme-rotate-yank-pointer, xscheme-yank)
1863 (xscheme-yank-pop, xscheme-yank-push): New functions.
1864 (xscheme-expressions-ring)
1865 (xscheme-expressions-ring-yank-pointer)
1866 (xscheme-expressions-ring-max): New variables.
1867 (xscheme-send-string-1): Call xscheme-insert-expression to save
1868 expression in ring.
1869 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1870 (xscheme-previous-send): Deleted variable.
1871
1872 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1873 xscheme-send-control-g-interrupt): Use process-send-string rather
1874 than send-string.
1875
1876 (xscheme-send-region): Insert a newline after an expression that
1877 is submitted in the interaction buffer, for consistency with
1878 recent changes to Edwin.
1879
1880 (xscheme-delete-output): New function mimics comint-delete-output.
1881 (xscheme-last-input-end): New internal variable.
1882 (xscheme-process-filter-output): Update xscheme-last-input-end.
1883
1884 (xscheme-send-control-g-interrupt): Make sure that
1885 xscheme-control-g-disabled-p is looked up in the right buffer.
1886
1887 (xscheme-enable-control-g): Clear C-g message if visible.
1888 (xscheme-control-g-message-string): New internal var.
1889 (xscheme-send-control-g-interrupt): Use new var.
1890
1891 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1892 after sending interrupt in order to work around race condition.
1893
1894 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1895 (xscheme-send-char): Use xscheme-send-char rather than send-string
1896 to send single char.
1897
1898 (xscheme-process-filter, xscheme-process-filter-alist): Add
1899 support for evaluating expressions outside of the call-excursion.
1900 (xscheme-process-filter:string-action-noexcursion): New func.
1901
1902 (xscheme-write-value): Change output string to match that used by
1903 Edwin.
1904
1905 (xscheme-coerce-prompt): Don't write a space after a command
1906 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1907 for us.
1908
1909 (reset-scheme): Delete process after killing it.
1910
7bc60154
EZ
19112002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1912
1913 * bindings.el (function-key-map): Don't bind shifted keypad
1914 numeric keys.
1915
acc24704 19162002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5e442abf
PJ
1917
1918 * enriched.el (enriched-handle-display-prop): Remove unused
1919 variables.
1920 (enriched-mode): Doc fix.
1921
a4e9932a
EZ
19222002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1923
1924 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1925 Hebrew points.
1926
1996baee
RS
19272002-01-01 Richard M. Stallman <rms@gnu.org>
1928
1929 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1930
741d51eb
RS
19312001-12-31 Richard M. Stallman <rms@gnu.org>
1932
1933 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1934 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1935 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
df9d055e 1936 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
741d51eb
RS
1937 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1938 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1939 Adapt face definitions to use :weight and :slant.
df9d055e 1940
741d51eb
RS
1941 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1942
1943 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1944
1945 * font-lock.el (initializing from font-lock-face-attributes):
1946 Use :weight and :slant, not :bold and :italic.
1947
19482001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1949
1950 * cus-edit.el (custom-face-edit-fix-value): New function.
1951 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1952
acc24704 19532001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99158127
PJ
1954
1955 * progmodes/octave-mod.el (octave-abbrev-table):
1956 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1957 * progmodes/fortran.el (fortran-mode-abbrev-table):
1958 * progmodes/f90.el (f90-mode-abbrev-table):
1959 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1960 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1961 predefined abbrevs as "system" abbrevs.
1962
1b8c66fe
RS
19632001-12-30 Richard M. Stallman <rms@gnu.org>
1964
ef8aee62
RS
1965 * info.el (Info-fontify-node): For a **** underline line, put the
1966 invisible and intangible props on the following newline, but not
1967 on the previous newline or the last char of the previous line.
1968
1969 * faces.el (face-set-after-frame-default): Don't change `default' face.
1970
1971 * faces.el (minibuffer-prompt): Adopt some default colors.
1972
1973 * replace.el (query-replace-read-args): Immediate error if read-only.
1974
df9d055e 1975 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1b8c66fe
RS
1976 Display the output buffer in a more intelligent way.
1977
7ad0c1c3
EZ
19782001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1979
1980 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1981 in accordance with files.el's insert-directory.
1982
0065bb74
RS
19832001-12-29 Richard M. Stallman <rms@gnu.org>
1984
1985 * files.el (basic-save-buffer): If a before-write hook displays
1986 an echo area message, pause before calling basic-save-buffer-1.
1987
44fc58f2
RS
19882001-12-29 Markus Rost <rost@math.ohio-state.edu>
1989
1990 * textmodes/reftex-global.el (reftex-query-replace-document)
1991 (reftex-change-label): Doc fix.
1992
1993 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1994
1995 * progmodes/etags.el (tags-query-replace): Doc fix.
1996
0d8466cc
RS
19972001-12-29 Richard M. Stallman <rms@gnu.org>
1998
1999 * progmodes/compile.el (compile-internal): Fix previous change.
2000
07025a55
RS
20012001-12-28 Richard M. Stallman <rms@gnu.org>
2002
4a4fa24d
RS
2003 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
2004 shrink the windows above as necessary to get space.
2005 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
2006
1d0653f8
RS
2007 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
2008 This fixes a bug that treated all files as directories.
8839c4a6 2009 (ange-ftp-insert-directory): Explicitly follow symlinks.
1d0653f8
RS
2010
2011 * international/iso-transl.el (iso-transl-char-map) Eliminate the
2012 alias symbols--put the translated sequences here directly.
2013
df9d055e
TTN
2014 * progmodes/cc-mode.el (c-mode-abbrev-table)
2015 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1d0653f8
RS
2016 (java-mode-abbrev-table, pike-mode-abbrev-table):
2017 Mark all the predefined abbrevs as "system" abbrevs.
2018
07025a55
RS
2019 * mail/sendmail.el (mail-envelope-from): Fix custom type.
2020 (sendmail-send-it): Check mail-specify-envelope-from
2021 and mail-envelope-from in the mail buffer at start.
2022
31bc27f6
EZ
20232001-12-28 Simon Josefsson <jas@extundo.com>
2024
2025 * mail/sendmail.el (mail-envelope-from): Fix :type.
2026 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
2027
4e02881b
RS
20282001-12-28 Richard M. Stallman <rms@gnu.org>
2029
cf3b69c4
RS
2030 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
2031
4e02881b
RS
2032 * simple.el (line-move-invisible): New subroutine.
2033 (line-move-to-column): New subroutine--smarter about advancing over
2034 invisible parts of a line, or lines, but only as long as hpos grows.
2035 (line-move-finish): New subroutine: repeatedly processes desired
2036 column, intangibility, and fields.
2037 (line-move): Use those subroutines.
2038 When moving lines downward, skip invisible text first rather than last.
2039
0e842e15
RS
20402001-12-27 Richard M. Stallman <rms@gnu.org>
2041
a228c48e
RS
2042 * international/mule-diag.el (describe-char-after):
2043 Describe the text properties of the char after point.
2044
0e842e15
RS
2045 * help.el (describe-key): Doc fix.
2046
20472001-12-26 Markus Rost <rost@math.ohio-state.edu>
2048
2049 * find-dired.el (find-dired-sentinel): Precede exit message by
2050 two spaces, to match the regexp in dired-between-files.
2051
3058e436
MB
20522001-12-28 Miles Bader <miles@gnu.org>
2053
2054 * wid-edit.el (widget-toggle-value-create): Don't eval actual
2055 images (which are lists too).
2056
b24cd22e
EZ
20572001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
2058
2059 * language/european.el: Fix the doc string of "Latin-5" language
2060 environment.
2061
492e159b
RS
20622001-12-26 Richard M. Stallman <rms@gnu.org>
2063
d2fb04df
RS
2064 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
2065 defined as before 2001-11-09.
2066 (add-minor-mode call): Specify the keymap.
2067
492e159b
RS
2068 * progmodes/compile.el (compile-internal):
2069 Set TERM variable in process-environment.
2070
da3ab9c7
RS
20712001-12-25 Richard M. Stallman <rms@gnu.org>
2072
5a97a3c2
RS
2073 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
2074 the buffer.
2075
da3ab9c7
RS
2076 * startup.el (command-line): Convert command line args
2077 to Emacs internal representation using locale-coding-system.
2078
9ac9525c
EZ
20792001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2080
2081 * international/fontset.el: Don't require ind-util when compiling.
2082
acc24704 20832001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19d62fda 2084
04b7de79
PJ
2085 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2086 set-frame-height and set-frame-width instead of set-screen-height
2087 and set-screen-width.
2088
2cb48ea3
PJ
2089 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2090 of obsolete set-screen-width.
2091
c19813f3
PJ
2092 * locate.el (locate): Remove dot at the end of error argument.
2093
19d62fda
PJ
2094 * emerge.el (emerge-show-file-name): Use frame-height instead of
2095 obsolete screen-height.
2096
04b7de79
PJ
2097 * mail/mh-utils.el (mh-show-msg): Likewise.
2098 (mh-handle-process-error): Use frame-width instead of obsolete
2099 screen-width.
2100
d0fd26dd
RS
21012001-12-25 Richard M. Stallman <rms@gnu.org>
2102
b4c45162
RS
2103 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2104 to enlarge-window. Use save-selected-window. Don't try
2105 to resize windows that end at the bottom "level".
2106 Retry changing the sizes until the windows get the desired sizes.
2107 Discount the minibuffer when computing total height available.
2108
d0fd26dd
RS
2109 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2110 (debugger-make-xrefs): Only make a button for the first symbol
2111 on any line.
2112
9e068198
EZ
21132001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2114
2115 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2116 Call IT-setup-unicode-display here instead of adding it to
2117 dos-codepage-setup-hook, so that Unicode display tables are set
2118 before dos-codepage-setup-hook runs.
2119
365486d6
RS
21202001-12-24 Richard M. Stallman <rms@gnu.org>
2121
96c01bd4
RS
2122 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2123 (nslookup-mode-abbrev-table): Don't define it.
2124 (smbclient-mode-abbrev-table): Don't define it.
2125 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2126 (nslookup-mode, smbclient-mode): Likewise.
2127 (network-connection-service-abbrev-alist): Variable deleted.
2128 (network-connection-mode-setup): Don't set up abbrev table.
2129
7c425d82
RS
2130 * faces.el (minibuffer-prompt): New face.
2131 (minibuffer-prompt-properties): Add `face' property.
2132
365486d6
RS
2133 * replace.el (occur-mode-display-occurrence): New function.
2134 (occur-mode-map): Bind C-o to it.
2135
b9fe4732 21362001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
df9d055e 2137
b9fe4732
MK
2138 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2139 (viper-special-read-and-insert-char): Make C-m work right in the r
2140 comand.
2141 (viper-buffer-search-enable): Fixed format string.
df9d055e 2142
b9fe4732
MK
2143 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2144 instead of viper-info-on-file.
2145 (ex-set-visited-file-name): New function.
df9d055e 2146
b9fe4732 2147 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
df9d055e 2148
b9fe4732
MK
2149 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2150 action argument.
df9d055e 2151
b9fe4732 2152 * ediff-init.el: Fixed some doc strings.
df9d055e 2153
b9fe4732
MK
2154 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2155 Got rid of make-local-hook.
df9d055e 2156
b9fe4732
MK
2157 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2158 make-local-hook.
df9d055e 2159
67f5954c
RS
21602001-12-23 Richard M. Stallman <rms@gnu.org>
2161
ea8d3061
RS
2162 * term/x-win.el (x-handle-geometry): Put height and width
2163 on default-frame-alist, left and top on initial-frame-alist.
2164 * term/w32-win.el (x-handle-geometry): Likewise.
2165
67f5954c
RS
2166 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2167
2168 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2169 not interactive-p.
2170
acc24704 21712001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3e99d237
PJ
2172
2173 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2174 mocklisp entries.
2175
2176 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2177 Lisp. Obsoleted.
2178
c95eaa61
PJ
2179 * emulation/mlconvert.el: File removed.
2180
2181 * emulation/mlsupport.el: Moved to obsolete.
2182
3e99d237
PJ
2183 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2184
2185 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2186
2187 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
39cf8566 2188 mocklisp case.
3e99d237
PJ
2189
2190 * help-fns.el (describe-function-1): Remove mocklisp function
2191 case.
2192
9e698fd9
MB
21932001-12-22 Miles Bader <miles@gnu.org>
2194
2195 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2196 turning refill-mode off.
2197
acc24704 21982001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4b05e68d
PJ
2199
2200 * time.el (display-time-load-average-threshold): New variable.
2201 (display-time-update): Use it.
df9d055e 2202
4b05e68d
PJ
2203 These changes allow cycling through past 1, 5 and 15 minutes
2204 load-average displayed in the mode-line.
2205
2206 * time.el (display-time-default-load-average): New customizable option.
2207 (display-time-load-average): New variable.
2208 (display-time-cycle-load-average): New function.
2209 (display-time-update): Use them.
2210
9cc84e31
RS
22112001-12-21 Richard M. Stallman <rms@gnu.org>
2212
2213 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2214 (apropos-documentation, apropos-value): Pass a suitable string.
2215
7f1b5edc
EZ
22162001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2217
05b855f5
EZ
2218 * dired.el (dired-free-space-program, dired-free-space-args):
2219 Aliases for back-compatibility.
2220
4dcd20ec
EZ
2221 * info.el (Info-select-node): If Info-use-header-line is nil, set
2222 header-line-format to nil.
2223 (Info-fontify-node): Don't put a keymap text property on the
066d7e2e
EZ
2224 heading if we are not going to display the header line. Remove
2225 any such text properties left over from past visits to this node.
4dcd20ec 2226
7f1b5edc
EZ
2227 * ls-lisp.el (insert-directory): Insert the amount of free disk
2228 space, like files.el's insert-directory does.
2229
2230 * files.el (directory-free-space-program): Mention
2231 file-system-info in the doc string.
2232 (get-free-disk-space): New function; code moved from
2233 insert-directory.
2234 (insert-directory): Call get-free-disk-space to get the amount of
2235 free space.
2236
d743da26
RS
22372001-12-21 Richard M. Stallman <rms@gnu.org>
2238
64f3b7d3
RS
2239 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2240 (describe-distribution, describe-project): Use view-file.
2241
b6f053c6
RS
2242 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2243
2633072a
RS
2244 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2245
df9d055e 2246 * emacs-lisp/easy-mmode.el (define-minor-mode):
d743da26
RS
2247 Make no arg by default in an interactive call,
2248 so that repeating the command toggles again.
2249
2250 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2251
31877e0a
RS
22522001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2253
2254 * antlr-mode.el: More sophisticated indentation of cpp directive.
2255 (antlr-indent-at-bol-alist): New user option.
2256 (antlr-indent-line): Use it.
2257 (antlr-indent-style): New user option.
2258 (antlr-mode): Use it.
2259 (antlr-indent-item-regexp): Customize.
2260
2261 * antlr-mode.el: Syntax highlighting changes.
2262 (antlr-font-lock-literal-regexp): New user option.
2263 (antlr-font-lock-syntax-face): New face used for :, |, ....
2264 (antlr-font-lock-default-face): New face.
2265 (antlr-font-lock-additional-keywords): Use them.
2266
2267 * antlr-mode.el: New command to insert options -- variables.
2268 (antlr-mode-map): New binding [C-c C-o].
2269 (antlr-mode-menu): New submenus.
2270 (antlr-options-use-submenus): New user option.
2271 (antlr-tool-version): New user option.
2272 (antlr-options-auto-colon): New user option.
2273 (antlr-options-style): New user option.
2274 (antlr-options-push-mark): New user option.
2275 (antlr-options-assign-string): New user option.
2276 (antlr-options-headings): New variable.
2277
2278 * antlr-mode.el: New command to insert options -- specific.
2279 (antlr-options-alists): New variable.
2280 (antlr-read-value): New function.
2281 (antlr-read-boolean): New function.
2282 (antlr-language-option-extra): New function.
2283 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2284 (antlr-c++-mode-extra): New function.
2285 (antlr-grammar-tokens): New function.
2286 (antlr-imenu-create-index-function): New optional argument.
2287
2288 * antlr-mode.el: New command to insert options -- functions.
2289 (antlr-insert-option): New command.
2290 (antlr-insert-option-interactive): New function.
2291 (antlr-options-menu-filter): New function.
2292 (antlr-option-kind): New function.
2293 (antlr-scan-lists): New alias.
2294 (antlr-scan-lists-internal): New function.
2295 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2296 (antlr-option-level): New function.
2297 (antlr-syntactic-grammar-depth): New function.
2298 (antlr-option-location): New function.
2299 (antlr-insert-option-do): New function.
2300 (antlr-option-spec): New function.
2301 (antlr-version-string): New function.
2302 (antlr-insert-option-existing): New function.
2303 (antlr-insert-option-space): New function.
2304 (antlr-insert-option-area): New function.
2305
2306 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2307 with narrowing. Menu change. Miscellaneous.
2308 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2309 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2310 (antlr-electric-character): New command.
2311 (antlr-class-header-regexp): New variable.
2312 (antlr-font-lock-additional-keywords): Use it.
2313 (antlr-imenu-create-index-function): Use it.
2314 (antlr-file-dependencies): Use it.
2315 (antlr-indent-line): Also works with restrictions.
2316 (antlr-indent-command): Interactive spec - changes the buffer.
2317 (antlr-language-for-option): Deletia.
2318 (antlr-language-option): New function, defined instead.
2319 (antlr-mode): Use it.
64865454
EZ
23202001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2321
fcd2ab44 2322 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
d743da26
RS
2323 instead of a literal /dev/null.
2324
2325 * Makefile.in (distclean): Remove Makefile in the build
2326 directory, not in the source directory.
2327
23282001-12-21 Simon Josefsson <jas@extundo.com>.
fcd2ab44 2329
e2c3786a
EZ
2330 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2331 with-temp-buffer instead of find-file-noselect, and bind
2332 coding-system-for-read to no-conversion when reading the queued
0a457cee 2333 messages. (Simon's code modified slightly by Eli Zaretskii.)
64865454 2334
67ad2f93
WL
23352001-12-20 Werner Lemberg <wl@gnu.org>
2336
2337 * international/mule-diag.el (describe-coding-system,
2338 print-coding-system-briefly): Make printed output have a similar
2339 format as describe-character-set.
2340
acc24704 23412001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
49b83be9
PJ
2342
2343 * play/blackbox.el (bb-member): Remove, use member instead.
2344 (bb-delete): Remove, use delete instead.
2345 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2346 bb-score, bb-detour-count and bb-balls-placed.
2347 Propertize results of rays.
2348
21d90805
KF
23492001-12-19 Karl Fogel <kfogel@red-bean.com>
2350
2351 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2352 strings mention keybinding for `isearch-yank-word-or-char',
2353 rather than `isearch-yank-word', since the former is bound now
2354 and the latter is not.
2355 (isearch-yank-word-or-char): Fix formatting.
2356
5eef30e1
WL
23572001-12-19 Werner Lemberg <wl@gnu.org>
2358
2359 * language/czech.el, language/european.el, language/slovak.el: More
2360 fixes for language info doc strings.
2361
62582985
EZ
23622001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2363
2364 * loadup.el: Add "language" to the load-path.
2365
467412aa
RS
23662001-12-19 Richard M. Stallman <rms@gnu.org>
2367
df9d055e 2368 * international/mule-cmds.el (describe-language-environment):
467412aa 2369 Fix calls to help-xref-button.
df9d055e 2370
797c2e4e
MB
23712001-12-19 Miles Bader <miles@gnu.org>
2372
2373 * international/fontset.el: Require `ind-util' when compiling.
2374
acc24704 23752001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
858f2574
PJ
2376
2377 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2378 instead of decompose-composite-char.
2379
b04dcf45
RS
23802001-12-18 Richard M. Stallman <rms@gnu.org>
2381
3509a04c
RS
2382 * simple.el (eval-expression-print-level)
2383 (eval-expression-print-length): Doc fixes.
2384
6c78f23d
RS
2385 * international/mule-diag.el (describe-character-set):
2386 Fix the arg to help-xref-button.
2387
b04dcf45
RS
2388 * files.el (directory-free-space-program): New variable.
2389 (directory-free-space-args): New variable.
2390 (insert-directory): Use those two variables for getting free space.
2391 Use file-system-info instead, if that is defined.
2392
2393 * dired.el (dired-free-space-program): Variable deleted.
2394 (dired-free-space-args): Variable deleted.
2395 (dired-insert-directory): Don't try to determine free space.
2396
2397 * files.el (font-lock-defaults): Add risky-local-variables prop.
2398 (hack-one-local-variable): Treat various font-lock variables as risky.
2399
64b4e1f1
WL
24002001-12-18 Werner Lemberg <wl@gnu.org>
2401
858f2574
PJ
2402 * language/chinese.el, language/cyrillic.el:
2403 * language/czech.el, language/european.el, language/greek.el:
2404 * language/hebrew.el, language/indian.el, language/japanese.el:
2405 * language/korean.el, language/lao.el, language/slovak.el:
2406 * language/thai.el, language/tibetan.el, language/vietnamese.el:
64b4e1f1
WL
2407 Improve documentation strings of coding systems and language infos.
2408
24092001-12-18 Werner LEMBERG <wl@gnu.org>
2410
2411 Add support for EUC-TW decoding/encoding.
2412
2413 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2414 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2415 New auxiliary functions to build `big5-to-cns'.
2416 (big5-to-cns): New translation alist.
2417
2418 * language/chinese.el: Added new coding system `euc-tw' and its
2419 alias `euc-taiwan'.
2420 Updated language `Chinese-CNS' to include euc-tw encoding also.
2421 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2422 euc-tw.
2423
7a7001f6
DL
24242001-12-18 Dave Love <fx@gnu.org>
2425
d7c8d25c
DL
2426 * loadup.el: Add language/utf-8-lang, language/georgian.
2427
fb5aa7ac
DL
2428 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2429 (image-file-name-regexps): Doc fix.
2430
2431 * server.el (server-unload-hook): New function.
2432
2433 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2434 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2435
058d4999
DL
2436 * simple.el (newline): Doc fix.
2437 (eval-expression-print-level, eval-expression-print-length): Doc
2438 fix. Amend :type.
2439 (next-line, previous-line): Make arg optional.
2440 (newline): Doc fix.
2441
2442 * Makefile.in (DONTCOMPILE): Add various language files.
2443
2444 * international/quail.el (quail-input-string-to-events): Don't use
2445 string-to-list.
2446
7a7001f6
DL
2447 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2448 calling `newline'.
2449
93420f57
RS
24502001-12-17 Richard M. Stallman <rms@gnu.org>
2451
2452 * comint.el (comint-dynamic-list-input-ring-select): New function.
2453 Switches back to the old window configuration.
2454 (comint-dynamic-list-input-ring): Bind RET to that function.
2455 (comint-dynamic-list-input-ring-window-conf): New variable.
2456
5a6b038a
WL
24572001-12-17 Werner Lemberg <wl@gnu.org>
2458
2459 * international/mule-conf.el: Improve documentation strings of
2460 character sets.
2461
274890d9
RS
24622001-12-16 Richard M. Stallman <rms@gnu.org>
2463
3a7a0095
RS
2464 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2465 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2466
2467 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2468
93420f57
RS
2469 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2470 Add a DESCRIPTION for the makefile item.
2471
274890d9
RS
2472 * find-file.el (ff-other-file-name): New function.
2473
e5ecf6e9
EZ
24742001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2475
2476 * international/quail.el (quail-input-string-to-events): Fix last
2477 change.
2478
cad84646
RS
24792001-12-16 Richard M. Stallman <rms@gnu.org>
2480
52dcb476
RS
2481 * isearch.el (isearch-edit-string): When we set isearch-string
2482 to the default, also set isearch-message.
2483
784bc7cd
RS
2484 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2485
eae91b60
RS
2486 * startup.el (command-line-1): Display startup screen
2487 even if there are command line args.
df9d055e 2488 Add a note about how to go to editing your files.
eae91b60
RS
2489 (fancy-splash-head): Add a note about how to go to your files.
2490 (fancy-splash-outer-buffer): New variable.
2491 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2492
cad84646
RS
2493 * subr.el (with-temp-message): At the end, always discard
2494 the temp message, even by clearing the echo area.
2495
2496 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2497
da490c95
SM
24982001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2499
6f2426dc
SM
2500 * log-view.el (log-view-message-re, log-view-current-tag):
2501 Recognize Subversion's log output format.
2502
d3980715
SM
2503 * international/fontset.el: Build the list L at compile time.
2504
da490c95
SM
2505 * language/ind-util.el (mapthread): Make a closure.
2506
1ca6a9c4
RS
25072001-12-15 Richard M. Stallman <rms@gnu.org>
2508
4d0fa4f3
RS
2509 * isearch.el (isearch-start-hscroll): New variable.
2510 (isearch-mode): Set isearch-start-hscroll.
2511 (isearch-update): Restore original hscrolling if possible.
2512
1ca6a9c4
RS
2513 * isearch.el (isearch-edit-string):
2514 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2515
2516 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2517 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2518 rather than regexp search and (2) copying text properties
2519 already set up on text unchanged from the previous backtrace.
2520
2521 * case-table.el (set-case-syntax-pair):
2522 Detect invalid calls and signal an error.
2523
25242001-12-15 Richard M. Stallman <rms@gnu.org>
2525
2526 * language/ind-util.el (range): Function deleted.
2527 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2528 All calls changed.
39af220e 2529
1ca6a9c4
RS
2530 * language/devan-util.el (devanagari-range): Renamed from `range'.
2531 All calls changed.
2532 (devanagari-regexp-of-hashtbl-keys):
2533 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2534
eccac837
DL
25352001-12-15 Dave Love <fx@gnu.org>
2536
f2e5fc49
DL
2537 * language/ind-util.el: Don't require cl.
2538 (indian-glyph-char, indian-glyph-max-char)
2539 (indian-char-glyph): Moved from indian.el
2540 (indian--puthash-char, mapthread): Don't quote lambda.
2541 (indian--map): New function.
39af220e 2542 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
f2e5fc49
DL
2543 (indian--puthash-cv): Use it.
2544
39af220e 2545 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
f2e5fc49
DL
2546 (indian-char-glyph): Moved to ind-util.el
2547
39af220e
SM
2548 * language/devan-util.el (devanagari-post-read-conversion):
2549 New function.
f2e5fc49 2550
eccac837
DL
2551 * language/georgian.el: New file.
2552
2553 * international/mule-cmds.el (locale-language-names): Add various
2554 entries. Remove utf-8 special case.
2555 (locale-charset-language-names, locale-preferred-coding-systems):
2556 Add utf-8 case.
2557 (set-language-environment): Process required-features earlier.
2558
39af220e
SM
2559 * international/quail.el (quail-keyboard-layout-alist):
2560 Add pc105-uk.
eccac837
DL
2561 (quail-keyboard-layout-type): Fix :type.
2562 (quail-choose-completion-string): Simplify.
39af220e 2563 (quail-update-leim-list-file): Don't get fooled by commented-out code.
eccac837
DL
2564 (quail-input-string-to-events): Run events through
2565 translation-table-for-input.
2566
39af220e
SM
2567 * international/mule-conf.el (translation-table-for-input):
2568 New variable.
eccac837
DL
2569 (latin-iso8859-14): Amend description.
2570 (file-coding-system-alist): Add entry for utf-8.
2571
2572 * language/utf-8-lang.el: New file.
2573
2574 * international/code-pages.el: New file.
2575
2576 * language/hebrew.el ("Windows-1255"): New language.
2577
39af220e 2578 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
eccac837
DL
2579 ("Latvian"): New languages.
2580
39af220e
SM
25812001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2582
2583 * xml.el: Use setq rather than (set 'foo bar).
2584 Use push+nreverse rather than append.
2585 (xml-node-name, xml-node-attributes, xml-node-children):
2586 Use defsubst rather than macros.
2587 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2588 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2589 Concat the two strings surrounding a comment into a single string.
2590
2591 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2592
acc24704 25932001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
47a31c6b
PJ
2594
2595 * select.el (xselect-convert-to-class, xselect-convert-to-name):
39af220e 2596 Document.
47a31c6b 2597
55fa2e04
AS
25982001-12-14 Andre Spiegel <spiegel@gnu.org>
2599
2600 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2601 Return nil if FILE is not registered.
2602 (vc-check-master-templates, vc-default-make-version-backups-p):
2603 Doc fix.
2604
446dd922
RS
26052001-12-13 David Ponce <david@dponce.com>
2606
39af220e 2607 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
446dd922
RS
2608 (ruler-mode-left-fringe-cols): New macro.
2609 (ruler-mode-right-fringe-cols): New macro.
2610 (ruler-mode-left-scroll-bar-cols): New macro.
2611 (ruler-mode-right-scroll-bar-cols): New macro.
2612 (ruler-mode-ruler): Use above new macros.
2613
2d2ab9da
RS
26142001-12-13 Richard M. Stallman <rms@gnu.org>
2615
2616 * files.el (set-auto-mode): Fix previous change.
2617
217b8617
SM
26182001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2619
2620 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2621 (easy-menu-do-define, easy-menu-convert-item-1)
2622 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2623 (easy-menu-return-item): Only return nil if there is no binding.
2624
5dc2e846
RV
26252001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2626
2627 * whitespace.el (whitespace-version): 3.2
2628 * whitespace.el (whitespace-force-mode-line-update): Replace with
2629 `whitespace-mode-line-update', which is an alias to the correct
2630 function in various emacsen.
217b8617
SM
2631 * whitespace.el (whitespace-{un,}highlight-the-space):
2632 Add colorized highlighting of the bogus whitespaces in a buffer/file,
5dc2e846
RV
2633 using the `whitespace-highlight-face' if
2634 `whitespace-display-spaces-in-color' is set.
2635
1d8e9a7c
EZ
26362001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * international/mule.el (set-auto-coding): Don't search for
2639 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2640
acc24704 26412001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9c8920d8
PJ
2642
2643 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2644
2645 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2646
2647 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2648
2e033693
RS
26492001-12-13 Richard M. Stallman <rms@gnu.org>
2650
2651 * simple.el (undo): Always set this-command to `undo',
2652 so that the next undo after an error will not begin redoing.
2653
2654 * simple.el (shell-command): Doc fix.
2655 (shell-command-on-region): If there is output an an error,
2656 add "...Shell command failed" to the output.
2657
52d4c45a
RS
26582001-12-13 David Ponce <david@dponce.com>
2659
d41d07b1 2660 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
52d4c45a
RS
2661 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2662 implementation `ruler-mode-extra-left-cols'.
2663 (ruler-mode-ruler): Use above new function. Take into account
2664 that the fringe areas can now be resized.
2665
d911a0fa
RS
26662001-12-12 Richard M. Stallman <rms@gnu.org>
2667
2668 * international/characters.el (Unicode): Comment out
2669 the specifications for kelvin and angstrom signs.
2670
57983e4d
DL
2671 * international/mule.el (make-translation-table-from-vector):
2672 Allow null elements in VEC.
2673
2674 * international/ucs-tables.el (unify-8859-on-encoding-mode)
217b8617
SM
2675 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2676 Add :version.
57983e4d 2677
6b66d028
RS
26782001-12-11 Richard M. Stallman <rms@gnu.org>
2679
0ee25e8e
RS
2680 * derived.el (derived-mode-p): Function moved to subr.el.
2681
2682 * subr.el (derived-mode-p): Moved here from derived.el.
2683
6b66d028
RS
2684 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2685
2686 * files.el (set-auto-mode-1): New subroutine, broken out of
2687 set-auto-mode.
2688 (set-auto-mode, hack-local-variables-prop-line): Use that.
2689
2c974b15
DL
26902001-12-11 Dave Love <fx@gnu.org>
2691
217b8617 2692 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2c974b15
DL
2693
2694 * language/european.el: Remove autoload cookies. Fix registration
2695 of diacritic composition function.
2696
acc24704 26972001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283b4456 2698
296071e7
PJ
2699 * calendar/todo-mode.el: Require time-stamp.
2700
283b4456
PJ
2701 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2702
61e3b944
RS
27032001-12-11 Richard M. Stallman <rms@gnu.org>
2704
6b66d028
RS
2705 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2706
61e3b944
RS
2707 * textmodes/ispell.el (ispell-buffer-local-parsing):
2708 Match xml like sgml.
2709
217b8617 2710 * emacs-lisp/advice.el (ad-compile-function):
61e3b944
RS
2711 Byte compile the function under another (uninterned) name.
2712
2713 * gud.el (gdb): Define and bind gud-jump.
2714
217b8617 2715 * font-lock.el (font-lock-mode):
61e3b944
RS
2716 Put our function at the end of after-change-functions.
2717
2718 * ediff-diff.el (ediff-cmp-options): Doc fix.
2719
2720 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2721
a207b33c
RS
27222001-12-10 Richard M. Stallman <rms@gnu.org>
2723
2724 * isearch.el (isearch-yank-word-or-char): New function.
2725 (isearch-mode-map): Bind C-w to that.
2726
2727 * menu-bar.el (menu-bar-mode): Make arg optional.
2728
2729 * simple.el (line-move): Cope if next-single-property-change
2730 or previous-single-property-change returns nil.
2731
2732 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2733 Don't use interactive-p; instead, pass the proper args
2734 in (interactive...). Clean up most of the trouble-report strings.
2735
19a0baf7
EZ
27362001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2739 enqueued messages literally.
2740
440c4d7a
NF
27412001-12-10 Noah Friedman <friedman@splode.com>
2742
2743 * battery.el (battery-insert-file-contents): Obsolete function
2744 removed.
2745 (battery-read-function): Obsolete function removed.
2746 (battery-linux-proc-apm): Use insert-file-contents.
2747
cc84b70f
RS
27482001-12-07 Stephen Eglen <stephen@gnu.org>
2749
217b8617
SM
2750 * iswitchb.el (iswitchb-visit-buffer):
2751 Use `select-frame-set-input-focus'--needed when window manager
a207b33c 2752 uses "click to focus" policy.
cc84b70f 2753
acc24704 27542001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72244db2
PJ
2755
2756 * COPYING: Moved back.
2757
278abd30
EZ
27582001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2759
b0a63d77
EZ
2760 * term/internal.el (IT-character-translations): Add entries for
2761 more points.
2762
227f528e
EZ
2763 * international/characters.el: Resurrect the Hebrew category
2764 settings for all Hebrew characters removed by the last change.
2765 Add code for setting the Hebrew category of the Unicode Hebrew
2766 characters. Set syntax entries for Hebrew punctuation characters.
2767
278abd30
EZ
2768 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2769 points and directional formatting control characters.
2770
5180cc01
DL
27712001-12-07 Dave Love <fx@gnu.org>
2772
a549727e
DL
2773 * language/lao-util.el: Add Unicode equivalents for rules.
2774 (lao-post-read-conversion): New function.
2775
2776 * language/lao.el: Add Unicode equivalents.
2777 (lao): Add post-read conversion.
2778
c84d3ba0
DL
2779 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2780 Use iso2022 encoding.
2781 (latin1-char-displayable-p): Doc fix.
2782 (latin1-display-ucs-per-lynx): New option.
2783 (latin1-display-ucs-per-lynx): New command.
2784 (latin1-display-reset): Special-case arabic.
2785 (ucs-tables): Require.
2786 (latin1-display-sets, latin1-display-setup): Add arabic.
2787 (latin1-display) <variable>: Use function latin1-display.
2788 (latin1-display) <function>: Add mule-unicode stuff.
2789 (latin1-display-check-font): Don't lose if `info' is nil.
2790
5945f1e2
DL
2791 * international/iso-transl.el: Insert Latin-1 characters, not
2792 unibyte codes.
2793
5180cc01 2794 * language/european.el (diacritic-composition-pattern): New constant.
440c4d7a
NF
2795 (diacritic-compose-region, diacritic-compose-string)
2796 (diacritic-compose-buffer, diacritic-post-read-conversion)
5180cc01
DL
2797 (diacritic-composition-function): New functions.
2798
217b8617
SM
2799 * international/utf-8.el (ucs-mule-to-mule-unicode):
2800 New translation table.
5180cc01
DL
2801 (ccl-encode-mule-utf-8): Use it.
2802 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
217b8617 2803 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
5180cc01
DL
2804 (utf-8-subst-table): New variable.
2805 (utf-8-compose-scripts): New option.
217b8617 2806 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
5180cc01 2807
217b8617
SM
2808 * international/ucs-tables.el, international/utf-8-subst.el:
2809 New files.
5180cc01
DL
2810
2811 * international/characters.el: Don't set word syntax (the default)
2812 explicitly. Add a diacritic category. Add info for Unicode
2813 equivalents of characters in various Mule charsets and for extra
2814 Unicode characters. Don't define specific categories for
2815 Indian/Devanagari, since they aren't used.
2816
c93674bb
RS
28172001-12-06 Richard M. Stallman <rms@gnu.org>
2818
2819 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2820 (set-justification-left, set-justification-right): Doc fix.
2821
cc84b70f 2822 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
c93674bb
RS
2823 (bug-f90-mode): Variable deleted.
2824
59b59892
SM
28252001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * indent.el (indent-line-function): Default is indent-relative again.
2828
c299126f
MB
28292001-12-07 Miles Bader <miles@gnu.org>
2830
59b59892 2831 * progmodes/compile.el (compilation-error-regexp-alist):
cc84b70f 2832 Added regexps for RXP.
c299126f 2833
a17c9063
EZ
28342001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2835
2836 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2837 Add shift-assignment operators to those highlighted, and highlight
cc84b70f 2838 the whole operator rather than just the "=".
a17c9063 2839
02c6a1cc
EZ
28402001-12-04 Juanma Barranquero <lektu@terra.es>
2841
2842 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2843 before saving abbrevs if `save-abbrevs' has the value `silently'.
2844
90e742e0
AS
28452001-12-04 Andreas Schwab <schwab@suse.de>
2846
2847 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2848
52c9b141 28492001-12-04 Colin Walters <walters@debian.org>
59b59892 2850
52c9b141
CW
2851 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2852 for `defmacro*' forms.
1fdcb819 2853
52c9b141
CW
2854 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2855 `defmacro*'.
59b59892 2856
52c9b141 28572001-12-03 Stefan Monnier <monnier@cs.yale.edu>
59b59892 2858
1fdcb819
SM
2859 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2860
e7c210cc
RS
28612001-12-02 Richard M. Stallman <rms@gnu.org>
2862
2863 * files.el (insert-directory): If the df output does not look right,
2864 don't try to use it. Other cleanups in overall code structure.
2865
1fdcb819
SM
28662001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2867
2868 * textmodes/outline.el (outline-mode-prefix-map):
2869 Add bindings for outline-promote and outline-demote.
2870 (outline-minor-mode-menu-bar-map): New var.
2871 (outline-minor-mode): Use it.
2872 (outline-heading-alist): New var (renamed from outline-level-heading).
2873 (outline-level): Use it.
2874 (outline-insert-heading, outline-promote, outline-demote):
2875 Update to use outline-heading-alist.
2876
2877 * disp-table.el (standard-display-european):
2878 Simplify since the function is not interactive any more.
2879 Don't set the existing buffers to unibyte.
2880
2881 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2882
2883 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2884
2885 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2886
2887 * shell.el (shell): Use shell-file-name.
2888 Pop to buffer before calling comint to set COLUMNS properly.
2889
2890 * emacs-lisp/cl.el (svref): New alias.
2891
2892 * progmodes/antlr-mode.el (antlr-c-common-init):
2893 Don't inhibit adaptive-fill-mode any more.
2894
2895 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2896
2897 * progmodes/etags.el (tags-with-face): Use make-symbol.
2898 (tags-search, tags-query-replace): Use backquotes.
2899
2900 * textmodes/picture.el (picture-mode-map): Don't use defconst
2901 for a variable.
2902
acc24704 29032001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4a3cf58d 2904
1fdcb819
SM
2905 * textmodes/reftex-index.el (reftex-index-mode):
2906 Remove make-local-hook.
4a3cf58d
PJ
2907
2908 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2909
6848c9f1
KS
29102001-12-02 Kim F. Storm <storm@cua.dk>
2911
2912 * isearch.el (isearch-resume-enabled): New variable.
2913 (isearch-done): Use that variable.
2914
656f46bb
RS
29152001-12-01 Richard M. Stallman <rms@gnu.org>
2916
2917 * wid-edit.el (widget-button-click): Don't move point permanently:
2918 Avoid mouse-set-point--instead select the window,
2919 then do save-excursion, then move point.
2920 Specify the buffer for get-char-property.
2921 Don't use `@' in interactive.
1fdcb819 2922
656f46bb
RS
2923 * indent.el (indent-line-function):
2924 Default is indent-to-left-margin again.
2925
2926 * replace.el (query-replace-read-args): Display message
2927 if FROM contains `\n' or `\t'.
2928
036e218d
SM
29292001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2930
2931 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2932
2933 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2934
2935 * emacs-lisp/regexp-opt.el (regexp-opt):
2936 Bind completion-regexp-list to nil.
2937
2938 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2939
21cbfde6
EZ
29402001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2941
2942 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2943 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2944 Update maintainer.
2945
00f2404d
SM
29462001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2947
14e76ac9
SM
2948 * mail/smtpmail.el: Use with-current-buffer.
2949 (message-make-date, message-make-message-id): Autoload when needed.
2950 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2951 headers when missing.
2952
2953 * international/encoded-kb.el (encoded-kbd-mode):
2954 Use define-minor-mode.
2955
2956 * enriched.el (enriched-mode): Use define-minor-mode.
2957 Use dolist and pop and push.
2958
2959 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2960 with the `visit' argument.
2961 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2962
2963 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2964 `change-major-mode-hook' locally. Reset invisibility spec.
2965
00f2404d
SM
2966 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2967
c499f00a 29682001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2 2969
00f2404d 2970 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7077c03a 2971 Clarify error message.
f48b59a2 2972
c499f00a 29732001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2
KG
2974
2975 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2976
e294aed7
AS
29772001-11-30 Andre Spiegel <spiegel@gnu.org>
2978
2979 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2980 don't just return it.
2981
5275d6a8
EZ
29822001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2983
2984 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2985 (menu-bar-read-emacs-man, search-emacs-glossary)
2986 (emacs-index-search, elisp-index-search): New functions.
2987 (apropso-documentation, apropos, apropos-value, apropos-variable)
2988 (apropos-commands): Modify menu item names and help text.
93531944
SM
2989 (elisp-index-search, emacs-index-search, emacs-glossary):
2990 New menu items.
5275d6a8
EZ
2991 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2992 submenu.
2993 (info-elisp, info-elintro): New menu items.
2994 (apropos): Modify the menu item name.
2995
2fa5eef4
SM
29962001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2997
93531944
SM
2998 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2999
3000 * textmodes/outline.el (outline-promote, outline-demote): Typo.
3001
3002 * man.el (man-follow-mouse): New function.
3003 (Man-mode-map): Bind mouse-2 to it.
3004 (Man-match-substring): Remove. Replace with `match-string'.
3005 (man): Use the `default-value' argument to `read-string'.
3006 (Man-fontify-manpage): Add mouse-face to cross references.
3007
2fa5eef4
SM
3008 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
3009
e700ec12
SM
30102001-11-29 Stefan Monnier <monnier@cs.yale.edu>
3011
2fa5eef4
SM
3012 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
3013 the value of require-match in minibuffer-completion-confirm.
3014 Use crm-local-completion-map.
3015
3016 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
3017 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
3018 (cl-make-type-test): Use char-valid-p for `character'.
3019
e700ec12
SM
3020 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
3021 (Info-complete-menu-item): Rewrite. Add the ability to search
3022 several sequential nodes. Add a simple caching mechanism.
3023 (Info-goto-index): New function extracted from Info-index.
3024 (Info-index): Use it. Add completion to the interactive spec.
3025 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
3026
acc24704 30272001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0142178a
PJ
3028
3029 * COPYING: Removed.
3030
d4824a5d
DL
30312001-11-29 Dave Love <fx@gnu.org>
3032
3033 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
3034 (fortran-window-create, fortran-window-create-momentarily):
3035 Rewrite, moving error condition.
3036 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
3037 (fortran-mode-syntax-table): Revert last change.
3038
3039 * international/mule.el: Doc fixes.
3040 (map-charset-chars): New function.
3041 (register-char-codings): Use it to cope with generic chars in
3042 safe-chars.
3043
acc24704 30442001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dd536f94 3045
6d8b258a
PJ
3046 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
3047
e700ec12 3048 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
132c0cc0 3049
dd536f94
PJ
3050 * play/studly.el (studlify-word, studlify-region)
3051 (studlify-buffer): Fix doc-string.
3052 (studlify-buffer): Add autoload cookie.
3053
3ce081f5
SM
30542001-11-28 Stefan Monnier <monnier@cs.yale.edu>
3055
3056 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
3057 (outline-up-heading-all): Remove.
3058 (hide-sublevels): Move to end-of-heading before calling flag-region.
3059 (outline-copy-overlay, outline-discard-overlays): Remove.
3060 (outline-flag-region): Use `remove-overlays'.
3061 Don't move to end-of-heading.
3062 (outline-next-visible-heading, outline-back-to-heading)
3063 (outline-on-heading-p): Use outline-invisible-p.
3064 (outline-font-lock-level): Use outline-up-heading's new arg.
3065 (outline-minor-mode): Simplify.
3066 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
3067 (outline): Put a `reveal-toggle-invisible' property.
3068 (outline-level-heading): New var.
3069 (outline-insert-heading, outline-promote, outline-demote)
3070 (outline-toggle-children): New commands.
3071
3072 * progmodes/hideif.el (hif-end-of-line): New function.
3073 (hide-ifdef-mode): Set line-move-ignore-invisible.
3074 (hide-ifdef-region-internal): New function.
3075 (hide-ifdef-region): Use it.
3076 (hif-defined): Return an integer.
3077 (hif-infix-to-prefix): Remove.
3078 (hif-tokenize): Parse from the buffer rather than from a string.
3079 Correctly tokenize integers. Use forward-comment.
3080 (hif-expr): Use hif-or.
3081 (hif-term): Use hif-and.
3082 (hif-factor): Use hif-not. Handle numbers properly.
3083 Don't require parenthesis around `defined's argument.
3084 (hif-and, hif-or, hif-not): New funs.
3085 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3086 (hif-hide-line): Don't hide the \n before the line.
3087 (hif-possibly-hide): Correctly handle numeric evaluation results.
3088
3089 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3090 (makefile-mode): Set indent-line-function.
3091 (makefile-browser-insert-continuation): Use with-current-buffer.
3092 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3093
29e53a0a
KF
30942001-11-28 Karl Fogel <kfogel@red-bean.com>
3095
3096 * isearch.el (isearch-yank-internal): New helper function.
3097 (isearch-yank-char): New function.
3098 (isearch-yank-word, isearch-yank-line): Rewrite to use
3099 isearch-yank-internal.
3100
381e32f0
EZ
31012001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3102
3103 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3104 aren't supported. Print a message to that effect if invoked.
3105
7e6b76ac
RS
31062001-11-27 Stephen Eglen <stephen@gnu.org>
3107
3108 * locate.el (locate): Put point at first matching file rather
3109 than top of buffer.
3110
8a1f8073
SM
31112001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3112
3113 * reveal.el: New file.
3114
3115 * progmodes/hideif.el: Misc cleanup.
3116 (hide-ifdef-mode-submap): Put the def in the defvar.
3117 Use substitute-key-definition.
3118 (hide-ifdef-mode): Use define-minor-mode.
3119 (hif-outline-flag-region): Remove.
3120 (hif-show-all): Define in terms of hif-show-ifdef-region.
3121 (hif-after-revert-function): Rename from hif-before-revert-function.
3122 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3123 (hif-tokenize): Use with-syntax-table.
3124 (hif-make-range): Use `else' also for `else-p'.
3125 (hif-range-else-p): Remove.
3126 (hif-find-range): Simplify.
3127 (hif-hide-line): Don't bother preserving buffer-modified-p.
3128 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3129 Don't use selective-display and inhibit-read-only.
3130
3131 * subr.el (copy-overlay, remove-overlays): New funs.
3132
3133 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3134
8a946354
SS
31352001-11-27 Sam Steingold <sds@gnu.org>
3136
3137 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3138 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3139 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3140 * obsolete/c-mode.el, obsolete/cplus-md.el
3141 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3142 * term/sun-mouse.el, textmodes/artist.el:
3143 Converted backquote to the new style.
b2013aad 3144 * mouse.el, reposition.el: Likewise (in comments).
646adf90 3145 * expand.el: Likewise (in a string).
8a946354 3146
c6aedc92
RS
31472001-11-27 Richard M. Stallman <rms@gnu.org>
3148
3149 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3150
31512001-11-26 Richard M. Stallman <rms@gnu.org>
3152
3153 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3154 if :on-glyph or :off-glyph is a list, eval it and store it back.
3155 (checkbox): Quote the values for :on-glyph and :off-glyph.
3156
3157 * cus-start.el (recursive-load-depth-limit): Delete item.
3158
9fabb2f5
SM
31592001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3160
3161 * help-fns.el (describe-categories, help-describe-category-set): New.
32323291 3162 describe-categories moved here from src/category.c.
9fabb2f5 3163
9714ec23
SS
31642001-11-26 Sam Steingold <sds@gnu.org>
3165
3166 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3167 arguments to `insert' are strings.
3168
d1420435
RS
31692001-11-26 Richard M. Stallman <rms@gnu.org>
3170
3171 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3172
26780e5b
EZ
31732001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3174
bf17ab09
EZ
3175 * international/mule-diag.el: Require help-fns instead of
3176 help-funs.
3177
125eb411
EZ
3178 * help-fns.el: Renamed from help-funs.el.
3179
26780e5b
EZ
3180 * startup.el (command-line-1): Don't try to call process-list if
3181 it is not fboundp.
3182
bc5c763a
SS
31832001-11-26 Sam Steingold <sds@gnu.org>
3184
3185 * frame.el (show-trailing-whitespace): Remove :set argument (the
3186 value was essentially identical to the defalt).
3187
acc24704 31882001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
eac9cf5f 3189
eef289b9
PJ
3190 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3191
3192 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3193
3194 * hilit-chg.el (hilit-chg-set): Likewise.
3195
3196 * speedbar.el (speedbar-mode): Likewise.
3197
3198 * calendar/calendar.el (calendar-mode): Likewise.
3199
eac9cf5f
PJ
3200 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3201 insert-string.
3202
3203 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3204
eac9cf5f
PJ
3205 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3206
3207 * term/sun-mouse.el (sun-yank-selection): Likewise.
3208
3209 * textmodes/bib-mode.el (return-key-bib): Likewise.
3210
3211 * calendar/appt.el (appt-disp-window): Likewise.
3212
3213 * calendar/diary-lib.el (list-diary-entries): Likewise.
3214
3215 * array.el (array-reconfigure-rows): Likewise.
3216
3217 * filecache.el (file-cache-minibuffer-complete): Likewise.
3218
3219 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3220
3221 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3222
3223 * allout.el (outline-version, outline-open-topic)
3224 (outline-rebullet-heading, outline-insert-listified)
3225 (outline-latex-verbatim-quote-curr-line)
3226 (outline-latexify-one-item, outlineify-sticky): Likewise.
3227
eef289b9
PJ
3228 * vc.el (vc-next-action-on-file): Likewise.
3229 (vc-dired-mode): Remove make-local-hook.
3230
26e46917
AS
32312001-11-26 Andre Spiegel <spiegel@gnu.org>
3232
3233 * vc.el (vc-find-version): New function.
3234 (vc-version-other-window): Redefined in terms of the above.
3235
3236 * log-view.el (log-view-find-version): New function.
3237 (log-view-mode-map): Bind it to `f'.
3238
5d993658
GM
32392001-11-26 Gerd Moellmann <gerd@gnu.org>
3240
3241 * language/devan-util.el (dev-char-glyph): Escape `"' in
3242 string literals.
bc5c763a 3243 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 3244 (devanagari-compose-syllable-region): Likewise.
5d993658 3245
ebcbef4e
RS
32462001-11-26 Richard M. Stallman <rms@gnu.org>
3247
3248 * window.el (save-selected-window): No error if saved window is dead.
3249
3250 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3251
acc24704 32522001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
34d16326 3253
ec9164f3
PJ
3254 * international/quail.el (quail-help): Require help-mode in
3255 top-level instead.
3256
34d16326
PJ
3257 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3258 insert-string.
3259
555185de
PJ
3260 * icomplete.el (icomplete-exhibit): Likewise.
3261
5c131048
SM
32622001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3263
3264 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3265 (diff-hunk-kill): Simplify.
3266 (diff-post-command-hook): Only apply to a single hunk.
3267 (diff-hunk-text): Make `char-offset' non-optional.
3268 (diff-find-text): Return a cons cell.
3269 (diff-find-approx-text): New fun.
3270 (diff-find-source-location): Use it.
3271 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 3272 Adapt to new retval of diff-find-text.
5c131048
SM
3273
3274 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3275 rather than integer- representation of dates.
3276
3277 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3278
3279 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3280 (syntax-after): New fun.
3281
3282 * help-funs.el (describe-syntax): New fun.
3283
3284 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3285 (font-lock-ppss-stats, font-lock-ppss): Remove.
3286 (font-lock-fontify-syntactically-region): Remove tuning code.
3287 (font-lock-compile-keywords): Fix off-by-one bug.
3288 (font-lock-set-defaults): Don't set removed vars.
3289 (c-keywords): Add `inline'.
3290 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3291
3292 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3293 Set syntax-begin-function.
3294 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3295 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3296 (lisp-mode-auto-fill): Use syntax-ppss and obey
3297 comment-auto-fill-only-comments.
3298 (lisp-fill-paragraph): Use syntax-ppss.
3299
0c773047
SZ
33002001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3301
3302 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3303 version of rmail-enable-mime.
3304 (rmail-forward): Use it.
3305
92dfd10c
RS
33062001-11-25 Richard M. Stallman <rms@gnu.org>
3307
9fefa08b
RS
3308 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3309
396ae608
RS
3310 * international/quail.el (quail-keyboard-layout-button):
3311 Define button type.
3312 (quail-keyboard-customize-button): Likewise.
3313 (quail-help): Use those button types. Require `help-mode'.
3314 Avoid altering the argument `package'.
3315
3316 * help-mode.el (help-function, help-variable, help-face)
3317 (help-coding-system, help-input-method, help-character-set):
3318 Define each button type with its own explicit define-button-type.
3319
92dfd10c
RS
3320 * language/devan-util.el: Comment out parts of the file
3321 which apparently are garbled.
3322
acc24704 33232001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
3324
3325 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 3326 insert-string.
fefed09d 3327
acc24704 33282001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
97d012e8
PJ
3329
3330 * play/snake.el (snake-mode): Remove make-local-hook.
3331
3332 * play/tetris.el (tetris-mode): Likewise.
3333
3334 * play/decipher.el (decipher-mode): Likewise.
3335
3336 * tmm.el (tmm-add-prompt): Likewise.
3337
df5bde6d
SS
33382001-11-25 Sam Steingold <sds@gnu.org>
3339
3340 * menu-bar.el (menu-bar-apropos-menu): New variable.
3341 Moved all `apropos' bindings to this menu.
3342 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3343
8727d588
RS
33442001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3345
3346 The following changes are for new indian languages support based
3347 on Unicode charset and CDAC fonts.
3348
3349 * international/mule-conf.el: Change indian-1-column charset to
3350 indian-glyph charset.
3351
3352 * international/characters.el: Adjusted for the change of
3353 indian-1-column -> indian-glyph.
3354
3355 * international/fontset.el: Delete the setting for indian-1-column
3356 and add the setting for indian-glyph in the default fontset.
df5bde6d 3357
8727d588
RS
3358 * language/indian.el: Completely re-written.
3359
df5bde6d 3360 * language/devanagari.el: Completely re-written.
8727d588
RS
3361
3362 * language/devan-util.el: Completely re-written.
3363
3364 * language/ind-util.el: New file.
3365
bfba6c09
RS
33662001-11-24 Richard M. Stallman <rms@gnu.org>
3367
3368 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
3369 if a subprocess is running. Call the startup screen buffer
3370 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
3371
3372 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3373 (browse-url-galeon): Use that variable.
3374
3375 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3376 eval-expression. Eval and set the variable simply.
3377
3378 * files.el (temporary-file-directory): Use defcustom.
3379 (small-temporary-file-directory): Likewise.
3380 (normal-backup-enable-predicate): Move down in file
3381 after definition of temporary-file-directory.
3382
3383 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3384
4fdb78a1
CW
33852001-11-24 Colin Walters <walters@debian.org>
3386
3387 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3388 autoload names to match files renamed on initial calc import.
3389
906bd0ef
CW
3390 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3391 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3392
7695eb98
CW
33932001-11-23 Colin Walters <walters@debian.org>
3394
3395 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 3396
b8003ee9 3397 * calc/calc-rules.el: Add header comment.
7695eb98 3398
66b57a6a
AS
33992001-11-23 Andre Spiegel <spiegel@gnu.org>
3400
3401 * vc.el (with-vc-properties): Don't bind `filename' locally.
3402 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3403 to avoid name clashes. Fix `lisp-indent-function' property for
3404 both.
3405
5d1c5247
FP
34062001-11-23 Francesco Potorti` <pot@gnu.org>
3407
3408 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3409
7743d033
CW
34102001-11-22 Colin Walters <walters@debian.org>
3411
df5bde6d 3412 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 3413 Use `reporter-prompt-for-summary-p'.
7743d033
CW
3414
3415 * calc/INSTALL, calc/Makefile: Remove.
3416
bf1ec482
MB
34172001-11-22 Miles Bader <miles@gnu.org>
3418
5d1c5247 3419 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
3420 (reb-match-2, reb-match-3): Add dark-background variants.
3421
5fb25beb
CW
34222001-11-22 Colin Walters <walters@debian.org>
3423
3424 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3425 (info "Calc").
8f148852 3426 (report-calc-bug): Use reporter.el.
5d1c5247 3427
8f148852 3428 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 3429
2b452d74
RS
34302001-11-21 Richard M. Stallman <rms@gnu.org>
3431
ecafbba2
RS
3432 * which-func.el (which-function): Call imenu--make-index-alist
3433 if necessary to get a list of functions.
3434 (which-function-imenu-failed): New variable.
3435 (which-func-update): Handle all visible windows.
3436 (which-func-update-1): New subroutine broken out of which-func-update.
3437
5d1c5247 3438 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
3439 (small-temporary-file-directory): Definitions moved up.
3440
8e3acc66
RS
3441 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3442 (cperl-non-problems, cperl-praise): Doc fixes.
3443
b1e851bb
RS
3444 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3445 (sh-mode-syntax-table): Function restored.
3446 Variable set up for use by function sh-mode-syntax-table.
3447 (sh-set-shell): Set the syntax table.
3448
3449 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3450
3451 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3452
2b452d74
RS
3453 * international/encoded-kb.el: Don't alter minor-map-alist.
3454
c499f00a 34552001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
a2899d6c
KG
3456
3457 * files.el (auto-save-file-name-transforms): Put remote files in
3458 temporary-file-directory rather than /tmp.
3459
e7905671
CW
34602001-11-21 Colin Walters <walters@debian.org>
3461
3462 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3463 of (function ...) wrapper.
3464
0b5549c1
SM
34652001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3466
e95768c5
SM
3467 * derived.el (define-derived-mode): Create the abbrev-table
3468 from inside the `defvar'.
3469
0b5549c1
SM
3470 * jit-lock.el (jit-lock-defer-time): New var.
3471 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3472 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3473 (jit-lock-function): Defer fontification if requested.
3474 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3475 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3476 text property.
3477 (jit-lock-deferred-fontify): New fun.
3478
505847d4
RS
34792001-11-20 Richard M. Stallman <rms@gnu.org>
3480
310b1227
RS
3481 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3482 Set local-abbrev-table to lisp-mode-abbrev-table.
3483
0b5549c1 3484 * emacs-lisp/re-builder.el (reb-mode):
310b1227 3485 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 3486
310b1227
RS
3487 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3488 Don't use define-derived-mode.
3489
3490 * help-mode.el (help-mode): Undo 2001-10-07 change.
3491
505847d4
RS
3492 * replace.el (occur-mode): Undo 2001-5-20 change.
3493
febf36a1
JR
34942001-11-20 Jason Rumney <jasonr@gnu.org>
3495
3496 * w32-fns.el (w32-system-coding-system): Change to an alias for
3497 locale-coding-system.
3498 (set-w32-system-coding-system): Document the above change.
3499 Set locale-coding-system instead.
3500
2b452d74
RS
35012001-11-20 Richard M. Stallman <rms@gnu.org>
3502
3503 * ruler-mode.el: Add pagination.
3504 (ruler-mode-toggle-show-tab-stops): No need to
3505 test `ruler-mode' variable.
3506
c52b27c8
EZ
35072001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3508
505847d4 3509 * play/landmark.el: Mark lm-mode as special.
c52b27c8 3510
505847d4 3511 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 3512
38132149
EZ
35132001-11-20 Juanma Barranquero <lektu@terra.es>
3514
effcd99a 3515 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
3516 (top-level): Bind it to C-c C-b.
3517 (re-builder): Don't re-enter RE Builder Mode.
3518
effcd99a 3519 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 3520
effcd99a
SM
35212001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3522
3523 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3524 `manual-program'.
ed3c6391
SM
3525
3526 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3527 to a line without a comment.
3528
48404d5a
EZ
35292001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3530
3531 * dired.el (dired-listing-switches): Mention in the doc string
3532 that some switches are not supported by ls-lisp.el
3533
6710ea06
SM
35342001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3535
0cdb3baa
SM
3536 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3537 (imenu--create-keymap-2): Remove.
3538 (imenu--create-keymap-1): Simplify, remove third argument.
3539 (imenu--generic-function): Use dolist.
3540 (imenu-find-default): New function.
3541 (imenu--completion-buffer): Use it.
3542 (imenu--mouse-menu): Use popup-menu.
3543 (imenu--menubar-select): Return t rather than calling imenu.
3544
a64c7821
SM
3545 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3546 New functions, extracted from fill-region-as-paragraph.
3547 (fill-region-as-paragraph): Use them.
3548 Use an end marker instead of eob.
3549 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 3550 Simplify the loop that searches for spaces backwards.
a64c7821
SM
3551
3552 * textmodes/picture.el (picture-vertical-step)
3553 (picture-horizontal-step): Don't use defconst for variables.
3554
3555 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3556 (mail-extract-address-components): Downcase domain names.
3557 (mail-extr-delete-char): Remove. Use delete-char instead.
3558
3559 * emulation/pc-select.el: Doc string fixes.
3560 (pc-selection-mode): Don't treat macos as a tty.
3561
6710ea06
SM
3562 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3563
3564 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3565
3566 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3567 (mouse-wheel-progessive-speed): New var.
3568 (mwheel-scroll): Use it and handle float values.
3569
3570 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3571
3572 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3573 (iswitchb): Fix the case where the result was selected with the mouse.
3574 (iswitchb-completion-help): Use the normal *Completions* now that
3575 mouse selection works.
3576 (iswitchb-minibuffer-setup): Simplify.
3577
3578 * newcomment.el (comment-column, comment-style, comment-multi-line)
3579 (comment-auto-fill-only-comments): Remove :group arg.
3580 (comment-padding): Add :type.
3581 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3582 if called interactively.
3583
7054901c
CW
35842001-11-19 Colin Walters <walters@verbum.org>
3585
3586 * calc/calc.el (toplevel): Add comment and version header.
3587 (calc-init-base): Bump version to 2.02f, update date.
3588
0e1605b9
RS
35892001-11-19 Richard M. Stallman <rms@gnu.org>
3590
3591 * net/browse-url.el: Support Mozilla and Galeon.
3592 By default, find the installed browser whichever it is.
3593 (browse-url-mozilla): New function.
3594 (browse-url-mozilla-sentinel): New function.
3595 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3596 (browse-url-default-browser): New function.
3597 (browse-url-process-environment): Use browse-url-browser-display.
3598 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 3599 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
3600 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3601 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3602 (browse-url-browser-function): New default, new options.
3603
545f7310
SS
36042001-11-19 Sam Steingold <sds@gnu.org>
3605
3606 * bindings.el (last-buffer, unbury-buffer): New function.
3607 (mode-line-unbury-buffer): Use `unbury-buffer'.
3608
c9403808
RS
36092001-11-18 Stephen Eglen <stephen@gnu.org>
3610
3611 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3612 control behaviour when no further completion is possible.
3613
3132f345
CW
36142001-11-19 Colin Walters <walters@verbum.org>
3615
3616 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3617 (math-showing-full-precision, math-with-extra-prec, math-working)
3618 (calc-with-default-simplification)
3619 (calc-with-trail-buffer): Use backtick.
3620 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3621 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3622 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3623 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3624 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3625 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3626 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3627 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 3628 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
3629
3630 * calc/calc.el (calc-record-compilation-date): Remove.
3631 (calc-bug-address): Update.
3632 (calc-settings-file): Use `user-init-file'.
545f7310 3633
3132f345
CW
3634 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3635 Handle null `calc-settings-file'.
3636
3637 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3638 * calc/calc-keypd.el (calc-keypad-mode): New.
3639 (calc-do-keypad): Use it.
3640 (calc-keypad-map): Move into `calc-keypad-mode'.
3641
3642 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3643 to defalias argument.
3644
3645 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3646 (calcFunc-floor): Ditto.
3647
3648 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 3649
3132f345
CW
3650 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3651 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3652 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3653 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3654 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3655 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3656 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3657 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3658 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3659 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3660 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3661 and move them before their first use. Use `when', `unless'.
3662 Remove trailing periods from error forms. Add description and
3663 headers suggested by Emacs Lisp coding conventions.
545f7310 3664
8f0a6888
SM
36652001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3666
3667 * newcomment.el (comment-indent):
3668 Fix misindentation for comment-only lines.
3669 (comment-indent-new-line): Only obey comment-multi-line if the
3670 comment-ender is not the end-of-line.
3671
b9937f07
RS
36722001-11-19 Richard M. Stallman <rms@gnu.org>
3673
3674 * net/net-utils.el (network-connection-service-abbrev-alist):
3675 New variable.
3676
8f0a6888 3677 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
3678 Advance to start of 3rd sexp by moving fwd and backing over it.
3679 At first three elements, act like defun.
3680
3681 * delsel.el (delete-selection-pre-hook): Handle and resignal
3682 file-supersession errors to interact properly with userlock.el.
3683
f4ca4b00
RS
36842001-11-18 Richard M. Stallman <rms@gnu.org>
3685
8f0a6888
SM
3686 * progmodes/fortran.el (fortran-mode-syntax-table):
3687 Specify punctuation syntax for backslash.
f4ca4b00
RS
3688
3689 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3690 All calls deleted.
3691
3692 * international/mule-util.el (string-to-sequence): Make it obsolete.
3693 (string-to-list, string-to-vector): Implement them directly
3694 using append and vconcat, not with string-to-sequence.
3695
3696 * startup.el (command-line): Set abbrevs-changed to nil after
3697 reading the init file and the abbrevs file.
3698
3699 * isearch.el (isearch): Use magenta2 as bg for (background light)
3700
37012001-11-17 Richard M. Stallman <rms@gnu.org>
3702
3703 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3704
3705 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3706
16927a56
SM
37072001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3708
3709 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3710 If set and if applicable, add a regexp to highlight defun-like
3711 text inside comments and strings.
3712 (font-lock-fontify-keywords-region): Pass that new arg.
3713 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3714 to the end and pass that new arg.
3715 (c-font-lock-keywords-2): Fix regex for labels.
3716 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3717 Make it work when LIMIT is several lines further.
3718 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3719 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3720 Use backquote and make the regexes for `int a, b, c;' work on
3721 multiple lines.
3722
3723 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3724 (font-lock-defaults-alist): Don't change it any more.
3725 (reb-subexp-mode-map): Cleanup.
3726
3727 * custom.el (custom-current-group-alist): New var.
3728 (custom-declare-group): Set it.
3729 (custom-current-group): New fun.
3730 (custom-declare-variable, custom-handle-all-keywords):
3731 Use it as a default if no :group argument is specified.
3732
3733 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3734 (standard-keyboard-coding-systems): New var.
3735 (set-locale-environment): Use it to decide whether or not to call
3736 set-keyboard-coding-system.
3737 (locale-language-names): Use \"French\" for "fr".
3738
38d5fc02
RS
37392001-11-17 Richard M. Stallman <rms@gnu.org>
3740
3741 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3742 (add-to-list): Delete compatibility code.
f4ca4b00 3743 (checkdoc-next-message-error): Doc fix.
38d5fc02 3744
fe8c7212
RS
37452001-11-17 Stephen Eglen <stephen@gnu.org>
3746
3747 * locate.el (locate): Show default locate pattern within the
16927a56
SM
3748 prompt, but don't insert it into the minibuffer contents.
3749 Catch the case when pattern is the empty string.
fe8c7212 3750
a5e6715c
EZ
37512001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3752
3753 * language/european.el ("French"): New language environment.
3754
032a857d
RS
37552001-11-16 Richard M. Stallman <rms@gnu.org>
3756
3757 * calendar/todo-mode.el (todo-save): Fix previous change.
3758
3759 * subr.el (functionp): Do use cdr-safe on object.
3760
b6270150
SM
37612001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3762
3763 * bindings.el (mode-line-mode-name): Only put the help-echo property
3764 if the local-map property was put as well.
3765 (global-map): Bind switch-frame, delete-frame, iconify-frame
3766 and make-frame-visible events.
3767
3768 * emacs-lisp/elp.el (elp-not-profilable): New var.
3769 (elp-not-profilable-p): New function.
3770 (elp-instrument-function): Use it. Use backquotes and push.
3771
3772 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3773 (byte-stack+-info, byte-compile-last-warned-form)
3774 (byte-compile-last-logged-file): Don't defconst a variable.
3775 (no-byte-compile): Declare.
3776 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3777 (byte-compile-defvar): Leave defconst as is.
3778
3779 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3780 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3781 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3782 (edebug-best-error): Don't defconst a variable.
3783 (edebug-read-syntax-table): Use a char-table.
3784 (edebug-lemacs-specific): Remove.
3785 Toplevel: Eliminate check for Lucid Emacs.
3786
3787 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3788
3789 * rect.el (move-to-column-force): Mark obsolete.
3790 (operate-on-rectangle, delete-extract-rectangle-line)
3791 (insert-rectangle, delete-whitespace-rectangle-line)
3792 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3793 (string-rectangle-history): New var.
3794 (string-rectangle, string-insert-rectangle): Use it.
3795 (delete-rectangle-line): Fix pos/column mixup and simplify.
3796
3797 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3798 (normal-top-level, command-line, command-line-1): Simplify.
3799
3800 * tar-mode.el (tar-mode): Use define-derived-mode.
3801
3802 * view.el (view-mode-enable): Don't use make-local-hook.
3803
3804 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3805
af604656
RS
38062001-11-16 Richard M. Stallman <rms@gnu.org>
3807
3808 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3809 if it doesn't make sense as anything else.
3810 Don't recognize a "telephone number" at the beginning of the name.
3811 (mail-extr-leading-garbage): Match non-word characters only.
3812
acc24704 38132001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2879a13b 3814
792e5cbd
PJ
3815 * startup.el (command-line-processed): Doc fix.
3816
2879a13b
PJ
3817 * apropos.el (apropos-next-label-button): Doc fix.
3818
a2d7836f
SM
38192001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3820
fa336b91
SM
3821 * comint.el (comint-mode): Simplify.
3822 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3823
a2d7836f
SM
3824 * subr.el (eval-after-load): Make it work with features as well.
3825
3826 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3827
3828 * international/mule-cmds.el (describe-input-method): Setup xref.
3829 (set-language-environment): Use functionp.
3830 (locale-language-names, locale-charset-language-names)
3831 (locale-preferred-coding-systems): Defconst and purecopy.
3832
3833 * language/european.el (mac-roman): Add mime-charset property.
3834
413da451
RS
38352001-11-15 Richard M. Stallman <rms@gnu.org>
3836
a2d7836f 3837 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
3838 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3839 to get better doc strings.
3840
acc24704 38412001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
987aac50
PJ
3842
3843 * derived.el: Fix autoload cookie.
3844
83709c9f
RS
38452001-11-15 Richard M. Stallman <rms@gnu.org>
3846
3847 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3848
84932bf6
SM
38492001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3850
3851 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3852
16a2f75a
RS
38532001-11-15 Richard M. Stallman <rms@gnu.org>
3854
3855 * dired.el (dired-undo): Display a message to explain
3856 that this does not undo file system changes.
3857
38582001-11-15 David Kastrup <David.Kastrup@t-online.de>
3859
84932bf6
SM
3860 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3861 into `unread-command-events' instead of trying keymap
3862 lookups ourselves. This makes mouse-clicks do the right
3863 thing even when keymaps of overlays are involved.
3864 (mouse-drag-drag): Likewise.
16a2f75a 3865
1997815f
AS
38662001-11-15 Andreas Schwab <schwab@suse.de>
3867
3868 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3869 characters and append anchor to pattern added to auto-mode-alist.
3870
7f6e33e6
SM
38712001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3872
3873 * server.el (server-process-filter): Run pore/post-comment-hook
3874 before/after visiting the file.
3875
3876 * info-look.el (makefile-mode): Add info for automake.
3877 (autoconf-mode): Fix the name of the index for automake.
3878
3879 * international/latin-9.el: Give pilcrow punctuation syntax.
3880
9522e2d8
AS
38812001-11-15 Andre Spiegel <spiegel@gnu.org>
3882
3883 * vc.el: Documentation fixes.
3884
7f6e33e6
SM
38852001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3886
3887 * smerge-mode.el (smerge-match-conflict): Fix typo.
3888 (smerge-diff): Be careful to read match-data early enough.
3889
bac0fac8
CW
38902001-11-14 Colin Walters <walters@verbum.org>
3891
3892 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3893 (calcFunc-subst): Use `defalias' instead of `fset' and
3894 `symbol-function'.
3895
3896 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3897 (calcFunc-ceil, calcFunc-round): Ditto.
3898
3899 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 3900
bac0fac8 3901 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 3902
bac0fac8 3903 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 3904
bac0fac8
CW
3905 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3906 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3907
3908 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 3909
bac0fac8
CW
3910 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3911 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3912 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3913 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3914 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3915 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3916 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3917 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3918 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3919 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3920 * calcsel2.el: Style cleanup; don't put closing parens on their
3921 own line, add "foo.el ends here" to each file, and update
3922 copyright date.
3923
3924 * README: Update maintainer.
3925
16a2f75a
RS
39262001-11-13 Richard M. Stallman <rms@gnu.org>
3927
cc84b70f
RS
3928 * progmodes/compile.el (recompile): Use compilation-arguments if
3929 set, so as to be able to M-x recompile the exact command which
3930 created a compilation-mode buffer.
3931
16a2f75a
RS
3932 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3933
02beb936
RS
39342001-11-13 Gerd Moellmann <gerd@gnu.org>
3935
7f6e33e6 3936 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
3937 handler if window start changed due to the down-mouse event.
3938
39392001-11-13 Richard M. Stallman <rms@gnu.org>
3940
3941 * mouse.el (mouse-show-mark): Either move point to the mark
3942 or use highlighting, never both.
3943 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3944
39452001-11-13 Simon Josefsson <jas@extundo.com>
3946
1699c6af
RS
3947 * mail/smtpmail.el (top-level): Change maintainer to Simon
3948 Josefsson, cleanup the smtpmail.el header.
3949
3950 * mail/smtpmail.el (top-level): Don't require cl or base64.
3951 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3952 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3953 Defsubst instead of defmacro.
3954 (smtpmail-intersection): Return value in reverse order.
3955 (smtpmail-open-stream): Use stringp instead of string-to-list.
3956 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3957 separated from smtpmail-via-smtp.
02beb936
RS
3958
3959 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3960 rfc2104. Require base64 and cl.
3961 (smtpmail-smtp-service): Doc fix. :type fix.
3962 (smtpmail-debug-info): Doc fix.
3963 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
3964 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3965 New variables.
02beb936
RS
3966 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3967 mail-utils (it is autoloaded).
3968 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3969 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 3970 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
3971 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3972 (smtpmail-via-smtp): Support AUTH.
3973 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3974
39752001-11-13 Richard M. Stallman <rms@gnu.org>
3976
3977 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3978 (electric-buffer-overlay): New variable.
3979 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3980 (electric-buffer-list): Likewise.
3981
fad241d3 3982 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 3983 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 3984
5ebcaf36
SM
39852001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3986
9145f1c2
SM
3987 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3988
5ebcaf36 3989 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 3990 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 3991
31b85a14
EZ
39922001-11-13 Colin Walters <walters@debian.org>
3993
3994 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3995
3996 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3997 "~/.emacs"; use `read-file-name'.
3998
3999 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
4000 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
4001 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
4002 * calc/calc.el: Use `frame-width' instead of `screen-width',
4003 `frame-height' instead of `screen-height', and,
4004 `executing-kbd-macro' instead of `executing-macro'.
4005
4006 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
4007 correct number of arguments.
4008
5ebcaf36
SM
4009 * calc/calc-aent.el (calc-do-alg-entry):
4010 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 4011
2fa8f8a4
RS
40122001-11-12 Richard M. Stallman <rms@gnu.org>
4013
ade67f6a
RS
4014 * calendar/todo-mode.el (todo-save): Add save-excursion
4015 and save-restriction.
4016
1c1d3d69
RS
4017 * server.el (server-edit, server-done): Doc fix.
4018
2fa8f8a4
RS
4019 * simple.el (clone-indirect-buffer): Error if major mode symbol
4020 has a no-clone-indirect property.
4021 (clone-buffer): Check for obvious errors before reading clone name.
4022
4023 * info.el (Info-mode): Add a no-clone-indirect property.
4024
99cb8c8b
SS
40252001-11-12 Sam Steingold <sds@gnu.org>
4026
4027 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
4028 set-buffer-modified-p to nil after `vc-exec-after'.
4029 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
4030 (log-view-mode): Make read-only.
4031 (log-view-current-file): Do final `expand-file-name' in the
4032 current `default-directory'.
4033 (log-view-current-tag): Take an optional `where' arg.
4034 (log-view-diff): New user command.
4035
acc24704 40362001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
4037
4038 * progmodes/cpp.el (cpp-choose-face): Fix typo.
4039
e7c8c428
SS
40402001-11-12 Sam Steingold <sds@gnu.org>
4041
4042 * emacs-lisp/cl-indent.el (toplevel): Indent properly
4043 `generic-flet', `generic-labels', `with-accessors',
4044 `with-condition-restarts'.
4045
68d2f12f
RS
40462001-11-12 Richard M. Stallman <rms@gnu.org>
4047
4048 * dired.el: Many trivial doc fixes.
4049 (dired-get-file-for-visit): New function.
4050 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
4051 (dired-view-file, dired-find-file-other-window, dired-display-file):
4052 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 4053
66b17d3f
RS
40542001-11-12 Alex Schroeder <kensanata@yahoo.com>
4055
4056 * sql.el (sql-mode): Doc change.
4057
4058 * sql.el (sql-mode-syntax-table): The backslash is no longer an
4059 escape character.
4060
273bd541
EZ
40612001-11-12 Colin Walters <walters@debian.org>
4062
4063 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
4064 (calc-do-keypad): Don't attempt to use nonexistent global
4065 mouse-map, use calc-keypad-map.
4066 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
4067 (calc-keypad-left-click): Don't use mouse-map; update to new event
4068 interface.
4069 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
4070 (calc-keypad-press): Use `unread-command-events' instead of
4071 `unread-command-char'.
4072
4073 * calc/calc-ext.el (calc-init-extensions): Update autoload names
4074 to match files renamed on initial calc import.
4075
acc24704 40762001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d3f602a 4077
5ebcaf36
SM
4078 * textmodes/flyspell.el (flyspell-default-dictionary):
4079 Fix previous change.
3d3f602a 4080
b789d74a
RS
40812001-11-12 Richard M. Stallman <rms@gnu.org>
4082
4083 * textmodes/flyspell.el (flyspell-default-dictionary):
4084 Fix custom type.
4085
a4cd0cd7
RS
40862001-11-11 Richard M. Stallman <rms@gnu.org>
4087
eafb659a
RS
4088 * calendar/solar.el (solar-sunrise-and-sunset):
4089 Exchange the two extreme values of day-length.
4090
e7c8c428 4091 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
4092 Allow modes derived from sh-mode.
4093
e7c8c428 4094 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
4095 Turn off error in some re-search-forward calls.
4096
4097 * replace.el (query-replace-skip-read-only): New variable.
4098 (perform-replace): If that variable is non-nil, ignore matches
4099 that have a read-only property.
4100
4101 * derived.el (define-derived-mode): Doc fix.
4102
4103 * server.el (server-buffer-done): Test of server-existing-buffer
4104 was backwards.
4105 (server-existing-buffer): Doc fix.
4106
4107 * textmodes/flyspell.el (flyspell-default-dictionary):
4108 Allow nil as value, and make nil the default.
4109
721c26b8
EZ
41102001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4111
4112 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4113 it is not fboundp.
4114 (clipboard-yank): Ditto.
4115
91e51f9a
EZ
41162001-11-11 Colin Walters <walters@verbum.org>
4117
4118 The following changes are based on patches from
c499f00a 4119 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
4120 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4121
4122 * calc/calc.el (toplevel): Require calc-macs.
4123 (calc-minibuffer-size): New.
4124 (calcDigit-nondigit): Use it instead of `buffer-size'.
4125 (calcDigit-backspace): Likewise.
4126 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4127 `buffer-string'.
4128 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4129 `point-min'.
4130 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4131 `save-excursion'.
4132
4133 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4134 simple `setq' form.
4135
4136 * calc/calc-ext.el: (toplevel): Require calc.
4137 (calc-fancy-prefix-map): New.
4138 (calc-fancy-prefix): Use it.
4139 (calc-fancy-prefix-other-key): New.
4140
4141 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4142 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4143 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4144 (calcAlg-enter): Likewise.
4145 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4146
2827a3c1
RS
41472001-11-10 Richard M. Stallman <rms@gnu.org>
4148
a4cd0cd7
RS
4149 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4150 (quietly-read-abbrev-file): Doc fix.
4151
4152 * startup.el (command-line): Read standard abbrev
4153 file (abbrev-file-name), if it exists.
4154
4155 * files.el (save-abbrevs): Default value is t.
4156
2827a3c1
RS
4157 * progmodes/compile.el (compile-goto-error): Fix previous change
4158 in the case where subsequent errors have not been parsed yet
4159 because they are in a different source file.
4160
c48dc445
RS
41612001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4162
5ebcaf36
SM
4163 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4164 Merge two regular expressions into one.
c48dc445
RS
4165 (ps-mode): Make local bindings for `comment-start' and
4166 `comment-start-skip'.
4167 (ps-mode-looking-at-nested): Simplify an if-else construct;
4168 use `set-match-data' to set the result.
4169
41702001-11-10 Richard M. Stallman <rms@gnu.org>
4171
4172 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4173 Function deleted.
4174 (flyspell-correct-word): Old definition deleted.
4175 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4176 All references renamed too.
4177
ebc4ee8d
GM
41782001-11-10 Gerd Moellmann <gerd@gnu.org>
4179
4180 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4181
dbe3a58a
PA
41822001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4183
4184 * wid-edit.el (checklist): Removed `:menu-tag'.
4185 (radio-button-choice): Ditto.
4186 (editable-list): Ditto.
4187
acc24704 41882001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
4189
4190 * play/gomoku.el: Move definitions of constants to the beginning
4191 of file, before their use.
4192
5a34aae1
RS
41932001-11-09 Richard M. Stallman <rms@gnu.org>
4194
4195 * textmodes/flyspell.el: Use the keymap property
4196 instead of local-map, and don't use a minor-mode map.
4197 (flyspell-mode-map): Variable deleted.
4198 Don't mess with minor-mode-map-alist.
4199 (calling add-minor-mode): Specify nil for keymap.
4200 And always use add-minor-mode, now that it exists.
4201 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4202 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4203 or flyspell-local-mouse-map.
4204 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4205 (flyspell-mode): Doc fix.
4206 (flyspell-mode-on): Don't call make-local-hook.
4207
34decfdb
SS
42082001-11-09 Sam Steingold <sds@gnu.org>
4209
4210 * emacs-lisp/debug.el (debugger-make-xrefs):
4211 Add buttons to all symbols.
4212
d25303d3
AS
42132001-11-09 Andre Spiegel <spiegel@gnu.org>
4214
4215 * vc.el: Add John David Smith to credits.
34decfdb 4216
d25303d3 4217 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 4218
d25303d3
AS
4219 * vc-hooks.el (vc-error-occured): Backquotified.
4220 (vc-file-prop-obarray): Use prime length for better efficiency.
4221
4222 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4223
807378ad
EZ
42242001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4225
4226 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4227
60ab6064
MB
42282001-11-09 Miles Bader <miles@gnu.org>
4229
4230 * subr.el (functionp): Don't consider macros as functions.
4231
7c1ce64c
MB
42322001-11-08 Miles Bader <miles@gnu.org>
4233
1cf72ff8
MB
4234 * subr.el (functionp): Make work correctly for macros and unbound
4235 symbols.
4236
7c1ce64c
MB
4237 * comint.el (comint-send-input): Fix description of
4238 `comint-process-echoes' in the doc-string.
4239
d38b07f9
EZ
42402001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4241
4242 * international/mule.el (make-translation-table): Doc fix.
4243 Suggested by Alex Schroeder <alex@gnu.org>.
4244
5a34aae1
RS
42452001-11-07 Richard M. Stallman <rms@gnu.org>
4246
4247 * info.el (Info-fontify-node): Highlight every third menu item.
4248
61763509
PA
42492001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4250
4251 * cus-edit.el (custom-face-value-create): Don't ignore the
4252 `customized-face' attribute when finding the current face spec.
4253
ecd91f5f
SM
42542001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4255
faa29f8b
SM
4256 * subr.el (with-local-quit): New macro.
4257 (make-syntax-table): Always inherit.
4258 (functionp): Be more careful when `object' is a symbol.
4259
ecd91f5f
SM
4260 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4261
7263bb10
PE
42622001-11-07 Paul Eggert <eggert@twinsun.com>
4263
4264 * dired.el (dired-move-to-filename-regexp):
4265 Do not distinguish between ASCII letters and non-ASCII characters.
4266 Don't allow comma except in the form "month day, year".
4267 Don't allow space between month name and comma.
4268 Clean up the code that checks for trailing period, comma, and space.
4269 Remove now-obsolete comments, and add more commentary about
4270 Japanese dates.
4271 Always gobble up trailing spaces, instead of doing it only sometimes.
4272
05e122fe
MB
42732001-11-07 Miles Bader <miles@gnu.org>
4274
4275 * paren.el (show-paren-match-face): Add dark-background variant.
4276
c191d13c
SM
42772001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4278
4279 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4280 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4281 Don't disable adaptive-fill-mode.
4282 (lisp-fill-paragraph): Use tab-width rather than 8.
4283 Prevent filling the first line of docstrings.
4284
242d2673
RS
42852001-11-06 Richard M. Stallman <rms@gnu.org>
4286
16f97fc3
RS
4287 * play/gomoku.el (gomoku): Doc fix.
4288
c191d13c
SM
4289 * jka-compr.el (jka-compr-partial-uncompress):
4290 Support an alternative of not using dd.
242d2673
RS
4291 (jka-compr-dd-program): Use defcustom to define this.
4292 (jka-compr-load-suffixes): Use defcustom.
4293 (jka-compr-mode-alist-additions): Use defcustom.
4294
c1966bb4
SM
42952001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4296
4297 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4298 Also work when LIMIT is further than the end of line.
4299
e154cc44
EZ
43002001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 4303 offending file name if some of its quail-define-package forms is broken.
e154cc44 4304
d5360cc7
RS
43052001-11-05 Richard M. Stallman <rms@gnu.org>
4306
4307 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4308 of the evaluated form.
4309
0e6f6028
PE
43102001-11-05 Paul Eggert <eggert@twinsun.com>
4311
4312 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4313 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4314 stamps always line up by default. Also, it uses a slightly
4315 different window to determine whether files are "recent".
4316
96238a5a
AI
43172001-11-05 Andrew Innes <andrewi@gnu.org>
4318
c1966bb4
SM
4319 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4320 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 4321
982f6c7e
RS
43222001-11-04 Richard M. Stallman <rms@gnu.org>
4323
48461f7c
RS
4324 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4325 previous-single-property-change or next-single-char-property-change
4326 returns nil.
4327
c1966bb4 4328 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
4329 Make it interactive; make arg optional.
4330
982f6c7e
RS
4331 * international/mule-diag.el (help-funs): Require help-funs.
4332
051a608d
EZ
43332001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4334
4335 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4336
2c738482
MB
43372001-11-04 Miles Bader <miles@gnu.org>
4338
4339 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 4340 shadow of the splash image grey on a dark background instead of black.
2c738482 4341
9c01e545
SM
43422001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4343
c191d13c
SM
4344 * term.el (all faces): Don't (copy-face 'default <foo>).
4345
9c01e545
SM
4346 * term/xterm.el (function-key-map):
4347 Add entry for `ESC [ 3 ~' -> <delete>
4348 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4349 Use inheritance so that .emacs and terminfo take precedence.
4350
aed29b97
EZ
43512001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4352
4353 * tooltip.el (tooltip-delay): Decrease to 0.7.
4354 (tooltip-hide-delay): Enlarge to 10.
4355
ed638cc9
RS
43562001-11-03 Richard M. Stallman <rms@gnu.org>
4357
4358 * startup.el (fancy-splash-tail): Explain how to recover
4359 from a crash, if there was a crash.
4360 (command-line-1): Reorganize display of startup screen,
d09cb033 4361 to simplify the logic. Use a temp buffer for it.
ed638cc9 4362
9ca8a5a0
EZ
43632001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4364
d09cb033
SM
4365 * frame.el (set-background-color, set-foreground-color):
4366 Call face-set-after-frame-default, to propagate the new colors to
4367 the frame's parameters alist.
528e1416 4368
9ca8a5a0
EZ
4369 * calendar/timeclock.el (timeclock-out): Signal an error if
4370 timeclock-last-event is nil.
4371
55140940
SM
43722001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4373
d09cb033
SM
4374 * textmodes/fill.el (fill-context-prefix): Fix braino.
4375
4376 * international/quail.el (quail-help):
4377 Use `help-buffer' and move `help-setup-xref' to beginning.
4378
4379 * international/mule-cmds.el (describe-language-environment):
4380 Use `help-buffer' and move `help-setup-xref' to beginning.
4381
55140940
SM
4382 * international/mule-diag.el (list-character-sets)
4383 (sort-listed-character-sets, describe-character-set)
4384 (describe-coding-system, describe-fontset, list-fontsets):
4385 Use `help-buffer' and move `help-setup-xref' to beginning.
4386 (describe-char-after): Use `internal-describe-syntax-value'.
4387
e6bff182
RS
43882001-11-02 Richard M. Stallman <rms@gnu.org>
4389
4390 * mouse.el (popup-menu): If the user refuses to select
4391 from a menu, don't try to invoke the menu.
4392
e8cdeaca
MB
43932001-11-02 Miles Bader <miles@gnu.org>
4394
4395 * help-mode.el (help-xref): New button type.
4396 (help-function, help-variable, help-face, help-coding-system)
4397 (help-input-method, help-character-set, help-type, help-symbol)
4398 (help-back, help-info, help-customize-variable, help-customize-face)
4399 (help-function-def, help-variable-def): Use it as a supertype.
4400 Remove `action' property.
4401
4402 * international/mule-diag.el (describe-character-set)
4403 (describe-coding-system): Pass correct args to `help-xref-button'.
4404 (sort-listed-character-sets): New button type.
4405 (list-character-sets): Use it.
4406 (list-charset-chars): New button type.
4407 (list-character-sets-1): Use it.
4408
44092001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
4410
4411 * indent.el (tab-always-indent, indent-for-tab-command):
4412 Remove redundant `never' setting.
2d78d3e8
SM
4413
4414 * fill.el (fill-region-as-paragraph): Don't forget to skip
4415 over current whitespace before looking for a preceding space.
4416
9271ed2c
RS
44172001-11-01 Richard M. Stallman <rms@gnu.org>
4418
e6bff182
RS
4419 * files.el (file-newest-backup): Don't pass backup file name
4420 thru file-name-sans-versions, because it never has version numbers.
4421
4422 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4423 to avoid ambiguous nested loops.
55140940 4424
9271ed2c
RS
4425 * files.el (find-file-noselect): Offer to change buffer-read-only
4426 only when the file's read-only status has changed from before
4427 as well as disagreeing with the buffer's current status.
4428 (buffer-file-read-only): New var, local in all buffers.
4429
4430 * buff-menu.el (buffer-menu): Doc fix.
4431 (buffer-menu-other-window): Doc fix.
4432 (list-buffers, list-buffers-noselect): Doc fix.
4433
7360b8aa
GM
44342001-11-01 Gerd Moellmann <gerd@gnu.org>
4435
4436 * startup.el (command-line): If the terminal Emacs is running on
4437 has erase char set to ^H, use the Backspace key for deleting
4438 backward, and the Delete key for deleting forward.
4439
588c722f
MB
44402001-11-01 Miles Bader <miles@gnu.org>
4441
4442 * button.el (define-button-type): Make sure every user-defined
4443 button type has a supertype.
4444
74142afe
JR
44452001-10-31 Jason Rumney <jasonr@gnu.org>
4446
4447 * international/mule-cmds.el (locale-language-names): Add chs and
4448 cht as aliases for Chinese-GB and Chinese-BIG5.
4449
e6188964
RS
44502001-10-31 Richard M. Stallman <rms@gnu.org>
4451
4452 * bindings.el (mode-line-frame-identification): Add doc string.
4453 (mode-line-position, mode-line-modes): New variables.
4454 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
4455 that displays the position-in-buffer info.
4456 Use mode-line-modes for the part that displays major and minor modes.
e6188964 4457
cc1bde62
SS
44582001-10-31 Sam Steingold <sds@gnu.org>
4459
4460 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4461 (debugger-setup-buffer): Call it.
4462 (debugger-mode-map): Bind RET and mouse-2.
4463
acc24704 44642001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4465
4466 * startup.el: Document command line option --no-window-system
4467 instead of --no-windows.
4468
d4945dfb
SM
44692001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4470
cbe52879
SM
4471 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4472
bf9bb76f
SM
4473 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4474 (font-lock-defaults-alist): Use it.
4475 From David Ponce <david.ponce@wanadoo.fr>
4476
4477 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4478 output of `char-after'.
4479
747d3f2a
SM
4480 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4481
d4945dfb
SM
4482 * simple.el (reindent-then-newline-and-indent): Insert the newline
4483 before indenting the first line.
4484 (undo-get-state, undo-revert-to-state): New funs.
4485 (shell-command): Don't kill the buffer even if empty.
4486 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4487 (transpose-subr-end2): Remove.
4488 (transpose-subr): Add `special' arg and simplify.
4489 (transpose-subr-1): Rewrite.
4490 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4491 (rfc822-goto-eoh): Simplify.
4492
3a426197
RS
44932001-10-30 Richard M. Stallman <rms@gnu.org>
4494
3e3d3704 4495 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 4496
3f99f948
GM
44972001-10-30 Gerd Moellmann <gerd@gnu.org>
4498
4499 * international/iso-acc.el (iso-accents-compose): Remove a
4500 superfluous setq.
4501
ae830159
EZ
45022001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4503
4504 * buff-menu.el (list-buffers-noselect): If the buffer's name
4505 starts with a blank, but it visits a file, do show it (for files
4506 whose names start with a blank).
4507
8e8223e2
SM
45082001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4509
4510 * textmodes/fill.el (sentence-end-double-space)
4511 (sentence-end-without-period): Move to paragraphs.el.
4512 (fill-indent-according-to-mode): Change default to t.
4513 (fill-context-prefix): Simplify control-flow and use a more
4514 sophisticated merge that unifies both previous checks.
4515 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4516 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4517 (fill-nobreak-p): New fun.
4518 (fill-region-as-paragraph): Use it.
4519 Handle `fill-indent-according-to-mode' slightly differently.
4520 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4521 (fill-individual-paragraphs-citation): Fix.
4522
4523 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4524 (paragraph-start): Change default to the `text-mode' value.
4525 (sentence-end-double-space, sentence-end-without-period):
4526 Move from fill.el.
4527 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4528 rather than rebinding `paragraph-start' and `paragraph-separate'.
4529
4530 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 4531 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
4532 (indent-according-to-mode): Handle `indent-relative' and
4533 `indent-relative-maybe' specially.
4534 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 4535 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
4536 Don't call indent-according-to-mode for indent-relative' and
4537 `indent-relative-maybe'.
4538 (insert-tab): Rename `prefix-arg' to `arg'.
4539 (indent-region): Indent the first line as well.
4540 (indent-relative): Don't mark the buffer modified if the indentation
4541 is unchanged.
4542
4543 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4544 Don't set paragraph-separate. Set paragraph-start more carefully.
4545 Set indent-line-function.
4546 (paragraph-indent-text-mode): Use it and define-derived-mode.
4547 (text-mode-map): Remove the \t binding.
4548 (text-mode): Simplify now that the default is more favorable.
4549
45502001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4551
4552 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4553 If the regexp doesn't match, use a looser one.
4554 (find-variable-noselect): Add `file' argument.
4555
4556 * pcvs.el (cvs-mode-commit-hook): New hook.
4557 (cvs-mode-commit): Run it.
4558
4559 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4560
4561 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4562 (edebug-instrument-function): Use `find-function-noselect'.
4563
dead519d
RS
45642001-10-29 Richard M. Stallman <rms@gnu.org>
4565
4d083a8f
RS
4566 * term.el (term-if-emacs19): Macro deleted.
4567 Callers changed to use progn instead.
4568
4569 * frame.el (blink-cursor-mode): Doc fix.
4570
8767d866
RS
4571 * files.el (find-backup-file-name): Use make-backup-file-name.
4572
dead519d
RS
4573 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4574 window-live-p.
4575 (edebug-set-conditional-breakpoint): Unconditionally use
4576 the former Emacs >=19 definition.
4577 (edebug-mark): Define unconditionally.
4578 (edebug-eval-expression): Always call read-from-minibuffer
4579 and specify history list.
4580 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4581 edebug-set-conditional-breakpoint.
4582 (edebug-emacs-version-specific): Function deleted;
4583 do the job at top level.
4584 (edebug-emacs-19-specific): Function deleted, this is the default.
4585
bcaf1c36
SS
45862001-10-29 Sam Steingold <sds@gnu.org>
4587
4588 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4589 "/cygdrive/LETTER/" pathnames.
4590
e76ecac5
EZ
45912001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4592
4593 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
4594 when testing whether face colors are not specified.
4595 From David.Kastrup@t-online.de (David Kastrup).
95125512 4596 (read-face-name): Doc fix.
bcaf1c36 4597 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
4598 (make-face-unitalic, make-face-bold-italic, invert-face):
4599 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 4600
d90a41e8
SS
46012001-10-29 Sam Steingold <sds@gnu.org>
4602
8e8223e2
SM
4603 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4604 Report numbers of files skipped and failed too.
d90a41e8
SS
4605 (byte-compile-file): Return 'no-byte-compile for skipped files.
4606
c499f00a 46072001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
4608
4609 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4610 and `M p'.
4611
f6f4bfb3
GM
46122001-10-29 Gerd Moellmann <gerd@gnu.org>
4613
4614 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4615 as is on unread-command-events instead of `(SECOND-CHAR)'.
4616
a4809977
AS
46172001-10-29 Andre Spiegel <spiegel@gnu.org>
4618
4619 * vc.el: Mention vc-*-switches in backend API documentation.
4620 (vc-annotate): Adapt doc string to recent change.
4621
0ccfdad2
GM
46222001-10-29 Gerd Moellmann <gerd@gnu.org>
4623
3f08fcd2
GM
4624 * enriched.el (enriched-face-ans): Handle face attributes
4625 of the form `(FACE1 FACE2 ...)'.
4626
8e8223e2 4627 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 4628
60ebcfe8
GM
46292001-10-29 Alex Schroeder <kensanata@yahoo.com>
4630
4631 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4632
4633 * progmodes/sql.el (sql-db2): Doc change.
4634 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4635 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4636
6fd735df
GM
46372001-10-29 Gerd Moellmann <gerd@gnu.org>
4638
4639 * env.el (substitute-env-vars): Don't quote argument to `rx';
4640 it's a macro.
4641
8997e990
GM
46422001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4643
4644 * cus-start.el (recursive-load-depth-limit): Added.
4645
eef442a5
RS
46462001-10-28 Richard M. Stallman <rms@gnu.org>
4647
36656ee3
RS
4648 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4649 All uses removed--assume Emacs version is >= 20.
4650
4651 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4652 by really checking that it is not version 18.
4653
eef442a5
RS
4654 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4655
5bbf4378
MB
46562001-10-28 Miles Bader <miles@gnu.org>
4657
4658 * faces.el (face-attribute): Add INHERIT argument, consider face
4659 inheritance if it's non-nil.
4660 (face-attribute-merged-with): New function.
4661 (face-attribute-specified-or): New macro.
4662 (face-foreground, face-background, face-stipple): Add INHERIT
4663 argument. Use `face-attribute-specified-or'.
4664
8259bf10
SM
46652001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4666
4667 * font-lock.el: Require `syntax'.
4668 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4669 Use `c-font-lock-syntactic-face-function' for c languages.
4670 (font-lock-mode): Don't unset vars when turning the mode off.
4671 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4672 (font-lock-extra-managed-props): New var.
4673 (font-lock-default-unfontify-region): Use it.
4674 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4675 Don't eval the value when there's no match.
4676 (font-lock-ppss-stats): New var.
4677 (font-lock-ppss): New fun.
4678 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4679 (font-lock-apply-highlight): Allow `highlight' to set several props.
4680 (font-lock-set-defaults): Use dolist.
4681 (font-lock-unset-defaults): Remove.
4682 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4683 Try to recognize prototypes using `foo P_ ((args))'.
4684 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4685 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4686 (c-font-lock-syntactic-face-function): New function.
4687 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4688 (c++-keywords): Use a more sophisticated regexp to handle
4689 shallowly nested templates.
4690
001c08a1
SM
46912001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4692
8259bf10
SM
4693 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4694 (sgml-tag): Use it. Cleanup with `cond'.
4695 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4696 Mark the overlays and only delete those that are marked.
4697 (sgml-skip-close-p): Remove.
4698 (sgml-value): Replace sgml-skip-close-p with its definition.
4699 (html-tag-alist): Use sgml-xml a bit more.
4700 (html-mode): Set sgml-empty-tags.
4701
001c08a1
SM
4702 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4703 (texinfo-update-node, texinfo-sequential-node-update):
4704 Don't bind the obsolete `auto-fill-hook'.
4705 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4706 Use `set-buffer' rather than `switch-to-buffer'.
4707 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4708 Use `set-buffer' rather than `switch-to-buffer'.
4709
4710 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4711 text-mode-syntax-table.
4712 (mail-mode): Use define-derived-mode.
4713 Fix ordering of alternatives in adaptive-fill-regexp.
4714 (mail-mode-map): Don't rely on keymap's internal representation.
4715
c77c3a73
SS
47162001-10-27 Sam Steingold <sds@gnu.org>
4717
4718 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4719 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4720 (sgml-mode-common): Call it.
4721 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4722 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4723 (html-horizontal-rule, html-image, html-ordered-list):
4724 (html-unordered-list, html-list-item, html-paragraph):
4725 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4726 `html-xhtml'.
4727
8e5ff9aa
EZ
47282001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4729
4730 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4731 (ifnothtml): New alias.
4732
b9c6ab68
SM
47332001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4734
4735 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4736 (toggle-text-mode-auto-fill): Use derived-mode-p.
4737
cfc3aed3
GM
47382001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4739
4740 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4741 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4742
bd6eb1cb
EZ
47432001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4744
bcfb9eff
SM
4745 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4746 Add make-obsolete cookies, to follow faces.el.
944e6f60 4747
bd6eb1cb 4748 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 4749
bd6eb1cb
EZ
4750 * faces.el (internal-get-face): Use facep instead of the obsolete
4751 internal-find-face.
bcfb9eff
SM
4752 (internal-frob-font-weight, internal-frob-font-slant):
4753 New defaliases for obsolete functions.
4754 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4755 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
4756 (x-make-font-bold-italic): Use internal-frob-font-weight and
4757 internal-frob-font-slant aliases instead of the obsolete
4758 x-frob-... functions.
4759
58203d91
SS
47602001-10-26 Sam Steingold <sds@gnu.org>
4761
4762 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 4763 DOCTYPE; set `mode-name' based on it.
58203d91
SS
4764 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4765 (sgml-tag): Close empty tags in XHTML.
4766
317672ff
JR
47672001-10-26 Jason Rumney <jasonr@gnu.org>
4768
4769 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4770 when UNICODE is not defined.
4771
07fedaed
SS
47722001-10-26 Sam Steingold <sds@gnu.org>
4773
4774 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4775 be alone on the line.
4776
d4e34d24
EZ
47772001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4778
bcfb9eff 4779 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 4780
187cd25b
SS
47812001-10-26 Sam Steingold <sds@gnu.org>
4782
4783 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4784 Protect the /= test by checking that the args are non-nil.
b9c6ab68 4785 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 4786
63db25ed
GM
47872001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4788
4789 * textmodes/artist.el (artist-version): 1.2.4.
4790 (artist-butlast-fn): New variable.
4791 (artist-butlast): New function.
4792 (artist-ellipse-mirror-quadrant): Use it.
4793 (artist-mouse-draw-poly): Use nil for `point-list'.
4794 (artist-mouse-draw-poly): Check for point-list being nil.
4795
627a4e30
GM
47962001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4797
4798 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4799 lambda expression.
4800 (ps-mode-menu-main): Submenu with options on/off was replaced with
4801 a toggle button.
4802 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4803 (ps-mode): Autoload cookie added on same line as comment
4804 (ps-mode-tabkey, ps-mode-backward-delete-char):
4805 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4806 `indent-to' with `indent-line-to'
4807 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4808 instead of `eval'.
4809 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 4810 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
4811 (numerous places): Add back-tick and tick around names in
4812 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 4813
bcfb9eff
SM
48142001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4815
4816 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4817 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4818 (sgml-font-lock-syntactic-keywords): New var.
4819 (sgml-mode-common): Drop the two args.
4820 Don't make buffer-local variables that aren't used.
4821 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4822 Don't set `before-string' props from sgml-display-text.
4823 (sgml-mode): Use define-derived-mode.
4824 (sgml-tags-invisible): Use sgml-display-text.
4825 (sgml-quote): New command.
4826 (html-tag-alist): Add args for `span'.
4827 (html-mode): Use define-derived-mode.
4828 Set sgml-display-text and sgml-tag-face-alist.
4829
598f34fa
SS
48302001-10-25 Sam Steingold <sds@gnu.org>
4831
4832 * add-log.el (add-log-always-start-new-record): New user option.
4833 (add-change-log-entry): Use it.
4834
a3fbafe2
RS
48352001-10-25 Richard M. Stallman <rms@gnu.org>
4836
4837 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4838 bind case-fold-search if FROM is not all lower case.
4839
5b6a51aa
GM
48402001-10-25 Gerd Moellmann <gerd@gnu.org>
4841
dfe92a6a
GM
4842 * startup.el (normal-top-level): Check for frame-initial-frame
4843 only if it's really used.
4844
879eadc3
GM
4845 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4846
5b6a51aa
GM
4847 * progmodes/compile.el (compilation-parse-errors-filename-function):
4848 New variable.
4849 (compilation-parse-errors): Use it.
4850
d73a471b
SM
48512001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4852
4853 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4854 interactively so that C-u M-C-x still does edebug.
4855 (checkdoc-sentencespace-region-engine): Don't force a double-space
4856 after `.' if it doesn't look like an end-of-sentence.
4857 (debug-ignored-errors): Add `disambiguate ...'.
4858
48592001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4860
4861 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 4862 (texinfo-environment-regexp): Hoist.
d73a471b
SM
4863 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4864 Only highlight the menu name in menu items.
4865 Setup `@foo ... @end foo' as text clones.
4866 (texinfo-clone-environment): New function.
4867 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4868 (texinfo-insert-block): Simplify.
4869 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4870 the command is repeated.
4871 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4872 (texinfo-insert-@end): Simplify.
4873
4874 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4875 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4876 (texinfo-subsubsection-level-regexp)
4877 (texinfo-update-menu-same-level-regexps)
4878 (texinfo-update-menu-higher-regexps)
bcfb9eff 4879 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
4880
4881 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4882 (derived-mode-p): Autoload.
4883
4884 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4885 New vars and functions.
4886 (text-clone-maintain, text-clone-create): New functions.
4887
f66bd220
MB
48882001-10-25 Miles Bader <miles@gnu.org>
4889
4890 * facemenu.el (facemenu-add-new-face): Fix variable names.
4891
b617a66b
RS
48922001-10-24 Richard M. Stallman <rms@gnu.org>
4893
d436d538
RS
4894 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4895 of t and nil values.
4896 (facemenu-set-face): Handle START and END interactively.
4897 (facemenu-set-foreground): Don't use a face; specify color directly.
4898 (facemenu-set-background): Likewise.
4899 (facemenu-set-face-from-menu): Doc fix.
4900 (facemenu-active-faces): Use face-attribute-vector
4901 to handle bare attributes not in faces.
4902 (facemenu-get-face): Don't handle face names fg:... and bg:...
4903 specially.
4904 (facemenu-add-new-face): New argument MENU.
4905 New way to handle adding colors to the color menus.
4906
b617a66b
RS
4907 * env.el (substitute-env-vars): Quote the arg to rx.
4908
7b611de0
SS
49092001-10-24 Sam Steingold <sds@gnu.org>
4910
4911 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 4912 Control" and "SGML" groups.
7b611de0 4913
c533fe40
SM
49142001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4915
4916 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4917 Better handling of C++ template args to avoid confusion with `<'
4918 and `>' used as operators in member init expressions.
4919
bdbdebff
GM
49202001-10-24 Gerd Moellmann <gerd@gnu.org>
4921
4aa6b955
GM
4922 * replace.el (perform-replace): Move START and END parameters
4923 to the end of the argument list and make them optional.
4924
4925 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4926 perform-replace.
4927
c533fe40 4928 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
4929 (x-complement-fontset-spec): Use it.
4930
0033146f
SM
49312001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4932
e07777e6
SM
4933 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4934
0033146f
SM
4935 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4936 Turn caadr into caar of cdr.
4937
24db49fb
GM
49382001-10-23 Gerd Moellmann <gerd@gnu.org>
4939
e07777e6 4940 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
4941 of mouse-{1,2} since dragging is on the down event.
4942
c51488cd
GM
4943 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4944
197a9dfd
GM
4945 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4946 if ARG is nil.
4947
24db49fb
GM
4948 * desktop.el (desktop-last-buffer): New variable.
4949 (desktop-create-buffer): Set it.
4950 (desktop-read): Bind it and switch to that buffer.
4951
e38e2839
GM
49522001-10-22 Gerd Moellmann <gerd@gnu.org>
4953
e07777e6
SM
4954 * progmodes/compile.el (compilation-set-window-height):
4955 Select old window only if it's still live.
e38e2839 4956
acc24704 49572001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
784b8937
PJ
4958
4959 * help-mode.el (help-buffer): Remove debugging code.
4960 From Stefan Monnier <monnier@cs.yale.edu>.
4961
b704d54b
EZ
49622001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4963
e07777e6
SM
4964 * files.el (file-name-sans-extension, file-name-extension):
4965 Don't count the leading dots in file names as signaling an extension.
b704d54b 4966
fb2fa4a9
AS
49672001-10-22 Andre Spiegel <spiegel@gnu.org>
4968
4969 * vc.el (vc-diff-switches): Doc rewritten.
4970
7142670a
EZ
49712001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4972
4b2bb9be
EZ
4973 * tooltip.el (tooltip-set-param): Doc fix.
4974
2840d653
EZ
4975 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4976 127 to sgml-maybe-name-self.
4977 (sgml-name-8bit-mode): Doc fix.
4978 (sgml-char-names-table): New variable.
4979 (sgml-name-char): Support non-ASCII and mule-unicode-*
4980 characters. Doc fix.
4981 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4982
7142670a
EZ
4983 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4984 doc string the effect of `left' and `top' parameters in
4985 tooltip-frame-parameters, the default values, and the units.
e07777e6 4986 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
4987 (tooltip-show): Mention in the doc string the `top' and `left'
4988 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4989
dea19473
AS
49902001-10-22 Andre Spiegel <spiegel@gnu.org>
4991
4992 Add autoscaling support for vc-annotate.
9522e2d8 4993 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 4994
dea19473
AS
4995 * vc.el (vc-annotate-display-default): Accept colormap scaling
4996 ratio (now deprecated).
4997 (vc-annotate-display-autoscale): Added.
4998 (vc-annotate-add-menu): New autoscaling menu options "Span to
4999 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 5000 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
5001 (vc-annotate-display-select): Added.
5002 (vc-annotate): Changed temp-buffer-show-function to
5003 `vc-annotate-display-select'.
5004 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
5005 Added argument OFFSET. Instead of backend function, calls now
5006 generic `vc-annotate-difference'.
5007 (vc-annotate-difference): Added as generic function instead of
5008 backend-specific function. No longer takes argument POINT, but
5009 instead accepts a time OFFSET.
5010 (vc-default-annotate-current-time): Added.
5011
5012 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 5013 version in vc.el, with
dea19473 5014 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 5015 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
5016 `vc-cvs-annotate-difference'.
5017
04808157
GM
50182001-10-22 Gerd Moellmann <gerd@gnu.org>
5019
26fe1f92
GM
5020 * saveplace.el (save-place): Require `saveplace'.
5021
e07777e6 5022 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
5023 Use `sexp' for :value-type instead of `face'.
5024
a6a1654e
EZ
50252001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
5026
5027 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
5028 regexps due to 5-digit message IDs.
5029
4fdd691b
JR
50302001-10-21 Jason Rumney <jasonr@gnu.org>
5031
a6a1654e 5032 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 5033
a6a1654e 50342001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
5035
5036 * help-funs.el (help-manyarg-func-alist): Variable removed.
5037
7e9a6a1b
MB
50382001-10-21 Miles Bader <miles@gnu.org>
5039
5040 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
5041 `insert', `insert-and-inherit', `insert-before-markers',
5042 `insert-before-markers-and-inherit', `message', `message-box',
5043 `message-or-box', `propertize', `format', `encode-time', `append',
5044 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
5045 `insert-string', `ml-if', `ml-provide-prefix-argument', and
5046 `ml-prefix-argument-loop'.
7e9a6a1b 5047
72830e8a
AS
50482001-10-21 Andre Spiegel <spiegel@gnu.org>
5049
e07777e6
SM
5050 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
5051 (vc-default-diff-tree): New functions.
72830e8a
AS
5052 (vc-version-diff): Use them. As a result, coding systems are now
5053 set up properly for all sorts of diffs, and tree diffs can now
5054 also be done locally.
5055 (vc-diff): With a prefix argument, don't require that it's called
5056 from a buffer under version control.
a279f22f 5057 (diff-switches): Remove duplicate definition.
e07777e6 5058
72830e8a
AS
5059 * vc-cvs.el (vc-cvs-diff-tree): New function.
5060
b6715b9f
MB
50612001-10-21 Miles Bader <miles@gnu.org>
5062
386ca361
MB
5063 * help-funs.el (help-manyarg-func-alist): Remove entries for
5064 `list', `vector', `make-byte-code', `call-process',
5065 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
5066 `logand', `logior', and `logxor'.
5067
b6715b9f
MB
5068 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
5069 image bits to compensate. Use `make-string' instead of
5070 `make-bool-vector' (XBM apparently wants byte-aligned rows).
5071
db6f8ff1
KS
50722001-10-20 Kim F. Storm <storm@cua.dk>
5073
5074 * simple.el (kill-ring-save): Don't show extent of copied region
5075 if using transient-mark-mode and region is fully visible.
5076
da67faa9
KS
50772001-10-20 Gerd Moellmann <gerd@gnu.org>
5078
5079 * (Version 21.1 released.)
5080
8f9495e7
EZ
50812001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5082
5083 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 5084 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 5085
1f006824
SS
50862001-10-18 Sam Steingold <sds@gnu.org>
5087
5088 Put the *Compile-Log* buffer in `compilation-mode'.
5089 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5090 (byte-compile-log-1, byte-compile-log-file)
e07777e6 5091 (displaying-byte-compile-warnings): Use it
1f006824 5092
e54030af
SM
50932001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5094
d2f11dda
SM
5095 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5096
e54030af
SM
5097 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5098
d0035f7a
GM
50992001-10-18 Gerd Moellmann <gerd@gnu.org>
5100
3f482bc0
GM
5101 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5102
e54030af
SM
5103 * obsolete/hilit19.el (hilit-lookup-face-create):
5104 Call set-face-font only if display-graphic-p.
d0035f7a
GM
5105 (toplevel): Remove references to window-system.
5106
4d251ae7
MB
51072001-10-18 Miles Bader <miles@gnu.org>
5108
5109 * simple.el (what-line): Avoid problems with field properties.
5110
2670cf80
EZ
51112001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5112
5113 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5114 Define special colors for a tty.
5115
5889cc20
FP
51162001-10-17 Francesco Potorti` <pot@gnu.org>
5117
5118 * comint.el (comint-password-prompt-regexp): Make it less
5119 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5120
2670cf80 51212001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
5122
5123 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5124 a regular file, before checking if it is a directory or symlink.
5125 This avoids a call to eshell-file-attributes, which can be
5126 expensive in some situations.
5127
5128 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5129 customization variable, to differentiate ls-in-dired from regular
5130 uses of ls.
5131
3d58b15e
MB
51322001-10-17 Miles Bader <miles@gnu.org>
5133
5134 * custom.el (defface): Mention `:inherit' in doc-string.
5135
ca5b46fc
EZ
51362001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5137
5138 * paren.el: Update the Commentary with installation instructions.
5139
56378db4
GM
51402001-10-15 Dave Love <fx@gnu.org>
5141
5142 * international/mule.el (set-auto-coding): Fix regexps for local
5143 variables section not to eat newlines.
5144
31252c00
MB
51452001-10-15 Miles Bader <miles@gnu.org>
5146
5147 * simple.el (display-message-or-buffer): Pass the correct buffer
5148 to `display-buffer'.
5149
0c88c937
SM
51502001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5151
5152 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5153 (executable-find): Use exec-suffixes.
5154 (executable-set-magic): Don't use make-local-hook.
5155
5156 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5157
5a595785
EZ
51582001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5159
a12ca054
EZ
5160 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5161 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5162 Add .so to the Unix and GNU branch.
5163
0c88c937
SM
5164 * international/latin-1.el:
5165 * international/latin-2.el:
5166 * international/latin-3.el:
5167 * international/latin-4.el:
5168 * international/latin-5.el:
5169 * international/latin-8.el:
5a595785
EZ
5170 * international/latin-9.el: Add no-byte-compile: t, since
5171 Makefile.in instructs make-docfile to look at .el files.
5172
530893b2
MB
51732001-10-14 Miles Bader <miles@gnu.org>
5174
5175 * button.el (define-button-type): Allow supertype property to be
5176 specified with a keyword `:supertype' too.
5177 (button-put, make-text-button): Allow button type property to be
5178 specified using the keyword `:type' too.
5179 (button-type): New function.
5180 (button): Add `button-category-symbol' property.
5181
6efb29ef
SM
51822001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5183
0c88c937
SM
5184 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5185 indent-new-comment-line from comment-indent-new-line.
5186
6efb29ef
SM
5187 * textmodes/refill.el (refill-mode):
5188 Bind DEL to backward-delete-char-untabify.
5189 Set backward-delete-char-untabify-method to `hungry'.
5190
5191 * textmodes/bib-mode.el (bib-mode):
5192 * play/gomoku.el (gomoku-mode):
5193 * textmodes/page-ext.el (pages-directory-mode):
5194 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5195
5196 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5197
5198 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5199
5200 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5201 Handle here-docs differently.
5202 (sh-font-lock-heredoc): Remove.
5203 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5204 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5205 (sh-font-lock-open-heredoc): New functions.
5206 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5207 (sh-font-lock-keywords-1): Use regexp-opt.
5208 (sh-in-comment-or-string): Use syntax-ppss.
5209 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5210 (sh-select, sh-tmp-file): Add explicit terminating \n.
5211
5212 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5213 Use with-current-buffer.
5214 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5215 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5216 filename), catch any error that occurs in `ange-ftp-cd'.
5217 If an error happened, don't bother sending `cmd' at all.
5218 Fix a parenthesis typo.
5219 (ange-ftp-write-region): Don't blindly use binary if the remote host
5220 is unix-like.
5221
5222 * play/pong.el (pong-init): Don't use make-local-hook.
5223
2d341681 52242001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
5225
5226 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5227 (viper-get-ex-address-subr): More precise addr for the $ marker
5228
eef9b65f
EZ
52292001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5230
5231 * version.el (emacs-version): Bump to 21.1.50.
5232
acc24704 52332001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
a2bdcec4
PJ
5234
5235 * mail/mailalias.el (mail-directory-stream): Do not double
5236 variables in the lambda-list.
5237
5238 * play/gomoku.el (gomoku-init-display): Ditto.
5239
5240 * play/landmark.el (lm-init-display): Ditto.
5241
5242 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5243 (delimit-columns-rectangle-line): Ditto.
5244
f892ac1d
SM
52452001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5246
5a1373f3
SM
5247 * newcomment.el (comment-region-internal): Don't rebind
5248 invisibility_spec now that the C routines handle it correctly.
5249
5250 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5251
026f408d
SM
5252 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5253 and `same-frame'.
5254
32993295
SM
5255 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5256
5257 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5258
5259 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5260 C-p and C-r. Remove redundant bindings from inheriting maps.
5261
f892ac1d
SM
5262 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5263 After 4.23 and: After 4.24:
5264 (cperl-contract-levels): Restore position.
5265 (cperl-beautify-level): Likewise.
5266 (cperl-beautify-regexp): Likewise.
5267 (cperl-commentify): Rudimental support for length=1 runs
5268 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5269 After 4.25:
5270 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5271 (imenu-example--create-perl-index): Was not enforcing
5272 syntaxification-to-the-end.
5273 (cperl-invert-if-unless): Allow `for', `foreach'.
5274 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5275 Mark qw(), m()x as indentable.
5276 (cperl-init-faces): Highlight `sysopen' too.
5277 Highlight $var in `for my $var' too.
5278 (cperl-invert-if-unless): Was leaving whitespace at end.
5279 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5280 (cperl-calculate-indent): Remove old commented out code.
5281 Support (primitive) indentation of qw(), m()x.
5282 After 4.26:
5283 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5284 q [] with intervening newlines.
5285 (cperl-autoindent-on-semi): New customization variable.
5286 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5287 (cperl-tips): Mention how to make CPerl the default mode.
5288 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5289 (cperl-outline-level): New function.
5290 (cperl-highlight-variables-indiscriminately): New customization var.
5291 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5292 From Sean Kamath <kamath@pogo.wv.tek.com>.
5293 (cperl-after-block-p): Support CHECK and INIT.
5294 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5295 From Doug MacEachern <dougm@covalent.net>.
5296 After 4.27:
5297 (cperl-find-pods-heres): Recognize \"" as a string.
5298 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5299 Allow whitespace between << and "FOO".
5300 (cperl-problems): Remove \"" and q [] with intervening newlines.
5301 Mention multiple <<EOF as unsupported.
5302 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5303 (cperl-indent-parens-as-block): New configuration variable.
5304 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5305 Use `cperl-indent-parens-as-block'.
5306 (cperl-find-pods-heres): Test for =cut without empty line instead of
5307 complaining about no =cut.
5308 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5309 (cperl-find-pods-heres): Likewise.
5310 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5311 POD could've been marked as comment already.
5312 (cperl-unwind-to-safe): Unwind before start of POD too.
5313 After 4.28:
5314 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5315 After 4.29:
5316 (x-color-defined-p): Make an extra case to peacify the warning.
5317 Toplevel: `defvar' to peacify the warnings.
5318 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5319 No -nw-compile time warnings now.
5320 (cperl-find-tags): TAGS file had too short substring-to-search.
5321 Be less verbose in non-interactive mode
5322 (imenu-example--create-perl-index): Set index-marker after name
5323 (cperl-outline-regexp): New variable.
5324 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5325 (cperl-mode): Made use `cperl-outline-regexp'.
5326 After 4.30:
5327 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5328 (cperl-outline-level): Make start-of-file same level as `package'.
5329 After 4.31:
5330 (cperl-electric-pod): `head1' and `over' electric only if empty.
5331 (cperl-unreadable-ok): New variable.
5332 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5333 on an unreadable file.
5334 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5335 on an unreadable directory.
5336
5337 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5338 Consider the text between two errors as belonging to the first error.
5339 (compilation-goto-locus): Use pop-to-buffer rather than
5340 switch-to-buffer-other-frame.
5341
5342 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5343 (awk-font-lock-syntactic-keywords): New var.
5344 (awk-mode): Use it.
5345
5346 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5347
5348 * faces.el (describe-face): Call help-setup-xref earlier.
5349
5350 * jka-compr.el (jka-compr-load-suffixes): New var.
5351 (jka-compr-install): Add its content to load-suffixes.
5352 (jka-compr-uninstall): Remove its content from load-suffixes.
5353
b878b8c3
SS
53542001-10-12 Sam Steingold <sds@gnu.org>
5355
7ed93890
SS
5356 * bindings.el (completion-ignored-extensions): CL-related
5357 extensions are platform-independent.
5358
b878b8c3
SS
5359 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5360 asynchronous multiple file copying.
5361
eadd6444
GM
53622001-10-12 Gerd Moellmann <gerd@gnu.org>
5363
5a1373f3 5364 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 5365 Turn error for repeated variables into warning.
5a1373f3
SM
5366
5367 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5368 New function checking that lambda-list consists of non-constant
eadd6444 5369 symbols, that &rest and &optional are followed by variable names,
f892ac1d 5370 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
5371 (byte-compile-lambda): Use it.
5372
beb0990f
GM
53732001-10-12 Eli Barzilay <eli@barzilay.org>
5374
5375 * calculator.el (calculator-eng-display): Don't call concat
5376 with an integer argument.
5377
07f904a3
MB
53782001-10-12 Miles Bader <miles@gnu.org>
5379
5380 * help-mode.el (help-customize-face): New button-type.
b0412574 5381
07f904a3
MB
5382 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5383 (describe-face): Fix args to `help-xref-button'.
5384 Don't switch to help-buffer around call to `help-setup-xref'.
5385 Use `help-buffer' instead of hard-wired "*Help*".
5386 Require `help-mode'.
5387
2168e04d
SM
53882001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5389
5390 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5391
5392 * help-mode.el (help-buffer): New function.
5393 Returns the buffer-name to use for help output.
5394 Change all the code to use it instead of hard-coding *Help*.
5395 (help-mode-map): Put back the mouse-2 binding.
5396 (help-xref-stack): Change the format and make buffer-local.
5397 (help-xref-stack-item): Make buffer-local.
5398 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5399 (help-xref-interned): Display the face doc as well.
5400 (help-follow-mouse): Re-introduce.
5401 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5402 (help-do-xref): Don't `push' any more.
5403 (help-follow): Also follow face names.
5404
5405 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5406 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5407 Autoload and cleanup.
5408 (describe-function): Call help-setup-xref.
5409 (describe-variable): Call help-setup-xref earlier.
5410
5411 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5412 (view-lossage): Call help-setup-xref correctly and earlier.
5413 (describe-bindings): Call help-setup-xref earlier.
5414 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5415 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 5416
1ae6b8f1
GM
54172001-10-11 Gerd Moellmann <gerd@gnu.org>
5418
a5be8a9a
GM
5419 * master.el (master-mode): Use define-minor-mode instead of
5420 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 5421 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
5422 since it's always autoloaded.
5423
1ae6b8f1
GM
5424 * master.el: New file.
5425
63ca0a6e
GM
54262001-10-11 Dave Love <fx@gnu.org>
5427
5428 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5429 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5430 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 5431
63ca0a6e 54322001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 5433
2168e04d
SM
5434 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5435 New function extracted from byte-compile-log-1.
5436 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
5437 the output of other GNU tools.
5438 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
5439 (byte-compile-report-error): Downcase error message.
5440 Use `error' instead of `!!' for error messages.
d731e6b8
GM
5441 (byte-compile-print-syms): Treat non-interactive case specially.
5442 (displaying-byte-compile-warnings): Use backquote.
5443 (byte-compile-from-buffer): Bind byte-compile-last-line.
5444 (batch-byte-compile): Remove `Done' message.
5445
75a4e7c5 54462001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
5447
5448 * emacs-lisp/copyright.el (copyright): Add final \n.
5449
0e094c29
MB
54502001-10-11 Miles Bader <miles@gnu.org>
5451
5452 * diff.el (diff): Display default values in prompts as
5453 `(default ...)', not `(...)'.
b0412574 5454
0e094c29
MB
5455 * info.el (Info-follow-reference): Likewise.
5456
c2ca5171
SM
54572001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5458
30de4b24
SM
5459 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5460
7164ef13
SM
5461 * newcomment.el (comment-indent): Be a little more robust in case
5462 comment-indent-function does funny things.
5463 (comment-normalize-vars): Autoload.
5464 (comment-region-internal): Fiddle with the visibility spec.
5465 (comment-valid-prefix): New function.
5466 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5467 that would turn comment-text into non-comment-text.
5468
5469 * emacs-lisp/syntax.el: New file.
5470
c2ca5171
SM
5471 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5472 compatibility cruft.
5473 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5474 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5475 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5476 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5477 tcl-submit-bug-report.
5478 (tcl-mode-syntax-table): Leave \f alone.
5479 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5480 tcl-end-of-defun, tcl-submit-bug-report.
5481 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5482 (tcl-add-emacs-menu): Remove.
5483 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5484 (tcl-keyword-list): Add `chain'.
5485 (tcl-font-lock-syntactic-keywords): New variable.
5486 (tcl-pps-has-arg-6): Remove.
5487 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5488 (tcl-internal-mark-defun): Remove.
5489 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5490 (tcl-mode): Use define-derived-mode. Simplify.
5491 Set comment-indent-function.
5492 (tcl-indent-command): Use line-beginning-position and comment-indent.
5493 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5494 (tcl-indent-line): Use tcl-calculate-indent.
5495 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5496 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5497 (tcl-filter): Use with-current-buffer, simplify.
5498 (inferior-tcl-mode): Use define-derived-mode.
5499 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5500 (tcl-simple-in-comment, tcl-in-comment): Removed.
5501 (tcl-files-alist): New function.
5502 (tcl-help-snarf-commands): Use it and return the result directly
5503 rather than through a global variable.
5504 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5505 (tcl-help-on-word): Provide the default value to completing-read.
5506 (tcl-hilit): Remove.
5507 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5508 (tcl-comment-indent): New function.
5509 (tcl-submit-bug-report): Remove.
5510 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5511 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5512 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5513
07becdb1
MB
55142001-10-10 Miles Bader <miles@gnu.org>
5515
5516 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5517 (Info-fontify-node): Don't fontify the node if it's already been done.
5518
88255adb
GM
55192001-10-10 Gerd Moellmann <gerd@gnu.org>
5520
031a1678
GM
5521 * international/iso-transl.el (iso-transl-e-caret)
5522 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5523 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5524
619632ac
GM
5525 * simple.el (end-of-buffer): Fix code scrolling specially
5526 for the buffer end.
5527
88255adb
GM
5528 * startup.el (command-line-1): Bind tab-width to 8.
5529
acc24704 55302001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5c4d3f02 5531
3680909c 5532 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
5533 user-visible commands. From Rob Riepel
5534 <riepel@Networking.Stanford.EDU>.
5535
89e9c8d7
GM
55362001-10-09 Gerd Moellmann <gerd@gnu.org>
5537
5538 * ruler-mode.el: New file.
5539
3b8c60f1
MB
55402001-10-09 Miles Bader <miles@gnu.org>
5541
71f19cda
MB
5542 * apropos.el (button): New require.
5543
55e9efba 5544 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
5545 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5546
55e9efba 5547 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 5548
55e9efba
MB
5549 * help.el: Don't require `view' when compiling.
5550 (help-with-tutorial, describe-function, describe-function-1)
5551 (variable-at-point, describe-variable, locate-library):
5552 Functions moved into `help-funs.el'.
5553 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5554 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5555 (help-setup-xref, help-xref-following, help-make-xrefs)
5556 (help-xref-button, help-insert-xref-button, help-xref-interned)
5557 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5558 (help-xref-on-pp): Functions moved into `help-mode.el'
5559 (help-mode-map, help-xref-stack, help-xref-stack-item)
5560 (help-highlight-p, help-highlight-face, help-back-label)
5561 (help-xref-symbol-regexp, help-xref-mule-regexp)
5562 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5563 (help-symbol, help-back, help-info, help-customize-variable)
5564 (help-function-def, help-variable-def):
5565 Button-types moved into `help-mode.el'.
5566 (load-symbol-file-load-history, symbol-file):
5567 Functions moved into `subr.el'.
5568 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
5569 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5570
5571 * subr.el (symbol-file-load-history-loaded)
5572 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5573
55e9efba
MB
5574 * loadup.el ("button"): Load removed.
5575
ded42dd3
MB
5576 * button.el (define-button-type): Respect any `supertype' property.
5577 (button-type-subtype-p, button-has-type-p): New functions.
5578
f4be0a12
MB
5579 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5580 dollar-signs.
5581
5582 * comint.el (comint-insert-previous-argument): New function.
5583 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 5584 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
5585 (comint-insert-previous-argument-last-index): New variables.
5586
3b8c60f1
MB
5587 * apropos.el (apropos-next-label-button): Use the presence of a
5588 `apropos-label' property to detect label buttons.
5589
a101302b
MB
55902001-10-08 Miles Bader <miles@gnu.org>
5591
5592 * button.el (next-button, previous-button): Remove N and WRAP
5593 parameters. Don't pay attention to `skip' properties.
5594 (forward-button): Implement wrapping, iterating, and skipping here
5595 instead.
894e460c 5596 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
5597 (button-nop): Function removed.
5598 (default-button): Use `ignore' as default button action.
894e460c 5599
a101302b
MB
5600 * apropos.el (apropos-next-label-button): Update arguments to
5601 `next-button'.
894e460c 5602 (apropos-symbol): Add `skip' property.
c2ca5171
SM
5603 (apropos-function, apropos-macro, apropos-command)
5604 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
5605 (apropos-plist): New button types.
5606 (apropos-label-properties): Variable removed.
5607 (apropos-print): Pass button-type to apropos-print-doc, rather
5608 than help function and label text.
5609 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5610 Get button label from TYPE.
a101302b 5611
82345a9a
SM
56122001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5613
b0fbf754
SM
5614 * help.el (help-mode): Use define-derived-mode.
5615 (describe-mode): Add optional `buffer' arg.
5616 Use it instead of going through help-xref-mode.
5617 Avoid doubling the word `minor' when prettifying.
5618 (describe-function-1): List the corresponding key bindings.
5619 (describe-variable): Say if the var is automatically buffer-local.
5620 If the source is `loaddefs.el', look for the real source.
5621 (help-xref-mode): Remove.
5622
82345a9a
SM
5623 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5624 the file says no-byte-compile.
5625
d6bc0bdc
MB
56262001-10-08 Miles Bader <miles@gnu.org>
5627
5628 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 5629
7997fd38
MB
56302001-10-07 Miles Bader <miles@gnu.org>
5631
e664497b
MB
5632 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5633 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5634 `woman-follow-word' instead of `woman-mouse-2'.
5635 (woman-follow-word): Renamed from `woman-mouse-2'.
5636 Follow current unconditionally, since this function is now only
5637 bound to M-mouse-2. Use accessor functions.
5638 (WoMan-highlight-references): Use `make-text-button'.
5639 (woman-xref): New button type.
5640
d876f455
MB
5641 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5642 ("button"): New load, just before "help" (which uses it).
5643
5644 * help.el (help-mode-map): Make button-buffer-map our parent.
5645 Don't bind mouse events or tab/backtab.
5646 (help-function, help-variable, help-face, help-coding-system)
5647 (help-input-method, help-character-set, help-back, help-info)
5648 (help-customize-variable, help-function-def, help-variable-def):
5649 New button types.
5650 (help-button-action): New function.
5651 (describe-function-1): Pass help button-types to
5652 `help-xref-button' rather than help function and help-echo string.
5653 Don't put multiple help-function args in a list to pass them to
5654 help-xref-button, just pass them as multiple arguments.
5655 Use `help-insert-xref-button' to make [back]-button, rather than
5656 `help-xref-button'.
5657 (help-xref-button): Take a button-type TYPE as a parameter rather
5658 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5659 and add a &rest parameter ARGS to serve the same purpose.
5660 Use `make-text-button' to add the button.
5661 (help-insert-xref-button): Use `insert-text-button' to add the button.
5662 (help-follow-mouse, help-next-ref, help-previous-ref):
5663 Functions removed.
5664 (help-do-xref): New function.
5665 (help-follow): Use `push-button' and `help-do-xref' to do most of
5666 the work.
5667
5668 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 5669 (apropos-symbol-button-display-help)
d876f455
MB
5670 (apropos-label-button-display-help, apropos-next-label-button):
5671 New functions.
5672 (apropos-mode-map): Make button-buffer-map our parent.
5673 Don't bind mouse events.
5674 (apropos-print, apropos-print-doc): Create buttons instead of text
5675 properties.
5676 (apropos-mouse-follow): Function removed.
5677 (apropos-follow): Use buttons.
5678
7997fd38
MB
5679 * button.el: New file.
5680
1a4372ef
GM
56812001-10-07 Gerd Moellmann <gerd@gnu.org>
5682
82345a9a 5683 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
5684 Remove.
5685
857e81db
RS
56862001-10-05 Richard M. Stallman <rms@gnu.org>
5687
5688 * add-log.el (add-change-log-entry): Skip copyright notice
5689 and copying permission notice at start of file, if any.
5690 Make use of terms "entry" and "item" accord with Emacs manual.
5691 Simplify the logic for moving point while entering or creating
5692 an entry and then an item.
5693 (add-change-log-entry-other-window): Doc fix.
5694
4650e362
MB
56952001-10-06 Miles Bader <miles@gnu.org>
5696
5697 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5698 removed; they apparently don't work with faces.
5699
b4f05c38
SS
57002001-10-05 Sam Steingold <sds@gnu.org>
5701
5702 * textmodes/sgml-mode.el (html-xhtml): New user option.
5703 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5704 (html-ordered-list, html-unordered-list, html-list-item)
5705 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5706 (sgml-skip-close-p): New function.
5707 (sgml-value): Use it.
5708
4dd618ff
SS
57092001-10-05 Sam Steingold <sds@gnu.org>
5710
5711 * calendar/diary-lib.el (diary-entry-compare): When times are
5712 identical, compare the entries lexicographically.
5713
a01b7831
MB
57142001-10-06 Miles Bader <miles@gnu.org>
5715
82345a9a
SM
5716 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5717 Use `minibuffer-prompt-end'.
a01b7831
MB
5718
5719 * simple.el (previous-matching-history-element): Fix misplaced
5720 parentheses.
5721
20a82009
MB
57222001-10-05 Miles Bader <miles@gnu.org>
5723
5724 * rfn-eshadow.el: New file.
5725
c165ad40
MB
57262001-10-05 Miles Bader <miles@gnu.org>
5727
5728 * cus-face.el (custom-face-attributes): Make sure each attribute
5729 has a valid default value. Remove hacks that mapped `nil' to
5730 `off' and used nil to mean `unspecified'. Remove `unspecified'
5731 choices from all attributes (unspecified is handled by the parent
5732 checklist).
4dd618ff 5733 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
5734 (custom-face-edit-deactivate, custom-face-edit-activate)
5735 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5736 New functions.
5737 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 5738 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
5739 Don't pass in default filters that map between `nil' and `off' and
5740 `unspecified' and `nil'.
5741
ace64e0a
GM
57422001-10-05 Gerd Moellmann <gerd@gnu.org>
5743
5744 * progmodes/compile.el (compilation-buffer-name): New function.
5745 (compile-internal): Use it to determine the name of the
5746 compilation buffer.
5747
ec66bdc7
MB
57482001-10-05 Miles Bader <miles@gnu.org>
5749
5750 * progmodes/compile.el (grep-use-null-device): New variable.
5751 (grep-command): Mention `grep-use-null-device'.
5752 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5753 Make computation of `grep-command' respect `grep-use-null-device'.
5754 (grep): Respect `grep-use-null-device'.
5755 Call `grep-compute-defaults' even if grep-command is set, if
5756 grep-use-null-device is still tentative.
5757
5758 * subr.el (call-process-shell-command): New function.
5759
57602001-10-05 Miles Bader <miles@gnu.org>
5761
5762 * simple.el (previous-matching-history-element)
5763 (next-history-element, next-complete-history-element): Use
82345a9a 5764 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
5765 (minibuffer-prompt-end, minibuffer-contents):
5766 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5767 Functions removed (now subrs).
5768 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 5769
ec66bdc7
MB
5770 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5771 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5772 instead of calling `field-' functions directly.
5773 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5774
c89e4bc5
GM
57752001-10-05 Gerd Moellmann <gerd@gnu.org>
5776
a0fb4492
GM
5777 * files.el (find-file-noselect): If file's read-only status has
5778 changed on disk, ask if buffer's read-only status should be
5779 changed, unless NOWARN is set.
5780
c86350b1
GM
5781 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5782 alias for define-setf-method.
5783
c89e4bc5
GM
5784 * bindings.el: Remove no-byte-compile from file local variables
5785 to enable bootstrapping.
5786
0bcf87c1
AI
57872001-10-04 Andrew Innes <andrewi@gnu.org>
5788
82345a9a
SM
5789 * faces.el (face-font-registry-alternatives) [windows-nt]:
5790 Make gb2312 an alias for gb2312.1980.
0bcf87c1 5791
6c0b2643
GM
57922001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5795 (uniquify-reverse-components): Remove.
5796
5797 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5798 Make sure the file is readable.
5799 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5800 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5801 (batch-byte-recompile-directory): Pass arg=0.
5802
5803 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5804 (perl-calculate-indent): Use it.
5805 (perl-backward-to-noncomment): Use forward-comment.
5806
5807 * derived.el (define-derived-mode, derived-mode-make-docstring):
5808 Allow `parent' to be nil.
5809
5810 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5811 Use define-derived-mode.
5812 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5813
5814 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5815
5816 * emacs-lisp/lselect.el: Use facep iso find-face.
5817
5818 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5819 Use regexp-opt.
5820 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5821 (lisp-font-lock-syntactic-face-function): New function.
5822 (lisp-mode-variables): Use it. Make arg optional.
5823 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5824 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5825 Set comment-start-skip.
5826
5827 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5828
5829 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5830 (ignore-errors): Don't bother using a `err' symbol.
5831
5832 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5833 (autoload-insert-section-header, autoload-before-p)
5834 (autoload-remove-section): New functions.
5835 (generate-file-autoloads): Use them.
5836 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5837 Make sure the autoload file is properly formatted when creating it.
5838 (update-autoloads-from-directories): Use them as well.
5839 Only update autoloads for files whose timestamp has changed.
5840 Add a dummy entry to remember the files which had no autoload cookies.
5841
5842 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5843
5844 * subr.el (define-key-after): Allow `key' to be longer than 1.
5845 (make-local-hook): Make obsolete.
5846 (add-hook, remove-hook): Don't use make-local-hook any more.
5847 (make-syntax-table): Inherit all chars from s-s-t.
5848
58492001-10-04 Gerd Moellmann <gerd@gnu.org>
5850
5851 This is a fix for a report saying that resuming a search with C-s
5852 C-s doesn't use the case-fold-search setting of the previous
5853 search (C-s ... M-c ... then C-s C-s).
5854
5855 * isearch.el (isearch-last-case-fold-search): New variable.
5856 (isearch-mode): Remember value of isearch-case-fold-search
5857 in isearch-last-case-fold-search.
5858 (isearch-done): Quote value of isearch-case-fold-search.
5859 (isearch-repeat): When resuming a search, restore
5860 isearch-case-fold-search from isearch-last-case-fold-search.
5861
5862 Added to NEWS.
5863
5864 * startup.el (inhibit-startup-buffer-menu): New user-option.
5865 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5866 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5867
5868 This allows upto 99999 messages in the summary without screwing up
5869 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5870
5871 * mail/rmailsum.el (rmail-make-summary-line)
5872 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5873 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5874 Allow 5-digit message ids instead of 4.
5875
5876 This adds expansion of environment variables in the value
5877 specified with M-x setenv. Added to NEWS.
5878
5879 * env.el (substitute-env-vars): New function.
5880 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5881 environment variables in VALUE. Return VALUE.
5882
ab952a4f
GM
58832001-10-04 Gerd Moellmann <gerd@gnu.org>
5884
5885 * Branch for 21.1.
7164ef13 5886
630784a2
SM
58872001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5888
5889 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5890
acc24704 58912001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
5892
5893 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 5894 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 5895
aa01bed1
EZ
58962001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5897
5898 * rect.el: Update maintainer's email address.
5899
7d685c84
AS
59002001-10-02 Andreas Schwab <schwab@suse.de>
5901
5902 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5903 and Extended Passive Mode, resp.
5904
87671c25
EZ
59052001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5906
5907 These changes add support for Calendar-related items in the
5908 menu bar on tty's as well:
5909
5910 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5911 unconditionally.
5912 (calendar-mode): Set up activate-menubar-hook unconditionally.
5913
5914 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5915 calls x-popup-menu only if popup menus are supported.
5916 (calendar-mouse-insert-hebrew-diary-entry)
5917 (calendar-mouse-insert-islamic-diary-entry)
5918 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5919 (calendar-mouse-view-other-diary-entries)
5920 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
5921 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5922 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 5923
12c64503
GM
59242001-10-01 Gerd Moellmann <gerd@gnu.org>
5925
62bfa682
GM
5926 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5927
12c64503
GM
5928 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5929
5930 * emacs-lisp/rx.el: New file.
5931
e0c21266
EZ
59322001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5933
630784a2 5934 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 5935
03be5931
EZ
59362001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5937
5938 * frame.el (select-frame-by-name, other-frame): Doc fix.
5939
d0100d57
EZ
59402001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5941
5942 * play/snake.el (snake-score-file): Use temporary-file-directory
5943 instead of a literal "/tmp". Suggested by Robert
5944 <robert@chezmarshall.freeserve.co.uk>.
5945
5946 * play/tetris.el (tetris-score-file): Ditto.
5947
d94d5b5a
EZ
59482001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5949
5950 * apropos.el (apropos-print): Make the directions inserted at the
5951 beginning of the *Apropos* buffer more clear.
5952
cd653311 59532001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 5954
cd653311
MK
5955 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5956 Added comments.
630784a2 5957
37dbd369
SM
59582001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5959
5960 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5961 "\\s-" when defining comment-end-skip.
5962
9240e746
GM
59632001-09-27 Gerd Moellmann <gerd@gnu.org>
5964
37dbd369 5965 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
5966 Call get-buffer-window first second arg `visible'.
5967
37dbd369
SM
5968 * international/mule-diag.el (list-input-methods-1):
5969 Output something that's independent of Emacs' version.
14531065 5970
9240e746
GM
5971 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5972 calling byte-to-position with a nil tar-header-offset.
5973
e04233aa
GM
59742001-09-27 Simon Josefsson <jas@extundo.com>
5975
5976 * mail/sendmail.el (send-mail-function): Doc fix.
5977 (mail-do-fcc): Error if header-end is not a marker.
5978 (mail-do-fcc): Add a comment.
5979 (mail-reply-to): Doc fix.
5980 (mail-signature): Make ATPOINT optional.
5981 (mail-yank-original): Use cond instead of nestled if.
5982
07e91aa3
SM
59832001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5984
5985 * info.el (Info-on-current-buffer): Default arg to "Top".
5986
924b604c
GM
59872001-09-25 Eli Barzilay <eli@barzilay.org>
5988
5989 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
5990 (calculator-displayer-prev, calculator-displayer-next):
5991 Renamed from calculator-displayed-{left,right}.
5992 (calculator, calculator-standard-displayer)
5993 (calculator-num-to-string, calculator-update-display)
924b604c
GM
5994 (calculator-copy, calculator-put-value): Bug and display fixes.
5995
a1548b10
GM
59962001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5997
5998 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5999 (ebnf-version): New version (3.6.1).
6000
6001 * ebnf-bnf.el: Fix character range regexp. Doc fix.
6002 (ebnf-bnf-non-terminal-chars): New internal const.
6003 (ebnf-bnf-lex): Fix code.
6004
6005 * ebnf-iso.el: Fix character range regexp. Doc fix.
6006 (ebnf-iso-non-terminal-chars): New internal const.
6007 (ebnf-iso-lex): Fix code.
6008
6009 * ebnf-yac.el: Fix character range regexp. Doc fix.
6010 (ebnf-yac-skip-chars): New internal const.
6011 (ebnf-yac-skip-code): Fix code.
6012
79e954d0
SM
60132001-09-24 Stefan Monnier <monnier@cs.yale.edu>
6014
ab750f9c
SM
6015 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
6016
3911563a
SM
6017 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
6018 passing it to VC.
6019
79e954d0
SM
6020 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
6021 case where the file is relative.
6022
6f3f0db4
GM
60232001-09-24 Gerd Moellmann <gerd@gnu.org>
6024
6025 * xml.el (xml-parse-attlist): Quotes around attributes must be the
6026 same on each side. Make sure we properly handle simple quotes.
6027 From Daiki Ueno <ueno@unixuser.org>.
6028
e5b31424
EZ
60292001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
6030
0678d779
EZ
6031 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
6032 <jas@extundo.com>.
6033
e5b31424
EZ
6034 * menu-bar.el (top-level): Minor fixes for text of help-echo in
6035 some items of the Options menu.
6036
769dd0f1
SM
60372001-09-22 Stefan Monnier <monnier@cs.yale.edu>
6038
76829576
SM
6039 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
6040
d455f4f7
SM
6041 * vc-hooks.el (vc-delete-automatic-version-backups):
6042 Don't fail if the directory doesn't exist.
6043
769dd0f1
SM
6044 * diff-mode.el (diff-default-read-only): New var.
6045 (diff-mode): Use it.
6046
dc414be1
EZ
60472001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
6048
769dd0f1
SM
6049 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
6050 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
6051 keymap messes up the menu bar.
6052
dc414be1
EZ
6053 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
6054 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6055
67033712
EZ
60562001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
6057
769dd0f1 6058 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
6059
6060 * dired-aux.el (dired-insert-subdir): Pass switches to
6061 dired-build-subdir-alist.
6062
0c68e5de
GM
60632001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
6064
6065 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
6066 caused %#a and %#b to be mis-formatted.
6067
906b3163
EZ
60682001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
6069
6070 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
6071 ccmode, emacs-mime, and eudc manuals.
6072
005e3bb6
SS
60732001-09-19 Sam Steingold <sds@gnu.org>
6074
6075 w32 find cannot be used with `grep-find'.
6076 * progmodes/compile.el (find-program): New variable.
6077 (grep-compute-defaults): Use it to set `grep-find-command'.
6078
7121b85a
GM
60792001-09-19 Gerd Moellmann <gerd@gnu.org>
6080
769dd0f1 6081 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 6082
ae16d111
GM
60832001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6084
6085 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6086 programming. Doc fix.
6087 (ebnf-version): New version (3.6).
6088 (ebnf-eps-begin): Data fix.
6089 (ebnf-begin-file): Code fix.
6090
6091 * ebnf-bnf.el: Doc fix.
6092 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6093
6094 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6095
55732434
GM
60962001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6097
6098 * ps-print.el: Better face mapping for black/white PostScript printers.
6099 Check if mark is active when printing a region. Doc fix.
6100 (ps-print-version): New version number (6.5.5).
6101 (ps-print-color-p): Customization fix.
6102 (ps-black-white-faces): New option.
6103 (ps-black-white-faces-alist): New internal var.
6104 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6105 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6106 (ps-nb-pages-region): Interactive fix.
6107 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6108 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6109
740ef824
EZ
61102001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6111
6112 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6113 numeric month value, and allow the Kanji character after the it to
6114 be missing (happens with ls-lisp's output on Japanese versions of
6115 MS-Windows).
6116
50529f51
MB
61172001-09-18 Miles Bader <miles@gnu.org>
6118
6119 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6120 it's empty (and thus probably a new patch file about to be edited).
6121
d8a973aa
GM
61222001-09-17 Gerd Moellmann <gerd@gnu.org>
6123
e18c8b8d
GM
6124 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6125 Check for '(' in column 0 of doc string.
6126
d8a973aa
GM
6127 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6128 of `nth' so that using a vector as bounding-box works.
6129 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6130
dfe78cc5
AS
61312001-09-17 Andre Spiegel <spiegel@gnu.org>
6132
6133 * vc.el (vc-annotate): Use current workfile version explicitly as
e1ff49ba 6134 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
dfe78cc5 6135
1bbdda4d
EZ
61362001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6137
a5f01960
EZ
6138 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6139 convert-standard-filename doesn't guarantee that the .el extension
6140 is preserved.
6141
a007e4e3
EZ
6142 * dos-fns.el (convert-standard-filename): Replace invalid
6143 characters only after converting dash/underscore to a period.
6144 (original-make-auto-save-file-name): New.
8aee7d44
EZ
6145 (make-auto-save-file-name): New function, overrides the definition
6146 on files.el and calls the original function via
6147 original-make-auto-save-file-name.
6148
1bbdda4d
EZ
6149 * mail/rmail.el (top-level): Require mule-utils when compiling.
6150 (rmail-decode-babyl-format): Use detect-coding-with-priority
6151 instead of detect-coding-region, to favor detection of emacs-mule
6152 encoded Babyl files written by rmailout.el etc. Suggested by
6153 Kenichi Handa <handa@etl.go.jp>.
6154
ed7d6ba4
EZ
61552001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6156
6157 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6158 Use `equal', not `=', since the device number can be a cons cell.
6159
551629f9
GM
61602001-09-14 Gerd Moellmann <gerd@gnu.org>
6161
6162 * simple.el: Comment out change of 2001-09-13.
6163
0017a3e0
EZ
61642001-09-13 Milan Zamazal <pdm@zamazal.org>
6165
6166 * progmodes/compile.el (grep-compute-defaults): Don't set
6167 grep-command/grep-find-command when it is already non-nil.
6168 (grep-command): Make it a user option.
6169 (grep-find-command): Likewise.
6170
483e0218 61712001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6172
483e0218
MK
6173 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6174 inhibit quit.
005e3bb6 6175
15233548
EZ
61762001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6177
6178 * files.el (make-auto-save-file-name): If long file names are not
6179 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6180 generating an auto-save file name from it.
6181
1fb7f872
GM
61822001-09-13 Gerd Moellmann <gerd@gnu.org>
6183
005e3bb6 6184 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
6185 (ps-nb-pages-region): Signal an error if called interactively
6186 and the mark is not active.
6187
1fb7f872
GM
6188 * simple.el (minibuffer-prompt-modification)
6189 (minibuffer-prompt-insertion): New functions.
6190 (minibuffer-prompt-properties): Use `modification-hooks' and
6191 `insert-in-front-hooks'.
6192
1dc13f3a
RS
61932001-09-12 Richard M. Stallman <rms@gnu.org>
6194
6195 * textmodes/outline.el (outline-regexp): Doc fix.
6196 Initialize it in the defcustom, the usual way.
6197
eaa493df
GM
61982001-09-12 Gerd Moellmann <gerd@gnu.org>
6199
1fb7f872 6200 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
6201 from `ediff-meta-info' properties need not be an overlay.
6202 From David Ponce <dponce@voila.fr>.
1fb7f872 6203
eaa493df
GM
6204 * isearch.el (isearch-intersects-p): Fix end checks.
6205
cfcda0ba
EZ
62062001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6207
6208 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6209 `t' branch of `cond', since Irix 6.1 and up is a special case of
6210 the standard dbx interface.
6211
4e1513b5
MB
62122001-09-11 Miles Bader <miles@gnu.org>
6213
6214 * comint.el (comint-send-input): When waiting for echoed input,
6215 don't save the expected end position in `echo-end', so that things
6216 work properly even if the buffer is modified elsewhere at the same
6217 time [this happens if `comint-truncate-buffer' is used].
6218
9a72e4c1
GM
62192001-09-11 Gerd Moellmann <gerd@gnu.org>
6220
6221 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6222 when constructing imenu-generic-expression from outline-regexp.
6223
1f9581b6
EZ
62242001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6225
6226 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6227 `equal' instead of `=', since they can be cons cells. From Nils
6228 Goesche <cartan@cartan.de>.
6229
65ee3bf5
AS
62302001-09-10 Andre Spiegel <spiegel@gnu.org>
6231
6232 * vc.el (vc-annotate): Rewrote doc string.
6233
e602e779
EZ
62342001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6235
6236 * time-stamp.el: Update Stephen Gildea's email address.
6237
42d305db
GM
62382001-09-10 Gerd Moellmann <gerd@gnu.org>
6239
6240 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6241 enable-multibyte-characters = nil. From Hallvard B Furuseth
6242 <h.b.furuseth@usit.uio.no>.
005e3bb6 6243
02f34c70 62442001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6245
769dd0f1 6246 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 6247
769dd0f1 6248 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
6249 that reads a character and uses the current input method or
6250 iso-accents when appropriate.
005e3bb6 6251
769dd0f1 6252 * viper.el and all others: Corrections to the comment blocks at
02f34c70 6253 the top.
005e3bb6 6254
cfc697a2
EZ
62552001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6256
6257 * info.el (Info-goto-node): Doc fix.
6258
fc0eccfc
GM
62592001-09-07 Gerd Moellmann <gerd@gnu.org>
6260
6261 * isearch.el (isearch-intersects-p): New function.
6262 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6263 use isearch-intersects-p, and clean up.
6264
ef10876c
EZ
62652001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6266
6267 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6268 and "german8", for the new German orthography dictionaries,
6269 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6270 the entries, to keep the line length balanced for loaddefs.el.
6271
c9e74cd4 62722001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 6273
c9e74cd4
GM
6274 * comint.el (comint-send-input): Handle comint-process-echoes
6275 differently.
6276
acc24704 62772001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5421b899 6278
769dd0f1 6279 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 6280
70569550
EZ
62812001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6282
769dd0f1 6283 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 6284
6afad91e 62852001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 6286
769dd0f1
SM
6287 * server.el (server-switch-buffer):
6288 * textmodes/refer.el (refer-find-entry-internal):
6289 * term/sup-mouse.el (sup-pos-to-window):
6290 * term/bg-mouse.el (bg-window-from-x-y):
6291 * emacs-lisp/edebug.el (edebug-window-live-p):
6292 Use get-window-with-predicate.
6afad91e
GM
6293
6294 * window.el (get-window-with-predicate): Renamed from some-window.
6295 (some-window): Make it an alias.
6296
003550c5
GM
62972001-09-06 Gerd Moellmann <gerd@gnu.org>
6298
6299 * simple.el (undo): Remove positions from buffer-undo-list up to
6300 the next undo boundary only.
6301
c49e491a
EZ
63022001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6303
05b24487
EZ
6304 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6305 Kim <ryk@dspwiz.com>
6306
c49e491a
EZ
6307 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6308 the message "Creating customization items...done".
6309
54f73af3
GM
63102001-09-05 Gerd Moellmann <gerd@gnu.org>
6311
6312 * font-lock.el (toplevel): Require `jit-lock' only if
6313 font-lock-support-mode is set to jit-lock-mode.
6314
3762e7d0
EZ
63152001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6316
6317 * international/quail.el (quail-use-package, quail-inactivate)
6318 (quail-activate): Mention the hooks these functions run in their
6319 doc strings.
6320
c3b497b3
GM
63212001-09-05 Edward M. Reingold <reingold@iit.edu>
6322
6323 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6324 of file in header of menu.
6325
2d43d823
GM
63262001-09-04 Gerd Moellmann <gerd@gnu.org>
6327
2a5becfb
GM
6328 * env.el (setenv): Interactively, if VARIABLE has a current value,
6329 add that to the front of the history, as the doc string says.
6330
8d1fcd00
GM
6331 * comint.el (comint-send-input): Change help-echo.
6332 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 6333
1672462f
GM
6334 * bookmark.el (bookmark-write-file): Bind print-length and
6335 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6336
646a1759
GM
6337 * obsolete/uncompress.el: Moved there from lisp/.
6338
c8dd66e1
GM
6339 * comint.el (comint-insert-clicked-input): Goto point-max before
6340 deleting previous input. From "Dr Francis J. Wright"
6341 <F.J.Wright@qmw.ac.uk>.
6342
2d43d823
GM
6343 * simple.el (backward-word): Doc fix.
6344
acc24704 63452001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
284b3043
GM
6346
6347 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6348 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6349 * w32-fns.el: Add Keywords header.
6350
2eef02ab
EZ
63512001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6352
6353 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6354 "Text Properties". Suggested by Simon Marshall
6355 <Simon.Marshall@midas-kapiti.com>.
6356
ae355fa6
AC
63572001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6358
6359 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6360 consulting the value of file-name-coding-system.
6361
2ee1aa00
SM
63622001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6363
6364 * help.el (describe-function-1): Save precomputed `file-name' rather
6365 than recomputing it (incorrectly) with `symbol-file'.
6366
cdab3e50
GM
63672001-09-03 Gerd Moellmann <gerd@gnu.org>
6368
698ee07c
SM
6369 * international/isearch-x.el (isearch-exit-recursive-edit):
6370 Take three parameters, since it's used as an after-change-function.
c3b0c268 6371
698ee07c 6372 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
6373 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6374 from doc strings.
6375
e3b22517
GM
63762001-09-02 Milan Zamazal <pdm@zamazal.org>
6377
698ee07c
SM
6378 * progmodes/glasses.el (glasses-convert-to-unreadable):
6379 Consider underscores as in `glasses-make-readable'.
e3b22517 6380
19bd58e8
EZ
63812001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6382
883310a7
EZ
6383 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6384 MS-DOS, since cpp might not be available.
6385
698ee07c
SM
6386 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6387 Mention "yank" in the help-echo text.
acc24704 6388 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
698ee07c
SM
6389
63902001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6391
6392 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 6393
59b7ded8
EZ
63942001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6395
5e11c425
EZ
6396 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6397 exists. From Andy Petrusenco <andy@int.spb.ru>.
6398
59b7ded8 6399 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
6400 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6401 <andy@int.spb.ru>.
59b7ded8 6402
c9979669
GM
64032001-08-31 Gerd Moellmann <gerd@gnu.org>
6404
6405 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6406 Instead of running mouse-yank-at-click, see what the event is
6407 bound to outside Isearch and run that.
6408
79f5f9ec
EZ
64092001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6410
698ee07c
SM
6411 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6412 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 6413
c0551649
GM
64142001-08-30 Gerd Moellmann <gerd@gnu.org>
6415
e8b1643c
GM
6416 * simple.el (eval-expression-print-level): Fix last change.
6417
f3185924
GM
6418 * bindings.el (mode-line-coding-system-map): New variable.
6419 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6420
92a25631
GM
6421 * simple.el (eval-expression-print-level): Change the type
6422 of the defcustom to allow nil.
6423
9584e63a
GM
6424 * emacs-lisp/find-gc.el: Moved here from lisp/.
6425
698ee07c
SM
6426 * international/quail.el (quail-completion-1):
6427 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
6428 From Kenichi Handa <handa@etl.go.jp>.
6429
c0551649
GM
6430 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6431 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6432
ef32aa02
EZ
64332001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6434
6435 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6436 aren't supported. This avoids the annoying gray strip drawn by
6437 the Windows version instead of the missing tool bar.
6438
ff4ec1f7
GM
64392001-08-29 Gerd Moellmann <gerd@gnu.org>
6440
53ca4610
GM
6441 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6442 and tooltips more consistent. From "Marshall, Simon"
6443 <Simon.Marshall@midas-kapiti.com>.
6444
ff4ec1f7
GM
6445 * startup.el (fancy-splash-screens): Temporarily set
6446 minor-mode-map-alist to nil while displaying splash screens.
6447
acc24704 64482001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6d6c3f84
GM
6449
6450 * buff-menu.el: Add Keywords header.
6451 Doc fix (C-x C-b is bound to list-buffers).
6452
565132a3
GM
6453 * dired-x.el: Add keyword files to get listed in finder.
6454 Remove confusing notes about GNU Emacs 19.
6455
6456 * dired.el, dired-aux.el: Add Keywords header.
6457
042e6d91
AS
64582001-08-28 Andre Spiegel <spiegel@gnu.org>
6459
6460 * vc.el (vc-revert-file): Call the backend even if the FILE's
6461 contents can be reverted locally; pass new arg CONTENTS-DONE
6462 down to the backend.
6463
854bd40a 6464 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
6465 optional arg CONTENTS-DONE.
6466
33818c6c
AI
64672001-08-28 Andrew Innes <andrewi@gnu.org>
6468
6469 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6470
0f76ca04
EZ
64712001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6472
6473 * makefile.nt (install): Copy more *.el files.
6474
6b6e2422
GM
64752001-08-28 Gerd Moellmann <gerd@gnu.org>
6476
6477 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6478 instead of `w' which is already in use.
6479
5b52c296
GM
6480 * gs.el (gs-load-image): Use sleep-for.
6481 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6482
43744cb9
MB
64832001-08-28 Miles Bader <miles@gnu.org>
6484
6485 * replace.el (query-replace-regexp-eval): Return args from
6486 `interactive' form in correct order.
6487
4b4ea1dc
EZ
64882001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6491 major modes, don't create panes for modes for which
6492 mouse-buffer-menu-alist returns an empty alist.
6493
64942001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
6495
6496 * progmodes/hideshow.el: Update first-line description.
6497 Sync comments w/ maintainer version 5.31.
6498
6499 (hs-isearch-open): Default value now `code'.
6500 Fix docstring to use "code blocks" vs "comment blocks",
6501 as opposed to "block" vs "comment".
6502 (hs-flag-region): Accept `hs-isearch-open' value
6503 of `block' as synonymous w/ `code'.
6504 (hs-hide-block-at-point): For code blocks, pass `code'
6505 to `hs-flag-region' instead of `block'.
6506
9ad62cf8
MB
65072001-08-28 Miles Bader <miles@gnu.org>
6508
6509 * comint.el (comint-next-prompt): Don't loop infinitely if
6510 {next,previous}-single-char-property-change returns its input
6511 position when the search fails.
6512
65132001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
6514
6515 * comint.el (comint-get-old-input-default): Don't signal an error
6516 if point is not on an input field; instead, return the current
6517 line (using `comint-bol' to skip any prompt, in case we're not
6518 using fields at all).
6519
6520 * man.el (Man-mode-line-format): Variable removed.
6521 (Man-mode): Change `mode-line-buffer-identification' instead of
6522 `mode-line-format'.
6523
d599a452
GM
65242001-08-27 Gerd Moellmann <gerd@gnu.org>
6525
6526 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6527 From Simon Josefsson <jas@extundo.com>.
6528
299248aa
EZ
65292001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6530
5b02e712 6531 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
acc24704 6532 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5b02e712 6533
89aea802 6534 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
acc24704 6535 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
89aea802
EZ
6536
6537 * emacs-lisp/lselect.el: Ditto.
6538
3452efc2
SM
6539 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6540 Remove periods from the end of error message strings.
acc24704 6541 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 6542
299248aa 6543 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
acc24704 6544 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
299248aa
EZ
6545
6546 * net/telnet.el: Ditto.
6547
08ead67b
GM
65482001-08-26 Gerd Moellmann <gerd@gnu.org>
6549
6550 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6551 KEYMAP to the call to define-minor-mode.
6552
cf8f0b68
EZ
65532001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6554
6555 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6556 Replace some of the undefined characters with emulations of bidi
6557 formatting characters and Niqud as per SI 1311-1.
6558 (IT-unicode-translations): Ditto.
3452efc2
SM
6559 (IT-display-table-setup, IT-setup-unicode-display):
6560 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 6561
16837afc
GM
65622001-08-24 Simon Josefsson <jas@extundo.com>
6563
6564 * hl-line.el (hl-line-mode): Don't be a global mode.
6565 (global-hl-line-mode): New function.
6566
33954c45
GM
65672001-08-24 Gerd Moellmann <gerd@gnu.org>
6568
6569 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6570 being reset by Ghostscript. Don't kill the gs process.
6571 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6572
fa05f6ac
AC
65732001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6574
6575 * term/mac-win.el: Require scroll-bar.
6576
3452efc2
SM
65772001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6578
6579 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6580
02aec07b
EZ
65812001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6582
6583 * hexl.el (hexl-insert-multibyte-char) New function.
6584 (hexl-quoted-insert, hexl-self-insert-command)
6585 (hexl-insert-hex-char, hexl-insert-decimal-char)
6586 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6587 Fix the doc strings accordingly.
6588 (hexl-insert-char): Reject characters whose code is above 255.
6589 Doc fix.
6590 (hexl-mode-map): Copy the global keymap instead of creating a
6591 sparse keymap, and bind all self-inserting characters to
6592 hexl-self-insert-command.
6593
9bfc65eb
SM
65942001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6595
3452efc2
SM
6596 * wid-edit.el (text): Re-order docstring correctly.
6597
9bfc65eb
SM
6598 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6599
6600 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6601
32f2f98e
EZ
66022001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6603
6604 * simple.el (line-number-mode): Mention the variable
6605 line-number-display-limit-width in the doc string.
6606
374388c3
GM
66072001-08-22 Gerd Moellmann <gerd@gnu.org>
6608
6609 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6610 Temporarily select EVENT's window for switching buffers.
6611 (mode-line-bury-buffer): New function.
6612 (mode-line-buffer-identification-keymap): Use it instead of
6613 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 6614 events from shining through.
374388c3 6615
dde6824c
SM
66162001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6617
6618 * newcomment.el (comment-beginning): Make sure the comment-start
6619 we found isn't a comment-end (in cases where confusion is possible).
6620
99bf1e74
MB
66212001-08-22 Miles Bader <miles@gnu.org>
6622
6623 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6624 before writing it, so that hard-links don't see new version.
6625
37618c60
GM
66262001-08-21 Gerd Moellmann <gerd@gnu.org>
6627
dde6824c
SM
6628 * gs.el (gs-set-ghostview-colors-window-prop):
6629 Call x-change-window-property with 3rd arg FRAME.
40e33037 6630 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
6631 to complete before starting a new one.
6632
6ea3db8a
GM
6633 * image.el (image-type-regexps): Make sure that the TIFF
6634 pattern is only matched at the beginning of a string.
6635 From Markus Rost <rost@math.ohio-state.edu>.
6636
dde6824c 6637 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
6638 Oberg <jonas@gnu.org>.
6639
1f8437c4
RV
66402001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6641
6642 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 6643 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
6644
6645 * whitespace.el (whitespace-write-file-hook): Hook to be called
6646 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
6647 write will abort on detecting whitespaces.
6648 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
6649 automatically prior to writing.
6650
6651 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6652 whitespaces in the error output!
6653
dde6824c 6654 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
6655 `indent-tabs-mode', since the latter notes user preferences on
6656 TABs anyway.
6657
6658 * whitespace.el (whitespace-version): 3.1. All of the above issues
c499f00a 6659 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1f8437c4 6660
9b96c57d
GM
66612001-08-20 Gerd Moellmann <gerd@gnu.org>
6662
8039284a 6663 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
acc24704 6664 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8039284a 6665
9b96c57d
GM
6666 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6667
1c71c0c3
GM
66682001-08-20 Alex Schroeder <alex@gnu.org>
6669
6670 * sql.el (sql-db2): Doc change.
6671
66722001-08-20 Alex Schroeder <alex@gnu.org>
6673
6674 * sql.el (sql-postgres): Add the database at the end of the
6675 parameters instead of at the beginning.
6676 (sql-postgres-options): Doc change.
6677
6c7f60a2
GM
66782001-08-17 Gerd Moellmann <gerd@gnu.org>
6679
6680 * custom.el (defcustom): Doc fix.
6681
64ed6f71
GM
66822001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6683
6c7f60a2 6684 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
6685 returns a valid character.
6686
7851eb98
EZ
66872001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6688
6689 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6690 original-point for extra CR characters that are added/removed when
6691 the buffer is written/read whose EOL type is -dos.
6692
b76dfd21
MB
66932001-08-16 Miles Bader <miles@gnu.org>
6694
6695 * simple.el (line-move): Undo previous change.
1f8437c4
RV
6696
6697 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
6698 property to input-terminating `boundary' overlays to avoid
6699 line-move wierdness.
6700
e67d1843
GM
67012001-08-16 Gerd Moellmann <gerd@gnu.org>
6702
6703 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6704 buffer in a save-restriction. Under one test case with Ediff,
6705 window-scroll-functions are run with a window start that's
6706 temporarily outside of the restriction.
6707
21324fae
GM
67082001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6709
dde6824c 6710 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
6711 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6712 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6713 (texinfo-update-menu-region-beginning)
6714 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6715 command, @ifnottex, to regexps, so it is found.
6716
0645d241
AI
67172001-08-16 Andrew Innes <andrewi@gnu.org>
6718
6719 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6720 (DONTCOMPILE): Omit sc.el.
6721
6722 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6723 (DONTCOMPILE): Omit sc.el.
6724
ae13fc3c
GM
67252001-08-16 Gerd Moellmann <gerd@gnu.org>
6726
6727 * replace.el (occur): Bind inhibit-read-only to t.
6728
1369261b
MB
67292001-08-16 Miles Bader <miles@gnu.org>
6730
dde6824c
SM
6731 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6732 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 6733
8464af45
GM
67342001-08-15 Gerd Moellmann <gerd@gnu.org>
6735
ec69d5ec 6736 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 6737 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 6738
1f8437c4 6739 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
6740 of a while-loop.
6741
93aba6fc 6742 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 6743
8464af45
GM
6744 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6745 Don't include term/.
6746
ae13fc3c
GM
6747 * mail/sc.el: Moved to obsolete/.
6748
8b313639
GM
67492001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6750
6751 * ps-print.el: Change error function arguments to follow Emacs
6752 message convention. Doc fix.
6753 (ps-print-version): New version number (6.5.4).
6754 (coding-system-for-write): Change declaration position to avoid
6755 XEmacs compilation gripes.
dde6824c
SM
6756 (coding-system-for-read, buffer-file-coding-system):
6757 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
6758
6759 * ps-mule.el: Doc fix.
6760 (ps-mule-encode-header-string): If STRING is not a string, replace
6761 STRING by empty string.
6762
5fb125b4
EZ
67632001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6764
6765 * frame.el (show-trailing-whitespace): Doc fix.
6766
49e49b77
EZ
67672001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6768
6769 * desktop.el (desktop-save): Insert the coding: tag before
6770 desktop-header.
6771
3e6385a4
GM
67722001-08-13 Gerd Moellmann <gerd@gnu.org>
6773
0de73d5a
GM
6774 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6775 its path from $els.
6776
3e6385a4
GM
6777 * image.el (image-jpeg-p): Fix call of substring.
6778
4a9bf8a4
GM
67792001-08-10 Gerd Moellmann <gerd@gnu.org>
6780
242e5463
GM
6781 * play/animate.el (animate-string): Doc fix. Use a buffer
6782 name with stars in it.
6783 (animate-sequence): New function.
6784 From Richard Stallman <rms@gnu.org>.
6785
030f4537
GM
6786 * frame.el (select-frame-set-input-focus): New function
6787 extracted from other-frame.
6788 (other-frame): Use it.
6789 (next-multiframe-window, previous-multiframe-window): Use it.
6790
346f18dc
GM
6791 * isearch.el (isearch-other-meta-char): Don't switch to the
6792 buffer of a window clicked on, when the current buffer is
6793 in Isearch mode.
6794
4a9bf8a4
GM
6795 * image.el (image-jpeg-p): Test for APPn markers in the range
6796 #xe0..#xef.
6797
eaa2319f
GM
67982001-08-09 Gerd Moellmann <gerd@gnu.org>
6799
3638868e
GM
6800 * desktop.el (desktop-save): Don't use concat to form a file
6801 name, use expand-file-name.
6802
6b48d742
GM
6803 * mouse.el (mouse-delete-window): Do nothing if frame has just
6804 one window.
6805
ed771c89
GM
6806 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6807 for the minor mode name.
6808
6809 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6810 minor mode name.
6811
dde6824c
SM
6812 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6813 instead of make-mode-line-mouse2-map.
ed771c89
GM
6814
6815 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6816 the minor mode name.
6817
dde6824c
SM
6818 * emacs-lisp/easy-mmode.el (define-minor-mode):
6819 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 6820
dde6824c
SM
6821 * calendar/calendar.el (calendar-mode-line-format):
6822 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 6823
a4afe04e
GM
6824 * bindings.el (make-mode-line-mouse-map): Renamed from
6825 make-mode-line-mouse2-map. Take additional arg MOUSE.
6826 (mode-line-modified): Use mouse-3 instead of mouse-2.
6827 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 6828 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 6829
8e3189f0
GM
6830 * bindings.el (mode-line-format): Specify help-echo for line
6831 number, column number and buffer-percent part of the mode-line.
6832
eaa2319f
GM
6833 * image.el (image-type-regexps): Allow whitespace at the start
6834 of the image data for XPM, XBM and Postscript, which are
6835 text files.
6836 (image-jpeg-p): Correct calculation of next field offset.
6837
acc24704 68382001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e3601cf6
PJ
6839
6840 * battery.el: Fix typo.
6841
057b57f6
GM
68422001-08-08 Gerd Moellmann <gerd@gnu.org>
6843
8a8ef149
GM
6844 * image.el (image-type-regexps): Allow predicates. Change the way
6845 JPEG images are recognized.
6846 (image-jpeg-p): New function.
6847 (image-type-from-data): Handle predicates in image-type-regexps.
6848
057b57f6
GM
6849 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6850 #:, #x, #o, and similar constructs.
6851
69ebef1d
GM
68522001-08-07 Gerd Moellmann <gerd@gnu.org>
6853
22d01aed
GM
6854 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6855
23f46f6f
GM
6856 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6857 instead of `progn'.
6858
e8421604
GM
6859 * tar-mode.el (tar-extract): Avoid generating a new buffer
6860 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6861
ea2c6478
GM
6862 * textmodes/paragraphs.el (forward-sentence): Avoid building
6863 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6864
dde6824c
SM
6865 * progmodes/executable.el (executable-set-magic):
6866 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
6867 inserting it.
6868
1155d483 6869 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 6870 derived from the JFIF spec.
1f8437c4 6871
69ebef1d
GM
6872 * image.el (image-type-regexps): Use `\`' instead of `^' in
6873 most regular expressions.
6874
acc24704 68752001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d1d850d6 6876
dde6824c 6877 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 6878
98a8938c
GM
68792001-08-06 Gerd Moellmann <gerd@gnu.org>
6880
dde6824c
SM
6881 * help.el (describe-function-1): Use find-function-search-for-symbol
6882 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 6883
5a397d28
GM
6884 * play/animate.el (animate-birthday-present): Re-insert.
6885
dde6824c
SM
6886 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6887 Handle old-style menu definitions.
98a8938c 6888
acc24704 68892001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7b3220c0 6890
6228c05b 6891 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 6892 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 6893
070c251e 6894 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
6895 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6896 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 6897
acc24704 68982001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dffb6224
PJ
6899
6900 * textmodes/tildify.el: Milan Zamazal has new address.
6901
698665d1
GM
69022001-08-03 Gerd Moellmann <gerd@gnu.org>
6903
be48584d
GM
6904 * custom.el (custom-set-variables): Don't test `custom-requests'
6905 properties, check the third element of the options passed to
6906 custom-set-variables instead.
6907
5e1f85e0 6908 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 6909 instead of file-exists-p.
5e1f85e0 6910
b0fa1513
GM
6911 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6912 the mode-line face is restored. Fix several bugs.
6913
698665d1
GM
6914 * replace.el (perform-replace): Doc fix.
6915
4a7641d9
FP
69162001-08-02 Francesco Potorti` <pot@gnu.org>
6917
6918 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6919 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6920 (uniquify-fix-item-base, uniquify-fix-item-filename)
6921 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6922 Callers changed.
6923 (uniquify-set-proposed): Changed to work with a vector item.
6924 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6925 the fix list, and a list of strings for the non-file buffer
6926 names. Both changes reduce consing.
6927 (uniquify-rationalize-a-list): Local variable renaming.
6928 (uniquify-rationalize-conflicting-sublist): Use member instead of
6929 assoc.
6930 (uniquify-rename-buffer): Use unless instead of if not.
6931
77389930
GM
69322001-08-02 Gerd Moellmann <gerd@gnu.org>
6933
dde6824c 6934 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 6935
cb3f945f
GM
6936 * custom.el (custom-set-variables): Set options with :require
6937 clauses last.
4a7641d9 6938
fbc7f2a6
GM
6939 * custom.el (defcustom): Doc fix.
6940
77389930
GM
6941 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6942
9761cd3a
EZ
69432001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6944
7e03f4c8
EZ
6945 * man.el (man): Mention Man-switches in the doc string.
6946 (Man-switches): Mention -a in the doc string.
6947
dde6824c
SM
6948 * textmodes/ispell.el (ispell-alternate-dictionary):
6949 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 6950
9761cd3a
EZ
6951 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6952 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 6953 <gildea@stop.mail-abuse.org>.
9761cd3a 6954
cc46bfe7
FP
69552001-08-01 Francesco Potorti` <pot@gnu.org>
6956
fc10ed8c
FP
6957 * uniquify.el: These changes correct a corner case that the old
6958 code managed correctly.
6959 (uniquify-fix-item-proposed): Renamed from
6960 uniquify-fix-item-min-proposed.
6961 (uniquify-set-proposed): New function.
6962 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6963 clarity and speed.
dde6824c
SM
6964 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6965 This is equivalent to what the old code did.
fc10ed8c
FP
6966 (uniquify-rationalize-a-list): Never recompute the proposed
6967 name. Sort the conflicting sublist before rationalising it: this
6968 is equivalent to what the old code did, but one directory element
6969 at a time, and only when necessary.
6970 (uniquify-rationalize-conflicting-sublist): Recompute here the
6971 proposed name.
cc46bfe7 6972
dd388130
GM
69732001-08-01 Gerd Moellmann <gerd@gnu.org>
6974
81b1a79d
GM
6975 * play/animate.el: Add Keywords and Maintainer. Remove a
6976 reference to a removed function.
cc46bfe7 6977
dd388130
GM
6978 * play/animate.el (animate-string): Handle case that the string is
6979 longer than the window is wide.
6980
6b053e39
GM
69812001-07-31 Gerd Moellmann <gerd@gnu.org>
6982
ed86208c
GM
6983 * desktop.el (desktop-save): Bind coding-system-for-write to
6984 `emacs-mule' for write-region.
6985
10e922bd
GM
6986 * delsel.el (delete-selection-pre-hook): Don't set this-command
6987 to `ignore' if the region is empty.
6988
dde6824c
SM
6989 * international/mule.el (set-keyboard-coding-system):
6990 Set keyboard-coding-system.
b23bad0b 6991
6b053e39
GM
6992 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6993 before accessing it.
6994
d004e96a
AS
69952001-07-30 Andreas Schwab <schwab@suse.de>
6996
dde6824c
SM
6997 * menu-bar.el (toggle-highlight-paren-mode):
6998 Use `(show-paren-mode)' as body.
d004e96a 6999
892c8dea
AS
70002001-07-30 Andre Spiegel <spiegel@gnu.org>
7001
7002 * vc.el (vc-checkout-hook): New hook.
7003 (vc-checkout): Run it.
7004
21f79512
EZ
70052001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
7006
dde6824c
SM
7007 * progmodes/make-mode.el (makefile-macroassign-regex):
7008 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 7009
291e3b68
GM
70102001-07-30 Gerd Moellmann <gerd@gnu.org>
7011
6594ac22
GM
7012 * vc.el (vc-switch-backend): Fix autoload cookie.
7013
291e3b68
GM
7014 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
7015 the desktop file.
7016
87449711
GM
70172001-07-30 Simon Josefsson <jas@extundo.com>
7018
7019 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
7020 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
7021
bf85004b
GM
70222001-07-27 Gerd Moellmann <gerd@gnu.org>
7023
75c5350a
GM
7024 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
7025 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
7026 (last-sexp-toggle-display, eval-last-sexp-1):
7027 Use last-sexp-setup-props.
75c5350a 7028
cc46bfe7 7029 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
7030 New user-options.
7031 (mouse-wheel-change-button): New function.
7032 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
7033 (mwheel-scroll): Ditto.
7034
16098288
GM
70352001-07-26 Gerd Moellmann <gerd@gnu.org>
7036
ac49effe
GM
7037 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
7038 `...', compare with unabbreviated printed representation instead.
7039 (last-sexp-print): Bind print-length and print-level to nil.
7040
be4a68f9
GM
7041 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
7042 before assigning text properties. Make properties rear-nonsticky.
ac49effe 7043
f6e6cdf2
GM
7044 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
7045 (eval-last-sexp-1): Give printed text a `keymap' property and bind
7046 <mouse-2> and <RET> in that map to a function printing the
7047 unabbreviated value.
7048
16098288
GM
7049 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
7050 is a buffer, put a text property `printed-value' on the printed
7051 representation, with the Lisp object printed as value.
7052
343462ed
EZ
70532001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
7054
7055 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
7056 Mention the effect of eval-expression-print-length and
7057 eval-expression-print-level in the doc strings. Suggested by
7058 Kevin Gallagher <kevingal@onramp.net>.
7059
e043664a
GM
70602001-07-25 Gerd Moellmann <gerd@gnu.org>
7061
4b09e331
GM
7062 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
7063 for buttons > 3.
7064 (xterm-mouse-translate): Handle the case that we don't get a
7065 down-event.
cc46bfe7 7066
dde6824c
SM
7067 * emacs-lisp/find-func.el (find-function-regexp):
7068 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
7069 in front of the function name.
7070
17635d50 7071 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 7072
3fb01f36
GM
7073 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
7074 similar events for which fake prefix keys are generated. It's no
7075 longer necessary since read_key_sequence doesn't modify these
7076 events for internal purposes anymore.
7077
e043664a
GM
7078 * files.el (auto-mode-alist): Use nroff-mode for files ending
7079 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7080
a9f73104
EZ
70812001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7082
7083 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7084 tool-bar-lines parameter, behave as if its value were zero.
7085 (mouse-avoidance-set-pointer-shape): Don't do anything if
7086 x-pointer-shape is not boundp.
7087
c02a76cc
FP
70882001-07-23 Francesco Potorti` <pot@gnu.org>
7089
f0188953 7090 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
7091 (uniquify-fix-item-base, uniquify-fix-item-filename)
7092 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 7093 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 7094 place in the item, but was never used.
c02a76cc 7095 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 7096 in the item is now used as cache for the proposed name.
c02a76cc 7097 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
7098 newbuffile out of the loop, in the newbuffile-nd local var.
7099 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 7100 common case and cache it in the fourth place in the item.
f0188953 7101 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 7102 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
7103 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7104 the cached proposed name, does much less consing and is quicker.
7105 (uniquify-filename-lessp): Deleted.
dde6824c
SM
7106 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7107 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
7108 cached proposed name is possible.
7109 (uniquify-get-proposed-name): Arguments changed, callers changed.
7110 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7111 uniquify-possibly-resolvable flag, which is no more bound locally.
7112 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 7113 flag, which does not exist any more.
c02a76cc 7114
31fac3b8
EZ
71152001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7116
be8cf99e
EZ
7117 * term/internal.el (IT-unicode-translations): Fix the appearance of
7118 "6`".
7119
31fac3b8
EZ
7120 * progmodes/compile.el (compile-internal): If EMACS is already
7121 defined in the environment, don't override its value.
7122
73496807
GM
71232001-07-23 Gerd Moellmann <gerd@gnu.org>
7124
9e5a7f2a
GM
7125 * play/fortune.el: Undo change of 2001-07-13.
7126 Fix autoload cookies. Add types to defcustoms.
7127 (fortune) <defgroup>: Add :link.
7128 (fortune-from-region): Use eq, not eql.
7129 From Dave Love <fx@gnu.org>.
c02a76cc 7130
5247262a 7131 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 7132
73496807
GM
7133 * play/animate.el: New file.
7134
722a451d
EZ
71352001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7136
dde6824c
SM
7137 * startup.el (normal-top-level-add-subdirs-to-load-path):
7138 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
7139 canonicalized names of the directories instead of inode numbers.
7140
4960e757 71412001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 7142
4960e757
MK
7143 * ediff-util.el: Copyright years.
7144 (ediff-choose-syntax-table): New function.
7145 (ediff-setup): Use ediff-choose-syntax-table.
73496807 7146 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 7147 vc-state is available.
73496807 7148 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 7149
4960e757
MK
7150 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7151 with-syntax-table.
73496807
GM
7152 (ediff-coding-system-for-read): From ediff-diff.el
7153 (ediff-coding-system-for-write): New variable.
7154 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 7155 overlays.
73496807
GM
7156 (ediff-file-remote-p): Use file-remote-p, if available.
7157 (ediff-listable-file): New function.
7158 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 7159
dde6824c
SM
7160 * ediff-mult.el (ediff-meta-insert-file-info1):
7161 Use ediff-listable-file.
c02a76cc 7162
dde6824c
SM
7163 * ediff-ptch.el (ediff-prompt-for-patch-file):
7164 Use ediff-coding-system-for-read.
73496807 7165 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 7166
73496807
GM
7167 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7168 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 7169
4960e757 7170 * ediff.el: Date of last update, copyright years.
c02a76cc 7171
4960e757 7172 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 7173
4960e757
MK
7174 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7175 of Scott Bronson.
7176 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7177 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7178 Deleted functions.
7179 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7180 ex-token-list.
73496807 7181 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 7182
dde6824c 7183 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
7184 (viper-memq-char): Use viper-int-to-char.
7185 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 7186 vc-locking-state.
73496807 7187 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 7188
dde6824c
SM
7189 * viper.el (viper-major-mode-modifier-list):
7190 Added inferior-emacs-lisp-mode.
73496807 7191 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 7192 heuristics to decide if vi state is appropriate.
73496807
GM
7193 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7194 (viper-non-hook-settings): Don't advise read-key-sequence.
7195 (viper-read-key-sequence): New function that replaces the
4960e757 7196 previously used advice to read-key-sequence.
c02a76cc 7197
73496807
GM
7198 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7199 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7200 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7201 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7202 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7203 Got rid of the negative character hack.
4960e757 7204 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
7205 Use viper-read-key-sequence.
7206 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 7207 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 7208 Don't override existing minibuffer-setup-hook.
4960e757 7209 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 7210 Convert registers to char data type.
73496807 7211 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
7212
7213 * viper-keym.el: Use viper-exec-key-in-emacs.
7214
05824718
SM
72152001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7216
7217 * server.el (server-visit-files): Fix variable name typo.
7218
6e07c0a5
GM
72192001-07-20 Gerd Moellmann <gerd@gnu.org>
7220
05824718 7221 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
7222 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7223
5b6858da
SM
72242001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7225
7226 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7227 return a this-error using the alternative format (a pair of markers).
7228
794d58ba
GM
72292001-07-19 Gerd Moellmann <gerd@gnu.org>
7230
4e2a256b
GM
7231 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7232
794d58ba
GM
7233 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7234 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 7235
acc24704 72362001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
381194d0
PJ
7237
7238 * international/iso-transl.el: Fix typo in the header of the file.
7239
7240 * textmodes/picture.el (picture): Doc fix.
7241
7242 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7243 follow coding conventions in generated files.
7244
27009a49
EZ
72452001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7246
5b6858da 7247 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
7248 (tool-bar-add-item): Don't call image-related primitives if the
7249 display doesn't support images.
7250
7251 * frame.el (display-images-p): New function.
7252
467f1209
GM
72532001-07-17 Gerd Moellmann <gerd@gnu.org>
7254
7255 * server.el (server-visit-files): Handle the case the specified
7256 column number is <= 0.
7257
72582001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7259
7260 * startup.el (command-line-1): Add support for +LINE:COLUMN
7261 command line argument.
7262
72632000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7264
5b6858da
SM
7265 * server.el (server-process-filter, server-visit-files):
7266 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 7267
acc24704 72682001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9781053a
PJ
7269
7270 * emacs-lisp/easy-mmode.el: Add Keywords header.
7271
7272 * play/pong.el: Author has new address.
7273
7274 * play/landmark.el: Author is no more reachable.
7275
7276 * play/handwrite.el: Author is no more reachable.
7277
5b6858da
SM
72782001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7279
7280 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7281 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7282 Complete bindings for F<1..12> keys.
7283 (global-map): Remove `undo' binding (already in the default).
7284 Replace `t<n>' bindings with `f<n>' bindings.
7285
a38b71b0
SM
72862001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7287
7288 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7289 (tcl-mode): Use tcl-add-log-defun.
7290 (tcl-indent-line): Use tcl-calculate-indent.
7291 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7292 (tcl-indent-exp): Renamed from indent-tcl-exp.
7293 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7294 (tcl-indent-for-comment): Call comment-indent-function properly
7295 and handle the case where it returns nil.
7296
c1d61a7d
GM
72972001-07-16 Gerd Moellmann <gerd@gnu.org>
7298
a38b71b0
SM
7299 * calendar/cal-islam.el (calendar-goto-islamic-date):
7300 Remove autoload cookie.
7301
7302 * calendar/calendar.el (calendar-goto-islamic-date):
7303 Add call to autoload.
c1d61a7d 7304
c59fb719
SM
73052001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7306
7307 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7308 Don't change compile-auto-highlight globally.
7309 Don't bother with `font-lock-defaults' property since XEmacs
7310 also understands the `font-lock-defaults' variable.
7311 Use make-local-variable rather than make-variable-buffer-local.
7312 Don't `defconst' comment-indent-function: keep the default.
7313 Call easy-menu-add unconditionally.
7314 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7315 (ada-create-menu): Use :included for Emacs as well.
7316
7317 * vc.el (vc-do-command): Autoload.
7318
7319 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7320
acc24704 73212001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
652a9be9
PJ
7322
7323 * ps-print.el: Fix Author: header.
7324
c3d6be34
GM
73252001-07-16 Gerd Moellmann <gerd@gnu.org>
7326
4391d40d
GM
7327 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7328 mouse-1 etc., bind them to `ignore'.
7329
c3d6be34
GM
7330 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7331 send-invisible, which is already defined in Comint.
7332 (eshell-watch-for-password-prompt): Use it.
7333
acc24704 73342001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e8af40ee 7335
3c3e43ef
PJ
7336 * which-func.el (which-func-mode): Doc fix.
7337
e8af40ee 7338 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
7339 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7340 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7341 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7342 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7343 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7344 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7345 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7346 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7347 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7348 * emulation/edt-mapper.el, emulation/edt-pc.el,
7349 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7350 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7351 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7352 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7353 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7354 * international/isearch-x.el, international/iso-cvt.el,
7355 * international/ogonek.el, international/quail.el,
7356 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7357 * language/devanagari.el, language/ethio-util.el,
7358 * language/ethiopic.el, language/european.el, language/indian.el,
7359 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7360 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7361 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7362 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7363 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7364 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7365 * progmodes/autoconf.el, progmodes/cmacexp.el,
7366 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7367 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7368 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7369 * progmodes/ebnf2ps.el, progmodes/executable.el,
7370 * progmodes/fortran.el, progmodes/idlw-shell.el,
7371 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7372 * progmodes/m4-mode.el, progmodes/mantemp.el,
7373 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7374 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7375 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7376 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7377 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7378 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7379 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7380 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7381 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7382 * textmodes/two-column.el, time-stamp.el, timezone.el,
7383 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7384 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7385 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
7386 conventions.
7387
bb24c64f
GM
73882001-07-16 Gerd Moellmann <gerd@gnu.org>
7389
7390 * simple.el (set-variable): Require 'cus-edit' instead of
7391 `wid-edit', so that the Custom widgets get defined.
7392
acc24704 73932001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6a05d05f
PJ
7394
7395 * allout.el: A fix to follow coding conventions.
7396
7397 * find-lisp.el: A fix to follow coding conventions.
7398
7399 * term/w32-win.el: A fix to follow coding conventions.
7400
7401 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7402
7403 * term/xterm.el: A fix to follow coding conventions.
7404
7405 * term/news.el: A fix to follow coding conventions.
7406
7407 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7408 header line fixed.
7409
7410 * sun-curs.el: Fix Maintainer: header line.
7411
7412 * emacs-lisp/easymenu.el: Address of the author added.
7413
1b85bd12
GM
74142001-07-16 Gerd Moellmann <gerd@gnu.org>
7415
7416 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7417 property.
7418
acc24704 74192001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6e44da43
PJ
7420
7421 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 7422 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
7423 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7424 Some fixes to follow coding conventions.
6e44da43 7425
6033fc96
GM
74262001-07-16 Gerd Moellmann <gerd@gnu.org>
7427
7428 * which-func.el (which-func-mode): Doc fix.
7429
5d3d1e32
SM
74302001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7431
7432 * net/rcompile.el (remote-compile): Use make-local-variable.
7433
7434 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7435
7436 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7437
7438 * mail/reporter.el (reporter-submit-bug-report):
7439 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7440
acc24704 74412001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
55535639 7442
3afbc435 7443 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
7444 * calendar/cal-dst.el, calendar/cal-french.el,
7445 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7446 * calendar/cal-iso.el, calendar/cal-julian.el,
7447 * calendar/cal-mayan.el, calendar/cal-persia.el,
7448 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7449 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7450 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7451 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7452 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7453 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7454 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7455 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7456 * progmodes/ada-xref.el, progmodes/cc-align.el,
7457 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7458 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7459 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7460 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7461 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7462 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7463 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7464 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7465 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7466 * textmodes/reftex.el: Some fixes to follow coding
ff41c6f6 7467 conventions in Elisp files with known maintainers.
3afbc435
PJ
7468
7469 * emulation/viper.el: A fix to follow coding conventions.
7470
60370d40 7471 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
7472 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7473 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7474 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7475 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7476 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7477 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7478 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7479 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7480 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
ff41c6f6 7481 conventions in Elisp files.
60370d40
PJ
7482
7483 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
7484 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7485 * emulation/pc-mode.el, emulation/viper-cmd.el,
7486 * emulation/viper-ex.el, emulation/viper-init.el,
7487 * emulation/viper-keym.el, emulation/viper-macs.el,
7488 * emulation/viper-mous.el, emulation/viper-util.el,
7489 * emulation/viper.el, forms-pass.el, international/ccl.el,
7490 * international/characters.el, international/encoded-kb.el,
7491 * international/fontset.el, international/ja-dic-cnv.el,
7492 * international/ja-dic-utl.el, international/kinsoku.el,
7493 * international/kkc.el, international/mule-cmds.el,
7494 * international/mule-diag.el, international/mule-util.el,
7495 * international/mule.el, international/titdic-cnv.el,
7496 * language/china-util.el, language/chinese.el,
7497 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7498 * language/greek.el, language/hebrew.el, language/japan-util.el,
7499 * language/japanese.el, language/korea-util.el, language/korean.el,
7500 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7501 * language/slovak.el, language/thai-util.el, language/thai.el,
7502 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7503 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7504 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7505 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7506 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7507 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7508 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7509 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7510 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7511 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
7512 to follow coding conventions in files without maintainer or in files
7513 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
7514
7515 * emacs-lisp/elp.el: A fix to follow coding conventions.
7516
715a2ca2 7517 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
7518 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7519 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7520 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7521 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7522 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7523 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7524 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7525 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7526 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7527 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7528 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
7529 conventions in files from Gnus.
7530
55535639 7531 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
7532 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7533 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7534 * echistory.el, electric.el, emacs-lisp/authors.el,
7535 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7536 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7537 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7538 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7539 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7540 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7541 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7542 * international/codepage.el, international/iso-ascii.el,
7543 * international/iso-insert.el, international/iso-transl.el,
7544 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7545 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7546 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7547 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7548 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7549 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7550 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7551 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7552 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7553 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7554 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7555 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7556 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7557 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7558 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7559 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7560 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7561 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7562 * textmodes/tex-mode.el, textmodes/text-mode.el,
7563 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7564 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7565 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
7566 files maintained by FSF.
7567
acc24704 75682001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1cd7adc6
PJ
7569
7570 * arc-mode.el: A fix to follow coding conventions.
7571
7572 * bindings.el: Ditto.
7573
7574 * cdl.el: Ditto.
7575
7576 * comint.el: Ditto.
7577
7578 * cus-start.el: Ditto.
7579
7580 * shell.el: Ditto.
7581
7582 * skeleton.el: Ditto.
7583
07b1b912
SM
75842001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7585
7586 * info.el (Info-build-node-completions):
7587 Make Info-current-file-completions buffer local.
7588
09938b67
GM
75892001-07-13 Gerd Moellmann <gerd@gnu.org>
7590
e0f82ad8 7591 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 7592 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 7593
07b1b912 7594 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 7595 Add autoload cookie.
aa11456f 7596
09938b67
GM
7597 * play/fortune.el: Add types to defcustoms.
7598
acc24704 75992001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
ebea5735 7600
09938b67 7601 * language/czech.el: A fix to follow coding conventions.
ebea5735 7602
ec7dc7e1
EZ
76032001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7604
7605 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7606 to the extension list, for antlr-mode. From Christoph Wedler
7607 <Christoph.Wedler@sap.com>.
7608
ec402ad4
SM
76092001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7610
7611 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7612 (vc-dired-mode-map): Fix the madness.
7613
7614 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7615 (vc-prefix-map): Moved back from vc.el.
7616
a777242c
GM
76172001-07-11 Gerd Moellmann <gerd@gnu.org>
7618
07b1b912
SM
7619 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7620 Increase the size of the obarray.
a777242c
GM
7621 (mail-extr-all-top-level-domains): Add more toplevel domains,
7622 add more long names.
7623 From: Per Starback <starback@ling.uu.se>.
7624
874d7995
EZ
76252001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7626
7627 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
acc24704 7628 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
874d7995
EZ
7629
7630 * progmodes/ada-mode.el: Ditto.
7631
7632 * progmodes/ada-xref.el: Ditto.
7633
ff524b84
MB
76342001-07-11 Miles Bader <miles@gnu.org>
7635
7636 * finder.el (finder-insert-at-column): Also move to the next line
7637 if exactly at COLUMN.
7638
6b05fae3
GM
76392001-07-10 Gerd Moellmann <gerd@gnu.org>
7640
6ce5615d
GM
7641 * help.el (describe-function-1): When printing FUNCTION's
7642 documentation, don't assume FUNCTION is a symbol.
7643
6b05fae3
GM
7644 * startup.el (normal-top-level): Don't operate on the initial
7645 frame if we failed to create one.
7646
19da29f9
GM
76472001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7648
7649 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7650 itself, i.e. only indent the contents in it.
7651
6f19114e
GM
76522001-07-10 Markus Rost <rost@math.ohio-state.edu>
7653
7654 * mail/rmail.el (rmail-show-message): Show beginning of message in
7655 all windows containing it.
7656
8184a578
EZ
76572001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7658
7659 * term/tty-colors.el: Fix the header line and copyright years.
7660
524ac5b2
GM
76612001-07-09 Gerd Moellmann <gerd@gnu.org>
7662
4033ae9d
GM
7663 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7664 original definition has an interactive form, but is Elp
7665 instrumented, use the interactive form of the function called by
7666 elp-wrapper.
7667
59c2dcf4
GM
7668 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7669 configurations with compare-window-configuration; they aren't
7670 window configurations.
7671
524ac5b2
GM
7672 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7673 from the server for the format we expect. Don't use it if it
c59fb719 7674 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 7675
06c66e1c 7676 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
7677 From Luis Fernandes <elf@ee.ryerson.ca>.
7678
524ac5b2 76792001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
7680
7681 * cc-cmds.el: Extended the kludge to interoperate with the
7682 delsel and pending-del packages wrt to the new function
7683 `c-electric-delete-forward'.
7684
851040a5
SM
76852001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7688 to delay the call to <mode> for global minor modes.
7689 (easy-mmode-define-navigation): Only recenter if interactive.
7690
6573d87f
GM
76912001-07-06 Gerd Moellmann <gerd@gnu.org>
7692
a25e82a8
GM
7693 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7694 to lisp-indent-line.
7695
6573d87f
GM
7696 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7697 from the server. Call encode-time only when we are sure that we
7698 got a 213 response.
7699
c1a1fd60
GM
77002001-07-06 Simon Josefsson <jas@extundo.com>
7701
7702 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7703 (mail-envelope-from): New user option.
7704 (sendmail-send-it): Use it.
7705
4b81a999
GM
77062001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7707
851040a5
SM
7708 * ps-print.el: Use locale dependant date to print date in header.
7709 Doc fix.
4b81a999
GM
7710 (ps-print-version): New version number (6.5.3).
7711 (ps-right-header, ps-right-footer): Initialization and doc fix.
7712 (ps-time-stamp-locale-default): New fun.
7713
a2cc5c4f
GM
77142001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7715
7716 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7717 field problem with MIME-mode.
7718
7719 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7720
77212001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7722
7723 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7724 MIME-mode.
7725
a9b511e0
EZ
77262001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7727
7728 * bindings.el (mode-line-mule-info): Don't show the tip with
7729 buffer-file-coding-system if that is nil.
7730
0f60e5ff
GM
77312001-07-05 Gerd Moellmann <gerd@gnu.org>
7732
f25cfe53
GM
7733 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7734 instead of kill-line.
7735
acc24704 7736 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
5f72adc0
GM
7737 <Pavel@Janik.cz>.
7738
acc24704 7739 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
5f72adc0 7740 <Pavel@Janik.cz>.
0f60e5ff 7741
b5e2c7a7
GM
77422001-07-04 Gerd Moellmann <gerd@gnu.org>
7743
7744 * font-lock.el (c-font-lock-keywords-3): When matching something
7745 like `struct X Y', finish with point after Y.
7746
e5836af8 77472001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 7748
e5836af8 7749 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 7750 in caller buffer.
e5836af8 7751
f1c53471
EZ
77522001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7753
bf4041b6 7754 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
7755 instead of string-match to find the basename of the file.
7756 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 7757
851040a5
SM
7758 * net/browse-url.el (browse-url-default-windows-browser):
7759 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
7760 (browse-url-browser-function) [ms-dos]: Default to
7761 browse-url-default-windows-browser.
7762
f1c53471
EZ
7763 * help.el (locate-library): Enable code that looks for compressed
7764 libraries if auto-compression-mode is on.
7765
4ce5c223
SM
77662001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7767
7768 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7769
dd441b46
GM
77702001-07-02 Gerd Moellmann <gerd@gnu.org>
7771
4ce5c223 7772 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 7773
7a3ee510
EZ
77742001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7775
33e432b1 7776 * allout.el: Fix the header line, so that finder.el recognizes it.
acc24704 7777 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
33e432b1 7778
4ce5c223 7779 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
acc24704 7780 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 7781
3024d920
EZ
77822001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7783
4ce5c223 7784 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 7785
3024d920
EZ
7786 * ps-bdf.el (bdf-directory-list): Use the value relative to
7787 installation-directory for MS-Windows as well.
7788
0c1baae8
RS
77892001-06-29 Richard M. Stallman <rms@gnu.org>
7790
7791 * wid-edit.el (widget-color-sample-face-get):
7792 Return ((foreground-color . COLOR)) instead of constructing a face.
7793
442ebe98
EZ
77942001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * faces.el (region): Change the background color for the
7797 light-background color display to lightgoldenrod2, to make it
7798 visible on some laptops.
7799
6519817e
RS
78002001-06-28 Richard M. Stallman <rms@gnu.org>
7801
7802 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7803 (rmail-msg-restore-non-pruned-header): Likewise.
7804 If point was in the old pruned header, put it at the top.
7805 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 7806
6519817e
RS
7807 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7808 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7809
15533ae2
SM
78102001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7811
7812 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7813
19a448e3
KF
78142001-06-28 Karl Fogel <kfogel@red-bean.com>
7815
7816 * saveplace.el: Update maintainer email address.
7817
a17555fd
FP
78182001-06-27 Francesco Potorti` <pot@gnu.org>
7819
15533ae2
SM
7820 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7821 Undo previous change.
a17555fd
FP
7822
78232001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
7824
7825 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7826 preliminary quick reordering. Can speed things up dramatically.
7827
555cc9ca
RS
78282001-06-26 Richard M. Stallman <rms@gnu.org>
7829
4d68abe0
RS
7830 * dired.el (dired-get-filename): A file name starting with ~
7831 is not absolute in this context.
7832
555cc9ca
RS
7833 * which-func.el (which-func-maxout): Increase default to 500000.
7834 (which-function-mode): This is now the "real" name of the function.
7835 (which-func-mode): Now an alias.
7836 (which-func-mode-global): Name deleted.
7837
7838 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7839 button-2, when binding hs-mouse-toggle-hiding.
7840
d9bad487
GM
78412001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7842
15533ae2 7843 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
7844 (rmail-msg-prune-header): Likewise.
7845 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7846 and `rmail-msg-prune-header'.
7847
da197e75
SM
78482001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7849
7850 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7851 back than LINEBEG.
7852
9501b986
EZ
78532001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7854
7855 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7856 window where they clicked the mouse has a header line, adjust
7857 vertical movement by one.
7858
7aee34d3
GM
78592001-06-25 Milan Zamazal <pdm@zamazal.org>
7860
da197e75
SM
7861 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7862 too when separating a parenthesis.
7aee34d3 7863
b9cc92a4
EZ
78642001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7865
7866 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7867 (bookmark-bmenu-hide-filenames): Add help-echo to
7868 mouse-highlighted text.
7869 (bookmark-bmenu-show-filenames): Remove help-echo property from
7870 the whitespace.
7871
e55c4863
EZ
78722001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7873
da197e75
SM
7874 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7875 From Karl Eichwalder <ke@suse.de>.
e55c4863 7876
4bd41f5a
RS
78772001-06-23 Richard M. Stallman <rms@gnu.org>
7878
7879 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7880
7881 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7882 contents for completing-read.
7883
fdae95d4
RS
78842001-06-22 Richard M. Stallman <rms@gnu.org>
7885
7886 * menu-bar.el (menu-bar-make-toggle): Construct the
7887 function's doc string from HELP, not DOC, and make it accurate by
7888 adding "Toggle whether to " at the front and downcasing the initial.
7889 Change the HELP arg in some calls to make it fit this usage.
7890
7891 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7892 Undo previous change.
7893
5f0e1d42
EZ
78942001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7895
1fd63d9b
EZ
7896 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7897
da197e75 7898 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 7899
2ebf8f54
EZ
79002001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7901
7a03d9cd
EZ
7902 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7903
2ebf8f54
EZ
7904 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7905
4de68712
RS
79062001-06-20 Richard M. Stallman <rms@gnu.org>
7907
7908 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7909 broken out from dabbrev--find-expansion. Handle minibuffer
7910 specially here.
7911 (dabbrev--find-expansion): Simplify code in various ways.
7912 Don't treat minibuffers specially.
7913 Call dabbrev--make-friend-buffer-list.
da197e75 7914 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
7915 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7916
f84e9763 79172001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 7918
f84e9763
JW
7919 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7920 Also, added a comment describing how to greatly speedup Eshell
7921 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 7922
f5f3efaa 79232001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 7924
da197e75
SM
7925 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7926
f84e9763
JW
79272001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7928
7929 * woman.el (WoMan-highlight-references): Add help-echo to
7930 mouse-highlighted text.
b868ed49 7931
f7ac3e28
SM
79322001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7933
7934 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7935
f6f1beba
GM
79362001-06-18 Gerd Moellmann <gerd@gnu.org>
7937
f7ac3e28
SM
7938 * international/quail.el (quail-start-conversion):
7939 Reset quail-translating to nil.
db8f7303 7940
f6f1beba
GM
7941 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7942 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7943
1a0b9ae6
EZ
79442001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7945
855eca56
EZ
7946 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7947 mouse-highlighted text.
7948
1a0b9ae6
EZ
7949 * dired.el (dired-mark-pop-up): Fix last change.
7950
e75e894b
EZ
79512001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7952
218abc51
EZ
7953 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7954 mouse-highlighted text.
7955
d36ca65d
EZ
7956 * net/quickurl.el (quickurl-url-file): Run through
7957 convert-standard-filename.
7958 (quickurl-list-populate-buffer): Add help-echo to
7959 mouse-highlighted text.
7960 (top-level): Update Dave's URL.
7961
092924fd
EZ
7962 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7963 mouse-highlighted text.
7964
f7ac3e28
SM
7965 * textmodes/page-ext.el (pages-copy-header-and-position):
7966 Add help-echo to mouse-highlighted text.
092924fd
EZ
7967
7968 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7969 mouse-highlighted text.
7970
7971 * replace.el (occur): Add help-echo to mouse-highlighted text.
7972
7973 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7974 mouse-highlighted text.
7975
7976 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7977 mouse-highlighted text.
7978
f7ac3e28
SM
7979 * progmodes/compile.el (compile-reinitialize-errors):
7980 Add help-echo to mouse-highlighted messages.
092924fd
EZ
7981 (compilation-forget-errors): Remove help-echo property as well.
7982
f7ac3e28
SM
7983 * play/landmark.el (lm-plot-square, lm-init-display):
7984 Add help-echo to mouse-highlighted text.
092924fd 7985
f7ac3e28
SM
7986 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7987 Add help-echo to mouse-highlighted text.
092924fd
EZ
7988
7989 * dired.el (dired-insert-set-properties): Add help-echo to
7990 mouse-highlighted text.
f7ac3e28 7991 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
7992
7993 * comint.el (comint-send-input): Add help-echo to
7994 mouse-highlighted text.
7995
7996 * buff-menu.el (list-buffers-noselect): Add help-echo to
7997 mouse-highlighted text.
7998
7999 * arc-mode.el (archive-summarize-files): Add help-echo to
8000 mouse-highlighted text.
8001
e75e894b
EZ
8002 * ffap.el (ffap-machine-p): Always return nil if
8003 open-network-stream is not fboundp.
8004
f621ed9d
SM
80052001-06-17 Stefan Monnier <monnier@cs.yale.edu>
8006
8007 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
8008 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
8009 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
8010 incorrectly binding chars between 128 and 256 to it.
8011 (sgml-maybe-name-self): Handle latin-1 chars properly.
8012 (sgml-tags-invisible): Bind buffer-file-name to nil.
8013 Use unwind-protect and restore-buffer-modified-p.
8014 (sgml-point-entered): Use buffer-substring-no-properties.
8015 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
8016 (html-mode): Don't force `imenu-sort-function'.
8017
884e8578
EZ
80182001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
8019
d5b49f47
EZ
8020 * tar-mode.el: Fix the copyright notice.
8021
ce6b1982
EZ
8022 * font-lock.el (font-lock-comment-face): For tty's with dark
8023 background, use "red1", since "lightred" is not one of the colors
8024 recognized by tty-colors.el.
8025
884e8578
EZ
8026 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
8027 create a buffer for extracted file, in case there's more than one
8028 file by that name in an archive, possibly in different
8029 directories. From Kevin Rodgers <kevinr@ihs.com>.
8030
8031 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
8032 <alex@gnu.org>.
8033
72190a54
MB
80342001-06-15 Miles Bader <miles@gnu.org>
8035
f621ed9d
SM
8036 * textmodes/texinfmt.el (texinfo-format-syntax-table):
8037 Revert previous change.
72190a54 8038
e4cdc335
RS
80392001-06-14 Richard M. Stallman <rms@gnu.org>
8040
8041 * replace.el (keep-lines-read-args): Return just a regexp.
8042 Provide nil for the region args.
f621ed9d 8043 (keep-lines, flush-lines, how-many):
e4cdc335
RS
8044 Calculate the defaults for the region here, when args are nil.
8045
c8c6b45a
EZ
80462001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8047
8048 * rot13.el (rot13-other-window): Some more doc fix.
8049
f54701d1
EZ
80502001-06-14 Per Starback <starback@ling.uu.se>
8051
8052 * replace.el (case-replace, query-replace-from-history-variable)
8053 (query-replace-to-history-variable, keep-lines-read-args)
8054 (occur-revert-function, query-replace-help): Dox fix.
8055
1604ce98
EZ
80562001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
8057
8058 * rot13.el (rot13-other-window): Doc fix.
8059
22058843
MB
80602001-06-14 Miles Bader <miles@gnu.org>
8061
8062 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
8063 of " and \ to "." (punctuation).
8064 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
8065
e4cdc335
RS
80662001-06-13 Richard M. Stallman <rms@gnu.org>
8067
8068 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
8069
8070 * simple.el (shell-command-on-region): Never kill the
8071 *Shell Command Output* buffer.
8072
a62d56ab
SM
80732001-06-13 Stefan Monnier <monnier@cs.yale.edu>
8074
8075 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
8076
4a0aa1d9
SM
80772001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8078
8079 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8080 New var, to recognize ${ $' and PODs.
8081 (perl-font-lock-syntactic-face-function): New function.
8082 (perl-mode): Use them.
8083 (perl-continuation-line-p): New function, from perl-calculate-indent.
8084 (perl-calculate-indent): Use it, to properly handle continuation
8085 lines of continuation lines.
8086
b5a9911c
EZ
80872001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8088
8089 * server.el (server-process, server-buffer-clients): Doc fix.
acc24704 8090 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
b5a9911c 8091
0f056ec1
JW
80922001-06-09 John Wiegley <johnw@gnu.org>
8093
8094 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8095 test if the last command was Lisp or not.
8096 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8097 B x C".
8098
e5e316b0
EZ
80992001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8100
8101 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8102 general one on compile.el supports drive letters.
7f4350a7
CD
8103
81042001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8105
5a905a7e 8106 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 8107 key description.
7f4350a7
CD
8108
8109 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8110
5a905a7e 8111 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
8112 (reftex-toc-jump): New command.
8113
8114 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 8115 to parse international characters as well.
7f4350a7 8116
5a905a7e 8117 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 8118 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 8119
5a905a7e
SM
8120 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8121
8122 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 8123 TAB to the key separators.
7f4350a7 8124
73419021
EZ
81252001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8126
8127 * international/mule.el (auto-coding-alist): Remove redundant
8128 up-cased versions of the extensions (auto-coding-alist-lookup is
8129 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8130 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8131
cada28bb
EZ
81322001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8133
8134 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8135
4f7666dc
RS
81362001-06-01 Richard M. Stallman <rms@gnu.org>
8137
8138 * help.el (describe-variable): Put value on same line
8139 with preceding text, if it is short enough to look good that way.
8140
70079787
EZ
81412001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8142
8143 * term/internal.el (IT-unicode-translations): New variable.
8144 (IT-setup-unicode-display): New function.
8145
c86f4619
GM
81462001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8147
8148 * ps-print.el: Handle before-string and after-string overlay properties
8149 in ps-print-*-with-faces commands. Doc fix.
8150 (ps-print-version): New version number (6.5.2).
8151 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8152 for XEmacs.
8153 (ps-prefix-quote): Doc fix.
c6d452ad 8154 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
8155 (ps-basic-plot-str, ps-plot-string): New funs.
8156
1ea98518
SM
81572001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8158
8159 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8160 and :type spec.
8161
2b1ec973
GM
81622001-05-31 Gerd Moellmann <gerd@gnu.org>
8163
1ea98518
SM
8164 * international/mule-cmds.el (inactivate-input-method):
8165 Set input-method-function to nil.
2b1ec973 8166
94843cc1
GM
8167 * xml.el (xml-parse-tag): The document may contain invalid characters.
8168 From ShengHuo ZHU <zsh@cs.rochester.edu>
8169
9652931f
GM
81702001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8171
8172 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
8173 `rmail-summary-line-decoder' if the message does not have
8174 a Subject: field.
9652931f 8175
1ea98518 8176 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 8177
1ea98518
SM
8178 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8179 New variable.
9652931f
GM
8180 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8181 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8182 is non-nil.
8183
f7ac3e28
SM
81842001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8185
8186 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8187
b781e739
SS
81882001-05-29 Sam Steingold <sds@gnu.org>
8189
00f51890
SS
8190 * faces.el (face-valid-attribute-values): Bind `valid' directly
8191 instead of using `setq'.
8192
b781e739
SS
8193 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8194 Use `tex-shell-buf'.
8195 (tex-shell-proc): Use `tex-shell-running'.
8196 (tex-shell-buf-no-error): New function.
8197 (tex-send-tex-command): Use it.
8198 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8199 (tex-kill-job): Check the process before calling `quit-process'.
8200
3d0e328b
GM
82012001-05-29 Gerd Moellmann <gerd@gnu.org>
8202
1ea98518
SM
8203 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8204 UTF-8 sequences.
3d0e328b 8205
8bd6307f
GM
82062001-05-28 Miles Bader <miles@gnu.org>
8207
8208 * comint.el (comint-carriage-motion): Renamed from
8209 `comint-cr-magic'. Operate on the buffer instead of the string
8210 (for use as a comint post-output filter, instead of as a
8211 pre-output filter). Handle backspaces too. Add to the
8212 `comint-output-filter-functions' hook instead of
8213 `comint-preoutput-filter-functions'.
8214
89c8dc6c
GM
82152001-05-28 Gerd Moellmann <gerd@gnu.org>
8216
8217 * language/japan-util.el (japanese-hankaku): Prefer the charset
8218 `jisx0201' when the optional argument `ascii-only' is not specified.
8219 (japanese-hankaku-region): Ditto.
8220 From Katsumi Yamaoka <yamaoka@jpl.org>
8221
f25c1b9b
SM
82222001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8223
8224 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8225 (outline-invisible-p): New function.
8226 (hide-leaves): Save excursion.
8227 (hide-other): Stop looping when reaching bobp.
8228
719bb352
EZ
82292001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8230
8231 * cus-edit.el (custom-file): Fix last change.
8232
d686d354
SM
82332001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8234
8235 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8236 same definition in byte-compile-function-environment as `autoload'
8237 would put in `symbol-function'.
8238
8239 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8240 patch to correct the error message as well.
8241
49b1a638
EZ
82422001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8243
71261a01
EZ
8244 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8245 unless ~/.emacs exists.
8246
49b1a638
EZ
8247 * novice.el (enable-command): If user-init-file is nil or does not
8248 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8249
a434b175
SM
82502001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8251
15ca8de7
SM
8252 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8253 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8254 Allow spaces around macro arguments.
8255 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8256 indent-for-tab-command.
8257 (latex-mode-map, plain-tex-mode-map): New keymaps.
8258 Inherit from tex-mode-map.
8259 (tex-common-initialization): Don't setup the keymap any more
8260 since it's now done right by define-derived-mode.
8261 (latex-mode): Set skeleton-end-hook to nil.
8262 (latex-skeleton-end-hook): Remove.
8263 (tex-latex-block, latex-insert-item): Simplify.
8264 (latex-syntax-after): Use following-char rather than char-after.
8265 (tex-discount-args-cmds, tex-count-words): New functions.
8266
8267 * textmodes/tildify.el (tildify-ignored-environments-alist):
8268 Recognize \verb* as well.
8269
8270 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8271 (perl-comment-indent): Simplify to let newcomment.el do its job.
8272 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8273 (perl-mark-function): Cleanup the namespace.
8274 (perl-calculate-indent): Don't be fooled by nested functions.
8275
8276 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8277
a434b175
SM
8278 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8279 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8280
4e7e1f03
AC
82812001-05-25 Andrew Choi <akochoi@i-cable.com>
8282
8283 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8284 actually be `\\'.
8285 (ctlau-b5-converter): Likewise.
8286
2bef0948
AC
82872001-05-24 Andrew Choi <akochoi@i-cable.com>
8288
8289 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
8290 Change CTLauB.el to CTLau-b5.el.
8291
d2d1851b
SM
82922001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8293
8294 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8295 rather than beginning-of-line to avoid problems with fields.
8296 (gud-perldb-massage-args): Use unless and push.
8297 (gud-chdir-before-run): New var.
8298 (gud-common-init): Use it.
8299
5e3d4fbc
AC
83002001-05-24 Andrew Choi <akochoi@i-cable.com>
8301
8302 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8303 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 8304 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 8305 chinese-ctlaub.
d2d1851b
SM
8306 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8307 New functions.
5e3d4fbc 8308
0216c3df
GM
83092001-05-22 Gerd Moellmann <gerd@gnu.org>
8310
f1f65349
GM
8311 * cus-edit.el (custom-comment-show): Remove debug code.
8312
0216c3df
GM
8313 * language/japan-util.el (japanese-symbol-table): Fix handling of
8314 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8315
e8a1ed31
SM
83162001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8317
8318 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8319 Renamed by removing the silly `-flag' suffix.
8320 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8321
7246200c
SM
83222001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8323
8324 * replace.el (keep-lines-read-args): Use `copy-marker'.
8325 (how-many): Save excursion properly.
8326 (occur-mode): Use define-derived-mode.
8327 (perform-replace): Use with-current-buffer.
8328
7e971261
RS
83292001-05-20 Richard M. Stallman <rms@gnu.org>
8330
65569e52
RS
8331 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8332
cc9684e8
RS
8333 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8334
9ca00e71
RS
8335 * info.el (Info-read-subfile): Widen before finding the
8336 desired node in the subfile.
8337
7e971261
RS
8338 * startup.el (command-line-1): When >2 files visited,
8339 leave the last one visible, and make that the selected window.
8340
7c5312b2
GM
83412001-05-20 Gerd Moellmann <gerd@gnu.org>
8342
8343 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8344
310e9a21
EZ
83452001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8346
7246200c 8347 * international/ccl.el (define-ccl-program): Fix a typo.
acc24704 8348 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8349
8350 * international/mule.el (decode-char): Fix a typo. From Pavel
acc24704 8351 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8352
8353 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
acc24704 8354 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde 8355
310e9a21 8356 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
acc24704 8357 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
310e9a21 8358
ef55aa6c
SS
83592001-05-18 Sam Steingold <sds@gnu.org>
8360
7246200c 8361 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
8362 and [RET] to `cvs-mode-find-file'.
8363
c9f3bebe
JW
83642001-05-18 John Wiegley <johnw@gnu.org>
8365
8366 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8367 configuration variable, which determines the initial character
8368 that forces use of an external version of a command. The default
8369 is *, but may be set to \, for example.
8370
8371 * eshell/esh-ext.el (eshell-explicit-command):
8372 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8373
c9f3bebe
JW
8374 * eshell/esh-cmd.el (eshell/which):
8375 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8376
7c5312b2
GM
8377 * eshell/em-cmpl.el (eshell-completion-command-name)
8378 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
8379 instead of ?*.
8380
1c66d9fb
GM
83812001-05-18 Gerd Moellmann <gerd@gnu.org>
8382
a724ed38
GM
8383 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8384 subst-char-in-string.
8385 (ange-ftp-after-parse-ls-hook): New variable.
8386 (ange-ftp-ls): Run that hook.
8387 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8388
0595722b
GM
8389 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8390 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8391 text into *Completions*.
8392
1c66d9fb
GM
8393 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8394 part of which look like email addresses.
8395
c5bdb93d
AI
83962001-05-18 Andrew Innes <andrewi@gnu.org>
8397
7246200c
SM
8398 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8399 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
8400 cmd.exe's handling of FOR loops.
8401 (autoloads): Set find-file-suppress-same-file-warnings to t to
8402 avoid slew of spurious messages.
8403
9a1211f2
GM
84042001-05-18 Simon Josefsson <simon@josefsson.org>
8405
8406 * mail/smtpmail.el (maybe-append-domain): Renamed to
8407 `smtpmail-maybe-append-domain'.
8408 (smtpmail-via-smtp): Use the new name.
8409
29148a3f
GM
8410 * net/browse-url.el (browse-url-browser-function): Add kde.
8411 (browse-url-kde-program, browse-url-kde-args): New variables.
8412 (browse-url-kde): New function.
8413
9ab59a1a
MB
84142001-05-18 Miles Bader <miles@gnu.org>
8415
7246200c
SM
8416 * simple.el (delete-horizontal-space, just-one-space):
8417 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
8418 because it's more efficient for large files.
8419
cebf1b97
GM
84202001-05-17 Gerd Moellmann <gerd@gnu.org>
8421
f90c23ca
GM
8422 * mail/rmail.el (rmail-require-mime-maybe): New function.
8423 (rmail): Use it.
8424 (rmail-mode): Handle the case of finding Rmail files.
8425
cebf1b97
GM
8426 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8427 functions.
8428
df22166e
SM
84292001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8430
8431 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8432 text-property after moving to the beginning of line and regardless
8433 of the value of font-lock-multiline.
8434
2ca0d5f1
GM
84352001-05-17 Gerd Moellmann <gerd@gnu.org>
8436
e85e809a
GM
8437 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8438
2ca0d5f1
GM
8439 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8440 last coding system used before calling set-buffer-modified-p
8441 because that function changes last-coding-system.
8442
4c6a4739
EZ
84432001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8444
8445 * files.el (switch-to-buffer-other-window)
8446 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8447 the doc string.
8448
f08cf35b
GM
84492001-05-17 Gerd Moellmann <gerd@gnu.org>
8450
8451 * language/slovak.el, language/czech.el: New maintainer.
8452
2180ea97
SS
84532001-05-16 Sam Steingold <sds@gnu.org>
8454
f08cf35b 8455 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
8456 sub-form of `defgeneric' correctly.
8457
9bae8781
GM
84582001-05-16 Gerd Moellmann <gerd@gnu.org>
8459
a90b3d3c
GM
8460 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8461 of `c'.
8462
1b7818b4 8463 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
8464 condition-case, test what outline-level returns instead, to
8465 ease debugging.
1b7818b4 8466
9bae8781
GM
8467 * international/mule.el (auto-coding-regexp-alist): New user-option.
8468 (auto-coding-from-file-contents): New function.
8469 (set-auto-coding): Use it to determine a coding system.
8470
7644c605
GM
84712001-05-15 Gerd Moellmann <gerd@gnu.org>
8472
18a0a39e
GM
8473 * mouse.el (mouse-delete-other-windows): Doc fix.
8474
df22166e
SM
8475 * emacs-lisp/lisp-mode.el (lisp-mode):
8476 Make font-lock-keywords-case-fold-search a buffer-local variable with
8477 make-local-variable before setting it.
7644c605 8478
940cf42e
EZ
84792001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8480
8481 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8482 prefixes.
8483
557f7c34
GM
84842001-05-14 Gerd Moellmann <gerd@gnu.org>
8485
8486 * hexl.el (hexl-current-address): Print a message when called
8487 interactively.
8488
14d9b141
SM
84892001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8490
8491 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8492
8493 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8494
8495 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8496
7bd2d083
GM
84972001-05-11 Gerd Moellmann <gerd@gnu.org>
8498
47e72862
GM
8499 * startup.el (command-line): If parameters have been changed in
8500 the init files which influence font selection, clear the face
8501 cache so that faces get realized with the new parameters.
8502
14d9b141 8503 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 8504
0f49941f
SM
85052001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8508
cbeed4a8
EZ
85092001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8510
8511 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8512 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8513
ff9aa2ca
GM
85142001-05-10 Gerd Moellmann <gerd@gnu.org>
8515
8516 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 8517 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 8518
b2c99950
JW
85192001-05-09 John Wiegley <johnw@gnu.org>
8520
0f49941f
SM
8521 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8522 Annotated the documentation string to tell users about
3cb27fd7
JW
8523 `eshell-no-numeric-conversions'.
8524
c26f6b27
JW
8525 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8526 conversions if a Lisp function has the property
8527 `eshell-no-numeric-conversions' set to a non-nil value.
8528
8529 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8530 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8531 property `eshell-no-numeric-conversions' on the following
8532 functions (which all deal with filesystem entities, and never Lisp
8533 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8534 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8535 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8536 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8537 eshell/which, eshell/addpath.
8538
85392001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 8540
d089e299
JW
8541 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8542 encountered as an argument, don't convert it right away, but tag
8543 the first character of the string with the text properties
8544 `number', which signifies to `eshell-lisp-command' that the
8545 argument should be passed through `string-to-number' if it is
8546 actually used in the call to a Lisp function.
8547
8548 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8549 function, convert any string arguments that have been tagged as
8550 "numbers", by calling string-to-number.
8551
8552 * eshell/esh-util.el (eshell-number-regexp): Now that number
8553 conversions only happen for Lisp function calls, the number regexp
8554 should now match all integer and floating point forms.
8555
8556 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8557 `eshell-continue-process', since they are both nonfunctional at
8558 the moment.
8559 (eshell-proc-initialize): Don't bind keys for
8560 `eshell-stop-process' or `eshell-continue-process'.
8561
0f49941f
SM
8562 * eshell/em-unix.el (eshell-shuffle-files):
8563 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
8564
8565 * eshell/em-hist.el (eshell-add-to-history): Reference to
8566 `eshell-history-ring' needed to be `eshell-history-index'.
8567
0f49941f
SM
8568 * calendar/timeclock.el (timeclock-find-discrep):
8569 Initialize `elapsed' to 0.
cb89da0f
JW
8570 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8571 it's still nil.
b2c99950 8572
ff39b9a1
SM
85732001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8574
8575 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8576 (archive-mode): Use capitalize.
8577 (archive-unique-fname): Use make-temp-file.
8578
9e53a675
GM
85792001-05-09 Gerd Moellmann <gerd@gnu.org>
8580
8581 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8582
c8224de6
EZ
85832001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8584
c533a7e2
EZ
8585 * tar-mode.el (tar-extract): Pay attention to the value of
8586 coding-system-for-read, if it is non-nil.
8587
ff39b9a1 8588 * calendar/holidays.el (holidays): Add an autoload cookie.
acc24704 8589 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 8590
1c8c9fb8
JW
85912001-05-08 John Wiegley <johnw@gnu.org>
8592
ff39b9a1
SM
8593 * calendar/timeclock.el (timeclock-workday-remaining):
8594 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
8595 (timeclock-workday-elapsed): Don't accept a "relative" argument
8596 for the current day's elapsed time. What could that have meant?
ff39b9a1 8597 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
8598 (timeclock-when-to-leave): Changed logic, similarly to what was
8599 done for `timeclock-workday-remaining'.
8600 (timeclock-find-discrep): Removed "today-only" argument, which had
8601 no meaning. Fixed some more math problems. The function now
8602 returns a three member list: (TOTAL-TIME-DISCREPANCY
8603 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8604
5f47fb28
EZ
86052001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8606
8607 * w32-fns.el (convert-standard-filename): Start replacing slashes
8608 from the beginning of the file name, not from where the last
8609 invalid character was. From "Andrew Maguire (SWW)"
8610 <Andrew.Maguire@Smallworld.co.uk>
8611
6da5c7da
GM
86122001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8613
8614 The following changes are to provide infrastructure for handling
8615 MIME messages to rmail. They don't affect the original behaviour
8616 if rmail-enable-mime is nil.
8617
8618 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8619 (rmail-search-mime-message-function)
8620 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
8621 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8622 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8623 `rmail-view-buffer' is hidden.
6da5c7da
GM
8624 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8625 call rmai-show-mime-function.
8626 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8627 mode-line-process of rmail-view-buffer.
8628 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8629 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8630 buffer.
ff39b9a1
SM
8631 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8632 set-buffer to the Rmail buffer.
6da5c7da
GM
8633 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8634 rmail-search-mime-header-function.
8635 (rmail-search-message): New function.
8636 (rmail-search): Call rmail-search-message to check if a message
8637 matches REGEXP, lastly update point after calling
8638 rmail-show-message.
ff39b9a1
SM
8639 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8640 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
8641 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8642 header region, refer to rmail-msgref-vector while setting the
8643 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
8644 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8645 If rmail-enable-mime is non-nil, call
6da5c7da
GM
8646 rmail-insert-mime-forwarded-message-function instead of inserting
8647 forwarded message by itself.
8648
8649 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8650 Rmail buffer.
8651 (rmail-set-label, rmail-next-labeled-message): Likewise.
8652
8653 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8654 set-buffer to the Rmail buffer.
8655 (rmail-output-to-rmail-file): Likewise.
8656 (rmail-output): Likewise.
8657
8658 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8659 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
8660 (rmail-new-summary): Be sure to go to the Rmail buffer.
8661 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
8662 rmail-view-buffer to nil.
8663 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8664 rmail-view-buffer.
8665 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8666 rmail-buffer.
8667 (rmail-summary-scroll-msg-down): Likewise.
8668 (rmail-summary-beginning-of-message): Likewise.
8669 (rmail-summary-wipe): Likewise.
8670 (rmail-summary-toggle-header): Use save-window-excursion, not
8671 save-excursion. Update point in rmail-view-buffer, not in
8672 rmail-buffer.
8673 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8674 rmail-view-buffer, not rmail-buffer.
8675
5092477a
GM
86762001-05-07 Gerd Moellmann <gerd@gnu.org>
8677
1e9fc92e
GM
8678 * cus-edit.el (custom-file): Signal an error if user-init-file is
8679 nil (running -q).
8680
1d053370
GM
8681 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8682
ff39b9a1
SM
8683 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8684 Add :version.
8685
8686 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8687 New option.
1b62b062
GM
8688 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8689 only if smtpmail-warn-about-unknown-extensions is set.
8690
f851a71c
GM
8691 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8692 instead of rmail-sort-by-keywords.
8693
ff39b9a1 8694 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
8695 rmail-sort-by-keywords.
8696
ff39b9a1
SM
8697 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8698 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
8699 (rmail-summary-mode): Doc fix.
8700
5092477a
GM
8701 * mail/rmail.el (rmail-edit): New Custom group.
8702
8703 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8704 (rmail-edit-mode-hook): New user-option.
8705
05be3833
RS
87062001-05-05 Richard M. Stallman <rms@gnu.org>
8707
8708 * help.el (help-xref-symbol-regexp): Recognize "source of"
8709 and friends, meaning make a link to the source file.
8710 (help-make-xrefs): Handle "source of" and friends
8711 by constructing a link that visits the source file.
8712
8713 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8714
7dfb000f
SM
87152001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8716
5efe6a56
SM
8717 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8718 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8719 Renamed from perl-font-lock-keywords to avoid clashes.
8720 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8721 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8722 Updated correspondingly.
8723
7dfb000f
SM
8724 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8725 Typo `nonexistant' -> `nonexistent'.
8726
88bbb8cb
EZ
87272001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8728
7dfb000f
SM
8729 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8730 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
8731 `c-electric-delete-forward' always deletes forward and
8732 `c-electric-delete' only contains the code necessary for XEmacs to
8733 choose between backward and forward deletion.
7dfb000f 8734
88bbb8cb
EZ
8735 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8736 get the electric behavior on that key too.
8737 (c-fill-paragraph): Fixed bogus direct use of
8738 c-comment-prefix-regexp, which caused an error when it's a list.
8739
a1af8dcf
EZ
87402001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8741
8742 * dired-aux.el (dired-diff): Doc fix.
8743
8744 * dired.el (dired-diff): Likewise.
8745
ddfb4005
EZ
87462001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8747
8748 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8749
b36581fb
SM
87502001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8751
80a00b6a
SM
8752 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8753 if both the buffer and the file are read-only.
8754
b36581fb
SM
8755 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8756 rather than font-lock-string-face.
8757 (sh-get-indent-info): Treat heredocs like strings.
8758
470bbe9b
GM
87592001-05-02 Gerd Moellmann <gerd@gnu.org>
8760
b36581fb
SM
8761 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8762 a newline following `}'.
3356df63
GM
8763 (texinfo-format-email): New function.
8764 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
8765 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8766 Add `display'.
3356df63
GM
8767 (texinfo-sort-region): Goto point-min before sorting.
8768 (texinfo-set): Remove leading white space from value.
8769 From yagi@is.titech.ac.jp.
8770
470bbe9b
GM
8771 * replace.el (query-replace-regexp-eval): Doc fix.
8772
a9d2fd1d
SM
87732001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8774
8775 * diff-mode.el (diff-nonexistant-face): New face.
8776 (diff-font-lock-keywords): Use it.
8777
2b3e941a
EZ
87782001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8779
22cd6fd3
EZ
8780 * font-lock.el (font-lock-mode): Doc fix.
8781
2b3e941a
EZ
8782 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8783 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8784
50df7214
GM
87852001-04-30 Gerd Moellmann <gerd@gnu.org>
8786
a9d2fd1d
SM
8787 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8788 backslash at the start of the here-document delimiter.
a9793e45
GM
8789 (sh-font-lock-syntactic-keywords): Likewise.
8790
50df7214
GM
8791 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8792
e2f599e9
EZ
87932001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8794
8795 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8796 (tty-color-translate, tty-color-by-index, tty-color-values)
8797 (tty-color-desc): Doc fix.
8798
dcaf31d3
EZ
87992001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8800
8801 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
8802 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8803 Mention dired-dwim-target in the doc string.
dcaf31d3 8804
a6a06429
MB
88052001-04-28 Miles Bader <miles@gnu.org>
8806
8807 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8808 (dabbrev--find-expansion): Use it.
8809 (dabbrev--select-buffers): Don't select ignored buffers.
8810
5a5d9185
GM
88112001-04-27 Gerd Moellmann <gerd@gnu.org>
8812
a9d2fd1d 8813 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 8814
c5b82005
RS
88152001-04-26 Richard M. Stallman <rms@gnu.org>
8816
8817 * dabbrev.el: Add doc strings for some functions.
8818 (dabbrev--eliminate-newlines): New variable.
8819 (dabbrev--substitute-expansion): Convert newlines to spaces
8820 if dabbrev--eliminate-newlines is set.
8821 If abbrev and expansion are both all-lower-case,
8822 leave dabbrev--last-case-pattern nil.
8823
7cff9c6f
GM
88242001-04-26 Gerd Moellmann <gerd@gnu.org>
8825
8826 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8827 if necessary, like in rmail-show-message.
8828
efa89c1f
GM
88292001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8830
8831 * ps-print.el: Color specified by number is forced to be float number.
8832 (ps-print-version): New version number (6.5.1.1).
8833 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8834 initialization.
8835 (ps-prefix-quote): New internal var.
8836 (ps-print-quote): New fun.
8837 (ps-setup, ps-output-frame-properties, ps-float-format)
8838 (ps-format-color): Code fix.
a9d2fd1d
SM
8839 (ps-plot-region): Eliminate redundant foreground color text setting.
8840
d3111e5a
EZ
88412001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8842
8843 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8844
a728644c
GM
88452001-04-25 Gerd Moellmann <gerd@gnu.org>
8846
8847 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8848
4ecdf04d
EZ
88492001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8850
4645bb68
EZ
8851 * info.el (Info-additional-directory-list): Doc fix.
8852
4ecdf04d 8853 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
8854 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8855 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 8856
7cd512f2
SM
88572001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8858
1dc64fca
SM
8859 * progmodes/make-mode.el (makefile-font-lock-keywords):
8860 Rationalize the rules for includes and conditionals and use the
8861 keyword face for them.
8862
7cd512f2
SM
8863 * faces.el (modify-face): Add compatibility for non-interactive use.
8864
ffeb5c1c
JW
88652001-04-24 John Wiegley <johnw@gnu.org>
8866
8867 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8868 fix from last night, since it wasn't finding eshell/cd.
8869
35f901fa
GM
88702001-04-24 Gerd Moellmann <gerd@gnu.org>
8871
8872 * rect.el (string-rectangle): Revert to 20.x behaviour.
8873 (replace-rectangle): Make it an alias for string-rectangle.
8874 (string-insert-rectangle): New function.
8875
c7b1b508
JW
88762001-04-23 John Wiegley <johnw@gnu.org>
8877
8878 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8879 occurring with Emacs 21's diff.el/compile.el interaction layer.
8880
88812001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8882
8883 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8884 case where the function was defined in a file, but not part of an
8885 eshell module.
8886
157975e3
JW
88872001-04-23 John Wiegley <johnw@gnu.org>
8888
8889 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8890 code to work around a redisplay problem I've been having.
8891
3dc630b9
JW
88922001-04-23 John Wiegley <johnw@gnu.org>
8893
8894 * calendar/timeclock.el (timeclock-day-required): If the time
8895 required for a particular day is not set, use `timeclock-workday'.
8896 (timeclock-find-discrep): Added some sample code in a comment.
8897
8898 * eshell/eshell.el (eshell-command): Made a few changes so that
8899 `eshell-command' could be called programmatically.
8900
7cd512f2 8901 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 8902
7cd512f2 8903 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 8904
3ae14dd9 89052001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
8906
8907 * calendar/timeclock.el: Updated copyright.
8908 (timeclock-generate-report): Don't report the daily or two-week
8909 total, if no time has been worked in that period.
8910 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8911 final computational form, which was unnecessary; corrected a
8912 parsing problem when timeclock-relative was nil.
8913
3ae14dd9 89142001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
8915
8916 * calendar/timeclock.el (timeclock-modeline-display): Check if
8917 `list-entry' is null.
8918 (timeclock-use-display-time): The first argument to `set-variable'
8919 must be a symbol.
8920
53e1a74c
EZ
89212001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8922
8923 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
8924 (calendar-today-marker, calendar-holiday-marker):
8925 Use display-color-p instead of window-system.
53e1a74c
EZ
8926 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8927 instead of window-system.
8928 (calendar-hide-window): Use display-multi-frame-p instead of
8929 window-system.
8930
8931 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
8932 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8933 Use display-multi-frame-p instead of window-system.
53e1a74c 8934
23b809c2
GM
89352001-04-23 Gerd Moellmann <gerd@gnu.org>
8936
1d14e80c
GM
8937 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8938
23b809c2
GM
8939 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8940 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8941
b5eeaa1d
GM
89422001-04-23 Alex Schroeder <alex@gnu.org>
8943
8944 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
8945 line-end-position a defalias is used for point-at-bol and point-at-eol.
8946
b5eeaa1d
GM
89472001-04-23 Alex Schroeder <alex@gnu.org>
8948
8949 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 8950 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 8951
ac1470eb
EZ
89522001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8953
8954 * textmodes/paragraphs.el (sentence-end): Doc fix.
8955
624ef9b3
GM
89562001-04-20 Alex Schroeder <alex@gnu.org>
8957
8958 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 8959 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
8960
89612001-04-20 Alex Schroeder <alex@gnu.org>
8962
8963 * sql.el (sql-db2-program): New option.
8964 (sql-db2-options): New option.
8965 (sql-db2): New function.
8966
89672001-04-20 Alex Schroeder <alex@gnu.org>
8968
8969 * sql.el (sql-mode-menu): Added highlighting entries.
8970 (sql-highlight-oracle-keywords): New function.
8971 (sql-highlight-postgres-keywords): New function.
8972 (sql-highlight-ansi-keywords): New function.
8973
89742001-04-20 Alex Schroeder <alex@gnu.org>
8975
8976 * sql.el (sql-help): Doc change.
8977
9f3703ab
KF
89782001-04-19 Karl Fogel <kfogel@collab.net>
8979
8980 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8981 that inserted file content only to delete it immediately.
8982 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8983 <lektu@uol.com.br> for the patch.
8984
2a83a11d
SM
89852001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8986
8987 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8988
6f4dd4dc
GM
89892001-04-18 Gerd Moellmann <gerd@gnu.org>
8990
0f8d6dc7
GM
8991 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8992 for defmethod.
8993
6f4dd4dc
GM
8994 * comint.el (comint-cr-magic): New function.
8995 (toplevel): Add it to comint-preoutput-filter-functions.
8996
90200fcc
AI
89972001-04-18 Andrew Innes <andrewi@gnu.org>
8998
8999 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 9000 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
9001 (recompile): Remove stuff to set EMACSLOADPATH.
9002
daa66f34
GM
90032001-04-18 Gerd Moellmann <gerd@gnu.org>
9004
edc5c81d
GM
9005 * language/slovak.el ("Slovak"): Add tutorial entry.
9006
daa66f34
GM
9007 * net/browse-url.el (browse-url-new-window-flag): Renamed from
9008 browse-url-new-window-p.
9009
5d5845dc
EZ
90102001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9011
9012 * info.el (Info-menu-update): When there are no menus and/or no
9013 cross references in the node, make the respective items of the
9014 Info menu-bar menu inactive.
9015
1c8addd0
GM
90162001-04-17 Gerd Moellmann <gerd@gnu.org>
9017
f4f480bd
GM
9018 * indent.el (indent-for-tab-command): Call indent-line-function
9019 with no argument if PREFIX-ARG is non-nil.
9020
1c8addd0
GM
9021 * frame.el (delete-other-frames): Handle minibuffer-only frames.
9022
8f9ab403
EZ
90232001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
9024
9025 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
9026 an async subprocess if start-process is unavailable. Suggested by
9027 Tim Van Holder <tim.van.holder@pandora.be>.
9028
60322163
EZ
90292001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
9030
9031 * info.el (Info-additional-directory-list): Doc fix. Suggested by
c499f00a 9032 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
60322163 9033
e372bc67
EZ
90342001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
9035
9036 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
9037 manual.
9038
28037ecf
SM
90392001-04-13 Stefan Monnier <monnier@cs.yale.edu>
9040
9041 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
9042 (cvs-menu): Add a few entries.
9043
9044 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
9045 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
9046 lock file appears to be reachable from Emacs.
9047 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
9048 (cvs-mode-find-file): Look for cvs-header-face rather than
9049 cvs-dirname-face (which doesn't exist).
9050 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
9051
9052 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
9053
5d5e7f53
EZ
90542001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
9055
9056 * emulation/pc-select.el (pc-selection-mode): Don't turn on
9057 normal-erase-is-backspace on a tty. Instead, bind some keys such
9058 as [delete] directly, like pc-select.el did before
9059 normal-erase-is-backspace was invented.
9060
118562e1 90612001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
9062
9063 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
9064
6c9e58c4
JW
90652001-04-11 John Wiegley <johnw@gnu.org>
9066
28037ecf
SM
9067 * eshell/em-ls.el (eshell-ls-insert-directory):
9068 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
9069 buffers, if Eshell's ls is being used.
9070
118562e1 90712001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 9072
28037ecf
SM
9073 * calendar/timeclock.el (timeclock-completing-read): New function.
9074 (timeclock-ask-for-project, timeclock-ask-for-reason):
9075 Call `timeclock-completing-read'.
978bd3ea
JW
9076
9077 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9078 required where `member' was being used.
9079
118562e1 90802001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 9081
28037ecf 9082 * eshell/em-hist.el (eshell-previous-matching-input):
f30fe18b 9083 Don't display "History item" if the minibuffer is active.
978bd3ea 9084
30cb0001
GM
90852001-04-11 Gerd Moellmann <gerd@gnu.org>
9086
9087 * startup.el (command-line): Output a newline after printing
9088 an error from loading the window system's init file.
9089
e38af9bd
EZ
90902001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9091
28037ecf
SM
9092 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9093 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
9094 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9095 keywords whose arguments routinely include @@.
9096
bbf63a7b
GM
90972001-04-10 Gerd Moellmann <gerd@gnu.org>
9098
28037ecf
SM
9099 * emacs-lisp/advice.el (ad-make-advised-definition):
9100 Construct advice for subrs differently.
afffeb57 9101
3fe35f35 9102 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 9103 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 9104
c8d6d636 9105 * simple.el (completion-list-mode-finish): New function.
28037ecf 9106 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 9107
2a52f40e 9108 * language/european.el ("Polish"): Change sample text.
e1ff49ba 9109 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 9110
cf8b1bef
GM
9111 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9112 parameter.
9113
bbf63a7b
GM
9114 * faces.el (menu): Doc fix.
9115
719d83ad 91162001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
9117
9118 * ps-print.el: Footer implementation. Doc fix.
9119 (ps-print-version): New version number (6.5.1).
9120 (ps-header-frame-alist): New customization var for header frame
9121 properties.
9122 (ps-line-number-color): New customization var for line number color.
9123 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9124 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9125 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9126 (ps-right-footer): New customization vars for footers.
9127 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9128 footers.
9129 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
9130 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9131 Code fix.
319acba0
GM
9132 (ps-prologue-file): Indentation fix.
9133 (ps-print-quote): Fun eliminated.
9134 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9135 (ps-output-frame-properties): New fun.
9136 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9137 (ps-skip-newline): Replace defun by defsubst.
28037ecf 9138
e372bc67 91392001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
9140
9141 * eshell/eshell.el (eshell-command): Needed a "%s" format
9142 specifier, in case the buffer contains percent characters.
9143
e372bc67 91442001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
9145
9146 * calendar/timeclock.el (timeclock-generate-report): Added a
9147 missing insert of the project name.
9148
9f9a5e7a
GM
91492001-04-09 Gerd Moellmann <gerd@gnu.org>
9150
9170e5d4 9151 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 9152
865e97c1 9153 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 9154 (finder-data): Use it instead of `setwins'.
865e97c1
GM
9155 From: Dave Love <fx@gnu.org>.
9156
cf3885ac 9157 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
9158 (server-visit-files): Run server-visit-hook after going to
9159 line 1 so that the hook can set point as it sees fit.
9160
9f9a5e7a
GM
9161 * bindings.el (mode-line-modified): Unify help messages.
9162
51f32106
EZ
91632001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9164
9165 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9166 All callers changed.
9167
e02160a3
EZ
91682001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9169
8e6bb0d0
EZ
9170 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9171 long file names aren't supported, truncate the file names in
9172 quail-misc-package-ext-info to 8+3 before matching them against
9173 FILENAME.
9174
9175 * dos-fns.el (dos-truncate-to-8+3): New function.
9176
ec321d77
EZ
9177 * progmodes/compile.el (grep-compute-defaults): Use null-device
9178 instead of literal /dev/null. Reported by Jens Schmidt
9179 <schmidt@mathematik.uni-kl.de>.
9180
e02160a3
EZ
9181 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9182
cf3885ac
SM
91832001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9184
9185 * textmodes/sgml-mode.el: Add unknown maintainer.
9186 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9187 (html-mode-map): Use set-keymap-parent.
9188
3ffb33bb
DL
91892001-04-06 Dave Love <fx@gnu.org>
9190
9191 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9192 Remove redundant string-to-list.
9193
8f625692
SM
91942001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9195
9196 * composite.el (reference-point-alist): Doc fix.
9197
1087f198
SS
91982001-04-05 Sam Steingold <sds@gnu.org>
9199
8f625692
SM
9200 * font-lock.el (font-lock-keywords-case-fold-search):
9201 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
9202 file made font-lock case-insensitive.
9203
a55e4e68
GM
92042001-04-05 Gerd Moellmann <gerd@gnu.org>
9205
0e4892e2
GM
9206 * faces.el (defface menu): Doc fix.
9207
4d664b04
GM
9208 * wid-edit.el (widget-color-sample-face-get): Don't make
9209 faces for undefined colors.
9210
a55e4e68
GM
9211 * version.el (emacs-version): Include LessTif/Motif version info.
9212
f383cd0d
GM
92132001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9214
9215 * ps-mule.el: Eliminate cl package dependence.
9216 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9217 if they aren't defined yet.
9218 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9219 Eliminate cl package dependence.
9220
de28797f
SM
92212001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9222
9223 * progmodes/cc-cmds.el (c-outline-level):
9224 Bind buffer-invisibility-spec. Originally from Dave Love, but
9225 got lost when incorporating version 5.26.
9226
32df8b47
EZ
92272001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9228
de28797f
SM
9229 * emulation/pc-select.el (pc-selection-mode):
9230 Call normal-erase-is-backspace-mode instead of binding
9231 keys individually.
58e4f61d 9232
7f62656b
EZ
9233 * cus-load.el (normal-erase-is-backspace): Use it instead of
9234 delete-key-deletes-forward.
9235
9236 * startup.el (command-line): Use normal-erase-is-backspace and
9237 normal-erase-is-backspace-mode.
9238
9239 * simple.el (normal-erase-is-backspace): Rename from
9240 delete-key-deletes-forward. Doc fix.
9241 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
9242 delete-key-deletes-forward-mode. Doc fix.
9243 Run normal-erase-is-backspace-hook.
7f62656b 9244
32df8b47 9245 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
9246 ``human-readable'' format produced by GNU `ls'.
9247 (dired-move-to-filename-regexp): Recognize ISO format dates.
9248 From Paul Eggert <eggert@twinsun.com>.
32df8b47 9249
5efa6032
GM
92502001-04-04 Gerd Moellmann <gerd@gnu.org>
9251
9252 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9253 New functions.
de28797f
SM
9254 (lm-verify): Check keywords.
9255 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 9256
d757aac1
EL
92572001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9258
9259 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9260 `xemacs' feature instead of for the function `set-extent-property'.
9261
9832760a
SM
92622001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9263
9264 * mail/mh-utils.el (mh-folder-hist): New var.
9265 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9266
d565f6aa
EZ
92672001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9268
9269 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9270 region, position point on the first or last 16-byte group.
9271 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9272 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9273 hexl-beginning-of-line.
9274
24c0fd39
GM
92752001-04-03 Gerd Moellmann <gerd@gnu.org>
9276
5efa6032
GM
9277 * icomplete.el (icomplete-mode): Treat an argument like other
9278 modes do.
9279
b3f6107b
GM
9280 * startup.el (fancy-splash-head): Use splash8.xpm for color
9281 depth 8.
9282
24d451c5
SM
9283 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9284 Add an antry for ``converts''.
476bf681 9285
24d451c5 9286 * language/slovak.el ("Slovak"): Add documentation string.
acc24704 9287 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
20b5dc4a 9288
450f6970 9289 * language/czech.el ("Czech"): Add documentation string.
acc24704 9290 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
450f6970 9291
24d451c5
SM
9292 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9293 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9294
92952001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9296
9297 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9298 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9299 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9300 Use `defsubst' rather than a macro to ease debugging.
9301 (mail-extr-last): Remove (use `last' instead).
9302 (mail-extract-address-components): Properly reset the syntax-table
9303 after parsing an address. Use `last' rather than mail-extr-last.
9304 Make sure the end marker stays at the very end.
24c0fd39 9305
2b908342
EZ
93062001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9307
9308 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9309 last change.
9310
acfb077d
GM
93112001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9312
9313 * ps-print.el: Line and paragraph spacing feature. Region to cut
9314 out when printing. Doc fix.
9315 (ps-print-version): New version number (6.5).
24d451c5
SM
9316 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9317 New vars. Line and paragraph spacing feature.
acfb077d
GM
9318 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9319 out when printing.
9320 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9321 (ps-get-font-size, ps-begin-job, ps-continue-line)
9322 (ps-plot-region): Code fix.
9323 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
9324 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9325 New internal vars.
acfb077d
GM
9326 (ps-get-size): New fun.
9327 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9328 (ps-next-line): Replace defun by defsubst.
9329 (ps-mule-plot-string): Autoload doc fix.
9330
9331 * ps-bdf.el: XEmacs compatibility. Doc fix.
9332 (installation-directory, coding-system-for-read): Declare vars if
9333 it's not declared yet.
9334 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9335
9336 * ps-mule.el: XEmacs compatibility. Doc fix.
9337 (leading-code-private-22): Declare var if it's not declared yet.
9338 (charset-bytes, charset-dimension, charset-id, charset-width)
9339 (find-charset-region, split-char, char-width, chars-in-region)
9340 (forward-point, decompose-composite-char, encode-coding-string)
9341 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9342 Define funs if not defined yet.
9343 (encode-composition-rule, find-composition): Define funs if not
9344 loaded yet.
9345 (ps-mule-prologue): PostScript code fix.
9346
93472001-04-02 Kenichi Handa <handa@etl.go.jp>
9348
9349 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9350 non-nil, generate font for the header strings.
9351 (ps-mule-prepare-font): Likewise.
9352 (ps-mule-generate-glyphs): Likewise.
9353 (ps-mule-string-encoding): Likewise.
9354 (ps-mule-header-charsets): New variable.
9355 (ps-mule-encode-header-string): New function.
9356 (ps-mule-header-string-charsets): New function.
9357 (ps-mule-begin-job): Check charsets in the header strings. If there
9358 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9359
9360 * ps-print.el (ps-generate-header-line): Encode the header string by
9361 ps-mule-encode-header-string.
9362 (ps-mule-encode-header-string): Declare autoload.
9363
c0eb3c10
GM
93642001-04-02 Gerd Moellmann <gerd@gnu.org>
9365
24d451c5
SM
9366 * frame.el (cursor-in-non-selected-windows):
9367 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 9368
a3d0b0e0
KH
93692001-03-31 Kenichi Handa <handa@etl.go.jp>
9370
9371 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9372 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 9373 (quail-misc-package-ext-info): New variable.
a3d0b0e0 9374 (tsang-quick-converter): New function.
24d451c5
SM
9375 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9376 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
9377 (miscdic-convert, batch-miscdic-convert): New functions.
9378
55f7832c
KH
93792001-03-30 Kenichi Handa <handa@etl.go.jp>
9380
a2217cd8
KH
9381 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9382 eight-bit-control chars.
9383
55f7832c 9384 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 9385 Reduce making temporary vector (suggested by Dave Love).
55f7832c 9386
911a2406
EZ
93872001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9388
9389 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9390 string as well.
9391
1a518f2c
AS
93922001-03-30 Andreas Schwab <schwab@suse.de>
9393
9394 * files.el (backup-directory-alist): Fix typo.
9395
ef080b16
EZ
93962001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9397
9398 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9399 <eggert@twinsun.com>.
9400
e4174a55
DL
94012001-03-30 Dave Love <fx@gnu.org>
9402
9403 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9404
9d5d1075
EZ
94052001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9406
9407 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9408
a27b451e
MB
94092001-03-30 Miles Bader <miles@gnu.org>
9410
9411 * subr.el (interactive-form): Fix paren typo.
9412
aea51abe
EZ
94132001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9414
9415 * emacs-lisp/profile.el: Say that it's obsolete in the header
9416 line, so that finder.el puts that into its data-base.
9417 Suggested by Alex Schroeder <alex@gnu.org>.
9418
249dd409
EZ
94192001-03-29 Paul Eggert <eggert@twinsun.com>
9420
9421 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9422 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9423
1ac1fa96
SM
94242001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9425
9426 * generic.el (generic-mode-set-comments): Use "" rather than nil
9427 for comment-end.
9428
e2b8a830
GM
94292001-03-29 Gerd Moellmann <gerd@gnu.org>
9430
1ac1fa96
SM
9431 * emacs-lisp/advice.el (ad-make-advised-definition):
9432 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
9433
9434 * subr.el (interactive-form): New function.
9435
8b2375e7
AS
94362001-03-29 Andre Spiegel <spiegel@gnu.org>
9437
9438 * vc-sccs.el (vc-sccs-register): Use relative file names.
9439
f827b862
GM
94402001-03-28 Gerd Moellmann <gerd@gnu.org>
9441
e59d0e9d
GM
9442 * bookmark.el (bookmark-get-bookmark): Handle case that
9443 BOOKMARK is not a string.
9444
deb2613a
GM
9445 * image.el (image-type-regexps): Change type for PS files
9446 to `postscript'.
9447
f827b862 9448 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
9449 character entered. From: Stephen Gildea
9450 <gildea@stop.mail-abuse.org>.
f827b862 9451
3c9449d0
KH
94522001-03-27 Kenichi Handa <handa@etl.go.jp>
9453
9454 * international/kkc.el (kkc-save-init-file): Locally bind
9455 print-length to nil.
9456
e6b13c74
GM
94572001-03-26 Gerd Moellmann <gerd@gnu.org>
9458
e120bebf
GM
9459 * textmodes/flyspell.el: Some doc fixes.
9460 (flyspell-maybe-correct-transposition)
9461 (flyspell-maybe-correct-doubling): Use a temporary buffer
9462
9463 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9464
5f6c5771 9465 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
9466 (byte-optimize-form-code-walker): Diagnose too few arguments
9467 for `if' and `while'.
9468
2b984c45
KH
94692001-03-26 Kenichi Handa <handa@etl.go.jp>
9470
9471 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9472 Prepend `\' to "\<quail-translation-docstring>".
9473
bf2150fa
GM
94742001-03-26 Gerd Moellmann <gerd@gnu.org>
9475
5f6c5771
SM
9476 * autorevert.el (global-auto-revert-non-file-buffers):
9477 Remove duplicate defcustom.
bf2150fa 9478
a0d59316
MB
94792001-03-26 Miles Bader <miles@gnu.org>
9480
5f6c5771
SM
9481 * international/latin1-disp.el (latin1-char-displayable-p):
9482 Add leading "-" for X font pattern.
a0d59316 9483
9edbff6c
KH
94842001-03-26 Kenichi Handa <handa@etl.go.jp>
9485
5f6c5771
SM
9486 * international/mule-diag.el (describe-coding-system):
9487 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
9488 charsets they can encode.
9489
50b57199
EZ
94902001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9491
9492 * help.el (view-lossage): Mention open-dribble-file in the doc
9493 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9494
5b83f9c0
SM
94952001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9496
9497 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9498 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9499
e0ecbf5c
KH
95002001-03-23 Kenichi Handa <handa@etl.go.jp>
9501
5b83f9c0
SM
9502 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9503 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
9504 multibyte sequence can work correctly.
9505 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9506 property of the coding system.
9507
1cc218de
SM
95082001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9509
9510 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9511 Fix transcription typo.
9512
a3db02ad
RV
95132001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9514
9515 * whitespace.el: Add buffer local variables to toggle testing of
9516 whitespaces in buffers without affecting the default values.
a3db02ad 9517 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
9518 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9519 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9520 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 9521
83c9cb8e
SM
95222001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9523
9524 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9525
180d5509
GM
95262001-03-21 Gerd Moellmann <gerd@gnu.org>
9527
eeb5b5c1
GM
9528 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9529 bs-cycle-configuration-name. From Juanma Barranquero
9530 <lektu@uol.com.br>.
9531
170a9e70
GM
9532 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9533 and cc-vars.el.
9534
180d5509
GM
9535 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9536 headers. Always invoke sendmail with option -t.
9537
130c507e
GM
95382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9539
9540 * Release of cc-mode 5.28.
9541
95422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9543
9544 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9545 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 9546 It's instead taken care of by the default value for c-default-style.
130c507e 9547
130c507e
GM
95482000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9549
9550 * cc-align.el (c-lineup-math): Fix bug where lineup was
9551 triggered by equal signs in string literals.
9552
95532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9554
9555 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9556 limit detection when at the ends of the buffer.
9557
9558 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9559 "for" statement clause in case 7F; a better one is done
9560 earlier in case 7D anyway.
9561
95622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9563
9564 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9565 somewhat more and did a small optimization.
9566
95672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9568
9569 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9570 Use the limit argument only to limit the syntactic context
9571 search, not to limit the actual movement.
9572
9573 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9574 inside multiline strings, just like in comments. Also various
9575 fixes to the paragraph and comment prefix recognition, block
9576 comment ender handling etc.
9577
95782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9579
9580 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9581 the relative position of the point.
9582
9583 * cc-cmds.el (c-electric-continued-statement): New function to
9584 use as abbrev hook to reindent for keywords such as "else"
9585 that continues an earlier statement.
9586
9587 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9588 like classes.
9589
9590 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9591 (pike-mode): Populate the default abbrev tables to reindent for
9592 keywords such as "else" that can continue earlier statements.
9593 Abbrev mode is therefore turned on by default now. (Note that
9594 this doesn't apply to idl-mode, since IDL afaik doesn't have
9595 statements at all.)
9596
95972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9598
9599 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9600 bracelists where the declaration contains template arguments.
9601
96022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9603
83c9cb8e
SM
9604 * cc-cmds.el (c-comment-indent):
9605 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
9606 syntactic indentation. Fixes bug with lineup functions that
9607 return vectors.
9608
9609 * cc-engine.el (c-get-syntactic-indentation): Split the
9610 indentation sum calculation from `c-indent-line' to a separate
9611 function.
9612
96132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9614
9615 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9616 Fixed places where it was assumed that preprocessor directives
9617 have to start in column zero.
9618
9619 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9620 template arguments after a class identifier properly.
9621
9622 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9623 lists for `new Foo[]' constructs in Java as expressions and
9624 not top level definition brace lists on the top level, so that
9625 they'll get indented consistently with the same type of
9626 expression in a normal block.
9627
96282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9629
9630 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9631 whether the adaptive filling package fails to keep the comment
9632 prefix is now kludged further to check for filladapt-mode
9633 which doesn't have that problem. This is really icky, but it's
9634 the only way that works with the current misfeatures/bugs in
9635 both adaptive-fill-mode and filladapt-mode.
9636
9637 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9638 around point is recognized more robust.
9639
96402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9641
9642 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9643 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9644 (c-lit-type): Fixed all internal variables used dynamically so
9645 that they are always bound.
9646
9647 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9648 errors:
9649
9650 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
9651 the region is fully reindented even when an error occurs.
9652 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
9653 whole lot of code that tried to optimize indentation of whole
9654 sexps but in reality accomplishes nothing.
9655
9656 (c-indent-sexp): Use c-indent-region.
9657
9658 (c-parsing-error): Changed this variable to hold the message
9659 for any syntactic error that is discovered.
9660
9661 (c-parse-state): Search backward from point instead of the bod
9662 position when the latter is invalid. This makes CC Mode
9663 recover faster when there are unbalanced close braces.
9664
9665 (c-backward-to-start-of-if): Use c-parsing-error to report
9666 dangling "else" clauses instead of throwing an error, and fall
9667 back to a reasonable position.
9668
83c9cb8e 9669 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 9670
83c9cb8e 9671 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
9672
96732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9674
9675 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9676 paragraph recognition when moving by sentence in literals.
9677
83c9cb8e
SM
9678 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9679 start regexp for javadoc to recognize javadoc markup in general instead
9680 of a specific set of keywords, to be more future-safe.
130c507e
GM
9681
9682 (c-Pike-pikedoc-paragraph-start)
9683 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9684 pikedoc markup.
9685
83c9cb8e 9686 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 9687
83c9cb8e 9688 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
9689
9690 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9691
9692 (c-comment-prefix-regexp): Made it possible to use an
9693 association list on this to specify mode specific regexps.
9694 The default value now use a special regexp in Pike mode to
9695 recognize pikedoc markup.
9696
9697 (c-current-comment-prefix): New variable containing the actual
9698 regexp from c-comment-prefix-regexp for the current buffer.
9699
97002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9701
9702 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9703 lists: We can't look at the syntax, since a brace list can get
9704 recognized as a plain statement-cont.
9705
9706 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9707 special brace list opener broken over two lines got recognized
9708 as a statement on the second line. Case 9A changed.
9709
97102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9711
9712 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9713 adjustment after line is reindented.
9714
97152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9716
9717 * cc-defs.el (c-point): Added optional argument for position
9718 to use instead of the current point.
9719
9720 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9721 the in-expression block symbols when the construct starts at
9722 boi, to avoid the extra level of indentation in that case.
9723 Cases 4, 16A and 17E affected.
9724
97252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9726
9727 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 9728 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
9729
9730 * cc-engine.el (c-indent-line): Use the syntax already bound
9731 to `c-syntactic-context', if there is any.
9732
97332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9734
9735 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9736 wasn't added up correctly when a lineup function returned nil.
9737
97382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9739
9740 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 9741 empty lines were ignored when collecting line comments backwards.
130c507e
GM
9742
97432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9744
9745 * cc-align.el (c-lineup-dont-change): Return an absolute
9746 indentation column to work correctly in the case when several
9747 syntactic elements are processed for the same line.
9748
9749 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9750 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9751 (c-set-offset): Added absolute indentation column settings by
9752 using the vector type.
9753
130c507e
GM
97542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9755
9756 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9757 Implemented two new cleanups `space-before-funcall' and
9758 `compact-empty-funcall'.
9759
130c507e
GM
97602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9761
9762 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9763 helping building regexps.
9764
9765 * cc-engine.el (c-on-identifier): New function for detecting
9766 identifiers. It takes keywords into account.
9767
9768 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9769 lists. `c-keywords' is set to a regexp matching all keywords
9770 in the current language.
9771
97722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9773
9774 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9775 list of characters to skip backwards over at the beginning of
9776 a statement, since it can precede string literals in Pike.
9777
97782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9779
9780 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9781 recognition when standing on the last line in a C++ comment
9782 with nothing but whitespace after the prefix.
9783
9784 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9785 given no limit argument.
9786
97872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9788
9789 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9790 recognition for the `[]= operator symbol in Pike.
9791
97922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9793
9794 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9795 around a bug in `eval-when-compile' in the byte compiler.
9796
9797 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 9798 value when count is zero and there's no token start within the limit.
130c507e
GM
9799
9800 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9801 "prefix comments", i.e. comments which are followed by code on
9802 the same line.
9803
9804 * cc-mode-19.el: Fixes so that checks that must be done at
9805 compile time also are done then.
9806
98072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9808
9809 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9810 time and at runtime, and only when it's needed.
9811
98122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9813
9814 Major cleanup for less error prone and more warning free
9815 compilation, including some fixes for bugs due to different
9816 compilation orders. Thanks to Martin Buchholz for providing
9817 the basis for all this.
9818
9819 * cc-bytecomp.el: New file that provides some byte compilation
9820 features: It ensures that files always are loaded from the
9821 current source directory during compilation, and it provides a
9822 set of macros to turn off specific compiler warnings for
9823 specific symbols. (It's not CC Mode specific in any way.)
9824
9825 Fixed a nearly acyclic dependency tree (both runtime and
9826 compile-time) between all files.
9827
9828 * cc-defs.el: Separated all macros before the inline functions,
9829 to ensure correct compilation.
9830
9831 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9832 cc-defs.el to cc-engine.el and made it a function instead.
9833
9834 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9835 about char-after.
9836
9837 * cc-vars.el: Cope even when there isn't a custom package
9838 containing defcustom available.
9839
9840 * cc-make.el: Removed since it's no longer necessary.
9841
9842 README: Updated installation instructions.
9843
98442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9845
9846 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9847 improve the modularity: Moved all mode init stuff from
9848 cc-langs.el to cc-mode.el, including the keymap
9849 initialization; cc-langs now only contains the various
9850 variables for configuring the language syntax.
9851
83c9cb8e
SM
9852 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9853 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 9854 dependency analysis suggests they belong there (which also
83c9cb8e 9855 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
9856
98572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9858
9859 * cc-cmds.el (c-fn-region-is-active-p): New function that
9860 wraps the corresponding macro, for use in places that aren't
9861 compiled. Thanks to Martin Buchholz for pointing out this.
9862
83c9cb8e 9863 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
9864
9865 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9866 add things to the bug report.
9867
98682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9869
9870 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9871 returned prefix could contain a newline when the search for a
9872 good prefix line failed.
9873
98742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9875
9876 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9877 (c-toggle-auto-hungry-state): Made the argument optional, as
9878 the documentation says it is.
9879
98802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9881
9882 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9883 multiline string syntax, #"...", as a cpp macro.
9884
7008ccac
GM
98852001-03-21 Paul Eggert <eggert@twinsun.com>
9886
83c9cb8e
SM
9887 * international/mule-cmds.el (set-locale-environment):
9888 Set system-messages-locale and system-time-locale, but only if the
7008ccac 9889 caller specifies a non-nil locale name.
3c9449d0 9890
c2478129 98912001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
9892
9893 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 9894 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 9895
117e4b0c
GM
98962001-03-20 Gerd Moellmann <gerd@gnu.org>
9897
7194219d
GM
9898 * follow.el (follow-avoid-tail-recenter): Doc fix.
9899
5721ae13
GM
9900 * custom.el (custom-set-variables): Avoid reversing the list
9901 of args needlessly.
9902
7b8bbf72
GM
9903 * startup.el (fancy-splash-head): Don't change the colors of the
9904 XPM image on a dark background.
9905
a91ad7c9
GM
9906 * comint.el (comint-exec-1): Set columns of the terminal to
9907 window-width instead of frame-width.
9908
fa88947e
GM
9909 * info.el (Info-scroll-down): Add missing WINDOW arg for
9910 pos-visible-in-window-p.
9911
1741905c
GM
9912 * ehelp.el (electric-help-mode-hook): Add defcustom.
9913
117e4b0c
GM
9914 * mail/sendmail.el (mail-mode): Activate case-folding in
9915 font-lock-defaults.
9916
e84c695d
SM
99172001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9918
9919 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9920 (completion-ignored-extensions): Remove duplicate ".class".
9921
fc774041
AS
99222001-03-19 Andreas Schwab <schwab@suse.de>
9923
83c9cb8e
SM
9924 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9925 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 9926
c2c097cc
GM
99272001-03-19 Gerd Moellmann <gerd@gnu.org>
9928
9929 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9930 methods since there are not prefix input methods.
9931
fbe2e958
KH
99322001-03-19 Kenichi Handa <handa@etl.go.jp>
9933
83c9cb8e
SM
9934 * international/mule-cmds.el (read-input-method-name):
9935 Locally bind enable-recursive-minibuffers to t.
fbe2e958 9936
da47e491
SM
99372001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9938
9939 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9940
4986c2c6 99412001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 9942
4986c2c6
MK
9943 * ediff-util.el: Copyright years.
9944 (ediff-choose-syntax-table): New function.
9945 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 9946
4986c2c6
MK
9947 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9948 with-syntax-table.
83c9cb8e 9949
4986c2c6 9950 * ediff.el: Date of last update, copyright years.
83c9cb8e 9951
4986c2c6 9952 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 9953
4986c2c6
MK
9954 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9955 of Scott Bronson.
9956 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9957 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9958 Deleted functions.
9959 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9960 ex-token-list.
83c9cb8e 9961
4986c2c6 9962 * viper-util.el: Spaces, indentation.
83c9cb8e 9963
4986c2c6 9964 * viper.el: Changed version, modification time.
83c9cb8e 9965
3c799aec 99662001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
9967
9968 * calendar/timeclock.el (timeclock-workday-remaining):
9969 Check whether `discrep' is non-null before using it.
3c799aec 9970
ae3ce418
JW
99712001-03-16 John Wiegley <johnw@gnu.org>
9972
9973 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9974 first-time checkins.
9975 (timeclock-log-data): Fixed problem with reading timelog log file.
9976 Resulting data in the "day list" was incorrect.
9977 (timeclock-find-discrep): Check if `timeclock-file' is readable
9978 before opening it.
9979 (timeclock-time-less-p): New function.
9980 (timeclock-day-base): New function.
9981 (timeclock-geometric-mean): New function.
9982 (timeclock-generate-report): Generate a summary report based on
9983 the contents of the log file. This uses `timeclock-log-data', and
9984 is an example of writing a timelog manipulation function.
9985 (timeclock-visit-timelog): A quick command for opening the timelog
9986 file.
9987 (timeclock-log-data): Bound the variable event.
9988
c8d4a9bb
KH
99892001-03-16 Kenichi Handa <handa@etl.go.jp>
9990
83c9cb8e
SM
9991 * international/mule-cmds.el (select-safe-coding-system):
9992 Fix typo: symbol-name -> symbol-value.
11d56c64 9993
c8d4a9bb
KH
9994 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9995 before substitute-in-file-name to handle double slashes in FILE
9996 correctly.
9997
c899e7e6
GM
99982001-03-15 Gerd Moellmann <gerd@gnu.org>
9999
10000 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
acc24704 10001 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
c899e7e6 10002
819dce0f
GM
100032001-03-14 Gerd Moellmann <gerd@gnu.org>
10004
697617d9
GM
10005 * bindings.el (features): Add `md5' and `overlay' to the list.
10006
819dce0f
GM
10007 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
10008 bound before using it. It's not bound when configured without X,
10009 for instance.
10010
e0067a9d
TTN
100112001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
10012
10013 * progmodes/hideshow.el: Update copyright.
10014 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 10015 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 10016
afcdc0a1
GM
100172001-03-13 Gerd Moellmann <gerd@gnu.org>
10018
e0067a9d 10019 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
10020 a non-list.
10021
30564c48
EZ
100222001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
10023
10024 * startup.el (fancy-splash-tail, command-line-1): Fix the
10025 copyright year.
10026
2b8e24b3
KH
100272001-03-13 Kenichi Handa <handa@etl.go.jp>
10028
10029 * term.el: These changes are based on a patch sent from Yong Lu
10030 <lyongu@yahoo.com>.
10031 (term-set-escape-char): Bind M-x to execute-extended-command in
10032 term-raw-escape-map.
10033 (term-move-columns): Don't try to move to negagive column.
10034 (term-emulate-terminal): Insert a string before deleting a text to
10035 overwrite.
10036
789b6186
GM
100372001-03-12 Gerd Moellmann <gerd@gnu.org>
10038
b0778a31
GM
10039 * play/life.el (life): Rearrange code so that all calls to
10040 life-display-generation are in a catch-form.
10041
04528cda
GM
10042 * progmodes/etags.el (tags-loop-continue): Don't change point in a
10043 file that isn't interesting. In an interesting file, push the old
10044 value of point on the mark ring.
10045
760cefb5
GM
10046 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
10047 New function.
10048 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
10049 Use it.
10050
83c9cb8e
SM
10051 * emacs-lisp/autoload.el (generate-file-autoloads):
10052 Remove warning about line lengths.
789b6186 10053
a2ffbafe
FP
100542001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
10055
10056 * progmodes/etags.el (tags-compression-info-list): New variable.
10057 (find-tag-in-order): Use it to deal with compressed source files.
10058 (tag-file-name-match-p): New function.
10059 (etags-recognize-tags-table): Use it for better match of file names.
10060
5c9d9d92
KH
100612001-03-12 Kenichi Handa <handa@etl.go.jp>
10062
ba3e9b9b
KH
10063 * international/mule-cmds.el (register-input-method): Doc fix.
10064
5c9d9d92
KH
10065 * international/quail.el (quail-translate-key): Fix condition to
10066 check if there's another breaking point in the current key.
10067
40beecee
EZ
100682001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
10069
10070 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
10071 Babyl header to the newly-created output file, bind
10072 coding-system-for-write to either rmail-file-coding-system or
10073 emacs-mule-unix.
10074
75c6cb7f
SM
100752001-03-11 Stefan Monnier <monnier@cs.yale.edu>
10076
10077 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10078 Fix the name and regexp used for subsubsections.
10079
5ec17636
DL
100802001-03-10 Dave Love <fx@gnu.org>
10081
10082 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10083 and save-buffer if buffer-file-name non-nil. From rms.
10084
6d2e2c02
AS
100852001-03-10 Andre Spiegel <spiegel@gnu.org>
10086
10087 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 10088 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
10089 to reflect that.
10090 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 10091 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
10092 variable bindings that might affect the diff command.
10093 (vc-print-log): Don't switch to the *vc* buffer before the
10094 command, so that local variable bindings are preserved.
10095
789b6186 10096 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
10097 not the current buffer.
10098 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10099
789b6186 10100 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 10101 make output go to buffer *vc*, not the current buffer.
a2ffbafe 10102
b18f5523
SM
101032001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10104
10105 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10106 so ^, $, *, ? and + are interpreted correctly.
10107
3cfd8357
GM
101082001-03-09 Gerd Moellmann <gerd@gnu.org>
10109
c085b77c 10110 * help.el (string-key-binding): Renamed from
f9db8f19
SM
10111 mode-line-key-binding. Handle any event on a string.
10112 Check for `keymap' properties as well as `local-map' properties.
c085b77c 10113
3cfd8357
GM
10114 * comint.el (comint-insert-clicked-input): Use the last key
10115 from this-command-keys to lookup the global key definition.
10116
348f797a
KH
101172001-03-09 Kenichi Handa <handa@etl.go.jp>
10118
3ebf3717
KH
10119 * international/characters.el: Add category `j' for
10120 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10121
348f797a
KH
10122 * international/mule-conf.el (no-conversion): Fix docstring.
10123 (raw-text): Fix docstring.
10124
e1fbabaf
GM
101252001-03-08 Gerd Moellmann <gerd@gnu.org>
10126
96e8e603
GM
10127 * simple.el (choose-completion-string): When not leaving the
10128 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10129 is set.
10130
e1fbabaf
GM
10131 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10132 parameter `(minibuffer . t)'.
10133
f9db8f19
SM
101342001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10135
10136 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10137 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10138 (sh-mode): Remove `make-local-variable' for unused var
10139 `font-lock-unfontify-region-function'.
10140
02756877
RS
101412001-03-07 Richard M. Stallman <rms@gnu.org>
10142
132bf46d
RS
10143 * info.el (Info-scroll-down): Fix previous change.
10144
02756877
RS
10145 * mail/rmail.el (rmail-toggle-header): Use a window which
10146 is showing the Rmail buffer, rather than the selected window.
10147
eeb24429
DL
101482001-03-07 Dave Love <fx@gnu.org>
10149
10150 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10151 now, to avoid problems with binding imenu directly to a mouse event.
10152
3bdf2660
GM
101532001-03-07 Gerd Moellmann <gerd@gnu.org>
10154
10155 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10156 second arg t.
10157
101582001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
10159
10160 * log-edit.el (log-edit-common-indent): New var.
10161 (log-edit-set-common-indentation): Renamed from
10162 log-edit-delete-common-indentation. Use the new var.
10163 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10164
10165 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10166 (cvs-mode-add-change-log-entry-other-window):
10167 Don't presume change-log-default-name is defined.
10168
10169 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10170
10171 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10172 the "tree" operation as well.
10173
10174 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10175
10176 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10177 to match paragraph-start.
10178
10179 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10180 comment-start-skip and set comment-end-skip as well.
10181 (sgml-comment-indent): Fix for new value of comment-start-skip.
10182 (html-autoview-mode): Don't bother using make-local-hook.
10183
2ad02767
GM
101842001-03-07 Gerd Moellmann <gerd@gnu.org>
10185
189638d5 10186 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 10187 variables, otherwise long Custom entries would make them ineffective.
189638d5 10188
2ad02767
GM
10189 * uniquify.el: Set maintainer to FSF.
10190
656f8cae
EZ
101912001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10192
10193 * dired-aux.el (dired-do-shell-command): Doc fix.
10194
c83965c4
SM
101952001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10196
04af43bc
SM
10197 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10198
10199 * which-func.el (which-func-modes): Add cperl-mode.
10200 (which-func-mode-global): Use define-minor-mode.
10201
10202 * info-look.el: Docstring fixes and dead code eliminated.
10203 (cperl-mode): Add support.
10204 (emacs-lisp-mode): List all entries from elisp manual, whether
10205 or not they are currently (f)bound or not. Update regexp.
10206
10207 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10208
c83965c4
SM
10209 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10210 so that C-h m shows the correct information.
10211 Use make-local-variable rather than make-variable-buffer-local.
10212 (cperl-info-buffer, cperl-setup-tmp-buf):
10213 Use make-local-variable rather than make-variable-buffer-local.
10214 (cperl-msb-fix, cperl-get-help-defer):
10215 Check major-mode for `cperl-mode' as well.
10216
10217 * progmodes/cperl-mode.el: Updated to author version 4.23.
10218 (cperl-electric-pod): SYNOPSIS was misspelled.
10219 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10220 (cperl-after-expr-p): Make true after __END__.
10221
f16a7aa5
GM
102222001-03-06 Gerd Moellmann <gerd@gnu.org>
10223
157ae273 10224 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 10225 bookmark-completion-ignore-case is t.
157ae273 10226
f16a7aa5
GM
10227 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10228 switch, like xterm, and concat resource strings, with a newline
10229 between them.
10230
abaddb98
EZ
102312001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10232
a2ffbafe 10233 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
10234 (cp773-decode-table, cp774-decode-table): New variables.
10235
abaddb98
EZ
10236 * man.el (Man-hyphenated-reference-regexp): New variable.
10237 (Man-build-references-alist): Use it to search for referenced
10238 manpages. If hyphenated is non-nil, record a concatenated word in
10239 Man-refpages-alist only if it matches Man-reference-regexp.
10240 Update word's length when it is concatenated. Reverse the list,
10241 to get the first manpage at the head.
10242 (Man-possibly-hyphenated-word): New function.
10243 (Man-follow-manual-reference): Use it instead of current-word to
10244 find a manpage at point, in a way that accounts for hyphenated
10245 references.
10246
eb3f61dd
GM
102472001-03-06 Alex Schroeder <alex@gnu.org>
10248
10249 * sql.el (sql-interbase): New function.
10250 (sql-interbase-program): New option.
10251 (sql-interbase-options): New option.
10252 And some typos fixed: "customise" to "customize".
10253
fa84f42a
DL
102542001-03-06 Dave Love <fx@gnu.org>
10255
83c9cb8e
SM
10256 * textmodes/flyspell.el (flyspell-region):
10257 Set up flyspell-local-mouse-map.
fa84f42a 10258
fda3411d
RS
102592001-03-05 Richard M. Stallman <rms@gnu.org>
10260
a2ffbafe 10261 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
10262 Don't call rmail-beginning-of-message.
10263 Don't discard From: field. Do discard Received: field.
10264 Use unwind-protect to re-prune.
10265 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 10266
e972ab1f
KH
102672001-03-06 Kenichi Handa <handa@etl.go.jp>
10268
10269 * international/quail.el (quail-title): Add autoload cookie.
10270
335db3c1
DL
102712001-03-05 Dave Love <fx@gnu.org>
10272
10273 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10274 new defs.
10275
278dd6ac
KH
102762001-03-05 Kenichi Handa <handa@etl.go.jp>
10277
83c9cb8e
SM
10278 * language/ethio-util.el (ethio-toggle-space):
10279 Update current-input-method-title if necessary.
36d5e61d
KH
10280 (ethio-toggle-punctuation): Likewise.
10281
341cd4f0
KH
10282 * international/quail.el (quail-title): Fix for the case that a
10283 title of an input method is specified by a list of the same form
10284 as used in mode-line-format.
10285
83c9cb8e
SM
10286 * international/mule-cmds.el (activate-input-method):
10287 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
10288 respect that value.
10289
10ebaeb6
GM
102902001-03-05 Gerd Moellmann <gerd@gnu.org>
10291
10292 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10293
7a65c85c
GM
102942001-03-05 Alex Schroeder <alex@gnu.org>
10295
10296 * sql.el (sql-sybase): Fix typo (was: query user about server two
10297 times instead of server and database).
10298
10299 * sql.el (sql-sybase): Doc change.
10300 (sql-mysql): Doc change.
10301 (sql-postgres): Doc change.
10302
b86644f2
KH
103032001-03-05 Kenichi Handa <handa@etl.go.jp>
10304
83c9cb8e
SM
10305 * international/mule-conf.el (emacs-mule, raw-text):
10306 Docstring modified.
b86644f2 10307
e30bd7b7
EZ
103082001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10309
10310 * term/internal.el: Update copyright notice.
10311
10312 * term/pc-win.el: Update copyright notice.
10313
7e365285
DL
103142001-03-02 Dave Love <fx@gnu.org>
10315
83c9cb8e
SM
10316 * files.el (insert-file-contents-literally):
10317 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10318 not jka-compr-compression-info-list.
7e365285 10319
75ed43a6
SM
103202001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10321
10322 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10323 spaces in default comment-start-skip settings rather than \s-.
10324
53c4b1e6
EZ
103252001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10326
10327 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10328 default-frame-alist as well.
10329
028d739a
DL
103302001-03-01 Dave Love <fx@gnu.org>
10331
10332 * textmodes/reftex.el (defvar): Wrap some defvars in
10333 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10334
10335 * subr.el (event-basic-type): Doc fix.
10336
10337 * international/quail.el: Doc fixes.
10338
10339 * international/utf-8.el: Doc fixes.
10340
10341 * international/mule-cmds.el: Doc fixes.
10342 (leim-list-header): Fix header text.
10343
10344 * international/mule.el (coding-system-category): Doc fix.
10345
10346 * international/ccl.el (ccl-compile): Doc fix.
10347
15d1caef
SM
103482001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10351 rather than (before|after)-change-functions.
10352
f84ff02c
GM
103532001-03-01 Gerd Moellmann <gerd@gnu.org>
10354
10355 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10356 scroll-left and scroll-right being called interactively so that
10357 they set the window's min_hscroll.
10358
e0c1e774
EZ
103592001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10360
10361 * info.el (info-insert-file-contents-1): Accept an additional
10362 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
10363 `suffix'; otherwise use the complicated MS-DOS code.
10364 All callers changed.
e0c1e774
EZ
10365 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10366 can access long file names, try the long file-name version of
10367 `info-insert-file-contents-1', then the short file-name version.
10368
b8b2ea31 103692001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 10370
af122766
KH
10371 * language/ethio-util.el (setup-ethiopic-environment-internal):
10372 Change bindings of functions keys to conform to "Emacs Lisp Coding
10373 Convention".
10374
10375 * language/ethiopic.el ("Ethiopic"): Add documentation.
10376
b8b2ea31
KH
103772001-02-28 Kenichi Handa <handa@etl.go.jp>
10378
1d64e2ad
KH
10379 * international/utf-8.el (mule-utf-8): Set coding-category
10380 property to coding-category-utf-8.
10381
91cb6e51
RS
103822001-02-27 Richard M. Stallman <rms@gnu.org>
10383
10384 * lpr.el (lpr-page-header-switches, print-region-1):
10385 Undo 2000-07-06 change.
7298f3f7
RS
10386 (lpr-add-switches): Default to t on gnu/linux.
10387
c0cb1027
GM
103882001-02-27 Gerd Moellmann <gerd@gnu.org>
10389
10390 * bs.el (bs-attributes-list): Doc fix.
10391
01459648
GM
103922001-02-26 Gerd Moellmann <gerd@gnu.org>
10393
baebd8a5 10394 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 10395
01459648
GM
10396 * help.el (view-order-manuals): Use goto-address.
10397
10398 * startup.el (command-line-1): Add info about ordering manuals
10399 to the not so fancy splash screens.
10400
f93e614e
AS
104012001-02-26 Andre Spiegel <spiegel@gnu.org>
10402
01459648
GM
10403 * vc.el (vc-default-workfile-unchanged-p)
10404 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 10405
12435002
GM
104062001-02-26 Gerd Moellmann <gerd@gnu.org>
10407
a2ffbafe 10408 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
10409 fontify in the right buffer.
10410
12435002
GM
10411 * allout.el (outline-flag-region): Move macro in front of first
10412 use to avoid a run-time error.
10413
425de386
AI
104142001-02-24 Andrew Innes <andrewi@gnu.org>
10415
10416 * makefile.w32-in: Fix copyright notice.
10417
66c56ed1
KH
104182001-02-24 Kenichi Handa <handa@etl.go.jp>
10419
4c1593ce
KH
10420 * international/utf-8.el (mule-utf-8): Set correct value for
10421 valid-codes property.
10422
66c56ed1
KH
10423 * international/fontset.el (x-complement-fontset-spec): In the
10424 case that we use ASCII font for the other charsets, use only
15d1caef 10425 family and registry part of it.
66c56ed1 10426
119171dd
EZ
104272001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10428
10429 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10430 (shrink-window-if-larger-than-buffer): Doc fix.
10431
932c309e
SM
104322001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10433
10434 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10435 predicate passed to completing-read.
10436
9b760e36
EZ
104372001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10438
10439 * startup.el (command-line): Fix last change.
10440
5c39a60f
JR
104412001-02-23 Jason Rumney <jasonr@gnu.org>
10442
10443 * startup.el (tool-bar-originally-present): New variable.
10444 (command-line): Set it if the tool-bar is switched on at startup.
10445
10446 * frame.el (frame-notice-user-settings): Only adjust frame height
10447 for no tool-bar case if tool-bar was originally switched on.
796ead7e 10448 From E. Jay Berkenbilt.
5c39a60f 10449
cb91b2c7
SM
104502001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10451
39b557e8
SM
10452 * server.el (server-switch-buffer): Only switch window if the
10453 current one is dedicated.
10454
cb91b2c7
SM
10455 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10456 rather than using (match-beginning 0) when searching for break point.
10457
9238a8df
EZ
104582001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10459
10460 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10461 @ follows an accent command such as @'. Support optional braces
10462 in commands that insert accents, like makeinfo does.
10463
3473f362
GM
104642001-02-22 Gerd Moellmann <gerd@gnu.org>
10465
10466 * startup.el (fancy-splash-text): Add a line for ordering
10467 manuals. Reverse order of splash screens shown.
10468 (use-fancy-splash-screens-p): Adapt to the text line added.
10469
10470 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10471 manuals from the FSF.
10472
10473 * help.el (view-order-manuals): New function.
10474 (toplevel): Bind C-h C-m to this function.
10475
76a4de07
SM
104762001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10477
10478 * newcomment.el (comment-forward): Skip the comment-start before
10479 searching for the comment-end.
10480
75b71d85
DL
104812001-02-21 Dave Love <fx@gnu.org>
10482
2f4c9a87
DL
10483 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10484
75b71d85
DL
10485 * international/mule-cmds.el, international/mule.el: Doc fixes.
10486
ffc9ff0c
GM
104872001-02-21 Gerd Moellmann <gerd@gnu.org>
10488
10489 * startup.el (fancy-splash-screens): Use display-hourglass
10490 instead of display-busy-cursor.
10491
10492 * frame.el (display-hourglass): Renamed from busy-cursor.
10493 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10494 (show-cursor-in-non-selected-windows): Doc fix.
10495
f34eb373
DL
104962001-02-20 Dave Love <fx@gnu.org>
10497
10498 * international/utf-8.el: Doc and commentary fixes.
10499
f55e4a7e
EZ
105002001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10501
10502 * ehelp.el (with-electric-help): Doc fix.
10503
fa97adf6
GM
105042001-02-20 Gerd Moellmann <gerd@gnu.org>
10505
10506 * msb.el (msb-mode): Call the update-buffers function explicitly
10507 with a FORCE argument.
10508
10509 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10510 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10511 returns nil.
10512
54ed3bd2
GM
105132001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10514
10515 * ps-print.el: Timestamp package replacement. Some enhancements.
10516 Some XEmacs compatibility. Doc fix.
10517 (ps-print-version): New version number (6.4).
10518 (ps-printer-name): Initialization fix.
10519 (ps-zebra-stripe-follow): Funcionality enhancement.
10520 (ps-prologue-file): Code enhancement.
10521 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
10522 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10523 (ps-get-page-dimensions)
54ed3bd2
GM
10524 (ps-generate-header, ps-begin-file, ps-begin-job)
10525 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10526 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10527 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10528 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 10529
e8ebf97d
MB
105302001-02-20 Miles Bader <miles@gnu.org>
10531
10532 * image-file.el (image-file-name-extensions): Add "tif".
10533
136b27c5
GM
105342001-02-19 Gerd Moellmann <gerd@gnu.org>
10535
10536 * wid-edit.el (widget-button-click): Save the selected window
10537 around the code handling clicks on buttons.
10538
6ebbcf59
DL
105392001-02-18 Dave Love <fx@gnu.org>
10540
10541 * imenu.el (imenu--generic-function): Use mapc to iterate over
10542 syntax characters.
10543
595ded73
RS
105442001-02-17 Richard M. Stallman <rms@gnu.org>
10545
b9fe3dc8
RS
10546 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10547
595ded73
RS
10548 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10549
f3f053f3
GM
105502001-02-16 Gerd Moellmann <gerd@gnu.org>
10551
10552 * mouse.el (mouse-save-then-kill): If the distance from the new
10553 point to the mark is equal to the distance of point from the new
10554 point, move point instead of the mark.
10555
11570a8f
DL
105562001-02-16 Dave Love <fx@gnu.org>
10557
10558 * textmodes/flyspell.el (flyspell-get-word): Return string without
10559 properties.
10560
fb339cd5
EZ
105612001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10562
10563 * generic.el (generic-find-file-regexp): Doc fix.
10564 (generic-ignore-files-regexp): New defcustom.
10565 (generic-mode-find-file-hook): If the file's name matches the
10566 regexp in `generic-ignore-files-regexp', don't enter
10567 default-generic-mode. Doc fix.
10568
c56b1c1b
GM
105692001-02-16 Gerd Moellmann <gerd@gnu.org>
10570
a2ffbafe 10571 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
10572 Add autoload cookies.
10573
a2ffbafe 10574 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
10575 of cal-tex-24.
10576
0d140e65
EZ
105772001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10578
81558867
EZ
10579 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10580
0d140e65
EZ
10581 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10582 the character class after the (optional) drive, to support file
10583 names with embedded blanks.
10584
713f7b15
SS
105852001-02-15 Sam Steingold <sds@gnu.org>
10586
10587 * textmodes/tex-mode.el (tex-shell-running):
10588 Check the process buffer too.
10589
9a2a6f73
DL
105902001-02-15 Dave Love <fx@gnu.org>
10591
10592 * battery.el (battery-status-function): Fix doc, :type.
10593
15d1caef 10594 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 10595
fe10cef0
GM
105962001-02-15 Gerd Moellmann <gerd@gnu.org>
10597
10598 * subr.el (read-passwd): Clear Lisp memory holding password.
10599
126f5d4d
MB
106002001-02-15 Miles Bader <miles@gnu.org>
10601
10602 * info.el (Info-copy-current-node-name): New function.
10603 (Info-mode-menu): Add it to the menu.
10604
92e98d63
RS
106052001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10606
10607 * international/mule-cmds.el (toggle-input-method): Doc fix.
10608
dd4e0e55
SM
106092001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10610
10611 * replace.el (occur): Stop at end of buffer.
10612
402dbbd1
EZ
106132001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10614
10615 * international/mule-cmds.el (set-input-method): Another doc fix.
10616
e9fcba3d
GM
106172001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10618
10619 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10620
78ad1cd5
MB
106212001-02-13 Miles Bader <miles@gnu.org>
10622
713f7b15 10623 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
10624 (set-face-stipple): Treat a value of nil as being `unspecified'.
10625
fce9d9dc
DL
106262001-02-12 Dave Love <d.love@dl.ac.uk>
10627
10628 * international/latin1-disp.el: Doc fixes.
10629 (latin1-display) <defgroup>: Add :link.
10630 (latin1-display) <function>: Set variable latin1-display.
10631
bc406911
EZ
106322001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10633
10634 * international/mule-cmds.el (set-input-method): Doc fix.
10635
68514d48
EL
106362001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10637
10638 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10639 (speedbar-line-file): Return nil if not a file.
10640 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10641
513bea45 106422001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 10643
513bea45
MK
10644 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10645 for remote files.
bc406911 10646 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 10647 with raw-text.
713f7b15 10648
513bea45 10649 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 10650
83c9cb8e
SM
10651 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10652 Better handling of the diff mode.
713f7b15 10653
513bea45 10654 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 10655
bc406911 10656 * viper.texi: Fix typos.
713f7b15 10657
521d4010
DL
106582001-02-11 Dave Love <fx@gnu.org>
10659
36fd8e17
DL
10660 * shadowfile.el: Doc fixes.
10661 (shadow) <defgroup>: Add :link.
10662 (shadowfile-unload-hook): New function.
10663 (shadow-initialize): Use defalias, not fset.
10664 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 10665 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 10666
521d4010
DL
10667 * international/mule.el: Doc and message fixes.
10668
36fd8e17
DL
10669 * international/ccl.el (define-ccl-program): Doc fix.
10670
92395bbe
KH
106712001-02-11 Kenichi Handa <handa@etl.go.jp>
10672
10673 * faces.el (mode-line): Set :line-width property to -1.
10674
103db06c
RS
106752001-02-10 Richard M. Stallman <rms@gnu.org>
10676
08b78974
RS
10677 * complete.el (partial-completion-mode): Doc fix.
10678
103db06c
RS
10679 * simple.el (delete-key-deletes-forward-mode):
10680 Change `let' to `let*' to fix gross bug in last change.
10681
10682 * repeat.el (repeat): Don't let execute-kbd-macro alter
10683 real-last-command.
10684
a6a1ee53
EZ
106852001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10686
10687 * simple.el (eval-expression): Doc fix.
10688
d2f288c6
DL
106892001-02-09 Dave Love <fx@gnu.org>
10690
038f4ae3
DL
10691 * imenu.el (imenu-generic-expression): Doc fix.
10692
83c9cb8e
SM
10693 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10694 From Juanma Barranquero.
038f4ae3 10695
15d1caef 10696 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 10697
9804b846
KH
106982001-02-09 Kenichi Handa <handa@etl.go.jp>
10699
10700 * faces.el (set-face-attribute): Describe the case of a negative
10701 value specified for :line-width.
10702
532f5197
SM
107032001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10704
10705 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 10706 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 10707
1d279666
DL
107082001-02-08 Dave Love <fx@gnu.org>
10709
4681ca3a
DL
10710 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10711 widget-plist-value-type.
10712 (widget-alist-convert-widget): Replace binding of
10713 widget-alist-value-type.
10714
1d279666
DL
10715 * textmodes/paragraphs.el (sentence-end): Doc fix.
10716
83c9cb8e
SM
10717 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10718 Remove `backward-line'.
1d279666 10719
532f5197
SM
10720 * play/pong.el (pong-blank-color, pong-bat-color)
10721 (pong-ball-color, pong-border-color, pong-left-key)
10722 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10723 (pong-pause-key, pong-resume-key, pong-timer-delay):
10724 * mail/mh-comp.el (mh-compose-letter-function):
10725 * eshell/esh-mode.el (eshell-skip-prompt-function):
10726 * emulation/viper-ex.el (ex-unix-type-shell-options):
10727 * recentf.el (recentf-menu-filter):
10728 * ps-print.el (ps-print-region-function):
10729 * lpr.el (print-region-function):
10730 * forms.el (forms-mode-hooks):
10731 * dirtrack.el (dirtrack-directory-change-hook):
10732 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10733 * textmodes/spell.el (spell-filter):
10734 * textmodes/fill.el (adaptive-fill-function):
10735 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10736 * progmodes/etags.el (find-tag-default-function):
10737 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
10738 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10739
6f676109
EZ
107402001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10741
751d3bc4
EZ
10742 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10743 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10744 Meyering <jim@meyering.net>.
10745
6f676109
EZ
10746 * loadup.el: Revert last change.
10747
d3c26cdf
KH
107482001-02-07 Kenichi Handa <handa@etl.go.jp>
10749
83c9cb8e
SM
10750 * international/mule.el (transform-make-coding-system-args):
10751 Make it work also for coding systems not using CCL.
d3c26cdf 10752
44806980
EZ
107532001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10754
9889af08
EZ
10755 * simple.el (previous-matching-history-element)
10756 (next-matching-history-element): Doc fix.
10757
44806980
EZ
10758 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10759 specific part.
10760
1e36ff68
DL
107612001-02-06 Dave Love <fx@gnu.org>
10762
713f7b15 10763 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
10764 (add-log-buffer-file-name-function, add-log-file-name-function):
10765 Fix :type.
10766 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10767
c7ca58df
EZ
107682001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10769
fecd556a
EZ
10770 * info.el (info-initialize): Remove the test for system-type when
10771 invocation-directory is non-nil.
10772
c7ca58df
EZ
10773 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10774 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10775
587b5737
AI
107762001-02-06 Andrew Innes <andrewi@gnu.org>
10777
10778 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10779 absolute.
10780
baf7eee4
GM
107812001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10782
10783 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10784 buffers. When hi-lock turned on rather than only checking current
10785 buffer for regexps, all buffers are checked. Moved activation of
10786 font-lock to hi-lock-refontify. When font-lock turned off rather
10787 than removing added highlighting just in current buffer, remove it
10788 in all buffers. Changed edit menu text from "Automatic
10789 Highlighting" to "Regexp Highlighting" Documentation for
10790 highlighting phrases, minor documentation changes.
10791 (hi-lock-set-file-patterns): Execute only if there are new or
10792 existing file patterns.
10793 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10794 unfontify and, if a support mode is active, will not refontify the
10795 whole buffer. If necessary, turn on font lock. (Removed
10796 font-lock-unfontify and font-lock support-mode-specific calls,
10797 such as lazy-lock-fontify-window.)
10798 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10799 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 10800 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
10801 (hi-lock-face-phrase-buffer): New function. Also added related
10802 menu item and keybinding.
10803 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10804 (hi-lock-process-phrase): New function.
10805 (hi-lock-line-face-buffer): Doc fixes.
10806 (hi-lock-face-buffer): Doc fixes.
10807 (hi-lock-unface-buffer): Doc fixes.
713f7b15 10808
36710aa6
GM
108092001-02-06 Gerd Moellmann <gerd@gnu.org>
10810
10811 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10812 dabbrev-ignored-regexps.
10813
d3f22784
EZ
108142001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10815
10816 * simple.el (kill-line): Doc fix.
10817
5cb3c8d4
DL
108182001-02-05 Dave Love <fx@gnu.org>
10819
10820 * loadup.el: Revert last two changes -- bootstrapping works with
10821 regenerated loaddefs.
10822
e6297e7d
EZ
108232001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10824
1e14b095
EZ
10825 * isearch.el (isearch-forward): Doc fix.
10826
e6297e7d
EZ
10827 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10828 of font-lock-defaults to backward-paragraph.
10829
e16f52ce
GM
108302001-02-05 Gerd Moellmann <gerd@gnu.org>
10831
10832 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10833 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10834
01d19dd7
GM
108352001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10836
10837 * ebnf2ps.el: Eliminate time-stamp functions.
10838 (ebnf-version): New version (3.5).
10839 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10840 format-time-string.
10841
24886813
GM
108422001-02-05 Gerd Moellmann <gerd@gnu.org>
10843
10844 * simple.el (next-line): Goto end-of-line before inserting a newline.
10845
65e70fc4
MB
108462001-02-05 Miles Bader <miles@gnu.org>
10847
10848 * image-file.el (insert-image-file): When visiting an image, also
10849 set `truncate-lines' to t so that any fringe arrow looks correct.
10850
482f06c9
KH
108512001-02-05 Kenichi Handa <handa@etl.go.jp>
10852
10853 * isearch.el (isearch-forward): Add description about input method
10854 in the docsting.
10855
02399da7
SM
108562001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10857
10858 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10859
2c366083
EZ
108602001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10861
10862 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 10863 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 10864
bdadfce3
GM
108652001-02-02 Gerd Moellmann <gerd@gnu.org>
10866
79fb38c0
GM
10867 * wid-edit.el (widget-button-click): Fix last change.
10868
bdadfce3
GM
10869 * frame.el (frame-notice-user-settings): When resizing the initial
10870 frame because the tool bar is off, also change the frame's top
10871 position if a negative top position was specified.
10872
33155ffb
MB
108732001-02-02 Miles Bader <miles@gnu.org>
10874
10875 * image-file.el (insert-image-file): When visiting an image,
10876 suppress the cursor in the image buffer.
10877
1355ba0c
DL
108782001-02-01 Dave Love <fx@gnu.org>
10879
10880 * progmodes/f90.el (f90-mode): Remove startup message.
10881
fb758d2d 10882 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 10883
01acdb05
GM
108842001-02-01 Gerd Moellmann <gerd@gnu.org>
10885
10886 * startup.el (command-line): Fix code determining whether or not
10887 to use delete-key-deletes-forward-mode.
10888
5b1ee316
AS
108892001-02-01 Andre Spiegel <spiegel@gnu.org>
10890
10891 * vc.el (vc-diff-switches): New user option.
10892 (vc-version-diff): Use it.
10893 (vc-diff-switches-list): New macro.
10894
83c9cb8e
SM
10895 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10896 New customization options.
5b1ee316
AS
10897 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10898
10899 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10900
00b1e7a1
GM
109012001-02-01 Gerd Moellmann <gerd@gnu.org>
10902
10903 * msb.el (toplevel): Quote hook symbols.
10904
85827036
KH
109052001-02-01 Kenichi Handa <handa@etl.go.jp>
10906
8e028499 10907 * international/mule.el (make-coding-system): Add description
3c948dde 10908 about recognized properties in the docstring.
8e028499 10909
85827036
KH
10910 * international/mule-conf.el: Remove unused charsets
10911 mac-roman-lower and mac-roman-upper.
10912
7ccf7ab9
GM
109132001-01-31 Gerd Moellmann <gerd@gnu.org>
10914
2441692d
GM
10915 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10916 is in front of the left-margin, if any.
10917
ee5cece0
GM
10918 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10919 like `delete'.
10920
83c9cb8e 10921 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 10922
7ccf7ab9
GM
10923 * term/w32-win.el (mouse-set-font): Doc fix.
10924
b4f30ec5 109252001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 10926
b4f30ec5
GM
10927 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10928 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10929 on already.
10930
03e0fe6e
GM
109312001-01-31 Markus Rost <rost@math.ohio-state.edu>
10932
10933 * files.el (save-buffer): Don't give message if (buffer-file-name)
10934 returns nil.
713f7b15 10935
8f289acc
EZ
109362001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10937
cb4aae04
EZ
10938 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10939
dbd98b19
EZ
10940 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10941 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10942
8f289acc
EZ
10943 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10944 display problems.
10945
c12553c1
KH
109462001-01-31 Kenichi Handa <handa@etl.go.jp>
10947
c7bf5db9
KH
10948 * international/mule.el (charset-info): Fix docstring.
10949
10950 * international/mule-diag.el (describe-character-set): Check final
10951 char valid before printing it.
c12553c1 10952
14f16b9c
GM
109532001-01-30 Gerd Moellmann <gerd@gnu.org>
10954
efaa080b
GM
10955 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10956
eef93f99
GM
10957 * frame.el (frame-notice-user-settings): Do the tool-bar
10958 stuff only for graphical displays. Fix a braino.
713f7b15 10959
14f16b9c
GM
10960 * frame.el (frame-initialize): Create initial frame visible.
10961 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 10962 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
10963
10964 * startup.el (command-line): Remove manipulation of frame
10965 height for tool bars.
10966
4ad25e43
EZ
109672001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10968
10969 * lpr.el: Compatibility with XEmacs and doc fixes.
10970 (lpr-windows-system, lpr-lp-system): New vars.
10971 (lpr-printer-switch): New defcustom.
10972 (printer-name, lpr-command): Customization fix.
10973 (print-region-1): Code fix.
10974 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
10975 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10976 New functions.
4ad25e43 10977
e8f044a0
GM
109782001-01-29 Gerd Moellmann <gerd@gnu.org>
10979
10980 * msb.el (toplevel): Fix the eval-after-load.
10981
850d5045
GM
109822001-01-29 Dave Love <fx@gnu.org>
10983
762fe76e
DL
10984 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10985
10986 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10987
83c9cb8e 10988 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
10989 (tcl-using-emacs-19-23): Consider Emacs 21+.
10990 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10991 (tcl-add-emacs-menu): Supply menu name.
10992 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10993
3a768251
GM
109942001-01-29 Gerd Moellmann <gerd@gnu.org>
10995
10996 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10997
274d02f7
SM
109982001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10999
11000 * pcvs.el (cvs-mark-fis-dead): New function.
11001 (cvs-mode-add): Use it.
11002 (cvs-mode-add-change-log-entry-other-window):
11003 Rebind change-log-default-name to itself rather than to nil.
11004
ed5d446e
SS
110052001-01-29 Sam Steingold <sds@gnu.org>
11006
efaa080b 11007 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
11008 `autoload' statements.
11009
e2a80284
EZ
110102001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
11011
8e1db7b3
EZ
11012 * files.el (confirm-kill-emacs): Doc fix.
11013
ff2a1c79
EZ
11014 * frame.el (frame-initialize): Doc fix.
11015
e7b0deaf
EZ
11016 * time-stamp.el (time-stamp-string): Doc fix.
11017
83c9cb8e
SM
11018 * woman.el (WoMan-log-1): Make the log buffer writable.
11019 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 11020
005913e4
GM
110212001-01-29 Gerd Moellmann <gerd@gnu.org>
11022
11023 * imenu.el (imenu-syntax-alist): Add autoload cookie for
11024 the `make-variable-buffer-local'.
11025
58622cc5
GM
110262001-01-29 Dave Love <fx@gnu.org>
11027
11028 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
11029 (ansi-color-for-comint-mode-on, ansi-color-process-output):
11030 Add autoload cookie.
58622cc5
GM
11031 (ansi-color-apply-sequence): Fix typo.
11032
0404d031
GM
110332001-01-29 Gerd Moellmann <gerd@gnu.org>
11034
ed5d446e 11035 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
11036 Postscript printing in black and white.
11037
0404d031
GM
11038 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
11039 X-Mailman-Version, Precedence, List-Help, List-Post,
11040 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
11041 Content-Type, Content-Length.
11042
3b6ed359
DL
110432001-01-29 Dave Love <fx@gnu.org>
11044
ddd16e7a
DL
11045 * elide-head.el (elide-head): Make overlay evaporate.
11046
83c9cb8e 11047 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 11048
8005142f
EZ
110492001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
11050
11051 * isearch.el (isearch-highlight): Don't punt if the display
11052 doesn't support colors, since isearch faces are defined for
11053 monochrome displays as well.
11054
84728570
SS
110552001-01-27 Sam Steingold <sds@gnu.org>
11056
11057 * shell.el (shell-write-history-on-exit): Make sure that we are in
11058 the shell buffer (M-x tex-file RET inserted the error message into
11059 the TeX buffer).
11060
e26f9ced
EZ
110612001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11062
11063 * simple.el (transient-mark-mode): Doc fix.
11064
dc0274bd
GM
110652001-01-27 Gerd Moellmann <gerd@gnu.org>
11066
83c9cb8e 11067 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 11068
c1acacc4
EZ
110692001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11070
f5058b96
EZ
11071 * shell.el (shell-unquote-argument): If the shell is one of the
11072 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
11073 quote character.
11074 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 11075 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 11076
c1acacc4 11077 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 11078 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 11079
103db06c 110802001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 11081
84728570 11082 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
11083 Treat a one-capital-letter abbrev as "not all upper case",
11084 so as to force preservation of the expansion's pattern
11085 if the expansion starts with a capital letter.
11086
cfa70244
EZ
110872001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11088
cfee9de7
EZ
11089 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11090 Doc fix.
11091
cfa70244
EZ
11092 * simple.el (transient-mark-mode): Document the fact that many
11093 commands act on the region when mark is active.
11094
17d90d6b
KH
110952001-01-27 Kenichi Handa <handa@etl.go.jp>
11096
11097 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 11098 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
11099 (quail-show-guidance-buf): Make the multibyteness of current
11100 buffer inherited to Quail guidance buffer.
11101 (quail-help): Make the multibyteness of current buffer inherited
11102 to Quail help buffer.
11103
61076b20
DL
111042001-01-26 Dave Love <fx@gnu.org>
11105
c47e2c68
DL
11106 * time-stamp.el: Doc fixes.
11107
84728570 11108 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
11109 (delphi-keyword-face, delphi-other-face): Fix :type.
11110
940f14b4
DL
11111 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11112
11113 * mail/feedmail.el (feedmail): Add :link.
11114 (feedmail-send-it): Doc fix.
11115
11116 * mail/sendmail.el: Doc fixes.
11117 (sendmail-send-it): Fix the non-ASCII regexp and use
11118 rfc2047-encode-string.
11119
61076b20
DL
11120 * dired.el, dired-aux.el: Revert last change.
11121
6c317bd2
GM
111222001-01-26 Gerd Moellmann <gerd@gnu.org>
11123
11124 * makefile.w32-in (DONTCOMPILE): Add various term files.
11125
111262001-01-26 Dave Love <fx@gnu.org>
11127
11128 * Makefile.in (DONTCOMPILE): Add various term files.
11129
1c636b5f
GM
111302001-01-26 Gerd Moellmann <gerd@gnu.org>
11131
af900b23
GM
11132 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11133
15fa6db0 11134 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 11135 the echo area is resized to fit the size of the startup message.
15fa6db0 11136
1c636b5f
GM
11137 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11138 part of which is a constant.
11139
9b1adbd5
EZ
111402001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11141
83c9cb8e 11142 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 11143
103db06c 111442001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
11145
11146 * simple.el (next-line): Don't let `newline' expand abbrevs.
11147 Simplify slightly.
11148 (open-line): Don't let `newline' expand abbrevs.
11149
219227ea
JW
111502001-01-25 John Wiegley <johnw@gnu.org>
11151
11152 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11153 to `repeat' in the :type field.
11154
11155 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11156 allow a choice of regexp or nil.
d2906bf8 11157 (pcomplete-dir-ignore): Same.
219227ea
JW
11158
11159 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11160 a command) to always fail.
11161
ceba0dac
GM
111622001-01-25 Gerd Moellmann <gerd@gnu.org>
11163
11164 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11165 discard the result.
11166 (iswitchb-to-end): Likewise.
11167
9b0630e5
SS
111682001-01-25 Sam Steingold <sds@gnu.org>
11169
11170 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 11171 Require vc.
9b0630e5 11172
a2ed9670
SM
111732001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11174
f0c1adab
SM
11175 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11176
a2ed9670
SM
11177 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11178
34ac3367
DL
111792001-01-25 Dave Love <fx@gnu.org>
11180
61076b20
DL
11181 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11182 (describe-coding-system): Tweak the English text.
11183
34ac3367
DL
11184 * loadup.el: Preload international/ccl for utf-8.
11185
4685e6b7
EZ
111862001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11187
11188 * mail/rmail.el (rmail-redecode-body): Doc fix.
11189
0fdb4475
KH
111902001-01-25 Kenichi Handa <handa@etl.go.jp>
11191
83c9cb8e
SM
11192 * international/mule-cmds.el (reset-language-environment):
11193 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 11194
83c9cb8e
SM
11195 * international/mule-conf.el (coding-category-utf-8):
11196 Initialize to mule-utf-8.
0fdb4475 11197
9b0630e5 11198 * loadup.el: Preload international/utf-8.
0fdb4475
KH
11199
11200 * international/utf-8.el: New file.
11201
245ed2b1
SM
112022001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11203
11204 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11205
e95b0c08
SS
112062001-01-24 Sam Steingold <sds@gnu.org>
11207
11208 * dired.el (dired-replace-in-string): Removed.
11209 (dired-sort-toggle): Use `replace-regexps-in-string'
11210 instead of `dired-replace-in-string'.
9b0630e5 11211
ceba0dac
GM
11212 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11213 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 11214
e95b0c08
SS
11215 * gs.el (gs-replace-in-string): Removed.
11216 (gs-options): Use `replace-regexps-in-string'
11217 instead of `gs-replace-in-string'.
11218
c3902c3e
EZ
112192001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11220
11221 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11222 bug report is mailed to an email list and posted to a news group.
11223
b66b6aeb
GM
112242001-01-24 Gerd Moellmann <gerd@gnu.org>
11225
83c9cb8e
SM
11226 * comint.el (comint-replace-by-expanded-history-before-point):
11227 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 11228
b66b6aeb
GM
11229 * startup.el (tool-bar-images-pixel-height): New variable.
11230 (command-line): After loading the user's init file, when
11231 tool-bar-mode is on, increase the frame's size by some lines for
11232 the tool-bar.
11233
11234 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 11235
ff890e66
SZ
112362001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11237
11238 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11239 (chinese-big5): MIME:Big5.
11240
04363179
GM
112412001-01-24 Gerd Moellmann <gerd@gnu.org>
11242
e95b0c08 11243 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
11244 Handle commands with prefix args.
11245
d56aaa64
GM
112462001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11247
11248 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11249 being a list of numbers.
11250 (diary-mail-entries): Rewritten.
11251
99858627
DL
112522001-01-23 Dave Love <fx@gnu.org>
11253
7aeb1fa9
DL
11254 * international/mule.el (make-coding-system): Fix typo.
11255
83c9cb8e
SM
11256 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11257 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 11258
5a43decf
EZ
112592001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11260
11261 * font-lock.el (font-lock-mode): Doc fix.
11262
b0e98867
KH
112632001-01-23 Kenichi Handa <handa@etl.go.jp>
11264
11265 * international/mule.el (make-translation-table): Fix docstring.
11266
9c8acefd
EZ
112672001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11268
fd4976b8
EZ
11269 * mail/rmail.el (rmail-redecode-body): New function.
11270
9c8acefd
EZ
11271 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11272
871e0439
GM
112732001-01-22 Gerd Moellmann <gerd@gnu.org>
11274
21c2bbe0
GM
11275 * isearch.el (isearch-lazy-highlight-case-fold-search)
11276 (isearch-lazy-highlight-regexp): New variables.
11277 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11278 case-fold search or regexp search has been toggled.
11279
5710730c
GM
11280 * wid-edit.el (widget-button-click): Avoid a save-excursion
11281 around running a global binding.
11282
871e0439
GM
11283 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11284 to 0.25.
11285
d0554957
MB
112862001-01-20 Miles Bader <miles@gnu.org>
11287
11288 * cus-edit.el (custom-face-save): Do post-processing on the face's
11289 new value like `custom-face-set' does.
11290
1519f618
EZ
112912001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11292
ccd87890
EZ
11293 * mail/emacsbug.el (report-emacs-bug): Report the value of
11294 LC_CTYPE, not LC_TYPE.
11295
1519f618
EZ
11296 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11297 isearch-toggle-regexp and isearch-edit-string to doc string.
11298
9724173b
GM
112992001-01-19 Gerd Moellmann <gerd@gnu.org>
11300
48bb9196
GM
11301 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11302 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11303
e95b0c08 11304 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
11305 font-lock-beginning-of-syntax-function to nil.
11306
dc81f8a2
EZ
113072001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11308
11309 * mail/emacsbug.el (report-emacs-bug): Report values of
11310 locale-coding-system, default-enable-multibyte-characters, and the
11311 environment variables LC_ALL, LC_TYPE, and LANG.
11312
99327974
GM
113132001-01-19 Gerd Moellmann <gerd@gnu.org>
11314
83c9cb8e 11315 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 11316
2be6ecc6
GM
11317 * font-lock.el (font-lock-multiline): Default to nil.
11318 (font-lock-default-fontify-region): If font-lock-multiline is
11319 nil, don't check the property `font-lock-multiline'.
11320
99327974
GM
11321 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11322 is nil, don't check the `font-lock-multiline' text property.
11323
2550055a
MK
113242001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11325
0a949811 11326 * viper.el: Call initial-major-mode on startup.
e95b0c08 11327
0a949811 11328 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 11329
8501998a 11330 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 11331
2550055a 113322001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 11333
0a949811 11334 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 11335 diff mode, if available.
e95b0c08 11336
0a949811 113372001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 11338
8501998a 11339 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 11340
2550055a
MK
11341 * ediff-init.el (subst-char-in-string): Define and use it, unless
11342 it's already defined.
e95b0c08 11343
8962e303
GM
113442001-01-18 Gerd Moellmann <gerd@gnu.org>
11345
11346 * tooltip.el (tooltip-hide-delay): New user-option.
11347 (tooltip-show): Use tooltip-hide-delay instead of the default.
11348
6b453381
KH
113492001-01-18 Kenichi Handa <handa@etl.go.jp>
11350
11351 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11352 kill-local-variable doesn't work for enable-multibyte-characters.
11353
9eaf396b
DL
113542001-01-17 Dave Love <fx@gnu.org>
11355
cebd37ce
DL
11356 * ediff-init.el (ediff-before-setup-hook)
11357 (ediff-merge-filename-prefix): Add :version.
11358
9eaf396b
DL
11359 * international/latin1-disp.el: Require disp-table.
11360 (latin1-display): Fix :set.
11361
11362 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11363
f864120f
GM
113642001-01-17 Gerd Moellmann <gerd@gnu.org>
11365
11366 * isearch.el (isearch-lazy-highlight-initial-delay)
11367 (isearch-lazy-highlight-interval): Default to 0.
11368
113692001-01-17 Bob Glickstein <bobg@zanshin.com>
11370
11371 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11372 1 here rather than each time through
11373 isearch-lazy-highlight-new-loop.
11374 (isearch-lazy-highlight-max): Variable deleted.
11375 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11376 isearch-lazy-highlight-max but controls a single invocation of
11377 isearch-lazy-highlight-update.
11378 (isearch-lazy-highlight-wrapped): Variable recreated.
11379 (isearch-lazy-highlight-window-start): New variable.
11380 (isearch-lazy-highlight-cleanup): Restored to behavior of
11381 before 2-Jan.
11382 (isearch-lazy-highlight-remove-overlays): Function deleted;
11383 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11384 behavior removed.
11385 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11386 isearch-lazy-highlight-update in a loop rather than just once.
11387 Test isearch-invalid-regexp here and decide not to start a new
11388 loop, rather than testing it each time through
11389 isearch-lazy-highlight-update.
11390 (isearch-lazy-highlight-search): Function restored.
11391 (isearch-lazy-highlight-update): Get called in a timer loop again,
11392 but this time highlight more than one match each time through.
83c9cb8e
SM
11393 Only highlight matches in the visible part of the window.
11394 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
11395 the edge of the window. Use sit-for to force redisplay and ensure
11396 window-start is credible. "Face suppressing" behavior removed;
11397 overlay priorities should make it unnecessary, right?
11398 (isearch-highlight): Face suppressing behavior removed.
11399 (isearch-dehighlight): Face suppressing behavior removed.
11400 (isearch-set-lazy-highlight-faces-at): Removed.
11401
076ec540
KH
114022001-01-17 Kenichi Handa <handa@etl.go.jp>
11403
11404 * language/european.el ("Latin-1"): Make the format of description
11405 about additional language environments same as that of Latin-2.
11406
92328ec5
DL
114072001-01-16 Dave Love <fx@gnu.org>
11408
39f2174e
DL
11409 * isearch.el (isearch-lazy-highlight): Add :version.
11410
92328ec5
DL
11411 * simple.el (backward-delete-char-untabify-method)
11412 (next-line-add-newlines): Add :version.
11413
f251459d
GM
114142001-01-16 Gerd Moellmann <gerd@gnu.org>
11415
9d4850e5
GM
11416 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11417 Don't bind <delete> otherwise.
11418
11419 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11420 and <delete> via function-key-map.
11421
f251459d
GM
11422 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11423 Subject line only if point is after the `Subject:'.
11424
771ffcf7
KH
114252001-01-16 Kenichi Handa <handa@etl.go.jp>
11426
bda6b481
KH
11427 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11428 japanese-jisx0213-2 in `charset' property of this lang. env.
11429
35793af7
KH
11430 * language/european.el ("Latin-1"): Add description for Dutch and
11431 Spanish lang. env.
11432
771ffcf7
KH
11433 * international/mule.el (decode-char): Fix conditions.
11434 (encode-char): Handle eight-bit-control too.
1c8102ff 11435 (transform-make-coding-system-args): New function.
50c29104
KH
11436 (make-coding-system): Accept XEmacs style arguments for CCL base
11437 coding system.
771ffcf7 11438
e1cf67b6
GM
114392001-01-15 Gerd Moellmann <gerd@gnu.org>
11440
11441 * progmodes/etags.el (find-tag-noselect): Save the value of
11442 tags-file-name before switching buffers, for the case it has a
11443 buffer-local value.
11444
b3287acf
GM
114452001-01-15 Alex Schroeder <alex@gnu.org>
11446
9eaf396b
DL
11447 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11448 From Dave Love <fx@gnu.org>.
b3287acf
GM
11449 (ansi-color-for-comint-mode): Fix :version.
11450
114512001-01-15 Alex Schroeder <alex@gnu.org>
11452
11453 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11454
8d7ff9c8
EZ
114552001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11456
11457 * dired.el (dired-insert-directory): If file-system-info fails,
11458 remove the " free " part, but don't signal an error.
11459
dbe99ae9
SS
114602001-01-12 Sam Steingold <sds@gnu.org>
11461
11462 * bookmark.el (bookmark-maybe-historicize-string):
11463 Use new backquote syntax.
11464
103db06c 114652001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
11466
11467 * subr.el (last): Handle a list that doesn't end in nil.
11468
ca2ddd8e
SS
114692001-01-12 Sam Steingold <sds@gnu.org>
11470
11471 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11472 to `backward-delete-char-untabify'.
11473
1751c874
DL
114742001-01-12 Dave Love <fx@gnu.org>
11475
11476 * cus-edit.el (customize-menu-create): Fix the :filter following
11477 easymenu change.
11478
11479 * wid-edit.el (function): Add :match-alternatives.
11480 (widget-color-action): Doc fix.
11481
3cccce8d
GM
114822001-01-12 Gerd Moellmann <gerd@gnu.org>
11483
11484 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11485
18bfd6b5
KH
114862001-01-12 Kenichi Handa <handa@etl.go.jp>
11487
83c9cb8e 11488 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 11489
18bfd6b5
KH
11490 * international/ccl.el (define-ccl-program): Fix docstring.
11491
562e00da
DL
114922001-01-11 Dave Love <fx@gnu.org>
11493
14fd0da3
DL
11494 * international/mule-cmds.el (standard-display-european-internal):
11495 Set display table for 2208 as for 160.
11496
11497 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11498
562e00da
DL
11499 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11500 entry for custom-menu-create change.
11501 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11502 don't cons it in the search loop.
11503
11504 * imenu.el (imenu--truncate-items): Revert last change.
11505
6e961dcd
EZ
115062001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11507
11508 * info.el (Info-setup-header-line): If the node header includes
11509 either Next: or Prev: links, don't show the File: and Node: parts
11510 in the header line.
11511
2c2ff7f2
GM
115122001-01-11 Gerd Moellmann <gerd@gnu.org>
11513
a7ee2d2e
GM
11514 * comint.el (comint-goto-process-mark): Don't print a message
11515 when running in batch mode.
11516
c5348233
GM
11517 * isearch.el (isearch-search): In the condition-case handler for
11518 `error', set isearch-invalid-regexp to the whole error message.
11519
422717d1
GM
11520 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11521 ensure that eval-after-load works for files dumped with Emacs.
11522
11523 * help.el (load-symbol-file-load-history): New function extracted
11524 from function symbol-file.
11525 (symbol-file): Use it.
11526
83c9cb8e 11527 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 11528
926861fb
EZ
115292001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11530
11531 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11532 behave as if there were no prefix argument.
11533 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11534 argument were nil.
11535
afa1f52c
RS
115362001-01-11 Richard M. Stallman <rms@gnu.org>
11537
ca2ddd8e 11538 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
11539 Don't look for more potential matches once maximum is exceeded.
11540 Use overlays-in to check correctly for overlap with current match.
11541 Ignore empty matches.
11542
47a9f362
MB
115432001-01-11 Miles Bader <miles@gnu.org>
11544
11545 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11546 (ispell-overlay-window, ispell-help, ispell-show-choices)
11547 (ispell-command-loop): Use it instead of `window-height'.
11548
d196f58d
GM
115492001-01-10 Gerd Moellmann <gerd@gnu.org>
11550
cf523f0e
GM
11551 * files.el (confirm-kill-emacs): New user-option.
11552 (save-buffers-kill-emacs): Ask for final confirmation before
11553 killing Emacs.
11554
d196f58d
GM
11555 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11556 to nil.
11557
7c6c3d8e
GM
115582001-01-10 Dave Love <fx@gnu.org>
11559
1f8be15d
DL
11560 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11561
83c9cb8e 11562 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
11563
11564 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11565
11566 * calculator.el (calculator-number-digits): Fix :type.
11567
0d5184de
DL
11568 * vc-cvs.el (vc-cvs-header): Fix :type.
11569 * vc-rcs.el (vc-rcs-header): Fix :type.
11570 * vc-sccs.el (vc-sccs-header): Fix :type.
11571
11572 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11573
7c6c3d8e
GM
11574 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11575
8c9f73a2
GM
11576 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11577
457b792c
GM
115782001-01-10 Gerd Moellmann <gerd@gnu.org>
11579
11580 * simple.el (set-variable): Force a thorough redisplay for the
11581 case that the variable has an effect on the display, like
11582 `tab-width' has.
11583
d2622d08
AS
115842001-01-10 Andre Spiegel <spiegel@gnu.org>
11585
11586 * vc.el: Add documentation for backend interface.
11587
ae4b5f4f
KH
115882001-01-10 Kenichi Handa <handa@etl.go.jp>
11589
e0844717
KH
11590 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11591
ae4b5f4f
KH
11592 * international/mule-conf.el (latin-extra-code-table): Set to t
11593 for \223 and \224.
11594
3184082b
KH
115952001-01-09 Kenichi Handa <handa@etl.go.jp>
11596
11597 * international/mule-cmds.el (locale-language-names): Map "es" to
11598 "Spanish" and "nl" to "Dutch".
11599
732b9cdd
GM
116002001-01-09 Gerd Moellmann <gerd@gnu.org>
11601
1dfca644
GM
11602 * bindings.el (global-map): Bind <home> to beginning-of-line,
11603 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11604 C-<end> to end-of-buffer.
11605
732b9cdd
GM
11606 * language/european.el: Add Dutch and Spanish language info
11607 to be able to use the appropriate tutorials.
11608
116092001-01-09 Alex Schroeder <alex@gnu.org>
11610
11611 * ansi-color.el (ansi-color-process-output): Use markers instead
11612 of positions for start and end of region.
11613 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11614 Previously, occasional mistakes happend when fontifying many
11615 chunks of output (eg. ls --color=yes /dev). This happened
11616 whenever an overlay was created up to the end of the region, which
11617 coincided with the process-mark. New text would then be added
11618 within that overlay instead of after it.
11619 (ansi-color-make-extent): Overlays are created with the property
11620 `modification-hooks' set to '(ansi-color-freeze-overlay).
11621 (ansi-color-freeze-overlay): New function. When inserting text at
11622 the end of the overlay, the overlay will resize.
11623
116242000-01-09 Alex Schroeder <alex@gnu.org>
11625
11626 * ansi-color.el (ansi-color-process-output): Doc change.
11627 (ansi-color-unfontify-region): Doc change. No longer installed
11628 automatically in font-lock-unfontify-region-function.
11629 (ansi-color-apply): Doc change.
11630 (ansi-color-apply-on-region): Use extents or overlays instead of
11631 text-properties.
11632 (ansi-color-make-extent): New function.
11633 (ansi-color-set-extent-face): New function.
11634
116352000-01-09 Alex Schroeder <alex@gnu.org>
11636
11637 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11638 both use ansi-color-process-output, now.
11639 (ansi-color-process-output): Doesn't return string anymore. It is
11640 installed in comint-output-filter-functions for both Emacs and
11641 XEmacs, now.
11642 (ansi-color-unfontify-region): Simplified code removing variables
11643 pos and start-ansi.
11644 (ansi-color-apply): Put text-property ansi-color before putting
11645 text-property face because ansi-color-unfontify-region is called
11646 immediately after the call to put-text-property.
11647 (ansi-color-context-region): Doc change.
11648 (ansi-color-filter-region): Simplified code.
11649 (ansi-color-apply-on-region): Changed start to start-marker, using
11650 a marker explicitly. Put text-property ansi-color before putting
11651 text-property face because ansi-color-unfontify-region is called
11652 immediately after the call to put-text-property.
11653
116542000-01-09 Alex Schroeder <alex@gnu.org>
11655
11656 * ansi-color.el (ansi-color-faces-vector): Doc change.
11657 (ansi-color-for-comint-mode): Changed :type property to choice.
11658 (ansi-color-last-context): Removed.
11659 (ansi-color-process-output): Don't use ansi-color-last-context, as
11660 the main functions will store their context now.
11661 (ansi-color-context): Doc change.
11662 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11663 Uses ansi-color-context such that repeated calls will strip
11664 partial escape sequences, too.
11665 (ansi-color-apply): Simplified code. Colorize end of string if
11666 face is not null. Store context in new (FACE STRING) format, such
11667 that repeated calls will strip partial escape sequences, too.
11668 Append faces to face property using ansi-color-apply-sequence such
11669 that cumulative mode actually works.
11670 (ansi-color-context-region): New variable.
11671 (ansi-color-filter-region): Rewrote it based on
11672 ansi-color-apply-on-region. Uses ansi-color-context-region such
11673 that repeated calls will strip partial escape sequences, too.
11674 (ansi-color-apply-on-region): Simplified code. Colorize end of
11675 region if face is not null. Store context in new (FACE POS)
11676 format, such that repeated calls will strip partial escape
11677 sequences, too. Append faces to face property using
83c9cb8e 11678 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
11679 (ansi-color-apply-sequence): New function.
11680 (ansi-color-get-face): When the default face is added to the list
11681 of faces, all previous settings are discarded and the list of
11682 faces is set to '(default).
11683
116842000-01-09 Alex Schroeder <alex@gnu.org>
11685
11686 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11687 face, such that ansi-color-apply and ansi-color-apply-on-region
11688 will do the right thing.
11689 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11690 returns nil, set the list of faces back to nil instead of
83c9cb8e 11691 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
11692
116932000-01-09 Alex Schroeder <alex@gnu.org>
11694
11695 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11696 (ansi-color-process): Doc change.
11697 (ansi-color-last-context): New buffer-local variable.
11698 (ansi-color-process-output): New function. It is automatically
11699 added to comint-output-filter-functions if this is XEmacs.
11700 (ansi-color-unfontify-region): New optional parameter for XEmacs
11701 compatibility. Check wether font-lock-syntactic-keywords is
11702 boundp before removing the syntax table text property, as XEmacs
11703 doesn't have it.
11704 (ansi-color-filter-region): Doc change.
11705 (ansi-color-apply-on-region): Doc change.
11706 (ansi-color-make-face): New function. Compatibility layer for
11707 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11708 (ansi-color-make-color-map): Use ansi-color-make-face.
11709 (ansi-color-get-face): Avoid face text property '(nil) as results
11710 in an errow for XEmacs.
11711
117122000-01-09 Alex Schroeder <alex@gnu.org>
11713
83c9cb8e
SM
11714 * ansi-color.el (ansi-color-unfontify-region): New function.
11715 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
11716 ansi-color. When the package is loaded, a lambda expression is
11717 put onto font-lock-mode-hook. This lambda expression will check
11718 font-lock-unfontify-region-function and replace
83c9cb8e 11719 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
11720 (ansi-color-apply): Add text-property ansi-color in addition to
11721 text-property face.
11722 (ansi-color-apply-on-region): Add text-property ansi-color in
11723 addition to text-property face.
11724 (save-buffer-state): Copy of the macro that is also used by
11725 lazy-lock and font-lock.
11726
11727 (ansi-color-for-comint-mode): New option.
11728 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11729 (ansi-color-for-comint-mode-off): Ditto.
11730 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
11731 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11732 decide what to do. This function is added to
11733 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
11734
11735 (ansi-color-for-shell-mode-set): Removed.
11736 (ansi-color-for-shell-mode): Removed.
11737
117382000-01-09 Alex Schroeder <alex@gnu.org>
11739
11740 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11741 the lambda expression from the ansi-color-for-shell-mode :set
11742 property. Additionally, modify shell-mode-hook to enable or
11743 disable font-lock-mode for future shell buffers.
11744 (ansi-color-for-shell-mode): The :set property calls
11745 ansi-color-for-shell-mode-set instead of a lambda expression.
11746
117472000-01-09 Alex Schroeder <alex@gnu.org>
11748
11749 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11750 (ansi-color-context): New variable.
11751 (ansi-color-apply): Save context between calls.
11752
fb55ff10
EZ
117532001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11754
83c9cb8e
SM
11755 * isearch.el (isearch, isearch-lazy-highlight-face):
11756 New definitions for face colors and attributes.
29910493 11757
fb55ff10
EZ
11758 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11759 of display-mouse-p.
11760
134d6265
KH
117612001-01-09 Kenichi Handa <handa@etl.go.jp>
11762
11763 * international/mule.el (make-coding-system): If the coding system
11764 accepts extra latin codes, register such codes as safe for the
11765 coding system.
11766
103db06c 117672001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 11768
984c9f75
RS
11769 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11770 don't mention the file name or the date here, because they are
11771 logged at the start of the file.
11772
117732001-01-08 Richard M. Stallman <rms@gnu.org>
11774
78b8eee8
RS
11775 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11776 Change screen-width to frame-width.
11777
1460e5d4
EZ
117782001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11779
11780 * info.el (Info-search): Print the default as part of the prompt.
11781
56f24bc1
AS
117822001-01-08 Andre Spiegel <spiegel@gnu.org>
11783
ca2ddd8e 11784 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
11785 constant implementations in backends.
11786
11787 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11788 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11789
11790 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11791 WRITABLE to EDITABLE.
11792
11793 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11794 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11795 to EDITABLE.
11796
b7812d30
EZ
117972001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11798
11799 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 11800 (copyright, copyright-update): Compute the current year at run time.
b7812d30 11801
7e56ea04
GM
118022001-01-08 Gerd Moellmann <gerd@gnu.org>
11803
11804 * isearch.el (isearch-old-signal-hook): Removed.
11805 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11806 instead of setting signal-hook-function.
11807 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11808
a758f97d
GM
118092001-01-08 Kevin Gallagher <kevingal@onramp.net>
11810
11811 * emulation/edt.el: Update to version 4.0. Provide support for
11812 EDT scroll margins at top and bottom of the window. Provide an
11813 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11814 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
11815 user when file-related buffer modifications exist.
11816 Provide support for running EDT Emulation in XEmacs.
11817 Provide customize access to some user updatable variables.
11818 Add Commentary section to file header.
11819 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
11820
11821 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11822 for detecting a keypress that generates an ASCII key sequence.
11823 (Previously, only a keypress that generates a vector was
11824 recognized.) Embed Window Manager name into name of the generated
11825 EDT Emulation initialization file since the initialization file is
11826 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 11827
30db89f9
EZ
118282001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11829
4deb3ba9
EZ
11830 * mail/sendmail.el (mail-mode): Doc fix.
11831
30db89f9
EZ
11832 * info.el (Info-goto-emacs-command-node): Doc fix.
11833 (Info-goto-emacs-key-command-node): Doc fix.
11834
c3f2772b
EZ
118352001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11836
8726e79b 11837 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
11838 systems without long file-name support.
11839
0dac6924
AI
118402001-01-06 Andrew Innes <andrewi@gnu.org>
11841
11842 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11843
4e6ef391
EZ
118442001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11845
380866a2
EZ
11846 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11847 (isearch-lazy-highlight-update): Doc fix.
11848
148b5960
EZ
11849 * ffap.el (ffap-bindings): Doc fix.
11850
4e6ef391
EZ
11851 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11852
4cb1bcc2
DL
118532001-01-05 Dave Love <fx@gnu.org>
11854
11855 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11856
3828218c
GM
118572001-01-05 Gerd Moellmann <gerd@gnu.org>
11858
83c9cb8e
SM
11859 * mouse-drag.el (mouse-drag-safe-scroll):
11860 Bind scroll-preserve-screen-position to nil.
f1ade7d3 11861
1f4139d5
GM
11862 * isearch.el (isearch-old-signal-hook): New variable.
11863 (isearch-mode): Set signal-hook-function to isearch-done.
11864 (isearch-done): Restore old signal-hook-function.
11865
3828218c
GM
11866 * info.el (Info-fontify-node): Mark one more char as intangible.
11867
3970013f
KH
118682000-01-05 Kenichi Handa <handa@etl.go.jp>
11869
83c9cb8e
SM
11870 * composite.el (compose-last-chars): New argument COMPONENTS.
11871 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
11872 COMPONENTS.
11873
11874 * international/quail.el (quail-input-string-to-events): New function.
11875 (quail-input-method): Convert input string to events here.
11876 (quail-start-translation): Return input string, not event list.
11877 (quail-start-conversion): Likewise.
11878
f3b05e99
GM
118792001-01-04 Gerd Moellmann <gerd@gnu.org>
11880
ca2ddd8e 11881 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
11882 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11883 and tooltip-add-timeout.
11884 (tooltip-show): Set border color from faces's foreground.
11885 (tooltip-show-help-function): If called with the same help string
11886 as last time, do nothing.
11887 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11888
0f2ac578
GM
11889 * startup.el (fancy-splash-screens): Don't bind show-help-function
11890 to nil.
11891
f3b05e99
GM
11892 * tooltip.el (tooltip-frame-parameters): Remove colors.
11893 (tooltip): New face
11894 (tooltip-set-param): New function.
11895 (tooltip-show): Set up color frame parameters from face `tooltip'.
11896 Display the tooltip text in face `tooltip'.
11897
8416e94a
DL
118982001-01-04 Dave Love <fx@gnu.org>
11899
11900 * whitespace.el (whitespace-global-mode): Fix typo.
11901
11902 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11903
30db89f9
EZ
119042001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11905
83c9cb8e
SM
11906 * help.el (help-for-help): Fix a typo in a doc string.
11907 From kwzh@gnu.org (Karl Heuer).
30db89f9 11908
b847eb8c
DL
119092001-01-03 Dave Love <fx@gnu.org>
11910
11911 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 11912 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
11913 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11914 (dired-guess-shell-alist-user): Customize.
11915 (dired-x-help-address): Set to bug-gnu-emacs.
11916 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11917 (dired-default-directory): Renamed from default-directory.
11918
11919 * hl-line.el (hl-line): Doc fix.
11920
43c4b570
KF
119212001-01-03 Karl Fogel <kfogel@red-bean.com>
11922
1bf6b1bf 11923 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 11924
984c9f75 119252001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
11926
11927 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11928 to remove all the current alternative-match highlighting.
11929 If nil, remove only what's outside the current window.
11930 (isearch-lazy-highlight-remove-overlays): Take optional
11931 region within which NOT to remove them.
11932 (isearch-lazy-highlight-new-loop): Greatly simplified.
11933 (isearch-lazy-highlight-update): Find all the other occurrences
11934 visible in the window, in just one call.
11935 (isearch-lazy-highlight-start): Now holds start of region to scan.
11936 (isearch-lazy-highlight-end): Now holds end of region to scan.
11937 (isearch-lazy-highlight-wrapped): Variable deleted.
11938 (isearch-lazy-highlight-search): Function deleted.
11939
13d6a61c
AI
119402000-01-02 Andrew Innes <andrewi@gnu.org>
11941
11942 * w32-fns.el (convert-standard-filename): Do length check on name
11943 before aref.
11944
064866e7
DL
119452001-01-02 Dave Love <fx@gnu.org>
11946
b33e041b
DL
11947 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11948 value.
11949 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11950
11951 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11952
8166ffd5
DL
11953 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11954 read syntax.
11955
064866e7
DL
11956 * calendar/todo-mode.el (todo): Add :link, :version.
11957 (todo-save-top-priorities): Remove autoload cookie.
11958 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 11959 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 11960
6dde6abc
GM
119612001-01-02 Gerd Moellmann <gerd@gnu.org>
11962
11963 * comint.el (comint-input-history-ignore): New variable.
11964 (comint-read-input-ring): Ignore entries matching
11965 comint-input-history-ignore.
11966
1a8a9daf
GM
119672001-01-02 Eric M. Ludlam <zappo@gnu.org>
11968
11969 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11970 (lm-copyright-mark): New function.
11971 (lm-crack-copyright): New function.
11972 (lm-verify): Check that the file has a copyright.
11973 Check that the file is copyright Free Software Foundation.
11974
9c92eb53
KH
119752000-12-30 Kenichi Handa <handa@etl.go.jp>
11976
11977 * international/mule-diag.el (print-fontset): Indent font name by
11978 24 columns, not 25.
11979
49172314
GM
119802000-12-29 Gerd Moellmann <gerd@gnu.org>
11981
762a68ec
GM
11982 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11983 in Subject line.
11984
49172314 11985 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
11986 Use mail-mode-hook instead of mail-setup-hook.
11987 Otherwise continuing an interrupted message with C-u C-x m for
11988 instance, winds up in Mail mode without abbrevs.
49172314 11989
bd7a2e26
GM
119902000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11991
11992 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
11993 non-nil. Adding almost all customization variables on ps-setup.
11994 Doc fix.
bd7a2e26
GM
11995 (ps-print-version): New version number (6.3.3).
11996 (ps-end-with-control-d): Initialization fix.
11997 (ps-lines-printed): New var.
11998 (ps-skip-newline): New fun.
11999 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
12000 (ps-next-line, ps-continue-line, ps-plot-region)
12001 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 12002
2b3f28a4
KH
120032000-12-29 Kenichi Handa <handa@etl.go.jp>
12004
83c9cb8e
SM
12005 * international/fontset.el (x-complement-fontset-spec):
12006 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
12007 registered in x-font-name-charset-alist.
12008 (create-fontset-from-fontset-spec): Adjusted for the above change.
12009 The name of fontset alias should be a unresolved ASCII font name.
12010
2ece9174
GM
120112000-12-28 Gerd Moellmann <gerd@gnu.org>
12012
12013 * simple.el (delete-key-deletes-forward-mode): Bind backspace
12014 and delete in isearch-mode-map.
12015
cbe3ad7a
RS
120162000-12-28 Richard M. Stallman <rms@gnu.org>
12017
ca2ddd8e 12018 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
12019 Use xpdf instead of acroread.
12020
a816f1c5
KH
120212000-12-28 Kenichi Handa <handa@etl.go.jp>
12022
f086e73c
KH
12023 * textmodes/artist.el (artist-butlast): Deleted.
12024 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 12025 artist-butlast.
f086e73c 12026
a816f1c5
KH
12027 * subr.el (butlast, nbutlast): Moved from cl.el to here.
12028
12029 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
12030
b202115b
EZ
120312000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
12034
12035 * ls-lisp.el: Better support for the Mac and MS-Windows.
12036 (ls-lisp): New defgroup.
12037 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 12038 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
12039 (ls-lisp-support-shell-wildcards): New defcustoms.
12040 (ls-lisp-parse-symlink): New function.
12041 (insert-directory): Code to convert switches to a list and set up
12042 the wildcard argument copied from ls-lisp-insert-directory.
12043 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
12044 for -C and -R switches.
12045 (ls-lisp-column-format): New function.
ca2ddd8e 12046 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
12047 (ls-lisp-format-time): Add doc strings.
12048 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
12049 Support ls-lisp-dirs-first.
12050 (ls-lisp-classify, ls-lisp-extension): New functions.
12051 (ls-lisp-format): Optionally support emulation of symlinks.
12052 Support -i, -s, and -G switches.
12053
6061fbf0
GM
120542000-12-27 Gerd Moellmann <gerd@gnu.org>
12055
5e25feee
GM
12056 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
12057
6061fbf0
GM
12058 * version.el (emacs-version): Print X scroll bar information.
12059
12060 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
12061 instead of x-toolkit-scroll-bars-p.
12062
12063 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
12064 of x-toolkit-scroll-bars-p.
12065
25050dab
EZ
120662000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
12067
83c9cb8e 12068 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
12069 (ffap-bindings): Doc fix, to reflect the above change.
12070
c1786874
KH
120712000-12-27 Kenichi Handa <handa@etl.go.jp>
12072
12073 * term.el (term-char-mode): Define all non-ascii self-inserting
12074 characters to 'term-send-raw in term-raw-map.
12075
7261ece3 120762000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 12077
83c9cb8e 12078 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 12079
83c9cb8e
SM
12080 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12081 Changed initialization; use add-hook.
6061fbf0 12082 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 12083
6061fbf0 12084 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 12085
6061fbf0
GM
12086 * ediff.el (ediff-patch-buffer): Bug fix.
12087 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 12088
83f40583
SM
120892000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12090
12091 * subr.el (combine-run-hooks): Remove.
12092
12093 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12094 and remove the rogue second spec.
12095
bdd6d4e8
GM
120962000-12-23 Gerd Moellmann <gerd@gnu.org>
12097
12098 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12099
26736ce3
SM
121002000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12101
0e86b6b0
SM
12102 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12103 Use minibuffer menu prompt for the `=' prefix.
12104 (smerge-command-prefix): Change default to C-^.
6eabfb26 12105 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 12106
26736ce3
SM
12107 * skeleton.el (skeleton-internal-1): Make sure the first line of
12108 the region is also re-indented.
d21584d6
SM
12109 (skeleton-end-newline): New var.
12110 (skeleton-end-hook): Use it.
26736ce3 12111
95fa4fd7
MB
121122000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12113
12114 * comint.el (comint-password-prompt-regexp): Support CVS.
12115
f060b834
GM
121162000-12-22 Gerd Moellmann <gerd@gnu.org>
12117
83c9cb8e
SM
12118 * simple.el (delete-key-deletes-forward-mode): Simplify.
12119 Also backspace key combinations, depending on
856ff7a7
GM
12120 delete-key-deletes-forward.
12121
12122 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12123
f060b834
GM
12124 * simple.el (delete-key-deletes-forward): Doc fix.
12125
653558a1
GM
121262000-08-22 Emmanuel Briot <briot@gnat.com>
12127
12128 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 12129 white spaces are relevant in the XML file.
653558a1
GM
12130 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12131 to parse was already edited. This allows for on-the-fly analysis
26736ce3 12132 of XML files.
653558a1
GM
12133 (xml-parse-tag): Check that the casing is the same in the start
12134 tag and end tag, since XML is case-sensitive. Allows for spaces
12135 in the end tag, after the name of the tag.
12136 (xml-parse-attlist): Allow for the character '-' in the name of
12137 attributes, as in the standard http-equiv attribute Do not save
26736ce3 12138 the properties in the XML tree, since they are not relevant.
653558a1 12139
3ad93d8d
SM
121402000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12141
12142 * generic.el (generic-read-type): Undo last change, inline into
12143 `generic-mode' and then remove.
12144 (generic-mode): Inline generic-read-type.
12145 (define-generic-mode): Push the symbol name rather than the symbol
12146 onto generic-mode-list.
12147
177f4e88
GM
121482000-12-21 Gerd Moellmann <gerd@gnu.org>
12149
8e15274f
GM
12150 * generic.el (generic-read-type): Build an alist for
12151 completing-read as in 20.7.
12152
12153 * play/landmark.el (lm): Use interactive spec `P'.
12154 (toplevel): Don't set debug-on-error.
12155
83c9cb8e 12156 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 12157
6ba384dc
GM
121582000-12-21 Dave Pearson <davep@davep.org>
12159
12160 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 12161
647a066c
GM
121622000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12163
12164 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12165 ranges like \177-\237, but accepts the character sequence from \177 to
12166 \237. Doc fix.
12167 (ebnf-version): New version (3.4).
12168 (ebnf-setup): Code fix.
12169 (ebnf-range-regexp): New fun.
12170 (ebnf-8-bit-chars): Const fix.
12171
12172 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12173 entry. Doc fix.
12174 (ebnf-bnf-lex): Code fix.
12175 (ebnf-bnf-comment-chars): Const fix.
12176
12177 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12178 entry. Doc fix.
12179 (ebnf-iso-comment-chars): Const fix.
12180
12181 * ebnf-otz.el: Doc fix.
12182
12183 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12184 entry. Doc fix.
12185 (ebnf-yac-skip-code): Code fix.
12186 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 12187
bc22fd18
EZ
121882000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12189
12190 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
12191 (recover-file): Use it instead of insert-directory.
12192 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 12193
587fc3f9
KH
121942000-12-21 Kenichi Handa <handa@etl.go.jp>
12195
83c9cb8e
SM
12196 * international/mule-cmds.el (select-safe-coding-system):
12197 Check coding-category-list more rigidly. Improve help message.
eeefcfde 12198
587fc3f9
KH
12199 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12200
01860fb9
MB
122012000-12-21 Miles Bader <miles@gnu.org>
12202
83c9cb8e 12203 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 12204
3f9d67a6
KH
122052000-12-21 Kenichi Handa <handa@etl.go.jp>
12206
9fd1c1f7
KH
12207 * international/mule-diag.el (describe-char-after): Make *Help*
12208 buffer inherit multibyteness of the current buffer.
12209
3f9d67a6
KH
12210 * international/mule.el (make-char): Docstring adjusted for the
12211 change of make-char-internal.
12212
c9669fac
SM
122132000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12214
12215 * international/iso-cvt.el: Docstrings fix.
12216
19594307
DL
122172000-12-20 Dave Love <fx@gnu.org>
12218
12219 * subr.el (eval-after-load): Doc fix.
12220
b1a447b3
KH
122212000-12-20 Kenichi Handa <handa@etl.go.jp>
12222
12223 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12224 for numbers.
12225
09877d5d
MB
122262000-12-20 Miles Bader <miles@gnu.org>
12227
12228 * international/quail.el (quail-help): Resize the help window
12229 again after it has all its contents. Remove unneeded progn.
12230
71d4497a
GM
122312000-12-19 Gerd Moellmann <gerd@gnu.org>
12232
12233 * pcmpl-linux.el: Fix copy/paste error.
12234
741e56a0
AI
122352000-12-19 Andrew Innes <andrewi@gnu.org>
12236
83c9cb8e 12237 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 12238
cc24d91c
CD
122392000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12240
ba4c05aa
CD
12241 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12242
12243 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12244
12245 * progmodes/idlw-shell.el: Fixed copyright notice.
12246
12247 * progmodes/idlwave.el: Fixed copyright notice.
12248
71d4497a 12249 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
12250 TAB as key separators.
12251
524c8caf
GM
122522000-12-19 Alex Schroeder <alex@gnu.org>
12253
12254 * sql.el (sql-sybase-options): New option.
12255 (sql-sybase): Use it. Add sql-database to the list of parameters
12256 provided for login. The options -w 2048 -n are not used any more.
12257 (sql-postgres-options): Changed default from "--pset" to "-P".
12258 (sql-mysql-options): Doc change.
12259 (sql-stop): Doc change.
12260
b5fa513d
KH
122612000-12-19 Kenichi Handa <handa@etl.go.jp>
12262
12263 * international/quail.el (quail-input-method): Always hide
12264 the guidance buffer on exiting.
12265
91c9e6ce
GM
122662000-12-18 Gerd Moellmann <gerd@gnu.org>
12267
c6da4eb4
GM
12268 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12269 isn't fboundp.
12270
3d2a0e0b
GM
12271 * server.el (server-buffer-done): Bury the buffer before
12272 killing it.
12273
91c9e6ce
GM
12274 * faces.el (face-spec-set): Interpret a nil in specs for
12275 foreground and background colors as `unspecified', for
12276 compatibility with 20.x.
12277
40fa0008
DL
122782000-12-18 Dave Love <fx@gnu.org>
12279
22adbe54
DL
12280 * simple.el (mail-user-agent): Doc fix.
12281 (input-mode-8-bit): Removed.
12282
12283 * international/mule.el (set-keyboard-coding-system): Doc fix.
12284 (keyboard-coding-system): New option.
12285
40fa0008
DL
12286 * mail/sendmail.el (send-mail-function): Customize.
12287
6f4745e2
EZ
122882000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12289
12290 * international/codepage.el (cp866-decode-table): New table.
12291
82b90229
GM
122922000-12-18 Gerd Moellmann <gerd@gnu.org>
12293
12294 * version.el (emacs-version): Remove `%a' from the time format
12295 because the weekday doesn't fit well into each locale.
12296
5a047002
MB
122972000-12-18 Miles Bader <miles@gnu.org>
12298
7f49aa07
MB
12299 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12300
ca2ddd8e 12301 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
12302 Check that emacs-major-version is `=' to 20, not `>='.
12303 (artist-replace-chars): Use `make-string' instead of a loop.
12304
22ea2607
EZ
123052000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12306
12307 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12308 (cvs-execute-single-file): Don't change directory.
12309 Patch from Per Cederqvist.
12310
6c825f8e
EZ
123112000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12312
83c9cb8e
SM
12313 * textmodes/ispell.el (check-ispell-version):
12314 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
12315 of -vv.
12316
8ff06845
KH
123172000-12-16 Kenichi Handa <handa@etl.go.jp>
12318
af4bb4c8
KH
12319 * international/mule-diag.el (mule-diag): Insert information about
12320 configure options, multibyte awareness, language env.
12321
8ff06845
KH
12322 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12323 regexp to search for candidates.
12324
b24e84ab
EZ
123252000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12326
12327 * info.el (Info-forward-node): If the node has an
12328 Info-header-line, widen the buffer before searching for "next:"
12329 and "up:" pointers, and set the search limit to stay in the
12330 current node.
12331
7981d89f
MB
123322000-12-16 Miles Bader <miles@gnu.org>
12333
12334 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12335
88ee7917
MB
123362000-12-15 Miles Bader <miles@gnu.org>
12337
12338 * comint.el (comint-send-string, comint-send-region): Also accept
12339 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12340 process-send-string/region.
12341
0c28d842
GM
123422000-12-15 Gerd Moellmann <gerd@gnu.org>
12343
4ea7fdca
GM
12344 * isearch.el (isearch-lazy-highlight-max): New user-option.
12345 (isearch-lazy-highlight-update): Don't highlight more than
12346 isearch-lazy-highlight-max matches.
12347
0c28d842
GM
12348 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12349
984c9f75 123502000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 12351
8062e53a
GM
12352 * sort.el (sort-columns): Fix error message.
12353
3ffa545b
GM
12354 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12355 `upcase' or `downcase' or nil.
12356 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12357 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12358 (dabbrev--substitute-expansion): New arg record-case-pattern.
12359 If it is non-nil, set dabbrev--last-case-pattern.
12360 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12361
12362 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12363
c2d7f289
MB
123642000-12-15 Miles Bader <miles@gnu.org>
12365
b6348438
MB
12366 * paths.el (Info-default-directory-list): Don't delete
12367 configure-info-directory from the list of standard info
83c9cb8e 12368 directories when appending it to the end -- their order is important.
b6348438 12369
f9056dd9
MB
12370 * faces.el (read-face-attribute): If there's no entry for the
12371 user's input in VALID, just use it as-is (this will often result
12372 in an error, but it may be OK for e.g. colors using hexadecimal
12373 notation, and at least will yield a better error message).
12374
c2d7f289 12375 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 12376 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
12377 Variables removed.
12378 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12379 window is really the right size. Use vertical-motion
12380 rather than forward-line.
12381 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12382 (ispell-command-loop, ispell-show-choices): Use the variable
12383 ispell-choices-win-default-height, rather than the function.
12384 (ispell-choices-win-default-height): Function removed.
12385 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 12386
8f530b95
SM
123872000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12388
12389 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12390
6d435deb
EZ
123912000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12392
83c9cb8e
SM
12393 * paths.el (Info-default-directory-list):
12394 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
12395 put it first in the list; otherwise put it last. Doc string
12396 changed accordingly.
12397
12398 * info.el (Info-directory-list): Change doc string to reflect the
12399 change in Info-default-directory-list.
12400
6d435deb
EZ
12401 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12402 windows-nt as windowed environments, even under -nw.
12403
12404 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12405 if not fboundp. Switch delete-forward mode for the <delete> key
12406 on all PC platforms, even under -nw.
12407
12408 * term/internal.el ([M-delete]): Remap to M-d.
12409
9d7d9263
GM
124102000-12-14 Gerd Moellmann <gerd@gnu.org>
12411
12412 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12413
7cf0153a
EZ
124142000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12415
12416 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12417
5e5b3d41
GM
124182000-12-14 Gerd Moellmann <gerd@gnu.org>
12419
5f368d29
GM
12420 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12421 if appropriate.
12422
12423 * simple.el (delete-key-deletes-forward): New user-option.
12424 (delete-key-deletes-forward-mode): New function.
12425
9d7d9263 12426 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 12427
83c9cb8e
SM
12428 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12429 Test if symbol is bound before getting its value.
5e5b3d41
GM
12430
12431 * tooltip.el (tooltip-show): If an error is signaled in
12432 x-show-tip, display that error, and display the help in the
12433 echo area.
ca2ddd8e 12434
191b83b6
KH
124352000-12-14 Kenichi Handa <handa@etl.go.jp>
12436
83c9cb8e
SM
12437 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12438 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 12439
6192b604
KF
124402000-12-13 Karl Fogel <kfogel@red-bean.com>
12441
12442 * bookmark.el: Provide a generic exit hook, as suggested by
12443 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
12444 (bookmark-exit-hook): New var.
12445 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
12446 old raw lambda form in `kill-emacs-hook', and runs new
12447 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12448 as logically that feature must have been provided if this function
12449 is running.
12450 Removed ;;;###autoload before the `add-hook' call.
12451
5edf6b55
SM
124522000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12453
12454 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12455 (easy-menu-current-active-maps): New function.
12456 (easy-menu-get-map): Use it.
12457 Make a proper menu entry when creating a new keymap.
12458
16b5e8e6
KH
124592000-12-13 Kenichi Handa <handa@etl.go.jp>
12460
d49fc4eb
KH
12461 * international/characters.el: Fix cases and syntaxes for
12462 mule-unicode-0100-24ff.
12463
3b53d876
KH
12464 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12465 that a Japanese character is not appended after day and year.
12466
16b5e8e6
KH
12467 * info.el (Info-suffix-list): Change format for a command that
12468 requires arguments.
12469 (info-insert-file-contents): Adjusted for the above change.
12470
1df1c518
AS
124712000-12-12 Andreas Schwab <schwab@suse.de>
12472
12473 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12474 on the name of the tar buffer. Verify that the existing buffer is
12475 visiting the same subfile.
12476
a7a07b98
DL
124772000-12-12 Dave Love <fx@gnu.org>
12478
12479 * subdirs.el: Add obsolete.
12480
4fdbd809
GM
124812000-12-12 Gerd Moellmann <gerd@gnu.org>
12482
bfdb75ee
GM
12483 * mail/rmailsum.el (rmail-summary-expunge)
12484 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12485 instead of rmail-confirm-expunge.
12486
4fdbd809
GM
12487 * replace.el (perform-replace): Don't use an empty match adjacent
12488 to a non-empty match when computing the next match before the
12489 replacement is performed.
12490
e9a59cad
GM
124912000-12-12 Milan Zamazal <pdm@freesoft.cz>
12492
12493 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12494 definition (patch by Stefan Monnier).
12495 (glasses-mode): Use jit-lock instead of `after-change-functions'
12496 (patch by Stefan Monnier).
12497
c2def7a0
MB
124982000-12-12 Miles Bader <miles@gnu.org>
12499
12500 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12501 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12502
591b63b4
AC
125032000-12-12 Andrew Choi <akochoi@i-cable.com>
12504
12505 * term/mac-win.el: Remove load for ls-lisp.
12506
a924cf63 12507 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 12508
5ff4ba3d
MB
125092000-12-12 Miles Bader <miles@gnu.org>
12510
12511 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12512 Respect field end too.
12513 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
12514 (newline-and-indent, reindent-then-newline-and-indent):
12515 Use `delete-horizontal-space'.
5ff4ba3d 12516
d0c679bc
SM
125172000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12518
adf9c994
SM
12519 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12520 (so as to obey the field property in the minibuffer).
12521
4b0cd42d
SM
12522 * obsolete/c-mode.el: Moved from lisp/progmodes.
12523 * obsolete/auto-show.el: Moved from lisp.
12524 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 12525
89f85863
CD
125262000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12527
12528 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 12529 changes to list them here.
89f85863 12530
83c9cb8e
SM
12531 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12532 Too many changes to list them here.
89f85863 12533
83c9cb8e
SM
12534 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12535 Too many changes to list them here.
89f85863
CD
12536
12537 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12538
3e0d35ce
GM
125392000-12-11 Gerd Moellmann <gerd@gnu.org>
12540
83c9cb8e 12541 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 12542
ca2ddd8e 12543 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
12544 Comment fix.
12545
3e0d35ce
GM
12546 * hscroll.el: Moved to `obsolete' subdir.
12547
ff904dd6
MB
125482000-12-11 Miles Bader <miles@gnu.org>
12549
12550 * window.el (window-text-height): Function removed (now in C).
12551
fb97d87f
SM
125522000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12553
12554 * log-edit.el (log-edit-parent-buffer): New var.
12555 (log-edit): Set it. Add BUFFER argument.
12556 (log-edit-done): Use char-before.
12557 Don't bother checking validity of vc-comment-ring.
12558 Only bury the buffer if log-edit popped it up.
12559
12560 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12561 (cvs-mode-diff-help): Remove.
12562 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 12563 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
12564
12565 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12566 Remove binding for ? now made unnecessary.
12567
7de77417
CD
125682000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12569
83c9cb8e 12570 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
12571 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12572
12573 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12574 when master file is not open.
12575
4efa209f
SM
125762000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12577
12578 * progmodes/ada-stmt.el: Update `maintainer'.
12579
b52758d1 125802000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
12581
12582 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12583 choices to match documentation string.
12584
a12167c5
MB
125852000-12-09 Miles Bader <miles@gnu.org>
12586
2161605d
MB
12587 * minibuf-eldef.el: New file.
12588
a12167c5
MB
12589 * window.el (fit-window-to-buffer): Don't pass last argument to
12590 pos-visible-in-window-p, now that its meaning is inverted.
12591
9ea8de1b
EZ
125922000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12593
12594 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12595 <ceder@lysator.liu.se>.
12596
5002ddbb
SM
125972000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12598
b6114d80
SM
12599 * autoinsert.el (auto-insert-alist): Add missing final \n.
12600
ee8d23ee
SM
12601 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12602 (cvs-menu-map): Remove.
12603 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12604 (cvs-mode-quit): Turn it back into a plain function.
12605
5002ddbb 12606 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 12607 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
12608
12609 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12610 file where it's more visible.
12611 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12612 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12613 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12614 (texinfo-inside-macro-p): Only catch `scan-error's.
12615 (texinfo-inside-env-p): Make better use of the match info.
12616 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12617 (texinfo-insert-@end): Slight re-organization.
12618 Also remove useless `looking-at' call.
12619
30cd075d
AI
126202000-12-08 Andrew Innes <andrewi@gnu.org>
12621
12622 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12623 accessible in -nw mode.
12624
12625 * term/w32-win.el: Remove stuff about selection timeout, which is
12626 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12627 it is accessible in -nw mode.
12628
01b91009
DL
126292000-12-08 Dave Love <fx@gnu.org>
12630
83c9cb8e
SM
12631 * emacs-lisp/lisp-mode.el (lisp-mode):
12632 Set font-lock-keywords-case-fold-search.
01b91009 12633
842b2a94
GM
126342000-12-08 Gerd Moellmann <gerd@gnu.org>
12635
12636 * textmodes/ispell.el (ispell): Doc fix.
12637
f9d5f611
KH
126382000-12-08 Kenichi Handa <handa@etl.go.jp>
12639
12640 * international/quail.el (quail-insert-decode-map): Check the
12641 frame width of a window displaying the current buffer, not that of
12642 the selected frame.
12643 (quail-help): Make sure that the help buffer has window before
12644 inserting text in it.
12645
e04d21aa
SS
126462000-12-07 Sam Steingold <sds@gnu.org>
12647
12648 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12649 Backquote is used in isearch.el, so autoloading saves nothing.
12650
fc3e23a4
EZ
126512000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12652
83c9cb8e
SM
12653 * startup.el (normal-top-level-add-subdirs-to-load-path):
12654 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 12655
fc3e23a4
EZ
12656 * dired.el (dired-insert-directory): If file-system-info is
12657 fboundp, call it instead of invoking dired-free-space-program.
12658
796ecd10
GM
126592000-12-07 Gerd Moellmann <gerd@gnu.org>
12660
0f5f7c3e
GM
12661 * server.el (server-visit-files): Push files on file-name-history.
12662
3764ba49
GM
12663 * progmodes/cc-langs.el: Update copyright.
12664
8e7931da
GM
12665 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12666
ae0d7485 12667 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 12668
796ecd10
GM
12669 * bindings.el (mode-line-mode-menu): Reverse the order
12670 of define-keys so that the menu appears in alphabetical order.
12671
ae0d7485
GM
126722000-12-07 Milan Zamazal <pdm@freesoft.cz>
12673
12674 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12675 of the function.
12676
e2849090
DL
126772000-12-07 Dave Love <fx@gnu.org>
12678
12679 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12680
12681 * facemenu.el (facemenu-unlisted-faces): Fix value.
12682
5c7f629c
SM
126832000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12684
12685 * font-lock.el (font-lock-default-fontify-region):
12686 Include the terminating \n (off-by-one error).
12687 (font-lock-set-defaults): Use dolist.
12688
12689 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12690
73481ae3
KH
126912000-12-07 Kenichi Handa <handa@etl.go.jp>
12692
83c9cb8e
SM
12693 * international/mule-cmds.el (describe-language-environment):
12694 Fix for the case that an input method title is not string but a list.
ffbaa122 12695
73481ae3
KH
12696 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12697 of wrong SIZE record.
12698
e2896b22
DL
126992000-12-06 Dave Love <fx@gnu.org>
12700
67292061
DL
12701 * newcomment.el (comment-region, comment-dwim): Doc fix.
12702
12703 * textmodes/texinfo.el: Require tex-mode when compiling.
12704 (texinfo-update-node): Doc fix.
12705 (texinfo-imenu-generic-expression): Add @anchor.
12706 (texinfo-font-lock-keywords): Add @uref.
12707 (texinfo-inside-macro-p): Don't use ignore-errors.
12708 (texinfo-insert-quote): Match more contexts.
12709
e76938e7
DL
12710 * international/mule.el (decode-char, encode-char): Doc fix.
12711 (auto-coding-alist): Customize.
12712
12713 * files.el (load-file): Fix change of 2000-03-12.
12714
e2896b22
DL
12715 * wid-edit.el (widget-text-keymap): Doc fix.
12716
6610f4b2
AI
127172000-12-06 Andrew Innes <andrewi@gnu.org>
12718
12719 * makefile.w32-in (lisp): Set to an absolute directory, namely
12720 $(CURDIR).
12721
9e3366e4
EZ
127222000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12723
12724 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12725 read generated-autoload-file, and set buffer-file-coding-system to
12726 raw-text-unix after reading the file.
12727
83c9cb8e
SM
12728 * international/mule-conf.el (file-coding-system-alist):
12729 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 12730
d94d636f
GM
127312000-12-06 Gerd Moellmann <gerd@gnu.org>
12732
384333ee
GM
12733 * replace.el (occur): Make line-number-width 1 smaller for the
12734 colon following the line number.
12735
83c9cb8e
SM
12736 * startup.el (fancy-splash-text, command-line-1):
12737 Use `File' for the menu name instead of `Files'.
e04d21aa 12738
d4b72d58
GM
12739 * tmm.el: Update copyright.
12740
d94d636f
GM
12741 * cus-start.el: Add entry for even-window-heights.
12742
6e424019
MB
127432000-12-06 Miles Bader <miles@gnu.org>
12744
12745 * faces.el (frame-set-background-mode): Avoid stomping on
12746 locally modified faces.
12747
e6477b58
KH
127482000-12-06 Kenichi Handa <handa@etl.go.jp>
12749
12750 * international/fontset.el: Correct the font registries for
12751 japanese-jisx0213-1 and japanese-jisx0213-2.
12752
21999ab9
GM
127532000-12-05 Gerd Moellmann <gerd@gnu.org>
12754
57d6e381
GM
12755 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12756
21999ab9
GM
12757 * iswitchb.el: Update customization commentary.
12758
7422819c
GM
127592000-12-05 Rob Riepel <riepel@Stanford.EDU>
12760
12761 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12762 (tpu-search-highlight): Fixed comparison of overlay end positions.
12763 (tpu-trim-line-ends): Implemented trimming logic locally.
12764
12765 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 12766 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 12767
73daff18
KH
127682000-12-05 Kenichi Handa <handa@etl.go.jp>
12769
12770 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12771 to cn-gb.
12772 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12773
6a4cd002
DL
127742000-12-04 Dave Love <fx@gnu.org>
12775
12776 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12777
6452929e
GM
127782000-12-04 Gerd Moellmann <gerd@gnu.org>
12779
e04d21aa 12780 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
12781 (rmail-summary-expunge-and-save): Ask for confirmation with
12782 rmail-expunge-confirmed.
12783
12784 * mail/rmail.el (rmail-expunge-confirmed): New function.
12785 (rmail-expunge): Use it.
12786
1790abf4
FP
127872000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12788
0c68ce6f 12789 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
12790 (etags-recognize-tags-table, find-tag-in-order):
12791 New functionality: interpret file names as tags.
e04d21aa 12792
7a53d8c8
EZ
127932000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12794
12795 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
12796 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12797 the first subnode until the bottom of the current node is visible.
7a53d8c8 12798
caa15ef7
GM
127992000-12-04 Gerd Moellmann <gerd@gnu.org>
12800
12801 * format.el (format-decode): Don't change buffer's undo list.
12802
e225faa7
KH
128032000-12-04 Kenichi Handa <handa@etl.go.jp>
12804
12805 * faces.el (face-font-registry-alternatives): Add entries for CJK
12806 fonts. Doc-string adjusted for the actual usage of this data.
12807
12808 * international/fontset.el: Change the font registries for CJK
12809 fonts in the default fontset. Don't append '*' to registries.
12810
8b262a65
SM
128112000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12812
e04d21aa 12813 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
12814 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12815
12816 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12817 (derived-mode-p): New function.
12818 (derived-mode-make-docstring): Add `docstring' argument.
12819 Use it if available and complete it if necessary.
12820
33c4460b
AS
128212000-12-03 Andreas Schwab <schwab@suse.de>
12822
12823 * type-break.el (type-break): Don't make parent of itself.
12824
5c9b3fac
MB
128252000-12-03 Miles Bader <miles@gnu.org>
12826
12827 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12828
27ce741e
SM
128292000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12830
07c16ec4
SM
12831 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12832 (tex-main-file, tex-file): Simplify.
12833 (tex-generate-zap-file-name): Use subst-char-in-string.
12834 (tex-strip-dots): Remove.
12835
c19cc275
SM
12836 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12837
27ce741e
SM
12838 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12839 to check if the match succeeded.
12840
285991dc
GM
128412000-12-02 Gerd Moellmann <gerd@gnu.org>
12842
12843 * startup.el (use-fancy-splash-screens-p): New function.
12844 (command-line-1): Use it to determine whether or not to use
12845 a fancy splash screen.
12846
52dca1b2
AS
128472000-12-02 Andreas Schwab <schwab@suse.de>
12848
12849 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12850
d3e7e7cf
EZ
128512000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12852
2dce2360
EZ
12853 * international/mule.el (make-char): Fix last change.
12854
9768eaa7
EZ
12855 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12856 New defcustoms.
12857 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
12858 autoloading tex-mode; instead, do the same manually.
12859 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
12860 with numeric argument. Docstring fix.
12861 (toplevel): Require cl when compiling.
e04d21aa 12862
285991dc 12863 * international/mule.el (make-char): Doc fix.
d3e7e7cf 12864
0dd5e255
JR
128652000-12-02 Jason Rumney <jasonr@gnu.org>
12866
12867 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12868 the Emacs Lisp manual)
12869
fbb87147
EZ
128702000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12871
5cbb3e93
EZ
12872 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12873
fbb87147
EZ
12874 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12875 the Emacs Lisp manual).
12876
1636ca09
GM
128772000-12-02 Gerd Moellmann <gerd@gnu.org>
12878
12879 * simple.el (next-line-add-newlines): Change default to nil.
12880
68875f0e
EZ
128812000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12882
83c9cb8e
SM
12883 * files.el (revert-buffer, recover-file):
12884 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 12885
fd9ac94c
GM
128862000-12-01 Gerd Moellmann <gerd@gnu.org>
12887
12888 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12889
45450dd5
MB
128902000-12-01 Miles Bader <miles@gnu.org>
12891
12892 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12893
09df8881
KH
128942000-12-01 Kenichi Handa <handa@etl.go.jp>
12895
12896 * international/mule-diag.el (describe-char-after): Fix typo.
12897 (describe-character-set, non-iso-charset-alist): Fix typo.
12898
dea0a87d
MB
128992000-12-01 Miles Bader <miles@gnu.org>
12900
b170205b
MB
12901 * image-file.el (image-file-name-regexp): Automatically add
12902 upper-case variants of each filename extension in
12903 `image-file-name-extensions', since they seem to be common.
12904
e04d21aa 12905 * simple.el (minibuffer-contents)
dea0a87d
MB
12906 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12907 New functions.
12908 * filecache.el (file-cache-directory-name)
12909 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12910
eb04d6cd 129112000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 12912
dea0a87d
MB
12913 * filecache.el (file-cache-minibuffer-complete): Don't try to
12914 delete the minibuffer prompt.
12915
a8a1b05d
DL
129162000-11-30 Dave Love <fx@gnu.org>
12917
12918 * cus-start.el: Fix read-buffer-function type.
12919
693c4692
GM
129202000-11-30 Gerd Moellmann <gerd@gnu.org>
12921
12922 * md5.el: Removed. There's a built-in function, now.
12923
2c0b1898
GM
129242000-11-30 Markus Rost <rost@math.ohio-state.edu>
12925
12926 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12927 as dummy 0-th char of rmail-deleted-vector.
12928
63dfcf4b
EZ
129292000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12930
12931 * ps-print.el (ps-end-job): Bind case-fold-search only after
12932 switching to ps-spool-buffer.
12933
129342000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12935
12936 * ps-print.el: Line number font customization. PostScript: Lines and
12937 PageCount are initialized on each page. Doc Fix.
12938 (ps-print-version): New version number (6.3.2).
12939 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12940 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12941 (ps-right-header): Customization fix.
12942 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12943 Fix code.
12944 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12945 New vars.
12946
df3aedcf
GM
129472000-11-30 Gerd Moellmann <gerd@gnu.org>
12948
edfb795e
GM
12949 * bs.el: Fix typos and spelling errors.
12950 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12951 (bs-configuration): Doc fix.
e04d21aa 12952
df3aedcf
GM
12953 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12954
8b8a7f01
GM
129552000-11-30 Rob Riepel <riepel@Stanford.EDU>
12956
12957 * emulation/tpu-edt.el (tpu-version): New version.
12958 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12959 (tpu-original-mode-line): Variable deleted.
12960 (tpu-mark-flag): New initial value.
83c9cb8e
SM
12961 (tpu-set-mode-line): Don't redefine mode-line-format.
12962 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
12963 (tpu-update-mode-line): New mark flag logic.
12964 (tpu-get): Use find-file-wildcards.
12965 (tpu-search-highlight): Move overlay less, reset overlay properly.
12966 (tpu-unselect): Deactivate mark.
12967 (tpu-lm-replace): Reset overlay properly.
12968 (tpu-forward-line): Use forward-visible-line.
12969 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12970
83c9cb8e 12971 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 12972
c069a9d3
GM
129732000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12974
12975 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12976
b02cd40b
GM
129772000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12978
12979 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12980 and skip whitespace and newlines.
e04d21aa 12981
b7a90344
SM
129822000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12983
12984 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12985
be6bbb55
GM
129862000-11-29 Gerd Moellmann <gerd@gnu.org>
12987
0383ed60
GM
12988 * help.el (describe-function-1): Regexp-quote function name
12989 when used as part of a regexp.
12990
83c9cb8e
SM
12991 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12992 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
12993 (tool-bar-add-item): Likewise, and handle unspecified colors.
12994
12995 * enriched.el (enriched-face-ans): Use face-attribute instead
12996 of face-foreground and face-background.
12997
12998 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 12999 Return nil if attribute is unspecified, for backward compatibility.
c7957947 13000
7423978d
GM
13001 * files.el (auto-mode-alist): Add an entry for antlr-mode.
13002
ef128c78
GM
13003 * play/5x5.el: Remove version info.
13004
a81fc510
GM
13005 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
13006
be6bbb55
GM
13007 * frame.el (blink-cursor-mode): Doc fix.
13008
f9396e03
GM
130092000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13010
13011 * antlr-mode.el: New commands to run ANTLR from within Emacs and
13012 to create Makefile rules.
13013 (antlr-tool-command): New user option.
13014 (antlr-ask-about-save): New user option.
13015 (antlr-makefile-specification): New user option.
13016 (antlr-file-formats-alist): New variable.
13017 (antlr-special-file-formats): New variable.
13018 (antlr-unknown-file-formats): New user option.
13019 (antlr-help-unknown-file-text): New variable.
13020 (antlr-help-rules-intro): New variable.
13021 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
13022 (antlr-mode-menu): Add entries.
13023 (antlr-file-dependencies): New function.
13024 (antlr-directory-dependencies): New function.
13025 (antlr-superclasses-glibs): New function.
13026 (antlr-run-tool): New command.
13027 (antlr-makefile-insert-variable): New function.
13028 (antlr-insert-makefile-rules): New function.
13029 (antlr-show-makefile-rules): New command.
13030
13031 * antlr-mode.el: More Emacs/XEmacs stuff.
13032 (antlr-no-action-keywords): New constant with value nil.
13033 (antlr-font-lock-keywords-alist): Use it. Old value would break
13034 syntax highlighting in Emacs-21.0.
13035 (antlr-default-directory): Emacs/XEmacs dependend function.
13036 (antlr-read-shell-command): Ditto.
13037 (antlr-with-displaying-help-buffer): Ditto.
13038
130392000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13040
13041 * antlr-mode.el: imenu, parsing and highlighting changes.
13042 (antlr-imenu-create-index-function): Don't create extra submenus
13043 for definitions in different grammar classes. It is not necessary
13044 for the menu and would make command `imenu' awkward to use.
13045 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
13046 header actions and more than one.
13047 (antlr-font-lock-tokendef-face): Changed color.
13048 (antlr-font-lock-tokenref-face): Changed color.
13049 (antlr-font-lock-additional-keywords): Also highlight lowercase.
13050 (antlr-mode-syntax-table): New variable.
13051 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
13052 (antlr-with-syntax-table): Don't copy syntax table.
13053
130542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13055
13056 * antlr-mode.el: Minor changes: language setting.
13057 (antlr-language-alist): The value for file option "language" can
13058 be both an identifier and a string.
13059 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
13060 (antlr-language-limit-n-regexp): Change accordingly.
13061
130622000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
13063
13064 * antlr-mode.el: Minor changes: tabs, hiding.
13065 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
13066 (antlr-action-visibility): Also allow value nil to also hide the
13067 braces. Renamed from `antlr-tiny-action-length'.
13068 Suggested by Jay@aol.com.
13069 (antlr-hide-actions): Change accordingly. Hide line if completely
13070 hidden action is on a line of its own.
e04d21aa 13071
6ad948eb
SM
130722000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13073
13074 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
13075
13076 * sort.el (sort-columns): Don't concat strings with numbers.
13077
9c6a4107
DL
130782000-11-29 Dave Love <fx@gnu.org>
13079
13080 * cus-edit.el (face): Fix :format.
13081
13082 * mail/feedmail.el: Require smtpmail when compiling.
13083 (mail-do-fcc): Autoload.
13084 (feedmail) <defgroup>: Fix :link.
13085 (feedmail-nuke-body-in-fcc): Fix :type.
13086 (feedmail-send-it): Add autoload cookie.
13087
053b8d35
SM
130882000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13089
13090 * newcomment.el (comment-indent): Save excursion around call to
13091 comment-indent-function.
13092
242c13e8
MB
130932000-11-29 Miles Bader <miles@gnu.org>
13094
13095 * subr.el (member-ignore-case): Return the tail of the list who's
13096 car matches, like `member', not the matching element itself.
13097
8f4b5f28
KH
130982000-11-29 Kenichi Handa <handa@etl.go.jp>
13099
13100 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13101 should not contain `\n'.
13102
bebe4a2c
GM
131032000-11-28 Gerd Moellmann <gerd@gnu.org>
13104
fd9ac94c 13105 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 13106
ba7e40eb
GM
13107 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13108
75ab0c79
GM
13109 * dired-aux.el (dired-do-create-files): Construct default file
13110 name for dired-mark-read-file-name so that when the user enters
13111 just RET, the target file will end up in the target directory.
13112
bebe4a2c
GM
13113 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13114 local-abbrev-table before changing buffers because it might
13115 have a buffer-local binding.
13116
fa6d1ca8
MB
131172000-11-28 Miles Bader <miles@gnu.org>
13118
13119 * simple.el (delete-horizontal-space): Handle fields more generally.
13120
8d2c2642
GM
131212000-11-28 Gerd Moellmann <gerd@gnu.org>
13122
13123 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13124
8b31236d
DL
131252000-11-28 Dave Love <fx@gnu.org>
13126
3cbd02d2
DL
13127 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13128 comment-start-skip locally.
13129
8b31236d
DL
13130 * progmodes/fortran.el (fortran-mode): Don't set
13131 fortran-comment-line-start-skip. Set comment-start to
13132 fortran-comment-line-start.
13133 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13134 (fortran-comment-line-start-skip): Simplify slightly.
13135
ae4bf56d
GM
131362000-11-28 Gerd Moellmann <gerd@gnu.org>
13137
17ef7534
GM
13138 * play/5x5.el: Remove RCS keyword.
13139
fd9ac94c 13140 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 13141
665b27a6
GM
131422000-11-28 Milan Zamazal <pdm@freesoft.cz>
13143
83c9cb8e
SM
13144 * textmodes/tildify.el (tildify-string-alist):
13145 Add `plain-tex-mode' here.
665b27a6 13146
fe3c2ae3
GM
131472000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13148
13149 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13150 reference.
13151
d970106b
MB
131522000-11-28 Miles Bader <miles@gnu.org>
13153
36b80a0d
MB
13154 * cus-face.el (custom-face-attributes): Add post-filter function
13155 for :box. Make pre-filter function for :box handle all cases.
13156
d970106b
MB
13157 * wid-edit.el (widget-choose): Make sure pop-up window is large
13158 enough to display all the choices, as there's no way to scroll it.
13159
5a2bae6c
KH
131602000-11-28 Kenichi Handa <handa@etl.go.jp>
13161
13162 * international/mule-conf.el: Make the coding system no-conversion
13163 safe for all characters.
13164
9e836e23
DL
131652000-11-27 Dave Love <fx@gnu.org>
13166
8b31236d
DL
13167 * net/ldap.el (ldap) <defgroup>: Add :version.
13168
9e836e23
DL
13169 * tooltip.el (tooltip-use-echo-area): Doc fix.
13170
13171 * cus-start.el <minibuffer-prompt-properties>: Add version.
13172 <read-buffer-function>: Add.
13173
13174 * apropos.el (apropos-print): Add help-echo to active text.
13175
13176 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13177
4a74d071
GM
131782000-11-27 Gerd Moellmann <gerd@gnu.org>
13179
13180 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13181 type, group and version.
13182
76058c27
EZ
131832000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13184
4a74d071 13185 * select.el (x-get-selection): Docstring fix.
76058c27 13186
fd9ac94c 131872000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 13188
fd9ac94c 13189 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 13190
49060c51
AI
131912000-11-27 Andrew Innes <andrewi@gnu.org>
13192
13193 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13194
13195 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13196
b2a8e429
MB
131972000-11-27 Miles Bader <miles@gnu.org>
13198
13199 * dired.el (dired-get-filename): Return filename verbatim if
13200 LOCALP is `verbatim'.
13201 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13202 `verbatim' so that we don't inadvertently delete a non-existant
13203 directory name.
13204
5ac0366d
KH
132052000-11-27 Kenichi Handa <handa@etl.go.jp>
13206
13207 * international/characters.el: Specify cases and syntaxes for
13208 mule-unicode-0100-24ff.
13209
67f1cf4c
GM
132102000-11-27 Gerd Moellmann <gerd@gnu.org>
13211
13212 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13213 that foreground and/or background colors of the face `tool-bar'
13214 are unspecified.
13215
46c56972
MB
132162000-11-27 Miles Bader <miles@gnu.org>
13217
e04d21aa 13218 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
13219 (widget-field-end): Handle widget field `pseudo-overlays'.
13220 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13221 if it's there instead of in `widget-field-list'.
13222
46c56972 13223 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
13224 (help-make-xrefs): Delete extraneous newlines at the end of the
13225 docstring.
46c56972 13226
640a9cdd
JR
132272000-11-25 Jason Rumney <jasonr@gnu.org>
13228
13229 * startup.el (command-line): Call set-locale-environment after
13230 Window System init file is read, as it can result in a call to
13231 redraw-frame.
13232
0b3f96d4
EZ
132332000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13234
13235 * simple.el (shell-command): Mention the effect of the prefix
13236 argument in the doc string.
13237
8da6e2a1
MB
132382000-11-25 Miles Bader <miles@gnu.org>
13239
a658d039
MB
13240 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13241
8da6e2a1 13242 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 13243 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 13244
d3416cca
JR
132452000-11-24 Jason Rumney <jasonr@gnu.org>
13246
13247 * international/mule-cmds.el (locale-language-names): Add "jp" as
13248 a non-standard alternative for Japanese.
13249
17e37f53
AS
132502000-11-24 Andre Spiegel <spiegel@gnu.org>
13251
13252 * vc-hooks.el: Require 'cl during compilation.
13253
9aa5f148
GM
132542000-11-24 Gerd Moellmann <gerd@gnu.org>
13255
ba193890
GM
13256 * faces.el (face-set-after-frame-default): Let face attributes
13257 specified for new frames override frame parameters.
13258
9aa5f148
GM
13259 * startup.el (command-line): Fix computation of the source file
13260 for user-init-file when user-init-file is a compiled file.
13261
51a1edab
MB
132622000-11-24 Miles Bader <miles@gnu.org>
13263
e04d21aa 13264 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
13265 (custom-post-filter-face-spec): New functions.
13266 (custom-face-set, custom-face-value-create): Filter the face spec
13267 before and after customization.
13268 (custom-face-set): If VALUE specifies a null face, pass a
13269 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13270 * cus-face.el (custom-face-attributes): Remove SET and GET
13271 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13272 cases they're needed.
13273
f30fe18b 13274 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
1ed74431
MB
13275 that it's distinguishable from the :off-glyph on dark-background
13276 displays. Set its background color too.
13277
67ee1125
MB
13278 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13279 so that people can easily turn it off.
13280
7d027816 132812000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 13282
7d027816 13283 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 13284
9aa5f148 13285 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 13286
9aa5f148 13287 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 13288
9aa5f148 13289 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 13290 redundant skip-small-frames test.
e04d21aa 13291
9aa5f148 13292 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 13293 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 13294
9aa5f148
GM
13295 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13296 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
13297 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13298 New functions.
e04d21aa 13299
9aa5f148 13300 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 13301
9aa5f148 13302 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 13303
f07fa1b8
KH
133042000-11-24 Kenichi Handa <handa@etl.go.jp>
13305
83c9cb8e
SM
13306 * international/mule-diag.el (list-iso-charset-chars):
13307 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
13308 (list-non-iso-charset-chars): Fix the `while' condition.
13309
ba8299ff
SM
133102000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13311
79372165
SM
13312 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13313 if the variable is make-variable-buffer-local.
13314
83c9cb8e
SM
13315 * progmodes/ada-stmt.el (ada-template-map):
13316 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
13317 (ada-stmt-mode-hook): New function extracted from old code.
13318 Only change the buffer-local side of skeleton-*.
13319 (ada-mode-hook): Use it.
13320
68a887fa
EZ
133212000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13322
13323 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13324 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13325 we expect to be returned by minibuffer-depth once we prompt the
13326 user in the minibuffer.
13327 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13328 as recorded in iswitchb-minibuf-depth, return non-nil.
13329
3b345582
EZ
133302000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13331
13332 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13333 (hscroll-window-maybe): Docstring fix.
13334
595dead2
DL
133352000-11-23 Dave Love <fx@gnu.org>
13336
13337 * rect.el (string-rectangle): Don't test delete-selection-mode.
13338
1e66b27a
GM
133392000-11-23 Gerd Moellmann <gerd@gnu.org>
13340
02790ce2
GM
13341 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13342 is in the tool bar.
13343
1e66b27a 13344 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 13345 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 13346
a4caa65d
SM
133472000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13348
13349 * textmodes/outline.el (outline-flag-region):
13350 Don't bind inhibit-read-only since we don't modify the buffer.
13351 (outline-isearch-open-invisible): Don't jump to overlay-start
13352 since we're trying to unhide text around point.
13353 (outline-discard-overlays): Use dolist.
13354
13355 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13356
03e757c1
GM
133572000-11-22 Gerd Moellmann <gerd@gnu.org>
13358
83c9cb8e 13359 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 13360
1598a961
SM
133612000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13362
13363 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13364 Fix ARG regexp to skip quoted braces.
13365 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13366 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13367 are (correctly) handled separately).
13368 Remove `caption' and `footnote' from `citations': they contain text.
13369 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13370 (latex-skeleton-end-hook): New function.
13371 (latex-mode): Use it.
13372 (tex-start-tex-marker): Remove.
13373 (tex-send-tex-command): Don't set tex-start-tex-marker.
13374 (tex-error-parse-syntax-table): New var.
13375 (tex-compilation-parse-errors): Use it.
13376 Ignore tex-start-tex-marker. Don't bother with marker-position.
13377 (tex-validate-buffer): Don't bother with marker-position.
13378
13379 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 13380 (flyspell-generic-progmode-verify): Use it.
1598a961 13381
eaae8106
SS
133822000-11-22 Sam Steingold <sds@gnu.org>
13383
83c9cb8e 13384 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 13385
eaae8106 13386 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 13387 `ada-remove-trailing-spaces'.
eaae8106 13388 (ada-remove-trailing-spaces): Removed.
e04d21aa 13389
eaae8106 13390 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 13391
1598a961
SM
13392 * textmodes/picture.el (picture-clean): Removed.
13393 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 13394
a41d49e9
GM
133952000-11-22 Gerd Moellmann <gerd@gnu.org>
13396
e053c60f
GM
13397 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13398
a41d49e9
GM
13399 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13400 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 13401 do anything special when jit-lock is active.
a41d49e9
GM
13402 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13403
197615f3
DL
134042000-11-22 Dave Love <fx@gnu.org>
13405
ddbfaa9f
DL
13406 * calendar/todo-mode.el (todo-top-priorities): Use
13407 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13408
ddc3c695
DL
13409 * language/chinese.el, language/cyrillic.el:
13410 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13411 * language/hebrew.el, language/indian.el, language/japanese.el:
13412 * language/korean.el, language/lao.el, language/misc-lang.el:
13413 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13414 Use provide.
13415
fb9fa98d
DL
13416 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13417 (custom-variable-set): Improve validation error mesage.
13418
197615f3
DL
13419 * rect.el (string-rectangle): Revert last change.
13420 (string-rectangle-line): New arg DELETE.
13421 (string-rectangle): Check delete-selection-mode.
13422
13423 * emacs-lisp/edebug.el (edebug-version)
13424 (edebug-maintainer-address): Deleted.
13425 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13426 (edebug-read-function): Account for other `'#' read forms.
13427 (edebug-mode-menus): Make some items toggles.
13428 (edebug-outside-unread-command-event, unread-command-event):
13429 Remove these to avoid warnings.
13430
f4117c4d
GM
134312000-11-22 David Ponce <david@dponce.com>
13432
13433 * recentf.el (recentf-menu-items-for-commands)
13434 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 13435 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 13436
f4117c4d
GM
13437 (recentf-build-dir-rules, recentf-dump-variable)
13438 (recentf-edit-list, recentf-open-files-item)
13439 (recentf-open-files): Replaced unnecessary `mapcar' with new
13440 built-in `mapc'.
eaae8106 13441
f8e2f3f2
MB
134422000-11-23 Miles Bader <miles@gnu.org>
13443
13444 * faces.el (menu): Make inverse-video on ttys too.
13445
4c4a541d
SM
134462000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13447
13448 * simple.el (comment-line-break-function): Use the new name
13449 indent-new-comment-line -> comment-indent-new-line.
13450 (clone-indirect-buffer): Don't ignore NORECORD.
13451 (next-completion): Properly handle the case where items are adjacent.
13452
13453 * mouse.el (popup-menu): Stupid typo.
13454
980d836e
GM
134552000-11-22 Gerd Moellmann <gerd@gnu.org>
13456
60e8e0a5
GM
13457 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13458 maintainer, keywords tags.
13459
980d836e
GM
13460 * rect.el (replace-rectangle): Don't call string-rectangle-line
13461 with too many arguments.
13462
e08b2069
AS
134632000-11-22 Andre Spiegel <spiegel@gnu.org>
13464
60e8e0a5 13465 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 13466 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
13467 vc-locking-user, which no longer exists.
13468
13469 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13470
c6779d8d
DL
134712000-11-22 Dave Love <fx@gnu.org>
13472
13473 * md5.el (md5): Provide.
13474 (md5): Fix error call.
13475
e672fdce
MB
134762000-11-22 Miles Bader <miles@gnu.org>
13477
eaae8106 13478 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
13479 (refill-fill-paragraph-at): Remove debugging code.
13480
80e24c04
MB
13481 * calendar/calendar.el (generate-calendar-window): When we don't
13482 call `fit-window-to-buffer', make sure the top line is fully visible.
13483
3a17d6cc
MB
13484 * image-file.el (insert-image-file): Don't make `read-only'
13485 property rear-nonsticky.
13486
ae1a21c6
MB
13487 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13488 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13489 stashing away its original value.
13490 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13491 in the recursive edit.
13492 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13493 (isearch-done): Restore `minibuffer-message-timeout'.
13494
e672fdce
MB
13495 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13496
3ea79df8
SM
134972000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13498
13499 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13500
13501 * find-lisp.el (find-lisp-find-files-internal):
13502 Use dolist, when and file-name-as-directory.
13503
980d836e 13504 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
13505 (define-derived-mode, define-minor-mode): Add specs.
13506
13507 * window.el: General comment and spacing fixes.
13508 (save-selected-window): Use backquotes.
13509 (window-safely-shrinkable-p): New function.
13510 (shrink-window-if-larger-than-buffer): Use it.
13511
13512 * subr.el (make-local-hook): Docstring fix.
13513
13514 * shell.el (shell-mode): Use define-derived-mode.
13515
13516 * newcomment.el (comment-indent): Insert comment before calling
13517 comment-indent-function. Don't insert in column 0.
13518 (comment-dwim): Indent before inserting comment.
13519
13520 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13521 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13522 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13523 Use mapc rather than map.
13524
13525 * files.el (find-buffer-visiting): Compare all attributes before
13526 declaring two files identical (rather than just their inode-no).
13527 (auto-mode-alist): Use \' rather than $.
13528
13529 * which-func.el: Update maintainer line.
13530
13531 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13532 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13533 (uniquify-buffer-file-name): Use it.
13534
8f62f2b8
MB
135352000-11-22 Miles Bader <miles@gnu.org>
13536
13537 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13538 * simple.el (minibuffer-avoid-prompt): New function.
13539
fb279a6d
GM
135402000-11-21 Gerd Moellmann <gerd@gnu.org>
13541
13542 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13543
867092e9
MB
135442000-11-21 Miles Bader <miles@gnu.org>
13545
ef860850
MB
13546 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13547 inclusion of `track-mouse'.
13548
867092e9
MB
13549 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13550 (refill-adjust-ignorable-overlay): New function.
13551 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13552 only the paragraph's tail if possible.
13553 Update `refill-ignorable-overlay'.
13554 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13555
13556 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13557 point inside the fill-prefix.
13558
13559 * textmodes/refill.el (refill-post-command-function): Don't reset
13560 refill-doit in the case where a self-insertion command doesn't
13561 case a refill. Use `refill-fill-paragraph-at', getting position
13562 from `refill-doit'.
13563 (refill-after-change-function): Set `refill-doit' to END.
13564 (refill-fill-paragraph-at): New function, mostly from old
13565 refill-fill-paragraph.
13566 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13567 (refill-pre-command-function): New function.
13568 (refill-mode): Add it to `pre-command-hook'.
13569
ff9ab414
GM
135702000-11-20 Gerd Moellmann <gerd@gnu.org>
13571
29a01b72
GM
13572 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13573
ff9ab414
GM
13574 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13575 javadoc tags.
eaae8106 13576
885b211b
AS
135772000-11-20 Andre Spiegel <spiegel@gnu.org>
13578
13579 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13580 vc.el).
13581
eaae8106 13582 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 13583 require vc.
eaae8106
SS
13584
13585 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 13586 checkouts.
eaae8106 13587
d1838556
DL
135882000-11-20 Dave Love <fx@gnu.org>
13589
13590 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13591
2b69bc11 135922000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 13593
2b69bc11
GM
13594 * calculator.el (calculator-paste): Use `if' instead of `and'
13595 and `or'.
13596 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 13597
b95b34e5
GM
135982000-11-19 Gerd Moellmann <gerd@gnu.org>
13599
030de92f
GM
13600 * info.el (info-menu-5): Doc fix.
13601
b95b34e5
GM
13602 * textmodes/artist.el: New file.
13603
54970452
AS
136042000-11-19 Andre Spiegel <spiegel@gnu.org>
13605
eaae8106 13606 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
13607 and differentiate according to checkout model.
13608 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13609 since this function is only concerned with master state.
13610
83c9cb8e
SM
13611 * vc-hooks.el (vc-workfile-unchanged-p)
13612 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 13613
83c9cb8e
SM
13614 * vc.el (vc-workfile-unchanged-p)
13615 (vc-default-workfile-unchanged-p): See above.
54970452 13616
e5a9dabf
MB
136172000-11-19 Miles Bader <miles@gnu.org>
13618
13619 * image-file.el (insert-image-file): Make `intangible' and
13620 `read-only' properties rear-nonsticky too.
13621
24127af0
GM
136222000-11-18 Gerd Moellmann <gerd@gnu.org>
13623
d392e9c5 13624 * ps-print.el: Update copyright notice.
eaae8106 13625
d392e9c5
GM
13626 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13627 (tooltip-show): Use the offsets.
13628
24127af0 13629 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 13630 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
13631 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13632
2b69bc11 136332000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 13634
2b69bc11
GM
13635 * ps-print.el (toplevel): Test for find-coding-system being
13636 fboundp before calling ps-x-find-coding-system.
08ea6f17 13637
66321b2f
SM
136382000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13639
13640 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13641 (vc-version-backup-file): Docstring fix.
13642
046110c6
GM
136432000-11-16 Gerd Moellmann <gerd@gnu.org>
13644
4104194e
GM
13645 * files.el (basic-save-buffer): Don't add a newline if
13646 find-file-literally is non-nil.
13647 (find-file-literally): Extend doc string.
13648
046110c6
GM
13649 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13650 sort(1) with the `-f' argument.
13651
6505c16e
AS
136522000-11-16 Andre Spiegel <spiegel@gnu.org>
13653
fd063975
AS
13654 * vc.el: Updated backend documentation.
13655 (vc-default-check-headers): New function.
13656
3d02dd81 13657 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
13658
13659 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 13660 up-to-date.
eaae8106 13661 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 13662 the minibuffer is not active.
fd063975 13663
eaae8106 13664 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 13665 `vc-cvs-use-edit' is on.
eaae8106
SS
13666 (vc-cvs-checkout): When this is used for reverting the workfile,
13667 make a backup of the original contents and revert to that in case
8791d617 13668 of error.
eaae8106 13669 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 13670 remote repositories.
eaae8106 13671
6505c16e
AS
13672 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13673 for both version and ratio in the minibuffer.
fd063975 13674
eaae8106 13675 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 13676 Use vc-do-command to perform the annotation, not call-process.
6505c16e 13677
a13f0660
KH
136782000-11-16 Kenichi Handa <handa@etl.go.jp>
13679
13680 * international/quail.el (quail-start-translation): Don't call
13681 `message' before reading key sequence.
13682
1389a414
MB
136832000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13684
13685 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13686
9256a532
KH
136872000-11-16 Kenichi Handa <handa@etl.go.jp>
13688
13689 * window.el (fit-window-to-buffer): Be sure to acquire at least
13690 one text line even if the buffer is empty.
13691
0e14fe9f
GM
136922000-11-16 Gerd Moellmann <gerd@gnu.org>
13693
eaae8106 13694 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
13695 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13696 Bind ange-ftp-process-verbose to nil.
0e14fe9f 13697
da645c53
DL
136982000-11-15 Dave Love <fx@gnu.org>
13699
83c9cb8e
SM
13700 * wid-edit.el (widget-specify-field, widget-specify-button):
13701 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
13702 widget-mouse-help.
13703 (widget-mouse-help): New function.
13704 (widget-echo-help): Rewritten for :help-echo functions only taking
13705 a widget arg.
13706
83c9cb8e
SM
13707 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13708 Use display-graphic-p.
b12057b9
DL
13709 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13710 and that JPEG is available.
13711 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13712
da645c53
DL
13713 * international/mule-cmds.el (locale-charset-language-names):
13714 Match @euro.
13715
6d133d1f
GM
137162000-11-15 Gerd Moellmann <gerd@gnu.org>
13717
83c9cb8e
SM
13718 * faces.el (face-set-after-frame-default):
13719 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
13720 default face from X resources.
13721
49ac2ac5
EZ
137222000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13723
13724 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13725 Don't set EMACSLOADPATH.
13726
4fb0a34c
EZ
137272000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13728
13729 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13730 texinfo-insert-@url.
13731 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13732 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13733
bb304a7a
SM
137342000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13735
82bc80bf
SM
13736 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13737 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13738 (checkdoc-minor-keymap): Backward compatibility.
13739 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13740 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13741 (checkdoc-this-string-valid-engine): Be a bit more strict
13742 to avoid matching substrings of `...' quoted vars/funs.
13743 (checkdoc-defun-info): Only look for `interactive' if alone.
13744 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13745
e8c87124
SM
13746 * progmodes/compile.el (grep): `tag-default' can be nil.
13747
bb304a7a
SM
13748 * newcomment.el (comment-indent): Paren typo.
13749
8628686a
DL
137502000-11-14 Dave Love <fx@gnu.org>
13751
25c269ef
DL
13752 * calculator.el: New maintainer version.
13753
66321b2f 13754 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 13755
8628686a
DL
13756 * cmuscheme.el: Doc fixes.
13757 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 13758 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
13759
13760 * xscheme.el (scheme-program-name): Don't define here.
13761
13762 * progmodes/scheme.el (scheme-program-name): New variable
13763 (originally in cmuscheme).
13764
88f0a1eb
MB
137652000-11-14 Miles Bader <miles@gnu.org>
13766
13767 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13768 Handle header-lines. Don't loop forever if we can't enlarge the
13769 window anymore. Simplify a bit.
13770
cd9a000c
KH
137712000-11-14 Kenichi Handa <handa@etl.go.jp>
13772
13773 * window.el (fit-window-to-buffer): Don't check
13774 window-text-height. Assure that the last line is fully visible.
13775
83c9cb8e
SM
13776 * international/quail.el (quail-show-guidance-buf):
13777 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
13778 buffer.
13779 (quail-update-guidance): Avoid making the guidance buffer shorter.
13780
d3fcda22
SM
137812000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13782
bdbd9606
SM
13783 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13784 rather than `prepend' and add an interesting comment.
13785 (tex-math-face, tex-font-lock-syntactic-face-function):
13786 New face and function to use it.
13787 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13788 than `menu-enable' symbol property.
13789 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13790 (tex-mode): Add some latex-mode commands for auto-selection.
13791 Use tex-font-lock-syntactic-face-function.
13792 (tex-insert-quote): Simplify.
13793 (tex-shell): New mode.
13794 (tex-start-shell): Use it.
13795 (tex-shell-proc, tex-shell-buf): New functions.
13796 (tex-send-command): Use it.
13797 (tex-main-file): Fix the meaning of the new arg REALFILE.
13798 (tex-send-tex-command): New function split from `tex-start-tex'.
13799 Set compilation-last-buffer and compilation-parsing-end.
13800
d3fcda22
SM
13801 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13802 when it follows non-comment text on the line.
13803
13804 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13805 Set font-lock-defaults.
13806 (lisp-mode-shared-map): Init inside the defvar.
13807 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13808 Use define-derived-mode.
13809
bdab1d43
MB
138102000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13811
13812 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13813
936ae731
GM
138142000-11-14 Gerd Moellmann <gerd@gnu.org>
13815
83c9cb8e
SM
13816 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13817 Don't recursively optimize body because that can lead to infinite
936ae731
GM
13818 recursion; see comment there.
13819
1695ca2b
EZ
138202000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13821
13822 * faces.el (face-spec-set-match-display): Revert the change from
13823 2000-10-24. Add a FIXME for after v21.1.
13824
9d348294
MB
138252000-11-13 Miles Bader <miles@gnu.org>
13826
13827 * textmodes/fill.el (skip-line-prefix): New function.
13828 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13829 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
13830 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13831 point inside the fill-prefix.
9d348294 13832
b85fa13c
MB
138332000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13834
83c9cb8e
SM
13835 * calendar/calendar.el (generate-calendar-window):
13836 Use `fit-window-to-buffer'.
b85fa13c 13837
a0b47716
SM
138382000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13839
13840 * gud.el (gud-minor-mode): New var.
13841 (gud-symbol, gud-val): New functions.
13842 (gud-find-file): Copy gud-minor-mode to the new buffer.
13843 (gud-menu-map): Include entries for commands that are not always
13844 available, using :enable to (de)activate them.
13845 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13846 (gud-mode-map): New map.
eaae8106 13847 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
13848 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13849 Don't set up gud's menu (it's done by the minor-mode).
13850 (gud-minibuffer-local-map): New.
13851 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13852 (gud-query-cmdline): New function.
13853 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13854 (gud-mode): Use define-derived-mode.
13855 Don't set up gud's menu (it's done by the minor-mode).
13856 (gud-chop-words): Remove.
13857 (gud-common-init): Use split-string instead.
13858 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13859
13860 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13861 Add keyword arg :name.
13862
13863 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13864 (diff-count-matches, diff-split-hunk): New functions.
13865 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13866
13867 * pcvs-info.el (cvs-fi-conflict-face): New var.
13868
13869 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13870 Make it into a simple syntax-table, shared among all submodes.
13871 (sh-heredoc-face): Re-introduce.
13872 (sh-font-lock-syntactic-face-function): New function.
13873 (sh-mode): Use it. Also use define-derived-mode.
13874 Remove old bogus setting of indent-region-function.
13875 (sh-set-shell): Don't set the syntax-table any more.
13876 (sh-mode-syntax-table) <defun>: Remove.
13877
f5ed37df
MB
138782000-11-12 Miles Bader <miles@gnu.org>
13879
13880 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13881 message if interactive.
13882
0b074c2f
DL
138832000-11-12 Dave Love <fx@gnu.org>
13884
13885 * mail/feedmail.el: Fix header,
13886 (feedmail) <defgroup>: Add :link.
13887
13888 * view.el: Use local-map property, not keymap on mode-line string.
13889
83c9cb8e
SM
13890 * scroll-all.el (scroll-all-mode): Customize variable.
13891 Add autoload cookie to function.
0b074c2f
DL
13892
13893 * lazy-lock.el: Remove compatibility code.
13894
13895 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13896 (finder-help-echo): New variable.
13897 (finder-mouse-face-on-line): Add help-echo stuff.
13898 (finder-list-keywords, finder-list-matches): Use mapc.
13899
13900 * faces.el (face-font-registry-alternatives): Add :version.
13901
13902 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13903 tags-table-list.
13904
a0b47716 13905 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 13906
a0b47716 13907 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
13908 (mail-mode): Use [:alnum:] in some regexps.
13909
6d502396
DL
139102000-11-10 Dave Love <fx@gnu.org>
13911
13912 * ediff.el (ediff-regions-internal, ediff-documentation):
13913 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13914 fundamental mode.
13915
13916 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13917 buffer into fundamental mode.
13918 (ediff-set-difference): Use copy-sequence if available.
13919
83c9cb8e
SM
13920 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13921 Check ediff-patch-map non-nil.
6d502396
DL
13922 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13923 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13924 buffer into fundamental mode.
13925
13926 * ediff-merg.el (state-or-merge): Defvar when compiling.
13927
a82fe213
JR
139282000-11-10 Jason Rumney <jasonr@gnu.org>
13929
13930 * w32-fns.el (w32-add-charset-info): New function.
13931 (w32-charset-info-alist): Use it.
13932
52d89894
GM
139332000-11-10 Gerd Moellmann <gerd@gnu.org>
13934
13935 * faces.el (face-font-registry-alternatives): New user-option.
13936
178932de
SM
139372000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13938
d7fa3319
SM
13939 * textmodes/texinfo.el (texinfo-block-default): New var.
13940 (texinfo-insert-block): Use it. Insert a newline if needed.
13941
178932de
SM
13942 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13943 (fill-region-as-paragraph): Use it.
13944
13945 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13946 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13947 Tweak paragraph regexps to allow a leading [ \t]*.
13948 (tex-latex-block): Insert a newline if necessary.
13949 (latex-insert-item): Only insert a newline if necessary.
13950 (tex-guess-main-file): New function.
13951 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13952 Set tex-main-file if TeX-master is provided.
13953 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13954
bd02b8e0
GM
139552000-11-10 Gerd Moellmann <gerd@gnu.org>
13956
13957 * startup.el (command-line): Set the default tooltip-mode
13958 to t for graphical displays which implement x-show-tip.
13959
13960 * tooltip.el (tooltip-mode): Add a comment about startup.el
13961 setting the default value of this user-option.
13962
b29b03eb
SM
139632000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13964
13965 * font-lock.el (font-lock-*-face) <defvar>: Move.
13966 (font-lock-defaults-alist): Mark obsolete.
13967 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13968 (font-lock-mode): Use define-minor-mode.
13969 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13970 (font-lock-turn-off-thing-lock): Be more explicit.
13971 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13972 (font-lock-syntactic-face-function): New var.
13973 (font-lock-fontify-syntactically-region): Use it.
13974 (font-lock-doc-face): New.
13975
13976 * pcvs.el (cvs-enabledp): Ignore errors.
13977 (cvs-commit-filelist): Never query.
13978 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13979 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13980 (cvs-do-removal): Use cvs-partition rather than delete-if.
13981 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13982 cvs-bury-buffer.
13983
13984 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13985 Allow `next' to jump to after the end of the last match.
13986
778fbc46
GM
139872000-11-09 Gerd Moellmann <gerd@gnu.org>
13988
730c746c
GM
13989 * simple.el (byte-compiling-files-p): New function.
13990
13991 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13992 if it is there.
13993
13994 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13995 nil again.
13996
778fbc46
GM
13997 * textmodes/ispell.el (ispell-library-path): Don't call
13998 check-ispell-version when byte-compiling because that starts
13999 an ispell process, and ispell might not be installed.
14000 (toplevel): Don't set up a menu when byte-compiling.
14001
14002 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
14003 it, so that a boundp test can be used to determine if we're
14004 currently byte-compiling.
14005
5912c5bb
DL
140062000-11-09 Dave Love <fx@gnu.org>
14007
83c9cb8e 14008 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 14009
7bb054a5
GM
140102000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14011
83c9cb8e
SM
14012 * ps-print.el: Patch for variable initialization when spooling.
14013 Doc fix.
7bb054a5
GM
14014 (ps-output-list): Fun eliminated.
14015 (ps-begin-file, ps-begin-job): Code fix.
14016
9db2706e
DL
140172000-11-08 Dave Love <fx@gnu.org>
14018
83c9cb8e 14019 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 14020
f7eb32aa
GM
140212000-11-08 Gerd Moellmann <gerd@gnu.org>
14022
14023 * simple.el (shell-command, display-message-or-buffer)
14024 (shell-command-on-region): Mention resize-mini-windows in the doc
14025 string.
14026 (display-message-or-buffer): Take the value of resize-mini-windows
14027 into account.
14028
7b01b08c
GM
140292000-11-07 Gerd Moellmann <gerd@gnu.org>
14030
acad3c0b
GM
14031 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
14032
7b01b08c
GM
14033 * dired.el (dired-between-files): Add `^. find' as an alternative
14034 to the regular expression, for find-dired.
14035
6f602bd0
SM
140362000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14037
14038 * textmodes/texnfo-upd.el: Require texinfo.
14039 (defmacro, defgroup): Remove.
14040 (texinfo-section-to-generic-alist): Remove.
14041 Use texinfo-section-list instead (i.e. level is changed string->int).
14042 (texinfo-filter): New function.
14043 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
14044 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
14045 Use it. And use regexp-opt.
14046 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
14047 (texinfo-update-menu-region-beginning)
14048 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
14049 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
14050 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 14051 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
14052 (texinfo-sequential-node-update): Remove autoload cookie.
14053
14054 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
14055 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
14056 (texinfo-chapter-level-regexp): Remove.
14057 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
14058
bb216218
DL
140592000-11-06 Dave Love <fx@gnu.org>
14060
6f602bd0 14061 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 14062
6f602bd0
SM
14063 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
14064 Match defun*.
bb216218 14065
ff8dd5d5
KH
140662000-11-06 Kenichi Handa <handa@etl.go.jp>
14067
14068 * composite.el (composition-function-table): Variable declaration
14069 moved to src/composite.c.
14070 (compose-chars-after): New optional arg object.
14071
e9da51a1
GM
140722000-11-06 Gerd Moellmann <gerd@gnu.org>
14073
e0c12c68
GM
14074 * bindings.el (mode-line-toggle-read-only)
14075 (mode-line-toggle-modified, mode-line-widen)
14076 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
14077 (make-mode-line-mouse2-map): Rewritten.
14078 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14079 functions so that C-h k can show something with a doc string.
eaae8106 14080
e9da51a1
GM
14081 * startup.el (fancy-splash-delay): Set to 10 seconds.
14082 (fancy-splash-max-time): New user-option.
14083 (fancy-splash-stop-time): New variable.
14084 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14085 (fancy-splash-screens-1): Throw `stop-splashing' when current
14086 time is greater than fancy-splash-stop-time.
14087
611dbdf0
SM
140882000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14089
4d2806e2
SM
14090 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14091
611dbdf0
SM
14092 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14093 Prompt user for a file rather than raising an error.
14094 (cvs-enabledp): Fix call to cvs-mode-marked.
14095 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14096 (cvs-mode-insert): Use it. Change the init prompt' value.
14097 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14098
14099 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14100 Don't pass default arg to ewoc-locate.
14101 (ewoc-collect): Return result in the right order.
14102
14103 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14104
14105 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14106 (cvs-status-get-tags): Fix regexp.
14107 (cvs-status-trees, cvs-status-cvstrees):
14108 Combine after change hooks and don't sit-for.
4d2806e2
SM
14109 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14110 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
14111 Use make-char rather than hard-coded cryptic data.
14112 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14113
14114 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14115
14116 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14117 (cvs-insert-strings): New function.
14118
937b2877
MB
141192000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14120
14121 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14122 `mwheel-scroll-amount'.
14123 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14124 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14125 string-matching against the version string.
14126
c6c97763
KH
141272000-11-06 Kenichi Handa <handa@etl.go.jp>
14128
6eaec747
KH
14129 * language/thai.el ("Thai"): Set a lisp form that produces
14130 composed string in `sample-text' language info.
14131
14132 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14133 composed string in `sample-text' language info.
14134
83c9cb8e
SM
14135 * international/mule-cmds.el (describe-language-environment):
14136 Eval `sample-text' data and insert the result.
6eaec747 14137
c6c97763
KH
14138 * international/mule-conf.el (compound-text): Define this coding
14139 system here. Make x-ctext and ctext aliases of it.
14140
14141 * language/european.el (compound-text, ctext): Moved to
14142 international/mule-conf.el.
14143
d1145f85
AI
141442000-11-05 Andrew Innes <andrewi@gnu.org>
14145
14146 * w32-fns.el (w32-version): New function.
14147
178a6a45
SM
141482000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14149
14150 * progmodes/awk-mode.el: Update copyright.
14151 (awk-mode-abbrev-table): Remove.
14152 (awk-font-lock-keywords): Use regexp-opt.
14153 (awk-mode): Use define-derived-mode.
14154
14155 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14156 when extracting a suffix.
14157
1ba90166
AS
141582000-11-04 Andre Spiegel <spiegel@gnu.org>
14159
14160 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14161 auto-save-mode.
14162
546790cb
JR
141632000-11-04 Jason Rumney <jasonr@gnu.org>
14164
14165 * language/european.el (decode-mac-roman): Test against r1 not r0.
14166
d247e32d
SM
141672000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14168
fbf44f44
SM
14169 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14170 (icon-mode): Define indent-line-function.
14171 (icon-comment-indent): Simplify.
14172 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14173
14174 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14175
14176 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14177 Bind change-log-default-mode to defeat the caching done on it.
14178 Don't bother saving excursion any more.
14179
14180 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14181
14182 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14183 (set-frame-font): Use the new name (and the old for compatibility).
14184
eaae8106
SS
14185 * toolbar/tool-bar.el (tool-bar-mode):
14186 * time.el (display-time-mode):
14187 * recentf.el (recentf-mode):
14188 * paren.el (show-paren-mode):
14189 * mwheel.el (mouse-wheel-mode):
14190 * msb.el (msb-mode):
14191 * jka-compr.el (auto-compression-mode):
14192 * image-file.el (auto-image-file-mode):
14193 * hl-line.el (hl-line-mode):
14194 * delsel.el (delete-selection-mode):
14195 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
14196 * complete.el (partial-completion-mode): Drop unneeded positional args.
14197
eaae8106 14198 * info.el (Info-mode):
79372165 14199 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 14200
d247e32d
SM
14201 * log-edit.el (log-edit-menu): New menu.
14202
4921558e
MB
142032000-11-03 Miles Bader <miles@gnu.org>
14204
14205 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14206 definition, so that trailing spaces are handled properly.
14207 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14208
1fc02b3c
GM
142092000-11-03 Gerd Moellmann <gerd@gnu.org>
14210
14211 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14212 tab character.
14213 (fancy-splash-screens): Set tab-width to 20.
14214
51d001f7
DL
142152000-11-03 Dave Love <fx@gnu.org>
14216
14217 * comint.el (comint-completion-addsuffix): Fix custom type.
14218
ba22aeff
SM
142192000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14220
14221 * font-lock.el (font-lock-buffers): Remove.
14222 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14223 (font-lock-change-major-mode): Remove.
14224 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14225 (font-lock-default-fontify-region): Extend the multiline
14226 fontification to whole lines.
14227 (font-lock-fontify-anchored-keywords)
14228 (font-lock-fontify-keywords-region): If matching just one
14229 line (with \n) only mark the \n as multiline.
14230
14231 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14232 Correctly handle the case where several :group args are supplied.
14233 Allow :extra-args.
14234 (easy-mmode-define-global-mode): Allow :extra-args.
14235 Correctly handle the case where several :group args are supplied.
14236
9c887ada
MB
142372000-11-02 Miles Bader <miles@gnu.org>
14238
eaae8106 14239 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
14240 (holiday-face): Remove dependency on `window-system'.
14241
7f25090d
KR
142422000-11-02 Ken Raeburn <raeburn@gnu.org>
14243
14244 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 14245 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 14246 (compile-files): Bomb out if compilation of a file fails.
7f25090d 14247
7dd6009c
DL
142482000-11-02 Dave Love <fx@gnu.org>
14249
14250 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14251
94821e4f
EZ
142522000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14253
14254 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14255 punctuation in the warning inserted into the *mail* buffer.
14256
1ac3fc42
GM
142572000-11-02 Gerd Moellmann <gerd@gnu.org>
14258
57731876
GM
14259 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14260 (authors-public-domain-p): New function.
14261 (authors-print): Use it.
14262
975f82c9
GM
14263 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14264
1ac3fc42
GM
14265 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14266
4b3eb10f
GM
142672000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14268
975f82c9 14269 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
14270 (ps-print-version): New version number (6.3.1).
14271 (ps-even-or-odd-pages): Customization fix.
14272 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14273 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14274 (ps-page-count): Var replaced by `ps-page-column'.
14275 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14276 (ps-print-sheet-p): New fun.
14277
7da794df
MB
142782000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14279
14280 * tooltip.el (tooltip-gud-tips-setup): New function.
14281 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14282 (tooltip-mode): Call tooltip-gud-tips-setup.
14283 (tooltip-gud-tips): Use `gud-basic-call' instead of
14284 process-send-string, so the prompt gets frobbed appropriately.
14285 Handle nil return value from `tooltip-gud-print-command'.
14286
0e40b809
EL
142872000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14288
14289 * comint.el (comint-add-to-input-history): New function.
14290 (comint-send-input): Use `comint-add-to-input-history'.
14291
50ada0db
MB
142922000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14293
973a3104
MB
14294 * info.el (info-menu-header): New face.
14295 (Info-fontify-menu-headers): New function.
14296 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14297
50ada0db
MB
14298 * info.el (Info-insert-dir): Don't include blank lines at
14299 beginning of additional dir files (one is added automatically).
14300
bff53411
SM
143012000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14302
14303 * emacs-lisp/easy-mmode.el (define-minor-mode):
14304 Revert the latest changes.
14305 Allow the three positional arguments to be skipped and replaced
14306 by keyword arguments.
14307 Add a :toggle argument to determine whether a nil arg means toggle
14308 or means turn-on. The default is unchanged.
14309 Add a call to force-mode-line-update.
14310
6b8a0b2d
DL
143112000-11-01 Dave Love <fx@gnu.org>
14312
83c9cb8e 14313 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 14314
5bf99100
MB
143152000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14316
83c9cb8e
SM
14317 * calendar/calendar.el (diary-face, holiday-face):
14318 Add dark-background variants.
5bf99100 14319
a4032611
SS
143202000-10-31 Sam Steingold <sds@gnu.org>
14321
14322 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14323 `tex-main-file' does not have directory in it.
14324
c286608e
SM
143252000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14326
14327 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14328
4836835a
TTN
143292000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14330
14331 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14332 functional change.
14333
26dcb81b
GM
143342000-10-31 Gerd Moellmann <gerd@gnu.org>
14335
14336 * files.el (find-file-noselect): When we expand a wildcard, return
14337 a list of buffers, as we should do according to the doc string.
14338
49fc4500
KR
143392000-10-31 Ken Raeburn <raeburn@gnu.org>
14340
14341 * loadup.el (top level): Adjust load path if program name is
14342 "../src/bootstrap-emacs", in case it's not dumped and thus the
14343 load path adjustment hasn't already been done.
14344
ea0c615d
GM
143452000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14346
83c9cb8e
SM
14347 * ps-print.el: Fix bug on selected pages for printing.
14348 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
14349 is on. Try to avoid warning messages when compiling. Doc Fix.
14350 (ps-print-version): New version number (6.3).
14351 (ps-color-device): Use `color-values' to determine if device
14352 supports color.
14353 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14354 (ps-print-page-p): Changed from defsubst to defun.
14355 (ps-page-number): Changed from defmacro to defun.
14356 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14357 printing.
c286608e 14358 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
14359 (ps-end-file, ps-dummy-page): Funs eliminated.
14360 (ps-print-color-scale): Changed default value.
14361 (ps-page-n-up, ps-print-page-p): New internal vars.
14362 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14363 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14364
9e20722f
GM
14365 * delim-col.el: Little programming improvement.
14366 (delimit-columns-str): New macro.
14367 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14368
d7a0fd00
KH
143692000-10-31 Kenichi Handa <handa@etl.go.jp>
14370
c286608e
SM
14371 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14372 Moved to european.el.
d7a0fd00
KH
14373 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14374 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
14375 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14376 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 14377
234be340
DL
143782000-10-30 Dave Love <fx@gnu.org>
14379
14380 * progmodes/cc-menus.el (imenu-generic-expression)
14381 (imenu-progress-message): Only defvar when compiling.
14382
4edc4a39
DL
14383 * emacs-lisp/elp.el (elp-unload-hook): New function.
14384
14385 * loadhist.el (unload-feature): Call elp-restore-function,
14386 checking for symbols; don't use elp-restore-all.
14387 (loadhist-hook-functions): Doc fix.
14388
70c825df
SM
143892000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14390
14391 * log-edit.el (log-edit-confirm): Fix the default.
14392
1d3baf74
GM
143932000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14394
14395 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14396 delimit-columns-format.
14397 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 14398
1ec321a7
MB
143992000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14400
14401 * comint.el (comint-replace-by-expanded-history): Don't use
14402 comint-get-old-input (we're not looking at *old* input).
14403 (comint-get-old-input-default): If using fields, signal an error
14404 when the point is not in an input field.
14405
70737ea9
KH
144062000-10-30 Kenichi Handa <handa@etl.go.jp>
14407
14408 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14409 and mule-unicode-e000-ffff.
14410
fa0cb51d 14411 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
14412 (make-coding-system): Accept a symbol of translation table as a
14413 value of property `safe-chars'.
14414
14415 * international/mule-cmds.el (encode-coding-char): Check property
14416 safe-chars instead of safe-charsets.
14417
14418 * international/fontset.el (fontset-default): Modified for
14419 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14420 (x-font-name-charset-alist): Likewise.
14421 (ccl-encode-unicode-font): New CCL program. Record it in
14422 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14423
70c825df
SM
14424 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14425 New translation tables.
70737ea9
KH
14426 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14427 programs are modified and moved from mac-win.el.
14428 (mac-roman): Definition of this coding system is modified and
14429 moved from mac-win.el.
4836835a 14430
fda2ce24 144312000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14432
1d3baf74 14433 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 14434 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 14435
dd4d3cb6
MB
144362000-10-29 Miles Bader <miles@gnu.org>
14437
14438 * custom.el (custom-add-to-group): Allow multiple entries for a
14439 given value OPTION, as long as their widget types are different.
14440 * cus-edit.el (custom-face-value-create): If face name doesn't end
14441 with "face", add such here (similar to custom group widgets).
14442
14443 * comint.el (comint-highlight-prompt): Add :type.
14444
dace60cf
JW
144452000-10-28 John Wiegley <johnw@gnu.org>
14446
dace60cf
JW
14447 * calendar/timeclock.el (timeclock-log): Doc fix.
14448 (timeclock-last-event): Doc fix.
83c9cb8e 14449 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
14450 (timeclock-find-discrep): Use a temp buffer to read in the
14451 timelog, instead of visiting the file.
14452 (timeclock-log-data): A new function, along with a host of helper
14453 functions, for the purpose of making timelog data accessible to
14454 programmers.
14455
14456 * eshell/esh-mode.el (window-height test): Make certain that
14457 `eshell-stringify-t' is non-nil.
14458 (eshell-password-prompt-regexp): Changed to a much simpler
14459 password regexp.
14460 (eshell-send-input): If `eshell-invoke-directly' returns t,
14461 directly invoke the parsed command using `eval'. This improves
14462 turn-around time on simple commands by a factor of three or
14463 greater, such as cd, ls, pwd, etc. -- which get used very often.
14464 It also conserves thousands of cons cells per call (since
14465 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14466 in the Pacific Cookie Company).
14467
14468 * eshell/esh-test.el (eshell-test): Whitespace fix.
14469
83c9cb8e
SM
14470 * eshell/em-ls.el (eshell-ls-insert-directory):
14471 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
14472
14473 * eshell/em-script.el (eshell-script-initialize): Add names to
14474 `eshell-complex-commands, since `source' and `.' are complex.
14475
0467b076
EZ
14476 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14477 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
14478 `eshell-copy-handles'.
14479 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14480 bodies.
14481 (eshell-separate-commands): Whitespace fix.
14482 (eshell-complex-commands): Added a new list of names, for
14483 determining whether a given command is as simple as it looks.
14484 (eshell-invoke-directly): New function. Returns t if a command
14485 should be invoked directly (using `eval'), rather than indirectly
14486 using `eshell-do-eval'.
14487 (eshell-do-eval): Whitespace fix.
14488
14489 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14490 which provides an emulation of the DOS shell behavior of assuming
14491 that cp/mv/ln should copy/move/link to the current directory.
14492 (eshell-remove-entries): Added a doc string.
14493 (eshell-shuffle-files): Removed the check for `target' being null.
14494 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14495 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14496 it to do a smarter check of whether a destination was provided.
14497 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14498 (eshell/ln): Enable `:preserve-args', and use
14499 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
14500 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14501 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
14502 list after flattening it. This makes it possible to cat files
14503 with numerical names.
14504 (eshell-unix-initialize): Added several names to
14505 `eshell-complex-commands.
14506 (eshell-unix-command-complex-p): Return t if a given command name
14507 may result in external processes being invoked.
14508
14509 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14510 variable nil by default, since it slows down glob processing by a
14511 factor of two or more, and increases memory consumption.
14512
14513 * eshell/em-smart.el: Added a note about how memory consumptive
14514 smart display mode can be (at least this is true in Emacs 21).
14515 (eshell-smart-initialize): Whitespace fix.
14516 (eshell-refresh-windows): Use `if' instead of `when'.
14517 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14518 not necessary.
83c9cb8e 14519 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
14520
14521 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14522 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14523 Whitespace fix.
14524 (eshell-ls-exclude-hidden): Added this variable in addition to
14525 `eshell-ls-exclude-regexp'. This one prevents files beginning
14526 with . from even being read, which can improve memory consumption
14527 quite a bit.
14528 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14529 read file entries beginning with a dot. In home directories with
14530 lots of hidden files, fully two-thirds of the time spent in ls is
14531 used to read directory entries that are immediately thrown away.
14532 (eshell-ls-initial-args): Added back this configuration variable,
14533 for specifying default initial arguments to every call to ls.
14534 Much faster than using an alias to do the same thing.
14535 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14536 (eshell-ls-dir): Whitespace change.
14537
14538 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14539
83c9cb8e 14540 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
14541 (eshell-stringify-t): Added a customization variable, to indicate
14542 whether `t' should be rendered as a string at all. If not, one
14543 can still determine if the result of an expression is true using
14544 "file-exists-p FILE && echo true".
14545 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14546 stringify t!
14547
14548 * eshell/esh-module.el: Whitespace fix.
14549
83c9cb8e
SM
14550 * eshell/em-alias.el (eshell-alias-initialize):
14551 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
14552 (eshell-command-aliased-p): New function that returns t if a
14553 command name names an aliased.
14554
657f9cb8 145552000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14556
0467b076 14557 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 14558 redrawing the screen when changing cursor color.
0467b076
EZ
14559 (viper-insert-state-pre-command-sentinel)
14560 (viper-replace-state-pre-command-sentinel)
70c825df
SM
14561 (viper-replace-state-post-command-sentinel):
14562 Use viper-preserve-cursor-color.
657f9cb8
MK
14563 Many functions changed to use viper= instead of = when comparing
14564 characters.
0467b076 14565 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 14566 working with characters.
0467b076 14567 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
14568 Many functions changed to use viper= instead of = when comparing
14569 characters.
0467b076 14570 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 14571
0467b076 14572 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 14573 Several typos fixed in various docstrings.
0467b076 14574 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 14575 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
14576 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14577 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14578 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14579 (ediff-get-selected-buffers): New function.
14580 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
14581 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14582 Use save-window-excursion.
0467b076 14583 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 14584 termination check in while loop.
0467b076 14585 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 14586 dired buffer.
0467b076
EZ
14587 (ediff-files,ediff-merge-files,ediff-files3)
14588 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 14589
4f490d99
DL
145902000-10-28 Dave Love <fx@gnu.org>
14591
14592 * info.el (Info-fontify-node): Add help-echo for menu items.
14593
45b84006
EZ
145942000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14595
5ebc02b3
EZ
14596 * startup.el (normal-top-level): If the value of $TERM indicates
14597 we are running from xterm or one of its work-alikes, default to a
14598 light background mode.
14599
45b84006
EZ
14600 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14601 * faces.el (tty-handle-reverse-video): New function.
14602 (tty-create-frame-with-faces): Call it.
14603
14604 * frame.el (frame-notice-user-settings): Don't apply
14605 default-frame-alist and initial-frame-alist to MS-DOS frames.
14606 Call tty-handle-reverse-video, frame-set-background-mode, and
14607 face-set-after-frame-default for non-MS-DOS frames.
14608
14609 * startup.el (tty-long-option-alist): New variable.
14610 (tty-handle-args): New function.
14611 (command-line): Call tty-handle-args.
14612
14613 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14614 startup.el now does that for all character-terminal frames.
14615
eab6e8b9
MB
146162000-10-28 Miles Bader <miles@gnu.org>
14617
83c9cb8e
SM
14618 * emacs-lisp/easy-mmode.el (define-minor-mode):
14619 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14620 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 14621 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
14622 version using `easy-mmode-define-global-mode'.
14623 Add :conditional-turn-on keyword argument.
eab6e8b9 14624
51a29efc
DL
146252000-10-28 Dave Love <fx@gnu.org>
14626
83c9cb8e
SM
14627 * international/latin1-disp.el (latin1-char-displayable-p):
14628 Don't use window-system.
51a29efc 14629
d71d7114
EZ
146302000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14631
14632 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14633 Don't call find-buffer-file-type-coding-system. Instead, just
14634 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14635 if the file is on an untranslated filesystem.
14636 (add-untranslated-filesystem): Use "D" instead of "f" inside
14637 interactive.
14638
1f9cab4b
DL
146392000-10-27 Dave Love <fx@gnu.org>
14640
70c825df 14641 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
14642 (refill-mode): Use it.
14643
70c825df
SM
146442000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14645
14646 * international/quail.el (quail-activate): Don't make-local-hook.
14647
7432cf10
AS
146482000-10-27 Andre Spiegel <spiegel@gnu.org>
14649
4836835a 14650 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 14651 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
14652 (vc-make-version-backup): Don't do it on MS-DOS without long file
14653 names.
4836835a 14654
7432cf10
AS
14655 * vc.el (vc-version-other-window): If an automatic backup of the
14656 desired version exists, rename it instead of copying it.
14657
4836835a
TTN
14658 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14659 after command. If there's an unexpected error, signal it instead
7432cf10 14660 of being silent.
e1483c38 14661 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 14662
05ea7ef2
MB
146632000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14664
fd1035aa
MB
14665 * shell.el (shell): Add BUFFER argument.
14666 * comint.el (make-comint-in-buffer): New function.
14667 (make-comint): Use it.
14668
05ea7ef2
MB
14669 * faces.el (face-spec-choose): Change syntax so that the list of
14670 attribute-value pairs is now the cdr of each clause, not the cadr.
14671 Detect old-style entries, and handle them. Use pop.
14672
835a55fe
SM
146732000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14674
f5ab1cdd
SM
14675 * cus-edit.el (custom-mode-map): Use a sparse map.
14676 (custom-mode): Don't bother with make-local-hook.
14677
14678 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14679
835a55fe
SM
14680 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14681
c13b0ec8
GM
146822000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14683
14684 * ps-print.el: Avoid compilation gripes.
14685 (ps-print-version): New version number (6.2.1).
4836835a 14686
e9f63196
DL
146872000-10-26 Dave Love <fx@gnu.org>
14688
0b95284b
DL
14689 * menu-bar.el: Modify some menu item help strings.
14690 (menu-bar-help-menu): Add link to MORE.STUFF.
14691
e9f63196
DL
14692 * cus-edit.el (custom-mode): Add `special' mode-class property.
14693
14694 * wid-browse.el (widget-browse-mode): Likewise.
14695
14696 * wid-edit.el (widget-specify-field): Revert to using local-map
14697 property, not keymap.
14698
e276a14a
MB
146992000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14700
c1545d88
MB
14701 * wid-edit.el (widget-field-end): When checking for a `boundary'
14702 field, do so in the correct buffer.
14703
3c1b77ca
MB
14704 * simple.el (undo): Correctly distinguish between numeric and
14705 non-numeric prefix args in non-transient-mark-mode, as per the doc
14706 string. When in transient-mark-mode, treat all prefix-args as
14707 numeric.
14708
f5ab1cdd
SM
14709 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14710 Position point on match. Handle N == 0 correctly.
22626d9d
MB
14711
14712 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14713 (comint-mode-map): Reverse order of `comint-write-output' and
14714 `comint-append-output-to-file'.
14715 (comint-append-output-to-file): Reinstate this function, for the
14716 benefit of the menu.
14717
d97151cb
SM
147182000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14719
14720 * vc.el (vc-version-other-window): Bind `file'.
14721
ea7d6f5b
GM
147222000-10-25 Gerd Moellmann <gerd@gnu.org>
14723
f5ab1cdd 14724 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
14725
14726 * emacs-lisp/authors.el (batch-update-authors): New function.
14727 (authors-fixed-entries): New defconst.
14728 (authors-add-fixed-entries): New function.
14729 (authors): Call it.: Don't process lispref/.
14730
17c25cea
JR
147312000-10-25 Jason Rumney <jasonr@gnu.org>
14732
14733 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14734 Merge x w32 and mac definitions.
14735
4ecda532
GM
147362000-10-25 Gerd Moellmann <gerd@gnu.org>
14737
14738 * menu-bar.el (menu-bar-options-menu): Add a help string for
14739 `uniquify'.
14740
b52758d1 147412000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 14742
f5ab1cdd
SM
14743 * time-stamp.el (time-stamp-string-preprocess):
14744 Fix a wrong type argument error.
b6735035 14745
f4cbc7a0
MB
147462000-10-25 Miles Bader <miles@gnu.org>
14747
14748 * recentf.el (recentf-mode): Variable removed.
14749 (recentf-mode): Use `define-minor-mode'.
14750
14751 * mwheel.el (mouse-wheel-mode): New global minor mode.
14752 (mwheel-install): Use `mouse-wheel-mode'.
14753
f4b020f6
DL
147542000-10-25 Dave Love <fx@gnu.org>
14755
f5ab1cdd
SM
14756 * progmodes/cperl-mode.el (cperl-mode):
14757 Set normal-auto-fill-function correctly.
072cb6f9 14758
83c9cb8e
SM
14759 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14760 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 14761 bindings.
f4b020f6 14762
ebe2a441
MB
147632000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14764
ff4dcd4b
MB
14765 * wid-edit.el (widget-field-at): New function.
14766 (widget-at, widget-field-activate): Use it.
14767 (widget-tabable-at): Use `widget-at'.
14768 (widget-specify-field): If the terminating character of the widget
14769 field (which is read-only) is a newline, put it into a special
14770 `boundary' field so that C-n/C-p act more naturally.
14771 (widget-field-end): Also don't subtract one if a special
14772 `boundary' field has been added after the widget field.
14773
83c9cb8e
SM
14774 * comint.el (comint-output-filter, comint-send-input):
14775 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 14776 code, since it should notice the overlay insertion-types now.
ff4dcd4b 14777
ebe2a441
MB
14778 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14779 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14780 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14781
fe50b6ab
GM
147822000-10-24 Gerd Moellmann <gerd@gnu.org>
14783
53df4dda 14784 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
14785 (authors): Set file coding system to iso-2022-7bit.
14786 Add file-local variables to output buffer.
53df4dda 14787
4836835a 14788 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
14789 WARN is nil.
14790
53df4dda
GM
147912000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14792
14793 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14794
14795 * delim-col.el: Now there is a column formatting mechanism.
14796 Modified to customization mechanisms convention. Doc fix.
14797 (columns): New group for delim-col.
14798 (delimit-columns-before, delimit-columns-after)
14799 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14800 (delimit-columns-end): New vars.
14801 (delimit-columns-customize, delimit-columns-format): New funs.
14802 (delimit-columns-region, delimit-columns-rectangle)
14803 (delimit-columns-rectangle-line): Modified to support column
14804 formatting.
4836835a 14805
a9839779
DL
148062000-10-24 Dave Love <fx@gnu.org>
14807
14808 * log-edit.el (log-edit): Add :version and a :group for vc.
14809
df0267b8
GM
148102000-10-24 Gerd Moellmann <gerd@gnu.org>
14811
9acc3873
GM
14812 * files.el (after-find-file): Don't print a message ``New file''
14813 if WARN is nil.
14814
83c9cb8e
SM
14815 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14816 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
14817 get duplicate tool-bar entries because we'll see the global ones
14818 on more than one path through keymaps.
14819
1946f901
GM
14820 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14821
df0267b8
GM
14822 * progmodes/cmacexp.el: Change Francesco's email address.
14823
ae3b264b
KH
148242000-10-24 Kenichi Handa <handa@etl.go.jp>
14825
14826 * window.el (fit-window-to-buffer): Adjust point of the window
14827 buffer, not that of the current buffer.
14828
23afac01
EZ
148292000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14830
14831 * progmodes/cmacexp.el: Update the euthor's email address.
14832
22d1a4ed
MB
148332000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14834
14835 * faces.el (face-spec-set-match-display): Add `graphic' display
14836 type (the inverse of `tty'). Use `display-graphic-p' instead of
14837 the window-system variable.
14838
f408aa48
KH
148392000-10-24 Kenichi Handa <handa@etl.go.jp>
14840
83c9cb8e
SM
14841 * international/isearch-x.el (isearch-with-input-method):
14842 Call input-method-function with the first event in
f408aa48
KH
14843 unread-command-events.
14844
94fe8a31
MB
148452000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14846
83c9cb8e 14847 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 14848
8f47302e
AC
148492000-10-24 Andrew Choi <akochoi@i-cable.com>
14850
14851 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14852 New charsets.
14853
14854 * term/mac-win.el: Remove definitions of mac-roman-lower and
14855 mac-roman-upper, require dired, and define instead of set
14856 mac-ready-for-drag-n-drop to avoid compilation error.
14857
446c097e
AI
148582000-10-23 Andrew Innes <andrewi@gnu.org>
14859
83c9cb8e
SM
14860 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14861 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
14862 expand-file-name after convert-standard-filename to ensure
14863 expected directory separators are used.
14864
379b70e7
EZ
148652000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14866
14867 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14868
85c766e9
DL
148692000-10-23 Dave Love <fx@gnu.org>
14870
b7e03a67
DL
14871 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14872 (tool-bar-add-item): Set foreground and background for XBM icons.
14873
83c9cb8e
SM
14874 * international/latin1-disp.el (latin1-char-displayable-p):
14875 New function (from Handa).
b7e03a67
DL
14876 (latin1-display-check-font): Use it.
14877
0dcf8835 14878 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
14879 using :key-sequence, making it much more usable.
14880 Use nconc, not append.
0dcf8835
DL
14881 (imenu--create-keymap-1): Avoid append.
14882
85c766e9 14883 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 14884
cb3069bb
MB
148852000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14886
14887 [the following changes fix a bug where `define-minor-mode' didn't
14888 correctly generate :require clauses for defcustoms in compiled files]
14889 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14890 (byte-compile-log-file, byte-compile-log-1): Don't set
14891 `byte-compile-current-file' to nil. Instead set
14892 `byte-compile-last-logged-file' to it. Test whether
14893 byte-compile-current-file equals byte-compile-last-logged-file
14894 instead of whether its nil.
3b6542ba 14895 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 14896
6db6243b
SM
148972000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14898
14899 * textmodes/refill.el: Fix var names in doc.
14900 (refill-mode): Don't bother with make-local-hook anymore.
14901
98490598
MB
149022000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14903
e01cd227
MB
14904 * faces.el (face-user-default-spec, face-default-spec): New functions.
14905 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 14906 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
14907 Use `face-user-default-spec'. Simplify code slightly.
14908
4836835a 14909 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
14910 (woman-unknown-face): Add dark-background variants.
14911 (woman-default-faces): Renamed from `woman-colour-faces'.
14912 Set using the stored defaults, rather than using hard-wired colors.
14913 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14914 Just make the foreground `unspecified' rather than "black".
14915 (woman-menu): Rename menu entries accordingly.
14916
98490598
MB
14917 * faces.el (header-line): Make more reasonable on mono/grayscale
14918 displays.
14919
1a578e9b
AC
149202000-10-23 Andrew Choi <akochoi@i-cable.com>
14921
14922 * cus-edit.el (custom-button-face): Use 3D look for mac.
14923 (custom-button-pressed-face): Likewise.
14924
14925 * faces.el (set-face-attributes-from-resources): Handle mac frames
14926 in the same way as x and w32 frames.
14927 (face-valid-attribute-values): Likewise.
14928 (read-face-attribute): Likewise.
14929 (defined-colors): Likewise.
14930 (color-defined-p): Likewise.
14931 (color-values): Likewise.
14932 (display-grayscale-p): Likewise.
14933 (face-set-after-frame-default): Likewise.
14934 (mode-line): Same default face as for x and w32.
14935 (tool-bar): Likewise.
14936
14937 * frame.el: Remove call to frame-notice-user-settings at end of
14938 the file.
14939
83c9cb8e 14940 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
14941 as for x, pc, and w32 frame types.
14942
14943 * term/mac-win.el: New file.
14944
aaaf7be7
DL
149452000-10-22 Dave Love <fx@gnu.org>
14946
14947 * textmodes/refill.el: New file.
14948
5392d654
AS
149492000-10-22 Andre Spiegel <spiegel@gnu.org>
14950
4836835a 14951 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 14952 MANUAL and REGEXP.
4836835a 14953 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
14954 New functions.
14955 (vc-before-save): Use the latter.
14956 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14957 confusion.
14958
4836835a 14959 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
14960 expected by vc[-hooks].el.
14961
14962 * vc.el (vc-checkout): Added `-p' suffix in call to
14963 vc-make-version-backups-p; use vc-make-version-backup to actually
14964 make the backup.
14965 (vc-version-other-window, vc-version-backup-file): Handle both
14966 automatic and manual backups.
14967 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14968 of all of them.
14969
1e221c16
MB
149702000-10-22 Miles Bader <miles@gnu.org>
14971
7ff4fda5
MB
14972 * comint.el (comint-highlight-input, comint-highlight-prompt):
14973 Renamed, `-face' at end removed.
14974 (comint-send-input, comint-output-filter): Use renamed faces.
14975
3511cde8
MB
14976 * window.el (fit-window-to-buffer): Change defaulting of
14977 MAX-HEIGHT slightly.
14978
1e221c16
MB
14979 * faces.el (color-values, color-defined-p): Use `member', not
14980 `memq', because it works correctly for strings.
14981 (frame-set-background-mode): Actually, "unspecified-fg" and
14982 "unspecified-bg" *are* strings. Use `member', not `memq', and
14983 `equal', not `eq', when a string value is possible.
14984
b6ef4898
EZ
149852000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14986
14987 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14988
34939e2c
SM
149892000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14990
14991 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14992 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14993 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14994 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14995 (sh-font-lock-syntactic-keywords): Use them.
14996 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14997 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14998 (sh-mode): Don't override font-lock-unfontify-region-function.
14999 Use a copy of sh-font-lock-syntactic-keywords.
15000 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
15001 Don't call sh-scan-buffer since font-lock does it on the fly.
15002 (sh-get-indent-info): Use `face' rather than `syntax-table'
15003 text-property to detect here-documents.
15004 Replace sh-special-syntax with sh-st-punc.
15005 (sh-prev-line): Use `face' rather than `syntax-table'
15006 text-property to skip over here-documents.
15007 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
15008 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
15009 (sh-electric-less, sh-set-here-doc-region)
4836835a 15010 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
15011 (sh-scan-buffer, sh-rescan-buffer): Remove.
15012
f3d3c491
AI
150132000-10-21 Andrew Innes <andrewi@gnu.org>
15014
15015 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
15016 remote (ange-ftp) file names.
15017
b86c791c
MB
150182000-10-21 Miles Bader <miles@gnu.org>
15019
d9c30bdf
MB
15020 * window.el (fit-window-to-buffer): New function.
15021 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
15022 (window-text-height): Don't expect minibuffers to have mode-lines.
15023
d9c30bdf 15024 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
15025 * international/quail.el (quail-update-guidance):
15026 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 15027
617fee5a
MB
15028 * international/quail.el (quail-show-guidance-buf): Make sure
15029 guidance window really has enough room.
15030 (quail-update-guidance): If quail-guidance-win is already shown,
15031 make sure its height is OK.
15032
b86c791c
MB
15033 * window.el (window-text-height, set-window-text-height):
15034 New functions.
15035 (shrink-window-if-larger-than-buffer): Use `window-text-height'
15036 instead of `window-height' & `mode-line-window-height-fudge'.
15037 (mode-line-window-height-fudge): Add FACE parameter.
15038 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
15039 instead of `enlarge-window' & `mode-line-window-height-fudge'.
15040
e34850d1
MB
150412000-10-20 Miles Bader <miles@gnu.org>
15042
15043 * window.el (height-affecting-face-attributes): Use `defconst'.
15044
15045 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
15046 New function, conditionally aliased to `mode-line-window-height-fudge'.
15047 (ispell-help): Use it.
15048 (ispell-choices-win-default-height): Don't include mode-line fudge.
15049 (ispell-choices-win-default-height): New function.
15050 (ispell-show-choices, ispell-command-loop): Use function
15051 `ispell-choices-win-default-height' instead of variable.
15052
a8b883c2
MB
150532000-10-20 Miles Bader <miles@lsi.nec.co.jp>
15054
8c6e4a58
MB
15055 * window.el (mode-line-window-height-fudge): New variable.
15056 (height-affecting-face-attributes): New variable.
15057 (mode-line-window-height-fudge): New function.
15058 (shrink-window-if-larger-than-buffer): Use it.
15059 * help.el (resize-temp-buffer-window): Likewise.
15060
a8b883c2
MB
15061 * info.el (Info-fontify-node): Add support for @subsubsection
15062 titles, which use `Info-title-4-face'.
15063 (Info-title-4-face): New face.
15064 (Info-title-3-face): Inherit from Info-title-4-face instead of
15065 variable-pitch.
15066
e64c3a75
JR
150672000-10-19 Jason Rumney <jasonr@gnu.org>
15068
15069 * dired.el (dired-insert-directory): Do not let errors signalled by
15070 attempt to run dired-free-space-program prevent dired from working.
15071
c70fe852
SM
150722000-10-19 Stefan Monnier <monnier@cs.yale.edu>
15073
15074 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
15075
877cf6b4
GM
150762000-10-19 Gerd Moellmann <gerd@gnu.org>
15077
5de037e0
GM
15078 * dirtrack.el (dirtrack): Fix call to run-hooks.
15079
6deb9af9
GM
15080 * cmuscheme.el (cmuscheme-program-name): Renamed from
15081 scheme-program-name because xscheme.el contains a defcustom with
15082 the same name. As a consequence, customizing group `cmuscheme'
15083 loaded `xscheme' which redefined run-scheme.
15084 (run-scheme): Use cmuscheme-program-name.
15085
83c9cb8e 15086 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 15087
e597d8fb 15088 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 15089 anonymous address, and add a website for Befrienders International.
4836835a 15090
3e9cb08f
GM
150912000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15092
c70fe852
SM
15093 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15094 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
15095 (ps-print-version): New version number (6.2).
15096 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15097 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15098 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15099 (ps-x-extent-priority, ps-x-extent-start-position)
15100 (ps-x-face-font-instance, ps-x-find-coding-system)
15101 (ps-x-font-instance-properties, ps-x-make-color-instance)
15102 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15103 avoid compilation gripes without defining functions.
15104 (ps-e-find-composition): Alias for function find-composition, to have a
15105 suitable function depending on Emacs version.
15106 (ps-color-device, ps-color-values, ps-face-foreground-name)
15107 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15108 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15109 (ps-print-ensure-fontified): Function definitions surrounded by
15110 `eval-and-compile' to avoid compilation gripes.
15111 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15112 by symbol-value to avoid compilation gripes.
15113 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15114 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15115
d8abcd91
MB
151162000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15117
13ab33c4
MB
15118 * startup.el (normal-top-level): Call `frame-set-background-mode'
15119 after `frame-notice-user-settings' because the latter doesn't call
15120 the former on a tty.
15121
d8abcd91
MB
15122 * faces.el (frame-set-background-mode): `unspecified' &c are
15123 symbols, not strings.
15124
e8bce0a9
EZ
151252000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15126
c70fe852
SM
15127 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15128 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 15129
c70fe852
SM
15130 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15131 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 15132
773272d8
KH
151332000-10-19 Kenichi Handa <handa@etl.go.jp>
15134
c70fe852 15135 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
15136 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15137 for ISO10646-1 fonts.
15138 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15139
772139c0
EZ
151402000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15141
15142 * faces.el (frame-set-background-mode): If a tty frame defines a
15143 background color, use that to compute the background mode, instead
15144 of always defaulting to "dark".
15145
d134a19f
MB
151462000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15147
8bb84cb2
MB
15148 * comint.el (comint-write-output): New function.
15149 (comint-mode-map): Add it to the menu.
e40a778f 15150 Bind `C-c C-s' to comint-write-output.
d134a19f 15151
dada41e1
GM
151522000-10-18 Gerd Moellmann <gerd@gnu.org>
15153
15154 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15155 Use fancy-splash-delay.
15156
9b5360aa
GM
151572000-10-18 Alex Schroeder <alex@gnu.org>
15158
15159 * progmodes/sql.el (sql-sybase-options): New option.
15160 (sql-sybase): Use it. Add sql-database to the list of parameters
15161 provided for login. The options -w 2048 -n are not used any more.
15162
9035a35a
GM
15163 * comint.el (comint-read-input-ring): Bugfix such that the first
15164 and the last entry of the input ring file are not lost.
15165
3556c6dd
GM
151662000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15167
15168 * ps-print.el: Internal variable changes to defcustom,
15169 make-local-hook changes to defvar. Doc fix.
15170 (ps-print-version): New version number (6.1).
15171 (ps-setup, ps-do-despool): Code fix.
15172 (ps-printer-name): Customization fix.
15173 (ps-printer-name-option): Now is a defcustom instead of an
15174 internal variable.
15175 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15176 (ps-print-begin-column-hook): Now are defvar instead of
15177 make-local-hook.
4836835a 15178
4e217e50
MB
151792000-10-18 Miles Bader <miles@gnu.org>
15180
15181 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15182 (comint-kill-output): Changed into an alias for `comint-delete-output',
15183 and made obsolete.
15184 (comint-mode-map): Rename references to comint-kill-output.
15185
34460354
EZ
151862000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15187
15188 * diff-mode.el (diff-header-face, diff-file-header-face)
15189 (diff-changed-face): Add bold and italic attributes to tty faces.
15190 (diff-function-face): New face.
15191 (diff-font-lock-keywords): Use it.
15192
17ea3cdb
MB
151932000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15194
15195 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15196 Remove commented-out call to force-mode-line-update.
15197 (comint-kill-output): Use `forward-line 0' instead of
15198 beginning-of-line to make sure we get past the prompt.
15199
9244f2c7
SM
152002000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15201
15202 * diff-mode.el (diff-header-face, diff-file-header-face):
15203 Add specific setting for dark background.
15204 (diff-context-face): Renamed from diff-comment-face.
15205 Set explicitly rather than inheriting from font-lock-comment-face.
15206
1592c1ef
EZ
152072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15208
15209 * startup.el (command-line): Move the code which sets the default
15210 TTY colors to before before-init-hook.
15211
f86292a9
GM
152122000-10-17 Gerd Moellmann <gerd@gnu.org>
15213
15214 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15215
f7f2e883
EZ
152162000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15217
e854cc22
EZ
15218 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15219 extensions, for MS-DOS.
15220
f7f2e883
EZ
15221 * diff-mode.el (diff-header-face, diff-file-header-face)
15222 (diff-changed-face): Define tty-specific colors.
15223
c7b4f0f9
GM
152242000-10-17 Gerd Moellmann <gerd@gnu.org>
15225
15226 * startup.el (fancy-splash-text): Realign the text.
15227
12a72271
EZ
152282000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15229
15230 * font-lock.el (font-lock-comment-face): Define a separate default
15231 for dark-background tty's.
15232
61dfccfd
MB
152332000-10-17 Miles Bader <miles@gnu.org>
15234
15235 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15236 being obscured by whizzy mode-lines on graphics displays.
15237
333cd59e
EZ
152382000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15239
15240 * info.el (Info-title-1-face, Info-title-2-face)
15241 (Info-title-3-face): Define colors for tty's.
dada41e1 15242 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 15243
dbf1fcc1
EZ
152442000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15245
15246 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15247 reverse from the frame parameters, and don't invert foreground and
15248 background colors.
15249
ac629823
MB
152502000-10-16 Miles Bader <miles@gnu.org>
15251
15252 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15253 string "*Info*". Call propertized-buffer-identification to spruce
15254 up the result.
15255
76eebffc
GM
152562000-10-16 Gerd Moellmann <gerd@gnu.org>
15257
3a6b59d9
GM
15258 * help.el: Provide `help' for the sake of define-minor-mode
15259 which generates defcustoms with requires.
15260
6569c3d3
GM
15261 * jit-lock.el (jit-lock-after-change): If we're in text that
15262 matches a multi-line font-lock pattern, make sure the whole text
15263 will be redisplayed.
15264
c2e0a611
GM
15265 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15266 author's name is unknown.
15267
76eebffc
GM
15268 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15269 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15270 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15271 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15272 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15273 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15274 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15275 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15276 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15277 Add author information.
15278
cf1e7b12
MB
152792000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15280
15281 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15282 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15283 full-color version (using the Gimp) to eliminate dithering artifacts.
15284
5586f3eb
SM
152852000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15286
15287 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15288
15289 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15290
ad64a888
DL
152912000-10-15 Dave Love <fx@gnu.org>
15292
83c9cb8e 15293 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
15294
15295 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15296
15297 * whitespace.el: Doc fixes.
15298 (top-level): Don't add hooks here.
15299 (whitespace-running-emacs): Deleted.
15300 (timer): Don't require.
15301 (whitespace): Add back :version conditional on xemacs test.
15302 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15303 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15304 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15305 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15306 Avoid specific xemacs test.
15307 (whitespace-global-mode): New option.
15308 (whitespace-global-mode): New command.
15309 (whitespace-unload-hook): New function.
15310
15311 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 15312 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
15313 (Info-fontify-node): `Goto' goes to `Go to'.
15314 (Info-fontify-node): Add help-echo to xref links.
15315
1ef49fc6
EZ
153162000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15317
15318 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15319
8b7707e1
SM
153202000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15321
b3b7f42f
SM
15322 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15323 Use plist-get and allow :inherit.
15324
15325 * emacs-lisp/cl-macs.el (cl-do-arglist):
15326 Use plist-get and plist-member instead of memq.
15327
3c7fafc7
SM
15328 * emacs-lisp/ewoc.el (ewoc-location): New function.
15329 (ewoc-enter-after, ewoc-enter-before): Document return value.
15330 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15331 Don't need make-local-hook any more.
15332 (cvs-addto-collection): Return the new tin.
15333 (cvs-mode-insert): Jump to the new line.
15334
8b7707e1
SM
15335 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15336
15337 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15338
15339 * font-lock.el (font-lock-syntactically-fontified): New var.
15340 (font-lock-fontify-syntactic-keywords-region): Use it.
15341 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15342
15343 * diff-mode.el (diff-find-file-name): Fix regexp.
15344
15345 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15346 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15347
15348 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15349 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15350 (sh-mode): Don't make all vars local here.
15351 (sh-kw): Reformat.
15352 (sh-set-shell): Use dolist. Don't set indent-region-function.
15353 (sh-mode-syntax-table): Use pop.
15354 (sh-remember-variable): Use push.
15355 (sh-help-string-for-variable): Use memq.
15356 (sh-safe-backward-sexp): Remove.
15357 (sh-safe-forward-sexp): Add ARG.
15358 (sh-get-indent-info, sh-prev-stmt): Use it.
15359 (sh-prev-line): Simplify by using forward-comment.
15360 (sh-this-is-a-continuation): Simplify.
15361 (sh-learn-buffer-indent): Use dolist.
15362 (sh-do-nothing): Remove.
15363 (sh-set-char-syntax, sh-set-here-doc-region):
15364 Use inhibit-modification-hooks.
15365 (sh-name-style): Use mapcar and push.
15366 (sh-load-style): Use dolist.
15367 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15368 (sh-case, sh-while-getopts): Use propertize directly rather
15369 than sh-electric-rparen.
15370
153712000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15372
15373 * textmodes/tex-mode.el: Require CL when compiling.
15374 (tex-mode-syntax-table): Init immediately.
15375 (tex-mode-map): Bind M-RET to latex-insert-item.
15376 (latex-mode): Set indent-line-function to latex-indent.
15377 (tex-common-initialization): Don't setup the syntax-table any more.
15378 (latex-insert-item): New skeleton.
15379 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 15380 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 15381 (latex-indent, latex-find-indent): New functions.
4836835a 15382 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
15383 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15384 (tex-compilation-parse-errors): Use with-syntax-table.
15385
86b7fcbb
MB
153862000-10-15 Miles Bader <miles@gnu.org>
15387
15388 * font-lock.el (font-lock-comment-face): Change dark-background,
15389 color, non-tty, default to `chocolate1'.
15390
57a24508
JW
153912000-10-13 John Wiegley <johnw@gnu.org>
15392
15393 * eshell/esh-util.el (require): Added a missing `require' form,
15394 needed when compiling (for an ange-ftp macro definition).
15395
40ad3db4
DL
153962000-10-13 Dave Love <fx@gnu.org>
15397
15398 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15399
db460189
GM
154002000-10-13 Gerd Moellmann <gerd@gnu.org>
15401
83c9cb8e 15402 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 15403
4836835a 15404 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
15405 transparent -colors 8).
15406
b52758d1 154072000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
15408
15409 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15410 that breaks with old list format timestamps.
15411 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 15412 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 15413
16908a3f
JW
154142000-10-13 John Wiegley <johnw@gnu.org>
15415
d7103dda
JW
15416 * align.el, pcomplete.el, calendar/timeclock.el,
15417 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15418
dace60cf 15419 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
15420 faulty math, where holiday hours were being computing as seconds.
15421
b6b70cda
JW
154222000-10-13 John Wiegley <johnw@gnu.org>
15423
15424 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
15425 specifying what "other" kinds of buffers should be saved.
15426 This used to be hard-coded.
b6b70cda
JW
15427 (desktop-buffer-misc-functions): A global for specifying how
15428 auxiliary data should be determined for special buffer types.
15429 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15430 instead of hard-coding the special buffer types.
15431 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15432 auxiliary data, instead of hard-coding for Info buffers and dired.
15433 (desktop-buffer-info-misc-data): Aux function for determining Info
15434 buffer auxiliary info.
15435 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15436 (desktop-buffer-info): Changed this function to use the info
15437 gathered above.
15438 (desktop-create-buffer): Be a little more careful about what
15439 `minor-mode' means before calling it. This is important for some
15440 buffer types.
15441
8c6b1d83
JW
154422000-10-13 John Wiegley <johnw@gnu.org>
15443
15444 * eshell/esh-util.el: Added a global form which declares an
15445 autoload for `parse-time-string', if that function is not already
15446 defined, and if parse-time.el is available on the user's system.
15447
15448 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15449 to be aware of ange-ftp user info.
83c9cb8e 15450 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
15451 (eshell-ls-annotate): Use `eshell-file-attributes'.
15452 (eshell-ls-file): Made the user-id printing code a bit smarter.
15453
15454 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15455 allow identification of alias user ids in remote directories.
83c9cb8e
SM
15456 It's manual, but there's no other way to know when the current user
15457 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
15458 (fboundp): Bind `ange-cache'.
15459 (eshell-directory-files-and-attributes): Re-organized the logic a
15460 bit to use `eshell-file-attributes' instead of `file-attributes'.
15461 The former is more sensitive to directories that are read via FTP,
15462 and knows how to use ange-ftp to determine full attribute
15463 information, instead of just the name and last modtime.
15464 (eshell-current-ange-uids): Return the current user id when in a
15465 remote directory.
15466 (eshell-parse-ange-ls): Parse a full directory listing that has
15467 been returned by ange-ftp.
15468 (eshell-file-attributes): This beefed up version of
15469 `file-attributes' is only special if the user is currently in a
15470 remote directory, in which case it does a lot of work to find out
15471 what the real attributes of a file are, as they appear on the
15472 remote machine. This makes usage of remote directories (i.e.,
15473 ange-ftp pathnames) much more useful. You can now use Eshell as a
15474 full-fledged FTP client, with much more manipulation ability than
15475 most other clients.
15476
15477 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15478 variable, which means that Eshell's du should always be preferred
15479 in remote directories.
15480 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15481 just `file-attributes'.
15482 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15483 when reading remote directories. This is an Eshell-specific
15484 variable (not part of ange-ftp).
15485 (eshell/ln): Bind `ange-cache'.
15486 (eshell/du): Added some extra logic for determining when to use
15487 Eshell's du (which is slow), and when to use the external version
15488 (which may or may not exist).
15489
83c9cb8e
SM
15490 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15491 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
15492 `get-buffer-process', since backgrounded processes don't count in
15493 the context of this function's logic.
15494
15495 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15496 `forward-char', so that null strings are parsed correctly.
15497
87730e84 154982000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 15499
83c9cb8e
SM
15500 * eshell/em-pred.el (eshell-pred-file-type)
15501 (eshell-pred-file-links, eshell-pred-file-size):
15502 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
15503
15504 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15505 that remote file globbing is more efficient.
15506
15507 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15508 gathering the files and attributes within a directory.
15509
15510 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15511 the command line is a special file (not a regular file, directory
15512 or symlink), always attempt to call the external version of cat.
15513
87730e84 155142000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
15515
15516 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15517 Eshell-friendly version of find-tag.
15518
1c7e37a9
MB
155192000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15520
4836835a 15521 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
15522 (image-file-name-regexps): Add autoload cookies.
15523
11a7f341
KH
155242000-10-13 Kenichi Handa <handa@etl.go.jp>
15525
15526 * international/mule-cmds.el (select-safe-coding-system): If FROM
15527 is string, show it in *Warning* buffer.
15528
8ddddcb0
EZ
155292000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15530
15531 * startup.el (normal-top-level): Use display-popup-menus-p instead
15532 of window-system.
15533 (command-line): Use display-graphic-p instead of window-system.
15534 (command-line-1): Use display-popup-menus-p and display-mouse-p
15535 instead of window-system.
15536
72200f89
SS
155372000-10-12 Sam Steingold <sds@gnu.org>
15538
15539 * tooltip.el (tooltip-use-echo-area): New user variable.
15540 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15541
8661c643
DL
155422000-10-12 Dave Love <fx@gnu.org>
15543
d0b40dc1
DL
15544 * recentf.el: Maintainer's checkdoc fixes.
15545
83c9cb8e
SM
15546 * startup.el (normal-top-level-add-subdirs-to-load-path):
15547 Use character class, not ASCII when matching file names.
a622451f
DL
15548 (fancy-splash-head): Add trailing slash to URL.
15549 (command-line): Don't require XPM support for toolbar.
15550
8661c643
DL
15551 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15552 (cperl-invalid-face): Revert last change.
15553 (cperl-init-faces): Quote cperl-invalid-face.
15554
ef2ed8ab
KH
155552000-10-12 Kenichi Handa <handa@etl.go.jp>
15556
15557 * startup.el (fancy-splash-text): Remove superfluous quote.
15558
b0da379e
GM
155592000-10-12 Gerd Moellmann <gerd@gnu.org>
15560
dbeb499b
GM
15561 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15562 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15563 (command-line-1): Don't use fancy-splash-pending-command.
15564 (fancy-splash-screens-1): Goto point-min after inserting text.
15565
d861718a
GM
15566 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15567
b0da379e
GM
15568 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15569 instead of shared-lisp-mode-map.
15570
4fb2ad98
MB
155712000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15572
1cb4393e
MB
15573 * faces.el (header-line): Change tty-variant to use underlining.
15574
4fb2ad98
MB
15575 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15576 (isearch-highlight): Restore lazy-isearch face properties at old
15577 position, and suppress them at new position.
15578 (isearch-dehighlight): Restore lazy-isearch face properties.
15579 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15580 over the real isearch overlay, but in that case, don't give it a
15581 face property. Use `push'.
15582
eb991b25
KH
155832000-10-12 Kenichi Handa <handa@etl.go.jp>
15584
15585 * man.el (Man-getpage-in-background): Fix previous change.
15586 Decode the process output only when we are in multibyte mode.
15587
a818c1c0
DL
155882000-10-11 Dave Love <fx@gnu.org>
15589
c990f53a
DL
15590 * info.el (Info-mode-menu): Fix some help.
15591 (info-tool-bar-map): Add entry for Info-last.
15592
a818c1c0
DL
15593 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15594 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15595 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15596 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15597 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15598 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15599 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15600 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15601 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15602 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15603 Reduce colour requirements to 25 overall. (Probably wants
15604 revisiting from the originals to reduce further.)
15605
c1b096cb
EZ
156062000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15607
15608 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15609 buffer-file-coding-system, instead of raw-text.
15610 (dehexlify-buffer): Bind coding-system-for-read to
15611 buffer-file-coding-system, instead of raw-text.
15612
5c8b7eaf
SS
156132000-10-11 Sam Steingold <sds@gnu.org>
15614
83c9cb8e 15615 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
15616 `underline' - fixes the bug introduced on 2000-09-21.
15617
2cfbdb7a
DL
156182000-10-11 Dave Love <fx@gnu.org>
15619
83c9cb8e
SM
15620 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15621 Avoid compiler warnings.
2cfbdb7a
DL
15622 (scheme-mode): Doc fix.
15623 (scheme-font-lock-keywords-1): Match `define-syntax'.
15624
156252000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
15626
15627 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
15628 face specs as well as default ones. Only do anything if the
15629 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 15630 (region): Make dark-background `region' face less in-your-face.
4b33f290 15631
690ec649
SS
156322000-10-10 Sam Steingold <sds@gnu.org>
15633
15634 * chistory.el, ielm.el, ledit.el:
15635 * progmodes/inf-lisp.el, progmodes/scheme.el:
15636 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15637
3b95d6bb
SM
156382000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15639
15640 * textmodes/texinfo.el: Update copyright and fix typo.
15641
15642 * desktop.el (desktop-modes-not-to-save): New var.
15643 (desktop-save-buffer-p): Use it.
a30eb617
DL
15644 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15645 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15646
156472000-10-10 Dave Love <fx@gnu.org>
15648
15649 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 15650 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
15651
15652 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15653 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15654 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15655 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15656 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15657 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15658 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15659 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15660 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15661 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15662 the .xpms; probably need retouching.
15663
156642000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15665
15666 * subr.el (add-to-list): Add optional argument APPEND.
15667 * battery.el (display-battery): Use `add-to-list'.
15668
156692000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15670
83c9cb8e
SM
15671 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15672 properties.
a30eb617
DL
15673 (zone, zone-when-idle, zone-leave-me-alone)
15674 (zone-pgm-whack-chars): Use new symbol properties.
15675
15676 * battery.el (display-battery): Doc spelling fix.
15677
15678 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15679 property.
15680
156812000-10-09 Dave Love <fx@gnu.org>
15682
15683 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15684 has been initialized before calling tool-bar-setup.
15685 (tool-bar-add-item-from-menu): Add autoload cookie.
15686
156872000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15688
15689 * menu-bar.el (send-mail-item-name): New function.
15690 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15691 of mail-user-agent in the menu. Don't display the "Send Mail"
15692 item if mail-user-agent is nil or its value is ignore.
15693 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15694 if read-mail-command is nil or its value is ignore.
15695
15696 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15697
156982000-10-09 Miles Bader <miles@gnu.org>
15699
15700 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15701 Correct image size.
15702 * toolbar/left_arrow.xpm: Correct image size.
15703
15704 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15705 will be done by the definition of `auto-compression-mode' if
15706 necessary. Move code to uninstall existing file-name handler
15707 before definition of `auto-compression-mode'.
15708
15709 * image-file.el (auto-image-file-mode): Move to the end of the
15710 file, because `define-minor-mode' actually calls the mode-function
15711 if the associated variable is non-nil, which requires that all
15712 needed functions be already defined.
15713
15714 * mouse.el (popup-menu): Balance parens.
15715
157162000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15717
15718 * mouse.el (popup-menu): Move the command call outside the loop
15719 so that popup-menu returns whatever the command returns.
15720
15721 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15722 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15723 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15724 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15725
15726 * vc.el (vc-version-diff): diff-switches can be a list.
15727 Use relative filenames for prettier output.
15728
15729 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15730 (vc-post-command-functions): Remove old-VC compatibility code.
15731
15732 * newcomment.el (comment-indent-default): Autoload.
15733
15734 * font-lock.el (font-lock-defaults): Make buffer-local.
15735 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15736 (font-lock-choose-keywords):
15737 Ignore LEVEL unless KEYWORDS is a list of syms.
15738 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15739 Don't wrap regexp-opt things in \(...\) unnecessarily.
15740
15741 * jit-lock.el: Don't require font-lock any more.
15742 (jit-lock-functions): Make buffer-local.
15743 (jit-lock-saved-fontify-buffer-function): Remove.
15744 (jit-lock-mode): Remove autoload cookie.
15745 Remove font-lock specific code.
15746 (jit-lock-unregister): Don't bother handling complex hooks any more.
15747 (jit-lock-refontify): New function.
15748 (jit-lock-fontify-buffer): Use it.
15749 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15750 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15751 Add optional args START and END.
15752 Never call font-lock-fontify-region directly.
15753 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15754
15755 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15756
157572000-10-08 Dave Love <fx@gnu.org>
15758
15759 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15760
15761 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15762
15763 * play/studly.el (studlify-region, studlify-word): Add autoload
15764 cookie.
15765
15766 * play/morse.el (morse-region, unmorse-region): Add autoload
15767 cookie.
15768
15769 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15770 concat.
15771
15772 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15773 insist on symbols starting with word syntax.
15774 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15775 (eval-defun-1): Doc fix.
15776 (indent-sexp): Use nconc to build up indent-stack.
15777
15778 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15779 Gnus with little use.
15780 (mail-setup-hook): Add mail-abbrevs-setup to options.
15781
15782 * recentf.el: Doc fixes.
15783
15784 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15785 Clean up remainder.
15786
15787 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15788 without timezone and (8) with timezone to enforce some whitespace.
15789 Simplify code somewhat.
15790
15791 * options.el (list-options): Doc that you should use customize.
15792
15793 * iswitchb.el (iswitchb-mode): Add :require.
15794
15795 * info.el (Info-goto-node, Info-menu): Doc fix.
15796 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15797 (info-tool-bar-map): New variable.
15798 (Info-mode): Use it.
15799 (Info-edit-map): Define all in defvar.
15800 (speedbar-attached-frame): Avoid compiler warning.
15801
15802 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15803 (global-map): Bind [tool-bar] to a filtered map.
15804 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15805 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15806 Allow PBM icons.
15807 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15808
15809 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15810 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15811 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15812 icons, except up_arrow, which is left-arrow rotated.
15813
15814 * imenu.el (imenu-add-to-menubar): Fix last change.
15815
158162000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15817
15818 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15819 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15820
158212000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15822
15823 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15824 typos in doc strings.
15825
15826 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15827 the doc strings how to customize Font Lock faces.
15828
15829 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15830 computing growth when dragging the header line.
15831
158322000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15833
15834 * simple.el (kill-line): Doc fix.
15835
158362000-10-08 Miles Bader <miles@gnu.org>
15837
15838 * faces.el (secondary-selection): Make foreground visible on tty.
15839
15840 * jka-compr.el (auto-compression-mode): Move to the end of the
15841 file, because `define-minor-mode' actually calls the mode-function
15842 if the associated variable is non-nil, which requires that all
15843 needed functions be already defined.
15844 (with-auto-compression-mode): Add autoload cookie.
15845
158462000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15847
15848 * files.el (find-backup-file-name) [ms-dos]: If support for long
15849 file names is not available, behave as if version-control were set
15850 to never.
15851
158522000-10-07 Dave Love <fx@gnu.org>
15853
15854 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15855 (browse-url-gnome-moz): New function.
15856 (browse-url-browser-function): Use it.
15857 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15858
158592000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15860
15861 * indent.el (tab-always-indent): New var.
15862 (indent-for-tab-command): Use it.
15863
15864 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15865 raise an error. This way it can still default to a sane value.
15866
158672000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15868
15869 * startup.el (fancy-splash-screens): Use local rather than global map.
15870 Don't use `update-menu-bindings' any more.
15871 Get rid of assumptions about keymap representation.
15872
158732000-10-06 Dave Love <fx@gnu.org>
15874
15875 * textmodes/fill.el (sentence-end-double-space)
15876 (sentence-end-without-period): Doc fix.
15877 (adaptive-fill-regexp): Purecopy.
15878 (unjustify-current-line): Use line-end-position.
15879 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15880
15881 * net/eudc-vars.el (eudc): Add :version, :link.
15882
15883 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15884
15885 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15886 Fix for define-minor-mode.
15887 (function-at-point): Alias to function-called-at-point.
15888
15889 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15890
15891 * simple.el (backward-word): Doc fix.
15892
15893 * image-file.el (image-file-name-regexp): image-file-regexps ->
15894 image-file-name-regexps.
15895 (image-file-name-extensions): Add pbm.
15896
158972000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15898
15899 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15900 and add filename to the names so that diff-mode can jump to source.
15901
15902 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15903 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15904 (tex-font-lock-keywords-1): Remove.
15905 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15906 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15907 (font-lock-default-fontify-region):
15908 Expand beg..end correctly when just following a multiline region.
15909 (font-lock-fontify-anchored-keywords):
15910 Include the anchor text as part of the multiline.
15911
159122000-10-06 Gerd Moellmann <gerd@gnu.org>
15913
15914 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15915 latter needs the autoloaded define-minor-mode macro during the
15916 bootstrap.
15917
15918 * startup.el (command-line): For now, activate tool-bar-mode only
15919 if XPM images are supported.
15920
15921 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15922 window by dragging a header-line at the top of the frame; that's
15923 confusing because the header-line doesn't move.
15924 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15925 of treating the event as a list. Some cleanup.
15926
159272000-10-06 Miles Bader <miles@gnu.org>
15928
15929 * simple.el (display-message-or-buffer): New function.
15930 (shell-command-on-region): Use `display-message-or-buffer'.
15931
15932 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15933 docstring parts.
15934
15935 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15936 (smbclient-prompt-regexp): Add usage note to doc string.
15937 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15938 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15939 Use add-hook for adding the comint filter function, and only do so
15940 if it's not already in the global hook list.
15941 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15942 to `make-local-variable'.
15943 (nslookup-font-lock-keywords): Remove prompt entry.
15944 (nslookup): Don't set the process-filter.
15945 (finger): Exit the loop correctly when the regexps list runs out.
15946 (ftp, smbclient, smbclient-list-shares):
15947 Set the real major mode immediately, not after execing.
15948 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15949
15950 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15951
159522000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15953
15954 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15955
15956 * which-func.el (which-func-format): Remove spurious space.
15957 (which-func-mode): Don't make it permanent-local.
15958 (which-func-ff-hook): Allow which-func-maxout to be nil.
15959 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15960 (which-func-mode): Simplify.
15961 Use post-command-idle-hook rather than post-command-hook.
15962 Go through all buffers and update their state.
15963 (which-function): Also try add-log-current-defun-function.
15964
15965 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15966 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15967 Update call to with-vc-properties accordingly.
15968 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15969 (vc-revert-buffer): More careful about window selection and deletion.
15970 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15971
15972 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15973 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15974 (cvs-dired-action): Change the default to quickdir.
15975
15976 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15977 if comment-indent-function returns nil.
15978 (comment-indent-default): New function.
15979 (comment-indent-function): Use it and document the new semantics.
15980
15981 * image-file.el: Docstring fixes.
15982
15983 * help.el (help-xref-on-pp): Use match-string.
15984 (describe-variable): New arg BUFFER.
15985 Store the current buffer in the help-xref-stack.
15986 (temp-buffer-resize-mode): Use define-minor-mode.
15987
15988 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15989 consistently with its docstring.
15990 Set jit-lock-first-unfontify-pos in an idempotent way.
15991 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15992
159932000-10-05 Alex Schroeder <alex@gnu.org>
15994
15995 * sql.el (sql-mysql-options): New variable.
15996 (sql-mysql): Use it.
15997
159982000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15999
16000 * image.el (image): New group.
16001
16002 * smerge-mode.el (smerge-mine-face, smerge-other-face)
16003 (smerge-base-face, smerge-markers-face): Add dark-background variants.
16004
160052000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16006
16007 * net/net-utils.el (nslookup-font-lock-keywords)
16008 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16009 Ignore the value of wqindow-system; always define keywords
16010
160112000-10-05 Kenichi Handa <handa@etl.go.jp>
16012
16013 * startup.el (fancy-splash-screens): Remove the code for
16014 debugging; `(trace-to-stderr "EXITTT\n")'.
16015
160162000-10-05 Miles Bader <miles@gnu.org>
16017
16018 * diff-mode.el (diff-goto-source): Update call to
16019 `diff-hunk-status-msg' to reflect new REV variable.
16020
160212000-10-04 Stefan Monnier <monnier@cs.yale.edu>
16022
16023 * progmodes/icon.el (icon-mode):
16024 Don't gratuitously override the default for comment-column.
16025
16026 * vc-hooks.el (vc-mode-line): Fix interactive spec.
16027
16028 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
16029 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
16030 (jit-lock-functions): New var.
16031 (jit-lock-function-1): Use it if non-nil.
16032 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
16033 Set the `fontified' property before doing the fontification to avoid
16034 repeatedly going through the same error.
16035 Don't turn errors into messages.
16036 (jit-lock-register, jit-lock-unregister): New functions.
16037
16038 * dired.el (dired-mark-pop-up): Turn comment into docstring.
16039 Use with-current-buffer.
16040
16041 * dired-aux.el (dired-do-create-files, dired-kill-tree):
16042 Turn comment into docstring.
16043
16044 * apropos.el (apropos-mode): Use define-derived-mode.
16045
160462000-10-04 Gerd Moellmann <gerd@gnu.org>
16047
16048 * startup.el (fancy-splash-pending-command): New variable.
16049 (fancy-splash-pre-command): New function.
16050 (fancy-splash-screens): Rewritten.
16051 (command-line-1): If fancy-splash-pending-command is set, call it
16052 interactively.
16053
160542000-10-04 Dave Love <fx@gnu.org>
16055
16056 * toolbar/tool-bar.el (tool-bar-setup): New function.
16057 (tool-bar-mode): Use it.
16058
16059 * subr.el (substitute-key-definition): Doc fix.
16060 (play-sound-file): New command.
16061
160622000-10-04 Andre Spiegel <spiegel@gnu.org>
16063
16064 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
16065 vc-version-backup-file-name): New functions.
16066
16067 * files.el (basic-save-buffer): Call vc-before-save before saving.
16068
16069 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
16070 vc-cvs-stay-local-p.
16071
16072 * vc.el (vc-revert-buffer): Handle empty diff properly.
16073 (vc-version-backup-file): New function.
16074 (vc-checkout): Create a version backup if necessary.
16075 (vc-checkin): If a version backup file exists, delete it.
16076 (vc-version-diff): Diff locally using version backups, if available.
16077 (vc-revert-file): If there's a version backup, revert locally.
16078 (vc-transfer-file): Use version backup for base version, if
16079 available. If not, ask for confirmation whether to get it from the
16080 server. Update mode line before check-in.
16081
160822000-10-04 Dave Love <fx@gnu.org>
16083
16084 * toolbar/tool-bar.el (tool-bar-setup): New function.
16085 (tool-bar-mode): Use it.
16086
160872000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16088
16089 * net/net-utils.el (nslookup-font-lock-keywords)
16090 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16091 Only set if window-system is non-nil
16092 (net-utils-run-program): Returns buffer.
16093 (network-connection-reconnect): Added this function.
16094
16095 * generic.el:
16096 Incorporates extensive cleanup and docfixes by
16097 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16098 Uses cl compile-time macros.
16099 (generic-mode-name, generic-comment-list)
16100 (generic-keywords-list, generic-font-lock-expressions)
16101 (generic-mode-function-list, generic-mode-syntax-table):
16102 Removed variables.
16103 (generic-mode-alist): Renamed to generic-mode-list.
16104 (generic-find-file-regexp): Default changed to "^#".
16105 (generic-read-type): Uses completing read on generic-mode-list.
16106 (generic-mode-sanity-check): removed this function.
16107 (generic-add-to-auto-mode): Removed this function
16108 (generic-mode-internal): Bind mode-specific definitions
16109 into function instead of putting them in alist.
16110 (generic-mode-set-comments): Reworked extensively.
16111 (generic-mode-find-file-hook): Simplified regexp searching
16112 (generic-make-keywords-list): Omit extra pair of parens
16113
16114 * find-lisp.el (find-lisp-find-files-internal):
16115 Make sure directory name ends with "/".
16116
16117 * generic-x.el (apache-conf-generic-mode):
16118 Regexp now allows leading whitespace.
16119 (rc-generic-mode): Added eval-when-compile
16120 around generic-make-keywords-list.
16121 Deleted duplicate regexp
16122 (rul-generic-mode): Added eval-when-compile
16123 around generic-make-keywords-list.
16124 (etc-fstab-generic-mode): New generic mode.
16125 (rul-generic-mode): Removed one eval-when-compile
16126 which caused a max-specpdl-size exceeded error.
16127
161282000-10-04 Miles Bader <miles@gnu.org>
16129
16130 * simple.el (minibuffer-temporary-goal-position): New variable.
16131 (next-history-element): Try to keep the position of point in the
16132 input string constant.
16133
16134 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16135 (dired-do-create-files): If there's only one file, pass it in as
16136 the DEFAULT arg to dired-mark-read-file-name.
16137
161382000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16139
16140 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16141 (diff-goto-source): Be smarter when choosing REVERSE or not.
16142
16143 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16144 (texinfo-mode-menu): Add an explicit shortcut for update all.
16145
161462000-10-03 Andre Spiegel <spiegel@gnu.org>
16147
16148 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16149 factorize backend-specific code cleanly (this was essentially
16150 conceived by Stefan Monnier).
16151 (vc-unregister): Function removed.
16152 (vc-revert-file): New function.
16153 (vc-revert-buffer): Delegate some of the work to it.
16154
16155 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16156 default branch unconditionally.
16157 (vc-rcs-set-default-branch): New function.
16158 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16159 (vc-rcs-checkin): If an appropriate default branch has been set,
16160 force creation of that branch.
16161 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16162 code (as suggested by Stefan Monnier).
16163
161642000-10-02 Gerd Moellmann <gerd@gnu.org>
16165
16166 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16167 highlighting overlay with a different face over the overlay
16168 isearch uses to highlight the current match because that can lead
16169 to bad face combinations.
16170
16171 * loadup.el (toplevel): Load faces before isearch.
16172
16173 * isearch.el (isearch-faces): New custom group.
16174 (isearch): New defface; was already tested for in the code.
16175 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16176 (isearch-highlight): Always use face `isearch'.
16177
161782000-10-02 Dave Love <fx@gnu.org>
16179
16180 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16181 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16182 comparison of opcode with operand.
16183
161842000-10-03 Miles Bader <miles@gnu.org>
16185
16186 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16187 buffer, since the echo area will now grow to accommodate them.
16188
161892000-10-02 Andre Spiegel <spiegel@gnu.org>
16190
16191 * vc-hooks.el (vc-registered): If FILE used to be registered under
16192 a certain backend, try that one first.
16193
16194 * vc.el (vc-responsible-backend): Undo the previous change in the
16195 argument list. Handle multiple backends correctly.
16196 (vc-find-new-backend): Function removed.
16197 (vc-register): Use vc-responsible-backend, as before.
16198 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16199
162002000-10-02 Gerd Moellmann <gerd@gnu.org>
16201
16202 * startup.el (fancy-splash-head): Change message below the
16203 logo.
16204
162052000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16206
16207 * diff-mode.el (diff-goto-source): Emit a status message.
16208 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16209 (diff-test-hunk): Fix doc string.
16210 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16211 (diff-advance-after-apply-hunk): New variable.
16212 (diff-apply-hunk): Don't return a value.
16213
162142000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16215
16216 * vc.el (vc-editable-p): Minor optimization.
16217 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16218 (vc-find-new-backend): New function split from vc-responsible-backend.
16219 (vc-register): Use it.
16220 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16221 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16222 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16223 (vc-clear-headers): Don't use find-file.
16224 (vc-revert-buffer): Use `and' again (must have been a braino).
16225 (vc-switch-backend): Only prompt if requested.
16226 Short circuit if nothing is to be done.
16227 Don't use vc-resynch-buffer which could lose unsaved editing.
16228 (vc-default-receive-file): Update call to vc-unregister.
16229 (with-vc-file, vc-next-action-on-file):
16230 Use vc-backend rather than vc-registered.
16231 (vc-next-action-on-file): Use intern-soft.
16232 Deal with read-only *vc-diff* buffer.
16233 (vc-transfer-file): Docstring fix.
16234
16235 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16236 (vc-rcs-receive-file): Avoid with-vc-properties.
16237 Update call to vc-unregister.
16238 Use constant `RCS' rather than (dynamically bound) var `backend'.
16239
162402000-10-01 Andre Spiegel <spiegel@gnu.org>
16241
16242 * vc.el (vc-next-action-on-file): Update mode line only if file
16243 is visited.
16244 (vc-start-entry): New argument initial-contents. Don't visit the file
16245 if it isn't already visited. Brought documentation up-to-date.
16246 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16247 (vc-checkin): New optional arg initial-contents, which is passed to
16248 vc-start-entry.
16249 (vc-finish-logentry): Make sure to bury log buffer only if there
16250 really is one. Call `vc-resynch-buffer' on log-file, not
16251 buffer-file-name.
16252 (vc-default-comment-history, vc-default-wash-log): New functions.
16253 (vc-index-of): Removed.
16254 (vc-transfer-file): Make do without the above.
16255 (vc-default-receive-file): Call comment-history unconditionally. Pass
16256 the resulting string to vc-checkin, instead of inserting it into the
16257 comment ring.
16258
16259 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16260 unconditionally. Use the comments as initial contents of the log
16261 entry buffer. Document the trick to force branch creation with no
16262 changes.
16263
162642000-10-01 Miles Bader <miles@gnu.org>
16265
16266 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16267 `recenter' with an arg to prevent redrawing the display.
16268
162692000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16270
16271 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16272
16273 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16274
16275 * progmodes/c-mode.el (c-mode):
16276 Don't gratuitously override the default for comment-column.
16277
16278 * textmodes/tex-mode.el (latex-metasection-list): New var.
16279 (latex-imenu-create-index): Use it.
16280 Move the regexp construction outside loops (and use push).
16281 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16282 (tex-font-lock-keywords): Moved from font-lock.el.
16283 (tex-comment-indent): Remove.
16284 (tex-common-initialization): Don't set comment-indent-function.
16285 (latex-block-default): New var.
16286 (tex-latex-block): Use it to provide a default choice.
16287 Add any unknown choice to latex-block-names.
16288 Insert [...] after {...}.
16289 (tex-last-unended-begin): Simplify regexp.
16290 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16291 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16292 (latex-mode): Set forward-sexp-function.
16293
16294 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16295 Add regexp for @ignore ... @end ignore.
16296 (texinfo-heading-face): New face.
16297 (texinfo-font-lock-keywords): Use it.
16298 (texinfo-mode-menu): New menu.
16299 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16300 New functions.
16301 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16302 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16303 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16304 Remove declaration.
16305 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16306
16307 * delsel.el (delete-selection-mode): Use define-minor-mode.
16308
16309 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16310
163112000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16312
16313 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16314
163152000-09-30 Gerd Moellmann <gerd@gnu.org>
16316
16317 * replace.el (keep-lines-read-args): New function.
16318 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16319 read arguments interactively. Add parameters RSTART and REND.
16320 Operate on the active region in Transient Mark mode.
16321
16322 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16323
16324 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16325 (authors-obsolete-files-regexps): New variable.
16326 (authors-add): Don't record changes in obsolete files.
16327
163282000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16329
16330 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16331
16332 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16333 (comment-indent): Make sure there's a space between code and comment.
16334 Shift comments left to avoid going past fill-column.
16335
163362000-09-29 Gerd Moellmann <gerd@gnu.org>
16337
16338 * startup.el (startup-echo-area-message): New function.
16339 (display-startup-echo-area-message): Use it.
16340 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16341 (fancy-splash-default-action): New function.
16342 (fancy-splash-screens-1): New function.
16343 (fancy-splash-head): Put a help-echo and a keymap under the image.
16344
163452000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16346
16347 * diff-mode.el (diff-add-log-file-name): Remove.
16348 (diff-mode): Use add-log-buffer-file-name-function.
16349
16350 * add-log.el (find-change-log): New arg BUFFER-FILE.
16351 (add-log-file-name): Obey add-log-file-name-function.
16352 (add-log-buffer-file-name-function): New var.
16353 (add-change-log-entry): Use it.
16354
163552000-09-29 Miles Bader <miles@gnu.org>
16356
16357 * image-file.el (image-file-name-extensions): New variable.
16358 (image-file-name-regexps): Renamed from `image-file-regexps'.
16359 New default value is nil. Call `auto-image-file-mode'.
16360 (image-file-name-regexp): New function.
16361 (auto-image-file-mode): New minor mode.
16362 (insert-image-file): Don't make conditional on the image-file
16363 handler being enabled.
16364 (image-file-handler): Make the call here conditional instead.
16365 (set-image-file-handler-enabled, enable-image-file-handler)
16366 (disable-image-file-handler): Functions removed.
16367
16368 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16369 string.
16370
163712000-09-29 Gerd Moellmann <gerd@gnu.org>
16372
16373 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16374 it's a function from CL.
16375 (latex-imenu-create-index): Replace eval-when-compile with progn
16376 because latex-section-alist is not bound while compiling.
16377
163782000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16379
16380 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16381 (outline-mode): Use define-derived-mode.
16382
16383 * progmodes/perl-mode.el (perl-mode):
16384 * progmodes/awk-mode.el (awk-mode):
16385 * progmodes/asm-mode.el (asm-mode):
16386 Don't gratuitously override the default for comment-column.
16387
16388 * emacs-lisp/lisp.el (lisp-complete-symbol):
16389 Distinguish the let-binding case from the funcall case.
16390 (forward-sexp-function): New variable.
16391 (forward-sexp): Use it.
16392
16393 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16394 (easy-mmode-defmap): Remove the now useless autoload.
16395
16396 * time.el (display-time-mode): Use define-minor-mode.
16397
16398 * subr.el (add-minor-mode): Don't eval NAME.
16399 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16400 Use if rather than cond.
16401
16402 * simple.el (read-expression-map): Define more properly.
16403 (comment-indent-hook): Remove.
16404 (string-to-syntax): Bug fix.
16405
16406 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16407 (cvs-ediff-diff): Fix typo.
16408 (cvs-revert-if-needed): Don't bother preserving read-only.
16409
16410 * paren.el (show-paren-mode): Use define-minor-mode.
16411
16412 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16413 (toggle-auto-compression): Remove.
16414 (jka-compr-build-file-regexp): Remove useless grouping.
16415
16416 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16417 Avoid user-reserved bindings.
16418 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16419 (diff-header-face): Revert to grey85.
16420
16421 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16422
16423 * complete.el (partial-completion-mode) <defcustom>: Remove.
16424 (partial-completion-mode): Use define-minor-mode.
16425 (PC-do-completion): Understand `completion-auto-help = delay'
16426 to mean to popup the completion buffer only the second time.
16427 (PC-include-file-all-completions, PC-include-file-all-completions)
16428 (PC-include-file-all-completions): Don't quote lambda.
16429
16430 * comint.el (comint-mode-hook): Docstring fix.
16431 (comint-mode): Use define-derived-mode.
16432 (comint-mode-map): Remove obsolete comment.
16433 (make-comint): Minor stylistic change.
16434 (comint-insert-clicked-input): Be more careful to find the overlay.
16435 Use this-command-keys rather than hardcoding mouse-2.
16436
16437 * font-lock.el: Replace confusing (,@ with ,
16438 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16439 Don't use regexp-opt-depth. Spice up the regexp for args.
16440 Don't distinguish between cmds that can take an opt arg or not.
16441 Use `append' and `prepend' rather than `keep'.
16442
16443 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16444 (latex-outline-regexp): New var.
16445 (latex-outline-level): New fun.
16446 (latex-section-alist): New var.
16447 (latex-imenu-create-index): Use it. Use `push' as well.
16448 (tex-shell-map): Initialize it properly.
16449 (tex-mode): Minor stylistic change.
16450 (plain-tex-mode): Use define-derived-mode.
16451 (latex-mode): Use define-derived-mode.
16452 Construct the paragraph regexps in a more readable way.
16453 Set the buffer-local outline-{level,regexp} vars.
16454 (slitex-mode): Derive from latex-mode.
16455 (tex-common-initialization): Don't kill-all-vars anymore.
16456 Add setting for comment-add and font-lock-defaults.
16457 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16458 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16459 (tex-start-tex): New arg DIR (and send a chdir command for it).
16460 Also display the shell buffer and save it in tex-last-buffer-texed.
16461 (tex-region): Use expand-file-name rather than concat.
16462 Remove code made useless by changes in tex-start-tex.
16463 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16464
16465 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16466
164672000-09-28 Dave Love <fx@gnu.org>
16468
16469 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16470
164712000-09-28 Gerd Moellmann <gerd@gnu.org>
16472
16473 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16474 `append'.
16475
164762000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16477
16478 * info.el (Info-extract-pointer): Undo last change.
16479 Instead, fix the position of the `bound' arg to re-search-backward.
16480
164812000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16482
16483 * info.el (Info-extract-pointer):
16484 Widen more carefully, to avoid finding pointers in other nodes.
16485 (Info-index): Use push.
16486
164872000-09-27 Gerd Moellmann <gerd@gnu.org>
16488
16489 * frame.el (set-frame-font): Remove call to obsolete function
16490 frame-update-faces.
16491 (set-foreground-color, set-background-color): Likewise for
16492 frame-update-face-colors.
16493
164942000-09-27 Miles Bader <miles@gnu.org>
16495
16496 * image-file.el: New file.
16497
164982000-09-27 Gerd Moellmann <gerd@gnu.org>
16499
16500 * frame.el (frame-notice-user-settings): Don't call
16501 frame-update-faces, which is a no-op now.
16502
16503 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16504 tool-bar-lines.
16505
165062000-09-27 Dave Love <fx@gnu.org>
16507
16508 * mouse.el: Fix last change.
16509
165102000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16511
16512 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16513
165142000-09-22 Kenichi Handa <handa@etl.go.jp>
16515
16516 * international/quail.el (quail-help): The output message is
16517 improved.
16518
165192000-09-26 Dave Love <fx@gnu.org>
16520
16521 * mouse.el (popup-menu): If POSITION is nil, set it using
16522 mouse-position.
16523
165242000-09-25 Sam Steingold <sds@gnu.org>
16525
16526 * net/browse-url.el (browse-url-file-url): Check for null maps.
16527
165282000-09-26 Gerd Moellmann <gerd@gnu.org>
16529
16530 * frame.el (frame-notice-user-settings): Don't add a
16531 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16532
16533 * frame.el (frame-notice-user-settings):
16534 Make tool-bar-mode and default-frame-alist consistent.
16535
16536 * toolbar/tool-bar.el (tool-bar-help): New function.
16537
165382000-09-25 Gerd Moellmann <gerd@gnu.org>
16539
16540 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16541 current-load-list in top-level forms. Else this leaks a cons cell
16542 every time a defun is called.
16543
16544 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16545
165462000-09-25 Dave Love <fx@gnu.org>
16547
16548 * startup.el (fancy-splash-head): Check XPM is available.
16549
16550 * autoinsert.el (auto-insert): Doc fix.
16551 (auto-insert-alist): Following GNU notices, don't say `copyright
16552 _by_'. Use line-beginning-position.
16553 (auto-insert): Check buffer-file-name is non-nil before use.
16554
165552000-09-25 Gerd Moellmann <gerd@gnu.org>
16556
16557 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16558 starting with `@def' or `@multitable', in addition to ones
16559 specified by the user in auto-fill-inhibit-regexp.
16560
165612000-09-25 Markus Rost <rost@math.ohio-state.edu>
16562
16563 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16564 rmail-dont-reply-to-names matches the empty string.
16565
165662000-09-25 Gerd Moellmann <gerd@gnu.org>
16567
16568 * startup.el (command-line-1, fancy-splash-text): Change the
16569 text to sound more friendly.
16570
165712000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16572
16573 * progmodes/hideshow.el: Update author email address.
16574 Generally, sync w/ maintainer version 5.22.
16575 (hs-hide-all-non-comment-function): New var.
16576 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16577 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16578 (hs-show-region): Delete this command.
16579 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16580
165812000-09-22 Dave Love <fx@gnu.org>
16582
16583 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16584 (hl-line-highlight): Specify buffer when moving overlay.
16585
16586 * progmodes/fortran.el (fortran-mode): Locally set
16587 normal-auto-fill-function.
16588 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16589 (fortran-mode-map): Adjust auto-fill menu entry.
16590
165912000-09-22 Gerd Moellmann <gerd@gnu.org>
16592
16593 * vc-rcs.el (toplevel): Require `vc' when compiling.
16594
16595 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16596
165972000-09-22 Andre Spiegel <spiegel@gnu.org>
16598
16599 * vc.el (vc-switch-backend): Signal an error if the file is not
16600 registered under the new backend.
16601
16602 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16603 without explicit revision number.
16604
166052000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16606
16607 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16608 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16609 (diff-xor): New function.
16610 (diff-find-source-location): Use it. Fix a stupid name clash.
16611 (diff-hunk-status-msg): New function.
16612 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16613 (diff-test-hunk): Use diff-find-source-location.
16614 (diff-goto-source): Favor the `reverse'.
16615 (diff-hunk-text): Properly handle one-sided context diffs.
16616 (diff-apply-hunk): When done, advance to the next hunk.
16617
166182000-09-21 Gerd Moellmann <gerd@gnu.org>
16619
16620 * startup.el (command-line): If frame was created with a non-zero
16621 tool-bar-lines parameter, switch tool-bar-mode on.
16622
16623 * add-log.el (change-log-date-face, change-log-name-face)
16624 (change-log-email-face, change-log-file-face)
16625 (change-log-list-face, change-log-conditionals-face)
16626 (change-log-function-face, change-log-acknowledgement-face):
16627 New faces, inheriting from font-lock faces.
16628 (change-log-font-lock-keywords): Use them.
16629
166302000-09-21 Dave Love <fx@gnu.org>
16631
16632 * progmodes/cperl-mode.el (top-level): Clean up
16633 `eval-when-compile's and assorted defvars.
16634 (cperl-invalid-face): Don't double-quote value. Change custom
16635 type.
16636 (cperl-mode): Set normal-auto-fill-function and don't zap
16637 auto-fill-function.
16638 (cperl-imenu--function-name-regexp-perl): Renamed from
16639 imenu-example--function-name-regexp-perl.
16640 (cperl-imenu--create-perl-index): Renamed from
16641 imenu-example--create-perl-index.
16642 (cperl-xsub-scan): Don't require cl.
16643
16644 * msb.el (msb-mode-map): Use substitute-key-definition.
16645 (msb-mode): Use msb-mode-map.
16646
166472000-09-21 Andre Spiegel <spiegel@gnu.org>
16648
16649 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16650 New functions.
16651 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16652 (vc-switch-backend): New function.
16653 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16654 (vc-register): Fix prompt.
16655 (vc-unregister, vc-default-unregister): New functions.
16656 (vc-version-diff): Handle empty buffer in sentinel.
16657
16658 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16659 (vc-rcs-state-heuristic): Use it to guess the state of files with
16660 non-strict locking.
16661 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16662 been set with -b, but not created yet.
16663 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16664 contents in order to find the state.
16665 (vc-rcs-checkin): Allow creation of branches with no changes.
16666 (vc-rcs-unregister, vc-rcs-receive-file)
16667 (vc-rcs-set-non-strict-locking): New functions.
16668
16669 * vc-hooks.el (vc-name): Force correct computation of the value
16670 in case it is missing.
16671
166722000-09-21 Gerd Moellmann <gerd@gnu.org>
16673
16674 * startup.el (fancy-splash-tail): Use a different foreground
16675 color on a dark frame background.
16676
166772000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16678
16679 * info.el: Use the correct capitalization when making Info-mode
16680 and Info-edit-mode `special' modes.
16681
166822000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16683
16684 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16685 (diff-mode): Add support for add-log.el.
16686 (diff-hunk-text): Use char offsets rather than line offsets.
16687 (diff-find-source-location): Replace LINE with line-offset (nil
16688 if not found) and always set POS to a meaningful position.
16689 Adapt to the new char-offsets.
16690 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16691 Adapt to the new diff-find-source-location.
16692 (diff-goto-source): Adapt to the new diff-find-source-location.
16693
16694 * add-log.el (add-log-file-name): New function (split out of
16695 add-change-log-entry).
16696 (add-change-log-entry): Use it.
16697 Call add-log-file-name-function with the changelog file name if
16698 the current buffer is not associated with any file.
16699 Avoid find-file if the selected window is dedicated.
16700
16701 * diff-mode.el (diff-find-source-location):
16702 Move code from diff-apply-hunk. Return buffer rather than file.
16703 (diff-apply-hunk): Use the new result from diff-find-source-location.
16704 (diff-goto-source): Use the new diff-find-source-location.
16705
167062000-09-20 Dave Love <fx@gnu.org>
16707
16708 * iswitchb.el: Some doc fixes.
16709 (iswitchb-mode-map): Define completely initially. Inherit
16710 minibuffer-local-map.
16711 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16712 fundamental-mode.
16713 (iswitchb-global-map): New variable.
16714 (iswitchb-summaries-to-end): Amalgamate regexps.
16715 (iswitchb-mode): New.
16716 (iswitchb-mode-hook): New variable.
16717 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16718 `extensions'.
16719
167202000-09-20 Gerd Moellmann <gerd@gnu.org>
16721
16722 * ehelp.el (electric-help): New defgroup.
16723 (electric-help-shrink-window): New user-option.
16724 (with-electric-help): Use it.
16725
16726 * window.el (shrink-window-if-larger-than-buffer): If face
16727 `mode-line' has a :box, and we're on a graphical frame, add 1
16728 to the needed window height.
16729
16730 * frame.el (frame-notice-user-settings): Add a last parameter nil
16731 to a call to `append', because the last list passed to `append' is
16732 not copied, and so subsequent calls to assq-delete-all will modify
16733 default-frame-alist.
16734
16735 * startup.el (fancy-splash-image): Change :type.
16736 (fancy-splash-head): Use an XBM image if appropriate.
16737 (command-line-1): Show splash screens in more cases.
16738
16739 * startup.el (fancy-splash-text): Don't quote faces.
16740
16741 * dired.el (dired-font-lock-keywords): Undo last change.
16742 (dired-readin): Bind indent-tabs-mode to nil.
16743
16744 * startup.el (fancy-splash-head): If frame's background mode
16745 is `dark', change the black background of the image to gray.
16746 (fancy-splash-screens): Display startup echo area message.
16747 (display-startup-echo-area-message): New function.
16748
167492000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16750
16751 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16752
16753 * info.el (info-header-node): Tweak for color ttys.
16754
16755 * faces.el (face-valid-attribute-values): Make sure directories we
16756 search for stipples both exist and are readable before trying to
16757 search them.
16758
16759 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16760 in the dry-run case.
16761
16762 * jka-compr.el (with-auto-compression-mode): New macro.
16763
16764 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16765 (custom-group-tag-face, custom-variable-tag-face): Use relative
16766 :height and inherit from `variable-pitch' face instead of
16767 hardwiring :family.
16768 * hi-lock.el (hi-black-hb): Likewise.
16769
16770 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16771 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16772 toolbar-add-item, if image doesn't have a mask add a `:mask
16773 heuristic'.
16774
167752000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16776
16777 * diff-mode.el: Docstring fixes.
16778 (diff-header-face, diff-comment-face): New faces.
16779 (diff-font-lock-keywords): Highlight a bit differently.
16780 (diff-find-source-location): Don't return SPAN any more.
16781 (diff-hunk-text): Don't bother erasing the temp buffer.
16782 (diff-find-text): Drop argument LINE.
16783 (diff-apply-hunk): Update calls to diff-find-text.
16784 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16785
16786 * calendar/calendar.el: Docstring fixes.
16787 (calendar-make-alist): Don't quote lambda.
16788 (calendar-star-date): Use make-local-variable.
16789
167902000-09-19 Dave Love <fx@gnu.org>
16791
16792 * toolbar/tool-bar.el: Renamed from toolbar.el.
16793 Change `toolbar' to `tool-bar' generally in symbols.
16794 Make some items invisible in `special' major modes.
16795 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16796 Add arg PROPS.
16797
16798 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16799 Add :version here.
16800 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16801
168022000-09-19 Gerd Moellmann <gerd@gnu.org>
16803
16804 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16805
16806 * files.el (find-file-suppress-same-file-warnings): New user-option.
16807 (find-file-noselect): Use it.
16808
16809 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16810 (fancy-splash-screen): Defgroup.
16811
16812 * add-log.el (change-log-font-lock-keywords): Match names
16813 more exactly for the case that font-lock-constant-face is
16814 underlined.
16815
168162000-09-19 Richard M. Stallman <rms@gnu.org>
16817
16818 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16819
168202000-09-19 Andre Spiegel <spiegel@gnu.org>
16821
16822 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16823
168242000-09-19 Gerd Moellmann <gerd@gnu.org>
16825
16826 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16827 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16828 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16829 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16830 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16831 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16832 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16833 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16834 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16835 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16836 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16837 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16838
16839 * startup.el (fancy-splash-text): New variable.
16840 (fancy-splash-delay, fancy-splash-image): New user-options.
16841 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16842 (fancy-splash-screens): New functions.
16843 (command-line-1): If display has a `display' frame parameter, has
16844 colors, and we have XPM support, show more fancy splash screens.
16845
168462000-09-19 Dave Love <fx@gnu.org>
16847
16848 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16849 with null `help'. Use modern backquote syntax.
16850
168512000-09-19 Gerd Moellmann <gerd@gnu.org>
16852
16853 * font-lock.el (font-lock-mode): Change message telling the user
16854 that ``the buffer is too big''.
16855
16856 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16857 for instance for the case that tab-width is 2.
16858
168592000-09-18 Gerd Moellmann <gerd@gnu.org>
16860
16861 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16862 toolbar-add-item, if image doesn't have a mask add a `:mask
16863 heuristic'.
16864
168652000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16866
16867 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16868 and return a cons if it's non-nil.
16869 (diff-apply-hunk): Try to jump to the line in the source text
16870 corresponding to the position of point in the in the hunk.
16871
16872 * info.el (Info-title-3-face, Info-title-2-face)
16873 (Info-title-1-face): Use face inheritance and relative sizes
16874 instead of hard-wiring things.
16875
16876 * faces.el (secondary-selection): Make dark-background variant sane.
16877
168782000-09-16 Andrew Innes <andrewi@gnu.org>
16879
16880 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16881 read-only, since they aren't under VC now.
16882
168832000-09-17 Dave Love <fx@gnu.org>
16884
16885 * tmm.el: Replace mapcar with mapc in several places.
16886
16887 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16888 ad-unadvise.
16889
16890 * international/latin1-disp.el: New file.
16891
16892 * calendar/cal-move.el (scroll-calendar-left)
16893 (scroll-calendar-right): Make arg optional (for active mode line).
16894
16895 * calendar/calendar.el (calendar-mode-line-format): Make fields
16896 mouse-sensitive.
16897 (calendar-read-date, calendar-read-date, calendar-window-list):
16898 Unquote lambda.
16899 (calendar-month-name): Use aref, not sref.
16900
16901 * view.el (minor-mode-alist): Propertize the string.
16902
16903 * international/characters.el (standard-case-table): Add entries
16904 for Greek.
16905
169062000-09-18 Miles Bader <miles@gnu.org>
16907
16908 * info.el (info-node, info-xref): Add dark-background variants.
16909
16910 * faces.el (header-line): Change defaults to be less confusing
16911 when mixed with mode-lines.
16912
16913 * info.el (Info-fontify-node): Make a few cleanups.
16914 Add extra `help-echo' and `local-map' props to node xrefs.
16915 Use header-specific faces for node-names & xrefs.
16916 (Info-use-header-line): New variable.
16917 (info-header-xref, info-header-node): New faces.
16918 (Info-setup-header-line): New function.
16919 (Info-select-node): Call Info-setup-header-line when enabled.
16920 (Info-extract-pointer): Work even if the header line is hidden.
16921 (Info-header-line): New variable.
16922
169232000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16924
16925 * vms-patch.el (print-region-function): Don't quote lambda.
16926
16927 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16928
16929 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16930 (lm-get-header-re): Allow spaces between the header and the colon.
16931 (lm-header): Allow $ in non-RCS headers.
16932 (lm-header-multiline): Put the strings back into order.
16933 Stop at an empty line. Don't require two space chars if the
16934 line is clearly not another header line.
16935
16936 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16937 (popup-menu-popup): Remove.
16938
169392000-09-15 Gerd Moellmann <gerd@gnu.org>
16940
16941 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16942 specification if or if not tool-bar item contains an `:enabled'
16943 property.
16944
16945 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16946 current buffer has no file name.
16947
169482000-09-15 Dave Love <fx@gnu.org>
16949
16950 * strokes.el: Sync with maintainer's current version with changes
16951 for Emacs, but avoid runtime cl and levents.
16952 (toplevel): Change autoloads and compilation requires.
16953 (strokes-version, strokes-bug-address, strokes-lift): Values
16954 changed.
16955 (strokes-xpm-header, strokes-insinuated): New variable.
16956 (strokes): Add :link.
16957 (strokes-mode): Customized.
16958 (strokes-while-inhibiting-garbage-collector): New macro.
16959 (strokes-remassoc): Avoid remove-if.
16960 (strokes-fix-button2-command): Don't use ad-do-it.
16961 (strokes-insinuate): New function.
16962 (strokes-button-press-event-p, strokes-button-release-event-p):
16963 New functions, used instead of non-`strokes-' versions..
16964 (strokes-mouse-event-p): Rewritten.
16965 (strokes-event-closest-point): Avoid event-point.
16966 (strokes-get-grid-position): Avoid cdadr, caadr
16967 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16968 functions.
16969 (strokes-help): Use with-output-to-temp-buffer.
16970 (strokes-window-configuration-changed-p): New function.
16971 (strokes-update-window-configuration): Use buffer-live-p,
16972 strokes-window-configuration-changed-p.
16973 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16974 (strokes-char-face): New face.
16975 (strokes-char-table, strokes-base64-chars): New variable.
16976 (strokes-xpm-for-stroke, strokes-list-strokes)
16977 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16978 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16979 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16980 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16981 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16982 functions.
16983
169842000-09-15 Gerd Moellmann <gerd@gnu.org>
16985
16986 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16987
16988 * image.el (create-image): Doc fix.
16989
16990 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16991 instead of `:heuristic-mask t'.
16992
169932000-09-14 Andrew Innes <andrewi@gnu.org>
16994
16995 * makefile.w32-in: Revert to Unix line endings.
16996
169972000-09-14 Andrew Innes <andrewi@gnu.org>
16998
16999 * makefile.w32-in: Add bootstrap support. Also copy lisp source
17000 when installing.
17001
17002 * makefile.nt (DONTCOMPILE): Fix typo.
17003
17004 * shell.el (shell-write-history-on-exit): New function.
17005 (shell-dumb-shell-regexp): New custom variable.
17006 (shell-mode): Make shell-write-history-on-exit the process
17007 sentinel if shell name matches shell-dumb-shell-regexp.
17008
17009 * w32-fns.el: Comment out before-init-hook function which resets
17010 source-directory based; this breaks bootstrap.
17011
170122000-09-14 Dave Love <fx@gnu.org>
17013
17014 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
17015 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
17016 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
17017 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
17018 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
17019 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
17020 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
17021 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
17022 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
17023
17024 * toolbar/toolbar.el: New.
17025
17026 * subdirs.el: Add toolbar.
17027
170282000-09-14 Gerd Moellmann <gerd@gnu.org>
17029
17030 * indent.el (indent-for-tab-command): Doc fix.
17031
170322000-09-14 Alex Schroeder <alex@gnu.org>
17033
17034 * ansi-color.el (ansi-colors): Doc change.
17035 (ansi-color-get-face): Simplified regexp.
17036 (ansi-color-faces-vector): Added more faces, doc change.
17037 (ansi-color-names-vector): Doc change.
17038 (ansi-color-regexp): Simplified regexp.
17039 (ansi-color-parameter-regexp): New regexp.
17040 (ansi-color-filter-apply): Doc change.
17041 (ansi-color-filter-region): Doc change.
17042 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
17043 deal with zero length parameters.
17044 (ansi-color-apply-on-region): Doc change.
17045 (ansi-color-map): Doc change.
17046 (ansi-color-map-update): Removed debugging message.
17047 (ansi-color-get-face-1): Added condition-case to trap
17048 args-out-of-range errors.
17049 (ansi-color-get-face): Doc change.
17050 (ansi-color-make-face): Removed.
17051 (ansi-color-for-shell-mode): New option.
17052
170532000-09-13 Kenichi Handa <handa@etl.go.jp>
17054
17055 * international/quail.el (quail-start-translation): Translate KEY
17056 if necessary even if it doesn't have any mapping in the current
17057 input method.
17058 (quail-start-conversion): Likewise.
17059 (quail-help): The output message is improved.
17060
170612000-09-13 Miles Bader <miles@gnu.org>
17062
17063 * comint.el (comint-output-filter): Revert to using
17064 `insert-before-markers'. Add bletcherous hack to undo damage
17065 caused by `insert-before-markers'. Put `front-sticky' property on
17066 overlays created here so that the field code understands how the
17067 overlay works. Use a let when making comint-last-prompt-overlay,
17068 so that the code is easier to read.
17069
170702000-09-13 Dave Love <fx@gnu.org>
17071
17072 * wid-edit.el (widget-default-format-handler): DTRT when
17073 doc-property is a function.
17074
170752000-09-12 Francesco Potorti` <pot@gnu.org>
17076
17077 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17078 filed name if it's not there.
17079
170802000-09-12 Dave Love <fx@gnu.org>
17081
17082 * simple.el (read-mail-command): Doc fix.
17083 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17084
17085 * vc.el (vc-dired-listing-switches): Fix :version.
17086
17087 * vc-hooks.el: Doc fixes.
17088
17089 * subr.el (add-minor-mode): Use toggle-fun arg.
17090
17091 * speedbar.el: Add :version to several defcustoms.
17092
17093 * imenu.el (imenu--truncate-items, imenu--cleanup)
17094 (imenu--generic-function): Avoid mapcar.
17095 (imenu--replace-spaces): Function removed.
17096 (imenu--completion-buffer): Use subst-char-in-string.
17097 (imenu-add-to-menubar): Use keymap inheritance.
17098
170992000-09-12 Miles Bader <miles@gnu.org>
17100
17101 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17102 (diff-mode-map): Bind `diff-test-hunk'.
17103 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17104
171052000-09-11 Gerd Moellmann <gerd@gnu.org>
17106
17107 * bytecomp.el (byte-compile-defvar): Undo last change
17108 because it breaks '(make-variable-buffer-local (defvar ...)'
17109 which is used at least in dired.
17110
171112000-09-12 Kenichi Handa <handa@etl.go.jp>
17112
17113 * international/quail.el (quail-define-package): Docstring
17114 modified.
17115
171162000-09-12 Kenichi Handa <handa@etl.go.jp>
17117
17118 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17119 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17120 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17121 docstring of "chinese-py".
17122
17123 * international/quail.el (quail-translation-docstring): New
17124 variable.
17125 (quail-show-keyboard-layout): Docstring modified.
17126 (quail-select-current): Likewise.
17127 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17128 infinite recursive call.
17129 (quail-help): Check quail-translation-docstring. Format of the
17130 output changed.
17131 (quail-help-insert-keymap-description): Adjusted for the above
17132 change.
17133
171342000-09-11 Gerd Moellmann <gerd@gnu.org>
17135
17136 * bytecomp.el (byte-compile-defvar): Only cons onto
17137 current-load-list in top-level forms. Else this leaks a cons cell
17138 every time a defun is called.
17139
171402000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17141
17142 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17143 Now understands non-unified diffs. Some functionality moved into
17144 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17145 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17146 modify anything. Only reposition point in the patched file if the
17147 patch succeeds. Only pop up another window if POPUP is true.
17148 Emit a message describing what happened if successful, and at what
17149 line-offset. Automatically detect reversed hunks and do something
17150 appropriate.
17151 (diff-hunk-text, diff-find-text): New functions.
17152 (diff-filter-lines): Function removed.
17153 (diff-test-hunk): New function.
17154 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17155
171562000-09-10 Dave Love <fx@gnu.org>
17157
17158 * textmodes/tildify.el: Minor doc/commentary fixes.
17159 (tildify) <defgroup>: Add :version.
17160
17161 * faces.el (face-x-resources): Make custom type more specific.
17162 (frame-background-mode): Use mapc.
17163 (region) <defcustom>: Add :version.
17164
171652000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17166
17167 * vc-sccs.el (vc-sccs-register):
17168 * vc-rcs.el (vc-rcs-register):
17169 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17170 * vc.el (vc-register): Clear file's properties.
17171
171722000-09-08 Gerd Moellmann <gerd@gnu.org>
17173
17174 * faces.el (face-spec-set): Only face-spec-reset-face when
17175 ATTRS is non-nil.
17176
171772000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17178
17179 * help.el (help-insert-xref-button): Fix a typo in doc string.
17180
171812000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17182
17183 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17184 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17185 methods.
17186
17187 * menu-bar.el (read-mail-item-name): New function.
17188 (menu-bar-tools-menu): Use it to compute and display the package
17189 used to read email.
17190 (menu-bar-tools-menu): Fix typo in GUD's help string.
17191
171922000-09-07 Dave Love <fx@gnu.org>
17193
17194 * diff-mode.el (diff-mouse-goto-source): New function.
17195
17196 * vc-sccs.el: Doc fixes.
17197 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17198
17199 * vc-rcs.el: Doc fixes.
17200 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17201 (vc-rcs-checkout-switches, vc-rcs-header)
17202 (vc-rcs-master-templates): Add or change :version.
17203
17204 * vc-cvs.el: Doc fixes.
17205 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17206 (vc-cvs-stay-local): Add :version.
17207
17208 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17209
172102000-09-07 Kenichi Handa <handa@etl.go.jp>
17211
17212 * international/quail.el (quail-help): Fix previous change.
17213
172142000-09-07 Gerd Moellmann <gerd@gnu.org>
17215
17216 * faces.el (color-values): Doc fix.
17217
17218 * faces.el (frame-set-background-mode): Use frame-parameter
17219 instead of frame-parameters.
17220
17221 * frame.el (filtered-frame-list): Reduce consing.
17222 (frames-on-display-list): Call frame-parameter instead of
17223 frame-parameters.
17224
172252000-09-07 Kenichi Handa <handa@etl.go.jp>
17226
17227 * language/devan-util.el (devanagari-to-indian-region): In the
17228 loop, change the following char, not preceding char.
17229
172302000-09-07 Gerd Moellmann <gerd@gnu.org>
17231
17232 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17233 instead of frame-parameters.
17234
17235 * faces.el (set-face-attribute): Simplify by calling
17236 internal-set-lisp-face-attribute with FRAME being 0.
17237
17238 * vc.el: Remove `Id' version control keyword.
17239
172402000-09-07 Kenichi Handa <handa@etl.go.jp>
17241
17242 * help.el (help-make-xrefs): Adjusted for the change of
17243 help-xref-mule-regexp.
17244 (help-insert-xref-button): New function.
17245
17246 * international/mule-cmds.el (help-xref-mule-regexp-template):
17247 Include the pattern for character set.
17248 (leim): New group.
17249
17250 * international/quail.el: Don't require face.
17251 (quail): New group.
17252 (quail-other-command): Dummy command to make quail-help work better.
17253 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17254 (quail-keyboard-layout-substitution): New variable.
17255 (quail-update-keyboard-layout): New function.
17256 (quail-keyboard-layout-type): New customizable variable.
17257 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17258 (quail-keyboard-translate): Pay attention to
17259 quail-keyboard-layout-substitution.
17260 (quail-insert-kbd-layout): New function.
17261 (quail-show-keyboard-layout): New function.
17262 (quail-get-translation): If the definition is a vector of length
17263 1, and the element is a string of length 1, return the character
17264 in that string.
17265 (quail-update-current-translations): Fix the case of
17266 relative-index out of range.
17267 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17268 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17269 Show key sequences for all available characters.
17270 (quail-help-insert-keymap-description): Don't show such verbose
17271 key bindings as quail-self-insert-command.
17272
17273 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17274 Format changed, and each element now have extra documentations.
17275 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17276 Adjusted for the change of quail-cxterm-package-ext-info.
17277
172782000-09-06 Gerd Moellmann <gerd@gnu.org>
17279
17280 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17281 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17282 during bootstrap.
17283
172842000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17285
17286 * vc.el: (toplevel): Don't require `dired' at run-time.
17287 (vc-dired-resynch-file): Remove autoload cookie.
17288
172892000-09-05 Andre Spiegel <spiegel@gnu.org>
17290
17291 * vc.el: Made several backend functions optional.
17292 (vc-default-responsible-p): New function.
17293 (vc-merge): Use RET for first version to trigger merge-news, not
17294 prefix arg.
17295 (vc-annotate): Handle backends that do not support annotation.
17296 (vc-default-merge-news): Removed. The existence of a merge-news
17297 implementation is now checked on caller sites.
17298
17299 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17300 case.
17301
17302 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17303 special case that has been removed from the default in vc-hooks.el.
17304
173052000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17306
17307 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17308
173092000-09-05 Andre Spiegel <spiegel@gnu.org>
17310
17311 * vc-hooks.el: Require vc during compilation.
17312 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17313 macro `with-vc-properties' in vc.el.
17314 (vc-file-getprop): Doc fix.
17315 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17316
17317 * vc.el: Require dired-aux during compilation.
17318 (vc-name-assoc-file): Moved to vc-sccs.el.
17319 (with-vc-properties): New macro.
17320 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17321 vc-finish-steal): Use it.
17322 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17323 to the backend-specific function is now supposed to do the checkout,
17324 too.
17325 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17326
17327 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17328 set file properties; that gets done in the generic code now.
17329
17330 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17331 Changed parameter list, added code from vc.el that does the
17332 checkout, possibly with a double-take.
17333
17334 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17335 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17336 the above under the new name.
17337 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17338 parameter list, added checkout command.
17339 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17340 properties; that gets done in the generic code now.
17341
173422000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17343
17344 * vc.el: Docstring fixes (courtesy of checkdoc).
17345
173462000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17347
17348 * vc.el (vc-checkout-writable-buffer-hook)
17349 (vc-checkout-writable-buffer): Remove.
17350 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17351 (vc-log-mode): Make it into a clean derived major mode.
17352 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17353 vc-log-mode if log-edit is not available.
17354 (vc-dired-mode-map): Don't set-keymap-parent yet.
17355 (vc-dired-mode): Do set-keymap-parent here.
17356 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17357
173582000-09-05 Gerd Moellmann <gerd@gnu.org>
17359
17360 * faces.el (set-face-attribute, face-spec-reset-face)
17361 (face-spec-set): Avoid consing by removing calls to `apply'.
17362
17363 * frame.el (frame-parameter): Move to C code.
17364
173652000-09-05 Dave Love <fx@gnu.org>
17366
17367 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17368 insert-before-markers-and-inherit. Now checked systematically!
17369
173702000-09-05 Alex Schroeder <alex@gnu.org>
17371
17372 * sql.el (sql-postgres): Use sql-postgres-options.
17373 (sql-postgres-options): New variable.
17374
173752000-09-05 Alex Schroeder <alex@gnu.org>
17376
17377 * sql.el (sql-mode-menu): Work around missing variable mark-active
17378 in XEmacs.
17379 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17380 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17381 compatibility.
17382
173832000-09-04 Gerd Moellmann <gerd@gnu.org>
17384
17385 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17386
17387 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17388
17389 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17390
173912000-09-04 Andre Spiegel <spiegel@gnu.org>
17392
17393 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17394 don't support anything else under SCCS yet.
17395
17396 * vc-hooks.el: Minor doc fixes.
17397
173982000-09-04 Andre Spiegel <spiegel@gnu.org>
17399
17400 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17401 not necessary. If verbose in state `needs-patch', do the same as
17402 under `up-to-date'. When NOT verbose and `needs-patch', check out
17403 latest version instead of `merge-news'.
17404 (vc-next-action-dired): Don't mess with default-directory here; it
17405 breaks other parts of dired. It is the job of the
17406 backend-specific functions to adjust it temporarily if they need it.
17407 (vc-next-action): Remove a special CVS case.
17408 (vc-clear-headers): New optional arg FILE.
17409 (vc-checkin, vc-checkout): Set properties vc-state and
17410 vc-checkout-time properly.
17411 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17412 (vc-print-log): Use new backend function `show-log-entry'.
17413 (vc-cancel-version): Do the checks in a different order. Added a
17414 FIXME concerning RCS-only code.
17415
17416 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17417 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17418
17419 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17420
17421 * vc-hooks.el (vc-default-mode-line-string): Show state
17422 `needs-patch' as a `-' too.
17423
174242000-09-04 Andre Spiegel <spiegel@gnu.org>
17425
17426 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17427 (vc-default-could-register): New function.
17428 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17429 (vc-resynch-buffer): Call vc-dired-resynch-file.
17430 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17431 vc-resynch-buffer instead of vc-resynch-window.
17432 (vc-next-action-dired): Don't redisplay here, that gets done as a
17433 result of the individual file operations.
17434 (vc-retrieve-snapshot): Corrected prompt order.
17435
17436 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17437
17438 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17439 as well.
17440 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17441 hostname regexps. Updated all callers.
17442 (vc-cvs-responsible-p): Handle directories as well.
17443 (vc-cvs-could-register): New function.
17444 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17445 properties up-to-date.
17446
17447 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17448 user whether to create one.
17449
174502000-09-04 Andre Spiegel <spiegel@gnu.org>
17451
17452 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17453 check out a non-existing file.
17454
17455 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17456 workfile does not exist.
17457
17458 * vc.el (vc-version-diff): Use `require' to check for existence of
17459 diff-mode.
17460
174612000-09-04 Andre Spiegel <spiegel@gnu.org>
17462
17463 * vc-cvs.el (vc-cvs-registered): Use new function
17464 vc-cvs-parse-entry to do the actual work.
17465
174662000-09-04 Andre Spiegel <spiegel@gnu.org>
17467
17468 * vc-hooks.el (vc-find-backend-function): If function doesn't
17469 exist, return nil instead of error.
17470 (vc-call-backend): Doc fix.
17471
17472 * vc.el (vc-do-command): Doc fix.
17473 (vc-finish-logentry): When checking in from vc-dired, choose the
17474 right backend for logentry check.
17475 (vc-dired-mode-map): Inherit from dired-mode-map.
17476 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17477 simplified.
17478 (vc-dired-state-info): Removed, updated caller.
17479 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17480 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17481 (vc-dired-listing-switches): New variable.
17482 (vc-directory): Use it, instead of dired-listing-switches.
17483
17484 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17485 (vc-cvs-dir-state): New function.
17486 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17487 (vc-cvs-parse-entry): New function, also to be used in
17488 vc-cvs-registered.
17489
174902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17491
17492 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17493 *or* single-window-frames.
17494
174952000-09-04 Andre Spiegel <spiegel@gnu.org>
17496
17497 * vc.el (vc-update-changelog): Split into generic part and default
17498 implementation. Doc string adapted.
17499 (vc-default-update-changelog): New function. Call the `rcs2log'
17500 script in exec-directory, to fix a long-standing nuisance.
17501
17502 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17503 simply signals an error.
17504
175052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17506
17507 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17508 control-flow more clear and to avoid running `cvs' twice.
17509
17510 * vc.el (vc-next-action-on-file): Doc fix.
17511 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17512 (vc-print-log): Eval `file' before constructing the continuation.
17513
175142000-09-04 Andre Spiegel <spiegel@gnu.org>
17515
17516 * vc.el (vc-next-action-on-file): Corrected several messages.
17517 (vc-merge): Add prefix arg `merge-news'; handle it.
17518
17519 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17520 is not reached. It is.
17521 (vc-cvs-merge): Set state to 'edited after merge.
17522 (vc-cvs-merge-news): Set workfile version to nil if not known.
17523 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17524
17525 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17526 via stdout. (Merge from main line.)
17527
175282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17529
17530 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17531 detection.
17532
175332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17534
17535 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17536 against kill-all-local-variables.
17537 (vc-log-edit): Don't save vc-parent-buffer any more.
17538 (vc-last-comment-match): Initialize to an empty string.
17539 (vc-post-command-functions): New hook.
17540 (vc-do-command): Run it.
17541 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17542 (vc-finish-logentry): Only add the comment to the ring if it's
17543 different from the last comment entered.
17544 (vc-new-comment-index): New function.
17545 (vc-previous-comment): Use it. Make the minibuffer message
17546 slightly less terse.
17547 (vc-comment-search-reverse): Make it work forward as well. Don't
17548 set vc-comment-ring-index if no match is found. Use
17549 vc-new-comment-index.
17550 (vc-comment-search-forward): Use vc-comment-search-reverse.
17551 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17552 define-derived-mode will do it for us. Bind `v' to a keymap that
17553 inherits from vc-prefix-map so that we can bind `vt' without
17554 binding C-x v t.
17555 (vc-retrieve-snapshot): Parenthesis typo.
17556
17557 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17558 to 1. Make sure to switch to *vc* before looking for an error
17559 message. Use vc-parse-buffer.
17560
175612000-09-04 Andre Spiegel <spiegel@gnu.org>
17562
17563 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17564 and NAME.
17565 (vc-retrieve-snapshot): Split into two parts.
17566 (vc-default-retrieve-snapshot): New function.
17567
17568 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17569 (vc-cvs-retrieve-snapshot): New function (untested).
17570 (vc-cvs-stay-local): Default to t.
17571 (vc-cvs-remote-p): New function and property.
17572 (vc-cvs-state): Stay local only if the above is t.
17573 (vc-handle-cvs): Removed.
17574 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17575 done via vc-handled-backends now.
17576 (vc-cvs-header): Escape Id.
17577
175782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17579
17580 * vc.el (vc-do-command): Remove unused commands.
17581 (vc-version-diff): Make sure default-directory ends with a slash.
17582 Move the window commands into a vc-exec-after.
17583 (vc-print-log): Move more of the code into the `vc-exec-after'.
17584
175852000-09-04 Andre Spiegel <spiegel@gnu.org>
17586
17587 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17588 (vc-print-log): Search current revision from beginning of buffer.
17589 (vc-revert-buffer): Clear echo area after the diff is finished.
17590 (vc-prefix-map): Removed definition of "t" for terse display in vc
17591 dired.
17592 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17593 definition of "vt" for terse display.
17594 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17595
175962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17597
17598 * vc.el (vc-exec-after): Avoid caddr.
17599
176002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17601
17602 * vc.el (vc-exec-after): New function.
17603 (vc-do-command): Use it to add a termination message for async
17604 procs.
17605 (vc-checkout): Try to handle a missing-backend situation.
17606 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17607 of a directory with a backend using async diffs.
17608 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17609 present.
17610
17611 * vc-sccs.el (vc-sccs-state-heuristic): Use
17612 file-ownership-preserved-p.
17613
17614 * vc-rcs.el (vc-rcs-state-heuristic): Use
17615 file-ownership-preserved-p.
17616 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17617
176182000-09-04 Andre Spiegel <spiegel@gnu.org>
17619
17620 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17621 vc-do-command.
17622
17623 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17624 when there are no changes.
17625
176262000-09-04 Andre Spiegel <spiegel@gnu.org>
17627
17628 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17629
17630 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17631
176322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17633
17634 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17635
17636 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17637 the `fset' outside of the defvar so that it works even if
17638 vc-prefix-map was already defined.
17639 (vc-setup-buffer): New function, split out of vc-do-command.
17640 (vc-do-command): Allow BUFFER to be t to mean `just use the
17641 current buffer without any fuss'.
17642 (vc-version-diff): Change the `diff' backend operation to just put
17643 the diff in the current buffer without erasing it. Always use
17644 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17645 shrink-window-if-larger-than-buffer.
17646 (vc-print-log): Change the `print-log' backend operation to just
17647 put the log in the current buffer without erasing it. Protect
17648 shrink-window-if-larger-than-buffer.
17649 (vc-update-change-log): Fix setd typo.
17650
17651 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17652 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17653
17654 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17655 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17656 CMP.
17657
17658 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17659 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17660 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17661
176622000-09-04 Andre Spiegel <spiegel@gnu.org>
17663
17664 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17665 not possible, use vc-BACKEND-workfile-unchanged-p.
17666 (vc-default-workfile-unchanged-p): New function. Delegates to a
17667 full vc-BACKEND-diff.
17668
17669 * vc-hooks.el (vc-simple-command): Removed.
17670
17671 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17672 instead of vc-simple-command.
17673 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17674 avoid doing a diff when opening a file.
17675 (vc-rcs-state): Added check for unlocked-changes.
17676 (vc-rcs-header): Escape Id.
17677 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17678 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17679 version.
17680
17681 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17682 (vc-sccs-diff): Remove optional arg CMP.
17683 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17684 SCCS-specific function.
17685
17686 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17687 vc-simple-command.
17688
176892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17690
17691 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17692 (with-vc-file, vc-merge): Use vc-editable-p.
17693 (vc-do-command): Remove unused var vc-file and fix the
17694 doubly-defined `status' var. Add a user message when starting an
17695 async command.
17696 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17697 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17698 Use with-current-buffer.
17699 (vc-buffer-sync): Use unless.
17700 (vc-next-action-on-file): If the file is 'edited by read-only,
17701 make it read-write instead of trying to commit.
17702 (vc-version-diff, vc-update-change-log): Use `setq
17703 default-directory' rather than `cd'.
17704 (vc-log-edit): Don't forget to set default-directory in the
17705 buffer.
17706
17707 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17708 (vc-sccs-state-heuristic): Use file-writable-p instead of
17709 comparing userids.
17710 (vc-sccs-checkout): Use `unless'.
17711
17712 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17713 of comparing userids.
17714 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17715 Simplify the logic by eliminating unreachable code.
17716 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17717 just do a recursive call if we need to retry.
17718 (vc-rcs-checkout): Handle the case where rcs is missing by making
17719 the buffer read-write if requested and re-signalling the error.
17720
17721 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17722
177232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17724
17725 * vc-hooks.el (vc-handled-backends): Docstring change.
17726 (vc-ignore-vc-files): Mark obsolete.
17727 (vc-registered): Check vc-ignore-vc-files.
17728 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17729 vc-ignore-vc-files.
17730
17731 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17732
177332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17734
17735 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17736 files since ange-ftp already has vc-registered return nil.
17737
17738 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17739 (vc-sccs-workfile-version): Use with-temp-buffer and new
17740 vc-parse-buffer and don't bother setting the property.
17741 (vc-sccs-add-triple): Use with-current-buffer and
17742 find-file-noselect.
17743 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17744
17745 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17746 derives from the old vc-parse-buffer but uses the revision number
17747 rather than the date (much easier to compare robustly).
17748 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17749 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17750 locking-user more directly. Check strict locking and set
17751 checkout-model appropriately.
17752 (vc-rcs-parse-locks): Remove.
17753 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17754 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17755 (vc-rcs-system-release): Use with-current-buffer and
17756 vc-parse-buffer.
17757 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17758
17759 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17760 (vc-simple-command): Docstring fix.
17761 (vc-registered): Align the way the file-handler is called with the
17762 way the function itself works.
17763 (vc-file-owner): Remove.
17764
17765 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17766 extraction of fields and call to file-attributes because of a
17767 temporary bug in rcp.el.
17768 (vc-cvs-fetch-status): Use with-current-buffer.
17769
177702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17771
17772 * vc.el (vc-do-command): Use file-relative-name.
17773 (vc-responsible-backend): Use vc-backend if possible.
17774 (vc-create-snapshot): Improve the `interactive' spec. Add support
17775 for branches and dispatch to backend-specific `create-snapshot'.
17776 (vc-default-create-snapshot): New function, containing the bulk of
17777 the old vc-create-snapshot.
17778 (vc-retrieve-snapshot): Improve the interactive spec.
17779
17780 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17781 (vc-backend-hook-functions): Remove.
17782 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17783 (vc-backend): Reintroduce the test for `file = nil' now that I
17784 know why it was there (and added a comment to better remember).
17785
17786 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17787 code from vc-sccs-hooks.el.
17788 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17789 'vc anymore.
17790 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17791 and file-directory-p instead of file-exists-p.
17792 (vc-sccs-check-headers): Simplify the regexp.
17793
17794 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17795 from vc-rcs-hooks.el. Don't require 'vc anymore.
17796 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17797 file-directory-p instead of file-exists-p.
17798
17799 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17800 from vc-cvs-hooks.el.
17801 (proto vc-cvs-registered): Require 'vc-cvs instead of
17802 'vc-cvs-hooks. Don't require 'vc anymore.
17803 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17804 file-directory-p instead of file-exists-p.
17805 (vc-cvs-create-snapshot): New function, replacing
17806 vc-cvs-assign-name.
17807 (vc-cvs-assign-name): Remove.
17808
178092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17810
17811 * vc-cvs.el (vc-cvs-header): New var.
17812
17813 * vc-rcs.el (vc-rcs-exists): Remove.
17814 (vc-rcs-header): New var.
17815
17816 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17817 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17818 (vc-sccs-header): New var.
17819
17820 * vc.el (vc-do-command): Get rid of the `last' argument.
17821 (vc-header-alist): Remove, replaced by vc-X-header.
17822 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17823 (vc-dired-hook): Use expand-file-name instead of concat.
17824 (vc-directory): Use file-name-as-directory.
17825 (vc-snapshot-precondition, vc-create-snapshot)
17826 (vc-retrieve-snapshot): Allow the command to operate on any
17827 directory.
17828
17829 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17830 just removing the 'WORKFILE argument or by removing the 'MASTER
17831 argument and replacing `file' with (vc-name file).
17832
178332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17834
17835 * vc.el: Update Copyright and add a crude list of backend funs.
17836 (vc-writable-p): New function.
17837 (with-vc-file): Use vc-writable-p.
17838 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17839 (vc-register): Avoid vc-name.
17840 (vc-locking-user): Remove.
17841 (vc-steal-lock): Make the `owner' arg non-optional.
17842 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17843 vc-checkout-model.
17844 (vc-default-dired-state-info): Use vc-state instead of
17845 vc-locking-user and return special strings for special states.
17846 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17847 and get rid of one of the special CVS cases.
17848 (vc-cancel-version): prettify error message with \\[...].
17849 (vc-rename-master): New function.
17850 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17851 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17852 the CVS special case generic.
17853 (vc-default-record-rename): Remove.
17854 (vc-file-tree-walk-internal): Only call FUNC for files that are
17855 under control of some VC backend and replace `concat' with
17856 expand-file-name.
17857 (vc-file-tree-walk): Update docstring.
17858 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17859 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17860
17861 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17862 vc-sccs-record-rename. Use `find-file-noselect' rather than
17863 `find-file' and call `vc-rename-master' to do the actual move.
17864 (vc-sccs-diff): Remove unused `backend' variable.
17865
17866 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17867 to delay loading of vc-sccs until it is really used.
17868 (vc-sccs-master-templates): Preload.
17869 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17870 (vc-sccs-project-dir): Remove (merged into
17871 vc-sccs-search-project-dir).
17872 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17873 rather than `concat', make sure it is preloaded and don't bother
17874 to check that the file actually exists.
17875 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17876 `locks' argument (use buffer's content instead) and eliminate n^2
17877 behavior.
17878
17879 * vc-rcs.el: Update Copyright.
17880 (vc-rcs-rename-file): New function.
17881 (vc-rcs-diff): Remove unused `backend' variable.
17882
17883 * vc-hooks.el: Update Copyright.
17884 (vc-backend): Don't accept a nil argument any more.
17885 (vc-up-to-date-p): Turn into a defsubst.
17886 (vc-possible-master): New function.
17887 (vc-check-master-templates): Use `vc-possible-master' and allow
17888 funs in vc-X-master-templates to return a non-existent file.
17889
17890 * vc-cvs.el: Update Copyright.
17891 (vc-cvs-diff): Remove unused `backend' variable.
17892 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17893
17894 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17895
178962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17897
17898 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17899 since it can be called from vc-rcs.el.
17900 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17901
179022000-09-04 Andre Spiegel <spiegel@gnu.org>
17903
17904 * vc.el (vc-version-diff): Expand file name read from the
17905 minibuffer. Handle the case when a previous version number can't
17906 be guessed. Give suitable messages when there were no differences
17907 found.
17908 (vc-clear-headers): Call backend-specific implementation, if one
17909 exists.
17910 (vc-cancel-version): Made error checks generic. When done, clear
17911 headers generically, too.
17912
17913 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17914 from vc-clear-headers in vc.el.
17915
17916 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17917 correctly.
17918 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17919 optional. Handle the case when it's not there.
17920
179212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17922
17923 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17924
179252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17926
17927 * vc-hooks.el (vc-loadup): Remove.
17928 (vc-find-backend-function): Use `require'. Also, handle the case
17929 where vc-BACKEND-hooks.el doesn't exist.
17930 (vc-call-backend): Cleanup.
17931
179322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17933
17934 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17935 vc-rcs-grab-templates)
17936 (vc-rcs-registered): Remove. The default function works as well.
17937 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17938 vc-sccs-grab-templates)
17939 (vc-sccs-registered): Remove. The default function works as well.
17940
17941 * vc.el (vc-version-diff): Left out a vc- in call to
17942 vc-call-backend.
17943 (vc-default-dired-state-info, vc-default-record-rename)
17944 (vc-default-merge-news): Update for the new backend argument.
17945
17946 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17947 using the default function.
17948 (vc-call-backend): If calling the default function, pass it the
17949 backend as first argument. Update the docstring accordingly.
17950 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17951 for the new backend argument.
17952 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17953 (vc-find-backend-function): Use the new name.
17954 (vc-default-registered): New function.
17955
179562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17957
17958 * vc.el (vc-merge): Use vc-find-backend-function.
17959
17960 * vc-hooks.el (vc-backend-functions): Remove.
17961 (vc-loadup): Don't setup 'vc-functions.
17962 (vc-find-backend-function): New function.
17963 (vc-call-backend): Use above fun and populate 'vc-functions
17964 lazily.
17965 (vc-backend-defines): Remove.
17966
179672000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17968
17969 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17970 Call vc-call-backend without the leading vc-.
17971 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17972 (vc-check-headers): Call vc-call-backend without the leading vc-.
17973 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17974 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17975 Call vc-call-backend without the leading vc-.
17976
17977 * vc-cvs.el (tail): Provide vc-cvs.
17978 * vc-sccs.el (tail): Provide vc-sccs.
17979 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17980
17981 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17982 (vc-make-backend-function, vc-call): Pass names without leading
17983 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17984 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17985 (vc-call-backend): Always try to load vc-X-hooks.
17986 (vc-registered): Remove vc- in call to vc-call-backend.
17987
179882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17989
17990 * vc.el (vc-process-filter): New function.
17991 (vc-do-command): Setup `vc-process-filter' for the async process.
17992 (vc-maybe-resolve-conflicts): New function to reduce
17993 code-duplication. Additionally, it puts the buffer in
17994 `smerge-mode' if applicable.
17995 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17996 calling `merge-news'.
17997 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17998 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17999 interfacing to log-edit.el.
18000 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
18001 log-edit is available.
18002 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
18003
180042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18005
18006 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
18007 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
18008 defvar and the initialization.
18009 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
18010
18011 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
18012 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
18013
18014 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
18015
180162000-09-04 Andre Spiegel <spiegel@gnu.org>
18017
18018 * vc.el (vc-file-clear-masterprops): Removed.
18019 (vc-checkin, vc-revert-buffer): Removed calls to the above.
18020 (vc-version-diff): Use buffer-size without argument.
18021 (vc-register): Heed vc-initial-comment.
18022
18023 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
18024 default branch.
18025
18026 * vc-rcs.el (vc-rcs-register): Parse command output to find master
18027 file name and workfile version.
18028 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
18029
18030 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
18031 vc-file-clear-masterprops.
18032
18033 * vc-sccs.el (vc-sccs-checkout): Removed call to
18034 vc-file-clear-masterprops. If writable, set vc-state to 'edited
18035 rather than user login name.
18036
18037
180382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18039
18040 * vc.el (vc-workfile-unchanged-p): Remove unused argument
18041 `want-differences-if-changed' and simplify.
18042 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
18043 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
18044 output (which is invalid for async vc-diff) to decide whether to
18045 do the revert silently or not.
18046
180472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18048
18049 * vc-hooks.el (vc-loadup): Load files quietly.
18050 (vc-call-backend): Oops, brain fart.
18051
180522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18053
18054 * vc-cvs.el (vc-cvs-state): Typo.
18055 (vc-cvs-merge-news): Return the status code rather than the error msg.
18056
180572000-09-04 Andre Spiegel <spiegel@gnu.org>
18058
18059 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
18060 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
18061 vc-state or vc-up-to-date-p.
18062 (vc-merge): Use vc-backend-defines to check whether merging is
18063 possible. Set state to 'edited after successful merge.
18064
18065 * vc-hooks.el (vc-locking-user): If locked by the calling user,
18066 return that name. Redocumented.
18067
180682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18069
18070 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
18071 new `vc-state' semantics.
18072 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
18073 'vc-locking-user to the current user.
18074 (vc-merge): Inline vc-backend-merge. Comment out code that I
18075 don't understand and hence can't adapt to the new `vc-state' and
18076 `vc-locking-user' semantics.
18077 (vc-backend-merge): Remove.
18078
18079 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18080 rather than 'vc-locking-user.
18081
18082 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18083
18084 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18085 (vc-state): Don't use 'reserved any more. Just use the same
18086 convention as the one used for vc-<backend>-state where the
18087 locking user (as a string) is returned.
18088 (vc-locking-user): Update, based on the above convention. The
18089 'vc-locking-user property has disappeared.
18090 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18091
18092 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18093 with a heuristic one.
18094 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18095 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18096 error. That allows us to get to 'needs-merge even in the
18097 stay-local case. There's still no way to detect 'needs-patch in
18098 such a setup (or to force an update for that matter).
18099 (vc-cvs-logentry-check): Remove, the default works as well.
18100
181012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18102
18103 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18104
18105 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18106 major-mode in which the buffer might have been put earlier. Use
18107 `remove' and `when'. Allow `okstatus' to be `async' and use
18108 `start-process' in this case.
18109 (vc-version-diff): Handle the case where the diff looks empty
18110 because of the use of an async process.
18111
181122000-09-04 Andre Spiegel <spiegel@gnu.org>
18113
18114 * vc.el (vc-next-action-on-file): Removed optional parameter
18115 `simple'. Recompute state unconditionally.
18116 (vc-default-toggle-read-only): Removed.
18117
18118 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18119 (vc-toggle-read-only): Undid prev change.
18120
18121 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18122 vc-cvs-simple-toggle. Redocumented.
18123 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18124 (vc-cvs-toggle-read-only): Removed.
18125
181262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18127
18128 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18129 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18130 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18131 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18132 still is. So maybe it should be removed.
18133 (vc-head-version, vc-find-binary): Remove.
18134 (vc-recompute-state): Move from vc-hooks.el.
18135 (vc-next-action-on-file): Add a `simple' argument to allow
18136 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18137 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18138 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18139 (vc-dired-mode-map): Properly defvar it.
18140 (vc-print-log): Call log-view-mode if available.
18141 (small-temporary-file-directory): defvar instead of use boundp.
18142 (vc-merge-news): Moved to vc-cvs.el.
18143 (vc-default-merge-news): New function.
18144
18145 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18146 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18147 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18148 unknown `vc-latest-version' function. It should probably refer to
18149 vc-workfile-version or somesuch, but it's very unclear to me and I
18150 don't have SCCS to test things.
18151
18152 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18153 (vc-sccs-state-heuristic): Fix typo.
18154 (vc-sccs-workfile-unchanged-p): Add missing argument.
18155
18156 * vc-rcs.el: Require vc and vc-rcs-hooks.
18157 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18158 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18159 (vc-release-greater-or-equal-p): Move from vc.
18160 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18161 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18162 (vc-rcs-checkout): Add a missing `new-version' argument in the
18163 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18164
18165 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18166 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18167 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18168 than the apparently unbound `workfile-version'.
18169
18170 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18171 (vc-file-prop-obarray): Use `make-vector'.
18172 (vc-backend-functions): Add new hookable functions
18173 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18174 (vc-loadup): If neither backend nor default functions exist, use
18175 the backend function rather than nil.
18176 (vc-call-backend): If the function if not bound yet, try to load
18177 the non-hook file to see if it provides it.
18178 (vc-call): New macro plus use it wherever possible.
18179 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18180 nor `vc-find-binary' since it's only called from
18181 vc-mistrust-permission which is only used once the backend is known.
18182 (vc-checkout-model): Fix parenthesis.
18183 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18184
18185 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18186 (vc-cvs-release, vc-cvs-system-release): Remove.
18187 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18188 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18189 status symbols.
18190 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18191 (vc-cvs-toggle-read-only): First cut at a function to allow a
18192 cvs-status-free vc-toggle-read-only.
18193 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18194 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18195 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18196 (vc-cvs-checkout): Modify access rights directly if the user
18197 requested not to use `cvs edit'. And refresh the mode line.
18198
18199 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18200 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18201
182022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18203
18204 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18205 workfile' that got lost when the code was extracted from vc.el.
18206 And merged the tail with the rest of the code (not possible in the
18207 old vc.el where the tail was shared among all backends). And
18208 explicitly set the state to 'edited if `writable' is set.
18209
18210 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18211 (vc-cvs-state): Be careful to return the value from
18212 vc-cvs-parse-state.
18213 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18214 property but return it instead. Also be careful to handle a nil
18215 or "" `rev' when workfile is non-nil (it was handled properly when
18216 workfile was nil).
18217
18218 * vc.el: Removed those pesky unnecessary `(function' quotes.
18219 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18220 directly in the defvar.
18221 (vc-do-command): Bind inhibit-read-only so as to properly handle
18222 the case where the destination buffer has been made read-only.
18223 (vc-diff): Delegate to vc-version-diff in all cases.
18224 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18225 (vc-annotate-mode-variables): Removed (code moved partly to
18226 defvars and partly to vc-annotate-add-menu).
18227 (vc-annotate-mode): Turned into a derived-mode.
18228 (vc-annotate-add-menu): Moved in code in
18229 vc-annotate-mode-variables.
18230 (vc-update-change-log): Use make-temp-file if available.
18231
182322000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18233
18234 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18235 `vc-checkout-model' updated to `vc-cvs-update-model'.
18236
182372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18238
18239 * vc.el (vc-next-action-on-file): Added handling of state
18240 `unlocked-changes'.
18241 (vc-checkout-carefully): Is now practically obsolete, unless the
18242 above is too slow to be enabled unconditionally.
18243 (vc-update-change-log): Fixed typo.
18244
18245 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18246
18247 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18248 Now handles state `unlocked-changes'.
18249 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18250
18251 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18252
18253 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18254 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18255 `unlocked-changes'.
18256 (vc-rcs-workfile-unchanged-p): Renamed from
18257 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18258 function yet, but supposed to become one soon.
18259
18260 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18261 `vc-steal-lock'.
18262 (vc-call-backend): Changed error message.
18263 (vc-state): Added description of state `unlocked-changes'.
18264
182652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18266
18267 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18268 always return t in CVS-controlled directories.
18269
18270 * vc.el (vc-responsible-backend): New function.
18271 (vc-register): Largely rewritten.
18272 (vc-admin): Removed (implementation moved into vc-register).
18273 (vc-checkin): Redocumented.
18274 (vc-finish-logentry): If no backend defined yet (because we are in
18275 the process of registering), use the responsible backend.
18276
18277 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18278 Updated function lists.
18279 (vc-call-backend): Fixed typo.
18280
18281 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18282 New functions.
18283 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18284 Removed query option. Redocumented.
18285
182862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18287
18288 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18289
18290 * vc.el: Updated callers of `vc-checkout-required' to use
18291 `vc-checkout-model'.
18292
182932000-09-04 Martin Lorentzson <martinl@gnu.org>
18294
18295 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18296 stuff updated to reference this function instead of the old
18297 `vc-backend-release-p'.
18298
182992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18300
18301 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18302 vc-checkout-model. Return appropriate values. Updated callers.
18303
183042000-09-04 Martin Lorentzson <martinl@gnu.org>
18305
18306 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18307 (vc-backend-revert): Function moved into `vc-revert';
18308 `vc-next-action' must be updated to accomodate this change.
18309 (vc-backend-steal): Function moved into `vc-finish-steal'.
18310 (vc-backend-logentry-check): Function moved into
18311 `vc-finish-logentry'.
18312 (vc-backend-printlog): Function moved into `vc-print-log'.
18313 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18314 (vc-backend-assign-name): Function moved into
18315 `vc-create-snapshot'.
18316
183172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18318
18319 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18320 Rename to vc-checkout-model. Return appropriate values.
18321 Update callers.
18322
18323 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18324 to vc-checkout-model.
18325 (vc-checkout-required): Rename to vc-checkout-model.
18326 Re-implement and re-comment.
18327 (vc-after-save): Use vc-checkout-model.
18328
183292000-09-04 Martin Lorentzson <martinl@gnu.org>
18330
18331 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18332 Update to use the vc-BACKEND-diff functions instead.
18333 `vc-diff' is now working.
18334
18335 * vc-rcs.el (vc-rcs-logentry-check): New function.
18336
18337 * vc-cvs.el (vc-cvs-logentry-check): New function.
18338
18339 * vc-sccs.el (vc-sccs-diff): Function changed name from
18340 `vc-backend-diff'. This makes `vc-diff' work.
18341
18342 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18343 of functions possibly implemented in a vc-BACKEND library.
18344 (vc-checkout-required): Fix bug that caused an error to be
18345 signaled during `vc-after-save'.
18346
18347 * vc.el: Fix typo.
18348 This checkin is made with our new VC code base for the very first time.
18349 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18350
18351 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18352 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18353
18354 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18355 updated to `vc-uses-locking'.
18356 (vc-checkout-required): Call to backend function.
18357 `vc-checkout-required' updated to `vc-uses-locking' instead.
18358
18359 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18360 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18361
18362 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18363 to match the split into various backends.
18364 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18365 (vc-retrieve-snapshot): Bug fix.
18366
183672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18368
18369 * vc-sccs.el (vc-sccs-release): Doc fix.
18370
183712000-09-04 Martin Lorentzson <martinl@gnu.org>
18372
18373 * vc.el (vc-next-action-on-file): Bug found and fixed.
18374 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18375 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18376
18377 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18378 (vc-rcs-checkout): Name space cleaned up. No more revision number
18379 crunching function names that are not prefixed with vc-rcs.
18380 (vc-rcs-checkout-model): Function added. References to
18381 `vc-checkout-model' replaced.
18382
183832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18384
18385 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18386 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18387 still need to be split, and implemented for RCS).
18388
183892000-09-04 Martin Lorentzson <martinl@gnu.org>
18390
18391 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18392
18393 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18394 required by the vc.el file.
18395
18396 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18397 required by the vc.el file.
18398 (vc-rcs-exists): Function added.
18399
18400 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18401 required by the vc.el file.
18402
18403 * vc.el (vc-admin): Updated to handle selection of appropriate
18404 backend. Current implementation is crufty and need re-thinking.
18405
18406 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18407
184082000-09-04 Martin Lorentzson <martinl@gnu.org>
18409
18410 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18411 beginning of annotate buffers correctly.
18412
18413 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18414 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18415 functionality updated quite a lot to support multiple backends.
18416 Variables `vc-annotate-mode', `vc-annotate-buffers',
18417 `vc-annotate-backend' added.
18418
18419 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18420 `vc-annotate-difference' added to supported backend functions.
18421
184222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18423
18424 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18425 Use with-temp-file instead of /bin/sh. Merged from mainline
18426
184272000-09-04 Martin Lorentzson <martinl@gnu.org>
18428
18429 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18430
18431 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18432
18433 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18434
184352000-09-04 Martin Lorentzson <martinl@gnu.org>
18436
18437 * vc-hooks.el: vc-state-heuristic added to
18438 vc-backend-hook-functions.
18439
18440 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18441
18442 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18443
18444 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18445 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18446 state to `reserved'.
18447
18448 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18449 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18450
184512000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18452
18453 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18454 untouched.
18455
18456 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18457
18458 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18459 if defined. (Merged from main line, slightly adapted.)
18460
18461 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18462 millenium problem (merged from mainline).
18463
184642000-09-04 Martin Lorentzson <martinl@gnu.org>
18465
18466 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18467 part and moved the non-BACKEND stuff to vc.el.
18468
18469 * vc.el: Split the annotate feature into a BACKEND specific part
18470 and moved it from the vc-cvs.el file to this one.
18471
184722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18473
18474 * vc-hooks.el: Implement new state model.
18475 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18476 (vc-locking-user): Simplify. Now only needed if the file is
18477 locked by somebody else.
18478 (vc-lock-from-permissions): Remove. Functionality is in
18479 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18480 (vc-mode-line-string): New name for former vc-status. Adapted.
18481 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18482
18483 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18484 Various simplifications and adaptations all over the place.
18485
18486 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18487 Simplify and adapt the rest.
18488
18489 * vc.el (vc-resynch-window): Add TODO comment: check for
18490 interaction with view mode according to recent RCS change.
18491 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18492
184932000-09-04 Martin Lorentzson <martinl@gnu.org>
18494
18495 * vc.el: Convert the remaining function comments to docstrings.
18496
184972000-09-04 Martin Lorentzson <martinl@gnu.org>
18498
18499 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18500 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18501 (vc-minor-part, vc-previous-version): Functions that operate and
18502 compare revision numbers got proper documentation. Comments added
18503 about their possible removal.
18504
185052000-09-04 Martin Lorentzson <martinl@gnu.org>
18506
18507 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18508 the vc-backend.el files.
18509
18510 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18511
18512 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18513 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18514 (vc-rcs-previous-version): Functions added.
18515
18516 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18517
18518 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18519
185202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18521
18522 * vc-hooks.el (vc-master-templates): Is really obsolete.
18523 Comment out the definition for now. What is the right procedure
18524 to get rid of it?
18525 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18526 rewritten.
18527 (vc-default-registered): Remove.
18528 (vc-check-master-templates): New function; does mostly what the
18529 above did before.
18530 (vc-locking-user): Don't rely on the backend to set the property.
18531
18532 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18533 Rewrite documentation.
18534 (vc-rcs-templates-grabbed): New variable.
18535 (vc-rcs-grab-templates): New function.
18536 (vc-rcs-registered): Rewrite to use above mechanism.
18537
18538 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18539 Rewrite documentation.
18540 (vc-sccs-templates-grabbed): New variable.
18541 (vc-sccs-grab-templates): New function.
18542 (vc-sccs-registered): Rewrite to use above mechanism.
18543 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18544 Don't throw the result, simply return it.
18545
18546 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18547 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18548 (vc-cvs-registered): Does the check itself now. Simplify.
18549
18550 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18551 from main line.
18552
185532000-09-04 Martin Lorentzson <martinl@gnu.org>
18554
18555 * vc-cvs.el (vc-cvs-diff): New function.
18556
18557 * vc-sccs.el (vc-sccs-diff): New function.
18558
18559 * vc-rcs.el (vc-rcs-diff): New function.
18560 (vc-rcs-checkout): Bug (typo) found and fixed.
18561 (vc-rcs-register-switches): New variable.
18562
18563 * vc.el (vc-backend-diff): Function removed and placed in the
18564 backend files.
18565
185662000-09-04 Martin Lorentzson <martinl@gnu.org>
18567
18568 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18569
18570 * vc.el (vc-backend-checkout): Function removed and replaced in
18571 the vc-backend.el files.
18572
18573 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18574
18575 * vc.el (vc-backend-admin): Removed and replaced in the
18576 vc-backend.el files.
18577
18578 * vc.el (Martin): Removed all the annotate functionality since it
18579 is CVS backend specific.
18580
185812000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18582
18583 * spec.txt: Added specification of vc-state.
18584
18585 * vc-sccs-hooks.el (vc-sccs-master-properties):
18586 Remove handling of vc-latest-version and
18587 vc-your-latest-version. What used to be vc-latest-version, is now
18588 returned as vc-workfile-version.
18589 (vc-sccs-workfile-version): Adapt.
18590
185912000-09-04 Dave Love <fx@gnu.org>
18592
18593 * vc.el: [Merged from mainline.]
18594 (vc-dired-mode): Make the dired-move-to-filename-regexp
18595 regexp match the date, to avoid treating date as file size.
18596 Add YYYY S option to WESTERN/
18597
185982000-09-04 Dave Love <fx@gnu.org>
18599
18600 * vc.el: Require `compile' when compiling.
18601 (vc-logentry-check-hook): New option.
18602 (vc-steal-lock): Use compose-mail.
18603 (vc-dired-mode-map): Defvar when compiling.
18604 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18605 vc-sccs.el and renamed. Callers changed.
18606 (vc-backend-checkout, vc-backend-logentry-check)
18607 (vc-backend-merge-news): Doc fix.
18608 (vc-default-logentry-check): New function.
18609 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18610 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18611 (vc-backend-merge): Doc fix. Use backend functions.
18612 (vc-check-headers): Use backend functions.
18613
18614 * vc-cvs.el: Require vc when compiling.
18615 (vc-cvs-register-switches): Doc fix.
18616 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18617 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18618 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18619 New functions (code from vc.el).
18620 (vc-annotate-display-default): Fix interactive spec.
18621 (vc-annotate-time-span): Doc fix.
18622
18623 * vc-rcs.el: Require vc when compiling.
18624 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18625 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18626 (vc-rcs-checkin): New functions (code from vc.el).
18627 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18628 Doc fix.
18629 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18630
18631 * vc-sccs.el: Require vc when compiling.
18632 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18633 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18634 (vc-sccs-revert)
18635 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18636 from vc.el).
18637 (vc-sccs-add-triple, vc-sccs-record-rename)
18638 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18639 (vc-sccs-admin): Doc fix.
18640
186412000-09-04 Martin Lorentzson <martinl@gnu.org>
18642
18643 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18644 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18645 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18646 from vc.el.
18647
18648 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18649
18650 * vc-cvs.el: Moved the annotate functionality from vc.el.
18651 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18652
186532000-09-04 Dave Love <fx@gnu.org>
18654
18655 * vc.el (vc-backend-release): Call vc-system-release.
18656
18657 * vc-sccs.el (vc-sccs-system-release):
18658 Renamed from vc-sccs-backend-release.
18659
18660 * vc-rcs.el (vc-rcs-system-release):
18661 Renamed from vc-rcs-backend-release.
18662
18663 * vc-cvs.el (vc-cvs-system-release):
18664 Renamed from vc-cvs-backend-release.
18665
186662000-09-04 Dave Love <fx@gnu.org>
18667
18668 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18669 backend files.
18670 (vc-backend-release): Dispatch to backend functions.
18671 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18672 probably needs attention.]
18673
18674 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18675 (vc-sccs-backend-release): New function.
18676
18677 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18678 (vc-cvs-backend-release): New function.
18679
18680 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18681 Doc fix.
18682 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18683 (vc-default-dired-state-info): New function.
18684 (vc-dired-state-info): Dispatch to backends.
18685 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18686
18687 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18688 from vc.el and renamed.
18689
186902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18691
18692 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18693 (vc-version-other-window, vc-backend-assign-name): Removed
18694 references to vc-latest-version; sometimes changed into
18695 vc-workfile-version.
18696
18697 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18698 vc-rcs-master-workfile-version.
18699 (vc-rcs-workfile-version): Use the above. Don't call
18700 vc-latest-version (that was unreachable code, anyway).
18701 (vc-rcs-fetch-master-properties): Doc fix.
18702
18703 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18704 (vc-backend-hook-functions): Removed them from this list, too.
18705 (vc-fetch-properties): Removed.
18706 (vc-workfile-version): Doc fix.
18707
18708 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18709 (vc-rcs-workfile-version, vc-rcs-locking-user)
18710 (vc-rcs-uses-locking): Use it.
18711
18712 * vc-hooks.el (vc-consult-rcs-headers):
18713 Moved into vc-rcs-hooks.el, under the name
18714 vc-rcs-consult-headers.
18715
18716 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18717 headers.
18718 (vc-cvs-find-master): Use this name only; correct different
18719 versions of the name.
18720
18721 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18722 New functions.
18723 (vc-sccs-locking-user): Use the latter.
18724
18725 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18726 New functions.
18727
18728 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18729 Moved into both
18730 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18731 functions are implementation details of those two backends.
18732
187332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18734
18735 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18736 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18737
18738 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18739 (vc-sccs-parse-locks): SCCS-specific code moved here from
18740 vc-hooks.
18741
18742 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18743 code moved here from vc-hooks.
18744
18745 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18746 into back-end specific parts and removed. Callers not updated
18747 yet; because I guess these callers will disappear into back-end
18748 specific files anyway.
18749
187502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18751
18752 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18753 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18754 `vc-uses-locking'.
18755
18756 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18757 Store yes/no in the property, and return t/nil. Updated all
18758 callers.
18759
18760 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18761 vc-sccs-uses-locking. Don't set property.
18762 (vc-sccs-locking-user): Don't set property.
18763
18764 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18765 vc-cvs-uses-locking. Don't set property here; leave that to
18766 vc-hooks.
18767 (vc-cvs-locking-user): Reflect above change. Streamlined.
18768
18769 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18770 vc-rcs-uses-locking.
18771 (vc-rcs-locking-user): Reflect above change.
18772
187732000-09-04 Dave Love <fx@gnu.org>
18774
18775 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18776
18777 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18778
18779 * vc-hooks.el (vc-checkout-model): Punt to backends.
18780
18781 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18782
18783 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18784
18785 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18786 New functions.
18787
18788 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18789 New functions.
18790
18791 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18792 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18793
18794 * vc-hooks.el (vc-default-locking-user): New function.
18795 (vc-locking-user, vc-workfile-version): Punt to backends.
18796
187972000-09-04 Dave Love <fx@gnu.org>
18798
18799 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18800 (vc-master-workfile-version): Moved from vc-hooks.
18801
18802 * vc-rcs-hooks.el: Fix duplicate code in last change.
18803
18804 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18805 (vc-rcs-master-templates): Improve :type.
18806 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18807 vc-master-workfile-version): Moved from vc-hooks.
18808
18809 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18810 (vc-sccs-master-templates): Improve :type.
18811 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18812
18813 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18814
18815 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18816 (vc-cvs-master-templates): Improve :type. Use
18817 vc-cvs-find-cvs-master.
18818 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18819 from vc-hooks.
18820 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18821
18822 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18823 Moved to vc-cvs-hooks.
18824
18825 * vc-hooks.el: Add doc strings in various places. Simplify the
18826 minor mode setup.
18827 (vc-handled-backends): New user variable.
18828 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18829 simplification.
18830
188312000-09-04 Dave Love <fx@gnu.org>
18832
18833 * vc.el: Some doc fixes for autoloaded and interactive functions.
18834 Fix compilation warnings from ediff stuff.
18835 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18836
18837 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18838
18839 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18840
18841 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18842
188432000-09-04 Dave Love <fx@gnu.org>
18844
18845 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18846 New variable.
18847 (vc-make-backend-function, vc-loadup, vc-call-backend)
18848 (vc-backend-defines): New functions.
18849
18850 * vc-hooks.el: Various doc fixes.
18851 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18852 (vc-match-substring): Function removed. Callers changed to use
18853 match-string.
18854 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18855 Simplify.
18856
188572000-09-04 Dave Love <fx@gnu.org>
18858
18859 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18860 type.
18861 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18862 (vc-sccs-registered): Doc fix.
18863
18864 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18865 (vc-cvs-registered): Doc fix.
18866
18867 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18868 (vc-rcs-registered): Doc fix.
18869
188702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18871
18872 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18873
18874 * vc-hooks.el: vc-registered has been renamed
18875 vc-default-registered. Some functions have been moved to the
18876 backend specific files. they all support the
18877 vc-BACKEND-registered functions.
18878
188792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18880
18881 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18882
18883 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18884
188852000-09-04 Dave Love <fx@gnu.org>
18886
18887 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18888 menu-bar-update-hook.
18889
18890 * help.el (help-manyarg-func-alist): Add
18891 find-operation-coding-system.
18892
18893 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18894
18895 * custom.el (custom-set-variables): Print message about errors in
18896 setting.
18897
188982000-09-03 Andrew Innes <andrewi@gnu.org>
18899
18900 * makefile.w32-in: Change to DOS line endings.
18901
189022000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18903
18904 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18905 minor-mode keymaps, if they don't have one.
18906
189072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18908
18909 * eshell/esh-module.el (eval-when-compile): Don't lose if
18910 esh-module.el's file name is truncated to DOS 8+3 limits.
18911
189122000-09-01 John Wiegley <johnw@gnu.org>
18913
18914 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18915 predicate, which caused entries in the completion list to be
18916 doubled.
18917
189182000-08-30 John Wiegley <johnw@gnu.org>
18919
18920 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18921 sending to subprocesses. Also, hook pre-command-hook if
18922 `eshell-send-direct-to-subprocesses' is non-nil.
18923 (eshell-send-direct-to-subprocesses): New config variable. If t,
18924 subprocess input is send immediately.
18925 (eshell-toggle-direct-send): New function.
18926 (eshell-self-insert-command): New function.
18927 (eshell-intercept-commands): New function.
18928 (eshell-send-input): If direct subprocess sending is enabled,
18929 don't echo any input to the Eshell buffer. Let the subprocess
18930 handle that. This requires "stty echo" in bash, for example.
18931
189322000-08-28 John Wiegley <johnw@gnu.org>
18933
18934 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18935 completion function for Eshell's implementation of `unset'.
18936
189372000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18938
18939 * info.el (Info-directory-list): Doc fix.
18940
189412000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18942
18943 * filecache.el (file-cache-add-directory-using-find): Don't quote
18944 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18945
189462000-08-31 Kenichi Handa <handa@etl.go.jp>
18947
18948 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18949 coding systems.
18950
189512000-08-30 Andrew Innes <andrewi@gnu.org>
18952
18953 * timer.el (run-with-idle-timer): Undo last change, so that timer
18954 is not activated immediately if Emacs is already idle. Some
18955 existing code relies on this behaviour.
18956
189572000-08-30 Miles Bader <miles@gnu.org>
18958
18959 * frame.el (set-frame-font): Do completion of font-name for
18960 interactive use.
18961
189622000-08-30 Kenichi Handa <handa@etl.go.jp>
18963
18964 * international/quail.el (quail-start-translation): Bind locally
18965 last-command-event, last-command, and this-command.
18966 (quail-start-conversion): Likewise.
18967 (quail-self-insert-command): Fix docstring.
18968
189692000-08-29 Gerd Moellmann <gerd@gnu.org>
18970
18971 * progmodes/executable.el
18972 (executable-make-buffer-file-executable-if-script-p): Check that
18973 buffer contains at least 2 characters.
18974
189752000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18976
18977 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18978
189792000-08-29 Dave Love <fx@gnu.org>
18980
18981 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18982 (diff-mode-shared-map): Bind mouse-2.
18983 (diff-imenu-generic-expression): New variable.
18984 (diff-mode): Use it.
18985
18986 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18987 (mouse-popup-menubar): Add minor mode menus.
18988 (popup-menu): Check for lookup-key returning number.
18989
189902000-08-29 Miles Bader <miles@gnu.org>
18991
18992 * comint.el (comint-send-input): Create overlays using the proper
18993 front/read-advance arguments.
18994
189952000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18996
18997 * ps-print.el: Even/odd pages printing. Doc fix.
18998 (ps-print-version): New version number (6.0).
18999 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
19000 (ps-background, ps-begin-file, ps-begin-job): Code fix.
19001 (ps-print-duplex-feature): Variable eliminated.
19002 (ps-even-or-odd-pages): New variable.
19003
19004 * progmodes/ebnf2ps.el: Doc fix.
19005 (ebnf-version): New version (3.3).
19006 (ebnf-user-arrow): Change variable customization to sexp.
19007 (ebnf-user-arrow): Function eliminated.
19008 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
19009
190102000-08-29 Kenichi Handa <handa@etl.go.jp>
19011
19012 * help.el (help-xref-mule-regexp): New variable.
19013 (help-make-xrefs): Handle help-xref-mule-regexp.
19014
19015 * international/mule-cmds.el (help-xref-mule-regexp-template): New
19016 variable.
19017 (describe-input-method): Temporarily activate the specfied input
19018 method to display the information.
19019 (describe-language-environment): Hyperlinks to mule related items.
19020
19021 * international/mule-diag.el (charset-multibyte-form-string): New
19022 function.
19023 (list-character-sets-1): Use charset-multibyte-form-string.
19024 (describe-character-set): New function.
19025 (describe-coding-system): Hyperlinks to safe character sets.
19026
19027 * international/quail.el (quail-help): New arg PACKAGE.
19028 Hyperlinks to mule related items.
19029 (quail-help-insert-keymap-description): Use
19030 substitute-command-keys instead of describe-bindings.
19031 (quail-translation-help): Hyperlinks to mule related items.
19032
190332000-08-28 John Wiegley <johnw@gnu.org>
19034
19035 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
19036 have a defsubst call itself. Made `eshell-flatten-list' back into
19037 a function again.
19038
19039 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
19040 catch, in case re-centering point at bottom messes up the display.
19041 This happens frequently in Emacs 21, due I believe to variable
19042 line heights.
19043
19044 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
19045 to call `find-tag-interactive'.
19046
19047 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
19048 the list of remember directories.
19049
190502000-08-28 John Wiegley <johnw@gnu.org>
19051
19052 * align.el: Test align-region-separate to see if it's a symbol.
19053
190542000-08-28 John Wiegley <johnw@gnu.org>
19055
19056 * eshell/esh-util.el (eshell-flatten-list): Made this function
19057 into a defsubst form. It gets used very frequently, although
19058 calls don't occur all that often.
19059
19060 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
19061 examining it.
19062
19063 * eshell/esh-cmd.el (eshell-rewrite-while-command):
19064 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
19065 `eshell-protect'.
19066 (eshell-copy-handles): Created a new macro for duplicating the
19067 current set of open handles. This is needed by the looping
19068 functions.
19069 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
19070 is not incorrectly stomped on.
19071
19072 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
19073 declaration for pcomplete-use-paring.
19074 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
19075 value of eshell-cmpl-use-paring.
19076 * pcomplete.el (pcomplete-use-paring): New config variable, to
19077 indicate whether paring should be used.
19078 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19079 completion alternatives that have already been used.
19080
19081 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19082 bound to C-c C-y, which will repeat the previous N arguments
19083 (based on prefix argument).
19084 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19085
19086 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19087 if there is no *Help* buffer. This is for XEmacs, which renames
19088 its help buffers uniquely. TODO: Find out what the current buffer
19089 name to delete is.
19090
19091 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19092 first entry that correlates to a passwd/group number. Later
19093 entries (used for group/user name aliasing to multiple IDs) are
19094 ignored.
19095
19096 * eshell/em-xtra.el (eshell/expr):
19097 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19098 (eshell-grep, eshell/diff, eshell/locate):
19099 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19100 argument list, before passing it to the system command.
19101
19102 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19103 `find-tag' for use at final position in Eshell buffers (which
19104 otherwise triggers an error on Emacs 21).
19105 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19106 buffer, if it is currently bound to `find-tag'.
19107
19108 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19109 in the list of matched Makefile names.
19110 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19111 directory, prefer its contents to Makefile.
19112
19113 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19114 directory parts (like "cd old new", or "cd =regexp"), are now case
19115 sensitive on non-Windows/DOS platforms.
19116
19117 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19118 types RET after an open delimiter (like "), display a message
19119 indicating that Eshell is waiting for the closing delimiter.
19120
19121 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19122 environment variables.
19123
19124 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19125 gracefully if the user enters incorrect arguments.
19126
19127 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19128 Eshell buffers.
19129
19130 * eshell/esh-var.el (eshell-interpolate-variable):
19131 * eshell/esh-mode.el (eshell-move-argument):
19132 * eshell/em-unix.el (eshell-du-sum-directory):
19133 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19134 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19135 (not (= ...)).
19136
19137 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19138 to ensure the `preserve' flag gets propagated when doing recursive
19139 directory copies.
19140
191412000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19142
19143 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19144 Don't convert \n into \0177 in memory.
19145 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19146 and back again, when reading and writing.
19147
191482000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19149
19150 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19151 testing of `fboundp' on `processp'.
19152
19153 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19154 (eshell/jobs): Don't call process-list if it is not bound.
19155 (eshell-gather-process-output): Support systems where async
19156 subprocesses aren't supported.
19157 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19158 variables.
19159
19160 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19161 eshell-do-eval returns t.
19162 (eshell-do-pipelines-synchronously): New defmacro.
19163 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19164 when async subprocesses aren't supported.
19165 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19166 if async subprocesses aren't supported.
19167 (eshell-resume-command): Don't assume STATUS is a string.
19168
19169 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19170
19171 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19172 (eshell-close-target, eshell-get-target): Use eshell-processp.
19173 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19174 fix.
19175 (eshell-get-target, eshell-create-handles): Doc fix.
19176
191772000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19178
19179 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19180 criterion to include commands that output something, as long as it
19181 leaves both the command and the end-of-buffer visible when the
19182 command has exited.
19183 (eshell-review-quick-commands): Adjust the help doc string
19184 accordingly.
19185
191862000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19187
19188 * locate.el (locate): Cleaned up locate command's interactive prompting
c499f00a 19189 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
a30eb617
DL
19190
19191 * filecache.el (file-cache-case-fold-search): New variable
19192 (file-cache-assoc-function): New variable
19193 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19194 Use file-cache-case-fold-search variable
19195 (file-cache-add-file): Use file-cache-assoc-function
19196 (file-cache-delete-file): likewise
19197 (file-cache-directory-name): likewise
19198 (file-cache-debug-read-from-minibuffer): likewise
19199
192002000-08-28 Gerd Moellmann <gerd@gnu.org>
19201
19202 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19203 (abbrev-table-name): New function.
19204 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19205 If non-nil list local abbrev, only.
19206
192072000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19208
19209 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19210 from Gnus support code, and use special article copy buffer
19211 `(gnus-original-article-buffer)' instead. This allows to get rid
19212 of article-hide-headers usage (which breaks in the latest Gnus
19213 version). Thanks to Detlev Zundel.
19214
192152000-08-28 Kenichi Handa <handa@etl.go.jp>
19216
19217 * international/quail.el (quail-use-package): Hide "... loaded"
19218 message.
19219 (quail-start-translation, quail-start-conversion): Likewise.
19220
19221 * international/kkc.el (kkc-region): Hide "... loaded" message.
19222
192232000-08-27 Dave Love <fx@gnu.org>
19224
19225 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19226
192272000-08-27 Miles Bader <miles@gnu.org>
19228
19229 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19230
192312000-08-27 Kenichi Handa <handa@etl.go.jp>
19232
19233 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19234 'ja-dic-cnv), not (require 'skkdic-cnv).
19235
192362000-08-26 Miles Bader <miles@gnu.org>
19237
19238 * faces.el (face-x-resources): Add entry for :inherit.
19239 * cus-face.el (custom-face-attributes): Add support for :inherit
19240 attribute. Add support for relative face heights.
19241 (custom-face-attributes-get): Treat `nil' as being a default value
19242 for :inherit (as well as `unspecified').
19243
19244 * faces.el (set-face-attribute): Update doc string.
19245 (face-attribute-name-alist): Add :inherit.
19246 (face-valid-attribute-values): Handle :inherit.
19247 (face-read-string): Rephrase prompt to be less confusing.
19248 Assume that DEFAULT is a string, since we must return a string.
19249 (face-read-integer): Use `format' to turn DEFAULT into an
19250 acceptable default for face-read-string. Match NEW-VALUE against
19251 the string "unspecified", not the symbol `unspecified', since
19252 that's what face-read-string returns.
19253 (read-face-attribute): Lookup a name for old-value in valid, and
19254 use it as a default if we find one. Treat all values from
19255 face-read-string as strings. If the default is used, don't do any
19256 more processing on the value, just use the old value directly.
19257 (read-face-and-attribute, modify-face): Tweak prompt.
19258 (read-face-name): Don't assume prompt ends with a space.
19259
19260 * faces.el (describe-face): Add support for :inherit attribute.
19261
192622000-08-25 Kenichi Handa <handa@etl.go.jp>
19263
19264 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19265 concat doesn't accept interger.
19266
19267 * international/kkc.el: Remove SKK from Keywords. Require
19268 ja-dic-utl instead of skkdic-utl.
19269
19270 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19271 Provide ja-dic-cnv instead of skkdic-cnv.
19272 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19273 (iso-2022-7bit-short): Add safe-charsets property.
19274 (skkdic-convert-postfix): Search Japanese chou-on character in
19275 addition to Hiragana character.
19276 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19277 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19278 (batch-skkdic-convert): Likewise.
19279
19280 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19281 Provide ja-dic-utl instead of skkdic-utl.
19282 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19283
192842000-08-24 Dave Love <fx@gnu.org>
19285
19286 * disp-table.el (standard-display-default): Make the test of `l'
19287 useful.
19288
19289 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19290 mod sample text.
19291
19292 * international/iso-ascii.el: Make pilcrow convenient string
19293 consistent with section.
19294 (iso-ascii-display): Set up multibyte characters as well as
19295 unibyte.
19296
192972000-08-24 Kenichi Handa <handa@etl.go.jp>
19298
19299 * international/mule-cmds.el (reset-language-environment): Set
19300 default-process-coding-system to '(undecided . iso-latin-1), which
19301 makes process I/O almost consistent with file I/O. Call this
19302 function when mule-cmds.el[c] is loaded.
19303
193042000-08-22 Andrew Innes <andrewi@gnu.org>
19305
19306 * makefile.w32-in: New file.
19307
193082000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19309
19310 * comint.el (comint-output-filter): Compare end of
19311 comint-last-output-overlay with the start of the newly inserted
19312 text, not the end, when deciding whether to extend it.
19313 Set saved-point's insertion type to advance after insertion.
19314
19315 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19316 since this is now done independently of font-lock mode.
19317
193182000-08-21 Gerd Moellmann <gerd@gnu.org>
19319
19320 * server.el (server-kill-new-buffers): New user option.
19321 (server-existing-buffer): New buffer-local variable.
19322 (server-visit-files): When using an existing buffer, set
19323 server-existing-buffer to t.
19324 (server-buffer-done): If server-kill-new-buffers is t, kill the
19325 buffer, unless it was already present before visiting it with
19326 Emacs server.
19327
193282000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19329
19330 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19331 even if the display doesn't support colors: some displays will
19332 support bold/underline faces.
19333
193342000-08-21 Gerd Moellmann <gerd@gnu.org>
19335
19336 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19337
19338 * startup.el (command-line): If user's init file had an error,
19339 add explanatory text to *Messages*.
19340
193412000-08-21 Kenichi Handa <handa@etl.go.jp>
19342
19343 * man.el (Man-getpage-in-background): Decode the process output by
19344 the system locale coding system.
19345
193462000-08-20 Dave Love <fx@gnu.org>
19347
19348 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19349 Don't test x-popup-menu.
19350 (function) <complete-function>: Complete only fbound symbols.
19351 <validate, value>: New.
19352 (variable) <complete-function>: Complete only bound symbols.
19353 (coding-system): Add :base-only, :complete-function, :validate,
19354 :value, :prompt-match.
19355 (widget-coding-system-prompt-value): Use read-coding-system and
19356 act on :base-only.
19357 (editable-field): Add :help-echo.
19358 (widget-push-button-gui, widget-push-button-cache)
19359 (widget-gui-action, widget-editable-list-gui): COmment out, along
19360 with uses.
19361 (widget-at): Make arg optional.
19362 (widget-echo-help): Adjust for current help-echo calling sequence.
19363 (widget-specify-field, widget-specify-button)
19364 (widget-specify-insert, widget-get-sibling, widget-image-find)
19365 (widget-convert, widget-insert, widget-leave-text)
19366 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19367 (widget-setup, widget-field-find, widget-before-change)
19368 (widget-after-change, widget-default-complete)
19369 (widget-default-create, widget-default-delete)
19370 (widget-push-button-value-create, editable-field)
19371 (widget-field-prompt-value, widget-field-validate)
19372 (widget-choice-value-create, widget-choice-action)
19373 (widget-choice-validate, widget-checklist-add-item)
19374 (widget-radio-add-item, widget-radio-chosen)
19375 (widget-radio-value-inline, widget-editable-list-value-create)
19376 (widget-editable-list-entry-create)
19377 (widget-documentation-link-add)
19378 (widget-documentation-string-value-create)
19379 (widget-regexp-validate, widget-file-complete)
19380 (widget-sexp-validate, widget-plist-convert-widget)
19381 (widget-plist-convert-widget, widget-alist-convert-widget)
19382 (widget-alist-convert-widget, widget-color-complete): Simplify,
19383 particularly to avoid bindings which aren't optimized out.
19384
19385 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19386 Doc fix.
19387 (down-list, backward-up-list, up-list, kill-sexp)
19388 (backward-kill-sexp, mark-sexp): Make arg optional.
19389 (lisp-complete-symbol): Add optional arg PREDICATE.
19390
19391 * cus-start.el: Add display-buffer-reuse-frames,
19392 file-coding-system-alist.
19393
193942000-08-20 Gerd Moellmann <gerd@gnu.org>
19395
19396 * startup.el (command-line): Clear realized faces after
19397 modifying TTY color mappings.
19398
193992000-08-20 Miles Bader <miles@gnu.org>
19400
19401 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19402 merely a subset of FACE's attributes.
19403
194042000-08-19 Miles Bader <miles@gnu.org>
19405
19406 * comint.el (comint-output-filter): Save the point with a marker,
19407 not just a buffer position.
19408
19409 * international/mule.el (set-buffer-process-coding-system): Make
19410 interactive prompt less confusing.
19411
194122000-08-19 Gerd Moellmann <gerd@gnu.org>
19413
19414 * hilit-chg.el: General cleanup of doc strings, comments and
19415 code formatting.
19416
194172000-08-19 Miles Bader <miles@gnu.org>
19418
19419 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19420 Compiler macro removed; beginning-of-line is no longer always
19421 equivalent to forward-line, in the presence of fields.
19422
19423 * comint.el (comint-output-filter): Remove ad-hoc saving of
19424 restriction, and just use save-restriction, now that it works
19425 correctly. Don't adjust comint-last-input-start to account for
19426 our insertion; it shouldn't have moved because we don't use
19427 insert-before-markers anymore. Comment out call to
19428 `force-mode-line-update'; why is it here?
19429
19430 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19431 while checking for prompt to delete. Use `forward-line 0'
19432 instead of beginning-of-line.
19433 (gud-filter): Temporarily widen gud comint buffer while
19434 examining output.
19435
194362000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19437
19438 * progmodes/sh-script.el: Big bag of typos.
19439
19440 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19441 check since ispell-process is not bound when ispell is not yet loaded.
19442
194432000-08-18 Dave Love <fx@gnu.org>
19444
19445 * image.el (find-image): Copy `spec' before using plist-put.
19446
194472000-08-18 Gerd Moellmann <gerd@gnu.org>
19448
19449 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19450 `portugues'.
19451
19452 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19453 backward-kill-sexp, analogous to kill-sexp.
19454
19455 * progmodes/icon.el (icon-indent-line)
19456 (icon-is-continuation-line): Handle comments specially.
19457
194582000-08-17 Ken Stevens <k.stevens@ieee.org>
19459
19460 * ispell.el: Set to standard author/maintainer/keyword fields.
19461 Fine tuning to menu map appearance and operation, and added help.
19462 Remove `start' and `end' error messages when compiling.
19463 (ispell-choices-win-default-height): Fixed comment string.
19464 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19465 castellano8 dictionaries.
19466 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19467 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19468 dictionary, added italiano dictionary.
19469 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19470 word character
19471 (ispell-tex-skip-alists): Added psfig support.
19472 (ispell-skip-html): Renamed from ispell-skip-sgml.
19473 (ispell-begin-skip-region-regexp, ispell-skip-region)
19474 (ispell-minor-check): Improved html skipping support to skip across
19475 code, and recognize `&' commands without propper `;' syntax;
19476 (ispell-process-line): Fix alignment error when manually
19477 correcting spelling.
19478 (ispell): Fix comment string.
19479 (ispell-add-per-file-word-list): Always put word list on new line.
19480
194812000-08-17 Gerd Moellmann <gerd@gnu.org>
19482
19483 * format.el (format-encode-run-method): Fix error message to say
19484 `encode' instead of `decode'. Use save-window-excursion around
19485 shell-command-on-region as in format-decode-run-method because
19486 shell-command-on-region can display a buffer with error output.
19487 (format-decode): Don't record undo information for the decoding.
19488 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19489 that number part of the temporary buffer name so that more than
19490 one decoding using a temporary buffer can happen safely.
19491
19492 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19493 of `A-z' in the regexp.
19494
19495 * hilit-chg.el: Fix typos in commentary.
19496
19497 * help.el (view-emacs-news): Rewritten for new naming scheme
19498 for old NEWS files.
19499
19500 * startup.el (command-line): Pop to *Messages* in case an error
19501 is signaled while loading user-init-file.
19502
195032000-08-17 Andreas Schwab <schwab@suse.de>
19504
19505 * files.el (insert-directory): Don't lose original file name,
19506 undoing an undocumented change.
19507
195082000-08-17 Alex Schroeder <alex@gnu.org>
19509
19510 * sql.el (sql-magic-go): Use comint-bol.
19511 (sql-copy-column): Use comint-line-beginning-position.
19512 (comint-line-beginning-position): Define a replacement for
19513 comint-line-beginning-position if it is not fboundp.
19514
195152000-08-17 Alex Schroeder <alex@gnu.org>
19516
19517 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19518 it didn't have any effect anyway.
19519
195202000-08-17 Alex Schroeder <alex@gnu.org>
19521
19522 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19523 --pset and pager=off instead of sending \\o|cat at the beginning
19524 of the session.
19525
195262000-08-17 Miles Bader <miles@gnu.org>
19527
19528 * progmodes/octave-inf.el: Add compatibility definition of
19529 comint-line-beginning-position.
19530
195312000-08-17 Kenichi Handa <handa@etl.go.jp>
19532
19533 * startup.el (normal-top-level): Look in each dir in load-path for
19534 a leim-list.el file too. This assures of loading leim-list.el
19535 that is created at Emacs installation time even if a user have his
19536 own leim-list.el.
19537
195382000-08-17 Miles Bader <miles@gnu.org>
19539
19540 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19541 foreground color to black if the background is dark.
19542
195432000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19544
19545 * loadhist.el (unload-feature): Typo.
19546
19547 * finder.el (finder-compile-keywords):
19548 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19549 to the generated file.
19550
19551 * mail/mh-e.el (mh-make-local-vars):
19552 Replace make-variable-buffer-local with make-local-variable.
19553
19554 * play/landmark.el:
19555 * options.el (Edit-options-{set,toggle,t,nil}):
19556 * mail/mailabbrev.el (mail-abbrevs-mode):
19557 * textmodes/tex-mode.el (tex-expand-files):
19558 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19559
19560 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19561
19562 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19563 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19564 Allow going past the last element.
19565 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19566 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19567 (cvs-mouse-toggle-mark): Don't move point.
19568 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19569
19570 * progmodes/compile.el (grep): Provide a default set of files.
19571 (next-error): Docstring fix.
19572 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19573
19574 * emacs-lisp/easy-mmode.el (define-minor-mode):
19575 Use `symbol-value' to keep the byte-compiler quiet.
19576
19577 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19578 (diff-find-source-location): New fun, extracted from diff-goto-source.
19579 (diff-goto-source): Use it.
19580 (diff-next-complex-hunk, diff-filter-lines): New function.
19581 (diff-apply-hunk): New command.
19582
19583 * smerge-mode.el (smerge-mode-menu): Doc fix.
19584
19585 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19586
195872000-08-16 Dave Love <fx@gnu.org>
19588
19589 * windmove.el (windmove) <defgroup>: Add :version.
19590
19591 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19592 (goto-address-fontify-p, goto-address-highlight-p)
19593 (goto-address-url-face, goto-address-url-mouse-face)
19594 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19595 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19596 (goto-address-fontify, goto-address-at-mouse): Simplify,
19597 (goto-address-at-point): browse-url-url-at-point,
19598 goto-address-find-address-at-point can return nil.
19599 (goto-address-find-address-at-point): Return nil on failure.
19600
19601 * align.el (align) <defgroup>: Add :version.
19602
19603 * calculator.el (calculator): Add :version.
19604 (calculator): Use two lines for calculator window if `modeline'
19605 face is boxed.
19606
19607 * play/5x5.el: Doc fixes.
19608 (5x5) <defgroup>: Add :version.
19609
19610 * play/fortune.el (fortune) <defgroup>: Add :version.
19611 (fortune-append): Fix error message.
19612 (fortune-from-region): Doc fix.
19613
19614 * play/pong.el (pong): Doc fix.
19615
19616 * play/morse.el: Keywords, commentary, autoloads.
19617
196182000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19619
19620 * desktop.el (desktop-save): Don't look at symbol-value of a
19621 member of minor-mode-alist, unless it is boundp.
19622
196232000-08-16 Sam Steingold <sds@gnu.org>
19624
19625 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19626 `while'; use `with-current-buffer' instead of `save-excursion'.
19627 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19628
196292000-08-16 Kenichi Handa <handa@etl.go.jp>
19630
19631 * international/ccl.el (declare-ccl-program): Docstring modified.
19632 (ccl-execute-with-args): Likewise.
19633
196342000-08-16 Miles Bader <miles@gnu.org>
19635
19636 * progmodes/sql.el: Add compatibility definition of
19637 comint-line-beginning-position.
19638
196392000-08-15 Gerd Moellmann <gerd@gnu.org>
19640
19641 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19642 'buffer-menu' property.
19643 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19644 fails.
19645 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19646 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19647 wasn't killed.
19648
19649 * buff-menu.el (list-buffers-noselect): Don't display the
19650 *Buffer List* buffer.
19651
19652 * font-lock.el: Require jit-lock to prevent a very late
19653 `Loading jit-lock' message.
19654
19655 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19656 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19657 mail address.
19658
196592000-08-15 Miles Bader <miles@gnu.org>
19660
19661 * textmodes/ispell.el (ispell-graphic-p): New constant.
19662 (ispell-choices-win-default-height, ispell-help): Use
19663 `ispell-graphic-p' instead of `xemacsp'.
19664
196652000-08-15 Dave Love <fx@gnu.org>
19666
19667 * simple.el: Autoload widget-convert when compiling.
19668 (mail-user-agent): Doc fix.
19669
19670 * help.el (function-called-at-point, variable-at-point): Use
19671 with-syntax-table.
19672 (help-manyarg-func-alist): Add insert-and-inherit.
19673
19674 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19675
19676 * delsel.el (delsel-unload-hook): New function.
19677
19678 * find-file.el: Doc fixes. Move provide to end.
19679 (ff) <defgroup>: Add :link.
19680 (ff-goto-click): Deleted.
19681 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19682 Use mouse-set-point.
19683
19684 * textmodes/tildify.el: Doc fixes.
19685 (tildify) <defgroup>: Add:version.
19686
19687 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19688 (glasses-custom-set): Use set-default, not set.
19689 (minor-mode-alist): Propertize the lighter.
19690 (glasses-mode): Provide optional arg.
19691
19692 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19693 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19694 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19695 option. Provide :type.
19696 (cwarn-configuration): Provide :type.
19697 (cwarn-mode): Doc fix.
19698
19699 * add-log.el (change-log-merge): Doc fix.
19700 (change-log-redate): New command.
19701
19702 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19703 Doze and Dog.
19704 (browse-url): Use dolist, not mapcar.
19705 (browse-url-at-point): Check for null url.
19706 (browse-url-event-buffer, browse-url-event-point): Functions
19707 deleted.
19708 (browse-url-at-mouse, browse-url-netscape): Simplify.
19709
19710 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19711 modes.
19712 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19713 Fix previous change to mapcan.
19714 (msb--init-file-alist, msb--add-separators)
19715 (msb--make-keymap-menu): Simplify.
19716 (msb--choose-file-menu): Use copy-sequence.
19717 (msb-mode-map): Add title to keymap.
19718 (msb-unload-hook): New function.
19719
19720 * bs.el: Fix indentation.
19721 (bs) <defgroup>: Add :links.
19722 (bs-show): Doc fix.
19723 (bs-apply-sort-faces): Don't use window-system.
19724 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19725
197262000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19727
19728 * calendar/timeclock.el (timeclock-file): Run .timelog through
19729 convert-standard-filename.
19730
197312000-08-14 Gerd Moellmann <gerd@gnu.org>
19732
19733 * emacs-lisp/authors.el: New file.
19734
19735 * paren.el (show-paren-priority): New user option.
19736 (show-paren-function): Set overlay priorities to
19737 show-paren-priority.
19738
197392000-08-14 Miles Bader <miles@gnu.org>
19740
19741 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19742 beginning-of-line with inhibit-field-text-motion bound.
19743
197442000-08-14 Gerd Moellmann <gerd@gnu.org>
19745
19746 * calendar/timeclock.el: New file.
19747
197482000-08-14 David Ponce <david@dponce.com>
19749
19750 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19751 `widget-button-click'. so that one can use left mouse button to
19752 click on dialog buttons.
19753
197542000-08-14 Emmanuel Briot <briot@gnat.com>
19755
19756 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19757 identifiers, since XML is case sensitive
19758
197592000-08-12 Miles Bader <miles@gnu.org>
19760
19761 * comint.el (comint-output-filter): Don't bother frobbing
19762 window-start, it doesn't seem to be necessary.
19763
19764 * comint.el (comint-send-string, comint-send-region): Make into
19765 real functions. Snapshot the prompt before sending.
19766
197672000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19768
19769 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19770 technique similar to Info-index, instead of relying on specific
19771 names of relevant Index nodes.
19772 (Info-goto-emacs-command-node): Bind Info-history to nil when
19773 going to the first node found by Info-find-emacs-command-nodes.
19774
197752000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19776
19777 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19778
197792000-08-10 Miles Bader <miles@gnu.org>
19780
19781 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19782
197832000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19784
19785 * info.el (Info-file-list-for-emacs): More elements for the
19786 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19787 and woman manuals.
19788
197892000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19790
19791 * comint.el (comint-send-input): Make the newline boundary overlay
19792 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19793 (comint-output-filter): Use `insert' instead of
19794 `insert-before-markers'. Extend comint-last-output-overlay when
19795 necessary since we can't rely on insert-before-markers to do it.
19796 * gud.el (gud-filter): Use `with-current-buffer' instead of
19797 save-excursion when inserting the output, so that point gets
19798 updated correctly; the old method relied on a rather dodgy
19799 side-effect of comint-output-filter to avoid the effect of
19800 save-excursion.
19801
198022000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19803
19804 * files.el (recover-file): Call insert-directory instead of
19805 invoking `ls' directly.
19806
198072000-08-10 Miles Bader <miles@gnu.org>
19808
19809 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19810 (comint-last-prompt-overlay): New variables.
19811 (comint-output-filter): Implement prompt highlighting.
19812 (comint-snapshot-last-prompt): New function.
19813 (comint-send-input): Snapshot the last prompt.
19814 Use comint-highlight-input-face.
19815 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19816 Use defface instead of defcustom.
19817 (send-invisible, comint-send-eof): Snapshot the last prompt.
19818 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19819 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19820
198212000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19822
19823 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19824 (regexp-opt-group): Use a list of chars for `letters'.
19825 (regexp-opt-charset): `chars' is now a list of chars.
19826 Use a char-table rather than a vector so it works for multibyte chars.
19827
19828 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19829 Set cvs-minor-current-files to the selected fileinfo.
19830 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19831 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19832
198332000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19834
19835 * files.el (insert-directory): Don't call access-file on
19836 directories on DOS and Windows.
19837
198382000-08-09 Kenichi Handa <handa@etl.go.jp>
19839
19840 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19841 longer if necessary.
19842 (ccl-embed-code): Call ccl-embed-data to store CODE in
19843 ccl-program-vector.
19844
198452000-08-09 Miles Bader <miles@gnu.org>
19846
19847 * comint.el (comint-output-filter): Properly handle the case where
19848 the text surrounded by comint-last-output-overlay was deleted.
19849
198502000-08-08 Gerd Moellmann <gerd@gnu.org>
19851
19852 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19853 non-nil.
19854 (Info-file-list-for-emacs): Remove "info" from the list because
19855 that leads to trying to use the documentation from file `info'
19856 in various situations where it isn't appropriate, for instance
19857 C-h C-k C-h i.
19858
19859 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19860 DIR and/or STRING are nil.
19861
19862 * progmodes/compile.el (compilation-setup): Make variable
19863 compilation-error-screen-columns buffer-local, as some comment
19864 in the code suggests it should be.
19865
19866 * files.el (auto-mode-interpreter-regexp): New variable.
19867 (set-auto-mode): Use it.
19868
19869 * indent.el (indent-for-tab-command): Doc fix.
19870
19871 * mouse-sel.el (mouse-sel-mode): Doc fix.
19872
19873 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19874 labels.
19875
19876 * help.el (print-help-return-message): When
19877 display-buffer-reuse-frames is set, let the help window been quit,
19878 instead of deleting it, which might delete a reused frame.
19879
198802000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19881
19882 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19883 rename a directory to a name that differs only by its letter case.
19884
198852000-08-08 Kenichi Handa <handa@etl.go.jp>
19886
19887 * international/quail.el (quail-define-rules): Handle Quail decode
19888 map correctly. Add code for supporting annotations.
19889 (quail-install-decode-map): New function.
19890 (quail-defrule-internal): New optional arguments decode-map and
19891 props.
19892 (quail-advice): New function.
19893
198942000-08-07 Sam Steingold <sds@gnu.org>
19895
19896 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19897 `defconst', `define-condition', `with-slots'.
19898 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19899
199002000-08-03 Miles Bader <miles@gnu.org>
19901
19902 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19903 New variable.
19904 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19905 comint-use-prompt-regexp-instead-of-fields.
19906 (comint-send-input): Add `input' field property to stuff we send to
19907 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19908 (comint-output-filter): Add `output' field property to process
19909 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19910 (comint-replace-by-expanded-history)
19911 (comint-get-old-input-default, comint-show-output)
19912 (comint-backward-matching-input, comint-forward-matching-input)
19913 (comint-next-prompt, comint-previous-prompt): Use field
19914 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19915 (comint-line-beginning-position): New function.
19916 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19917 (comint-replace-by-expanded-history-before-point): Use
19918 comint-line-beginning-position and line-end-position.
19919 (comint-last-output-overlay): New variable.
19920 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19921
19922 * shell.el (shell-prompt-pattern): Doc change.
19923 (shell-backward-command): Use line-beginning-position.
19924
19925 * gud.el (gud-gdb-complete-command): Use
19926 comint-line-beginning-position.
19927
19928 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19929 comint-bol doesn't actually go to the beginning of the line.
19930
19931 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19932 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19933 (try-expand-line-all-buffers): Likewise.
19934
19935 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19936 explicitly matching comint-prompt-regexp.
19937 (sql-copy-column): Use comint-line-beginning-position instead of
19938 explicitly matching comint-prompt-regexp.
19939
19940 * progmodes/octave-inf.el (inferior-octave-complete): Use
19941 comint-line-beginning-position.
19942
19943 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19944
19945 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19946 looking for a prompt, use `forward-line 0' instead of
19947 `beginning-of-line', to avoid getting caught by an input field.
19948
199492000-08-07 Gerd Moellmann <gerd@gnu.org>
19950
19951 * files.el (shell-quote-wildcard-pattern): Make sure to return
19952 PATTERN, in the Unix case.
19953
199542000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19955
19956 * play/zone.el (zone): Discard any pending input before running
19957 the randomly-chosen pgm.
19958
199592000-08-07 Kenichi Handa <handa@etl.go.jp>
19960
19961 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19962 checking the existence of any multibyte characters.
19963
199642000-08-06 Gerd Moellmann <gerd@gnu.org>
19965
19966 * help.el (describe-mode): Test minor-mode symbol for being
19967 bound before testing its value for being nil.
19968
19969 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19970 `first', `second', and `third'.
19971
19972 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19973 (second): Make it an alias for `cadr'.
19974
199752000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19976
19977 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19978 types of display support faces now.
19979
199802000-08-05 Gerd Moellmann <gerd@gnu.org>
19981
19982 * pcvs.el (require): Require `cl' during compilation, only.
19983
19984 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19985 (toplevel): Remove `remq' and `remove' from autoloads.
19986 (cl-fake-autoloads): New variable. If set, arrange for an error
19987 when CL functions etc. are autoloaded.
19988
199892000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19990
19991 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19992
19993 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19994 popped up, but the user clicks outside the menu, return an empty
19995 regexp (that causes unhighlight-regexp to have no effect).
19996
19997 * menu-bar.el (menu-bar-games-menu): Add Zone.
19998
19999 * hi-lock.el (toplevel): Require font-lock.
20000
200012000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20002
20003 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
20004 (ebnf-8-bit-chars): New var for bug fix.
20005 (ebnf-string): Bug fix.
20006
200072000-08-03 Sam Steingold <sds@gnu.org>
20008
20009 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
20010 instead of `buffer-string'.
20011 (require 'cl): Always, not just when compiling.
20012 `ignore-errors' in `interactive', `list*', `defun*' &c make this
20013 necessary.
20014
200152000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
20016
20017 * international/mule-cmds.el (select-safe-coding-system): Make
20018 the message text about selecting a safe coding system more clear.
20019
200202000-08-02 Gerd Moellmann <gerd@gnu.org>
20021
20022 * hi-lock.el: New file.
20023
20024 * play/zone.el: New file.
20025
20026 * replace.el (occur): Set tab-width in the *Occur* buffer to the
20027 value of tab-width in the original buffer. Choose a line number
20028 format that's a multiple of the original buffer's tab width, so
20029 that lines appear right.
20030
20031 * textmodes/ispell.el (ispell): New function, replacing an alias.
20032 Spell-check active region if in transient-mark-mode and mark
20033 is active; otherwise spell-check buffer.
20034
200352000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20036
20037 * ps-mule.el: Fix a customization problem on
20038 ps-mule-font-info-database-default.
20039
200402000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
20041
20042 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
20043 display-mouse-p instead of window-system.
20044 (ebrowse-member-mode-map): Ditto.
20045
200462000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20047
20048 * progmodes/ebnf2ps.el: Update ps-print functions call.
20049 Indentation fix. Doc fix.
20050 (ebnf-version): New version number (3.2).
20051 (ebnf-format-color, ebnf-begin-job): Code fix.
20052
200532000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
20054
20055 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
20056 font lock support on window-system.
20057 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
20058
20059 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
20060 display-color-p, if fboundp, instead of window-system.
20061
200622000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
20063
20064 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
20065 instead of window-system.
20066
20067 * wid-edit.el (widget-choose): Use display-mouse-p instead of
20068 window-system.
20069 (widget-choice-mouse-down-action): Use display-popup-menus-p
20070 instead of window-system.
20071
20072 * strokes.el (strokes-file): Run the file name through
20073 convert-standard-filename.
20074 (strokes-mode): Call display-mouse-p instead of looking at
20075 window-system. Change the error message accordingly.
20076
20077 * progmodes/cpp.el (toplevel): Support faces on tty's.
20078
20079 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20080 (lm-plot-square, lm-init-display): Don't use window-system.
20081
20082 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20083 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20084
20085 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20086 instead of looking at window-system.
20087
200882000-07-30 Gerd Moellmann <gerd@gnu.org>
20089
20090 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20091 of testing if iswitchb-prepost-hooks is bound, because the
20092 latter will always be true when invoking a recursive minibuffer
20093 from an active Iswitchb buffer.
20094
200952000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20096
20097 * files.el (shell-quote-wildcard-pattern): New function.
20098 (insert-directory): Call it. Only prepend "\" to command on Unix
20099 and GNU/Linux systems.
20100
201012000-07-30 Gerd Moellmann <gerd@gnu.org>
20102
20103 * eshell/esh-groups.el: Change custom :link file names
20104 from `eshell.info' to `eshell'.
20105
201062000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20107
20108 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20109 correctly in recursive ange-ftp listings.
20110
201112000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20112
20113 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20114 ps-header-font-size-internal and
20115 ps-header-title-font-size-internal variables are not set,
20116 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20117 face text property is (foreground-color . COLOR) or
20118 `(background-color . COLOR)', ps-print crashes. Doc fix.
20119 (ps-print-version): New version number (5.2.4).
20120 (ps-plot-region): Code fix.
20121 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20122 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20123 Bug fix 2.
20124
201252000-07-30 Milan Zamazal <pdm@freesoft.cz>
20126
20127 * glasses.el (glasses-make-readable): Fix uncapitalization of
20128 identifiers like `myXMLDocument'.
20129
201302000-07-28 Karl Fogel <kfogel@red-bean.com>
20131
20132 * mail/mail-hist.el (mail-hist-previous-input)
20133 (mail-hist-next-input): Do the obvious code factorization.
20134 (mail-hist-retrieve-and-insert): New func, contains common
20135 code of above two.
20136 If inserting a message body, leave point at top.
20137
201382000-07-28 Sam Steingold <sds@gnu.org>
20139
20140 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20141 Use `<=', not `<' to compare times!
20142 (ange-ftp-ls): Remove.
20143
201442000-07-27 Gerd Moellmann <gerd@gnu.org>
20145
20146 * play/cookie1.el: Add explanation of how to make cookie.el
20147 compatible with strfile(1) to comment.
20148
20149 * subr.el (remove, remq): New functions.
20150
20151 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20152 escape `*' in regexps.
20153 (midnight-find): Reverse order of arguments in the funcall of
20154 TEST.
20155
20156 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20157 and `.class'.
20158
20159 * play/meese.el: Add Commentary section.
20160
201612000-07-27 Alex Schroeder <alex@gnu.org>
20162
20163 * sql.el (sql-ms): Added autoload cookie.
20164 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20165 (sql-oracle): Ditto.
20166 (sql-help): Doc change.
20167
20168 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20169 types and exceptions.
20170
201712000-07-27 Alex Schroeder <alex@gnu.org>
20172
20173 * sql.el (sql-placeholder-history): New variable.
20174 (sql-query-placeholders-and-send): New function that will query
20175 the user and replace placeholders with user input.
20176 (sql-oracle): If running on NT, set comint-input-sender to
20177 sql-query-placeholders-and-send.
20178
20179 (sql-stop): If in the SQLi buffer, insert stop notification, else
20180 present it as a message.
20181
201822000-07-27 Alex Schroeder <alex@gnu.org>
20183
20184 * sql.el (sql-input-ring-separator): Doc change.
20185 (sql-input-ring-file-name): Doc change.
20186 (sql-interactive-mode): Use `sql-input-ring-separator' and
20187 `sql-input-ring-file-name' to set the comint-mode equivalents
20188 without making them local variables.
20189 (sql-stop): Don't bind `sql-input-ring-separator' and
20190 `sql-input-ring-file-name' dynamically to their comint-mode
20191 equivalents.
20192
201932000-07-27 Kenichi Handa <handa@etl.go.jp>
20194
20195 * international/mule.el (register-char-codings): New function.
20196 (make-coding-system): Handle `safe-chars' specification in the arg
20197 PROPERTY.
20198
20199 * international/mule-cmds.el
20200 (find-coding-systems-region-subset-p): This function deleted.
20201 (sort-coding-systems-predicate): New variable.
20202 (sort-coding-systems): New function.
20203 (find-coding-systems-region): Use
20204 find-coding-systems-region-internal.
20205 (find-coding-systems-string): Use find-coding-systems-region.
20206 (find-coding-systems-for-charsets): Check
20207 char-coding-system-table.
20208 (select-safe-coding-system-accept-default-p): New variable.
20209 (select-safe-coding-system): Mostly rewritten. New argument
20210 ACCEPT-DEFAULT-P.
20211 (select-message-coding-system): Call select-safe-coding-system
20212 with ACCEPT-DEFAULT-P arg.
20213 (reset-language-environment): Reset default-sendmail-coding-system
20214 to the default value iso-latin-1.
20215 (set-language-environment): Don't set the obsolete variable
20216 charset-origin-alist.
20217
20218 * international/codepage.el (cp-coding-system-for-codepage-1):
20219 Give `safe-chars' property to make-coding-system.
20220
20221 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20222 calling select-message-coding-system twice.
20223
20224 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20225 instead of `safe-charsets'.
20226 (cyrillic-alternativnyj): Likewise.
20227 (ccl-encode-alternativnyj): Don't check the charset
20228 cyrillic-iso8859-5.
20229
202302000-07-27 Kenichi Handa <handa@etl.go.jp>
20231
20232 * composite.el (compose-chars-after): Preserve match data.
20233
202342000-07-26 Sam Steingold <sds@gnu.org>
20235
20236 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20237 (ange-ftp-real-file-newer-than-file-p): New function.
20238 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20239 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20240
20241 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20242 * midnight.el (midnight-float-time): Ditto.
20243
202442000-07-26 Andreas Schwab <schwab@suse.de>
20245
20246 * files.el (normal-backup-enable-predicate): Correct
20247 interpretation of the return value of compare-strings.
20248
202492000-07-26 Gerd Moellmann <gerd@gnu.org>
20250
20251 * isearch.el (isearch-resume): New function.
20252 (isearch-done): Add something to command-history to resume
20253 the search.
20254 (isearch-yank-line, isearch-yank-word): Use
20255 buffer-substring-no-properties instead of buffer-substring.
20256
20257 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20258 of flyspell-mouse-map.
20259
20260 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20261 duplicate definition.
20262 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20263
20264 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20265 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20266
202672000-07-25 Sam Steingold <sds@gnu.org>
20268
20269 * net/ange-ftp.el: Get modtime over the net.
20270 (ange-ftp-file-modtime): New function.
20271 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20272 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20273 Use it.
20274 (ange-ftp-dot-to-slash): New function.
20275 (ange-ftp-fix-name-for-vms): Use it.
20276
20277 * midnight.el (midnight-buffer-display-time): Use
20278 `with-current-buffer'.
20279
202802000-07-25 Gerd Moellmann <gerd@gnu.org>
20281
20282 * find-dired.el: Update copyright notice.
20283 (find-dired): Offer to kill a running `find'.
20284
20285 * enriched.el (enriched-face-ans): For a `foreground-color'
20286 property, return '(("x-color" COLOR))' so that COLOR will be
20287 output as a parameter of the x-color annotation. Likewise for the
20288 `background-color' property. In the case of normal face
20289 properties, don't return annotations for unspecified foreground
20290 and background face attributes.
20291
202922000-07-25 Kenichi Handa <handa@etl.go.jp>
20293
20294 * language/japan-util.el (japanese-katakana-region): Fix handling
20295 HANKAKU argument.
20296
202972000-07-25 Miles Bader <miles@gnu.org>
20298
20299 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20300 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20301 constrain-to-field.
20302
203032000-07-24 Andrew Innes <andrewi@gnu.org>
20304
20305 * timer.el (timer-activate-when-idle): Add optional parameter
20306 DONT-WAIT. Update docstring.
20307 (run-with-idle-timer): Specify extra parameter to
20308 timer-activate-when-idle, so that timer will be activated
20309 immediately if Emacs is already idle.
20310
20311 * w32-fns.el (w32-using-nt): Fix docstring.
20312
203132000-07-24 Dave Love <fx@gnu.org>
20314
20315 * mouse.el (popup-menu): Set last-command-event.
20316 (mouse-major-mode-menu-prefix): Declare.
20317
203182000-07-24 Gerd Moellmann <gerd@gnu.org>
20319
20320 * textmodes/flyspell.el: Update to author's version 1.5d.
20321
20322 * progmodes/hideshow.el: Update copyright notice.
20323
20324 * vcursor.el: Set maintainer to FSF, since author cannot
20325 be reached.
20326
203272000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20328
20329 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20330 the prompt.
20331
20332 * mouse.el (popup-menu): Run the keymap through indirect-function,
20333 in case it was defined with define-prefix-key. If the menu is a
20334 list of keymaps, look up the binding of user's choice in each one
20335 of the keymaps.
20336 (mouse-popup-menubar): If the global and local menu-bar keymaps
20337 don't have a prompt string, create one and insert it into the
20338 keymap. Don't barf if current-local-map returns nil.
20339
203402000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20341
20342 * dired.el (dired-sort-R-check): Added to allow recursive listing
20343 to be undone.
20344 (dired-sort-other): Use it.
20345
203462000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20347
20348 * Release of cc-mode 5.27
20349
203502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20351
20352 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20353 c-beginning-of-statement-1 that caused a bad case of recursion
20354 which could consume a lot of CPU in large classes in languages
20355 that have in-expression classes (i.e. Java and Pike).
20356
20357 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20358 statements before top level constructs (i.e. case 6 is moved
20359 before case 5 and is now case 4) to catch in-expression
20360 classes in top level expressions correctly.
20361
203622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20363
20364 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20365 objc-method-intro. Case 4 removed and case 5I added.
20366
20367 * cc-langs.el (c-append-paragraph-start): New variable used by
20368 c-common-init to get paragraph-start correct.
20369 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20370 initialize paragraph-start to make it correct both with and
20371 without the javadoc special case.
20372
20373 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20374 initialize paragraph-start for javadoc markup.
20375
20376 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20377 change by defaulting this to t. It's motivated by the
20378 confusing behavior that otherwise arise from the style system
20379 when editing both java and non-java files at the same time
20380 (see the comments about style setting in c-common-init).
20381
203822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20383
20384 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20385 similar to the one in c-fill-paragraph to check the fill
20386 prefix from the adaptive fill function for sanity.
20387
203882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20389
20390 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20391 defun block.
20392
a30eb617
DL
203932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20394
20395 * cc-align.el (c-lineup-multi-inher): Handle lines with
20396 leading comma nicely. Extended to handle member initializers
20397 too.
20398
20399 * cc-engine.el: (c-beginning-of-inheritance-list,
20400 c-guess-basic-syntax): Fixed recognition of inheritance lists
20401 when the lines begins with a comma.
20402
a30eb617
DL
20403 * cc-vars.el (c-offsets-alist): Changed default for
20404 member-init-cont to c-lineup-multi-inher since it now handles
20405 member initializers and indents better for leading commas.
20406
204072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20408
20409 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20410 handling that caused class open lines to be recognized as
20411 statement-conts in some cases.
20412
20413 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20414 guessed by the adaptive fill function unless point is on the
20415 first line of a block comment.
20416
20417 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20418 when the buffer ends with a macro continuation char.
20419
20420 * cc-engine.el (c-guess-basic-syntax): Added support for
20421 function definitions as statements in Pike. The first
20422 statement in a lambda block is now labeled defun-block-intro
20423 instead of statement-block-intro.
20424
20425 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20426 so that the class surrounding point is selected, not the one
20427 innermost in the state.
20428
20429 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20430 recognition of switch labels having hanging multiline
20431 statements.
20432
20433 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20434 some code in c-guess-basic-syntax to a separate function.
20435 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20436 recognition of member inits with multiple line arglists.
20437 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20438 member-init-cont when the commas are in funny places.
20439
204402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20441
20442 * cc-defs.el (c-auto-newline): Removed this macro since it's
20443 not used anymore.
20444
20445 * cc-engine.el (c-looking-at-bos): New helper function.
20446 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20447 inexpr and toplevel classes apart in Pike.
20448
20449 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20450 of case 9A.
20451
20452 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20453 constant, since "class" can introduce an in-expression class
20454 in Pike nowadays.
20455
204562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20457
20458 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20459 indentation on cpp-macro lines.
20460
20461 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20462 a syntax modifier like comment-intro, to make it possible to
20463 get syntactic indentation for preprocessor directives. It's
20464 incompatible wrt to lineup functions on cpp-macro, but it has
20465 no observable effect in the 99.9% common case where cpp-macro
20466 is set to -1000.
20467
204682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20469
20470 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20471 member-init-cont when the preceding arglist is several lines.
20472
204732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20474
20475 * cc-styles.el (c-style-alist): The basic offset for the BSD
20476 style corrected to 8.
20477
204782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20479
20480 * cc-styles.el (c-style-alist): Adjusted the indentation of
20481 brace list openers in the gnu style.
20482
204832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20484
20485 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20486
20487 * cc-cmds.el (c-electric-brace, c-electric-slash,
20488 c-electric-star, c-electric-semi&comma, c-electric-colon,
20489 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20490 when c-syntactic-indentation is nil.
20491
20492 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20493 we were left at comments preceding the first statement when
20494 reaching the beginning of the buffer.
20495
20496 * cc-vars.el (c-syntactic-indentation): New variable to turn
20497 off all syntactic indentation.
20498
204992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20500
20501 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20502 between the text and the block comment ender when it hangs,
20503 depending on how many there are before the fill.
20504
205052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20506
20507 * cc-engine.el (c-beginning-of-closest-statement): New helper
20508 function to go back to the closest preceding statement start,
20509 which could be inside a conditional statement.
20510 * cc-engine.el (c-guess-basic-syntax): Use
20511 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20512
20513 * cc-engine.el (c-guess-basic-syntax): Better handling of
20514 arglist-intro, arglist-cont-nonempty and arglist-close when
20515 the arglist is nested inside parens. Cases 7A, 7C and 7F
20516 changed.
20517
20518 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20519 up-to-date with javadoc 1.2.
20520
205212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20522
20523 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20524 multiline Pike type decls.
20525
205262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20527
20528 * cc-cmds.el (c-indent-new-comment-line): Always break
20529 multiline comments in multiline mode, regardless of
20530 comment-multi-line.
20531
205322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20533
20534 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20535 fully::qualified::names in C++ member init lists. Preamble in
20536 case 5D changed.
20537
205382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20539
20540 * cc-langs.el (c-common-init): Handling of obsolete variables
20541 moved to c-initialize-cc-mode. More compatible style override
20542 when using global style variables.
20543 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20544 variables moved here.
20545
a30eb617
DL
20546 * cc-styles.el (c-make-styles-buffer-local): Flag style
20547 variable localness in c-style-variables-are-local-p to make
20548 the compatibility measure in c-common-init work well.
20549
20550 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20551 longer contain set-from-style.
20552 * cc-styles.el (c-initialize-builtin-style): Don't check for
20553 set-from-style on c-special-indent-hook.
20554 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20555 copy-alist is sufficient now.
20556
20557 * cc-styles.el (c-set-style, c-set-style-1,
20558 c-get-style-variables): Fixes to variable initialization so
20559 that duplicate entries in styles have the same effect
20560 regardless of DONT-OVERRIDE.
20561
20562 * cc-styles.el (c-set-style-2): Fixed bug where the
20563 initialization of inheriting styles failed when the
20564 dont-override flag is set.
20565
20566 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20567 on this.
20568
205692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20570
20571 * cc-defs.el (c-forward-comment): Removed the workaround
20572 introduced in 5.38 since it had worse side-effects. If a line
20573 contains the string "//\"", it regarded the // as a comment
20574 start since the \ temporarily doesn't have escape syntax.
20575
eb04d6cd 205762000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
20577
20578 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20579 ada-xref.el before ada-prj.el, so that the Project menu is created
20580 when ada-prj tries to add to it.
20581 (ada-activate-keys-for-case): Suppress the characters that are not
20582 part of the Ada syntax. Better compatibility with else-mode
20583 (ada-adjust-case-interactive): When auto-casing is not active,
20584 correctly insert newlines (used to insert only ^M). Prevent the
20585 syntax table from being changed in case of an error
20586 (or '_' becomes part of a word and some commands are confused).
20587 Do nothing if ada-auto-case is nil.
20588 (ada-after-keyword-p): Ignore keywords that are also attributes
20589 (ada-batch-reformat): Update usage comment
20590 (ada-call-from-contextual-menu): New function
20591 (ada-case-read-exceptions): Reinitialize the casing exception list
20592 first to nil first, so that the casing exception file can be
20593 shared.
20594 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20595 files.
20596 (ada-compile-goto-error): Fix regexp used to detect a file:line
20597 anywhere in the error message
20598 (ada-contextual-menu-last-point): New variable
20599 (ada-create-keymap): If the variable delete-key-deletes-forward is
20600 t on XEmacs, it means that DEL should delete one character
20601 forward.
20602 (ada-create-menu): Use :included instead of :visible for XEmacs.
20603 New submenu "Options".
20604 (ada-end-stmt-re): Correctly indent "select ... then abort"
20605 statements.
20606 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20607 even if they don't match ada-fill-comment-prefix Fix handling of
20608 paragraphs on the first or last line of a file.
20609 (ada-format-paramlist): Fix handling of default parameter values.
20610 (ada-get-body-name): New function.
20611 (ada-get-current-indent): Optimized by searchling directly for an
20612 existing generic part or a statement outside of it. Handle
20613 ada-indent-align-comments when indenting comments Replaced some
20614 regexps by testing directly the next character. This results in a
20615 huge speedup on some files. New indentation scheme for renames
20616 statements. Stop looking for the 'while' or 'for' associated with
20617 a 'loop' at the first semicolon encountered. A "return" can also
20618 match an anonymous access subprogram declaration.
20619 (ada-get-indent-noindent): Ignore strings and comments when
20620 looking for the keywords "record" and "private".
20621 (ada-goto-matching-decl-start): When matching "if", make sure we
20622 are not in fact seeing "end if". Ignore "when" statements except
20623 when initial keyword was "begin". Fix handling of nested
20624 procedures. Add a recursive call to this function to skip over
20625 other 'end' statmts. Fix indentation for "when .. => begin"
20626 (ada-in-open-paren-p): Fix indentation for complex boolean
20627 expressions, where 'and then', 'or else' and parenthesis
20628 statements are mixed up.
20629 (ada-in-paramlist-p): Skip comments while searching for the
20630 beginning Fix handling of operator declarations.
20631 (ada-indent-align-comments): New variable
20632 (ada-indent-current): Change the syntax table only in the
20633 protected section, so that we are sure it is restored correctly.
20634 (ada-indent-on-previous-lines): Use ada-use-indent and
20635 ada-with-indent Correctly indent "select ... then"
20636 (ada-indent-region): Slight speedup.
20637 (ada-indent-renames): New variable.
20638 (ada-last-which-function-subprog, ada-last-which-function-line):
20639 New variables
20640 (ada-looking-at-semi-private): Correctly indent the 'private'
20641 keyword when it is the first word in a package declaration.
20642 (ada-loose-case-word): Stop searching if at the end of the buffer.
20643 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20644 even if point is not initially at the end of the word.
20645 (ada-matching-decl-start-re): Add "when".
20646 (ada-mode): Add support for abbrev-mode, outline-mode and
20647 which-func-mode Override the old find-file.el entry in
20648 ff-special-constructs since it is using the obsolete
20649 ada-spec-suffix variable
20650 (ada-no-auto-case): New function
20651 (ada-scan-paramlist): When parsing the argument type, accept
20652 spaces (as in "X 'Class", generated by Rational Rose).
20653 (ada-other-file-name): No longer loads the other file.
20654 (ada-popup-menu): Save and restore the current buffer and cursor
20655 position before and after displaying the menu.
20656 (ada-search-ignore-complex-boolean): New function.
20657 (ada-uncomment-region): Emacs21 already knows how to delete
20658 comments not starting in the first column.
20659 (ada-use-indent): New variable
20660 (ada-which-function): New function.
20661 (ada-with-indent): New variable
20662 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20663 can be batch-compiled from the command line.
20664
20665 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20666 Add to the menu when the file is loaded, not in ada-mode-hook.
20667 Add -toolbar to the default ddd command Switches moved from
20668 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20669 ada-prj-default-comp-opt
20670 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20671 Reference Manual to the menu
20672 (ada-check-current): rewritten as a call to ada-compile-current
20673 (ada-compile): Removed.
20674 (ada-compile-application, ada-compile-current, ada-check-current):
20675 Set the compilation-search-path so that compile.el automatically
20676 finds the sources in src_dir. Automatic scrollong of the
20677 compilation buffer. C-uC-cC-c asks for confirmation before
20678 compiling
20679 (ada-compile-current): New parameter, prj-field
20680 (ada-complete-identifier): Load the .ali file before doing
20681 processing
20682 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20683 conform to gnatmake's behavior.
20684 (ada-find-file-in-dir): New function
20685 (ada-find-references): Set the environment variables for gnatfind
20686 (ada-find-src-file-in-dir): New function.
20687 (ada-first-non-nil): Removed
20688 (ada-gdb-application): Add support for jdb, the java debugger.
20689 (ada-get-ada-file-name): Load the original-file first if not done
20690 yet.
20691 (ada-get-all-references): Handles the new ali syntax (parent types
20692 are found between <>).
20693 (ada-initialize-runtime-library): New function
20694 (ada-mode-hook): Always load a project file when a file is opened,
20695 so that the casing exceptions are correctly read.
20696 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20697 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20698 to open the project file, since the latter does not work with
20699 speedbar Get default values before loading the prj file, or the
20700 default executable file name is wrong. Use the absolute value of
20701 src_dir to initialize ada-search-directories and
20702 compilation-search-path,... Add the standard runtime library to
20703 the search path for find-file.
20704 (ada-prj-default-debugger): Was missing an opening '{'
20705 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20706 variables.
20707 (ada-prj-default-gnatmake-opt): New variable
20708 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20709 buffers, the project file is the default one Save the windows
20710 configuration before displaying the menu.
20711 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20712 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20713 ...) regexp-quote identifiers names to support operators +,
20714 -,... in regexps.
20715 (ada-remote): New function.
20716 (ada-run-application): Erase the output buffer before starting the
20717 run Support remote execution of the application. Use
20718 call-process, or the arguments are incorrectly parsed
20719 (ada-set-default-project-file): Reread the content of the active
20720 project file, not the one from the current buffer When a project
20721 file is set as the default project, all directories are
20722 automatically associated with it.
20723 (ada-set-environment): New function
20724 (ada-treat-cmd-string): New special variable ${current}
20725 (ada-treat-cmd-string): Revised. The substitution is now done for
20726 any ${...} substring
20727 (ada-xref-current): If no body was found, compiles the spec
20728 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20729 compiler to get rid of command line length limitations.
20730 (ada-xref-get-project-field): New function
20731 (ada-xref-project-files): New variable
20732 (ada-xref-runtime-library-specs-path)
20733 (ada-xref-runtime-library-ali-path): New variables
20734 (ada-xref-set-default-prj-values): Default run command now does a
20735 cd to the build directory. New field: main_unit Provide a default
20736 file name even if the current buffer has no prj file.
20737
20738 * ada-prj.el:
20739 Rewritten to show a tabbed-dialog.
20740 (ada-prj-add-ada-menu): Remove the map and name parameters.
20741 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20742 New function
20743 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20744 (ada-prj-load-from-file): New function
20745 (ada-prj-save): Always save fields that depend on the current buffer
20746 (ada-prj-show-value): New function
20747
20748 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20749 Ada mode. This will allow us to display the Ada menu in any buffer
20750 we want (for project items).
20751 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20752 number of spaces in the header.
20753
207542000-07-24 Dave Love <fx@gnu.org>
20755
20756 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20757
207582000-07-23 Noah Friedman <friedman@splode.com>
20759
20760 * type-break.el (type-break): perform autosave.
b52758d1 20761 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
20762 (type-break-do-query): Cancel query schedule while performing
20763 actual query, to avoid possibility of a second query being made
20764 while first one is already in progress.
20765 (type-break-time-stamp-format): New variable.
20766 (type-break-time-stamp): New function.
20767 (type-break-time-warning): Use it.
20768 (type-break-keystroke-warning): Use it.
20769 (type-break-noninteractive-query): Use it.
20770
20771 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20772 cookie.
20773 Use add-minor-mode to set minor-mode-alist, if available.
20774 (eldoc-echo-area-use-multiline-p): New user option.
20775 (eldoc-echo-area-multiline-supported-p): New variable.
20776 (eldoc-docstring-format-sym-doc): Use them.
20777 (eldoc-mode): If not using idle timers, append to local post and
20778 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20779 (eldoc-display-message-no-interference-p): Don't interfere with
20780 edebug.
20781 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20782 (eldoc-function-arglist): New function.
20783 (eldoc-function-argstring): Use it.
20784
20785 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20786 auto save directory exists before calling directory-files.
20787
207882000-07-23 Dave Love <fx@gnu.org>
20789
20790 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20791 ^o, ^u.
20792
207932000-07-21 Dave Love <fx@gnu.org>
20794
20795 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20796 now passed to the function. It now works properly.
20797
20798 * smerge-mode.el (smerge-mode-menu): Fill it out.
20799
208002000-07-20 Gerd Moellmann <gerd@gnu.org>
20801
20802 * info-look.el (info-lookup): If *info* is shown in another frame
20803 on the same display, select that frame, instead of switching to
20804 the Info buffer in another window of the selected frame.
20805
20806 * simple.el (universal-argument-map): Bind numeric keypad keys
20807 kp-0 to kp-9 and kp-subtract.
20808 (digit-argument): Handle these keys.
20809
208102000-07-20 Dave Love <fx@gnu.org>
20811
20812 * net/goto-addr.el (goto-address-fontify): Don't bother with
20813 buffer-modified and read-only stuff -- irrelevant with overlays.
20814 Put an extra property on the overlays and use it to clean up in
20815 case goto-address is re-run.
20816
208172000-07-19 Richard M. Stallman <rms@gnu.org>
20818
20819 * timer.el (run-with-idle-timer): Doc fix.
20820
20821 * mail/mail-utils.el (mail-strip-quoted-names):
20822 Handle case where <...> appears inside "...".
20823 Use replace-match to edit the string more simply.
20824 (rmail-dont-reply-to): Cope with an unmatched ".
20825
208262000-07-19 Dave Love <fx@gnu.org>
20827
20828 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20829 implementation.
20830
20831 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20832 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20833 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20834
208352000-07-19 Gerd Moellmann <gerd@gnu.org>
20836
20837 * textmodes/refer.el: Correct maintainer's email address.
20838
20839 * progmodes/hideif.el: Correct author's email address.
20840 Fix typo in comment.
20841
20842 * xml.el: New file.
20843
20844 * mail/mailheader.el: Correct author's mail address.
20845
20846 * gnus/parse-time.el: Correct author's mail address.
20847
208482000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20849
20850 * comint.el (comint-highlight-input, comint-highlight-face):
20851 New user options.
20852 (comint-input-ring-file-name): Change custom type.
20853 (comint-mode-map): Bind mouse-2.
20854 (comint-insert-clicked-input): New function.
20855 (comint-send-input): Handle input highlighting.
20856
208572000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20858
20859 * mouse.el (popup-menu): New function.
20860 (mouse-major-mode-menu): Use it.
20861
208622000-07-18 Dave Love <fx@gnu.org>
20863
20864 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20865 improvements.
20866
208672000-07-18 Gerd Moellmann <gerd@gnu.org>
20868
20869 * faces.el (face-font-selection-order)
20870 (face-font-family-alternatives): Add custom type.
20871
208722000-07-18 Dave Love <fx@gnu.org>
20873
20874 * cus-edit.el (custom-variable-reset-saved)
20875 (custom-variable-reset-standard): Remove unused bindings.
20876
20877 * rect.el (open-rectangle-line): Remove unused let.
20878
20879 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20880
208812000-07-18 Gerd Moellmann <gerd@gnu.org>
20882
20883 * cdl.el: Fix `Maintainer' keyword.
20884
20885 * play/pong.el: Add author's email address.
20886
208872000-07-17 Sam Steingold <sds@gnu.org>
20888
20889 * files.el (insert-directory): Call `split-string' instead of
20890 re-implementing it.
20891
208922000-07-18 Gerd Moellmann <gerd@gnu.org>
20893
20894 * mail/vms-pmail.el: Change maintainer to FSF.
20895
20896 * net/goto-addr.el: Change maintainer to FSF.
20897
20898 * info.el (Info-title-face-alist): Removed.
20899
209002000-07-18 David Ponce <david@dponce.com>
20901
20902 * recentf.el (recentf-open-files): New command that works like
20903 `recentf-open-more-files', but shows the whole list of files (not just
20904 those omitted from the menu). Useful if you don't use a menu-bar!
20905 (recentf-open-more-files) Modified to use `recentf-open-files'.
20906
20907 (recentf-open-files, recentf-open-more-files)
20908 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20909
20910 (recentf-dialog-mode): New mode for dialogs. You can now just type
20911 "q" to cancel the dialogs.
20912
209132000-07-18 David Ponce <david@dponce.com>
20914
20915 * recentf.el: This is a major update of recentf.el. It adds new
20916 features to better organize the recentf menu and "More..." buffer.
20917
20918 Using new provided menu filtering functions you can now organize the
20919 recent files list:
20920
20921 - by major modes
20922 - by directories
20923 - by user defined rules
20924
20925 Finally, with the new `recentf-filter-changer' customizable filter you
20926 can define a ring of filters and dynamically (via the menu) cycle on
20927 each menu organization in the ring (a la msb).
20928
209292000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20930
20931 * eshell/eshell.el (eshell): Replace links to eshell.info with
20932 links to eshell, to avoid problems on systems where the manual is
20933 installed as `eshell'.
20934 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20935 * eshell/em-smart.el (eshell-smart): Ditto.
20936 * eshell/em-banner.el (eshell-banner): Ditto.
20937 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20938
20939 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20940 same-file check in the MS-DOS version (it does support inodes).
20941
20942 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20943
20944 * eshell/eshell.el (eshell-directory-name):
20945 Run default directory name through convert-standard-filename.
20946
209472000-07-18 Kenichi Handa <handa@etl.go.jp>
20948
20949 * international/mule-cmds.el (select-safe-coding-system):
20950 Fix typo in the comment.
20951
20952 * language/european.el (compound-text):
20953 Force katakana-jisx0201 to be designated to G1.
20954
20955 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20956 Don't translate some national variant characters of latin-jisx0201.
20957 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20958
20959 * international/kkc.el (kkc-after-update-conversion-functions):
20960 New variable.
20961 (kkc-update-conversion): Run functions in it at the tail.
20962
209632000-07-16 John Wiegley <johnw@gnu.org>
20964
20965 * lisp/align.el (align-newline-and-indent):
20966 Adding new function. for auto-aligning blocks of code on RET.
20967 (align-region): Fixed badly formatted minibuffer message.
20968
209692000-07-17 Kenichi Handa <handa@etl.go.jp>
20970
20971 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20972 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20973 the conversion list at first if appropriate.
20974 (kkc-next): Don't update kkc-next-count here.
20975 (kkc-prev): Don't update kkc-prev-count here.
20976 (kkc-show-conversion-list-update): Fix setting up of conversion
20977 list message.
20978
209792000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20980
20981 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20982
209832000-07-16 Dave Love <fx@gnu.org>
20984
20985 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20986 function to be more specific.
20987
20988 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20989 non-string help-echo.
20990 (widget-types-convert-widget): Defsubst it.
20991 (widget-echo-help): Try to cope with a help-echo function of two
20992 possible sorts.
20993
209942000-07-15 Jason Rumney <jasonr@gnu.org>
20995
20996 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20997 Declare as obsolete.
20998
20999 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
21000
210012000-07-14 Gerd Moellmann <gerd@gnu.org>
21002
21003 * hilit-chg.el: Fix typo.
21004
210052000-07-14 Dave Love <fx@gnu.org>
21006
21007 * info.el (Info-mode-menu): Fix use of :help, :enable.
21008
210092000-07-14 Stefan Monnier <monnier@cs.yale.edu>
21010
21011 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
21012
210132000-07-13 Dave Love <fx@gnu.org>
21014
21015 * emacs-lisp/easymenu.el: Doc fixes.
21016 (easy-menu-remove): Defalias to ignore.
21017
21018 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
21019 Call throw correctly.
21020
210212000-07-13 Gerd Moellmann <gerd@gnu.org>
21022
21023 * faces.el (frame-background-mode): Doc fix.
21024
21025 * simple.el (eval-expression-print-length): Change custom type to
21026 allow entering nil as value.
21027
210282000-07-13 Dave Love <fx@gnu.org>
21029
21030 * progmodes/fortran.el (fortran-imenu-generic-expression):
21031 Change definition layout.
21032 (fortran-mode-menu): Reinstate customize entries.
21033
21034 * cus-edit.el (custom-group-menu-create, customize-menu-create):
21035 Use :filter, per old XEmacs code.
21036
210372000-07-12 Gerd Moellmann <gerd@gnu.org>
21038
21039 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
21040 event when deciding what to send to the terminal.
21041
210422000-07-12 Dave Love <fx@gnu.org>
21043
21044 * cus-start.el: Add optional version as 4th element of specs and
21045 use it for several things new in v21. Remove load-path. Fix type
21046 of line-number-display-limit.
21047
210482000-07-11 Dave Love <fx@gnu.org>
21049
21050 * progmodes/fortran.el: Don't require easymenu.
21051 Use repeat counts in various regexps.
21052 (fortran-mode-syntax-table): Defvar directly.
21053 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
21054 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
21055 Use defvar, not defconst.
21056 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
21057 (fortran-mode): Set fortran-comment-line-start-skip,
21058 fortran-comment-line-start-skip, dabbrev-case-fold-search.
21059 (fortran-comment-indent): Use defsubst.
21060 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
21061 Use fortran-comment-indent, not fortran-comment-indent-function.
21062 (fortran-comment-region, fortran-electric-line-number): Simplify.
21063 (fortran-auto-fill): New function.
21064 (fortran-do-auto-fill): Deleted.
21065 (fortran-find-comment-start-skip):
21066 Check for non-null comment-start-skip.
21067 (fortran-auto-fill-mode, fortran-fill-statement):
21068 Use fortran-auto-fill.
21069 (fortran-fill): Use fortran-auto-fill. Check for null
21070 comment-start-skip. Simplify final clause and use end-of-line finally.
21071
21072 * widget.el (widget-plist-member): New alias.
21073
210742000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
21075
21076 * eshell/esh-module.el (toplevel): Reference
21077 byte-compile-current-file only if it is bound.
21078
210792000-07-10 Gerd Moellmann <gerd@gnu.org>
21080
21081 * dired.el: Don't require `dired-aux'.
21082
210832000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21084
21085 * dired-aux.el (dired-show-file-type): New function.
21086 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21087 (dired-show-file-type): Add autoload.
21088
210892000-07-10 Kenichi Handa <handa@etl.go.jp>
21090
21091 * international/mule-diag.el (describe-font): Adjusted for the
21092 change of fontset-info.
21093 (print-fontset): Likewise.
21094
210952000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21096
21097 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21098
210992000-07-07 Gerd Moellmann <gerd@gnu.org>
21100
21101 * bindings.el: Bind `[delete]' to delete-char.
21102
21103 * dired.el (dired-find-alternate-file): New function.
21104 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21105 (toplevel): Require dired-aux when compiling.
21106 (dired-buffers): Move defvar within file to avoid compiler warning.
21107
21108 * info.el (Info-last-search): Variable removed.
21109 (Info-search-history): New variable.
21110 (Info-search): New Info-search-history.
21111
21112 * battery.el, info-look.el: Change author's mail address.
21113
211142000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21115
21116 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21117 if rmail-ignored-headers is nil.
21118 (rmail-retry-failure): Bind rmail-ignored-headers and
21119 rmail-displayed-headers to nil.
21120
211212000-07-06 Gerd Moellmann <gerd@gnu.org>
21122
21123 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21124 (print-region-1): Don't hard code `-h' here.
21125
21126 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21127
211282000-07-01 Francesco Potorti` <pot@gnu.org>
21129
21130 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21131 exim can use "your message" instead of "the message".
21132
211332000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21134
21135 * facemenu.el: Docstrings fixes.
21136 (facemenu-get-face): Don't use internal-find-face.
21137 (facemenu-iterate): Rename arg to match the docstring.
21138
21139 * newcomment.el (uncomment-region): Be more careful when skipping
21140 backwards over `=' not to bump into BOBP.
21141
211422000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21143
21144 * ediff-diff.el (ediff-wordify): Use syntax table.
21145 * ediff-init.el (ediff-has-face-support-p): Use
21146 ediff-color-display-p.
21147 (ediff-color-display-p): Use display-color-p, changed to defun
21148 from defsubst.
21149 Got rid of special cases for NeXT and OS/2.
21150 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21151 face.
21152
211532000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21154
21155 * emacs-lisp/lucid.el: Require CL.
21156 (copy-tree, remprop): Remove, it's provided by CL.
21157 (map-keymap): Define in terms of cl-map-keymap.
21158 (extent-property, set-extent-end-glyph): New functions.
21159
21160 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21161
211622000-07-05 Gerd Moellmann <gerd@gnu.org>
21163
21164 * Makefile.in (DONTCOMPILE): Add comment that the name may
21165 not be changed without changing the make-dist script.
21166
21167 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21168 (cl-mapc): Use mapc instead of cl-old-mapc.
21169
211702000-07-05 Andrew Innes <andrewi@gnu.org>
21171
21172 * makefile.nt: Add support for `bootstrap' and related targets.
21173
211742000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21175
21176 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21177 (easy-menu-do-define): Use `menu-item' format.
21178 Handle case where easy-menu-create-menu returns a symbol.
21179 Manually call the potential top-level filter in the function binding.
21180 (easy-menu-filter-return): New arg NAME.
21181 Convert to a keymap if MENU is an XEmacs menu.
21182 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21183 (easy-menu-converted-items-table, easy-menu-convert-item):
21184 New var and fun to memoize easy-menu-convert-item-1.
21185 (easy-menu-do-add-item): Use it.
21186 (easy-menu-create-menu): Use easy-menu-convert-item.
21187 Wrap easy-menu-filter-return around any :filter specification.
21188 Don't convert the menu if a filter was specified.
21189 Tell easy-menu-make-symbol not to check for MENU being an expression.
21190 (easy-menu-make-symbol): New arg NOEXP.
21191
211922000-07-05 Gerd Moellmann <gerd@gnu.org>
21193
21194 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21195 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21196 (eval-defun): If called with prefix arg, instrument code for
21197 Edebug.
21198
21199 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21200 similar to that of eval-defun.
21201
212022000-07-04 Dave Love <fx@gnu.org>
21203
21204 * hl-line.el (hl-line-overlay): Make it permanent-local.
21205
21206 * calendar/todo-mode.el: Replaced with a working version, based on
21207 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21208
212092000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21210
21211 * paths.el (prune-directory-list): New function.
21212 (Info-default-directory-list): Rewritten to more methodically
21213 enumerate a big list of possible info directories (based on the
21214 list used by the standalone info reader).
21215
21216 * info.el (info-initialize): Use prune-directory-list to remove
21217 non-existent directories from Info-directory-list.
21218
21219 * paths.el (Info-default-directory-list): Try a list of possible
21220 info-directories instead of a single one. Add the possible
21221 info directory "/usr/share/info".
21222
21223 * woman.el (woman-man.conf-path): Explicitly include the debian
21224 man-db config file "/etc/manpath.config".
21225 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21226 are present in `manpath.config'.
21227 (woman-manpath): Include "/usr/share/man".
21228
212292000-07-03 Gerd Moellmann <gerd@gnu.org>
21230
21231 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21232
21233 * startup.el (command-line): Initialize blink-cursor based
21234 on window-system.
21235
21236 * frame.el (blink-cursor): Default to nil if not running under
21237 a window-system.
21238
21239 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21240 (face-x-resources): Remove duplicate entry for :font.
21241
21242 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21243 instead of cycling through windows with next-window.
21244
21245 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21246 of cycling through windows with next-window.
21247
21248 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21249 of cycling through windows with next-window.
21250
21251 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21252 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21253 instead of cycling through windows with next-window.
21254
21255 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21256 instead of cycling through windows with next-window.
21257
21258 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21259 of cycling through windows with next-window.
21260
21261 * terminal.el (te-process-output): Use walk-windows instead of
21262 cycling through windows with next-window.
21263
21264 * server.el (server-switch-buffer): Use some-window instead of
21265 cycling through windows with next-window.
21266
21267 * window.el (some-window): New function.
21268 (walk-windows): Remove reference to walk-windows-start.
21269
21270 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21271
212722000-07-03 Richard Stallman <rms@gnu.org>
21273
21274 * window.el (walk-windows): Guarantee termination by keeping a list
21275 of all the windows already handled.
21276
212772000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21278
21279 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21280 window-system.
21281
21282 * man.el (Man-notify-when-ready): Don't use window-system. If
21283 Man-notify-method is newframe, and the display is not
21284 multi-frame, select the frame created for the man page.
21285 (Man-init-defvars): Doc fix.
21286
212872000-06-28 Gerd Moellmann <gerd@gnu.org>
21288
21289 * faces.el (region): Change background color for light background.
21290
21291 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21292 attribute from mode-line face of Ediff control frame.
21293
21294 * replace.el (query-replace-map): Bind `e' like `E'.
21295
212962000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21297
21298 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21299 Change name to "Select All".
21300
21301 * dos-fns.el (convert-standard-filename): Fix last change.
21302
213032000-06-27 Gerd Moellmann <gerd@gnu.org>
21304
21305 * help.el (describe-variable): Don't insert a second `'s' in front
21306 of the string `value is shown below'. Since the syntax-table is
21307 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21308 an existing `'s', so that this won't be deleted.
21309
21310 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21311 * pcmpl-unix.el: New files.
21312
213132000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21314
21315 * wid-edit.el (widget-member): Use the new plist-member.
21316
213172000-06-26 Gerd Moellmann <gerd@gnu.org>
21318
21319 * replace.el (perform-replace): Undo change of 2000-04-04.
21320 Instead, move backward 1 character at the end of the loop when
21321 necessary.
21322
21323 * faces.el (fringe): Change face for different backgrounds.
21324
21325 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21326 patch from John.
21327
21328 * eshell/*.el: Change spelling of the Free Software Foundation.
21329
21330 * eshell/esh-toggle.el: Removed.
21331
21332 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21333
21334 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21335 interactively.
21336
213372000-06-26 Alex Schroeder <alex@gnu.org>
21338
21339 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21340 `define-key'; instead of checking `(emacs-version)' check for
21341 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21342 for `;' and `o' which might be electric.
21343
21344 (sql-electric-stuff): New user option.
21345 (sql-magic-go): New function which uses `sql-electric-stuff'.
21346 (sql-magic-semicolon): New function which uses
21347 `sql-electric-stuff'.
21348
21349 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21350 is not fboundp.
21351
21352 (sql-oracle-options): New variable.
21353 (sql-oracle): Use it.
21354
21355 (sql-imenu-generic-expression): Doc change.
21356 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21357 is used.
21358
21359 (sql-informix): Added command line parameter "-" to force
21360 sql-informix-program to use stdout.
21361
213622000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21363
21364 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21365 (cp864-decode-table): Doc fix.
21366 (cp720-decode-table): New variable, supports the Arabic OEM
21367 codepage used by Windows.
21368 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21369
213702000-06-23 Dave Love <fx@gnu.org>
21371
21372 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21373 (font-lock-fontify-anchored-keywords): Use
21374 line-beginning-position.
21375 (global-font-lock-mode): Use mapc.
21376
213772000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21378
21379 * eshell/esh-module.el: Require CL when compiling.
21380
213812000-06-23 Gerd Moellmann <gerd@gnu.org>
21382
21383 * comint.el (comint-substitute-in-file-name): Call replace-match
21384 with second and third arg t.
21385
21386 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21387 Specify foreground color.
21388
21389 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21390 color.
21391
21392 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21393
21394 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21395 cddr instead of cdddr.
21396
21397 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21398 instead of copy-list.
21399
21400 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21401 of copy-list.
21402
21403 * subdirs.el: Add eshell subdirectory.
21404
21405 * eshell: New subdirectory containing the Eshell package.
21406
21407 * pcomplete.el: New file.
21408
214092000-06-23 Paul Eggert <eggert@twinsun.com>
21410
21411 * mail/mailpost.el (post-mail-send-it): Make sure file has
21412 proper permissions from birth.
21413
21414 * files.el (basic-save-buffer-2): When temporarily setting
21415 file modes, set them to current modes plus 0200, not to 0777.
21416
21417 * emerge.el (emerge-make-temp-file): Make sure file has proper
21418 permissions from birth.
21419
214202000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21421
21422 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21423 backup file name through convert-standard-filename.
21424
21425 * dos-fns.el (convert-standard-filename): Convert leading
21426 directories as well. When long file names are supported, convert
21427 characters that are invalid in Windows file names.
21428
214292000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21430
21431 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21432 ps-print crashes. New feature: page selection for printing. Create
21433 raw-text-unix coding system for XEmacs. Doc fix.
21434 (ps-print-version): New version number (5.2.3).
21435 (ps-plot-region): Bug fix.
21436 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21437 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21438 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21439 funs.
21440 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21441 (ps-last-page): New vars.
21442
214432000-06-21 Gerd Moellmann <gerd@gnu.org>
21444
21445 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21446 empty option string.
21447
214482000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21449
21450 * man.el (man): Doc fix.
21451
214522000-06-21 Kenichi Handa <handa@etl.go.jp>
21453
21454 * international/mule-cmds.el (set-language-info-alist): Docstring
21455 fixed.
21456
214572000-06-20 Gerd Moellmann <gerd@gnu.org>
21458
21459 * version.el (emacs-version): Use ISO date format.
21460
21461 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21462 instead of `M-backspace'.
21463
21464 * simple.el (turn-off-auto-fill): New function.
21465
214662000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21467
21468 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21469 Renamed from with-buffer-prepared-for-font-lock and use
21470 inhibit-modification-hooks rather than setting *-change-functions.
21471 Update all functions to use the new name.
21472 (jit-lock-first-unfontify-pos): New semantics (and doc).
21473 (jit-lock-mode): Make non-interactive.
21474 Don't automatically turn on font-lock.
21475 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21476 Always use jit-lock-after-change.
21477 Remove and restore font-lock-after-change-function.
21478 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21479 (jit-lock-after-unfontify-buffer): Remove.
21480 (jit-lock-stealth-fontify):
21481 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21482 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21483
214842000-06-20 Sam Steingold <sds@gnu.org>
21485
21486 * emacs-lisp/cl-indent.el (toplevel): Indent
21487 `print-unreadable-object' properly. Untabify.
21488
214892000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21490
21491 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21492 Support for bibentry.
21493 (reftex-compile-variables): Fixed problem with end of section-re.
21494
21495 * texmodes/reftex-dcr.el (reftex-view-crossref,
21496 reftex-view-crossref-from-bibtex):
21497 Deal with changed `reftex-find-citation-regexp-format'.
21498 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21499 Replaced `remprop' with `put'.
21500 (reftex-view-crossref, reftex-view-crossref-when-idle):
21501 Support for bibentry.
21502
21503 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21504 New entry for bibentry package.
21505
21506 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21507 Regexp also matches "\nobibliography".
21508
21509 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21510 Call `reftex-ensure-write-access' before doing anything.
21511 (reftex-ensure-write-access): New function.
21512
215132000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21514
21515 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21516
21517 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21518
21519 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21520
21521 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21522
21523
215242000-06-20 Dave Love <fx@gnu.org>
21525
21526 * faces.el (frame-background-mode): Use set-default, not set, in
21527 setter.
21528 (frame-update-faces, frame-update-face-colors): Define with
21529 defalias.
21530
21531 * enriched.el (enriched-decode-foreground)
21532 (enriched-decode-background): Don't use internal-find-face.
21533
21534 * apropos.el: Doc fixes.
21535
21536 * cus-edit.el (customize-changed-options): Check arg.
21537 (customize-version-lessp): Don't require decimal point.
21538
21539 * custom.el (defcustom, defgroup): Doc fix.
21540
21541 * newcomment.el (comment) <defgroup>: Add :version.
21542 (comment-multi-line): Doc fix.
21543
21544 * emulation/mlsupport.el (define-hooked-local-abbrev,
21545 define-hooked-global-abbrev): Fix, using define-abbrev.
21546
215472000-06-19 Gerd Moellmann <gerd@gnu.org>
21548
21549 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21550 the whole buffer.
21551
215522000-06-19 Dave Love <fx@gnu.org>
21553
21554 * menu-bar.el (menu-bar-options-save): New function.
21555 (menu-bar-options-menu): Use it.
21556 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21557 Simplify.
21558
215592000-06-19 Andreas Schwab <schwab@suse.de>
21560
21561 * progmodes/etags.el (tags-query-replace): Put new parameters
21562 START and END at the end, for backward compatibility.
21563
215642000-06-19 Kenichi Handa <handa@etl.go.jp>
21565
21566 * international/codepage.el:
21567 (cp-coding-system-for-codepage-1): Delete special codes for
21568 generating xxx-dos coding system because now a CCL based coding
21569 system can handle EOL conversion by default.
21570
21571 * international/mule.el (make-coding-system): Generate subsidiary
21572 coding systems for EOL handling variants even for a CCL based
21573 coding system.
21574
215752000-06-19 Kenichi Handa <handa@etl.go.jp>
21576
21577 * international/isearch-x.el (isearch-minibuffer-input-method)
21578 (isearch-minibuffer-input-method-function): These variables
21579 deleted.
21580 (isearch-with-input-method): Don't use the above variables.
21581 (isearch-process-search-multibyte-characters): Likewise. Call
21582 read-string with the arg INHERIT-INPUT-METHOD t.
21583
215842000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21585
21586 * font-lock.el (font-lock-after-fontify-buffer)
21587 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21588
21589 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21590 Use consistent make-local-variable style for font-lock-fontified.
21591 (jit-lock-fontify-buffer):
21592 Don't bother checking for font-lock-mode and jit-lock-mode.
21593
21594 * time.el: Remove trailing ^M that prevent CVS-merging.
21595
215962000-06-16 Gerd Moellmann <gerd@gnu.org>
21597
21598 * Makefile.in (distclean): New target.
21599
216002000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21601
21602 * Makefile.in (srcdir): Define for update-subdirs.
21603
216042000-06-16 Gerd Moellmann <gerd@gnu.org>
21605
21606 * find-lisp.el: New file.
21607
216082000-06-16 Andrew Innes <andrewi@gnu.org>
21609
21610 * time.el (display-time-mail-function): New variable, to allow
21611 external packages to indicate when new mail is available.
21612 (display-time-update): Use it.
21613
216142000-06-16 Kenichi Handa <handa@etl.go.jp>
21615
21616 * international/mule.el (mule-version): Change version name to
21617 SAKAKI. AOI has already been used by Meadow.
21618
21619 * international/quail.el (quail-show-guidance-buf): To find the
21620 bottom window (but minibuffer), pay attention to the height of
21621 minibuffer.
21622
216232000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21624
21625 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21626 menu-bar menus. Add help strings. Don't remove the Edit menu
21627 from the menu bar, as the menu bar has enough space now.
21628
21629 * Makefile.in (SHELL): Make sure /bin/sh is used.
21630
21631 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21632 characters, which use series of two ^H characters instead of one.
21633
216342000-06-15 Gerd Moellmann <gerd@gnu.org>
21635
21636 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21637 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21638 functions.
21639 (Info-find-node-2): Try a case-sensitive search first, then
21640 do a case-insensitive search.
21641
21642 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21643 tutorials.
21644
21645 * complete.el (PC-env-vars-alist): New variable.
21646 (PC-complete-as-file-name): New function.
21647 (partial-completion-mode): Initialize PC-env-vars-alist from
21648 process-environment.
21649 (PC-do-completion): Handle completion of env vars.
21650
21651 * info.el (Info-set-mode-line): Show file name in mode line,
21652 use `*Info*' instead of `Info:'.
21653
21654 * startup.el (command-line-1): Change copyright messages to year
21655 2000.
21656
216572000-06-15 Dave Love <fx@gnu.org>
21658
21659 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21660 not local-map.
21661
216622000-06-15 Kenichi Handa <handa@etl.go.jp>
21663
21664 * international/mule.el (set-buffer-file-coding-system): Almost
21665 rewritten to handle `undecided' as no-op.
21666
216672000-06-14 Gerd Moellmann <gerd@gnu.org>
21668
21669 * Makefile.in: New file.
21670
21671 * Makefile: Removed.
21672
21673 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21674 (goto-address-highlight-keymap): Bind C-c RET.
21675
216762000-06-14 Kenichi Handa <handa@etl.go.jp>
21677
21678 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21679 inherits buffer-file-coding-system of the current buffer.
21680
21681 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21682 0. Give correct argument to set-auto-coding-function.
21683 (tar-expunge): For goto-char, use (point-min), not 0.
21684 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21685 (tar-subfile-save-buffer): Likewize.
21686
21687 * international/mule.el
21688 (after-insert-file-set-buffer-file-coding-system): Call
21689 set-buffer-file-coding-system with the arg FORCE t.
21690
216912000-06-13 Gerd Moellmann <gerd@gnu.org>
21692
21693 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21694 nil. Contemporary sendmails issue an X-Authentication-Warning if
21695 the sender is set with `-f'.
21696
216972000-06-13 Dave Love <fx@gnu.org>
21698
21699 * help.el (describe-function-1): Kluge around cases of functions
21700 fset to subrs whose doc doesn't match their symbol-name.
21701
21702 * image.el (insert-image): Default STRING to a space.
21703
21704 * info.el Doc fixes.
21705 (Info-build-node-completions): Match Ref tags.
21706
217072000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21708
21709 * frame.el (display-multi-frame-p, display-multi-font-p): New
21710 defaliases for display-graphic-p.
21711
21712 * hl-line.el: Fixed a typo in commentary.
21713
217142000-06-13 Kenichi Handa <handa@etl.go.jp>
21715
21716 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21717 fixed.
21718
217192000-06-12 Dave Love <fx@gnu.org>
21720
21721 * image.el (insert-image): Save a little consing.
21722
217232000-06-12 Kenichi Handa <handa@etl.go.jp>
21724
21725 * language/tibet-util.el: Convert all tibetan-1-column characters
21726 to the corresponding tibetan characters.
21727 (tibetan-add-components): Delete code for the special treatment of
21728 'a chung.
21729
21730 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21731 change.
21732 (tibetan-vowel-transcription-alist): More rules added.
21733 (tibetan-composite-vowel-alist): New variable.
21734 (tibetan-precomposition-rule-alist): More rules added.
21735
217362000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21737
21738 * startup.el (command-line): Only call menu-bar-mode if interactive.
21739
21740 * thingatpt.el (toplevel symbol-properties):
21741 * textmodes/makeinfo.el (makeinfo-compile):
21742 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21743 * progmodes/hideif.el (hif-compress-define-list)
21744 (hide-ifdef-use-define-alist):
21745 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21746 (ange-ftp-vms-add-file-entry):
21747 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21748 * man.el (Man-build-man-command):
21749 * mail/rnewspost.el (news-reply-header-hook):
21750 * info.el (Info-insert-dir):
21751 * emulation/mlconvert.el (backward-word, forward-word, setq):
21752 * emacs-lisp/gulp.el (gulp-send-requests):
21753 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21754 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21755 (byte-optimize-apply, end of file):
21756 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21757 (ad-make-freeze-definition):
21758 * startup.el (command-line, command-line-1): Don't quote lambdas.
21759
21760 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21761 (cvs-cleanup-removed): New function.
21762 (cvs-cleanup-functions): New var.
21763 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21764 some flexibility in specifying additional entries to auto-cleanup.
21765 (cvs-quickdir): New function.
21766 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21767 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21768 (cvs-mode-find-file): Check that we are on a filename or dirname
21769 when invoked through a mouse-click.
21770 (cvs-full-path): Remove.
21771 (cvs-dired-action): Re-introduced.
21772 (cvs-dired-noselect): Use it.
21773 (vc-post-command-functions): use this new hook if available.
21774
21775 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21776 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21777 (cvs-filename-map, cvs-dirname-map): Remove.
21778 (cvs-default-action): Remove.
21779 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21780 if the arg is really a keymap.
21781 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21782 Don't hardcode the mapping from state (aka type) to face, but check
21783 the var cvs-fi-<type>-face instead.
21784 (cvs-fileinfo-from-entries): New function.
21785
21786 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21787 Docstring fix.
21788 (cvs-find-file-and-jump): Change default to be safer.
21789 (cvs-mode-diff-map): Define it as a function as well.
21790 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21791 Bind mouse-2 in this global map rather than with text-properties.
21792
21793 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21794 file to resolve the ambiguity between C(conflict) and C(need-merge).
21795
217962000-06-12 Kenichi Handa <handa@etl.go.jp>
21797
21798 * international/mule.el (set-buffer-file-coding-system): If
21799 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21800 unconditionally.
21801
218022000-06-12 Dave Love <fx@gnu.org>
21803
21804 * wid-edit.el (widget-specify-button): Really suppress the face if
21805 required.
21806
218072000-06-11 Gerd Moellmann <gerd@gnu.org>
21808
21809 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21810
218112000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21812
21813 * imenu.el (imenu-generic-expression): Docstring fix.
21814
21815 * composite.el (composition-function-table): Move the `put'
21816 below the autoload cookie so we can load the file before loaddefs.
21817
21818 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21819
21820 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21821 Handle easy-mmode-define-global-mode.
21822 For complex macros like define-minor-mode that can generate
21823 several autoload entries, try to autoload entries in the
21824 macroexpanded code.
21825
21826 * emacs-lisp/easy-mmode.el (define-minor-mode):
21827 If KEYMAP is a symbol, just use it.
21828 Use byte-compile-current-file and load-file-name to infer the
21829 proper :require to pass to defcustom.
21830 Wrap the hook var into `progn' so as not to autoload it.
21831 Add a :autoload-end cookie.
21832 Be more careful about the evaluation of KEYMAP.
21833 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21834 (define-derived-mode): Move define-abbrev-table outside of defvar.
21835
218362000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21837
21838 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21839 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21840 (backup-compiled-files): Ignore errors during `tar'.
21841 (bootstrap): Make autoloads before elc files.
21842
218432000-06-10 Kenichi Handa <handa@etl.go.jp>
21844
21845 * international/mule.el (set-buffer-file-coding-system): If one of
21846 undecided-XXX is specified, change only EOL conversion.
21847
21848 * international/mule-conf.el (unix): New alias for the coding
21849 system undecided-unix.
21850
218512000-06-09 Dave Love <fx@gnu.org>
21852
21853 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21854
21855 * progmodes/executable.el: Byte compile dynamic.
21856 (executable-insert): Change custom type.
21857 (executable-find): Add autoload cookie.
21858 (executable-make-buffer-file-executable-if-script-p): New
21859 function. After Noah Friedman.
21860
21861 * files.el (after-save-hook): Customize, with
21862 executable-make-buffer-file-executable-if-script-p as an option.
21863
218642000-06-09 Kenichi Handa <handa@etl.go.jp>
21865
21866 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21867 "tib24p-mule.bdf" for Tibetan.
21868
21869 * composite.el (decompose-composite-char): Declare it as obsolete.
21870
21871 * man.el (Man-fontify-manpage): Pay attention to underline and
21872 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21873
218742000-06-08 Gerd Moellmann <gerd@gnu.org>
21875
21876 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21877 Set maintainer to FSF since author isn't reachable.
21878
218792000-06-08 Dave Love <fx@gnu.org>
21880
21881 * international/mule-cmds.el (select-safe-coding-system): If
21882 DEFAULT-CODING-SYSTEM is not specified, also check the most
21883 preferred coding-system if buffer-file-coding-system is
21884 `undecided'. From Handa.
21885
218862000-06-08 Kenichi Handa <handa@etl.go.jp>
21887
21888 * international/mule.el
21889 (after-insert-file-set-buffer-file-coding-system): If the buffer
21890 size is greater than INSERTED, judget that we are not visiting.
21891
218922000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21893
21894 * whitespace.el (defgroup whitespace): Comment out `:version'.
21895 XEmacs 20.4 has problems defining the group with this present.
21896 We'll have this commented out till get resolve the problem.
21897
218982000-06-07 John Wiegley <johnw@gnu.org>
21899
21900 * align.el (align-dq-string-modes, align-sq-string-modes)
21901 (align-open-comment-modes): Add pyhton-mode.
21902 (align-rules-list): Use get-text-property instead of
21903 text-properties-at.
21904 (align-rules-list): Add python-assignment.
21905 (align-rules-list): Change perl-comma-delimiter to
21906 basic-comma-delimiter. Use if for Perl modes and python-mode.
21907 (align-rules-list): Add python-chain-logic and
21908 basic-line-continuation.
21909
219102000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21911
21912 * apropos.el (apropos-mode-hook): New user variable.
21913 (apropos-mode): Run apropos-mode-hook.
21914
219152000-06-07 David Ponce <david@dponce.com>
21916
21917 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21918 commands. Require `wid-edit' at run-time.
21919
219202000-06-07 David Ponce <david@dponce.com>
21921
21922 * recentf.el: Added some "Commentary".
21923 (recentf-open-more-files, recentf-edit-list): Minor changes to
21924 move the point at the top of the file list. This behaviour is
21925 consistent with the menu one when the list contains a lot of
21926 files.
21927 (recentf-cleanup): Now displays the number of items removed from
21928 the list.
21929 (recentf-relative-filter) New menu filter to show filenames
21930 relative to `default-directory'.
21931
219322000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21933
21934 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21935 with/without giving an error if PostScript printer doesn't have this
21936 kind of page size. Zebra Stripe continues or restarts on next page.
21937 Manual/automatic paper feeding. Switch or not the header.
21938 (ps-print-version): New version number (5.2.2).
21939 (ps-windows-system): Include emx as a Windows system.
21940 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21941 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21942 (ps-background-text): Code fix.
21943 (ps-error-handler-message, ps-user-defined-prologue)
21944 (ps-print-prologue-header, ps-printer-name)
21945 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21946 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21947 (ps-use-face-background): Customization fix.
21948 (ps-n-up-database): Data fix.
21949 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21950 (ps-switch-header): New vars.
21951 (ps-xemacs-color-name, ps-face-foreground-name)
21952 (ps-face-background-name, ps-boolean-constant): New funs.
21953
219542000-06-07 Dave Love <fx@gnu.org>
21955
21956 * allout.el: New version from Manheimer.
21957
219582000-06-07 Kenichi Handa <handa@etl.go.jp>
21959
21960 * textmodes/fill.el (fill-find-break-point): Check the validity of
21961 charset.
21962
219632000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21964
21965 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21966 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21967 Call display-color-p and display-mouse-p instead of looking at
21968 window-system.
21969
219702000-06-06 Dave Love <fx@gnu.org>
21971
21972 * image.el (find-image): Doc fix. Return nil if image not found.
21973 (put-image, insert-image): Make STRING arg optional.
21974
219752000-06-06 Kenichi Handa <handa@etl.go.jp>
21976
21977 * language/vietnamese.el: Remove eval-when-compile.
21978 (viet-viscii-nonascii-translation-table): Define it as a
21979 translation table made from viet-viscii-decode-table.
21980 (viet-viscii-encode-table): Define it as a translation table made
21981 from the reverse map of above.
21982 (viet-vscii-nonascii-translation-table): Define it as a
21983 translation table made from viet-vscii-decode-table.
21984 (viet-vscii-encode-table): Define it as a translation table made
21985 from the reverse map of above.
21986 (ccl-decode-viscii): Use translate-character.
21987 (ccl-encode-viscii, ccl-encode-viscii-font)
21988 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21989 Likewize.
21990
21991 * language/cyrillic.el: Remove eval-when-compile.
21992 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21993 translation table made from cyrillic-koi8-r-decode-table.
21994 (cyrillic-koi8-r-encode-table): Define it as a translation table
21995 made from the reverse map of above.
21996 (ccl-decode-koi8): Use translate-character.
21997 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21998 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21999 a translation table made from cyrillic-alternativnyj-decode-table.
22000 (cyrillic-alternativnyj-encode-table): Define it as a translation
22001 table made from the reverse map of above.
22002 (ccl-decode-alternativnyj): Use translate-character.
22003 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
22004 Likewize
22005
22006 * international/mule-diag.el (non-iso-charset-alist): Specify
22007 translation table symbol instead of translation table itself.
22008 (list-block-of-chars): CHARSET may be a translation table symbol.
22009
22010 * international/mule.el (make-coding-system): If CODING-SYSTEM
22011 already exists, override it.
22012
22013 * international/fontset.el: Use family `proportional' for Tibetan
22014 fonts.
22015
22016 * international/ccl.el (ccl-compile-translate-character): Don't
22017 check if Rrr has property translation-table.
22018 (ccl-compile-map-multiple): Modified to avoid compiler warning.
22019
220202000-06-05 Gerd Moellmann <gerd@gnu.org>
22021
22022 * info.el: Bind case-fold-search to t when searching in case
22023 a user sets it to nil in a hook.
22024
220252000-06-05 Stefan Monnier <monnier@cs.yale.edu>
22026
22027 * autoarg.el (autoarg-mode, autoarg-kp-mode):
22028 * hl-line.el (hl-line-mode): Use the new :global key argument.
22029
22030 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
22031 (tar-clip-time-string): Prepend a space.
22032 (tar-grind-file-mode): Construct a string rather than modifying one.
22033 (tar-header-block-summarize): Fix docstring.
22034 Use `format' rather than an error-prone set of copy-loops.
22035
22036 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
22037 (diff-goto-source, diff-unified->context, diff-context->unified)
22038 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
22039 understand the format output by the `-p' argument to diff.
22040
22041 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
22042 (sh-re-done): Use defconst.
22043 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
22044 (sh-help-string-for-variable, sh-guess-basic-offset):
22045 Don't quote lambdas.
22046 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
22047 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
22048
22049 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
22050 (mh-letter-mode): Derive from text-mode.
22051 This implicitly means that it now calls kill-all-local-variables.
22052 Also remove the Emacs-18 compatibility code.
22053
22054 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
22055 Make use of symbol-property doc-string-elt.
22056 Use memq rather than a sequence of eq.
22057 (doc-string-elt): Fix the wrong or missing previously unused values.
22058 (autoload-print-form): New function extracted from
22059 generate-file-autoloads to allow recursion when handling progn
22060 so that defvar's and defun's docstrings are properly printed.
22061 (generate-file-autoloads): Use it.
22062
22063 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
22064 Use find-file-hooks in the minor-mode function.
22065 Be careful not to loop indefinitely in the post-command-hook function.
22066
220672000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
22068
22069 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
22070 tty's.
22071 * ediff-diff.el (ediff-exec-process): Use --binary for fine
22072 differences whenever appropriate.
22073 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
22074 * viper.el (find-file, find-file-other-window): Get viper to do
22075 wildcards.
22076
220772000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22078
22079 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22080 (jit-lock-fontify-buffer): New function for JIT refontification.
22081 (jit-lock-mode): Fix docstring.
22082 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22083 Remove jit-lock-after-change from the _local_ hook.
22084 (jit-lock-function-1): Fix docstring.
22085
22086 * info.el (Info-on-current-buffer): Initialize info.
22087
22088 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22089
22090 * progmodes/tcl.el (tcl-indent-for-comment):
22091 Ignore comment-indent-hook.
22092
22093 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22094 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22095 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22096 and improve to use the lighter to guess the capitalization.
22097 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22098 Add keyword arguments to specify global-ness or the custom group.
22099 Add local-map and help-echo properties to the lighter.
22100 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22101 (easy-mmode-define-global-mode): New macro.
22102
221032000-06-02 Dave Love <fx@gnu.org>
22104
22105 * wid-edit.el: byte-compile-dynamic since we typically don't use
22106 all the widgets. Don't require cl or widget. Remove
22107 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22108 (widget-read-event): Removed. Callers changed to use read-event.
22109 (widget-button-release-event-p): Renamed from
22110 button-release-event-p.
22111 (widget-field-add-space, widget-field-use-before-change):
22112 Uncustomize.
22113 (widget-specify-field): Use keymap property, not local-map.
22114 (widget-specify-button): Obey :suppress-face.
22115 (widget-specify-insert): Use modern backquote syntax.
22116 (widget-image-directory): Renamed from widget-glyph-directory.
22117 (widget-image-enable): Renamed from widget-glyph-enable.
22118 (widget-image-find): Replaces widget-glyph-find.
22119 (widget-button-pressed-face): Move defvar.
22120 (widget-image-insert): Replaces widget-glyph-insert.
22121 (widget-convert): Use keywordp.
22122 (widget-leave-text, widget-children-value-delete): Use mapc.
22123 (widget-keymap): Remove XEmacs stuff.
22124 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22125 (widget-button-click): Don't set point at the click, but re-centre
22126 if we scroll out of window. Rewritten for images v. glyphs &c.
22127 (widget-tabable-at): Use POS arg, not point.
22128 (widget-beginning-of-line, widget-end-of-line)
22129 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22130 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22131 (widget-default-create): Use widget-image-insert; some rewriting.
22132 (widget-visibility-value-create)
22133 (widget-push-button-value-create, widget-toggle-value-create): Use
22134 widget-image-insert.
22135 (checkbox): Create on and off images dynamically.
22136 (documentation-link): Change :help-echo.
22137 (widget-documentation-link-echo-help): Remove.
22138
221392000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22140
22141 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22142
22143 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22144 (easy-mmode-define-toggle, define-minor-mode): Use it.
22145 (easy-mmode-define-keymap): Docstring fix.
22146 (define-derived-mode): Default PARENT to fundamental-mode.
22147 Add the derived-mode-parent symbol-property.
22148 (easy-mmode-derived-mode-p): New function.
22149
221502000-06-02 Dave Love <fx@gnu.org>
22151
22152 * files.el (convert-standard-filename): Doc fix.
22153 (normal-backup-enable-predicate): New function.
22154 (backup-enable-predicate): Use it to replace the lambda form.
22155
22156 * calendar/todo-mode.el: [This needs more work on the outline
22157 stuff.] Doc fixes.
22158 (todo) <defgroup>: Add :version.
22159 (todo-add-category): Don't use pushnew.
22160 (todo-cmd-raise): Fix typo.
22161 (todo-top-priorities): Change temp buffer name.
22162 (todo-category-alist): Avoid redundant lambda.
22163 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22164 Use outline-next-heading.
22165
22166 * autoarg.el: Rewritten to use define-minor-mode.
22167 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22168 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22169
221702000-06-02 Kenichi Handa <handa@etl.go.jp>
22171
22172 * isearch.el (isearch-other-meta-char): Fix previous change.
22173
221742000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22175
22176 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22177 (log-edit-done): Only add the comment to the ring if it's different
22178 from the last comment entered.
22179
22180 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22181
221822000-06-01 Dave Love <fx@gnu.org>
22183
22184 * hl-line.el: Rewritten using define-minor-mode.
22185
22186 * help.el (describe-function-1): Distinguish special form from
22187 builtin function. Sanity-check presence of arglist for builtins.
22188
221892000-06-01 Kenichi Handa <handa@etl.go.jp>
22190
22191 * international/characters.el: Fix syntax/category setting of
22192 Tibetan characters.
22193
22194 * language/tibet-util.el (tibetan-add-components): Fixes for new
22195 encoding of Tibetan characters.
22196 (tibetan-decompose-precomposition-alist): New variable.
22197 (tibetan-decompose-region): Convert precomposed characters to
22198 non-precomposed characters.
22199 (tibetan-decompose-string): Likewise.
22200 (tibetan-composition-function): Fix args to
22201 thibetan-compose-string.
22202
22203 * language/tibetan.el (tibetan-composable-pattern): More
22204 characters included.
22205 (tibetan-consonant-transcription-alist): Rule for "R" added.
22206 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22207 "+R" added.
22208 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22209
22210 * language/lao-util.el (lao-composition-function): Fix args to
22211 compose-string.
22212
22213 * language/thai-util.el (thai-composition-function): Fix args to
22214 compose-string.
22215
22216 * isearch.el (isearch-update): Set disable-point-adjustment to t
22217 to prevent the point moving to the end of a composition when a
22218 part of a composition is searched.
22219 (isearch-other-meta-char): If the key invoking this command can be
22220 mapped by function-key-map to a printing char, call
22221 isearch-process-search-char directly.
22222
222232000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22224
22225 * emacs-lisp/bytecomp.el:
22226 * frame.el:
22227 * international/mule-cmds.el:
22228 * international/mule-util.el:
22229 * international/mule.el:
22230 * mouse.el:
22231 * subr.el:
22232 * faces.el: Update calls to make-obsolete with a WHEN argument.
22233
22234 * byte-run.el (make-obsolete, make-obsolete-variable):
22235 Add an optional WHEN argument and change the format of the
22236 symbol-property information.
22237 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22238 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22239 new obsolete-symbol-property format and print WHEN if it is provided.
22240
222412000-05-31 Dave Love <fx@gnu.org>
22242
22243 * loadhist.el (loadhist-hook-functions): Remove
22244 before-change-function, after-change-function.
22245 (unload-feature): Deal with symbols which are both bound and
22246 fbound.
22247
22248 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22249 before-change-function, after-change-function.
22250
22251 * simple.el (newline): Don't bind before-change-function,
22252 after-change-function.
22253
222542000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22255
22256 * whitespace.el (whitespace-rescan-timer-time): Update interval
22257 set to 600 seconds (10 minutes) instead of 60 seconds since
22258 a large number of whitespace buffers causes emacs to `freeze'
22259 for a considerable amount of time.
22260
22261 * whitespace.el: Updated email address
22262
222632000-05-31 Dave Love <fx@gnu.org>
22264
22265 * add-log.el (change-log-font-lock-keywords) <function>: Add
22266 pattern for function of change.
22267 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22268 acknowledgements patterns.
22269
222702000-05-31 Kenichi Handa <handa@etl.go.jp>
22271
22272 * isearch.el (isearch-printing-char): If keyboard coding system is
22273 being used, call isearch-process-search-multibyte-characters.
22274
22275 * international/isearch-x.el: Mostly rewritten.
22276
22277 * international/quail.el (quail-start-conversion): Don't include
22278 unhandled events in the returned events, but set them in
22279 unread-command-events. Exit if all inputs are deleted.
22280
222812000-05-30 Jason Rumney <jasonr@gnu.org>
22282
22283 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22284
22285 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22286 Reenable code to create initial fontsets.
22287 Use set-fontset-font in place of put-charset-property.
22288
222892000-05-30 Gerd Moellmann <gerd@gnu.org>
22290
22291 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22292 label, ensure that the first colon isn't followed by another.
22293
22294 * paths.el (Info-default-directory-list): Doc fix.
22295
22296 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22297 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22298 send a query containing USER only, not USER@HOST.
22299
22300 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22301 and rmail-msgend to compute the restriction at the end, instead of
22302 computing it.
22303
223042000-05-29 Gerd Moellmann <gerd@gnu.org>
22305
22306 * dabbrev.el (dabbrev-expand): Don't display messages in the
22307 echo area if the minibuffer window is active.
22308
22309 * jit-lock.el (jit-lock-mode): Add after change function to
22310 local hook.
22311
223122000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22313
22314 * antlr-mode.el: New commands: hide/unhide actions,
22315 upcase/downcase literals.
22316 (antlr-tiny-action-length): New user option.
22317 (antlr-hide-actions): New command. Suggested by
22318 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22319 (antlr-mode-map): New binding [C-c C-v].
22320 (antlr-mode-menu): New entries.
22321 (antlr-downcase-literals): New command.
22322 (antlr-upcase-literals): Ditto.
22323
22324 * antlr-mode.el: Minor changes: indendation, mode-name.
22325 (antlr-indent-line): Indent cpp directive at column 0.
22326 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22327
22328 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22329 (antlr-font-lock-additional-keywords): Workaround for intentional
22330 bug in XEmacs version of font-lock.
22331 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22332 be used by a smarter version of `buffers-menu-grouping-function'.
22333
223342000-05-29 Gerd Moellmann <gerd@gnu.org>
22335
22336 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22337 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22338
223392000-05-29 Kenichi Handa <handa@etl.go.jp>
22340
22341 * international/encoded-kb.el
22342 (encoded-kbd-iso2022-designation-map): Pay attention to that
22343 charset-iso-final-char return -1 for eight-bit-control and
22344 eight-bit-graphic.
22345
223462000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22347
22348 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22349 (speedbar-easymenu-definition-base): Use display-graphic-p where
22350 available, instead of window-system.
22351
223522000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22353
22354 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22355 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22356 coding systems.
22357
223582000-05-26 Dave Love <fx@gnu.org>
22359
22360 * disp-table.el (standard-display-underline): Don't use
22361 internal-find-face.
22362
22363 * mail/reporter.el: Maintainer change. Doc fixes.
22364 (reporter-version): Deleted.
22365
22366 * emacs-lisp/elp.el: Maintainer change.
22367 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22368
223692000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22370
22371 * add-log.el (add-change-log-entry): Merge the current entry with the
22372 previous one if the previous one is empty.
22373
223742000-05-26 Dave Love <fx@gnu.org>
22375
22376 * loadhist.el (unload-feature): Fix interactive spec [from
22377 lijnzaad@ebi.ac.uk].
22378
22379 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22380 subr-arity to check primitives.
22381 (byte-compile-flush-pending, byte-compile-file-form-progn)
22382 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22383 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22384 mapcar.
22385
223862000-05-26 Kenichi Handa <handa@etl.go.jp>
22387
22388 * international/fontset.el: Set family names of non-latin charsets
22389 in default fontset to "*".
22390
22391 * international/mule-diag.el (print-fontset): Combine family part
22392 and registry part of the fontname by "-*-" instead of "-".
22393
22394 * international/mule-cmds.el (encode-coding-char): Make strings
22395 multibyte before calling encode-coding-string.
22396
223972000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22398
22399 * derived.el: Fix keywords.
22400 (define-derived-mode): Only define if needed.
22401
22402 * simple.el (fill-comment, comment-column, comment-start)
22403 (comment-start-skip, comment-end, comment-indent-function)
22404 (block-comment-start, block-comment-end, indent-for-comment)
22405 (set-comment-column, kill-comment, comment-padding, comment-region)
22406 (comment-multi-line, indent-new-comment-line): Remove.
22407
22408 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22409 function names for comment operations.
22410
22411 * newcomment.el: Add abundant autoload cookies.
22412 (comment-style): Don't depend on runtime data at compile-time.
22413 (comment-indent-hook): Remove.
22414 (comment-indent): Check if comment-indent-hook is bound.
22415 (comment-region): Docstring fix.
22416
224172000-05-25 Dave Love <fx@gnu.org>
22418
22419 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22420 byte-code-function-p.
22421
22422 * mail/rmailsum.el: Add provide.
22423
22424 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22425
22426 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22427 defcustom.
22428
224292000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22430
22431 * ediff-diff.el (ediff-exec-process): delete --binary option from
22432 non-buffer ediff jobs.
22433
224342000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22435
22436 * hilit-chg.el (highlight-changes-mode): Ask about color or
22437 grayscale support, not about window-system.
22438
22439 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22440 window-system.
22441 (ffap-highlight): Always default to t.
22442
22443 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22444 display-popup-menus-p instead of looking at window-system.
22445
22446 * disp-table.el (standard-display-g1, standard-display-graphic):
22447 Only refuse to use string glyphs on X and MS-Windows.
22448
22449 * avoid.el: Remove window-system from commentary, suggest to use
22450 display-*-p instead.
22451
22452 * apropos.el (apropos-print): Use display-mouse-p instead of
22453 window-system.
22454
224552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22456
22457 * international/codepage.el (cp-decoding-vector-for-codepage):
22458 Fill up unsupported characters with their own codes. From Kenichi
22459 Handa.
22460
224612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22462
22463 * international/mule-diag.el (describe-char-after): Use
22464 display-graphic-p instead of window-system, so that this function
22465 works on MS-DOS.
22466
224672000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22468
22469 * international/codepage.el (cp-make-coding-systems-for-codepage):
22470 Remove the eight-bit-graphic and eight-bit-control charsets from
22471 the list of charsets which we convert into `?'.
22472
224732000-05-25 Kenichi Handa <handa@etl.go.jp>
22474
22475 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22476 private charsets.
22477 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22478 japanese-jisx0213-2): New charsets.
22479
22480 * international/fontset.el: Setup default fontset for new charsets.
22481
224822000-05-24 Dave Love <fx@gnu.org>
22483
22484 * info.el (Info-find-node-2): Restructure [following "Vadim
22485 S. Solomin" <sovs@uic.nnov.ru>].
22486
22487 * icomplete.el: Fix header for Finder.
22488
224892000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22490
22491 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22492 STAY.
22493
22494 * rmail.el (rmail-automatic-folder-directives): New user variable.
22495 (rmail-show-message): Add call to `rmail-auto-file' during
22496 display.
22497 (rmail-auto-file): New function.
22498
224992000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22500
22501 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22502 account.
22503 (ediff-test-utility,ediff-diff-mandatory-option)
22504 (ediff-reset-diff-options): Utilities for proper initialization of
22505 ediff-diff-options and ediff-diff3-options on Windows.
22506
22507 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22508 variable.
22509
22510 * ediff-mult.el (ediff-filegroup-action): Use
22511 ediff-merge-filename-prefix.
22512
225132000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22514
22515 * viper-ex.el (ex-write): Set selective display to nil.
22516
225172000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22518
22519 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22520 aliases for hebrew-iso-8bit.
22521
225222000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22523
22524 * woman.el: New version from Francis J. Wright
22525 <F.J.Wright@Maths.QMW.ac.uk>.
22526 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22527 names in environment variables regardless of the path separator.
22528 (woman-topic-all-completions-1): Don't call file-name-directory-p
22529 on all files, since woman-file-regexp already filters out any
22530 directories.
22531
225322000-05-24 Kenichi Handa <handa@etl.go.jp>
22533
22534 * international/quail.el (quail-start-translation): Don't change
22535 modified-p of the current buffer.
22536 (quail-start-conversion): Likewise.
22537
22538 * international/kkc.el (kkc-region): Don't change modified-p of
22539 the current buffer.
22540
22541 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22542 conform to RFC1468.
22543 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22544
225452000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22546
22547 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22548 (speedbar-insert-button): Invisible text property fix.
22549 (speedbar-directory-plus): Renamed from speedbar-directory-+
22550 (speedbar-directory-minus): Renamed from speedbar-directory--
22551 (speedbar-page-plus): Renamed from speedbar-file-+
22552 (speedbar-page-minus): Renamed from speedbar-file--
22553 (speedbar-page): Renamed from speedbar-file-
22554 (speedbar-tag): Renamed from speedbar-tag-
22555 (speedbar-tag-plus): Renamed from speedbar-tag-+
22556 (speedbar-tag-minus): Renamed from speedbar-tag--
22557 (speedbar-expand-image-button-alist): Use above renames.
22558
22559 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22560 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22561 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22562 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22563 * sb-pg.xpm: Renamed from sb-file.xpm
22564 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22565 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22566
225672000-05-24 Kenichi Handa <handa@etl.go.jp>
22568
22569 * international/quail.el (quail-show-guidance-buf): Set
22570 current-input-method of the guidance buffer to the name of the
22571 curren input method.
22572
225732000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22574
22575 * progmodes/compile.el (compile-internal): Style typo.
22576
22577 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22578 quote vars and functions in the docstring.
22579
22580 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22581
22582 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22583 Don't quote lambdas.
22584
22585 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22586
225872000-05-23 Gerd Moellmann <gerd@gnu.org>
22588
22589 * startup.el (command-line): Determine source file of compiled
22590 user init file differently. Warn if compiled user init file
22591 is older than its source file.
22592
22593 * ffap.el (ffap-url-regexp): Add `https'.
22594
225952000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22596
22597 * files.el (make-backup-file-name-1): Replace slashes with `!'
22598 rather than `|' (which is not allowed on Windows). Replace the
22599 drive letters with a string "drive_X".
22600
226012000-05-23 Gerd Moellmann <gerd@gnu.org>
22602
22603 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22604
22605 * files.el (interpreter-mode-alist): Add `bash2'.
22606
226072000-05-22 Dave Love <fx@gnu.org>
22608
22609 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22610 mapc.
22611 (feature-file): Avoid calling symbol-name. Doc fix.
22612 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22613 (loadhist-hook-functions): Add mouse-position-function.
22614 (unload-feature): Change uses of mapcar.
22615
22616 * files.el (parse-colon-path): Doc fix.
22617 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22618 (set-auto-mode): Use mapc.
22619
22620 * complete.el (PC-look-for-include-file): Use :alnum: character
22621 class.
22622 (partial-completion-mode): Add autoload cookie.
22623
226242000-05-22 Sam Steingold <sds@gnu.org>
22625
22626 * info.el (Info-fontify-node): Fixed the call to
22627 `add-text-properties' (bug introduced on 2000-05-18).
22628
226292000-05-22 Dave Love <fx@gnu.org>
22630
22631 * bindings.el: Remove debug-ignored-errors set in other files.
22632
22633 * progmodes/etags.el: Add to debug-ignored-errors.
22634 (visit-tags-table-buffer): Clear out buffers holding old tables
22635 when making a new list.
22636 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22637 mapc.
22638
22639 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22640 quote keywords.
22641 (cmpl-string-case-type): Use character classes.
22642
22643 * comint.el:
22644 * textmodes/ispell.el:
22645 * imenu.el:
22646 * mail/mh-e.el:
22647 * progmodes/compile.el: Add to debug-ignored-errors.
22648
22649 * dabbrev.el: Add to debug-ignored-errors.
22650 (dabbrev-completion): Use mapc.
22651
226522000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22653
22654 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22655 (woman-mapcan, woman-parse-man.conf)
22656 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22657 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22658 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22659 path syntax better.
22660 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22661 (woman-manpath): Call woman-parse-man.conf.
22662 (woman-emulation): New defcustom, defaults to nroff.
22663 (woman-font-support): New defconst.
22664 (woman-use-symbol-font): New defcustom.
22665 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22666 "Emulation".
22667 Many functions: Doc fix.
22668
226692000-05-22 Kenichi Handa <handa@etl.go.jp>
22670
22671 * international/quail.el (quail-simple-translation-keymap): Map
22672 128..255 to quail-self-insert-command.
22673 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22674
226752000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22676
22677 * help.el (help-manyarg-func-alist): Typo.
22678
22679 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22680 intervals which makes it heaps simpler.
22681
22682 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22683 the nested comment markers.
22684
22685 * subr.el (remove-hook): Don't turn the hook's value into a list.
22686
226872000-05-21 Dave Love <fx@gnu.org>
22688
22689 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22690 are invalid characters.
22691
22692 * international/mule-util.el (detect-coding-with-priority): Use
22693 mapc. Remove redundant lambda.
22694
22695 * international/mule-diag.el (list-non-iso-charset-chars)
22696 (describe-fontset): Remove redundant lambda.
22697
22698 * emulation/crisp.el (brief-mode): New alias.
22699
22700 * emacs-lisp/ring.el (ring-elements): New function.
22701
22702 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22703 (easy-menu-do-add-item): Use keywordp.
22704
22705 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22706
22707 * replace.el: Doc and error message fixes.
22708 (replace-highlight): Use facep, not internal-find-face.
22709
227102000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22711
22712 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22713
22714 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22715 (log-edit-insert-changelog): Drop `:' as well.
22716
22717 * log-view.el: Fix file description.
22718 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22719 available.
22720 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22721 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22722
22723 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22724 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22725 Print a status message if the toggle is called interactively.
22726 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22727 for global minor modes and use `defcustom' for them.
22728 Use add-minor-mode.
22729 (easy-mmode-define-derived-mode): Remove.
22730 (define-derived-mode): Fancier default docstring.
22731 (easy-mmode-define-navigation): Signal an error rather than (ding).
22732
22733 * newcomment.el (comment-styles): New `box-multi'.
22734 (comment-normalize-vars): Better default for comment-continue to
22735 avoid whitespace-only continuations.
22736 (comment-search-forward): Always move even in the no-syntax case.
22737 (comment-padright): Only obey N if it's only obeyed for padleft.
22738 (comment-make-extra-lines): Better handling of empty continuations.
22739 Use `=' for the filler if comment-start has only one character.
22740 (uncomment-region): Try handling the special `=' filler.
22741 (comment-region): Allow LINES even if MULTI is nil.
22742 (comment-box): Choose box style based on comment-style.
22743
227442000-05-20 Kenichi Handa <handa@etl.go.jp>
22745
22746 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22747 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22748
227492000-05-20 Kenichi HANDA <handa@etl.go.jp>
22750
22751 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22752 and insert, not subst-char-in-region.
22753
22754 * international/mule-diag.el (list-character-sets-1): Handle
22755 charsets eight-bit-control and eight-bit-graphic.
22756 (list-iso-charset-chars): Likewise.
22757 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22758 charactes as is. Use indent-to to align characters.
22759
22760 * international/mule-cmds.el (find-multibyte-characters): Never
22761 exclude charsets eight-bit-control and eight-bit-graphic.
22762
227632000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22764
22765 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22766 Don't quote lambdas.
22767
22768 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22769
227702000-05-19 Gerd Moellmann <gerd@gnu.org>
22771
22772 * gud.el (gud-jdb-directories): Doc fix.
22773
227742000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22775
22776 * newcomment.el: New file.
22777
227782000-05-19 Gerd Moellmann <gerd@gnu.org>
22779
22780 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22781
227822000-05-18 Andreas Schwab <schwab@suse.de>
22783
22784 * dired.el (dired-between-files): Also skip lines beginning with
22785 `used'.
22786
227872000-05-18 Gerd Moellmann <gerd@gnu.org>
22788
22789 * msb.el (msb-menu-cond): Add choice `user'.
22790
227912000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22792
22793 * ps-print.el: Compatibility, customization and doc fix.
22794 (ps-printer-name-option): Replace defconst by defvar.
22795 (ps-postscript-code-directory): XEmacs compatibility.
22796 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22797 fix.
22798 (ps-user-defined-prologue, ps-print-prologue-header)
22799 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22800 compatibility and code fix.
22801 (ps-print-background-image, ps-print-background-text):
22802 Customization fix.
22803 (ps-line-number-start, ps-n-up-on): New vars.
22804
228052000-05-18 Espen Skoglund <esk@ira.uka.de>
22806
22807 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22808 the indent-comment function to just return the appropriate indent.
22809
228102000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22811
22812 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22813 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22814 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22815
228162000-05-18 Dave Love <fx@gnu.org>
22817
22818 * info.el (Info-fontify-node): Add intangible property as well as
22819 invisible.
22820
22821 * calendar/appt.el (appt-make-list): Match all lines of entry.
22822 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22823
228242000-05-18 Kenichi Handa <handa@etl.go.jp>
22825
22826 * international/mule-diag.el (describe-char-after): Call
22827 internal-char-font, not char-font. If internal-char-font returns
22828 nil, display "-- none --".
22829
228302000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22831
22832 * image.el (image-type-available-p): Don't reference image-types
22833 if it isn't bound.
22834
228352000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22836
22837 * autoarg.el (autoarg-mode): Typo in the :set argument.
22838
228392000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22840
22841 * startup.el (command-line-1): Don't signal an error if the
22842 directory for auto-save-list files does not yet exist.
22843
228442000-05-17 Kenichi Handa <handa@etl.go.jp>
22845
22846 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22847
228482000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22849
22850 * subr.el (remove-hook): `setq' hook-value, not `set'.
22851
228522000-05-16 Sam Steingold <sds@gnu.org>
22853
22854 * info.el (debug-ignored-errors): More errors to ignore.
22855
228562000-05-16 Dave Love <fx@gnu.org>
22857
22858 * cus-edit.el: Don't require cl or easymenu.
22859 (custom-variable-prompt): Test standard-value property, not
22860 user-variable-p.
22861
228622000-05-16 Sam Steingold <sds@gnu.org>
22863
22864 * subr.el (add-hook): `setq' hook-value, not `set'.
22865
228662000-05-16 Gerd Moellmann <gerd@gnu.org>
22867
22868 * startup.el (command-line-1): Mention the FAQ in the startup
22869 message.
22870
22871 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22872
22873 * progmodes/compile.el (compilation-parse-errors): Collect
22874 `nomessage' regexps last.
22875
22876 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22877
22878 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22879 to the function name.
22880
228812000-05-15 Dave Love <fx@gnu.org>
22882
22883 * speedbar.el (speedbar-recenter): Typo.
22884 (speedbar-expand-line): Make arg optional.
22885 (speedbar-mode): Avoid a compiler warning.
22886
228872000-05-15 Gerd Moellmann <gerd@gnu.org>
22888
22889 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22890 user-specified option string is empty.
22891
22892 * mouse.el (mouse-yank-at-click): Doc fix.
22893
228942000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22895
22896 * term/internal.el (IT-character-translations): More updates of
22897 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22898 documents.
22899
229002000-05-15 Gerd Moellmann <gerd@gnu.org>
22901
22902 * env.el (getenv): New function, interactively callable.
22903 (setenv, getenv): Remove autoload cookies.
22904
22905 * loadup.el: Load `env'.
22906
22907 * progmodes/f90.el: Change author's mail address.
22908
229092000-05-14 Dave Love <fx@gnu.org>
22910
22911 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22912 goto-addr as an option.
22913
22914 * help.el (help-xref-stack): Doc fix.
22915 (help-xref-following): New variable.
22916 (help-make-xrefs): Use it.
22917 (help-xref-go-back): Use position information from stack element.
22918 (help-follow): Make position in stack element a pair. Use
22919 help-xref-following.
22920
22921 * autoarg.el: New file.
22922
22923 * faces.el: Declare more functions obsolete.
22924
22925 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22926 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22927 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22928 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22929 Remove all the setup-...-environment functions.
22930
229312000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22932
22933 * speedbar.el: Updated the commentary section. xemacs20p now uses
22934 >= when detecting. Require `defimage' safely.
22935 (speedbar-easymenu-definition-base): Add toggle for images.
22936 (speedbar-easymenu-definition-special): Add flush cache & expand.
22937 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22938 (speedbar-reconfigure-keymaps-hook): New variable.
22939 (speedbar-frame-parameters): Updated documentation.
22940 (speedbar-use-imenu-flag): Updated custom tag
22941 (speedbar-dynamic-tags-function-list): New variable.
22942 (speedbar-tag-hierarchy-method): Updated doc & custom.
22943 (speedbar-indentation-width, speedbar-indentation-width) New
22944 variables.
22945 (speedbar-hide-button-brackets-flag): Customizable.
22946 (speedbar-vc-indicator): Doc update.
22947 (speedbar-ignored-path-expressions): Updated default value.
22948 (speedbar-supported-extension-expressions): Updated default value.
22949 (speedbar-syntax-table): Remove {} paren status.
22950 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22951 as "+". Added overlay aliases.
22952 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22953 `force-mode-line-update'.
22954 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22955 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22956 `mouse-set-point'
22957 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22958 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22959 of arbitrary text, and new helper functions.
22960 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22961 filename finder.
22962 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22963 (speedbar-directory-buttons): Update path search/expansion.
22964 (speedbar-make-tag-line): Pay attention to
22965 `speedbar-indentation-width'. Use more care w/ invisible
22966 properties.
22967 (speedbar-change-expand-button-char): Call
22968 `speedbar-insert-image-button-maybe'.
22969 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22970 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22971 (speedbar-trim-words-tag-hierarchy)
22972 (speedbar-simple-group-tag-hierarchy): New functions
22973 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22974 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22975 functions.
22976 (speedbar-mouse-set-point): New function
22977 (speedbar-power-click): Updated documentation.
22978 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22979 of tag prefix text.
22980 (speedbar-expand-line, speedbar-contract-line): Make more robust
22981 to strange text.
22982 (speedbar-expand-line): Takes universal argument to flush the
22983 cache.
22984 (speedbar-flush-expand-line): New function.
22985 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22986 Use new generator insertion method.
22987 (speedbar-fetch-dynamic-tags): New function.
22988 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22989 `speedbar-fetch-dynamic-imenu'.
22990 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22991 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22992 "Revert Buffer" menu items.
22993 (speedbar-buffer-buttons-engine): Be smarter when creating a
22994 filename tag (for expansion purposes.).
22995 (speedbar-highlight-one-tag-line,
22996 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22997 (speedbar-recenter): New functions.
22998 (defimage-speedbar): Image loading abstraction.
22999 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
23000 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
23001 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
23002 (speedbar-tag-type, speedbar-tag-mail): New images.
23003 (speedbar-expand-image-button-alist): New variable.
23004 (speedbar-insert-image-button-maybe): Insert an image over some
23005 buttons.
23006
230072000-05-13 Kenichi Handa <handa@etl.go.jp>
23008
23009 * international/mule-cmds.el (encode-coding-char): An ASCII
23010 character is always encodable.
23011
23012 * international/mule-conf.el: Add more information in descriptions
23013 of character sets.
23014
23015 * international/mule-diag.el (describe-char-after): New function.
23016 (describe-font-internal): Adjusted for the change of font-info.
23017 (describe-font): Likewise.
23018 (print-fontset): Rewritten for the new fontset implementation.
23019 (describe-fontset): Include fontset alias names in completion.
23020 (list-fontsets): Adjusted for the change of print-fontset.
23021
23022 * simple.el (what-cursor-position): If DETAIL is non-nil, call
23023 describe-char-after instead of displaying the detail in the echo
23024 area.
23025 (syntax-code-table): Format changed.
23026 (string-to-syntax): Adjusted for the above change.
23027
230282000-05-12 Stefan Monnier <monnier@cs.yale.edu>
23029
23030 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
23031
230322000-05-12 Dave Love <fx@gnu.org>
23033
23034 * calendar/todo-mode.el: Remove some compatibility stuff and CL
23035 dependence. Use line-{beginning,end}-position, not
23036 point-at{b,e}ol. Some doc fixes.
23037 (todo-position): New function. Fix callers of position to use it.
23038 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
23039
230402000-05-12 Gerd Moellmann <gerd@gnu.org>
23041
23042 * time.el (display-time-mail-icon): Use `:ascent center'.
23043
23044 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
23045 handling FTP security extensions.
23046
230472000-05-11 Dave Love <fx@gnu.org>
23048
23049 * calendar/todo-mode.el: New file.
23050
230512000-05-11 Gerd Moellmann <gerd@gnu.org>
23052
23053 * comint.el (comint-read-input-ring): Move reference to
23054 comint-input-ring-size outside of the save-excursion. It was
23055 causing the default value to be the only one ever seen.
23056
23057 * font-lock.el: Update copyright. Remove Simon Marshall's email
23058 address on request from him.
23059
23060 * subr.el (substitute-key-definition): Add comment describing
23061 the meaning of PREFIX.
23062
230632000-05-10 Stefan Monnier <monnier@cs.yale.edu>
23064
23065 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
23066
23067 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
23068 (add-minor-mode): Don't make the variable buffer-local and add a
23069 reference to define-minor-mode in the docstring.
23070
23071 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
23072 HEADER/FOOTER and fix bug with trailing empty directory.
23073 (cvs-append-to-ignore): Use vc-editable-p if available.
23074 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
23075 (vc-do-command): Tweak advice to handle the new VC.
23076
23077 * log-view.el (log-view-goto-rev): New function for the new VC.
23078 (log-view-minor-wrap): Use mark-active.
23079
23080 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23081 (log-edit-changelog-full-paragraphs): New var.
23082 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23083 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23084 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23085 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23086 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23087 Replace the `cvs' prefix with `log-edit'.
23088
23089 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23090
23091 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23092 (diff-font-lock-defaults): Explicitly turn off multiline.
23093 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23094 (diff-ediff-patch): Fix call to ediff-patch-file.
23095 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23096 Handle comments.
23097
23098 * frame.el (automatic-hscrolling): Typo.
23099
23100 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23101
231022000-05-09 Sam Steingold <sds@goems.com>
23103
23104 * apropos.el (apropos-print): use `describe-face' instead of
23105 `customize-face-other-window'.
23106
231072000-05-09 Dave Love <fx@gnu.org>
23108
23109 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23110
23111 * help.el (describe-variable): Have customize button pop the
23112 help-xref stack when invoked.
23113 (help-xref-symbol-regexp): Add `face'.
23114 (help-make-xrefs): Check for quoted face names and adapt regexp
23115 submatch numbers to cope.
23116 (help-xref-interned): Maybe insert face doc too. Separate
23117 sections with a line of hyphens.
23118
23119 * faces.el: Some doc fixes. Declare some functions obsolete.
23120 (describe-face): Add customize button. Return the help
23121 text. Fix prompt.
23122
231232000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23124
23125 * term/internal.el (IT-character-translations): Fix last change.
23126
231272000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23128
23129 * woman.el: New file
23130 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23131
231322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23133
23134 * term/internal.el (IT-character-translations): Update ASCII
23135 simulations for greek-iso8859-7, add latin-iso8859-14 and
23136 latin-iso8859-15.
23137
23138 * international/mule-cmds.el (set-language-info-alist): Call
23139 define-prefix-command with 3 arguments, to make the map suitable
23140 for a menu.
23141
231422000-05-07 Dave Love <fx@gnu.org>
23143
acc24704 23144 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
a30eb617
DL
23145
231462000-05-05 Dave Love <fx@gnu.org>
23147
23148 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23149 list in doc string. Don't quote keyword symbols.
23150 * emacs-lisp/cl.el: Likewise
23151 * emacs-lisp/cl-seq.el: Likewise
23152
231532000-05-05 Gerd Moellmann <gerd@gnu.org>
23154
23155 * abbrev.el (abbrev-mode): Make ARG optional.
23156
231572000-05-04 Gerd Moellmann <gerd@gnu.org>
23158
23159 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23160
23161 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23162
23163 * subr.el (substitute-key-definition): Clarify documentation.
23164
231652000-05-04 Milan Zamazal <pdm@freesoft.cz>
23166
23167 * glasses.el (glasses-convert-to-unreadable): Use
23168 `glasses-separator' instead of the hard-wired "_".
23169 (glasses-mode): Call `glasses-make-unreadable' only in a single
23170 place.
23171
231722000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23173
23174 * term/internal.el (cjk-codepages-alist): Add associations for
23175 Chinese and Korean codepages. Remove FIXME comment.
23176
231772000-05-03 Dave Love <fx@gnu.org>
23178
23179 * time.el (display-time-mail-face, display-time-use-mail-icon):
23180 New option.
23181 (display-time-mail-icon): New variable.
23182 (display-time-string-forms): Use the above. Fix the local-map.
23183
231842000-05-03 Gerd Moellmann <gerd@gnu.org>
23185
23186 * replace.el (query-replace-map): Add binding for `E'.
23187 (query-replace-help): Extend help text.
23188 (perform-replace): Allow editing the replacement string.
23189
23190 * make-mode.el (makefile-mode-abbrev-table): New variable.
23191 (makefile-mode): Set local abbrev table to
23192 makefile-mode-abbrev-table.
23193 (makefile-font-lock-keywords): Fontify includes and conditionals.
23194
23195 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23196 set TOGGLE's value.
23197
23198 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23199 mail-interactive-insert-alias.
23200 (mail-abbrev-complete-alias): New command.
23201 (mail-mode-map): Bind it to `M-TAB'.
23202
232032000-05-03 Kenichi Handa <handa@etl.go.jp>
23204
23205 * language/lao-util.el (lao-compose-region): New function.
23206
232072000-05-02 Gerd Moellmann <gerd@gnu.org>
23208
23209 * files.el (recover-session): Make directories as necessary
23210 if they don't exist yet.
23211
23212 * calendar/cal-french.el
23213 (french-calendar-multibyte-special-days-array)
23214 (french-calendar-special-days-array): Change French text.
23215 (calendar-french-date-string): Change output.
23216 (calendar-goto-french-date): Likewise.
23217
232182000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23219
23220 * wid-edit.el (widget-default-active): Obey `:always-active'.
23221 (widget-documentation-string-value-create): Set `:always-active'.
23222
232232000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23224
23225 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23226 default prefix to `~/_emacs.d/auto-save.list/_s'.
23227 (normal-top-level): Create the directory for auto-save files, if
23228 it doesn't already exist (in the ms-dos case only).
23229
232302000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23231
23232 * international/mule-cmds.el (set-language-environment): Don't
23233 concat an integer (dos-codepage), use format instead.
23234
232352000-05-02 Dave Love <fx@gnu.org>
23236
23237 * help.el (help-xref-on-pp): Check for constant symbols.
23238
232392000-04-29 Gerd Moellmann <gerd@gnu.org>
23240
23241 * startup.el (normal-top-level): Put a condition-case around
23242 the code loading subdirs.el.
23243
232442000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23245
23246 * ps-print.el: Upside-down and face background color printing,
23247 line number step, doc fix.
23248 (ps-print-version): New version number (5.2).
23249 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23250 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23251 (ps-spool-config): Var fix.
23252 (ps-printer-name-option): Const fix.
23253 (ps-print-upside-down, ps-use-face-background)
23254 (ps-line-number-step): New vars.
23255 (ps-window-system, ps-lp-system): New consts.
23256 (ps-face-background): New fun.
23257
232582000-04-28 Richard Stallman <rms@gnu.org>
23259
23260 * files.el (make-auto-save-file-name):
23261 Apply auto-save-file-name-transforms to visited file name
23262 before generating auto save file name.
23263 (auto-save-file-name-transforms): New variable.
23264
23265 * files.el (backup-enable-predicate):
23266 Correctly test for a file under a temporary directory.
23267
232682000-04-28 Gerd Moellmann <gerd@gnu.org>
23269
23270 * subr.el (add-minor-mode): Rewritten.
23271
232722000-04-28 Kenichi Handa <handa@etl.go.jp>
23273
23274 * mail/sendmail.el (sendmail-send-it): Set
23275 buffer-file-coding-system to the selected coding system for MIME
23276 header.
23277
232782000-04-27 Gerd Moellmann <gerd@gnu.org>
23279
23280 * dired.el (dired-move-to-filename-regexp): Allow format where
23281 YYYY is followed by two spaces.
23282
23283 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23284 in the second character class of the regexp.
23285
23286 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23287 mh-etc, too.
23288
23289 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23290 nil.
23291
23292 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23293
23294 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23295 argument.
23296
232972000-04-27 Sen Nagata <sen@eccosys.com>
23298
23299 * emacs-lisp/crm.el (crm-completion-table): New variable.
23300 (crm-collection-fn, crm-test-completion)
23301 (completing-read-multiple): Use it.
23302
233032000-04-27 Dave Love <fx@gnu.org>
23304
23305 * help.el (locate-library): Use mapc.
23306 (help-manyarg-func-alist): Add call-process-region.
23307
233082000-04-26 Gerd Moellmann <gerd@gnu.org>
23309
23310 * subr.el (add-minor-mode): Make argument MAP optional.
23311
23312 * desktop.el (desktop-save): Save list of minor modes.
23313 (desktop-create-buffer): Restore minor modes.
23314 (desktop-minor-mode-table): New user-option.
23315
23316 * subr.el (add-minor-mode): New function.
23317
23318 * image.el (find-image): New function.
23319 (defimage): Rewritten to find image at load time.
23320
23321 * startup.el (normal-top-level-add-to-load-path): Handle
23322 case that the default directory is not in load-path.
23323
23324 * help.el: Old patch from Stefan Monnier.
23325 (help-xref-on-pp): New function.
23326 (describe-variable): Use it to display xrefs in a symbol's value.
23327
233282000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23329
23330 * cus-edit.el (custom-face): Fix parenthesis.
23331
233322000-04-26 Kenichi Handa <handa@etl.go.jp>
23333
23334 * mail/rmail.el (rmail-expunge): When there are no deleted
23335 messages, do nothing.
23336
233372000-04-26 Dave Love <fx@gnu.org>
23338
23339 * international/mule-cmds.el (locale-translation-file-name):
23340 Defvar to nil.
23341 (set-locale-environment): Set it here (at runtime).
23342
233432000-04-25 Gerd Moellmann <gerd@gnu.org>
23344
23345 * replace.el (perform-replace): Add parameters START and END. Use
23346 them instead of the check for a region in Transient Mark mode.
23347 (query-replace-read-args): Return two more list elements for the
23348 start and end of the region in Transient Mark mode.
23349 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23350 (map-query-replace-regexp, replace-string, replace-regexp): Add
23351 optional last arguments START and END and pass them to
23352 perform-replace.
23353
23354 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23355 form with additional arguments for perform-replace.
23356
23357 * progmodes/etags.el (tags-query-replace): Add parameters START
23358 and END. Construct a form with additional arguments for
23359 perform-replace.
23360
23361 * simple.el (shell-command): Set default directory for "*Shell
23362 Command Output" buffer.
23363
23364 * language/european.el (iso-latin-4): Fix typo.
23365
23366 * emacs-lisp/crm.el: New file.
23367
233682000-04-24 Dave Love <fx@gnu.org>
23369
23370 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23371 (Custom-reset-saved, Custom-reset-standard)
23372 (custom-group-value-create, custom-group-set, custom-group-save)
23373 (custom-group-reset-current, custom-group-reset-saved)
23374 (custom-group-reset-standard): Use mapc.
23375 (custom-buffer-create-internal): Disable undo when creating items.
23376 Use mapc.
23377 (custom-face): Avoid redundant lambda.
23378
233792000-04-24 Gerd Moellmann <gerd@gnu.org>
23380
23381 * startup.el (auto-save-list-file-prefix): Set default to
23382 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23383
233842000-04-24 Sam Steingold <sds@gnu.org>
23385
23386 * time-stamp.el (time-stamp-string-preprocess): Always convert
23387 `field-result' to a string.
23388
233892000-04-24 Gerd Moellmann <gerd@gnu.org>
23390
23391 * frame.el (scrolling): New group.
23392 (automatic-hscrolling): New user-option.
23393
23394 * startup.el (command-line-x-option-alist): Add `-lsp' and
23395 `--line-spacing'.
23396
233972000-04-19 Dave Love <fx@gnu.org>
23398
23399 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23400 (cl-mapc): Rename from mapc. Fix the funcall.
23401
234022000-04-19 Gerd Moellmann <gerd@gnu.org>
23403
23404 * simple.el (clone-indirect-buffer-other-window): New command.
23405 (clone-indirect-buffer): Add optional arg NORECROD.
23406 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23407
23408 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23409
23410 * window.el (count-screen-lines): New function.
23411 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23412 instead of window-buffer-height.
23413
23414 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23415 non-existing variable comint-input-sentinel.
23416 (inferior-lisp-args-to-list): Removed.
23417 (inferior-lisp): Use split-string instead of
23418 inferior-lisp-args-to-list.
23419
23420 * hexl.el (hexl-insert-hex-string): New command.
23421
23422 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23423 instead of concat.
23424
234252000-04-18 Gerd Moellmann <gerd@gnu.org>
23426
23427 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23428 at the start of an existing but empty folder.
23429
234302000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23431
23432 * ps-mule.el: Customization fix, doc fix.
23433 (ps-multibyte-buffer): Customization fix.
23434
234352000-04-17 Richard M. Stallman <rms@gnu.org>
23436
23437 * subr.el (read-passwd): Use read-char-exclusive.
23438
234392000-04-17 Gerd Moellmann <gerd@gnu.org>
23440
23441 * textmodes/texinfo.el (texinfo-insert-@email)
23442 (texinfo-insert-@emph, texinfo-insert-@quotation)
23443 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23444 (texinfo-mode-map): Add key bindings for them.
23445
23446 * files.el (basic-save-buffer-2): Use a template with `$'
23447 instead of `#' for VMS.
23448
23449 * simple.el (clone-indirect-buffer): New function.
23450
234512000-04-16 Stephen Eglen <stephen@gnu.org>
23452
23453 * iswitchb.el (iswitchb-case): New function. If the user input
23454 contains any upper-case characters, the search is made
23455 case-sensitive.
23456
234572000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23458
23459 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23460 comment-end.
23461 (texinfo-font-lock-syntactic-keywords): New var.
23462 (texinfo-font-lock-keywords): Remove comment regexp.
23463 (texinfo-insert-block): New function.
23464 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23465 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23466 and font-lock-defaults. Use regexp-opt for outline-regexp.
23467 (texinfo-environments): New var.
23468 (texinfo-environment-regexp): Use regexp-opt and
23469 texinfo-environments.
23470
23471 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23472 ispell-process is bound since this might be eval'd before ispell
23473 is loaded.
23474 (ispell-message): Use a tiny bit less magic and a bit more hard
23475 data to figure out what kind of sc-cite-regexp to use.
23476
23477 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23478
23479 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23480 (insert-cyclic-diary-entry): Unquote the lambda.
23481
23482 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23483
23484 * files.el (backup-enable-predicate): Unquote the lambda.
23485
23486 * cus-edit.el (custom-face, face): Unquote the lambda.
23487
234882000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23489
23490 * ps-print.el: Check for line-beginning-position definition.
23491
23492 * ps-print.el: Fix counting lines in a region.
23493 (ps-print-version): New version number (5.1.5).
23494 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23495 (ps-printing-region): Fun code fix.
23496
234972000-04-15 Gerd Moellmann <gerd@gnu.org>
23498
23499 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23500 to file-directory-p.
23501
235022000-04-14 Gerd Moellmann <gerd@gnu.org>
23503
23504 * gud.el (gud-jdb-build-source-files-list): Check that directory
23505 exists before calling directory-files.
23506
235072000-04-13 Dave Love <fx@gnu.org>
23508
23509 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23510 syntax.
23511
23512 * emacs-lisp/cl-specs.el: Remove when, unless.
23513
23514 * emacs-lisp/cl-extra.el: Don't quote keywords.
23515 (cl-old-mapc): New variable.
23516 (mapc): Use it.
23517 (cl-map-intervals): Use with-current-buffer. Don't check for
23518 next-property-change.
23519 (cl-map-overlays): Use with-current-buffer.
23520 (cl-expt): Remove.
23521 (copy-tree, remprop): Define unconditionally.
23522
23523 * emacs-lisp/cl-compat.el (keywordp): Remove.
23524
23525 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23526 to use keywordp.
23527 (edebug-spec): Enable keywordp.
23528
23529 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23530 string-lessp.
23531
23532 * cus-start.el: Use keywordp.
23533
235342000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23535
23536 * diary-lib.el (include-other-diary-files): Fix the fix of
23537 2000-02-18 by doing a save-excursion.
23538
235392000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23540
23541 * ps-print.el: Customization fix, doc fix.
23542 (ps-print-version): New version number (5.1.4).
23543 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23544 (ps-print-preprint): Adjust code.
23545 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23546 (ps-print-prologue-header, ps-print-control-characters)
23547 (ps-spool-config): Customization fix.
23548
235492000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23550
23551 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23552 converted to the new menu-item format, names silightly changed,
23553 help strings added.
23554
23555 Support for spelling without async subprocesses:
23556
23557 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23558 (ispell-session-buffer): New variables.
23559 (ispell-start-process, ispell-process-status,
23560 ispell-accept-output, ispell-send-string): New functions, for
23561 Ispell invocation when async subprocesses aren't supported.
23562 (ispell-word, ispell-pdict-save, ispell-command-loop,
23563 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23564 to process-send-string with calls to ispell-send-string, and
23565 accept-process-output with ispell-accept-output.
23566 (ispell-init-process): Call ispell-process-status instead of
23567 process-status with.
23568 (ispell-init-process): Call ispell-start-process. Call
23569 ispell-accept-output and ispell-send-string. Don't call
23570 process-kill-without-query and kill-process if they are unbound.
23571 (ispell-async-processp): New function.
23572
235732000-04-12 Dave Love <fx@gnu.org>
23574
23575 * info.el: Add debug-ignored-errors.
23576 (Info-mode-menu): Add some items.
23577 (Info-directory): Add autoload cookie.
23578
23579 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23580 Modify `truncate-lines'. Make `describe-language-environment'
23581 always visible and add help. Modify `describe-key' help. Invoke
23582 Info-directory from `info'. New entry `emacs-manual'.
23583
235842000-04-10 Gerd Moellmann <gerd@gnu.org>
23585
b291c86c
SM
23586 * progmodes/ebrowse.el (ebrowse-tree-mode):
23587 Use propertized-buffer-identification.
a30eb617
DL
23588 (ebrowse-update-member-buffer-mode-line): Likewise.
23589 (ebrowse--mode-strings): Removed.
23590 (ebrowse--mode-line-props): Removed.
23591
23592 * files.el (auto-mode-alist): Add `EBROWSE'.
23593
23594 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23595 space before testing for end of buffer.
23596 (ebrowse-load): Removed.
23597 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23598 (ebrowse-create-tree-buffer): Rewritten.
23599 (ebrowse-tree-mode): Read tree from buffer.
23600
23601 * progmodes/ebrowse-ffh.el: Removed.
23602
236032000-04-10 Kenichi Handa <handa@etl.go.jp>
23604
23605 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23606
236072000-04-10 Gerd Moellmann <gerd@gnu.org>
23608
23609 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23610 at the wrong place.
23611
236122000-04-09 Dave Love <fx@gnu.org>
23613
b291c86c
SM
23614 * files.el (backup-enable-predicate):
23615 Use temporary-file-directory, small-temporary-file-directory.
23616 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
23617 (make-backup-file-name-1): New function.
23618 (make-backup-file-name): Use it.
b291c86c 23619 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
23620 (file-newest-backup): Use make-backup-file-name.
23621
236222000-04-09 Gerd Moellmann <gerd@gnu.org>
23623
23624 * progmodes/ebrowse-ffh.el: New file.
23625
86f6474c
SM
23626 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23627 Moved to ebrowse-ffh.el.
a30eb617
DL
23628 (ebrowse-load): Add autoload.
23629
23630 * finder.el (finder-commentary): Add autoload cookie.
23631
23632 * mail/rfc2368.el: Correct author's email address.
23633
23634 * progmodes/ebrowse.el: New file.
23635
23636 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23637 item help string.
23638 (easy-menu-do-add-item): Ditto.
23639 (easy-menu-define): Extend doc string.
23640
86f6474c 23641 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
23642 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23643 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23644 with-buffer-unmodified.
23645
236462000-04-08 Dave Love <fx@gnu.org>
23647
23648 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23649 unless, when.
23650
236512000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23652
23653 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23654 (viper-flash-search-pattern): No operation when using Emacs
23655 doesn't support face.
23656 Use `viper-put-on-search-overlay'.
23657
236582000-04-04 Gerd Moellmann <gerd@gnu.org>
23659
23660 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23661 like C-r.
23662
23663 * progmodes/make-mode.el: Some doc fixes.
23664 (makefile-mode-abbrev-table): New variable.
23665 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23666 (makefile-font-lock-keywords): Fontify includes and conditionals.
23667 (toplevel): Require `dabbrev' and `add-log' when compiling.
23668
23669 * replace.el (perform-replace): Don't move forward one char
23670 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23671 to do that because it leaves point 1 position after the last
23672 replacement, after everything has been replaced.
23673
23674 * jit-lock.el (with-buffer-unmodified): New macro.
23675 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23676 modified state.
23677 (jit-lock-function-1): Extracted from jit-lock-function; not
23678 preserving buffer's modified state.
86f6474c
SM
23679 (jit-lock-function, jit-lock-stealth-fontify):
23680 Call jit-lock-function-1.
a30eb617
DL
23681
23682 * mail/rfc2368.el: Remove supernumerary copyright line.
23683
236842000-04-04 Milan Zamazal <pdm@freesoft.cz>
23685
23686 * glasses.el: Provide facilities for inserting space before left
23687 parentheses and uncapitalization of identifiers.
23688 (glasses-mode): Try to remove old overlays in all cases.
23689
236902000-04-03 Gerd Moellmann <gerd@gnu.org>
23691
23692 * progmodes/compile.el (compile-internal): Display the compilation
23693 buffer in a different frame, if it's already displayed there.
23694
23695 * mail/rfc2368.el: New file.
23696
23697 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23698 header and insert its value as mail body.
23699
23700 * subr.el (member-ignore-case): New function.
23701
23702 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23703 (dabbrev--find-expansion): Ignore buffers matching a regexp
23704 from dabbrev-ignored-regexps.
23705
23706 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23707 to extensions handled by gzip.
23708
237092000-04-03 Richard M. Stallman <rms@gnu.org>
23710
23711 * files.el (insert-directory): List the total free space
23712 along with the used space.
23713
23714 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23715 line is followed by one that matches CITATION-REGEXP, end the
23716 paragraph.
23717
237182000-04-03 Markus Rost <rost@delysid.gnu.org>
23719
23720 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23721 (rmail-make-basic-summary-line): Use that option.
23722
237232000-04-03 Kenichi Handa <handa@etl.go.jp>
23724
23725 * international/mule-cmds.el (encoded-string-description):
23726 Rewritten. Try pretty description for ISO 2022 escape sequences
23727 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23728 for hexadecimal format.
23729
237302000-04-01 Dave Love <fx@gnu.org>
23731
23732 * cpp.el: Change customization group to `c' from `C'.
23733
23734 * vcursor.el (vcursor-move): Use display-color-p.
23735
23736 * international/mule-util.el: Provide mule-utils.
23737 (string-to-sequence): Simplify and speed up.
23738
23739 * international/mule.el (make-coding-system): Purecopy doc-string.
23740
23741 * international/mule-cmds.el: Various menu changes.
23742 (describe-specified-language-support): Handle `Default'.
23743 (set-language-info): Purecopy `info'.
23744
237452000-03-31 Andrew Innes <andrewi@gnu.org>
23746
23747 * vc.el (vc-backend-diff): Return the correct status if we had to
23748 retry the rcsdiff command without the --brief option.
23749
237502000-03-31 Dave Love <fx@gnu.org>
23751
23752 * help.el (help-manyarg-func-alist): Correct several omissions.
23753
23754 * add-log.el: Don't require cl, fortran.
23755 (add-log-current-defun-function): Doc fix.
86f6474c 23756 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 23757 (change-log-version-rcs): Function deleted.
86f6474c
SM
23758 (change-log-version-number-search): Doc fix.
23759 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
23760 (add-change-log-entry): Just call add-log-current-defun to get
23761 defun. Simplify somewhat.
23762 (change-log-get-method-definition-1): Likewise.
23763 (add-log-current-defun): Return nil if calling
23764 add-log-current-defun-function does so. Move Fortran stuff to
23765 fortran.el. Return string without properties.
23766
23767 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23768 and :alpha: char classes.
23769
23770 * mail/supercite.el: Defvar curline when compiling.
23771 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23772 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23773 rather than a-zA-Z0-9 to allow non-ASCII characters.
23774
237752000-03-31 Gerd Moellmann <gerd@gnu.org>
23776
23777 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23778
23779 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23780 Re-enable new code.
23781
23782 * lpr.el (print-region-1): Use -d to specify printer name for
23783 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23784
237852000-03-31 Dave Love <fx@gnu.org>
23786
86f6474c
SM
23787 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23788 Look for function definition in symbol's function value slot first
a30eb617
DL
23789 instead of first consulting byte-compile-function-environment.
23790
237912000-03-31 Kenichi Handa <handa@etl.go.jp>
23792
23793 * language/european.el ("Polish"): New language environment.
23794 (setup-polish-environment): New function.
23795
237962000-03-30 Gerd Moellmann <gerd@gnu.org>
23797
23798 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23799 Disable new code.
23800
23801 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23802 trying to `load' the symbol of an autoload instead of the file
23803 recorded in the autoload. Fix error messages.
23804
238052000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23806
23807 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23808 (ps-print-version): New version number (5.1.3).
23809 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23810 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23811 (ps-generate-postscript-with-faces): Code fix.
23812 (ps-color-values): XEmacs compatibility.
23813 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23814 (ps-default-fg, ps-default-bg): Adjust customization.
23815 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23816 (ps-color-scale): Renaming old ps-color-value fun.
23817 (ps-print-headers): Replace ps-print-header group to avoid conflict
23818 with ps-print-header variable.
23819 (ps-print-miscellany): New group.
23820 (ps-format-color, ps-rgb-color): New funs.
23821 (ps-default-foreground): New var.
23822 (ps-printer-name-option): New const.
23823
238242000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23825
23826 * net/net-utils.el:
23827 (network-connection-host, network-connection-service): New variables
23828 (network-connection-mode): New mode, derived from comint-mode
23829 (network-connection-mode-setup): New function, saves host and
23830 service information in local variables.
23831
23832 * lisp/locate.el:
23833 (locate-word-at-point): Added this function
23834 (locate): Default to using locate-word-at-point as input
23835 Run dired-mode-hook
23836
238372000-03-29 Dave Love <fx@gnu.org>
23838
23839 * calendar/appt.el: Doc fixes.
23840 (appt-check): Convert min-to-app to a string before passing to
23841 appt-disp-window-function or concat.
23842 (appt-delete-window): Remove test for frame-root-window.
23843 (appt-select-lowest-window, appt-convert-time): Simplify.
23844
23845 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
23846 (byte-compile-file-form-autoload):
23847 Update byte-compile-function-environment.
a30eb617
DL
23848
238492000-03-29 Andreas Schwab <schwab@suse.de>
23850
86f6474c 23851 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
23852
23853 * dired.el (dired-insert-directory): If dired-free-space-program
23854 failed just delete its output.
23855
238562000-03-29 Dave Love <fx@gnu.org>
23857
23858 * international/iso-cvt.el: Move provide to end. Doc fixes.
23859 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23860 (iso-iso2sgml, iso-sgml2iso): New functions.
23861 (iso-cvt-define-menu): Fix some entries and use backquote for
23862 clarity.
23863
23864 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23865
238662000-03-28 Gerd Moellmann <gerd@gnu.org>
23867
23868 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23869 ISO-DATE. If non-nil, return date in ISO 8601 format.
23870
238712000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23872
23873 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23874 if it ever becomes used.
23875 (log-edit-mode-hook): Default to vc-log-mode-hook.
23876 (log-edit-mode): Fix the docstring.
23877
23878 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23879 the code.
23880
238812000-03-26 Dave Love <fx@gnu.org>
23882
23883 * net/browse-url.el (browse-url): Re-fix case of
23884 browse-url-browser-function being an alist.
23885 (browse-url): Add :link to defgroup.
23886
23887 * files.el: Doc fixes.
23888 (file-truename): Include `[' in wildcard characters.
23889 (automount-dir-prefix): Customize.
23890 (find-file-wildcards): Add :version.
23891 (find-file-noselect): Simplify a mapcar call.
23892
23893 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23894 compatible with inf-lisp version.
23895 (eval-defun-1): Fix custom-declare-variable case.
23896
238972000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23898
23899 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23900
239012000-03-24 Gerd Moellmann <gerd@gnu.org>
23902
23903 * Makefile (COMPILE_FIRST): New macro.
23904 (compile-files): Compile files from COMPILE_FIRST first.
23905
86f6474c 23906 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
23907
23908 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23909 matching open parenthesis in column 0 to defun-prompt-regexp
23910 only if open-paren-in-column-0-is-defun-start is set.
23911
23912 * sun-curs.el: Require CL at compile-time only.
23913
23914 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23915 instead of copy-list which is a function from CL.
23916 (msb--choose-menu, msb--mode-menu-cond)
23917 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23918 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
23919 (msb--aggregate-alist): Use mapcar instead of mapcan.
23920 Fix `(' in column 0 in doc string.
a30eb617
DL
23921 (msb--add-separators): Use mapcar instead of mapcan.
23922
23923 * cus-dep.el: Require CL at compile-time only.
23924
239252000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23926
23927 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23928 (byte-compile-warnings): New warning `noruntime'.
23929 (byte-compile-constants, byte-compile-variables): Fix docstring.
23930 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23931 execute `eval-whenc-compile's body.
23932 (byte-compile-unresolved-functions): Fix docstring.
23933 (byte-compile-eval): New function.
23934 (byte-compile-callargs-warn): Check if the function will be available
23935 at runtime (via property `byte-compile-noruntime').
23936 (byte-compile-print-syms): New function.
23937 (byte-compile-warn-about-unresolved-functions): Also warn about
23938 `noruntime' functions (and use `byte-compile-print-syms').
23939 (byte-compile-file): Capitalize the message.
23940
239412000-03-24 Gerd Moellmann <gerd@gnu.org>
23942
23943 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23944 (rmail-expunge): Ask for confirmation depending on the setting
23945 of rmail-confirm-expunge.
23946
239472000-03-23 Gerd Moellmann <gerd@gnu.org>
23948
23949 * Makefile (bootstrap-clean): If $(emacs) exists, build
23950 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 23951 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
23952
239532000-03-23 Dave Love <fx@gnu.org>
23954
23955 * net/browse-url.el: Restore previous use of
23956 browse-url-maybe-new-window.
23957
239582000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23959
23960 * ps-print.el: Skip banner page fix.
23961 (ps-print-version): New version number (5.1.2).
23962 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23963
239642000-03-23 Dave Pearson <davep@davep.org>
23965
23966 * net/quickurl.el Changed the type of parameter passed to the
23967 function defined by `quickurl-format-function'. Before only the
23968 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
23969 and the function is responsible for extracting the parts it requires.
23970 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
23971 (quickurl-insert): Changed the `funcall' of
23972 `quickurl-format-function' to match the above change.
23973 (quickurl-list-insert): Changed the `url' case so that it makes
23974 use of `quickurl-format-function', previous to this the format was
23975 hard wired.
23976
239772000-03-22 Gerd Moellmann <gerd@gnu.org>
23978
23979 * startup.el: Change some spellings for the X Window System.
23980
239812000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23982
86f6474c
SM
23983 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23984 Clean up the code and the regexp and make sure the cursor is
23985 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
23986
239872000-03-22 Jason Rumney <jasonr@gnu.org>
23988
23989 * w32-fns.el (w32-charset-info-alist): Initialize.
23990
239912000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23992
23993 * ps-print.el: N-up last page fix.
23994 (ps-print-version): New version number (5.1.1).
23995 (ps-end-file, ps-end-job, ps-generate): Code fix.
23996
239972000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23998
23999 * files.el (find-file-run-dired): Update docstring.
24000 (find-directory-functions): New hook.
24001 (find-file-noselect): Run find-directory-functions rather than
24002 calling dired directly.
24003
24004 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
24005
24006 * pcvs.el: Add a minimal leading commentary.
24007 (cvs-make-cvs-buffer): Change the header part by removing the startup
24008 message and adding a `Module' entry. Also replace the FOOTER and
24009 HEADER special fileinfos with the new support in ewoc for updating
24010 its own footer and header.
24011 (cvs-update-header): Update to use the header/footer of the ewoc.
24012 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
24013 (cvs-is-within-p): New function.
24014 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
24015 to only examine some subset of the buffers.
24016
24017 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
24018 `format' instead of our own ad-hoc functions.
24019 Remove HEADER and FOOTER cases, now handled in the EWOC.
24020 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
24021
24022 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
24023 output to avoid scaring the user.
24024 (cvs-parse-table): Catch message for non-up-to-date commits.
24025
24026 * pcvs-defs.el (cvs-startup-message): Remove.
24027 (cvs-global-menu): New autoloaded menu.
24028
24029 * pcvs-util.el (cvs-string-fill): Remove.
24030
24031 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
24032 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
24033 PP part of it and also make it work for footers and headers.
24034 (ewoc-create): Drop POS and BUFFER arguments.
24035 Use the DLL's dummy node to store the end-of-footer position.
24036 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
24037 (ewoc-refresh): Remove unused `header' variable.
24038 (ewoc-(get|set)-hf): New functions.
24039
24040 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
24041 log-view-*-(message|file) and use easy-mmode-define-navigation.
24042 (log-view-message-re): Match SCCS format as well.
24043 And match the revision line rather than the dashed separator line.
24044 (log-view-mode): Use the new define-derived-mode.
24045 (log-view-current-tag): Fill in with an actual implementation.
24046
24047 * cvs-status.el (cvs-status-(prev|next)): Rename from
24048 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
24049 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
24050 to let the output "breathe" a little more (more readable).
24051 (cvs-status-mode): Use the new define-derived-mode.
24052
24053 * smerge-mode.el (smerge-auto-leave): New function and variable.
24054 (smerge-basic-map): Rename from smerge-basic-keymap.
24055 Change the bindings for smerge-diff-*.
24056 (smerge-*-map): Use easy-mmode-defmap.
24057 (smerge-(next|prev)): Use easy-mmode-define-navigation.
24058 (smerge-keep-*): Use smerge-auto-leave.
24059
240602000-03-21 Jason Rumney <jasonr@gnu.org>
24061
24062 * cus-edit.el (custom-button-face): Use 3D look for w32.
24063 (custom-button-pressed-face): Likewise.
24064
240652000-03-21 Gerd Moellmann <gerd@gnu.org>
24066
24067 * progmodes/etags.el (tags-case-fold-search): New user-option.
24068 (tags-loop-eval): New function. Bind case-fold-search around eval
24069 depending on the value of tags-case-fold-search.
24070 (tags-loop-continue): Use tags-loop-eval.
24071 (find-tag-in-order): Bind case-fold-search depending on the value
24072 of tags-case-fold-search.
24073
240742000-03-21 Stefan Monnier <monnier@cs.yale.edu>
24075
86f6474c 24076 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
24077 (diff-end-of-hunk): Return the end position for use in
24078 `easy-mmode-define-navigation'.
24079 (diff-recenter): Remove.
24080 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24081 of `easy-mmode-define-navigation'.
24082 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24083 previous renaming) and fix to use new names.
24084 (diff-merge-strings): Use \n as separator: simpler, faster.
24085 (diff-mode): Use `define-derived-mode'.
24086
24087 * derived.el (define-derived-mode): Don't autoload anymore.
24088 Prefer the macro-only version provided by easy-mmode.el.
24089
24090 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 24091 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
24092 (easy-mmode-define-navigation): New macro.
24093
24094 * subr.el (combine-run-hooks): New function.
24095
240962000-03-21 Kenichi HANDA <handa@etl.go.jp>
24097
24098 * term/x-win.el: Fontsets related initialization is simplified.
24099
24100 * international/mule-diag.el (describe-font): Don't refer to
24101 global-fontset-alist, instead call font-list.
24102 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 24103 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 24104
86f6474c
SM
24105 * international/fontset.el (x-charset-registries): Variable removed,
24106 instead the corresponding data is stored in the default fontset.
a30eb617
DL
24107 (register-alternate-fontnames): Function removed.
24108 (resolved-ascii-font): Variable removed.
24109 (x-compose-font-name): Ignore the second argument REDOCE.
24110 (x-complement-fontset-spec): Complement only an ASCII font and
24111 element for those charsets than can use that ASCII font.
24112 (generate-fontset-menu): Don't refer to global-fontset-alist,
24113 instead call fontset-list.
24114 (uninstantiated-fontset-alist): Variable removed.
24115 (x-style-funcs-alist): Likewise.
24116 (fontset-default-styles): Likewise.
24117 (x-modify-font-name): Function removed.
86f6474c 24118 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
24119 (create-fontset-from-ascii-font): Docsting adjusted for the above
24120 change.
24121 (instantiate-fontset, resolve-fontset-name): Functions removed.
24122 (fontset-list): Now implemented by C code.
24123
24124 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24125 (describe-face): Include `font' attribute in the description.
24126
241272000-03-21 Kenichi Handa <handa@etl.go.jp>
24128
24129 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24130
241312000-03-20 Gerd Moellmann <gerd@gnu.org>
24132
24133 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24134 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24135 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24136
24137 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24138 about behavior of set-buffer-modified-p wrt redisplay.
24139
241402000-03-19 Richard M. Stallman <rms@gnu.org>
24141
24142 * view.el (view-mode-disable): Kill local binding of view-read-only.
24143
241442000-03-18 Gerd Moellmann <gerd@gnu.org>
24145
86f6474c 24146 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
24147 is a string, convert it to a syntax cell using string-to-syntax.
24148
24149 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24150 (string-to-syntax): New function.
24151
24152 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24153 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24154 try to use passive ftp mode.
24155
241562000-03-17 Gerd Moellmann <gerd@gnu.org>
24157
24158 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24159
24160 * simple.el (append-to-buffer): Update point of windows after
24161 insertion.
24162
24163 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24164 forward then moving backward. Reindent.
24165
24166 * frame.el (other-frame): Call x-focus-frame only if
24167 focus-follows-mouse is off.
24168
241692000-03-17 Dave Love <fx@gnu.org>
24170
86f6474c 24171 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
24172
241732000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24174
24175 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24176 regexp for labels cannot span several lines.
24177
24178 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24179 `(setq :<key> ':<key>)' to the macro expansion.
24180
241812000-03-16 Dave Love <fx@gnu.org>
24182
24183 * progmodes/f90.el (f90): Put custom group under `languages', not
24184 `fortran'.
24185 (f90-mode-hook): Customize.
24186 (f90-mode): Set add-log-current-defun-function.
24187 (f90-current-defun): New function.
24188
241892000-03-16 Gerd Moellmann <gerd@gnu.org>
24190
24191 * cus-edit.el (custom-variable-tag-face): Handle case that
24192 default face's height is not a number.
24193 (custom-face-tag-face, custom-group-tag-face-1)
24194 (custom-group-tag-face): Ditto.
24195 (custom-group-tag-face-1): Add :group.
24196
24197 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24198
241992000-03-15 Gerd Moellmann <gerd@gnu.org>
24200
24201 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24202 requiring easymenu.
24203
242042000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24205
24206 * ps-print.el: PostScript user-defined prologue, PostScript error
24207 handler, doc fix.
24208 (ps-print-version): New version number (5.1).
24209 (ps-user-defined-prologue, ps-error-handler-message)
24210 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24211 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24212 (ps-insert-string): New function.
24213
242142000-03-15 Kenichi Handa <handa@etl.go.jp>
24215
24216 * international/ccl.el (ccl-compile-expression): Don't generate
24217 invalid self-assignment code.
24218
242192000-03-14 Dave Love <fx@gnu.org>
24220
24221 * subr.el (replace-regexp-in-string): Renamed from
24222 replace-regexps-in-string. Doc fix.
24223
242242000-03-12 Dave Love <fx@gnu.org>
24225
24226 * cus-edit.el: Doc fixes.
86f6474c 24227 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
24228 (custom-variable-tag-face, custom-face-tag-face)
24229 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24230 style which user identify as hyperlink.
24231 (hook): Don't add undefined functions to the hook.
24232 (debug-ignored-errors): Transfer message from bindings.el.
24233
242342000-03-12 Gerd Moellmann <gerd@gnu.org>
24235
86f6474c
SM
24236 * recentf.el (recentf-keep-non-readable-files-p):
24237 Remove double/nested definition.
a30eb617
DL
24238
242392000-03-12 Dave Love <fx@gnu.org>
24240
24241 * facemenu.el (facemenu-get-face): Use display-color-p.
24242 * enriched.el (enriched-decode-foreground): Likewise.
24243 (enriched-decode-background): Likewise.
24244 * isearch.el (isearch-highlight): Likewise.
24245 * info-look.el (info-lookup): Likewise.
24246 * simple.el (completion-setup-function): Likewise.
24247
24248 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24249 :options.
24250
24251 * bindings.el (mode-line-format): Fix line-number and
24252 column-number items. Add help-echo for the background.
24253 (mode-line-mule-info): Modify help-echo.
24254
24255 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24256
24257 * files.el (load-file): Allow completion to .elc.
24258
24259 * man.el: Doc fixes.
24260 (Man-init-defvars): Use display-color-p to set fontification.
24261
24262 * play/hanoi.el (hanoi-internal): Don't use oddp.
24263
242642000-03-12 Gerd Moellmann <gerd@gnu.org>
24265
24266 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24267
24268 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24269
242702000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24271
24272 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24273 Fix comment.
24274
242752000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24276
24277 * font-lock.el (font-lock-keywords): Fix the doc now that
24278 regexp-opt-depth is unnecessary.
24279 (save-buffer-state): Set an edebug spec.
24280 (font-lock-fontify-anchored-keywords): Properly handle the case when
24281 the matcher goes past the limit.
24282
24283 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24284 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24285
24286 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24287 dll.el and cookie.el (from Elib) with heavy renaming and other
24288 massaging.
24289
24290 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24291 Autoload the functions used.
24292 (easy-mmode-define-syntax): Fix CL typo.
24293 (easy-mmode-define-derived-mode): Improve the docstring generation.
24294
242952000-03-10 Gerd Moellmann <gerd@gnu.org>
24296
24297 * textmodes/texinfo.el (texinfo-version): Variable and function
24298 removed.
24299
243002000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24301
24302 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24303 allow more flexibility.
ff39b9a1 24304 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
24305 (easy-mmode-defmap, easy-mmode-defsyntax)
24306 (easy-mmode-define-derived-mode): New macros.
24307
243082000-03-09 Didier Verna <didier@xemacs.org>
24309
24310 * rect.el (replace-rectangle): New function.
24311
243122000-03-09 Dave Love <fx@gnu.org>
24313
ff39b9a1 24314 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
24315 (fortran-comment-line-start-skip): Don't match cpp stuff.
24316 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24317 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24318 (fortran-mode): Don't set fortran-comment-line-start-skip,
24319 fortran-comment-line-start here. Set comment-start,
24320 add-log-current-defun.
24321 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24322 (fortran-current-defun): New function.
24323
243242000-03-09 Gerd Moellmann <gerd@gnu.org>
24325
24326 * emacs-lisp/re-builder.el: New file.
24327
24328 * mouse.el (mouse-drag-region): Don't run up-event handler
24329 if hscroll has changed.
24330
24331 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24332 builtin operators, use `font-lock-builtin-face' for Emacs and
24333 `font-lock-preprocessor-face' otherwise.
24334
24335 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24336 `(defun (setf foo)' differently.
24337
243382000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24339
24340 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24341 (regexp-opt): Update comment and adapt the code the new meaning of
24342 the `paren' argument of regex-opt-group for shy-groups.
24343 (regexp-opt-depth): Handle shy groups as well as backslashed
24344 backslashes.
24345 (regexp-opt-group): Turn the leading comment into a docstring.
24346 Allow `paren' to be a string (the string to use to open a group).
24347 Remove open-presuf and close-presuf. Instead of checking for `all
24348 one-char' and then later on check for `several one-char', handle
24349 both cases close together. Also apply a more generic algorithm
24350 for suffixes (the mirror image of the algorithm used for
24351 prefixes). Use shy-groups. Use nreverse rather than reverse.
24352 (regexp-opt-try-suffix): Removed.
24353
24354 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24355 from comint-mode-map, so we can just inherit from it. Also, move
24356 the initialization into the `defvar' since there's no docstring
24357 anyway and it's fairly short.
24358 (inferior-scheme-mode): Define it as derived-mode: the code is
24359 shorter and this way we inherit from comint-mode-map rather than
24360 copying it.
24361
24362 * subr.el (replace-regexps-in-string): Properly handle the case
24363 where we match an empty string.
24364
24365 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24366 when the command has a directory component (such as "./testml").
24367 Also fix a typo in the comment.
24368
243692000-03-08 Gerd Moellmann <gerd@gnu.org>
24370
24371 * Makefile (compile-files): Compile files one by one because
24372 that's the only way to ensure a clean compilation environment for
24373 each individual file.
24374
24375 * frame.el (other-frame): Call x-focus-frame.
24376
243772000-03-07 Dave Love <fx@gnu.org>
24378
24379 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24380 :require to defcustom.
24381
ff39b9a1 24382 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
24383
24384 * files.el (auto-mode-alist): Add configure.in.
24385
24386 * progmodes/autoconf.el: New file.
24387
243882000-03-07 Gerd Moellmann <gerd@gnu.org>
24389
24390 * mail/mh-e.el: Change maintainer to `none'.
24391
24392 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24393 to remove-hook and add-hook.
24394
243952000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24396
24397 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24398 it as the default.
24399 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24400 (sendmail-send-it): Conditionally add MIME headers specifying the
24401 used character set.
24402
244032000-03-07 Dave Love <fx@gnu.org>
24404
ff39b9a1
SM
24405 * winner.el: Fix keywords, autoload cookies.
24406 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
24407
244082000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24409
24410 * international/mule.el: Modify comment about coding system
24411 property `coding-category'.
24412 (make-coding-system): New argument EOL-TYPE. Pay attention to
24413 coding-category property of PROPERTIES.
24414
ff39b9a1
SM
24415 * international/mule-conf.el (coding-category-utf-8)
24416 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
24417 categories. Include them in the argument for set-coding-priority.
24418
ff39b9a1
SM
24419 * international/mule-cmds.el (reset-language-environment):
24420 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
24421 coding-category-utf-16-le in the argument for set-coding-priority.
24422 (reset-language-environment): Initialize coding-category-utf-8,
24423 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24424
244252000-03-06 Karl Fogel <kfogel@red-bean.com>
24426
24427 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24428 code abstracted out of `bookmark-jump-noselect'. Now tries info
24429 extensions as well as compression extensions.
24430 (bookmark-jump-noselect): Use above new func.
24431
244322000-03-03 Gerd Moellmann <gerd@gnu.org>
24433
24434 * strokes.el: Change maintainer's mail address.
24435
244362000-03-03 Kenichi Handa <handa@etl.go.jp>
24437
24438 * international/mule-diag.el (list-character-sets): Make help-echo
24439 string by substitute-command-keys.
24440 (list-character-sets): Likewise.
24441 (sort-listed-character-sets): Call help-setup-xref.
24442
244432000-03-02 Gerd Moellmann <gerd@gnu.org>
24444
ff39b9a1 24445 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
24446
244472000-03-01 Dave Love <fx@gnu.org>
24448
24449 * help.el (help-xref-go-back): Don't try to set position.
24450
ff39b9a1
SM
24451 * international/mule-diag.el (list-character-sets):
24452 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
24453 (list-character-sets-1): Add help-echo to xrefs.
24454
244552000-03-02 Gerd Moellmann <gerd@gnu.org>
24456
24457 * frame.el (blink-cursor-mode): Switch cursor on when turning
24458 the mode off.
24459
24460 * add-log.el (add-log-current-defun): Add support for
24461 Autoconf mode.
24462
24463 * mail/rmail.el (rmail-quit-hook): New variable.
24464
244652000-03-01 Dave Love <fx@gnu.org>
24466
24467 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24468
24469 * help.el (help-xref-button): Add help-echo arg.
24470 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24471
ff39b9a1 24472 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 24473
ff39b9a1 24474 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
24475
244762000-03-01 Gerd Moellmann <gerd@gnu.org>
24477
24478 * image.el (defimage): Look for image files in load-path.
24479
ff39b9a1 24480 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
24481
244822000-03-01 David Ponce <david.ponce@wanadoo.fr>
24483
ff39b9a1 24484 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
24485
244862000-03-01 David Ponce <david.ponce@wanadoo.fr>
24487
ff39b9a1 24488 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
24489 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24490 action to select/unselect a file.
24491 (recentf-edit-list): Code cleanup and improvement.
24492 (recentf-open-more-files-action): `recentf-open-more-files' button
24493 widget action to open a file.
ff39b9a1 24494 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
24495 (recentf-more-collection): Deleted.
24496 (recentf-more-history): Deleted.
24497 (recentf-setup-more-completion): Deleted.
24498
244992000-03-01 David Ponce <david.ponce@wanadoo.fr>
24500
24501 * recentf.el (recentf-mode): No more needs that Emacs is running
24502 under a window-system.
24503
ff39b9a1 245042000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24505
24506 * recentf.el (recentf-edit-list): New command to edit the recent
24507 list which allow the user to remove files.
24508 (recentf-edit-selected-items): New global variable, used by
24509 `recentf-edit-list' to hold the list of files to be removed from
24510 the recent list.
24511 (recentf-make-menu-items): Updated to display a "Edit list..."
24512 menu item. Minor code cleanup.
24513
ff39b9a1 245142000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24515
24516 * recentf.el (recentf-open-more-files): New command to open files
24517 that are not displayed in the menu.
24518 (recentf-more-collection): New global variable holding the set of
24519 permissible completions used by `recentf-open-more-files'.
24520 (recentf-more-history): New global variable holding the history list
24521 used by `recentf-open-more-files' completion.
24522 (recentf-setup-more-completion): New function to setup completion for
24523 `recentf-open-more-files'.
24524 (recentf-make-menu-items): Updated to display a "More..." menu item.
24525
ff39b9a1 245262000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24527
24528 * recentf.el (recentf-menu-action): Doc fixed.
24529
ff39b9a1 245302000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24531
24532 * recentf.el (recentf-menu-filter): Doc updated.
24533 (recentf-update-menu-hook): Allow menu filters to force menu update.
24534 (recentf-make-menu-items): New menu filter handling.
24535 (recentf-make-menu-item): New helper function.
24536 (recentf-menu-elements): New menu handling function.
24537 (recentf-sort-ascending): Updated to new menu filter handling.
24538 (recentf-sort-descending): Updated to new menu filter handling.
24539 (recentf-sort-basenames-ascending): New menu filter function.
24540 (recentf-sort-basenames-descending): New menu filter function.
24541 (recentf-show-basenames): New menu filter function.
24542 (recentf-show-basenames-ascending): New menu filter function.
24543 (recentf-show-basenames-descending): New menu filter function.
24544
245452000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24546
24547 * diary-lib.el (list-diary-entries): Don't try to go forward at
24548 the end of the buffer.
24549
245502000-02-29 Kenichi Handa <handa@etl.go.jp>
24551
ff39b9a1
SM
24552 * international/mule-diag.el (list-character-sets):
24553 Completely rewritten.
a30eb617
DL
24554 (sort-listed-character-sets): New function.
24555 (list-character-sets-1): Completely rewritten.
24556 (list-character-sets-2): New function.
24557 (non-iso-charset-alist): New variable.
24558 (decode-codepage-char): New function.
24559 (charset-history): New variable.
24560 (read-charset) (list-block-of-chars)
24561 (list-iso-charset-chars)
24562 (list-non-iso-charset-chars)
24563 (list-charset-chars): New functions.
86f6474c 24564 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
24565 (dump-charsets): Likewise.
24566
245672000-02-29 Gerd Moellmann <gerd@gnu.org>
24568
24569 * dired-x.el (dired-filename-at-point): Add `@' to valid
24570 file name characters.
24571 (dired-filename-at-point): Handle ange-ftp file names.
24572
24573 * frame.el (frame-notice-user-settings): Use assq-delete-all
24574 instead of assoc-delete-all.
24575 (frame-notice-user-settings): Ditto.
24576
24577 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24578 Don't copy alist.
24579
245802000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24581
24582 * calculator.el (calculator-use-menu): New option.
86f6474c 24583 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
24584 (calculator-forced-input): Removed.
24585 (calculator-restart-other-mode): New variable.
24586 (calculator-mode-map): Set up menu.
24587
245882000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24589
86f6474c 24590 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
24591
245922000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24593
86f6474c 24594 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 24595 translate all ESC key sequences.
86f6474c 24596 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 24597 they were saved.
86f6474c
SM
24598 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24599 * viper-util.el (viper-set-replace-overlay-glyphs)
24600 (viper-set-replace-overlay): Always check if the replacement
a30eb617 24601 overlay is live.
86f6474c
SM
24602 * viper.el (viper-vi-state-mode-list): Add major modes.
24603 * ediff-wind.el: Minor comment changes.
24604 * ediff.el: Copyright notice date fix.
a30eb617
DL
24605
246062000-02-27 Jason Rumney <jasonr@gnu.org>
24607
24608 * faces.el (face-font-family-alternatives): Add arial to helv.
24609 (mode-line, header-line, tool-bar): Same default as x for w32.
24610 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24611 face-font-family-alternatives from working.
24612 * term/w32-win.el (mouse-set-font): Do not build fontset from
24613 chosen font.
24614
246152000-02-25 Sam Steingold <sds@goems.com>
24616
24617 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24618 properly.
24619
246202000-02-25 Richard M. Stallman <rms@gnu.org>
24621
24622 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24623
246242000-02-25 Gerd Moellmann <gerd@gnu.org>
24625
86f6474c 24626 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
24627
24628 * frame.el (busy-cursor-delay-seconds): New option.
24629
246302000-02-24 Gerd Moellmann <gerd@gnu.org>
24631
24632 * frame.el (show-cursor-in-non-selected-windows): New option.
24633
246342000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24635
24636 * diary-lib.el (include-other-diary-files): Undo the selective
24637 display in any included file and don't kill it.
24638
246392000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24640
86f6474c
SM
24641 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24642 Menu items converted to (menu-item format, help strings added.
a30eb617 24643 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 24644 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
24645 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24646
246472000-02-23 Dave Love <fx@gnu.org>
24648
24649 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24650 (backward-kill-word): Revert addition of * to interactive spec --
24651 it's a feature.
24652
24653 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24654 (backward-kill-sentence, kill-sentence): Likewise.
24655
24656 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24657 scratch buffer name.
86f6474c 24658 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
24659
24660 * term/w32-win.el (internal-face-interactive): Update prompt for
24661 new read-face-name.
24662
24663 * mail/footnote.el (footnote): Add :version to defgroup.
24664 (footnote-section-tag-regexp): Customize.
24665 (footnote-start-tag, footnote-end-tag): New option.
24666 (footnote-latin-regexp): New variable.
24667 (Footnote-latin): New function.
24668 (footnote-style-alist): Add element for latin style.
24669 (footnote-style): Moved.
24670 (Footnote-goto-footnote): Use eq to test arg.
24671
24672 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24673
24674 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24675 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
24676 (byte-optimize-quote, byte-optimize-lapcode):
24677 Use byte-compile-const-symbol-p.
a30eb617
DL
24678 (byte-optimize-char-before): New optimization.
24679
24680 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24681 (byte-compile-const-symbol-p): New function.
24682 (byte-compile-constp, byte-compile-out-toplevel)
24683 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24684 Use it.
24685
24686 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24687
246882000-02-23 Kenichi Handa <handa@etl.go.jp>
24689
24690 * international/encoded-kb.el: Be sure to update minor-mode-alist
24691 and minor-mode-map-alist.
24692 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24693 codes SS2 and SS3 correctly.
24694 (encoded-kbd-self-insert-ccl): New function.
24695 (encoded-kbd-setup-keymap): New function.
24696 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24697 by calling encoded-kbd-setup-keymap.
24698
86f6474c
SM
24699 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24700 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
24701
247022000-02-22 Dave Love <fx@gnu.org>
24703
24704 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 24705 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
24706 (lisp-mode-syntax-table): Set up for #|...|# comments.
24707 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24708 classes. Match `defface'.
24709 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24710 (eval-defun-1): Fix for defcustom.
24711 (lisp-indent-region): Doc fix.
24712
24713 * subr.el (when, unless, split-string): Doc fix.
86f6474c 24714 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
24715 (replace-regexps-in-string): New function.
24716
247172000-02-22 Gerd Moellmann <gerd@gnu.org>
24718
24719 * help.el (describe-variable): Set syntax table to
24720 emacs-lisp-mode-syntax-table when moving forward over the
24721 symbol's name.
24722
247232000-02-22 Dave Love <fx@gnu.org>
24724
24725 * xt-mouse.el: Doc fixes.
24726 (xterm-mouse-position-function): New function, replacing advice of
24727 mouse-position.
24728 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24729
24730 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24731
247322000-02-21 Gerd Moellmann <gerd@gnu.org>
24733
86f6474c 24734 * format.el (format-annotate-single-property-change):
5e442abf 24735 Handle properties with dotted-list values.
a30eb617
DL
24736 (format-proper-list-p): New function.
24737
24738 * enriched.el (enriched-face-ans): Handle '(foreground-color
24739 . COLOR) and (background-color . COLOR).
24740
247412000-02-20 Dave Love <fx@gnu.org>
24742
24743 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24744 and assignments to it.
24745 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24746 current local map.
24747 (make-flyspell-overlay): Use it.
24748 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24749
24750 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24751 (lm-get-header-re): Defun, not defsubst.
24752 (lm-get-package-name): Defun, not defsubst. Simplify.
24753 (lm-version): Doc fix. Simplify.
24754 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24755 (lm-crack-address, lm-last-modified-date, lm-commentary)
24756 (lm-verify, lm-synopsis): Simplify.
24757 (lm-report-bug): Require emacsbug. Use compose-mail.
24758
247592000-02-20 Gerd Moellmann <gerd@gnu.org>
24760
24761 * dired.el (dired-mode): Call propertized-buffer-identification
24762 to set mode-line-buffer-identification to something having
24763 the right text properties.
24764
24765 * bindings.el (propertized-buffer-identification): New function.
24766
247672000-02-20 Dave Love <fx@gnu.org>
24768
24769 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24770 check for t-mouse too.
24771
24772 * cus-start.el: Make echo-keystrokes `number'.
24773
247742000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24775
24776 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24777 Don't call ring-empty-p unless tags-location-ring is bound.
24778 From Noah Friedman <friedman@splode.com>.
24779
247802000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24781
24782 * progmodes/hideshow.el (hs-flag-region): No longer use
24783 `intangible' overlay property.
24784
24785 (hs-toggle-hiding): New command.
24786 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24787
24788 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24789 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24790 and deactivation.
24791
247922000-02-18 Gerd Moellmann <gerd@gnu.org>
24793
24794 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24795
247962000-02-17 Gerd Moellmann <gerd@gnu.org>
24797
24798 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24799
24800 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24801 of `*' to handle `(* ... *)' comments.
24802
248032000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24804
24805 * faces.el (list-faces-display): Use display-mouse-p instead of
24806 window-system.
24807
24808 * menu-bar.el (global-map): Menu-bar items converted to the new
24809 format (menu-item..., rearranged for better CUA compliance, and
24810 their names changed for better clarity. Help strings added.
24811
24812 * international/mule-cmds.el (mule-menu-keymap)
24813 (describe-language-environment-map, set-coding-system-map)
24814 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
24815 form, add help strings. Change names of menu items for better clarity.
24816 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
24817
248182000-02-17 Gerd Moellmann <gerd@gnu.org>
24819
24820 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24821 within the code.
24822
248232000-02-16 Dave Love <fx@gnu.org>
24824
24825 * faces.el: Don't require custom. Add more specific :groups to
24826 various deffaces.
24827 (set-face-attribute): Purecopy args.
24828 (read-face-name): Default to name at point and use it in prompt.
24829 Remove colon from arg in all callers.
24830 (list-faces-display): Hyperlink to face descriptions and customize
24831 buffers.
24832
248332000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24834
86f6474c 24835 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
24836
248372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24838
24839 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24840 at ':' characters by call to split-string.
24841
248422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24843
24844 * textmodes/bibtex.el: Added RCS version identification.
24845
248462000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24847
24848 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 24849 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
24850 (bibtex-field-const): Allow capital letters.
24851 (bibtex-start-of-string): Deleted because unused.
24852
24853 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24854 use the term 'reference' to describe a bibtex entry as a whole.
24855 Further, reference keys are no longer called 'labels'.
24856 (bibtex-keys): Renamed to bibtex-reference-keys.
24857 (bibtex-reformat-previous-labels): Renamed to
24858 bibtex-reformat-previous-reference-keys.
24859 (bibtex-reference-type): Renamed to bibtex-entry-type.
24860 (bibtex-reference-head): Renamed to bibtex-entry-head.
24861 (bibtex-reference-maybe-empty-head): Renamed to
24862 bibtex-entry-maybe-empty-head.
24863 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24864 (bibtex-search-reference): Renamed to bibtex-search-entry.
24865 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24866 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
24867 (bibtex-entry-field-alist, bibtex-entry-head)
24868 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24869 (bibtex-map-entries, bibtex-search-entry)
24870 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24871 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24872 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24873 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24874 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24875 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24876 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
24877
248782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24879
24880 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24881 comment.
24882 (bibtex-format-field-delimiters): New function, functionality
24883 extracted from bibtex-format-entry.
24884 (bibtex-autokey-get-yearfield-digits): New function, functionality
24885 extracted from bibtex-autokey-get-yearfield.
24886
24887 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24888 entries in order to avoid stack overflow in the regexp matcher if
24889 field contents become large.
86f6474c
SM
24890 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24891 (bibtex-field-string-part-not-braced)
24892 (bibtex-field-string-part-no-inner-braces)
24893 (bibtex-field-string-part-1-inner-brace)
24894 (bibtex-field-string-part-2-inner-braces)
24895 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24896 (bibtex-field-string-quoted, bibtex-field-string)
24897 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24898 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24899 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24900 Deleted as parsing is now performed by the following functions.
24901 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24902 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24903 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24904 (bibtex-parse-association, bibtex-field-name-for-parsing)
24905 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24906 (bibtex-search-forward-field, bibtex-search-backward-field)
24907 (bibtex-start-of-field, bibtex-end-of-field)
24908 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24909 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24910 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24911 (bibtex-parse-string, bibtex-search-forward-string)
24912 (bibtex-search-backward-string, bibtex-start-of-string)
24913 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24914 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24915 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
24916 entries. Instead of reporting the results of the parsing by
24917 match-beginning or match-end, these functions return data structures
24918 that hold the corresponding positions.
24919 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
24920 return values rather than by match-beginning or match-end.
24921 The following functions have been adapted to use the new
24922 parsing functions.
24923 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24924 (bibtex-enclosing-field, bibtex-format-entry)
24925 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24926 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24927 (bibtex-print-help-message, bibtex-end-of-entry)
24928 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24929 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24930 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24931 Use the new method for parsing.
24932 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24933 (bibtex-map-entries, bibtex-flash-head)
24934 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24935 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24936 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24937 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24938 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24939 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24940 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24941 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
24942
249432000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24944
24945 * textmodes/bibtex.el: Copyright notice is up to date.
24946 Added constant 'bibtex-maintainer-salutation.
24947
86f6474c 24948 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
24949 than make-temp-name, use match-string-no-properties and eliminate
24950 a quadratic behavior when building bibtex-strings.
24951
24952 * bibtex.el (bibtex-reference-key): Accept string entries whose
24953 reference key contains upper case letters.
24954
249552000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24956
24957 * bibtex.el (bibtex-reference-head): Allow entries to start with
24958 a new line.
24959
249602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24961
24962 * bibtex.el: Hiding of entry bodies is not longer provided by
24963 bibtex.el directly. Instead the hideshow package can be used.
24964 Added a special bibtex entry to hs-special-modes-alist.
24965 (bibtex-hs-forward-sexp): Added for hideshow.el.
24966
249672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24968
24969 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24970 proceedings entry type (for cross referencing). Thanks to Wagner
24971 Toledo Correa for the suggestion.
24972
24973 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24974
249752000-02-14 Kenichi Handa <handa@etl.go.jp>
24976
24977 * international/characters.el: Setup case table for Vietnamese.
24978
249792000-02-12 Gerd Moellmann <gerd@gnu.org>
24980
24981 * uniquify.el (toplevel): Require CL at compile time.
24982 (uniquify-push): Removed.
24983
24984 * shadowfile.el (shadow-when): Removed.
24985
24986 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 24987 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
24988
24989 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24990 regexp for paragraph-start.
24991
24992 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24993 commas as well.
24994
249952000-02-10 Dave Love <fx@gnu.org>
24996
24997 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24998 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24999 Deleted.
25000 (widget-specify-field, widget-specify-button): Don't use
25001 widget-mouse-help as help-echo property.
25002 (default): Use #'ignore for :validate and :mouse-down-action.
25003 (checkbox): Add help-echo.
25004 (widget-sexp-validate): Rewritten to clarify error messages.
25005 (character): Use char-valid-p in :match function.
25006 (widget-color-complete): Use facemenu-color-alist.
25007 (widget-color-action): Use facemenu-read-color.
25008
25009 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
25010 set up `caar' &c that we now have.
25011
250122000-02-09 Ray Blaak <blaak@gnu.org>
25013
25014 * delphi.el: Make resourcestring a declaration region, like const
25015 and var.
25016
250172000-02-09 Dave Love <fx@gnu.org>
25018
25019 * bindings.el (mode-line-input-method-map): New variable.
25020 (mode-line-mule-info): Use it; fix last change.
25021 (mode-line-mode-menu): Move definition.
25022 (mode-line-mouse-sensitive-p): Deleted.
25023 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 25024 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
25025
25026 * startup.el (command-line-1): Don't call
25027 make-mode-line-mouse-sensitive.
25028
250292000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
25030
86f6474c
SM
25031 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
25032 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
25033
250342000-02-06 Stefan Monnier <monnier@cs.yale.edu>
25035
25036 * diff-mode.el (diff-kill-junk): New interactive function.
25037 (diff-reverse-direction): Use delete-and-extract-region.
25038 (diff-post-command-hook): Restrict the area so that the hook also works
25039 outside of any diff hunk. This is necessary for the minor-mode.
25040 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
25041 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
25042
25043 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
25044 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
25045 so that it can be used more easily in <foo>-mode-hook. Also make sure
25046 to avoid duplicate entries.
25047 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
25048 (font-lock-remove-keywords): Just as was done for `add', allow it to
25049 work even if font-lock-mode is nil. Also make sure we don't modify
25050 any pre-existing list by forcing a copy-sequence. Finally rename
25051 `major-mode' to `mode'.
25052 (font-lock-fontify-syntactic-anchored-keywords)
25053 (font-lock-fontify-anchored-keywords)
25054 (font-lock-fontify-keywords-region): Use line-end-position.
25055 Don't make `font-lock-multiline' local (it's now done in
25056 font-lock-set-defaults).
86f6474c
SM
25057 (font-lock-set-defaults): Make `font-lock-multiline' local.
25058 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
25059
250602000-02-06 Andrew Innes <andrewi@gnu.org>
25061
25062 * term/w32-win.el (x-handle-args): Comment out call to message,
25063 which occurs before window system is initialized.
25064
25065 * makefile.nt: Add support for recompiling lisp code.
25066
250672000-02-04 Dave Love <fx@gnu.org>
25068
25069 * bindings.el (mode-line-mule-info): Fix/extend last change.
25070
25071 * completion.el: Replace completion-dolist with dolist.
25072
86f6474c 25073 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
25074
250752000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
25076
86f6474c 25077 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
25078 environment names before they go into the section regexp.
25079
86f6474c 25080 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
25081 char class in regexp.
25082
86f6474c
SM
25083 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25084 Bind `case-fold-search' to nil.
a30eb617 25085
86f6474c
SM
25086 * progmodes/idlwave.el (idlwave-template):
25087 Respect `idlwave-abbrev-change-case'.
25088 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25089 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25090 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
25091 (idlwave-rw-case): New function.
25092 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 25093 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
25094 (idlwave-surround): New argument LENGTH to support padding of
25095 operators longer than 1 char.
25096
25097 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25098 idlwave-shell-expression-overlay. Implemented printing of
25099 expressions on higher levels of the calling stack.
86f6474c 25100 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
25101 (idlwave-retrieve-expression-from-level): New function.
25102 (idlwave-shell-last-calling-stack): Variable removed.
25103 (idlwave-shell-reset): Argument action reversed (`visible' to
25104 `hidden'). Also remove stop-line overlay.
25105 (idlwave-shell-calling-stack-routine): New variable.
25106 (idlwave-shell-parse-stack-and-display): Messages now display
25107 negative level numbers.
25108 (idlwave-shell-mode): Set `modeline-format'.
25109 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 25110 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
25111 (idlwave-shell-print-expression-function): New option.
25112
86f6474c
SM
25113 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25114 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
25115 `tool-bar' instead of `toolbar'.
25116
251172000-02-02 Dave Love <fx@gnu.org>
25118
25119 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25120 emacs-lisp-mode-hook. Don't check for defalias being defined.
25121
25122 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
25123 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25124 Use the new builtins directly.
a30eb617
DL
25125
25126 * whitespace.el (whitespace): Add :version to defgroup.
25127
25128 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25129 Doc fix.
25130
25131 * thingatpt.el (sexp-at-point, symbol-at-point)
25132 (number-at-point, list-at-point): Add autoload cookie.
25133
25134 * recentf.el (recentf): Add :version to defgroup.
25135
25136 * quickurl.el (quickurl): Add :version to defgroup.
25137
25138 * elide-head.el (elide-head): Use point-marker more.
25139
25140 * bs.el (bs): Add :version to defgroup.
25141
25142 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25143
25144 * progmodes/delphi.el (delphi): Add :version to defgroup.
25145
251462000-02-02 Gerd Moellmann <gerd@gnu.org>
25147
25148 * ange-ftp.el (ange-ftp-write-region): Handle case that
25149 succeeding process operation sets a different coding system.
25150
25151 * calculator.el: New file.
25152
251532000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25154
86f6474c 25155 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
25156 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25157 (display-selections-p, display-screens, display-pixel-width)
25158 (display-pixel-height, display-mm-width, display-mm-height)
25159 (display-backing-store, display-save-under, display-planes)
25160 (display-color-cells, display-visual-class): New functions.
25161
25162 * term/tty-colors.el (tty-color-gray-shades): New function.
25163
25164 * faces.el (display-color-p): Use framep-on-display.
25165 (display-grayscale-p): New function.
25166
251672000-01-31 Dave Love <fx@gnu.org>
25168
25169 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25170 (create-fontset-from-x-resource): Don't concat integers.
25171
251722000-01-31 Inge Frick <inge@nada.kth.se>
25173
25174 * view.el: Some changes in documentation. Removed some trailing
86f6474c 25175 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
25176 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25177 window is not deleted. Modifies change 1998-04-26.
25178
251792000-01-31 Gerd Moellmann <gerd@gnu.org>
25180
25181 * windmove.el: New file.
25182
25183 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25184 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25185 progmodes/ebnf-yac.el: Update copyright and license info.
25186
86f6474c
SM
25187 * jit-lock.el (jit-lock-function): Widen before calculating
25188 end position.
a30eb617
DL
25189 (jit-lock-stealth-chunk-start): Rewritten.
25190
25191 * info.el (Info-title-face-alist): Removed.
86f6474c 25192 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
25193 (Info-fontify-node): Use these faces.
25194
251952000-01-30 Gerd Moellmann <gerd@gnu.org>
25196
25197 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25198 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25199 `&allow-other-keywords'.
25200
25201 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25202 the list of directories scanned heuristically.
25203
86f6474c 25204 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
25205
252062000-01-30 Jason Rumney <jasonr@gnu.org>
25207
25208 * w32-fns.el: Define w32-tty-standard-colors.
25209
25210 * startup.el (command-line): Use w32-tty-standard-colors when in
25211 w32 console mode.
25212
252132000-01-30 Dave Love <fx@gnu.org>
25214
25215 * jka-compr.el (jka-compr-load): Fix up load-history.
25216
25217 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25218
25219 * emacs-lisp/cl-macs.el: Revert previous change.
25220
252212000-01-29 Dave Love <fx@gnu.org>
25222
25223 * facemenu.el: Purecopy various strings.
25224
25225 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25226 years. Deal with three-digit years.
25227
86f6474c
SM
25228 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25229 Use defconst, purecopy.
a30eb617
DL
25230 (help-back-label): Purecopy it.
25231
252322000-01-18 Gerd Moellmann <gerd@gnu.org>
25233
25234 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25235 variable. If non-nil, order the buffer list according to the
25236 currently selected frame.
25237 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25238 non-nil, pass the selected frame to function buffer-list.
25239
252402000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25241
25242 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25243
252442000-01-28 Dave Love <fx@gnu.org>
25245
25246 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25247
25248 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25249 Don't use lisp-indent-hook property.
25250 (cl-abs): Remove.
25251
25252 * subr.el: Move out indent and edebug specs for when and unless.
25253
25254 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25255 when, unless.
25256
25257 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25258 unless, when.
25259
252602000-01-28 Gerd Moellmann <gerd@gnu.org>
25261
25262 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25263 `collecting' as synonym for `collect'.
25264
25265 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25266 for the case it contains spaces.
25267
86f6474c 25268 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
25269
25270 * frame.el (delete-other-frames): New function.
25271 (toplevel): Bind it to C-x 5 1.
25272
25273 * sort.el (sort-numeric-base): New option.
25274 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25275 interpret it as octal or hexadecimal. Use sort-numeric-base
25276 as default base.
25277
25278 * progmodes/glasses.el: New file.
25279
252802000-01-27 Gerd Moellmann <gerd@gnu.org>
25281
25282 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25283 userids differently.
25284
25285 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25286 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25287 progmodes/ebnf-yac.el: New files.
25288
252892000-01-26 Dave Love <fx@gnu.org>
25290
25291 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25292 on a function with an empty body. [From Eric Ludlam.]
25293
252942000-01-25 Andre Spiegel <spiegel@gnu.org>
25295
25296 * vc.el (vc-version-diff): Make sure file name is expanded.
25297
252982000-01-25 Gerd Moellmann <gerd@gnu.org>
25299
25300 * scroll-bar.el (scroll-bar-timer): Variable removed.
25301 (scroll-bar-toolkit-scroll): Don't use a timer.
25302
253032000-01-25 Kenichi Handa <handa@etl.go.jp>
25304
86f6474c
SM
25305 * language/thai-util.el (thai-composition-function):
25306 Delete superfluous `a'.
a30eb617
DL
25307
253082000-01-24 Dave Love <fx@gnu.org>
25309
25310 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25311 end-of-defun-function.
25312
86f6474c 25313 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
25314
253152000-01-22 Jason Rumney <jasonr@gnu.org>
25316
25317 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25318 conflicts with new face support.
25319
253202000-01-22 Richard M. Stallman <rms@gnu.org>
25321
25322 * replace.el (query-replace): Rename last arg to DELIMITED.
25323 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25324 (query-replace-regexp): Likewise.
25325
253262000-01-20 Richard M. Stallman <rms@gnu.org>
25327
25328 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25329
25330 * emacs-lisp/lisp.el (beginning-of-defun-function):
25331 Variable renamed from beginning-of-defun.
25332 Do not call make-variable-buffer-local.
25333 (beginning-of-defun-raw): Use new variable name; doc fix.
25334 (beginning-of-defun): Doc fix.
25335 (end-of-defun-function): Variable renamed from end-of-defun.
25336 Do not call make-variable-buffer-local.
25337 (end-of-defun): Use new variable name; doc fix.
25338
25339 * subr.el (dolist, dotimes): Copied from cl-macs.el
25340 and made to work.
25341
25342 * mail/undigest.el (rmail-digest-end-regexps):
25343 Variable replaces rmail-digest-end-regexp.
25344 Allows multiple regexps for detecting the end line.
25345 (undigestify-rmail-message): Corresponding changes.
25346
253472000-01-19 Dave Love <fx@gnu.org>
25348
25349 * files.el (user-init-file): Don't declare here -- is primitive.
25350
25351 * startup.el (command-line): Check for compiled user-init-file and
25352 set to uncompiled version if necessary.
25353
253542000-01-18 Gerd Moellmann <gerd@gnu.org>
25355
25356 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25357 (undigestify-rmail-message): Use it.
25358
25359 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25360
253612000-01-17 Gerd Moellmann <gerd@gnu.org>
25362
25363 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25364 of mini-buffer.
25365
253662000-01-14 Gerd Moellmann <gerd@gnu.org>
25367
25368 * emacs-lisp/copyright.el (copyright-update): Removed the
25369 requirement for a trailing space from `copyright-regexp', to
25370 support copyrights with owner specified on a separate line..
25371
25372 * align.el: New file.
25373
25374 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25375
25376 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25377
253782000-01-13 Dave Love <fx@gnu.org>
25379
25380 * ph.el: Removed. (Obsoleted by EUDC.)
25381
253822000-01-13 Gerd Moellmann <gerd@gnu.org>
25383
25384 * net/eudc.el (toplevel): Remove autoloaded code installing
25385 menu with easymenu, because that causes build problems.
25386
25387 * frame.el (frame-notice-user-settings): New variable.
25388 (frame-notice-user-settings): Don't modify frame parameters
25389 if called a second time.
25390
253912000-01-13 Richard M. Stallman <rms@gnu.org>
25392
25393 * frame.el (frame-notice-user-settings):
25394 Notice default-frame-parameters even for non-window frames.
25395
253962000-01-13 Gerd Moellmann <gerd@gnu.org>
25397
25398 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25399 for Emacs.
25400 (eudc-bob-can-display-inline-images): Extend for Emacs.
25401 (eudc-bob-toggle-inline-display): Ditto.
25402 (eudc-bob-display-jpeg): Ditto.
25403
254042000-01-12 Gerd Moellmann <gerd@gnu.org>
25405
25406 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25407 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25408 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25409
86f6474c
SM
25410 * add-log.el (add-change-log-entry): Fix error trying an
25411 `(insert nil)'.
a30eb617
DL
25412
25413 * subdirs.el: Add `net' directory.
25414
25415 * net: New directory.
25416
25417 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25418 eval-last-sexp. Don't bind debug-on-error here.
25419 (eval-last-sexp): New function. Bind debug-on-error if
25420 eval-expression-debug-on-error is non-nil.
25421 (eval-defun-2, eval-defun): Likewise.
25422
25423 * simple.el (eval-expression): Don't bind debug-on-error if
25424 eval-expression-debug-on-error is nil. Detect changed
25425 debug-on-error, and propagate new value to global binding, if
25426 eval-expression-debug-on-error is non-nil,
25427 (eval-expression-debug-on-error): Change doc string.
25428
254292000-01-11 Richard M. Stallman <rms@gnu.org>
25430
25431 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25432
25433 * emacs-lisp/lisp-mode.el (with-syntax-table):
25434 Set up lisp-indent-function property.
25435
25436 * subr.el (with-syntax-table): Moved from simple.el.
25437
25438 * simple.el (with-syntax-table): Moved to subr.el.
25439
254402000-01-11 Gerd Moellmann <gerd@gnu.org>
25441
25442 * tmm.el (tmm-shortcut): Delete region after prompt instead
25443 of erasing buffer.
25444
25445 * textmodes/fill.el (fill-common-string-prefix): New function.
25446 (fill-context-prefix): Use the longest common prefix of first
25447 and second line fill prefix, if there is one.
25448
254492000-01-11 Richard M. Stallman <rms@gnu.org>
25450
25451 * array.el (array-mode): Don't use make-variable-buffer-local.
25452 Use make-local-variable for `truncate-lines'.
25453
254542000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25455
25456 * add-log.el (add-log-current-defun): Handle user-defined
25457 add-log-current-function returning nil,
25458
25459 * add-log.el (add-change-log-entry): Insert version number
25460 if having found a current function
25461
86f6474c
SM
25462 * add-log.el (add-log-current-defun):
25463 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
25464 level 1. Strip whitespace from defun found.
25465
254662000-01-10 John Wiegley <johnw@gnu.org>
25467
25468 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 25469 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
25470
254712000-01-10 Dave Love <fx@gnu.org>
25472
25473 * elide-head.el (elide-head): Use point-marker, not point.
25474
254752000-01-10 Gerd Moellmann <gerd@gnu.org>
25476
25477 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25478 before and after the year 2000.
25479
25480 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25481 Add ispell- prefix.
25482
254832000-01-10 Ken Stevens <k.stevens@ieee.org>
25484
25485 * ispell.el: Only define dictionaries in menus when they exist.
25486 (version18p): New variable.
25487 (version20p): New variable.
25488 (xemacsp): New variable.
25489 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25490 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25491 (ispell-dictionary-alist6): Russian command lines no longer accept
25492 run-together words.
25493 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25494 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
25495 (check-ispell-version): Added documentation string. Return library
25496 path when called non-interactively.
a30eb617
DL
25497 (ispell-menu-map-needed): Uses new variables.
25498 (ispell-library-path): New variable.
25499 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25500 (ispell-word): Improved documentation string. Test for valid
25501 character mappings. Correctly check typed in word changes that can
86f6474c
SM
25502 result in single words split into multiple words.
25503 Return replacement word.
a30eb617
DL
25504 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25505 replace in recursive query replace mode. Help message for
25506 recursive edit mode.
25507 (ispell-show-choices): Protect against bad framepop bindings.
25508 (ispell-help): Fix to work with XEmacs.
25509 (ispell-highlight-spelling-error): Use new variables.
25510 (ispell-overlay-window): Fix to work with XEmacs.
25511 (ispell-parse-output): Passed and returns location information
25512 tracking spelling corrections. Doesn't recheck same word on
25513 current line.
25514 (ispell-init-process): Protect against bogus XEmacs variable binding.
25515 Fix call to single argument in sleep-for. Use new variables.
25516 (ispell-region): Passed and returns location information tracking
25517 spelling corrections. Doesn't check same word on current line.
25518 Improved documentation string. Doesn't resend a line already
25519 checked to the ispell process - fixes bug in LaTeX parsing.
25520 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25521 (ispell-skip-region): No longer skips <TT> in SGML.
25522 (ispell-process-line): Tracks location information with spelling
25523 corrections. Added documentation string. Accounts for words
25524 already accepted on this line. Don't allow query-replace on line
25525 starting with math characters. Doesn't resend a line already sent
25526 to ispell process. Fixes alignment error bug.
25527
255282000-01-10 Richard M. Stallman <rms@gnu.org>
25529
25530 * dired-x.el (dired-guess-shell-alist-default):
25531 Suggest xloadimage, which is free, not xv, which isn't.
25532
25533 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25534 Don't ever include the host name or user name in the value.
25535
255362000-01-09 Gerd Moellmann <gerd@gnu.org>
25537
25538 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25539 of a real newline.
25540
255412000-01-09 Stephen Eglen <stephen@gnu.org>
25542
25543 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25544 for .png files.
25545
255462000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25547
25548 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25549
255502000-01-09 Gerd Moellmann <gerd@gnu.org>
25551
25552 * progmodes/cperl-mode.el: Replace ^F with ^L.
25553
86f6474c
SM
25554 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25555 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
25556
255572000-01-08 Dave Love <fx@gnu.org>
25558
25559 * emacs-lisp/backquote.el: Remove inappropriate customization
25560 (allowing custom.el to use backquote).
25561
255622000-01-07 Dave Love <fx@gnu.org>
25563
25564 * add-log.el (add-log-debugging): Deleted.
25565 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25566 file. Remove debugging code.
25567 (change-log-get-method-definition, change-log-name): Add doc.
25568 (change-log-sortable-date-at): New function.
25569 (change-log-merge): New command.
25570
25571 * time.el (display-time-string-forms): Make the Mail string active.
25572 (display-time-update): Provide help-echo for load average.
25573
25574 * bindings.el (make-mode-line-mouse2-map): New function.
25575 (mode-line-modified): Use it and simplify.
25576 (mode-line-mule-info): Provide help-echo info.
25577 (minor-mode-alist): Activate the strings.
25578 (make-mode-line-mouse-sensitive): Simplify for
25579 mode-line-buffer-identification.
25580
255812000-01-07 Gerd Moellmann <gerd@gnu.org>
25582
25583 * play/pong.el: New file.
25584
255852000-01-06 Dave Love <fx@gnu.org>
25586
25587 * array.el: Assorted cleanups for compiler warnings, doc strings,
25588 `array-' prefix for symbols.
25589
255902000-01-05 Dave Love <fx@gnu.org>
25591
86f6474c
SM
25592 * textmodes/outline.el (outline-mode-menu-bar-map):
25593 Add outline-headers-as-kill.
a30eb617
DL
25594 (outline-mode): Define imenu-generic-expression.
25595 (outline-headers-as-kill): New command.
25596
25597 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25598 from paragraph-start.
25599 (paragraph-indent-minor-mode): New command.
25600
25601 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25602 M-C-e, M-C-h, C-j, C-xnd, TAB.
25603 (fortran-mode): Set beginning-of-defun, end-of-defun.
25604 (fortran-column-ruler): Simplify.
25605 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25606 (fortran-with-subprogram-narrowing): Likewise.
25607 (fortran-indent-subprogram): Call mark-defun.
25608 (fortran-check-for-matching-do): Change narrowing.
25609
25610 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25611 (cl-lucid-hash-tag): Delete.
25612 (cl-hash-table-p): Correct test for native table.
25613 (cl-hash-table-count): Use hash-table-count.
25614
25615 * browse-url.el (browse-url): Fix case of
25616 browse-url-browser-function being an alist.
25617
256182000-01-05 Carsten Dominik <cd@gnu.org>
25619
25620 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25621 (reftex-index-phrase-file-extension): New options.
25622
25623 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25624 Use new option `reftex-index-phrase-file-extension'.
25625
25626 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25627 `reftex-parse-file-extension'.
25628
256292000-01-05 Dave Love <fx@gnu.org>
25630
25631 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25632 (beginning-of-defun-raw): Use it.
25633 (end-of-defun): New variable.
25634 (end-of-defun): Use it.
25635 (check-parens): New command.
25636
256372000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25638
25639 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25640 (hs-show-block): Don't use `mapcar' when not accumulating.
25641
25642 Fix buglet in local variables initialization.
25643
256442000-01-05 Andreas Schwab <schwab@suse.de>
25645
25646 * hscroll.el (hscroll): Doc fix.
25647
256482000-01-05 Carsten Dominik <cd@gnu.org>
25649
86f6474c
SM
25650 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25651 Require idlw-toolbar.
a30eb617 25652
86f6474c 25653 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 25654 file idlw-rinfo.el.
86f6474c
SM
25655 (idlwave-customize): Load must read file idlw-shell.el.
25656 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
25657
256582000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25659
25660 * progmodes/idlw-shell.el: Also provide idlwave-shell
25661 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25662 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25663
86f6474c 25664 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
25665 both reftex-dcr and reftex-vcr.
25666
25667 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25668
256692000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25670
25671 * ps-print.el: PostScript code now is in separate files, doc fix.
25672 (ps-print-version): New version number (5.0.3).
25673 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25674 local.
25675 (ps-spool-config): Initialization fix.
25676 (ps-print-prologue-1, ps-print-prologue-2)
25677 (ps-print-duplex-feature): PostScript code moved to separated file.
25678 (ps-background-image): Little code reformating.
25679 (ps-begin-file, ps-begin-job): Fix code.
25680 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25681 (ps-prologue-file): New fun.
25682
256832000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25684
25685 * ps-vars.el: Eliminated.
25686
25687 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25688 `;;;###autoload'.
25689
25690 * ps-print.el: ps-vars eliminated, doc fix.
25691 (ps-print-version): New version number (5.0.2).
25692 (ps-spool-config): Initialization fix.
25693 (ps-print-customize): New fun.
25694
256952000-01-04 Gerd Moellmann <gerd@gnu.org>
25696
86f6474c 25697 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
25698
256992000-01-04 Dave Love <fx@gnu.org>
25700
25701 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25702 menu items.
25703
257042000-01-03 Dave Love <fx@gnu.org>
25705
25706 * elide-head.el (elide-head) [defgroup]: Add :version.
25707
25708 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
25709 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25710 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
25711 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25712
257132000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25714
25715 * faces.el (face-read-integer, read-face-attribute)
86f6474c 25716 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
25717
257182000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25719
25720 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25721 at comment end, and re-insert them after filling.
25722
257232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25724
25725 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25726 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25727 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25728
257292000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25730
25731 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25732 the new name of face-color-supported-p.
25733
25734 * term/w32-win.el (xw-defined-colors): Likewise.
25735
257362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25737
25738 * simple.el (completion-setup-function): Count completion-size
25739 from minibuffer-prompt-end, not from point-min.
25740
257412000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25742
25743 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25744 Pass the frame to tty-color-* functions.
25745 (display-color-p, frame-set-background-mode): Pass the frame to
25746 tty-display-color-p.
25747
25748 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25749 tty-color-alist.
25750 (tty-color-alist, tty-modify-color-alist): New functions.
25751 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
25752 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25753 optional parameter FRAME.
a30eb617
DL
25754
257552000-01-01 Gerd Moellmann <gerd@gnu.org>
25756
86f6474c
SM
25757 * image.el (create-image, defimage): Don't assume image data is
25758 a string.
a30eb617
DL
25759
25760 * image.el (defimage): Handle specifications containing :data
25761 instead of :file.
25762 (image-type-from-data): New function.
25763 (image-type-from-file-header): Use it.
25764 (create-image): Add parameter DATA-P.
25765
25766See ChangeLog.8 for earlier changes.
25767
25768;; Local Variables:
25769;; coding: iso-2022-7bit
25770;; End:
2a34a036
GM
25771
25772 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25773 Copying and distribution of this file, with or without modification,
25774 are permitted provided the copyright notice and this notice are preserved.