(winner-boring-buffers, winner-set): A window which
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
4a81d892
RS
12002-02-26 Richard M. Stallman <rms@gnu.org>
2
3 * rect.el (clear-rectangle-line): Reindent to the same column
4 that move-to-column reached when it tried to go to endcol.
5
6 * icomplete.el (icomplete-exhibit): Use minibuffer-prompt-end.
7
82002-02-26 Ivar Rummelhoff <ivarru@math.uio.no>
9
10 * winner.el (winner-boring-buffers, winner-set): A window which
11 displays a buffer whose name is in the list
12 `winner-boring-buffers', will no longer be restored by
13 `winner-undo'.
14 (winner-sorted-window-list): Used to improve comparison between
15 window configurations.
16 (winner-win-data): Simplified and moved.
17 (winner-conf): Simplified (now uses `winner-win-data').
18 (winner-change-fun, winner-save-old-configurations)
19 (winner-save-(un)conditionally, winner-redo): Changes made while in
20 the minibuffer will be ignored. (Such changes are undone upon
21 exit for the minibuffer, anyway.)
22 (winner-set-conf): Preserve selected window whenever possible.
23 (winner-make-point-alist): Simplified.
24 (winner-mode, winner-save-unconditionally): Save current window
25 configuration on entering minibuffer.
26 (minor-mode-alist): Don't add winner-mode to `minor-mode-alist',
27 since it does not change the overall behavior of Emacs.
28
cb5be6c9
EZ
292002-02-26 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * international/mule-conf.el (compound-text): Renamed back from
32 compound-text-no-extensions.
33 (ctext-no-compositions): Remove the mime-charset property.
34 (compound-text-with-extensions): Renamed from compound-text.
35 (x-ctext-with-extensions, ctext-with-extensions): Renamed aliases.
36
46057f5f
JB
372002-02-26 Juanma Barranquero <lektu@terra.es>
38
39 * faces.el (list-faces-display): Fix typo.
40
6527c9b7
RS
412002-02-25 Richard M. Stallman <rms@gnu.org>
42
43 * frame.el (focus-follows-mouse): Doc fix.
44
f5b92c89
MB
452002-02-26 Miles Bader <miles@gnu.org>
46
47 * mwheel.el (mouse-wheel-mode): Pass vectors instead of symbols
48 to `define-key', since it no longer accepts the latter.
49
42d8c110
JR
502002-02-25 Jason Rumney <jasonr@gnu.org>
51
ed81ee80
JR
52 * term/w32-win.el (mouse-wheel-scroll-line): Use car of
53 mouse-wheel-scroll-amount.
54
3bd7d448
JR
55 * w32-vars.el (mouse-wheel-scroll-amount): Use same definition as
56 mwheel.el.
57
42d8c110
JR
58 * language/japanese.el (iso-2022-jp-2): Add init-bol flag.
59
3c0766fe
AS
602002-02-25 Andre Spiegel <spiegel@gnu.org>
61
62 * vc.el (vc-diff-switches-list): Fix prev change, making the macro
63 consistent with the others that take a backend name as a symbol.
64
5764f671 65 * vc-cvs.el, vc-rcs.el, vc-sccs.el: Fix calls to vc-diff-switches-list.
3c0766fe 66
bb671f9e
KS
672002-02-25 Kim F. Storm <no-spam@cua.dk>
68
69 * comint.el (comint-replace-by-expanded-filename): Do nothing if
70 comint-match-partial-filename returns nil.
71
72 * shell.el (shell-pcomplete-setup-done): New variable.
73 (shell-pcomplete): Use it instead of shell-pcomplete-setup-p.
74 (shell-pcomplete-reverse): Ditto.
75
1426742b
PA
762002-02-25 Per Abrahamsen <abraham@dina.kvl.dk>
77
78 * ps-print.el (ps-print-printer): Added `lpr' customize group
79 member.
80
50ce1f62
JB
812002-02-25 Juanma Barranquero <lektu@terra.es>
82
e4d03691
JB
83 * subr.el (save-match-data): Doc fix.
84
50ce1f62
JB
85 * ielm.el (ielm-prompt): Allow customization; make it read-only.
86
cdf07453
KS
872002-02-25 Kim F. Storm <storm@cua.dk>
88
89 * shell.el (shell-mode-map): Add "Complete" header so completion
90 menu is shown on the menu bar in shell mode.
91
565f89ec
SM
922002-02-25 Stefan Monnier <monnier@cs.yale.edu>
93
94 * ielm.el (ielm-match-data): New var.
95 (inferior-emacs-lisp-mode): Make it buffer-local.
96 (ielm-eval-input): Use it to preserve match-data between inputs.
97
e4d03691 982002-02-24 Juanma Barranquero <lektu@terra.es>
c6a33288
JR
99
100 * ielm.el (inferior-emacs-lisp-mode): Use hexl for the dummy process.
101
42b4edc5
PA
1022002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
103
104 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
105 `custom-buffer' customize group.
106
b66bc4a4
KS
1072002-02-23 Kim F. Storm <storm@cua.dk>
108
109 * help.el (where-is): Use remap-command.
110
111 * help-fns.el (describe-function-1): Use remap-command.
112
113 * subr.el (global-set-key, local-set-key): Undo 2002-02-06
114 change (no longer accept a symbol for the KEY argument).
115
0edda6b8
CW
1162002-02-23 Colin Walters <walters@debian.org>
117
565f89ec 118 * calc/calcalg3.el (calc-invent-variables): Convert integer to string.
120deb3d 119 * calc/calcalg2.el (math-solve-get-sign): Ditto.
0edda6b8
CW
120
121 * ibuffer.el (ibuffer-compile-format): Don't uselessly bind `pt'
122 in generated function.
123
124 * ibuf-ext.el (ibuffer-old-time): Change to hours.
125 (ibuffer-mark-old-buffers): Handle it.
126
565f89ec 127 * shell.el (shell-pcomplete, shell-pcomplete-reverse): New functions.
0edda6b8
CW
128 (toplevel): Bind them.
129 (shell-mode): Don't set `comint-dynamic-complete-functions'; it is
130 not necessary now that we use pcomplete.
131
132 * comint.el: Document how use new pcomplete completion facility.
133
5a7a27be
RS
1342002-02-23 Richard M. Stallman <rms@gnu.org>
135
136 * mail/rmailsum.el (rmail-summary-output): Properly advance
137 to next message, by calling rmail-summary-goto-msg.
138
139 * net/browse-url.el (browse-url-galeon): Specify --existing
140 for an existing window. Use --noraise rather than --no-raise.
141 Don't use -x.
142
a70ea557
EZ
1432002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
144
565f89ec 145 * progmodes/etags.el (find-tag-noselect, find-tag)
a70ea557
EZ
146 (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
147 Fix a typo in doc strings.
148
3a84ed60
RS
1492002-02-20 Deepak Goel <deego@glue.umd.edu>
150
151 * play/snake.el (snake-velocity-queue, snake-update-velocity)
565f89ec 152 (snake-final-x-velocity, snake-final-y-velocity):
3a84ed60
RS
153 New variable and functions. Store user's keypresses
154 into a queue and pop from the queue each subsequent turn.
155 (snake-update-game, snake-move-left)
156 (snake-move-right, snake-move-up, snake-move-down, snake-active-p)
157 (snake-start-game): Use that queue.
158 (snake-use-glyphs-flag): Renamed from snake-use-glyphs.
159 (snake-use-color-flag): Likewise.
565f89ec 160 (snake-mode): Rename uses of those variables.
3a84ed60 161
9feba281
EZ
1622002-02-22 Eli Zaretskii <eliz@is.elta.co.il>
163
164 Support for ICCCM Extended Segments in X selections:
165
166 * international/mule-conf.el (ctext-no-compositions): New coding
167 system.
168 (compount-text-no-extensions): Renamed from compound-text.
169 (x-ctext-no-extensions, ctext-no-extensions): Aliases for
170 compound-text-no-extensions.
565f89ec 171 (compound-text): Redefined using post-read and pre-write conversions.
9feba281
EZ
172
173 * international/mule.el (non-standard-icccm-encodings-alist)
174 (non-standard-designations-alist): New variables.
565f89ec
SM
175 (ctext-post-read-conversion, ctext-pre-write-conversion):
176 New functions.
9feba281 177
f5a55627
AS
1782002-02-21 Andre Spiegel <spiegel@gnu.org>
179
180 Patch by Jonathan Kamens <jik@kamens.brookline.ma.us>.
565f89ec 181
f5a55627
AS
182 * vc.el (vc-default-init-version): Update documentation to
183 indicate that the backend can override the default init version.
184 (vc-register): Use the backend init-version function, if it
185 exists, to determine the initial version of a file.
186 (vc-diff-switches-list): Don't symbol-quote backend, since it's
565f89ec 187 already a symbol. Don't fail if vc-BACKEND-diff-switches isn't bound.
f5a55627
AS
188
189 * vc-hooks.el (vc-mode-line): Set vc-mode to nil if the file is
190 not version-controlled. This is necessary, e.g., if the file has
191 just been reverted, and thus was previously under version control
192 but isn't any longer.
193 (vc-find-file-hook): Likewise.
194
aced8001
AS
1952002-02-21 Andre Spiegel <spiegel@gnu.org>
196
197 Patch by Martin.Lorentzson@telia.com.
565f89ec 198
aced8001
AS
199 * vc-cvs.el (vc-cvs-sticky-date-format-string): New variable.
200 (vc-cvs-sticky-tag-display): New variable.
201 (vc-cvs-mode-line-string): Add sticky-tag to the mode-line.
202 (vc-cvs-checkin): If the input revision is a valid symbolic tag
203 name, we create it as a branch, commit and switch to it.
204 (vc-cvs-retrieve-snapshot): Set file-property sticky-tag.
205 (vc-cvs-valid-symbolic-tag-name-p): New function.
206 (vc-cvs-parse-sticky-tag): New function.
207 (vc-cvs-parse-entry): Added parsing of sticky tags.
208
929e8487
PA
2092002-02-21 Per Abrahamsen <abraham@dina.kvl.dk>
210
211 * toolbar/tool-bar.el (tool-bar-mode): Revert the :init-value to
212 nil, and then explicitly set the standard-value to t.
213
ee803b5b
SS
2142002-02-20 Sam Steingold <sds@gnu.org>
215
216 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
217 since it is used in the menu bar.
218
3a84ed60
RS
2192002-02-20 Richard M. Stallman <rms@gnu.org>
220
221 * simple.el (shell-command-on-region): Display the exit status
222 when a command fails.
223
224 * subr.el (add-hook): Doc fix.
225
226 * frame.el (other-frame): Doc fix.
227
228 * simple.el (yank): Clear `field' property.
229
2302002-02-20 Tom Tromey <tromey@cachet>
231
232 * progmodes/tcl.el (tcl-do-fill-paragraph): Find and fill on more
233 natural paragraph boundaries. Don't fail at beginning of buffer.
234
210f943e
PJ
2352002-02-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
236
237 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
238 call the argument "arg" to match plain next-line and
239 previous-line. From Kevin Ryde <user42@zip.com.au>.
240
a2372cfd
SS
2412002-02-19 Sam Steingold <sds@gnu.org>
242
243 * mwheel.el (mouse-wheel-scroll-amount): Can specify different
244 scroll amounts for different modifiers now.
245 (mwheel-scroll): Handle the new `mouse-wheel-scroll-amount'
246 format properly.
247 (mouse-wheel-mode): Ditto.
248
f1ec0007
EZ
2492002-02-19 Eli Zaretskii <eliz@is.elta.co.il>
250
f8565280
EZ
251 * textmodes/bibtex.el (bibtex-parse-keys): Put save-match-data
252 around function body.
253
f1ec0007
EZ
254 * net/browse-url.el (browse-url-maybe-new-window): Reverse the
255 sense of the comparison, to match the doc strings of functions
256 that use this macro.
257
9b2d1d40
PA
2582002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
259
260 * facemenu.el (describe-text-mode-map): Removed bootstrap kludge.
261
262 * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
263 * menu-bar.el (menu-bar-mode): Ditto.
264
653479ad
AS
2652002-02-18 Andreas Schwab <schwab@suse.de>
266
267 * replace.el (query-replace-regexp-eval): Doc fix.
268
96cc56b5
CW
2692002-02-18 Colin Walters <walters@verbum.org>
270
271 * calc/calcalg2.el (math-solve-get-int): Convert return value from
272 `math-get-from-counter' to a string before calling `concat' on it.
273
274 * calc/calc-maint.el (calc-split-manual): Look for calc.texi.
275 (calc-public-autoloads): Obsolete; remove.
276 (calc-private-autoloads): Ditto.
277 (calc-add-autoloads): Ditto.
278
279 * calc/calc-macs.el (calc-with-default-simplification): Use &rest
280 for body.
281
f7b9d4d1
JR
2822002-02-17 Jason Rumney <jasonr@gnu.org>
283
284 * w32-win.el (x-option-alist, x-long-option-alist)
285 (x-switch-definitions): Remove, use command-line-x-option-alist
286 instead to be consistent with X.
287 (x-handle-initial-switch): New function.
288
9ef4c8ea
EZ
2892002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
290
291 * faces.el (mode-line-inactive, header-line): Add the :inherit
292 attribute for the tty case.
293
78d4f409
RS
2942002-02-17 stanislav shalunov <shalunov@internet2.edu>
295
296 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
297 invoked from Rmail with full headers displayed.
298
be0d25b6
KG
2992002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
300
301 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
302 when repeated.
303 * textmodes/paragraphs.el (mark-paragraph): Ditto.
304
a9c6d330
PA
3052002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
306
307 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
308 (menu-bar-tools-menu): Removed speedbar.
309
310 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
311 and `flyspell-mode' entries.
312
313 * textmodes/flyspell.el (flyspell): Add to ispell group.
314
d39d90c2
KG
3152002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
316
317 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
318 repeated.
319 (mark-defun): Mark more if repeated.
320
9b25ea40
CW
3212002-02-17 Colin Walters <walters@verbum.org>
322
3a84ed60 323 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work.
9b25ea40 324
d22c2211
CW
325 * ibuffer.el (ibuffer-truncate-lines): New option.
326 (ibuffer-mode): Use it.
327
140fb7ff
KS
3282002-02-17 Kim F. Storm <storm@cua.dk>
329
330 * cus-start.el: Add mouse-highlight.
331
386c4076
EZ
3322002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
333
760627fa
EZ
334 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
335
386c4076
EZ
336 * cus-start.el: Add automatic-hscroll-margin and
337 automatic-hscroll-step.
338
5d2200aa
PJ
3392002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
340
3996d07a
PJ
341 * cus-start.el (x-autoselect-window): Allow customization.
342
5d2200aa
PJ
343 * eshell/em-alias.el (eshell-alias-initialize): Do not use
344 make-local-hook.
345
346 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
347
348 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
349
350 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
351
352 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
353
354 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
355
356 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
357
358 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
359
360 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
361
362 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
363
364 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
365
366 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
367
368 * eshell/esh-io.el (eshell-io-initialize): Likewise.
369
370 * eshell/esh-mode.el (eshell-mode): Likewise.
371
372 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
373
374 * eshell/esh-var.el (eshell-var-initialize): Likewise.
375
73a276be
PJ
376 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
377
378 * progmodes/idlwave.el (idlwave-mode): Likewise.
379
380 * textmodes/reftex-sel.el (reftex-select-label-mode)
381 (reftex-select-bib-mode): Likewise.
382
fc909dbb
JW
3832002-02-16 John Wiegley <johnw@gnu.org>
384
385 * eshell/em-hist.el (eshell-hist-initialize): When in the
386 minibuffer, use the global value of `eshell-history-ring', and
387 never save it to disk, or ask to save it to disk. This allows
388 users of session.el to control whether its global state should be
389 persisted or not.
390 (eshell-add-command-to-history): Don't write Eshell's history out
391 to disk, let the governing mode control that upon exit.
392
acc24704 3932002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
fc909dbb
JW
394
395 * eshell/eshell.el (eshell-command): Before reading from the
396 minibuffer, add eshell-add-command-to-history to
397 minibuffer-exit-hook, and remove it after read-from-minibuffer
398 returns.
399
400 * eshell/em-hist.el (eshell-add-input-to-history): New function,
401 with most of the code from eshell-add-to-history.
402 (eshell-add-command-to-history): New function, to record in
403 eshell-history the commands run via eshell-command.
404 (eshell-add-to-history): Call eshell-add-command-to-history to do
405 most of the work.
406
acc24704 4072002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
408
409 * eshell/esh-ext.el (eshell-external-command): Added a fix for
410 XEmacs' new dired.el, which adds a global entry in the
411 `file-name-handler-alist'.
412
acc24704 4132002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
414
415 * align.el (align-region): Added a missing name argument.
416
acc24704 4172002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
418
419 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
420 after the #! of a shell interpretor specification.
421
95bc7904
RS
4222002-02-15 Richard M. Stallman <rms@gnu.org>
423
424 * help.el (describe-key-briefly): Make output in INSERT case
425 look just like what is displayed in the normal case.
426
1b741d9e
AS
4272002-02-15 Andreas Schwab <schwab@suse.de>
428
429 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
430 non-letter after specials.
431
9a45aa3d
EZ
4322002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
433
434 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
435
cad113ae
KG
4362002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
437
438 * simple.el (mark-word): Mark more if repeated.
439 * textmodes/paragraphs.el (mark-paragraph): Ditto.
440 (mark-end-of-sentence): Ditto.
441
bbc562cc
PA
4422002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
443
66c8296f 444 * wid-edit.el (widgetp): Made it more robust.
bbc562cc 445
0e520006
PA
4462002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
447
448 * facemenu.el (describe-text-done): New function.
449 (describe-text-mode-map): New variable.
450 (describe-text-mode-hook): New option.
451 (describe-text-mode): New function.
452 (describe-text-widget): New function.
453 (describe-text-sexp): New function.
454 (describe-text-properties): New function.
455 (describe-text-category): New command.
456 (describe-text-at): New command.
457 (facemenu-menu): Replace `list-text-properties-at' with
a2372cfd
SS
458 `describe-text-at' in the menu.
459
0e520006
PA
460 * wid-edit.el (widgetp): New function.
461 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
a2372cfd 462 Autoloaded.
0e520006
PA
463
464 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
465
466 * wid-browse.el: Removed version and x-url keywords.
467
a48b709b
KS
4682002-02-13 Kim F. Storm <storm@cua.dk>
469
470 * cus-start.el (mode-line-in-non-selected-windows):
471 Allow customization.
472
db54c53a
RS
4732002-02-13 Richard M. Stallman <rms@gnu.org>
474
8df9f2a3
RS
475 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
476 Tell bibtex-parse-keys to output no progress messages.
477
478 * international/mule-diag.el (list-input-methods):
479 Use help-input-method, not describe-input-method, for button type.
480
481 * register.el (describe-register-1): Access register contents here.
482
565f89ec
SM
483 * textmodes/text-mode.el (text-mode-hook-identify):
484 Restore previous definition. Add to text-mode-hook again.
ebda95a2 485
db54c53a
RS
486 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
487 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
488 to avoid needing sendmail.el at run time.
489
490 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
491 Initialization moved up too.
492 (mode-line-modes): Use :propertize.
493 (mode-line-mode-menu-keymap): Var deleted.
494 (mode-line-copied-mode-name): Var deleted.
495 (mode-line-mode-name): Function deleted.
496 (mode-line-mode-menu): Each item now shows its mode line lighter.
497 (minor-mode-alist): Don't call propertize here.
498
099175be
EZ
4992002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
500
565f89ec
SM
501 * progmodes/pascal.el (pascal-imenu-generic-expression):
502 Add menu-title and fix parentheses.
099175be 503
0ac1c4cf
PA
5042002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
505
506 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
565f89ec 507 (menu-bar-options-menu): Don't set default value for `truncate-lines'.
0ac1c4cf 508
f4990970
PA
5092002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
510
511 * menu-bar.el (menu-bar-options-save): Only save
512 `current-language-environment' and `default-input-method' when
513 marked as customized.
514
515 * international/mule-cmds.el
565f89ec
SM
516 (setup-specified-language-environment):
517 Mark `current-language-environment' as customized.
518 (set-input-method): Mark `default-input-method' as customized when
519 called interactively.
f4990970
PA
520 (toggle-input-method): Ditto.
521
80a06d64
CW
5222002-02-11 Colin Walters <walters@verbum.org>
523
524 * ibuffer.el (ibuffer-switch-format): Supply required argument for
525 `ibuffer-current-formats'.
526
acc24704 5272002-02-11 Miles Bader <miles@gnu.org>
53a2f6e1
MB
528
529 * faces.el (mode-line-inactive): Add dark-background variant.
530
4f9b9060
PA
5312002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
532
533 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
534 * menu-bar.el (menu-bar-mode): Ditto.
535 * cus-edit.el (customize-mark-to-save): Always save variables
536 without a standard value.
537
538 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
539 (menu-bar-options-save): Ditto.
540 (menu-bar-showhide-menu): Ditto.
541 (menu-bar-options-menu): Ditto.
9feba281 542 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left)
565f89ec 543 (menu-bar-scroll-bar-none): Remove.
4f9b9060
PA
544 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
545 expressions instead.
546
547 * cus-edit.el (customize-set-value): Return value.
548 (customize-set-variable): Ditto.
549 (customize-save-variable): Ditto.
a2372cfd 550 (customize-set-variable): Load dependencies before setting value.
565f89ec 551 (custom-load-symbol): Autoload it.
4f9b9060
PA
552 (customize-mark-as-set): New function.
553
573a237a
EZ
5542002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * cus-start.el: Don't warn about "x-*" symbols when building a
557 non-GUI version.
558
acc24704 5592002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7cc8aac3 560
a81b56d5
PJ
561 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
562 Doc fix.
563 (strokes-help): Do not use doubled with-output-to-temp-buffer.
564 Fix the help string.
565 (strokes-prompt-user-save-strokes): Fix typo.
565f89ec
SM
566 (strokes-list-strokes): Use proper exit-action argument for
567 view-buffer. Update copyright notice.
a81b56d5 568
7cc8aac3
PJ
569 * international/mule-diag.el: Various doc and message fixes.
570 (non-iso-charset-alist): Add mac-roman. Don't add entries for
571 codepages already present.
572 (list-block-of-chars): Display space for null entries in
573 translation table. Display tab specially.
574 (list-non-iso-charset-chars): Check for null charsets. Use pop
575 for clarity. Don't break 8-bit sets into sections between ranges.
576 (list-charset-chars): Avoid indent-tabs-mode.
577 (describe-char-after): Maybe use the text property for syntax
578 table information. Maybe report char-code-property-table info.
579 Maybe report character's unicode. Tweak printing of list info.
580 (list-input-methods): Add xref buttons.
581 (dump-charsets, dump-codings): Deleted (obsolete).
582 From Dave Love <fx@gnu.org>.
583
acc24704 5842002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d38c4312 585
565f89ec 586 * menu-bar.el (menu-bar-showhide-menu): Rename functions for toggling.
d38c4312 587
b17591a9 5882002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
a2372cfd 589
565f89ec 590 * viper-util.el (viper-read-key-sequence): Fix so it'll read
b17591a9 591 fast key sequences in emacs native mode
565f89ec 592 (viper-events-to-keys): Delete.
a2372cfd 593
565f89ec 594 * viper.el (describe-key, describe-key-briefly): Get rid of
b17591a9
KS
595 viper-events-to-keys.
596
597 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
a2372cfd 598
565f89ec
SM
599 * ediff-wind.el (ediff-setup-control-frame):
600 Use ediff-has-gutter-support.
a2372cfd 601
b17591a9
KS
602 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
603 check if buff is alive.
a2372cfd 604
565f89ec 605 * ediff.el: Typo in comment.
a2372cfd 606
acc24704 6072002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
06f5e6b4
PJ
608
609 * menu-bar.el (menu-bar-options-save): Take care of
610 line-number-mode and column-number-mode variables.
611 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
612 "Show Column Number" in "Show/Hide" menu.
613
f526e65a
RS
6142002-02-09 Richard M. Stallman <rms@gnu.org>
615
616 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
617
cdefda26
KS
6182002-02-09 Kim F. Storm <storm@cua.dk>
619
620 * faces.el (mode-line-inactive): New face for mode-line for
621 non-selected windows.
622 (mode-line): Doc fix: Only used for selected window.
623
b5d40ceb
EZ
6242002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
625
626 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
627 name to "Insert Diary Entry".
628
6a229a63
SM
6292002-02-08 Stefan Monnier <monnier@cs.yale.edu>
630
631 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
632 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
633
b735b2ab
RS
6342002-02-08 Richard M. Stallman <rms@gnu.org>
635
636 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
637
cd01f5b9
AS
6382002-02-08 Andreas Schwab <schwab@suse.de>
639
640 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
641 of point-min.
642
45610c98
EZ
6432002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
644
6a229a63 645 * net/ange-ftp.el (ange-ftp-process-handle-line)
4f759c80
EZ
646 (ange-ftp-set-xfer-size): If the file's size is a float, divide
647 by 1024 instead of using ash.
648
6a229a63
SM
649 * international/mule-cmds.el (select-safe-coding-system):
650 State the buffer's name in the message popped in the *Warning* buffer,
45610c98
EZ
651 and make sure the offending buffer is displayed.
652
001f5583
RS
6532002-02-07 Markus Rost <rost@math.ohio-state.edu>
654
655 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
656
a1970a1d
RS
6572002-02-07 Richard M. Stallman <rms@gnu.org>
658
659 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
660
661 * register.el (list-registers): New command.
662 (describe-register-1): New subroutine, taken out of view-register.
663
6a229a63 664 * emacs-lisp/copyright.el (copyright-regexp):
a1970a1d
RS
665 Delete the unibyte copyright symbol; it's redundant.
666 Fix a spazz in the multibyte encoding here.
667
6682002-02-07 Dave Love <fx@gnu.org>
669
6a229a63 670 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
a1970a1d
RS
671 (cyrillic-encode-alternativnyj-char): Get translation tables from
672 symbol properties, not as variables.
673 (standard-display-cyrillic-translit): Include unicodes.
674
93607efd
KS
6752002-02-06 Kim F. Storm <storm@cua.dk>
676
677 * help.el (where-is): Report remapped commands.
678
679 * help-fns.el (describe-function-1): Ditto.
680
681 * subr.el (global-set-key, local-set-key): Accept a symbol for the
682 KEY argument (like define-key).
683
acc24704 6842002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2642a29e
PJ
685
686 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
687
108eaabb
RS
6882002-02-06 Richard M. Stallman <rms@gnu.org>
689
690 * mail/mailabbrev.el: Require sendmail only at compile time.
691 (mail-mode-header-syntax-table): Var deleted.
692 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
693 (sendmail-pre-abbrev-expand-hook): Only temporarily change
694 local-abbrev-table and the syntax table.
695 Compute mail-abbrev-syntax-table if that has not been done.
696
697 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
698
699 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
700 (debugger-frame-number): Figure out the offset directly.
701 (debugger-setup-buffer): Don't use debugger-frame-offset.
702 (debugger-frame, debugger-frame-clear): Likewise.
703 (debugger-jump): Don't alter debugger-frame-offset.
704
705 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
706 Replace foo-p as var name with foo-flag, not foo-p-flag.
707
708 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
709 (highlight-changes-passive-string): Default to -Chg.
710 (highlight-changes-global-modes): Doc fix.
711
712 * dired.el (dired-get-filename): Add /: when appropriate
713 to avoid taking a local name as remote.
714
715 * files.el (file-name-non-special): Add special handling for
716 file-name-sans-versions, file-name-completion, and
717 file-name-all-completions.
718
719 * isearch.el (isearch-update): Don't update display in kbd macro.
720 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
721
722 * subr.el (force-mode-line-update): Doc fix.
723
6a229a63 724 * subr.el (atomic-change-group, prepare-change-group)
108eaabb
RS
725 (activate-change-group, accept-change-group, cancel-change-group):
726 New functions.
727
728 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
729 (transpose-subr-1): Use atomic-change-group.
730
731 * subr.el (add-minor-mode): Include the mode's lighter string
732 in the minor mode menu item name.
733
734 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
735 rmail-count-screen-lines starting from (point-min).
736
737 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
738 beyond the image height, to use the fancy splash screen.
739
740 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
741 (text-mode): Set text-mode-variant here.
742
e029dcaf
EZ
7432002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
744
745 * play/pong.el (pong-height): Don't use height that exceeds the
746 frame height.
6a229a63 747 (pong-border-options): Make the border colors slightly more bright.
e029dcaf
EZ
748
749 * play/gamegrid.el (gamegrid-display-type): Treat any
750 color-capable display as color-x, if display-color-p is fboundp.
751 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
752 (gamegrid-make-color-tty-face): Use the value of color, not the
753 symbol itself. Don't call gamegrid-color.
754
7ff24607
EZ
7552002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
756
757 * gud.el (gud-refresh): Call recenter only after we are sure we
758 are in the right window.
759
8ff1bc94
PA
7602002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
761
762 * cus-edit.el (customize-mark-to-save): New function.
763 * menu-bar.el (menu-bar-options-save): Rewrote.
764
acc24704 7652002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cfdc786d
PJ
766
767 * cus-start.el (x-use-underline-position-properties):
768 Allow customization.
769
c2792945
EZ
7702002-02-04 Simon Josefsson <jas@extundo.com>
771
6a229a63 772 * dired.el (dired-load-hook, dired-mode-hook)
c2792945
EZ
773 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
774
523304ed
CW
7752002-02-03 Colin Walters <walters@verbum.org>
776
6a229a63
SM
777 * ibuf-ext.el (ibuffer-filter-format-alist)
778 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
779 New variables.
523304ed
CW
780 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
781 is now the Emacs CVS tree.
782 (ibuffer-formats): Doc fix.
6a229a63 783 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
523304ed 784 (ibuffer-current-format): Use them.
6a229a63
SM
785 (ibuffer-recompile-formats, ibuffer-check-formats)
786 (ibuffer-switch-format, ibuffer-update-title):
787 Add support for ibuffer-filter-format-alist.
523304ed 788 (define-ibuffer-column process): Remove unncessary consing.
6a229a63 789
523304ed
CW
790 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
791 for a summary column.
792
471af22c
AS
7932002-02-03 Andreas Schwab <schwab@suse.de>
794
795 * window.el (save-selected-window): Move macro before first use.
e1ff49ba 796 (balance-windows): Fix misplaced parenthesis.
471af22c 797
acc24704 7982002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2188f2d4
PJ
799
800 * calculator.el (calculator-displayers): Doc fixes.
801
acc24704 8022002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0c0d3c65 803
6a229a63
SM
804 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
805 (menu-bar-options-save): Save also the value of `display-time-mode'.
0c0d3c65
PJ
806 (showhide-date-time): New function.
807 (menu-bar-showhide-menu): New menu-item "Date and time".
808
51eacfef 8092002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
46ea0665 810
be813944
EZ
811 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
812 get-file-buffer to check for rmail buffer existence.
813
46ea0665
EZ
814 * term.el (term-emulate-terminal): Extract proper command string
815 which is supplied to term-command-hook.
816
bd3567fa
RS
8172002-02-03 Richard M. Stallman <rms@gnu.org>
818
819 * international/quail.el (quail-help): Don't call help-setup-xref.
820
821 * international/mule-cmds.el (describe-input-method):
822 Call help-setup-xref here.
823 (describe-current-input-method): Doc fix.
824
825 * novice.el (disabled-command-hook): Clarify output text.
826 Indent the paragraph from the command's doc string.
827
828 * dabbrev.el (dabbrev--goto-start-of-abbrev):
829 Exit loop on beginning of field rather than bobp.
830
f04f5c76
EZ
8312002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
832
833 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
834 the message text into the *mail* buffer, and restore the pruned
835 state after that.
836
837 * mail/rmail.el (rmail-redecode-body): Prune the headers before
838 looking for X-Coding-System header, and restore the pruned state
839 before returning.
840
acc24704 8412002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
420cfdf2
PJ
842
843 * cus-edit.el (customize-save-variable): Fix typo in prompt.
844
845 These changes integrate new version of flyspell.el from its
846 maintainer, Manuel Serrano:
847
6a229a63 848 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
420cfdf2
PJ
849 (flyspell-mode-on, flyspell-notify-misspell)
850 (flyspell-small-region, flyspell-external-point-words)
851 (flyspell-large-region): Use it
852 (flyspell-before-incorrect-word-string)
853 (flyspell-after-incorrect-word-string): New user options.
854 (make-flyspell-overlay): Use them.
855 (flyspell-version): New function.
856 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
857 definitions to use :weight.
858 (flyspell-insert-function): New user option.
859 (flyspell-auto-correct-word, flyspell-correct-word)
860 (flyspell-xemacs-correct): Use it.
861 (flyspell-define-abbrev): New function.
862 (flyspell-auto-correct-word, flyspell-correct-word)
863 (flyspell-xemacs-correct): Use it.
864 (make-flyspell-overlay): Use `evaporate' property.
865 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
866 (flyspell-emacs-popup): Use `session' instead of `accept'.
867 (flyspell-auto-correct-previous-pos): New variable.
868 (flyspell-auto-correct-previous-hook)
869 (flyspell-auto-correct-previous-word): New functions.
870
2308fe27
EZ
8712002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
872
873 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
874 don't alter the user's ~/.emacs.
875 (disable-command): If user-init-file is nil or does not exist,
6a229a63
SM
876 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
877 But don't alter the init file if Emacs was invoked as "emacs -q"
2308fe27 878
62cec9fe
SM
8792002-02-01 Stefan Monnier <monnier@cs.yale.edu>
880
40035487
SM
881 * mail/sendmail.el (mail-mode): Undo half of last change.
882
e30ce098
SM
883 * indent.el (indent-for-tab-command): Remove spurious code.
884
62cec9fe
SM
885 * hi-lock.el (hi-lock-find-patterns): Save restriction.
886
cbd5582a
EZ
8872002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
888
889 * calendar/time-date.el: Moved from lisp/gnus.
890
891 * calendar/parse-time.el: Ditto.
892
5e101746
RS
8932002-01-31 Richard M. Stallman <rms@gnu.org>
894
895 * international/iso-acc.el (iso-languages): Fix ", " in French.
896
897 * cus-start.el (history-length): Specify customization for it.
898
899 * emacs-lisp/debug.el (debugger-setup-buffer):
900 When an eval-buffer frame was reading from a buffer,
901 insert indication of the buffer position.
902 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
903 (debugger-frame-clear, debugger-frame): Error on non-frame line.
904
905 * simple.el (shell-command-on-region): Err if no mark
906 before reading the command string.
907
908 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
909 Definitions moved down after hl-line-mode var's definition.
910
911 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
912 (hilit-chg-set-face-on-change): Rename arg.
913 (hilit-chg-make-ov): Detect error earlier.
914
915 * ediff-hook.el: Delete autoload cookies.
916
917 * comint.el (comint-scroll-show-maximum-output): Default is t.
918
919 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
920 (batch-byte-compile-if-not-done): New function.
921
922 * Makefile.in (compile): New target.
923 (compile-always): Renamed from compile-files.
924 (compile-after-backup): Renamed from compile.
925 (bootstrap): Depend on compile-always, not compile-files.
62cec9fe 926
5e101746
RS
927 * emulation/pc-select.el (pc-select-save-and-set-mode):
928 Properly use MODE-VAR.
929
acc24704 9302002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
008cea2c
PJ
931
932 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
933 Version" to "About Emacs".
c2ca4bab
PJ
934 (menu-bar-options-save): Add `default-frame-alist'
935 to saved variables.
936 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
937 of the variable `scroll-bar-mode'.
008cea2c
PJ
938
939 * startup.el (normal-splash-screen, display-splash-screen):
940 New functions (separated from command-line-1).
941 (command-line-1): Use them.
942
f2172a68
EZ
9432002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
944
945 * calendar/calendar.el (generate-calendar-month): Doc fix.
946
acc24704 9472002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1acb1b0c 948
7a4b11ca
PJ
949 * time.el (display-time-mail-directory): New option.
950 (display-time-mail-function): Update doc-string.
951 (display-time-mail-icon): Use XPM image when available.
952 (display-time-string-forms): Use more descriptive text as
953 help-echo property.
954 (display-time-mail-check-directory): New function.
955 (display-time-update): Use it.
956
7df78bc8
SM
957 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
958 Quote `window-system'.
a27aa320 959
1acb1b0c
PJ
960 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
961 Add Keywords header. Update Commentary section.
962 Update copyright notice.
963
964 * menu-bar.el (menu-bar-scroll-bar-right)
965 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
966 (showhide-menu-bar): New functions.
967 (menu-bar-showhide-menu): New submenu "Show/Hide".
968 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
969 "Show/Hide".
970 Update copyright notice.
971
d8359893
EZ
9722002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
973
974 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
975
f5798fbd
RS
9762002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
977
978 * pc-select.el (pc-selection-mode-hook)
979 (pc-select-saved-settings-alist, pc-select-map)
980 (pc-select-saved-global-map, pc-select-key-bindings-alist)
981 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
982 (pc-select-meta-moves-sexps-key-bindings)
983 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
984 New variables.
985 (pc-select-define-keys, pc-select-restore-keys): New functions.
986 (pc-select-add-to-alist, pc-select-save-and-set-var)
987 (pc-select-save-and-set-mode, pc-select-restore-var)
988 (pc-select-restore-mode): New macros.
989 (pc-selection-mode): Completely rewrote the body of the function;
990 the main goal was to make pc-selection-mode "turn-off"-able, like
991 other minor modes. Use define-minore-mode instead of just a
992 defun. Store the key bindings into four alists:
993 pc-select-default-key-bindings, pc-select-extra-key-bindings,
994 pc-select-meta-moves-sexps-key-bindings, and
995 pc-select-tty-key-bindings; then have the pc-select-define-keys
996 function walk those alists instead of calling define-key
997 repeatedly. When the mode is turned on, set the
998 keybindings in global-map and remember the old keybindings; when
999 the mode is turned off, restore the previously-saved keybindings.
1000 (pc-selection-mode defcustom): Reflect the fact that the mode is
1001 now "turn-off"-able.
1002
4c334f5b
EZ
10032002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
1004
1005 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
1006 returns t, don't treat that as an error.
1007
990d68dd
JR
10082002-01-25 Jason Rumney <jasonr@gnu.org>
1009
7df78bc8
SM
1010 * faces.el (face-font-registry-alternatives) [windows-nt]:
1011 Add ms-oemlatin as an alternative for iso8859-1.
1012
10132002-01-25 Stefan Monnier <monnier@cs.yale.edu>
1014
1015 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
1016 args and the absence of an entry. Don't add -f each time.
990d68dd 1017
0011f346
EZ
10182002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
1019
d22f8da4
EZ
1020 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
1021
0011f346
EZ
1022 Support for more than 8 colors on character terminals:
1023
1024 * term/rxvt.el: New file.
1025
1026 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
1027
1028 * term/xterm.el (xterm-standard-colors): New variable.
1029 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
1030 (xterm-rxvt-set-background-mode): New functions.
1031 (toplevel): Call xterm-register-default-colors,
1032 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
1033 Add support for more keys from xterm's terminfo entry.
1034
1035 * facemenu.el (list-colors-display): If the argument is nil, don't
1036 show more colors that the number returned by display-color-cells.
1037
1038 * term/pc-win.el (msdos-color-values): Reverse the order of the
7df78bc8 1039 colors, since tty-color-define now preserves the registration order.
0011f346
EZ
1040
1041 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
1042
1043 * term/tty-colors.el (tty-standard-colors): Reverse the order.
1044 (tty-register-default-colors): New function; code moved from
1045 startup.el's command-line.
1046 (tty-modify-color-alist): Use nconc instead of cons, to preserve
1047 the order the colors where registered.
1048
1049 * frame.el (display-color-cells): Use tty-display-color-cells.
1050
1051 * startup.el (command-line): Call tty-register-default-colors.
1052
75f70c1c
RS
10532002-01-25 Richard M. Stallman <rms@gnu.org>
1054
1055 * subr.el (remove): Doc fix.
1056
59488c6b
RS
10572002-01-24 Richard M. Stallman <rms@gnu.org>
1058
9ade4a7d
RS
1059 * progmodes/compile.el (compilation-handle-exit):
1060 Add a compilation-handle-exit property to the "finished" message.
1061 (compilation-parse-errors): Stop parsing when that property is seen.
1062
1063 * subr.el (substring-no-properties): New function.
1064 (copy-without-properties): Function deleted.
7df78bc8 1065
bfabe882
RS
1066 * term/x-win.el (x-handle-geometry): Put sizes on both
1067 initial-frame-alist and default-frame-alist.
1068
82d3d694
RS
1069 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
1070 for saving .emacs.
1071
1072 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
1073
59488c6b
RS
1074 * calendar/calendar.el (generate-calendar-month): Doc fix.
1075
67ec1c1a
RS
10762002-01-23 Richard M. Stallman <rms@gnu.org>
1077
1acb1b0c 1078 * play/tetris.el (tetris): New defgroup.
b42b4924
SM
1079 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
1080 (tetris-default-tick-period): Convert to defcustom.
67ec1c1a 1081 Added * in docstring to indicate user variable.
b42b4924
SM
1082 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
1083 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
1084 (tetris-buffer-height, tetris-width, tetris-height)
1085 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
1086
10872002-01-22 Stefan Monnier <monnier@cs.yale.edu>
1088
1089 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
1090 and is already matched by adaptive-fill-regexp.
67ec1c1a 1091
9f2e5ef3
RS
10922002-01-22 Richard M. Stallman <rms@gnu.org>
1093
973a0461
RS
1094 * bindings.el (mode-line-copied-mode-name): New variable.
1095 (mode-line-mode-name): Don't modify mode-name itself!
1096 Instead, make a copy and reuse it.
1097
1098 * subr.el (copy-without-properties): New function.
1099
d89b617d
RS
1100 * progmodes/sh-script.el (sh-set-shell): Doc fix.
1101
c69fe360
RS
1102 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
1103 slash if DIR is just slash.
1104
9f2e5ef3
RS
1105 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
1106
5b2977e4
RS
11072002-01-21 Richard M. Stallman <rms@gnu.org>
1108
2db0da92
RS
1109 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
1110
1111 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
1112 Move defvar up.
1113
41b495af
RS
1114 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
1115
5b2977e4
RS
1116 * ibuffer.el: Don't require ibuf-ext at load time.
1117 (ibuffer): Require ibuf-ext here.
1118
17f8ff6a
FP
11192002-01-21 Francesco Potorti` <pot@gnu.org>
1120
1121 * generic-x.el (apache-conf-generic-mode): Highlight the first
1122 word in a line even if preceded by blanks.
1123
8cc0e0cf
RS
11242002-01-21 Richard M. Stallman <rms@gnu.org>
1125
1126 * window.el (window-body-height): Handle minibuffer window specially.
1127 Otherwise, don't return less than 1.
1128
ca64d378
RS
11292002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
1130
1131 * ange-ftp.el: Added support for BS2000, and for raw ftp
1132 login commands (needed in some circumstances).
1133 (ange-ftp-raw-login): New custom var.
1134 (ange-ftp-normal-login): Perform login with raw ftp commands, if
1135 ange-ftp-raw-login is set and account password is needed.
1136 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
1137 (ange-ftp-bs2000-filename-pubset-regexp)
1138 (ange-ftp-bs2000-filename-username-regexp)
1139 (ange-ftp-bs2000-filename-prefix-regexp)
1140 (ange-ftp-bs2000-name-template): New consts.
1141 (ange-ftp-bs2000-short-filename-regexp)
1142 (ange-ftp-bs2000-fix-name-regexp-reverse)
1143 (ange-ftp-bs2000-fix-name-regexp): New consts.
1144 (ange-ftp-bs2000-special-prefix): New custom var.
1145 (ange-ftp-fix-name-for-bs2000)
1146 (ange-ftp-fix-dir-name-for-bs2000): New funs.
1147 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
1148 (ange-ftp-bs2000-posix-hook-installed): New vars.
1149 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
1150 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
1151 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
1152 (ange-ftp-bs2000-filename-regexp): New const.
1153 (ange-ftp-bs2000-additional-pubsets): New custom var.
1154 (ange-ftp-bs2000-cd-to-posix): New fun.
1155
362b0a59
CW
11562002-01-20 Colin Walters <walters@verbum.org>
1157
1158 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
1159 with `byte-compile-dynamic'.
1160 (ibuffer-default-directory, toplevel): Doc files.
1161
acc24704 11622002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
b1ad7c13 1163
3c17e062
PJ
1164 * tempo.el (tempo-define-template): Doc fix.
1165
b1ad7c13
PJ
1166 * scroll-bar.el (scroll-bar-mode): Make argument optional.
1167
aa06cb9c
JR
11682002-01-20 Jason Rumney <jasonr@gnu.org>
1169
1170 * w32-vars.el: New file.
1171
1172 * loadup.el [windows-nt]: Load it.
1173
1174 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
1175 and make them defcustoms.
1176
1177 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
1178
acc24704 11792002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37082f8d 1180
80dadb9e
PJ
1181 * language/tibet-util.el (tibetan-decompose-region)
1182 (tibetan-decompose-string): Fix typo in docstring.
1183
37082f8d
PJ
1184 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
1185
d33c4505
RS
11862002-01-18 Richard M. Stallman <rms@gnu.org>
1187
98bd0dd3
RS
1188 * comint.el (comint-redirect-send-command-to-process):
1189 Restore previous current buffer.
1190
d33c4505
RS
1191 * window.el (window-body-height): New function.
1192
a1e3dda0
RS
11932002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
1194
1195 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
1196 "Finish Function" menu map entries for jdb mode.
1197 (gud-jdb-use-classpath): New customization variable.
1198 (gud-jdb-command-name): Add customization.
1199 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
1200 (gud-jdb-classpath-string): New variable.
1201 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
1202 (gud-jdb-build-source-files-list): Likewise.
1203 (gud-jdb-massage-args): Record any command argument classpath
1204 string in `gud-jdb-classpath-string'.
1205 (gud-jdb-lowest-stack-level): New function, finds bottom of current
1206 java call stack in jdb output.
1207 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
1208 (gud-jdb-parse-classpath-string): New functions.
1209 (gud-jdb-marker-filter): Search/detect classpath information in
1210 jdb's output. marker regexp updated to match oldjdb and jdb output
1211 formats. Expand search for source files to include new/old methods
1212 using new functions above. Do not allow `gud-marker-acc' to grow
1213 without bound.
1214 (jdb): Set classpath information (if available) as jdb is started.
1215 Change `gud-break' and `gud-remove'
1216 to use new %c ("class") escape in format strings. Add
1217 `gud-finish', `gud-up', `gud-down' command string functions, and
1218 add them to the local menu map. Update `comint-prompt-regexp' for
1219 jdb and oldjdb. If attaching to an already running java VM and
1220 configured to use classpath, send command to query for classpath,
1221 else use previous method for finding and parsing java
1222 sources. Set `gud-jdb-find-source' function accordingly.
1223 (gud-mode): Doc fix.
1224 (gud-format-command): Add support for new %c ("class") escape.
1225 (gud-find-class): New function in support of %c escape.
1226
33c18c83
RS
12272002-01-17 Richard M. Stallman <rms@gnu.org>
1228
1229 * ibuf-ext.el: Enable byte-compile-dynamic.
1230
64f41d64
JR
12312002-01-17 Jason Rumney <jasonr@gnu.org>
1232
1233 * term/w32-win.el: Restore conditional require of fontset.
1234
dfb9f8af
RS
12352002-01-16 Richard M. Stallman <rms@gnu.org>
1236
7adfc0d7
RS
1237 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
1238 more or less.
1239 (mouse-drag-region): New function. For a click in the echo area,
1240 show *Messages*.
1241
dfb9f8af
RS
1242 * ibuf-ext.el: Delete the autoloads for functions defined with
1243 ibuffer-specific commands.
1244
1245 * help.el (describe-distribution): Really call view-file.
1246
1247 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
1248 (ange-ftp-get-process): Pass that arg.
1249
1250 * comint.el (comint-simple-send): Fix previous change.
1251
1252 * net/telnet.el (telnet-simple-send): Fix previous change.
1253
17f8ff6a 1254 * progmodes/sql.el (sql-escape-newlines-and-send)
dfb9f8af
RS
1255 (sql-query-placeholders-and-send): Fix previous change.
1256
bbfdedef
CW
12572002-01-16 Colin Walters <walters@verbum.org>
1258
1259 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
1260 URL, Compatibility headers. Update copyright notice.
1261 * ibuf-macs.el (toplevel): Require `cl' when compiling.
1262
bde61f8b
EZ
12632002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
1264
1265 * startup.el (command-line): Set EOL mnemonics for the Mac.
1266
adb92798
AS
12672002-01-16 Andreas Schwab <schwab@suse.de>
1268
1269 * mail/feedmail.el (feedmail): Fix :link spec.
1270
acc24704 12712002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
774f6cf4 1272
5a9af4e1
PJ
1273 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
1274 2 ldapsearch.
1275
53015965
PJ
1276 * net/eudc.el: New maintainer. Change author's address.
1277 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1278 Variables removed.
1279 (eudc-insert-selected): Function removed.
1280 (eudc-select): Reimplemented.
1281 (eudc-expand-inline): Delete the strings only after its expansion
1282 is chosen not before.
1283
1284 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1285 Minor coding style fixes.
1286
1287 * net/eudcb-ldap.el: New maintainer. Change author's address.
1288 (eudc-attribute-display-method-alist): Display mail with
1289 eudc-display-mail.
1290
1291 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1292 * net/eudc-vars.el: New maintainer. Change author's address.
774f6cf4
PJ
1293
1294 * net/eudc-bob.el: New maintainer. Change author's address.
1295 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1296 (eudc-display-mail): New function.
1297 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1298
863fd6a7
RS
12992002-01-15 Richard M. Stallman <rms@gnu.org>
1300
17f8ff6a 1301 * emacs-lisp/autoload.el (make-autoload):
863fd6a7
RS
1302 Don't handle define-ibuffer-column, define-ibuffer-filter,
1303 define-ibuffer-sorter, and define-ibuffer-op.
1304
afb05cf3
RS
13052002-01-14 Richard M. Stallman <rms@gnu.org>
1306
1307 * calendar/calendar.el (diary-date-forms): Doc fix.
1308
3947677c
EZ
13092002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1310
1311 * startup.el (command-line): Register the default tty colors even
1312 if the terminal doesn't seem to support colors.
1313 <tty-long-option-alist>: New option --color.
1314 (tty-handle-args): Parse the --color arg.
1315
1316 * term/tty-colors.el (tty-color-mode-alist): New variable.
1317
ae0bec0b
SM
13182002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1319
1320 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1321 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1322 Use it.
1323 (ange-ftp-hook-function): Preserve match-data.
1324 (ange-ftp-insert-directory): Typo.
1325 (ange-ftp-shell-command): Check if regexp matched.
1326
9c05459c
RS
13272002-01-13 Richard M. Stallman <rms@gnu.org>
1328
ad394bee
RS
1329 * international/mule-cmds.el: help-map bindings moved to help.el.
1330
1331 * help.el (view-echo-area-messages): New function.
1332 (help-map): Add `e' binding. Delete obsolete `d' binding.
1333 Change old Info bindings C-f, C-k and C-i to F, K, S.
1334 Move view-emacs-FAQ from F to C-f.
1335 Move view-emacs-problems from P to C-e.
1336 Bindings moved here from mule-cmds.el.
ae0bec0b 1337 C-l binding for describe-language-environment deleted
ad394bee 1338 (help-for-help): Update for all these changes.
ae0bec0b 1339
9c05459c
RS
1340 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1341
13422002-01-13 Dave Love <fx@gnu.org>
1343
1344 * emacs-lisp/copyright.el: Doc fixes.
1345 (copyright-regexp): Add Latin-9 copyright sign.
1346 Match comment delimiters in year lists.
1347 (copyright-current-year): Initialize to load-time year.
1348
b544496d
AS
13492002-01-13 Andreas Schwab <schwab@suse.de>
1350
1351 * dired-aux.el (dired-do-shell-command): Doc fix.
1352
8a8e19a3 13532002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
cf225974
EZ
1354
1355 * startup.el (command-line-x-option-alist): New options "-fs",
1356 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1357
1358 * term/x-win.el (x-handle-initial-switch): New function.
1359
12a87d0f 13602002-01-13 Colin Walters <walters@debian.org>
ae0bec0b 1361
12a87d0f
CW
1362 * emacs-lisp/autoload.el (make-autoload): Handle
1363 define-ibuffer-column, define-ibuffer-filter,
1364 define-ibuffer-sorter, and define-ibuffer-op.
ae0bec0b 1365
12a87d0f 1366 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
c494f663
CW
1367
1368 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
ae0bec0b 1369
732576c8
RS
13702002-01-12 Richard M. Stallman <rms@gnu.org>
1371
0deef26e
RS
1372 * net/browse-url.el (browse-url-grail):
1373 Use browse-url-maybe-new-window.
1374
732576c8
RS
1375 * net/telnet.el (telnet-simple-send): Handle
1376 comint-input-sender-no-newline like comint-simple-send.
1377
1378 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1379 comint-input-sender-no-newline like comint-simple-send.
1380 (sql-escape-newlines-and-send): Likewise.
1381
1382 * comint.el (comint-input-sender): Doc fix.
1383 (comint-input-sender-no-newline): New variable.
1384 (comint-simple-send): If comint-input-sender-no-newline,
1385 don't output newline, but maybe send eof.
1386 (comint-send-input): New arg NO-NEWLINE.
1387 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
ae0bec0b 1388
acc24704 13892002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
f30fe18b
PJ
1390
1391 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1392 delaying when executing keyboard macros.
1393
8f3f2fe5
RS
13942002-01-12 Richard M. Stallman <rms@gnu.org>
1395
e9cd25fe
RS
1396 * simple.el (line-move): If we can't move enough lines,
1397 go to beginning or end of line.
1398
6ab3cbb5
RS
1399 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1400 and proper window.
1401
1402 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1403 Switch buffers only after calling `help-buffer'.
1404
8f3f2fe5
RS
1405 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1406 only when they are surrounded by whitespace.
1407 Use dired-mark-separator when adding one file name to a command.
1408 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1409 Ask for confirmation if * or ? is not surrounded by whitespace.
1410 (dired-bunch-files): Re-reverse the partial file list when it is used.
1411
14122002-01-12 Richard M. Stallman <rms@gnu.org>
1413
1414 * comint.el (comint-dynamic-list-completions): Repeating the command
1415 after displaying a completion list scrolls the list.
1416
95014d62
EZ
14172002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1418
ef59dd3b
EZ
1419 * files.el (find-file-noselect): Don't consider a buffer as
1420 visiting a file literally if it is in hexl-mode.
1421
95014d62
EZ
1422 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1423
b58e3ca1
RS
14242002-01-11 Richard M. Stallman <rms@gnu.org>
1425
d57966d7
RS
1426 * startup.el (initial-scratch-message): Fix custom type, add group.
1427
b58e3ca1
RS
1428 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1429 around the decode-coding-region call.
1430
1431 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1432 after displaying a completion list scrolls the list.
1433
f3b812da
EZ
14342002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1435
1436 * version.el (emacs-version): Bump to 21.2.50.
1437
df9d055e
TTN
14382002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1439
1440 * play/zone.el (zone-timeout): New var.
1441 (zone-hiding-modeline): New macro.
1442 (zone-call): New func.
1443
1444 (zone): Init `modeline-hidden-level' symbol property.
1445 Use `zone-call' instead of `funcall'.
1446
1447 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1448
1449 (zone-pgm-stress): Use `zone-hiding-modeline'.
1450
1451 (zone-pgm-stress-destress): New zone program.
1452
0e9f0c44
EZ
14532002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1454
1455 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1456
aad1cc5a
RS
14572002-01-09 Richard M. Stallman <rms@gnu.org>
1458
1459 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1460
b93e5ce2 14612002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1462
ae0bec0b 1463 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
b93e5ce2 1464 flyspell-mouse-map.
df9d055e 1465
e3b2eba1
RS
14662002-01-08 Richard M. Stallman <rms@gnu.org>
1467
f3bd3e5f
RS
1468 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1469
e3b2eba1
RS
1470 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1471
1472 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1473
acc24704 14742002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fda1bf2c 1475
ae0bec0b
SM
1476 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1477 Do not use make-local-hook.
fda1bf2c 1478
414ecccc
EZ
14792002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1480
1481 * international/quail.el (quail-start-translation)
1482 (quail-start-conversion): Bind last-command-event, last-command,
1483 and this-command in the first let. This fixes the change from
1484 2000-08-30.
1485
ec781075 14862002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1487
ae0bec0b 1488 * ediff-hook.el: Add an autoload cookie.
df9d055e 1489
acc24704 14902002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
741b7ef3
PJ
1491
1492 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1493 address of the author.
1494
a474d59c
RS
14952002-01-08 Richard M. Stallman <rms@gnu.org>
1496
1497 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1498 (occur-mode-map): Bind `o' to that.
1499
50a07e18 15002002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1501
50a07e18
MK
1502 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1503 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1504 cases. Used to reduce the number of warnings.
df9d055e 1505
ae0bec0b
SM
1506 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1507 (viper-standard-value): Move here from viper.el.
1508 (viper-set-unread-command-events): Move to viper-util.el
1509 (viper-check-minibuffer-overlay): Make sure
50a07e18 1510 viper-minibuffer-overlay is moved to cover the entire input field.
df9d055e 1511
50a07e18 1512 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
ae0bec0b
SM
1513 (viper-read-key-sequence, viper-set-unread-command-events)
1514 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
df9d055e 1515
ae0bec0b 1516 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1517
ae0bec0b 1518 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1519
ae0bec0b 1520 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1521
ae0bec0b
SM
1522 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1523 (viper-event-vector-p): Move to viper-util.el
df9d055e 1524
ae0bec0b 1525 * viper.el (viper-standard-value): Move to viper-cmd.el.
50a07e18
MK
1526 Use viper-cond-compile-for-xemacs-or-emacs.
1527
ae0bec0b 1528 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1529
ae0bec0b 1530 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1531
ae0bec0b
SM
1532 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1533 New macro designed to be used in many places where ediff-emacs-p or
1534 ediff-xemacs-p was previously used. Reduces the number of warnings.
1535 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
50a07e18 1536 of ediff-xemacs-p.
ae0bec0b
SM
1537 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1538 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1539 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1540 Move to ediff-util.el.
1541 (ediff-event-key): Moved here.
df9d055e 1542
ae0bec0b 1543 * ediff-merge.el: Got rid of unreferenced variables.
df9d055e 1544
ae0bec0b 1545 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1546
ae0bec0b
SM
1547 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1548 (ediff-cleanup-mess): Improve the way windows are set up after
50a07e18 1549 quitting ediff.
ae0bec0b
SM
1550 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1551 (ediff-dispose-of-variant-according-to-user): New function
50a07e18 1552 designed to be smarter and also understands indirect buffers.
ae0bec0b
SM
1553 (ediff-highlight-diff-in-one-buffer)
1554 (ediff-unhighlight-diff-in-one-buffer)
1555 (ediff-unhighlight-diffs-totally-in-one-buffer)
1556 (ediff-highlight-diff, ediff-highlight-diff)
1557 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1558 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1559 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1560 Moved here.
1561 (ediff-format-bindings-of): New function by Hannu Koivisto
50a07e18 1562 <azure@iki.fi>.
ae0bec0b 1563 (ediff-setup): Make sure the merge buffer is always widened and
50a07e18 1564 modifiable.
ae0bec0b 1565 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
50a07e18 1566 result of a merge into a file visited by another buffer.
ae0bec0b 1567 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
50a07e18 1568 is visited by another buffer and ask to save/delete that buffer.
ae0bec0b 1569 (ediff-verify-file-merge-buffer): New function to do the above.
df9d055e 1570
ae0bec0b 1571 * ediff-vers.el: Load ediff-init.el at compile time.
df9d055e 1572
ae0bec0b 1573 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1574
ae0bec0b
SM
1575 * ediff.el (ediff-windows, ediff-regions-wordwise)
1576 (ediff-regions-linewise): Use indirect buffers to improve
50a07e18
MK
1577 robustness and make it possible to compare regions of the same
1578 buffer (even overlapping regions).
ae0bec0b
SM
1579 (ediff-clone-buffer-for-region-comparison)
1580 (ediff-clone-buffer-for-window-comparison): New functions.
1581 (ediff-files-internal): Refuse to compare identical files.
1582 (ediff-regions-internal): Get rid of the warning about comparing
50a07e18 1583 regions of the same buffer.
df9d055e 1584
ae0bec0b
SM
1585 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1586 Plus the following fixes courtesy of Dave Love: Doc fixes.
50a07e18
MK
1587 (ediff-word-1): Use word class and move - to the
1588 front per regexp documentation.
1589 (ediff-wordify): Bind forward-word-function outside loop.
1590 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1591 consing buffer contents.
1592 (ediff-goto-word): Move syntax table setting outside loop.
df9d055e 1593
5a6a8d3b
RS
15942002-01-07 Richard M. Stallman <rms@gnu.org>
1595
4de547e4
RS
1596 * dired.el (dired-copy-filename-as-kill): Call kill-append
1597 if following a kill command.
1598
5a6a8d3b
RS
1599 * help-fns.el (describe-variable, describe-function):
1600 Do save-excursion.
1601
acc24704 16022002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
13019081 1603
b4ac0cdb
PJ
1604 * net/ldap.el (ldap-search-internal): Skip error message from
1605 ldapsearch. Allow listing attribute names only. Do not open
1606 non-existent files.
1607
1608 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1609 call non-existent function.
1610
ff41c6f6
PJ
1611 * net/eudc.el (top-level): Revert previous change.
1612
c2e6c8d1
PJ
1613 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1614 variables to prevent warning from byte-compiler.
1615
1616 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1617 string-match on emacs-version again.
1618
687a9f30
PJ
1619 * enriched.el (enriched-make-annotation): Fix the change from
1620 2002-01-05.
1621 (enriched-handle-display-prop): Return proper values.
1622
13019081
PJ
1623 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1624 proper attribute name labeledUri instead of deprecated labeledUrl.
1625
acc24704 16262002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
665e6193
PJ
1627
1628 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1629 editing an empty hotlist.
1630
1631 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1632 Use buffer-string instead of buffer-substring for the whole
1633 buffer.
1634
1635 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1636 not free.
1637
1638 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1639 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1640 (eudc-bob-save-object): Make the buffer unibyte.
1641 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1642 object to external program.
1643
bd635c0e
AS
16442002-01-05 Andre Spiegel <spiegel@gnu.org>
1645
1646 * vc.el (vc-branch-part): Return nil if there's no `.'
1647 (vc-default-previous-version): Renamed from vc-previous-version.
1648 New args BACKEND and FILE. Return nil for revision numbers
1649 without a `.'
1650 (vc-version-diff): Call vc-BACKEND-previous-version.
1651 (vc-steal-lock): Steal lock before composing mail, so that no mail
1652 is sent when the stealing goes wrong. And we'll actually see the
1653 error in that case now.
1654 (vc-finish-steal): Removed.
1655
1656 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1657 the lock, so that we see expanded headers.
1658 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1659 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1660 available from vc.el. Updated all callers.
1661
a62d9f30
RS
16622002-01-05 Richard M. Stallman <rms@gnu.org>
1663
1664 * enriched.el (enriched-make-annotation): Doc fix.
1665
df9d055e
TTN
1666 * format.el (format-replace-strings, format-subtract-regions)
1667 (format-annotate-region, format-annotate-location)
a62d9f30
RS
1668 (format-annotate-atomic-property-change)
1669 (format-annotate-single-property-change): Doc fixes.
1670
44368f8f
JR
16712002-01-05 Jason Rumney <jasonr@gnu.org>
1672
1673 * term/w32-win.el: Require fontset unconditionally.
1674 (w32-handle-scroll-bar-event): Remove.
1675
56a0c173
RS
16762002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1677
1678 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1679 copyrights to be updated.
1680
5c3cb846
EZ
16812002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1682
62993ed6
EZ
1683 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1684 2001-10-24.
1685
5c3cb846
EZ
1686 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1687
acc24704 16882002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
c69b943f
PJ
1689
1690 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1691 entry.
1692 (ldap-ignore-attribute-codings): Change the default value to allow
1693 encoding/decoding of attributes.
1694 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1695
3dc5f18e
RS
16962002-01-03 Richard M. Stallman <rms@gnu.org>
1697
2cce20c0
RS
1698 * files.el (basic-save-buffer): Undo previous change.
1699
5860ba6e
RS
1700 * calendar/diary-lib.el (diary-block): Doc fix.
1701
3dc5f18e
RS
1702 * custom.el (defcustom): Fix syntax of previous change.
1703
121f67fa
EZ
17042002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1705
1706 * custom.el (defcustom): Documented :tag, :link and :load.
1707
6cd4cfc5
EZ
17082002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1709
1710 * mail/sendmail.el (mail-recover-1): New function.
1711 (mail-recover): Switch to the *mail* buffer right away. Use
1712 buffer-auto-save-file-name instead of calling
1713 make-auto-save-file-name. Call dired-noselect instead of invoking
1714 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1715 before reading the auto-save file. If the buffer's auto-save file
1716 does not exist, call mail-recover-1 to allow recovery from past
1717 auto-saved drafts.
1718
acc24704 17192002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cdc51589
PJ
1720
1721 * time.el (display-time-load-average-threshold): Fix defcustom
1722 (add type and group).
1723
1724 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1725 specification from the hostname.
1726
f790dddf
RS
17272002-01-02 Richard M. Stallman <rms@gnu.org>
1728
1729 * facemenu.el (facemenu-active-faces):
1730 Use face-attributes-as-vector, not face-attributes-vector.
1731
0c5e191f
RS
17322002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1733
1734 * xscheme.el: Eleven years of updates on a private copy.
df9d055e 1735
0c5e191f
RS
1736 Extensive changes to support multiple xscheme buffers:
1737 (run-scheme): Break up into new functions to facilitate starting
1738 processes in other buffers.
1739 (xscheme-start, xscheme-read-command-line): New functions.
1740 (start-scheme, select-scheme)
1741 (default-xscheme-runlight)
1742 (global-set-scheme-interaction-buffer)
1743 (local-set-scheme-interaction-buffer)
1744 (local-clear-scheme-interaction-buffer)
1745 (exit-scheme-interaction-mode)
1746 (verify-xscheme-buffer): New functions.
1747 (xscheme-process-name, xscheme-buffer-name)
1748 (xscheme-runlight): New internal vars.
1749 (default-xscheme-runlight): New const.
1750 (xscheme-start-process): Add args for the process/buffer names.
1751 (reset-scheme): Pass process/buffer names.
1752 (scheme-interaction-mode): Initialize new local vars.
1753 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1754 (xscheme-select-process-buffer, xscheme-process-buffer)
1755 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1756 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1757 var xscheme-process-name.
1758 (xscheme-start-process): Initialize xscheme-process-name and
1759 xscheme-buffer-name in the process buffer. Pass buffer name to
1760 xscheme-modeline-initialize.
1761 (xscheme-modeline-initialize): Add argument to specify buffer name
1762 for mode-line vars.
1763 (xscheme-process-sentinel): Make sure sentinel is run in the
1764 process buffer so it sees its local vars.
1765 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1766 elaborate logic to handle multiple-buffer mode lines.
1767
1768 (xscheme-enter-input-wait): Re-enable control-G handler upon
1769 entering input wait.
1770
1771 (scheme-interaction-mode): Add arg to preserve local vars.
1772 (xscheme-enter-interaction-mode)
1773 (xscheme-enter-debugger-mode): Preserve local vars.
1774 (xscheme-start-process): Clobber local vars.
1775
1776 (scheme-interaction-mode-commands): Allow end user to add commands
1777 to scheme-interaction-mode keymap.
1778 (scheme-interaction-mode-commands-alist): New variable.
1779
1780 (xscheme-send-string): Don't use insert-before-markers.
1781
1782 Implement a per-buffer kill ring:
1783 (xscheme-insert-expression)
1784 (xscheme-rotate-yank-pointer, xscheme-yank)
1785 (xscheme-yank-pop, xscheme-yank-push): New functions.
1786 (xscheme-expressions-ring)
1787 (xscheme-expressions-ring-yank-pointer)
1788 (xscheme-expressions-ring-max): New variables.
1789 (xscheme-send-string-1): Call xscheme-insert-expression to save
1790 expression in ring.
1791 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1792 (xscheme-previous-send): Deleted variable.
1793
1794 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1795 xscheme-send-control-g-interrupt): Use process-send-string rather
1796 than send-string.
1797
1798 (xscheme-send-region): Insert a newline after an expression that
1799 is submitted in the interaction buffer, for consistency with
1800 recent changes to Edwin.
1801
1802 (xscheme-delete-output): New function mimics comint-delete-output.
1803 (xscheme-last-input-end): New internal variable.
1804 (xscheme-process-filter-output): Update xscheme-last-input-end.
1805
1806 (xscheme-send-control-g-interrupt): Make sure that
1807 xscheme-control-g-disabled-p is looked up in the right buffer.
1808
1809 (xscheme-enable-control-g): Clear C-g message if visible.
1810 (xscheme-control-g-message-string): New internal var.
1811 (xscheme-send-control-g-interrupt): Use new var.
1812
1813 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1814 after sending interrupt in order to work around race condition.
1815
1816 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1817 (xscheme-send-char): Use xscheme-send-char rather than send-string
1818 to send single char.
1819
1820 (xscheme-process-filter, xscheme-process-filter-alist): Add
1821 support for evaluating expressions outside of the call-excursion.
1822 (xscheme-process-filter:string-action-noexcursion): New func.
1823
1824 (xscheme-write-value): Change output string to match that used by
1825 Edwin.
1826
1827 (xscheme-coerce-prompt): Don't write a space after a command
1828 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1829 for us.
1830
1831 (reset-scheme): Delete process after killing it.
1832
7bc60154
EZ
18332002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1834
1835 * bindings.el (function-key-map): Don't bind shifted keypad
1836 numeric keys.
1837
acc24704 18382002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5e442abf
PJ
1839
1840 * enriched.el (enriched-handle-display-prop): Remove unused
1841 variables.
1842 (enriched-mode): Doc fix.
1843
a4e9932a
EZ
18442002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1845
1846 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1847 Hebrew points.
1848
1996baee
RS
18492002-01-01 Richard M. Stallman <rms@gnu.org>
1850
1851 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1852
741d51eb
RS
18532001-12-31 Richard M. Stallman <rms@gnu.org>
1854
1855 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1856 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1857 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
df9d055e 1858 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
741d51eb
RS
1859 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1860 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1861 Adapt face definitions to use :weight and :slant.
df9d055e 1862
741d51eb
RS
1863 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1864
1865 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1866
1867 * font-lock.el (initializing from font-lock-face-attributes):
1868 Use :weight and :slant, not :bold and :italic.
1869
18702001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1871
1872 * cus-edit.el (custom-face-edit-fix-value): New function.
1873 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1874
acc24704 18752001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99158127
PJ
1876
1877 * progmodes/octave-mod.el (octave-abbrev-table):
1878 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1879 * progmodes/fortran.el (fortran-mode-abbrev-table):
1880 * progmodes/f90.el (f90-mode-abbrev-table):
1881 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1882 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1883 predefined abbrevs as "system" abbrevs.
1884
1b8c66fe
RS
18852001-12-30 Richard M. Stallman <rms@gnu.org>
1886
ef8aee62
RS
1887 * info.el (Info-fontify-node): For a **** underline line, put the
1888 invisible and intangible props on the following newline, but not
1889 on the previous newline or the last char of the previous line.
1890
1891 * faces.el (face-set-after-frame-default): Don't change `default' face.
1892
1893 * faces.el (minibuffer-prompt): Adopt some default colors.
1894
1895 * replace.el (query-replace-read-args): Immediate error if read-only.
1896
df9d055e 1897 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1b8c66fe
RS
1898 Display the output buffer in a more intelligent way.
1899
7ad0c1c3
EZ
19002001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1901
1902 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1903 in accordance with files.el's insert-directory.
1904
0065bb74
RS
19052001-12-29 Richard M. Stallman <rms@gnu.org>
1906
1907 * files.el (basic-save-buffer): If a before-write hook displays
1908 an echo area message, pause before calling basic-save-buffer-1.
1909
44fc58f2
RS
19102001-12-29 Markus Rost <rost@math.ohio-state.edu>
1911
1912 * textmodes/reftex-global.el (reftex-query-replace-document)
1913 (reftex-change-label): Doc fix.
1914
1915 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1916
1917 * progmodes/etags.el (tags-query-replace): Doc fix.
1918
0d8466cc
RS
19192001-12-29 Richard M. Stallman <rms@gnu.org>
1920
1921 * progmodes/compile.el (compile-internal): Fix previous change.
1922
07025a55
RS
19232001-12-28 Richard M. Stallman <rms@gnu.org>
1924
4a4fa24d
RS
1925 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1926 shrink the windows above as necessary to get space.
1927 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1928
1d0653f8
RS
1929 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1930 This fixes a bug that treated all files as directories.
8839c4a6 1931 (ange-ftp-insert-directory): Explicitly follow symlinks.
1d0653f8
RS
1932
1933 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1934 alias symbols--put the translated sequences here directly.
1935
df9d055e
TTN
1936 * progmodes/cc-mode.el (c-mode-abbrev-table)
1937 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1d0653f8
RS
1938 (java-mode-abbrev-table, pike-mode-abbrev-table):
1939 Mark all the predefined abbrevs as "system" abbrevs.
1940
07025a55
RS
1941 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1942 (sendmail-send-it): Check mail-specify-envelope-from
1943 and mail-envelope-from in the mail buffer at start.
1944
31bc27f6
EZ
19452001-12-28 Simon Josefsson <jas@extundo.com>
1946
1947 * mail/sendmail.el (mail-envelope-from): Fix :type.
1948 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1949
4e02881b
RS
19502001-12-28 Richard M. Stallman <rms@gnu.org>
1951
cf3b69c4
RS
1952 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1953
4e02881b
RS
1954 * simple.el (line-move-invisible): New subroutine.
1955 (line-move-to-column): New subroutine--smarter about advancing over
1956 invisible parts of a line, or lines, but only as long as hpos grows.
1957 (line-move-finish): New subroutine: repeatedly processes desired
1958 column, intangibility, and fields.
1959 (line-move): Use those subroutines.
1960 When moving lines downward, skip invisible text first rather than last.
1961
0e842e15
RS
19622001-12-27 Richard M. Stallman <rms@gnu.org>
1963
a228c48e
RS
1964 * international/mule-diag.el (describe-char-after):
1965 Describe the text properties of the char after point.
1966
0e842e15
RS
1967 * help.el (describe-key): Doc fix.
1968
19692001-12-26 Markus Rost <rost@math.ohio-state.edu>
1970
1971 * find-dired.el (find-dired-sentinel): Precede exit message by
1972 two spaces, to match the regexp in dired-between-files.
1973
3058e436
MB
19742001-12-28 Miles Bader <miles@gnu.org>
1975
1976 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1977 images (which are lists too).
1978
b24cd22e
EZ
19792001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1980
1981 * language/european.el: Fix the doc string of "Latin-5" language
1982 environment.
1983
492e159b
RS
19842001-12-26 Richard M. Stallman <rms@gnu.org>
1985
d2fb04df
RS
1986 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1987 defined as before 2001-11-09.
1988 (add-minor-mode call): Specify the keymap.
1989
492e159b
RS
1990 * progmodes/compile.el (compile-internal):
1991 Set TERM variable in process-environment.
1992
da3ab9c7
RS
19932001-12-25 Richard M. Stallman <rms@gnu.org>
1994
5a97a3c2
RS
1995 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1996 the buffer.
1997
da3ab9c7
RS
1998 * startup.el (command-line): Convert command line args
1999 to Emacs internal representation using locale-coding-system.
2000
9ac9525c
EZ
20012001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
2002
2003 * international/fontset.el: Don't require ind-util when compiling.
2004
acc24704 20052001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19d62fda 2006
04b7de79
PJ
2007 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
2008 set-frame-height and set-frame-width instead of set-screen-height
2009 and set-screen-width.
2010
2cb48ea3
PJ
2011 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
2012 of obsolete set-screen-width.
2013
c19813f3
PJ
2014 * locate.el (locate): Remove dot at the end of error argument.
2015
19d62fda
PJ
2016 * emerge.el (emerge-show-file-name): Use frame-height instead of
2017 obsolete screen-height.
2018
04b7de79
PJ
2019 * mail/mh-utils.el (mh-show-msg): Likewise.
2020 (mh-handle-process-error): Use frame-width instead of obsolete
2021 screen-width.
2022
d0fd26dd
RS
20232001-12-25 Richard M. Stallman <rms@gnu.org>
2024
b4c45162
RS
2025 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
2026 to enlarge-window. Use save-selected-window. Don't try
2027 to resize windows that end at the bottom "level".
2028 Retry changing the sizes until the windows get the desired sizes.
2029 Discount the minibuffer when computing total height available.
2030
d0fd26dd
RS
2031 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
2032 (debugger-make-xrefs): Only make a button for the first symbol
2033 on any line.
2034
9e068198
EZ
20352001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
2036
2037 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
2038 Call IT-setup-unicode-display here instead of adding it to
2039 dos-codepage-setup-hook, so that Unicode display tables are set
2040 before dos-codepage-setup-hook runs.
2041
365486d6
RS
20422001-12-24 Richard M. Stallman <rms@gnu.org>
2043
96c01bd4
RS
2044 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
2045 (nslookup-mode-abbrev-table): Don't define it.
2046 (smbclient-mode-abbrev-table): Don't define it.
2047 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
2048 (nslookup-mode, smbclient-mode): Likewise.
2049 (network-connection-service-abbrev-alist): Variable deleted.
2050 (network-connection-mode-setup): Don't set up abbrev table.
2051
7c425d82
RS
2052 * faces.el (minibuffer-prompt): New face.
2053 (minibuffer-prompt-properties): Add `face' property.
2054
365486d6
RS
2055 * replace.el (occur-mode-display-occurrence): New function.
2056 (occur-mode-map): Bind C-o to it.
2057
b9fe4732 20582001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
df9d055e 2059
b9fe4732
MK
2060 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
2061 (viper-special-read-and-insert-char): Make C-m work right in the r
2062 comand.
2063 (viper-buffer-search-enable): Fixed format string.
df9d055e 2064
b9fe4732
MK
2065 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
2066 instead of viper-info-on-file.
2067 (ex-set-visited-file-name): New function.
df9d055e 2068
b9fe4732 2069 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
df9d055e 2070
b9fe4732
MK
2071 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
2072 action argument.
df9d055e 2073
b9fe4732 2074 * ediff-init.el: Fixed some doc strings.
df9d055e 2075
b9fe4732
MK
2076 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
2077 Got rid of make-local-hook.
df9d055e 2078
b9fe4732
MK
2079 * ediff-wind.el (ediff-setup-control-frame): Got rid of
2080 make-local-hook.
df9d055e 2081
67f5954c
RS
20822001-12-23 Richard M. Stallman <rms@gnu.org>
2083
ea8d3061
RS
2084 * term/x-win.el (x-handle-geometry): Put height and width
2085 on default-frame-alist, left and top on initial-frame-alist.
2086 * term/w32-win.el (x-handle-geometry): Likewise.
2087
67f5954c
RS
2088 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
2089
2090 * play/yow.el (yow): Use an arg to distinguish interactive calls,
2091 not interactive-p.
2092
acc24704 20932001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3e99d237
PJ
2094
2095 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
2096 mocklisp entries.
2097
2098 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
2099 Lisp. Obsoleted.
2100
c95eaa61
PJ
2101 * emulation/mlconvert.el: File removed.
2102
2103 * emulation/mlsupport.el: Moved to obsolete.
2104
3e99d237
PJ
2105 * obsolete/mlsupport.el: Moved there from lisp/emulation.
2106
2107 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
2108
2109 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
39cf8566 2110 mocklisp case.
3e99d237
PJ
2111
2112 * help-fns.el (describe-function-1): Remove mocklisp function
2113 case.
2114
9e698fd9
MB
21152001-12-22 Miles Bader <miles@gnu.org>
2116
2117 * textmodes/refill.el (refill-mode): Don't barf when redundantly
2118 turning refill-mode off.
2119
acc24704 21202001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4b05e68d
PJ
2121
2122 * time.el (display-time-load-average-threshold): New variable.
2123 (display-time-update): Use it.
df9d055e 2124
4b05e68d
PJ
2125 These changes allow cycling through past 1, 5 and 15 minutes
2126 load-average displayed in the mode-line.
2127
2128 * time.el (display-time-default-load-average): New customizable option.
2129 (display-time-load-average): New variable.
2130 (display-time-cycle-load-average): New function.
2131 (display-time-update): Use them.
2132
9cc84e31
RS
21332001-12-21 Richard M. Stallman <rms@gnu.org>
2134
2135 * apropos.el (apropos-print): SPACING is now nil or a separator string.
2136 (apropos-documentation, apropos-value): Pass a suitable string.
2137
7f1b5edc
EZ
21382001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2139
05b855f5
EZ
2140 * dired.el (dired-free-space-program, dired-free-space-args):
2141 Aliases for back-compatibility.
2142
4dcd20ec
EZ
2143 * info.el (Info-select-node): If Info-use-header-line is nil, set
2144 header-line-format to nil.
2145 (Info-fontify-node): Don't put a keymap text property on the
066d7e2e
EZ
2146 heading if we are not going to display the header line. Remove
2147 any such text properties left over from past visits to this node.
4dcd20ec 2148
7f1b5edc
EZ
2149 * ls-lisp.el (insert-directory): Insert the amount of free disk
2150 space, like files.el's insert-directory does.
2151
2152 * files.el (directory-free-space-program): Mention
2153 file-system-info in the doc string.
2154 (get-free-disk-space): New function; code moved from
2155 insert-directory.
2156 (insert-directory): Call get-free-disk-space to get the amount of
2157 free space.
2158
d743da26
RS
21592001-12-21 Richard M. Stallman <rms@gnu.org>
2160
64f3b7d3
RS
2161 * help.el (view-order-manuals, view-emacs-news, describe-copying)
2162 (describe-distribution, describe-project): Use view-file.
2163
b6f053c6
RS
2164 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
2165
2633072a
RS
2166 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
2167
df9d055e 2168 * emacs-lisp/easy-mmode.el (define-minor-mode):
d743da26
RS
2169 Make no arg by default in an interactive call,
2170 so that repeating the command toggles again.
2171
2172 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
2173
31877e0a
RS
21742001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
2175
2176 * antlr-mode.el: More sophisticated indentation of cpp directive.
2177 (antlr-indent-at-bol-alist): New user option.
2178 (antlr-indent-line): Use it.
2179 (antlr-indent-style): New user option.
2180 (antlr-mode): Use it.
2181 (antlr-indent-item-regexp): Customize.
2182
2183 * antlr-mode.el: Syntax highlighting changes.
2184 (antlr-font-lock-literal-regexp): New user option.
2185 (antlr-font-lock-syntax-face): New face used for :, |, ....
2186 (antlr-font-lock-default-face): New face.
2187 (antlr-font-lock-additional-keywords): Use them.
2188
2189 * antlr-mode.el: New command to insert options -- variables.
2190 (antlr-mode-map): New binding [C-c C-o].
2191 (antlr-mode-menu): New submenus.
2192 (antlr-options-use-submenus): New user option.
2193 (antlr-tool-version): New user option.
2194 (antlr-options-auto-colon): New user option.
2195 (antlr-options-style): New user option.
2196 (antlr-options-push-mark): New user option.
2197 (antlr-options-assign-string): New user option.
2198 (antlr-options-headings): New variable.
2199
2200 * antlr-mode.el: New command to insert options -- specific.
2201 (antlr-options-alists): New variable.
2202 (antlr-read-value): New function.
2203 (antlr-read-boolean): New function.
2204 (antlr-language-option-extra): New function.
2205 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
2206 (antlr-c++-mode-extra): New function.
2207 (antlr-grammar-tokens): New function.
2208 (antlr-imenu-create-index-function): New optional argument.
2209
2210 * antlr-mode.el: New command to insert options -- functions.
2211 (antlr-insert-option): New command.
2212 (antlr-insert-option-interactive): New function.
2213 (antlr-options-menu-filter): New function.
2214 (antlr-option-kind): New function.
2215 (antlr-scan-lists): New alias.
2216 (antlr-scan-lists-internal): New function.
2217 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
2218 (antlr-option-level): New function.
2219 (antlr-syntactic-grammar-depth): New function.
2220 (antlr-option-location): New function.
2221 (antlr-insert-option-do): New function.
2222 (antlr-option-spec): New function.
2223 (antlr-version-string): New function.
2224 (antlr-insert-option-existing): New function.
2225 (antlr-insert-option-space): New function.
2226 (antlr-insert-option-area): New function.
2227
2228 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
2229 with narrowing. Menu change. Miscellaneous.
2230 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
2231 (antlr-mode-map): New bindings for characters in ":;|&(){}".
2232 (antlr-electric-character): New command.
2233 (antlr-class-header-regexp): New variable.
2234 (antlr-font-lock-additional-keywords): Use it.
2235 (antlr-imenu-create-index-function): Use it.
2236 (antlr-file-dependencies): Use it.
2237 (antlr-indent-line): Also works with restrictions.
2238 (antlr-indent-command): Interactive spec - changes the buffer.
2239 (antlr-language-for-option): Deletia.
2240 (antlr-language-option): New function, defined instead.
2241 (antlr-mode): Use it.
64865454
EZ
22422001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
2243
fcd2ab44 2244 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
d743da26
RS
2245 instead of a literal /dev/null.
2246
2247 * Makefile.in (distclean): Remove Makefile in the build
2248 directory, not in the source directory.
2249
22502001-12-21 Simon Josefsson <jas@extundo.com>.
fcd2ab44 2251
e2c3786a
EZ
2252 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
2253 with-temp-buffer instead of find-file-noselect, and bind
2254 coding-system-for-read to no-conversion when reading the queued
0a457cee 2255 messages. (Simon's code modified slightly by Eli Zaretskii.)
64865454 2256
67ad2f93
WL
22572001-12-20 Werner Lemberg <wl@gnu.org>
2258
2259 * international/mule-diag.el (describe-coding-system,
2260 print-coding-system-briefly): Make printed output have a similar
2261 format as describe-character-set.
2262
acc24704 22632001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
49b83be9
PJ
2264
2265 * play/blackbox.el (bb-member): Remove, use member instead.
2266 (bb-delete): Remove, use delete instead.
2267 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
2268 bb-score, bb-detour-count and bb-balls-placed.
2269 Propertize results of rays.
2270
21d90805
KF
22712001-12-19 Karl Fogel <kfogel@red-bean.com>
2272
2273 * isearch.el (isearch-forward, isearch-edit-string): Make doc
2274 strings mention keybinding for `isearch-yank-word-or-char',
2275 rather than `isearch-yank-word', since the former is bound now
2276 and the latter is not.
2277 (isearch-yank-word-or-char): Fix formatting.
2278
5eef30e1
WL
22792001-12-19 Werner Lemberg <wl@gnu.org>
2280
2281 * language/czech.el, language/european.el, language/slovak.el: More
2282 fixes for language info doc strings.
2283
62582985
EZ
22842001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2285
2286 * loadup.el: Add "language" to the load-path.
2287
467412aa
RS
22882001-12-19 Richard M. Stallman <rms@gnu.org>
2289
df9d055e 2290 * international/mule-cmds.el (describe-language-environment):
467412aa 2291 Fix calls to help-xref-button.
df9d055e 2292
797c2e4e
MB
22932001-12-19 Miles Bader <miles@gnu.org>
2294
2295 * international/fontset.el: Require `ind-util' when compiling.
2296
acc24704 22972001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
858f2574
PJ
2298
2299 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2300 instead of decompose-composite-char.
2301
b04dcf45
RS
23022001-12-18 Richard M. Stallman <rms@gnu.org>
2303
3509a04c
RS
2304 * simple.el (eval-expression-print-level)
2305 (eval-expression-print-length): Doc fixes.
2306
6c78f23d
RS
2307 * international/mule-diag.el (describe-character-set):
2308 Fix the arg to help-xref-button.
2309
b04dcf45
RS
2310 * files.el (directory-free-space-program): New variable.
2311 (directory-free-space-args): New variable.
2312 (insert-directory): Use those two variables for getting free space.
2313 Use file-system-info instead, if that is defined.
2314
2315 * dired.el (dired-free-space-program): Variable deleted.
2316 (dired-free-space-args): Variable deleted.
2317 (dired-insert-directory): Don't try to determine free space.
2318
2319 * files.el (font-lock-defaults): Add risky-local-variables prop.
2320 (hack-one-local-variable): Treat various font-lock variables as risky.
2321
64b4e1f1
WL
23222001-12-18 Werner Lemberg <wl@gnu.org>
2323
858f2574
PJ
2324 * language/chinese.el, language/cyrillic.el:
2325 * language/czech.el, language/european.el, language/greek.el:
2326 * language/hebrew.el, language/indian.el, language/japanese.el:
2327 * language/korean.el, language/lao.el, language/slovak.el:
2328 * language/thai.el, language/tibetan.el, language/vietnamese.el:
64b4e1f1
WL
2329 Improve documentation strings of coding systems and language infos.
2330
23312001-12-18 Werner LEMBERG <wl@gnu.org>
2332
2333 Add support for EUC-TW decoding/encoding.
2334
2335 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2336 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2337 New auxiliary functions to build `big5-to-cns'.
2338 (big5-to-cns): New translation alist.
2339
2340 * language/chinese.el: Added new coding system `euc-tw' and its
2341 alias `euc-taiwan'.
2342 Updated language `Chinese-CNS' to include euc-tw encoding also.
2343 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2344 euc-tw.
2345
7a7001f6
DL
23462001-12-18 Dave Love <fx@gnu.org>
2347
d7c8d25c
DL
2348 * loadup.el: Add language/utf-8-lang, language/georgian.
2349
fb5aa7ac
DL
2350 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2351 (image-file-name-regexps): Doc fix.
2352
2353 * server.el (server-unload-hook): New function.
2354
2355 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2356 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2357
058d4999
DL
2358 * simple.el (newline): Doc fix.
2359 (eval-expression-print-level, eval-expression-print-length): Doc
2360 fix. Amend :type.
2361 (next-line, previous-line): Make arg optional.
2362 (newline): Doc fix.
2363
2364 * Makefile.in (DONTCOMPILE): Add various language files.
2365
2366 * international/quail.el (quail-input-string-to-events): Don't use
2367 string-to-list.
2368
7a7001f6
DL
2369 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2370 calling `newline'.
2371
93420f57
RS
23722001-12-17 Richard M. Stallman <rms@gnu.org>
2373
2374 * comint.el (comint-dynamic-list-input-ring-select): New function.
2375 Switches back to the old window configuration.
2376 (comint-dynamic-list-input-ring): Bind RET to that function.
2377 (comint-dynamic-list-input-ring-window-conf): New variable.
2378
5a6b038a
WL
23792001-12-17 Werner Lemberg <wl@gnu.org>
2380
2381 * international/mule-conf.el: Improve documentation strings of
2382 character sets.
2383
274890d9
RS
23842001-12-16 Richard M. Stallman <rms@gnu.org>
2385
3a7a0095
RS
2386 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2387 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2388
2389 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2390
93420f57
RS
2391 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2392 Add a DESCRIPTION for the makefile item.
2393
274890d9
RS
2394 * find-file.el (ff-other-file-name): New function.
2395
e5ecf6e9
EZ
23962001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * international/quail.el (quail-input-string-to-events): Fix last
2399 change.
2400
cad84646
RS
24012001-12-16 Richard M. Stallman <rms@gnu.org>
2402
52dcb476
RS
2403 * isearch.el (isearch-edit-string): When we set isearch-string
2404 to the default, also set isearch-message.
2405
784bc7cd
RS
2406 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2407
eae91b60
RS
2408 * startup.el (command-line-1): Display startup screen
2409 even if there are command line args.
df9d055e 2410 Add a note about how to go to editing your files.
eae91b60
RS
2411 (fancy-splash-head): Add a note about how to go to your files.
2412 (fancy-splash-outer-buffer): New variable.
2413 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2414
cad84646
RS
2415 * subr.el (with-temp-message): At the end, always discard
2416 the temp message, even by clearing the echo area.
2417
2418 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2419
da490c95
SM
24202001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2421
6f2426dc
SM
2422 * log-view.el (log-view-message-re, log-view-current-tag):
2423 Recognize Subversion's log output format.
2424
d3980715
SM
2425 * international/fontset.el: Build the list L at compile time.
2426
da490c95
SM
2427 * language/ind-util.el (mapthread): Make a closure.
2428
1ca6a9c4
RS
24292001-12-15 Richard M. Stallman <rms@gnu.org>
2430
4d0fa4f3
RS
2431 * isearch.el (isearch-start-hscroll): New variable.
2432 (isearch-mode): Set isearch-start-hscroll.
2433 (isearch-update): Restore original hscrolling if possible.
2434
1ca6a9c4
RS
2435 * isearch.el (isearch-edit-string):
2436 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2437
2438 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2439 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2440 rather than regexp search and (2) copying text properties
2441 already set up on text unchanged from the previous backtrace.
2442
2443 * case-table.el (set-case-syntax-pair):
2444 Detect invalid calls and signal an error.
2445
24462001-12-15 Richard M. Stallman <rms@gnu.org>
2447
2448 * language/ind-util.el (range): Function deleted.
2449 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2450 All calls changed.
39af220e 2451
1ca6a9c4
RS
2452 * language/devan-util.el (devanagari-range): Renamed from `range'.
2453 All calls changed.
2454 (devanagari-regexp-of-hashtbl-keys):
2455 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2456
eccac837
DL
24572001-12-15 Dave Love <fx@gnu.org>
2458
f2e5fc49
DL
2459 * language/ind-util.el: Don't require cl.
2460 (indian-glyph-char, indian-glyph-max-char)
2461 (indian-char-glyph): Moved from indian.el
2462 (indian--puthash-char, mapthread): Don't quote lambda.
2463 (indian--map): New function.
39af220e 2464 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
f2e5fc49
DL
2465 (indian--puthash-cv): Use it.
2466
39af220e 2467 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
f2e5fc49
DL
2468 (indian-char-glyph): Moved to ind-util.el
2469
39af220e
SM
2470 * language/devan-util.el (devanagari-post-read-conversion):
2471 New function.
f2e5fc49 2472
eccac837
DL
2473 * language/georgian.el: New file.
2474
2475 * international/mule-cmds.el (locale-language-names): Add various
2476 entries. Remove utf-8 special case.
2477 (locale-charset-language-names, locale-preferred-coding-systems):
2478 Add utf-8 case.
2479 (set-language-environment): Process required-features earlier.
2480
39af220e
SM
2481 * international/quail.el (quail-keyboard-layout-alist):
2482 Add pc105-uk.
eccac837
DL
2483 (quail-keyboard-layout-type): Fix :type.
2484 (quail-choose-completion-string): Simplify.
39af220e 2485 (quail-update-leim-list-file): Don't get fooled by commented-out code.
eccac837
DL
2486 (quail-input-string-to-events): Run events through
2487 translation-table-for-input.
2488
39af220e
SM
2489 * international/mule-conf.el (translation-table-for-input):
2490 New variable.
eccac837
DL
2491 (latin-iso8859-14): Amend description.
2492 (file-coding-system-alist): Add entry for utf-8.
2493
2494 * language/utf-8-lang.el: New file.
2495
2496 * international/code-pages.el: New file.
2497
2498 * language/hebrew.el ("Windows-1255"): New language.
2499
39af220e 2500 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
eccac837
DL
2501 ("Latvian"): New languages.
2502
39af220e
SM
25032001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2504
2505 * xml.el: Use setq rather than (set 'foo bar).
2506 Use push+nreverse rather than append.
2507 (xml-node-name, xml-node-attributes, xml-node-children):
2508 Use defsubst rather than macros.
2509 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2510 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2511 Concat the two strings surrounding a comment into a single string.
2512
2513 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2514
acc24704 25152001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
47a31c6b
PJ
2516
2517 * select.el (xselect-convert-to-class, xselect-convert-to-name):
39af220e 2518 Document.
47a31c6b 2519
55fa2e04
AS
25202001-12-14 Andre Spiegel <spiegel@gnu.org>
2521
2522 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2523 Return nil if FILE is not registered.
2524 (vc-check-master-templates, vc-default-make-version-backups-p):
2525 Doc fix.
2526
446dd922
RS
25272001-12-13 David Ponce <david@dponce.com>
2528
39af220e 2529 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
446dd922
RS
2530 (ruler-mode-left-fringe-cols): New macro.
2531 (ruler-mode-right-fringe-cols): New macro.
2532 (ruler-mode-left-scroll-bar-cols): New macro.
2533 (ruler-mode-right-scroll-bar-cols): New macro.
2534 (ruler-mode-ruler): Use above new macros.
2535
2d2ab9da
RS
25362001-12-13 Richard M. Stallman <rms@gnu.org>
2537
2538 * files.el (set-auto-mode): Fix previous change.
2539
217b8617
SM
25402001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2541
2542 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2543 (easy-menu-do-define, easy-menu-convert-item-1)
2544 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2545 (easy-menu-return-item): Only return nil if there is no binding.
2546
5dc2e846
RV
25472001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2548
2549 * whitespace.el (whitespace-version): 3.2
2550 * whitespace.el (whitespace-force-mode-line-update): Replace with
2551 `whitespace-mode-line-update', which is an alias to the correct
2552 function in various emacsen.
217b8617
SM
2553 * whitespace.el (whitespace-{un,}highlight-the-space):
2554 Add colorized highlighting of the bogus whitespaces in a buffer/file,
5dc2e846
RV
2555 using the `whitespace-highlight-face' if
2556 `whitespace-display-spaces-in-color' is set.
2557
1d8e9a7c
EZ
25582001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2559
2560 * international/mule.el (set-auto-coding): Don't search for
2561 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2562
acc24704 25632001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9c8920d8
PJ
2564
2565 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2566
2567 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2568
2569 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2570
2e033693
RS
25712001-12-13 Richard M. Stallman <rms@gnu.org>
2572
2573 * simple.el (undo): Always set this-command to `undo',
2574 so that the next undo after an error will not begin redoing.
2575
2576 * simple.el (shell-command): Doc fix.
2577 (shell-command-on-region): If there is output an an error,
2578 add "...Shell command failed" to the output.
2579
52d4c45a
RS
25802001-12-13 David Ponce <david@dponce.com>
2581
d41d07b1 2582 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
52d4c45a
RS
2583 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2584 implementation `ruler-mode-extra-left-cols'.
2585 (ruler-mode-ruler): Use above new function. Take into account
2586 that the fringe areas can now be resized.
2587
d911a0fa
RS
25882001-12-12 Richard M. Stallman <rms@gnu.org>
2589
2590 * international/characters.el (Unicode): Comment out
2591 the specifications for kelvin and angstrom signs.
2592
57983e4d
DL
2593 * international/mule.el (make-translation-table-from-vector):
2594 Allow null elements in VEC.
2595
2596 * international/ucs-tables.el (unify-8859-on-encoding-mode)
217b8617
SM
2597 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2598 Add :version.
57983e4d 2599
6b66d028
RS
26002001-12-11 Richard M. Stallman <rms@gnu.org>
2601
0ee25e8e
RS
2602 * derived.el (derived-mode-p): Function moved to subr.el.
2603
2604 * subr.el (derived-mode-p): Moved here from derived.el.
2605
6b66d028
RS
2606 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2607
2608 * files.el (set-auto-mode-1): New subroutine, broken out of
2609 set-auto-mode.
2610 (set-auto-mode, hack-local-variables-prop-line): Use that.
2611
2c974b15
DL
26122001-12-11 Dave Love <fx@gnu.org>
2613
217b8617 2614 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2c974b15
DL
2615
2616 * language/european.el: Remove autoload cookies. Fix registration
2617 of diacritic composition function.
2618
acc24704 26192001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283b4456 2620
296071e7
PJ
2621 * calendar/todo-mode.el: Require time-stamp.
2622
283b4456
PJ
2623 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2624
61e3b944
RS
26252001-12-11 Richard M. Stallman <rms@gnu.org>
2626
6b66d028
RS
2627 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2628
61e3b944
RS
2629 * textmodes/ispell.el (ispell-buffer-local-parsing):
2630 Match xml like sgml.
2631
217b8617 2632 * emacs-lisp/advice.el (ad-compile-function):
61e3b944
RS
2633 Byte compile the function under another (uninterned) name.
2634
2635 * gud.el (gdb): Define and bind gud-jump.
2636
217b8617 2637 * font-lock.el (font-lock-mode):
61e3b944
RS
2638 Put our function at the end of after-change-functions.
2639
2640 * ediff-diff.el (ediff-cmp-options): Doc fix.
2641
2642 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2643
a207b33c
RS
26442001-12-10 Richard M. Stallman <rms@gnu.org>
2645
2646 * isearch.el (isearch-yank-word-or-char): New function.
2647 (isearch-mode-map): Bind C-w to that.
2648
2649 * menu-bar.el (menu-bar-mode): Make arg optional.
2650
2651 * simple.el (line-move): Cope if next-single-property-change
2652 or previous-single-property-change returns nil.
2653
2654 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2655 Don't use interactive-p; instead, pass the proper args
2656 in (interactive...). Clean up most of the trouble-report strings.
2657
19a0baf7
EZ
26582001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2659
2660 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2661 enqueued messages literally.
2662
440c4d7a
NF
26632001-12-10 Noah Friedman <friedman@splode.com>
2664
2665 * battery.el (battery-insert-file-contents): Obsolete function
2666 removed.
2667 (battery-read-function): Obsolete function removed.
2668 (battery-linux-proc-apm): Use insert-file-contents.
2669
cc84b70f
RS
26702001-12-07 Stephen Eglen <stephen@gnu.org>
2671
217b8617
SM
2672 * iswitchb.el (iswitchb-visit-buffer):
2673 Use `select-frame-set-input-focus'--needed when window manager
a207b33c 2674 uses "click to focus" policy.
cc84b70f 2675
acc24704 26762001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72244db2
PJ
2677
2678 * COPYING: Moved back.
2679
278abd30
EZ
26802001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2681
b0a63d77
EZ
2682 * term/internal.el (IT-character-translations): Add entries for
2683 more points.
2684
227f528e
EZ
2685 * international/characters.el: Resurrect the Hebrew category
2686 settings for all Hebrew characters removed by the last change.
2687 Add code for setting the Hebrew category of the Unicode Hebrew
2688 characters. Set syntax entries for Hebrew punctuation characters.
2689
278abd30
EZ
2690 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2691 points and directional formatting control characters.
2692
5180cc01
DL
26932001-12-07 Dave Love <fx@gnu.org>
2694
a549727e
DL
2695 * language/lao-util.el: Add Unicode equivalents for rules.
2696 (lao-post-read-conversion): New function.
2697
2698 * language/lao.el: Add Unicode equivalents.
2699 (lao): Add post-read conversion.
2700
c84d3ba0
DL
2701 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2702 Use iso2022 encoding.
2703 (latin1-char-displayable-p): Doc fix.
2704 (latin1-display-ucs-per-lynx): New option.
2705 (latin1-display-ucs-per-lynx): New command.
2706 (latin1-display-reset): Special-case arabic.
2707 (ucs-tables): Require.
2708 (latin1-display-sets, latin1-display-setup): Add arabic.
2709 (latin1-display) <variable>: Use function latin1-display.
2710 (latin1-display) <function>: Add mule-unicode stuff.
2711 (latin1-display-check-font): Don't lose if `info' is nil.
2712
5945f1e2
DL
2713 * international/iso-transl.el: Insert Latin-1 characters, not
2714 unibyte codes.
2715
5180cc01 2716 * language/european.el (diacritic-composition-pattern): New constant.
440c4d7a
NF
2717 (diacritic-compose-region, diacritic-compose-string)
2718 (diacritic-compose-buffer, diacritic-post-read-conversion)
5180cc01
DL
2719 (diacritic-composition-function): New functions.
2720
217b8617
SM
2721 * international/utf-8.el (ucs-mule-to-mule-unicode):
2722 New translation table.
5180cc01
DL
2723 (ccl-encode-mule-utf-8): Use it.
2724 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
217b8617 2725 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
5180cc01
DL
2726 (utf-8-subst-table): New variable.
2727 (utf-8-compose-scripts): New option.
217b8617 2728 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
5180cc01 2729
217b8617
SM
2730 * international/ucs-tables.el, international/utf-8-subst.el:
2731 New files.
5180cc01
DL
2732
2733 * international/characters.el: Don't set word syntax (the default)
2734 explicitly. Add a diacritic category. Add info for Unicode
2735 equivalents of characters in various Mule charsets and for extra
2736 Unicode characters. Don't define specific categories for
2737 Indian/Devanagari, since they aren't used.
2738
c93674bb
RS
27392001-12-06 Richard M. Stallman <rms@gnu.org>
2740
2741 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2742 (set-justification-left, set-justification-right): Doc fix.
2743
cc84b70f 2744 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
c93674bb
RS
2745 (bug-f90-mode): Variable deleted.
2746
59b59892
SM
27472001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2748
2749 * indent.el (indent-line-function): Default is indent-relative again.
2750
c299126f
MB
27512001-12-07 Miles Bader <miles@gnu.org>
2752
59b59892 2753 * progmodes/compile.el (compilation-error-regexp-alist):
cc84b70f 2754 Added regexps for RXP.
c299126f 2755
a17c9063
EZ
27562001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2757
2758 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2759 Add shift-assignment operators to those highlighted, and highlight
cc84b70f 2760 the whole operator rather than just the "=".
a17c9063 2761
02c6a1cc
EZ
27622001-12-04 Juanma Barranquero <lektu@terra.es>
2763
2764 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2765 before saving abbrevs if `save-abbrevs' has the value `silently'.
2766
90e742e0
AS
27672001-12-04 Andreas Schwab <schwab@suse.de>
2768
2769 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2770
52c9b141 27712001-12-04 Colin Walters <walters@debian.org>
59b59892 2772
52c9b141
CW
2773 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2774 for `defmacro*' forms.
1fdcb819 2775
52c9b141
CW
2776 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2777 `defmacro*'.
59b59892 2778
52c9b141 27792001-12-03 Stefan Monnier <monnier@cs.yale.edu>
59b59892 2780
1fdcb819
SM
2781 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2782
e7c210cc
RS
27832001-12-02 Richard M. Stallman <rms@gnu.org>
2784
2785 * files.el (insert-directory): If the df output does not look right,
2786 don't try to use it. Other cleanups in overall code structure.
2787
1fdcb819
SM
27882001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2789
2790 * textmodes/outline.el (outline-mode-prefix-map):
2791 Add bindings for outline-promote and outline-demote.
2792 (outline-minor-mode-menu-bar-map): New var.
2793 (outline-minor-mode): Use it.
2794 (outline-heading-alist): New var (renamed from outline-level-heading).
2795 (outline-level): Use it.
2796 (outline-insert-heading, outline-promote, outline-demote):
2797 Update to use outline-heading-alist.
2798
2799 * disp-table.el (standard-display-european):
2800 Simplify since the function is not interactive any more.
2801 Don't set the existing buffers to unibyte.
2802
2803 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2804
2805 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2806
2807 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2808
2809 * shell.el (shell): Use shell-file-name.
2810 Pop to buffer before calling comint to set COLUMNS properly.
2811
2812 * emacs-lisp/cl.el (svref): New alias.
2813
2814 * progmodes/antlr-mode.el (antlr-c-common-init):
2815 Don't inhibit adaptive-fill-mode any more.
2816
2817 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2818
2819 * progmodes/etags.el (tags-with-face): Use make-symbol.
2820 (tags-search, tags-query-replace): Use backquotes.
2821
2822 * textmodes/picture.el (picture-mode-map): Don't use defconst
2823 for a variable.
2824
acc24704 28252001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4a3cf58d 2826
1fdcb819
SM
2827 * textmodes/reftex-index.el (reftex-index-mode):
2828 Remove make-local-hook.
4a3cf58d
PJ
2829
2830 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2831
6848c9f1
KS
28322001-12-02 Kim F. Storm <storm@cua.dk>
2833
2834 * isearch.el (isearch-resume-enabled): New variable.
2835 (isearch-done): Use that variable.
2836
656f46bb
RS
28372001-12-01 Richard M. Stallman <rms@gnu.org>
2838
2839 * wid-edit.el (widget-button-click): Don't move point permanently:
2840 Avoid mouse-set-point--instead select the window,
2841 then do save-excursion, then move point.
2842 Specify the buffer for get-char-property.
2843 Don't use `@' in interactive.
1fdcb819 2844
656f46bb
RS
2845 * indent.el (indent-line-function):
2846 Default is indent-to-left-margin again.
2847
2848 * replace.el (query-replace-read-args): Display message
2849 if FROM contains `\n' or `\t'.
2850
036e218d
SM
28512001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2852
2853 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2854
2855 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2856
2857 * emacs-lisp/regexp-opt.el (regexp-opt):
2858 Bind completion-regexp-list to nil.
2859
2860 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2861
21cbfde6
EZ
28622001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2863
2864 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2865 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2866 Update maintainer.
2867
00f2404d
SM
28682001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2869
14e76ac9
SM
2870 * mail/smtpmail.el: Use with-current-buffer.
2871 (message-make-date, message-make-message-id): Autoload when needed.
2872 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2873 headers when missing.
2874
2875 * international/encoded-kb.el (encoded-kbd-mode):
2876 Use define-minor-mode.
2877
2878 * enriched.el (enriched-mode): Use define-minor-mode.
2879 Use dolist and pop and push.
2880
2881 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2882 with the `visit' argument.
2883 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2884
2885 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2886 `change-major-mode-hook' locally. Reset invisibility spec.
2887
00f2404d
SM
2888 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2889
c499f00a 28902001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2 2891
00f2404d 2892 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7077c03a 2893 Clarify error message.
f48b59a2 2894
c499f00a 28952001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2
KG
2896
2897 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2898
e294aed7
AS
28992001-11-30 Andre Spiegel <spiegel@gnu.org>
2900
2901 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2902 don't just return it.
2903
5275d6a8
EZ
29042001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2905
2906 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2907 (menu-bar-read-emacs-man, search-emacs-glossary)
2908 (emacs-index-search, elisp-index-search): New functions.
2909 (apropso-documentation, apropos, apropos-value, apropos-variable)
2910 (apropos-commands): Modify menu item names and help text.
93531944
SM
2911 (elisp-index-search, emacs-index-search, emacs-glossary):
2912 New menu items.
5275d6a8
EZ
2913 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2914 submenu.
2915 (info-elisp, info-elintro): New menu items.
2916 (apropos): Modify the menu item name.
2917
2fa5eef4
SM
29182001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2919
93531944
SM
2920 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2921
2922 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2923
2924 * man.el (man-follow-mouse): New function.
2925 (Man-mode-map): Bind mouse-2 to it.
2926 (Man-match-substring): Remove. Replace with `match-string'.
2927 (man): Use the `default-value' argument to `read-string'.
2928 (Man-fontify-manpage): Add mouse-face to cross references.
2929
2fa5eef4
SM
2930 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2931
e700ec12
SM
29322001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2933
2fa5eef4
SM
2934 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2935 the value of require-match in minibuffer-completion-confirm.
2936 Use crm-local-completion-map.
2937
2938 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2939 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2940 (cl-make-type-test): Use char-valid-p for `character'.
2941
e700ec12
SM
2942 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2943 (Info-complete-menu-item): Rewrite. Add the ability to search
2944 several sequential nodes. Add a simple caching mechanism.
2945 (Info-goto-index): New function extracted from Info-index.
2946 (Info-index): Use it. Add completion to the interactive spec.
2947 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2948
acc24704 29492001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0142178a
PJ
2950
2951 * COPYING: Removed.
2952
d4824a5d
DL
29532001-11-29 Dave Love <fx@gnu.org>
2954
2955 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2956 (fortran-window-create, fortran-window-create-momentarily):
2957 Rewrite, moving error condition.
2958 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2959 (fortran-mode-syntax-table): Revert last change.
2960
2961 * international/mule.el: Doc fixes.
2962 (map-charset-chars): New function.
2963 (register-char-codings): Use it to cope with generic chars in
2964 safe-chars.
2965
acc24704 29662001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dd536f94 2967
6d8b258a
PJ
2968 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2969
e700ec12 2970 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
132c0cc0 2971
dd536f94
PJ
2972 * play/studly.el (studlify-word, studlify-region)
2973 (studlify-buffer): Fix doc-string.
2974 (studlify-buffer): Add autoload cookie.
2975
3ce081f5
SM
29762001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2977
2978 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2979 (outline-up-heading-all): Remove.
2980 (hide-sublevels): Move to end-of-heading before calling flag-region.
2981 (outline-copy-overlay, outline-discard-overlays): Remove.
2982 (outline-flag-region): Use `remove-overlays'.
2983 Don't move to end-of-heading.
2984 (outline-next-visible-heading, outline-back-to-heading)
2985 (outline-on-heading-p): Use outline-invisible-p.
2986 (outline-font-lock-level): Use outline-up-heading's new arg.
2987 (outline-minor-mode): Simplify.
2988 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2989 (outline): Put a `reveal-toggle-invisible' property.
2990 (outline-level-heading): New var.
2991 (outline-insert-heading, outline-promote, outline-demote)
2992 (outline-toggle-children): New commands.
2993
2994 * progmodes/hideif.el (hif-end-of-line): New function.
2995 (hide-ifdef-mode): Set line-move-ignore-invisible.
2996 (hide-ifdef-region-internal): New function.
2997 (hide-ifdef-region): Use it.
2998 (hif-defined): Return an integer.
2999 (hif-infix-to-prefix): Remove.
3000 (hif-tokenize): Parse from the buffer rather than from a string.
3001 Correctly tokenize integers. Use forward-comment.
3002 (hif-expr): Use hif-or.
3003 (hif-term): Use hif-and.
3004 (hif-factor): Use hif-not. Handle numbers properly.
3005 Don't require parenthesis around `defined's argument.
3006 (hif-and, hif-or, hif-not): New funs.
3007 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
3008 (hif-hide-line): Don't hide the \n before the line.
3009 (hif-possibly-hide): Correctly handle numeric evaluation results.
3010
3011 * progmodes/make-mode.el: Use line-(end|beginning)-position.
3012 (makefile-mode): Set indent-line-function.
3013 (makefile-browser-insert-continuation): Use with-current-buffer.
3014 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
3015
29e53a0a
KF
30162001-11-28 Karl Fogel <kfogel@red-bean.com>
3017
3018 * isearch.el (isearch-yank-internal): New helper function.
3019 (isearch-yank-char): New function.
3020 (isearch-yank-word, isearch-yank-line): Rewrite to use
3021 isearch-yank-internal.
3022
381e32f0
EZ
30232001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
3024
3025 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
3026 aren't supported. Print a message to that effect if invoked.
3027
7e6b76ac
RS
30282001-11-27 Stephen Eglen <stephen@gnu.org>
3029
3030 * locate.el (locate): Put point at first matching file rather
3031 than top of buffer.
3032
8a1f8073
SM
30332001-11-27 Stefan Monnier <monnier@cs.yale.edu>
3034
3035 * reveal.el: New file.
3036
3037 * progmodes/hideif.el: Misc cleanup.
3038 (hide-ifdef-mode-submap): Put the def in the defvar.
3039 Use substitute-key-definition.
3040 (hide-ifdef-mode): Use define-minor-mode.
3041 (hif-outline-flag-region): Remove.
3042 (hif-show-all): Define in terms of hif-show-ifdef-region.
3043 (hif-after-revert-function): Rename from hif-before-revert-function.
3044 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
3045 (hif-tokenize): Use with-syntax-table.
3046 (hif-make-range): Use `else' also for `else-p'.
3047 (hif-range-else-p): Remove.
3048 (hif-find-range): Simplify.
3049 (hif-hide-line): Don't bother preserving buffer-modified-p.
3050 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
3051 Don't use selective-display and inhibit-read-only.
3052
3053 * subr.el (copy-overlay, remove-overlays): New funs.
3054
3055 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
3056
8a946354
SS
30572001-11-27 Sam Steingold <sds@gnu.org>
3058
3059 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
3060 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
3061 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
3062 * obsolete/c-mode.el, obsolete/cplus-md.el
3063 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
3064 * term/sun-mouse.el, textmodes/artist.el:
3065 Converted backquote to the new style.
b2013aad 3066 * mouse.el, reposition.el: Likewise (in comments).
646adf90 3067 * expand.el: Likewise (in a string).
8a946354 3068
c6aedc92
RS
30692001-11-27 Richard M. Stallman <rms@gnu.org>
3070
3071 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
3072
30732001-11-26 Richard M. Stallman <rms@gnu.org>
3074
3075 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
3076 if :on-glyph or :off-glyph is a list, eval it and store it back.
3077 (checkbox): Quote the values for :on-glyph and :off-glyph.
3078
3079 * cus-start.el (recursive-load-depth-limit): Delete item.
3080
9fabb2f5
SM
30812001-11-26 Stefan Monnier <monnier@cs.yale.edu>
3082
3083 * help-fns.el (describe-categories, help-describe-category-set): New.
32323291 3084 describe-categories moved here from src/category.c.
9fabb2f5 3085
9714ec23
SS
30862001-11-26 Sam Steingold <sds@gnu.org>
3087
3088 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
3089 arguments to `insert' are strings.
3090
d1420435
RS
30912001-11-26 Richard M. Stallman <rms@gnu.org>
3092
3093 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
3094
26780e5b
EZ
30952001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
3096
bf17ab09
EZ
3097 * international/mule-diag.el: Require help-fns instead of
3098 help-funs.
3099
125eb411
EZ
3100 * help-fns.el: Renamed from help-funs.el.
3101
26780e5b
EZ
3102 * startup.el (command-line-1): Don't try to call process-list if
3103 it is not fboundp.
3104
bc5c763a
SS
31052001-11-26 Sam Steingold <sds@gnu.org>
3106
3107 * frame.el (show-trailing-whitespace): Remove :set argument (the
3108 value was essentially identical to the defalt).
3109
acc24704 31102001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
eac9cf5f 3111
eef289b9
PJ
3112 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
3113
3114 * icomplete.el (icomplete-minibuffer-setup): Likewise.
3115
3116 * hilit-chg.el (hilit-chg-set): Likewise.
3117
3118 * speedbar.el (speedbar-mode): Likewise.
3119
3120 * calendar/calendar.el (calendar-mode): Likewise.
3121
eac9cf5f
PJ
3122 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
3123 insert-string.
3124
3125 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
3126
eac9cf5f
PJ
3127 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
3128
3129 * term/sun-mouse.el (sun-yank-selection): Likewise.
3130
3131 * textmodes/bib-mode.el (return-key-bib): Likewise.
3132
3133 * calendar/appt.el (appt-disp-window): Likewise.
3134
3135 * calendar/diary-lib.el (list-diary-entries): Likewise.
3136
3137 * array.el (array-reconfigure-rows): Likewise.
3138
3139 * filecache.el (file-cache-minibuffer-complete): Likewise.
3140
3141 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
3142
3143 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
3144
3145 * allout.el (outline-version, outline-open-topic)
3146 (outline-rebullet-heading, outline-insert-listified)
3147 (outline-latex-verbatim-quote-curr-line)
3148 (outline-latexify-one-item, outlineify-sticky): Likewise.
3149
eef289b9
PJ
3150 * vc.el (vc-next-action-on-file): Likewise.
3151 (vc-dired-mode): Remove make-local-hook.
3152
26e46917
AS
31532001-11-26 Andre Spiegel <spiegel@gnu.org>
3154
3155 * vc.el (vc-find-version): New function.
3156 (vc-version-other-window): Redefined in terms of the above.
3157
3158 * log-view.el (log-view-find-version): New function.
3159 (log-view-mode-map): Bind it to `f'.
3160
5d993658
GM
31612001-11-26 Gerd Moellmann <gerd@gnu.org>
3162
3163 * language/devan-util.el (dev-char-glyph): Escape `"' in
3164 string literals.
bc5c763a 3165 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 3166 (devanagari-compose-syllable-region): Likewise.
5d993658 3167
ebcbef4e
RS
31682001-11-26 Richard M. Stallman <rms@gnu.org>
3169
3170 * window.el (save-selected-window): No error if saved window is dead.
3171
3172 * help-funs.el (describe-syntax): Put (interactive) after doc string.
3173
acc24704 31742001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
34d16326 3175
ec9164f3
PJ
3176 * international/quail.el (quail-help): Require help-mode in
3177 top-level instead.
3178
34d16326
PJ
3179 * iswitchb.el (iswitchb-exhibit): Use insert instead of
3180 insert-string.
3181
555185de
PJ
3182 * icomplete.el (icomplete-exhibit): Likewise.
3183
5c131048
SM
31842001-11-25 Stefan Monnier <monnier@cs.yale.edu>
3185
3186 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
3187 (diff-hunk-kill): Simplify.
3188 (diff-post-command-hook): Only apply to a single hunk.
3189 (diff-hunk-text): Make `char-offset' non-optional.
3190 (diff-find-text): Return a cons cell.
3191 (diff-find-approx-text): New fun.
3192 (diff-find-source-location): Use it.
3193 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 3194 Adapt to new retval of diff-find-text.
5c131048
SM
3195
3196 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
3197 rather than integer- representation of dates.
3198
3199 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
3200
3201 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
3202 (syntax-after): New fun.
3203
3204 * help-funs.el (describe-syntax): New fun.
3205
3206 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
3207 (font-lock-ppss-stats, font-lock-ppss): Remove.
3208 (font-lock-fontify-syntactically-region): Remove tuning code.
3209 (font-lock-compile-keywords): Fix off-by-one bug.
3210 (font-lock-set-defaults): Don't set removed vars.
3211 (c-keywords): Add `inline'.
3212 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
3213
3214 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
3215 Set syntax-begin-function.
3216 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
3217 (lisp-interaction-mode): Don't set local-abbrev-table any more.
3218 (lisp-mode-auto-fill): Use syntax-ppss and obey
3219 comment-auto-fill-only-comments.
3220 (lisp-fill-paragraph): Use syntax-ppss.
3221
0c773047
SZ
32222001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
3223
3224 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
3225 version of rmail-enable-mime.
3226 (rmail-forward): Use it.
3227
92dfd10c
RS
32282001-11-25 Richard M. Stallman <rms@gnu.org>
3229
9fefa08b
RS
3230 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
3231
396ae608
RS
3232 * international/quail.el (quail-keyboard-layout-button):
3233 Define button type.
3234 (quail-keyboard-customize-button): Likewise.
3235 (quail-help): Use those button types. Require `help-mode'.
3236 Avoid altering the argument `package'.
3237
3238 * help-mode.el (help-function, help-variable, help-face)
3239 (help-coding-system, help-input-method, help-character-set):
3240 Define each button type with its own explicit define-button-type.
3241
92dfd10c
RS
3242 * language/devan-util.el: Comment out parts of the file
3243 which apparently are garbled.
3244
acc24704 32452001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
3246
3247 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 3248 insert-string.
fefed09d 3249
acc24704 32502001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
97d012e8
PJ
3251
3252 * play/snake.el (snake-mode): Remove make-local-hook.
3253
3254 * play/tetris.el (tetris-mode): Likewise.
3255
3256 * play/decipher.el (decipher-mode): Likewise.
3257
3258 * tmm.el (tmm-add-prompt): Likewise.
3259
df5bde6d
SS
32602001-11-25 Sam Steingold <sds@gnu.org>
3261
3262 * menu-bar.el (menu-bar-apropos-menu): New variable.
3263 Moved all `apropos' bindings to this menu.
3264 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
3265
8727d588
RS
32662001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
3267
3268 The following changes are for new indian languages support based
3269 on Unicode charset and CDAC fonts.
3270
3271 * international/mule-conf.el: Change indian-1-column charset to
3272 indian-glyph charset.
3273
3274 * international/characters.el: Adjusted for the change of
3275 indian-1-column -> indian-glyph.
3276
3277 * international/fontset.el: Delete the setting for indian-1-column
3278 and add the setting for indian-glyph in the default fontset.
df5bde6d 3279
8727d588
RS
3280 * language/indian.el: Completely re-written.
3281
df5bde6d 3282 * language/devanagari.el: Completely re-written.
8727d588
RS
3283
3284 * language/devan-util.el: Completely re-written.
3285
3286 * language/ind-util.el: New file.
3287
bfba6c09
RS
32882001-11-24 Richard M. Stallman <rms@gnu.org>
3289
3290 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
3291 if a subprocess is running. Call the startup screen buffer
3292 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
3293
3294 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3295 (browse-url-galeon): Use that variable.
3296
3297 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3298 eval-expression. Eval and set the variable simply.
3299
3300 * files.el (temporary-file-directory): Use defcustom.
3301 (small-temporary-file-directory): Likewise.
3302 (normal-backup-enable-predicate): Move down in file
3303 after definition of temporary-file-directory.
3304
3305 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3306
4fdb78a1
CW
33072001-11-24 Colin Walters <walters@debian.org>
3308
3309 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3310 autoload names to match files renamed on initial calc import.
3311
906bd0ef
CW
3312 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3313 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3314
7695eb98
CW
33152001-11-23 Colin Walters <walters@debian.org>
3316
3317 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 3318
b8003ee9 3319 * calc/calc-rules.el: Add header comment.
7695eb98 3320
66b57a6a
AS
33212001-11-23 Andre Spiegel <spiegel@gnu.org>
3322
3323 * vc.el (with-vc-properties): Don't bind `filename' locally.
3324 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3325 to avoid name clashes. Fix `lisp-indent-function' property for
3326 both.
3327
5d1c5247
FP
33282001-11-23 Francesco Potorti` <pot@gnu.org>
3329
3330 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3331
7743d033
CW
33322001-11-22 Colin Walters <walters@debian.org>
3333
df5bde6d 3334 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 3335 Use `reporter-prompt-for-summary-p'.
7743d033
CW
3336
3337 * calc/INSTALL, calc/Makefile: Remove.
3338
bf1ec482
MB
33392001-11-22 Miles Bader <miles@gnu.org>
3340
5d1c5247 3341 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
3342 (reb-match-2, reb-match-3): Add dark-background variants.
3343
5fb25beb
CW
33442001-11-22 Colin Walters <walters@debian.org>
3345
3346 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3347 (info "Calc").
8f148852 3348 (report-calc-bug): Use reporter.el.
5d1c5247 3349
8f148852 3350 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 3351
2b452d74
RS
33522001-11-21 Richard M. Stallman <rms@gnu.org>
3353
ecafbba2
RS
3354 * which-func.el (which-function): Call imenu--make-index-alist
3355 if necessary to get a list of functions.
3356 (which-function-imenu-failed): New variable.
3357 (which-func-update): Handle all visible windows.
3358 (which-func-update-1): New subroutine broken out of which-func-update.
3359
5d1c5247 3360 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
3361 (small-temporary-file-directory): Definitions moved up.
3362
8e3acc66
RS
3363 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3364 (cperl-non-problems, cperl-praise): Doc fixes.
3365
b1e851bb
RS
3366 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3367 (sh-mode-syntax-table): Function restored.
3368 Variable set up for use by function sh-mode-syntax-table.
3369 (sh-set-shell): Set the syntax table.
3370
3371 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3372
3373 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3374
2b452d74
RS
3375 * international/encoded-kb.el: Don't alter minor-map-alist.
3376
c499f00a 33772001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
a2899d6c
KG
3378
3379 * files.el (auto-save-file-name-transforms): Put remote files in
3380 temporary-file-directory rather than /tmp.
3381
e7905671
CW
33822001-11-21 Colin Walters <walters@debian.org>
3383
3384 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3385 of (function ...) wrapper.
3386
0b5549c1
SM
33872001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3388
e95768c5
SM
3389 * derived.el (define-derived-mode): Create the abbrev-table
3390 from inside the `defvar'.
3391
0b5549c1
SM
3392 * jit-lock.el (jit-lock-defer-time): New var.
3393 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3394 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3395 (jit-lock-function): Defer fontification if requested.
3396 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3397 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3398 text property.
3399 (jit-lock-deferred-fontify): New fun.
3400
505847d4
RS
34012001-11-20 Richard M. Stallman <rms@gnu.org>
3402
310b1227
RS
3403 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3404 Set local-abbrev-table to lisp-mode-abbrev-table.
3405
0b5549c1 3406 * emacs-lisp/re-builder.el (reb-mode):
310b1227 3407 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 3408
310b1227
RS
3409 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3410 Don't use define-derived-mode.
3411
3412 * help-mode.el (help-mode): Undo 2001-10-07 change.
3413
505847d4
RS
3414 * replace.el (occur-mode): Undo 2001-5-20 change.
3415
febf36a1
JR
34162001-11-20 Jason Rumney <jasonr@gnu.org>
3417
3418 * w32-fns.el (w32-system-coding-system): Change to an alias for
3419 locale-coding-system.
3420 (set-w32-system-coding-system): Document the above change.
3421 Set locale-coding-system instead.
3422
2b452d74
RS
34232001-11-20 Richard M. Stallman <rms@gnu.org>
3424
3425 * ruler-mode.el: Add pagination.
3426 (ruler-mode-toggle-show-tab-stops): No need to
3427 test `ruler-mode' variable.
3428
c52b27c8
EZ
34292001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3430
505847d4 3431 * play/landmark.el: Mark lm-mode as special.
c52b27c8 3432
505847d4 3433 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 3434
38132149
EZ
34352001-11-20 Juanma Barranquero <lektu@terra.es>
3436
effcd99a 3437 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
3438 (top-level): Bind it to C-c C-b.
3439 (re-builder): Don't re-enter RE Builder Mode.
3440
effcd99a 3441 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 3442
effcd99a
SM
34432001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3444
3445 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3446 `manual-program'.
ed3c6391
SM
3447
3448 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3449 to a line without a comment.
3450
48404d5a
EZ
34512001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3452
3453 * dired.el (dired-listing-switches): Mention in the doc string
3454 that some switches are not supported by ls-lisp.el
3455
6710ea06
SM
34562001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3457
0cdb3baa
SM
3458 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3459 (imenu--create-keymap-2): Remove.
3460 (imenu--create-keymap-1): Simplify, remove third argument.
3461 (imenu--generic-function): Use dolist.
3462 (imenu-find-default): New function.
3463 (imenu--completion-buffer): Use it.
3464 (imenu--mouse-menu): Use popup-menu.
3465 (imenu--menubar-select): Return t rather than calling imenu.
3466
a64c7821
SM
3467 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3468 New functions, extracted from fill-region-as-paragraph.
3469 (fill-region-as-paragraph): Use them.
3470 Use an end marker instead of eob.
3471 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 3472 Simplify the loop that searches for spaces backwards.
a64c7821
SM
3473
3474 * textmodes/picture.el (picture-vertical-step)
3475 (picture-horizontal-step): Don't use defconst for variables.
3476
3477 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3478 (mail-extract-address-components): Downcase domain names.
3479 (mail-extr-delete-char): Remove. Use delete-char instead.
3480
3481 * emulation/pc-select.el: Doc string fixes.
3482 (pc-selection-mode): Don't treat macos as a tty.
3483
6710ea06
SM
3484 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3485
3486 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3487
3488 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3489 (mouse-wheel-progessive-speed): New var.
3490 (mwheel-scroll): Use it and handle float values.
3491
3492 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3493
3494 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3495 (iswitchb): Fix the case where the result was selected with the mouse.
3496 (iswitchb-completion-help): Use the normal *Completions* now that
3497 mouse selection works.
3498 (iswitchb-minibuffer-setup): Simplify.
3499
3500 * newcomment.el (comment-column, comment-style, comment-multi-line)
3501 (comment-auto-fill-only-comments): Remove :group arg.
3502 (comment-padding): Add :type.
3503 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3504 if called interactively.
3505
7054901c
CW
35062001-11-19 Colin Walters <walters@verbum.org>
3507
3508 * calc/calc.el (toplevel): Add comment and version header.
3509 (calc-init-base): Bump version to 2.02f, update date.
3510
0e1605b9
RS
35112001-11-19 Richard M. Stallman <rms@gnu.org>
3512
3513 * net/browse-url.el: Support Mozilla and Galeon.
3514 By default, find the installed browser whichever it is.
3515 (browse-url-mozilla): New function.
3516 (browse-url-mozilla-sentinel): New function.
3517 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3518 (browse-url-default-browser): New function.
3519 (browse-url-process-environment): Use browse-url-browser-display.
3520 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 3521 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
3522 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3523 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3524 (browse-url-browser-function): New default, new options.
3525
545f7310
SS
35262001-11-19 Sam Steingold <sds@gnu.org>
3527
3528 * bindings.el (last-buffer, unbury-buffer): New function.
3529 (mode-line-unbury-buffer): Use `unbury-buffer'.
3530
c9403808
RS
35312001-11-18 Stephen Eglen <stephen@gnu.org>
3532
3533 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3534 control behaviour when no further completion is possible.
3535
3132f345
CW
35362001-11-19 Colin Walters <walters@verbum.org>
3537
3538 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3539 (math-showing-full-precision, math-with-extra-prec, math-working)
3540 (calc-with-default-simplification)
3541 (calc-with-trail-buffer): Use backtick.
3542 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3543 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3544 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3545 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3546 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3547 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3548 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3549 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 3550 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
3551
3552 * calc/calc.el (calc-record-compilation-date): Remove.
3553 (calc-bug-address): Update.
3554 (calc-settings-file): Use `user-init-file'.
545f7310 3555
3132f345
CW
3556 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3557 Handle null `calc-settings-file'.
3558
3559 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3560 * calc/calc-keypd.el (calc-keypad-mode): New.
3561 (calc-do-keypad): Use it.
3562 (calc-keypad-map): Move into `calc-keypad-mode'.
3563
3564 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3565 to defalias argument.
3566
3567 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3568 (calcFunc-floor): Ditto.
3569
3570 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 3571
3132f345
CW
3572 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3573 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3574 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3575 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3576 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3577 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3578 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3579 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3580 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3581 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3582 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3583 and move them before their first use. Use `when', `unless'.
3584 Remove trailing periods from error forms. Add description and
3585 headers suggested by Emacs Lisp coding conventions.
545f7310 3586
8f0a6888
SM
35872001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3588
3589 * newcomment.el (comment-indent):
3590 Fix misindentation for comment-only lines.
3591 (comment-indent-new-line): Only obey comment-multi-line if the
3592 comment-ender is not the end-of-line.
3593
b9937f07
RS
35942001-11-19 Richard M. Stallman <rms@gnu.org>
3595
3596 * net/net-utils.el (network-connection-service-abbrev-alist):
3597 New variable.
3598
8f0a6888 3599 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
3600 Advance to start of 3rd sexp by moving fwd and backing over it.
3601 At first three elements, act like defun.
3602
3603 * delsel.el (delete-selection-pre-hook): Handle and resignal
3604 file-supersession errors to interact properly with userlock.el.
3605
f4ca4b00
RS
36062001-11-18 Richard M. Stallman <rms@gnu.org>
3607
8f0a6888
SM
3608 * progmodes/fortran.el (fortran-mode-syntax-table):
3609 Specify punctuation syntax for backslash.
f4ca4b00
RS
3610
3611 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3612 All calls deleted.
3613
3614 * international/mule-util.el (string-to-sequence): Make it obsolete.
3615 (string-to-list, string-to-vector): Implement them directly
3616 using append and vconcat, not with string-to-sequence.
3617
3618 * startup.el (command-line): Set abbrevs-changed to nil after
3619 reading the init file and the abbrevs file.
3620
3621 * isearch.el (isearch): Use magenta2 as bg for (background light)
3622
36232001-11-17 Richard M. Stallman <rms@gnu.org>
3624
3625 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3626
3627 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3628
16927a56
SM
36292001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3630
3631 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3632 If set and if applicable, add a regexp to highlight defun-like
3633 text inside comments and strings.
3634 (font-lock-fontify-keywords-region): Pass that new arg.
3635 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3636 to the end and pass that new arg.
3637 (c-font-lock-keywords-2): Fix regex for labels.
3638 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3639 Make it work when LIMIT is several lines further.
3640 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3641 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3642 Use backquote and make the regexes for `int a, b, c;' work on
3643 multiple lines.
3644
3645 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3646 (font-lock-defaults-alist): Don't change it any more.
3647 (reb-subexp-mode-map): Cleanup.
3648
3649 * custom.el (custom-current-group-alist): New var.
3650 (custom-declare-group): Set it.
3651 (custom-current-group): New fun.
3652 (custom-declare-variable, custom-handle-all-keywords):
3653 Use it as a default if no :group argument is specified.
3654
3655 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3656 (standard-keyboard-coding-systems): New var.
3657 (set-locale-environment): Use it to decide whether or not to call
3658 set-keyboard-coding-system.
3659 (locale-language-names): Use \"French\" for "fr".
3660
38d5fc02
RS
36612001-11-17 Richard M. Stallman <rms@gnu.org>
3662
3663 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3664 (add-to-list): Delete compatibility code.
f4ca4b00 3665 (checkdoc-next-message-error): Doc fix.
38d5fc02 3666
fe8c7212
RS
36672001-11-17 Stephen Eglen <stephen@gnu.org>
3668
3669 * locate.el (locate): Show default locate pattern within the
16927a56
SM
3670 prompt, but don't insert it into the minibuffer contents.
3671 Catch the case when pattern is the empty string.
fe8c7212 3672
a5e6715c
EZ
36732001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3674
3675 * language/european.el ("French"): New language environment.
3676
032a857d
RS
36772001-11-16 Richard M. Stallman <rms@gnu.org>
3678
3679 * calendar/todo-mode.el (todo-save): Fix previous change.
3680
3681 * subr.el (functionp): Do use cdr-safe on object.
3682
b6270150
SM
36832001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3684
3685 * bindings.el (mode-line-mode-name): Only put the help-echo property
3686 if the local-map property was put as well.
3687 (global-map): Bind switch-frame, delete-frame, iconify-frame
3688 and make-frame-visible events.
3689
3690 * emacs-lisp/elp.el (elp-not-profilable): New var.
3691 (elp-not-profilable-p): New function.
3692 (elp-instrument-function): Use it. Use backquotes and push.
3693
3694 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3695 (byte-stack+-info, byte-compile-last-warned-form)
3696 (byte-compile-last-logged-file): Don't defconst a variable.
3697 (no-byte-compile): Declare.
3698 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3699 (byte-compile-defvar): Leave defconst as is.
3700
3701 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3702 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3703 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3704 (edebug-best-error): Don't defconst a variable.
3705 (edebug-read-syntax-table): Use a char-table.
3706 (edebug-lemacs-specific): Remove.
3707 Toplevel: Eliminate check for Lucid Emacs.
3708
3709 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3710
3711 * rect.el (move-to-column-force): Mark obsolete.
3712 (operate-on-rectangle, delete-extract-rectangle-line)
3713 (insert-rectangle, delete-whitespace-rectangle-line)
3714 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3715 (string-rectangle-history): New var.
3716 (string-rectangle, string-insert-rectangle): Use it.
3717 (delete-rectangle-line): Fix pos/column mixup and simplify.
3718
3719 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3720 (normal-top-level, command-line, command-line-1): Simplify.
3721
3722 * tar-mode.el (tar-mode): Use define-derived-mode.
3723
3724 * view.el (view-mode-enable): Don't use make-local-hook.
3725
3726 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3727
af604656
RS
37282001-11-16 Richard M. Stallman <rms@gnu.org>
3729
3730 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3731 if it doesn't make sense as anything else.
3732 Don't recognize a "telephone number" at the beginning of the name.
3733 (mail-extr-leading-garbage): Match non-word characters only.
3734
acc24704 37352001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2879a13b 3736
792e5cbd
PJ
3737 * startup.el (command-line-processed): Doc fix.
3738
2879a13b
PJ
3739 * apropos.el (apropos-next-label-button): Doc fix.
3740
a2d7836f
SM
37412001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3742
fa336b91
SM
3743 * comint.el (comint-mode): Simplify.
3744 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3745
a2d7836f
SM
3746 * subr.el (eval-after-load): Make it work with features as well.
3747
3748 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3749
3750 * international/mule-cmds.el (describe-input-method): Setup xref.
3751 (set-language-environment): Use functionp.
3752 (locale-language-names, locale-charset-language-names)
3753 (locale-preferred-coding-systems): Defconst and purecopy.
3754
3755 * language/european.el (mac-roman): Add mime-charset property.
3756
413da451
RS
37572001-11-15 Richard M. Stallman <rms@gnu.org>
3758
a2d7836f 3759 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
3760 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3761 to get better doc strings.
3762
acc24704 37632001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
987aac50
PJ
3764
3765 * derived.el: Fix autoload cookie.
3766
83709c9f
RS
37672001-11-15 Richard M. Stallman <rms@gnu.org>
3768
3769 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3770
84932bf6
SM
37712001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3772
3773 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3774
16a2f75a
RS
37752001-11-15 Richard M. Stallman <rms@gnu.org>
3776
3777 * dired.el (dired-undo): Display a message to explain
3778 that this does not undo file system changes.
3779
37802001-11-15 David Kastrup <David.Kastrup@t-online.de>
3781
84932bf6
SM
3782 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3783 into `unread-command-events' instead of trying keymap
3784 lookups ourselves. This makes mouse-clicks do the right
3785 thing even when keymaps of overlays are involved.
3786 (mouse-drag-drag): Likewise.
16a2f75a 3787
1997815f
AS
37882001-11-15 Andreas Schwab <schwab@suse.de>
3789
3790 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3791 characters and append anchor to pattern added to auto-mode-alist.
3792
7f6e33e6
SM
37932001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3794
3795 * server.el (server-process-filter): Run pore/post-comment-hook
3796 before/after visiting the file.
3797
3798 * info-look.el (makefile-mode): Add info for automake.
3799 (autoconf-mode): Fix the name of the index for automake.
3800
3801 * international/latin-9.el: Give pilcrow punctuation syntax.
3802
9522e2d8
AS
38032001-11-15 Andre Spiegel <spiegel@gnu.org>
3804
3805 * vc.el: Documentation fixes.
3806
7f6e33e6
SM
38072001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3808
3809 * smerge-mode.el (smerge-match-conflict): Fix typo.
3810 (smerge-diff): Be careful to read match-data early enough.
3811
bac0fac8
CW
38122001-11-14 Colin Walters <walters@verbum.org>
3813
3814 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3815 (calcFunc-subst): Use `defalias' instead of `fset' and
3816 `symbol-function'.
3817
3818 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3819 (calcFunc-ceil, calcFunc-round): Ditto.
3820
3821 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 3822
bac0fac8 3823 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 3824
bac0fac8 3825 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 3826
bac0fac8
CW
3827 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3828 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3829
3830 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 3831
bac0fac8
CW
3832 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3833 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3834 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3835 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3836 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3837 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3838 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3839 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3840 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3841 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3842 * calcsel2.el: Style cleanup; don't put closing parens on their
3843 own line, add "foo.el ends here" to each file, and update
3844 copyright date.
3845
3846 * README: Update maintainer.
3847
16a2f75a
RS
38482001-11-13 Richard M. Stallman <rms@gnu.org>
3849
cc84b70f
RS
3850 * progmodes/compile.el (recompile): Use compilation-arguments if
3851 set, so as to be able to M-x recompile the exact command which
3852 created a compilation-mode buffer.
3853
16a2f75a
RS
3854 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3855
02beb936
RS
38562001-11-13 Gerd Moellmann <gerd@gnu.org>
3857
7f6e33e6 3858 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
3859 handler if window start changed due to the down-mouse event.
3860
38612001-11-13 Richard M. Stallman <rms@gnu.org>
3862
3863 * mouse.el (mouse-show-mark): Either move point to the mark
3864 or use highlighting, never both.
3865 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3866
38672001-11-13 Simon Josefsson <jas@extundo.com>
3868
1699c6af
RS
3869 * mail/smtpmail.el (top-level): Change maintainer to Simon
3870 Josefsson, cleanup the smtpmail.el header.
3871
3872 * mail/smtpmail.el (top-level): Don't require cl or base64.
3873 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3874 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3875 Defsubst instead of defmacro.
3876 (smtpmail-intersection): Return value in reverse order.
3877 (smtpmail-open-stream): Use stringp instead of string-to-list.
3878 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3879 separated from smtpmail-via-smtp.
02beb936
RS
3880
3881 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3882 rfc2104. Require base64 and cl.
3883 (smtpmail-smtp-service): Doc fix. :type fix.
3884 (smtpmail-debug-info): Doc fix.
3885 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
3886 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3887 New variables.
02beb936
RS
3888 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3889 mail-utils (it is autoloaded).
3890 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3891 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 3892 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
3893 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3894 (smtpmail-via-smtp): Support AUTH.
3895 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3896
38972001-11-13 Richard M. Stallman <rms@gnu.org>
3898
3899 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3900 (electric-buffer-overlay): New variable.
3901 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3902 (electric-buffer-list): Likewise.
3903
fad241d3 3904 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 3905 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 3906
5ebcaf36
SM
39072001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3908
9145f1c2
SM
3909 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3910
5ebcaf36 3911 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 3912 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 3913
31b85a14
EZ
39142001-11-13 Colin Walters <walters@debian.org>
3915
3916 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3917
3918 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3919 "~/.emacs"; use `read-file-name'.
3920
3921 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
3922 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3923 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
3924 * calc/calc.el: Use `frame-width' instead of `screen-width',
3925 `frame-height' instead of `screen-height', and,
3926 `executing-kbd-macro' instead of `executing-macro'.
3927
3928 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3929 correct number of arguments.
3930
5ebcaf36
SM
3931 * calc/calc-aent.el (calc-do-alg-entry):
3932 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 3933
2fa8f8a4
RS
39342001-11-12 Richard M. Stallman <rms@gnu.org>
3935
ade67f6a
RS
3936 * calendar/todo-mode.el (todo-save): Add save-excursion
3937 and save-restriction.
3938
1c1d3d69
RS
3939 * server.el (server-edit, server-done): Doc fix.
3940
2fa8f8a4
RS
3941 * simple.el (clone-indirect-buffer): Error if major mode symbol
3942 has a no-clone-indirect property.
3943 (clone-buffer): Check for obvious errors before reading clone name.
3944
3945 * info.el (Info-mode): Add a no-clone-indirect property.
3946
99cb8c8b
SS
39472001-11-12 Sam Steingold <sds@gnu.org>
3948
3949 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3950 set-buffer-modified-p to nil after `vc-exec-after'.
3951 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3952 (log-view-mode): Make read-only.
3953 (log-view-current-file): Do final `expand-file-name' in the
3954 current `default-directory'.
3955 (log-view-current-tag): Take an optional `where' arg.
3956 (log-view-diff): New user command.
3957
acc24704 39582001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
3959
3960 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3961
e7c8c428
SS
39622001-11-12 Sam Steingold <sds@gnu.org>
3963
3964 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3965 `generic-flet', `generic-labels', `with-accessors',
3966 `with-condition-restarts'.
3967
68d2f12f
RS
39682001-11-12 Richard M. Stallman <rms@gnu.org>
3969
3970 * dired.el: Many trivial doc fixes.
3971 (dired-get-file-for-visit): New function.
3972 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
3973 (dired-view-file, dired-find-file-other-window, dired-display-file):
3974 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 3975
66b17d3f
RS
39762001-11-12 Alex Schroeder <kensanata@yahoo.com>
3977
3978 * sql.el (sql-mode): Doc change.
3979
3980 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3981 escape character.
3982
273bd541
EZ
39832001-11-12 Colin Walters <walters@debian.org>
3984
3985 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3986 (calc-do-keypad): Don't attempt to use nonexistent global
3987 mouse-map, use calc-keypad-map.
3988 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3989 (calc-keypad-left-click): Don't use mouse-map; update to new event
3990 interface.
3991 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3992 (calc-keypad-press): Use `unread-command-events' instead of
3993 `unread-command-char'.
3994
3995 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3996 to match files renamed on initial calc import.
3997
acc24704 39982001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d3f602a 3999
5ebcaf36
SM
4000 * textmodes/flyspell.el (flyspell-default-dictionary):
4001 Fix previous change.
3d3f602a 4002
b789d74a
RS
40032001-11-12 Richard M. Stallman <rms@gnu.org>
4004
4005 * textmodes/flyspell.el (flyspell-default-dictionary):
4006 Fix custom type.
4007
a4cd0cd7
RS
40082001-11-11 Richard M. Stallman <rms@gnu.org>
4009
eafb659a
RS
4010 * calendar/solar.el (solar-sunrise-and-sunset):
4011 Exchange the two extreme values of day-length.
4012
e7c8c428 4013 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
4014 Allow modes derived from sh-mode.
4015
e7c8c428 4016 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
4017 Turn off error in some re-search-forward calls.
4018
4019 * replace.el (query-replace-skip-read-only): New variable.
4020 (perform-replace): If that variable is non-nil, ignore matches
4021 that have a read-only property.
4022
4023 * derived.el (define-derived-mode): Doc fix.
4024
4025 * server.el (server-buffer-done): Test of server-existing-buffer
4026 was backwards.
4027 (server-existing-buffer): Doc fix.
4028
4029 * textmodes/flyspell.el (flyspell-default-dictionary):
4030 Allow nil as value, and make nil the default.
4031
721c26b8
EZ
40322001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
4033
4034 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
4035 it is not fboundp.
4036 (clipboard-yank): Ditto.
4037
91e51f9a
EZ
40382001-11-11 Colin Walters <walters@verbum.org>
4039
4040 The following changes are based on patches from
c499f00a 4041 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
4042 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
4043
4044 * calc/calc.el (toplevel): Require calc-macs.
4045 (calc-minibuffer-size): New.
4046 (calcDigit-nondigit): Use it instead of `buffer-size'.
4047 (calcDigit-backspace): Likewise.
4048 (calcDigit-nondigit): Use `minibuffer-contents' instead of
4049 `buffer-string'.
4050 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
4051 `point-min'.
4052 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
4053 `save-excursion'.
4054
4055 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
4056 simple `setq' form.
4057
4058 * calc/calc-ext.el: (toplevel): Require calc.
4059 (calc-fancy-prefix-map): New.
4060 (calc-fancy-prefix): Use it.
4061 (calc-fancy-prefix-other-key): New.
4062
4063 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
4064 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
4065 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
4066 (calcAlg-enter): Likewise.
4067 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
4068
2827a3c1
RS
40692001-11-10 Richard M. Stallman <rms@gnu.org>
4070
a4cd0cd7
RS
4071 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
4072 (quietly-read-abbrev-file): Doc fix.
4073
4074 * startup.el (command-line): Read standard abbrev
4075 file (abbrev-file-name), if it exists.
4076
4077 * files.el (save-abbrevs): Default value is t.
4078
2827a3c1
RS
4079 * progmodes/compile.el (compile-goto-error): Fix previous change
4080 in the case where subsequent errors have not been parsed yet
4081 because they are in a different source file.
4082
c48dc445
RS
40832001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
4084
5ebcaf36
SM
4085 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
4086 Merge two regular expressions into one.
c48dc445
RS
4087 (ps-mode): Make local bindings for `comment-start' and
4088 `comment-start-skip'.
4089 (ps-mode-looking-at-nested): Simplify an if-else construct;
4090 use `set-match-data' to set the result.
4091
40922001-11-10 Richard M. Stallman <rms@gnu.org>
4093
4094 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
4095 Function deleted.
4096 (flyspell-correct-word): Old definition deleted.
4097 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
4098 All references renamed too.
4099
ebc4ee8d
GM
41002001-11-10 Gerd Moellmann <gerd@gnu.org>
4101
4102 * Makefile.in (finder_setwins, setwins): Exclude Calc.
4103
dbe3a58a
PA
41042001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
4105
4106 * wid-edit.el (checklist): Removed `:menu-tag'.
4107 (radio-button-choice): Ditto.
4108 (editable-list): Ditto.
4109
acc24704 41102001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
4111
4112 * play/gomoku.el: Move definitions of constants to the beginning
4113 of file, before their use.
4114
5a34aae1
RS
41152001-11-09 Richard M. Stallman <rms@gnu.org>
4116
4117 * textmodes/flyspell.el: Use the keymap property
4118 instead of local-map, and don't use a minor-mode map.
4119 (flyspell-mode-map): Variable deleted.
4120 Don't mess with minor-mode-map-alist.
4121 (calling add-minor-mode): Specify nil for keymap.
4122 And always use add-minor-mode, now that it exists.
4123 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
4124 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
4125 or flyspell-local-mouse-map.
4126 (make-flyspell-overlay): Use flyspell-mouse-map directly.
4127 (flyspell-mode): Doc fix.
4128 (flyspell-mode-on): Don't call make-local-hook.
4129
34decfdb
SS
41302001-11-09 Sam Steingold <sds@gnu.org>
4131
4132 * emacs-lisp/debug.el (debugger-make-xrefs):
4133 Add buttons to all symbols.
4134
d25303d3
AS
41352001-11-09 Andre Spiegel <spiegel@gnu.org>
4136
4137 * vc.el: Add John David Smith to credits.
34decfdb 4138
d25303d3 4139 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 4140
d25303d3
AS
4141 * vc-hooks.el (vc-error-occured): Backquotified.
4142 (vc-file-prop-obarray): Use prime length for better efficiency.
4143
4144 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
4145
807378ad
EZ
41462001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
4147
4148 * info.el (Info-file-list-for-emacs): Add entries for Calc.
4149
60ab6064
MB
41502001-11-09 Miles Bader <miles@gnu.org>
4151
4152 * subr.el (functionp): Don't consider macros as functions.
4153
7c1ce64c
MB
41542001-11-08 Miles Bader <miles@gnu.org>
4155
1cf72ff8
MB
4156 * subr.el (functionp): Make work correctly for macros and unbound
4157 symbols.
4158
7c1ce64c
MB
4159 * comint.el (comint-send-input): Fix description of
4160 `comint-process-echoes' in the doc-string.
4161
d38b07f9
EZ
41622001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
4163
4164 * international/mule.el (make-translation-table): Doc fix.
4165 Suggested by Alex Schroeder <alex@gnu.org>.
4166
5a34aae1
RS
41672001-11-07 Richard M. Stallman <rms@gnu.org>
4168
4169 * info.el (Info-fontify-node): Highlight every third menu item.
4170
61763509
PA
41712001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
4172
4173 * cus-edit.el (custom-face-value-create): Don't ignore the
4174 `customized-face' attribute when finding the current face spec.
4175
ecd91f5f
SM
41762001-11-07 Stefan Monnier <monnier@cs.yale.edu>
4177
faa29f8b
SM
4178 * subr.el (with-local-quit): New macro.
4179 (make-syntax-table): Always inherit.
4180 (functionp): Be more careful when `object' is a symbol.
4181
ecd91f5f
SM
4182 * dabbrev.el (dabbrev-completion): Use "*Completions*".
4183
7263bb10
PE
41842001-11-07 Paul Eggert <eggert@twinsun.com>
4185
4186 * dired.el (dired-move-to-filename-regexp):
4187 Do not distinguish between ASCII letters and non-ASCII characters.
4188 Don't allow comma except in the form "month day, year".
4189 Don't allow space between month name and comma.
4190 Clean up the code that checks for trailing period, comma, and space.
4191 Remove now-obsolete comments, and add more commentary about
4192 Japanese dates.
4193 Always gobble up trailing spaces, instead of doing it only sometimes.
4194
05e122fe
MB
41952001-11-07 Miles Bader <miles@gnu.org>
4196
4197 * paren.el (show-paren-match-face): Add dark-background variant.
4198
c191d13c
SM
41992001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4200
4201 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
4202 (lisp-mode-variables): Don't set paragraph-{start,separate}.
4203 Don't disable adaptive-fill-mode.
4204 (lisp-fill-paragraph): Use tab-width rather than 8.
4205 Prevent filling the first line of docstrings.
4206
242d2673
RS
42072001-11-06 Richard M. Stallman <rms@gnu.org>
4208
16f97fc3
RS
4209 * play/gomoku.el (gomoku): Doc fix.
4210
c191d13c
SM
4211 * jka-compr.el (jka-compr-partial-uncompress):
4212 Support an alternative of not using dd.
242d2673
RS
4213 (jka-compr-dd-program): Use defcustom to define this.
4214 (jka-compr-load-suffixes): Use defcustom.
4215 (jka-compr-mode-alist-additions): Use defcustom.
4216
c1966bb4
SM
42172001-11-06 Stefan Monnier <monnier@cs.yale.edu>
4218
4219 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
4220 Also work when LIMIT is further than the end of line.
4221
e154cc44
EZ
42222001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
4223
4224 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 4225 offending file name if some of its quail-define-package forms is broken.
e154cc44 4226
d5360cc7
RS
42272001-11-05 Richard M. Stallman <rms@gnu.org>
4228
4229 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
4230 of the evaluated form.
4231
0e6f6028
PE
42322001-11-05 Paul Eggert <eggert@twinsun.com>
4233
4234 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
4235 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
4236 stamps always line up by default. Also, it uses a slightly
4237 different window to determine whether files are "recent".
4238
96238a5a
AI
42392001-11-05 Andrew Innes <andrewi@gnu.org>
4240
c1966bb4
SM
4241 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
4242 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 4243
982f6c7e
RS
42442001-11-04 Richard M. Stallman <rms@gnu.org>
4245
48461f7c
RS
4246 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
4247 previous-single-property-change or next-single-char-property-change
4248 returns nil.
4249
c1966bb4 4250 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
4251 Make it interactive; make arg optional.
4252
982f6c7e
RS
4253 * international/mule-diag.el (help-funs): Require help-funs.
4254
051a608d
EZ
42552001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
4256
4257 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
4258
2c738482
MB
42592001-11-04 Miles Bader <miles@gnu.org>
4260
4261 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 4262 shadow of the splash image grey on a dark background instead of black.
2c738482 4263
9c01e545
SM
42642001-11-03 Stefan Monnier <monnier@cs.yale.edu>
4265
c191d13c
SM
4266 * term.el (all faces): Don't (copy-face 'default <foo>).
4267
9c01e545
SM
4268 * term/xterm.el (function-key-map):
4269 Add entry for `ESC [ 3 ~' -> <delete>
4270 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
4271 Use inheritance so that .emacs and terminfo take precedence.
4272
aed29b97
EZ
42732001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4274
4275 * tooltip.el (tooltip-delay): Decrease to 0.7.
4276 (tooltip-hide-delay): Enlarge to 10.
4277
ed638cc9
RS
42782001-11-03 Richard M. Stallman <rms@gnu.org>
4279
4280 * startup.el (fancy-splash-tail): Explain how to recover
4281 from a crash, if there was a crash.
4282 (command-line-1): Reorganize display of startup screen,
d09cb033 4283 to simplify the logic. Use a temp buffer for it.
ed638cc9 4284
9ca8a5a0
EZ
42852001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4286
d09cb033
SM
4287 * frame.el (set-background-color, set-foreground-color):
4288 Call face-set-after-frame-default, to propagate the new colors to
4289 the frame's parameters alist.
528e1416 4290
9ca8a5a0
EZ
4291 * calendar/timeclock.el (timeclock-out): Signal an error if
4292 timeclock-last-event is nil.
4293
55140940
SM
42942001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4295
d09cb033
SM
4296 * textmodes/fill.el (fill-context-prefix): Fix braino.
4297
4298 * international/quail.el (quail-help):
4299 Use `help-buffer' and move `help-setup-xref' to beginning.
4300
4301 * international/mule-cmds.el (describe-language-environment):
4302 Use `help-buffer' and move `help-setup-xref' to beginning.
4303
55140940
SM
4304 * international/mule-diag.el (list-character-sets)
4305 (sort-listed-character-sets, describe-character-set)
4306 (describe-coding-system, describe-fontset, list-fontsets):
4307 Use `help-buffer' and move `help-setup-xref' to beginning.
4308 (describe-char-after): Use `internal-describe-syntax-value'.
4309
e6bff182
RS
43102001-11-02 Richard M. Stallman <rms@gnu.org>
4311
4312 * mouse.el (popup-menu): If the user refuses to select
4313 from a menu, don't try to invoke the menu.
4314
e8cdeaca
MB
43152001-11-02 Miles Bader <miles@gnu.org>
4316
4317 * help-mode.el (help-xref): New button type.
4318 (help-function, help-variable, help-face, help-coding-system)
4319 (help-input-method, help-character-set, help-type, help-symbol)
4320 (help-back, help-info, help-customize-variable, help-customize-face)
4321 (help-function-def, help-variable-def): Use it as a supertype.
4322 Remove `action' property.
4323
4324 * international/mule-diag.el (describe-character-set)
4325 (describe-coding-system): Pass correct args to `help-xref-button'.
4326 (sort-listed-character-sets): New button type.
4327 (list-character-sets): Use it.
4328 (list-charset-chars): New button type.
4329 (list-character-sets-1): Use it.
4330
43312001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
4332
4333 * indent.el (tab-always-indent, indent-for-tab-command):
4334 Remove redundant `never' setting.
2d78d3e8
SM
4335
4336 * fill.el (fill-region-as-paragraph): Don't forget to skip
4337 over current whitespace before looking for a preceding space.
4338
9271ed2c
RS
43392001-11-01 Richard M. Stallman <rms@gnu.org>
4340
e6bff182
RS
4341 * files.el (file-newest-backup): Don't pass backup file name
4342 thru file-name-sans-versions, because it never has version numbers.
4343
4344 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4345 to avoid ambiguous nested loops.
55140940 4346
9271ed2c
RS
4347 * files.el (find-file-noselect): Offer to change buffer-read-only
4348 only when the file's read-only status has changed from before
4349 as well as disagreeing with the buffer's current status.
4350 (buffer-file-read-only): New var, local in all buffers.
4351
4352 * buff-menu.el (buffer-menu): Doc fix.
4353 (buffer-menu-other-window): Doc fix.
4354 (list-buffers, list-buffers-noselect): Doc fix.
4355
7360b8aa
GM
43562001-11-01 Gerd Moellmann <gerd@gnu.org>
4357
4358 * startup.el (command-line): If the terminal Emacs is running on
4359 has erase char set to ^H, use the Backspace key for deleting
4360 backward, and the Delete key for deleting forward.
4361
588c722f
MB
43622001-11-01 Miles Bader <miles@gnu.org>
4363
4364 * button.el (define-button-type): Make sure every user-defined
4365 button type has a supertype.
4366
74142afe
JR
43672001-10-31 Jason Rumney <jasonr@gnu.org>
4368
4369 * international/mule-cmds.el (locale-language-names): Add chs and
4370 cht as aliases for Chinese-GB and Chinese-BIG5.
4371
e6188964
RS
43722001-10-31 Richard M. Stallman <rms@gnu.org>
4373
4374 * bindings.el (mode-line-frame-identification): Add doc string.
4375 (mode-line-position, mode-line-modes): New variables.
4376 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
4377 that displays the position-in-buffer info.
4378 Use mode-line-modes for the part that displays major and minor modes.
e6188964 4379
cc1bde62
SS
43802001-10-31 Sam Steingold <sds@gnu.org>
4381
4382 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4383 (debugger-setup-buffer): Call it.
4384 (debugger-mode-map): Bind RET and mouse-2.
4385
acc24704 43862001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4387
4388 * startup.el: Document command line option --no-window-system
4389 instead of --no-windows.
4390
d4945dfb
SM
43912001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4392
cbe52879
SM
4393 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4394
bf9bb76f
SM
4395 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4396 (font-lock-defaults-alist): Use it.
4397 From David Ponce <david.ponce@wanadoo.fr>
4398
4399 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4400 output of `char-after'.
4401
747d3f2a
SM
4402 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4403
d4945dfb
SM
4404 * simple.el (reindent-then-newline-and-indent): Insert the newline
4405 before indenting the first line.
4406 (undo-get-state, undo-revert-to-state): New funs.
4407 (shell-command): Don't kill the buffer even if empty.
4408 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4409 (transpose-subr-end2): Remove.
4410 (transpose-subr): Add `special' arg and simplify.
4411 (transpose-subr-1): Rewrite.
4412 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4413 (rfc822-goto-eoh): Simplify.
4414
3a426197
RS
44152001-10-30 Richard M. Stallman <rms@gnu.org>
4416
3e3d3704 4417 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 4418
3f99f948
GM
44192001-10-30 Gerd Moellmann <gerd@gnu.org>
4420
4421 * international/iso-acc.el (iso-accents-compose): Remove a
4422 superfluous setq.
4423
ae830159
EZ
44242001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4425
4426 * buff-menu.el (list-buffers-noselect): If the buffer's name
4427 starts with a blank, but it visits a file, do show it (for files
4428 whose names start with a blank).
4429
8e8223e2
SM
44302001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4431
4432 * textmodes/fill.el (sentence-end-double-space)
4433 (sentence-end-without-period): Move to paragraphs.el.
4434 (fill-indent-according-to-mode): Change default to t.
4435 (fill-context-prefix): Simplify control-flow and use a more
4436 sophisticated merge that unifies both previous checks.
4437 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4438 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4439 (fill-nobreak-p): New fun.
4440 (fill-region-as-paragraph): Use it.
4441 Handle `fill-indent-according-to-mode' slightly differently.
4442 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4443 (fill-individual-paragraphs-citation): Fix.
4444
4445 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4446 (paragraph-start): Change default to the `text-mode' value.
4447 (sentence-end-double-space, sentence-end-without-period):
4448 Move from fill.el.
4449 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4450 rather than rebinding `paragraph-start' and `paragraph-separate'.
4451
4452 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 4453 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
4454 (indent-according-to-mode): Handle `indent-relative' and
4455 `indent-relative-maybe' specially.
4456 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 4457 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
4458 Don't call indent-according-to-mode for indent-relative' and
4459 `indent-relative-maybe'.
4460 (insert-tab): Rename `prefix-arg' to `arg'.
4461 (indent-region): Indent the first line as well.
4462 (indent-relative): Don't mark the buffer modified if the indentation
4463 is unchanged.
4464
4465 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4466 Don't set paragraph-separate. Set paragraph-start more carefully.
4467 Set indent-line-function.
4468 (paragraph-indent-text-mode): Use it and define-derived-mode.
4469 (text-mode-map): Remove the \t binding.
4470 (text-mode): Simplify now that the default is more favorable.
4471
44722001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4475 If the regexp doesn't match, use a looser one.
4476 (find-variable-noselect): Add `file' argument.
4477
4478 * pcvs.el (cvs-mode-commit-hook): New hook.
4479 (cvs-mode-commit): Run it.
4480
4481 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4482
4483 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4484 (edebug-instrument-function): Use `find-function-noselect'.
4485
dead519d
RS
44862001-10-29 Richard M. Stallman <rms@gnu.org>
4487
4d083a8f
RS
4488 * term.el (term-if-emacs19): Macro deleted.
4489 Callers changed to use progn instead.
4490
4491 * frame.el (blink-cursor-mode): Doc fix.
4492
8767d866
RS
4493 * files.el (find-backup-file-name): Use make-backup-file-name.
4494
dead519d
RS
4495 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4496 window-live-p.
4497 (edebug-set-conditional-breakpoint): Unconditionally use
4498 the former Emacs >=19 definition.
4499 (edebug-mark): Define unconditionally.
4500 (edebug-eval-expression): Always call read-from-minibuffer
4501 and specify history list.
4502 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4503 edebug-set-conditional-breakpoint.
4504 (edebug-emacs-version-specific): Function deleted;
4505 do the job at top level.
4506 (edebug-emacs-19-specific): Function deleted, this is the default.
4507
bcaf1c36
SS
45082001-10-29 Sam Steingold <sds@gnu.org>
4509
4510 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4511 "/cygdrive/LETTER/" pathnames.
4512
e76ecac5
EZ
45132001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4514
4515 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
4516 when testing whether face colors are not specified.
4517 From David.Kastrup@t-online.de (David Kastrup).
95125512 4518 (read-face-name): Doc fix.
bcaf1c36 4519 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
4520 (make-face-unitalic, make-face-bold-italic, invert-face):
4521 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 4522
d90a41e8
SS
45232001-10-29 Sam Steingold <sds@gnu.org>
4524
8e8223e2
SM
4525 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4526 Report numbers of files skipped and failed too.
d90a41e8
SS
4527 (byte-compile-file): Return 'no-byte-compile for skipped files.
4528
c499f00a 45292001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
4530
4531 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4532 and `M p'.
4533
f6f4bfb3
GM
45342001-10-29 Gerd Moellmann <gerd@gnu.org>
4535
4536 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4537 as is on unread-command-events instead of `(SECOND-CHAR)'.
4538
a4809977
AS
45392001-10-29 Andre Spiegel <spiegel@gnu.org>
4540
4541 * vc.el: Mention vc-*-switches in backend API documentation.
4542 (vc-annotate): Adapt doc string to recent change.
4543
0ccfdad2
GM
45442001-10-29 Gerd Moellmann <gerd@gnu.org>
4545
3f08fcd2
GM
4546 * enriched.el (enriched-face-ans): Handle face attributes
4547 of the form `(FACE1 FACE2 ...)'.
4548
8e8223e2 4549 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 4550
60ebcfe8
GM
45512001-10-29 Alex Schroeder <kensanata@yahoo.com>
4552
4553 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4554
4555 * progmodes/sql.el (sql-db2): Doc change.
4556 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4557 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4558
6fd735df
GM
45592001-10-29 Gerd Moellmann <gerd@gnu.org>
4560
4561 * env.el (substitute-env-vars): Don't quote argument to `rx';
4562 it's a macro.
4563
8997e990
GM
45642001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4565
4566 * cus-start.el (recursive-load-depth-limit): Added.
4567
eef442a5
RS
45682001-10-28 Richard M. Stallman <rms@gnu.org>
4569
36656ee3
RS
4570 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4571 All uses removed--assume Emacs version is >= 20.
4572
4573 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4574 by really checking that it is not version 18.
4575
eef442a5
RS
4576 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4577
5bbf4378
MB
45782001-10-28 Miles Bader <miles@gnu.org>
4579
4580 * faces.el (face-attribute): Add INHERIT argument, consider face
4581 inheritance if it's non-nil.
4582 (face-attribute-merged-with): New function.
4583 (face-attribute-specified-or): New macro.
4584 (face-foreground, face-background, face-stipple): Add INHERIT
4585 argument. Use `face-attribute-specified-or'.
4586
8259bf10
SM
45872001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4588
4589 * font-lock.el: Require `syntax'.
4590 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4591 Use `c-font-lock-syntactic-face-function' for c languages.
4592 (font-lock-mode): Don't unset vars when turning the mode off.
4593 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4594 (font-lock-extra-managed-props): New var.
4595 (font-lock-default-unfontify-region): Use it.
4596 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4597 Don't eval the value when there's no match.
4598 (font-lock-ppss-stats): New var.
4599 (font-lock-ppss): New fun.
4600 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4601 (font-lock-apply-highlight): Allow `highlight' to set several props.
4602 (font-lock-set-defaults): Use dolist.
4603 (font-lock-unset-defaults): Remove.
4604 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4605 Try to recognize prototypes using `foo P_ ((args))'.
4606 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4607 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4608 (c-font-lock-syntactic-face-function): New function.
4609 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4610 (c++-keywords): Use a more sophisticated regexp to handle
4611 shallowly nested templates.
4612
001c08a1
SM
46132001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4614
8259bf10
SM
4615 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4616 (sgml-tag): Use it. Cleanup with `cond'.
4617 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4618 Mark the overlays and only delete those that are marked.
4619 (sgml-skip-close-p): Remove.
4620 (sgml-value): Replace sgml-skip-close-p with its definition.
4621 (html-tag-alist): Use sgml-xml a bit more.
4622 (html-mode): Set sgml-empty-tags.
4623
001c08a1
SM
4624 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4625 (texinfo-update-node, texinfo-sequential-node-update):
4626 Don't bind the obsolete `auto-fill-hook'.
4627 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4628 Use `set-buffer' rather than `switch-to-buffer'.
4629 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4630 Use `set-buffer' rather than `switch-to-buffer'.
4631
4632 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4633 text-mode-syntax-table.
4634 (mail-mode): Use define-derived-mode.
4635 Fix ordering of alternatives in adaptive-fill-regexp.
4636 (mail-mode-map): Don't rely on keymap's internal representation.
4637
c77c3a73
SS
46382001-10-27 Sam Steingold <sds@gnu.org>
4639
4640 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4641 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4642 (sgml-mode-common): Call it.
4643 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4644 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4645 (html-horizontal-rule, html-image, html-ordered-list):
4646 (html-unordered-list, html-list-item, html-paragraph):
4647 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4648 `html-xhtml'.
4649
8e5ff9aa
EZ
46502001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4651
4652 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4653 (ifnothtml): New alias.
4654
b9c6ab68
SM
46552001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4656
4657 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4658 (toggle-text-mode-auto-fill): Use derived-mode-p.
4659
cfc3aed3
GM
46602001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4661
4662 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4663 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4664
bd6eb1cb
EZ
46652001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4666
bcfb9eff
SM
4667 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4668 Add make-obsolete cookies, to follow faces.el.
944e6f60 4669
bd6eb1cb 4670 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 4671
bd6eb1cb
EZ
4672 * faces.el (internal-get-face): Use facep instead of the obsolete
4673 internal-find-face.
bcfb9eff
SM
4674 (internal-frob-font-weight, internal-frob-font-slant):
4675 New defaliases for obsolete functions.
4676 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4677 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
4678 (x-make-font-bold-italic): Use internal-frob-font-weight and
4679 internal-frob-font-slant aliases instead of the obsolete
4680 x-frob-... functions.
4681
58203d91
SS
46822001-10-26 Sam Steingold <sds@gnu.org>
4683
4684 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 4685 DOCTYPE; set `mode-name' based on it.
58203d91
SS
4686 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4687 (sgml-tag): Close empty tags in XHTML.
4688
317672ff
JR
46892001-10-26 Jason Rumney <jasonr@gnu.org>
4690
4691 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4692 when UNICODE is not defined.
4693
07fedaed
SS
46942001-10-26 Sam Steingold <sds@gnu.org>
4695
4696 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4697 be alone on the line.
4698
d4e34d24
EZ
46992001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4700
bcfb9eff 4701 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 4702
187cd25b
SS
47032001-10-26 Sam Steingold <sds@gnu.org>
4704
4705 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4706 Protect the /= test by checking that the args are non-nil.
b9c6ab68 4707 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 4708
63db25ed
GM
47092001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4710
4711 * textmodes/artist.el (artist-version): 1.2.4.
4712 (artist-butlast-fn): New variable.
4713 (artist-butlast): New function.
4714 (artist-ellipse-mirror-quadrant): Use it.
4715 (artist-mouse-draw-poly): Use nil for `point-list'.
4716 (artist-mouse-draw-poly): Check for point-list being nil.
4717
627a4e30
GM
47182001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4719
4720 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4721 lambda expression.
4722 (ps-mode-menu-main): Submenu with options on/off was replaced with
4723 a toggle button.
4724 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4725 (ps-mode): Autoload cookie added on same line as comment
4726 (ps-mode-tabkey, ps-mode-backward-delete-char):
4727 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4728 `indent-to' with `indent-line-to'
4729 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4730 instead of `eval'.
4731 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 4732 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
4733 (numerous places): Add back-tick and tick around names in
4734 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 4735
bcfb9eff
SM
47362001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4737
4738 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4739 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4740 (sgml-font-lock-syntactic-keywords): New var.
4741 (sgml-mode-common): Drop the two args.
4742 Don't make buffer-local variables that aren't used.
4743 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4744 Don't set `before-string' props from sgml-display-text.
4745 (sgml-mode): Use define-derived-mode.
4746 (sgml-tags-invisible): Use sgml-display-text.
4747 (sgml-quote): New command.
4748 (html-tag-alist): Add args for `span'.
4749 (html-mode): Use define-derived-mode.
4750 Set sgml-display-text and sgml-tag-face-alist.
4751
598f34fa
SS
47522001-10-25 Sam Steingold <sds@gnu.org>
4753
4754 * add-log.el (add-log-always-start-new-record): New user option.
4755 (add-change-log-entry): Use it.
4756
a3fbafe2
RS
47572001-10-25 Richard M. Stallman <rms@gnu.org>
4758
4759 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4760 bind case-fold-search if FROM is not all lower case.
4761
5b6a51aa
GM
47622001-10-25 Gerd Moellmann <gerd@gnu.org>
4763
dfe92a6a
GM
4764 * startup.el (normal-top-level): Check for frame-initial-frame
4765 only if it's really used.
4766
879eadc3
GM
4767 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4768
5b6a51aa
GM
4769 * progmodes/compile.el (compilation-parse-errors-filename-function):
4770 New variable.
4771 (compilation-parse-errors): Use it.
4772
d73a471b
SM
47732001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4774
4775 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4776 interactively so that C-u M-C-x still does edebug.
4777 (checkdoc-sentencespace-region-engine): Don't force a double-space
4778 after `.' if it doesn't look like an end-of-sentence.
4779 (debug-ignored-errors): Add `disambiguate ...'.
4780
47812001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4782
4783 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 4784 (texinfo-environment-regexp): Hoist.
d73a471b
SM
4785 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4786 Only highlight the menu name in menu items.
4787 Setup `@foo ... @end foo' as text clones.
4788 (texinfo-clone-environment): New function.
4789 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4790 (texinfo-insert-block): Simplify.
4791 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4792 the command is repeated.
4793 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4794 (texinfo-insert-@end): Simplify.
4795
4796 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4797 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4798 (texinfo-subsubsection-level-regexp)
4799 (texinfo-update-menu-same-level-regexps)
4800 (texinfo-update-menu-higher-regexps)
bcfb9eff 4801 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
4802
4803 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4804 (derived-mode-p): Autoload.
4805
4806 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4807 New vars and functions.
4808 (text-clone-maintain, text-clone-create): New functions.
4809
f66bd220
MB
48102001-10-25 Miles Bader <miles@gnu.org>
4811
4812 * facemenu.el (facemenu-add-new-face): Fix variable names.
4813
b617a66b
RS
48142001-10-24 Richard M. Stallman <rms@gnu.org>
4815
d436d538
RS
4816 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4817 of t and nil values.
4818 (facemenu-set-face): Handle START and END interactively.
4819 (facemenu-set-foreground): Don't use a face; specify color directly.
4820 (facemenu-set-background): Likewise.
4821 (facemenu-set-face-from-menu): Doc fix.
4822 (facemenu-active-faces): Use face-attribute-vector
4823 to handle bare attributes not in faces.
4824 (facemenu-get-face): Don't handle face names fg:... and bg:...
4825 specially.
4826 (facemenu-add-new-face): New argument MENU.
4827 New way to handle adding colors to the color menus.
4828
b617a66b
RS
4829 * env.el (substitute-env-vars): Quote the arg to rx.
4830
7b611de0
SS
48312001-10-24 Sam Steingold <sds@gnu.org>
4832
4833 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 4834 Control" and "SGML" groups.
7b611de0 4835
c533fe40
SM
48362001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4837
4838 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4839 Better handling of C++ template args to avoid confusion with `<'
4840 and `>' used as operators in member init expressions.
4841
bdbdebff
GM
48422001-10-24 Gerd Moellmann <gerd@gnu.org>
4843
4aa6b955
GM
4844 * replace.el (perform-replace): Move START and END parameters
4845 to the end of the argument list and make them optional.
4846
4847 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4848 perform-replace.
4849
c533fe40 4850 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
4851 (x-complement-fontset-spec): Use it.
4852
0033146f
SM
48532001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4854
e07777e6
SM
4855 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4856
0033146f
SM
4857 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4858 Turn caadr into caar of cdr.
4859
24db49fb
GM
48602001-10-23 Gerd Moellmann <gerd@gnu.org>
4861
e07777e6 4862 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
4863 of mouse-{1,2} since dragging is on the down event.
4864
c51488cd
GM
4865 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4866
197a9dfd
GM
4867 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4868 if ARG is nil.
4869
24db49fb
GM
4870 * desktop.el (desktop-last-buffer): New variable.
4871 (desktop-create-buffer): Set it.
4872 (desktop-read): Bind it and switch to that buffer.
4873
e38e2839
GM
48742001-10-22 Gerd Moellmann <gerd@gnu.org>
4875
e07777e6
SM
4876 * progmodes/compile.el (compilation-set-window-height):
4877 Select old window only if it's still live.
e38e2839 4878
acc24704 48792001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
784b8937
PJ
4880
4881 * help-mode.el (help-buffer): Remove debugging code.
4882 From Stefan Monnier <monnier@cs.yale.edu>.
4883
b704d54b
EZ
48842001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4885
e07777e6
SM
4886 * files.el (file-name-sans-extension, file-name-extension):
4887 Don't count the leading dots in file names as signaling an extension.
b704d54b 4888
fb2fa4a9
AS
48892001-10-22 Andre Spiegel <spiegel@gnu.org>
4890
4891 * vc.el (vc-diff-switches): Doc rewritten.
4892
7142670a
EZ
48932001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4894
4b2bb9be
EZ
4895 * tooltip.el (tooltip-set-param): Doc fix.
4896
2840d653
EZ
4897 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4898 127 to sgml-maybe-name-self.
4899 (sgml-name-8bit-mode): Doc fix.
4900 (sgml-char-names-table): New variable.
4901 (sgml-name-char): Support non-ASCII and mule-unicode-*
4902 characters. Doc fix.
4903 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4904
7142670a
EZ
4905 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4906 doc string the effect of `left' and `top' parameters in
4907 tooltip-frame-parameters, the default values, and the units.
e07777e6 4908 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
4909 (tooltip-show): Mention in the doc string the `top' and `left'
4910 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4911
dea19473
AS
49122001-10-22 Andre Spiegel <spiegel@gnu.org>
4913
4914 Add autoscaling support for vc-annotate.
9522e2d8 4915 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 4916
dea19473
AS
4917 * vc.el (vc-annotate-display-default): Accept colormap scaling
4918 ratio (now deprecated).
4919 (vc-annotate-display-autoscale): Added.
4920 (vc-annotate-add-menu): New autoscaling menu options "Span to
4921 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 4922 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
4923 (vc-annotate-display-select): Added.
4924 (vc-annotate): Changed temp-buffer-show-function to
4925 `vc-annotate-display-select'.
4926 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4927 Added argument OFFSET. Instead of backend function, calls now
4928 generic `vc-annotate-difference'.
4929 (vc-annotate-difference): Added as generic function instead of
4930 backend-specific function. No longer takes argument POINT, but
4931 instead accepts a time OFFSET.
4932 (vc-default-annotate-current-time): Added.
4933
4934 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 4935 version in vc.el, with
dea19473 4936 (vc-cvs-annotate-current-time): Added, as override of default.
ea136e8d 4937 (vc-cvs-annotate-time): Added. Taken mostly from the (now removed)
dea19473
AS
4938 `vc-cvs-annotate-difference'.
4939
04808157
GM
49402001-10-22 Gerd Moellmann <gerd@gnu.org>
4941
26fe1f92
GM
4942 * saveplace.el (save-place): Require `saveplace'.
4943
e07777e6 4944 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
4945 Use `sexp' for :value-type instead of `face'.
4946
a6a1654e
EZ
49472001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4948
4949 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4950 regexps due to 5-digit message IDs.
4951
4fdd691b
JR
49522001-10-21 Jason Rumney <jasonr@gnu.org>
4953
a6a1654e 4954 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 4955
a6a1654e 49562001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
4957
4958 * help-funs.el (help-manyarg-func-alist): Variable removed.
4959
7e9a6a1b
MB
49602001-10-21 Miles Bader <miles@gnu.org>
4961
4962 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
4963 `insert', `insert-and-inherit', `insert-before-markers',
4964 `insert-before-markers-and-inherit', `message', `message-box',
4965 `message-or-box', `propertize', `format', `encode-time', `append',
4966 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4967 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4968 `ml-prefix-argument-loop'.
7e9a6a1b 4969
72830e8a
AS
49702001-10-21 Andre Spiegel <spiegel@gnu.org>
4971
e07777e6
SM
4972 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4973 (vc-default-diff-tree): New functions.
72830e8a
AS
4974 (vc-version-diff): Use them. As a result, coding systems are now
4975 set up properly for all sorts of diffs, and tree diffs can now
4976 also be done locally.
4977 (vc-diff): With a prefix argument, don't require that it's called
4978 from a buffer under version control.
a279f22f 4979 (diff-switches): Remove duplicate definition.
e07777e6 4980
72830e8a
AS
4981 * vc-cvs.el (vc-cvs-diff-tree): New function.
4982
b6715b9f
MB
49832001-10-21 Miles Bader <miles@gnu.org>
4984
386ca361
MB
4985 * help-funs.el (help-manyarg-func-alist): Remove entries for
4986 `list', `vector', `make-byte-code', `call-process',
4987 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4988 `logand', `logior', and `logxor'.
4989
b6715b9f
MB
4990 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4991 image bits to compensate. Use `make-string' instead of
4992 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4993
db6f8ff1
KS
49942001-10-20 Kim F. Storm <storm@cua.dk>
4995
4996 * simple.el (kill-ring-save): Don't show extent of copied region
4997 if using transient-mark-mode and region is fully visible.
4998
da67faa9
KS
49992001-10-20 Gerd Moellmann <gerd@gnu.org>
5000
5001 * (Version 21.1 released.)
5002
8f9495e7
EZ
50032001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
5004
5005 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 5006 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 5007
1f006824
SS
50082001-10-18 Sam Steingold <sds@gnu.org>
5009
5010 Put the *Compile-Log* buffer in `compilation-mode'.
5011 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
5012 (byte-compile-log-1, byte-compile-log-file)
e07777e6 5013 (displaying-byte-compile-warnings): Use it
1f006824 5014
e54030af
SM
50152001-10-18 Stefan Monnier <monnier@cs.yale.edu>
5016
d2f11dda
SM
5017 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
5018
e54030af
SM
5019 * xml.el (xml-parse-tag): Use eq on char-after's return value.
5020
d0035f7a
GM
50212001-10-18 Gerd Moellmann <gerd@gnu.org>
5022
3f482bc0
GM
5023 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
5024
e54030af
SM
5025 * obsolete/hilit19.el (hilit-lookup-face-create):
5026 Call set-face-font only if display-graphic-p.
d0035f7a
GM
5027 (toplevel): Remove references to window-system.
5028
4d251ae7
MB
50292001-10-18 Miles Bader <miles@gnu.org>
5030
5031 * simple.el (what-line): Avoid problems with field properties.
5032
2670cf80
EZ
50332001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
5034
5035 * wid-edit.el (widget-field-face, widget-single-line-field-face):
5036 Define special colors for a tty.
5037
5889cc20
FP
50382001-10-17 Francesco Potorti` <pot@gnu.org>
5039
5040 * comint.el (comint-password-prompt-regexp): Make it less
5041 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
5042
2670cf80 50432001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
5044
5045 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
5046 a regular file, before checking if it is a directory or symlink.
5047 This avoids a call to eshell-file-attributes, which can be
5048 expensive in some situations.
5049
5050 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
5051 customization variable, to differentiate ls-in-dired from regular
5052 uses of ls.
5053
3d58b15e
MB
50542001-10-17 Miles Bader <miles@gnu.org>
5055
5056 * custom.el (defface): Mention `:inherit' in doc-string.
5057
ca5b46fc
EZ
50582001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
5059
5060 * paren.el: Update the Commentary with installation instructions.
5061
56378db4
GM
50622001-10-15 Dave Love <fx@gnu.org>
5063
5064 * international/mule.el (set-auto-coding): Fix regexps for local
5065 variables section not to eat newlines.
5066
31252c00
MB
50672001-10-15 Miles Bader <miles@gnu.org>
5068
5069 * simple.el (display-message-or-buffer): Pass the correct buffer
5070 to `display-buffer'.
5071
0c88c937
SM
50722001-10-14 Stefan Monnier <monnier@cs.yale.edu>
5073
5074 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
5075 (executable-find): Use exec-suffixes.
5076 (executable-set-magic): Don't use make-local-hook.
5077
5078 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
5079
5a595785
EZ
50802001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
5081
a12ca054
EZ
5082 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
5083 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
5084 Add .so to the Unix and GNU branch.
5085
0c88c937
SM
5086 * international/latin-1.el:
5087 * international/latin-2.el:
5088 * international/latin-3.el:
5089 * international/latin-4.el:
5090 * international/latin-5.el:
5091 * international/latin-8.el:
5a595785
EZ
5092 * international/latin-9.el: Add no-byte-compile: t, since
5093 Makefile.in instructs make-docfile to look at .el files.
5094
530893b2
MB
50952001-10-14 Miles Bader <miles@gnu.org>
5096
5097 * button.el (define-button-type): Allow supertype property to be
5098 specified with a keyword `:supertype' too.
5099 (button-put, make-text-button): Allow button type property to be
5100 specified using the keyword `:type' too.
5101 (button-type): New function.
5102 (button): Add `button-category-symbol' property.
5103
6efb29ef
SM
51042001-10-13 Stefan Monnier <monnier@cs.yale.edu>
5105
0c88c937
SM
5106 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
5107 indent-new-comment-line from comment-indent-new-line.
5108
6efb29ef
SM
5109 * textmodes/refill.el (refill-mode):
5110 Bind DEL to backward-delete-char-untabify.
5111 Set backward-delete-char-untabify-method to `hungry'.
5112
5113 * textmodes/bib-mode.el (bib-mode):
5114 * play/gomoku.el (gomoku-mode):
5115 * textmodes/page-ext.el (pages-directory-mode):
5116 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
5117
5118 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
5119
5120 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
5121
5122 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
5123 Handle here-docs differently.
5124 (sh-font-lock-heredoc): Remove.
5125 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
5126 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
5127 (sh-font-lock-open-heredoc): New functions.
5128 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
5129 (sh-font-lock-keywords-1): Use regexp-opt.
5130 (sh-in-comment-or-string): Use syntax-ppss.
5131 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
5132 (sh-select, sh-tmp-file): Add explicit terminating \n.
5133
5134 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
5135 Use with-current-buffer.
5136 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
5137 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
5138 filename), catch any error that occurs in `ange-ftp-cd'.
5139 If an error happened, don't bother sending `cmd' at all.
5140 Fix a parenthesis typo.
5141 (ange-ftp-write-region): Don't blindly use binary if the remote host
5142 is unix-like.
5143
5144 * play/pong.el (pong-init): Don't use make-local-hook.
5145
2d341681 51462001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
5147
5148 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
5149 (viper-get-ex-address-subr): More precise addr for the $ marker
5150
eef9b65f
EZ
51512001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
5152
5153 * version.el (emacs-version): Bump to 21.1.50.
5154
acc24704 51552001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
a2bdcec4
PJ
5156
5157 * mail/mailalias.el (mail-directory-stream): Do not double
5158 variables in the lambda-list.
5159
5160 * play/gomoku.el (gomoku-init-display): Ditto.
5161
5162 * play/landmark.el (lm-init-display): Ditto.
5163
5164 * delim-col.el (delimit-columns-rectangle-max): Ditto.
5165 (delimit-columns-rectangle-line): Ditto.
5166
f892ac1d
SM
51672001-10-12 Stefan Monnier <monnier@cs.yale.edu>
5168
5a1373f3
SM
5169 * newcomment.el (comment-region-internal): Don't rebind
5170 invisibility_spec now that the C routines handle it correctly.
5171
5172 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
5173
026f408d
SM
5174 * frame.el (special-display-popup-frame): Obey new specs `same-window'
5175 and `same-frame'.
5176
32993295
SM
5177 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
5178
5179 * simple.el (minibuffer-local*-map): Remove redundant bindings.
5180
5181 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
5182 C-p and C-r. Remove redundant bindings from inheriting maps.
5183
f892ac1d
SM
5184 * progmodes/cperl-mode.el: Merged in changes from v4.32.
5185 After 4.23 and: After 4.24:
5186 (cperl-contract-levels): Restore position.
5187 (cperl-beautify-level): Likewise.
5188 (cperl-beautify-regexp): Likewise.
5189 (cperl-commentify): Rudimental support for length=1 runs
5190 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
5191 After 4.25:
5192 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
5193 (imenu-example--create-perl-index): Was not enforcing
5194 syntaxification-to-the-end.
5195 (cperl-invert-if-unless): Allow `for', `foreach'.
5196 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
5197 Mark qw(), m()x as indentable.
5198 (cperl-init-faces): Highlight `sysopen' too.
5199 Highlight $var in `for my $var' too.
5200 (cperl-invert-if-unless): Was leaving whitespace at end.
5201 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
5202 (cperl-calculate-indent): Remove old commented out code.
5203 Support (primitive) indentation of qw(), m()x.
5204 After 4.26:
5205 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
5206 q [] with intervening newlines.
5207 (cperl-autoindent-on-semi): New customization variable.
5208 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
5209 (cperl-tips): Mention how to make CPerl the default mode.
5210 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
5211 (cperl-outline-level): New function.
5212 (cperl-highlight-variables-indiscriminately): New customization var.
5213 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
5214 From Sean Kamath <kamath@pogo.wv.tek.com>.
5215 (cperl-after-block-p): Support CHECK and INIT.
5216 (cperl-init-faces, cperl-short-docs): Likewise and "our".
5217 From Doug MacEachern <dougm@covalent.net>.
5218 After 4.27:
5219 (cperl-find-pods-heres): Recognize \"" as a string.
5220 Mark whitespace between q and [] as `syntax-type' => `prestring'.
5221 Allow whitespace between << and "FOO".
5222 (cperl-problems): Remove \"" and q [] with intervening newlines.
5223 Mention multiple <<EOF as unsupported.
5224 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
5225 (cperl-indent-parens-as-block): New configuration variable.
5226 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
5227 Use `cperl-indent-parens-as-block'.
5228 (cperl-find-pods-heres): Test for =cut without empty line instead of
5229 complaining about no =cut.
5230 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
5231 (cperl-find-pods-heres): Likewise.
5232 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
5233 POD could've been marked as comment already.
5234 (cperl-unwind-to-safe): Unwind before start of POD too.
5235 After 4.28:
5236 (cperl-forward-re): Throw an error at proper moment REx unfinished.
5237 After 4.29:
5238 (x-color-defined-p): Make an extra case to peacify the warning.
5239 Toplevel: `defvar' to peacify the warnings.
5240 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
5241 No -nw-compile time warnings now.
5242 (cperl-find-tags): TAGS file had too short substring-to-search.
5243 Be less verbose in non-interactive mode
5244 (imenu-example--create-perl-index): Set index-marker after name
5245 (cperl-outline-regexp): New variable.
5246 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
5247 (cperl-mode): Made use `cperl-outline-regexp'.
5248 After 4.30:
5249 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
5250 (cperl-outline-level): Make start-of-file same level as `package'.
5251 After 4.31:
5252 (cperl-electric-pod): `head1' and `over' electric only if empty.
5253 (cperl-unreadable-ok): New variable.
5254 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
5255 on an unreadable file.
5256 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
5257 on an unreadable directory.
5258
5259 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
5260 Consider the text between two errors as belonging to the first error.
5261 (compilation-goto-locus): Use pop-to-buffer rather than
5262 switch-to-buffer-other-frame.
5263
5264 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
5265 (awk-font-lock-syntactic-keywords): New var.
5266 (awk-mode): Use it.
5267
5268 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
5269
5270 * faces.el (describe-face): Call help-setup-xref earlier.
5271
5272 * jka-compr.el (jka-compr-load-suffixes): New var.
5273 (jka-compr-install): Add its content to load-suffixes.
5274 (jka-compr-uninstall): Remove its content from load-suffixes.
5275
b878b8c3
SS
52762001-10-12 Sam Steingold <sds@gnu.org>
5277
7ed93890
SS
5278 * bindings.el (completion-ignored-extensions): CL-related
5279 extensions are platform-independent.
5280
b878b8c3
SS
5281 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5282 asynchronous multiple file copying.
5283
eadd6444
GM
52842001-10-12 Gerd Moellmann <gerd@gnu.org>
5285
5a1373f3 5286 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 5287 Turn error for repeated variables into warning.
5a1373f3
SM
5288
5289 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5290 New function checking that lambda-list consists of non-constant
eadd6444 5291 symbols, that &rest and &optional are followed by variable names,
f892ac1d 5292 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
5293 (byte-compile-lambda): Use it.
5294
beb0990f
GM
52952001-10-12 Eli Barzilay <eli@barzilay.org>
5296
5297 * calculator.el (calculator-eng-display): Don't call concat
5298 with an integer argument.
5299
07f904a3
MB
53002001-10-12 Miles Bader <miles@gnu.org>
5301
5302 * help-mode.el (help-customize-face): New button-type.
b0412574 5303
07f904a3
MB
5304 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5305 (describe-face): Fix args to `help-xref-button'.
5306 Don't switch to help-buffer around call to `help-setup-xref'.
5307 Use `help-buffer' instead of hard-wired "*Help*".
5308 Require `help-mode'.
5309
2168e04d
SM
53102001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5311
5312 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5313
5314 * help-mode.el (help-buffer): New function.
5315 Returns the buffer-name to use for help output.
5316 Change all the code to use it instead of hard-coding *Help*.
5317 (help-mode-map): Put back the mouse-2 binding.
5318 (help-xref-stack): Change the format and make buffer-local.
5319 (help-xref-stack-item): Make buffer-local.
5320 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5321 (help-xref-interned): Display the face doc as well.
5322 (help-follow-mouse): Re-introduce.
5323 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5324 (help-do-xref): Don't `push' any more.
5325 (help-follow): Also follow face names.
5326
5327 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5328 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5329 Autoload and cleanup.
5330 (describe-function): Call help-setup-xref.
5331 (describe-variable): Call help-setup-xref earlier.
5332
5333 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5334 (view-lossage): Call help-setup-xref correctly and earlier.
5335 (describe-bindings): Call help-setup-xref earlier.
5336 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5337 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 5338
1ae6b8f1
GM
53392001-10-11 Gerd Moellmann <gerd@gnu.org>
5340
a5be8a9a
GM
5341 * master.el (master-mode): Use define-minor-mode instead of
5342 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 5343 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
5344 since it's always autoloaded.
5345
1ae6b8f1
GM
5346 * master.el: New file.
5347
63ca0a6e
GM
53482001-10-11 Dave Love <fx@gnu.org>
5349
5350 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5351 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5352 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 5353
63ca0a6e 53542001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 5355
2168e04d
SM
5356 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5357 New function extracted from byte-compile-log-1.
5358 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
5359 the output of other GNU tools.
5360 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
5361 (byte-compile-report-error): Downcase error message.
5362 Use `error' instead of `!!' for error messages.
d731e6b8
GM
5363 (byte-compile-print-syms): Treat non-interactive case specially.
5364 (displaying-byte-compile-warnings): Use backquote.
5365 (byte-compile-from-buffer): Bind byte-compile-last-line.
5366 (batch-byte-compile): Remove `Done' message.
5367
75a4e7c5 53682001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
5369
5370 * emacs-lisp/copyright.el (copyright): Add final \n.
5371
0e094c29
MB
53722001-10-11 Miles Bader <miles@gnu.org>
5373
5374 * diff.el (diff): Display default values in prompts as
5375 `(default ...)', not `(...)'.
b0412574 5376
0e094c29
MB
5377 * info.el (Info-follow-reference): Likewise.
5378
c2ca5171
SM
53792001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5380
30de4b24
SM
5381 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5382
7164ef13
SM
5383 * newcomment.el (comment-indent): Be a little more robust in case
5384 comment-indent-function does funny things.
5385 (comment-normalize-vars): Autoload.
5386 (comment-region-internal): Fiddle with the visibility spec.
5387 (comment-valid-prefix): New function.
5388 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5389 that would turn comment-text into non-comment-text.
5390
5391 * emacs-lisp/syntax.el: New file.
5392
c2ca5171
SM
5393 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5394 compatibility cruft.
5395 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5396 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5397 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5398 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5399 tcl-submit-bug-report.
5400 (tcl-mode-syntax-table): Leave \f alone.
5401 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5402 tcl-end-of-defun, tcl-submit-bug-report.
5403 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5404 (tcl-add-emacs-menu): Remove.
5405 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5406 (tcl-keyword-list): Add `chain'.
5407 (tcl-font-lock-syntactic-keywords): New variable.
5408 (tcl-pps-has-arg-6): Remove.
5409 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5410 (tcl-internal-mark-defun): Remove.
5411 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5412 (tcl-mode): Use define-derived-mode. Simplify.
5413 Set comment-indent-function.
5414 (tcl-indent-command): Use line-beginning-position and comment-indent.
5415 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5416 (tcl-indent-line): Use tcl-calculate-indent.
5417 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5418 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5419 (tcl-filter): Use with-current-buffer, simplify.
5420 (inferior-tcl-mode): Use define-derived-mode.
5421 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5422 (tcl-simple-in-comment, tcl-in-comment): Removed.
5423 (tcl-files-alist): New function.
5424 (tcl-help-snarf-commands): Use it and return the result directly
5425 rather than through a global variable.
5426 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5427 (tcl-help-on-word): Provide the default value to completing-read.
5428 (tcl-hilit): Remove.
5429 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5430 (tcl-comment-indent): New function.
5431 (tcl-submit-bug-report): Remove.
5432 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5433 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5434 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5435
07becdb1
MB
54362001-10-10 Miles Bader <miles@gnu.org>
5437
5438 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5439 (Info-fontify-node): Don't fontify the node if it's already been done.
5440
88255adb
GM
54412001-10-10 Gerd Moellmann <gerd@gnu.org>
5442
031a1678
GM
5443 * international/iso-transl.el (iso-transl-e-caret)
5444 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5445 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5446
619632ac
GM
5447 * simple.el (end-of-buffer): Fix code scrolling specially
5448 for the buffer end.
5449
88255adb
GM
5450 * startup.el (command-line-1): Bind tab-width to 8.
5451
acc24704 54522001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5c4d3f02 5453
3680909c 5454 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
5455 user-visible commands. From Rob Riepel
5456 <riepel@Networking.Stanford.EDU>.
5457
89e9c8d7
GM
54582001-10-09 Gerd Moellmann <gerd@gnu.org>
5459
5460 * ruler-mode.el: New file.
5461
3b8c60f1
MB
54622001-10-09 Miles Bader <miles@gnu.org>
5463
71f19cda
MB
5464 * apropos.el (button): New require.
5465
55e9efba 5466 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
5467 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5468
55e9efba 5469 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 5470
55e9efba
MB
5471 * help.el: Don't require `view' when compiling.
5472 (help-with-tutorial, describe-function, describe-function-1)
5473 (variable-at-point, describe-variable, locate-library):
5474 Functions moved into `help-funs.el'.
5475 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5476 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5477 (help-setup-xref, help-xref-following, help-make-xrefs)
5478 (help-xref-button, help-insert-xref-button, help-xref-interned)
5479 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5480 (help-xref-on-pp): Functions moved into `help-mode.el'
5481 (help-mode-map, help-xref-stack, help-xref-stack-item)
5482 (help-highlight-p, help-highlight-face, help-back-label)
5483 (help-xref-symbol-regexp, help-xref-mule-regexp)
5484 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5485 (help-symbol, help-back, help-info, help-customize-variable)
5486 (help-function-def, help-variable-def):
5487 Button-types moved into `help-mode.el'.
5488 (load-symbol-file-load-history, symbol-file):
5489 Functions moved into `subr.el'.
5490 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
5491 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5492
5493 * subr.el (symbol-file-load-history-loaded)
5494 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5495
55e9efba
MB
5496 * loadup.el ("button"): Load removed.
5497
ded42dd3
MB
5498 * button.el (define-button-type): Respect any `supertype' property.
5499 (button-type-subtype-p, button-has-type-p): New functions.
5500
f4be0a12
MB
5501 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5502 dollar-signs.
5503
5504 * comint.el (comint-insert-previous-argument): New function.
5505 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 5506 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
5507 (comint-insert-previous-argument-last-index): New variables.
5508
3b8c60f1
MB
5509 * apropos.el (apropos-next-label-button): Use the presence of a
5510 `apropos-label' property to detect label buttons.
5511
a101302b
MB
55122001-10-08 Miles Bader <miles@gnu.org>
5513
5514 * button.el (next-button, previous-button): Remove N and WRAP
5515 parameters. Don't pay attention to `skip' properties.
5516 (forward-button): Implement wrapping, iterating, and skipping here
5517 instead.
894e460c 5518 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
5519 (button-nop): Function removed.
5520 (default-button): Use `ignore' as default button action.
894e460c 5521
a101302b
MB
5522 * apropos.el (apropos-next-label-button): Update arguments to
5523 `next-button'.
894e460c 5524 (apropos-symbol): Add `skip' property.
c2ca5171
SM
5525 (apropos-function, apropos-macro, apropos-command)
5526 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
5527 (apropos-plist): New button types.
5528 (apropos-label-properties): Variable removed.
5529 (apropos-print): Pass button-type to apropos-print-doc, rather
5530 than help function and label text.
5531 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5532 Get button label from TYPE.
a101302b 5533
82345a9a
SM
55342001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5535
b0fbf754
SM
5536 * help.el (help-mode): Use define-derived-mode.
5537 (describe-mode): Add optional `buffer' arg.
5538 Use it instead of going through help-xref-mode.
5539 Avoid doubling the word `minor' when prettifying.
5540 (describe-function-1): List the corresponding key bindings.
5541 (describe-variable): Say if the var is automatically buffer-local.
5542 If the source is `loaddefs.el', look for the real source.
5543 (help-xref-mode): Remove.
5544
82345a9a
SM
5545 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5546 the file says no-byte-compile.
5547
d6bc0bdc
MB
55482001-10-08 Miles Bader <miles@gnu.org>
5549
5550 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 5551
7997fd38
MB
55522001-10-07 Miles Bader <miles@gnu.org>
5553
e664497b
MB
5554 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5555 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5556 `woman-follow-word' instead of `woman-mouse-2'.
5557 (woman-follow-word): Renamed from `woman-mouse-2'.
5558 Follow current unconditionally, since this function is now only
5559 bound to M-mouse-2. Use accessor functions.
5560 (WoMan-highlight-references): Use `make-text-button'.
5561 (woman-xref): New button type.
5562
d876f455
MB
5563 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5564 ("button"): New load, just before "help" (which uses it).
5565
5566 * help.el (help-mode-map): Make button-buffer-map our parent.
5567 Don't bind mouse events or tab/backtab.
5568 (help-function, help-variable, help-face, help-coding-system)
5569 (help-input-method, help-character-set, help-back, help-info)
5570 (help-customize-variable, help-function-def, help-variable-def):
5571 New button types.
5572 (help-button-action): New function.
5573 (describe-function-1): Pass help button-types to
5574 `help-xref-button' rather than help function and help-echo string.
5575 Don't put multiple help-function args in a list to pass them to
5576 help-xref-button, just pass them as multiple arguments.
5577 Use `help-insert-xref-button' to make [back]-button, rather than
5578 `help-xref-button'.
5579 (help-xref-button): Take a button-type TYPE as a parameter rather
5580 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5581 and add a &rest parameter ARGS to serve the same purpose.
5582 Use `make-text-button' to add the button.
5583 (help-insert-xref-button): Use `insert-text-button' to add the button.
5584 (help-follow-mouse, help-next-ref, help-previous-ref):
5585 Functions removed.
5586 (help-do-xref): New function.
5587 (help-follow): Use `push-button' and `help-do-xref' to do most of
5588 the work.
5589
5590 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 5591 (apropos-symbol-button-display-help)
d876f455
MB
5592 (apropos-label-button-display-help, apropos-next-label-button):
5593 New functions.
5594 (apropos-mode-map): Make button-buffer-map our parent.
5595 Don't bind mouse events.
5596 (apropos-print, apropos-print-doc): Create buttons instead of text
5597 properties.
5598 (apropos-mouse-follow): Function removed.
5599 (apropos-follow): Use buttons.
5600
7997fd38
MB
5601 * button.el: New file.
5602
1a4372ef
GM
56032001-10-07 Gerd Moellmann <gerd@gnu.org>
5604
82345a9a 5605 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
5606 Remove.
5607
857e81db
RS
56082001-10-05 Richard M. Stallman <rms@gnu.org>
5609
5610 * add-log.el (add-change-log-entry): Skip copyright notice
5611 and copying permission notice at start of file, if any.
5612 Make use of terms "entry" and "item" accord with Emacs manual.
5613 Simplify the logic for moving point while entering or creating
5614 an entry and then an item.
5615 (add-change-log-entry-other-window): Doc fix.
5616
4650e362
MB
56172001-10-06 Miles Bader <miles@gnu.org>
5618
5619 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5620 removed; they apparently don't work with faces.
5621
b4f05c38
SS
56222001-10-05 Sam Steingold <sds@gnu.org>
5623
5624 * textmodes/sgml-mode.el (html-xhtml): New user option.
5625 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5626 (html-ordered-list, html-unordered-list, html-list-item)
5627 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5628 (sgml-skip-close-p): New function.
5629 (sgml-value): Use it.
5630
4dd618ff
SS
56312001-10-05 Sam Steingold <sds@gnu.org>
5632
5633 * calendar/diary-lib.el (diary-entry-compare): When times are
5634 identical, compare the entries lexicographically.
5635
a01b7831
MB
56362001-10-06 Miles Bader <miles@gnu.org>
5637
82345a9a
SM
5638 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5639 Use `minibuffer-prompt-end'.
a01b7831
MB
5640
5641 * simple.el (previous-matching-history-element): Fix misplaced
5642 parentheses.
5643
20a82009
MB
56442001-10-05 Miles Bader <miles@gnu.org>
5645
5646 * rfn-eshadow.el: New file.
5647
c165ad40
MB
56482001-10-05 Miles Bader <miles@gnu.org>
5649
5650 * cus-face.el (custom-face-attributes): Make sure each attribute
5651 has a valid default value. Remove hacks that mapped `nil' to
5652 `off' and used nil to mean `unspecified'. Remove `unspecified'
5653 choices from all attributes (unspecified is handled by the parent
5654 checklist).
4dd618ff 5655 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
5656 (custom-face-edit-deactivate, custom-face-edit-activate)
5657 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5658 New functions.
5659 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 5660 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
5661 Don't pass in default filters that map between `nil' and `off' and
5662 `unspecified' and `nil'.
5663
ace64e0a
GM
56642001-10-05 Gerd Moellmann <gerd@gnu.org>
5665
5666 * progmodes/compile.el (compilation-buffer-name): New function.
5667 (compile-internal): Use it to determine the name of the
5668 compilation buffer.
5669
ec66bdc7
MB
56702001-10-05 Miles Bader <miles@gnu.org>
5671
5672 * progmodes/compile.el (grep-use-null-device): New variable.
5673 (grep-command): Mention `grep-use-null-device'.
5674 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5675 Make computation of `grep-command' respect `grep-use-null-device'.
5676 (grep): Respect `grep-use-null-device'.
5677 Call `grep-compute-defaults' even if grep-command is set, if
5678 grep-use-null-device is still tentative.
5679
5680 * subr.el (call-process-shell-command): New function.
5681
56822001-10-05 Miles Bader <miles@gnu.org>
5683
5684 * simple.el (previous-matching-history-element)
5685 (next-history-element, next-complete-history-element): Use
82345a9a 5686 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
5687 (minibuffer-prompt-end, minibuffer-contents):
5688 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5689 Functions removed (now subrs).
5690 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 5691
ec66bdc7
MB
5692 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5693 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5694 instead of calling `field-' functions directly.
5695 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5696
c89e4bc5
GM
56972001-10-05 Gerd Moellmann <gerd@gnu.org>
5698
a0fb4492
GM
5699 * files.el (find-file-noselect): If file's read-only status has
5700 changed on disk, ask if buffer's read-only status should be
5701 changed, unless NOWARN is set.
5702
c86350b1
GM
5703 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5704 alias for define-setf-method.
5705
c89e4bc5
GM
5706 * bindings.el: Remove no-byte-compile from file local variables
5707 to enable bootstrapping.
5708
0bcf87c1
AI
57092001-10-04 Andrew Innes <andrewi@gnu.org>
5710
82345a9a
SM
5711 * faces.el (face-font-registry-alternatives) [windows-nt]:
5712 Make gb2312 an alias for gb2312.1980.
0bcf87c1 5713
6c0b2643
GM
57142001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5715
5716 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5717 (uniquify-reverse-components): Remove.
5718
5719 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5720 Make sure the file is readable.
5721 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5722 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5723 (batch-byte-recompile-directory): Pass arg=0.
5724
5725 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5726 (perl-calculate-indent): Use it.
5727 (perl-backward-to-noncomment): Use forward-comment.
5728
5729 * derived.el (define-derived-mode, derived-mode-make-docstring):
5730 Allow `parent' to be nil.
5731
5732 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5733 Use define-derived-mode.
5734 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5735
5736 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5737
5738 * emacs-lisp/lselect.el: Use facep iso find-face.
5739
5740 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5741 Use regexp-opt.
5742 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5743 (lisp-font-lock-syntactic-face-function): New function.
5744 (lisp-mode-variables): Use it. Make arg optional.
5745 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5746 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5747 Set comment-start-skip.
5748
5749 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5750
5751 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5752 (ignore-errors): Don't bother using a `err' symbol.
5753
5754 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5755 (autoload-insert-section-header, autoload-before-p)
5756 (autoload-remove-section): New functions.
5757 (generate-file-autoloads): Use them.
5758 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5759 Make sure the autoload file is properly formatted when creating it.
5760 (update-autoloads-from-directories): Use them as well.
5761 Only update autoloads for files whose timestamp has changed.
5762 Add a dummy entry to remember the files which had no autoload cookies.
5763
5764 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5765
5766 * subr.el (define-key-after): Allow `key' to be longer than 1.
5767 (make-local-hook): Make obsolete.
5768 (add-hook, remove-hook): Don't use make-local-hook any more.
5769 (make-syntax-table): Inherit all chars from s-s-t.
5770
57712001-10-04 Gerd Moellmann <gerd@gnu.org>
5772
5773 This is a fix for a report saying that resuming a search with C-s
5774 C-s doesn't use the case-fold-search setting of the previous
5775 search (C-s ... M-c ... then C-s C-s).
5776
5777 * isearch.el (isearch-last-case-fold-search): New variable.
5778 (isearch-mode): Remember value of isearch-case-fold-search
5779 in isearch-last-case-fold-search.
5780 (isearch-done): Quote value of isearch-case-fold-search.
5781 (isearch-repeat): When resuming a search, restore
5782 isearch-case-fold-search from isearch-last-case-fold-search.
5783
5784 Added to NEWS.
5785
5786 * startup.el (inhibit-startup-buffer-menu): New user-option.
5787 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5788 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5789
5790 This allows upto 99999 messages in the summary without screwing up
5791 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5792
5793 * mail/rmailsum.el (rmail-make-summary-line)
5794 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5795 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5796 Allow 5-digit message ids instead of 4.
5797
5798 This adds expansion of environment variables in the value
5799 specified with M-x setenv. Added to NEWS.
5800
5801 * env.el (substitute-env-vars): New function.
5802 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5803 environment variables in VALUE. Return VALUE.
5804
ab952a4f
GM
58052001-10-04 Gerd Moellmann <gerd@gnu.org>
5806
5807 * Branch for 21.1.
7164ef13 5808
630784a2
SM
58092001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5810
5811 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5812
acc24704 58132001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
5814
5815 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 5816 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 5817
aa01bed1
EZ
58182001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5819
5820 * rect.el: Update maintainer's email address.
5821
7d685c84
AS
58222001-10-02 Andreas Schwab <schwab@suse.de>
5823
5824 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5825 and Extended Passive Mode, resp.
5826
87671c25
EZ
58272001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 These changes add support for Calendar-related items in the
5830 menu bar on tty's as well:
5831
5832 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5833 unconditionally.
5834 (calendar-mode): Set up activate-menubar-hook unconditionally.
5835
5836 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5837 calls x-popup-menu only if popup menus are supported.
5838 (calendar-mouse-insert-hebrew-diary-entry)
5839 (calendar-mouse-insert-islamic-diary-entry)
5840 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5841 (calendar-mouse-view-other-diary-entries)
5842 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
5843 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5844 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 5845
12c64503
GM
58462001-10-01 Gerd Moellmann <gerd@gnu.org>
5847
62bfa682
GM
5848 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5849
12c64503
GM
5850 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5851
5852 * emacs-lisp/rx.el: New file.
5853
e0c21266
EZ
58542001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5855
630784a2 5856 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 5857
03be5931
EZ
58582001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5859
5860 * frame.el (select-frame-by-name, other-frame): Doc fix.
5861
d0100d57
EZ
58622001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5863
5864 * play/snake.el (snake-score-file): Use temporary-file-directory
5865 instead of a literal "/tmp". Suggested by Robert
5866 <robert@chezmarshall.freeserve.co.uk>.
5867
5868 * play/tetris.el (tetris-score-file): Ditto.
5869
d94d5b5a
EZ
58702001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5871
5872 * apropos.el (apropos-print): Make the directions inserted at the
5873 beginning of the *Apropos* buffer more clear.
5874
cd653311 58752001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 5876
cd653311
MK
5877 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5878 Added comments.
630784a2 5879
37dbd369
SM
58802001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5881
5882 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5883 "\\s-" when defining comment-end-skip.
5884
9240e746
GM
58852001-09-27 Gerd Moellmann <gerd@gnu.org>
5886
37dbd369 5887 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
5888 Call get-buffer-window first second arg `visible'.
5889
37dbd369
SM
5890 * international/mule-diag.el (list-input-methods-1):
5891 Output something that's independent of Emacs' version.
14531065 5892
9240e746
GM
5893 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5894 calling byte-to-position with a nil tar-header-offset.
5895
e04233aa
GM
58962001-09-27 Simon Josefsson <jas@extundo.com>
5897
5898 * mail/sendmail.el (send-mail-function): Doc fix.
5899 (mail-do-fcc): Error if header-end is not a marker.
5900 (mail-do-fcc): Add a comment.
5901 (mail-reply-to): Doc fix.
5902 (mail-signature): Make ATPOINT optional.
5903 (mail-yank-original): Use cond instead of nestled if.
5904
07e91aa3
SM
59052001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5906
5907 * info.el (Info-on-current-buffer): Default arg to "Top".
5908
924b604c
GM
59092001-09-25 Eli Barzilay <eli@barzilay.org>
5910
5911 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
5912 (calculator-displayer-prev, calculator-displayer-next):
5913 Renamed from calculator-displayed-{left,right}.
5914 (calculator, calculator-standard-displayer)
5915 (calculator-num-to-string, calculator-update-display)
924b604c
GM
5916 (calculator-copy, calculator-put-value): Bug and display fixes.
5917
a1548b10
GM
59182001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5919
5920 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5921 (ebnf-version): New version (3.6.1).
5922
5923 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5924 (ebnf-bnf-non-terminal-chars): New internal const.
5925 (ebnf-bnf-lex): Fix code.
5926
5927 * ebnf-iso.el: Fix character range regexp. Doc fix.
5928 (ebnf-iso-non-terminal-chars): New internal const.
5929 (ebnf-iso-lex): Fix code.
5930
5931 * ebnf-yac.el: Fix character range regexp. Doc fix.
5932 (ebnf-yac-skip-chars): New internal const.
5933 (ebnf-yac-skip-code): Fix code.
5934
79e954d0
SM
59352001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5936
ab750f9c
SM
5937 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5938
3911563a
SM
5939 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5940 passing it to VC.
5941
79e954d0
SM
5942 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5943 case where the file is relative.
5944
6f3f0db4
GM
59452001-09-24 Gerd Moellmann <gerd@gnu.org>
5946
5947 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5948 same on each side. Make sure we properly handle simple quotes.
5949 From Daiki Ueno <ueno@unixuser.org>.
5950
e5b31424
EZ
59512001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5952
0678d779
EZ
5953 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5954 <jas@extundo.com>.
5955
e5b31424
EZ
5956 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5957 some items of the Options menu.
5958
769dd0f1
SM
59592001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5960
76829576
SM
5961 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5962
d455f4f7
SM
5963 * vc-hooks.el (vc-delete-automatic-version-backups):
5964 Don't fail if the directory doesn't exist.
5965
769dd0f1
SM
5966 * diff-mode.el (diff-default-read-only): New var.
5967 (diff-mode): Use it.
5968
dc414be1
EZ
59692001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5970
769dd0f1
SM
5971 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5972 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
5973 keymap messes up the menu bar.
5974
dc414be1
EZ
5975 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5976 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5977
67033712
EZ
59782001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5979
769dd0f1 5980 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
5981
5982 * dired-aux.el (dired-insert-subdir): Pass switches to
5983 dired-build-subdir-alist.
5984
0c68e5de
GM
59852001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5986
5987 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5988 caused %#a and %#b to be mis-formatted.
5989
906b3163
EZ
59902001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5991
5992 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5993 ccmode, emacs-mime, and eudc manuals.
5994
005e3bb6
SS
59952001-09-19 Sam Steingold <sds@gnu.org>
5996
5997 w32 find cannot be used with `grep-find'.
5998 * progmodes/compile.el (find-program): New variable.
5999 (grep-compute-defaults): Use it to set `grep-find-command'.
6000
7121b85a
GM
60012001-09-19 Gerd Moellmann <gerd@gnu.org>
6002
769dd0f1 6003 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 6004
ae16d111
GM
60052001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6006
6007 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
6008 programming. Doc fix.
6009 (ebnf-version): New version (3.6).
6010 (ebnf-eps-begin): Data fix.
6011 (ebnf-begin-file): Code fix.
6012
6013 * ebnf-bnf.el: Doc fix.
6014 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
6015
6016 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
6017
55732434
GM
60182001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6019
6020 * ps-print.el: Better face mapping for black/white PostScript printers.
6021 Check if mark is active when printing a region. Doc fix.
6022 (ps-print-version): New version number (6.5.5).
6023 (ps-print-color-p): Customization fix.
6024 (ps-black-white-faces): New option.
6025 (ps-black-white-faces-alist): New internal var.
6026 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
6027 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
6028 (ps-nb-pages-region): Interactive fix.
6029 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
6030 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
6031
740ef824
EZ
60322001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
6033
6034 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
6035 numeric month value, and allow the Kanji character after the it to
6036 be missing (happens with ls-lisp's output on Japanese versions of
6037 MS-Windows).
6038
50529f51
MB
60392001-09-18 Miles Bader <miles@gnu.org>
6040
6041 * diff-mode.el (diff-mode): Don't make the buffer read-only if
6042 it's empty (and thus probably a new patch file about to be edited).
6043
d8a973aa
GM
60442001-09-17 Gerd Moellmann <gerd@gnu.org>
6045
e18c8b8d
GM
6046 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6047 Check for '(' in column 0 of doc string.
6048
d8a973aa
GM
6049 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
6050 of `nth' so that using a vector as bounding-box works.
6051 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6052
dfe78cc5
AS
60532001-09-17 Andre Spiegel <spiegel@gnu.org>
6054
6055 * vc.el (vc-annotate): Use current workfile version explicitly as
e1ff49ba 6056 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
dfe78cc5 6057
1bbdda4d
EZ
60582001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
6059
a5f01960
EZ
6060 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
6061 convert-standard-filename doesn't guarantee that the .el extension
6062 is preserved.
6063
a007e4e3
EZ
6064 * dos-fns.el (convert-standard-filename): Replace invalid
6065 characters only after converting dash/underscore to a period.
6066 (original-make-auto-save-file-name): New.
8aee7d44
EZ
6067 (make-auto-save-file-name): New function, overrides the definition
6068 on files.el and calls the original function via
6069 original-make-auto-save-file-name.
6070
1bbdda4d
EZ
6071 * mail/rmail.el (top-level): Require mule-utils when compiling.
6072 (rmail-decode-babyl-format): Use detect-coding-with-priority
6073 instead of detect-coding-region, to favor detection of emacs-mule
6074 encoded Babyl files written by rmailout.el etc. Suggested by
6075 Kenichi Handa <handa@etl.go.jp>.
6076
ed7d6ba4
EZ
60772001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
6078
6079 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
6080 Use `equal', not `=', since the device number can be a cons cell.
6081
551629f9
GM
60822001-09-14 Gerd Moellmann <gerd@gnu.org>
6083
6084 * simple.el: Comment out change of 2001-09-13.
6085
0017a3e0
EZ
60862001-09-13 Milan Zamazal <pdm@zamazal.org>
6087
6088 * progmodes/compile.el (grep-compute-defaults): Don't set
6089 grep-command/grep-find-command when it is already non-nil.
6090 (grep-command): Make it a user option.
6091 (grep-find-command): Likewise.
6092
483e0218 60932001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6094
483e0218
MK
6095 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
6096 inhibit quit.
005e3bb6 6097
15233548
EZ
60982001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
6099
6100 * files.el (make-auto-save-file-name): If long file names are not
6101 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
6102 generating an auto-save file name from it.
6103
1fb7f872
GM
61042001-09-13 Gerd Moellmann <gerd@gnu.org>
6105
005e3bb6 6106 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
6107 (ps-nb-pages-region): Signal an error if called interactively
6108 and the mark is not active.
6109
1fb7f872
GM
6110 * simple.el (minibuffer-prompt-modification)
6111 (minibuffer-prompt-insertion): New functions.
6112 (minibuffer-prompt-properties): Use `modification-hooks' and
6113 `insert-in-front-hooks'.
6114
1dc13f3a
RS
61152001-09-12 Richard M. Stallman <rms@gnu.org>
6116
6117 * textmodes/outline.el (outline-regexp): Doc fix.
6118 Initialize it in the defcustom, the usual way.
6119
eaa493df
GM
61202001-09-12 Gerd Moellmann <gerd@gnu.org>
6121
1fb7f872 6122 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
6123 from `ediff-meta-info' properties need not be an overlay.
6124 From David Ponce <dponce@voila.fr>.
1fb7f872 6125
eaa493df
GM
6126 * isearch.el (isearch-intersects-p): Fix end checks.
6127
cfcda0ba
EZ
61282001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
6129
6130 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
6131 `t' branch of `cond', since Irix 6.1 and up is a special case of
6132 the standard dbx interface.
6133
4e1513b5
MB
61342001-09-11 Miles Bader <miles@gnu.org>
6135
6136 * comint.el (comint-send-input): When waiting for echoed input,
6137 don't save the expected end position in `echo-end', so that things
6138 work properly even if the buffer is modified elsewhere at the same
6139 time [this happens if `comint-truncate-buffer' is used].
6140
9a72e4c1
GM
61412001-09-11 Gerd Moellmann <gerd@gnu.org>
6142
6143 * textmodes/outline.el (outline-mode): Use `^' and a shy group
6144 when constructing imenu-generic-expression from outline-regexp.
6145
1f9581b6
EZ
61462001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6147
6148 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
6149 `equal' instead of `=', since they can be cons cells. From Nils
6150 Goesche <cartan@cartan.de>.
6151
65ee3bf5
AS
61522001-09-10 Andre Spiegel <spiegel@gnu.org>
6153
6154 * vc.el (vc-annotate): Rewrote doc string.
6155
e602e779
EZ
61562001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
6157
6158 * time-stamp.el: Update Stephen Gildea's email address.
6159
42d305db
GM
61602001-09-10 Gerd Moellmann <gerd@gnu.org>
6161
6162 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
6163 enable-multibyte-characters = nil. From Hallvard B Furuseth
6164 <h.b.furuseth@usit.uio.no>.
005e3bb6 6165
02f34c70 61662001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 6167
769dd0f1 6168 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 6169
769dd0f1 6170 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
6171 that reads a character and uses the current input method or
6172 iso-accents when appropriate.
005e3bb6 6173
769dd0f1 6174 * viper.el and all others: Corrections to the comment blocks at
02f34c70 6175 the top.
005e3bb6 6176
cfc697a2
EZ
61772001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
6178
6179 * info.el (Info-goto-node): Doc fix.
6180
fc0eccfc
GM
61812001-09-07 Gerd Moellmann <gerd@gnu.org>
6182
6183 * isearch.el (isearch-intersects-p): New function.
6184 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
6185 use isearch-intersects-p, and clean up.
6186
ef10876c
EZ
61872001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6188
6189 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
6190 and "german8", for the new German orthography dictionaries,
6191 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
6192 the entries, to keep the line length balanced for loaddefs.el.
6193
c9e74cd4 61942001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 6195
c9e74cd4
GM
6196 * comint.el (comint-send-input): Handle comint-process-echoes
6197 differently.
6198
acc24704 61992001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5421b899 6200
769dd0f1 6201 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 6202
70569550
EZ
62032001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
6204
769dd0f1 6205 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 6206
6afad91e 62072001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 6208
769dd0f1
SM
6209 * server.el (server-switch-buffer):
6210 * textmodes/refer.el (refer-find-entry-internal):
6211 * term/sup-mouse.el (sup-pos-to-window):
6212 * term/bg-mouse.el (bg-window-from-x-y):
6213 * emacs-lisp/edebug.el (edebug-window-live-p):
6214 Use get-window-with-predicate.
6afad91e
GM
6215
6216 * window.el (get-window-with-predicate): Renamed from some-window.
6217 (some-window): Make it an alias.
6218
003550c5
GM
62192001-09-06 Gerd Moellmann <gerd@gnu.org>
6220
6221 * simple.el (undo): Remove positions from buffer-undo-list up to
6222 the next undo boundary only.
6223
c49e491a
EZ
62242001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
6225
05b24487
EZ
6226 * makefile.nt (install): Don't copy sc.el. Reported by Richard
6227 Kim <ryk@dspwiz.com>
6228
c49e491a
EZ
6229 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
6230 the message "Creating customization items...done".
6231
54f73af3
GM
62322001-09-05 Gerd Moellmann <gerd@gnu.org>
6233
6234 * font-lock.el (toplevel): Require `jit-lock' only if
6235 font-lock-support-mode is set to jit-lock-mode.
6236
3762e7d0
EZ
62372001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
6238
6239 * international/quail.el (quail-use-package, quail-inactivate)
6240 (quail-activate): Mention the hooks these functions run in their
6241 doc strings.
6242
c3b497b3
GM
62432001-09-05 Edward M. Reingold <reingold@iit.edu>
6244
6245 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
6246 of file in header of menu.
6247
2d43d823
GM
62482001-09-04 Gerd Moellmann <gerd@gnu.org>
6249
2a5becfb
GM
6250 * env.el (setenv): Interactively, if VARIABLE has a current value,
6251 add that to the front of the history, as the doc string says.
6252
8d1fcd00
GM
6253 * comint.el (comint-send-input): Change help-echo.
6254 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 6255
1672462f
GM
6256 * bookmark.el (bookmark-write-file): Bind print-length and
6257 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
6258
646a1759
GM
6259 * obsolete/uncompress.el: Moved there from lisp/.
6260
c8dd66e1
GM
6261 * comint.el (comint-insert-clicked-input): Goto point-max before
6262 deleting previous input. From "Dr Francis J. Wright"
6263 <F.J.Wright@qmw.ac.uk>.
6264
2d43d823
GM
6265 * simple.el (backward-word): Doc fix.
6266
acc24704 62672001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
284b3043
GM
6268
6269 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
6270 * uncompress.el, uniquify.el, vc.el, view.el, window.el
6271 * w32-fns.el: Add Keywords header.
6272
2eef02ab
EZ
62732001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
6274
6275 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
6276 "Text Properties". Suggested by Simon Marshall
6277 <Simon.Marshall@midas-kapiti.com>.
6278
ae355fa6
AC
62792001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6280
6281 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6282 consulting the value of file-name-coding-system.
6283
2ee1aa00
SM
62842001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6285
6286 * help.el (describe-function-1): Save precomputed `file-name' rather
6287 than recomputing it (incorrectly) with `symbol-file'.
6288
cdab3e50
GM
62892001-09-03 Gerd Moellmann <gerd@gnu.org>
6290
698ee07c
SM
6291 * international/isearch-x.el (isearch-exit-recursive-edit):
6292 Take three parameters, since it's used as an after-change-function.
c3b0c268 6293
698ee07c 6294 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
6295 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6296 from doc strings.
6297
e3b22517
GM
62982001-09-02 Milan Zamazal <pdm@zamazal.org>
6299
698ee07c
SM
6300 * progmodes/glasses.el (glasses-convert-to-unreadable):
6301 Consider underscores as in `glasses-make-readable'.
e3b22517 6302
19bd58e8
EZ
63032001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6304
883310a7
EZ
6305 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6306 MS-DOS, since cpp might not be available.
6307
698ee07c
SM
6308 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6309 Mention "yank" in the help-echo text.
acc24704 6310 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
698ee07c
SM
6311
63122001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6313
6314 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 6315
59b7ded8
EZ
63162001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6317
5e11c425
EZ
6318 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6319 exists. From Andy Petrusenco <andy@int.spb.ru>.
6320
59b7ded8 6321 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
6322 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6323 <andy@int.spb.ru>.
59b7ded8 6324
c9979669
GM
63252001-08-31 Gerd Moellmann <gerd@gnu.org>
6326
6327 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6328 Instead of running mouse-yank-at-click, see what the event is
6329 bound to outside Isearch and run that.
6330
79f5f9ec
EZ
63312001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6332
698ee07c
SM
6333 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6334 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 6335
c0551649
GM
63362001-08-30 Gerd Moellmann <gerd@gnu.org>
6337
e8b1643c
GM
6338 * simple.el (eval-expression-print-level): Fix last change.
6339
f3185924
GM
6340 * bindings.el (mode-line-coding-system-map): New variable.
6341 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6342
92a25631
GM
6343 * simple.el (eval-expression-print-level): Change the type
6344 of the defcustom to allow nil.
6345
9584e63a
GM
6346 * emacs-lisp/find-gc.el: Moved here from lisp/.
6347
698ee07c
SM
6348 * international/quail.el (quail-completion-1):
6349 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
6350 From Kenichi Handa <handa@etl.go.jp>.
6351
c0551649
GM
6352 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6353 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6354
ef32aa02
EZ
63552001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6356
6357 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6358 aren't supported. This avoids the annoying gray strip drawn by
6359 the Windows version instead of the missing tool bar.
6360
ff4ec1f7
GM
63612001-08-29 Gerd Moellmann <gerd@gnu.org>
6362
53ca4610
GM
6363 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6364 and tooltips more consistent. From "Marshall, Simon"
6365 <Simon.Marshall@midas-kapiti.com>.
6366
ff4ec1f7
GM
6367 * startup.el (fancy-splash-screens): Temporarily set
6368 minor-mode-map-alist to nil while displaying splash screens.
6369
acc24704 63702001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6d6c3f84
GM
6371
6372 * buff-menu.el: Add Keywords header.
6373 Doc fix (C-x C-b is bound to list-buffers).
6374
565132a3
GM
6375 * dired-x.el: Add keyword files to get listed in finder.
6376 Remove confusing notes about GNU Emacs 19.
6377
6378 * dired.el, dired-aux.el: Add Keywords header.
6379
042e6d91
AS
63802001-08-28 Andre Spiegel <spiegel@gnu.org>
6381
6382 * vc.el (vc-revert-file): Call the backend even if the FILE's
6383 contents can be reverted locally; pass new arg CONTENTS-DONE
6384 down to the backend.
6385
854bd40a 6386 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
6387 optional arg CONTENTS-DONE.
6388
33818c6c
AI
63892001-08-28 Andrew Innes <andrewi@gnu.org>
6390
6391 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6392
0f76ca04
EZ
63932001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6394
6395 * makefile.nt (install): Copy more *.el files.
6396
6b6e2422
GM
63972001-08-28 Gerd Moellmann <gerd@gnu.org>
6398
6399 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6400 instead of `w' which is already in use.
6401
5b52c296
GM
6402 * gs.el (gs-load-image): Use sleep-for.
6403 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6404
43744cb9
MB
64052001-08-28 Miles Bader <miles@gnu.org>
6406
6407 * replace.el (query-replace-regexp-eval): Return args from
6408 `interactive' form in correct order.
6409
4b4ea1dc
EZ
64102001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6411
6412 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6413 major modes, don't create panes for modes for which
6414 mouse-buffer-menu-alist returns an empty alist.
6415
64162001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
6417
6418 * progmodes/hideshow.el: Update first-line description.
6419 Sync comments w/ maintainer version 5.31.
6420
6421 (hs-isearch-open): Default value now `code'.
6422 Fix docstring to use "code blocks" vs "comment blocks",
6423 as opposed to "block" vs "comment".
6424 (hs-flag-region): Accept `hs-isearch-open' value
6425 of `block' as synonymous w/ `code'.
6426 (hs-hide-block-at-point): For code blocks, pass `code'
6427 to `hs-flag-region' instead of `block'.
6428
9ad62cf8
MB
64292001-08-28 Miles Bader <miles@gnu.org>
6430
6431 * comint.el (comint-next-prompt): Don't loop infinitely if
6432 {next,previous}-single-char-property-change returns its input
6433 position when the search fails.
6434
64352001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
6436
6437 * comint.el (comint-get-old-input-default): Don't signal an error
6438 if point is not on an input field; instead, return the current
6439 line (using `comint-bol' to skip any prompt, in case we're not
6440 using fields at all).
6441
6442 * man.el (Man-mode-line-format): Variable removed.
6443 (Man-mode): Change `mode-line-buffer-identification' instead of
6444 `mode-line-format'.
6445
d599a452
GM
64462001-08-27 Gerd Moellmann <gerd@gnu.org>
6447
6448 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6449 From Simon Josefsson <jas@extundo.com>.
6450
299248aa
EZ
64512001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6452
5b02e712 6453 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
acc24704 6454 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5b02e712 6455
89aea802 6456 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
acc24704 6457 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
89aea802
EZ
6458
6459 * emacs-lisp/lselect.el: Ditto.
6460
3452efc2
SM
6461 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6462 Remove periods from the end of error message strings.
acc24704 6463 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 6464
299248aa 6465 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
acc24704 6466 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
299248aa
EZ
6467
6468 * net/telnet.el: Ditto.
6469
08ead67b
GM
64702001-08-26 Gerd Moellmann <gerd@gnu.org>
6471
6472 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6473 KEYMAP to the call to define-minor-mode.
6474
cf8f0b68
EZ
64752001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6476
6477 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6478 Replace some of the undefined characters with emulations of bidi
6479 formatting characters and Niqud as per SI 1311-1.
6480 (IT-unicode-translations): Ditto.
3452efc2
SM
6481 (IT-display-table-setup, IT-setup-unicode-display):
6482 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 6483
16837afc
GM
64842001-08-24 Simon Josefsson <jas@extundo.com>
6485
6486 * hl-line.el (hl-line-mode): Don't be a global mode.
6487 (global-hl-line-mode): New function.
6488
33954c45
GM
64892001-08-24 Gerd Moellmann <gerd@gnu.org>
6490
6491 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6492 being reset by Ghostscript. Don't kill the gs process.
6493 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6494
fa05f6ac
AC
64952001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6496
6497 * term/mac-win.el: Require scroll-bar.
6498
3452efc2
SM
64992001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6500
6501 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6502
02aec07b
EZ
65032001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6504
6505 * hexl.el (hexl-insert-multibyte-char) New function.
6506 (hexl-quoted-insert, hexl-self-insert-command)
6507 (hexl-insert-hex-char, hexl-insert-decimal-char)
6508 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6509 Fix the doc strings accordingly.
6510 (hexl-insert-char): Reject characters whose code is above 255.
6511 Doc fix.
6512 (hexl-mode-map): Copy the global keymap instead of creating a
6513 sparse keymap, and bind all self-inserting characters to
6514 hexl-self-insert-command.
6515
9bfc65eb
SM
65162001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6517
3452efc2
SM
6518 * wid-edit.el (text): Re-order docstring correctly.
6519
9bfc65eb
SM
6520 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6521
6522 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6523
32f2f98e
EZ
65242001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6525
6526 * simple.el (line-number-mode): Mention the variable
6527 line-number-display-limit-width in the doc string.
6528
374388c3
GM
65292001-08-22 Gerd Moellmann <gerd@gnu.org>
6530
6531 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6532 Temporarily select EVENT's window for switching buffers.
6533 (mode-line-bury-buffer): New function.
6534 (mode-line-buffer-identification-keymap): Use it instead of
6535 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 6536 events from shining through.
374388c3 6537
dde6824c
SM
65382001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6539
6540 * newcomment.el (comment-beginning): Make sure the comment-start
6541 we found isn't a comment-end (in cases where confusion is possible).
6542
99bf1e74
MB
65432001-08-22 Miles Bader <miles@gnu.org>
6544
6545 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6546 before writing it, so that hard-links don't see new version.
6547
37618c60
GM
65482001-08-21 Gerd Moellmann <gerd@gnu.org>
6549
dde6824c
SM
6550 * gs.el (gs-set-ghostview-colors-window-prop):
6551 Call x-change-window-property with 3rd arg FRAME.
40e33037 6552 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
6553 to complete before starting a new one.
6554
6ea3db8a
GM
6555 * image.el (image-type-regexps): Make sure that the TIFF
6556 pattern is only matched at the beginning of a string.
6557 From Markus Rost <rost@math.ohio-state.edu>.
6558
dde6824c 6559 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
6560 Oberg <jonas@gnu.org>.
6561
1f8437c4
RV
65622001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6563
6564 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 6565 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
6566
6567 * whitespace.el (whitespace-write-file-hook): Hook to be called
6568 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
6569 write will abort on detecting whitespaces.
6570 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
6571 automatically prior to writing.
6572
6573 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6574 whitespaces in the error output!
6575
dde6824c 6576 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
6577 `indent-tabs-mode', since the latter notes user preferences on
6578 TABs anyway.
6579
6580 * whitespace.el (whitespace-version): 3.1. All of the above issues
c499f00a 6581 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1f8437c4 6582
9b96c57d
GM
65832001-08-20 Gerd Moellmann <gerd@gnu.org>
6584
8039284a 6585 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
acc24704 6586 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8039284a 6587
9b96c57d
GM
6588 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6589
1c71c0c3
GM
65902001-08-20 Alex Schroeder <alex@gnu.org>
6591
6592 * sql.el (sql-db2): Doc change.
6593
65942001-08-20 Alex Schroeder <alex@gnu.org>
6595
6596 * sql.el (sql-postgres): Add the database at the end of the
6597 parameters instead of at the beginning.
6598 (sql-postgres-options): Doc change.
6599
6c7f60a2
GM
66002001-08-17 Gerd Moellmann <gerd@gnu.org>
6601
6602 * custom.el (defcustom): Doc fix.
6603
64ed6f71
GM
66042001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6605
6c7f60a2 6606 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
6607 returns a valid character.
6608
7851eb98
EZ
66092001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6610
6611 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6612 original-point for extra CR characters that are added/removed when
6613 the buffer is written/read whose EOL type is -dos.
6614
b76dfd21
MB
66152001-08-16 Miles Bader <miles@gnu.org>
6616
6617 * simple.el (line-move): Undo previous change.
1f8437c4
RV
6618
6619 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
6620 property to input-terminating `boundary' overlays to avoid
6621 line-move wierdness.
6622
e67d1843
GM
66232001-08-16 Gerd Moellmann <gerd@gnu.org>
6624
6625 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6626 buffer in a save-restriction. Under one test case with Ediff,
6627 window-scroll-functions are run with a window start that's
6628 temporarily outside of the restriction.
6629
21324fae
GM
66302001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6631
dde6824c 6632 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
6633 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6634 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6635 (texinfo-update-menu-region-beginning)
6636 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6637 command, @ifnottex, to regexps, so it is found.
6638
0645d241
AI
66392001-08-16 Andrew Innes <andrewi@gnu.org>
6640
6641 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6642 (DONTCOMPILE): Omit sc.el.
6643
6644 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6645 (DONTCOMPILE): Omit sc.el.
6646
ae13fc3c
GM
66472001-08-16 Gerd Moellmann <gerd@gnu.org>
6648
6649 * replace.el (occur): Bind inhibit-read-only to t.
6650
1369261b
MB
66512001-08-16 Miles Bader <miles@gnu.org>
6652
dde6824c
SM
6653 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6654 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 6655
8464af45
GM
66562001-08-15 Gerd Moellmann <gerd@gnu.org>
6657
ec69d5ec 6658 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 6659 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 6660
1f8437c4 6661 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
6662 of a while-loop.
6663
93aba6fc 6664 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 6665
8464af45
GM
6666 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6667 Don't include term/.
6668
ae13fc3c
GM
6669 * mail/sc.el: Moved to obsolete/.
6670
8b313639
GM
66712001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6672
6673 * ps-print.el: Change error function arguments to follow Emacs
6674 message convention. Doc fix.
6675 (ps-print-version): New version number (6.5.4).
6676 (coding-system-for-write): Change declaration position to avoid
6677 XEmacs compilation gripes.
dde6824c
SM
6678 (coding-system-for-read, buffer-file-coding-system):
6679 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
6680
6681 * ps-mule.el: Doc fix.
6682 (ps-mule-encode-header-string): If STRING is not a string, replace
6683 STRING by empty string.
6684
5fb125b4
EZ
66852001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6686
6687 * frame.el (show-trailing-whitespace): Doc fix.
6688
49e49b77
EZ
66892001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6690
6691 * desktop.el (desktop-save): Insert the coding: tag before
6692 desktop-header.
6693
3e6385a4
GM
66942001-08-13 Gerd Moellmann <gerd@gnu.org>
6695
0de73d5a
GM
6696 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6697 its path from $els.
6698
3e6385a4
GM
6699 * image.el (image-jpeg-p): Fix call of substring.
6700
4a9bf8a4
GM
67012001-08-10 Gerd Moellmann <gerd@gnu.org>
6702
242e5463
GM
6703 * play/animate.el (animate-string): Doc fix. Use a buffer
6704 name with stars in it.
6705 (animate-sequence): New function.
6706 From Richard Stallman <rms@gnu.org>.
6707
030f4537
GM
6708 * frame.el (select-frame-set-input-focus): New function
6709 extracted from other-frame.
6710 (other-frame): Use it.
6711 (next-multiframe-window, previous-multiframe-window): Use it.
6712
346f18dc
GM
6713 * isearch.el (isearch-other-meta-char): Don't switch to the
6714 buffer of a window clicked on, when the current buffer is
6715 in Isearch mode.
6716
4a9bf8a4
GM
6717 * image.el (image-jpeg-p): Test for APPn markers in the range
6718 #xe0..#xef.
6719
eaa2319f
GM
67202001-08-09 Gerd Moellmann <gerd@gnu.org>
6721
3638868e
GM
6722 * desktop.el (desktop-save): Don't use concat to form a file
6723 name, use expand-file-name.
6724
6b48d742
GM
6725 * mouse.el (mouse-delete-window): Do nothing if frame has just
6726 one window.
6727
ed771c89
GM
6728 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6729 for the minor mode name.
6730
6731 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6732 minor mode name.
6733
dde6824c
SM
6734 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6735 instead of make-mode-line-mouse2-map.
ed771c89
GM
6736
6737 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6738 the minor mode name.
6739
dde6824c
SM
6740 * emacs-lisp/easy-mmode.el (define-minor-mode):
6741 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 6742
dde6824c
SM
6743 * calendar/calendar.el (calendar-mode-line-format):
6744 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 6745
a4afe04e
GM
6746 * bindings.el (make-mode-line-mouse-map): Renamed from
6747 make-mode-line-mouse2-map. Take additional arg MOUSE.
6748 (mode-line-modified): Use mouse-3 instead of mouse-2.
6749 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 6750 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 6751
8e3189f0
GM
6752 * bindings.el (mode-line-format): Specify help-echo for line
6753 number, column number and buffer-percent part of the mode-line.
6754
eaa2319f
GM
6755 * image.el (image-type-regexps): Allow whitespace at the start
6756 of the image data for XPM, XBM and Postscript, which are
6757 text files.
6758 (image-jpeg-p): Correct calculation of next field offset.
6759
acc24704 67602001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e3601cf6
PJ
6761
6762 * battery.el: Fix typo.
6763
057b57f6
GM
67642001-08-08 Gerd Moellmann <gerd@gnu.org>
6765
8a8ef149
GM
6766 * image.el (image-type-regexps): Allow predicates. Change the way
6767 JPEG images are recognized.
6768 (image-jpeg-p): New function.
6769 (image-type-from-data): Handle predicates in image-type-regexps.
6770
057b57f6
GM
6771 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6772 #:, #x, #o, and similar constructs.
6773
69ebef1d
GM
67742001-08-07 Gerd Moellmann <gerd@gnu.org>
6775
22d01aed
GM
6776 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6777
23f46f6f
GM
6778 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6779 instead of `progn'.
6780
e8421604
GM
6781 * tar-mode.el (tar-extract): Avoid generating a new buffer
6782 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6783
ea2c6478
GM
6784 * textmodes/paragraphs.el (forward-sentence): Avoid building
6785 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6786
dde6824c
SM
6787 * progmodes/executable.el (executable-set-magic):
6788 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
6789 inserting it.
6790
1155d483 6791 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 6792 derived from the JFIF spec.
1f8437c4 6793
69ebef1d
GM
6794 * image.el (image-type-regexps): Use `\`' instead of `^' in
6795 most regular expressions.
6796
acc24704 67972001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d1d850d6 6798
dde6824c 6799 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 6800
98a8938c
GM
68012001-08-06 Gerd Moellmann <gerd@gnu.org>
6802
dde6824c
SM
6803 * help.el (describe-function-1): Use find-function-search-for-symbol
6804 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 6805
5a397d28
GM
6806 * play/animate.el (animate-birthday-present): Re-insert.
6807
dde6824c
SM
6808 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6809 Handle old-style menu definitions.
98a8938c 6810
acc24704 68112001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7b3220c0 6812
6228c05b 6813 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 6814 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 6815
070c251e 6816 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
6817 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6818 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 6819
acc24704 68202001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dffb6224
PJ
6821
6822 * textmodes/tildify.el: Milan Zamazal has new address.
6823
698665d1
GM
68242001-08-03 Gerd Moellmann <gerd@gnu.org>
6825
be48584d
GM
6826 * custom.el (custom-set-variables): Don't test `custom-requests'
6827 properties, check the third element of the options passed to
6828 custom-set-variables instead.
6829
5e1f85e0 6830 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 6831 instead of file-exists-p.
5e1f85e0 6832
b0fa1513
GM
6833 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6834 the mode-line face is restored. Fix several bugs.
6835
698665d1
GM
6836 * replace.el (perform-replace): Doc fix.
6837
4a7641d9
FP
68382001-08-02 Francesco Potorti` <pot@gnu.org>
6839
6840 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6841 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6842 (uniquify-fix-item-base, uniquify-fix-item-filename)
6843 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6844 Callers changed.
6845 (uniquify-set-proposed): Changed to work with a vector item.
6846 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6847 the fix list, and a list of strings for the non-file buffer
6848 names. Both changes reduce consing.
6849 (uniquify-rationalize-a-list): Local variable renaming.
6850 (uniquify-rationalize-conflicting-sublist): Use member instead of
6851 assoc.
6852 (uniquify-rename-buffer): Use unless instead of if not.
6853
77389930
GM
68542001-08-02 Gerd Moellmann <gerd@gnu.org>
6855
dde6824c 6856 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 6857
cb3f945f
GM
6858 * custom.el (custom-set-variables): Set options with :require
6859 clauses last.
4a7641d9 6860
fbc7f2a6
GM
6861 * custom.el (defcustom): Doc fix.
6862
77389930
GM
6863 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6864
9761cd3a
EZ
68652001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6866
7e03f4c8
EZ
6867 * man.el (man): Mention Man-switches in the doc string.
6868 (Man-switches): Mention -a in the doc string.
6869
dde6824c
SM
6870 * textmodes/ispell.el (ispell-alternate-dictionary):
6871 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 6872
9761cd3a
EZ
6873 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6874 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 6875 <gildea@stop.mail-abuse.org>.
9761cd3a 6876
cc46bfe7
FP
68772001-08-01 Francesco Potorti` <pot@gnu.org>
6878
fc10ed8c
FP
6879 * uniquify.el: These changes correct a corner case that the old
6880 code managed correctly.
6881 (uniquify-fix-item-proposed): Renamed from
6882 uniquify-fix-item-min-proposed.
6883 (uniquify-set-proposed): New function.
6884 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6885 clarity and speed.
dde6824c
SM
6886 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6887 This is equivalent to what the old code did.
fc10ed8c
FP
6888 (uniquify-rationalize-a-list): Never recompute the proposed
6889 name. Sort the conflicting sublist before rationalising it: this
6890 is equivalent to what the old code did, but one directory element
6891 at a time, and only when necessary.
6892 (uniquify-rationalize-conflicting-sublist): Recompute here the
6893 proposed name.
cc46bfe7 6894
dd388130
GM
68952001-08-01 Gerd Moellmann <gerd@gnu.org>
6896
81b1a79d
GM
6897 * play/animate.el: Add Keywords and Maintainer. Remove a
6898 reference to a removed function.
cc46bfe7 6899
dd388130
GM
6900 * play/animate.el (animate-string): Handle case that the string is
6901 longer than the window is wide.
6902
6b053e39
GM
69032001-07-31 Gerd Moellmann <gerd@gnu.org>
6904
ed86208c
GM
6905 * desktop.el (desktop-save): Bind coding-system-for-write to
6906 `emacs-mule' for write-region.
6907
10e922bd
GM
6908 * delsel.el (delete-selection-pre-hook): Don't set this-command
6909 to `ignore' if the region is empty.
6910
dde6824c
SM
6911 * international/mule.el (set-keyboard-coding-system):
6912 Set keyboard-coding-system.
b23bad0b 6913
6b053e39
GM
6914 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6915 before accessing it.
6916
d004e96a
AS
69172001-07-30 Andreas Schwab <schwab@suse.de>
6918
dde6824c
SM
6919 * menu-bar.el (toggle-highlight-paren-mode):
6920 Use `(show-paren-mode)' as body.
d004e96a 6921
892c8dea
AS
69222001-07-30 Andre Spiegel <spiegel@gnu.org>
6923
6924 * vc.el (vc-checkout-hook): New hook.
6925 (vc-checkout): Run it.
6926
21f79512
EZ
69272001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6928
dde6824c
SM
6929 * progmodes/make-mode.el (makefile-macroassign-regex):
6930 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 6931
291e3b68
GM
69322001-07-30 Gerd Moellmann <gerd@gnu.org>
6933
6594ac22
GM
6934 * vc.el (vc-switch-backend): Fix autoload cookie.
6935
291e3b68
GM
6936 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6937 the desktop file.
6938
87449711
GM
69392001-07-30 Simon Josefsson <jas@extundo.com>
6940
6941 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6942 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6943
bf85004b
GM
69442001-07-27 Gerd Moellmann <gerd@gnu.org>
6945
75c5350a
GM
6946 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6947 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
6948 (last-sexp-toggle-display, eval-last-sexp-1):
6949 Use last-sexp-setup-props.
75c5350a 6950
cc46bfe7 6951 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
6952 New user-options.
6953 (mouse-wheel-change-button): New function.
6954 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6955 (mwheel-scroll): Ditto.
6956
16098288
GM
69572001-07-26 Gerd Moellmann <gerd@gnu.org>
6958
ac49effe
GM
6959 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6960 `...', compare with unabbreviated printed representation instead.
6961 (last-sexp-print): Bind print-length and print-level to nil.
6962
be4a68f9
GM
6963 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6964 before assigning text properties. Make properties rear-nonsticky.
ac49effe 6965
f6e6cdf2
GM
6966 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6967 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6968 <mouse-2> and <RET> in that map to a function printing the
6969 unabbreviated value.
6970
16098288
GM
6971 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6972 is a buffer, put a text property `printed-value' on the printed
6973 representation, with the Lisp object printed as value.
6974
343462ed
EZ
69752001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6976
6977 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6978 Mention the effect of eval-expression-print-length and
6979 eval-expression-print-level in the doc strings. Suggested by
6980 Kevin Gallagher <kevingal@onramp.net>.
6981
e043664a
GM
69822001-07-25 Gerd Moellmann <gerd@gnu.org>
6983
4b09e331
GM
6984 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6985 for buttons > 3.
6986 (xterm-mouse-translate): Handle the case that we don't get a
6987 down-event.
cc46bfe7 6988
dde6824c
SM
6989 * emacs-lisp/find-func.el (find-function-regexp):
6990 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
6991 in front of the function name.
6992
17635d50 6993 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 6994
3fb01f36
GM
6995 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6996 similar events for which fake prefix keys are generated. It's no
6997 longer necessary since read_key_sequence doesn't modify these
6998 events for internal purposes anymore.
6999
e043664a
GM
7000 * files.el (auto-mode-alist): Use nroff-mode for files ending
7001 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
7002
a9f73104
EZ
70032001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
7004
7005 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
7006 tool-bar-lines parameter, behave as if its value were zero.
7007 (mouse-avoidance-set-pointer-shape): Don't do anything if
7008 x-pointer-shape is not boundp.
7009
c02a76cc
FP
70102001-07-23 Francesco Potorti` <pot@gnu.org>
7011
f0188953 7012 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
7013 (uniquify-fix-item-base, uniquify-fix-item-filename)
7014 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 7015 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 7016 place in the item, but was never used.
c02a76cc 7017 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 7018 in the item is now used as cache for the proposed name.
c02a76cc 7019 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
7020 newbuffile out of the loop, in the newbuffile-nd local var.
7021 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 7022 common case and cache it in the fourth place in the item.
f0188953 7023 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 7024 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
7025 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
7026 the cached proposed name, does much less consing and is quicker.
7027 (uniquify-filename-lessp): Deleted.
dde6824c
SM
7028 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
7029 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
7030 cached proposed name is possible.
7031 (uniquify-get-proposed-name): Arguments changed, callers changed.
7032 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
7033 uniquify-possibly-resolvable flag, which is no more bound locally.
7034 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 7035 flag, which does not exist any more.
c02a76cc 7036
31fac3b8
EZ
70372001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
7038
be8cf99e
EZ
7039 * term/internal.el (IT-unicode-translations): Fix the appearance of
7040 "6`".
7041
31fac3b8
EZ
7042 * progmodes/compile.el (compile-internal): If EMACS is already
7043 defined in the environment, don't override its value.
7044
73496807
GM
70452001-07-23 Gerd Moellmann <gerd@gnu.org>
7046
9e5a7f2a
GM
7047 * play/fortune.el: Undo change of 2001-07-13.
7048 Fix autoload cookies. Add types to defcustoms.
7049 (fortune) <defgroup>: Add :link.
7050 (fortune-from-region): Use eq, not eql.
7051 From Dave Love <fx@gnu.org>.
c02a76cc 7052
5247262a 7053 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 7054
73496807
GM
7055 * play/animate.el: New file.
7056
722a451d
EZ
70572001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
7058
dde6824c
SM
7059 * startup.el (normal-top-level-add-subdirs-to-load-path):
7060 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
7061 canonicalized names of the directories instead of inode numbers.
7062
4960e757 70632001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 7064
4960e757
MK
7065 * ediff-util.el: Copyright years.
7066 (ediff-choose-syntax-table): New function.
7067 (ediff-setup): Use ediff-choose-syntax-table.
73496807 7068 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 7069 vc-state is available.
73496807 7070 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 7071
4960e757
MK
7072 * ediff-init.el (ediff-with-syntax-table): New macro, uses
7073 with-syntax-table.
73496807
GM
7074 (ediff-coding-system-for-read): From ediff-diff.el
7075 (ediff-coding-system-for-write): New variable.
7076 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 7077 overlays.
73496807
GM
7078 (ediff-file-remote-p): Use file-remote-p, if available.
7079 (ediff-listable-file): New function.
7080 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 7081
dde6824c
SM
7082 * ediff-mult.el (ediff-meta-insert-file-info1):
7083 Use ediff-listable-file.
c02a76cc 7084
dde6824c
SM
7085 * ediff-ptch.el (ediff-prompt-for-patch-file):
7086 Use ediff-coding-system-for-read.
73496807 7087 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 7088
73496807
GM
7089 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
7090 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 7091
4960e757 7092 * ediff.el: Date of last update, copyright years.
c02a76cc 7093
4960e757 7094 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 7095
4960e757
MK
7096 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
7097 of Scott Bronson.
7098 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
7099 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
7100 Deleted functions.
7101 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
7102 ex-token-list.
73496807 7103 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 7104
dde6824c 7105 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
7106 (viper-memq-char): Use viper-int-to-char.
7107 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 7108 vc-locking-state.
73496807 7109 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 7110
dde6824c
SM
7111 * viper.el (viper-major-mode-modifier-list):
7112 Added inferior-emacs-lisp-mode.
73496807 7113 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 7114 heuristics to decide if vi state is appropriate.
73496807
GM
7115 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
7116 (viper-non-hook-settings): Don't advise read-key-sequence.
7117 (viper-read-key-sequence): New function that replaces the
4960e757 7118 previously used advice to read-key-sequence.
c02a76cc 7119
73496807
GM
7120 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
7121 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
7122 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
7123 (viper-open-line-at-point,viper-substitute,viper-overwrite)
7124 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
7125 Got rid of the negative character hack.
4960e757 7126 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
7127 Use viper-read-key-sequence.
7128 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 7129 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 7130 Don't override existing minibuffer-setup-hook.
4960e757 7131 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 7132 Convert registers to char data type.
73496807 7133 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
7134
7135 * viper-keym.el: Use viper-exec-key-in-emacs.
7136
05824718
SM
71372001-07-20 Stefan Monnier <monnier@cs.yale.edu>
7138
7139 * server.el (server-visit-files): Fix variable name typo.
7140
6e07c0a5
GM
71412001-07-20 Gerd Moellmann <gerd@gnu.org>
7142
05824718 7143 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
7144 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
7145
5b6858da
SM
71462001-07-19 Stefan Monnier <monnier@cs.yale.edu>
7147
7148 * progmodes/compile.el (compilation-parse-errors): `linenum' might
7149 return a this-error using the alternative format (a pair of markers).
7150
794d58ba
GM
71512001-07-19 Gerd Moellmann <gerd@gnu.org>
7152
4e2a256b
GM
7153 * font-lock.el (c++-keywords): Add Standard C++ operator names.
7154
794d58ba
GM
7155 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
7156 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 7157
acc24704 71582001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
381194d0
PJ
7159
7160 * international/iso-transl.el: Fix typo in the header of the file.
7161
7162 * textmodes/picture.el (picture): Doc fix.
7163
7164 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
7165 follow coding conventions in generated files.
7166
27009a49
EZ
71672001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
7168
5b6858da 7169 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
7170 (tool-bar-add-item): Don't call image-related primitives if the
7171 display doesn't support images.
7172
7173 * frame.el (display-images-p): New function.
7174
467f1209
GM
71752001-07-17 Gerd Moellmann <gerd@gnu.org>
7176
7177 * server.el (server-visit-files): Handle the case the specified
7178 column number is <= 0.
7179
71802001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
7181
7182 * startup.el (command-line-1): Add support for +LINE:COLUMN
7183 command line argument.
7184
71852000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7186
5b6858da
SM
7187 * server.el (server-process-filter, server-visit-files):
7188 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 7189
acc24704 71902001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9781053a
PJ
7191
7192 * emacs-lisp/easy-mmode.el: Add Keywords header.
7193
7194 * play/pong.el: Author has new address.
7195
7196 * play/landmark.el: Author is no more reachable.
7197
7198 * play/handwrite.el: Author is no more reachable.
7199
5b6858da
SM
72002001-07-17 Stefan Monnier <monnier@cs.yale.edu>
7201
7202 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
7203 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
7204 Complete bindings for F<1..12> keys.
7205 (global-map): Remove `undo' binding (already in the default).
7206 Replace `t<n>' bindings with `f<n>' bindings.
7207
a38b71b0
SM
72082001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7209
7210 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
7211 (tcl-mode): Use tcl-add-log-defun.
7212 (tcl-indent-line): Use tcl-calculate-indent.
7213 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
7214 (tcl-indent-exp): Renamed from indent-tcl-exp.
7215 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
7216 (tcl-indent-for-comment): Call comment-indent-function properly
7217 and handle the case where it returns nil.
7218
c1d61a7d
GM
72192001-07-16 Gerd Moellmann <gerd@gnu.org>
7220
a38b71b0
SM
7221 * calendar/cal-islam.el (calendar-goto-islamic-date):
7222 Remove autoload cookie.
7223
7224 * calendar/calendar.el (calendar-goto-islamic-date):
7225 Add call to autoload.
c1d61a7d 7226
c59fb719
SM
72272001-07-16 Stefan Monnier <monnier@cs.yale.edu>
7228
7229 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
7230 Don't change compile-auto-highlight globally.
7231 Don't bother with `font-lock-defaults' property since XEmacs
7232 also understands the `font-lock-defaults' variable.
7233 Use make-local-variable rather than make-variable-buffer-local.
7234 Don't `defconst' comment-indent-function: keep the default.
7235 Call easy-menu-add unconditionally.
7236 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
7237 (ada-create-menu): Use :included for Emacs as well.
7238
7239 * vc.el (vc-do-command): Autoload.
7240
7241 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
7242
acc24704 72432001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
652a9be9
PJ
7244
7245 * ps-print.el: Fix Author: header.
7246
c3d6be34
GM
72472001-07-16 Gerd Moellmann <gerd@gnu.org>
7248
4391d40d
GM
7249 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
7250 mouse-1 etc., bind them to `ignore'.
7251
c3d6be34
GM
7252 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
7253 send-invisible, which is already defined in Comint.
7254 (eshell-watch-for-password-prompt): Use it.
7255
acc24704 72562001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e8af40ee 7257
3c3e43ef
PJ
7258 * which-func.el (which-func-mode): Doc fix.
7259
e8af40ee 7260 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
7261 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
7262 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
7263 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
7264 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
7265 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
7266 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
7267 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
7268 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
7269 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
7270 * emulation/edt-mapper.el, emulation/edt-pc.el,
7271 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
7272 * emulation/tpu-edt.el, emulation/tpu-extras.el,
7273 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
7274 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
7275 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
7276 * international/isearch-x.el, international/iso-cvt.el,
7277 * international/ogonek.el, international/quail.el,
7278 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7279 * language/devanagari.el, language/ethio-util.el,
7280 * language/ethiopic.el, language/european.el, language/indian.el,
7281 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7282 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7283 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7284 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7285 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7286 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7287 * progmodes/autoconf.el, progmodes/cmacexp.el,
7288 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7289 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7290 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7291 * progmodes/ebnf2ps.el, progmodes/executable.el,
7292 * progmodes/fortran.el, progmodes/idlw-shell.el,
7293 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7294 * progmodes/m4-mode.el, progmodes/mantemp.el,
7295 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7296 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7297 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7298 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7299 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7300 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7301 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7302 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7303 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7304 * textmodes/two-column.el, time-stamp.el, timezone.el,
7305 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7306 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7307 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
7308 conventions.
7309
bb24c64f
GM
73102001-07-16 Gerd Moellmann <gerd@gnu.org>
7311
7312 * simple.el (set-variable): Require 'cus-edit' instead of
7313 `wid-edit', so that the Custom widgets get defined.
7314
acc24704 73152001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6a05d05f
PJ
7316
7317 * allout.el: A fix to follow coding conventions.
7318
7319 * find-lisp.el: A fix to follow coding conventions.
7320
7321 * term/w32-win.el: A fix to follow coding conventions.
7322
7323 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7324
7325 * term/xterm.el: A fix to follow coding conventions.
7326
7327 * term/news.el: A fix to follow coding conventions.
7328
7329 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7330 header line fixed.
7331
7332 * sun-curs.el: Fix Maintainer: header line.
7333
7334 * emacs-lisp/easymenu.el: Address of the author added.
7335
1b85bd12
GM
73362001-07-16 Gerd Moellmann <gerd@gnu.org>
7337
7338 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7339 property.
7340
acc24704 73412001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6e44da43
PJ
7342
7343 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 7344 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
7345 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7346 Some fixes to follow coding conventions.
6e44da43 7347
6033fc96
GM
73482001-07-16 Gerd Moellmann <gerd@gnu.org>
7349
7350 * which-func.el (which-func-mode): Doc fix.
7351
5d3d1e32
SM
73522001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7353
7354 * net/rcompile.el (remote-compile): Use make-local-variable.
7355
7356 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7357
7358 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7359
7360 * mail/reporter.el (reporter-submit-bug-report):
7361 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7362
acc24704 73632001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
55535639 7364
3afbc435 7365 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
7366 * calendar/cal-dst.el, calendar/cal-french.el,
7367 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7368 * calendar/cal-iso.el, calendar/cal-julian.el,
7369 * calendar/cal-mayan.el, calendar/cal-persia.el,
7370 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7371 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7372 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7373 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7374 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7375 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7376 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7377 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7378 * progmodes/ada-xref.el, progmodes/cc-align.el,
7379 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7380 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7381 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7382 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7383 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7384 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7385 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7386 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7387 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7388 * textmodes/reftex.el: Some fixes to follow coding
ff41c6f6 7389 conventions in Elisp files with known maintainers.
3afbc435
PJ
7390
7391 * emulation/viper.el: A fix to follow coding conventions.
7392
60370d40 7393 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
7394 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7395 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7396 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7397 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7398 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7399 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7400 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7401 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7402 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
ff41c6f6 7403 conventions in Elisp files.
60370d40
PJ
7404
7405 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
7406 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7407 * emulation/pc-mode.el, emulation/viper-cmd.el,
7408 * emulation/viper-ex.el, emulation/viper-init.el,
7409 * emulation/viper-keym.el, emulation/viper-macs.el,
7410 * emulation/viper-mous.el, emulation/viper-util.el,
7411 * emulation/viper.el, forms-pass.el, international/ccl.el,
7412 * international/characters.el, international/encoded-kb.el,
7413 * international/fontset.el, international/ja-dic-cnv.el,
7414 * international/ja-dic-utl.el, international/kinsoku.el,
7415 * international/kkc.el, international/mule-cmds.el,
7416 * international/mule-diag.el, international/mule-util.el,
7417 * international/mule.el, international/titdic-cnv.el,
7418 * language/china-util.el, language/chinese.el,
7419 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7420 * language/greek.el, language/hebrew.el, language/japan-util.el,
7421 * language/japanese.el, language/korea-util.el, language/korean.el,
7422 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7423 * language/slovak.el, language/thai-util.el, language/thai.el,
7424 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7425 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7426 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7427 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7428 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7429 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7430 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7431 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7432 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7433 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
7434 to follow coding conventions in files without maintainer or in files
7435 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
7436
7437 * emacs-lisp/elp.el: A fix to follow coding conventions.
7438
715a2ca2 7439 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
7440 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7441 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7442 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7443 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7444 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7445 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7446 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7447 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7448 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7449 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7450 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
7451 conventions in files from Gnus.
7452
55535639 7453 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
7454 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7455 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7456 * echistory.el, electric.el, emacs-lisp/authors.el,
7457 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7458 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7459 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7460 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7461 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7462 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7463 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7464 * international/codepage.el, international/iso-ascii.el,
7465 * international/iso-insert.el, international/iso-transl.el,
7466 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7467 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7468 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7469 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7470 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7471 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7472 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7473 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7474 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7475 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7476 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7477 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7478 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7479 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7480 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7481 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7482 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7483 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7484 * textmodes/tex-mode.el, textmodes/text-mode.el,
7485 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7486 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7487 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
7488 files maintained by FSF.
7489
acc24704 74902001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1cd7adc6
PJ
7491
7492 * arc-mode.el: A fix to follow coding conventions.
7493
7494 * bindings.el: Ditto.
7495
7496 * cdl.el: Ditto.
7497
7498 * comint.el: Ditto.
7499
7500 * cus-start.el: Ditto.
7501
7502 * shell.el: Ditto.
7503
7504 * skeleton.el: Ditto.
7505
07b1b912
SM
75062001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7507
7508 * info.el (Info-build-node-completions):
7509 Make Info-current-file-completions buffer local.
7510
09938b67
GM
75112001-07-13 Gerd Moellmann <gerd@gnu.org>
7512
e0f82ad8 7513 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 7514 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 7515
07b1b912 7516 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 7517 Add autoload cookie.
aa11456f 7518
09938b67
GM
7519 * play/fortune.el: Add types to defcustoms.
7520
acc24704 75212001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
ebea5735 7522
09938b67 7523 * language/czech.el: A fix to follow coding conventions.
ebea5735 7524
ec7dc7e1
EZ
75252001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7526
7527 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7528 to the extension list, for antlr-mode. From Christoph Wedler
7529 <Christoph.Wedler@sap.com>.
7530
ec402ad4
SM
75312001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7532
7533 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7534 (vc-dired-mode-map): Fix the madness.
7535
7536 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7537 (vc-prefix-map): Moved back from vc.el.
7538
a777242c
GM
75392001-07-11 Gerd Moellmann <gerd@gnu.org>
7540
07b1b912
SM
7541 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7542 Increase the size of the obarray.
a777242c
GM
7543 (mail-extr-all-top-level-domains): Add more toplevel domains,
7544 add more long names.
7545 From: Per Starback <starback@ling.uu.se>.
7546
874d7995
EZ
75472001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7548
7549 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
acc24704 7550 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
874d7995
EZ
7551
7552 * progmodes/ada-mode.el: Ditto.
7553
7554 * progmodes/ada-xref.el: Ditto.
7555
ff524b84
MB
75562001-07-11 Miles Bader <miles@gnu.org>
7557
7558 * finder.el (finder-insert-at-column): Also move to the next line
7559 if exactly at COLUMN.
7560
6b05fae3
GM
75612001-07-10 Gerd Moellmann <gerd@gnu.org>
7562
6ce5615d
GM
7563 * help.el (describe-function-1): When printing FUNCTION's
7564 documentation, don't assume FUNCTION is a symbol.
7565
6b05fae3
GM
7566 * startup.el (normal-top-level): Don't operate on the initial
7567 frame if we failed to create one.
7568
19da29f9
GM
75692001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7570
7571 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7572 itself, i.e. only indent the contents in it.
7573
6f19114e
GM
75742001-07-10 Markus Rost <rost@math.ohio-state.edu>
7575
7576 * mail/rmail.el (rmail-show-message): Show beginning of message in
7577 all windows containing it.
7578
8184a578
EZ
75792001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7580
7581 * term/tty-colors.el: Fix the header line and copyright years.
7582
524ac5b2
GM
75832001-07-09 Gerd Moellmann <gerd@gnu.org>
7584
4033ae9d
GM
7585 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7586 original definition has an interactive form, but is Elp
7587 instrumented, use the interactive form of the function called by
7588 elp-wrapper.
7589
59c2dcf4
GM
7590 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7591 configurations with compare-window-configuration; they aren't
7592 window configurations.
7593
524ac5b2
GM
7594 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7595 from the server for the format we expect. Don't use it if it
c59fb719 7596 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 7597
06c66e1c 7598 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
7599 From Luis Fernandes <elf@ee.ryerson.ca>.
7600
524ac5b2 76012001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
7602
7603 * cc-cmds.el: Extended the kludge to interoperate with the
7604 delsel and pending-del packages wrt to the new function
7605 `c-electric-delete-forward'.
7606
851040a5
SM
76072001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7610 to delay the call to <mode> for global minor modes.
7611 (easy-mmode-define-navigation): Only recenter if interactive.
7612
6573d87f
GM
76132001-07-06 Gerd Moellmann <gerd@gnu.org>
7614
a25e82a8
GM
7615 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7616 to lisp-indent-line.
7617
6573d87f
GM
7618 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7619 from the server. Call encode-time only when we are sure that we
7620 got a 213 response.
7621
c1a1fd60
GM
76222001-07-06 Simon Josefsson <jas@extundo.com>
7623
7624 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7625 (mail-envelope-from): New user option.
7626 (sendmail-send-it): Use it.
7627
4b81a999
GM
76282001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7629
851040a5
SM
7630 * ps-print.el: Use locale dependant date to print date in header.
7631 Doc fix.
4b81a999
GM
7632 (ps-print-version): New version number (6.5.3).
7633 (ps-right-header, ps-right-footer): Initialization and doc fix.
7634 (ps-time-stamp-locale-default): New fun.
7635
a2cc5c4f
GM
76362001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7637
7638 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7639 field problem with MIME-mode.
7640
7641 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7642
76432001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7644
7645 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7646 MIME-mode.
7647
a9b511e0
EZ
76482001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7649
7650 * bindings.el (mode-line-mule-info): Don't show the tip with
7651 buffer-file-coding-system if that is nil.
7652
0f60e5ff
GM
76532001-07-05 Gerd Moellmann <gerd@gnu.org>
7654
f25cfe53
GM
7655 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7656 instead of kill-line.
7657
acc24704 7658 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
5f72adc0
GM
7659 <Pavel@Janik.cz>.
7660
acc24704 7661 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
5f72adc0 7662 <Pavel@Janik.cz>.
0f60e5ff 7663
b5e2c7a7
GM
76642001-07-04 Gerd Moellmann <gerd@gnu.org>
7665
7666 * font-lock.el (c-font-lock-keywords-3): When matching something
7667 like `struct X Y', finish with point after Y.
7668
e5836af8 76692001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 7670
e5836af8 7671 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 7672 in caller buffer.
e5836af8 7673
f1c53471
EZ
76742001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7675
bf4041b6 7676 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
7677 instead of string-match to find the basename of the file.
7678 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 7679
851040a5
SM
7680 * net/browse-url.el (browse-url-default-windows-browser):
7681 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
7682 (browse-url-browser-function) [ms-dos]: Default to
7683 browse-url-default-windows-browser.
7684
f1c53471
EZ
7685 * help.el (locate-library): Enable code that looks for compressed
7686 libraries if auto-compression-mode is on.
7687
4ce5c223
SM
76882001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7689
7690 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7691
dd441b46
GM
76922001-07-02 Gerd Moellmann <gerd@gnu.org>
7693
4ce5c223 7694 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 7695
7a3ee510
EZ
76962001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7697
33e432b1 7698 * allout.el: Fix the header line, so that finder.el recognizes it.
acc24704 7699 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
33e432b1 7700
4ce5c223 7701 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
acc24704 7702 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 7703
3024d920
EZ
77042001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7705
4ce5c223 7706 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 7707
3024d920
EZ
7708 * ps-bdf.el (bdf-directory-list): Use the value relative to
7709 installation-directory for MS-Windows as well.
7710
0c1baae8
RS
77112001-06-29 Richard M. Stallman <rms@gnu.org>
7712
7713 * wid-edit.el (widget-color-sample-face-get):
7714 Return ((foreground-color . COLOR)) instead of constructing a face.
7715
442ebe98
EZ
77162001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7717
7718 * faces.el (region): Change the background color for the
7719 light-background color display to lightgoldenrod2, to make it
7720 visible on some laptops.
7721
6519817e
RS
77222001-06-28 Richard M. Stallman <rms@gnu.org>
7723
7724 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7725 (rmail-msg-restore-non-pruned-header): Likewise.
7726 If point was in the old pruned header, put it at the top.
7727 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 7728
6519817e
RS
7729 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7730 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7731
15533ae2
SM
77322001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7733
7734 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7735
19a448e3
KF
77362001-06-28 Karl Fogel <kfogel@red-bean.com>
7737
7738 * saveplace.el: Update maintainer email address.
7739
a17555fd
FP
77402001-06-27 Francesco Potorti` <pot@gnu.org>
7741
15533ae2
SM
7742 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7743 Undo previous change.
a17555fd
FP
7744
77452001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
7746
7747 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7748 preliminary quick reordering. Can speed things up dramatically.
7749
555cc9ca
RS
77502001-06-26 Richard M. Stallman <rms@gnu.org>
7751
4d68abe0
RS
7752 * dired.el (dired-get-filename): A file name starting with ~
7753 is not absolute in this context.
7754
555cc9ca
RS
7755 * which-func.el (which-func-maxout): Increase default to 500000.
7756 (which-function-mode): This is now the "real" name of the function.
7757 (which-func-mode): Now an alias.
7758 (which-func-mode-global): Name deleted.
7759
7760 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7761 button-2, when binding hs-mouse-toggle-hiding.
7762
d9bad487
GM
77632001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7764
15533ae2 7765 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
7766 (rmail-msg-prune-header): Likewise.
7767 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7768 and `rmail-msg-prune-header'.
7769
da197e75
SM
77702001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7771
7772 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7773 back than LINEBEG.
7774
9501b986
EZ
77752001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7776
7777 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7778 window where they clicked the mouse has a header line, adjust
7779 vertical movement by one.
7780
7aee34d3
GM
77812001-06-25 Milan Zamazal <pdm@zamazal.org>
7782
da197e75
SM
7783 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7784 too when separating a parenthesis.
7aee34d3 7785
b9cc92a4
EZ
77862001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7789 (bookmark-bmenu-hide-filenames): Add help-echo to
7790 mouse-highlighted text.
7791 (bookmark-bmenu-show-filenames): Remove help-echo property from
7792 the whitespace.
7793
e55c4863
EZ
77942001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7795
da197e75
SM
7796 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7797 From Karl Eichwalder <ke@suse.de>.
e55c4863 7798
4bd41f5a
RS
77992001-06-23 Richard M. Stallman <rms@gnu.org>
7800
7801 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7802
7803 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7804 contents for completing-read.
7805
fdae95d4
RS
78062001-06-22 Richard M. Stallman <rms@gnu.org>
7807
7808 * menu-bar.el (menu-bar-make-toggle): Construct the
7809 function's doc string from HELP, not DOC, and make it accurate by
7810 adding "Toggle whether to " at the front and downcasing the initial.
7811 Change the HELP arg in some calls to make it fit this usage.
7812
7813 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7814 Undo previous change.
7815
5f0e1d42
EZ
78162001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7817
1fd63d9b
EZ
7818 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7819
da197e75 7820 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 7821
2ebf8f54
EZ
78222001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7823
7a03d9cd
EZ
7824 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7825
2ebf8f54
EZ
7826 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7827
4de68712
RS
78282001-06-20 Richard M. Stallman <rms@gnu.org>
7829
7830 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7831 broken out from dabbrev--find-expansion. Handle minibuffer
7832 specially here.
7833 (dabbrev--find-expansion): Simplify code in various ways.
7834 Don't treat minibuffers specially.
7835 Call dabbrev--make-friend-buffer-list.
da197e75 7836 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
7837 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7838
f84e9763 78392001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 7840
f84e9763
JW
7841 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7842 Also, added a comment describing how to greatly speedup Eshell
7843 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 7844
f5f3efaa 78452001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 7846
da197e75
SM
7847 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7848
f84e9763
JW
78492001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7850
7851 * woman.el (WoMan-highlight-references): Add help-echo to
7852 mouse-highlighted text.
b868ed49 7853
f7ac3e28
SM
78542001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7855
7856 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7857
f6f1beba
GM
78582001-06-18 Gerd Moellmann <gerd@gnu.org>
7859
f7ac3e28
SM
7860 * international/quail.el (quail-start-conversion):
7861 Reset quail-translating to nil.
db8f7303 7862
f6f1beba
GM
7863 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7864 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7865
1a0b9ae6
EZ
78662001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7867
855eca56
EZ
7868 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7869 mouse-highlighted text.
7870
1a0b9ae6
EZ
7871 * dired.el (dired-mark-pop-up): Fix last change.
7872
e75e894b
EZ
78732001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7874
218abc51
EZ
7875 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7876 mouse-highlighted text.
7877
d36ca65d
EZ
7878 * net/quickurl.el (quickurl-url-file): Run through
7879 convert-standard-filename.
7880 (quickurl-list-populate-buffer): Add help-echo to
7881 mouse-highlighted text.
7882 (top-level): Update Dave's URL.
7883
092924fd
EZ
7884 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7885 mouse-highlighted text.
7886
f7ac3e28
SM
7887 * textmodes/page-ext.el (pages-copy-header-and-position):
7888 Add help-echo to mouse-highlighted text.
092924fd
EZ
7889
7890 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7891 mouse-highlighted text.
7892
7893 * replace.el (occur): Add help-echo to mouse-highlighted text.
7894
7895 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7896 mouse-highlighted text.
7897
7898 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7899 mouse-highlighted text.
7900
f7ac3e28
SM
7901 * progmodes/compile.el (compile-reinitialize-errors):
7902 Add help-echo to mouse-highlighted messages.
092924fd
EZ
7903 (compilation-forget-errors): Remove help-echo property as well.
7904
f7ac3e28
SM
7905 * play/landmark.el (lm-plot-square, lm-init-display):
7906 Add help-echo to mouse-highlighted text.
092924fd 7907
f7ac3e28
SM
7908 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7909 Add help-echo to mouse-highlighted text.
092924fd
EZ
7910
7911 * dired.el (dired-insert-set-properties): Add help-echo to
7912 mouse-highlighted text.
f7ac3e28 7913 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
7914
7915 * comint.el (comint-send-input): Add help-echo to
7916 mouse-highlighted text.
7917
7918 * buff-menu.el (list-buffers-noselect): Add help-echo to
7919 mouse-highlighted text.
7920
7921 * arc-mode.el (archive-summarize-files): Add help-echo to
7922 mouse-highlighted text.
7923
e75e894b
EZ
7924 * ffap.el (ffap-machine-p): Always return nil if
7925 open-network-stream is not fboundp.
7926
f621ed9d
SM
79272001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7928
7929 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7930 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7931 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7932 incorrectly binding chars between 128 and 256 to it.
7933 (sgml-maybe-name-self): Handle latin-1 chars properly.
7934 (sgml-tags-invisible): Bind buffer-file-name to nil.
7935 Use unwind-protect and restore-buffer-modified-p.
7936 (sgml-point-entered): Use buffer-substring-no-properties.
7937 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7938 (html-mode): Don't force `imenu-sort-function'.
7939
884e8578
EZ
79402001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7941
d5b49f47
EZ
7942 * tar-mode.el: Fix the copyright notice.
7943
ce6b1982
EZ
7944 * font-lock.el (font-lock-comment-face): For tty's with dark
7945 background, use "red1", since "lightred" is not one of the colors
7946 recognized by tty-colors.el.
7947
884e8578
EZ
7948 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7949 create a buffer for extracted file, in case there's more than one
7950 file by that name in an archive, possibly in different
7951 directories. From Kevin Rodgers <kevinr@ihs.com>.
7952
7953 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7954 <alex@gnu.org>.
7955
72190a54
MB
79562001-06-15 Miles Bader <miles@gnu.org>
7957
f621ed9d
SM
7958 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7959 Revert previous change.
72190a54 7960
e4cdc335
RS
79612001-06-14 Richard M. Stallman <rms@gnu.org>
7962
7963 * replace.el (keep-lines-read-args): Return just a regexp.
7964 Provide nil for the region args.
f621ed9d 7965 (keep-lines, flush-lines, how-many):
e4cdc335
RS
7966 Calculate the defaults for the region here, when args are nil.
7967
c8c6b45a
EZ
79682001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7969
7970 * rot13.el (rot13-other-window): Some more doc fix.
7971
f54701d1
EZ
79722001-06-14 Per Starback <starback@ling.uu.se>
7973
7974 * replace.el (case-replace, query-replace-from-history-variable)
7975 (query-replace-to-history-variable, keep-lines-read-args)
7976 (occur-revert-function, query-replace-help): Dox fix.
7977
1604ce98
EZ
79782001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7979
7980 * rot13.el (rot13-other-window): Doc fix.
7981
22058843
MB
79822001-06-14 Miles Bader <miles@gnu.org>
7983
7984 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7985 of " and \ to "." (punctuation).
7986 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7987
e4cdc335
RS
79882001-06-13 Richard M. Stallman <rms@gnu.org>
7989
7990 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7991
7992 * simple.el (shell-command-on-region): Never kill the
7993 *Shell Command Output* buffer.
7994
a62d56ab
SM
79952001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7996
7997 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7998
4a0aa1d9
SM
79992001-06-10 Stefan Monnier <monnier@cs.yale.edu>
8000
8001 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8002 New var, to recognize ${ $' and PODs.
8003 (perl-font-lock-syntactic-face-function): New function.
8004 (perl-mode): Use them.
8005 (perl-continuation-line-p): New function, from perl-calculate-indent.
8006 (perl-calculate-indent): Use it, to properly handle continuation
8007 lines of continuation lines.
8008
b5a9911c
EZ
80092001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
8010
8011 * server.el (server-process, server-buffer-clients): Doc fix.
acc24704 8012 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
b5a9911c 8013
0f056ec1
JW
80142001-06-09 John Wiegley <johnw@gnu.org>
8015
8016 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
8017 test if the last command was Lisp or not.
8018 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
8019 B x C".
8020
e5e316b0
EZ
80212001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
8022
8023 * dos-w32.el (grep-regexp-alist): Remove definition, since the
8024 general one on compile.el supports drive letters.
7f4350a7
CD
8025
80262001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
8027
5a905a7e 8028 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 8029 key description.
7f4350a7
CD
8030
8031 * textmodes/reftex-sel.el (reftex-select-jump): New command.
8032
5a905a7e 8033 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
8034 (reftex-toc-jump): New command.
8035
8036 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 8037 to parse international characters as well.
7f4350a7 8038
5a905a7e 8039 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 8040 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 8041
5a905a7e
SM
8042 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
8043
8044 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 8045 TAB to the key separators.
7f4350a7 8046
73419021
EZ
80472001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
8048
8049 * international/mule.el (auto-coding-alist): Remove redundant
8050 up-cased versions of the extensions (auto-coding-alist-lookup is
8051 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
8052 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
8053
cada28bb
EZ
80542001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
8055
8056 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
8057
4f7666dc
RS
80582001-06-01 Richard M. Stallman <rms@gnu.org>
8059
8060 * help.el (describe-variable): Put value on same line
8061 with preceding text, if it is short enough to look good that way.
8062
70079787
EZ
80632001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
8064
8065 * term/internal.el (IT-unicode-translations): New variable.
8066 (IT-setup-unicode-display): New function.
8067
c86f4619
GM
80682001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8069
8070 * ps-print.el: Handle before-string and after-string overlay properties
8071 in ps-print-*-with-faces commands. Doc fix.
8072 (ps-print-version): New version number (6.5.2).
8073 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
8074 for XEmacs.
8075 (ps-prefix-quote): Doc fix.
c6d452ad 8076 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
8077 (ps-basic-plot-str, ps-plot-string): New funs.
8078
1ea98518
SM
80792001-05-31 Stefan Monnier <monnier@cs.yale.edu>
8080
8081 * progmodes/etags.el (tags-compression-info-list): Fix docstring
8082 and :type spec.
8083
2b1ec973
GM
80842001-05-31 Gerd Moellmann <gerd@gnu.org>
8085
1ea98518
SM
8086 * international/mule-cmds.el (inactivate-input-method):
8087 Set input-method-function to nil.
2b1ec973 8088
94843cc1
GM
8089 * xml.el (xml-parse-tag): The document may contain invalid characters.
8090 From ShengHuo ZHU <zsh@cs.rochester.edu>
8091
9652931f
GM
80922001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
8093
8094 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
8095 `rmail-summary-line-decoder' if the message does not have
8096 a Subject: field.
9652931f 8097
1ea98518 8098 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 8099
1ea98518
SM
8100 * mail/rmail.el (rmail-insert-mime-resent-message-function):
8101 New variable.
9652931f
GM
8102 (rmail-resend): Modify to work in `rmail-view-buffer'; call
8103 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
8104 is non-nil.
8105
f7ac3e28
SM
81062001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
8107
8108 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
8109
b781e739
SS
81102001-05-29 Sam Steingold <sds@gnu.org>
8111
00f51890
SS
8112 * faces.el (face-valid-attribute-values): Bind `valid' directly
8113 instead of using `setq'.
8114
b781e739
SS
8115 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
8116 Use `tex-shell-buf'.
8117 (tex-shell-proc): Use `tex-shell-running'.
8118 (tex-shell-buf-no-error): New function.
8119 (tex-send-tex-command): Use it.
8120 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
8121 (tex-kill-job): Check the process before calling `quit-process'.
8122
3d0e328b
GM
81232001-05-29 Gerd Moellmann <gerd@gnu.org>
8124
1ea98518
SM
8125 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
8126 UTF-8 sequences.
3d0e328b 8127
8bd6307f
GM
81282001-05-28 Miles Bader <miles@gnu.org>
8129
8130 * comint.el (comint-carriage-motion): Renamed from
8131 `comint-cr-magic'. Operate on the buffer instead of the string
8132 (for use as a comint post-output filter, instead of as a
8133 pre-output filter). Handle backspaces too. Add to the
8134 `comint-output-filter-functions' hook instead of
8135 `comint-preoutput-filter-functions'.
8136
89c8dc6c
GM
81372001-05-28 Gerd Moellmann <gerd@gnu.org>
8138
8139 * language/japan-util.el (japanese-hankaku): Prefer the charset
8140 `jisx0201' when the optional argument `ascii-only' is not specified.
8141 (japanese-hankaku-region): Ditto.
8142 From Katsumi Yamaoka <yamaoka@jpl.org>
8143
f25c1b9b
SM
81442001-05-28 Stefan Monnier <monnier@cs.yale.edu>
8145
8146 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
8147 (outline-invisible-p): New function.
8148 (hide-leaves): Save excursion.
8149 (hide-other): Stop looping when reaching bobp.
8150
719bb352
EZ
81512001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
8152
8153 * cus-edit.el (custom-file): Fix last change.
8154
d686d354
SM
81552001-05-27 Stefan Monnier <monnier@cs.yale.edu>
8156
8157 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
8158 same definition in byte-compile-function-environment as `autoload'
8159 would put in `symbol-function'.
8160
8161 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
8162 patch to correct the error message as well.
8163
49b1a638
EZ
81642001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
8165
71261a01
EZ
8166 * cus-edit.el (custom-file): Don't assume we were invoked with -q
8167 unless ~/.emacs exists.
8168
49b1a638
EZ
8169 * novice.el (enable-command): If user-init-file is nil or does not
8170 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
8171
a434b175
SM
81722001-05-25 Stefan Monnier <monnier@cs.yale.edu>
8173
15ca8de7
SM
8174 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
8175 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8176 Allow spaces around macro arguments.
8177 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
8178 indent-for-tab-command.
8179 (latex-mode-map, plain-tex-mode-map): New keymaps.
8180 Inherit from tex-mode-map.
8181 (tex-common-initialization): Don't setup the keymap any more
8182 since it's now done right by define-derived-mode.
8183 (latex-mode): Set skeleton-end-hook to nil.
8184 (latex-skeleton-end-hook): Remove.
8185 (tex-latex-block, latex-insert-item): Simplify.
8186 (latex-syntax-after): Use following-char rather than char-after.
8187 (tex-discount-args-cmds, tex-count-words): New functions.
8188
8189 * textmodes/tildify.el (tildify-ignored-environments-alist):
8190 Recognize \verb* as well.
8191
8192 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
8193 (perl-comment-indent): Simplify to let newcomment.el do its job.
8194 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
8195 (perl-mark-function): Cleanup the namespace.
8196 (perl-calculate-indent): Don't be fooled by nested functions.
8197
8198 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
8199
a434b175
SM
8200 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
8201 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
8202
4e7e1f03
AC
82032001-05-25 Andrew Choi <akochoi@i-cable.com>
8204
8205 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
8206 actually be `\\'.
8207 (ctlau-b5-converter): Likewise.
8208
2bef0948
AC
82092001-05-24 Andrew Choi <akochoi@i-cable.com>
8210
8211 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
8212 Change CTLauB.el to CTLau-b5.el.
8213
d2d1851b
SM
82142001-05-23 Stefan Monnier <monnier@cs.yale.edu>
8215
8216 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
8217 rather than beginning-of-line to avoid problems with fields.
8218 (gud-perldb-massage-args): Use unless and push.
8219 (gud-chdir-before-run): New var.
8220 (gud-common-init): Use it.
8221
5e3d4fbc
AC
82222001-05-24 Andrew Choi <akochoi@i-cable.com>
8223
8224 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
8225 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 8226 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 8227 chinese-ctlaub.
d2d1851b
SM
8228 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
8229 New functions.
5e3d4fbc 8230
0216c3df
GM
82312001-05-22 Gerd Moellmann <gerd@gnu.org>
8232
f1f65349
GM
8233 * cus-edit.el (custom-comment-show): Remove debug code.
8234
0216c3df
GM
8235 * language/japan-util.el (japanese-symbol-table): Fix handling of
8236 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
8237
e8a1ed31
SM
82382001-05-21 Stefan Monnier <monnier@cs.yale.edu>
8239
8240 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
8241 Renamed by removing the silly `-flag' suffix.
8242 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
8243
7246200c
SM
82442001-05-20 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * replace.el (keep-lines-read-args): Use `copy-marker'.
8247 (how-many): Save excursion properly.
8248 (occur-mode): Use define-derived-mode.
8249 (perform-replace): Use with-current-buffer.
8250
7e971261
RS
82512001-05-20 Richard M. Stallman <rms@gnu.org>
8252
65569e52
RS
8253 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
8254
cc9684e8
RS
8255 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
8256
9ca00e71
RS
8257 * info.el (Info-read-subfile): Widen before finding the
8258 desired node in the subfile.
8259
7e971261
RS
8260 * startup.el (command-line-1): When >2 files visited,
8261 leave the last one visible, and make that the selected window.
8262
7c5312b2
GM
82632001-05-20 Gerd Moellmann <gerd@gnu.org>
8264
8265 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
8266
310e9a21
EZ
82672001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
8268
7246200c 8269 * international/ccl.el (define-ccl-program): Fix a typo.
acc24704 8270 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8271
8272 * international/mule.el (decode-char): Fix a typo. From Pavel
acc24704 8273 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
8274
8275 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
acc24704 8276 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde 8277
310e9a21 8278 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
acc24704 8279 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
310e9a21 8280
ef55aa6c
SS
82812001-05-18 Sam Steingold <sds@gnu.org>
8282
7246200c 8283 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
8284 and [RET] to `cvs-mode-find-file'.
8285
c9f3bebe
JW
82862001-05-18 John Wiegley <johnw@gnu.org>
8287
8288 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8289 configuration variable, which determines the initial character
8290 that forces use of an external version of a command. The default
8291 is *, but may be set to \, for example.
8292
8293 * eshell/esh-ext.el (eshell-explicit-command):
8294 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8295
c9f3bebe
JW
8296 * eshell/esh-cmd.el (eshell/which):
8297 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8298
7c5312b2
GM
8299 * eshell/em-cmpl.el (eshell-completion-command-name)
8300 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
8301 instead of ?*.
8302
1c66d9fb
GM
83032001-05-18 Gerd Moellmann <gerd@gnu.org>
8304
a724ed38
GM
8305 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8306 subst-char-in-string.
8307 (ange-ftp-after-parse-ls-hook): New variable.
8308 (ange-ftp-ls): Run that hook.
8309 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8310
0595722b
GM
8311 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8312 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8313 text into *Completions*.
8314
1c66d9fb
GM
8315 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8316 part of which look like email addresses.
8317
c5bdb93d
AI
83182001-05-18 Andrew Innes <andrewi@gnu.org>
8319
7246200c
SM
8320 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8321 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
8322 cmd.exe's handling of FOR loops.
8323 (autoloads): Set find-file-suppress-same-file-warnings to t to
8324 avoid slew of spurious messages.
8325
9a1211f2
GM
83262001-05-18 Simon Josefsson <simon@josefsson.org>
8327
8328 * mail/smtpmail.el (maybe-append-domain): Renamed to
8329 `smtpmail-maybe-append-domain'.
8330 (smtpmail-via-smtp): Use the new name.
8331
29148a3f
GM
8332 * net/browse-url.el (browse-url-browser-function): Add kde.
8333 (browse-url-kde-program, browse-url-kde-args): New variables.
8334 (browse-url-kde): New function.
8335
9ab59a1a
MB
83362001-05-18 Miles Bader <miles@gnu.org>
8337
7246200c
SM
8338 * simple.el (delete-horizontal-space, just-one-space):
8339 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
8340 because it's more efficient for large files.
8341
cebf1b97
GM
83422001-05-17 Gerd Moellmann <gerd@gnu.org>
8343
f90c23ca
GM
8344 * mail/rmail.el (rmail-require-mime-maybe): New function.
8345 (rmail): Use it.
8346 (rmail-mode): Handle the case of finding Rmail files.
8347
cebf1b97
GM
8348 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8349 functions.
8350
df22166e
SM
83512001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8352
8353 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8354 text-property after moving to the beginning of line and regardless
8355 of the value of font-lock-multiline.
8356
2ca0d5f1
GM
83572001-05-17 Gerd Moellmann <gerd@gnu.org>
8358
e85e809a
GM
8359 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8360
2ca0d5f1
GM
8361 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8362 last coding system used before calling set-buffer-modified-p
8363 because that function changes last-coding-system.
8364
4c6a4739
EZ
83652001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8366
8367 * files.el (switch-to-buffer-other-window)
8368 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8369 the doc string.
8370
f08cf35b
GM
83712001-05-17 Gerd Moellmann <gerd@gnu.org>
8372
8373 * language/slovak.el, language/czech.el: New maintainer.
8374
2180ea97
SS
83752001-05-16 Sam Steingold <sds@gnu.org>
8376
f08cf35b 8377 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
8378 sub-form of `defgeneric' correctly.
8379
9bae8781
GM
83802001-05-16 Gerd Moellmann <gerd@gnu.org>
8381
a90b3d3c
GM
8382 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8383 of `c'.
8384
1b7818b4 8385 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
8386 condition-case, test what outline-level returns instead, to
8387 ease debugging.
1b7818b4 8388
9bae8781
GM
8389 * international/mule.el (auto-coding-regexp-alist): New user-option.
8390 (auto-coding-from-file-contents): New function.
8391 (set-auto-coding): Use it to determine a coding system.
8392
7644c605
GM
83932001-05-15 Gerd Moellmann <gerd@gnu.org>
8394
18a0a39e
GM
8395 * mouse.el (mouse-delete-other-windows): Doc fix.
8396
df22166e
SM
8397 * emacs-lisp/lisp-mode.el (lisp-mode):
8398 Make font-lock-keywords-case-fold-search a buffer-local variable with
8399 make-local-variable before setting it.
7644c605 8400
940cf42e
EZ
84012001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8402
8403 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8404 prefixes.
8405
557f7c34
GM
84062001-05-14 Gerd Moellmann <gerd@gnu.org>
8407
8408 * hexl.el (hexl-current-address): Print a message when called
8409 interactively.
8410
14d9b141
SM
84112001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8412
8413 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8414
8415 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8416
8417 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8418
7bd2d083
GM
84192001-05-11 Gerd Moellmann <gerd@gnu.org>
8420
47e72862
GM
8421 * startup.el (command-line): If parameters have been changed in
8422 the init files which influence font selection, clear the face
8423 cache so that faces get realized with the new parameters.
8424
14d9b141 8425 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 8426
0f49941f
SM
84272001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8428
8429 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8430
cbeed4a8
EZ
84312001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8432
8433 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8434 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8435
ff9aa2ca
GM
84362001-05-10 Gerd Moellmann <gerd@gnu.org>
8437
8438 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 8439 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 8440
b2c99950
JW
84412001-05-09 John Wiegley <johnw@gnu.org>
8442
0f49941f
SM
8443 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8444 Annotated the documentation string to tell users about
3cb27fd7
JW
8445 `eshell-no-numeric-conversions'.
8446
c26f6b27
JW
8447 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8448 conversions if a Lisp function has the property
8449 `eshell-no-numeric-conversions' set to a non-nil value.
8450
8451 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8452 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8453 property `eshell-no-numeric-conversions' on the following
8454 functions (which all deal with filesystem entities, and never Lisp
8455 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8456 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8457 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8458 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8459 eshell/which, eshell/addpath.
8460
84612001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 8462
d089e299
JW
8463 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8464 encountered as an argument, don't convert it right away, but tag
8465 the first character of the string with the text properties
8466 `number', which signifies to `eshell-lisp-command' that the
8467 argument should be passed through `string-to-number' if it is
8468 actually used in the call to a Lisp function.
8469
8470 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8471 function, convert any string arguments that have been tagged as
8472 "numbers", by calling string-to-number.
8473
8474 * eshell/esh-util.el (eshell-number-regexp): Now that number
8475 conversions only happen for Lisp function calls, the number regexp
8476 should now match all integer and floating point forms.
8477
8478 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8479 `eshell-continue-process', since they are both nonfunctional at
8480 the moment.
8481 (eshell-proc-initialize): Don't bind keys for
8482 `eshell-stop-process' or `eshell-continue-process'.
8483
0f49941f
SM
8484 * eshell/em-unix.el (eshell-shuffle-files):
8485 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
8486
8487 * eshell/em-hist.el (eshell-add-to-history): Reference to
8488 `eshell-history-ring' needed to be `eshell-history-index'.
8489
0f49941f
SM
8490 * calendar/timeclock.el (timeclock-find-discrep):
8491 Initialize `elapsed' to 0.
cb89da0f
JW
8492 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8493 it's still nil.
b2c99950 8494
ff39b9a1
SM
84952001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8496
8497 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8498 (archive-mode): Use capitalize.
8499 (archive-unique-fname): Use make-temp-file.
8500
9e53a675
GM
85012001-05-09 Gerd Moellmann <gerd@gnu.org>
8502
8503 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8504
c8224de6
EZ
85052001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8506
c533a7e2
EZ
8507 * tar-mode.el (tar-extract): Pay attention to the value of
8508 coding-system-for-read, if it is non-nil.
8509
ff39b9a1 8510 * calendar/holidays.el (holidays): Add an autoload cookie.
acc24704 8511 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 8512
1c8c9fb8
JW
85132001-05-08 John Wiegley <johnw@gnu.org>
8514
ff39b9a1
SM
8515 * calendar/timeclock.el (timeclock-workday-remaining):
8516 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
8517 (timeclock-workday-elapsed): Don't accept a "relative" argument
8518 for the current day's elapsed time. What could that have meant?
ff39b9a1 8519 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
8520 (timeclock-when-to-leave): Changed logic, similarly to what was
8521 done for `timeclock-workday-remaining'.
8522 (timeclock-find-discrep): Removed "today-only" argument, which had
8523 no meaning. Fixed some more math problems. The function now
8524 returns a three member list: (TOTAL-TIME-DISCREPANCY
8525 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8526
5f47fb28
EZ
85272001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8528
8529 * w32-fns.el (convert-standard-filename): Start replacing slashes
8530 from the beginning of the file name, not from where the last
8531 invalid character was. From "Andrew Maguire (SWW)"
8532 <Andrew.Maguire@Smallworld.co.uk>
8533
6da5c7da
GM
85342001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8535
8536 The following changes are to provide infrastructure for handling
8537 MIME messages to rmail. They don't affect the original behaviour
8538 if rmail-enable-mime is nil.
8539
8540 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8541 (rmail-search-mime-message-function)
8542 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
8543 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8544 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8545 `rmail-view-buffer' is hidden.
6da5c7da
GM
8546 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8547 call rmai-show-mime-function.
8548 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8549 mode-line-process of rmail-view-buffer.
8550 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8551 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8552 buffer.
ff39b9a1
SM
8553 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8554 set-buffer to the Rmail buffer.
6da5c7da
GM
8555 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8556 rmail-search-mime-header-function.
8557 (rmail-search-message): New function.
8558 (rmail-search): Call rmail-search-message to check if a message
8559 matches REGEXP, lastly update point after calling
8560 rmail-show-message.
ff39b9a1
SM
8561 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8562 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
8563 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8564 header region, refer to rmail-msgref-vector while setting the
8565 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
8566 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8567 If rmail-enable-mime is non-nil, call
6da5c7da
GM
8568 rmail-insert-mime-forwarded-message-function instead of inserting
8569 forwarded message by itself.
8570
8571 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8572 Rmail buffer.
8573 (rmail-set-label, rmail-next-labeled-message): Likewise.
8574
8575 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8576 set-buffer to the Rmail buffer.
8577 (rmail-output-to-rmail-file): Likewise.
8578 (rmail-output): Likewise.
8579
8580 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8581 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
8582 (rmail-new-summary): Be sure to go to the Rmail buffer.
8583 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
8584 rmail-view-buffer to nil.
8585 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8586 rmail-view-buffer.
8587 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8588 rmail-buffer.
8589 (rmail-summary-scroll-msg-down): Likewise.
8590 (rmail-summary-beginning-of-message): Likewise.
8591 (rmail-summary-wipe): Likewise.
8592 (rmail-summary-toggle-header): Use save-window-excursion, not
8593 save-excursion. Update point in rmail-view-buffer, not in
8594 rmail-buffer.
8595 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8596 rmail-view-buffer, not rmail-buffer.
8597
5092477a
GM
85982001-05-07 Gerd Moellmann <gerd@gnu.org>
8599
1e9fc92e
GM
8600 * cus-edit.el (custom-file): Signal an error if user-init-file is
8601 nil (running -q).
8602
1d053370
GM
8603 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8604
ff39b9a1
SM
8605 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8606 Add :version.
8607
8608 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8609 New option.
1b62b062
GM
8610 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8611 only if smtpmail-warn-about-unknown-extensions is set.
8612
f851a71c
GM
8613 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8614 instead of rmail-sort-by-keywords.
8615
ff39b9a1 8616 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
8617 rmail-sort-by-keywords.
8618
ff39b9a1
SM
8619 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8620 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
8621 (rmail-summary-mode): Doc fix.
8622
5092477a
GM
8623 * mail/rmail.el (rmail-edit): New Custom group.
8624
8625 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8626 (rmail-edit-mode-hook): New user-option.
8627
05be3833
RS
86282001-05-05 Richard M. Stallman <rms@gnu.org>
8629
8630 * help.el (help-xref-symbol-regexp): Recognize "source of"
8631 and friends, meaning make a link to the source file.
8632 (help-make-xrefs): Handle "source of" and friends
8633 by constructing a link that visits the source file.
8634
8635 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8636
7dfb000f
SM
86372001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8638
5efe6a56
SM
8639 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8640 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8641 Renamed from perl-font-lock-keywords to avoid clashes.
8642 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8643 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8644 Updated correspondingly.
8645
7dfb000f
SM
8646 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8647 Typo `nonexistant' -> `nonexistent'.
8648
88bbb8cb
EZ
86492001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8650
7dfb000f
SM
8651 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8652 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
8653 `c-electric-delete-forward' always deletes forward and
8654 `c-electric-delete' only contains the code necessary for XEmacs to
8655 choose between backward and forward deletion.
7dfb000f 8656
88bbb8cb
EZ
8657 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8658 get the electric behavior on that key too.
8659 (c-fill-paragraph): Fixed bogus direct use of
8660 c-comment-prefix-regexp, which caused an error when it's a list.
8661
a1af8dcf
EZ
86622001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8663
8664 * dired-aux.el (dired-diff): Doc fix.
8665
8666 * dired.el (dired-diff): Likewise.
8667
ddfb4005
EZ
86682001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8671
b36581fb
SM
86722001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8673
80a00b6a
SM
8674 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8675 if both the buffer and the file are read-only.
8676
b36581fb
SM
8677 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8678 rather than font-lock-string-face.
8679 (sh-get-indent-info): Treat heredocs like strings.
8680
470bbe9b
GM
86812001-05-02 Gerd Moellmann <gerd@gnu.org>
8682
b36581fb
SM
8683 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8684 a newline following `}'.
3356df63
GM
8685 (texinfo-format-email): New function.
8686 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
8687 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8688 Add `display'.
3356df63
GM
8689 (texinfo-sort-region): Goto point-min before sorting.
8690 (texinfo-set): Remove leading white space from value.
8691 From yagi@is.titech.ac.jp.
8692
470bbe9b
GM
8693 * replace.el (query-replace-regexp-eval): Doc fix.
8694
a9d2fd1d
SM
86952001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8696
8697 * diff-mode.el (diff-nonexistant-face): New face.
8698 (diff-font-lock-keywords): Use it.
8699
2b3e941a
EZ
87002001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8701
22cd6fd3
EZ
8702 * font-lock.el (font-lock-mode): Doc fix.
8703
2b3e941a
EZ
8704 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8705 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8706
50df7214
GM
87072001-04-30 Gerd Moellmann <gerd@gnu.org>
8708
a9d2fd1d
SM
8709 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8710 backslash at the start of the here-document delimiter.
a9793e45
GM
8711 (sh-font-lock-syntactic-keywords): Likewise.
8712
50df7214
GM
8713 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8714
e2f599e9
EZ
87152001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8716
8717 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8718 (tty-color-translate, tty-color-by-index, tty-color-values)
8719 (tty-color-desc): Doc fix.
8720
dcaf31d3
EZ
87212001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8722
8723 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
8724 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8725 Mention dired-dwim-target in the doc string.
dcaf31d3 8726
a6a06429
MB
87272001-04-28 Miles Bader <miles@gnu.org>
8728
8729 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8730 (dabbrev--find-expansion): Use it.
8731 (dabbrev--select-buffers): Don't select ignored buffers.
8732
5a5d9185
GM
87332001-04-27 Gerd Moellmann <gerd@gnu.org>
8734
a9d2fd1d 8735 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 8736
c5b82005
RS
87372001-04-26 Richard M. Stallman <rms@gnu.org>
8738
8739 * dabbrev.el: Add doc strings for some functions.
8740 (dabbrev--eliminate-newlines): New variable.
8741 (dabbrev--substitute-expansion): Convert newlines to spaces
8742 if dabbrev--eliminate-newlines is set.
8743 If abbrev and expansion are both all-lower-case,
8744 leave dabbrev--last-case-pattern nil.
8745
7cff9c6f
GM
87462001-04-26 Gerd Moellmann <gerd@gnu.org>
8747
8748 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8749 if necessary, like in rmail-show-message.
8750
efa89c1f
GM
87512001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8752
8753 * ps-print.el: Color specified by number is forced to be float number.
8754 (ps-print-version): New version number (6.5.1.1).
8755 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8756 initialization.
8757 (ps-prefix-quote): New internal var.
8758 (ps-print-quote): New fun.
8759 (ps-setup, ps-output-frame-properties, ps-float-format)
8760 (ps-format-color): Code fix.
a9d2fd1d
SM
8761 (ps-plot-region): Eliminate redundant foreground color text setting.
8762
d3111e5a
EZ
87632001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8764
8765 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8766
a728644c
GM
87672001-04-25 Gerd Moellmann <gerd@gnu.org>
8768
8769 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8770
4ecdf04d
EZ
87712001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8772
4645bb68
EZ
8773 * info.el (Info-additional-directory-list): Doc fix.
8774
4ecdf04d 8775 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
8776 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8777 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 8778
7cd512f2
SM
87792001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8780
1dc64fca
SM
8781 * progmodes/make-mode.el (makefile-font-lock-keywords):
8782 Rationalize the rules for includes and conditionals and use the
8783 keyword face for them.
8784
7cd512f2
SM
8785 * faces.el (modify-face): Add compatibility for non-interactive use.
8786
ffeb5c1c
JW
87872001-04-24 John Wiegley <johnw@gnu.org>
8788
8789 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8790 fix from last night, since it wasn't finding eshell/cd.
8791
35f901fa
GM
87922001-04-24 Gerd Moellmann <gerd@gnu.org>
8793
8794 * rect.el (string-rectangle): Revert to 20.x behaviour.
8795 (replace-rectangle): Make it an alias for string-rectangle.
8796 (string-insert-rectangle): New function.
8797
c7b1b508
JW
87982001-04-23 John Wiegley <johnw@gnu.org>
8799
8800 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8801 occurring with Emacs 21's diff.el/compile.el interaction layer.
8802
88032001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8804
8805 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8806 case where the function was defined in a file, but not part of an
8807 eshell module.
8808
157975e3
JW
88092001-04-23 John Wiegley <johnw@gnu.org>
8810
8811 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8812 code to work around a redisplay problem I've been having.
8813
3dc630b9
JW
88142001-04-23 John Wiegley <johnw@gnu.org>
8815
8816 * calendar/timeclock.el (timeclock-day-required): If the time
8817 required for a particular day is not set, use `timeclock-workday'.
8818 (timeclock-find-discrep): Added some sample code in a comment.
8819
8820 * eshell/eshell.el (eshell-command): Made a few changes so that
8821 `eshell-command' could be called programmatically.
8822
7cd512f2 8823 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 8824
7cd512f2 8825 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 8826
3ae14dd9 88272001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
8828
8829 * calendar/timeclock.el: Updated copyright.
8830 (timeclock-generate-report): Don't report the daily or two-week
8831 total, if no time has been worked in that period.
8832 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8833 final computational form, which was unnecessary; corrected a
8834 parsing problem when timeclock-relative was nil.
8835
3ae14dd9 88362001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
8837
8838 * calendar/timeclock.el (timeclock-modeline-display): Check if
8839 `list-entry' is null.
8840 (timeclock-use-display-time): The first argument to `set-variable'
8841 must be a symbol.
8842
53e1a74c
EZ
88432001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8844
8845 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
8846 (calendar-today-marker, calendar-holiday-marker):
8847 Use display-color-p instead of window-system.
53e1a74c
EZ
8848 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8849 instead of window-system.
8850 (calendar-hide-window): Use display-multi-frame-p instead of
8851 window-system.
8852
8853 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
8854 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8855 Use display-multi-frame-p instead of window-system.
53e1a74c 8856
23b809c2
GM
88572001-04-23 Gerd Moellmann <gerd@gnu.org>
8858
1d14e80c
GM
8859 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8860
23b809c2
GM
8861 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8862 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8863
b5eeaa1d
GM
88642001-04-23 Alex Schroeder <alex@gnu.org>
8865
8866 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
8867 line-end-position a defalias is used for point-at-bol and point-at-eol.
8868
b5eeaa1d
GM
88692001-04-23 Alex Schroeder <alex@gnu.org>
8870
8871 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 8872 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 8873
ac1470eb
EZ
88742001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8875
8876 * textmodes/paragraphs.el (sentence-end): Doc fix.
8877
624ef9b3
GM
88782001-04-20 Alex Schroeder <alex@gnu.org>
8879
8880 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 8881 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
8882
88832001-04-20 Alex Schroeder <alex@gnu.org>
8884
8885 * sql.el (sql-db2-program): New option.
8886 (sql-db2-options): New option.
8887 (sql-db2): New function.
8888
88892001-04-20 Alex Schroeder <alex@gnu.org>
8890
8891 * sql.el (sql-mode-menu): Added highlighting entries.
8892 (sql-highlight-oracle-keywords): New function.
8893 (sql-highlight-postgres-keywords): New function.
8894 (sql-highlight-ansi-keywords): New function.
8895
88962001-04-20 Alex Schroeder <alex@gnu.org>
8897
8898 * sql.el (sql-help): Doc change.
8899
9f3703ab
KF
89002001-04-19 Karl Fogel <kfogel@collab.net>
8901
8902 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8903 that inserted file content only to delete it immediately.
8904 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8905 <lektu@uol.com.br> for the patch.
8906
2a83a11d
SM
89072001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8910
6f4dd4dc
GM
89112001-04-18 Gerd Moellmann <gerd@gnu.org>
8912
0f8d6dc7
GM
8913 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8914 for defmethod.
8915
6f4dd4dc
GM
8916 * comint.el (comint-cr-magic): New function.
8917 (toplevel): Add it to comint-preoutput-filter-functions.
8918
90200fcc
AI
89192001-04-18 Andrew Innes <andrewi@gnu.org>
8920
8921 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 8922 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
8923 (recompile): Remove stuff to set EMACSLOADPATH.
8924
daa66f34
GM
89252001-04-18 Gerd Moellmann <gerd@gnu.org>
8926
edc5c81d
GM
8927 * language/slovak.el ("Slovak"): Add tutorial entry.
8928
daa66f34
GM
8929 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8930 browse-url-new-window-p.
8931
5d5845dc
EZ
89322001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8933
8934 * info.el (Info-menu-update): When there are no menus and/or no
8935 cross references in the node, make the respective items of the
8936 Info menu-bar menu inactive.
8937
1c8addd0
GM
89382001-04-17 Gerd Moellmann <gerd@gnu.org>
8939
f4f480bd
GM
8940 * indent.el (indent-for-tab-command): Call indent-line-function
8941 with no argument if PREFIX-ARG is non-nil.
8942
1c8addd0
GM
8943 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8944
8f9ab403
EZ
89452001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8946
8947 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8948 an async subprocess if start-process is unavailable. Suggested by
8949 Tim Van Holder <tim.van.holder@pandora.be>.
8950
60322163
EZ
89512001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * info.el (Info-additional-directory-list): Doc fix. Suggested by
c499f00a 8954 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
60322163 8955
e372bc67
EZ
89562001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8957
8958 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8959 manual.
8960
28037ecf
SM
89612001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8962
8963 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8964 (cvs-menu): Add a few entries.
8965
8966 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8967 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8968 lock file appears to be reachable from Emacs.
8969 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8970 (cvs-mode-find-file): Look for cvs-header-face rather than
8971 cvs-dirname-face (which doesn't exist).
8972 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8973
8974 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8975
5d5e7f53
EZ
89762001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8977
8978 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8979 normal-erase-is-backspace on a tty. Instead, bind some keys such
8980 as [delete] directly, like pc-select.el did before
8981 normal-erase-is-backspace was invented.
8982
118562e1 89832001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
8984
8985 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8986
6c9e58c4
JW
89872001-04-11 John Wiegley <johnw@gnu.org>
8988
28037ecf
SM
8989 * eshell/em-ls.el (eshell-ls-insert-directory):
8990 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
8991 buffers, if Eshell's ls is being used.
8992
118562e1 89932001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 8994
28037ecf
SM
8995 * calendar/timeclock.el (timeclock-completing-read): New function.
8996 (timeclock-ask-for-project, timeclock-ask-for-reason):
8997 Call `timeclock-completing-read'.
978bd3ea
JW
8998
8999 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
9000 required where `member' was being used.
9001
118562e1 90022001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 9003
28037ecf 9004 * eshell/em-hist.el (eshell-previous-matching-input):
f30fe18b 9005 Don't display "History item" if the minibuffer is active.
978bd3ea 9006
30cb0001
GM
90072001-04-11 Gerd Moellmann <gerd@gnu.org>
9008
9009 * startup.el (command-line): Output a newline after printing
9010 an error from loading the window system's init file.
9011
e38af9bd
EZ
90122001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
9013
28037ecf
SM
9014 * textmodes/texinfo.el (texinfo-font-lock-keywords):
9015 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
9016 @inforef. Add an OVERRIDE of `keep' to highlight specs of
9017 keywords whose arguments routinely include @@.
9018
bbf63a7b
GM
90192001-04-10 Gerd Moellmann <gerd@gnu.org>
9020
28037ecf
SM
9021 * emacs-lisp/advice.el (ad-make-advised-definition):
9022 Construct advice for subrs differently.
afffeb57 9023
3fe35f35 9024 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 9025 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 9026
c8d6d636 9027 * simple.el (completion-list-mode-finish): New function.
28037ecf 9028 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 9029
2a52f40e 9030 * language/european.el ("Polish"): Change sample text.
e1ff49ba 9031 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 9032
cf8b1bef
GM
9033 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
9034 parameter.
9035
bbf63a7b
GM
9036 * faces.el (menu): Doc fix.
9037
719d83ad 90382001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
9039
9040 * ps-print.el: Footer implementation. Doc fix.
9041 (ps-print-version): New version number (6.5.1).
9042 (ps-header-frame-alist): New customization var for header frame
9043 properties.
9044 (ps-line-number-color): New customization var for line number color.
9045 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
9046 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
9047 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
9048 (ps-right-footer): New customization vars for footers.
9049 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
9050 footers.
9051 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
9052 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
9053 Code fix.
319acba0
GM
9054 (ps-prologue-file): Indentation fix.
9055 (ps-print-quote): Fun eliminated.
9056 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
9057 (ps-output-frame-properties): New fun.
9058 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
9059 (ps-skip-newline): Replace defun by defsubst.
28037ecf 9060
e372bc67 90612001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
9062
9063 * eshell/eshell.el (eshell-command): Needed a "%s" format
9064 specifier, in case the buffer contains percent characters.
9065
e372bc67 90662001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
9067
9068 * calendar/timeclock.el (timeclock-generate-report): Added a
9069 missing insert of the project name.
9070
9f9a5e7a
GM
90712001-04-09 Gerd Moellmann <gerd@gnu.org>
9072
9170e5d4 9073 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 9074
865e97c1 9075 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 9076 (finder-data): Use it instead of `setwins'.
865e97c1
GM
9077 From: Dave Love <fx@gnu.org>.
9078
cf3885ac 9079 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
9080 (server-visit-files): Run server-visit-hook after going to
9081 line 1 so that the hook can set point as it sees fit.
9082
9f9a5e7a
GM
9083 * bindings.el (mode-line-modified): Unify help messages.
9084
51f32106
EZ
90852001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
9086
9087 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
9088 All callers changed.
9089
e02160a3
EZ
90902001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
9091
8e6bb0d0
EZ
9092 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
9093 long file names aren't supported, truncate the file names in
9094 quail-misc-package-ext-info to 8+3 before matching them against
9095 FILENAME.
9096
9097 * dos-fns.el (dos-truncate-to-8+3): New function.
9098
ec321d77
EZ
9099 * progmodes/compile.el (grep-compute-defaults): Use null-device
9100 instead of literal /dev/null. Reported by Jens Schmidt
9101 <schmidt@mathematik.uni-kl.de>.
9102
e02160a3
EZ
9103 * simple.el (normal-erase-is-backspace-mode): Doc fix.
9104
cf3885ac
SM
91052001-04-06 Stefan Monnier <monnier@cs.yale.edu>
9106
9107 * textmodes/sgml-mode.el: Add unknown maintainer.
9108 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
9109 (html-mode-map): Use set-keymap-parent.
9110
3ffb33bb
DL
91112001-04-06 Dave Love <fx@gnu.org>
9112
9113 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9114 Remove redundant string-to-list.
9115
8f625692
SM
91162001-04-05 Stefan Monnier <monnier@cs.yale.edu>
9117
9118 * composite.el (reference-point-alist): Doc fix.
9119
1087f198
SS
91202001-04-05 Sam Steingold <sds@gnu.org>
9121
8f625692
SM
9122 * font-lock.el (font-lock-keywords-case-fold-search):
9123 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
9124 file made font-lock case-insensitive.
9125
a55e4e68
GM
91262001-04-05 Gerd Moellmann <gerd@gnu.org>
9127
0e4892e2
GM
9128 * faces.el (defface menu): Doc fix.
9129
4d664b04
GM
9130 * wid-edit.el (widget-color-sample-face-get): Don't make
9131 faces for undefined colors.
9132
a55e4e68
GM
9133 * version.el (emacs-version): Include LessTif/Motif version info.
9134
f383cd0d
GM
91352001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9136
9137 * ps-mule.el: Eliminate cl package dependence.
9138 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
9139 if they aren't defined yet.
9140 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
9141 Eliminate cl package dependence.
9142
de28797f
SM
91432001-04-04 Stefan Monnier <monnier@cs.yale.edu>
9144
9145 * progmodes/cc-cmds.el (c-outline-level):
9146 Bind buffer-invisibility-spec. Originally from Dave Love, but
9147 got lost when incorporating version 5.26.
9148
32df8b47
EZ
91492001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
9150
de28797f
SM
9151 * emulation/pc-select.el (pc-selection-mode):
9152 Call normal-erase-is-backspace-mode instead of binding
9153 keys individually.
58e4f61d 9154
7f62656b
EZ
9155 * cus-load.el (normal-erase-is-backspace): Use it instead of
9156 delete-key-deletes-forward.
9157
9158 * startup.el (command-line): Use normal-erase-is-backspace and
9159 normal-erase-is-backspace-mode.
9160
9161 * simple.el (normal-erase-is-backspace): Rename from
9162 delete-key-deletes-forward. Doc fix.
9163 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
9164 delete-key-deletes-forward-mode. Doc fix.
9165 Run normal-erase-is-backspace-hook.
7f62656b 9166
32df8b47 9167 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
9168 ``human-readable'' format produced by GNU `ls'.
9169 (dired-move-to-filename-regexp): Recognize ISO format dates.
9170 From Paul Eggert <eggert@twinsun.com>.
32df8b47 9171
5efa6032
GM
91722001-04-04 Gerd Moellmann <gerd@gnu.org>
9173
9174 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
9175 New functions.
de28797f
SM
9176 (lm-verify): Check keywords.
9177 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 9178
d757aac1
EL
91792001-04-03 Eric M. Ludlam <eric@siege-engine.com>
9180
9181 * speedbar.el (speedbar-insert-image-button-maybe): Check for
9182 `xemacs' feature instead of for the function `set-extent-property'.
9183
9832760a
SM
91842001-04-03 Stefan Monnier <monnier@cs.yale.edu>
9185
9186 * mail/mh-utils.el (mh-folder-hist): New var.
9187 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
9188
d565f6aa
EZ
91892001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
9190
9191 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
9192 region, position point on the first or last 16-byte group.
9193 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
9194 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
9195 hexl-beginning-of-line.
9196
24c0fd39
GM
91972001-04-03 Gerd Moellmann <gerd@gnu.org>
9198
5efa6032
GM
9199 * icomplete.el (icomplete-mode): Treat an argument like other
9200 modes do.
9201
b3f6107b
GM
9202 * startup.el (fancy-splash-head): Use splash8.xpm for color
9203 depth 8.
9204
24d451c5
SM
9205 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
9206 Add an antry for ``converts''.
476bf681 9207
24d451c5 9208 * language/slovak.el ("Slovak"): Add documentation string.
acc24704 9209 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
20b5dc4a 9210
450f6970 9211 * language/czech.el ("Czech"): Add documentation string.
acc24704 9212 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
450f6970 9213
24d451c5
SM
9214 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
9215 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
9216
92172001-04-02 Stefan Monnier <monnier@cs.yale.edu>
9218
9219 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
9220 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
9221 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
9222 Use `defsubst' rather than a macro to ease debugging.
9223 (mail-extr-last): Remove (use `last' instead).
9224 (mail-extract-address-components): Properly reset the syntax-table
9225 after parsing an address. Use `last' rather than mail-extr-last.
9226 Make sure the end marker stays at the very end.
24c0fd39 9227
2b908342
EZ
92282001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
9229
9230 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
9231 last change.
9232
acfb077d
GM
92332001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
9234
9235 * ps-print.el: Line and paragraph spacing feature. Region to cut
9236 out when printing. Doc fix.
9237 (ps-print-version): New version number (6.5).
24d451c5
SM
9238 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
9239 New vars. Line and paragraph spacing feature.
acfb077d
GM
9240 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
9241 out when printing.
9242 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
9243 (ps-get-font-size, ps-begin-job, ps-continue-line)
9244 (ps-plot-region): Code fix.
9245 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
9246 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
9247 New internal vars.
acfb077d
GM
9248 (ps-get-size): New fun.
9249 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
9250 (ps-next-line): Replace defun by defsubst.
9251 (ps-mule-plot-string): Autoload doc fix.
9252
9253 * ps-bdf.el: XEmacs compatibility. Doc fix.
9254 (installation-directory, coding-system-for-read): Declare vars if
9255 it's not declared yet.
9256 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
9257
9258 * ps-mule.el: XEmacs compatibility. Doc fix.
9259 (leading-code-private-22): Declare var if it's not declared yet.
9260 (charset-bytes, charset-dimension, charset-id, charset-width)
9261 (find-charset-region, split-char, char-width, chars-in-region)
9262 (forward-point, decompose-composite-char, encode-coding-string)
9263 (coding-system-p, ccl-execute-on-string, define-ccl-program):
9264 Define funs if not defined yet.
9265 (encode-composition-rule, find-composition): Define funs if not
9266 loaded yet.
9267 (ps-mule-prologue): PostScript code fix.
9268
92692001-04-02 Kenichi Handa <handa@etl.go.jp>
9270
9271 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
9272 non-nil, generate font for the header strings.
9273 (ps-mule-prepare-font): Likewise.
9274 (ps-mule-generate-glyphs): Likewise.
9275 (ps-mule-string-encoding): Likewise.
9276 (ps-mule-header-charsets): New variable.
9277 (ps-mule-encode-header-string): New function.
9278 (ps-mule-header-string-charsets): New function.
9279 (ps-mule-begin-job): Check charsets in the header strings. If there
9280 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9281
9282 * ps-print.el (ps-generate-header-line): Encode the header string by
9283 ps-mule-encode-header-string.
9284 (ps-mule-encode-header-string): Declare autoload.
9285
c0eb3c10
GM
92862001-04-02 Gerd Moellmann <gerd@gnu.org>
9287
24d451c5
SM
9288 * frame.el (cursor-in-non-selected-windows):
9289 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 9290
a3d0b0e0
KH
92912001-03-31 Kenichi Handa <handa@etl.go.jp>
9292
9293 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9294 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 9295 (quail-misc-package-ext-info): New variable.
a3d0b0e0 9296 (tsang-quick-converter): New function.
24d451c5
SM
9297 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9298 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
9299 (miscdic-convert, batch-miscdic-convert): New functions.
9300
55f7832c
KH
93012001-03-30 Kenichi Handa <handa@etl.go.jp>
9302
a2217cd8
KH
9303 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9304 eight-bit-control chars.
9305
55f7832c 9306 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 9307 Reduce making temporary vector (suggested by Dave Love).
55f7832c 9308
911a2406
EZ
93092001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9310
9311 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9312 string as well.
9313
1a518f2c
AS
93142001-03-30 Andreas Schwab <schwab@suse.de>
9315
9316 * files.el (backup-directory-alist): Fix typo.
9317
ef080b16
EZ
93182001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9319
9320 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9321 <eggert@twinsun.com>.
9322
e4174a55
DL
93232001-03-30 Dave Love <fx@gnu.org>
9324
9325 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9326
9d5d1075
EZ
93272001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9328
9329 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9330
a27b451e
MB
93312001-03-30 Miles Bader <miles@gnu.org>
9332
9333 * subr.el (interactive-form): Fix paren typo.
9334
aea51abe
EZ
93352001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9336
9337 * emacs-lisp/profile.el: Say that it's obsolete in the header
9338 line, so that finder.el puts that into its data-base.
9339 Suggested by Alex Schroeder <alex@gnu.org>.
9340
249dd409
EZ
93412001-03-29 Paul Eggert <eggert@twinsun.com>
9342
9343 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9344 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9345
1ac1fa96
SM
93462001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9347
9348 * generic.el (generic-mode-set-comments): Use "" rather than nil
9349 for comment-end.
9350
e2b8a830
GM
93512001-03-29 Gerd Moellmann <gerd@gnu.org>
9352
1ac1fa96
SM
9353 * emacs-lisp/advice.el (ad-make-advised-definition):
9354 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
9355
9356 * subr.el (interactive-form): New function.
9357
8b2375e7
AS
93582001-03-29 Andre Spiegel <spiegel@gnu.org>
9359
9360 * vc-sccs.el (vc-sccs-register): Use relative file names.
9361
f827b862
GM
93622001-03-28 Gerd Moellmann <gerd@gnu.org>
9363
e59d0e9d
GM
9364 * bookmark.el (bookmark-get-bookmark): Handle case that
9365 BOOKMARK is not a string.
9366
deb2613a
GM
9367 * image.el (image-type-regexps): Change type for PS files
9368 to `postscript'.
9369
f827b862 9370 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
9371 character entered. From: Stephen Gildea
9372 <gildea@stop.mail-abuse.org>.
f827b862 9373
3c9449d0
KH
93742001-03-27 Kenichi Handa <handa@etl.go.jp>
9375
9376 * international/kkc.el (kkc-save-init-file): Locally bind
9377 print-length to nil.
9378
e6b13c74
GM
93792001-03-26 Gerd Moellmann <gerd@gnu.org>
9380
e120bebf
GM
9381 * textmodes/flyspell.el: Some doc fixes.
9382 (flyspell-maybe-correct-transposition)
9383 (flyspell-maybe-correct-doubling): Use a temporary buffer
9384
9385 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9386
5f6c5771 9387 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
9388 (byte-optimize-form-code-walker): Diagnose too few arguments
9389 for `if' and `while'.
9390
2b984c45
KH
93912001-03-26 Kenichi Handa <handa@etl.go.jp>
9392
9393 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9394 Prepend `\' to "\<quail-translation-docstring>".
9395
bf2150fa
GM
93962001-03-26 Gerd Moellmann <gerd@gnu.org>
9397
5f6c5771
SM
9398 * autorevert.el (global-auto-revert-non-file-buffers):
9399 Remove duplicate defcustom.
bf2150fa 9400
a0d59316
MB
94012001-03-26 Miles Bader <miles@gnu.org>
9402
5f6c5771
SM
9403 * international/latin1-disp.el (latin1-char-displayable-p):
9404 Add leading "-" for X font pattern.
a0d59316 9405
9edbff6c
KH
94062001-03-26 Kenichi Handa <handa@etl.go.jp>
9407
5f6c5771
SM
9408 * international/mule-diag.el (describe-coding-system):
9409 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
9410 charsets they can encode.
9411
50b57199
EZ
94122001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9413
9414 * help.el (view-lossage): Mention open-dribble-file in the doc
9415 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9416
5b83f9c0
SM
94172001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9418
9419 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9420 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9421
e0ecbf5c
KH
94222001-03-23 Kenichi Handa <handa@etl.go.jp>
9423
5b83f9c0
SM
9424 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9425 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
9426 multibyte sequence can work correctly.
9427 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9428 property of the coding system.
9429
1cc218de
SM
94302001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9431
9432 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9433 Fix transcription typo.
9434
a3db02ad
RV
94352001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9436
9437 * whitespace.el: Add buffer local variables to toggle testing of
9438 whitespaces in buffers without affecting the default values.
a3db02ad 9439 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
9440 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9441 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9442 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 9443
83c9cb8e
SM
94442001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9447
180d5509
GM
94482001-03-21 Gerd Moellmann <gerd@gnu.org>
9449
eeb5b5c1
GM
9450 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9451 bs-cycle-configuration-name. From Juanma Barranquero
9452 <lektu@uol.com.br>.
9453
170a9e70
GM
9454 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9455 and cc-vars.el.
9456
180d5509
GM
9457 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9458 headers. Always invoke sendmail with option -t.
9459
130c507e
GM
94602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9461
9462 * Release of cc-mode 5.28.
9463
94642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9465
9466 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9467 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 9468 It's instead taken care of by the default value for c-default-style.
130c507e 9469
130c507e
GM
94702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9471
9472 * cc-align.el (c-lineup-math): Fix bug where lineup was
9473 triggered by equal signs in string literals.
9474
94752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9476
9477 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9478 limit detection when at the ends of the buffer.
9479
9480 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9481 "for" statement clause in case 7F; a better one is done
9482 earlier in case 7D anyway.
9483
94842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9485
9486 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9487 somewhat more and did a small optimization.
9488
94892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9490
9491 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9492 Use the limit argument only to limit the syntactic context
9493 search, not to limit the actual movement.
9494
9495 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9496 inside multiline strings, just like in comments. Also various
9497 fixes to the paragraph and comment prefix recognition, block
9498 comment ender handling etc.
9499
95002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9501
9502 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9503 the relative position of the point.
9504
9505 * cc-cmds.el (c-electric-continued-statement): New function to
9506 use as abbrev hook to reindent for keywords such as "else"
9507 that continues an earlier statement.
9508
9509 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9510 like classes.
9511
9512 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9513 (pike-mode): Populate the default abbrev tables to reindent for
9514 keywords such as "else" that can continue earlier statements.
9515 Abbrev mode is therefore turned on by default now. (Note that
9516 this doesn't apply to idl-mode, since IDL afaik doesn't have
9517 statements at all.)
9518
95192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9520
9521 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9522 bracelists where the declaration contains template arguments.
9523
95242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9525
83c9cb8e
SM
9526 * cc-cmds.el (c-comment-indent):
9527 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
9528 syntactic indentation. Fixes bug with lineup functions that
9529 return vectors.
9530
9531 * cc-engine.el (c-get-syntactic-indentation): Split the
9532 indentation sum calculation from `c-indent-line' to a separate
9533 function.
9534
95352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9536
9537 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9538 Fixed places where it was assumed that preprocessor directives
9539 have to start in column zero.
9540
9541 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9542 template arguments after a class identifier properly.
9543
9544 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9545 lists for `new Foo[]' constructs in Java as expressions and
9546 not top level definition brace lists on the top level, so that
9547 they'll get indented consistently with the same type of
9548 expression in a normal block.
9549
95502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9551
9552 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9553 whether the adaptive filling package fails to keep the comment
9554 prefix is now kludged further to check for filladapt-mode
9555 which doesn't have that problem. This is really icky, but it's
9556 the only way that works with the current misfeatures/bugs in
9557 both adaptive-fill-mode and filladapt-mode.
9558
9559 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9560 around point is recognized more robust.
9561
95622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9563
9564 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9565 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9566 (c-lit-type): Fixed all internal variables used dynamically so
9567 that they are always bound.
9568
9569 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9570 errors:
9571
9572 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
9573 the region is fully reindented even when an error occurs.
9574 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
9575 whole lot of code that tried to optimize indentation of whole
9576 sexps but in reality accomplishes nothing.
9577
9578 (c-indent-sexp): Use c-indent-region.
9579
9580 (c-parsing-error): Changed this variable to hold the message
9581 for any syntactic error that is discovered.
9582
9583 (c-parse-state): Search backward from point instead of the bod
9584 position when the latter is invalid. This makes CC Mode
9585 recover faster when there are unbalanced close braces.
9586
9587 (c-backward-to-start-of-if): Use c-parsing-error to report
9588 dangling "else" clauses instead of throwing an error, and fall
9589 back to a reasonable position.
9590
83c9cb8e 9591 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 9592
83c9cb8e 9593 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
9594
95952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9596
9597 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9598 paragraph recognition when moving by sentence in literals.
9599
83c9cb8e
SM
9600 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9601 start regexp for javadoc to recognize javadoc markup in general instead
9602 of a specific set of keywords, to be more future-safe.
130c507e
GM
9603
9604 (c-Pike-pikedoc-paragraph-start)
9605 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9606 pikedoc markup.
9607
83c9cb8e 9608 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 9609
83c9cb8e 9610 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
9611
9612 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9613
9614 (c-comment-prefix-regexp): Made it possible to use an
9615 association list on this to specify mode specific regexps.
9616 The default value now use a special regexp in Pike mode to
9617 recognize pikedoc markup.
9618
9619 (c-current-comment-prefix): New variable containing the actual
9620 regexp from c-comment-prefix-regexp for the current buffer.
9621
96222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9623
9624 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9625 lists: We can't look at the syntax, since a brace list can get
9626 recognized as a plain statement-cont.
9627
9628 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9629 special brace list opener broken over two lines got recognized
9630 as a statement on the second line. Case 9A changed.
9631
96322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9633
9634 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9635 adjustment after line is reindented.
9636
96372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9638
9639 * cc-defs.el (c-point): Added optional argument for position
9640 to use instead of the current point.
9641
9642 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9643 the in-expression block symbols when the construct starts at
9644 boi, to avoid the extra level of indentation in that case.
9645 Cases 4, 16A and 17E affected.
9646
96472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9648
9649 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 9650 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
9651
9652 * cc-engine.el (c-indent-line): Use the syntax already bound
9653 to `c-syntactic-context', if there is any.
9654
96552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9656
9657 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9658 wasn't added up correctly when a lineup function returned nil.
9659
96602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9661
9662 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 9663 empty lines were ignored when collecting line comments backwards.
130c507e
GM
9664
96652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9666
9667 * cc-align.el (c-lineup-dont-change): Return an absolute
9668 indentation column to work correctly in the case when several
9669 syntactic elements are processed for the same line.
9670
9671 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9672 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9673 (c-set-offset): Added absolute indentation column settings by
9674 using the vector type.
9675
130c507e
GM
96762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9677
9678 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9679 Implemented two new cleanups `space-before-funcall' and
9680 `compact-empty-funcall'.
9681
130c507e
GM
96822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9683
9684 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9685 helping building regexps.
9686
9687 * cc-engine.el (c-on-identifier): New function for detecting
9688 identifiers. It takes keywords into account.
9689
9690 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9691 lists. `c-keywords' is set to a regexp matching all keywords
9692 in the current language.
9693
96942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9695
9696 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9697 list of characters to skip backwards over at the beginning of
9698 a statement, since it can precede string literals in Pike.
9699
97002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9701
9702 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9703 recognition when standing on the last line in a C++ comment
9704 with nothing but whitespace after the prefix.
9705
9706 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9707 given no limit argument.
9708
97092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9710
9711 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9712 recognition for the `[]= operator symbol in Pike.
9713
97142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9715
9716 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9717 around a bug in `eval-when-compile' in the byte compiler.
9718
9719 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 9720 value when count is zero and there's no token start within the limit.
130c507e
GM
9721
9722 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9723 "prefix comments", i.e. comments which are followed by code on
9724 the same line.
9725
9726 * cc-mode-19.el: Fixes so that checks that must be done at
9727 compile time also are done then.
9728
97292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9730
9731 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9732 time and at runtime, and only when it's needed.
9733
97342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9735
9736 Major cleanup for less error prone and more warning free
9737 compilation, including some fixes for bugs due to different
9738 compilation orders. Thanks to Martin Buchholz for providing
9739 the basis for all this.
9740
9741 * cc-bytecomp.el: New file that provides some byte compilation
9742 features: It ensures that files always are loaded from the
9743 current source directory during compilation, and it provides a
9744 set of macros to turn off specific compiler warnings for
9745 specific symbols. (It's not CC Mode specific in any way.)
9746
9747 Fixed a nearly acyclic dependency tree (both runtime and
9748 compile-time) between all files.
9749
9750 * cc-defs.el: Separated all macros before the inline functions,
9751 to ensure correct compilation.
9752
9753 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9754 cc-defs.el to cc-engine.el and made it a function instead.
9755
9756 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9757 about char-after.
9758
9759 * cc-vars.el: Cope even when there isn't a custom package
9760 containing defcustom available.
9761
9762 * cc-make.el: Removed since it's no longer necessary.
9763
9764 README: Updated installation instructions.
9765
97662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9767
9768 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9769 improve the modularity: Moved all mode init stuff from
9770 cc-langs.el to cc-mode.el, including the keymap
9771 initialization; cc-langs now only contains the various
9772 variables for configuring the language syntax.
9773
83c9cb8e
SM
9774 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9775 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 9776 dependency analysis suggests they belong there (which also
83c9cb8e 9777 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
9778
97792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9780
9781 * cc-cmds.el (c-fn-region-is-active-p): New function that
9782 wraps the corresponding macro, for use in places that aren't
9783 compiled. Thanks to Martin Buchholz for pointing out this.
9784
83c9cb8e 9785 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
9786
9787 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9788 add things to the bug report.
9789
97902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9791
9792 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9793 returned prefix could contain a newline when the search for a
9794 good prefix line failed.
9795
97962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9797
9798 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9799 (c-toggle-auto-hungry-state): Made the argument optional, as
9800 the documentation says it is.
9801
98022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9803
9804 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9805 multiline string syntax, #"...", as a cpp macro.
9806
7008ccac
GM
98072001-03-21 Paul Eggert <eggert@twinsun.com>
9808
83c9cb8e
SM
9809 * international/mule-cmds.el (set-locale-environment):
9810 Set system-messages-locale and system-time-locale, but only if the
7008ccac 9811 caller specifies a non-nil locale name.
3c9449d0 9812
c2478129 98132001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
9814
9815 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 9816 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 9817
117e4b0c
GM
98182001-03-20 Gerd Moellmann <gerd@gnu.org>
9819
7194219d
GM
9820 * follow.el (follow-avoid-tail-recenter): Doc fix.
9821
5721ae13
GM
9822 * custom.el (custom-set-variables): Avoid reversing the list
9823 of args needlessly.
9824
7b8bbf72
GM
9825 * startup.el (fancy-splash-head): Don't change the colors of the
9826 XPM image on a dark background.
9827
a91ad7c9
GM
9828 * comint.el (comint-exec-1): Set columns of the terminal to
9829 window-width instead of frame-width.
9830
fa88947e
GM
9831 * info.el (Info-scroll-down): Add missing WINDOW arg for
9832 pos-visible-in-window-p.
9833
1741905c
GM
9834 * ehelp.el (electric-help-mode-hook): Add defcustom.
9835
117e4b0c
GM
9836 * mail/sendmail.el (mail-mode): Activate case-folding in
9837 font-lock-defaults.
9838
e84c695d
SM
98392001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9840
9841 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9842 (completion-ignored-extensions): Remove duplicate ".class".
9843
fc774041
AS
98442001-03-19 Andreas Schwab <schwab@suse.de>
9845
83c9cb8e
SM
9846 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9847 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 9848
c2c097cc
GM
98492001-03-19 Gerd Moellmann <gerd@gnu.org>
9850
9851 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9852 methods since there are not prefix input methods.
9853
fbe2e958
KH
98542001-03-19 Kenichi Handa <handa@etl.go.jp>
9855
83c9cb8e
SM
9856 * international/mule-cmds.el (read-input-method-name):
9857 Locally bind enable-recursive-minibuffers to t.
fbe2e958 9858
da47e491
SM
98592001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9860
9861 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9862
4986c2c6 98632001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 9864
4986c2c6
MK
9865 * ediff-util.el: Copyright years.
9866 (ediff-choose-syntax-table): New function.
9867 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 9868
4986c2c6
MK
9869 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9870 with-syntax-table.
83c9cb8e 9871
4986c2c6 9872 * ediff.el: Date of last update, copyright years.
83c9cb8e 9873
4986c2c6 9874 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 9875
4986c2c6
MK
9876 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9877 of Scott Bronson.
9878 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9879 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9880 Deleted functions.
9881 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9882 ex-token-list.
83c9cb8e 9883
4986c2c6 9884 * viper-util.el: Spaces, indentation.
83c9cb8e 9885
4986c2c6 9886 * viper.el: Changed version, modification time.
83c9cb8e 9887
3c799aec 98882001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
9889
9890 * calendar/timeclock.el (timeclock-workday-remaining):
9891 Check whether `discrep' is non-null before using it.
3c799aec 9892
ae3ce418
JW
98932001-03-16 John Wiegley <johnw@gnu.org>
9894
9895 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9896 first-time checkins.
9897 (timeclock-log-data): Fixed problem with reading timelog log file.
9898 Resulting data in the "day list" was incorrect.
9899 (timeclock-find-discrep): Check if `timeclock-file' is readable
9900 before opening it.
9901 (timeclock-time-less-p): New function.
9902 (timeclock-day-base): New function.
9903 (timeclock-geometric-mean): New function.
9904 (timeclock-generate-report): Generate a summary report based on
9905 the contents of the log file. This uses `timeclock-log-data', and
9906 is an example of writing a timelog manipulation function.
9907 (timeclock-visit-timelog): A quick command for opening the timelog
9908 file.
9909 (timeclock-log-data): Bound the variable event.
9910
c8d4a9bb
KH
99112001-03-16 Kenichi Handa <handa@etl.go.jp>
9912
83c9cb8e
SM
9913 * international/mule-cmds.el (select-safe-coding-system):
9914 Fix typo: symbol-name -> symbol-value.
11d56c64 9915
c8d4a9bb
KH
9916 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9917 before substitute-in-file-name to handle double slashes in FILE
9918 correctly.
9919
c899e7e6
GM
99202001-03-15 Gerd Moellmann <gerd@gnu.org>
9921
9922 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
acc24704 9923 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
c899e7e6 9924
819dce0f
GM
99252001-03-14 Gerd Moellmann <gerd@gnu.org>
9926
697617d9
GM
9927 * bindings.el (features): Add `md5' and `overlay' to the list.
9928
819dce0f
GM
9929 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9930 bound before using it. It's not bound when configured without X,
9931 for instance.
9932
e0067a9d
TTN
99332001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9934
9935 * progmodes/hideshow.el: Update copyright.
9936 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 9937 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 9938
afcdc0a1
GM
99392001-03-13 Gerd Moellmann <gerd@gnu.org>
9940
e0067a9d 9941 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
9942 a non-list.
9943
30564c48
EZ
99442001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9945
9946 * startup.el (fancy-splash-tail, command-line-1): Fix the
9947 copyright year.
9948
2b8e24b3
KH
99492001-03-13 Kenichi Handa <handa@etl.go.jp>
9950
9951 * term.el: These changes are based on a patch sent from Yong Lu
9952 <lyongu@yahoo.com>.
9953 (term-set-escape-char): Bind M-x to execute-extended-command in
9954 term-raw-escape-map.
9955 (term-move-columns): Don't try to move to negagive column.
9956 (term-emulate-terminal): Insert a string before deleting a text to
9957 overwrite.
9958
789b6186
GM
99592001-03-12 Gerd Moellmann <gerd@gnu.org>
9960
b0778a31
GM
9961 * play/life.el (life): Rearrange code so that all calls to
9962 life-display-generation are in a catch-form.
9963
04528cda
GM
9964 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9965 file that isn't interesting. In an interesting file, push the old
9966 value of point on the mark ring.
9967
760cefb5
GM
9968 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9969 New function.
9970 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9971 Use it.
9972
83c9cb8e
SM
9973 * emacs-lisp/autoload.el (generate-file-autoloads):
9974 Remove warning about line lengths.
789b6186 9975
a2ffbafe
FP
99762001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9977
9978 * progmodes/etags.el (tags-compression-info-list): New variable.
9979 (find-tag-in-order): Use it to deal with compressed source files.
9980 (tag-file-name-match-p): New function.
9981 (etags-recognize-tags-table): Use it for better match of file names.
9982
5c9d9d92
KH
99832001-03-12 Kenichi Handa <handa@etl.go.jp>
9984
ba3e9b9b
KH
9985 * international/mule-cmds.el (register-input-method): Doc fix.
9986
5c9d9d92
KH
9987 * international/quail.el (quail-translate-key): Fix condition to
9988 check if there's another breaking point in the current key.
9989
40beecee
EZ
99902001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9991
9992 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9993 Babyl header to the newly-created output file, bind
9994 coding-system-for-write to either rmail-file-coding-system or
9995 emacs-mule-unix.
9996
75c6cb7f
SM
99972001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9998
9999 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
10000 Fix the name and regexp used for subsubsections.
10001
5ec17636
DL
100022001-03-10 Dave Love <fx@gnu.org>
10003
10004 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
10005 and save-buffer if buffer-file-name non-nil. From rms.
10006
6d2e2c02
AS
100072001-03-10 Andre Spiegel <spiegel@gnu.org>
10008
10009 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 10010 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
10011 to reflect that.
10012 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 10013 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
10014 variable bindings that might affect the diff command.
10015 (vc-print-log): Don't switch to the *vc* buffer before the
10016 command, so that local variable bindings are preserved.
10017
789b6186 10018 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
10019 not the current buffer.
10020 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
10021
789b6186 10022 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 10023 make output go to buffer *vc*, not the current buffer.
a2ffbafe 10024
b18f5523
SM
100252001-03-09 Stefan Monnier <monnier@cs.yale.edu>
10026
10027 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
10028 so ^, $, *, ? and + are interpreted correctly.
10029
3cfd8357
GM
100302001-03-09 Gerd Moellmann <gerd@gnu.org>
10031
c085b77c 10032 * help.el (string-key-binding): Renamed from
f9db8f19
SM
10033 mode-line-key-binding. Handle any event on a string.
10034 Check for `keymap' properties as well as `local-map' properties.
c085b77c 10035
3cfd8357
GM
10036 * comint.el (comint-insert-clicked-input): Use the last key
10037 from this-command-keys to lookup the global key definition.
10038
348f797a
KH
100392001-03-09 Kenichi Handa <handa@etl.go.jp>
10040
3ebf3717
KH
10041 * international/characters.el: Add category `j' for
10042 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
10043
348f797a
KH
10044 * international/mule-conf.el (no-conversion): Fix docstring.
10045 (raw-text): Fix docstring.
10046
e1fbabaf
GM
100472001-03-08 Gerd Moellmann <gerd@gnu.org>
10048
96e8e603
GM
10049 * simple.el (choose-completion-string): When not leaving the
10050 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
10051 is set.
10052
e1fbabaf
GM
10053 * window.el (shrink-window-if-larger-than-buffer): Handle frame
10054 parameter `(minibuffer . t)'.
10055
f9db8f19
SM
100562001-03-07 Stefan Monnier <monnier@cs.yale.edu>
10057
10058 * progmodes/sh-script.el (sh-st-symbol): New symbol.
10059 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
10060 (sh-mode): Remove `make-local-variable' for unused var
10061 `font-lock-unfontify-region-function'.
10062
02756877
RS
100632001-03-07 Richard M. Stallman <rms@gnu.org>
10064
132bf46d
RS
10065 * info.el (Info-scroll-down): Fix previous change.
10066
02756877
RS
10067 * mail/rmail.el (rmail-toggle-header): Use a window which
10068 is showing the Rmail buffer, rather than the selected window.
10069
eeb24429
DL
100702001-03-07 Dave Love <fx@gnu.org>
10071
10072 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
10073 now, to avoid problems with binding imenu directly to a mouse event.
10074
3bdf2660
GM
100752001-03-07 Gerd Moellmann <gerd@gnu.org>
10076
10077 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
10078 second arg t.
10079
100802001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
10081
10082 * log-edit.el (log-edit-common-indent): New var.
10083 (log-edit-set-common-indentation): Renamed from
10084 log-edit-delete-common-indentation. Use the new var.
10085 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
10086
10087 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
10088 (cvs-mode-add-change-log-entry-other-window):
10089 Don't presume change-log-default-name is defined.
10090
10091 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
10092
10093 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
10094 the "tree" operation as well.
10095
10096 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
10097
10098 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
10099 to match paragraph-start.
10100
10101 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
10102 comment-start-skip and set comment-end-skip as well.
10103 (sgml-comment-indent): Fix for new value of comment-start-skip.
10104 (html-autoview-mode): Don't bother using make-local-hook.
10105
2ad02767
GM
101062001-03-07 Gerd Moellmann <gerd@gnu.org>
10107
189638d5 10108 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 10109 variables, otherwise long Custom entries would make them ineffective.
189638d5 10110
2ad02767
GM
10111 * uniquify.el: Set maintainer to FSF.
10112
656f8cae
EZ
101132001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
10114
10115 * dired-aux.el (dired-do-shell-command): Doc fix.
10116
c83965c4
SM
101172001-03-06 Stefan Monnier <monnier@cs.yale.edu>
10118
04af43bc
SM
10119 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
10120
10121 * which-func.el (which-func-modes): Add cperl-mode.
10122 (which-func-mode-global): Use define-minor-mode.
10123
10124 * info-look.el: Docstring fixes and dead code eliminated.
10125 (cperl-mode): Add support.
10126 (emacs-lisp-mode): List all entries from elisp manual, whether
10127 or not they are currently (f)bound or not. Update regexp.
10128
10129 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
10130
c83965c4
SM
10131 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
10132 so that C-h m shows the correct information.
10133 Use make-local-variable rather than make-variable-buffer-local.
10134 (cperl-info-buffer, cperl-setup-tmp-buf):
10135 Use make-local-variable rather than make-variable-buffer-local.
10136 (cperl-msb-fix, cperl-get-help-defer):
10137 Check major-mode for `cperl-mode' as well.
10138
10139 * progmodes/cperl-mode.el: Updated to author version 4.23.
10140 (cperl-electric-pod): SYNOPSIS was misspelled.
10141 (cperl-find-pods-heres): @if ? a : b was considered a REx.
10142 (cperl-after-expr-p): Make true after __END__.
10143
f16a7aa5
GM
101442001-03-06 Gerd Moellmann <gerd@gnu.org>
10145
157ae273 10146 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 10147 bookmark-completion-ignore-case is t.
157ae273 10148
f16a7aa5
GM
10149 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
10150 switch, like xterm, and concat resource strings, with a newline
10151 between them.
10152
abaddb98
EZ
101532001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
10154
a2ffbafe 10155 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
10156 (cp773-decode-table, cp774-decode-table): New variables.
10157
abaddb98
EZ
10158 * man.el (Man-hyphenated-reference-regexp): New variable.
10159 (Man-build-references-alist): Use it to search for referenced
10160 manpages. If hyphenated is non-nil, record a concatenated word in
10161 Man-refpages-alist only if it matches Man-reference-regexp.
10162 Update word's length when it is concatenated. Reverse the list,
10163 to get the first manpage at the head.
10164 (Man-possibly-hyphenated-word): New function.
10165 (Man-follow-manual-reference): Use it instead of current-word to
10166 find a manpage at point, in a way that accounts for hyphenated
10167 references.
10168
eb3f61dd
GM
101692001-03-06 Alex Schroeder <alex@gnu.org>
10170
10171 * sql.el (sql-interbase): New function.
10172 (sql-interbase-program): New option.
10173 (sql-interbase-options): New option.
10174 And some typos fixed: "customise" to "customize".
10175
fa84f42a
DL
101762001-03-06 Dave Love <fx@gnu.org>
10177
83c9cb8e
SM
10178 * textmodes/flyspell.el (flyspell-region):
10179 Set up flyspell-local-mouse-map.
fa84f42a 10180
fda3411d
RS
101812001-03-05 Richard M. Stallman <rms@gnu.org>
10182
a2ffbafe 10183 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
10184 Don't call rmail-beginning-of-message.
10185 Don't discard From: field. Do discard Received: field.
10186 Use unwind-protect to re-prune.
10187 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 10188
e972ab1f
KH
101892001-03-06 Kenichi Handa <handa@etl.go.jp>
10190
10191 * international/quail.el (quail-title): Add autoload cookie.
10192
335db3c1
DL
101932001-03-05 Dave Love <fx@gnu.org>
10194
10195 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
10196 new defs.
10197
278dd6ac
KH
101982001-03-05 Kenichi Handa <handa@etl.go.jp>
10199
83c9cb8e
SM
10200 * language/ethio-util.el (ethio-toggle-space):
10201 Update current-input-method-title if necessary.
36d5e61d
KH
10202 (ethio-toggle-punctuation): Likewise.
10203
341cd4f0
KH
10204 * international/quail.el (quail-title): Fix for the case that a
10205 title of an input method is specified by a list of the same form
10206 as used in mode-line-format.
10207
83c9cb8e
SM
10208 * international/mule-cmds.el (activate-input-method):
10209 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
10210 respect that value.
10211
10ebaeb6
GM
102122001-03-05 Gerd Moellmann <gerd@gnu.org>
10213
10214 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
10215
7a65c85c
GM
102162001-03-05 Alex Schroeder <alex@gnu.org>
10217
10218 * sql.el (sql-sybase): Fix typo (was: query user about server two
10219 times instead of server and database).
10220
10221 * sql.el (sql-sybase): Doc change.
10222 (sql-mysql): Doc change.
10223 (sql-postgres): Doc change.
10224
b86644f2
KH
102252001-03-05 Kenichi Handa <handa@etl.go.jp>
10226
83c9cb8e
SM
10227 * international/mule-conf.el (emacs-mule, raw-text):
10228 Docstring modified.
b86644f2 10229
e30bd7b7
EZ
102302001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
10231
10232 * term/internal.el: Update copyright notice.
10233
10234 * term/pc-win.el: Update copyright notice.
10235
7e365285
DL
102362001-03-02 Dave Love <fx@gnu.org>
10237
83c9cb8e
SM
10238 * files.el (insert-file-contents-literally):
10239 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
10240 not jka-compr-compression-info-list.
7e365285 10241
75ed43a6
SM
102422001-03-02 Stefan Monnier <monnier@cs.yale.edu>
10243
10244 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
10245 spaces in default comment-start-skip settings rather than \s-.
10246
53c4b1e6
EZ
102472001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
10248
10249 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
10250 default-frame-alist as well.
10251
028d739a
DL
102522001-03-01 Dave Love <fx@gnu.org>
10253
10254 * textmodes/reftex.el (defvar): Wrap some defvars in
10255 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
10256
10257 * subr.el (event-basic-type): Doc fix.
10258
10259 * international/quail.el: Doc fixes.
10260
10261 * international/utf-8.el: Doc fixes.
10262
10263 * international/mule-cmds.el: Doc fixes.
10264 (leim-list-header): Fix header text.
10265
10266 * international/mule.el (coding-system-category): Doc fix.
10267
10268 * international/ccl.el (ccl-compile): Doc fix.
10269
15d1caef
SM
102702001-03-01 Stefan Monnier <monnier@cs.yale.edu>
10271
10272 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
10273 rather than (before|after)-change-functions.
10274
f84ff02c
GM
102752001-03-01 Gerd Moellmann <gerd@gnu.org>
10276
10277 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10278 scroll-left and scroll-right being called interactively so that
10279 they set the window's min_hscroll.
10280
e0c1e774
EZ
102812001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10282
10283 * info.el (info-insert-file-contents-1): Accept an additional
10284 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
10285 `suffix'; otherwise use the complicated MS-DOS code.
10286 All callers changed.
e0c1e774
EZ
10287 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10288 can access long file names, try the long file-name version of
10289 `info-insert-file-contents-1', then the short file-name version.
10290
b8b2ea31 102912001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 10292
af122766
KH
10293 * language/ethio-util.el (setup-ethiopic-environment-internal):
10294 Change bindings of functions keys to conform to "Emacs Lisp Coding
10295 Convention".
10296
10297 * language/ethiopic.el ("Ethiopic"): Add documentation.
10298
b8b2ea31
KH
102992001-02-28 Kenichi Handa <handa@etl.go.jp>
10300
1d64e2ad
KH
10301 * international/utf-8.el (mule-utf-8): Set coding-category
10302 property to coding-category-utf-8.
10303
91cb6e51
RS
103042001-02-27 Richard M. Stallman <rms@gnu.org>
10305
10306 * lpr.el (lpr-page-header-switches, print-region-1):
10307 Undo 2000-07-06 change.
7298f3f7
RS
10308 (lpr-add-switches): Default to t on gnu/linux.
10309
c0cb1027
GM
103102001-02-27 Gerd Moellmann <gerd@gnu.org>
10311
10312 * bs.el (bs-attributes-list): Doc fix.
10313
01459648
GM
103142001-02-26 Gerd Moellmann <gerd@gnu.org>
10315
baebd8a5 10316 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 10317
01459648
GM
10318 * help.el (view-order-manuals): Use goto-address.
10319
10320 * startup.el (command-line-1): Add info about ordering manuals
10321 to the not so fancy splash screens.
10322
f93e614e
AS
103232001-02-26 Andre Spiegel <spiegel@gnu.org>
10324
01459648
GM
10325 * vc.el (vc-default-workfile-unchanged-p)
10326 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 10327
12435002
GM
103282001-02-26 Gerd Moellmann <gerd@gnu.org>
10329
a2ffbafe 10330 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
10331 fontify in the right buffer.
10332
12435002
GM
10333 * allout.el (outline-flag-region): Move macro in front of first
10334 use to avoid a run-time error.
10335
425de386
AI
103362001-02-24 Andrew Innes <andrewi@gnu.org>
10337
10338 * makefile.w32-in: Fix copyright notice.
10339
66c56ed1
KH
103402001-02-24 Kenichi Handa <handa@etl.go.jp>
10341
4c1593ce
KH
10342 * international/utf-8.el (mule-utf-8): Set correct value for
10343 valid-codes property.
10344
66c56ed1
KH
10345 * international/fontset.el (x-complement-fontset-spec): In the
10346 case that we use ASCII font for the other charsets, use only
15d1caef 10347 family and registry part of it.
66c56ed1 10348
119171dd
EZ
103492001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10350
10351 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10352 (shrink-window-if-larger-than-buffer): Doc fix.
10353
932c309e
SM
103542001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10355
10356 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10357 predicate passed to completing-read.
10358
9b760e36
EZ
103592001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10360
10361 * startup.el (command-line): Fix last change.
10362
5c39a60f
JR
103632001-02-23 Jason Rumney <jasonr@gnu.org>
10364
10365 * startup.el (tool-bar-originally-present): New variable.
10366 (command-line): Set it if the tool-bar is switched on at startup.
10367
10368 * frame.el (frame-notice-user-settings): Only adjust frame height
10369 for no tool-bar case if tool-bar was originally switched on.
796ead7e 10370 From E. Jay Berkenbilt.
5c39a60f 10371
cb91b2c7
SM
103722001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10373
39b557e8
SM
10374 * server.el (server-switch-buffer): Only switch window if the
10375 current one is dedicated.
10376
cb91b2c7
SM
10377 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10378 rather than using (match-beginning 0) when searching for break point.
10379
9238a8df
EZ
103802001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10381
10382 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10383 @ follows an accent command such as @'. Support optional braces
10384 in commands that insert accents, like makeinfo does.
10385
3473f362
GM
103862001-02-22 Gerd Moellmann <gerd@gnu.org>
10387
10388 * startup.el (fancy-splash-text): Add a line for ordering
10389 manuals. Reverse order of splash screens shown.
10390 (use-fancy-splash-screens-p): Adapt to the text line added.
10391
10392 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10393 manuals from the FSF.
10394
10395 * help.el (view-order-manuals): New function.
10396 (toplevel): Bind C-h C-m to this function.
10397
76a4de07
SM
103982001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10399
10400 * newcomment.el (comment-forward): Skip the comment-start before
10401 searching for the comment-end.
10402
75b71d85
DL
104032001-02-21 Dave Love <fx@gnu.org>
10404
2f4c9a87
DL
10405 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10406
75b71d85
DL
10407 * international/mule-cmds.el, international/mule.el: Doc fixes.
10408
ffc9ff0c
GM
104092001-02-21 Gerd Moellmann <gerd@gnu.org>
10410
10411 * startup.el (fancy-splash-screens): Use display-hourglass
10412 instead of display-busy-cursor.
10413
10414 * frame.el (display-hourglass): Renamed from busy-cursor.
10415 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10416 (show-cursor-in-non-selected-windows): Doc fix.
10417
f34eb373
DL
104182001-02-20 Dave Love <fx@gnu.org>
10419
10420 * international/utf-8.el: Doc and commentary fixes.
10421
f55e4a7e
EZ
104222001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10423
10424 * ehelp.el (with-electric-help): Doc fix.
10425
fa97adf6
GM
104262001-02-20 Gerd Moellmann <gerd@gnu.org>
10427
10428 * msb.el (msb-mode): Call the update-buffers function explicitly
10429 with a FORCE argument.
10430
10431 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10432 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10433 returns nil.
10434
54ed3bd2
GM
104352001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10436
10437 * ps-print.el: Timestamp package replacement. Some enhancements.
10438 Some XEmacs compatibility. Doc fix.
10439 (ps-print-version): New version number (6.4).
10440 (ps-printer-name): Initialization fix.
10441 (ps-zebra-stripe-follow): Funcionality enhancement.
10442 (ps-prologue-file): Code enhancement.
10443 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
10444 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10445 (ps-get-page-dimensions)
54ed3bd2
GM
10446 (ps-generate-header, ps-begin-file, ps-begin-job)
10447 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10448 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10449 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10450 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 10451
e8ebf97d
MB
104522001-02-20 Miles Bader <miles@gnu.org>
10453
10454 * image-file.el (image-file-name-extensions): Add "tif".
10455
136b27c5
GM
104562001-02-19 Gerd Moellmann <gerd@gnu.org>
10457
10458 * wid-edit.el (widget-button-click): Save the selected window
10459 around the code handling clicks on buttons.
10460
6ebbcf59
DL
104612001-02-18 Dave Love <fx@gnu.org>
10462
10463 * imenu.el (imenu--generic-function): Use mapc to iterate over
10464 syntax characters.
10465
595ded73
RS
104662001-02-17 Richard M. Stallman <rms@gnu.org>
10467
b9fe3dc8
RS
10468 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10469
595ded73
RS
10470 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10471
f3f053f3
GM
104722001-02-16 Gerd Moellmann <gerd@gnu.org>
10473
10474 * mouse.el (mouse-save-then-kill): If the distance from the new
10475 point to the mark is equal to the distance of point from the new
10476 point, move point instead of the mark.
10477
11570a8f
DL
104782001-02-16 Dave Love <fx@gnu.org>
10479
10480 * textmodes/flyspell.el (flyspell-get-word): Return string without
10481 properties.
10482
fb339cd5
EZ
104832001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10484
10485 * generic.el (generic-find-file-regexp): Doc fix.
10486 (generic-ignore-files-regexp): New defcustom.
10487 (generic-mode-find-file-hook): If the file's name matches the
10488 regexp in `generic-ignore-files-regexp', don't enter
10489 default-generic-mode. Doc fix.
10490
c56b1c1b
GM
104912001-02-16 Gerd Moellmann <gerd@gnu.org>
10492
a2ffbafe 10493 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
10494 Add autoload cookies.
10495
a2ffbafe 10496 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
10497 of cal-tex-24.
10498
0d140e65
EZ
104992001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10500
81558867
EZ
10501 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10502
0d140e65
EZ
10503 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10504 the character class after the (optional) drive, to support file
10505 names with embedded blanks.
10506
713f7b15
SS
105072001-02-15 Sam Steingold <sds@gnu.org>
10508
10509 * textmodes/tex-mode.el (tex-shell-running):
10510 Check the process buffer too.
10511
9a2a6f73
DL
105122001-02-15 Dave Love <fx@gnu.org>
10513
10514 * battery.el (battery-status-function): Fix doc, :type.
10515
15d1caef 10516 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 10517
fe10cef0
GM
105182001-02-15 Gerd Moellmann <gerd@gnu.org>
10519
10520 * subr.el (read-passwd): Clear Lisp memory holding password.
10521
126f5d4d
MB
105222001-02-15 Miles Bader <miles@gnu.org>
10523
10524 * info.el (Info-copy-current-node-name): New function.
10525 (Info-mode-menu): Add it to the menu.
10526
92e98d63
RS
105272001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10528
10529 * international/mule-cmds.el (toggle-input-method): Doc fix.
10530
dd4e0e55
SM
105312001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10532
10533 * replace.el (occur): Stop at end of buffer.
10534
402dbbd1
EZ
105352001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10536
10537 * international/mule-cmds.el (set-input-method): Another doc fix.
10538
e9fcba3d
GM
105392001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10540
10541 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10542
78ad1cd5
MB
105432001-02-13 Miles Bader <miles@gnu.org>
10544
713f7b15 10545 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
10546 (set-face-stipple): Treat a value of nil as being `unspecified'.
10547
fce9d9dc
DL
105482001-02-12 Dave Love <d.love@dl.ac.uk>
10549
10550 * international/latin1-disp.el: Doc fixes.
10551 (latin1-display) <defgroup>: Add :link.
10552 (latin1-display) <function>: Set variable latin1-display.
10553
bc406911
EZ
105542001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10555
10556 * international/mule-cmds.el (set-input-method): Doc fix.
10557
68514d48
EL
105582001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10559
10560 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10561 (speedbar-line-file): Return nil if not a file.
10562 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10563
513bea45 105642001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 10565
513bea45
MK
10566 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10567 for remote files.
bc406911 10568 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 10569 with raw-text.
713f7b15 10570
513bea45 10571 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 10572
83c9cb8e
SM
10573 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10574 Better handling of the diff mode.
713f7b15 10575
513bea45 10576 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 10577
bc406911 10578 * viper.texi: Fix typos.
713f7b15 10579
521d4010
DL
105802001-02-11 Dave Love <fx@gnu.org>
10581
36fd8e17
DL
10582 * shadowfile.el: Doc fixes.
10583 (shadow) <defgroup>: Add :link.
10584 (shadowfile-unload-hook): New function.
10585 (shadow-initialize): Use defalias, not fset.
10586 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 10587 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 10588
521d4010
DL
10589 * international/mule.el: Doc and message fixes.
10590
36fd8e17
DL
10591 * international/ccl.el (define-ccl-program): Doc fix.
10592
92395bbe
KH
105932001-02-11 Kenichi Handa <handa@etl.go.jp>
10594
10595 * faces.el (mode-line): Set :line-width property to -1.
10596
103db06c
RS
105972001-02-10 Richard M. Stallman <rms@gnu.org>
10598
08b78974
RS
10599 * complete.el (partial-completion-mode): Doc fix.
10600
103db06c
RS
10601 * simple.el (delete-key-deletes-forward-mode):
10602 Change `let' to `let*' to fix gross bug in last change.
10603
10604 * repeat.el (repeat): Don't let execute-kbd-macro alter
10605 real-last-command.
10606
a6a1ee53
EZ
106072001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10608
10609 * simple.el (eval-expression): Doc fix.
10610
d2f288c6
DL
106112001-02-09 Dave Love <fx@gnu.org>
10612
038f4ae3
DL
10613 * imenu.el (imenu-generic-expression): Doc fix.
10614
83c9cb8e
SM
10615 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10616 From Juanma Barranquero.
038f4ae3 10617
15d1caef 10618 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 10619
9804b846
KH
106202001-02-09 Kenichi Handa <handa@etl.go.jp>
10621
10622 * faces.el (set-face-attribute): Describe the case of a negative
10623 value specified for :line-width.
10624
532f5197
SM
106252001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10626
10627 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 10628 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 10629
1d279666
DL
106302001-02-08 Dave Love <fx@gnu.org>
10631
4681ca3a
DL
10632 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10633 widget-plist-value-type.
10634 (widget-alist-convert-widget): Replace binding of
10635 widget-alist-value-type.
10636
1d279666
DL
10637 * textmodes/paragraphs.el (sentence-end): Doc fix.
10638
83c9cb8e
SM
10639 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10640 Remove `backward-line'.
1d279666 10641
532f5197
SM
10642 * play/pong.el (pong-blank-color, pong-bat-color)
10643 (pong-ball-color, pong-border-color, pong-left-key)
10644 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10645 (pong-pause-key, pong-resume-key, pong-timer-delay):
10646 * mail/mh-comp.el (mh-compose-letter-function):
10647 * eshell/esh-mode.el (eshell-skip-prompt-function):
10648 * emulation/viper-ex.el (ex-unix-type-shell-options):
10649 * recentf.el (recentf-menu-filter):
10650 * ps-print.el (ps-print-region-function):
10651 * lpr.el (print-region-function):
10652 * forms.el (forms-mode-hooks):
10653 * dirtrack.el (dirtrack-directory-change-hook):
10654 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10655 * textmodes/spell.el (spell-filter):
10656 * textmodes/fill.el (adaptive-fill-function):
10657 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10658 * progmodes/etags.el (find-tag-default-function):
10659 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
10660 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10661
6f676109
EZ
106622001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10663
751d3bc4
EZ
10664 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10665 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10666 Meyering <jim@meyering.net>.
10667
6f676109
EZ
10668 * loadup.el: Revert last change.
10669
d3c26cdf
KH
106702001-02-07 Kenichi Handa <handa@etl.go.jp>
10671
83c9cb8e
SM
10672 * international/mule.el (transform-make-coding-system-args):
10673 Make it work also for coding systems not using CCL.
d3c26cdf 10674
44806980
EZ
106752001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10676
9889af08
EZ
10677 * simple.el (previous-matching-history-element)
10678 (next-matching-history-element): Doc fix.
10679
44806980
EZ
10680 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10681 specific part.
10682
1e36ff68
DL
106832001-02-06 Dave Love <fx@gnu.org>
10684
713f7b15 10685 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
10686 (add-log-buffer-file-name-function, add-log-file-name-function):
10687 Fix :type.
10688 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10689
c7ca58df
EZ
106902001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10691
fecd556a
EZ
10692 * info.el (info-initialize): Remove the test for system-type when
10693 invocation-directory is non-nil.
10694
c7ca58df
EZ
10695 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10696 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10697
587b5737
AI
106982001-02-06 Andrew Innes <andrewi@gnu.org>
10699
10700 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10701 absolute.
10702
baf7eee4
GM
107032001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10704
10705 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10706 buffers. When hi-lock turned on rather than only checking current
10707 buffer for regexps, all buffers are checked. Moved activation of
10708 font-lock to hi-lock-refontify. When font-lock turned off rather
10709 than removing added highlighting just in current buffer, remove it
10710 in all buffers. Changed edit menu text from "Automatic
10711 Highlighting" to "Regexp Highlighting" Documentation for
10712 highlighting phrases, minor documentation changes.
10713 (hi-lock-set-file-patterns): Execute only if there are new or
10714 existing file patterns.
10715 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10716 unfontify and, if a support mode is active, will not refontify the
10717 whole buffer. If necessary, turn on font lock. (Removed
10718 font-lock-unfontify and font-lock support-mode-specific calls,
10719 such as lazy-lock-fontify-window.)
10720 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10721 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 10722 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
10723 (hi-lock-face-phrase-buffer): New function. Also added related
10724 menu item and keybinding.
10725 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10726 (hi-lock-process-phrase): New function.
10727 (hi-lock-line-face-buffer): Doc fixes.
10728 (hi-lock-face-buffer): Doc fixes.
10729 (hi-lock-unface-buffer): Doc fixes.
713f7b15 10730
36710aa6
GM
107312001-02-06 Gerd Moellmann <gerd@gnu.org>
10732
10733 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10734 dabbrev-ignored-regexps.
10735
d3f22784
EZ
107362001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10737
10738 * simple.el (kill-line): Doc fix.
10739
5cb3c8d4
DL
107402001-02-05 Dave Love <fx@gnu.org>
10741
10742 * loadup.el: Revert last two changes -- bootstrapping works with
10743 regenerated loaddefs.
10744
e6297e7d
EZ
107452001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10746
1e14b095
EZ
10747 * isearch.el (isearch-forward): Doc fix.
10748
e6297e7d
EZ
10749 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10750 of font-lock-defaults to backward-paragraph.
10751
e16f52ce
GM
107522001-02-05 Gerd Moellmann <gerd@gnu.org>
10753
10754 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10755 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10756
01d19dd7
GM
107572001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10758
10759 * ebnf2ps.el: Eliminate time-stamp functions.
10760 (ebnf-version): New version (3.5).
10761 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10762 format-time-string.
10763
24886813
GM
107642001-02-05 Gerd Moellmann <gerd@gnu.org>
10765
10766 * simple.el (next-line): Goto end-of-line before inserting a newline.
10767
65e70fc4
MB
107682001-02-05 Miles Bader <miles@gnu.org>
10769
10770 * image-file.el (insert-image-file): When visiting an image, also
10771 set `truncate-lines' to t so that any fringe arrow looks correct.
10772
482f06c9
KH
107732001-02-05 Kenichi Handa <handa@etl.go.jp>
10774
10775 * isearch.el (isearch-forward): Add description about input method
10776 in the docsting.
10777
02399da7
SM
107782001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10779
10780 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10781
2c366083
EZ
107822001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10783
10784 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 10785 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 10786
bdadfce3
GM
107872001-02-02 Gerd Moellmann <gerd@gnu.org>
10788
79fb38c0
GM
10789 * wid-edit.el (widget-button-click): Fix last change.
10790
bdadfce3
GM
10791 * frame.el (frame-notice-user-settings): When resizing the initial
10792 frame because the tool bar is off, also change the frame's top
10793 position if a negative top position was specified.
10794
33155ffb
MB
107952001-02-02 Miles Bader <miles@gnu.org>
10796
10797 * image-file.el (insert-image-file): When visiting an image,
10798 suppress the cursor in the image buffer.
10799
1355ba0c
DL
108002001-02-01 Dave Love <fx@gnu.org>
10801
10802 * progmodes/f90.el (f90-mode): Remove startup message.
10803
fb758d2d 10804 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 10805
01acdb05
GM
108062001-02-01 Gerd Moellmann <gerd@gnu.org>
10807
10808 * startup.el (command-line): Fix code determining whether or not
10809 to use delete-key-deletes-forward-mode.
10810
5b1ee316
AS
108112001-02-01 Andre Spiegel <spiegel@gnu.org>
10812
10813 * vc.el (vc-diff-switches): New user option.
10814 (vc-version-diff): Use it.
10815 (vc-diff-switches-list): New macro.
10816
83c9cb8e
SM
10817 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10818 New customization options.
5b1ee316
AS
10819 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10820
10821 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10822
00b1e7a1
GM
108232001-02-01 Gerd Moellmann <gerd@gnu.org>
10824
10825 * msb.el (toplevel): Quote hook symbols.
10826
85827036
KH
108272001-02-01 Kenichi Handa <handa@etl.go.jp>
10828
8e028499 10829 * international/mule.el (make-coding-system): Add description
3c948dde 10830 about recognized properties in the docstring.
8e028499 10831
85827036
KH
10832 * international/mule-conf.el: Remove unused charsets
10833 mac-roman-lower and mac-roman-upper.
10834
7ccf7ab9
GM
108352001-01-31 Gerd Moellmann <gerd@gnu.org>
10836
2441692d
GM
10837 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10838 is in front of the left-margin, if any.
10839
ee5cece0
GM
10840 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10841 like `delete'.
10842
83c9cb8e 10843 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 10844
7ccf7ab9
GM
10845 * term/w32-win.el (mouse-set-font): Doc fix.
10846
b4f30ec5 108472001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 10848
b4f30ec5
GM
10849 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10850 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10851 on already.
10852
03e0fe6e
GM
108532001-01-31 Markus Rost <rost@math.ohio-state.edu>
10854
10855 * files.el (save-buffer): Don't give message if (buffer-file-name)
10856 returns nil.
713f7b15 10857
8f289acc
EZ
108582001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10859
cb4aae04
EZ
10860 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10861
dbd98b19
EZ
10862 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10863 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10864
8f289acc
EZ
10865 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10866 display problems.
10867
c12553c1
KH
108682001-01-31 Kenichi Handa <handa@etl.go.jp>
10869
c7bf5db9
KH
10870 * international/mule.el (charset-info): Fix docstring.
10871
10872 * international/mule-diag.el (describe-character-set): Check final
10873 char valid before printing it.
c12553c1 10874
14f16b9c
GM
108752001-01-30 Gerd Moellmann <gerd@gnu.org>
10876
efaa080b
GM
10877 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10878
eef93f99
GM
10879 * frame.el (frame-notice-user-settings): Do the tool-bar
10880 stuff only for graphical displays. Fix a braino.
713f7b15 10881
14f16b9c
GM
10882 * frame.el (frame-initialize): Create initial frame visible.
10883 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 10884 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
10885
10886 * startup.el (command-line): Remove manipulation of frame
10887 height for tool bars.
10888
4ad25e43
EZ
108892001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10890
10891 * lpr.el: Compatibility with XEmacs and doc fixes.
10892 (lpr-windows-system, lpr-lp-system): New vars.
10893 (lpr-printer-switch): New defcustom.
10894 (printer-name, lpr-command): Customization fix.
10895 (print-region-1): Code fix.
10896 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
10897 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10898 New functions.
4ad25e43 10899
e8f044a0
GM
109002001-01-29 Gerd Moellmann <gerd@gnu.org>
10901
10902 * msb.el (toplevel): Fix the eval-after-load.
10903
850d5045
GM
109042001-01-29 Dave Love <fx@gnu.org>
10905
762fe76e
DL
10906 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10907
10908 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10909
83c9cb8e 10910 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
10911 (tcl-using-emacs-19-23): Consider Emacs 21+.
10912 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10913 (tcl-add-emacs-menu): Supply menu name.
10914 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10915
3a768251
GM
109162001-01-29 Gerd Moellmann <gerd@gnu.org>
10917
10918 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10919
274d02f7
SM
109202001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10921
10922 * pcvs.el (cvs-mark-fis-dead): New function.
10923 (cvs-mode-add): Use it.
10924 (cvs-mode-add-change-log-entry-other-window):
10925 Rebind change-log-default-name to itself rather than to nil.
10926
ed5d446e
SS
109272001-01-29 Sam Steingold <sds@gnu.org>
10928
efaa080b 10929 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
10930 `autoload' statements.
10931
e2a80284
EZ
109322001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10933
8e1db7b3
EZ
10934 * files.el (confirm-kill-emacs): Doc fix.
10935
ff2a1c79
EZ
10936 * frame.el (frame-initialize): Doc fix.
10937
e7b0deaf
EZ
10938 * time-stamp.el (time-stamp-string): Doc fix.
10939
83c9cb8e
SM
10940 * woman.el (WoMan-log-1): Make the log buffer writable.
10941 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 10942
005913e4
GM
109432001-01-29 Gerd Moellmann <gerd@gnu.org>
10944
10945 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10946 the `make-variable-buffer-local'.
10947
58622cc5
GM
109482001-01-29 Dave Love <fx@gnu.org>
10949
10950 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
10951 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10952 Add autoload cookie.
58622cc5
GM
10953 (ansi-color-apply-sequence): Fix typo.
10954
0404d031
GM
109552001-01-29 Gerd Moellmann <gerd@gnu.org>
10956
ed5d446e 10957 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
10958 Postscript printing in black and white.
10959
0404d031
GM
10960 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10961 X-Mailman-Version, Precedence, List-Help, List-Post,
10962 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10963 Content-Type, Content-Length.
10964
3b6ed359
DL
109652001-01-29 Dave Love <fx@gnu.org>
10966
ddd16e7a
DL
10967 * elide-head.el (elide-head): Make overlay evaporate.
10968
83c9cb8e 10969 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 10970
8005142f
EZ
109712001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10972
10973 * isearch.el (isearch-highlight): Don't punt if the display
10974 doesn't support colors, since isearch faces are defined for
10975 monochrome displays as well.
10976
84728570
SS
109772001-01-27 Sam Steingold <sds@gnu.org>
10978
10979 * shell.el (shell-write-history-on-exit): Make sure that we are in
10980 the shell buffer (M-x tex-file RET inserted the error message into
10981 the TeX buffer).
10982
e26f9ced
EZ
109832001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10984
10985 * simple.el (transient-mark-mode): Doc fix.
10986
dc0274bd
GM
109872001-01-27 Gerd Moellmann <gerd@gnu.org>
10988
83c9cb8e 10989 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 10990
c1acacc4
EZ
109912001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10992
f5058b96
EZ
10993 * shell.el (shell-unquote-argument): If the shell is one of the
10994 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10995 quote character.
10996 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 10997 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 10998
c1acacc4 10999 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 11000 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 11001
103db06c 110022001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 11003
84728570 11004 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
11005 Treat a one-capital-letter abbrev as "not all upper case",
11006 so as to force preservation of the expansion's pattern
11007 if the expansion starts with a capital letter.
11008
cfa70244
EZ
110092001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
11010
cfee9de7
EZ
11011 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
11012 Doc fix.
11013
cfa70244
EZ
11014 * simple.el (transient-mark-mode): Document the fact that many
11015 commands act on the region when mark is active.
11016
17d90d6b
KH
110172001-01-27 Kenichi Handa <handa@etl.go.jp>
11018
11019 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 11020 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
11021 (quail-show-guidance-buf): Make the multibyteness of current
11022 buffer inherited to Quail guidance buffer.
11023 (quail-help): Make the multibyteness of current buffer inherited
11024 to Quail help buffer.
11025
61076b20
DL
110262001-01-26 Dave Love <fx@gnu.org>
11027
c47e2c68
DL
11028 * time-stamp.el: Doc fixes.
11029
84728570 11030 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
11031 (delphi-keyword-face, delphi-other-face): Fix :type.
11032
940f14b4
DL
11033 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
11034
11035 * mail/feedmail.el (feedmail): Add :link.
11036 (feedmail-send-it): Doc fix.
11037
11038 * mail/sendmail.el: Doc fixes.
11039 (sendmail-send-it): Fix the non-ASCII regexp and use
11040 rfc2047-encode-string.
11041
61076b20
DL
11042 * dired.el, dired-aux.el: Revert last change.
11043
6c317bd2
GM
110442001-01-26 Gerd Moellmann <gerd@gnu.org>
11045
11046 * makefile.w32-in (DONTCOMPILE): Add various term files.
11047
110482001-01-26 Dave Love <fx@gnu.org>
11049
11050 * Makefile.in (DONTCOMPILE): Add various term files.
11051
1c636b5f
GM
110522001-01-26 Gerd Moellmann <gerd@gnu.org>
11053
af900b23
GM
11054 * man.el (Man-default-man-entry, Man-mode): Doc fix.
11055
15fa6db0 11056 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 11057 the echo area is resized to fit the size of the startup message.
15fa6db0 11058
1c636b5f
GM
11059 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
11060 part of which is a constant.
11061
9b1adbd5
EZ
110622001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
11063
83c9cb8e 11064 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 11065
103db06c 110662001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
11067
11068 * simple.el (next-line): Don't let `newline' expand abbrevs.
11069 Simplify slightly.
11070 (open-line): Don't let `newline' expand abbrevs.
11071
219227ea
JW
110722001-01-25 John Wiegley <johnw@gnu.org>
11073
11074 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
11075 to `repeat' in the :type field.
11076
11077 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
11078 allow a choice of regexp or nil.
d2906bf8 11079 (pcomplete-dir-ignore): Same.
219227ea
JW
11080
11081 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
11082 a command) to always fail.
11083
ceba0dac
GM
110842001-01-25 Gerd Moellmann <gerd@gnu.org>
11085
11086 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
11087 discard the result.
11088 (iswitchb-to-end): Likewise.
11089
9b0630e5
SS
110902001-01-25 Sam Steingold <sds@gnu.org>
11091
11092 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 11093 Require vc.
9b0630e5 11094
a2ed9670
SM
110952001-01-25 Stefan Monnier <monnier@cs.yale.edu>
11096
f0c1adab
SM
11097 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
11098
a2ed9670
SM
11099 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
11100
34ac3367
DL
111012001-01-25 Dave Love <fx@gnu.org>
11102
61076b20
DL
11103 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
11104 (describe-coding-system): Tweak the English text.
11105
34ac3367
DL
11106 * loadup.el: Preload international/ccl for utf-8.
11107
4685e6b7
EZ
111082001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
11109
11110 * mail/rmail.el (rmail-redecode-body): Doc fix.
11111
0fdb4475
KH
111122001-01-25 Kenichi Handa <handa@etl.go.jp>
11113
83c9cb8e
SM
11114 * international/mule-cmds.el (reset-language-environment):
11115 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 11116
83c9cb8e
SM
11117 * international/mule-conf.el (coding-category-utf-8):
11118 Initialize to mule-utf-8.
0fdb4475 11119
9b0630e5 11120 * loadup.el: Preload international/utf-8.
0fdb4475
KH
11121
11122 * international/utf-8.el: New file.
11123
245ed2b1
SM
111242001-01-24 Stefan Monnier <monnier@cs.yale.edu>
11125
11126 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
11127
e95b0c08
SS
111282001-01-24 Sam Steingold <sds@gnu.org>
11129
11130 * dired.el (dired-replace-in-string): Removed.
11131 (dired-sort-toggle): Use `replace-regexps-in-string'
11132 instead of `dired-replace-in-string'.
9b0630e5 11133
ceba0dac
GM
11134 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
11135 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 11136
e95b0c08
SS
11137 * gs.el (gs-replace-in-string): Removed.
11138 (gs-options): Use `replace-regexps-in-string'
11139 instead of `gs-replace-in-string'.
11140
c3902c3e
EZ
111412001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
11142
11143 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
11144 bug report is mailed to an email list and posted to a news group.
11145
b66b6aeb
GM
111462001-01-24 Gerd Moellmann <gerd@gnu.org>
11147
83c9cb8e
SM
11148 * comint.el (comint-replace-by-expanded-history-before-point):
11149 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 11150
b66b6aeb
GM
11151 * startup.el (tool-bar-images-pixel-height): New variable.
11152 (command-line): After loading the user's init file, when
11153 tool-bar-mode is on, increase the frame's size by some lines for
11154 the tool-bar.
11155
11156 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 11157
ff890e66
SZ
111582001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
11159
11160 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
11161 (chinese-big5): MIME:Big5.
11162
04363179
GM
111632001-01-24 Gerd Moellmann <gerd@gnu.org>
11164
e95b0c08 11165 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
11166 Handle commands with prefix args.
11167
d56aaa64
GM
111682001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
11169
11170 * calendar/diary-lib.el (diary-float): Fix case of MONTH
11171 being a list of numbers.
11172 (diary-mail-entries): Rewritten.
11173
99858627
DL
111742001-01-23 Dave Love <fx@gnu.org>
11175
7aeb1fa9
DL
11176 * international/mule.el (make-coding-system): Fix typo.
11177
83c9cb8e
SM
11178 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
11179 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 11180
5a43decf
EZ
111812001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
11182
11183 * font-lock.el (font-lock-mode): Doc fix.
11184
b0e98867
KH
111852001-01-23 Kenichi Handa <handa@etl.go.jp>
11186
11187 * international/mule.el (make-translation-table): Fix docstring.
11188
9c8acefd
EZ
111892001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
11190
fd4976b8
EZ
11191 * mail/rmail.el (rmail-redecode-body): New function.
11192
9c8acefd
EZ
11193 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
11194
871e0439
GM
111952001-01-22 Gerd Moellmann <gerd@gnu.org>
11196
21c2bbe0
GM
11197 * isearch.el (isearch-lazy-highlight-case-fold-search)
11198 (isearch-lazy-highlight-regexp): New variables.
11199 (isearch-lazy-highlight-cleanup): Update lazy highlight if
11200 case-fold search or regexp search has been toggled.
11201
5710730c
GM
11202 * wid-edit.el (widget-button-click): Avoid a save-excursion
11203 around running a global binding.
11204
871e0439
GM
11205 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
11206 to 0.25.
11207
d0554957
MB
112082001-01-20 Miles Bader <miles@gnu.org>
11209
11210 * cus-edit.el (custom-face-save): Do post-processing on the face's
11211 new value like `custom-face-set' does.
11212
1519f618
EZ
112132001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11214
ccd87890
EZ
11215 * mail/emacsbug.el (report-emacs-bug): Report the value of
11216 LC_CTYPE, not LC_TYPE.
11217
1519f618
EZ
11218 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
11219 isearch-toggle-regexp and isearch-edit-string to doc string.
11220
9724173b
GM
112212001-01-19 Gerd Moellmann <gerd@gnu.org>
11222
48bb9196
GM
11223 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
11224 as font-lock-beginning-of-syntax-function in font-lock-defaults.
11225
e95b0c08 11226 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
11227 font-lock-beginning-of-syntax-function to nil.
11228
dc81f8a2
EZ
112292001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
11230
11231 * mail/emacsbug.el (report-emacs-bug): Report values of
11232 locale-coding-system, default-enable-multibyte-characters, and the
11233 environment variables LC_ALL, LC_TYPE, and LANG.
11234
99327974
GM
112352001-01-19 Gerd Moellmann <gerd@gnu.org>
11236
83c9cb8e 11237 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 11238
2be6ecc6
GM
11239 * font-lock.el (font-lock-multiline): Default to nil.
11240 (font-lock-default-fontify-region): If font-lock-multiline is
11241 nil, don't check the property `font-lock-multiline'.
11242
99327974
GM
11243 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
11244 is nil, don't check the `font-lock-multiline' text property.
11245
2550055a
MK
112462001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
11247
0a949811 11248 * viper.el: Call initial-major-mode on startup.
e95b0c08 11249
0a949811 11250 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 11251
8501998a 11252 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 11253
2550055a 112542001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 11255
0a949811 11256 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 11257 diff mode, if available.
e95b0c08 11258
0a949811 112592001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 11260
8501998a 11261 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 11262
2550055a
MK
11263 * ediff-init.el (subst-char-in-string): Define and use it, unless
11264 it's already defined.
e95b0c08 11265
8962e303
GM
112662001-01-18 Gerd Moellmann <gerd@gnu.org>
11267
11268 * tooltip.el (tooltip-hide-delay): New user-option.
11269 (tooltip-show): Use tooltip-hide-delay instead of the default.
11270
6b453381
KH
112712001-01-18 Kenichi Handa <handa@etl.go.jp>
11272
11273 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
11274 kill-local-variable doesn't work for enable-multibyte-characters.
11275
9eaf396b
DL
112762001-01-17 Dave Love <fx@gnu.org>
11277
cebd37ce
DL
11278 * ediff-init.el (ediff-before-setup-hook)
11279 (ediff-merge-filename-prefix): Add :version.
11280
9eaf396b
DL
11281 * international/latin1-disp.el: Require disp-table.
11282 (latin1-display): Fix :set.
11283
11284 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11285
f864120f
GM
112862001-01-17 Gerd Moellmann <gerd@gnu.org>
11287
11288 * isearch.el (isearch-lazy-highlight-initial-delay)
11289 (isearch-lazy-highlight-interval): Default to 0.
11290
112912001-01-17 Bob Glickstein <bobg@zanshin.com>
11292
11293 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11294 1 here rather than each time through
11295 isearch-lazy-highlight-new-loop.
11296 (isearch-lazy-highlight-max): Variable deleted.
11297 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11298 isearch-lazy-highlight-max but controls a single invocation of
11299 isearch-lazy-highlight-update.
11300 (isearch-lazy-highlight-wrapped): Variable recreated.
11301 (isearch-lazy-highlight-window-start): New variable.
11302 (isearch-lazy-highlight-cleanup): Restored to behavior of
11303 before 2-Jan.
11304 (isearch-lazy-highlight-remove-overlays): Function deleted;
11305 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11306 behavior removed.
11307 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11308 isearch-lazy-highlight-update in a loop rather than just once.
11309 Test isearch-invalid-regexp here and decide not to start a new
11310 loop, rather than testing it each time through
11311 isearch-lazy-highlight-update.
11312 (isearch-lazy-highlight-search): Function restored.
11313 (isearch-lazy-highlight-update): Get called in a timer loop again,
11314 but this time highlight more than one match each time through.
83c9cb8e
SM
11315 Only highlight matches in the visible part of the window.
11316 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
11317 the edge of the window. Use sit-for to force redisplay and ensure
11318 window-start is credible. "Face suppressing" behavior removed;
11319 overlay priorities should make it unnecessary, right?
11320 (isearch-highlight): Face suppressing behavior removed.
11321 (isearch-dehighlight): Face suppressing behavior removed.
11322 (isearch-set-lazy-highlight-faces-at): Removed.
11323
076ec540
KH
113242001-01-17 Kenichi Handa <handa@etl.go.jp>
11325
11326 * language/european.el ("Latin-1"): Make the format of description
11327 about additional language environments same as that of Latin-2.
11328
92328ec5
DL
113292001-01-16 Dave Love <fx@gnu.org>
11330
39f2174e
DL
11331 * isearch.el (isearch-lazy-highlight): Add :version.
11332
92328ec5
DL
11333 * simple.el (backward-delete-char-untabify-method)
11334 (next-line-add-newlines): Add :version.
11335
f251459d
GM
113362001-01-16 Gerd Moellmann <gerd@gnu.org>
11337
9d4850e5
GM
11338 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11339 Don't bind <delete> otherwise.
11340
11341 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11342 and <delete> via function-key-map.
11343
f251459d
GM
11344 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11345 Subject line only if point is after the `Subject:'.
11346
771ffcf7
KH
113472001-01-16 Kenichi Handa <handa@etl.go.jp>
11348
bda6b481
KH
11349 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11350 japanese-jisx0213-2 in `charset' property of this lang. env.
11351
35793af7
KH
11352 * language/european.el ("Latin-1"): Add description for Dutch and
11353 Spanish lang. env.
11354
771ffcf7
KH
11355 * international/mule.el (decode-char): Fix conditions.
11356 (encode-char): Handle eight-bit-control too.
1c8102ff 11357 (transform-make-coding-system-args): New function.
50c29104
KH
11358 (make-coding-system): Accept XEmacs style arguments for CCL base
11359 coding system.
771ffcf7 11360
e1cf67b6
GM
113612001-01-15 Gerd Moellmann <gerd@gnu.org>
11362
11363 * progmodes/etags.el (find-tag-noselect): Save the value of
11364 tags-file-name before switching buffers, for the case it has a
11365 buffer-local value.
11366
b3287acf
GM
113672001-01-15 Alex Schroeder <alex@gnu.org>
11368
9eaf396b
DL
11369 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11370 From Dave Love <fx@gnu.org>.
b3287acf
GM
11371 (ansi-color-for-comint-mode): Fix :version.
11372
113732001-01-15 Alex Schroeder <alex@gnu.org>
11374
11375 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11376
8d7ff9c8
EZ
113772001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11378
11379 * dired.el (dired-insert-directory): If file-system-info fails,
11380 remove the " free " part, but don't signal an error.
11381
dbe99ae9
SS
113822001-01-12 Sam Steingold <sds@gnu.org>
11383
11384 * bookmark.el (bookmark-maybe-historicize-string):
11385 Use new backquote syntax.
11386
103db06c 113872001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
11388
11389 * subr.el (last): Handle a list that doesn't end in nil.
11390
ca2ddd8e
SS
113912001-01-12 Sam Steingold <sds@gnu.org>
11392
11393 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11394 to `backward-delete-char-untabify'.
11395
1751c874
DL
113962001-01-12 Dave Love <fx@gnu.org>
11397
11398 * cus-edit.el (customize-menu-create): Fix the :filter following
11399 easymenu change.
11400
11401 * wid-edit.el (function): Add :match-alternatives.
11402 (widget-color-action): Doc fix.
11403
3cccce8d
GM
114042001-01-12 Gerd Moellmann <gerd@gnu.org>
11405
11406 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11407
18bfd6b5
KH
114082001-01-12 Kenichi Handa <handa@etl.go.jp>
11409
83c9cb8e 11410 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 11411
18bfd6b5
KH
11412 * international/ccl.el (define-ccl-program): Fix docstring.
11413
562e00da
DL
114142001-01-11 Dave Love <fx@gnu.org>
11415
14fd0da3
DL
11416 * international/mule-cmds.el (standard-display-european-internal):
11417 Set display table for 2208 as for 160.
11418
11419 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11420
562e00da
DL
11421 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11422 entry for custom-menu-create change.
11423 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11424 don't cons it in the search loop.
11425
11426 * imenu.el (imenu--truncate-items): Revert last change.
11427
6e961dcd
EZ
114282001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11429
11430 * info.el (Info-setup-header-line): If the node header includes
11431 either Next: or Prev: links, don't show the File: and Node: parts
11432 in the header line.
11433
2c2ff7f2
GM
114342001-01-11 Gerd Moellmann <gerd@gnu.org>
11435
a7ee2d2e
GM
11436 * comint.el (comint-goto-process-mark): Don't print a message
11437 when running in batch mode.
11438
c5348233
GM
11439 * isearch.el (isearch-search): In the condition-case handler for
11440 `error', set isearch-invalid-regexp to the whole error message.
11441
422717d1
GM
11442 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11443 ensure that eval-after-load works for files dumped with Emacs.
11444
11445 * help.el (load-symbol-file-load-history): New function extracted
11446 from function symbol-file.
11447 (symbol-file): Use it.
11448
83c9cb8e 11449 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 11450
926861fb
EZ
114512001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11452
11453 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11454 behave as if there were no prefix argument.
11455 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11456 argument were nil.
11457
afa1f52c
RS
114582001-01-11 Richard M. Stallman <rms@gnu.org>
11459
ca2ddd8e 11460 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
11461 Don't look for more potential matches once maximum is exceeded.
11462 Use overlays-in to check correctly for overlap with current match.
11463 Ignore empty matches.
11464
47a9f362
MB
114652001-01-11 Miles Bader <miles@gnu.org>
11466
11467 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11468 (ispell-overlay-window, ispell-help, ispell-show-choices)
11469 (ispell-command-loop): Use it instead of `window-height'.
11470
d196f58d
GM
114712001-01-10 Gerd Moellmann <gerd@gnu.org>
11472
cf523f0e
GM
11473 * files.el (confirm-kill-emacs): New user-option.
11474 (save-buffers-kill-emacs): Ask for final confirmation before
11475 killing Emacs.
11476
d196f58d
GM
11477 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11478 to nil.
11479
7c6c3d8e
GM
114802001-01-10 Dave Love <fx@gnu.org>
11481
1f8be15d
DL
11482 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11483
83c9cb8e 11484 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
11485
11486 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11487
11488 * calculator.el (calculator-number-digits): Fix :type.
11489
0d5184de
DL
11490 * vc-cvs.el (vc-cvs-header): Fix :type.
11491 * vc-rcs.el (vc-rcs-header): Fix :type.
11492 * vc-sccs.el (vc-sccs-header): Fix :type.
11493
11494 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11495
7c6c3d8e
GM
11496 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11497
8c9f73a2
GM
11498 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11499
457b792c
GM
115002001-01-10 Gerd Moellmann <gerd@gnu.org>
11501
11502 * simple.el (set-variable): Force a thorough redisplay for the
11503 case that the variable has an effect on the display, like
11504 `tab-width' has.
11505
d2622d08
AS
115062001-01-10 Andre Spiegel <spiegel@gnu.org>
11507
11508 * vc.el: Add documentation for backend interface.
11509
ae4b5f4f
KH
115102001-01-10 Kenichi Handa <handa@etl.go.jp>
11511
e0844717
KH
11512 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11513
ae4b5f4f
KH
11514 * international/mule-conf.el (latin-extra-code-table): Set to t
11515 for \223 and \224.
11516
3184082b
KH
115172001-01-09 Kenichi Handa <handa@etl.go.jp>
11518
11519 * international/mule-cmds.el (locale-language-names): Map "es" to
11520 "Spanish" and "nl" to "Dutch".
11521
732b9cdd
GM
115222001-01-09 Gerd Moellmann <gerd@gnu.org>
11523
1dfca644
GM
11524 * bindings.el (global-map): Bind <home> to beginning-of-line,
11525 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11526 C-<end> to end-of-buffer.
11527
732b9cdd
GM
11528 * language/european.el: Add Dutch and Spanish language info
11529 to be able to use the appropriate tutorials.
11530
115312001-01-09 Alex Schroeder <alex@gnu.org>
11532
11533 * ansi-color.el (ansi-color-process-output): Use markers instead
11534 of positions for start and end of region.
11535 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11536 Previously, occasional mistakes happend when fontifying many
11537 chunks of output (eg. ls --color=yes /dev). This happened
11538 whenever an overlay was created up to the end of the region, which
11539 coincided with the process-mark. New text would then be added
11540 within that overlay instead of after it.
11541 (ansi-color-make-extent): Overlays are created with the property
11542 `modification-hooks' set to '(ansi-color-freeze-overlay).
11543 (ansi-color-freeze-overlay): New function. When inserting text at
11544 the end of the overlay, the overlay will resize.
11545
115462000-01-09 Alex Schroeder <alex@gnu.org>
11547
11548 * ansi-color.el (ansi-color-process-output): Doc change.
11549 (ansi-color-unfontify-region): Doc change. No longer installed
11550 automatically in font-lock-unfontify-region-function.
11551 (ansi-color-apply): Doc change.
11552 (ansi-color-apply-on-region): Use extents or overlays instead of
11553 text-properties.
11554 (ansi-color-make-extent): New function.
11555 (ansi-color-set-extent-face): New function.
11556
115572000-01-09 Alex Schroeder <alex@gnu.org>
11558
11559 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11560 both use ansi-color-process-output, now.
11561 (ansi-color-process-output): Doesn't return string anymore. It is
11562 installed in comint-output-filter-functions for both Emacs and
11563 XEmacs, now.
11564 (ansi-color-unfontify-region): Simplified code removing variables
11565 pos and start-ansi.
11566 (ansi-color-apply): Put text-property ansi-color before putting
11567 text-property face because ansi-color-unfontify-region is called
11568 immediately after the call to put-text-property.
11569 (ansi-color-context-region): Doc change.
11570 (ansi-color-filter-region): Simplified code.
11571 (ansi-color-apply-on-region): Changed start to start-marker, using
11572 a marker explicitly. Put text-property ansi-color before putting
11573 text-property face because ansi-color-unfontify-region is called
11574 immediately after the call to put-text-property.
11575
115762000-01-09 Alex Schroeder <alex@gnu.org>
11577
11578 * ansi-color.el (ansi-color-faces-vector): Doc change.
11579 (ansi-color-for-comint-mode): Changed :type property to choice.
11580 (ansi-color-last-context): Removed.
11581 (ansi-color-process-output): Don't use ansi-color-last-context, as
11582 the main functions will store their context now.
11583 (ansi-color-context): Doc change.
11584 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11585 Uses ansi-color-context such that repeated calls will strip
11586 partial escape sequences, too.
11587 (ansi-color-apply): Simplified code. Colorize end of string if
11588 face is not null. Store context in new (FACE STRING) format, such
11589 that repeated calls will strip partial escape sequences, too.
11590 Append faces to face property using ansi-color-apply-sequence such
11591 that cumulative mode actually works.
11592 (ansi-color-context-region): New variable.
11593 (ansi-color-filter-region): Rewrote it based on
11594 ansi-color-apply-on-region. Uses ansi-color-context-region such
11595 that repeated calls will strip partial escape sequences, too.
11596 (ansi-color-apply-on-region): Simplified code. Colorize end of
11597 region if face is not null. Store context in new (FACE POS)
11598 format, such that repeated calls will strip partial escape
11599 sequences, too. Append faces to face property using
83c9cb8e 11600 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
11601 (ansi-color-apply-sequence): New function.
11602 (ansi-color-get-face): When the default face is added to the list
11603 of faces, all previous settings are discarded and the list of
11604 faces is set to '(default).
11605
116062000-01-09 Alex Schroeder <alex@gnu.org>
11607
11608 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11609 face, such that ansi-color-apply and ansi-color-apply-on-region
11610 will do the right thing.
11611 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11612 returns nil, set the list of faces back to nil instead of
83c9cb8e 11613 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
11614
116152000-01-09 Alex Schroeder <alex@gnu.org>
11616
11617 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11618 (ansi-color-process): Doc change.
11619 (ansi-color-last-context): New buffer-local variable.
11620 (ansi-color-process-output): New function. It is automatically
11621 added to comint-output-filter-functions if this is XEmacs.
11622 (ansi-color-unfontify-region): New optional parameter for XEmacs
11623 compatibility. Check wether font-lock-syntactic-keywords is
11624 boundp before removing the syntax table text property, as XEmacs
11625 doesn't have it.
11626 (ansi-color-filter-region): Doc change.
11627 (ansi-color-apply-on-region): Doc change.
11628 (ansi-color-make-face): New function. Compatibility layer for
11629 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11630 (ansi-color-make-color-map): Use ansi-color-make-face.
11631 (ansi-color-get-face): Avoid face text property '(nil) as results
11632 in an errow for XEmacs.
11633
116342000-01-09 Alex Schroeder <alex@gnu.org>
11635
83c9cb8e
SM
11636 * ansi-color.el (ansi-color-unfontify-region): New function.
11637 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
11638 ansi-color. When the package is loaded, a lambda expression is
11639 put onto font-lock-mode-hook. This lambda expression will check
11640 font-lock-unfontify-region-function and replace
83c9cb8e 11641 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
11642 (ansi-color-apply): Add text-property ansi-color in addition to
11643 text-property face.
11644 (ansi-color-apply-on-region): Add text-property ansi-color in
11645 addition to text-property face.
11646 (save-buffer-state): Copy of the macro that is also used by
11647 lazy-lock and font-lock.
11648
11649 (ansi-color-for-comint-mode): New option.
11650 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11651 (ansi-color-for-comint-mode-off): Ditto.
11652 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
11653 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11654 decide what to do. This function is added to
11655 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
11656
11657 (ansi-color-for-shell-mode-set): Removed.
11658 (ansi-color-for-shell-mode): Removed.
11659
116602000-01-09 Alex Schroeder <alex@gnu.org>
11661
11662 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11663 the lambda expression from the ansi-color-for-shell-mode :set
11664 property. Additionally, modify shell-mode-hook to enable or
11665 disable font-lock-mode for future shell buffers.
11666 (ansi-color-for-shell-mode): The :set property calls
11667 ansi-color-for-shell-mode-set instead of a lambda expression.
11668
116692000-01-09 Alex Schroeder <alex@gnu.org>
11670
11671 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11672 (ansi-color-context): New variable.
11673 (ansi-color-apply): Save context between calls.
11674
fb55ff10
EZ
116752001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11676
83c9cb8e
SM
11677 * isearch.el (isearch, isearch-lazy-highlight-face):
11678 New definitions for face colors and attributes.
29910493 11679
fb55ff10
EZ
11680 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11681 of display-mouse-p.
11682
134d6265
KH
116832001-01-09 Kenichi Handa <handa@etl.go.jp>
11684
11685 * international/mule.el (make-coding-system): If the coding system
11686 accepts extra latin codes, register such codes as safe for the
11687 coding system.
11688
103db06c 116892001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 11690
984c9f75
RS
11691 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11692 don't mention the file name or the date here, because they are
11693 logged at the start of the file.
11694
116952001-01-08 Richard M. Stallman <rms@gnu.org>
11696
78b8eee8
RS
11697 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11698 Change screen-width to frame-width.
11699
1460e5d4
EZ
117002001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11701
11702 * info.el (Info-search): Print the default as part of the prompt.
11703
56f24bc1
AS
117042001-01-08 Andre Spiegel <spiegel@gnu.org>
11705
ca2ddd8e 11706 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
11707 constant implementations in backends.
11708
11709 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11710 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11711
11712 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11713 WRITABLE to EDITABLE.
11714
11715 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11716 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11717 to EDITABLE.
11718
b7812d30
EZ
117192001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11720
11721 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 11722 (copyright, copyright-update): Compute the current year at run time.
b7812d30 11723
7e56ea04
GM
117242001-01-08 Gerd Moellmann <gerd@gnu.org>
11725
11726 * isearch.el (isearch-old-signal-hook): Removed.
11727 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11728 instead of setting signal-hook-function.
11729 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11730
a758f97d
GM
117312001-01-08 Kevin Gallagher <kevingal@onramp.net>
11732
11733 * emulation/edt.el: Update to version 4.0. Provide support for
11734 EDT scroll margins at top and bottom of the window. Provide an
11735 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11736 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
11737 user when file-related buffer modifications exist.
11738 Provide support for running EDT Emulation in XEmacs.
11739 Provide customize access to some user updatable variables.
11740 Add Commentary section to file header.
11741 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
11742
11743 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11744 for detecting a keypress that generates an ASCII key sequence.
11745 (Previously, only a keypress that generates a vector was
11746 recognized.) Embed Window Manager name into name of the generated
11747 EDT Emulation initialization file since the initialization file is
11748 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 11749
30db89f9
EZ
117502001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11751
4deb3ba9
EZ
11752 * mail/sendmail.el (mail-mode): Doc fix.
11753
30db89f9
EZ
11754 * info.el (Info-goto-emacs-command-node): Doc fix.
11755 (Info-goto-emacs-key-command-node): Doc fix.
11756
c3f2772b
EZ
117572001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11758
8726e79b 11759 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
11760 systems without long file-name support.
11761
0dac6924
AI
117622001-01-06 Andrew Innes <andrewi@gnu.org>
11763
11764 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11765
4e6ef391
EZ
117662001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11767
380866a2
EZ
11768 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11769 (isearch-lazy-highlight-update): Doc fix.
11770
148b5960
EZ
11771 * ffap.el (ffap-bindings): Doc fix.
11772
4e6ef391
EZ
11773 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11774
4cb1bcc2
DL
117752001-01-05 Dave Love <fx@gnu.org>
11776
11777 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11778
3828218c
GM
117792001-01-05 Gerd Moellmann <gerd@gnu.org>
11780
83c9cb8e
SM
11781 * mouse-drag.el (mouse-drag-safe-scroll):
11782 Bind scroll-preserve-screen-position to nil.
f1ade7d3 11783
1f4139d5
GM
11784 * isearch.el (isearch-old-signal-hook): New variable.
11785 (isearch-mode): Set signal-hook-function to isearch-done.
11786 (isearch-done): Restore old signal-hook-function.
11787
3828218c
GM
11788 * info.el (Info-fontify-node): Mark one more char as intangible.
11789
3970013f
KH
117902000-01-05 Kenichi Handa <handa@etl.go.jp>
11791
83c9cb8e
SM
11792 * composite.el (compose-last-chars): New argument COMPONENTS.
11793 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
11794 COMPONENTS.
11795
11796 * international/quail.el (quail-input-string-to-events): New function.
11797 (quail-input-method): Convert input string to events here.
11798 (quail-start-translation): Return input string, not event list.
11799 (quail-start-conversion): Likewise.
11800
f3b05e99
GM
118012001-01-04 Gerd Moellmann <gerd@gnu.org>
11802
ca2ddd8e 11803 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
11804 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11805 and tooltip-add-timeout.
11806 (tooltip-show): Set border color from faces's foreground.
11807 (tooltip-show-help-function): If called with the same help string
11808 as last time, do nothing.
11809 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11810
0f2ac578
GM
11811 * startup.el (fancy-splash-screens): Don't bind show-help-function
11812 to nil.
11813
f3b05e99
GM
11814 * tooltip.el (tooltip-frame-parameters): Remove colors.
11815 (tooltip): New face
11816 (tooltip-set-param): New function.
11817 (tooltip-show): Set up color frame parameters from face `tooltip'.
11818 Display the tooltip text in face `tooltip'.
11819
8416e94a
DL
118202001-01-04 Dave Love <fx@gnu.org>
11821
11822 * whitespace.el (whitespace-global-mode): Fix typo.
11823
11824 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11825
30db89f9
EZ
118262001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11827
83c9cb8e
SM
11828 * help.el (help-for-help): Fix a typo in a doc string.
11829 From kwzh@gnu.org (Karl Heuer).
30db89f9 11830
b847eb8c
DL
118312001-01-03 Dave Love <fx@gnu.org>
11832
11833 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 11834 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
11835 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11836 (dired-guess-shell-alist-user): Customize.
11837 (dired-x-help-address): Set to bug-gnu-emacs.
11838 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11839 (dired-default-directory): Renamed from default-directory.
11840
11841 * hl-line.el (hl-line): Doc fix.
11842
43c4b570
KF
118432001-01-03 Karl Fogel <kfogel@red-bean.com>
11844
1bf6b1bf 11845 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 11846
984c9f75 118472001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
11848
11849 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11850 to remove all the current alternative-match highlighting.
11851 If nil, remove only what's outside the current window.
11852 (isearch-lazy-highlight-remove-overlays): Take optional
11853 region within which NOT to remove them.
11854 (isearch-lazy-highlight-new-loop): Greatly simplified.
11855 (isearch-lazy-highlight-update): Find all the other occurrences
11856 visible in the window, in just one call.
11857 (isearch-lazy-highlight-start): Now holds start of region to scan.
11858 (isearch-lazy-highlight-end): Now holds end of region to scan.
11859 (isearch-lazy-highlight-wrapped): Variable deleted.
11860 (isearch-lazy-highlight-search): Function deleted.
11861
13d6a61c
AI
118622000-01-02 Andrew Innes <andrewi@gnu.org>
11863
11864 * w32-fns.el (convert-standard-filename): Do length check on name
11865 before aref.
11866
064866e7
DL
118672001-01-02 Dave Love <fx@gnu.org>
11868
b33e041b
DL
11869 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11870 value.
11871 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11872
11873 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11874
8166ffd5
DL
11875 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11876 read syntax.
11877
064866e7
DL
11878 * calendar/todo-mode.el (todo): Add :link, :version.
11879 (todo-save-top-priorities): Remove autoload cookie.
11880 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 11881 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 11882
6dde6abc
GM
118832001-01-02 Gerd Moellmann <gerd@gnu.org>
11884
11885 * comint.el (comint-input-history-ignore): New variable.
11886 (comint-read-input-ring): Ignore entries matching
11887 comint-input-history-ignore.
11888
1a8a9daf
GM
118892001-01-02 Eric M. Ludlam <zappo@gnu.org>
11890
11891 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11892 (lm-copyright-mark): New function.
11893 (lm-crack-copyright): New function.
11894 (lm-verify): Check that the file has a copyright.
11895 Check that the file is copyright Free Software Foundation.
11896
9c92eb53
KH
118972000-12-30 Kenichi Handa <handa@etl.go.jp>
11898
11899 * international/mule-diag.el (print-fontset): Indent font name by
11900 24 columns, not 25.
11901
49172314
GM
119022000-12-29 Gerd Moellmann <gerd@gnu.org>
11903
762a68ec
GM
11904 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11905 in Subject line.
11906
49172314 11907 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
11908 Use mail-mode-hook instead of mail-setup-hook.
11909 Otherwise continuing an interrupted message with C-u C-x m for
11910 instance, winds up in Mail mode without abbrevs.
49172314 11911
bd7a2e26
GM
119122000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11913
11914 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
11915 non-nil. Adding almost all customization variables on ps-setup.
11916 Doc fix.
bd7a2e26
GM
11917 (ps-print-version): New version number (6.3.3).
11918 (ps-end-with-control-d): Initialization fix.
11919 (ps-lines-printed): New var.
11920 (ps-skip-newline): New fun.
11921 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11922 (ps-next-line, ps-continue-line, ps-plot-region)
11923 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 11924
2b3f28a4
KH
119252000-12-29 Kenichi Handa <handa@etl.go.jp>
11926
83c9cb8e
SM
11927 * international/fontset.el (x-complement-fontset-spec):
11928 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
11929 registered in x-font-name-charset-alist.
11930 (create-fontset-from-fontset-spec): Adjusted for the above change.
11931 The name of fontset alias should be a unresolved ASCII font name.
11932
2ece9174
GM
119332000-12-28 Gerd Moellmann <gerd@gnu.org>
11934
11935 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11936 and delete in isearch-mode-map.
11937
cbe3ad7a
RS
119382000-12-28 Richard M. Stallman <rms@gnu.org>
11939
ca2ddd8e 11940 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
11941 Use xpdf instead of acroread.
11942
a816f1c5
KH
119432000-12-28 Kenichi Handa <handa@etl.go.jp>
11944
f086e73c
KH
11945 * textmodes/artist.el (artist-butlast): Deleted.
11946 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 11947 artist-butlast.
f086e73c 11948
a816f1c5
KH
11949 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11950
11951 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11952
b202115b
EZ
119532000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11954
11955 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11956
11957 * ls-lisp.el: Better support for the Mac and MS-Windows.
11958 (ls-lisp): New defgroup.
11959 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 11960 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
11961 (ls-lisp-support-shell-wildcards): New defcustoms.
11962 (ls-lisp-parse-symlink): New function.
11963 (insert-directory): Code to convert switches to a list and set up
11964 the wildcard argument copied from ls-lisp-insert-directory.
11965 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11966 for -C and -R switches.
11967 (ls-lisp-column-format): New function.
ca2ddd8e 11968 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
11969 (ls-lisp-format-time): Add doc strings.
11970 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11971 Support ls-lisp-dirs-first.
11972 (ls-lisp-classify, ls-lisp-extension): New functions.
11973 (ls-lisp-format): Optionally support emulation of symlinks.
11974 Support -i, -s, and -G switches.
11975
6061fbf0
GM
119762000-12-27 Gerd Moellmann <gerd@gnu.org>
11977
5e25feee
GM
11978 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11979
6061fbf0
GM
11980 * version.el (emacs-version): Print X scroll bar information.
11981
11982 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11983 instead of x-toolkit-scroll-bars-p.
11984
11985 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11986 of x-toolkit-scroll-bars-p.
11987
25050dab
EZ
119882000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11989
83c9cb8e 11990 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
11991 (ffap-bindings): Doc fix, to reflect the above change.
11992
c1786874
KH
119932000-12-27 Kenichi Handa <handa@etl.go.jp>
11994
11995 * term.el (term-char-mode): Define all non-ascii self-inserting
11996 characters to 'term-send-raw in term-raw-map.
11997
7261ece3 119982000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 11999
83c9cb8e 12000 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 12001
83c9cb8e
SM
12002 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
12003 Changed initialization; use add-hook.
6061fbf0 12004 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 12005
6061fbf0 12006 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 12007
6061fbf0
GM
12008 * ediff.el (ediff-patch-buffer): Bug fix.
12009 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 12010
83f40583
SM
120112000-12-23 Stefan Monnier <monnier@cs.yale.edu>
12012
12013 * subr.el (combine-run-hooks): Remove.
12014
12015 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
12016 and remove the rogue second spec.
12017
bdd6d4e8
GM
120182000-12-23 Gerd Moellmann <gerd@gnu.org>
12019
12020 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
12021
26736ce3
SM
120222000-12-22 Stefan Monnier <monnier@cs.yale.edu>
12023
0e86b6b0
SM
12024 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
12025 Use minibuffer menu prompt for the `=' prefix.
12026 (smerge-command-prefix): Change default to C-^.
6eabfb26 12027 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 12028
26736ce3
SM
12029 * skeleton.el (skeleton-internal-1): Make sure the first line of
12030 the region is also re-indented.
d21584d6
SM
12031 (skeleton-end-newline): New var.
12032 (skeleton-end-hook): Use it.
26736ce3 12033
95fa4fd7
MB
120342000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
12035
12036 * comint.el (comint-password-prompt-regexp): Support CVS.
12037
f060b834
GM
120382000-12-22 Gerd Moellmann <gerd@gnu.org>
12039
83c9cb8e
SM
12040 * simple.el (delete-key-deletes-forward-mode): Simplify.
12041 Also backspace key combinations, depending on
856ff7a7
GM
12042 delete-key-deletes-forward.
12043
12044 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
12045
f060b834
GM
12046 * simple.el (delete-key-deletes-forward): Doc fix.
12047
653558a1
GM
120482000-08-22 Emmanuel Briot <briot@gnat.com>
12049
12050 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 12051 white spaces are relevant in the XML file.
653558a1
GM
12052 (xml-parse-file): Do not kill an existing Emacs buffer if the file
12053 to parse was already edited. This allows for on-the-fly analysis
26736ce3 12054 of XML files.
653558a1
GM
12055 (xml-parse-tag): Check that the casing is the same in the start
12056 tag and end tag, since XML is case-sensitive. Allows for spaces
12057 in the end tag, after the name of the tag.
12058 (xml-parse-attlist): Allow for the character '-' in the name of
12059 attributes, as in the standard http-equiv attribute Do not save
26736ce3 12060 the properties in the XML tree, since they are not relevant.
653558a1 12061
3ad93d8d
SM
120622000-12-21 Stefan Monnier <monnier@cs.yale.edu>
12063
12064 * generic.el (generic-read-type): Undo last change, inline into
12065 `generic-mode' and then remove.
12066 (generic-mode): Inline generic-read-type.
12067 (define-generic-mode): Push the symbol name rather than the symbol
12068 onto generic-mode-list.
12069
177f4e88
GM
120702000-12-21 Gerd Moellmann <gerd@gnu.org>
12071
8e15274f
GM
12072 * generic.el (generic-read-type): Build an alist for
12073 completing-read as in 20.7.
12074
12075 * play/landmark.el (lm): Use interactive spec `P'.
12076 (toplevel): Don't set debug-on-error.
12077
83c9cb8e 12078 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 12079
6ba384dc
GM
120802000-12-21 Dave Pearson <davep@davep.org>
12081
12082 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 12083
647a066c
GM
120842000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12085
12086 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
12087 ranges like \177-\237, but accepts the character sequence from \177 to
12088 \237. Doc fix.
12089 (ebnf-version): New version (3.4).
12090 (ebnf-setup): Code fix.
12091 (ebnf-range-regexp): New fun.
12092 (ebnf-8-bit-chars): Const fix.
12093
12094 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
12095 entry. Doc fix.
12096 (ebnf-bnf-lex): Code fix.
12097 (ebnf-bnf-comment-chars): Const fix.
12098
12099 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
12100 entry. Doc fix.
12101 (ebnf-iso-comment-chars): Const fix.
12102
12103 * ebnf-otz.el: Doc fix.
12104
12105 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
12106 entry. Doc fix.
12107 (ebnf-yac-skip-code): Code fix.
12108 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 12109
bc22fd18
EZ
121102000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
12111
12112 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
12113 (recover-file): Use it instead of insert-directory.
12114 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 12115
587fc3f9
KH
121162000-12-21 Kenichi Handa <handa@etl.go.jp>
12117
83c9cb8e
SM
12118 * international/mule-cmds.el (select-safe-coding-system):
12119 Check coding-category-list more rigidly. Improve help message.
eeefcfde 12120
587fc3f9
KH
12121 * dired.el (dired-move-to-filename-regexp): Fix previous change.
12122
01860fb9
MB
121232000-12-21 Miles Bader <miles@gnu.org>
12124
83c9cb8e 12125 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 12126
3f9d67a6
KH
121272000-12-21 Kenichi Handa <handa@etl.go.jp>
12128
9fd1c1f7
KH
12129 * international/mule-diag.el (describe-char-after): Make *Help*
12130 buffer inherit multibyteness of the current buffer.
12131
3f9d67a6
KH
12132 * international/mule.el (make-char): Docstring adjusted for the
12133 change of make-char-internal.
12134
c9669fac
SM
121352000-12-20 Stefan Monnier <monnier@cs.yale.edu>
12136
12137 * international/iso-cvt.el: Docstrings fix.
12138
19594307
DL
121392000-12-20 Dave Love <fx@gnu.org>
12140
12141 * subr.el (eval-after-load): Doc fix.
12142
b1a447b3
KH
121432000-12-20 Kenichi Handa <handa@etl.go.jp>
12144
12145 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
12146 for numbers.
12147
09877d5d
MB
121482000-12-20 Miles Bader <miles@gnu.org>
12149
12150 * international/quail.el (quail-help): Resize the help window
12151 again after it has all its contents. Remove unneeded progn.
12152
71d4497a
GM
121532000-12-19 Gerd Moellmann <gerd@gnu.org>
12154
12155 * pcmpl-linux.el: Fix copy/paste error.
12156
741e56a0
AI
121572000-12-19 Andrew Innes <andrewi@gnu.org>
12158
83c9cb8e 12159 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 12160
cc24d91c
CD
121612000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
12162
ba4c05aa
CD
12163 * progmodes/idlw-rinfo.el: Fixed copyright notice.
12164
12165 * progmodes/idlw-toolbar.el: Fixed copyright notice.
12166
12167 * progmodes/idlw-shell.el: Fixed copyright notice.
12168
12169 * progmodes/idlwave.el: Fixed copyright notice.
12170
71d4497a 12171 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
12172 TAB as key separators.
12173
524c8caf
GM
121742000-12-19 Alex Schroeder <alex@gnu.org>
12175
12176 * sql.el (sql-sybase-options): New option.
12177 (sql-sybase): Use it. Add sql-database to the list of parameters
12178 provided for login. The options -w 2048 -n are not used any more.
12179 (sql-postgres-options): Changed default from "--pset" to "-P".
12180 (sql-mysql-options): Doc change.
12181 (sql-stop): Doc change.
12182
b5fa513d
KH
121832000-12-19 Kenichi Handa <handa@etl.go.jp>
12184
12185 * international/quail.el (quail-input-method): Always hide
12186 the guidance buffer on exiting.
12187
91c9e6ce
GM
121882000-12-18 Gerd Moellmann <gerd@gnu.org>
12189
c6da4eb4
GM
12190 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
12191 isn't fboundp.
12192
3d2a0e0b
GM
12193 * server.el (server-buffer-done): Bury the buffer before
12194 killing it.
12195
91c9e6ce
GM
12196 * faces.el (face-spec-set): Interpret a nil in specs for
12197 foreground and background colors as `unspecified', for
12198 compatibility with 20.x.
12199
40fa0008
DL
122002000-12-18 Dave Love <fx@gnu.org>
12201
22adbe54
DL
12202 * simple.el (mail-user-agent): Doc fix.
12203 (input-mode-8-bit): Removed.
12204
12205 * international/mule.el (set-keyboard-coding-system): Doc fix.
12206 (keyboard-coding-system): New option.
12207
40fa0008
DL
12208 * mail/sendmail.el (send-mail-function): Customize.
12209
6f4745e2
EZ
122102000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
12211
12212 * international/codepage.el (cp866-decode-table): New table.
12213
82b90229
GM
122142000-12-18 Gerd Moellmann <gerd@gnu.org>
12215
12216 * version.el (emacs-version): Remove `%a' from the time format
12217 because the weekday doesn't fit well into each locale.
12218
5a047002
MB
122192000-12-18 Miles Bader <miles@gnu.org>
12220
7f49aa07
MB
12221 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
12222
ca2ddd8e 12223 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
12224 Check that emacs-major-version is `=' to 20, not `>='.
12225 (artist-replace-chars): Use `make-string' instead of a loop.
12226
22ea2607
EZ
122272000-12-17 Stefan Monnier <monnier@cs.yale.edu>
12228
12229 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
12230 (cvs-execute-single-file): Don't change directory.
12231 Patch from Per Cederqvist.
12232
6c825f8e
EZ
122332000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
12234
83c9cb8e
SM
12235 * textmodes/ispell.el (check-ispell-version):
12236 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
12237 of -vv.
12238
8ff06845
KH
122392000-12-16 Kenichi Handa <handa@etl.go.jp>
12240
af4bb4c8
KH
12241 * international/mule-diag.el (mule-diag): Insert information about
12242 configure options, multibyte awareness, language env.
12243
8ff06845
KH
12244 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
12245 regexp to search for candidates.
12246
b24e84ab
EZ
122472000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
12248
12249 * info.el (Info-forward-node): If the node has an
12250 Info-header-line, widen the buffer before searching for "next:"
12251 and "up:" pointers, and set the search limit to stay in the
12252 current node.
12253
7981d89f
MB
122542000-12-16 Miles Bader <miles@gnu.org>
12255
12256 * simple.el (delete-trailing-whitespace): Remove extraneous let.
12257
88ee7917
MB
122582000-12-15 Miles Bader <miles@gnu.org>
12259
12260 * comint.el (comint-send-string, comint-send-region): Also accept
12261 a buffer, buffer-name, or nil for PROCESS, for compatibility with
12262 process-send-string/region.
12263
0c28d842
GM
122642000-12-15 Gerd Moellmann <gerd@gnu.org>
12265
4ea7fdca
GM
12266 * isearch.el (isearch-lazy-highlight-max): New user-option.
12267 (isearch-lazy-highlight-update): Don't highlight more than
12268 isearch-lazy-highlight-max matches.
12269
0c28d842
GM
12270 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
12271
984c9f75 122722000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 12273
8062e53a
GM
12274 * sort.el (sort-columns): Fix error message.
12275
3ffa545b
GM
12276 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12277 `upcase' or `downcase' or nil.
12278 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12279 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12280 (dabbrev--substitute-expansion): New arg record-case-pattern.
12281 If it is non-nil, set dabbrev--last-case-pattern.
12282 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12283
12284 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12285
c2d7f289
MB
122862000-12-15 Miles Bader <miles@gnu.org>
12287
b6348438
MB
12288 * paths.el (Info-default-directory-list): Don't delete
12289 configure-info-directory from the list of standard info
83c9cb8e 12290 directories when appending it to the end -- their order is important.
b6348438 12291
f9056dd9
MB
12292 * faces.el (read-face-attribute): If there's no entry for the
12293 user's input in VALID, just use it as-is (this will often result
12294 in an error, but it may be OK for e.g. colors using hexadecimal
12295 notation, and at least will yield a better error message).
12296
c2d7f289 12297 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 12298 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
12299 Variables removed.
12300 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12301 window is really the right size. Use vertical-motion
12302 rather than forward-line.
12303 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12304 (ispell-command-loop, ispell-show-choices): Use the variable
12305 ispell-choices-win-default-height, rather than the function.
12306 (ispell-choices-win-default-height): Function removed.
12307 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 12308
8f530b95
SM
123092000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12310
12311 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12312
6d435deb
EZ
123132000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12314
83c9cb8e
SM
12315 * paths.el (Info-default-directory-list):
12316 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
12317 put it first in the list; otherwise put it last. Doc string
12318 changed accordingly.
12319
12320 * info.el (Info-directory-list): Change doc string to reflect the
12321 change in Info-default-directory-list.
12322
6d435deb
EZ
12323 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12324 windows-nt as windowed environments, even under -nw.
12325
12326 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12327 if not fboundp. Switch delete-forward mode for the <delete> key
12328 on all PC platforms, even under -nw.
12329
12330 * term/internal.el ([M-delete]): Remap to M-d.
12331
9d7d9263
GM
123322000-12-14 Gerd Moellmann <gerd@gnu.org>
12333
12334 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12335
7cf0153a
EZ
123362000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12337
12338 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12339
5e5b3d41
GM
123402000-12-14 Gerd Moellmann <gerd@gnu.org>
12341
5f368d29
GM
12342 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12343 if appropriate.
12344
12345 * simple.el (delete-key-deletes-forward): New user-option.
12346 (delete-key-deletes-forward-mode): New function.
12347
9d7d9263 12348 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 12349
83c9cb8e
SM
12350 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12351 Test if symbol is bound before getting its value.
5e5b3d41
GM
12352
12353 * tooltip.el (tooltip-show): If an error is signaled in
12354 x-show-tip, display that error, and display the help in the
12355 echo area.
ca2ddd8e 12356
191b83b6
KH
123572000-12-14 Kenichi Handa <handa@etl.go.jp>
12358
83c9cb8e
SM
12359 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12360 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 12361
6192b604
KF
123622000-12-13 Karl Fogel <kfogel@red-bean.com>
12363
12364 * bookmark.el: Provide a generic exit hook, as suggested by
12365 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
12366 (bookmark-exit-hook): New var.
12367 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
12368 old raw lambda form in `kill-emacs-hook', and runs new
12369 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12370 as logically that feature must have been provided if this function
12371 is running.
12372 Removed ;;;###autoload before the `add-hook' call.
12373
5edf6b55
SM
123742000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12375
12376 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12377 (easy-menu-current-active-maps): New function.
12378 (easy-menu-get-map): Use it.
12379 Make a proper menu entry when creating a new keymap.
12380
16b5e8e6
KH
123812000-12-13 Kenichi Handa <handa@etl.go.jp>
12382
d49fc4eb
KH
12383 * international/characters.el: Fix cases and syntaxes for
12384 mule-unicode-0100-24ff.
12385
3b53d876
KH
12386 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12387 that a Japanese character is not appended after day and year.
12388
16b5e8e6
KH
12389 * info.el (Info-suffix-list): Change format for a command that
12390 requires arguments.
12391 (info-insert-file-contents): Adjusted for the above change.
12392
1df1c518
AS
123932000-12-12 Andreas Schwab <schwab@suse.de>
12394
12395 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12396 on the name of the tar buffer. Verify that the existing buffer is
12397 visiting the same subfile.
12398
a7a07b98
DL
123992000-12-12 Dave Love <fx@gnu.org>
12400
12401 * subdirs.el: Add obsolete.
12402
4fdbd809
GM
124032000-12-12 Gerd Moellmann <gerd@gnu.org>
12404
bfdb75ee
GM
12405 * mail/rmailsum.el (rmail-summary-expunge)
12406 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12407 instead of rmail-confirm-expunge.
12408
4fdbd809
GM
12409 * replace.el (perform-replace): Don't use an empty match adjacent
12410 to a non-empty match when computing the next match before the
12411 replacement is performed.
12412
e9a59cad
GM
124132000-12-12 Milan Zamazal <pdm@freesoft.cz>
12414
12415 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12416 definition (patch by Stefan Monnier).
12417 (glasses-mode): Use jit-lock instead of `after-change-functions'
12418 (patch by Stefan Monnier).
12419
c2def7a0
MB
124202000-12-12 Miles Bader <miles@gnu.org>
12421
12422 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12423 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12424
591b63b4
AC
124252000-12-12 Andrew Choi <akochoi@i-cable.com>
12426
12427 * term/mac-win.el: Remove load for ls-lisp.
12428
a924cf63 12429 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 12430
5ff4ba3d
MB
124312000-12-12 Miles Bader <miles@gnu.org>
12432
12433 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12434 Respect field end too.
12435 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
12436 (newline-and-indent, reindent-then-newline-and-indent):
12437 Use `delete-horizontal-space'.
5ff4ba3d 12438
d0c679bc
SM
124392000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12440
adf9c994
SM
12441 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12442 (so as to obey the field property in the minibuffer).
12443
4b0cd42d
SM
12444 * obsolete/c-mode.el: Moved from lisp/progmodes.
12445 * obsolete/auto-show.el: Moved from lisp.
12446 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 12447
89f85863
CD
124482000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12449
12450 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 12451 changes to list them here.
89f85863 12452
83c9cb8e
SM
12453 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12454 Too many changes to list them here.
89f85863 12455
83c9cb8e
SM
12456 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12457 Too many changes to list them here.
89f85863
CD
12458
12459 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12460
3e0d35ce
GM
124612000-12-11 Gerd Moellmann <gerd@gnu.org>
12462
83c9cb8e 12463 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 12464
ca2ddd8e 12465 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
12466 Comment fix.
12467
3e0d35ce
GM
12468 * hscroll.el: Moved to `obsolete' subdir.
12469
ff904dd6
MB
124702000-12-11 Miles Bader <miles@gnu.org>
12471
12472 * window.el (window-text-height): Function removed (now in C).
12473
fb97d87f
SM
124742000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12475
12476 * log-edit.el (log-edit-parent-buffer): New var.
12477 (log-edit): Set it. Add BUFFER argument.
12478 (log-edit-done): Use char-before.
12479 Don't bother checking validity of vc-comment-ring.
12480 Only bury the buffer if log-edit popped it up.
12481
12482 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12483 (cvs-mode-diff-help): Remove.
12484 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 12485 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
12486
12487 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12488 Remove binding for ? now made unnecessary.
12489
7de77417
CD
124902000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12491
83c9cb8e 12492 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
12493 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12494
12495 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12496 when master file is not open.
12497
4efa209f
SM
124982000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12499
12500 * progmodes/ada-stmt.el: Update `maintainer'.
12501
b52758d1 125022000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
12503
12504 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12505 choices to match documentation string.
12506
a12167c5
MB
125072000-12-09 Miles Bader <miles@gnu.org>
12508
2161605d
MB
12509 * minibuf-eldef.el: New file.
12510
a12167c5
MB
12511 * window.el (fit-window-to-buffer): Don't pass last argument to
12512 pos-visible-in-window-p, now that its meaning is inverted.
12513
9ea8de1b
EZ
125142000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12515
12516 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12517 <ceder@lysator.liu.se>.
12518
5002ddbb
SM
125192000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12520
b6114d80
SM
12521 * autoinsert.el (auto-insert-alist): Add missing final \n.
12522
ee8d23ee
SM
12523 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12524 (cvs-menu-map): Remove.
12525 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12526 (cvs-mode-quit): Turn it back into a plain function.
12527
5002ddbb 12528 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 12529 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
12530
12531 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12532 file where it's more visible.
12533 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12534 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12535 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12536 (texinfo-inside-macro-p): Only catch `scan-error's.
12537 (texinfo-inside-env-p): Make better use of the match info.
12538 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12539 (texinfo-insert-@end): Slight re-organization.
12540 Also remove useless `looking-at' call.
12541
30cd075d
AI
125422000-12-08 Andrew Innes <andrewi@gnu.org>
12543
12544 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12545 accessible in -nw mode.
12546
12547 * term/w32-win.el: Remove stuff about selection timeout, which is
12548 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12549 it is accessible in -nw mode.
12550
01b91009
DL
125512000-12-08 Dave Love <fx@gnu.org>
12552
83c9cb8e
SM
12553 * emacs-lisp/lisp-mode.el (lisp-mode):
12554 Set font-lock-keywords-case-fold-search.
01b91009 12555
842b2a94
GM
125562000-12-08 Gerd Moellmann <gerd@gnu.org>
12557
12558 * textmodes/ispell.el (ispell): Doc fix.
12559
f9d5f611
KH
125602000-12-08 Kenichi Handa <handa@etl.go.jp>
12561
12562 * international/quail.el (quail-insert-decode-map): Check the
12563 frame width of a window displaying the current buffer, not that of
12564 the selected frame.
12565 (quail-help): Make sure that the help buffer has window before
12566 inserting text in it.
12567
e04d21aa
SS
125682000-12-07 Sam Steingold <sds@gnu.org>
12569
12570 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12571 Backquote is used in isearch.el, so autoloading saves nothing.
12572
fc3e23a4
EZ
125732000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12574
83c9cb8e
SM
12575 * startup.el (normal-top-level-add-subdirs-to-load-path):
12576 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 12577
fc3e23a4
EZ
12578 * dired.el (dired-insert-directory): If file-system-info is
12579 fboundp, call it instead of invoking dired-free-space-program.
12580
796ecd10
GM
125812000-12-07 Gerd Moellmann <gerd@gnu.org>
12582
0f5f7c3e
GM
12583 * server.el (server-visit-files): Push files on file-name-history.
12584
3764ba49
GM
12585 * progmodes/cc-langs.el: Update copyright.
12586
8e7931da
GM
12587 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12588
ae0d7485 12589 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 12590
796ecd10
GM
12591 * bindings.el (mode-line-mode-menu): Reverse the order
12592 of define-keys so that the menu appears in alphabetical order.
12593
ae0d7485
GM
125942000-12-07 Milan Zamazal <pdm@freesoft.cz>
12595
12596 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12597 of the function.
12598
e2849090
DL
125992000-12-07 Dave Love <fx@gnu.org>
12600
12601 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12602
12603 * facemenu.el (facemenu-unlisted-faces): Fix value.
12604
5c7f629c
SM
126052000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12606
12607 * font-lock.el (font-lock-default-fontify-region):
12608 Include the terminating \n (off-by-one error).
12609 (font-lock-set-defaults): Use dolist.
12610
12611 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12612
73481ae3
KH
126132000-12-07 Kenichi Handa <handa@etl.go.jp>
12614
83c9cb8e
SM
12615 * international/mule-cmds.el (describe-language-environment):
12616 Fix for the case that an input method title is not string but a list.
ffbaa122 12617
73481ae3
KH
12618 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12619 of wrong SIZE record.
12620
e2896b22
DL
126212000-12-06 Dave Love <fx@gnu.org>
12622
67292061
DL
12623 * newcomment.el (comment-region, comment-dwim): Doc fix.
12624
12625 * textmodes/texinfo.el: Require tex-mode when compiling.
12626 (texinfo-update-node): Doc fix.
12627 (texinfo-imenu-generic-expression): Add @anchor.
12628 (texinfo-font-lock-keywords): Add @uref.
12629 (texinfo-inside-macro-p): Don't use ignore-errors.
12630 (texinfo-insert-quote): Match more contexts.
12631
e76938e7
DL
12632 * international/mule.el (decode-char, encode-char): Doc fix.
12633 (auto-coding-alist): Customize.
12634
12635 * files.el (load-file): Fix change of 2000-03-12.
12636
e2896b22
DL
12637 * wid-edit.el (widget-text-keymap): Doc fix.
12638
6610f4b2
AI
126392000-12-06 Andrew Innes <andrewi@gnu.org>
12640
12641 * makefile.w32-in (lisp): Set to an absolute directory, namely
12642 $(CURDIR).
12643
9e3366e4
EZ
126442000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12645
12646 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12647 read generated-autoload-file, and set buffer-file-coding-system to
12648 raw-text-unix after reading the file.
12649
83c9cb8e
SM
12650 * international/mule-conf.el (file-coding-system-alist):
12651 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 12652
d94d636f
GM
126532000-12-06 Gerd Moellmann <gerd@gnu.org>
12654
384333ee
GM
12655 * replace.el (occur): Make line-number-width 1 smaller for the
12656 colon following the line number.
12657
83c9cb8e
SM
12658 * startup.el (fancy-splash-text, command-line-1):
12659 Use `File' for the menu name instead of `Files'.
e04d21aa 12660
d4b72d58
GM
12661 * tmm.el: Update copyright.
12662
d94d636f
GM
12663 * cus-start.el: Add entry for even-window-heights.
12664
6e424019
MB
126652000-12-06 Miles Bader <miles@gnu.org>
12666
12667 * faces.el (frame-set-background-mode): Avoid stomping on
12668 locally modified faces.
12669
e6477b58
KH
126702000-12-06 Kenichi Handa <handa@etl.go.jp>
12671
12672 * international/fontset.el: Correct the font registries for
12673 japanese-jisx0213-1 and japanese-jisx0213-2.
12674
21999ab9
GM
126752000-12-05 Gerd Moellmann <gerd@gnu.org>
12676
57d6e381
GM
12677 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12678
21999ab9
GM
12679 * iswitchb.el: Update customization commentary.
12680
7422819c
GM
126812000-12-05 Rob Riepel <riepel@Stanford.EDU>
12682
12683 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12684 (tpu-search-highlight): Fixed comparison of overlay end positions.
12685 (tpu-trim-line-ends): Implemented trimming logic locally.
12686
12687 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 12688 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 12689
73daff18
KH
126902000-12-05 Kenichi Handa <handa@etl.go.jp>
12691
12692 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12693 to cn-gb.
12694 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12695
6a4cd002
DL
126962000-12-04 Dave Love <fx@gnu.org>
12697
12698 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12699
6452929e
GM
127002000-12-04 Gerd Moellmann <gerd@gnu.org>
12701
e04d21aa 12702 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
12703 (rmail-summary-expunge-and-save): Ask for confirmation with
12704 rmail-expunge-confirmed.
12705
12706 * mail/rmail.el (rmail-expunge-confirmed): New function.
12707 (rmail-expunge): Use it.
12708
1790abf4
FP
127092000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12710
0c68ce6f 12711 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
12712 (etags-recognize-tags-table, find-tag-in-order):
12713 New functionality: interpret file names as tags.
e04d21aa 12714
7a53d8c8
EZ
127152000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12716
12717 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
12718 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12719 the first subnode until the bottom of the current node is visible.
7a53d8c8 12720
caa15ef7
GM
127212000-12-04 Gerd Moellmann <gerd@gnu.org>
12722
12723 * format.el (format-decode): Don't change buffer's undo list.
12724
e225faa7
KH
127252000-12-04 Kenichi Handa <handa@etl.go.jp>
12726
12727 * faces.el (face-font-registry-alternatives): Add entries for CJK
12728 fonts. Doc-string adjusted for the actual usage of this data.
12729
12730 * international/fontset.el: Change the font registries for CJK
12731 fonts in the default fontset. Don't append '*' to registries.
12732
8b262a65
SM
127332000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12734
e04d21aa 12735 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
12736 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12737
12738 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12739 (derived-mode-p): New function.
12740 (derived-mode-make-docstring): Add `docstring' argument.
12741 Use it if available and complete it if necessary.
12742
33c4460b
AS
127432000-12-03 Andreas Schwab <schwab@suse.de>
12744
12745 * type-break.el (type-break): Don't make parent of itself.
12746
5c9b3fac
MB
127472000-12-03 Miles Bader <miles@gnu.org>
12748
12749 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12750
27ce741e
SM
127512000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12752
07c16ec4
SM
12753 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12754 (tex-main-file, tex-file): Simplify.
12755 (tex-generate-zap-file-name): Use subst-char-in-string.
12756 (tex-strip-dots): Remove.
12757
c19cc275
SM
12758 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12759
27ce741e
SM
12760 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12761 to check if the match succeeded.
12762
285991dc
GM
127632000-12-02 Gerd Moellmann <gerd@gnu.org>
12764
12765 * startup.el (use-fancy-splash-screens-p): New function.
12766 (command-line-1): Use it to determine whether or not to use
12767 a fancy splash screen.
12768
52dca1b2
AS
127692000-12-02 Andreas Schwab <schwab@suse.de>
12770
12771 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12772
d3e7e7cf
EZ
127732000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12774
2dce2360
EZ
12775 * international/mule.el (make-char): Fix last change.
12776
9768eaa7
EZ
12777 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12778 New defcustoms.
12779 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
12780 autoloading tex-mode; instead, do the same manually.
12781 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
12782 with numeric argument. Docstring fix.
12783 (toplevel): Require cl when compiling.
e04d21aa 12784
285991dc 12785 * international/mule.el (make-char): Doc fix.
d3e7e7cf 12786
0dd5e255
JR
127872000-12-02 Jason Rumney <jasonr@gnu.org>
12788
12789 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12790 the Emacs Lisp manual)
12791
fbb87147
EZ
127922000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12793
5cbb3e93
EZ
12794 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12795
fbb87147
EZ
12796 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12797 the Emacs Lisp manual).
12798
1636ca09
GM
127992000-12-02 Gerd Moellmann <gerd@gnu.org>
12800
12801 * simple.el (next-line-add-newlines): Change default to nil.
12802
68875f0e
EZ
128032000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12804
83c9cb8e
SM
12805 * files.el (revert-buffer, recover-file):
12806 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 12807
fd9ac94c
GM
128082000-12-01 Gerd Moellmann <gerd@gnu.org>
12809
12810 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12811
45450dd5
MB
128122000-12-01 Miles Bader <miles@gnu.org>
12813
12814 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12815
09df8881
KH
128162000-12-01 Kenichi Handa <handa@etl.go.jp>
12817
12818 * international/mule-diag.el (describe-char-after): Fix typo.
12819 (describe-character-set, non-iso-charset-alist): Fix typo.
12820
dea0a87d
MB
128212000-12-01 Miles Bader <miles@gnu.org>
12822
b170205b
MB
12823 * image-file.el (image-file-name-regexp): Automatically add
12824 upper-case variants of each filename extension in
12825 `image-file-name-extensions', since they seem to be common.
12826
e04d21aa 12827 * simple.el (minibuffer-contents)
dea0a87d
MB
12828 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12829 New functions.
12830 * filecache.el (file-cache-directory-name)
12831 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12832
eb04d6cd 128332000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 12834
dea0a87d
MB
12835 * filecache.el (file-cache-minibuffer-complete): Don't try to
12836 delete the minibuffer prompt.
12837
a8a1b05d
DL
128382000-11-30 Dave Love <fx@gnu.org>
12839
12840 * cus-start.el: Fix read-buffer-function type.
12841
693c4692
GM
128422000-11-30 Gerd Moellmann <gerd@gnu.org>
12843
12844 * md5.el: Removed. There's a built-in function, now.
12845
2c0b1898
GM
128462000-11-30 Markus Rost <rost@math.ohio-state.edu>
12847
12848 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12849 as dummy 0-th char of rmail-deleted-vector.
12850
63dfcf4b
EZ
128512000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12852
12853 * ps-print.el (ps-end-job): Bind case-fold-search only after
12854 switching to ps-spool-buffer.
12855
128562000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12857
12858 * ps-print.el: Line number font customization. PostScript: Lines and
12859 PageCount are initialized on each page. Doc Fix.
12860 (ps-print-version): New version number (6.3.2).
12861 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12862 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12863 (ps-right-header): Customization fix.
12864 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12865 Fix code.
12866 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12867 New vars.
12868
df3aedcf
GM
128692000-11-30 Gerd Moellmann <gerd@gnu.org>
12870
edfb795e
GM
12871 * bs.el: Fix typos and spelling errors.
12872 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12873 (bs-configuration): Doc fix.
e04d21aa 12874
df3aedcf
GM
12875 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12876
8b8a7f01
GM
128772000-11-30 Rob Riepel <riepel@Stanford.EDU>
12878
12879 * emulation/tpu-edt.el (tpu-version): New version.
12880 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12881 (tpu-original-mode-line): Variable deleted.
12882 (tpu-mark-flag): New initial value.
83c9cb8e
SM
12883 (tpu-set-mode-line): Don't redefine mode-line-format.
12884 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
12885 (tpu-update-mode-line): New mark flag logic.
12886 (tpu-get): Use find-file-wildcards.
12887 (tpu-search-highlight): Move overlay less, reset overlay properly.
12888 (tpu-unselect): Deactivate mark.
12889 (tpu-lm-replace): Reset overlay properly.
12890 (tpu-forward-line): Use forward-visible-line.
12891 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12892
83c9cb8e 12893 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 12894
c069a9d3
GM
128952000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12896
12897 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12898
b02cd40b
GM
128992000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12900
12901 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12902 and skip whitespace and newlines.
e04d21aa 12903
b7a90344
SM
129042000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12905
12906 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12907
be6bbb55
GM
129082000-11-29 Gerd Moellmann <gerd@gnu.org>
12909
0383ed60
GM
12910 * help.el (describe-function-1): Regexp-quote function name
12911 when used as part of a regexp.
12912
83c9cb8e
SM
12913 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12914 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
12915 (tool-bar-add-item): Likewise, and handle unspecified colors.
12916
12917 * enriched.el (enriched-face-ans): Use face-attribute instead
12918 of face-foreground and face-background.
12919
12920 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 12921 Return nil if attribute is unspecified, for backward compatibility.
c7957947 12922
7423978d
GM
12923 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12924
ef128c78
GM
12925 * play/5x5.el: Remove version info.
12926
a81fc510
GM
12927 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12928
be6bbb55
GM
12929 * frame.el (blink-cursor-mode): Doc fix.
12930
f9396e03
GM
129312000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12932
12933 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12934 to create Makefile rules.
12935 (antlr-tool-command): New user option.
12936 (antlr-ask-about-save): New user option.
12937 (antlr-makefile-specification): New user option.
12938 (antlr-file-formats-alist): New variable.
12939 (antlr-special-file-formats): New variable.
12940 (antlr-unknown-file-formats): New user option.
12941 (antlr-help-unknown-file-text): New variable.
12942 (antlr-help-rules-intro): New variable.
12943 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12944 (antlr-mode-menu): Add entries.
12945 (antlr-file-dependencies): New function.
12946 (antlr-directory-dependencies): New function.
12947 (antlr-superclasses-glibs): New function.
12948 (antlr-run-tool): New command.
12949 (antlr-makefile-insert-variable): New function.
12950 (antlr-insert-makefile-rules): New function.
12951 (antlr-show-makefile-rules): New command.
12952
12953 * antlr-mode.el: More Emacs/XEmacs stuff.
12954 (antlr-no-action-keywords): New constant with value nil.
12955 (antlr-font-lock-keywords-alist): Use it. Old value would break
12956 syntax highlighting in Emacs-21.0.
12957 (antlr-default-directory): Emacs/XEmacs dependend function.
12958 (antlr-read-shell-command): Ditto.
12959 (antlr-with-displaying-help-buffer): Ditto.
12960
129612000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12962
12963 * antlr-mode.el: imenu, parsing and highlighting changes.
12964 (antlr-imenu-create-index-function): Don't create extra submenus
12965 for definitions in different grammar classes. It is not necessary
12966 for the menu and would make command `imenu' awkward to use.
12967 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12968 header actions and more than one.
12969 (antlr-font-lock-tokendef-face): Changed color.
12970 (antlr-font-lock-tokenref-face): Changed color.
12971 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12972 (antlr-mode-syntax-table): New variable.
12973 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12974 (antlr-with-syntax-table): Don't copy syntax table.
12975
129762000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12977
12978 * antlr-mode.el: Minor changes: language setting.
12979 (antlr-language-alist): The value for file option "language" can
12980 be both an identifier and a string.
12981 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12982 (antlr-language-limit-n-regexp): Change accordingly.
12983
129842000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12985
12986 * antlr-mode.el: Minor changes: tabs, hiding.
12987 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12988 (antlr-action-visibility): Also allow value nil to also hide the
12989 braces. Renamed from `antlr-tiny-action-length'.
12990 Suggested by Jay@aol.com.
12991 (antlr-hide-actions): Change accordingly. Hide line if completely
12992 hidden action is on a line of its own.
e04d21aa 12993
6ad948eb
SM
129942000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12995
12996 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12997
12998 * sort.el (sort-columns): Don't concat strings with numbers.
12999
9c6a4107
DL
130002000-11-29 Dave Love <fx@gnu.org>
13001
13002 * cus-edit.el (face): Fix :format.
13003
13004 * mail/feedmail.el: Require smtpmail when compiling.
13005 (mail-do-fcc): Autoload.
13006 (feedmail) <defgroup>: Fix :link.
13007 (feedmail-nuke-body-in-fcc): Fix :type.
13008 (feedmail-send-it): Add autoload cookie.
13009
053b8d35
SM
130102000-11-29 Stefan Monnier <monnier@cs.yale.edu>
13011
13012 * newcomment.el (comment-indent): Save excursion around call to
13013 comment-indent-function.
13014
242c13e8
MB
130152000-11-29 Miles Bader <miles@gnu.org>
13016
13017 * subr.el (member-ignore-case): Return the tail of the list who's
13018 car matches, like `member', not the matching element itself.
13019
8f4b5f28
KH
130202000-11-29 Kenichi Handa <handa@etl.go.jp>
13021
13022 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
13023 should not contain `\n'.
13024
bebe4a2c
GM
130252000-11-28 Gerd Moellmann <gerd@gnu.org>
13026
fd9ac94c 13027 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 13028
ba7e40eb
GM
13029 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
13030
75ab0c79
GM
13031 * dired-aux.el (dired-do-create-files): Construct default file
13032 name for dired-mark-read-file-name so that when the user enters
13033 just RET, the target file will end up in the target directory.
13034
bebe4a2c
GM
13035 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
13036 local-abbrev-table before changing buffers because it might
13037 have a buffer-local binding.
13038
fa6d1ca8
MB
130392000-11-28 Miles Bader <miles@gnu.org>
13040
13041 * simple.el (delete-horizontal-space): Handle fields more generally.
13042
8d2c2642
GM
130432000-11-28 Gerd Moellmann <gerd@gnu.org>
13044
13045 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
13046
8b31236d
DL
130472000-11-28 Dave Love <fx@gnu.org>
13048
3cbd02d2
DL
13049 * progmodes/ps-mode.el (ps-mode): Set comment-start and
13050 comment-start-skip locally.
13051
8b31236d
DL
13052 * progmodes/fortran.el (fortran-mode): Don't set
13053 fortran-comment-line-start-skip. Set comment-start to
13054 fortran-comment-line-start.
13055 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
13056 (fortran-comment-line-start-skip): Simplify slightly.
13057
ae4bf56d
GM
130582000-11-28 Gerd Moellmann <gerd@gnu.org>
13059
17ef7534
GM
13060 * play/5x5.el: Remove RCS keyword.
13061
fd9ac94c 13062 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 13063
665b27a6
GM
130642000-11-28 Milan Zamazal <pdm@freesoft.cz>
13065
83c9cb8e
SM
13066 * textmodes/tildify.el (tildify-string-alist):
13067 Add `plain-tex-mode' here.
665b27a6 13068
fe3c2ae3
GM
130692000-11-28 Colin Walters <walters@cis.ohio-state.edu>
13070
13071 * chistory.el (Command-history-setup): Remove extraneous `keymap'
13072 reference.
13073
d970106b
MB
130742000-11-28 Miles Bader <miles@gnu.org>
13075
36b80a0d
MB
13076 * cus-face.el (custom-face-attributes): Add post-filter function
13077 for :box. Make pre-filter function for :box handle all cases.
13078
d970106b
MB
13079 * wid-edit.el (widget-choose): Make sure pop-up window is large
13080 enough to display all the choices, as there's no way to scroll it.
13081
5a2bae6c
KH
130822000-11-28 Kenichi Handa <handa@etl.go.jp>
13083
13084 * international/mule-conf.el: Make the coding system no-conversion
13085 safe for all characters.
13086
9e836e23
DL
130872000-11-27 Dave Love <fx@gnu.org>
13088
8b31236d
DL
13089 * net/ldap.el (ldap) <defgroup>: Add :version.
13090
9e836e23
DL
13091 * tooltip.el (tooltip-use-echo-area): Doc fix.
13092
13093 * cus-start.el <minibuffer-prompt-properties>: Add version.
13094 <read-buffer-function>: Add.
13095
13096 * apropos.el (apropos-print): Add help-echo to active text.
13097
13098 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
13099
4a74d071
GM
131002000-11-27 Gerd Moellmann <gerd@gnu.org>
13101
13102 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
13103 type, group and version.
13104
76058c27
EZ
131052000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
13106
4a74d071 13107 * select.el (x-get-selection): Docstring fix.
76058c27 13108
fd9ac94c 131092000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 13110
fd9ac94c 13111 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 13112
49060c51
AI
131132000-11-27 Andrew Innes <andrewi@gnu.org>
13114
13115 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
13116
13117 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
13118
b2a8e429
MB
131192000-11-27 Miles Bader <miles@gnu.org>
13120
13121 * dired.el (dired-get-filename): Return filename verbatim if
13122 LOCALP is `verbatim'.
13123 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
13124 `verbatim' so that we don't inadvertently delete a non-existant
13125 directory name.
13126
5ac0366d
KH
131272000-11-27 Kenichi Handa <handa@etl.go.jp>
13128
13129 * international/characters.el: Specify cases and syntaxes for
13130 mule-unicode-0100-24ff.
13131
67f1cf4c
GM
131322000-11-27 Gerd Moellmann <gerd@gnu.org>
13133
13134 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
13135 that foreground and/or background colors of the face `tool-bar'
13136 are unspecified.
13137
46c56972
MB
131382000-11-27 Miles Bader <miles@gnu.org>
13139
e04d21aa 13140 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
13141 (widget-field-end): Handle widget field `pseudo-overlays'.
13142 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
13143 if it's there instead of in `widget-field-list'.
13144
46c56972 13145 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
13146 (help-make-xrefs): Delete extraneous newlines at the end of the
13147 docstring.
46c56972 13148
640a9cdd
JR
131492000-11-25 Jason Rumney <jasonr@gnu.org>
13150
13151 * startup.el (command-line): Call set-locale-environment after
13152 Window System init file is read, as it can result in a call to
13153 redraw-frame.
13154
0b3f96d4
EZ
131552000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
13156
13157 * simple.el (shell-command): Mention the effect of the prefix
13158 argument in the doc string.
13159
8da6e2a1
MB
131602000-11-25 Miles Bader <miles@gnu.org>
13161
a658d039
MB
13162 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
13163
8da6e2a1 13164 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 13165 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 13166
d3416cca
JR
131672000-11-24 Jason Rumney <jasonr@gnu.org>
13168
13169 * international/mule-cmds.el (locale-language-names): Add "jp" as
13170 a non-standard alternative for Japanese.
13171
17e37f53
AS
131722000-11-24 Andre Spiegel <spiegel@gnu.org>
13173
13174 * vc-hooks.el: Require 'cl during compilation.
13175
9aa5f148
GM
131762000-11-24 Gerd Moellmann <gerd@gnu.org>
13177
ba193890
GM
13178 * faces.el (face-set-after-frame-default): Let face attributes
13179 specified for new frames override frame parameters.
13180
9aa5f148
GM
13181 * startup.el (command-line): Fix computation of the source file
13182 for user-init-file when user-init-file is a compiled file.
13183
51a1edab
MB
131842000-11-24 Miles Bader <miles@gnu.org>
13185
e04d21aa 13186 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
13187 (custom-post-filter-face-spec): New functions.
13188 (custom-face-set, custom-face-value-create): Filter the face spec
13189 before and after customization.
13190 (custom-face-set): If VALUE specifies a null face, pass a
13191 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
13192 * cus-face.el (custom-face-attributes): Remove SET and GET
13193 functions. Add some IN-FILTER and OUT-FILTER functions in the few
13194 cases they're needed.
13195
f30fe18b 13196 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
1ed74431
MB
13197 that it's distinguishable from the :off-glyph on dark-background
13198 displays. Set its background color too.
13199
67ee1125
MB
13200 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
13201 so that people can easily turn it off.
13202
7d027816 132032000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 13204
7d027816 13205 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 13206
9aa5f148 13207 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 13208
9aa5f148 13209 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 13210
9aa5f148 13211 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 13212 redundant skip-small-frames test.
e04d21aa 13213
9aa5f148 13214 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 13215 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 13216
9aa5f148
GM
13217 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
13218 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
13219 (viper-restore-cursor-type,viper-set-insert-cursor-type):
13220 New functions.
e04d21aa 13221
9aa5f148 13222 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 13223
9aa5f148 13224 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 13225
f07fa1b8
KH
132262000-11-24 Kenichi Handa <handa@etl.go.jp>
13227
83c9cb8e
SM
13228 * international/mule-diag.el (list-iso-charset-chars):
13229 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
13230 (list-non-iso-charset-chars): Fix the `while' condition.
13231
ba8299ff
SM
132322000-11-23 Stefan Monnier <monnier@cs.yale.edu>
13233
79372165
SM
13234 * subr.el (add-hook, remove-hook): Don't call make-local-hook
13235 if the variable is make-variable-buffer-local.
13236
83c9cb8e
SM
13237 * progmodes/ada-stmt.el (ada-template-map):
13238 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
13239 (ada-stmt-mode-hook): New function extracted from old code.
13240 Only change the buffer-local side of skeleton-*.
13241 (ada-mode-hook): Use it.
13242
68a887fa
EZ
132432000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13244
13245 * iswitchb.el (iswitchb-minibuf-depth): New variable.
13246 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
13247 we expect to be returned by minibuffer-depth once we prompt the
13248 user in the minibuffer.
13249 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
13250 as recorded in iswitchb-minibuf-depth, return non-nil.
13251
3b345582
EZ
132522000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
13253
13254 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
13255 (hscroll-window-maybe): Docstring fix.
13256
595dead2
DL
132572000-11-23 Dave Love <fx@gnu.org>
13258
13259 * rect.el (string-rectangle): Don't test delete-selection-mode.
13260
1e66b27a
GM
132612000-11-23 Gerd Moellmann <gerd@gnu.org>
13262
02790ce2
GM
13263 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
13264 is in the tool bar.
13265
1e66b27a 13266 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 13267 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 13268
a4caa65d
SM
132692000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13270
13271 * textmodes/outline.el (outline-flag-region):
13272 Don't bind inhibit-read-only since we don't modify the buffer.
13273 (outline-isearch-open-invisible): Don't jump to overlay-start
13274 since we're trying to unhide text around point.
13275 (outline-discard-overlays): Use dolist.
13276
13277 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13278
03e757c1
GM
132792000-11-22 Gerd Moellmann <gerd@gnu.org>
13280
83c9cb8e 13281 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 13282
1598a961
SM
132832000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13284
13285 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13286 Fix ARG regexp to skip quoted braces.
13287 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13288 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13289 are (correctly) handled separately).
13290 Remove `caption' and `footnote' from `citations': they contain text.
13291 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13292 (latex-skeleton-end-hook): New function.
13293 (latex-mode): Use it.
13294 (tex-start-tex-marker): Remove.
13295 (tex-send-tex-command): Don't set tex-start-tex-marker.
13296 (tex-error-parse-syntax-table): New var.
13297 (tex-compilation-parse-errors): Use it.
13298 Ignore tex-start-tex-marker. Don't bother with marker-position.
13299 (tex-validate-buffer): Don't bother with marker-position.
13300
13301 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 13302 (flyspell-generic-progmode-verify): Use it.
1598a961 13303
eaae8106
SS
133042000-11-22 Sam Steingold <sds@gnu.org>
13305
83c9cb8e 13306 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 13307
eaae8106 13308 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 13309 `ada-remove-trailing-spaces'.
eaae8106 13310 (ada-remove-trailing-spaces): Removed.
e04d21aa 13311
eaae8106 13312 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 13313
1598a961
SM
13314 * textmodes/picture.el (picture-clean): Removed.
13315 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 13316
a41d49e9
GM
133172000-11-22 Gerd Moellmann <gerd@gnu.org>
13318
e053c60f
GM
13319 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13320
a41d49e9
GM
13321 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13322 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 13323 do anything special when jit-lock is active.
a41d49e9
GM
13324 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13325
197615f3
DL
133262000-11-22 Dave Love <fx@gnu.org>
13327
ddbfaa9f
DL
13328 * calendar/todo-mode.el (todo-top-priorities): Use
13329 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13330
ddc3c695
DL
13331 * language/chinese.el, language/cyrillic.el:
13332 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13333 * language/hebrew.el, language/indian.el, language/japanese.el:
13334 * language/korean.el, language/lao.el, language/misc-lang.el:
13335 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13336 Use provide.
13337
fb9fa98d
DL
13338 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13339 (custom-variable-set): Improve validation error mesage.
13340
197615f3
DL
13341 * rect.el (string-rectangle): Revert last change.
13342 (string-rectangle-line): New arg DELETE.
13343 (string-rectangle): Check delete-selection-mode.
13344
13345 * emacs-lisp/edebug.el (edebug-version)
13346 (edebug-maintainer-address): Deleted.
13347 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13348 (edebug-read-function): Account for other `'#' read forms.
13349 (edebug-mode-menus): Make some items toggles.
13350 (edebug-outside-unread-command-event, unread-command-event):
13351 Remove these to avoid warnings.
13352
f4117c4d
GM
133532000-11-22 David Ponce <david@dponce.com>
13354
13355 * recentf.el (recentf-menu-items-for-commands)
13356 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 13357 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 13358
f4117c4d
GM
13359 (recentf-build-dir-rules, recentf-dump-variable)
13360 (recentf-edit-list, recentf-open-files-item)
13361 (recentf-open-files): Replaced unnecessary `mapcar' with new
13362 built-in `mapc'.
eaae8106 13363
f8e2f3f2
MB
133642000-11-23 Miles Bader <miles@gnu.org>
13365
13366 * faces.el (menu): Make inverse-video on ttys too.
13367
4c4a541d
SM
133682000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13369
13370 * simple.el (comment-line-break-function): Use the new name
13371 indent-new-comment-line -> comment-indent-new-line.
13372 (clone-indirect-buffer): Don't ignore NORECORD.
13373 (next-completion): Properly handle the case where items are adjacent.
13374
13375 * mouse.el (popup-menu): Stupid typo.
13376
980d836e
GM
133772000-11-22 Gerd Moellmann <gerd@gnu.org>
13378
60e8e0a5
GM
13379 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13380 maintainer, keywords tags.
13381
980d836e
GM
13382 * rect.el (replace-rectangle): Don't call string-rectangle-line
13383 with too many arguments.
13384
e08b2069
AS
133852000-11-22 Andre Spiegel <spiegel@gnu.org>
13386
60e8e0a5 13387 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 13388 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
13389 vc-locking-user, which no longer exists.
13390
13391 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13392
c6779d8d
DL
133932000-11-22 Dave Love <fx@gnu.org>
13394
13395 * md5.el (md5): Provide.
13396 (md5): Fix error call.
13397
e672fdce
MB
133982000-11-22 Miles Bader <miles@gnu.org>
13399
eaae8106 13400 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
13401 (refill-fill-paragraph-at): Remove debugging code.
13402
80e24c04
MB
13403 * calendar/calendar.el (generate-calendar-window): When we don't
13404 call `fit-window-to-buffer', make sure the top line is fully visible.
13405
3a17d6cc
MB
13406 * image-file.el (insert-image-file): Don't make `read-only'
13407 property rear-nonsticky.
13408
ae1a21c6
MB
13409 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13410 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13411 stashing away its original value.
13412 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13413 in the recursive edit.
13414 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13415 (isearch-done): Restore `minibuffer-message-timeout'.
13416
e672fdce
MB
13417 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13418
3ea79df8
SM
134192000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13420
13421 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13422
13423 * find-lisp.el (find-lisp-find-files-internal):
13424 Use dolist, when and file-name-as-directory.
13425
980d836e 13426 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
13427 (define-derived-mode, define-minor-mode): Add specs.
13428
13429 * window.el: General comment and spacing fixes.
13430 (save-selected-window): Use backquotes.
13431 (window-safely-shrinkable-p): New function.
13432 (shrink-window-if-larger-than-buffer): Use it.
13433
13434 * subr.el (make-local-hook): Docstring fix.
13435
13436 * shell.el (shell-mode): Use define-derived-mode.
13437
13438 * newcomment.el (comment-indent): Insert comment before calling
13439 comment-indent-function. Don't insert in column 0.
13440 (comment-dwim): Indent before inserting comment.
13441
13442 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13443 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13444 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13445 Use mapc rather than map.
13446
13447 * files.el (find-buffer-visiting): Compare all attributes before
13448 declaring two files identical (rather than just their inode-no).
13449 (auto-mode-alist): Use \' rather than $.
13450
13451 * which-func.el: Update maintainer line.
13452
13453 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13454 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13455 (uniquify-buffer-file-name): Use it.
13456
8f62f2b8
MB
134572000-11-22 Miles Bader <miles@gnu.org>
13458
13459 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13460 * simple.el (minibuffer-avoid-prompt): New function.
13461
fb279a6d
GM
134622000-11-21 Gerd Moellmann <gerd@gnu.org>
13463
13464 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13465
867092e9
MB
134662000-11-21 Miles Bader <miles@gnu.org>
13467
ef860850
MB
13468 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13469 inclusion of `track-mouse'.
13470
867092e9
MB
13471 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13472 (refill-adjust-ignorable-overlay): New function.
13473 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13474 only the paragraph's tail if possible.
13475 Update `refill-ignorable-overlay'.
13476 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13477
13478 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13479 point inside the fill-prefix.
13480
13481 * textmodes/refill.el (refill-post-command-function): Don't reset
13482 refill-doit in the case where a self-insertion command doesn't
13483 case a refill. Use `refill-fill-paragraph-at', getting position
13484 from `refill-doit'.
13485 (refill-after-change-function): Set `refill-doit' to END.
13486 (refill-fill-paragraph-at): New function, mostly from old
13487 refill-fill-paragraph.
13488 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13489 (refill-pre-command-function): New function.
13490 (refill-mode): Add it to `pre-command-hook'.
13491
ff9ab414
GM
134922000-11-20 Gerd Moellmann <gerd@gnu.org>
13493
29a01b72
GM
13494 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13495
ff9ab414
GM
13496 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13497 javadoc tags.
eaae8106 13498
885b211b
AS
134992000-11-20 Andre Spiegel <spiegel@gnu.org>
13500
13501 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13502 vc.el).
13503
eaae8106 13504 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 13505 require vc.
eaae8106
SS
13506
13507 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 13508 checkouts.
eaae8106 13509
d1838556
DL
135102000-11-20 Dave Love <fx@gnu.org>
13511
13512 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13513
2b69bc11 135142000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 13515
2b69bc11
GM
13516 * calculator.el (calculator-paste): Use `if' instead of `and'
13517 and `or'.
13518 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 13519
b95b34e5
GM
135202000-11-19 Gerd Moellmann <gerd@gnu.org>
13521
030de92f
GM
13522 * info.el (info-menu-5): Doc fix.
13523
b95b34e5
GM
13524 * textmodes/artist.el: New file.
13525
54970452
AS
135262000-11-19 Andre Spiegel <spiegel@gnu.org>
13527
eaae8106 13528 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
13529 and differentiate according to checkout model.
13530 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13531 since this function is only concerned with master state.
13532
83c9cb8e
SM
13533 * vc-hooks.el (vc-workfile-unchanged-p)
13534 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 13535
83c9cb8e
SM
13536 * vc.el (vc-workfile-unchanged-p)
13537 (vc-default-workfile-unchanged-p): See above.
54970452 13538
e5a9dabf
MB
135392000-11-19 Miles Bader <miles@gnu.org>
13540
13541 * image-file.el (insert-image-file): Make `intangible' and
13542 `read-only' properties rear-nonsticky too.
13543
24127af0
GM
135442000-11-18 Gerd Moellmann <gerd@gnu.org>
13545
d392e9c5 13546 * ps-print.el: Update copyright notice.
eaae8106 13547
d392e9c5
GM
13548 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13549 (tooltip-show): Use the offsets.
13550
24127af0 13551 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 13552 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
13553 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13554
2b69bc11 135552000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 13556
2b69bc11
GM
13557 * ps-print.el (toplevel): Test for find-coding-system being
13558 fboundp before calling ps-x-find-coding-system.
08ea6f17 13559
66321b2f
SM
135602000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13561
13562 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13563 (vc-version-backup-file): Docstring fix.
13564
046110c6
GM
135652000-11-16 Gerd Moellmann <gerd@gnu.org>
13566
4104194e
GM
13567 * files.el (basic-save-buffer): Don't add a newline if
13568 find-file-literally is non-nil.
13569 (find-file-literally): Extend doc string.
13570
046110c6
GM
13571 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13572 sort(1) with the `-f' argument.
13573
6505c16e
AS
135742000-11-16 Andre Spiegel <spiegel@gnu.org>
13575
fd063975
AS
13576 * vc.el: Updated backend documentation.
13577 (vc-default-check-headers): New function.
13578
3d02dd81 13579 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
13580
13581 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 13582 up-to-date.
eaae8106 13583 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 13584 the minibuffer is not active.
fd063975 13585
eaae8106 13586 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 13587 `vc-cvs-use-edit' is on.
eaae8106
SS
13588 (vc-cvs-checkout): When this is used for reverting the workfile,
13589 make a backup of the original contents and revert to that in case
8791d617 13590 of error.
eaae8106 13591 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 13592 remote repositories.
eaae8106 13593
6505c16e
AS
13594 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13595 for both version and ratio in the minibuffer.
fd063975 13596
eaae8106 13597 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 13598 Use vc-do-command to perform the annotation, not call-process.
6505c16e 13599
a13f0660
KH
136002000-11-16 Kenichi Handa <handa@etl.go.jp>
13601
13602 * international/quail.el (quail-start-translation): Don't call
13603 `message' before reading key sequence.
13604
1389a414
MB
136052000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13606
13607 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13608
9256a532
KH
136092000-11-16 Kenichi Handa <handa@etl.go.jp>
13610
13611 * window.el (fit-window-to-buffer): Be sure to acquire at least
13612 one text line even if the buffer is empty.
13613
0e14fe9f
GM
136142000-11-16 Gerd Moellmann <gerd@gnu.org>
13615
eaae8106 13616 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
13617 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13618 Bind ange-ftp-process-verbose to nil.
0e14fe9f 13619
da645c53
DL
136202000-11-15 Dave Love <fx@gnu.org>
13621
83c9cb8e
SM
13622 * wid-edit.el (widget-specify-field, widget-specify-button):
13623 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
13624 widget-mouse-help.
13625 (widget-mouse-help): New function.
13626 (widget-echo-help): Rewritten for :help-echo functions only taking
13627 a widget arg.
13628
83c9cb8e
SM
13629 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13630 Use display-graphic-p.
b12057b9
DL
13631 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13632 and that JPEG is available.
13633 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13634
da645c53
DL
13635 * international/mule-cmds.el (locale-charset-language-names):
13636 Match @euro.
13637
6d133d1f
GM
136382000-11-15 Gerd Moellmann <gerd@gnu.org>
13639
83c9cb8e
SM
13640 * faces.el (face-set-after-frame-default):
13641 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
13642 default face from X resources.
13643
49ac2ac5
EZ
136442000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13645
13646 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13647 Don't set EMACSLOADPATH.
13648
4fb0a34c
EZ
136492000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13650
13651 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13652 texinfo-insert-@url.
13653 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13654 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13655
bb304a7a
SM
136562000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13657
82bc80bf
SM
13658 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13659 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13660 (checkdoc-minor-keymap): Backward compatibility.
13661 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13662 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13663 (checkdoc-this-string-valid-engine): Be a bit more strict
13664 to avoid matching substrings of `...' quoted vars/funs.
13665 (checkdoc-defun-info): Only look for `interactive' if alone.
13666 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13667
e8c87124
SM
13668 * progmodes/compile.el (grep): `tag-default' can be nil.
13669
bb304a7a
SM
13670 * newcomment.el (comment-indent): Paren typo.
13671
8628686a
DL
136722000-11-14 Dave Love <fx@gnu.org>
13673
25c269ef
DL
13674 * calculator.el: New maintainer version.
13675
66321b2f 13676 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 13677
8628686a
DL
13678 * cmuscheme.el: Doc fixes.
13679 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 13680 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
13681
13682 * xscheme.el (scheme-program-name): Don't define here.
13683
13684 * progmodes/scheme.el (scheme-program-name): New variable
13685 (originally in cmuscheme).
13686
88f0a1eb
MB
136872000-11-14 Miles Bader <miles@gnu.org>
13688
13689 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13690 Handle header-lines. Don't loop forever if we can't enlarge the
13691 window anymore. Simplify a bit.
13692
cd9a000c
KH
136932000-11-14 Kenichi Handa <handa@etl.go.jp>
13694
13695 * window.el (fit-window-to-buffer): Don't check
13696 window-text-height. Assure that the last line is fully visible.
13697
83c9cb8e
SM
13698 * international/quail.el (quail-show-guidance-buf):
13699 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
13700 buffer.
13701 (quail-update-guidance): Avoid making the guidance buffer shorter.
13702
d3fcda22
SM
137032000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13704
bdbd9606
SM
13705 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13706 rather than `prepend' and add an interesting comment.
13707 (tex-math-face, tex-font-lock-syntactic-face-function):
13708 New face and function to use it.
13709 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13710 than `menu-enable' symbol property.
13711 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13712 (tex-mode): Add some latex-mode commands for auto-selection.
13713 Use tex-font-lock-syntactic-face-function.
13714 (tex-insert-quote): Simplify.
13715 (tex-shell): New mode.
13716 (tex-start-shell): Use it.
13717 (tex-shell-proc, tex-shell-buf): New functions.
13718 (tex-send-command): Use it.
13719 (tex-main-file): Fix the meaning of the new arg REALFILE.
13720 (tex-send-tex-command): New function split from `tex-start-tex'.
13721 Set compilation-last-buffer and compilation-parsing-end.
13722
d3fcda22
SM
13723 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13724 when it follows non-comment text on the line.
13725
13726 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13727 Set font-lock-defaults.
13728 (lisp-mode-shared-map): Init inside the defvar.
13729 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13730 Use define-derived-mode.
13731
bdab1d43
MB
137322000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13733
13734 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13735
936ae731
GM
137362000-11-14 Gerd Moellmann <gerd@gnu.org>
13737
83c9cb8e
SM
13738 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13739 Don't recursively optimize body because that can lead to infinite
936ae731
GM
13740 recursion; see comment there.
13741
1695ca2b
EZ
137422000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13743
13744 * faces.el (face-spec-set-match-display): Revert the change from
13745 2000-10-24. Add a FIXME for after v21.1.
13746
9d348294
MB
137472000-11-13 Miles Bader <miles@gnu.org>
13748
13749 * textmodes/fill.el (skip-line-prefix): New function.
13750 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13751 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
13752 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13753 point inside the fill-prefix.
9d348294 13754
b85fa13c
MB
137552000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13756
83c9cb8e
SM
13757 * calendar/calendar.el (generate-calendar-window):
13758 Use `fit-window-to-buffer'.
b85fa13c 13759
a0b47716
SM
137602000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13761
13762 * gud.el (gud-minor-mode): New var.
13763 (gud-symbol, gud-val): New functions.
13764 (gud-find-file): Copy gud-minor-mode to the new buffer.
13765 (gud-menu-map): Include entries for commands that are not always
13766 available, using :enable to (de)activate them.
13767 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13768 (gud-mode-map): New map.
eaae8106 13769 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
13770 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13771 Don't set up gud's menu (it's done by the minor-mode).
13772 (gud-minibuffer-local-map): New.
13773 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13774 (gud-query-cmdline): New function.
13775 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13776 (gud-mode): Use define-derived-mode.
13777 Don't set up gud's menu (it's done by the minor-mode).
13778 (gud-chop-words): Remove.
13779 (gud-common-init): Use split-string instead.
13780 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13781
13782 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13783 Add keyword arg :name.
13784
13785 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13786 (diff-count-matches, diff-split-hunk): New functions.
13787 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13788
13789 * pcvs-info.el (cvs-fi-conflict-face): New var.
13790
13791 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13792 Make it into a simple syntax-table, shared among all submodes.
13793 (sh-heredoc-face): Re-introduce.
13794 (sh-font-lock-syntactic-face-function): New function.
13795 (sh-mode): Use it. Also use define-derived-mode.
13796 Remove old bogus setting of indent-region-function.
13797 (sh-set-shell): Don't set the syntax-table any more.
13798 (sh-mode-syntax-table) <defun>: Remove.
13799
f5ed37df
MB
138002000-11-12 Miles Bader <miles@gnu.org>
13801
13802 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13803 message if interactive.
13804
0b074c2f
DL
138052000-11-12 Dave Love <fx@gnu.org>
13806
13807 * mail/feedmail.el: Fix header,
13808 (feedmail) <defgroup>: Add :link.
13809
13810 * view.el: Use local-map property, not keymap on mode-line string.
13811
83c9cb8e
SM
13812 * scroll-all.el (scroll-all-mode): Customize variable.
13813 Add autoload cookie to function.
0b074c2f
DL
13814
13815 * lazy-lock.el: Remove compatibility code.
13816
13817 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13818 (finder-help-echo): New variable.
13819 (finder-mouse-face-on-line): Add help-echo stuff.
13820 (finder-list-keywords, finder-list-matches): Use mapc.
13821
13822 * faces.el (face-font-registry-alternatives): Add :version.
13823
13824 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13825 tags-table-list.
13826
a0b47716 13827 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 13828
a0b47716 13829 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
13830 (mail-mode): Use [:alnum:] in some regexps.
13831
6d502396
DL
138322000-11-10 Dave Love <fx@gnu.org>
13833
13834 * ediff.el (ediff-regions-internal, ediff-documentation):
13835 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13836 fundamental mode.
13837
13838 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13839 buffer into fundamental mode.
13840 (ediff-set-difference): Use copy-sequence if available.
13841
83c9cb8e
SM
13842 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13843 Check ediff-patch-map non-nil.
6d502396
DL
13844 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13845 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13846 buffer into fundamental mode.
13847
13848 * ediff-merg.el (state-or-merge): Defvar when compiling.
13849
a82fe213
JR
138502000-11-10 Jason Rumney <jasonr@gnu.org>
13851
13852 * w32-fns.el (w32-add-charset-info): New function.
13853 (w32-charset-info-alist): Use it.
13854
52d89894
GM
138552000-11-10 Gerd Moellmann <gerd@gnu.org>
13856
13857 * faces.el (face-font-registry-alternatives): New user-option.
13858
178932de
SM
138592000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13860
d7fa3319
SM
13861 * textmodes/texinfo.el (texinfo-block-default): New var.
13862 (texinfo-insert-block): Use it. Insert a newline if needed.
13863
178932de
SM
13864 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13865 (fill-region-as-paragraph): Use it.
13866
13867 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13868 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13869 Tweak paragraph regexps to allow a leading [ \t]*.
13870 (tex-latex-block): Insert a newline if necessary.
13871 (latex-insert-item): Only insert a newline if necessary.
13872 (tex-guess-main-file): New function.
13873 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13874 Set tex-main-file if TeX-master is provided.
13875 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13876
bd02b8e0
GM
138772000-11-10 Gerd Moellmann <gerd@gnu.org>
13878
13879 * startup.el (command-line): Set the default tooltip-mode
13880 to t for graphical displays which implement x-show-tip.
13881
13882 * tooltip.el (tooltip-mode): Add a comment about startup.el
13883 setting the default value of this user-option.
13884
b29b03eb
SM
138852000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13886
13887 * font-lock.el (font-lock-*-face) <defvar>: Move.
13888 (font-lock-defaults-alist): Mark obsolete.
13889 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13890 (font-lock-mode): Use define-minor-mode.
13891 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13892 (font-lock-turn-off-thing-lock): Be more explicit.
13893 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13894 (font-lock-syntactic-face-function): New var.
13895 (font-lock-fontify-syntactically-region): Use it.
13896 (font-lock-doc-face): New.
13897
13898 * pcvs.el (cvs-enabledp): Ignore errors.
13899 (cvs-commit-filelist): Never query.
13900 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13901 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13902 (cvs-do-removal): Use cvs-partition rather than delete-if.
13903 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13904 cvs-bury-buffer.
13905
13906 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13907 Allow `next' to jump to after the end of the last match.
13908
778fbc46
GM
139092000-11-09 Gerd Moellmann <gerd@gnu.org>
13910
730c746c
GM
13911 * simple.el (byte-compiling-files-p): New function.
13912
13913 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13914 if it is there.
13915
13916 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13917 nil again.
13918
778fbc46
GM
13919 * textmodes/ispell.el (ispell-library-path): Don't call
13920 check-ispell-version when byte-compiling because that starts
13921 an ispell process, and ispell might not be installed.
13922 (toplevel): Don't set up a menu when byte-compiling.
13923
13924 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13925 it, so that a boundp test can be used to determine if we're
13926 currently byte-compiling.
13927
5912c5bb
DL
139282000-11-09 Dave Love <fx@gnu.org>
13929
83c9cb8e 13930 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 13931
7bb054a5
GM
139322000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13933
83c9cb8e
SM
13934 * ps-print.el: Patch for variable initialization when spooling.
13935 Doc fix.
7bb054a5
GM
13936 (ps-output-list): Fun eliminated.
13937 (ps-begin-file, ps-begin-job): Code fix.
13938
9db2706e
DL
139392000-11-08 Dave Love <fx@gnu.org>
13940
83c9cb8e 13941 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 13942
f7eb32aa
GM
139432000-11-08 Gerd Moellmann <gerd@gnu.org>
13944
13945 * simple.el (shell-command, display-message-or-buffer)
13946 (shell-command-on-region): Mention resize-mini-windows in the doc
13947 string.
13948 (display-message-or-buffer): Take the value of resize-mini-windows
13949 into account.
13950
7b01b08c
GM
139512000-11-07 Gerd Moellmann <gerd@gnu.org>
13952
acad3c0b
GM
13953 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13954
7b01b08c
GM
13955 * dired.el (dired-between-files): Add `^. find' as an alternative
13956 to the regular expression, for find-dired.
13957
6f602bd0
SM
139582000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13959
13960 * textmodes/texnfo-upd.el: Require texinfo.
13961 (defmacro, defgroup): Remove.
13962 (texinfo-section-to-generic-alist): Remove.
13963 Use texinfo-section-list instead (i.e. level is changed string->int).
13964 (texinfo-filter): New function.
13965 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13966 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13967 Use it. And use regexp-opt.
13968 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13969 (texinfo-update-menu-region-beginning)
13970 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13971 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13972 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 13973 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
13974 (texinfo-sequential-node-update): Remove autoload cookie.
13975
13976 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13977 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13978 (texinfo-chapter-level-regexp): Remove.
13979 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13980
bb216218
DL
139812000-11-06 Dave Love <fx@gnu.org>
13982
6f602bd0 13983 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 13984
6f602bd0
SM
13985 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13986 Match defun*.
bb216218 13987
ff8dd5d5
KH
139882000-11-06 Kenichi Handa <handa@etl.go.jp>
13989
13990 * composite.el (composition-function-table): Variable declaration
13991 moved to src/composite.c.
13992 (compose-chars-after): New optional arg object.
13993
e9da51a1
GM
139942000-11-06 Gerd Moellmann <gerd@gnu.org>
13995
e0c12c68
GM
13996 * bindings.el (mode-line-toggle-read-only)
13997 (mode-line-toggle-modified, mode-line-widen)
13998 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13999 (make-mode-line-mouse2-map): Rewritten.
14000 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
14001 functions so that C-h k can show something with a doc string.
eaae8106 14002
e9da51a1
GM
14003 * startup.el (fancy-splash-delay): Set to 10 seconds.
14004 (fancy-splash-max-time): New user-option.
14005 (fancy-splash-stop-time): New variable.
14006 (fancy-splash-screens): Set it. Catch `stop-splashing'.
14007 (fancy-splash-screens-1): Throw `stop-splashing' when current
14008 time is greater than fancy-splash-stop-time.
14009
611dbdf0
SM
140102000-11-06 Stefan Monnier <monnier@cs.yale.edu>
14011
4d2806e2
SM
14012 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
14013
611dbdf0
SM
14014 * pcvs.el (cvs-mode-marked): New arg `noquery'.
14015 Prompt user for a file rather than raising an error.
14016 (cvs-enabledp): Fix call to cvs-mode-marked.
14017 (cvs-insert-file): New function (extracted from cvs-mode-insert).
14018 (cvs-mode-insert): Use it. Change the init prompt' value.
14019 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
14020
14021 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
14022 Don't pass default arg to ewoc-locate.
14023 (ewoc-collect): Return result in the right order.
14024
14025 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
14026
14027 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
14028 (cvs-status-get-tags): Fix regexp.
14029 (cvs-status-trees, cvs-status-cvstrees):
14030 Combine after change hooks and don't sit-for.
4d2806e2
SM
14031 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
14032 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
14033 Use make-char rather than hard-coded cryptic data.
14034 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
14035
14036 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
14037
14038 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
14039 (cvs-insert-strings): New function.
14040
937b2877
MB
140412000-11-06 Miles Bader <miles@lsi.nec.co.jp>
14042
14043 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
14044 `mwheel-scroll-amount'.
14045 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
14046 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
14047 string-matching against the version string.
14048
c6c97763
KH
140492000-11-06 Kenichi Handa <handa@etl.go.jp>
14050
6eaec747
KH
14051 * language/thai.el ("Thai"): Set a lisp form that produces
14052 composed string in `sample-text' language info.
14053
14054 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
14055 composed string in `sample-text' language info.
14056
83c9cb8e
SM
14057 * international/mule-cmds.el (describe-language-environment):
14058 Eval `sample-text' data and insert the result.
6eaec747 14059
c6c97763
KH
14060 * international/mule-conf.el (compound-text): Define this coding
14061 system here. Make x-ctext and ctext aliases of it.
14062
14063 * language/european.el (compound-text, ctext): Moved to
14064 international/mule-conf.el.
14065
d1145f85
AI
140662000-11-05 Andrew Innes <andrewi@gnu.org>
14067
14068 * w32-fns.el (w32-version): New function.
14069
178a6a45
SM
140702000-11-05 Stefan Monnier <monnier@cs.yale.edu>
14071
14072 * progmodes/awk-mode.el: Update copyright.
14073 (awk-mode-abbrev-table): Remove.
14074 (awk-font-lock-keywords): Use regexp-opt.
14075 (awk-mode): Use define-derived-mode.
14076
14077 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
14078 when extracting a suffix.
14079
1ba90166
AS
140802000-11-04 Andre Spiegel <spiegel@gnu.org>
14081
14082 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
14083 auto-save-mode.
14084
546790cb
JR
140852000-11-04 Jason Rumney <jasonr@gnu.org>
14086
14087 * language/european.el (decode-mac-roman): Test against r1 not r0.
14088
d247e32d
SM
140892000-11-03 Stefan Monnier <monnier@cs.yale.edu>
14090
fbf44f44
SM
14091 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
14092 (icon-mode): Define indent-line-function.
14093 (icon-comment-indent): Simplify.
14094 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
14095
14096 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
14097
14098 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
14099 Bind change-log-default-mode to defeat the caching done on it.
14100 Don't bother saving excursion any more.
14101
14102 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
14103
14104 * frame.el (after-setting-font-hook): Rename hooks -> hook.
14105 (set-frame-font): Use the new name (and the old for compatibility).
14106
eaae8106
SS
14107 * toolbar/tool-bar.el (tool-bar-mode):
14108 * time.el (display-time-mode):
14109 * recentf.el (recentf-mode):
14110 * paren.el (show-paren-mode):
14111 * mwheel.el (mouse-wheel-mode):
14112 * msb.el (msb-mode):
14113 * jka-compr.el (auto-compression-mode):
14114 * image-file.el (auto-image-file-mode):
14115 * hl-line.el (hl-line-mode):
14116 * delsel.el (delete-selection-mode):
14117 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
14118 * complete.el (partial-completion-mode): Drop unneeded positional args.
14119
eaae8106 14120 * info.el (Info-mode):
79372165 14121 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 14122
d247e32d
SM
14123 * log-edit.el (log-edit-menu): New menu.
14124
4921558e
MB
141252000-11-03 Miles Bader <miles@gnu.org>
14126
14127 * wid-edit.el (widget-end-of-line): Reinstate, with a new
14128 definition, so that trailing spaces are handled properly.
14129 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
14130
1fc02b3c
GM
141312000-11-03 Gerd Moellmann <gerd@gnu.org>
14132
14133 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
14134 tab character.
14135 (fancy-splash-screens): Set tab-width to 20.
14136
51d001f7
DL
141372000-11-03 Dave Love <fx@gnu.org>
14138
14139 * comint.el (comint-completion-addsuffix): Fix custom type.
14140
ba22aeff
SM
141412000-11-02 Stefan Monnier <monnier@cs.yale.edu>
14142
14143 * font-lock.el (font-lock-buffers): Remove.
14144 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
14145 (font-lock-change-major-mode): Remove.
14146 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
14147 (font-lock-default-fontify-region): Extend the multiline
14148 fontification to whole lines.
14149 (font-lock-fontify-anchored-keywords)
14150 (font-lock-fontify-keywords-region): If matching just one
14151 line (with \n) only mark the \n as multiline.
14152
14153 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
14154 Correctly handle the case where several :group args are supplied.
14155 Allow :extra-args.
14156 (easy-mmode-define-global-mode): Allow :extra-args.
14157 Correctly handle the case where several :group args are supplied.
14158
9c887ada
MB
141592000-11-02 Miles Bader <miles@gnu.org>
14160
eaae8106 14161 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
14162 (holiday-face): Remove dependency on `window-system'.
14163
7f25090d
KR
141642000-11-02 Ken Raeburn <raeburn@gnu.org>
14165
14166 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 14167 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 14168 (compile-files): Bomb out if compilation of a file fails.
7f25090d 14169
7dd6009c
DL
141702000-11-02 Dave Love <fx@gnu.org>
14171
14172 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
14173
94821e4f
EZ
141742000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
14175
14176 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
14177 punctuation in the warning inserted into the *mail* buffer.
14178
1ac3fc42
GM
141792000-11-02 Gerd Moellmann <gerd@gnu.org>
14180
57731876
GM
14181 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
14182 (authors-public-domain-p): New function.
14183 (authors-print): Use it.
14184
975f82c9
GM
14185 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
14186
1ac3fc42
GM
14187 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
14188
4b3eb10f
GM
141892000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14190
975f82c9 14191 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
14192 (ps-print-version): New version number (6.3.1).
14193 (ps-even-or-odd-pages): Customization fix.
14194 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
14195 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
14196 (ps-page-count): Var replaced by `ps-page-column'.
14197 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
14198 (ps-print-sheet-p): New fun.
14199
7da794df
MB
142002000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14201
14202 * tooltip.el (tooltip-gud-tips-setup): New function.
14203 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
14204 (tooltip-mode): Call tooltip-gud-tips-setup.
14205 (tooltip-gud-tips): Use `gud-basic-call' instead of
14206 process-send-string, so the prompt gets frobbed appropriately.
14207 Handle nil return value from `tooltip-gud-print-command'.
14208
0e40b809
EL
142092000-11-01 Eric M. Ludlam <zappo@ultranet.com>
14210
14211 * comint.el (comint-add-to-input-history): New function.
14212 (comint-send-input): Use `comint-add-to-input-history'.
14213
50ada0db
MB
142142000-11-02 Miles Bader <miles@lsi.nec.co.jp>
14215
973a3104
MB
14216 * info.el (info-menu-header): New face.
14217 (Info-fontify-menu-headers): New function.
14218 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
14219
50ada0db
MB
14220 * info.el (Info-insert-dir): Don't include blank lines at
14221 beginning of additional dir files (one is added automatically).
14222
bff53411
SM
142232000-11-01 Stefan Monnier <monnier@cs.yale.edu>
14224
14225 * emacs-lisp/easy-mmode.el (define-minor-mode):
14226 Revert the latest changes.
14227 Allow the three positional arguments to be skipped and replaced
14228 by keyword arguments.
14229 Add a :toggle argument to determine whether a nil arg means toggle
14230 or means turn-on. The default is unchanged.
14231 Add a call to force-mode-line-update.
14232
6b8a0b2d
DL
142332000-11-01 Dave Love <fx@gnu.org>
14234
83c9cb8e 14235 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 14236
5bf99100
MB
142372000-11-01 Miles Bader <miles@lsi.nec.co.jp>
14238
83c9cb8e
SM
14239 * calendar/calendar.el (diary-face, holiday-face):
14240 Add dark-background variants.
5bf99100 14241
a4032611
SS
142422000-10-31 Sam Steingold <sds@gnu.org>
14243
14244 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
14245 `tex-main-file' does not have directory in it.
14246
c286608e
SM
142472000-10-31 Stefan Monnier <monnier@cs.yale.edu>
14248
14249 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
14250
4836835a
TTN
142512000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
14252
14253 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
14254 functional change.
14255
26dcb81b
GM
142562000-10-31 Gerd Moellmann <gerd@gnu.org>
14257
14258 * files.el (find-file-noselect): When we expand a wildcard, return
14259 a list of buffers, as we should do according to the doc string.
14260
49fc4500
KR
142612000-10-31 Ken Raeburn <raeburn@gnu.org>
14262
14263 * loadup.el (top level): Adjust load path if program name is
14264 "../src/bootstrap-emacs", in case it's not dumped and thus the
14265 load path adjustment hasn't already been done.
14266
ea0c615d
GM
142672000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14268
83c9cb8e
SM
14269 * ps-print.el: Fix bug on selected pages for printing.
14270 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
14271 is on. Try to avoid warning messages when compiling. Doc Fix.
14272 (ps-print-version): New version number (6.3).
14273 (ps-color-device): Use `color-values' to determine if device
14274 supports color.
14275 (ps-color-values): Try to use `x-color-values' when using XEmacs.
14276 (ps-print-page-p): Changed from defsubst to defun.
14277 (ps-page-number): Changed from defmacro to defun.
14278 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14279 printing.
c286608e 14280 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
14281 (ps-end-file, ps-dummy-page): Funs eliminated.
14282 (ps-print-color-scale): Changed default value.
14283 (ps-page-n-up, ps-print-page-p): New internal vars.
14284 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14285 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14286
9e20722f
GM
14287 * delim-col.el: Little programming improvement.
14288 (delimit-columns-str): New macro.
14289 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14290
d7a0fd00
KH
142912000-10-31 Kenichi Handa <handa@etl.go.jp>
14292
c286608e
SM
14293 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14294 Moved to european.el.
d7a0fd00
KH
14295 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14296 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
14297 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14298 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 14299
234be340
DL
143002000-10-30 Dave Love <fx@gnu.org>
14301
14302 * progmodes/cc-menus.el (imenu-generic-expression)
14303 (imenu-progress-message): Only defvar when compiling.
14304
4edc4a39
DL
14305 * emacs-lisp/elp.el (elp-unload-hook): New function.
14306
14307 * loadhist.el (unload-feature): Call elp-restore-function,
14308 checking for symbols; don't use elp-restore-all.
14309 (loadhist-hook-functions): Doc fix.
14310
70c825df
SM
143112000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14312
14313 * log-edit.el (log-edit-confirm): Fix the default.
14314
1d3baf74
GM
143152000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14316
14317 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14318 delimit-columns-format.
14319 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 14320
1ec321a7
MB
143212000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14322
14323 * comint.el (comint-replace-by-expanded-history): Don't use
14324 comint-get-old-input (we're not looking at *old* input).
14325 (comint-get-old-input-default): If using fields, signal an error
14326 when the point is not in an input field.
14327
70737ea9
KH
143282000-10-30 Kenichi Handa <handa@etl.go.jp>
14329
14330 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14331 and mule-unicode-e000-ffff.
14332
fa0cb51d 14333 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
14334 (make-coding-system): Accept a symbol of translation table as a
14335 value of property `safe-chars'.
14336
14337 * international/mule-cmds.el (encode-coding-char): Check property
14338 safe-chars instead of safe-charsets.
14339
14340 * international/fontset.el (fontset-default): Modified for
14341 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14342 (x-font-name-charset-alist): Likewise.
14343 (ccl-encode-unicode-font): New CCL program. Record it in
14344 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14345
70c825df
SM
14346 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14347 New translation tables.
70737ea9
KH
14348 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14349 programs are modified and moved from mac-win.el.
14350 (mac-roman): Definition of this coding system is modified and
14351 moved from mac-win.el.
4836835a 14352
fda2ce24 143532000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14354
1d3baf74 14355 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 14356 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 14357
dd4d3cb6
MB
143582000-10-29 Miles Bader <miles@gnu.org>
14359
14360 * custom.el (custom-add-to-group): Allow multiple entries for a
14361 given value OPTION, as long as their widget types are different.
14362 * cus-edit.el (custom-face-value-create): If face name doesn't end
14363 with "face", add such here (similar to custom group widgets).
14364
14365 * comint.el (comint-highlight-prompt): Add :type.
14366
dace60cf
JW
143672000-10-28 John Wiegley <johnw@gnu.org>
14368
dace60cf
JW
14369 * calendar/timeclock.el (timeclock-log): Doc fix.
14370 (timeclock-last-event): Doc fix.
83c9cb8e 14371 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
14372 (timeclock-find-discrep): Use a temp buffer to read in the
14373 timelog, instead of visiting the file.
14374 (timeclock-log-data): A new function, along with a host of helper
14375 functions, for the purpose of making timelog data accessible to
14376 programmers.
14377
14378 * eshell/esh-mode.el (window-height test): Make certain that
14379 `eshell-stringify-t' is non-nil.
14380 (eshell-password-prompt-regexp): Changed to a much simpler
14381 password regexp.
14382 (eshell-send-input): If `eshell-invoke-directly' returns t,
14383 directly invoke the parsed command using `eval'. This improves
14384 turn-around time on simple commands by a factor of three or
14385 greater, such as cd, ls, pwd, etc. -- which get used very often.
14386 It also conserves thousands of cons cells per call (since
14387 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14388 in the Pacific Cookie Company).
14389
14390 * eshell/esh-test.el (eshell-test): Whitespace fix.
14391
83c9cb8e
SM
14392 * eshell/em-ls.el (eshell-ls-insert-directory):
14393 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
14394
14395 * eshell/em-script.el (eshell-script-initialize): Add names to
14396 `eshell-complex-commands, since `source' and `.' are complex.
14397
0467b076
EZ
14398 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14399 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
14400 `eshell-copy-handles'.
14401 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14402 bodies.
14403 (eshell-separate-commands): Whitespace fix.
14404 (eshell-complex-commands): Added a new list of names, for
14405 determining whether a given command is as simple as it looks.
14406 (eshell-invoke-directly): New function. Returns t if a command
14407 should be invoked directly (using `eval'), rather than indirectly
14408 using `eshell-do-eval'.
14409 (eshell-do-eval): Whitespace fix.
14410
14411 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14412 which provides an emulation of the DOS shell behavior of assuming
14413 that cp/mv/ln should copy/move/link to the current directory.
14414 (eshell-remove-entries): Added a doc string.
14415 (eshell-shuffle-files): Removed the check for `target' being null.
14416 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14417 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14418 it to do a smarter check of whether a destination was provided.
14419 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14420 (eshell/ln): Enable `:preserve-args', and use
14421 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
14422 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14423 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
14424 list after flattening it. This makes it possible to cat files
14425 with numerical names.
14426 (eshell-unix-initialize): Added several names to
14427 `eshell-complex-commands.
14428 (eshell-unix-command-complex-p): Return t if a given command name
14429 may result in external processes being invoked.
14430
14431 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14432 variable nil by default, since it slows down glob processing by a
14433 factor of two or more, and increases memory consumption.
14434
14435 * eshell/em-smart.el: Added a note about how memory consumptive
14436 smart display mode can be (at least this is true in Emacs 21).
14437 (eshell-smart-initialize): Whitespace fix.
14438 (eshell-refresh-windows): Use `if' instead of `when'.
14439 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14440 not necessary.
83c9cb8e 14441 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
14442
14443 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14444 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14445 Whitespace fix.
14446 (eshell-ls-exclude-hidden): Added this variable in addition to
14447 `eshell-ls-exclude-regexp'. This one prevents files beginning
14448 with . from even being read, which can improve memory consumption
14449 quite a bit.
14450 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14451 read file entries beginning with a dot. In home directories with
14452 lots of hidden files, fully two-thirds of the time spent in ls is
14453 used to read directory entries that are immediately thrown away.
14454 (eshell-ls-initial-args): Added back this configuration variable,
14455 for specifying default initial arguments to every call to ls.
14456 Much faster than using an alias to do the same thing.
14457 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14458 (eshell-ls-dir): Whitespace change.
14459
14460 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14461
83c9cb8e 14462 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
14463 (eshell-stringify-t): Added a customization variable, to indicate
14464 whether `t' should be rendered as a string at all. If not, one
14465 can still determine if the result of an expression is true using
14466 "file-exists-p FILE && echo true".
14467 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14468 stringify t!
14469
14470 * eshell/esh-module.el: Whitespace fix.
14471
83c9cb8e
SM
14472 * eshell/em-alias.el (eshell-alias-initialize):
14473 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
14474 (eshell-command-aliased-p): New function that returns t if a
14475 command name names an aliased.
14476
657f9cb8 144772000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14478
0467b076 14479 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 14480 redrawing the screen when changing cursor color.
0467b076
EZ
14481 (viper-insert-state-pre-command-sentinel)
14482 (viper-replace-state-pre-command-sentinel)
70c825df
SM
14483 (viper-replace-state-post-command-sentinel):
14484 Use viper-preserve-cursor-color.
657f9cb8
MK
14485 Many functions changed to use viper= instead of = when comparing
14486 characters.
0467b076 14487 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 14488 working with characters.
0467b076 14489 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
14490 Many functions changed to use viper= instead of = when comparing
14491 characters.
0467b076 14492 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 14493
0467b076 14494 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 14495 Several typos fixed in various docstrings.
0467b076 14496 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 14497 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
14498 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14499 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14500 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14501 (ediff-get-selected-buffers): New function.
14502 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
14503 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14504 Use save-window-excursion.
0467b076 14505 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 14506 termination check in while loop.
0467b076 14507 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 14508 dired buffer.
0467b076
EZ
14509 (ediff-files,ediff-merge-files,ediff-files3)
14510 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 14511
4f490d99
DL
145122000-10-28 Dave Love <fx@gnu.org>
14513
14514 * info.el (Info-fontify-node): Add help-echo for menu items.
14515
45b84006
EZ
145162000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14517
5ebc02b3
EZ
14518 * startup.el (normal-top-level): If the value of $TERM indicates
14519 we are running from xterm or one of its work-alikes, default to a
14520 light background mode.
14521
45b84006
EZ
14522 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14523 * faces.el (tty-handle-reverse-video): New function.
14524 (tty-create-frame-with-faces): Call it.
14525
14526 * frame.el (frame-notice-user-settings): Don't apply
14527 default-frame-alist and initial-frame-alist to MS-DOS frames.
14528 Call tty-handle-reverse-video, frame-set-background-mode, and
14529 face-set-after-frame-default for non-MS-DOS frames.
14530
14531 * startup.el (tty-long-option-alist): New variable.
14532 (tty-handle-args): New function.
14533 (command-line): Call tty-handle-args.
14534
14535 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14536 startup.el now does that for all character-terminal frames.
14537
eab6e8b9
MB
145382000-10-28 Miles Bader <miles@gnu.org>
14539
83c9cb8e
SM
14540 * emacs-lisp/easy-mmode.el (define-minor-mode):
14541 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14542 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 14543 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
14544 version using `easy-mmode-define-global-mode'.
14545 Add :conditional-turn-on keyword argument.
eab6e8b9 14546
51a29efc
DL
145472000-10-28 Dave Love <fx@gnu.org>
14548
83c9cb8e
SM
14549 * international/latin1-disp.el (latin1-char-displayable-p):
14550 Don't use window-system.
51a29efc 14551
d71d7114
EZ
145522000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14553
14554 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14555 Don't call find-buffer-file-type-coding-system. Instead, just
14556 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14557 if the file is on an untranslated filesystem.
14558 (add-untranslated-filesystem): Use "D" instead of "f" inside
14559 interactive.
14560
1f9cab4b
DL
145612000-10-27 Dave Love <fx@gnu.org>
14562
70c825df 14563 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
14564 (refill-mode): Use it.
14565
70c825df
SM
145662000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14567
14568 * international/quail.el (quail-activate): Don't make-local-hook.
14569
7432cf10
AS
145702000-10-27 Andre Spiegel <spiegel@gnu.org>
14571
4836835a 14572 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 14573 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
14574 (vc-make-version-backup): Don't do it on MS-DOS without long file
14575 names.
4836835a 14576
7432cf10
AS
14577 * vc.el (vc-version-other-window): If an automatic backup of the
14578 desired version exists, rename it instead of copying it.
14579
4836835a
TTN
14580 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14581 after command. If there's an unexpected error, signal it instead
7432cf10 14582 of being silent.
e1483c38 14583 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 14584
05ea7ef2
MB
145852000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14586
fd1035aa
MB
14587 * shell.el (shell): Add BUFFER argument.
14588 * comint.el (make-comint-in-buffer): New function.
14589 (make-comint): Use it.
14590
05ea7ef2
MB
14591 * faces.el (face-spec-choose): Change syntax so that the list of
14592 attribute-value pairs is now the cdr of each clause, not the cadr.
14593 Detect old-style entries, and handle them. Use pop.
14594
835a55fe
SM
145952000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14596
f5ab1cdd
SM
14597 * cus-edit.el (custom-mode-map): Use a sparse map.
14598 (custom-mode): Don't bother with make-local-hook.
14599
14600 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14601
835a55fe
SM
14602 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14603
c13b0ec8
GM
146042000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14605
14606 * ps-print.el: Avoid compilation gripes.
14607 (ps-print-version): New version number (6.2.1).
4836835a 14608
e9f63196
DL
146092000-10-26 Dave Love <fx@gnu.org>
14610
0b95284b
DL
14611 * menu-bar.el: Modify some menu item help strings.
14612 (menu-bar-help-menu): Add link to MORE.STUFF.
14613
e9f63196
DL
14614 * cus-edit.el (custom-mode): Add `special' mode-class property.
14615
14616 * wid-browse.el (widget-browse-mode): Likewise.
14617
14618 * wid-edit.el (widget-specify-field): Revert to using local-map
14619 property, not keymap.
14620
e276a14a
MB
146212000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14622
c1545d88
MB
14623 * wid-edit.el (widget-field-end): When checking for a `boundary'
14624 field, do so in the correct buffer.
14625
3c1b77ca
MB
14626 * simple.el (undo): Correctly distinguish between numeric and
14627 non-numeric prefix args in non-transient-mark-mode, as per the doc
14628 string. When in transient-mark-mode, treat all prefix-args as
14629 numeric.
14630
f5ab1cdd
SM
14631 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14632 Position point on match. Handle N == 0 correctly.
22626d9d
MB
14633
14634 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14635 (comint-mode-map): Reverse order of `comint-write-output' and
14636 `comint-append-output-to-file'.
14637 (comint-append-output-to-file): Reinstate this function, for the
14638 benefit of the menu.
14639
d97151cb
SM
146402000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14641
14642 * vc.el (vc-version-other-window): Bind `file'.
14643
ea7d6f5b
GM
146442000-10-25 Gerd Moellmann <gerd@gnu.org>
14645
f5ab1cdd 14646 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
14647
14648 * emacs-lisp/authors.el (batch-update-authors): New function.
14649 (authors-fixed-entries): New defconst.
14650 (authors-add-fixed-entries): New function.
14651 (authors): Call it.: Don't process lispref/.
14652
17c25cea
JR
146532000-10-25 Jason Rumney <jasonr@gnu.org>
14654
14655 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14656 Merge x w32 and mac definitions.
14657
4ecda532
GM
146582000-10-25 Gerd Moellmann <gerd@gnu.org>
14659
14660 * menu-bar.el (menu-bar-options-menu): Add a help string for
14661 `uniquify'.
14662
b52758d1 146632000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 14664
f5ab1cdd
SM
14665 * time-stamp.el (time-stamp-string-preprocess):
14666 Fix a wrong type argument error.
b6735035 14667
f4cbc7a0
MB
146682000-10-25 Miles Bader <miles@gnu.org>
14669
14670 * recentf.el (recentf-mode): Variable removed.
14671 (recentf-mode): Use `define-minor-mode'.
14672
14673 * mwheel.el (mouse-wheel-mode): New global minor mode.
14674 (mwheel-install): Use `mouse-wheel-mode'.
14675
f4b020f6
DL
146762000-10-25 Dave Love <fx@gnu.org>
14677
f5ab1cdd
SM
14678 * progmodes/cperl-mode.el (cperl-mode):
14679 Set normal-auto-fill-function correctly.
072cb6f9 14680
83c9cb8e
SM
14681 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14682 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 14683 bindings.
f4b020f6 14684
ebe2a441
MB
146852000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14686
ff4dcd4b
MB
14687 * wid-edit.el (widget-field-at): New function.
14688 (widget-at, widget-field-activate): Use it.
14689 (widget-tabable-at): Use `widget-at'.
14690 (widget-specify-field): If the terminating character of the widget
14691 field (which is read-only) is a newline, put it into a special
14692 `boundary' field so that C-n/C-p act more naturally.
14693 (widget-field-end): Also don't subtract one if a special
14694 `boundary' field has been added after the widget field.
14695
83c9cb8e
SM
14696 * comint.el (comint-output-filter, comint-send-input):
14697 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 14698 code, since it should notice the overlay insertion-types now.
ff4dcd4b 14699
ebe2a441
MB
14700 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14701 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14702 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14703
fe50b6ab
GM
147042000-10-24 Gerd Moellmann <gerd@gnu.org>
14705
53df4dda 14706 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
14707 (authors): Set file coding system to iso-2022-7bit.
14708 Add file-local variables to output buffer.
53df4dda 14709
4836835a 14710 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
14711 WARN is nil.
14712
53df4dda
GM
147132000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14714
14715 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14716
14717 * delim-col.el: Now there is a column formatting mechanism.
14718 Modified to customization mechanisms convention. Doc fix.
14719 (columns): New group for delim-col.
14720 (delimit-columns-before, delimit-columns-after)
14721 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14722 (delimit-columns-end): New vars.
14723 (delimit-columns-customize, delimit-columns-format): New funs.
14724 (delimit-columns-region, delimit-columns-rectangle)
14725 (delimit-columns-rectangle-line): Modified to support column
14726 formatting.
4836835a 14727
a9839779
DL
147282000-10-24 Dave Love <fx@gnu.org>
14729
14730 * log-edit.el (log-edit): Add :version and a :group for vc.
14731
df0267b8
GM
147322000-10-24 Gerd Moellmann <gerd@gnu.org>
14733
9acc3873
GM
14734 * files.el (after-find-file): Don't print a message ``New file''
14735 if WARN is nil.
14736
83c9cb8e
SM
14737 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14738 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
14739 get duplicate tool-bar entries because we'll see the global ones
14740 on more than one path through keymaps.
14741
1946f901
GM
14742 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14743
df0267b8
GM
14744 * progmodes/cmacexp.el: Change Francesco's email address.
14745
ae3b264b
KH
147462000-10-24 Kenichi Handa <handa@etl.go.jp>
14747
14748 * window.el (fit-window-to-buffer): Adjust point of the window
14749 buffer, not that of the current buffer.
14750
23afac01
EZ
147512000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14752
14753 * progmodes/cmacexp.el: Update the euthor's email address.
14754
22d1a4ed
MB
147552000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14756
14757 * faces.el (face-spec-set-match-display): Add `graphic' display
14758 type (the inverse of `tty'). Use `display-graphic-p' instead of
14759 the window-system variable.
14760
f408aa48
KH
147612000-10-24 Kenichi Handa <handa@etl.go.jp>
14762
83c9cb8e
SM
14763 * international/isearch-x.el (isearch-with-input-method):
14764 Call input-method-function with the first event in
f408aa48
KH
14765 unread-command-events.
14766
94fe8a31
MB
147672000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14768
83c9cb8e 14769 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 14770
8f47302e
AC
147712000-10-24 Andrew Choi <akochoi@i-cable.com>
14772
14773 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14774 New charsets.
14775
14776 * term/mac-win.el: Remove definitions of mac-roman-lower and
14777 mac-roman-upper, require dired, and define instead of set
14778 mac-ready-for-drag-n-drop to avoid compilation error.
14779
446c097e
AI
147802000-10-23 Andrew Innes <andrewi@gnu.org>
14781
83c9cb8e
SM
14782 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14783 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
14784 expand-file-name after convert-standard-filename to ensure
14785 expected directory separators are used.
14786
379b70e7
EZ
147872000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14788
14789 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14790
85c766e9
DL
147912000-10-23 Dave Love <fx@gnu.org>
14792
b7e03a67
DL
14793 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14794 (tool-bar-add-item): Set foreground and background for XBM icons.
14795
83c9cb8e
SM
14796 * international/latin1-disp.el (latin1-char-displayable-p):
14797 New function (from Handa).
b7e03a67
DL
14798 (latin1-display-check-font): Use it.
14799
0dcf8835 14800 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
14801 using :key-sequence, making it much more usable.
14802 Use nconc, not append.
0dcf8835
DL
14803 (imenu--create-keymap-1): Avoid append.
14804
85c766e9 14805 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 14806
cb3069bb
MB
148072000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14808
14809 [the following changes fix a bug where `define-minor-mode' didn't
14810 correctly generate :require clauses for defcustoms in compiled files]
14811 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14812 (byte-compile-log-file, byte-compile-log-1): Don't set
14813 `byte-compile-current-file' to nil. Instead set
14814 `byte-compile-last-logged-file' to it. Test whether
14815 byte-compile-current-file equals byte-compile-last-logged-file
14816 instead of whether its nil.
3b6542ba 14817 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 14818
6db6243b
SM
148192000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14820
14821 * textmodes/refill.el: Fix var names in doc.
14822 (refill-mode): Don't bother with make-local-hook anymore.
14823
98490598
MB
148242000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14825
e01cd227
MB
14826 * faces.el (face-user-default-spec, face-default-spec): New functions.
14827 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 14828 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
14829 Use `face-user-default-spec'. Simplify code slightly.
14830
4836835a 14831 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
14832 (woman-unknown-face): Add dark-background variants.
14833 (woman-default-faces): Renamed from `woman-colour-faces'.
14834 Set using the stored defaults, rather than using hard-wired colors.
14835 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14836 Just make the foreground `unspecified' rather than "black".
14837 (woman-menu): Rename menu entries accordingly.
14838
98490598
MB
14839 * faces.el (header-line): Make more reasonable on mono/grayscale
14840 displays.
14841
1a578e9b
AC
148422000-10-23 Andrew Choi <akochoi@i-cable.com>
14843
14844 * cus-edit.el (custom-button-face): Use 3D look for mac.
14845 (custom-button-pressed-face): Likewise.
14846
14847 * faces.el (set-face-attributes-from-resources): Handle mac frames
14848 in the same way as x and w32 frames.
14849 (face-valid-attribute-values): Likewise.
14850 (read-face-attribute): Likewise.
14851 (defined-colors): Likewise.
14852 (color-defined-p): Likewise.
14853 (color-values): Likewise.
14854 (display-grayscale-p): Likewise.
14855 (face-set-after-frame-default): Likewise.
14856 (mode-line): Same default face as for x and w32.
14857 (tool-bar): Likewise.
14858
14859 * frame.el: Remove call to frame-notice-user-settings at end of
14860 the file.
14861
83c9cb8e 14862 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
14863 as for x, pc, and w32 frame types.
14864
14865 * term/mac-win.el: New file.
14866
aaaf7be7
DL
148672000-10-22 Dave Love <fx@gnu.org>
14868
14869 * textmodes/refill.el: New file.
14870
5392d654
AS
148712000-10-22 Andre Spiegel <spiegel@gnu.org>
14872
4836835a 14873 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 14874 MANUAL and REGEXP.
4836835a 14875 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
14876 New functions.
14877 (vc-before-save): Use the latter.
14878 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14879 confusion.
14880
4836835a 14881 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
14882 expected by vc[-hooks].el.
14883
14884 * vc.el (vc-checkout): Added `-p' suffix in call to
14885 vc-make-version-backups-p; use vc-make-version-backup to actually
14886 make the backup.
14887 (vc-version-other-window, vc-version-backup-file): Handle both
14888 automatic and manual backups.
14889 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14890 of all of them.
14891
1e221c16
MB
148922000-10-22 Miles Bader <miles@gnu.org>
14893
7ff4fda5
MB
14894 * comint.el (comint-highlight-input, comint-highlight-prompt):
14895 Renamed, `-face' at end removed.
14896 (comint-send-input, comint-output-filter): Use renamed faces.
14897
3511cde8
MB
14898 * window.el (fit-window-to-buffer): Change defaulting of
14899 MAX-HEIGHT slightly.
14900
1e221c16
MB
14901 * faces.el (color-values, color-defined-p): Use `member', not
14902 `memq', because it works correctly for strings.
14903 (frame-set-background-mode): Actually, "unspecified-fg" and
14904 "unspecified-bg" *are* strings. Use `member', not `memq', and
14905 `equal', not `eq', when a string value is possible.
14906
b6ef4898
EZ
149072000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14908
14909 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14910
34939e2c
SM
149112000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14912
14913 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14914 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14915 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14916 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14917 (sh-font-lock-syntactic-keywords): Use them.
14918 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14919 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14920 (sh-mode): Don't override font-lock-unfontify-region-function.
14921 Use a copy of sh-font-lock-syntactic-keywords.
14922 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14923 Don't call sh-scan-buffer since font-lock does it on the fly.
14924 (sh-get-indent-info): Use `face' rather than `syntax-table'
14925 text-property to detect here-documents.
14926 Replace sh-special-syntax with sh-st-punc.
14927 (sh-prev-line): Use `face' rather than `syntax-table'
14928 text-property to skip over here-documents.
14929 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14930 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14931 (sh-electric-less, sh-set-here-doc-region)
4836835a 14932 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
14933 (sh-scan-buffer, sh-rescan-buffer): Remove.
14934
f3d3c491
AI
149352000-10-21 Andrew Innes <andrewi@gnu.org>
14936
14937 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14938 remote (ange-ftp) file names.
14939
b86c791c
MB
149402000-10-21 Miles Bader <miles@gnu.org>
14941
d9c30bdf
MB
14942 * window.el (fit-window-to-buffer): New function.
14943 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
14944 (window-text-height): Don't expect minibuffers to have mode-lines.
14945
d9c30bdf 14946 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
14947 * international/quail.el (quail-update-guidance):
14948 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 14949
617fee5a
MB
14950 * international/quail.el (quail-show-guidance-buf): Make sure
14951 guidance window really has enough room.
14952 (quail-update-guidance): If quail-guidance-win is already shown,
14953 make sure its height is OK.
14954
b86c791c
MB
14955 * window.el (window-text-height, set-window-text-height):
14956 New functions.
14957 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14958 instead of `window-height' & `mode-line-window-height-fudge'.
14959 (mode-line-window-height-fudge): Add FACE parameter.
14960 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14961 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14962
e34850d1
MB
149632000-10-20 Miles Bader <miles@gnu.org>
14964
14965 * window.el (height-affecting-face-attributes): Use `defconst'.
14966
14967 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14968 New function, conditionally aliased to `mode-line-window-height-fudge'.
14969 (ispell-help): Use it.
14970 (ispell-choices-win-default-height): Don't include mode-line fudge.
14971 (ispell-choices-win-default-height): New function.
14972 (ispell-show-choices, ispell-command-loop): Use function
14973 `ispell-choices-win-default-height' instead of variable.
14974
a8b883c2
MB
149752000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14976
8c6e4a58
MB
14977 * window.el (mode-line-window-height-fudge): New variable.
14978 (height-affecting-face-attributes): New variable.
14979 (mode-line-window-height-fudge): New function.
14980 (shrink-window-if-larger-than-buffer): Use it.
14981 * help.el (resize-temp-buffer-window): Likewise.
14982
a8b883c2
MB
14983 * info.el (Info-fontify-node): Add support for @subsubsection
14984 titles, which use `Info-title-4-face'.
14985 (Info-title-4-face): New face.
14986 (Info-title-3-face): Inherit from Info-title-4-face instead of
14987 variable-pitch.
14988
e64c3a75
JR
149892000-10-19 Jason Rumney <jasonr@gnu.org>
14990
14991 * dired.el (dired-insert-directory): Do not let errors signalled by
14992 attempt to run dired-free-space-program prevent dired from working.
14993
c70fe852
SM
149942000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14995
14996 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14997
877cf6b4
GM
149982000-10-19 Gerd Moellmann <gerd@gnu.org>
14999
5de037e0
GM
15000 * dirtrack.el (dirtrack): Fix call to run-hooks.
15001
6deb9af9
GM
15002 * cmuscheme.el (cmuscheme-program-name): Renamed from
15003 scheme-program-name because xscheme.el contains a defcustom with
15004 the same name. As a consequence, customizing group `cmuscheme'
15005 loaded `xscheme' which redefined run-scheme.
15006 (run-scheme): Use cmuscheme-program-name.
15007
83c9cb8e 15008 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 15009
e597d8fb 15010 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 15011 anonymous address, and add a website for Befrienders International.
4836835a 15012
3e9cb08f
GM
150132000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15014
c70fe852
SM
15015 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
15016 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
15017 (ps-print-version): New version number (6.2).
15018 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
15019 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
15020 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
15021 (ps-x-extent-priority, ps-x-extent-start-position)
15022 (ps-x-face-font-instance, ps-x-find-coding-system)
15023 (ps-x-font-instance-properties, ps-x-make-color-instance)
15024 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
15025 avoid compilation gripes without defining functions.
15026 (ps-e-find-composition): Alias for function find-composition, to have a
15027 suitable function depending on Emacs version.
15028 (ps-color-device, ps-color-values, ps-face-foreground-name)
15029 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
15030 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
15031 (ps-print-ensure-fontified): Function definitions surrounded by
15032 `eval-and-compile' to avoid compilation gripes.
15033 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
15034 by symbol-value to avoid compilation gripes.
15035 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
15036 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
15037
d8abcd91
MB
150382000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15039
13ab33c4
MB
15040 * startup.el (normal-top-level): Call `frame-set-background-mode'
15041 after `frame-notice-user-settings' because the latter doesn't call
15042 the former on a tty.
15043
d8abcd91
MB
15044 * faces.el (frame-set-background-mode): `unspecified' &c are
15045 symbols, not strings.
15046
e8bce0a9
EZ
150472000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15048
c70fe852
SM
15049 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
15050 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 15051
c70fe852
SM
15052 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
15053 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 15054
773272d8
KH
150552000-10-19 Kenichi Handa <handa@etl.go.jp>
15056
c70fe852 15057 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
15058 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
15059 for ISO10646-1 fonts.
15060 (x-font-name-charset-alist): Add an entry for "iso10646-1".
15061
772139c0
EZ
150622000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
15063
15064 * faces.el (frame-set-background-mode): If a tty frame defines a
15065 background color, use that to compute the background mode, instead
15066 of always defaulting to "dark".
15067
d134a19f
MB
150682000-10-19 Miles Bader <miles@lsi.nec.co.jp>
15069
8bb84cb2
MB
15070 * comint.el (comint-write-output): New function.
15071 (comint-mode-map): Add it to the menu.
e40a778f 15072 Bind `C-c C-s' to comint-write-output.
d134a19f 15073
dada41e1
GM
150742000-10-18 Gerd Moellmann <gerd@gnu.org>
15075
15076 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
15077 Use fancy-splash-delay.
15078
9b5360aa
GM
150792000-10-18 Alex Schroeder <alex@gnu.org>
15080
15081 * progmodes/sql.el (sql-sybase-options): New option.
15082 (sql-sybase): Use it. Add sql-database to the list of parameters
15083 provided for login. The options -w 2048 -n are not used any more.
15084
9035a35a
GM
15085 * comint.el (comint-read-input-ring): Bugfix such that the first
15086 and the last entry of the input ring file are not lost.
15087
3556c6dd
GM
150882000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15089
15090 * ps-print.el: Internal variable changes to defcustom,
15091 make-local-hook changes to defvar. Doc fix.
15092 (ps-print-version): New version number (6.1).
15093 (ps-setup, ps-do-despool): Code fix.
15094 (ps-printer-name): Customization fix.
15095 (ps-printer-name-option): Now is a defcustom instead of an
15096 internal variable.
15097 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
15098 (ps-print-begin-column-hook): Now are defvar instead of
15099 make-local-hook.
4836835a 15100
4e217e50
MB
151012000-10-18 Miles Bader <miles@gnu.org>
15102
15103 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
15104 (comint-kill-output): Changed into an alias for `comint-delete-output',
15105 and made obsolete.
15106 (comint-mode-map): Rename references to comint-kill-output.
15107
34460354
EZ
151082000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
15109
15110 * diff-mode.el (diff-header-face, diff-file-header-face)
15111 (diff-changed-face): Add bold and italic attributes to tty faces.
15112 (diff-function-face): New face.
15113 (diff-font-lock-keywords): Use it.
15114
17ea3cdb
MB
151152000-10-18 Miles Bader <miles@lsi.nec.co.jp>
15116
15117 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
15118 Remove commented-out call to force-mode-line-update.
15119 (comint-kill-output): Use `forward-line 0' instead of
15120 beginning-of-line to make sure we get past the prompt.
15121
9244f2c7
SM
151222000-10-17 Stefan Monnier <monnier@cs.yale.edu>
15123
15124 * diff-mode.el (diff-header-face, diff-file-header-face):
15125 Add specific setting for dark background.
15126 (diff-context-face): Renamed from diff-comment-face.
15127 Set explicitly rather than inheriting from font-lock-comment-face.
15128
1592c1ef
EZ
151292000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15130
15131 * startup.el (command-line): Move the code which sets the default
15132 TTY colors to before before-init-hook.
15133
f86292a9
GM
151342000-10-17 Gerd Moellmann <gerd@gnu.org>
15135
15136 * jit-lock.el (jit-lock-stealth-time): Doc fix.
15137
f7f2e883
EZ
151382000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15139
e854cc22
EZ
15140 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
15141 extensions, for MS-DOS.
15142
f7f2e883
EZ
15143 * diff-mode.el (diff-header-face, diff-file-header-face)
15144 (diff-changed-face): Define tty-specific colors.
15145
c7b4f0f9
GM
151462000-10-17 Gerd Moellmann <gerd@gnu.org>
15147
15148 * startup.el (fancy-splash-text): Realign the text.
15149
12a72271
EZ
151502000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15151
15152 * font-lock.el (font-lock-comment-face): Define a separate default
15153 for dark-background tty's.
15154
61dfccfd
MB
151552000-10-17 Miles Bader <miles@gnu.org>
15156
15157 * help.el (resize-temp-buffer-window): Add hack to avoid last line
15158 being obscured by whizzy mode-lines on graphics displays.
15159
333cd59e
EZ
151602000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
15161
15162 * info.el (Info-title-1-face, Info-title-2-face)
15163 (Info-title-3-face): Define colors for tty's.
dada41e1 15164 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 15165
dbf1fcc1
EZ
151662000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
15167
15168 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
15169 reverse from the frame parameters, and don't invert foreground and
15170 background colors.
15171
ac629823
MB
151722000-10-16 Miles Bader <miles@gnu.org>
15173
15174 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
15175 string "*Info*". Call propertized-buffer-identification to spruce
15176 up the result.
15177
76eebffc
GM
151782000-10-16 Gerd Moellmann <gerd@gnu.org>
15179
3a6b59d9
GM
15180 * help.el: Provide `help' for the sake of define-minor-mode
15181 which generates defcustoms with requires.
15182
6569c3d3
GM
15183 * jit-lock.el (jit-lock-after-change): If we're in text that
15184 matches a multi-line font-lock pattern, make sure the whole text
15185 will be redisplayed.
15186
c2e0a611
GM
15187 * emacs-lisp/authors.el (authors-add): Don't add an entry if
15188 author's name is unknown.
15189
76eebffc
GM
15190 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
15191 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
15192 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
15193 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
15194 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
15195 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
15196 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
15197 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
15198 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
15199 Add author information.
15200
cf1e7b12
MB
152012000-10-16 Miles Bader <miles@lsi.nec.co.jp>
15202
15203 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
15204 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
15205 full-color version (using the Gimp) to eliminate dithering artifacts.
15206
5586f3eb
SM
152072000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15208
15209 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
15210
15211 * simple.el (syntax-flag-table, string-to-syntax): Remove.
15212
ad64a888
DL
152132000-10-15 Dave Love <fx@gnu.org>
15214
83c9cb8e 15215 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
15216
15217 * pcomplete.el (pcomplete) <defgroup>: Add :version.
15218
15219 * whitespace.el: Doc fixes.
15220 (top-level): Don't add hooks here.
15221 (whitespace-running-emacs): Deleted.
15222 (timer): Don't require.
15223 (whitespace): Add back :version conditional on xemacs test.
15224 (whitespace-spacetab-regexp, whitespace-indent-regexp)
15225 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
15226 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
15227 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
15228 Avoid specific xemacs test.
15229 (whitespace-global-mode): New option.
15230 (whitespace-global-mode): New command.
15231 (whitespace-unload-hook): New function.
15232
15233 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 15234 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
15235 (Info-fontify-node): `Goto' goes to `Go to'.
15236 (Info-fontify-node): Add help-echo to xref links.
15237
1ef49fc6
EZ
152382000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
15239
15240 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
15241
8b7707e1
SM
152422000-10-15 Stefan Monnier <monnier@cs.yale.edu>
15243
b3b7f42f
SM
15244 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
15245 Use plist-get and allow :inherit.
15246
15247 * emacs-lisp/cl-macs.el (cl-do-arglist):
15248 Use plist-get and plist-member instead of memq.
15249
3c7fafc7
SM
15250 * emacs-lisp/ewoc.el (ewoc-location): New function.
15251 (ewoc-enter-after, ewoc-enter-before): Document return value.
15252 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
15253 Don't need make-local-hook any more.
15254 (cvs-addto-collection): Return the new tin.
15255 (cvs-mode-insert): Jump to the new line.
15256
8b7707e1
SM
15257 * jit-lock.el (jit-lock-fontify-buffer): Remove.
15258
15259 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
15260
15261 * font-lock.el (font-lock-syntactically-fontified): New var.
15262 (font-lock-fontify-syntactic-keywords-region): Use it.
15263 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
15264
15265 * diff-mode.el (diff-find-file-name): Fix regexp.
15266
15267 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
15268 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
15269
15270 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
15271 (sh-mode-syntax-table): Add punctuation syntax for < and >.
15272 (sh-mode): Don't make all vars local here.
15273 (sh-kw): Reformat.
15274 (sh-set-shell): Use dolist. Don't set indent-region-function.
15275 (sh-mode-syntax-table): Use pop.
15276 (sh-remember-variable): Use push.
15277 (sh-help-string-for-variable): Use memq.
15278 (sh-safe-backward-sexp): Remove.
15279 (sh-safe-forward-sexp): Add ARG.
15280 (sh-get-indent-info, sh-prev-stmt): Use it.
15281 (sh-prev-line): Simplify by using forward-comment.
15282 (sh-this-is-a-continuation): Simplify.
15283 (sh-learn-buffer-indent): Use dolist.
15284 (sh-do-nothing): Remove.
15285 (sh-set-char-syntax, sh-set-here-doc-region):
15286 Use inhibit-modification-hooks.
15287 (sh-name-style): Use mapcar and push.
15288 (sh-load-style): Use dolist.
15289 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15290 (sh-case, sh-while-getopts): Use propertize directly rather
15291 than sh-electric-rparen.
15292
152932000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15294
15295 * textmodes/tex-mode.el: Require CL when compiling.
15296 (tex-mode-syntax-table): Init immediately.
15297 (tex-mode-map): Bind M-RET to latex-insert-item.
15298 (latex-mode): Set indent-line-function to latex-indent.
15299 (tex-common-initialization): Don't setup the syntax-table any more.
15300 (latex-insert-item): New skeleton.
15301 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 15302 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 15303 (latex-indent, latex-find-indent): New functions.
4836835a 15304 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
15305 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15306 (tex-compilation-parse-errors): Use with-syntax-table.
15307
86b7fcbb
MB
153082000-10-15 Miles Bader <miles@gnu.org>
15309
15310 * font-lock.el (font-lock-comment-face): Change dark-background,
15311 color, non-tty, default to `chocolate1'.
15312
57a24508
JW
153132000-10-13 John Wiegley <johnw@gnu.org>
15314
15315 * eshell/esh-util.el (require): Added a missing `require' form,
15316 needed when compiling (for an ange-ftp macro definition).
15317
40ad3db4
DL
153182000-10-13 Dave Love <fx@gnu.org>
15319
15320 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15321
db460189
GM
153222000-10-13 Gerd Moellmann <gerd@gnu.org>
15323
83c9cb8e 15324 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 15325
4836835a 15326 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
15327 transparent -colors 8).
15328
b52758d1 153292000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
15330
15331 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15332 that breaks with old list format timestamps.
15333 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 15334 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 15335
16908a3f
JW
153362000-10-13 John Wiegley <johnw@gnu.org>
15337
d7103dda
JW
15338 * align.el, pcomplete.el, calendar/timeclock.el,
15339 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15340
dace60cf 15341 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
15342 faulty math, where holiday hours were being computing as seconds.
15343
b6b70cda
JW
153442000-10-13 John Wiegley <johnw@gnu.org>
15345
15346 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
15347 specifying what "other" kinds of buffers should be saved.
15348 This used to be hard-coded.
b6b70cda
JW
15349 (desktop-buffer-misc-functions): A global for specifying how
15350 auxiliary data should be determined for special buffer types.
15351 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15352 instead of hard-coding the special buffer types.
15353 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15354 auxiliary data, instead of hard-coding for Info buffers and dired.
15355 (desktop-buffer-info-misc-data): Aux function for determining Info
15356 buffer auxiliary info.
15357 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15358 (desktop-buffer-info): Changed this function to use the info
15359 gathered above.
15360 (desktop-create-buffer): Be a little more careful about what
15361 `minor-mode' means before calling it. This is important for some
15362 buffer types.
15363
8c6b1d83
JW
153642000-10-13 John Wiegley <johnw@gnu.org>
15365
15366 * eshell/esh-util.el: Added a global form which declares an
15367 autoload for `parse-time-string', if that function is not already
15368 defined, and if parse-time.el is available on the user's system.
15369
15370 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15371 to be aware of ange-ftp user info.
83c9cb8e 15372 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
15373 (eshell-ls-annotate): Use `eshell-file-attributes'.
15374 (eshell-ls-file): Made the user-id printing code a bit smarter.
15375
15376 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15377 allow identification of alias user ids in remote directories.
83c9cb8e
SM
15378 It's manual, but there's no other way to know when the current user
15379 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
15380 (fboundp): Bind `ange-cache'.
15381 (eshell-directory-files-and-attributes): Re-organized the logic a
15382 bit to use `eshell-file-attributes' instead of `file-attributes'.
15383 The former is more sensitive to directories that are read via FTP,
15384 and knows how to use ange-ftp to determine full attribute
15385 information, instead of just the name and last modtime.
15386 (eshell-current-ange-uids): Return the current user id when in a
15387 remote directory.
15388 (eshell-parse-ange-ls): Parse a full directory listing that has
15389 been returned by ange-ftp.
15390 (eshell-file-attributes): This beefed up version of
15391 `file-attributes' is only special if the user is currently in a
15392 remote directory, in which case it does a lot of work to find out
15393 what the real attributes of a file are, as they appear on the
15394 remote machine. This makes usage of remote directories (i.e.,
15395 ange-ftp pathnames) much more useful. You can now use Eshell as a
15396 full-fledged FTP client, with much more manipulation ability than
15397 most other clients.
15398
15399 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15400 variable, which means that Eshell's du should always be preferred
15401 in remote directories.
15402 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15403 just `file-attributes'.
15404 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15405 when reading remote directories. This is an Eshell-specific
15406 variable (not part of ange-ftp).
15407 (eshell/ln): Bind `ange-cache'.
15408 (eshell/du): Added some extra logic for determining when to use
15409 Eshell's du (which is slow), and when to use the external version
15410 (which may or may not exist).
15411
83c9cb8e
SM
15412 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15413 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
15414 `get-buffer-process', since backgrounded processes don't count in
15415 the context of this function's logic.
15416
15417 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15418 `forward-char', so that null strings are parsed correctly.
15419
87730e84 154202000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 15421
83c9cb8e
SM
15422 * eshell/em-pred.el (eshell-pred-file-type)
15423 (eshell-pred-file-links, eshell-pred-file-size):
15424 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
15425
15426 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15427 that remote file globbing is more efficient.
15428
15429 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15430 gathering the files and attributes within a directory.
15431
15432 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15433 the command line is a special file (not a regular file, directory
15434 or symlink), always attempt to call the external version of cat.
15435
87730e84 154362000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
15437
15438 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15439 Eshell-friendly version of find-tag.
15440
1c7e37a9
MB
154412000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15442
4836835a 15443 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
15444 (image-file-name-regexps): Add autoload cookies.
15445
11a7f341
KH
154462000-10-13 Kenichi Handa <handa@etl.go.jp>
15447
15448 * international/mule-cmds.el (select-safe-coding-system): If FROM
15449 is string, show it in *Warning* buffer.
15450
8ddddcb0
EZ
154512000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15452
15453 * startup.el (normal-top-level): Use display-popup-menus-p instead
15454 of window-system.
15455 (command-line): Use display-graphic-p instead of window-system.
15456 (command-line-1): Use display-popup-menus-p and display-mouse-p
15457 instead of window-system.
15458
72200f89
SS
154592000-10-12 Sam Steingold <sds@gnu.org>
15460
15461 * tooltip.el (tooltip-use-echo-area): New user variable.
15462 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15463
8661c643
DL
154642000-10-12 Dave Love <fx@gnu.org>
15465
d0b40dc1
DL
15466 * recentf.el: Maintainer's checkdoc fixes.
15467
83c9cb8e
SM
15468 * startup.el (normal-top-level-add-subdirs-to-load-path):
15469 Use character class, not ASCII when matching file names.
a622451f
DL
15470 (fancy-splash-head): Add trailing slash to URL.
15471 (command-line): Don't require XPM support for toolbar.
15472
8661c643
DL
15473 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15474 (cperl-invalid-face): Revert last change.
15475 (cperl-init-faces): Quote cperl-invalid-face.
15476
ef2ed8ab
KH
154772000-10-12 Kenichi Handa <handa@etl.go.jp>
15478
15479 * startup.el (fancy-splash-text): Remove superfluous quote.
15480
b0da379e
GM
154812000-10-12 Gerd Moellmann <gerd@gnu.org>
15482
dbeb499b
GM
15483 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15484 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15485 (command-line-1): Don't use fancy-splash-pending-command.
15486 (fancy-splash-screens-1): Goto point-min after inserting text.
15487
d861718a
GM
15488 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15489
b0da379e
GM
15490 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15491 instead of shared-lisp-mode-map.
15492
4fb2ad98
MB
154932000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15494
1cb4393e
MB
15495 * faces.el (header-line): Change tty-variant to use underlining.
15496
4fb2ad98
MB
15497 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15498 (isearch-highlight): Restore lazy-isearch face properties at old
15499 position, and suppress them at new position.
15500 (isearch-dehighlight): Restore lazy-isearch face properties.
15501 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15502 over the real isearch overlay, but in that case, don't give it a
15503 face property. Use `push'.
15504
eb991b25
KH
155052000-10-12 Kenichi Handa <handa@etl.go.jp>
15506
15507 * man.el (Man-getpage-in-background): Fix previous change.
15508 Decode the process output only when we are in multibyte mode.
15509
a818c1c0
DL
155102000-10-11 Dave Love <fx@gnu.org>
15511
c990f53a
DL
15512 * info.el (Info-mode-menu): Fix some help.
15513 (info-tool-bar-map): Add entry for Info-last.
15514
a818c1c0
DL
15515 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15516 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15517 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15518 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15519 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15520 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15521 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15522 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15523 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15524 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15525 Reduce colour requirements to 25 overall. (Probably wants
15526 revisiting from the originals to reduce further.)
15527
c1b096cb
EZ
155282000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15529
15530 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15531 buffer-file-coding-system, instead of raw-text.
15532 (dehexlify-buffer): Bind coding-system-for-read to
15533 buffer-file-coding-system, instead of raw-text.
15534
5c8b7eaf
SS
155352000-10-11 Sam Steingold <sds@gnu.org>
15536
83c9cb8e 15537 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
15538 `underline' - fixes the bug introduced on 2000-09-21.
15539
2cfbdb7a
DL
155402000-10-11 Dave Love <fx@gnu.org>
15541
83c9cb8e
SM
15542 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15543 Avoid compiler warnings.
2cfbdb7a
DL
15544 (scheme-mode): Doc fix.
15545 (scheme-font-lock-keywords-1): Match `define-syntax'.
15546
155472000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
15548
15549 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
15550 face specs as well as default ones. Only do anything if the
15551 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 15552 (region): Make dark-background `region' face less in-your-face.
4b33f290 15553
690ec649
SS
155542000-10-10 Sam Steingold <sds@gnu.org>
15555
15556 * chistory.el, ielm.el, ledit.el:
15557 * progmodes/inf-lisp.el, progmodes/scheme.el:
15558 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15559
3b95d6bb
SM
155602000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15561
15562 * textmodes/texinfo.el: Update copyright and fix typo.
15563
15564 * desktop.el (desktop-modes-not-to-save): New var.
15565 (desktop-save-buffer-p): Use it.
a30eb617
DL
15566 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15567 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15568
155692000-10-10 Dave Love <fx@gnu.org>
15570
15571 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 15572 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
15573
15574 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15575 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15576 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15577 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15578 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15579 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15580 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15581 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15582 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15583 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15584 the .xpms; probably need retouching.
15585
155862000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15587
15588 * subr.el (add-to-list): Add optional argument APPEND.
15589 * battery.el (display-battery): Use `add-to-list'.
15590
155912000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15592
83c9cb8e
SM
15593 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15594 properties.
a30eb617
DL
15595 (zone, zone-when-idle, zone-leave-me-alone)
15596 (zone-pgm-whack-chars): Use new symbol properties.
15597
15598 * battery.el (display-battery): Doc spelling fix.
15599
15600 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15601 property.
15602
156032000-10-09 Dave Love <fx@gnu.org>
15604
15605 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15606 has been initialized before calling tool-bar-setup.
15607 (tool-bar-add-item-from-menu): Add autoload cookie.
15608
156092000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15610
15611 * menu-bar.el (send-mail-item-name): New function.
15612 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15613 of mail-user-agent in the menu. Don't display the "Send Mail"
15614 item if mail-user-agent is nil or its value is ignore.
15615 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15616 if read-mail-command is nil or its value is ignore.
15617
15618 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15619
156202000-10-09 Miles Bader <miles@gnu.org>
15621
15622 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15623 Correct image size.
15624 * toolbar/left_arrow.xpm: Correct image size.
15625
15626 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15627 will be done by the definition of `auto-compression-mode' if
15628 necessary. Move code to uninstall existing file-name handler
15629 before definition of `auto-compression-mode'.
15630
15631 * image-file.el (auto-image-file-mode): Move to the end of the
15632 file, because `define-minor-mode' actually calls the mode-function
15633 if the associated variable is non-nil, which requires that all
15634 needed functions be already defined.
15635
15636 * mouse.el (popup-menu): Balance parens.
15637
156382000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15639
15640 * mouse.el (popup-menu): Move the command call outside the loop
15641 so that popup-menu returns whatever the command returns.
15642
15643 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15644 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15645 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15646 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15647
15648 * vc.el (vc-version-diff): diff-switches can be a list.
15649 Use relative filenames for prettier output.
15650
15651 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15652 (vc-post-command-functions): Remove old-VC compatibility code.
15653
15654 * newcomment.el (comment-indent-default): Autoload.
15655
15656 * font-lock.el (font-lock-defaults): Make buffer-local.
15657 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15658 (font-lock-choose-keywords):
15659 Ignore LEVEL unless KEYWORDS is a list of syms.
15660 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15661 Don't wrap regexp-opt things in \(...\) unnecessarily.
15662
15663 * jit-lock.el: Don't require font-lock any more.
15664 (jit-lock-functions): Make buffer-local.
15665 (jit-lock-saved-fontify-buffer-function): Remove.
15666 (jit-lock-mode): Remove autoload cookie.
15667 Remove font-lock specific code.
15668 (jit-lock-unregister): Don't bother handling complex hooks any more.
15669 (jit-lock-refontify): New function.
15670 (jit-lock-fontify-buffer): Use it.
15671 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15672 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15673 Add optional args START and END.
15674 Never call font-lock-fontify-region directly.
15675 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15676
15677 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15678
156792000-10-08 Dave Love <fx@gnu.org>
15680
15681 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15682
15683 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15684
15685 * play/studly.el (studlify-region, studlify-word): Add autoload
15686 cookie.
15687
15688 * play/morse.el (morse-region, unmorse-region): Add autoload
15689 cookie.
15690
15691 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15692 concat.
15693
15694 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15695 insist on symbols starting with word syntax.
15696 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15697 (eval-defun-1): Doc fix.
15698 (indent-sexp): Use nconc to build up indent-stack.
15699
15700 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15701 Gnus with little use.
15702 (mail-setup-hook): Add mail-abbrevs-setup to options.
15703
15704 * recentf.el: Doc fixes.
15705
15706 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15707 Clean up remainder.
15708
15709 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15710 without timezone and (8) with timezone to enforce some whitespace.
15711 Simplify code somewhat.
15712
15713 * options.el (list-options): Doc that you should use customize.
15714
15715 * iswitchb.el (iswitchb-mode): Add :require.
15716
15717 * info.el (Info-goto-node, Info-menu): Doc fix.
15718 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15719 (info-tool-bar-map): New variable.
15720 (Info-mode): Use it.
15721 (Info-edit-map): Define all in defvar.
15722 (speedbar-attached-frame): Avoid compiler warning.
15723
15724 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15725 (global-map): Bind [tool-bar] to a filtered map.
15726 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15727 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15728 Allow PBM icons.
15729 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15730
15731 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15732 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15733 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15734 icons, except up_arrow, which is left-arrow rotated.
15735
15736 * imenu.el (imenu-add-to-menubar): Fix last change.
15737
157382000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15739
15740 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15741 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15742
157432000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15744
15745 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15746 typos in doc strings.
15747
15748 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15749 the doc strings how to customize Font Lock faces.
15750
15751 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15752 computing growth when dragging the header line.
15753
157542000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15755
15756 * simple.el (kill-line): Doc fix.
15757
157582000-10-08 Miles Bader <miles@gnu.org>
15759
15760 * faces.el (secondary-selection): Make foreground visible on tty.
15761
15762 * jka-compr.el (auto-compression-mode): Move to the end of the
15763 file, because `define-minor-mode' actually calls the mode-function
15764 if the associated variable is non-nil, which requires that all
15765 needed functions be already defined.
15766 (with-auto-compression-mode): Add autoload cookie.
15767
157682000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15769
15770 * files.el (find-backup-file-name) [ms-dos]: If support for long
15771 file names is not available, behave as if version-control were set
15772 to never.
15773
157742000-10-07 Dave Love <fx@gnu.org>
15775
15776 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15777 (browse-url-gnome-moz): New function.
15778 (browse-url-browser-function): Use it.
15779 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15780
157812000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15782
15783 * indent.el (tab-always-indent): New var.
15784 (indent-for-tab-command): Use it.
15785
15786 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15787 raise an error. This way it can still default to a sane value.
15788
157892000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15790
15791 * startup.el (fancy-splash-screens): Use local rather than global map.
15792 Don't use `update-menu-bindings' any more.
15793 Get rid of assumptions about keymap representation.
15794
157952000-10-06 Dave Love <fx@gnu.org>
15796
15797 * textmodes/fill.el (sentence-end-double-space)
15798 (sentence-end-without-period): Doc fix.
15799 (adaptive-fill-regexp): Purecopy.
15800 (unjustify-current-line): Use line-end-position.
15801 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15802
15803 * net/eudc-vars.el (eudc): Add :version, :link.
15804
15805 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15806
15807 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15808 Fix for define-minor-mode.
15809 (function-at-point): Alias to function-called-at-point.
15810
15811 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15812
15813 * simple.el (backward-word): Doc fix.
15814
15815 * image-file.el (image-file-name-regexp): image-file-regexps ->
15816 image-file-name-regexps.
15817 (image-file-name-extensions): Add pbm.
15818
158192000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15820
15821 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15822 and add filename to the names so that diff-mode can jump to source.
15823
15824 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15825 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15826 (tex-font-lock-keywords-1): Remove.
15827 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15828 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15829 (font-lock-default-fontify-region):
15830 Expand beg..end correctly when just following a multiline region.
15831 (font-lock-fontify-anchored-keywords):
15832 Include the anchor text as part of the multiline.
15833
158342000-10-06 Gerd Moellmann <gerd@gnu.org>
15835
15836 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15837 latter needs the autoloaded define-minor-mode macro during the
15838 bootstrap.
15839
15840 * startup.el (command-line): For now, activate tool-bar-mode only
15841 if XPM images are supported.
15842
15843 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15844 window by dragging a header-line at the top of the frame; that's
15845 confusing because the header-line doesn't move.
15846 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15847 of treating the event as a list. Some cleanup.
15848
158492000-10-06 Miles Bader <miles@gnu.org>
15850
15851 * simple.el (display-message-or-buffer): New function.
15852 (shell-command-on-region): Use `display-message-or-buffer'.
15853
15854 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15855 docstring parts.
15856
15857 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15858 (smbclient-prompt-regexp): Add usage note to doc string.
15859 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15860 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15861 Use add-hook for adding the comint filter function, and only do so
15862 if it's not already in the global hook list.
15863 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15864 to `make-local-variable'.
15865 (nslookup-font-lock-keywords): Remove prompt entry.
15866 (nslookup): Don't set the process-filter.
15867 (finger): Exit the loop correctly when the regexps list runs out.
15868 (ftp, smbclient, smbclient-list-shares):
15869 Set the real major mode immediately, not after execing.
15870 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15871
15872 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15873
158742000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15875
15876 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15877
15878 * which-func.el (which-func-format): Remove spurious space.
15879 (which-func-mode): Don't make it permanent-local.
15880 (which-func-ff-hook): Allow which-func-maxout to be nil.
15881 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15882 (which-func-mode): Simplify.
15883 Use post-command-idle-hook rather than post-command-hook.
15884 Go through all buffers and update their state.
15885 (which-function): Also try add-log-current-defun-function.
15886
15887 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15888 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15889 Update call to with-vc-properties accordingly.
15890 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15891 (vc-revert-buffer): More careful about window selection and deletion.
15892 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15893
15894 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15895 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15896 (cvs-dired-action): Change the default to quickdir.
15897
15898 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15899 if comment-indent-function returns nil.
15900 (comment-indent-default): New function.
15901 (comment-indent-function): Use it and document the new semantics.
15902
15903 * image-file.el: Docstring fixes.
15904
15905 * help.el (help-xref-on-pp): Use match-string.
15906 (describe-variable): New arg BUFFER.
15907 Store the current buffer in the help-xref-stack.
15908 (temp-buffer-resize-mode): Use define-minor-mode.
15909
15910 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15911 consistently with its docstring.
15912 Set jit-lock-first-unfontify-pos in an idempotent way.
15913 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15914
159152000-10-05 Alex Schroeder <alex@gnu.org>
15916
15917 * sql.el (sql-mysql-options): New variable.
15918 (sql-mysql): Use it.
15919
159202000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15921
15922 * image.el (image): New group.
15923
15924 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15925 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15926
159272000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15928
15929 * net/net-utils.el (nslookup-font-lock-keywords)
15930 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15931 Ignore the value of wqindow-system; always define keywords
15932
159332000-10-05 Kenichi Handa <handa@etl.go.jp>
15934
15935 * startup.el (fancy-splash-screens): Remove the code for
15936 debugging; `(trace-to-stderr "EXITTT\n")'.
15937
159382000-10-05 Miles Bader <miles@gnu.org>
15939
15940 * diff-mode.el (diff-goto-source): Update call to
15941 `diff-hunk-status-msg' to reflect new REV variable.
15942
159432000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15944
15945 * progmodes/icon.el (icon-mode):
15946 Don't gratuitously override the default for comment-column.
15947
15948 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15949
15950 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15951 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15952 (jit-lock-functions): New var.
15953 (jit-lock-function-1): Use it if non-nil.
15954 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15955 Set the `fontified' property before doing the fontification to avoid
15956 repeatedly going through the same error.
15957 Don't turn errors into messages.
15958 (jit-lock-register, jit-lock-unregister): New functions.
15959
15960 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15961 Use with-current-buffer.
15962
15963 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15964 Turn comment into docstring.
15965
15966 * apropos.el (apropos-mode): Use define-derived-mode.
15967
159682000-10-04 Gerd Moellmann <gerd@gnu.org>
15969
15970 * startup.el (fancy-splash-pending-command): New variable.
15971 (fancy-splash-pre-command): New function.
15972 (fancy-splash-screens): Rewritten.
15973 (command-line-1): If fancy-splash-pending-command is set, call it
15974 interactively.
15975
159762000-10-04 Dave Love <fx@gnu.org>
15977
15978 * toolbar/tool-bar.el (tool-bar-setup): New function.
15979 (tool-bar-mode): Use it.
15980
15981 * subr.el (substitute-key-definition): Doc fix.
15982 (play-sound-file): New command.
15983
159842000-10-04 Andre Spiegel <spiegel@gnu.org>
15985
15986 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15987 vc-version-backup-file-name): New functions.
15988
15989 * files.el (basic-save-buffer): Call vc-before-save before saving.
15990
15991 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15992 vc-cvs-stay-local-p.
15993
15994 * vc.el (vc-revert-buffer): Handle empty diff properly.
15995 (vc-version-backup-file): New function.
15996 (vc-checkout): Create a version backup if necessary.
15997 (vc-checkin): If a version backup file exists, delete it.
15998 (vc-version-diff): Diff locally using version backups, if available.
15999 (vc-revert-file): If there's a version backup, revert locally.
16000 (vc-transfer-file): Use version backup for base version, if
16001 available. If not, ask for confirmation whether to get it from the
16002 server. Update mode line before check-in.
16003
160042000-10-04 Dave Love <fx@gnu.org>
16005
16006 * toolbar/tool-bar.el (tool-bar-setup): New function.
16007 (tool-bar-mode): Use it.
16008
160092000-10-04 Peter Breton <pbreton@ne.mediaone.net>
16010
16011 * net/net-utils.el (nslookup-font-lock-keywords)
16012 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
16013 Only set if window-system is non-nil
16014 (net-utils-run-program): Returns buffer.
16015 (network-connection-reconnect): Added this function.
16016
16017 * generic.el:
16018 Incorporates extensive cleanup and docfixes by
16019 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
16020 Uses cl compile-time macros.
16021 (generic-mode-name, generic-comment-list)
16022 (generic-keywords-list, generic-font-lock-expressions)
16023 (generic-mode-function-list, generic-mode-syntax-table):
16024 Removed variables.
16025 (generic-mode-alist): Renamed to generic-mode-list.
16026 (generic-find-file-regexp): Default changed to "^#".
16027 (generic-read-type): Uses completing read on generic-mode-list.
16028 (generic-mode-sanity-check): removed this function.
16029 (generic-add-to-auto-mode): Removed this function
16030 (generic-mode-internal): Bind mode-specific definitions
16031 into function instead of putting them in alist.
16032 (generic-mode-set-comments): Reworked extensively.
16033 (generic-mode-find-file-hook): Simplified regexp searching
16034 (generic-make-keywords-list): Omit extra pair of parens
16035
16036 * find-lisp.el (find-lisp-find-files-internal):
16037 Make sure directory name ends with "/".
16038
16039 * generic-x.el (apache-conf-generic-mode):
16040 Regexp now allows leading whitespace.
16041 (rc-generic-mode): Added eval-when-compile
16042 around generic-make-keywords-list.
16043 Deleted duplicate regexp
16044 (rul-generic-mode): Added eval-when-compile
16045 around generic-make-keywords-list.
16046 (etc-fstab-generic-mode): New generic mode.
16047 (rul-generic-mode): Removed one eval-when-compile
16048 which caused a max-specpdl-size exceeded error.
16049
160502000-10-04 Miles Bader <miles@gnu.org>
16051
16052 * simple.el (minibuffer-temporary-goal-position): New variable.
16053 (next-history-element): Try to keep the position of point in the
16054 input string constant.
16055
16056 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
16057 (dired-do-create-files): If there's only one file, pass it in as
16058 the DEFAULT arg to dired-mark-read-file-name.
16059
160602000-10-03 Stefan Monnier <monnier@cs.yale.edu>
16061
16062 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
16063 (diff-goto-source): Be smarter when choosing REVERSE or not.
16064
16065 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
16066 (texinfo-mode-menu): Add an explicit shortcut for update all.
16067
160682000-10-03 Andre Spiegel <spiegel@gnu.org>
16069
16070 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
16071 factorize backend-specific code cleanly (this was essentially
16072 conceived by Stefan Monnier).
16073 (vc-unregister): Function removed.
16074 (vc-revert-file): New function.
16075 (vc-revert-buffer): Delegate some of the work to it.
16076
16077 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
16078 default branch unconditionally.
16079 (vc-rcs-set-default-branch): New function.
16080 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
16081 (vc-rcs-checkin): If an appropriate default branch has been set,
16082 force creation of that branch.
16083 (vc-rcs-receive-file): Rewritten to contain only backend-specific
16084 code (as suggested by Stefan Monnier).
16085
160862000-10-02 Gerd Moellmann <gerd@gnu.org>
16087
16088 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
16089 highlighting overlay with a different face over the overlay
16090 isearch uses to highlight the current match because that can lead
16091 to bad face combinations.
16092
16093 * loadup.el (toplevel): Load faces before isearch.
16094
16095 * isearch.el (isearch-faces): New custom group.
16096 (isearch): New defface; was already tested for in the code.
16097 (isearch-lazy-highlight-face): Changed to defface from defcustom.
16098 (isearch-highlight): Always use face `isearch'.
16099
161002000-10-02 Dave Love <fx@gnu.org>
16101
16102 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
16103 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
16104 comparison of opcode with operand.
16105
161062000-10-03 Miles Bader <miles@gnu.org>
16107
16108 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
16109 buffer, since the echo area will now grow to accommodate them.
16110
161112000-10-02 Andre Spiegel <spiegel@gnu.org>
16112
16113 * vc-hooks.el (vc-registered): If FILE used to be registered under
16114 a certain backend, try that one first.
16115
16116 * vc.el (vc-responsible-backend): Undo the previous change in the
16117 argument list. Handle multiple backends correctly.
16118 (vc-find-new-backend): Function removed.
16119 (vc-register): Use vc-responsible-backend, as before.
16120 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
16121
161222000-10-02 Gerd Moellmann <gerd@gnu.org>
16123
16124 * startup.el (fancy-splash-head): Change message below the
16125 logo.
16126
161272000-10-02 Miles Bader <miles@lsi.nec.co.jp>
16128
16129 * diff-mode.el (diff-goto-source): Emit a status message.
16130 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
16131 (diff-test-hunk): Fix doc string.
16132 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
16133 (diff-advance-after-apply-hunk): New variable.
16134 (diff-apply-hunk): Don't return a value.
16135
161362000-10-01 Stefan Monnier <monnier@cs.yale.edu>
16137
16138 * vc.el (vc-editable-p): Minor optimization.
16139 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
16140 (vc-find-new-backend): New function split from vc-responsible-backend.
16141 (vc-register): Use it.
16142 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
16143 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
16144 (vc-default-unregister, vc-revert-buffer): Docstring fix.
16145 (vc-clear-headers): Don't use find-file.
16146 (vc-revert-buffer): Use `and' again (must have been a braino).
16147 (vc-switch-backend): Only prompt if requested.
16148 Short circuit if nothing is to be done.
16149 Don't use vc-resynch-buffer which could lose unsaved editing.
16150 (vc-default-receive-file): Update call to vc-unregister.
16151 (with-vc-file, vc-next-action-on-file):
16152 Use vc-backend rather than vc-registered.
16153 (vc-next-action-on-file): Use intern-soft.
16154 Deal with read-only *vc-diff* buffer.
16155 (vc-transfer-file): Docstring fix.
16156
16157 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
16158 (vc-rcs-receive-file): Avoid with-vc-properties.
16159 Update call to vc-unregister.
16160 Use constant `RCS' rather than (dynamically bound) var `backend'.
16161
161622000-10-01 Andre Spiegel <spiegel@gnu.org>
16163
16164 * vc.el (vc-next-action-on-file): Update mode line only if file
16165 is visited.
16166 (vc-start-entry): New argument initial-contents. Don't visit the file
16167 if it isn't already visited. Brought documentation up-to-date.
16168 (vc-next-action, vc-register): Updated calls to vc-start-entry.
16169 (vc-checkin): New optional arg initial-contents, which is passed to
16170 vc-start-entry.
16171 (vc-finish-logentry): Make sure to bury log buffer only if there
16172 really is one. Call `vc-resynch-buffer' on log-file, not
16173 buffer-file-name.
16174 (vc-default-comment-history, vc-default-wash-log): New functions.
16175 (vc-index-of): Removed.
16176 (vc-transfer-file): Make do without the above.
16177 (vc-default-receive-file): Call comment-history unconditionally. Pass
16178 the resulting string to vc-checkin, instead of inserting it into the
16179 comment ring.
16180
16181 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
16182 unconditionally. Use the comments as initial contents of the log
16183 entry buffer. Document the trick to force branch creation with no
16184 changes.
16185
161862000-10-01 Miles Bader <miles@gnu.org>
16187
16188 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
16189 `recenter' with an arg to prevent redrawing the display.
16190
161912000-09-30 Stefan Monnier <monnier@cs.yale.edu>
16192
16193 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
16194
16195 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
16196
16197 * progmodes/c-mode.el (c-mode):
16198 Don't gratuitously override the default for comment-column.
16199
16200 * textmodes/tex-mode.el (latex-metasection-list): New var.
16201 (latex-imenu-create-index): Use it.
16202 Move the regexp construction outside loops (and use push).
16203 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
16204 (tex-font-lock-keywords): Moved from font-lock.el.
16205 (tex-comment-indent): Remove.
16206 (tex-common-initialization): Don't set comment-indent-function.
16207 (latex-block-default): New var.
16208 (tex-latex-block): Use it to provide a default choice.
16209 Add any unknown choice to latex-block-names.
16210 Insert [...] after {...}.
16211 (tex-last-unended-begin): Simplify regexp.
16212 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
16213 (latex-forward-sexp-1, latex-forward-sexp): New functions.
16214 (latex-mode): Set forward-sexp-function.
16215
16216 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
16217 Add regexp for @ignore ... @end ignore.
16218 (texinfo-heading-face): New face.
16219 (texinfo-font-lock-keywords): Use it.
16220 (texinfo-mode-menu): New menu.
16221 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
16222 New functions.
16223 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
16224 (texinfo-section-types-regexp, texinfo-section-level-regexp)
16225 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
16226 Remove declaration.
16227 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
16228
16229 * delsel.el (delete-selection-mode): Use define-minor-mode.
16230
16231 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
16232
162332000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16234
16235 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
16236
162372000-09-30 Gerd Moellmann <gerd@gnu.org>
16238
16239 * replace.el (keep-lines-read-args): New function.
16240 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
16241 read arguments interactively. Add parameters RSTART and REND.
16242 Operate on the active region in Transient Mark mode.
16243
16244 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
16245
16246 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
16247 (authors-obsolete-files-regexps): New variable.
16248 (authors-add): Don't record changes in obsolete files.
16249
162502000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16251
16252 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
16253
16254 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
16255 (comment-indent): Make sure there's a space between code and comment.
16256 Shift comments left to avoid going past fill-column.
16257
162582000-09-29 Gerd Moellmann <gerd@gnu.org>
16259
16260 * startup.el (startup-echo-area-message): New function.
16261 (display-startup-echo-area-message): Use it.
16262 (fancy-splash-screens): Rewritten to use keymaps and a timer.
16263 (fancy-splash-default-action): New function.
16264 (fancy-splash-screens-1): New function.
16265 (fancy-splash-head): Put a help-echo and a keymap under the image.
16266
162672000-09-29 Stefan Monnier <monnier@cs.yale.edu>
16268
16269 * diff-mode.el (diff-add-log-file-name): Remove.
16270 (diff-mode): Use add-log-buffer-file-name-function.
16271
16272 * add-log.el (find-change-log): New arg BUFFER-FILE.
16273 (add-log-file-name): Obey add-log-file-name-function.
16274 (add-log-buffer-file-name-function): New var.
16275 (add-change-log-entry): Use it.
16276
162772000-09-29 Miles Bader <miles@gnu.org>
16278
16279 * image-file.el (image-file-name-extensions): New variable.
16280 (image-file-name-regexps): Renamed from `image-file-regexps'.
16281 New default value is nil. Call `auto-image-file-mode'.
16282 (image-file-name-regexp): New function.
16283 (auto-image-file-mode): New minor mode.
16284 (insert-image-file): Don't make conditional on the image-file
16285 handler being enabled.
16286 (image-file-handler): Make the call here conditional instead.
16287 (set-image-file-handler-enabled, enable-image-file-handler)
16288 (disable-image-file-handler): Functions removed.
16289
16290 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16291 string.
16292
162932000-09-29 Gerd Moellmann <gerd@gnu.org>
16294
16295 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16296 it's a function from CL.
16297 (latex-imenu-create-index): Replace eval-when-compile with progn
16298 because latex-section-alist is not bound while compiling.
16299
163002000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16301
16302 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16303 (outline-mode): Use define-derived-mode.
16304
16305 * progmodes/perl-mode.el (perl-mode):
16306 * progmodes/awk-mode.el (awk-mode):
16307 * progmodes/asm-mode.el (asm-mode):
16308 Don't gratuitously override the default for comment-column.
16309
16310 * emacs-lisp/lisp.el (lisp-complete-symbol):
16311 Distinguish the let-binding case from the funcall case.
16312 (forward-sexp-function): New variable.
16313 (forward-sexp): Use it.
16314
16315 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16316 (easy-mmode-defmap): Remove the now useless autoload.
16317
16318 * time.el (display-time-mode): Use define-minor-mode.
16319
16320 * subr.el (add-minor-mode): Don't eval NAME.
16321 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16322 Use if rather than cond.
16323
16324 * simple.el (read-expression-map): Define more properly.
16325 (comment-indent-hook): Remove.
16326 (string-to-syntax): Bug fix.
16327
16328 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16329 (cvs-ediff-diff): Fix typo.
16330 (cvs-revert-if-needed): Don't bother preserving read-only.
16331
16332 * paren.el (show-paren-mode): Use define-minor-mode.
16333
16334 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16335 (toggle-auto-compression): Remove.
16336 (jka-compr-build-file-regexp): Remove useless grouping.
16337
16338 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16339 Avoid user-reserved bindings.
16340 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16341 (diff-header-face): Revert to grey85.
16342
16343 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16344
16345 * complete.el (partial-completion-mode) <defcustom>: Remove.
16346 (partial-completion-mode): Use define-minor-mode.
16347 (PC-do-completion): Understand `completion-auto-help = delay'
16348 to mean to popup the completion buffer only the second time.
16349 (PC-include-file-all-completions, PC-include-file-all-completions)
16350 (PC-include-file-all-completions): Don't quote lambda.
16351
16352 * comint.el (comint-mode-hook): Docstring fix.
16353 (comint-mode): Use define-derived-mode.
16354 (comint-mode-map): Remove obsolete comment.
16355 (make-comint): Minor stylistic change.
16356 (comint-insert-clicked-input): Be more careful to find the overlay.
16357 Use this-command-keys rather than hardcoding mouse-2.
16358
16359 * font-lock.el: Replace confusing (,@ with ,
16360 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16361 Don't use regexp-opt-depth. Spice up the regexp for args.
16362 Don't distinguish between cmds that can take an opt arg or not.
16363 Use `append' and `prepend' rather than `keep'.
16364
16365 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16366 (latex-outline-regexp): New var.
16367 (latex-outline-level): New fun.
16368 (latex-section-alist): New var.
16369 (latex-imenu-create-index): Use it. Use `push' as well.
16370 (tex-shell-map): Initialize it properly.
16371 (tex-mode): Minor stylistic change.
16372 (plain-tex-mode): Use define-derived-mode.
16373 (latex-mode): Use define-derived-mode.
16374 Construct the paragraph regexps in a more readable way.
16375 Set the buffer-local outline-{level,regexp} vars.
16376 (slitex-mode): Derive from latex-mode.
16377 (tex-common-initialization): Don't kill-all-vars anymore.
16378 Add setting for comment-add and font-lock-defaults.
16379 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16380 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16381 (tex-start-tex): New arg DIR (and send a chdir command for it).
16382 Also display the shell buffer and save it in tex-last-buffer-texed.
16383 (tex-region): Use expand-file-name rather than concat.
16384 Remove code made useless by changes in tex-start-tex.
16385 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16386
16387 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16388
163892000-09-28 Dave Love <fx@gnu.org>
16390
16391 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16392
163932000-09-28 Gerd Moellmann <gerd@gnu.org>
16394
16395 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16396 `append'.
16397
163982000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16399
16400 * info.el (Info-extract-pointer): Undo last change.
16401 Instead, fix the position of the `bound' arg to re-search-backward.
16402
164032000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16404
16405 * info.el (Info-extract-pointer):
16406 Widen more carefully, to avoid finding pointers in other nodes.
16407 (Info-index): Use push.
16408
164092000-09-27 Gerd Moellmann <gerd@gnu.org>
16410
16411 * frame.el (set-frame-font): Remove call to obsolete function
16412 frame-update-faces.
16413 (set-foreground-color, set-background-color): Likewise for
16414 frame-update-face-colors.
16415
164162000-09-27 Miles Bader <miles@gnu.org>
16417
16418 * image-file.el: New file.
16419
164202000-09-27 Gerd Moellmann <gerd@gnu.org>
16421
16422 * frame.el (frame-notice-user-settings): Don't call
16423 frame-update-faces, which is a no-op now.
16424
16425 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16426 tool-bar-lines.
16427
164282000-09-27 Dave Love <fx@gnu.org>
16429
16430 * mouse.el: Fix last change.
16431
164322000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16433
16434 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16435
164362000-09-22 Kenichi Handa <handa@etl.go.jp>
16437
16438 * international/quail.el (quail-help): The output message is
16439 improved.
16440
164412000-09-26 Dave Love <fx@gnu.org>
16442
16443 * mouse.el (popup-menu): If POSITION is nil, set it using
16444 mouse-position.
16445
164462000-09-25 Sam Steingold <sds@gnu.org>
16447
16448 * net/browse-url.el (browse-url-file-url): Check for null maps.
16449
164502000-09-26 Gerd Moellmann <gerd@gnu.org>
16451
16452 * frame.el (frame-notice-user-settings): Don't add a
16453 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16454
16455 * frame.el (frame-notice-user-settings):
16456 Make tool-bar-mode and default-frame-alist consistent.
16457
16458 * toolbar/tool-bar.el (tool-bar-help): New function.
16459
164602000-09-25 Gerd Moellmann <gerd@gnu.org>
16461
16462 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16463 current-load-list in top-level forms. Else this leaks a cons cell
16464 every time a defun is called.
16465
16466 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16467
164682000-09-25 Dave Love <fx@gnu.org>
16469
16470 * startup.el (fancy-splash-head): Check XPM is available.
16471
16472 * autoinsert.el (auto-insert): Doc fix.
16473 (auto-insert-alist): Following GNU notices, don't say `copyright
16474 _by_'. Use line-beginning-position.
16475 (auto-insert): Check buffer-file-name is non-nil before use.
16476
164772000-09-25 Gerd Moellmann <gerd@gnu.org>
16478
16479 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16480 starting with `@def' or `@multitable', in addition to ones
16481 specified by the user in auto-fill-inhibit-regexp.
16482
164832000-09-25 Markus Rost <rost@math.ohio-state.edu>
16484
16485 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16486 rmail-dont-reply-to-names matches the empty string.
16487
164882000-09-25 Gerd Moellmann <gerd@gnu.org>
16489
16490 * startup.el (command-line-1, fancy-splash-text): Change the
16491 text to sound more friendly.
16492
164932000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16494
16495 * progmodes/hideshow.el: Update author email address.
16496 Generally, sync w/ maintainer version 5.22.
16497 (hs-hide-all-non-comment-function): New var.
16498 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16499 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16500 (hs-show-region): Delete this command.
16501 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16502
165032000-09-22 Dave Love <fx@gnu.org>
16504
16505 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16506 (hl-line-highlight): Specify buffer when moving overlay.
16507
16508 * progmodes/fortran.el (fortran-mode): Locally set
16509 normal-auto-fill-function.
16510 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16511 (fortran-mode-map): Adjust auto-fill menu entry.
16512
165132000-09-22 Gerd Moellmann <gerd@gnu.org>
16514
16515 * vc-rcs.el (toplevel): Require `vc' when compiling.
16516
16517 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16518
165192000-09-22 Andre Spiegel <spiegel@gnu.org>
16520
16521 * vc.el (vc-switch-backend): Signal an error if the file is not
16522 registered under the new backend.
16523
16524 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16525 without explicit revision number.
16526
165272000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16528
16529 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16530 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16531 (diff-xor): New function.
16532 (diff-find-source-location): Use it. Fix a stupid name clash.
16533 (diff-hunk-status-msg): New function.
16534 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16535 (diff-test-hunk): Use diff-find-source-location.
16536 (diff-goto-source): Favor the `reverse'.
16537 (diff-hunk-text): Properly handle one-sided context diffs.
16538 (diff-apply-hunk): When done, advance to the next hunk.
16539
165402000-09-21 Gerd Moellmann <gerd@gnu.org>
16541
16542 * startup.el (command-line): If frame was created with a non-zero
16543 tool-bar-lines parameter, switch tool-bar-mode on.
16544
16545 * add-log.el (change-log-date-face, change-log-name-face)
16546 (change-log-email-face, change-log-file-face)
16547 (change-log-list-face, change-log-conditionals-face)
16548 (change-log-function-face, change-log-acknowledgement-face):
16549 New faces, inheriting from font-lock faces.
16550 (change-log-font-lock-keywords): Use them.
16551
165522000-09-21 Dave Love <fx@gnu.org>
16553
16554 * progmodes/cperl-mode.el (top-level): Clean up
16555 `eval-when-compile's and assorted defvars.
16556 (cperl-invalid-face): Don't double-quote value. Change custom
16557 type.
16558 (cperl-mode): Set normal-auto-fill-function and don't zap
16559 auto-fill-function.
16560 (cperl-imenu--function-name-regexp-perl): Renamed from
16561 imenu-example--function-name-regexp-perl.
16562 (cperl-imenu--create-perl-index): Renamed from
16563 imenu-example--create-perl-index.
16564 (cperl-xsub-scan): Don't require cl.
16565
16566 * msb.el (msb-mode-map): Use substitute-key-definition.
16567 (msb-mode): Use msb-mode-map.
16568
165692000-09-21 Andre Spiegel <spiegel@gnu.org>
16570
16571 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16572 New functions.
16573 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16574 (vc-switch-backend): New function.
16575 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16576 (vc-register): Fix prompt.
16577 (vc-unregister, vc-default-unregister): New functions.
16578 (vc-version-diff): Handle empty buffer in sentinel.
16579
16580 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16581 (vc-rcs-state-heuristic): Use it to guess the state of files with
16582 non-strict locking.
16583 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16584 been set with -b, but not created yet.
16585 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16586 contents in order to find the state.
16587 (vc-rcs-checkin): Allow creation of branches with no changes.
16588 (vc-rcs-unregister, vc-rcs-receive-file)
16589 (vc-rcs-set-non-strict-locking): New functions.
16590
16591 * vc-hooks.el (vc-name): Force correct computation of the value
16592 in case it is missing.
16593
165942000-09-21 Gerd Moellmann <gerd@gnu.org>
16595
16596 * startup.el (fancy-splash-tail): Use a different foreground
16597 color on a dark frame background.
16598
165992000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16600
16601 * info.el: Use the correct capitalization when making Info-mode
16602 and Info-edit-mode `special' modes.
16603
166042000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16605
16606 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16607 (diff-mode): Add support for add-log.el.
16608 (diff-hunk-text): Use char offsets rather than line offsets.
16609 (diff-find-source-location): Replace LINE with line-offset (nil
16610 if not found) and always set POS to a meaningful position.
16611 Adapt to the new char-offsets.
16612 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16613 Adapt to the new diff-find-source-location.
16614 (diff-goto-source): Adapt to the new diff-find-source-location.
16615
16616 * add-log.el (add-log-file-name): New function (split out of
16617 add-change-log-entry).
16618 (add-change-log-entry): Use it.
16619 Call add-log-file-name-function with the changelog file name if
16620 the current buffer is not associated with any file.
16621 Avoid find-file if the selected window is dedicated.
16622
16623 * diff-mode.el (diff-find-source-location):
16624 Move code from diff-apply-hunk. Return buffer rather than file.
16625 (diff-apply-hunk): Use the new result from diff-find-source-location.
16626 (diff-goto-source): Use the new diff-find-source-location.
16627
166282000-09-20 Dave Love <fx@gnu.org>
16629
16630 * iswitchb.el: Some doc fixes.
16631 (iswitchb-mode-map): Define completely initially. Inherit
16632 minibuffer-local-map.
16633 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16634 fundamental-mode.
16635 (iswitchb-global-map): New variable.
16636 (iswitchb-summaries-to-end): Amalgamate regexps.
16637 (iswitchb-mode): New.
16638 (iswitchb-mode-hook): New variable.
16639 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16640 `extensions'.
16641
166422000-09-20 Gerd Moellmann <gerd@gnu.org>
16643
16644 * ehelp.el (electric-help): New defgroup.
16645 (electric-help-shrink-window): New user-option.
16646 (with-electric-help): Use it.
16647
16648 * window.el (shrink-window-if-larger-than-buffer): If face
16649 `mode-line' has a :box, and we're on a graphical frame, add 1
16650 to the needed window height.
16651
16652 * frame.el (frame-notice-user-settings): Add a last parameter nil
16653 to a call to `append', because the last list passed to `append' is
16654 not copied, and so subsequent calls to assq-delete-all will modify
16655 default-frame-alist.
16656
16657 * startup.el (fancy-splash-image): Change :type.
16658 (fancy-splash-head): Use an XBM image if appropriate.
16659 (command-line-1): Show splash screens in more cases.
16660
16661 * startup.el (fancy-splash-text): Don't quote faces.
16662
16663 * dired.el (dired-font-lock-keywords): Undo last change.
16664 (dired-readin): Bind indent-tabs-mode to nil.
16665
16666 * startup.el (fancy-splash-head): If frame's background mode
16667 is `dark', change the black background of the image to gray.
16668 (fancy-splash-screens): Display startup echo area message.
16669 (display-startup-echo-area-message): New function.
16670
166712000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16672
16673 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16674
16675 * info.el (info-header-node): Tweak for color ttys.
16676
16677 * faces.el (face-valid-attribute-values): Make sure directories we
16678 search for stipples both exist and are readable before trying to
16679 search them.
16680
16681 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16682 in the dry-run case.
16683
16684 * jka-compr.el (with-auto-compression-mode): New macro.
16685
16686 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16687 (custom-group-tag-face, custom-variable-tag-face): Use relative
16688 :height and inherit from `variable-pitch' face instead of
16689 hardwiring :family.
16690 * hi-lock.el (hi-black-hb): Likewise.
16691
16692 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16693 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16694 toolbar-add-item, if image doesn't have a mask add a `:mask
16695 heuristic'.
16696
166972000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16698
16699 * diff-mode.el: Docstring fixes.
16700 (diff-header-face, diff-comment-face): New faces.
16701 (diff-font-lock-keywords): Highlight a bit differently.
16702 (diff-find-source-location): Don't return SPAN any more.
16703 (diff-hunk-text): Don't bother erasing the temp buffer.
16704 (diff-find-text): Drop argument LINE.
16705 (diff-apply-hunk): Update calls to diff-find-text.
16706 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16707
16708 * calendar/calendar.el: Docstring fixes.
16709 (calendar-make-alist): Don't quote lambda.
16710 (calendar-star-date): Use make-local-variable.
16711
167122000-09-19 Dave Love <fx@gnu.org>
16713
16714 * toolbar/tool-bar.el: Renamed from toolbar.el.
16715 Change `toolbar' to `tool-bar' generally in symbols.
16716 Make some items invisible in `special' major modes.
16717 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16718 Add arg PROPS.
16719
16720 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16721 Add :version here.
16722 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16723
167242000-09-19 Gerd Moellmann <gerd@gnu.org>
16725
16726 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16727
16728 * files.el (find-file-suppress-same-file-warnings): New user-option.
16729 (find-file-noselect): Use it.
16730
16731 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16732 (fancy-splash-screen): Defgroup.
16733
16734 * add-log.el (change-log-font-lock-keywords): Match names
16735 more exactly for the case that font-lock-constant-face is
16736 underlined.
16737
167382000-09-19 Richard M. Stallman <rms@gnu.org>
16739
16740 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16741
167422000-09-19 Andre Spiegel <spiegel@gnu.org>
16743
16744 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16745
167462000-09-19 Gerd Moellmann <gerd@gnu.org>
16747
16748 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16749 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16750 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16751 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16752 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16753 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16754 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16755 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16756 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16757 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16758 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16759 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16760
16761 * startup.el (fancy-splash-text): New variable.
16762 (fancy-splash-delay, fancy-splash-image): New user-options.
16763 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16764 (fancy-splash-screens): New functions.
16765 (command-line-1): If display has a `display' frame parameter, has
16766 colors, and we have XPM support, show more fancy splash screens.
16767
167682000-09-19 Dave Love <fx@gnu.org>
16769
16770 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16771 with null `help'. Use modern backquote syntax.
16772
167732000-09-19 Gerd Moellmann <gerd@gnu.org>
16774
16775 * font-lock.el (font-lock-mode): Change message telling the user
16776 that ``the buffer is too big''.
16777
16778 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16779 for instance for the case that tab-width is 2.
16780
167812000-09-18 Gerd Moellmann <gerd@gnu.org>
16782
16783 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16784 toolbar-add-item, if image doesn't have a mask add a `:mask
16785 heuristic'.
16786
167872000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16788
16789 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16790 and return a cons if it's non-nil.
16791 (diff-apply-hunk): Try to jump to the line in the source text
16792 corresponding to the position of point in the in the hunk.
16793
16794 * info.el (Info-title-3-face, Info-title-2-face)
16795 (Info-title-1-face): Use face inheritance and relative sizes
16796 instead of hard-wiring things.
16797
16798 * faces.el (secondary-selection): Make dark-background variant sane.
16799
168002000-09-16 Andrew Innes <andrewi@gnu.org>
16801
16802 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16803 read-only, since they aren't under VC now.
16804
168052000-09-17 Dave Love <fx@gnu.org>
16806
16807 * tmm.el: Replace mapcar with mapc in several places.
16808
16809 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16810 ad-unadvise.
16811
16812 * international/latin1-disp.el: New file.
16813
16814 * calendar/cal-move.el (scroll-calendar-left)
16815 (scroll-calendar-right): Make arg optional (for active mode line).
16816
16817 * calendar/calendar.el (calendar-mode-line-format): Make fields
16818 mouse-sensitive.
16819 (calendar-read-date, calendar-read-date, calendar-window-list):
16820 Unquote lambda.
16821 (calendar-month-name): Use aref, not sref.
16822
16823 * view.el (minor-mode-alist): Propertize the string.
16824
16825 * international/characters.el (standard-case-table): Add entries
16826 for Greek.
16827
168282000-09-18 Miles Bader <miles@gnu.org>
16829
16830 * info.el (info-node, info-xref): Add dark-background variants.
16831
16832 * faces.el (header-line): Change defaults to be less confusing
16833 when mixed with mode-lines.
16834
16835 * info.el (Info-fontify-node): Make a few cleanups.
16836 Add extra `help-echo' and `local-map' props to node xrefs.
16837 Use header-specific faces for node-names & xrefs.
16838 (Info-use-header-line): New variable.
16839 (info-header-xref, info-header-node): New faces.
16840 (Info-setup-header-line): New function.
16841 (Info-select-node): Call Info-setup-header-line when enabled.
16842 (Info-extract-pointer): Work even if the header line is hidden.
16843 (Info-header-line): New variable.
16844
168452000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16846
16847 * vms-patch.el (print-region-function): Don't quote lambda.
16848
16849 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16850
16851 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16852 (lm-get-header-re): Allow spaces between the header and the colon.
16853 (lm-header): Allow $ in non-RCS headers.
16854 (lm-header-multiline): Put the strings back into order.
16855 Stop at an empty line. Don't require two space chars if the
16856 line is clearly not another header line.
16857
16858 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16859 (popup-menu-popup): Remove.
16860
168612000-09-15 Gerd Moellmann <gerd@gnu.org>
16862
16863 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16864 specification if or if not tool-bar item contains an `:enabled'
16865 property.
16866
16867 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16868 current buffer has no file name.
16869
168702000-09-15 Dave Love <fx@gnu.org>
16871
16872 * strokes.el: Sync with maintainer's current version with changes
16873 for Emacs, but avoid runtime cl and levents.
16874 (toplevel): Change autoloads and compilation requires.
16875 (strokes-version, strokes-bug-address, strokes-lift): Values
16876 changed.
16877 (strokes-xpm-header, strokes-insinuated): New variable.
16878 (strokes): Add :link.
16879 (strokes-mode): Customized.
16880 (strokes-while-inhibiting-garbage-collector): New macro.
16881 (strokes-remassoc): Avoid remove-if.
16882 (strokes-fix-button2-command): Don't use ad-do-it.
16883 (strokes-insinuate): New function.
16884 (strokes-button-press-event-p, strokes-button-release-event-p):
16885 New functions, used instead of non-`strokes-' versions..
16886 (strokes-mouse-event-p): Rewritten.
16887 (strokes-event-closest-point): Avoid event-point.
16888 (strokes-get-grid-position): Avoid cdadr, caadr
16889 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16890 functions.
16891 (strokes-help): Use with-output-to-temp-buffer.
16892 (strokes-window-configuration-changed-p): New function.
16893 (strokes-update-window-configuration): Use buffer-live-p,
16894 strokes-window-configuration-changed-p.
16895 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16896 (strokes-char-face): New face.
16897 (strokes-char-table, strokes-base64-chars): New variable.
16898 (strokes-xpm-for-stroke, strokes-list-strokes)
16899 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16900 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16901 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16902 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16903 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16904 functions.
16905
169062000-09-15 Gerd Moellmann <gerd@gnu.org>
16907
16908 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16909
16910 * image.el (create-image): Doc fix.
16911
16912 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16913 instead of `:heuristic-mask t'.
16914
169152000-09-14 Andrew Innes <andrewi@gnu.org>
16916
16917 * makefile.w32-in: Revert to Unix line endings.
16918
169192000-09-14 Andrew Innes <andrewi@gnu.org>
16920
16921 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16922 when installing.
16923
16924 * makefile.nt (DONTCOMPILE): Fix typo.
16925
16926 * shell.el (shell-write-history-on-exit): New function.
16927 (shell-dumb-shell-regexp): New custom variable.
16928 (shell-mode): Make shell-write-history-on-exit the process
16929 sentinel if shell name matches shell-dumb-shell-regexp.
16930
16931 * w32-fns.el: Comment out before-init-hook function which resets
16932 source-directory based; this breaks bootstrap.
16933
169342000-09-14 Dave Love <fx@gnu.org>
16935
16936 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16937 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16938 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16939 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16940 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16941 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16942 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16943 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16944 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16945
16946 * toolbar/toolbar.el: New.
16947
16948 * subdirs.el: Add toolbar.
16949
169502000-09-14 Gerd Moellmann <gerd@gnu.org>
16951
16952 * indent.el (indent-for-tab-command): Doc fix.
16953
169542000-09-14 Alex Schroeder <alex@gnu.org>
16955
16956 * ansi-color.el (ansi-colors): Doc change.
16957 (ansi-color-get-face): Simplified regexp.
16958 (ansi-color-faces-vector): Added more faces, doc change.
16959 (ansi-color-names-vector): Doc change.
16960 (ansi-color-regexp): Simplified regexp.
16961 (ansi-color-parameter-regexp): New regexp.
16962 (ansi-color-filter-apply): Doc change.
16963 (ansi-color-filter-region): Doc change.
16964 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16965 deal with zero length parameters.
16966 (ansi-color-apply-on-region): Doc change.
16967 (ansi-color-map): Doc change.
16968 (ansi-color-map-update): Removed debugging message.
16969 (ansi-color-get-face-1): Added condition-case to trap
16970 args-out-of-range errors.
16971 (ansi-color-get-face): Doc change.
16972 (ansi-color-make-face): Removed.
16973 (ansi-color-for-shell-mode): New option.
16974
169752000-09-13 Kenichi Handa <handa@etl.go.jp>
16976
16977 * international/quail.el (quail-start-translation): Translate KEY
16978 if necessary even if it doesn't have any mapping in the current
16979 input method.
16980 (quail-start-conversion): Likewise.
16981 (quail-help): The output message is improved.
16982
169832000-09-13 Miles Bader <miles@gnu.org>
16984
16985 * comint.el (comint-output-filter): Revert to using
16986 `insert-before-markers'. Add bletcherous hack to undo damage
16987 caused by `insert-before-markers'. Put `front-sticky' property on
16988 overlays created here so that the field code understands how the
16989 overlay works. Use a let when making comint-last-prompt-overlay,
16990 so that the code is easier to read.
16991
169922000-09-13 Dave Love <fx@gnu.org>
16993
16994 * wid-edit.el (widget-default-format-handler): DTRT when
16995 doc-property is a function.
16996
169972000-09-12 Francesco Potorti` <pot@gnu.org>
16998
16999 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
17000 filed name if it's not there.
17001
170022000-09-12 Dave Love <fx@gnu.org>
17003
17004 * simple.el (read-mail-command): Doc fix.
17005 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
17006
17007 * vc.el (vc-dired-listing-switches): Fix :version.
17008
17009 * vc-hooks.el: Doc fixes.
17010
17011 * subr.el (add-minor-mode): Use toggle-fun arg.
17012
17013 * speedbar.el: Add :version to several defcustoms.
17014
17015 * imenu.el (imenu--truncate-items, imenu--cleanup)
17016 (imenu--generic-function): Avoid mapcar.
17017 (imenu--replace-spaces): Function removed.
17018 (imenu--completion-buffer): Use subst-char-in-string.
17019 (imenu-add-to-menubar): Use keymap inheritance.
17020
170212000-09-12 Miles Bader <miles@gnu.org>
17022
17023 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
17024 (diff-mode-map): Bind `diff-test-hunk'.
17025 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
17026
170272000-09-11 Gerd Moellmann <gerd@gnu.org>
17028
17029 * bytecomp.el (byte-compile-defvar): Undo last change
17030 because it breaks '(make-variable-buffer-local (defvar ...)'
17031 which is used at least in dired.
17032
170332000-09-12 Kenichi Handa <handa@etl.go.jp>
17034
17035 * international/quail.el (quail-define-package): Docstring
17036 modified.
17037
170382000-09-12 Kenichi Handa <handa@etl.go.jp>
17039
17040 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
17041 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
17042 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
17043 docstring of "chinese-py".
17044
17045 * international/quail.el (quail-translation-docstring): New
17046 variable.
17047 (quail-show-keyboard-layout): Docstring modified.
17048 (quail-select-current): Likewise.
17049 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
17050 infinite recursive call.
17051 (quail-help): Check quail-translation-docstring. Format of the
17052 output changed.
17053 (quail-help-insert-keymap-description): Adjusted for the above
17054 change.
17055
170562000-09-11 Gerd Moellmann <gerd@gnu.org>
17057
17058 * bytecomp.el (byte-compile-defvar): Only cons onto
17059 current-load-list in top-level forms. Else this leaks a cons cell
17060 every time a defun is called.
17061
170622000-09-11 Miles Bader <miles@lsi.nec.co.jp>
17063
17064 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
17065 Now understands non-unified diffs. Some functionality moved into
17066 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
17067 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
17068 modify anything. Only reposition point in the patched file if the
17069 patch succeeds. Only pop up another window if POPUP is true.
17070 Emit a message describing what happened if successful, and at what
17071 line-offset. Automatically detect reversed hunks and do something
17072 appropriate.
17073 (diff-hunk-text, diff-find-text): New functions.
17074 (diff-filter-lines): Function removed.
17075 (diff-test-hunk): New function.
17076 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
17077
170782000-09-10 Dave Love <fx@gnu.org>
17079
17080 * textmodes/tildify.el: Minor doc/commentary fixes.
17081 (tildify) <defgroup>: Add :version.
17082
17083 * faces.el (face-x-resources): Make custom type more specific.
17084 (frame-background-mode): Use mapc.
17085 (region) <defcustom>: Add :version.
17086
170872000-09-08 Stefan Monnier <monnier@cs.yale.edu>
17088
17089 * vc-sccs.el (vc-sccs-register):
17090 * vc-rcs.el (vc-rcs-register):
17091 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
17092 * vc.el (vc-register): Clear file's properties.
17093
170942000-09-08 Gerd Moellmann <gerd@gnu.org>
17095
17096 * faces.el (face-spec-set): Only face-spec-reset-face when
17097 ATTRS is non-nil.
17098
170992000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
17100
17101 * help.el (help-insert-xref-button): Fix a typo in doc string.
17102
171032000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
17104
17105 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17106 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
17107 methods.
17108
17109 * menu-bar.el (read-mail-item-name): New function.
17110 (menu-bar-tools-menu): Use it to compute and display the package
17111 used to read email.
17112 (menu-bar-tools-menu): Fix typo in GUD's help string.
17113
171142000-09-07 Dave Love <fx@gnu.org>
17115
17116 * diff-mode.el (diff-mouse-goto-source): New function.
17117
17118 * vc-sccs.el: Doc fixes.
17119 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
17120
17121 * vc-rcs.el: Doc fixes.
17122 (vc-rcs-register-switches, vc-rcs-checkin-switches)
17123 (vc-rcs-checkout-switches, vc-rcs-header)
17124 (vc-rcs-master-templates): Add or change :version.
17125
17126 * vc-cvs.el: Doc fixes.
17127 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
17128 (vc-cvs-stay-local): Add :version.
17129
17130 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
17131
171322000-09-07 Kenichi Handa <handa@etl.go.jp>
17133
17134 * international/quail.el (quail-help): Fix previous change.
17135
171362000-09-07 Gerd Moellmann <gerd@gnu.org>
17137
17138 * faces.el (color-values): Doc fix.
17139
17140 * faces.el (frame-set-background-mode): Use frame-parameter
17141 instead of frame-parameters.
17142
17143 * frame.el (filtered-frame-list): Reduce consing.
17144 (frames-on-display-list): Call frame-parameter instead of
17145 frame-parameters.
17146
171472000-09-07 Kenichi Handa <handa@etl.go.jp>
17148
17149 * language/devan-util.el (devanagari-to-indian-region): In the
17150 loop, change the following char, not preceding char.
17151
171522000-09-07 Gerd Moellmann <gerd@gnu.org>
17153
17154 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
17155 instead of frame-parameters.
17156
17157 * faces.el (set-face-attribute): Simplify by calling
17158 internal-set-lisp-face-attribute with FRAME being 0.
17159
17160 * vc.el: Remove `Id' version control keyword.
17161
171622000-09-07 Kenichi Handa <handa@etl.go.jp>
17163
17164 * help.el (help-make-xrefs): Adjusted for the change of
17165 help-xref-mule-regexp.
17166 (help-insert-xref-button): New function.
17167
17168 * international/mule-cmds.el (help-xref-mule-regexp-template):
17169 Include the pattern for character set.
17170 (leim): New group.
17171
17172 * international/quail.el: Don't require face.
17173 (quail): New group.
17174 (quail-other-command): Dummy command to make quail-help work better.
17175 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
17176 (quail-keyboard-layout-substitution): New variable.
17177 (quail-update-keyboard-layout): New function.
17178 (quail-keyboard-layout-type): New customizable variable.
17179 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
17180 (quail-keyboard-translate): Pay attention to
17181 quail-keyboard-layout-substitution.
17182 (quail-insert-kbd-layout): New function.
17183 (quail-show-keyboard-layout): New function.
17184 (quail-get-translation): If the definition is a vector of length
17185 1, and the element is a string of length 1, return the character
17186 in that string.
17187 (quail-update-current-translations): Fix the case of
17188 relative-index out of range.
17189 (quail-build-decode-map, quail-insert-decode-map): New Functions.
17190 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
17191 Show key sequences for all available characters.
17192 (quail-help-insert-keymap-description): Don't show such verbose
17193 key bindings as quail-self-insert-command.
17194
17195 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
17196 Format changed, and each element now have extra documentations.
17197 (tit-process-header): Delete invalid characters from TIT-PROMPT.
17198 Adjusted for the change of quail-cxterm-package-ext-info.
17199
172002000-09-06 Gerd Moellmann <gerd@gnu.org>
17201
17202 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
17203 requiring it leads to a recursive loading of vc.el and vc-hooks.el
17204 during bootstrap.
17205
172062000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17207
17208 * vc.el: (toplevel): Don't require `dired' at run-time.
17209 (vc-dired-resynch-file): Remove autoload cookie.
17210
172112000-09-05 Andre Spiegel <spiegel@gnu.org>
17212
17213 * vc.el: Made several backend functions optional.
17214 (vc-default-responsible-p): New function.
17215 (vc-merge): Use RET for first version to trigger merge-news, not
17216 prefix arg.
17217 (vc-annotate): Handle backends that do not support annotation.
17218 (vc-default-merge-news): Removed. The existence of a merge-news
17219 implementation is now checked on caller sites.
17220
17221 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
17222 case.
17223
17224 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
17225 special case that has been removed from the default in vc-hooks.el.
17226
172272000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17228
17229 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
17230
172312000-09-05 Andre Spiegel <spiegel@gnu.org>
17232
17233 * vc-hooks.el: Require vc during compilation.
17234 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
17235 macro `with-vc-properties' in vc.el.
17236 (vc-file-getprop): Doc fix.
17237 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
17238
17239 * vc.el: Require dired-aux during compilation.
17240 (vc-name-assoc-file): Moved to vc-sccs.el.
17241 (with-vc-properties): New macro.
17242 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
17243 vc-finish-steal): Use it.
17244 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
17245 to the backend-specific function is now supposed to do the checkout,
17246 too.
17247 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
17248
17249 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
17250 set file properties; that gets done in the generic code now.
17251
17252 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
17253 Changed parameter list, added code from vc.el that does the
17254 checkout, possibly with a double-take.
17255
17256 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
17257 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
17258 the above under the new name.
17259 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
17260 parameter list, added checkout command.
17261 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
17262 properties; that gets done in the generic code now.
17263
172642000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17265
17266 * vc.el: Docstring fixes (courtesy of checkdoc).
17267
172682000-09-05 Stefan Monnier <monnier@cs.yale.edu>
17269
17270 * vc.el (vc-checkout-writable-buffer-hook)
17271 (vc-checkout-writable-buffer): Remove.
17272 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
17273 (vc-log-mode): Make it into a clean derived major mode.
17274 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
17275 vc-log-mode if log-edit is not available.
17276 (vc-dired-mode-map): Don't set-keymap-parent yet.
17277 (vc-dired-mode): Do set-keymap-parent here.
17278 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17279
172802000-09-05 Gerd Moellmann <gerd@gnu.org>
17281
17282 * faces.el (set-face-attribute, face-spec-reset-face)
17283 (face-spec-set): Avoid consing by removing calls to `apply'.
17284
17285 * frame.el (frame-parameter): Move to C code.
17286
172872000-09-05 Dave Love <fx@gnu.org>
17288
17289 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17290 insert-before-markers-and-inherit. Now checked systematically!
17291
172922000-09-05 Alex Schroeder <alex@gnu.org>
17293
17294 * sql.el (sql-postgres): Use sql-postgres-options.
17295 (sql-postgres-options): New variable.
17296
172972000-09-05 Alex Schroeder <alex@gnu.org>
17298
17299 * sql.el (sql-mode-menu): Work around missing variable mark-active
17300 in XEmacs.
17301 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17302 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17303 compatibility.
17304
173052000-09-04 Gerd Moellmann <gerd@gnu.org>
17306
17307 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17308
17309 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17310
17311 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17312
173132000-09-04 Andre Spiegel <spiegel@gnu.org>
17314
17315 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17316 don't support anything else under SCCS yet.
17317
17318 * vc-hooks.el: Minor doc fixes.
17319
173202000-09-04 Andre Spiegel <spiegel@gnu.org>
17321
17322 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17323 not necessary. If verbose in state `needs-patch', do the same as
17324 under `up-to-date'. When NOT verbose and `needs-patch', check out
17325 latest version instead of `merge-news'.
17326 (vc-next-action-dired): Don't mess with default-directory here; it
17327 breaks other parts of dired. It is the job of the
17328 backend-specific functions to adjust it temporarily if they need it.
17329 (vc-next-action): Remove a special CVS case.
17330 (vc-clear-headers): New optional arg FILE.
17331 (vc-checkin, vc-checkout): Set properties vc-state and
17332 vc-checkout-time properly.
17333 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17334 (vc-print-log): Use new backend function `show-log-entry'.
17335 (vc-cancel-version): Do the checks in a different order. Added a
17336 FIXME concerning RCS-only code.
17337
17338 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17339 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17340
17341 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17342
17343 * vc-hooks.el (vc-default-mode-line-string): Show state
17344 `needs-patch' as a `-' too.
17345
173462000-09-04 Andre Spiegel <spiegel@gnu.org>
17347
17348 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17349 (vc-default-could-register): New function.
17350 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17351 (vc-resynch-buffer): Call vc-dired-resynch-file.
17352 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17353 vc-resynch-buffer instead of vc-resynch-window.
17354 (vc-next-action-dired): Don't redisplay here, that gets done as a
17355 result of the individual file operations.
17356 (vc-retrieve-snapshot): Corrected prompt order.
17357
17358 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17359
17360 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17361 as well.
17362 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17363 hostname regexps. Updated all callers.
17364 (vc-cvs-responsible-p): Handle directories as well.
17365 (vc-cvs-could-register): New function.
17366 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17367 properties up-to-date.
17368
17369 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17370 user whether to create one.
17371
173722000-09-04 Andre Spiegel <spiegel@gnu.org>
17373
17374 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17375 check out a non-existing file.
17376
17377 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17378 workfile does not exist.
17379
17380 * vc.el (vc-version-diff): Use `require' to check for existence of
17381 diff-mode.
17382
173832000-09-04 Andre Spiegel <spiegel@gnu.org>
17384
17385 * vc-cvs.el (vc-cvs-registered): Use new function
17386 vc-cvs-parse-entry to do the actual work.
17387
173882000-09-04 Andre Spiegel <spiegel@gnu.org>
17389
17390 * vc-hooks.el (vc-find-backend-function): If function doesn't
17391 exist, return nil instead of error.
17392 (vc-call-backend): Doc fix.
17393
17394 * vc.el (vc-do-command): Doc fix.
17395 (vc-finish-logentry): When checking in from vc-dired, choose the
17396 right backend for logentry check.
17397 (vc-dired-mode-map): Inherit from dired-mode-map.
17398 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17399 simplified.
17400 (vc-dired-state-info): Removed, updated caller.
17401 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17402 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17403 (vc-dired-listing-switches): New variable.
17404 (vc-directory): Use it, instead of dired-listing-switches.
17405
17406 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17407 (vc-cvs-dir-state): New function.
17408 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17409 (vc-cvs-parse-entry): New function, also to be used in
17410 vc-cvs-registered.
17411
174122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17413
17414 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17415 *or* single-window-frames.
17416
174172000-09-04 Andre Spiegel <spiegel@gnu.org>
17418
17419 * vc.el (vc-update-changelog): Split into generic part and default
17420 implementation. Doc string adapted.
17421 (vc-default-update-changelog): New function. Call the `rcs2log'
17422 script in exec-directory, to fix a long-standing nuisance.
17423
17424 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17425 simply signals an error.
17426
174272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17428
17429 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17430 control-flow more clear and to avoid running `cvs' twice.
17431
17432 * vc.el (vc-next-action-on-file): Doc fix.
17433 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17434 (vc-print-log): Eval `file' before constructing the continuation.
17435
174362000-09-04 Andre Spiegel <spiegel@gnu.org>
17437
17438 * vc.el (vc-next-action-on-file): Corrected several messages.
17439 (vc-merge): Add prefix arg `merge-news'; handle it.
17440
17441 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17442 is not reached. It is.
17443 (vc-cvs-merge): Set state to 'edited after merge.
17444 (vc-cvs-merge-news): Set workfile version to nil if not known.
17445 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17446
17447 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17448 via stdout. (Merge from main line.)
17449
174502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17451
17452 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17453 detection.
17454
174552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17456
17457 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17458 against kill-all-local-variables.
17459 (vc-log-edit): Don't save vc-parent-buffer any more.
17460 (vc-last-comment-match): Initialize to an empty string.
17461 (vc-post-command-functions): New hook.
17462 (vc-do-command): Run it.
17463 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17464 (vc-finish-logentry): Only add the comment to the ring if it's
17465 different from the last comment entered.
17466 (vc-new-comment-index): New function.
17467 (vc-previous-comment): Use it. Make the minibuffer message
17468 slightly less terse.
17469 (vc-comment-search-reverse): Make it work forward as well. Don't
17470 set vc-comment-ring-index if no match is found. Use
17471 vc-new-comment-index.
17472 (vc-comment-search-forward): Use vc-comment-search-reverse.
17473 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17474 define-derived-mode will do it for us. Bind `v' to a keymap that
17475 inherits from vc-prefix-map so that we can bind `vt' without
17476 binding C-x v t.
17477 (vc-retrieve-snapshot): Parenthesis typo.
17478
17479 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17480 to 1. Make sure to switch to *vc* before looking for an error
17481 message. Use vc-parse-buffer.
17482
174832000-09-04 Andre Spiegel <spiegel@gnu.org>
17484
17485 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17486 and NAME.
17487 (vc-retrieve-snapshot): Split into two parts.
17488 (vc-default-retrieve-snapshot): New function.
17489
17490 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17491 (vc-cvs-retrieve-snapshot): New function (untested).
17492 (vc-cvs-stay-local): Default to t.
17493 (vc-cvs-remote-p): New function and property.
17494 (vc-cvs-state): Stay local only if the above is t.
17495 (vc-handle-cvs): Removed.
17496 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17497 done via vc-handled-backends now.
17498 (vc-cvs-header): Escape Id.
17499
175002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17501
17502 * vc.el (vc-do-command): Remove unused commands.
17503 (vc-version-diff): Make sure default-directory ends with a slash.
17504 Move the window commands into a vc-exec-after.
17505 (vc-print-log): Move more of the code into the `vc-exec-after'.
17506
175072000-09-04 Andre Spiegel <spiegel@gnu.org>
17508
17509 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17510 (vc-print-log): Search current revision from beginning of buffer.
17511 (vc-revert-buffer): Clear echo area after the diff is finished.
17512 (vc-prefix-map): Removed definition of "t" for terse display in vc
17513 dired.
17514 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17515 definition of "vt" for terse display.
17516 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17517
175182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17519
17520 * vc.el (vc-exec-after): Avoid caddr.
17521
175222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17523
17524 * vc.el (vc-exec-after): New function.
17525 (vc-do-command): Use it to add a termination message for async
17526 procs.
17527 (vc-checkout): Try to handle a missing-backend situation.
17528 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17529 of a directory with a backend using async diffs.
17530 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17531 present.
17532
17533 * vc-sccs.el (vc-sccs-state-heuristic): Use
17534 file-ownership-preserved-p.
17535
17536 * vc-rcs.el (vc-rcs-state-heuristic): Use
17537 file-ownership-preserved-p.
17538 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17539
175402000-09-04 Andre Spiegel <spiegel@gnu.org>
17541
17542 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17543 vc-do-command.
17544
17545 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17546 when there are no changes.
17547
175482000-09-04 Andre Spiegel <spiegel@gnu.org>
17549
17550 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17551
17552 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17553
175542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17555
17556 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17557
17558 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17559 the `fset' outside of the defvar so that it works even if
17560 vc-prefix-map was already defined.
17561 (vc-setup-buffer): New function, split out of vc-do-command.
17562 (vc-do-command): Allow BUFFER to be t to mean `just use the
17563 current buffer without any fuss'.
17564 (vc-version-diff): Change the `diff' backend operation to just put
17565 the diff in the current buffer without erasing it. Always use
17566 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17567 shrink-window-if-larger-than-buffer.
17568 (vc-print-log): Change the `print-log' backend operation to just
17569 put the log in the current buffer without erasing it. Protect
17570 shrink-window-if-larger-than-buffer.
17571 (vc-update-change-log): Fix setd typo.
17572
17573 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17574 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17575
17576 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17577 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17578 CMP.
17579
17580 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17581 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17582 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17583
175842000-09-04 Andre Spiegel <spiegel@gnu.org>
17585
17586 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17587 not possible, use vc-BACKEND-workfile-unchanged-p.
17588 (vc-default-workfile-unchanged-p): New function. Delegates to a
17589 full vc-BACKEND-diff.
17590
17591 * vc-hooks.el (vc-simple-command): Removed.
17592
17593 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17594 instead of vc-simple-command.
17595 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17596 avoid doing a diff when opening a file.
17597 (vc-rcs-state): Added check for unlocked-changes.
17598 (vc-rcs-header): Escape Id.
17599 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17600 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17601 version.
17602
17603 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17604 (vc-sccs-diff): Remove optional arg CMP.
17605 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17606 SCCS-specific function.
17607
17608 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17609 vc-simple-command.
17610
176112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17612
17613 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17614 (with-vc-file, vc-merge): Use vc-editable-p.
17615 (vc-do-command): Remove unused var vc-file and fix the
17616 doubly-defined `status' var. Add a user message when starting an
17617 async command.
17618 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17619 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17620 Use with-current-buffer.
17621 (vc-buffer-sync): Use unless.
17622 (vc-next-action-on-file): If the file is 'edited by read-only,
17623 make it read-write instead of trying to commit.
17624 (vc-version-diff, vc-update-change-log): Use `setq
17625 default-directory' rather than `cd'.
17626 (vc-log-edit): Don't forget to set default-directory in the
17627 buffer.
17628
17629 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17630 (vc-sccs-state-heuristic): Use file-writable-p instead of
17631 comparing userids.
17632 (vc-sccs-checkout): Use `unless'.
17633
17634 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17635 of comparing userids.
17636 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17637 Simplify the logic by eliminating unreachable code.
17638 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17639 just do a recursive call if we need to retry.
17640 (vc-rcs-checkout): Handle the case where rcs is missing by making
17641 the buffer read-write if requested and re-signalling the error.
17642
17643 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17644
176452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17646
17647 * vc-hooks.el (vc-handled-backends): Docstring change.
17648 (vc-ignore-vc-files): Mark obsolete.
17649 (vc-registered): Check vc-ignore-vc-files.
17650 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17651 vc-ignore-vc-files.
17652
17653 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17654
176552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17656
17657 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17658 files since ange-ftp already has vc-registered return nil.
17659
17660 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17661 (vc-sccs-workfile-version): Use with-temp-buffer and new
17662 vc-parse-buffer and don't bother setting the property.
17663 (vc-sccs-add-triple): Use with-current-buffer and
17664 find-file-noselect.
17665 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17666
17667 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17668 derives from the old vc-parse-buffer but uses the revision number
17669 rather than the date (much easier to compare robustly).
17670 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17671 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17672 locking-user more directly. Check strict locking and set
17673 checkout-model appropriately.
17674 (vc-rcs-parse-locks): Remove.
17675 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17676 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17677 (vc-rcs-system-release): Use with-current-buffer and
17678 vc-parse-buffer.
17679 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17680
17681 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17682 (vc-simple-command): Docstring fix.
17683 (vc-registered): Align the way the file-handler is called with the
17684 way the function itself works.
17685 (vc-file-owner): Remove.
17686
17687 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17688 extraction of fields and call to file-attributes because of a
17689 temporary bug in rcp.el.
17690 (vc-cvs-fetch-status): Use with-current-buffer.
17691
176922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17693
17694 * vc.el (vc-do-command): Use file-relative-name.
17695 (vc-responsible-backend): Use vc-backend if possible.
17696 (vc-create-snapshot): Improve the `interactive' spec. Add support
17697 for branches and dispatch to backend-specific `create-snapshot'.
17698 (vc-default-create-snapshot): New function, containing the bulk of
17699 the old vc-create-snapshot.
17700 (vc-retrieve-snapshot): Improve the interactive spec.
17701
17702 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17703 (vc-backend-hook-functions): Remove.
17704 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17705 (vc-backend): Reintroduce the test for `file = nil' now that I
17706 know why it was there (and added a comment to better remember).
17707
17708 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17709 code from vc-sccs-hooks.el.
17710 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17711 'vc anymore.
17712 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17713 and file-directory-p instead of file-exists-p.
17714 (vc-sccs-check-headers): Simplify the regexp.
17715
17716 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17717 from vc-rcs-hooks.el. Don't require 'vc anymore.
17718 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17719 file-directory-p instead of file-exists-p.
17720
17721 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17722 from vc-cvs-hooks.el.
17723 (proto vc-cvs-registered): Require 'vc-cvs instead of
17724 'vc-cvs-hooks. Don't require 'vc anymore.
17725 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17726 file-directory-p instead of file-exists-p.
17727 (vc-cvs-create-snapshot): New function, replacing
17728 vc-cvs-assign-name.
17729 (vc-cvs-assign-name): Remove.
17730
177312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17732
17733 * vc-cvs.el (vc-cvs-header): New var.
17734
17735 * vc-rcs.el (vc-rcs-exists): Remove.
17736 (vc-rcs-header): New var.
17737
17738 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17739 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17740 (vc-sccs-header): New var.
17741
17742 * vc.el (vc-do-command): Get rid of the `last' argument.
17743 (vc-header-alist): Remove, replaced by vc-X-header.
17744 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17745 (vc-dired-hook): Use expand-file-name instead of concat.
17746 (vc-directory): Use file-name-as-directory.
17747 (vc-snapshot-precondition, vc-create-snapshot)
17748 (vc-retrieve-snapshot): Allow the command to operate on any
17749 directory.
17750
17751 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17752 just removing the 'WORKFILE argument or by removing the 'MASTER
17753 argument and replacing `file' with (vc-name file).
17754
177552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17756
17757 * vc.el: Update Copyright and add a crude list of backend funs.
17758 (vc-writable-p): New function.
17759 (with-vc-file): Use vc-writable-p.
17760 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17761 (vc-register): Avoid vc-name.
17762 (vc-locking-user): Remove.
17763 (vc-steal-lock): Make the `owner' arg non-optional.
17764 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17765 vc-checkout-model.
17766 (vc-default-dired-state-info): Use vc-state instead of
17767 vc-locking-user and return special strings for special states.
17768 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17769 and get rid of one of the special CVS cases.
17770 (vc-cancel-version): prettify error message with \\[...].
17771 (vc-rename-master): New function.
17772 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17773 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17774 the CVS special case generic.
17775 (vc-default-record-rename): Remove.
17776 (vc-file-tree-walk-internal): Only call FUNC for files that are
17777 under control of some VC backend and replace `concat' with
17778 expand-file-name.
17779 (vc-file-tree-walk): Update docstring.
17780 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17781 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17782
17783 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17784 vc-sccs-record-rename. Use `find-file-noselect' rather than
17785 `find-file' and call `vc-rename-master' to do the actual move.
17786 (vc-sccs-diff): Remove unused `backend' variable.
17787
17788 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17789 to delay loading of vc-sccs until it is really used.
17790 (vc-sccs-master-templates): Preload.
17791 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17792 (vc-sccs-project-dir): Remove (merged into
17793 vc-sccs-search-project-dir).
17794 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17795 rather than `concat', make sure it is preloaded and don't bother
17796 to check that the file actually exists.
17797 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17798 `locks' argument (use buffer's content instead) and eliminate n^2
17799 behavior.
17800
17801 * vc-rcs.el: Update Copyright.
17802 (vc-rcs-rename-file): New function.
17803 (vc-rcs-diff): Remove unused `backend' variable.
17804
17805 * vc-hooks.el: Update Copyright.
17806 (vc-backend): Don't accept a nil argument any more.
17807 (vc-up-to-date-p): Turn into a defsubst.
17808 (vc-possible-master): New function.
17809 (vc-check-master-templates): Use `vc-possible-master' and allow
17810 funs in vc-X-master-templates to return a non-existent file.
17811
17812 * vc-cvs.el: Update Copyright.
17813 (vc-cvs-diff): Remove unused `backend' variable.
17814 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17815
17816 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17817
178182000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17819
17820 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17821 since it can be called from vc-rcs.el.
17822 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17823
178242000-09-04 Andre Spiegel <spiegel@gnu.org>
17825
17826 * vc.el (vc-version-diff): Expand file name read from the
17827 minibuffer. Handle the case when a previous version number can't
17828 be guessed. Give suitable messages when there were no differences
17829 found.
17830 (vc-clear-headers): Call backend-specific implementation, if one
17831 exists.
17832 (vc-cancel-version): Made error checks generic. When done, clear
17833 headers generically, too.
17834
17835 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17836 from vc-clear-headers in vc.el.
17837
17838 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17839 correctly.
17840 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17841 optional. Handle the case when it's not there.
17842
178432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17844
17845 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17846
178472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17848
17849 * vc-hooks.el (vc-loadup): Remove.
17850 (vc-find-backend-function): Use `require'. Also, handle the case
17851 where vc-BACKEND-hooks.el doesn't exist.
17852 (vc-call-backend): Cleanup.
17853
178542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17855
17856 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17857 vc-rcs-grab-templates)
17858 (vc-rcs-registered): Remove. The default function works as well.
17859 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17860 vc-sccs-grab-templates)
17861 (vc-sccs-registered): Remove. The default function works as well.
17862
17863 * vc.el (vc-version-diff): Left out a vc- in call to
17864 vc-call-backend.
17865 (vc-default-dired-state-info, vc-default-record-rename)
17866 (vc-default-merge-news): Update for the new backend argument.
17867
17868 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17869 using the default function.
17870 (vc-call-backend): If calling the default function, pass it the
17871 backend as first argument. Update the docstring accordingly.
17872 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17873 for the new backend argument.
17874 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17875 (vc-find-backend-function): Use the new name.
17876 (vc-default-registered): New function.
17877
178782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17879
17880 * vc.el (vc-merge): Use vc-find-backend-function.
17881
17882 * vc-hooks.el (vc-backend-functions): Remove.
17883 (vc-loadup): Don't setup 'vc-functions.
17884 (vc-find-backend-function): New function.
17885 (vc-call-backend): Use above fun and populate 'vc-functions
17886 lazily.
17887 (vc-backend-defines): Remove.
17888
178892000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17890
17891 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17892 Call vc-call-backend without the leading vc-.
17893 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17894 (vc-check-headers): Call vc-call-backend without the leading vc-.
17895 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17896 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17897 Call vc-call-backend without the leading vc-.
17898
17899 * vc-cvs.el (tail): Provide vc-cvs.
17900 * vc-sccs.el (tail): Provide vc-sccs.
17901 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17902
17903 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17904 (vc-make-backend-function, vc-call): Pass names without leading
17905 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17906 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17907 (vc-call-backend): Always try to load vc-X-hooks.
17908 (vc-registered): Remove vc- in call to vc-call-backend.
17909
179102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17911
17912 * vc.el (vc-process-filter): New function.
17913 (vc-do-command): Setup `vc-process-filter' for the async process.
17914 (vc-maybe-resolve-conflicts): New function to reduce
17915 code-duplication. Additionally, it puts the buffer in
17916 `smerge-mode' if applicable.
17917 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17918 calling `merge-news'.
17919 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17920 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17921 interfacing to log-edit.el.
17922 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17923 log-edit is available.
17924 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17925
179262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17927
17928 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17929 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17930 defvar and the initialization.
17931 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17932
17933 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17934 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17935
17936 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17937
179382000-09-04 Andre Spiegel <spiegel@gnu.org>
17939
17940 * vc.el (vc-file-clear-masterprops): Removed.
17941 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17942 (vc-version-diff): Use buffer-size without argument.
17943 (vc-register): Heed vc-initial-comment.
17944
17945 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17946 default branch.
17947
17948 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17949 file name and workfile version.
17950 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17951
17952 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17953 vc-file-clear-masterprops.
17954
17955 * vc-sccs.el (vc-sccs-checkout): Removed call to
17956 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17957 rather than user login name.
17958
17959
179602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17961
17962 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17963 `want-differences-if-changed' and simplify.
17964 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17965 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17966 output (which is invalid for async vc-diff) to decide whether to
17967 do the revert silently or not.
17968
179692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17970
17971 * vc-hooks.el (vc-loadup): Load files quietly.
17972 (vc-call-backend): Oops, brain fart.
17973
179742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17975
17976 * vc-cvs.el (vc-cvs-state): Typo.
17977 (vc-cvs-merge-news): Return the status code rather than the error msg.
17978
179792000-09-04 Andre Spiegel <spiegel@gnu.org>
17980
17981 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17982 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17983 vc-state or vc-up-to-date-p.
17984 (vc-merge): Use vc-backend-defines to check whether merging is
17985 possible. Set state to 'edited after successful merge.
17986
17987 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17988 return that name. Redocumented.
17989
179902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17991
17992 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17993 new `vc-state' semantics.
17994 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17995 'vc-locking-user to the current user.
17996 (vc-merge): Inline vc-backend-merge. Comment out code that I
17997 don't understand and hence can't adapt to the new `vc-state' and
17998 `vc-locking-user' semantics.
17999 (vc-backend-merge): Remove.
18000
18001 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
18002 rather than 'vc-locking-user.
18003
18004 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
18005
18006 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
18007 (vc-state): Don't use 'reserved any more. Just use the same
18008 convention as the one used for vc-<backend>-state where the
18009 locking user (as a string) is returned.
18010 (vc-locking-user): Update, based on the above convention. The
18011 'vc-locking-user property has disappeared.
18012 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
18013
18014 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
18015 with a heuristic one.
18016 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
18017 (vc-cvs-checkin): Do a trivial parse to set the state in case of
18018 error. That allows us to get to 'needs-merge even in the
18019 stay-local case. There's still no way to detect 'needs-patch in
18020 such a setup (or to force an update for that matter).
18021 (vc-cvs-logentry-check): Remove, the default works as well.
18022
180232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18024
18025 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
18026
18027 * vc.el (vc-do-command): kill-all-local-variables, to reset any
18028 major-mode in which the buffer might have been put earlier. Use
18029 `remove' and `when'. Allow `okstatus' to be `async' and use
18030 `start-process' in this case.
18031 (vc-version-diff): Handle the case where the diff looks empty
18032 because of the use of an async process.
18033
180342000-09-04 Andre Spiegel <spiegel@gnu.org>
18035
18036 * vc.el (vc-next-action-on-file): Removed optional parameter
18037 `simple'. Recompute state unconditionally.
18038 (vc-default-toggle-read-only): Removed.
18039
18040 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
18041 (vc-toggle-read-only): Undid prev change.
18042
18043 * vc-cvs.el (vc-cvs-stay-local): Renamed from
18044 vc-cvs-simple-toggle. Redocumented.
18045 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
18046 (vc-cvs-toggle-read-only): Removed.
18047
180482000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18049
18050 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
18051 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
18052 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
18053 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
18054 still is. So maybe it should be removed.
18055 (vc-head-version, vc-find-binary): Remove.
18056 (vc-recompute-state): Move from vc-hooks.el.
18057 (vc-next-action-on-file): Add a `simple' argument to allow
18058 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
18059 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
18060 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
18061 (vc-dired-mode-map): Properly defvar it.
18062 (vc-print-log): Call log-view-mode if available.
18063 (small-temporary-file-directory): defvar instead of use boundp.
18064 (vc-merge-news): Moved to vc-cvs.el.
18065 (vc-default-merge-news): New function.
18066
18067 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
18068 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
18069 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
18070 unknown `vc-latest-version' function. It should probably refer to
18071 vc-workfile-version or somesuch, but it's very unclear to me and I
18072 don't have SCCS to test things.
18073
18074 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
18075 (vc-sccs-state-heuristic): Fix typo.
18076 (vc-sccs-workfile-unchanged-p): Add missing argument.
18077
18078 * vc-rcs.el: Require vc and vc-rcs-hooks.
18079 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
18080 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
18081 (vc-release-greater-or-equal-p): Move from vc.
18082 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
18083 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
18084 (vc-rcs-checkout): Add a missing `new-version' argument in the
18085 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
18086
18087 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
18088 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
18089 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
18090 than the apparently unbound `workfile-version'.
18091
18092 * vc-hooks.el (vc-master-templates): Def the obsolete var.
18093 (vc-file-prop-obarray): Use `make-vector'.
18094 (vc-backend-functions): Add new hookable functions
18095 vc-toggle-read-only, vc-record-rename and vc-merge-news.
18096 (vc-loadup): If neither backend nor default functions exist, use
18097 the backend function rather than nil.
18098 (vc-call-backend): If the function if not bound yet, try to load
18099 the non-hook file to see if it provides it.
18100 (vc-call): New macro plus use it wherever possible.
18101 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
18102 nor `vc-find-binary' since it's only called from
18103 vc-mistrust-permission which is only used once the backend is known.
18104 (vc-checkout-model): Fix parenthesis.
18105 (vc-recompute-state, vc-prefix-map): Move to vc.el.
18106
18107 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
18108 (vc-cvs-release, vc-cvs-system-release): Remove.
18109 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
18110 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
18111 status symbols.
18112 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
18113 (vc-cvs-toggle-read-only): First cut at a function to allow a
18114 cvs-status-free vc-toggle-read-only.
18115 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
18116 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
18117 vc-cvs-status. Also set vc-state rather than vc-locking-user.
18118 (vc-cvs-checkout): Modify access rights directly if the user
18119 requested not to use `cvs edit'. And refresh the mode line.
18120
18121 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
18122 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
18123
181242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
18125
18126 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
18127 workfile' that got lost when the code was extracted from vc.el.
18128 And merged the tail with the rest of the code (not possible in the
18129 old vc.el where the tail was shared among all backends). And
18130 explicitly set the state to 'edited if `writable' is set.
18131
18132 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
18133 (vc-cvs-state): Be careful to return the value from
18134 vc-cvs-parse-state.
18135 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
18136 property but return it instead. Also be careful to handle a nil
18137 or "" `rev' when workfile is non-nil (it was handled properly when
18138 workfile was nil).
18139
18140 * vc.el: Removed those pesky unnecessary `(function' quotes.
18141 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
18142 directly in the defvar.
18143 (vc-do-command): Bind inhibit-read-only so as to properly handle
18144 the case where the destination buffer has been made read-only.
18145 (vc-diff): Delegate to vc-version-diff in all cases.
18146 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
18147 (vc-annotate-mode-variables): Removed (code moved partly to
18148 defvars and partly to vc-annotate-add-menu).
18149 (vc-annotate-mode): Turned into a derived-mode.
18150 (vc-annotate-add-menu): Moved in code in
18151 vc-annotate-mode-variables.
18152 (vc-update-change-log): Use make-temp-file if available.
18153
181542000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
18155
18156 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
18157 `vc-checkout-model' updated to `vc-cvs-update-model'.
18158
181592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18160
18161 * vc.el (vc-next-action-on-file): Added handling of state
18162 `unlocked-changes'.
18163 (vc-checkout-carefully): Is now practically obsolete, unless the
18164 above is too slow to be enabled unconditionally.
18165 (vc-update-change-log): Fixed typo.
18166
18167 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
18168
18169 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
18170 Now handles state `unlocked-changes'.
18171 (vc-sccs-workfile-unchanged-p): New function, to support the above.
18172
18173 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
18174
18175 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
18176 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
18177 `unlocked-changes'.
18178 (vc-rcs-workfile-unchanged-p): Renamed from
18179 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
18180 function yet, but supposed to become one soon.
18181
18182 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
18183 `vc-steal-lock'.
18184 (vc-call-backend): Changed error message.
18185 (vc-state): Added description of state `unlocked-changes'.
18186
181872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18188
18189 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
18190 always return t in CVS-controlled directories.
18191
18192 * vc.el (vc-responsible-backend): New function.
18193 (vc-register): Largely rewritten.
18194 (vc-admin): Removed (implementation moved into vc-register).
18195 (vc-checkin): Redocumented.
18196 (vc-finish-logentry): If no backend defined yet (because we are in
18197 the process of registering), use the responsible backend.
18198
18199 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18200 Updated function lists.
18201 (vc-call-backend): Fixed typo.
18202
18203 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
18204 New functions.
18205 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
18206 Removed query option. Redocumented.
18207
182082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18209
18210 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
18211
18212 * vc.el: Updated callers of `vc-checkout-required' to use
18213 `vc-checkout-model'.
18214
182152000-09-04 Martin Lorentzson <martinl@gnu.org>
18216
18217 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
18218 stuff updated to reference this function instead of the old
18219 `vc-backend-release-p'.
18220
182212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18222
18223 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
18224 vc-checkout-model. Return appropriate values. Updated callers.
18225
182262000-09-04 Martin Lorentzson <martinl@gnu.org>
18227
18228 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
18229 (vc-backend-revert): Function moved into `vc-revert';
18230 `vc-next-action' must be updated to accomodate this change.
18231 (vc-backend-steal): Function moved into `vc-finish-steal'.
18232 (vc-backend-logentry-check): Function moved into
18233 `vc-finish-logentry'.
18234 (vc-backend-printlog): Function moved into `vc-print-log'.
18235 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
18236 (vc-backend-assign-name): Function moved into
18237 `vc-create-snapshot'.
18238
182392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18240
18241 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
18242 Rename to vc-checkout-model. Return appropriate values.
18243 Update callers.
18244
18245 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
18246 to vc-checkout-model.
18247 (vc-checkout-required): Rename to vc-checkout-model.
18248 Re-implement and re-comment.
18249 (vc-after-save): Use vc-checkout-model.
18250
182512000-09-04 Martin Lorentzson <martinl@gnu.org>
18252
18253 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
18254 Update to use the vc-BACKEND-diff functions instead.
18255 `vc-diff' is now working.
18256
18257 * vc-rcs.el (vc-rcs-logentry-check): New function.
18258
18259 * vc-cvs.el (vc-cvs-logentry-check): New function.
18260
18261 * vc-sccs.el (vc-sccs-diff): Function changed name from
18262 `vc-backend-diff'. This makes `vc-diff' work.
18263
18264 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
18265 of functions possibly implemented in a vc-BACKEND library.
18266 (vc-checkout-required): Fix bug that caused an error to be
18267 signaled during `vc-after-save'.
18268
18269 * vc.el: Fix typo.
18270 This checkin is made with our new VC code base for the very first time.
18271 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
18272
18273 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
18274 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
18275
18276 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18277 updated to `vc-uses-locking'.
18278 (vc-checkout-required): Call to backend function.
18279 `vc-checkout-required' updated to `vc-uses-locking' instead.
18280
18281 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18282 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18283
18284 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18285 to match the split into various backends.
18286 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18287 (vc-retrieve-snapshot): Bug fix.
18288
182892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18290
18291 * vc-sccs.el (vc-sccs-release): Doc fix.
18292
182932000-09-04 Martin Lorentzson <martinl@gnu.org>
18294
18295 * vc.el (vc-next-action-on-file): Bug found and fixed.
18296 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18297 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18298
18299 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18300 (vc-rcs-checkout): Name space cleaned up. No more revision number
18301 crunching function names that are not prefixed with vc-rcs.
18302 (vc-rcs-checkout-model): Function added. References to
18303 `vc-checkout-model' replaced.
18304
183052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18306
18307 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18308 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18309 still need to be split, and implemented for RCS).
18310
183112000-09-04 Martin Lorentzson <martinl@gnu.org>
18312
18313 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18314
18315 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18316 required by the vc.el file.
18317
18318 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18319 required by the vc.el file.
18320 (vc-rcs-exists): Function added.
18321
18322 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18323 required by the vc.el file.
18324
18325 * vc.el (vc-admin): Updated to handle selection of appropriate
18326 backend. Current implementation is crufty and need re-thinking.
18327
18328 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18329
183302000-09-04 Martin Lorentzson <martinl@gnu.org>
18331
18332 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18333 beginning of annotate buffers correctly.
18334
18335 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18336 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18337 functionality updated quite a lot to support multiple backends.
18338 Variables `vc-annotate-mode', `vc-annotate-buffers',
18339 `vc-annotate-backend' added.
18340
18341 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18342 `vc-annotate-difference' added to supported backend functions.
18343
183442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18345
18346 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18347 Use with-temp-file instead of /bin/sh. Merged from mainline
18348
183492000-09-04 Martin Lorentzson <martinl@gnu.org>
18350
18351 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18352
18353 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18354
18355 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18356
183572000-09-04 Martin Lorentzson <martinl@gnu.org>
18358
18359 * vc-hooks.el: vc-state-heuristic added to
18360 vc-backend-hook-functions.
18361
18362 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18363
18364 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18365
18366 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18367 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18368 state to `reserved'.
18369
18370 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18371 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18372
183732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18374
18375 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18376 untouched.
18377
18378 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18379
18380 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18381 if defined. (Merged from main line, slightly adapted.)
18382
18383 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18384 millenium problem (merged from mainline).
18385
183862000-09-04 Martin Lorentzson <martinl@gnu.org>
18387
18388 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18389 part and moved the non-BACKEND stuff to vc.el.
18390
18391 * vc.el: Split the annotate feature into a BACKEND specific part
18392 and moved it from the vc-cvs.el file to this one.
18393
183942000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18395
18396 * vc-hooks.el: Implement new state model.
18397 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18398 (vc-locking-user): Simplify. Now only needed if the file is
18399 locked by somebody else.
18400 (vc-lock-from-permissions): Remove. Functionality is in
18401 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18402 (vc-mode-line-string): New name for former vc-status. Adapted.
18403 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18404
18405 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18406 Various simplifications and adaptations all over the place.
18407
18408 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18409 Simplify and adapt the rest.
18410
18411 * vc.el (vc-resynch-window): Add TODO comment: check for
18412 interaction with view mode according to recent RCS change.
18413 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18414
184152000-09-04 Martin Lorentzson <martinl@gnu.org>
18416
18417 * vc.el: Convert the remaining function comments to docstrings.
18418
184192000-09-04 Martin Lorentzson <martinl@gnu.org>
18420
18421 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18422 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18423 (vc-minor-part, vc-previous-version): Functions that operate and
18424 compare revision numbers got proper documentation. Comments added
18425 about their possible removal.
18426
184272000-09-04 Martin Lorentzson <martinl@gnu.org>
18428
18429 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18430 the vc-backend.el files.
18431
18432 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18433
18434 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18435 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18436 (vc-rcs-previous-version): Functions added.
18437
18438 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18439
18440 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18441
184422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18443
18444 * vc-hooks.el (vc-master-templates): Is really obsolete.
18445 Comment out the definition for now. What is the right procedure
18446 to get rid of it?
18447 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18448 rewritten.
18449 (vc-default-registered): Remove.
18450 (vc-check-master-templates): New function; does mostly what the
18451 above did before.
18452 (vc-locking-user): Don't rely on the backend to set the property.
18453
18454 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18455 Rewrite documentation.
18456 (vc-rcs-templates-grabbed): New variable.
18457 (vc-rcs-grab-templates): New function.
18458 (vc-rcs-registered): Rewrite to use above mechanism.
18459
18460 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18461 Rewrite documentation.
18462 (vc-sccs-templates-grabbed): New variable.
18463 (vc-sccs-grab-templates): New function.
18464 (vc-sccs-registered): Rewrite to use above mechanism.
18465 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18466 Don't throw the result, simply return it.
18467
18468 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18469 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18470 (vc-cvs-registered): Does the check itself now. Simplify.
18471
18472 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18473 from main line.
18474
184752000-09-04 Martin Lorentzson <martinl@gnu.org>
18476
18477 * vc-cvs.el (vc-cvs-diff): New function.
18478
18479 * vc-sccs.el (vc-sccs-diff): New function.
18480
18481 * vc-rcs.el (vc-rcs-diff): New function.
18482 (vc-rcs-checkout): Bug (typo) found and fixed.
18483 (vc-rcs-register-switches): New variable.
18484
18485 * vc.el (vc-backend-diff): Function removed and placed in the
18486 backend files.
18487
184882000-09-04 Martin Lorentzson <martinl@gnu.org>
18489
18490 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18491
18492 * vc.el (vc-backend-checkout): Function removed and replaced in
18493 the vc-backend.el files.
18494
18495 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18496
18497 * vc.el (vc-backend-admin): Removed and replaced in the
18498 vc-backend.el files.
18499
18500 * vc.el (Martin): Removed all the annotate functionality since it
18501 is CVS backend specific.
18502
185032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18504
18505 * spec.txt: Added specification of vc-state.
18506
18507 * vc-sccs-hooks.el (vc-sccs-master-properties):
18508 Remove handling of vc-latest-version and
18509 vc-your-latest-version. What used to be vc-latest-version, is now
18510 returned as vc-workfile-version.
18511 (vc-sccs-workfile-version): Adapt.
18512
185132000-09-04 Dave Love <fx@gnu.org>
18514
18515 * vc.el: [Merged from mainline.]
18516 (vc-dired-mode): Make the dired-move-to-filename-regexp
18517 regexp match the date, to avoid treating date as file size.
18518 Add YYYY S option to WESTERN/
18519
185202000-09-04 Dave Love <fx@gnu.org>
18521
18522 * vc.el: Require `compile' when compiling.
18523 (vc-logentry-check-hook): New option.
18524 (vc-steal-lock): Use compose-mail.
18525 (vc-dired-mode-map): Defvar when compiling.
18526 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18527 vc-sccs.el and renamed. Callers changed.
18528 (vc-backend-checkout, vc-backend-logentry-check)
18529 (vc-backend-merge-news): Doc fix.
18530 (vc-default-logentry-check): New function.
18531 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18532 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18533 (vc-backend-merge): Doc fix. Use backend functions.
18534 (vc-check-headers): Use backend functions.
18535
18536 * vc-cvs.el: Require vc when compiling.
18537 (vc-cvs-register-switches): Doc fix.
18538 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18539 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18540 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18541 New functions (code from vc.el).
18542 (vc-annotate-display-default): Fix interactive spec.
18543 (vc-annotate-time-span): Doc fix.
18544
18545 * vc-rcs.el: Require vc when compiling.
18546 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18547 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18548 (vc-rcs-checkin): New functions (code from vc.el).
18549 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18550 Doc fix.
18551 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18552
18553 * vc-sccs.el: Require vc when compiling.
18554 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18555 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18556 (vc-sccs-revert)
18557 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18558 from vc.el).
18559 (vc-sccs-add-triple, vc-sccs-record-rename)
18560 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18561 (vc-sccs-admin): Doc fix.
18562
185632000-09-04 Martin Lorentzson <martinl@gnu.org>
18564
18565 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18566 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18567 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18568 from vc.el.
18569
18570 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18571
18572 * vc-cvs.el: Moved the annotate functionality from vc.el.
18573 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18574
185752000-09-04 Dave Love <fx@gnu.org>
18576
18577 * vc.el (vc-backend-release): Call vc-system-release.
18578
18579 * vc-sccs.el (vc-sccs-system-release):
18580 Renamed from vc-sccs-backend-release.
18581
18582 * vc-rcs.el (vc-rcs-system-release):
18583 Renamed from vc-rcs-backend-release.
18584
18585 * vc-cvs.el (vc-cvs-system-release):
18586 Renamed from vc-cvs-backend-release.
18587
185882000-09-04 Dave Love <fx@gnu.org>
18589
18590 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18591 backend files.
18592 (vc-backend-release): Dispatch to backend functions.
18593 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18594 probably needs attention.]
18595
18596 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18597 (vc-sccs-backend-release): New function.
18598
18599 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18600 (vc-cvs-backend-release): New function.
18601
18602 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18603 Doc fix.
18604 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18605 (vc-default-dired-state-info): New function.
18606 (vc-dired-state-info): Dispatch to backends.
18607 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18608
18609 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18610 from vc.el and renamed.
18611
186122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18613
18614 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18615 (vc-version-other-window, vc-backend-assign-name): Removed
18616 references to vc-latest-version; sometimes changed into
18617 vc-workfile-version.
18618
18619 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18620 vc-rcs-master-workfile-version.
18621 (vc-rcs-workfile-version): Use the above. Don't call
18622 vc-latest-version (that was unreachable code, anyway).
18623 (vc-rcs-fetch-master-properties): Doc fix.
18624
18625 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18626 (vc-backend-hook-functions): Removed them from this list, too.
18627 (vc-fetch-properties): Removed.
18628 (vc-workfile-version): Doc fix.
18629
18630 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18631 (vc-rcs-workfile-version, vc-rcs-locking-user)
18632 (vc-rcs-uses-locking): Use it.
18633
18634 * vc-hooks.el (vc-consult-rcs-headers):
18635 Moved into vc-rcs-hooks.el, under the name
18636 vc-rcs-consult-headers.
18637
18638 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18639 headers.
18640 (vc-cvs-find-master): Use this name only; correct different
18641 versions of the name.
18642
18643 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18644 New functions.
18645 (vc-sccs-locking-user): Use the latter.
18646
18647 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18648 New functions.
18649
18650 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18651 Moved into both
18652 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18653 functions are implementation details of those two backends.
18654
186552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18656
18657 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18658 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18659
18660 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18661 (vc-sccs-parse-locks): SCCS-specific code moved here from
18662 vc-hooks.
18663
18664 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18665 code moved here from vc-hooks.
18666
18667 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18668 into back-end specific parts and removed. Callers not updated
18669 yet; because I guess these callers will disappear into back-end
18670 specific files anyway.
18671
186722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18673
18674 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18675 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18676 `vc-uses-locking'.
18677
18678 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18679 Store yes/no in the property, and return t/nil. Updated all
18680 callers.
18681
18682 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18683 vc-sccs-uses-locking. Don't set property.
18684 (vc-sccs-locking-user): Don't set property.
18685
18686 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18687 vc-cvs-uses-locking. Don't set property here; leave that to
18688 vc-hooks.
18689 (vc-cvs-locking-user): Reflect above change. Streamlined.
18690
18691 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18692 vc-rcs-uses-locking.
18693 (vc-rcs-locking-user): Reflect above change.
18694
186952000-09-04 Dave Love <fx@gnu.org>
18696
18697 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18698
18699 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18700
18701 * vc-hooks.el (vc-checkout-model): Punt to backends.
18702
18703 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18704
18705 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18706
18707 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18708 New functions.
18709
18710 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18711 New functions.
18712
18713 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18714 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18715
18716 * vc-hooks.el (vc-default-locking-user): New function.
18717 (vc-locking-user, vc-workfile-version): Punt to backends.
18718
187192000-09-04 Dave Love <fx@gnu.org>
18720
18721 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18722 (vc-master-workfile-version): Moved from vc-hooks.
18723
18724 * vc-rcs-hooks.el: Fix duplicate code in last change.
18725
18726 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18727 (vc-rcs-master-templates): Improve :type.
18728 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18729 vc-master-workfile-version): Moved from vc-hooks.
18730
18731 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18732 (vc-sccs-master-templates): Improve :type.
18733 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18734
18735 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18736
18737 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18738 (vc-cvs-master-templates): Improve :type. Use
18739 vc-cvs-find-cvs-master.
18740 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18741 from vc-hooks.
18742 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18743
18744 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18745 Moved to vc-cvs-hooks.
18746
18747 * vc-hooks.el: Add doc strings in various places. Simplify the
18748 minor mode setup.
18749 (vc-handled-backends): New user variable.
18750 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18751 simplification.
18752
187532000-09-04 Dave Love <fx@gnu.org>
18754
18755 * vc.el: Some doc fixes for autoloaded and interactive functions.
18756 Fix compilation warnings from ediff stuff.
18757 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18758
18759 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18760
18761 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18762
18763 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18764
187652000-09-04 Dave Love <fx@gnu.org>
18766
18767 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18768 New variable.
18769 (vc-make-backend-function, vc-loadup, vc-call-backend)
18770 (vc-backend-defines): New functions.
18771
18772 * vc-hooks.el: Various doc fixes.
18773 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18774 (vc-match-substring): Function removed. Callers changed to use
18775 match-string.
18776 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18777 Simplify.
18778
187792000-09-04 Dave Love <fx@gnu.org>
18780
18781 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18782 type.
18783 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18784 (vc-sccs-registered): Doc fix.
18785
18786 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18787 (vc-cvs-registered): Doc fix.
18788
18789 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18790 (vc-rcs-registered): Doc fix.
18791
187922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18793
18794 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18795
18796 * vc-hooks.el: vc-registered has been renamed
18797 vc-default-registered. Some functions have been moved to the
18798 backend specific files. they all support the
18799 vc-BACKEND-registered functions.
18800
188012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18802
18803 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18804
18805 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18806
188072000-09-04 Dave Love <fx@gnu.org>
18808
18809 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18810 menu-bar-update-hook.
18811
18812 * help.el (help-manyarg-func-alist): Add
18813 find-operation-coding-system.
18814
18815 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18816
18817 * custom.el (custom-set-variables): Print message about errors in
18818 setting.
18819
188202000-09-03 Andrew Innes <andrewi@gnu.org>
18821
18822 * makefile.w32-in: Change to DOS line endings.
18823
188242000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18825
18826 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18827 minor-mode keymaps, if they don't have one.
18828
188292000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18830
18831 * eshell/esh-module.el (eval-when-compile): Don't lose if
18832 esh-module.el's file name is truncated to DOS 8+3 limits.
18833
188342000-09-01 John Wiegley <johnw@gnu.org>
18835
18836 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18837 predicate, which caused entries in the completion list to be
18838 doubled.
18839
188402000-08-30 John Wiegley <johnw@gnu.org>
18841
18842 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18843 sending to subprocesses. Also, hook pre-command-hook if
18844 `eshell-send-direct-to-subprocesses' is non-nil.
18845 (eshell-send-direct-to-subprocesses): New config variable. If t,
18846 subprocess input is send immediately.
18847 (eshell-toggle-direct-send): New function.
18848 (eshell-self-insert-command): New function.
18849 (eshell-intercept-commands): New function.
18850 (eshell-send-input): If direct subprocess sending is enabled,
18851 don't echo any input to the Eshell buffer. Let the subprocess
18852 handle that. This requires "stty echo" in bash, for example.
18853
188542000-08-28 John Wiegley <johnw@gnu.org>
18855
18856 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18857 completion function for Eshell's implementation of `unset'.
18858
188592000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18860
18861 * info.el (Info-directory-list): Doc fix.
18862
188632000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18864
18865 * filecache.el (file-cache-add-directory-using-find): Don't quote
18866 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18867
188682000-08-31 Kenichi Handa <handa@etl.go.jp>
18869
18870 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18871 coding systems.
18872
188732000-08-30 Andrew Innes <andrewi@gnu.org>
18874
18875 * timer.el (run-with-idle-timer): Undo last change, so that timer
18876 is not activated immediately if Emacs is already idle. Some
18877 existing code relies on this behaviour.
18878
188792000-08-30 Miles Bader <miles@gnu.org>
18880
18881 * frame.el (set-frame-font): Do completion of font-name for
18882 interactive use.
18883
188842000-08-30 Kenichi Handa <handa@etl.go.jp>
18885
18886 * international/quail.el (quail-start-translation): Bind locally
18887 last-command-event, last-command, and this-command.
18888 (quail-start-conversion): Likewise.
18889 (quail-self-insert-command): Fix docstring.
18890
188912000-08-29 Gerd Moellmann <gerd@gnu.org>
18892
18893 * progmodes/executable.el
18894 (executable-make-buffer-file-executable-if-script-p): Check that
18895 buffer contains at least 2 characters.
18896
188972000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18898
18899 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18900
189012000-08-29 Dave Love <fx@gnu.org>
18902
18903 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18904 (diff-mode-shared-map): Bind mouse-2.
18905 (diff-imenu-generic-expression): New variable.
18906 (diff-mode): Use it.
18907
18908 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18909 (mouse-popup-menubar): Add minor mode menus.
18910 (popup-menu): Check for lookup-key returning number.
18911
189122000-08-29 Miles Bader <miles@gnu.org>
18913
18914 * comint.el (comint-send-input): Create overlays using the proper
18915 front/read-advance arguments.
18916
189172000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18918
18919 * ps-print.el: Even/odd pages printing. Doc fix.
18920 (ps-print-version): New version number (6.0).
18921 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18922 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18923 (ps-print-duplex-feature): Variable eliminated.
18924 (ps-even-or-odd-pages): New variable.
18925
18926 * progmodes/ebnf2ps.el: Doc fix.
18927 (ebnf-version): New version (3.3).
18928 (ebnf-user-arrow): Change variable customization to sexp.
18929 (ebnf-user-arrow): Function eliminated.
18930 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18931
189322000-08-29 Kenichi Handa <handa@etl.go.jp>
18933
18934 * help.el (help-xref-mule-regexp): New variable.
18935 (help-make-xrefs): Handle help-xref-mule-regexp.
18936
18937 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18938 variable.
18939 (describe-input-method): Temporarily activate the specfied input
18940 method to display the information.
18941 (describe-language-environment): Hyperlinks to mule related items.
18942
18943 * international/mule-diag.el (charset-multibyte-form-string): New
18944 function.
18945 (list-character-sets-1): Use charset-multibyte-form-string.
18946 (describe-character-set): New function.
18947 (describe-coding-system): Hyperlinks to safe character sets.
18948
18949 * international/quail.el (quail-help): New arg PACKAGE.
18950 Hyperlinks to mule related items.
18951 (quail-help-insert-keymap-description): Use
18952 substitute-command-keys instead of describe-bindings.
18953 (quail-translation-help): Hyperlinks to mule related items.
18954
189552000-08-28 John Wiegley <johnw@gnu.org>
18956
18957 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18958 have a defsubst call itself. Made `eshell-flatten-list' back into
18959 a function again.
18960
18961 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18962 catch, in case re-centering point at bottom messes up the display.
18963 This happens frequently in Emacs 21, due I believe to variable
18964 line heights.
18965
18966 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18967 to call `find-tag-interactive'.
18968
18969 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18970 the list of remember directories.
18971
189722000-08-28 John Wiegley <johnw@gnu.org>
18973
18974 * align.el: Test align-region-separate to see if it's a symbol.
18975
189762000-08-28 John Wiegley <johnw@gnu.org>
18977
18978 * eshell/esh-util.el (eshell-flatten-list): Made this function
18979 into a defsubst form. It gets used very frequently, although
18980 calls don't occur all that often.
18981
18982 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18983 examining it.
18984
18985 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18986 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18987 `eshell-protect'.
18988 (eshell-copy-handles): Created a new macro for duplicating the
18989 current set of open handles. This is needed by the looping
18990 functions.
18991 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18992 is not incorrectly stomped on.
18993
18994 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18995 declaration for pcomplete-use-paring.
18996 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18997 value of eshell-cmpl-use-paring.
18998 * pcomplete.el (pcomplete-use-paring): New config variable, to
18999 indicate whether paring should be used.
19000 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
19001 completion alternatives that have already been used.
19002
19003 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
19004 bound to C-c C-y, which will repeat the previous N arguments
19005 (based on prefix argument).
19006 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
19007
19008 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
19009 if there is no *Help* buffer. This is for XEmacs, which renames
19010 its help buffers uniquely. TODO: Find out what the current buffer
19011 name to delete is.
19012
19013 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
19014 first entry that correlates to a passwd/group number. Later
19015 entries (used for group/user name aliasing to multiple IDs) are
19016 ignored.
19017
19018 * eshell/em-xtra.el (eshell/expr):
19019 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
19020 (eshell-grep, eshell/diff, eshell/locate):
19021 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
19022 argument list, before passing it to the system command.
19023
19024 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
19025 `find-tag' for use at final position in Eshell buffers (which
19026 otherwise triggers an error on Emacs 21).
19027 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
19028 buffer, if it is currently bound to `find-tag'.
19029
19030 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
19031 in the list of matched Makefile names.
19032 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
19033 directory, prefer its contents to Makefile.
19034
19035 * eshell/em-dirs.el (eshell/cd): cd commands that look up
19036 directory parts (like "cd old new", or "cd =regexp"), are now case
19037 sensitive on non-Windows/DOS platforms.
19038
19039 * eshell/esh-mode.el (eshell-parse-command-input): When a user
19040 types RET after an open delimiter (like "), display a message
19041 indicating that Eshell is waiting for the closing delimiter.
19042
19043 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
19044 environment variables.
19045
19046 * eshell/em-unix.el (eshell/diff): Added logic to fail more
19047 gracefully if the user enters incorrect arguments.
19048
19049 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
19050 Eshell buffers.
19051
19052 * eshell/esh-var.el (eshell-interpolate-variable):
19053 * eshell/esh-mode.el (eshell-move-argument):
19054 * eshell/em-unix.el (eshell-du-sum-directory):
19055 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
19056 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
19057 (not (= ...)).
19058
19059 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
19060 to ensure the `preserve' flag gets propagated when doing recursive
19061 directory copies.
19062
190632000-08-28 Stefan Monnier <monnier@cs.yale.edu>
19064
19065 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
19066 Don't convert \n into \0177 in memory.
19067 (eshell-read-history, eshell-write-history): Convert \n to \0177,
19068 and back again, when reading and writing.
19069
190702000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
19071
19072 * eshell/esh-util.el (eshell-processp): Added to relieve constant
19073 testing of `fboundp' on `processp'.
19074
19075 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
19076 (eshell/jobs): Don't call process-list if it is not bound.
19077 (eshell-gather-process-output): Support systems where async
19078 subprocesses aren't supported.
19079 (eshell-scratch-buffer, eshell-last-sync-output-start): New
19080 variables.
19081
19082 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
19083 eshell-do-eval returns t.
19084 (eshell-do-pipelines-synchronously): New defmacro.
19085 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
19086 when async subprocesses aren't supported.
19087 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
19088 if async subprocesses aren't supported.
19089 (eshell-resume-command): Don't assume STATUS is a string.
19090
19091 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
19092
19093 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
19094 (eshell-close-target, eshell-get-target): Use eshell-processp.
19095 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
19096 fix.
19097 (eshell-get-target, eshell-create-handles): Doc fix.
19098
190992000-08-28 Miles Bader <miles@lsi.nec.co.jp>
19100
19101 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
19102 criterion to include commands that output something, as long as it
19103 leaves both the command and the end-of-buffer visible when the
19104 command has exited.
19105 (eshell-review-quick-commands): Adjust the help doc string
19106 accordingly.
19107
191082000-08-28 Peter Breton <pbreton@ne.mediaone.net>
19109
19110 * locate.el (locate): Cleaned up locate command's interactive prompting
c499f00a 19111 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
a30eb617
DL
19112
19113 * filecache.el (file-cache-case-fold-search): New variable
19114 (file-cache-assoc-function): New variable
19115 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
19116 Use file-cache-case-fold-search variable
19117 (file-cache-add-file): Use file-cache-assoc-function
19118 (file-cache-delete-file): likewise
19119 (file-cache-directory-name): likewise
19120 (file-cache-debug-read-from-minibuffer): likewise
19121
191222000-08-28 Gerd Moellmann <gerd@gnu.org>
19123
19124 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
19125 (abbrev-table-name): New function.
19126 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
19127 If non-nil list local abbrev, only.
19128
191292000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
19130
19131 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
19132 from Gnus support code, and use special article copy buffer
19133 `(gnus-original-article-buffer)' instead. This allows to get rid
19134 of article-hide-headers usage (which breaks in the latest Gnus
19135 version). Thanks to Detlev Zundel.
19136
191372000-08-28 Kenichi Handa <handa@etl.go.jp>
19138
19139 * international/quail.el (quail-use-package): Hide "... loaded"
19140 message.
19141 (quail-start-translation, quail-start-conversion): Likewise.
19142
19143 * international/kkc.el (kkc-region): Hide "... loaded" message.
19144
191452000-08-27 Dave Love <fx@gnu.org>
19146
19147 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
19148
191492000-08-27 Miles Bader <miles@gnu.org>
19150
19151 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
19152
191532000-08-27 Kenichi Handa <handa@etl.go.jp>
19154
19155 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
19156 'ja-dic-cnv), not (require 'skkdic-cnv).
19157
191582000-08-26 Miles Bader <miles@gnu.org>
19159
19160 * faces.el (face-x-resources): Add entry for :inherit.
19161 * cus-face.el (custom-face-attributes): Add support for :inherit
19162 attribute. Add support for relative face heights.
19163 (custom-face-attributes-get): Treat `nil' as being a default value
19164 for :inherit (as well as `unspecified').
19165
19166 * faces.el (set-face-attribute): Update doc string.
19167 (face-attribute-name-alist): Add :inherit.
19168 (face-valid-attribute-values): Handle :inherit.
19169 (face-read-string): Rephrase prompt to be less confusing.
19170 Assume that DEFAULT is a string, since we must return a string.
19171 (face-read-integer): Use `format' to turn DEFAULT into an
19172 acceptable default for face-read-string. Match NEW-VALUE against
19173 the string "unspecified", not the symbol `unspecified', since
19174 that's what face-read-string returns.
19175 (read-face-attribute): Lookup a name for old-value in valid, and
19176 use it as a default if we find one. Treat all values from
19177 face-read-string as strings. If the default is used, don't do any
19178 more processing on the value, just use the old value directly.
19179 (read-face-and-attribute, modify-face): Tweak prompt.
19180 (read-face-name): Don't assume prompt ends with a space.
19181
19182 * faces.el (describe-face): Add support for :inherit attribute.
19183
191842000-08-25 Kenichi Handa <handa@etl.go.jp>
19185
19186 * terminal.el (terminal-emulator): Fix args to `concat'. Now
19187 concat doesn't accept interger.
19188
19189 * international/kkc.el: Remove SKK from Keywords. Require
19190 ja-dic-utl instead of skkdic-utl.
19191
19192 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
19193 Provide ja-dic-cnv instead of skkdic-cnv.
19194 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
19195 (iso-2022-7bit-short): Add safe-charsets property.
19196 (skkdic-convert-postfix): Search Japanese chou-on character in
19197 addition to Hiragana character.
19198 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
19199 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
19200 (batch-skkdic-convert): Likewise.
19201
19202 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
19203 Provide ja-dic-utl instead of skkdic-utl.
19204 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
19205
192062000-08-24 Dave Love <fx@gnu.org>
19207
19208 * disp-table.el (standard-display-default): Make the test of `l'
19209 useful.
19210
19211 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
19212 mod sample text.
19213
19214 * international/iso-ascii.el: Make pilcrow convenient string
19215 consistent with section.
19216 (iso-ascii-display): Set up multibyte characters as well as
19217 unibyte.
19218
192192000-08-24 Kenichi Handa <handa@etl.go.jp>
19220
19221 * international/mule-cmds.el (reset-language-environment): Set
19222 default-process-coding-system to '(undecided . iso-latin-1), which
19223 makes process I/O almost consistent with file I/O. Call this
19224 function when mule-cmds.el[c] is loaded.
19225
192262000-08-22 Andrew Innes <andrewi@gnu.org>
19227
19228 * makefile.w32-in: New file.
19229
192302000-08-22 Miles Bader <miles@lsi.nec.co.jp>
19231
19232 * comint.el (comint-output-filter): Compare end of
19233 comint-last-output-overlay with the start of the newly inserted
19234 text, not the end, when deciding whether to extend it.
19235 Set saved-point's insertion type to advance after insertion.
19236
19237 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
19238 since this is now done independently of font-lock mode.
19239
192402000-08-21 Gerd Moellmann <gerd@gnu.org>
19241
19242 * server.el (server-kill-new-buffers): New user option.
19243 (server-existing-buffer): New buffer-local variable.
19244 (server-visit-files): When using an existing buffer, set
19245 server-existing-buffer to t.
19246 (server-buffer-done): If server-kill-new-buffers is t, kill the
19247 buffer, unless it was already present before visiting it with
19248 Emacs server.
19249
192502000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
19251
19252 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
19253 even if the display doesn't support colors: some displays will
19254 support bold/underline faces.
19255
192562000-08-21 Gerd Moellmann <gerd@gnu.org>
19257
19258 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
19259
19260 * startup.el (command-line): If user's init file had an error,
19261 add explanatory text to *Messages*.
19262
192632000-08-21 Kenichi Handa <handa@etl.go.jp>
19264
19265 * man.el (Man-getpage-in-background): Decode the process output by
19266 the system locale coding system.
19267
192682000-08-20 Dave Love <fx@gnu.org>
19269
19270 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
19271 Don't test x-popup-menu.
19272 (function) <complete-function>: Complete only fbound symbols.
19273 <validate, value>: New.
19274 (variable) <complete-function>: Complete only bound symbols.
19275 (coding-system): Add :base-only, :complete-function, :validate,
19276 :value, :prompt-match.
19277 (widget-coding-system-prompt-value): Use read-coding-system and
19278 act on :base-only.
19279 (editable-field): Add :help-echo.
19280 (widget-push-button-gui, widget-push-button-cache)
19281 (widget-gui-action, widget-editable-list-gui): COmment out, along
19282 with uses.
19283 (widget-at): Make arg optional.
19284 (widget-echo-help): Adjust for current help-echo calling sequence.
19285 (widget-specify-field, widget-specify-button)
19286 (widget-specify-insert, widget-get-sibling, widget-image-find)
19287 (widget-convert, widget-insert, widget-leave-text)
19288 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19289 (widget-setup, widget-field-find, widget-before-change)
19290 (widget-after-change, widget-default-complete)
19291 (widget-default-create, widget-default-delete)
19292 (widget-push-button-value-create, editable-field)
19293 (widget-field-prompt-value, widget-field-validate)
19294 (widget-choice-value-create, widget-choice-action)
19295 (widget-choice-validate, widget-checklist-add-item)
19296 (widget-radio-add-item, widget-radio-chosen)
19297 (widget-radio-value-inline, widget-editable-list-value-create)
19298 (widget-editable-list-entry-create)
19299 (widget-documentation-link-add)
19300 (widget-documentation-string-value-create)
19301 (widget-regexp-validate, widget-file-complete)
19302 (widget-sexp-validate, widget-plist-convert-widget)
19303 (widget-plist-convert-widget, widget-alist-convert-widget)
19304 (widget-alist-convert-widget, widget-color-complete): Simplify,
19305 particularly to avoid bindings which aren't optimized out.
19306
19307 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19308 Doc fix.
19309 (down-list, backward-up-list, up-list, kill-sexp)
19310 (backward-kill-sexp, mark-sexp): Make arg optional.
19311 (lisp-complete-symbol): Add optional arg PREDICATE.
19312
19313 * cus-start.el: Add display-buffer-reuse-frames,
19314 file-coding-system-alist.
19315
193162000-08-20 Gerd Moellmann <gerd@gnu.org>
19317
19318 * startup.el (command-line): Clear realized faces after
19319 modifying TTY color mappings.
19320
193212000-08-20 Miles Bader <miles@gnu.org>
19322
19323 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19324 merely a subset of FACE's attributes.
19325
193262000-08-19 Miles Bader <miles@gnu.org>
19327
19328 * comint.el (comint-output-filter): Save the point with a marker,
19329 not just a buffer position.
19330
19331 * international/mule.el (set-buffer-process-coding-system): Make
19332 interactive prompt less confusing.
19333
193342000-08-19 Gerd Moellmann <gerd@gnu.org>
19335
19336 * hilit-chg.el: General cleanup of doc strings, comments and
19337 code formatting.
19338
193392000-08-19 Miles Bader <miles@gnu.org>
19340
19341 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19342 Compiler macro removed; beginning-of-line is no longer always
19343 equivalent to forward-line, in the presence of fields.
19344
19345 * comint.el (comint-output-filter): Remove ad-hoc saving of
19346 restriction, and just use save-restriction, now that it works
19347 correctly. Don't adjust comint-last-input-start to account for
19348 our insertion; it shouldn't have moved because we don't use
19349 insert-before-markers anymore. Comment out call to
19350 `force-mode-line-update'; why is it here?
19351
19352 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19353 while checking for prompt to delete. Use `forward-line 0'
19354 instead of beginning-of-line.
19355 (gud-filter): Temporarily widen gud comint buffer while
19356 examining output.
19357
193582000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19359
19360 * progmodes/sh-script.el: Big bag of typos.
19361
19362 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19363 check since ispell-process is not bound when ispell is not yet loaded.
19364
193652000-08-18 Dave Love <fx@gnu.org>
19366
19367 * image.el (find-image): Copy `spec' before using plist-put.
19368
193692000-08-18 Gerd Moellmann <gerd@gnu.org>
19370
19371 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19372 `portugues'.
19373
19374 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19375 backward-kill-sexp, analogous to kill-sexp.
19376
19377 * progmodes/icon.el (icon-indent-line)
19378 (icon-is-continuation-line): Handle comments specially.
19379
193802000-08-17 Ken Stevens <k.stevens@ieee.org>
19381
19382 * ispell.el: Set to standard author/maintainer/keyword fields.
19383 Fine tuning to menu map appearance and operation, and added help.
19384 Remove `start' and `end' error messages when compiling.
19385 (ispell-choices-win-default-height): Fixed comment string.
19386 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19387 castellano8 dictionaries.
19388 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19389 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19390 dictionary, added italiano dictionary.
19391 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19392 word character
19393 (ispell-tex-skip-alists): Added psfig support.
19394 (ispell-skip-html): Renamed from ispell-skip-sgml.
19395 (ispell-begin-skip-region-regexp, ispell-skip-region)
19396 (ispell-minor-check): Improved html skipping support to skip across
19397 code, and recognize `&' commands without propper `;' syntax;
19398 (ispell-process-line): Fix alignment error when manually
19399 correcting spelling.
19400 (ispell): Fix comment string.
19401 (ispell-add-per-file-word-list): Always put word list on new line.
19402
194032000-08-17 Gerd Moellmann <gerd@gnu.org>
19404
19405 * format.el (format-encode-run-method): Fix error message to say
19406 `encode' instead of `decode'. Use save-window-excursion around
19407 shell-command-on-region as in format-decode-run-method because
19408 shell-command-on-region can display a buffer with error output.
19409 (format-decode): Don't record undo information for the decoding.
19410 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19411 that number part of the temporary buffer name so that more than
19412 one decoding using a temporary buffer can happen safely.
19413
19414 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19415 of `A-z' in the regexp.
19416
19417 * hilit-chg.el: Fix typos in commentary.
19418
19419 * help.el (view-emacs-news): Rewritten for new naming scheme
19420 for old NEWS files.
19421
19422 * startup.el (command-line): Pop to *Messages* in case an error
19423 is signaled while loading user-init-file.
19424
194252000-08-17 Andreas Schwab <schwab@suse.de>
19426
19427 * files.el (insert-directory): Don't lose original file name,
19428 undoing an undocumented change.
19429
194302000-08-17 Alex Schroeder <alex@gnu.org>
19431
19432 * sql.el (sql-magic-go): Use comint-bol.
19433 (sql-copy-column): Use comint-line-beginning-position.
19434 (comint-line-beginning-position): Define a replacement for
19435 comint-line-beginning-position if it is not fboundp.
19436
194372000-08-17 Alex Schroeder <alex@gnu.org>
19438
19439 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19440 it didn't have any effect anyway.
19441
194422000-08-17 Alex Schroeder <alex@gnu.org>
19443
19444 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19445 --pset and pager=off instead of sending \\o|cat at the beginning
19446 of the session.
19447
194482000-08-17 Miles Bader <miles@gnu.org>
19449
19450 * progmodes/octave-inf.el: Add compatibility definition of
19451 comint-line-beginning-position.
19452
194532000-08-17 Kenichi Handa <handa@etl.go.jp>
19454
19455 * startup.el (normal-top-level): Look in each dir in load-path for
19456 a leim-list.el file too. This assures of loading leim-list.el
19457 that is created at Emacs installation time even if a user have his
19458 own leim-list.el.
19459
194602000-08-17 Miles Bader <miles@gnu.org>
19461
19462 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19463 foreground color to black if the background is dark.
19464
194652000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19466
19467 * loadhist.el (unload-feature): Typo.
19468
19469 * finder.el (finder-compile-keywords):
19470 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19471 to the generated file.
19472
19473 * mail/mh-e.el (mh-make-local-vars):
19474 Replace make-variable-buffer-local with make-local-variable.
19475
19476 * play/landmark.el:
19477 * options.el (Edit-options-{set,toggle,t,nil}):
19478 * mail/mailabbrev.el (mail-abbrevs-mode):
19479 * textmodes/tex-mode.el (tex-expand-files):
19480 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19481
19482 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19483
19484 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19485 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19486 Allow going past the last element.
19487 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19488 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19489 (cvs-mouse-toggle-mark): Don't move point.
19490 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19491
19492 * progmodes/compile.el (grep): Provide a default set of files.
19493 (next-error): Docstring fix.
19494 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19495
19496 * emacs-lisp/easy-mmode.el (define-minor-mode):
19497 Use `symbol-value' to keep the byte-compiler quiet.
19498
19499 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19500 (diff-find-source-location): New fun, extracted from diff-goto-source.
19501 (diff-goto-source): Use it.
19502 (diff-next-complex-hunk, diff-filter-lines): New function.
19503 (diff-apply-hunk): New command.
19504
19505 * smerge-mode.el (smerge-mode-menu): Doc fix.
19506
19507 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19508
195092000-08-16 Dave Love <fx@gnu.org>
19510
19511 * windmove.el (windmove) <defgroup>: Add :version.
19512
19513 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19514 (goto-address-fontify-p, goto-address-highlight-p)
19515 (goto-address-url-face, goto-address-url-mouse-face)
19516 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19517 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19518 (goto-address-fontify, goto-address-at-mouse): Simplify,
19519 (goto-address-at-point): browse-url-url-at-point,
19520 goto-address-find-address-at-point can return nil.
19521 (goto-address-find-address-at-point): Return nil on failure.
19522
19523 * align.el (align) <defgroup>: Add :version.
19524
19525 * calculator.el (calculator): Add :version.
19526 (calculator): Use two lines for calculator window if `modeline'
19527 face is boxed.
19528
19529 * play/5x5.el: Doc fixes.
19530 (5x5) <defgroup>: Add :version.
19531
19532 * play/fortune.el (fortune) <defgroup>: Add :version.
19533 (fortune-append): Fix error message.
19534 (fortune-from-region): Doc fix.
19535
19536 * play/pong.el (pong): Doc fix.
19537
19538 * play/morse.el: Keywords, commentary, autoloads.
19539
195402000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19541
19542 * desktop.el (desktop-save): Don't look at symbol-value of a
19543 member of minor-mode-alist, unless it is boundp.
19544
195452000-08-16 Sam Steingold <sds@gnu.org>
19546
19547 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19548 `while'; use `with-current-buffer' instead of `save-excursion'.
19549 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19550
195512000-08-16 Kenichi Handa <handa@etl.go.jp>
19552
19553 * international/ccl.el (declare-ccl-program): Docstring modified.
19554 (ccl-execute-with-args): Likewise.
19555
195562000-08-16 Miles Bader <miles@gnu.org>
19557
19558 * progmodes/sql.el: Add compatibility definition of
19559 comint-line-beginning-position.
19560
195612000-08-15 Gerd Moellmann <gerd@gnu.org>
19562
19563 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19564 'buffer-menu' property.
19565 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19566 fails.
19567 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19568 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19569 wasn't killed.
19570
19571 * buff-menu.el (list-buffers-noselect): Don't display the
19572 *Buffer List* buffer.
19573
19574 * font-lock.el: Require jit-lock to prevent a very late
19575 `Loading jit-lock' message.
19576
19577 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19578 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19579 mail address.
19580
195812000-08-15 Miles Bader <miles@gnu.org>
19582
19583 * textmodes/ispell.el (ispell-graphic-p): New constant.
19584 (ispell-choices-win-default-height, ispell-help): Use
19585 `ispell-graphic-p' instead of `xemacsp'.
19586
195872000-08-15 Dave Love <fx@gnu.org>
19588
19589 * simple.el: Autoload widget-convert when compiling.
19590 (mail-user-agent): Doc fix.
19591
19592 * help.el (function-called-at-point, variable-at-point): Use
19593 with-syntax-table.
19594 (help-manyarg-func-alist): Add insert-and-inherit.
19595
19596 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19597
19598 * delsel.el (delsel-unload-hook): New function.
19599
19600 * find-file.el: Doc fixes. Move provide to end.
19601 (ff) <defgroup>: Add :link.
19602 (ff-goto-click): Deleted.
19603 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19604 Use mouse-set-point.
19605
19606 * textmodes/tildify.el: Doc fixes.
19607 (tildify) <defgroup>: Add:version.
19608
19609 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19610 (glasses-custom-set): Use set-default, not set.
19611 (minor-mode-alist): Propertize the lighter.
19612 (glasses-mode): Provide optional arg.
19613
19614 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19615 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19616 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19617 option. Provide :type.
19618 (cwarn-configuration): Provide :type.
19619 (cwarn-mode): Doc fix.
19620
19621 * add-log.el (change-log-merge): Doc fix.
19622 (change-log-redate): New command.
19623
19624 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19625 Doze and Dog.
19626 (browse-url): Use dolist, not mapcar.
19627 (browse-url-at-point): Check for null url.
19628 (browse-url-event-buffer, browse-url-event-point): Functions
19629 deleted.
19630 (browse-url-at-mouse, browse-url-netscape): Simplify.
19631
19632 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19633 modes.
19634 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19635 Fix previous change to mapcan.
19636 (msb--init-file-alist, msb--add-separators)
19637 (msb--make-keymap-menu): Simplify.
19638 (msb--choose-file-menu): Use copy-sequence.
19639 (msb-mode-map): Add title to keymap.
19640 (msb-unload-hook): New function.
19641
19642 * bs.el: Fix indentation.
19643 (bs) <defgroup>: Add :links.
19644 (bs-show): Doc fix.
19645 (bs-apply-sort-faces): Don't use window-system.
19646 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19647
196482000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19649
19650 * calendar/timeclock.el (timeclock-file): Run .timelog through
19651 convert-standard-filename.
19652
196532000-08-14 Gerd Moellmann <gerd@gnu.org>
19654
19655 * emacs-lisp/authors.el: New file.
19656
19657 * paren.el (show-paren-priority): New user option.
19658 (show-paren-function): Set overlay priorities to
19659 show-paren-priority.
19660
196612000-08-14 Miles Bader <miles@gnu.org>
19662
19663 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19664 beginning-of-line with inhibit-field-text-motion bound.
19665
196662000-08-14 Gerd Moellmann <gerd@gnu.org>
19667
19668 * calendar/timeclock.el: New file.
19669
196702000-08-14 David Ponce <david@dponce.com>
19671
19672 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19673 `widget-button-click'. so that one can use left mouse button to
19674 click on dialog buttons.
19675
196762000-08-14 Emmanuel Briot <briot@gnat.com>
19677
19678 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19679 identifiers, since XML is case sensitive
19680
196812000-08-12 Miles Bader <miles@gnu.org>
19682
19683 * comint.el (comint-output-filter): Don't bother frobbing
19684 window-start, it doesn't seem to be necessary.
19685
19686 * comint.el (comint-send-string, comint-send-region): Make into
19687 real functions. Snapshot the prompt before sending.
19688
196892000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19690
19691 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19692 technique similar to Info-index, instead of relying on specific
19693 names of relevant Index nodes.
19694 (Info-goto-emacs-command-node): Bind Info-history to nil when
19695 going to the first node found by Info-find-emacs-command-nodes.
19696
196972000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19698
19699 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19700
197012000-08-10 Miles Bader <miles@gnu.org>
19702
19703 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19704
197052000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19706
19707 * info.el (Info-file-list-for-emacs): More elements for the
19708 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19709 and woman manuals.
19710
197112000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19712
19713 * comint.el (comint-send-input): Make the newline boundary overlay
19714 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19715 (comint-output-filter): Use `insert' instead of
19716 `insert-before-markers'. Extend comint-last-output-overlay when
19717 necessary since we can't rely on insert-before-markers to do it.
19718 * gud.el (gud-filter): Use `with-current-buffer' instead of
19719 save-excursion when inserting the output, so that point gets
19720 updated correctly; the old method relied on a rather dodgy
19721 side-effect of comint-output-filter to avoid the effect of
19722 save-excursion.
19723
197242000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19725
19726 * files.el (recover-file): Call insert-directory instead of
19727 invoking `ls' directly.
19728
197292000-08-10 Miles Bader <miles@gnu.org>
19730
19731 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19732 (comint-last-prompt-overlay): New variables.
19733 (comint-output-filter): Implement prompt highlighting.
19734 (comint-snapshot-last-prompt): New function.
19735 (comint-send-input): Snapshot the last prompt.
19736 Use comint-highlight-input-face.
19737 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19738 Use defface instead of defcustom.
19739 (send-invisible, comint-send-eof): Snapshot the last prompt.
19740 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19741 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19742
197432000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19744
19745 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19746 (regexp-opt-group): Use a list of chars for `letters'.
19747 (regexp-opt-charset): `chars' is now a list of chars.
19748 Use a char-table rather than a vector so it works for multibyte chars.
19749
19750 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19751 Set cvs-minor-current-files to the selected fileinfo.
19752 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19753 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19754
197552000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19756
19757 * files.el (insert-directory): Don't call access-file on
19758 directories on DOS and Windows.
19759
197602000-08-09 Kenichi Handa <handa@etl.go.jp>
19761
19762 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19763 longer if necessary.
19764 (ccl-embed-code): Call ccl-embed-data to store CODE in
19765 ccl-program-vector.
19766
197672000-08-09 Miles Bader <miles@gnu.org>
19768
19769 * comint.el (comint-output-filter): Properly handle the case where
19770 the text surrounded by comint-last-output-overlay was deleted.
19771
197722000-08-08 Gerd Moellmann <gerd@gnu.org>
19773
19774 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19775 non-nil.
19776 (Info-file-list-for-emacs): Remove "info" from the list because
19777 that leads to trying to use the documentation from file `info'
19778 in various situations where it isn't appropriate, for instance
19779 C-h C-k C-h i.
19780
19781 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19782 DIR and/or STRING are nil.
19783
19784 * progmodes/compile.el (compilation-setup): Make variable
19785 compilation-error-screen-columns buffer-local, as some comment
19786 in the code suggests it should be.
19787
19788 * files.el (auto-mode-interpreter-regexp): New variable.
19789 (set-auto-mode): Use it.
19790
19791 * indent.el (indent-for-tab-command): Doc fix.
19792
19793 * mouse-sel.el (mouse-sel-mode): Doc fix.
19794
19795 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19796 labels.
19797
19798 * help.el (print-help-return-message): When
19799 display-buffer-reuse-frames is set, let the help window been quit,
19800 instead of deleting it, which might delete a reused frame.
19801
198022000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19803
19804 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19805 rename a directory to a name that differs only by its letter case.
19806
198072000-08-08 Kenichi Handa <handa@etl.go.jp>
19808
19809 * international/quail.el (quail-define-rules): Handle Quail decode
19810 map correctly. Add code for supporting annotations.
19811 (quail-install-decode-map): New function.
19812 (quail-defrule-internal): New optional arguments decode-map and
19813 props.
19814 (quail-advice): New function.
19815
198162000-08-07 Sam Steingold <sds@gnu.org>
19817
19818 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19819 `defconst', `define-condition', `with-slots'.
19820 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19821
198222000-08-03 Miles Bader <miles@gnu.org>
19823
19824 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19825 New variable.
19826 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19827 comint-use-prompt-regexp-instead-of-fields.
19828 (comint-send-input): Add `input' field property to stuff we send to
19829 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19830 (comint-output-filter): Add `output' field property to process
19831 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19832 (comint-replace-by-expanded-history)
19833 (comint-get-old-input-default, comint-show-output)
19834 (comint-backward-matching-input, comint-forward-matching-input)
19835 (comint-next-prompt, comint-previous-prompt): Use field
19836 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19837 (comint-line-beginning-position): New function.
19838 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19839 (comint-replace-by-expanded-history-before-point): Use
19840 comint-line-beginning-position and line-end-position.
19841 (comint-last-output-overlay): New variable.
19842 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19843
19844 * shell.el (shell-prompt-pattern): Doc change.
19845 (shell-backward-command): Use line-beginning-position.
19846
19847 * gud.el (gud-gdb-complete-command): Use
19848 comint-line-beginning-position.
19849
19850 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19851 comint-bol doesn't actually go to the beginning of the line.
19852
19853 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19854 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19855 (try-expand-line-all-buffers): Likewise.
19856
19857 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19858 explicitly matching comint-prompt-regexp.
19859 (sql-copy-column): Use comint-line-beginning-position instead of
19860 explicitly matching comint-prompt-regexp.
19861
19862 * progmodes/octave-inf.el (inferior-octave-complete): Use
19863 comint-line-beginning-position.
19864
19865 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19866
19867 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19868 looking for a prompt, use `forward-line 0' instead of
19869 `beginning-of-line', to avoid getting caught by an input field.
19870
198712000-08-07 Gerd Moellmann <gerd@gnu.org>
19872
19873 * files.el (shell-quote-wildcard-pattern): Make sure to return
19874 PATTERN, in the Unix case.
19875
198762000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19877
19878 * play/zone.el (zone): Discard any pending input before running
19879 the randomly-chosen pgm.
19880
198812000-08-07 Kenichi Handa <handa@etl.go.jp>
19882
19883 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19884 checking the existence of any multibyte characters.
19885
198862000-08-06 Gerd Moellmann <gerd@gnu.org>
19887
19888 * help.el (describe-mode): Test minor-mode symbol for being
19889 bound before testing its value for being nil.
19890
19891 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19892 `first', `second', and `third'.
19893
19894 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19895 (second): Make it an alias for `cadr'.
19896
198972000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19898
19899 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19900 types of display support faces now.
19901
199022000-08-05 Gerd Moellmann <gerd@gnu.org>
19903
19904 * pcvs.el (require): Require `cl' during compilation, only.
19905
19906 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19907 (toplevel): Remove `remq' and `remove' from autoloads.
19908 (cl-fake-autoloads): New variable. If set, arrange for an error
19909 when CL functions etc. are autoloaded.
19910
199112000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19912
19913 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19914
19915 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19916 popped up, but the user clicks outside the menu, return an empty
19917 regexp (that causes unhighlight-regexp to have no effect).
19918
19919 * menu-bar.el (menu-bar-games-menu): Add Zone.
19920
19921 * hi-lock.el (toplevel): Require font-lock.
19922
199232000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19924
19925 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19926 (ebnf-8-bit-chars): New var for bug fix.
19927 (ebnf-string): Bug fix.
19928
199292000-08-03 Sam Steingold <sds@gnu.org>
19930
19931 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19932 instead of `buffer-string'.
19933 (require 'cl): Always, not just when compiling.
19934 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19935 necessary.
19936
199372000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19938
19939 * international/mule-cmds.el (select-safe-coding-system): Make
19940 the message text about selecting a safe coding system more clear.
19941
199422000-08-02 Gerd Moellmann <gerd@gnu.org>
19943
19944 * hi-lock.el: New file.
19945
19946 * play/zone.el: New file.
19947
19948 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19949 value of tab-width in the original buffer. Choose a line number
19950 format that's a multiple of the original buffer's tab width, so
19951 that lines appear right.
19952
19953 * textmodes/ispell.el (ispell): New function, replacing an alias.
19954 Spell-check active region if in transient-mark-mode and mark
19955 is active; otherwise spell-check buffer.
19956
199572000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19958
19959 * ps-mule.el: Fix a customization problem on
19960 ps-mule-font-info-database-default.
19961
199622000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19963
19964 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19965 display-mouse-p instead of window-system.
19966 (ebrowse-member-mode-map): Ditto.
19967
199682000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19969
19970 * progmodes/ebnf2ps.el: Update ps-print functions call.
19971 Indentation fix. Doc fix.
19972 (ebnf-version): New version number (3.2).
19973 (ebnf-format-color, ebnf-begin-job): Code fix.
19974
199752000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19976
19977 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19978 font lock support on window-system.
19979 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19980
19981 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19982 display-color-p, if fboundp, instead of window-system.
19983
199842000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19985
19986 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19987 instead of window-system.
19988
19989 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19990 window-system.
19991 (widget-choice-mouse-down-action): Use display-popup-menus-p
19992 instead of window-system.
19993
19994 * strokes.el (strokes-file): Run the file name through
19995 convert-standard-filename.
19996 (strokes-mode): Call display-mouse-p instead of looking at
19997 window-system. Change the error message accordingly.
19998
19999 * progmodes/cpp.el (toplevel): Support faces on tty's.
20000
20001 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
20002 (lm-plot-square, lm-init-display): Don't use window-system.
20003
20004 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
20005 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
20006
20007 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
20008 instead of looking at window-system.
20009
200102000-07-30 Gerd Moellmann <gerd@gnu.org>
20011
20012 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
20013 of testing if iswitchb-prepost-hooks is bound, because the
20014 latter will always be true when invoking a recursive minibuffer
20015 from an active Iswitchb buffer.
20016
200172000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
20018
20019 * files.el (shell-quote-wildcard-pattern): New function.
20020 (insert-directory): Call it. Only prepend "\" to command on Unix
20021 and GNU/Linux systems.
20022
200232000-07-30 Gerd Moellmann <gerd@gnu.org>
20024
20025 * eshell/esh-groups.el: Change custom :link file names
20026 from `eshell.info' to `eshell'.
20027
200282000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
20029
20030 * dired.el (dired-build-subdir-alist): Expand subdirectory names
20031 correctly in recursive ange-ftp listings.
20032
200332000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
20034
20035 * ps-print.el: Fix bug 1: if ps-font-size-internal,
20036 ps-header-font-size-internal and
20037 ps-header-title-font-size-internal variables are not set,
20038 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
20039 face text property is (foreground-color . COLOR) or
20040 `(background-color . COLOR)', ps-print crashes. Doc fix.
20041 (ps-print-version): New version number (5.2.4).
20042 (ps-plot-region): Code fix.
20043 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
20044 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
20045 Bug fix 2.
20046
200472000-07-30 Milan Zamazal <pdm@freesoft.cz>
20048
20049 * glasses.el (glasses-make-readable): Fix uncapitalization of
20050 identifiers like `myXMLDocument'.
20051
200522000-07-28 Karl Fogel <kfogel@red-bean.com>
20053
20054 * mail/mail-hist.el (mail-hist-previous-input)
20055 (mail-hist-next-input): Do the obvious code factorization.
20056 (mail-hist-retrieve-and-insert): New func, contains common
20057 code of above two.
20058 If inserting a message body, leave point at top.
20059
200602000-07-28 Sam Steingold <sds@gnu.org>
20061
20062 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
20063 Use `<=', not `<' to compare times!
20064 (ange-ftp-ls): Remove.
20065
200662000-07-27 Gerd Moellmann <gerd@gnu.org>
20067
20068 * play/cookie1.el: Add explanation of how to make cookie.el
20069 compatible with strfile(1) to comment.
20070
20071 * subr.el (remove, remq): New functions.
20072
20073 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
20074 escape `*' in regexps.
20075 (midnight-find): Reverse order of arguments in the funcall of
20076 TEST.
20077
20078 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
20079 and `.class'.
20080
20081 * play/meese.el: Add Commentary section.
20082
200832000-07-27 Alex Schroeder <alex@gnu.org>
20084
20085 * sql.el (sql-ms): Added autoload cookie.
20086 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
20087 (sql-oracle): Ditto.
20088 (sql-help): Doc change.
20089
20090 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
20091 types and exceptions.
20092
200932000-07-27 Alex Schroeder <alex@gnu.org>
20094
20095 * sql.el (sql-placeholder-history): New variable.
20096 (sql-query-placeholders-and-send): New function that will query
20097 the user and replace placeholders with user input.
20098 (sql-oracle): If running on NT, set comint-input-sender to
20099 sql-query-placeholders-and-send.
20100
20101 (sql-stop): If in the SQLi buffer, insert stop notification, else
20102 present it as a message.
20103
201042000-07-27 Alex Schroeder <alex@gnu.org>
20105
20106 * sql.el (sql-input-ring-separator): Doc change.
20107 (sql-input-ring-file-name): Doc change.
20108 (sql-interactive-mode): Use `sql-input-ring-separator' and
20109 `sql-input-ring-file-name' to set the comint-mode equivalents
20110 without making them local variables.
20111 (sql-stop): Don't bind `sql-input-ring-separator' and
20112 `sql-input-ring-file-name' dynamically to their comint-mode
20113 equivalents.
20114
201152000-07-27 Kenichi Handa <handa@etl.go.jp>
20116
20117 * international/mule.el (register-char-codings): New function.
20118 (make-coding-system): Handle `safe-chars' specification in the arg
20119 PROPERTY.
20120
20121 * international/mule-cmds.el
20122 (find-coding-systems-region-subset-p): This function deleted.
20123 (sort-coding-systems-predicate): New variable.
20124 (sort-coding-systems): New function.
20125 (find-coding-systems-region): Use
20126 find-coding-systems-region-internal.
20127 (find-coding-systems-string): Use find-coding-systems-region.
20128 (find-coding-systems-for-charsets): Check
20129 char-coding-system-table.
20130 (select-safe-coding-system-accept-default-p): New variable.
20131 (select-safe-coding-system): Mostly rewritten. New argument
20132 ACCEPT-DEFAULT-P.
20133 (select-message-coding-system): Call select-safe-coding-system
20134 with ACCEPT-DEFAULT-P arg.
20135 (reset-language-environment): Reset default-sendmail-coding-system
20136 to the default value iso-latin-1.
20137 (set-language-environment): Don't set the obsolete variable
20138 charset-origin-alist.
20139
20140 * international/codepage.el (cp-coding-system-for-codepage-1):
20141 Give `safe-chars' property to make-coding-system.
20142
20143 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
20144 calling select-message-coding-system twice.
20145
20146 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
20147 instead of `safe-charsets'.
20148 (cyrillic-alternativnyj): Likewise.
20149 (ccl-encode-alternativnyj): Don't check the charset
20150 cyrillic-iso8859-5.
20151
201522000-07-27 Kenichi Handa <handa@etl.go.jp>
20153
20154 * composite.el (compose-chars-after): Preserve match data.
20155
201562000-07-26 Sam Steingold <sds@gnu.org>
20157
20158 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
20159 (ange-ftp-real-file-newer-than-file-p): New function.
20160 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
20161 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
20162
20163 * tooltip.el (tooltip-float-time): Removed (use `float-time').
20164 * midnight.el (midnight-float-time): Ditto.
20165
201662000-07-26 Andreas Schwab <schwab@suse.de>
20167
20168 * files.el (normal-backup-enable-predicate): Correct
20169 interpretation of the return value of compare-strings.
20170
201712000-07-26 Gerd Moellmann <gerd@gnu.org>
20172
20173 * isearch.el (isearch-resume): New function.
20174 (isearch-done): Add something to command-history to resume
20175 the search.
20176 (isearch-yank-line, isearch-yank-word): Use
20177 buffer-substring-no-properties instead of buffer-substring.
20178
20179 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
20180 of flyspell-mouse-map.
20181
20182 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
20183 duplicate definition.
20184 (makefile-mode): Remove duplicate setting of local-abbrev-table.
20185
20186 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
20187 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
20188
201892000-07-25 Sam Steingold <sds@gnu.org>
20190
20191 * net/ange-ftp.el: Get modtime over the net.
20192 (ange-ftp-file-modtime): New function.
20193 (ange-ftp-write-region, ange-ftp-insert-file-contents)
20194 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
20195 Use it.
20196 (ange-ftp-dot-to-slash): New function.
20197 (ange-ftp-fix-name-for-vms): Use it.
20198
20199 * midnight.el (midnight-buffer-display-time): Use
20200 `with-current-buffer'.
20201
202022000-07-25 Gerd Moellmann <gerd@gnu.org>
20203
20204 * find-dired.el: Update copyright notice.
20205 (find-dired): Offer to kill a running `find'.
20206
20207 * enriched.el (enriched-face-ans): For a `foreground-color'
20208 property, return '(("x-color" COLOR))' so that COLOR will be
20209 output as a parameter of the x-color annotation. Likewise for the
20210 `background-color' property. In the case of normal face
20211 properties, don't return annotations for unspecified foreground
20212 and background face attributes.
20213
202142000-07-25 Kenichi Handa <handa@etl.go.jp>
20215
20216 * language/japan-util.el (japanese-katakana-region): Fix handling
20217 HANKAKU argument.
20218
202192000-07-25 Miles Bader <miles@gnu.org>
20220
20221 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
20222 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
20223 constrain-to-field.
20224
202252000-07-24 Andrew Innes <andrewi@gnu.org>
20226
20227 * timer.el (timer-activate-when-idle): Add optional parameter
20228 DONT-WAIT. Update docstring.
20229 (run-with-idle-timer): Specify extra parameter to
20230 timer-activate-when-idle, so that timer will be activated
20231 immediately if Emacs is already idle.
20232
20233 * w32-fns.el (w32-using-nt): Fix docstring.
20234
202352000-07-24 Dave Love <fx@gnu.org>
20236
20237 * mouse.el (popup-menu): Set last-command-event.
20238 (mouse-major-mode-menu-prefix): Declare.
20239
202402000-07-24 Gerd Moellmann <gerd@gnu.org>
20241
20242 * textmodes/flyspell.el: Update to author's version 1.5d.
20243
20244 * progmodes/hideshow.el: Update copyright notice.
20245
20246 * vcursor.el: Set maintainer to FSF, since author cannot
20247 be reached.
20248
202492000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
20250
20251 * info.el (Info-goto-emacs-key-command-node): Leave a space after
20252 the prompt.
20253
20254 * mouse.el (popup-menu): Run the keymap through indirect-function,
20255 in case it was defined with define-prefix-key. If the menu is a
20256 list of keymaps, look up the binding of user's choice in each one
20257 of the keymaps.
20258 (mouse-popup-menubar): If the global and local menu-bar keymaps
20259 don't have a prompt string, create one and insert it into the
20260 keymap. Don't barf if current-local-map returns nil.
20261
202622000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
20263
20264 * dired.el (dired-sort-R-check): Added to allow recursive listing
20265 to be undone.
20266 (dired-sort-other): Use it.
20267
202682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20269
20270 * Release of cc-mode 5.27
20271
202722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20273
20274 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
20275 c-beginning-of-statement-1 that caused a bad case of recursion
20276 which could consume a lot of CPU in large classes in languages
20277 that have in-expression classes (i.e. Java and Pike).
20278
20279 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20280 statements before top level constructs (i.e. case 6 is moved
20281 before case 5 and is now case 4) to catch in-expression
20282 classes in top level expressions correctly.
20283
202842000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20285
20286 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20287 objc-method-intro. Case 4 removed and case 5I added.
20288
20289 * cc-langs.el (c-append-paragraph-start): New variable used by
20290 c-common-init to get paragraph-start correct.
20291 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20292 initialize paragraph-start to make it correct both with and
20293 without the javadoc special case.
20294
20295 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20296 initialize paragraph-start for javadoc markup.
20297
20298 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20299 change by defaulting this to t. It's motivated by the
20300 confusing behavior that otherwise arise from the style system
20301 when editing both java and non-java files at the same time
20302 (see the comments about style setting in c-common-init).
20303
203042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20305
20306 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20307 similar to the one in c-fill-paragraph to check the fill
20308 prefix from the adaptive fill function for sanity.
20309
203102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20311
20312 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20313 defun block.
20314
a30eb617
DL
203152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20316
20317 * cc-align.el (c-lineup-multi-inher): Handle lines with
20318 leading comma nicely. Extended to handle member initializers
20319 too.
20320
20321 * cc-engine.el: (c-beginning-of-inheritance-list,
20322 c-guess-basic-syntax): Fixed recognition of inheritance lists
20323 when the lines begins with a comma.
20324
a30eb617
DL
20325 * cc-vars.el (c-offsets-alist): Changed default for
20326 member-init-cont to c-lineup-multi-inher since it now handles
20327 member initializers and indents better for leading commas.
20328
203292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20330
20331 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20332 handling that caused class open lines to be recognized as
20333 statement-conts in some cases.
20334
20335 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20336 guessed by the adaptive fill function unless point is on the
20337 first line of a block comment.
20338
20339 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20340 when the buffer ends with a macro continuation char.
20341
20342 * cc-engine.el (c-guess-basic-syntax): Added support for
20343 function definitions as statements in Pike. The first
20344 statement in a lambda block is now labeled defun-block-intro
20345 instead of statement-block-intro.
20346
20347 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20348 so that the class surrounding point is selected, not the one
20349 innermost in the state.
20350
20351 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20352 recognition of switch labels having hanging multiline
20353 statements.
20354
20355 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20356 some code in c-guess-basic-syntax to a separate function.
20357 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20358 recognition of member inits with multiple line arglists.
20359 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20360 member-init-cont when the commas are in funny places.
20361
203622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20363
20364 * cc-defs.el (c-auto-newline): Removed this macro since it's
20365 not used anymore.
20366
20367 * cc-engine.el (c-looking-at-bos): New helper function.
20368 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20369 inexpr and toplevel classes apart in Pike.
20370
20371 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20372 of case 9A.
20373
20374 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20375 constant, since "class" can introduce an in-expression class
20376 in Pike nowadays.
20377
203782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20379
20380 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20381 indentation on cpp-macro lines.
20382
20383 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20384 a syntax modifier like comment-intro, to make it possible to
20385 get syntactic indentation for preprocessor directives. It's
20386 incompatible wrt to lineup functions on cpp-macro, but it has
20387 no observable effect in the 99.9% common case where cpp-macro
20388 is set to -1000.
20389
203902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20391
20392 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20393 member-init-cont when the preceding arglist is several lines.
20394
203952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20396
20397 * cc-styles.el (c-style-alist): The basic offset for the BSD
20398 style corrected to 8.
20399
204002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20401
20402 * cc-styles.el (c-style-alist): Adjusted the indentation of
20403 brace list openers in the gnu style.
20404
204052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20406
20407 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20408
20409 * cc-cmds.el (c-electric-brace, c-electric-slash,
20410 c-electric-star, c-electric-semi&comma, c-electric-colon,
20411 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20412 when c-syntactic-indentation is nil.
20413
20414 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20415 we were left at comments preceding the first statement when
20416 reaching the beginning of the buffer.
20417
20418 * cc-vars.el (c-syntactic-indentation): New variable to turn
20419 off all syntactic indentation.
20420
204212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20422
20423 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20424 between the text and the block comment ender when it hangs,
20425 depending on how many there are before the fill.
20426
204272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20428
20429 * cc-engine.el (c-beginning-of-closest-statement): New helper
20430 function to go back to the closest preceding statement start,
20431 which could be inside a conditional statement.
20432 * cc-engine.el (c-guess-basic-syntax): Use
20433 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20434
20435 * cc-engine.el (c-guess-basic-syntax): Better handling of
20436 arglist-intro, arglist-cont-nonempty and arglist-close when
20437 the arglist is nested inside parens. Cases 7A, 7C and 7F
20438 changed.
20439
20440 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20441 up-to-date with javadoc 1.2.
20442
204432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20444
20445 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20446 multiline Pike type decls.
20447
204482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20449
20450 * cc-cmds.el (c-indent-new-comment-line): Always break
20451 multiline comments in multiline mode, regardless of
20452 comment-multi-line.
20453
204542000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20455
20456 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20457 fully::qualified::names in C++ member init lists. Preamble in
20458 case 5D changed.
20459
204602000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20461
20462 * cc-langs.el (c-common-init): Handling of obsolete variables
20463 moved to c-initialize-cc-mode. More compatible style override
20464 when using global style variables.
20465 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20466 variables moved here.
20467
a30eb617
DL
20468 * cc-styles.el (c-make-styles-buffer-local): Flag style
20469 variable localness in c-style-variables-are-local-p to make
20470 the compatibility measure in c-common-init work well.
20471
20472 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20473 longer contain set-from-style.
20474 * cc-styles.el (c-initialize-builtin-style): Don't check for
20475 set-from-style on c-special-indent-hook.
20476 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20477 copy-alist is sufficient now.
20478
20479 * cc-styles.el (c-set-style, c-set-style-1,
20480 c-get-style-variables): Fixes to variable initialization so
20481 that duplicate entries in styles have the same effect
20482 regardless of DONT-OVERRIDE.
20483
20484 * cc-styles.el (c-set-style-2): Fixed bug where the
20485 initialization of inheriting styles failed when the
20486 dont-override flag is set.
20487
20488 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20489 on this.
20490
204912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20492
20493 * cc-defs.el (c-forward-comment): Removed the workaround
20494 introduced in 5.38 since it had worse side-effects. If a line
20495 contains the string "//\"", it regarded the // as a comment
20496 start since the \ temporarily doesn't have escape syntax.
20497
eb04d6cd 204982000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
20499
20500 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20501 ada-xref.el before ada-prj.el, so that the Project menu is created
20502 when ada-prj tries to add to it.
20503 (ada-activate-keys-for-case): Suppress the characters that are not
20504 part of the Ada syntax. Better compatibility with else-mode
20505 (ada-adjust-case-interactive): When auto-casing is not active,
20506 correctly insert newlines (used to insert only ^M). Prevent the
20507 syntax table from being changed in case of an error
20508 (or '_' becomes part of a word and some commands are confused).
20509 Do nothing if ada-auto-case is nil.
20510 (ada-after-keyword-p): Ignore keywords that are also attributes
20511 (ada-batch-reformat): Update usage comment
20512 (ada-call-from-contextual-menu): New function
20513 (ada-case-read-exceptions): Reinitialize the casing exception list
20514 first to nil first, so that the casing exception file can be
20515 shared.
20516 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20517 files.
20518 (ada-compile-goto-error): Fix regexp used to detect a file:line
20519 anywhere in the error message
20520 (ada-contextual-menu-last-point): New variable
20521 (ada-create-keymap): If the variable delete-key-deletes-forward is
20522 t on XEmacs, it means that DEL should delete one character
20523 forward.
20524 (ada-create-menu): Use :included instead of :visible for XEmacs.
20525 New submenu "Options".
20526 (ada-end-stmt-re): Correctly indent "select ... then abort"
20527 statements.
20528 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20529 even if they don't match ada-fill-comment-prefix Fix handling of
20530 paragraphs on the first or last line of a file.
20531 (ada-format-paramlist): Fix handling of default parameter values.
20532 (ada-get-body-name): New function.
20533 (ada-get-current-indent): Optimized by searchling directly for an
20534 existing generic part or a statement outside of it. Handle
20535 ada-indent-align-comments when indenting comments Replaced some
20536 regexps by testing directly the next character. This results in a
20537 huge speedup on some files. New indentation scheme for renames
20538 statements. Stop looking for the 'while' or 'for' associated with
20539 a 'loop' at the first semicolon encountered. A "return" can also
20540 match an anonymous access subprogram declaration.
20541 (ada-get-indent-noindent): Ignore strings and comments when
20542 looking for the keywords "record" and "private".
20543 (ada-goto-matching-decl-start): When matching "if", make sure we
20544 are not in fact seeing "end if". Ignore "when" statements except
20545 when initial keyword was "begin". Fix handling of nested
20546 procedures. Add a recursive call to this function to skip over
20547 other 'end' statmts. Fix indentation for "when .. => begin"
20548 (ada-in-open-paren-p): Fix indentation for complex boolean
20549 expressions, where 'and then', 'or else' and parenthesis
20550 statements are mixed up.
20551 (ada-in-paramlist-p): Skip comments while searching for the
20552 beginning Fix handling of operator declarations.
20553 (ada-indent-align-comments): New variable
20554 (ada-indent-current): Change the syntax table only in the
20555 protected section, so that we are sure it is restored correctly.
20556 (ada-indent-on-previous-lines): Use ada-use-indent and
20557 ada-with-indent Correctly indent "select ... then"
20558 (ada-indent-region): Slight speedup.
20559 (ada-indent-renames): New variable.
20560 (ada-last-which-function-subprog, ada-last-which-function-line):
20561 New variables
20562 (ada-looking-at-semi-private): Correctly indent the 'private'
20563 keyword when it is the first word in a package declaration.
20564 (ada-loose-case-word): Stop searching if at the end of the buffer.
20565 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20566 even if point is not initially at the end of the word.
20567 (ada-matching-decl-start-re): Add "when".
20568 (ada-mode): Add support for abbrev-mode, outline-mode and
20569 which-func-mode Override the old find-file.el entry in
20570 ff-special-constructs since it is using the obsolete
20571 ada-spec-suffix variable
20572 (ada-no-auto-case): New function
20573 (ada-scan-paramlist): When parsing the argument type, accept
20574 spaces (as in "X 'Class", generated by Rational Rose).
20575 (ada-other-file-name): No longer loads the other file.
20576 (ada-popup-menu): Save and restore the current buffer and cursor
20577 position before and after displaying the menu.
20578 (ada-search-ignore-complex-boolean): New function.
20579 (ada-uncomment-region): Emacs21 already knows how to delete
20580 comments not starting in the first column.
20581 (ada-use-indent): New variable
20582 (ada-which-function): New function.
20583 (ada-with-indent): New variable
20584 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20585 can be batch-compiled from the command line.
20586
20587 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20588 Add to the menu when the file is loaded, not in ada-mode-hook.
20589 Add -toolbar to the default ddd command Switches moved from
20590 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20591 ada-prj-default-comp-opt
20592 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20593 Reference Manual to the menu
20594 (ada-check-current): rewritten as a call to ada-compile-current
20595 (ada-compile): Removed.
20596 (ada-compile-application, ada-compile-current, ada-check-current):
20597 Set the compilation-search-path so that compile.el automatically
20598 finds the sources in src_dir. Automatic scrollong of the
20599 compilation buffer. C-uC-cC-c asks for confirmation before
20600 compiling
20601 (ada-compile-current): New parameter, prj-field
20602 (ada-complete-identifier): Load the .ali file before doing
20603 processing
20604 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20605 conform to gnatmake's behavior.
20606 (ada-find-file-in-dir): New function
20607 (ada-find-references): Set the environment variables for gnatfind
20608 (ada-find-src-file-in-dir): New function.
20609 (ada-first-non-nil): Removed
20610 (ada-gdb-application): Add support for jdb, the java debugger.
20611 (ada-get-ada-file-name): Load the original-file first if not done
20612 yet.
20613 (ada-get-all-references): Handles the new ali syntax (parent types
20614 are found between <>).
20615 (ada-initialize-runtime-library): New function
20616 (ada-mode-hook): Always load a project file when a file is opened,
20617 so that the casing exceptions are correctly read.
20618 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20619 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20620 to open the project file, since the latter does not work with
20621 speedbar Get default values before loading the prj file, or the
20622 default executable file name is wrong. Use the absolute value of
20623 src_dir to initialize ada-search-directories and
20624 compilation-search-path,... Add the standard runtime library to
20625 the search path for find-file.
20626 (ada-prj-default-debugger): Was missing an opening '{'
20627 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20628 variables.
20629 (ada-prj-default-gnatmake-opt): New variable
20630 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20631 buffers, the project file is the default one Save the windows
20632 configuration before displaying the menu.
20633 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20634 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20635 ...) regexp-quote identifiers names to support operators +,
20636 -,... in regexps.
20637 (ada-remote): New function.
20638 (ada-run-application): Erase the output buffer before starting the
20639 run Support remote execution of the application. Use
20640 call-process, or the arguments are incorrectly parsed
20641 (ada-set-default-project-file): Reread the content of the active
20642 project file, not the one from the current buffer When a project
20643 file is set as the default project, all directories are
20644 automatically associated with it.
20645 (ada-set-environment): New function
20646 (ada-treat-cmd-string): New special variable ${current}
20647 (ada-treat-cmd-string): Revised. The substitution is now done for
20648 any ${...} substring
20649 (ada-xref-current): If no body was found, compiles the spec
20650 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20651 compiler to get rid of command line length limitations.
20652 (ada-xref-get-project-field): New function
20653 (ada-xref-project-files): New variable
20654 (ada-xref-runtime-library-specs-path)
20655 (ada-xref-runtime-library-ali-path): New variables
20656 (ada-xref-set-default-prj-values): Default run command now does a
20657 cd to the build directory. New field: main_unit Provide a default
20658 file name even if the current buffer has no prj file.
20659
20660 * ada-prj.el:
20661 Rewritten to show a tabbed-dialog.
20662 (ada-prj-add-ada-menu): Remove the map and name parameters.
20663 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20664 New function
20665 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20666 (ada-prj-load-from-file): New function
20667 (ada-prj-save): Always save fields that depend on the current buffer
20668 (ada-prj-show-value): New function
20669
20670 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20671 Ada mode. This will allow us to display the Ada menu in any buffer
20672 we want (for project items).
20673 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20674 number of spaces in the header.
20675
206762000-07-24 Dave Love <fx@gnu.org>
20677
20678 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20679
206802000-07-23 Noah Friedman <friedman@splode.com>
20681
20682 * type-break.el (type-break): perform autosave.
b52758d1 20683 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
20684 (type-break-do-query): Cancel query schedule while performing
20685 actual query, to avoid possibility of a second query being made
20686 while first one is already in progress.
20687 (type-break-time-stamp-format): New variable.
20688 (type-break-time-stamp): New function.
20689 (type-break-time-warning): Use it.
20690 (type-break-keystroke-warning): Use it.
20691 (type-break-noninteractive-query): Use it.
20692
20693 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20694 cookie.
20695 Use add-minor-mode to set minor-mode-alist, if available.
20696 (eldoc-echo-area-use-multiline-p): New user option.
20697 (eldoc-echo-area-multiline-supported-p): New variable.
20698 (eldoc-docstring-format-sym-doc): Use them.
20699 (eldoc-mode): If not using idle timers, append to local post and
20700 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20701 (eldoc-display-message-no-interference-p): Don't interfere with
20702 edebug.
20703 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20704 (eldoc-function-arglist): New function.
20705 (eldoc-function-argstring): Use it.
20706
20707 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20708 auto save directory exists before calling directory-files.
20709
207102000-07-23 Dave Love <fx@gnu.org>
20711
20712 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20713 ^o, ^u.
20714
207152000-07-21 Dave Love <fx@gnu.org>
20716
20717 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20718 now passed to the function. It now works properly.
20719
20720 * smerge-mode.el (smerge-mode-menu): Fill it out.
20721
207222000-07-20 Gerd Moellmann <gerd@gnu.org>
20723
20724 * info-look.el (info-lookup): If *info* is shown in another frame
20725 on the same display, select that frame, instead of switching to
20726 the Info buffer in another window of the selected frame.
20727
20728 * simple.el (universal-argument-map): Bind numeric keypad keys
20729 kp-0 to kp-9 and kp-subtract.
20730 (digit-argument): Handle these keys.
20731
207322000-07-20 Dave Love <fx@gnu.org>
20733
20734 * net/goto-addr.el (goto-address-fontify): Don't bother with
20735 buffer-modified and read-only stuff -- irrelevant with overlays.
20736 Put an extra property on the overlays and use it to clean up in
20737 case goto-address is re-run.
20738
207392000-07-19 Richard M. Stallman <rms@gnu.org>
20740
20741 * timer.el (run-with-idle-timer): Doc fix.
20742
20743 * mail/mail-utils.el (mail-strip-quoted-names):
20744 Handle case where <...> appears inside "...".
20745 Use replace-match to edit the string more simply.
20746 (rmail-dont-reply-to): Cope with an unmatched ".
20747
207482000-07-19 Dave Love <fx@gnu.org>
20749
20750 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20751 implementation.
20752
20753 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20754 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20755 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20756
207572000-07-19 Gerd Moellmann <gerd@gnu.org>
20758
20759 * textmodes/refer.el: Correct maintainer's email address.
20760
20761 * progmodes/hideif.el: Correct author's email address.
20762 Fix typo in comment.
20763
20764 * xml.el: New file.
20765
20766 * mail/mailheader.el: Correct author's mail address.
20767
20768 * gnus/parse-time.el: Correct author's mail address.
20769
207702000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20771
20772 * comint.el (comint-highlight-input, comint-highlight-face):
20773 New user options.
20774 (comint-input-ring-file-name): Change custom type.
20775 (comint-mode-map): Bind mouse-2.
20776 (comint-insert-clicked-input): New function.
20777 (comint-send-input): Handle input highlighting.
20778
207792000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20780
20781 * mouse.el (popup-menu): New function.
20782 (mouse-major-mode-menu): Use it.
20783
207842000-07-18 Dave Love <fx@gnu.org>
20785
20786 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20787 improvements.
20788
207892000-07-18 Gerd Moellmann <gerd@gnu.org>
20790
20791 * faces.el (face-font-selection-order)
20792 (face-font-family-alternatives): Add custom type.
20793
207942000-07-18 Dave Love <fx@gnu.org>
20795
20796 * cus-edit.el (custom-variable-reset-saved)
20797 (custom-variable-reset-standard): Remove unused bindings.
20798
20799 * rect.el (open-rectangle-line): Remove unused let.
20800
20801 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20802
208032000-07-18 Gerd Moellmann <gerd@gnu.org>
20804
20805 * cdl.el: Fix `Maintainer' keyword.
20806
20807 * play/pong.el: Add author's email address.
20808
208092000-07-17 Sam Steingold <sds@gnu.org>
20810
20811 * files.el (insert-directory): Call `split-string' instead of
20812 re-implementing it.
20813
208142000-07-18 Gerd Moellmann <gerd@gnu.org>
20815
20816 * mail/vms-pmail.el: Change maintainer to FSF.
20817
20818 * net/goto-addr.el: Change maintainer to FSF.
20819
20820 * info.el (Info-title-face-alist): Removed.
20821
208222000-07-18 David Ponce <david@dponce.com>
20823
20824 * recentf.el (recentf-open-files): New command that works like
20825 `recentf-open-more-files', but shows the whole list of files (not just
20826 those omitted from the menu). Useful if you don't use a menu-bar!
20827 (recentf-open-more-files) Modified to use `recentf-open-files'.
20828
20829 (recentf-open-files, recentf-open-more-files)
20830 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20831
20832 (recentf-dialog-mode): New mode for dialogs. You can now just type
20833 "q" to cancel the dialogs.
20834
208352000-07-18 David Ponce <david@dponce.com>
20836
20837 * recentf.el: This is a major update of recentf.el. It adds new
20838 features to better organize the recentf menu and "More..." buffer.
20839
20840 Using new provided menu filtering functions you can now organize the
20841 recent files list:
20842
20843 - by major modes
20844 - by directories
20845 - by user defined rules
20846
20847 Finally, with the new `recentf-filter-changer' customizable filter you
20848 can define a ring of filters and dynamically (via the menu) cycle on
20849 each menu organization in the ring (a la msb).
20850
208512000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20852
20853 * eshell/eshell.el (eshell): Replace links to eshell.info with
20854 links to eshell, to avoid problems on systems where the manual is
20855 installed as `eshell'.
20856 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20857 * eshell/em-smart.el (eshell-smart): Ditto.
20858 * eshell/em-banner.el (eshell-banner): Ditto.
20859 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20860
20861 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20862 same-file check in the MS-DOS version (it does support inodes).
20863
20864 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20865
20866 * eshell/eshell.el (eshell-directory-name):
20867 Run default directory name through convert-standard-filename.
20868
208692000-07-18 Kenichi Handa <handa@etl.go.jp>
20870
20871 * international/mule-cmds.el (select-safe-coding-system):
20872 Fix typo in the comment.
20873
20874 * language/european.el (compound-text):
20875 Force katakana-jisx0201 to be designated to G1.
20876
20877 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20878 Don't translate some national variant characters of latin-jisx0201.
20879 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20880
20881 * international/kkc.el (kkc-after-update-conversion-functions):
20882 New variable.
20883 (kkc-update-conversion): Run functions in it at the tail.
20884
208852000-07-16 John Wiegley <johnw@gnu.org>
20886
20887 * lisp/align.el (align-newline-and-indent):
20888 Adding new function. for auto-aligning blocks of code on RET.
20889 (align-region): Fixed badly formatted minibuffer message.
20890
208912000-07-17 Kenichi Handa <handa@etl.go.jp>
20892
20893 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20894 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20895 the conversion list at first if appropriate.
20896 (kkc-next): Don't update kkc-next-count here.
20897 (kkc-prev): Don't update kkc-prev-count here.
20898 (kkc-show-conversion-list-update): Fix setting up of conversion
20899 list message.
20900
209012000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20902
20903 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20904
209052000-07-16 Dave Love <fx@gnu.org>
20906
20907 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20908 function to be more specific.
20909
20910 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20911 non-string help-echo.
20912 (widget-types-convert-widget): Defsubst it.
20913 (widget-echo-help): Try to cope with a help-echo function of two
20914 possible sorts.
20915
209162000-07-15 Jason Rumney <jasonr@gnu.org>
20917
20918 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20919 Declare as obsolete.
20920
20921 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20922
209232000-07-14 Gerd Moellmann <gerd@gnu.org>
20924
20925 * hilit-chg.el: Fix typo.
20926
209272000-07-14 Dave Love <fx@gnu.org>
20928
20929 * info.el (Info-mode-menu): Fix use of :help, :enable.
20930
209312000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20932
20933 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20934
209352000-07-13 Dave Love <fx@gnu.org>
20936
20937 * emacs-lisp/easymenu.el: Doc fixes.
20938 (easy-menu-remove): Defalias to ignore.
20939
20940 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20941 Call throw correctly.
20942
209432000-07-13 Gerd Moellmann <gerd@gnu.org>
20944
20945 * faces.el (frame-background-mode): Doc fix.
20946
20947 * simple.el (eval-expression-print-length): Change custom type to
20948 allow entering nil as value.
20949
209502000-07-13 Dave Love <fx@gnu.org>
20951
20952 * progmodes/fortran.el (fortran-imenu-generic-expression):
20953 Change definition layout.
20954 (fortran-mode-menu): Reinstate customize entries.
20955
20956 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20957 Use :filter, per old XEmacs code.
20958
209592000-07-12 Gerd Moellmann <gerd@gnu.org>
20960
20961 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20962 event when deciding what to send to the terminal.
20963
209642000-07-12 Dave Love <fx@gnu.org>
20965
20966 * cus-start.el: Add optional version as 4th element of specs and
20967 use it for several things new in v21. Remove load-path. Fix type
20968 of line-number-display-limit.
20969
209702000-07-11 Dave Love <fx@gnu.org>
20971
20972 * progmodes/fortran.el: Don't require easymenu.
20973 Use repeat counts in various regexps.
20974 (fortran-mode-syntax-table): Defvar directly.
20975 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20976 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20977 Use defvar, not defconst.
20978 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20979 (fortran-mode): Set fortran-comment-line-start-skip,
20980 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20981 (fortran-comment-indent): Use defsubst.
20982 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20983 Use fortran-comment-indent, not fortran-comment-indent-function.
20984 (fortran-comment-region, fortran-electric-line-number): Simplify.
20985 (fortran-auto-fill): New function.
20986 (fortran-do-auto-fill): Deleted.
20987 (fortran-find-comment-start-skip):
20988 Check for non-null comment-start-skip.
20989 (fortran-auto-fill-mode, fortran-fill-statement):
20990 Use fortran-auto-fill.
20991 (fortran-fill): Use fortran-auto-fill. Check for null
20992 comment-start-skip. Simplify final clause and use end-of-line finally.
20993
20994 * widget.el (widget-plist-member): New alias.
20995
209962000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20997
20998 * eshell/esh-module.el (toplevel): Reference
20999 byte-compile-current-file only if it is bound.
21000
210012000-07-10 Gerd Moellmann <gerd@gnu.org>
21002
21003 * dired.el: Don't require `dired-aux'.
21004
210052000-07-10 Miles Bader <miles@lsi.nec.co.jp>
21006
21007 * dired-aux.el (dired-show-file-type): New function.
21008 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
21009 (dired-show-file-type): Add autoload.
21010
210112000-07-10 Kenichi Handa <handa@etl.go.jp>
21012
21013 * international/mule-diag.el (describe-font): Adjusted for the
21014 change of fontset-info.
21015 (print-fontset): Likewise.
21016
210172000-07-09 Stefan Monnier <monnier@cs.yale.edu>
21018
21019 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
21020
210212000-07-07 Gerd Moellmann <gerd@gnu.org>
21022
21023 * bindings.el: Bind `[delete]' to delete-char.
21024
21025 * dired.el (dired-find-alternate-file): New function.
21026 (dired-mode-map): Bind `a' to dired-find-alternate-file.
21027 (toplevel): Require dired-aux when compiling.
21028 (dired-buffers): Move defvar within file to avoid compiler warning.
21029
21030 * info.el (Info-last-search): Variable removed.
21031 (Info-search-history): New variable.
21032 (Info-search): New Info-search-history.
21033
21034 * battery.el, info-look.el: Change author's mail address.
21035
210362000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
21037
21038 * mail/rmail.el (rmail-clear-headers): Don't throw an error
21039 if rmail-ignored-headers is nil.
21040 (rmail-retry-failure): Bind rmail-ignored-headers and
21041 rmail-displayed-headers to nil.
21042
210432000-07-06 Gerd Moellmann <gerd@gnu.org>
21044
21045 * lpr.el (lpr-page-header-switches): Add `-h' switch.
21046 (print-region-1): Don't hard code `-h' here.
21047
21048 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
21049
210502000-07-01 Francesco Potorti` <pot@gnu.org>
21051
21052 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
21053 exim can use "your message" instead of "the message".
21054
210552000-07-06 Stefan Monnier <monnier@cs.yale.edu>
21056
21057 * facemenu.el: Docstrings fixes.
21058 (facemenu-get-face): Don't use internal-find-face.
21059 (facemenu-iterate): Rename arg to match the docstring.
21060
21061 * newcomment.el (uncomment-region): Be more careful when skipping
21062 backwards over `=' not to bump into BOBP.
21063
210642000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
21065
21066 * ediff-diff.el (ediff-wordify): Use syntax table.
21067 * ediff-init.el (ediff-has-face-support-p): Use
21068 ediff-color-display-p.
21069 (ediff-color-display-p): Use display-color-p, changed to defun
21070 from defsubst.
21071 Got rid of special cases for NeXT and OS/2.
21072 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
21073 face.
21074
210752000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21076
21077 * emacs-lisp/lucid.el: Require CL.
21078 (copy-tree, remprop): Remove, it's provided by CL.
21079 (map-keymap): Define in terms of cl-map-keymap.
21080 (extent-property, set-extent-end-glyph): New functions.
21081
21082 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
21083
210842000-07-05 Gerd Moellmann <gerd@gnu.org>
21085
21086 * Makefile.in (DONTCOMPILE): Add comment that the name may
21087 not be changed without changing the make-dist script.
21088
21089 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
21090 (cl-mapc): Use mapc instead of cl-old-mapc.
21091
210922000-07-05 Andrew Innes <andrewi@gnu.org>
21093
21094 * makefile.nt: Add support for `bootstrap' and related targets.
21095
210962000-07-05 Stefan Monnier <monnier@cs.yale.edu>
21097
21098 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
21099 (easy-menu-do-define): Use `menu-item' format.
21100 Handle case where easy-menu-create-menu returns a symbol.
21101 Manually call the potential top-level filter in the function binding.
21102 (easy-menu-filter-return): New arg NAME.
21103 Convert to a keymap if MENU is an XEmacs menu.
21104 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
21105 (easy-menu-converted-items-table, easy-menu-convert-item):
21106 New var and fun to memoize easy-menu-convert-item-1.
21107 (easy-menu-do-add-item): Use it.
21108 (easy-menu-create-menu): Use easy-menu-convert-item.
21109 Wrap easy-menu-filter-return around any :filter specification.
21110 Don't convert the menu if a filter was specified.
21111 Tell easy-menu-make-symbol not to check for MENU being an expression.
21112 (easy-menu-make-symbol): New arg NOEXP.
21113
211142000-07-05 Gerd Moellmann <gerd@gnu.org>
21115
21116 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
21117 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
21118 (eval-defun): If called with prefix arg, instrument code for
21119 Edebug.
21120
21121 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
21122 similar to that of eval-defun.
21123
211242000-07-04 Dave Love <fx@gnu.org>
21125
21126 * hl-line.el (hl-line-overlay): Make it permanent-local.
21127
21128 * calendar/todo-mode.el: Replaced with a working version, based on
21129 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
21130
211312000-07-03 Miles Bader <miles@lsi.nec.co.jp>
21132
21133 * paths.el (prune-directory-list): New function.
21134 (Info-default-directory-list): Rewritten to more methodically
21135 enumerate a big list of possible info directories (based on the
21136 list used by the standalone info reader).
21137
21138 * info.el (info-initialize): Use prune-directory-list to remove
21139 non-existent directories from Info-directory-list.
21140
21141 * paths.el (Info-default-directory-list): Try a list of possible
21142 info-directories instead of a single one. Add the possible
21143 info directory "/usr/share/info".
21144
21145 * woman.el (woman-man.conf-path): Explicitly include the debian
21146 man-db config file "/etc/manpath.config".
21147 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
21148 are present in `manpath.config'.
21149 (woman-manpath): Include "/usr/share/man".
21150
211512000-07-03 Gerd Moellmann <gerd@gnu.org>
21152
21153 * frame.el (blink-cursor-mode): Don't hide cursor initially.
21154
21155 * startup.el (command-line): Initialize blink-cursor based
21156 on window-system.
21157
21158 * frame.el (blink-cursor): Default to nil if not running under
21159 a window-system.
21160
21161 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
21162 (face-x-resources): Remove duplicate entry for :font.
21163
21164 * textmodes/refer.el (refer-find-entry-internal): Use some-window
21165 instead of cycling through windows with next-window.
21166
21167 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
21168 of cycling through windows with next-window.
21169
21170 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
21171 of cycling through windows with next-window.
21172
21173 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
21174 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
21175 instead of cycling through windows with next-window.
21176
21177 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
21178 instead of cycling through windows with next-window.
21179
21180 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
21181 of cycling through windows with next-window.
21182
21183 * terminal.el (te-process-output): Use walk-windows instead of
21184 cycling through windows with next-window.
21185
21186 * server.el (server-switch-buffer): Use some-window instead of
21187 cycling through windows with next-window.
21188
21189 * window.el (some-window): New function.
21190 (walk-windows): Remove reference to walk-windows-start.
21191
21192 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
21193
211942000-07-03 Richard Stallman <rms@gnu.org>
21195
21196 * window.el (walk-windows): Guarantee termination by keeping a list
21197 of all the windows already handled.
21198
211992000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21200
21201 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
21202 window-system.
21203
21204 * man.el (Man-notify-when-ready): Don't use window-system. If
21205 Man-notify-method is newframe, and the display is not
21206 multi-frame, select the frame created for the man page.
21207 (Man-init-defvars): Doc fix.
21208
212092000-06-28 Gerd Moellmann <gerd@gnu.org>
21210
21211 * faces.el (region): Change background color for light background.
21212
21213 * ediff-wind.el (ediff-setup-control-frame): Remove :box
21214 attribute from mode-line face of Ediff control frame.
21215
21216 * replace.el (query-replace-map): Bind `e' like `E'.
21217
212182000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
21219
21220 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
21221 Change name to "Select All".
21222
21223 * dos-fns.el (convert-standard-filename): Fix last change.
21224
212252000-06-27 Gerd Moellmann <gerd@gnu.org>
21226
21227 * help.el (describe-variable): Don't insert a second `'s' in front
21228 of the string `value is shown below'. Since the syntax-table is
21229 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
21230 an existing `'s', so that this won't be deleted.
21231
21232 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
21233 * pcmpl-unix.el: New files.
21234
212352000-06-26 Stefan Monnier <monnier@cs.yale.edu>
21236
21237 * wid-edit.el (widget-member): Use the new plist-member.
21238
212392000-06-26 Gerd Moellmann <gerd@gnu.org>
21240
21241 * replace.el (perform-replace): Undo change of 2000-04-04.
21242 Instead, move backward 1 character at the end of the loop when
21243 necessary.
21244
21245 * faces.el (fringe): Change face for different backgrounds.
21246
21247 * eshell/esh-module.el (toplevel): Load defgroup's differently;
21248 patch from John.
21249
21250 * eshell/*.el: Change spelling of the Free Software Foundation.
21251
21252 * eshell/esh-toggle.el: Removed.
21253
21254 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
21255
21256 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
21257 interactively.
21258
212592000-06-26 Alex Schroeder <alex@gnu.org>
21260
21261 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
21262 `define-key'; instead of checking `(emacs-version)' check for
21263 `set-keymap-parent' and `set-keymap-name' directly. Add entries
21264 for `;' and `o' which might be electric.
21265
21266 (sql-electric-stuff): New user option.
21267 (sql-magic-go): New function which uses `sql-electric-stuff'.
21268 (sql-magic-semicolon): New function which uses
21269 `sql-electric-stuff'.
21270
21271 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
21272 is not fboundp.
21273
21274 (sql-oracle-options): New variable.
21275 (sql-oracle): Use it.
21276
21277 (sql-imenu-generic-expression): Doc change.
21278 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21279 is used.
21280
21281 (sql-informix): Added command line parameter "-" to force
21282 sql-informix-program to use stdout.
21283
212842000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21285
21286 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21287 (cp864-decode-table): Doc fix.
21288 (cp720-decode-table): New variable, supports the Arabic OEM
21289 codepage used by Windows.
21290 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21291
212922000-06-23 Dave Love <fx@gnu.org>
21293
21294 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21295 (font-lock-fontify-anchored-keywords): Use
21296 line-beginning-position.
21297 (global-font-lock-mode): Use mapc.
21298
212992000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21300
21301 * eshell/esh-module.el: Require CL when compiling.
21302
213032000-06-23 Gerd Moellmann <gerd@gnu.org>
21304
21305 * comint.el (comint-substitute-in-file-name): Call replace-match
21306 with second and third arg t.
21307
21308 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21309 Specify foreground color.
21310
21311 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21312 color.
21313
21314 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21315
21316 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21317 cddr instead of cdddr.
21318
21319 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21320 instead of copy-list.
21321
21322 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21323 of copy-list.
21324
21325 * subdirs.el: Add eshell subdirectory.
21326
21327 * eshell: New subdirectory containing the Eshell package.
21328
21329 * pcomplete.el: New file.
21330
213312000-06-23 Paul Eggert <eggert@twinsun.com>
21332
21333 * mail/mailpost.el (post-mail-send-it): Make sure file has
21334 proper permissions from birth.
21335
21336 * files.el (basic-save-buffer-2): When temporarily setting
21337 file modes, set them to current modes plus 0200, not to 0777.
21338
21339 * emerge.el (emerge-make-temp-file): Make sure file has proper
21340 permissions from birth.
21341
213422000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21343
21344 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21345 backup file name through convert-standard-filename.
21346
21347 * dos-fns.el (convert-standard-filename): Convert leading
21348 directories as well. When long file names are supported, convert
21349 characters that are invalid in Windows file names.
21350
213512000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21352
21353 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21354 ps-print crashes. New feature: page selection for printing. Create
21355 raw-text-unix coding system for XEmacs. Doc fix.
21356 (ps-print-version): New version number (5.2.3).
21357 (ps-plot-region): Bug fix.
21358 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21359 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21360 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21361 funs.
21362 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21363 (ps-last-page): New vars.
21364
213652000-06-21 Gerd Moellmann <gerd@gnu.org>
21366
21367 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21368 empty option string.
21369
213702000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21371
21372 * man.el (man): Doc fix.
21373
213742000-06-21 Kenichi Handa <handa@etl.go.jp>
21375
21376 * international/mule-cmds.el (set-language-info-alist): Docstring
21377 fixed.
21378
213792000-06-20 Gerd Moellmann <gerd@gnu.org>
21380
21381 * version.el (emacs-version): Use ISO date format.
21382
21383 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21384 instead of `M-backspace'.
21385
21386 * simple.el (turn-off-auto-fill): New function.
21387
213882000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21389
21390 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21391 Renamed from with-buffer-prepared-for-font-lock and use
21392 inhibit-modification-hooks rather than setting *-change-functions.
21393 Update all functions to use the new name.
21394 (jit-lock-first-unfontify-pos): New semantics (and doc).
21395 (jit-lock-mode): Make non-interactive.
21396 Don't automatically turn on font-lock.
21397 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21398 Always use jit-lock-after-change.
21399 Remove and restore font-lock-after-change-function.
21400 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21401 (jit-lock-after-unfontify-buffer): Remove.
21402 (jit-lock-stealth-fontify):
21403 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21404 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21405
214062000-06-20 Sam Steingold <sds@gnu.org>
21407
21408 * emacs-lisp/cl-indent.el (toplevel): Indent
21409 `print-unreadable-object' properly. Untabify.
21410
214112000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21412
21413 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21414 Support for bibentry.
21415 (reftex-compile-variables): Fixed problem with end of section-re.
21416
21417 * texmodes/reftex-dcr.el (reftex-view-crossref,
21418 reftex-view-crossref-from-bibtex):
21419 Deal with changed `reftex-find-citation-regexp-format'.
21420 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21421 Replaced `remprop' with `put'.
21422 (reftex-view-crossref, reftex-view-crossref-when-idle):
21423 Support for bibentry.
21424
21425 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21426 New entry for bibentry package.
21427
21428 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21429 Regexp also matches "\nobibliography".
21430
21431 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21432 Call `reftex-ensure-write-access' before doing anything.
21433 (reftex-ensure-write-access): New function.
21434
214352000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21436
21437 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21438
21439 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21440
21441 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21442
21443 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21444
21445
214462000-06-20 Dave Love <fx@gnu.org>
21447
21448 * faces.el (frame-background-mode): Use set-default, not set, in
21449 setter.
21450 (frame-update-faces, frame-update-face-colors): Define with
21451 defalias.
21452
21453 * enriched.el (enriched-decode-foreground)
21454 (enriched-decode-background): Don't use internal-find-face.
21455
21456 * apropos.el: Doc fixes.
21457
21458 * cus-edit.el (customize-changed-options): Check arg.
21459 (customize-version-lessp): Don't require decimal point.
21460
21461 * custom.el (defcustom, defgroup): Doc fix.
21462
21463 * newcomment.el (comment) <defgroup>: Add :version.
21464 (comment-multi-line): Doc fix.
21465
21466 * emulation/mlsupport.el (define-hooked-local-abbrev,
21467 define-hooked-global-abbrev): Fix, using define-abbrev.
21468
214692000-06-19 Gerd Moellmann <gerd@gnu.org>
21470
21471 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21472 the whole buffer.
21473
214742000-06-19 Dave Love <fx@gnu.org>
21475
21476 * menu-bar.el (menu-bar-options-save): New function.
21477 (menu-bar-options-menu): Use it.
21478 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21479 Simplify.
21480
214812000-06-19 Andreas Schwab <schwab@suse.de>
21482
21483 * progmodes/etags.el (tags-query-replace): Put new parameters
21484 START and END at the end, for backward compatibility.
21485
214862000-06-19 Kenichi Handa <handa@etl.go.jp>
21487
21488 * international/codepage.el:
21489 (cp-coding-system-for-codepage-1): Delete special codes for
21490 generating xxx-dos coding system because now a CCL based coding
21491 system can handle EOL conversion by default.
21492
21493 * international/mule.el (make-coding-system): Generate subsidiary
21494 coding systems for EOL handling variants even for a CCL based
21495 coding system.
21496
214972000-06-19 Kenichi Handa <handa@etl.go.jp>
21498
21499 * international/isearch-x.el (isearch-minibuffer-input-method)
21500 (isearch-minibuffer-input-method-function): These variables
21501 deleted.
21502 (isearch-with-input-method): Don't use the above variables.
21503 (isearch-process-search-multibyte-characters): Likewise. Call
21504 read-string with the arg INHERIT-INPUT-METHOD t.
21505
215062000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21507
21508 * font-lock.el (font-lock-after-fontify-buffer)
21509 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21510
21511 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21512 Use consistent make-local-variable style for font-lock-fontified.
21513 (jit-lock-fontify-buffer):
21514 Don't bother checking for font-lock-mode and jit-lock-mode.
21515
21516 * time.el: Remove trailing ^M that prevent CVS-merging.
21517
215182000-06-16 Gerd Moellmann <gerd@gnu.org>
21519
21520 * Makefile.in (distclean): New target.
21521
215222000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21523
21524 * Makefile.in (srcdir): Define for update-subdirs.
21525
215262000-06-16 Gerd Moellmann <gerd@gnu.org>
21527
21528 * find-lisp.el: New file.
21529
215302000-06-16 Andrew Innes <andrewi@gnu.org>
21531
21532 * time.el (display-time-mail-function): New variable, to allow
21533 external packages to indicate when new mail is available.
21534 (display-time-update): Use it.
21535
215362000-06-16 Kenichi Handa <handa@etl.go.jp>
21537
21538 * international/mule.el (mule-version): Change version name to
21539 SAKAKI. AOI has already been used by Meadow.
21540
21541 * international/quail.el (quail-show-guidance-buf): To find the
21542 bottom window (but minibuffer), pay attention to the height of
21543 minibuffer.
21544
215452000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21546
21547 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21548 menu-bar menus. Add help strings. Don't remove the Edit menu
21549 from the menu bar, as the menu bar has enough space now.
21550
21551 * Makefile.in (SHELL): Make sure /bin/sh is used.
21552
21553 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21554 characters, which use series of two ^H characters instead of one.
21555
215562000-06-15 Gerd Moellmann <gerd@gnu.org>
21557
21558 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21559 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21560 functions.
21561 (Info-find-node-2): Try a case-sensitive search first, then
21562 do a case-insensitive search.
21563
21564 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21565 tutorials.
21566
21567 * complete.el (PC-env-vars-alist): New variable.
21568 (PC-complete-as-file-name): New function.
21569 (partial-completion-mode): Initialize PC-env-vars-alist from
21570 process-environment.
21571 (PC-do-completion): Handle completion of env vars.
21572
21573 * info.el (Info-set-mode-line): Show file name in mode line,
21574 use `*Info*' instead of `Info:'.
21575
21576 * startup.el (command-line-1): Change copyright messages to year
21577 2000.
21578
215792000-06-15 Dave Love <fx@gnu.org>
21580
21581 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21582 not local-map.
21583
215842000-06-15 Kenichi Handa <handa@etl.go.jp>
21585
21586 * international/mule.el (set-buffer-file-coding-system): Almost
21587 rewritten to handle `undecided' as no-op.
21588
215892000-06-14 Gerd Moellmann <gerd@gnu.org>
21590
21591 * Makefile.in: New file.
21592
21593 * Makefile: Removed.
21594
21595 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21596 (goto-address-highlight-keymap): Bind C-c RET.
21597
215982000-06-14 Kenichi Handa <handa@etl.go.jp>
21599
21600 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21601 inherits buffer-file-coding-system of the current buffer.
21602
21603 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21604 0. Give correct argument to set-auto-coding-function.
21605 (tar-expunge): For goto-char, use (point-min), not 0.
21606 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21607 (tar-subfile-save-buffer): Likewize.
21608
21609 * international/mule.el
21610 (after-insert-file-set-buffer-file-coding-system): Call
21611 set-buffer-file-coding-system with the arg FORCE t.
21612
216132000-06-13 Gerd Moellmann <gerd@gnu.org>
21614
21615 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21616 nil. Contemporary sendmails issue an X-Authentication-Warning if
21617 the sender is set with `-f'.
21618
216192000-06-13 Dave Love <fx@gnu.org>
21620
21621 * help.el (describe-function-1): Kluge around cases of functions
21622 fset to subrs whose doc doesn't match their symbol-name.
21623
21624 * image.el (insert-image): Default STRING to a space.
21625
21626 * info.el Doc fixes.
21627 (Info-build-node-completions): Match Ref tags.
21628
216292000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21630
21631 * frame.el (display-multi-frame-p, display-multi-font-p): New
21632 defaliases for display-graphic-p.
21633
21634 * hl-line.el: Fixed a typo in commentary.
21635
216362000-06-13 Kenichi Handa <handa@etl.go.jp>
21637
21638 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21639 fixed.
21640
216412000-06-12 Dave Love <fx@gnu.org>
21642
21643 * image.el (insert-image): Save a little consing.
21644
216452000-06-12 Kenichi Handa <handa@etl.go.jp>
21646
21647 * language/tibet-util.el: Convert all tibetan-1-column characters
21648 to the corresponding tibetan characters.
21649 (tibetan-add-components): Delete code for the special treatment of
21650 'a chung.
21651
21652 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21653 change.
21654 (tibetan-vowel-transcription-alist): More rules added.
21655 (tibetan-composite-vowel-alist): New variable.
21656 (tibetan-precomposition-rule-alist): More rules added.
21657
216582000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21659
21660 * startup.el (command-line): Only call menu-bar-mode if interactive.
21661
21662 * thingatpt.el (toplevel symbol-properties):
21663 * textmodes/makeinfo.el (makeinfo-compile):
21664 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21665 * progmodes/hideif.el (hif-compress-define-list)
21666 (hide-ifdef-use-define-alist):
21667 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21668 (ange-ftp-vms-add-file-entry):
21669 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21670 * man.el (Man-build-man-command):
21671 * mail/rnewspost.el (news-reply-header-hook):
21672 * info.el (Info-insert-dir):
21673 * emulation/mlconvert.el (backward-word, forward-word, setq):
21674 * emacs-lisp/gulp.el (gulp-send-requests):
21675 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21676 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21677 (byte-optimize-apply, end of file):
21678 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21679 (ad-make-freeze-definition):
21680 * startup.el (command-line, command-line-1): Don't quote lambdas.
21681
21682 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21683 (cvs-cleanup-removed): New function.
21684 (cvs-cleanup-functions): New var.
21685 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21686 some flexibility in specifying additional entries to auto-cleanup.
21687 (cvs-quickdir): New function.
21688 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21689 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21690 (cvs-mode-find-file): Check that we are on a filename or dirname
21691 when invoked through a mouse-click.
21692 (cvs-full-path): Remove.
21693 (cvs-dired-action): Re-introduced.
21694 (cvs-dired-noselect): Use it.
21695 (vc-post-command-functions): use this new hook if available.
21696
21697 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21698 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21699 (cvs-filename-map, cvs-dirname-map): Remove.
21700 (cvs-default-action): Remove.
21701 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21702 if the arg is really a keymap.
21703 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21704 Don't hardcode the mapping from state (aka type) to face, but check
21705 the var cvs-fi-<type>-face instead.
21706 (cvs-fileinfo-from-entries): New function.
21707
21708 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21709 Docstring fix.
21710 (cvs-find-file-and-jump): Change default to be safer.
21711 (cvs-mode-diff-map): Define it as a function as well.
21712 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21713 Bind mouse-2 in this global map rather than with text-properties.
21714
21715 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21716 file to resolve the ambiguity between C(conflict) and C(need-merge).
21717
217182000-06-12 Kenichi Handa <handa@etl.go.jp>
21719
21720 * international/mule.el (set-buffer-file-coding-system): If
21721 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21722 unconditionally.
21723
217242000-06-12 Dave Love <fx@gnu.org>
21725
21726 * wid-edit.el (widget-specify-button): Really suppress the face if
21727 required.
21728
217292000-06-11 Gerd Moellmann <gerd@gnu.org>
21730
21731 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21732
217332000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21734
21735 * imenu.el (imenu-generic-expression): Docstring fix.
21736
21737 * composite.el (composition-function-table): Move the `put'
21738 below the autoload cookie so we can load the file before loaddefs.
21739
21740 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21741
21742 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21743 Handle easy-mmode-define-global-mode.
21744 For complex macros like define-minor-mode that can generate
21745 several autoload entries, try to autoload entries in the
21746 macroexpanded code.
21747
21748 * emacs-lisp/easy-mmode.el (define-minor-mode):
21749 If KEYMAP is a symbol, just use it.
21750 Use byte-compile-current-file and load-file-name to infer the
21751 proper :require to pass to defcustom.
21752 Wrap the hook var into `progn' so as not to autoload it.
21753 Add a :autoload-end cookie.
21754 Be more careful about the evaluation of KEYMAP.
21755 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21756 (define-derived-mode): Move define-abbrev-table outside of defvar.
21757
217582000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21759
21760 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21761 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21762 (backup-compiled-files): Ignore errors during `tar'.
21763 (bootstrap): Make autoloads before elc files.
21764
217652000-06-10 Kenichi Handa <handa@etl.go.jp>
21766
21767 * international/mule.el (set-buffer-file-coding-system): If one of
21768 undecided-XXX is specified, change only EOL conversion.
21769
21770 * international/mule-conf.el (unix): New alias for the coding
21771 system undecided-unix.
21772
217732000-06-09 Dave Love <fx@gnu.org>
21774
21775 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21776
21777 * progmodes/executable.el: Byte compile dynamic.
21778 (executable-insert): Change custom type.
21779 (executable-find): Add autoload cookie.
21780 (executable-make-buffer-file-executable-if-script-p): New
21781 function. After Noah Friedman.
21782
21783 * files.el (after-save-hook): Customize, with
21784 executable-make-buffer-file-executable-if-script-p as an option.
21785
217862000-06-09 Kenichi Handa <handa@etl.go.jp>
21787
21788 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21789 "tib24p-mule.bdf" for Tibetan.
21790
21791 * composite.el (decompose-composite-char): Declare it as obsolete.
21792
21793 * man.el (Man-fontify-manpage): Pay attention to underline and
21794 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21795
217962000-06-08 Gerd Moellmann <gerd@gnu.org>
21797
21798 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21799 Set maintainer to FSF since author isn't reachable.
21800
218012000-06-08 Dave Love <fx@gnu.org>
21802
21803 * international/mule-cmds.el (select-safe-coding-system): If
21804 DEFAULT-CODING-SYSTEM is not specified, also check the most
21805 preferred coding-system if buffer-file-coding-system is
21806 `undecided'. From Handa.
21807
218082000-06-08 Kenichi Handa <handa@etl.go.jp>
21809
21810 * international/mule.el
21811 (after-insert-file-set-buffer-file-coding-system): If the buffer
21812 size is greater than INSERTED, judget that we are not visiting.
21813
218142000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21815
21816 * whitespace.el (defgroup whitespace): Comment out `:version'.
21817 XEmacs 20.4 has problems defining the group with this present.
21818 We'll have this commented out till get resolve the problem.
21819
218202000-06-07 John Wiegley <johnw@gnu.org>
21821
21822 * align.el (align-dq-string-modes, align-sq-string-modes)
21823 (align-open-comment-modes): Add pyhton-mode.
21824 (align-rules-list): Use get-text-property instead of
21825 text-properties-at.
21826 (align-rules-list): Add python-assignment.
21827 (align-rules-list): Change perl-comma-delimiter to
21828 basic-comma-delimiter. Use if for Perl modes and python-mode.
21829 (align-rules-list): Add python-chain-logic and
21830 basic-line-continuation.
21831
218322000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21833
21834 * apropos.el (apropos-mode-hook): New user variable.
21835 (apropos-mode): Run apropos-mode-hook.
21836
218372000-06-07 David Ponce <david@dponce.com>
21838
21839 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21840 commands. Require `wid-edit' at run-time.
21841
218422000-06-07 David Ponce <david@dponce.com>
21843
21844 * recentf.el: Added some "Commentary".
21845 (recentf-open-more-files, recentf-edit-list): Minor changes to
21846 move the point at the top of the file list. This behaviour is
21847 consistent with the menu one when the list contains a lot of
21848 files.
21849 (recentf-cleanup): Now displays the number of items removed from
21850 the list.
21851 (recentf-relative-filter) New menu filter to show filenames
21852 relative to `default-directory'.
21853
218542000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21855
21856 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21857 with/without giving an error if PostScript printer doesn't have this
21858 kind of page size. Zebra Stripe continues or restarts on next page.
21859 Manual/automatic paper feeding. Switch or not the header.
21860 (ps-print-version): New version number (5.2.2).
21861 (ps-windows-system): Include emx as a Windows system.
21862 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21863 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21864 (ps-background-text): Code fix.
21865 (ps-error-handler-message, ps-user-defined-prologue)
21866 (ps-print-prologue-header, ps-printer-name)
21867 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21868 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21869 (ps-use-face-background): Customization fix.
21870 (ps-n-up-database): Data fix.
21871 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21872 (ps-switch-header): New vars.
21873 (ps-xemacs-color-name, ps-face-foreground-name)
21874 (ps-face-background-name, ps-boolean-constant): New funs.
21875
218762000-06-07 Dave Love <fx@gnu.org>
21877
21878 * allout.el: New version from Manheimer.
21879
218802000-06-07 Kenichi Handa <handa@etl.go.jp>
21881
21882 * textmodes/fill.el (fill-find-break-point): Check the validity of
21883 charset.
21884
218852000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21886
21887 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21888 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21889 Call display-color-p and display-mouse-p instead of looking at
21890 window-system.
21891
218922000-06-06 Dave Love <fx@gnu.org>
21893
21894 * image.el (find-image): Doc fix. Return nil if image not found.
21895 (put-image, insert-image): Make STRING arg optional.
21896
218972000-06-06 Kenichi Handa <handa@etl.go.jp>
21898
21899 * language/vietnamese.el: Remove eval-when-compile.
21900 (viet-viscii-nonascii-translation-table): Define it as a
21901 translation table made from viet-viscii-decode-table.
21902 (viet-viscii-encode-table): Define it as a translation table made
21903 from the reverse map of above.
21904 (viet-vscii-nonascii-translation-table): Define it as a
21905 translation table made from viet-vscii-decode-table.
21906 (viet-vscii-encode-table): Define it as a translation table made
21907 from the reverse map of above.
21908 (ccl-decode-viscii): Use translate-character.
21909 (ccl-encode-viscii, ccl-encode-viscii-font)
21910 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21911 Likewize.
21912
21913 * language/cyrillic.el: Remove eval-when-compile.
21914 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21915 translation table made from cyrillic-koi8-r-decode-table.
21916 (cyrillic-koi8-r-encode-table): Define it as a translation table
21917 made from the reverse map of above.
21918 (ccl-decode-koi8): Use translate-character.
21919 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21920 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21921 a translation table made from cyrillic-alternativnyj-decode-table.
21922 (cyrillic-alternativnyj-encode-table): Define it as a translation
21923 table made from the reverse map of above.
21924 (ccl-decode-alternativnyj): Use translate-character.
21925 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21926 Likewize
21927
21928 * international/mule-diag.el (non-iso-charset-alist): Specify
21929 translation table symbol instead of translation table itself.
21930 (list-block-of-chars): CHARSET may be a translation table symbol.
21931
21932 * international/mule.el (make-coding-system): If CODING-SYSTEM
21933 already exists, override it.
21934
21935 * international/fontset.el: Use family `proportional' for Tibetan
21936 fonts.
21937
21938 * international/ccl.el (ccl-compile-translate-character): Don't
21939 check if Rrr has property translation-table.
21940 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21941
219422000-06-05 Gerd Moellmann <gerd@gnu.org>
21943
21944 * info.el: Bind case-fold-search to t when searching in case
21945 a user sets it to nil in a hook.
21946
219472000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21948
21949 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21950 * hl-line.el (hl-line-mode): Use the new :global key argument.
21951
21952 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21953 (tar-clip-time-string): Prepend a space.
21954 (tar-grind-file-mode): Construct a string rather than modifying one.
21955 (tar-header-block-summarize): Fix docstring.
21956 Use `format' rather than an error-prone set of copy-loops.
21957
21958 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21959 (diff-goto-source, diff-unified->context, diff-context->unified)
21960 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21961 understand the format output by the `-p' argument to diff.
21962
21963 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21964 (sh-re-done): Use defconst.
21965 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21966 (sh-help-string-for-variable, sh-guess-basic-offset):
21967 Don't quote lambdas.
21968 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21969 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21970
21971 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21972 (mh-letter-mode): Derive from text-mode.
21973 This implicitly means that it now calls kill-all-local-variables.
21974 Also remove the Emacs-18 compatibility code.
21975
21976 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21977 Make use of symbol-property doc-string-elt.
21978 Use memq rather than a sequence of eq.
21979 (doc-string-elt): Fix the wrong or missing previously unused values.
21980 (autoload-print-form): New function extracted from
21981 generate-file-autoloads to allow recursion when handling progn
21982 so that defvar's and defun's docstrings are properly printed.
21983 (generate-file-autoloads): Use it.
21984
21985 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21986 Use find-file-hooks in the minor-mode function.
21987 Be careful not to loop indefinitely in the post-command-hook function.
21988
219892000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21990
21991 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21992 tty's.
21993 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21994 differences whenever appropriate.
21995 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21996 * viper.el (find-file, find-file-other-window): Get viper to do
21997 wildcards.
21998
219992000-06-04 Stefan Monnier <monnier@cs.yale.edu>
22000
22001 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
22002 (jit-lock-fontify-buffer): New function for JIT refontification.
22003 (jit-lock-mode): Fix docstring.
22004 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
22005 Remove jit-lock-after-change from the _local_ hook.
22006 (jit-lock-function-1): Fix docstring.
22007
22008 * info.el (Info-on-current-buffer): Initialize info.
22009
22010 * newcomment.el (comment-indent): Ignore comment-indent-hook.
22011
22012 * progmodes/tcl.el (tcl-indent-for-comment):
22013 Ignore comment-indent-hook.
22014
22015 * emacs-lisp/easy-mmode.el: Require CL during compilation.
22016 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
22017 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
22018 and improve to use the lighter to guess the capitalization.
22019 (define-minor-mode): Inline code from easy-mmode-define-toggle.
22020 Add keyword arguments to specify global-ness or the custom group.
22021 Add local-map and help-echo properties to the lighter.
22022 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
22023 (easy-mmode-define-global-mode): New macro.
22024
220252000-06-02 Dave Love <fx@gnu.org>
22026
22027 * wid-edit.el: byte-compile-dynamic since we typically don't use
22028 all the widgets. Don't require cl or widget. Remove
22029 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
22030 (widget-read-event): Removed. Callers changed to use read-event.
22031 (widget-button-release-event-p): Renamed from
22032 button-release-event-p.
22033 (widget-field-add-space, widget-field-use-before-change):
22034 Uncustomize.
22035 (widget-specify-field): Use keymap property, not local-map.
22036 (widget-specify-button): Obey :suppress-face.
22037 (widget-specify-insert): Use modern backquote syntax.
22038 (widget-image-directory): Renamed from widget-glyph-directory.
22039 (widget-image-enable): Renamed from widget-glyph-enable.
22040 (widget-image-find): Replaces widget-glyph-find.
22041 (widget-button-pressed-face): Move defvar.
22042 (widget-image-insert): Replaces widget-glyph-insert.
22043 (widget-convert): Use keywordp.
22044 (widget-leave-text, widget-children-value-delete): Use mapc.
22045 (widget-keymap): Remove XEmacs stuff.
22046 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
22047 (widget-button-click): Don't set point at the click, but re-centre
22048 if we scroll out of window. Rewritten for images v. glyphs &c.
22049 (widget-tabable-at): Use POS arg, not point.
22050 (widget-beginning-of-line, widget-end-of-line)
22051 (widget-item-value-create, widget-sublist, widget-princ-to-string)
22052 (widget-sexp-prompt-value, widget-echo-help): Simplify.
22053 (widget-default-create): Use widget-image-insert; some rewriting.
22054 (widget-visibility-value-create)
22055 (widget-push-button-value-create, widget-toggle-value-create): Use
22056 widget-image-insert.
22057 (checkbox): Create on and off images dynamically.
22058 (documentation-link): Change :help-echo.
22059 (widget-documentation-link-echo-help): Remove.
22060
220612000-06-02 Stefan Monnier <monnier@cs.yale.edu>
22062
22063 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
22064
22065 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
22066 (easy-mmode-define-toggle, define-minor-mode): Use it.
22067 (easy-mmode-define-keymap): Docstring fix.
22068 (define-derived-mode): Default PARENT to fundamental-mode.
22069 Add the derived-mode-parent symbol-property.
22070 (easy-mmode-derived-mode-p): New function.
22071
220722000-06-02 Dave Love <fx@gnu.org>
22073
22074 * files.el (convert-standard-filename): Doc fix.
22075 (normal-backup-enable-predicate): New function.
22076 (backup-enable-predicate): Use it to replace the lambda form.
22077
22078 * calendar/todo-mode.el: [This needs more work on the outline
22079 stuff.] Doc fixes.
22080 (todo) <defgroup>: Add :version.
22081 (todo-add-category): Don't use pushnew.
22082 (todo-cmd-raise): Fix typo.
22083 (todo-top-priorities): Change temp buffer name.
22084 (todo-category-alist): Avoid redundant lambda.
22085 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
22086 Use outline-next-heading.
22087
22088 * autoarg.el: Rewritten to use define-minor-mode.
22089 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
22090 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
22091
220922000-06-02 Kenichi Handa <handa@etl.go.jp>
22093
22094 * isearch.el (isearch-other-meta-char): Fix previous change.
22095
220962000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22097
22098 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
22099 (log-edit-done): Only add the comment to the ring if it's different
22100 from the last comment entered.
22101
22102 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
22103
221042000-06-01 Dave Love <fx@gnu.org>
22105
22106 * hl-line.el: Rewritten using define-minor-mode.
22107
22108 * help.el (describe-function-1): Distinguish special form from
22109 builtin function. Sanity-check presence of arglist for builtins.
22110
221112000-06-01 Kenichi Handa <handa@etl.go.jp>
22112
22113 * international/characters.el: Fix syntax/category setting of
22114 Tibetan characters.
22115
22116 * language/tibet-util.el (tibetan-add-components): Fixes for new
22117 encoding of Tibetan characters.
22118 (tibetan-decompose-precomposition-alist): New variable.
22119 (tibetan-decompose-region): Convert precomposed characters to
22120 non-precomposed characters.
22121 (tibetan-decompose-string): Likewise.
22122 (tibetan-composition-function): Fix args to
22123 thibetan-compose-string.
22124
22125 * language/tibetan.el (tibetan-composable-pattern): More
22126 characters included.
22127 (tibetan-consonant-transcription-alist): Rule for "R" added.
22128 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
22129 "+R" added.
22130 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
22131
22132 * language/lao-util.el (lao-composition-function): Fix args to
22133 compose-string.
22134
22135 * language/thai-util.el (thai-composition-function): Fix args to
22136 compose-string.
22137
22138 * isearch.el (isearch-update): Set disable-point-adjustment to t
22139 to prevent the point moving to the end of a composition when a
22140 part of a composition is searched.
22141 (isearch-other-meta-char): If the key invoking this command can be
22142 mapped by function-key-map to a printing char, call
22143 isearch-process-search-char directly.
22144
221452000-06-01 Stefan Monnier <monnier@cs.yale.edu>
22146
22147 * emacs-lisp/bytecomp.el:
22148 * frame.el:
22149 * international/mule-cmds.el:
22150 * international/mule-util.el:
22151 * international/mule.el:
22152 * mouse.el:
22153 * subr.el:
22154 * faces.el: Update calls to make-obsolete with a WHEN argument.
22155
22156 * byte-run.el (make-obsolete, make-obsolete-variable):
22157 Add an optional WHEN argument and change the format of the
22158 symbol-property information.
22159 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
22160 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
22161 new obsolete-symbol-property format and print WHEN if it is provided.
22162
221632000-05-31 Dave Love <fx@gnu.org>
22164
22165 * loadhist.el (loadhist-hook-functions): Remove
22166 before-change-function, after-change-function.
22167 (unload-feature): Deal with symbols which are both bound and
22168 fbound.
22169
22170 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
22171 before-change-function, after-change-function.
22172
22173 * simple.el (newline): Don't bind before-change-function,
22174 after-change-function.
22175
221762000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
22177
22178 * whitespace.el (whitespace-rescan-timer-time): Update interval
22179 set to 600 seconds (10 minutes) instead of 60 seconds since
22180 a large number of whitespace buffers causes emacs to `freeze'
22181 for a considerable amount of time.
22182
22183 * whitespace.el: Updated email address
22184
221852000-05-31 Dave Love <fx@gnu.org>
22186
22187 * add-log.el (change-log-font-lock-keywords) <function>: Add
22188 pattern for function of change.
22189 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
22190 acknowledgements patterns.
22191
221922000-05-31 Kenichi Handa <handa@etl.go.jp>
22193
22194 * isearch.el (isearch-printing-char): If keyboard coding system is
22195 being used, call isearch-process-search-multibyte-characters.
22196
22197 * international/isearch-x.el: Mostly rewritten.
22198
22199 * international/quail.el (quail-start-conversion): Don't include
22200 unhandled events in the returned events, but set them in
22201 unread-command-events. Exit if all inputs are deleted.
22202
222032000-05-30 Jason Rumney <jasonr@gnu.org>
22204
22205 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
22206
22207 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
22208 Reenable code to create initial fontsets.
22209 Use set-fontset-font in place of put-charset-property.
22210
222112000-05-30 Gerd Moellmann <gerd@gnu.org>
22212
22213 * progmodes/perl-mode.el (perl-indent-line): When looking for a
22214 label, ensure that the first colon isn't followed by another.
22215
22216 * paths.el (Info-default-directory-list): Doc fix.
22217
22218 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
22219 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
22220 send a query containing USER only, not USER@HOST.
22221
22222 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
22223 and rmail-msgend to compute the restriction at the end, instead of
22224 computing it.
22225
222262000-05-29 Gerd Moellmann <gerd@gnu.org>
22227
22228 * dabbrev.el (dabbrev-expand): Don't display messages in the
22229 echo area if the minibuffer window is active.
22230
22231 * jit-lock.el (jit-lock-mode): Add after change function to
22232 local hook.
22233
222342000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
22235
22236 * antlr-mode.el: New commands: hide/unhide actions,
22237 upcase/downcase literals.
22238 (antlr-tiny-action-length): New user option.
22239 (antlr-hide-actions): New command. Suggested by
22240 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
22241 (antlr-mode-map): New binding [C-c C-v].
22242 (antlr-mode-menu): New entries.
22243 (antlr-downcase-literals): New command.
22244 (antlr-upcase-literals): Ditto.
22245
22246 * antlr-mode.el: Minor changes: indendation, mode-name.
22247 (antlr-indent-line): Indent cpp directive at column 0.
22248 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
22249
22250 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
22251 (antlr-font-lock-additional-keywords): Workaround for intentional
22252 bug in XEmacs version of font-lock.
22253 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
22254 be used by a smarter version of `buffers-menu-grouping-function'.
22255
222562000-05-29 Gerd Moellmann <gerd@gnu.org>
22257
22258 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
22259 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
22260
222612000-05-29 Kenichi Handa <handa@etl.go.jp>
22262
22263 * international/encoded-kb.el
22264 (encoded-kbd-iso2022-designation-map): Pay attention to that
22265 charset-iso-final-char return -1 for eight-bit-control and
22266 eight-bit-graphic.
22267
222682000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22269
22270 * speedbar.el (speedbar-use-images, speedbar-update-flag)
22271 (speedbar-easymenu-definition-base): Use display-graphic-p where
22272 available, instead of window-system.
22273
222742000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
22275
22276 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22277 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22278 coding systems.
22279
222802000-05-26 Dave Love <fx@gnu.org>
22281
22282 * disp-table.el (standard-display-underline): Don't use
22283 internal-find-face.
22284
22285 * mail/reporter.el: Maintainer change. Doc fixes.
22286 (reporter-version): Deleted.
22287
22288 * emacs-lisp/elp.el: Maintainer change.
22289 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22290
222912000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22292
22293 * add-log.el (add-change-log-entry): Merge the current entry with the
22294 previous one if the previous one is empty.
22295
222962000-05-26 Dave Love <fx@gnu.org>
22297
22298 * loadhist.el (unload-feature): Fix interactive spec [from
22299 lijnzaad@ebi.ac.uk].
22300
22301 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22302 subr-arity to check primitives.
22303 (byte-compile-flush-pending, byte-compile-file-form-progn)
22304 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22305 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22306 mapcar.
22307
223082000-05-26 Kenichi Handa <handa@etl.go.jp>
22309
22310 * international/fontset.el: Set family names of non-latin charsets
22311 in default fontset to "*".
22312
22313 * international/mule-diag.el (print-fontset): Combine family part
22314 and registry part of the fontname by "-*-" instead of "-".
22315
22316 * international/mule-cmds.el (encode-coding-char): Make strings
22317 multibyte before calling encode-coding-string.
22318
223192000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22320
22321 * derived.el: Fix keywords.
22322 (define-derived-mode): Only define if needed.
22323
22324 * simple.el (fill-comment, comment-column, comment-start)
22325 (comment-start-skip, comment-end, comment-indent-function)
22326 (block-comment-start, block-comment-end, indent-for-comment)
22327 (set-comment-column, kill-comment, comment-padding, comment-region)
22328 (comment-multi-line, indent-new-comment-line): Remove.
22329
22330 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22331 function names for comment operations.
22332
22333 * newcomment.el: Add abundant autoload cookies.
22334 (comment-style): Don't depend on runtime data at compile-time.
22335 (comment-indent-hook): Remove.
22336 (comment-indent): Check if comment-indent-hook is bound.
22337 (comment-region): Docstring fix.
22338
223392000-05-25 Dave Love <fx@gnu.org>
22340
22341 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22342 byte-code-function-p.
22343
22344 * mail/rmailsum.el: Add provide.
22345
22346 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22347
22348 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22349 defcustom.
22350
223512000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22352
22353 * ediff-diff.el (ediff-exec-process): delete --binary option from
22354 non-buffer ediff jobs.
22355
223562000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22357
22358 * hilit-chg.el (highlight-changes-mode): Ask about color or
22359 grayscale support, not about window-system.
22360
22361 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22362 window-system.
22363 (ffap-highlight): Always default to t.
22364
22365 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22366 display-popup-menus-p instead of looking at window-system.
22367
22368 * disp-table.el (standard-display-g1, standard-display-graphic):
22369 Only refuse to use string glyphs on X and MS-Windows.
22370
22371 * avoid.el: Remove window-system from commentary, suggest to use
22372 display-*-p instead.
22373
22374 * apropos.el (apropos-print): Use display-mouse-p instead of
22375 window-system.
22376
223772000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22378
22379 * international/codepage.el (cp-decoding-vector-for-codepage):
22380 Fill up unsupported characters with their own codes. From Kenichi
22381 Handa.
22382
223832000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22384
22385 * international/mule-diag.el (describe-char-after): Use
22386 display-graphic-p instead of window-system, so that this function
22387 works on MS-DOS.
22388
223892000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22390
22391 * international/codepage.el (cp-make-coding-systems-for-codepage):
22392 Remove the eight-bit-graphic and eight-bit-control charsets from
22393 the list of charsets which we convert into `?'.
22394
223952000-05-25 Kenichi Handa <handa@etl.go.jp>
22396
22397 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22398 private charsets.
22399 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22400 japanese-jisx0213-2): New charsets.
22401
22402 * international/fontset.el: Setup default fontset for new charsets.
22403
224042000-05-24 Dave Love <fx@gnu.org>
22405
22406 * info.el (Info-find-node-2): Restructure [following "Vadim
22407 S. Solomin" <sovs@uic.nnov.ru>].
22408
22409 * icomplete.el: Fix header for Finder.
22410
224112000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22412
22413 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22414 STAY.
22415
22416 * rmail.el (rmail-automatic-folder-directives): New user variable.
22417 (rmail-show-message): Add call to `rmail-auto-file' during
22418 display.
22419 (rmail-auto-file): New function.
22420
224212000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22422
22423 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22424 account.
22425 (ediff-test-utility,ediff-diff-mandatory-option)
22426 (ediff-reset-diff-options): Utilities for proper initialization of
22427 ediff-diff-options and ediff-diff3-options on Windows.
22428
22429 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22430 variable.
22431
22432 * ediff-mult.el (ediff-filegroup-action): Use
22433 ediff-merge-filename-prefix.
22434
224352000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22436
22437 * viper-ex.el (ex-write): Set selective display to nil.
22438
224392000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22440
22441 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22442 aliases for hebrew-iso-8bit.
22443
224442000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22445
22446 * woman.el: New version from Francis J. Wright
22447 <F.J.Wright@Maths.QMW.ac.uk>.
22448 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22449 names in environment variables regardless of the path separator.
22450 (woman-topic-all-completions-1): Don't call file-name-directory-p
22451 on all files, since woman-file-regexp already filters out any
22452 directories.
22453
224542000-05-24 Kenichi Handa <handa@etl.go.jp>
22455
22456 * international/quail.el (quail-start-translation): Don't change
22457 modified-p of the current buffer.
22458 (quail-start-conversion): Likewise.
22459
22460 * international/kkc.el (kkc-region): Don't change modified-p of
22461 the current buffer.
22462
22463 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22464 conform to RFC1468.
22465 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22466
224672000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22468
22469 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22470 (speedbar-insert-button): Invisible text property fix.
22471 (speedbar-directory-plus): Renamed from speedbar-directory-+
22472 (speedbar-directory-minus): Renamed from speedbar-directory--
22473 (speedbar-page-plus): Renamed from speedbar-file-+
22474 (speedbar-page-minus): Renamed from speedbar-file--
22475 (speedbar-page): Renamed from speedbar-file-
22476 (speedbar-tag): Renamed from speedbar-tag-
22477 (speedbar-tag-plus): Renamed from speedbar-tag-+
22478 (speedbar-tag-minus): Renamed from speedbar-tag--
22479 (speedbar-expand-image-button-alist): Use above renames.
22480
22481 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22482 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22483 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22484 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22485 * sb-pg.xpm: Renamed from sb-file.xpm
22486 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22487 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22488
224892000-05-24 Kenichi Handa <handa@etl.go.jp>
22490
22491 * international/quail.el (quail-show-guidance-buf): Set
22492 current-input-method of the guidance buffer to the name of the
22493 curren input method.
22494
224952000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22496
22497 * progmodes/compile.el (compile-internal): Style typo.
22498
22499 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22500 quote vars and functions in the docstring.
22501
22502 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22503
22504 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22505 Don't quote lambdas.
22506
22507 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22508
225092000-05-23 Gerd Moellmann <gerd@gnu.org>
22510
22511 * startup.el (command-line): Determine source file of compiled
22512 user init file differently. Warn if compiled user init file
22513 is older than its source file.
22514
22515 * ffap.el (ffap-url-regexp): Add `https'.
22516
225172000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22518
22519 * files.el (make-backup-file-name-1): Replace slashes with `!'
22520 rather than `|' (which is not allowed on Windows). Replace the
22521 drive letters with a string "drive_X".
22522
225232000-05-23 Gerd Moellmann <gerd@gnu.org>
22524
22525 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22526
22527 * files.el (interpreter-mode-alist): Add `bash2'.
22528
225292000-05-22 Dave Love <fx@gnu.org>
22530
22531 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22532 mapc.
22533 (feature-file): Avoid calling symbol-name. Doc fix.
22534 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22535 (loadhist-hook-functions): Add mouse-position-function.
22536 (unload-feature): Change uses of mapcar.
22537
22538 * files.el (parse-colon-path): Doc fix.
22539 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22540 (set-auto-mode): Use mapc.
22541
22542 * complete.el (PC-look-for-include-file): Use :alnum: character
22543 class.
22544 (partial-completion-mode): Add autoload cookie.
22545
225462000-05-22 Sam Steingold <sds@gnu.org>
22547
22548 * info.el (Info-fontify-node): Fixed the call to
22549 `add-text-properties' (bug introduced on 2000-05-18).
22550
225512000-05-22 Dave Love <fx@gnu.org>
22552
22553 * bindings.el: Remove debug-ignored-errors set in other files.
22554
22555 * progmodes/etags.el: Add to debug-ignored-errors.
22556 (visit-tags-table-buffer): Clear out buffers holding old tables
22557 when making a new list.
22558 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22559 mapc.
22560
22561 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22562 quote keywords.
22563 (cmpl-string-case-type): Use character classes.
22564
22565 * comint.el:
22566 * textmodes/ispell.el:
22567 * imenu.el:
22568 * mail/mh-e.el:
22569 * progmodes/compile.el: Add to debug-ignored-errors.
22570
22571 * dabbrev.el: Add to debug-ignored-errors.
22572 (dabbrev-completion): Use mapc.
22573
225742000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22575
22576 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22577 (woman-mapcan, woman-parse-man.conf)
22578 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22579 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22580 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22581 path syntax better.
22582 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22583 (woman-manpath): Call woman-parse-man.conf.
22584 (woman-emulation): New defcustom, defaults to nroff.
22585 (woman-font-support): New defconst.
22586 (woman-use-symbol-font): New defcustom.
22587 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22588 "Emulation".
22589 Many functions: Doc fix.
22590
225912000-05-22 Kenichi Handa <handa@etl.go.jp>
22592
22593 * international/quail.el (quail-simple-translation-keymap): Map
22594 128..255 to quail-self-insert-command.
22595 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22596
225972000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22598
22599 * help.el (help-manyarg-func-alist): Typo.
22600
22601 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22602 intervals which makes it heaps simpler.
22603
22604 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22605 the nested comment markers.
22606
22607 * subr.el (remove-hook): Don't turn the hook's value into a list.
22608
226092000-05-21 Dave Love <fx@gnu.org>
22610
22611 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22612 are invalid characters.
22613
22614 * international/mule-util.el (detect-coding-with-priority): Use
22615 mapc. Remove redundant lambda.
22616
22617 * international/mule-diag.el (list-non-iso-charset-chars)
22618 (describe-fontset): Remove redundant lambda.
22619
22620 * emulation/crisp.el (brief-mode): New alias.
22621
22622 * emacs-lisp/ring.el (ring-elements): New function.
22623
22624 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22625 (easy-menu-do-add-item): Use keywordp.
22626
22627 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22628
22629 * replace.el: Doc and error message fixes.
22630 (replace-highlight): Use facep, not internal-find-face.
22631
226322000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22633
22634 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22635
22636 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22637 (log-edit-insert-changelog): Drop `:' as well.
22638
22639 * log-view.el: Fix file description.
22640 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22641 available.
22642 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22643 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22644
22645 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22646 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22647 Print a status message if the toggle is called interactively.
22648 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22649 for global minor modes and use `defcustom' for them.
22650 Use add-minor-mode.
22651 (easy-mmode-define-derived-mode): Remove.
22652 (define-derived-mode): Fancier default docstring.
22653 (easy-mmode-define-navigation): Signal an error rather than (ding).
22654
22655 * newcomment.el (comment-styles): New `box-multi'.
22656 (comment-normalize-vars): Better default for comment-continue to
22657 avoid whitespace-only continuations.
22658 (comment-search-forward): Always move even in the no-syntax case.
22659 (comment-padright): Only obey N if it's only obeyed for padleft.
22660 (comment-make-extra-lines): Better handling of empty continuations.
22661 Use `=' for the filler if comment-start has only one character.
22662 (uncomment-region): Try handling the special `=' filler.
22663 (comment-region): Allow LINES even if MULTI is nil.
22664 (comment-box): Choose box style based on comment-style.
22665
226662000-05-20 Kenichi Handa <handa@etl.go.jp>
22667
22668 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22669 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22670
226712000-05-20 Kenichi HANDA <handa@etl.go.jp>
22672
22673 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22674 and insert, not subst-char-in-region.
22675
22676 * international/mule-diag.el (list-character-sets-1): Handle
22677 charsets eight-bit-control and eight-bit-graphic.
22678 (list-iso-charset-chars): Likewise.
22679 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22680 charactes as is. Use indent-to to align characters.
22681
22682 * international/mule-cmds.el (find-multibyte-characters): Never
22683 exclude charsets eight-bit-control and eight-bit-graphic.
22684
226852000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22686
22687 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22688 Don't quote lambdas.
22689
22690 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22691
226922000-05-19 Gerd Moellmann <gerd@gnu.org>
22693
22694 * gud.el (gud-jdb-directories): Doc fix.
22695
226962000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22697
22698 * newcomment.el: New file.
22699
227002000-05-19 Gerd Moellmann <gerd@gnu.org>
22701
22702 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22703
227042000-05-18 Andreas Schwab <schwab@suse.de>
22705
22706 * dired.el (dired-between-files): Also skip lines beginning with
22707 `used'.
22708
227092000-05-18 Gerd Moellmann <gerd@gnu.org>
22710
22711 * msb.el (msb-menu-cond): Add choice `user'.
22712
227132000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22714
22715 * ps-print.el: Compatibility, customization and doc fix.
22716 (ps-printer-name-option): Replace defconst by defvar.
22717 (ps-postscript-code-directory): XEmacs compatibility.
22718 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22719 fix.
22720 (ps-user-defined-prologue, ps-print-prologue-header)
22721 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22722 compatibility and code fix.
22723 (ps-print-background-image, ps-print-background-text):
22724 Customization fix.
22725 (ps-line-number-start, ps-n-up-on): New vars.
22726
227272000-05-18 Espen Skoglund <esk@ira.uka.de>
22728
22729 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22730 the indent-comment function to just return the appropriate indent.
22731
227322000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22733
22734 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22735 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22736 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22737
227382000-05-18 Dave Love <fx@gnu.org>
22739
22740 * info.el (Info-fontify-node): Add intangible property as well as
22741 invisible.
22742
22743 * calendar/appt.el (appt-make-list): Match all lines of entry.
22744 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22745
227462000-05-18 Kenichi Handa <handa@etl.go.jp>
22747
22748 * international/mule-diag.el (describe-char-after): Call
22749 internal-char-font, not char-font. If internal-char-font returns
22750 nil, display "-- none --".
22751
227522000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22753
22754 * image.el (image-type-available-p): Don't reference image-types
22755 if it isn't bound.
22756
227572000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22758
22759 * autoarg.el (autoarg-mode): Typo in the :set argument.
22760
227612000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22762
22763 * startup.el (command-line-1): Don't signal an error if the
22764 directory for auto-save-list files does not yet exist.
22765
227662000-05-17 Kenichi Handa <handa@etl.go.jp>
22767
22768 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22769
227702000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22771
22772 * subr.el (remove-hook): `setq' hook-value, not `set'.
22773
227742000-05-16 Sam Steingold <sds@gnu.org>
22775
22776 * info.el (debug-ignored-errors): More errors to ignore.
22777
227782000-05-16 Dave Love <fx@gnu.org>
22779
22780 * cus-edit.el: Don't require cl or easymenu.
22781 (custom-variable-prompt): Test standard-value property, not
22782 user-variable-p.
22783
227842000-05-16 Sam Steingold <sds@gnu.org>
22785
22786 * subr.el (add-hook): `setq' hook-value, not `set'.
22787
227882000-05-16 Gerd Moellmann <gerd@gnu.org>
22789
22790 * startup.el (command-line-1): Mention the FAQ in the startup
22791 message.
22792
22793 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22794
22795 * progmodes/compile.el (compilation-parse-errors): Collect
22796 `nomessage' regexps last.
22797
22798 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22799
22800 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22801 to the function name.
22802
228032000-05-15 Dave Love <fx@gnu.org>
22804
22805 * speedbar.el (speedbar-recenter): Typo.
22806 (speedbar-expand-line): Make arg optional.
22807 (speedbar-mode): Avoid a compiler warning.
22808
228092000-05-15 Gerd Moellmann <gerd@gnu.org>
22810
22811 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22812 user-specified option string is empty.
22813
22814 * mouse.el (mouse-yank-at-click): Doc fix.
22815
228162000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22817
22818 * term/internal.el (IT-character-translations): More updates of
22819 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22820 documents.
22821
228222000-05-15 Gerd Moellmann <gerd@gnu.org>
22823
22824 * env.el (getenv): New function, interactively callable.
22825 (setenv, getenv): Remove autoload cookies.
22826
22827 * loadup.el: Load `env'.
22828
22829 * progmodes/f90.el: Change author's mail address.
22830
228312000-05-14 Dave Love <fx@gnu.org>
22832
22833 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22834 goto-addr as an option.
22835
22836 * help.el (help-xref-stack): Doc fix.
22837 (help-xref-following): New variable.
22838 (help-make-xrefs): Use it.
22839 (help-xref-go-back): Use position information from stack element.
22840 (help-follow): Make position in stack element a pair. Use
22841 help-xref-following.
22842
22843 * autoarg.el: New file.
22844
22845 * faces.el: Declare more functions obsolete.
22846
22847 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22848 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22849 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22850 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22851 Remove all the setup-...-environment functions.
22852
228532000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22854
22855 * speedbar.el: Updated the commentary section. xemacs20p now uses
22856 >= when detecting. Require `defimage' safely.
22857 (speedbar-easymenu-definition-base): Add toggle for images.
22858 (speedbar-easymenu-definition-special): Add flush cache & expand.
22859 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22860 (speedbar-reconfigure-keymaps-hook): New variable.
22861 (speedbar-frame-parameters): Updated documentation.
22862 (speedbar-use-imenu-flag): Updated custom tag
22863 (speedbar-dynamic-tags-function-list): New variable.
22864 (speedbar-tag-hierarchy-method): Updated doc & custom.
22865 (speedbar-indentation-width, speedbar-indentation-width) New
22866 variables.
22867 (speedbar-hide-button-brackets-flag): Customizable.
22868 (speedbar-vc-indicator): Doc update.
22869 (speedbar-ignored-path-expressions): Updated default value.
22870 (speedbar-supported-extension-expressions): Updated default value.
22871 (speedbar-syntax-table): Remove {} paren status.
22872 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22873 as "+". Added overlay aliases.
22874 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22875 `force-mode-line-update'.
22876 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22877 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22878 `mouse-set-point'
22879 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22880 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22881 of arbitrary text, and new helper functions.
22882 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22883 filename finder.
22884 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22885 (speedbar-directory-buttons): Update path search/expansion.
22886 (speedbar-make-tag-line): Pay attention to
22887 `speedbar-indentation-width'. Use more care w/ invisible
22888 properties.
22889 (speedbar-change-expand-button-char): Call
22890 `speedbar-insert-image-button-maybe'.
22891 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22892 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22893 (speedbar-trim-words-tag-hierarchy)
22894 (speedbar-simple-group-tag-hierarchy): New functions
22895 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22896 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22897 functions.
22898 (speedbar-mouse-set-point): New function
22899 (speedbar-power-click): Updated documentation.
22900 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22901 of tag prefix text.
22902 (speedbar-expand-line, speedbar-contract-line): Make more robust
22903 to strange text.
22904 (speedbar-expand-line): Takes universal argument to flush the
22905 cache.
22906 (speedbar-flush-expand-line): New function.
22907 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22908 Use new generator insertion method.
22909 (speedbar-fetch-dynamic-tags): New function.
22910 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22911 `speedbar-fetch-dynamic-imenu'.
22912 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22913 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22914 "Revert Buffer" menu items.
22915 (speedbar-buffer-buttons-engine): Be smarter when creating a
22916 filename tag (for expansion purposes.).
22917 (speedbar-highlight-one-tag-line,
22918 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22919 (speedbar-recenter): New functions.
22920 (defimage-speedbar): Image loading abstraction.
22921 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22922 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22923 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22924 (speedbar-tag-type, speedbar-tag-mail): New images.
22925 (speedbar-expand-image-button-alist): New variable.
22926 (speedbar-insert-image-button-maybe): Insert an image over some
22927 buttons.
22928
229292000-05-13 Kenichi Handa <handa@etl.go.jp>
22930
22931 * international/mule-cmds.el (encode-coding-char): An ASCII
22932 character is always encodable.
22933
22934 * international/mule-conf.el: Add more information in descriptions
22935 of character sets.
22936
22937 * international/mule-diag.el (describe-char-after): New function.
22938 (describe-font-internal): Adjusted for the change of font-info.
22939 (describe-font): Likewise.
22940 (print-fontset): Rewritten for the new fontset implementation.
22941 (describe-fontset): Include fontset alias names in completion.
22942 (list-fontsets): Adjusted for the change of print-fontset.
22943
22944 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22945 describe-char-after instead of displaying the detail in the echo
22946 area.
22947 (syntax-code-table): Format changed.
22948 (string-to-syntax): Adjusted for the above change.
22949
229502000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22951
22952 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22953
229542000-05-12 Dave Love <fx@gnu.org>
22955
22956 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22957 dependence. Use line-{beginning,end}-position, not
22958 point-at{b,e}ol. Some doc fixes.
22959 (todo-position): New function. Fix callers of position to use it.
22960 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22961
229622000-05-12 Gerd Moellmann <gerd@gnu.org>
22963
22964 * time.el (display-time-mail-icon): Use `:ascent center'.
22965
22966 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22967 handling FTP security extensions.
22968
229692000-05-11 Dave Love <fx@gnu.org>
22970
22971 * calendar/todo-mode.el: New file.
22972
229732000-05-11 Gerd Moellmann <gerd@gnu.org>
22974
22975 * comint.el (comint-read-input-ring): Move reference to
22976 comint-input-ring-size outside of the save-excursion. It was
22977 causing the default value to be the only one ever seen.
22978
22979 * font-lock.el: Update copyright. Remove Simon Marshall's email
22980 address on request from him.
22981
22982 * subr.el (substitute-key-definition): Add comment describing
22983 the meaning of PREFIX.
22984
229852000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22986
22987 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22988
22989 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22990 (add-minor-mode): Don't make the variable buffer-local and add a
22991 reference to define-minor-mode in the docstring.
22992
22993 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22994 HEADER/FOOTER and fix bug with trailing empty directory.
22995 (cvs-append-to-ignore): Use vc-editable-p if available.
22996 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22997 (vc-do-command): Tweak advice to handle the new VC.
22998
22999 * log-view.el (log-view-goto-rev): New function for the new VC.
23000 (log-view-minor-wrap): Use mark-active.
23001
23002 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
23003 (log-edit-changelog-full-paragraphs): New var.
23004 (log-edit-insert-changelog): Remove a lonely leading `* file'.
23005 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
23006 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
23007 (log-edit-changelog-ours-p, log-edit-changelog-entries)
23008 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
23009 Replace the `cvs' prefix with `log-edit'.
23010
23011 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
23012
23013 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
23014 (diff-font-lock-defaults): Explicitly turn off multiline.
23015 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
23016 (diff-ediff-patch): Fix call to ediff-patch-file.
23017 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
23018 Handle comments.
23019
23020 * frame.el (automatic-hscrolling): Typo.
23021
23022 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
23023
230242000-05-09 Sam Steingold <sds@goems.com>
23025
23026 * apropos.el (apropos-print): use `describe-face' instead of
23027 `customize-face-other-window'.
23028
230292000-05-09 Dave Love <fx@gnu.org>
23030
23031 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
23032
23033 * help.el (describe-variable): Have customize button pop the
23034 help-xref stack when invoked.
23035 (help-xref-symbol-regexp): Add `face'.
23036 (help-make-xrefs): Check for quoted face names and adapt regexp
23037 submatch numbers to cope.
23038 (help-xref-interned): Maybe insert face doc too. Separate
23039 sections with a line of hyphens.
23040
23041 * faces.el: Some doc fixes. Declare some functions obsolete.
23042 (describe-face): Add customize button. Return the help
23043 text. Fix prompt.
23044
230452000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
23046
23047 * term/internal.el (IT-character-translations): Fix last change.
23048
230492000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23050
23051 * woman.el: New file
23052 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
23053
230542000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
23055
23056 * term/internal.el (IT-character-translations): Update ASCII
23057 simulations for greek-iso8859-7, add latin-iso8859-14 and
23058 latin-iso8859-15.
23059
23060 * international/mule-cmds.el (set-language-info-alist): Call
23061 define-prefix-command with 3 arguments, to make the map suitable
23062 for a menu.
23063
230642000-05-07 Dave Love <fx@gnu.org>
23065
acc24704 23066 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
a30eb617
DL
23067
230682000-05-05 Dave Love <fx@gnu.org>
23069
23070 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
23071 list in doc string. Don't quote keyword symbols.
23072 * emacs-lisp/cl.el: Likewise
23073 * emacs-lisp/cl-seq.el: Likewise
23074
230752000-05-05 Gerd Moellmann <gerd@gnu.org>
23076
23077 * abbrev.el (abbrev-mode): Make ARG optional.
23078
230792000-05-04 Gerd Moellmann <gerd@gnu.org>
23080
23081 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
23082
23083 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
23084
23085 * subr.el (substitute-key-definition): Clarify documentation.
23086
230872000-05-04 Milan Zamazal <pdm@freesoft.cz>
23088
23089 * glasses.el (glasses-convert-to-unreadable): Use
23090 `glasses-separator' instead of the hard-wired "_".
23091 (glasses-mode): Call `glasses-make-unreadable' only in a single
23092 place.
23093
230942000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
23095
23096 * term/internal.el (cjk-codepages-alist): Add associations for
23097 Chinese and Korean codepages. Remove FIXME comment.
23098
230992000-05-03 Dave Love <fx@gnu.org>
23100
23101 * time.el (display-time-mail-face, display-time-use-mail-icon):
23102 New option.
23103 (display-time-mail-icon): New variable.
23104 (display-time-string-forms): Use the above. Fix the local-map.
23105
231062000-05-03 Gerd Moellmann <gerd@gnu.org>
23107
23108 * replace.el (query-replace-map): Add binding for `E'.
23109 (query-replace-help): Extend help text.
23110 (perform-replace): Allow editing the replacement string.
23111
23112 * make-mode.el (makefile-mode-abbrev-table): New variable.
23113 (makefile-mode): Set local abbrev table to
23114 makefile-mode-abbrev-table.
23115 (makefile-font-lock-keywords): Fontify includes and conditionals.
23116
23117 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
23118 set TOGGLE's value.
23119
23120 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
23121 mail-interactive-insert-alias.
23122 (mail-abbrev-complete-alias): New command.
23123 (mail-mode-map): Bind it to `M-TAB'.
23124
231252000-05-03 Kenichi Handa <handa@etl.go.jp>
23126
23127 * language/lao-util.el (lao-compose-region): New function.
23128
231292000-05-02 Gerd Moellmann <gerd@gnu.org>
23130
23131 * files.el (recover-session): Make directories as necessary
23132 if they don't exist yet.
23133
23134 * calendar/cal-french.el
23135 (french-calendar-multibyte-special-days-array)
23136 (french-calendar-special-days-array): Change French text.
23137 (calendar-french-date-string): Change output.
23138 (calendar-goto-french-date): Likewise.
23139
231402000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
23141
23142 * wid-edit.el (widget-default-active): Obey `:always-active'.
23143 (widget-documentation-string-value-create): Set `:always-active'.
23144
231452000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23146
23147 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
23148 default prefix to `~/_emacs.d/auto-save.list/_s'.
23149 (normal-top-level): Create the directory for auto-save files, if
23150 it doesn't already exist (in the ms-dos case only).
23151
231522000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
23153
23154 * international/mule-cmds.el (set-language-environment): Don't
23155 concat an integer (dos-codepage), use format instead.
23156
231572000-05-02 Dave Love <fx@gnu.org>
23158
23159 * help.el (help-xref-on-pp): Check for constant symbols.
23160
231612000-04-29 Gerd Moellmann <gerd@gnu.org>
23162
23163 * startup.el (normal-top-level): Put a condition-case around
23164 the code loading subdirs.el.
23165
231662000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23167
23168 * ps-print.el: Upside-down and face background color printing,
23169 line number step, doc fix.
23170 (ps-print-version): New version number (5.2).
23171 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
23172 (ps-face-attribute-list, ps-plot-with-face): Code fix.
23173 (ps-spool-config): Var fix.
23174 (ps-printer-name-option): Const fix.
23175 (ps-print-upside-down, ps-use-face-background)
23176 (ps-line-number-step): New vars.
23177 (ps-window-system, ps-lp-system): New consts.
23178 (ps-face-background): New fun.
23179
231802000-04-28 Richard Stallman <rms@gnu.org>
23181
23182 * files.el (make-auto-save-file-name):
23183 Apply auto-save-file-name-transforms to visited file name
23184 before generating auto save file name.
23185 (auto-save-file-name-transforms): New variable.
23186
23187 * files.el (backup-enable-predicate):
23188 Correctly test for a file under a temporary directory.
23189
231902000-04-28 Gerd Moellmann <gerd@gnu.org>
23191
23192 * subr.el (add-minor-mode): Rewritten.
23193
231942000-04-28 Kenichi Handa <handa@etl.go.jp>
23195
23196 * mail/sendmail.el (sendmail-send-it): Set
23197 buffer-file-coding-system to the selected coding system for MIME
23198 header.
23199
232002000-04-27 Gerd Moellmann <gerd@gnu.org>
23201
23202 * dired.el (dired-move-to-filename-regexp): Allow format where
23203 YYYY is followed by two spaces.
23204
23205 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
23206 in the second character class of the regexp.
23207
23208 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
23209 mh-etc, too.
23210
23211 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
23212 nil.
23213
23214 * subr.el (add-minor-mode): Use `set' instead of `setq'.
23215
23216 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
23217 argument.
23218
232192000-04-27 Sen Nagata <sen@eccosys.com>
23220
23221 * emacs-lisp/crm.el (crm-completion-table): New variable.
23222 (crm-collection-fn, crm-test-completion)
23223 (completing-read-multiple): Use it.
23224
232252000-04-27 Dave Love <fx@gnu.org>
23226
23227 * help.el (locate-library): Use mapc.
23228 (help-manyarg-func-alist): Add call-process-region.
23229
232302000-04-26 Gerd Moellmann <gerd@gnu.org>
23231
23232 * subr.el (add-minor-mode): Make argument MAP optional.
23233
23234 * desktop.el (desktop-save): Save list of minor modes.
23235 (desktop-create-buffer): Restore minor modes.
23236 (desktop-minor-mode-table): New user-option.
23237
23238 * subr.el (add-minor-mode): New function.
23239
23240 * image.el (find-image): New function.
23241 (defimage): Rewritten to find image at load time.
23242
23243 * startup.el (normal-top-level-add-to-load-path): Handle
23244 case that the default directory is not in load-path.
23245
23246 * help.el: Old patch from Stefan Monnier.
23247 (help-xref-on-pp): New function.
23248 (describe-variable): Use it to display xrefs in a symbol's value.
23249
232502000-04-26 Stefan Monnier <monnier@cs.yale.edu>
23251
23252 * cus-edit.el (custom-face): Fix parenthesis.
23253
232542000-04-26 Kenichi Handa <handa@etl.go.jp>
23255
23256 * mail/rmail.el (rmail-expunge): When there are no deleted
23257 messages, do nothing.
23258
232592000-04-26 Dave Love <fx@gnu.org>
23260
23261 * international/mule-cmds.el (locale-translation-file-name):
23262 Defvar to nil.
23263 (set-locale-environment): Set it here (at runtime).
23264
232652000-04-25 Gerd Moellmann <gerd@gnu.org>
23266
23267 * replace.el (perform-replace): Add parameters START and END. Use
23268 them instead of the check for a region in Transient Mark mode.
23269 (query-replace-read-args): Return two more list elements for the
23270 start and end of the region in Transient Mark mode.
23271 (query-replace, query-replace-regexp, query-replace-regexp-eval)
23272 (map-query-replace-regexp, replace-string, replace-regexp): Add
23273 optional last arguments START and END and pass them to
23274 perform-replace.
23275
23276 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23277 form with additional arguments for perform-replace.
23278
23279 * progmodes/etags.el (tags-query-replace): Add parameters START
23280 and END. Construct a form with additional arguments for
23281 perform-replace.
23282
23283 * simple.el (shell-command): Set default directory for "*Shell
23284 Command Output" buffer.
23285
23286 * language/european.el (iso-latin-4): Fix typo.
23287
23288 * emacs-lisp/crm.el: New file.
23289
232902000-04-24 Dave Love <fx@gnu.org>
23291
23292 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23293 (Custom-reset-saved, Custom-reset-standard)
23294 (custom-group-value-create, custom-group-set, custom-group-save)
23295 (custom-group-reset-current, custom-group-reset-saved)
23296 (custom-group-reset-standard): Use mapc.
23297 (custom-buffer-create-internal): Disable undo when creating items.
23298 Use mapc.
23299 (custom-face): Avoid redundant lambda.
23300
233012000-04-24 Gerd Moellmann <gerd@gnu.org>
23302
23303 * startup.el (auto-save-list-file-prefix): Set default to
23304 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23305
233062000-04-24 Sam Steingold <sds@gnu.org>
23307
23308 * time-stamp.el (time-stamp-string-preprocess): Always convert
23309 `field-result' to a string.
23310
233112000-04-24 Gerd Moellmann <gerd@gnu.org>
23312
23313 * frame.el (scrolling): New group.
23314 (automatic-hscrolling): New user-option.
23315
23316 * startup.el (command-line-x-option-alist): Add `-lsp' and
23317 `--line-spacing'.
23318
233192000-04-19 Dave Love <fx@gnu.org>
23320
23321 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23322 (cl-mapc): Rename from mapc. Fix the funcall.
23323
233242000-04-19 Gerd Moellmann <gerd@gnu.org>
23325
23326 * simple.el (clone-indirect-buffer-other-window): New command.
23327 (clone-indirect-buffer): Add optional arg NORECROD.
23328 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23329
23330 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23331
23332 * window.el (count-screen-lines): New function.
23333 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23334 instead of window-buffer-height.
23335
23336 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23337 non-existing variable comint-input-sentinel.
23338 (inferior-lisp-args-to-list): Removed.
23339 (inferior-lisp): Use split-string instead of
23340 inferior-lisp-args-to-list.
23341
23342 * hexl.el (hexl-insert-hex-string): New command.
23343
23344 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23345 instead of concat.
23346
233472000-04-18 Gerd Moellmann <gerd@gnu.org>
23348
23349 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23350 at the start of an existing but empty folder.
23351
233522000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23353
23354 * ps-mule.el: Customization fix, doc fix.
23355 (ps-multibyte-buffer): Customization fix.
23356
233572000-04-17 Richard M. Stallman <rms@gnu.org>
23358
23359 * subr.el (read-passwd): Use read-char-exclusive.
23360
233612000-04-17 Gerd Moellmann <gerd@gnu.org>
23362
23363 * textmodes/texinfo.el (texinfo-insert-@email)
23364 (texinfo-insert-@emph, texinfo-insert-@quotation)
23365 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23366 (texinfo-mode-map): Add key bindings for them.
23367
23368 * files.el (basic-save-buffer-2): Use a template with `$'
23369 instead of `#' for VMS.
23370
23371 * simple.el (clone-indirect-buffer): New function.
23372
233732000-04-16 Stephen Eglen <stephen@gnu.org>
23374
23375 * iswitchb.el (iswitchb-case): New function. If the user input
23376 contains any upper-case characters, the search is made
23377 case-sensitive.
23378
233792000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23380
23381 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23382 comment-end.
23383 (texinfo-font-lock-syntactic-keywords): New var.
23384 (texinfo-font-lock-keywords): Remove comment regexp.
23385 (texinfo-insert-block): New function.
23386 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23387 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23388 and font-lock-defaults. Use regexp-opt for outline-regexp.
23389 (texinfo-environments): New var.
23390 (texinfo-environment-regexp): Use regexp-opt and
23391 texinfo-environments.
23392
23393 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23394 ispell-process is bound since this might be eval'd before ispell
23395 is loaded.
23396 (ispell-message): Use a tiny bit less magic and a bit more hard
23397 data to figure out what kind of sc-cite-regexp to use.
23398
23399 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23400
23401 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23402 (insert-cyclic-diary-entry): Unquote the lambda.
23403
23404 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23405
23406 * files.el (backup-enable-predicate): Unquote the lambda.
23407
23408 * cus-edit.el (custom-face, face): Unquote the lambda.
23409
234102000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23411
23412 * ps-print.el: Check for line-beginning-position definition.
23413
23414 * ps-print.el: Fix counting lines in a region.
23415 (ps-print-version): New version number (5.1.5).
23416 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23417 (ps-printing-region): Fun code fix.
23418
234192000-04-15 Gerd Moellmann <gerd@gnu.org>
23420
23421 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23422 to file-directory-p.
23423
234242000-04-14 Gerd Moellmann <gerd@gnu.org>
23425
23426 * gud.el (gud-jdb-build-source-files-list): Check that directory
23427 exists before calling directory-files.
23428
234292000-04-13 Dave Love <fx@gnu.org>
23430
23431 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23432 syntax.
23433
23434 * emacs-lisp/cl-specs.el: Remove when, unless.
23435
23436 * emacs-lisp/cl-extra.el: Don't quote keywords.
23437 (cl-old-mapc): New variable.
23438 (mapc): Use it.
23439 (cl-map-intervals): Use with-current-buffer. Don't check for
23440 next-property-change.
23441 (cl-map-overlays): Use with-current-buffer.
23442 (cl-expt): Remove.
23443 (copy-tree, remprop): Define unconditionally.
23444
23445 * emacs-lisp/cl-compat.el (keywordp): Remove.
23446
23447 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23448 to use keywordp.
23449 (edebug-spec): Enable keywordp.
23450
23451 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23452 string-lessp.
23453
23454 * cus-start.el: Use keywordp.
23455
234562000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23457
23458 * diary-lib.el (include-other-diary-files): Fix the fix of
23459 2000-02-18 by doing a save-excursion.
23460
234612000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23462
23463 * ps-print.el: Customization fix, doc fix.
23464 (ps-print-version): New version number (5.1.4).
23465 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23466 (ps-print-preprint): Adjust code.
23467 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23468 (ps-print-prologue-header, ps-print-control-characters)
23469 (ps-spool-config): Customization fix.
23470
234712000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23472
23473 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23474 converted to the new menu-item format, names silightly changed,
23475 help strings added.
23476
23477 Support for spelling without async subprocesses:
23478
23479 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23480 (ispell-session-buffer): New variables.
23481 (ispell-start-process, ispell-process-status,
23482 ispell-accept-output, ispell-send-string): New functions, for
23483 Ispell invocation when async subprocesses aren't supported.
23484 (ispell-word, ispell-pdict-save, ispell-command-loop,
23485 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23486 to process-send-string with calls to ispell-send-string, and
23487 accept-process-output with ispell-accept-output.
23488 (ispell-init-process): Call ispell-process-status instead of
23489 process-status with.
23490 (ispell-init-process): Call ispell-start-process. Call
23491 ispell-accept-output and ispell-send-string. Don't call
23492 process-kill-without-query and kill-process if they are unbound.
23493 (ispell-async-processp): New function.
23494
234952000-04-12 Dave Love <fx@gnu.org>
23496
23497 * info.el: Add debug-ignored-errors.
23498 (Info-mode-menu): Add some items.
23499 (Info-directory): Add autoload cookie.
23500
23501 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23502 Modify `truncate-lines'. Make `describe-language-environment'
23503 always visible and add help. Modify `describe-key' help. Invoke
23504 Info-directory from `info'. New entry `emacs-manual'.
23505
235062000-04-10 Gerd Moellmann <gerd@gnu.org>
23507
b291c86c
SM
23508 * progmodes/ebrowse.el (ebrowse-tree-mode):
23509 Use propertized-buffer-identification.
a30eb617
DL
23510 (ebrowse-update-member-buffer-mode-line): Likewise.
23511 (ebrowse--mode-strings): Removed.
23512 (ebrowse--mode-line-props): Removed.
23513
23514 * files.el (auto-mode-alist): Add `EBROWSE'.
23515
23516 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23517 space before testing for end of buffer.
23518 (ebrowse-load): Removed.
23519 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23520 (ebrowse-create-tree-buffer): Rewritten.
23521 (ebrowse-tree-mode): Read tree from buffer.
23522
23523 * progmodes/ebrowse-ffh.el: Removed.
23524
235252000-04-10 Kenichi Handa <handa@etl.go.jp>
23526
23527 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23528
235292000-04-10 Gerd Moellmann <gerd@gnu.org>
23530
23531 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23532 at the wrong place.
23533
235342000-04-09 Dave Love <fx@gnu.org>
23535
b291c86c
SM
23536 * files.el (backup-enable-predicate):
23537 Use temporary-file-directory, small-temporary-file-directory.
23538 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
23539 (make-backup-file-name-1): New function.
23540 (make-backup-file-name): Use it.
b291c86c 23541 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
23542 (file-newest-backup): Use make-backup-file-name.
23543
235442000-04-09 Gerd Moellmann <gerd@gnu.org>
23545
23546 * progmodes/ebrowse-ffh.el: New file.
23547
86f6474c
SM
23548 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23549 Moved to ebrowse-ffh.el.
a30eb617
DL
23550 (ebrowse-load): Add autoload.
23551
23552 * finder.el (finder-commentary): Add autoload cookie.
23553
23554 * mail/rfc2368.el: Correct author's email address.
23555
23556 * progmodes/ebrowse.el: New file.
23557
23558 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23559 item help string.
23560 (easy-menu-do-add-item): Ditto.
23561 (easy-menu-define): Extend doc string.
23562
86f6474c 23563 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
23564 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23565 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23566 with-buffer-unmodified.
23567
235682000-04-08 Dave Love <fx@gnu.org>
23569
23570 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23571 unless, when.
23572
235732000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23574
23575 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23576 (viper-flash-search-pattern): No operation when using Emacs
23577 doesn't support face.
23578 Use `viper-put-on-search-overlay'.
23579
235802000-04-04 Gerd Moellmann <gerd@gnu.org>
23581
23582 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23583 like C-r.
23584
23585 * progmodes/make-mode.el: Some doc fixes.
23586 (makefile-mode-abbrev-table): New variable.
23587 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23588 (makefile-font-lock-keywords): Fontify includes and conditionals.
23589 (toplevel): Require `dabbrev' and `add-log' when compiling.
23590
23591 * replace.el (perform-replace): Don't move forward one char
23592 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23593 to do that because it leaves point 1 position after the last
23594 replacement, after everything has been replaced.
23595
23596 * jit-lock.el (with-buffer-unmodified): New macro.
23597 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23598 modified state.
23599 (jit-lock-function-1): Extracted from jit-lock-function; not
23600 preserving buffer's modified state.
86f6474c
SM
23601 (jit-lock-function, jit-lock-stealth-fontify):
23602 Call jit-lock-function-1.
a30eb617
DL
23603
23604 * mail/rfc2368.el: Remove supernumerary copyright line.
23605
236062000-04-04 Milan Zamazal <pdm@freesoft.cz>
23607
23608 * glasses.el: Provide facilities for inserting space before left
23609 parentheses and uncapitalization of identifiers.
23610 (glasses-mode): Try to remove old overlays in all cases.
23611
236122000-04-03 Gerd Moellmann <gerd@gnu.org>
23613
23614 * progmodes/compile.el (compile-internal): Display the compilation
23615 buffer in a different frame, if it's already displayed there.
23616
23617 * mail/rfc2368.el: New file.
23618
23619 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23620 header and insert its value as mail body.
23621
23622 * subr.el (member-ignore-case): New function.
23623
23624 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23625 (dabbrev--find-expansion): Ignore buffers matching a regexp
23626 from dabbrev-ignored-regexps.
23627
23628 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23629 to extensions handled by gzip.
23630
236312000-04-03 Richard M. Stallman <rms@gnu.org>
23632
23633 * files.el (insert-directory): List the total free space
23634 along with the used space.
23635
23636 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23637 line is followed by one that matches CITATION-REGEXP, end the
23638 paragraph.
23639
236402000-04-03 Markus Rost <rost@delysid.gnu.org>
23641
23642 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23643 (rmail-make-basic-summary-line): Use that option.
23644
236452000-04-03 Kenichi Handa <handa@etl.go.jp>
23646
23647 * international/mule-cmds.el (encoded-string-description):
23648 Rewritten. Try pretty description for ISO 2022 escape sequences
23649 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23650 for hexadecimal format.
23651
236522000-04-01 Dave Love <fx@gnu.org>
23653
23654 * cpp.el: Change customization group to `c' from `C'.
23655
23656 * vcursor.el (vcursor-move): Use display-color-p.
23657
23658 * international/mule-util.el: Provide mule-utils.
23659 (string-to-sequence): Simplify and speed up.
23660
23661 * international/mule.el (make-coding-system): Purecopy doc-string.
23662
23663 * international/mule-cmds.el: Various menu changes.
23664 (describe-specified-language-support): Handle `Default'.
23665 (set-language-info): Purecopy `info'.
23666
236672000-03-31 Andrew Innes <andrewi@gnu.org>
23668
23669 * vc.el (vc-backend-diff): Return the correct status if we had to
23670 retry the rcsdiff command without the --brief option.
23671
236722000-03-31 Dave Love <fx@gnu.org>
23673
23674 * help.el (help-manyarg-func-alist): Correct several omissions.
23675
23676 * add-log.el: Don't require cl, fortran.
23677 (add-log-current-defun-function): Doc fix.
86f6474c 23678 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 23679 (change-log-version-rcs): Function deleted.
86f6474c
SM
23680 (change-log-version-number-search): Doc fix.
23681 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
23682 (add-change-log-entry): Just call add-log-current-defun to get
23683 defun. Simplify somewhat.
23684 (change-log-get-method-definition-1): Likewise.
23685 (add-log-current-defun): Return nil if calling
23686 add-log-current-defun-function does so. Move Fortran stuff to
23687 fortran.el. Return string without properties.
23688
23689 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23690 and :alpha: char classes.
23691
23692 * mail/supercite.el: Defvar curline when compiling.
23693 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23694 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23695 rather than a-zA-Z0-9 to allow non-ASCII characters.
23696
236972000-03-31 Gerd Moellmann <gerd@gnu.org>
23698
23699 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23700
23701 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23702 Re-enable new code.
23703
23704 * lpr.el (print-region-1): Use -d to specify printer name for
23705 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23706
237072000-03-31 Dave Love <fx@gnu.org>
23708
86f6474c
SM
23709 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23710 Look for function definition in symbol's function value slot first
a30eb617
DL
23711 instead of first consulting byte-compile-function-environment.
23712
237132000-03-31 Kenichi Handa <handa@etl.go.jp>
23714
23715 * language/european.el ("Polish"): New language environment.
23716 (setup-polish-environment): New function.
23717
237182000-03-30 Gerd Moellmann <gerd@gnu.org>
23719
23720 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23721 Disable new code.
23722
23723 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23724 trying to `load' the symbol of an autoload instead of the file
23725 recorded in the autoload. Fix error messages.
23726
237272000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23728
23729 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23730 (ps-print-version): New version number (5.1.3).
23731 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23732 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23733 (ps-generate-postscript-with-faces): Code fix.
23734 (ps-color-values): XEmacs compatibility.
23735 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23736 (ps-default-fg, ps-default-bg): Adjust customization.
23737 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23738 (ps-color-scale): Renaming old ps-color-value fun.
23739 (ps-print-headers): Replace ps-print-header group to avoid conflict
23740 with ps-print-header variable.
23741 (ps-print-miscellany): New group.
23742 (ps-format-color, ps-rgb-color): New funs.
23743 (ps-default-foreground): New var.
23744 (ps-printer-name-option): New const.
23745
237462000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23747
23748 * net/net-utils.el:
23749 (network-connection-host, network-connection-service): New variables
23750 (network-connection-mode): New mode, derived from comint-mode
23751 (network-connection-mode-setup): New function, saves host and
23752 service information in local variables.
23753
23754 * lisp/locate.el:
23755 (locate-word-at-point): Added this function
23756 (locate): Default to using locate-word-at-point as input
23757 Run dired-mode-hook
23758
237592000-03-29 Dave Love <fx@gnu.org>
23760
23761 * calendar/appt.el: Doc fixes.
23762 (appt-check): Convert min-to-app to a string before passing to
23763 appt-disp-window-function or concat.
23764 (appt-delete-window): Remove test for frame-root-window.
23765 (appt-select-lowest-window, appt-convert-time): Simplify.
23766
23767 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
23768 (byte-compile-file-form-autoload):
23769 Update byte-compile-function-environment.
a30eb617
DL
23770
237712000-03-29 Andreas Schwab <schwab@suse.de>
23772
86f6474c 23773 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
23774
23775 * dired.el (dired-insert-directory): If dired-free-space-program
23776 failed just delete its output.
23777
237782000-03-29 Dave Love <fx@gnu.org>
23779
23780 * international/iso-cvt.el: Move provide to end. Doc fixes.
23781 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23782 (iso-iso2sgml, iso-sgml2iso): New functions.
23783 (iso-cvt-define-menu): Fix some entries and use backquote for
23784 clarity.
23785
23786 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23787
237882000-03-28 Gerd Moellmann <gerd@gnu.org>
23789
23790 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23791 ISO-DATE. If non-nil, return date in ISO 8601 format.
23792
237932000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23794
23795 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23796 if it ever becomes used.
23797 (log-edit-mode-hook): Default to vc-log-mode-hook.
23798 (log-edit-mode): Fix the docstring.
23799
23800 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23801 the code.
23802
238032000-03-26 Dave Love <fx@gnu.org>
23804
23805 * net/browse-url.el (browse-url): Re-fix case of
23806 browse-url-browser-function being an alist.
23807 (browse-url): Add :link to defgroup.
23808
23809 * files.el: Doc fixes.
23810 (file-truename): Include `[' in wildcard characters.
23811 (automount-dir-prefix): Customize.
23812 (find-file-wildcards): Add :version.
23813 (find-file-noselect): Simplify a mapcar call.
23814
23815 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23816 compatible with inf-lisp version.
23817 (eval-defun-1): Fix custom-declare-variable case.
23818
238192000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23820
23821 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23822
238232000-03-24 Gerd Moellmann <gerd@gnu.org>
23824
23825 * Makefile (COMPILE_FIRST): New macro.
23826 (compile-files): Compile files from COMPILE_FIRST first.
23827
86f6474c 23828 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
23829
23830 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23831 matching open parenthesis in column 0 to defun-prompt-regexp
23832 only if open-paren-in-column-0-is-defun-start is set.
23833
23834 * sun-curs.el: Require CL at compile-time only.
23835
23836 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23837 instead of copy-list which is a function from CL.
23838 (msb--choose-menu, msb--mode-menu-cond)
23839 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23840 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
23841 (msb--aggregate-alist): Use mapcar instead of mapcan.
23842 Fix `(' in column 0 in doc string.
a30eb617
DL
23843 (msb--add-separators): Use mapcar instead of mapcan.
23844
23845 * cus-dep.el: Require CL at compile-time only.
23846
238472000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23848
23849 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23850 (byte-compile-warnings): New warning `noruntime'.
23851 (byte-compile-constants, byte-compile-variables): Fix docstring.
23852 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23853 execute `eval-whenc-compile's body.
23854 (byte-compile-unresolved-functions): Fix docstring.
23855 (byte-compile-eval): New function.
23856 (byte-compile-callargs-warn): Check if the function will be available
23857 at runtime (via property `byte-compile-noruntime').
23858 (byte-compile-print-syms): New function.
23859 (byte-compile-warn-about-unresolved-functions): Also warn about
23860 `noruntime' functions (and use `byte-compile-print-syms').
23861 (byte-compile-file): Capitalize the message.
23862
238632000-03-24 Gerd Moellmann <gerd@gnu.org>
23864
23865 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23866 (rmail-expunge): Ask for confirmation depending on the setting
23867 of rmail-confirm-expunge.
23868
238692000-03-23 Gerd Moellmann <gerd@gnu.org>
23870
23871 * Makefile (bootstrap-clean): If $(emacs) exists, build
23872 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 23873 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
23874
238752000-03-23 Dave Love <fx@gnu.org>
23876
23877 * net/browse-url.el: Restore previous use of
23878 browse-url-maybe-new-window.
23879
238802000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23881
23882 * ps-print.el: Skip banner page fix.
23883 (ps-print-version): New version number (5.1.2).
23884 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23885
238862000-03-23 Dave Pearson <davep@davep.org>
23887
23888 * net/quickurl.el Changed the type of parameter passed to the
23889 function defined by `quickurl-format-function'. Before only the
23890 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
23891 and the function is responsible for extracting the parts it requires.
23892 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
23893 (quickurl-insert): Changed the `funcall' of
23894 `quickurl-format-function' to match the above change.
23895 (quickurl-list-insert): Changed the `url' case so that it makes
23896 use of `quickurl-format-function', previous to this the format was
23897 hard wired.
23898
238992000-03-22 Gerd Moellmann <gerd@gnu.org>
23900
23901 * startup.el: Change some spellings for the X Window System.
23902
239032000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23904
86f6474c
SM
23905 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23906 Clean up the code and the regexp and make sure the cursor is
23907 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
23908
239092000-03-22 Jason Rumney <jasonr@gnu.org>
23910
23911 * w32-fns.el (w32-charset-info-alist): Initialize.
23912
239132000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23914
23915 * ps-print.el: N-up last page fix.
23916 (ps-print-version): New version number (5.1.1).
23917 (ps-end-file, ps-end-job, ps-generate): Code fix.
23918
239192000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23920
23921 * files.el (find-file-run-dired): Update docstring.
23922 (find-directory-functions): New hook.
23923 (find-file-noselect): Run find-directory-functions rather than
23924 calling dired directly.
23925
23926 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23927
23928 * pcvs.el: Add a minimal leading commentary.
23929 (cvs-make-cvs-buffer): Change the header part by removing the startup
23930 message and adding a `Module' entry. Also replace the FOOTER and
23931 HEADER special fileinfos with the new support in ewoc for updating
23932 its own footer and header.
23933 (cvs-update-header): Update to use the header/footer of the ewoc.
23934 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23935 (cvs-is-within-p): New function.
23936 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23937 to only examine some subset of the buffers.
23938
23939 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23940 `format' instead of our own ad-hoc functions.
23941 Remove HEADER and FOOTER cases, now handled in the EWOC.
23942 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23943
23944 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23945 output to avoid scaring the user.
23946 (cvs-parse-table): Catch message for non-up-to-date commits.
23947
23948 * pcvs-defs.el (cvs-startup-message): Remove.
23949 (cvs-global-menu): New autoloaded menu.
23950
23951 * pcvs-util.el (cvs-string-fill): Remove.
23952
23953 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23954 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23955 PP part of it and also make it work for footers and headers.
23956 (ewoc-create): Drop POS and BUFFER arguments.
23957 Use the DLL's dummy node to store the end-of-footer position.
23958 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23959 (ewoc-refresh): Remove unused `header' variable.
23960 (ewoc-(get|set)-hf): New functions.
23961
23962 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23963 log-view-*-(message|file) and use easy-mmode-define-navigation.
23964 (log-view-message-re): Match SCCS format as well.
23965 And match the revision line rather than the dashed separator line.
23966 (log-view-mode): Use the new define-derived-mode.
23967 (log-view-current-tag): Fill in with an actual implementation.
23968
23969 * cvs-status.el (cvs-status-(prev|next)): Rename from
23970 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23971 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23972 to let the output "breathe" a little more (more readable).
23973 (cvs-status-mode): Use the new define-derived-mode.
23974
23975 * smerge-mode.el (smerge-auto-leave): New function and variable.
23976 (smerge-basic-map): Rename from smerge-basic-keymap.
23977 Change the bindings for smerge-diff-*.
23978 (smerge-*-map): Use easy-mmode-defmap.
23979 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23980 (smerge-keep-*): Use smerge-auto-leave.
23981
239822000-03-21 Jason Rumney <jasonr@gnu.org>
23983
23984 * cus-edit.el (custom-button-face): Use 3D look for w32.
23985 (custom-button-pressed-face): Likewise.
23986
239872000-03-21 Gerd Moellmann <gerd@gnu.org>
23988
23989 * progmodes/etags.el (tags-case-fold-search): New user-option.
23990 (tags-loop-eval): New function. Bind case-fold-search around eval
23991 depending on the value of tags-case-fold-search.
23992 (tags-loop-continue): Use tags-loop-eval.
23993 (find-tag-in-order): Bind case-fold-search depending on the value
23994 of tags-case-fold-search.
23995
239962000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23997
86f6474c 23998 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
23999 (diff-end-of-hunk): Return the end position for use in
24000 `easy-mmode-define-navigation'.
24001 (diff-recenter): Remove.
24002 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
24003 of `easy-mmode-define-navigation'.
24004 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
24005 previous renaming) and fix to use new names.
24006 (diff-merge-strings): Use \n as separator: simpler, faster.
24007 (diff-mode): Use `define-derived-mode'.
24008
24009 * derived.el (define-derived-mode): Don't autoload anymore.
24010 Prefer the macro-only version provided by easy-mmode.el.
24011
24012 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 24013 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
24014 (easy-mmode-define-navigation): New macro.
24015
24016 * subr.el (combine-run-hooks): New function.
24017
240182000-03-21 Kenichi HANDA <handa@etl.go.jp>
24019
24020 * term/x-win.el: Fontsets related initialization is simplified.
24021
24022 * international/mule-diag.el (describe-font): Don't refer to
24023 global-fontset-alist, instead call font-list.
24024 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 24025 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 24026
86f6474c
SM
24027 * international/fontset.el (x-charset-registries): Variable removed,
24028 instead the corresponding data is stored in the default fontset.
a30eb617
DL
24029 (register-alternate-fontnames): Function removed.
24030 (resolved-ascii-font): Variable removed.
24031 (x-compose-font-name): Ignore the second argument REDOCE.
24032 (x-complement-fontset-spec): Complement only an ASCII font and
24033 element for those charsets than can use that ASCII font.
24034 (generate-fontset-menu): Don't refer to global-fontset-alist,
24035 instead call fontset-list.
24036 (uninstantiated-fontset-alist): Variable removed.
24037 (x-style-funcs-alist): Likewise.
24038 (fontset-default-styles): Likewise.
24039 (x-modify-font-name): Function removed.
86f6474c 24040 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
24041 (create-fontset-from-ascii-font): Docsting adjusted for the above
24042 change.
24043 (instantiate-fontset, resolve-fontset-name): Functions removed.
24044 (fontset-list): Now implemented by C code.
24045
24046 * faces.el (read-face-font): Fix TABLE arg to completing-read.
24047 (describe-face): Include `font' attribute in the description.
24048
240492000-03-21 Kenichi Handa <handa@etl.go.jp>
24050
24051 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
24052
240532000-03-20 Gerd Moellmann <gerd@gnu.org>
24054
24055 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
24056 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
24057 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
24058
24059 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
24060 about behavior of set-buffer-modified-p wrt redisplay.
24061
240622000-03-19 Richard M. Stallman <rms@gnu.org>
24063
24064 * view.el (view-mode-disable): Kill local binding of view-read-only.
24065
240662000-03-18 Gerd Moellmann <gerd@gnu.org>
24067
86f6474c 24068 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
24069 is a string, convert it to a syntax cell using string-to-syntax.
24070
24071 * simple.el (syntax-code-table, syntax-flag-table): New variables.
24072 (string-to-syntax): New function.
24073
24074 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
24075 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
24076 try to use passive ftp mode.
24077
240782000-03-17 Gerd Moellmann <gerd@gnu.org>
24079
24080 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
24081
24082 * simple.el (append-to-buffer): Update point of windows after
24083 insertion.
24084
24085 * abbrev.el (inverse-add-abbrev): Identify word by first moving
24086 forward then moving backward. Reindent.
24087
24088 * frame.el (other-frame): Call x-focus-frame only if
24089 focus-follows-mouse is off.
24090
240912000-03-17 Dave Love <fx@gnu.org>
24092
86f6474c 24093 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
24094
240952000-03-17 Stefan Monnier <monnier@cs.yale.edu>
24096
24097 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
24098 regexp for labels cannot span several lines.
24099
24100 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
24101 `(setq :<key> ':<key>)' to the macro expansion.
24102
241032000-03-16 Dave Love <fx@gnu.org>
24104
24105 * progmodes/f90.el (f90): Put custom group under `languages', not
24106 `fortran'.
24107 (f90-mode-hook): Customize.
24108 (f90-mode): Set add-log-current-defun-function.
24109 (f90-current-defun): New function.
24110
241112000-03-16 Gerd Moellmann <gerd@gnu.org>
24112
24113 * cus-edit.el (custom-variable-tag-face): Handle case that
24114 default face's height is not a number.
24115 (custom-face-tag-face, custom-group-tag-face-1)
24116 (custom-group-tag-face): Ditto.
24117 (custom-group-tag-face-1): Add :group.
24118
24119 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
24120
241212000-03-15 Gerd Moellmann <gerd@gnu.org>
24122
24123 * pcvs-defs.el (toplevel): Remove autoload cookie for form
24124 requiring easymenu.
24125
241262000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24127
24128 * ps-print.el: PostScript user-defined prologue, PostScript error
24129 handler, doc fix.
24130 (ps-print-version): New version number (5.1).
24131 (ps-user-defined-prologue, ps-error-handler-message)
24132 (ps-print-prologue-0, ps-error-handler-alist): New vars.
24133 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
24134 (ps-insert-string): New function.
24135
241362000-03-15 Kenichi Handa <handa@etl.go.jp>
24137
24138 * international/ccl.el (ccl-compile-expression): Don't generate
24139 invalid self-assignment code.
24140
241412000-03-14 Dave Love <fx@gnu.org>
24142
24143 * subr.el (replace-regexp-in-string): Renamed from
24144 replace-regexps-in-string. Doc fix.
24145
241462000-03-12 Dave Love <fx@gnu.org>
24147
24148 * cus-edit.el: Doc fixes.
86f6474c 24149 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
24150 (custom-variable-tag-face, custom-face-tag-face)
24151 (custom-group-tag-face-1, custom-group-tag-face): Modify from
24152 style which user identify as hyperlink.
24153 (hook): Don't add undefined functions to the hook.
24154 (debug-ignored-errors): Transfer message from bindings.el.
24155
241562000-03-12 Gerd Moellmann <gerd@gnu.org>
24157
86f6474c
SM
24158 * recentf.el (recentf-keep-non-readable-files-p):
24159 Remove double/nested definition.
a30eb617
DL
24160
241612000-03-12 Dave Love <fx@gnu.org>
24162
24163 * facemenu.el (facemenu-get-face): Use display-color-p.
24164 * enriched.el (enriched-decode-foreground): Likewise.
24165 (enriched-decode-background): Likewise.
24166 * isearch.el (isearch-highlight): Likewise.
24167 * info-look.el (info-lookup): Likewise.
24168 * simple.el (completion-setup-function): Likewise.
24169
24170 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
24171 :options.
24172
24173 * bindings.el (mode-line-format): Fix line-number and
24174 column-number items. Add help-echo for the background.
24175 (mode-line-mule-info): Modify help-echo.
24176
24177 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
24178
24179 * files.el (load-file): Allow completion to .elc.
24180
24181 * man.el: Doc fixes.
24182 (Man-init-defvars): Use display-color-p to set fontification.
24183
24184 * play/hanoi.el (hanoi-internal): Don't use oddp.
24185
241862000-03-12 Gerd Moellmann <gerd@gnu.org>
24187
24188 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
24189
24190 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
24191
241922000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
24193
24194 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
24195 Fix comment.
24196
241972000-03-10 Stefan Monnier <monnier@cs.yale.edu>
24198
24199 * font-lock.el (font-lock-keywords): Fix the doc now that
24200 regexp-opt-depth is unnecessary.
24201 (save-buffer-state): Set an edebug spec.
24202 (font-lock-fontify-anchored-keywords): Properly handle the case when
24203 the matcher goes past the limit.
24204
24205 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
24206 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
24207
24208 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
24209 dll.el and cookie.el (from Elib) with heavy renaming and other
24210 massaging.
24211
24212 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
24213 Autoload the functions used.
24214 (easy-mmode-define-syntax): Fix CL typo.
24215 (easy-mmode-define-derived-mode): Improve the docstring generation.
24216
242172000-03-10 Gerd Moellmann <gerd@gnu.org>
24218
24219 * textmodes/texinfo.el (texinfo-version): Variable and function
24220 removed.
24221
242222000-03-09 Stefan Monnier <monnier@cs.yale.edu>
24223
24224 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
24225 allow more flexibility.
ff39b9a1 24226 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
24227 (easy-mmode-defmap, easy-mmode-defsyntax)
24228 (easy-mmode-define-derived-mode): New macros.
24229
242302000-03-09 Didier Verna <didier@xemacs.org>
24231
24232 * rect.el (replace-rectangle): New function.
24233
242342000-03-09 Dave Love <fx@gnu.org>
24235
ff39b9a1 24236 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
24237 (fortran-comment-line-start-skip): Don't match cpp stuff.
24238 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
24239 (fortran-mode-map): Remove over-eager custom-menu-create for now.
24240 (fortran-mode): Don't set fortran-comment-line-start-skip,
24241 fortran-comment-line-start here. Set comment-start,
24242 add-log-current-defun.
24243 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
24244 (fortran-current-defun): New function.
24245
242462000-03-09 Gerd Moellmann <gerd@gnu.org>
24247
24248 * emacs-lisp/re-builder.el: New file.
24249
24250 * mouse.el (mouse-drag-region): Don't run up-event handler
24251 if hscroll has changed.
24252
24253 * octave-mod.el (octave-font-lock-keywords): To font-lock the
24254 builtin operators, use `font-lock-builtin-face' for Emacs and
24255 `font-lock-preprocessor-face' otherwise.
24256
24257 * font-lock.el (lisp-font-lock-keywords-1): Highlight
24258 `(defun (setf foo)' differently.
24259
242602000-03-08 Stefan Monnier <monnier@cs.yale.edu>
24261
24262 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
24263 (regexp-opt): Update comment and adapt the code the new meaning of
24264 the `paren' argument of regex-opt-group for shy-groups.
24265 (regexp-opt-depth): Handle shy groups as well as backslashed
24266 backslashes.
24267 (regexp-opt-group): Turn the leading comment into a docstring.
24268 Allow `paren' to be a string (the string to use to open a group).
24269 Remove open-presuf and close-presuf. Instead of checking for `all
24270 one-char' and then later on check for `several one-char', handle
24271 both cases close together. Also apply a more generic algorithm
24272 for suffixes (the mirror image of the algorithm used for
24273 prefixes). Use shy-groups. Use nreverse rather than reverse.
24274 (regexp-opt-try-suffix): Removed.
24275
24276 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24277 from comint-mode-map, so we can just inherit from it. Also, move
24278 the initialization into the `defvar' since there's no docstring
24279 anyway and it's fairly short.
24280 (inferior-scheme-mode): Define it as derived-mode: the code is
24281 shorter and this way we inherit from comint-mode-map rather than
24282 copying it.
24283
24284 * subr.el (replace-regexps-in-string): Properly handle the case
24285 where we match an empty string.
24286
24287 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24288 when the command has a directory component (such as "./testml").
24289 Also fix a typo in the comment.
24290
242912000-03-08 Gerd Moellmann <gerd@gnu.org>
24292
24293 * Makefile (compile-files): Compile files one by one because
24294 that's the only way to ensure a clean compilation environment for
24295 each individual file.
24296
24297 * frame.el (other-frame): Call x-focus-frame.
24298
242992000-03-07 Dave Love <fx@gnu.org>
24300
24301 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24302 :require to defcustom.
24303
ff39b9a1 24304 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
24305
24306 * files.el (auto-mode-alist): Add configure.in.
24307
24308 * progmodes/autoconf.el: New file.
24309
243102000-03-07 Gerd Moellmann <gerd@gnu.org>
24311
24312 * mail/mh-e.el: Change maintainer to `none'.
24313
24314 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24315 to remove-hook and add-hook.
24316
243172000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24318
24319 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24320 it as the default.
24321 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24322 (sendmail-send-it): Conditionally add MIME headers specifying the
24323 used character set.
24324
243252000-03-07 Dave Love <fx@gnu.org>
24326
ff39b9a1
SM
24327 * winner.el: Fix keywords, autoload cookies.
24328 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
24329
243302000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24331
24332 * international/mule.el: Modify comment about coding system
24333 property `coding-category'.
24334 (make-coding-system): New argument EOL-TYPE. Pay attention to
24335 coding-category property of PROPERTIES.
24336
ff39b9a1
SM
24337 * international/mule-conf.el (coding-category-utf-8)
24338 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
24339 categories. Include them in the argument for set-coding-priority.
24340
ff39b9a1
SM
24341 * international/mule-cmds.el (reset-language-environment):
24342 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
24343 coding-category-utf-16-le in the argument for set-coding-priority.
24344 (reset-language-environment): Initialize coding-category-utf-8,
24345 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24346
243472000-03-06 Karl Fogel <kfogel@red-bean.com>
24348
24349 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24350 code abstracted out of `bookmark-jump-noselect'. Now tries info
24351 extensions as well as compression extensions.
24352 (bookmark-jump-noselect): Use above new func.
24353
243542000-03-03 Gerd Moellmann <gerd@gnu.org>
24355
24356 * strokes.el: Change maintainer's mail address.
24357
243582000-03-03 Kenichi Handa <handa@etl.go.jp>
24359
24360 * international/mule-diag.el (list-character-sets): Make help-echo
24361 string by substitute-command-keys.
24362 (list-character-sets): Likewise.
24363 (sort-listed-character-sets): Call help-setup-xref.
24364
243652000-03-02 Gerd Moellmann <gerd@gnu.org>
24366
ff39b9a1 24367 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
24368
243692000-03-01 Dave Love <fx@gnu.org>
24370
24371 * help.el (help-xref-go-back): Don't try to set position.
24372
ff39b9a1
SM
24373 * international/mule-diag.el (list-character-sets):
24374 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
24375 (list-character-sets-1): Add help-echo to xrefs.
24376
243772000-03-02 Gerd Moellmann <gerd@gnu.org>
24378
24379 * frame.el (blink-cursor-mode): Switch cursor on when turning
24380 the mode off.
24381
24382 * add-log.el (add-log-current-defun): Add support for
24383 Autoconf mode.
24384
24385 * mail/rmail.el (rmail-quit-hook): New variable.
24386
243872000-03-01 Dave Love <fx@gnu.org>
24388
24389 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24390
24391 * help.el (help-xref-button): Add help-echo arg.
24392 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24393
ff39b9a1 24394 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 24395
ff39b9a1 24396 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
24397
243982000-03-01 Gerd Moellmann <gerd@gnu.org>
24399
24400 * image.el (defimage): Look for image files in load-path.
24401
ff39b9a1 24402 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
24403
244042000-03-01 David Ponce <david.ponce@wanadoo.fr>
24405
ff39b9a1 24406 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
24407
244082000-03-01 David Ponce <david.ponce@wanadoo.fr>
24409
ff39b9a1 24410 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
24411 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24412 action to select/unselect a file.
24413 (recentf-edit-list): Code cleanup and improvement.
24414 (recentf-open-more-files-action): `recentf-open-more-files' button
24415 widget action to open a file.
ff39b9a1 24416 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
24417 (recentf-more-collection): Deleted.
24418 (recentf-more-history): Deleted.
24419 (recentf-setup-more-completion): Deleted.
24420
244212000-03-01 David Ponce <david.ponce@wanadoo.fr>
24422
24423 * recentf.el (recentf-mode): No more needs that Emacs is running
24424 under a window-system.
24425
ff39b9a1 244262000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24427
24428 * recentf.el (recentf-edit-list): New command to edit the recent
24429 list which allow the user to remove files.
24430 (recentf-edit-selected-items): New global variable, used by
24431 `recentf-edit-list' to hold the list of files to be removed from
24432 the recent list.
24433 (recentf-make-menu-items): Updated to display a "Edit list..."
24434 menu item. Minor code cleanup.
24435
ff39b9a1 244362000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24437
24438 * recentf.el (recentf-open-more-files): New command to open files
24439 that are not displayed in the menu.
24440 (recentf-more-collection): New global variable holding the set of
24441 permissible completions used by `recentf-open-more-files'.
24442 (recentf-more-history): New global variable holding the history list
24443 used by `recentf-open-more-files' completion.
24444 (recentf-setup-more-completion): New function to setup completion for
24445 `recentf-open-more-files'.
24446 (recentf-make-menu-items): Updated to display a "More..." menu item.
24447
ff39b9a1 244482000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24449
24450 * recentf.el (recentf-menu-action): Doc fixed.
24451
ff39b9a1 244522000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24453
24454 * recentf.el (recentf-menu-filter): Doc updated.
24455 (recentf-update-menu-hook): Allow menu filters to force menu update.
24456 (recentf-make-menu-items): New menu filter handling.
24457 (recentf-make-menu-item): New helper function.
24458 (recentf-menu-elements): New menu handling function.
24459 (recentf-sort-ascending): Updated to new menu filter handling.
24460 (recentf-sort-descending): Updated to new menu filter handling.
24461 (recentf-sort-basenames-ascending): New menu filter function.
24462 (recentf-sort-basenames-descending): New menu filter function.
24463 (recentf-show-basenames): New menu filter function.
24464 (recentf-show-basenames-ascending): New menu filter function.
24465 (recentf-show-basenames-descending): New menu filter function.
24466
244672000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24468
24469 * diary-lib.el (list-diary-entries): Don't try to go forward at
24470 the end of the buffer.
24471
244722000-02-29 Kenichi Handa <handa@etl.go.jp>
24473
ff39b9a1
SM
24474 * international/mule-diag.el (list-character-sets):
24475 Completely rewritten.
a30eb617
DL
24476 (sort-listed-character-sets): New function.
24477 (list-character-sets-1): Completely rewritten.
24478 (list-character-sets-2): New function.
24479 (non-iso-charset-alist): New variable.
24480 (decode-codepage-char): New function.
24481 (charset-history): New variable.
24482 (read-charset) (list-block-of-chars)
24483 (list-iso-charset-chars)
24484 (list-non-iso-charset-chars)
24485 (list-charset-chars): New functions.
86f6474c 24486 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
24487 (dump-charsets): Likewise.
24488
244892000-02-29 Gerd Moellmann <gerd@gnu.org>
24490
24491 * dired-x.el (dired-filename-at-point): Add `@' to valid
24492 file name characters.
24493 (dired-filename-at-point): Handle ange-ftp file names.
24494
24495 * frame.el (frame-notice-user-settings): Use assq-delete-all
24496 instead of assoc-delete-all.
24497 (frame-notice-user-settings): Ditto.
24498
24499 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24500 Don't copy alist.
24501
245022000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24503
24504 * calculator.el (calculator-use-menu): New option.
86f6474c 24505 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
24506 (calculator-forced-input): Removed.
24507 (calculator-restart-other-mode): New variable.
24508 (calculator-mode-map): Set up menu.
24509
245102000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24511
86f6474c 24512 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
24513
245142000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24515
86f6474c 24516 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 24517 translate all ESC key sequences.
86f6474c 24518 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 24519 they were saved.
86f6474c
SM
24520 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24521 * viper-util.el (viper-set-replace-overlay-glyphs)
24522 (viper-set-replace-overlay): Always check if the replacement
a30eb617 24523 overlay is live.
86f6474c
SM
24524 * viper.el (viper-vi-state-mode-list): Add major modes.
24525 * ediff-wind.el: Minor comment changes.
24526 * ediff.el: Copyright notice date fix.
a30eb617
DL
24527
245282000-02-27 Jason Rumney <jasonr@gnu.org>
24529
24530 * faces.el (face-font-family-alternatives): Add arial to helv.
24531 (mode-line, header-line, tool-bar): Same default as x for w32.
24532 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24533 face-font-family-alternatives from working.
24534 * term/w32-win.el (mouse-set-font): Do not build fontset from
24535 chosen font.
24536
245372000-02-25 Sam Steingold <sds@goems.com>
24538
24539 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24540 properly.
24541
245422000-02-25 Richard M. Stallman <rms@gnu.org>
24543
24544 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24545
245462000-02-25 Gerd Moellmann <gerd@gnu.org>
24547
86f6474c 24548 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
24549
24550 * frame.el (busy-cursor-delay-seconds): New option.
24551
245522000-02-24 Gerd Moellmann <gerd@gnu.org>
24553
24554 * frame.el (show-cursor-in-non-selected-windows): New option.
24555
245562000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24557
24558 * diary-lib.el (include-other-diary-files): Undo the selective
24559 display in any included file and don't kill it.
24560
245612000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24562
86f6474c
SM
24563 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24564 Menu items converted to (menu-item format, help strings added.
a30eb617 24565 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 24566 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
24567 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24568
245692000-02-23 Dave Love <fx@gnu.org>
24570
24571 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24572 (backward-kill-word): Revert addition of * to interactive spec --
24573 it's a feature.
24574
24575 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24576 (backward-kill-sentence, kill-sentence): Likewise.
24577
24578 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24579 scratch buffer name.
86f6474c 24580 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
24581
24582 * term/w32-win.el (internal-face-interactive): Update prompt for
24583 new read-face-name.
24584
24585 * mail/footnote.el (footnote): Add :version to defgroup.
24586 (footnote-section-tag-regexp): Customize.
24587 (footnote-start-tag, footnote-end-tag): New option.
24588 (footnote-latin-regexp): New variable.
24589 (Footnote-latin): New function.
24590 (footnote-style-alist): Add element for latin style.
24591 (footnote-style): Moved.
24592 (Footnote-goto-footnote): Use eq to test arg.
24593
24594 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24595
24596 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24597 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
24598 (byte-optimize-quote, byte-optimize-lapcode):
24599 Use byte-compile-const-symbol-p.
a30eb617
DL
24600 (byte-optimize-char-before): New optimization.
24601
24602 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24603 (byte-compile-const-symbol-p): New function.
24604 (byte-compile-constp, byte-compile-out-toplevel)
24605 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24606 Use it.
24607
24608 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24609
246102000-02-23 Kenichi Handa <handa@etl.go.jp>
24611
24612 * international/encoded-kb.el: Be sure to update minor-mode-alist
24613 and minor-mode-map-alist.
24614 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24615 codes SS2 and SS3 correctly.
24616 (encoded-kbd-self-insert-ccl): New function.
24617 (encoded-kbd-setup-keymap): New function.
24618 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24619 by calling encoded-kbd-setup-keymap.
24620
86f6474c
SM
24621 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24622 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
24623
246242000-02-22 Dave Love <fx@gnu.org>
24625
24626 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 24627 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
24628 (lisp-mode-syntax-table): Set up for #|...|# comments.
24629 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24630 classes. Match `defface'.
24631 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24632 (eval-defun-1): Fix for defcustom.
24633 (lisp-indent-region): Doc fix.
24634
24635 * subr.el (when, unless, split-string): Doc fix.
86f6474c 24636 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
24637 (replace-regexps-in-string): New function.
24638
246392000-02-22 Gerd Moellmann <gerd@gnu.org>
24640
24641 * help.el (describe-variable): Set syntax table to
24642 emacs-lisp-mode-syntax-table when moving forward over the
24643 symbol's name.
24644
246452000-02-22 Dave Love <fx@gnu.org>
24646
24647 * xt-mouse.el: Doc fixes.
24648 (xterm-mouse-position-function): New function, replacing advice of
24649 mouse-position.
24650 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24651
24652 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24653
246542000-02-21 Gerd Moellmann <gerd@gnu.org>
24655
86f6474c 24656 * format.el (format-annotate-single-property-change):
5e442abf 24657 Handle properties with dotted-list values.
a30eb617
DL
24658 (format-proper-list-p): New function.
24659
24660 * enriched.el (enriched-face-ans): Handle '(foreground-color
24661 . COLOR) and (background-color . COLOR).
24662
246632000-02-20 Dave Love <fx@gnu.org>
24664
24665 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24666 and assignments to it.
24667 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24668 current local map.
24669 (make-flyspell-overlay): Use it.
24670 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24671
24672 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24673 (lm-get-header-re): Defun, not defsubst.
24674 (lm-get-package-name): Defun, not defsubst. Simplify.
24675 (lm-version): Doc fix. Simplify.
24676 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24677 (lm-crack-address, lm-last-modified-date, lm-commentary)
24678 (lm-verify, lm-synopsis): Simplify.
24679 (lm-report-bug): Require emacsbug. Use compose-mail.
24680
246812000-02-20 Gerd Moellmann <gerd@gnu.org>
24682
24683 * dired.el (dired-mode): Call propertized-buffer-identification
24684 to set mode-line-buffer-identification to something having
24685 the right text properties.
24686
24687 * bindings.el (propertized-buffer-identification): New function.
24688
246892000-02-20 Dave Love <fx@gnu.org>
24690
24691 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24692 check for t-mouse too.
24693
24694 * cus-start.el: Make echo-keystrokes `number'.
24695
246962000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24697
24698 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24699 Don't call ring-empty-p unless tags-location-ring is bound.
24700 From Noah Friedman <friedman@splode.com>.
24701
247022000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24703
24704 * progmodes/hideshow.el (hs-flag-region): No longer use
24705 `intangible' overlay property.
24706
24707 (hs-toggle-hiding): New command.
24708 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24709
24710 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24711 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24712 and deactivation.
24713
247142000-02-18 Gerd Moellmann <gerd@gnu.org>
24715
24716 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24717
247182000-02-17 Gerd Moellmann <gerd@gnu.org>
24719
24720 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24721
24722 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24723 of `*' to handle `(* ... *)' comments.
24724
247252000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24726
24727 * faces.el (list-faces-display): Use display-mouse-p instead of
24728 window-system.
24729
24730 * menu-bar.el (global-map): Menu-bar items converted to the new
24731 format (menu-item..., rearranged for better CUA compliance, and
24732 their names changed for better clarity. Help strings added.
24733
24734 * international/mule-cmds.el (mule-menu-keymap)
24735 (describe-language-environment-map, set-coding-system-map)
24736 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
24737 form, add help strings. Change names of menu items for better clarity.
24738 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
24739
247402000-02-17 Gerd Moellmann <gerd@gnu.org>
24741
24742 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24743 within the code.
24744
247452000-02-16 Dave Love <fx@gnu.org>
24746
24747 * faces.el: Don't require custom. Add more specific :groups to
24748 various deffaces.
24749 (set-face-attribute): Purecopy args.
24750 (read-face-name): Default to name at point and use it in prompt.
24751 Remove colon from arg in all callers.
24752 (list-faces-display): Hyperlink to face descriptions and customize
24753 buffers.
24754
247552000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24756
86f6474c 24757 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
24758
247592000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24760
24761 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24762 at ':' characters by call to split-string.
24763
247642000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24765
24766 * textmodes/bibtex.el: Added RCS version identification.
24767
247682000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24769
24770 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 24771 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
24772 (bibtex-field-const): Allow capital letters.
24773 (bibtex-start-of-string): Deleted because unused.
24774
24775 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24776 use the term 'reference' to describe a bibtex entry as a whole.
24777 Further, reference keys are no longer called 'labels'.
24778 (bibtex-keys): Renamed to bibtex-reference-keys.
24779 (bibtex-reformat-previous-labels): Renamed to
24780 bibtex-reformat-previous-reference-keys.
24781 (bibtex-reference-type): Renamed to bibtex-entry-type.
24782 (bibtex-reference-head): Renamed to bibtex-entry-head.
24783 (bibtex-reference-maybe-empty-head): Renamed to
24784 bibtex-entry-maybe-empty-head.
24785 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24786 (bibtex-search-reference): Renamed to bibtex-search-entry.
24787 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24788 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
24789 (bibtex-entry-field-alist, bibtex-entry-head)
24790 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24791 (bibtex-map-entries, bibtex-search-entry)
24792 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24793 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24794 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24795 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24796 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24797 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24798 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
24799
248002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24801
24802 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24803 comment.
24804 (bibtex-format-field-delimiters): New function, functionality
24805 extracted from bibtex-format-entry.
24806 (bibtex-autokey-get-yearfield-digits): New function, functionality
24807 extracted from bibtex-autokey-get-yearfield.
24808
24809 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24810 entries in order to avoid stack overflow in the regexp matcher if
24811 field contents become large.
86f6474c
SM
24812 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24813 (bibtex-field-string-part-not-braced)
24814 (bibtex-field-string-part-no-inner-braces)
24815 (bibtex-field-string-part-1-inner-brace)
24816 (bibtex-field-string-part-2-inner-braces)
24817 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24818 (bibtex-field-string-quoted, bibtex-field-string)
24819 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24820 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24821 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24822 Deleted as parsing is now performed by the following functions.
24823 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24824 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24825 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24826 (bibtex-parse-association, bibtex-field-name-for-parsing)
24827 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24828 (bibtex-search-forward-field, bibtex-search-backward-field)
24829 (bibtex-start-of-field, bibtex-end-of-field)
24830 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24831 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24832 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24833 (bibtex-parse-string, bibtex-search-forward-string)
24834 (bibtex-search-backward-string, bibtex-start-of-string)
24835 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24836 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24837 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
24838 entries. Instead of reporting the results of the parsing by
24839 match-beginning or match-end, these functions return data structures
24840 that hold the corresponding positions.
24841 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
24842 return values rather than by match-beginning or match-end.
24843 The following functions have been adapted to use the new
24844 parsing functions.
24845 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24846 (bibtex-enclosing-field, bibtex-format-entry)
24847 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24848 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24849 (bibtex-print-help-message, bibtex-end-of-entry)
24850 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24851 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24852 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24853 Use the new method for parsing.
24854 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24855 (bibtex-map-entries, bibtex-flash-head)
24856 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24857 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24858 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24859 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24860 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24861 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24862 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24863 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
24864
248652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24866
24867 * textmodes/bibtex.el: Copyright notice is up to date.
24868 Added constant 'bibtex-maintainer-salutation.
24869
86f6474c 24870 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
24871 than make-temp-name, use match-string-no-properties and eliminate
24872 a quadratic behavior when building bibtex-strings.
24873
24874 * bibtex.el (bibtex-reference-key): Accept string entries whose
24875 reference key contains upper case letters.
24876
248772000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24878
24879 * bibtex.el (bibtex-reference-head): Allow entries to start with
24880 a new line.
24881
248822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24883
24884 * bibtex.el: Hiding of entry bodies is not longer provided by
24885 bibtex.el directly. Instead the hideshow package can be used.
24886 Added a special bibtex entry to hs-special-modes-alist.
24887 (bibtex-hs-forward-sexp): Added for hideshow.el.
24888
248892000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24890
24891 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24892 proceedings entry type (for cross referencing). Thanks to Wagner
24893 Toledo Correa for the suggestion.
24894
24895 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24896
248972000-02-14 Kenichi Handa <handa@etl.go.jp>
24898
24899 * international/characters.el: Setup case table for Vietnamese.
24900
249012000-02-12 Gerd Moellmann <gerd@gnu.org>
24902
24903 * uniquify.el (toplevel): Require CL at compile time.
24904 (uniquify-push): Removed.
24905
24906 * shadowfile.el (shadow-when): Removed.
24907
24908 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 24909 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
24910
24911 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24912 regexp for paragraph-start.
24913
24914 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24915 commas as well.
24916
249172000-02-10 Dave Love <fx@gnu.org>
24918
24919 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24920 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24921 Deleted.
24922 (widget-specify-field, widget-specify-button): Don't use
24923 widget-mouse-help as help-echo property.
24924 (default): Use #'ignore for :validate and :mouse-down-action.
24925 (checkbox): Add help-echo.
24926 (widget-sexp-validate): Rewritten to clarify error messages.
24927 (character): Use char-valid-p in :match function.
24928 (widget-color-complete): Use facemenu-color-alist.
24929 (widget-color-action): Use facemenu-read-color.
24930
24931 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24932 set up `caar' &c that we now have.
24933
249342000-02-09 Ray Blaak <blaak@gnu.org>
24935
24936 * delphi.el: Make resourcestring a declaration region, like const
24937 and var.
24938
249392000-02-09 Dave Love <fx@gnu.org>
24940
24941 * bindings.el (mode-line-input-method-map): New variable.
24942 (mode-line-mule-info): Use it; fix last change.
24943 (mode-line-mode-menu): Move definition.
24944 (mode-line-mouse-sensitive-p): Deleted.
24945 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 24946 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
24947
24948 * startup.el (command-line-1): Don't call
24949 make-mode-line-mouse-sensitive.
24950
249512000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24952
86f6474c
SM
24953 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24954 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
24955
249562000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24957
24958 * diff-mode.el (diff-kill-junk): New interactive function.
24959 (diff-reverse-direction): Use delete-and-extract-region.
24960 (diff-post-command-hook): Restrict the area so that the hook also works
24961 outside of any diff hunk. This is necessary for the minor-mode.
24962 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24963 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24964
24965 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24966 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24967 so that it can be used more easily in <foo>-mode-hook. Also make sure
24968 to avoid duplicate entries.
24969 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24970 (font-lock-remove-keywords): Just as was done for `add', allow it to
24971 work even if font-lock-mode is nil. Also make sure we don't modify
24972 any pre-existing list by forcing a copy-sequence. Finally rename
24973 `major-mode' to `mode'.
24974 (font-lock-fontify-syntactic-anchored-keywords)
24975 (font-lock-fontify-anchored-keywords)
24976 (font-lock-fontify-keywords-region): Use line-end-position.
24977 Don't make `font-lock-multiline' local (it's now done in
24978 font-lock-set-defaults).
86f6474c
SM
24979 (font-lock-set-defaults): Make `font-lock-multiline' local.
24980 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
24981
249822000-02-06 Andrew Innes <andrewi@gnu.org>
24983
24984 * term/w32-win.el (x-handle-args): Comment out call to message,
24985 which occurs before window system is initialized.
24986
24987 * makefile.nt: Add support for recompiling lisp code.
24988
249892000-02-04 Dave Love <fx@gnu.org>
24990
24991 * bindings.el (mode-line-mule-info): Fix/extend last change.
24992
24993 * completion.el: Replace completion-dolist with dolist.
24994
86f6474c 24995 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
24996
249972000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24998
86f6474c 24999 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
25000 environment names before they go into the section regexp.
25001
86f6474c 25002 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
25003 char class in regexp.
25004
86f6474c
SM
25005 * textmodes/reftex-parse.el (reftex-with-special-syntax):
25006 Bind `case-fold-search' to nil.
a30eb617 25007
86f6474c
SM
25008 * progmodes/idlwave.el (idlwave-template):
25009 Respect `idlwave-abbrev-change-case'.
25010 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
25011 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
25012 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
25013 (idlwave-rw-case): New function.
25014 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 25015 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
25016 (idlwave-surround): New argument LENGTH to support padding of
25017 operators longer than 1 char.
25018
25019 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
25020 idlwave-shell-expression-overlay. Implemented printing of
25021 expressions on higher levels of the calling stack.
86f6474c 25022 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
25023 (idlwave-retrieve-expression-from-level): New function.
25024 (idlwave-shell-last-calling-stack): Variable removed.
25025 (idlwave-shell-reset): Argument action reversed (`visible' to
25026 `hidden'). Also remove stop-line overlay.
25027 (idlwave-shell-calling-stack-routine): New variable.
25028 (idlwave-shell-parse-stack-and-display): Messages now display
25029 negative level numbers.
25030 (idlwave-shell-mode): Set `modeline-format'.
25031 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 25032 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
25033 (idlwave-shell-print-expression-function): New option.
25034
86f6474c
SM
25035 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
25036 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
25037 `tool-bar' instead of `toolbar'.
25038
250392000-02-02 Dave Love <fx@gnu.org>
25040
25041 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
25042 emacs-lisp-mode-hook. Don't check for defalias being defined.
25043
25044 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
25045 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
25046 Use the new builtins directly.
a30eb617
DL
25047
25048 * whitespace.el (whitespace): Add :version to defgroup.
25049
25050 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
25051 Doc fix.
25052
25053 * thingatpt.el (sexp-at-point, symbol-at-point)
25054 (number-at-point, list-at-point): Add autoload cookie.
25055
25056 * recentf.el (recentf): Add :version to defgroup.
25057
25058 * quickurl.el (quickurl): Add :version to defgroup.
25059
25060 * elide-head.el (elide-head): Use point-marker more.
25061
25062 * bs.el (bs): Add :version to defgroup.
25063
25064 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
25065
25066 * progmodes/delphi.el (delphi): Add :version to defgroup.
25067
250682000-02-02 Gerd Moellmann <gerd@gnu.org>
25069
25070 * ange-ftp.el (ange-ftp-write-region): Handle case that
25071 succeeding process operation sets a different coding system.
25072
25073 * calculator.el: New file.
25074
250752000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
25076
86f6474c 25077 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
25078 (display-mouse-p, display-popup-menus-p, display-graphic-p)
25079 (display-selections-p, display-screens, display-pixel-width)
25080 (display-pixel-height, display-mm-width, display-mm-height)
25081 (display-backing-store, display-save-under, display-planes)
25082 (display-color-cells, display-visual-class): New functions.
25083
25084 * term/tty-colors.el (tty-color-gray-shades): New function.
25085
25086 * faces.el (display-color-p): Use framep-on-display.
25087 (display-grayscale-p): New function.
25088
250892000-01-31 Dave Love <fx@gnu.org>
25090
25091 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
25092 (create-fontset-from-x-resource): Don't concat integers.
25093
250942000-01-31 Inge Frick <inge@nada.kth.se>
25095
25096 * view.el: Some changes in documentation. Removed some trailing
86f6474c 25097 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
25098 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
25099 window is not deleted. Modifies change 1998-04-26.
25100
251012000-01-31 Gerd Moellmann <gerd@gnu.org>
25102
25103 * windmove.el: New file.
25104
25105 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25106 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25107 progmodes/ebnf-yac.el: Update copyright and license info.
25108
86f6474c
SM
25109 * jit-lock.el (jit-lock-function): Widen before calculating
25110 end position.
a30eb617
DL
25111 (jit-lock-stealth-chunk-start): Rewritten.
25112
25113 * info.el (Info-title-face-alist): Removed.
86f6474c 25114 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
25115 (Info-fontify-node): Use these faces.
25116
251172000-01-30 Gerd Moellmann <gerd@gnu.org>
25118
25119 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
25120 (cl-macro-list1): Recognize `&allow-other-keys' instead of
25121 `&allow-other-keywords'.
25122
25123 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
25124 the list of directories scanned heuristically.
25125
86f6474c 25126 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
25127
251282000-01-30 Jason Rumney <jasonr@gnu.org>
25129
25130 * w32-fns.el: Define w32-tty-standard-colors.
25131
25132 * startup.el (command-line): Use w32-tty-standard-colors when in
25133 w32 console mode.
25134
251352000-01-30 Dave Love <fx@gnu.org>
25136
25137 * jka-compr.el (jka-compr-load): Fix up load-history.
25138
25139 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
25140
25141 * emacs-lisp/cl-macs.el: Revert previous change.
25142
251432000-01-29 Dave Love <fx@gnu.org>
25144
25145 * facemenu.el: Purecopy various strings.
25146
25147 * timezone.el (timezone-fix-time): Window against 69 for two-digit
25148 years. Deal with three-digit years.
25149
86f6474c
SM
25150 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
25151 Use defconst, purecopy.
a30eb617
DL
25152 (help-back-label): Purecopy it.
25153
251542000-01-18 Gerd Moellmann <gerd@gnu.org>
25155
25156 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
25157 variable. If non-nil, order the buffer list according to the
25158 currently selected frame.
25159 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
25160 non-nil, pass the selected frame to function buffer-list.
25161
251622000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25163
25164 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
25165
251662000-01-28 Dave Love <fx@gnu.org>
25167
25168 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
25169
25170 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
25171 Don't use lisp-indent-hook property.
25172 (cl-abs): Remove.
25173
25174 * subr.el: Move out indent and edebug specs for when and unless.
25175
25176 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
25177 when, unless.
25178
25179 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
25180 unless, when.
25181
251822000-01-28 Gerd Moellmann <gerd@gnu.org>
25183
25184 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
25185 `collecting' as synonym for `collect'.
25186
25187 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
25188 for the case it contains spaces.
25189
86f6474c 25190 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
25191
25192 * frame.el (delete-other-frames): New function.
25193 (toplevel): Bind it to C-x 5 1.
25194
25195 * sort.el (sort-numeric-base): New option.
25196 (sort-numeric-fields): If number starts with `0' or `0[xX[',
25197 interpret it as octal or hexadecimal. Use sort-numeric-base
25198 as default base.
25199
25200 * progmodes/glasses.el: New file.
25201
252022000-01-27 Gerd Moellmann <gerd@gnu.org>
25203
25204 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
25205 userids differently.
25206
25207 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
25208 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
25209 progmodes/ebnf-yac.el: New files.
25210
252112000-01-26 Dave Love <fx@gnu.org>
25212
25213 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
25214 on a function with an empty body. [From Eric Ludlam.]
25215
252162000-01-25 Andre Spiegel <spiegel@gnu.org>
25217
25218 * vc.el (vc-version-diff): Make sure file name is expanded.
25219
252202000-01-25 Gerd Moellmann <gerd@gnu.org>
25221
25222 * scroll-bar.el (scroll-bar-timer): Variable removed.
25223 (scroll-bar-toolkit-scroll): Don't use a timer.
25224
252252000-01-25 Kenichi Handa <handa@etl.go.jp>
25226
86f6474c
SM
25227 * language/thai-util.el (thai-composition-function):
25228 Delete superfluous `a'.
a30eb617
DL
25229
252302000-01-24 Dave Love <fx@gnu.org>
25231
25232 * fortran.el (fortran-mode): Use beginning-of-defun-function,
25233 end-of-defun-function.
25234
86f6474c 25235 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
25236
252372000-01-22 Jason Rumney <jasonr@gnu.org>
25238
25239 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
25240 conflicts with new face support.
25241
252422000-01-22 Richard M. Stallman <rms@gnu.org>
25243
25244 * replace.el (query-replace): Rename last arg to DELIMITED.
25245 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
25246 (query-replace-regexp): Likewise.
25247
252482000-01-20 Richard M. Stallman <rms@gnu.org>
25249
25250 * subr.el (with-syntax-table): Use make-symbol, not gensym.
25251
25252 * emacs-lisp/lisp.el (beginning-of-defun-function):
25253 Variable renamed from beginning-of-defun.
25254 Do not call make-variable-buffer-local.
25255 (beginning-of-defun-raw): Use new variable name; doc fix.
25256 (beginning-of-defun): Doc fix.
25257 (end-of-defun-function): Variable renamed from end-of-defun.
25258 Do not call make-variable-buffer-local.
25259 (end-of-defun): Use new variable name; doc fix.
25260
25261 * subr.el (dolist, dotimes): Copied from cl-macs.el
25262 and made to work.
25263
25264 * mail/undigest.el (rmail-digest-end-regexps):
25265 Variable replaces rmail-digest-end-regexp.
25266 Allows multiple regexps for detecting the end line.
25267 (undigestify-rmail-message): Corresponding changes.
25268
252692000-01-19 Dave Love <fx@gnu.org>
25270
25271 * files.el (user-init-file): Don't declare here -- is primitive.
25272
25273 * startup.el (command-line): Check for compiled user-init-file and
25274 set to uncompiled version if necessary.
25275
252762000-01-18 Gerd Moellmann <gerd@gnu.org>
25277
25278 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25279 (undigestify-rmail-message): Use it.
25280
25281 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25282
252832000-01-17 Gerd Moellmann <gerd@gnu.org>
25284
25285 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25286 of mini-buffer.
25287
252882000-01-14 Gerd Moellmann <gerd@gnu.org>
25289
25290 * emacs-lisp/copyright.el (copyright-update): Removed the
25291 requirement for a trailing space from `copyright-regexp', to
25292 support copyrights with owner specified on a separate line..
25293
25294 * align.el: New file.
25295
25296 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25297
25298 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25299
253002000-01-13 Dave Love <fx@gnu.org>
25301
25302 * ph.el: Removed. (Obsoleted by EUDC.)
25303
253042000-01-13 Gerd Moellmann <gerd@gnu.org>
25305
25306 * net/eudc.el (toplevel): Remove autoloaded code installing
25307 menu with easymenu, because that causes build problems.
25308
25309 * frame.el (frame-notice-user-settings): New variable.
25310 (frame-notice-user-settings): Don't modify frame parameters
25311 if called a second time.
25312
253132000-01-13 Richard M. Stallman <rms@gnu.org>
25314
25315 * frame.el (frame-notice-user-settings):
25316 Notice default-frame-parameters even for non-window frames.
25317
253182000-01-13 Gerd Moellmann <gerd@gnu.org>
25319
25320 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25321 for Emacs.
25322 (eudc-bob-can-display-inline-images): Extend for Emacs.
25323 (eudc-bob-toggle-inline-display): Ditto.
25324 (eudc-bob-display-jpeg): Ditto.
25325
253262000-01-12 Gerd Moellmann <gerd@gnu.org>
25327
25328 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25329 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25330 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25331
86f6474c
SM
25332 * add-log.el (add-change-log-entry): Fix error trying an
25333 `(insert nil)'.
a30eb617
DL
25334
25335 * subdirs.el: Add `net' directory.
25336
25337 * net: New directory.
25338
25339 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25340 eval-last-sexp. Don't bind debug-on-error here.
25341 (eval-last-sexp): New function. Bind debug-on-error if
25342 eval-expression-debug-on-error is non-nil.
25343 (eval-defun-2, eval-defun): Likewise.
25344
25345 * simple.el (eval-expression): Don't bind debug-on-error if
25346 eval-expression-debug-on-error is nil. Detect changed
25347 debug-on-error, and propagate new value to global binding, if
25348 eval-expression-debug-on-error is non-nil,
25349 (eval-expression-debug-on-error): Change doc string.
25350
253512000-01-11 Richard M. Stallman <rms@gnu.org>
25352
25353 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25354
25355 * emacs-lisp/lisp-mode.el (with-syntax-table):
25356 Set up lisp-indent-function property.
25357
25358 * subr.el (with-syntax-table): Moved from simple.el.
25359
25360 * simple.el (with-syntax-table): Moved to subr.el.
25361
253622000-01-11 Gerd Moellmann <gerd@gnu.org>
25363
25364 * tmm.el (tmm-shortcut): Delete region after prompt instead
25365 of erasing buffer.
25366
25367 * textmodes/fill.el (fill-common-string-prefix): New function.
25368 (fill-context-prefix): Use the longest common prefix of first
25369 and second line fill prefix, if there is one.
25370
253712000-01-11 Richard M. Stallman <rms@gnu.org>
25372
25373 * array.el (array-mode): Don't use make-variable-buffer-local.
25374 Use make-local-variable for `truncate-lines'.
25375
253762000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25377
25378 * add-log.el (add-log-current-defun): Handle user-defined
25379 add-log-current-function returning nil,
25380
25381 * add-log.el (add-change-log-entry): Insert version number
25382 if having found a current function
25383
86f6474c
SM
25384 * add-log.el (add-log-current-defun):
25385 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
25386 level 1. Strip whitespace from defun found.
25387
253882000-01-10 John Wiegley <johnw@gnu.org>
25389
25390 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 25391 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
25392
253932000-01-10 Dave Love <fx@gnu.org>
25394
25395 * elide-head.el (elide-head): Use point-marker, not point.
25396
253972000-01-10 Gerd Moellmann <gerd@gnu.org>
25398
25399 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25400 before and after the year 2000.
25401
25402 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25403 Add ispell- prefix.
25404
254052000-01-10 Ken Stevens <k.stevens@ieee.org>
25406
25407 * ispell.el: Only define dictionaries in menus when they exist.
25408 (version18p): New variable.
25409 (version20p): New variable.
25410 (xemacsp): New variable.
25411 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25412 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25413 (ispell-dictionary-alist6): Russian command lines no longer accept
25414 run-together words.
25415 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25416 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
25417 (check-ispell-version): Added documentation string. Return library
25418 path when called non-interactively.
a30eb617
DL
25419 (ispell-menu-map-needed): Uses new variables.
25420 (ispell-library-path): New variable.
25421 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25422 (ispell-word): Improved documentation string. Test for valid
25423 character mappings. Correctly check typed in word changes that can
86f6474c
SM
25424 result in single words split into multiple words.
25425 Return replacement word.
a30eb617
DL
25426 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25427 replace in recursive query replace mode. Help message for
25428 recursive edit mode.
25429 (ispell-show-choices): Protect against bad framepop bindings.
25430 (ispell-help): Fix to work with XEmacs.
25431 (ispell-highlight-spelling-error): Use new variables.
25432 (ispell-overlay-window): Fix to work with XEmacs.
25433 (ispell-parse-output): Passed and returns location information
25434 tracking spelling corrections. Doesn't recheck same word on
25435 current line.
25436 (ispell-init-process): Protect against bogus XEmacs variable binding.
25437 Fix call to single argument in sleep-for. Use new variables.
25438 (ispell-region): Passed and returns location information tracking
25439 spelling corrections. Doesn't check same word on current line.
25440 Improved documentation string. Doesn't resend a line already
25441 checked to the ispell process - fixes bug in LaTeX parsing.
25442 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25443 (ispell-skip-region): No longer skips <TT> in SGML.
25444 (ispell-process-line): Tracks location information with spelling
25445 corrections. Added documentation string. Accounts for words
25446 already accepted on this line. Don't allow query-replace on line
25447 starting with math characters. Doesn't resend a line already sent
25448 to ispell process. Fixes alignment error bug.
25449
254502000-01-10 Richard M. Stallman <rms@gnu.org>
25451
25452 * dired-x.el (dired-guess-shell-alist-default):
25453 Suggest xloadimage, which is free, not xv, which isn't.
25454
25455 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25456 Don't ever include the host name or user name in the value.
25457
254582000-01-09 Gerd Moellmann <gerd@gnu.org>
25459
25460 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25461 of a real newline.
25462
254632000-01-09 Stephen Eglen <stephen@gnu.org>
25464
25465 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25466 for .png files.
25467
254682000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25469
25470 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25471
254722000-01-09 Gerd Moellmann <gerd@gnu.org>
25473
25474 * progmodes/cperl-mode.el: Replace ^F with ^L.
25475
86f6474c
SM
25476 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25477 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
25478
254792000-01-08 Dave Love <fx@gnu.org>
25480
25481 * emacs-lisp/backquote.el: Remove inappropriate customization
25482 (allowing custom.el to use backquote).
25483
254842000-01-07 Dave Love <fx@gnu.org>
25485
25486 * add-log.el (add-log-debugging): Deleted.
25487 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25488 file. Remove debugging code.
25489 (change-log-get-method-definition, change-log-name): Add doc.
25490 (change-log-sortable-date-at): New function.
25491 (change-log-merge): New command.
25492
25493 * time.el (display-time-string-forms): Make the Mail string active.
25494 (display-time-update): Provide help-echo for load average.
25495
25496 * bindings.el (make-mode-line-mouse2-map): New function.
25497 (mode-line-modified): Use it and simplify.
25498 (mode-line-mule-info): Provide help-echo info.
25499 (minor-mode-alist): Activate the strings.
25500 (make-mode-line-mouse-sensitive): Simplify for
25501 mode-line-buffer-identification.
25502
255032000-01-07 Gerd Moellmann <gerd@gnu.org>
25504
25505 * play/pong.el: New file.
25506
255072000-01-06 Dave Love <fx@gnu.org>
25508
25509 * array.el: Assorted cleanups for compiler warnings, doc strings,
25510 `array-' prefix for symbols.
25511
255122000-01-05 Dave Love <fx@gnu.org>
25513
86f6474c
SM
25514 * textmodes/outline.el (outline-mode-menu-bar-map):
25515 Add outline-headers-as-kill.
a30eb617
DL
25516 (outline-mode): Define imenu-generic-expression.
25517 (outline-headers-as-kill): New command.
25518
25519 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25520 from paragraph-start.
25521 (paragraph-indent-minor-mode): New command.
25522
25523 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25524 M-C-e, M-C-h, C-j, C-xnd, TAB.
25525 (fortran-mode): Set beginning-of-defun, end-of-defun.
25526 (fortran-column-ruler): Simplify.
25527 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25528 (fortran-with-subprogram-narrowing): Likewise.
25529 (fortran-indent-subprogram): Call mark-defun.
25530 (fortran-check-for-matching-do): Change narrowing.
25531
25532 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25533 (cl-lucid-hash-tag): Delete.
25534 (cl-hash-table-p): Correct test for native table.
25535 (cl-hash-table-count): Use hash-table-count.
25536
25537 * browse-url.el (browse-url): Fix case of
25538 browse-url-browser-function being an alist.
25539
255402000-01-05 Carsten Dominik <cd@gnu.org>
25541
25542 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25543 (reftex-index-phrase-file-extension): New options.
25544
25545 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25546 Use new option `reftex-index-phrase-file-extension'.
25547
25548 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25549 `reftex-parse-file-extension'.
25550
255512000-01-05 Dave Love <fx@gnu.org>
25552
25553 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25554 (beginning-of-defun-raw): Use it.
25555 (end-of-defun): New variable.
25556 (end-of-defun): Use it.
25557 (check-parens): New command.
25558
255592000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25560
25561 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25562 (hs-show-block): Don't use `mapcar' when not accumulating.
25563
25564 Fix buglet in local variables initialization.
25565
255662000-01-05 Andreas Schwab <schwab@suse.de>
25567
25568 * hscroll.el (hscroll): Doc fix.
25569
255702000-01-05 Carsten Dominik <cd@gnu.org>
25571
86f6474c
SM
25572 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25573 Require idlw-toolbar.
a30eb617 25574
86f6474c 25575 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 25576 file idlw-rinfo.el.
86f6474c
SM
25577 (idlwave-customize): Load must read file idlw-shell.el.
25578 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
25579
255802000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25581
25582 * progmodes/idlw-shell.el: Also provide idlwave-shell
25583 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25584 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25585
86f6474c 25586 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
25587 both reftex-dcr and reftex-vcr.
25588
25589 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25590
255912000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25592
25593 * ps-print.el: PostScript code now is in separate files, doc fix.
25594 (ps-print-version): New version number (5.0.3).
25595 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25596 local.
25597 (ps-spool-config): Initialization fix.
25598 (ps-print-prologue-1, ps-print-prologue-2)
25599 (ps-print-duplex-feature): PostScript code moved to separated file.
25600 (ps-background-image): Little code reformating.
25601 (ps-begin-file, ps-begin-job): Fix code.
25602 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25603 (ps-prologue-file): New fun.
25604
256052000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25606
25607 * ps-vars.el: Eliminated.
25608
25609 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25610 `;;;###autoload'.
25611
25612 * ps-print.el: ps-vars eliminated, doc fix.
25613 (ps-print-version): New version number (5.0.2).
25614 (ps-spool-config): Initialization fix.
25615 (ps-print-customize): New fun.
25616
256172000-01-04 Gerd Moellmann <gerd@gnu.org>
25618
86f6474c 25619 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
25620
256212000-01-04 Dave Love <fx@gnu.org>
25622
25623 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25624 menu items.
25625
256262000-01-03 Dave Love <fx@gnu.org>
25627
25628 * elide-head.el (elide-head) [defgroup]: Add :version.
25629
25630 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
25631 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25632 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
25633 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25634
256352000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25636
25637 * faces.el (face-read-integer, read-face-attribute)
86f6474c 25638 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
25639
256402000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25641
25642 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25643 at comment end, and re-insert them after filling.
25644
256452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25646
25647 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25648 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25649 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25650
256512000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25652
25653 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25654 the new name of face-color-supported-p.
25655
25656 * term/w32-win.el (xw-defined-colors): Likewise.
25657
256582000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25659
25660 * simple.el (completion-setup-function): Count completion-size
25661 from minibuffer-prompt-end, not from point-min.
25662
256632000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25664
25665 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25666 Pass the frame to tty-color-* functions.
25667 (display-color-p, frame-set-background-mode): Pass the frame to
25668 tty-display-color-p.
25669
25670 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25671 tty-color-alist.
25672 (tty-color-alist, tty-modify-color-alist): New functions.
25673 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
25674 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25675 optional parameter FRAME.
a30eb617
DL
25676
256772000-01-01 Gerd Moellmann <gerd@gnu.org>
25678
86f6474c
SM
25679 * image.el (create-image, defimage): Don't assume image data is
25680 a string.
a30eb617
DL
25681
25682 * image.el (defimage): Handle specifications containing :data
25683 instead of :file.
25684 (image-type-from-data): New function.
25685 (image-type-from-file-header): Use it.
25686 (create-image): Add parameter DATA-P.
25687
25688See ChangeLog.8 for earlier changes.
25689
25690;; Local Variables:
25691;; coding: iso-2022-7bit
25692;; End:
2a34a036
GM
25693
25694 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25695 Copying and distribution of this file, with or without modification,
25696 are permitted provided the copyright notice and this notice are preserved.