*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
f7b9d4d1
JR
12002-02-17 Jason Rumney <jasonr@gnu.org>
2
3 * w32-win.el (x-option-alist, x-long-option-alist)
4 (x-switch-definitions): Remove, use command-line-x-option-alist
5 instead to be consistent with X.
6 (x-handle-initial-switch): New function.
7
9ef4c8ea
EZ
82002-02-17 Eli Zaretskii <eliz@is.elta.co.il>
9
10 * faces.el (mode-line-inactive, header-line): Add the :inherit
11 attribute for the tty case.
12
78d4f409
RS
132002-02-17 stanislav shalunov <shalunov@internet2.edu>
14
15 * mail/uce.el (uce-reply-to-uce): Fix incorrect behavior when
16 invoked from Rmail with full headers displayed.
17
be0d25b6
KG
182002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
19
20 * emacs-lisp/lisp.el (mark-defun): Don't leave multiple marks
21 when repeated.
22 * textmodes/paragraphs.el (mark-paragraph): Ditto.
23
a9c6d330
PA
242002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
25
26 * menu-bar.el (menu-bar-showhide-menu): Added speedbar.
27 (menu-bar-tools-menu): Removed speedbar.
28
29 * textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
30 and `flyspell-mode' entries.
31
32 * textmodes/flyspell.el (flyspell): Add to ispell group.
33
d39d90c2
KG
342002-02-17 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
35
36 * emacs-lisp/lisp.el (mark-sexp): Don't leave multiple marks when
37 repeated.
38 (mark-defun): Mark more if repeated.
39
9b25ea40
CW
402002-02-17 Colin Walters <walters@verbum.org>
41
42 * ibuf-ext.el (ibuffer-toggle-sorting-mode): Make it work. Patch
43 from John Paul Wallington <jpw@shootybangbang.com>.
44
d22c2211
CW
45 * ibuffer.el (ibuffer-truncate-lines): New option.
46 (ibuffer-mode): Use it.
47
140fb7ff
KS
482002-02-17 Kim F. Storm <storm@cua.dk>
49
50 * cus-start.el: Add mouse-highlight.
51
386c4076
EZ
522002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
53
760627fa
EZ
54 * Makefile.in (DONTCOMPILE): Remove cus-start.el.
55
386c4076
EZ
56 * cus-start.el: Add automatic-hscroll-margin and
57 automatic-hscroll-step.
58
5d2200aa
PJ
592002-02-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
60
3996d07a
PJ
61 * cus-start.el (x-autoselect-window): Allow customization.
62
5d2200aa
PJ
63 * eshell/em-alias.el (eshell-alias-initialize): Do not use
64 make-local-hook.
65
66 * eshell/em-cmpl.el (eshell-cmpl-initialize): Likewise.
67
68 * eshell/em-dirs.el (eshell-dirs-initialize): Likewise.
69
70 * eshell/em-glob.el (eshell-glob-initialize): Likewise.
71
72 * eshell/em-hist.el (eshell-hist-initialize): Likewise.
73
74 * eshell/em-pred.el (eshell-pred-initialize): Likewise.
75
76 * eshell/em-prompt.el (eshell-prompt-initialize): Likewise.
77
78 * eshell/em-rebind.el (eshell-rebind-initialize): Likewise.
79
80 * eshell/em-smart.el (eshell-smart-initialize): Likewise.
81
82 * eshell/em-unix.el (eshell-unix-initialize): Likewise.
83
84 * eshell/esh-cmd.el (eshell-cmd-initialize): Likewise.
85
86 * eshell/esh-ext.el (eshell-ext-initialize): Likewise.
87
88 * eshell/esh-io.el (eshell-io-initialize): Likewise.
89
90 * eshell/esh-mode.el (eshell-mode): Likewise.
91
92 * eshell/esh-test.el (eshell-show-usage-metrics): Likewise.
93
94 * eshell/esh-var.el (eshell-var-initialize): Likewise.
95
73a276be
PJ
96 * progmodes/idlw-shell.el (idlwave-shell-mode): Likewise.
97
98 * progmodes/idlwave.el (idlwave-mode): Likewise.
99
100 * textmodes/reftex-sel.el (reftex-select-label-mode)
101 (reftex-select-bib-mode): Likewise.
102
fc909dbb
JW
1032002-02-16 John Wiegley <johnw@gnu.org>
104
105 * eshell/em-hist.el (eshell-hist-initialize): When in the
106 minibuffer, use the global value of `eshell-history-ring', and
107 never save it to disk, or ask to save it to disk. This allows
108 users of session.el to control whether its global state should be
109 persisted or not.
110 (eshell-add-command-to-history): Don't write Eshell's history out
111 to disk, let the governing mode control that upon exit.
112
acc24704 1132002-02-16 Eli Zaretskii <eliz@is.elta.co.il>
fc909dbb
JW
114
115 * eshell/eshell.el (eshell-command): Before reading from the
116 minibuffer, add eshell-add-command-to-history to
117 minibuffer-exit-hook, and remove it after read-from-minibuffer
118 returns.
119
120 * eshell/em-hist.el (eshell-add-input-to-history): New function,
121 with most of the code from eshell-add-to-history.
122 (eshell-add-command-to-history): New function, to record in
123 eshell-history the commands run via eshell-command.
124 (eshell-add-to-history): Call eshell-add-command-to-history to do
125 most of the work.
126
acc24704 1272002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
128
129 * eshell/esh-ext.el (eshell-external-command): Added a fix for
130 XEmacs' new dired.el, which adds a global entry in the
131 `file-name-handler-alist'.
132
acc24704 1332002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
134
135 * align.el (align-region): Added a missing name argument.
136
acc24704 1372002-02-16 John Wiegley <johnw@gnu.org>
c0c16d45
JW
138
139 * eshell/esh-ext.el (eshell-script-interpreter): Allow whitespace
140 after the #! of a shell interpretor specification.
141
95bc7904
RS
1422002-02-15 Richard M. Stallman <rms@gnu.org>
143
144 * help.el (describe-key-briefly): Make output in INSERT case
145 look just like what is displayed in the normal case.
146
1b741d9e
AS
1472002-02-15 Andreas Schwab <schwab@suse.de>
148
149 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Require
150 non-letter after specials.
151
9a45aa3d
EZ
1522002-02-15 Eli Zaretskii <eliz@is.elta.co.il>
153
154 * menu-bar.el (menu-bar-tools-menu): Add an item for Calculator.
155
cad113ae
KG
1562002-02-15 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
157
158 * simple.el (mark-word): Mark more if repeated.
159 * textmodes/paragraphs.el (mark-paragraph): Ditto.
160 (mark-end-of-sentence): Ditto.
161
bbc562cc
PA
1622002-02-15 Per Abrahamsen <abraham@dina.kvl.dk>
163
66c8296f 164 * wid-edit.el (widgetp): Made it more robust.
bbc562cc 165
0e520006
PA
1662002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
167
168 * facemenu.el (describe-text-done): New function.
169 (describe-text-mode-map): New variable.
170 (describe-text-mode-hook): New option.
171 (describe-text-mode): New function.
172 (describe-text-widget): New function.
173 (describe-text-sexp): New function.
174 (describe-text-properties): New function.
175 (describe-text-category): New command.
176 (describe-text-at): New command.
177 (facemenu-menu): Replace `list-text-properties-at' with
178 `describe-text-at' in the menu.
0e520006
PA
179
180 * wid-edit.el (widgetp): New function.
181 * wid-edit.el (widget-keymap, widget-insert, widget-setup):
182 Autoloaded.
183
184 * emacs-lisp/pp.el (pp-to-string): Autoloaded.
185
186 * wid-browse.el: Removed version and x-url keywords.
187
a48b709b
KS
1882002-02-13 Kim F. Storm <storm@cua.dk>
189
190 * cus-start.el (mode-line-in-non-selected-windows):
191 Allow customization.
192
db54c53a
RS
1932002-02-13 Richard M. Stallman <rms@gnu.org>
194
8df9f2a3
RS
195 * textmodes/bibtex.el (bibtex-parse-buffers-stealthily):
196 Tell bibtex-parse-keys to output no progress messages.
197
198 * international/mule-diag.el (list-input-methods):
199 Use help-input-method, not describe-input-method, for button type.
200
201 * register.el (describe-register-1): Access register contents here.
202
ebda95a2
RS
203 * textmodes/text-mode.el (text-mode-hook-identify): Restore
204 previous definition. Add to text-mode-hook again.
205
db54c53a
RS
206 * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
207 (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
208 to avoid needing sendmail.el at run time.
209
210 * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
211 Initialization moved up too.
212 (mode-line-modes): Use :propertize.
213 (mode-line-mode-menu-keymap): Var deleted.
214 (mode-line-copied-mode-name): Var deleted.
215 (mode-line-mode-name): Function deleted.
216 (mode-line-mode-menu): Each item now shows its mode line lighter.
217 (minor-mode-alist): Don't call propertize here.
218
099175be
EZ
2192002-02-12 Eli Zaretskii <eliz@is.elta.co.il>
220
221 * progmodes/pascal.el (pascal-imenu-generic-expression): Add
222 menu-title and fix parentheses.
223
0ac1c4cf
PA
2242002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
225
226 * menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
227 (menu-bar-options-menu): Don't set default value for
228 `truncate-lines'.
229
f4990970
PA
2302002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
231
232 * menu-bar.el (menu-bar-options-save): Only save
233 `current-language-environment' and `default-input-method' when
234 marked as customized.
235
236 * international/mule-cmds.el
237 (setup-specified-language-environment): Mark
238 `current-language-environment' as customized.
239 (set-input-method): Mark
240 `default-input-method' as customized when called interactively.
241 (toggle-input-method): Ditto.
242
80a06d64
CW
2432002-02-11 Colin Walters <walters@verbum.org>
244
245 * ibuffer.el (ibuffer-switch-format): Supply required argument for
246 `ibuffer-current-formats'.
247
acc24704 2482002-02-11 Miles Bader <miles@gnu.org>
53a2f6e1
MB
249
250 * faces.el (mode-line-inactive): Add dark-background variant.
251
4f9b9060
PA
2522002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
253
254 * toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
255 * menu-bar.el (menu-bar-mode): Ditto.
256 * cus-edit.el (customize-mark-to-save): Always save variables
257 without a standard value.
258
259 * menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
260 (menu-bar-options-save): Ditto.
261 (menu-bar-showhide-menu): Ditto.
262 (menu-bar-options-menu): Ditto.
263 (menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
264 menu-bar-scroll-bar-none): Removed.
265 (menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
266 expressions instead.
267
268 * cus-edit.el (customize-set-value): Return value.
269 (customize-set-variable): Ditto.
270 (customize-save-variable): Ditto.
271 (customize-set-variable): Load dependencies before setting value.
272 (custom-load-symbol): Autoload it.
273 (customize-mark-as-set): New function.
274
573a237a
EZ
2752002-02-11 Eli Zaretskii <eliz@is.elta.co.il>
276
277 * cus-start.el: Don't warn about "x-*" symbols when building a
278 non-GUI version.
279
acc24704 2802002-02-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7cc8aac3 281
a81b56d5
PJ
282 * strokes.el (strokes-do-stroke, strokes-do-complex-stroke):
283 Doc fix.
284 (strokes-help): Do not use doubled with-output-to-temp-buffer.
285 Fix the help string.
286 (strokes-prompt-user-save-strokes): Fix typo.
287 (strokes-list-strokes): Use proper exit-actionargument for
288 view-buffer.
289 Update copyright notice.
290
7cc8aac3
PJ
291 * international/mule-diag.el: Various doc and message fixes.
292 (non-iso-charset-alist): Add mac-roman. Don't add entries for
293 codepages already present.
294 (list-block-of-chars): Display space for null entries in
295 translation table. Display tab specially.
296 (list-non-iso-charset-chars): Check for null charsets. Use pop
297 for clarity. Don't break 8-bit sets into sections between ranges.
298 (list-charset-chars): Avoid indent-tabs-mode.
299 (describe-char-after): Maybe use the text property for syntax
300 table information. Maybe report char-code-property-table info.
301 Maybe report character's unicode. Tweak printing of list info.
302 (list-input-methods): Add xref buttons.
303 (dump-charsets, dump-codings): Deleted (obsolete).
304 From Dave Love <fx@gnu.org>.
305
acc24704 3062002-02-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d38c4312
PJ
307
308 * menu-bar.el (menu-bar-showhide-menu): Rename functions for
309 toggling.
310
b17591a9
KS
3112002-02-10 Michael Kifer <kifer@cs.stonybrook.edu>
312
313 * viper-util.el (viper-read-key-sequence): fixed so it'll read
314 fast key sequences in emacs native mode
315 (viper-events-to-keys): deleted
316
317 * viper.el (describe-key, describe-key-briefly): get rid of
318 viper-events-to-keys.
319
320 * ediff-init.el (ediff-has-gutter-support): Steven Turnbull's patch.
321
322 * ediff-wind.el (ediff-setup-control-frame): Use
323 ediff-has-gutter-support.
324
325 * ediff-util.el (ediff-dispose-of-variant-according-to-user):
326 check if buff is alive.
327
328 * ediff.el: typo in comment.
329
acc24704 3302002-02-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
06f5e6b4
PJ
331
332 * menu-bar.el (menu-bar-options-save): Take care of
333 line-number-mode and column-number-mode variables.
334 (menu-bar-showhide-menu): New menu-items "Show Line Number" and
335 "Show Column Number" in "Show/Hide" menu.
336
f526e65a
RS
3372002-02-09 Richard M. Stallman <rms@gnu.org>
338
339 * mail/mailabbrev.el (mail-mode-map): Use eval-after-load to change it.
340
cdefda26
KS
3412002-02-09 Kim F. Storm <storm@cua.dk>
342
343 * faces.el (mode-line-inactive): New face for mode-line for
344 non-selected windows.
345 (mode-line): Doc fix: Only used for selected window.
346
b5d40ceb
EZ
3472002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
348
349 * calendar/cal-menu.el (calendar-mode-map): Change the menu item's
350 name to "Insert Diary Entry".
351
6a229a63
SM
3522002-02-08 Stefan Monnier <monnier@cs.yale.edu>
353
354 * font-lock.el (save-buffer-state): Use restore-buffer-modified-p.
355 (c-font-lock-syntactic-face-function): Accept doxygen-style comments.
356
b735b2ab
RS
3572002-02-08 Richard M. Stallman <rms@gnu.org>
358
359 * textmodes/text-mode.el (text-mode-hook-identify): Define as no-op.
360
cd01f5b9
AS
3612002-02-08 Andreas Schwab <schwab@suse.de>
362
363 * calc/calc.el (calcDigit-key): Use minibuffer-prompt-end instead
364 of point-min.
365
45610c98
EZ
3662002-02-08 Eli Zaretskii <eliz@is.elta.co.il>
367
6a229a63 368 * net/ange-ftp.el (ange-ftp-process-handle-line)
4f759c80
EZ
369 (ange-ftp-set-xfer-size): If the file's size is a float, divide
370 by 1024 instead of using ash.
371
6a229a63
SM
372 * international/mule-cmds.el (select-safe-coding-system):
373 State the buffer's name in the message popped in the *Warning* buffer,
45610c98
EZ
374 and make sure the offending buffer is displayed.
375
001f5583
RS
3762002-02-07 Markus Rost <rost@math.ohio-state.edu>
377
378 * ffap.el (ffap-newsgroup-p): Test for non-nil symbol-value of htb.
379
a1970a1d
RS
3802002-02-07 Richard M. Stallman <rms@gnu.org>
381
382 * terminal.el (terminal-map): Define [menu-bar] so global def is seen.
383
384 * register.el (list-registers): New command.
385 (describe-register-1): New subroutine, taken out of view-register.
386
6a229a63 387 * emacs-lisp/copyright.el (copyright-regexp):
a1970a1d
RS
388 Delete the unibyte copyright symbol; it's redundant.
389 Fix a spazz in the multibyte encoding here.
390
3912002-02-07 Dave Love <fx@gnu.org>
392
6a229a63 393 * language/cyril-util.el (cyrillic-encode-koi8-r-char)
a1970a1d
RS
394 (cyrillic-encode-alternativnyj-char): Get translation tables from
395 symbol properties, not as variables.
396 (standard-display-cyrillic-translit): Include unicodes.
397
93607efd
KS
3982002-02-06 Kim F. Storm <storm@cua.dk>
399
400 * help.el (where-is): Report remapped commands.
401
402 * help-fns.el (describe-function-1): Ditto.
403
404 * subr.el (global-set-key, local-set-key): Accept a symbol for the
405 KEY argument (like define-key).
406
acc24704 4072002-02-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2642a29e
PJ
408
409 * textmodes/flyspell.el (flyspell-insert-function): Doc fix.
410
108eaabb
RS
4112002-02-06 Richard M. Stallman <rms@gnu.org>
412
413 * mail/mailabbrev.el: Require sendmail only at compile time.
414 (mail-mode-header-syntax-table): Var deleted.
415 (mail-abbrev-syntax-table): Init to nil, will compute when needed.
416 (sendmail-pre-abbrev-expand-hook): Only temporarily change
417 local-abbrev-table and the syntax table.
418 Compute mail-abbrev-syntax-table if that has not been done.
419
420 * progmodes/compile.el (grep-compute-defaults): Definition moved up.
421
422 * emacs-lisp/debug.el (debugger-frame-offset): Var deleted.
423 (debugger-frame-number): Figure out the offset directly.
424 (debugger-setup-buffer): Don't use debugger-frame-offset.
425 (debugger-frame, debugger-frame-clear): Likewise.
426 (debugger-jump): Don't alter debugger-frame-offset.
427
428 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
429 Replace foo-p as var name with foo-flag, not foo-p-flag.
430
431 * hilit-chg.el (highlight-changes-active-string): Default to +Chg.
432 (highlight-changes-passive-string): Default to -Chg.
433 (highlight-changes-global-modes): Doc fix.
434
435 * dired.el (dired-get-filename): Add /: when appropriate
436 to avoid taking a local name as remote.
437
438 * files.el (file-name-non-special): Add special handling for
439 file-name-sans-versions, file-name-completion, and
440 file-name-all-completions.
441
442 * isearch.el (isearch-update): Don't update display in kbd macro.
443 (isearch-lazy-highlight-new-loop): Do nothing in kbd macro.
444
445 * subr.el (force-mode-line-update): Doc fix.
446
6a229a63 447 * subr.el (atomic-change-group, prepare-change-group)
108eaabb
RS
448 (activate-change-group, accept-change-group, cancel-change-group):
449 New functions.
450
451 * simple.el (undo-get-state, undo-revert-to-state): Fns deleted.
452 (transpose-subr-1): Use atomic-change-group.
453
454 * subr.el (add-minor-mode): Include the mode's lighter string
455 in the minor mode menu item name.
456
457 * mail/rmail.el (rmail-toggle-header): Avoid possibly slow call to
458 rmail-count-screen-lines starting from (point-min).
459
460 * startup.el (use-fancy-splash-screens-p): Need 19 lines,
461 beyond the image height, to use the fancy splash screen.
462
463 * textmodes/text-mode.el (text-mode-hook-identify): Function deleted.
464 (text-mode): Set text-mode-variant here.
465
e029dcaf
EZ
4662002-02-06 Eli Zaretskii <eliz@is.elta.co.il>
467
468 * play/pong.el (pong-height): Don't use height that exceeds the
469 frame height.
6a229a63 470 (pong-border-options): Make the border colors slightly more bright.
e029dcaf
EZ
471
472 * play/gamegrid.el (gamegrid-display-type): Treat any
473 color-capable display as color-x, if display-color-p is fboundp.
474 (gamegrid-make-color-x-face): Don't call gamegrid-color twice.
475 (gamegrid-make-color-tty-face): Use the value of color, not the
476 symbol itself. Don't call gamegrid-color.
477
7ff24607
EZ
4782002-02-05 Eli Zaretskii <eliz@is.elta.co.il>
479
480 * gud.el (gud-refresh): Call recenter only after we are sure we
481 are in the right window.
482
8ff1bc94
PA
4832002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
484
485 * cus-edit.el (customize-mark-to-save): New function.
486 * menu-bar.el (menu-bar-options-save): Rewrote.
487
acc24704 4882002-02-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cfdc786d
PJ
489
490 * cus-start.el (x-use-underline-position-properties):
491 Allow customization.
492
c2792945
EZ
4932002-02-04 Simon Josefsson <jas@extundo.com>
494
6a229a63 495 * dired.el (dired-load-hook, dired-mode-hook)
c2792945
EZ
496 (dired-before-readin-hook, dired-after-readin-hook): Defcustom.
497
523304ed
CW
4982002-02-03 Colin Walters <walters@verbum.org>
499
6a229a63
SM
500 * ibuf-ext.el (ibuffer-filter-format-alist)
501 (ibuffer-cached-filter-formats, ibuffer-compiled-filter-formats):
502 New variables.
523304ed
CW
503 * ibuffer.el (ibuffer): Remove link; the "home page" for ibuffer
504 is now the Emacs CVS tree.
505 (ibuffer-formats): Doc fix.
6a229a63 506 (ibuffer-active-formats-name, ibuffer-current-formats): New functions.
523304ed 507 (ibuffer-current-format): Use them.
6a229a63
SM
508 (ibuffer-recompile-formats, ibuffer-check-formats)
509 (ibuffer-switch-format, ibuffer-update-title):
510 Add support for ibuffer-filter-format-alist.
523304ed 511 (define-ibuffer-column process): Remove unncessary consing.
6a229a63 512
523304ed
CW
513 * ibuf-macs.el (define-ibuffer-column): Add beginnings of support
514 for a summary column.
515
471af22c
AS
5162002-02-03 Andreas Schwab <schwab@suse.de>
517
518 * window.el (save-selected-window): Move macro before first use.
e1ff49ba 519 (balance-windows): Fix misplaced parenthesis.
471af22c 520
acc24704 5212002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2188f2d4
PJ
522
523 * calculator.el (calculator-displayers): Doc fixes.
524
acc24704 5252002-02-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0c0d3c65 526
6a229a63
SM
527 * menu-bar.el (menu-bar-help-menu): Use different text for tool-tip.
528 (menu-bar-options-save): Save also the value of `display-time-mode'.
0c0d3c65
PJ
529 (showhide-date-time): New function.
530 (menu-bar-showhide-menu): New menu-item "Date and time".
531
51eacfef 5322002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
46ea0665 533
be813944
EZ
534 * mail/rmail.el (rmail): Use find-buffer-visiting instead of
535 get-file-buffer to check for rmail buffer existence.
536
46ea0665
EZ
537 * term.el (term-emulate-terminal): Extract proper command string
538 which is supplied to term-command-hook.
539
bd3567fa
RS
5402002-02-03 Richard M. Stallman <rms@gnu.org>
541
542 * international/quail.el (quail-help): Don't call help-setup-xref.
543
544 * international/mule-cmds.el (describe-input-method):
545 Call help-setup-xref here.
546 (describe-current-input-method): Doc fix.
547
548 * novice.el (disabled-command-hook): Clarify output text.
549 Indent the paragraph from the command's doc string.
550
551 * dabbrev.el (dabbrev--goto-start-of-abbrev):
552 Exit loop on beginning of field rather than bobp.
553
f04f5c76
EZ
5542002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * mail/uce.el (uce-reply-to-uce): Prune the headers before copying
557 the message text into the *mail* buffer, and restore the pruned
558 state after that.
559
560 * mail/rmail.el (rmail-redecode-body): Prune the headers before
561 looking for X-Coding-System header, and restore the pruned state
562 before returning.
563
acc24704 5642002-02-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
420cfdf2
PJ
565
566 * cus-edit.el (customize-save-variable): Fix typo in prompt.
567
568 These changes integrate new version of flyspell.el from its
569 maintainer, Manuel Serrano:
570
6a229a63 571 * textmodes/flyspell.el (flyspell-issue-message-flag): New user option.
420cfdf2
PJ
572 (flyspell-mode-on, flyspell-notify-misspell)
573 (flyspell-small-region, flyspell-external-point-words)
574 (flyspell-large-region): Use it
575 (flyspell-before-incorrect-word-string)
576 (flyspell-after-incorrect-word-string): New user options.
577 (make-flyspell-overlay): Use them.
578 (flyspell-version): New function.
579 (flyspell-incorrect-face, flyspell-duplicate-face): Adapt face
580 definitions to use :weight.
581 (flyspell-insert-function): New user option.
582 (flyspell-auto-correct-word, flyspell-correct-word)
583 (flyspell-xemacs-correct): Use it.
584 (flyspell-define-abbrev): New function.
585 (flyspell-auto-correct-word, flyspell-correct-word)
586 (flyspell-xemacs-correct): Use it.
587 (make-flyspell-overlay): Use `evaporate' property.
588 (flyspell-auto-correct-word, flyspell-correct-word): Remove overlay.
589 (flyspell-emacs-popup): Use `session' instead of `accept'.
590 (flyspell-auto-correct-previous-pos): New variable.
591 (flyspell-auto-correct-previous-hook)
592 (flyspell-auto-correct-previous-word): New functions.
593
2308fe27
EZ
5942002-02-02 Eli Zaretskii <eliz@is.elta.co.il>
595
596 * novice.el (enable-command): If Emacs was invoked as "emacs -q",
597 don't alter the user's ~/.emacs.
598 (disable-command): If user-init-file is nil or does not exist,
6a229a63
SM
599 default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
600 But don't alter the init file if Emacs was invoked as "emacs -q"
2308fe27 601
62cec9fe
SM
6022002-02-01 Stefan Monnier <monnier@cs.yale.edu>
603
40035487
SM
604 * mail/sendmail.el (mail-mode): Undo half of last change.
605
e30ce098
SM
606 * indent.el (indent-for-tab-command): Remove spurious code.
607
62cec9fe
SM
608 * hi-lock.el (hi-lock-find-patterns): Save restriction.
609
cbd5582a
EZ
6102002-02-01 Eli Zaretskii <eliz@is.elta.co.il>
611
612 * calendar/time-date.el: Moved from lisp/gnus.
613
614 * calendar/parse-time.el: Ditto.
615
5e101746
RS
6162002-01-31 Richard M. Stallman <rms@gnu.org>
617
618 * international/iso-acc.el (iso-languages): Fix ", " in French.
619
620 * cus-start.el (history-length): Specify customization for it.
621
622 * emacs-lisp/debug.el (debugger-setup-buffer):
623 When an eval-buffer frame was reading from a buffer,
624 insert indication of the buffer position.
625 (debugger-frame-number): Ignore ;;;-comment lines in backtrace.
626 (debugger-frame-clear, debugger-frame): Error on non-frame line.
627
628 * simple.el (shell-command-on-region): Err if no mark
629 before reading the command string.
630
631 * hl-line.el (hl-line-highlight, hl-line-unhighlight):
632 Definitions moved down after hl-line-mode var's definition.
633
634 * hilit-chg.el (hilit-chg-fixup): Don't alter overlay if not ours.
635 (hilit-chg-set-face-on-change): Rename arg.
636 (hilit-chg-make-ov): Detect error earlier.
637
638 * ediff-hook.el: Delete autoload cookies.
639
640 * comint.el (comint-scroll-show-maximum-output): Default is t.
641
642 * emacs-lisp/bytecomp.el (batch-byte-compile): New arg noforce.
643 (batch-byte-compile-if-not-done): New function.
644
645 * Makefile.in (compile): New target.
646 (compile-always): Renamed from compile-files.
647 (compile-after-backup): Renamed from compile.
648 (bootstrap): Depend on compile-always, not compile-files.
62cec9fe 649
5e101746
RS
650 * emulation/pc-select.el (pc-select-save-and-set-mode):
651 Properly use MODE-VAR.
652
acc24704 6532002-01-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
008cea2c
PJ
654
655 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
656 Version" to "About Emacs".
c2ca4bab
PJ
657 (menu-bar-options-save): Add `default-frame-alist'
658 to saved variables.
659 (menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead
660 of the variable `scroll-bar-mode'.
008cea2c
PJ
661
662 * startup.el (normal-splash-screen, display-splash-screen):
663 New functions (separated from command-line-1).
664 (command-line-1): Use them.
665
f2172a68
EZ
6662002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
667
668 * calendar/calendar.el (generate-calendar-month): Doc fix.
669
acc24704 6702002-01-27 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1acb1b0c 671
7a4b11ca
PJ
672 * time.el (display-time-mail-directory): New option.
673 (display-time-mail-function): Update doc-string.
674 (display-time-mail-icon): Use XPM image when available.
675 (display-time-string-forms): Use more descriptive text as
676 help-echo property.
677 (display-time-mail-check-directory): New function.
678 (display-time-update): Use it.
679
7df78bc8
SM
680 * menu-bar.el (menu-bar-showhide-scroll-bar-menu):
681 Quote `window-system'.
a27aa320 682
1acb1b0c
PJ
683 * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'.
684 Add Keywords header. Update Commentary section.
685 Update copyright notice.
686
687 * menu-bar.el (menu-bar-scroll-bar-right)
688 (menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
689 (showhide-menu-bar): New functions.
690 (menu-bar-showhide-menu): New submenu "Show/Hide".
691 (menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of
692 "Show/Hide".
693 Update copyright notice.
694
d8359893
EZ
6952002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
696
697 * lazy-lock.el (lazy-lock-mode): Add a reference to jit-lock.
698
f5798fbd
RS
6992002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
700
701 * pc-select.el (pc-selection-mode-hook)
702 (pc-select-saved-settings-alist, pc-select-map)
703 (pc-select-saved-global-map, pc-select-key-bindings-alist)
704 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
705 (pc-select-meta-moves-sexps-key-bindings)
706 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
707 New variables.
708 (pc-select-define-keys, pc-select-restore-keys): New functions.
709 (pc-select-add-to-alist, pc-select-save-and-set-var)
710 (pc-select-save-and-set-mode, pc-select-restore-var)
711 (pc-select-restore-mode): New macros.
712 (pc-selection-mode): Completely rewrote the body of the function;
713 the main goal was to make pc-selection-mode "turn-off"-able, like
714 other minor modes. Use define-minore-mode instead of just a
715 defun. Store the key bindings into four alists:
716 pc-select-default-key-bindings, pc-select-extra-key-bindings,
717 pc-select-meta-moves-sexps-key-bindings, and
718 pc-select-tty-key-bindings; then have the pc-select-define-keys
719 function walk those alists instead of calling define-key
720 repeatedly. When the mode is turned on, set the
721 keybindings in global-map and remember the old keybindings; when
722 the mode is turned off, restore the previously-saved keybindings.
723 (pc-selection-mode defcustom): Reflect the fact that the mode is
724 now "turn-off"-able.
725
4c334f5b
EZ
7262002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
727
728 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
729 returns t, don't treat that as an error.
730
990d68dd
JR
7312002-01-25 Jason Rumney <jasonr@gnu.org>
732
7df78bc8
SM
733 * faces.el (face-font-registry-alternatives) [windows-nt]:
734 Add ms-oemlatin as an alternative for iso8859-1.
735
7362002-01-25 Stefan Monnier <monnier@cs.yale.edu>
737
738 * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of
739 args and the absence of an entry. Don't add -f each time.
990d68dd 740
0011f346
EZ
7412002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
742
d22f8da4
EZ
743 * emacs-lisp/cl-seq.el (mismatch): Doc fix.
744
0011f346
EZ
745 Support for more than 8 colors on character terminals:
746
747 * term/rxvt.el: New file.
748
749 * Makefile.in (DONTCOMPILE): Remove term/xterm.el.
750
751 * term/xterm.el (xterm-standard-colors): New variable.
752 (xterm-rgb-convert-to-16bit, xterm-register-default-colors)
753 (xterm-rxvt-set-background-mode): New functions.
754 (toplevel): Call xterm-register-default-colors,
755 xterm-rxvt-set-background-mode, and tty-set-up-initial-frame-faces.
756 Add support for more keys from xterm's terminfo entry.
757
758 * facemenu.el (list-colors-display): If the argument is nil, don't
759 show more colors that the number returned by display-color-cells.
760
761 * term/pc-win.el (msdos-color-values): Reverse the order of the
7df78bc8 762 colors, since tty-color-define now preserves the registration order.
0011f346
EZ
763
764 * w32-fns.el (w32-tty-standard-colors): Reverse the order.
765
766 * term/tty-colors.el (tty-standard-colors): Reverse the order.
767 (tty-register-default-colors): New function; code moved from
768 startup.el's command-line.
769 (tty-modify-color-alist): Use nconc instead of cons, to preserve
770 the order the colors where registered.
771
772 * frame.el (display-color-cells): Use tty-display-color-cells.
773
774 * startup.el (command-line): Call tty-register-default-colors.
775
75f70c1c
RS
7762002-01-25 Richard M. Stallman <rms@gnu.org>
777
778 * subr.el (remove): Doc fix.
779
59488c6b
RS
7802002-01-24 Richard M. Stallman <rms@gnu.org>
781
9ade4a7d
RS
782 * progmodes/compile.el (compilation-handle-exit):
783 Add a compilation-handle-exit property to the "finished" message.
784 (compilation-parse-errors): Stop parsing when that property is seen.
785
786 * subr.el (substring-no-properties): New function.
787 (copy-without-properties): Function deleted.
7df78bc8 788
bfabe882
RS
789 * term/x-win.el (x-handle-geometry): Put sizes on both
790 initial-frame-alist and default-frame-alist.
791
82d3d694
RS
792 * cus-edit.el (custom-save-all): Bind file-precious-flag to t
793 for saving .emacs.
794
795 * files.el (basic-save-buffer-2): Ignore file-error in delete-file.
796
59488c6b
RS
797 * calendar/calendar.el (generate-calendar-month): Doc fix.
798
67ec1c1a
RS
7992002-01-23 Richard M. Stallman <rms@gnu.org>
800
1acb1b0c 801 * play/tetris.el (tetris): New defgroup.
b42b4924
SM
802 (tetris-use-glyphs, tetris-use-color, tetris-draw-border-with-glyphs)
803 (tetris-default-tick-period): Convert to defcustom.
67ec1c1a 804 Added * in docstring to indicate user variable.
b42b4924
SM
805 (tetris-update-speed-function, tetris-mode-hook, tetris-tty-colors)
806 (tetris-x-colors, tetris-buffer-name, tetris-buffer-width)
807 (tetris-buffer-height, tetris-width, tetris-height)
808 (tetris-top-left-x, tetris-top-left-y): Convert to defcustom.
809
8102002-01-22 Stefan Monnier <monnier@cs.yale.edu>
811
812 * mail/sendmail.el (mail-mode): ">" is not a supercite-style prefix
813 and is already matched by adaptive-fill-regexp.
67ec1c1a 814
9f2e5ef3
RS
8152002-01-22 Richard M. Stallman <rms@gnu.org>
816
973a0461
RS
817 * bindings.el (mode-line-copied-mode-name): New variable.
818 (mode-line-mode-name): Don't modify mode-name itself!
819 Instead, make a copy and reuse it.
820
821 * subr.el (copy-without-properties): New function.
822
d89b617d
RS
823 * progmodes/sh-script.el (sh-set-shell): Doc fix.
824
c69fe360
RS
825 * net/ange-ftp.el (ange-ftp-canonize-filename): Avoid duplicate
826 slash if DIR is just slash.
827
9f2e5ef3
RS
828 * progmodes/perl-mode.el (perl-mode-abbrev-table): Restore definition.
829
5b2977e4
RS
8302002-01-21 Richard M. Stallman <rms@gnu.org>
831
2db0da92
RS
832 * emacs-lisp/copyright.el (copyright-regexp): Fix previous change.
833
834 * net/ange-ftp.el (ange-ftp-bs2000-posix-hook-installed):
835 Move defvar up.
836
41b495af
RS
837 * textmodes/ispell.el (ispell-help): Clean up echo area if user quits.
838
5b2977e4
RS
839 * ibuffer.el: Don't require ibuf-ext at load time.
840 (ibuffer): Require ibuf-ext here.
841
17f8ff6a
FP
8422002-01-21 Francesco Potorti` <pot@gnu.org>
843
844 * generic-x.el (apache-conf-generic-mode): Highlight the first
845 word in a line even if preceded by blanks.
846
8cc0e0cf
RS
8472002-01-21 Richard M. Stallman <rms@gnu.org>
848
849 * window.el (window-body-height): Handle minibuffer window specially.
850 Otherwise, don't return less than 1.
851
ca64d378
RS
8522002-01-20 Thomas Dorner <Thomas.Dorner@start.de>
853
854 * ange-ftp.el: Added support for BS2000, and for raw ftp
855 login commands (needed in some circumstances).
856 (ange-ftp-raw-login): New custom var.
857 (ange-ftp-normal-login): Perform login with raw ftp commands, if
858 ange-ftp-raw-login is set and account password is needed.
859 (ange-ftp-host-type, ange-ftp-guess-host-type): Handle BS2000 hosts.
860 (ange-ftp-bs2000-filename-pubset-regexp)
861 (ange-ftp-bs2000-filename-username-regexp)
862 (ange-ftp-bs2000-filename-prefix-regexp)
863 (ange-ftp-bs2000-name-template): New consts.
864 (ange-ftp-bs2000-short-filename-regexp)
865 (ange-ftp-bs2000-fix-name-regexp-reverse)
866 (ange-ftp-bs2000-fix-name-regexp): New consts.
867 (ange-ftp-bs2000-special-prefix): New custom var.
868 (ange-ftp-fix-name-for-bs2000)
869 (ange-ftp-fix-dir-name-for-bs2000): New funs.
870 (ange-ftp-bs2000-host-regexp, ange-ftp-bs2000-posix-host-regexp)
871 (ange-ftp-bs2000-posix-hook-installed): New vars.
872 (ange-ftp-parse-bs2000-filename, ange-ftp-parse-bs2000-listing)
873 (ange-ftp-bs2000-host, ange-ftp-bs2000-posix-host)
874 (ange-ftp-add-bs2000-host, ange-ftp-add-bs2000-posix-host): New funs.
875 (ange-ftp-bs2000-filename-regexp): New const.
876 (ange-ftp-bs2000-additional-pubsets): New custom var.
877 (ange-ftp-bs2000-cd-to-posix): New fun.
878
362b0a59
CW
8792002-01-20 Colin Walters <walters@verbum.org>
880
881 * ibuffer.el: (toplevel) Require `ibuf-ext', which is now compiled
882 with `byte-compile-dynamic'.
883 (ibuffer-default-directory, toplevel): Doc files.
884
acc24704 8852002-01-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
b1ad7c13 886
3c17e062
PJ
887 * tempo.el (tempo-define-template): Doc fix.
888
b1ad7c13
PJ
889 * scroll-bar.el (scroll-bar-mode): Make argument optional.
890
aa06cb9c
JR
8912002-01-20 Jason Rumney <jasonr@gnu.org>
892
893 * w32-vars.el: New file.
894
895 * loadup.el [windows-nt]: Load it.
896
897 * w32-fns.el, term/w32-win.el: Move user variables to w32-vars.el
898 and make them defcustoms.
899
900 * term/w32-win.el (mouse-set-font): Use w32-list-proportional-fonts.
901
acc24704 9022002-01-19 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
37082f8d 903
80dadb9e
PJ
904 * language/tibet-util.el (tibetan-decompose-region)
905 (tibetan-decompose-string): Fix typo in docstring.
906
37082f8d
PJ
907 * ruler-mode.el (ruler-mode): New keyword. Fix :version.
908
d33c4505
RS
9092002-01-18 Richard M. Stallman <rms@gnu.org>
910
98bd0dd3
RS
911 * comint.el (comint-redirect-send-command-to-process):
912 Restore previous current buffer.
913
d33c4505
RS
914 * window.el (window-body-height): New function.
915
a1e3dda0
RS
9162002-01-18 Zoltan Kemenczy <kemenczy@rogers.com>
917
918 * gud.el (easy-mmode-defmap): Enable "Up Stack", "Down Stack", and
919 "Finish Function" menu map entries for jdb mode.
920 (gud-jdb-use-classpath): New customization variable.
921 (gud-jdb-command-name): Add customization.
922 (gud-jdb-classpath, gud-marker-acc-max-length): New variables.
923 (gud-jdb-classpath-string): New variable.
924 (gud-jdb-source-files, gud-jdb-class-source-alist): Add doc strings.
925 (gud-jdb-build-source-files-list): Likewise.
926 (gud-jdb-massage-args): Record any command argument classpath
927 string in `gud-jdb-classpath-string'.
928 (gud-jdb-lowest-stack-level): New function, finds bottom of current
929 java call stack in jdb output.
930 (gud-jdb-find-source-using-classpath, gud-jdb-find-source)
931 (gud-jdb-parse-classpath-string): New functions.
932 (gud-jdb-marker-filter): Search/detect classpath information in
933 jdb's output. marker regexp updated to match oldjdb and jdb output
934 formats. Expand search for source files to include new/old methods
935 using new functions above. Do not allow `gud-marker-acc' to grow
936 without bound.
937 (jdb): Set classpath information (if available) as jdb is started.
938 Change `gud-break' and `gud-remove'
939 to use new %c ("class") escape in format strings. Add
940 `gud-finish', `gud-up', `gud-down' command string functions, and
941 add them to the local menu map. Update `comint-prompt-regexp' for
942 jdb and oldjdb. If attaching to an already running java VM and
943 configured to use classpath, send command to query for classpath,
944 else use previous method for finding and parsing java
945 sources. Set `gud-jdb-find-source' function accordingly.
946 (gud-mode): Doc fix.
947 (gud-format-command): Add support for new %c ("class") escape.
948 (gud-find-class): New function in support of %c escape.
949
33c18c83
RS
9502002-01-17 Richard M. Stallman <rms@gnu.org>
951
952 * ibuf-ext.el: Enable byte-compile-dynamic.
953
64f41d64
JR
9542002-01-17 Jason Rumney <jasonr@gnu.org>
955
956 * term/w32-win.el: Restore conditional require of fontset.
957
dfb9f8af
RS
9582002-01-16 Richard M. Stallman <rms@gnu.org>
959
7adfc0d7
RS
960 * mouse.el (mouse-drag-region-1): Renamed from mouse-drag-region,
961 more or less.
962 (mouse-drag-region): New function. For a click in the echo area,
963 show *Messages*.
964
dfb9f8af
RS
965 * ibuf-ext.el: Delete the autoloads for functions defined with
966 ibuffer-specific commands.
967
968 * help.el (describe-distribution): Really call view-file.
969
970 * net/ange-ftp.el (ange-ftp-passive-mode): New arg PROC.
971 (ange-ftp-get-process): Pass that arg.
972
973 * comint.el (comint-simple-send): Fix previous change.
974
975 * net/telnet.el (telnet-simple-send): Fix previous change.
976
17f8ff6a 977 * progmodes/sql.el (sql-escape-newlines-and-send)
dfb9f8af
RS
978 (sql-query-placeholders-and-send): Fix previous change.
979
bbfdedef
CW
9802002-01-16 Colin Walters <walters@verbum.org>
981
982 * ibuf-ext.el, ibuf-macs.el, ibuffer.el (toplevel): Remove X-RCS,
983 URL, Compatibility headers. Update copyright notice.
984 * ibuf-macs.el (toplevel): Require `cl' when compiling.
985
bde61f8b
EZ
9862002-01-16 Andrew Choi <akochoi@cse.cuhk.edu.hk>
987
988 * startup.el (command-line): Set EOL mnemonics for the Mac.
989
adb92798
AS
9902002-01-16 Andreas Schwab <schwab@suse.de>
991
992 * mail/feedmail.el (feedmail): Fix :link spec.
993
acc24704 9942002-01-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
774f6cf4 995
5a9af4e1
PJ
996 * net/ldap.el (ldap-ldapsearch-prog): Default to OpenLDAP version
997 2 ldapsearch.
998
53015965
PJ
999 * net/eudc.el: New maintainer. Change author's address.
1000 (eudc-pre-select-window-configuration, eudc-insertion-marker):
1001 Variables removed.
1002 (eudc-insert-selected): Function removed.
1003 (eudc-select): Reimplemented.
1004 (eudc-expand-inline): Delete the strings only after its expansion
1005 is chosen not before.
1006
1007 * net/eudcb-ph.el (eudc-ph-open-session): Remove XEmacs case.
1008 Minor coding style fixes.
1009
1010 * net/eudcb-ldap.el: New maintainer. Change author's address.
1011 (eudc-attribute-display-method-alist): Display mail with
1012 eudc-display-mail.
1013
1014 * net/eudcb-bbdb.el, net/eudc-export.el, net/eudc-hotlist.el,
1015 * net/eudc-vars.el: New maintainer. Change author's address.
774f6cf4
PJ
1016
1017 * net/eudc-bob.el: New maintainer. Change author's address.
1018 (eudc-bob-mail-keymap): New keymap for e-mail addresses.
1019 (eudc-display-mail): New function.
1020 (eudc-bob-play-sound-at-point): Remove XEmacs case.
1021
863fd6a7
RS
10222002-01-15 Richard M. Stallman <rms@gnu.org>
1023
17f8ff6a 1024 * emacs-lisp/autoload.el (make-autoload):
863fd6a7
RS
1025 Don't handle define-ibuffer-column, define-ibuffer-filter,
1026 define-ibuffer-sorter, and define-ibuffer-op.
1027
afb05cf3
RS
10282002-01-14 Richard M. Stallman <rms@gnu.org>
1029
1030 * calendar/calendar.el (diary-date-forms): Doc fix.
1031
3947677c
EZ
10322002-01-14 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * startup.el (command-line): Register the default tty colors even
1035 if the terminal doesn't seem to support colors.
1036 <tty-long-option-alist>: New option --color.
1037 (tty-handle-args): Parse the --color arg.
1038
1039 * term/tty-colors.el (tty-color-mode-alist): New variable.
1040
ae0bec0b
SM
10412002-01-14 Stefan Monnier <monnier@cs.yale.edu>
1042
1043 * net/ange-ftp.el (ange-ftp-root-dir-p): New function.
1044 (ange-ftp-file-name-all-completions, ange-ftp-file-name-completion):
1045 Use it.
1046 (ange-ftp-hook-function): Preserve match-data.
1047 (ange-ftp-insert-directory): Typo.
1048 (ange-ftp-shell-command): Check if regexp matched.
1049
9c05459c
RS
10502002-01-13 Richard M. Stallman <rms@gnu.org>
1051
ad394bee
RS
1052 * international/mule-cmds.el: help-map bindings moved to help.el.
1053
1054 * help.el (view-echo-area-messages): New function.
1055 (help-map): Add `e' binding. Delete obsolete `d' binding.
1056 Change old Info bindings C-f, C-k and C-i to F, K, S.
1057 Move view-emacs-FAQ from F to C-f.
1058 Move view-emacs-problems from P to C-e.
1059 Bindings moved here from mule-cmds.el.
ae0bec0b 1060 C-l binding for describe-language-environment deleted
ad394bee 1061 (help-for-help): Update for all these changes.
ae0bec0b 1062
9c05459c
RS
1063 * emacs-lisp/copyright.el (copyright-regexp): Make (C) optional.
1064
10652002-01-13 Dave Love <fx@gnu.org>
1066
1067 * emacs-lisp/copyright.el: Doc fixes.
1068 (copyright-regexp): Add Latin-9 copyright sign.
1069 Match comment delimiters in year lists.
1070 (copyright-current-year): Initialize to load-time year.
1071
b544496d
AS
10722002-01-13 Andreas Schwab <schwab@suse.de>
1073
1074 * dired-aux.el (dired-do-shell-command): Doc fix.
1075
8a8e19a3 10762002-01-13 Jan Djarv <Jan.Djarv@mbox200.swipnet.se>
cf225974
EZ
1077
1078 * startup.el (command-line-x-option-alist): New options "-fs",
1079 "-fw", "-fh", "--fullscreen", "--fullwidth", and "--fullheight".
1080
1081 * term/x-win.el (x-handle-initial-switch): New function.
1082
12a87d0f 10832002-01-13 Colin Walters <walters@debian.org>
ae0bec0b 1084
12a87d0f
CW
1085 * emacs-lisp/autoload.el (make-autoload): Handle
1086 define-ibuffer-column, define-ibuffer-filter,
1087 define-ibuffer-sorter, and define-ibuffer-op.
ae0bec0b 1088
12a87d0f 1089 * emacs-lisp/lisp-mode.el (toplevel): Ditto.
c494f663
CW
1090
1091 * ibuffer.el, ibuf-ext.el, ibuf-macs.el: New files.
ae0bec0b 1092
732576c8
RS
10932002-01-12 Richard M. Stallman <rms@gnu.org>
1094
0deef26e
RS
1095 * net/browse-url.el (browse-url-grail):
1096 Use browse-url-maybe-new-window.
1097
732576c8
RS
1098 * net/telnet.el (telnet-simple-send): Handle
1099 comint-input-sender-no-newline like comint-simple-send.
1100
1101 * progmodes/sql.el (sql-query-placeholders-and-send): Handle
1102 comint-input-sender-no-newline like comint-simple-send.
1103 (sql-escape-newlines-and-send): Likewise.
1104
1105 * comint.el (comint-input-sender): Doc fix.
1106 (comint-input-sender-no-newline): New variable.
1107 (comint-simple-send): If comint-input-sender-no-newline,
1108 don't output newline, but maybe send eof.
1109 (comint-send-input): New arg NO-NEWLINE.
1110 (comint-send-eof): Call comint-send-eof with NO-NEWLINE.
ae0bec0b 1111
acc24704 11122002-01-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
f30fe18b
PJ
1113
1114 * textmodes/flyspell.el (flyspell-check-pre-word-p): Prevent
1115 delaying when executing keyboard macros.
1116
8f3f2fe5
RS
11172002-01-12 Richard M. Stallman <rms@gnu.org>
1118
e9cd25fe
RS
1119 * simple.el (line-move): If we can't move enough lines,
1120 go to beginning or end of line.
1121
6ab3cbb5
RS
1122 * help-mode.el (help-xref-go-back): Restore POSITION in proper buffer
1123 and proper window.
1124
1125 * help.el (describe-mode): Call help-setup-xref in the help buffer.
1126 Switch buffers only after calling `help-buffer'.
1127
8f3f2fe5
RS
1128 * dired-aux.el (dired-shell-stuff-it): Substitute for * or ?
1129 only when they are surrounded by whitespace.
1130 Use dired-mark-separator when adding one file name to a command.
1131 (dired-do-shell-command): Verify that * is surrounded by whitespace.
1132 Ask for confirmation if * or ? is not surrounded by whitespace.
1133 (dired-bunch-files): Re-reverse the partial file list when it is used.
1134
11352002-01-12 Richard M. Stallman <rms@gnu.org>
1136
1137 * comint.el (comint-dynamic-list-completions): Repeating the command
1138 after displaying a completion list scrolls the list.
1139
95014d62
EZ
11402002-01-12 Eli Zaretskii <eliz@is.elta.co.il>
1141
ef59dd3b
EZ
1142 * files.el (find-file-noselect): Don't consider a buffer as
1143 visiting a file literally if it is in hexl-mode.
1144
95014d62
EZ
1145 * faces.el (minibuffer-prompt): A better face definition for MS-DOS.
1146
b58e3ca1
RS
11472002-01-11 Richard M. Stallman <rms@gnu.org>
1148
d57966d7
RS
1149 * startup.el (initial-scratch-message): Fix custom type, add group.
1150
b58e3ca1
RS
1151 * mail/rmail.el (rmail-decode-babyl-format): Disable undo
1152 around the decode-coding-region call.
1153
1154 * emacs-lisp/lisp.el (lisp-complete-symbol): Repeating the command
1155 after displaying a completion list scrolls the list.
1156
f3b812da
EZ
11572002-01-11 Eli Zaretskii <eliz@is.elta.co.il>
1158
1159 * version.el (emacs-version): Bump to 21.2.50.
1160
df9d055e
TTN
11612002-01-10 Thien-Thi Nguyen <ttn@giblet.glug.org>
1162
1163 * play/zone.el (zone-timeout): New var.
1164 (zone-hiding-modeline): New macro.
1165 (zone-call): New func.
1166
1167 (zone): Init `modeline-hidden-level' symbol property.
1168 Use `zone-call' instead of `funcall'.
1169
1170 (zone-pgm-whack-chars): Use `make-string' (fix bug introduced in 2001-10-26T20:11:25Z!monnier@iro.umontreal.ca).
1171
1172 (zone-pgm-stress): Use `zone-hiding-modeline'.
1173
1174 (zone-pgm-stress-destress): New zone program.
1175
0e9f0c44
EZ
11762002-01-10 Eli Zaretskii <eliz@is.elta.co.il>
1177
1178 * faces.el (minibuffer-prompt): Special face definition for MS-DOS.
1179
aad1cc5a
RS
11802002-01-09 Richard M. Stallman <rms@gnu.org>
1181
1182 * startup.el (fancy-splash-screens): Set tab-width in correct buffer.
1183
b93e5ce2 11842002-01-09 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1185
ae0bec0b 1186 * viper.el (viper-set-hooks): Zap viper-unfriendly bindings in
b93e5ce2 1187 flyspell-mouse-map.
df9d055e 1188
e3b2eba1
RS
11892002-01-08 Richard M. Stallman <rms@gnu.org>
1190
f3bd3e5f
RS
1191 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
1192
e3b2eba1
RS
1193 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
1194
1195 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.
1196
acc24704 11972002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fda1bf2c 1198
ae0bec0b
SM
1199 * progmodes/ada-mode.el (ada-initialize-properties, ada-mode):
1200 Do not use make-local-hook.
fda1bf2c 1201
414ecccc
EZ
12022002-01-08 Eli Zaretskii <eliz@is.elta.co.il>
1203
1204 * international/quail.el (quail-start-translation)
1205 (quail-start-conversion): Bind last-command-event, last-command,
1206 and this-command in the first let. This fixes the change from
1207 2000-08-30.
1208
ec781075 12092002-01-08 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1210
ae0bec0b 1211 * ediff-hook.el: Add an autoload cookie.
df9d055e 1212
acc24704 12132002-01-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
741b7ef3
PJ
1214
1215 * net/eudcb-ph.el, net/ldap.el: New maintainer. New e-mail
1216 address of the author.
1217
a474d59c
RS
12182002-01-08 Richard M. Stallman <rms@gnu.org>
1219
1220 * replace.el (occur-mode-goto-occurrence-other-window): New command.
1221 (occur-mode-map): Bind `o' to that.
1222
50a07e18 12232002-01-07 Michael Kifer <kifer@cs.stonybrook.edu>
df9d055e 1224
50a07e18
MK
1225 * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
1226 new macro that replaces viper-emacs-p and viper-xemacs-p in many
1227 cases. Used to reduce the number of warnings.
df9d055e 1228
ae0bec0b
SM
1229 * viper-cmd.el: Use viper-cond-compile-for-xemacs-or-emacs.
1230 (viper-standard-value): Move here from viper.el.
1231 (viper-set-unread-command-events): Move to viper-util.el
1232 (viper-check-minibuffer-overlay): Make sure
50a07e18 1233 viper-minibuffer-overlay is moved to cover the entire input field.
df9d055e 1234
50a07e18 1235 * viper-util.el: use viper-cond-compile-for-xemacs-or-emacs.
ae0bec0b
SM
1236 (viper-read-key-sequence, viper-set-unread-command-events)
1237 (viper-char-symbol-sequence-p, viper-char-array-p): Moved here.
df9d055e 1238
ae0bec0b 1239 * viper-ex.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1240
ae0bec0b 1241 * viper-keym.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1242
ae0bec0b 1243 * viper-mous.el: Use viper-cond-compile-for-xemacs-or-emacs.
df9d055e 1244
ae0bec0b
SM
1245 * viper-macs.el (viper-char-array-p, viper-char-symbol-sequence-p)
1246 (viper-event-vector-p): Move to viper-util.el
df9d055e 1247
ae0bec0b 1248 * viper.el (viper-standard-value): Move to viper-cmd.el.
50a07e18
MK
1249 Use viper-cond-compile-for-xemacs-or-emacs.
1250
ae0bec0b 1251 * ediff-help.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1252
ae0bec0b 1253 * ediff-hook.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1254
ae0bec0b
SM
1255 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs):
1256 New macro designed to be used in many places where ediff-emacs-p or
1257 ediff-xemacs-p was previously used. Reduces the number of warnings.
1258 Use ediff-cond-compile-for-xemacs-or-emacs in many places in lieu
50a07e18 1259 of ediff-xemacs-p.
ae0bec0b
SM
1260 (ediff-make-current-diff-overlay, ediff-highlight-diff-in-one-buffer)
1261 (ediff-convert-fine-diffs-to-overlays, ediff-empty-diff-region-p)
1262 (ediff-whitespace-diff-region-p, ediff-get-region-contents):
1263 Move to ediff-util.el.
1264 (ediff-event-key): Moved here.
df9d055e 1265
ae0bec0b 1266 * ediff-merge.el: Got rid of unreferenced variables.
df9d055e 1267
ae0bec0b 1268 * ediff-mult.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1269
ae0bec0b
SM
1270 * ediff-util.el: Use ediff-cond-compile-for-xemacs-or-emacs.
1271 (ediff-cleanup-mess): Improve the way windows are set up after
50a07e18 1272 quitting ediff.
ae0bec0b
SM
1273 (ediff-janitor): Use ediff-dispose-of-variant-according-to-user.
1274 (ediff-dispose-of-variant-according-to-user): New function
50a07e18 1275 designed to be smarter and also understands indirect buffers.
ae0bec0b
SM
1276 (ediff-highlight-diff-in-one-buffer)
1277 (ediff-unhighlight-diff-in-one-buffer)
1278 (ediff-unhighlight-diffs-totally-in-one-buffer)
1279 (ediff-highlight-diff, ediff-highlight-diff)
1280 (ediff-unhighlight-diff, ediff-unhighlight-diffs-totally)
1281 (ediff-empty-diff-region-p, ediff-whitespace-diff-region-p)
1282 (ediff-get-region-contents, ediff-make-current-diff-overlay):
1283 Moved here.
1284 (ediff-format-bindings-of): New function by Hannu Koivisto
50a07e18 1285 <azure@iki.fi>.
ae0bec0b 1286 (ediff-setup): Make sure the merge buffer is always widened and
50a07e18 1287 modifiable.
ae0bec0b 1288 (ediff-write-merge-buffer-and-maybe-kill): Refuse to write the
50a07e18 1289 result of a merge into a file visited by another buffer.
ae0bec0b 1290 (ediff-arrange-autosave-in-merge-jobs): Check if the merge file
50a07e18 1291 is visited by another buffer and ask to save/delete that buffer.
ae0bec0b 1292 (ediff-verify-file-merge-buffer): New function to do the above.
df9d055e 1293
ae0bec0b 1294 * ediff-vers.el: Load ediff-init.el at compile time.
df9d055e 1295
ae0bec0b 1296 * ediff-wind.el: Use ediff-cond-compile-for-xemacs-or-emacs.
df9d055e 1297
ae0bec0b
SM
1298 * ediff.el (ediff-windows, ediff-regions-wordwise)
1299 (ediff-regions-linewise): Use indirect buffers to improve
50a07e18
MK
1300 robustness and make it possible to compare regions of the same
1301 buffer (even overlapping regions).
ae0bec0b
SM
1302 (ediff-clone-buffer-for-region-comparison)
1303 (ediff-clone-buffer-for-window-comparison): New functions.
1304 (ediff-files-internal): Refuse to compare identical files.
1305 (ediff-regions-internal): Get rid of the warning about comparing
50a07e18 1306 regions of the same buffer.
df9d055e 1307
ae0bec0b
SM
1308 * ediff-diff.el (ediff-convert-fine-diffs-to-overlays): Moved here.
1309 Plus the following fixes courtesy of Dave Love: Doc fixes.
50a07e18
MK
1310 (ediff-word-1): Use word class and move - to the
1311 front per regexp documentation.
1312 (ediff-wordify): Bind forward-word-function outside loop.
1313 (ediff-copy-to-buffer): Use insert-buffer-substring rather than
1314 consing buffer contents.
1315 (ediff-goto-word): Move syntax table setting outside loop.
df9d055e 1316
5a6a8d3b
RS
13172002-01-07 Richard M. Stallman <rms@gnu.org>
1318
4de547e4
RS
1319 * dired.el (dired-copy-filename-as-kill): Call kill-append
1320 if following a kill command.
1321
5a6a8d3b
RS
1322 * help-fns.el (describe-variable, describe-function):
1323 Do save-excursion.
1324
acc24704 13252002-01-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
13019081 1326
b4ac0cdb
PJ
1327 * net/ldap.el (ldap-search-internal): Skip error message from
1328 ldapsearch. Allow listing attribute names only. Do not open
1329 non-existent files.
1330
1331 * net/eudcb-ldap.el (eudc-ldap-get-field-list): Do not try to
1332 call non-existent function.
1333
ff41c6f6
PJ
1334 * net/eudc.el (top-level): Revert previous change.
1335
c2e6c8d1
PJ
1336 * net/net-utils.el (nslookup-font-lock-keywords): Defvar font-lock
1337 variables to prevent warning from byte-compiler.
1338
1339 * net/eudc.el (top-level): Use eudc-xemacs-p instead of
1340 string-match on emacs-version again.
1341
687a9f30
PJ
1342 * enriched.el (enriched-make-annotation): Fix the change from
1343 2002-01-05.
1344 (enriched-handle-display-prop): Return proper values.
1345
13019081
PJ
1346 * net/eudcb-ldap.el (eudc-attribute-display-method-alist): Use
1347 proper attribute name labeledUri instead of deprecated labeledUrl.
1348
acc24704 13492002-01-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
665e6193
PJ
1350
1351 * net/eudc-hotlist.el (eudc-edit-hotlist): Avoid error when
1352 editing an empty hotlist.
1353
1354 * net/ldap.el (ldap-search-internal): Make the buffer unibyte.
1355 Use buffer-string instead of buffer-substring for the whole
1356 buffer.
1357
1358 * net/eudc-vars.el (eudc-external-viewers): Do not use xv, it is
1359 not free.
1360
1361 * net/eudc-bob.el (eudc-bob-can-display-inline-images)
1362 (eudc-bob-display-jpeg): Use fboundp instead of boundp.
1363 (eudc-bob-save-object): Make the buffer unibyte.
1364 (eudc-bob-generic-keymap): Add new keybinding `!' to pipe the
1365 object to external program.
1366
bd635c0e
AS
13672002-01-05 Andre Spiegel <spiegel@gnu.org>
1368
1369 * vc.el (vc-branch-part): Return nil if there's no `.'
1370 (vc-default-previous-version): Renamed from vc-previous-version.
1371 New args BACKEND and FILE. Return nil for revision numbers
1372 without a `.'
1373 (vc-version-diff): Call vc-BACKEND-previous-version.
1374 (vc-steal-lock): Steal lock before composing mail, so that no mail
1375 is sent when the stealing goes wrong. And we'll actually see the
1376 error in that case now.
1377 (vc-finish-steal): Removed.
1378
1379 * vc-rcs.el (vc-rcs-steal-lock): Do a real checkout after stealing
1380 the lock, so that we see expanded headers.
1381 (vc-rcs-trunk-p, vc-rcs-branch-part, vc-rcs-branch-p,
1382 vc-rcs-minor-part, vc-rcs-previous-version): Removed. These are
1383 available from vc.el. Updated all callers.
1384
a62d9f30
RS
13852002-01-05 Richard M. Stallman <rms@gnu.org>
1386
1387 * enriched.el (enriched-make-annotation): Doc fix.
1388
df9d055e
TTN
1389 * format.el (format-replace-strings, format-subtract-regions)
1390 (format-annotate-region, format-annotate-location)
a62d9f30
RS
1391 (format-annotate-atomic-property-change)
1392 (format-annotate-single-property-change): Doc fixes.
1393
44368f8f
JR
13942002-01-05 Jason Rumney <jasonr@gnu.org>
1395
1396 * term/w32-win.el: Require fontset unconditionally.
1397 (w32-handle-scroll-bar-event): Remove.
1398
56a0c173
RS
13992002-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
1400
1401 * emacs-lisp/copyright.el (copyright-regexp): Allow multi-line
1402 copyrights to be updated.
1403
5c3cb846
EZ
14042002-01-04 Eli Zaretskii <eliz@is.elta.co.il>
1405
62993ed6
EZ
1406 * textmodes/texinfo.el (texinfo-insert-@end): Fix the change from
1407 2001-10-24.
1408
5c3cb846
EZ
1409 * mail/sendmail.el (mail-recover-1, mail-recover): Doc fix.
1410
acc24704 14112002-01-04 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
c69b943f
PJ
1412
1413 * net/ldap.el (ldap-host-parameters-alist): Remove duplicated
1414 entry.
1415 (ldap-ignore-attribute-codings): Change the default value to allow
1416 encoding/decoding of attributes.
1417 (ldap-coding-system): Use UTF-8 as the coding-system. Doc fix.
1418
3dc5f18e
RS
14192002-01-03 Richard M. Stallman <rms@gnu.org>
1420
2cce20c0
RS
1421 * files.el (basic-save-buffer): Undo previous change.
1422
5860ba6e
RS
1423 * calendar/diary-lib.el (diary-block): Doc fix.
1424
3dc5f18e
RS
1425 * custom.el (defcustom): Fix syntax of previous change.
1426
121f67fa
EZ
14272002-01-03 Per Abrahamsen <abraham@dina.kvl.dk>
1428
1429 * custom.el (defcustom): Documented :tag, :link and :load.
1430
6cd4cfc5
EZ
14312002-01-03 Eli Zaretskii <eliz@is.elta.co.il>
1432
1433 * mail/sendmail.el (mail-recover-1): New function.
1434 (mail-recover): Switch to the *mail* buffer right away. Use
1435 buffer-auto-save-file-name instead of calling
1436 make-auto-save-file-name. Call dired-noselect instead of invoking
1437 `ls' directly. Bind coding-system-for-read to emacs-mule-unix
1438 before reading the auto-save file. If the buffer's auto-save file
1439 does not exist, call mail-recover-1 to allow recovery from past
1440 auto-saved drafts.
1441
acc24704 14422002-01-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cdc51589
PJ
1443
1444 * time.el (display-time-load-average-threshold): Fix defcustom
1445 (add type and group).
1446
1447 * net/ange-ftp.el (ange-ftp-shell-command): Remove port
1448 specification from the hostname.
1449
f790dddf
RS
14502002-01-02 Richard M. Stallman <rms@gnu.org>
1451
1452 * facemenu.el (facemenu-active-faces):
1453 Use face-attributes-as-vector, not face-attributes-vector.
1454
0c5e191f
RS
14552002-01-02 Chris Hanson <cph@aarau.ai.mit.edu>
1456
1457 * xscheme.el: Eleven years of updates on a private copy.
df9d055e 1458
0c5e191f
RS
1459 Extensive changes to support multiple xscheme buffers:
1460 (run-scheme): Break up into new functions to facilitate starting
1461 processes in other buffers.
1462 (xscheme-start, xscheme-read-command-line): New functions.
1463 (start-scheme, select-scheme)
1464 (default-xscheme-runlight)
1465 (global-set-scheme-interaction-buffer)
1466 (local-set-scheme-interaction-buffer)
1467 (local-clear-scheme-interaction-buffer)
1468 (exit-scheme-interaction-mode)
1469 (verify-xscheme-buffer): New functions.
1470 (xscheme-process-name, xscheme-buffer-name)
1471 (xscheme-runlight): New internal vars.
1472 (default-xscheme-runlight): New const.
1473 (xscheme-start-process): Add args for the process/buffer names.
1474 (reset-scheme): Pass process/buffer names.
1475 (scheme-interaction-mode): Initialize new local vars.
1476 (reset-scheme, xscheme-send-string-2, xscheme-process-running-p)
1477 (xscheme-select-process-buffer, xscheme-process-buffer)
1478 (xscheme-send-region, xscheme-send-char, xscheme-send-interrupt)
1479 (xscheme-goto-output-point, xscheme-write-message-1): Use new
1480 var xscheme-process-name.
1481 (xscheme-start-process): Initialize xscheme-process-name and
1482 xscheme-buffer-name in the process buffer. Pass buffer name to
1483 xscheme-modeline-initialize.
1484 (xscheme-modeline-initialize): Add argument to specify buffer name
1485 for mode-line vars.
1486 (xscheme-process-sentinel): Make sure sentinel is run in the
1487 process buffer so it sees its local vars.
1488 (xscheme-process-filter-initialize, xscheme-set-runlight): More
1489 elaborate logic to handle multiple-buffer mode lines.
1490
1491 (xscheme-enter-input-wait): Re-enable control-G handler upon
1492 entering input wait.
1493
1494 (scheme-interaction-mode): Add arg to preserve local vars.
1495 (xscheme-enter-interaction-mode)
1496 (xscheme-enter-debugger-mode): Preserve local vars.
1497 (xscheme-start-process): Clobber local vars.
1498
1499 (scheme-interaction-mode-commands): Allow end user to add commands
1500 to scheme-interaction-mode keymap.
1501 (scheme-interaction-mode-commands-alist): New variable.
1502
1503 (xscheme-send-string): Don't use insert-before-markers.
1504
1505 Implement a per-buffer kill ring:
1506 (xscheme-insert-expression)
1507 (xscheme-rotate-yank-pointer, xscheme-yank)
1508 (xscheme-yank-pop, xscheme-yank-push): New functions.
1509 (xscheme-expressions-ring)
1510 (xscheme-expressions-ring-yank-pointer)
1511 (xscheme-expressions-ring-max): New variables.
1512 (xscheme-send-string-1): Call xscheme-insert-expression to save
1513 expression in ring.
1514 (xscheme-yank-previous-send): Now an alias for xscheme-yank.
1515 (xscheme-previous-send): Deleted variable.
1516
1517 (xscheme-send-string-2, xscheme-send-char, xscheme-send-proceed,
1518 xscheme-send-control-g-interrupt): Use process-send-string rather
1519 than send-string.
1520
1521 (xscheme-send-region): Insert a newline after an expression that
1522 is submitted in the interaction buffer, for consistency with
1523 recent changes to Edwin.
1524
1525 (xscheme-delete-output): New function mimics comint-delete-output.
1526 (xscheme-last-input-end): New internal variable.
1527 (xscheme-process-filter-output): Update xscheme-last-input-end.
1528
1529 (xscheme-send-control-g-interrupt): Make sure that
1530 xscheme-control-g-disabled-p is looked up in the right buffer.
1531
1532 (xscheme-enable-control-g): Clear C-g message if visible.
1533 (xscheme-control-g-message-string): New internal var.
1534 (xscheme-send-control-g-interrupt): Use new var.
1535
1536 (xscheme-send-control-g-interrupt, xscheme-send-interrupt): Delay
1537 after sending interrupt in order to work around race condition.
1538
1539 (xscheme-send-control-g-interrupt, xscheme-send-interrupt)
1540 (xscheme-send-char): Use xscheme-send-char rather than send-string
1541 to send single char.
1542
1543 (xscheme-process-filter, xscheme-process-filter-alist): Add
1544 support for evaluating expressions outside of the call-excursion.
1545 (xscheme-process-filter:string-action-noexcursion): New func.
1546
1547 (xscheme-write-value): Change output string to match that used by
1548 Edwin.
1549
1550 (xscheme-coerce-prompt): Don't write a space after a command
1551 prompt. The PROMPT-FOR-COMMAND- procedures will take care of this
1552 for us.
1553
1554 (reset-scheme): Delete process after killing it.
1555
7bc60154
EZ
15562002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1557
1558 * bindings.el (function-key-map): Don't bind shifted keypad
1559 numeric keys.
1560
acc24704 15612002-01-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5e442abf
PJ
1562
1563 * enriched.el (enriched-handle-display-prop): Remove unused
1564 variables.
1565 (enriched-mode): Doc fix.
1566
a4e9932a
EZ
15672002-01-02 Eli Zaretskii <eliz@is.elta.co.il>
1568
1569 * international/ucs-tables.el (ucs-8859-8-alist): Comment away
1570 Hebrew points.
1571
1996baee
RS
15722002-01-01 Richard M. Stallman <rms@gnu.org>
1573
1574 * jka-compr.el (jka-compr-write-region): If START = nil, use whole buf.
1575
741d51eb
RS
15762001-12-31 Richard M. Stallman <rms@gnu.org>
1577
1578 * comint.el, cus-edit.el, diff-mode.el, enriched.el, font-lock.el:
1579 * generic-x.el, info.el, log-view.el, pcvs-info.el, speedbar.el:
1580 * wid-edit.el, woman.el, calendar/calendar.el, textmodes/flyspell.el:
df9d055e 1581 * emulation/viper-init.el, eshell/em-ls.el, progmodes/antlr-mode.el:
741d51eb
RS
1582 * progmodes/cperl-mode.el, progmodes/idlwave.el:
1583 * progmodes/sh-script.el, progmodes/vhdl-mode.el:
1584 Adapt face definitions to use :weight and :slant.
df9d055e 1585
741d51eb
RS
1586 * ps-print.el (ps-font-lock-face-attributes): Use :weight and :slant.
1587
1588 * cus-edit.el (custom-face-edit-fix-value): Delete `assert' call.
1589
1590 * font-lock.el (initializing from font-lock-face-attributes):
1591 Use :weight and :slant, not :bold and :italic.
1592
15932001-12-31 Per Abrahamsen <abraham@dina.kvl.dk>
1594
1595 * cus-edit.el (custom-face-edit-fix-value): New function.
1596 (custom-face-edit): Use it, to convert :italic and :bold to new forms.
1597
acc24704 15982001-12-30 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
99158127
PJ
1599
1600 * progmodes/octave-mod.el (octave-abbrev-table):
1601 * progmodes/idlwave.el (idlwave-mode-abbrev-table):
1602 * progmodes/fortran.el (fortran-mode-abbrev-table):
1603 * progmodes/f90.el (f90-mode-abbrev-table):
1604 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1605 * progmodes/sql.el (sql-mode-abbrev-table): Mark all the
1606 predefined abbrevs as "system" abbrevs.
1607
1b8c66fe
RS
16082001-12-30 Richard M. Stallman <rms@gnu.org>
1609
ef8aee62
RS
1610 * info.el (Info-fontify-node): For a **** underline line, put the
1611 invisible and intangible props on the following newline, but not
1612 on the previous newline or the last char of the previous line.
1613
1614 * faces.el (face-set-after-frame-default): Don't change `default' face.
1615
1616 * faces.el (minibuffer-prompt): Adopt some default colors.
1617
1618 * replace.el (query-replace-read-args): Immediate error if read-only.
1619
df9d055e 1620 * textmodes/makeinfo.el (makeinfo-compilation-sentinel):
1b8c66fe
RS
1621 Display the output buffer in a more intelligent way.
1622
7ad0c1c3
EZ
16232001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
1624
1625 * ls-lisp.el (insert-directory): Modify the "total" line wording,
1626 in accordance with files.el's insert-directory.
1627
0065bb74
RS
16282001-12-29 Richard M. Stallman <rms@gnu.org>
1629
1630 * files.el (basic-save-buffer): If a before-write hook displays
1631 an echo area message, pause before calling basic-save-buffer-1.
1632
44fc58f2
RS
16332001-12-29 Markus Rost <rost@math.ohio-state.edu>
1634
1635 * textmodes/reftex-global.el (reftex-query-replace-document)
1636 (reftex-change-label): Doc fix.
1637
1638 * dired-aux.el (dired-do-query-replace-regexp): Doc fix.
1639
1640 * progmodes/etags.el (tags-query-replace): Doc fix.
1641
0d8466cc
RS
16422001-12-29 Richard M. Stallman <rms@gnu.org>
1643
1644 * progmodes/compile.el (compile-internal): Fix previous change.
1645
07025a55
RS
16462001-12-28 Richard M. Stallman <rms@gnu.org>
1647
4a4fa24d
RS
1648 * mouse.el (mouse-drag-mode-line-1): When dragging a mode line upward,
1649 shrink the windows above as necessary to get space.
1650 (mouse-drag-move-window-bottom, mouse-drag-window-above): New fns.
1651
1d0653f8
RS
1652 * net/ange-ftp.el (ange-ftp-allow-child-lookup): Always return nil.
1653 This fixes a bug that treated all files as directories.
8839c4a6 1654 (ange-ftp-insert-directory): Explicitly follow symlinks.
1d0653f8
RS
1655
1656 * international/iso-transl.el (iso-transl-char-map) Eliminate the
1657 alias symbols--put the translated sequences here directly.
1658
df9d055e
TTN
1659 * progmodes/cc-mode.el (c-mode-abbrev-table)
1660 (c++-mode-abbrev-table, objc-mode-abbrev-table)
1d0653f8
RS
1661 (java-mode-abbrev-table, pike-mode-abbrev-table):
1662 Mark all the predefined abbrevs as "system" abbrevs.
1663
07025a55
RS
1664 * mail/sendmail.el (mail-envelope-from): Fix custom type.
1665 (sendmail-send-it): Check mail-specify-envelope-from
1666 and mail-envelope-from in the mail buffer at start.
1667
31bc27f6
EZ
16682001-12-28 Simon Josefsson <jas@extundo.com>
1669
1670 * mail/sendmail.el (mail-envelope-from): Fix :type.
1671 (sendmail-send-it): Copy `mail-envelope-from' from calling buffer.
1672
4e02881b
RS
16732001-12-28 Richard M. Stallman <rms@gnu.org>
1674
cf3b69c4
RS
1675 * net/ldap.el (ldap-search-internal): Handle <file://...> in results.
1676
4e02881b
RS
1677 * simple.el (line-move-invisible): New subroutine.
1678 (line-move-to-column): New subroutine--smarter about advancing over
1679 invisible parts of a line, or lines, but only as long as hpos grows.
1680 (line-move-finish): New subroutine: repeatedly processes desired
1681 column, intangibility, and fields.
1682 (line-move): Use those subroutines.
1683 When moving lines downward, skip invisible text first rather than last.
1684
0e842e15
RS
16852001-12-27 Richard M. Stallman <rms@gnu.org>
1686
a228c48e
RS
1687 * international/mule-diag.el (describe-char-after):
1688 Describe the text properties of the char after point.
1689
0e842e15
RS
1690 * help.el (describe-key): Doc fix.
1691
16922001-12-26 Markus Rost <rost@math.ohio-state.edu>
1693
1694 * find-dired.el (find-dired-sentinel): Precede exit message by
1695 two spaces, to match the regexp in dired-between-files.
1696
3058e436
MB
16972001-12-28 Miles Bader <miles@gnu.org>
1698
1699 * wid-edit.el (widget-toggle-value-create): Don't eval actual
1700 images (which are lists too).
1701
b24cd22e
EZ
17022001-12-27 Eli Zaretskii <eliz@is.elta.co.il>
1703
1704 * language/european.el: Fix the doc string of "Latin-5" language
1705 environment.
1706
492e159b
RS
17072001-12-26 Richard M. Stallman <rms@gnu.org>
1708
d2fb04df
RS
1709 * textmodes/flyspell.el (flyspell-mode-map): New keymap,
1710 defined as before 2001-11-09.
1711 (add-minor-mode call): Specify the keymap.
1712
492e159b
RS
1713 * progmodes/compile.el (compile-internal):
1714 Set TERM variable in process-environment.
1715
da3ab9c7
RS
17162001-12-25 Richard M. Stallman <rms@gnu.org>
1717
5a97a3c2
RS
1718 * help-mode.el (help-xref-on-pp): Catch and ignore errors in scanning
1719 the buffer.
1720
da3ab9c7
RS
1721 * startup.el (command-line): Convert command line args
1722 to Emacs internal representation using locale-coding-system.
1723
9ac9525c
EZ
17242001-12-25 Eli Zaretskii <eliz@is.elta.co.il>
1725
1726 * international/fontset.el: Don't require ind-util when compiling.
1727
acc24704 17282001-12-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
19d62fda 1729
04b7de79
PJ
1730 * emulation/tpu-edt.el (tpu-reset-screen-size): Use
1731 set-frame-height and set-frame-width instead of set-screen-height
1732 and set-screen-width.
1733
2cb48ea3
PJ
1734 * vt-control.el (vt-wide, vt-narrow): Use set-frame-width instead
1735 of obsolete set-screen-width.
1736
c19813f3
PJ
1737 * locate.el (locate): Remove dot at the end of error argument.
1738
19d62fda
PJ
1739 * emerge.el (emerge-show-file-name): Use frame-height instead of
1740 obsolete screen-height.
1741
04b7de79
PJ
1742 * mail/mh-utils.el (mh-show-msg): Likewise.
1743 (mh-handle-process-error): Use frame-width instead of obsolete
1744 screen-width.
1745
d0fd26dd
RS
17462001-12-25 Richard M. Stallman <rms@gnu.org>
1747
b4c45162
RS
1748 * window.el (balance-windows): Use new PRESERVE-BEFORE arg
1749 to enlarge-window. Use save-selected-window. Don't try
1750 to resize windows that end at the bottom "level".
1751 Retry changing the sizes until the windows get the desired sizes.
1752 Discount the minibuffer when computing total height available.
1753
d0fd26dd
RS
1754 * emacs-lisp/debug.el (debugger-mode-map): Bind C-m, not `RET'.
1755 (debugger-make-xrefs): Only make a button for the first symbol
1756 on any line.
1757
9e068198
EZ
17582001-12-24 Eli Zaretskii <eliz@is.elta.co.il>
1759
1760 * term/internal.el (dos-cpNNN-setup, dos-codepage-setup):
1761 Call IT-setup-unicode-display here instead of adding it to
1762 dos-codepage-setup-hook, so that Unicode display tables are set
1763 before dos-codepage-setup-hook runs.
1764
365486d6
RS
17652001-12-24 Richard M. Stallman <rms@gnu.org>
1766
96c01bd4
RS
1767 * net/net-utils.el (ftp-mode-abbrev-table): Don't define it.
1768 (nslookup-mode-abbrev-table): Don't define it.
1769 (smbclient-mode-abbrev-table): Don't define it.
1770 (ftp-mode): Don't use ftp-mode-abbrev-table; don't enable Abbrev mode.
1771 (nslookup-mode, smbclient-mode): Likewise.
1772 (network-connection-service-abbrev-alist): Variable deleted.
1773 (network-connection-mode-setup): Don't set up abbrev table.
1774
7c425d82
RS
1775 * faces.el (minibuffer-prompt): New face.
1776 (minibuffer-prompt-properties): Add `face' property.
1777
365486d6
RS
1778 * replace.el (occur-mode-display-occurrence): New function.
1779 (occur-mode-map): Bind C-o to it.
1780
b9fe4732 17812001-12-24 Michael Kifer <kifer@cs.sunysb.edu>
df9d055e 1782
b9fe4732
MK
1783 * viper-cmd.el (viper-change-state): Got rid of make-local-hook.
1784 (viper-special-read-and-insert-char): Make C-m work right in the r
1785 comand.
1786 (viper-buffer-search-enable): Fixed format string.
df9d055e 1787
b9fe4732
MK
1788 * viper-ex.el (ex-token-alist): Use ex-set-visited-file-name
1789 instead of viper-info-on-file.
1790 (ex-set-visited-file-name): New function.
df9d055e 1791
b9fe4732 1792 * viper.el (viper-emacs-state-mode-list): Added mail-mode.
df9d055e 1793
b9fe4732
MK
1794 * ediff-mult.el (ediff-meta-mark-equal-files): Added optional
1795 action argument.
df9d055e 1796
b9fe4732 1797 * ediff-init.el: Fixed some doc strings.
df9d055e 1798
b9fe4732
MK
1799 * ediff-util.el (ediff-after-quit-hook-internal): New variable.
1800 Got rid of make-local-hook.
df9d055e 1801
b9fe4732
MK
1802 * ediff-wind.el (ediff-setup-control-frame): Got rid of
1803 make-local-hook.
df9d055e 1804
67f5954c
RS
18052001-12-23 Richard M. Stallman <rms@gnu.org>
1806
ea8d3061
RS
1807 * term/x-win.el (x-handle-geometry): Put height and width
1808 on default-frame-alist, left and top on initial-frame-alist.
1809 * term/w32-win.el (x-handle-geometry): Likewise.
1810
67f5954c
RS
1811 * sort.el (sort-reorder-buffer): Copy all to a temp buffer first.
1812
1813 * play/yow.el (yow): Use an arg to distinguish interactive calls,
1814 not interactive-p.
1815
acc24704 18162001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3e99d237
PJ
1817
1818 * emacs-lisp/elint.el (elint-unknown-builtin-args): Remove
1819 mocklisp entries.
1820
1821 * subr.el (insert-string): Moved from mocklisp.c, reimplemented in
1822 Lisp. Obsoleted.
1823
c95eaa61
PJ
1824 * emulation/mlconvert.el: File removed.
1825
1826 * emulation/mlsupport.el: Moved to obsolete.
1827
3e99d237
PJ
1828 * obsolete/mlsupport.el: Moved there from lisp/emulation.
1829
1830 * emacs-lisp/find-gc.el (source-files): Remove mocklisp.c.
1831
1832 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker): Remove
39cf8566 1833 mocklisp case.
3e99d237
PJ
1834
1835 * help-fns.el (describe-function-1): Remove mocklisp function
1836 case.
1837
9e698fd9
MB
18382001-12-22 Miles Bader <miles@gnu.org>
1839
1840 * textmodes/refill.el (refill-mode): Don't barf when redundantly
1841 turning refill-mode off.
1842
acc24704 18432001-12-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4b05e68d
PJ
1844
1845 * time.el (display-time-load-average-threshold): New variable.
1846 (display-time-update): Use it.
df9d055e 1847
4b05e68d
PJ
1848 These changes allow cycling through past 1, 5 and 15 minutes
1849 load-average displayed in the mode-line.
1850
1851 * time.el (display-time-default-load-average): New customizable option.
1852 (display-time-load-average): New variable.
1853 (display-time-cycle-load-average): New function.
1854 (display-time-update): Use them.
1855
9cc84e31
RS
18562001-12-21 Richard M. Stallman <rms@gnu.org>
1857
1858 * apropos.el (apropos-print): SPACING is now nil or a separator string.
1859 (apropos-documentation, apropos-value): Pass a suitable string.
1860
7f1b5edc
EZ
18612001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1862
05b855f5
EZ
1863 * dired.el (dired-free-space-program, dired-free-space-args):
1864 Aliases for back-compatibility.
1865
4dcd20ec
EZ
1866 * info.el (Info-select-node): If Info-use-header-line is nil, set
1867 header-line-format to nil.
1868 (Info-fontify-node): Don't put a keymap text property on the
066d7e2e
EZ
1869 heading if we are not going to display the header line. Remove
1870 any such text properties left over from past visits to this node.
4dcd20ec 1871
7f1b5edc
EZ
1872 * ls-lisp.el (insert-directory): Insert the amount of free disk
1873 space, like files.el's insert-directory does.
1874
1875 * files.el (directory-free-space-program): Mention
1876 file-system-info in the doc string.
1877 (get-free-disk-space): New function; code moved from
1878 insert-directory.
1879 (insert-directory): Call get-free-disk-space to get the amount of
1880 free space.
1881
d743da26
RS
18822001-12-21 Richard M. Stallman <rms@gnu.org>
1883
64f3b7d3
RS
1884 * help.el (view-order-manuals, view-emacs-news, describe-copying)
1885 (describe-distribution, describe-project): Use view-file.
1886
b6f053c6
RS
1887 * emacs-lisp/cl-indent.el (define-modify-macro): Better indent spec.
1888
2633072a
RS
1889 * net/ange-ftp.el (ange-ftp-file-modtime): Use save-match-data.
1890
df9d055e 1891 * emacs-lisp/easy-mmode.el (define-minor-mode):
d743da26
RS
1892 Make no arg by default in an interactive call,
1893 so that repeating the command toggles again.
1894
1895 * emacs-lisp/lisp-mode.el (eval-defun-1): Cope with atoms as args.
1896
31877e0a
RS
18972001-12-21 Christoph Wedler <Christoph.Wedler@sap.com>
1898
1899 * antlr-mode.el: More sophisticated indentation of cpp directive.
1900 (antlr-indent-at-bol-alist): New user option.
1901 (antlr-indent-line): Use it.
1902 (antlr-indent-style): New user option.
1903 (antlr-mode): Use it.
1904 (antlr-indent-item-regexp): Customize.
1905
1906 * antlr-mode.el: Syntax highlighting changes.
1907 (antlr-font-lock-literal-regexp): New user option.
1908 (antlr-font-lock-syntax-face): New face used for :, |, ....
1909 (antlr-font-lock-default-face): New face.
1910 (antlr-font-lock-additional-keywords): Use them.
1911
1912 * antlr-mode.el: New command to insert options -- variables.
1913 (antlr-mode-map): New binding [C-c C-o].
1914 (antlr-mode-menu): New submenus.
1915 (antlr-options-use-submenus): New user option.
1916 (antlr-tool-version): New user option.
1917 (antlr-options-auto-colon): New user option.
1918 (antlr-options-style): New user option.
1919 (antlr-options-push-mark): New user option.
1920 (antlr-options-assign-string): New user option.
1921 (antlr-options-headings): New variable.
1922
1923 * antlr-mode.el: New command to insert options -- specific.
1924 (antlr-options-alists): New variable.
1925 (antlr-read-value): New function.
1926 (antlr-read-boolean): New function.
1927 (antlr-language-option-extra): New function.
1928 (antlr-language-limit-n-regexp): Change default to higher LIMIT.
1929 (antlr-c++-mode-extra): New function.
1930 (antlr-grammar-tokens): New function.
1931 (antlr-imenu-create-index-function): New optional argument.
1932
1933 * antlr-mode.el: New command to insert options -- functions.
1934 (antlr-insert-option): New command.
1935 (antlr-insert-option-interactive): New function.
1936 (antlr-options-menu-filter): New function.
1937 (antlr-option-kind): New function.
1938 (antlr-scan-lists): New alias.
1939 (antlr-scan-lists-internal): New function.
1940 (antlr-skip-file-prelude): Hack for special SKIP-COMMENT.
1941 (antlr-option-level): New function.
1942 (antlr-syntactic-grammar-depth): New function.
1943 (antlr-option-location): New function.
1944 (antlr-insert-option-do): New function.
1945 (antlr-option-spec): New function.
1946 (antlr-version-string): New function.
1947 (antlr-insert-option-existing): New function.
1948 (antlr-insert-option-space): New function.
1949 (antlr-insert-option-area): New function.
1950
1951 * antlr-mode.el: New electric keys ":;|&(){}", TAB works better
1952 with narrowing. Menu change. Miscellaneous.
1953 (antlr-mode-menu): Include "Indent Region" and "Customize Antlr".
1954 (antlr-mode-map): New bindings for characters in ":;|&(){}".
1955 (antlr-electric-character): New command.
1956 (antlr-class-header-regexp): New variable.
1957 (antlr-font-lock-additional-keywords): Use it.
1958 (antlr-imenu-create-index-function): Use it.
1959 (antlr-file-dependencies): Use it.
1960 (antlr-indent-line): Also works with restrictions.
1961 (antlr-indent-command): Interactive spec - changes the buffer.
1962 (antlr-language-for-option): Deletia.
1963 (antlr-language-option): New function, defined instead.
1964 (antlr-mode): Use it.
64865454
EZ
19652001-12-21 Eli Zaretskii <eliz@is.elta.co.il>
1966
fcd2ab44 1967 * jka-compr.el (jka-compr-partial-uncompress): Use null-device
d743da26
RS
1968 instead of a literal /dev/null.
1969
1970 * Makefile.in (distclean): Remove Makefile in the build
1971 directory, not in the source directory.
1972
19732001-12-21 Simon Josefsson <jas@extundo.com>.
fcd2ab44 1974
e2c3786a
EZ
1975 * mail/smtpmail.el (smtpmail-send-queued-mail): Use
1976 with-temp-buffer instead of find-file-noselect, and bind
1977 coding-system-for-read to no-conversion when reading the queued
0a457cee 1978 messages. (Simon's code modified slightly by Eli Zaretskii.)
64865454 1979
67ad2f93
WL
19802001-12-20 Werner Lemberg <wl@gnu.org>
1981
1982 * international/mule-diag.el (describe-coding-system,
1983 print-coding-system-briefly): Make printed output have a similar
1984 format as describe-character-set.
1985
acc24704 19862001-12-20 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
49b83be9
PJ
1987
1988 * play/blackbox.el (bb-member): Remove, use member instead.
1989 (bb-delete): Remove, use delete instead.
1990 Update copyright notice. Defvar for bb-board, bb-x, bb-y,
1991 bb-score, bb-detour-count and bb-balls-placed.
1992 Propertize results of rays.
1993
21d90805
KF
19942001-12-19 Karl Fogel <kfogel@red-bean.com>
1995
1996 * isearch.el (isearch-forward, isearch-edit-string): Make doc
1997 strings mention keybinding for `isearch-yank-word-or-char',
1998 rather than `isearch-yank-word', since the former is bound now
1999 and the latter is not.
2000 (isearch-yank-word-or-char): Fix formatting.
2001
5eef30e1
WL
20022001-12-19 Werner Lemberg <wl@gnu.org>
2003
2004 * language/czech.el, language/european.el, language/slovak.el: More
2005 fixes for language info doc strings.
2006
62582985
EZ
20072001-12-19 Eli Zaretskii <eliz@is.elta.co.il>
2008
2009 * loadup.el: Add "language" to the load-path.
2010
467412aa
RS
20112001-12-19 Richard M. Stallman <rms@gnu.org>
2012
df9d055e 2013 * international/mule-cmds.el (describe-language-environment):
467412aa 2014 Fix calls to help-xref-button.
df9d055e 2015
797c2e4e
MB
20162001-12-19 Miles Bader <miles@gnu.org>
2017
2018 * international/fontset.el: Require `ind-util' when compiling.
2019
acc24704 20202001-12-18 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
858f2574
PJ
2021
2022 * language/ethio-util.el (ethio-modify-vowel): Use char-to-string
2023 instead of decompose-composite-char.
2024
b04dcf45
RS
20252001-12-18 Richard M. Stallman <rms@gnu.org>
2026
3509a04c
RS
2027 * simple.el (eval-expression-print-level)
2028 (eval-expression-print-length): Doc fixes.
2029
6c78f23d
RS
2030 * international/mule-diag.el (describe-character-set):
2031 Fix the arg to help-xref-button.
2032
b04dcf45
RS
2033 * files.el (directory-free-space-program): New variable.
2034 (directory-free-space-args): New variable.
2035 (insert-directory): Use those two variables for getting free space.
2036 Use file-system-info instead, if that is defined.
2037
2038 * dired.el (dired-free-space-program): Variable deleted.
2039 (dired-free-space-args): Variable deleted.
2040 (dired-insert-directory): Don't try to determine free space.
2041
2042 * files.el (font-lock-defaults): Add risky-local-variables prop.
2043 (hack-one-local-variable): Treat various font-lock variables as risky.
2044
64b4e1f1
WL
20452001-12-18 Werner Lemberg <wl@gnu.org>
2046
858f2574
PJ
2047 * language/chinese.el, language/cyrillic.el:
2048 * language/czech.el, language/european.el, language/greek.el:
2049 * language/hebrew.el, language/indian.el, language/japanese.el:
2050 * language/korean.el, language/lao.el, language/slovak.el:
2051 * language/thai.el, language/tibetan.el, language/vietnamese.el:
64b4e1f1
WL
2052 Improve documentation strings of coding systems and language infos.
2053
20542001-12-18 Werner LEMBERG <wl@gnu.org>
2055
2056 Add support for EUC-TW decoding/encoding.
2057
2058 * language/china-util.el (big5-to-flat-code, flat-code-to-big5,
2059 euc-to-flat-code, flat-code-to-euc, expand-euc-big5-alist):
2060 New auxiliary functions to build `big5-to-cns'.
2061 (big5-to-cns): New translation alist.
2062
2063 * language/chinese.el: Added new coding system `euc-tw' and its
2064 alias `euc-taiwan'.
2065 Updated language `Chinese-CNS' to include euc-tw encoding also.
2066 (ccl-decode-euc-tw, ccl-encode-euc-tw): New functions for handling
2067 euc-tw.
2068
7a7001f6
DL
20692001-12-18 Dave Love <fx@gnu.org>
2070
d7c8d25c
DL
2071 * loadup.el: Add language/utf-8-lang, language/georgian.
2072
fb5aa7ac
DL
2073 * image-file.el (image-file-name-extensions): Add pnm. Doc fix.
2074 (image-file-name-regexps): Doc fix.
2075
2076 * server.el (server-unload-hook): New function.
2077
2078 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): Group the leader.
2079 (lm-crack-copyright): Cope with multi-line copyright `lines'.
2080
058d4999
DL
2081 * simple.el (newline): Doc fix.
2082 (eval-expression-print-level, eval-expression-print-length): Doc
2083 fix. Amend :type.
2084 (next-line, previous-line): Make arg optional.
2085 (newline): Doc fix.
2086
2087 * Makefile.in (DONTCOMPILE): Add various language files.
2088
2089 * international/quail.el (quail-input-string-to-events): Don't use
2090 string-to-list.
2091
7a7001f6
DL
2092 * progmodes/f90.el (f90-break-line): Avoid infinite recursion
2093 calling `newline'.
2094
93420f57
RS
20952001-12-17 Richard M. Stallman <rms@gnu.org>
2096
2097 * comint.el (comint-dynamic-list-input-ring-select): New function.
2098 Switches back to the old window configuration.
2099 (comint-dynamic-list-input-ring): Bind RET to that function.
2100 (comint-dynamic-list-input-ring-window-conf): New variable.
2101
5a6b038a
WL
21022001-12-17 Werner Lemberg <wl@gnu.org>
2103
2104 * international/mule-conf.el: Improve documentation strings of
2105 character sets.
2106
274890d9
RS
21072001-12-16 Richard M. Stallman <rms@gnu.org>
2108
3a7a0095
RS
2109 * dired.el (dired-copy-filename-as-kill): Moved from dired-x.el.
2110 (dired-mode-map): Bind w to dired-copy-filename-as-kill.
2111
2112 * dired-x.el (dired-copy-filename-as-kill): Moved to dired.el.
2113
93420f57
RS
2114 * autoinsert.el (auto-insert-alist): Redo finding C and C++ headers.
2115 Add a DESCRIPTION for the makefile item.
2116
274890d9
RS
2117 * find-file.el (ff-other-file-name): New function.
2118
e5ecf6e9
EZ
21192001-12-16 Eli Zaretskii <eliz@is.elta.co.il>
2120
2121 * international/quail.el (quail-input-string-to-events): Fix last
2122 change.
2123
cad84646
RS
21242001-12-16 Richard M. Stallman <rms@gnu.org>
2125
52dcb476
RS
2126 * isearch.el (isearch-edit-string): When we set isearch-string
2127 to the default, also set isearch-message.
2128
784bc7cd
RS
2129 * subr.el (temp-buffer-show-hook, temp-buffer-setup-hook): Add defvars.
2130
eae91b60
RS
2131 * startup.el (command-line-1): Display startup screen
2132 even if there are command line args.
df9d055e 2133 Add a note about how to go to editing your files.
eae91b60
RS
2134 (fancy-splash-head): Add a note about how to go to your files.
2135 (fancy-splash-outer-buffer): New variable.
2136 (fancy-splash-screens): Bind variable fancy-splash-outer-buffer.
2137
cad84646
RS
2138 * subr.el (with-temp-message): At the end, always discard
2139 the temp message, even by clearing the echo area.
2140
2141 * progmodes/sh-script.el (sh-mode): Run sh-mode-hook.
2142
da490c95
SM
21432001-12-16 Stefan Monnier <monnier@cs.yale.edu>
2144
6f2426dc
SM
2145 * log-view.el (log-view-message-re, log-view-current-tag):
2146 Recognize Subversion's log output format.
2147
d3980715
SM
2148 * international/fontset.el: Build the list L at compile time.
2149
da490c95
SM
2150 * language/ind-util.el (mapthread): Make a closure.
2151
1ca6a9c4
RS
21522001-12-15 Richard M. Stallman <rms@gnu.org>
2153
4d0fa4f3
RS
2154 * isearch.el (isearch-start-hscroll): New variable.
2155 (isearch-mode): Set isearch-start-hscroll.
2156 (isearch-update): Restore original hscrolling if possible.
2157
1ca6a9c4
RS
2158 * isearch.el (isearch-edit-string):
2159 Treat isearch-yank-word-or-char specially, like isearch-yank-word.
2160
2161 * emacs-lisp/debug.el (debugger-previous-backtrace): New variable.
2162 (debugger-make-xrefs): Optimize by (1) using skip-syntax-forward
2163 rather than regexp search and (2) copying text properties
2164 already set up on text unchanged from the previous backtrace.
2165
2166 * case-table.el (set-case-syntax-pair):
2167 Detect invalid calls and signal an error.
2168
21692001-12-15 Richard M. Stallman <rms@gnu.org>
2170
2171 * language/ind-util.el (range): Function deleted.
2172 (indian-regexp-of-hashtbl-keys): Renamed from `regexp-of-hashtbl-keys'.
2173 All calls changed.
39af220e 2174
1ca6a9c4
RS
2175 * language/devan-util.el (devanagari-range): Renamed from `range'.
2176 All calls changed.
2177 (devanagari-regexp-of-hashtbl-keys):
2178 Renamed from `regexp-of-hashtbl-keys'. All calls changed.
2179
eccac837
DL
21802001-12-15 Dave Love <fx@gnu.org>
2181
f2e5fc49
DL
2182 * language/ind-util.el: Don't require cl.
2183 (indian-glyph-char, indian-glyph-max-char)
2184 (indian-char-glyph): Moved from indian.el
2185 (indian--puthash-char, mapthread): Don't quote lambda.
2186 (indian--map): New function.
39af220e 2187 (indian--puthash-v, indian--puthash-c, indian--puthash-m)
f2e5fc49
DL
2188 (indian--puthash-cv): Use it.
2189
39af220e 2190 * language/indian.el (indian-glyph-char, indian-glyph-max-char)
f2e5fc49
DL
2191 (indian-char-glyph): Moved to ind-util.el
2192
39af220e
SM
2193 * language/devan-util.el (devanagari-post-read-conversion):
2194 New function.
f2e5fc49 2195
eccac837
DL
2196 * language/georgian.el: New file.
2197
2198 * international/mule-cmds.el (locale-language-names): Add various
2199 entries. Remove utf-8 special case.
2200 (locale-charset-language-names, locale-preferred-coding-systems):
2201 Add utf-8 case.
2202 (set-language-environment): Process required-features earlier.
2203
39af220e
SM
2204 * international/quail.el (quail-keyboard-layout-alist):
2205 Add pc105-uk.
eccac837
DL
2206 (quail-keyboard-layout-type): Fix :type.
2207 (quail-choose-completion-string): Simplify.
39af220e 2208 (quail-update-leim-list-file): Don't get fooled by commented-out code.
eccac837
DL
2209 (quail-input-string-to-events): Run events through
2210 translation-table-for-input.
2211
39af220e
SM
2212 * international/mule-conf.el (translation-table-for-input):
2213 New variable.
eccac837
DL
2214 (latin-iso8859-14): Amend description.
2215 (file-coding-system-alist): Add entry for utf-8.
2216
2217 * language/utf-8-lang.el: New file.
2218
2219 * international/code-pages.el: New file.
2220
2221 * language/hebrew.el ("Windows-1255"): New language.
2222
39af220e 2223 * language/european.el ("Welsh", "Latin-7", "Lithuanian")
eccac837
DL
2224 ("Latvian"): New languages.
2225
39af220e
SM
22262001-12-14 Stefan Monnier <monnier@cs.yale.edu>
2227
2228 * xml.el: Use setq rather than (set 'foo bar).
2229 Use push+nreverse rather than append.
2230 (xml-node-name, xml-node-attributes, xml-node-children):
2231 Use defsubst rather than macros.
2232 (xml-parse-region): Handle a nil return value from xml-parse-tag.
2233 (xml-parse-tag): Don't skip white space. Return nil for a comment.
2234 Concat the two strings surrounding a comment into a single string.
2235
2236 * newcomment.el (comment-indent): Jump to the middle of empty comments.
2237
acc24704 22382001-12-14 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
47a31c6b
PJ
2239
2240 * select.el (xselect-convert-to-class, xselect-convert-to-name):
39af220e 2241 Document.
47a31c6b 2242
55fa2e04
AS
22432001-12-14 Andre Spiegel <spiegel@gnu.org>
2244
2245 * vc-hooks.el (vc-checkout-model, vc-state, vc-workfile-version):
2246 Return nil if FILE is not registered.
2247 (vc-check-master-templates, vc-default-make-version-backups-p):
2248 Doc fix.
2249
446dd922
RS
22502001-12-13 David Ponce <david@dponce.com>
2251
39af220e 2252 * ruler-mode.el (ruler-mode-extra-left-cols): Remove.
446dd922
RS
2253 (ruler-mode-left-fringe-cols): New macro.
2254 (ruler-mode-right-fringe-cols): New macro.
2255 (ruler-mode-left-scroll-bar-cols): New macro.
2256 (ruler-mode-right-scroll-bar-cols): New macro.
2257 (ruler-mode-ruler): Use above new macros.
2258
2d2ab9da
RS
22592001-12-13 Richard M. Stallman <rms@gnu.org>
2260
2261 * files.el (set-auto-mode): Fix previous change.
2262
217b8617
SM
22632001-12-13 Stefan Monnier <monnier@cs.yale.edu>
2264
2265 * emacs-lisp/easymenu.el (easy-menu-intern): New fun.
2266 (easy-menu-do-define, easy-menu-convert-item-1)
2267 (easy-menu-define-key-intern, easy-menu-get-map): Use it.
2268 (easy-menu-return-item): Only return nil if there is no binding.
2269
5dc2e846
RV
22702001-12-13 Rajesh Vaidheeswarran <rv@gnu.org>
2271
2272 * whitespace.el (whitespace-version): 3.2
2273 * whitespace.el (whitespace-force-mode-line-update): Replace with
2274 `whitespace-mode-line-update', which is an alias to the correct
2275 function in various emacsen.
217b8617
SM
2276 * whitespace.el (whitespace-{un,}highlight-the-space):
2277 Add colorized highlighting of the bogus whitespaces in a buffer/file,
5dc2e846
RV
2278 using the `whitespace-highlight-face' if
2279 `whitespace-display-spaces-in-color' is set.
2280
1d8e9a7c
EZ
22812001-12-13 Eli Zaretskii <eliz@is.elta.co.il>
2282
2283 * international/mule.el (set-auto-coding): Don't search for
2284 "unibyte:" or "coding:" if set-auto-mode-1 returns nil.
2285
acc24704 22862001-12-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9c8920d8
PJ
2287
2288 * mail/mailabbrev.el (mail-abbrevs-setup): Do not use make-local-hook.
2289
2290 * mail/rmail.el (rmail-fontify-buffer-function): Likewise.
2291
2292 * mail/rmailsum.el (rmail-summary-mode): Likewise.
2293
2e033693
RS
22942001-12-13 Richard M. Stallman <rms@gnu.org>
2295
2296 * simple.el (undo): Always set this-command to `undo',
2297 so that the next undo after an error will not begin redoing.
2298
2299 * simple.el (shell-command): Doc fix.
2300 (shell-command-on-region): If there is output an an error,
2301 add "...Shell command failed" to the output.
2302
52d4c45a
RS
23032001-12-13 David Ponce <david@dponce.com>
2304
d41d07b1 2305 * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
52d4c45a
RS
2306 (ruler-mode-left-fringe-cols): Function replaced by more efficient
2307 implementation `ruler-mode-extra-left-cols'.
2308 (ruler-mode-ruler): Use above new function. Take into account
2309 that the fringe areas can now be resized.
2310
d911a0fa
RS
23112001-12-12 Richard M. Stallman <rms@gnu.org>
2312
2313 * international/characters.el (Unicode): Comment out
2314 the specifications for kelvin and angstrom signs.
2315
57983e4d
DL
2316 * international/mule.el (make-translation-table-from-vector):
2317 Allow null elements in VEC.
2318
2319 * international/ucs-tables.el (unify-8859-on-encoding-mode)
217b8617
SM
2320 (unify-8859-on-decoding-mode): Swap the code in their bodies.
2321 Add :version.
57983e4d 2322
6b66d028
RS
23232001-12-11 Richard M. Stallman <rms@gnu.org>
2324
0ee25e8e
RS
2325 * derived.el (derived-mode-p): Function moved to subr.el.
2326
2327 * subr.el (derived-mode-p): Moved here from derived.el.
2328
6b66d028
RS
2329 * international/mule.el (set-auto-coding): Use set-auto-mode-1.
2330
2331 * files.el (set-auto-mode-1): New subroutine, broken out of
2332 set-auto-mode.
2333 (set-auto-mode, hack-local-variables-prop-line): Use that.
2334
2c974b15
DL
23352001-12-11 Dave Love <fx@gnu.org>
2336
217b8617 2337 * language/thai-util.el, language/thai.el: Add Unicode equivalents.
2c974b15
DL
2338
2339 * language/european.el: Remove autoload cookies. Fix registration
2340 of diacritic composition function.
2341
acc24704 23422001-12-11 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
283b4456 2343
296071e7
PJ
2344 * calendar/todo-mode.el: Require time-stamp.
2345
283b4456
PJ
2346 * net/zone-mode.el (zone-mode): Don't use make-local-hook.
2347
61e3b944
RS
23482001-12-11 Richard M. Stallman <rms@gnu.org>
2349
6b66d028
RS
2350 * emacs-lisp/authors.el (authors-aliases): Delete "Richard Stallmao".
2351
61e3b944
RS
2352 * textmodes/ispell.el (ispell-buffer-local-parsing):
2353 Match xml like sgml.
2354
217b8617 2355 * emacs-lisp/advice.el (ad-compile-function):
61e3b944
RS
2356 Byte compile the function under another (uninterned) name.
2357
2358 * gud.el (gdb): Define and bind gud-jump.
2359
217b8617 2360 * font-lock.el (font-lock-mode):
61e3b944
RS
2361 Put our function at the end of after-change-functions.
2362
2363 * ediff-diff.el (ediff-cmp-options): Doc fix.
2364
2365 * comint.el (comint-password-prompt-regexp): Match "UNIX Password".
2366
a207b33c
RS
23672001-12-10 Richard M. Stallman <rms@gnu.org>
2368
2369 * isearch.el (isearch-yank-word-or-char): New function.
2370 (isearch-mode-map): Bind C-w to that.
2371
2372 * menu-bar.el (menu-bar-mode): Make arg optional.
2373
2374 * simple.el (line-move): Cope if next-single-property-change
2375 or previous-single-property-change returns nil.
2376
2377 * emacs-lisp/lisp-mnt.el (lm-verify): New arg NON-FSF-OK.
2378 Don't use interactive-p; instead, pass the proper args
2379 in (interactive...). Clean up most of the trouble-report strings.
2380
19a0baf7
EZ
23812001-12-10 Eli Zaretskii <eliz@is.elta.co.il>
2382
2383 * mail/smtpmail.el (smtpmail-send-queued-mail): Insert the
2384 enqueued messages literally.
2385
440c4d7a
NF
23862001-12-10 Noah Friedman <friedman@splode.com>
2387
2388 * battery.el (battery-insert-file-contents): Obsolete function
2389 removed.
2390 (battery-read-function): Obsolete function removed.
2391 (battery-linux-proc-apm): Use insert-file-contents.
2392
cc84b70f
RS
23932001-12-07 Stephen Eglen <stephen@gnu.org>
2394
217b8617
SM
2395 * iswitchb.el (iswitchb-visit-buffer):
2396 Use `select-frame-set-input-focus'--needed when window manager
a207b33c 2397 uses "click to focus" policy.
cc84b70f 2398
acc24704 23992001-12-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
72244db2
PJ
2400
2401 * COPYING: Moved back.
2402
278abd30
EZ
24032001-12-07 Eli Zaretskii <eliz@is.elta.co.il>
2404
b0a63d77
EZ
2405 * term/internal.el (IT-character-translations): Add entries for
2406 more points.
2407
227f528e
EZ
2408 * international/characters.el: Resurrect the Hebrew category
2409 settings for all Hebrew characters removed by the last change.
2410 Add code for setting the Hebrew category of the Unicode Hebrew
2411 characters. Set syntax entries for Hebrew punctuation characters.
2412
278abd30
EZ
2413 * international/ucs-tables.el (ucs-8859-8-alist): Add Hebrew
2414 points and directional formatting control characters.
2415
5180cc01
DL
24162001-12-07 Dave Love <fx@gnu.org>
2417
a549727e
DL
2418 * language/lao-util.el: Add Unicode equivalents for rules.
2419 (lao-post-read-conversion): New function.
2420
2421 * language/lao.el: Add Unicode equivalents.
2422 (lao): Add post-read conversion.
2423
c84d3ba0
DL
2424 * international/latin1-disp.el: Fix some 8-bit-graphic characters.
2425 Use iso2022 encoding.
2426 (latin1-char-displayable-p): Doc fix.
2427 (latin1-display-ucs-per-lynx): New option.
2428 (latin1-display-ucs-per-lynx): New command.
2429 (latin1-display-reset): Special-case arabic.
2430 (ucs-tables): Require.
2431 (latin1-display-sets, latin1-display-setup): Add arabic.
2432 (latin1-display) <variable>: Use function latin1-display.
2433 (latin1-display) <function>: Add mule-unicode stuff.
2434 (latin1-display-check-font): Don't lose if `info' is nil.
2435
5945f1e2
DL
2436 * international/iso-transl.el: Insert Latin-1 characters, not
2437 unibyte codes.
2438
5180cc01 2439 * language/european.el (diacritic-composition-pattern): New constant.
440c4d7a
NF
2440 (diacritic-compose-region, diacritic-compose-string)
2441 (diacritic-compose-buffer, diacritic-post-read-conversion)
5180cc01
DL
2442 (diacritic-composition-function): New functions.
2443
217b8617
SM
2444 * international/utf-8.el (ucs-mule-to-mule-unicode):
2445 New translation table.
5180cc01
DL
2446 (ccl-encode-mule-utf-8): Use it.
2447 (utf-8-untranslated-to-ucs, utf-8-help-echo, utf-8-compose)
217b8617 2448 (utf-8-post-read-conversion, utf-8-pre-write-conversion): New function.
5180cc01
DL
2449 (utf-8-subst-table): New variable.
2450 (utf-8-compose-scripts): New option.
217b8617 2451 (mule-utf-8): Update safe-charsets, pre-write and post-read conversion.
5180cc01 2452
217b8617
SM
2453 * international/ucs-tables.el, international/utf-8-subst.el:
2454 New files.
5180cc01
DL
2455
2456 * international/characters.el: Don't set word syntax (the default)
2457 explicitly. Add a diacritic category. Add info for Unicode
2458 equivalents of characters in various Mule charsets and for extra
2459 Unicode characters. Don't define specific categories for
2460 Indian/Devanagari, since they aren't used.
2461
c93674bb
RS
24622001-12-06 Richard M. Stallman <rms@gnu.org>
2463
2464 * textmodes/fill.el (set-justification): Rename arg VALUE to STYLE.
2465 (set-justification-left, set-justification-right): Doc fix.
2466
cc84b70f 2467 * progmodes/f90.el (f90-break-line): Use (newline 1) to insert newline.
c93674bb
RS
2468 (bug-f90-mode): Variable deleted.
2469
59b59892
SM
24702001-12-06 Stefan Monnier <monnier@cs.yale.edu>
2471
2472 * indent.el (indent-line-function): Default is indent-relative again.
2473
c299126f
MB
24742001-12-07 Miles Bader <miles@gnu.org>
2475
59b59892 2476 * progmodes/compile.el (compilation-error-regexp-alist):
cc84b70f 2477 Added regexps for RXP.
c299126f 2478
a17c9063
EZ
24792001-12-05 Eli Zaretskii <eliz@is.elta.co.il>
2480
2481 * progmodes/cwarn.el (cwarn-font-lock-match-assignment-in-expression):
2482 Add shift-assignment operators to those highlighted, and highlight
cc84b70f 2483 the whole operator rather than just the "=".
a17c9063 2484
02c6a1cc
EZ
24852001-12-04 Juanma Barranquero <lektu@terra.es>
2486
2487 * files.el (save-abbrevs, save-some-buffers): Don't ask the user
2488 before saving abbrevs if `save-abbrevs' has the value `silently'.
2489
90e742e0
AS
24902001-12-04 Andreas Schwab <schwab@suse.de>
2491
2492 * xt-mouse.el (turn-off-xterm-mouse-tracking): Doc fix.
2493
52c9b141 24942001-12-04 Colin Walters <walters@debian.org>
59b59892 2495
52c9b141
CW
2496 * emacs-lisp/autoload.el (make-autoload): Also generate autoloads
2497 for `defmacro*' forms.
1fdcb819 2498
52c9b141
CW
2499 * emacs-lisp/lisp-mode.el (toplevel): Define docstring offset for
2500 `defmacro*'.
59b59892 2501
52c9b141 25022001-12-03 Stefan Monnier <monnier@cs.yale.edu>
59b59892 2503
1fdcb819
SM
2504 * progmodes/antlr-mode.el (antlr-c-common-init): Undo last change.
2505
e7c210cc
RS
25062001-12-02 Richard M. Stallman <rms@gnu.org>
2507
2508 * files.el (insert-directory): If the df output does not look right,
2509 don't try to use it. Other cleanups in overall code structure.
2510
1fdcb819
SM
25112001-12-02 Stefan Monnier <monnier@cs.yale.edu>
2512
2513 * textmodes/outline.el (outline-mode-prefix-map):
2514 Add bindings for outline-promote and outline-demote.
2515 (outline-minor-mode-menu-bar-map): New var.
2516 (outline-minor-mode): Use it.
2517 (outline-heading-alist): New var (renamed from outline-level-heading).
2518 (outline-level): Use it.
2519 (outline-insert-heading, outline-promote, outline-demote):
2520 Update to use outline-heading-alist.
2521
2522 * disp-table.el (standard-display-european):
2523 Simplify since the function is not interactive any more.
2524 Don't set the existing buffers to unibyte.
2525
2526 * pcvs-util.el (cvs-file-to-string): Move condition-case outside.
2527
2528 * pcvs.el (cvs-reread-cvsrc): Don't use cvs-file-to-string.
2529
2530 * reveal.el (reveal-mode): Fix reveal-mode's lighter.
2531
2532 * shell.el (shell): Use shell-file-name.
2533 Pop to buffer before calling comint to set COLUMNS properly.
2534
2535 * emacs-lisp/cl.el (svref): New alias.
2536
2537 * progmodes/antlr-mode.el (antlr-c-common-init):
2538 Don't inhibit adaptive-fill-mode any more.
2539
2540 * progmodes/delphi.el (delphi-mode): Don't use make-local-hook.
2541
2542 * progmodes/etags.el (tags-with-face): Use make-symbol.
2543 (tags-search, tags-query-replace): Use backquotes.
2544
2545 * textmodes/picture.el (picture-mode-map): Don't use defconst
2546 for a variable.
2547
acc24704 25482001-12-02 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
4a3cf58d 2549
1fdcb819
SM
2550 * textmodes/reftex-index.el (reftex-index-mode):
2551 Remove make-local-hook.
4a3cf58d
PJ
2552
2553 * textmodes/reftex-toc.el (reftex-toc-mode): Likewise.
2554
6848c9f1
KS
25552001-12-02 Kim F. Storm <storm@cua.dk>
2556
2557 * isearch.el (isearch-resume-enabled): New variable.
2558 (isearch-done): Use that variable.
2559
656f46bb
RS
25602001-12-01 Richard M. Stallman <rms@gnu.org>
2561
2562 * wid-edit.el (widget-button-click): Don't move point permanently:
2563 Avoid mouse-set-point--instead select the window,
2564 then do save-excursion, then move point.
2565 Specify the buffer for get-char-property.
2566 Don't use `@' in interactive.
1fdcb819 2567
656f46bb
RS
2568 * indent.el (indent-line-function):
2569 Default is indent-to-left-margin again.
2570
2571 * replace.el (query-replace-read-args): Display message
2572 if FROM contains `\n' or `\t'.
2573
036e218d
SM
25742001-12-01 Stefan Monnier <monnier@cs.yale.edu>
2575
2576 * indent.el (tab-to-tab-stop): Use delete-horizontal-space.
2577
2578 * bindings.el (minibuffer-local-map): Bind TAB to insert-tab.
2579
2580 * emacs-lisp/regexp-opt.el (regexp-opt):
2581 Bind completion-regexp-list to nil.
2582
2583 * progmodes/hideif.el (hif-nexttoken): Move to before first def.
2584
21cbfde6
EZ
25852001-12-01 Eli Zaretskii <eliz@is.elta.co.il>
2586
2587 * progmodes/idlwave.el, progmodes/idlw-rinfo.el:
2588 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el:
2589 Update maintainer.
2590
00f2404d
SM
25912001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2592
14e76ac9
SM
2593 * mail/smtpmail.el: Use with-current-buffer.
2594 (message-make-date, message-make-message-id): Autoload when needed.
2595 (smtpmail-send-it): Use them to add `Date:' and `Message-Id:'
2596 headers when missing.
2597
2598 * international/encoded-kb.el (encoded-kbd-mode):
2599 Use define-minor-mode.
2600
2601 * enriched.el (enriched-mode): Use define-minor-mode.
2602 Use dolist and pop and push.
2603
2604 * info.el (Info-find-node-2): Don't call info-insert-file-contents
2605 with the `visit' argument.
2606 (Info-extract-menu-node-name): Use `replace-regexps-in-string'.
2607
2608 * progmodes/hideif.el (hide-ifdef-mode): Only modify
2609 `change-major-mode-hook' locally. Reset invisibility spec.
2610
00f2404d
SM
2611 * man.el (Man-build-section-alist): Remove last Man-match-substring.
2612
c499f00a 26132001-11-30 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2 2614
00f2404d 2615 * textmodes/paragraphs.el (mark-paragraph): Clarify doc.
7077c03a 2616 Clarify error message.
f48b59a2 2617
c499f00a 26182001-11-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
f48b59a2
KG
2619
2620 * textmodes/paragraphs.el (mark-paragraph): Allow prefix arg.
2621
e294aed7
AS
26222001-11-30 Andre Spiegel <spiegel@gnu.org>
2623
2624 * vc-cvs.el (vc-cvs-parse-status): Store file state in property,
2625 don't just return it.
2626
5275d6a8
EZ
26272001-11-30 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * menu-bar.el (menu-bar-read-lispref, menu-bar-read-lispintro)
2630 (menu-bar-read-emacs-man, search-emacs-glossary)
2631 (emacs-index-search, elisp-index-search): New functions.
2632 (apropso-documentation, apropos, apropos-value, apropos-variable)
2633 (apropos-commands): Modify menu item names and help text.
93531944
SM
2634 (elisp-index-search, emacs-index-search, emacs-glossary):
2635 New menu items.
5275d6a8
EZ
2636 (menu-bar-manuals-menu): Move the Ordering Manuals item to a
2637 submenu.
2638 (info-elisp, info-elintro): New menu items.
2639 (apropos): Modify the menu item name.
2640
2fa5eef4
SM
26412001-11-30 Stefan Monnier <monnier@cs.yale.edu>
2642
93531944
SM
2643 * emacs-lisp/lisp-mode.el (read-if): Add lisp-indent-function prop.
2644
2645 * textmodes/outline.el (outline-promote, outline-demote): Typo.
2646
2647 * man.el (man-follow-mouse): New function.
2648 (Man-mode-map): Bind mouse-2 to it.
2649 (Man-match-substring): Remove. Replace with `match-string'.
2650 (man): Use the `default-value' argument to `read-string'.
2651 (Man-fontify-manpage): Add mouse-face to cross references.
2652
2fa5eef4
SM
2653 * emacs-lisp/cl-macs.el (shiftf): Fix more. Simplify.
2654
e700ec12
SM
26552001-11-29 Stefan Monnier <monnier@cs.yale.edu>
2656
2fa5eef4
SM
2657 * emacs-lisp/crm.el (completing-read-multiple): Better preserve
2658 the value of require-match in minibuffer-completion-confirm.
2659 Use crm-local-completion-map.
2660
2661 * emacs-lisp/cl-macs.el (shiftf): Fix the fast case so
2662 (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2).
2663 (cl-make-type-test): Use char-valid-p for `character'.
2664
e700ec12
SM
2665 * info.el (Info-complete-next-re, Info-complete-cache): New vars.
2666 (Info-complete-menu-item): Rewrite. Add the ability to search
2667 several sequential nodes. Add a simple caching mechanism.
2668 (Info-goto-index): New function extracted from Info-index.
2669 (Info-index): Use it. Add completion to the interactive spec.
2670 (Info-menu-update): Simplify call to `Info-complete-menu-item'.
2671
acc24704 26722001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
0142178a
PJ
2673
2674 * COPYING: Removed.
2675
d4824a5d
DL
26762001-11-29 Dave Love <fx@gnu.org>
2677
2678 * progmodes/fortran.el: Fontify rewind, backspace. Doc fixes.
2679 (fortran-window-create, fortran-window-create-momentarily):
2680 Rewrite, moving error condition.
2681 (fortran-beginning-do, fortran-beginning-if): Fix regexps.
2682 (fortran-mode-syntax-table): Revert last change.
2683
2684 * international/mule.el: Doc fixes.
2685 (map-charset-chars): New function.
2686 (register-char-codings): Use it to cope with generic chars in
2687 safe-chars.
2688
acc24704 26892001-11-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dd536f94 2690
6d8b258a
PJ
2691 * play/blackbox.el (blackbox-mode, blackbox): Doc fix.
2692
e700ec12 2693 * play/cookie1.el (cookie, cookie-insert, shuffle-vector): Doc fixes.
132c0cc0 2694
dd536f94
PJ
2695 * play/studly.el (studlify-word, studlify-region)
2696 (studlify-buffer): Fix doc-string.
2697 (studlify-buffer): Add autoload cookie.
2698
3ce081f5
SM
26992001-11-28 Stefan Monnier <monnier@cs.yale.edu>
2700
2701 * textmodes/outline.el (outline-up-heading): Add `invisible-ok' arg.
2702 (outline-up-heading-all): Remove.
2703 (hide-sublevels): Move to end-of-heading before calling flag-region.
2704 (outline-copy-overlay, outline-discard-overlays): Remove.
2705 (outline-flag-region): Use `remove-overlays'.
2706 Don't move to end-of-heading.
2707 (outline-next-visible-heading, outline-back-to-heading)
2708 (outline-on-heading-p): Use outline-invisible-p.
2709 (outline-font-lock-level): Use outline-up-heading's new arg.
2710 (outline-minor-mode): Simplify.
2711 (outline-map-tree, outline-reveal-toggle-invisible): New funs.
2712 (outline): Put a `reveal-toggle-invisible' property.
2713 (outline-level-heading): New var.
2714 (outline-insert-heading, outline-promote, outline-demote)
2715 (outline-toggle-children): New commands.
2716
2717 * progmodes/hideif.el (hif-end-of-line): New function.
2718 (hide-ifdef-mode): Set line-move-ignore-invisible.
2719 (hide-ifdef-region-internal): New function.
2720 (hide-ifdef-region): Use it.
2721 (hif-defined): Return an integer.
2722 (hif-infix-to-prefix): Remove.
2723 (hif-tokenize): Parse from the buffer rather than from a string.
2724 Correctly tokenize integers. Use forward-comment.
2725 (hif-expr): Use hif-or.
2726 (hif-term): Use hif-and.
2727 (hif-factor): Use hif-not. Handle numbers properly.
2728 Don't require parenthesis around `defined's argument.
2729 (hif-and, hif-or, hif-not): New funs.
2730 (hif-canonicalize): Pass a region to hif-tokenize. Use hif-not.
2731 (hif-hide-line): Don't hide the \n before the line.
2732 (hif-possibly-hide): Correctly handle numeric evaluation results.
2733
2734 * progmodes/make-mode.el: Use line-(end|beginning)-position.
2735 (makefile-mode): Set indent-line-function.
2736 (makefile-browser-insert-continuation): Use with-current-buffer.
2737 (makefile-beginning-of-line-point, makefile-end-of-line-point): Remove.
2738
29e53a0a
KF
27392001-11-28 Karl Fogel <kfogel@red-bean.com>
2740
2741 * isearch.el (isearch-yank-internal): New helper function.
2742 (isearch-yank-char): New function.
2743 (isearch-yank-word, isearch-yank-line): Rewrite to use
2744 isearch-yank-internal.
2745
381e32f0
EZ
27462001-11-28 Eli Zaretskii <eliz@is.elta.co.il>
2747
2748 * mouse.el (mouse-set-font): Make it a no-op if multiple fonts
2749 aren't supported. Print a message to that effect if invoked.
2750
7e6b76ac
RS
27512001-11-27 Stephen Eglen <stephen@gnu.org>
2752
2753 * locate.el (locate): Put point at first matching file rather
2754 than top of buffer.
2755
8a1f8073
SM
27562001-11-27 Stefan Monnier <monnier@cs.yale.edu>
2757
2758 * reveal.el: New file.
2759
2760 * progmodes/hideif.el: Misc cleanup.
2761 (hide-ifdef-mode-submap): Put the def in the defvar.
2762 Use substitute-key-definition.
2763 (hide-ifdef-mode): Use define-minor-mode.
2764 (hif-outline-flag-region): Remove.
2765 (hif-show-all): Define in terms of hif-show-ifdef-region.
2766 (hif-after-revert-function): Rename from hif-before-revert-function.
2767 (hide-ifdef-region, hif-show-ifdef-region): Use overlays.
2768 (hif-tokenize): Use with-syntax-table.
2769 (hif-make-range): Use `else' also for `else-p'.
2770 (hif-range-else-p): Remove.
2771 (hif-find-range): Simplify.
2772 (hif-hide-line): Don't bother preserving buffer-modified-p.
2773 (hide-ifdefs, show-ifdefs, hide-ifdef-block, show-ifdef-block):
2774 Don't use selective-display and inhibit-read-only.
2775
2776 * subr.el (copy-overlay, remove-overlays): New funs.
2777
2778 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix off-by-two error.
2779
8a946354
SS
27802001-11-27 Sam Steingold <sds@gnu.org>
2781
2782 * ansi-color.el, bookmark.el, dired.el, emerge.el, fast-lock.el
2783 * lazy-lock.el, mouse-sel.el, mail/feedmail.el
2784 * emacs-lisp/advice.el, emacs-lisp/checkdoc.el, emacs-lisp/ewoc.el
2785 * obsolete/c-mode.el, obsolete/cplus-md.el
2786 * progmodes/dcl-mode.el, progmodes/idlw-shell.el, progmodes/idlwave.el
2787 * term/sun-mouse.el, textmodes/artist.el:
2788 Converted backquote to the new style.
b2013aad 2789 * mouse.el, reposition.el: Likewise (in comments).
646adf90 2790 * expand.el: Likewise (in a string).
8a946354 2791
c6aedc92
RS
27922001-11-27 Richard M. Stallman <rms@gnu.org>
2793
2794 * cus-edit.el (custom-load-symbol): Don't always load locate-library.
2795
27962001-11-26 Richard M. Stallman <rms@gnu.org>
2797
2798 * wid-edit.el (widget-toggle-value-create): On graphic terminal,
2799 if :on-glyph or :off-glyph is a list, eval it and store it back.
2800 (checkbox): Quote the values for :on-glyph and :off-glyph.
2801
2802 * cus-start.el (recursive-load-depth-limit): Delete item.
2803
9fabb2f5
SM
28042001-11-26 Stefan Monnier <monnier@cs.yale.edu>
2805
2806 * help-fns.el (describe-categories, help-describe-category-set): New.
32323291 2807 describe-categories moved here from src/category.c.
9fabb2f5 2808
9714ec23
SS
28092001-11-26 Sam Steingold <sds@gnu.org>
2810
2811 * progmodes/cc-mode.el (c-submit-bug-report): Make sure that the
2812 arguments to `insert' are strings.
2813
d1420435
RS
28142001-11-26 Richard M. Stallman <rms@gnu.org>
2815
2816 * startup.el (command-line-1): Call kill-buffer only in non-fancy case.
2817
26780e5b
EZ
28182001-11-26 Eli Zaretskii <eliz@is.elta.co.il>
2819
bf17ab09
EZ
2820 * international/mule-diag.el: Require help-fns instead of
2821 help-funs.
2822
125eb411
EZ
2823 * help-fns.el: Renamed from help-funs.el.
2824
26780e5b
EZ
2825 * startup.el (command-line-1): Don't try to call process-list if
2826 it is not fboundp.
2827
bc5c763a
SS
28282001-11-26 Sam Steingold <sds@gnu.org>
2829
2830 * frame.el (show-trailing-whitespace): Remove :set argument (the
2831 value was essentially identical to the defalt).
2832
acc24704 28332001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
eac9cf5f 2834
eef289b9
PJ
2835 * hexl.el (hexl-mode, hexl-follow-ascii): Remove make-local-hook.
2836
2837 * icomplete.el (icomplete-minibuffer-setup): Likewise.
2838
2839 * hilit-chg.el (hilit-chg-set): Likewise.
2840
2841 * speedbar.el (speedbar-mode): Likewise.
2842
2843 * calendar/calendar.el (calendar-mode): Likewise.
2844
eac9cf5f
PJ
2845 * play/yow.el (psychoanalyze-pinhead): Use insert instead of
2846 insert-string.
2847
2848 * play/gamegrid.el (gamegrid-init-buffer): Likewise.
2849
eac9cf5f
PJ
2850 * term/bg-mouse.el (bg-insert-moused-sexp): Likewise.
2851
2852 * term/sun-mouse.el (sun-yank-selection): Likewise.
2853
2854 * textmodes/bib-mode.el (return-key-bib): Likewise.
2855
2856 * calendar/appt.el (appt-disp-window): Likewise.
2857
2858 * calendar/diary-lib.el (list-diary-entries): Likewise.
2859
2860 * array.el (array-reconfigure-rows): Likewise.
2861
2862 * filecache.el (file-cache-minibuffer-complete): Likewise.
2863
2864 * obsolete/cplus-md.el (fill-c++-comment): Likewise.
2865
2866 * strokes.el (strokes-prompt-user-save-strokes): Likewise.
2867
2868 * allout.el (outline-version, outline-open-topic)
2869 (outline-rebullet-heading, outline-insert-listified)
2870 (outline-latex-verbatim-quote-curr-line)
2871 (outline-latexify-one-item, outlineify-sticky): Likewise.
2872
eef289b9
PJ
2873 * vc.el (vc-next-action-on-file): Likewise.
2874 (vc-dired-mode): Remove make-local-hook.
2875
26e46917
AS
28762001-11-26 Andre Spiegel <spiegel@gnu.org>
2877
2878 * vc.el (vc-find-version): New function.
2879 (vc-version-other-window): Redefined in terms of the above.
2880
2881 * log-view.el (log-view-find-version): New function.
2882 (log-view-mode-map): Bind it to `f'.
2883
5d993658
GM
28842001-11-26 Gerd Moellmann <gerd@gnu.org>
2885
2886 * language/devan-util.el (dev-char-glyph): Escape `"' in
2887 string literals.
bc5c763a 2888 (dev-glyph-glyph, dev-glyph-glyph-2)
a4a0b81c 2889 (devanagari-compose-syllable-region): Likewise.
5d993658 2890
ebcbef4e
RS
28912001-11-26 Richard M. Stallman <rms@gnu.org>
2892
2893 * window.el (save-selected-window): No error if saved window is dead.
2894
2895 * help-funs.el (describe-syntax): Put (interactive) after doc string.
2896
acc24704 28972001-11-26 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
34d16326 2898
ec9164f3
PJ
2899 * international/quail.el (quail-help): Require help-mode in
2900 top-level instead.
2901
34d16326
PJ
2902 * iswitchb.el (iswitchb-exhibit): Use insert instead of
2903 insert-string.
2904
555185de
PJ
2905 * icomplete.el (icomplete-exhibit): Likewise.
2906
5c131048
SM
29072001-11-25 Stefan Monnier <monnier@cs.yale.edu>
2908
2909 * diff-mode.el (diff-end-of-hunk): Watch out for ambiguities.
2910 (diff-hunk-kill): Simplify.
2911 (diff-post-command-hook): Only apply to a single hunk.
2912 (diff-hunk-text): Make `char-offset' non-optional.
2913 (diff-find-text): Return a cons cell.
2914 (diff-find-approx-text): New fun.
2915 (diff-find-source-location): Use it.
2916 (diff-apply-hunk, diff-test-hunk, diff-goto-source):
ebcbef4e 2917 Adapt to new retval of diff-find-text.
5c131048
SM
2918
2919 * vc-cvs.el (vc-cvs-parse-entry): Rewrite, comparing the string-
2920 rather than integer- representation of dates.
2921
2922 * textmodes/fill.el (fill-indent-according-to-mode): Default to nil.
2923
2924 * emacs-lisp/syntax.el: Don't profile syntax-ppss any more.
2925 (syntax-after): New fun.
2926
2927 * help-funs.el (describe-syntax): New fun.
2928
2929 * font-lock.el (font-lock-cache-state, font-lock-cache-position)
2930 (font-lock-ppss-stats, font-lock-ppss): Remove.
2931 (font-lock-fontify-syntactically-region): Remove tuning code.
2932 (font-lock-compile-keywords): Fix off-by-one bug.
2933 (font-lock-set-defaults): Don't set removed vars.
2934 (c-keywords): Add `inline'.
2935 (c-type-names): Add `_Complex', `_Imaginary' and `_Bool'.
2936
2937 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2938 Set syntax-begin-function.
2939 (lisp-interaction-mode-abbrev-table): Defvar to its correct value.
2940 (lisp-interaction-mode): Don't set local-abbrev-table any more.
2941 (lisp-mode-auto-fill): Use syntax-ppss and obey
2942 comment-auto-fill-only-comments.
2943 (lisp-fill-paragraph): Use syntax-ppss.
2944
0c773047
SZ
29452001-11-25 ShengHuo ZHU <zsh@cs.rochester.edu>
2946
2947 * mail/rmail.el (rmail-enable-mime-composing): New. A lightweight
2948 version of rmail-enable-mime.
2949 (rmail-forward): Use it.
2950
92dfd10c
RS
29512001-11-25 Richard M. Stallman <rms@gnu.org>
2952
9fefa08b
RS
2953 * emacs-lisp/lisp-mode.el (lisp-indent-function): Add doc string.
2954
396ae608
RS
2955 * international/quail.el (quail-keyboard-layout-button):
2956 Define button type.
2957 (quail-keyboard-customize-button): Likewise.
2958 (quail-help): Use those button types. Require `help-mode'.
2959 Avoid altering the argument `package'.
2960
2961 * help-mode.el (help-function, help-variable, help-face)
2962 (help-coding-system, help-input-method, help-character-set):
2963 Define each button type with its own explicit define-button-type.
2964
92dfd10c
RS
2965 * language/devan-util.el: Comment out parts of the file
2966 which apparently are garbled.
2967
acc24704 29682001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
fefed09d
PJ
2969
2970 * mail/smtpmail.el (smtpmail-deduce-address-list): Don't use
92dfd10c 2971 insert-string.
fefed09d 2972
acc24704 29732001-11-25 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
97d012e8
PJ
2974
2975 * play/snake.el (snake-mode): Remove make-local-hook.
2976
2977 * play/tetris.el (tetris-mode): Likewise.
2978
2979 * play/decipher.el (decipher-mode): Likewise.
2980
2981 * tmm.el (tmm-add-prompt): Likewise.
2982
df5bde6d
SS
29832001-11-25 Sam Steingold <sds@gnu.org>
2984
2985 * menu-bar.el (menu-bar-apropos-menu): New variable.
2986 Moved all `apropos' bindings to this menu.
2987 (menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2988
8727d588
RS
29892001-11-24 KAWABATA, Taichi <batta@beige.ocn.ne.jp>
2990
2991 The following changes are for new indian languages support based
2992 on Unicode charset and CDAC fonts.
2993
2994 * international/mule-conf.el: Change indian-1-column charset to
2995 indian-glyph charset.
2996
2997 * international/characters.el: Adjusted for the change of
2998 indian-1-column -> indian-glyph.
2999
3000 * international/fontset.el: Delete the setting for indian-1-column
3001 and add the setting for indian-glyph in the default fontset.
df5bde6d 3002
8727d588
RS
3003 * language/indian.el: Completely re-written.
3004
df5bde6d 3005 * language/devanagari.el: Completely re-written.
8727d588
RS
3006
3007 * language/devan-util.el: Completely re-written.
3008
3009 * language/ind-util.el: New file.
3010
bfba6c09
RS
30112001-11-24 Richard M. Stallman <rms@gnu.org>
3012
3013 * startup.el (command-line-1): Don't do startup screen
92dfd10c
RS
3014 if a subprocess is running. Call the startup screen buffer
3015 "GNU Emacs". Make a special mode-line-format for it.
bfba6c09
RS
3016
3017 * net/browse-url.el (browse-url-galeon-new-window-is-tab): New var.
3018 (browse-url-galeon): Use that variable.
3019
3020 * mail/supercite.el (sc-toggle-var): Don't use set-variable or
3021 eval-expression. Eval and set the variable simply.
3022
3023 * files.el (temporary-file-directory): Use defcustom.
3024 (small-temporary-file-directory): Likewise.
3025 (normal-backup-enable-predicate): Move down in file
3026 after definition of temporary-file-directory.
3027
3028 * bindings.el (last-buffer, unbury-buffer): Doc fixes.
3029
4fdb78a1
CW
30302001-11-24 Colin Walters <walters@debian.org>
3031
3032 * calc/calc-ext.el (calc-init-extensions): Update the rest of the
3033 autoload names to match files renamed on initial calc import.
3034
906bd0ef
CW
3035 * calc/calc.el (Commentary): Cleanup, and add logistic curve
3036 fitting suggestion from Robert J. Chassell <bob@rattlesnake.com>.
3037
7695eb98
CW
30382001-11-23 Colin Walters <walters@debian.org>
3039
3040 * Makefile.in (finder_setwins, setwins): Include Calc again.
df5bde6d 3041
b8003ee9 3042 * calc/calc-rules.el: Add header comment.
7695eb98 3043
66b57a6a
AS
30442001-11-23 Andre Spiegel <spiegel@gnu.org>
3045
3046 * vc.el (with-vc-properties): Don't bind `filename' locally.
3047 (with-vc-file, edit-vc-file): Use `make-symbol' for local bindings
3048 to avoid name clashes. Fix `lisp-indent-function' property for
3049 both.
3050
5d1c5247
FP
30512001-11-23 Francesco Potorti` <pot@gnu.org>
3052
3053 * generic-x.el (mailrc-generic-mode): Highlight the `source' keyword.
3054
7743d033
CW
30552001-11-22 Colin Walters <walters@debian.org>
3056
df5bde6d 3057 * calc/calc-misc.el (report-calc-bug):
f3e15a2c 3058 Use `reporter-prompt-for-summary-p'.
7743d033
CW
3059
3060 * calc/INSTALL, calc/Makefile: Remove.
3061
bf1ec482
MB
30622001-11-22 Miles Bader <miles@gnu.org>
3063
5d1c5247 3064 * emacs-lisp/re-builder.el (reb-match-0, reb-match-1)
bf1ec482
MB
3065 (reb-match-2, reb-match-3): Add dark-background variants.
3066
5fb25beb
CW
30672001-11-22 Colin Walters <walters@debian.org>
3068
3069 * calc/calc-misc.el (calc-info): Don't perform voodoo, just
3070 (info "Calc").
8f148852 3071 (report-calc-bug): Use reporter.el.
5d1c5247 3072
8f148852 3073 * mail/reporter.el (reporter-submit-bug-report): Doc fixes.
5fb25beb 3074
2b452d74
RS
30752001-11-21 Richard M. Stallman <rms@gnu.org>
3076
ecafbba2
RS
3077 * which-func.el (which-function): Call imenu--make-index-alist
3078 if necessary to get a list of functions.
3079 (which-function-imenu-failed): New variable.
3080 (which-func-update): Handle all visible windows.
3081 (which-func-update-1): New subroutine broken out of which-func-update.
3082
5d1c5247 3083 * files.el (temporary-file-directory, null-device)
eb61b61b
RS
3084 (small-temporary-file-directory): Definitions moved up.
3085
8e3acc66
RS
3086 * progmodes/cperl-mode.el (cperl-problems, cperl-tips)
3087 (cperl-non-problems, cperl-praise): Doc fixes.
3088
b1e851bb
RS
3089 * progmodes/sh-script.el (sh-mode): Don't use define-derived-mode.
3090 (sh-mode-syntax-table): Function restored.
3091 Variable set up for use by function sh-mode-syntax-table.
3092 (sh-set-shell): Set the syntax table.
3093
3094 * play/gomoku.el (gomoku-mode): Don't use define-derived-mode.
3095
3096 * progmodes/perl-mode.el (perl-mode): Don't use define-derived-mode.
3097
2b452d74
RS
3098 * international/encoded-kb.el: Don't alter minor-map-alist.
3099
c499f00a 31002001-11-20 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
a2899d6c
KG
3101
3102 * files.el (auto-save-file-name-transforms): Put remote files in
3103 temporary-file-directory rather than /tmp.
3104
e7905671
CW
31052001-11-21 Colin Walters <walters@debian.org>
3106
3107 * calc/calc-macs.el (calc-slow-wrapper): Move (point) call outside
3108 of (function ...) wrapper.
3109
0b5549c1
SM
31102001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3111
e95768c5
SM
3112 * derived.el (define-derived-mode): Create the abbrev-table
3113 from inside the `defvar'.
3114
0b5549c1
SM
3115 * jit-lock.el (jit-lock-defer-time): New var.
3116 (jit-lock-defer-timer, jit-lock-buffers): New vars.
3117 (jit-lock-mode): Initialize them. Cancel the timers more carefully.
3118 (jit-lock-function): Defer fontification if requested.
3119 (jit-lock-stealth-chunk-start): Pay attention to the new non-nil value.
3120 (jit-lock-stealth-fontify): Check the new `jit-lock-defer-multiline'
3121 text property.
3122 (jit-lock-deferred-fontify): New fun.
3123
505847d4
RS
31242001-11-20 Richard M. Stallman <rms@gnu.org>
3125
310b1227
RS
3126 * emacs-lisp/lisp-mode.el (lisp-interaction-mode):
3127 Set local-abbrev-table to lisp-mode-abbrev-table.
3128
0b5549c1 3129 * emacs-lisp/re-builder.el (reb-mode):
310b1227 3130 Don't use define-derived-mode. Call kill-all-local-variables.
0b5549c1 3131
310b1227
RS
3132 * emacs-lisp/lisp-mode.el (lisp-mode, emacs-lisp-mode):
3133 Don't use define-derived-mode.
3134
3135 * help-mode.el (help-mode): Undo 2001-10-07 change.
3136
505847d4
RS
3137 * replace.el (occur-mode): Undo 2001-5-20 change.
3138
febf36a1
JR
31392001-11-20 Jason Rumney <jasonr@gnu.org>
3140
3141 * w32-fns.el (w32-system-coding-system): Change to an alias for
3142 locale-coding-system.
3143 (set-w32-system-coding-system): Document the above change.
3144 Set locale-coding-system instead.
3145
2b452d74
RS
31462001-11-20 Richard M. Stallman <rms@gnu.org>
3147
3148 * ruler-mode.el: Add pagination.
3149 (ruler-mode-toggle-show-tab-stops): No need to
3150 test `ruler-mode' variable.
3151
c52b27c8
EZ
31522001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3153
505847d4 3154 * play/landmark.el: Mark lm-mode as special.
c52b27c8 3155
505847d4 3156 * play/gomoku.el: Mark gomoku-mode as special.
c52b27c8 3157
38132149
EZ
31582001-11-20 Juanma Barranquero <lektu@terra.es>
3159
effcd99a 3160 * emacs-lisp/re-builder.el (reb-change-target-buffer): New function.
38132149
EZ
3161 (top-level): Bind it to C-c C-b.
3162 (re-builder): Don't re-enter RE Builder Mode.
3163
effcd99a 3164 * bs.el (bs-delete): Signal an error if the buffer cannot be deleted.
38132149 3165
effcd99a
SM
31662001-11-20 Stefan Monnier <monnier@cs.yale.edu>
3167
3168 * progmodes/cperl-mode.el (cperl-perldoc): Require man before binding
3169 `manual-program'.
ed3c6391
SM
3170
3171 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Don't move back
3172 to a line without a comment.
3173
48404d5a
EZ
31742001-11-20 Eli Zaretskii <eliz@is.elta.co.il>
3175
3176 * dired.el (dired-listing-switches): Mention in the doc string
3177 that some switches are not supported by ls-lisp.el
3178
6710ea06
SM
31792001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3180
0cdb3baa
SM
3181 * imenu.el (imenu--split-menu): Use dolist and copy-sequence.
3182 (imenu--create-keymap-2): Remove.
3183 (imenu--create-keymap-1): Simplify, remove third argument.
3184 (imenu--generic-function): Use dolist.
3185 (imenu-find-default): New function.
3186 (imenu--completion-buffer): Use it.
3187 (imenu--mouse-menu): Use popup-menu.
3188 (imenu--menubar-select): Return t rather than calling imenu.
3189
a64c7821
SM
3190 * textmodes/fill.el (fill-delete-prefix, fill-delete-newlines):
3191 New functions, extracted from fill-region-as-paragraph.
3192 (fill-region-as-paragraph): Use them.
3193 Use an end marker instead of eob.
3194 Ignore whitespace-only fill-prefixes when indenting according to mode.
0b5549c1 3195 Simplify the loop that searches for spaces backwards.
a64c7821
SM
3196
3197 * textmodes/picture.el (picture-vertical-step)
3198 (picture-horizontal-step): Don't use defconst for variables.
3199
3200 * mail/mail-extr.el: Use backquote/dolist/mapc/when. Docstring fixes.
3201 (mail-extract-address-components): Downcase domain names.
3202 (mail-extr-delete-char): Remove. Use delete-char instead.
3203
3204 * emulation/pc-select.el: Doc string fixes.
3205 (pc-selection-mode): Don't treat macos as a tty.
3206
6710ea06
SM
3207 * emacs-lisp/lisp.el (mark-sexp): Mark more if repeated.
3208
3209 * progmodes/cc-engine.el (c-parse-state): Typo. From Martin Stjernholm.
3210
3211 * mwheel.el (mouse-wheel-scroll-amount): Allow float values.
3212 (mouse-wheel-progessive-speed): New var.
3213 (mwheel-scroll): Use it and handle float values.
3214
3215 * lazy-lock.el (lazy-lock-install-hooks): Remove make-local-hook.
3216
3217 * iswitchb.el (iswitchb-mode): Use define-minor-mode.
3218 (iswitchb): Fix the case where the result was selected with the mouse.
3219 (iswitchb-completion-help): Use the normal *Completions* now that
3220 mouse selection works.
3221 (iswitchb-minibuffer-setup): Simplify.
3222
3223 * newcomment.el (comment-column, comment-style, comment-multi-line)
3224 (comment-auto-fill-only-comments): Remove :group arg.
3225 (comment-padding): Add :type.
3226 (comment-indent-new-line): Ignore comment-auto-fill-only-comments
3227 if called interactively.
3228
7054901c
CW
32292001-11-19 Colin Walters <walters@verbum.org>
3230
3231 * calc/calc.el (toplevel): Add comment and version header.
3232 (calc-init-base): Bump version to 2.02f, update date.
3233
0e1605b9
RS
32342001-11-19 Richard M. Stallman <rms@gnu.org>
3235
3236 * net/browse-url.el: Support Mozilla and Galeon.
3237 By default, find the installed browser whichever it is.
3238 (browse-url-mozilla): New function.
3239 (browse-url-mozilla-sentinel): New function.
3240 (browse-url-galeon, browse-url-galeon-sentinel): New functions.
3241 (browse-url-default-browser): New function.
3242 (browse-url-process-environment): Use browse-url-browser-display.
3243 (browse-url-browser-display): Renamed from browse-url-netscape-display.
6710ea06 3244 (browse-url-mozilla-startup-arguments, browse-url-galeon-program)
0e1605b9
RS
3245 (browse-url-galeon-arguments, browse-url-galeon-startup-arguments)
3246 (browse-url-mozilla-program, browse-url-mozilla-arguments): New vars.
3247 (browse-url-browser-function): New default, new options.
3248
545f7310
SS
32492001-11-19 Sam Steingold <sds@gnu.org>
3250
3251 * bindings.el (last-buffer, unbury-buffer): New function.
3252 (mode-line-unbury-buffer): Use `unbury-buffer'.
3253
c9403808
RS
32542001-11-18 Stephen Eglen <stephen@gnu.org>
3255
3256 * iswitchb.el (iswitchb-cannot-complete-hook): New variable to
3257 control behaviour when no further completion is possible.
3258
3132f345
CW
32592001-11-19 Colin Walters <walters@verbum.org>
3260
3261 * calc/calc-macs.el (calc-wrapper, calc-slow-wrapper)
3262 (math-showing-full-precision, math-with-extra-prec, math-working)
3263 (calc-with-default-simplification)
3264 (calc-with-trail-buffer): Use backtick.
3265 (Math-zerop, Math-integer-negp, Math-integer-posp, Math-negp)
3266 (Math-looks-negp, Math-posp, Math-integerp, Math-natnump)
3267 (Math-ratp, Math-realp, Math-anglep, Math-numberp, Math-scalarp)
3268 (Math-vectorp, Math-messy-integerp, Math-objectp, Math-objvecp)
3269 (Math-integer-neg, Math-equal, Math-lessp, Math-primp)
3270 (Math-num-integerp, Math-bignum-test, Math-equal-int)
3271 (Math-natnum-lessp, math-format-radix-digit): Change to `defsubst'.
3272 (calc-record-compilation-date-macro): Deleted. Callers updated.
545f7310 3273 (math-format-radix-digit): Move to calc-bin.el.
3132f345
CW
3274
3275 * calc/calc.el (calc-record-compilation-date): Remove.
3276 (calc-bug-address): Update.
3277 (calc-settings-file): Use `user-init-file'.
545f7310 3278
3132f345
CW
3279 * calc/calc-mode.el (calc-settings-file-name, calc-save-modes):
3280 Handle null `calc-settings-file'.
3281
3282 * calc/calc-frac.el (calc-over-notation): Use `completing-read'.
3283 * calc/calc-keypd.el (calc-keypad-mode): New.
3284 (calc-do-keypad): Use it.
3285 (calc-keypad-map): Move into `calc-keypad-mode'.
3286
3287 * calc-math.el (calcFunc-sqrt, calcFunc-hypot): Add missing quote
3288 to defalias argument.
3289
3290 * calc-misc.el (math-fixnump, math-fixnatnump, calcFunc-trunc)
3291 (calcFunc-floor): Ditto.
3292
3293 * calc-units.el (calcFunc-usimplify): Ditto.
545f7310 3294
3132f345
CW
3295 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3296 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3297 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3298 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3299 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3300 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3301 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3302 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3303 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3304 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3305 * calcsel2.el: Change all toplevel `setq' forms to `defvar' forms,
3306 and move them before their first use. Use `when', `unless'.
3307 Remove trailing periods from error forms. Add description and
3308 headers suggested by Emacs Lisp coding conventions.
545f7310 3309
8f0a6888
SM
33102001-11-19 Stefan Monnier <monnier@cs.yale.edu>
3311
3312 * newcomment.el (comment-indent):
3313 Fix misindentation for comment-only lines.
3314 (comment-indent-new-line): Only obey comment-multi-line if the
3315 comment-ender is not the end-of-line.
3316
b9937f07
RS
33172001-11-19 Richard M. Stallman <rms@gnu.org>
3318
3319 * net/net-utils.el (network-connection-service-abbrev-alist):
3320 New variable.
3321
8f0a6888 3322 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
b9937f07
RS
3323 Advance to start of 3rd sexp by moving fwd and backing over it.
3324 At first three elements, act like defun.
3325
3326 * delsel.el (delete-selection-pre-hook): Handle and resignal
3327 file-supersession errors to interact properly with userlock.el.
3328
f4ca4b00
RS
33292001-11-18 Richard M. Stallman <rms@gnu.org>
3330
8f0a6888
SM
3331 * progmodes/fortran.el (fortran-mode-syntax-table):
3332 Specify punctuation syntax for backslash.
f4ca4b00
RS
3333
3334 * progmodes/sh-script.el (sh-must-be-shell-mode): Function deleted.
3335 All calls deleted.
3336
3337 * international/mule-util.el (string-to-sequence): Make it obsolete.
3338 (string-to-list, string-to-vector): Implement them directly
3339 using append and vconcat, not with string-to-sequence.
3340
3341 * startup.el (command-line): Set abbrevs-changed to nil after
3342 reading the init file and the abbrevs file.
3343
3344 * isearch.el (isearch): Use magenta2 as bg for (background light)
3345
33462001-11-17 Richard M. Stallman <rms@gnu.org>
3347
3348 * menu-bar.el (menu-bar-update-buffers-1): Don't pad the buffer name.
3349
3350 * simple.el (minibuffer-history-sexp-flag): Doc fix.
3351
16927a56
SM
33522001-11-17 Stefan Monnier <monnier@cs.yale.edu>
3353
3354 * font-lock.el (font-lock-compile-keywords): New arg `regexp'.
3355 If set and if applicable, add a regexp to highlight defun-like
3356 text inside comments and strings.
3357 (font-lock-fontify-keywords-region): Pass that new arg.
3358 (font-lock-set-defaults): Move the code to set `font-lock-keywords'
3359 to the end and pass that new arg.
3360 (c-font-lock-keywords-2): Fix regex for labels.
3361 (font-lock-match-c++-style-declaration-item-and-skip-to-next):
3362 Make it work when LIMIT is several lines further.
3363 (c-font-lock-keywords-3, c++-font-lock-keywords-3)
3364 (objc-font-lock-keywords-3, java-font-lock-keywords-3):
3365 Use backquote and make the regexes for `int a, b, c;' work on
3366 multiple lines.
3367
3368 * emacs-lisp/re-builder.el (reb-mode): Use define-derived-mode.
3369 (font-lock-defaults-alist): Don't change it any more.
3370 (reb-subexp-mode-map): Cleanup.
3371
3372 * custom.el (custom-current-group-alist): New var.
3373 (custom-declare-group): Set it.
3374 (custom-current-group): New fun.
3375 (custom-declare-variable, custom-handle-all-keywords):
3376 Use it as a default if no :group argument is specified.
3377
3378 * international/mule-cmds.el (locale-name-match): Use \` and \(?:.
3379 (standard-keyboard-coding-systems): New var.
3380 (set-locale-environment): Use it to decide whether or not to call
3381 set-keyboard-coding-system.
3382 (locale-language-names): Use \"French\" for "fr".
3383
38d5fc02
RS
33842001-11-17 Richard M. Stallman <rms@gnu.org>
3385
3386 * emacs-lisp/checkdoc.el (princ-list, checkdoc-read-event)
3387 (add-to-list): Delete compatibility code.
f4ca4b00 3388 (checkdoc-next-message-error): Doc fix.
38d5fc02 3389
fe8c7212
RS
33902001-11-17 Stephen Eglen <stephen@gnu.org>
3391
3392 * locate.el (locate): Show default locate pattern within the
16927a56
SM
3393 prompt, but don't insert it into the minibuffer contents.
3394 Catch the case when pattern is the empty string.
fe8c7212 3395
a5e6715c
EZ
33962001-11-17 Eli Zaretskii <eliz@is.elta.co.il>
3397
3398 * language/european.el ("French"): New language environment.
3399
032a857d
RS
34002001-11-16 Richard M. Stallman <rms@gnu.org>
3401
3402 * calendar/todo-mode.el (todo-save): Fix previous change.
3403
3404 * subr.el (functionp): Do use cdr-safe on object.
3405
b6270150
SM
34062001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3407
3408 * bindings.el (mode-line-mode-name): Only put the help-echo property
3409 if the local-map property was put as well.
3410 (global-map): Bind switch-frame, delete-frame, iconify-frame
3411 and make-frame-visible events.
3412
3413 * emacs-lisp/elp.el (elp-not-profilable): New var.
3414 (elp-not-profilable-p): New function.
3415 (elp-instrument-function): Use it. Use backquotes and push.
3416
3417 * emacs-lisp/bytecomp.el (byte-compile-call-tree, byte-code-vector)
3418 (byte-stack+-info, byte-compile-last-warned-form)
3419 (byte-compile-last-logged-file): Don't defconst a variable.
3420 (no-byte-compile): Declare.
3421 (byte-compile-file): Don't boundp-check no-byte-compile any more.
3422 (byte-compile-defvar): Leave defconst as is.
3423
3424 * emacs-lisp/edebug.el (edebug-form-data, edebug-offsets)
3425 (edebug-offsets-stack, edebug-read-dotted-list, edebug-def-name)
3426 (edebug-current-offset, edebug-old-def-name, edebug-error-point)
3427 (edebug-best-error): Don't defconst a variable.
3428 (edebug-read-syntax-table): Use a char-table.
3429 (edebug-lemacs-specific): Remove.
3430 Toplevel: Eliminate check for Lucid Emacs.
3431
3432 * pcvs-util.el (cvs-prefix-define): Don't defconst a variable.
3433
3434 * rect.el (move-to-column-force): Mark obsolete.
3435 (operate-on-rectangle, delete-extract-rectangle-line)
3436 (insert-rectangle, delete-whitespace-rectangle-line)
3437 (open-rectangle-line, clear-rectangle-line): Use move-to-column.
3438 (string-rectangle-history): New var.
3439 (string-rectangle, string-insert-rectangle): Use it.
3440 (delete-rectangle-line): Fix pos/column mixup and simplify.
3441
3442 * startup.el (normal-top-level-add-subdirs-to-load-path): Simplify.
3443 (normal-top-level, command-line, command-line-1): Simplify.
3444
3445 * tar-mode.el (tar-mode): Use define-derived-mode.
3446
3447 * view.el (view-mode-enable): Don't use make-local-hook.
3448
3449 * emacs-lisp/eldoc.el (eldoc-mode): Use define-minor-mode.
3450
af604656
RS
34512001-11-16 Richard M. Stallman <rms@gnu.org>
3452
3453 * mail/mail-extr.el (mail-extr-voodoo): Treat a number as a word
3454 if it doesn't make sense as anything else.
3455 Don't recognize a "telephone number" at the beginning of the name.
3456 (mail-extr-leading-garbage): Match non-word characters only.
3457
acc24704 34582001-11-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2879a13b 3459
792e5cbd
PJ
3460 * startup.el (command-line-processed): Doc fix.
3461
2879a13b
PJ
3462 * apropos.el (apropos-next-label-button): Doc fix.
3463
a2d7836f
SM
34642001-11-16 Stefan Monnier <monnier@cs.yale.edu>
3465
fa336b91
SM
3466 * comint.el (comint-mode): Simplify.
3467 (make-comint-in-buffer): Run `comint-mode' only if necessary.
3468
a2d7836f
SM
3469 * subr.el (eval-after-load): Make it work with features as well.
3470
3471 * log-view.el (log-view-mode): Don't mark the buffer unmodified.
3472
3473 * international/mule-cmds.el (describe-input-method): Setup xref.
3474 (set-language-environment): Use functionp.
3475 (locale-language-names, locale-charset-language-names)
3476 (locale-preferred-coding-systems): Defconst and purecopy.
3477
3478 * language/european.el (mac-roman): Add mime-charset property.
3479
413da451
RS
34802001-11-15 Richard M. Stallman <rms@gnu.org>
3481
a2d7836f 3482 * emacs-lisp/cl.el (values, values-list, multiple-value-list)
413da451
RS
3483 (multiple-value-apply, nth-value): Use defsubst rather than defalias
3484 to get better doc strings.
3485
acc24704 34862001-11-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
987aac50
PJ
3487
3488 * derived.el: Fix autoload cookie.
3489
83709c9f
RS
34902001-11-15 Richard M. Stallman <rms@gnu.org>
3491
3492 * jka-compr.el (jka-compr-partial-uncompress): Fix previous change.
3493
84932bf6
SM
34942001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3495
3496 * menu-bar.el (menu-bar-edit-menu) <copy>: Put an explicit key binding.
3497
16a2f75a
RS
34982001-11-15 Richard M. Stallman <rms@gnu.org>
3499
3500 * dired.el (dired-undo): Display a message to explain
3501 that this does not undo file system changes.
3502
35032001-11-15 David Kastrup <David.Kastrup@t-online.de>
3504
84932bf6
SM
3505 * mouse-drag.el (mouse-drag-throw): Push back non-drag events
3506 into `unread-command-events' instead of trying keymap
3507 lookups ourselves. This makes mouse-clicks do the right
3508 thing even when keymaps of overlays are involved.
3509 (mouse-drag-drag): Likewise.
16a2f75a 3510
1997815f
AS
35112001-11-15 Andreas Schwab <schwab@suse.de>
3512
3513 * progmodes/ada-mode.el (ada-add-extensions): Quote regexp special
3514 characters and append anchor to pattern added to auto-mode-alist.
3515
7f6e33e6
SM
35162001-11-15 Stefan Monnier <monnier@cs.yale.edu>
3517
3518 * server.el (server-process-filter): Run pore/post-comment-hook
3519 before/after visiting the file.
3520
3521 * info-look.el (makefile-mode): Add info for automake.
3522 (autoconf-mode): Fix the name of the index for automake.
3523
3524 * international/latin-9.el: Give pilcrow punctuation syntax.
3525
9522e2d8
AS
35262001-11-15 Andre Spiegel <spiegel@gnu.org>
3527
3528 * vc.el: Documentation fixes.
3529
7f6e33e6
SM
35302001-11-14 Stefan Monnier <monnier@cs.yale.edu>
3531
3532 * smerge-mode.el (smerge-match-conflict): Fix typo.
3533 (smerge-diff): Be careful to read match-data early enough.
3534
bac0fac8
CW
35352001-11-14 Colin Walters <walters@verbum.org>
3536
3537 * calc/calc-alg.el (calcFunc-esimplify, calcFunc-simplify)
3538 (calcFunc-subst): Use `defalias' instead of `fset' and
3539 `symbol-function'.
3540
3541 * calc/calc-arith.el (calcFunc-abs, calcFunc-float)
3542 (calcFunc-ceil, calcFunc-round): Ditto.
3543
3544 * calc/calc-bin.el (calcFunc-clip): Ditto.
7f6e33e6 3545
bac0fac8 3546 * calc/calc-ext.el (calcFunc-evalv): Ditto.
7f6e33e6 3547
bac0fac8 3548 * calc/calc-math.el (calcFunc-sqrt, calcFunc-hypot): Ditto.
7f6e33e6 3549
bac0fac8
CW
3550 * calc/calc-misc.el (math-fixnump, math-fixnatnump)
3551 (calcFunc-trunc, calcFunc-floor, calc-report-bug): Ditto.
3552
3553 * calc/calc-units.el (calcFunc-unsimplify): Ditto.
7f6e33e6 3554
bac0fac8
CW
3555 * calc-aent.el, calc-ext.el, calc-incom.el, calc-misc.el
3556 * calc-sel.el, calc-vec.el, calc-alg.el, calc-fin.el
3557 * calc-keypd.el, calc-mode.el, calc-stat.el, calc-yank.el
3558 * calc-arith.el, calc-forms.el, calc-lang.el, calc-mtx.el
3559 * calc-store.el, calc.el, calc-bin.el, calc-frac.el, calc-macs.el
3560 * calc-poly.el, calc-stuff.el, calcalg2.el, calc-comb.el
3561 * calc-funcs.el, calc-maint.el, calc-prog.el, calc-trail.el
3562 * calcalg3.el, calc-cplx.el, calc-graph.el, calc-map.el
3563 * calc-rewr.el, calc-undo.el, calccomp.el, calc-embed.el
3564 * calc-help.el, calc-math.el, calc-rules.el, calc-units.el
3565 * calcsel2.el: Style cleanup; don't put closing parens on their
3566 own line, add "foo.el ends here" to each file, and update
3567 copyright date.
3568
3569 * README: Update maintainer.
3570
16a2f75a
RS
35712001-11-13 Richard M. Stallman <rms@gnu.org>
3572
cc84b70f
RS
3573 * progmodes/compile.el (recompile): Use compilation-arguments if
3574 set, so as to be able to M-x recompile the exact command which
3575 created a compilation-mode buffer.
3576
16a2f75a
RS
3577 * progmodes/ada-mode.el (ada-fill-comment-prefix): Doc fix.
3578
02beb936
RS
35792001-11-13 Gerd Moellmann <gerd@gnu.org>
3580
7f6e33e6 3581 * mouse.el (mouse-drag-region): Don't run the up-event
02beb936
RS
3582 handler if window start changed due to the down-mouse event.
3583
35842001-11-13 Richard M. Stallman <rms@gnu.org>
3585
3586 * mouse.el (mouse-show-mark): Either move point to the mark
3587 or use highlighting, never both.
3588 (mouse-buffer-menu): If WINDOW is a frame, select its selected window.
3589
35902001-11-13 Simon Josefsson <jas@extundo.com>
3591
1699c6af
RS
3592 * mail/smtpmail.el (top-level): Change maintainer to Simon
3593 Josefsson, cleanup the smtpmail.el header.
3594
3595 * mail/smtpmail.el (top-level): Don't require cl or base64.
3596 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3597 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd):
3598 Defsubst instead of defmacro.
3599 (smtpmail-intersection): Return value in reverse order.
3600 (smtpmail-open-stream): Use stringp instead of string-to-list.
3601 (smtpmail-open-stream, smtpmail-try-auth-methods): New functions,
3602 separated from smtpmail-via-smtp.
02beb936
RS
3603
3604 * mail/smtpmail.el (top-level): Autoload starttls, mail-utils and
3605 rfc2104. Require base64 and cl.
3606 (smtpmail-smtp-service): Doc fix. :type fix.
3607 (smtpmail-debug-info): Doc fix.
3608 (smtpmail-debug-verb, smtpmail-auth-credentials)
7f6e33e6
SM
3609 (smtpmail-starttls-credentials, smtpmail-auth-supported):
3610 New variables.
02beb936
RS
3611 (smtpmail-deduce-address-list, smtpmail-send-it): Don't require
3612 mail-utils (it is autoloaded).
3613 (smtpmail-cred-server, smtpmail-cred-port, smtpmail-cred-key)
3614 (smtpmail-cred-user, smtpmail-cred-cert, smtpmail-cred-passwd)
7f6e33e6 3615 (smtpmail-find-credentials, smtpmail-intersection): New utility funs.
02beb936
RS
3616 (smtpmail-via-smtp): Support STARTTLS, if binary is installed.
3617 (smtpmail-via-smtp): Support AUTH.
3618 (smtpmail-via-smtp): Use `smtpmail-debug-verb' to control VERB.
3619
36202001-11-13 Richard M. Stallman <rms@gnu.org>
3621
3622 * ebuff-menu.el (electric-buffer-update-highlight): New function.
3623 (electric-buffer-overlay): New variable.
3624 (electric-buffer-menu-looper): Call electric-buffer-update-highlight.
3625 (electric-buffer-list): Likewise.
3626
fad241d3 3627 * isearch.el (isearch-whitespace-chars): Doc fix.
37606ed8 3628 (isearch-mode): Handle negative search-slow-window-lines correctly.
fad241d3 3629
5ebcaf36
SM
36302001-11-13 Stefan Monnier <monnier@cs.yale.edu>
3631
9145f1c2
SM
3632 * newcomment.el (comment-normalize-vars): Handle a nil comment-padding.
3633
5ebcaf36 3634 * progmodes/ada-mode.el (ada-fill-comment-prefix): GNAT wants 2 spaces.
37606ed8 3635 From Emmanuel Briot <briot@act-europe.fr>.
5ebcaf36 3636
31b85a14
EZ
36372001-11-13 Colin Walters <walters@debian.org>
3638
3639 * calc/calc.el (calc-unread-command): Use `unread-command-events'.
3640
3641 * calc/calc-mode.el (calc-settings-file-name): Don't hardcode
3642 "~/.emacs"; use `read-file-name'.
3643
3644 * calc/calc-graph.el, calc/calc-embed.el, calc/calc-graph.el
5ebcaf36
SM
3645 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-prog.el
3646 * calc/calc-sel.el, calc/calc-store.el, calc/calc-yank.el
31b85a14
EZ
3647 * calc/calc.el: Use `frame-width' instead of `screen-width',
3648 `frame-height' instead of `screen-height', and,
3649 `executing-kbd-macro' instead of `executing-macro'.
3650
3651 * calc/calc-embed.el (calc-do-embedded): Call `y-or-n-p' with
3652 correct number of arguments.
3653
5ebcaf36
SM
3654 * calc/calc-aent.el (calc-do-alg-entry):
3655 Use `blink-paren-function' instead of `blink-paren-hook'.
31b85a14 3656
2fa8f8a4
RS
36572001-11-12 Richard M. Stallman <rms@gnu.org>
3658
ade67f6a
RS
3659 * calendar/todo-mode.el (todo-save): Add save-excursion
3660 and save-restriction.
3661
1c1d3d69
RS
3662 * server.el (server-edit, server-done): Doc fix.
3663
2fa8f8a4
RS
3664 * simple.el (clone-indirect-buffer): Error if major mode symbol
3665 has a no-clone-indirect property.
3666 (clone-buffer): Check for obvious errors before reading clone name.
3667
3668 * info.el (Info-mode): Add a no-clone-indirect property.
3669
99cb8c8b
SS
36702001-11-12 Sam Steingold <sds@gnu.org>
3671
3672 * vc.el (vc-print-log): Bind `inhibit-read-only' to t before and
3673 set-buffer-modified-p to nil after `vc-exec-after'.
3674 * log-view.el (log-view-mode-map): Bind "q", "z", "m" and "d".
3675 (log-view-mode): Make read-only.
3676 (log-view-current-file): Do final `expand-file-name' in the
3677 current `default-directory'.
3678 (log-view-current-tag): Take an optional `where' arg.
3679 (log-view-diff): New user command.
3680
acc24704 36812001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
275cffa7
PJ
3682
3683 * progmodes/cpp.el (cpp-choose-face): Fix typo.
3684
e7c8c428
SS
36852001-11-12 Sam Steingold <sds@gnu.org>
3686
3687 * emacs-lisp/cl-indent.el (toplevel): Indent properly
3688 `generic-flet', `generic-labels', `with-accessors',
3689 `with-condition-restarts'.
3690
68d2f12f
RS
36912001-11-12 Richard M. Stallman <rms@gnu.org>
3692
3693 * dired.el: Many trivial doc fixes.
3694 (dired-get-file-for-visit): New function.
3695 (dired-find-alternate-file, dired-mouse-find-file-other-window):
e7c8c428
SS
3696 (dired-view-file, dired-find-file-other-window, dired-display-file):
3697 (dired-find-file): Use dired-get-file-for-visit.
68d2f12f 3698
66b17d3f
RS
36992001-11-12 Alex Schroeder <kensanata@yahoo.com>
3700
3701 * sql.el (sql-mode): Doc change.
3702
3703 * sql.el (sql-mode-syntax-table): The backslash is no longer an
3704 escape character.
3705
273bd541
EZ
37062001-11-12 Colin Walters <walters@debian.org>
3707
3708 * calc/calc-keypd.el (toplevel): Bind mouse buttons.
3709 (calc-do-keypad): Don't attempt to use nonexistent global
3710 mouse-map, use calc-keypad-map.
3711 (calc-keypad-x-left-click): Renamed to calc-keypad-left-click.
3712 (calc-keypad-left-click): Don't use mouse-map; update to new event
3713 interface.
3714 (calc-keypad-x-middle-click, calc-keypad-x-right-click): Ditto.
3715 (calc-keypad-press): Use `unread-command-events' instead of
3716 `unread-command-char'.
3717
3718 * calc/calc-ext.el (calc-init-extensions): Update autoload names
3719 to match files renamed on initial calc import.
3720
acc24704 37212001-11-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3d3f602a 3722
5ebcaf36
SM
3723 * textmodes/flyspell.el (flyspell-default-dictionary):
3724 Fix previous change.
3d3f602a 3725
b789d74a
RS
37262001-11-12 Richard M. Stallman <rms@gnu.org>
3727
3728 * textmodes/flyspell.el (flyspell-default-dictionary):
3729 Fix custom type.
3730
a4cd0cd7
RS
37312001-11-11 Richard M. Stallman <rms@gnu.org>
3732
eafb659a
RS
3733 * calendar/solar.el (solar-sunrise-and-sunset):
3734 Exchange the two extreme values of day-length.
3735
e7c8c428 3736 * progmodes/sh-script.el (sh-must-be-shell-mode):
a4cd0cd7
RS
3737 Allow modes derived from sh-mode.
3738
e7c8c428 3739 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
a4cd0cd7
RS
3740 Turn off error in some re-search-forward calls.
3741
3742 * replace.el (query-replace-skip-read-only): New variable.
3743 (perform-replace): If that variable is non-nil, ignore matches
3744 that have a read-only property.
3745
3746 * derived.el (define-derived-mode): Doc fix.
3747
3748 * server.el (server-buffer-done): Test of server-existing-buffer
3749 was backwards.
3750 (server-existing-buffer): Doc fix.
3751
3752 * textmodes/flyspell.el (flyspell-default-dictionary):
3753 Allow nil as value, and make nil the default.
3754
721c26b8
EZ
37552001-11-11 Eli Zaretskii <eliz@is.elta.co.il>
3756
3757 * menu-bar.el (menu-bar-edit-menu): Don't use x-selection-exists-p if
3758 it is not fboundp.
3759 (clipboard-yank): Ditto.
3760
91e51f9a
EZ
37612001-11-11 Colin Walters <walters@verbum.org>
3762
3763 The following changes are based on patches from
c499f00a 3764 Eli Zaretskii <eliz@is.elta.co.il>, Kai Gro\e,A_\e(Bjohann
91e51f9a
EZ
3765 <Kai.Grossjohann@CS.Uni-Dortmund.DE>, and others.
3766
3767 * calc/calc.el (toplevel): Require calc-macs.
3768 (calc-minibuffer-size): New.
3769 (calcDigit-nondigit): Use it instead of `buffer-size'.
3770 (calcDigit-backspace): Likewise.
3771 (calcDigit-nondigit): Use `minibuffer-contents' instead of
3772 `buffer-string'.
3773 (calc-minibuffer-contains): Use `minibuffer-prompt-end' instead of
3774 `point-min'.
3775 (calcDigit-key): Use `calc-minibuffer-contains' instead of a
3776 `save-excursion'.
3777
3778 * calc/calc-macs.el (calc-record-compilation-date-macro): Return a
3779 simple `setq' form.
3780
3781 * calc/calc-ext.el: (toplevel): Require calc.
3782 (calc-fancy-prefix-map): New.
3783 (calc-fancy-prefix): Use it.
3784 (calc-fancy-prefix-other-key): New.
3785
3786 * calc/calc-aent.el (toplevel): Require calc-macs during compilation.
3787 (calc-do-quick-calc): Use `frame-width' instead of `screen-width'.
3788 (calcAlg-edit): Use `minibuffer-contents' instead of `buffer-string'.
3789 (calcAlg-enter): Likewise.
3790 (calcAlg-enter): Use `minibuffer-prompt-end' instead of `point-min'.
3791
2827a3c1
RS
37922001-11-10 Richard M. Stallman <rms@gnu.org>
3793
a4cd0cd7
RS
3794 * abbrev.el (read-abbrev-file): Don't set save-abbrevs.
3795 (quietly-read-abbrev-file): Doc fix.
3796
3797 * startup.el (command-line): Read standard abbrev
3798 file (abbrev-file-name), if it exists.
3799
3800 * files.el (save-abbrevs): Default value is t.
3801
2827a3c1
RS
3802 * progmodes/compile.el (compile-goto-error): Fix previous change
3803 in the case where subsequent errors have not been parsed yet
3804 because they are in a different source file.
3805
c48dc445
RS
38062001-11-10 Peter Kleiweg <kleiweg@let.rug.nl>
3807
5ebcaf36
SM
3808 * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
3809 Merge two regular expressions into one.
c48dc445
RS
3810 (ps-mode): Make local bindings for `comment-start' and
3811 `comment-start-skip'.
3812 (ps-mode-looking-at-nested): Simplify an if-else construct;
3813 use `set-match-data' to set the result.
3814
38152001-11-10 Richard M. Stallman <rms@gnu.org>
3816
3817 * textmodes/flyspell.el (flyspell-correct-word/local-keymap):
3818 Function deleted.
3819 (flyspell-correct-word): Old definition deleted.
3820 (flyspell-correct-word/mouse-keymap): Renamed to flyspell-correct-word.
3821 All references renamed too.
3822
ebc4ee8d
GM
38232001-11-10 Gerd Moellmann <gerd@gnu.org>
3824
3825 * Makefile.in (finder_setwins, setwins): Exclude Calc.
3826
dbe3a58a
PA
38272001-11-09 Per Abrahamsen <abraham@dina.kvl.dk>
3828
3829 * wid-edit.el (checklist): Removed `:menu-tag'.
3830 (radio-button-choice): Ditto.
3831 (editable-list): Ditto.
3832
acc24704 38332001-11-09 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
3b8d7e6e
PJ
3834
3835 * play/gomoku.el: Move definitions of constants to the beginning
3836 of file, before their use.
3837
5a34aae1
RS
38382001-11-09 Richard M. Stallman <rms@gnu.org>
3839
3840 * textmodes/flyspell.el: Use the keymap property
3841 instead of local-map, and don't use a minor-mode map.
3842 (flyspell-mode-map): Variable deleted.
3843 Don't mess with minor-mode-map-alist.
3844 (calling add-minor-mode): Specify nil for keymap.
3845 And always use add-minor-mode, now that it exists.
3846 (flyspell-overlay-keymap-property-name): Set it to `keymap'.
3847 (flyspell-mode-on): Don't locally bind flyspell-mouse-map
3848 or flyspell-local-mouse-map.
3849 (make-flyspell-overlay): Use flyspell-mouse-map directly.
3850 (flyspell-mode): Doc fix.
3851 (flyspell-mode-on): Don't call make-local-hook.
3852
34decfdb
SS
38532001-11-09 Sam Steingold <sds@gnu.org>
3854
3855 * emacs-lisp/debug.el (debugger-make-xrefs):
3856 Add buttons to all symbols.
3857
d25303d3
AS
38582001-11-09 Andre Spiegel <spiegel@gnu.org>
3859
3860 * vc.el: Add John David Smith to credits.
34decfdb 3861
d25303d3 3862 Suggested by Kalle Olavi Niemitalo <kon@iki.fi>:
34decfdb 3863
d25303d3
AS
3864 * vc-hooks.el (vc-error-occured): Backquotified.
3865 (vc-file-prop-obarray): Use prime length for better efficiency.
3866
3867 * vc.el (vc-clear-context): Fill obarray with 0, not nil.
3868
807378ad
EZ
38692001-11-09 Eli Zaretskii <eliz@is.elta.co.il>
3870
3871 * info.el (Info-file-list-for-emacs): Add entries for Calc.
3872
60ab6064
MB
38732001-11-09 Miles Bader <miles@gnu.org>
3874
3875 * subr.el (functionp): Don't consider macros as functions.
3876
7c1ce64c
MB
38772001-11-08 Miles Bader <miles@gnu.org>
3878
1cf72ff8
MB
3879 * subr.el (functionp): Make work correctly for macros and unbound
3880 symbols.
3881
7c1ce64c
MB
3882 * comint.el (comint-send-input): Fix description of
3883 `comint-process-echoes' in the doc-string.
3884
d38b07f9
EZ
38852001-11-08 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * international/mule.el (make-translation-table): Doc fix.
3888 Suggested by Alex Schroeder <alex@gnu.org>.
3889
5a34aae1
RS
38902001-11-07 Richard M. Stallman <rms@gnu.org>
3891
3892 * info.el (Info-fontify-node): Highlight every third menu item.
3893
61763509
PA
38942001-11-07 Per Abrahamsen <abraham@dina.kvl.dk>
3895
3896 * cus-edit.el (custom-face-value-create): Don't ignore the
3897 `customized-face' attribute when finding the current face spec.
3898
ecd91f5f
SM
38992001-11-07 Stefan Monnier <monnier@cs.yale.edu>
3900
faa29f8b
SM
3901 * subr.el (with-local-quit): New macro.
3902 (make-syntax-table): Always inherit.
3903 (functionp): Be more careful when `object' is a symbol.
3904
ecd91f5f
SM
3905 * dabbrev.el (dabbrev-completion): Use "*Completions*".
3906
7263bb10
PE
39072001-11-07 Paul Eggert <eggert@twinsun.com>
3908
3909 * dired.el (dired-move-to-filename-regexp):
3910 Do not distinguish between ASCII letters and non-ASCII characters.
3911 Don't allow comma except in the form "month day, year".
3912 Don't allow space between month name and comma.
3913 Clean up the code that checks for trailing period, comma, and space.
3914 Remove now-obsolete comments, and add more commentary about
3915 Japanese dates.
3916 Always gobble up trailing spaces, instead of doing it only sometimes.
3917
05e122fe
MB
39182001-11-07 Miles Bader <miles@gnu.org>
3919
3920 * paren.el (show-paren-match-face): Add dark-background variant.
3921
c191d13c
SM
39222001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3923
3924 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Paren typo.
3925 (lisp-mode-variables): Don't set paragraph-{start,separate}.
3926 Don't disable adaptive-fill-mode.
3927 (lisp-fill-paragraph): Use tab-width rather than 8.
3928 Prevent filling the first line of docstrings.
3929
242d2673
RS
39302001-11-06 Richard M. Stallman <rms@gnu.org>
3931
16f97fc3
RS
3932 * play/gomoku.el (gomoku): Doc fix.
3933
c191d13c
SM
3934 * jka-compr.el (jka-compr-partial-uncompress):
3935 Support an alternative of not using dd.
242d2673
RS
3936 (jka-compr-dd-program): Use defcustom to define this.
3937 (jka-compr-load-suffixes): Use defcustom.
3938 (jka-compr-mode-alist-additions): Use defcustom.
3939
c1966bb4
SM
39402001-11-06 Stefan Monnier <monnier@cs.yale.edu>
3941
3942 * font-lock.el (font-lock-match-c-style-declaration-item-and-skip-to-next):
3943 Also work when LIMIT is further than the end of line.
3944
e154cc44
EZ
39452001-11-06 Eli Zaretskii <eliz@is.elta.co.il>
3946
3947 * international/quail.el (quail-update-leim-list-file): Print the
c1966bb4 3948 offending file name if some of its quail-define-package forms is broken.
e154cc44 3949
d5360cc7
RS
39502001-11-05 Richard M. Stallman <rms@gnu.org>
3951
3952 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Return the value
3953 of the evaluated form.
3954
0e6f6028
PE
39552001-11-05 Paul Eggert <eggert@twinsun.com>
3956
3957 * ls-lisp.el (ls-lisp-time-to-seconds): New function.
3958 (ls-lisp-format-time): Emulate GNU fileutils 4.1.1 ls, whose time
3959 stamps always line up by default. Also, it uses a slightly
3960 different window to determine whether files are "recent".
3961
96238a5a
AI
39622001-11-05 Andrew Innes <andrewi@gnu.org>
3963
c1966bb4
SM
3964 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3965 Don't attempt to remake autoloads before nuking .elc files.
96238a5a 3966
982f6c7e
RS
39672001-11-04 Richard M. Stallman <rms@gnu.org>
3968
48461f7c
RS
3969 * emacs-lisp/lisp-mode.el (last-sexp-toggle-display): Cope if
3970 previous-single-property-change or next-single-char-property-change
3971 returns nil.
3972
c1966bb4 3973 * international/mule-cmds.el (set-locale-environment):
830047fd
RS
3974 Make it interactive; make arg optional.
3975
982f6c7e
RS
3976 * international/mule-diag.el (help-funs): Require help-funs.
3977
051a608d
EZ
39782001-11-04 Eli Zaretskii <eliz@is.elta.co.il>
3979
3980 * term/internal.el (term-setup-hook): Add IT-setup-unicode-display.
3981
2c738482
MB
39822001-11-04 Miles Bader <miles@gnu.org>
3983
3984 * startup.el (fancy-splash-head): Reapply Gerd's hack to make the
c1966bb4 3985 shadow of the splash image grey on a dark background instead of black.
2c738482 3986
9c01e545
SM
39872001-11-03 Stefan Monnier <monnier@cs.yale.edu>
3988
c191d13c
SM
3989 * term.el (all faces): Don't (copy-face 'default <foo>).
3990
9c01e545
SM
3991 * term/xterm.el (function-key-map):
3992 Add entry for `ESC [ 3 ~' -> <delete>
3993 Add entries `ESC O 5 [ABCD]' -> C-{up,down,right,left}.
3994 Use inheritance so that .emacs and terminfo take precedence.
3995
aed29b97
EZ
39962001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
3997
3998 * tooltip.el (tooltip-delay): Decrease to 0.7.
3999 (tooltip-hide-delay): Enlarge to 10.
4000
ed638cc9
RS
40012001-11-03 Richard M. Stallman <rms@gnu.org>
4002
4003 * startup.el (fancy-splash-tail): Explain how to recover
4004 from a crash, if there was a crash.
4005 (command-line-1): Reorganize display of startup screen,
d09cb033 4006 to simplify the logic. Use a temp buffer for it.
ed638cc9 4007
9ca8a5a0
EZ
40082001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
4009
d09cb033
SM
4010 * frame.el (set-background-color, set-foreground-color):
4011 Call face-set-after-frame-default, to propagate the new colors to
4012 the frame's parameters alist.
528e1416 4013
9ca8a5a0
EZ
4014 * calendar/timeclock.el (timeclock-out): Signal an error if
4015 timeclock-last-event is nil.
4016
55140940
SM
40172001-11-02 Stefan Monnier <monnier@cs.yale.edu>
4018
d09cb033
SM
4019 * textmodes/fill.el (fill-context-prefix): Fix braino.
4020
4021 * international/quail.el (quail-help):
4022 Use `help-buffer' and move `help-setup-xref' to beginning.
4023
4024 * international/mule-cmds.el (describe-language-environment):
4025 Use `help-buffer' and move `help-setup-xref' to beginning.
4026
55140940
SM
4027 * international/mule-diag.el (list-character-sets)
4028 (sort-listed-character-sets, describe-character-set)
4029 (describe-coding-system, describe-fontset, list-fontsets):
4030 Use `help-buffer' and move `help-setup-xref' to beginning.
4031 (describe-char-after): Use `internal-describe-syntax-value'.
4032
e6bff182
RS
40332001-11-02 Richard M. Stallman <rms@gnu.org>
4034
4035 * mouse.el (popup-menu): If the user refuses to select
4036 from a menu, don't try to invoke the menu.
4037
e8cdeaca
MB
40382001-11-02 Miles Bader <miles@gnu.org>
4039
4040 * help-mode.el (help-xref): New button type.
4041 (help-function, help-variable, help-face, help-coding-system)
4042 (help-input-method, help-character-set, help-type, help-symbol)
4043 (help-back, help-info, help-customize-variable, help-customize-face)
4044 (help-function-def, help-variable-def): Use it as a supertype.
4045 Remove `action' property.
4046
4047 * international/mule-diag.el (describe-character-set)
4048 (describe-coding-system): Pass correct args to `help-xref-button'.
4049 (sort-listed-character-sets): New button type.
4050 (list-character-sets): Use it.
4051 (list-charset-chars): New button type.
4052 (list-character-sets-1): Use it.
4053
40542001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu>
c22e59e1
SM
4055
4056 * indent.el (tab-always-indent, indent-for-tab-command):
4057 Remove redundant `never' setting.
2d78d3e8
SM
4058
4059 * fill.el (fill-region-as-paragraph): Don't forget to skip
4060 over current whitespace before looking for a preceding space.
4061
9271ed2c
RS
40622001-11-01 Richard M. Stallman <rms@gnu.org>
4063
e6bff182
RS
4064 * files.el (file-newest-backup): Don't pass backup file name
4065 thru file-name-sans-versions, because it never has version numbers.
4066
4067 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp
4068 to avoid ambiguous nested loops.
55140940 4069
9271ed2c
RS
4070 * files.el (find-file-noselect): Offer to change buffer-read-only
4071 only when the file's read-only status has changed from before
4072 as well as disagreeing with the buffer's current status.
4073 (buffer-file-read-only): New var, local in all buffers.
4074
4075 * buff-menu.el (buffer-menu): Doc fix.
4076 (buffer-menu-other-window): Doc fix.
4077 (list-buffers, list-buffers-noselect): Doc fix.
4078
7360b8aa
GM
40792001-11-01 Gerd Moellmann <gerd@gnu.org>
4080
4081 * startup.el (command-line): If the terminal Emacs is running on
4082 has erase char set to ^H, use the Backspace key for deleting
4083 backward, and the Delete key for deleting forward.
4084
588c722f
MB
40852001-11-01 Miles Bader <miles@gnu.org>
4086
4087 * button.el (define-button-type): Make sure every user-defined
4088 button type has a supertype.
4089
74142afe
JR
40902001-10-31 Jason Rumney <jasonr@gnu.org>
4091
4092 * international/mule-cmds.el (locale-language-names): Add chs and
4093 cht as aliases for Chinese-GB and Chinese-BIG5.
4094
e6188964
RS
40952001-10-31 Richard M. Stallman <rms@gnu.org>
4096
4097 * bindings.el (mode-line-frame-identification): Add doc string.
4098 (mode-line-position, mode-line-modes): New variables.
4099 (mode-line-format): Use mode-line-position for the part
c22e59e1
SM
4100 that displays the position-in-buffer info.
4101 Use mode-line-modes for the part that displays major and minor modes.
e6188964 4102
cc1bde62
SS
41032001-10-31 Sam Steingold <sds@gnu.org>
4104
4105 * emacs-lisp/debug.el (debugger-make-xrefs): New function.
4106 (debugger-setup-buffer): Call it.
4107 (debugger-mode-map): Bind RET and mouse-2.
4108
acc24704 41092001-10-31 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
2b209b97
PJ
4110
4111 * startup.el: Document command line option --no-window-system
4112 instead of --no-windows.
4113
d4945dfb
SM
41142001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4115
cbe52879
SM
4116 * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip.
4117
bf9bb76f
SM
4118 * font-lock.el (java-font-lock-syntactic-face-function): New fun.
4119 (font-lock-defaults-alist): Use it.
4120 From David Ponce <david.ponce@wanadoo.fr>
4121
4122 * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare
4123 output of `char-after'.
4124
747d3f2a
SM
4125 * bindings.el (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.
4126
d4945dfb
SM
4127 * simple.el (reindent-then-newline-and-indent): Insert the newline
4128 before indenting the first line.
4129 (undo-get-state, undo-revert-to-state): New funs.
4130 (shell-command): Don't kill the buffer even if empty.
4131 (transpose-subr-start1, transpose-subr-start2, transpose-subr-end1)
4132 (transpose-subr-end2): Remove.
4133 (transpose-subr): Add `special' arg and simplify.
4134 (transpose-subr-1): Rewrite.
4135 (do-auto-fill): Use fill-indent-according-to-mode and fill-nobreak-p.
4136 (rfc822-goto-eoh): Simplify.
4137
3a426197
RS
41382001-10-30 Richard M. Stallman <rms@gnu.org>
4139
3e3d3704 4140 * enriched.el (enriched-face-ans): Fix previous change.
3a426197 4141
3f99f948
GM
41422001-10-30 Gerd Moellmann <gerd@gnu.org>
4143
4144 * international/iso-acc.el (iso-accents-compose): Remove a
4145 superfluous setq.
4146
ae830159
EZ
41472001-10-30 Eli Zaretskii <eliz@is.elta.co.il>
4148
4149 * buff-menu.el (list-buffers-noselect): If the buffer's name
4150 starts with a blank, but it visits a file, do show it (for files
4151 whose names start with a blank).
4152
8e8223e2
SM
41532001-10-30 Stefan Monnier <monnier@cs.yale.edu>
4154
4155 * textmodes/fill.el (sentence-end-double-space)
4156 (sentence-end-without-period): Move to paragraphs.el.
4157 (fill-indent-according-to-mode): Change default to t.
4158 (fill-context-prefix): Simplify control-flow and use a more
4159 sophisticated merge that unifies both previous checks.
4160 (fill-single-word-nobreak-p, fill-french-nobreak-p): New funs.
4161 (fill-nobreak-predicate): Make it into a defcustom'd hook.
4162 (fill-nobreak-p): New fun.
4163 (fill-region-as-paragraph): Use it.
4164 Handle `fill-indent-according-to-mode' slightly differently.
4165 (fill-individual-paragraphs-prefix): Simplify the control-flow.
4166 (fill-individual-paragraphs-citation): Fix.
4167
4168 * textmodes/paragraphs.el (use-hard-newlines): Use define-minor-mode.
4169 (paragraph-start): Change default to the `text-mode' value.
4170 (sentence-end-double-space, sentence-end-without-period):
4171 Move from fill.el.
4172 (forward-paragraph): Use `parstart' and `parsep' for temp variables
4173 rather than rebinding `paragraph-start' and `paragraph-separate'.
4174
4175 * indent.el (indent-line-function): Change default to indent-relative.
d4945dfb 4176 (tab-always-indent): Add an `never' setting.
8e8223e2
SM
4177 (indent-according-to-mode): Handle `indent-relative' and
4178 `indent-relative-maybe' specially.
4179 (indent-for-tab-command): Rename `prefix-arg' to `arg'.
d4945dfb 4180 Handle the `never' case for `tab-always-indent'.
8e8223e2
SM
4181 Don't call indent-according-to-mode for indent-relative' and
4182 `indent-relative-maybe'.
4183 (insert-tab): Rename `prefix-arg' to `arg'.
4184 (indent-region): Indent the first line as well.
4185 (indent-relative): Don't mark the buffer modified if the indentation
4186 is unchanged.
4187
4188 * textmodes/text-mode.el (paragraph-indent-minor-mode):
4189 Don't set paragraph-separate. Set paragraph-start more carefully.
4190 Set indent-line-function.
4191 (paragraph-indent-text-mode): Use it and define-derived-mode.
4192 (text-mode-map): Remove the \t binding.
4193 (text-mode): Simplify now that the default is more favorable.
4194
41952001-10-29 Stefan Monnier <monnier@cs.yale.edu>
4196
4197 * emacs-lisp/find-func.el (find-function-search-for-symbol):
4198 If the regexp doesn't match, use a looser one.
4199 (find-variable-noselect): Add `file' argument.
4200
4201 * pcvs.el (cvs-mode-commit-hook): New hook.
4202 (cvs-mode-commit): Run it.
4203
4204 * log-edit.el (log-edit): Run hook after `log-edit-files'.
4205
4206 * emacs-lisp/edebug.el (delay-mode-hooks): Add edebug-spec.
4207 (edebug-instrument-function): Use `find-function-noselect'.
4208
dead519d
RS
42092001-10-29 Richard M. Stallman <rms@gnu.org>
4210
4d083a8f
RS
4211 * term.el (term-if-emacs19): Macro deleted.
4212 Callers changed to use progn instead.
4213
4214 * frame.el (blink-cursor-mode): Doc fix.
4215
8767d866
RS
4216 * files.el (find-backup-file-name): Use make-backup-file-name.
4217
dead519d
RS
4218 * emacs-lisp/edebug.el (edebug-window-live-p): Always alias to
4219 window-live-p.
4220 (edebug-set-conditional-breakpoint): Unconditionally use
4221 the former Emacs >=19 definition.
4222 (edebug-mark): Define unconditionally.
4223 (edebug-eval-expression): Always call read-from-minibuffer
4224 and specify history list.
4225 (edebug-lemacs-specific): Override emacs-mark, edebug-window-live-p,
4226 edebug-set-conditional-breakpoint.
4227 (edebug-emacs-version-specific): Function deleted;
4228 do the job at top level.
4229 (edebug-emacs-19-specific): Function deleted, this is the default.
4230
bcaf1c36
SS
42312001-10-29 Sam Steingold <sds@gnu.org>
4232
4233 * w32-fns.el (convert-standard-filename): Handle cygwin-specific
4234 "/cygdrive/LETTER/" pathnames.
4235
e76ecac5
EZ
42362001-10-29 Eli Zaretskii <eliz@is.elta.co.il>
4237
4238 * faces.el (invert-face): Check for 'unspecified, not for nil,
8e8223e2
SM
4239 when testing whether face colors are not specified.
4240 From David.Kastrup@t-online.de (David Kastrup).
95125512 4241 (read-face-name): Doc fix.
bcaf1c36 4242 (make-face-bold, make-face-unbold, make-face-italic)
8e8223e2
SM
4243 (make-face-unitalic, make-face-bold-italic, invert-face):
4244 Remove trailing blank from the prompt passed to read-face-name.
e76ecac5 4245
d90a41e8
SS
42462001-10-29 Sam Steingold <sds@gnu.org>
4247
8e8223e2
SM
4248 * emacs-lisp/bytecomp.el (byte-recompile-directory):
4249 Report numbers of files skipped and failed too.
d90a41e8
SS
4250 (byte-compile-file): Return 'no-byte-compile for skipped files.
4251
c499f00a 42522001-10-29 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
e2c2a3e2
KG
4253
4254 * log-view.el (log-view-mode-map): Bind `M-n' and `M-p', not `M n'
4255 and `M p'.
4256
f6f4bfb3
GM
42572001-10-29 Gerd Moellmann <gerd@gnu.org>
4258
4259 * international/iso-acc.el (iso-accents-compose): Push SECOND-CHAR
4260 as is on unread-command-events instead of `(SECOND-CHAR)'.
4261
a4809977
AS
42622001-10-29 Andre Spiegel <spiegel@gnu.org>
4263
4264 * vc.el: Mention vc-*-switches in backend API documentation.
4265 (vc-annotate): Adapt doc string to recent change.
4266
0ccfdad2
GM
42672001-10-29 Gerd Moellmann <gerd@gnu.org>
4268
3f08fcd2
GM
4269 * enriched.el (enriched-face-ans): Handle face attributes
4270 of the form `(FACE1 FACE2 ...)'.
4271
8e8223e2 4272 * dired-x.el (dired-omit-startup): Show ``Omit'' only in Dired buffers.
0ccfdad2 4273
60ebcfe8
GM
42742001-10-29 Alex Schroeder <kensanata@yahoo.com>
4275
4276 * progmodes/sql.el (sql-mysql): Doc change by RMS.
4277
4278 * progmodes/sql.el (sql-db2): Doc change.
4279 (sql-help): Doc change by Christian Egli <christian.egli@stest.ch>.
4280 (sql-mysql): Doc change by Christian Egli <christian.egli@stest.ch>.
4281
6fd735df
GM
42822001-10-29 Gerd Moellmann <gerd@gnu.org>
4283
4284 * env.el (substitute-env-vars): Don't quote argument to `rx';
4285 it's a macro.
4286
8997e990
GM
42872001-10-28 Per Abrahamsen <abraham@dina.kvl.dk>
4288
4289 * cus-start.el (recursive-load-depth-limit): Added.
4290
eef442a5
RS
42912001-10-28 Richard M. Stallman <rms@gnu.org>
4292
36656ee3
RS
4293 * textmodes/ispell.el (version18p, version20p): Vars deleted.
4294 All uses removed--assume Emacs version is >= 20.
4295
4296 * mail/supercite.el (sc-emacs-features): Test for "Emacs 19"
4297 by really checking that it is not version 18.
4298
eef442a5
RS
4299 * emacs-lisp/lisp-mode.el (eval-defun): Doc fix.
4300
5bbf4378
MB
43012001-10-28 Miles Bader <miles@gnu.org>
4302
4303 * faces.el (face-attribute): Add INHERIT argument, consider face
4304 inheritance if it's non-nil.
4305 (face-attribute-merged-with): New function.
4306 (face-attribute-specified-or): New macro.
4307 (face-foreground, face-background, face-stipple): Add INHERIT
4308 argument. Use `face-attribute-specified-or'.
4309
8259bf10
SM
43102001-10-28 Stefan Monnier <monnier@cs.yale.edu>
4311
4312 * font-lock.el: Require `syntax'.
4313 (font-lock-defaults-alist): Don't define keywords for lisp languages.
4314 Use `c-font-lock-syntactic-face-function' for c languages.
4315 (font-lock-mode): Don't unset vars when turning the mode off.
4316 (font-lock-default-fontify-buffer): Don't unset vars at the end.
4317 (font-lock-extra-managed-props): New var.
4318 (font-lock-default-unfontify-region): Use it.
4319 (font-lock-apply-syntactic-highlight): Flush the syntax cache.
4320 Don't eval the value when there's no match.
4321 (font-lock-ppss-stats): New var.
4322 (font-lock-ppss): New fun.
4323 (font-lock-fontify-syntactically-region): Use it and syntax.ppss.
4324 (font-lock-apply-highlight): Allow `highlight' to set several props.
4325 (font-lock-set-defaults): Use dolist.
4326 (font-lock-unset-defaults): Remove.
4327 (font-lock-match-c-style-declaration-item-and-skip-to-next):
4328 Try to recognize prototypes using `foo P_ ((args))'.
4329 ({c,c++,java,objc}-font-lock-keywords-{1,2,3}): Don't setq a defconst.
4330 (c-font-lock-keywords-2): Fix last change to still use Anders' trick.
4331 (c-font-lock-syntactic-face-function): New function.
4332 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
4333 (c++-keywords): Use a more sophisticated regexp to handle
4334 shallowly nested templates.
4335
001c08a1
SM
43362001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4337
8259bf10
SM
4338 * textmodes/sgml-mode.el (sgml-empty-tags): New var.
4339 (sgml-tag): Use it. Cleanup with `cond'.
4340 (sgml-tags-invisible): Make sgml-tags-invisible buffer-local.
4341 Mark the overlays and only delete those that are marked.
4342 (sgml-skip-close-p): Remove.
4343 (sgml-value): Replace sgml-skip-close-p with its definition.
4344 (html-tag-alist): Use sgml-xml a bit more.
4345 (html-mode): Set sgml-empty-tags.
4346
001c08a1
SM
4347 * textmodes/texnfo-upd.el: Use `when', `dolist', `push', ...
4348 (texinfo-update-node, texinfo-sequential-node-update):
4349 Don't bind the obsolete `auto-fill-hook'.
4350 (texinfo-multi-file-included-list,texinfo-multi-file-master-menu-list):
4351 Use `set-buffer' rather than `switch-to-buffer'.
4352 (texinfo-multi-file-update): Use "Top" rather than `up-node-name'.
4353 Use `set-buffer' rather than `switch-to-buffer'.
4354
4355 * mail/sendmail.el (mail-mode-syntax-table): Let it inherit from
4356 text-mode-syntax-table.
4357 (mail-mode): Use define-derived-mode.
4358 Fix ordering of alternatives in adaptive-fill-regexp.
4359 (mail-mode-map): Don't rely on keymap's internal representation.
4360
c77c3a73
SS
43612001-10-27 Sam Steingold <sds@gnu.org>
4362
4363 * textmodes/sgml-mode.el (sgml-xml): Renamed from `html-xhtml'.
4364 (sgml-xml-guess): Extracted from `html-mode' and generalized.
4365 (sgml-mode-common): Call it.
4366 (sgml-mode, html-mode): Set `mode-name' based on `sgml-xml'.
4367 (sgml-tag, sgml-skip-close-p, html-tag-alist, html-line)
4368 (html-horizontal-rule, html-image, html-ordered-list):
4369 (html-unordered-list, html-list-item, html-paragraph):
4370 (html-checkboxes, html-radio-buttons): Use `sgml-xml' instead of
4371 `html-xhtml'.
4372
8e5ff9aa
EZ
43732001-10-26 Masayuki Ataka <ataka@milk.freemail.ne.jp>
4374
4375 * textmodes/texinfmt.el (texinfo-format-ifnotinfo): New function.
4376 (ifnothtml): New alias.
4377
b9c6ab68
SM
43782001-10-27 Stefan Monnier <monnier@cs.yale.edu>
4379
4380 * textmodes/text-mode.el (text-mode): Use define-derived-mode.
4381 (toggle-text-mode-auto-fill): Use derived-mode-p.
4382
cfc3aed3
GM
43832001-10-27 Gerd Moellmann <gerd.moellmann@t-online.de>
4384
4385 * net/ange-ftp.el (ange-ftp-send-cmd): Call fix-name-func for
4386 `mdtm'. From "Forrest Cahoon" <forrest.cahoon@merrillcorp.com>.
4387
bd6eb1cb
EZ
43882001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4389
bcfb9eff
SM
4390 * term/pc-win.el (x-frob-font-slant, x-frob-font-weight):
4391 Add make-obsolete cookies, to follow faces.el.
944e6f60 4392
bd6eb1cb 4393 These changes avoid warnings from the byte compiler in faces.el:
bcfb9eff 4394
bd6eb1cb
EZ
4395 * faces.el (internal-get-face): Use facep instead of the obsolete
4396 internal-find-face.
bcfb9eff
SM
4397 (internal-frob-font-weight, internal-frob-font-slant):
4398 New defaliases for obsolete functions.
4399 (x-make-font-bold, x-make-font-demibold, x-make-font-unbold)
4400 (x-make-font-italic, x-make-font-oblique, x-make-font-unitalic)
bd6eb1cb
EZ
4401 (x-make-font-bold-italic): Use internal-frob-font-weight and
4402 internal-frob-font-slant aliases instead of the obsolete
4403 x-frob-... functions.
4404
58203d91
SS
44052001-10-26 Sam Steingold <sds@gnu.org>
4406
4407 * textmodes/sgml-mode.el (html-mode): Set `html-xhtml' from the
e5d1dee9 4408 DOCTYPE; set `mode-name' based on it.
58203d91
SS
4409 (html-tag-alist): Use `html-xhtml' for "li", "dt" and "dd".
4410 (sgml-tag): Close empty tags in XHTML.
4411
317672ff
JR
44122001-10-26 Jason Rumney <jasonr@gnu.org>
4413
4414 * w32-fns.el: (w32-charset-info-alist): Use ANSI for iso10646-1
4415 when UNICODE is not defined.
4416
07fedaed
SS
44172001-10-26 Sam Steingold <sds@gnu.org>
4418
4419 * font-lock.el (c-font-lock-keywords-2): Do not require labels to
4420 be alone on the line.
4421
d4e34d24
EZ
44222001-10-26 Eli Zaretskii <eliz@is.elta.co.il>
4423
bcfb9eff 4424 * button.el (button): Special face definition for MS-DOS terminals.
d4e34d24 4425
187cd25b
SS
44262001-10-26 Sam Steingold <sds@gnu.org>
4427
4428 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4429 Protect the /= test by checking that the args are non-nil.
b9c6ab68 4430 (sh-font-lock-close-heredoc): Check eof for being non-nil.
187cd25b 4431
63db25ed
GM
44322001-10-26 Tomas Abrahamsson <tab@lysator.liu.se>
4433
4434 * textmodes/artist.el (artist-version): 1.2.4.
4435 (artist-butlast-fn): New variable.
4436 (artist-butlast): New function.
4437 (artist-ellipse-mirror-quadrant): Use it.
4438 (artist-mouse-draw-poly): Use nil for `point-list'.
4439 (artist-mouse-draw-poly): Check for point-list being nil.
4440
627a4e30
GM
44412001-10-26 Peter Kleiweg <kleiweg@let.rug.nl>
4442
4443 * progmodes/ps-mode.el (ps-mode-print-function): Remove quote for
4444 lambda expression.
4445 (ps-mode-menu-main): Submenu with options on/off was replaced with
4446 a toggle button.
4447 (ps-mode, ps-run-mode): Define with `define-derived-mode'
4448 (ps-mode): Autoload cookie added on same line as comment
4449 (ps-mode-tabkey, ps-mode-backward-delete-char):
4450 (ps-mode-r-balance): Replace `delete-horizontal-space' and
4451 `indent-to' with `indent-line-to'
4452 (ps-mode-print-buffer, ps-mode-print-region): Use `funcall'
4453 instead of `eval'.
4454 (ps-mode-print-region): Use `with-temp-buffer'.
b9c6ab68 4455 (ps-run-start): Use of `mapconcat'. Use `apply' instead of `eval'.
627a4e30
GM
4456 (numerous places): Add back-tick and tick around names in
4457 docstrings, fix punctuation in docstrings, remove trailing spaces.
187cd25b 4458
bcfb9eff
SM
44592001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4460
4461 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Ignore comments.
4462 (sgml-font-lock-keywords-2): Use `eval'. Moved from sgml-mode-common.
4463 (sgml-font-lock-syntactic-keywords): New var.
4464 (sgml-mode-common): Drop the two args.
4465 Don't make buffer-local variables that aren't used.
4466 Don't set sgml-font-lock-keywords-2 now that it uses `eval instead.
4467 Don't set `before-string' props from sgml-display-text.
4468 (sgml-mode): Use define-derived-mode.
4469 (sgml-tags-invisible): Use sgml-display-text.
4470 (sgml-quote): New command.
4471 (html-tag-alist): Add args for `span'.
4472 (html-mode): Use define-derived-mode.
4473 Set sgml-display-text and sgml-tag-face-alist.
4474
598f34fa
SS
44752001-10-25 Sam Steingold <sds@gnu.org>
4476
4477 * add-log.el (add-log-always-start-new-record): New user option.
4478 (add-change-log-entry): Use it.
4479
a3fbafe2
RS
44802001-10-25 Richard M. Stallman <rms@gnu.org>
4481
4482 * progmodes/etags.el (tags-query-replace): Make tags-loop-scan
4483 bind case-fold-search if FROM is not all lower case.
4484
5b6a51aa
GM
44852001-10-25 Gerd Moellmann <gerd@gnu.org>
4486
dfe92a6a
GM
4487 * startup.el (normal-top-level): Check for frame-initial-frame
4488 only if it's really used.
4489
879eadc3
GM
4490 * mail/mh-utils.el (mh-recenter): Call recenter with arg `(4)'.
4491
5b6a51aa
GM
4492 * progmodes/compile.el (compilation-parse-errors-filename-function):
4493 New variable.
4494 (compilation-parse-errors): Use it.
4495
d73a471b
SM
44962001-10-25 Stefan Monnier <monnier@cs.yale.edu>
4497
4498 * emacs-lisp/checkdoc.el (checkdoc-eval-defun): Call eval-defun
4499 interactively so that C-u M-C-x still does edebug.
4500 (checkdoc-sentencespace-region-engine): Don't force a double-space
4501 after `.' if it doesn't look like an end-of-sentence.
4502 (debug-ignored-errors): Add `disambiguate ...'.
4503
45042001-10-24 Stefan Monnier <monnier@cs.yale.edu>
4505
4506 * textmodes/texinfo.el (texinfo-environments)
bcfb9eff 4507 (texinfo-environment-regexp): Hoist.
d73a471b
SM
4508 (texinfo-font-lock-keywords): Use `italic' and `bold' faces.
4509 Only highlight the menu name in menu items.
4510 Setup `@foo ... @end foo' as text clones.
4511 (texinfo-clone-environment): New function.
4512 (texinfo-mode): Simplify auto-fill-inhibit-regexp.
4513 (texinfo-insert-block): Simplify.
4514 (texinfo-insert-quote): Insert a plain " if preceded by \ or if
4515 the command is repeated.
4516 (texinfo-last-unended-begin, texinfo-next-unmatched-end): New funs.
4517 (texinfo-insert-@end): Simplify.
4518
4519 * textmodes/texnfo-upd.el (texinfo-section-types-regexp)
4520 (texinfo-section-level-regexp, texinfo-subsection-level-regexp)
4521 (texinfo-subsubsection-level-regexp)
4522 (texinfo-update-menu-same-level-regexps)
4523 (texinfo-update-menu-higher-regexps)
bcfb9eff 4524 (texinfo-update-menu-lower-regexps): Hoist to eliminate warnings.
d73a471b
SM
4525
4526 * derived.el (define-derived-mode): Use {delay,run}-mode-hooks.
4527 (derived-mode-p): Autoload.
4528
4529 * subr.el (delay-mode-hooks, delayed-mode-hooks, run-mode-hooks):
4530 New vars and functions.
4531 (text-clone-maintain, text-clone-create): New functions.
4532
f66bd220
MB
45332001-10-25 Miles Bader <miles@gnu.org>
4534
4535 * facemenu.el (facemenu-add-new-face): Fix variable names.
4536
b617a66b
RS
45372001-10-24 Richard M. Stallman <rms@gnu.org>
4538
d436d538
RS
4539 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4540 of t and nil values.
4541 (facemenu-set-face): Handle START and END interactively.
4542 (facemenu-set-foreground): Don't use a face; specify color directly.
4543 (facemenu-set-background): Likewise.
4544 (facemenu-set-face-from-menu): Doc fix.
4545 (facemenu-active-faces): Use face-attribute-vector
4546 to handle bare attributes not in faces.
4547 (facemenu-get-face): Don't handle face names fg:... and bg:...
4548 specially.
4549 (facemenu-add-new-face): New argument MENU.
4550 New way to handle adding colors to the color menus.
4551
b617a66b
RS
4552 * env.el (substitute-env-vars): Quote the arg to rx.
4553
7b611de0
SS
45542001-10-24 Sam Steingold <sds@gnu.org>
4555
4556 * mouse.el (mouse-buffer-menu-mode-groups): Added "Version
c71a58a3 4557 Control" and "SGML" groups.
7b611de0 4558
c533fe40
SM
45592001-10-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4560
4561 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4562 Better handling of C++ template args to avoid confusion with `<'
4563 and `>' used as operators in member init expressions.
4564
bdbdebff
GM
45652001-10-24 Gerd Moellmann <gerd@gnu.org>
4566
4aa6b955
GM
4567 * replace.el (perform-replace): Move START and END parameters
4568 to the end of the argument list and make them optional.
4569
4570 * progmodes/ebrowse.el, progmodes/etags.el: Adapt to change in
4571 perform-replace.
4572
c533fe40 4573 * international/fontset.el (x-must-resolve-font-name): New function.
bdbdebff
GM
4574 (x-complement-fontset-spec): Use it.
4575
0033146f
SM
45762001-10-23 Stefan Monnier <monnier@cs.yale.edu>
4577
e07777e6
SM
4578 * uniquify.el (uniquify-get-proposed-name): Fix (.. "usr" "/usr" 0).
4579
0033146f
SM
4580 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4581 Turn caadr into caar of cdr.
4582
24db49fb
GM
45832001-10-23 Gerd Moellmann <gerd@gnu.org>
4584
e07777e6 4585 * info.el (Info-fontify-node): Bind down-mouse-{1,2} instead
61fd8d32
GM
4586 of mouse-{1,2} since dragging is on the down event.
4587
c51488cd
GM
4588 * play/doctor.el (make-doctor-variables): Remove a '($ please)'.
4589
197a9dfd
GM
4590 * mail/mh-utils.el (mh-recenter): Call `recenter' with arg t
4591 if ARG is nil.
4592
24db49fb
GM
4593 * desktop.el (desktop-last-buffer): New variable.
4594 (desktop-create-buffer): Set it.
4595 (desktop-read): Bind it and switch to that buffer.
4596
e38e2839
GM
45972001-10-22 Gerd Moellmann <gerd@gnu.org>
4598
e07777e6
SM
4599 * progmodes/compile.el (compilation-set-window-height):
4600 Select old window only if it's still live.
e38e2839 4601
acc24704 46022001-10-22 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
784b8937
PJ
4603
4604 * help-mode.el (help-buffer): Remove debugging code.
4605 From Stefan Monnier <monnier@cs.yale.edu>.
4606
b704d54b
EZ
46072001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4608
e07777e6
SM
4609 * files.el (file-name-sans-extension, file-name-extension):
4610 Don't count the leading dots in file names as signaling an extension.
b704d54b 4611
fb2fa4a9
AS
46122001-10-22 Andre Spiegel <spiegel@gnu.org>
4613
4614 * vc.el (vc-diff-switches): Doc rewritten.
4615
7142670a
EZ
46162001-10-22 Eli Zaretskii <eliz@is.elta.co.il>
4617
4b2bb9be
EZ
4618 * tooltip.el (tooltip-set-param): Doc fix.
4619
2840d653
EZ
4620 * textmodes/sgml-mode.el (sgml-mode-map): Bind 8-bit codes above
4621 127 to sgml-maybe-name-self.
4622 (sgml-name-8bit-mode): Doc fix.
4623 (sgml-char-names-table): New variable.
4624 (sgml-name-char): Support non-ASCII and mule-unicode-*
4625 characters. Doc fix.
4626 (sgml-maybe-name-self): Convert unibyte characters to multibyte.
4627
7142670a
EZ
4628 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Mention in the
4629 doc string the effect of `left' and `top' parameters in
4630 tooltip-frame-parameters, the default values, and the units.
e07777e6 4631 (tooltip-frame-parameters): Mention `top' and `left' in the doc string.
7142670a
EZ
4632 (tooltip-show): Mention in the doc string the `top' and `left'
4633 parameters in tooltip-frame-parameters, and x-max-tooltip-size.
4634
dea19473
AS
46352001-10-22 Andre Spiegel <spiegel@gnu.org>
4636
4637 Add autoscaling support for vc-annotate.
9522e2d8 4638 From J.D. Smith <jdsmith@alum.mit.edu>.
e07777e6 4639
dea19473
AS
4640 * vc.el (vc-annotate-display-default): Accept colormap scaling
4641 ratio (now deprecated).
4642 (vc-annotate-display-autoscale): Added.
4643 (vc-annotate-add-menu): New autoscaling menu options "Span to
4644 Oldest" and "Span Oldest->Newest". Easymenu support added for
e07777e6 4645 toggle menus driven by customize variable `vc-annotate-display-mode'.
dea19473
AS
4646 (vc-annotate-display-select): Added.
4647 (vc-annotate): Changed temp-buffer-show-function to
4648 `vc-annotate-display-select'.
4649 (vc-annotate-display): Removed arguments BUFFER and BACKEND.
4650 Added argument OFFSET. Instead of backend function, calls now
4651 generic `vc-annotate-difference'.
4652 (vc-annotate-difference): Added as generic function instead of
4653 backend-specific function. No longer takes argument POINT, but
4654 instead accepts a time OFFSET.
4655 (vc-default-annotate-current-time): Added.
4656
4657 * vc-cvs.el (vc-cvs-annotate-difference): Removed to generic
e07777e6 4658 version in vc.el, with
dea19473
AS
4659 (vc-cvs-annotate-current-time): Added, as override of default.
4660 (vc-cvs-annotate-time) Added. Taken mostly from the (now removed)
4661 `vc-cvs-annotate-difference'.
4662
04808157
GM
46632001-10-22 Gerd Moellmann <gerd@gnu.org>
4664
26fe1f92
GM
4665 * saveplace.el (save-place): Require `saveplace'.
4666
e07777e6 4667 * progmodes/cwarn.el (cwarn-font-lock-feature-keywords-alist):
04808157
GM
4668 Use `sexp' for :value-type instead of `face'.
4669
a6a1654e
EZ
46702001-10-21 Eli Zaretskii <eliz@is.elta.co.il>
4671
4672 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Fix the
4673 regexps due to 5-digit message IDs.
4674
4fdd691b
JR
46752001-10-21 Jason Rumney <jasonr@gnu.org>
4676
a6a1654e 4677 * term/w32-win.el (redisplay-dont-pause): Don't set.
4fdd691b 4678
a6a1654e 46792001-10-21 Miles Bader <miles@gnu.org>
c9a95b79
MB
4680
4681 * help-funs.el (help-manyarg-func-alist): Variable removed.
4682
7e9a6a1b
MB
46832001-10-21 Miles Bader <miles@gnu.org>
4684
4685 * help-funs.el (help-manyarg-func-alist): Remove entries for
a3b10252
MB
4686 `insert', `insert-and-inherit', `insert-before-markers',
4687 `insert-before-markers-and-inherit', `message', `message-box',
4688 `message-or-box', `propertize', `format', `encode-time', `append',
4689 `concat', `vconcat', `nconc', `widget-apply', `make-hash-table',
4690 `insert-string', `ml-if', `ml-provide-prefix-argument', and
4691 `ml-prefix-argument-loop'.
7e9a6a1b 4692
72830e8a
AS
46932001-10-21 Andre Spiegel <spiegel@gnu.org>
4694
e07777e6
SM
4695 * vc.el (vc-diff-internal, vc-coding-system-for-diff)
4696 (vc-default-diff-tree): New functions.
72830e8a
AS
4697 (vc-version-diff): Use them. As a result, coding systems are now
4698 set up properly for all sorts of diffs, and tree diffs can now
4699 also be done locally.
4700 (vc-diff): With a prefix argument, don't require that it's called
4701 from a buffer under version control.
a279f22f 4702 (diff-switches): Remove duplicate definition.
e07777e6 4703
72830e8a
AS
4704 * vc-cvs.el (vc-cvs-diff-tree): New function.
4705
b6715b9f
MB
47062001-10-21 Miles Bader <miles@gnu.org>
4707
386ca361
MB
4708 * help-funs.el (help-manyarg-func-alist): Remove entries for
4709 `list', `vector', `make-byte-code', `call-process',
4710 `call-process-region', `string', `+', `-', `*', `/', `max', `min',
4711 `logand', `logior', and `logxor'.
4712
b6715b9f
MB
4713 * wid-edit.el (checkbox): Swap bg/fg colors in image, and invert
4714 image bits to compensate. Use `make-string' instead of
4715 `make-bool-vector' (XBM apparently wants byte-aligned rows).
4716
db6f8ff1
KS
47172001-10-20 Kim F. Storm <storm@cua.dk>
4718
4719 * simple.el (kill-ring-save): Don't show extent of copied region
4720 if using transient-mark-mode and region is fully visible.
4721
da67faa9
KS
47222001-10-20 Gerd Moellmann <gerd@gnu.org>
4723
4724 * (Version 21.1 released.)
4725
8f9495e7
EZ
47262001-10-19 Eli Zaretskii <eliz@is.elta.co.il>
4727
4728 * files.el (auto-mode-alist): Associate .indent.pro with
e07777e6 4729 Fundamental mode. Suggested by Samuel Padgett <spadgett1@nc.rr.com>.
8f9495e7 4730
1f006824
SS
47312001-10-18 Sam Steingold <sds@gnu.org>
4732
4733 Put the *Compile-Log* buffer in `compilation-mode'.
4734 * emacs-lisp/bytecomp.el (byte-goto-log-buffer): New function.
4735 (byte-compile-log-1, byte-compile-log-file)
e07777e6 4736 (displaying-byte-compile-warnings): Use it
1f006824 4737
e54030af
SM
47382001-10-18 Stefan Monnier <monnier@cs.yale.edu>
4739
d2f11dda
SM
4740 * mail/smtpmail.el (smtpmail-via-smtp): Use mail-envelope-from if set.
4741
e54030af
SM
4742 * xml.el (xml-parse-tag): Use eq on char-after's return value.
4743
d0035f7a
GM
47442001-10-18 Gerd Moellmann <gerd@gnu.org>
4745
3f482bc0
GM
4746 * isearch.el (isearch-mode-map): Bind `mouse-movement' to nil.
4747
e54030af
SM
4748 * obsolete/hilit19.el (hilit-lookup-face-create):
4749 Call set-face-font only if display-graphic-p.
d0035f7a
GM
4750 (toplevel): Remove references to window-system.
4751
4d251ae7
MB
47522001-10-18 Miles Bader <miles@gnu.org>
4753
4754 * simple.el (what-line): Avoid problems with field properties.
4755
2670cf80
EZ
47562001-10-17 Eli Zaretskii <eliz@is.elta.co.il>
4757
4758 * wid-edit.el (widget-field-face, widget-single-line-field-face):
4759 Define special colors for a tty.
4760
5889cc20
FP
47612001-10-17 Francesco Potorti` <pot@gnu.org>
4762
4763 * comint.el (comint-password-prompt-regexp): Make it less
4764 restrictive, letting comint recognise OpenSSH2 passphrase prompts.
4765
2670cf80 47662001-10-17 John Wiegley <johnw@gnu.org>
af15ae25
JW
4767
4768 * eshell/em-unix.el (eshell/cat): Do a quick test if something is
4769 a regular file, before checking if it is a directory or symlink.
4770 This avoids a call to eshell-file-attributes, which can be
4771 expensive in some situations.
4772
4773 * eshell/em-ls.el (eshell-ls-dired-initial-args): Added an extra
4774 customization variable, to differentiate ls-in-dired from regular
4775 uses of ls.
4776
3d58b15e
MB
47772001-10-17 Miles Bader <miles@gnu.org>
4778
4779 * custom.el (defface): Mention `:inherit' in doc-string.
4780
ca5b46fc
EZ
47812001-10-16 Eli Zaretskii <eliz@is.elta.co.il>
4782
4783 * paren.el: Update the Commentary with installation instructions.
4784
56378db4
GM
47852001-10-15 Dave Love <fx@gnu.org>
4786
4787 * international/mule.el (set-auto-coding): Fix regexps for local
4788 variables section not to eat newlines.
4789
31252c00
MB
47902001-10-15 Miles Bader <miles@gnu.org>
4791
4792 * simple.el (display-message-or-buffer): Pass the correct buffer
4793 to `display-buffer'.
4794
0c88c937
SM
47952001-10-14 Stefan Monnier <monnier@cs.yale.edu>
4796
4797 * progmodes/executable.el (executable-binary-suffixes): Make varalias.
4798 (executable-find): Use exec-suffixes.
4799 (executable-set-magic): Don't use make-local-hook.
4800
4801 * bindings.el (exec-suffixes): Initialize to a system-dependent value.
4802
5a595785
EZ
48032001-10-14 Eli Zaretskii <eliz@is.elta.co.il>
4804
a12ca054
EZ
4805 * bindings.el (completion-ignored-extensions) [ms-dos, windows-nt]:
4806 Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
4807 Add .so to the Unix and GNU branch.
4808
0c88c937
SM
4809 * international/latin-1.el:
4810 * international/latin-2.el:
4811 * international/latin-3.el:
4812 * international/latin-4.el:
4813 * international/latin-5.el:
4814 * international/latin-8.el:
5a595785
EZ
4815 * international/latin-9.el: Add no-byte-compile: t, since
4816 Makefile.in instructs make-docfile to look at .el files.
4817
530893b2
MB
48182001-10-14 Miles Bader <miles@gnu.org>
4819
4820 * button.el (define-button-type): Allow supertype property to be
4821 specified with a keyword `:supertype' too.
4822 (button-put, make-text-button): Allow button type property to be
4823 specified using the keyword `:type' too.
4824 (button-type): New function.
4825 (button): Add `button-category-symbol' property.
4826
6efb29ef
SM
48272001-10-13 Stefan Monnier <monnier@cs.yale.edu>
4828
0c88c937
SM
4829 * bindings.el (esc-map): Revert `j' and `C-j' bindings to
4830 indent-new-comment-line from comment-indent-new-line.
4831
6efb29ef
SM
4832 * textmodes/refill.el (refill-mode):
4833 Bind DEL to backward-delete-char-untabify.
4834 Set backward-delete-char-untabify-method to `hungry'.
4835
4836 * textmodes/bib-mode.el (bib-mode):
4837 * play/gomoku.el (gomoku-mode):
4838 * textmodes/page-ext.el (pages-directory-mode):
4839 * textmodes/scribe.el (scribe-mode): Use define-derived-mode.
4840
4841 * textmodes/two-column.el (2C-mode): Don't use make-local-hook.
4842
4843 * emacs-lisp/syntax.el (syntax-ppss): Autoload.
4844
4845 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords):
4846 Handle here-docs differently.
4847 (sh-font-lock-heredoc): Remove.
4848 (sh-here-doc-open-re, sh-here-doc-markers, sh-here-doc-re): New vars.
4849 (sh-font-lock-here-doc, sh-font-lock-close-heredoc)
4850 (sh-font-lock-open-heredoc): New functions.
4851 (sh-mode): Don't copy sh-font-lock-syntactic-keywords any more.
4852 (sh-font-lock-keywords-1): Use regexp-opt.
4853 (sh-in-comment-or-string): Use syntax-ppss.
4854 (sh-case, sh-for, sh-indexed-loop, sh-function, sh-if, sh-repeat)
4855 (sh-select, sh-tmp-file): Add explicit terminating \n.
4856
4857 * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
4858 Use with-current-buffer.
4859 (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
4860 (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
4861 filename), catch any error that occurs in `ange-ftp-cd'.
4862 If an error happened, don't bother sending `cmd' at all.
4863 Fix a parenthesis typo.
4864 (ange-ftp-write-region): Don't blindly use binary if the remote host
4865 is unix-like.
4866
4867 * play/pong.el (pong-init): Don't use make-local-hook.
4868
2d341681 48692001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
6efb29ef
SM
4870
4871 * viper-ex.el (ex-edit): Make checks for modified buffer/file.
4872 (viper-get-ex-address-subr): More precise addr for the $ marker
4873
eef9b65f
EZ
48742001-10-13 Eli Zaretskii <eliz@is.elta.co.il>
4875
4876 * version.el (emacs-version): Bump to 21.1.50.
4877
acc24704 48782001-10-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
a2bdcec4
PJ
4879
4880 * mail/mailalias.el (mail-directory-stream): Do not double
4881 variables in the lambda-list.
4882
4883 * play/gomoku.el (gomoku-init-display): Ditto.
4884
4885 * play/landmark.el (lm-init-display): Ditto.
4886
4887 * delim-col.el (delimit-columns-rectangle-max): Ditto.
4888 (delimit-columns-rectangle-line): Ditto.
4889
f892ac1d
SM
48902001-10-12 Stefan Monnier <monnier@cs.yale.edu>
4891
5a1373f3
SM
4892 * newcomment.el (comment-region-internal): Don't rebind
4893 invisibility_spec now that the C routines handle it correctly.
4894
4895 * help-funs.el (locate-library): Use load-suffixes and abbrev filename.
4896
026f408d
SM
4897 * frame.el (special-display-popup-frame): Obey new specs `same-window'
4898 and `same-frame'.
4899
32993295
SM
4900 * menu-bar.el (minibuffer-local-*map): Take inheritance into account.
4901
4902 * simple.el (minibuffer-local*-map): Remove redundant bindings.
4903
4904 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior,
4905 C-p and C-r. Remove redundant bindings from inheriting maps.
4906
f892ac1d
SM
4907 * progmodes/cperl-mode.el: Merged in changes from v4.32.
4908 After 4.23 and: After 4.24:
4909 (cperl-contract-levels): Restore position.
4910 (cperl-beautify-level): Likewise.
4911 (cperl-beautify-regexp): Likewise.
4912 (cperl-commentify): Rudimental support for length=1 runs
4913 (cperl-find-pods-heres): Process 1-char long REx comments too /a#/x
4914 After 4.25:
4915 (cperl-commentify): Was recognizing length=2 "strings" as length=1.
4916 (imenu-example--create-perl-index): Was not enforcing
4917 syntaxification-to-the-end.
4918 (cperl-invert-if-unless): Allow `for', `foreach'.
4919 (cperl-find-pods-heres): Quote `cperl-nonoverridable-face'.
4920 Mark qw(), m()x as indentable.
4921 (cperl-init-faces): Highlight `sysopen' too.
4922 Highlight $var in `for my $var' too.
4923 (cperl-invert-if-unless): Was leaving whitespace at end.
4924 (cperl-linefeed): Was splitting $var{$foo} if point after `{'.
4925 (cperl-calculate-indent): Remove old commented out code.
4926 Support (primitive) indentation of qw(), m()x.
4927 After 4.26:
4928 (cperl-problems): Mention `fill-paragraph' on comment. \"" and
4929 q [] with intervening newlines.
4930 (cperl-autoindent-on-semi): New customization variable.
4931 (cperl-electric-semi): Use `cperl-autoindent-on-semi'.
4932 (cperl-tips): Mention how to make CPerl the default mode.
4933 (cperl-mode): Support `outline-minor-mode'. From Mark A. Hershberger.
4934 (cperl-outline-level): New function.
4935 (cperl-highlight-variables-indiscriminately): New customization var.
4936 (cperl-init-faces): Use `cperl-highlight-variables-indiscriminately'.
4937 From Sean Kamath <kamath@pogo.wv.tek.com>.
4938 (cperl-after-block-p): Support CHECK and INIT.
4939 (cperl-init-faces, cperl-short-docs): Likewise and "our".
4940 From Doug MacEachern <dougm@covalent.net>.
4941 After 4.27:
4942 (cperl-find-pods-heres): Recognize \"" as a string.
4943 Mark whitespace between q and [] as `syntax-type' => `prestring'.
4944 Allow whitespace between << and "FOO".
4945 (cperl-problems): Remove \"" and q [] with intervening newlines.
4946 Mention multiple <<EOF as unsupported.
4947 (cperl-highlight-variables-indiscriminately): Doc misprint fixed.
4948 (cperl-indent-parens-as-block): New configuration variable.
4949 (cperl-calculate-indent): Merge cases of indenting non-BLOCK groups.
4950 Use `cperl-indent-parens-as-block'.
4951 (cperl-find-pods-heres): Test for =cut without empty line instead of
4952 complaining about no =cut.
4953 (cperl-electric-pod): Change the REx for POD from "\n\n=" to "^\n=".
4954 (cperl-find-pods-heres): Likewise.
4955 (cperl-electric-pod): Change `forward-sexp' to `forward-word':
4956 POD could've been marked as comment already.
4957 (cperl-unwind-to-safe): Unwind before start of POD too.
4958 After 4.28:
4959 (cperl-forward-re): Throw an error at proper moment REx unfinished.
4960 After 4.29:
4961 (x-color-defined-p): Make an extra case to peacify the warning.
4962 Toplevel: `defvar' to peacify the warnings.
4963 (cperl-find-pods-heres): Could access `font-lock-comment-face' in -nw.
4964 No -nw-compile time warnings now.
4965 (cperl-find-tags): TAGS file had too short substring-to-search.
4966 Be less verbose in non-interactive mode
4967 (imenu-example--create-perl-index): Set index-marker after name
4968 (cperl-outline-regexp): New variable.
4969 (cperl-outline-level): Made compatible with `cperl-outline-regexp'.
4970 (cperl-mode): Made use `cperl-outline-regexp'.
4971 After 4.30:
4972 (cperl-find-pods-heres): =cut the last thing, no blank line, was error.
4973 (cperl-outline-level): Make start-of-file same level as `package'.
4974 After 4.31:
4975 (cperl-electric-pod): `head1' and `over' electric only if empty.
4976 (cperl-unreadable-ok): New variable.
4977 (cperl-find-tags): Use `cperl-unreadable-ok', do not fail
4978 on an unreadable file.
4979 (cperl-write-tags): Use `cperl-unreadable-ok', do not fail
4980 on an unreadable directory.
4981
4982 * progmodes/compile.el (compile-mouse-goto-error, compile-goto-error):
4983 Consider the text between two errors as belonging to the first error.
4984 (compilation-goto-locus): Use pop-to-buffer rather than
4985 switch-to-buffer-other-frame.
4986
4987 * progmodes/awk-mode.el (awk-mode-syntax-table): / has string syntax.
4988 (awk-font-lock-syntactic-keywords): New var.
4989 (awk-mode): Use it.
4990
4991 * expand.el (expand-c-for-skeleton): Add explicit terminating \n.
4992
4993 * faces.el (describe-face): Call help-setup-xref earlier.
4994
4995 * jka-compr.el (jka-compr-load-suffixes): New var.
4996 (jka-compr-install): Add its content to load-suffixes.
4997 (jka-compr-uninstall): Remove its content from load-suffixes.
4998
b878b8c3
SS
49992001-10-12 Sam Steingold <sds@gnu.org>
5000
7ed93890
SS
5001 * bindings.el (completion-ignored-extensions): CL-related
5002 extensions are platform-independent.
5003
b878b8c3
SS
5004 * net/ange-ftp.el (ange-ftp-copy-files-async): New function for
5005 asynchronous multiple file copying.
5006
eadd6444
GM
50072001-10-12 Gerd Moellmann <gerd@gnu.org>
5008
5a1373f3 5009 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
e34fd2f2 5010 Turn error for repeated variables into warning.
5a1373f3
SM
5011
5012 * emacs-lisp/bytecomp.el (byte-compile-check-lambda-list):
5013 New function checking that lambda-list consists of non-constant
eadd6444 5014 symbols, that &rest and &optional are followed by variable names,
f892ac1d 5015 that &rest VAR is the last element, and that variables aren't doubled.
eadd6444
GM
5016 (byte-compile-lambda): Use it.
5017
beb0990f
GM
50182001-10-12 Eli Barzilay <eli@barzilay.org>
5019
5020 * calculator.el (calculator-eng-display): Don't call concat
5021 with an integer argument.
5022
07f904a3
MB
50232001-10-12 Miles Bader <miles@gnu.org>
5024
5025 * help-mode.el (help-customize-face): New button-type.
b0412574 5026
07f904a3
MB
5027 * faces.el (list-faces-display): Fix args to `help-xref-button'.
5028 (describe-face): Fix args to `help-xref-button'.
5029 Don't switch to help-buffer around call to `help-setup-xref'.
5030 Use `help-buffer' instead of hard-wired "*Help*".
5031 Require `help-mode'.
5032
2168e04d
SM
50332001-10-11 Stefan Monnier <monnier@cs.yale.edu>
5034
5035 * net/goto-addr.el (goto-address-mail-regexp): Allow + in username.
5036
5037 * help-mode.el (help-buffer): New function.
5038 Returns the buffer-name to use for help output.
5039 Change all the code to use it instead of hard-coding *Help*.
5040 (help-mode-map): Put back the mouse-2 binding.
5041 (help-xref-stack): Change the format and make buffer-local.
5042 (help-xref-stack-item): Make buffer-local.
5043 (help-setup-xref): Do the `push' here rather than in help-do-xref.
5044 (help-xref-interned): Display the face doc as well.
5045 (help-follow-mouse): Re-introduce.
5046 (help-xref-go-back): Adapt to the new use of help-xref-stack.
5047 (help-do-xref): Don't `push' any more.
5048 (help-follow): Also follow face names.
5049
5050 * help-funs.el (describe-function-1): Remove unused `parens' arg.
5051 Don't call help-setup-xref anymore and remove its `interactive-p' arg.
5052 Autoload and cleanup.
5053 (describe-function): Call help-setup-xref.
5054 (describe-variable): Call help-setup-xref earlier.
5055
5056 * help.el (describe-bindings-internal): New fun moved from keymap.c.
5057 (view-lossage): Call help-setup-xref correctly and earlier.
5058 (describe-bindings): Call help-setup-xref earlier.
5059 (describe-key): Call help-setup-xref. Fix call to describe-function-1.
5060 (describe-mode): Don't autoload. Call help-setup-xref earlier.
b0412574 5061
1ae6b8f1
GM
50622001-10-11 Gerd Moellmann <gerd@gnu.org>
5063
a5be8a9a
GM
5064 * master.el (master-mode): Use define-minor-mode instead of
5065 easy-mmode-define-minor-mode. Add autload cookie.
b0412574 5066 (Commentary): Remove the line showing how to autoload master-mode,
a5be8a9a
GM
5067 since it's always autoloaded.
5068
1ae6b8f1
GM
5069 * master.el: New file.
5070
63ca0a6e
GM
50712001-10-11 Dave Love <fx@gnu.org>
5072
5073 * emacs-lisp/byte-opt.el (byte-optimize-lapcode)
5074 <byte-constref-ops>: Consider byte-constant2 and clarify the code.
5075 <const-C varset-X const-C>: Fix car/cdr typo.
d731e6b8 5076
63ca0a6e 50772001-10-11 Gerd Moellmann <gerd@gnu.org>
d731e6b8 5078
2168e04d
SM
5079 * emacs-lisp/bytecomp.el (byte-compile-display-log-head-p):
5080 New function extracted from byte-compile-log-1.
5081 (byte-compile-log-1): Change output to be more in line with
d731e6b8
GM
5082 the output of other GNU tools.
5083 (byte-compile-warn): Emit `warning' instead of `**' for warnings.
2168e04d
SM
5084 (byte-compile-report-error): Downcase error message.
5085 Use `error' instead of `!!' for error messages.
d731e6b8
GM
5086 (byte-compile-print-syms): Treat non-interactive case specially.
5087 (displaying-byte-compile-warnings): Use backquote.
5088 (byte-compile-from-buffer): Bind byte-compile-last-line.
5089 (batch-byte-compile): Remove `Done' message.
5090
75a4e7c5 50912001-10-11 Stefan Monnier <monnier@cs.yale.edu>
30de4b24
SM
5092
5093 * emacs-lisp/copyright.el (copyright): Add final \n.
5094
0e094c29
MB
50952001-10-11 Miles Bader <miles@gnu.org>
5096
5097 * diff.el (diff): Display default values in prompts as
5098 `(default ...)', not `(...)'.
b0412574 5099
0e094c29
MB
5100 * info.el (Info-follow-reference): Likewise.
5101
c2ca5171
SM
51022001-10-10 Stefan Monnier <monnier@cs.yale.edu>
5103
30de4b24
SM
5104 * emacs-lisp/autoload.el (doc-string-elt): Remove.
5105
7164ef13
SM
5106 * newcomment.el (comment-indent): Be a little more robust in case
5107 comment-indent-function does funny things.
5108 (comment-normalize-vars): Autoload.
5109 (comment-region-internal): Fiddle with the visibility spec.
5110 (comment-valid-prefix): New function.
5111 (comment-indent-new-line): Use it. Ignore adaptive-fill-prefixes
5112 that would turn comment-text into non-comment-text.
5113
5114 * emacs-lisp/syntax.el: New file.
5115
c2ca5171
SM
5116 * progmodes/tcl.el: Change maintainer to FSF and remove loads of
5117 compatibility cruft.
5118 (tcl-using-emacs-19, tcl-using-emacs-19-23, tcl-using-xemacs-19)
5119 (tcl-version, tcl-maintainer, tcl-use-hairy-comment-detector): Remove.
5120 (tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5121 tcl-end-of-defun, tcl-mark-defun, tcl-indent-for-comment,
5122 tcl-submit-bug-report.
5123 (tcl-mode-syntax-table): Leave \f alone.
5124 (inferior-tcl-mode-map): Remove bindings for tcl-beginning-of-defun,
5125 tcl-end-of-defun, tcl-submit-bug-report.
5126 (tcl-xemacs-menu): Fix up and pass it directly to easymenu.
5127 (tcl-add-emacs-menu): Remove.
5128 (tcl-fill-mode-map, tcl-fill-inferior-map): Moved into the defvar.
5129 (tcl-keyword-list): Add `chain'.
5130 (tcl-font-lock-syntactic-keywords): New variable.
5131 (tcl-pps-has-arg-6): Remove.
5132 (tcl-internal-beginning-of-defun, tcl-internal-end-of-defun)
5133 (tcl-internal-mark-defun): Remove.
5134 (tcl-set-proc-regexp, tcl-set-font-lock-keywords): Use regexp-opt.
5135 (tcl-mode): Use define-derived-mode. Simplify.
5136 Set comment-indent-function.
5137 (tcl-indent-command): Use line-beginning-position and comment-indent.
5138 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
5139 (tcl-indent-line): Use tcl-calculate-indent.
5140 (tcl-indent-exp): Renamed from indent-tcl-exp. Use new names.
5141 (tcl-add-log-defun): Renamed from add-log-tcl-defun. Use match-string.
5142 (tcl-filter): Use with-current-buffer, simplify.
5143 (inferior-tcl-mode): Use define-derived-mode.
5144 (tcl-hairy-in-comment): Renamed tcl-in-comment.
5145 (tcl-simple-in-comment, tcl-in-comment): Removed.
5146 (tcl-files-alist): New function.
5147 (tcl-help-snarf-commands): Use it and return the result directly
5148 rather than through a global variable.
5149 (tcl-reread-help-files): Fix up the call to tcl-help-snarf-commands.
5150 (tcl-help-on-word): Provide the default value to completing-read.
5151 (tcl-hilit): Remove.
5152 (tcl-hashify-buffer, tcl-popup-menu): Simplify.
5153 (tcl-comment-indent): New function.
5154 (tcl-submit-bug-report): Remove.
5155 (tcl-uncomment-region, tcl-indent-for-comment, add-log-tcl-defun)
5156 (indent-tcl-exp, calculate-tcl-indent, tcl-beginning-of-defun)
5157 (tcl-end-of-defun, tcl-mark-defun, tcl-mark): Redefine as aliases.
5158
07becdb1
MB
51592001-10-10 Miles Bader <miles@gnu.org>
5160
5161 * info.el (Info-insert-dir): Don't call `Info-fontify-menu-headers'.
5162 (Info-fontify-node): Don't fontify the node if it's already been done.
5163
88255adb
GM
51642001-10-10 Gerd Moellmann <gerd@gnu.org>
5165
031a1678
GM
5166 * international/iso-transl.el (iso-transl-e-caret)
5167 (iso-transl-i-caret, iso-transl-o-caret, iso-transl-u-caret):
5168 Fix duplicates. From Dave Love <d.love@dl.ac.uk>.
5169
619632ac
GM
5170 * simple.el (end-of-buffer): Fix code scrolling specially
5171 for the buffer end.
5172
88255adb
GM
5173 * startup.el (command-line-1): Bind tab-width to 8.
5174
acc24704 51752001-10-10 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5c4d3f02 5176
3680909c 5177 * emulation/tpu-edt.el: Use defalias instead of fset for
5c4d3f02
PJ
5178 user-visible commands. From Rob Riepel
5179 <riepel@Networking.Stanford.EDU>.
5180
89e9c8d7
GM
51812001-10-09 Gerd Moellmann <gerd@gnu.org>
5182
5183 * ruler-mode.el: New file.
5184
3b8c60f1
MB
51852001-10-09 Miles Bader <miles@gnu.org>
5186
71f19cda
MB
5187 * apropos.el (button): New require.
5188
55e9efba 5189 * help-funs.el: New file, contents mostly from `help.el'.
c2ca5171
SM
5190 (describe-variable): Use `condition-case' instead of `ignore-errors'.
5191
55e9efba 5192 * help-mode.el: New file, contents mostly from `help.el'.
c2ca5171 5193
55e9efba
MB
5194 * help.el: Don't require `view' when compiling.
5195 (help-with-tutorial, describe-function, describe-function-1)
5196 (variable-at-point, describe-variable, locate-library):
5197 Functions moved into `help-funs.el'.
5198 (help-manyarg-func-alist): Variable moved into `help-funs.el'.
5199 (help-mode, help-mode-setup, help-mode-finish, help-button-action)
5200 (help-setup-xref, help-xref-following, help-make-xrefs)
5201 (help-xref-button, help-insert-xref-button, help-xref-interned)
5202 (help-xref-go-back, help-go-back, help-do-xref, help-follow)
5203 (help-xref-on-pp): Functions moved into `help-mode.el'
5204 (help-mode-map, help-xref-stack, help-xref-stack-item)
5205 (help-highlight-p, help-highlight-face, help-back-label)
5206 (help-xref-symbol-regexp, help-xref-mule-regexp)
5207 (help-xref-info-regexp): Variables moved into `help-mode.el'.
5208 (help-symbol, help-back, help-info, help-customize-variable)
5209 (help-function-def, help-variable-def):
5210 Button-types moved into `help-mode.el'.
5211 (load-symbol-file-load-history, symbol-file):
5212 Functions moved into `subr.el'.
5213 (symbol-file-load-history-loaded): Variable moved into `subr.el'.
c2ca5171
SM
5214 (view-lossage): Call `help-setup-xref' instead of doing it manually.
5215
5216 * subr.el (symbol-file-load-history-loaded)
5217 (load-symbol-file-load-history, symbol-file): Moved from `help.el'.
5218
55e9efba
MB
5219 * loadup.el ("button"): Load removed.
5220
ded42dd3
MB
5221 * button.el (define-button-type): Respect any `supertype' property.
5222 (button-type-subtype-p, button-has-type-p): New functions.
5223
f4be0a12
MB
5224 * rfn-eshadow.el (rfn-eshadow-regexp): Deal correctly with escaped
5225 dollar-signs.
5226
5227 * comint.el (comint-insert-previous-argument): New function.
5228 (comint-mode-map): Bind `C-c .' to `comint-input-previous-argument'.
c2ca5171 5229 (comint-insert-previous-argument-last-start-pos)
f4be0a12
MB
5230 (comint-insert-previous-argument-last-index): New variables.
5231
3b8c60f1
MB
5232 * apropos.el (apropos-next-label-button): Use the presence of a
5233 `apropos-label' property to detect label buttons.
5234
a101302b
MB
52352001-10-08 Miles Bader <miles@gnu.org>
5236
5237 * button.el (next-button, previous-button): Remove N and WRAP
5238 parameters. Don't pay attention to `skip' properties.
5239 (forward-button): Implement wrapping, iterating, and skipping here
5240 instead.
894e460c 5241 (button-activate): USE-MOUSE-ACTION is optional.
62dc75c4
MB
5242 (button-nop): Function removed.
5243 (default-button): Use `ignore' as default button action.
894e460c 5244
a101302b
MB
5245 * apropos.el (apropos-next-label-button): Update arguments to
5246 `next-button'.
894e460c 5247 (apropos-symbol): Add `skip' property.
c2ca5171
SM
5248 (apropos-function, apropos-macro, apropos-command)
5249 (apropos-variable, apropos-face, apropos-group, apropos-widget)
894e460c
MB
5250 (apropos-plist): New button types.
5251 (apropos-label-properties): Variable removed.
5252 (apropos-print): Pass button-type to apropos-print-doc, rather
5253 than help function and label text.
5254 (apropos-print-doc): Remove ACTION and STR args, add TYPE arg.
5255 Get button label from TYPE.
a101302b 5256
82345a9a
SM
52572001-10-07 Stefan Monnier <monnier@cs.yale.edu>
5258
b0fbf754
SM
5259 * help.el (help-mode): Use define-derived-mode.
5260 (describe-mode): Add optional `buffer' arg.
5261 Use it instead of going through help-xref-mode.
5262 Avoid doubling the word `minor' when prettifying.
5263 (describe-function-1): List the corresponding key bindings.
5264 (describe-variable): Say if the var is automatically buffer-local.
5265 If the source is `loaddefs.el', look for the real source.
5266 (help-xref-mode): Remove.
5267
82345a9a
SM
5268 * emacs-lisp/bytecomp.el (byte-compile-file): Return success when
5269 the file says no-byte-compile.
5270
d6bc0bdc
MB
52712001-10-08 Miles Bader <miles@gnu.org>
5272
5273 * button.el (next-button, previous-button): Respect `skip' property.
d6bc0bdc 5274
7997fd38
MB
52752001-10-07 Miles Bader <miles@gnu.org>
5276
e664497b
MB
5277 * woman.el (woman-mode-map): Copy button-buffer-map instead of
5278 making a new keymap. Don't bind mouse-2. Bind M-mouse-2 to
5279 `woman-follow-word' instead of `woman-mouse-2'.
5280 (woman-follow-word): Renamed from `woman-mouse-2'.
5281 Follow current unconditionally, since this function is now only
5282 bound to M-mouse-2. Use accessor functions.
5283 (WoMan-highlight-references): Use `make-text-button'.
5284 (woman-xref): New button type.
5285
d876f455
MB
5286 * loadup.el ("faces"): Move load before loading "loaddefs.el".
5287 ("button"): New load, just before "help" (which uses it).
5288
5289 * help.el (help-mode-map): Make button-buffer-map our parent.
5290 Don't bind mouse events or tab/backtab.
5291 (help-function, help-variable, help-face, help-coding-system)
5292 (help-input-method, help-character-set, help-back, help-info)
5293 (help-customize-variable, help-function-def, help-variable-def):
5294 New button types.
5295 (help-button-action): New function.
5296 (describe-function-1): Pass help button-types to
5297 `help-xref-button' rather than help function and help-echo string.
5298 Don't put multiple help-function args in a list to pass them to
5299 help-xref-button, just pass them as multiple arguments.
5300 Use `help-insert-xref-button' to make [back]-button, rather than
5301 `help-xref-button'.
5302 (help-xref-button): Take a button-type TYPE as a parameter rather
5303 than a function. Remove HELP-ECHO parameter. Remove DATA parameter
5304 and add a &rest parameter ARGS to serve the same purpose.
5305 Use `make-text-button' to add the button.
5306 (help-insert-xref-button): Use `insert-text-button' to add the button.
5307 (help-follow-mouse, help-next-ref, help-previous-ref):
5308 Functions removed.
5309 (help-do-xref): New function.
5310 (help-follow): Use `push-button' and `help-do-xref' to do most of
5311 the work.
5312
5313 * apropos.el (apropos-symbol, apropos-label): New button types.
82345a9a 5314 (apropos-symbol-button-display-help)
d876f455
MB
5315 (apropos-label-button-display-help, apropos-next-label-button):
5316 New functions.
5317 (apropos-mode-map): Make button-buffer-map our parent.
5318 Don't bind mouse events.
5319 (apropos-print, apropos-print-doc): Create buttons instead of text
5320 properties.
5321 (apropos-mouse-follow): Function removed.
5322 (apropos-follow): Use buttons.
5323
7997fd38
MB
5324 * button.el: New file.
5325
1a4372ef
GM
53262001-10-07 Gerd Moellmann <gerd@gnu.org>
5327
82345a9a 5328 * emacs-lisp/cl.el (most-positive-fixnum, most-negative-fixnum):
1a4372ef
GM
5329 Remove.
5330
857e81db
RS
53312001-10-05 Richard M. Stallman <rms@gnu.org>
5332
5333 * add-log.el (add-change-log-entry): Skip copyright notice
5334 and copying permission notice at start of file, if any.
5335 Make use of terms "entry" and "item" accord with Emacs manual.
5336 Simplify the logic for moving point while entering or creating
5337 an entry and then an item.
5338 (add-change-log-entry-other-window): Doc fix.
5339
4650e362
MB
53402001-10-06 Miles Bader <miles@gnu.org>
5341
5342 * rfn-eshadow.el (read-file-name-electric-shadow): Autoload cookie
5343 removed; they apparently don't work with faces.
5344
b4f05c38
SS
53452001-10-05 Sam Steingold <sds@gnu.org>
5346
5347 * textmodes/sgml-mode.el (html-xhtml): New user option.
5348 (html-tag-alist, html-horizontal-rule, html-image, html-line)
5349 (html-ordered-list, html-unordered-list, html-list-item)
5350 (html-paragraph, html-checkboxes, html-radio-buttons): Use it.
5351 (sgml-skip-close-p): New function.
5352 (sgml-value): Use it.
5353
4dd618ff
SS
53542001-10-05 Sam Steingold <sds@gnu.org>
5355
5356 * calendar/diary-lib.el (diary-entry-compare): When times are
5357 identical, compare the entries lexicographically.
5358
a01b7831
MB
53592001-10-06 Miles Bader <miles@gnu.org>
5360
82345a9a
SM
5361 * rfn-eshadow.el (rfn-eshadow-update-overlay):
5362 Use `minibuffer-prompt-end'.
a01b7831
MB
5363
5364 * simple.el (previous-matching-history-element): Fix misplaced
5365 parentheses.
5366
20a82009
MB
53672001-10-05 Miles Bader <miles@gnu.org>
5368
5369 * rfn-eshadow.el: New file.
5370
c165ad40
MB
53712001-10-05 Miles Bader <miles@gnu.org>
5372
5373 * cus-face.el (custom-face-attributes): Make sure each attribute
5374 has a valid default value. Remove hacks that mapped `nil' to
5375 `off' and used nil to mean `unspecified'. Remove `unspecified'
5376 choices from all attributes (unspecified is handled by the parent
5377 checklist).
4dd618ff 5378 * cus-edit.el (custom-face-edit-convert-widget)
c165ad40
MB
5379 (custom-face-edit-deactivate, custom-face-edit-activate)
5380 (custom-face-edit-delete, custom-face-edit-attribute-tag):
5381 New functions.
5382 (custom-face-edit): Specify a custom :convert-widget.
4dd618ff 5383 (custom-pre-filter-face-spec, custom-post-filter-face-spec):
c165ad40
MB
5384 Don't pass in default filters that map between `nil' and `off' and
5385 `unspecified' and `nil'.
5386
ace64e0a
GM
53872001-10-05 Gerd Moellmann <gerd@gnu.org>
5388
5389 * progmodes/compile.el (compilation-buffer-name): New function.
5390 (compile-internal): Use it to determine the name of the
5391 compilation buffer.
5392
ec66bdc7
MB
53932001-10-05 Miles Bader <miles@gnu.org>
5394
5395 * progmodes/compile.el (grep-use-null-device): New variable.
5396 (grep-command): Mention `grep-use-null-device'.
5397 (grep-compute-defaults): Compute `grep-use-null-device' if necessary.
5398 Make computation of `grep-command' respect `grep-use-null-device'.
5399 (grep): Respect `grep-use-null-device'.
5400 Call `grep-compute-defaults' even if grep-command is set, if
5401 grep-use-null-device is still tentative.
5402
5403 * subr.el (call-process-shell-command): New function.
5404
54052001-10-05 Miles Bader <miles@gnu.org>
5406
5407 * simple.el (previous-matching-history-element)
5408 (next-history-element, next-complete-history-element): Use
82345a9a 5409 `minibuffer-' functions instead of calling `field-' functions directly.
ec66bdc7
MB
5410 (minibuffer-prompt-end, minibuffer-contents):
5411 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5412 Functions removed (now subrs).
5413 (minibuffer-prompt-width): Use `minibuffer-prompt-end'.
4dd618ff 5414
ec66bdc7
MB
5415 * minibuf-eldef.el (minibuf-eldef-setup-minibuffer)
5416 (minibuf-eldef-update-minibuffer): Use `minibuffer-' functions
5417 instead of calling `field-' functions directly.
5418 (minibuf-eldef-setup-minibuffer): Remove unused variable `prompt'.
5419
c89e4bc5
GM
54202001-10-05 Gerd Moellmann <gerd@gnu.org>
5421
a0fb4492
GM
5422 * files.el (find-file-noselect): If file's read-only status has
5423 changed on disk, ask if buffer's read-only status should be
5424 changed, unless NOWARN is set.
5425
c86350b1
GM
5426 * emacs-lisp/cl-macs.el (define-setf-expander): Make it an
5427 alias for define-setf-method.
5428
c89e4bc5
GM
5429 * bindings.el: Remove no-byte-compile from file local variables
5430 to enable bootstrapping.
5431
0bcf87c1
AI
54322001-10-04 Andrew Innes <andrewi@gnu.org>
5433
82345a9a
SM
5434 * faces.el (face-font-registry-alternatives) [windows-nt]:
5435 Make gb2312 an alias for gb2312.1980.
0bcf87c1 5436
6c0b2643
GM
54372001-10-04 Stefan Monnier <monnier@cs.yale.edu>
5438
5439 * uniquify.el (uniquify-get-proposed-name): Don't assume dirsep is /.
5440 (uniquify-reverse-components): Remove.
5441
5442 * emacs-lisp/bytecomp.el (byte-recompile-directory):
5443 Make sure the file is readable.
5444 (byte-compile-file): Don't compile if `no-byte-compile' is set.
5445 (byte-compile-defvar): Update to reflect the change in Fdefvar.
5446 (batch-byte-recompile-directory): Pass arg=0.
5447
5448 * progmodes/perl-mode.el (perl-indent-continued-arguments): New var.
5449 (perl-calculate-indent): Use it.
5450 (perl-backward-to-noncomment): Use forward-comment.
5451
5452 * derived.el (define-derived-mode, derived-mode-make-docstring):
5453 Allow `parent' to be nil.
5454
5455 * textmodes/nroff-mode.el (nroff-mode-abbrev-table, nroff-mode):
5456 Use define-derived-mode.
5457 (nroff-mode-map, nroff-mode-syntax-table): Massage.
5458
5459 * mail/mailabbrev.el (mail-abbrev-in-expansion-header-p): Simplify.
5460
5461 * emacs-lisp/lselect.el: Use facep iso find-face.
5462
5463 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
5464 Use regexp-opt.
5465 (doc-string-elt): Set symbols' prop. Copied from autoload.el.
5466 (lisp-font-lock-syntactic-face-function): New function.
5467 (lisp-mode-variables): Use it. Make arg optional.
5468 (emacs-lisp-mode): Don't pass an arg to lisp-mode-variables.
5469 (lisp-mode): Don't pass an arg to lisp-mode-variables.
5470 Set comment-start-skip.
5471
5472 * emacs-lisp/lisp-mnt.el (lm-history-header): Accept `ChangeLog'.
5473
5474 * emacs-lisp/cl-macs.el (frame-parameter): Add a setf method.
5475 (ignore-errors): Don't bother using a `err' symbol.
5476
5477 * emacs-lisp/autoload.el (autoload-ensure-default-file)
5478 (autoload-insert-section-header, autoload-before-p)
5479 (autoload-remove-section): New functions.
5480 (generate-file-autoloads): Use them.
5481 (update-file-autoloads): Use them. Return FILE if there's no cookie.
5482 Make sure the autoload file is properly formatted when creating it.
5483 (update-autoloads-from-directories): Use them as well.
5484 Only update autoloads for files whose timestamp has changed.
5485 Add a dummy entry to remember the files which had no autoload cookies.
5486
5487 * timer.el (timer-relative-time): Fix computation for negative `micro'.
5488
5489 * subr.el (define-key-after): Allow `key' to be longer than 1.
5490 (make-local-hook): Make obsolete.
5491 (add-hook, remove-hook): Don't use make-local-hook any more.
5492 (make-syntax-table): Inherit all chars from s-s-t.
5493
54942001-10-04 Gerd Moellmann <gerd@gnu.org>
5495
5496 This is a fix for a report saying that resuming a search with C-s
5497 C-s doesn't use the case-fold-search setting of the previous
5498 search (C-s ... M-c ... then C-s C-s).
5499
5500 * isearch.el (isearch-last-case-fold-search): New variable.
5501 (isearch-mode): Remember value of isearch-case-fold-search
5502 in isearch-last-case-fold-search.
5503 (isearch-done): Quote value of isearch-case-fold-search.
5504 (isearch-repeat): When resuming a search, restore
5505 isearch-case-fold-search from isearch-last-case-fold-search.
5506
5507 Added to NEWS.
5508
5509 * startup.el (inhibit-startup-buffer-menu): New user-option.
5510 (command-line-1): If inhibit-startup-buffer-menu is set, don't
5511 display the buffer menu. From Simon Josefsson <jas@extundo.com>.
5512
5513 This allows upto 99999 messages in the summary without screwing up
5514 the summary sorting. Previously 9999 was the maximum. Added to NEWS.
5515
5516 * mail/rmailsum.el (rmail-make-summary-line)
5517 (rmail-make-summary-line-1, rmail-summary-next-same-subject)
5518 (rmail-summary-goto-msg, rmail-summary-goto-msg):
5519 Allow 5-digit message ids instead of 4.
5520
5521 This adds expansion of environment variables in the value
5522 specified with M-x setenv. Added to NEWS.
5523
5524 * env.el (substitute-env-vars): New function.
5525 (setenv): Add parameter SUBSTITUTE-ENV-VARS. If set, substitute
5526 environment variables in VALUE. Return VALUE.
5527
ab952a4f
GM
55282001-10-04 Gerd Moellmann <gerd@gnu.org>
5529
5530 * Branch for 21.1.
7164ef13 5531
630784a2
SM
55322001-10-03 Stefan Monnier <monnier@cs.yale.edu>
5533
5534 * pcvs-util.el (cvs-prefix-define): Typo cons->concat.
5535
acc24704 55362001-10-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
cba04ae9
PJ
5537
5538 * emulation/tpu-edt.el: Make messages match original TPU/edt
cf2b0d2c 5539 editor. From riepel@Stanford.EDU (Rob Riepel).
cba04ae9 5540
aa01bed1
EZ
55412001-10-03 Eli Zaretskii <eliz@is.elta.co.il>
5542
5543 * rect.el: Update maintainer's email address.
5544
7d685c84
AS
55452001-10-02 Andreas Schwab <schwab@suse.de>
5546
5547 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 227 and 228 for Long
5548 and Extended Passive Mode, resp.
5549
87671c25
EZ
55502001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5551
5552 These changes add support for Calendar-related items in the
5553 menu bar on tty's as well:
5554
5555 * calendar/calendar.el (calendar-mode-map): Require cal-menu
5556 unconditionally.
5557 (calendar-mode): Set up activate-menubar-hook unconditionally.
5558
5559 * calendar/cal-menu.el (cal-menu-x-popup-menu): New function,
5560 calls x-popup-menu only if popup menus are supported.
5561 (calendar-mouse-insert-hebrew-diary-entry)
5562 (calendar-mouse-insert-islamic-diary-entry)
5563 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
5564 (calendar-mouse-view-other-diary-entries)
5565 (calendar-mouse-print-dates, calendar-mouse-2-date-menu)
630784a2
SM
5566 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
5567 Call cal-menu-x-popup-menu instead of x-popup-menu.
87671c25 5568
12c64503
GM
55692001-10-01 Gerd Moellmann <gerd@gnu.org>
5570
62bfa682
GM
5571 * gs.el (gs-set-ghostview-window-prop): Fix args of `elt'.
5572
12c64503
GM
5573 * emacs-lisp/edebug.el (rx): Add def-edebug-spec.
5574
5575 * emacs-lisp/rx.el: New file.
5576
e0c21266
EZ
55772001-10-01 Eli Zaretskii <eliz@is.elta.co.il>
5578
630784a2 5579 * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
e0c21266 5580
03be5931
EZ
55812001-09-30 Eli Zaretskii <eliz@is.elta.co.il>
5582
5583 * frame.el (select-frame-by-name, other-frame): Doc fix.
5584
d0100d57
EZ
55852001-09-29 Eli Zaretskii <eliz@is.elta.co.il>
5586
5587 * play/snake.el (snake-score-file): Use temporary-file-directory
5588 instead of a literal "/tmp". Suggested by Robert
5589 <robert@chezmarshall.freeserve.co.uk>.
5590
5591 * play/tetris.el (tetris-score-file): Ditto.
5592
d94d5b5a
EZ
55932001-09-28 Eli Zaretskii <eliz@is.elta.co.il>
5594
5595 * apropos.el (apropos-print): Make the directions inserted at the
5596 beginning of the *Apropos* buffer more clear.
5597
cd653311 55982001-09-27 Michael Kifer <kifer@cs.sunysb.edu>
630784a2 5599
cd653311
MK
5600 * ediff-mult.el (ediff-get-meta-info): Installed Gerd's changes.
5601 Added comments.
630784a2 5602
37dbd369
SM
56032001-09-27 Stefan Monnier <monnier@cs.yale.edu>
5604
5605 * newcomment.el (comment-normalize-vars): Use " \t" rather than
5606 "\\s-" when defining comment-end-skip.
5607
9240e746
GM
56082001-09-27 Gerd Moellmann <gerd@gnu.org>
5609
37dbd369 5610 * mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
6eb94ddb
GM
5611 Call get-buffer-window first second arg `visible'.
5612
37dbd369
SM
5613 * international/mule-diag.el (list-input-methods-1):
5614 Output something that's independent of Emacs' version.
14531065 5615
9240e746
GM
5616 * tar-mode.el (tar-mode-write-file): Don't signal an error by
5617 calling byte-to-position with a nil tar-header-offset.
5618
e04233aa
GM
56192001-09-27 Simon Josefsson <jas@extundo.com>
5620
5621 * mail/sendmail.el (send-mail-function): Doc fix.
5622 (mail-do-fcc): Error if header-end is not a marker.
5623 (mail-do-fcc): Add a comment.
5624 (mail-reply-to): Doc fix.
5625 (mail-signature): Make ATPOINT optional.
5626 (mail-yank-original): Use cond instead of nestled if.
5627
07e91aa3
SM
56282001-09-26 Stefan Monnier <monnier@cs.yale.edu>
5629
5630 * info.el (Info-on-current-buffer): Default arg to "Top".
5631
924b604c
GM
56322001-09-25 Eli Barzilay <eli@barzilay.org>
5633
5634 * calculator.el (calculator-copy-displayer): New user-option.
07e91aa3
SM
5635 (calculator-displayer-prev, calculator-displayer-next):
5636 Renamed from calculator-displayed-{left,right}.
5637 (calculator, calculator-standard-displayer)
5638 (calculator-num-to-string, calculator-update-display)
924b604c
GM
5639 (calculator-copy, calculator-put-value): Bug and display fixes.
5640
a1548b10
GM
56412001-09-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5642
5643 * ebnf2ps.el: Eliminate make-local-hook calls. Doc fix.
5644 (ebnf-version): New version (3.6.1).
5645
5646 * ebnf-bnf.el: Fix character range regexp. Doc fix.
5647 (ebnf-bnf-non-terminal-chars): New internal const.
5648 (ebnf-bnf-lex): Fix code.
5649
5650 * ebnf-iso.el: Fix character range regexp. Doc fix.
5651 (ebnf-iso-non-terminal-chars): New internal const.
5652 (ebnf-iso-lex): Fix code.
5653
5654 * ebnf-yac.el: Fix character range regexp. Doc fix.
5655 (ebnf-yac-skip-chars): New internal const.
5656 (ebnf-yac-skip-code): Fix code.
5657
79e954d0
SM
56582001-09-24 Stefan Monnier <monnier@cs.yale.edu>
5659
ab750f9c
SM
5660 * vc.el (vc-checkin): Use vc-delete-automatic-version-backups.
5661
3911563a
SM
5662 * pcvs-parse.el (cvs-parse-commit): Expand the file name before
5663 passing it to VC.
5664
79e954d0
SM
5665 * vc-hooks.el (vc-delete-automatic-version-backups): Handle the
5666 case where the file is relative.
5667
6f3f0db4
GM
56682001-09-24 Gerd Moellmann <gerd@gnu.org>
5669
5670 * xml.el (xml-parse-attlist): Quotes around attributes must be the
5671 same on each side. Make sure we properly handle simple quotes.
5672 From Daiki Ueno <ueno@unixuser.org>.
5673
e5b31424
EZ
56742001-09-23 Eli Zaretskii <eliz@is.elta.co.il>
5675
0678d779
EZ
5676 * mail/sendmail.el (mail-mode): Doc fix. From Simon Josefsson
5677 <jas@extundo.com>.
5678
e5b31424
EZ
5679 * menu-bar.el (top-level): Minor fixes for text of help-echo in
5680 some items of the Options menu.
5681
769dd0f1
SM
56822001-09-22 Stefan Monnier <monnier@cs.yale.edu>
5683
76829576
SM
5684 * pcvs-parse.el (cvs-parse-commit): Remove the temp files used by VC.
5685
d455f4f7
SM
5686 * vc-hooks.el (vc-delete-automatic-version-backups):
5687 Don't fail if the directory doesn't exist.
5688
769dd0f1
SM
5689 * diff-mode.el (diff-default-read-only): New var.
5690 (diff-mode): Use it.
5691
dc414be1
EZ
56922001-09-22 Eli Zaretskii <eliz@is.elta.co.il>
5693
769dd0f1
SM
5694 * hexl.el (hexl-mode-map): Fix the change of 2001-08-23:
5695 Use make-keymap instead of copy-keymap, since copying the global
4b7dd7e2
EZ
5696 keymap messes up the menu bar.
5697
dc414be1
EZ
5698 * info.el (Info-goto-node, Info-menu): Doc fix. Suggested by
5699 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5700
67033712
EZ
57012001-09-21 Eli Zaretskii <eliz@is.elta.co.il>
5702
769dd0f1 5703 * dired.el (dired-build-subdir-alist): Accept optional arg SWITCHES.
67033712
EZ
5704
5705 * dired-aux.el (dired-insert-subdir): Pass switches to
5706 dired-build-subdir-alist.
5707
0c68e5de
GM
57082001-09-21 Stephen Gildea <gildea@stop.mail-abuse.org>
5709
5710 * time-stamp.el (time-stamp-string-preprocess): Fix bug that
5711 caused %#a and %#b to be mis-formatted.
5712
906b3163
EZ
57132001-09-20 Eli Zaretskii <eliz@is.elta.co.il>
5714
5715 * info.el (Info-file-list-for-emacs): Add elements for ada-mode,
5716 ccmode, emacs-mime, and eudc manuals.
5717
005e3bb6
SS
57182001-09-19 Sam Steingold <sds@gnu.org>
5719
5720 w32 find cannot be used with `grep-find'.
5721 * progmodes/compile.el (find-program): New variable.
5722 (grep-compute-defaults): Use it to set `grep-find-command'.
5723
7121b85a
GM
57242001-09-19 Gerd Moellmann <gerd@gnu.org>
5725
769dd0f1 5726 * ps-bdf.el (bdf-read-bitmap): Initialize returned values to defaults.
7121b85a 5727
ae16d111
GM
57282001-09-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5729
5730 * ebnf2ps.el: Replace "Prologue" by "Prolog" in PostScript
5731 programming. Doc fix.
5732 (ebnf-version): New version (3.6).
5733 (ebnf-eps-begin): Data fix.
5734 (ebnf-begin-file): Code fix.
5735
5736 * ebnf-bnf.el: Doc fix.
5737 (ebnf-bnf-lex): Fix regexp for non-terminal and terminal tokens.
5738
5739 * ebnf-iso.el, ebnf-otz.el, ebnf-yac.el: Doc fix.
5740
55732434
GM
57412001-09-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5742
5743 * ps-print.el: Better face mapping for black/white PostScript printers.
5744 Check if mark is active when printing a region. Doc fix.
5745 (ps-print-version): New version number (6.5.5).
5746 (ps-print-color-p): Customization fix.
5747 (ps-black-white-faces): New option.
5748 (ps-black-white-faces-alist): New internal var.
5749 (ps-count-lines-preprint, ps-print-preprint-region): New funs.
5750 (ps-print-region, ps-print-region-with-faces, ps-nb-pages-buffer)
5751 (ps-nb-pages-region): Interactive fix.
5752 (ps-extend-face-list, ps-extend-face, ps-setup, ps-begin-job)
5753 (ps-face-attributes, ps-generate-postscript-with-faces): Code fix.
5754
740ef824
EZ
57552001-09-18 Eli Zaretskii <eliz@is.elta.co.il>
5756
5757 * dired.el (dired-move-to-filename-regexp): Allow one digit in the
5758 numeric month value, and allow the Kanji character after the it to
5759 be missing (happens with ls-lisp's output on Japanese versions of
5760 MS-Windows).
5761
50529f51
MB
57622001-09-18 Miles Bader <miles@gnu.org>
5763
5764 * diff-mode.el (diff-mode): Don't make the buffer read-only if
5765 it's empty (and thus probably a new patch file about to be edited).
5766
d8a973aa
GM
57672001-09-17 Gerd Moellmann <gerd@gnu.org>
5768
e18c8b8d
GM
5769 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5770 Check for '(' in column 0 of doc string.
5771
d8a973aa
GM
5772 * gs.el (gs-set-ghostview-window-prop): Use `elt' instead
5773 of `nth' so that using a vector as bounding-box works.
5774 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
5775
dfe78cc5
AS
57762001-09-17 Andre Spiegel <spiegel@gnu.org>
5777
5778 * vc.el (vc-annotate): Use current workfile version explicitly as
e1ff49ba 5779 a default, suggested by Gustav H\e,Ae\e(Bllberg <gustav@virtutech.se>.
dfe78cc5 5780
1bbdda4d
EZ
57812001-09-16 Eli Zaretskii <eliz@is.elta.co.il>
5782
a5f01960
EZ
5783 * ps-bdf.el (bdf-cache-file) <ms-dos>: Use _bdfcache.el, since
5784 convert-standard-filename doesn't guarantee that the .el extension
5785 is preserved.
5786
a007e4e3
EZ
5787 * dos-fns.el (convert-standard-filename): Replace invalid
5788 characters only after converting dash/underscore to a period.
5789 (original-make-auto-save-file-name): New.
8aee7d44
EZ
5790 (make-auto-save-file-name): New function, overrides the definition
5791 on files.el and calls the original function via
5792 original-make-auto-save-file-name.
5793
1bbdda4d
EZ
5794 * mail/rmail.el (top-level): Require mule-utils when compiling.
5795 (rmail-decode-babyl-format): Use detect-coding-with-priority
5796 instead of detect-coding-region, to favor detection of emacs-mule
5797 encoded Babyl files written by rmailout.el etc. Suggested by
5798 Kenichi Handa <handa@etl.go.jp>.
5799
ed7d6ba4
EZ
58002001-09-14 Eli Zaretskii <eliz@is.elta.co.il>
5801
5802 * eshell/em-unix.el (eshell-shuffle-files, eshell-shuffle-files):
5803 Use `equal', not `=', since the device number can be a cons cell.
5804
551629f9
GM
58052001-09-14 Gerd Moellmann <gerd@gnu.org>
5806
5807 * simple.el: Comment out change of 2001-09-13.
5808
0017a3e0
EZ
58092001-09-13 Milan Zamazal <pdm@zamazal.org>
5810
5811 * progmodes/compile.el (grep-compute-defaults): Don't set
5812 grep-command/grep-find-command when it is already non-nil.
5813 (grep-command): Make it a user option.
5814 (grep-find-command): Likewise.
5815
483e0218 58162001-09-13 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 5817
483e0218
MK
5818 * viper-cmd.el (viper-replace-char-subr, viper-envelop-ESC-key):
5819 inhibit quit.
005e3bb6 5820
15233548
EZ
58212001-09-13 Eli Zaretskii <eliz@is.elta.co.il>
5822
5823 * files.el (make-auto-save-file-name): If long file names are not
5824 supported on MS-DOS, truncate the file name to DOS 8+3 limits before
5825 generating an auto-save file name from it.
5826
1fb7f872
GM
58272001-09-13 Gerd Moellmann <gerd@gnu.org>
5828
005e3bb6 5829 * ps-print.el (ps-print-region, ps-print-region-with-faces)
66a863f0
GM
5830 (ps-nb-pages-region): Signal an error if called interactively
5831 and the mark is not active.
5832
1fb7f872
GM
5833 * simple.el (minibuffer-prompt-modification)
5834 (minibuffer-prompt-insertion): New functions.
5835 (minibuffer-prompt-properties): Use `modification-hooks' and
5836 `insert-in-front-hooks'.
5837
1dc13f3a
RS
58382001-09-12 Richard M. Stallman <rms@gnu.org>
5839
5840 * textmodes/outline.el (outline-regexp): Doc fix.
5841 Initialize it in the defcustom, the usual way.
5842
eaa493df
GM
58432001-09-12 Gerd Moellmann <gerd@gnu.org>
5844
1fb7f872 5845 * ediff-mult.el (ediff-get-meta-info): Take into account that data
769dd0f1
SM
5846 from `ediff-meta-info' properties need not be an overlay.
5847 From David Ponce <dponce@voila.fr>.
1fb7f872 5848
eaa493df
GM
5849 * isearch.el (isearch-intersects-p): Fix end checks.
5850
cfcda0ba
EZ
58512001-09-11 Eli Zaretskii <a34785@is.elta.co.il>
5852
5853 * gud.el (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
5854 `t' branch of `cond', since Irix 6.1 and up is a special case of
5855 the standard dbx interface.
5856
4e1513b5
MB
58572001-09-11 Miles Bader <miles@gnu.org>
5858
5859 * comint.el (comint-send-input): When waiting for echoed input,
5860 don't save the expected end position in `echo-end', so that things
5861 work properly even if the buffer is modified elsewhere at the same
5862 time [this happens if `comint-truncate-buffer' is used].
5863
9a72e4c1
GM
58642001-09-11 Gerd Moellmann <gerd@gnu.org>
5865
5866 * textmodes/outline.el (outline-mode): Use `^' and a shy group
5867 when constructing imenu-generic-expression from outline-regexp.
5868
1f9581b6
EZ
58692001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5870
5871 * eshell/em-unix.el (eshell-shuffle-files): Compare inodes with
5872 `equal' instead of `=', since they can be cons cells. From Nils
5873 Goesche <cartan@cartan.de>.
5874
65ee3bf5
AS
58752001-09-10 Andre Spiegel <spiegel@gnu.org>
5876
5877 * vc.el (vc-annotate): Rewrote doc string.
5878
e602e779
EZ
58792001-09-10 Eli Zaretskii <eliz@is.elta.co.il>
5880
5881 * time-stamp.el: Update Stephen Gildea's email address.
5882
42d305db
GM
58832001-09-10 Gerd Moellmann <gerd@gnu.org>
5884
5885 * mail/sendmail.el (mail-send): Obey mail-send-nonascii when
5886 enable-multibyte-characters = nil. From Hallvard B Furuseth
5887 <h.b.furuseth@usit.uio.no>.
005e3bb6 5888
02f34c70 58892001-09-09 Michael Kifer <kifer@cs.sunysb.edu>
005e3bb6 5890
769dd0f1 5891 * ediff-init.el (ediff-highest-priority): Bug fix.
02f34c70 5892
769dd0f1 5893 * viper-cmd.el (viper-special-read-and-insert-char): New function
02f34c70
MK
5894 that reads a character and uses the current input method or
5895 iso-accents when appropriate.
005e3bb6 5896
769dd0f1 5897 * viper.el and all others: Corrections to the comment blocks at
02f34c70 5898 the top.
005e3bb6 5899
cfc697a2
EZ
59002001-09-09 Eli Zaretskii <eliz@is.elta.co.il>
5901
5902 * info.el (Info-goto-node): Doc fix.
5903
fc0eccfc
GM
59042001-09-07 Gerd Moellmann <gerd@gnu.org>
5905
5906 * isearch.el (isearch-intersects-p): New function.
5907 (isearch-close-unnecessary-overlays): Renamed from *unecessary*,
5908 use isearch-intersects-p, and clean up.
5909
ef10876c
EZ
59102001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5911
5912 * textmodes/ispell.el (ispell-dictionary-alist-4): Add "german"
5913 and "german8", for the new German orthography dictionaries,
5914 (ispell-dictionary-alist-5, ispell-dictionary-alist-6): Rearrange
5915 the entries, to keep the line length balanced for loaddefs.el.
5916
c9e74cd4 59172001-09-07 Dr Francis J. Wright <F.J.Wright@qmw.ac.uk>
005e3bb6 5918
c9e74cd4
GM
5919 * comint.el (comint-send-input): Handle comint-process-echoes
5920 differently.
5921
acc24704 59222001-09-07 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
5421b899 5923
769dd0f1 5924 * locate.el (locate-insert-header): Remove unnecessary whitespace.
5421b899 5925
70569550
EZ
59262001-09-07 Eli Zaretskii <eliz@is.elta.co.il>
5927
769dd0f1 5928 * arc-mode.el (archive-dostime): Fix a typo in minutes' computation.
70569550 5929
6afad91e 59302001-09-07 Gerd Moellmann <gerd@gnu.org>
005e3bb6 5931
769dd0f1
SM
5932 * server.el (server-switch-buffer):
5933 * textmodes/refer.el (refer-find-entry-internal):
5934 * term/sup-mouse.el (sup-pos-to-window):
5935 * term/bg-mouse.el (bg-window-from-x-y):
5936 * emacs-lisp/edebug.el (edebug-window-live-p):
5937 Use get-window-with-predicate.
6afad91e
GM
5938
5939 * window.el (get-window-with-predicate): Renamed from some-window.
5940 (some-window): Make it an alias.
5941
003550c5
GM
59422001-09-06 Gerd Moellmann <gerd@gnu.org>
5943
5944 * simple.el (undo): Remove positions from buffer-undo-list up to
5945 the next undo boundary only.
5946
c49e491a
EZ
59472001-09-06 Eli Zaretskii <eliz@is.elta.co.il>
5948
05b24487
EZ
5949 * makefile.nt (install): Don't copy sc.el. Reported by Richard
5950 Kim <ryk@dspwiz.com>
5951
c49e491a
EZ
5952 * cus-edit.el (custom-buffer-create-internal): Remove "100%" from
5953 the message "Creating customization items...done".
5954
54f73af3
GM
59552001-09-05 Gerd Moellmann <gerd@gnu.org>
5956
5957 * font-lock.el (toplevel): Require `jit-lock' only if
5958 font-lock-support-mode is set to jit-lock-mode.
5959
3762e7d0
EZ
59602001-09-05 Eli Zaretskii <eliz@is.elta.co.il>
5961
5962 * international/quail.el (quail-use-package, quail-inactivate)
5963 (quail-activate): Mention the hooks these functions run in their
5964 doc strings.
5965
c3b497b3
GM
59662001-09-05 Edward M. Reingold <reingold@iit.edu>
5967
5968 * cal-menu.el (calendar-mouse-view-other-diary-entries): Fix name
5969 of file in header of menu.
5970
2d43d823
GM
59712001-09-04 Gerd Moellmann <gerd@gnu.org>
5972
2a5becfb
GM
5973 * env.el (setenv): Interactively, if VARIABLE has a current value,
5974 add that to the front of the history, as the doc string says.
5975
8d1fcd00
GM
5976 * comint.el (comint-send-input): Change help-echo.
5977 From "Dr Francis J. Wright" <F.J.Wright@qmw.ac.uk>.
005e3bb6 5978
1672462f
GM
5979 * bookmark.el (bookmark-write-file): Bind print-length and
5980 print-level to nil. From Tom Capey <tomc@edina.co.uk>.
5981
646a1759
GM
5982 * obsolete/uncompress.el: Moved there from lisp/.
5983
c8dd66e1
GM
5984 * comint.el (comint-insert-clicked-input): Goto point-max before
5985 deleting previous input. From "Dr Francis J. Wright"
5986 <F.J.Wright@qmw.ac.uk>.
5987
2d43d823
GM
5988 * simple.el (backward-word): Doc fix.
5989
acc24704 59902001-09-03 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
284b3043
GM
5991
5992 * emacs-lisp/levents.el, emacs-lisp/lucid.el, emacs-lisp/pp.el
5993 * uncompress.el, uniquify.el, vc.el, view.el, window.el
5994 * w32-fns.el: Add Keywords header.
5995
2eef02ab
EZ
59962001-09-04 Eli Zaretskii <eliz@is.elta.co.il>
5997
5998 * menu-bar.el: Fix separators in the Edit menu. Bring "Fill" near
5999 "Text Properties". Suggested by Simon Marshall
6000 <Simon.Marshall@midas-kapiti.com>.
6001
ae355fa6
AC
60022001-09-04 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6003
6004 * term/mac-win.el (mac-drag-n-drop): Decode file name by
6005 consulting the value of file-name-coding-system.
6006
2ee1aa00
SM
60072001-09-03 Stefan Monnier <monnier@cs.yale.edu>
6008
6009 * help.el (describe-function-1): Save precomputed `file-name' rather
6010 than recomputing it (incorrectly) with `symbol-file'.
6011
cdab3e50
GM
60122001-09-03 Gerd Moellmann <gerd@gnu.org>
6013
698ee07c
SM
6014 * international/isearch-x.el (isearch-exit-recursive-edit):
6015 Take three parameters, since it's used as an after-change-function.
c3b0c268 6016
698ee07c 6017 * emacs-lisp/backquote.el (backquote-backquote-symbol)
cdab3e50
GM
6018 (backquote-unquote-symbol, backquote-splice-symbol): Remove `*'
6019 from doc strings.
6020
e3b22517
GM
60212001-09-02 Milan Zamazal <pdm@zamazal.org>
6022
698ee07c
SM
6023 * progmodes/glasses.el (glasses-convert-to-unreadable):
6024 Consider underscores as in `glasses-make-readable'.
e3b22517 6025
19bd58e8
EZ
60262001-09-02 Eli Zaretskii <eliz@is.elta.co.il>
6027
883310a7
EZ
6028 * progmodes/cmacexp.el (c-macro-preprocessor): Use "gcc -E" for
6029 MS-DOS, since cpp might not be available.
6030
698ee07c
SM
6031 * menu-bar.el (menu-bar-edit-menu) <yank-menu, yank>:
6032 Mention "yank" in the help-echo text.
acc24704 6033 Suggested by Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
698ee07c
SM
6034
60352001-09-01 Stefan Monnier <monnier@cs.yale.edu>
6036
6037 * newcomment.el (comment-indent): Insert spaces more carefully.
19bd58e8 6038
59b7ded8
EZ
60392001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6040
5e11c425
EZ
6041 * mail/emacsbug.el (report-emacs-bug): Make sure *Messages*
6042 exists. From Andy Petrusenco <andy@int.spb.ru>.
6043
59b7ded8 6044 * hi-lock.el (hi-lock-unface-buffer): Don't call x-popup-menu if
5e11c425
EZ
6045 display-popup-menus-p returns nil. Suggested by Andy Petrusenco
6046 <andy@int.spb.ru>.
59b7ded8 6047
c9979669
GM
60482001-08-31 Gerd Moellmann <gerd@gnu.org>
6049
6050 * isearch.el (isearch-mouse-2): Renamed from isearch-mouse-yank.
6051 Instead of running mouse-yank-at-click, see what the event is
6052 bound to outside Isearch and run that.
6053
79f5f9ec
EZ
60542001-08-31 Eli Zaretskii <eliz@is.elta.co.il>
6055
698ee07c
SM
6056 * menu-bar.el (menu-bar-options-menu) <transient-mark-mode>:
6057 Fix the menu entry to mention transient-mark-mode.
79f5f9ec 6058
c0551649
GM
60592001-08-30 Gerd Moellmann <gerd@gnu.org>
6060
e8b1643c
GM
6061 * simple.el (eval-expression-print-level): Fix last change.
6062
f3185924
GM
6063 * bindings.el (mode-line-coding-system-map): New variable.
6064 (mode-line-mule-info): Give the "%Z" a local-map keymap.
6065
92a25631
GM
6066 * simple.el (eval-expression-print-level): Change the type
6067 of the defcustom to allow nil.
6068
9584e63a
GM
6069 * emacs-lisp/find-gc.el: Moved here from lisp/.
6070
698ee07c
SM
6071 * international/quail.el (quail-completion-1):
6072 Reverse the ((CHAR . DEFN) ...) list before processing it.
d5dc1e49
GM
6073 From Kenichi Handa <handa@etl.go.jp>.
6074
c0551649
GM
6075 * obsolete/rsz-mini.el, obsolete/sun-curs.el, obsolete/sun-fns.el
6076 * obsolete/x-apollo.el, obsolete/x-menu.el: Moved here from lisp/.
6077
ef32aa02
EZ
60782001-08-30 Eli Zaretskii <eliz@is.elta.co.il>
6079
6080 * toolbar/tool-bar.el (tool-bar-mode): Make it a no-op if images
6081 aren't supported. This avoids the annoying gray strip drawn by
6082 the Windows version instead of the missing tool bar.
6083
ff4ec1f7
GM
60842001-08-29 Gerd Moellmann <gerd@gnu.org>
6085
53ca4610
GM
6086 * menu-bar.el (menu-bar-options-menu): Make option text, messages
6087 and tooltips more consistent. From "Marshall, Simon"
6088 <Simon.Marshall@midas-kapiti.com>.
6089
ff4ec1f7
GM
6090 * startup.el (fancy-splash-screens): Temporarily set
6091 minor-mode-map-alist to nil while displaying splash screens.
6092
acc24704 60932001-08-29 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6d6c3f84
GM
6094
6095 * buff-menu.el: Add Keywords header.
6096 Doc fix (C-x C-b is bound to list-buffers).
6097
565132a3
GM
6098 * dired-x.el: Add keyword files to get listed in finder.
6099 Remove confusing notes about GNU Emacs 19.
6100
6101 * dired.el, dired-aux.el: Add Keywords header.
6102
042e6d91
AS
61032001-08-28 Andre Spiegel <spiegel@gnu.org>
6104
6105 * vc.el (vc-revert-file): Call the backend even if the FILE's
6106 contents can be reverted locally; pass new arg CONTENTS-DONE
6107 down to the backend.
6108
854bd40a 6109 * vc-cvs.el, vc-rcs.el, vc-sccs.el (vc-*-revert-file): Handle new
042e6d91
AS
6110 optional arg CONTENTS-DONE.
6111
33818c6c
AI
61122001-08-28 Andrew Innes <andrewi@gnu.org>
6113
6114 * makefile.nt (DONTCOMPILE): Sync list from makefile.w32-in.
6115
0f76ca04
EZ
61162001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6117
6118 * makefile.nt (install): Copy more *.el files.
6119
6b6e2422
GM
61202001-08-28 Gerd Moellmann <gerd@gnu.org>
6121
6122 * dired.el (dired-mode-map): Bind `y' to dired-show-file-type
6123 instead of `w' which is already in use.
6124
5b52c296
GM
6125 * gs.el (gs-load-image): Use sleep-for.
6126 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6127
43744cb9
MB
61282001-08-28 Miles Bader <miles@gnu.org>
6129
6130 * replace.el (query-replace-regexp-eval): Return args from
6131 `interactive' form in correct order.
6132
4b4ea1dc
EZ
61332001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
6134
6135 * mouse.el (mouse-buffer-menu): If the buffer menu is split by
6136 major modes, don't create panes for modes for which
6137 mouse-buffer-menu-alist returns an empty alist.
6138
61392001-08-28 Thien-Thi Nguyen <ttn@gnu.org>
35cd9438
TTN
6140
6141 * progmodes/hideshow.el: Update first-line description.
6142 Sync comments w/ maintainer version 5.31.
6143
6144 (hs-isearch-open): Default value now `code'.
6145 Fix docstring to use "code blocks" vs "comment blocks",
6146 as opposed to "block" vs "comment".
6147 (hs-flag-region): Accept `hs-isearch-open' value
6148 of `block' as synonymous w/ `code'.
6149 (hs-hide-block-at-point): For code blocks, pass `code'
6150 to `hs-flag-region' instead of `block'.
6151
9ad62cf8
MB
61522001-08-28 Miles Bader <miles@gnu.org>
6153
6154 * comint.el (comint-next-prompt): Don't loop infinitely if
6155 {next,previous}-single-char-property-change returns its input
6156 position when the search fails.
6157
61582001-08-27 Miles Bader <miles@gnu.org>
d3b98912
MB
6159
6160 * comint.el (comint-get-old-input-default): Don't signal an error
6161 if point is not on an input field; instead, return the current
6162 line (using `comint-bol' to skip any prompt, in case we're not
6163 using fields at all).
6164
6165 * man.el (Man-mode-line-format): Variable removed.
6166 (Man-mode): Change `mode-line-buffer-identification' instead of
6167 `mode-line-format'.
6168
d599a452
GM
61692001-08-27 Gerd Moellmann <gerd@gnu.org>
6170
6171 * mail/sendmail.el (mail-send-hook): Remove a duplicate defcustom.
6172 From Simon Josefsson <jas@extundo.com>.
6173
299248aa
EZ
61742001-08-26 Eli Zaretskii <eliz@is.elta.co.il>
6175
5b02e712 6176 * textmodes/texnfo-upd.el: Remove dots and exclams at end of error
acc24704 6177 messages. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
5b02e712 6178
89aea802 6179 * emacs-lisp/levents.el: Specify FSF as Maintainer. From Pavel
acc24704 6180 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
89aea802
EZ
6181
6182 * emacs-lisp/lselect.el: Ditto.
6183
3452efc2
SM
6184 * hexl.el (hexl-insert-multibyte-char, hexl-insert-char):
6185 Remove periods from the end of error message strings.
acc24704 6186 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
165b4283 6187
299248aa 6188 * progmodes/antlr-mode.el: Add Keywords header. From Pavel
acc24704 6189 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
299248aa
EZ
6190
6191 * net/telnet.el: Ditto.
6192
08ead67b
GM
61932001-08-26 Gerd Moellmann <gerd@gnu.org>
6194
6195 * hl-line.el (hl-line-mode): Add args INIT-VALUE, LIGHTER, and
6196 KEYMAP to the call to define-minor-mode.
6197
cf8f0b68
EZ
61982001-08-24 Eli Zaretskii <eliz@is.elta.co.il>
6199
6200 * term/internal.el (IT-character-translations) <hebrew-iso8859-8>:
6201 Replace some of the undefined characters with emulations of bidi
6202 formatting characters and Niqud as per SI 1311-1.
6203 (IT-unicode-translations): Ditto.
3452efc2
SM
6204 (IT-display-table-setup, IT-setup-unicode-display):
6205 Fill characters without translations with dos-unsupported-char-glyph.
cf8f0b68 6206
16837afc
GM
62072001-08-24 Simon Josefsson <jas@extundo.com>
6208
6209 * hl-line.el (hl-line-mode): Don't be a global mode.
6210 (global-hl-line-mode): New function.
6211
33954c45
GM
62122001-08-24 Gerd Moellmann <gerd@gnu.org>
6213
6214 * gs.el (gs-load-image): Wait for GHOSTVIEW window property
6215 being reset by Ghostscript. Don't kill the gs process.
6216 From David.Kastrup@neuroinformatik.ruhr-uni-bochum.de.
6217
fa05f6ac
AC
62182001-08-24 Andrew Choi <akochoi@cse.cuhk.edu.hk>
6219
6220 * term/mac-win.el: Require scroll-bar.
6221
3452efc2
SM
62222001-08-23 Stefan Monnier <monnier@cs.yale.edu>
6223
6224 * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect.
6225
02aec07b
EZ
62262001-08-23 Eli Zaretskii <eliz@is.elta.co.il>
6227
6228 * hexl.el (hexl-insert-multibyte-char) New function.
6229 (hexl-quoted-insert, hexl-self-insert-command)
6230 (hexl-insert-hex-char, hexl-insert-decimal-char)
6231 (hexl-insert-octal-char): Call it instead of hexl-insert-char.
6232 Fix the doc strings accordingly.
6233 (hexl-insert-char): Reject characters whose code is above 255.
6234 Doc fix.
6235 (hexl-mode-map): Copy the global keymap instead of creating a
6236 sparse keymap, and bind all self-inserting characters to
6237 hexl-self-insert-command.
6238
9bfc65eb
SM
62392001-08-22 Stefan Monnier <monnier@cs.yale.edu>
6240
3452efc2
SM
6241 * wid-edit.el (text): Re-order docstring correctly.
6242
9bfc65eb
SM
6243 * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp.
6244
6245 * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well.
6246
32f2f98e
EZ
62472001-08-22 Eli Zaretskii <eliz@is.elta.co.il>
6248
6249 * simple.el (line-number-mode): Mention the variable
6250 line-number-display-limit-width in the doc string.
6251
374388c3
GM
62522001-08-22 Gerd Moellmann <gerd@gnu.org>
6253
6254 * bindings.el (mode-line-unbury-buffer): Add EVENT parameter.
6255 Temporarily select EVENT's window for switching buffers.
6256 (mode-line-bury-buffer): New function.
6257 (mode-line-buffer-identification-keymap): Use it instead of
6258 bury-buffer. Bind down-mouse events to prevent global down-mouse
b2130182 6259 events from shining through.
374388c3 6260
dde6824c
SM
62612001-08-21 Stefan Monnier <monnier@cs.yale.edu>
6262
6263 * newcomment.el (comment-beginning): Make sure the comment-start
6264 we found isn't a comment-end (in cases where confusion is possible).
6265
99bf1e74
MB
62662001-08-22 Miles Bader <miles@gnu.org>
6267
6268 * emacs-lisp/bytecomp.el (byte-compile-file): Remove TARGET-FILE
6269 before writing it, so that hard-links don't see new version.
6270
37618c60
GM
62712001-08-21 Gerd Moellmann <gerd@gnu.org>
6272
dde6824c
SM
6273 * gs.el (gs-set-ghostview-colors-window-prop):
6274 Call x-change-window-property with 3rd arg FRAME.
40e33037 6275 (gs-load-image): Wait for a previous Ghostscript process
e98c601b
GM
6276 to complete before starting a new one.
6277
6ea3db8a
GM
6278 * image.el (image-type-regexps): Make sure that the TIFF
6279 pattern is only matched at the beginning of a string.
6280 From Markus Rost <rost@math.ohio-state.edu>.
6281
dde6824c 6282 * international/swedish.el: Pre-Mule file removed. From Jonas
37618c60
GM
6283 Oberg <jonas@gnu.org>.
6284
1f8437c4
RV
62852001-08-20 Rajesh Vaidheeswarran <rv@gnu.org>
6286
6287 * whitespace.el (whitespace-abort-on-error): Add custom variable
dde6824c 6288 to whitespace to abort a write-file if whitespace is detected in file.
1f8437c4
RV
6289
6290 * whitespace.el (whitespace-write-file-hook): Hook to be called
6291 when writing a file. If `whitespace-abort-on-error' is set, the
dde6824c
SM
6292 write will abort on detecting whitespaces.
6293 If `whitespace-auto-cleanup' is set, the file will be cleaned
1f8437c4
RV
6294 automatically prior to writing.
6295
6296 * whitespace.el (whitespace-buffer-search): Let's not insert bogus
6297 whitespaces in the error output!
6298
dde6824c 6299 * whitespace.el (whitespace-check-indent-whitespace): Defaults to
1f8437c4
RV
6300 `indent-tabs-mode', since the latter notes user preferences on
6301 TABs anyway.
6302
6303 * whitespace.el (whitespace-version): 3.1. All of the above issues
c499f00a 6304 were raised by Fran\e,Ag\e(Bois Pinard, which led to the fixes described.
1f8437c4 6305
9b96c57d
GM
63062001-08-20 Gerd Moellmann <gerd@gnu.org>
6307
8039284a 6308 * textmodes/texnfo-upd.el (texinfo-every-node-update): Remove
acc24704 6309 some spaces from a message. From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8039284a 6310
9b96c57d
GM
6311 * whitespace.el (whitespace-global-mode): Add autoload cookie.
6312
1c71c0c3
GM
63132001-08-20 Alex Schroeder <alex@gnu.org>
6314
6315 * sql.el (sql-db2): Doc change.
6316
63172001-08-20 Alex Schroeder <alex@gnu.org>
6318
6319 * sql.el (sql-postgres): Add the database at the end of the
6320 parameters instead of at the beginning.
6321 (sql-postgres-options): Doc change.
6322
6c7f60a2
GM
63232001-08-17 Gerd Moellmann <gerd@gnu.org>
6324
6325 * custom.el (defcustom): Doc fix.
6326
64ed6f71
GM
63272001-08-16 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6328
6c7f60a2 6329 * ps-mule.el (find-composition): Check if (char-after POS)
64ed6f71
GM
6330 returns a valid character.
6331
7851eb98
EZ
63322001-08-16 Eli Zaretskii <eliz@is.elta.co.il>
6333
6334 * hexl.el (hexl-mode, hexl-mode-exit): Adjust hexl-max-address and
6335 original-point for extra CR characters that are added/removed when
6336 the buffer is written/read whose EOL type is -dos.
6337
b76dfd21
MB
63382001-08-16 Miles Bader <miles@gnu.org>
6339
6340 * simple.el (line-move): Undo previous change.
1f8437c4
RV
6341
6342 * comint.el (comint-send-input): Add `inhibit-line-move-field-capture'
b76dfd21
MB
6343 property to input-terminating `boundary' overlays to avoid
6344 line-move wierdness.
6345
e67d1843
GM
63462001-08-16 Gerd Moellmann <gerd@gnu.org>
6347
6348 * lazy-lock.el (lazy-lock-fontify-region): Widen the current
6349 buffer in a save-restriction. Under one test case with Ediff,
6350 window-scroll-functions are run with a window start that's
6351 temporarily outside of the restriction.
6352
21324fae
GM
63532001-08-16 Robert J. Chassell <bug-texinfo@gnu.org>
6354
dde6824c 6355 * textmodes/texnfo-upd.el: Update copyright notice, fix minor typos.
21324fae
GM
6356 (texinfo-find-lower-level-node, texinfo-find-higher-level-node)
6357 (texinfo-menu-locate-entry-p, texinfo-start-menu-description)
6358 (texinfo-update-menu-region-beginning)
6359 (texinfo-update-menu-region-end, texinfo-find-pointer): Add new
6360 command, @ifnottex, to regexps, so it is found.
6361
0645d241
AI
63622001-08-16 Andrew Innes <andrewi@gnu.org>
6363
6364 * makefile.nt (DONTCOMPILE): Omit bindings.el.
6365 (DONTCOMPILE): Omit sc.el.
6366
6367 * makefile.w32-in (DONTCOMPILE): Omit bindings.el.
6368 (DONTCOMPILE): Omit sc.el.
6369
ae13fc3c
GM
63702001-08-16 Gerd Moellmann <gerd@gnu.org>
6371
6372 * replace.el (occur): Bind inhibit-read-only to t.
6373
1369261b
MB
63742001-08-16 Miles Bader <miles@gnu.org>
6375
dde6824c
SM
6376 * simple.el (line-move): Pass an ESCAPE-FROM-EDGE argument of t when
6377 calling `constrain-to-field', to avoid problems with comint prompts.
1369261b 6378
8464af45
GM
63792001-08-15 Gerd Moellmann <gerd@gnu.org>
6380
ec69d5ec 6381 * emacs-lisp/cl-indent.el (lisp-indent-defmethod): New function.
dde6824c 6382 (toplevel): Set it as `common-lisp-indent-function' for `defmethod'.
ec69d5ec 6383
1f8437c4 6384 * ediff-mult.el (ediff-get-meta-info): Fix the condition
3e6f08e6
GM
6385 of a while-loop.
6386
93aba6fc 6387 * Makefile.in (DONTCOMPILE): Remove sc.el.
1f8437c4 6388
8464af45
GM
6389 * Makefile.in (finder_setwins): Renamed from nonobsolete_setwins.
6390 Don't include term/.
6391
ae13fc3c
GM
6392 * mail/sc.el: Moved to obsolete/.
6393
8b313639
GM
63942001-08-14 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6395
6396 * ps-print.el: Change error function arguments to follow Emacs
6397 message convention. Doc fix.
6398 (ps-print-version): New version number (6.5.4).
6399 (coding-system-for-write): Change declaration position to avoid
6400 XEmacs compilation gripes.
dde6824c
SM
6401 (coding-system-for-read, buffer-file-coding-system):
6402 Declarations to avoid XEmacs compilation gripes.
8b313639
GM
6403
6404 * ps-mule.el: Doc fix.
6405 (ps-mule-encode-header-string): If STRING is not a string, replace
6406 STRING by empty string.
6407
5fb125b4
EZ
64082001-08-14 Eli Zaretskii <eliz@is.elta.co.il>
6409
6410 * frame.el (show-trailing-whitespace): Doc fix.
6411
49e49b77
EZ
64122001-08-13 Eli Zaretskii <eliz@is.elta.co.il>
6413
6414 * desktop.el (desktop-save): Insert the coding: tag before
6415 desktop-header.
6416
3e6385a4
GM
64172001-08-13 Gerd Moellmann <gerd@gnu.org>
6418
0de73d5a
GM
6419 * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including
6420 its path from $els.
6421
3e6385a4
GM
6422 * image.el (image-jpeg-p): Fix call of substring.
6423
4a9bf8a4
GM
64242001-08-10 Gerd Moellmann <gerd@gnu.org>
6425
242e5463
GM
6426 * play/animate.el (animate-string): Doc fix. Use a buffer
6427 name with stars in it.
6428 (animate-sequence): New function.
6429 From Richard Stallman <rms@gnu.org>.
6430
030f4537
GM
6431 * frame.el (select-frame-set-input-focus): New function
6432 extracted from other-frame.
6433 (other-frame): Use it.
6434 (next-multiframe-window, previous-multiframe-window): Use it.
6435
346f18dc
GM
6436 * isearch.el (isearch-other-meta-char): Don't switch to the
6437 buffer of a window clicked on, when the current buffer is
6438 in Isearch mode.
6439
4a9bf8a4
GM
6440 * image.el (image-jpeg-p): Test for APPn markers in the range
6441 #xe0..#xef.
6442
eaa2319f
GM
64432001-08-09 Gerd Moellmann <gerd@gnu.org>
6444
3638868e
GM
6445 * desktop.el (desktop-save): Don't use concat to form a file
6446 name, use expand-file-name.
6447
6b48d742
GM
6448 * mouse.el (mouse-delete-window): Do nothing if frame has just
6449 one window.
6450
ed771c89
GM
6451 * bindings.el (minor-mode-alist): Use mode-line-minor-mode-keymap
6452 for the minor mode name.
6453
6454 * view.el (toplevel): Use mode-line-minor-mode-keymap for the
6455 minor mode name.
6456
dde6824c
SM
6457 * time.el (display-time-string-forms): Use make-mode-line-mouse-map
6458 instead of make-mode-line-mouse2-map.
ed771c89
GM
6459
6460 * subr.el (add-minor-mode): Use mode-line-minor-mode-keymap for
6461 the minor mode name.
6462
dde6824c
SM
6463 * emacs-lisp/easy-mmode.el (define-minor-mode):
6464 Use mode-line-minor-mode-keymap for the minor mode name.
ed771c89 6465
dde6824c
SM
6466 * calendar/calendar.el (calendar-mode-line-format):
6467 Use make-mode-line-mouse-map instead of make-mode-line-mouse2-map.
ed771c89 6468
a4afe04e
GM
6469 * bindings.el (make-mode-line-mouse-map): Renamed from
6470 make-mode-line-mouse2-map. Take additional arg MOUSE.
6471 (mode-line-modified): Use mouse-3 instead of mouse-2.
6472 (mode-line-buffer-identification-keymap): Bind keys differently.
dde6824c 6473 (propertized-buffer-identification): Adapt help-echo to new bindings.
a4afe04e 6474
8e3189f0
GM
6475 * bindings.el (mode-line-format): Specify help-echo for line
6476 number, column number and buffer-percent part of the mode-line.
6477
eaa2319f
GM
6478 * image.el (image-type-regexps): Allow whitespace at the start
6479 of the image data for XPM, XBM and Postscript, which are
6480 text files.
6481 (image-jpeg-p): Correct calculation of next field offset.
6482
acc24704 64832001-08-08 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e3601cf6
PJ
6484
6485 * battery.el: Fix typo.
6486
057b57f6
GM
64872001-08-08 Gerd Moellmann <gerd@gnu.org>
6488
8a8ef149
GM
6489 * image.el (image-type-regexps): Allow predicates. Change the way
6490 JPEG images are recognized.
6491 (image-jpeg-p): New function.
6492 (image-type-from-data): Handle predicates in image-type-regexps.
6493
057b57f6
GM
6494 * emacs-lisp/edebug.el (edebug-read-function): Fix handling of
6495 #:, #x, #o, and similar constructs.
6496
69ebef1d
GM
64972001-08-07 Gerd Moellmann <gerd@gnu.org>
6498
22d01aed
GM
6499 * vc.el (vc-transfer-file): Fix malformed autoload cookie.
6500
23f46f6f
GM
6501 * emulation/viper-util.el (viper-file-checked-in-p): Use `and'
6502 instead of `progn'.
6503
e8421604
GM
6504 * tar-mode.el (tar-extract): Avoid generating a new buffer
6505 for each file visited. From Markus Rost <rost@math.ohio-state.edu>.
6506
ea2c6478
GM
6507 * textmodes/paragraphs.el (forward-sentence): Avoid building
6508 a regexp from sentence-end. From Kenichi Handa <handa@etl.go.jp>.
6509
dde6824c
SM
6510 * progmodes/executable.el (executable-set-magic):
6511 If executable-find returns a quoted file name, unquote it before
6c233cc0
GM
6512 inserting it.
6513
1155d483 6514 * image.el (image-type-regexps): For JPEG files, use a regexp
e8421604 6515 derived from the JFIF spec.
1f8437c4 6516
69ebef1d
GM
6517 * image.el (image-type-regexps): Use `\`' instead of `^' in
6518 most regular expressions.
6519
acc24704 65202001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
d1d850d6 6521
dde6824c 6522 * play/animate.el: Re-insert a reference to re-inserted function.
d1d850d6 6523
98a8938c
GM
65242001-08-06 Gerd Moellmann <gerd@gnu.org>
6525
dde6824c
SM
6526 * help.el (describe-function-1): Use find-function-search-for-symbol
6527 instead of find-function-noselect because the latter follows aliases.
8e3fe78e 6528
5a397d28
GM
6529 * play/animate.el (animate-birthday-present): Re-insert.
6530
dde6824c
SM
6531 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
6532 Handle old-style menu definitions.
98a8938c 6533
acc24704 65342001-08-06 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
7b3220c0 6535
6228c05b 6536 * textmodes/makeinfo.el, textmodes/page-ext.el, textmodes/page.el,
98a8938c 6537 * textmodes/text-mode.el, textmodes/two-column.el: Keywords added.
6228c05b 6538
070c251e 6539 * play/studly.el, mail/unrmail.el, emacs-lisp/lucid.el,
98a8938c
GM
6540 * emulation/pc-mode.el, diff.el, textmodes/fill.el, abbrev.el,
6541 * add-log.el, faces.el, mail/sc.el: Specify FSF as Maintainer.
7b3220c0 6542
acc24704 65432001-08-05 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
dffb6224
PJ
6544
6545 * textmodes/tildify.el: Milan Zamazal has new address.
6546
698665d1
GM
65472001-08-03 Gerd Moellmann <gerd@gnu.org>
6548
be48584d
GM
6549 * custom.el (custom-set-variables): Don't test `custom-requests'
6550 properties, check the third element of the options passed to
6551 custom-set-variables instead.
6552
5e1f85e0 6553 * info.el (info-insert-file-contents): Use info-file-exists-p
be48584d 6554 instead of file-exists-p.
5e1f85e0 6555
b0fa1513
GM
6556 * play/zone.el (zone-pgm-stress): Use unwind-protect to make sure
6557 the mode-line face is restored. Fix several bugs.
6558
698665d1
GM
6559 * replace.el (perform-replace): Doc fix.
6560
4a7641d9
FP
65612001-08-02 Francesco Potorti` <pot@gnu.org>
6562
6563 * uniquify.el (uniquify-ref-base, uniquify-ref-filename)
6564 (uniquify-ref-buffer, uniquify-ref-proposed): New functions.
6565 (uniquify-fix-item-base, uniquify-fix-item-filename)
6566 (uniquify-fix-item-buffer, uniquify-fix-item-proposed): Deleted.
6567 Callers changed.
6568 (uniquify-set-proposed): Changed to work with a vector item.
6569 (uniquify-rationalize-file-buffer-names): Use a list of arrays for
6570 the fix list, and a list of strings for the non-file buffer
6571 names. Both changes reduce consing.
6572 (uniquify-rationalize-a-list): Local variable renaming.
6573 (uniquify-rationalize-conflicting-sublist): Use member instead of
6574 assoc.
6575 (uniquify-rename-buffer): Use unless instead of if not.
6576
77389930
GM
65772001-08-02 Gerd Moellmann <gerd@gnu.org>
6578
dde6824c 6579 * recentf.el (recentf-dump-variable): Handle a value of nil correctly.
7f7d5b9e 6580
cb3f945f
GM
6581 * custom.el (custom-set-variables): Set options with :require
6582 clauses last.
4a7641d9 6583
fbc7f2a6
GM
6584 * custom.el (defcustom): Doc fix.
6585
77389930
GM
6586 * Makefile.in (TAGS, TAGS-LISP): Exclude loaddefs.el.
6587
9761cd3a
EZ
65882001-08-01 Eli Zaretskii <eliz@is.elta.co.il>
6589
7e03f4c8
EZ
6590 * man.el (man): Mention Man-switches in the doc string.
6591 (Man-switches): Mention -a in the doc string.
6592
dde6824c
SM
6593 * textmodes/ispell.el (ispell-alternate-dictionary):
6594 Add /usr/share/lib/dict/words, for Irix.
2b2eabed 6595
9761cd3a
EZ
6596 * bindings.el: Bind shifted and control-shifted kp-* keys to the
6597 corresponding non-kp keys. Suggested by Stephen Gildea
b52758d1 6598 <gildea@stop.mail-abuse.org>.
9761cd3a 6599
cc46bfe7
FP
66002001-08-01 Francesco Potorti` <pot@gnu.org>
6601
fc10ed8c
FP
6602 * uniquify.el: These changes correct a corner case that the old
6603 code managed correctly.
6604 (uniquify-fix-item-proposed): Renamed from
6605 uniquify-fix-item-min-proposed.
6606 (uniquify-set-proposed): New function.
6607 (uniquify-rationalize-file-buffer-names): Code reshuffled for
6608 clarity and speed.
dde6824c
SM
6609 (uniquify-item-greaterp): Substitutes uniquify-item-lessp.
6610 This is equivalent to what the old code did.
fc10ed8c
FP
6611 (uniquify-rationalize-a-list): Never recompute the proposed
6612 name. Sort the conflicting sublist before rationalising it: this
6613 is equivalent to what the old code did, but one directory element
6614 at a time, and only when necessary.
6615 (uniquify-rationalize-conflicting-sublist): Recompute here the
6616 proposed name.
cc46bfe7 6617
dd388130
GM
66182001-08-01 Gerd Moellmann <gerd@gnu.org>
6619
81b1a79d
GM
6620 * play/animate.el: Add Keywords and Maintainer. Remove a
6621 reference to a removed function.
cc46bfe7 6622
dd388130
GM
6623 * play/animate.el (animate-string): Handle case that the string is
6624 longer than the window is wide.
6625
6b053e39
GM
66262001-07-31 Gerd Moellmann <gerd@gnu.org>
6627
ed86208c
GM
6628 * desktop.el (desktop-save): Bind coding-system-for-write to
6629 `emacs-mule' for write-region.
6630
10e922bd
GM
6631 * delsel.el (delete-selection-pre-hook): Don't set this-command
6632 to `ignore' if the region is empty.
6633
dde6824c
SM
6634 * international/mule.el (set-keyboard-coding-system):
6635 Set keyboard-coding-system.
b23bad0b 6636
6b053e39
GM
6637 * smerge-mode.el (smerge-mode): Check if `font-lock-mode' is bound
6638 before accessing it.
6639
d004e96a
AS
66402001-07-30 Andreas Schwab <schwab@suse.de>
6641
dde6824c
SM
6642 * menu-bar.el (toggle-highlight-paren-mode):
6643 Use `(show-paren-mode)' as body.
d004e96a 6644
892c8dea
AS
66452001-07-30 Andre Spiegel <spiegel@gnu.org>
6646
6647 * vc.el (vc-checkout-hook): New hook.
6648 (vc-checkout): Run it.
6649
21f79512
EZ
66502001-07-30 Eli Zaretskii <eliz@is.elta.co.il>
6651
dde6824c
SM
6652 * progmodes/make-mode.el (makefile-macroassign-regex):
6653 Recognize the ?= operator. From Jonathan Kamens <jik@curl.com>.
21f79512 6654
291e3b68
GM
66552001-07-30 Gerd Moellmann <gerd@gnu.org>
6656
6594ac22
GM
6657 * vc.el (vc-switch-backend): Fix autoload cookie.
6658
291e3b68
GM
6659 * desktop.el (desktop-save): Add `-*- coding: emacs-mule -*-' to
6660 the desktop file.
6661
87449711
GM
66622001-07-30 Simon Josefsson <jas@extundo.com>
6663
6664 * mail/mail-utils.el (mail-strip-quoted-names): Replace text
6665 literally. Reported by Sean Rima <sean@**Delete**.tcob1.net>.
6666
bf85004b
GM
66672001-07-27 Gerd Moellmann <gerd@gnu.org>
6668
75c5350a
GM
6669 * emacs-lisp/lisp-mode.el (last-sexp-setup-props): New function.
6670 (last-sexp-toggle-display): Renamed from last-sexp-print.
dde6824c
SM
6671 (last-sexp-toggle-display, eval-last-sexp-1):
6672 Use last-sexp-setup-props.
75c5350a 6673
cc46bfe7 6674 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button):
bf85004b
GM
6675 New user-options.
6676 (mouse-wheel-change-button): New function.
6677 (mouse-wheel-mode): Use mouse-wheel-{up,down}-button.
6678 (mwheel-scroll): Ditto.
6679
16098288
GM
66802001-07-26 Gerd Moellmann <gerd@gnu.org>
6681
ac49effe
GM
6682 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Don't search for
6683 `...', compare with unabbreviated printed representation instead.
6684 (last-sexp-print): Bind print-length and print-level to nil.
6685
be4a68f9
GM
6686 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Look for a `...'
6687 before assigning text properties. Make properties rear-nonsticky.
ac49effe 6688
f6e6cdf2
GM
6689 * emacs-lisp/lisp-mode.el (last-sexp-print): New function.
6690 (eval-last-sexp-1): Give printed text a `keymap' property and bind
6691 <mouse-2> and <RET> in that map to a function printing the
6692 unabbreviated value.
6693
16098288
GM
6694 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): If standard-output
6695 is a buffer, put a text property `printed-value' on the printed
6696 representation, with the Lisp object printed as value.
6697
343462ed
EZ
66982001-07-25 Eli Zaretskii <eliz@is.elta.co.il>
6699
6700 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-defun):
6701 Mention the effect of eval-expression-print-length and
6702 eval-expression-print-level in the doc strings. Suggested by
6703 Kevin Gallagher <kevingal@onramp.net>.
6704
e043664a
GM
67052001-07-25 Gerd Moellmann <gerd@gnu.org>
6706
4b09e331
GM
6707 * xt-mouse.el (xterm-mouse-event): Recognize control sequences
6708 for buttons > 3.
6709 (xterm-mouse-translate): Handle the case that we don't get a
6710 down-event.
cc46bfe7 6711
dde6824c
SM
6712 * emacs-lisp/find-func.el (find-function-regexp):
6713 Add easy-mmode-define-global-mode to the regexp. Allow newlines
b03dc47d
GM
6714 in front of the function name.
6715
17635d50 6716 * isearch.el (isearch-other-meta-char): Fix last change.
cc46bfe7 6717
3fb01f36
GM
6718 * isearch.el (isearch-other-meta-char): Don't modify mode-line and
6719 similar events for which fake prefix keys are generated. It's no
6720 longer necessary since read_key_sequence doesn't modify these
6721 events for internal purposes anymore.
6722
e043664a
GM
6723 * files.el (auto-mode-alist): Use nroff-mode for files ending
6724 in `.9'. From Assar Westerlund <assar@stacken.kth.se>.
6725
a9f73104
EZ
67262001-07-24 Eli Zaretskii <eliz@is.elta.co.il>
6727
6728 * avoid.el (mouse-avoidance-too-close-p): If the frame lacks a
6729 tool-bar-lines parameter, behave as if its value were zero.
6730 (mouse-avoidance-set-pointer-shape): Don't do anything if
6731 x-pointer-shape is not boundp.
6732
c02a76cc
FP
67332001-07-23 Francesco Potorti` <pot@gnu.org>
6734
f0188953 6735 * uniquify.el: Overall speedup changes when using many buffers.
dde6824c
SM
6736 (uniquify-fix-item-base, uniquify-fix-item-filename)
6737 (uniquify-fix-item-buffer): Changed defmacro to defalias (cosmetic).
c02a76cc 6738 (uniquify-fix-item-unrationalized-buffer): Deleted: was the fourth
f0188953 6739 place in the item, but was never used.
c02a76cc 6740 (uniquify-fix-item-min-proposed): New defalias: the fourth place
f0188953 6741 in the item is now used as cache for the proposed name.
c02a76cc 6742 (uniquify-rationalize-file-buffer-names): Move computation made on
dde6824c
SM
6743 newbuffile out of the loop, in the newbuffile-nd local var.
6744 Use dolist (cosmetic change). Compute the proposed name for the most
c02a76cc 6745 common case and cache it in the fourth place in the item.
f0188953 6746 (uniquify-rationalize-file-buffer-names): Used to return a a list
dde6824c 6747 of buffer whose name was changed, but that return value was never used.
c02a76cc
FP
6748 (uniquify-item-lessp): Replaces uniquify-filename-lessp, works on
6749 the cached proposed name, does much less consing and is quicker.
6750 (uniquify-filename-lessp): Deleted.
dde6824c
SM
6751 (uniquify-rationalize-a-list): Use dolist (cosmetic change).
6752 Do not bind locally the uniquify-possibly-resolvable flag. Use the
c02a76cc
FP
6753 cached proposed name is possible.
6754 (uniquify-get-proposed-name): Arguments changed, callers changed.
6755 (uniquify-rationalize-conflicting-sublist): Explicitely reset the
6756 uniquify-possibly-resolvable flag, which is no more bound locally.
6757 (uniquify-rename-buffer): Do not set the old unrationalised-buffer
f0188953 6758 flag, which does not exist any more.
c02a76cc 6759
31fac3b8
EZ
67602001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
6761
be8cf99e
EZ
6762 * term/internal.el (IT-unicode-translations): Fix the appearance of
6763 "6`".
6764
31fac3b8
EZ
6765 * progmodes/compile.el (compile-internal): If EMACS is already
6766 defined in the environment, don't override its value.
6767
73496807
GM
67682001-07-23 Gerd Moellmann <gerd@gnu.org>
6769
9e5a7f2a
GM
6770 * play/fortune.el: Undo change of 2001-07-13.
6771 Fix autoload cookies. Add types to defcustoms.
6772 (fortune) <defgroup>: Add :link.
6773 (fortune-from-region): Use eq, not eql.
6774 From Dave Love <fx@gnu.org>.
c02a76cc 6775
5247262a 6776 * play/animate.el (animate-birthday-present): Function removed.
c02a76cc 6777
73496807
GM
6778 * play/animate.el: New file.
6779
722a451d
EZ
67802001-07-22 Eli Zaretskii <eliz@is.elta.co.il>
6781
dde6824c
SM
6782 * startup.el (normal-top-level-add-subdirs-to-load-path):
6783 On Windows, put into normal-top-level-add-subdirs-inode-list the
722a451d
EZ
6784 canonicalized names of the directories instead of inode numbers.
6785
4960e757 67862001-07-21 Michael Kifer <kifer@cs.sunysb.edu>
c02a76cc 6787
4960e757
MK
6788 * ediff-util.el: Copyright years.
6789 (ediff-choose-syntax-table): New function.
6790 (ediff-setup): Use ediff-choose-syntax-table.
73496807 6791 (ediff-file-checked-out-p,ediff-file-checked-in-p): Check if
4960e757 6792 vc-state is available.
73496807 6793 (ediff-make-temp-file): Use ediff-coding-system-for-write.
c02a76cc 6794
4960e757
MK
6795 * ediff-init.el (ediff-with-syntax-table): New macro, uses
6796 with-syntax-table.
73496807
GM
6797 (ediff-coding-system-for-read): From ediff-diff.el
6798 (ediff-coding-system-for-write): New variable.
6799 (ediff-highest-priority): Fixed the bug having to do with disappearing
4960e757 6800 overlays.
73496807
GM
6801 (ediff-file-remote-p): Use file-remote-p, if available.
6802 (ediff-listable-file): New function.
6803 (ediff-file-attributes): Use ediff-listable-file.
c02a76cc 6804
dde6824c
SM
6805 * ediff-mult.el (ediff-meta-insert-file-info1):
6806 Use ediff-listable-file.
c02a76cc 6807
dde6824c
SM
6808 * ediff-ptch.el (ediff-prompt-for-patch-file):
6809 Use ediff-coding-system-for-read.
73496807 6810 (ediff-patch-file-internal): Use ediff-coding-system-for-write.
c02a76cc 6811
73496807
GM
6812 * ediff-diff.el (ediff-coding-system-for-read): Moved to ediff-init.el.
6813 (ediff-match-diff3-line,ediff-get-diff3-group): Improved pattern.
c02a76cc 6814
4960e757 6815 * ediff.el: Date of last update, copyright years.
c02a76cc 6816
4960e757 6817 * ediff-wind (ediff-setup-control-frame): Nill->nil.
c02a76cc 6818
4960e757
MK
6819 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
6820 of Scott Bronson.
6821 (ex-cmd-assoc,ex-compile,ex-cmd-one-letr): New functions.
6822 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
6823 Deleted functions.
6824 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
6825 ex-token-list.
73496807 6826 (viper-get-ex-address-subr): Convert registers to char data type.
c02a76cc 6827
dde6824c 6828 * viper-util.el (viper-int-to-char,viper-char-equal): New functions.
73496807
GM
6829 (viper-memq-char): Use viper-int-to-char.
6830 (viper-file-checked-in-p): Use vc-locking-user, if vc doesn't have
4960e757 6831 vc-locking-state.
73496807 6832 (viper-read-key): Use viper-read-key-sequence.
c02a76cc 6833
dde6824c
SM
6834 * viper.el (viper-major-mode-modifier-list):
6835 Added inferior-emacs-lisp-mode.
73496807 6836 (this-major-mode-requires-vi-state): New function that uses simple
4960e757 6837 heuristics to decide if vi state is appropriate.
73496807
GM
6838 (set-viper-state-in-major-mode): Use this-major-mode-requires-vi-state.
6839 (viper-non-hook-settings): Don't advise read-key-sequence.
6840 (viper-read-key-sequence): New function that replaces the
4960e757 6841 previously used advice to read-key-sequence.
c02a76cc 6842
73496807
GM
6843 * viper-cmd.el (viper-test-com-defun,viper-exec-change)
6844 (viper-exec-Change,viper-execute-com,viper-insert,viper-append)
6845 (viper-Append,viper-Insert,viper-open-line,viper-Open-line)
6846 (viper-open-line-at-point,viper-substitute,viper-overwrite)
6847 (viper-replace-char-subr,viper-forward-word,viper-forward-Word):
6848 Got rid of the negative character hack.
4960e757 6849 (viper-escape-to-state,viper-replace-state-exit-cmd):
73496807
GM
6850 Use viper-read-key-sequence.
6851 (viper-envelop-ESC-key): No need for ad-get-orig-definition.
4960e757 6852 (viper-minibuffer-standard-hook,viper-read-string-with-history):
73496807 6853 Don't override existing minibuffer-setup-hook.
4960e757 6854 (viper-mark-point,viper-goto-mark-subr,viper-brac-function):
c02a76cc 6855 Convert registers to char data type.
73496807 6856 (viper-autoindent): Use viper-indent-line.
c02a76cc
FP
6857
6858 * viper-keym.el: Use viper-exec-key-in-emacs.
6859
05824718
SM
68602001-07-20 Stefan Monnier <monnier@cs.yale.edu>
6861
6862 * server.el (server-visit-files): Fix variable name typo.
6863
6e07c0a5
GM
68642001-07-20 Gerd Moellmann <gerd@gnu.org>
6865
05824718 6866 * simple.el (delete-trailing-whitespace): Save match data
6e07c0a5
GM
6867 around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
6868
5b6858da
SM
68692001-07-19 Stefan Monnier <monnier@cs.yale.edu>
6870
6871 * progmodes/compile.el (compilation-parse-errors): `linenum' might
6872 return a this-error using the alternative format (a pair of markers).
6873
794d58ba
GM
68742001-07-19 Gerd Moellmann <gerd@gnu.org>
6875
4e2a256b
GM
6876 * font-lock.el (c++-keywords): Add Standard C++ operator names.
6877
794d58ba
GM
6878 * mail/mh-utils.el (mh-find-progs): Also search in `lib'.
6879 From Mats Bengtsson <mats.bengtsson@s3.kth.se>,
5b6858da 6880
acc24704 68812001-07-17 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
381194d0
PJ
6882
6883 * international/iso-transl.el: Fix typo in the header of the file.
6884
6885 * textmodes/picture.el (picture): Doc fix.
6886
6887 * international/ja-dic-cnv.el (skkdic-convert): Some fixes to
6888 follow coding conventions in generated files.
6889
27009a49
EZ
68902001-07-17 Eli Zaretskii <eliz@is.elta.co.il>
6891
5b6858da 6892 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
27009a49
EZ
6893 (tool-bar-add-item): Don't call image-related primitives if the
6894 display doesn't support images.
6895
6896 * frame.el (display-images-p): New function.
6897
467f1209
GM
68982001-07-17 Gerd Moellmann <gerd@gnu.org>
6899
6900 * server.el (server-visit-files): Handle the case the specified
6901 column number is <= 0.
6902
69032001-07-17 Jan Nieuwenhuizen <jan@netland.nl>
6904
6905 * startup.el (command-line-1): Add support for +LINE:COLUMN
6906 command line argument.
6907
69082000-07-17 Han-Wen Nienhuys <hanwen@cs.uu.nl>
6909
5b6858da
SM
6910 * server.el (server-process-filter, server-visit-files):
6911 Add support for +LINE:COLUMN style emacsclient calls.
467f1209 6912
acc24704 69132001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
9781053a
PJ
6914
6915 * emacs-lisp/easy-mmode.el: Add Keywords header.
6916
6917 * play/pong.el: Author has new address.
6918
6919 * play/landmark.el: Author is no more reachable.
6920
6921 * play/handwrite.el: Author is no more reachable.
6922
5b6858da
SM
69232001-07-17 Stefan Monnier <monnier@cs.yale.edu>
6924
6925 * term/sun.el (ignore-key, sun-esc-bracket, meta-flag): Remove.
6926 (sun-raw-prefix): Replace t3, t4, t6, and t7 with f3, f4, f6 and f7.
6927 Complete bindings for F<1..12> keys.
6928 (global-map): Remove `undo' binding (already in the default).
6929 Replace `t<n>' bindings with `f<n>' bindings.
6930
a38b71b0
SM
69312001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6932
6933 * progmodes/tcl.el (tcl-fill-mode-map): Use tcl-indent-exp.
6934 (tcl-mode): Use tcl-add-log-defun.
6935 (tcl-indent-line): Use tcl-calculate-indent.
6936 (tcl-calculate-indent): Renamed from calculate-tcl-indent.
6937 (tcl-indent-exp): Renamed from indent-tcl-exp.
6938 (tcl-add-log-defun): Renamed from add-log-tcl-defun.
6939 (tcl-indent-for-comment): Call comment-indent-function properly
6940 and handle the case where it returns nil.
6941
c1d61a7d
GM
69422001-07-16 Gerd Moellmann <gerd@gnu.org>
6943
a38b71b0
SM
6944 * calendar/cal-islam.el (calendar-goto-islamic-date):
6945 Remove autoload cookie.
6946
6947 * calendar/calendar.el (calendar-goto-islamic-date):
6948 Add call to autoload.
c1d61a7d 6949
c59fb719
SM
69502001-07-16 Stefan Monnier <monnier@cs.yale.edu>
6951
6952 * progmodes/ada-mode.el (ada-mode): Avoid unneeded version checks.
6953 Don't change compile-auto-highlight globally.
6954 Don't bother with `font-lock-defaults' property since XEmacs
6955 also understands the `font-lock-defaults' variable.
6956 Use make-local-variable rather than make-variable-buffer-local.
6957 Don't `defconst' comment-indent-function: keep the default.
6958 Call easy-menu-add unconditionally.
6959 (ada-create-keymap): Use [(shift tab)] so it works on both Emacsen.
6960 (ada-create-menu): Use :included for Emacs as well.
6961
6962 * vc.el (vc-do-command): Autoload.
6963
6964 * progmodes/ada-xref.el (ada-xref-initialize): Fix call to add-hook.
6965
acc24704 69662001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
652a9be9
PJ
6967
6968 * ps-print.el: Fix Author: header.
6969
c3d6be34
GM
69702001-07-16 Gerd Moellmann <gerd@gnu.org>
6971
4391d40d
GM
6972 * mouse-sel.el (mouse-sel-bindings): Instead of unbinding
6973 mouse-1 etc., bind them to `ignore'.
6974
c3d6be34
GM
6975 * eshell/esh-mode.el (eshell-send-invisible): Renamed from
6976 send-invisible, which is already defined in Comint.
6977 (eshell-watch-for-password-prompt): Use it.
6978
acc24704 69792001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
e8af40ee 6980
3c3e43ef
PJ
6981 * which-func.el (which-func-mode): Doc fix.
6982
e8af40ee 6983 * align.el, apropos.el, autorevert.el, battery.el, bookmark.el,
c3d6be34
GM
6984 * calculator.el, calendar/todo-mode.el, complete.el, cus-dep.el,
6985 * cus-edit.el, cus-face.el, delim-col.el, dos-fns.el, double.el,
6986 * edmacro.el, elide-head.el, emacs-lisp/autoload.el,
6987 * emacs-lisp/checkdoc.el, emacs-lisp/cl-compat.el,
6988 * emacs-lisp/cl-specs.el, emacs-lisp/copyright.el,
6989 * emacs-lisp/cust-print.el, emacs-lisp/easy-mmode.el,
6990 * emacs-lisp/elint.el, emacs-lisp/ewoc.el, emacs-lisp/find-func.el,
6991 * emacs-lisp/pp.el, emacs-lisp/re-builder.el, emacs-lisp/shadow.el,
6992 * emacs-lisp/sregex.el, emerge.el, emulation/edt-lk201.el,
6993 * emulation/edt-mapper.el, emulation/edt-pc.el,
6994 * emulation/edt-vt100.el, emulation/edt.el, emulation/pc-select.el,
6995 * emulation/tpu-edt.el, emulation/tpu-extras.el,
6996 * emulation/tpu-mapper.el, emulation/vip.el, expand.el, finder.el,
6997 * foldout.el, follow.el, format.el, forms-d2.el, forms.el,
6998 * generic.el, hi-lock.el, hilit-chg.el, hippie-exp.el, info-look.el,
6999 * international/isearch-x.el, international/iso-cvt.el,
7000 * international/ogonek.el, international/quail.el,
7001 * international/utf-8.el, jit-lock.el, language/devan-util.el,
7002 * language/devanagari.el, language/ethio-util.el,
7003 * language/ethiopic.el, language/european.el, language/indian.el,
7004 * language/romanian.el, language/tibet-util.el, language/tibetan.el,
7005 * mail/feedmail.el, mail/footnote.el, mail/mail-hist.el,
7006 * mail/mailheader.el, mail/mspools.el, mail/supercite.el,
7007 * mouse-sel.el, net/browse-url.el, net/net-utils.el,
7008 * net/quickurl.el, net/snmp-mode.el, net/webjump.el,
7009 * net/zone-mode.el, pcomplete.el, progmodes/antlr-mode.el,
7010 * progmodes/autoconf.el, progmodes/cmacexp.el,
7011 * progmodes/cperl-mode.el, progmodes/cpp.el, progmodes/cwarn.el,
7012 * progmodes/delphi.el, progmodes/ebnf-bnf.el, progmodes/ebnf-iso.el,
7013 * progmodes/ebnf-otz.el, progmodes/ebnf-yac.el,
7014 * progmodes/ebnf2ps.el, progmodes/executable.el,
7015 * progmodes/fortran.el, progmodes/idlw-shell.el,
7016 * progmodes/idlw-toolbar.el, progmodes/idlwave.el,
7017 * progmodes/m4-mode.el, progmodes/mantemp.el,
7018 * progmodes/meta-mode.el, progmodes/octave-inf.el,
7019 * progmodes/ps-mode.el, progmodes/scheme.el, progmodes/simula.el,
7020 * progmodes/tcl.el, ps-bdf.el, ps-mule.el, ps-print.el, recentf.el,
7021 * rect.el, regi.el, rsz-mini.el, s-region.el, scroll-all.el,
7022 * shadowfile.el, speedbar.el, term/AT386.el, term/internal.el,
7023 * term/iris-ansi.el, term/mac-win.el, term/tvi970.el,
7024 * textmodes/artist.el, textmodes/flyspell.el, textmodes/ispell.el,
7025 * textmodes/page-ext.el, textmodes/refer.el, textmodes/texinfmt.el,
7026 * textmodes/texinfo.el, textmodes/texnfo-upd.el,
7027 * textmodes/two-column.el, time-stamp.el, timezone.el,
7028 * toolbar/tool-bar.el, vc-rcs.el, vc-sccs.el, view.el, w32-fns.el,
7029 * which-func.el, whitespace.el, wid-browse.el, widget.el,
7030 * windmove.el, woman.el, xt-mouse.el: Some fixes to follow coding
e8af40ee
PJ
7031 conventions.
7032
bb24c64f
GM
70332001-07-16 Gerd Moellmann <gerd@gnu.org>
7034
7035 * simple.el (set-variable): Require 'cus-edit' instead of
7036 `wid-edit', so that the Custom widgets get defined.
7037
acc24704 70382001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6a05d05f
PJ
7039
7040 * allout.el: A fix to follow coding conventions.
7041
7042 * find-lisp.el: A fix to follow coding conventions.
7043
7044 * term/w32-win.el: A fix to follow coding conventions.
7045
7046 * textmodes/sgml-mode.el: A fix to follow coding conventions.
7047
7048 * term/xterm.el: A fix to follow coding conventions.
7049
7050 * term/news.el: A fix to follow coding conventions.
7051
7052 * emulation/vi.el: A fix to follow coding conventions, Maintainer:
7053 header line fixed.
7054
7055 * sun-curs.el: Fix Maintainer: header line.
7056
7057 * emacs-lisp/easymenu.el: Address of the author added.
7058
1b85bd12
GM
70592001-07-16 Gerd Moellmann <gerd@gnu.org>
7060
7061 * dired.el (dired-insert-set-properties): Fix invalid mouse-face
7062 property.
7063
acc24704 70642001-07-16 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
6e44da43
PJ
7065
7066 * play/5x5.el, play/decipher.el, play/dunnet.el, play/fortune.el,
1b85bd12 7067 * play/gamegrid.el, play/handwrite.el, play/landmark.el,
c59fb719
SM
7068 * play/morse.el, play/pong.el, play/snake.el, play/tetris.el:
7069 Some fixes to follow coding conventions.
6e44da43 7070
6033fc96
GM
70712001-07-16 Gerd Moellmann <gerd@gnu.org>
7072
7073 * which-func.el (which-func-mode): Doc fix.
7074
5d3d1e32
SM
70752001-07-15 Stefan Monnier <monnier@cs.yale.edu>
7076
7077 * net/rcompile.el (remote-compile): Use make-local-variable.
7078
7079 * progmodes/hideshow.el (hs-minor-mode): Use make-local-variable.
7080
7081 * progmodes/make-mode.el (makefile-browse): Use make-local-variable.
7082
7083 * mail/reporter.el (reporter-submit-bug-report):
7084 Don't abuse make-variable-buffer-local. Fix call to add-hook.
7085
acc24704 70862001-07-15 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
55535639 7087
3afbc435 7088 * calendar/cal-china.el, calendar/cal-coptic.el,
1b85bd12
GM
7089 * calendar/cal-dst.el, calendar/cal-french.el,
7090 * calendar/cal-hebrew.el, calendar/cal-islam.el,
7091 * calendar/cal-iso.el, calendar/cal-julian.el,
7092 * calendar/cal-mayan.el, calendar/cal-persia.el,
7093 * calendar/cal-tex.el, calendar/calendar.el, calendar/diary-lib.el,
7094 * calendar/lunar.el, calendar/solar.el, ediff-diff.el,
7095 * ediff-help.el, ediff-hook.el, ediff-init.el, ediff-merg.el,
7096 * ediff-ptch.el, ediff-util.el, ediff-vers.el, ediff-wind.el,
7097 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
7098 * net/eudc-vars.el, net/ldap.el, pcvs-defs.el, pcvs-info.el,
7099 * pcvs-parse.el, pcvs-util.el, pcvs.el, progmodes/ada-mode.el,
7100 * progmodes/ada-prj.el, progmodes/ada-stmt.el,
7101 * progmodes/ada-xref.el, progmodes/cc-align.el,
7102 * progmodes/cc-bytecomp.el, progmodes/cc-cmds.el,
7103 * progmodes/cc-defs.el, progmodes/cc-engine.el,
7104 * progmodes/cc-langs.el, progmodes/cc-menus.el,
7105 * progmodes/cc-styles.el, progmodes/cc-vars.el,
7106 * textmodes/reftex-auc.el, textmodes/reftex-cite.el,
7107 * textmodes/reftex-dcr.el, textmodes/reftex-global.el,
7108 * textmodes/reftex-index.el, textmodes/reftex-parse.el,
7109 * textmodes/reftex-ref.el, textmodes/reftex-sel.el,
7110 * textmodes/reftex-toc.el, textmodes/reftex-vars.el,
7111 * textmodes/reftex.el: Some fixes to follow coding
ff41c6f6 7112 conventions in Elisp files with known maintainers.
3afbc435
PJ
7113
7114 * emulation/viper.el: A fix to follow coding conventions.
7115
60370d40 7116 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el,
1b85bd12
GM
7117 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el,
7118 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el,
7119 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el,
7120 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el,
7121 * eshell/em-xtra.el, eshell/esh-arg.el, eshell/esh-cmd.el,
7122 * eshell/esh-ext.el, eshell/esh-io.el, eshell/esh-maint.el,
7123 * eshell/esh-mode.el, eshell/esh-module.el, eshell/esh-opt.el,
7124 * eshell/esh-proc.el, eshell/esh-test.el, eshell/esh-util.el,
7125 * eshell/esh-var.el, eshell/eshell.el: Some fixes to follow coding
ff41c6f6 7126 conventions in Elisp files.
60370d40
PJ
7127
7128 * composite.el, diff.el, emacs-lisp/levents.el,
1b85bd12
GM
7129 * emacs-lisp/lmenu.el, emacs-lisp/lselect.el, emacs-lisp/lucid.el,
7130 * emulation/pc-mode.el, emulation/viper-cmd.el,
7131 * emulation/viper-ex.el, emulation/viper-init.el,
7132 * emulation/viper-keym.el, emulation/viper-macs.el,
7133 * emulation/viper-mous.el, emulation/viper-util.el,
7134 * emulation/viper.el, forms-pass.el, international/ccl.el,
7135 * international/characters.el, international/encoded-kb.el,
7136 * international/fontset.el, international/ja-dic-cnv.el,
7137 * international/ja-dic-utl.el, international/kinsoku.el,
7138 * international/kkc.el, international/mule-cmds.el,
7139 * international/mule-diag.el, international/mule-util.el,
7140 * international/mule.el, international/titdic-cnv.el,
7141 * language/china-util.el, language/chinese.el,
7142 * language/cyril-util.el, language/cyrillic.el, language/english.el,
7143 * language/greek.el, language/hebrew.el, language/japan-util.el,
7144 * language/japanese.el, language/korea-util.el, language/korean.el,
7145 * language/lao-util.el, language/lao.el, language/misc-lang.el,
7146 * language/slovak.el, language/thai-util.el, language/thai.el,
7147 * language/viet-util.el, language/vietnamese.el, mail/mh-comp.el,
7148 * mail/mh-e.el, mail/mh-funcs.el, mail/mh-mime.el, mail/mh-pick.el,
7149 * mail/mh-seq.el, mail/mh-utils.el, mail/sc.el, mail/unrmail.el,
7150 * midnight.el, patcomp.el, pcmpl-cvs.el, pcmpl-gnu.el,
7151 * pcmpl-linux.el, pcmpl-rpm.el, pcmpl-unix.el, play/studly.el,
7152 * play/zone.el, replace.el, select.el, subr.el, talk.el, term.el,
7153 * term/apollo.el, term/bobcat.el, term/linux.el, term/lk201.el,
7154 * term/vt102.el, term/vt125.el, term/vt200.el, term/vt201.el,
7155 * term/vt220.el, term/vt240.el, term/vt300.el, term/vt320.el,
7156 * term/vt400.el, term/vt420.el, x-apollo.el, x-menu.el: Some fixes
c59fb719
SM
7157 to follow coding conventions in files without maintainer or in files
7158 with clear maintainer (but without Maintainer header stating so).
60370d40
PJ
7159
7160 * emacs-lisp/elp.el: A fix to follow coding conventions.
7161
715a2ca2 7162 * gnus/binhex.el, gnus/binhex.el, gnus/earcon.el,
1b85bd12
GM
7163 * gnus/gnus-agent.el, gnus/gnus-art.el, gnus/gnus-audio.el,
7164 * gnus/gnus-logic.el, gnus/gnus-ml.el, gnus/gnus-mlspl.el,
7165 * gnus/gnus-setup.el, gnus/gnus-srvr.el, gnus/gnus-sum.el,
7166 * gnus/gnus-uu.el, gnus/gnus-vm.el, gnus/ietf-drums.el,
7167 * gnus/mail-parse.el, gnus/mail-prsvr.el, gnus/mail-source.el,
7168 * gnus/mm-bodies.el, gnus/mm-decode.el, gnus/mm-encode.el,
7169 * gnus/mm-partial.el, gnus/mm-util.el, gnus/mm-uu.el,
7170 * gnus/mm-view.el, gnus/mml.el, gnus/nnimap.el, gnus/nnoo.el,
7171 * gnus/parse-time.el, gnus/rfc1843.el, gnus/rfc2045.el,
7172 * gnus/rfc2047.el, gnus/rfc2104.el, gnus/rfc2231.el,
7173 * gnus/time-date.el, gnus/uudecode.el: Some fixes to follow coding
715a2ca2
PJ
7174 conventions in files from Gnus.
7175
55535639 7176 * abbrevlist.el, array.el, buff-menu.el, calendar/appt.el,
1b85bd12
GM
7177 * case-table.el, cdl.el, cmuscheme.el, compare-w.el, completion.el,
7178 * custom.el, derived.el, dired-aux.el, disp-table.el, dos-vars.el,
7179 * echistory.el, electric.el, emacs-lisp/authors.el,
7180 * emacs-lisp/backquote.el, emacs-lisp/byte-opt.el,
7181 * emacs-lisp/bytecomp.el, emacs-lisp/float.el, emacs-lisp/gulp.el,
7182 * emacs-lisp/helper.el, emacs-lisp/lisp-mode.el,
7183 * emacs-lisp/regexp-opt.el, emulation/mlconvert.el,
7184 * emulation/mlsupport.el, env.el, fast-lock.el, find-dired.el,
7185 * float-sup.el, frame.el, gnus/gnus-mule.el, gnus/pop3.el, gs.el,
7186 * gud.el, help-macro.el, hexl.el, imenu.el, info.el, informat.el,
7187 * international/codepage.el, international/iso-ascii.el,
7188 * international/iso-insert.el, international/iso-transl.el,
7189 * international/swedish.el, isearch.el, jka-compr.el, kermit.el,
7190 * lazy-lock.el, ledit.el, loadup.el, lpr.el, ls-lisp.el, macros.el,
7191 * mail/blessmail.el, mail/emacsbug.el, mail/mail-extr.el,
7192 * mail/mailabbrev.el, mail/mailpost.el, mail/rmail.el,
7193 * mail/rmailedit.el, mail/rmailkwd.el, mail/rmailmsc.el,
7194 * mail/rmailout.el, mail/rmailsort.el, mail/rmailsum.el,
7195 * mail/vms-pmail.el, man.el, map-ynp.el, menu-bar.el, misc.el,
7196 * msb.el, net/ange-ftp.el, net/goto-addr.el, novice.el,
7197 * obsolete/auto-show.el, obsolete/hilit19.el, obsolete/ooutline.el,
7198 * obsolete/rnews.el, obsolete/rnewspost.el, options.el, paren.el,
7199 * paths.el, play/dissociate.el, play/doctor.el, play/hanoi.el,
7200 * play/meese.el, progmodes/compile.el, progmodes/ebrowse.el,
7201 * progmodes/hideif.el, progmodes/modula2.el, register.el, rot13.el,
7202 * saveplace.el, scroll-bar.el, server.el, sort.el, soundex.el,
7203 * term/bg-mouse.el, term/pc-win.el, term/sup-mouse.el,
7204 * term/tty-colors.el, terminal.el, textmodes/bib-mode.el,
7205 * textmodes/makeinfo.el, textmodes/page.el, textmodes/paragraphs.el,
7206 * textmodes/picture.el, textmodes/scribe.el, textmodes/spell.el,
7207 * textmodes/tex-mode.el, textmodes/text-mode.el,
7208 * textmodes/underline.el, thingatpt.el, time.el, timer.el,
7209 * unused.el, vcursor.el, version.el, vms-patch.el, vmsproc.el,
7210 * vt100-led.el, window.el: Some fixes to follow coding conventions in
55535639
PJ
7211 files maintained by FSF.
7212
acc24704 72132001-07-13 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
1cd7adc6
PJ
7214
7215 * arc-mode.el: A fix to follow coding conventions.
7216
7217 * bindings.el: Ditto.
7218
7219 * cdl.el: Ditto.
7220
7221 * comint.el: Ditto.
7222
7223 * cus-start.el: Ditto.
7224
7225 * shell.el: Ditto.
7226
7227 * skeleton.el: Ditto.
7228
07b1b912
SM
72292001-07-13 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * info.el (Info-build-node-completions):
7232 Make Info-current-file-completions buffer local.
7233
09938b67
GM
72342001-07-13 Gerd Moellmann <gerd@gnu.org>
7235
e0f82ad8 7236 * which-func.el (which-func-mode, which-func-ff-hook)
07b1b912 7237 (which-function-mode): Remove references to which-func-mode-global.
e0f82ad8 7238
07b1b912 7239 * calendar/cal-islam.el (calendar-goto-islamic-date):
78999117 7240 Add autoload cookie.
aa11456f 7241
09938b67
GM
7242 * play/fortune.el: Add types to defcustoms.
7243
acc24704 72442001-07-12 Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
ebea5735 7245
09938b67 7246 * language/czech.el: A fix to follow coding conventions.
ebea5735 7247
ec7dc7e1
EZ
72482001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7249
7250 * speedbar.el (speedbar-supported-extension-expressions): Add .g
7251 to the extension list, for antlr-mode. From Christoph Wedler
7252 <Christoph.Wedler@sap.com>.
7253
ec402ad4
SM
72542001-07-11 Stefan Monnier <monnier@cs.yale.edu>
7255
7256 * vc.el (vc-prefix-map): Moved back to vc-hooks.el.
7257 (vc-dired-mode-map): Fix the madness.
7258
7259 * vc-hooks.el (vc-mode): Dummy function for doc purposes.
7260 (vc-prefix-map): Moved back from vc.el.
7261
a777242c
GM
72622001-07-11 Gerd Moellmann <gerd@gnu.org>
7263
07b1b912
SM
7264 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7265 Increase the size of the obarray.
a777242c
GM
7266 (mail-extr-all-top-level-domains): Add more toplevel domains,
7267 add more long names.
7268 From: Per Starback <starback@ling.uu.se>.
7269
874d7995
EZ
72702001-07-11 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * progmodes/ada-prj.el: Say that the file _is_ part of Emacs.
acc24704 7273 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>
874d7995
EZ
7274
7275 * progmodes/ada-mode.el: Ditto.
7276
7277 * progmodes/ada-xref.el: Ditto.
7278
ff524b84
MB
72792001-07-11 Miles Bader <miles@gnu.org>
7280
7281 * finder.el (finder-insert-at-column): Also move to the next line
7282 if exactly at COLUMN.
7283
6b05fae3
GM
72842001-07-10 Gerd Moellmann <gerd@gnu.org>
7285
6ce5615d
GM
7286 * help.el (describe-function-1): When printing FUNCTION's
7287 documentation, don't assume FUNCTION is a symbol.
7288
6b05fae3
GM
7289 * startup.el (normal-top-level): Don't operate on the initial
7290 frame if we failed to create one.
7291
19da29f9
GM
72922001-07-10 Martin Stjernholm <bug-cc-mode@gnu.org>
7293
7294 * cc-cmds.el (c-indent-exp): Keep the indentation of the block
7295 itself, i.e. only indent the contents in it.
7296
6f19114e
GM
72972001-07-10 Markus Rost <rost@math.ohio-state.edu>
7298
7299 * mail/rmail.el (rmail-show-message): Show beginning of message in
7300 all windows containing it.
7301
8184a578
EZ
73022001-07-10 Eli Zaretskii <eliz@is.elta.co.il>
7303
7304 * term/tty-colors.el: Fix the header line and copyright years.
7305
524ac5b2
GM
73062001-07-09 Gerd Moellmann <gerd@gnu.org>
7307
4033ae9d
GM
7308 * emacs-lisp/advice.el (ad-make-advised-definition): If the
7309 original definition has an interactive form, but is Elp
7310 instrumented, use the interactive form of the function called by
7311 elp-wrapper.
7312
59c2dcf4
GM
7313 * winner.el (winner-equal): Make it a defun. Don't compare Winner
7314 configurations with compare-window-configuration; they aren't
7315 window configurations.
7316
524ac5b2
GM
7317 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
7318 from the server for the format we expect. Don't use it if it
c59fb719 7319 doesn't look like what the Internet draft for FTP extensions specifies.
524ac5b2 7320
06c66e1c 7321 * toolbar/*.pbm: Cleaned up.
1d9f4dc1
GM
7322 From Luis Fernandes <elf@ee.ryerson.ca>.
7323
524ac5b2 73242001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
7325
7326 * cc-cmds.el: Extended the kludge to interoperate with the
7327 delsel and pending-del packages wrt to the new function
7328 `c-electric-delete-forward'.
7329
851040a5
SM
73302001-07-08 Stefan Monnier <monnier@cs.yale.edu>
7331
7332 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
7333 to delay the call to <mode> for global minor modes.
7334 (easy-mmode-define-navigation): Only recenter if interactive.
7335
6573d87f
GM
73362001-07-06 Gerd Moellmann <gerd@gnu.org>
7337
a25e82a8
GM
7338 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
7339 to lisp-indent-line.
7340
6573d87f
GM
7341 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
7342 from the server. Call encode-time only when we are sure that we
7343 got a 213 response.
7344
c1a1fd60
GM
73452001-07-06 Simon Josefsson <jas@extundo.com>
7346
7347 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
7348 (mail-envelope-from): New user option.
7349 (sendmail-send-it): Use it.
7350
4b81a999
GM
73512001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7352
851040a5
SM
7353 * ps-print.el: Use locale dependant date to print date in header.
7354 Doc fix.
4b81a999
GM
7355 (ps-print-version): New version number (6.5.3).
7356 (ps-right-header, ps-right-footer): Initialization and doc fix.
7357 (ps-time-stamp-locale-default): New fun.
7358
a2cc5c4f
GM
73592001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7360
7361 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
7362 field problem with MIME-mode.
7363
7364 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
7365
73662001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7367
7368 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
7369 MIME-mode.
7370
a9b511e0
EZ
73712001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
7372
7373 * bindings.el (mode-line-mule-info): Don't show the tip with
7374 buffer-file-coding-system if that is nil.
7375
0f60e5ff
GM
73762001-07-05 Gerd Moellmann <gerd@gnu.org>
7377
f25cfe53
GM
7378 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
7379 instead of kill-line.
7380
acc24704 7381 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
5f72adc0
GM
7382 <Pavel@Janik.cz>.
7383
acc24704 7384 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
5f72adc0 7385 <Pavel@Janik.cz>.
0f60e5ff 7386
b5e2c7a7
GM
73872001-07-04 Gerd Moellmann <gerd@gnu.org>
7388
7389 * font-lock.el (c-font-lock-keywords-3): When matching something
7390 like `struct X Y', finish with point after Y.
7391
e5836af8 73922001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 7393
e5836af8 7394 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 7395 in caller buffer.
e5836af8 7396
f1c53471
EZ
73972001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
7398
bf4041b6 7399 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
7400 instead of string-match to find the basename of the file.
7401 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 7402
851040a5
SM
7403 * net/browse-url.el (browse-url-default-windows-browser):
7404 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
7405 (browse-url-browser-function) [ms-dos]: Default to
7406 browse-url-default-windows-browser.
7407
f1c53471
EZ
7408 * help.el (locate-library): Enable code that looks for compressed
7409 libraries if auto-compression-mode is on.
7410
4ce5c223
SM
74112001-07-02 Stefan Monnier <monnier@cs.yale.edu>
7412
7413 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
7414
dd441b46
GM
74152001-07-02 Gerd Moellmann <gerd@gnu.org>
7416
4ce5c223 7417 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 7418
7a3ee510
EZ
74192001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7420
33e432b1 7421 * allout.el: Fix the header line, so that finder.el recognizes it.
acc24704 7422 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
33e432b1 7423
4ce5c223 7424 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
acc24704 7425 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 7426
3024d920
EZ
74272001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7428
4ce5c223 7429 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 7430
3024d920
EZ
7431 * ps-bdf.el (bdf-directory-list): Use the value relative to
7432 installation-directory for MS-Windows as well.
7433
0c1baae8
RS
74342001-06-29 Richard M. Stallman <rms@gnu.org>
7435
7436 * wid-edit.el (widget-color-sample-face-get):
7437 Return ((foreground-color . COLOR)) instead of constructing a face.
7438
442ebe98
EZ
74392001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
7440
7441 * faces.el (region): Change the background color for the
7442 light-background color display to lightgoldenrod2, to make it
7443 visible on some laptops.
7444
6519817e
RS
74452001-06-28 Richard M. Stallman <rms@gnu.org>
7446
7447 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
7448 (rmail-msg-restore-non-pruned-header): Likewise.
7449 If point was in the old pruned header, put it at the top.
7450 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 7451
6519817e
RS
7452 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
7453 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
7454
15533ae2
SM
74552001-06-28 Stefan Monnier <monnier@cs.yale.edu>
7456
7457 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
7458
19a448e3
KF
74592001-06-28 Karl Fogel <kfogel@red-bean.com>
7460
7461 * saveplace.el: Update maintainer email address.
7462
a17555fd
FP
74632001-06-27 Francesco Potorti` <pot@gnu.org>
7464
15533ae2
SM
7465 * uniquify.el: (uniquify-rationalize-file-buffer-names):
7466 Undo previous change.
a17555fd
FP
7467
74682001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
7469
7470 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
7471 preliminary quick reordering. Can speed things up dramatically.
7472
555cc9ca
RS
74732001-06-26 Richard M. Stallman <rms@gnu.org>
7474
4d68abe0
RS
7475 * dired.el (dired-get-filename): A file name starting with ~
7476 is not absolute in this context.
7477
555cc9ca
RS
7478 * which-func.el (which-func-maxout): Increase default to 500000.
7479 (which-function-mode): This is now the "real" name of the function.
7480 (which-func-mode): Now an alias.
7481 (which-func-mode-global): Name deleted.
7482
7483 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
7484 button-2, when binding hs-mouse-toggle-hiding.
7485
d9bad487
GM
74862001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7487
15533ae2 7488 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
7489 (rmail-msg-prune-header): Likewise.
7490 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
7491 and `rmail-msg-prune-header'.
7492
da197e75
SM
74932001-06-25 Stefan Monnier <monnier@cs.yale.edu>
7494
7495 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
7496 back than LINEBEG.
7497
9501b986
EZ
74982001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
7499
7500 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
7501 window where they clicked the mouse has a header line, adjust
7502 vertical movement by one.
7503
7aee34d3
GM
75042001-06-25 Milan Zamazal <pdm@zamazal.org>
7505
da197e75
SM
7506 * progmodes/glasses.el (glasses-make-readable): Consider underscores
7507 too when separating a parenthesis.
7aee34d3 7508
b9cc92a4
EZ
75092001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
7510
7511 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
7512 (bookmark-bmenu-hide-filenames): Add help-echo to
7513 mouse-highlighted text.
7514 (bookmark-bmenu-show-filenames): Remove help-echo property from
7515 the whitespace.
7516
e55c4863
EZ
75172001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
7518
da197e75
SM
7519 * files.el (auto-mode-alist): Add configure.ac (autoconf).
7520 From Karl Eichwalder <ke@suse.de>.
e55c4863 7521
4bd41f5a
RS
75222001-06-23 Richard M. Stallman <rms@gnu.org>
7523
7524 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
7525
7526 * progmodes/cc-styles.el (c-set-style): Don't specify initial
7527 contents for completing-read.
7528
fdae95d4
RS
75292001-06-22 Richard M. Stallman <rms@gnu.org>
7530
7531 * menu-bar.el (menu-bar-make-toggle): Construct the
7532 function's doc string from HELP, not DOC, and make it accurate by
7533 adding "Toggle whether to " at the front and downcasing the initial.
7534 Change the HELP arg in some calls to make it fit this usage.
7535
7536 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
7537 Undo previous change.
7538
5f0e1d42
EZ
75392001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
7540
1fd63d9b
EZ
7541 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
7542
da197e75 7543 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 7544
2ebf8f54
EZ
75452001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7546
7a03d9cd
EZ
7547 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
7548
2ebf8f54
EZ
7549 * dabbrev.el (dabbrev--select-buffers): Fix last change.
7550
4de68712
RS
75512001-06-20 Richard M. Stallman <rms@gnu.org>
7552
7553 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
7554 broken out from dabbrev--find-expansion. Handle minibuffer
7555 specially here.
7556 (dabbrev--find-expansion): Simplify code in various ways.
7557 Don't treat minibuffers specially.
7558 Call dabbrev--make-friend-buffer-list.
da197e75 7559 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
7560 (dabbrev--scanning-message): Do nothing when minibuffer is current.
7561
f84e9763 75622001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 7563
f84e9763
JW
7564 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
7565 Also, added a comment describing how to greatly speedup Eshell
7566 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 7567
f5f3efaa 75682001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 7569
da197e75
SM
7570 * eshell/esh-mode.el: Disabled a test that often yields false failures.
7571
f84e9763
JW
75722001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
7573
7574 * woman.el (WoMan-highlight-references): Add help-echo to
7575 mouse-highlighted text.
b868ed49 7576
f7ac3e28
SM
75772001-06-18 Stefan Monnier <monnier@cs.yale.edu>
7578
7579 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
7580
f6f1beba
GM
75812001-06-18 Gerd Moellmann <gerd@gnu.org>
7582
f7ac3e28
SM
7583 * international/quail.el (quail-start-conversion):
7584 Reset quail-translating to nil.
db8f7303 7585
f6f1beba
GM
7586 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
7587 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
7588
1a0b9ae6
EZ
75892001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
7590
855eca56
EZ
7591 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
7592 mouse-highlighted text.
7593
1a0b9ae6
EZ
7594 * dired.el (dired-mark-pop-up): Fix last change.
7595
e75e894b
EZ
75962001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
7597
218abc51
EZ
7598 * calendar/calendar.el (generate-calendar-month): Add help-echo to
7599 mouse-highlighted text.
7600
d36ca65d
EZ
7601 * net/quickurl.el (quickurl-url-file): Run through
7602 convert-standard-filename.
7603 (quickurl-list-populate-buffer): Add help-echo to
7604 mouse-highlighted text.
7605 (top-level): Update Dave's URL.
7606
092924fd
EZ
7607 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
7608 mouse-highlighted text.
7609
f7ac3e28
SM
7610 * textmodes/page-ext.el (pages-copy-header-and-position):
7611 Add help-echo to mouse-highlighted text.
092924fd
EZ
7612
7613 * tar-mode.el (tar-header-block-summarize): Add help-echo to
7614 mouse-highlighted text.
7615
7616 * replace.el (occur): Add help-echo to mouse-highlighted text.
7617
7618 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
7619 mouse-highlighted text.
7620
7621 * progmodes/cpp.el (cpp-make-button): Add help-echo to
7622 mouse-highlighted text.
7623
f7ac3e28
SM
7624 * progmodes/compile.el (compile-reinitialize-errors):
7625 Add help-echo to mouse-highlighted messages.
092924fd
EZ
7626 (compilation-forget-errors): Remove help-echo property as well.
7627
f7ac3e28
SM
7628 * play/landmark.el (lm-plot-square, lm-init-display):
7629 Add help-echo to mouse-highlighted text.
092924fd 7630
f7ac3e28
SM
7631 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
7632 Add help-echo to mouse-highlighted text.
092924fd
EZ
7633
7634 * dired.el (dired-insert-set-properties): Add help-echo to
7635 mouse-highlighted text.
f7ac3e28 7636 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
7637
7638 * comint.el (comint-send-input): Add help-echo to
7639 mouse-highlighted text.
7640
7641 * buff-menu.el (list-buffers-noselect): Add help-echo to
7642 mouse-highlighted text.
7643
7644 * arc-mode.el (archive-summarize-files): Add help-echo to
7645 mouse-highlighted text.
7646
e75e894b
EZ
7647 * ffap.el (ffap-machine-p): Always return nil if
7648 open-network-stream is not fboundp.
7649
f621ed9d
SM
76502001-06-17 Stefan Monnier <monnier@cs.yale.edu>
7651
7652 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
7653 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
7654 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
7655 incorrectly binding chars between 128 and 256 to it.
7656 (sgml-maybe-name-self): Handle latin-1 chars properly.
7657 (sgml-tags-invisible): Bind buffer-file-name to nil.
7658 Use unwind-protect and restore-buffer-modified-p.
7659 (sgml-point-entered): Use buffer-substring-no-properties.
7660 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
7661 (html-mode): Don't force `imenu-sort-function'.
7662
884e8578
EZ
76632001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
7664
d5b49f47
EZ
7665 * tar-mode.el: Fix the copyright notice.
7666
ce6b1982
EZ
7667 * font-lock.el (font-lock-comment-face): For tty's with dark
7668 background, use "red1", since "lightred" is not one of the colors
7669 recognized by tty-colors.el.
7670
884e8578
EZ
7671 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
7672 create a buffer for extracted file, in case there's more than one
7673 file by that name in an archive, possibly in different
7674 directories. From Kevin Rodgers <kevinr@ihs.com>.
7675
7676 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
7677 <alex@gnu.org>.
7678
72190a54
MB
76792001-06-15 Miles Bader <miles@gnu.org>
7680
f621ed9d
SM
7681 * textmodes/texinfmt.el (texinfo-format-syntax-table):
7682 Revert previous change.
72190a54 7683
e4cdc335
RS
76842001-06-14 Richard M. Stallman <rms@gnu.org>
7685
7686 * replace.el (keep-lines-read-args): Return just a regexp.
7687 Provide nil for the region args.
f621ed9d 7688 (keep-lines, flush-lines, how-many):
e4cdc335
RS
7689 Calculate the defaults for the region here, when args are nil.
7690
c8c6b45a
EZ
76912001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7692
7693 * rot13.el (rot13-other-window): Some more doc fix.
7694
f54701d1
EZ
76952001-06-14 Per Starback <starback@ling.uu.se>
7696
7697 * replace.el (case-replace, query-replace-from-history-variable)
7698 (query-replace-to-history-variable, keep-lines-read-args)
7699 (occur-revert-function, query-replace-help): Dox fix.
7700
1604ce98
EZ
77012001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
7702
7703 * rot13.el (rot13-other-window): Doc fix.
7704
22058843
MB
77052001-06-14 Miles Bader <miles@gnu.org>
7706
7707 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
7708 of " and \ to "." (punctuation).
7709 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
7710
e4cdc335
RS
77112001-06-13 Richard M. Stallman <rms@gnu.org>
7712
7713 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
7714
7715 * simple.el (shell-command-on-region): Never kill the
7716 *Shell Command Output* buffer.
7717
a62d56ab
SM
77182001-06-13 Stefan Monnier <monnier@cs.yale.edu>
7719
7720 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
7721
4a0aa1d9
SM
77222001-06-10 Stefan Monnier <monnier@cs.yale.edu>
7723
7724 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7725 New var, to recognize ${ $' and PODs.
7726 (perl-font-lock-syntactic-face-function): New function.
7727 (perl-mode): Use them.
7728 (perl-continuation-line-p): New function, from perl-calculate-indent.
7729 (perl-calculate-indent): Use it, to properly handle continuation
7730 lines of continuation lines.
7731
b5a9911c
EZ
77322001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
7733
7734 * server.el (server-process, server-buffer-clients): Doc fix.
acc24704 7735 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
b5a9911c 7736
0f056ec1
JW
77372001-06-09 John Wiegley <johnw@gnu.org>
7738
7739 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
7740 test if the last command was Lisp or not.
7741 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
7742 B x C".
7743
e5e316b0
EZ
77442001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
7745
7746 * dos-w32.el (grep-regexp-alist): Remove definition, since the
7747 general one on compile.el supports drive letters.
7f4350a7
CD
7748
77492001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
7750
5a905a7e 7751 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 7752 key description.
7f4350a7
CD
7753
7754 * textmodes/reftex-sel.el (reftex-select-jump): New command.
7755
5a905a7e 7756 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
7757 (reftex-toc-jump): New command.
7758
7759 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 7760 to parse international characters as well.
7f4350a7 7761
5a905a7e 7762 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 7763 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 7764
5a905a7e
SM
7765 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
7766
7767 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 7768 TAB to the key separators.
7f4350a7 7769
73419021
EZ
77702001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
7771
7772 * international/mule.el (auto-coding-alist): Remove redundant
7773 up-cased versions of the extensions (auto-coding-alist-lookup is
7774 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
7775 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
7776
cada28bb
EZ
77772001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
7778
7779 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
7780
4f7666dc
RS
77812001-06-01 Richard M. Stallman <rms@gnu.org>
7782
7783 * help.el (describe-variable): Put value on same line
7784 with preceding text, if it is short enough to look good that way.
7785
70079787
EZ
77862001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * term/internal.el (IT-unicode-translations): New variable.
7789 (IT-setup-unicode-display): New function.
7790
c86f4619
GM
77912001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7792
7793 * ps-print.el: Handle before-string and after-string overlay properties
7794 in ps-print-*-with-faces commands. Doc fix.
7795 (ps-print-version): New version number (6.5.2).
7796 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
7797 for XEmacs.
7798 (ps-prefix-quote): Doc fix.
c6d452ad 7799 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
7800 (ps-basic-plot-str, ps-plot-string): New funs.
7801
1ea98518
SM
78022001-05-31 Stefan Monnier <monnier@cs.yale.edu>
7803
7804 * progmodes/etags.el (tags-compression-info-list): Fix docstring
7805 and :type spec.
7806
2b1ec973
GM
78072001-05-31 Gerd Moellmann <gerd@gnu.org>
7808
1ea98518
SM
7809 * international/mule-cmds.el (inactivate-input-method):
7810 Set input-method-function to nil.
2b1ec973 7811
94843cc1
GM
7812 * xml.el (xml-parse-tag): The document may contain invalid characters.
7813 From ShengHuo ZHU <zsh@cs.rochester.edu>
7814
9652931f
GM
78152001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
7816
7817 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
7818 `rmail-summary-line-decoder' if the message does not have
7819 a Subject: field.
9652931f 7820
1ea98518 7821 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 7822
1ea98518
SM
7823 * mail/rmail.el (rmail-insert-mime-resent-message-function):
7824 New variable.
9652931f
GM
7825 (rmail-resend): Modify to work in `rmail-view-buffer'; call
7826 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
7827 is non-nil.
7828
f7ac3e28
SM
78292001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
7830
7831 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
7832
b781e739
SS
78332001-05-29 Sam Steingold <sds@gnu.org>
7834
00f51890
SS
7835 * faces.el (face-valid-attribute-values): Bind `valid' directly
7836 instead of using `setq'.
7837
b781e739
SS
7838 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
7839 Use `tex-shell-buf'.
7840 (tex-shell-proc): Use `tex-shell-running'.
7841 (tex-shell-buf-no-error): New function.
7842 (tex-send-tex-command): Use it.
7843 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
7844 (tex-kill-job): Check the process before calling `quit-process'.
7845
3d0e328b
GM
78462001-05-29 Gerd Moellmann <gerd@gnu.org>
7847
1ea98518
SM
7848 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
7849 UTF-8 sequences.
3d0e328b 7850
8bd6307f
GM
78512001-05-28 Miles Bader <miles@gnu.org>
7852
7853 * comint.el (comint-carriage-motion): Renamed from
7854 `comint-cr-magic'. Operate on the buffer instead of the string
7855 (for use as a comint post-output filter, instead of as a
7856 pre-output filter). Handle backspaces too. Add to the
7857 `comint-output-filter-functions' hook instead of
7858 `comint-preoutput-filter-functions'.
7859
89c8dc6c
GM
78602001-05-28 Gerd Moellmann <gerd@gnu.org>
7861
7862 * language/japan-util.el (japanese-hankaku): Prefer the charset
7863 `jisx0201' when the optional argument `ascii-only' is not specified.
7864 (japanese-hankaku-region): Ditto.
7865 From Katsumi Yamaoka <yamaoka@jpl.org>
7866
f25c1b9b
SM
78672001-05-28 Stefan Monnier <monnier@cs.yale.edu>
7868
7869 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
7870 (outline-invisible-p): New function.
7871 (hide-leaves): Save excursion.
7872 (hide-other): Stop looping when reaching bobp.
7873
719bb352
EZ
78742001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
7875
7876 * cus-edit.el (custom-file): Fix last change.
7877
d686d354
SM
78782001-05-27 Stefan Monnier <monnier@cs.yale.edu>
7879
7880 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
7881 same definition in byte-compile-function-environment as `autoload'
7882 would put in `symbol-function'.
7883
7884 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
7885 patch to correct the error message as well.
7886
49b1a638
EZ
78872001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
7888
71261a01
EZ
7889 * cus-edit.el (custom-file): Don't assume we were invoked with -q
7890 unless ~/.emacs exists.
7891
49b1a638
EZ
7892 * novice.el (enable-command): If user-init-file is nil or does not
7893 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
7894
a434b175
SM
78952001-05-25 Stefan Monnier <monnier@cs.yale.edu>
7896
15ca8de7
SM
7897 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
7898 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
7899 Allow spaces around macro arguments.
7900 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
7901 indent-for-tab-command.
7902 (latex-mode-map, plain-tex-mode-map): New keymaps.
7903 Inherit from tex-mode-map.
7904 (tex-common-initialization): Don't setup the keymap any more
7905 since it's now done right by define-derived-mode.
7906 (latex-mode): Set skeleton-end-hook to nil.
7907 (latex-skeleton-end-hook): Remove.
7908 (tex-latex-block, latex-insert-item): Simplify.
7909 (latex-syntax-after): Use following-char rather than char-after.
7910 (tex-discount-args-cmds, tex-count-words): New functions.
7911
7912 * textmodes/tildify.el (tildify-ignored-environments-alist):
7913 Recognize \verb* as well.
7914
7915 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
7916 (perl-comment-indent): Simplify to let newcomment.el do its job.
7917 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
7918 (perl-mark-function): Cleanup the namespace.
7919 (perl-calculate-indent): Don't be fooled by nested functions.
7920
7921 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
7922
a434b175
SM
7923 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
7924 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
7925
4e7e1f03
AC
79262001-05-25 Andrew Choi <akochoi@i-cable.com>
7927
7928 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
7929 actually be `\\'.
7930 (ctlau-b5-converter): Likewise.
7931
2bef0948
AC
79322001-05-24 Andrew Choi <akochoi@i-cable.com>
7933
7934 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
7935 Change CTLauB.el to CTLau-b5.el.
7936
d2d1851b
SM
79372001-05-23 Stefan Monnier <monnier@cs.yale.edu>
7938
7939 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
7940 rather than beginning-of-line to avoid problems with fields.
7941 (gud-perldb-massage-args): Use unless and push.
7942 (gud-chdir-before-run): New var.
7943 (gud-common-init): Use it.
7944
5e3d4fbc
AC
79452001-05-24 Andrew Choi <akochoi@i-cable.com>
7946
7947 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
7948 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 7949 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 7950 chinese-ctlaub.
d2d1851b
SM
7951 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
7952 New functions.
5e3d4fbc 7953
0216c3df
GM
79542001-05-22 Gerd Moellmann <gerd@gnu.org>
7955
f1f65349
GM
7956 * cus-edit.el (custom-comment-show): Remove debug code.
7957
0216c3df
GM
7958 * language/japan-util.el (japanese-symbol-table): Fix handling of
7959 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
7960
e8a1ed31
SM
79612001-05-21 Stefan Monnier <monnier@cs.yale.edu>
7962
7963 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
7964 Renamed by removing the silly `-flag' suffix.
7965 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
7966
7246200c
SM
79672001-05-20 Stefan Monnier <monnier@cs.yale.edu>
7968
7969 * replace.el (keep-lines-read-args): Use `copy-marker'.
7970 (how-many): Save excursion properly.
7971 (occur-mode): Use define-derived-mode.
7972 (perform-replace): Use with-current-buffer.
7973
7e971261
RS
79742001-05-20 Richard M. Stallman <rms@gnu.org>
7975
65569e52
RS
7976 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
7977
cc9684e8
RS
7978 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
7979
9ca00e71
RS
7980 * info.el (Info-read-subfile): Widen before finding the
7981 desired node in the subfile.
7982
7e971261
RS
7983 * startup.el (command-line-1): When >2 files visited,
7984 leave the last one visible, and make that the selected window.
7985
7c5312b2
GM
79862001-05-20 Gerd Moellmann <gerd@gnu.org>
7987
7988 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
7989
310e9a21
EZ
79902001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
7991
7246200c 7992 * international/ccl.el (define-ccl-program): Fix a typo.
acc24704 7993 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
7994
7995 * international/mule.el (decode-char): Fix a typo. From Pavel
acc24704 7996 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
7997
7998 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
acc24704 7999 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde 8000
310e9a21 8001 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
acc24704 8002 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
310e9a21 8003
ef55aa6c
SS
80042001-05-18 Sam Steingold <sds@gnu.org>
8005
7246200c 8006 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
8007 and [RET] to `cvs-mode-find-file'.
8008
c9f3bebe
JW
80092001-05-18 John Wiegley <johnw@gnu.org>
8010
8011 * eshell/esh-ext.el (eshell-explicit-command-char): A new
8012 configuration variable, which determines the initial character
8013 that forces use of an external version of a command. The default
8014 is *, but may be set to \, for example.
8015
8016 * eshell/esh-ext.el (eshell-explicit-command):
8017 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8018
c9f3bebe
JW
8019 * eshell/esh-cmd.el (eshell/which):
8020 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 8021
7c5312b2
GM
8022 * eshell/em-cmpl.el (eshell-completion-command-name)
8023 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
8024 instead of ?*.
8025
1c66d9fb
GM
80262001-05-18 Gerd Moellmann <gerd@gnu.org>
8027
a724ed38
GM
8028 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
8029 subst-char-in-string.
8030 (ange-ftp-after-parse-ls-hook): New variable.
8031 (ange-ftp-ls): Run that hook.
8032 From Peter Milliken <Peter.Milliken@GTECH.COM>.
8033
0595722b
GM
8034 * tmm.el (tmm-get-keymap): Fix handling of :filter.
8035 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
8036 text into *Completions*.
8037
1c66d9fb
GM
8038 * net/goto-addr.el (goto-address-at-point): Deal with URLs
8039 part of which look like email addresses.
8040
c5bdb93d
AI
80412001-05-18 Andrew Innes <andrewi@gnu.org>
8042
7246200c
SM
8043 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
8044 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
8045 cmd.exe's handling of FOR loops.
8046 (autoloads): Set find-file-suppress-same-file-warnings to t to
8047 avoid slew of spurious messages.
8048
9a1211f2
GM
80492001-05-18 Simon Josefsson <simon@josefsson.org>
8050
8051 * mail/smtpmail.el (maybe-append-domain): Renamed to
8052 `smtpmail-maybe-append-domain'.
8053 (smtpmail-via-smtp): Use the new name.
8054
29148a3f
GM
8055 * net/browse-url.el (browse-url-browser-function): Add kde.
8056 (browse-url-kde-program, browse-url-kde-args): New variables.
8057 (browse-url-kde): New function.
8058
9ab59a1a
MB
80592001-05-18 Miles Bader <miles@gnu.org>
8060
7246200c
SM
8061 * simple.el (delete-horizontal-space, just-one-space):
8062 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
8063 because it's more efficient for large files.
8064
cebf1b97
GM
80652001-05-17 Gerd Moellmann <gerd@gnu.org>
8066
f90c23ca
GM
8067 * mail/rmail.el (rmail-require-mime-maybe): New function.
8068 (rmail): Use it.
8069 (rmail-mode): Handle the case of finding Rmail files.
8070
cebf1b97
GM
8071 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
8072 functions.
8073
df22166e
SM
80742001-05-17 Stefan Monnier <monnier@cs.yale.edu>
8075
8076 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
8077 text-property after moving to the beginning of line and regardless
8078 of the value of font-lock-multiline.
8079
2ca0d5f1
GM
80802001-05-17 Gerd Moellmann <gerd@gnu.org>
8081
e85e809a
GM
8082 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
8083
2ca0d5f1
GM
8084 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
8085 last coding system used before calling set-buffer-modified-p
8086 because that function changes last-coding-system.
8087
4c6a4739
EZ
80882001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
8089
8090 * files.el (switch-to-buffer-other-window)
8091 (switch-to-buffer-other-frame): Add an xref to display-buffer in
8092 the doc string.
8093
f08cf35b
GM
80942001-05-17 Gerd Moellmann <gerd@gnu.org>
8095
8096 * language/slovak.el, language/czech.el: New maintainer.
8097
2180ea97
SS
80982001-05-16 Sam Steingold <sds@gnu.org>
8099
f08cf35b 8100 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
8101 sub-form of `defgeneric' correctly.
8102
9bae8781
GM
81032001-05-16 Gerd Moellmann <gerd@gnu.org>
8104
a90b3d3c
GM
8105 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
8106 of `c'.
8107
1b7818b4 8108 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
8109 condition-case, test what outline-level returns instead, to
8110 ease debugging.
1b7818b4 8111
9bae8781
GM
8112 * international/mule.el (auto-coding-regexp-alist): New user-option.
8113 (auto-coding-from-file-contents): New function.
8114 (set-auto-coding): Use it to determine a coding system.
8115
7644c605
GM
81162001-05-15 Gerd Moellmann <gerd@gnu.org>
8117
18a0a39e
GM
8118 * mouse.el (mouse-delete-other-windows): Doc fix.
8119
df22166e
SM
8120 * emacs-lisp/lisp-mode.el (lisp-mode):
8121 Make font-lock-keywords-case-fold-search a buffer-local variable with
8122 make-local-variable before setting it.
7644c605 8123
940cf42e
EZ
81242001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
8125
8126 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
8127 prefixes.
8128
557f7c34
GM
81292001-05-14 Gerd Moellmann <gerd@gnu.org>
8130
8131 * hexl.el (hexl-current-address): Print a message when called
8132 interactively.
8133
14d9b141
SM
81342001-05-11 Stefan Monnier <monnier@cs.yale.edu>
8135
8136 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
8137
8138 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
8139
8140 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
8141
7bd2d083
GM
81422001-05-11 Gerd Moellmann <gerd@gnu.org>
8143
47e72862
GM
8144 * startup.el (command-line): If parameters have been changed in
8145 the init files which influence font selection, clear the face
8146 cache so that faces get realized with the new parameters.
8147
14d9b141 8148 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 8149
0f49941f
SM
81502001-05-10 Stefan Monnier <monnier@cs.yale.edu>
8151
8152 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
8153
cbeed4a8
EZ
81542001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
8155
8156 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
8157 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
8158
ff9aa2ca
GM
81592001-05-10 Gerd Moellmann <gerd@gnu.org>
8160
8161 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 8162 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 8163
b2c99950
JW
81642001-05-09 John Wiegley <johnw@gnu.org>
8165
0f49941f
SM
8166 * eshell/esh-util.el (eshell-convert-numeric-arguments):
8167 Annotated the documentation string to tell users about
3cb27fd7
JW
8168 `eshell-no-numeric-conversions'.
8169
c26f6b27
JW
8170 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
8171 conversions if a Lisp function has the property
8172 `eshell-no-numeric-conversions' set to a non-nil value.
8173
8174 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
8175 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
8176 property `eshell-no-numeric-conversions' on the following
8177 functions (which all deal with filesystem entities, and never Lisp
8178 numerical values): eshell/cd, eshell/pushd, eshell/popd,
8179 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
8180 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
8181 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
8182 eshell/which, eshell/addpath.
8183
81842001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 8185
d089e299
JW
8186 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
8187 encountered as an argument, don't convert it right away, but tag
8188 the first character of the string with the text properties
8189 `number', which signifies to `eshell-lisp-command' that the
8190 argument should be passed through `string-to-number' if it is
8191 actually used in the call to a Lisp function.
8192
8193 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
8194 function, convert any string arguments that have been tagged as
8195 "numbers", by calling string-to-number.
8196
8197 * eshell/esh-util.el (eshell-number-regexp): Now that number
8198 conversions only happen for Lisp function calls, the number regexp
8199 should now match all integer and floating point forms.
8200
8201 * eshell/esh-proc.el: Disable `eshell-stop-process' and
8202 `eshell-continue-process', since they are both nonfunctional at
8203 the moment.
8204 (eshell-proc-initialize): Don't bind keys for
8205 `eshell-stop-process' or `eshell-continue-process'.
8206
0f49941f
SM
8207 * eshell/em-unix.el (eshell-shuffle-files):
8208 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
8209
8210 * eshell/em-hist.el (eshell-add-to-history): Reference to
8211 `eshell-history-ring' needed to be `eshell-history-index'.
8212
0f49941f
SM
8213 * calendar/timeclock.el (timeclock-find-discrep):
8214 Initialize `elapsed' to 0.
cb89da0f
JW
8215 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
8216 it's still nil.
b2c99950 8217
ff39b9a1
SM
82182001-05-09 Stefan Monnier <monnier@cs.yale.edu>
8219
8220 * arc-mode.el (archive-int-to-mode): Construct the string directly.
8221 (archive-mode): Use capitalize.
8222 (archive-unique-fname): Use make-temp-file.
8223
9e53a675
GM
82242001-05-09 Gerd Moellmann <gerd@gnu.org>
8225
8226 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
8227
c8224de6
EZ
82282001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
8229
c533a7e2
EZ
8230 * tar-mode.el (tar-extract): Pay attention to the value of
8231 coding-system-for-read, if it is non-nil.
8232
ff39b9a1 8233 * calendar/holidays.el (holidays): Add an autoload cookie.
acc24704 8234 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 8235
1c8c9fb8
JW
82362001-05-08 John Wiegley <johnw@gnu.org>
8237
ff39b9a1
SM
8238 * calendar/timeclock.el (timeclock-workday-remaining):
8239 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
8240 (timeclock-workday-elapsed): Don't accept a "relative" argument
8241 for the current day's elapsed time. What could that have meant?
ff39b9a1 8242 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
8243 (timeclock-when-to-leave): Changed logic, similarly to what was
8244 done for `timeclock-workday-remaining'.
8245 (timeclock-find-discrep): Removed "today-only" argument, which had
8246 no meaning. Fixed some more math problems. The function now
8247 returns a three member list: (TOTAL-TIME-DISCREPANCY
8248 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
8249
5f47fb28
EZ
82502001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
8251
8252 * w32-fns.el (convert-standard-filename): Start replacing slashes
8253 from the beginning of the file name, not from where the last
8254 invalid character was. From "Andrew Maguire (SWW)"
8255 <Andrew.Maguire@Smallworld.co.uk>
8256
6da5c7da
GM
82572001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
8258
8259 The following changes are to provide infrastructure for handling
8260 MIME messages to rmail. They don't affect the original behaviour
8261 if rmail-enable-mime is nil.
8262
8263 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
8264 (rmail-search-mime-message-function)
8265 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
8266 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
8267 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
8268 `rmail-view-buffer' is hidden.
6da5c7da
GM
8269 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
8270 call rmai-show-mime-function.
8271 (rmail-display-labels): If rmail-enable-mime is non-nil, update
8272 mode-line-process of rmail-view-buffer.
8273 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
8274 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
8275 buffer.
ff39b9a1
SM
8276 (rmail-next-message, rmail-next-undeleted-message): Be sure to
8277 set-buffer to the Rmail buffer.
6da5c7da
GM
8278 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
8279 rmail-search-mime-header-function.
8280 (rmail-search-message): New function.
8281 (rmail-search): Call rmail-search-message to check if a message
8282 matches REGEXP, lastly update point after calling
8283 rmail-show-message.
ff39b9a1
SM
8284 (rmail-undelete-previous-message, rmail-expunge-confirmed)
8285 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
8286 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
8287 header region, refer to rmail-msgref-vector while setting the
8288 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
8289 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
8290 If rmail-enable-mime is non-nil, call
6da5c7da
GM
8291 rmail-insert-mime-forwarded-message-function instead of inserting
8292 forwarded message by itself.
8293
8294 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
8295 Rmail buffer.
8296 (rmail-set-label, rmail-next-labeled-message): Likewise.
8297
8298 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
8299 set-buffer to the Rmail buffer.
8300 (rmail-output-to-rmail-file): Likewise.
8301 (rmail-output): Likewise.
8302
8303 * mail/rmailsum.el (rmail-message-subject-p): Process the result
8304 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
8305 (rmail-new-summary): Be sure to go to the Rmail buffer.
8306 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
8307 rmail-view-buffer to nil.
8308 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
8309 rmail-view-buffer.
8310 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
8311 rmail-buffer.
8312 (rmail-summary-scroll-msg-down): Likewise.
8313 (rmail-summary-beginning-of-message): Likewise.
8314 (rmail-summary-wipe): Likewise.
8315 (rmail-summary-toggle-header): Use save-window-excursion, not
8316 save-excursion. Update point in rmail-view-buffer, not in
8317 rmail-buffer.
8318 (rmail-summary-reply): Before calling rmail-reply, set buffer to
8319 rmail-view-buffer, not rmail-buffer.
8320
5092477a
GM
83212001-05-07 Gerd Moellmann <gerd@gnu.org>
8322
1e9fc92e
GM
8323 * cus-edit.el (custom-file): Signal an error if user-init-file is
8324 nil (running -q).
8325
1d053370
GM
8326 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
8327
ff39b9a1
SM
8328 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8329 Add :version.
8330
8331 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
8332 New option.
1b62b062
GM
8333 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
8334 only if smtpmail-warn-about-unknown-extensions is set.
8335
f851a71c
GM
8336 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
8337 instead of rmail-sort-by-keywords.
8338
ff39b9a1 8339 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
8340 rmail-sort-by-keywords.
8341
ff39b9a1
SM
8342 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
8343 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
8344 (rmail-summary-mode): Doc fix.
8345
5092477a
GM
8346 * mail/rmail.el (rmail-edit): New Custom group.
8347
8348 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
8349 (rmail-edit-mode-hook): New user-option.
8350
05be3833
RS
83512001-05-05 Richard M. Stallman <rms@gnu.org>
8352
8353 * help.el (help-xref-symbol-regexp): Recognize "source of"
8354 and friends, meaning make a link to the source file.
8355 (help-make-xrefs): Handle "source of" and friends
8356 by constructing a link that visits the source file.
8357
8358 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
8359
7dfb000f
SM
83602001-05-04 Stefan Monnier <monnier@cs.yale.edu>
8361
5efe6a56
SM
8362 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
8363 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
8364 Renamed from perl-font-lock-keywords to avoid clashes.
8365 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
8366 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
8367 Updated correspondingly.
8368
7dfb000f
SM
8369 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
8370 Typo `nonexistant' -> `nonexistent'.
8371
88bbb8cb
EZ
83722001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
8373
7dfb000f
SM
8374 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
8375 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
8376 `c-electric-delete-forward' always deletes forward and
8377 `c-electric-delete' only contains the code necessary for XEmacs to
8378 choose between backward and forward deletion.
7dfb000f 8379
88bbb8cb
EZ
8380 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
8381 get the electric behavior on that key too.
8382 (c-fill-paragraph): Fixed bogus direct use of
8383 c-comment-prefix-regexp, which caused an error when it's a list.
8384
a1af8dcf
EZ
83852001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8386
8387 * dired-aux.el (dired-diff): Doc fix.
8388
8389 * dired.el (dired-diff): Likewise.
8390
ddfb4005
EZ
83912001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
8392
8393 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8394
b36581fb
SM
83952001-05-02 Stefan Monnier <monnier@cs.yale.edu>
8396
80a00b6a
SM
8397 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
8398 if both the buffer and the file are read-only.
8399
b36581fb
SM
8400 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
8401 rather than font-lock-string-face.
8402 (sh-get-indent-info): Treat heredocs like strings.
8403
470bbe9b
GM
84042001-05-02 Gerd Moellmann <gerd@gnu.org>
8405
b36581fb
SM
8406 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
8407 a newline following `}'.
3356df63
GM
8408 (texinfo-format-email): New function.
8409 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
8410 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
8411 Add `display'.
3356df63
GM
8412 (texinfo-sort-region): Goto point-min before sorting.
8413 (texinfo-set): Remove leading white space from value.
8414 From yagi@is.titech.ac.jp.
8415
470bbe9b
GM
8416 * replace.el (query-replace-regexp-eval): Doc fix.
8417
a9d2fd1d
SM
84182001-05-01 Stefan Monnier <monnier@cs.yale.edu>
8419
8420 * diff-mode.el (diff-nonexistant-face): New face.
8421 (diff-font-lock-keywords): Use it.
8422
2b3e941a
EZ
84232001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
8424
22cd6fd3
EZ
8425 * font-lock.el (font-lock-mode): Doc fix.
8426
2b3e941a
EZ
8427 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
8428 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
8429
50df7214
GM
84302001-04-30 Gerd Moellmann <gerd@gnu.org>
8431
a9d2fd1d
SM
8432 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
8433 backslash at the start of the here-document delimiter.
a9793e45
GM
8434 (sh-font-lock-syntactic-keywords): Likewise.
8435
50df7214
GM
8436 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
8437
e2f599e9
EZ
84382001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
8439
8440 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
8441 (tty-color-translate, tty-color-by-index, tty-color-values)
8442 (tty-color-desc): Doc fix.
8443
dcaf31d3
EZ
84442001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
8445
8446 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
8447 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
8448 Mention dired-dwim-target in the doc string.
dcaf31d3 8449
a6a06429
MB
84502001-04-28 Miles Bader <miles@gnu.org>
8451
8452 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
8453 (dabbrev--find-expansion): Use it.
8454 (dabbrev--select-buffers): Don't select ignored buffers.
8455
5a5d9185
GM
84562001-04-27 Gerd Moellmann <gerd@gnu.org>
8457
a9d2fd1d 8458 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 8459
c5b82005
RS
84602001-04-26 Richard M. Stallman <rms@gnu.org>
8461
8462 * dabbrev.el: Add doc strings for some functions.
8463 (dabbrev--eliminate-newlines): New variable.
8464 (dabbrev--substitute-expansion): Convert newlines to spaces
8465 if dabbrev--eliminate-newlines is set.
8466 If abbrev and expansion are both all-lower-case,
8467 leave dabbrev--last-case-pattern nil.
8468
7cff9c6f
GM
84692001-04-26 Gerd Moellmann <gerd@gnu.org>
8470
8471 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
8472 if necessary, like in rmail-show-message.
8473
efa89c1f
GM
84742001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8475
8476 * ps-print.el: Color specified by number is forced to be float number.
8477 (ps-print-version): New version number (6.5.1.1).
8478 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
8479 initialization.
8480 (ps-prefix-quote): New internal var.
8481 (ps-print-quote): New fun.
8482 (ps-setup, ps-output-frame-properties, ps-float-format)
8483 (ps-format-color): Code fix.
a9d2fd1d
SM
8484 (ps-plot-region): Eliminate redundant foreground color text setting.
8485
d3111e5a
EZ
84862001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
8487
8488 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
8489
a728644c
GM
84902001-04-25 Gerd Moellmann <gerd@gnu.org>
8491
8492 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
8493
4ecdf04d
EZ
84942001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
8495
4645bb68
EZ
8496 * info.el (Info-additional-directory-list): Doc fix.
8497
4ecdf04d 8498 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
8499 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
8500 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 8501
7cd512f2
SM
85022001-04-25 Stefan Monnier <monnier@cs.yale.edu>
8503
1dc64fca
SM
8504 * progmodes/make-mode.el (makefile-font-lock-keywords):
8505 Rationalize the rules for includes and conditionals and use the
8506 keyword face for them.
8507
7cd512f2
SM
8508 * faces.el (modify-face): Add compatibility for non-interactive use.
8509
ffeb5c1c
JW
85102001-04-24 John Wiegley <johnw@gnu.org>
8511
8512 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
8513 fix from last night, since it wasn't finding eshell/cd.
8514
35f901fa
GM
85152001-04-24 Gerd Moellmann <gerd@gnu.org>
8516
8517 * rect.el (string-rectangle): Revert to 20.x behaviour.
8518 (replace-rectangle): Make it an alias for string-rectangle.
8519 (string-insert-rectangle): New function.
8520
c7b1b508
JW
85212001-04-23 John Wiegley <johnw@gnu.org>
8522
8523 * eshell/em-unix.el (eshell/diff): Fixed problems that were
8524 occurring with Emacs 21's diff.el/compile.el interaction layer.
8525
85262001-04-23 Colin Walters <walters@cis.ohio-state.edu>
8527
8528 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
8529 case where the function was defined in a file, but not part of an
8530 eshell module.
8531
157975e3
JW
85322001-04-23 John Wiegley <johnw@gnu.org>
8533
8534 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
8535 code to work around a redisplay problem I've been having.
8536
3dc630b9
JW
85372001-04-23 John Wiegley <johnw@gnu.org>
8538
8539 * calendar/timeclock.el (timeclock-day-required): If the time
8540 required for a particular day is not set, use `timeclock-workday'.
8541 (timeclock-find-discrep): Added some sample code in a comment.
8542
8543 * eshell/eshell.el (eshell-command): Made a few changes so that
8544 `eshell-command' could be called programmatically.
8545
7cd512f2 8546 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 8547
7cd512f2 8548 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 8549
3ae14dd9 85502001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
8551
8552 * calendar/timeclock.el: Updated copyright.
8553 (timeclock-generate-report): Don't report the daily or two-week
8554 total, if no time has been worked in that period.
8555 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
8556 final computational form, which was unnecessary; corrected a
8557 parsing problem when timeclock-relative was nil.
8558
3ae14dd9 85592001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
8560
8561 * calendar/timeclock.el (timeclock-modeline-display): Check if
8562 `list-entry' is null.
8563 (timeclock-use-display-time): The first argument to `set-variable'
8564 must be a symbol.
8565
53e1a74c
EZ
85662001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
8567
8568 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
8569 (calendar-today-marker, calendar-holiday-marker):
8570 Use display-color-p instead of window-system.
53e1a74c
EZ
8571 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
8572 instead of window-system.
8573 (calendar-hide-window): Use display-multi-frame-p instead of
8574 window-system.
8575
8576 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
8577 (calendar-only-one-frame-setup, calendar-one-frame-setup):
8578 Use display-multi-frame-p instead of window-system.
53e1a74c 8579
23b809c2
GM
85802001-04-23 Gerd Moellmann <gerd@gnu.org>
8581
1d14e80c
GM
8582 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
8583
23b809c2
GM
8584 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
8585 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
8586
b5eeaa1d
GM
85872001-04-23 Alex Schroeder <alex@gnu.org>
8588
8589 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
8590 line-end-position a defalias is used for point-at-bol and point-at-eol.
8591
b5eeaa1d
GM
85922001-04-23 Alex Schroeder <alex@gnu.org>
8593
8594 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 8595 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 8596
ac1470eb
EZ
85972001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
8598
8599 * textmodes/paragraphs.el (sentence-end): Doc fix.
8600
624ef9b3
GM
86012001-04-20 Alex Schroeder <alex@gnu.org>
8602
8603 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 8604 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
8605
86062001-04-20 Alex Schroeder <alex@gnu.org>
8607
8608 * sql.el (sql-db2-program): New option.
8609 (sql-db2-options): New option.
8610 (sql-db2): New function.
8611
86122001-04-20 Alex Schroeder <alex@gnu.org>
8613
8614 * sql.el (sql-mode-menu): Added highlighting entries.
8615 (sql-highlight-oracle-keywords): New function.
8616 (sql-highlight-postgres-keywords): New function.
8617 (sql-highlight-ansi-keywords): New function.
8618
86192001-04-20 Alex Schroeder <alex@gnu.org>
8620
8621 * sql.el (sql-help): Doc change.
8622
9f3703ab
KF
86232001-04-19 Karl Fogel <kfogel@collab.net>
8624
8625 * saveplace.el (save-place-alist-to-file): Removed no-effect code
8626 that inserted file content only to delete it immediately.
8627 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
8628 <lektu@uol.com.br> for the patch.
8629
2a83a11d
SM
86302001-04-19 Stefan Monnier <monnier@cs.yale.edu>
8631
8632 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
8633
6f4dd4dc
GM
86342001-04-18 Gerd Moellmann <gerd@gnu.org>
8635
0f8d6dc7
GM
8636 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
8637 for defmethod.
8638
6f4dd4dc
GM
8639 * comint.el (comint-cr-magic): New function.
8640 (toplevel): Add it to comint-preoutput-filter-functions.
8641
90200fcc
AI
86422001-04-18 Andrew Innes <andrewi@gnu.org>
8643
8644 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 8645 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
8646 (recompile): Remove stuff to set EMACSLOADPATH.
8647
daa66f34
GM
86482001-04-18 Gerd Moellmann <gerd@gnu.org>
8649
edc5c81d
GM
8650 * language/slovak.el ("Slovak"): Add tutorial entry.
8651
daa66f34
GM
8652 * net/browse-url.el (browse-url-new-window-flag): Renamed from
8653 browse-url-new-window-p.
8654
5d5845dc
EZ
86552001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8656
8657 * info.el (Info-menu-update): When there are no menus and/or no
8658 cross references in the node, make the respective items of the
8659 Info menu-bar menu inactive.
8660
1c8addd0
GM
86612001-04-17 Gerd Moellmann <gerd@gnu.org>
8662
f4f480bd
GM
8663 * indent.el (indent-for-tab-command): Call indent-line-function
8664 with no argument if PREFIX-ARG is non-nil.
8665
1c8addd0
GM
8666 * frame.el (delete-other-frames): Handle minibuffer-only frames.
8667
8f9ab403
EZ
86682001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
8669
8670 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
8671 an async subprocess if start-process is unavailable. Suggested by
8672 Tim Van Holder <tim.van.holder@pandora.be>.
8673
60322163
EZ
86742001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
8675
8676 * info.el (Info-additional-directory-list): Doc fix. Suggested by
c499f00a 8677 Kai Gro\e,A_\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
60322163 8678
e372bc67
EZ
86792001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
8680
8681 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
8682 manual.
8683
28037ecf
SM
86842001-04-13 Stefan Monnier <monnier@cs.yale.edu>
8685
8686 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
8687 (cvs-menu): Add a few entries.
8688
8689 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
8690 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
8691 lock file appears to be reachable from Emacs.
8692 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
8693 (cvs-mode-find-file): Look for cvs-header-face rather than
8694 cvs-dirname-face (which doesn't exist).
8695 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
8696
8697 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
8698
5d5e7f53
EZ
86992001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
8700
8701 * emulation/pc-select.el (pc-selection-mode): Don't turn on
8702 normal-erase-is-backspace on a tty. Instead, bind some keys such
8703 as [delete] directly, like pc-select.el did before
8704 normal-erase-is-backspace was invented.
8705
118562e1 87062001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
8707
8708 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
8709
6c9e58c4
JW
87102001-04-11 John Wiegley <johnw@gnu.org>
8711
28037ecf
SM
8712 * eshell/em-ls.el (eshell-ls-insert-directory):
8713 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
8714 buffers, if Eshell's ls is being used.
8715
118562e1 87162001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 8717
28037ecf
SM
8718 * calendar/timeclock.el (timeclock-completing-read): New function.
8719 (timeclock-ask-for-project, timeclock-ask-for-reason):
8720 Call `timeclock-completing-read'.
978bd3ea
JW
8721
8722 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
8723 required where `member' was being used.
8724
118562e1 87252001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 8726
28037ecf 8727 * eshell/em-hist.el (eshell-previous-matching-input):
f30fe18b 8728 Don't display "History item" if the minibuffer is active.
978bd3ea 8729
30cb0001
GM
87302001-04-11 Gerd Moellmann <gerd@gnu.org>
8731
8732 * startup.el (command-line): Output a newline after printing
8733 an error from loading the window system's init file.
8734
e38af9bd
EZ
87352001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
8736
28037ecf
SM
8737 * textmodes/texinfo.el (texinfo-font-lock-keywords):
8738 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
8739 @inforef. Add an OVERRIDE of `keep' to highlight specs of
8740 keywords whose arguments routinely include @@.
8741
bbf63a7b
GM
87422001-04-10 Gerd Moellmann <gerd@gnu.org>
8743
28037ecf
SM
8744 * emacs-lisp/advice.el (ad-make-advised-definition):
8745 Construct advice for subrs differently.
afffeb57 8746
3fe35f35 8747 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 8748 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 8749
c8d6d636 8750 * simple.el (completion-list-mode-finish): New function.
28037ecf 8751 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 8752
2a52f40e 8753 * language/european.el ("Polish"): Change sample text.
e1ff49ba 8754 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 8755
cf8b1bef
GM
8756 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
8757 parameter.
8758
bbf63a7b
GM
8759 * faces.el (menu): Doc fix.
8760
719d83ad 87612001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
8762
8763 * ps-print.el: Footer implementation. Doc fix.
8764 (ps-print-version): New version number (6.5.1).
8765 (ps-header-frame-alist): New customization var for header frame
8766 properties.
8767 (ps-line-number-color): New customization var for line number color.
8768 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
8769 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
8770 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
8771 (ps-right-footer): New customization vars for footers.
8772 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
8773 footers.
8774 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
8775 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
8776 Code fix.
319acba0
GM
8777 (ps-prologue-file): Indentation fix.
8778 (ps-print-quote): Fun eliminated.
8779 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
8780 (ps-output-frame-properties): New fun.
8781 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
8782 (ps-skip-newline): Replace defun by defsubst.
28037ecf 8783
e372bc67 87842001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
8785
8786 * eshell/eshell.el (eshell-command): Needed a "%s" format
8787 specifier, in case the buffer contains percent characters.
8788
e372bc67 87892001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
8790
8791 * calendar/timeclock.el (timeclock-generate-report): Added a
8792 missing insert of the project name.
8793
9f9a5e7a
GM
87942001-04-09 Gerd Moellmann <gerd@gnu.org>
8795
9170e5d4 8796 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 8797
865e97c1 8798 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 8799 (finder-data): Use it instead of `setwins'.
865e97c1
GM
8800 From: Dave Love <fx@gnu.org>.
8801
cf3885ac 8802 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
8803 (server-visit-files): Run server-visit-hook after going to
8804 line 1 so that the hook can set point as it sees fit.
8805
9f9a5e7a
GM
8806 * bindings.el (mode-line-modified): Unify help messages.
8807
51f32106
EZ
88082001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
8809
8810 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
8811 All callers changed.
8812
e02160a3
EZ
88132001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
8814
8e6bb0d0
EZ
8815 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
8816 long file names aren't supported, truncate the file names in
8817 quail-misc-package-ext-info to 8+3 before matching them against
8818 FILENAME.
8819
8820 * dos-fns.el (dos-truncate-to-8+3): New function.
8821
ec321d77
EZ
8822 * progmodes/compile.el (grep-compute-defaults): Use null-device
8823 instead of literal /dev/null. Reported by Jens Schmidt
8824 <schmidt@mathematik.uni-kl.de>.
8825
e02160a3
EZ
8826 * simple.el (normal-erase-is-backspace-mode): Doc fix.
8827
cf3885ac
SM
88282001-04-06 Stefan Monnier <monnier@cs.yale.edu>
8829
8830 * textmodes/sgml-mode.el: Add unknown maintainer.
8831 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
8832 (html-mode-map): Use set-keymap-parent.
8833
3ffb33bb
DL
88342001-04-06 Dave Love <fx@gnu.org>
8835
8836 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
8837 Remove redundant string-to-list.
8838
8f625692
SM
88392001-04-05 Stefan Monnier <monnier@cs.yale.edu>
8840
8841 * composite.el (reference-point-alist): Doc fix.
8842
1087f198
SS
88432001-04-05 Sam Steingold <sds@gnu.org>
8844
8f625692
SM
8845 * font-lock.el (font-lock-keywords-case-fold-search):
8846 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
8847 file made font-lock case-insensitive.
8848
a55e4e68
GM
88492001-04-05 Gerd Moellmann <gerd@gnu.org>
8850
0e4892e2
GM
8851 * faces.el (defface menu): Doc fix.
8852
4d664b04
GM
8853 * wid-edit.el (widget-color-sample-face-get): Don't make
8854 faces for undefined colors.
8855
a55e4e68
GM
8856 * version.el (emacs-version): Include LessTif/Motif version info.
8857
f383cd0d
GM
88582001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8859
8860 * ps-mule.el: Eliminate cl package dependence.
8861 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
8862 if they aren't defined yet.
8863 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
8864 Eliminate cl package dependence.
8865
de28797f
SM
88662001-04-04 Stefan Monnier <monnier@cs.yale.edu>
8867
8868 * progmodes/cc-cmds.el (c-outline-level):
8869 Bind buffer-invisibility-spec. Originally from Dave Love, but
8870 got lost when incorporating version 5.26.
8871
32df8b47
EZ
88722001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
8873
de28797f
SM
8874 * emulation/pc-select.el (pc-selection-mode):
8875 Call normal-erase-is-backspace-mode instead of binding
8876 keys individually.
58e4f61d 8877
7f62656b
EZ
8878 * cus-load.el (normal-erase-is-backspace): Use it instead of
8879 delete-key-deletes-forward.
8880
8881 * startup.el (command-line): Use normal-erase-is-backspace and
8882 normal-erase-is-backspace-mode.
8883
8884 * simple.el (normal-erase-is-backspace): Rename from
8885 delete-key-deletes-forward. Doc fix.
8886 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
8887 delete-key-deletes-forward-mode. Doc fix.
8888 Run normal-erase-is-backspace-hook.
7f62656b 8889
32df8b47 8890 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
8891 ``human-readable'' format produced by GNU `ls'.
8892 (dired-move-to-filename-regexp): Recognize ISO format dates.
8893 From Paul Eggert <eggert@twinsun.com>.
32df8b47 8894
5efa6032
GM
88952001-04-04 Gerd Moellmann <gerd@gnu.org>
8896
8897 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
8898 New functions.
de28797f
SM
8899 (lm-verify): Check keywords.
8900 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 8901
d757aac1
EL
89022001-04-03 Eric M. Ludlam <eric@siege-engine.com>
8903
8904 * speedbar.el (speedbar-insert-image-button-maybe): Check for
8905 `xemacs' feature instead of for the function `set-extent-property'.
8906
9832760a
SM
89072001-04-03 Stefan Monnier <monnier@cs.yale.edu>
8908
8909 * mail/mh-utils.el (mh-folder-hist): New var.
8910 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
8911
d565f6aa
EZ
89122001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
8913
8914 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
8915 region, position point on the first or last 16-byte group.
8916 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
8917 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
8918 hexl-beginning-of-line.
8919
24c0fd39
GM
89202001-04-03 Gerd Moellmann <gerd@gnu.org>
8921
5efa6032
GM
8922 * icomplete.el (icomplete-mode): Treat an argument like other
8923 modes do.
8924
b3f6107b
GM
8925 * startup.el (fancy-splash-head): Use splash8.xpm for color
8926 depth 8.
8927
24d451c5
SM
8928 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
8929 Add an antry for ``converts''.
476bf681 8930
24d451c5 8931 * language/slovak.el ("Slovak"): Add documentation string.
acc24704 8932 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
20b5dc4a 8933
450f6970 8934 * language/czech.el ("Czech"): Add documentation string.
acc24704 8935 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk).
450f6970 8936
24d451c5
SM
8937 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
8938 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
8939
89402001-04-02 Stefan Monnier <monnier@cs.yale.edu>
8941
8942 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
8943 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
8944 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
8945 Use `defsubst' rather than a macro to ease debugging.
8946 (mail-extr-last): Remove (use `last' instead).
8947 (mail-extract-address-components): Properly reset the syntax-table
8948 after parsing an address. Use `last' rather than mail-extr-last.
8949 Make sure the end marker stays at the very end.
24c0fd39 8950
2b908342
EZ
89512001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
8952
8953 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
8954 last change.
8955
acfb077d
GM
89562001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
8957
8958 * ps-print.el: Line and paragraph spacing feature. Region to cut
8959 out when printing. Doc fix.
8960 (ps-print-version): New version number (6.5).
24d451c5
SM
8961 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
8962 New vars. Line and paragraph spacing feature.
acfb077d
GM
8963 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
8964 out when printing.
8965 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
8966 (ps-get-font-size, ps-begin-job, ps-continue-line)
8967 (ps-plot-region): Code fix.
8968 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
8969 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
8970 New internal vars.
acfb077d
GM
8971 (ps-get-size): New fun.
8972 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
8973 (ps-next-line): Replace defun by defsubst.
8974 (ps-mule-plot-string): Autoload doc fix.
8975
8976 * ps-bdf.el: XEmacs compatibility. Doc fix.
8977 (installation-directory, coding-system-for-read): Declare vars if
8978 it's not declared yet.
8979 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
8980
8981 * ps-mule.el: XEmacs compatibility. Doc fix.
8982 (leading-code-private-22): Declare var if it's not declared yet.
8983 (charset-bytes, charset-dimension, charset-id, charset-width)
8984 (find-charset-region, split-char, char-width, chars-in-region)
8985 (forward-point, decompose-composite-char, encode-coding-string)
8986 (coding-system-p, ccl-execute-on-string, define-ccl-program):
8987 Define funs if not defined yet.
8988 (encode-composition-rule, find-composition): Define funs if not
8989 loaded yet.
8990 (ps-mule-prologue): PostScript code fix.
8991
89922001-04-02 Kenichi Handa <handa@etl.go.jp>
8993
8994 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
8995 non-nil, generate font for the header strings.
8996 (ps-mule-prepare-font): Likewise.
8997 (ps-mule-generate-glyphs): Likewise.
8998 (ps-mule-string-encoding): Likewise.
8999 (ps-mule-header-charsets): New variable.
9000 (ps-mule-encode-header-string): New function.
9001 (ps-mule-header-string-charsets): New function.
9002 (ps-mule-begin-job): Check charsets in the header strings. If there
9003 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
9004
9005 * ps-print.el (ps-generate-header-line): Encode the header string by
9006 ps-mule-encode-header-string.
9007 (ps-mule-encode-header-string): Declare autoload.
9008
c0eb3c10
GM
90092001-04-02 Gerd Moellmann <gerd@gnu.org>
9010
24d451c5
SM
9011 * frame.el (cursor-in-non-selected-windows):
9012 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 9013
a3d0b0e0
KH
90142001-03-31 Kenichi Handa <handa@etl.go.jp>
9015
9016 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9017 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 9018 (quail-misc-package-ext-info): New variable.
a3d0b0e0 9019 (tsang-quick-converter): New function.
24d451c5
SM
9020 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
9021 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
9022 (miscdic-convert, batch-miscdic-convert): New functions.
9023
55f7832c
KH
90242001-03-30 Kenichi Handa <handa@etl.go.jp>
9025
a2217cd8
KH
9026 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
9027 eight-bit-control chars.
9028
55f7832c 9029 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 9030 Reduce making temporary vector (suggested by Dave Love).
55f7832c 9031
911a2406
EZ
90322001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9033
9034 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
9035 string as well.
9036
1a518f2c
AS
90372001-03-30 Andreas Schwab <schwab@suse.de>
9038
9039 * files.el (backup-directory-alist): Fix typo.
9040
ef080b16
EZ
90412001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9042
9043 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
9044 <eggert@twinsun.com>.
9045
e4174a55
DL
90462001-03-30 Dave Love <fx@gnu.org>
9047
9048 * progmodes/fortran.el (fortran-comment-region): Fix typo.
9049
9d5d1075
EZ
90502001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
9051
9052 * simple.el (transient-mark-mode): Mention C-g in the doc string.
9053
a27b451e
MB
90542001-03-30 Miles Bader <miles@gnu.org>
9055
9056 * subr.el (interactive-form): Fix paren typo.
9057
aea51abe
EZ
90582001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
9059
9060 * emacs-lisp/profile.el: Say that it's obsolete in the header
9061 line, so that finder.el puts that into its data-base.
9062 Suggested by Alex Schroeder <alex@gnu.org>.
9063
249dd409
EZ
90642001-03-29 Paul Eggert <eggert@twinsun.com>
9065
9066 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
9067 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
9068
1ac1fa96
SM
90692001-03-29 Stefan Monnier <monnier@cs.yale.edu>
9070
9071 * generic.el (generic-mode-set-comments): Use "" rather than nil
9072 for comment-end.
9073
e2b8a830
GM
90742001-03-29 Gerd Moellmann <gerd@gnu.org>
9075
1ac1fa96
SM
9076 * emacs-lisp/advice.el (ad-make-advised-definition):
9077 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
9078
9079 * subr.el (interactive-form): New function.
9080
8b2375e7
AS
90812001-03-29 Andre Spiegel <spiegel@gnu.org>
9082
9083 * vc-sccs.el (vc-sccs-register): Use relative file names.
9084
f827b862
GM
90852001-03-28 Gerd Moellmann <gerd@gnu.org>
9086
e59d0e9d
GM
9087 * bookmark.el (bookmark-get-bookmark): Handle case that
9088 BOOKMARK is not a string.
9089
deb2613a
GM
9090 * image.el (image-type-regexps): Change type for PS files
9091 to `postscript'.
9092
f827b862 9093 * subr.el (read-passwd): Clear command history after each
b52758d1
EZ
9094 character entered. From: Stephen Gildea
9095 <gildea@stop.mail-abuse.org>.
f827b862 9096
3c9449d0
KH
90972001-03-27 Kenichi Handa <handa@etl.go.jp>
9098
9099 * international/kkc.el (kkc-save-init-file): Locally bind
9100 print-length to nil.
9101
e6b13c74
GM
91022001-03-26 Gerd Moellmann <gerd@gnu.org>
9103
e120bebf
GM
9104 * textmodes/flyspell.el: Some doc fixes.
9105 (flyspell-maybe-correct-transposition)
9106 (flyspell-maybe-correct-doubling): Use a temporary buffer
9107
9108 * textmodes/ispell.el (ispell-parse-output): Doc fix.
9109
5f6c5771 9110 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
9111 (byte-optimize-form-code-walker): Diagnose too few arguments
9112 for `if' and `while'.
9113
2b984c45
KH
91142001-03-26 Kenichi Handa <handa@etl.go.jp>
9115
9116 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9117 Prepend `\' to "\<quail-translation-docstring>".
9118
bf2150fa
GM
91192001-03-26 Gerd Moellmann <gerd@gnu.org>
9120
5f6c5771
SM
9121 * autorevert.el (global-auto-revert-non-file-buffers):
9122 Remove duplicate defcustom.
bf2150fa 9123
a0d59316
MB
91242001-03-26 Miles Bader <miles@gnu.org>
9125
5f6c5771
SM
9126 * international/latin1-disp.el (latin1-char-displayable-p):
9127 Add leading "-" for X font pattern.
a0d59316 9128
9edbff6c
KH
91292001-03-26 Kenichi Handa <handa@etl.go.jp>
9130
5f6c5771
SM
9131 * international/mule-diag.el (describe-coding-system):
9132 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
9133 charsets they can encode.
9134
50b57199
EZ
91352001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * help.el (view-lossage): Mention open-dribble-file in the doc
9138 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
9139
5b83f9c0
SM
91402001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9141
9142 * skeleton.el (skeleton-internal-list): Fix bogus logic.
9143 (skeleton-pair-insert-maybe): Don't pair after a backslash.
9144
e0ecbf5c
KH
91452001-03-23 Kenichi Handa <handa@etl.go.jp>
9146
5b83f9c0
SM
9147 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
9148 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
9149 multibyte sequence can work correctly.
9150 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
9151 property of the coding system.
9152
1cc218de
SM
91532001-03-23 Stefan Monnier <monnier@cs.yale.edu>
9154
9155 * textmodes/fill.el (fill-individual-paragraphs-prefix):
9156 Fix transcription typo.
9157
a3db02ad
RV
91582001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
9159
9160 * whitespace.el: Add buffer local variables to toggle testing of
9161 whitespaces in buffers without affecting the default values.
a3db02ad 9162 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
9163 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
9164 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
9165 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 9166
83c9cb8e
SM
91672001-03-21 Stefan Monnier <monnier@cs.yale.edu>
9168
9169 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
9170
180d5509
GM
91712001-03-21 Gerd Moellmann <gerd@gnu.org>
9172
eeb5b5c1
GM
9173 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
9174 bs-cycle-configuration-name. From Juanma Barranquero
9175 <lektu@uol.com.br>.
9176
170a9e70
GM
9177 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
9178 and cc-vars.el.
9179
180d5509
GM
9180 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
9181 headers. Always invoke sendmail with option -t.
9182
130c507e
GM
91832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9184
9185 * Release of cc-mode 5.28.
9186
91872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9188
9189 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
9190 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 9191 It's instead taken care of by the default value for c-default-style.
130c507e 9192
130c507e
GM
91932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9194
9195 * cc-align.el (c-lineup-math): Fix bug where lineup was
9196 triggered by equal signs in string literals.
9197
91982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9199
9200 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
9201 limit detection when at the ends of the buffer.
9202
9203 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
9204 "for" statement clause in case 7F; a better one is done
9205 earlier in case 7D anyway.
9206
92072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9208
9209 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
9210 somewhat more and did a small optimization.
9211
92122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9213
9214 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
9215 Use the limit argument only to limit the syntactic context
9216 search, not to limit the actual movement.
9217
9218 * cc-cmds.el (c-beginning-of-statement): Move by sentence
9219 inside multiline strings, just like in comments. Also various
9220 fixes to the paragraph and comment prefix recognition, block
9221 comment ender handling etc.
9222
92232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9224
9225 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
9226 the relative position of the point.
9227
9228 * cc-cmds.el (c-electric-continued-statement): New function to
9229 use as abbrev hook to reindent for keywords such as "else"
9230 that continues an earlier statement.
9231
9232 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
9233 like classes.
9234
9235 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
9236 (pike-mode): Populate the default abbrev tables to reindent for
9237 keywords such as "else" that can continue earlier statements.
9238 Abbrev mode is therefore turned on by default now. (Note that
9239 this doesn't apply to idl-mode, since IDL afaik doesn't have
9240 statements at all.)
9241
92422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9243
9244 * cc-engine.el (c-inside-bracelist-p): Fix for handling
9245 bracelists where the declaration contains template arguments.
9246
92472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9248
83c9cb8e
SM
9249 * cc-cmds.el (c-comment-indent):
9250 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
9251 syntactic indentation. Fixes bug with lineup functions that
9252 return vectors.
9253
9254 * cc-engine.el (c-get-syntactic-indentation): Split the
9255 indentation sum calculation from `c-indent-line' to a separate
9256 function.
9257
92582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9259
9260 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
9261 Fixed places where it was assumed that preprocessor directives
9262 have to start in column zero.
9263
9264 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
9265 template arguments after a class identifier properly.
9266
9267 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
9268 lists for `new Foo[]' constructs in Java as expressions and
9269 not top level definition brace lists on the top level, so that
9270 they'll get indented consistently with the same type of
9271 expression in a normal block.
9272
92732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9274
9275 * cc-cmds.el (c-fill-paragraph): The kludge that checks
9276 whether the adaptive filling package fails to keep the comment
9277 prefix is now kludged further to check for filladapt-mode
9278 which doesn't have that problem. This is really icky, but it's
9279 the only way that works with the current misfeatures/bugs in
9280 both adaptive-fill-mode and filladapt-mode.
9281
9282 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
9283 around point is recognized more robust.
9284
92852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9286
9287 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
9288 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
9289 (c-lit-type): Fixed all internal variables used dynamically so
9290 that they are always bound.
9291
9292 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
9293 errors:
9294
9295 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
9296 the region is fully reindented even when an error occurs.
9297 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
9298 whole lot of code that tried to optimize indentation of whole
9299 sexps but in reality accomplishes nothing.
9300
9301 (c-indent-sexp): Use c-indent-region.
9302
9303 (c-parsing-error): Changed this variable to hold the message
9304 for any syntactic error that is discovered.
9305
9306 (c-parse-state): Search backward from point instead of the bod
9307 position when the latter is invalid. This makes CC Mode
9308 recover faster when there are unbalanced close braces.
9309
9310 (c-backward-to-start-of-if): Use c-parsing-error to report
9311 dangling "else" clauses instead of throwing an error, and fall
9312 back to a reasonable position.
9313
83c9cb8e 9314 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 9315
83c9cb8e 9316 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
9317
93182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9319
9320 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
9321 paragraph recognition when moving by sentence in literals.
9322
83c9cb8e
SM
9323 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
9324 start regexp for javadoc to recognize javadoc markup in general instead
9325 of a specific set of keywords, to be more future-safe.
130c507e
GM
9326
9327 (c-Pike-pikedoc-paragraph-start)
9328 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
9329 pikedoc markup.
9330
83c9cb8e 9331 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 9332
83c9cb8e 9333 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
9334
9335 * cc-vars.el (c-default-style): Made a nicer Customize widget.
9336
9337 (c-comment-prefix-regexp): Made it possible to use an
9338 association list on this to specify mode specific regexps.
9339 The default value now use a special regexp in Pike mode to
9340 recognize pikedoc markup.
9341
9342 (c-current-comment-prefix): New variable containing the actual
9343 regexp from c-comment-prefix-regexp for the current buffer.
9344
93452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9346
9347 * cc-cmds.el (c-electric-brace): Fixed check for special brace
9348 lists: We can't look at the syntax, since a brace list can get
9349 recognized as a plain statement-cont.
9350
9351 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
9352 special brace list opener broken over two lines got recognized
9353 as a statement on the second line. Case 9A changed.
9354
93552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9356
9357 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
9358 adjustment after line is reindented.
9359
93602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9361
9362 * cc-defs.el (c-point): Added optional argument for position
9363 to use instead of the current point.
9364
9365 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
9366 the in-expression block symbols when the construct starts at
9367 boi, to avoid the extra level of indentation in that case.
9368 Cases 4, 16A and 17E affected.
9369
93702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9371
9372 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 9373 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
9374
9375 * cc-engine.el (c-indent-line): Use the syntax already bound
9376 to `c-syntactic-context', if there is any.
9377
93782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9379
9380 * cc-engine.el (c-get-offset): Fixed bug where the indentation
9381 wasn't added up correctly when a lineup function returned nil.
9382
93832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9384
9385 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 9386 empty lines were ignored when collecting line comments backwards.
130c507e
GM
9387
93882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9389
9390 * cc-align.el (c-lineup-dont-change): Return an absolute
9391 indentation column to work correctly in the case when several
9392 syntactic elements are processed for the same line.
9393
9394 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
9395 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
9396 (c-set-offset): Added absolute indentation column settings by
9397 using the vector type.
9398
130c507e
GM
93992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9400
9401 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
9402 Implemented two new cleanups `space-before-funcall' and
9403 `compact-empty-funcall'.
9404
130c507e
GM
94052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9406
9407 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
9408 helping building regexps.
9409
9410 * cc-engine.el (c-on-identifier): New function for detecting
9411 identifiers. It takes keywords into account.
9412
9413 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
9414 lists. `c-keywords' is set to a regexp matching all keywords
9415 in the current language.
9416
94172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9418
9419 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
9420 list of characters to skip backwards over at the beginning of
9421 a statement, since it can precede string literals in Pike.
9422
94232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9424
9425 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
9426 recognition when standing on the last line in a C++ comment
9427 with nothing but whitespace after the prefix.
9428
9429 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
9430 given no limit argument.
9431
94322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9433
9434 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
9435 recognition for the `[]= operator symbol in Pike.
9436
94372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9438
9439 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
9440 around a bug in `eval-when-compile' in the byte compiler.
9441
9442 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 9443 value when count is zero and there's no token start within the limit.
130c507e
GM
9444
9445 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
9446 "prefix comments", i.e. comments which are followed by code on
9447 the same line.
9448
9449 * cc-mode-19.el: Fixes so that checks that must be done at
9450 compile time also are done then.
9451
94522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9453
9454 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
9455 time and at runtime, and only when it's needed.
9456
94572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9458
9459 Major cleanup for less error prone and more warning free
9460 compilation, including some fixes for bugs due to different
9461 compilation orders. Thanks to Martin Buchholz for providing
9462 the basis for all this.
9463
9464 * cc-bytecomp.el: New file that provides some byte compilation
9465 features: It ensures that files always are loaded from the
9466 current source directory during compilation, and it provides a
9467 set of macros to turn off specific compiler warnings for
9468 specific symbols. (It's not CC Mode specific in any way.)
9469
9470 Fixed a nearly acyclic dependency tree (both runtime and
9471 compile-time) between all files.
9472
9473 * cc-defs.el: Separated all macros before the inline functions,
9474 to ensure correct compilation.
9475
9476 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
9477 cc-defs.el to cc-engine.el and made it a function instead.
9478
9479 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
9480 about char-after.
9481
9482 * cc-vars.el: Cope even when there isn't a custom package
9483 containing defcustom available.
9484
9485 * cc-make.el: Removed since it's no longer necessary.
9486
9487 README: Updated installation instructions.
9488
94892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9490
9491 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
9492 improve the modularity: Moved all mode init stuff from
9493 cc-langs.el to cc-mode.el, including the keymap
9494 initialization; cc-langs now only contains the various
9495 variables for configuring the language syntax.
9496
83c9cb8e
SM
9497 * cc-engine.el, cc-styles.el (c-evaluate-offset)
9498 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 9499 dependency analysis suggests they belong there (which also
83c9cb8e 9500 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
9501
95022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9503
9504 * cc-cmds.el (c-fn-region-is-active-p): New function that
9505 wraps the corresponding macro, for use in places that aren't
9506 compiled. Thanks to Martin Buchholz for pointing out this.
9507
83c9cb8e 9508 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
9509
9510 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
9511 add things to the bug report.
9512
95132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9514
9515 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
9516 returned prefix could contain a newline when the search for a
9517 good prefix line failed.
9518
95192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9520
9521 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
9522 (c-toggle-auto-hungry-state): Made the argument optional, as
9523 the documentation says it is.
9524
95252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
9526
9527 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
9528 multiline string syntax, #"...", as a cpp macro.
9529
7008ccac
GM
95302001-03-21 Paul Eggert <eggert@twinsun.com>
9531
83c9cb8e
SM
9532 * international/mule-cmds.el (set-locale-environment):
9533 Set system-messages-locale and system-time-locale, but only if the
7008ccac 9534 caller specifies a non-nil locale name.
3c9449d0 9535
c2478129 95362001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
9537
9538 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 9539 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 9540
117e4b0c
GM
95412001-03-20 Gerd Moellmann <gerd@gnu.org>
9542
7194219d
GM
9543 * follow.el (follow-avoid-tail-recenter): Doc fix.
9544
5721ae13
GM
9545 * custom.el (custom-set-variables): Avoid reversing the list
9546 of args needlessly.
9547
7b8bbf72
GM
9548 * startup.el (fancy-splash-head): Don't change the colors of the
9549 XPM image on a dark background.
9550
a91ad7c9
GM
9551 * comint.el (comint-exec-1): Set columns of the terminal to
9552 window-width instead of frame-width.
9553
fa88947e
GM
9554 * info.el (Info-scroll-down): Add missing WINDOW arg for
9555 pos-visible-in-window-p.
9556
1741905c
GM
9557 * ehelp.el (electric-help-mode-hook): Add defcustom.
9558
117e4b0c
GM
9559 * mail/sendmail.el (mail-mode): Activate case-folding in
9560 font-lock-defaults.
9561
e84c695d
SM
95622001-03-19 Stefan Monnier <monnier@cs.yale.edu>
9563
9564 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
9565 (completion-ignored-extensions): Remove duplicate ".class".
9566
fc774041
AS
95672001-03-19 Andreas Schwab <schwab@suse.de>
9568
83c9cb8e
SM
9569 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
9570 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 9571
c2c097cc
GM
95722001-03-19 Gerd Moellmann <gerd@gnu.org>
9573
9574 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
9575 methods since there are not prefix input methods.
9576
fbe2e958
KH
95772001-03-19 Kenichi Handa <handa@etl.go.jp>
9578
83c9cb8e
SM
9579 * international/mule-cmds.el (read-input-method-name):
9580 Locally bind enable-recursive-minibuffers to t.
fbe2e958 9581
da47e491
SM
95822001-03-18 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
9585
4986c2c6 95862001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 9587
4986c2c6
MK
9588 * ediff-util.el: Copyright years.
9589 (ediff-choose-syntax-table): New function.
9590 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 9591
4986c2c6
MK
9592 * ediff-init.el (ediff-with-syntax-table): New macro, uses
9593 with-syntax-table.
83c9cb8e 9594
4986c2c6 9595 * ediff.el: Date of last update, copyright years.
83c9cb8e 9596
4986c2c6 9597 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 9598
4986c2c6
MK
9599 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
9600 of Scott Bronson.
9601 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
9602 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
9603 Deleted functions.
9604 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
9605 ex-token-list.
83c9cb8e 9606
4986c2c6 9607 * viper-util.el: Spaces, indentation.
83c9cb8e 9608
4986c2c6 9609 * viper.el: Changed version, modification time.
83c9cb8e 9610
3c799aec 96112001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
9612
9613 * calendar/timeclock.el (timeclock-workday-remaining):
9614 Check whether `discrep' is non-null before using it.
3c799aec 9615
ae3ce418
JW
96162001-03-16 John Wiegley <johnw@gnu.org>
9617
9618 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
9619 first-time checkins.
9620 (timeclock-log-data): Fixed problem with reading timelog log file.
9621 Resulting data in the "day list" was incorrect.
9622 (timeclock-find-discrep): Check if `timeclock-file' is readable
9623 before opening it.
9624 (timeclock-time-less-p): New function.
9625 (timeclock-day-base): New function.
9626 (timeclock-geometric-mean): New function.
9627 (timeclock-generate-report): Generate a summary report based on
9628 the contents of the log file. This uses `timeclock-log-data', and
9629 is an example of writing a timelog manipulation function.
9630 (timeclock-visit-timelog): A quick command for opening the timelog
9631 file.
9632 (timeclock-log-data): Bound the variable event.
9633
c8d4a9bb
KH
96342001-03-16 Kenichi Handa <handa@etl.go.jp>
9635
83c9cb8e
SM
9636 * international/mule-cmds.el (select-safe-coding-system):
9637 Fix typo: symbol-name -> symbol-value.
11d56c64 9638
c8d4a9bb
KH
9639 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
9640 before substitute-in-file-name to handle double slashes in FILE
9641 correctly.
9642
c899e7e6
GM
96432001-03-15 Gerd Moellmann <gerd@gnu.org>
9644
9645 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
acc24704 9646 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
c899e7e6 9647
819dce0f
GM
96482001-03-14 Gerd Moellmann <gerd@gnu.org>
9649
697617d9
GM
9650 * bindings.el (features): Add `md5' and `overlay' to the list.
9651
819dce0f
GM
9652 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
9653 bound before using it. It's not bound when configured without X,
9654 for instance.
9655
e0067a9d
TTN
96562001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
9657
9658 * progmodes/hideshow.el: Update copyright.
9659 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 9660 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 9661
afcdc0a1
GM
96622001-03-13 Gerd Moellmann <gerd@gnu.org>
9663
e0067a9d 9664 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
9665 a non-list.
9666
30564c48
EZ
96672001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
9668
9669 * startup.el (fancy-splash-tail, command-line-1): Fix the
9670 copyright year.
9671
2b8e24b3
KH
96722001-03-13 Kenichi Handa <handa@etl.go.jp>
9673
9674 * term.el: These changes are based on a patch sent from Yong Lu
9675 <lyongu@yahoo.com>.
9676 (term-set-escape-char): Bind M-x to execute-extended-command in
9677 term-raw-escape-map.
9678 (term-move-columns): Don't try to move to negagive column.
9679 (term-emulate-terminal): Insert a string before deleting a text to
9680 overwrite.
9681
789b6186
GM
96822001-03-12 Gerd Moellmann <gerd@gnu.org>
9683
b0778a31
GM
9684 * play/life.el (life): Rearrange code so that all calls to
9685 life-display-generation are in a catch-form.
9686
04528cda
GM
9687 * progmodes/etags.el (tags-loop-continue): Don't change point in a
9688 file that isn't interesting. In an interesting file, push the old
9689 value of point on the mark ring.
9690
760cefb5
GM
9691 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
9692 New function.
9693 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
9694 Use it.
9695
83c9cb8e
SM
9696 * emacs-lisp/autoload.el (generate-file-autoloads):
9697 Remove warning about line lengths.
789b6186 9698
a2ffbafe
FP
96992001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
9700
9701 * progmodes/etags.el (tags-compression-info-list): New variable.
9702 (find-tag-in-order): Use it to deal with compressed source files.
9703 (tag-file-name-match-p): New function.
9704 (etags-recognize-tags-table): Use it for better match of file names.
9705
5c9d9d92
KH
97062001-03-12 Kenichi Handa <handa@etl.go.jp>
9707
ba3e9b9b
KH
9708 * international/mule-cmds.el (register-input-method): Doc fix.
9709
5c9d9d92
KH
9710 * international/quail.el (quail-translate-key): Fix condition to
9711 check if there's another breaking point in the current key.
9712
40beecee
EZ
97132001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
9714
9715 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
9716 Babyl header to the newly-created output file, bind
9717 coding-system-for-write to either rmail-file-coding-system or
9718 emacs-mule-unix.
9719
75c6cb7f
SM
97202001-03-11 Stefan Monnier <monnier@cs.yale.edu>
9721
9722 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
9723 Fix the name and regexp used for subsubsections.
9724
5ec17636
DL
97252001-03-10 Dave Love <fx@gnu.org>
9726
9727 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
9728 and save-buffer if buffer-file-name non-nil. From rms.
9729
6d2e2c02
AS
97302001-03-10 Andre Spiegel <spiegel@gnu.org>
9731
9732 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 9733 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
9734 to reflect that.
9735 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 9736 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
9737 variable bindings that might affect the diff command.
9738 (vc-print-log): Don't switch to the *vc* buffer before the
9739 command, so that local variable bindings are preserved.
9740
789b6186 9741 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
9742 not the current buffer.
9743 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
9744
789b6186 9745 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 9746 make output go to buffer *vc*, not the current buffer.
a2ffbafe 9747
b18f5523
SM
97482001-03-09 Stefan Monnier <monnier@cs.yale.edu>
9749
9750 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
9751 so ^, $, *, ? and + are interpreted correctly.
9752
3cfd8357
GM
97532001-03-09 Gerd Moellmann <gerd@gnu.org>
9754
c085b77c 9755 * help.el (string-key-binding): Renamed from
f9db8f19
SM
9756 mode-line-key-binding. Handle any event on a string.
9757 Check for `keymap' properties as well as `local-map' properties.
c085b77c 9758
3cfd8357
GM
9759 * comint.el (comint-insert-clicked-input): Use the last key
9760 from this-command-keys to lookup the global key definition.
9761
348f797a
KH
97622001-03-09 Kenichi Handa <handa@etl.go.jp>
9763
3ebf3717
KH
9764 * international/characters.el: Add category `j' for
9765 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
9766
348f797a
KH
9767 * international/mule-conf.el (no-conversion): Fix docstring.
9768 (raw-text): Fix docstring.
9769
e1fbabaf
GM
97702001-03-08 Gerd Moellmann <gerd@gnu.org>
9771
96e8e603
GM
9772 * simple.el (choose-completion-string): When not leaving the
9773 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
9774 is set.
9775
e1fbabaf
GM
9776 * window.el (shrink-window-if-larger-than-buffer): Handle frame
9777 parameter `(minibuffer . t)'.
9778
f9db8f19
SM
97792001-03-07 Stefan Monnier <monnier@cs.yale.edu>
9780
9781 * progmodes/sh-script.el (sh-st-symbol): New symbol.
9782 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
9783 (sh-mode): Remove `make-local-variable' for unused var
9784 `font-lock-unfontify-region-function'.
9785
02756877
RS
97862001-03-07 Richard M. Stallman <rms@gnu.org>
9787
132bf46d
RS
9788 * info.el (Info-scroll-down): Fix previous change.
9789
02756877
RS
9790 * mail/rmail.el (rmail-toggle-header): Use a window which
9791 is showing the Rmail buffer, rather than the selected window.
9792
eeb24429
DL
97932001-03-07 Dave Love <fx@gnu.org>
9794
9795 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
9796 now, to avoid problems with binding imenu directly to a mouse event.
9797
3bdf2660
GM
97982001-03-07 Gerd Moellmann <gerd@gnu.org>
9799
9800 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
9801 second arg t.
9802
98032001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
9804
9805 * log-edit.el (log-edit-common-indent): New var.
9806 (log-edit-set-common-indentation): Renamed from
9807 log-edit-delete-common-indentation. Use the new var.
9808 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
9809
9810 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
9811 (cvs-mode-add-change-log-entry-other-window):
9812 Don't presume change-log-default-name is defined.
9813
9814 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
9815
9816 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
9817 the "tree" operation as well.
9818
9819 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
9820
9821 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
9822 to match paragraph-start.
9823
9824 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
9825 comment-start-skip and set comment-end-skip as well.
9826 (sgml-comment-indent): Fix for new value of comment-start-skip.
9827 (html-autoview-mode): Don't bother using make-local-hook.
9828
2ad02767
GM
98292001-03-07 Gerd Moellmann <gerd@gnu.org>
9830
189638d5 9831 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 9832 variables, otherwise long Custom entries would make them ineffective.
189638d5 9833
2ad02767
GM
9834 * uniquify.el: Set maintainer to FSF.
9835
656f8cae
EZ
98362001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
9837
9838 * dired-aux.el (dired-do-shell-command): Doc fix.
9839
c83965c4
SM
98402001-03-06 Stefan Monnier <monnier@cs.yale.edu>
9841
04af43bc
SM
9842 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
9843
9844 * which-func.el (which-func-modes): Add cperl-mode.
9845 (which-func-mode-global): Use define-minor-mode.
9846
9847 * info-look.el: Docstring fixes and dead code eliminated.
9848 (cperl-mode): Add support.
9849 (emacs-lisp-mode): List all entries from elisp manual, whether
9850 or not they are currently (f)bound or not. Update regexp.
9851
9852 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
9853
c83965c4
SM
9854 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
9855 so that C-h m shows the correct information.
9856 Use make-local-variable rather than make-variable-buffer-local.
9857 (cperl-info-buffer, cperl-setup-tmp-buf):
9858 Use make-local-variable rather than make-variable-buffer-local.
9859 (cperl-msb-fix, cperl-get-help-defer):
9860 Check major-mode for `cperl-mode' as well.
9861
9862 * progmodes/cperl-mode.el: Updated to author version 4.23.
9863 (cperl-electric-pod): SYNOPSIS was misspelled.
9864 (cperl-find-pods-heres): @if ? a : b was considered a REx.
9865 (cperl-after-expr-p): Make true after __END__.
9866
f16a7aa5
GM
98672001-03-06 Gerd Moellmann <gerd@gnu.org>
9868
157ae273 9869 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 9870 bookmark-completion-ignore-case is t.
157ae273 9871
f16a7aa5
GM
9872 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
9873 switch, like xterm, and concat resource strings, with a newline
9874 between them.
9875
abaddb98
EZ
98762001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
9877
a2ffbafe 9878 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
9879 (cp773-decode-table, cp774-decode-table): New variables.
9880
abaddb98
EZ
9881 * man.el (Man-hyphenated-reference-regexp): New variable.
9882 (Man-build-references-alist): Use it to search for referenced
9883 manpages. If hyphenated is non-nil, record a concatenated word in
9884 Man-refpages-alist only if it matches Man-reference-regexp.
9885 Update word's length when it is concatenated. Reverse the list,
9886 to get the first manpage at the head.
9887 (Man-possibly-hyphenated-word): New function.
9888 (Man-follow-manual-reference): Use it instead of current-word to
9889 find a manpage at point, in a way that accounts for hyphenated
9890 references.
9891
eb3f61dd
GM
98922001-03-06 Alex Schroeder <alex@gnu.org>
9893
9894 * sql.el (sql-interbase): New function.
9895 (sql-interbase-program): New option.
9896 (sql-interbase-options): New option.
9897 And some typos fixed: "customise" to "customize".
9898
fa84f42a
DL
98992001-03-06 Dave Love <fx@gnu.org>
9900
83c9cb8e
SM
9901 * textmodes/flyspell.el (flyspell-region):
9902 Set up flyspell-local-mouse-map.
fa84f42a 9903
fda3411d
RS
99042001-03-05 Richard M. Stallman <rms@gnu.org>
9905
a2ffbafe 9906 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
9907 Don't call rmail-beginning-of-message.
9908 Don't discard From: field. Do discard Received: field.
9909 Use unwind-protect to re-prune.
9910 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 9911
e972ab1f
KH
99122001-03-06 Kenichi Handa <handa@etl.go.jp>
9913
9914 * international/quail.el (quail-title): Add autoload cookie.
9915
335db3c1
DL
99162001-03-05 Dave Love <fx@gnu.org>
9917
9918 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
9919 new defs.
9920
278dd6ac
KH
99212001-03-05 Kenichi Handa <handa@etl.go.jp>
9922
83c9cb8e
SM
9923 * language/ethio-util.el (ethio-toggle-space):
9924 Update current-input-method-title if necessary.
36d5e61d
KH
9925 (ethio-toggle-punctuation): Likewise.
9926
341cd4f0
KH
9927 * international/quail.el (quail-title): Fix for the case that a
9928 title of an input method is specified by a list of the same form
9929 as used in mode-line-format.
9930
83c9cb8e
SM
9931 * international/mule-cmds.el (activate-input-method):
9932 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
9933 respect that value.
9934
10ebaeb6
GM
99352001-03-05 Gerd Moellmann <gerd@gnu.org>
9936
9937 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
9938
7a65c85c
GM
99392001-03-05 Alex Schroeder <alex@gnu.org>
9940
9941 * sql.el (sql-sybase): Fix typo (was: query user about server two
9942 times instead of server and database).
9943
9944 * sql.el (sql-sybase): Doc change.
9945 (sql-mysql): Doc change.
9946 (sql-postgres): Doc change.
9947
b86644f2
KH
99482001-03-05 Kenichi Handa <handa@etl.go.jp>
9949
83c9cb8e
SM
9950 * international/mule-conf.el (emacs-mule, raw-text):
9951 Docstring modified.
b86644f2 9952
e30bd7b7
EZ
99532001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
9954
9955 * term/internal.el: Update copyright notice.
9956
9957 * term/pc-win.el: Update copyright notice.
9958
7e365285
DL
99592001-03-02 Dave Love <fx@gnu.org>
9960
83c9cb8e
SM
9961 * files.el (insert-file-contents-literally):
9962 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
9963 not jka-compr-compression-info-list.
7e365285 9964
75ed43a6
SM
99652001-03-02 Stefan Monnier <monnier@cs.yale.edu>
9966
9967 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
9968 spaces in default comment-start-skip settings rather than \s-.
9969
53c4b1e6
EZ
99702001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
9971
9972 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
9973 default-frame-alist as well.
9974
028d739a
DL
99752001-03-01 Dave Love <fx@gnu.org>
9976
9977 * textmodes/reftex.el (defvar): Wrap some defvars in
9978 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
9979
9980 * subr.el (event-basic-type): Doc fix.
9981
9982 * international/quail.el: Doc fixes.
9983
9984 * international/utf-8.el: Doc fixes.
9985
9986 * international/mule-cmds.el: Doc fixes.
9987 (leim-list-header): Fix header text.
9988
9989 * international/mule.el (coding-system-category): Doc fix.
9990
9991 * international/ccl.el (ccl-compile): Doc fix.
9992
15d1caef
SM
99932001-03-01 Stefan Monnier <monnier@cs.yale.edu>
9994
9995 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
9996 rather than (before|after)-change-functions.
9997
f84ff02c
GM
99982001-03-01 Gerd Moellmann <gerd@gnu.org>
9999
10000 * ediff-util.el (ediff-scroll-horizontally): Arrange for
10001 scroll-left and scroll-right being called interactively so that
10002 they set the window's min_hscroll.
10003
e0c1e774
EZ
100042001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
10005
10006 * info.el (info-insert-file-contents-1): Accept an additional
10007 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
10008 `suffix'; otherwise use the complicated MS-DOS code.
10009 All callers changed.
e0c1e774
EZ
10010 (info-insert-file-contents, Info-find-node): If the MS-DOS port
10011 can access long file names, try the long file-name version of
10012 `info-insert-file-contents-1', then the short file-name version.
10013
b8b2ea31 100142001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 10015
af122766
KH
10016 * language/ethio-util.el (setup-ethiopic-environment-internal):
10017 Change bindings of functions keys to conform to "Emacs Lisp Coding
10018 Convention".
10019
10020 * language/ethiopic.el ("Ethiopic"): Add documentation.
10021
b8b2ea31
KH
100222001-02-28 Kenichi Handa <handa@etl.go.jp>
10023
1d64e2ad
KH
10024 * international/utf-8.el (mule-utf-8): Set coding-category
10025 property to coding-category-utf-8.
10026
91cb6e51
RS
100272001-02-27 Richard M. Stallman <rms@gnu.org>
10028
10029 * lpr.el (lpr-page-header-switches, print-region-1):
10030 Undo 2000-07-06 change.
7298f3f7
RS
10031 (lpr-add-switches): Default to t on gnu/linux.
10032
c0cb1027
GM
100332001-02-27 Gerd Moellmann <gerd@gnu.org>
10034
10035 * bs.el (bs-attributes-list): Doc fix.
10036
01459648
GM
100372001-02-26 Gerd Moellmann <gerd@gnu.org>
10038
baebd8a5 10039 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 10040
01459648
GM
10041 * help.el (view-order-manuals): Use goto-address.
10042
10043 * startup.el (command-line-1): Add info about ordering manuals
10044 to the not so fancy splash screens.
10045
f93e614e
AS
100462001-02-26 Andre Spiegel <spiegel@gnu.org>
10047
01459648
GM
10048 * vc.el (vc-default-workfile-unchanged-p)
10049 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 10050
12435002
GM
100512001-02-26 Gerd Moellmann <gerd@gnu.org>
10052
a2ffbafe 10053 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
10054 fontify in the right buffer.
10055
12435002
GM
10056 * allout.el (outline-flag-region): Move macro in front of first
10057 use to avoid a run-time error.
10058
425de386
AI
100592001-02-24 Andrew Innes <andrewi@gnu.org>
10060
10061 * makefile.w32-in: Fix copyright notice.
10062
66c56ed1
KH
100632001-02-24 Kenichi Handa <handa@etl.go.jp>
10064
4c1593ce
KH
10065 * international/utf-8.el (mule-utf-8): Set correct value for
10066 valid-codes property.
10067
66c56ed1
KH
10068 * international/fontset.el (x-complement-fontset-spec): In the
10069 case that we use ASCII font for the other charsets, use only
15d1caef 10070 family and registry part of it.
66c56ed1 10071
119171dd
EZ
100722001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10073
10074 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
10075 (shrink-window-if-larger-than-buffer): Doc fix.
10076
932c309e
SM
100772001-02-23 Stefan Monnier <monnier@cs.yale.edu>
10078
10079 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
10080 predicate passed to completing-read.
10081
9b760e36
EZ
100822001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
10083
10084 * startup.el (command-line): Fix last change.
10085
5c39a60f
JR
100862001-02-23 Jason Rumney <jasonr@gnu.org>
10087
10088 * startup.el (tool-bar-originally-present): New variable.
10089 (command-line): Set it if the tool-bar is switched on at startup.
10090
10091 * frame.el (frame-notice-user-settings): Only adjust frame height
10092 for no tool-bar case if tool-bar was originally switched on.
796ead7e 10093 From E. Jay Berkenbilt.
5c39a60f 10094
cb91b2c7
SM
100952001-02-22 Stefan Monnier <monnier@cs.yale.edu>
10096
39b557e8
SM
10097 * server.el (server-switch-buffer): Only switch window if the
10098 current one is dedicated.
10099
cb91b2c7
SM
10100 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
10101 rather than using (match-beginning 0) when searching for break point.
10102
9238a8df
EZ
101032001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
10104
10105 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
10106 @ follows an accent command such as @'. Support optional braces
10107 in commands that insert accents, like makeinfo does.
10108
3473f362
GM
101092001-02-22 Gerd Moellmann <gerd@gnu.org>
10110
10111 * startup.el (fancy-splash-text): Add a line for ordering
10112 manuals. Reverse order of splash screens shown.
10113 (use-fancy-splash-screens-p): Adapt to the text line added.
10114
10115 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
10116 manuals from the FSF.
10117
10118 * help.el (view-order-manuals): New function.
10119 (toplevel): Bind C-h C-m to this function.
10120
76a4de07
SM
101212001-02-21 Stefan Monnier <monnier@cs.yale.edu>
10122
10123 * newcomment.el (comment-forward): Skip the comment-start before
10124 searching for the comment-end.
10125
75b71d85
DL
101262001-02-21 Dave Love <fx@gnu.org>
10127
2f4c9a87
DL
10128 * custom.el (custom-initialize-changed, defcustom): Doc fix.
10129
75b71d85
DL
10130 * international/mule-cmds.el, international/mule.el: Doc fixes.
10131
ffc9ff0c
GM
101322001-02-21 Gerd Moellmann <gerd@gnu.org>
10133
10134 * startup.el (fancy-splash-screens): Use display-hourglass
10135 instead of display-busy-cursor.
10136
10137 * frame.el (display-hourglass): Renamed from busy-cursor.
10138 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
10139 (show-cursor-in-non-selected-windows): Doc fix.
10140
f34eb373
DL
101412001-02-20 Dave Love <fx@gnu.org>
10142
10143 * international/utf-8.el: Doc and commentary fixes.
10144
f55e4a7e
EZ
101452001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
10146
10147 * ehelp.el (with-electric-help): Doc fix.
10148
fa97adf6
GM
101492001-02-20 Gerd Moellmann <gerd@gnu.org>
10150
10151 * msb.el (msb-mode): Call the update-buffers function explicitly
10152 with a FORCE argument.
10153
10154 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
10155 FORCE. If set, update the menu even if frame-or-buffer-changed-p
10156 returns nil.
10157
54ed3bd2
GM
101582001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10159
10160 * ps-print.el: Timestamp package replacement. Some enhancements.
10161 Some XEmacs compatibility. Doc fix.
10162 (ps-print-version): New version number (6.4).
10163 (ps-printer-name): Initialization fix.
10164 (ps-zebra-stripe-follow): Funcionality enhancement.
10165 (ps-prologue-file): Code enhancement.
10166 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
10167 (ps-setup, ps-face-bold-p, ps-face-italic-p)
10168 (ps-get-page-dimensions)
54ed3bd2
GM
10169 (ps-generate-header, ps-begin-file, ps-begin-job)
10170 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
10171 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
10172 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
10173 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 10174
e8ebf97d
MB
101752001-02-20 Miles Bader <miles@gnu.org>
10176
10177 * image-file.el (image-file-name-extensions): Add "tif".
10178
136b27c5
GM
101792001-02-19 Gerd Moellmann <gerd@gnu.org>
10180
10181 * wid-edit.el (widget-button-click): Save the selected window
10182 around the code handling clicks on buttons.
10183
6ebbcf59
DL
101842001-02-18 Dave Love <fx@gnu.org>
10185
10186 * imenu.el (imenu--generic-function): Use mapc to iterate over
10187 syntax characters.
10188
595ded73
RS
101892001-02-17 Richard M. Stallman <rms@gnu.org>
10190
b9fe3dc8
RS
10191 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
10192
595ded73
RS
10193 * uniquify.el (uniquify-buffer-name-style): Doc fix.
10194
f3f053f3
GM
101952001-02-16 Gerd Moellmann <gerd@gnu.org>
10196
10197 * mouse.el (mouse-save-then-kill): If the distance from the new
10198 point to the mark is equal to the distance of point from the new
10199 point, move point instead of the mark.
10200
11570a8f
DL
102012001-02-16 Dave Love <fx@gnu.org>
10202
10203 * textmodes/flyspell.el (flyspell-get-word): Return string without
10204 properties.
10205
fb339cd5
EZ
102062001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10207
10208 * generic.el (generic-find-file-regexp): Doc fix.
10209 (generic-ignore-files-regexp): New defcustom.
10210 (generic-mode-find-file-hook): If the file's name matches the
10211 regexp in `generic-ignore-files-regexp', don't enter
10212 default-generic-mode. Doc fix.
10213
c56b1c1b
GM
102142001-02-16 Gerd Moellmann <gerd@gnu.org>
10215
a2ffbafe 10216 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
10217 Add autoload cookies.
10218
a2ffbafe 10219 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
10220 of cal-tex-24.
10221
0d140e65
EZ
102222001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
10223
81558867
EZ
10224 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
10225
0d140e65
EZ
10226 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
10227 the character class after the (optional) drive, to support file
10228 names with embedded blanks.
10229
713f7b15
SS
102302001-02-15 Sam Steingold <sds@gnu.org>
10231
10232 * textmodes/tex-mode.el (tex-shell-running):
10233 Check the process buffer too.
10234
9a2a6f73
DL
102352001-02-15 Dave Love <fx@gnu.org>
10236
10237 * battery.el (battery-status-function): Fix doc, :type.
10238
15d1caef 10239 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 10240
fe10cef0
GM
102412001-02-15 Gerd Moellmann <gerd@gnu.org>
10242
10243 * subr.el (read-passwd): Clear Lisp memory holding password.
10244
126f5d4d
MB
102452001-02-15 Miles Bader <miles@gnu.org>
10246
10247 * info.el (Info-copy-current-node-name): New function.
10248 (Info-mode-menu): Add it to the menu.
10249
92e98d63
RS
102502001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
10251
10252 * international/mule-cmds.el (toggle-input-method): Doc fix.
10253
dd4e0e55
SM
102542001-02-13 Stefan Monnier <monnier@cs.yale.edu>
10255
10256 * replace.el (occur): Stop at end of buffer.
10257
402dbbd1
EZ
102582001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
10259
10260 * international/mule-cmds.el (set-input-method): Another doc fix.
10261
e9fcba3d
GM
102622001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
10263
10264 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
10265
78ad1cd5
MB
102662001-02-13 Miles Bader <miles@gnu.org>
10267
713f7b15 10268 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
10269 (set-face-stipple): Treat a value of nil as being `unspecified'.
10270
fce9d9dc
DL
102712001-02-12 Dave Love <d.love@dl.ac.uk>
10272
10273 * international/latin1-disp.el: Doc fixes.
10274 (latin1-display) <defgroup>: Add :link.
10275 (latin1-display) <function>: Set variable latin1-display.
10276
bc406911
EZ
102772001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
10278
10279 * international/mule-cmds.el (set-input-method): Doc fix.
10280
68514d48
EL
102812001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
10282
10283 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
10284 (speedbar-line-file): Return nil if not a file.
10285 (speedbar-buffers-line-path): Return file for tags, and dir for files.
10286
513bea45 102872001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 10288
513bea45
MK
10289 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
10290 for remote files.
bc406911 10291 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 10292 with raw-text.
713f7b15 10293
513bea45 10294 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 10295
83c9cb8e
SM
10296 * ediff-util.el (ediff-compute-custom-diffs-maybe):
10297 Better handling of the diff mode.
713f7b15 10298
513bea45 10299 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 10300
bc406911 10301 * viper.texi: Fix typos.
713f7b15 10302
521d4010
DL
103032001-02-11 Dave Love <fx@gnu.org>
10304
36fd8e17
DL
10305 * shadowfile.el: Doc fixes.
10306 (shadow) <defgroup>: Add :link.
10307 (shadowfile-unload-hook): New function.
10308 (shadow-initialize): Use defalias, not fset.
10309 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 10310 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 10311
521d4010
DL
10312 * international/mule.el: Doc and message fixes.
10313
36fd8e17
DL
10314 * international/ccl.el (define-ccl-program): Doc fix.
10315
92395bbe
KH
103162001-02-11 Kenichi Handa <handa@etl.go.jp>
10317
10318 * faces.el (mode-line): Set :line-width property to -1.
10319
103db06c
RS
103202001-02-10 Richard M. Stallman <rms@gnu.org>
10321
08b78974
RS
10322 * complete.el (partial-completion-mode): Doc fix.
10323
103db06c
RS
10324 * simple.el (delete-key-deletes-forward-mode):
10325 Change `let' to `let*' to fix gross bug in last change.
10326
10327 * repeat.el (repeat): Don't let execute-kbd-macro alter
10328 real-last-command.
10329
a6a1ee53
EZ
103302001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
10331
10332 * simple.el (eval-expression): Doc fix.
10333
d2f288c6
DL
103342001-02-09 Dave Love <fx@gnu.org>
10335
038f4ae3
DL
10336 * imenu.el (imenu-generic-expression): Doc fix.
10337
83c9cb8e
SM
10338 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
10339 From Juanma Barranquero.
038f4ae3 10340
15d1caef 10341 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 10342
9804b846
KH
103432001-02-09 Kenichi Handa <handa@etl.go.jp>
10344
10345 * faces.el (set-face-attribute): Describe the case of a negative
10346 value specified for :line-width.
10347
532f5197
SM
103482001-02-08 Stefan Monnier <monnier@cs.yale.edu>
10349
10350 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 10351 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 10352
1d279666
DL
103532001-02-08 Dave Love <fx@gnu.org>
10354
4681ca3a
DL
10355 * wid-edit.el (widget-plist-convert-widget): Replace binding of
10356 widget-plist-value-type.
10357 (widget-alist-convert-widget): Replace binding of
10358 widget-alist-value-type.
10359
1d279666
DL
10360 * textmodes/paragraphs.el (sentence-end): Doc fix.
10361
83c9cb8e
SM
10362 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
10363 Remove `backward-line'.
1d279666 10364
532f5197
SM
10365 * play/pong.el (pong-blank-color, pong-bat-color)
10366 (pong-ball-color, pong-border-color, pong-left-key)
10367 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
10368 (pong-pause-key, pong-resume-key, pong-timer-delay):
10369 * mail/mh-comp.el (mh-compose-letter-function):
10370 * eshell/esh-mode.el (eshell-skip-prompt-function):
10371 * emulation/viper-ex.el (ex-unix-type-shell-options):
10372 * recentf.el (recentf-menu-filter):
10373 * ps-print.el (ps-print-region-function):
10374 * lpr.el (print-region-function):
10375 * forms.el (forms-mode-hooks):
10376 * dirtrack.el (dirtrack-directory-change-hook):
10377 * cus-start.el (temp-buffer-show-function, display-buffer-function):
10378 * textmodes/spell.el (spell-filter):
10379 * textmodes/fill.el (adaptive-fill-function):
10380 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
10381 * progmodes/etags.el (find-tag-default-function):
10382 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
10383 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
10384
6f676109
EZ
103852001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
10386
751d3bc4
EZ
10387 * emulation/viper-init.el (viper-fast-keyseq-timeout)
10388 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
10389 Meyering <jim@meyering.net>.
10390
6f676109
EZ
10391 * loadup.el: Revert last change.
10392
d3c26cdf
KH
103932001-02-07 Kenichi Handa <handa@etl.go.jp>
10394
83c9cb8e
SM
10395 * international/mule.el (transform-make-coding-system-args):
10396 Make it work also for coding systems not using CCL.
d3c26cdf 10397
44806980
EZ
103982001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10399
9889af08
EZ
10400 * simple.el (previous-matching-history-element)
10401 (next-matching-history-element): Doc fix.
10402
44806980
EZ
10403 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
10404 specific part.
10405
1e36ff68
DL
104062001-02-06 Dave Love <fx@gnu.org>
10407
713f7b15 10408 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
10409 (add-log-buffer-file-name-function, add-log-file-name-function):
10410 Fix :type.
10411 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
10412
c7ca58df
EZ
104132001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10414
fecd556a
EZ
10415 * info.el (info-initialize): Remove the test for system-type when
10416 invocation-directory is non-nil.
10417
c7ca58df
EZ
10418 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
10419 of `font-lock-defaults' to `backward-paragraph' rather than nil.
10420
587b5737
AI
104212001-02-06 Andrew Innes <andrewi@gnu.org>
10422
10423 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
10424 absolute.
10425
baf7eee4
GM
104262001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
10427
10428 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
10429 buffers. When hi-lock turned on rather than only checking current
10430 buffer for regexps, all buffers are checked. Moved activation of
10431 font-lock to hi-lock-refontify. When font-lock turned off rather
10432 than removing added highlighting just in current buffer, remove it
10433 in all buffers. Changed edit menu text from "Automatic
10434 Highlighting" to "Regexp Highlighting" Documentation for
10435 highlighting phrases, minor documentation changes.
10436 (hi-lock-set-file-patterns): Execute only if there are new or
10437 existing file patterns.
10438 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
10439 unfontify and, if a support mode is active, will not refontify the
10440 whole buffer. If necessary, turn on font lock. (Removed
10441 font-lock-unfontify and font-lock support-mode-specific calls,
10442 such as lazy-lock-fontify-window.)
10443 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
10444 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 10445 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
10446 (hi-lock-face-phrase-buffer): New function. Also added related
10447 menu item and keybinding.
10448 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
10449 (hi-lock-process-phrase): New function.
10450 (hi-lock-line-face-buffer): Doc fixes.
10451 (hi-lock-face-buffer): Doc fixes.
10452 (hi-lock-unface-buffer): Doc fixes.
713f7b15 10453
36710aa6
GM
104542001-02-06 Gerd Moellmann <gerd@gnu.org>
10455
10456 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
10457 dabbrev-ignored-regexps.
10458
d3f22784
EZ
104592001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
10460
10461 * simple.el (kill-line): Doc fix.
10462
5cb3c8d4
DL
104632001-02-05 Dave Love <fx@gnu.org>
10464
10465 * loadup.el: Revert last two changes -- bootstrapping works with
10466 regenerated loaddefs.
10467
e6297e7d
EZ
104682001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
10469
1e14b095
EZ
10470 * isearch.el (isearch-forward): Doc fix.
10471
e6297e7d
EZ
10472 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
10473 of font-lock-defaults to backward-paragraph.
10474
e16f52ce
GM
104752001-02-05 Gerd Moellmann <gerd@gnu.org>
10476
10477 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
10478 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
10479
01d19dd7
GM
104802001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10481
10482 * ebnf2ps.el: Eliminate time-stamp functions.
10483 (ebnf-version): New version (3.5).
10484 (ebnf-eps-finish-and-write): Replace time-stamp functions by
10485 format-time-string.
10486
24886813
GM
104872001-02-05 Gerd Moellmann <gerd@gnu.org>
10488
10489 * simple.el (next-line): Goto end-of-line before inserting a newline.
10490
65e70fc4
MB
104912001-02-05 Miles Bader <miles@gnu.org>
10492
10493 * image-file.el (insert-image-file): When visiting an image, also
10494 set `truncate-lines' to t so that any fringe arrow looks correct.
10495
482f06c9
KH
104962001-02-05 Kenichi Handa <handa@etl.go.jp>
10497
10498 * isearch.el (isearch-forward): Add description about input method
10499 in the docsting.
10500
02399da7
SM
105012001-02-04 Stefan Monnier <monnier@cs.yale.edu>
10502
10503 * skeleton.el (skeleton-internal-1): Always push the mark for @.
10504
2c366083
EZ
105052001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
10506
10507 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 10508 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 10509
bdadfce3
GM
105102001-02-02 Gerd Moellmann <gerd@gnu.org>
10511
79fb38c0
GM
10512 * wid-edit.el (widget-button-click): Fix last change.
10513
bdadfce3
GM
10514 * frame.el (frame-notice-user-settings): When resizing the initial
10515 frame because the tool bar is off, also change the frame's top
10516 position if a negative top position was specified.
10517
33155ffb
MB
105182001-02-02 Miles Bader <miles@gnu.org>
10519
10520 * image-file.el (insert-image-file): When visiting an image,
10521 suppress the cursor in the image buffer.
10522
1355ba0c
DL
105232001-02-01 Dave Love <fx@gnu.org>
10524
10525 * progmodes/f90.el (f90-mode): Remove startup message.
10526
fb758d2d 10527 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 10528
01acdb05
GM
105292001-02-01 Gerd Moellmann <gerd@gnu.org>
10530
10531 * startup.el (command-line): Fix code determining whether or not
10532 to use delete-key-deletes-forward-mode.
10533
5b1ee316
AS
105342001-02-01 Andre Spiegel <spiegel@gnu.org>
10535
10536 * vc.el (vc-diff-switches): New user option.
10537 (vc-version-diff): Use it.
10538 (vc-diff-switches-list): New macro.
10539
83c9cb8e
SM
10540 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
10541 New customization options.
5b1ee316
AS
10542 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
10543
10544 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
10545
00b1e7a1
GM
105462001-02-01 Gerd Moellmann <gerd@gnu.org>
10547
10548 * msb.el (toplevel): Quote hook symbols.
10549
85827036
KH
105502001-02-01 Kenichi Handa <handa@etl.go.jp>
10551
8e028499 10552 * international/mule.el (make-coding-system): Add description
3c948dde 10553 about recognized properties in the docstring.
8e028499 10554
85827036
KH
10555 * international/mule-conf.el: Remove unused charsets
10556 mac-roman-lower and mac-roman-upper.
10557
7ccf7ab9
GM
105582001-01-31 Gerd Moellmann <gerd@gnu.org>
10559
2441692d
GM
10560 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
10561 is in front of the left-margin, if any.
10562
ee5cece0
GM
10563 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
10564 like `delete'.
10565
83c9cb8e 10566 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 10567
7ccf7ab9
GM
10568 * term/w32-win.el (mouse-set-font): Doc fix.
10569
b4f30ec5 105702001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 10571
b4f30ec5
GM
10572 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
10573 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
10574 on already.
10575
03e0fe6e
GM
105762001-01-31 Markus Rost <rost@math.ohio-state.edu>
10577
10578 * files.el (save-buffer): Don't give message if (buffer-file-name)
10579 returns nil.
713f7b15 10580
8f289acc
EZ
105812001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
10582
cb4aae04
EZ
10583 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
10584
dbd98b19
EZ
10585 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
10586 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
10587
8f289acc
EZ
10588 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
10589 display problems.
10590
c12553c1
KH
105912001-01-31 Kenichi Handa <handa@etl.go.jp>
10592
c7bf5db9
KH
10593 * international/mule.el (charset-info): Fix docstring.
10594
10595 * international/mule-diag.el (describe-character-set): Check final
10596 char valid before printing it.
c12553c1 10597
14f16b9c
GM
105982001-01-30 Gerd Moellmann <gerd@gnu.org>
10599
efaa080b
GM
10600 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
10601
eef93f99
GM
10602 * frame.el (frame-notice-user-settings): Do the tool-bar
10603 stuff only for graphical displays. Fix a braino.
713f7b15 10604
14f16b9c
GM
10605 * frame.el (frame-initialize): Create initial frame visible.
10606 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 10607 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
10608
10609 * startup.el (command-line): Remove manipulation of frame
10610 height for tool bars.
10611
4ad25e43
EZ
106122001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10613
10614 * lpr.el: Compatibility with XEmacs and doc fixes.
10615 (lpr-windows-system, lpr-lp-system): New vars.
10616 (lpr-printer-switch): New defcustom.
10617 (printer-name, lpr-command): Customization fix.
10618 (print-region-1): Code fix.
10619 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
10620 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
10621 New functions.
4ad25e43 10622
e8f044a0
GM
106232001-01-29 Gerd Moellmann <gerd@gnu.org>
10624
10625 * msb.el (toplevel): Fix the eval-after-load.
10626
850d5045
GM
106272001-01-29 Dave Love <fx@gnu.org>
10628
762fe76e
DL
10629 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
10630
10631 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
10632
83c9cb8e 10633 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
10634 (tcl-using-emacs-19-23): Consider Emacs 21+.
10635 (tcl-help-directory-list, tcl-command-switches): Fix :type.
10636 (tcl-add-emacs-menu): Supply menu name.
10637 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
10638
3a768251
GM
106392001-01-29 Gerd Moellmann <gerd@gnu.org>
10640
10641 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
10642
274d02f7
SM
106432001-01-29 Stefan Monnier <monnier@cs.yale.edu>
10644
10645 * pcvs.el (cvs-mark-fis-dead): New function.
10646 (cvs-mode-add): Use it.
10647 (cvs-mode-add-change-log-entry-other-window):
10648 Rebind change-log-default-name to itself rather than to nil.
10649
ed5d446e
SS
106502001-01-29 Sam Steingold <sds@gnu.org>
10651
efaa080b 10652 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
10653 `autoload' statements.
10654
e2a80284
EZ
106552001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
10656
8e1db7b3
EZ
10657 * files.el (confirm-kill-emacs): Doc fix.
10658
ff2a1c79
EZ
10659 * frame.el (frame-initialize): Doc fix.
10660
e7b0deaf
EZ
10661 * time-stamp.el (time-stamp-string): Doc fix.
10662
83c9cb8e
SM
10663 * woman.el (WoMan-log-1): Make the log buffer writable.
10664 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 10665
005913e4
GM
106662001-01-29 Gerd Moellmann <gerd@gnu.org>
10667
10668 * imenu.el (imenu-syntax-alist): Add autoload cookie for
10669 the `make-variable-buffer-local'.
10670
58622cc5
GM
106712001-01-29 Dave Love <fx@gnu.org>
10672
10673 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
10674 (ansi-color-for-comint-mode-on, ansi-color-process-output):
10675 Add autoload cookie.
58622cc5
GM
10676 (ansi-color-apply-sequence): Fix typo.
10677
0404d031
GM
106782001-01-29 Gerd Moellmann <gerd@gnu.org>
10679
ed5d446e 10680 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
10681 Postscript printing in black and white.
10682
0404d031
GM
10683 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
10684 X-Mailman-Version, Precedence, List-Help, List-Post,
10685 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
10686 Content-Type, Content-Length.
10687
3b6ed359
DL
106882001-01-29 Dave Love <fx@gnu.org>
10689
ddd16e7a
DL
10690 * elide-head.el (elide-head): Make overlay evaporate.
10691
83c9cb8e 10692 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 10693
8005142f
EZ
106942001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
10695
10696 * isearch.el (isearch-highlight): Don't punt if the display
10697 doesn't support colors, since isearch faces are defined for
10698 monochrome displays as well.
10699
84728570
SS
107002001-01-27 Sam Steingold <sds@gnu.org>
10701
10702 * shell.el (shell-write-history-on-exit): Make sure that we are in
10703 the shell buffer (M-x tex-file RET inserted the error message into
10704 the TeX buffer).
10705
e26f9ced
EZ
107062001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10707
10708 * simple.el (transient-mark-mode): Doc fix.
10709
dc0274bd
GM
107102001-01-27 Gerd Moellmann <gerd@gnu.org>
10711
83c9cb8e 10712 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 10713
c1acacc4
EZ
107142001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10715
f5058b96
EZ
10716 * shell.el (shell-unquote-argument): If the shell is one of the
10717 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
10718 quote character.
10719 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 10720 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 10721
c1acacc4 10722 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 10723 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 10724
103db06c 107252001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 10726
84728570 10727 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
10728 Treat a one-capital-letter abbrev as "not all upper case",
10729 so as to force preservation of the expansion's pattern
10730 if the expansion starts with a capital letter.
10731
cfa70244
EZ
107322001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
10733
cfee9de7
EZ
10734 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
10735 Doc fix.
10736
cfa70244
EZ
10737 * simple.el (transient-mark-mode): Document the fact that many
10738 commands act on the region when mark is active.
10739
17d90d6b
KH
107402001-01-27 Kenichi Handa <handa@etl.go.jp>
10741
10742 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 10743 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
10744 (quail-show-guidance-buf): Make the multibyteness of current
10745 buffer inherited to Quail guidance buffer.
10746 (quail-help): Make the multibyteness of current buffer inherited
10747 to Quail help buffer.
10748
61076b20
DL
107492001-01-26 Dave Love <fx@gnu.org>
10750
c47e2c68
DL
10751 * time-stamp.el: Doc fixes.
10752
84728570 10753 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
10754 (delphi-keyword-face, delphi-other-face): Fix :type.
10755
940f14b4
DL
10756 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
10757
10758 * mail/feedmail.el (feedmail): Add :link.
10759 (feedmail-send-it): Doc fix.
10760
10761 * mail/sendmail.el: Doc fixes.
10762 (sendmail-send-it): Fix the non-ASCII regexp and use
10763 rfc2047-encode-string.
10764
61076b20
DL
10765 * dired.el, dired-aux.el: Revert last change.
10766
6c317bd2
GM
107672001-01-26 Gerd Moellmann <gerd@gnu.org>
10768
10769 * makefile.w32-in (DONTCOMPILE): Add various term files.
10770
107712001-01-26 Dave Love <fx@gnu.org>
10772
10773 * Makefile.in (DONTCOMPILE): Add various term files.
10774
1c636b5f
GM
107752001-01-26 Gerd Moellmann <gerd@gnu.org>
10776
af900b23
GM
10777 * man.el (Man-default-man-entry, Man-mode): Doc fix.
10778
15fa6db0 10779 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 10780 the echo area is resized to fit the size of the startup message.
15fa6db0 10781
1c636b5f
GM
10782 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
10783 part of which is a constant.
10784
9b1adbd5
EZ
107852001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
10786
83c9cb8e 10787 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 10788
103db06c 107892001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
10790
10791 * simple.el (next-line): Don't let `newline' expand abbrevs.
10792 Simplify slightly.
10793 (open-line): Don't let `newline' expand abbrevs.
10794
219227ea
JW
107952001-01-25 John Wiegley <johnw@gnu.org>
10796
10797 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
10798 to `repeat' in the :type field.
10799
10800 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
10801 allow a choice of regexp or nil.
d2906bf8 10802 (pcomplete-dir-ignore): Same.
219227ea
JW
10803
10804 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
10805 a command) to always fail.
10806
ceba0dac
GM
108072001-01-25 Gerd Moellmann <gerd@gnu.org>
10808
10809 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
10810 discard the result.
10811 (iswitchb-to-end): Likewise.
10812
9b0630e5
SS
108132001-01-25 Sam Steingold <sds@gnu.org>
10814
10815 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 10816 Require vc.
9b0630e5 10817
a2ed9670
SM
108182001-01-25 Stefan Monnier <monnier@cs.yale.edu>
10819
f0c1adab
SM
10820 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
10821
a2ed9670
SM
10822 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
10823
34ac3367
DL
108242001-01-25 Dave Love <fx@gnu.org>
10825
61076b20
DL
10826 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
10827 (describe-coding-system): Tweak the English text.
10828
34ac3367
DL
10829 * loadup.el: Preload international/ccl for utf-8.
10830
4685e6b7
EZ
108312001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
10832
10833 * mail/rmail.el (rmail-redecode-body): Doc fix.
10834
0fdb4475
KH
108352001-01-25 Kenichi Handa <handa@etl.go.jp>
10836
83c9cb8e
SM
10837 * international/mule-cmds.el (reset-language-environment):
10838 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 10839
83c9cb8e
SM
10840 * international/mule-conf.el (coding-category-utf-8):
10841 Initialize to mule-utf-8.
0fdb4475 10842
9b0630e5 10843 * loadup.el: Preload international/utf-8.
0fdb4475
KH
10844
10845 * international/utf-8.el: New file.
10846
245ed2b1
SM
108472001-01-24 Stefan Monnier <monnier@cs.yale.edu>
10848
10849 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
10850
e95b0c08
SS
108512001-01-24 Sam Steingold <sds@gnu.org>
10852
10853 * dired.el (dired-replace-in-string): Removed.
10854 (dired-sort-toggle): Use `replace-regexps-in-string'
10855 instead of `dired-replace-in-string'.
9b0630e5 10856
ceba0dac
GM
10857 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
10858 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 10859
e95b0c08
SS
10860 * gs.el (gs-replace-in-string): Removed.
10861 (gs-options): Use `replace-regexps-in-string'
10862 instead of `gs-replace-in-string'.
10863
c3902c3e
EZ
108642001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
10865
10866 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
10867 bug report is mailed to an email list and posted to a news group.
10868
b66b6aeb
GM
108692001-01-24 Gerd Moellmann <gerd@gnu.org>
10870
83c9cb8e
SM
10871 * comint.el (comint-replace-by-expanded-history-before-point):
10872 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 10873
b66b6aeb
GM
10874 * startup.el (tool-bar-images-pixel-height): New variable.
10875 (command-line): After loading the user's init file, when
10876 tool-bar-mode is on, increase the frame's size by some lines for
10877 the tool-bar.
10878
10879 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 10880
ff890e66
SZ
108812001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
10882
10883 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
10884 (chinese-big5): MIME:Big5.
10885
04363179
GM
108862001-01-24 Gerd Moellmann <gerd@gnu.org>
10887
e95b0c08 10888 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
10889 Handle commands with prefix args.
10890
d56aaa64
GM
108912001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
10892
10893 * calendar/diary-lib.el (diary-float): Fix case of MONTH
10894 being a list of numbers.
10895 (diary-mail-entries): Rewritten.
10896
99858627
DL
108972001-01-23 Dave Love <fx@gnu.org>
10898
7aeb1fa9
DL
10899 * international/mule.el (make-coding-system): Fix typo.
10900
83c9cb8e
SM
10901 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
10902 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 10903
5a43decf
EZ
109042001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
10905
10906 * font-lock.el (font-lock-mode): Doc fix.
10907
b0e98867
KH
109082001-01-23 Kenichi Handa <handa@etl.go.jp>
10909
10910 * international/mule.el (make-translation-table): Fix docstring.
10911
9c8acefd
EZ
109122001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
10913
fd4976b8
EZ
10914 * mail/rmail.el (rmail-redecode-body): New function.
10915
9c8acefd
EZ
10916 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
10917
871e0439
GM
109182001-01-22 Gerd Moellmann <gerd@gnu.org>
10919
21c2bbe0
GM
10920 * isearch.el (isearch-lazy-highlight-case-fold-search)
10921 (isearch-lazy-highlight-regexp): New variables.
10922 (isearch-lazy-highlight-cleanup): Update lazy highlight if
10923 case-fold search or regexp search has been toggled.
10924
5710730c
GM
10925 * wid-edit.el (widget-button-click): Avoid a save-excursion
10926 around running a global binding.
10927
871e0439
GM
10928 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
10929 to 0.25.
10930
d0554957
MB
109312001-01-20 Miles Bader <miles@gnu.org>
10932
10933 * cus-edit.el (custom-face-save): Do post-processing on the face's
10934 new value like `custom-face-set' does.
10935
1519f618
EZ
109362001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10937
ccd87890
EZ
10938 * mail/emacsbug.el (report-emacs-bug): Report the value of
10939 LC_CTYPE, not LC_TYPE.
10940
1519f618
EZ
10941 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
10942 isearch-toggle-regexp and isearch-edit-string to doc string.
10943
9724173b
GM
109442001-01-19 Gerd Moellmann <gerd@gnu.org>
10945
48bb9196
GM
10946 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
10947 as font-lock-beginning-of-syntax-function in font-lock-defaults.
10948
e95b0c08 10949 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
10950 font-lock-beginning-of-syntax-function to nil.
10951
dc81f8a2
EZ
109522001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
10953
10954 * mail/emacsbug.el (report-emacs-bug): Report values of
10955 locale-coding-system, default-enable-multibyte-characters, and the
10956 environment variables LC_ALL, LC_TYPE, and LANG.
10957
99327974
GM
109582001-01-19 Gerd Moellmann <gerd@gnu.org>
10959
83c9cb8e 10960 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 10961
2be6ecc6
GM
10962 * font-lock.el (font-lock-multiline): Default to nil.
10963 (font-lock-default-fontify-region): If font-lock-multiline is
10964 nil, don't check the property `font-lock-multiline'.
10965
99327974
GM
10966 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
10967 is nil, don't check the `font-lock-multiline' text property.
10968
2550055a
MK
109692001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
10970
0a949811 10971 * viper.el: Call initial-major-mode on startup.
e95b0c08 10972
0a949811 10973 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 10974
8501998a 10975 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 10976
2550055a 109772001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 10978
0a949811 10979 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 10980 diff mode, if available.
e95b0c08 10981
0a949811 109822001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 10983
8501998a 10984 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 10985
2550055a
MK
10986 * ediff-init.el (subst-char-in-string): Define and use it, unless
10987 it's already defined.
e95b0c08 10988
8962e303
GM
109892001-01-18 Gerd Moellmann <gerd@gnu.org>
10990
10991 * tooltip.el (tooltip-hide-delay): New user-option.
10992 (tooltip-show): Use tooltip-hide-delay instead of the default.
10993
6b453381
KH
109942001-01-18 Kenichi Handa <handa@etl.go.jp>
10995
10996 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
10997 kill-local-variable doesn't work for enable-multibyte-characters.
10998
9eaf396b
DL
109992001-01-17 Dave Love <fx@gnu.org>
11000
cebd37ce
DL
11001 * ediff-init.el (ediff-before-setup-hook)
11002 (ediff-merge-filename-prefix): Add :version.
11003
9eaf396b
DL
11004 * international/latin1-disp.el: Require disp-table.
11005 (latin1-display): Fix :set.
11006
11007 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
11008
f864120f
GM
110092001-01-17 Gerd Moellmann <gerd@gnu.org>
11010
11011 * isearch.el (isearch-lazy-highlight-initial-delay)
11012 (isearch-lazy-highlight-interval): Default to 0.
11013
110142001-01-17 Bob Glickstein <bobg@zanshin.com>
11015
11016 * isearch.el (isearch-highlight): Set isearch-overlay priority to
11017 1 here rather than each time through
11018 isearch-lazy-highlight-new-loop.
11019 (isearch-lazy-highlight-max): Variable deleted.
11020 (isearch-lazy-highlight-max-at-a-time): New user variable, like
11021 isearch-lazy-highlight-max but controls a single invocation of
11022 isearch-lazy-highlight-update.
11023 (isearch-lazy-highlight-wrapped): Variable recreated.
11024 (isearch-lazy-highlight-window-start): New variable.
11025 (isearch-lazy-highlight-cleanup): Restored to behavior of
11026 before 2-Jan.
11027 (isearch-lazy-highlight-remove-overlays): Function deleted;
11028 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
11029 behavior removed.
11030 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
11031 isearch-lazy-highlight-update in a loop rather than just once.
11032 Test isearch-invalid-regexp here and decide not to start a new
11033 loop, rather than testing it each time through
11034 isearch-lazy-highlight-update.
11035 (isearch-lazy-highlight-search): Function restored.
11036 (isearch-lazy-highlight-update): Get called in a timer loop again,
11037 but this time highlight more than one match each time through.
83c9cb8e
SM
11038 Only highlight matches in the visible part of the window.
11039 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
11040 the edge of the window. Use sit-for to force redisplay and ensure
11041 window-start is credible. "Face suppressing" behavior removed;
11042 overlay priorities should make it unnecessary, right?
11043 (isearch-highlight): Face suppressing behavior removed.
11044 (isearch-dehighlight): Face suppressing behavior removed.
11045 (isearch-set-lazy-highlight-faces-at): Removed.
11046
076ec540
KH
110472001-01-17 Kenichi Handa <handa@etl.go.jp>
11048
11049 * language/european.el ("Latin-1"): Make the format of description
11050 about additional language environments same as that of Latin-2.
11051
92328ec5
DL
110522001-01-16 Dave Love <fx@gnu.org>
11053
39f2174e
DL
11054 * isearch.el (isearch-lazy-highlight): Add :version.
11055
92328ec5
DL
11056 * simple.el (backward-delete-char-untabify-method)
11057 (next-line-add-newlines): Add :version.
11058
f251459d
GM
110592001-01-16 Gerd Moellmann <gerd@gnu.org>
11060
9d4850e5
GM
11061 * bindings.el: Bind <backspace> and <delete> via function-key-map.
11062 Don't bind <delete> otherwise.
11063
11064 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
11065 and <delete> via function-key-map.
11066
f251459d
GM
11067 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
11068 Subject line only if point is after the `Subject:'.
11069
771ffcf7
KH
110702001-01-16 Kenichi Handa <handa@etl.go.jp>
11071
bda6b481
KH
11072 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
11073 japanese-jisx0213-2 in `charset' property of this lang. env.
11074
35793af7
KH
11075 * language/european.el ("Latin-1"): Add description for Dutch and
11076 Spanish lang. env.
11077
771ffcf7
KH
11078 * international/mule.el (decode-char): Fix conditions.
11079 (encode-char): Handle eight-bit-control too.
1c8102ff 11080 (transform-make-coding-system-args): New function.
50c29104
KH
11081 (make-coding-system): Accept XEmacs style arguments for CCL base
11082 coding system.
771ffcf7 11083
e1cf67b6
GM
110842001-01-15 Gerd Moellmann <gerd@gnu.org>
11085
11086 * progmodes/etags.el (find-tag-noselect): Save the value of
11087 tags-file-name before switching buffers, for the case it has a
11088 buffer-local value.
11089
b3287acf
GM
110902001-01-15 Alex Schroeder <alex@gnu.org>
11091
9eaf396b
DL
11092 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11093 From Dave Love <fx@gnu.org>.
b3287acf
GM
11094 (ansi-color-for-comint-mode): Fix :version.
11095
110962001-01-15 Alex Schroeder <alex@gnu.org>
11097
11098 * ansi-color.el (ansi-color-unfontify-region): Doc change.
11099
8d7ff9c8
EZ
111002001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
11101
11102 * dired.el (dired-insert-directory): If file-system-info fails,
11103 remove the " free " part, but don't signal an error.
11104
dbe99ae9
SS
111052001-01-12 Sam Steingold <sds@gnu.org>
11106
11107 * bookmark.el (bookmark-maybe-historicize-string):
11108 Use new backquote syntax.
11109
103db06c 111102001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
11111
11112 * subr.el (last): Handle a list that doesn't end in nil.
11113
ca2ddd8e
SS
111142001-01-12 Sam Steingold <sds@gnu.org>
11115
11116 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
11117 to `backward-delete-char-untabify'.
11118
1751c874
DL
111192001-01-12 Dave Love <fx@gnu.org>
11120
11121 * cus-edit.el (customize-menu-create): Fix the :filter following
11122 easymenu change.
11123
11124 * wid-edit.el (function): Add :match-alternatives.
11125 (widget-color-action): Doc fix.
11126
3cccce8d
GM
111272001-01-12 Gerd Moellmann <gerd@gnu.org>
11128
11129 * calendar/calendar.el (calendar-basic-setup): Doc fix.
11130
18bfd6b5
KH
111312001-01-12 Kenichi Handa <handa@etl.go.jp>
11132
83c9cb8e 11133 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 11134
18bfd6b5
KH
11135 * international/ccl.el (define-ccl-program): Fix docstring.
11136
562e00da
DL
111372001-01-11 Dave Love <fx@gnu.org>
11138
14fd0da3
DL
11139 * international/mule-cmds.el (standard-display-european-internal):
11140 Set display table for 2208 as for 160.
11141
11142 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
11143
562e00da
DL
11144 * progmodes/fortran.el (fortran-mode-map): Modify Customization
11145 entry for custom-menu-create change.
11146 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
11147 don't cons it in the search loop.
11148
11149 * imenu.el (imenu--truncate-items): Revert last change.
11150
6e961dcd
EZ
111512001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11152
11153 * info.el (Info-setup-header-line): If the node header includes
11154 either Next: or Prev: links, don't show the File: and Node: parts
11155 in the header line.
11156
2c2ff7f2
GM
111572001-01-11 Gerd Moellmann <gerd@gnu.org>
11158
a7ee2d2e
GM
11159 * comint.el (comint-goto-process-mark): Don't print a message
11160 when running in batch mode.
11161
c5348233
GM
11162 * isearch.el (isearch-search): In the condition-case handler for
11163 `error', set isearch-invalid-regexp to the whole error message.
11164
422717d1
GM
11165 * subr.el (eval-after-load): Call load-symbol-file-load-history to
11166 ensure that eval-after-load works for files dumped with Emacs.
11167
11168 * help.el (load-symbol-file-load-history): New function extracted
11169 from function symbol-file.
11170 (symbol-file): Use it.
11171
83c9cb8e 11172 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 11173
926861fb
EZ
111742001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
11175
11176 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
11177 behave as if there were no prefix argument.
11178 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
11179 argument were nil.
11180
afa1f52c
RS
111812001-01-11 Richard M. Stallman <rms@gnu.org>
11182
ca2ddd8e 11183 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
11184 Don't look for more potential matches once maximum is exceeded.
11185 Use overlays-in to check correctly for overlap with current match.
11186 Ignore empty matches.
11187
47a9f362
MB
111882001-01-11 Miles Bader <miles@gnu.org>
11189
11190 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
11191 (ispell-overlay-window, ispell-help, ispell-show-choices)
11192 (ispell-command-loop): Use it instead of `window-height'.
11193
d196f58d
GM
111942001-01-10 Gerd Moellmann <gerd@gnu.org>
11195
cf523f0e
GM
11196 * files.el (confirm-kill-emacs): New user-option.
11197 (save-buffers-kill-emacs): Ask for final confirmation before
11198 killing Emacs.
11199
d196f58d
GM
11200 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
11201 to nil.
11202
7c6c3d8e
GM
112032001-01-10 Dave Love <fx@gnu.org>
11204
1f8be15d
DL
11205 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
11206
83c9cb8e 11207 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
11208
11209 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
11210
11211 * calculator.el (calculator-number-digits): Fix :type.
11212
0d5184de
DL
11213 * vc-cvs.el (vc-cvs-header): Fix :type.
11214 * vc-rcs.el (vc-rcs-header): Fix :type.
11215 * vc-sccs.el (vc-sccs-header): Fix :type.
11216
11217 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
11218
7c6c3d8e
GM
11219 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
11220
8c9f73a2
GM
11221 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
11222
457b792c
GM
112232001-01-10 Gerd Moellmann <gerd@gnu.org>
11224
11225 * simple.el (set-variable): Force a thorough redisplay for the
11226 case that the variable has an effect on the display, like
11227 `tab-width' has.
11228
d2622d08
AS
112292001-01-10 Andre Spiegel <spiegel@gnu.org>
11230
11231 * vc.el: Add documentation for backend interface.
11232
ae4b5f4f
KH
112332001-01-10 Kenichi Handa <handa@etl.go.jp>
11234
e0844717
KH
11235 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
11236
ae4b5f4f
KH
11237 * international/mule-conf.el (latin-extra-code-table): Set to t
11238 for \223 and \224.
11239
3184082b
KH
112402001-01-09 Kenichi Handa <handa@etl.go.jp>
11241
11242 * international/mule-cmds.el (locale-language-names): Map "es" to
11243 "Spanish" and "nl" to "Dutch".
11244
732b9cdd
GM
112452001-01-09 Gerd Moellmann <gerd@gnu.org>
11246
1dfca644
GM
11247 * bindings.el (global-map): Bind <home> to beginning-of-line,
11248 <end> to end-of-line, C-<home> to beginning-of-buffer, and
11249 C-<end> to end-of-buffer.
11250
732b9cdd
GM
11251 * language/european.el: Add Dutch and Spanish language info
11252 to be able to use the appropriate tutorials.
11253
112542001-01-09 Alex Schroeder <alex@gnu.org>
11255
11256 * ansi-color.el (ansi-color-process-output): Use markers instead
11257 of positions for start and end of region.
11258 (ansi-color-apply-on-region): Rewrote code to make it more robust.
11259 Previously, occasional mistakes happend when fontifying many
11260 chunks of output (eg. ls --color=yes /dev). This happened
11261 whenever an overlay was created up to the end of the region, which
11262 coincided with the process-mark. New text would then be added
11263 within that overlay instead of after it.
11264 (ansi-color-make-extent): Overlays are created with the property
11265 `modification-hooks' set to '(ansi-color-freeze-overlay).
11266 (ansi-color-freeze-overlay): New function. When inserting text at
11267 the end of the overlay, the overlay will resize.
11268
112692000-01-09 Alex Schroeder <alex@gnu.org>
11270
11271 * ansi-color.el (ansi-color-process-output): Doc change.
11272 (ansi-color-unfontify-region): Doc change. No longer installed
11273 automatically in font-lock-unfontify-region-function.
11274 (ansi-color-apply): Doc change.
11275 (ansi-color-apply-on-region): Use extents or overlays instead of
11276 text-properties.
11277 (ansi-color-make-extent): New function.
11278 (ansi-color-set-extent-face): New function.
11279
112802000-01-09 Alex Schroeder <alex@gnu.org>
11281
11282 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
11283 both use ansi-color-process-output, now.
11284 (ansi-color-process-output): Doesn't return string anymore. It is
11285 installed in comint-output-filter-functions for both Emacs and
11286 XEmacs, now.
11287 (ansi-color-unfontify-region): Simplified code removing variables
11288 pos and start-ansi.
11289 (ansi-color-apply): Put text-property ansi-color before putting
11290 text-property face because ansi-color-unfontify-region is called
11291 immediately after the call to put-text-property.
11292 (ansi-color-context-region): Doc change.
11293 (ansi-color-filter-region): Simplified code.
11294 (ansi-color-apply-on-region): Changed start to start-marker, using
11295 a marker explicitly. Put text-property ansi-color before putting
11296 text-property face because ansi-color-unfontify-region is called
11297 immediately after the call to put-text-property.
11298
112992000-01-09 Alex Schroeder <alex@gnu.org>
11300
11301 * ansi-color.el (ansi-color-faces-vector): Doc change.
11302 (ansi-color-for-comint-mode): Changed :type property to choice.
11303 (ansi-color-last-context): Removed.
11304 (ansi-color-process-output): Don't use ansi-color-last-context, as
11305 the main functions will store their context now.
11306 (ansi-color-context): Doc change.
11307 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
11308 Uses ansi-color-context such that repeated calls will strip
11309 partial escape sequences, too.
11310 (ansi-color-apply): Simplified code. Colorize end of string if
11311 face is not null. Store context in new (FACE STRING) format, such
11312 that repeated calls will strip partial escape sequences, too.
11313 Append faces to face property using ansi-color-apply-sequence such
11314 that cumulative mode actually works.
11315 (ansi-color-context-region): New variable.
11316 (ansi-color-filter-region): Rewrote it based on
11317 ansi-color-apply-on-region. Uses ansi-color-context-region such
11318 that repeated calls will strip partial escape sequences, too.
11319 (ansi-color-apply-on-region): Simplified code. Colorize end of
11320 region if face is not null. Store context in new (FACE POS)
11321 format, such that repeated calls will strip partial escape
11322 sequences, too. Append faces to face property using
83c9cb8e 11323 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
11324 (ansi-color-apply-sequence): New function.
11325 (ansi-color-get-face): When the default face is added to the list
11326 of faces, all previous settings are discarded and the list of
11327 faces is set to '(default).
11328
113292000-01-09 Alex Schroeder <alex@gnu.org>
11330
11331 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
11332 face, such that ansi-color-apply and ansi-color-apply-on-region
11333 will do the right thing.
11334 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
11335 returns nil, set the list of faces back to nil instead of
83c9cb8e 11336 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
11337
113382000-01-09 Alex Schroeder <alex@gnu.org>
11339
11340 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
11341 (ansi-color-process): Doc change.
11342 (ansi-color-last-context): New buffer-local variable.
11343 (ansi-color-process-output): New function. It is automatically
11344 added to comint-output-filter-functions if this is XEmacs.
11345 (ansi-color-unfontify-region): New optional parameter for XEmacs
11346 compatibility. Check wether font-lock-syntactic-keywords is
11347 boundp before removing the syntax table text property, as XEmacs
11348 doesn't have it.
11349 (ansi-color-filter-region): Doc change.
11350 (ansi-color-apply-on-region): Doc change.
11351 (ansi-color-make-face): New function. Compatibility layer for
11352 XEmacs. Return temporary faces instead of cons cells for XEmacs.
11353 (ansi-color-make-color-map): Use ansi-color-make-face.
11354 (ansi-color-get-face): Avoid face text property '(nil) as results
11355 in an errow for XEmacs.
11356
113572000-01-09 Alex Schroeder <alex@gnu.org>
11358
83c9cb8e
SM
11359 * ansi-color.el (ansi-color-unfontify-region): New function.
11360 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
11361 ansi-color. When the package is loaded, a lambda expression is
11362 put onto font-lock-mode-hook. This lambda expression will check
11363 font-lock-unfontify-region-function and replace
83c9cb8e 11364 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
11365 (ansi-color-apply): Add text-property ansi-color in addition to
11366 text-property face.
11367 (ansi-color-apply-on-region): Add text-property ansi-color in
11368 addition to text-property face.
11369 (save-buffer-state): Copy of the macro that is also used by
11370 lazy-lock and font-lock.
11371
11372 (ansi-color-for-comint-mode): New option.
11373 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
11374 (ansi-color-for-comint-mode-off): Ditto.
11375 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
11376 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
11377 decide what to do. This function is added to
11378 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
11379
11380 (ansi-color-for-shell-mode-set): Removed.
11381 (ansi-color-for-shell-mode): Removed.
11382
113832000-01-09 Alex Schroeder <alex@gnu.org>
11384
11385 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
11386 the lambda expression from the ansi-color-for-shell-mode :set
11387 property. Additionally, modify shell-mode-hook to enable or
11388 disable font-lock-mode for future shell buffers.
11389 (ansi-color-for-shell-mode): The :set property calls
11390 ansi-color-for-shell-mode-set instead of a lambda expression.
11391
113922000-01-09 Alex Schroeder <alex@gnu.org>
11393
11394 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
11395 (ansi-color-context): New variable.
11396 (ansi-color-apply): Save context between calls.
11397
fb55ff10
EZ
113982001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
11399
83c9cb8e
SM
11400 * isearch.el (isearch, isearch-lazy-highlight-face):
11401 New definitions for face colors and attributes.
29910493 11402
fb55ff10
EZ
11403 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
11404 of display-mouse-p.
11405
134d6265
KH
114062001-01-09 Kenichi Handa <handa@etl.go.jp>
11407
11408 * international/mule.el (make-coding-system): If the coding system
11409 accepts extra latin codes, register such codes as safe for the
11410 coding system.
11411
103db06c 114122001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 11413
984c9f75
RS
11414 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
11415 don't mention the file name or the date here, because they are
11416 logged at the start of the file.
11417
114182001-01-08 Richard M. Stallman <rms@gnu.org>
11419
78b8eee8
RS
11420 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
11421 Change screen-width to frame-width.
11422
1460e5d4
EZ
114232001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11424
11425 * info.el (Info-search): Print the default as part of the prompt.
11426
56f24bc1
AS
114272001-01-08 Andre Spiegel <spiegel@gnu.org>
11428
ca2ddd8e 11429 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
11430 constant implementations in backends.
11431
11432 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
11433 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
11434
11435 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
11436 WRITABLE to EDITABLE.
11437
11438 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
11439 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
11440 to EDITABLE.
11441
b7812d30
EZ
114422001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
11443
11444 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 11445 (copyright, copyright-update): Compute the current year at run time.
b7812d30 11446
7e56ea04
GM
114472001-01-08 Gerd Moellmann <gerd@gnu.org>
11448
11449 * isearch.el (isearch-old-signal-hook): Removed.
11450 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
11451 instead of setting signal-hook-function.
11452 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
11453
a758f97d
GM
114542001-01-08 Kevin Gallagher <kevingal@onramp.net>
11455
11456 * emulation/edt.el: Update to version 4.0. Provide support for
11457 EDT scroll margins at top and bottom of the window. Provide an
11458 emulation of the EDT SUBS command (bound to GOLD-Enter, by
11459 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
11460 user when file-related buffer modifications exist.
11461 Provide support for running EDT Emulation in XEmacs.
11462 Provide customize access to some user updatable variables.
11463 Add Commentary section to file header.
11464 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
11465
11466 * emulation/edt-mapper.el: Update to version 4.0. Provide support
11467 for detecting a keypress that generates an ASCII key sequence.
11468 (Previously, only a keypress that generates a vector was
11469 recognized.) Embed Window Manager name into name of the generated
11470 EDT Emulation initialization file since the initialization file is
11471 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 11472
30db89f9
EZ
114732001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
11474
4deb3ba9
EZ
11475 * mail/sendmail.el (mail-mode): Doc fix.
11476
30db89f9
EZ
11477 * info.el (Info-goto-emacs-command-node): Doc fix.
11478 (Info-goto-emacs-key-command-node): Doc fix.
11479
c3f2772b
EZ
114802001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11481
8726e79b 11482 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
11483 systems without long file-name support.
11484
0dac6924
AI
114852001-01-06 Andrew Innes <andrewi@gnu.org>
11486
11487 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
11488
4e6ef391
EZ
114892001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
11490
380866a2
EZ
11491 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
11492 (isearch-lazy-highlight-update): Doc fix.
11493
148b5960
EZ
11494 * ffap.el (ffap-bindings): Doc fix.
11495
4e6ef391
EZ
11496 * dired-x.el (dired-virtual-guess-dir): Doc fix.
11497
4cb1bcc2
DL
114982001-01-05 Dave Love <fx@gnu.org>
11499
11500 * emacs-lisp/cl-seq.el (remove, remq): Remove.
11501
3828218c
GM
115022001-01-05 Gerd Moellmann <gerd@gnu.org>
11503
83c9cb8e
SM
11504 * mouse-drag.el (mouse-drag-safe-scroll):
11505 Bind scroll-preserve-screen-position to nil.
f1ade7d3 11506
1f4139d5
GM
11507 * isearch.el (isearch-old-signal-hook): New variable.
11508 (isearch-mode): Set signal-hook-function to isearch-done.
11509 (isearch-done): Restore old signal-hook-function.
11510
3828218c
GM
11511 * info.el (Info-fontify-node): Mark one more char as intangible.
11512
3970013f
KH
115132000-01-05 Kenichi Handa <handa@etl.go.jp>
11514
83c9cb8e
SM
11515 * composite.el (compose-last-chars): New argument COMPONENTS.
11516 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
11517 COMPONENTS.
11518
11519 * international/quail.el (quail-input-string-to-events): New function.
11520 (quail-input-method): Convert input string to events here.
11521 (quail-start-translation): Return input string, not event list.
11522 (quail-start-conversion): Likewise.
11523
f3b05e99
GM
115242001-01-04 Gerd Moellmann <gerd@gnu.org>
11525
ca2ddd8e 11526 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
11527 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
11528 and tooltip-add-timeout.
11529 (tooltip-show): Set border color from faces's foreground.
11530 (tooltip-show-help-function): If called with the same help string
11531 as last time, do nothing.
11532 (tooltip-help-tips): Don't set tooltip-help-message to nil.
11533
0f2ac578
GM
11534 * startup.el (fancy-splash-screens): Don't bind show-help-function
11535 to nil.
11536
f3b05e99
GM
11537 * tooltip.el (tooltip-frame-parameters): Remove colors.
11538 (tooltip): New face
11539 (tooltip-set-param): New function.
11540 (tooltip-show): Set up color frame parameters from face `tooltip'.
11541 Display the tooltip text in face `tooltip'.
11542
8416e94a
DL
115432001-01-04 Dave Love <fx@gnu.org>
11544
11545 * whitespace.el (whitespace-global-mode): Fix typo.
11546
11547 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
11548
30db89f9
EZ
115492001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
11550
83c9cb8e
SM
11551 * help.el (help-for-help): Fix a typo in a doc string.
11552 From kwzh@gnu.org (Karl Heuer).
30db89f9 11553
b847eb8c
DL
115542001-01-03 Dave Love <fx@gnu.org>
11555
11556 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 11557 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
11558 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
11559 (dired-guess-shell-alist-user): Customize.
11560 (dired-x-help-address): Set to bug-gnu-emacs.
11561 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
11562 (dired-default-directory): Renamed from default-directory.
11563
11564 * hl-line.el (hl-line): Doc fix.
11565
43c4b570
KF
115662001-01-03 Karl Fogel <kfogel@red-bean.com>
11567
1bf6b1bf 11568 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 11569
984c9f75 115702001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
11571
11572 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
11573 to remove all the current alternative-match highlighting.
11574 If nil, remove only what's outside the current window.
11575 (isearch-lazy-highlight-remove-overlays): Take optional
11576 region within which NOT to remove them.
11577 (isearch-lazy-highlight-new-loop): Greatly simplified.
11578 (isearch-lazy-highlight-update): Find all the other occurrences
11579 visible in the window, in just one call.
11580 (isearch-lazy-highlight-start): Now holds start of region to scan.
11581 (isearch-lazy-highlight-end): Now holds end of region to scan.
11582 (isearch-lazy-highlight-wrapped): Variable deleted.
11583 (isearch-lazy-highlight-search): Function deleted.
11584
13d6a61c
AI
115852000-01-02 Andrew Innes <andrewi@gnu.org>
11586
11587 * w32-fns.el (convert-standard-filename): Do length check on name
11588 before aref.
11589
064866e7
DL
115902001-01-02 Dave Love <fx@gnu.org>
11591
b33e041b
DL
11592 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
11593 value.
11594 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
11595
11596 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
11597
8166ffd5
DL
11598 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
11599 read syntax.
11600
064866e7
DL
11601 * calendar/todo-mode.el (todo): Add :link, :version.
11602 (todo-save-top-priorities): Remove autoload cookie.
11603 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 11604 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 11605
6dde6abc
GM
116062001-01-02 Gerd Moellmann <gerd@gnu.org>
11607
11608 * comint.el (comint-input-history-ignore): New variable.
11609 (comint-read-input-ring): Ignore entries matching
11610 comint-input-history-ignore.
11611
1a8a9daf
GM
116122001-01-02 Eric M. Ludlam <zappo@gnu.org>
11613
11614 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
11615 (lm-copyright-mark): New function.
11616 (lm-crack-copyright): New function.
11617 (lm-verify): Check that the file has a copyright.
11618 Check that the file is copyright Free Software Foundation.
11619
9c92eb53
KH
116202000-12-30 Kenichi Handa <handa@etl.go.jp>
11621
11622 * international/mule-diag.el (print-fontset): Indent font name by
11623 24 columns, not 25.
11624
49172314
GM
116252000-12-29 Gerd Moellmann <gerd@gnu.org>
11626
762a68ec
GM
11627 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
11628 in Subject line.
11629
49172314 11630 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
11631 Use mail-mode-hook instead of mail-setup-hook.
11632 Otherwise continuing an interrupted message with C-u C-x m for
11633 instance, winds up in Mail mode without abbrevs.
49172314 11634
bd7a2e26
GM
116352000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11636
11637 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
11638 non-nil. Adding almost all customization variables on ps-setup.
11639 Doc fix.
bd7a2e26
GM
11640 (ps-print-version): New version number (6.3.3).
11641 (ps-end-with-control-d): Initialization fix.
11642 (ps-lines-printed): New var.
11643 (ps-skip-newline): New fun.
11644 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
11645 (ps-next-line, ps-continue-line, ps-plot-region)
11646 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 11647
2b3f28a4
KH
116482000-12-29 Kenichi Handa <handa@etl.go.jp>
11649
83c9cb8e
SM
11650 * international/fontset.el (x-complement-fontset-spec):
11651 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
11652 registered in x-font-name-charset-alist.
11653 (create-fontset-from-fontset-spec): Adjusted for the above change.
11654 The name of fontset alias should be a unresolved ASCII font name.
11655
2ece9174
GM
116562000-12-28 Gerd Moellmann <gerd@gnu.org>
11657
11658 * simple.el (delete-key-deletes-forward-mode): Bind backspace
11659 and delete in isearch-mode-map.
11660
cbe3ad7a
RS
116612000-12-28 Richard M. Stallman <rms@gnu.org>
11662
ca2ddd8e 11663 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
11664 Use xpdf instead of acroread.
11665
a816f1c5
KH
116662000-12-28 Kenichi Handa <handa@etl.go.jp>
11667
f086e73c
KH
11668 * textmodes/artist.el (artist-butlast): Deleted.
11669 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 11670 artist-butlast.
f086e73c 11671
a816f1c5
KH
11672 * subr.el (butlast, nbutlast): Moved from cl.el to here.
11673
11674 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
11675
b202115b
EZ
116762000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11677
11678 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
11679
11680 * ls-lisp.el: Better support for the Mac and MS-Windows.
11681 (ls-lisp): New defgroup.
11682 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 11683 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
11684 (ls-lisp-support-shell-wildcards): New defcustoms.
11685 (ls-lisp-parse-symlink): New function.
11686 (insert-directory): Code to convert switches to a list and set up
11687 the wildcard argument copied from ls-lisp-insert-directory.
11688 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
11689 for -C and -R switches.
11690 (ls-lisp-column-format): New function.
ca2ddd8e 11691 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
11692 (ls-lisp-format-time): Add doc strings.
11693 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
11694 Support ls-lisp-dirs-first.
11695 (ls-lisp-classify, ls-lisp-extension): New functions.
11696 (ls-lisp-format): Optionally support emulation of symlinks.
11697 Support -i, -s, and -G switches.
11698
6061fbf0
GM
116992000-12-27 Gerd Moellmann <gerd@gnu.org>
11700
5e25feee
GM
11701 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
11702
6061fbf0
GM
11703 * version.el (emacs-version): Print X scroll bar information.
11704
11705 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
11706 instead of x-toolkit-scroll-bars-p.
11707
11708 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
11709 of x-toolkit-scroll-bars-p.
11710
25050dab
EZ
117112000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
11712
83c9cb8e 11713 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
11714 (ffap-bindings): Doc fix, to reflect the above change.
11715
c1786874
KH
117162000-12-27 Kenichi Handa <handa@etl.go.jp>
11717
11718 * term.el (term-char-mode): Define all non-ascii self-inserting
11719 characters to 'term-send-raw in term-raw-map.
11720
7261ece3 117212000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 11722
83c9cb8e 11723 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 11724
83c9cb8e
SM
11725 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
11726 Changed initialization; use add-hook.
6061fbf0 11727 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 11728
6061fbf0 11729 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 11730
6061fbf0
GM
11731 * ediff.el (ediff-patch-buffer): Bug fix.
11732 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 11733
83f40583
SM
117342000-12-23 Stefan Monnier <monnier@cs.yale.edu>
11735
11736 * subr.el (combine-run-hooks): Remove.
11737
11738 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
11739 and remove the rogue second spec.
11740
bdd6d4e8
GM
117412000-12-23 Gerd Moellmann <gerd@gnu.org>
11742
11743 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
11744
26736ce3
SM
117452000-12-22 Stefan Monnier <monnier@cs.yale.edu>
11746
0e86b6b0
SM
11747 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
11748 Use minibuffer menu prompt for the `=' prefix.
11749 (smerge-command-prefix): Change default to C-^.
6eabfb26 11750 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 11751
26736ce3
SM
11752 * skeleton.el (skeleton-internal-1): Make sure the first line of
11753 the region is also re-indented.
d21584d6
SM
11754 (skeleton-end-newline): New var.
11755 (skeleton-end-hook): Use it.
26736ce3 11756
95fa4fd7
MB
117572000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
11758
11759 * comint.el (comint-password-prompt-regexp): Support CVS.
11760
f060b834
GM
117612000-12-22 Gerd Moellmann <gerd@gnu.org>
11762
83c9cb8e
SM
11763 * simple.el (delete-key-deletes-forward-mode): Simplify.
11764 Also backspace key combinations, depending on
856ff7a7
GM
11765 delete-key-deletes-forward.
11766
11767 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
11768
f060b834
GM
11769 * simple.el (delete-key-deletes-forward): Doc fix.
11770
653558a1
GM
117712000-08-22 Emmanuel Briot <briot@gnat.com>
11772
11773 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 11774 white spaces are relevant in the XML file.
653558a1
GM
11775 (xml-parse-file): Do not kill an existing Emacs buffer if the file
11776 to parse was already edited. This allows for on-the-fly analysis
26736ce3 11777 of XML files.
653558a1
GM
11778 (xml-parse-tag): Check that the casing is the same in the start
11779 tag and end tag, since XML is case-sensitive. Allows for spaces
11780 in the end tag, after the name of the tag.
11781 (xml-parse-attlist): Allow for the character '-' in the name of
11782 attributes, as in the standard http-equiv attribute Do not save
26736ce3 11783 the properties in the XML tree, since they are not relevant.
653558a1 11784
3ad93d8d
SM
117852000-12-21 Stefan Monnier <monnier@cs.yale.edu>
11786
11787 * generic.el (generic-read-type): Undo last change, inline into
11788 `generic-mode' and then remove.
11789 (generic-mode): Inline generic-read-type.
11790 (define-generic-mode): Push the symbol name rather than the symbol
11791 onto generic-mode-list.
11792
177f4e88
GM
117932000-12-21 Gerd Moellmann <gerd@gnu.org>
11794
8e15274f
GM
11795 * generic.el (generic-read-type): Build an alist for
11796 completing-read as in 20.7.
11797
11798 * play/landmark.el (lm): Use interactive spec `P'.
11799 (toplevel): Don't set debug-on-error.
11800
83c9cb8e 11801 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 11802
6ba384dc
GM
118032000-12-21 Dave Pearson <davep@davep.org>
11804
11805 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 11806
647a066c
GM
118072000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11808
11809 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
11810 ranges like \177-\237, but accepts the character sequence from \177 to
11811 \237. Doc fix.
11812 (ebnf-version): New version (3.4).
11813 (ebnf-setup): Code fix.
11814 (ebnf-range-regexp): New fun.
11815 (ebnf-8-bit-chars): Const fix.
11816
11817 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
11818 entry. Doc fix.
11819 (ebnf-bnf-lex): Code fix.
11820 (ebnf-bnf-comment-chars): Const fix.
11821
11822 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
11823 entry. Doc fix.
11824 (ebnf-iso-comment-chars): Const fix.
11825
11826 * ebnf-otz.el: Doc fix.
11827
11828 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
11829 entry. Doc fix.
11830 (ebnf-yac-skip-code): Code fix.
11831 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 11832
bc22fd18
EZ
118332000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
11834
11835 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
11836 (recover-file): Use it instead of insert-directory.
11837 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 11838
587fc3f9
KH
118392000-12-21 Kenichi Handa <handa@etl.go.jp>
11840
83c9cb8e
SM
11841 * international/mule-cmds.el (select-safe-coding-system):
11842 Check coding-category-list more rigidly. Improve help message.
eeefcfde 11843
587fc3f9
KH
11844 * dired.el (dired-move-to-filename-regexp): Fix previous change.
11845
01860fb9
MB
118462000-12-21 Miles Bader <miles@gnu.org>
11847
83c9cb8e 11848 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 11849
3f9d67a6
KH
118502000-12-21 Kenichi Handa <handa@etl.go.jp>
11851
9fd1c1f7
KH
11852 * international/mule-diag.el (describe-char-after): Make *Help*
11853 buffer inherit multibyteness of the current buffer.
11854
3f9d67a6
KH
11855 * international/mule.el (make-char): Docstring adjusted for the
11856 change of make-char-internal.
11857
c9669fac
SM
118582000-12-20 Stefan Monnier <monnier@cs.yale.edu>
11859
11860 * international/iso-cvt.el: Docstrings fix.
11861
19594307
DL
118622000-12-20 Dave Love <fx@gnu.org>
11863
11864 * subr.el (eval-after-load): Doc fix.
11865
b1a447b3
KH
118662000-12-20 Kenichi Handa <handa@etl.go.jp>
11867
11868 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
11869 for numbers.
11870
09877d5d
MB
118712000-12-20 Miles Bader <miles@gnu.org>
11872
11873 * international/quail.el (quail-help): Resize the help window
11874 again after it has all its contents. Remove unneeded progn.
11875
71d4497a
GM
118762000-12-19 Gerd Moellmann <gerd@gnu.org>
11877
11878 * pcmpl-linux.el: Fix copy/paste error.
11879
741e56a0
AI
118802000-12-19 Andrew Innes <andrewi@gnu.org>
11881
83c9cb8e 11882 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 11883
cc24d91c
CD
118842000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
11885
ba4c05aa
CD
11886 * progmodes/idlw-rinfo.el: Fixed copyright notice.
11887
11888 * progmodes/idlw-toolbar.el: Fixed copyright notice.
11889
11890 * progmodes/idlw-shell.el: Fixed copyright notice.
11891
11892 * progmodes/idlwave.el: Fixed copyright notice.
11893
71d4497a 11894 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
11895 TAB as key separators.
11896
524c8caf
GM
118972000-12-19 Alex Schroeder <alex@gnu.org>
11898
11899 * sql.el (sql-sybase-options): New option.
11900 (sql-sybase): Use it. Add sql-database to the list of parameters
11901 provided for login. The options -w 2048 -n are not used any more.
11902 (sql-postgres-options): Changed default from "--pset" to "-P".
11903 (sql-mysql-options): Doc change.
11904 (sql-stop): Doc change.
11905
b5fa513d
KH
119062000-12-19 Kenichi Handa <handa@etl.go.jp>
11907
11908 * international/quail.el (quail-input-method): Always hide
11909 the guidance buffer on exiting.
11910
91c9e6ce
GM
119112000-12-18 Gerd Moellmann <gerd@gnu.org>
11912
c6da4eb4
GM
11913 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
11914 isn't fboundp.
11915
3d2a0e0b
GM
11916 * server.el (server-buffer-done): Bury the buffer before
11917 killing it.
11918
91c9e6ce
GM
11919 * faces.el (face-spec-set): Interpret a nil in specs for
11920 foreground and background colors as `unspecified', for
11921 compatibility with 20.x.
11922
40fa0008
DL
119232000-12-18 Dave Love <fx@gnu.org>
11924
22adbe54
DL
11925 * simple.el (mail-user-agent): Doc fix.
11926 (input-mode-8-bit): Removed.
11927
11928 * international/mule.el (set-keyboard-coding-system): Doc fix.
11929 (keyboard-coding-system): New option.
11930
40fa0008
DL
11931 * mail/sendmail.el (send-mail-function): Customize.
11932
6f4745e2
EZ
119332000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
11934
11935 * international/codepage.el (cp866-decode-table): New table.
11936
82b90229
GM
119372000-12-18 Gerd Moellmann <gerd@gnu.org>
11938
11939 * version.el (emacs-version): Remove `%a' from the time format
11940 because the weekday doesn't fit well into each locale.
11941
5a047002
MB
119422000-12-18 Miles Bader <miles@gnu.org>
11943
7f49aa07
MB
11944 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
11945
ca2ddd8e 11946 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
11947 Check that emacs-major-version is `=' to 20, not `>='.
11948 (artist-replace-chars): Use `make-string' instead of a loop.
11949
22ea2607
EZ
119502000-12-17 Stefan Monnier <monnier@cs.yale.edu>
11951
11952 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
11953 (cvs-execute-single-file): Don't change directory.
11954 Patch from Per Cederqvist.
11955
6c825f8e
EZ
119562000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
11957
83c9cb8e
SM
11958 * textmodes/ispell.el (check-ispell-version):
11959 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
11960 of -vv.
11961
8ff06845
KH
119622000-12-16 Kenichi Handa <handa@etl.go.jp>
11963
af4bb4c8
KH
11964 * international/mule-diag.el (mule-diag): Insert information about
11965 configure options, multibyte awareness, language env.
11966
8ff06845
KH
11967 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
11968 regexp to search for candidates.
11969
b24e84ab
EZ
119702000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
11971
11972 * info.el (Info-forward-node): If the node has an
11973 Info-header-line, widen the buffer before searching for "next:"
11974 and "up:" pointers, and set the search limit to stay in the
11975 current node.
11976
7981d89f
MB
119772000-12-16 Miles Bader <miles@gnu.org>
11978
11979 * simple.el (delete-trailing-whitespace): Remove extraneous let.
11980
88ee7917
MB
119812000-12-15 Miles Bader <miles@gnu.org>
11982
11983 * comint.el (comint-send-string, comint-send-region): Also accept
11984 a buffer, buffer-name, or nil for PROCESS, for compatibility with
11985 process-send-string/region.
11986
0c28d842
GM
119872000-12-15 Gerd Moellmann <gerd@gnu.org>
11988
4ea7fdca
GM
11989 * isearch.el (isearch-lazy-highlight-max): New user-option.
11990 (isearch-lazy-highlight-update): Don't highlight more than
11991 isearch-lazy-highlight-max matches.
11992
0c28d842
GM
11993 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
11994
984c9f75 119952000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 11996
8062e53a
GM
11997 * sort.el (sort-columns): Fix error message.
11998
3ffa545b
GM
11999 * dabbrev.el (dabbrev--last-case-pattern): Value is now
12000 `upcase' or `downcase' or nil.
12001 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
12002 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
12003 (dabbrev--substitute-expansion): New arg record-case-pattern.
12004 If it is non-nil, set dabbrev--last-case-pattern.
12005 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
12006
12007 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
12008
c2d7f289
MB
120092000-12-15 Miles Bader <miles@gnu.org>
12010
b6348438
MB
12011 * paths.el (Info-default-directory-list): Don't delete
12012 configure-info-directory from the list of standard info
83c9cb8e 12013 directories when appending it to the end -- their order is important.
b6348438 12014
f9056dd9
MB
12015 * faces.el (read-face-attribute): If there's no entry for the
12016 user's input in VALID, just use it as-is (this will often result
12017 in an error, but it may be OK for e.g. colors using hexadecimal
12018 notation, and at least will yield a better error message).
12019
c2d7f289 12020 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 12021 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
12022 Variables removed.
12023 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
12024 window is really the right size. Use vertical-motion
12025 rather than forward-line.
12026 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
12027 (ispell-command-loop, ispell-show-choices): Use the variable
12028 ispell-choices-win-default-height, rather than the function.
12029 (ispell-choices-win-default-height): Function removed.
12030 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 12031
8f530b95
SM
120322000-12-14 Stefan Monnier <monnier@cs.yale.edu>
12033
12034 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
12035
6d435deb
EZ
120362000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12037
83c9cb8e
SM
12038 * paths.el (Info-default-directory-list):
12039 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
12040 put it first in the list; otherwise put it last. Doc string
12041 changed accordingly.
12042
12043 * info.el (Info-directory-list): Change doc string to reflect the
12044 change in Info-default-directory-list.
12045
6d435deb
EZ
12046 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
12047 windows-nt as windowed environments, even under -nw.
12048
12049 * startup.el (command-line): Don't call x-backspace-delete-keys-p
12050 if not fboundp. Switch delete-forward mode for the <delete> key
12051 on all PC platforms, even under -nw.
12052
12053 * term/internal.el ([M-delete]): Remap to M-d.
12054
9d7d9263
GM
120552000-12-14 Gerd Moellmann <gerd@gnu.org>
12056
12057 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
12058
7cf0153a
EZ
120592000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
12060
12061 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
12062
5e5b3d41
GM
120632000-12-14 Gerd Moellmann <gerd@gnu.org>
12064
5f368d29
GM
12065 * startup.el (command-line): Call delete-key-deletes-forward-mode,
12066 if appropriate.
12067
12068 * simple.el (delete-key-deletes-forward): New user-option.
12069 (delete-key-deletes-forward-mode): New function.
12070
9d7d9263 12071 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 12072
83c9cb8e
SM
12073 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
12074 Test if symbol is bound before getting its value.
5e5b3d41
GM
12075
12076 * tooltip.el (tooltip-show): If an error is signaled in
12077 x-show-tip, display that error, and display the help in the
12078 echo area.
ca2ddd8e 12079
191b83b6
KH
120802000-12-14 Kenichi Handa <handa@etl.go.jp>
12081
83c9cb8e
SM
12082 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
12083 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 12084
6192b604
KF
120852000-12-13 Karl Fogel <kfogel@red-bean.com>
12086
12087 * bookmark.el: Provide a generic exit hook, as suggested by
12088 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
12089 (bookmark-exit-hook): New var.
12090 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
12091 old raw lambda form in `kill-emacs-hook', and runs new
12092 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
12093 as logically that feature must have been provided if this function
12094 is running.
12095 Removed ;;;###autoload before the `add-hook' call.
12096
5edf6b55
SM
120972000-12-13 Stefan Monnier <monnier@cs.yale.edu>
12098
12099 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
12100 (easy-menu-current-active-maps): New function.
12101 (easy-menu-get-map): Use it.
12102 Make a proper menu entry when creating a new keymap.
12103
16b5e8e6
KH
121042000-12-13 Kenichi Handa <handa@etl.go.jp>
12105
d49fc4eb
KH
12106 * international/characters.el: Fix cases and syntaxes for
12107 mule-unicode-0100-24ff.
12108
3b53d876
KH
12109 * dired.el (dired-move-to-filename-regexp): Fixed for the case
12110 that a Japanese character is not appended after day and year.
12111
16b5e8e6
KH
12112 * info.el (Info-suffix-list): Change format for a command that
12113 requires arguments.
12114 (info-insert-file-contents): Adjusted for the above change.
12115
1df1c518
AS
121162000-12-12 Andreas Schwab <schwab@suse.de>
12117
12118 * tar-mode.el (tar-extract): Base the name of the subfile buffer
12119 on the name of the tar buffer. Verify that the existing buffer is
12120 visiting the same subfile.
12121
a7a07b98
DL
121222000-12-12 Dave Love <fx@gnu.org>
12123
12124 * subdirs.el: Add obsolete.
12125
4fdbd809
GM
121262000-12-12 Gerd Moellmann <gerd@gnu.org>
12127
bfdb75ee
GM
12128 * mail/rmailsum.el (rmail-summary-expunge)
12129 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
12130 instead of rmail-confirm-expunge.
12131
4fdbd809
GM
12132 * replace.el (perform-replace): Don't use an empty match adjacent
12133 to a non-empty match when computing the next match before the
12134 replacement is performed.
12135
e9a59cad
GM
121362000-12-12 Milan Zamazal <pdm@freesoft.cz>
12137
12138 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
12139 definition (patch by Stefan Monnier).
12140 (glasses-mode): Use jit-lock instead of `after-change-functions'
12141 (patch by Stefan Monnier).
12142
c2def7a0
MB
121432000-12-12 Miles Bader <miles@gnu.org>
12144
12145 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
12146 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
12147
591b63b4
AC
121482000-12-12 Andrew Choi <akochoi@i-cable.com>
12149
12150 * term/mac-win.el: Remove load for ls-lisp.
12151
a924cf63 12152 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 12153
5ff4ba3d
MB
121542000-12-12 Miles Bader <miles@gnu.org>
12155
12156 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
12157 Respect field end too.
12158 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
12159 (newline-and-indent, reindent-then-newline-and-indent):
12160 Use `delete-horizontal-space'.
5ff4ba3d 12161
d0c679bc
SM
121622000-12-11 Stefan Monnier <monnier@cs.yale.edu>
12163
adf9c994
SM
12164 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
12165 (so as to obey the field property in the minibuffer).
12166
4b0cd42d
SM
12167 * obsolete/c-mode.el: Moved from lisp/progmodes.
12168 * obsolete/auto-show.el: Moved from lisp.
12169 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 12170
89f85863
CD
121712000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
12172
12173 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 12174 changes to list them here.
89f85863 12175
83c9cb8e
SM
12176 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
12177 Too many changes to list them here.
89f85863 12178
83c9cb8e
SM
12179 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
12180 Too many changes to list them here.
89f85863
CD
12181
12182 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
12183
3e0d35ce
GM
121842000-12-11 Gerd Moellmann <gerd@gnu.org>
12185
83c9cb8e 12186 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 12187
ca2ddd8e 12188 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
12189 Comment fix.
12190
3e0d35ce
GM
12191 * hscroll.el: Moved to `obsolete' subdir.
12192
ff904dd6
MB
121932000-12-11 Miles Bader <miles@gnu.org>
12194
12195 * window.el (window-text-height): Function removed (now in C).
12196
fb97d87f
SM
121972000-12-10 Stefan Monnier <monnier@cs.yale.edu>
12198
12199 * log-edit.el (log-edit-parent-buffer): New var.
12200 (log-edit): Set it. Add BUFFER argument.
12201 (log-edit-done): Use char-before.
12202 Don't bother checking validity of vc-comment-ring.
12203 Only bury the buffer if log-edit popped it up.
12204
12205 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
12206 (cvs-mode-diff-help): Remove.
12207 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 12208 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
12209
12210 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
12211 Remove binding for ? now made unnecessary.
12212
7de77417
CD
122132000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
12214
83c9cb8e 12215 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
12216 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
12217
12218 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
12219 when master file is not open.
12220
4efa209f
SM
122212000-12-09 Stefan Monnier <monnier@cs.yale.edu>
12222
12223 * progmodes/ada-stmt.el: Update `maintainer'.
12224
b52758d1 122252000-12-09 Stephen Gildea <gildea@stop.mail-abuse.org>
0a8052bd
GM
12226
12227 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
12228 choices to match documentation string.
12229
a12167c5
MB
122302000-12-09 Miles Bader <miles@gnu.org>
12231
2161605d
MB
12232 * minibuf-eldef.el: New file.
12233
a12167c5
MB
12234 * window.el (fit-window-to-buffer): Don't pass last argument to
12235 pos-visible-in-window-p, now that its meaning is inverted.
12236
9ea8de1b
EZ
122372000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
12238
12239 * image.el (create-image): Doc fix; spotted by Per Cederqvist
12240 <ceder@lysator.liu.se>.
12241
5002ddbb
SM
122422000-12-08 Stefan Monnier <monnier@cs.yale.edu>
12243
b6114d80
SM
12244 * autoinsert.el (auto-insert-alist): Add missing final \n.
12245
ee8d23ee
SM
12246 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
12247 (cvs-menu-map): Remove.
12248 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
12249 (cvs-mode-quit): Turn it back into a plain function.
12250
5002ddbb 12251 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 12252 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
12253
12254 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
12255 file where it's more visible.
12256 (texinfo-filter, texinfo-chapter-level-regexp): New variables
12257 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
12258 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
12259 (texinfo-inside-macro-p): Only catch `scan-error's.
12260 (texinfo-inside-env-p): Make better use of the match info.
12261 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
12262 (texinfo-insert-@end): Slight re-organization.
12263 Also remove useless `looking-at' call.
12264
30cd075d
AI
122652000-12-08 Andrew Innes <andrewi@gnu.org>
12266
12267 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
12268 accessible in -nw mode.
12269
12270 * term/w32-win.el: Remove stuff about selection timeout, which is
12271 irrelevant on Windows. Move clipboard support to w32-fns.el, so
12272 it is accessible in -nw mode.
12273
01b91009
DL
122742000-12-08 Dave Love <fx@gnu.org>
12275
83c9cb8e
SM
12276 * emacs-lisp/lisp-mode.el (lisp-mode):
12277 Set font-lock-keywords-case-fold-search.
01b91009 12278
842b2a94
GM
122792000-12-08 Gerd Moellmann <gerd@gnu.org>
12280
12281 * textmodes/ispell.el (ispell): Doc fix.
12282
f9d5f611
KH
122832000-12-08 Kenichi Handa <handa@etl.go.jp>
12284
12285 * international/quail.el (quail-insert-decode-map): Check the
12286 frame width of a window displaying the current buffer, not that of
12287 the selected frame.
12288 (quail-help): Make sure that the help buffer has window before
12289 inserting text in it.
12290
e04d21aa
SS
122912000-12-07 Sam Steingold <sds@gnu.org>
12292
12293 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
12294 Backquote is used in isearch.el, so autoloading saves nothing.
12295
fc3e23a4
EZ
122962000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
12297
83c9cb8e
SM
12298 * startup.el (normal-top-level-add-subdirs-to-load-path):
12299 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 12300
fc3e23a4
EZ
12301 * dired.el (dired-insert-directory): If file-system-info is
12302 fboundp, call it instead of invoking dired-free-space-program.
12303
796ecd10
GM
123042000-12-07 Gerd Moellmann <gerd@gnu.org>
12305
0f5f7c3e
GM
12306 * server.el (server-visit-files): Push files on file-name-history.
12307
3764ba49
GM
12308 * progmodes/cc-langs.el: Update copyright.
12309
8e7931da
GM
12310 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
12311
ae0d7485 12312 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 12313
796ecd10
GM
12314 * bindings.el (mode-line-mode-menu): Reverse the order
12315 of define-keys so that the menu appears in alphabetical order.
12316
ae0d7485
GM
123172000-12-07 Milan Zamazal <pdm@freesoft.cz>
12318
12319 * progmodes/glasses.el (glasses-mode): Update mode line at the end
12320 of the function.
12321
e2849090
DL
123222000-12-07 Dave Love <fx@gnu.org>
12323
12324 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
12325
12326 * facemenu.el (facemenu-unlisted-faces): Fix value.
12327
5c7f629c
SM
123282000-12-07 Stefan Monnier <monnier@cs.yale.edu>
12329
12330 * font-lock.el (font-lock-default-fontify-region):
12331 Include the terminating \n (off-by-one error).
12332 (font-lock-set-defaults): Use dolist.
12333
12334 * derived.el (define-derived-mode): Don't use combine-run-hooks.
12335
73481ae3
KH
123362000-12-07 Kenichi Handa <handa@etl.go.jp>
12337
83c9cb8e
SM
12338 * international/mule-cmds.el (describe-language-environment):
12339 Fix for the case that an input method title is not string but a list.
ffbaa122 12340
73481ae3
KH
12341 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
12342 of wrong SIZE record.
12343
e2896b22
DL
123442000-12-06 Dave Love <fx@gnu.org>
12345
67292061
DL
12346 * newcomment.el (comment-region, comment-dwim): Doc fix.
12347
12348 * textmodes/texinfo.el: Require tex-mode when compiling.
12349 (texinfo-update-node): Doc fix.
12350 (texinfo-imenu-generic-expression): Add @anchor.
12351 (texinfo-font-lock-keywords): Add @uref.
12352 (texinfo-inside-macro-p): Don't use ignore-errors.
12353 (texinfo-insert-quote): Match more contexts.
12354
e76938e7
DL
12355 * international/mule.el (decode-char, encode-char): Doc fix.
12356 (auto-coding-alist): Customize.
12357
12358 * files.el (load-file): Fix change of 2000-03-12.
12359
e2896b22
DL
12360 * wid-edit.el (widget-text-keymap): Doc fix.
12361
6610f4b2
AI
123622000-12-06 Andrew Innes <andrewi@gnu.org>
12363
12364 * makefile.w32-in (lisp): Set to an absolute directory, namely
12365 $(CURDIR).
12366
9e3366e4
EZ
123672000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
12368
12369 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
12370 read generated-autoload-file, and set buffer-file-coding-system to
12371 raw-text-unix after reading the file.
12372
83c9cb8e
SM
12373 * international/mule-conf.el (file-coding-system-alist):
12374 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 12375
d94d636f
GM
123762000-12-06 Gerd Moellmann <gerd@gnu.org>
12377
384333ee
GM
12378 * replace.el (occur): Make line-number-width 1 smaller for the
12379 colon following the line number.
12380
83c9cb8e
SM
12381 * startup.el (fancy-splash-text, command-line-1):
12382 Use `File' for the menu name instead of `Files'.
e04d21aa 12383
d4b72d58
GM
12384 * tmm.el: Update copyright.
12385
d94d636f
GM
12386 * cus-start.el: Add entry for even-window-heights.
12387
6e424019
MB
123882000-12-06 Miles Bader <miles@gnu.org>
12389
12390 * faces.el (frame-set-background-mode): Avoid stomping on
12391 locally modified faces.
12392
e6477b58
KH
123932000-12-06 Kenichi Handa <handa@etl.go.jp>
12394
12395 * international/fontset.el: Correct the font registries for
12396 japanese-jisx0213-1 and japanese-jisx0213-2.
12397
21999ab9
GM
123982000-12-05 Gerd Moellmann <gerd@gnu.org>
12399
57d6e381
GM
12400 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
12401
21999ab9
GM
12402 * iswitchb.el: Update customization commentary.
12403
7422819c
GM
124042000-12-05 Rob Riepel <riepel@Stanford.EDU>
12405
12406 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
12407 (tpu-search-highlight): Fixed comparison of overlay end positions.
12408 (tpu-trim-line-ends): Implemented trimming logic locally.
12409
12410 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 12411 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 12412
73daff18
KH
124132000-12-05 Kenichi Handa <handa@etl.go.jp>
12414
12415 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
12416 to cn-gb.
12417 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
12418
6a4cd002
DL
124192000-12-04 Dave Love <fx@gnu.org>
12420
12421 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
12422
6452929e
GM
124232000-12-04 Gerd Moellmann <gerd@gnu.org>
12424
e04d21aa 12425 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
12426 (rmail-summary-expunge-and-save): Ask for confirmation with
12427 rmail-expunge-confirmed.
12428
12429 * mail/rmail.el (rmail-expunge-confirmed): New function.
12430 (rmail-expunge): Use it.
12431
1790abf4
FP
124322000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
12433
0c68ce6f 12434 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
12435 (etags-recognize-tags-table, find-tag-in-order):
12436 New functionality: interpret file names as tags.
e04d21aa 12437
7a53d8c8
EZ
124382000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
12439
12440 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
12441 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
12442 the first subnode until the bottom of the current node is visible.
7a53d8c8 12443
caa15ef7
GM
124442000-12-04 Gerd Moellmann <gerd@gnu.org>
12445
12446 * format.el (format-decode): Don't change buffer's undo list.
12447
e225faa7
KH
124482000-12-04 Kenichi Handa <handa@etl.go.jp>
12449
12450 * faces.el (face-font-registry-alternatives): Add entries for CJK
12451 fonts. Doc-string adjusted for the actual usage of this data.
12452
12453 * international/fontset.el: Change the font registries for CJK
12454 fonts in the default fontset. Don't append '*' to registries.
12455
8b262a65
SM
124562000-12-03 Stefan Monnier <monnier@cs.yale.edu>
12457
e04d21aa 12458 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
12459 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
12460
12461 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
12462 (derived-mode-p): New function.
12463 (derived-mode-make-docstring): Add `docstring' argument.
12464 Use it if available and complete it if necessary.
12465
33c4460b
AS
124662000-12-03 Andreas Schwab <schwab@suse.de>
12467
12468 * type-break.el (type-break): Don't make parent of itself.
12469
5c9b3fac
MB
124702000-12-03 Miles Bader <miles@gnu.org>
12471
12472 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
12473
27ce741e
SM
124742000-12-02 Stefan Monnier <monnier@cs.yale.edu>
12475
07c16ec4
SM
12476 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
12477 (tex-main-file, tex-file): Simplify.
12478 (tex-generate-zap-file-name): Use subst-char-in-string.
12479 (tex-strip-dots): Remove.
12480
c19cc275
SM
12481 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
12482
27ce741e
SM
12483 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
12484 to check if the match succeeded.
12485
285991dc
GM
124862000-12-02 Gerd Moellmann <gerd@gnu.org>
12487
12488 * startup.el (use-fancy-splash-screens-p): New function.
12489 (command-line-1): Use it to determine whether or not to use
12490 a fancy splash screen.
12491
52dca1b2
AS
124922000-12-02 Andreas Schwab <schwab@suse.de>
12493
12494 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
12495
d3e7e7cf
EZ
124962000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12497
2dce2360
EZ
12498 * international/mule.el (make-char): Fix last change.
12499
9768eaa7
EZ
12500 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
12501 New defcustoms.
12502 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
12503 autoloading tex-mode; instead, do the same manually.
12504 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
12505 with numeric argument. Docstring fix.
12506 (toplevel): Require cl when compiling.
e04d21aa 12507
285991dc 12508 * international/mule.el (make-char): Doc fix.
d3e7e7cf 12509
0dd5e255
JR
125102000-12-02 Jason Rumney <jasonr@gnu.org>
12511
12512 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
12513 the Emacs Lisp manual)
12514
fbb87147
EZ
125152000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
12516
5cbb3e93
EZ
12517 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
12518
fbb87147
EZ
12519 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
12520 the Emacs Lisp manual).
12521
1636ca09
GM
125222000-12-02 Gerd Moellmann <gerd@gnu.org>
12523
12524 * simple.el (next-line-add-newlines): Change default to nil.
12525
68875f0e
EZ
125262000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
12527
83c9cb8e
SM
12528 * files.el (revert-buffer, recover-file):
12529 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 12530
fd9ac94c
GM
125312000-12-01 Gerd Moellmann <gerd@gnu.org>
12532
12533 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
12534
45450dd5
MB
125352000-12-01 Miles Bader <miles@gnu.org>
12536
12537 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
12538
09df8881
KH
125392000-12-01 Kenichi Handa <handa@etl.go.jp>
12540
12541 * international/mule-diag.el (describe-char-after): Fix typo.
12542 (describe-character-set, non-iso-charset-alist): Fix typo.
12543
dea0a87d
MB
125442000-12-01 Miles Bader <miles@gnu.org>
12545
b170205b
MB
12546 * image-file.el (image-file-name-regexp): Automatically add
12547 upper-case variants of each filename extension in
12548 `image-file-name-extensions', since they seem to be common.
12549
e04d21aa 12550 * simple.el (minibuffer-contents)
dea0a87d
MB
12551 (minibuffer-contents-no-properties, delete-minibuffer-contents):
12552 New functions.
12553 * filecache.el (file-cache-directory-name)
12554 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
12555
eb04d6cd 125562000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 12557
dea0a87d
MB
12558 * filecache.el (file-cache-minibuffer-complete): Don't try to
12559 delete the minibuffer prompt.
12560
a8a1b05d
DL
125612000-11-30 Dave Love <fx@gnu.org>
12562
12563 * cus-start.el: Fix read-buffer-function type.
12564
693c4692
GM
125652000-11-30 Gerd Moellmann <gerd@gnu.org>
12566
12567 * md5.el: Removed. There's a built-in function, now.
12568
2c0b1898
GM
125692000-11-30 Markus Rost <rost@math.ohio-state.edu>
12570
12571 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
12572 as dummy 0-th char of rmail-deleted-vector.
12573
63dfcf4b
EZ
125742000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
12575
12576 * ps-print.el (ps-end-job): Bind case-fold-search only after
12577 switching to ps-spool-buffer.
12578
125792000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12580
12581 * ps-print.el: Line number font customization. PostScript: Lines and
12582 PageCount are initialized on each page. Doc Fix.
12583 (ps-print-version): New version number (6.3.2).
12584 (ps-lpr-switches, ps-font-info-database, ps-font-size)
12585 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
12586 (ps-right-header): Customization fix.
12587 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
12588 Fix code.
12589 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
12590 New vars.
12591
df3aedcf
GM
125922000-11-30 Gerd Moellmann <gerd@gnu.org>
12593
edfb795e
GM
12594 * bs.el: Fix typos and spelling errors.
12595 (bs-appearance) <defgroup>: Renamed from bs-appearence.
12596 (bs-configuration): Doc fix.
e04d21aa 12597
df3aedcf
GM
12598 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
12599
8b8a7f01
GM
126002000-11-30 Rob Riepel <riepel@Stanford.EDU>
12601
12602 * emulation/tpu-edt.el (tpu-version): New version.
12603 (tpu-search-overlay, tpu-replace-overlay): New initial range.
12604 (tpu-original-mode-line): Variable deleted.
12605 (tpu-mark-flag): New initial value.
83c9cb8e
SM
12606 (tpu-set-mode-line): Don't redefine mode-line-format.
12607 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
12608 (tpu-update-mode-line): New mark flag logic.
12609 (tpu-get): Use find-file-wildcards.
12610 (tpu-search-highlight): Move overlay less, reset overlay properly.
12611 (tpu-unselect): Deactivate mark.
12612 (tpu-lm-replace): Reset overlay properly.
12613 (tpu-forward-line): Use forward-visible-line.
12614 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
12615
83c9cb8e 12616 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 12617
c069a9d3
GM
126182000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
12619
12620 * cus-edit.el (custom-face-value-create): Always emphasize tag.
12621
b02cd40b
GM
126222000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
12623
12624 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
12625 and skip whitespace and newlines.
e04d21aa 12626
b7a90344
SM
126272000-11-30 Stefan Monnier <monnier@cs.yale.edu>
12628
12629 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
12630
be6bbb55
GM
126312000-11-29 Gerd Moellmann <gerd@gnu.org>
12632
0383ed60
GM
12633 * help.el (describe-function-1): Regexp-quote function name
12634 when used as part of a regexp.
12635
83c9cb8e
SM
12636 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
12637 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
12638 (tool-bar-add-item): Likewise, and handle unspecified colors.
12639
12640 * enriched.el (enriched-face-ans): Use face-attribute instead
12641 of face-foreground and face-background.
12642
12643 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 12644 Return nil if attribute is unspecified, for backward compatibility.
c7957947 12645
7423978d
GM
12646 * files.el (auto-mode-alist): Add an entry for antlr-mode.
12647
ef128c78
GM
12648 * play/5x5.el: Remove version info.
12649
a81fc510
GM
12650 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
12651
be6bbb55
GM
12652 * frame.el (blink-cursor-mode): Doc fix.
12653
f9396e03
GM
126542000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12655
12656 * antlr-mode.el: New commands to run ANTLR from within Emacs and
12657 to create Makefile rules.
12658 (antlr-tool-command): New user option.
12659 (antlr-ask-about-save): New user option.
12660 (antlr-makefile-specification): New user option.
12661 (antlr-file-formats-alist): New variable.
12662 (antlr-special-file-formats): New variable.
12663 (antlr-unknown-file-formats): New user option.
12664 (antlr-help-unknown-file-text): New variable.
12665 (antlr-help-rules-intro): New variable.
12666 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
12667 (antlr-mode-menu): Add entries.
12668 (antlr-file-dependencies): New function.
12669 (antlr-directory-dependencies): New function.
12670 (antlr-superclasses-glibs): New function.
12671 (antlr-run-tool): New command.
12672 (antlr-makefile-insert-variable): New function.
12673 (antlr-insert-makefile-rules): New function.
12674 (antlr-show-makefile-rules): New command.
12675
12676 * antlr-mode.el: More Emacs/XEmacs stuff.
12677 (antlr-no-action-keywords): New constant with value nil.
12678 (antlr-font-lock-keywords-alist): Use it. Old value would break
12679 syntax highlighting in Emacs-21.0.
12680 (antlr-default-directory): Emacs/XEmacs dependend function.
12681 (antlr-read-shell-command): Ditto.
12682 (antlr-with-displaying-help-buffer): Ditto.
12683
126842000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12685
12686 * antlr-mode.el: imenu, parsing and highlighting changes.
12687 (antlr-imenu-create-index-function): Don't create extra submenus
12688 for definitions in different grammar classes. It is not necessary
12689 for the menu and would make command `imenu' awkward to use.
12690 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
12691 header actions and more than one.
12692 (antlr-font-lock-tokendef-face): Changed color.
12693 (antlr-font-lock-tokenref-face): Changed color.
12694 (antlr-font-lock-additional-keywords): Also highlight lowercase.
12695 (antlr-mode-syntax-table): New variable.
12696 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
12697 (antlr-with-syntax-table): Don't copy syntax table.
12698
126992000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12700
12701 * antlr-mode.el: Minor changes: language setting.
12702 (antlr-language-alist): The value for file option "language" can
12703 be both an identifier and a string.
12704 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
12705 (antlr-language-limit-n-regexp): Change accordingly.
12706
127072000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
12708
12709 * antlr-mode.el: Minor changes: tabs, hiding.
12710 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
12711 (antlr-action-visibility): Also allow value nil to also hide the
12712 braces. Renamed from `antlr-tiny-action-length'.
12713 Suggested by Jay@aol.com.
12714 (antlr-hide-actions): Change accordingly. Hide line if completely
12715 hidden action is on a line of its own.
e04d21aa 12716
6ad948eb
SM
127172000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12718
12719 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
12720
12721 * sort.el (sort-columns): Don't concat strings with numbers.
12722
9c6a4107
DL
127232000-11-29 Dave Love <fx@gnu.org>
12724
12725 * cus-edit.el (face): Fix :format.
12726
12727 * mail/feedmail.el: Require smtpmail when compiling.
12728 (mail-do-fcc): Autoload.
12729 (feedmail) <defgroup>: Fix :link.
12730 (feedmail-nuke-body-in-fcc): Fix :type.
12731 (feedmail-send-it): Add autoload cookie.
12732
053b8d35
SM
127332000-11-29 Stefan Monnier <monnier@cs.yale.edu>
12734
12735 * newcomment.el (comment-indent): Save excursion around call to
12736 comment-indent-function.
12737
242c13e8
MB
127382000-11-29 Miles Bader <miles@gnu.org>
12739
12740 * subr.el (member-ignore-case): Return the tail of the list who's
12741 car matches, like `member', not the matching element itself.
12742
8f4b5f28
KH
127432000-11-29 Kenichi Handa <handa@etl.go.jp>
12744
12745 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
12746 should not contain `\n'.
12747
bebe4a2c
GM
127482000-11-28 Gerd Moellmann <gerd@gnu.org>
12749
fd9ac94c 12750 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 12751
ba7e40eb
GM
12752 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
12753
75ab0c79
GM
12754 * dired-aux.el (dired-do-create-files): Construct default file
12755 name for dired-mark-read-file-name so that when the user enters
12756 just RET, the target file will end up in the target directory.
12757
bebe4a2c
GM
12758 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
12759 local-abbrev-table before changing buffers because it might
12760 have a buffer-local binding.
12761
fa6d1ca8
MB
127622000-11-28 Miles Bader <miles@gnu.org>
12763
12764 * simple.el (delete-horizontal-space): Handle fields more generally.
12765
8d2c2642
GM
127662000-11-28 Gerd Moellmann <gerd@gnu.org>
12767
12768 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
12769
8b31236d
DL
127702000-11-28 Dave Love <fx@gnu.org>
12771
3cbd02d2
DL
12772 * progmodes/ps-mode.el (ps-mode): Set comment-start and
12773 comment-start-skip locally.
12774
8b31236d
DL
12775 * progmodes/fortran.el (fortran-mode): Don't set
12776 fortran-comment-line-start-skip. Set comment-start to
12777 fortran-comment-line-start.
12778 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
12779 (fortran-comment-line-start-skip): Simplify slightly.
12780
ae4bf56d
GM
127812000-11-28 Gerd Moellmann <gerd@gnu.org>
12782
17ef7534
GM
12783 * play/5x5.el: Remove RCS keyword.
12784
fd9ac94c 12785 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 12786
665b27a6
GM
127872000-11-28 Milan Zamazal <pdm@freesoft.cz>
12788
83c9cb8e
SM
12789 * textmodes/tildify.el (tildify-string-alist):
12790 Add `plain-tex-mode' here.
665b27a6 12791
fe3c2ae3
GM
127922000-11-28 Colin Walters <walters@cis.ohio-state.edu>
12793
12794 * chistory.el (Command-history-setup): Remove extraneous `keymap'
12795 reference.
12796
d970106b
MB
127972000-11-28 Miles Bader <miles@gnu.org>
12798
36b80a0d
MB
12799 * cus-face.el (custom-face-attributes): Add post-filter function
12800 for :box. Make pre-filter function for :box handle all cases.
12801
d970106b
MB
12802 * wid-edit.el (widget-choose): Make sure pop-up window is large
12803 enough to display all the choices, as there's no way to scroll it.
12804
5a2bae6c
KH
128052000-11-28 Kenichi Handa <handa@etl.go.jp>
12806
12807 * international/mule-conf.el: Make the coding system no-conversion
12808 safe for all characters.
12809
9e836e23
DL
128102000-11-27 Dave Love <fx@gnu.org>
12811
8b31236d
DL
12812 * net/ldap.el (ldap) <defgroup>: Add :version.
12813
9e836e23
DL
12814 * tooltip.el (tooltip-use-echo-area): Doc fix.
12815
12816 * cus-start.el <minibuffer-prompt-properties>: Add version.
12817 <read-buffer-function>: Add.
12818
12819 * apropos.el (apropos-print): Add help-echo to active text.
12820
12821 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
12822
4a74d071
GM
128232000-11-27 Gerd Moellmann <gerd@gnu.org>
12824
12825 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
12826 type, group and version.
12827
76058c27
EZ
128282000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
12829
4a74d071 12830 * select.el (x-get-selection): Docstring fix.
76058c27 12831
fd9ac94c 128322000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 12833
fd9ac94c 12834 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 12835
49060c51
AI
128362000-11-27 Andrew Innes <andrewi@gnu.org>
12837
12838 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
12839
12840 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
12841
b2a8e429
MB
128422000-11-27 Miles Bader <miles@gnu.org>
12843
12844 * dired.el (dired-get-filename): Return filename verbatim if
12845 LOCALP is `verbatim'.
12846 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
12847 `verbatim' so that we don't inadvertently delete a non-existant
12848 directory name.
12849
5ac0366d
KH
128502000-11-27 Kenichi Handa <handa@etl.go.jp>
12851
12852 * international/characters.el: Specify cases and syntaxes for
12853 mule-unicode-0100-24ff.
12854
67f1cf4c
GM
128552000-11-27 Gerd Moellmann <gerd@gnu.org>
12856
12857 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
12858 that foreground and/or background colors of the face `tool-bar'
12859 are unspecified.
12860
46c56972
MB
128612000-11-27 Miles Bader <miles@gnu.org>
12862
e04d21aa 12863 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
12864 (widget-field-end): Handle widget field `pseudo-overlays'.
12865 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
12866 if it's there instead of in `widget-field-list'.
12867
46c56972 12868 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
12869 (help-make-xrefs): Delete extraneous newlines at the end of the
12870 docstring.
46c56972 12871
640a9cdd
JR
128722000-11-25 Jason Rumney <jasonr@gnu.org>
12873
12874 * startup.el (command-line): Call set-locale-environment after
12875 Window System init file is read, as it can result in a call to
12876 redraw-frame.
12877
0b3f96d4
EZ
128782000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
12879
12880 * simple.el (shell-command): Mention the effect of the prefix
12881 argument in the doc string.
12882
8da6e2a1
MB
128832000-11-25 Miles Bader <miles@gnu.org>
12884
a658d039
MB
12885 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
12886
8da6e2a1 12887 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 12888 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 12889
d3416cca
JR
128902000-11-24 Jason Rumney <jasonr@gnu.org>
12891
12892 * international/mule-cmds.el (locale-language-names): Add "jp" as
12893 a non-standard alternative for Japanese.
12894
17e37f53
AS
128952000-11-24 Andre Spiegel <spiegel@gnu.org>
12896
12897 * vc-hooks.el: Require 'cl during compilation.
12898
9aa5f148
GM
128992000-11-24 Gerd Moellmann <gerd@gnu.org>
12900
ba193890
GM
12901 * faces.el (face-set-after-frame-default): Let face attributes
12902 specified for new frames override frame parameters.
12903
9aa5f148
GM
12904 * startup.el (command-line): Fix computation of the source file
12905 for user-init-file when user-init-file is a compiled file.
12906
51a1edab
MB
129072000-11-24 Miles Bader <miles@gnu.org>
12908
e04d21aa 12909 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
12910 (custom-post-filter-face-spec): New functions.
12911 (custom-face-set, custom-face-value-create): Filter the face spec
12912 before and after customization.
12913 (custom-face-set): If VALUE specifies a null face, pass a
12914 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
12915 * cus-face.el (custom-face-attributes): Remove SET and GET
12916 functions. Add some IN-FILTER and OUT-FILTER functions in the few
12917 cases they're needed.
12918
f30fe18b 12919 * wid-edit.el (checkbox): Add a small `X' to the :on-glyph, so
1ed74431
MB
12920 that it's distinguishable from the :off-glyph on dark-background
12921 displays. Set its background color too.
12922
67ee1125
MB
12923 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
12924 so that people can easily turn it off.
12925
7d027816 129262000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 12927
7d027816 12928 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 12929
9aa5f148 12930 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 12931
9aa5f148 12932 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 12933
9aa5f148 12934 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 12935 redundant skip-small-frames test.
e04d21aa 12936
9aa5f148 12937 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 12938 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 12939
9aa5f148
GM
12940 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
12941 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
12942 (viper-restore-cursor-type,viper-set-insert-cursor-type):
12943 New functions.
e04d21aa 12944
9aa5f148 12945 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 12946
9aa5f148 12947 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 12948
f07fa1b8
KH
129492000-11-24 Kenichi Handa <handa@etl.go.jp>
12950
83c9cb8e
SM
12951 * international/mule-diag.el (list-iso-charset-chars):
12952 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
12953 (list-non-iso-charset-chars): Fix the `while' condition.
12954
ba8299ff
SM
129552000-11-23 Stefan Monnier <monnier@cs.yale.edu>
12956
79372165
SM
12957 * subr.el (add-hook, remove-hook): Don't call make-local-hook
12958 if the variable is make-variable-buffer-local.
12959
83c9cb8e
SM
12960 * progmodes/ada-stmt.el (ada-template-map):
12961 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
12962 (ada-stmt-mode-hook): New function extracted from old code.
12963 Only change the buffer-local side of skeleton-*.
12964 (ada-mode-hook): Use it.
12965
68a887fa
EZ
129662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12967
12968 * iswitchb.el (iswitchb-minibuf-depth): New variable.
12969 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
12970 we expect to be returned by minibuffer-depth once we prompt the
12971 user in the minibuffer.
12972 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
12973 as recorded in iswitchb-minibuf-depth, return non-nil.
12974
3b345582
EZ
129752000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
12976
12977 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
12978 (hscroll-window-maybe): Docstring fix.
12979
595dead2
DL
129802000-11-23 Dave Love <fx@gnu.org>
12981
12982 * rect.el (string-rectangle): Don't test delete-selection-mode.
12983
1e66b27a
GM
129842000-11-23 Gerd Moellmann <gerd@gnu.org>
12985
02790ce2
GM
12986 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
12987 is in the tool bar.
12988
1e66b27a 12989 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 12990 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 12991
a4caa65d
SM
129922000-11-22 Stefan Monnier <monnier@cs.yale.edu>
12993
12994 * textmodes/outline.el (outline-flag-region):
12995 Don't bind inhibit-read-only since we don't modify the buffer.
12996 (outline-isearch-open-invisible): Don't jump to overlay-start
12997 since we're trying to unhide text around point.
12998 (outline-discard-overlays): Use dolist.
12999
13000 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
13001
03e757c1
GM
130022000-11-22 Gerd Moellmann <gerd@gnu.org>
13003
83c9cb8e 13004 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 13005
1598a961
SM
130062000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13007
13008 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
13009 Fix ARG regexp to skip quoted braces.
13010 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
13011 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
13012 are (correctly) handled separately).
13013 Remove `caption' and `footnote' from `citations': they contain text.
13014 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
13015 (latex-skeleton-end-hook): New function.
13016 (latex-mode): Use it.
13017 (tex-start-tex-marker): Remove.
13018 (tex-send-tex-command): Don't set tex-start-tex-marker.
13019 (tex-error-parse-syntax-table): New var.
13020 (tex-compilation-parse-errors): Use it.
13021 Ignore tex-start-tex-marker. Don't bother with marker-position.
13022 (tex-validate-buffer): Don't bother with marker-position.
13023
13024 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 13025 (flyspell-generic-progmode-verify): Use it.
1598a961 13026
eaae8106
SS
130272000-11-22 Sam Steingold <sds@gnu.org>
13028
83c9cb8e 13029 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 13030
eaae8106 13031 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 13032 `ada-remove-trailing-spaces'.
eaae8106 13033 (ada-remove-trailing-spaces): Removed.
e04d21aa 13034
eaae8106 13035 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 13036
1598a961
SM
13037 * textmodes/picture.el (picture-clean): Removed.
13038 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 13039
a41d49e9
GM
130402000-11-22 Gerd Moellmann <gerd@gnu.org>
13041
e053c60f
GM
13042 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
13043
a41d49e9
GM
13044 * hi-lock.el (hi-lock-refontify): Don't call non-existent
13045 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 13046 do anything special when jit-lock is active.
a41d49e9
GM
13047 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
13048
197615f3
DL
130492000-11-22 Dave Love <fx@gnu.org>
13050
ddbfaa9f
DL
13051 * calendar/todo-mode.el (todo-top-priorities): Use
13052 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
13053
ddc3c695
DL
13054 * language/chinese.el, language/cyrillic.el:
13055 * language/devanagari.el, language/ethiopic.el, language/greek.el:
13056 * language/hebrew.el, language/indian.el, language/japanese.el:
13057 * language/korean.el, language/lao.el, language/misc-lang.el:
13058 * language/thai.el, language/tibetan.el, language/vietnamese.el:
13059 Use provide.
13060
fb9fa98d
DL
13061 * cus-edit.el (custom-buffer-create-internal): Save some consing.
13062 (custom-variable-set): Improve validation error mesage.
13063
197615f3
DL
13064 * rect.el (string-rectangle): Revert last change.
13065 (string-rectangle-line): New arg DELETE.
13066 (string-rectangle): Check delete-selection-mode.
13067
13068 * emacs-lisp/edebug.el (edebug-version)
13069 (edebug-maintainer-address): Deleted.
13070 (edebug-submit-bug-report): Just alias to report-emacs-bug.
13071 (edebug-read-function): Account for other `'#' read forms.
13072 (edebug-mode-menus): Make some items toggles.
13073 (edebug-outside-unread-command-event, unread-command-event):
13074 Remove these to avoid warnings.
13075
f4117c4d
GM
130762000-11-22 David Ponce <david@dponce.com>
13077
13078 * recentf.el (recentf-menu-items-for-commands)
13079 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 13080 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 13081
f4117c4d
GM
13082 (recentf-build-dir-rules, recentf-dump-variable)
13083 (recentf-edit-list, recentf-open-files-item)
13084 (recentf-open-files): Replaced unnecessary `mapcar' with new
13085 built-in `mapc'.
eaae8106 13086
f8e2f3f2
MB
130872000-11-23 Miles Bader <miles@gnu.org>
13088
13089 * faces.el (menu): Make inverse-video on ttys too.
13090
4c4a541d
SM
130912000-11-22 Stefan Monnier <monnier@cs.yale.edu>
13092
13093 * simple.el (comment-line-break-function): Use the new name
13094 indent-new-comment-line -> comment-indent-new-line.
13095 (clone-indirect-buffer): Don't ignore NORECORD.
13096 (next-completion): Properly handle the case where items are adjacent.
13097
13098 * mouse.el (popup-menu): Stupid typo.
13099
980d836e
GM
131002000-11-22 Gerd Moellmann <gerd@gnu.org>
13101
60e8e0a5
GM
13102 * emacs-lisp/authors.el: Remove autoload cookies, add author,
13103 maintainer, keywords tags.
13104
980d836e
GM
13105 * rect.el (replace-rectangle): Don't call string-rectangle-line
13106 with too many arguments.
13107
e08b2069
AS
131082000-11-22 Andre Spiegel <spiegel@gnu.org>
13109
60e8e0a5 13110 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 13111 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
13112 vc-locking-user, which no longer exists.
13113
13114 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
13115
c6779d8d
DL
131162000-11-22 Dave Love <fx@gnu.org>
13117
13118 * md5.el (md5): Provide.
13119 (md5): Fix error call.
13120
e672fdce
MB
131212000-11-22 Miles Bader <miles@gnu.org>
13122
eaae8106 13123 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
13124 (refill-fill-paragraph-at): Remove debugging code.
13125
80e24c04
MB
13126 * calendar/calendar.el (generate-calendar-window): When we don't
13127 call `fit-window-to-buffer', make sure the top line is fully visible.
13128
3a17d6cc
MB
13129 * image-file.el (insert-image-file): Don't make `read-only'
13130 property rear-nonsticky.
13131
ae1a21c6
MB
13132 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
13133 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
13134 stashing away its original value.
13135 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
13136 in the recursive edit.
13137 Bind `isearch-original-minibuffer-message-timeout' to protect it.
13138 (isearch-done): Restore `minibuffer-message-timeout'.
13139
e672fdce
MB
13140 * cus-start.el: Remove entry for `mode-line-inverse-video'.
13141
3ea79df8
SM
131422000-11-21 Stefan Monnier <monnier@cs.yale.edu>
13143
13144 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
13145
13146 * find-lisp.el (find-lisp-find-files-internal):
13147 Use dolist, when and file-name-as-directory.
13148
980d836e 13149 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
13150 (define-derived-mode, define-minor-mode): Add specs.
13151
13152 * window.el: General comment and spacing fixes.
13153 (save-selected-window): Use backquotes.
13154 (window-safely-shrinkable-p): New function.
13155 (shrink-window-if-larger-than-buffer): Use it.
13156
13157 * subr.el (make-local-hook): Docstring fix.
13158
13159 * shell.el (shell-mode): Use define-derived-mode.
13160
13161 * newcomment.el (comment-indent): Insert comment before calling
13162 comment-indent-function. Don't insert in column 0.
13163 (comment-dwim): Indent before inserting comment.
13164
13165 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
13166 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
13167 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
13168 Use mapc rather than map.
13169
13170 * files.el (find-buffer-visiting): Compare all attributes before
13171 declaring two files identical (rather than just their inode-no).
13172 (auto-mode-alist): Use \' rather than $.
13173
13174 * which-func.el: Update maintainer line.
13175
13176 * pcvs.el (uniquify-buffer-file-name): Remove advice.
13177 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
13178 (uniquify-buffer-file-name): Use it.
13179
8f62f2b8
MB
131802000-11-22 Miles Bader <miles@gnu.org>
13181
13182 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
13183 * simple.el (minibuffer-avoid-prompt): New function.
13184
fb279a6d
GM
131852000-11-21 Gerd Moellmann <gerd@gnu.org>
13186
13187 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
13188
867092e9
MB
131892000-11-21 Miles Bader <miles@gnu.org>
13190
ef860850
MB
13191 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
13192 inclusion of `track-mouse'.
13193
867092e9
MB
13194 * textmodes/refill.el (refill-ignorable-overlay): New variable.
13195 (refill-adjust-ignorable-overlay): New function.
13196 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
13197 only the paragraph's tail if possible.
13198 Update `refill-ignorable-overlay'.
13199 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
13200
13201 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13202 point inside the fill-prefix.
13203
13204 * textmodes/refill.el (refill-post-command-function): Don't reset
13205 refill-doit in the case where a self-insertion command doesn't
13206 case a refill. Use `refill-fill-paragraph-at', getting position
13207 from `refill-doit'.
13208 (refill-after-change-function): Set `refill-doit' to END.
13209 (refill-fill-paragraph-at): New function, mostly from old
13210 refill-fill-paragraph.
13211 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
13212 (refill-pre-command-function): New function.
13213 (refill-mode): Add it to `pre-command-hook'.
13214
ff9ab414
GM
132152000-11-20 Gerd Moellmann <gerd@gnu.org>
13216
29a01b72
GM
13217 * textmodes/artist.el (artist-mode): Fix autoload cookie.
13218
ff9ab414
GM
13219 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
13220 javadoc tags.
eaae8106 13221
885b211b
AS
132222000-11-20 Andre Spiegel <spiegel@gnu.org>
13223
13224 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
13225 vc.el).
13226
eaae8106 13227 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 13228 require vc.
eaae8106
SS
13229
13230 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 13231 checkouts.
eaae8106 13232
d1838556
DL
132332000-11-20 Dave Love <fx@gnu.org>
13234
13235 * Makefile.in (DONTCOMPILE): Omit bindings.el.
13236
2b69bc11 132372000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 13238
2b69bc11
GM
13239 * calculator.el (calculator-paste): Use `if' instead of `and'
13240 and `or'.
13241 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 13242
b95b34e5
GM
132432000-11-19 Gerd Moellmann <gerd@gnu.org>
13244
030de92f
GM
13245 * info.el (info-menu-5): Doc fix.
13246
b95b34e5
GM
13247 * textmodes/artist.el: New file.
13248
54970452
AS
132492000-11-19 Andre Spiegel <spiegel@gnu.org>
13250
eaae8106 13251 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
13252 and differentiate according to checkout model.
13253 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
13254 since this function is only concerned with master state.
13255
83c9cb8e
SM
13256 * vc-hooks.el (vc-workfile-unchanged-p)
13257 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 13258
83c9cb8e
SM
13259 * vc.el (vc-workfile-unchanged-p)
13260 (vc-default-workfile-unchanged-p): See above.
54970452 13261
e5a9dabf
MB
132622000-11-19 Miles Bader <miles@gnu.org>
13263
13264 * image-file.el (insert-image-file): Make `intangible' and
13265 `read-only' properties rear-nonsticky too.
13266
24127af0
GM
132672000-11-18 Gerd Moellmann <gerd@gnu.org>
13268
d392e9c5 13269 * ps-print.el: Update copyright notice.
eaae8106 13270
d392e9c5
GM
13271 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
13272 (tooltip-show): Use the offsets.
13273
24127af0 13274 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 13275 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
13276 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
13277
2b69bc11 132782000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 13279
2b69bc11
GM
13280 * ps-print.el (toplevel): Test for find-coding-system being
13281 fboundp before calling ps-x-find-coding-system.
08ea6f17 13282
66321b2f
SM
132832000-11-16 Stefan Monnier <monnier@cs.yale.edu>
13284
13285 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
13286 (vc-version-backup-file): Docstring fix.
13287
046110c6
GM
132882000-11-16 Gerd Moellmann <gerd@gnu.org>
13289
4104194e
GM
13290 * files.el (basic-save-buffer): Don't add a newline if
13291 find-file-literally is non-nil.
13292 (find-file-literally): Extend doc string.
13293
046110c6
GM
13294 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
13295 sort(1) with the `-f' argument.
13296
6505c16e
AS
132972000-11-16 Andre Spiegel <spiegel@gnu.org>
13298
fd063975
AS
13299 * vc.el: Updated backend documentation.
13300 (vc-default-check-headers): New function.
13301
3d02dd81 13302 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
13303
13304 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 13305 up-to-date.
eaae8106 13306 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 13307 the minibuffer is not active.
fd063975 13308
eaae8106 13309 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 13310 `vc-cvs-use-edit' is on.
eaae8106
SS
13311 (vc-cvs-checkout): When this is used for reverting the workfile,
13312 make a backup of the original contents and revert to that in case
8791d617 13313 of error.
eaae8106 13314 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 13315 remote repositories.
eaae8106 13316
6505c16e
AS
13317 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
13318 for both version and ratio in the minibuffer.
fd063975 13319
eaae8106 13320 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 13321 Use vc-do-command to perform the annotation, not call-process.
6505c16e 13322
a13f0660
KH
133232000-11-16 Kenichi Handa <handa@etl.go.jp>
13324
13325 * international/quail.el (quail-start-translation): Don't call
13326 `message' before reading key sequence.
13327
1389a414
MB
133282000-11-16 Miles Bader <miles@lsi.nec.co.jp>
13329
13330 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
13331
9256a532
KH
133322000-11-16 Kenichi Handa <handa@etl.go.jp>
13333
13334 * window.el (fit-window-to-buffer): Be sure to acquire at least
13335 one text line even if the buffer is empty.
13336
0e14fe9f
GM
133372000-11-16 Gerd Moellmann <gerd@gnu.org>
13338
eaae8106 13339 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
13340 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
13341 Bind ange-ftp-process-verbose to nil.
0e14fe9f 13342
da645c53
DL
133432000-11-15 Dave Love <fx@gnu.org>
13344
83c9cb8e
SM
13345 * wid-edit.el (widget-specify-field, widget-specify-button):
13346 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
13347 widget-mouse-help.
13348 (widget-mouse-help): New function.
13349 (widget-echo-help): Rewritten for :help-echo functions only taking
13350 a widget arg.
13351
83c9cb8e
SM
13352 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
13353 Use display-graphic-p.
b12057b9
DL
13354 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
13355 and that JPEG is available.
13356 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
13357
da645c53
DL
13358 * international/mule-cmds.el (locale-charset-language-names):
13359 Match @euro.
13360
6d133d1f
GM
133612000-11-15 Gerd Moellmann <gerd@gnu.org>
13362
83c9cb8e
SM
13363 * faces.el (face-set-after-frame-default):
13364 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
13365 default face from X resources.
13366
49ac2ac5
EZ
133672000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13368
13369 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
13370 Don't set EMACSLOADPATH.
13371
4fb0a34c
EZ
133722000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
13373
13374 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
13375 texinfo-insert-@url.
13376 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
13377 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
13378
bb304a7a
SM
133792000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13380
82bc80bf
SM
13381 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
13382 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
13383 (checkdoc-minor-keymap): Backward compatibility.
13384 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
13385 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
13386 (checkdoc-this-string-valid-engine): Be a bit more strict
13387 to avoid matching substrings of `...' quoted vars/funs.
13388 (checkdoc-defun-info): Only look for `interactive' if alone.
13389 (debug-ignored-errors): Add "arg doesn't appear in docstring".
13390
e8c87124
SM
13391 * progmodes/compile.el (grep): `tag-default' can be nil.
13392
bb304a7a
SM
13393 * newcomment.el (comment-indent): Paren typo.
13394
8628686a
DL
133952000-11-14 Dave Love <fx@gnu.org>
13396
25c269ef
DL
13397 * calculator.el: New maintainer version.
13398
66321b2f 13399 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 13400
8628686a
DL
13401 * cmuscheme.el: Doc fixes.
13402 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 13403 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
13404
13405 * xscheme.el (scheme-program-name): Don't define here.
13406
13407 * progmodes/scheme.el (scheme-program-name): New variable
13408 (originally in cmuscheme).
13409
88f0a1eb
MB
134102000-11-14 Miles Bader <miles@gnu.org>
13411
13412 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
13413 Handle header-lines. Don't loop forever if we can't enlarge the
13414 window anymore. Simplify a bit.
13415
cd9a000c
KH
134162000-11-14 Kenichi Handa <handa@etl.go.jp>
13417
13418 * window.el (fit-window-to-buffer): Don't check
13419 window-text-height. Assure that the last line is fully visible.
13420
83c9cb8e
SM
13421 * international/quail.el (quail-show-guidance-buf):
13422 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
13423 buffer.
13424 (quail-update-guidance): Avoid making the guidance buffer shorter.
13425
d3fcda22
SM
134262000-11-14 Stefan Monnier <monnier@cs.yale.edu>
13427
bdbd9606
SM
13428 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
13429 rather than `prepend' and add an interesting comment.
13430 (tex-math-face, tex-font-lock-syntactic-face-function):
13431 New face and function to use it.
13432 (tex-define-common-keys, tex-mode-map): Use menu-item rather
13433 than `menu-enable' symbol property.
13434 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
13435 (tex-mode): Add some latex-mode commands for auto-selection.
13436 Use tex-font-lock-syntactic-face-function.
13437 (tex-insert-quote): Simplify.
13438 (tex-shell): New mode.
13439 (tex-start-shell): Use it.
13440 (tex-shell-proc, tex-shell-buf): New functions.
13441 (tex-send-command): Use it.
13442 (tex-main-file): Fix the meaning of the new arg REALFILE.
13443 (tex-send-tex-command): New function split from `tex-start-tex'.
13444 Set compilation-last-buffer and compilation-parsing-end.
13445
d3fcda22
SM
13446 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
13447 when it follows non-comment text on the line.
13448
13449 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13450 Set font-lock-defaults.
13451 (lisp-mode-shared-map): Init inside the defvar.
13452 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
13453 Use define-derived-mode.
13454
bdab1d43
MB
134552000-11-14 Miles Bader <miles@lsi.nec.co.jp>
13456
13457 * faces.el (header-line): Use `:box nil' for color/gs displays too.
13458
936ae731
GM
134592000-11-14 Gerd Moellmann <gerd@gnu.org>
13460
83c9cb8e
SM
13461 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
13462 Don't recursively optimize body because that can lead to infinite
936ae731
GM
13463 recursion; see comment there.
13464
1695ca2b
EZ
134652000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
13466
13467 * faces.el (face-spec-set-match-display): Revert the change from
13468 2000-10-24. Add a FIXME for after v21.1.
13469
9d348294
MB
134702000-11-13 Miles Bader <miles@gnu.org>
13471
13472 * textmodes/fill.el (skip-line-prefix): New function.
13473 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
13474 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
13475 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
13476 point inside the fill-prefix.
9d348294 13477
b85fa13c
MB
134782000-11-13 Miles Bader <miles@lsi.nec.co.jp>
13479
83c9cb8e
SM
13480 * calendar/calendar.el (generate-calendar-window):
13481 Use `fit-window-to-buffer'.
b85fa13c 13482
a0b47716
SM
134832000-11-12 Stefan Monnier <monnier@cs.yale.edu>
13484
13485 * gud.el (gud-minor-mode): New var.
13486 (gud-symbol, gud-val): New functions.
13487 (gud-find-file): Copy gud-minor-mode to the new buffer.
13488 (gud-menu-map): Include entries for commands that are not always
13489 available, using :enable to (de)activate them.
13490 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
13491 (gud-mode-map): New map.
eaae8106 13492 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
13493 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
13494 Don't set up gud's menu (it's done by the minor-mode).
13495 (gud-minibuffer-local-map): New.
13496 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
13497 (gud-query-cmdline): New function.
13498 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
13499 (gud-mode): Use define-derived-mode.
13500 Don't set up gud's menu (it's done by the minor-mode).
13501 (gud-chop-words): Remove.
13502 (gud-common-init): Use split-string instead.
13503 (gud-new-keymap, gud-make-debug-menu): Eradicate.
13504
13505 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
13506 Add keyword arg :name.
13507
13508 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
13509 (diff-count-matches, diff-split-hunk): New functions.
13510 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
13511
13512 * pcvs-info.el (cvs-fi-conflict-face): New var.
13513
13514 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
13515 Make it into a simple syntax-table, shared among all submodes.
13516 (sh-heredoc-face): Re-introduce.
13517 (sh-font-lock-syntactic-face-function): New function.
13518 (sh-mode): Use it. Also use define-derived-mode.
13519 Remove old bogus setting of indent-region-function.
13520 (sh-set-shell): Don't set the syntax-table any more.
13521 (sh-mode-syntax-table) <defun>: Remove.
13522
f5ed37df
MB
135232000-11-12 Miles Bader <miles@gnu.org>
13524
13525 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
13526 message if interactive.
13527
0b074c2f
DL
135282000-11-12 Dave Love <fx@gnu.org>
13529
13530 * mail/feedmail.el: Fix header,
13531 (feedmail) <defgroup>: Add :link.
13532
13533 * view.el: Use local-map property, not keymap on mode-line string.
13534
83c9cb8e
SM
13535 * scroll-all.el (scroll-all-mode): Customize variable.
13536 Add autoload cookie to function.
0b074c2f
DL
13537
13538 * lazy-lock.el: Remove compatibility code.
13539
13540 * finder.el (finder-known-keywords): Add `files', remove `vms'.
13541 (finder-help-echo): New variable.
13542 (finder-mouse-face-on-line): Add help-echo stuff.
13543 (finder-list-keywords, finder-list-matches): Use mapc.
13544
13545 * faces.el (face-font-registry-alternatives): Add :version.
13546
13547 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
13548 tags-table-list.
13549
a0b47716 13550 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 13551
a0b47716 13552 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
13553 (mail-mode): Use [:alnum:] in some regexps.
13554
6d502396
DL
135552000-11-10 Dave Love <fx@gnu.org>
13556
13557 * ediff.el (ediff-regions-internal, ediff-documentation):
13558 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
13559 fundamental mode.
13560
13561 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
13562 buffer into fundamental mode.
13563 (ediff-set-difference): Use copy-sequence if available.
13564
83c9cb8e
SM
13565 * ediff-ptch.el (ediff-dispatch-file-patching-job):
13566 Check ediff-patch-map non-nil.
6d502396
DL
13567 (ediff-fixup-patch-map, ediff-fixup-patch-map)
13568 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
13569 buffer into fundamental mode.
13570
13571 * ediff-merg.el (state-or-merge): Defvar when compiling.
13572
a82fe213
JR
135732000-11-10 Jason Rumney <jasonr@gnu.org>
13574
13575 * w32-fns.el (w32-add-charset-info): New function.
13576 (w32-charset-info-alist): Use it.
13577
52d89894
GM
135782000-11-10 Gerd Moellmann <gerd@gnu.org>
13579
13580 * faces.el (face-font-registry-alternatives): New user-option.
13581
178932de
SM
135822000-11-10 Stefan Monnier <monnier@cs.yale.edu>
13583
d7fa3319
SM
13584 * textmodes/texinfo.el (texinfo-block-default): New var.
13585 (texinfo-insert-block): Use it. Insert a newline if needed.
13586
178932de
SM
13587 * textmodes/fill.el (fill-indent-according-to-mode): New var.
13588 (fill-region-as-paragraph): Use it.
13589
13590 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
13591 (latex-mode): Tweak tex-*-(head|trail)er regexps.
13592 Tweak paragraph regexps to allow a leading [ \t]*.
13593 (tex-latex-block): Insert a newline if necessary.
13594 (latex-insert-item): Only insert a newline if necessary.
13595 (tex-guess-main-file): New function.
13596 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
13597 Set tex-main-file if TeX-master is provided.
13598 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
13599
bd02b8e0
GM
136002000-11-10 Gerd Moellmann <gerd@gnu.org>
13601
13602 * startup.el (command-line): Set the default tooltip-mode
13603 to t for graphical displays which implement x-show-tip.
13604
13605 * tooltip.el (tooltip-mode): Add a comment about startup.el
13606 setting the default value of this user-option.
13607
b29b03eb
SM
136082000-11-09 Stefan Monnier <monnier@cs.yale.edu>
13609
13610 * font-lock.el (font-lock-*-face) <defvar>: Move.
13611 (font-lock-defaults-alist): Mark obsolete.
13612 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
13613 (font-lock-mode): Use define-minor-mode.
13614 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
13615 (font-lock-turn-off-thing-lock): Be more explicit.
13616 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
13617 (font-lock-syntactic-face-function): New var.
13618 (font-lock-fontify-syntactically-region): Use it.
13619 (font-lock-doc-face): New.
13620
13621 * pcvs.el (cvs-enabledp): Ignore errors.
13622 (cvs-commit-filelist): Never query.
13623 (cvs-mode-insert): Always add a terminating / in the initial prompt.
13624 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
13625 (cvs-do-removal): Use cvs-partition rather than delete-if.
13626 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
13627 cvs-bury-buffer.
13628
13629 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13630 Allow `next' to jump to after the end of the last match.
13631
778fbc46
GM
136322000-11-09 Gerd Moellmann <gerd@gnu.org>
13633
730c746c
GM
13634 * simple.el (byte-compiling-files-p): New function.
13635
13636 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
13637 if it is there.
13638
13639 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
13640 nil again.
13641
778fbc46
GM
13642 * textmodes/ispell.el (ispell-library-path): Don't call
13643 check-ispell-version when byte-compiling because that starts
13644 an ispell process, and ispell might not be installed.
13645 (toplevel): Don't set up a menu when byte-compiling.
13646
13647 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
13648 it, so that a boundp test can be used to determine if we're
13649 currently byte-compiling.
13650
5912c5bb
DL
136512000-11-09 Dave Love <fx@gnu.org>
13652
83c9cb8e 13653 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 13654
7bb054a5
GM
136552000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13656
83c9cb8e
SM
13657 * ps-print.el: Patch for variable initialization when spooling.
13658 Doc fix.
7bb054a5
GM
13659 (ps-output-list): Fun eliminated.
13660 (ps-begin-file, ps-begin-job): Code fix.
13661
9db2706e
DL
136622000-11-08 Dave Love <fx@gnu.org>
13663
83c9cb8e 13664 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 13665
f7eb32aa
GM
136662000-11-08 Gerd Moellmann <gerd@gnu.org>
13667
13668 * simple.el (shell-command, display-message-or-buffer)
13669 (shell-command-on-region): Mention resize-mini-windows in the doc
13670 string.
13671 (display-message-or-buffer): Take the value of resize-mini-windows
13672 into account.
13673
7b01b08c
GM
136742000-11-07 Gerd Moellmann <gerd@gnu.org>
13675
acad3c0b
GM
13676 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
13677
7b01b08c
GM
13678 * dired.el (dired-between-files): Add `^. find' as an alternative
13679 to the regular expression, for find-dired.
13680
6f602bd0
SM
136812000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13682
13683 * textmodes/texnfo-upd.el: Require texinfo.
13684 (defmacro, defgroup): Remove.
13685 (texinfo-section-to-generic-alist): Remove.
13686 Use texinfo-section-list instead (i.e. level is changed string->int).
13687 (texinfo-filter): New function.
13688 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
13689 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
13690 Use it. And use regexp-opt.
13691 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
13692 (texinfo-update-menu-region-beginning)
13693 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
13694 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
13695 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 13696 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
13697 (texinfo-sequential-node-update): Remove autoload cookie.
13698
13699 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
13700 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
13701 (texinfo-chapter-level-regexp): Remove.
13702 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
13703
bb216218
DL
137042000-11-06 Dave Love <fx@gnu.org>
13705
6f602bd0 13706 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 13707
6f602bd0
SM
13708 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13709 Match defun*.
bb216218 13710
ff8dd5d5
KH
137112000-11-06 Kenichi Handa <handa@etl.go.jp>
13712
13713 * composite.el (composition-function-table): Variable declaration
13714 moved to src/composite.c.
13715 (compose-chars-after): New optional arg object.
13716
e9da51a1
GM
137172000-11-06 Gerd Moellmann <gerd@gnu.org>
13718
e0c12c68
GM
13719 * bindings.el (mode-line-toggle-read-only)
13720 (mode-line-toggle-modified, mode-line-widen)
13721 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
13722 (make-mode-line-mouse2-map): Rewritten.
13723 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
13724 functions so that C-h k can show something with a doc string.
eaae8106 13725
e9da51a1
GM
13726 * startup.el (fancy-splash-delay): Set to 10 seconds.
13727 (fancy-splash-max-time): New user-option.
13728 (fancy-splash-stop-time): New variable.
13729 (fancy-splash-screens): Set it. Catch `stop-splashing'.
13730 (fancy-splash-screens-1): Throw `stop-splashing' when current
13731 time is greater than fancy-splash-stop-time.
13732
611dbdf0
SM
137332000-11-06 Stefan Monnier <monnier@cs.yale.edu>
13734
4d2806e2
SM
13735 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
13736
611dbdf0
SM
13737 * pcvs.el (cvs-mode-marked): New arg `noquery'.
13738 Prompt user for a file rather than raising an error.
13739 (cvs-enabledp): Fix call to cvs-mode-marked.
13740 (cvs-insert-file): New function (extracted from cvs-mode-insert).
13741 (cvs-mode-insert): Use it. Change the init prompt' value.
13742 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
13743
13744 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
13745 Don't pass default arg to ewoc-locate.
13746 (ewoc-collect): Return result in the right order.
13747
13748 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
13749
13750 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
13751 (cvs-status-get-tags): Fix regexp.
13752 (cvs-status-trees, cvs-status-cvstrees):
13753 Combine after change hooks and don't sit-for.
4d2806e2
SM
13754 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
13755 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
13756 Use make-char rather than hard-coded cryptic data.
13757 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
13758
13759 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
13760
13761 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
13762 (cvs-insert-strings): New function.
13763
937b2877
MB
137642000-11-06 Miles Bader <miles@lsi.nec.co.jp>
13765
13766 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
13767 `mwheel-scroll-amount'.
13768 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
13769 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
13770 string-matching against the version string.
13771
c6c97763
KH
137722000-11-06 Kenichi Handa <handa@etl.go.jp>
13773
6eaec747
KH
13774 * language/thai.el ("Thai"): Set a lisp form that produces
13775 composed string in `sample-text' language info.
13776
13777 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
13778 composed string in `sample-text' language info.
13779
83c9cb8e
SM
13780 * international/mule-cmds.el (describe-language-environment):
13781 Eval `sample-text' data and insert the result.
6eaec747 13782
c6c97763
KH
13783 * international/mule-conf.el (compound-text): Define this coding
13784 system here. Make x-ctext and ctext aliases of it.
13785
13786 * language/european.el (compound-text, ctext): Moved to
13787 international/mule-conf.el.
13788
d1145f85
AI
137892000-11-05 Andrew Innes <andrewi@gnu.org>
13790
13791 * w32-fns.el (w32-version): New function.
13792
178a6a45
SM
137932000-11-05 Stefan Monnier <monnier@cs.yale.edu>
13794
13795 * progmodes/awk-mode.el: Update copyright.
13796 (awk-mode-abbrev-table): Remove.
13797 (awk-font-lock-keywords): Use regexp-opt.
13798 (awk-mode): Use define-derived-mode.
13799
13800 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
13801 when extracting a suffix.
13802
1ba90166
AS
138032000-11-04 Andre Spiegel <spiegel@gnu.org>
13804
13805 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
13806 auto-save-mode.
13807
546790cb
JR
138082000-11-04 Jason Rumney <jasonr@gnu.org>
13809
13810 * language/european.el (decode-mac-roman): Test against r1 not r0.
13811
d247e32d
SM
138122000-11-03 Stefan Monnier <monnier@cs.yale.edu>
13813
fbf44f44
SM
13814 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
13815 (icon-mode): Define indent-line-function.
13816 (icon-comment-indent): Simplify.
13817 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
13818
13819 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
13820
13821 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
13822 Bind change-log-default-mode to defeat the caching done on it.
13823 Don't bother saving excursion any more.
13824
13825 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
13826
13827 * frame.el (after-setting-font-hook): Rename hooks -> hook.
13828 (set-frame-font): Use the new name (and the old for compatibility).
13829
eaae8106
SS
13830 * toolbar/tool-bar.el (tool-bar-mode):
13831 * time.el (display-time-mode):
13832 * recentf.el (recentf-mode):
13833 * paren.el (show-paren-mode):
13834 * mwheel.el (mouse-wheel-mode):
13835 * msb.el (msb-mode):
13836 * jka-compr.el (auto-compression-mode):
13837 * image-file.el (auto-image-file-mode):
13838 * hl-line.el (hl-line-mode):
13839 * delsel.el (delete-selection-mode):
13840 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
13841 * complete.el (partial-completion-mode): Drop unneeded positional args.
13842
eaae8106 13843 * info.el (Info-mode):
79372165 13844 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 13845
d247e32d
SM
13846 * log-edit.el (log-edit-menu): New menu.
13847
4921558e
MB
138482000-11-03 Miles Bader <miles@gnu.org>
13849
13850 * wid-edit.el (widget-end-of-line): Reinstate, with a new
13851 definition, so that trailing spaces are handled properly.
13852 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
13853
1fc02b3c
GM
138542000-11-03 Gerd Moellmann <gerd@gnu.org>
13855
13856 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
13857 tab character.
13858 (fancy-splash-screens): Set tab-width to 20.
13859
51d001f7
DL
138602000-11-03 Dave Love <fx@gnu.org>
13861
13862 * comint.el (comint-completion-addsuffix): Fix custom type.
13863
ba22aeff
SM
138642000-11-02 Stefan Monnier <monnier@cs.yale.edu>
13865
13866 * font-lock.el (font-lock-buffers): Remove.
13867 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
13868 (font-lock-change-major-mode): Remove.
13869 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
13870 (font-lock-default-fontify-region): Extend the multiline
13871 fontification to whole lines.
13872 (font-lock-fontify-anchored-keywords)
13873 (font-lock-fontify-keywords-region): If matching just one
13874 line (with \n) only mark the \n as multiline.
13875
13876 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
13877 Correctly handle the case where several :group args are supplied.
13878 Allow :extra-args.
13879 (easy-mmode-define-global-mode): Allow :extra-args.
13880 Correctly handle the case where several :group args are supplied.
13881
9c887ada
MB
138822000-11-02 Miles Bader <miles@gnu.org>
13883
eaae8106 13884 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
13885 (holiday-face): Remove dependency on `window-system'.
13886
7f25090d
KR
138872000-11-02 Ken Raeburn <raeburn@gnu.org>
13888
13889 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 13890 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 13891 (compile-files): Bomb out if compilation of a file fails.
7f25090d 13892
7dd6009c
DL
138932000-11-02 Dave Love <fx@gnu.org>
13894
13895 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
13896
94821e4f
EZ
138972000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
13898
13899 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
13900 punctuation in the warning inserted into the *mail* buffer.
13901
1ac3fc42
GM
139022000-11-02 Gerd Moellmann <gerd@gnu.org>
13903
57731876
GM
13904 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
13905 (authors-public-domain-p): New function.
13906 (authors-print): Use it.
13907
975f82c9
GM
13908 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
13909
1ac3fc42
GM
13910 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
13911
4b3eb10f
GM
139122000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13913
975f82c9 13914 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
13915 (ps-print-version): New version number (6.3.1).
13916 (ps-even-or-odd-pages): Customization fix.
13917 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
13918 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
13919 (ps-page-count): Var replaced by `ps-page-column'.
13920 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
13921 (ps-print-sheet-p): New fun.
13922
7da794df
MB
139232000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13924
13925 * tooltip.el (tooltip-gud-tips-setup): New function.
13926 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
13927 (tooltip-mode): Call tooltip-gud-tips-setup.
13928 (tooltip-gud-tips): Use `gud-basic-call' instead of
13929 process-send-string, so the prompt gets frobbed appropriately.
13930 Handle nil return value from `tooltip-gud-print-command'.
13931
0e40b809
EL
139322000-11-01 Eric M. Ludlam <zappo@ultranet.com>
13933
13934 * comint.el (comint-add-to-input-history): New function.
13935 (comint-send-input): Use `comint-add-to-input-history'.
13936
50ada0db
MB
139372000-11-02 Miles Bader <miles@lsi.nec.co.jp>
13938
973a3104
MB
13939 * info.el (info-menu-header): New face.
13940 (Info-fontify-menu-headers): New function.
13941 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
13942
50ada0db
MB
13943 * info.el (Info-insert-dir): Don't include blank lines at
13944 beginning of additional dir files (one is added automatically).
13945
bff53411
SM
139462000-11-01 Stefan Monnier <monnier@cs.yale.edu>
13947
13948 * emacs-lisp/easy-mmode.el (define-minor-mode):
13949 Revert the latest changes.
13950 Allow the three positional arguments to be skipped and replaced
13951 by keyword arguments.
13952 Add a :toggle argument to determine whether a nil arg means toggle
13953 or means turn-on. The default is unchanged.
13954 Add a call to force-mode-line-update.
13955
6b8a0b2d
DL
139562000-11-01 Dave Love <fx@gnu.org>
13957
83c9cb8e 13958 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 13959
5bf99100
MB
139602000-11-01 Miles Bader <miles@lsi.nec.co.jp>
13961
83c9cb8e
SM
13962 * calendar/calendar.el (diary-face, holiday-face):
13963 Add dark-background variants.
5bf99100 13964
a4032611
SS
139652000-10-31 Sam Steingold <sds@gnu.org>
13966
13967 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
13968 `tex-main-file' does not have directory in it.
13969
c286608e
SM
139702000-10-31 Stefan Monnier <monnier@cs.yale.edu>
13971
13972 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
13973
4836835a
TTN
139742000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
13975
13976 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
13977 functional change.
13978
26dcb81b
GM
139792000-10-31 Gerd Moellmann <gerd@gnu.org>
13980
13981 * files.el (find-file-noselect): When we expand a wildcard, return
13982 a list of buffers, as we should do according to the doc string.
13983
49fc4500
KR
139842000-10-31 Ken Raeburn <raeburn@gnu.org>
13985
13986 * loadup.el (top level): Adjust load path if program name is
13987 "../src/bootstrap-emacs", in case it's not dumped and thus the
13988 load path adjustment hasn't already been done.
13989
ea0c615d
GM
139902000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13991
83c9cb8e
SM
13992 * ps-print.el: Fix bug on selected pages for printing.
13993 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
13994 is on. Try to avoid warning messages when compiling. Doc Fix.
13995 (ps-print-version): New version number (6.3).
13996 (ps-color-device): Use `color-values' to determine if device
13997 supports color.
13998 (ps-color-values): Try to use `x-color-values' when using XEmacs.
13999 (ps-print-page-p): Changed from defsubst to defun.
14000 (ps-page-number): Changed from defmacro to defun.
14001 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
14002 printing.
c286608e 14003 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
14004 (ps-end-file, ps-dummy-page): Funs eliminated.
14005 (ps-print-color-scale): Changed default value.
14006 (ps-page-n-up, ps-print-page-p): New internal vars.
14007 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
14008 (ps-plot-region, ps-generate, ps-end-job): Code fix.
14009
9e20722f
GM
14010 * delim-col.el: Little programming improvement.
14011 (delimit-columns-str): New macro.
14012 (delimit-columns-region, delimit-columns-rectangle): Code fix.
14013
d7a0fd00
KH
140142000-10-31 Kenichi Handa <handa@etl.go.jp>
14015
c286608e
SM
14016 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
14017 Moved to european.el.
d7a0fd00
KH
14018 (ccl-encode-mac-roman-font, fontset-mac): Modified for
14019 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
14020 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
14021 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 14022
234be340
DL
140232000-10-30 Dave Love <fx@gnu.org>
14024
14025 * progmodes/cc-menus.el (imenu-generic-expression)
14026 (imenu-progress-message): Only defvar when compiling.
14027
4edc4a39
DL
14028 * emacs-lisp/elp.el (elp-unload-hook): New function.
14029
14030 * loadhist.el (unload-feature): Call elp-restore-function,
14031 checking for symbols; don't use elp-restore-all.
14032 (loadhist-hook-functions): Doc fix.
14033
70c825df
SM
140342000-10-30 Stefan Monnier <monnier@cs.yale.edu>
14035
14036 * log-edit.el (log-edit-confirm): Fix the default.
14037
1d3baf74
GM
140382000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14039
14040 * delim-col.el: Little fix: replace delimit-columns-align-columns by
14041 delimit-columns-format.
14042 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 14043
1ec321a7
MB
140442000-10-30 Miles Bader <miles@lsi.nec.co.jp>
14045
14046 * comint.el (comint-replace-by-expanded-history): Don't use
14047 comint-get-old-input (we're not looking at *old* input).
14048 (comint-get-old-input-default): If using fields, signal an error
14049 when the point is not in an input field.
14050
70737ea9
KH
140512000-10-30 Kenichi Handa <handa@etl.go.jp>
14052
14053 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
14054 and mule-unicode-e000-ffff.
14055
fa0cb51d 14056 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
14057 (make-coding-system): Accept a symbol of translation table as a
14058 value of property `safe-chars'.
14059
14060 * international/mule-cmds.el (encode-coding-char): Check property
14061 safe-chars instead of safe-charsets.
14062
14063 * international/fontset.el (fontset-default): Modified for
14064 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
14065 (x-font-name-charset-alist): Likewise.
14066 (ccl-encode-unicode-font): New CCL program. Record it in
14067 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
14068
70c825df
SM
14069 * language/european.el (mac-roman-decoder, mac-roman-encoder):
14070 New translation tables.
70737ea9
KH
14071 (decode-mac-roman, encode-mac-roman): Definition of these CCL
14072 programs are modified and moved from mac-win.el.
14073 (mac-roman): Definition of this coding system is modified and
14074 moved from mac-win.el.
4836835a 14075
fda2ce24 140762000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14077
1d3baf74 14078 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 14079 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 14080
dd4d3cb6
MB
140812000-10-29 Miles Bader <miles@gnu.org>
14082
14083 * custom.el (custom-add-to-group): Allow multiple entries for a
14084 given value OPTION, as long as their widget types are different.
14085 * cus-edit.el (custom-face-value-create): If face name doesn't end
14086 with "face", add such here (similar to custom group widgets).
14087
14088 * comint.el (comint-highlight-prompt): Add :type.
14089
dace60cf
JW
140902000-10-28 John Wiegley <johnw@gnu.org>
14091
dace60cf
JW
14092 * calendar/timeclock.el (timeclock-log): Doc fix.
14093 (timeclock-last-event): Doc fix.
83c9cb8e 14094 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
14095 (timeclock-find-discrep): Use a temp buffer to read in the
14096 timelog, instead of visiting the file.
14097 (timeclock-log-data): A new function, along with a host of helper
14098 functions, for the purpose of making timelog data accessible to
14099 programmers.
14100
14101 * eshell/esh-mode.el (window-height test): Make certain that
14102 `eshell-stringify-t' is non-nil.
14103 (eshell-password-prompt-regexp): Changed to a much simpler
14104 password regexp.
14105 (eshell-send-input): If `eshell-invoke-directly' returns t,
14106 directly invoke the parsed command using `eval'. This improves
14107 turn-around time on simple commands by a factor of three or
14108 greater, such as cd, ls, pwd, etc. -- which get used very often.
14109 It also conserves thousands of cons cells per call (since
14110 `eshell-do-eval' consumes memory like a Cookie Monster set loose
14111 in the Pacific Cookie Company).
14112
14113 * eshell/esh-test.el (eshell-test): Whitespace fix.
14114
83c9cb8e
SM
14115 * eshell/em-ls.el (eshell-ls-insert-directory):
14116 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
14117
14118 * eshell/em-script.el (eshell-script-initialize): Add names to
14119 `eshell-complex-commands, since `source' and `.' are complex.
14120
0467b076
EZ
14121 * eshell/esh-cmd.el (eshell-rewrite-for-command)
14122 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
14123 `eshell-copy-handles'.
14124 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
14125 bodies.
14126 (eshell-separate-commands): Whitespace fix.
14127 (eshell-complex-commands): Added a new list of names, for
14128 determining whether a given command is as simple as it looks.
14129 (eshell-invoke-directly): New function. Returns t if a command
14130 should be invoked directly (using `eval'), rather than indirectly
14131 using `eshell-do-eval'.
14132 (eshell-do-eval): Whitespace fix.
14133
14134 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
14135 which provides an emulation of the DOS shell behavior of assuming
14136 that cp/mv/ln should copy/move/link to the current directory.
14137 (eshell-remove-entries): Added a doc string.
14138 (eshell-shuffle-files): Removed the check for `target' being null.
14139 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
14140 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
14141 it to do a smarter check of whether a destination was provided.
14142 (eshell/mv, eshell/cp): Enable `:preserve-args'.
14143 (eshell/ln): Enable `:preserve-args', and use
14144 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
14145 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
14146 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
14147 list after flattening it. This makes it possible to cat files
14148 with numerical names.
14149 (eshell-unix-initialize): Added several names to
14150 `eshell-complex-commands.
14151 (eshell-unix-command-complex-p): Return t if a given command name
14152 may result in external processes being invoked.
14153
14154 * eshell/em-glob.el (eshell-glob-show-progress): Make this
14155 variable nil by default, since it slows down glob processing by a
14156 factor of two or more, and increases memory consumption.
14157
14158 * eshell/em-smart.el: Added a note about how memory consumptive
14159 smart display mode can be (at least this is true in Emacs 21).
14160 (eshell-smart-initialize): Whitespace fix.
14161 (eshell-refresh-windows): Use `if' instead of `when'.
14162 (eshell-smart-scroll-window): Calling `save-current-buffer' was
14163 not necessary.
83c9cb8e 14164 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
14165
14166 * eshell/em-ls.el (eshell-do-ls): Code simplification.
14167 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
14168 Whitespace fix.
14169 (eshell-ls-exclude-hidden): Added this variable in addition to
14170 `eshell-ls-exclude-regexp'. This one prevents files beginning
14171 with . from even being read, which can improve memory consumption
14172 quite a bit.
14173 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
14174 read file entries beginning with a dot. In home directories with
14175 lots of hidden files, fully two-thirds of the time spent in ls is
14176 used to read directory entries that are immediately thrown away.
14177 (eshell-ls-initial-args): Added back this configuration variable,
14178 for specifying default initial arguments to every call to ls.
14179 Much faster than using an alias to do the same thing.
14180 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
14181 (eshell-ls-dir): Whitespace change.
14182
14183 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
14184
83c9cb8e 14185 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
14186 (eshell-stringify-t): Added a customization variable, to indicate
14187 whether `t' should be rendered as a string at all. If not, one
14188 can still determine if the result of an expression is true using
14189 "file-exists-p FILE && echo true".
14190 (eshell-stringify): If `eshell-stringify-t' is nil, don't
14191 stringify t!
14192
14193 * eshell/esh-module.el: Whitespace fix.
14194
83c9cb8e
SM
14195 * eshell/em-alias.el (eshell-alias-initialize):
14196 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
14197 (eshell-command-aliased-p): New function that returns t if a
14198 command name names an aliased.
14199
657f9cb8 142002000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 14201
0467b076 14202 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 14203 redrawing the screen when changing cursor color.
0467b076
EZ
14204 (viper-insert-state-pre-command-sentinel)
14205 (viper-replace-state-pre-command-sentinel)
70c825df
SM
14206 (viper-replace-state-post-command-sentinel):
14207 Use viper-preserve-cursor-color.
657f9cb8
MK
14208 Many functions changed to use viper= instead of = when comparing
14209 characters.
0467b076 14210 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 14211 working with characters.
0467b076 14212 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
14213 Many functions changed to use viper= instead of = when comparing
14214 characters.
0467b076 14215 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 14216
0467b076 14217 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 14218 Several typos fixed in various docstrings.
0467b076 14219 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 14220 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
14221 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
14222 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
14223 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
14224 (ediff-get-selected-buffers): New function.
14225 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
14226 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
14227 Use save-window-excursion.
0467b076 14228 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 14229 termination check in while loop.
0467b076 14230 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 14231 dired buffer.
0467b076
EZ
14232 (ediff-files,ediff-merge-files,ediff-files3)
14233 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 14234
4f490d99
DL
142352000-10-28 Dave Love <fx@gnu.org>
14236
14237 * info.el (Info-fontify-node): Add help-echo for menu items.
14238
45b84006
EZ
142392000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
14240
5ebc02b3
EZ
14241 * startup.el (normal-top-level): If the value of $TERM indicates
14242 we are running from xterm or one of its work-alikes, default to a
14243 light background mode.
14244
45b84006
EZ
14245 Support for -fg, -bg, and -rv command-line arguments for TTYs:
14246 * faces.el (tty-handle-reverse-video): New function.
14247 (tty-create-frame-with-faces): Call it.
14248
14249 * frame.el (frame-notice-user-settings): Don't apply
14250 default-frame-alist and initial-frame-alist to MS-DOS frames.
14251 Call tty-handle-reverse-video, frame-set-background-mode, and
14252 face-set-after-frame-default for non-MS-DOS frames.
14253
14254 * startup.el (tty-long-option-alist): New variable.
14255 (tty-handle-args): New function.
14256 (command-line): Call tty-handle-args.
14257
14258 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
14259 startup.el now does that for all character-terminal frames.
14260
eab6e8b9
MB
142612000-10-28 Miles Bader <miles@gnu.org>
14262
83c9cb8e
SM
14263 * emacs-lisp/easy-mmode.el (define-minor-mode):
14264 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
14265 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 14266 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
14267 version using `easy-mmode-define-global-mode'.
14268 Add :conditional-turn-on keyword argument.
eab6e8b9 14269
51a29efc
DL
142702000-10-28 Dave Love <fx@gnu.org>
14271
83c9cb8e
SM
14272 * international/latin1-disp.el (latin1-char-displayable-p):
14273 Don't use window-system.
51a29efc 14274
d71d7114
EZ
142752000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
14276
14277 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
14278 Don't call find-buffer-file-type-coding-system. Instead, just
14279 set eol-type to -unix if inhibit-eol-conversion is in effect, or
14280 if the file is on an untranslated filesystem.
14281 (add-untranslated-filesystem): Use "D" instead of "f" inside
14282 interactive.
14283
1f9cab4b
DL
142842000-10-27 Dave Love <fx@gnu.org>
14285
70c825df 14286 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
14287 (refill-mode): Use it.
14288
70c825df
SM
142892000-10-27 Stefan Monnier <monnier@cs.yale.edu>
14290
14291 * international/quail.el (quail-activate): Don't make-local-hook.
14292
7432cf10
AS
142932000-10-27 Andre Spiegel <spiegel@gnu.org>
14294
4836835a 14295 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 14296 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
14297 (vc-make-version-backup): Don't do it on MS-DOS without long file
14298 names.
4836835a 14299
7432cf10
AS
14300 * vc.el (vc-version-other-window): If an automatic backup of the
14301 desired version exists, rename it instead of copying it.
14302
4836835a
TTN
14303 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
14304 after command. If there's an unexpected error, signal it instead
7432cf10 14305 of being silent.
e1483c38 14306 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 14307
05ea7ef2
MB
143082000-10-27 Miles Bader <miles@lsi.nec.co.jp>
14309
fd1035aa
MB
14310 * shell.el (shell): Add BUFFER argument.
14311 * comint.el (make-comint-in-buffer): New function.
14312 (make-comint): Use it.
14313
05ea7ef2
MB
14314 * faces.el (face-spec-choose): Change syntax so that the list of
14315 attribute-value pairs is now the cdr of each clause, not the cadr.
14316 Detect old-style entries, and handle them. Use pop.
14317
835a55fe
SM
143182000-10-26 Stefan Monnier <monnier@cs.yale.edu>
14319
f5ab1cdd
SM
14320 * cus-edit.el (custom-mode-map): Use a sparse map.
14321 (custom-mode): Don't bother with make-local-hook.
14322
14323 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
14324
835a55fe
SM
14325 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
14326
c13b0ec8
GM
143272000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14328
14329 * ps-print.el: Avoid compilation gripes.
14330 (ps-print-version): New version number (6.2.1).
4836835a 14331
e9f63196
DL
143322000-10-26 Dave Love <fx@gnu.org>
14333
0b95284b
DL
14334 * menu-bar.el: Modify some menu item help strings.
14335 (menu-bar-help-menu): Add link to MORE.STUFF.
14336
e9f63196
DL
14337 * cus-edit.el (custom-mode): Add `special' mode-class property.
14338
14339 * wid-browse.el (widget-browse-mode): Likewise.
14340
14341 * wid-edit.el (widget-specify-field): Revert to using local-map
14342 property, not keymap.
14343
e276a14a
MB
143442000-10-26 Miles Bader <miles@lsi.nec.co.jp>
14345
c1545d88
MB
14346 * wid-edit.el (widget-field-end): When checking for a `boundary'
14347 field, do so in the correct buffer.
14348
3c1b77ca
MB
14349 * simple.el (undo): Correctly distinguish between numeric and
14350 non-numeric prefix args in non-transient-mark-mode, as per the doc
14351 string. When in transient-mark-mode, treat all prefix-args as
14352 numeric.
14353
f5ab1cdd
SM
14354 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
14355 Position point on match. Handle N == 0 correctly.
22626d9d
MB
14356
14357 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
14358 (comint-mode-map): Reverse order of `comint-write-output' and
14359 `comint-append-output-to-file'.
14360 (comint-append-output-to-file): Reinstate this function, for the
14361 benefit of the menu.
14362
d97151cb
SM
143632000-10-25 Stefan Monnier <monnier@cs.yale.edu>
14364
14365 * vc.el (vc-version-other-window): Bind `file'.
14366
ea7d6f5b
GM
143672000-10-25 Gerd Moellmann <gerd@gnu.org>
14368
f5ab1cdd 14369 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
14370
14371 * emacs-lisp/authors.el (batch-update-authors): New function.
14372 (authors-fixed-entries): New defconst.
14373 (authors-add-fixed-entries): New function.
14374 (authors): Call it.: Don't process lispref/.
14375
17c25cea
JR
143762000-10-25 Jason Rumney <jasonr@gnu.org>
14377
14378 * cus-edit.el (custom-button-face, custom-button-pressed-face):
14379 Merge x w32 and mac definitions.
14380
4ecda532
GM
143812000-10-25 Gerd Moellmann <gerd@gnu.org>
14382
14383 * menu-bar.el (menu-bar-options-menu): Add a help string for
14384 `uniquify'.
14385
b52758d1 143862000-10-25 Stephen Gildea <gildea@stop.mail-abuse.org>
b6735035 14387
f5ab1cdd
SM
14388 * time-stamp.el (time-stamp-string-preprocess):
14389 Fix a wrong type argument error.
b6735035 14390
f4cbc7a0
MB
143912000-10-25 Miles Bader <miles@gnu.org>
14392
14393 * recentf.el (recentf-mode): Variable removed.
14394 (recentf-mode): Use `define-minor-mode'.
14395
14396 * mwheel.el (mouse-wheel-mode): New global minor mode.
14397 (mwheel-install): Use `mouse-wheel-mode'.
14398
f4b020f6
DL
143992000-10-25 Dave Love <fx@gnu.org>
14400
f5ab1cdd
SM
14401 * progmodes/cperl-mode.el (cperl-mode):
14402 Set normal-auto-fill-function correctly.
072cb6f9 14403
83c9cb8e
SM
14404 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14405 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 14406 bindings.
f4b020f6 14407
ebe2a441
MB
144082000-10-25 Miles Bader <miles@lsi.nec.co.jp>
14409
ff4dcd4b
MB
14410 * wid-edit.el (widget-field-at): New function.
14411 (widget-at, widget-field-activate): Use it.
14412 (widget-tabable-at): Use `widget-at'.
14413 (widget-specify-field): If the terminating character of the widget
14414 field (which is read-only) is a newline, put it into a special
14415 `boundary' field so that C-n/C-p act more naturally.
14416 (widget-field-end): Also don't subtract one if a special
14417 `boundary' field has been added after the widget field.
14418
83c9cb8e
SM
14419 * comint.el (comint-output-filter, comint-send-input):
14420 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 14421 code, since it should notice the overlay insertion-types now.
ff4dcd4b 14422
ebe2a441
MB
14423 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
14424 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
14425 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
14426
fe50b6ab
GM
144272000-10-24 Gerd Moellmann <gerd@gnu.org>
14428
53df4dda 14429 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
14430 (authors): Set file coding system to iso-2022-7bit.
14431 Add file-local variables to output buffer.
53df4dda 14432
4836835a 14433 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
14434 WARN is nil.
14435
53df4dda
GM
144362000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14437
14438 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
14439
14440 * delim-col.el: Now there is a column formatting mechanism.
14441 Modified to customization mechanisms convention. Doc fix.
14442 (columns): New group for delim-col.
14443 (delimit-columns-before, delimit-columns-after)
14444 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
14445 (delimit-columns-end): New vars.
14446 (delimit-columns-customize, delimit-columns-format): New funs.
14447 (delimit-columns-region, delimit-columns-rectangle)
14448 (delimit-columns-rectangle-line): Modified to support column
14449 formatting.
4836835a 14450
a9839779
DL
144512000-10-24 Dave Love <fx@gnu.org>
14452
14453 * log-edit.el (log-edit): Add :version and a :group for vc.
14454
df0267b8
GM
144552000-10-24 Gerd Moellmann <gerd@gnu.org>
14456
9acc3873
GM
14457 * files.el (after-find-file): Don't print a message ``New file''
14458 if WARN is nil.
14459
83c9cb8e
SM
14460 * wid-edit.el (widget-field-keymap, widget-text-keymap):
14461 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
14462 get duplicate tool-bar entries because we'll see the global ones
14463 on more than one path through keymaps.
14464
1946f901
GM
14465 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
14466
df0267b8
GM
14467 * progmodes/cmacexp.el: Change Francesco's email address.
14468
ae3b264b
KH
144692000-10-24 Kenichi Handa <handa@etl.go.jp>
14470
14471 * window.el (fit-window-to-buffer): Adjust point of the window
14472 buffer, not that of the current buffer.
14473
23afac01
EZ
144742000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
14475
14476 * progmodes/cmacexp.el: Update the euthor's email address.
14477
22d1a4ed
MB
144782000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14479
14480 * faces.el (face-spec-set-match-display): Add `graphic' display
14481 type (the inverse of `tty'). Use `display-graphic-p' instead of
14482 the window-system variable.
14483
f408aa48
KH
144842000-10-24 Kenichi Handa <handa@etl.go.jp>
14485
83c9cb8e
SM
14486 * international/isearch-x.el (isearch-with-input-method):
14487 Call input-method-function with the first event in
f408aa48
KH
14488 unread-command-events.
14489
94fe8a31
MB
144902000-10-24 Miles Bader <miles@lsi.nec.co.jp>
14491
83c9cb8e 14492 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 14493
8f47302e
AC
144942000-10-24 Andrew Choi <akochoi@i-cable.com>
14495
14496 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
14497 New charsets.
14498
14499 * term/mac-win.el: Remove definitions of mac-roman-lower and
14500 mac-roman-upper, require dired, and define instead of set
14501 mac-ready-for-drag-n-drop to avoid compilation error.
14502
446c097e
AI
145032000-10-23 Andrew Innes <andrewi@gnu.org>
14504
83c9cb8e
SM
14505 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
14506 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
14507 expand-file-name after convert-standard-filename to ensure
14508 expected directory separators are used.
14509
379b70e7
EZ
145102000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
14511
14512 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
14513
85c766e9
DL
145142000-10-23 Dave Love <fx@gnu.org>
14515
b7e03a67
DL
14516 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
14517 (tool-bar-add-item): Set foreground and background for XBM icons.
14518
83c9cb8e
SM
14519 * international/latin1-disp.el (latin1-char-displayable-p):
14520 New function (from Handa).
b7e03a67
DL
14521 (latin1-display-check-font): Use it.
14522
0dcf8835 14523 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
14524 using :key-sequence, making it much more usable.
14525 Use nconc, not append.
0dcf8835
DL
14526 (imenu--create-keymap-1): Avoid append.
14527
85c766e9 14528 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 14529
cb3069bb
MB
145302000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14531
14532 [the following changes fix a bug where `define-minor-mode' didn't
14533 correctly generate :require clauses for defcustoms in compiled files]
14534 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
14535 (byte-compile-log-file, byte-compile-log-1): Don't set
14536 `byte-compile-current-file' to nil. Instead set
14537 `byte-compile-last-logged-file' to it. Test whether
14538 byte-compile-current-file equals byte-compile-last-logged-file
14539 instead of whether its nil.
3b6542ba 14540 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 14541
6db6243b
SM
145422000-10-23 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * textmodes/refill.el: Fix var names in doc.
14545 (refill-mode): Don't bother with make-local-hook anymore.
14546
98490598
MB
145472000-10-23 Miles Bader <miles@lsi.nec.co.jp>
14548
e01cd227
MB
14549 * faces.el (face-user-default-spec, face-default-spec): New functions.
14550 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 14551 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
14552 Use `face-user-default-spec'. Simplify code slightly.
14553
4836835a 14554 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
14555 (woman-unknown-face): Add dark-background variants.
14556 (woman-default-faces): Renamed from `woman-colour-faces'.
14557 Set using the stored defaults, rather than using hard-wired colors.
14558 (woman-monochrome-faces): Renamed from `woman-black-faces'.
14559 Just make the foreground `unspecified' rather than "black".
14560 (woman-menu): Rename menu entries accordingly.
14561
98490598
MB
14562 * faces.el (header-line): Make more reasonable on mono/grayscale
14563 displays.
14564
1a578e9b
AC
145652000-10-23 Andrew Choi <akochoi@i-cable.com>
14566
14567 * cus-edit.el (custom-button-face): Use 3D look for mac.
14568 (custom-button-pressed-face): Likewise.
14569
14570 * faces.el (set-face-attributes-from-resources): Handle mac frames
14571 in the same way as x and w32 frames.
14572 (face-valid-attribute-values): Likewise.
14573 (read-face-attribute): Likewise.
14574 (defined-colors): Likewise.
14575 (color-defined-p): Likewise.
14576 (color-values): Likewise.
14577 (display-grayscale-p): Likewise.
14578 (face-set-after-frame-default): Likewise.
14579 (mode-line): Same default face as for x and w32.
14580 (tool-bar): Likewise.
14581
14582 * frame.el: Remove call to frame-notice-user-settings at end of
14583 the file.
14584
83c9cb8e 14585 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
14586 as for x, pc, and w32 frame types.
14587
14588 * term/mac-win.el: New file.
14589
aaaf7be7
DL
145902000-10-22 Dave Love <fx@gnu.org>
14591
14592 * textmodes/refill.el: New file.
14593
5392d654
AS
145942000-10-22 Andre Spiegel <spiegel@gnu.org>
14595
4836835a 14596 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 14597 MANUAL and REGEXP.
4836835a 14598 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
14599 New functions.
14600 (vc-before-save): Use the latter.
14601 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
14602 confusion.
14603
4836835a 14604 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
14605 expected by vc[-hooks].el.
14606
14607 * vc.el (vc-checkout): Added `-p' suffix in call to
14608 vc-make-version-backups-p; use vc-make-version-backup to actually
14609 make the backup.
14610 (vc-version-other-window, vc-version-backup-file): Handle both
14611 automatic and manual backups.
14612 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
14613 of all of them.
14614
1e221c16
MB
146152000-10-22 Miles Bader <miles@gnu.org>
14616
7ff4fda5
MB
14617 * comint.el (comint-highlight-input, comint-highlight-prompt):
14618 Renamed, `-face' at end removed.
14619 (comint-send-input, comint-output-filter): Use renamed faces.
14620
3511cde8
MB
14621 * window.el (fit-window-to-buffer): Change defaulting of
14622 MAX-HEIGHT slightly.
14623
1e221c16
MB
14624 * faces.el (color-values, color-defined-p): Use `member', not
14625 `memq', because it works correctly for strings.
14626 (frame-set-background-mode): Actually, "unspecified-fg" and
14627 "unspecified-bg" *are* strings. Use `member', not `memq', and
14628 `equal', not `eq', when a string value is possible.
14629
b6ef4898
EZ
146302000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
14631
14632 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
14633
34939e2c
SM
146342000-10-21 Stefan Monnier <monnier@cs.yale.edu>
14635
14636 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
14637 sh-electric-rparen, sh-electric-less and sh-electric-hash.
14638 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
14639 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
14640 (sh-font-lock-syntactic-keywords): Use them.
14641 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
14642 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
14643 (sh-mode): Don't override font-lock-unfontify-region-function.
14644 Use a copy of sh-font-lock-syntactic-keywords.
14645 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
14646 Don't call sh-scan-buffer since font-lock does it on the fly.
14647 (sh-get-indent-info): Use `face' rather than `syntax-table'
14648 text-property to detect here-documents.
14649 Replace sh-special-syntax with sh-st-punc.
14650 (sh-prev-line): Use `face' rather than `syntax-table'
14651 text-property to skip over here-documents.
14652 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
14653 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
14654 (sh-electric-less, sh-set-here-doc-region)
4836835a 14655 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
14656 (sh-scan-buffer, sh-rescan-buffer): Remove.
14657
f3d3c491
AI
146582000-10-21 Andrew Innes <andrewi@gnu.org>
14659
14660 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
14661 remote (ange-ftp) file names.
14662
b86c791c
MB
146632000-10-21 Miles Bader <miles@gnu.org>
14664
d9c30bdf
MB
14665 * window.el (fit-window-to-buffer): New function.
14666 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
14667 (window-text-height): Don't expect minibuffers to have mode-lines.
14668
d9c30bdf 14669 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
14670 * international/quail.el (quail-update-guidance):
14671 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 14672
617fee5a
MB
14673 * international/quail.el (quail-show-guidance-buf): Make sure
14674 guidance window really has enough room.
14675 (quail-update-guidance): If quail-guidance-win is already shown,
14676 make sure its height is OK.
14677
b86c791c
MB
14678 * window.el (window-text-height, set-window-text-height):
14679 New functions.
14680 (shrink-window-if-larger-than-buffer): Use `window-text-height'
14681 instead of `window-height' & `mode-line-window-height-fudge'.
14682 (mode-line-window-height-fudge): Add FACE parameter.
14683 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
14684 instead of `enlarge-window' & `mode-line-window-height-fudge'.
14685
e34850d1
MB
146862000-10-20 Miles Bader <miles@gnu.org>
14687
14688 * window.el (height-affecting-face-attributes): Use `defconst'.
14689
14690 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
14691 New function, conditionally aliased to `mode-line-window-height-fudge'.
14692 (ispell-help): Use it.
14693 (ispell-choices-win-default-height): Don't include mode-line fudge.
14694 (ispell-choices-win-default-height): New function.
14695 (ispell-show-choices, ispell-command-loop): Use function
14696 `ispell-choices-win-default-height' instead of variable.
14697
a8b883c2
MB
146982000-10-20 Miles Bader <miles@lsi.nec.co.jp>
14699
8c6e4a58
MB
14700 * window.el (mode-line-window-height-fudge): New variable.
14701 (height-affecting-face-attributes): New variable.
14702 (mode-line-window-height-fudge): New function.
14703 (shrink-window-if-larger-than-buffer): Use it.
14704 * help.el (resize-temp-buffer-window): Likewise.
14705
a8b883c2
MB
14706 * info.el (Info-fontify-node): Add support for @subsubsection
14707 titles, which use `Info-title-4-face'.
14708 (Info-title-4-face): New face.
14709 (Info-title-3-face): Inherit from Info-title-4-face instead of
14710 variable-pitch.
14711
e64c3a75
JR
147122000-10-19 Jason Rumney <jasonr@gnu.org>
14713
14714 * dired.el (dired-insert-directory): Do not let errors signalled by
14715 attempt to run dired-free-space-program prevent dired from working.
14716
c70fe852
SM
147172000-10-19 Stefan Monnier <monnier@cs.yale.edu>
14718
14719 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
14720
877cf6b4
GM
147212000-10-19 Gerd Moellmann <gerd@gnu.org>
14722
5de037e0
GM
14723 * dirtrack.el (dirtrack): Fix call to run-hooks.
14724
6deb9af9
GM
14725 * cmuscheme.el (cmuscheme-program-name): Renamed from
14726 scheme-program-name because xscheme.el contains a defcustom with
14727 the same name. As a consequence, customizing group `cmuscheme'
14728 loaded `xscheme' which redefined run-scheme.
14729 (run-scheme): Use cmuscheme-program-name.
14730
83c9cb8e 14731 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 14732
e597d8fb 14733 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 14734 anonymous address, and add a website for Befrienders International.
4836835a 14735
3e9cb08f
GM
147362000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14737
c70fe852
SM
14738 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
14739 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
14740 (ps-print-version): New version number (6.2).
14741 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
14742 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
14743 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
14744 (ps-x-extent-priority, ps-x-extent-start-position)
14745 (ps-x-face-font-instance, ps-x-find-coding-system)
14746 (ps-x-font-instance-properties, ps-x-make-color-instance)
14747 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
14748 avoid compilation gripes without defining functions.
14749 (ps-e-find-composition): Alias for function find-composition, to have a
14750 suitable function depending on Emacs version.
14751 (ps-color-device, ps-color-values, ps-face-foreground-name)
14752 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
14753 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
14754 (ps-print-ensure-fontified): Function definitions surrounded by
14755 `eval-and-compile' to avoid compilation gripes.
14756 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
14757 by symbol-value to avoid compilation gripes.
14758 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
14759 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
14760
d8abcd91
MB
147612000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14762
13ab33c4
MB
14763 * startup.el (normal-top-level): Call `frame-set-background-mode'
14764 after `frame-notice-user-settings' because the latter doesn't call
14765 the former on a tty.
14766
d8abcd91
MB
14767 * faces.el (frame-set-background-mode): `unspecified' &c are
14768 symbols, not strings.
14769
e8bce0a9
EZ
147702000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14771
c70fe852
SM
14772 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
14773 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 14774
c70fe852
SM
14775 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
14776 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 14777
773272d8
KH
147782000-10-19 Kenichi Handa <handa@etl.go.jp>
14779
c70fe852 14780 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
14781 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
14782 for ISO10646-1 fonts.
14783 (x-font-name-charset-alist): Add an entry for "iso10646-1".
14784
772139c0
EZ
147852000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
14786
14787 * faces.el (frame-set-background-mode): If a tty frame defines a
14788 background color, use that to compute the background mode, instead
14789 of always defaulting to "dark".
14790
d134a19f
MB
147912000-10-19 Miles Bader <miles@lsi.nec.co.jp>
14792
8bb84cb2
MB
14793 * comint.el (comint-write-output): New function.
14794 (comint-mode-map): Add it to the menu.
e40a778f 14795 Bind `C-c C-s' to comint-write-output.
d134a19f 14796
dada41e1
GM
147972000-10-18 Gerd Moellmann <gerd@gnu.org>
14798
14799 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
14800 Use fancy-splash-delay.
14801
9b5360aa
GM
148022000-10-18 Alex Schroeder <alex@gnu.org>
14803
14804 * progmodes/sql.el (sql-sybase-options): New option.
14805 (sql-sybase): Use it. Add sql-database to the list of parameters
14806 provided for login. The options -w 2048 -n are not used any more.
14807
9035a35a
GM
14808 * comint.el (comint-read-input-ring): Bugfix such that the first
14809 and the last entry of the input ring file are not lost.
14810
3556c6dd
GM
148112000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14812
14813 * ps-print.el: Internal variable changes to defcustom,
14814 make-local-hook changes to defvar. Doc fix.
14815 (ps-print-version): New version number (6.1).
14816 (ps-setup, ps-do-despool): Code fix.
14817 (ps-printer-name): Customization fix.
14818 (ps-printer-name-option): Now is a defcustom instead of an
14819 internal variable.
14820 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
14821 (ps-print-begin-column-hook): Now are defvar instead of
14822 make-local-hook.
4836835a 14823
4e217e50
MB
148242000-10-18 Miles Bader <miles@gnu.org>
14825
14826 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
14827 (comint-kill-output): Changed into an alias for `comint-delete-output',
14828 and made obsolete.
14829 (comint-mode-map): Rename references to comint-kill-output.
14830
34460354
EZ
148312000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
14832
14833 * diff-mode.el (diff-header-face, diff-file-header-face)
14834 (diff-changed-face): Add bold and italic attributes to tty faces.
14835 (diff-function-face): New face.
14836 (diff-font-lock-keywords): Use it.
14837
17ea3cdb
MB
148382000-10-18 Miles Bader <miles@lsi.nec.co.jp>
14839
14840 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
14841 Remove commented-out call to force-mode-line-update.
14842 (comint-kill-output): Use `forward-line 0' instead of
14843 beginning-of-line to make sure we get past the prompt.
14844
9244f2c7
SM
148452000-10-17 Stefan Monnier <monnier@cs.yale.edu>
14846
14847 * diff-mode.el (diff-header-face, diff-file-header-face):
14848 Add specific setting for dark background.
14849 (diff-context-face): Renamed from diff-comment-face.
14850 Set explicitly rather than inheriting from font-lock-comment-face.
14851
1592c1ef
EZ
148522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14853
14854 * startup.el (command-line): Move the code which sets the default
14855 TTY colors to before before-init-hook.
14856
f86292a9
GM
148572000-10-17 Gerd Moellmann <gerd@gnu.org>
14858
14859 * jit-lock.el (jit-lock-stealth-time): Doc fix.
14860
f7f2e883
EZ
148612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14862
e854cc22
EZ
14863 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
14864 extensions, for MS-DOS.
14865
f7f2e883
EZ
14866 * diff-mode.el (diff-header-face, diff-file-header-face)
14867 (diff-changed-face): Define tty-specific colors.
14868
c7b4f0f9
GM
148692000-10-17 Gerd Moellmann <gerd@gnu.org>
14870
14871 * startup.el (fancy-splash-text): Realign the text.
14872
12a72271
EZ
148732000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14874
14875 * font-lock.el (font-lock-comment-face): Define a separate default
14876 for dark-background tty's.
14877
61dfccfd
MB
148782000-10-17 Miles Bader <miles@gnu.org>
14879
14880 * help.el (resize-temp-buffer-window): Add hack to avoid last line
14881 being obscured by whizzy mode-lines on graphics displays.
14882
333cd59e
EZ
148832000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
14884
14885 * info.el (Info-title-1-face, Info-title-2-face)
14886 (Info-title-3-face): Define colors for tty's.
dada41e1 14887 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 14888
dbf1fcc1
EZ
148892000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
14890
14891 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
14892 reverse from the frame parameters, and don't invert foreground and
14893 background colors.
14894
ac629823
MB
148952000-10-16 Miles Bader <miles@gnu.org>
14896
14897 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
14898 string "*Info*". Call propertized-buffer-identification to spruce
14899 up the result.
14900
76eebffc
GM
149012000-10-16 Gerd Moellmann <gerd@gnu.org>
14902
3a6b59d9
GM
14903 * help.el: Provide `help' for the sake of define-minor-mode
14904 which generates defcustoms with requires.
14905
6569c3d3
GM
14906 * jit-lock.el (jit-lock-after-change): If we're in text that
14907 matches a multi-line font-lock pattern, make sure the whole text
14908 will be redisplayed.
14909
c2e0a611
GM
14910 * emacs-lisp/authors.el (authors-add): Don't add an entry if
14911 author's name is unknown.
14912
76eebffc
GM
14913 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
14914 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
14915 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
14916 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
14917 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
14918 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
14919 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
14920 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
14921 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
14922 Add author information.
14923
cf1e7b12
MB
149242000-10-16 Miles Bader <miles@lsi.nec.co.jp>
14925
14926 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
14927 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
14928 full-color version (using the Gimp) to eliminate dithering artifacts.
14929
5586f3eb
SM
149302000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14931
14932 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
14933
14934 * simple.el (syntax-flag-table, string-to-syntax): Remove.
14935
ad64a888
DL
149362000-10-15 Dave Love <fx@gnu.org>
14937
83c9cb8e 14938 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
14939
14940 * pcomplete.el (pcomplete) <defgroup>: Add :version.
14941
14942 * whitespace.el: Doc fixes.
14943 (top-level): Don't add hooks here.
14944 (whitespace-running-emacs): Deleted.
14945 (timer): Don't require.
14946 (whitespace): Add back :version conditional on xemacs test.
14947 (whitespace-spacetab-regexp, whitespace-indent-regexp)
14948 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
14949 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
14950 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
14951 Avoid specific xemacs test.
14952 (whitespace-global-mode): New option.
14953 (whitespace-global-mode): New command.
14954 (whitespace-unload-hook): New function.
14955
14956 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 14957 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
14958 (Info-fontify-node): `Goto' goes to `Go to'.
14959 (Info-fontify-node): Add help-echo to xref links.
14960
1ef49fc6
EZ
149612000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
14962
14963 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
14964
8b7707e1
SM
149652000-10-15 Stefan Monnier <monnier@cs.yale.edu>
14966
b3b7f42f
SM
14967 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
14968 Use plist-get and allow :inherit.
14969
14970 * emacs-lisp/cl-macs.el (cl-do-arglist):
14971 Use plist-get and plist-member instead of memq.
14972
3c7fafc7
SM
14973 * emacs-lisp/ewoc.el (ewoc-location): New function.
14974 (ewoc-enter-after, ewoc-enter-before): Document return value.
14975 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
14976 Don't need make-local-hook any more.
14977 (cvs-addto-collection): Return the new tin.
14978 (cvs-mode-insert): Jump to the new line.
14979
8b7707e1
SM
14980 * jit-lock.el (jit-lock-fontify-buffer): Remove.
14981
14982 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
14983
14984 * font-lock.el (font-lock-syntactically-fontified): New var.
14985 (font-lock-fontify-syntactic-keywords-region): Use it.
14986 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
14987
14988 * diff-mode.el (diff-find-file-name): Fix regexp.
14989
14990 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
14991 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
14992
14993 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
14994 (sh-mode-syntax-table): Add punctuation syntax for < and >.
14995 (sh-mode): Don't make all vars local here.
14996 (sh-kw): Reformat.
14997 (sh-set-shell): Use dolist. Don't set indent-region-function.
14998 (sh-mode-syntax-table): Use pop.
14999 (sh-remember-variable): Use push.
15000 (sh-help-string-for-variable): Use memq.
15001 (sh-safe-backward-sexp): Remove.
15002 (sh-safe-forward-sexp): Add ARG.
15003 (sh-get-indent-info, sh-prev-stmt): Use it.
15004 (sh-prev-line): Simplify by using forward-comment.
15005 (sh-this-is-a-continuation): Simplify.
15006 (sh-learn-buffer-indent): Use dolist.
15007 (sh-do-nothing): Remove.
15008 (sh-set-char-syntax, sh-set-here-doc-region):
15009 Use inhibit-modification-hooks.
15010 (sh-name-style): Use mapcar and push.
15011 (sh-load-style): Use dolist.
15012 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
15013 (sh-case, sh-while-getopts): Use propertize directly rather
15014 than sh-electric-rparen.
15015
150162000-10-14 Stefan Monnier <monnier@cs.yale.edu>
15017
15018 * textmodes/tex-mode.el: Require CL when compiling.
15019 (tex-mode-syntax-table): Init immediately.
15020 (tex-mode-map): Bind M-RET to latex-insert-item.
15021 (latex-mode): Set indent-line-function to latex-indent.
15022 (tex-common-initialization): Don't setup the syntax-table any more.
15023 (latex-insert-item): New skeleton.
15024 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 15025 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 15026 (latex-indent, latex-find-indent): New functions.
4836835a 15027 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
15028 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
15029 (tex-compilation-parse-errors): Use with-syntax-table.
15030
86b7fcbb
MB
150312000-10-15 Miles Bader <miles@gnu.org>
15032
15033 * font-lock.el (font-lock-comment-face): Change dark-background,
15034 color, non-tty, default to `chocolate1'.
15035
57a24508
JW
150362000-10-13 John Wiegley <johnw@gnu.org>
15037
15038 * eshell/esh-util.el (require): Added a missing `require' form,
15039 needed when compiling (for an ange-ftp macro definition).
15040
40ad3db4
DL
150412000-10-13 Dave Love <fx@gnu.org>
15042
15043 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
15044
db460189
GM
150452000-10-13 Gerd Moellmann <gerd@gnu.org>
15046
83c9cb8e 15047 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 15048
4836835a 15049 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
15050 transparent -colors 8).
15051
b52758d1 150522000-10-13 Stephen Gildea <gildea@stop.mail-abuse.org>
3b5e21df
GM
15053
15054 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
15055 that breaks with old list format timestamps.
15056 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 15057 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 15058
16908a3f
JW
150592000-10-13 John Wiegley <johnw@gnu.org>
15060
d7103dda
JW
15061 * align.el, pcomplete.el, calendar/timeclock.el,
15062 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
15063
dace60cf 15064 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
15065 faulty math, where holiday hours were being computing as seconds.
15066
b6b70cda
JW
150672000-10-13 John Wiegley <johnw@gnu.org>
15068
15069 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
15070 specifying what "other" kinds of buffers should be saved.
15071 This used to be hard-coded.
b6b70cda
JW
15072 (desktop-buffer-misc-functions): A global for specifying how
15073 auxiliary data should be determined for special buffer types.
15074 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
15075 instead of hard-coding the special buffer types.
15076 (desktop-save): Run `desktop-buffer-misc-functions' to gather
15077 auxiliary data, instead of hard-coding for Info buffers and dired.
15078 (desktop-buffer-info-misc-data): Aux function for determining Info
15079 buffer auxiliary info.
15080 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
15081 (desktop-buffer-info): Changed this function to use the info
15082 gathered above.
15083 (desktop-create-buffer): Be a little more careful about what
15084 `minor-mode' means before calling it. This is important for some
15085 buffer types.
15086
8c6b1d83
JW
150872000-10-13 John Wiegley <johnw@gnu.org>
15088
15089 * eshell/esh-util.el: Added a global form which declares an
15090 autoload for `parse-time-string', if that function is not already
15091 defined, and if parse-time.el is available on the user's system.
15092
15093 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
15094 to be aware of ange-ftp user info.
83c9cb8e 15095 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
15096 (eshell-ls-annotate): Use `eshell-file-attributes'.
15097 (eshell-ls-file): Made the user-id printing code a bit smarter.
15098
15099 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
15100 allow identification of alias user ids in remote directories.
83c9cb8e
SM
15101 It's manual, but there's no other way to know when the current user
15102 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
15103 (fboundp): Bind `ange-cache'.
15104 (eshell-directory-files-and-attributes): Re-organized the logic a
15105 bit to use `eshell-file-attributes' instead of `file-attributes'.
15106 The former is more sensitive to directories that are read via FTP,
15107 and knows how to use ange-ftp to determine full attribute
15108 information, instead of just the name and last modtime.
15109 (eshell-current-ange-uids): Return the current user id when in a
15110 remote directory.
15111 (eshell-parse-ange-ls): Parse a full directory listing that has
15112 been returned by ange-ftp.
15113 (eshell-file-attributes): This beefed up version of
15114 `file-attributes' is only special if the user is currently in a
15115 remote directory, in which case it does a lot of work to find out
15116 what the real attributes of a file are, as they appear on the
15117 remote machine. This makes usage of remote directories (i.e.,
15118 ange-ftp pathnames) much more useful. You can now use Eshell as a
15119 full-fledged FTP client, with much more manipulation ability than
15120 most other clients.
15121
15122 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
15123 variable, which means that Eshell's du should always be preferred
15124 in remote directories.
15125 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
15126 just `file-attributes'.
15127 (eshell-mvcp-template): Bind `ange-cache', to improve performance
15128 when reading remote directories. This is an Eshell-specific
15129 variable (not part of ange-ftp).
15130 (eshell/ln): Bind `ange-cache'.
15131 (eshell/du): Added some extra logic for determining when to use
15132 Eshell's du (which is slow), and when to use the external version
15133 (which may or may not exist).
15134
83c9cb8e
SM
15135 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
15136 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
15137 `get-buffer-process', since backgrounded processes don't count in
15138 the context of this function's logic.
15139
15140 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
15141 `forward-char', so that null strings are parsed correctly.
15142
87730e84 151432000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 15144
83c9cb8e
SM
15145 * eshell/em-pred.el (eshell-pred-file-type)
15146 (eshell-pred-file-links, eshell-pred-file-size):
15147 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
15148
15149 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
15150 that remote file globbing is more efficient.
15151
15152 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
15153 gathering the files and attributes within a directory.
15154
15155 * eshell/em-unix.el (eshell/cat): If any of the files passed on
15156 the command line is a special file (not a regular file, directory
15157 or symlink), always attempt to call the external version of cat.
15158
87730e84 151592000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
15160
15161 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
15162 Eshell-friendly version of find-tag.
15163
1c7e37a9
MB
151642000-10-13 Miles Bader <miles@lsi.nec.co.jp>
15165
4836835a 15166 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
15167 (image-file-name-regexps): Add autoload cookies.
15168
11a7f341
KH
151692000-10-13 Kenichi Handa <handa@etl.go.jp>
15170
15171 * international/mule-cmds.el (select-safe-coding-system): If FROM
15172 is string, show it in *Warning* buffer.
15173
8ddddcb0
EZ
151742000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
15175
15176 * startup.el (normal-top-level): Use display-popup-menus-p instead
15177 of window-system.
15178 (command-line): Use display-graphic-p instead of window-system.
15179 (command-line-1): Use display-popup-menus-p and display-mouse-p
15180 instead of window-system.
15181
72200f89
SS
151822000-10-12 Sam Steingold <sds@gnu.org>
15183
15184 * tooltip.el (tooltip-use-echo-area): New user variable.
15185 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
15186
8661c643
DL
151872000-10-12 Dave Love <fx@gnu.org>
15188
d0b40dc1
DL
15189 * recentf.el: Maintainer's checkdoc fixes.
15190
83c9cb8e
SM
15191 * startup.el (normal-top-level-add-subdirs-to-load-path):
15192 Use character class, not ASCII when matching file names.
a622451f
DL
15193 (fancy-splash-head): Add trailing slash to URL.
15194 (command-line): Don't require XPM support for toolbar.
15195
8661c643
DL
15196 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
15197 (cperl-invalid-face): Revert last change.
15198 (cperl-init-faces): Quote cperl-invalid-face.
15199
ef2ed8ab
KH
152002000-10-12 Kenichi Handa <handa@etl.go.jp>
15201
15202 * startup.el (fancy-splash-text): Remove superfluous quote.
15203
b0da379e
GM
152042000-10-12 Gerd Moellmann <gerd@gnu.org>
15205
dbeb499b
GM
15206 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
15207 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
15208 (command-line-1): Don't use fancy-splash-pending-command.
15209 (fancy-splash-screens-1): Goto point-min after inserting text.
15210
d861718a
GM
15211 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
15212
b0da379e
GM
15213 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
15214 instead of shared-lisp-mode-map.
15215
4fb2ad98
MB
152162000-10-12 Miles Bader <miles@lsi.nec.co.jp>
15217
1cb4393e
MB
15218 * faces.el (header-line): Change tty-variant to use underlining.
15219
4fb2ad98
MB
15220 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
15221 (isearch-highlight): Restore lazy-isearch face properties at old
15222 position, and suppress them at new position.
15223 (isearch-dehighlight): Restore lazy-isearch face properties.
15224 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
15225 over the real isearch overlay, but in that case, don't give it a
15226 face property. Use `push'.
15227
eb991b25
KH
152282000-10-12 Kenichi Handa <handa@etl.go.jp>
15229
15230 * man.el (Man-getpage-in-background): Fix previous change.
15231 Decode the process output only when we are in multibyte mode.
15232
a818c1c0
DL
152332000-10-11 Dave Love <fx@gnu.org>
15234
c990f53a
DL
15235 * info.el (Info-mode-menu): Fix some help.
15236 (info-tool-bar-map): Add entry for Info-last.
15237
a818c1c0
DL
15238 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
15239 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
15240 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
15241 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
15242 * toolbar/search-replace.xpm, toolbar/exit.xpm:
15243 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
15244 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
15245 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
15246 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
15247 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
15248 Reduce colour requirements to 25 overall. (Probably wants
15249 revisiting from the originals to reduce further.)
15250
c1b096cb
EZ
152512000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
15252
15253 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
15254 buffer-file-coding-system, instead of raw-text.
15255 (dehexlify-buffer): Bind coding-system-for-read to
15256 buffer-file-coding-system, instead of raw-text.
15257
5c8b7eaf
SS
152582000-10-11 Sam Steingold <sds@gnu.org>
15259
83c9cb8e 15260 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
15261 `underline' - fixes the bug introduced on 2000-09-21.
15262
2cfbdb7a
DL
152632000-10-11 Dave Love <fx@gnu.org>
15264
83c9cb8e
SM
15265 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
15266 Avoid compiler warnings.
2cfbdb7a
DL
15267 (scheme-mode): Doc fix.
15268 (scheme-font-lock-keywords-1): Match `define-syntax'.
15269
152702000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
15271
15272 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
15273 face specs as well as default ones. Only do anything if the
15274 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 15275 (region): Make dark-background `region' face less in-your-face.
4b33f290 15276
690ec649
SS
152772000-10-10 Sam Steingold <sds@gnu.org>
15278
15279 * chistory.el, ielm.el, ledit.el:
15280 * progmodes/inf-lisp.el, progmodes/scheme.el:
15281 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
15282
3b95d6bb
SM
152832000-10-10 Stefan Monnier <monnier@cs.yale.edu>
15284
15285 * textmodes/texinfo.el: Update copyright and fix typo.
15286
15287 * desktop.el (desktop-modes-not-to-save): New var.
15288 (desktop-save-buffer-p): Use it.
a30eb617
DL
15289 Also, obey desktop-buffers-not-to-save even for non-file buffers.
15290 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
15291
152922000-10-10 Dave Love <fx@gnu.org>
15293
15294 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 15295 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
15296
15297 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
15298 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
15299 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
15300 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
15301 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
15302 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
15303 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
15304 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
15305 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
15306 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
15307 the .xpms; probably need retouching.
15308
153092000-10-10 Miles Bader <miles@lsi.nec.co.jp>
15310
15311 * subr.el (add-to-list): Add optional argument APPEND.
15312 * battery.el (display-battery): Use `add-to-list'.
15313
153142000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
15315
83c9cb8e
SM
15316 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
15317 properties.
a30eb617
DL
15318 (zone, zone-when-idle, zone-leave-me-alone)
15319 (zone-pgm-whack-chars): Use new symbol properties.
15320
15321 * battery.el (display-battery): Doc spelling fix.
15322
15323 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
15324 property.
15325
153262000-10-09 Dave Love <fx@gnu.org>
15327
15328 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
15329 has been initialized before calling tool-bar-setup.
15330 (tool-bar-add-item-from-menu): Add autoload cookie.
15331
153322000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
15333
15334 * menu-bar.el (send-mail-item-name): New function.
15335 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
15336 of mail-user-agent in the menu. Don't display the "Send Mail"
15337 item if mail-user-agent is nil or its value is ignore.
15338 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
15339 if read-mail-command is nil or its value is ignore.
15340
15341 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
15342
153432000-10-09 Miles Bader <miles@gnu.org>
15344
15345 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
15346 Correct image size.
15347 * toolbar/left_arrow.xpm: Correct image size.
15348
15349 * jka-compr.el: Don't call `jka-compr-install' when loading (it
15350 will be done by the definition of `auto-compression-mode' if
15351 necessary. Move code to uninstall existing file-name handler
15352 before definition of `auto-compression-mode'.
15353
15354 * image-file.el (auto-image-file-mode): Move to the end of the
15355 file, because `define-minor-mode' actually calls the mode-function
15356 if the associated variable is non-nil, which requires that all
15357 needed functions be already defined.
15358
15359 * mouse.el (popup-menu): Balance parens.
15360
153612000-10-08 Stefan Monnier <monnier@cs.yale.edu>
15362
15363 * mouse.el (popup-menu): Move the command call outside the loop
15364 so that popup-menu returns whatever the command returns.
15365
15366 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
15367 (initialize-new-tags-table): Use run-hook-with-args-until-success.
15368 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
15369 (tags-table-format-functions): Renamed from tags-table-format-hooks.
15370
15371 * vc.el (vc-version-diff): diff-switches can be a list.
15372 Use relative filenames for prettier output.
15373
15374 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
15375 (vc-post-command-functions): Remove old-VC compatibility code.
15376
15377 * newcomment.el (comment-indent-default): Autoload.
15378
15379 * font-lock.el (font-lock-defaults): Make buffer-local.
15380 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
15381 (font-lock-choose-keywords):
15382 Ignore LEVEL unless KEYWORDS is a list of syms.
15383 (c-keywords, c++-keywords, objc-keywords, java-keywords):
15384 Don't wrap regexp-opt things in \(...\) unnecessarily.
15385
15386 * jit-lock.el: Don't require font-lock any more.
15387 (jit-lock-functions): Make buffer-local.
15388 (jit-lock-saved-fontify-buffer-function): Remove.
15389 (jit-lock-mode): Remove autoload cookie.
15390 Remove font-lock specific code.
15391 (jit-lock-unregister): Don't bother handling complex hooks any more.
15392 (jit-lock-refontify): New function.
15393 (jit-lock-fontify-buffer): Use it.
15394 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
15395 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
15396 Add optional args START and END.
15397 Never call font-lock-fontify-region directly.
15398 (jit-lock-function, jit-lock-stealth-fontify): Use it.
15399
15400 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
15401
154022000-10-08 Dave Love <fx@gnu.org>
15403
15404 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
15405
15406 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
15407
15408 * play/studly.el (studlify-region, studlify-word): Add autoload
15409 cookie.
15410
15411 * play/morse.el (morse-region, unmorse-region): Add autoload
15412 cookie.
15413
15414 * play/spook.el (spook-phrases-file): Use expand-file-name, not
15415 concat.
15416
15417 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
15418 insist on symbols starting with word syntax.
15419 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
15420 (eval-defun-1): Doc fix.
15421 (indent-sexp): Use nconc to build up indent-stack.
15422
15423 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
15424 Gnus with little use.
15425 (mail-setup-hook): Add mail-abbrevs-setup to options.
15426
15427 * recentf.el: Doc fixes.
15428
15429 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
15430 Clean up remainder.
15431
15432 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
15433 without timezone and (8) with timezone to enforce some whitespace.
15434 Simplify code somewhat.
15435
15436 * options.el (list-options): Doc that you should use customize.
15437
15438 * iswitchb.el (iswitchb-mode): Add :require.
15439
15440 * info.el (Info-goto-node, Info-menu): Doc fix.
15441 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
15442 (info-tool-bar-map): New variable.
15443 (Info-mode): Use it.
15444 (Info-edit-map): Define all in defvar.
15445 (speedbar-attached-frame): Avoid compiler warning.
15446
15447 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
15448 (global-map): Bind [tool-bar] to a filtered map.
15449 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
15450 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
15451 Allow PBM icons.
15452 (tool-bar-setup): Adjust calls of tool-bar-add-item.
15453
15454 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
15455 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
15456 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
15457 icons, except up_arrow, which is left-arrow rotated.
15458
15459 * imenu.el (imenu-add-to-menubar): Fix last change.
15460
154612000-10-08 Peter Breton <pbreton@ne.mediaone.net>
15462
15463 * generic-x.el (rul-generic-mode): Remove eval-when-compile
15464 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
15465
154662000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15467
15468 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
15469 typos in doc strings.
15470
15471 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
15472 the doc strings how to customize Font Lock faces.
15473
15474 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
15475 computing growth when dragging the header line.
15476
154772000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
15478
15479 * simple.el (kill-line): Doc fix.
15480
154812000-10-08 Miles Bader <miles@gnu.org>
15482
15483 * faces.el (secondary-selection): Make foreground visible on tty.
15484
15485 * jka-compr.el (auto-compression-mode): Move to the end of the
15486 file, because `define-minor-mode' actually calls the mode-function
15487 if the associated variable is non-nil, which requires that all
15488 needed functions be already defined.
15489 (with-auto-compression-mode): Add autoload cookie.
15490
154912000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
15492
15493 * files.el (find-backup-file-name) [ms-dos]: If support for long
15494 file names is not available, behave as if version-control were set
15495 to never.
15496
154972000-10-07 Dave Love <fx@gnu.org>
15498
15499 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
15500 (browse-url-gnome-moz): New function.
15501 (browse-url-browser-function): Use it.
15502 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
15503
155042000-10-07 Stefan Monnier <monnier@cs.yale.edu>
15505
15506 * indent.el (tab-always-indent): New var.
15507 (indent-for-tab-command): Use it.
15508
15509 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
15510 raise an error. This way it can still default to a sane value.
15511
155122000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15513
15514 * startup.el (fancy-splash-screens): Use local rather than global map.
15515 Don't use `update-menu-bindings' any more.
15516 Get rid of assumptions about keymap representation.
15517
155182000-10-06 Dave Love <fx@gnu.org>
15519
15520 * textmodes/fill.el (sentence-end-double-space)
15521 (sentence-end-without-period): Doc fix.
15522 (adaptive-fill-regexp): Purecopy.
15523 (unjustify-current-line): Use line-end-position.
15524 (fill-individual-paragraphs-prefix): Use line-beginning-position.
15525
15526 * net/eudc-vars.el (eudc): Add :version, :link.
15527
15528 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
15529
15530 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
15531 Fix for define-minor-mode.
15532 (function-at-point): Alias to function-called-at-point.
15533
15534 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
15535
15536 * simple.el (backward-word): Doc fix.
15537
15538 * image-file.el (image-file-name-regexp): image-file-regexps ->
15539 image-file-name-regexps.
15540 (image-file-name-extensions): Add pbm.
15541
155422000-10-06 Stefan Monnier <monnier@cs.yale.edu>
15543
15544 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
15545 and add filename to the names so that diff-mode can jump to source.
15546
15547 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
15548 (tex-font-lock-keywords, tex-font-lock-keywords-2)
15549 (tex-font-lock-keywords-1): Remove.
15550 (font-lock-turn-on-thing-lock): Use jit-lock-register.
15551 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
15552 (font-lock-default-fontify-region):
15553 Expand beg..end correctly when just following a multiline region.
15554 (font-lock-fontify-anchored-keywords):
15555 Include the anchor text as part of the multiline.
15556
155572000-10-06 Gerd Moellmann <gerd@gnu.org>
15558
15559 * loadup.el (toplevel): Load `loaddefs' before `help' because the
15560 latter needs the autoloaded define-minor-mode macro during the
15561 bootstrap.
15562
15563 * startup.el (command-line): For now, activate tool-bar-mode only
15564 if XPM images are supported.
15565
15566 * mouse.el (mouse-drag-header-line): Don't allow resizing a
15567 window by dragging a header-line at the top of the frame; that's
15568 confusing because the header-line doesn't move.
15569 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
15570 of treating the event as a list. Some cleanup.
15571
155722000-10-06 Miles Bader <miles@gnu.org>
15573
15574 * simple.el (display-message-or-buffer): New function.
15575 (shell-command-on-region): Use `display-message-or-buffer'.
15576
15577 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
15578 docstring parts.
15579
15580 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
15581 (smbclient-prompt-regexp): Add usage note to doc string.
15582 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
15583 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
15584 Use add-hook for adding the comint filter function, and only do so
15585 if it's not already in the global hook list.
15586 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
15587 to `make-local-variable'.
15588 (nslookup-font-lock-keywords): Remove prompt entry.
15589 (nslookup): Don't set the process-filter.
15590 (finger): Exit the loop correctly when the regexps list runs out.
15591 (ftp, smbclient, smbclient-list-shares):
15592 Set the real major mode immediately, not after execing.
15593 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
15594
15595 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
15596
155972000-10-05 Stefan Monnier <monnier@cs.yale.edu>
15598
15599 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
15600
15601 * which-func.el (which-func-format): Remove spurious space.
15602 (which-func-mode): Don't make it permanent-local.
15603 (which-func-ff-hook): Allow which-func-maxout to be nil.
15604 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
15605 (which-func-mode): Simplify.
15606 Use post-command-idle-hook rather than post-command-hook.
15607 Go through all buffers and update their state.
15608 (which-function): Also try add-log-current-defun-function.
15609
15610 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
15611 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
15612 Update call to with-vc-properties accordingly.
15613 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
15614 (vc-revert-buffer): More careful about window selection and deletion.
15615 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
15616
15617 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
15618 (cvs-retrieve-revision): Reuse a pre-existing buffer.
15619 (cvs-dired-action): Change the default to quickdir.
15620
15621 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
15622 if comment-indent-function returns nil.
15623 (comment-indent-default): New function.
15624 (comment-indent-function): Use it and document the new semantics.
15625
15626 * image-file.el: Docstring fixes.
15627
15628 * help.el (help-xref-on-pp): Use match-string.
15629 (describe-variable): New arg BUFFER.
15630 Store the current buffer in the help-xref-stack.
15631 (temp-buffer-resize-mode): Use define-minor-mode.
15632
15633 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
15634 consistently with its docstring.
15635 Set jit-lock-first-unfontify-pos in an idempotent way.
15636 (jit-lock-register): Autoload and add arg CONTEXTUAL.
15637
156382000-10-05 Alex Schroeder <alex@gnu.org>
15639
15640 * sql.el (sql-mysql-options): New variable.
15641 (sql-mysql): Use it.
15642
156432000-10-05 Miles Bader <miles@lsi.nec.co.jp>
15644
15645 * image.el (image): New group.
15646
15647 * smerge-mode.el (smerge-mine-face, smerge-other-face)
15648 (smerge-base-face, smerge-markers-face): Add dark-background variants.
15649
156502000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15651
15652 * net/net-utils.el (nslookup-font-lock-keywords)
15653 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15654 Ignore the value of wqindow-system; always define keywords
15655
156562000-10-05 Kenichi Handa <handa@etl.go.jp>
15657
15658 * startup.el (fancy-splash-screens): Remove the code for
15659 debugging; `(trace-to-stderr "EXITTT\n")'.
15660
156612000-10-05 Miles Bader <miles@gnu.org>
15662
15663 * diff-mode.el (diff-goto-source): Update call to
15664 `diff-hunk-status-msg' to reflect new REV variable.
15665
156662000-10-04 Stefan Monnier <monnier@cs.yale.edu>
15667
15668 * progmodes/icon.el (icon-mode):
15669 Don't gratuitously override the default for comment-column.
15670
15671 * vc-hooks.el (vc-mode-line): Fix interactive spec.
15672
15673 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
15674 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
15675 (jit-lock-functions): New var.
15676 (jit-lock-function-1): Use it if non-nil.
15677 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
15678 Set the `fontified' property before doing the fontification to avoid
15679 repeatedly going through the same error.
15680 Don't turn errors into messages.
15681 (jit-lock-register, jit-lock-unregister): New functions.
15682
15683 * dired.el (dired-mark-pop-up): Turn comment into docstring.
15684 Use with-current-buffer.
15685
15686 * dired-aux.el (dired-do-create-files, dired-kill-tree):
15687 Turn comment into docstring.
15688
15689 * apropos.el (apropos-mode): Use define-derived-mode.
15690
156912000-10-04 Gerd Moellmann <gerd@gnu.org>
15692
15693 * startup.el (fancy-splash-pending-command): New variable.
15694 (fancy-splash-pre-command): New function.
15695 (fancy-splash-screens): Rewritten.
15696 (command-line-1): If fancy-splash-pending-command is set, call it
15697 interactively.
15698
156992000-10-04 Dave Love <fx@gnu.org>
15700
15701 * toolbar/tool-bar.el (tool-bar-setup): New function.
15702 (tool-bar-mode): Use it.
15703
15704 * subr.el (substitute-key-definition): Doc fix.
15705 (play-sound-file): New command.
15706
157072000-10-04 Andre Spiegel <spiegel@gnu.org>
15708
15709 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
15710 vc-version-backup-file-name): New functions.
15711
15712 * files.el (basic-save-buffer): Call vc-before-save before saving.
15713
15714 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
15715 vc-cvs-stay-local-p.
15716
15717 * vc.el (vc-revert-buffer): Handle empty diff properly.
15718 (vc-version-backup-file): New function.
15719 (vc-checkout): Create a version backup if necessary.
15720 (vc-checkin): If a version backup file exists, delete it.
15721 (vc-version-diff): Diff locally using version backups, if available.
15722 (vc-revert-file): If there's a version backup, revert locally.
15723 (vc-transfer-file): Use version backup for base version, if
15724 available. If not, ask for confirmation whether to get it from the
15725 server. Update mode line before check-in.
15726
157272000-10-04 Dave Love <fx@gnu.org>
15728
15729 * toolbar/tool-bar.el (tool-bar-setup): New function.
15730 (tool-bar-mode): Use it.
15731
157322000-10-04 Peter Breton <pbreton@ne.mediaone.net>
15733
15734 * net/net-utils.el (nslookup-font-lock-keywords)
15735 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
15736 Only set if window-system is non-nil
15737 (net-utils-run-program): Returns buffer.
15738 (network-connection-reconnect): Added this function.
15739
15740 * generic.el:
15741 Incorporates extensive cleanup and docfixes by
15742 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
15743 Uses cl compile-time macros.
15744 (generic-mode-name, generic-comment-list)
15745 (generic-keywords-list, generic-font-lock-expressions)
15746 (generic-mode-function-list, generic-mode-syntax-table):
15747 Removed variables.
15748 (generic-mode-alist): Renamed to generic-mode-list.
15749 (generic-find-file-regexp): Default changed to "^#".
15750 (generic-read-type): Uses completing read on generic-mode-list.
15751 (generic-mode-sanity-check): removed this function.
15752 (generic-add-to-auto-mode): Removed this function
15753 (generic-mode-internal): Bind mode-specific definitions
15754 into function instead of putting them in alist.
15755 (generic-mode-set-comments): Reworked extensively.
15756 (generic-mode-find-file-hook): Simplified regexp searching
15757 (generic-make-keywords-list): Omit extra pair of parens
15758
15759 * find-lisp.el (find-lisp-find-files-internal):
15760 Make sure directory name ends with "/".
15761
15762 * generic-x.el (apache-conf-generic-mode):
15763 Regexp now allows leading whitespace.
15764 (rc-generic-mode): Added eval-when-compile
15765 around generic-make-keywords-list.
15766 Deleted duplicate regexp
15767 (rul-generic-mode): Added eval-when-compile
15768 around generic-make-keywords-list.
15769 (etc-fstab-generic-mode): New generic mode.
15770 (rul-generic-mode): Removed one eval-when-compile
15771 which caused a max-specpdl-size exceeded error.
15772
157732000-10-04 Miles Bader <miles@gnu.org>
15774
15775 * simple.el (minibuffer-temporary-goal-position): New variable.
15776 (next-history-element): Try to keep the position of point in the
15777 input string constant.
15778
15779 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
15780 (dired-do-create-files): If there's only one file, pass it in as
15781 the DEFAULT arg to dired-mark-read-file-name.
15782
157832000-10-03 Stefan Monnier <monnier@cs.yale.edu>
15784
15785 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
15786 (diff-goto-source): Be smarter when choosing REVERSE or not.
15787
15788 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
15789 (texinfo-mode-menu): Add an explicit shortcut for update all.
15790
157912000-10-03 Andre Spiegel <spiegel@gnu.org>
15792
15793 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
15794 factorize backend-specific code cleanly (this was essentially
15795 conceived by Stefan Monnier).
15796 (vc-unregister): Function removed.
15797 (vc-revert-file): New function.
15798 (vc-revert-buffer): Delegate some of the work to it.
15799
15800 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
15801 default branch unconditionally.
15802 (vc-rcs-set-default-branch): New function.
15803 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
15804 (vc-rcs-checkin): If an appropriate default branch has been set,
15805 force creation of that branch.
15806 (vc-rcs-receive-file): Rewritten to contain only backend-specific
15807 code (as suggested by Stefan Monnier).
15808
158092000-10-02 Gerd Moellmann <gerd@gnu.org>
15810
15811 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
15812 highlighting overlay with a different face over the overlay
15813 isearch uses to highlight the current match because that can lead
15814 to bad face combinations.
15815
15816 * loadup.el (toplevel): Load faces before isearch.
15817
15818 * isearch.el (isearch-faces): New custom group.
15819 (isearch): New defface; was already tested for in the code.
15820 (isearch-lazy-highlight-face): Changed to defface from defcustom.
15821 (isearch-highlight): Always use face `isearch'.
15822
158232000-10-02 Dave Love <fx@gnu.org>
15824
15825 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
15826 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
15827 comparison of opcode with operand.
15828
158292000-10-03 Miles Bader <miles@gnu.org>
15830
15831 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
15832 buffer, since the echo area will now grow to accommodate them.
15833
158342000-10-02 Andre Spiegel <spiegel@gnu.org>
15835
15836 * vc-hooks.el (vc-registered): If FILE used to be registered under
15837 a certain backend, try that one first.
15838
15839 * vc.el (vc-responsible-backend): Undo the previous change in the
15840 argument list. Handle multiple backends correctly.
15841 (vc-find-new-backend): Function removed.
15842 (vc-register): Use vc-responsible-backend, as before.
15843 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
15844
158452000-10-02 Gerd Moellmann <gerd@gnu.org>
15846
15847 * startup.el (fancy-splash-head): Change message below the
15848 logo.
15849
158502000-10-02 Miles Bader <miles@lsi.nec.co.jp>
15851
15852 * diff-mode.el (diff-goto-source): Emit a status message.
15853 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
15854 (diff-test-hunk): Fix doc string.
15855 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
15856 (diff-advance-after-apply-hunk): New variable.
15857 (diff-apply-hunk): Don't return a value.
15858
158592000-10-01 Stefan Monnier <monnier@cs.yale.edu>
15860
15861 * vc.el (vc-editable-p): Minor optimization.
15862 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
15863 (vc-find-new-backend): New function split from vc-responsible-backend.
15864 (vc-register): Use it.
15865 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
15866 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
15867 (vc-default-unregister, vc-revert-buffer): Docstring fix.
15868 (vc-clear-headers): Don't use find-file.
15869 (vc-revert-buffer): Use `and' again (must have been a braino).
15870 (vc-switch-backend): Only prompt if requested.
15871 Short circuit if nothing is to be done.
15872 Don't use vc-resynch-buffer which could lose unsaved editing.
15873 (vc-default-receive-file): Update call to vc-unregister.
15874 (with-vc-file, vc-next-action-on-file):
15875 Use vc-backend rather than vc-registered.
15876 (vc-next-action-on-file): Use intern-soft.
15877 Deal with read-only *vc-diff* buffer.
15878 (vc-transfer-file): Docstring fix.
15879
15880 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
15881 (vc-rcs-receive-file): Avoid with-vc-properties.
15882 Update call to vc-unregister.
15883 Use constant `RCS' rather than (dynamically bound) var `backend'.
15884
158852000-10-01 Andre Spiegel <spiegel@gnu.org>
15886
15887 * vc.el (vc-next-action-on-file): Update mode line only if file
15888 is visited.
15889 (vc-start-entry): New argument initial-contents. Don't visit the file
15890 if it isn't already visited. Brought documentation up-to-date.
15891 (vc-next-action, vc-register): Updated calls to vc-start-entry.
15892 (vc-checkin): New optional arg initial-contents, which is passed to
15893 vc-start-entry.
15894 (vc-finish-logentry): Make sure to bury log buffer only if there
15895 really is one. Call `vc-resynch-buffer' on log-file, not
15896 buffer-file-name.
15897 (vc-default-comment-history, vc-default-wash-log): New functions.
15898 (vc-index-of): Removed.
15899 (vc-transfer-file): Make do without the above.
15900 (vc-default-receive-file): Call comment-history unconditionally. Pass
15901 the resulting string to vc-checkin, instead of inserting it into the
15902 comment ring.
15903
15904 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
15905 unconditionally. Use the comments as initial contents of the log
15906 entry buffer. Document the trick to force branch creation with no
15907 changes.
15908
159092000-10-01 Miles Bader <miles@gnu.org>
15910
15911 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
15912 `recenter' with an arg to prevent redrawing the display.
15913
159142000-09-30 Stefan Monnier <monnier@cs.yale.edu>
15915
15916 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
15917
15918 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
15919
15920 * progmodes/c-mode.el (c-mode):
15921 Don't gratuitously override the default for comment-column.
15922
15923 * textmodes/tex-mode.el (latex-metasection-list): New var.
15924 (latex-imenu-create-index): Use it.
15925 Move the regexp construction outside loops (and use push).
15926 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
15927 (tex-font-lock-keywords): Moved from font-lock.el.
15928 (tex-comment-indent): Remove.
15929 (tex-common-initialization): Don't set comment-indent-function.
15930 (latex-block-default): New var.
15931 (tex-latex-block): Use it to provide a default choice.
15932 Add any unknown choice to latex-block-names.
15933 Insert [...] after {...}.
15934 (tex-last-unended-begin): Simplify regexp.
15935 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
15936 (latex-forward-sexp-1, latex-forward-sexp): New functions.
15937 (latex-mode): Set forward-sexp-function.
15938
15939 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
15940 Add regexp for @ignore ... @end ignore.
15941 (texinfo-heading-face): New face.
15942 (texinfo-font-lock-keywords): Use it.
15943 (texinfo-mode-menu): New menu.
15944 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
15945 New functions.
15946 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
15947 (texinfo-section-types-regexp, texinfo-section-level-regexp)
15948 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
15949 Remove declaration.
15950 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
15951
15952 * delsel.el (delete-selection-mode): Use define-minor-mode.
15953
15954 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
15955
159562000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15957
15958 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
15959
159602000-09-30 Gerd Moellmann <gerd@gnu.org>
15961
15962 * replace.el (keep-lines-read-args): New function.
15963 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
15964 read arguments interactively. Add parameters RSTART and REND.
15965 Operate on the active region in Transient Mark mode.
15966
15967 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
15968
15969 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
15970 (authors-obsolete-files-regexps): New variable.
15971 (authors-add): Don't record changes in obsolete files.
15972
159732000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15974
15975 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
15976
15977 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
15978 (comment-indent): Make sure there's a space between code and comment.
15979 Shift comments left to avoid going past fill-column.
15980
159812000-09-29 Gerd Moellmann <gerd@gnu.org>
15982
15983 * startup.el (startup-echo-area-message): New function.
15984 (display-startup-echo-area-message): Use it.
15985 (fancy-splash-screens): Rewritten to use keymaps and a timer.
15986 (fancy-splash-default-action): New function.
15987 (fancy-splash-screens-1): New function.
15988 (fancy-splash-head): Put a help-echo and a keymap under the image.
15989
159902000-09-29 Stefan Monnier <monnier@cs.yale.edu>
15991
15992 * diff-mode.el (diff-add-log-file-name): Remove.
15993 (diff-mode): Use add-log-buffer-file-name-function.
15994
15995 * add-log.el (find-change-log): New arg BUFFER-FILE.
15996 (add-log-file-name): Obey add-log-file-name-function.
15997 (add-log-buffer-file-name-function): New var.
15998 (add-change-log-entry): Use it.
15999
160002000-09-29 Miles Bader <miles@gnu.org>
16001
16002 * image-file.el (image-file-name-extensions): New variable.
16003 (image-file-name-regexps): Renamed from `image-file-regexps'.
16004 New default value is nil. Call `auto-image-file-mode'.
16005 (image-file-name-regexp): New function.
16006 (auto-image-file-mode): New minor mode.
16007 (insert-image-file): Don't make conditional on the image-file
16008 handler being enabled.
16009 (image-file-handler): Make the call here conditional instead.
16010 (set-image-file-handler-enabled, enable-image-file-handler)
16011 (disable-image-file-handler): Functions removed.
16012
16013 * emacs-lisp/authors.el (authors-print): Rephrase many-files
16014 string.
16015
160162000-09-29 Gerd Moellmann <gerd@gnu.org>
16017
16018 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
16019 it's a function from CL.
16020 (latex-imenu-create-index): Replace eval-when-compile with progn
16021 because latex-section-alist is not bound while compiling.
16022
160232000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16024
16025 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
16026 (outline-mode): Use define-derived-mode.
16027
16028 * progmodes/perl-mode.el (perl-mode):
16029 * progmodes/awk-mode.el (awk-mode):
16030 * progmodes/asm-mode.el (asm-mode):
16031 Don't gratuitously override the default for comment-column.
16032
16033 * emacs-lisp/lisp.el (lisp-complete-symbol):
16034 Distinguish the let-binding case from the funcall case.
16035 (forward-sexp-function): New variable.
16036 (forward-sexp): Use it.
16037
16038 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
16039 (easy-mmode-defmap): Remove the now useless autoload.
16040
16041 * time.el (display-time-mode): Use define-minor-mode.
16042
16043 * subr.el (add-minor-mode): Don't eval NAME.
16044 Don't depend on the presence of TOGGLE-FUN for any special behavior.
16045 Use if rather than cond.
16046
16047 * simple.el (read-expression-map): Define more properly.
16048 (comment-indent-hook): Remove.
16049 (string-to-syntax): Bug fix.
16050
16051 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
16052 (cvs-ediff-diff): Fix typo.
16053 (cvs-revert-if-needed): Don't bother preserving read-only.
16054
16055 * paren.el (show-paren-mode): Use define-minor-mode.
16056
16057 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
16058 (toggle-auto-compression): Remove.
16059 (jka-compr-build-file-regexp): Remove useless grouping.
16060
16061 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
16062 Avoid user-reserved bindings.
16063 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
16064 (diff-header-face): Revert to grey85.
16065
16066 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
16067
16068 * complete.el (partial-completion-mode) <defcustom>: Remove.
16069 (partial-completion-mode): Use define-minor-mode.
16070 (PC-do-completion): Understand `completion-auto-help = delay'
16071 to mean to popup the completion buffer only the second time.
16072 (PC-include-file-all-completions, PC-include-file-all-completions)
16073 (PC-include-file-all-completions): Don't quote lambda.
16074
16075 * comint.el (comint-mode-hook): Docstring fix.
16076 (comint-mode): Use define-derived-mode.
16077 (comint-mode-map): Remove obsolete comment.
16078 (make-comint): Minor stylistic change.
16079 (comint-insert-clicked-input): Be more careful to find the overlay.
16080 Use this-command-keys rather than hardcoding mouse-2.
16081
16082 * font-lock.el: Replace confusing (,@ with ,
16083 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
16084 Don't use regexp-opt-depth. Spice up the regexp for args.
16085 Don't distinguish between cmds that can take an opt arg or not.
16086 Use `append' and `prepend' rather than `keep'.
16087
16088 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
16089 (latex-outline-regexp): New var.
16090 (latex-outline-level): New fun.
16091 (latex-section-alist): New var.
16092 (latex-imenu-create-index): Use it. Use `push' as well.
16093 (tex-shell-map): Initialize it properly.
16094 (tex-mode): Minor stylistic change.
16095 (plain-tex-mode): Use define-derived-mode.
16096 (latex-mode): Use define-derived-mode.
16097 Construct the paragraph regexps in a more readable way.
16098 Set the buffer-local outline-{level,regexp} vars.
16099 (slitex-mode): Derive from latex-mode.
16100 (tex-common-initialization): Don't kill-all-vars anymore.
16101 Add setting for comment-add and font-lock-defaults.
16102 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
16103 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
16104 (tex-start-tex): New arg DIR (and send a chdir command for it).
16105 Also display the shell buffer and save it in tex-last-buffer-texed.
16106 (tex-region): Use expand-file-name rather than concat.
16107 Remove code made useless by changes in tex-start-tex.
16108 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
16109
16110 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
16111
161122000-09-28 Dave Love <fx@gnu.org>
16113
16114 * eshell/eshell.el (eshell) <defgroup>: Add :version.
16115
161162000-09-28 Gerd Moellmann <gerd@gnu.org>
16117
16118 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
16119 `append'.
16120
161212000-09-28 Stefan Monnier <monnier@cs.yale.edu>
16122
16123 * info.el (Info-extract-pointer): Undo last change.
16124 Instead, fix the position of the `bound' arg to re-search-backward.
16125
161262000-09-27 Stefan Monnier <monnier@cs.yale.edu>
16127
16128 * info.el (Info-extract-pointer):
16129 Widen more carefully, to avoid finding pointers in other nodes.
16130 (Info-index): Use push.
16131
161322000-09-27 Gerd Moellmann <gerd@gnu.org>
16133
16134 * frame.el (set-frame-font): Remove call to obsolete function
16135 frame-update-faces.
16136 (set-foreground-color, set-background-color): Likewise for
16137 frame-update-face-colors.
16138
161392000-09-27 Miles Bader <miles@gnu.org>
16140
16141 * image-file.el: New file.
16142
161432000-09-27 Gerd Moellmann <gerd@gnu.org>
16144
16145 * frame.el (frame-notice-user-settings): Don't call
16146 frame-update-faces, which is a no-op now.
16147
16148 * ediff-wind.el (ediff-control-frame-parameters): Add zero
16149 tool-bar-lines.
16150
161512000-09-27 Dave Love <fx@gnu.org>
16152
16153 * mouse.el: Fix last change.
16154
161552000-09-27 Miles Bader <miles@lsi.nec.co.jp>
16156
16157 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
16158
161592000-09-22 Kenichi Handa <handa@etl.go.jp>
16160
16161 * international/quail.el (quail-help): The output message is
16162 improved.
16163
161642000-09-26 Dave Love <fx@gnu.org>
16165
16166 * mouse.el (popup-menu): If POSITION is nil, set it using
16167 mouse-position.
16168
161692000-09-25 Sam Steingold <sds@gnu.org>
16170
16171 * net/browse-url.el (browse-url-file-url): Check for null maps.
16172
161732000-09-26 Gerd Moellmann <gerd@gnu.org>
16174
16175 * frame.el (frame-notice-user-settings): Don't add a
16176 tool-bar-lines frame parameter to default-frame-alist in batch mode.
16177
16178 * frame.el (frame-notice-user-settings):
16179 Make tool-bar-mode and default-frame-alist consistent.
16180
16181 * toolbar/tool-bar.el (tool-bar-help): New function.
16182
161832000-09-25 Gerd Moellmann <gerd@gnu.org>
16184
16185 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
16186 current-load-list in top-level forms. Else this leaks a cons cell
16187 every time a defun is called.
16188
16189 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
16190
161912000-09-25 Dave Love <fx@gnu.org>
16192
16193 * startup.el (fancy-splash-head): Check XPM is available.
16194
16195 * autoinsert.el (auto-insert): Doc fix.
16196 (auto-insert-alist): Following GNU notices, don't say `copyright
16197 _by_'. Use line-beginning-position.
16198 (auto-insert): Check buffer-file-name is non-nil before use.
16199
162002000-09-25 Gerd Moellmann <gerd@gnu.org>
16201
16202 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
16203 starting with `@def' or `@multitable', in addition to ones
16204 specified by the user in auto-fill-inhibit-regexp.
16205
162062000-09-25 Markus Rost <rost@math.ohio-state.edu>
16207
16208 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
16209 rmail-dont-reply-to-names matches the empty string.
16210
162112000-09-25 Gerd Moellmann <gerd@gnu.org>
16212
16213 * startup.el (command-line-1, fancy-splash-text): Change the
16214 text to sound more friendly.
16215
162162000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
16217
16218 * progmodes/hideshow.el: Update author email address.
16219 Generally, sync w/ maintainer version 5.22.
16220 (hs-hide-all-non-comment-function): New var.
16221 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
16222 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
16223 (hs-show-region): Delete this command.
16224 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
16225
162262000-09-22 Dave Love <fx@gnu.org>
16227
16228 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
16229 (hl-line-highlight): Specify buffer when moving overlay.
16230
16231 * progmodes/fortran.el (fortran-mode): Locally set
16232 normal-auto-fill-function.
16233 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
16234 (fortran-mode-map): Adjust auto-fill menu entry.
16235
162362000-09-22 Gerd Moellmann <gerd@gnu.org>
16237
16238 * vc-rcs.el (toplevel): Require `vc' when compiling.
16239
16240 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
16241
162422000-09-22 Andre Spiegel <spiegel@gnu.org>
16243
16244 * vc.el (vc-switch-backend): Signal an error if the file is not
16245 registered under the new backend.
16246
16247 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
16248 without explicit revision number.
16249
162502000-09-21 Stefan Monnier <monnier@cs.yale.edu>
16251
16252 * diff-mode.el (diff-file-header-face): Reset to its previous value.
16253 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
16254 (diff-xor): New function.
16255 (diff-find-source-location): Use it. Fix a stupid name clash.
16256 (diff-hunk-status-msg): New function.
16257 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
16258 (diff-test-hunk): Use diff-find-source-location.
16259 (diff-goto-source): Favor the `reverse'.
16260 (diff-hunk-text): Properly handle one-sided context diffs.
16261 (diff-apply-hunk): When done, advance to the next hunk.
16262
162632000-09-21 Gerd Moellmann <gerd@gnu.org>
16264
16265 * startup.el (command-line): If frame was created with a non-zero
16266 tool-bar-lines parameter, switch tool-bar-mode on.
16267
16268 * add-log.el (change-log-date-face, change-log-name-face)
16269 (change-log-email-face, change-log-file-face)
16270 (change-log-list-face, change-log-conditionals-face)
16271 (change-log-function-face, change-log-acknowledgement-face):
16272 New faces, inheriting from font-lock faces.
16273 (change-log-font-lock-keywords): Use them.
16274
162752000-09-21 Dave Love <fx@gnu.org>
16276
16277 * progmodes/cperl-mode.el (top-level): Clean up
16278 `eval-when-compile's and assorted defvars.
16279 (cperl-invalid-face): Don't double-quote value. Change custom
16280 type.
16281 (cperl-mode): Set normal-auto-fill-function and don't zap
16282 auto-fill-function.
16283 (cperl-imenu--function-name-regexp-perl): Renamed from
16284 imenu-example--function-name-regexp-perl.
16285 (cperl-imenu--create-perl-index): Renamed from
16286 imenu-example--create-perl-index.
16287 (cperl-xsub-scan): Don't require cl.
16288
16289 * msb.el (msb-mode-map): Use substitute-key-definition.
16290 (msb-mode): Use msb-mode-map.
16291
162922000-09-21 Andre Spiegel <spiegel@gnu.org>
16293
16294 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
16295 New functions.
16296 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
16297 (vc-switch-backend): New function.
16298 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
16299 (vc-register): Fix prompt.
16300 (vc-unregister, vc-default-unregister): New functions.
16301 (vc-version-diff): Handle empty buffer in sentinel.
16302
16303 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
16304 (vc-rcs-state-heuristic): Use it to guess the state of files with
16305 non-strict locking.
16306 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
16307 been set with -b, but not created yet.
16308 (vc-rcs-fetch-master-state): With non-strict locking, compare file
16309 contents in order to find the state.
16310 (vc-rcs-checkin): Allow creation of branches with no changes.
16311 (vc-rcs-unregister, vc-rcs-receive-file)
16312 (vc-rcs-set-non-strict-locking): New functions.
16313
16314 * vc-hooks.el (vc-name): Force correct computation of the value
16315 in case it is missing.
16316
163172000-09-21 Gerd Moellmann <gerd@gnu.org>
16318
16319 * startup.el (fancy-splash-tail): Use a different foreground
16320 color on a dark frame background.
16321
163222000-09-21 Miles Bader <miles@lsi.nec.co.jp>
16323
16324 * info.el: Use the correct capitalization when making Info-mode
16325 and Info-edit-mode `special' modes.
16326
163272000-09-20 Stefan Monnier <monnier@cs.yale.edu>
16328
16329 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
16330 (diff-mode): Add support for add-log.el.
16331 (diff-hunk-text): Use char offsets rather than line offsets.
16332 (diff-find-source-location): Replace LINE with line-offset (nil
16333 if not found) and always set POS to a meaningful position.
16334 Adapt to the new char-offsets.
16335 (diff-apply-hunk): Drop support for the unused `select' POPUP.
16336 Adapt to the new diff-find-source-location.
16337 (diff-goto-source): Adapt to the new diff-find-source-location.
16338
16339 * add-log.el (add-log-file-name): New function (split out of
16340 add-change-log-entry).
16341 (add-change-log-entry): Use it.
16342 Call add-log-file-name-function with the changelog file name if
16343 the current buffer is not associated with any file.
16344 Avoid find-file if the selected window is dedicated.
16345
16346 * diff-mode.el (diff-find-source-location):
16347 Move code from diff-apply-hunk. Return buffer rather than file.
16348 (diff-apply-hunk): Use the new result from diff-find-source-location.
16349 (diff-goto-source): Use the new diff-find-source-location.
16350
163512000-09-20 Dave Love <fx@gnu.org>
16352
16353 * iswitchb.el: Some doc fixes.
16354 (iswitchb-mode-map): Define completely initially. Inherit
16355 minibuffer-local-map.
16356 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
16357 fundamental-mode.
16358 (iswitchb-global-map): New variable.
16359 (iswitchb-summaries-to-end): Amalgamate regexps.
16360 (iswitchb-mode): New.
16361 (iswitchb-mode-hook): New variable.
16362 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
16363 `extensions'.
16364
163652000-09-20 Gerd Moellmann <gerd@gnu.org>
16366
16367 * ehelp.el (electric-help): New defgroup.
16368 (electric-help-shrink-window): New user-option.
16369 (with-electric-help): Use it.
16370
16371 * window.el (shrink-window-if-larger-than-buffer): If face
16372 `mode-line' has a :box, and we're on a graphical frame, add 1
16373 to the needed window height.
16374
16375 * frame.el (frame-notice-user-settings): Add a last parameter nil
16376 to a call to `append', because the last list passed to `append' is
16377 not copied, and so subsequent calls to assq-delete-all will modify
16378 default-frame-alist.
16379
16380 * startup.el (fancy-splash-image): Change :type.
16381 (fancy-splash-head): Use an XBM image if appropriate.
16382 (command-line-1): Show splash screens in more cases.
16383
16384 * startup.el (fancy-splash-text): Don't quote faces.
16385
16386 * dired.el (dired-font-lock-keywords): Undo last change.
16387 (dired-readin): Bind indent-tabs-mode to nil.
16388
16389 * startup.el (fancy-splash-head): If frame's background mode
16390 is `dark', change the black background of the image to gray.
16391 (fancy-splash-screens): Display startup echo area message.
16392 (display-startup-echo-area-message): New function.
16393
163942000-09-20 Miles Bader <miles@lsi.nec.co.jp>
16395
16396 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
16397
16398 * info.el (info-header-node): Tweak for color ttys.
16399
16400 * faces.el (face-valid-attribute-values): Make sure directories we
16401 search for stipples both exist and are readable before trying to
16402 search them.
16403
16404 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
16405 in the dry-run case.
16406
16407 * jka-compr.el (with-auto-compression-mode): New macro.
16408
16409 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
16410 (custom-group-tag-face, custom-variable-tag-face): Use relative
16411 :height and inherit from `variable-pitch' face instead of
16412 hardwiring :family.
16413 * hi-lock.el (hi-black-hb): Likewise.
16414
16415 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
16416 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
16417 toolbar-add-item, if image doesn't have a mask add a `:mask
16418 heuristic'.
16419
164202000-09-19 Stefan Monnier <monnier@cs.yale.edu>
16421
16422 * diff-mode.el: Docstring fixes.
16423 (diff-header-face, diff-comment-face): New faces.
16424 (diff-font-lock-keywords): Highlight a bit differently.
16425 (diff-find-source-location): Don't return SPAN any more.
16426 (diff-hunk-text): Don't bother erasing the temp buffer.
16427 (diff-find-text): Drop argument LINE.
16428 (diff-apply-hunk): Update calls to diff-find-text.
16429 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
16430
16431 * calendar/calendar.el: Docstring fixes.
16432 (calendar-make-alist): Don't quote lambda.
16433 (calendar-star-date): Use make-local-variable.
16434
164352000-09-19 Dave Love <fx@gnu.org>
16436
16437 * toolbar/tool-bar.el: Renamed from toolbar.el.
16438 Change `toolbar' to `tool-bar' generally in symbols.
16439 Make some items invisible in `special' major modes.
16440 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
16441 Add arg PROPS.
16442
16443 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
16444 Add :version here.
16445 (fancy-splash-delay, fancy-splash-image): Remove :version here.
16446
164472000-09-19 Gerd Moellmann <gerd@gnu.org>
16448
16449 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
16450
16451 * files.el (find-file-suppress-same-file-warnings): New user-option.
16452 (find-file-noselect): Use it.
16453
16454 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
16455 (fancy-splash-screen): Defgroup.
16456
16457 * add-log.el (change-log-font-lock-keywords): Match names
16458 more exactly for the case that font-lock-constant-face is
16459 underlined.
16460
164612000-09-19 Richard M. Stallman <rms@gnu.org>
16462
16463 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
16464
164652000-09-19 Andre Spiegel <spiegel@gnu.org>
16466
16467 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
16468
164692000-09-19 Gerd Moellmann <gerd@gnu.org>
16470
16471 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
16472 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
16473 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
16474 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
16475 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
16476 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
16477 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
16478 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
16479 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
16480 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
16481 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
16482 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
16483
16484 * startup.el (fancy-splash-text): New variable.
16485 (fancy-splash-delay, fancy-splash-image): New user-options.
16486 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
16487 (fancy-splash-screens): New functions.
16488 (command-line-1): If display has a `display' frame parameter, has
16489 colors, and we have XPM support, show more fancy splash screens.
16490
164912000-09-19 Dave Love <fx@gnu.org>
16492
16493 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
16494 with null `help'. Use modern backquote syntax.
16495
164962000-09-19 Gerd Moellmann <gerd@gnu.org>
16497
16498 * font-lock.el (font-lock-mode): Change message telling the user
16499 that ``the buffer is too big''.
16500
16501 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
16502 for instance for the case that tab-width is 2.
16503
165042000-09-18 Gerd Moellmann <gerd@gnu.org>
16505
16506 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
16507 toolbar-add-item, if image doesn't have a mask add a `:mask
16508 heuristic'.
16509
165102000-09-18 Miles Bader <miles@lsi.nec.co.jp>
16511
16512 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
16513 and return a cons if it's non-nil.
16514 (diff-apply-hunk): Try to jump to the line in the source text
16515 corresponding to the position of point in the in the hunk.
16516
16517 * info.el (Info-title-3-face, Info-title-2-face)
16518 (Info-title-1-face): Use face inheritance and relative sizes
16519 instead of hard-wiring things.
16520
16521 * faces.el (secondary-selection): Make dark-background variant sane.
16522
165232000-09-16 Andrew Innes <andrewi@gnu.org>
16524
16525 * makefile.w32-in (compile-files-CMD): No need to make .elc files
16526 read-only, since they aren't under VC now.
16527
165282000-09-17 Dave Love <fx@gnu.org>
16529
16530 * tmm.el: Replace mapcar with mapc in several places.
16531
16532 * loadhist.el (unload-feature): Maybe call elp-restore-list and
16533 ad-unadvise.
16534
16535 * international/latin1-disp.el: New file.
16536
16537 * calendar/cal-move.el (scroll-calendar-left)
16538 (scroll-calendar-right): Make arg optional (for active mode line).
16539
16540 * calendar/calendar.el (calendar-mode-line-format): Make fields
16541 mouse-sensitive.
16542 (calendar-read-date, calendar-read-date, calendar-window-list):
16543 Unquote lambda.
16544 (calendar-month-name): Use aref, not sref.
16545
16546 * view.el (minor-mode-alist): Propertize the string.
16547
16548 * international/characters.el (standard-case-table): Add entries
16549 for Greek.
16550
165512000-09-18 Miles Bader <miles@gnu.org>
16552
16553 * info.el (info-node, info-xref): Add dark-background variants.
16554
16555 * faces.el (header-line): Change defaults to be less confusing
16556 when mixed with mode-lines.
16557
16558 * info.el (Info-fontify-node): Make a few cleanups.
16559 Add extra `help-echo' and `local-map' props to node xrefs.
16560 Use header-specific faces for node-names & xrefs.
16561 (Info-use-header-line): New variable.
16562 (info-header-xref, info-header-node): New faces.
16563 (Info-setup-header-line): New function.
16564 (Info-select-node): Call Info-setup-header-line when enabled.
16565 (Info-extract-pointer): Work even if the header line is hidden.
16566 (Info-header-line): New variable.
16567
165682000-09-16 Stefan Monnier <monnier@cs.yale.edu>
16569
16570 * vms-patch.el (print-region-function): Don't quote lambda.
16571
16572 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
16573
16574 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
16575 (lm-get-header-re): Allow spaces between the header and the colon.
16576 (lm-header): Allow $ in non-RCS headers.
16577 (lm-header-multiline): Put the strings back into order.
16578 Stop at an empty line. Don't require two space chars if the
16579 line is clearly not another header line.
16580
16581 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
16582 (popup-menu-popup): Remove.
16583
165842000-09-15 Gerd Moellmann <gerd@gnu.org>
16585
16586 * toolbar/toolbar.el (toolbar-add-item): Use the same image
16587 specification if or if not tool-bar item contains an `:enabled'
16588 property.
16589
16590 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
16591 current buffer has no file name.
16592
165932000-09-15 Dave Love <fx@gnu.org>
16594
16595 * strokes.el: Sync with maintainer's current version with changes
16596 for Emacs, but avoid runtime cl and levents.
16597 (toplevel): Change autoloads and compilation requires.
16598 (strokes-version, strokes-bug-address, strokes-lift): Values
16599 changed.
16600 (strokes-xpm-header, strokes-insinuated): New variable.
16601 (strokes): Add :link.
16602 (strokes-mode): Customized.
16603 (strokes-while-inhibiting-garbage-collector): New macro.
16604 (strokes-remassoc): Avoid remove-if.
16605 (strokes-fix-button2-command): Don't use ad-do-it.
16606 (strokes-insinuate): New function.
16607 (strokes-button-press-event-p, strokes-button-release-event-p):
16608 New functions, used instead of non-`strokes-' versions..
16609 (strokes-mouse-event-p): Rewritten.
16610 (strokes-event-closest-point): Avoid event-point.
16611 (strokes-get-grid-position): Avoid cdadr, caadr
16612 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
16613 functions.
16614 (strokes-help): Use with-output-to-temp-buffer.
16615 (strokes-window-configuration-changed-p): New function.
16616 (strokes-update-window-configuration): Use buffer-live-p,
16617 strokes-window-configuration-changed-p.
16618 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
16619 (strokes-char-face): New face.
16620 (strokes-char-table, strokes-base64-chars): New variable.
16621 (strokes-xpm-for-stroke, strokes-list-strokes)
16622 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
16623 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
16624 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
16625 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
16626 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
16627 functions.
16628
166292000-09-15 Gerd Moellmann <gerd@gnu.org>
16630
16631 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
16632
16633 * image.el (create-image): Doc fix.
16634
16635 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
16636 instead of `:heuristic-mask t'.
16637
166382000-09-14 Andrew Innes <andrewi@gnu.org>
16639
16640 * makefile.w32-in: Revert to Unix line endings.
16641
166422000-09-14 Andrew Innes <andrewi@gnu.org>
16643
16644 * makefile.w32-in: Add bootstrap support. Also copy lisp source
16645 when installing.
16646
16647 * makefile.nt (DONTCOMPILE): Fix typo.
16648
16649 * shell.el (shell-write-history-on-exit): New function.
16650 (shell-dumb-shell-regexp): New custom variable.
16651 (shell-mode): Make shell-write-history-on-exit the process
16652 sentinel if shell name matches shell-dumb-shell-regexp.
16653
16654 * w32-fns.el: Comment out before-init-hook function which resets
16655 source-directory based; this breaks bootstrap.
16656
166572000-09-14 Dave Love <fx@gnu.org>
16658
16659 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
16660 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
16661 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
16662 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
16663 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
16664 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
16665 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
16666 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
16667 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
16668
16669 * toolbar/toolbar.el: New.
16670
16671 * subdirs.el: Add toolbar.
16672
166732000-09-14 Gerd Moellmann <gerd@gnu.org>
16674
16675 * indent.el (indent-for-tab-command): Doc fix.
16676
166772000-09-14 Alex Schroeder <alex@gnu.org>
16678
16679 * ansi-color.el (ansi-colors): Doc change.
16680 (ansi-color-get-face): Simplified regexp.
16681 (ansi-color-faces-vector): Added more faces, doc change.
16682 (ansi-color-names-vector): Doc change.
16683 (ansi-color-regexp): Simplified regexp.
16684 (ansi-color-parameter-regexp): New regexp.
16685 (ansi-color-filter-apply): Doc change.
16686 (ansi-color-filter-region): Doc change.
16687 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
16688 deal with zero length parameters.
16689 (ansi-color-apply-on-region): Doc change.
16690 (ansi-color-map): Doc change.
16691 (ansi-color-map-update): Removed debugging message.
16692 (ansi-color-get-face-1): Added condition-case to trap
16693 args-out-of-range errors.
16694 (ansi-color-get-face): Doc change.
16695 (ansi-color-make-face): Removed.
16696 (ansi-color-for-shell-mode): New option.
16697
166982000-09-13 Kenichi Handa <handa@etl.go.jp>
16699
16700 * international/quail.el (quail-start-translation): Translate KEY
16701 if necessary even if it doesn't have any mapping in the current
16702 input method.
16703 (quail-start-conversion): Likewise.
16704 (quail-help): The output message is improved.
16705
167062000-09-13 Miles Bader <miles@gnu.org>
16707
16708 * comint.el (comint-output-filter): Revert to using
16709 `insert-before-markers'. Add bletcherous hack to undo damage
16710 caused by `insert-before-markers'. Put `front-sticky' property on
16711 overlays created here so that the field code understands how the
16712 overlay works. Use a let when making comint-last-prompt-overlay,
16713 so that the code is easier to read.
16714
167152000-09-13 Dave Love <fx@gnu.org>
16716
16717 * wid-edit.el (widget-default-format-handler): DTRT when
16718 doc-property is a function.
16719
167202000-09-12 Francesco Potorti` <pot@gnu.org>
16721
16722 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
16723 filed name if it's not there.
16724
167252000-09-12 Dave Love <fx@gnu.org>
16726
16727 * simple.el (read-mail-command): Doc fix.
16728 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
16729
16730 * vc.el (vc-dired-listing-switches): Fix :version.
16731
16732 * vc-hooks.el: Doc fixes.
16733
16734 * subr.el (add-minor-mode): Use toggle-fun arg.
16735
16736 * speedbar.el: Add :version to several defcustoms.
16737
16738 * imenu.el (imenu--truncate-items, imenu--cleanup)
16739 (imenu--generic-function): Avoid mapcar.
16740 (imenu--replace-spaces): Function removed.
16741 (imenu--completion-buffer): Use subst-char-in-string.
16742 (imenu-add-to-menubar): Use keymap inheritance.
16743
167442000-09-12 Miles Bader <miles@gnu.org>
16745
16746 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
16747 (diff-mode-map): Bind `diff-test-hunk'.
16748 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
16749
167502000-09-11 Gerd Moellmann <gerd@gnu.org>
16751
16752 * bytecomp.el (byte-compile-defvar): Undo last change
16753 because it breaks '(make-variable-buffer-local (defvar ...)'
16754 which is used at least in dired.
16755
167562000-09-12 Kenichi Handa <handa@etl.go.jp>
16757
16758 * international/quail.el (quail-define-package): Docstring
16759 modified.
16760
167612000-09-12 Kenichi Handa <handa@etl.go.jp>
16762
16763 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
16764 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
16765 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
16766 docstring of "chinese-py".
16767
16768 * international/quail.el (quail-translation-docstring): New
16769 variable.
16770 (quail-show-keyboard-layout): Docstring modified.
16771 (quail-select-current): Likewise.
16772 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
16773 infinite recursive call.
16774 (quail-help): Check quail-translation-docstring. Format of the
16775 output changed.
16776 (quail-help-insert-keymap-description): Adjusted for the above
16777 change.
16778
167792000-09-11 Gerd Moellmann <gerd@gnu.org>
16780
16781 * bytecomp.el (byte-compile-defvar): Only cons onto
16782 current-load-list in top-level forms. Else this leaks a cons cell
16783 every time a defun is called.
16784
167852000-09-11 Miles Bader <miles@lsi.nec.co.jp>
16786
16787 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
16788 Now understands non-unified diffs. Some functionality moved into
16789 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
16790 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
16791 modify anything. Only reposition point in the patched file if the
16792 patch succeeds. Only pop up another window if POPUP is true.
16793 Emit a message describing what happened if successful, and at what
16794 line-offset. Automatically detect reversed hunks and do something
16795 appropriate.
16796 (diff-hunk-text, diff-find-text): New functions.
16797 (diff-filter-lines): Function removed.
16798 (diff-test-hunk): New function.
16799 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
16800
168012000-09-10 Dave Love <fx@gnu.org>
16802
16803 * textmodes/tildify.el: Minor doc/commentary fixes.
16804 (tildify) <defgroup>: Add :version.
16805
16806 * faces.el (face-x-resources): Make custom type more specific.
16807 (frame-background-mode): Use mapc.
16808 (region) <defcustom>: Add :version.
16809
168102000-09-08 Stefan Monnier <monnier@cs.yale.edu>
16811
16812 * vc-sccs.el (vc-sccs-register):
16813 * vc-rcs.el (vc-rcs-register):
16814 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
16815 * vc.el (vc-register): Clear file's properties.
16816
168172000-09-08 Gerd Moellmann <gerd@gnu.org>
16818
16819 * faces.el (face-spec-set): Only face-spec-reset-face when
16820 ATTRS is non-nil.
16821
168222000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
16823
16824 * help.el (help-insert-xref-button): Fix a typo in doc string.
16825
168262000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
16827
16828 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16829 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
16830 methods.
16831
16832 * menu-bar.el (read-mail-item-name): New function.
16833 (menu-bar-tools-menu): Use it to compute and display the package
16834 used to read email.
16835 (menu-bar-tools-menu): Fix typo in GUD's help string.
16836
168372000-09-07 Dave Love <fx@gnu.org>
16838
16839 * diff-mode.el (diff-mouse-goto-source): New function.
16840
16841 * vc-sccs.el: Doc fixes.
16842 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
16843
16844 * vc-rcs.el: Doc fixes.
16845 (vc-rcs-register-switches, vc-rcs-checkin-switches)
16846 (vc-rcs-checkout-switches, vc-rcs-header)
16847 (vc-rcs-master-templates): Add or change :version.
16848
16849 * vc-cvs.el: Doc fixes.
16850 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
16851 (vc-cvs-stay-local): Add :version.
16852
16853 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
16854
168552000-09-07 Kenichi Handa <handa@etl.go.jp>
16856
16857 * international/quail.el (quail-help): Fix previous change.
16858
168592000-09-07 Gerd Moellmann <gerd@gnu.org>
16860
16861 * faces.el (color-values): Doc fix.
16862
16863 * faces.el (frame-set-background-mode): Use frame-parameter
16864 instead of frame-parameters.
16865
16866 * frame.el (filtered-frame-list): Reduce consing.
16867 (frames-on-display-list): Call frame-parameter instead of
16868 frame-parameters.
16869
168702000-09-07 Kenichi Handa <handa@etl.go.jp>
16871
16872 * language/devan-util.el (devanagari-to-indian-region): In the
16873 loop, change the following char, not preceding char.
16874
168752000-09-07 Gerd Moellmann <gerd@gnu.org>
16876
16877 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
16878 instead of frame-parameters.
16879
16880 * faces.el (set-face-attribute): Simplify by calling
16881 internal-set-lisp-face-attribute with FRAME being 0.
16882
16883 * vc.el: Remove `Id' version control keyword.
16884
168852000-09-07 Kenichi Handa <handa@etl.go.jp>
16886
16887 * help.el (help-make-xrefs): Adjusted for the change of
16888 help-xref-mule-regexp.
16889 (help-insert-xref-button): New function.
16890
16891 * international/mule-cmds.el (help-xref-mule-regexp-template):
16892 Include the pattern for character set.
16893 (leim): New group.
16894
16895 * international/quail.el: Don't require face.
16896 (quail): New group.
16897 (quail-other-command): Dummy command to make quail-help work better.
16898 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
16899 (quail-keyboard-layout-substitution): New variable.
16900 (quail-update-keyboard-layout): New function.
16901 (quail-keyboard-layout-type): New customizable variable.
16902 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
16903 (quail-keyboard-translate): Pay attention to
16904 quail-keyboard-layout-substitution.
16905 (quail-insert-kbd-layout): New function.
16906 (quail-show-keyboard-layout): New function.
16907 (quail-get-translation): If the definition is a vector of length
16908 1, and the element is a string of length 1, return the character
16909 in that string.
16910 (quail-update-current-translations): Fix the case of
16911 relative-index out of range.
16912 (quail-build-decode-map, quail-insert-decode-map): New Functions.
16913 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
16914 Show key sequences for all available characters.
16915 (quail-help-insert-keymap-description): Don't show such verbose
16916 key bindings as quail-self-insert-command.
16917
16918 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
16919 Format changed, and each element now have extra documentations.
16920 (tit-process-header): Delete invalid characters from TIT-PROMPT.
16921 Adjusted for the change of quail-cxterm-package-ext-info.
16922
169232000-09-06 Gerd Moellmann <gerd@gnu.org>
16924
16925 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
16926 requiring it leads to a recursive loading of vc.el and vc-hooks.el
16927 during bootstrap.
16928
169292000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16930
16931 * vc.el: (toplevel): Don't require `dired' at run-time.
16932 (vc-dired-resynch-file): Remove autoload cookie.
16933
169342000-09-05 Andre Spiegel <spiegel@gnu.org>
16935
16936 * vc.el: Made several backend functions optional.
16937 (vc-default-responsible-p): New function.
16938 (vc-merge): Use RET for first version to trigger merge-news, not
16939 prefix arg.
16940 (vc-annotate): Handle backends that do not support annotation.
16941 (vc-default-merge-news): Removed. The existence of a merge-news
16942 implementation is now checked on caller sites.
16943
16944 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
16945 case.
16946
16947 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
16948 special case that has been removed from the default in vc-hooks.el.
16949
169502000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16951
16952 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
16953
169542000-09-05 Andre Spiegel <spiegel@gnu.org>
16955
16956 * vc-hooks.el: Require vc during compilation.
16957 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
16958 macro `with-vc-properties' in vc.el.
16959 (vc-file-getprop): Doc fix.
16960 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
16961
16962 * vc.el: Require dired-aux during compilation.
16963 (vc-name-assoc-file): Moved to vc-sccs.el.
16964 (with-vc-properties): New macro.
16965 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
16966 vc-finish-steal): Use it.
16967 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
16968 to the backend-specific function is now supposed to do the checkout,
16969 too.
16970 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
16971
16972 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
16973 set file properties; that gets done in the generic code now.
16974
16975 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
16976 Changed parameter list, added code from vc.el that does the
16977 checkout, possibly with a double-take.
16978
16979 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
16980 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
16981 the above under the new name.
16982 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
16983 parameter list, added checkout command.
16984 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
16985 properties; that gets done in the generic code now.
16986
169872000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16988
16989 * vc.el: Docstring fixes (courtesy of checkdoc).
16990
169912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
16992
16993 * vc.el (vc-checkout-writable-buffer-hook)
16994 (vc-checkout-writable-buffer): Remove.
16995 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
16996 (vc-log-mode): Make it into a clean derived major mode.
16997 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
16998 vc-log-mode if log-edit is not available.
16999 (vc-dired-mode-map): Don't set-keymap-parent yet.
17000 (vc-dired-mode): Do set-keymap-parent here.
17001 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
17002
170032000-09-05 Gerd Moellmann <gerd@gnu.org>
17004
17005 * faces.el (set-face-attribute, face-spec-reset-face)
17006 (face-spec-set): Avoid consing by removing calls to `apply'.
17007
17008 * frame.el (frame-parameter): Move to C code.
17009
170102000-09-05 Dave Love <fx@gnu.org>
17011
17012 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
17013 insert-before-markers-and-inherit. Now checked systematically!
17014
170152000-09-05 Alex Schroeder <alex@gnu.org>
17016
17017 * sql.el (sql-postgres): Use sql-postgres-options.
17018 (sql-postgres-options): New variable.
17019
170202000-09-05 Alex Schroeder <alex@gnu.org>
17021
17022 * sql.el (sql-mode-menu): Work around missing variable mark-active
17023 in XEmacs.
17024 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
17025 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
17026 compatibility.
17027
170282000-09-04 Gerd Moellmann <gerd@gnu.org>
17029
17030 * vc.el (vc-dired-resynch-file): Add autoload cookie.
17031
17032 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
17033
17034 * Makefile.in (DONTCOMPILE): Fix typo in file name.
17035
170362000-09-04 Andre Spiegel <spiegel@gnu.org>
17037
17038 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
17039 don't support anything else under SCCS yet.
17040
17041 * vc-hooks.el: Minor doc fixes.
17042
170432000-09-04 Andre Spiegel <spiegel@gnu.org>
17044
17045 * vc.el (vc-next-action-on-file): Do not visit the file if it's
17046 not necessary. If verbose in state `needs-patch', do the same as
17047 under `up-to-date'. When NOT verbose and `needs-patch', check out
17048 latest version instead of `merge-news'.
17049 (vc-next-action-dired): Don't mess with default-directory here; it
17050 breaks other parts of dired. It is the job of the
17051 backend-specific functions to adjust it temporarily if they need it.
17052 (vc-next-action): Remove a special CVS case.
17053 (vc-clear-headers): New optional arg FILE.
17054 (vc-checkin, vc-checkout): Set properties vc-state and
17055 vc-checkout-time properly.
17056 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
17057 (vc-print-log): Use new backend function `show-log-entry'.
17058 (vc-cancel-version): Do the checks in a different order. Added a
17059 FIXME concerning RCS-only code.
17060
17061 * vc-rcs.el (vc-rcs-show-log-entry): New function.
17062 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
17063
17064 * vc-cvs.el (vc-cvs-show-log-entry): New function.
17065
17066 * vc-hooks.el (vc-default-mode-line-string): Show state
17067 `needs-patch' as a `-' too.
17068
170692000-09-04 Andre Spiegel <spiegel@gnu.org>
17070
17071 * vc.el (vc-responsible-backend): New optional arg REGISTER.
17072 (vc-default-could-register): New function.
17073 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
17074 (vc-resynch-buffer): Call vc-dired-resynch-file.
17075 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
17076 vc-resynch-buffer instead of vc-resynch-window.
17077 (vc-next-action-dired): Don't redisplay here, that gets done as a
17078 result of the individual file operations.
17079 (vc-retrieve-snapshot): Corrected prompt order.
17080
17081 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
17082
17083 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
17084 as well.
17085 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
17086 hostname regexps. Updated all callers.
17087 (vc-cvs-responsible-p): Handle directories as well.
17088 (vc-cvs-could-register): New function.
17089 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
17090 properties up-to-date.
17091
17092 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
17093 user whether to create one.
17094
170952000-09-04 Andre Spiegel <spiegel@gnu.org>
17096
17097 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
17098 check out a non-existing file.
17099
17100 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
17101 workfile does not exist.
17102
17103 * vc.el (vc-version-diff): Use `require' to check for existence of
17104 diff-mode.
17105
171062000-09-04 Andre Spiegel <spiegel@gnu.org>
17107
17108 * vc-cvs.el (vc-cvs-registered): Use new function
17109 vc-cvs-parse-entry to do the actual work.
17110
171112000-09-04 Andre Spiegel <spiegel@gnu.org>
17112
17113 * vc-hooks.el (vc-find-backend-function): If function doesn't
17114 exist, return nil instead of error.
17115 (vc-call-backend): Doc fix.
17116
17117 * vc.el (vc-do-command): Doc fix.
17118 (vc-finish-logentry): When checking in from vc-dired, choose the
17119 right backend for logentry check.
17120 (vc-dired-mode-map): Inherit from dired-mode-map.
17121 (vc-dired-mode): Local value of dired-move-to-filename-regexp
17122 simplified.
17123 (vc-dired-state-info): Removed, updated caller.
17124 (vc-default-dired-state-info): Use parentheses instead of hyphens.
17125 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
17126 (vc-dired-listing-switches): New variable.
17127 (vc-directory): Use it, instead of dired-listing-switches.
17128
17129 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
17130 (vc-cvs-dir-state): New function.
17131 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
17132 (vc-cvs-parse-entry): New function, also to be used in
17133 vc-cvs-registered.
17134
171352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17136
17137 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
17138 *or* single-window-frames.
17139
171402000-09-04 Andre Spiegel <spiegel@gnu.org>
17141
17142 * vc.el (vc-update-changelog): Split into generic part and default
17143 implementation. Doc string adapted.
17144 (vc-default-update-changelog): New function. Call the `rcs2log'
17145 script in exec-directory, to fix a long-standing nuisance.
17146
17147 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
17148 simply signals an error.
17149
171502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17151
17152 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
17153 control-flow more clear and to avoid running `cvs' twice.
17154
17155 * vc.el (vc-next-action-on-file): Doc fix.
17156 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
17157 (vc-print-log): Eval `file' before constructing the continuation.
17158
171592000-09-04 Andre Spiegel <spiegel@gnu.org>
17160
17161 * vc.el (vc-next-action-on-file): Corrected several messages.
17162 (vc-merge): Add prefix arg `merge-news'; handle it.
17163
17164 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
17165 is not reached. It is.
17166 (vc-cvs-merge): Set state to 'edited after merge.
17167 (vc-cvs-merge-news): Set workfile version to nil if not known.
17168 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
17169
17170 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
17171 via stdout. (Merge from main line.)
17172
171732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17174
17175 * vc.el (vc-finish-logentry): Thinko in the "same comment"
17176 detection.
17177
171782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17179
17180 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
17181 against kill-all-local-variables.
17182 (vc-log-edit): Don't save vc-parent-buffer any more.
17183 (vc-last-comment-match): Initialize to an empty string.
17184 (vc-post-command-functions): New hook.
17185 (vc-do-command): Run it.
17186 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
17187 (vc-finish-logentry): Only add the comment to the ring if it's
17188 different from the last comment entered.
17189 (vc-new-comment-index): New function.
17190 (vc-previous-comment): Use it. Make the minibuffer message
17191 slightly less terse.
17192 (vc-comment-search-reverse): Make it work forward as well. Don't
17193 set vc-comment-ring-index if no match is found. Use
17194 vc-new-comment-index.
17195 (vc-comment-search-forward): Use vc-comment-search-reverse.
17196 (vc-dired-mode-map): Don't inherit from dired-mode-map since
17197 define-derived-mode will do it for us. Bind `v' to a keymap that
17198 inherits from vc-prefix-map so that we can bind `vt' without
17199 binding C-x v t.
17200 (vc-retrieve-snapshot): Parenthesis typo.
17201
17202 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
17203 to 1. Make sure to switch to *vc* before looking for an error
17204 message. Use vc-parse-buffer.
17205
172062000-09-04 Andre Spiegel <spiegel@gnu.org>
17207
17208 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
17209 and NAME.
17210 (vc-retrieve-snapshot): Split into two parts.
17211 (vc-default-retrieve-snapshot): New function.
17212
17213 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
17214 (vc-cvs-retrieve-snapshot): New function (untested).
17215 (vc-cvs-stay-local): Default to t.
17216 (vc-cvs-remote-p): New function and property.
17217 (vc-cvs-state): Stay local only if the above is t.
17218 (vc-handle-cvs): Removed.
17219 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
17220 done via vc-handled-backends now.
17221 (vc-cvs-header): Escape Id.
17222
172232000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17224
17225 * vc.el (vc-do-command): Remove unused commands.
17226 (vc-version-diff): Make sure default-directory ends with a slash.
17227 Move the window commands into a vc-exec-after.
17228 (vc-print-log): Move more of the code into the `vc-exec-after'.
17229
172302000-09-04 Andre Spiegel <spiegel@gnu.org>
17231
17232 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
17233 (vc-print-log): Search current revision from beginning of buffer.
17234 (vc-revert-buffer): Clear echo area after the diff is finished.
17235 (vc-prefix-map): Removed definition of "t" for terse display in vc
17236 dired.
17237 (vc-dired-mode-map): Inherit from dired-mode-map. Added
17238 definition of "vt" for terse display.
17239 (vc-dired-mode): Fix dired-move-to-filename-regexp.
17240
172412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17242
17243 * vc.el (vc-exec-after): Avoid caddr.
17244
172452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17246
17247 * vc.el (vc-exec-after): New function.
17248 (vc-do-command): Use it to add a termination message for async
17249 procs.
17250 (vc-checkout): Try to handle a missing-backend situation.
17251 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
17252 of a directory with a backend using async diffs.
17253 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
17254 present.
17255
17256 * vc-sccs.el (vc-sccs-state-heuristic): Use
17257 file-ownership-preserved-p.
17258
17259 * vc-rcs.el (vc-rcs-state-heuristic): Use
17260 file-ownership-preserved-p.
17261 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
17262
172632000-09-04 Andre Spiegel <spiegel@gnu.org>
17264
17265 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
17266 vc-do-command.
17267
17268 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
17269 when there are no changes.
17270
172712000-09-04 Andre Spiegel <spiegel@gnu.org>
17272
17273 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
17274
17275 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
17276
172772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17278
17279 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
17280
17281 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
17282 the `fset' outside of the defvar so that it works even if
17283 vc-prefix-map was already defined.
17284 (vc-setup-buffer): New function, split out of vc-do-command.
17285 (vc-do-command): Allow BUFFER to be t to mean `just use the
17286 current buffer without any fuss'.
17287 (vc-version-diff): Change the `diff' backend operation to just put
17288 the diff in the current buffer without erasing it. Always use
17289 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
17290 shrink-window-if-larger-than-buffer.
17291 (vc-print-log): Change the `print-log' backend operation to just
17292 put the log in the current buffer without erasing it. Protect
17293 shrink-window-if-larger-than-buffer.
17294 (vc-update-change-log): Fix setd typo.
17295
17296 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
17297 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
17298
17299 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
17300 (vc-rcs-diff): Insert in the current buffer and remove unused arg
17301 CMP.
17302
17303 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
17304 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
17305 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
17306
173072000-09-04 Andre Spiegel <spiegel@gnu.org>
17308
17309 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
17310 not possible, use vc-BACKEND-workfile-unchanged-p.
17311 (vc-default-workfile-unchanged-p): New function. Delegates to a
17312 full vc-BACKEND-diff.
17313
17314 * vc-hooks.el (vc-simple-command): Removed.
17315
17316 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
17317 instead of vc-simple-command.
17318 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
17319 avoid doing a diff when opening a file.
17320 (vc-rcs-state): Added check for unlocked-changes.
17321 (vc-rcs-header): Escape Id.
17322 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
17323 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
17324 version.
17325
17326 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
17327 (vc-sccs-diff): Remove optional arg CMP.
17328 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
17329 SCCS-specific function.
17330
17331 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
17332 vc-simple-command.
17333
173342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17335
17336 * vc.el (vc-editable-p): Renamed from vc-writable-p.
17337 (with-vc-file, vc-merge): Use vc-editable-p.
17338 (vc-do-command): Remove unused var vc-file and fix the
17339 doubly-defined `status' var. Add a user message when starting an
17340 async command.
17341 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
17342 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
17343 Use with-current-buffer.
17344 (vc-buffer-sync): Use unless.
17345 (vc-next-action-on-file): If the file is 'edited by read-only,
17346 make it read-write instead of trying to commit.
17347 (vc-version-diff, vc-update-change-log): Use `setq
17348 default-directory' rather than `cd'.
17349 (vc-log-edit): Don't forget to set default-directory in the
17350 buffer.
17351
17352 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
17353 (vc-sccs-state-heuristic): Use file-writable-p instead of
17354 comparing userids.
17355 (vc-sccs-checkout): Use `unless'.
17356
17357 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
17358 of comparing userids.
17359 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
17360 Simplify the logic by eliminating unreachable code.
17361 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
17362 just do a recursive call if we need to retry.
17363 (vc-rcs-checkout): Handle the case where rcs is missing by making
17364 the buffer read-write if requested and re-signalling the error.
17365
17366 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
17367
173682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17369
17370 * vc-hooks.el (vc-handled-backends): Docstring change.
17371 (vc-ignore-vc-files): Mark obsolete.
17372 (vc-registered): Check vc-ignore-vc-files.
17373 (vc-find-file-hook, vc-file-not-found-hook): Don't check
17374 vc-ignore-vc-files.
17375
17376 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
17377
173782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17379
17380 * vc.el (vc-checkout): Don't do anything special for ange-ftp
17381 files since ange-ftp already has vc-registered return nil.
17382
17383 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
17384 (vc-sccs-workfile-version): Use with-temp-buffer and new
17385 vc-parse-buffer and don't bother setting the property.
17386 (vc-sccs-add-triple): Use with-current-buffer and
17387 find-file-noselect.
17388 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
17389
17390 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
17391 derives from the old vc-parse-buffer but uses the revision number
17392 rather than the date (much easier to compare robustly).
17393 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
17394 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
17395 locking-user more directly. Check strict locking and set
17396 checkout-model appropriately.
17397 (vc-rcs-parse-locks): Remove.
17398 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
17399 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
17400 (vc-rcs-system-release): Use with-current-buffer and
17401 vc-parse-buffer.
17402 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
17403
17404 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
17405 (vc-simple-command): Docstring fix.
17406 (vc-registered): Align the way the file-handler is called with the
17407 way the function itself works.
17408 (vc-file-owner): Remove.
17409
17410 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
17411 extraction of fields and call to file-attributes because of a
17412 temporary bug in rcp.el.
17413 (vc-cvs-fetch-status): Use with-current-buffer.
17414
174152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17416
17417 * vc.el (vc-do-command): Use file-relative-name.
17418 (vc-responsible-backend): Use vc-backend if possible.
17419 (vc-create-snapshot): Improve the `interactive' spec. Add support
17420 for branches and dispatch to backend-specific `create-snapshot'.
17421 (vc-default-create-snapshot): New function, containing the bulk of
17422 the old vc-create-snapshot.
17423 (vc-retrieve-snapshot): Improve the interactive spec.
17424
17425 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
17426 (vc-backend-hook-functions): Remove.
17427 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
17428 (vc-backend): Reintroduce the test for `file = nil' now that I
17429 know why it was there (and added a comment to better remember).
17430
17431 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
17432 code from vc-sccs-hooks.el.
17433 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
17434 'vc anymore.
17435 (vc-sccs-responsible-p): Use expand-file-name instead of concat
17436 and file-directory-p instead of file-exists-p.
17437 (vc-sccs-check-headers): Simplify the regexp.
17438
17439 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
17440 from vc-rcs-hooks.el. Don't require 'vc anymore.
17441 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
17442 file-directory-p instead of file-exists-p.
17443
17444 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
17445 from vc-cvs-hooks.el.
17446 (proto vc-cvs-registered): Require 'vc-cvs instead of
17447 'vc-cvs-hooks. Don't require 'vc anymore.
17448 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
17449 file-directory-p instead of file-exists-p.
17450 (vc-cvs-create-snapshot): New function, replacing
17451 vc-cvs-assign-name.
17452 (vc-cvs-assign-name): Remove.
17453
174542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17455
17456 * vc-cvs.el (vc-cvs-header): New var.
17457
17458 * vc-rcs.el (vc-rcs-exists): Remove.
17459 (vc-rcs-header): New var.
17460
17461 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
17462 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
17463 (vc-sccs-header): New var.
17464
17465 * vc.el (vc-do-command): Get rid of the `last' argument.
17466 (vc-header-alist): Remove, replaced by vc-X-header.
17467 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
17468 (vc-dired-hook): Use expand-file-name instead of concat.
17469 (vc-directory): Use file-name-as-directory.
17470 (vc-snapshot-precondition, vc-create-snapshot)
17471 (vc-retrieve-snapshot): Allow the command to operate on any
17472 directory.
17473
17474 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
17475 just removing the 'WORKFILE argument or by removing the 'MASTER
17476 argument and replacing `file' with (vc-name file).
17477
174782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17479
17480 * vc.el: Update Copyright and add a crude list of backend funs.
17481 (vc-writable-p): New function.
17482 (with-vc-file): Use vc-writable-p.
17483 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
17484 (vc-register): Avoid vc-name.
17485 (vc-locking-user): Remove.
17486 (vc-steal-lock): Make the `owner' arg non-optional.
17487 (vc-merge): Use vc-writable-p instead of vc-locking-user and
17488 vc-checkout-model.
17489 (vc-default-dired-state-info): Use vc-state instead of
17490 vc-locking-user and return special strings for special states.
17491 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
17492 and get rid of one of the special CVS cases.
17493 (vc-cancel-version): prettify error message with \\[...].
17494 (vc-rename-master): New function.
17495 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
17496 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
17497 the CVS special case generic.
17498 (vc-default-record-rename): Remove.
17499 (vc-file-tree-walk-internal): Only call FUNC for files that are
17500 under control of some VC backend and replace `concat' with
17501 expand-file-name.
17502 (vc-file-tree-walk): Update docstring.
17503 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
17504 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
17505
17506 * vc-sccs.el (vc-sccs-rename-file): Renamed from
17507 vc-sccs-record-rename. Use `find-file-noselect' rather than
17508 `find-file' and call `vc-rename-master' to do the actual move.
17509 (vc-sccs-diff): Remove unused `backend' variable.
17510
17511 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
17512 to delay loading of vc-sccs until it is really used.
17513 (vc-sccs-master-templates): Preload.
17514 (vc-sccs-state): Update call to vc-sccs-parse-locks.
17515 (vc-sccs-project-dir): Remove (merged into
17516 vc-sccs-search-project-dir).
17517 (vc-sccs-search-project-dir): Rewrite using file name handling ops
17518 rather than `concat', make sure it is preloaded and don't bother
17519 to check that the file actually exists.
17520 (vc-sccs-parse-locks): Remove unused `file' argument, remove
17521 `locks' argument (use buffer's content instead) and eliminate n^2
17522 behavior.
17523
17524 * vc-rcs.el: Update Copyright.
17525 (vc-rcs-rename-file): New function.
17526 (vc-rcs-diff): Remove unused `backend' variable.
17527
17528 * vc-hooks.el: Update Copyright.
17529 (vc-backend): Don't accept a nil argument any more.
17530 (vc-up-to-date-p): Turn into a defsubst.
17531 (vc-possible-master): New function.
17532 (vc-check-master-templates): Use `vc-possible-master' and allow
17533 funs in vc-X-master-templates to return a non-existent file.
17534
17535 * vc-cvs.el: Update Copyright.
17536 (vc-cvs-diff): Remove unused `backend' variable.
17537 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
17538
17539 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
17540
175412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17542
17543 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
17544 since it can be called from vc-rcs.el.
17545 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
17546
175472000-09-04 Andre Spiegel <spiegel@gnu.org>
17548
17549 * vc.el (vc-version-diff): Expand file name read from the
17550 minibuffer. Handle the case when a previous version number can't
17551 be guessed. Give suitable messages when there were no differences
17552 found.
17553 (vc-clear-headers): Call backend-specific implementation, if one
17554 exists.
17555 (vc-cancel-version): Made error checks generic. When done, clear
17556 headers generically, too.
17557
17558 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
17559 from vc-clear-headers in vc.el.
17560
17561 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
17562 correctly.
17563 (vc-rcs-latest-on-branch-p): Made second argument VERSION
17564 optional. Handle the case when it's not there.
17565
175662000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17567
17568 * vc.el (vc-locking-user): Moved from vc-hooks.el.
17569
175702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17571
17572 * vc-hooks.el (vc-loadup): Remove.
17573 (vc-find-backend-function): Use `require'. Also, handle the case
17574 where vc-BACKEND-hooks.el doesn't exist.
17575 (vc-call-backend): Cleanup.
17576
175772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17578
17579 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
17580 vc-rcs-grab-templates)
17581 (vc-rcs-registered): Remove. The default function works as well.
17582 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
17583 vc-sccs-grab-templates)
17584 (vc-sccs-registered): Remove. The default function works as well.
17585
17586 * vc.el (vc-version-diff): Left out a vc- in call to
17587 vc-call-backend.
17588 (vc-default-dired-state-info, vc-default-record-rename)
17589 (vc-default-merge-news): Update for the new backend argument.
17590
17591 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
17592 using the default function.
17593 (vc-call-backend): If calling the default function, pass it the
17594 backend as first argument. Update the docstring accordingly.
17595 (vc-default-state-heuristic, vc-default-mode-line-string): Update
17596 for the new backend argument.
17597 (vc-make-backend-sym): Renamed from vc-make-backend-function.
17598 (vc-find-backend-function): Use the new name.
17599 (vc-default-registered): New function.
17600
176012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17602
17603 * vc.el (vc-merge): Use vc-find-backend-function.
17604
17605 * vc-hooks.el (vc-backend-functions): Remove.
17606 (vc-loadup): Don't setup 'vc-functions.
17607 (vc-find-backend-function): New function.
17608 (vc-call-backend): Use above fun and populate 'vc-functions
17609 lazily.
17610 (vc-backend-defines): Remove.
17611
176122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17613
17614 * vc.el (vc-register): Put a FIXME note for a newly found bug.
17615 Call vc-call-backend without the leading vc-.
17616 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
17617 (vc-check-headers): Call vc-call-backend without the leading vc-.
17618 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
17619 (vc-annotate-display): Replace confusing use of `cond' with `or'.
17620 Call vc-call-backend without the leading vc-.
17621
17622 * vc-cvs.el (tail): Provide vc-cvs.
17623 * vc-sccs.el (tail): Provide vc-sccs.
17624 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
17625
17626 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
17627 (vc-make-backend-function, vc-call): Pass names without leading
17628 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
17629 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
17630 (vc-call-backend): Always try to load vc-X-hooks.
17631 (vc-registered): Remove vc- in call to vc-call-backend.
17632
176332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17634
17635 * vc.el (vc-process-filter): New function.
17636 (vc-do-command): Setup `vc-process-filter' for the async process.
17637 (vc-maybe-resolve-conflicts): New function to reduce
17638 code-duplication. Additionally, it puts the buffer in
17639 `smerge-mode' if applicable.
17640 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
17641 calling `merge-news'.
17642 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
17643 (vc-log-edit): New function. Replacement for `vc-log-mode' by
17644 interfacing to log-edit.el.
17645 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
17646 log-edit is available.
17647 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
17648
176492000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17650
17651 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
17652 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
17653 defvar and the initialization.
17654 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
17655
17656 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
17657 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
17658
17659 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
17660
176612000-09-04 Andre Spiegel <spiegel@gnu.org>
17662
17663 * vc.el (vc-file-clear-masterprops): Removed.
17664 (vc-checkin, vc-revert-buffer): Removed calls to the above.
17665 (vc-version-diff): Use buffer-size without argument.
17666 (vc-register): Heed vc-initial-comment.
17667
17668 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
17669 default branch.
17670
17671 * vc-rcs.el (vc-rcs-register): Parse command output to find master
17672 file name and workfile version.
17673 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
17674
17675 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
17676 vc-file-clear-masterprops.
17677
17678 * vc-sccs.el (vc-sccs-checkout): Removed call to
17679 vc-file-clear-masterprops. If writable, set vc-state to 'edited
17680 rather than user login name.
17681
17682
176832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17684
17685 * vc.el (vc-workfile-unchanged-p): Remove unused argument
17686 `want-differences-if-changed' and simplify.
17687 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
17688 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
17689 output (which is invalid for async vc-diff) to decide whether to
17690 do the revert silently or not.
17691
176922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17693
17694 * vc-hooks.el (vc-loadup): Load files quietly.
17695 (vc-call-backend): Oops, brain fart.
17696
176972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17698
17699 * vc-cvs.el (vc-cvs-state): Typo.
17700 (vc-cvs-merge-news): Return the status code rather than the error msg.
17701
177022000-09-04 Andre Spiegel <spiegel@gnu.org>
17703
17704 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
17705 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
17706 vc-state or vc-up-to-date-p.
17707 (vc-merge): Use vc-backend-defines to check whether merging is
17708 possible. Set state to 'edited after successful merge.
17709
17710 * vc-hooks.el (vc-locking-user): If locked by the calling user,
17711 return that name. Redocumented.
17712
177132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17714
17715 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
17716 new `vc-state' semantics.
17717 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
17718 'vc-locking-user to the current user.
17719 (vc-merge): Inline vc-backend-merge. Comment out code that I
17720 don't understand and hence can't adapt to the new `vc-state' and
17721 `vc-locking-user' semantics.
17722 (vc-backend-merge): Remove.
17723
17724 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
17725 rather than 'vc-locking-user.
17726
17727 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
17728
17729 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
17730 (vc-state): Don't use 'reserved any more. Just use the same
17731 convention as the one used for vc-<backend>-state where the
17732 locking user (as a string) is returned.
17733 (vc-locking-user): Update, based on the above convention. The
17734 'vc-locking-user property has disappeared.
17735 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
17736
17737 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
17738 with a heuristic one.
17739 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
17740 (vc-cvs-checkin): Do a trivial parse to set the state in case of
17741 error. That allows us to get to 'needs-merge even in the
17742 stay-local case. There's still no way to detect 'needs-patch in
17743 such a setup (or to force an update for that matter).
17744 (vc-cvs-logentry-check): Remove, the default works as well.
17745
177462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17747
17748 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
17749
17750 * vc.el (vc-do-command): kill-all-local-variables, to reset any
17751 major-mode in which the buffer might have been put earlier. Use
17752 `remove' and `when'. Allow `okstatus' to be `async' and use
17753 `start-process' in this case.
17754 (vc-version-diff): Handle the case where the diff looks empty
17755 because of the use of an async process.
17756
177572000-09-04 Andre Spiegel <spiegel@gnu.org>
17758
17759 * vc.el (vc-next-action-on-file): Removed optional parameter
17760 `simple'. Recompute state unconditionally.
17761 (vc-default-toggle-read-only): Removed.
17762
17763 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
17764 (vc-toggle-read-only): Undid prev change.
17765
17766 * vc-cvs.el (vc-cvs-stay-local): Renamed from
17767 vc-cvs-simple-toggle. Redocumented.
17768 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
17769 (vc-cvs-toggle-read-only): Removed.
17770
177712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17772
17773 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
17774 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
17775 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
17776 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
17777 still is. So maybe it should be removed.
17778 (vc-head-version, vc-find-binary): Remove.
17779 (vc-recompute-state): Move from vc-hooks.el.
17780 (vc-next-action-on-file): Add a `simple' argument to allow
17781 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
17782 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
17783 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
17784 (vc-dired-mode-map): Properly defvar it.
17785 (vc-print-log): Call log-view-mode if available.
17786 (small-temporary-file-directory): defvar instead of use boundp.
17787 (vc-merge-news): Moved to vc-cvs.el.
17788 (vc-default-merge-news): New function.
17789
17790 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
17791 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
17792 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
17793 unknown `vc-latest-version' function. It should probably refer to
17794 vc-workfile-version or somesuch, but it's very unclear to me and I
17795 don't have SCCS to test things.
17796
17797 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
17798 (vc-sccs-state-heuristic): Fix typo.
17799 (vc-sccs-workfile-unchanged-p): Add missing argument.
17800
17801 * vc-rcs.el: Require vc and vc-rcs-hooks.
17802 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
17803 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
17804 (vc-release-greater-or-equal-p): Move from vc.
17805 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
17806 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
17807 (vc-rcs-checkout): Add a missing `new-version' argument in the
17808 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
17809
17810 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
17811 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
17812 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
17813 than the apparently unbound `workfile-version'.
17814
17815 * vc-hooks.el (vc-master-templates): Def the obsolete var.
17816 (vc-file-prop-obarray): Use `make-vector'.
17817 (vc-backend-functions): Add new hookable functions
17818 vc-toggle-read-only, vc-record-rename and vc-merge-news.
17819 (vc-loadup): If neither backend nor default functions exist, use
17820 the backend function rather than nil.
17821 (vc-call-backend): If the function if not bound yet, try to load
17822 the non-hook file to see if it provides it.
17823 (vc-call): New macro plus use it wherever possible.
17824 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
17825 nor `vc-find-binary' since it's only called from
17826 vc-mistrust-permission which is only used once the backend is known.
17827 (vc-checkout-model): Fix parenthesis.
17828 (vc-recompute-state, vc-prefix-map): Move to vc.el.
17829
17830 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
17831 (vc-cvs-release, vc-cvs-system-release): Remove.
17832 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
17833 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
17834 status symbols.
17835 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
17836 (vc-cvs-toggle-read-only): First cut at a function to allow a
17837 cvs-status-free vc-toggle-read-only.
17838 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
17839 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
17840 vc-cvs-status. Also set vc-state rather than vc-locking-user.
17841 (vc-cvs-checkout): Modify access rights directly if the user
17842 requested not to use `cvs edit'. And refresh the mode line.
17843
17844 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
17845 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
17846
178472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
17848
17849 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
17850 workfile' that got lost when the code was extracted from vc.el.
17851 And merged the tail with the rest of the code (not possible in the
17852 old vc.el where the tail was shared among all backends). And
17853 explicitly set the state to 'edited if `writable' is set.
17854
17855 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
17856 (vc-cvs-state): Be careful to return the value from
17857 vc-cvs-parse-state.
17858 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
17859 property but return it instead. Also be careful to handle a nil
17860 or "" `rev' when workfile is non-nil (it was handled properly when
17861 workfile was nil).
17862
17863 * vc.el: Removed those pesky unnecessary `(function' quotes.
17864 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
17865 directly in the defvar.
17866 (vc-do-command): Bind inhibit-read-only so as to properly handle
17867 the case where the destination buffer has been made read-only.
17868 (vc-diff): Delegate to vc-version-diff in all cases.
17869 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
17870 (vc-annotate-mode-variables): Removed (code moved partly to
17871 defvars and partly to vc-annotate-add-menu).
17872 (vc-annotate-mode): Turned into a derived-mode.
17873 (vc-annotate-add-menu): Moved in code in
17874 vc-annotate-mode-variables.
17875 (vc-update-change-log): Use make-temp-file if available.
17876
178772000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
17878
17879 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
17880 `vc-checkout-model' updated to `vc-cvs-update-model'.
17881
178822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17883
17884 * vc.el (vc-next-action-on-file): Added handling of state
17885 `unlocked-changes'.
17886 (vc-checkout-carefully): Is now practically obsolete, unless the
17887 above is too slow to be enabled unconditionally.
17888 (vc-update-change-log): Fixed typo.
17889
17890 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
17891
17892 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
17893 Now handles state `unlocked-changes'.
17894 (vc-sccs-workfile-unchanged-p): New function, to support the above.
17895
17896 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
17897
17898 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
17899 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
17900 `unlocked-changes'.
17901 (vc-rcs-workfile-unchanged-p): Renamed from
17902 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
17903 function yet, but supposed to become one soon.
17904
17905 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
17906 `vc-steal-lock'.
17907 (vc-call-backend): Changed error message.
17908 (vc-state): Added description of state `unlocked-changes'.
17909
179102000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17911
17912 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
17913 always return t in CVS-controlled directories.
17914
17915 * vc.el (vc-responsible-backend): New function.
17916 (vc-register): Largely rewritten.
17917 (vc-admin): Removed (implementation moved into vc-register).
17918 (vc-checkin): Redocumented.
17919 (vc-finish-logentry): If no backend defined yet (because we are in
17920 the process of registering), use the responsible backend.
17921
17922 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
17923 Updated function lists.
17924 (vc-call-backend): Fixed typo.
17925
17926 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
17927 New functions.
17928 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
17929 Removed query option. Redocumented.
17930
179312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17932
17933 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
17934
17935 * vc.el: Updated callers of `vc-checkout-required' to use
17936 `vc-checkout-model'.
17937
179382000-09-04 Martin Lorentzson <martinl@gnu.org>
17939
17940 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
17941 stuff updated to reference this function instead of the old
17942 `vc-backend-release-p'.
17943
179442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17945
17946 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
17947 vc-checkout-model. Return appropriate values. Updated callers.
17948
179492000-09-04 Martin Lorentzson <martinl@gnu.org>
17950
17951 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
17952 (vc-backend-revert): Function moved into `vc-revert';
17953 `vc-next-action' must be updated to accomodate this change.
17954 (vc-backend-steal): Function moved into `vc-finish-steal'.
17955 (vc-backend-logentry-check): Function moved into
17956 `vc-finish-logentry'.
17957 (vc-backend-printlog): Function moved into `vc-print-log'.
17958 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
17959 (vc-backend-assign-name): Function moved into
17960 `vc-create-snapshot'.
17961
179622000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
17963
17964 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
17965 Rename to vc-checkout-model. Return appropriate values.
17966 Update callers.
17967
17968 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
17969 to vc-checkout-model.
17970 (vc-checkout-required): Rename to vc-checkout-model.
17971 Re-implement and re-comment.
17972 (vc-after-save): Use vc-checkout-model.
17973
179742000-09-04 Martin Lorentzson <martinl@gnu.org>
17975
17976 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
17977 Update to use the vc-BACKEND-diff functions instead.
17978 `vc-diff' is now working.
17979
17980 * vc-rcs.el (vc-rcs-logentry-check): New function.
17981
17982 * vc-cvs.el (vc-cvs-logentry-check): New function.
17983
17984 * vc-sccs.el (vc-sccs-diff): Function changed name from
17985 `vc-backend-diff'. This makes `vc-diff' work.
17986
17987 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
17988 of functions possibly implemented in a vc-BACKEND library.
17989 (vc-checkout-required): Fix bug that caused an error to be
17990 signaled during `vc-after-save'.
17991
17992 * vc.el: Fix typo.
17993 This checkin is made with our new VC code base for the very first time.
17994 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
17995
17996 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
17997 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
17998
17999 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
18000 updated to `vc-uses-locking'.
18001 (vc-checkout-required): Call to backend function.
18002 `vc-checkout-required' updated to `vc-uses-locking' instead.
18003
18004 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
18005 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
18006
18007 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
18008 to match the split into various backends.
18009 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
18010 (vc-retrieve-snapshot): Bug fix.
18011
180122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18013
18014 * vc-sccs.el (vc-sccs-release): Doc fix.
18015
180162000-09-04 Martin Lorentzson <martinl@gnu.org>
18017
18018 * vc.el (vc-next-action-on-file): Bug found and fixed.
18019 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
18020 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
18021
18022 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
18023 (vc-rcs-checkout): Name space cleaned up. No more revision number
18024 crunching function names that are not prefixed with vc-rcs.
18025 (vc-rcs-checkout-model): Function added. References to
18026 `vc-checkout-model' replaced.
18027
180282000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18029
18030 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
18031 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
18032 still need to be split, and implemented for RCS).
18033
180342000-09-04 Martin Lorentzson <martinl@gnu.org>
18035
18036 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
18037
18038 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
18039 required by the vc.el file.
18040
18041 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
18042 required by the vc.el file.
18043 (vc-rcs-exists): Function added.
18044
18045 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
18046 required by the vc.el file.
18047
18048 * vc.el (vc-admin): Updated to handle selection of appropriate
18049 backend. Current implementation is crufty and need re-thinking.
18050
18051 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
18052
180532000-09-04 Martin Lorentzson <martinl@gnu.org>
18054
18055 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
18056 beginning of annotate buffers correctly.
18057
18058 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
18059 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
18060 functionality updated quite a lot to support multiple backends.
18061 Variables `vc-annotate-mode', `vc-annotate-buffers',
18062 `vc-annotate-backend' added.
18063
18064 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
18065 `vc-annotate-difference' added to supported backend functions.
18066
180672000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18068
18069 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
18070 Use with-temp-file instead of /bin/sh. Merged from mainline
18071
180722000-09-04 Martin Lorentzson <martinl@gnu.org>
18073
18074 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
18075
18076 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
18077
18078 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
18079
180802000-09-04 Martin Lorentzson <martinl@gnu.org>
18081
18082 * vc-hooks.el: vc-state-heuristic added to
18083 vc-backend-hook-functions.
18084
18085 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
18086
18087 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
18088
18089 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
18090 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
18091 state to `reserved'.
18092
18093 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
18094 `vc-checkout-required'. Rename the `locked' state to `reserved'.
18095
180962000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18097
18098 * vc-rcs-hooks.el: Implement new state model. Hardly anything
18099 untouched.
18100
18101 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
18102
18103 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
18104 if defined. (Merged from main line, slightly adapted.)
18105
18106 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
18107 millenium problem (merged from mainline).
18108
181092000-09-04 Martin Lorentzson <martinl@gnu.org>
18110
18111 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
18112 part and moved the non-BACKEND stuff to vc.el.
18113
18114 * vc.el: Split the annotate feature into a BACKEND specific part
18115 and moved it from the vc-cvs.el file to this one.
18116
181172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18118
18119 * vc-hooks.el: Implement new state model.
18120 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
18121 (vc-locking-user): Simplify. Now only needed if the file is
18122 locked by somebody else.
18123 (vc-lock-from-permissions): Remove. Functionality is in
18124 vc-sccs-hooks.el and vc-rcs-hooks.el now.
18125 (vc-mode-line-string): New name for former vc-status. Adapted.
18126 (vc-mode-line): Adapt to use the above. Remove optional parameter.
18127
18128 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
18129 Various simplifications and adaptations all over the place.
18130
18131 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
18132 Simplify and adapt the rest.
18133
18134 * vc.el (vc-resynch-window): Add TODO comment: check for
18135 interaction with view mode according to recent RCS change.
18136 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
18137
181382000-09-04 Martin Lorentzson <martinl@gnu.org>
18139
18140 * vc.el: Convert the remaining function comments to docstrings.
18141
181422000-09-04 Martin Lorentzson <martinl@gnu.org>
18143
18144 * vc.el (vc-backend-release, vc-release-greater-or-equal)
18145 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
18146 (vc-minor-part, vc-previous-version): Functions that operate and
18147 compare revision numbers got proper documentation. Comments added
18148 about their possible removal.
18149
181502000-09-04 Martin Lorentzson <martinl@gnu.org>
18151
18152 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
18153 the vc-backend.el files.
18154
18155 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
18156
18157 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
18158 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
18159 (vc-rcs-previous-version): Functions added.
18160
18161 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
18162
18163 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
18164
181652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18166
18167 * vc-hooks.el (vc-master-templates): Is really obsolete.
18168 Comment out the definition for now. What is the right procedure
18169 to get rid of it?
18170 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
18171 rewritten.
18172 (vc-default-registered): Remove.
18173 (vc-check-master-templates): New function; does mostly what the
18174 above did before.
18175 (vc-locking-user): Don't rely on the backend to set the property.
18176
18177 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
18178 Rewrite documentation.
18179 (vc-rcs-templates-grabbed): New variable.
18180 (vc-rcs-grab-templates): New function.
18181 (vc-rcs-registered): Rewrite to use above mechanism.
18182
18183 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
18184 Rewrite documentation.
18185 (vc-sccs-templates-grabbed): New variable.
18186 (vc-sccs-grab-templates): New function.
18187 (vc-sccs-registered): Rewrite to use above mechanism.
18188 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
18189 Don't throw the result, simply return it.
18190
18191 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
18192 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
18193 (vc-cvs-registered): Does the check itself now. Simplify.
18194
18195 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
18196 from main line.
18197
181982000-09-04 Martin Lorentzson <martinl@gnu.org>
18199
18200 * vc-cvs.el (vc-cvs-diff): New function.
18201
18202 * vc-sccs.el (vc-sccs-diff): New function.
18203
18204 * vc-rcs.el (vc-rcs-diff): New function.
18205 (vc-rcs-checkout): Bug (typo) found and fixed.
18206 (vc-rcs-register-switches): New variable.
18207
18208 * vc.el (vc-backend-diff): Function removed and placed in the
18209 backend files.
18210
182112000-09-04 Martin Lorentzson <martinl@gnu.org>
18212
18213 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
18214
18215 * vc.el (vc-backend-checkout): Function removed and replaced in
18216 the vc-backend.el files.
18217
18218 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
18219
18220 * vc.el (vc-backend-admin): Removed and replaced in the
18221 vc-backend.el files.
18222
18223 * vc.el (Martin): Removed all the annotate functionality since it
18224 is CVS backend specific.
18225
182262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18227
18228 * spec.txt: Added specification of vc-state.
18229
18230 * vc-sccs-hooks.el (vc-sccs-master-properties):
18231 Remove handling of vc-latest-version and
18232 vc-your-latest-version. What used to be vc-latest-version, is now
18233 returned as vc-workfile-version.
18234 (vc-sccs-workfile-version): Adapt.
18235
182362000-09-04 Dave Love <fx@gnu.org>
18237
18238 * vc.el: [Merged from mainline.]
18239 (vc-dired-mode): Make the dired-move-to-filename-regexp
18240 regexp match the date, to avoid treating date as file size.
18241 Add YYYY S option to WESTERN/
18242
182432000-09-04 Dave Love <fx@gnu.org>
18244
18245 * vc.el: Require `compile' when compiling.
18246 (vc-logentry-check-hook): New option.
18247 (vc-steal-lock): Use compose-mail.
18248 (vc-dired-mode-map): Defvar when compiling.
18249 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
18250 vc-sccs.el and renamed. Callers changed.
18251 (vc-backend-checkout, vc-backend-logentry-check)
18252 (vc-backend-merge-news): Doc fix.
18253 (vc-default-logentry-check): New function.
18254 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
18255 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
18256 (vc-backend-merge): Doc fix. Use backend functions.
18257 (vc-check-headers): Use backend functions.
18258
18259 * vc-cvs.el: Require vc when compiling.
18260 (vc-cvs-register-switches): Doc fix.
18261 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
18262 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
18263 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
18264 New functions (code from vc.el).
18265 (vc-annotate-display-default): Fix interactive spec.
18266 (vc-annotate-time-span): Doc fix.
18267
18268 * vc-rcs.el: Require vc when compiling.
18269 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
18270 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
18271 (vc-rcs-checkin): New functions (code from vc.el).
18272 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
18273 Doc fix.
18274 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
18275
18276 * vc-sccs.el: Require vc when compiling.
18277 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
18278 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
18279 (vc-sccs-revert)
18280 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
18281 from vc.el).
18282 (vc-sccs-add-triple, vc-sccs-record-rename)
18283 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
18284 (vc-sccs-admin): Doc fix.
18285
182862000-09-04 Martin Lorentzson <martinl@gnu.org>
18287
18288 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
18289 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
18290 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
18291 from vc.el.
18292
18293 * vc-sccs.el (vc-admin-sccs): Added from vc.el
18294
18295 * vc-cvs.el: Moved the annotate functionality from vc.el.
18296 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
18297
182982000-09-04 Dave Love <fx@gnu.org>
18299
18300 * vc.el (vc-backend-release): Call vc-system-release.
18301
18302 * vc-sccs.el (vc-sccs-system-release):
18303 Renamed from vc-sccs-backend-release.
18304
18305 * vc-rcs.el (vc-rcs-system-release):
18306 Renamed from vc-rcs-backend-release.
18307
18308 * vc-cvs.el (vc-cvs-system-release):
18309 Renamed from vc-cvs-backend-release.
18310
183112000-09-04 Dave Love <fx@gnu.org>
18312
18313 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
18314 backend files.
18315 (vc-backend-release): Dispatch to backend functions.
18316 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
18317 probably needs attention.]
18318
18319 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
18320 (vc-sccs-backend-release): New function.
18321
18322 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
18323 (vc-cvs-backend-release): New function.
18324
18325 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
18326 Doc fix.
18327 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
18328 (vc-default-dired-state-info): New function.
18329 (vc-dired-state-info): Dispatch to backends.
18330 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
18331
18332 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
18333 from vc.el and renamed.
18334
183352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18336
18337 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
18338 (vc-version-other-window, vc-backend-assign-name): Removed
18339 references to vc-latest-version; sometimes changed into
18340 vc-workfile-version.
18341
18342 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
18343 vc-rcs-master-workfile-version.
18344 (vc-rcs-workfile-version): Use the above. Don't call
18345 vc-latest-version (that was unreachable code, anyway).
18346 (vc-rcs-fetch-master-properties): Doc fix.
18347
18348 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
18349 (vc-backend-hook-functions): Removed them from this list, too.
18350 (vc-fetch-properties): Removed.
18351 (vc-workfile-version): Doc fix.
18352
18353 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
18354 (vc-rcs-workfile-version, vc-rcs-locking-user)
18355 (vc-rcs-uses-locking): Use it.
18356
18357 * vc-hooks.el (vc-consult-rcs-headers):
18358 Moved into vc-rcs-hooks.el, under the name
18359 vc-rcs-consult-headers.
18360
18361 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
18362 headers.
18363 (vc-cvs-find-master): Use this name only; correct different
18364 versions of the name.
18365
18366 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
18367 New functions.
18368 (vc-sccs-locking-user): Use the latter.
18369
18370 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
18371 New functions.
18372
18373 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
18374 Moved into both
18375 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
18376 functions are implementation details of those two backends.
18377
183782000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18379
18380 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
18381 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
18382
18383 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
18384 (vc-sccs-parse-locks): SCCS-specific code moved here from
18385 vc-hooks.
18386
18387 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
18388 code moved here from vc-hooks.
18389
18390 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
18391 into back-end specific parts and removed. Callers not updated
18392 yet; because I guess these callers will disappear into back-end
18393 specific files anyway.
18394
183952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18396
18397 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
18398 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
18399 `vc-uses-locking'.
18400
18401 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
18402 Store yes/no in the property, and return t/nil. Updated all
18403 callers.
18404
18405 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
18406 vc-sccs-uses-locking. Don't set property.
18407 (vc-sccs-locking-user): Don't set property.
18408
18409 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
18410 vc-cvs-uses-locking. Don't set property here; leave that to
18411 vc-hooks.
18412 (vc-cvs-locking-user): Reflect above change. Streamlined.
18413
18414 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
18415 vc-rcs-uses-locking.
18416 (vc-rcs-locking-user): Reflect above change.
18417
184182000-09-04 Dave Love <fx@gnu.org>
18419
18420 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
18421
18422 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
18423
18424 * vc-hooks.el (vc-checkout-model): Punt to backends.
18425
18426 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
18427
18428 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
18429
18430 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
18431 New functions.
18432
18433 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
18434 New functions.
18435
18436 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
18437 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
18438
18439 * vc-hooks.el (vc-default-locking-user): New function.
18440 (vc-locking-user, vc-workfile-version): Punt to backends.
18441
184422000-09-04 Dave Love <fx@gnu.org>
18443
18444 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
18445 (vc-master-workfile-version): Moved from vc-hooks.
18446
18447 * vc-rcs-hooks.el: Fix duplicate code in last change.
18448
18449 * vc-rcs-hooks.el: Require vc-hooks when compiling.
18450 (vc-rcs-master-templates): Improve :type.
18451 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
18452 vc-master-workfile-version): Moved from vc-hooks.
18453
18454 * vc-sccs-hooks.el: Require vc-hooks when compiling.
18455 (vc-sccs-master-templates): Improve :type.
18456 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
18457
18458 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
18459
18460 * vc-cvs-hooks.el: Require vc-hooks when compiling.
18461 (vc-cvs-master-templates): Improve :type. Use
18462 vc-cvs-find-cvs-master.
18463 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
18464 from vc-hooks.
18465 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
18466
18467 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
18468 Moved to vc-cvs-hooks.
18469
18470 * vc-hooks.el: Add doc strings in various places. Simplify the
18471 minor mode setup.
18472 (vc-handled-backends): New user variable.
18473 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
18474 simplification.
18475
184762000-09-04 Dave Love <fx@gnu.org>
18477
18478 * vc.el: Some doc fixes for autoloaded and interactive functions.
18479 Fix compilation warnings from ediff stuff.
18480 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
18481
18482 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
18483
18484 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
18485
18486 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
18487
184882000-09-04 Dave Love <fx@gnu.org>
18489
18490 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
18491 New variable.
18492 (vc-make-backend-function, vc-loadup, vc-call-backend)
18493 (vc-backend-defines): New functions.
18494
18495 * vc-hooks.el: Various doc fixes.
18496 (vc-default-back-end, vc-follow-symlinks): Custom fix.
18497 (vc-match-substring): Function removed. Callers changed to use
18498 match-string.
18499 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
18500 Simplify.
18501
185022000-09-04 Dave Love <fx@gnu.org>
18503
18504 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
18505 type.
18506 (vc-sccs-project-dir, vc-search-sccs-project-dir)
18507 (vc-sccs-registered): Doc fix.
18508
18509 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
18510 (vc-cvs-registered): Doc fix.
18511
18512 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
18513 (vc-rcs-registered): Doc fix.
18514
185152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18516
18517 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
18518
18519 * vc-hooks.el: vc-registered has been renamed
18520 vc-default-registered. Some functions have been moved to the
18521 backend specific files. they all support the
18522 vc-BACKEND-registered functions.
18523
185242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
18525
18526 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
18527
18528 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
18529
185302000-09-04 Dave Love <fx@gnu.org>
18531
18532 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
18533 menu-bar-update-hook.
18534
18535 * help.el (help-manyarg-func-alist): Add
18536 find-operation-coding-system.
18537
18538 * wid-edit.el (widget-sexp-validate): Fix garbled code.
18539
18540 * custom.el (custom-set-variables): Print message about errors in
18541 setting.
18542
185432000-09-03 Andrew Innes <andrewi@gnu.org>
18544
18545 * makefile.w32-in: Change to DOS line endings.
18546
185472000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18548
18549 * mouse.el (mouse-popup-menubar): Supply the prompt string for
18550 minor-mode keymaps, if they don't have one.
18551
185522000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18553
18554 * eshell/esh-module.el (eval-when-compile): Don't lose if
18555 esh-module.el's file name is truncated to DOS 8+3 limits.
18556
185572000-09-01 John Wiegley <johnw@gnu.org>
18558
18559 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
18560 predicate, which caused entries in the completion list to be
18561 doubled.
18562
185632000-08-30 John Wiegley <johnw@gnu.org>
18564
18565 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
18566 sending to subprocesses. Also, hook pre-command-hook if
18567 `eshell-send-direct-to-subprocesses' is non-nil.
18568 (eshell-send-direct-to-subprocesses): New config variable. If t,
18569 subprocess input is send immediately.
18570 (eshell-toggle-direct-send): New function.
18571 (eshell-self-insert-command): New function.
18572 (eshell-intercept-commands): New function.
18573 (eshell-send-input): If direct subprocess sending is enabled,
18574 don't echo any input to the Eshell buffer. Let the subprocess
18575 handle that. This requires "stty echo" in bash, for example.
18576
185772000-08-28 John Wiegley <johnw@gnu.org>
18578
18579 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
18580 completion function for Eshell's implementation of `unset'.
18581
185822000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
18583
18584 * info.el (Info-directory-list): Doc fix.
18585
185862000-08-31 Peter Breton <pbreton@ne.mediaone.net>
18587
18588 * filecache.el (file-cache-add-directory-using-find): Don't quote
18589 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
18590
185912000-08-31 Kenichi Handa <handa@etl.go.jp>
18592
18593 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
18594 coding systems.
18595
185962000-08-30 Andrew Innes <andrewi@gnu.org>
18597
18598 * timer.el (run-with-idle-timer): Undo last change, so that timer
18599 is not activated immediately if Emacs is already idle. Some
18600 existing code relies on this behaviour.
18601
186022000-08-30 Miles Bader <miles@gnu.org>
18603
18604 * frame.el (set-frame-font): Do completion of font-name for
18605 interactive use.
18606
186072000-08-30 Kenichi Handa <handa@etl.go.jp>
18608
18609 * international/quail.el (quail-start-translation): Bind locally
18610 last-command-event, last-command, and this-command.
18611 (quail-start-conversion): Likewise.
18612 (quail-self-insert-command): Fix docstring.
18613
186142000-08-29 Gerd Moellmann <gerd@gnu.org>
18615
18616 * progmodes/executable.el
18617 (executable-make-buffer-file-executable-if-script-p): Check that
18618 buffer contains at least 2 characters.
18619
186202000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
18621
18622 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
18623
186242000-08-29 Dave Love <fx@gnu.org>
18625
18626 * diff-mode.el (diff-mode) <defgroup>: Add :version.
18627 (diff-mode-shared-map): Bind mouse-2.
18628 (diff-imenu-generic-expression): New variable.
18629 (diff-mode): Use it.
18630
18631 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
18632 (mouse-popup-menubar): Add minor mode menus.
18633 (popup-menu): Check for lookup-key returning number.
18634
186352000-08-29 Miles Bader <miles@gnu.org>
18636
18637 * comint.el (comint-send-input): Create overlays using the proper
18638 front/read-advance arguments.
18639
186402000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18641
18642 * ps-print.el: Even/odd pages printing. Doc fix.
18643 (ps-print-version): New version number (6.0).
18644 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
18645 (ps-background, ps-begin-file, ps-begin-job): Code fix.
18646 (ps-print-duplex-feature): Variable eliminated.
18647 (ps-even-or-odd-pages): New variable.
18648
18649 * progmodes/ebnf2ps.el: Doc fix.
18650 (ebnf-version): New version (3.3).
18651 (ebnf-user-arrow): Change variable customization to sexp.
18652 (ebnf-user-arrow): Function eliminated.
18653 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
18654
186552000-08-29 Kenichi Handa <handa@etl.go.jp>
18656
18657 * help.el (help-xref-mule-regexp): New variable.
18658 (help-make-xrefs): Handle help-xref-mule-regexp.
18659
18660 * international/mule-cmds.el (help-xref-mule-regexp-template): New
18661 variable.
18662 (describe-input-method): Temporarily activate the specfied input
18663 method to display the information.
18664 (describe-language-environment): Hyperlinks to mule related items.
18665
18666 * international/mule-diag.el (charset-multibyte-form-string): New
18667 function.
18668 (list-character-sets-1): Use charset-multibyte-form-string.
18669 (describe-character-set): New function.
18670 (describe-coding-system): Hyperlinks to safe character sets.
18671
18672 * international/quail.el (quail-help): New arg PACKAGE.
18673 Hyperlinks to mule related items.
18674 (quail-help-insert-keymap-description): Use
18675 substitute-command-keys instead of describe-bindings.
18676 (quail-translation-help): Hyperlinks to mule related items.
18677
186782000-08-28 John Wiegley <johnw@gnu.org>
18679
18680 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
18681 have a defsubst call itself. Made `eshell-flatten-list' back into
18682 a function again.
18683
18684 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
18685 catch, in case re-centering point at bottom messes up the display.
18686 This happens frequently in Emacs 21, due I believe to variable
18687 line heights.
18688
18689 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
18690 to call `find-tag-interactive'.
18691
18692 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
18693 the list of remember directories.
18694
186952000-08-28 John Wiegley <johnw@gnu.org>
18696
18697 * align.el: Test align-region-separate to see if it's a symbol.
18698
186992000-08-28 John Wiegley <johnw@gnu.org>
18700
18701 * eshell/esh-util.el (eshell-flatten-list): Made this function
18702 into a defsubst form. It gets used very frequently, although
18703 calls don't occur all that often.
18704
18705 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
18706 examining it.
18707
18708 * eshell/esh-cmd.el (eshell-rewrite-while-command):
18709 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
18710 `eshell-protect'.
18711 (eshell-copy-handles): Created a new macro for duplicating the
18712 current set of open handles. This is needed by the looping
18713 functions.
18714 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
18715 is not incorrectly stomped on.
18716
18717 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
18718 declaration for pcomplete-use-paring.
18719 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
18720 value of eshell-cmpl-use-paring.
18721 * pcomplete.el (pcomplete-use-paring): New config variable, to
18722 indicate whether paring should be used.
18723 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
18724 completion alternatives that have already been used.
18725
18726 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
18727 bound to C-c C-y, which will repeat the previous N arguments
18728 (based on prefix argument).
18729 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
18730
18731 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
18732 if there is no *Help* buffer. This is for XEmacs, which renames
18733 its help buffers uniquely. TODO: Find out what the current buffer
18734 name to delete is.
18735
18736 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
18737 first entry that correlates to a passwd/group number. Later
18738 entries (used for group/user name aliasing to multiple IDs) are
18739 ignored.
18740
18741 * eshell/em-xtra.el (eshell/expr):
18742 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
18743 (eshell-grep, eshell/diff, eshell/locate):
18744 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
18745 argument list, before passing it to the system command.
18746
18747 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
18748 `find-tag' for use at final position in Eshell buffers (which
18749 otherwise triggers an error on Emacs 21).
18750 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
18751 buffer, if it is currently bound to `find-tag'.
18752
18753 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
18754 in the list of matched Makefile names.
18755 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
18756 directory, prefer its contents to Makefile.
18757
18758 * eshell/em-dirs.el (eshell/cd): cd commands that look up
18759 directory parts (like "cd old new", or "cd =regexp"), are now case
18760 sensitive on non-Windows/DOS platforms.
18761
18762 * eshell/esh-mode.el (eshell-parse-command-input): When a user
18763 types RET after an open delimiter (like "), display a message
18764 indicating that Eshell is waiting for the closing delimiter.
18765
18766 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
18767 environment variables.
18768
18769 * eshell/em-unix.el (eshell/diff): Added logic to fail more
18770 gracefully if the user enters incorrect arguments.
18771
18772 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
18773 Eshell buffers.
18774
18775 * eshell/esh-var.el (eshell-interpolate-variable):
18776 * eshell/esh-mode.el (eshell-move-argument):
18777 * eshell/em-unix.el (eshell-du-sum-directory):
18778 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
18779 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
18780 (not (= ...)).
18781
18782 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
18783 to ensure the `preserve' flag gets propagated when doing recursive
18784 directory copies.
18785
187862000-08-28 Stefan Monnier <monnier@cs.yale.edu>
18787
18788 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
18789 Don't convert \n into \0177 in memory.
18790 (eshell-read-history, eshell-write-history): Convert \n to \0177,
18791 and back again, when reading and writing.
18792
187932000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
18794
18795 * eshell/esh-util.el (eshell-processp): Added to relieve constant
18796 testing of `fboundp' on `processp'.
18797
18798 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
18799 (eshell/jobs): Don't call process-list if it is not bound.
18800 (eshell-gather-process-output): Support systems where async
18801 subprocesses aren't supported.
18802 (eshell-scratch-buffer, eshell-last-sync-output-start): New
18803 variables.
18804
18805 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
18806 eshell-do-eval returns t.
18807 (eshell-do-pipelines-synchronously): New defmacro.
18808 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
18809 when async subprocesses aren't supported.
18810 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
18811 if async subprocesses aren't supported.
18812 (eshell-resume-command): Don't assume STATUS is a string.
18813
18814 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
18815
18816 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
18817 (eshell-close-target, eshell-get-target): Use eshell-processp.
18818 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
18819 fix.
18820 (eshell-get-target, eshell-create-handles): Doc fix.
18821
188222000-08-28 Miles Bader <miles@lsi.nec.co.jp>
18823
18824 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
18825 criterion to include commands that output something, as long as it
18826 leaves both the command and the end-of-buffer visible when the
18827 command has exited.
18828 (eshell-review-quick-commands): Adjust the help doc string
18829 accordingly.
18830
188312000-08-28 Peter Breton <pbreton@ne.mediaone.net>
18832
18833 * locate.el (locate): Cleaned up locate command's interactive prompting
c499f00a 18834 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
a30eb617
DL
18835
18836 * filecache.el (file-cache-case-fold-search): New variable
18837 (file-cache-assoc-function): New variable
18838 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
18839 Use file-cache-case-fold-search variable
18840 (file-cache-add-file): Use file-cache-assoc-function
18841 (file-cache-delete-file): likewise
18842 (file-cache-directory-name): likewise
18843 (file-cache-debug-read-from-minibuffer): likewise
18844
188452000-08-28 Gerd Moellmann <gerd@gnu.org>
18846
18847 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
18848 (abbrev-table-name): New function.
18849 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
18850 If non-nil list local abbrev, only.
18851
188522000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
18853
18854 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
18855 from Gnus support code, and use special article copy buffer
18856 `(gnus-original-article-buffer)' instead. This allows to get rid
18857 of article-hide-headers usage (which breaks in the latest Gnus
18858 version). Thanks to Detlev Zundel.
18859
188602000-08-28 Kenichi Handa <handa@etl.go.jp>
18861
18862 * international/quail.el (quail-use-package): Hide "... loaded"
18863 message.
18864 (quail-start-translation, quail-start-conversion): Likewise.
18865
18866 * international/kkc.el (kkc-region): Hide "... loaded" message.
18867
188682000-08-27 Dave Love <fx@gnu.org>
18869
18870 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
18871
188722000-08-27 Miles Bader <miles@gnu.org>
18873
18874 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
18875
188762000-08-27 Kenichi Handa <handa@etl.go.jp>
18877
18878 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
18879 'ja-dic-cnv), not (require 'skkdic-cnv).
18880
188812000-08-26 Miles Bader <miles@gnu.org>
18882
18883 * faces.el (face-x-resources): Add entry for :inherit.
18884 * cus-face.el (custom-face-attributes): Add support for :inherit
18885 attribute. Add support for relative face heights.
18886 (custom-face-attributes-get): Treat `nil' as being a default value
18887 for :inherit (as well as `unspecified').
18888
18889 * faces.el (set-face-attribute): Update doc string.
18890 (face-attribute-name-alist): Add :inherit.
18891 (face-valid-attribute-values): Handle :inherit.
18892 (face-read-string): Rephrase prompt to be less confusing.
18893 Assume that DEFAULT is a string, since we must return a string.
18894 (face-read-integer): Use `format' to turn DEFAULT into an
18895 acceptable default for face-read-string. Match NEW-VALUE against
18896 the string "unspecified", not the symbol `unspecified', since
18897 that's what face-read-string returns.
18898 (read-face-attribute): Lookup a name for old-value in valid, and
18899 use it as a default if we find one. Treat all values from
18900 face-read-string as strings. If the default is used, don't do any
18901 more processing on the value, just use the old value directly.
18902 (read-face-and-attribute, modify-face): Tweak prompt.
18903 (read-face-name): Don't assume prompt ends with a space.
18904
18905 * faces.el (describe-face): Add support for :inherit attribute.
18906
189072000-08-25 Kenichi Handa <handa@etl.go.jp>
18908
18909 * terminal.el (terminal-emulator): Fix args to `concat'. Now
18910 concat doesn't accept interger.
18911
18912 * international/kkc.el: Remove SKK from Keywords. Require
18913 ja-dic-utl instead of skkdic-utl.
18914
18915 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
18916 Provide ja-dic-cnv instead of skkdic-cnv.
18917 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
18918 (iso-2022-7bit-short): Add safe-charsets property.
18919 (skkdic-convert-postfix): Search Japanese chou-on character in
18920 addition to Hiragana character.
18921 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
18922 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
18923 (batch-skkdic-convert): Likewise.
18924
18925 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
18926 Provide ja-dic-utl instead of skkdic-utl.
18927 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
18928
189292000-08-24 Dave Love <fx@gnu.org>
18930
18931 * disp-table.el (standard-display-default): Make the test of `l'
18932 useful.
18933
18934 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
18935 mod sample text.
18936
18937 * international/iso-ascii.el: Make pilcrow convenient string
18938 consistent with section.
18939 (iso-ascii-display): Set up multibyte characters as well as
18940 unibyte.
18941
189422000-08-24 Kenichi Handa <handa@etl.go.jp>
18943
18944 * international/mule-cmds.el (reset-language-environment): Set
18945 default-process-coding-system to '(undecided . iso-latin-1), which
18946 makes process I/O almost consistent with file I/O. Call this
18947 function when mule-cmds.el[c] is loaded.
18948
189492000-08-22 Andrew Innes <andrewi@gnu.org>
18950
18951 * makefile.w32-in: New file.
18952
189532000-08-22 Miles Bader <miles@lsi.nec.co.jp>
18954
18955 * comint.el (comint-output-filter): Compare end of
18956 comint-last-output-overlay with the start of the newly inserted
18957 text, not the end, when deciding whether to extend it.
18958 Set saved-point's insertion type to advance after insertion.
18959
18960 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
18961 since this is now done independently of font-lock mode.
18962
189632000-08-21 Gerd Moellmann <gerd@gnu.org>
18964
18965 * server.el (server-kill-new-buffers): New user option.
18966 (server-existing-buffer): New buffer-local variable.
18967 (server-visit-files): When using an existing buffer, set
18968 server-existing-buffer to t.
18969 (server-buffer-done): If server-kill-new-buffers is t, kill the
18970 buffer, unless it was already present before visiting it with
18971 Emacs server.
18972
189732000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
18974
18975 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
18976 even if the display doesn't support colors: some displays will
18977 support bold/underline faces.
18978
189792000-08-21 Gerd Moellmann <gerd@gnu.org>
18980
18981 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
18982
18983 * startup.el (command-line): If user's init file had an error,
18984 add explanatory text to *Messages*.
18985
189862000-08-21 Kenichi Handa <handa@etl.go.jp>
18987
18988 * man.el (Man-getpage-in-background): Decode the process output by
18989 the system locale coding system.
18990
189912000-08-20 Dave Love <fx@gnu.org>
18992
18993 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
18994 Don't test x-popup-menu.
18995 (function) <complete-function>: Complete only fbound symbols.
18996 <validate, value>: New.
18997 (variable) <complete-function>: Complete only bound symbols.
18998 (coding-system): Add :base-only, :complete-function, :validate,
18999 :value, :prompt-match.
19000 (widget-coding-system-prompt-value): Use read-coding-system and
19001 act on :base-only.
19002 (editable-field): Add :help-echo.
19003 (widget-push-button-gui, widget-push-button-cache)
19004 (widget-gui-action, widget-editable-list-gui): COmment out, along
19005 with uses.
19006 (widget-at): Make arg optional.
19007 (widget-echo-help): Adjust for current help-echo calling sequence.
19008 (widget-specify-field, widget-specify-button)
19009 (widget-specify-insert, widget-get-sibling, widget-image-find)
19010 (widget-convert, widget-insert, widget-leave-text)
19011 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
19012 (widget-setup, widget-field-find, widget-before-change)
19013 (widget-after-change, widget-default-complete)
19014 (widget-default-create, widget-default-delete)
19015 (widget-push-button-value-create, editable-field)
19016 (widget-field-prompt-value, widget-field-validate)
19017 (widget-choice-value-create, widget-choice-action)
19018 (widget-choice-validate, widget-checklist-add-item)
19019 (widget-radio-add-item, widget-radio-chosen)
19020 (widget-radio-value-inline, widget-editable-list-value-create)
19021 (widget-editable-list-entry-create)
19022 (widget-documentation-link-add)
19023 (widget-documentation-string-value-create)
19024 (widget-regexp-validate, widget-file-complete)
19025 (widget-sexp-validate, widget-plist-convert-widget)
19026 (widget-plist-convert-widget, widget-alist-convert-widget)
19027 (widget-alist-convert-widget, widget-color-complete): Simplify,
19028 particularly to avoid bindings which aren't optimized out.
19029
19030 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
19031 Doc fix.
19032 (down-list, backward-up-list, up-list, kill-sexp)
19033 (backward-kill-sexp, mark-sexp): Make arg optional.
19034 (lisp-complete-symbol): Add optional arg PREDICATE.
19035
19036 * cus-start.el: Add display-buffer-reuse-frames,
19037 file-coding-system-alist.
19038
190392000-08-20 Gerd Moellmann <gerd@gnu.org>
19040
19041 * startup.el (command-line): Clear realized faces after
19042 modifying TTY color mappings.
19043
190442000-08-20 Miles Bader <miles@gnu.org>
19045
19046 * faces.el (face-attr-match-p): Don't return true if ATTRS are
19047 merely a subset of FACE's attributes.
19048
190492000-08-19 Miles Bader <miles@gnu.org>
19050
19051 * comint.el (comint-output-filter): Save the point with a marker,
19052 not just a buffer position.
19053
19054 * international/mule.el (set-buffer-process-coding-system): Make
19055 interactive prompt less confusing.
19056
190572000-08-19 Gerd Moellmann <gerd@gnu.org>
19058
19059 * hilit-chg.el: General cleanup of doc strings, comments and
19060 code formatting.
19061
190622000-08-19 Miles Bader <miles@gnu.org>
19063
19064 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
19065 Compiler macro removed; beginning-of-line is no longer always
19066 equivalent to forward-line, in the presence of fields.
19067
19068 * comint.el (comint-output-filter): Remove ad-hoc saving of
19069 restriction, and just use save-restriction, now that it works
19070 correctly. Don't adjust comint-last-input-start to account for
19071 our insertion; it shouldn't have moved because we don't use
19072 insert-before-markers anymore. Comment out call to
19073 `force-mode-line-update'; why is it here?
19074
19075 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
19076 while checking for prompt to delete. Use `forward-line 0'
19077 instead of beginning-of-line.
19078 (gud-filter): Temporarily widen gud comint buffer while
19079 examining output.
19080
190812000-08-18 Stefan Monnier <monnier@cs.yale.edu>
19082
19083 * progmodes/sh-script.el: Big bag of typos.
19084
19085 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
19086 check since ispell-process is not bound when ispell is not yet loaded.
19087
190882000-08-18 Dave Love <fx@gnu.org>
19089
19090 * image.el (find-image): Copy `spec' before using plist-put.
19091
190922000-08-18 Gerd Moellmann <gerd@gnu.org>
19093
19094 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
19095 `portugues'.
19096
19097 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
19098 backward-kill-sexp, analogous to kill-sexp.
19099
19100 * progmodes/icon.el (icon-indent-line)
19101 (icon-is-continuation-line): Handle comments specially.
19102
191032000-08-17 Ken Stevens <k.stevens@ieee.org>
19104
19105 * ispell.el: Set to standard author/maintainer/keyword fields.
19106 Fine tuning to menu map appearance and operation, and added help.
19107 Remove `start' and `end' error messages when compiling.
19108 (ispell-choices-win-default-height): Fixed comment string.
19109 (ispell-dictionary-alist-1): Fixed regexp in castellano and
19110 castellano8 dictionaries.
19111 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
19112 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
19113 dictionary, added italiano dictionary.
19114 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
19115 word character
19116 (ispell-tex-skip-alists): Added psfig support.
19117 (ispell-skip-html): Renamed from ispell-skip-sgml.
19118 (ispell-begin-skip-region-regexp, ispell-skip-region)
19119 (ispell-minor-check): Improved html skipping support to skip across
19120 code, and recognize `&' commands without propper `;' syntax;
19121 (ispell-process-line): Fix alignment error when manually
19122 correcting spelling.
19123 (ispell): Fix comment string.
19124 (ispell-add-per-file-word-list): Always put word list on new line.
19125
191262000-08-17 Gerd Moellmann <gerd@gnu.org>
19127
19128 * format.el (format-encode-run-method): Fix error message to say
19129 `encode' instead of `decode'. Use save-window-excursion around
19130 shell-command-on-region as in format-decode-run-method because
19131 shell-command-on-region can display a buffer with error output.
19132 (format-decode): Don't record undo information for the decoding.
19133 (format-annotate-function): Add parameter FORMAT-COUNT. Make
19134 that number part of the temporary buffer name so that more than
19135 one decoding using a temporary buffer can happen safely.
19136
19137 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
19138 of `A-z' in the regexp.
19139
19140 * hilit-chg.el: Fix typos in commentary.
19141
19142 * help.el (view-emacs-news): Rewritten for new naming scheme
19143 for old NEWS files.
19144
19145 * startup.el (command-line): Pop to *Messages* in case an error
19146 is signaled while loading user-init-file.
19147
191482000-08-17 Andreas Schwab <schwab@suse.de>
19149
19150 * files.el (insert-directory): Don't lose original file name,
19151 undoing an undocumented change.
19152
191532000-08-17 Alex Schroeder <alex@gnu.org>
19154
19155 * sql.el (sql-magic-go): Use comint-bol.
19156 (sql-copy-column): Use comint-line-beginning-position.
19157 (comint-line-beginning-position): Define a replacement for
19158 comint-line-beginning-position if it is not fboundp.
19159
191602000-08-17 Alex Schroeder <alex@gnu.org>
19161
19162 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
19163 it didn't have any effect anyway.
19164
191652000-08-17 Alex Schroeder <alex@gnu.org>
19166
19167 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
19168 --pset and pager=off instead of sending \\o|cat at the beginning
19169 of the session.
19170
191712000-08-17 Miles Bader <miles@gnu.org>
19172
19173 * progmodes/octave-inf.el: Add compatibility definition of
19174 comint-line-beginning-position.
19175
191762000-08-17 Kenichi Handa <handa@etl.go.jp>
19177
19178 * startup.el (normal-top-level): Look in each dir in load-path for
19179 a leim-list.el file too. This assures of loading leim-list.el
19180 that is created at Emacs installation time even if a user have his
19181 own leim-list.el.
19182
191832000-08-17 Miles Bader <miles@gnu.org>
19184
19185 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
19186 foreground color to black if the background is dark.
19187
191882000-08-16 Stefan Monnier <monnier@cs.yale.edu>
19189
19190 * loadhist.el (unload-feature): Typo.
19191
19192 * finder.el (finder-compile-keywords):
19193 * cus-dep.el (custom-make-dependencies): Add local-variable settings
19194 to the generated file.
19195
19196 * mail/mh-e.el (mh-make-local-vars):
19197 Replace make-variable-buffer-local with make-local-variable.
19198
19199 * play/landmark.el:
19200 * options.el (Edit-options-{set,toggle,t,nil}):
19201 * mail/mailabbrev.el (mail-abbrevs-mode):
19202 * textmodes/tex-mode.el (tex-expand-files):
19203 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
19204
19205 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
19206
19207 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
19208 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
19209 Allow going past the last element.
19210 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
19211 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
19212 (cvs-mouse-toggle-mark): Don't move point.
19213 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
19214
19215 * progmodes/compile.el (grep): Provide a default set of files.
19216 (next-error): Docstring fix.
19217 (compilation-find-file): Avoid find-file (fails in a dedicated window).
19218
19219 * emacs-lisp/easy-mmode.el (define-minor-mode):
19220 Use `symbol-value' to keep the byte-compiler quiet.
19221
19222 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
19223 (diff-find-source-location): New fun, extracted from diff-goto-source.
19224 (diff-goto-source): Use it.
19225 (diff-next-complex-hunk, diff-filter-lines): New function.
19226 (diff-apply-hunk): New command.
19227
19228 * smerge-mode.el (smerge-mode-menu): Doc fix.
19229
19230 * msb.el (msb-mode): Define it in terms of define-minor-mode.
19231
192322000-08-16 Dave Love <fx@gnu.org>
19233
19234 * windmove.el (windmove) <defgroup>: Add :version.
19235
19236 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
19237 (goto-address-fontify-p, goto-address-highlight-p)
19238 (goto-address-url-face, goto-address-url-mouse-face)
19239 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
19240 (goto-address-url-regexp): Use thing-at-point-url-regexp.
19241 (goto-address-fontify, goto-address-at-mouse): Simplify,
19242 (goto-address-at-point): browse-url-url-at-point,
19243 goto-address-find-address-at-point can return nil.
19244 (goto-address-find-address-at-point): Return nil on failure.
19245
19246 * align.el (align) <defgroup>: Add :version.
19247
19248 * calculator.el (calculator): Add :version.
19249 (calculator): Use two lines for calculator window if `modeline'
19250 face is boxed.
19251
19252 * play/5x5.el: Doc fixes.
19253 (5x5) <defgroup>: Add :version.
19254
19255 * play/fortune.el (fortune) <defgroup>: Add :version.
19256 (fortune-append): Fix error message.
19257 (fortune-from-region): Doc fix.
19258
19259 * play/pong.el (pong): Doc fix.
19260
19261 * play/morse.el: Keywords, commentary, autoloads.
19262
192632000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
19264
19265 * desktop.el (desktop-save): Don't look at symbol-value of a
19266 member of minor-mode-alist, unless it is boundp.
19267
192682000-08-16 Sam Steingold <sds@gnu.org>
19269
19270 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
19271 `while'; use `with-current-buffer' instead of `save-excursion'.
19272 Removed unnecessary kludges now that "*Buffer List*" is excluded.
19273
192742000-08-16 Kenichi Handa <handa@etl.go.jp>
19275
19276 * international/ccl.el (declare-ccl-program): Docstring modified.
19277 (ccl-execute-with-args): Likewise.
19278
192792000-08-16 Miles Bader <miles@gnu.org>
19280
19281 * progmodes/sql.el: Add compatibility definition of
19282 comint-line-beginning-position.
19283
192842000-08-15 Gerd Moellmann <gerd@gnu.org>
19285
19286 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
19287 'buffer-menu' property.
19288 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
19289 fails.
19290 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
19291 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
19292 wasn't killed.
19293
19294 * buff-menu.el (list-buffers-noselect): Don't display the
19295 *Buffer List* buffer.
19296
19297 * font-lock.el: Require jit-lock to prevent a very late
19298 `Loading jit-lock' message.
19299
19300 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
19301 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
19302 mail address.
19303
193042000-08-15 Miles Bader <miles@gnu.org>
19305
19306 * textmodes/ispell.el (ispell-graphic-p): New constant.
19307 (ispell-choices-win-default-height, ispell-help): Use
19308 `ispell-graphic-p' instead of `xemacsp'.
19309
193102000-08-15 Dave Love <fx@gnu.org>
19311
19312 * simple.el: Autoload widget-convert when compiling.
19313 (mail-user-agent): Doc fix.
19314
19315 * help.el (function-called-at-point, variable-at-point): Use
19316 with-syntax-table.
19317 (help-manyarg-func-alist): Add insert-and-inherit.
19318
19319 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
19320
19321 * delsel.el (delsel-unload-hook): New function.
19322
19323 * find-file.el: Doc fixes. Move provide to end.
19324 (ff) <defgroup>: Add :link.
19325 (ff-goto-click): Deleted.
19326 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
19327 Use mouse-set-point.
19328
19329 * textmodes/tildify.el: Doc fixes.
19330 (tildify) <defgroup>: Add:version.
19331
19332 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
19333 (glasses-custom-set): Use set-default, not set.
19334 (minor-mode-alist): Propertize the lighter.
19335 (glasses-mode): Provide optional arg.
19336
19337 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
19338 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
19339 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
19340 option. Provide :type.
19341 (cwarn-configuration): Provide :type.
19342 (cwarn-mode): Doc fix.
19343
19344 * add-log.el (change-log-merge): Doc fix.
19345 (change-log-redate): New command.
19346
19347 * net/browse-url.el (browse-url-filename-alist): Add a clause for
19348 Doze and Dog.
19349 (browse-url): Use dolist, not mapcar.
19350 (browse-url-at-point): Check for null url.
19351 (browse-url-event-buffer, browse-url-event-point): Functions
19352 deleted.
19353 (browse-url-at-mouse, browse-url-netscape): Simplify.
19354
19355 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
19356 modes.
19357 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
19358 Fix previous change to mapcan.
19359 (msb--init-file-alist, msb--add-separators)
19360 (msb--make-keymap-menu): Simplify.
19361 (msb--choose-file-menu): Use copy-sequence.
19362 (msb-mode-map): Add title to keymap.
19363 (msb-unload-hook): New function.
19364
19365 * bs.el: Fix indentation.
19366 (bs) <defgroup>: Add :links.
19367 (bs-show): Doc fix.
19368 (bs-apply-sort-faces): Don't use window-system.
19369 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
19370
193712000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
19372
19373 * calendar/timeclock.el (timeclock-file): Run .timelog through
19374 convert-standard-filename.
19375
193762000-08-14 Gerd Moellmann <gerd@gnu.org>
19377
19378 * emacs-lisp/authors.el: New file.
19379
19380 * paren.el (show-paren-priority): New user option.
19381 (show-paren-function): Set overlay priorities to
19382 show-paren-priority.
19383
193842000-08-14 Miles Bader <miles@gnu.org>
19385
19386 * comint.el (comint-bol): Use `forward-line 0' instead of calling
19387 beginning-of-line with inhibit-field-text-motion bound.
19388
193892000-08-14 Gerd Moellmann <gerd@gnu.org>
19390
19391 * calendar/timeclock.el: New file.
19392
193932000-08-14 David Ponce <david@dponce.com>
19394
19395 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
19396 `widget-button-click'. so that one can use left mouse button to
19397 click on dialog buttons.
19398
193992000-08-14 Emmanuel Briot <briot@gnat.com>
19400
19401 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
19402 identifiers, since XML is case sensitive
19403
194042000-08-12 Miles Bader <miles@gnu.org>
19405
19406 * comint.el (comint-output-filter): Don't bother frobbing
19407 window-start, it doesn't seem to be necessary.
19408
19409 * comint.el (comint-send-string, comint-send-region): Make into
19410 real functions. Snapshot the prompt before sending.
19411
194122000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19413
19414 * info.el (Info-find-emacs-command-nodes): Rewrite to use
19415 technique similar to Info-index, instead of relying on specific
19416 names of relevant Index nodes.
19417 (Info-goto-emacs-command-node): Bind Info-history to nil when
19418 going to the first node found by Info-find-emacs-command-nodes.
19419
194202000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
19421
19422 * menu-bar.el (menu-bar-help-menu): Add a :help string.
19423
194242000-08-10 Miles Bader <miles@gnu.org>
19425
19426 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
19427
194282000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19429
19430 * info.el (Info-file-list-for-emacs): More elements for the
19431 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
19432 and woman manuals.
19433
194342000-08-10 Miles Bader <miles@lsi.nec.co.jp>
19435
19436 * comint.el (comint-send-input): Make the newline boundary overlay
19437 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
19438 (comint-output-filter): Use `insert' instead of
19439 `insert-before-markers'. Extend comint-last-output-overlay when
19440 necessary since we can't rely on insert-before-markers to do it.
19441 * gud.el (gud-filter): Use `with-current-buffer' instead of
19442 save-excursion when inserting the output, so that point gets
19443 updated correctly; the old method relied on a rather dodgy
19444 side-effect of comint-output-filter to avoid the effect of
19445 save-excursion.
19446
194472000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
19448
19449 * files.el (recover-file): Call insert-directory instead of
19450 invoking `ls' directly.
19451
194522000-08-10 Miles Bader <miles@gnu.org>
19453
19454 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
19455 (comint-last-prompt-overlay): New variables.
19456 (comint-output-filter): Implement prompt highlighting.
19457 (comint-snapshot-last-prompt): New function.
19458 (comint-send-input): Snapshot the last prompt.
19459 Use comint-highlight-input-face.
19460 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
19461 Use defface instead of defcustom.
19462 (send-invisible, comint-send-eof): Snapshot the last prompt.
19463 (comint-delchar-or-maybe-eof): Use comint-send-eof.
19464 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
19465
194662000-08-09 Stefan Monnier <monnier@cs.yale.edu>
19467
19468 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
19469 (regexp-opt-group): Use a list of chars for `letters'.
19470 (regexp-opt-charset): `chars' is now a list of chars.
19471 Use a char-table rather than a vector so it works for multibyte chars.
19472
19473 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
19474 Set cvs-minor-current-files to the selected fileinfo.
19475 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
19476 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
19477
194782000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
19479
19480 * files.el (insert-directory): Don't call access-file on
19481 directories on DOS and Windows.
19482
194832000-08-09 Kenichi Handa <handa@etl.go.jp>
19484
19485 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
19486 longer if necessary.
19487 (ccl-embed-code): Call ccl-embed-data to store CODE in
19488 ccl-program-vector.
19489
194902000-08-09 Miles Bader <miles@gnu.org>
19491
19492 * comint.el (comint-output-filter): Properly handle the case where
19493 the text surrounded by comint-last-output-overlay was deleted.
19494
194952000-08-08 Gerd Moellmann <gerd@gnu.org>
19496
19497 * info.el (Info-insert-dir): Use Info-additional-directory-list if
19498 non-nil.
19499 (Info-file-list-for-emacs): Remove "info" from the list because
19500 that leads to trying to use the documentation from file `info'
19501 in various situations where it isn't appropriate, for instance
19502 C-h C-k C-h i.
19503
19504 * ffap.el (ffap-read-file-or-url-internal): Handle case that
19505 DIR and/or STRING are nil.
19506
19507 * progmodes/compile.el (compilation-setup): Make variable
19508 compilation-error-screen-columns buffer-local, as some comment
19509 in the code suggests it should be.
19510
19511 * files.el (auto-mode-interpreter-regexp): New variable.
19512 (set-auto-mode): Use it.
19513
19514 * indent.el (indent-for-tab-command): Doc fix.
19515
19516 * mouse-sel.el (mouse-sel-mode): Doc fix.
19517
19518 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
19519 labels.
19520
19521 * help.el (print-help-return-message): When
19522 display-buffer-reuse-frames is set, let the help window been quit,
19523 instead of deleting it, which might delete a reused frame.
19524
195252000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
19526
19527 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
19528 rename a directory to a name that differs only by its letter case.
19529
195302000-08-08 Kenichi Handa <handa@etl.go.jp>
19531
19532 * international/quail.el (quail-define-rules): Handle Quail decode
19533 map correctly. Add code for supporting annotations.
19534 (quail-install-decode-map): New function.
19535 (quail-defrule-internal): New optional arguments decode-map and
19536 props.
19537 (quail-advice): New function.
19538
195392000-08-07 Sam Steingold <sds@gnu.org>
19540
19541 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
19542 `defconst', `define-condition', `with-slots'.
19543 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
19544
195452000-08-03 Miles Bader <miles@gnu.org>
19546
19547 * comint.el (comint-use-prompt-regexp-instead-of-fields):
19548 New variable.
19549 (comint-prompt-regexp, comint-get-old-input): Document dependence on
19550 comint-use-prompt-regexp-instead-of-fields.
19551 (comint-send-input): Add `input' field property to stuff we send to
19552 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
19553 (comint-output-filter): Add `output' field property to process
19554 output, if comint-use-prompt-regexp-instead-of-fields is nil.
19555 (comint-replace-by-expanded-history)
19556 (comint-get-old-input-default, comint-show-output)
19557 (comint-backward-matching-input, comint-forward-matching-input)
19558 (comint-next-prompt, comint-previous-prompt): Use field
19559 properties if comint-use-prompt-regexp-instead-of-fields is nil.
19560 (comint-line-beginning-position): New function.
19561 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
19562 (comint-replace-by-expanded-history-before-point): Use
19563 comint-line-beginning-position and line-end-position.
19564 (comint-last-output-overlay): New variable.
19565 (comint-mode): Make `comint-last-output-overlay' buffer-local.
19566
19567 * shell.el (shell-prompt-pattern): Doc change.
19568 (shell-backward-command): Use line-beginning-position.
19569
19570 * gud.el (gud-gdb-complete-command): Use
19571 comint-line-beginning-position.
19572
19573 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
19574 comint-bol doesn't actually go to the beginning of the line.
19575
19576 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
19577 if comint-use-prompt-regexp-instead-of-fields is non-nil.
19578 (try-expand-line-all-buffers): Likewise.
19579
19580 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
19581 explicitly matching comint-prompt-regexp.
19582 (sql-copy-column): Use comint-line-beginning-position instead of
19583 explicitly matching comint-prompt-regexp.
19584
19585 * progmodes/octave-inf.el (inferior-octave-complete): Use
19586 comint-line-beginning-position.
19587
19588 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
19589
19590 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
19591 looking for a prompt, use `forward-line 0' instead of
19592 `beginning-of-line', to avoid getting caught by an input field.
19593
195942000-08-07 Gerd Moellmann <gerd@gnu.org>
19595
19596 * files.el (shell-quote-wildcard-pattern): Make sure to return
19597 PATTERN, in the Unix case.
19598
195992000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
19600
19601 * play/zone.el (zone): Discard any pending input before running
19602 the randomly-chosen pgm.
19603
196042000-08-07 Kenichi Handa <handa@etl.go.jp>
19605
19606 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
19607 checking the existence of any multibyte characters.
19608
196092000-08-06 Gerd Moellmann <gerd@gnu.org>
19610
19611 * help.el (describe-mode): Test minor-mode symbol for being
19612 bound before testing its value for being nil.
19613
19614 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
19615 `first', `second', and `third'.
19616
19617 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
19618 (second): Make it an alias for `cadr'.
19619
196202000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
19621
19622 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
19623 types of display support faces now.
19624
196252000-08-05 Gerd Moellmann <gerd@gnu.org>
19626
19627 * pcvs.el (require): Require `cl' during compilation, only.
19628
19629 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
19630 (toplevel): Remove `remq' and `remove' from autoloads.
19631 (cl-fake-autoloads): New variable. If set, arrange for an error
19632 when CL functions etc. are autoloaded.
19633
196342000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
19635
19636 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
19637
19638 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
19639 popped up, but the user clicks outside the menu, return an empty
19640 regexp (that causes unhighlight-regexp to have no effect).
19641
19642 * menu-bar.el (menu-bar-games-menu): Add Zone.
19643
19644 * hi-lock.el (toplevel): Require font-lock.
19645
196462000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19647
19648 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
19649 (ebnf-8-bit-chars): New var for bug fix.
19650 (ebnf-string): Bug fix.
19651
196522000-08-03 Sam Steingold <sds@gnu.org>
19653
19654 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
19655 instead of `buffer-string'.
19656 (require 'cl): Always, not just when compiling.
19657 `ignore-errors' in `interactive', `list*', `defun*' &c make this
19658 necessary.
19659
196602000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
19661
19662 * international/mule-cmds.el (select-safe-coding-system): Make
19663 the message text about selecting a safe coding system more clear.
19664
196652000-08-02 Gerd Moellmann <gerd@gnu.org>
19666
19667 * hi-lock.el: New file.
19668
19669 * play/zone.el: New file.
19670
19671 * replace.el (occur): Set tab-width in the *Occur* buffer to the
19672 value of tab-width in the original buffer. Choose a line number
19673 format that's a multiple of the original buffer's tab width, so
19674 that lines appear right.
19675
19676 * textmodes/ispell.el (ispell): New function, replacing an alias.
19677 Spell-check active region if in transient-mark-mode and mark
19678 is active; otherwise spell-check buffer.
19679
196802000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19681
19682 * ps-mule.el: Fix a customization problem on
19683 ps-mule-font-info-database-default.
19684
196852000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
19686
19687 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
19688 display-mouse-p instead of window-system.
19689 (ebrowse-member-mode-map): Ditto.
19690
196912000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19692
19693 * progmodes/ebnf2ps.el: Update ps-print functions call.
19694 Indentation fix. Doc fix.
19695 (ebnf-version): New version number (3.2).
19696 (ebnf-format-color, ebnf-begin-job): Code fix.
19697
196982000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
19699
19700 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
19701 font lock support on window-system.
19702 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
19703
19704 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
19705 display-color-p, if fboundp, instead of window-system.
19706
197072000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
19708
19709 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
19710 instead of window-system.
19711
19712 * wid-edit.el (widget-choose): Use display-mouse-p instead of
19713 window-system.
19714 (widget-choice-mouse-down-action): Use display-popup-menus-p
19715 instead of window-system.
19716
19717 * strokes.el (strokes-file): Run the file name through
19718 convert-standard-filename.
19719 (strokes-mode): Call display-mouse-p instead of looking at
19720 window-system. Change the error message accordingly.
19721
19722 * progmodes/cpp.el (toplevel): Support faces on tty's.
19723
19724 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
19725 (lm-plot-square, lm-init-display): Don't use window-system.
19726
19727 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
19728 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
19729
19730 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
19731 instead of looking at window-system.
19732
197332000-07-30 Gerd Moellmann <gerd@gnu.org>
19734
19735 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
19736 of testing if iswitchb-prepost-hooks is bound, because the
19737 latter will always be true when invoking a recursive minibuffer
19738 from an active Iswitchb buffer.
19739
197402000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
19741
19742 * files.el (shell-quote-wildcard-pattern): New function.
19743 (insert-directory): Call it. Only prepend "\" to command on Unix
19744 and GNU/Linux systems.
19745
197462000-07-30 Gerd Moellmann <gerd@gnu.org>
19747
19748 * eshell/esh-groups.el: Change custom :link file names
19749 from `eshell.info' to `eshell'.
19750
197512000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
19752
19753 * dired.el (dired-build-subdir-alist): Expand subdirectory names
19754 correctly in recursive ange-ftp listings.
19755
197562000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
19757
19758 * ps-print.el: Fix bug 1: if ps-font-size-internal,
19759 ps-header-font-size-internal and
19760 ps-header-title-font-size-internal variables are not set,
19761 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
19762 face text property is (foreground-color . COLOR) or
19763 `(background-color . COLOR)', ps-print crashes. Doc fix.
19764 (ps-print-version): New version number (5.2.4).
19765 (ps-plot-region): Code fix.
19766 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
19767 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
19768 Bug fix 2.
19769
197702000-07-30 Milan Zamazal <pdm@freesoft.cz>
19771
19772 * glasses.el (glasses-make-readable): Fix uncapitalization of
19773 identifiers like `myXMLDocument'.
19774
197752000-07-28 Karl Fogel <kfogel@red-bean.com>
19776
19777 * mail/mail-hist.el (mail-hist-previous-input)
19778 (mail-hist-next-input): Do the obvious code factorization.
19779 (mail-hist-retrieve-and-insert): New func, contains common
19780 code of above two.
19781 If inserting a message body, leave point at top.
19782
197832000-07-28 Sam Steingold <sds@gnu.org>
19784
19785 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
19786 Use `<=', not `<' to compare times!
19787 (ange-ftp-ls): Remove.
19788
197892000-07-27 Gerd Moellmann <gerd@gnu.org>
19790
19791 * play/cookie1.el: Add explanation of how to make cookie.el
19792 compatible with strfile(1) to comment.
19793
19794 * subr.el (remove, remq): New functions.
19795
19796 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
19797 escape `*' in regexps.
19798 (midnight-find): Reverse order of arguments in the funcall of
19799 TEST.
19800
19801 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
19802 and `.class'.
19803
19804 * play/meese.el: Add Commentary section.
19805
198062000-07-27 Alex Schroeder <alex@gnu.org>
19807
19808 * sql.el (sql-ms): Added autoload cookie.
19809 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
19810 (sql-oracle): Ditto.
19811 (sql-help): Doc change.
19812
19813 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
19814 types and exceptions.
19815
198162000-07-27 Alex Schroeder <alex@gnu.org>
19817
19818 * sql.el (sql-placeholder-history): New variable.
19819 (sql-query-placeholders-and-send): New function that will query
19820 the user and replace placeholders with user input.
19821 (sql-oracle): If running on NT, set comint-input-sender to
19822 sql-query-placeholders-and-send.
19823
19824 (sql-stop): If in the SQLi buffer, insert stop notification, else
19825 present it as a message.
19826
198272000-07-27 Alex Schroeder <alex@gnu.org>
19828
19829 * sql.el (sql-input-ring-separator): Doc change.
19830 (sql-input-ring-file-name): Doc change.
19831 (sql-interactive-mode): Use `sql-input-ring-separator' and
19832 `sql-input-ring-file-name' to set the comint-mode equivalents
19833 without making them local variables.
19834 (sql-stop): Don't bind `sql-input-ring-separator' and
19835 `sql-input-ring-file-name' dynamically to their comint-mode
19836 equivalents.
19837
198382000-07-27 Kenichi Handa <handa@etl.go.jp>
19839
19840 * international/mule.el (register-char-codings): New function.
19841 (make-coding-system): Handle `safe-chars' specification in the arg
19842 PROPERTY.
19843
19844 * international/mule-cmds.el
19845 (find-coding-systems-region-subset-p): This function deleted.
19846 (sort-coding-systems-predicate): New variable.
19847 (sort-coding-systems): New function.
19848 (find-coding-systems-region): Use
19849 find-coding-systems-region-internal.
19850 (find-coding-systems-string): Use find-coding-systems-region.
19851 (find-coding-systems-for-charsets): Check
19852 char-coding-system-table.
19853 (select-safe-coding-system-accept-default-p): New variable.
19854 (select-safe-coding-system): Mostly rewritten. New argument
19855 ACCEPT-DEFAULT-P.
19856 (select-message-coding-system): Call select-safe-coding-system
19857 with ACCEPT-DEFAULT-P arg.
19858 (reset-language-environment): Reset default-sendmail-coding-system
19859 to the default value iso-latin-1.
19860 (set-language-environment): Don't set the obsolete variable
19861 charset-origin-alist.
19862
19863 * international/codepage.el (cp-coding-system-for-codepage-1):
19864 Give `safe-chars' property to make-coding-system.
19865
19866 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
19867 calling select-message-coding-system twice.
19868
19869 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
19870 instead of `safe-charsets'.
19871 (cyrillic-alternativnyj): Likewise.
19872 (ccl-encode-alternativnyj): Don't check the charset
19873 cyrillic-iso8859-5.
19874
198752000-07-27 Kenichi Handa <handa@etl.go.jp>
19876
19877 * composite.el (compose-chars-after): Preserve match data.
19878
198792000-07-26 Sam Steingold <sds@gnu.org>
19880
19881 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
19882 (ange-ftp-real-file-newer-than-file-p): New function.
19883 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
19884 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
19885
19886 * tooltip.el (tooltip-float-time): Removed (use `float-time').
19887 * midnight.el (midnight-float-time): Ditto.
19888
198892000-07-26 Andreas Schwab <schwab@suse.de>
19890
19891 * files.el (normal-backup-enable-predicate): Correct
19892 interpretation of the return value of compare-strings.
19893
198942000-07-26 Gerd Moellmann <gerd@gnu.org>
19895
19896 * isearch.el (isearch-resume): New function.
19897 (isearch-done): Add something to command-history to resume
19898 the search.
19899 (isearch-yank-line, isearch-yank-word): Use
19900 buffer-substring-no-properties instead of buffer-substring.
19901
19902 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
19903 of flyspell-mouse-map.
19904
19905 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
19906 duplicate definition.
19907 (makefile-mode): Remove duplicate setting of local-abbrev-table.
19908
19909 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
19910 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
19911
199122000-07-25 Sam Steingold <sds@gnu.org>
19913
19914 * net/ange-ftp.el: Get modtime over the net.
19915 (ange-ftp-file-modtime): New function.
19916 (ange-ftp-write-region, ange-ftp-insert-file-contents)
19917 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
19918 Use it.
19919 (ange-ftp-dot-to-slash): New function.
19920 (ange-ftp-fix-name-for-vms): Use it.
19921
19922 * midnight.el (midnight-buffer-display-time): Use
19923 `with-current-buffer'.
19924
199252000-07-25 Gerd Moellmann <gerd@gnu.org>
19926
19927 * find-dired.el: Update copyright notice.
19928 (find-dired): Offer to kill a running `find'.
19929
19930 * enriched.el (enriched-face-ans): For a `foreground-color'
19931 property, return '(("x-color" COLOR))' so that COLOR will be
19932 output as a parameter of the x-color annotation. Likewise for the
19933 `background-color' property. In the case of normal face
19934 properties, don't return annotations for unspecified foreground
19935 and background face attributes.
19936
199372000-07-25 Kenichi Handa <handa@etl.go.jp>
19938
19939 * language/japan-util.el (japanese-katakana-region): Fix handling
19940 HANKAKU argument.
19941
199422000-07-25 Miles Bader <miles@gnu.org>
19943
19944 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
19945 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
19946 constrain-to-field.
19947
199482000-07-24 Andrew Innes <andrewi@gnu.org>
19949
19950 * timer.el (timer-activate-when-idle): Add optional parameter
19951 DONT-WAIT. Update docstring.
19952 (run-with-idle-timer): Specify extra parameter to
19953 timer-activate-when-idle, so that timer will be activated
19954 immediately if Emacs is already idle.
19955
19956 * w32-fns.el (w32-using-nt): Fix docstring.
19957
199582000-07-24 Dave Love <fx@gnu.org>
19959
19960 * mouse.el (popup-menu): Set last-command-event.
19961 (mouse-major-mode-menu-prefix): Declare.
19962
199632000-07-24 Gerd Moellmann <gerd@gnu.org>
19964
19965 * textmodes/flyspell.el: Update to author's version 1.5d.
19966
19967 * progmodes/hideshow.el: Update copyright notice.
19968
19969 * vcursor.el: Set maintainer to FSF, since author cannot
19970 be reached.
19971
199722000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
19973
19974 * info.el (Info-goto-emacs-key-command-node): Leave a space after
19975 the prompt.
19976
19977 * mouse.el (popup-menu): Run the keymap through indirect-function,
19978 in case it was defined with define-prefix-key. If the menu is a
19979 list of keymaps, look up the binding of user's choice in each one
19980 of the keymaps.
19981 (mouse-popup-menubar): If the global and local menu-bar keymaps
19982 don't have a prompt string, create one and insert it into the
19983 keymap. Don't barf if current-local-map returns nil.
19984
199852000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
19986
19987 * dired.el (dired-sort-R-check): Added to allow recursive listing
19988 to be undone.
19989 (dired-sort-other): Use it.
19990
199912000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19992
19993 * Release of cc-mode 5.27
19994
199952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19996
19997 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
19998 c-beginning-of-statement-1 that caused a bad case of recursion
19999 which could consume a lot of CPU in large classes in languages
20000 that have in-expression classes (i.e. Java and Pike).
20001
20002 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
20003 statements before top level constructs (i.e. case 6 is moved
20004 before case 5 and is now case 4) to catch in-expression
20005 classes in top level expressions correctly.
20006
200072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20008
20009 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
20010 objc-method-intro. Case 4 removed and case 5I added.
20011
20012 * cc-langs.el (c-append-paragraph-start): New variable used by
20013 c-common-init to get paragraph-start correct.
20014 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
20015 initialize paragraph-start to make it correct both with and
20016 without the javadoc special case.
20017
20018 * cc-mode.el (java-mode): Use c-append-paragraph-start to
20019 initialize paragraph-start for javadoc markup.
20020
20021 * cc-vars.el (c-style-variables-are-local-p): Incompatible
20022 change by defaulting this to t. It's motivated by the
20023 confusing behavior that otherwise arise from the style system
20024 when editing both java and non-java files at the same time
20025 (see the comments about style setting in c-common-init).
20026
200272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20028
20029 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
20030 similar to the one in c-fill-paragraph to check the fill
20031 prefix from the adaptive fill function for sanity.
20032
200332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20034
20035 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
20036 defun block.
20037
a30eb617
DL
200382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20039
20040 * cc-align.el (c-lineup-multi-inher): Handle lines with
20041 leading comma nicely. Extended to handle member initializers
20042 too.
20043
20044 * cc-engine.el: (c-beginning-of-inheritance-list,
20045 c-guess-basic-syntax): Fixed recognition of inheritance lists
20046 when the lines begins with a comma.
20047
a30eb617
DL
20048 * cc-vars.el (c-offsets-alist): Changed default for
20049 member-init-cont to c-lineup-multi-inher since it now handles
20050 member initializers and indents better for leading commas.
20051
200522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20053
20054 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
20055 handling that caused class open lines to be recognized as
20056 statement-conts in some cases.
20057
20058 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
20059 guessed by the adaptive fill function unless point is on the
20060 first line of a block comment.
20061
20062 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
20063 when the buffer ends with a macro continuation char.
20064
20065 * cc-engine.el (c-guess-basic-syntax): Added support for
20066 function definitions as statements in Pike. The first
20067 statement in a lambda block is now labeled defun-block-intro
20068 instead of statement-block-intro.
20069
20070 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
20071 so that the class surrounding point is selected, not the one
20072 innermost in the state.
20073
20074 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
20075 recognition of switch labels having hanging multiline
20076 statements.
20077
20078 * cc-engine.el (c-beginning-of-member-init-list): Broke out
20079 some code in c-guess-basic-syntax to a separate function.
20080 * cc-engine.el (c-just-after-func-arglist-p): Fixed
20081 recognition of member inits with multiple line arglists.
20082 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
20083 member-init-cont when the commas are in funny places.
20084
200852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20086
20087 * cc-defs.el (c-auto-newline): Removed this macro since it's
20088 not used anymore.
20089
20090 * cc-engine.el (c-looking-at-bos): New helper function.
20091 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
20092 inexpr and toplevel classes apart in Pike.
20093
20094 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
20095 of case 9A.
20096
20097 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
20098 constant, since "class" can introduce an in-expression class
20099 in Pike nowadays.
20100
201012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20102
20103 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
20104 indentation on cpp-macro lines.
20105
20106 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
20107 a syntax modifier like comment-intro, to make it possible to
20108 get syntactic indentation for preprocessor directives. It's
20109 incompatible wrt to lineup functions on cpp-macro, but it has
20110 no observable effect in the 99.9% common case where cpp-macro
20111 is set to -1000.
20112
201132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20114
20115 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
20116 member-init-cont when the preceding arglist is several lines.
20117
201182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20119
20120 * cc-styles.el (c-style-alist): The basic offset for the BSD
20121 style corrected to 8.
20122
201232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20124
20125 * cc-styles.el (c-style-alist): Adjusted the indentation of
20126 brace list openers in the gnu style.
20127
201282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20129
20130 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
20131
20132 * cc-cmds.el (c-electric-brace, c-electric-slash,
20133 c-electric-star, c-electric-semi&comma, c-electric-colon,
20134 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
20135 when c-syntactic-indentation is nil.
20136
20137 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
20138 we were left at comments preceding the first statement when
20139 reaching the beginning of the buffer.
20140
20141 * cc-vars.el (c-syntactic-indentation): New variable to turn
20142 off all syntactic indentation.
20143
201442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20145
20146 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
20147 between the text and the block comment ender when it hangs,
20148 depending on how many there are before the fill.
20149
201502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20151
20152 * cc-engine.el (c-beginning-of-closest-statement): New helper
20153 function to go back to the closest preceding statement start,
20154 which could be inside a conditional statement.
20155 * cc-engine.el (c-guess-basic-syntax): Use
20156 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
20157
20158 * cc-engine.el (c-guess-basic-syntax): Better handling of
20159 arglist-intro, arglist-cont-nonempty and arglist-close when
20160 the arglist is nested inside parens. Cases 7A, 7C and 7F
20161 changed.
20162
20163 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
20164 up-to-date with javadoc 1.2.
20165
201662000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20167
20168 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
20169 multiline Pike type decls.
20170
201712000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20172
20173 * cc-cmds.el (c-indent-new-comment-line): Always break
20174 multiline comments in multiline mode, regardless of
20175 comment-multi-line.
20176
201772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20178
20179 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
20180 fully::qualified::names in C++ member init lists. Preamble in
20181 case 5D changed.
20182
201832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20184
20185 * cc-langs.el (c-common-init): Handling of obsolete variables
20186 moved to c-initialize-cc-mode. More compatible style override
20187 when using global style variables.
20188 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
20189 variables moved here.
20190
a30eb617
DL
20191 * cc-styles.el (c-make-styles-buffer-local): Flag style
20192 variable localness in c-style-variables-are-local-p to make
20193 the compatibility measure in c-common-init work well.
20194
20195 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
20196 longer contain set-from-style.
20197 * cc-styles.el (c-initialize-builtin-style): Don't check for
20198 set-from-style on c-special-indent-hook.
20199 * cc-styles.el (c-copy-tree): Obsolete. The standard function
20200 copy-alist is sufficient now.
20201
20202 * cc-styles.el (c-set-style, c-set-style-1,
20203 c-get-style-variables): Fixes to variable initialization so
20204 that duplicate entries in styles have the same effect
20205 regardless of DONT-OVERRIDE.
20206
20207 * cc-styles.el (c-set-style-2): Fixed bug where the
20208 initialization of inheriting styles failed when the
20209 dont-override flag is set.
20210
20211 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
20212 on this.
20213
202142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20215
20216 * cc-defs.el (c-forward-comment): Removed the workaround
20217 introduced in 5.38 since it had worse side-effects. If a line
20218 contains the string "//\"", it regarded the // as a comment
20219 start since the \ temporarily doesn't have escape syntax.
20220
eb04d6cd 202212000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
20222
20223 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
20224 ada-xref.el before ada-prj.el, so that the Project menu is created
20225 when ada-prj tries to add to it.
20226 (ada-activate-keys-for-case): Suppress the characters that are not
20227 part of the Ada syntax. Better compatibility with else-mode
20228 (ada-adjust-case-interactive): When auto-casing is not active,
20229 correctly insert newlines (used to insert only ^M). Prevent the
20230 syntax table from being changed in case of an error
20231 (or '_' becomes part of a word and some commands are confused).
20232 Do nothing if ada-auto-case is nil.
20233 (ada-after-keyword-p): Ignore keywords that are also attributes
20234 (ada-batch-reformat): Update usage comment
20235 (ada-call-from-contextual-menu): New function
20236 (ada-case-read-exceptions): Reinitialize the casing exception list
20237 first to nil first, so that the casing exception file can be
20238 shared.
20239 (ada-check-defun-name): Handles "configure" keyword for gnatdist
20240 files.
20241 (ada-compile-goto-error): Fix regexp used to detect a file:line
20242 anywhere in the error message
20243 (ada-contextual-menu-last-point): New variable
20244 (ada-create-keymap): If the variable delete-key-deletes-forward is
20245 t on XEmacs, it means that DEL should delete one character
20246 forward.
20247 (ada-create-menu): Use :included instead of :visible for XEmacs.
20248 New submenu "Options".
20249 (ada-end-stmt-re): Correctly indent "select ... then abort"
20250 statements.
20251 (ada-fill-comment-paragraph): Correctly delete all leading '--'
20252 even if they don't match ada-fill-comment-prefix Fix handling of
20253 paragraphs on the first or last line of a file.
20254 (ada-format-paramlist): Fix handling of default parameter values.
20255 (ada-get-body-name): New function.
20256 (ada-get-current-indent): Optimized by searchling directly for an
20257 existing generic part or a statement outside of it. Handle
20258 ada-indent-align-comments when indenting comments Replaced some
20259 regexps by testing directly the next character. This results in a
20260 huge speedup on some files. New indentation scheme for renames
20261 statements. Stop looking for the 'while' or 'for' associated with
20262 a 'loop' at the first semicolon encountered. A "return" can also
20263 match an anonymous access subprogram declaration.
20264 (ada-get-indent-noindent): Ignore strings and comments when
20265 looking for the keywords "record" and "private".
20266 (ada-goto-matching-decl-start): When matching "if", make sure we
20267 are not in fact seeing "end if". Ignore "when" statements except
20268 when initial keyword was "begin". Fix handling of nested
20269 procedures. Add a recursive call to this function to skip over
20270 other 'end' statmts. Fix indentation for "when .. => begin"
20271 (ada-in-open-paren-p): Fix indentation for complex boolean
20272 expressions, where 'and then', 'or else' and parenthesis
20273 statements are mixed up.
20274 (ada-in-paramlist-p): Skip comments while searching for the
20275 beginning Fix handling of operator declarations.
20276 (ada-indent-align-comments): New variable
20277 (ada-indent-current): Change the syntax table only in the
20278 protected section, so that we are sure it is restored correctly.
20279 (ada-indent-on-previous-lines): Use ada-use-indent and
20280 ada-with-indent Correctly indent "select ... then"
20281 (ada-indent-region): Slight speedup.
20282 (ada-indent-renames): New variable.
20283 (ada-last-which-function-subprog, ada-last-which-function-line):
20284 New variables
20285 (ada-looking-at-semi-private): Correctly indent the 'private'
20286 keyword when it is the first word in a package declaration.
20287 (ada-loose-case-word): Stop searching if at the end of the buffer.
20288 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
20289 even if point is not initially at the end of the word.
20290 (ada-matching-decl-start-re): Add "when".
20291 (ada-mode): Add support for abbrev-mode, outline-mode and
20292 which-func-mode Override the old find-file.el entry in
20293 ff-special-constructs since it is using the obsolete
20294 ada-spec-suffix variable
20295 (ada-no-auto-case): New function
20296 (ada-scan-paramlist): When parsing the argument type, accept
20297 spaces (as in "X 'Class", generated by Rational Rose).
20298 (ada-other-file-name): No longer loads the other file.
20299 (ada-popup-menu): Save and restore the current buffer and cursor
20300 position before and after displaying the menu.
20301 (ada-search-ignore-complex-boolean): New function.
20302 (ada-uncomment-region): Emacs21 already knows how to delete
20303 comments not starting in the first column.
20304 (ada-use-indent): New variable
20305 (ada-which-function): New function.
20306 (ada-with-indent): New variable
20307 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
20308 can be batch-compiled from the command line.
20309
20310 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
20311 Add to the menu when the file is loaded, not in ada-mode-hook.
20312 Add -toolbar to the default ddd command Switches moved from
20313 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
20314 ada-prj-default-comp-opt
20315 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
20316 Reference Manual to the menu
20317 (ada-check-current): rewritten as a call to ada-compile-current
20318 (ada-compile): Removed.
20319 (ada-compile-application, ada-compile-current, ada-check-current):
20320 Set the compilation-search-path so that compile.el automatically
20321 finds the sources in src_dir. Automatic scrollong of the
20322 compilation buffer. C-uC-cC-c asks for confirmation before
20323 compiling
20324 (ada-compile-current): New parameter, prj-field
20325 (ada-complete-identifier): Load the .ali file before doing
20326 processing
20327 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
20328 conform to gnatmake's behavior.
20329 (ada-find-file-in-dir): New function
20330 (ada-find-references): Set the environment variables for gnatfind
20331 (ada-find-src-file-in-dir): New function.
20332 (ada-first-non-nil): Removed
20333 (ada-gdb-application): Add support for jdb, the java debugger.
20334 (ada-get-ada-file-name): Load the original-file first if not done
20335 yet.
20336 (ada-get-all-references): Handles the new ali syntax (parent types
20337 are found between <>).
20338 (ada-initialize-runtime-library): New function
20339 (ada-mode-hook): Always load a project file when a file is opened,
20340 so that the casing exceptions are correctly read.
20341 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
20342 (ada-parse-prj-file): Use find-file-noselect instead of find-file
20343 to open the project file, since the latter does not work with
20344 speedbar Get default values before loading the prj file, or the
20345 default executable file name is wrong. Use the absolute value of
20346 src_dir to initialize ada-search-directories and
20347 compilation-search-path,... Add the standard runtime library to
20348 the search path for find-file.
20349 (ada-prj-default-debugger): Was missing an opening '{'
20350 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
20351 variables.
20352 (ada-prj-default-gnatmake-opt): New variable
20353 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
20354 buffers, the project file is the default one Save the windows
20355 configuration before displaying the menu.
20356 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
20357 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
20358 ...) regexp-quote identifiers names to support operators +,
20359 -,... in regexps.
20360 (ada-remote): New function.
20361 (ada-run-application): Erase the output buffer before starting the
20362 run Support remote execution of the application. Use
20363 call-process, or the arguments are incorrectly parsed
20364 (ada-set-default-project-file): Reread the content of the active
20365 project file, not the one from the current buffer When a project
20366 file is set as the default project, all directories are
20367 automatically associated with it.
20368 (ada-set-environment): New function
20369 (ada-treat-cmd-string): New special variable ${current}
20370 (ada-treat-cmd-string): Revised. The substitution is now done for
20371 any ${...} substring
20372 (ada-xref-current): If no body was found, compiles the spec
20373 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
20374 compiler to get rid of command line length limitations.
20375 (ada-xref-get-project-field): New function
20376 (ada-xref-project-files): New variable
20377 (ada-xref-runtime-library-specs-path)
20378 (ada-xref-runtime-library-ali-path): New variables
20379 (ada-xref-set-default-prj-values): Default run command now does a
20380 cd to the build directory. New field: main_unit Provide a default
20381 file name even if the current buffer has no prj file.
20382
20383 * ada-prj.el:
20384 Rewritten to show a tabbed-dialog.
20385 (ada-prj-add-ada-menu): Remove the map and name parameters.
20386 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
20387 New function
20388 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
20389 (ada-prj-load-from-file): New function
20390 (ada-prj-save): Always save fields that depend on the current buffer
20391 (ada-prj-show-value): New function
20392
20393 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
20394 Ada mode. This will allow us to display the Ada menu in any buffer
20395 we want (for project items).
20396 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
20397 number of spaces in the header.
20398
203992000-07-24 Dave Love <fx@gnu.org>
20400
20401 * ediff-init.el (ediff-region-help-echo): Bind face-help.
20402
204032000-07-23 Noah Friedman <friedman@splode.com>
20404
20405 * type-break.el (type-break): perform autosave.
b52758d1 20406 Suggested by Stephen Gildea <gildea@stop.mail-abuse.org>.
a30eb617
DL
20407 (type-break-do-query): Cancel query schedule while performing
20408 actual query, to avoid possibility of a second query being made
20409 while first one is already in progress.
20410 (type-break-time-stamp-format): New variable.
20411 (type-break-time-stamp): New function.
20412 (type-break-time-warning): Use it.
20413 (type-break-keystroke-warning): Use it.
20414 (type-break-noninteractive-query): Use it.
20415
20416 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
20417 cookie.
20418 Use add-minor-mode to set minor-mode-alist, if available.
20419 (eldoc-echo-area-use-multiline-p): New user option.
20420 (eldoc-echo-area-multiline-supported-p): New variable.
20421 (eldoc-docstring-format-sym-doc): Use them.
20422 (eldoc-mode): If not using idle timers, append to local post and
20423 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
20424 (eldoc-display-message-no-interference-p): Don't interfere with
20425 edebug.
20426 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
20427 (eldoc-function-arglist): New function.
20428 (eldoc-function-argstring): Use it.
20429
20430 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
20431 auto save directory exists before calling directory-files.
20432
204332000-07-23 Dave Love <fx@gnu.org>
20434
20435 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
20436 ^o, ^u.
20437
204382000-07-21 Dave Love <fx@gnu.org>
20439
20440 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
20441 now passed to the function. It now works properly.
20442
20443 * smerge-mode.el (smerge-mode-menu): Fill it out.
20444
204452000-07-20 Gerd Moellmann <gerd@gnu.org>
20446
20447 * info-look.el (info-lookup): If *info* is shown in another frame
20448 on the same display, select that frame, instead of switching to
20449 the Info buffer in another window of the selected frame.
20450
20451 * simple.el (universal-argument-map): Bind numeric keypad keys
20452 kp-0 to kp-9 and kp-subtract.
20453 (digit-argument): Handle these keys.
20454
204552000-07-20 Dave Love <fx@gnu.org>
20456
20457 * net/goto-addr.el (goto-address-fontify): Don't bother with
20458 buffer-modified and read-only stuff -- irrelevant with overlays.
20459 Put an extra property on the overlays and use it to clean up in
20460 case goto-address is re-run.
20461
204622000-07-19 Richard M. Stallman <rms@gnu.org>
20463
20464 * timer.el (run-with-idle-timer): Doc fix.
20465
20466 * mail/mail-utils.el (mail-strip-quoted-names):
20467 Handle case where <...> appears inside "...".
20468 Use replace-match to edit the string more simply.
20469 (rmail-dont-reply-to): Cope with an unmatched ".
20470
204712000-07-19 Dave Love <fx@gnu.org>
20472
20473 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
20474 implementation.
20475
20476 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
20477 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
20478 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
20479
204802000-07-19 Gerd Moellmann <gerd@gnu.org>
20481
20482 * textmodes/refer.el: Correct maintainer's email address.
20483
20484 * progmodes/hideif.el: Correct author's email address.
20485 Fix typo in comment.
20486
20487 * xml.el: New file.
20488
20489 * mail/mailheader.el: Correct author's mail address.
20490
20491 * gnus/parse-time.el: Correct author's mail address.
20492
204932000-07-19 Colin Walters <walters@cis.ohio-state.edu>
20494
20495 * comint.el (comint-highlight-input, comint-highlight-face):
20496 New user options.
20497 (comint-input-ring-file-name): Change custom type.
20498 (comint-mode-map): Bind mouse-2.
20499 (comint-insert-clicked-input): New function.
20500 (comint-send-input): Handle input highlighting.
20501
205022000-07-18 Stefan Monnier <monnier@cs.yale.edu>
20503
20504 * mouse.el (popup-menu): New function.
20505 (mouse-major-mode-menu): Use it.
20506
205072000-07-18 Dave Love <fx@gnu.org>
20508
20509 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
20510 improvements.
20511
205122000-07-18 Gerd Moellmann <gerd@gnu.org>
20513
20514 * faces.el (face-font-selection-order)
20515 (face-font-family-alternatives): Add custom type.
20516
205172000-07-18 Dave Love <fx@gnu.org>
20518
20519 * cus-edit.el (custom-variable-reset-saved)
20520 (custom-variable-reset-standard): Remove unused bindings.
20521
20522 * rect.el (open-rectangle-line): Remove unused let.
20523
20524 * hl-line.el (hl-line-highlight): Check hl-line-mode.
20525
205262000-07-18 Gerd Moellmann <gerd@gnu.org>
20527
20528 * cdl.el: Fix `Maintainer' keyword.
20529
20530 * play/pong.el: Add author's email address.
20531
205322000-07-17 Sam Steingold <sds@gnu.org>
20533
20534 * files.el (insert-directory): Call `split-string' instead of
20535 re-implementing it.
20536
205372000-07-18 Gerd Moellmann <gerd@gnu.org>
20538
20539 * mail/vms-pmail.el: Change maintainer to FSF.
20540
20541 * net/goto-addr.el: Change maintainer to FSF.
20542
20543 * info.el (Info-title-face-alist): Removed.
20544
205452000-07-18 David Ponce <david@dponce.com>
20546
20547 * recentf.el (recentf-open-files): New command that works like
20548 `recentf-open-more-files', but shows the whole list of files (not just
20549 those omitted from the menu). Useful if you don't use a menu-bar!
20550 (recentf-open-more-files) Modified to use `recentf-open-files'.
20551
20552 (recentf-open-files, recentf-open-more-files)
20553 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
20554
20555 (recentf-dialog-mode): New mode for dialogs. You can now just type
20556 "q" to cancel the dialogs.
20557
205582000-07-18 David Ponce <david@dponce.com>
20559
20560 * recentf.el: This is a major update of recentf.el. It adds new
20561 features to better organize the recentf menu and "More..." buffer.
20562
20563 Using new provided menu filtering functions you can now organize the
20564 recent files list:
20565
20566 - by major modes
20567 - by directories
20568 - by user defined rules
20569
20570 Finally, with the new `recentf-filter-changer' customizable filter you
20571 can define a ring of filters and dynamically (via the menu) cycle on
20572 each menu organization in the ring (a la msb).
20573
205742000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
20575
20576 * eshell/eshell.el (eshell): Replace links to eshell.info with
20577 links to eshell, to avoid problems on systems where the manual is
20578 installed as `eshell'.
20579 * eshell/esh-cmd.el (eshell-cmd): Ditto.
20580 * eshell/em-smart.el (eshell-smart): Ditto.
20581 * eshell/em-banner.el (eshell-banner): Ditto.
20582 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
20583
20584 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
20585 same-file check in the MS-DOS version (it does support inodes).
20586
20587 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
20588
20589 * eshell/eshell.el (eshell-directory-name):
20590 Run default directory name through convert-standard-filename.
20591
205922000-07-18 Kenichi Handa <handa@etl.go.jp>
20593
20594 * international/mule-cmds.el (select-safe-coding-system):
20595 Fix typo in the comment.
20596
20597 * language/european.el (compound-text):
20598 Force katakana-jisx0201 to be designated to G1.
20599
20600 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
20601 Don't translate some national variant characters of latin-jisx0201.
20602 (x-ctext): Force katakana-jisx0201 to be designated to G1.
20603
20604 * international/kkc.el (kkc-after-update-conversion-functions):
20605 New variable.
20606 (kkc-update-conversion): Run functions in it at the tail.
20607
206082000-07-16 John Wiegley <johnw@gnu.org>
20609
20610 * lisp/align.el (align-newline-and-indent):
20611 Adding new function. for auto-aligning blocks of code on RET.
20612 (align-region): Fixed badly formatted minibuffer message.
20613
206142000-07-17 Kenichi Handa <handa@etl.go.jp>
20615
20616 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
20617 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
20618 the conversion list at first if appropriate.
20619 (kkc-next): Don't update kkc-next-count here.
20620 (kkc-prev): Don't update kkc-prev-count here.
20621 (kkc-show-conversion-list-update): Fix setting up of conversion
20622 list message.
20623
206242000-07-16 Stefan Monnier <monnier@cs.yale.edu>
20625
20626 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
20627
206282000-07-16 Dave Love <fx@gnu.org>
20629
20630 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
20631 function to be more specific.
20632
20633 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
20634 non-string help-echo.
20635 (widget-types-convert-widget): Defsubst it.
20636 (widget-echo-help): Try to cope with a help-echo function of two
20637 possible sorts.
20638
206392000-07-15 Jason Rumney <jasonr@gnu.org>
20640
20641 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
20642 Declare as obsolete.
20643
20644 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
20645
206462000-07-14 Gerd Moellmann <gerd@gnu.org>
20647
20648 * hilit-chg.el: Fix typo.
20649
206502000-07-14 Dave Love <fx@gnu.org>
20651
20652 * info.el (Info-mode-menu): Fix use of :help, :enable.
20653
206542000-07-14 Stefan Monnier <monnier@cs.yale.edu>
20655
20656 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
20657
206582000-07-13 Dave Love <fx@gnu.org>
20659
20660 * emacs-lisp/easymenu.el: Doc fixes.
20661 (easy-menu-remove): Defalias to ignore.
20662
20663 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
20664 Call throw correctly.
20665
206662000-07-13 Gerd Moellmann <gerd@gnu.org>
20667
20668 * faces.el (frame-background-mode): Doc fix.
20669
20670 * simple.el (eval-expression-print-length): Change custom type to
20671 allow entering nil as value.
20672
206732000-07-13 Dave Love <fx@gnu.org>
20674
20675 * progmodes/fortran.el (fortran-imenu-generic-expression):
20676 Change definition layout.
20677 (fortran-mode-menu): Reinstate customize entries.
20678
20679 * cus-edit.el (custom-group-menu-create, customize-menu-create):
20680 Use :filter, per old XEmacs code.
20681
206822000-07-12 Gerd Moellmann <gerd@gnu.org>
20683
20684 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
20685 event when deciding what to send to the terminal.
20686
206872000-07-12 Dave Love <fx@gnu.org>
20688
20689 * cus-start.el: Add optional version as 4th element of specs and
20690 use it for several things new in v21. Remove load-path. Fix type
20691 of line-number-display-limit.
20692
206932000-07-11 Dave Love <fx@gnu.org>
20694
20695 * progmodes/fortran.el: Don't require easymenu.
20696 Use repeat counts in various regexps.
20697 (fortran-mode-syntax-table): Defvar directly.
20698 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
20699 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
20700 Use defvar, not defconst.
20701 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
20702 (fortran-mode): Set fortran-comment-line-start-skip,
20703 fortran-comment-line-start-skip, dabbrev-case-fold-search.
20704 (fortran-comment-indent): Use defsubst.
20705 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
20706 Use fortran-comment-indent, not fortran-comment-indent-function.
20707 (fortran-comment-region, fortran-electric-line-number): Simplify.
20708 (fortran-auto-fill): New function.
20709 (fortran-do-auto-fill): Deleted.
20710 (fortran-find-comment-start-skip):
20711 Check for non-null comment-start-skip.
20712 (fortran-auto-fill-mode, fortran-fill-statement):
20713 Use fortran-auto-fill.
20714 (fortran-fill): Use fortran-auto-fill. Check for null
20715 comment-start-skip. Simplify final clause and use end-of-line finally.
20716
20717 * widget.el (widget-plist-member): New alias.
20718
207192000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
20720
20721 * eshell/esh-module.el (toplevel): Reference
20722 byte-compile-current-file only if it is bound.
20723
207242000-07-10 Gerd Moellmann <gerd@gnu.org>
20725
20726 * dired.el: Don't require `dired-aux'.
20727
207282000-07-10 Miles Bader <miles@lsi.nec.co.jp>
20729
20730 * dired-aux.el (dired-show-file-type): New function.
20731 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
20732 (dired-show-file-type): Add autoload.
20733
207342000-07-10 Kenichi Handa <handa@etl.go.jp>
20735
20736 * international/mule-diag.el (describe-font): Adjusted for the
20737 change of fontset-info.
20738 (print-fontset): Likewise.
20739
207402000-07-09 Stefan Monnier <monnier@cs.yale.edu>
20741
20742 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
20743
207442000-07-07 Gerd Moellmann <gerd@gnu.org>
20745
20746 * bindings.el: Bind `[delete]' to delete-char.
20747
20748 * dired.el (dired-find-alternate-file): New function.
20749 (dired-mode-map): Bind `a' to dired-find-alternate-file.
20750 (toplevel): Require dired-aux when compiling.
20751 (dired-buffers): Move defvar within file to avoid compiler warning.
20752
20753 * info.el (Info-last-search): Variable removed.
20754 (Info-search-history): New variable.
20755 (Info-search): New Info-search-history.
20756
20757 * battery.el, info-look.el: Change author's mail address.
20758
207592000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
20760
20761 * mail/rmail.el (rmail-clear-headers): Don't throw an error
20762 if rmail-ignored-headers is nil.
20763 (rmail-retry-failure): Bind rmail-ignored-headers and
20764 rmail-displayed-headers to nil.
20765
207662000-07-06 Gerd Moellmann <gerd@gnu.org>
20767
20768 * lpr.el (lpr-page-header-switches): Add `-h' switch.
20769 (print-region-1): Don't hard code `-h' here.
20770
20771 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
20772
207732000-07-01 Francesco Potorti` <pot@gnu.org>
20774
20775 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
20776 exim can use "your message" instead of "the message".
20777
207782000-07-06 Stefan Monnier <monnier@cs.yale.edu>
20779
20780 * facemenu.el: Docstrings fixes.
20781 (facemenu-get-face): Don't use internal-find-face.
20782 (facemenu-iterate): Rename arg to match the docstring.
20783
20784 * newcomment.el (uncomment-region): Be more careful when skipping
20785 backwards over `=' not to bump into BOBP.
20786
207872000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
20788
20789 * ediff-diff.el (ediff-wordify): Use syntax table.
20790 * ediff-init.el (ediff-has-face-support-p): Use
20791 ediff-color-display-p.
20792 (ediff-color-display-p): Use display-color-p, changed to defun
20793 from defsubst.
20794 Got rid of special cases for NeXT and OS/2.
20795 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
20796 face.
20797
207982000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20799
20800 * emacs-lisp/lucid.el: Require CL.
20801 (copy-tree, remprop): Remove, it's provided by CL.
20802 (map-keymap): Define in terms of cl-map-keymap.
20803 (extent-property, set-extent-end-glyph): New functions.
20804
20805 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
20806
208072000-07-05 Gerd Moellmann <gerd@gnu.org>
20808
20809 * Makefile.in (DONTCOMPILE): Add comment that the name may
20810 not be changed without changing the make-dist script.
20811
20812 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
20813 (cl-mapc): Use mapc instead of cl-old-mapc.
20814
208152000-07-05 Andrew Innes <andrewi@gnu.org>
20816
20817 * makefile.nt: Add support for `bootstrap' and related targets.
20818
208192000-07-05 Stefan Monnier <monnier@cs.yale.edu>
20820
20821 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
20822 (easy-menu-do-define): Use `menu-item' format.
20823 Handle case where easy-menu-create-menu returns a symbol.
20824 Manually call the potential top-level filter in the function binding.
20825 (easy-menu-filter-return): New arg NAME.
20826 Convert to a keymap if MENU is an XEmacs menu.
20827 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
20828 (easy-menu-converted-items-table, easy-menu-convert-item):
20829 New var and fun to memoize easy-menu-convert-item-1.
20830 (easy-menu-do-add-item): Use it.
20831 (easy-menu-create-menu): Use easy-menu-convert-item.
20832 Wrap easy-menu-filter-return around any :filter specification.
20833 Don't convert the menu if a filter was specified.
20834 Tell easy-menu-make-symbol not to check for MENU being an expression.
20835 (easy-menu-make-symbol): New arg NOEXP.
20836
208372000-07-05 Gerd Moellmann <gerd@gnu.org>
20838
20839 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
20840 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
20841 (eval-defun): If called with prefix arg, instrument code for
20842 Edebug.
20843
20844 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
20845 similar to that of eval-defun.
20846
208472000-07-04 Dave Love <fx@gnu.org>
20848
20849 * hl-line.el (hl-line-overlay): Make it permanent-local.
20850
20851 * calendar/todo-mode.el: Replaced with a working version, based on
20852 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
20853
208542000-07-03 Miles Bader <miles@lsi.nec.co.jp>
20855
20856 * paths.el (prune-directory-list): New function.
20857 (Info-default-directory-list): Rewritten to more methodically
20858 enumerate a big list of possible info directories (based on the
20859 list used by the standalone info reader).
20860
20861 * info.el (info-initialize): Use prune-directory-list to remove
20862 non-existent directories from Info-directory-list.
20863
20864 * paths.el (Info-default-directory-list): Try a list of possible
20865 info-directories instead of a single one. Add the possible
20866 info directory "/usr/share/info".
20867
20868 * woman.el (woman-man.conf-path): Explicitly include the debian
20869 man-db config file "/etc/manpath.config".
20870 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
20871 are present in `manpath.config'.
20872 (woman-manpath): Include "/usr/share/man".
20873
208742000-07-03 Gerd Moellmann <gerd@gnu.org>
20875
20876 * frame.el (blink-cursor-mode): Don't hide cursor initially.
20877
20878 * startup.el (command-line): Initialize blink-cursor based
20879 on window-system.
20880
20881 * frame.el (blink-cursor): Default to nil if not running under
20882 a window-system.
20883
20884 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
20885 (face-x-resources): Remove duplicate entry for :font.
20886
20887 * textmodes/refer.el (refer-find-entry-internal): Use some-window
20888 instead of cycling through windows with next-window.
20889
20890 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
20891 of cycling through windows with next-window.
20892
20893 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
20894 of cycling through windows with next-window.
20895
20896 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
20897 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
20898 instead of cycling through windows with next-window.
20899
20900 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
20901 instead of cycling through windows with next-window.
20902
20903 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
20904 of cycling through windows with next-window.
20905
20906 * terminal.el (te-process-output): Use walk-windows instead of
20907 cycling through windows with next-window.
20908
20909 * server.el (server-switch-buffer): Use some-window instead of
20910 cycling through windows with next-window.
20911
20912 * window.el (some-window): New function.
20913 (walk-windows): Remove reference to walk-windows-start.
20914
20915 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
20916
209172000-07-03 Richard Stallman <rms@gnu.org>
20918
20919 * window.el (walk-windows): Guarantee termination by keeping a list
20920 of all the windows already handled.
20921
209222000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20923
20924 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
20925 window-system.
20926
20927 * man.el (Man-notify-when-ready): Don't use window-system. If
20928 Man-notify-method is newframe, and the display is not
20929 multi-frame, select the frame created for the man page.
20930 (Man-init-defvars): Doc fix.
20931
209322000-06-28 Gerd Moellmann <gerd@gnu.org>
20933
20934 * faces.el (region): Change background color for light background.
20935
20936 * ediff-wind.el (ediff-setup-control-frame): Remove :box
20937 attribute from mode-line face of Ediff control frame.
20938
20939 * replace.el (query-replace-map): Bind `e' like `E'.
20940
209412000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
20942
20943 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
20944 Change name to "Select All".
20945
20946 * dos-fns.el (convert-standard-filename): Fix last change.
20947
209482000-06-27 Gerd Moellmann <gerd@gnu.org>
20949
20950 * help.el (describe-variable): Don't insert a second `'s' in front
20951 of the string `value is shown below'. Since the syntax-table is
20952 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
20953 an existing `'s', so that this won't be deleted.
20954
20955 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
20956 * pcmpl-unix.el: New files.
20957
209582000-06-26 Stefan Monnier <monnier@cs.yale.edu>
20959
20960 * wid-edit.el (widget-member): Use the new plist-member.
20961
209622000-06-26 Gerd Moellmann <gerd@gnu.org>
20963
20964 * replace.el (perform-replace): Undo change of 2000-04-04.
20965 Instead, move backward 1 character at the end of the loop when
20966 necessary.
20967
20968 * faces.el (fringe): Change face for different backgrounds.
20969
20970 * eshell/esh-module.el (toplevel): Load defgroup's differently;
20971 patch from John.
20972
20973 * eshell/*.el: Change spelling of the Free Software Foundation.
20974
20975 * eshell/esh-toggle.el: Removed.
20976
20977 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
20978
20979 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
20980 interactively.
20981
209822000-06-26 Alex Schroeder <alex@gnu.org>
20983
20984 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
20985 `define-key'; instead of checking `(emacs-version)' check for
20986 `set-keymap-parent' and `set-keymap-name' directly. Add entries
20987 for `;' and `o' which might be electric.
20988
20989 (sql-electric-stuff): New user option.
20990 (sql-magic-go): New function which uses `sql-electric-stuff'.
20991 (sql-magic-semicolon): New function which uses
20992 `sql-electric-stuff'.
20993
20994 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
20995 is not fboundp.
20996
20997 (sql-oracle-options): New variable.
20998 (sql-oracle): Use it.
20999
21000 (sql-imenu-generic-expression): Doc change.
21001 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
21002 is used.
21003
21004 (sql-informix): Added command line parameter "-" to force
21005 sql-informix-program to use stdout.
21006
210072000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
21008
21009 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
21010 (cp864-decode-table): Doc fix.
21011 (cp720-decode-table): New variable, supports the Arabic OEM
21012 codepage used by Windows.
21013 (cp737-decode-table): New, Greek OEM codepage used by Windows.
21014
210152000-06-23 Dave Love <fx@gnu.org>
21016
21017 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
21018 (font-lock-fontify-anchored-keywords): Use
21019 line-beginning-position.
21020 (global-font-lock-mode): Use mapc.
21021
210222000-06-23 Stefan Monnier <monnier@cs.yale.edu>
21023
21024 * eshell/esh-module.el: Require CL when compiling.
21025
210262000-06-23 Gerd Moellmann <gerd@gnu.org>
21027
21028 * comint.el (comint-substitute-in-file-name): Call replace-match
21029 with second and third arg t.
21030
21031 * cus-edit.el (custom-button-face, custom-button-pressed-face):
21032 Specify foreground color.
21033
21034 * faces.el (tool-bar, mode-line, header-line): Specify foreground
21035 color.
21036
21037 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
21038
21039 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
21040 cddr instead of cdddr.
21041
21042 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
21043 instead of copy-list.
21044
21045 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
21046 of copy-list.
21047
21048 * subdirs.el: Add eshell subdirectory.
21049
21050 * eshell: New subdirectory containing the Eshell package.
21051
21052 * pcomplete.el: New file.
21053
210542000-06-23 Paul Eggert <eggert@twinsun.com>
21055
21056 * mail/mailpost.el (post-mail-send-it): Make sure file has
21057 proper permissions from birth.
21058
21059 * files.el (basic-save-buffer-2): When temporarily setting
21060 file modes, set them to current modes plus 0200, not to 0777.
21061
21062 * emerge.el (emerge-make-temp-file): Make sure file has proper
21063 permissions from birth.
21064
210652000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
21066
21067 * files.el (make-backup-file-name-1): On DOS/Windows, run the
21068 backup file name through convert-standard-filename.
21069
21070 * dos-fns.el (convert-standard-filename): Convert leading
21071 directories as well. When long file names are supported, convert
21072 characters that are invalid in Windows file names.
21073
210742000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21075
21076 * ps-print.el: Fix bug: if ^L is the very first buffer character,
21077 ps-print crashes. New feature: page selection for printing. Create
21078 raw-text-unix coding system for XEmacs. Doc fix.
21079 (ps-print-version): New version number (5.2.3).
21080 (ps-plot-region): Bug fix.
21081 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
21082 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
21083 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
21084 funs.
21085 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
21086 (ps-last-page): New vars.
21087
210882000-06-21 Gerd Moellmann <gerd@gnu.org>
21089
21090 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
21091 empty option string.
21092
210932000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
21094
21095 * man.el (man): Doc fix.
21096
210972000-06-21 Kenichi Handa <handa@etl.go.jp>
21098
21099 * international/mule-cmds.el (set-language-info-alist): Docstring
21100 fixed.
21101
211022000-06-20 Gerd Moellmann <gerd@gnu.org>
21103
21104 * version.el (emacs-version): Use ISO date format.
21105
21106 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
21107 instead of `M-backspace'.
21108
21109 * simple.el (turn-off-auto-fill): New function.
21110
211112000-06-20 Stefan Monnier <monnier@cs.yale.edu>
21112
21113 * jit-lock.el (with-buffer-prepared-for-jit-lock):
21114 Renamed from with-buffer-prepared-for-font-lock and use
21115 inhibit-modification-hooks rather than setting *-change-functions.
21116 Update all functions to use the new name.
21117 (jit-lock-first-unfontify-pos): New semantics (and doc).
21118 (jit-lock-mode): Make non-interactive.
21119 Don't automatically turn on font-lock.
21120 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
21121 Always use jit-lock-after-change.
21122 Remove and restore font-lock-after-change-function.
21123 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
21124 (jit-lock-after-unfontify-buffer): Remove.
21125 (jit-lock-stealth-fontify):
21126 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
21127 (jit-lock-after-change): Set the `fontified' text-prop to nil.
21128
211292000-06-20 Sam Steingold <sds@gnu.org>
21130
21131 * emacs-lisp/cl-indent.el (toplevel): Indent
21132 `print-unreadable-object' properly. Untabify.
21133
211342000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21135
21136 * textmodes/reftex.el (reftex-find-citation-regexp-format):
21137 Support for bibentry.
21138 (reftex-compile-variables): Fixed problem with end of section-re.
21139
21140 * texmodes/reftex-dcr.el (reftex-view-crossref,
21141 reftex-view-crossref-from-bibtex):
21142 Deal with changed `reftex-find-citation-regexp-format'.
21143 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
21144 Replaced `remprop' with `put'.
21145 (reftex-view-crossref, reftex-view-crossref-when-idle):
21146 Support for bibentry.
21147
21148 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
21149 New entry for bibentry package.
21150
21151 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
21152 Regexp also matches "\nobibliography".
21153
21154 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
21155 Call `reftex-ensure-write-access' before doing anything.
21156 (reftex-ensure-write-access): New function.
21157
211582000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
21159
21160 * progmodes/idlwave.el: File re-installed (update to version 4.2)
21161
21162 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
21163
21164 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
21165
21166 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
21167
21168
211692000-06-20 Dave Love <fx@gnu.org>
21170
21171 * faces.el (frame-background-mode): Use set-default, not set, in
21172 setter.
21173 (frame-update-faces, frame-update-face-colors): Define with
21174 defalias.
21175
21176 * enriched.el (enriched-decode-foreground)
21177 (enriched-decode-background): Don't use internal-find-face.
21178
21179 * apropos.el: Doc fixes.
21180
21181 * cus-edit.el (customize-changed-options): Check arg.
21182 (customize-version-lessp): Don't require decimal point.
21183
21184 * custom.el (defcustom, defgroup): Doc fix.
21185
21186 * newcomment.el (comment) <defgroup>: Add :version.
21187 (comment-multi-line): Doc fix.
21188
21189 * emulation/mlsupport.el (define-hooked-local-abbrev,
21190 define-hooked-global-abbrev): Fix, using define-abbrev.
21191
211922000-06-19 Gerd Moellmann <gerd@gnu.org>
21193
21194 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
21195 the whole buffer.
21196
211972000-06-19 Dave Love <fx@gnu.org>
21198
21199 * menu-bar.el (menu-bar-options-save): New function.
21200 (menu-bar-options-menu): Use it.
21201 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
21202 Simplify.
21203
212042000-06-19 Andreas Schwab <schwab@suse.de>
21205
21206 * progmodes/etags.el (tags-query-replace): Put new parameters
21207 START and END at the end, for backward compatibility.
21208
212092000-06-19 Kenichi Handa <handa@etl.go.jp>
21210
21211 * international/codepage.el:
21212 (cp-coding-system-for-codepage-1): Delete special codes for
21213 generating xxx-dos coding system because now a CCL based coding
21214 system can handle EOL conversion by default.
21215
21216 * international/mule.el (make-coding-system): Generate subsidiary
21217 coding systems for EOL handling variants even for a CCL based
21218 coding system.
21219
212202000-06-19 Kenichi Handa <handa@etl.go.jp>
21221
21222 * international/isearch-x.el (isearch-minibuffer-input-method)
21223 (isearch-minibuffer-input-method-function): These variables
21224 deleted.
21225 (isearch-with-input-method): Don't use the above variables.
21226 (isearch-process-search-multibyte-characters): Likewise. Call
21227 read-string with the arg INHERIT-INPUT-METHOD t.
21228
212292000-06-17 Stefan Monnier <monnier@cs.yale.edu>
21230
21231 * font-lock.el (font-lock-after-fontify-buffer)
21232 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
21233
21234 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
21235 Use consistent make-local-variable style for font-lock-fontified.
21236 (jit-lock-fontify-buffer):
21237 Don't bother checking for font-lock-mode and jit-lock-mode.
21238
21239 * time.el: Remove trailing ^M that prevent CVS-merging.
21240
212412000-06-16 Gerd Moellmann <gerd@gnu.org>
21242
21243 * Makefile.in (distclean): New target.
21244
212452000-06-16 Stefan Monnier <monnier@cs.yale.edu>
21246
21247 * Makefile.in (srcdir): Define for update-subdirs.
21248
212492000-06-16 Gerd Moellmann <gerd@gnu.org>
21250
21251 * find-lisp.el: New file.
21252
212532000-06-16 Andrew Innes <andrewi@gnu.org>
21254
21255 * time.el (display-time-mail-function): New variable, to allow
21256 external packages to indicate when new mail is available.
21257 (display-time-update): Use it.
21258
212592000-06-16 Kenichi Handa <handa@etl.go.jp>
21260
21261 * international/mule.el (mule-version): Change version name to
21262 SAKAKI. AOI has already been used by Meadow.
21263
21264 * international/quail.el (quail-show-guidance-buf): To find the
21265 bottom window (but minibuffer), pay attention to the height of
21266 minibuffer.
21267
212682000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
21269
21270 * arc-mode.el (archive-mode-map): Use the new menu-item format for
21271 menu-bar menus. Add help strings. Don't remove the Edit menu
21272 from the menu bar, as the menu bar has enough space now.
21273
21274 * Makefile.in (SHELL): Make sure /bin/sh is used.
21275
21276 * woman.el (woman-man-buffer): Fix bold and underlined CJK
21277 characters, which use series of two ^H characters instead of one.
21278
212792000-06-15 Gerd Moellmann <gerd@gnu.org>
21280
21281 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
21282 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
21283 functions.
21284 (Info-find-node-2): Try a case-sensitive search first, then
21285 do a case-insensitive search.
21286
21287 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
21288 tutorials.
21289
21290 * complete.el (PC-env-vars-alist): New variable.
21291 (PC-complete-as-file-name): New function.
21292 (partial-completion-mode): Initialize PC-env-vars-alist from
21293 process-environment.
21294 (PC-do-completion): Handle completion of env vars.
21295
21296 * info.el (Info-set-mode-line): Show file name in mode line,
21297 use `*Info*' instead of `Info:'.
21298
21299 * startup.el (command-line-1): Change copyright messages to year
21300 2000.
21301
213022000-06-15 Dave Love <fx@gnu.org>
21303
21304 * net/goto-addr.el (goto-address-fontify): Use keymap property,
21305 not local-map.
21306
213072000-06-15 Kenichi Handa <handa@etl.go.jp>
21308
21309 * international/mule.el (set-buffer-file-coding-system): Almost
21310 rewritten to handle `undecided' as no-op.
21311
213122000-06-14 Gerd Moellmann <gerd@gnu.org>
21313
21314 * Makefile.in: New file.
21315
21316 * Makefile: Removed.
21317
21318 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
21319 (goto-address-highlight-keymap): Bind C-c RET.
21320
213212000-06-14 Kenichi Handa <handa@etl.go.jp>
21322
21323 * mail/sendmail.el (sendmail-send-it): The temporary buffer
21324 inherits buffer-file-coding-system of the current buffer.
21325
21326 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
21327 0. Give correct argument to set-auto-coding-function.
21328 (tar-expunge): For goto-char, use (point-min), not 0.
21329 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
21330 (tar-subfile-save-buffer): Likewize.
21331
21332 * international/mule.el
21333 (after-insert-file-set-buffer-file-coding-system): Call
21334 set-buffer-file-coding-system with the arg FORCE t.
21335
213362000-06-13 Gerd Moellmann <gerd@gnu.org>
21337
21338 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
21339 nil. Contemporary sendmails issue an X-Authentication-Warning if
21340 the sender is set with `-f'.
21341
213422000-06-13 Dave Love <fx@gnu.org>
21343
21344 * help.el (describe-function-1): Kluge around cases of functions
21345 fset to subrs whose doc doesn't match their symbol-name.
21346
21347 * image.el (insert-image): Default STRING to a space.
21348
21349 * info.el Doc fixes.
21350 (Info-build-node-completions): Match Ref tags.
21351
213522000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
21353
21354 * frame.el (display-multi-frame-p, display-multi-font-p): New
21355 defaliases for display-graphic-p.
21356
21357 * hl-line.el: Fixed a typo in commentary.
21358
213592000-06-13 Kenichi Handa <handa@etl.go.jp>
21360
21361 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
21362 fixed.
21363
213642000-06-12 Dave Love <fx@gnu.org>
21365
21366 * image.el (insert-image): Save a little consing.
21367
213682000-06-12 Kenichi Handa <handa@etl.go.jp>
21369
21370 * language/tibet-util.el: Convert all tibetan-1-column characters
21371 to the corresponding tibetan characters.
21372 (tibetan-add-components): Delete code for the special treatment of
21373 'a chung.
21374
21375 * language/tibetan.el (tibetan-composable-pattern): Fix previous
21376 change.
21377 (tibetan-vowel-transcription-alist): More rules added.
21378 (tibetan-composite-vowel-alist): New variable.
21379 (tibetan-precomposition-rule-alist): More rules added.
21380
213812000-06-12 Stefan Monnier <monnier@cs.yale.edu>
21382
21383 * startup.el (command-line): Only call menu-bar-mode if interactive.
21384
21385 * thingatpt.el (toplevel symbol-properties):
21386 * textmodes/makeinfo.el (makeinfo-compile):
21387 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
21388 * progmodes/hideif.el (hif-compress-define-list)
21389 (hide-ifdef-use-define-alist):
21390 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
21391 (ange-ftp-vms-add-file-entry):
21392 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
21393 * man.el (Man-build-man-command):
21394 * mail/rnewspost.el (news-reply-header-hook):
21395 * info.el (Info-insert-dir):
21396 * emulation/mlconvert.el (backward-word, forward-word, setq):
21397 * emacs-lisp/gulp.el (gulp-send-requests):
21398 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
21399 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
21400 (byte-optimize-apply, end of file):
21401 * emacs-lisp/advice.el (ad-advice-class-completion-table)
21402 (ad-make-freeze-definition):
21403 * startup.el (command-line, command-line-1): Don't quote lambdas.
21404
21405 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
21406 (cvs-cleanup-removed): New function.
21407 (cvs-cleanup-functions): New var.
21408 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
21409 some flexibility in specifying additional entries to auto-cleanup.
21410 (cvs-quickdir): New function.
21411 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
21412 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
21413 (cvs-mode-find-file): Check that we are on a filename or dirname
21414 when invoked through a mouse-click.
21415 (cvs-full-path): Remove.
21416 (cvs-dired-action): Re-introduced.
21417 (cvs-dired-noselect): Use it.
21418 (vc-post-command-functions): use this new hook if available.
21419
21420 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
21421 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
21422 (cvs-filename-map, cvs-dirname-map): Remove.
21423 (cvs-default-action): Remove.
21424 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
21425 if the arg is really a keymap.
21426 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
21427 Don't hardcode the mapping from state (aka type) to face, but check
21428 the var cvs-fi-<type>-face instead.
21429 (cvs-fileinfo-from-entries): New function.
21430
21431 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
21432 Docstring fix.
21433 (cvs-find-file-and-jump): Change default to be safer.
21434 (cvs-mode-diff-map): Define it as a function as well.
21435 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
21436 Bind mouse-2 in this global map rather than with text-properties.
21437
21438 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
21439 file to resolve the ambiguity between C(conflict) and C(need-merge).
21440
214412000-06-12 Kenichi Handa <handa@etl.go.jp>
21442
21443 * international/mule.el (set-buffer-file-coding-system): If
21444 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
21445 unconditionally.
21446
214472000-06-12 Dave Love <fx@gnu.org>
21448
21449 * wid-edit.el (widget-specify-button): Really suppress the face if
21450 required.
21451
214522000-06-11 Gerd Moellmann <gerd@gnu.org>
21453
21454 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
21455
214562000-06-11 Stefan Monnier <monnier@cs.yale.edu>
21457
21458 * imenu.el (imenu-generic-expression): Docstring fix.
21459
21460 * composite.el (composition-function-table): Move the `put'
21461 below the autoload cookie so we can load the file before loaddefs.
21462
21463 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
21464
21465 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
21466 Handle easy-mmode-define-global-mode.
21467 For complex macros like define-minor-mode that can generate
21468 several autoload entries, try to autoload entries in the
21469 macroexpanded code.
21470
21471 * emacs-lisp/easy-mmode.el (define-minor-mode):
21472 If KEYMAP is a symbol, just use it.
21473 Use byte-compile-current-file and load-file-name to infer the
21474 proper :require to pass to defcustom.
21475 Wrap the hook var into `progn' so as not to autoload it.
21476 Add a :autoload-end cookie.
21477 Be more careful about the evaluation of KEYMAP.
21478 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
21479 (define-derived-mode): Move define-abbrev-table outside of defvar.
21480
214812000-06-10 Stefan Monnier <monnier@cs.yale.edu>
21482
21483 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
21484 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
21485 (backup-compiled-files): Ignore errors during `tar'.
21486 (bootstrap): Make autoloads before elc files.
21487
214882000-06-10 Kenichi Handa <handa@etl.go.jp>
21489
21490 * international/mule.el (set-buffer-file-coding-system): If one of
21491 undecided-XXX is specified, change only EOL conversion.
21492
21493 * international/mule-conf.el (unix): New alias for the coding
21494 system undecided-unix.
21495
214962000-06-09 Dave Love <fx@gnu.org>
21497
21498 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
21499
21500 * progmodes/executable.el: Byte compile dynamic.
21501 (executable-insert): Change custom type.
21502 (executable-find): Add autoload cookie.
21503 (executable-make-buffer-file-executable-if-script-p): New
21504 function. After Noah Friedman.
21505
21506 * files.el (after-save-hook): Customize, with
21507 executable-make-buffer-file-executable-if-script-p as an option.
21508
215092000-06-09 Kenichi Handa <handa@etl.go.jp>
21510
21511 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
21512 "tib24p-mule.bdf" for Tibetan.
21513
21514 * composite.el (decompose-composite-char): Declare it as obsolete.
21515
21516 * man.el (Man-fontify-manpage): Pay attention to underline and
21517 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
21518
215192000-06-08 Gerd Moellmann <gerd@gnu.org>
21520
21521 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
21522 Set maintainer to FSF since author isn't reachable.
21523
215242000-06-08 Dave Love <fx@gnu.org>
21525
21526 * international/mule-cmds.el (select-safe-coding-system): If
21527 DEFAULT-CODING-SYSTEM is not specified, also check the most
21528 preferred coding-system if buffer-file-coding-system is
21529 `undecided'. From Handa.
21530
215312000-06-08 Kenichi Handa <handa@etl.go.jp>
21532
21533 * international/mule.el
21534 (after-insert-file-set-buffer-file-coding-system): If the buffer
21535 size is greater than INSERTED, judget that we are not visiting.
21536
215372000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
21538
21539 * whitespace.el (defgroup whitespace): Comment out `:version'.
21540 XEmacs 20.4 has problems defining the group with this present.
21541 We'll have this commented out till get resolve the problem.
21542
215432000-06-07 John Wiegley <johnw@gnu.org>
21544
21545 * align.el (align-dq-string-modes, align-sq-string-modes)
21546 (align-open-comment-modes): Add pyhton-mode.
21547 (align-rules-list): Use get-text-property instead of
21548 text-properties-at.
21549 (align-rules-list): Add python-assignment.
21550 (align-rules-list): Change perl-comma-delimiter to
21551 basic-comma-delimiter. Use if for Perl modes and python-mode.
21552 (align-rules-list): Add python-chain-logic and
21553 basic-line-continuation.
21554
215552000-06-07 Jari Aalto <jari.aalto@poboxes.com>
21556
21557 * apropos.el (apropos-mode-hook): New user variable.
21558 (apropos-mode): Run apropos-mode-hook.
21559
215602000-06-07 David Ponce <david@dponce.com>
21561
21562 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
21563 commands. Require `wid-edit' at run-time.
21564
215652000-06-07 David Ponce <david@dponce.com>
21566
21567 * recentf.el: Added some "Commentary".
21568 (recentf-open-more-files, recentf-edit-list): Minor changes to
21569 move the point at the top of the file list. This behaviour is
21570 consistent with the menu one when the list contains a lot of
21571 files.
21572 (recentf-cleanup): Now displays the number of items removed from
21573 the list.
21574 (recentf-relative-filter) New menu filter to show filenames
21575 relative to `default-directory'.
21576
215772000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
21578
21579 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
21580 with/without giving an error if PostScript printer doesn't have this
21581 kind of page size. Zebra Stripe continues or restarts on next page.
21582 Manual/automatic paper feeding. Switch or not the header.
21583 (ps-print-version): New version number (5.2.2).
21584 (ps-windows-system): Include emx as a Windows system.
21585 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
21586 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
21587 (ps-background-text): Code fix.
21588 (ps-error-handler-message, ps-user-defined-prologue)
21589 (ps-print-prologue-header, ps-printer-name)
21590 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
21591 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
21592 (ps-use-face-background): Customization fix.
21593 (ps-n-up-database): Data fix.
21594 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
21595 (ps-switch-header): New vars.
21596 (ps-xemacs-color-name, ps-face-foreground-name)
21597 (ps-face-background-name, ps-boolean-constant): New funs.
21598
215992000-06-07 Dave Love <fx@gnu.org>
21600
21601 * allout.el: New version from Manheimer.
21602
216032000-06-07 Kenichi Handa <handa@etl.go.jp>
21604
21605 * textmodes/fill.el (fill-find-break-point): Check the validity of
21606 charset.
21607
216082000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
21609
21610 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
21611 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
21612 Call display-color-p and display-mouse-p instead of looking at
21613 window-system.
21614
216152000-06-06 Dave Love <fx@gnu.org>
21616
21617 * image.el (find-image): Doc fix. Return nil if image not found.
21618 (put-image, insert-image): Make STRING arg optional.
21619
216202000-06-06 Kenichi Handa <handa@etl.go.jp>
21621
21622 * language/vietnamese.el: Remove eval-when-compile.
21623 (viet-viscii-nonascii-translation-table): Define it as a
21624 translation table made from viet-viscii-decode-table.
21625 (viet-viscii-encode-table): Define it as a translation table made
21626 from the reverse map of above.
21627 (viet-vscii-nonascii-translation-table): Define it as a
21628 translation table made from viet-vscii-decode-table.
21629 (viet-vscii-encode-table): Define it as a translation table made
21630 from the reverse map of above.
21631 (ccl-decode-viscii): Use translate-character.
21632 (ccl-encode-viscii, ccl-encode-viscii-font)
21633 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
21634 Likewize.
21635
21636 * language/cyrillic.el: Remove eval-when-compile.
21637 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
21638 translation table made from cyrillic-koi8-r-decode-table.
21639 (cyrillic-koi8-r-encode-table): Define it as a translation table
21640 made from the reverse map of above.
21641 (ccl-decode-koi8): Use translate-character.
21642 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
21643 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
21644 a translation table made from cyrillic-alternativnyj-decode-table.
21645 (cyrillic-alternativnyj-encode-table): Define it as a translation
21646 table made from the reverse map of above.
21647 (ccl-decode-alternativnyj): Use translate-character.
21648 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
21649 Likewize
21650
21651 * international/mule-diag.el (non-iso-charset-alist): Specify
21652 translation table symbol instead of translation table itself.
21653 (list-block-of-chars): CHARSET may be a translation table symbol.
21654
21655 * international/mule.el (make-coding-system): If CODING-SYSTEM
21656 already exists, override it.
21657
21658 * international/fontset.el: Use family `proportional' for Tibetan
21659 fonts.
21660
21661 * international/ccl.el (ccl-compile-translate-character): Don't
21662 check if Rrr has property translation-table.
21663 (ccl-compile-map-multiple): Modified to avoid compiler warning.
21664
216652000-06-05 Gerd Moellmann <gerd@gnu.org>
21666
21667 * info.el: Bind case-fold-search to t when searching in case
21668 a user sets it to nil in a hook.
21669
216702000-06-05 Stefan Monnier <monnier@cs.yale.edu>
21671
21672 * autoarg.el (autoarg-mode, autoarg-kp-mode):
21673 * hl-line.el (hl-line-mode): Use the new :global key argument.
21674
21675 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
21676 (tar-clip-time-string): Prepend a space.
21677 (tar-grind-file-mode): Construct a string rather than modifying one.
21678 (tar-header-block-summarize): Fix docstring.
21679 Use `format' rather than an error-prone set of copy-loops.
21680
21681 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
21682 (diff-goto-source, diff-unified->context, diff-context->unified)
21683 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
21684 understand the format output by the `-p' argument to diff.
21685
21686 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
21687 (sh-re-done): Use defconst.
21688 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
21689 (sh-help-string-for-variable, sh-guess-basic-offset):
21690 Don't quote lambdas.
21691 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
21692 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
21693
21694 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
21695 (mh-letter-mode): Derive from text-mode.
21696 This implicitly means that it now calls kill-all-local-variables.
21697 Also remove the Emacs-18 compatibility code.
21698
21699 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
21700 Make use of symbol-property doc-string-elt.
21701 Use memq rather than a sequence of eq.
21702 (doc-string-elt): Fix the wrong or missing previously unused values.
21703 (autoload-print-form): New function extracted from
21704 generate-file-autoloads to allow recursion when handling progn
21705 so that defvar's and defun's docstrings are properly printed.
21706 (generate-file-autoloads): Use it.
21707
21708 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
21709 Use find-file-hooks in the minor-mode function.
21710 Be careful not to loop indefinitely in the post-command-hook function.
21711
217122000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
21713
21714 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
21715 tty's.
21716 * ediff-diff.el (ediff-exec-process): Use --binary for fine
21717 differences whenever appropriate.
21718 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
21719 * viper.el (find-file, find-file-other-window): Get viper to do
21720 wildcards.
21721
217222000-06-04 Stefan Monnier <monnier@cs.yale.edu>
21723
21724 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
21725 (jit-lock-fontify-buffer): New function for JIT refontification.
21726 (jit-lock-mode): Fix docstring.
21727 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
21728 Remove jit-lock-after-change from the _local_ hook.
21729 (jit-lock-function-1): Fix docstring.
21730
21731 * info.el (Info-on-current-buffer): Initialize info.
21732
21733 * newcomment.el (comment-indent): Ignore comment-indent-hook.
21734
21735 * progmodes/tcl.el (tcl-indent-for-comment):
21736 Ignore comment-indent-hook.
21737
21738 * emacs-lisp/easy-mmode.el: Require CL during compilation.
21739 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
21740 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
21741 and improve to use the lighter to guess the capitalization.
21742 (define-minor-mode): Inline code from easy-mmode-define-toggle.
21743 Add keyword arguments to specify global-ness or the custom group.
21744 Add local-map and help-echo properties to the lighter.
21745 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
21746 (easy-mmode-define-global-mode): New macro.
21747
217482000-06-02 Dave Love <fx@gnu.org>
21749
21750 * wid-edit.el: byte-compile-dynamic since we typically don't use
21751 all the widgets. Don't require cl or widget. Remove
21752 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
21753 (widget-read-event): Removed. Callers changed to use read-event.
21754 (widget-button-release-event-p): Renamed from
21755 button-release-event-p.
21756 (widget-field-add-space, widget-field-use-before-change):
21757 Uncustomize.
21758 (widget-specify-field): Use keymap property, not local-map.
21759 (widget-specify-button): Obey :suppress-face.
21760 (widget-specify-insert): Use modern backquote syntax.
21761 (widget-image-directory): Renamed from widget-glyph-directory.
21762 (widget-image-enable): Renamed from widget-glyph-enable.
21763 (widget-image-find): Replaces widget-glyph-find.
21764 (widget-button-pressed-face): Move defvar.
21765 (widget-image-insert): Replaces widget-glyph-insert.
21766 (widget-convert): Use keywordp.
21767 (widget-leave-text, widget-children-value-delete): Use mapc.
21768 (widget-keymap): Remove XEmacs stuff.
21769 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
21770 (widget-button-click): Don't set point at the click, but re-centre
21771 if we scroll out of window. Rewritten for images v. glyphs &c.
21772 (widget-tabable-at): Use POS arg, not point.
21773 (widget-beginning-of-line, widget-end-of-line)
21774 (widget-item-value-create, widget-sublist, widget-princ-to-string)
21775 (widget-sexp-prompt-value, widget-echo-help): Simplify.
21776 (widget-default-create): Use widget-image-insert; some rewriting.
21777 (widget-visibility-value-create)
21778 (widget-push-button-value-create, widget-toggle-value-create): Use
21779 widget-image-insert.
21780 (checkbox): Create on and off images dynamically.
21781 (documentation-link): Change :help-echo.
21782 (widget-documentation-link-echo-help): Remove.
21783
217842000-06-02 Stefan Monnier <monnier@cs.yale.edu>
21785
21786 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
21787
21788 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
21789 (easy-mmode-define-toggle, define-minor-mode): Use it.
21790 (easy-mmode-define-keymap): Docstring fix.
21791 (define-derived-mode): Default PARENT to fundamental-mode.
21792 Add the derived-mode-parent symbol-property.
21793 (easy-mmode-derived-mode-p): New function.
21794
217952000-06-02 Dave Love <fx@gnu.org>
21796
21797 * files.el (convert-standard-filename): Doc fix.
21798 (normal-backup-enable-predicate): New function.
21799 (backup-enable-predicate): Use it to replace the lambda form.
21800
21801 * calendar/todo-mode.el: [This needs more work on the outline
21802 stuff.] Doc fixes.
21803 (todo) <defgroup>: Add :version.
21804 (todo-add-category): Don't use pushnew.
21805 (todo-cmd-raise): Fix typo.
21806 (todo-top-priorities): Change temp buffer name.
21807 (todo-category-alist): Avoid redundant lambda.
21808 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
21809 Use outline-next-heading.
21810
21811 * autoarg.el: Rewritten to use define-minor-mode.
21812 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
21813 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
21814
218152000-06-02 Kenichi Handa <handa@etl.go.jp>
21816
21817 * isearch.el (isearch-other-meta-char): Fix previous change.
21818
218192000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21820
21821 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
21822 (log-edit-done): Only add the comment to the ring if it's different
21823 from the last comment entered.
21824
21825 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
21826
218272000-06-01 Dave Love <fx@gnu.org>
21828
21829 * hl-line.el: Rewritten using define-minor-mode.
21830
21831 * help.el (describe-function-1): Distinguish special form from
21832 builtin function. Sanity-check presence of arglist for builtins.
21833
218342000-06-01 Kenichi Handa <handa@etl.go.jp>
21835
21836 * international/characters.el: Fix syntax/category setting of
21837 Tibetan characters.
21838
21839 * language/tibet-util.el (tibetan-add-components): Fixes for new
21840 encoding of Tibetan characters.
21841 (tibetan-decompose-precomposition-alist): New variable.
21842 (tibetan-decompose-region): Convert precomposed characters to
21843 non-precomposed characters.
21844 (tibetan-decompose-string): Likewise.
21845 (tibetan-composition-function): Fix args to
21846 thibetan-compose-string.
21847
21848 * language/tibetan.el (tibetan-composable-pattern): More
21849 characters included.
21850 (tibetan-consonant-transcription-alist): Rule for "R" added.
21851 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
21852 "+R" added.
21853 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
21854
21855 * language/lao-util.el (lao-composition-function): Fix args to
21856 compose-string.
21857
21858 * language/thai-util.el (thai-composition-function): Fix args to
21859 compose-string.
21860
21861 * isearch.el (isearch-update): Set disable-point-adjustment to t
21862 to prevent the point moving to the end of a composition when a
21863 part of a composition is searched.
21864 (isearch-other-meta-char): If the key invoking this command can be
21865 mapped by function-key-map to a printing char, call
21866 isearch-process-search-char directly.
21867
218682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
21869
21870 * emacs-lisp/bytecomp.el:
21871 * frame.el:
21872 * international/mule-cmds.el:
21873 * international/mule-util.el:
21874 * international/mule.el:
21875 * mouse.el:
21876 * subr.el:
21877 * faces.el: Update calls to make-obsolete with a WHEN argument.
21878
21879 * byte-run.el (make-obsolete, make-obsolete-variable):
21880 Add an optional WHEN argument and change the format of the
21881 symbol-property information.
21882 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
21883 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
21884 new obsolete-symbol-property format and print WHEN if it is provided.
21885
218862000-05-31 Dave Love <fx@gnu.org>
21887
21888 * loadhist.el (loadhist-hook-functions): Remove
21889 before-change-function, after-change-function.
21890 (unload-feature): Deal with symbols which are both bound and
21891 fbound.
21892
21893 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
21894 before-change-function, after-change-function.
21895
21896 * simple.el (newline): Don't bind before-change-function,
21897 after-change-function.
21898
218992000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
21900
21901 * whitespace.el (whitespace-rescan-timer-time): Update interval
21902 set to 600 seconds (10 minutes) instead of 60 seconds since
21903 a large number of whitespace buffers causes emacs to `freeze'
21904 for a considerable amount of time.
21905
21906 * whitespace.el: Updated email address
21907
219082000-05-31 Dave Love <fx@gnu.org>
21909
21910 * add-log.el (change-log-font-lock-keywords) <function>: Add
21911 pattern for function of change.
21912 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
21913 acknowledgements patterns.
21914
219152000-05-31 Kenichi Handa <handa@etl.go.jp>
21916
21917 * isearch.el (isearch-printing-char): If keyboard coding system is
21918 being used, call isearch-process-search-multibyte-characters.
21919
21920 * international/isearch-x.el: Mostly rewritten.
21921
21922 * international/quail.el (quail-start-conversion): Don't include
21923 unhandled events in the returned events, but set them in
21924 unread-command-events. Exit if all inputs are deleted.
21925
219262000-05-30 Jason Rumney <jasonr@gnu.org>
21927
21928 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
21929
21930 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
21931 Reenable code to create initial fontsets.
21932 Use set-fontset-font in place of put-charset-property.
21933
219342000-05-30 Gerd Moellmann <gerd@gnu.org>
21935
21936 * progmodes/perl-mode.el (perl-indent-line): When looking for a
21937 label, ensure that the first colon isn't followed by another.
21938
21939 * paths.el (Info-default-directory-list): Doc fix.
21940
21941 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
21942 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
21943 send a query containing USER only, not USER@HOST.
21944
21945 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
21946 and rmail-msgend to compute the restriction at the end, instead of
21947 computing it.
21948
219492000-05-29 Gerd Moellmann <gerd@gnu.org>
21950
21951 * dabbrev.el (dabbrev-expand): Don't display messages in the
21952 echo area if the minibuffer window is active.
21953
21954 * jit-lock.el (jit-lock-mode): Add after change function to
21955 local hook.
21956
219572000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
21958
21959 * antlr-mode.el: New commands: hide/unhide actions,
21960 upcase/downcase literals.
21961 (antlr-tiny-action-length): New user option.
21962 (antlr-hide-actions): New command. Suggested by
21963 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
21964 (antlr-mode-map): New binding [C-c C-v].
21965 (antlr-mode-menu): New entries.
21966 (antlr-downcase-literals): New command.
21967 (antlr-upcase-literals): Ditto.
21968
21969 * antlr-mode.el: Minor changes: indendation, mode-name.
21970 (antlr-indent-line): Indent cpp directive at column 0.
21971 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
21972
21973 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
21974 (antlr-font-lock-additional-keywords): Workaround for intentional
21975 bug in XEmacs version of font-lock.
21976 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
21977 be used by a smarter version of `buffers-menu-grouping-function'.
21978
219792000-05-29 Gerd Moellmann <gerd@gnu.org>
21980
21981 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
21982 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
21983
219842000-05-29 Kenichi Handa <handa@etl.go.jp>
21985
21986 * international/encoded-kb.el
21987 (encoded-kbd-iso2022-designation-map): Pay attention to that
21988 charset-iso-final-char return -1 for eight-bit-control and
21989 eight-bit-graphic.
21990
219912000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21992
21993 * speedbar.el (speedbar-use-images, speedbar-update-flag)
21994 (speedbar-easymenu-definition-base): Use display-graphic-p where
21995 available, instead of window-system.
21996
219972000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
21998
21999 * international/codepage.el (cp-coding-system-for-codepage-1): Add
22000 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
22001 coding systems.
22002
220032000-05-26 Dave Love <fx@gnu.org>
22004
22005 * disp-table.el (standard-display-underline): Don't use
22006 internal-find-face.
22007
22008 * mail/reporter.el: Maintainer change. Doc fixes.
22009 (reporter-version): Deleted.
22010
22011 * emacs-lisp/elp.el: Maintainer change.
22012 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
22013
220142000-05-26 Stefan Monnier <monnier@cs.yale.edu>
22015
22016 * add-log.el (add-change-log-entry): Merge the current entry with the
22017 previous one if the previous one is empty.
22018
220192000-05-26 Dave Love <fx@gnu.org>
22020
22021 * loadhist.el (unload-feature): Fix interactive spec [from
22022 lijnzaad@ebi.ac.uk].
22023
22024 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
22025 subr-arity to check primitives.
22026 (byte-compile-flush-pending, byte-compile-file-form-progn)
22027 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
22028 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
22029 mapcar.
22030
220312000-05-26 Kenichi Handa <handa@etl.go.jp>
22032
22033 * international/fontset.el: Set family names of non-latin charsets
22034 in default fontset to "*".
22035
22036 * international/mule-diag.el (print-fontset): Combine family part
22037 and registry part of the fontname by "-*-" instead of "-".
22038
22039 * international/mule-cmds.el (encode-coding-char): Make strings
22040 multibyte before calling encode-coding-string.
22041
220422000-05-25 Stefan Monnier <monnier@cs.yale.edu>
22043
22044 * derived.el: Fix keywords.
22045 (define-derived-mode): Only define if needed.
22046
22047 * simple.el (fill-comment, comment-column, comment-start)
22048 (comment-start-skip, comment-end, comment-indent-function)
22049 (block-comment-start, block-comment-end, indent-for-comment)
22050 (set-comment-column, kill-comment, comment-padding, comment-region)
22051 (comment-multi-line, indent-new-comment-line): Remove.
22052
22053 * bindings.el (esc-map): Change ; to comment-dwim and use the new
22054 function names for comment operations.
22055
22056 * newcomment.el: Add abundant autoload cookies.
22057 (comment-style): Don't depend on runtime data at compile-time.
22058 (comment-indent-hook): Remove.
22059 (comment-indent): Check if comment-indent-hook is bound.
22060 (comment-region): Docstring fix.
22061
220622000-05-25 Dave Love <fx@gnu.org>
22063
22064 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
22065 byte-code-function-p.
22066
22067 * mail/rmailsum.el: Add provide.
22068
22069 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
22070
22071 * smerge-mode.el (smerge-diff-switches): Don't use list* in
22072 defcustom.
22073
220742000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
22075
22076 * ediff-diff.el (ediff-exec-process): delete --binary option from
22077 non-buffer ediff jobs.
22078
220792000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22080
22081 * hilit-chg.el (highlight-changes-mode): Ask about color or
22082 grayscale support, not about window-system.
22083
22084 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
22085 window-system.
22086 (ffap-highlight): Always default to t.
22087
22088 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
22089 display-popup-menus-p instead of looking at window-system.
22090
22091 * disp-table.el (standard-display-g1, standard-display-graphic):
22092 Only refuse to use string glyphs on X and MS-Windows.
22093
22094 * avoid.el: Remove window-system from commentary, suggest to use
22095 display-*-p instead.
22096
22097 * apropos.el (apropos-print): Use display-mouse-p instead of
22098 window-system.
22099
221002000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22101
22102 * international/codepage.el (cp-decoding-vector-for-codepage):
22103 Fill up unsupported characters with their own codes. From Kenichi
22104 Handa.
22105
221062000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22107
22108 * international/mule-diag.el (describe-char-after): Use
22109 display-graphic-p instead of window-system, so that this function
22110 works on MS-DOS.
22111
221122000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
22113
22114 * international/codepage.el (cp-make-coding-systems-for-codepage):
22115 Remove the eight-bit-graphic and eight-bit-control charsets from
22116 the list of charsets which we convert into `?'.
22117
221182000-05-25 Kenichi Handa <handa@etl.go.jp>
22119
22120 * international/mule-conf.el: Specify CHARSET-ID explicitely for
22121 private charsets.
22122 (mule-unicode-0100-24ff, japanese-jisx0213-1,
22123 japanese-jisx0213-2): New charsets.
22124
22125 * international/fontset.el: Setup default fontset for new charsets.
22126
221272000-05-24 Dave Love <fx@gnu.org>
22128
22129 * info.el (Info-find-node-2): Restructure [following "Vadim
22130 S. Solomin" <sovs@uic.nnov.ru>].
22131
22132 * icomplete.el: Fix header for Finder.
22133
221342000-05-24 Eric M. Ludlam <zappo@ultranet.com>
22135
22136 * rmailout.el (rmail-output-to-rmail-file): Added optional param
22137 STAY.
22138
22139 * rmail.el (rmail-automatic-folder-directives): New user variable.
22140 (rmail-show-message): Add call to `rmail-auto-file' during
22141 display.
22142 (rmail-auto-file): New function.
22143
221442000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22145
22146 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
22147 account.
22148 (ediff-test-utility,ediff-diff-mandatory-option)
22149 (ediff-reset-diff-options): Utilities for proper initialization of
22150 ediff-diff-options and ediff-diff3-options on Windows.
22151
22152 * ediff-init.el (ediff-merge-filename-prefix): New customizable
22153 variable.
22154
22155 * ediff-mult.el (ediff-filegroup-action): Use
22156 ediff-merge-filename-prefix.
22157
221582000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
22159
22160 * viper-ex.el (ex-write): Set selective display to nil.
22161
221622000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22163
22164 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
22165 aliases for hebrew-iso-8bit.
22166
221672000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
22168
22169 * woman.el: New version from Francis J. Wright
22170 <F.J.Wright@Maths.QMW.ac.uk>.
22171 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
22172 names in environment variables regardless of the path separator.
22173 (woman-topic-all-completions-1): Don't call file-name-directory-p
22174 on all files, since woman-file-regexp already filters out any
22175 directories.
22176
221772000-05-24 Kenichi Handa <handa@etl.go.jp>
22178
22179 * international/quail.el (quail-start-translation): Don't change
22180 modified-p of the current buffer.
22181 (quail-start-conversion): Likewise.
22182
22183 * international/kkc.el (kkc-region): Don't change modified-p of
22184 the current buffer.
22185
22186 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
22187 conform to RFC1468.
22188 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
22189
221902000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
22191
22192 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
22193 (speedbar-insert-button): Invisible text property fix.
22194 (speedbar-directory-plus): Renamed from speedbar-directory-+
22195 (speedbar-directory-minus): Renamed from speedbar-directory--
22196 (speedbar-page-plus): Renamed from speedbar-file-+
22197 (speedbar-page-minus): Renamed from speedbar-file--
22198 (speedbar-page): Renamed from speedbar-file-
22199 (speedbar-tag): Renamed from speedbar-tag-
22200 (speedbar-tag-plus): Renamed from speedbar-tag-+
22201 (speedbar-tag-minus): Renamed from speedbar-tag--
22202 (speedbar-expand-image-button-alist): Use above renames.
22203
22204 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
22205 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
22206 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
22207 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
22208 * sb-pg.xpm: Renamed from sb-file.xpm
22209 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
22210 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
22211
222122000-05-24 Kenichi Handa <handa@etl.go.jp>
22213
22214 * international/quail.el (quail-show-guidance-buf): Set
22215 current-input-method of the guidance buffer to the name of the
22216 curren input method.
22217
222182000-05-23 Stefan Monnier <monnier@cs.yale.edu>
22219
22220 * progmodes/compile.el (compile-internal): Style typo.
22221
22222 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
22223 quote vars and functions in the docstring.
22224
22225 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
22226
22227 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
22228 Don't quote lambdas.
22229
22230 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
22231
222322000-05-23 Gerd Moellmann <gerd@gnu.org>
22233
22234 * startup.el (command-line): Determine source file of compiled
22235 user init file differently. Warn if compiled user init file
22236 is older than its source file.
22237
22238 * ffap.el (ffap-url-regexp): Add `https'.
22239
222402000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
22241
22242 * files.el (make-backup-file-name-1): Replace slashes with `!'
22243 rather than `|' (which is not allowed on Windows). Replace the
22244 drive letters with a string "drive_X".
22245
222462000-05-23 Gerd Moellmann <gerd@gnu.org>
22247
22248 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
22249
22250 * files.el (interpreter-mode-alist): Add `bash2'.
22251
222522000-05-22 Dave Love <fx@gnu.org>
22253
22254 * loadhist.el (feature-symbols, file-provides, file-requires): Use
22255 mapc.
22256 (feature-file): Avoid calling symbol-name. Doc fix.
22257 (file-set-intersect, file-dependents): Use dolist, not mapcar.
22258 (loadhist-hook-functions): Add mouse-position-function.
22259 (unload-feature): Change uses of mapcar.
22260
22261 * files.el (parse-colon-path): Doc fix.
22262 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
22263 (set-auto-mode): Use mapc.
22264
22265 * complete.el (PC-look-for-include-file): Use :alnum: character
22266 class.
22267 (partial-completion-mode): Add autoload cookie.
22268
222692000-05-22 Sam Steingold <sds@gnu.org>
22270
22271 * info.el (Info-fontify-node): Fixed the call to
22272 `add-text-properties' (bug introduced on 2000-05-18).
22273
222742000-05-22 Dave Love <fx@gnu.org>
22275
22276 * bindings.el: Remove debug-ignored-errors set in other files.
22277
22278 * progmodes/etags.el: Add to debug-ignored-errors.
22279 (visit-tags-table-buffer): Clear out buffers holding old tables
22280 when making a new list.
22281 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
22282 mapc.
22283
22284 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
22285 quote keywords.
22286 (cmpl-string-case-type): Use character classes.
22287
22288 * comint.el:
22289 * textmodes/ispell.el:
22290 * imenu.el:
22291 * mail/mh-e.el:
22292 * progmodes/compile.el: Add to debug-ignored-errors.
22293
22294 * dabbrev.el: Add to debug-ignored-errors.
22295 (dabbrev-completion): Use mapc.
22296
222972000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
22298
22299 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
22300 (woman-mapcan, woman-parse-man.conf)
22301 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
22302 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
22303 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
22304 path syntax better.
22305 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
22306 (woman-manpath): Call woman-parse-man.conf.
22307 (woman-emulation): New defcustom, defaults to nroff.
22308 (woman-font-support): New defconst.
22309 (woman-use-symbol-font): New defcustom.
22310 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
22311 "Emulation".
22312 Many functions: Doc fix.
22313
223142000-05-22 Kenichi Handa <handa@etl.go.jp>
22315
22316 * international/quail.el (quail-simple-translation-keymap): Map
22317 128..255 to quail-self-insert-command.
22318 (quail-keyboard-layout-alist): Add definition for "pc102-de".
22319
223202000-05-22 Stefan Monnier <monnier@cs.yale.edu>
22321
22322 * help.el (help-manyarg-func-alist): Typo.
22323
22324 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
22325 intervals which makes it heaps simpler.
22326
22327 * newcomment.el (comment-region-internal): Go back to BEG after quoting
22328 the nested comment markers.
22329
22330 * subr.el (remove-hook): Don't turn the hook's value into a list.
22331
223322000-05-21 Dave Love <fx@gnu.org>
22333
22334 * edmacro.el (edmacro-parse-keys): Return vector if any elements
22335 are invalid characters.
22336
22337 * international/mule-util.el (detect-coding-with-priority): Use
22338 mapc. Remove redundant lambda.
22339
22340 * international/mule-diag.el (list-non-iso-charset-chars)
22341 (describe-fontset): Remove redundant lambda.
22342
22343 * emulation/crisp.el (brief-mode): New alias.
22344
22345 * emacs-lisp/ring.el (ring-elements): New function.
22346
22347 * emacs-lisp/easymenu.el (easy-menu-create-menu)
22348 (easy-menu-do-add-item): Use keywordp.
22349
22350 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
22351
22352 * replace.el: Doc and error message fixes.
22353 (replace-highlight): Use facep, not internal-find-face.
22354
223552000-05-20 Stefan Monnier <monnier@cs.yale.edu>
22356
22357 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
22358
22359 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
22360 (log-edit-insert-changelog): Drop `:' as well.
22361
22362 * log-view.el: Fix file description.
22363 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
22364 available.
22365 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
22366 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
22367
22368 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
22369 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
22370 Print a status message if the toggle is called interactively.
22371 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
22372 for global minor modes and use `defcustom' for them.
22373 Use add-minor-mode.
22374 (easy-mmode-define-derived-mode): Remove.
22375 (define-derived-mode): Fancier default docstring.
22376 (easy-mmode-define-navigation): Signal an error rather than (ding).
22377
22378 * newcomment.el (comment-styles): New `box-multi'.
22379 (comment-normalize-vars): Better default for comment-continue to
22380 avoid whitespace-only continuations.
22381 (comment-search-forward): Always move even in the no-syntax case.
22382 (comment-padright): Only obey N if it's only obeyed for padleft.
22383 (comment-make-extra-lines): Better handling of empty continuations.
22384 Use `=' for the filler if comment-start has only one character.
22385 (uncomment-region): Try handling the special `=' filler.
22386 (comment-region): Allow LINES even if MULTI is nil.
22387 (comment-box): Choose box style based on comment-style.
22388
223892000-05-20 Kenichi Handa <handa@etl.go.jp>
22390
22391 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
22392 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
22393
223942000-05-20 Kenichi HANDA <handa@etl.go.jp>
22395
22396 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
22397 and insert, not subst-char-in-region.
22398
22399 * international/mule-diag.el (list-character-sets-1): Handle
22400 charsets eight-bit-control and eight-bit-graphic.
22401 (list-iso-charset-chars): Likewise.
22402 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
22403 charactes as is. Use indent-to to align characters.
22404
22405 * international/mule-cmds.el (find-multibyte-characters): Never
22406 exclude charsets eight-bit-control and eight-bit-graphic.
22407
224082000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22409
22410 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
22411 Don't quote lambdas.
22412
22413 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
22414
224152000-05-19 Gerd Moellmann <gerd@gnu.org>
22416
22417 * gud.el (gud-jdb-directories): Doc fix.
22418
224192000-05-19 Stefan Monnier <monnier@cs.yale.edu>
22420
22421 * newcomment.el: New file.
22422
224232000-05-19 Gerd Moellmann <gerd@gnu.org>
22424
22425 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
22426
224272000-05-18 Andreas Schwab <schwab@suse.de>
22428
22429 * dired.el (dired-between-files): Also skip lines beginning with
22430 `used'.
22431
224322000-05-18 Gerd Moellmann <gerd@gnu.org>
22433
22434 * msb.el (msb-menu-cond): Add choice `user'.
22435
224362000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22437
22438 * ps-print.el: Compatibility, customization and doc fix.
22439 (ps-printer-name-option): Replace defconst by defvar.
22440 (ps-postscript-code-directory): XEmacs compatibility.
22441 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
22442 fix.
22443 (ps-user-defined-prologue, ps-print-prologue-header)
22444 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
22445 compatibility and code fix.
22446 (ps-print-background-image, ps-print-background-text):
22447 Customization fix.
22448 (ps-line-number-start, ps-n-up-on): New vars.
22449
224502000-05-18 Espen Skoglund <esk@ira.uka.de>
22451
22452 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
22453 the indent-comment function to just return the appropriate indent.
22454
224552000-05-18 Eric M. Ludlam <zappo@ultranet.com>
22456
22457 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
22458 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
22459 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
22460
224612000-05-18 Dave Love <fx@gnu.org>
22462
22463 * info.el (Info-fontify-node): Add intangible property as well as
22464 invisible.
22465
22466 * calendar/appt.el (appt-make-list): Match all lines of entry.
22467 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
22468
224692000-05-18 Kenichi Handa <handa@etl.go.jp>
22470
22471 * international/mule-diag.el (describe-char-after): Call
22472 internal-char-font, not char-font. If internal-char-font returns
22473 nil, display "-- none --".
22474
224752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22476
22477 * image.el (image-type-available-p): Don't reference image-types
22478 if it isn't bound.
22479
224802000-05-17 Stefan Monnier <monnier@cs.yale.edu>
22481
22482 * autoarg.el (autoarg-mode): Typo in the :set argument.
22483
224842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
22485
22486 * startup.el (command-line-1): Don't signal an error if the
22487 directory for auto-save-list files does not yet exist.
22488
224892000-05-17 Kenichi Handa <handa@etl.go.jp>
22490
22491 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
22492
224932000-05-16 Stefan Monnier <monnier@cs.yale.edu>
22494
22495 * subr.el (remove-hook): `setq' hook-value, not `set'.
22496
224972000-05-16 Sam Steingold <sds@gnu.org>
22498
22499 * info.el (debug-ignored-errors): More errors to ignore.
22500
225012000-05-16 Dave Love <fx@gnu.org>
22502
22503 * cus-edit.el: Don't require cl or easymenu.
22504 (custom-variable-prompt): Test standard-value property, not
22505 user-variable-p.
22506
225072000-05-16 Sam Steingold <sds@gnu.org>
22508
22509 * subr.el (add-hook): `setq' hook-value, not `set'.
22510
225112000-05-16 Gerd Moellmann <gerd@gnu.org>
22512
22513 * startup.el (command-line-1): Mention the FAQ in the startup
22514 message.
22515
22516 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
22517
22518 * progmodes/compile.el (compilation-parse-errors): Collect
22519 `nomessage' regexps last.
22520
22521 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
22522
22523 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
22524 to the function name.
22525
225262000-05-15 Dave Love <fx@gnu.org>
22527
22528 * speedbar.el (speedbar-recenter): Typo.
22529 (speedbar-expand-line): Make arg optional.
22530 (speedbar-mode): Avoid a compiler warning.
22531
225322000-05-15 Gerd Moellmann <gerd@gnu.org>
22533
22534 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
22535 user-specified option string is empty.
22536
22537 * mouse.el (mouse-yank-at-click): Doc fix.
22538
225392000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
22540
22541 * term/internal.el (IT-character-translations): More updates of
22542 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
22543 documents.
22544
225452000-05-15 Gerd Moellmann <gerd@gnu.org>
22546
22547 * env.el (getenv): New function, interactively callable.
22548 (setenv, getenv): Remove autoload cookies.
22549
22550 * loadup.el: Load `env'.
22551
22552 * progmodes/f90.el: Change author's mail address.
22553
225542000-05-14 Dave Love <fx@gnu.org>
22555
22556 * mail/rmail.el (rmail-show-message-hook): Customize and offer
22557 goto-addr as an option.
22558
22559 * help.el (help-xref-stack): Doc fix.
22560 (help-xref-following): New variable.
22561 (help-make-xrefs): Use it.
22562 (help-xref-go-back): Use position information from stack element.
22563 (help-follow): Make position in stack element a pair. Use
22564 help-xref-following.
22565
22566 * autoarg.el: New file.
22567
22568 * faces.el: Declare more functions obsolete.
22569
22570 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
22571 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
22572 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
22573 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
22574 Remove all the setup-...-environment functions.
22575
225762000-05-13 Eric M. Ludlam <zappo@ultranet.com>
22577
22578 * speedbar.el: Updated the commentary section. xemacs20p now uses
22579 >= when detecting. Require `defimage' safely.
22580 (speedbar-easymenu-definition-base): Add toggle for images.
22581 (speedbar-easymenu-definition-special): Add flush cache & expand.
22582 (speedbar-visiting-tag-hook): Set new defaults. Added options.
22583 (speedbar-reconfigure-keymaps-hook): New variable.
22584 (speedbar-frame-parameters): Updated documentation.
22585 (speedbar-use-imenu-flag): Updated custom tag
22586 (speedbar-dynamic-tags-function-list): New variable.
22587 (speedbar-tag-hierarchy-method): Updated doc & custom.
22588 (speedbar-indentation-width, speedbar-indentation-width) New
22589 variables.
22590 (speedbar-hide-button-brackets-flag): Customizable.
22591 (speedbar-vc-indicator): Doc update.
22592 (speedbar-ignored-path-expressions): Updated default value.
22593 (speedbar-supported-extension-expressions): Updated default value.
22594 (speedbar-syntax-table): Remove {} paren status.
22595 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
22596 as "+". Added overlay aliases.
22597 (speedbar-mode): Use `speedbar-mode-line-update' instead of
22598 `force-mode-line-update'.
22599 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
22600 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
22601 `mouse-set-point'
22602 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
22603 (speedbar-item-info-tag-helper): Revamped to handle a wider range
22604 of arbitrary text, and new helper functions.
22605 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
22606 filename finder.
22607 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
22608 (speedbar-directory-buttons): Update path search/expansion.
22609 (speedbar-make-tag-line): Pay attention to
22610 `speedbar-indentation-width'. Use more care w/ invisible
22611 properties.
22612 (speedbar-change-expand-button-char): Call
22613 `speedbar-insert-image-button-maybe'.
22614 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
22615 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
22616 (speedbar-trim-words-tag-hierarchy)
22617 (speedbar-simple-group-tag-hierarchy): New functions
22618 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
22619 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
22620 functions.
22621 (speedbar-mouse-set-point): New function
22622 (speedbar-power-click): Updated documentation.
22623 (speedbar-line-token, speedbar-goto-this-file): Handle more types
22624 of tag prefix text.
22625 (speedbar-expand-line, speedbar-contract-line): Make more robust
22626 to strange text.
22627 (speedbar-expand-line): Takes universal argument to flush the
22628 cache.
22629 (speedbar-flush-expand-line): New function.
22630 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
22631 Use new generator insertion method.
22632 (speedbar-fetch-dynamic-tags): New function.
22633 (speedbar-fetch-dynamic-imenu): Removed code now handled in
22634 `speedbar-fetch-dynamic-imenu'.
22635 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
22636 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
22637 "Revert Buffer" menu items.
22638 (speedbar-buffer-buttons-engine): Be smarter when creating a
22639 filename tag (for expansion purposes.).
22640 (speedbar-highlight-one-tag-line,
22641 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
22642 (speedbar-recenter): New functions.
22643 (defimage-speedbar): Image loading abstraction.
22644 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
22645 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
22646 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
22647 (speedbar-tag-type, speedbar-tag-mail): New images.
22648 (speedbar-expand-image-button-alist): New variable.
22649 (speedbar-insert-image-button-maybe): Insert an image over some
22650 buttons.
22651
226522000-05-13 Kenichi Handa <handa@etl.go.jp>
22653
22654 * international/mule-cmds.el (encode-coding-char): An ASCII
22655 character is always encodable.
22656
22657 * international/mule-conf.el: Add more information in descriptions
22658 of character sets.
22659
22660 * international/mule-diag.el (describe-char-after): New function.
22661 (describe-font-internal): Adjusted for the change of font-info.
22662 (describe-font): Likewise.
22663 (print-fontset): Rewritten for the new fontset implementation.
22664 (describe-fontset): Include fontset alias names in completion.
22665 (list-fontsets): Adjusted for the change of print-fontset.
22666
22667 * simple.el (what-cursor-position): If DETAIL is non-nil, call
22668 describe-char-after instead of displaying the detail in the echo
22669 area.
22670 (syntax-code-table): Format changed.
22671 (string-to-syntax): Adjusted for the above change.
22672
226732000-05-12 Stefan Monnier <monnier@cs.yale.edu>
22674
22675 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
22676
226772000-05-12 Dave Love <fx@gnu.org>
22678
22679 * calendar/todo-mode.el: Remove some compatibility stuff and CL
22680 dependence. Use line-{beginning,end}-position, not
22681 point-at{b,e}ol. Some doc fixes.
22682 (todo-position): New function. Fix callers of position to use it.
22683 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
22684
226852000-05-12 Gerd Moellmann <gerd@gnu.org>
22686
22687 * time.el (display-time-mail-icon): Use `:ascent center'.
22688
22689 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
22690 handling FTP security extensions.
22691
226922000-05-11 Dave Love <fx@gnu.org>
22693
22694 * calendar/todo-mode.el: New file.
22695
226962000-05-11 Gerd Moellmann <gerd@gnu.org>
22697
22698 * comint.el (comint-read-input-ring): Move reference to
22699 comint-input-ring-size outside of the save-excursion. It was
22700 causing the default value to be the only one ever seen.
22701
22702 * font-lock.el: Update copyright. Remove Simon Marshall's email
22703 address on request from him.
22704
22705 * subr.el (substitute-key-definition): Add comment describing
22706 the meaning of PREFIX.
22707
227082000-05-10 Stefan Monnier <monnier@cs.yale.edu>
22709
22710 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
22711
22712 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
22713 (add-minor-mode): Don't make the variable buffer-local and add a
22714 reference to define-minor-mode in the docstring.
22715
22716 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
22717 HEADER/FOOTER and fix bug with trailing empty directory.
22718 (cvs-append-to-ignore): Use vc-editable-p if available.
22719 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
22720 (vc-do-command): Tweak advice to handle the new VC.
22721
22722 * log-view.el (log-view-goto-rev): New function for the new VC.
22723 (log-view-minor-wrap): Use mark-active.
22724
22725 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
22726 (log-edit-changelog-full-paragraphs): New var.
22727 (log-edit-insert-changelog): Remove a lonely leading `* file'.
22728 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
22729 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
22730 (log-edit-changelog-ours-p, log-edit-changelog-entries)
22731 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
22732 Replace the `cvs' prefix with `log-edit'.
22733
22734 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
22735
22736 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
22737 (diff-font-lock-defaults): Explicitly turn off multiline.
22738 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
22739 (diff-ediff-patch): Fix call to ediff-patch-file.
22740 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
22741 Handle comments.
22742
22743 * frame.el (automatic-hscrolling): Typo.
22744
22745 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
22746
227472000-05-09 Sam Steingold <sds@goems.com>
22748
22749 * apropos.el (apropos-print): use `describe-face' instead of
22750 `customize-face-other-window'.
22751
227522000-05-09 Dave Love <fx@gnu.org>
22753
22754 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
22755
22756 * help.el (describe-variable): Have customize button pop the
22757 help-xref stack when invoked.
22758 (help-xref-symbol-regexp): Add `face'.
22759 (help-make-xrefs): Check for quoted face names and adapt regexp
22760 submatch numbers to cope.
22761 (help-xref-interned): Maybe insert face doc too. Separate
22762 sections with a line of hyphens.
22763
22764 * faces.el: Some doc fixes. Declare some functions obsolete.
22765 (describe-face): Add customize button. Return the help
22766 text. Fix prompt.
22767
227682000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
22769
22770 * term/internal.el (IT-character-translations): Fix last change.
22771
227722000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22773
22774 * woman.el: New file
22775 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
22776
227772000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
22778
22779 * term/internal.el (IT-character-translations): Update ASCII
22780 simulations for greek-iso8859-7, add latin-iso8859-14 and
22781 latin-iso8859-15.
22782
22783 * international/mule-cmds.el (set-language-info-alist): Call
22784 define-prefix-command with 3 arguments, to make the map suitable
22785 for a menu.
22786
227872000-05-07 Dave Love <fx@gnu.org>
22788
acc24704 22789 * time.el: Small doc fixes from Pavel Jan\e,Bm\e(Bk ml.
a30eb617
DL
22790
227912000-05-05 Dave Love <fx@gnu.org>
22792
22793 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
22794 list in doc string. Don't quote keyword symbols.
22795 * emacs-lisp/cl.el: Likewise
22796 * emacs-lisp/cl-seq.el: Likewise
22797
227982000-05-05 Gerd Moellmann <gerd@gnu.org>
22799
22800 * abbrev.el (abbrev-mode): Make ARG optional.
22801
228022000-05-04 Gerd Moellmann <gerd@gnu.org>
22803
22804 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
22805
22806 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
22807
22808 * subr.el (substitute-key-definition): Clarify documentation.
22809
228102000-05-04 Milan Zamazal <pdm@freesoft.cz>
22811
22812 * glasses.el (glasses-convert-to-unreadable): Use
22813 `glasses-separator' instead of the hard-wired "_".
22814 (glasses-mode): Call `glasses-make-unreadable' only in a single
22815 place.
22816
228172000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
22818
22819 * term/internal.el (cjk-codepages-alist): Add associations for
22820 Chinese and Korean codepages. Remove FIXME comment.
22821
228222000-05-03 Dave Love <fx@gnu.org>
22823
22824 * time.el (display-time-mail-face, display-time-use-mail-icon):
22825 New option.
22826 (display-time-mail-icon): New variable.
22827 (display-time-string-forms): Use the above. Fix the local-map.
22828
228292000-05-03 Gerd Moellmann <gerd@gnu.org>
22830
22831 * replace.el (query-replace-map): Add binding for `E'.
22832 (query-replace-help): Extend help text.
22833 (perform-replace): Allow editing the replacement string.
22834
22835 * make-mode.el (makefile-mode-abbrev-table): New variable.
22836 (makefile-mode): Set local abbrev table to
22837 makefile-mode-abbrev-table.
22838 (makefile-font-lock-keywords): Fontify includes and conditionals.
22839
22840 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
22841 set TOGGLE's value.
22842
22843 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
22844 mail-interactive-insert-alias.
22845 (mail-abbrev-complete-alias): New command.
22846 (mail-mode-map): Bind it to `M-TAB'.
22847
228482000-05-03 Kenichi Handa <handa@etl.go.jp>
22849
22850 * language/lao-util.el (lao-compose-region): New function.
22851
228522000-05-02 Gerd Moellmann <gerd@gnu.org>
22853
22854 * files.el (recover-session): Make directories as necessary
22855 if they don't exist yet.
22856
22857 * calendar/cal-french.el
22858 (french-calendar-multibyte-special-days-array)
22859 (french-calendar-special-days-array): Change French text.
22860 (calendar-french-date-string): Change output.
22861 (calendar-goto-french-date): Likewise.
22862
228632000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
22864
22865 * wid-edit.el (widget-default-active): Obey `:always-active'.
22866 (widget-documentation-string-value-create): Set `:always-active'.
22867
228682000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22869
22870 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
22871 default prefix to `~/_emacs.d/auto-save.list/_s'.
22872 (normal-top-level): Create the directory for auto-save files, if
22873 it doesn't already exist (in the ms-dos case only).
22874
228752000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
22876
22877 * international/mule-cmds.el (set-language-environment): Don't
22878 concat an integer (dos-codepage), use format instead.
22879
228802000-05-02 Dave Love <fx@gnu.org>
22881
22882 * help.el (help-xref-on-pp): Check for constant symbols.
22883
228842000-04-29 Gerd Moellmann <gerd@gnu.org>
22885
22886 * startup.el (normal-top-level): Put a condition-case around
22887 the code loading subdirs.el.
22888
228892000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
22890
22891 * ps-print.el: Upside-down and face background color printing,
22892 line number step, doc fix.
22893 (ps-print-version): New version number (5.2).
22894 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
22895 (ps-face-attribute-list, ps-plot-with-face): Code fix.
22896 (ps-spool-config): Var fix.
22897 (ps-printer-name-option): Const fix.
22898 (ps-print-upside-down, ps-use-face-background)
22899 (ps-line-number-step): New vars.
22900 (ps-window-system, ps-lp-system): New consts.
22901 (ps-face-background): New fun.
22902
229032000-04-28 Richard Stallman <rms@gnu.org>
22904
22905 * files.el (make-auto-save-file-name):
22906 Apply auto-save-file-name-transforms to visited file name
22907 before generating auto save file name.
22908 (auto-save-file-name-transforms): New variable.
22909
22910 * files.el (backup-enable-predicate):
22911 Correctly test for a file under a temporary directory.
22912
229132000-04-28 Gerd Moellmann <gerd@gnu.org>
22914
22915 * subr.el (add-minor-mode): Rewritten.
22916
229172000-04-28 Kenichi Handa <handa@etl.go.jp>
22918
22919 * mail/sendmail.el (sendmail-send-it): Set
22920 buffer-file-coding-system to the selected coding system for MIME
22921 header.
22922
229232000-04-27 Gerd Moellmann <gerd@gnu.org>
22924
22925 * dired.el (dired-move-to-filename-regexp): Allow format where
22926 YYYY is followed by two spaces.
22927
22928 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
22929 in the second character class of the regexp.
22930
22931 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
22932 mh-etc, too.
22933
22934 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
22935 nil.
22936
22937 * subr.el (add-minor-mode): Use `set' instead of `setq'.
22938
22939 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
22940 argument.
22941
229422000-04-27 Sen Nagata <sen@eccosys.com>
22943
22944 * emacs-lisp/crm.el (crm-completion-table): New variable.
22945 (crm-collection-fn, crm-test-completion)
22946 (completing-read-multiple): Use it.
22947
229482000-04-27 Dave Love <fx@gnu.org>
22949
22950 * help.el (locate-library): Use mapc.
22951 (help-manyarg-func-alist): Add call-process-region.
22952
229532000-04-26 Gerd Moellmann <gerd@gnu.org>
22954
22955 * subr.el (add-minor-mode): Make argument MAP optional.
22956
22957 * desktop.el (desktop-save): Save list of minor modes.
22958 (desktop-create-buffer): Restore minor modes.
22959 (desktop-minor-mode-table): New user-option.
22960
22961 * subr.el (add-minor-mode): New function.
22962
22963 * image.el (find-image): New function.
22964 (defimage): Rewritten to find image at load time.
22965
22966 * startup.el (normal-top-level-add-to-load-path): Handle
22967 case that the default directory is not in load-path.
22968
22969 * help.el: Old patch from Stefan Monnier.
22970 (help-xref-on-pp): New function.
22971 (describe-variable): Use it to display xrefs in a symbol's value.
22972
229732000-04-26 Stefan Monnier <monnier@cs.yale.edu>
22974
22975 * cus-edit.el (custom-face): Fix parenthesis.
22976
229772000-04-26 Kenichi Handa <handa@etl.go.jp>
22978
22979 * mail/rmail.el (rmail-expunge): When there are no deleted
22980 messages, do nothing.
22981
229822000-04-26 Dave Love <fx@gnu.org>
22983
22984 * international/mule-cmds.el (locale-translation-file-name):
22985 Defvar to nil.
22986 (set-locale-environment): Set it here (at runtime).
22987
229882000-04-25 Gerd Moellmann <gerd@gnu.org>
22989
22990 * replace.el (perform-replace): Add parameters START and END. Use
22991 them instead of the check for a region in Transient Mark mode.
22992 (query-replace-read-args): Return two more list elements for the
22993 start and end of the region in Transient Mark mode.
22994 (query-replace, query-replace-regexp, query-replace-regexp-eval)
22995 (map-query-replace-regexp, replace-string, replace-regexp): Add
22996 optional last arguments START and END and pass them to
22997 perform-replace.
22998
22999 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
23000 form with additional arguments for perform-replace.
23001
23002 * progmodes/etags.el (tags-query-replace): Add parameters START
23003 and END. Construct a form with additional arguments for
23004 perform-replace.
23005
23006 * simple.el (shell-command): Set default directory for "*Shell
23007 Command Output" buffer.
23008
23009 * language/european.el (iso-latin-4): Fix typo.
23010
23011 * emacs-lisp/crm.el: New file.
23012
230132000-04-24 Dave Love <fx@gnu.org>
23014
23015 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
23016 (Custom-reset-saved, Custom-reset-standard)
23017 (custom-group-value-create, custom-group-set, custom-group-save)
23018 (custom-group-reset-current, custom-group-reset-saved)
23019 (custom-group-reset-standard): Use mapc.
23020 (custom-buffer-create-internal): Disable undo when creating items.
23021 Use mapc.
23022 (custom-face): Avoid redundant lambda.
23023
230242000-04-24 Gerd Moellmann <gerd@gnu.org>
23025
23026 * startup.el (auto-save-list-file-prefix): Set default to
23027 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
23028
230292000-04-24 Sam Steingold <sds@gnu.org>
23030
23031 * time-stamp.el (time-stamp-string-preprocess): Always convert
23032 `field-result' to a string.
23033
230342000-04-24 Gerd Moellmann <gerd@gnu.org>
23035
23036 * frame.el (scrolling): New group.
23037 (automatic-hscrolling): New user-option.
23038
23039 * startup.el (command-line-x-option-alist): Add `-lsp' and
23040 `--line-spacing'.
23041
230422000-04-19 Dave Love <fx@gnu.org>
23043
23044 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
23045 (cl-mapc): Rename from mapc. Fix the funcall.
23046
230472000-04-19 Gerd Moellmann <gerd@gnu.org>
23048
23049 * simple.el (clone-indirect-buffer-other-window): New command.
23050 (clone-indirect-buffer): Add optional arg NORECROD.
23051 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
23052
23053 * help.el (resize-temp-buffer-window): Use count-screen-lines.
23054
23055 * window.el (count-screen-lines): New function.
23056 (shrink-window-if-larger-than-buffer): Use count-screen-lines
23057 instead of window-buffer-height.
23058
23059 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
23060 non-existing variable comint-input-sentinel.
23061 (inferior-lisp-args-to-list): Removed.
23062 (inferior-lisp): Use split-string instead of
23063 inferior-lisp-args-to-list.
23064
23065 * hexl.el (hexl-insert-hex-string): New command.
23066
23067 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
23068 instead of concat.
23069
230702000-04-18 Gerd Moellmann <gerd@gnu.org>
23071
23072 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
23073 at the start of an existing but empty folder.
23074
230752000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23076
23077 * ps-mule.el: Customization fix, doc fix.
23078 (ps-multibyte-buffer): Customization fix.
23079
230802000-04-17 Richard M. Stallman <rms@gnu.org>
23081
23082 * subr.el (read-passwd): Use read-char-exclusive.
23083
230842000-04-17 Gerd Moellmann <gerd@gnu.org>
23085
23086 * textmodes/texinfo.el (texinfo-insert-@email)
23087 (texinfo-insert-@emph, texinfo-insert-@quotation)
23088 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
23089 (texinfo-mode-map): Add key bindings for them.
23090
23091 * files.el (basic-save-buffer-2): Use a template with `$'
23092 instead of `#' for VMS.
23093
23094 * simple.el (clone-indirect-buffer): New function.
23095
230962000-04-16 Stephen Eglen <stephen@gnu.org>
23097
23098 * iswitchb.el (iswitchb-case): New function. If the user input
23099 contains any upper-case characters, the search is made
23100 case-sensitive.
23101
231022000-04-17 Stefan Monnier <monnier@cs.yale.edu>
23103
23104 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
23105 comment-end.
23106 (texinfo-font-lock-syntactic-keywords): New var.
23107 (texinfo-font-lock-keywords): Remove comment regexp.
23108 (texinfo-insert-block): New function.
23109 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
23110 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
23111 and font-lock-defaults. Use regexp-opt for outline-regexp.
23112 (texinfo-environments): New var.
23113 (texinfo-environment-regexp): Use regexp-opt and
23114 texinfo-environments.
23115
23116 * textmodes/ispell.el (ispell-menu-map-needed): Check that
23117 ispell-process is bound since this might be eval'd before ispell
23118 is loaded.
23119 (ispell-message): Use a tiny bit less magic and a bit more hard
23120 data to figure out what kind of sc-cite-regexp to use.
23121
23122 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
23123
23124 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
23125 (insert-cyclic-diary-entry): Unquote the lambda.
23126
23127 * gud.el (gud-jdb-build-source-files-list): Fix typo.
23128
23129 * files.el (backup-enable-predicate): Unquote the lambda.
23130
23131 * cus-edit.el (custom-face, face): Unquote the lambda.
23132
231332000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23134
23135 * ps-print.el: Check for line-beginning-position definition.
23136
23137 * ps-print.el: Fix counting lines in a region.
23138 (ps-print-version): New version number (5.1.5).
23139 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
23140 (ps-printing-region): Fun code fix.
23141
231422000-04-15 Gerd Moellmann <gerd@gnu.org>
23143
23144 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
23145 to file-directory-p.
23146
231472000-04-14 Gerd Moellmann <gerd@gnu.org>
23148
23149 * gud.el (gud-jdb-build-source-files-list): Check that directory
23150 exists before calling directory-files.
23151
231522000-04-13 Dave Love <fx@gnu.org>
23153
23154 * emacs-lisp/trace.el: Change maintainer. Use new backquote
23155 syntax.
23156
23157 * emacs-lisp/cl-specs.el: Remove when, unless.
23158
23159 * emacs-lisp/cl-extra.el: Don't quote keywords.
23160 (cl-old-mapc): New variable.
23161 (mapc): Use it.
23162 (cl-map-intervals): Use with-current-buffer. Don't check for
23163 next-property-change.
23164 (cl-map-overlays): Use with-current-buffer.
23165 (cl-expt): Remove.
23166 (copy-tree, remprop): Define unconditionally.
23167
23168 * emacs-lisp/cl-compat.el (keywordp): Remove.
23169
23170 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
23171 to use keywordp.
23172 (edebug-spec): Enable keywordp.
23173
23174 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
23175 string-lessp.
23176
23177 * cus-start.el: Use keywordp.
23178
231792000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
23180
23181 * diary-lib.el (include-other-diary-files): Fix the fix of
23182 2000-02-18 by doing a save-excursion.
23183
231842000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23185
23186 * ps-print.el: Customization fix, doc fix.
23187 (ps-print-version): New version number (5.1.4).
23188 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
23189 (ps-print-preprint): Adjust code.
23190 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
23191 (ps-print-prologue-header, ps-print-control-characters)
23192 (ps-spool-config): Customization fix.
23193
231942000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
23195
23196 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
23197 converted to the new menu-item format, names silightly changed,
23198 help strings added.
23199
23200 Support for spelling without async subprocesses:
23201
23202 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
23203 (ispell-session-buffer): New variables.
23204 (ispell-start-process, ispell-process-status,
23205 ispell-accept-output, ispell-send-string): New functions, for
23206 Ispell invocation when async subprocesses aren't supported.
23207 (ispell-word, ispell-pdict-save, ispell-command-loop,
23208 ispell-process-line, ispell-buffer-local-parsing): Replace calls
23209 to process-send-string with calls to ispell-send-string, and
23210 accept-process-output with ispell-accept-output.
23211 (ispell-init-process): Call ispell-process-status instead of
23212 process-status with.
23213 (ispell-init-process): Call ispell-start-process. Call
23214 ispell-accept-output and ispell-send-string. Don't call
23215 process-kill-without-query and kill-process if they are unbound.
23216 (ispell-async-processp): New function.
23217
232182000-04-12 Dave Love <fx@gnu.org>
23219
23220 * info.el: Add debug-ignored-errors.
23221 (Info-mode-menu): Add some items.
23222 (Info-directory): Add autoload cookie.
23223
23224 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
23225 Modify `truncate-lines'. Make `describe-language-environment'
23226 always visible and add help. Modify `describe-key' help. Invoke
23227 Info-directory from `info'. New entry `emacs-manual'.
23228
232292000-04-10 Gerd Moellmann <gerd@gnu.org>
23230
b291c86c
SM
23231 * progmodes/ebrowse.el (ebrowse-tree-mode):
23232 Use propertized-buffer-identification.
a30eb617
DL
23233 (ebrowse-update-member-buffer-mode-line): Likewise.
23234 (ebrowse--mode-strings): Removed.
23235 (ebrowse--mode-line-props): Removed.
23236
23237 * files.el (auto-mode-alist): Add `EBROWSE'.
23238
23239 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
23240 space before testing for end of buffer.
23241 (ebrowse-load): Removed.
23242 (ebrowse-revert-tree-buffer-from-file): Rewritten.
23243 (ebrowse-create-tree-buffer): Rewritten.
23244 (ebrowse-tree-mode): Read tree from buffer.
23245
23246 * progmodes/ebrowse-ffh.el: Removed.
23247
232482000-04-10 Kenichi Handa <handa@etl.go.jp>
23249
23250 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
23251
232522000-04-10 Gerd Moellmann <gerd@gnu.org>
23253
23254 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
23255 at the wrong place.
23256
232572000-04-09 Dave Love <fx@gnu.org>
23258
b291c86c
SM
23259 * files.el (backup-enable-predicate):
23260 Use temporary-file-directory, small-temporary-file-directory.
23261 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
23262 (make-backup-file-name-1): New function.
23263 (make-backup-file-name): Use it.
b291c86c 23264 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
23265 (file-newest-backup): Use make-backup-file-name.
23266
232672000-04-09 Gerd Moellmann <gerd@gnu.org>
23268
23269 * progmodes/ebrowse-ffh.el: New file.
23270
86f6474c
SM
23271 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
23272 Moved to ebrowse-ffh.el.
a30eb617
DL
23273 (ebrowse-load): Add autoload.
23274
23275 * finder.el (finder-commentary): Add autoload cookie.
23276
23277 * mail/rfc2368.el: Correct author's email address.
23278
23279 * progmodes/ebrowse.el: New file.
23280
23281 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
23282 item help string.
23283 (easy-menu-do-add-item): Ditto.
23284 (easy-menu-define): Extend doc string.
23285
86f6474c 23286 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
23287 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
23288 (jit-lock-function, jit-lock-stealth-fontify): Don't use
23289 with-buffer-unmodified.
23290
232912000-04-08 Dave Love <fx@gnu.org>
23292
23293 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
23294 unless, when.
23295
232962000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
23297
23298 * viper-util.el (viper-put-on-search-overlay): New subroutine.
23299 (viper-flash-search-pattern): No operation when using Emacs
23300 doesn't support face.
23301 Use `viper-put-on-search-overlay'.
23302
233032000-04-04 Gerd Moellmann <gerd@gnu.org>
23304
23305 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
23306 like C-r.
23307
23308 * progmodes/make-mode.el: Some doc fixes.
23309 (makefile-mode-abbrev-table): New variable.
23310 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
23311 (makefile-font-lock-keywords): Fontify includes and conditionals.
23312 (toplevel): Require `dabbrev' and `add-log' when compiling.
23313
23314 * replace.el (perform-replace): Don't move forward one char
23315 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
23316 to do that because it leaves point 1 position after the last
23317 replacement, after everything has been replaced.
23318
23319 * jit-lock.el (with-buffer-unmodified): New macro.
23320 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
23321 modified state.
23322 (jit-lock-function-1): Extracted from jit-lock-function; not
23323 preserving buffer's modified state.
86f6474c
SM
23324 (jit-lock-function, jit-lock-stealth-fontify):
23325 Call jit-lock-function-1.
a30eb617
DL
23326
23327 * mail/rfc2368.el: Remove supernumerary copyright line.
23328
233292000-04-04 Milan Zamazal <pdm@freesoft.cz>
23330
23331 * glasses.el: Provide facilities for inserting space before left
23332 parentheses and uncapitalization of identifiers.
23333 (glasses-mode): Try to remove old overlays in all cases.
23334
233352000-04-03 Gerd Moellmann <gerd@gnu.org>
23336
23337 * progmodes/compile.el (compile-internal): Display the compilation
23338 buffer in a different frame, if it's already displayed there.
23339
23340 * mail/rfc2368.el: New file.
23341
23342 * simple.el (sendmail-user-agent-compose): Recognize a `body'
23343 header and insert its value as mail body.
23344
23345 * subr.el (member-ignore-case): New function.
23346
23347 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
23348 (dabbrev--find-expansion): Ignore buffers matching a regexp
23349 from dabbrev-ignored-regexps.
23350
23351 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
23352 to extensions handled by gzip.
23353
233542000-04-03 Richard M. Stallman <rms@gnu.org>
23355
23356 * files.el (insert-directory): List the total free space
23357 along with the used space.
23358
23359 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
23360 line is followed by one that matches CITATION-REGEXP, end the
23361 paragraph.
23362
233632000-04-03 Markus Rost <rost@delysid.gnu.org>
23364
23365 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
23366 (rmail-make-basic-summary-line): Use that option.
23367
233682000-04-03 Kenichi Handa <handa@etl.go.jp>
23369
23370 * international/mule-cmds.el (encoded-string-description):
23371 Rewritten. Try pretty description for ISO 2022 escape sequences
23372 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
23373 for hexadecimal format.
23374
233752000-04-01 Dave Love <fx@gnu.org>
23376
23377 * cpp.el: Change customization group to `c' from `C'.
23378
23379 * vcursor.el (vcursor-move): Use display-color-p.
23380
23381 * international/mule-util.el: Provide mule-utils.
23382 (string-to-sequence): Simplify and speed up.
23383
23384 * international/mule.el (make-coding-system): Purecopy doc-string.
23385
23386 * international/mule-cmds.el: Various menu changes.
23387 (describe-specified-language-support): Handle `Default'.
23388 (set-language-info): Purecopy `info'.
23389
233902000-03-31 Andrew Innes <andrewi@gnu.org>
23391
23392 * vc.el (vc-backend-diff): Return the correct status if we had to
23393 retry the rcsdiff command without the --brief option.
23394
233952000-03-31 Dave Love <fx@gnu.org>
23396
23397 * help.el (help-manyarg-func-alist): Correct several omissions.
23398
23399 * add-log.el: Don't require cl, fortran.
23400 (add-log-current-defun-function): Doc fix.
86f6474c 23401 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 23402 (change-log-version-rcs): Function deleted.
86f6474c
SM
23403 (change-log-version-number-search): Doc fix.
23404 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
23405 (add-change-log-entry): Just call add-log-current-defun to get
23406 defun. Simplify somewhat.
23407 (change-log-get-method-definition-1): Likewise.
23408 (add-log-current-defun): Return nil if calling
23409 add-log-current-defun-function does so. Move Fortran stuff to
23410 fortran.el. Return string without properties.
23411
23412 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
23413 and :alpha: char classes.
23414
23415 * mail/supercite.el: Defvar curline when compiling.
23416 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
23417 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
23418 rather than a-zA-Z0-9 to allow non-ASCII characters.
23419
234202000-03-31 Gerd Moellmann <gerd@gnu.org>
23421
23422 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
23423
23424 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23425 Re-enable new code.
23426
23427 * lpr.el (print-region-1): Use -d to specify printer name for
23428 systems `usg-unix-v*, `dgux', `hpux', `irix'.
23429
234302000-03-31 Dave Love <fx@gnu.org>
23431
86f6474c
SM
23432 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
23433 Look for function definition in symbol's function value slot first
a30eb617
DL
23434 instead of first consulting byte-compile-function-environment.
23435
234362000-03-31 Kenichi Handa <handa@etl.go.jp>
23437
23438 * language/european.el ("Polish"): New language environment.
23439 (setup-polish-environment): New function.
23440
234412000-03-30 Gerd Moellmann <gerd@gnu.org>
23442
23443 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
23444 Disable new code.
23445
23446 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
23447 trying to `load' the symbol of an autoload instead of the file
23448 recorded in the autoload. Fix error messages.
23449
234502000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23451
23452 * ps-print.el: PostScript programming fix for ghostview, doc fix.
23453 (ps-print-version): New version number (5.1.3).
23454 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
23455 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
23456 (ps-generate-postscript-with-faces): Code fix.
23457 (ps-color-values): XEmacs compatibility.
23458 (ps-print-background-image, ps-print-background-text, ps-printer-name)
23459 (ps-default-fg, ps-default-bg): Adjust customization.
23460 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
23461 (ps-color-scale): Renaming old ps-color-value fun.
23462 (ps-print-headers): Replace ps-print-header group to avoid conflict
23463 with ps-print-header variable.
23464 (ps-print-miscellany): New group.
23465 (ps-format-color, ps-rgb-color): New funs.
23466 (ps-default-foreground): New var.
23467 (ps-printer-name-option): New const.
23468
234692000-03-30 Peter Breton <pbreton@ne.mediaone.net>
23470
23471 * net/net-utils.el:
23472 (network-connection-host, network-connection-service): New variables
23473 (network-connection-mode): New mode, derived from comint-mode
23474 (network-connection-mode-setup): New function, saves host and
23475 service information in local variables.
23476
23477 * lisp/locate.el:
23478 (locate-word-at-point): Added this function
23479 (locate): Default to using locate-word-at-point as input
23480 Run dired-mode-hook
23481
234822000-03-29 Dave Love <fx@gnu.org>
23483
23484 * calendar/appt.el: Doc fixes.
23485 (appt-check): Convert min-to-app to a string before passing to
23486 appt-disp-window-function or concat.
23487 (appt-delete-window): Remove test for frame-root-window.
23488 (appt-select-lowest-window, appt-convert-time): Simplify.
23489
23490 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
23491 (byte-compile-file-form-autoload):
23492 Update byte-compile-function-environment.
a30eb617
DL
23493
234942000-03-29 Andreas Schwab <schwab@suse.de>
23495
86f6474c 23496 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
23497
23498 * dired.el (dired-insert-directory): If dired-free-space-program
23499 failed just delete its output.
23500
235012000-03-29 Dave Love <fx@gnu.org>
23502
23503 * international/iso-cvt.el: Move provide to end. Doc fixes.
23504 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
23505 (iso-iso2sgml, iso-sgml2iso): New functions.
23506 (iso-cvt-define-menu): Fix some entries and use backquote for
23507 clarity.
23508
23509 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
23510
235112000-03-28 Gerd Moellmann <gerd@gnu.org>
23512
23513 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
23514 ISO-DATE. If non-nil, return date in ISO 8601 format.
23515
235162000-03-26 Stefan Monnier <monnier@cs.yale.edu>
23517
23518 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
23519 if it ever becomes used.
23520 (log-edit-mode-hook): Default to vc-log-mode-hook.
23521 (log-edit-mode): Fix the docstring.
23522
23523 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
23524 the code.
23525
235262000-03-26 Dave Love <fx@gnu.org>
23527
23528 * net/browse-url.el (browse-url): Re-fix case of
23529 browse-url-browser-function being an alist.
23530 (browse-url): Add :link to defgroup.
23531
23532 * files.el: Doc fixes.
23533 (file-truename): Include `[' in wildcard characters.
23534 (automount-dir-prefix): Customize.
23535 (find-file-wildcards): Add :version.
23536 (find-file-noselect): Simplify a mapcar call.
23537
23538 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
23539 compatible with inf-lisp version.
23540 (eval-defun-1): Fix custom-declare-variable case.
23541
235422000-03-25 Stefan Monnier <monnier@cs.yale.edu>
23543
23544 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
23545
235462000-03-24 Gerd Moellmann <gerd@gnu.org>
23547
23548 * Makefile (COMPILE_FIRST): New macro.
23549 (compile-files): Compile files from COMPILE_FIRST first.
23550
86f6474c 23551 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
23552
23553 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
23554 matching open parenthesis in column 0 to defun-prompt-regexp
23555 only if open-paren-in-column-0-is-defun-start is set.
23556
23557 * sun-curs.el: Require CL at compile-time only.
23558
23559 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
23560 instead of copy-list which is a function from CL.
23561 (msb--choose-menu, msb--mode-menu-cond)
23562 (msb--create-buffer-menu-2): Use dolist instead of mapc.
23563 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
23564 (msb--aggregate-alist): Use mapcar instead of mapcan.
23565 Fix `(' in column 0 in doc string.
a30eb617
DL
23566 (msb--add-separators): Use mapcar instead of mapcan.
23567
23568 * cus-dep.el: Require CL at compile-time only.
23569
235702000-03-24 Stefan Monnier <monnier@cs.yale.edu>
23571
23572 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
23573 (byte-compile-warnings): New warning `noruntime'.
23574 (byte-compile-constants, byte-compile-variables): Fix docstring.
23575 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
23576 execute `eval-whenc-compile's body.
23577 (byte-compile-unresolved-functions): Fix docstring.
23578 (byte-compile-eval): New function.
23579 (byte-compile-callargs-warn): Check if the function will be available
23580 at runtime (via property `byte-compile-noruntime').
23581 (byte-compile-print-syms): New function.
23582 (byte-compile-warn-about-unresolved-functions): Also warn about
23583 `noruntime' functions (and use `byte-compile-print-syms').
23584 (byte-compile-file): Capitalize the message.
23585
235862000-03-24 Gerd Moellmann <gerd@gnu.org>
23587
23588 * mail/rmail.el (rmail-confirm-expunge): New user-option.
23589 (rmail-expunge): Ask for confirmation depending on the setting
23590 of rmail-confirm-expunge.
23591
235922000-03-23 Gerd Moellmann <gerd@gnu.org>
23593
23594 * Makefile (bootstrap-clean): If $(emacs) exists, build
23595 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 23596 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
23597
235982000-03-23 Dave Love <fx@gnu.org>
23599
23600 * net/browse-url.el: Restore previous use of
23601 browse-url-maybe-new-window.
23602
236032000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23604
23605 * ps-print.el: Skip banner page fix.
23606 (ps-print-version): New version number (5.1.2).
23607 (ps-begin-file, ps-end-file, ps-generate): Code fix.
23608
236092000-03-23 Dave Pearson <davep@davep.org>
23610
23611 * net/quickurl.el Changed the type of parameter passed to the
23612 function defined by `quickurl-format-function'. Before only the
23613 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
23614 and the function is responsible for extracting the parts it requires.
23615 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
23616 (quickurl-insert): Changed the `funcall' of
23617 `quickurl-format-function' to match the above change.
23618 (quickurl-list-insert): Changed the `url' case so that it makes
23619 use of `quickurl-format-function', previous to this the format was
23620 hard wired.
23621
236222000-03-22 Gerd Moellmann <gerd@gnu.org>
23623
23624 * startup.el: Change some spellings for the X Window System.
23625
236262000-03-22 Stefan Monnier <monnier@cs.yale.edu>
23627
86f6474c
SM
23628 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
23629 Clean up the code and the regexp and make sure the cursor is
23630 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
23631
236322000-03-22 Jason Rumney <jasonr@gnu.org>
23633
23634 * w32-fns.el (w32-charset-info-alist): Initialize.
23635
236362000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23637
23638 * ps-print.el: N-up last page fix.
23639 (ps-print-version): New version number (5.1.1).
23640 (ps-end-file, ps-end-job, ps-generate): Code fix.
23641
236422000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23643
23644 * files.el (find-file-run-dired): Update docstring.
23645 (find-directory-functions): New hook.
23646 (find-file-noselect): Run find-directory-functions rather than
23647 calling dired directly.
23648
23649 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
23650
23651 * pcvs.el: Add a minimal leading commentary.
23652 (cvs-make-cvs-buffer): Change the header part by removing the startup
23653 message and adding a `Module' entry. Also replace the FOOTER and
23654 HEADER special fileinfos with the new support in ewoc for updating
23655 its own footer and header.
23656 (cvs-update-header): Update to use the header/footer of the ewoc.
23657 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
23658 (cvs-is-within-p): New function.
23659 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
23660 to only examine some subset of the buffers.
23661
23662 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
23663 `format' instead of our own ad-hoc functions.
23664 Remove HEADER and FOOTER cases, now handled in the EWOC.
23665 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
23666
23667 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
23668 output to avoid scaring the user.
23669 (cvs-parse-table): Catch message for non-up-to-date commits.
23670
23671 * pcvs-defs.el (cvs-startup-message): Remove.
23672 (cvs-global-menu): New autoloaded menu.
23673
23674 * pcvs-util.el (cvs-string-fill): Remove.
23675
23676 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
23677 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
23678 PP part of it and also make it work for footers and headers.
23679 (ewoc-create): Drop POS and BUFFER arguments.
23680 Use the DLL's dummy node to store the end-of-footer position.
23681 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
23682 (ewoc-refresh): Remove unused `header' variable.
23683 (ewoc-(get|set)-hf): New functions.
23684
23685 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
23686 log-view-*-(message|file) and use easy-mmode-define-navigation.
23687 (log-view-message-re): Match SCCS format as well.
23688 And match the revision line rather than the dashed separator line.
23689 (log-view-mode): Use the new define-derived-mode.
23690 (log-view-current-tag): Fill in with an actual implementation.
23691
23692 * cvs-status.el (cvs-status-(prev|next)): Rename from
23693 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
23694 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
23695 to let the output "breathe" a little more (more readable).
23696 (cvs-status-mode): Use the new define-derived-mode.
23697
23698 * smerge-mode.el (smerge-auto-leave): New function and variable.
23699 (smerge-basic-map): Rename from smerge-basic-keymap.
23700 Change the bindings for smerge-diff-*.
23701 (smerge-*-map): Use easy-mmode-defmap.
23702 (smerge-(next|prev)): Use easy-mmode-define-navigation.
23703 (smerge-keep-*): Use smerge-auto-leave.
23704
237052000-03-21 Jason Rumney <jasonr@gnu.org>
23706
23707 * cus-edit.el (custom-button-face): Use 3D look for w32.
23708 (custom-button-pressed-face): Likewise.
23709
237102000-03-21 Gerd Moellmann <gerd@gnu.org>
23711
23712 * progmodes/etags.el (tags-case-fold-search): New user-option.
23713 (tags-loop-eval): New function. Bind case-fold-search around eval
23714 depending on the value of tags-case-fold-search.
23715 (tags-loop-continue): Use tags-loop-eval.
23716 (find-tag-in-order): Bind case-fold-search depending on the value
23717 of tags-case-fold-search.
23718
237192000-03-21 Stefan Monnier <monnier@cs.yale.edu>
23720
86f6474c 23721 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
23722 (diff-end-of-hunk): Return the end position for use in
23723 `easy-mmode-define-navigation'.
23724 (diff-recenter): Remove.
23725 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
23726 of `easy-mmode-define-navigation'.
23727 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
23728 previous renaming) and fix to use new names.
23729 (diff-merge-strings): Use \n as separator: simpler, faster.
23730 (diff-mode): Use `define-derived-mode'.
23731
23732 * derived.el (define-derived-mode): Don't autoload anymore.
23733 Prefer the macro-only version provided by easy-mmode.el.
23734
23735 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 23736 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
23737 (easy-mmode-define-navigation): New macro.
23738
23739 * subr.el (combine-run-hooks): New function.
23740
237412000-03-21 Kenichi HANDA <handa@etl.go.jp>
23742
23743 * term/x-win.el: Fontsets related initialization is simplified.
23744
23745 * international/mule-diag.el (describe-font): Don't refer to
23746 global-fontset-alist, instead call font-list.
23747 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 23748 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 23749
86f6474c
SM
23750 * international/fontset.el (x-charset-registries): Variable removed,
23751 instead the corresponding data is stored in the default fontset.
a30eb617
DL
23752 (register-alternate-fontnames): Function removed.
23753 (resolved-ascii-font): Variable removed.
23754 (x-compose-font-name): Ignore the second argument REDOCE.
23755 (x-complement-fontset-spec): Complement only an ASCII font and
23756 element for those charsets than can use that ASCII font.
23757 (generate-fontset-menu): Don't refer to global-fontset-alist,
23758 instead call fontset-list.
23759 (uninstantiated-fontset-alist): Variable removed.
23760 (x-style-funcs-alist): Likewise.
23761 (fontset-default-styles): Likewise.
23762 (x-modify-font-name): Function removed.
86f6474c 23763 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
23764 (create-fontset-from-ascii-font): Docsting adjusted for the above
23765 change.
23766 (instantiate-fontset, resolve-fontset-name): Functions removed.
23767 (fontset-list): Now implemented by C code.
23768
23769 * faces.el (read-face-font): Fix TABLE arg to completing-read.
23770 (describe-face): Include `font' attribute in the description.
23771
237722000-03-21 Kenichi Handa <handa@etl.go.jp>
23773
23774 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
23775
237762000-03-20 Gerd Moellmann <gerd@gnu.org>
23777
23778 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
23779 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
23780 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
23781
23782 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
23783 about behavior of set-buffer-modified-p wrt redisplay.
23784
237852000-03-19 Richard M. Stallman <rms@gnu.org>
23786
23787 * view.el (view-mode-disable): Kill local binding of view-read-only.
23788
237892000-03-18 Gerd Moellmann <gerd@gnu.org>
23790
86f6474c 23791 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
23792 is a string, convert it to a syntax cell using string-to-syntax.
23793
23794 * simple.el (syntax-code-table, syntax-flag-table): New variables.
23795 (string-to-syntax): New function.
23796
23797 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
23798 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
23799 try to use passive ftp mode.
23800
238012000-03-17 Gerd Moellmann <gerd@gnu.org>
23802
23803 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
23804
23805 * simple.el (append-to-buffer): Update point of windows after
23806 insertion.
23807
23808 * abbrev.el (inverse-add-abbrev): Identify word by first moving
23809 forward then moving backward. Reindent.
23810
23811 * frame.el (other-frame): Call x-focus-frame only if
23812 focus-follows-mouse is off.
23813
238142000-03-17 Dave Love <fx@gnu.org>
23815
86f6474c 23816 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
23817
238182000-03-17 Stefan Monnier <monnier@cs.yale.edu>
23819
23820 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
23821 regexp for labels cannot span several lines.
23822
23823 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
23824 `(setq :<key> ':<key>)' to the macro expansion.
23825
238262000-03-16 Dave Love <fx@gnu.org>
23827
23828 * progmodes/f90.el (f90): Put custom group under `languages', not
23829 `fortran'.
23830 (f90-mode-hook): Customize.
23831 (f90-mode): Set add-log-current-defun-function.
23832 (f90-current-defun): New function.
23833
238342000-03-16 Gerd Moellmann <gerd@gnu.org>
23835
23836 * cus-edit.el (custom-variable-tag-face): Handle case that
23837 default face's height is not a number.
23838 (custom-face-tag-face, custom-group-tag-face-1)
23839 (custom-group-tag-face): Ditto.
23840 (custom-group-tag-face-1): Add :group.
23841
23842 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
23843
238442000-03-15 Gerd Moellmann <gerd@gnu.org>
23845
23846 * pcvs-defs.el (toplevel): Remove autoload cookie for form
23847 requiring easymenu.
23848
238492000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
23850
23851 * ps-print.el: PostScript user-defined prologue, PostScript error
23852 handler, doc fix.
23853 (ps-print-version): New version number (5.1).
23854 (ps-user-defined-prologue, ps-error-handler-message)
23855 (ps-print-prologue-0, ps-error-handler-alist): New vars.
23856 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
23857 (ps-insert-string): New function.
23858
238592000-03-15 Kenichi Handa <handa@etl.go.jp>
23860
23861 * international/ccl.el (ccl-compile-expression): Don't generate
23862 invalid self-assignment code.
23863
238642000-03-14 Dave Love <fx@gnu.org>
23865
23866 * subr.el (replace-regexp-in-string): Renamed from
23867 replace-regexps-in-string. Doc fix.
23868
238692000-03-12 Dave Love <fx@gnu.org>
23870
23871 * cus-edit.el: Doc fixes.
86f6474c 23872 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
23873 (custom-variable-tag-face, custom-face-tag-face)
23874 (custom-group-tag-face-1, custom-group-tag-face): Modify from
23875 style which user identify as hyperlink.
23876 (hook): Don't add undefined functions to the hook.
23877 (debug-ignored-errors): Transfer message from bindings.el.
23878
238792000-03-12 Gerd Moellmann <gerd@gnu.org>
23880
86f6474c
SM
23881 * recentf.el (recentf-keep-non-readable-files-p):
23882 Remove double/nested definition.
a30eb617
DL
23883
238842000-03-12 Dave Love <fx@gnu.org>
23885
23886 * facemenu.el (facemenu-get-face): Use display-color-p.
23887 * enriched.el (enriched-decode-foreground): Likewise.
23888 (enriched-decode-background): Likewise.
23889 * isearch.el (isearch-highlight): Likewise.
23890 * info-look.el (info-lookup): Likewise.
23891 * simple.el (completion-setup-function): Likewise.
23892
23893 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
23894 :options.
23895
23896 * bindings.el (mode-line-format): Fix line-number and
23897 column-number items. Add help-echo for the background.
23898 (mode-line-mule-info): Modify help-echo.
23899
23900 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
23901
23902 * files.el (load-file): Allow completion to .elc.
23903
23904 * man.el: Doc fixes.
23905 (Man-init-defvars): Use display-color-p to set fontification.
23906
23907 * play/hanoi.el (hanoi-internal): Don't use oddp.
23908
239092000-03-12 Gerd Moellmann <gerd@gnu.org>
23910
23911 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
23912
23913 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
23914
239152000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
23916
23917 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
23918 Fix comment.
23919
239202000-03-10 Stefan Monnier <monnier@cs.yale.edu>
23921
23922 * font-lock.el (font-lock-keywords): Fix the doc now that
23923 regexp-opt-depth is unnecessary.
23924 (save-buffer-state): Set an edebug spec.
23925 (font-lock-fontify-anchored-keywords): Properly handle the case when
23926 the matcher goes past the limit.
23927
23928 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
23929 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
23930
23931 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
23932 dll.el and cookie.el (from Elib) with heavy renaming and other
23933 massaging.
23934
23935 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
23936 Autoload the functions used.
23937 (easy-mmode-define-syntax): Fix CL typo.
23938 (easy-mmode-define-derived-mode): Improve the docstring generation.
23939
239402000-03-10 Gerd Moellmann <gerd@gnu.org>
23941
23942 * textmodes/texinfo.el (texinfo-version): Variable and function
23943 removed.
23944
239452000-03-09 Stefan Monnier <monnier@cs.yale.edu>
23946
23947 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
23948 allow more flexibility.
ff39b9a1 23949 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
23950 (easy-mmode-defmap, easy-mmode-defsyntax)
23951 (easy-mmode-define-derived-mode): New macros.
23952
239532000-03-09 Didier Verna <didier@xemacs.org>
23954
23955 * rect.el (replace-rectangle): New function.
23956
239572000-03-09 Dave Love <fx@gnu.org>
23958
ff39b9a1 23959 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
23960 (fortran-comment-line-start-skip): Don't match cpp stuff.
23961 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
23962 (fortran-mode-map): Remove over-eager custom-menu-create for now.
23963 (fortran-mode): Don't set fortran-comment-line-start-skip,
23964 fortran-comment-line-start here. Set comment-start,
23965 add-log-current-defun.
23966 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
23967 (fortran-current-defun): New function.
23968
239692000-03-09 Gerd Moellmann <gerd@gnu.org>
23970
23971 * emacs-lisp/re-builder.el: New file.
23972
23973 * mouse.el (mouse-drag-region): Don't run up-event handler
23974 if hscroll has changed.
23975
23976 * octave-mod.el (octave-font-lock-keywords): To font-lock the
23977 builtin operators, use `font-lock-builtin-face' for Emacs and
23978 `font-lock-preprocessor-face' otherwise.
23979
23980 * font-lock.el (lisp-font-lock-keywords-1): Highlight
23981 `(defun (setf foo)' differently.
23982
239832000-03-08 Stefan Monnier <monnier@cs.yale.edu>
23984
23985 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
23986 (regexp-opt): Update comment and adapt the code the new meaning of
23987 the `paren' argument of regex-opt-group for shy-groups.
23988 (regexp-opt-depth): Handle shy groups as well as backslashed
23989 backslashes.
23990 (regexp-opt-group): Turn the leading comment into a docstring.
23991 Allow `paren' to be a string (the string to use to open a group).
23992 Remove open-presuf and close-presuf. Instead of checking for `all
23993 one-char' and then later on check for `several one-char', handle
23994 both cases close together. Also apply a more generic algorithm
23995 for suffixes (the mirror image of the algorithm used for
23996 prefixes). Use shy-groups. Use nreverse rather than reverse.
23997 (regexp-opt-try-suffix): Removed.
23998
23999 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
24000 from comint-mode-map, so we can just inherit from it. Also, move
24001 the initialization into the `defvar' since there's no docstring
24002 anyway and it's fairly short.
24003 (inferior-scheme-mode): Define it as derived-mode: the code is
24004 shorter and this way we inherit from comint-mode-map rather than
24005 copying it.
24006
24007 * subr.el (replace-regexps-in-string): Properly handle the case
24008 where we match an empty string.
24009
24010 * comint.el (comint-exec-1): Add the current-dir to the exec-path
24011 when the command has a directory component (such as "./testml").
24012 Also fix a typo in the comment.
24013
240142000-03-08 Gerd Moellmann <gerd@gnu.org>
24015
24016 * Makefile (compile-files): Compile files one by one because
24017 that's the only way to ensure a clean compilation environment for
24018 each individual file.
24019
24020 * frame.el (other-frame): Call x-focus-frame.
24021
240222000-03-07 Dave Love <fx@gnu.org>
24023
24024 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
24025 :require to defcustom.
24026
ff39b9a1 24027 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
24028
24029 * files.el (auto-mode-alist): Add configure.in.
24030
24031 * progmodes/autoconf.el: New file.
24032
240332000-03-07 Gerd Moellmann <gerd@gnu.org>
24034
24035 * mail/mh-e.el: Change maintainer to `none'.
24036
24037 * recentf.el (recentf-keep-non-readable-files-p): Quote args
24038 to remove-hook and add-hook.
24039
240402000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24041
24042 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
24043 it as the default.
24044 (mail-send): Test mail-send-nonascii also for the new `mime' value.
24045 (sendmail-send-it): Conditionally add MIME headers specifying the
24046 used character set.
24047
240482000-03-07 Dave Love <fx@gnu.org>
24049
ff39b9a1
SM
24050 * winner.el: Fix keywords, autoload cookies.
24051 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
24052
240532000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
24054
24055 * international/mule.el: Modify comment about coding system
24056 property `coding-category'.
24057 (make-coding-system): New argument EOL-TYPE. Pay attention to
24058 coding-category property of PROPERTIES.
24059
ff39b9a1
SM
24060 * international/mule-conf.el (coding-category-utf-8)
24061 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
24062 categories. Include them in the argument for set-coding-priority.
24063
ff39b9a1
SM
24064 * international/mule-cmds.el (reset-language-environment):
24065 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
24066 coding-category-utf-16-le in the argument for set-coding-priority.
24067 (reset-language-environment): Initialize coding-category-utf-8,
24068 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
24069
240702000-03-06 Karl Fogel <kfogel@red-bean.com>
24071
24072 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
24073 code abstracted out of `bookmark-jump-noselect'. Now tries info
24074 extensions as well as compression extensions.
24075 (bookmark-jump-noselect): Use above new func.
24076
240772000-03-03 Gerd Moellmann <gerd@gnu.org>
24078
24079 * strokes.el: Change maintainer's mail address.
24080
240812000-03-03 Kenichi Handa <handa@etl.go.jp>
24082
24083 * international/mule-diag.el (list-character-sets): Make help-echo
24084 string by substitute-command-keys.
24085 (list-character-sets): Likewise.
24086 (sort-listed-character-sets): Call help-setup-xref.
24087
240882000-03-02 Gerd Moellmann <gerd@gnu.org>
24089
ff39b9a1 24090 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
24091
240922000-03-01 Dave Love <fx@gnu.org>
24093
24094 * help.el (help-xref-go-back): Don't try to set position.
24095
ff39b9a1
SM
24096 * international/mule-diag.el (list-character-sets):
24097 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
24098 (list-character-sets-1): Add help-echo to xrefs.
24099
241002000-03-02 Gerd Moellmann <gerd@gnu.org>
24101
24102 * frame.el (blink-cursor-mode): Switch cursor on when turning
24103 the mode off.
24104
24105 * add-log.el (add-log-current-defun): Add support for
24106 Autoconf mode.
24107
24108 * mail/rmail.el (rmail-quit-hook): New variable.
24109
241102000-03-01 Dave Love <fx@gnu.org>
24111
24112 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
24113
24114 * help.el (help-xref-button): Add help-echo arg.
24115 (describe-function-1, describe-variable, help-make-xrefs): Use it.
24116
ff39b9a1 24117 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 24118
ff39b9a1 24119 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
24120
241212000-03-01 Gerd Moellmann <gerd@gnu.org>
24122
24123 * image.el (defimage): Look for image files in load-path.
24124
ff39b9a1 24125 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
24126
241272000-03-01 David Ponce <david.ponce@wanadoo.fr>
24128
ff39b9a1 24129 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
24130
241312000-03-01 David Ponce <david.ponce@wanadoo.fr>
24132
ff39b9a1 24133 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
24134 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
24135 action to select/unselect a file.
24136 (recentf-edit-list): Code cleanup and improvement.
24137 (recentf-open-more-files-action): `recentf-open-more-files' button
24138 widget action to open a file.
ff39b9a1 24139 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
24140 (recentf-more-collection): Deleted.
24141 (recentf-more-history): Deleted.
24142 (recentf-setup-more-completion): Deleted.
24143
241442000-03-01 David Ponce <david.ponce@wanadoo.fr>
24145
24146 * recentf.el (recentf-mode): No more needs that Emacs is running
24147 under a window-system.
24148
ff39b9a1 241492000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24150
24151 * recentf.el (recentf-edit-list): New command to edit the recent
24152 list which allow the user to remove files.
24153 (recentf-edit-selected-items): New global variable, used by
24154 `recentf-edit-list' to hold the list of files to be removed from
24155 the recent list.
24156 (recentf-make-menu-items): Updated to display a "Edit list..."
24157 menu item. Minor code cleanup.
24158
ff39b9a1 241592000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24160
24161 * recentf.el (recentf-open-more-files): New command to open files
24162 that are not displayed in the menu.
24163 (recentf-more-collection): New global variable holding the set of
24164 permissible completions used by `recentf-open-more-files'.
24165 (recentf-more-history): New global variable holding the history list
24166 used by `recentf-open-more-files' completion.
24167 (recentf-setup-more-completion): New function to setup completion for
24168 `recentf-open-more-files'.
24169 (recentf-make-menu-items): Updated to display a "More..." menu item.
24170
ff39b9a1 241712000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24172
24173 * recentf.el (recentf-menu-action): Doc fixed.
24174
ff39b9a1 241752000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
24176
24177 * recentf.el (recentf-menu-filter): Doc updated.
24178 (recentf-update-menu-hook): Allow menu filters to force menu update.
24179 (recentf-make-menu-items): New menu filter handling.
24180 (recentf-make-menu-item): New helper function.
24181 (recentf-menu-elements): New menu handling function.
24182 (recentf-sort-ascending): Updated to new menu filter handling.
24183 (recentf-sort-descending): Updated to new menu filter handling.
24184 (recentf-sort-basenames-ascending): New menu filter function.
24185 (recentf-sort-basenames-descending): New menu filter function.
24186 (recentf-show-basenames): New menu filter function.
24187 (recentf-show-basenames-ascending): New menu filter function.
24188 (recentf-show-basenames-descending): New menu filter function.
24189
241902000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24191
24192 * diary-lib.el (list-diary-entries): Don't try to go forward at
24193 the end of the buffer.
24194
241952000-02-29 Kenichi Handa <handa@etl.go.jp>
24196
ff39b9a1
SM
24197 * international/mule-diag.el (list-character-sets):
24198 Completely rewritten.
a30eb617
DL
24199 (sort-listed-character-sets): New function.
24200 (list-character-sets-1): Completely rewritten.
24201 (list-character-sets-2): New function.
24202 (non-iso-charset-alist): New variable.
24203 (decode-codepage-char): New function.
24204 (charset-history): New variable.
24205 (read-charset) (list-block-of-chars)
24206 (list-iso-charset-chars)
24207 (list-non-iso-charset-chars)
24208 (list-charset-chars): New functions.
86f6474c 24209 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
24210 (dump-charsets): Likewise.
24211
242122000-02-29 Gerd Moellmann <gerd@gnu.org>
24213
24214 * dired-x.el (dired-filename-at-point): Add `@' to valid
24215 file name characters.
24216 (dired-filename-at-point): Handle ange-ftp file names.
24217
24218 * frame.el (frame-notice-user-settings): Use assq-delete-all
24219 instead of assoc-delete-all.
24220 (frame-notice-user-settings): Ditto.
24221
24222 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
24223 Don't copy alist.
24224
242252000-02-28 Eli Barzilay <eli@cs.cornell.edu>
24226
24227 * calculator.el (calculator-use-menu): New option.
86f6474c 24228 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
24229 (calculator-forced-input): Removed.
24230 (calculator-restart-other-mode): New variable.
24231 (calculator-mode-map): Set up menu.
24232
242332000-02-28 Jari Aalto <jari.aalto@poboxes.com>
24234
86f6474c 24235 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
24236
242372000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
24238
86f6474c 24239 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 24240 translate all ESC key sequences.
86f6474c 24241 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 24242 they were saved.
86f6474c
SM
24243 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
24244 * viper-util.el (viper-set-replace-overlay-glyphs)
24245 (viper-set-replace-overlay): Always check if the replacement
a30eb617 24246 overlay is live.
86f6474c
SM
24247 * viper.el (viper-vi-state-mode-list): Add major modes.
24248 * ediff-wind.el: Minor comment changes.
24249 * ediff.el: Copyright notice date fix.
a30eb617
DL
24250
242512000-02-27 Jason Rumney <jasonr@gnu.org>
24252
24253 * faces.el (face-font-family-alternatives): Add arial to helv.
24254 (mode-line, header-line, tool-bar): Same default as x for w32.
24255 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
24256 face-font-family-alternatives from working.
24257 * term/w32-win.el (mouse-set-font): Do not build fontset from
24258 chosen font.
24259
242602000-02-25 Sam Steingold <sds@goems.com>
24261
24262 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
24263 properly.
24264
242652000-02-25 Richard M. Stallman <rms@gnu.org>
24266
24267 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
24268
242692000-02-25 Gerd Moellmann <gerd@gnu.org>
24270
86f6474c 24271 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
24272
24273 * frame.el (busy-cursor-delay-seconds): New option.
24274
242752000-02-24 Gerd Moellmann <gerd@gnu.org>
24276
24277 * frame.el (show-cursor-in-non-selected-windows): New option.
24278
242792000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
24280
24281 * diary-lib.el (include-other-diary-files): Undo the selective
24282 display in any included file and don't kill it.
24283
242842000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
24285
86f6474c
SM
24286 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
24287 Menu items converted to (menu-item format, help strings added.
a30eb617 24288 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 24289 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
24290 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
24291
242922000-02-23 Dave Love <fx@gnu.org>
24293
24294 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
24295 (backward-kill-word): Revert addition of * to interactive spec --
24296 it's a feature.
24297
24298 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
24299 (backward-kill-sentence, kill-sentence): Likewise.
24300
24301 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
24302 scratch buffer name.
86f6474c 24303 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
24304
24305 * term/w32-win.el (internal-face-interactive): Update prompt for
24306 new read-face-name.
24307
24308 * mail/footnote.el (footnote): Add :version to defgroup.
24309 (footnote-section-tag-regexp): Customize.
24310 (footnote-start-tag, footnote-end-tag): New option.
24311 (footnote-latin-regexp): New variable.
24312 (Footnote-latin): New function.
24313 (footnote-style-alist): Add element for latin style.
24314 (footnote-style): Moved.
24315 (Footnote-goto-footnote): Use eq to test arg.
24316
24317 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
24318
24319 * emacs-lisp/byte-opt.el: Change old backquote syntax.
24320 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
24321 (byte-optimize-quote, byte-optimize-lapcode):
24322 Use byte-compile-const-symbol-p.
a30eb617
DL
24323 (byte-optimize-char-before): New optimization.
24324
24325 * emacs-lisp/bytecomp.el: Change old backquote syntax.
24326 (byte-compile-const-symbol-p): New function.
24327 (byte-compile-constp, byte-compile-out-toplevel)
24328 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
24329 Use it.
24330
24331 * subr.el (define-key-after): Default AFTER to t. Doc fix.
24332
243332000-02-23 Kenichi Handa <handa@etl.go.jp>
24334
24335 * international/encoded-kb.el: Be sure to update minor-mode-alist
24336 and minor-mode-map-alist.
24337 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
24338 codes SS2 and SS3 correctly.
24339 (encoded-kbd-self-insert-ccl): New function.
24340 (encoded-kbd-setup-keymap): New function.
24341 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
24342 by calling encoded-kbd-setup-keymap.
24343
86f6474c
SM
24344 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
24345 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
24346
243472000-02-22 Dave Love <fx@gnu.org>
24348
24349 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 24350 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
24351 (lisp-mode-syntax-table): Set up for #|...|# comments.
24352 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
24353 classes. Match `defface'.
24354 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
24355 (eval-defun-1): Fix for defcustom.
24356 (lisp-indent-region): Doc fix.
24357
24358 * subr.el (when, unless, split-string): Doc fix.
86f6474c 24359 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
24360 (replace-regexps-in-string): New function.
24361
243622000-02-22 Gerd Moellmann <gerd@gnu.org>
24363
24364 * help.el (describe-variable): Set syntax table to
24365 emacs-lisp-mode-syntax-table when moving forward over the
24366 symbol's name.
24367
243682000-02-22 Dave Love <fx@gnu.org>
24369
24370 * xt-mouse.el: Doc fixes.
24371 (xterm-mouse-position-function): New function, replacing advice of
24372 mouse-position.
24373 (xterm-mouse-mode): Use it. Don't turn on under a window system.
24374
24375 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
24376
243772000-02-21 Gerd Moellmann <gerd@gnu.org>
24378
86f6474c 24379 * format.el (format-annotate-single-property-change):
5e442abf 24380 Handle properties with dotted-list values.
a30eb617
DL
24381 (format-proper-list-p): New function.
24382
24383 * enriched.el (enriched-face-ans): Handle '(foreground-color
24384 . COLOR) and (background-color . COLOR).
24385
243862000-02-20 Dave Love <fx@gnu.org>
24387
24388 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
24389 and assignments to it.
24390 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
24391 current local map.
24392 (make-flyspell-overlay): Use it.
24393 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
24394
24395 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
24396 (lm-get-header-re): Defun, not defsubst.
24397 (lm-get-package-name): Defun, not defsubst. Simplify.
24398 (lm-version): Doc fix. Simplify.
24399 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
24400 (lm-crack-address, lm-last-modified-date, lm-commentary)
24401 (lm-verify, lm-synopsis): Simplify.
24402 (lm-report-bug): Require emacsbug. Use compose-mail.
24403
244042000-02-20 Gerd Moellmann <gerd@gnu.org>
24405
24406 * dired.el (dired-mode): Call propertized-buffer-identification
24407 to set mode-line-buffer-identification to something having
24408 the right text properties.
24409
24410 * bindings.el (propertized-buffer-identification): New function.
24411
244122000-02-20 Dave Love <fx@gnu.org>
24413
24414 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
24415 check for t-mouse too.
24416
24417 * cus-start.el: Make echo-keystrokes `number'.
24418
244192000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
24420
24421 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
24422 Don't call ring-empty-p unless tags-location-ring is bound.
24423 From Noah Friedman <friedman@splode.com>.
24424
244252000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
24426
24427 * progmodes/hideshow.el (hs-flag-region): No longer use
24428 `intangible' overlay property.
24429
24430 (hs-toggle-hiding): New command.
24431 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
24432
24433 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
24434 Fix omission bug: Run `hs-minor-mode-hook' for both activation
24435 and deactivation.
24436
244372000-02-18 Gerd Moellmann <gerd@gnu.org>
24438
24439 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
24440
244412000-02-17 Gerd Moellmann <gerd@gnu.org>
24442
24443 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
24444
24445 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
24446 of `*' to handle `(* ... *)' comments.
24447
244482000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
24449
24450 * faces.el (list-faces-display): Use display-mouse-p instead of
24451 window-system.
24452
24453 * menu-bar.el (global-map): Menu-bar items converted to the new
24454 format (menu-item..., rearranged for better CUA compliance, and
24455 their names changed for better clarity. Help strings added.
24456
24457 * international/mule-cmds.el (mule-menu-keymap)
24458 (describe-language-environment-map, set-coding-system-map)
24459 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
24460 form, add help strings. Change names of menu items for better clarity.
24461 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
24462
244632000-02-17 Gerd Moellmann <gerd@gnu.org>
24464
24465 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
24466 within the code.
24467
244682000-02-16 Dave Love <fx@gnu.org>
24469
24470 * faces.el: Don't require custom. Add more specific :groups to
24471 various deffaces.
24472 (set-face-attribute): Purecopy args.
24473 (read-face-name): Default to name at point and use it in prompt.
24474 Remove colon from arg in all callers.
24475 (list-faces-display): Hyperlink to face descriptions and customize
24476 buffers.
24477
244782000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
24479
86f6474c 24480 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
24481
244822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24483
24484 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
24485 at ':' characters by call to split-string.
24486
244872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24488
24489 * textmodes/bibtex.el: Added RCS version identification.
24490
244912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24492
24493 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 24494 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
24495 (bibtex-field-const): Allow capital letters.
24496 (bibtex-start-of-string): Deleted because unused.
24497
24498 * textmodes/bibtex.el: Unified some nomenclature. We no longer
24499 use the term 'reference' to describe a bibtex entry as a whole.
24500 Further, reference keys are no longer called 'labels'.
24501 (bibtex-keys): Renamed to bibtex-reference-keys.
24502 (bibtex-reformat-previous-labels): Renamed to
24503 bibtex-reformat-previous-reference-keys.
24504 (bibtex-reference-type): Renamed to bibtex-entry-type.
24505 (bibtex-reference-head): Renamed to bibtex-entry-head.
24506 (bibtex-reference-maybe-empty-head): Renamed to
24507 bibtex-entry-maybe-empty-head.
24508 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
24509 (bibtex-search-reference): Renamed to bibtex-search-entry.
24510 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
24511 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
24512 (bibtex-entry-field-alist, bibtex-entry-head)
24513 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
24514 (bibtex-map-entries, bibtex-search-entry)
24515 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
24516 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24517 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
24518 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
24519 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
24520 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
24521 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
24522
245232000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24524
24525 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
24526 comment.
24527 (bibtex-format-field-delimiters): New function, functionality
24528 extracted from bibtex-format-entry.
24529 (bibtex-autokey-get-yearfield-digits): New function, functionality
24530 extracted from bibtex-autokey-get-yearfield.
24531
24532 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
24533 entries in order to avoid stack overflow in the regexp matcher if
24534 field contents become large.
86f6474c
SM
24535 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
24536 (bibtex-field-string-part-not-braced)
24537 (bibtex-field-string-part-no-inner-braces)
24538 (bibtex-field-string-part-1-inner-brace)
24539 (bibtex-field-string-part-2-inner-braces)
24540 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
24541 (bibtex-field-string-quoted, bibtex-field-string)
24542 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
24543 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
24544 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
24545 Deleted as parsing is now performed by the following functions.
24546 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
24547 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
24548 (bibtex-parse-field-string, bibtex-search-forward-field-string)
24549 (bibtex-parse-association, bibtex-field-name-for-parsing)
24550 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
24551 (bibtex-search-forward-field, bibtex-search-backward-field)
24552 (bibtex-start-of-field, bibtex-end-of-field)
24553 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
24554 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
24555 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
24556 (bibtex-parse-string, bibtex-search-forward-string)
24557 (bibtex-search-backward-string, bibtex-start-of-string)
24558 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
24559 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
24560 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
24561 entries. Instead of reporting the results of the parsing by
24562 match-beginning or match-end, these functions return data structures
24563 that hold the corresponding positions.
24564 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
24565 return values rather than by match-beginning or match-end.
24566 The following functions have been adapted to use the new
24567 parsing functions.
24568 (bibtex-skip-to-valid-entry, bibtex-search-reference)
24569 (bibtex-enclosing-field, bibtex-format-entry)
24570 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
24571 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
24572 (bibtex-print-help-message, bibtex-end-of-entry)
24573 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
24574 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24575 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
24576 Use the new method for parsing.
24577 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
24578 (bibtex-map-entries, bibtex-flash-head)
24579 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
24580 (bibtex-autokey-change, bibtex-autokey-get-namefield)
24581 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
24582 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
24583 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
24584 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
24585 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
24586 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
24587
245882000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24589
24590 * textmodes/bibtex.el: Copyright notice is up to date.
24591 Added constant 'bibtex-maintainer-salutation.
24592
86f6474c 24593 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
24594 than make-temp-name, use match-string-no-properties and eliminate
24595 a quadratic behavior when building bibtex-strings.
24596
24597 * bibtex.el (bibtex-reference-key): Accept string entries whose
24598 reference key contains upper case letters.
24599
246002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24601
24602 * bibtex.el (bibtex-reference-head): Allow entries to start with
24603 a new line.
24604
246052000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24606
24607 * bibtex.el: Hiding of entry bodies is not longer provided by
24608 bibtex.el directly. Instead the hideshow package can be used.
24609 Added a special bibtex entry to hs-special-modes-alist.
24610 (bibtex-hs-forward-sexp): Added for hideshow.el.
24611
246122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
24613
24614 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
24615 proceedings entry type (for cross referencing). Thanks to Wagner
24616 Toledo Correa for the suggestion.
24617
24618 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
24619
246202000-02-14 Kenichi Handa <handa@etl.go.jp>
24621
24622 * international/characters.el: Setup case table for Vietnamese.
24623
246242000-02-12 Gerd Moellmann <gerd@gnu.org>
24625
24626 * uniquify.el (toplevel): Require CL at compile time.
24627 (uniquify-push): Removed.
24628
24629 * shadowfile.el (shadow-when): Removed.
24630
24631 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 24632 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
24633
24634 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
24635 regexp for paragraph-start.
24636
24637 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
24638 commas as well.
24639
246402000-02-10 Dave Love <fx@gnu.org>
24641
24642 * wid-edit.el: (widgets) [defgroup]: Remove url link.
24643 (widget-color-choice-list, widget-color-history, widget-mouse-help):
24644 Deleted.
24645 (widget-specify-field, widget-specify-button): Don't use
24646 widget-mouse-help as help-echo property.
24647 (default): Use #'ignore for :validate and :mouse-down-action.
24648 (checkbox): Add help-echo.
24649 (widget-sexp-validate): Rewritten to clarify error messages.
24650 (character): Use char-valid-p in :match function.
24651 (widget-color-complete): Use facemenu-color-alist.
24652 (widget-color-action): Use facemenu-read-color.
24653
24654 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
24655 set up `caar' &c that we now have.
24656
246572000-02-09 Ray Blaak <blaak@gnu.org>
24658
24659 * delphi.el: Make resourcestring a declaration region, like const
24660 and var.
24661
246622000-02-09 Dave Love <fx@gnu.org>
24663
24664 * bindings.el (mode-line-input-method-map): New variable.
24665 (mode-line-mule-info): Use it; fix last change.
24666 (mode-line-mode-menu): Move definition.
24667 (mode-line-mouse-sensitive-p): Deleted.
24668 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 24669 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
24670
24671 * startup.el (command-line-1): Don't call
24672 make-mode-line-mouse-sensitive.
24673
246742000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
24675
86f6474c
SM
24676 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
24677 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
24678
246792000-02-06 Stefan Monnier <monnier@cs.yale.edu>
24680
24681 * diff-mode.el (diff-kill-junk): New interactive function.
24682 (diff-reverse-direction): Use delete-and-extract-region.
24683 (diff-post-command-hook): Restrict the area so that the hook also works
24684 outside of any diff hunk. This is necessary for the minor-mode.
24685 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
24686 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
24687
24688 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
24689 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
24690 so that it can be used more easily in <foo>-mode-hook. Also make sure
24691 to avoid duplicate entries.
24692 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
24693 (font-lock-remove-keywords): Just as was done for `add', allow it to
24694 work even if font-lock-mode is nil. Also make sure we don't modify
24695 any pre-existing list by forcing a copy-sequence. Finally rename
24696 `major-mode' to `mode'.
24697 (font-lock-fontify-syntactic-anchored-keywords)
24698 (font-lock-fontify-anchored-keywords)
24699 (font-lock-fontify-keywords-region): Use line-end-position.
24700 Don't make `font-lock-multiline' local (it's now done in
24701 font-lock-set-defaults).
86f6474c
SM
24702 (font-lock-set-defaults): Make `font-lock-multiline' local.
24703 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
24704
247052000-02-06 Andrew Innes <andrewi@gnu.org>
24706
24707 * term/w32-win.el (x-handle-args): Comment out call to message,
24708 which occurs before window system is initialized.
24709
24710 * makefile.nt: Add support for recompiling lisp code.
24711
247122000-02-04 Dave Love <fx@gnu.org>
24713
24714 * bindings.el (mode-line-mule-info): Fix/extend last change.
24715
24716 * completion.el: Replace completion-dolist with dolist.
24717
86f6474c 24718 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
24719
247202000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
24721
86f6474c 24722 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
24723 environment names before they go into the section regexp.
24724
86f6474c 24725 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
24726 char class in regexp.
24727
86f6474c
SM
24728 * textmodes/reftex-parse.el (reftex-with-special-syntax):
24729 Bind `case-fold-search' to nil.
a30eb617 24730
86f6474c
SM
24731 * progmodes/idlwave.el (idlwave-template):
24732 Respect `idlwave-abbrev-change-case'.
24733 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
24734 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
24735 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
24736 (idlwave-rw-case): New function.
24737 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 24738 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
24739 (idlwave-surround): New argument LENGTH to support padding of
24740 operators longer than 1 char.
24741
24742 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
24743 idlwave-shell-expression-overlay. Implemented printing of
24744 expressions on higher levels of the calling stack.
86f6474c 24745 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
24746 (idlwave-retrieve-expression-from-level): New function.
24747 (idlwave-shell-last-calling-stack): Variable removed.
24748 (idlwave-shell-reset): Argument action reversed (`visible' to
24749 `hidden'). Also remove stop-line overlay.
24750 (idlwave-shell-calling-stack-routine): New variable.
24751 (idlwave-shell-parse-stack-and-display): Messages now display
24752 negative level numbers.
24753 (idlwave-shell-mode): Set `modeline-format'.
24754 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 24755 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
24756 (idlwave-shell-print-expression-function): New option.
24757
86f6474c
SM
24758 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
24759 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
24760 `tool-bar' instead of `toolbar'.
24761
247622000-02-02 Dave Love <fx@gnu.org>
24763
24764 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
24765 emacs-lisp-mode-hook. Don't check for defalias being defined.
24766
24767 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
24768 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
24769 Use the new builtins directly.
a30eb617
DL
24770
24771 * whitespace.el (whitespace): Add :version to defgroup.
24772
24773 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
24774 Doc fix.
24775
24776 * thingatpt.el (sexp-at-point, symbol-at-point)
24777 (number-at-point, list-at-point): Add autoload cookie.
24778
24779 * recentf.el (recentf): Add :version to defgroup.
24780
24781 * quickurl.el (quickurl): Add :version to defgroup.
24782
24783 * elide-head.el (elide-head): Use point-marker more.
24784
24785 * bs.el (bs): Add :version to defgroup.
24786
24787 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
24788
24789 * progmodes/delphi.el (delphi): Add :version to defgroup.
24790
247912000-02-02 Gerd Moellmann <gerd@gnu.org>
24792
24793 * ange-ftp.el (ange-ftp-write-region): Handle case that
24794 succeeding process operation sets a different coding system.
24795
24796 * calculator.el: New file.
24797
247982000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
24799
86f6474c 24800 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
24801 (display-mouse-p, display-popup-menus-p, display-graphic-p)
24802 (display-selections-p, display-screens, display-pixel-width)
24803 (display-pixel-height, display-mm-width, display-mm-height)
24804 (display-backing-store, display-save-under, display-planes)
24805 (display-color-cells, display-visual-class): New functions.
24806
24807 * term/tty-colors.el (tty-color-gray-shades): New function.
24808
24809 * faces.el (display-color-p): Use framep-on-display.
24810 (display-grayscale-p): New function.
24811
248122000-01-31 Dave Love <fx@gnu.org>
24813
24814 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
24815 (create-fontset-from-x-resource): Don't concat integers.
24816
248172000-01-31 Inge Frick <inge@nada.kth.se>
24818
24819 * view.el: Some changes in documentation. Removed some trailing
86f6474c 24820 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
24821 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
24822 window is not deleted. Modifies change 1998-04-26.
24823
248242000-01-31 Gerd Moellmann <gerd@gnu.org>
24825
24826 * windmove.el: New file.
24827
24828 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24829 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24830 progmodes/ebnf-yac.el: Update copyright and license info.
24831
86f6474c
SM
24832 * jit-lock.el (jit-lock-function): Widen before calculating
24833 end position.
a30eb617
DL
24834 (jit-lock-stealth-chunk-start): Rewritten.
24835
24836 * info.el (Info-title-face-alist): Removed.
86f6474c 24837 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
24838 (Info-fontify-node): Use these faces.
24839
248402000-01-30 Gerd Moellmann <gerd@gnu.org>
24841
24842 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
24843 (cl-macro-list1): Recognize `&allow-other-keys' instead of
24844 `&allow-other-keywords'.
24845
24846 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
24847 the list of directories scanned heuristically.
24848
86f6474c 24849 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
24850
248512000-01-30 Jason Rumney <jasonr@gnu.org>
24852
24853 * w32-fns.el: Define w32-tty-standard-colors.
24854
24855 * startup.el (command-line): Use w32-tty-standard-colors when in
24856 w32 console mode.
24857
248582000-01-30 Dave Love <fx@gnu.org>
24859
24860 * jka-compr.el (jka-compr-load): Fix up load-history.
24861
24862 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
24863
24864 * emacs-lisp/cl-macs.el: Revert previous change.
24865
248662000-01-29 Dave Love <fx@gnu.org>
24867
24868 * facemenu.el: Purecopy various strings.
24869
24870 * timezone.el (timezone-fix-time): Window against 69 for two-digit
24871 years. Deal with three-digit years.
24872
86f6474c
SM
24873 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
24874 Use defconst, purecopy.
a30eb617
DL
24875 (help-back-label): Purecopy it.
24876
248772000-01-18 Gerd Moellmann <gerd@gnu.org>
24878
24879 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
24880 variable. If non-nil, order the buffer list according to the
24881 currently selected frame.
24882 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
24883 non-nil, pass the selected frame to function buffer-list.
24884
248852000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
24886
24887 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
24888
248892000-01-28 Dave Love <fx@gnu.org>
24890
24891 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
24892
24893 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
24894 Don't use lisp-indent-hook property.
24895 (cl-abs): Remove.
24896
24897 * subr.el: Move out indent and edebug specs for when and unless.
24898
24899 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
24900 when, unless.
24901
24902 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
24903 unless, when.
24904
249052000-01-28 Gerd Moellmann <gerd@gnu.org>
24906
24907 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
24908 `collecting' as synonym for `collect'.
24909
24910 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
24911 for the case it contains spaces.
24912
86f6474c 24913 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
24914
24915 * frame.el (delete-other-frames): New function.
24916 (toplevel): Bind it to C-x 5 1.
24917
24918 * sort.el (sort-numeric-base): New option.
24919 (sort-numeric-fields): If number starts with `0' or `0[xX[',
24920 interpret it as octal or hexadecimal. Use sort-numeric-base
24921 as default base.
24922
24923 * progmodes/glasses.el: New file.
24924
249252000-01-27 Gerd Moellmann <gerd@gnu.org>
24926
24927 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
24928 userids differently.
24929
24930 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
24931 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
24932 progmodes/ebnf-yac.el: New files.
24933
249342000-01-26 Dave Love <fx@gnu.org>
24935
24936 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
24937 on a function with an empty body. [From Eric Ludlam.]
24938
249392000-01-25 Andre Spiegel <spiegel@gnu.org>
24940
24941 * vc.el (vc-version-diff): Make sure file name is expanded.
24942
249432000-01-25 Gerd Moellmann <gerd@gnu.org>
24944
24945 * scroll-bar.el (scroll-bar-timer): Variable removed.
24946 (scroll-bar-toolkit-scroll): Don't use a timer.
24947
249482000-01-25 Kenichi Handa <handa@etl.go.jp>
24949
86f6474c
SM
24950 * language/thai-util.el (thai-composition-function):
24951 Delete superfluous `a'.
a30eb617
DL
24952
249532000-01-24 Dave Love <fx@gnu.org>
24954
24955 * fortran.el (fortran-mode): Use beginning-of-defun-function,
24956 end-of-defun-function.
24957
86f6474c 24958 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
24959
249602000-01-22 Jason Rumney <jasonr@gnu.org>
24961
24962 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
24963 conflicts with new face support.
24964
249652000-01-22 Richard M. Stallman <rms@gnu.org>
24966
24967 * replace.el (query-replace): Rename last arg to DELIMITED.
24968 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
24969 (query-replace-regexp): Likewise.
24970
249712000-01-20 Richard M. Stallman <rms@gnu.org>
24972
24973 * subr.el (with-syntax-table): Use make-symbol, not gensym.
24974
24975 * emacs-lisp/lisp.el (beginning-of-defun-function):
24976 Variable renamed from beginning-of-defun.
24977 Do not call make-variable-buffer-local.
24978 (beginning-of-defun-raw): Use new variable name; doc fix.
24979 (beginning-of-defun): Doc fix.
24980 (end-of-defun-function): Variable renamed from end-of-defun.
24981 Do not call make-variable-buffer-local.
24982 (end-of-defun): Use new variable name; doc fix.
24983
24984 * subr.el (dolist, dotimes): Copied from cl-macs.el
24985 and made to work.
24986
24987 * mail/undigest.el (rmail-digest-end-regexps):
24988 Variable replaces rmail-digest-end-regexp.
24989 Allows multiple regexps for detecting the end line.
24990 (undigestify-rmail-message): Corresponding changes.
24991
249922000-01-19 Dave Love <fx@gnu.org>
24993
24994 * files.el (user-init-file): Don't declare here -- is primitive.
24995
24996 * startup.el (command-line): Check for compiled user-init-file and
24997 set to uncompiled version if necessary.
24998
249992000-01-18 Gerd Moellmann <gerd@gnu.org>
25000
25001 * mail/undigest.el (rmail-digest-end-regexp): New user option.
25002 (undigestify-rmail-message): Use it.
25003
25004 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
25005
250062000-01-17 Gerd Moellmann <gerd@gnu.org>
25007
25008 * tmm.el (tmm-goto-completions): Adapt to prompt being part
25009 of mini-buffer.
25010
250112000-01-14 Gerd Moellmann <gerd@gnu.org>
25012
25013 * emacs-lisp/copyright.el (copyright-update): Removed the
25014 requirement for a trailing space from `copyright-regexp', to
25015 support copyrights with owner specified on a separate line..
25016
25017 * align.el: New file.
25018
25019 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
25020
25021 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
25022
250232000-01-13 Dave Love <fx@gnu.org>
25024
25025 * ph.el: Removed. (Obsoleted by EUDC.)
25026
250272000-01-13 Gerd Moellmann <gerd@gnu.org>
25028
25029 * net/eudc.el (toplevel): Remove autoloaded code installing
25030 menu with easymenu, because that causes build problems.
25031
25032 * frame.el (frame-notice-user-settings): New variable.
25033 (frame-notice-user-settings): Don't modify frame parameters
25034 if called a second time.
25035
250362000-01-13 Richard M. Stallman <rms@gnu.org>
25037
25038 * frame.el (frame-notice-user-settings):
25039 Notice default-frame-parameters even for non-window frames.
25040
250412000-01-13 Gerd Moellmann <gerd@gnu.org>
25042
25043 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
25044 for Emacs.
25045 (eudc-bob-can-display-inline-images): Extend for Emacs.
25046 (eudc-bob-toggle-inline-display): Ditto.
25047 (eudc-bob-display-jpeg): Ditto.
25048
250492000-01-12 Gerd Moellmann <gerd@gnu.org>
25050
25051 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
25052 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
25053 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
25054
86f6474c
SM
25055 * add-log.el (add-change-log-entry): Fix error trying an
25056 `(insert nil)'.
a30eb617
DL
25057
25058 * subdirs.el: Add `net' directory.
25059
25060 * net: New directory.
25061
25062 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
25063 eval-last-sexp. Don't bind debug-on-error here.
25064 (eval-last-sexp): New function. Bind debug-on-error if
25065 eval-expression-debug-on-error is non-nil.
25066 (eval-defun-2, eval-defun): Likewise.
25067
25068 * simple.el (eval-expression): Don't bind debug-on-error if
25069 eval-expression-debug-on-error is nil. Detect changed
25070 debug-on-error, and propagate new value to global binding, if
25071 eval-expression-debug-on-error is non-nil,
25072 (eval-expression-debug-on-error): Change doc string.
25073
250742000-01-11 Richard M. Stallman <rms@gnu.org>
25075
25076 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
25077
25078 * emacs-lisp/lisp-mode.el (with-syntax-table):
25079 Set up lisp-indent-function property.
25080
25081 * subr.el (with-syntax-table): Moved from simple.el.
25082
25083 * simple.el (with-syntax-table): Moved to subr.el.
25084
250852000-01-11 Gerd Moellmann <gerd@gnu.org>
25086
25087 * tmm.el (tmm-shortcut): Delete region after prompt instead
25088 of erasing buffer.
25089
25090 * textmodes/fill.el (fill-common-string-prefix): New function.
25091 (fill-context-prefix): Use the longest common prefix of first
25092 and second line fill prefix, if there is one.
25093
250942000-01-11 Richard M. Stallman <rms@gnu.org>
25095
25096 * array.el (array-mode): Don't use make-variable-buffer-local.
25097 Use make-local-variable for `truncate-lines'.
25098
250992000-01-11 Jari Aalto <jari.aalto@poboxes.com>
25100
25101 * add-log.el (add-log-current-defun): Handle user-defined
25102 add-log-current-function returning nil,
25103
25104 * add-log.el (add-change-log-entry): Insert version number
25105 if having found a current function
25106
86f6474c
SM
25107 * add-log.el (add-log-current-defun):
25108 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
25109 level 1. Strip whitespace from defun found.
25110
251112000-01-10 John Wiegley <johnw@gnu.org>
25112
25113 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 25114 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
25115
251162000-01-10 Dave Love <fx@gnu.org>
25117
25118 * elide-head.el (elide-head): Use point-marker, not point.
25119
251202000-01-10 Gerd Moellmann <gerd@gnu.org>
25121
25122 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
25123 before and after the year 2000.
25124
25125 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
25126 Add ispell- prefix.
25127
251282000-01-10 Ken Stevens <k.stevens@ieee.org>
25129
25130 * ispell.el: Only define dictionaries in menus when they exist.
25131 (version18p): New variable.
25132 (version20p): New variable.
25133 (xemacsp): New variable.
25134 (ispell-choices-win-default-height): Fix for XEmacs visibility.
25135 (ispell-dictionary-alist1): Added Brasileiro dictionary.
25136 (ispell-dictionary-alist6): Russian command lines no longer accept
25137 run-together words.
25138 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
25139 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
25140 (check-ispell-version): Added documentation string. Return library
25141 path when called non-interactively.
a30eb617
DL
25142 (ispell-menu-map-needed): Uses new variables.
25143 (ispell-library-path): New variable.
25144 (ispell-decode-string): XEmacs fix for bogus variable bindings.
25145 (ispell-word): Improved documentation string. Test for valid
25146 character mappings. Correctly check typed in word changes that can
86f6474c
SM
25147 result in single words split into multiple words.
25148 Return replacement word.
a30eb617
DL
25149 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
25150 replace in recursive query replace mode. Help message for
25151 recursive edit mode.
25152 (ispell-show-choices): Protect against bad framepop bindings.
25153 (ispell-help): Fix to work with XEmacs.
25154 (ispell-highlight-spelling-error): Use new variables.
25155 (ispell-overlay-window): Fix to work with XEmacs.
25156 (ispell-parse-output): Passed and returns location information
25157 tracking spelling corrections. Doesn't recheck same word on
25158 current line.
25159 (ispell-init-process): Protect against bogus XEmacs variable binding.
25160 Fix call to single argument in sleep-for. Use new variables.
25161 (ispell-region): Passed and returns location information tracking
25162 spelling corrections. Doesn't check same word on current line.
25163 Improved documentation string. Doesn't resend a line already
25164 checked to the ispell process - fixes bug in LaTeX parsing.
25165 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
25166 (ispell-skip-region): No longer skips <TT> in SGML.
25167 (ispell-process-line): Tracks location information with spelling
25168 corrections. Added documentation string. Accounts for words
25169 already accepted on this line. Don't allow query-replace on line
25170 starting with math characters. Doesn't resend a line already sent
25171 to ispell process. Fixes alignment error bug.
25172
251732000-01-10 Richard M. Stallman <rms@gnu.org>
25174
25175 * dired-x.el (dired-guess-shell-alist-default):
25176 Suggest xloadimage, which is free, not xv, which isn't.
25177
25178 * ange-ftp.el (ange-ftp-file-name-nondirectory):
25179 Don't ever include the host name or user name in the value.
25180
251812000-01-09 Gerd Moellmann <gerd@gnu.org>
25182
25183 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
25184 of a real newline.
25185
251862000-01-09 Stephen Eglen <stephen@gnu.org>
25187
25188 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
25189 for .png files.
25190
251912000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
25192
25193 * cus-edit.el (custom-hook-convert-widget): Fix comment.
25194
251952000-01-09 Gerd Moellmann <gerd@gnu.org>
25196
25197 * progmodes/cperl-mode.el: Replace ^F with ^L.
25198
86f6474c
SM
25199 * sendmail.el (toplevel): Provide `sendmail' when compiling before
25200 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
25201
252022000-01-08 Dave Love <fx@gnu.org>
25203
25204 * emacs-lisp/backquote.el: Remove inappropriate customization
25205 (allowing custom.el to use backquote).
25206
252072000-01-07 Dave Love <fx@gnu.org>
25208
25209 * add-log.el (add-log-debugging): Deleted.
25210 (add-change-log-entry): Treat a backup FILE-NAME as its parent
25211 file. Remove debugging code.
25212 (change-log-get-method-definition, change-log-name): Add doc.
25213 (change-log-sortable-date-at): New function.
25214 (change-log-merge): New command.
25215
25216 * time.el (display-time-string-forms): Make the Mail string active.
25217 (display-time-update): Provide help-echo for load average.
25218
25219 * bindings.el (make-mode-line-mouse2-map): New function.
25220 (mode-line-modified): Use it and simplify.
25221 (mode-line-mule-info): Provide help-echo info.
25222 (minor-mode-alist): Activate the strings.
25223 (make-mode-line-mouse-sensitive): Simplify for
25224 mode-line-buffer-identification.
25225
252262000-01-07 Gerd Moellmann <gerd@gnu.org>
25227
25228 * play/pong.el: New file.
25229
252302000-01-06 Dave Love <fx@gnu.org>
25231
25232 * array.el: Assorted cleanups for compiler warnings, doc strings,
25233 `array-' prefix for symbols.
25234
252352000-01-05 Dave Love <fx@gnu.org>
25236
86f6474c
SM
25237 * textmodes/outline.el (outline-mode-menu-bar-map):
25238 Add outline-headers-as-kill.
a30eb617
DL
25239 (outline-mode): Define imenu-generic-expression.
25240 (outline-headers-as-kill): New command.
25241
25242 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
25243 from paragraph-start.
25244 (paragraph-indent-minor-mode): New command.
25245
25246 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
25247 M-C-e, M-C-h, C-j, C-xnd, TAB.
25248 (fortran-mode): Set beginning-of-defun, end-of-defun.
25249 (fortran-column-ruler): Simplify.
25250 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
25251 (fortran-with-subprogram-narrowing): Likewise.
25252 (fortran-indent-subprogram): Call mark-defun.
25253 (fortran-check-for-matching-do): Change narrowing.
25254
25255 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
25256 (cl-lucid-hash-tag): Delete.
25257 (cl-hash-table-p): Correct test for native table.
25258 (cl-hash-table-count): Use hash-table-count.
25259
25260 * browse-url.el (browse-url): Fix case of
25261 browse-url-browser-function being an alist.
25262
252632000-01-05 Carsten Dominik <cd@gnu.org>
25264
25265 * textmodes/reftex-vars.el (reftex-parse-file-extension)
25266 (reftex-index-phrase-file-extension): New options.
25267
25268 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
25269 Use new option `reftex-index-phrase-file-extension'.
25270
25271 * textmodes/reftex.el (reftex-access-parse-file): Use new option
25272 `reftex-parse-file-extension'.
25273
252742000-01-05 Dave Love <fx@gnu.org>
25275
25276 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
25277 (beginning-of-defun-raw): Use it.
25278 (end-of-defun): New variable.
25279 (end-of-defun): Use it.
25280 (check-parens): New command.
25281
252822000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
25283
25284 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
25285 (hs-show-block): Don't use `mapcar' when not accumulating.
25286
25287 Fix buglet in local variables initialization.
25288
252892000-01-05 Andreas Schwab <schwab@suse.de>
25290
25291 * hscroll.el (hscroll): Doc fix.
25292
252932000-01-05 Carsten Dominik <cd@gnu.org>
25294
86f6474c
SM
25295 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
25296 Require idlw-toolbar.
a30eb617 25297
86f6474c 25298 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 25299 file idlw-rinfo.el.
86f6474c
SM
25300 (idlwave-customize): Load must read file idlw-shell.el.
25301 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
25302
253032000-01-05 Carsten Dominik <dominik@astro.uva.nl>
25304
25305 * progmodes/idlw-shell.el: Also provide idlwave-shell
25306 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
25307 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
25308
86f6474c 25309 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
25310 both reftex-dcr and reftex-vcr.
25311
25312 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
25313
253142000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25315
25316 * ps-print.el: PostScript code now is in separate files, doc fix.
25317 (ps-print-version): New version number (5.0.3).
25318 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
25319 local.
25320 (ps-spool-config): Initialization fix.
25321 (ps-print-prologue-1, ps-print-prologue-2)
25322 (ps-print-duplex-feature): PostScript code moved to separated file.
25323 (ps-background-image): Little code reformating.
25324 (ps-begin-file, ps-begin-job): Fix code.
25325 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
25326 (ps-prologue-file): New fun.
25327
253282000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
25329
25330 * ps-vars.el: Eliminated.
25331
25332 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
25333 `;;;###autoload'.
25334
25335 * ps-print.el: ps-vars eliminated, doc fix.
25336 (ps-print-version): New version number (5.0.2).
25337 (ps-spool-config): Initialization fix.
25338 (ps-print-customize): New fun.
25339
253402000-01-04 Gerd Moellmann <gerd@gnu.org>
25341
86f6474c 25342 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
25343
253442000-01-04 Dave Love <fx@gnu.org>
25345
25346 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
25347 menu items.
25348
253492000-01-03 Dave Love <fx@gnu.org>
25350
25351 * elide-head.el (elide-head) [defgroup]: Add :version.
25352
25353 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
25354 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
25355 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
25356 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
25357
253582000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25359
25360 * faces.el (face-read-integer, read-face-attribute)
86f6474c 25361 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
25362
253632000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
25364
25365 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
25366 at comment end, and re-insert them after filling.
25367
253682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25369
25370 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
25371 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
25372 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
25373
253742000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25375
25376 * term/x-win.el (xw-defined-colors): Call color-supported-p,
25377 the new name of face-color-supported-p.
25378
25379 * term/w32-win.el (xw-defined-colors): Likewise.
25380
253812000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
25382
25383 * simple.el (completion-setup-function): Count completion-size
25384 from minibuffer-prompt-end, not from point-min.
25385
253862000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
25387
25388 * faces.el (read-face-attribute, defined-colors, color-defined-p):
25389 Pass the frame to tty-color-* functions.
25390 (display-color-p, frame-set-background-mode): Pass the frame to
25391 tty-display-color-p.
25392
25393 * term/tty-colors.el (tty-defined-color-alist): Renamed from
25394 tty-color-alist.
25395 (tty-color-alist, tty-modify-color-alist): New functions.
25396 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
25397 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
25398 optional parameter FRAME.
a30eb617
DL
25399
254002000-01-01 Gerd Moellmann <gerd@gnu.org>
25401
86f6474c
SM
25402 * image.el (create-image, defimage): Don't assume image data is
25403 a string.
a30eb617
DL
25404
25405 * image.el (defimage): Handle specifications containing :data
25406 instead of :file.
25407 (image-type-from-data): New function.
25408 (image-type-from-file-header): Use it.
25409 (create-image): Add parameter DATA-P.
25410
25411See ChangeLog.8 for earlier changes.
25412
25413;; Local Variables:
25414;; coding: iso-2022-7bit
25415;; End:
2a34a036
GM
25416
25417 Copyright (C) 2000, 2001 Free Software Foundation, Inc.
25418 Copying and distribution of this file, with or without modification,
25419 are permitted provided the copyright notice and this notice are preserved.